/* ============================================================
   IziTravel — page & section styles + theme directions.
   ============================================================ */

/* ---------- COMPACT PAGE HEADER ---------- */
.pagehero { position: relative; overflow: hidden; background: var(--wash-teal); color: #fff; padding: clamp(120px, 13vw, 156px) 0 clamp(56px, 9vw, 104px); }
.pagehero .blob { opacity: 0.3; }
.pagehero .crumb { font-family: var(--font-display); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clay-200); margin-bottom: 16px; }
.pagehero .crumb a { color: var(--clay-200); }
.pagehero h1 { color: #fff; margin-bottom: 14px; }
.pagehero h1 .script { color: var(--clay-200); }
.pagehero p { color: rgba(255,255,255,0.85); max-width: 56ch; }
.pagehero-inner { position: relative; z-index: 1; }

/* ---------- HERO (illustration banner) ---------- */
.hero-illus { position: relative; min-height: 100vh; background: var(--cream) url('hero-map.png') 66% 80% / auto 150% no-repeat;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 0 20px 7vh; text-align: center; overflow: hidden; }
.hero-illus::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 30%; pointer-events: none; z-index: 1;
  background: linear-gradient(0deg, rgba(250,244,234,0.9), rgba(250,244,234,0)); }
.hero-illus-cta { position: relative; z-index: 2; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
@media (max-width: 600px) {
  .hero-illus { background-size: auto 80%; background-position: center 38%; justify-content: center; padding: 90px 20px 7vh; }
  .hero-illus-cta { flex-direction: column; width: 86%; max-width: 320px; margin-top: 56vh; }
  .hero-illus-cta .btn { width: 100%; }
}

/* ---------- Section heading block ---------- */
.shead { text-align: center; margin-bottom: 56px; }
.shead .eyebrow { margin-bottom: 14px; }
.shead h2 { margin-bottom: 16px; }
.shead p { margin: 0 auto; }

/* ---------- PROBLEMA ---------- */
.problem-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 46px; }
.problem-step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 20px 18px; position: relative; }
.problem-step .pn { font-family: var(--font-serif); font-size: 26px; color: var(--clay-400); line-height: 1; }
.problem-step p { font-size: 14px; color: var(--text-body); margin-top: 10px; }
.problem-arrow { position: absolute; right: -12px; top: 50%; transform: translateY(-50%); color: var(--sand-300); z-index: 2; }
.problem-punch { text-align: center; }
.problem-punch .big { font-family: var(--font-serif); font-style: italic; font-size: clamp(24px,3vw,34px); color: var(--ink-900); }

