:root { --ink: #17251f; --ink-soft: #3d4b44; --cream: #f7f5ed; --paper: #fffefa; --lime: #c8f56a; --lime-deep: #aadd45; --line: #d9ddd6; --muted: #728078; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .privacy-index { top: 64px; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.generic-page { padding-block: 90px; min-height: 65vh; }
.generic-page h1 { font-size: clamp(42px, 5vw, 68px); letter-spacing: -3px; }
.generic-page .entry-content, .generic-page article > p { color: #5f6d65; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { height: 84px; width: min(1240px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e7e9e4; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -0.8px; }
.brand-mark { width: 32px; height: 32px; border-radius: 10px 10px 10px 3px; background: var(--ink); color: var(--lime); display: grid; place-items: center; transform: rotate(-3deg); }
.brand-mark span { transform: rotate(3deg); font-size: 17px; }
.site-header nav { display: flex; align-items: center; gap: 35px; font-size: 14px; color: #56625c; }
.site-header nav a:hover { color: var(--ink); }
.header-cta { height: 44px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; display: inline-flex; gap: 9px; align-items: center; font-size: 13px; font-weight: 700; transition: .2s ease; }
.header-cta:hover { background: var(--ink); color: white; }
.header-cta svg, .button svg { width: 17px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 50px; align-items: center; padding-block: 80px 90px; }
.eyebrow, .section-kicker { color: #607068; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow { background: #eff3e9; display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; padding: 9px 13px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #68aa44; box-shadow: 0 0 0 4px #ddebcd; }
.hero h1 { max-width: 620px; margin: 27px 0 24px; font-size: clamp(54px, 5.8vw, 82px); line-height: .97; letter-spacing: -5.5px; font-weight: 750; }
.hero h1 em, .final-cta h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: #668749; }
.hero-lead { max-width: 570px; margin: 0; color: #59665f; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.button { min-height: 54px; padding: 0 23px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; box-shadow: 0 12px 25px rgba(23,37,31,.14); }
.button-dark:hover { background: #263a31; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.play { width: 34px; height: 34px; border: 1px solid #cbd0ca; border-radius: 50%; display: grid; place-items: center; font-size: 9px; padding-left: 2px; }
.promise-list { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 40px; color: #6b766f; font-size: 11px; }
.promise-list span { display: flex; align-items: center; gap: 6px; }
.promise-list i { width: 17px; height: 17px; border-radius: 50%; background: #edf4e3; color: #64834b; display: grid; place-items: center; }
.promise-list i svg { width: 12px; }

.hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ''; position: absolute; inset: 8% 2%; background: #e7eedc; border-radius: 49% 51% 47% 53% / 45% 39% 61% 55%; transform: rotate(-6deg); z-index: -3; }
.hero-visual::after { content: ''; position: absolute; width: 350px; height: 350px; background: var(--lime); border-radius: 50%; filter: blur(85px); opacity: .25; z-index: -4; }
.orbit { position: absolute; border: 1px solid rgba(23,37,31,.13); border-radius: 50%; z-index: -2; }
.orbit-one { width: 470px; height: 470px; transform: rotate(18deg); }
.orbit-two { width: 530px; height: 370px; transform: rotate(-28deg); }
.phone { width: 286px; min-height: 552px; border: 8px solid var(--ink); border-radius: 43px; background: #eef1ec; box-shadow: 0 34px 60px rgba(28,47,38,.23); overflow: hidden; position: relative; }
.phone-speaker { width: 74px; height: 19px; background: var(--ink); border-radius: 0 0 13px 13px; position: absolute; top: -1px; left: calc(50% - 37px); z-index: 2; }
.phone-topbar { height: 68px; padding: 19px 14px 8px; background: var(--paper); display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #dde0dc; }
.chat-avatar { width: 31px; height: 31px; border-radius: 50%; background: var(--ink); color: var(--lime); display: grid; place-items: center; }
.phone-topbar > span:nth-child(2) { display: flex; flex-direction: column; font-size: 11px; line-height: 1.25; }
.phone-topbar small { color: #6da253; font-size: 8px; }
.phone-topbar i { margin-left: auto; font-style: normal; color: #7c867f; letter-spacing: 1px; }
.chat-day { margin: 13px auto 9px; font-size: 7px; letter-spacing: 1px; color: #8a938e; text-align: center; }
.message { margin: 0 12px 10px; padding: 10px 11px; width: fit-content; max-width: 82%; background: white; border-radius: 4px 14px 14px 14px; font-size: 10px; line-height: 1.52; box-shadow: 0 2px 7px rgba(23,37,31,.06); }
.message.outgoing { margin-left: auto; background: #d9f9a0; border-radius: 14px 4px 14px 14px; }
.message.confirm { padding: 12px; }
.message.confirm b { display: inline-block; margin-bottom: 5px; }
.message.confirm small { font-size: 9px; color: #626e67; }
.mini-check { width: 16px; height: 16px; border-radius: 50%; background: var(--ink); color: var(--lime); display: inline-grid; place-items: center; margin-right: 5px; }
.chat-input { position: absolute; bottom: 10px; left: 10px; right: 10px; height: 39px; background: white; border-radius: 22px; display: flex; align-items: center; justify-content: space-between; padding: 0 7px 0 13px; color: #a0a8a3; font-size: 9px; }
.chat-input b { width: 28px; height: 28px; background: var(--ink); color: var(--lime); border-radius: 50%; display: grid; place-items: center; }
.floating-chip { position: absolute; background: var(--paper); border: 1px solid #e0e4dc; box-shadow: 0 14px 30px rgba(33,52,43,.13); border-radius: 16px; padding: 13px 16px; font-size: 11px; line-height: 1.3; z-index: 4; }
.floating-chip small { color: #7b867f; font-size: 9px; }
.chip-top { top: 70px; right: -14px; }
.chip-top > span { width: 22px; height: 22px; background: var(--lime); border-radius: 7px; display: inline-grid; place-items: center; margin-right: 7px; }
.chip-bottom { left: -25px; bottom: 75px; padding-left: 52px; }
.calendar-glyph { position: absolute; left: 13px; top: 13px; width: 29px; height: 31px; border-radius: 7px; background: #f1d3c5; display: grid; place-items: center; font-size: 10px; font-weight: 800; }

.trust-strip { background: var(--ink); color: white; padding: 22px max(24px, calc((100% - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.trust-strip p { margin: 0; font-family: Georgia, serif; font-style: italic; color: #dfe7df; font-size: 18px; }
.trust-items { display: flex; align-items: center; color: #eff4ef; font-size: 11px; font-weight: 700; }
.flow-node { min-height: 38px; display: flex; align-items: center; gap: 9px; padding: 6px 12px 6px 7px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.045); border-radius: 999px; white-space: nowrap; }
.flow-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 11px; font-style: normal; }
.pulse-icon { position: relative; background: transparent; color: var(--lime); border: 1px solid rgba(200,245,106,.45); }
.pulse-icon::after { content: ''; position: absolute; inset: 5px; border: 1px solid var(--lime); border-radius: 50%; }
.flow-arrow { width: 38px; display: flex; align-items: center; color: var(--lime); opacity: .78; }
.flow-arrow::before { content: ''; width: 19px; border-top: 1px dashed rgba(200,245,106,.48); }
.flow-arrow svg { width: 15px; margin-left: -2px; }

.problem { padding-block: 120px; }
.problem-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: end; margin-top: 25px; }
.problem h2, .section-heading h2, .background-copy h2, .faq h2 { margin: 0; font-size: clamp(40px, 4.4vw, 62px); letter-spacing: -3px; line-height: 1.06; }
.problem-copy { color: #657169; font-size: 16px; line-height: 1.75; }
.problem-copy p:first-child { margin-top: 0; }
.problem-copy strong { color: var(--ink); }
.statements { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 65px; }
.statements article { background: var(--cream); border: 1px solid #eeece4; border-radius: 16px; padding: 25px 25px 22px; }
.statements span { font-family: Georgia, serif; font-size: 34px; color: #a9b3a8; line-height: .6; }
.statements p { margin: 9px 0 0; color: #56635b; line-height: 1.55; font-size: 14px; }

.how { background: #f1f3ed; padding-block: 110px 120px; overflow: hidden; }
.section-heading.centered { text-align: center; }
.section-heading h2 { margin-top: 19px; }
.section-heading > p { color: #69766f; line-height: 1.7; }
.centered > p { margin: 18px auto 0; }
.steps { display: grid; grid-template-columns: 1fr 60px 1fr 60px 1fr; align-items: center; gap: 10px; margin-top: 68px; }
.steps article { min-width: 0; position: relative; }
.step-number { width: 30px; height: 30px; border: 1px solid #c9cec8; border-radius: 50%; display: grid; place-items: center; font-size: 9px; font-weight: 800; margin-bottom: 16px; }
.step-visual { height: 155px; border-radius: 18px; background: white; border: 1px solid #e1e4df; box-shadow: 0 10px 23px rgba(28,45,37,.07); margin-bottom: 24px; }
.step-chat { display: flex; align-items: center; gap: 10px; padding: 28px; }
.step-chat div { background: #dff5ad; padding: 14px; border-radius: 13px 4px 13px 13px; font-size: 11px; line-height: 1.5; }
.step-chat span { flex: 0 0 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--lime); display: grid; place-items: center; }
.step-card { padding: 29px 22px; display: flex; align-items: center; gap: 12px; }
.step-icon { width: 43px; height: 43px; background: #e3dff5; color: #5d5483; border-radius: 12px; display: grid; place-items: center; }
.step-icon svg { width: 23px; }
.step-card div { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.step-card small, .step-alert small { color: #8a948e; font-size: 7px; letter-spacing: 1px; }
.step-card b, .step-alert b { font-size: 11px; }
.step-card em, .step-alert em { color: #7a857f; font-size: 8px; font-style: normal; }
.step-card > i { margin-left: auto; width: 20px; height: 20px; background: var(--lime); border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 10px; }
.step-alert { padding: 30px 20px; display: flex; align-items: center; gap: 12px; }
.step-alert > div { display: flex; flex-direction: column; gap: 5px; }
.bell-big { width: 40px; height: 40px; background: #f2d9bf; color: #9a724d; border-radius: 12px; display: grid; place-items: center; }
.step-line { height: 1px; background: repeating-linear-gradient(90deg,#b8c0b9 0 5px,transparent 5px 10px); margin-bottom: 60px; }
.steps h3 { margin: 0 0 9px; font-size: 18px; letter-spacing: -.4px; }
.steps article > p { margin: 0; color: #68746d; font-size: 13px; line-height: 1.65; }

.remember { padding-block: 120px; }
.split-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 100px; align-items: end; }
.split-heading > p { margin: 0; }
.admin-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 55px; }
.admin-card { min-height: 225px; padding: 26px; border-radius: 19px; position: relative; overflow: hidden; transition: transform .2s ease; }
.admin-card:hover { transform: translateY(-4px); }
.admin-card.mint { background: #dfeee4; }.admin-card.lavender { background: #e5e1f2; }.admin-card.peach { background: #f2dfd4; }.admin-card.blue { background: #dce9ef; }.admin-card.yellow { background: #f1ebcf; }.admin-card.rose { background: #eedfe2; }
.admin-icon { width: 45px; height: 45px; background: rgba(255,255,255,.63); border-radius: 13px; display: grid; place-items: center; }
.line-icon { width: 24px; }
.admin-card h3 { margin: 35px 0 8px; font-size: 18px; }
.admin-card p { max-width: 230px; margin: 0; color: #5f6a64; font-size: 13px; line-height: 1.55; }
.card-arrow { position: absolute; top: 26px; right: 26px; font-size: 17px; }

.background-section { background: var(--ink); color: white; padding-block: 120px; overflow: hidden; }
.background-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.wa-reminder { color: var(--ink); border: 7px solid #31433a; border-radius: 22px; overflow: hidden; box-shadow: -30px 35px 80px rgba(0,0,0,.3); transform: perspective(1200px) rotateY(3deg) rotateX(1deg); }
.wa-head { height: 64px; background: #f8f8f4; display: flex; align-items: center; gap: 10px; padding: 0 18px; border-bottom: 1px solid #dde1dc; }
.wa-back { color: #617068; font-size: 22px; }
.wa-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--lime); display: grid; place-items: center; font-size: 15px; }
.wa-contact { display: flex; flex-direction: column; gap: 2px; font-size: 11px; }
.wa-contact small { color: #70a65a; font-size: 8px; }
.wa-actions { margin-left: auto; color: #66736c; font-size: 15px; letter-spacing: 1px; }
.wa-chat { min-height: 385px; padding: 20px 25px 25px; background-color: #e9ece6; background-image: radial-gradient(rgba(23,37,31,.05) .8px, transparent .8px); background-size: 13px 13px; display: flex; flex-direction: column; align-items: flex-start; }
.wa-day { align-self: center; margin-bottom: 16px; padding: 5px 9px; background: rgba(255,255,255,.72); border-radius: 6px; color: #7a857e; font-size: 7px; letter-spacing: .7px; }
.wa-bubble { position: relative; max-width: 76%; padding: 11px 13px 17px; background: #fff; border-radius: 4px 14px 14px 14px; font-size: 11px; line-height: 1.5; box-shadow: 0 2px 7px rgba(23,37,31,.07); }
.wa-bubble + .wa-bubble { margin-top: 10px; }
.wa-outgoing { align-self: flex-end; background: #dff5ad; border-radius: 14px 4px 14px 14px; margin-top: 11px; }
.wa-time { position: absolute; right: 8px; bottom: 4px; color: #8a948e; font-size: 7px; font-weight: 400; }
.wa-detail-card { width: 75%; margin: 7px 0 11px 12px; padding: 12px; display: flex; gap: 11px; align-items: center; background: #f9faf7; border-left: 3px solid #8bae61; border-radius: 4px 11px 11px 4px; box-shadow: 0 2px 7px rgba(23,37,31,.07); }
.wa-detail-icon { width: 38px; height: 38px; border-radius: 10px; background: #e4eed8; color: #567244; display: grid; place-items: center; flex: 0 0 auto; }
.wa-detail-icon svg { width: 20px; }
.wa-detail-card > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.wa-detail-card small { color: #849087; font-size: 6px; letter-spacing: .8px; }
.wa-detail-card b { font-size: 10px; }
.wa-detail-card em { color: #758179; font-size: 8px; font-style: normal; }
.wa-confirmation { display: flex; gap: 9px; align-items: flex-start; margin-top: 10px; padding-right: 28px; }
.wa-confirm-check { width: 21px; height: 21px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 10px; }
.wa-confirmation small { color: #69766e; font-size: 9px; }
.wa-input { height: 53px; background: #f8f8f4; display: flex; align-items: center; justify-content: space-between; padding: 0 10px 0 18px; color: #9aa39d; font-size: 9px; }
.wa-input b { width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--lime); display: grid; place-items: center; }
.section-kicker.light { color: var(--lime); }
.background-copy h2 { color: white; margin: 20px 0 25px; }
.background-copy > p { color: #bdc7c0; font-size: 16px; line-height: 1.75; }
.background-copy ul { list-style: none; padding: 0; margin: 35px 0 0; display: flex; flex-direction: column; gap: 23px; }
.background-copy li { display: flex; gap: 14px; }
.background-copy li > i { width: 28px; height: 28px; border-radius: 50%; background: #33483d; color: var(--lime); display: grid; place-items: center; flex: 0 0 auto; }
.background-copy li svg { width: 15px; }
.background-copy li span { display: flex; flex-direction: column; gap: 5px; }.background-copy li b{font-size:14px}.background-copy li small{color:#96a49b;font-size:12px;line-height:1.45}

.faq { padding-block: 120px; }
.narrow { max-width: 720px; margin-inline: auto; }
.faq-list { max-width: 820px; margin: 55px auto 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 3px; font-size: 16px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 23px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; color: #66736b; line-height: 1.7; font-size: 14px; margin: -6px 0 25px; }

.final-cta { background: #dff49d; min-height: 470px; display: grid; place-items: center; text-align: center; position: relative; overflow: hidden; }
.final-inner { position: relative; z-index: 2; display: grid; justify-items: center; }
.final-badge { width: 44px; height: 44px; border-radius: 15px 15px 15px 4px; background: var(--ink); color: var(--lime); display: grid; place-items: center; margin-bottom: 25px; transform: rotate(-4deg); }
.final-cta h2 { font-size: clamp(39px, 4.5vw, 61px); line-height: 1.05; letter-spacing: -3px; margin: 17px 0 28px; }
.final-cta h2 em { color: #567540; }
.button-lime { background: var(--ink); color: white; }
.final-cta p { color: #607250; font-size: 11px; margin: 16px 0 0; }
.final-orbit { position: absolute; width: 830px; height: 390px; border: 1px solid rgba(23,37,31,.16); border-radius: 50%; transform: rotate(-9deg); }
.final-orbit::after { content:''; position:absolute; inset:45px; border:1px solid rgba(23,37,31,.12); border-radius:50%; }

footer { min-height: 110px; padding: 0 max(24px, calc((100% - 1180px)/2)); background: var(--ink); color: #afbab3; display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.footer-brand { color: white; }.footer-brand .brand-mark{background:var(--lime);color:var(--ink)}
.footer-legal { display: inline-flex; align-items: center; gap: 18px; }
.footer-legal a, .privacy-footer > a:last-child { color: #d7dfda; text-decoration: underline; text-decoration-color: rgba(215,223,218,.35); text-underline-offset: 4px; transition: color .2s; }
.footer-legal a:hover, .privacy-footer > a:last-child:hover { color: var(--lime); }

.privacy-page { background: var(--paper); min-height: 100vh; }
.privacy-header { height: 82px; padding: 0 max(24px, calc((100% - 1180px)/2)); background: var(--ink); display: flex; align-items: center; justify-content: space-between; color: white; }
.privacy-back { color: #c3cdc6; font-size: 12px; font-weight: 700; }
.privacy-back:hover { color: var(--lime); }
.privacy-hero { padding: 100px 24px 92px; background: #dff49d; position: relative; overflow: hidden; }
.privacy-hero::after { content: ''; position: absolute; width: 760px; height: 340px; left: 50%; top: 20px; transform: translateX(-50%) rotate(-7deg); border: 1px solid rgba(23,37,31,.13); border-radius: 50%; }
.privacy-hero-inner { width: min(900px,100%); margin: 0 auto; position: relative; z-index: 2; text-align: center; }
.privacy-hero h1 { margin: 20px 0 22px; font-size: clamp(58px,7vw,92px); line-height: .98; letter-spacing: -5px; }
.privacy-hero h1 em { font-family: Georgia,serif; font-weight: 400; color: #668749; }
.privacy-hero p { max-width: 650px; margin: 0 auto; color: #53654c; font-size: 17px; line-height: 1.7; }
.privacy-version { display: inline-block; margin-top: 27px; padding: 8px 12px; border: 1px solid rgba(23,37,31,.16); border-radius: 999px; color: #516047; font-size: 9px; font-weight: 800; letter-spacing: .5px; }
.privacy-layout { width: min(1120px,calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 230px minmax(0,760px); gap: 95px; align-items: start; padding-block: 95px 120px; }
.privacy-index { position: sticky; top: 32px; display: flex; flex-direction: column; gap: 4px; padding: 21px; background: #f2f3ed; border-radius: 16px; }
.privacy-index small { margin-bottom: 10px; color: #839087; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
.privacy-index a { padding: 8px 9px; border-radius: 7px; color: #66736b; font-size: 11px; }
.privacy-index a:hover { background: #e5ecd9; color: var(--ink); }
.privacy-content { min-width: 0; }
.privacy-intro { padding: 0 0 50px !important; border-top: 0 !important; }
.privacy-intro p:first-child { margin-top: 0; font-size: 21px; line-height: 1.55; color: var(--ink); }
.privacy-content > section { scroll-margin-top: 30px; padding: 58px 0 52px; border-top: 1px solid var(--line); }
.privacy-number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e8efd9; color: #63804e; font-size: 9px; font-weight: 800; }
.privacy-content h2 { margin: 18px 0 23px; font-size: 35px; line-height: 1.12; letter-spacing: -1.6px; }
.privacy-content p, .privacy-content li { color: #5f6d65; font-size: 14px; line-height: 1.8; }
.privacy-content strong { color: #2a3a32; }
.privacy-content ul, .privacy-content ol { padding-left: 22px; display: flex; flex-direction: column; gap: 9px; }
.privacy-content li::marker { color: #789757; font-weight: 800; }
.privacy-callout { margin-top: 28px; padding: 21px 23px; background: #f0f4e8; border-left: 3px solid #86a75f; border-radius: 5px 13px 13px 5px; }
.privacy-callout p { margin: 6px 0 0; }
.privacy-closing { text-align: center; display: flex; flex-direction: column; align-items: center; border-top: 0 !important; margin-top: 28px; padding: 60px 48px !important; background: #dff49d; border-radius: 24px; }
.privacy-closing .final-badge { margin-bottom: 5px; }
.privacy-closing h2 { max-width: 560px; font-size: 39px; }
.privacy-closing p { max-width: 560px; margin: 0 0 23px; color: #56674d; }
.privacy-footer { min-height: 105px; }

@media (max-width: 960px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { max-width: 760px; }
  .hero-visual { width: min(570px,100%); margin-inline: auto; }
  .trust-strip { flex-direction: column; gap: 18px; }
  .problem-grid, .split-heading, .background-grid { grid-template-columns: 1fr; gap: 42px; }
  .steps { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; margin-top: 55px; gap: 35px; }
  .step-line { display: none; }
  .admin-grid { grid-template-columns: repeat(2,1fr); }
  .wa-reminder { transform: none; max-width: 620px; width: 100%; margin-inline: auto; }
  .privacy-layout { grid-template-columns: 1fr; gap: 35px; }
  .privacy-index { position: static; display: grid; grid-template-columns: repeat(2,1fr); }
  .privacy-index small { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  .section-shell, .site-header { width: min(100% - 32px, 1180px); }
  .site-header { height: 72px; }
  .header-cta { padding: 0 13px; font-size: 0; }
  .header-cta::before { content:'Probar'; font-size:12px; }
  .hero { padding-block: 52px 65px; gap: 25px; }
  .hero h1 { font-size: 51px; letter-spacing: -3.6px; margin-top: 23px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .promise-list { justify-content: center; gap: 10px 14px; }
  .hero-visual { min-height: 540px; transform: scale(.92); margin-block: -20px; }
  .chip-top { right: -4px; }.chip-bottom{left:-5px}
  .trust-strip { padding-block: 30px; }
  .trust-items { flex-direction: column; gap: 0; width: 100%; }
  .flow-node { width: min(260px, 100%); justify-content: flex-start; }
  .flow-arrow { width: 25px; height: 26px; transform: rotate(90deg); justify-content: center; }
  .flow-arrow::before { width: 9px; }
  .problem, .remember, .faq { padding-block: 85px; }
  .problem-grid { gap: 25px; }
  .problem h2, .section-heading h2, .background-copy h2, .faq h2 { font-size: 42px; letter-spacing: -2px; }
  .statements { grid-template-columns: 1fr; margin-top: 40px; }
  .how, .background-section { padding-block: 85px; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-card { min-height: 190px; }
  .wa-chat { padding: 17px 13px 21px; min-height: 395px; }
  .wa-bubble { max-width: 88%; }
  .wa-detail-card { width: 86%; margin-left: 7px; }
  .final-cta { min-height: 520px; }
  .final-cta h2 { font-size: 42px; letter-spacing: -2px; }
  footer { padding-block: 35px; flex-direction: column; gap: 18px; }
  .footer-legal { flex-direction: column; gap: 12px; }
  .privacy-header { height: 72px; padding-inline: 16px; }
  .privacy-back { font-size: 0; }
  .privacy-back::after { content: '← Volver'; font-size: 11px; }
  .privacy-hero { padding: 75px 18px 70px; }
  .privacy-hero h1 { font-size: 54px; letter-spacing: -3.5px; }
  .privacy-hero p { font-size: 15px; }
  .privacy-layout { width: min(100% - 32px,1120px); padding-block: 55px 80px; }
  .privacy-index { grid-template-columns: 1fr; }
  .privacy-content > section { padding-block: 45px 40px; }
  .privacy-content h2 { font-size: 31px; }
  .privacy-intro p:first-child { font-size: 18px; }
  .privacy-closing { padding: 48px 22px !important; }
  .privacy-closing h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
