@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --gold:   #c9a84c;
  --gold-l: #e8c97a;
  --black:  #080808;
  --dark:   #0e0e0e;
  --dark2:  #141414;
  --dark3:  #1c1c1c;
  --white:  #f5f2ec;
  --gray:   #888880;
  --gray-l: #b0ada6;
  --nav-h:  72px;
  --tr:     0.35s cubic-bezier(.4,0,.2,1);
  --serif:  'Cormorant Garamond', Georgia, serif;
  --sans:   'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: var(--sans); font-weight: 300; line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: var(--sans); }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--nav-h); transition: background var(--tr), border-color var(--tr); border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(8,8,8,0.96); backdrop-filter: blur(20px); border-bottom-color: rgba(201,168,76,0.15); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 48px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; flex-direction: column; line-height: 1.1; }
.logo-m { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; letter-spacing: 0.12em; color: var(--gold); }
.logo-s { font-size: 0.48rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gray-l); }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-l); transition: color var(--tr); }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { padding: 9px 24px !important; border: 1px solid var(--gold); color: var(--gold) !important; transition: background var(--tr) !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--black) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 1px; background: var(--white); transition: var(--tr); }
.mobile-menu { display: none; flex-direction: column; background: rgba(8,8,8,0.98); padding: 20px 48px 30px; border-top: 1px solid rgba(201,168,76,0.12); }
.mobile-menu a { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-l); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.05); display: block; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu.open { display: flex; }

/* BOTÃ•ES */
.btn-gold { display: inline-flex; align-items: center; gap: 9px; padding: 16px 36px; background: var(--gold); color: var(--black); font-family: var(--sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; transition: background var(--tr), transform var(--tr); border: none; cursor: pointer; }
.btn-gold:hover { background: var(--gold-l); transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; gap: 9px; padding: 16px 36px; border: 1px solid rgba(201,168,76,0.4); color: var(--gold); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; background: none; cursor: pointer; transition: border-color var(--tr), background var(--tr); }
.btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,0.04); }

/* UTILITÃRIOS */
.container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.divider-gold { height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent); }
.eye { font-size: 0.6rem; letter-spacing: 0.38em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.eye-line { display: flex; align-items: center; gap: 12px; font-size: 0.6rem; letter-spacing: 0.38em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.eye-line::before { content: ''; width: 32px; height: 1px; background: var(--gold); }
.sec-h2 { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 300; line-height: 1.15; }
.sec-h2 em { font-style: italic; color: var(--gold); }
.sec-header { text-align: center; margin-bottom: 64px; }

/* HERO HOME */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 0 48px; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 15% 100%, rgba(201,168,76,0.07) 0%, transparent 65%), radial-gradient(ellipse 50% 40% at 85% 10%, rgba(201,168,76,0.04) 0%, transparent 60%), var(--black); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse 80% 80% at 35% 50%, black 30%, transparent 100%); }
.hero-vline { position: absolute; right: 200px; top: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.18), transparent); }
.hero-content { position: relative; z-index: 2; max-width: 680px; padding-top: var(--nav-h); animation: fadeUp 1s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.hero-h1 { font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 6rem); font-weight: 300; line-height: 1.02; margin-bottom: 28px; animation: fadeUp 1s 0.15s ease both; }
.hero-h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 0.9rem; color: var(--gray-l); line-height: 1.85; max-width: 480px; margin-bottom: 44px; animation: fadeUp 1s 0.25s ease both; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; animation: fadeUp 1s 0.35s ease both; }
.hero-badges { display: flex; gap: 28px; flex-wrap: wrap; animation: fadeUp 1s 0.45s ease both; }
.hero-badges span { font-size: 0.66rem; color: var(--gray); letter-spacing: 0.06em; }
.hero-stats { position: absolute; right: 48px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 2px; z-index: 2; }
.stat-card { background: rgba(20,20,20,0.92); border: 1px solid rgba(201,168,76,0.12); border-left: 2px solid var(--gold); padding: 20px 24px; min-width: 160px; }
.stat-n { font-family: var(--serif); font-size: 2.4rem; font-weight: 300; color: var(--gold); line-height: 1; }
.stat-l { font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-l); margin-top: 4px; }

