:root {
  --black: #000000;
  --white: #ffffff;
  --gold: #C9A24E;
  --gold-light: #E4C988;
  --gray: #1a1a1a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Lora', serif;
  line-height: 1.7;
}

h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 700; }
em { color: var(--gold-light); font-style: italic; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* Navbar */
.navbar { position: sticky; top: 0; background: rgba(0,0,0,0.93); backdrop-filter: blur(6px); border-bottom: 1px solid var(--gold); z-index: 10; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; }
.nav-logo { height: 36px; }
.nav-back { color: var(--gold); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.nav-back:hover { color: var(--gold-light); }

/* Hook */
.hook-section {
  text-align: center;
  padding: 100px 24px 90px;
  background: var(--black);
  border-bottom: 1px solid var(--gold);
}
.hook-pre {
  font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.hook-headline {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 700;
  line-height: 1.15; margin: 0 auto 24px;
  max-width: 680px;
}
.hook-sub {
  max-width: 560px; margin: 0 auto 36px;
  color: #bbb; font-size: 1rem; line-height: 1.8;
}

@media (max-width: 640px) {
  .hook-headline { font-size: 2rem; }
}

/* Hero */
.hero { text-align: center; padding: 90px 24px 70px; border-bottom: 1px solid var(--gold); }
.hero-logo { height: 70px; margin-bottom: 20px; }
.hero-pre { font-size: 0.82rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.hero h1 { font-size: 2.6rem; max-width: 640px; margin: 0 auto 20px; line-height: 1.2; }
.hero-sub { max-width: 580px; margin: 0 auto 32px; font-size: 1rem; color: #ccc; }

.hero-transition { padding: 50px 24px 50px; background: var(--gray); border-bottom: 1px solid rgba(201,162,78,0.3); }
.hero-transition h1 { font-size: 2rem; }
.hero-transition .hero-sub { margin-bottom: 0; }

.btn-gold {
  display: inline-block; background: var(--gold); color: var(--black);
  text-decoration: none; font-family: 'Lora', serif; font-weight: 500;
  padding: 13px 30px; border-radius: 4px; border: none; cursor: pointer;
  font-size: 1rem; transition: background 0.2s;
}
.btn-gold:hover { background: var(--gold-light); }

.btn-outline {
  display: inline-block; background: transparent; color: var(--gold);
  text-decoration: none; font-family: 'Lora', serif; font-weight: 500;
  padding: 12px 28px; border-radius: 4px; border: 1px solid var(--gold);
  font-size: 0.9rem; transition: all 0.2s;
}
.btn-outline:hover { background: var(--gold); color: var(--black); }

/* Sections */
.section { padding: 80px 24px; }
.section h2 { font-size: 1.9rem; margin-bottom: 12px; color: var(--gold-light); }
.section-intro { color: #bbb; margin-bottom: 40px; font-size: 0.95rem; }
.section-dark { background: var(--gray); border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }

/* Perfis */
.perfis { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; align-items: start; }

.perfil-card {
  border: 1px solid rgba(201,162,78,0.35);
  border-radius: 10px; padding: 28px 24px;
  display: flex; flex-direction: column; gap: 20px;
}
.perfil-destaque {
  border-color: var(--gold);
  background: rgba(201,162,78,0.05);
}

.perfil-tag {
  display: inline-block; font-size: 0.7rem; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold);
  padding: 3px 10px; border-radius: 20px; margin-bottom: 10px;
}
.tag-gold { background: var(--gold); color: var(--black); border-color: var(--gold); }

.perfil-header h3 { font-size: 1.2rem; color: var(--white); margin-bottom: 8px; }
.perfil-desc { color: #bbb; font-size: 0.88rem; }

.servico-lista { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.servico-lista li {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex; flex-direction: column; gap: 4px;
}
.servico-lista li:last-child { border-bottom: none; padding-bottom: 0; }
.s-nome { font-size: 0.95rem; color: var(--white); font-weight: 500; }
.s-desc { font-size: 0.82rem; color: #999; }
.s-preco { font-size: 0.88rem; color: var(--gold-light); font-style: italic; margin-top: 2px; }

/* Aviso */
.aviso-section { max-width: 720px; }
.aviso-section h2 { margin-bottom: 20px; }
.aviso-section p { color: #bbb; margin-bottom: 14px; font-size: 0.95rem; }

/* Jornada */
.jornada-section { background: var(--black); }
.jornada { max-width: 600px; margin: 0 auto 48px; }
.jornada-item { display: flex; gap: 20px; align-items: flex-start; }
.jornada-num { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--gold); opacity: 0.5; min-width: 44px; line-height: 1; }
.jornada-content h3 { color: var(--gold-light); font-size: 1.05rem; margin-bottom: 6px; }
.jornada-content p { color: #bbb; font-size: 0.88rem; }
.jornada-seta { text-align: center; color: var(--gold); font-size: 1.4rem; margin: 10px 0 10px 22px; opacity: 0.5; }
.jornada-dados { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; border-top: 1px solid rgba(201,162,78,0.3); padding-top: 36px; }
.dado-item { text-align: center; }
.dado-num { display: block; font-family: 'Playfair Display', serif; font-size: 2.4rem; color: var(--gold-light); }
.dado-label { display: block; font-size: 0.8rem; color: #888; margin-top: 6px; }

/* Form */
.form-section { text-align: center; }
.form-sub { color: #bbb; max-width: 480px; margin: 0 auto 32px; font-size: 0.95rem; }

.lead-form {
  max-width: 460px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 12px;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  background: var(--gray); border: 1px solid rgba(201,162,78,0.5);
  color: var(--white); padding: 13px 16px; border-radius: 4px;
  font-family: 'Lora', serif; font-size: 0.9rem; width: 100%;
  transition: border-color 0.2s;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus { outline: none; border-color: var(--gold); }
.lead-form input::placeholder,
.lead-form textarea::placeholder { color: #666; }
.lead-form select { appearance: none; cursor: pointer; }
.lead-form select option { background: var(--gray); }
.lead-form button { margin-top: 6px; width: 100%; padding: 15px; font-size: 1rem; }
.form-status { margin-top: 8px; font-size: 0.9rem; min-height: 20px; }

.contact-alt { margin-top: 22px; color: #888; font-size: 0.88rem; }
.contact-alt a { color: var(--gold-light); text-decoration: none; }

/* Footer */
.footer { text-align: center; padding: 36px 24px; border-top: 1px solid rgba(201,162,78,0.3); }
.footer-logo { height: 30px; margin-bottom: 10px; opacity: 0.7; }
.footer p { color: #555; font-size: 0.8rem; }

@media (max-width: 640px) {
  .hero h1 { font-size: 1.9rem; }
  .perfis { grid-template-columns: 1fr; }
}