/* ---------- SOLUÇÃO (split) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split--media-right { direction: ltr; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.split-media .float-card { position: absolute; bottom: -26px; left: -26px; background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); padding: 18px 22px; display: flex; align-items: center; gap: 14px; max-width: 280px; }
.split-media .float-card .ic { width: 42px; height: 42px; border-radius: 50%; background: var(--clay-50); color: var(--clay-600); display: flex; align-items: center; justify-content: center; flex: none; }
.split-media .float-card .tx { font-family: var(--font-display); font-weight: 500; font-size: 14px; color: var(--ink-900); line-height: 1.3; }
.split-body h2 { margin-bottom: 20px; }
.split-body p { margin-bottom: 18px; color: var(--text-body); }
.split-list { list-style: none; padding: 0; margin: 24px 0 28px; display: grid; gap: 14px; }
.split-list li { display: flex; gap: 12px; align-items: flex-start; }
.split-list .ck { width: 24px; height: 24px; border-radius: 50%; background: var(--teal-600); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; font-size: 13px; }

/* ---------- BENEFÍCIOS ---------- */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit { padding: 32px 28px; }
.benefit .b-ic { width: 56px; height: 56px; border-radius: var(--radius-md); background: var(--teal-50); color: var(--teal-600); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.benefit .b-ic svg { width: 28px; height: 28px; }
.benefit:nth-child(2) .b-ic, .benefit:nth-child(5) .b-ic { background: var(--clay-50); color: var(--clay-600); }
.benefit h3 { font-family: var(--font-display); font-weight: 500; font-size: 20px; color: var(--ink-900); margin-bottom: 10px; }
.benefit p { font-size: 15px; color: var(--text-muted); line-height: 1.65; }

/* ---------- O QUE VOCÊ RECEBE ---------- */
.receive { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px,5vw,64px); align-items: center; }
.receive-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
.receive-item { display: flex; gap: 12px; align-items: center; padding: 6px 0; }
.receive-item .ck { width: 30px; height: 30px; border-radius: 50%; background: var(--clay-600); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.receive-item span { font-family: var(--font-body); font-weight: 600; color: var(--ink-800); font-size: 15.5px; }

/* ---------- TIMELINE (Como funciona) ---------- */
.timeline { position: relative; max-width: 940px; margin: 0 auto; }
.timeline::before { content:""; position: absolute; left: 50%; top: 10px; bottom: 10px; width: 2px; background: var(--clay-200); transform: translateX(-50%); }
.tl-row { display: grid; grid-template-columns: 1fr 92px 1fr; align-items: center; margin-bottom: 30px; }
.tl-card { background: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 24px 26px; position: relative; }
.tl-card .tl-step { font-family: var(--font-display); font-weight: 600; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay-600); }
.tl-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 21px; color: var(--ink-900); margin: 6px 0 10px; }
.tl-card p { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }
.tl-node { display: flex; align-items: center; justify-content: center; }
.tl-node .nd { width: 50px; height: 50px; border-radius: 50%; background: var(--clay-600); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 6px var(--cream), var(--shadow-clay); z-index: 2; }
.tl-node .nd svg { width: 24px; height: 24px; }
.tl-row.left .tl-card { grid-column: 1; text-align: right; }
.tl-row.left .tl-node { grid-column: 2; }
.tl-row.right .tl-node { grid-column: 2; }
.tl-row.right .tl-card { grid-column: 3; }
.tl-row.left .tl-spacer, .tl-row.right .tl-spacer { display: none; }

/* ---------- BEATRIZ ---------- */
.beatriz { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px,5vw,68px); align-items: center; }
.beatriz-photo { position: relative; }
.beatriz-photo img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.beatriz-seal { position: absolute; right: -22px; bottom: 28px; width: 132px; height: 132px; border-radius: 50%; background: var(--clay-600); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: var(--shadow-lg); padding: 14px; }
.beatriz-seal .n { font-family: var(--font-serif); font-weight: 600; font-size: 40px; line-height: 0.9; }
.beatriz-seal .l { font-family: var(--font-display); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 6px; line-height: 1.3; }
.beatriz-body .sig { font-family: var(--font-script); font-size: 42px; color: var(--teal-600); line-height: 1; margin-top: 18px; }
.beatriz-body blockquote { font-family: var(--font-serif); font-style: italic; font-size: 22px; color: var(--ink-800); border-left: 3px solid var(--clay-300); padding-left: 20px; margin: 24px 0; line-height: 1.4; }