/* HERO PÃGINAS INTERNAS */
.page-hero { min-height: 55vh; display: flex; align-items: flex-end; padding: calc(var(--nav-h) + 60px) 48px 80px; position: relative; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 55% at 5% 100%, rgba(201,168,76,0.07) 0%, transparent 60%), var(--black); }
.page-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse 60% 70% at 25% 60%, black 20%, transparent 100%); }
.page-hero-vline { position: absolute; right: 180px; top: 0; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.16), transparent); }
.page-hero-content { position: relative; z-index: 2; max-width: 720px; }
.page-hero-content h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 4.8rem); font-weight: 300; line-height: 1.05; margin: 18px 0 20px; }
.page-hero-content h1 em { font-style: italic; color: var(--gold); }
.page-hero-content p { font-size: 0.88rem; color: var(--gray-l); line-height: 1.8; max-width: 540px; }

/* CARDS DE SERVIÃ‡O */
.services { padding: 100px 0; background: var(--dark); }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.scard { background: var(--dark2); padding: 52px 44px; position: relative; overflow: hidden; border: 1px solid transparent; transition: background var(--tr), border-color var(--tr); }
.scard:hover { background: var(--dark3); border-color: rgba(201,168,76,0.14); }
.scard-num { position: absolute; top: 44px; right: 44px; font-family: var(--serif); font-size: 5rem; font-weight: 300; color: rgba(201,168,76,0.06); line-height: 1; }
.scard-icon { width: 40px; height: 40px; color: var(--gold); margin-bottom: 20px; }
.scard-icon svg { width: 100%; height: 100%; }
.scard h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; margin-bottom: 14px; line-height: 1.3; }
.scard p { font-size: 0.8rem; color: var(--gray-l); line-height: 1.85; margin-bottom: 26px; }
.scard-link { font-size: 0.64rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }

/* DIFERENCIAIS */
.diferenciais { padding: 100px 0; background: var(--black); border-top: 1px solid rgba(201,168,76,0.07); }
.dif-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.dif-desc { font-size: 0.86rem; color: var(--gray-l); line-height: 1.9; margin-bottom: 36px; margin-top: 20px; }
.dif-list { display: flex; flex-direction: column; }
.dif-item { display: flex; gap: 20px; align-items: flex-start; padding: 28px 0; border-bottom: 1px solid rgba(201,168,76,0.07); }
.dif-item:last-child { border-bottom: none; }
.dif-ico { width: 32px; height: 32px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.dif-ico svg { width: 100%; height: 100%; }
.dif-item h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; margin-bottom: 5px; }
.dif-item p { font-size: 0.78rem; color: var(--gray-l); line-height: 1.7; }

/* DESTINOS */
.destinos { padding: 100px 0; background: var(--dark); border-top: 1px solid rgba(201,168,76,0.07); }
.dest-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 2px; }
.dest-col { background: var(--dark2); padding: 44px 36px; border: 1px solid transparent; transition: border-color var(--tr); }
.dest-col:hover { border-color: rgba(201,168,76,0.12); }
.dest-feat { background: var(--dark3); border-top: 2px solid var(--gold) !important; }
.dest-col h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--gold); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid rgba(201,168,76,0.12); }
.dest-col li { font-size: 0.78rem; color: var(--gray-l); padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.04); display: flex; align-items: center; gap: 10px; }
.dest-col li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* PASSOS */
.passos { padding: 100px 0; background: var(--black); border-top: 1px solid rgba(201,168,76,0.07); }
.passos-row { display: flex; align-items: flex-start; }
.passo { flex: 1; padding: 0 36px; text-align: center; }
.passo:first-child { padding-left: 0; }
.passo:last-child { padding-right: 0; }
.passo-n { font-family: var(--serif); font-size: 3.8rem; font-weight: 300; color: rgba(201,168,76,0.2); line-height: 1; margin-bottom: 14px; }
.passo h3 { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; margin-bottom: 10px; }
.passo p { font-size: 0.75rem; color: var(--gray); line-height: 1.7; }
.passo-arr { color: rgba(201,168,76,0.25); font-size: 1.5rem; padding-top: 22px; flex-shrink: 0; }

