/* Direção: Raiz Contemporânea */
:root {
  --forest: #173d35;
  --forest-2: #0d2925;
  --ink: #1c2722;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --terra: #c86d4b;
  --muted: #68736c;
  --line: #d8ddd5;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
  --ease: cubic-bezier(.23,1,.32,1);
  --gold: #d8b66a;
  --gold-soft: #e8ce8a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f6f1e5; color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.wrapper { width: min(1160px, calc(100% - 80px)); margin: auto; }
.section { padding: 128px 0; }
.section-dark { background: #10271f; color: var(--cream); }
.section-tint { background: var(--cream); }

.site-header { height: 82px; padding: 0 max(40px, calc((100vw - 1160px)/2)); display: flex; align-items: center; justify-content: space-between; position: fixed; z-index: 10; top: 0; left: 0; right: 0; transition: .25s var(--ease); color: var(--gold-soft); background: #10271f; border-bottom: 1px solid rgba(216,182,106,.1); }
.site-header.scrolled { background: rgba(16,39,31,.96); color: var(--gold-soft); box-shadow: 0 1px 0 rgba(23,61,53,.1); backdrop-filter: blur(12px); }

.brand { display: flex; gap: 9px; align-items: center; font-family: var(--serif); font-size: 22px; color: var(--gold-soft); }
.brand-mark { display: none; }
.brand b { font-weight: 500; }
.brand-logo { display: block; width: 78px; height: 78px; object-fit: contain; object-position: center; }

.desktop-nav { display: flex; gap: 24px; font-size: 12px; font-family: var(--serif); color: #f4ead0; }
.desktop-nav a { opacity: .95; transition: .2s; }
.desktop-nav a:hover { opacity: 1; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; padding: 15px 22px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; transition: transform .16s var(--ease), background .2s, color .2s, border .2s; }
.button span { font-size: 17px; font-weight: 400; line-height: 0; }
.button:active { transform: scale(.97); }
.button-small { padding: 11px 15px; font-size: 10px; gap: 10px; }
.button-outline { color: var(--gold-soft); border: 1px solid var(--gold); border-radius: 24px; background: transparent; }
.button-outline:hover { background: var(--gold); color: #10271f; }
.button-primary { background: var(--terra); color: #fff; }
.button-primary:hover { background: #dd805b; transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--forest); }
.button-light:hover { background: #fff; transform: translateY(-2px); }
.button-accent { background: var(--terra); color: #fff; }
.button-ghost { border: 1px solid rgba(244,240,231,.42); color: var(--cream); background: transparent; }
.button-ghost:hover { border-color: var(--cream); background: rgba(244,240,231,.08); }

.hero { min-height: 720px; position: relative; display: flex; align-items: stretch; overflow: hidden; background: #10271f; padding-top: 82px; }
.hero-image { position: absolute; left: 6%; right: auto; top: 82px; width: 42%; height: 70%; background-image: url('assets/arte.jpeg'); background-size: contain; background-repeat: no-repeat; background-position: center; background-color: transparent; }
.hero-shade { display: none; }
.hero:after { content: ''; position: absolute; right: 0; top: 82px; width: 50%; height: calc(100% - 82px); opacity: .18; pointer-events: none; background: radial-gradient(circle at 50% 40%, transparent 0 18%, rgba(216,182,106,.5) 18.2% 18.5%, transparent 18.7% 31%, rgba(216,182,106,.35) 31.2% 31.4%, transparent 31.6% 46%, rgba(216,182,106,.3) 46.2% 46.4%, transparent 46.6%), linear-gradient(90deg, transparent 49.8%, rgba(216,182,106,.35) 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.8%, rgba(216,182,106,.35) 50%, transparent 50.2%); background-size: 100% 100%, 100% 100%, 100% 100%; }

.hero-content { margin: 0 0 0 50%; width: 50%; padding: 65px 5.5vw 55px; display: flex; flex-direction: column; justify-content: center; }
.hero-content .eyebrow { color: var(--gold); font-family: var(--sans); margin-bottom: 20px; }
.hero-content h1 { font-size: clamp(48px,5vw,78px); color: var(--gold-soft); max-width: 590px; line-height: .95; margin-bottom: 26px; }
.hero-content h1 em { color: var(--gold-soft); }
.hero-lede { max-width: 540px; color: #e7ddc8; font-family: var(--serif); font-size: 19px; line-height: 1.35; }

.eyebrow, .kicker { font-size: 10px; text-transform: uppercase; letter-spacing: .2em; font-weight: 800; margin: 0 0 24px; }
.eyebrow.light, .kicker.light { color: #d5c9ae; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border: 1px solid var(--terra); border-radius: 50%; margin-right: 9px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: .9; letter-spacing: -.045em; }
h1 { font-size: clamp(58px,8.5vw,118px); max-width: 850px; margin-bottom: 30px; }
h2 { font-size: clamp(52px,7vw,92px); margin-bottom: 30px; }
h1 em, h2 em, h3 em { font-style: italic; color: #d9a98f; }

.scroll-cue { display: none; }

.section-label { display: flex; align-items: center; gap: 13px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 800; margin-bottom: 73px; }
.section-label span { height: 1px; background: currentColor; width: 34px; opacity: .5; }
.section-label.light { color: #c6d0c5; }

.intro-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 110px; align-items: end; }
.kicker { color: var(--terra); margin-bottom: 19px; }
.intro h2 { margin-bottom: 0; }
.intro-copy { max-width: 420px; padding-bottom: 3px; }
.intro-copy p { font-size: 17px; color: #49554f; margin-bottom: 20px; }
.text-link { display: inline-flex; gap: 15px; align-items: center; margin-top: 18px; color: var(--forest); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; border-bottom: 1px solid var(--forest); padding-bottom: 6px; }

.trust-strip { background: #e8dfcc; border-bottom: 1px solid rgba(23,61,53,.16); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.trust-grid>div { padding: 30px 34px 30px 0; border-right: 1px solid rgba(23,61,53,.18); margin-right: 34px; }
.trust-grid>div:last-child { border-right: 0; margin-right: 0; }
.trust-grid span { display: block; color: var(--terra); font: 500 24px var(--serif); margin-bottom: 11px; }
.trust-grid strong { display: block; color: var(--forest); font: 600 13px var(--sans); margin-bottom: 4px; }
.trust-grid p { color: #667269; font-size: 11px; line-height: 1.5; margin: 0; max-width: 230px; }

.schedule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 130px; }
.schedule h2 { font-size: clamp(54px,6vw,80px); }
.schedule-note { max-width: 280px; color: var(--muted); }
.timeline { border-top: 1px solid var(--line); }
.timeline>div { padding: 28px 0 31px; border-bottom: 1px solid var(--line); position: relative; padding-left: 55px; }
.timeline>div:before { content: ''; position: absolute; left: 0; top: 36px; width: 10px; height: 10px; border: 1px solid var(--terra); border-radius: 50%; background: var(--paper); }
.timeline time { font-size: 10px; letter-spacing: .14em; color: var(--terra); font-weight: 800; }
.timeline h3 { font-family: var(--serif); font-size: 29px; font-weight: 500; margin: 11px 0 4px; }
.timeline p { color: var(--muted); margin-bottom: 0; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.faq h2 { font-size: clamp(55px,6vw,80px); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 24px 0; }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; font-family: var(--serif); font-size: 26px; font-weight: 500; }

.final-cta { padding: 135px 0; background: var(--forest-2); position: relative; overflow: hidden; }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(65px,8vw,112px); margin-bottom: 28px; }
.cta-actions { display: flex; gap: 12px; margin-top: 37px; }
.payment-hint { font-size: 10px; color: #93aa9a; margin-top: 22px; }

.footer { padding: 63px 0 25px; background: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.dark-brand { color: var(--forest); }
.footer-grid p { color: var(--muted); font-size: 12px; margin-top: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.footer-bottom { border-top: 1px solid #d5d7cf; margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; color: #839087; font-size: 10px; }

.mobile-bar { display: none; }
.mobile-menu-button { display: none; background: none; border: 0; color: var(--gold-soft); font: 12px var(--sans); text-transform: uppercase; letter-spacing: .12em; }

.whatsapp-float { position: fixed; z-index: 19; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 13px 17px 13px 13px; background: #20c66b; border: 2px solid #10271f; color: #fff; border-radius: 999px; box-shadow: 0 8px 25px rgba(0,0,0,.3); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; transition: transform .2s var(--ease), background .2s; }
.whatsapp-float:hover { background: #39dc80; }
.whatsapp-icon { display: grid; place-items: center; width: 28px; height: 28px; border: 2px solid #fff; border-radius: 50%; font-size: 17px; line-height: 1; transform: rotate(-35deg); }

/* INTERAÇÕES E EFEITOS DE HOVER */
.offer-card-interactive { transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.45s ease, box-shadow 0.45s ease, background 0.45s ease !important; position: relative; overflow: hidden; }
.offer-card-interactive::before { content: ''; position: absolute; bottom: -50%; left: 50%; transform: translateX(-50%) scale(0.8); width: 140%; height: 140%; background: radial-gradient(circle, rgba(212, 175, 55, 0.25) 0%, rgba(212, 120, 35, 0.12) 40%, rgba(0, 0, 0, 0) 70%); border-radius: 50%; opacity: 0; pointer-events: none; transition: opacity 0.5s ease, transform 0.5s ease; filter: blur(25px); z-index: 1; }
.offer-card-interactive:hover { transform: scale(1.05) translateY(-8px) !important; border-color: rgba(212, 175, 55, 0.9) !important; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7), 0 0 40px rgba(212, 175, 55, 0.3) !important; background: rgba(22, 51, 43, 0.95) !important; }
.offer-card-interactive:hover::before { opacity: 1; transform: translateX(-50%) scale(1.15); }
.offer-card-interactive > * { position: relative; z-index: 2; }

.btn-team-zoom { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 0.8rem !important; padding: 1rem 1.8rem !important; margin-top: 1.8rem !important; background: rgba(255, 255, 255, 0.06) !important; backdrop-filter: blur(12px) !important; border: 1.5px solid rgba(212, 175, 55, 0.4) !important; border-radius: 50px !important; color: #d4af37 !important; font-weight: 800 !important; font-size: 0.9rem !important; letter-spacing: 0.08em !important; text-decoration: none !important; text-transform: uppercase !important; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important; cursor: pointer !important; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important; }
.btn-team-zoom:hover { transform: scale(1.15) translateY(-5px) !important; background-color: rgba(212, 175, 55, 0.22) !important; border-color: rgba(212, 175, 55, 0.9) !important; color: #ffffff !important; box-shadow: 0 18px 35px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 175, 55, 0.45) !important; }

.location-pickup-card { transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease !important; position: relative; overflow: hidden; }
.location-pickup-card:hover { transform: scale(1.06) translateY(-6px) !important; border-color: rgba(212, 175, 55, 0.8) !important; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 35px rgba(212, 120, 35, 0.25) !important; background: rgba(255, 255, 255, 0.08) !important; }

@media(max-width:800px) {
  .wrapper { width: calc(100% - 40px); }
  .site-header { padding: 0 18px; height: 64px; }
  .site-header .brand-logo { width: 58px; height: 58px; }
  .mobile-menu-button { display: block; order: 2; }
  .desktop-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: #10271f; padding: 15px 20px 22px; flex-direction: column; gap: 0; border-bottom: 1px solid rgba(216,182,106,.2); }
  .desktop-nav.is-open { display: flex; }
  .hero { height: auto; min-height: 0; padding-top: 64px; display: flex; flex-direction: column; }
  .hero-image { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 2048/1109; background-size: contain; background-position: center; background-color: #0b281c; }
  .hero-content { order: 1; margin: 0; width: 100%; padding: 40px 20px 92px; display: block; }
  .section { padding: 75px 0; }
  .intro-grid, .schedule-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid>div { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(23,61,53,.18); margin: 0; }
  .whatsapp-float { right: 14px; bottom: 18px; padding: 9px 12px 9px 9px; }
}