/* ---------- PRICING ---------- */
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 56px; }
.price-card { text-align: center; padding: 38px 28px; position: relative; overflow: visible; }
.price-card.feature { background: var(--wash-teal); color: #fff; }
.price-card .pc-days { font-family: var(--font-display); font-weight: 500; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clay-600); }
.price-card.feature .pc-days { color: var(--clay-200); }
.price-card .pc-amount { font-family: var(--font-serif); font-weight: 600; font-size: 58px; color: var(--ink-900); line-height: 1; margin: 12px 0 4px; }
.price-card.feature .pc-amount { color: #fff; }
.price-card .pc-per { font-size: 13.5px; color: var(--text-muted); }
.price-card.feature .pc-per { color: rgba(255,255,255,0.8); }
.price-card .pc-pop { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); }
.price-calc { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: clamp(28px,4vw,46px); max-width: 720px; margin: 0 auto; text-align: center; }
.price-calc h3 { font-family: var(--font-display); font-weight: 400; font-size: 24px; color: var(--ink-900); margin-bottom: 8px; }
.price-calc .pc-help { color: var(--text-muted); margin-bottom: 26px; font-size: 15px; }
.calc-slider-wrap { max-width: 520px; margin: 0 auto; }
.calc-days-display { font-family: var(--font-display); font-weight: 500; font-size: 14px; color: var(--teal-700); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
.calc-days-display b { font-family: var(--font-serif); font-size: 30px; font-weight: 600; color: var(--clay-600); margin: 0 4px; vertical-align: -3px; }
input[type=range].calc-range { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: var(--sand-200); outline: none; }
input[type=range].calc-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%; background: var(--teal-600); border: 4px solid var(--cream); box-shadow: var(--shadow-teal); cursor: pointer; transition: transform 120ms; }
input[type=range].calc-range::-webkit-slider-thumb:active { transform: scale(1.12); }
input[type=range].calc-range::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: var(--teal-600); border: 4px solid var(--cream); box-shadow: var(--shadow-teal); cursor: pointer; }
.calc-scale { display: flex; justify-content: space-between; margin-top: 10px; font-size: 12px; color: var(--ink-400); font-family: var(--font-display); letter-spacing: 0.04em; }
.calc-result { margin-top: 30px; }
.calc-result .cr-label { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-family: var(--font-display); color: var(--text-muted); }
.calc-result .cr-amount { font-family: var(--font-serif); font-weight: 600; font-size: 64px; color: var(--teal-700); line-height: 1; margin: 6px 0 4px; transition: color 200ms; }
.calc-result .cr-amount .cur { font-size: 32px; vertical-align: 14px; color: var(--clay-600); }
.calc-result .cr-note { font-size: 13.5px; color: var(--text-muted); }
.calc-result.bump .cr-amount { animation: amountPop 360ms var(--ease-out); }
@keyframes amountPop { 0% { transform: scale(0.86); opacity: 0.4; } 60% { transform: scale(1.05); } 100% { transform: scale(1); opacity: 1; } }

/* ---------- TESTIMONIALS ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testi { padding: 32px 30px; display: flex; flex-direction: column; gap: 14px; }
.testi .stars { color: var(--orange-500); letter-spacing: 2px; font-size: 15px; }
.testi blockquote { font-family: var(--font-serif); font-style: italic; font-size: 18.5px; line-height: 1.5; color: var(--ink-800); margin: 0; }
.testi .who { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 8px; }
.testi .who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--teal-600); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 17px; flex: none; }
.testi .who .nm { font-family: var(--font-display); font-weight: 500; font-size: 16px; color: var(--ink-900); }
.testi .who .ds { font-size: 13px; color: var(--clay-600); font-family: var(--font-display); letter-spacing: 0.04em; text-transform: uppercase; }

/* ---------- CTA banners ---------- */
.cta-band { background: var(--wash-teal); border-radius: var(--radius-xl); padding: clamp(40px,6vw,72px); text-align: center; position: relative; overflow: hidden; color: #fff; }
.cta-band h2 { color: #fff; margin-bottom: 16px; }
.cta-band p { color: rgba(255,255,255,0.86); max-width: 56ch; margin: 0 auto 30px; }
.cta-band .script { color: var(--clay-200); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 26px; font-family: var(--font-display); font-weight: 500; font-size: 17.5px; color: var(--ink-900); }
.faq-q .pm { width: 30px; height: 30px; border-radius: 50%; background: var(--teal-50); color: var(--teal-600); display: flex; align-items: center; justify-content: center; flex: none; transition: transform 240ms, background 240ms, color 240ms; }
.faq-item.open .faq-q .pm { transform: rotate(45deg); background: var(--clay-600); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 300ms var(--ease-out); }
.faq-a-inner { padding: 0 26px 24px; color: var(--text-muted); line-height: 1.7; font-size: 15.5px; }

/* ---------- DESTINATIONS GRID ---------- */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.dest-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 3/4; display: block; }
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-out); }
.dest-card:hover img { transform: scale(1.06); }
.dest-card .dc-grad { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,52,52,0.82) 0%, rgba(20,52,52,0.1) 55%); }
.dest-card .dc-body { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; color: #fff; }
.dest-card .dc-country { font-family: var(--font-display); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay-200); }
.dest-card .dc-city { font-family: var(--font-display); font-weight: 500; font-size: 22px; margin-top: 4px; }
.dest-card .dc-soon { position: absolute; top: 16px; right: 16px; }