/* FAQ */
.faq { padding: 100px 0; background: var(--dark); border-top: 1px solid rgba(201,168,76,0.07); }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(201,168,76,0.1); }
.faq-btn { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 26px 0; gap: 20px; text-align: left; }
.faq-btn h3 { font-family: var(--serif); font-size: 1.08rem; font-weight: 400; transition: color var(--tr); color: var(--white); }
.faq-ico { font-size: 1.4rem; color: var(--gold); flex-shrink: 0; transition: transform var(--tr); }
.faq-item.open .faq-ico { transform: rotate(45deg); }
.faq-ans { display: none; padding-bottom: 26px; }
.faq-ans p { font-size: 0.83rem; color: var(--gray-l); line-height: 1.85; }
.faq-item.open .faq-ans { display: block; }

/* CTA FINAL */
.cta-final { padding: 130px 0; background: var(--black); border-top: 1px solid rgba(201,168,76,0.07); text-align: center; position: relative; overflow: hidden; }
.cta-final::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 500px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.cta-final::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 60% at 50% 100%, rgba(201,168,76,0.05) 0%, transparent 70%); }
.cta-inner { position: relative; z-index: 2; }
.cta-h2 { font-family: var(--serif); font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 300; line-height: 1.15; margin-bottom: 20px; }
.cta-h2 em { font-style: italic; color: var(--gold); }
.cta-sub { font-size: 0.88rem; color: var(--gray-l); margin-bottom: 44px; }
.cta-details { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 28px; }
.cta-details span { font-size: 0.68rem; color: var(--gray); }

/* FOOTER */
.footer { background: #050505; border-top: 1px solid rgba(201,168,76,0.08); padding: 72px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 48px; margin-bottom: 48px; }
.footer-brand-txt { font-size: 0.76rem; color: var(--gray); line-height: 1.75; margin-top: 16px; max-width: 270px; }
.footer-col h4 { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col a, .footer-col p { display: block; font-size: 0.76rem; color: var(--gray-l); margin-bottom: 8px; transition: color var(--tr); }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-bottom p { font-size: 0.66rem; color: var(--gray); }

/* WHATSAPP FLUTUANTE */
.wa-float { position: fixed; bottom: 32px; right: 32px; width: 58px; height: 58px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999; box-shadow: 0 4px 20px rgba(37,211,102,0.35); transition: transform var(--tr); animation: waPulse 3s ease-in-out infinite; }
.wa-float:hover { transform: scale(1.08); }
@keyframes waPulse { 0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,0.35); } 50% { box-shadow: 0 4px 36px rgba(37,211,102,0.55); } }

/* RESPONSIVO */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 0 24px; min-height: auto; padding-top: calc(var(--nav-h) + 60px); padding-bottom: 80px; align-items: flex-start; }
  .hero-stats, .hero-vline, .page-hero-vline { display: none; }
  .hero-btns { flex-direction: column; }
  .page-hero { padding: calc(var(--nav-h) + 40px) 24px 60px; }
  .services-grid, .dif-inner, .dest-grid { grid-template-columns: 1fr; }
  .scard { padding: 40px 24px; }
  .dif-inner { gap: 48px; }
  .passos-row { flex-direction: column; align-items: center; gap: 28px; }
  .passo { padding: 0; max-width: 300px; }
  .passo-arr { transform: rotate(90deg); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .container { padding: 0 24px; }
  .nav-inner { padding: 0 24px; }
  .wa-float { bottom: 20px; right: 20px; width: 52px; height: 52px; }
  .services, .diferenciais, .destinos, .passos, .faq, .cta-final { padding: 72px 0; }
}