:root {
  --navy: #0E2A38;
  --navy-2: #143a4d;
  --turq: #7ACFDD;
  --gold: #C9A24B;
  --gold-soft: #e3c986;
  --sand: #F7F4EC;
  --bg: #F7F4EC;
  --fg: #16333f;
  --card: #ffffff;
  --muted: #6f7f88;
  --border: #e7ded0;
  --primary: #0E2A38;
  --primary-weak: #eef4f5;
  --secondary: #f2ece0;
  --accent: #C9A24B;
  --radius: 16px;
  --shadow: 0 1px 2px rgba(14,42,56,.06), 0 18px 44px rgba(14,42,56,.10);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-family: var(--sans);
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; }
.hidden { display: none !important; }
.serif { font-family: var(--serif); }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); }

/* Hero */
.hero { position: relative; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(14,42,56,.78), rgba(14,42,56,.55), var(--bg)); }
.hero__content { position: relative; max-width: 1000px; margin: 0 auto; padding: 72px 20px; text-align: center; }
.hero__logo { height: 62px; width: auto; margin: 0 auto 26px; filter: drop-shadow(0 2px 10px rgba(0,0,0,.35)); }
.badge-hero { display: inline-block; border: 1px solid rgba(201,162,75,.6); border-radius: 999px; background: rgba(201,162,75,.14); color: var(--gold-soft); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; padding: 7px 18px; }
.hero__title { font-family: var(--serif); color: #fff; font-size: 2.6rem; font-weight: 600; line-height: 1.08; margin: 22px 0 0; text-shadow: 0 2px 12px rgba(0,0,0,.28); }
.hero__rule { width: 64px; height: 1px; background: var(--gold); margin: 20px auto 0; opacity: .9; }
.hero__sub { color: rgba(255,255,255,.9); max-width: 36rem; margin: 18px auto 0; font-size: 1.06rem; font-weight: 300; }
@media (min-width: 640px) { .hero__content { padding: 110px 20px; } .hero__title { font-size: 3.6rem; } }

/* Layout */
.main { position: relative; z-index: 10; max-width: 1000px; margin: 0 auto; padding: 0 16px 90px; }
.main--hero-lift { margin-top: -28px; }
/* Blocos de oferta entre o hero e o formulario: respiro uniforme, sem sobreposicao */
.main--offer { padding-bottom: 0; margin-top: 26px; }
.main--offer.main--hero-lift { margin-top: -28px; }
/* respiro acima do formulario quando ele segue os blocos de oferta */
.main--offer + main.main, .main--offer + .main:not(.main--offer) { margin-top: 26px; }
.grid { display: grid; gap: 26px; }
@media (min-width: 1024px) { .grid { grid-template-columns: 1.15fr .85fr; } }

.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.card__title { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; margin: 0; letter-spacing: .01em; }
.card__title.mt { margin-top: 14px; }
.card__sub { color: var(--muted); font-size: .9rem; margin: 5px 0 0; }
.stack { margin-top: 26px; display: grid; gap: 24px; }
.row2 { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .row2 { grid-template-columns: 1fr 1fr; } }

.field { display: grid; gap: 6px; }
.label { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.input { width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 11px 13px; font-size: .95rem; background: #fff; color: var(--fg); font-family: var(--sans); transition: border-color .15s, box-shadow .15s; }
.input:focus { outline: none; border-color: var(--turq); box-shadow: 0 0 0 3px rgba(122,207,221,.28); }

/* Stepper */
.stepper { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--border); border-radius: 10px; padding: 8px 12px; font-size: .9rem; background:#fff; }
.stepper__ctrl { display: flex; align-items: center; gap: 12px; }
.stepper__val { min-width: 24px; text-align: center; font-weight: 700; }
.rbtn { width: 32px; height: 32px; border-radius: 999px; border: 1px solid var(--border); background: #fff; cursor: pointer; font-size: 18px; line-height: 1; color: var(--fg); transition: background .15s; }
.rbtn:hover { background: var(--primary-weak); }
.rbtn:disabled { opacity: .4; cursor: default; }

/* Rooms */
.rooms { display: grid; gap: 10px; }
.room { display: flex; gap: 12px; padding: 12px; border: 1px solid var(--border); border-radius: 12px; cursor: pointer; transition: all .15s; background: #fff; }
.room:hover { border-color: var(--turq); }
.room--active { border-color: var(--gold); background: #fffdf6; box-shadow: 0 0 0 2px rgba(201,162,75,.35); }
.room__gallery { position: relative; width: 120px; height: 96px; flex: 0 0 auto; border-radius: 10px; overflow: hidden; background: var(--secondary); }
.room__track { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.room__track::-webkit-scrollbar { display: none; }
.room__slide { width: 100%; height: 100%; flex: 0 0 100%; object-fit: cover; scroll-snap-align: center; }
.room__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border: none; border-radius: 50%; background: rgba(15,32,58,.55); color: #fff; font-size: 15px; line-height: 1; cursor: pointer; opacity: 0; transition: opacity .15s; display: flex; align-items: center; justify-content: center; padding: 0; }
.room__nav--prev { left: 4px; }
.room__nav--next { right: 4px; }
.room__gallery:hover .room__nav { opacity: 1; }
.room__nav:hover { background: rgba(15,32,58,.85); }
.room__dots { position: absolute; bottom: 5px; left: 0; right: 0; display: flex; justify-content: center; gap: 4px; }
.room__dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.55); transition: background .15s, transform .15s; }
.room__dot.is-active { background: #fff; transform: scale(1.35); }
@media (hover: none) { .room__nav { display: none; } }
.room__discount { position: absolute; right: 4px; top: 4px; z-index: 2; display: none; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 4px 8px; border-radius: 999px; box-shadow: 0 2px 6px rgba(0,0,0,.15); }
.room--active .room__discount { display: inline-flex; }
.room__body { flex: 1; min-width: 0; }
.room__head { display: flex; justify-content: space-between; gap: 8px; }
.room__name { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; margin: 0; }
.room__price { text-align: right; flex: 0 0 auto; }
.room__rate { color: var(--navy); font-weight: 700; font-size: .95rem; margin: 0; }
.room__rate--original { text-decoration: line-through; color: var(--muted); font-size: .8rem; font-weight: 500; margin: 2px 0 0; }
.room__rate--discounted { color: var(--navy); font-weight: 700; font-size: 1.05rem; margin: 0; }
.room--active .room__rate--discounted { color: var(--gold); }
.room__per { color: var(--muted); font-size: 11px; margin: 0; }
.room__desc { color: var(--muted); font-size: 12px; margin: 4px 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.room__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 8px; }
.muted-xs { color: var(--muted); font-size: 11px; }

/* Summary */
.summary { align-self: start; }
@media (min-width: 1024px) { .summary { position: sticky; top: 24px; } }
.badge-accent { display: inline-block; border-radius: 999px; background: rgba(201,162,75,.16); color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; }
.sumrows { display: grid; gap: 10px; margin-top: 16px; font-size: .9rem; }
.sumrow { display: flex; justify-content: space-between; gap: 12px; }
.sumrow span { color: var(--muted); }
.sumrow b { font-weight: 600; text-align: right; }
.sep { border: none; border-top: 1px solid var(--border); margin: 16px 0; }
.total { display: flex; align-items: flex-end; justify-content: space-between; background: var(--navy); color:#fff; border-radius: 12px; padding: 14px 18px; margin-top: 16px; }
.total span:first-child { font-size: .85rem; font-weight: 500; letter-spacing:.04em; color: rgba(255,255,255,.8); }
.total__val { font-family: var(--serif); font-size: 1.9rem; font-weight: 700; color: var(--gold-soft); }
.actions { display: grid; gap: 10px; margin-top: 20px; }
.fineprint { color: var(--muted); font-size: 11px; margin-top: 16px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none; border-radius: 10px; padding: 13px 18px; font-size: .9rem; font-weight: 600; letter-spacing: .04em; cursor: pointer; background: var(--navy); color: #fff; transition: opacity .15s, background .15s, transform .05s; }
.btn:hover { background: var(--navy-2); }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: .5; cursor: default; }
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: var(--gold-soft); }
.btn--outline { background: #fff; color: var(--navy); border: 1px solid var(--border); }
.btn--outline:hover { background: var(--primary-weak); }
.btn--sm { padding: 6px 12px; font-size: 12px; }
.btn--wa { background: #25D366; color:#fff; }
.btn--wa:hover { background: #1fb959; }

/* Footer */
.footer { background: var(--navy); color: rgba(255,255,255,.72); padding: 44px 16px; text-align: center; font-size: 12px; }
.footer__logo { height: 44px; width: auto; margin: 0 auto 16px; opacity: .95; }
.footer__tag { font-family: var(--serif); font-size: 1.05rem; color: #fff; margin: 0 0 10px; letter-spacing:.02em; }
.footer a { color: var(--gold-soft); text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer__rule { width: 50px; height:1px; background: var(--gold); margin: 0 auto 18px; opacity:.7; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center; padding: 16px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(14,42,56,.6); }
.modal__box { position: relative; background: #fff; border-radius: 18px; max-width: 640px; width: 100%; padding: 26px; box-shadow: var(--shadow); max-height: 92vh; overflow-y: auto; }
.modal__x { position: absolute; top: 12px; right: 14px; border: none; background: transparent; font-size: 26px; line-height: 1; cursor: pointer; color: var(--muted); }
.modal__title { font-family: var(--serif); margin: 0; font-size: 1.6rem; font-weight:600; }
.modal__desc { color: var(--muted); font-size: .9rem; margin: 8px 0 0; }
.carousel { position: relative; margin-top: 16px; border-radius: 12px; overflow: hidden; background: var(--secondary); }
.carousel__img { width: 100%; height: 320px; object-fit: cover; }
.carousel__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 999px; border: none; background: rgba(255,255,255,.92); font-size: 22px; cursor: pointer; color: var(--navy); }
.carousel__nav--prev { left: 10px; }
.carousel__nav--next { right: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chip { border-radius: 999px; background: var(--secondary); color: var(--navy); font-size: 12px; font-weight: 500; padding: 5px 12px; }
.modal__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.muted-sm { color: var(--muted); font-size: .9rem; }
.accent { font-family: var(--serif); color: var(--navy); font-size: 1.3rem; font-weight:700; }

/* Toast */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: var(--navy); color: #fff; padding: 12px 20px; border-radius: 10px; font-size: .9rem; z-index: 60; box-shadow: var(--shadow); }
.toast.err { background: #b3261e; }

/* --- Área do vendedor / voucher --- */
.hero--slim .hero__content { padding: 52px 20px; }
.hero__logo--sm { height: 50px; }
.hero__title--sm { font-family: var(--serif); font-size: 2rem; }
@media (min-width: 640px) { .hero__title--sm { font-size: 2.6rem; } }
.card--narrow { max-width: 430px; margin: 0 auto; }
.alert { background: #fdeceb; color: #b3261e; border-radius: 8px; padding: 10px 12px; font-size: .9rem; margin-top: 12px; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.stackcol { display: grid; gap: 24px; align-content: start; }
.cardhead { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
textarea.input { resize: vertical; font-family: var(--sans); }
.occ { border: 1px solid var(--border); border-radius: 12px; padding: 14px; display: grid; gap: 12px; background: #fdfbf6; }
.occ__head { display: flex; align-items: center; justify-content: space-between; }
.occ__title { font-weight: 600; font-size: .9rem; }
.occ__rm { border: none; background: transparent; color: #b3261e; font-size: 12px; cursor: pointer; }
.occ__rm:hover { text-decoration: underline; }

/* ============================================================
   SITE DE APRESENTAÇÃO (landing) — index.php
   ============================================================ */
.page-landing { background: var(--bg); }

/* Barra "voltar" na cotação */
.backbar { position: sticky; top: 0; z-index: 40; display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; font-size: .85rem; font-weight: 600; color: #fff; background: var(--navy); text-decoration: none; }
.backbar:hover { background: var(--navy-2); }
.page-quote { position: relative; }

/* Header */
.lheader { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .25s, box-shadow .25s; }
.lheader.is-scrolled { background: rgba(14,42,56,.92); backdrop-filter: blur(8px); box-shadow: 0 6px 20px rgba(14,42,56,.25); }
.lheader__inner { max-width: 1120px; margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lheader__logo img { height: 42px; width: auto; }
.lnav { display: none; gap: 26px; }
.lnav a { color: rgba(255,255,255,.9); text-decoration: none; font-size: .9rem; font-weight: 500; letter-spacing: .02em; transition: color .15s; }
.lnav a:hover { color: var(--gold); }
.lheader__cta { display: none; }
.lnav__toggle { background: rgba(255,255,255,.15); color: #fff; border: none; border-radius: 10px; width: 42px; height: 42px; font-size: 1.2rem; cursor: pointer; }
.lnav__mobile { display: none; flex-direction: column; gap: 6px; margin: 0 12px; padding: 12px; background: rgba(14,42,56,.97); border-radius: 14px; backdrop-filter: blur(8px); }
.lnav__mobile.is-open { display: flex; }
.lnav__mobile a { color: rgba(255,255,255,.92); text-decoration: none; padding: 10px 12px; border-radius: 8px; font-size: .92rem; font-weight: 500; }
.lnav__mobile a:hover { background: rgba(255,255,255,.08); }
@media (min-width: 1024px) {
  .lnav { display: flex; }
  .lheader__cta { display: inline-flex; }
  .lnav__toggle { display: none; }
}

/* Hero */
.lhero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; }
.lhero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lhero__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(14,42,56,.82), rgba(14,42,56,.5), rgba(14,42,56,.85)); }
.lhero__content { position: relative; max-width: 900px; margin: 0 auto; padding: 120px 20px 80px; text-align: center; }
.lhero__logo { height: 78px; width: auto; margin: 0 auto 28px; filter: drop-shadow(0 2px 12px rgba(0,0,0,.4)); }
.lhero__title { font-family: var(--serif); color: #fff; font-size: 2.6rem; font-weight: 600; line-height: 1.08; margin: 22px 0 0; text-shadow: 0 2px 14px rgba(0,0,0,.3); }
.lhero__sub { color: rgba(255,255,255,.9); max-width: 38rem; margin: 18px auto 0; font-size: 1.05rem; font-weight: 300; }
.lhero__cta { margin-top: 34px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.lhero__from { margin-top: 30px; color: rgba(255,255,255,.85); font-size: .95rem; }
.lhero__from span { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--gold); }
@media (min-width: 640px) {
  .lhero__title { font-size: 3.7rem; }
  .lhero__cta { flex-direction: row; justify-content: center; }
}

/* Botões extra */
.btn--lg { padding: 15px 30px; border-radius: 999px; font-size: .95rem; }
.btn--sm { padding: 9px 16px; font-size: .82rem; }
.btn--ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--gold.btn--lg, .btn--gold.btn--sm { border-radius: 999px; }

/* Seções feature */
.feature { padding: 80px 20px; }
.feature--tinted { background: var(--sand); }
.feature__inner { max-width: 1080px; margin: 0 auto; display: grid; gap: 40px; align-items: center; }
.feature__media { overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.feature__media img { width: 100%; height: 300px; object-fit: cover; }
.feature__rule { width: 60px; height: 1px; background: var(--gold); margin: 14px 0; }
.feature__title { font-family: var(--serif); font-size: 2.1rem; font-weight: 600; color: var(--fg); margin: 0; }
.feature__body { color: var(--muted); font-size: 1.02rem; line-height: 1.7; margin: 18px 0 0; }
@media (min-width: 1024px) {
  .feature { padding: 110px 20px; }
  .feature__inner { grid-template-columns: 1fr 1fr; gap: 64px; }
  .feature__media img { height: 400px; }
  .feature__inner--reverse .feature__media { order: 2; }
}

/* Galeria */
.lgallery { background: var(--navy); padding: 80px 20px; }
.lgallery__head { text-align: center; margin-bottom: 44px; }
.eyebrow--gold { color: var(--gold); }
.lgallery__title { font-family: var(--serif); font-size: 2.1rem; font-weight: 600; color: #fff; margin: 10px 0 0; }
.lgallery__grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.lgallery__item { overflow: hidden; border-radius: 16px; }
.lgallery__item img { width: 100%; height: 100%; min-height: 150px; object-fit: cover; transition: transform .5s; }
.lgallery__item img:hover { transform: scale(1.08); }
@media (min-width: 1024px) {
  .lgallery__grid { grid-template-columns: repeat(4, 1fr); }
  .lgallery__item--big { grid-column: span 2; grid-row: span 2; }
}

/* Acomodações (cards) */
.lrooms { padding: 80px 20px; }
.lrooms__head { text-align: center; max-width: 620px; margin: 0 auto 48px; }
.lrooms__title { font-family: var(--serif); font-size: 2.1rem; font-weight: 600; color: var(--fg); margin: 10px 0 0; }
.lrooms__sub { color: var(--muted); margin: 14px 0 0; }
.lrooms__grid { max-width: 1080px; margin: 0 auto; display: grid; gap: 24px; }
@media (min-width: 700px) { .lrooms__grid { grid-template-columns: 1fr 1fr; } }
.lcard { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: var(--card); box-shadow: var(--shadow); }
.lcard__gallery { position: relative; height: 240px; overflow: hidden; background: var(--secondary); }
.lcard__gallery .room__track { width: 100%; height: 100%; }
.lcard__gallery .room__slide { width: 100%; height: 100%; flex: 0 0 100%; object-fit: cover; scroll-snap-align: center; }
.lcard__gallery .room__nav { opacity: 0; }
.lcard__gallery:hover .room__nav { opacity: 1; }
.lcard__gallery .room__nav { width: 34px; height: 34px; font-size: 20px; }
.lcard__gallery .room__dot { width: 7px; height: 7px; }
.lcard__badge { position: absolute; left: 14px; top: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: rgba(14,42,56,.85); color: #fff; font-size: .72rem; font-weight: 500; padding: 5px 12px; border-radius: 999px; backdrop-filter: blur(4px); }
.lcard__promo { position: absolute; right: 14px; top: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: rgba(201,162,75,.92); color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; backdrop-filter: blur(4px); box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.lcard__body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.lcard__name { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--fg); margin: 0; }
.lcard__desc { color: var(--muted); font-size: .92rem; line-height: 1.6; margin: 10px 0 0; }
.lcard__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; }
.lcard__tag { background: var(--secondary); color: var(--fg); font-size: .74rem; font-weight: 500; padding: 5px 12px; border-radius: 999px; }
.lcard__foot { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 24px; }
.lcard__from { font-size: .72rem; color: var(--muted); margin: 0; }
.lcard__rate { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--navy); margin: 2px 0 0; }
.lcard__rate span { font-family: var(--sans); font-size: .82rem; font-weight: 400; color: var(--muted); }

/* Promo banner */
.promo-banner { position: relative; z-index: 60; background: rgba(201,162,75,.94); color: var(--navy); text-align: center; padding: 10px 42px 10px 16px; backdrop-filter: blur(6px); border-bottom: 1px solid rgba(255,255,255,.25); }
.promo-banner--quote { position: sticky; top: 0; }
.promo-banner.is-hidden { display: none; }
.promo-banner__inner { max-width: 1080px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.promo-banner__text { font-size: .85rem; font-weight: 600; letter-spacing: .02em; }
.promo-banner__link { display: inline-flex; align-items: center; gap: 4px; color: var(--navy); font-size: .8rem; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; white-space: nowrap; }
.promo-banner__link:hover { text-decoration: none; }
.promo-banner__close { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border: none; border-radius: 50%; background: rgba(14,42,56,.15); color: var(--navy); font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0 0 2px 0; }
.promo-banner__close:hover { background: rgba(14,42,56,.28); }
@media (min-width: 640px) { .promo-banner__text { font-size: .92rem; } .promo-banner__link { font-size: .85rem; } }

/* Promo bonus box */
.promo-bonus { padding: 56px 20px; background: linear-gradient(135deg, #fff 0%, #f9f6ef 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.promo-bonus--quote { padding: 24px; border-radius: var(--radius); border: 1px solid var(--border); background: #fffdf6; }
.promo-bonus__inner { max-width: 720px; margin: 0 auto; text-align: center; }
.promo-bonus__title { font-family: var(--serif); font-size: 1.8rem; font-weight: 600; color: var(--navy); margin: 12px 0 0; }
.promo-bonus__text { color: var(--muted); font-size: 1rem; line-height: 1.7; margin: 14px auto 0; max-width: 540px; }
.promo-bonus .btn { margin-top: 22px; }

/* Discount closing banner */
.discount-banner { padding: 26px 28px; background: linear-gradient(135deg, #0e2a38 0%, #143a4c 100%); border: 1px solid rgba(196,168,90,.35); border-radius: var(--radius); box-shadow: 0 18px 40px -22px rgba(14,42,56,.7); }
.discount-banner__inner { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; text-align: center; }
.discount-banner__label { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; background: radial-gradient(circle at 30% 30%, #f0d78c, var(--gold)); color: var(--navy); font-size: .82rem; letter-spacing: .02em; text-transform: uppercase; font-weight: 700; width: 66px; height: 66px; border-radius: 50%; flex: 0 0 auto; box-shadow: 0 6px 18px rgba(0,0,0,.3), inset 0 0 0 2px rgba(255,255,255,.35); }
.discount-banner__text { display: flex; flex-direction: column; gap: 6px; color: #fff; align-items: center; }
.discount-banner__text strong { font-family: var(--serif); font-size: 1.24rem; font-weight: 600; letter-spacing: .01em; }
@media (min-width: 640px) { .discount-banner__inner { text-align: left; } .discount-banner__text { align-items: flex-start; } }
.discount-banner__text strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.discount-banner__text span { color: var(--gold-soft); font-size: .9rem; }

/* Summary discount rows */
.sumrow--strike span { text-decoration: line-through; color: var(--muted); }
.sumrow--strike b { text-decoration: line-through; color: var(--muted); font-weight: 500; }
.sumrow--discount span { color: var(--gold); font-weight: 600; }
.sumrow--discount b { color: var(--gold); font-weight: 700; }

/* Landing discount badge */
.lcard__discount { position: absolute; right: 14px; top: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: var(--gold); color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; box-shadow: 0 2px 8px rgba(0,0,0,.12); }

/* CTA final */
.lcta { position: relative; overflow: hidden; padding: 100px 20px; text-align: center; }
.lcta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lcta__overlay { position: absolute; inset: 0; background: rgba(14,42,56,.86); }
.lcta__content { position: relative; max-width: 640px; margin: 0 auto; }
.lcta__title { font-family: var(--serif); font-size: 2.4rem; font-weight: 600; color: #fff; margin: 14px 0 0; }
.lcta__sub { color: rgba(255,255,255,.85); margin: 18px auto 0; max-width: 34rem; }
.lcta__actions { margin-top: 34px; display: flex; flex-direction: column; gap: 14px; align-items: center; }
@media (min-width: 640px) { .lcta__actions { flex-direction: row; justify-content: center; } .lcta__title { font-size: 3rem; } }

/* Rodapé landing */
.lfooter { background: var(--navy); text-align: center; padding: 50px 20px; color: rgba(255,255,255,.7); }
.lfooter__logo { height: 48px; width: auto; margin: 0 auto; }
.lfooter__tag { margin: 16px 0 0; font-size: .9rem; color: rgba(255,255,255,.7); }
.lfooter__rule { width: 90px; height: 1px; background: rgba(201,162,75,.4); margin: 22px auto; }
.lfooter a { color: var(--gold-soft); }