/* ============================================================
   DESTINATION PAGE (Peru template)
   ============================================================ */
.dpage-hero { position: relative; min-height: 70vh; display: flex; align-items: flex-end; overflow: hidden; }
.dpage-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.dpage-hero .scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(20,52,52,0.85) 0%, rgba(20,52,52,0.15) 60%); }
.dpage-hero-inner { position: relative; z-index: 2; padding-block: 60px; color: #fff; }
.dpage-hero .crumb { font-family: var(--font-display); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay-200); margin-bottom: 14px; }
.dpage-hero .crumb a { color: var(--clay-200); }
.dpage-hero h1 { color: #fff; margin-bottom: 12px; }
.dpage-facts { display: flex; gap: 38px; flex-wrap: wrap; margin-top: 26px; }
.dpage-facts .f { display: flex; flex-direction: column; gap: 5px; }
.dpage-facts .f .n { font-family: var(--font-serif); font-weight: 600; font-size: 28px; color: var(--ink-900); line-height: 1; white-space: nowrap; }
.dpage-facts .f .l { font-size: 12px; color: var(--text-muted); font-family: var(--font-display); letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.pagehero .dpage-facts .f .n { color: #fff; }
.pagehero .dpage-facts .f .l { color: rgba(255,255,255,0.8); }

/* ---------- Machu Picchu circuits ---------- */
.circ-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.circ-card { display: flex; flex-direction: column; gap: 16px; padding: 32px 26px; position: relative; overflow: visible; border: 2px solid transparent; transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out); }
/* "Selected" look — the middle card shows it by default; on hover it follows the pointer. */
.circ-card.feature,
.circ-card:hover { border-color: var(--teal-400); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
/* When any card is hovered, the default-selected middle card deselects (unless it is the hovered one). */
.circ-grid:has(.circ-card:hover) .circ-card.feature:not(:hover) { border-color: transparent; box-shadow: var(--shadow-md); transform: none; }
.circ-card > .tag { align-self: flex-start; }
.circ-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 23px; color: var(--ink-900); margin: 0; }
.circ-card .pop { position: absolute; top: -13px; right: 22px; }
.circ-blk .lbl { font-family: var(--font-display); font-weight: 600; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay-600); margin-bottom: 9px; }
.circ-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.circ-list li { display: flex; gap: 9px; font-size: 14px; color: var(--ink-700); line-height: 1.45; }
.circ-list.checks li::before { content: "✔"; color: var(--teal-600); font-size: 12px; flex: none; line-height: 1.5; }
.circ-list.dots li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--clay-400); margin-top: 7px; flex: none; }
.cmp-wrap { overflow-x: auto; margin-top: 28px; }
.cmp { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); min-width: 560px; }
.cmp th, .cmp td { padding: 14px 18px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.cmp thead th { background: var(--teal-600); color: #fff; font-family: var(--font-display); font-weight: 500; font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; }
.cmp tbody tr:last-child td { border-bottom: none; }
.cmp td:first-child { font-family: var(--font-display); font-weight: 600; color: var(--teal-700); }
.cmp .yes { color: var(--color-success); font-weight: 700; }
.cmp .no { color: var(--ink-300); }
.cmp .partial { color: var(--clay-600); font-weight: 600; }
.dica { display: flex; gap: 18px; align-items: flex-start; margin-top: 28px; padding: 28px 30px; }
.dica .di { width: 46px; height: 46px; border-radius: 50%; background: var(--clay-600); color: #fff; display: flex; align-items: center; justify-content: center; flex: none; }
.dica h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink-900); margin: 0 0 6px; }
.dica p { font-size: 14.5px; color: var(--text-body); line-height: 1.6; margin: 0; }
@media (max-width: 900px) { .circ-grid { grid-template-columns: 1fr; } }
.dpage-highlights { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 200px; gap: 14px; }
.gallery-grid .g { border-radius: var(--radius-md); overflow: hidden; }
.gallery-grid .g img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease-out); }
.gallery-grid .g:hover img { transform: scale(1.06); }
.gallery-grid .g.tall { grid-row: span 2; }
.gallery-grid .g.wide { grid-column: span 2; }

