:root {
  --green: #0d3869;
  --green-2: #12395c;
  --terracotta: #ffad01;
  --terracotta-dark: #e69500;
  --cream: #fcf7ee;
  --sand: #dae0e7;
  --paper: #ffffff;
  --ink: #1a1a1a;
  --muted: #555555;
  --slate: #627d9e;
  --white: #fff;
  --max: 1180px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }

.site-header { height: 82px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(255,250,242,.9); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(23,63,55,.1); position: sticky; top: 0; z-index: 50; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; letter-spacing: -.4px; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50% 50% 50% 12%; background: var(--terracotta); color: white; font-weight: 800; transform: rotate(-6deg); }
.brand-mark + span { white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .91rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--terracotta); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { background: var(--green); color: white; padding: 11px 20px; border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: none; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 6px 0; background: var(--green); transition: .25s; }

.hero { min-height: calc(100vh - 82px); max-width: var(--max); margin: auto; padding: 72px 24px 88px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; overflow: hidden; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--terracotta-dark); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow i { width: 24px; height: 2px; background: currentColor; }
.hero h1, .section h2, .final-cta h2 { font-family: Manrope, sans-serif; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 620px; margin: 21px 0 26px; color: var(--green); font-size: clamp(3.6rem, 6.2vw, 6rem); }
.hero-lead { max-width: 570px; margin: 0; color: var(--slate); font-size: 1.12rem; }
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 37px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 24px; border-radius: 999px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; fill: currentColor; }
.button-primary { color: var(--green); background: var(--terracotta); box-shadow: 0 12px 25px rgba(13,56,105,.18); }
.button-primary:hover { color: white; background: var(--green-2); box-shadow: 0 15px 30px rgba(13,56,105,.25); }
.text-link { color: var(--green); font-weight: 700; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.trust-row { margin-top: 42px; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: .82rem; line-height: 1.35; }
.trust-row p { margin: 0; }
.trust-row strong { color: var(--green); }
.avatars { display: flex; }
.avatars span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -7px; border-radius: 50%; border: 3px solid var(--paper); color: white; background: var(--terracotta); font-size: .7rem; }
.avatars span:nth-child(2) { background: var(--green-2); }
.avatars span:nth-child(3) { background: #d7a957; }

.hero-visual { min-height: 590px; position: relative; display: grid; place-items: center; }
.sun-shape { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--sand); top: 30px; left: 50%; transform: translateX(-50%); }
.sun-shape::after { content: ""; position: absolute; width: 86px; height: 86px; border: 1px solid rgba(23,63,55,.3); border-radius: 50%; right: -26px; top: 68px; }
.main-card { width: min(360px, 75vw); height: 470px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 28px 25px 23px; color: var(--green); background: var(--cream); border: 1px solid rgba(23,63,55,.13); border-radius: 180px 180px 24px 24px; box-shadow: 0 30px 70px rgba(23,63,55,.18); transform: rotate(2.5deg); overflow: hidden; z-index: 2; }
.main-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(214,107,77,.4); border-radius: 170px 170px 18px 18px; pointer-events: none; }
.card-kicker, .main-card p { position: relative; z-index: 2; text-transform: uppercase; letter-spacing: .18em; font-size: .65rem; font-weight: 700; }
.line-art { width: 88%; height: 340px; position: relative; z-index: 1; }
.line-art svg { width: 100%; height: 100%; fill: none; stroke: var(--terracotta); stroke-width: 2.1; stroke-linecap: round; }
.floating-note { position: absolute; z-index: 3; box-shadow: 0 14px 35px rgba(23,63,55,.18); }
.note-top { width: 116px; height: 116px; right: 0; top: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 7px; color: white; background: var(--green); transform: rotate(8deg); }
.note-top strong { font: 800 2.6rem Manrope; }
.note-top span { font-size: .63rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .07em; }
.note-bottom { left: 0; bottom: 65px; padding: 17px 22px; color: var(--green); background: white; border-radius: 14px; transform: rotate(-5deg); }
.note-bottom span { display: block; font-size: .68rem; color: var(--muted); }
.note-bottom strong { font-family: Manrope; font-size: 1.12rem; }

.marquee { padding: 19px 0; overflow: hidden; color: var(--cream); background: var(--green); }
.marquee div { min-width: max-content; display: flex; justify-content: space-around; gap: 46px; padding: 0 30px; font: 600 1.12rem Manrope; text-transform: uppercase; letter-spacing: .08em; }
.marquee i { color: var(--terracotta); font-style: normal; }