/* ---------- IMG PLACEHOLDER (for missing photos) ---------- */
.img-ph { background: var(--wash-cream); display: flex; align-items: center; justify-content: center; text-align: center; color: var(--ink-400); position: relative; }
.img-ph::before { content:""; position:absolute; inset:10px; border: 1.5px dashed var(--sand-300); border-radius: inherit; }
.img-ph span { font-family: var(--font-display); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; max-width: 70%; line-height: 1.5; position: relative; }

/* ============================================================
   TABS (tennis) — mirror of DS Tabs.jsx (pill)
   ============================================================ */
.tabs-pill { display: flex; gap: 6px; background: var(--sand-50); border-radius: var(--radius-pill); padding: 5px; width: fit-content; margin: 0 auto 44px; flex-wrap: wrap; justify-content: center; }
.tabs-pill button { font-family: var(--font-display); font-weight: 500; font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 11px 24px; border-radius: var(--radius-pill); cursor: pointer; border: none; background: transparent; color: var(--ink-500); transition: all 180ms; }
.tabs-pill button.active { background: var(--teal-600); color: #fff; box-shadow: var(--shadow-sm); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeUp 400ms var(--ease-out); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- LOJA / product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.product { display: flex; flex-direction: column; }
.product .p-media { position: relative; aspect-ratio: 16/10; }
.product .p-media img { width: 100%; height: 100%; object-fit: cover; }
.product .p-body { padding: 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.product .p-body h3 { font-family: var(--font-display); font-weight: 500; font-size: 21px; color: var(--ink-900); }
.product .p-body p { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }
.product .p-feats { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 8px; }
.product .p-feats li { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; color: var(--ink-700); }
.product .p-feats .ck { color: var(--teal-600); flex: none; }
.product .p-foot { margin-top: auto; padding-top: 18px; }

/* ---------- DISCOUNT cards ---------- */
.discount { display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; }
.discount.flip { direction: rtl; }
.discount.flip > * { direction: ltr; }
.discount .d-media { position: relative; min-height: 320px; }
.discount .d-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.discount .d-body { padding: clamp(28px,4vw,48px); display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.discount .d-price { display: flex; align-items: baseline; gap: 12px; }
.discount .d-price .now { font-family: var(--font-serif); font-weight: 600; font-size: 46px; color: var(--teal-700); line-height: 1; }
.discount .d-price .was { font-family: var(--font-serif); font-size: 24px; color: var(--ink-400); text-decoration: line-through; }
.discount .d-off { position: absolute; top: 18px; left: 18px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .split, .receive, .beatriz { grid-template-columns: 1fr; }
  .benefit-grid, .dest-grid, .dpage-highlights, .product-grid { grid-template-columns: repeat(2,1fr); }
  .problem-flow { grid-template-columns: repeat(2,1fr); }
  .problem-arrow { display: none; }
  .testi-grid, .discount { grid-template-columns: 1fr; }
  .infobar-grid { grid-template-columns: 1fr; }
  .infobar-cell + .infobar-cell { border-left: none; border-top: 1px solid var(--line); }
  .beatriz-photo { max-width: 420px; }
}
@media (max-width: 720px) {
  .timeline::before { left: 26px; }
  .tl-row { grid-template-columns: 52px 1fr; gap: 16px; }
  .tl-row.left .tl-card, .tl-row.right .tl-card { grid-column: 2; text-align: left; }
  .tl-node { grid-column: 1; }
  .tl-row.left .tl-node { grid-column: 1; }
  .price-cards { grid-template-columns: 1fr; }
  .receive-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .benefit-grid, .dest-grid, .dpage-highlights, .product-grid, .problem-flow { grid-template-columns: 1fr; }
  .hero-trust .ht + .ht { border-left: none; padding-left: 0; }
}