.section { max-width: var(--max); margin: auto; padding: 120px 24px; }
.section-label { color: var(--terracotta-dark); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-top: 40px; }
.intro-grid h2 { margin: 0; color: var(--green); font-size: clamp(2.65rem, 5vw, 4.6rem); }
.intro-grid h2 em, .final-cta h2 em, blockquote em { color: var(--terracotta); font-family: Georgia, serif; font-weight: 400; }
.intro-copy { color: var(--muted); font-size: 1.02rem; }
.intro-copy p:first-child { color: var(--ink); font-size: 1.15rem; }

.includes-section { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; color: var(--cream); background: var(--green); }
.eyebrow.light { color: var(--terracotta); }
.includes-heading h2 { margin: 24px 0; color: white; font-size: clamp(3rem, 5vw, 4.8rem); }
.includes-heading > p { max-width: 410px; color: #dae0e7; }
.feature { min-height: 137px; display: grid; grid-template-columns: 50px 1fr 45px; gap: 20px; align-items: center; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); }
.feature:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.feature-number { color: #e8b29f; font-size: .74rem; }
.feature h3 { margin: 0 0 5px; color: white; font: 700 1.35rem Manrope; }
.feature p { margin: 0; color: #b7c9c4; font-size: .92rem; }
.feature-icon { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #e8b29f; font-size: 1.2rem; transition: .2s; }
.feature:hover .feature-icon { color: white; background: var(--terracotta); border-color: var(--terracotta); transform: rotate(45deg); }

.steps-heading { display: flex; justify-content: space-between; align-items: end; margin: 35px 0 55px; }
.steps-heading h2 { margin: 0; color: var(--green); font-size: clamp(3rem, 5vw, 4.7rem); }
.steps-heading p { max-width: 380px; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.step-card { min-height: 330px; padding: 25px; display: flex; flex-direction: column; color: var(--green); background: var(--cream); border-radius: var(--radius); transition: transform .25s; }
.step-card:hover { transform: translateY(-8px); }
.step-card > span { font-size: .65rem; letter-spacing: .13em; }
.step-card b { margin: 28px 0 auto; color: rgba(23,63,55,.16); font: 800 5rem Manrope; line-height: 1; }
.step-card h3 { margin: 0 0 8px; font: 700 1.5rem Manrope; }
.step-card p { margin: 0; font-size: .88rem; }
.step-card.accent { color: #512a20; background: #e6a18b; }
.step-card.dark { color: var(--cream); background: var(--green); }
.step-card.accent b { color: rgba(81,42,32,.16); }
.step-card.dark b { color: rgba(255,255,255,.14); }

.quote-section { min-height: 430px; padding: 95px 24px; position: relative; display: grid; place-items: center; text-align: center; overflow: hidden; background: var(--sand); }
.quote-mark { position: absolute; top: -45px; left: 50%; color: rgba(214,107,77,.13); font: 300 19rem Georgia; transform: translateX(-50%); }
blockquote { max-width: 850px; margin: 0; position: relative; color: var(--green); font: 700 clamp(2rem, 4vw, 3.7rem)/1.25 Manrope; letter-spacing: -.04em; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-heading h2 { margin: 29px 0 0; color: var(--green); font-size: clamp(3rem, 5vw, 4.6rem); }
.faq-list { border-top: 1px solid #cfc8bc; }
details { border-bottom: 1px solid #cfc8bc; }
summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--green); cursor: pointer; list-style: none; font: 700 1.07rem Manrope; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 650px; margin: -8px 35px 25px 0; color: var(--muted); }

.final-cta { min-height: 550px; padding: 100px 24px; position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; color: white; background: var(--green-2); overflow: hidden; }
.final-cta > *:not(.cta-decoration) { position: relative; z-index: 2; }
.final-cta h2 { margin: 22px 0; font-size: clamp(4rem, 7vw, 6.7rem); }
.final-cta h2 em { color: var(--cream); }
.final-cta p { max-width: 510px; margin: 0 0 30px; color: #dae0e7; }
.button-light { color: var(--green); background: var(--cream); }
.button-light:hover { background: white; }
.final-cta small { margin-top: 17px; color: #dae0e7; }
.cta-decoration { position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.cta-decoration::before, .cta-decoration::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; inset: 55px; }
.cta-decoration::after { inset: 120px; }

footer { max-width: var(--max); min-height: 130px; margin: auto; padding: 30px 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: var(--muted); font-size: .78rem; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }
.footer-brand { color: var(--ink); }
.whatsapp-float { width: 58px; height: 58px; position: fixed; right: 22px; bottom: 22px; z-index: 40; display: grid; place-items: center; color: white; background: #25d366; border-radius: 50%; box-shadow: 0 10px 28px rgba(0,0,0,.2); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 30px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; padding: 110px 30px 40px; flex-direction: column; align-items: stretch; background: var(--paper); transform: translateX(100%); transition: transform .3s; font-size: 1.35rem; }
  .main-nav.open { transform: none; }
  .nav-cta { text-align: center; margin-top: auto; font-size: 1rem; }
  .nav-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 570px; }
  .intro-grid, .includes-section, .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 600px) {
  .site-header { height: 70px; }
  .hero { min-height: auto; padding: 52px 20px 60px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 4.2rem); }
  .hero-actions { flex-direction: column; }
  .button-primary { width: 100%; }
  .hero-visual { min-height: 470px; }
  .sun-shape { width: 390px; height: 390px; }
  .main-card { width: 280px; height: 385px; }
  .line-art { height: 275px; }
  .note-top { width: 90px; height: 90px; right: -5px; }
  .note-top strong { font-size: 2rem; }
  .note-bottom { left: -5px; bottom: 40px; }
  .section { padding: 85px 20px; }
  .intro-grid { gap: 30px; }
  .includes-section { padding-inline: 20px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 260px; }
  .step-card b { margin-top: 20px; }
  .quote-section { min-height: 390px; }
  footer { grid-template-columns: 1fr; gap: 15px; text-align: center; }
  footer p:nth-child(2), footer p:last-child { margin: 0; text-align: center; }
  .footer-brand { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* HET Remuneraciones */
.hero-het h1 em { display: block; color: var(--terracotta); font-family: Georgia, serif; font-weight: 400; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 32px; color: var(--green); font-size: .82rem; font-weight: 700; }
.hero-dashboard { min-height: 545px; position: relative; padding: 25px; color: var(--cream); background: var(--green); border-radius: 34px; box-shadow: 0 35px 75px rgba(23,63,55,.22); transform: rotate(1deg); }
.hero-dashboard::before { content: ""; position: absolute; width: 145px; height: 145px; right: -34px; top: -34px; border: 1px solid rgba(214,107,77,.5); border-radius: 50%; }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 56px; font-size: .64rem; font-weight: 700; letter-spacing: .12em; }
.status-dot { display: flex; align-items: center; gap: 7px; color: #b7dec5; }
.status-dot::before { content: ""; width: 7px; height: 7px; background: #73d895; border-radius: 50%; box-shadow: 0 0 0 5px rgba(115,216,149,.12); }
.sheet-window { color: var(--ink); background: var(--white); border-radius: 13px; box-shadow: 0 20px 45px rgba(0,0,0,.2); overflow: hidden; transform: rotate(-2deg); }
.sheet-bar { height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 6px; color: var(--muted); background: #eceae5; font-size: .63rem; }
.sheet-bar i { width: 7px; height: 7px; background: #c9c5bd; border-radius: 50%; }
.sheet-bar i:first-child { background: var(--terracotta); }
.sheet-bar span { margin-left: 8px; }
.sheet-body { min-height: 322px; display: grid; grid-template-columns: 118px 1fr; }
.sheet-sidebar { padding: 24px 11px; display: flex; flex-direction: column; gap: 5px; background: #f4f1eb; font-size: .62rem; }
.sheet-sidebar span { padding: 8px; border-radius: 5px; }
.sheet-sidebar .active { color: white; background: var(--green-2); }
.sheet-content { padding: 34px 26px; }
.sheet-content > small { color: var(--muted); font-size: .55rem; letter-spacing: .12em; }
.metric { margin-top: 16px; display: flex; flex-direction: column; }
.metric strong { color: var(--green); font: 800 3.6rem/1 Manrope; letter-spacing: -.07em; }
.metric span { color: var(--muted); font-size: .67rem; }
.progress { height: 6px; margin: 17px 0 27px; background: #e6e2da; border-radius: 99px; overflow: hidden; }
.progress i { display: block; width: 100%; height: 100%; background: var(--terracotta); }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.mini-grid span { padding: 10px; display: flex; flex-direction: column; background: var(--cream); border-radius: 7px; color: var(--muted); font-size: .53rem; }
.mini-grid b { color: var(--green); font-size: .7rem; }
.price-stamp, .kit-stamp { position: absolute; z-index: 3; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.price-stamp { right: -30px; top: 75px; padding: 17px 20px; display: grid; color: white; background: var(--terracotta); border-radius: 14px; transform: rotate(5deg); }
.price-stamp small { font-size: .53rem; letter-spacing: .13em; }
.price-stamp strong { font: 800 1.7rem Manrope; }
.price-stamp span { font-size: .67rem; }
.kit-stamp { left: -38px; bottom: 27px; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--green); background: var(--sand); border-radius: 50%; transform: rotate(-8deg); }
.kit-stamp strong { font: 800 1.65rem Manrope; }
.kit-stamp span { font-size: .57rem; line-height: 1.2; text-align: center; text-transform: uppercase; letter-spacing: .06em; }

.period-strip { margin-top: 70px; padding: 25px 30px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 25px; color: var(--green); background: var(--cream); border-radius: 18px; }
.period-strip div { display: flex; flex-direction: column; }
.period-strip small { color: var(--terracotta-dark); font-size: .58rem; letter-spacing: .11em; }
.period-strip strong { font: 700 1.08rem Manrope; }
.period-strip > span { color: var(--terracotta); font-size: 1.4rem; }
.section-cta { margin-top: 28px; padding: 21px 24px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--green); background: var(--sand); border-radius: 16px; }
.section-cta > div { display: flex; flex-direction: column; }
.section-cta strong { font: 700 1rem Manrope; }
.section-cta > div > span { color: var(--muted); font-size: .76rem; }
.section-cta .button { flex: none; padding: 13px 20px; font-size: .86rem; }
.section-cta-light { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); }
.section-cta-light > div > span { color: #dae0e7; }
.includes-het > .section-cta { grid-column: 1 / -1; }
.workflow-cta { margin-top: 28px; }

.includes-het { grid-template-columns: .62fr 1.38fr; align-items: start; }
.included-highlight { width: 135px; height: 135px; margin-top: 45px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--green); background: var(--sand); border-radius: 50%; transform: rotate(-6deg); }
.included-highlight strong { font: 800 3rem Manrope; }
.included-highlight span { font-size: .6rem; line-height: 1.25; text-transform: uppercase; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.15); }
.benefit-card { min-height: 225px; padding: 25px; position: relative; background: var(--green); }
.benefit-card > span { color: var(--terracotta); font-size: .62rem; }
.benefit-card > b { position: absolute; right: 22px; top: 17px; color: rgba(255,255,255,.18); font: 700 2.2rem Manrope; }
.benefit-card h3 { margin: 57px 0 8px; color: white; font: 700 1.15rem Manrope; }
.benefit-card p { margin: 0; color: #dae0e7; font-size: .82rem; }
.benefit-card.featured { color: var(--green); background: var(--terracotta); }
.benefit-card.featured > b { color: rgba(13,56,105,.25); font-size: 1.45rem; }
.benefit-card.featured h3, .benefit-card.featured p, .benefit-card.featured > span { color: var(--green); }

.parameters-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: center; }
.parameters-copy h2 { margin: 25px 0; color: var(--green); font-size: clamp(2.7rem, 5vw, 4.5rem); }
.parameters-copy h2 em { color: var(--terracotta); font-family: Georgia, serif; font-weight: 400; }
.parameters-copy p { color: var(--muted); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-cloud span { padding: 13px 19px; color: var(--green); background: var(--cream); border: 1px solid var(--sand); border-radius: 999px; font-weight: 700; font-size: .85rem; transition: .2s; }
.tag-cloud span:hover { color: white; background: var(--terracotta); border-color: var(--terracotta); transform: translateY(-2px); }

.workflow-section { background: var(--green); }
.workflow-inner { max-width: var(--max); color: white; }
.workflow-heading { max-width: 680px; }
.workflow-heading h2 { margin: 25px 0 18px; color: white; font-size: clamp(3rem, 5vw, 4.6rem); }
.workflow-heading p { color: #dae0e7; }
.workflow-list { margin: 65px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.workflow-list li { min-height: 225px; padding: 24px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.workflow-list b { display: block; margin-bottom: 55px; color: var(--terracotta); font-size: .68rem; }
.workflow-list h3 { margin: 0 0 8px; font: 700 1rem Manrope; }
.workflow-list p { margin: 0; color: #dae0e7; font-size: .78rem; }

.audience-heading { margin: 35px 0 50px; display: flex; justify-content: space-between; align-items: end; }
.audience-heading h2 { max-width: 610px; margin: 0; color: var(--green); font-size: clamp(3rem, 5vw, 4.7rem); }
.audience-heading p { max-width: 350px; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.audience-grid article { grid-column: span 2; min-height: 220px; padding: 24px; display: flex; flex-direction: column; color: var(--green); background: var(--cream); border-radius: 18px; }
.audience-grid article:nth-child(4), .audience-grid article:nth-child(5) { grid-column: span 3; }
.audience-grid span { color: var(--terracotta-dark); font-size: .65rem; }
.audience-grid h3 { margin: auto 0 9px; font: 700 1.15rem Manrope; }
.audience-grid p { margin: 0; color: var(--muted); font-size: .82rem; }

.pricing-section { max-width: var(--max); margin: auto; padding: 110px 24px; display: grid; grid-template-columns: 1fr .78fr; gap: 35px 75px; align-items: center; }
.pricing-copy { color: white; }
.pricing-section { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--green); }
.pricing-copy h2 { margin: 24px 0; font: 700 clamp(2.8rem, 5vw, 4.6rem)/1.05 Manrope; letter-spacing: -.05em; }
.pricing-copy p { max-width: 520px; color: #dae0e7; }
.pricing-card { padding: 35px; display: flex; flex-direction: column; color: var(--green); background: var(--paper); border-radius: 25px; box-shadow: 0 25px 55px rgba(74,23,13,.2); }
.pricing-card > span { color: var(--terracotta-dark); font-size: .65rem; font-weight: 700; letter-spacing: .13em; }
.price { margin: 24px 0; display: flex; align-items: start; }
.price sup { margin-top: 9px; font: 700 1.4rem Manrope; }
.price strong { font: 800 4.3rem/1 Manrope; letter-spacing: -.07em; }
.price small { align-self: end; margin: 0 0 7px 8px; color: var(--muted); }
.pricing-card ul { margin: 0 0 28px; padding: 0; display: grid; gap: 10px; list-style: none; color: var(--muted); font-size: .83rem; }
.pricing-card li::before { content: "✓"; margin-right: 8px; color: var(--terracotta); font-weight: 800; }
.pricing-card .button { width: 100%; }
.pricing-card > small { margin-top: 12px; color: var(--muted); text-align: center; }
.pricing-help { margin-top: 15px; color: var(--green); text-align: center; text-decoration: underline; text-underline-offset: 3px; font-size: .76rem; font-weight: 700; }
.cta-actions { display: flex; justify-content: center; gap: 12px; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.55); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.button-outline svg { width: 20px; fill: currentColor; }
.one-time-card { grid-column: 1 / -1; padding: 23px 30px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--green); background: var(--sand); border-radius: 18px; }
.one-time-card span { font-size: .7rem; font-weight: 700; letter-spacing: .06em; }
.one-time-card h3 { margin: 3px 0; font: 700 1.15rem Manrope; }
.one-time-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.one-time-card > strong { font: 800 2.1rem Manrope; white-space: nowrap; }
.one-time-card strong small { display: block; font: 600 .65rem "DM Sans"; text-align: right; }
.disclaimer { padding: 18px 24px; color: #635f58; background: var(--sand); text-align: center; font-size: .76rem; }

@media (max-width: 900px) {
  .hero-dashboard { width: min(600px, 100%); margin: auto; }
  .includes-het, .parameters-section, .pricing-section { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .workflow-list { grid-template-columns: 1fr 1fr; }
  .audience-heading { align-items: start; flex-direction: column; }
  .audience-grid article { grid-column: span 3; }
  .audience-grid article:last-child { grid-column: 2 / span 4; }
  .one-time-card { grid-column: auto; }
}

@media (max-width: 600px) {
  .hero-points { justify-content: center; }
  .hero-dashboard { min-height: 430px; padding: 17px; }
  .dashboard-top { margin-bottom: 36px; }
  .sheet-body { min-height: 265px; grid-template-columns: 82px 1fr; }
  .sheet-sidebar { padding: 15px 6px; font-size: .48rem; }
  .sheet-content { padding: 22px 14px; }
  .metric strong { font-size: 2.7rem; }
  .price-stamp { right: -8px; top: 63px; padding: 12px; }
  .price-stamp strong { font-size: 1.25rem; }
  .kit-stamp { left: -8px; bottom: -20px; width: 92px; height: 92px; }
  .period-strip { grid-template-columns: 1fr; text-align: center; }
  .period-strip > span { transform: rotate(90deg); }
  .benefit-grid, .workflow-list { grid-template-columns: 1fr; }
  .benefit-card { min-height: 205px; }
  .included-highlight { margin-inline: auto; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article, .audience-grid article:nth-child(4), .audience-grid article:nth-child(5), .audience-grid article:last-child { grid-column: auto; }
  .pricing-section { padding-block: 85px; }
  .pricing-card { padding: 27px 20px; }
  .price strong { font-size: 3.5rem; }
  .one-time-card { align-items: start; flex-direction: column; }
  .one-time-card strong small { text-align: left; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .section-cta { align-items: stretch; flex-direction: column; text-align: center; }
  .section-cta .button { width: 100%; }
}
