@font-face{font-family:'Capriola';src:url('/fonts/Capriola-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:'NewOrder';src:url('/fonts/fonnts.com-New_Order_Regular.otf') format('opentype');font-weight:400;font-display:swap}
@font-face{font-family:'NewOrder';src:url('/fonts/fonnts.com-New_Order_Light.otf') format('opentype');font-weight:300;font-display:swap}

:root {
    --blue: #2B4EA2;
    --blue-bright: #4169E1;
    --blue-dark: #1A3270;
    --blue-pale: #E8EDF8;
    --blue-soft: #D4DEFC;
    --yellow: #F5B800;
    --yellow-bright: #FFCE00;
    --yellow-pale: #FFF7D9;
    --dark: #111827;
    --dark-light: #1F2937;
    --gray-900: #111827;
    --gray-700: #374151;
    --gray-500: #6B7280;
    --gray-400: #9CA3AF;
    --gray-200: #E5E7EB;
    --gray-100: #F3F4F6;
    --gray-50: #F9FAFB;
    --white: #FFFFFF;
    --green: #059669;
    --green-pale: #D1FAE5;
    --red: #DC2626;
    --red-pale: #FEE2E2;
    --amber: #D97706;
    --amber-pale: #FEF3C7;
    --radius: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --max-w: 820px;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'NewOrder','Albert Sans',sans-serif;font-weight:300;color:var(--dark);line-height:1.7;overflow-x:hidden;background:var(--white);-webkit-font-smoothing:antialiased}
::selection{background:var(--yellow);color:var(--dark)}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}

.container{max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}

.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2rem;border-radius:10px;font-family:'NewOrder',sans-serif;font-weight:400;font-size:.95rem;border:2px solid transparent;cursor:pointer;transition:all .25s ease;line-height:1;white-space:nowrap}
.btn svg{width:16px;height:16px;transition:transform .25s}
.btn:hover svg{transform:translateX(3px)}
.btn--yellow{background:var(--yellow);color:var(--dark);border-color:var(--yellow)}
.btn--yellow:hover{background:var(--yellow-bright);border-color:var(--yellow-bright);transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,184,0,.3)}
.btn--blue{background:var(--blue);color:var(--white);border-color:var(--blue)}
.btn--blue:hover{background:var(--blue-bright);border-color:var(--blue-bright);transform:translateY(-2px);box-shadow:0 8px 24px rgba(43,78,162,.25)}
.btn--white{background:var(--white);color:var(--blue);border-color:var(--white)}
.btn--white:hover{background:var(--gray-50);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}
.btn--outline-white{background:transparent;color:var(--blue);border-color:var(--gray-200)}
.btn--outline-white:hover{border-color:var(--blue);background:var(--blue-pale);transform:translateY(-2px)}
.btn--outline{background:transparent;color:var(--blue);border-color:var(--gray-200)}
.btn--outline:hover{border-color:var(--blue);transform:translateY(-2px)}
.btn--lg{padding:1.1rem 2.5rem;font-size:1.05rem}
.btn--sm{padding:.65rem 1.4rem;font-size:.85rem}

.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:8px;font-size:.75rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;font-family:'NewOrder',sans-serif}

.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-delay-1{transition-delay:.1s}
.reveal-delay-2{transition-delay:.2s}
.reveal-delay-3{transition-delay:.25s}
.reveal-delay-4{transition-delay:.3s}

.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s ease;background:var(--blue)}
.nav.scrolled{padding:.65rem 0;box-shadow:0 4px 20px rgba(43,78,162,.2)}
.nav__inner{display:flex;align-items:center;justify-content:space-between}
.nav__logo{height:54px;width:auto}
.nav__links{display:flex;align-items:center;gap:2rem}
.nav__link{color:rgba(255,255,255,.8);font-size:.88rem;font-weight:400;transition:color .25s;font-family:'NewOrder',sans-serif}
.nav__link:hover{color:var(--white)}
.nav__cta{margin-left:.5rem}
.nav__toggle{display:none;background:none;border:none;color:var(--white);cursor:pointer;padding:.5rem}

.hero{position:relative;overflow:visible;background:var(--white);padding-top:80px}
.hero__content{position:relative;z-index:2;padding:clamp(3rem,6vh,5rem) 0 clamp(3rem,5vh,4rem)}

.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,4rem);align-items:center}
.hero__text{max-width:580px}
.hero__pill{background:var(--blue-pale);border:none;color:var(--blue);margin-bottom:1.25rem;animation:fadeUp .6s .1s both}
.hero__pill .dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:.4}50%{opacity:1}}
@keyframes fadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes scaleIn{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}

.hero h1{font-family:'Capriola',sans-serif;color:var(--dark);font-size:clamp(2.4rem,5vw,3.5rem);margin-bottom:1.25rem;animation:fadeUp .6s .2s both;line-height:1.12}
.hero h1 em{font-style:normal;color:var(--blue)}
.hero__desc{color:var(--gray-700);font-weight:300;font-size:clamp(1.05rem,1.8vw,1.15rem);line-height:1.8;margin-bottom:2rem;animation:fadeUp .6s .3s both}
.hero__buttons{display:flex;gap:.75rem;flex-wrap:wrap;animation:fadeUp .6s .4s both}

.store-badges{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.25rem}
.store-badges--cta{margin-top:1.25rem;justify-content:center}
.store-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--dark);border:1px solid var(--dark);border-radius:10px;padding:.5rem 1rem .5rem .7rem;transition:all .25s;color:var(--white)}
.store-badge:hover{background:var(--gray-700);transform:translateY(-1px)}
.store-badge svg{width:22px;height:22px;flex-shrink:0}
.store-badge__text{display:flex;flex-direction:column;line-height:1.15}
.store-badge__label{font-size:.55rem;font-weight:300;color:rgba(255,255,255,.7)}
.store-badge__store{font-size:.85rem;font-weight:400;color:var(--white)}

.hero__visual{position:relative;animation:scaleIn .8s .3s both}
.hero__visual img{width:100%;border-radius:var(--radius-xl);object-fit:cover;aspect-ratio:4/5;max-height:560px}

.hero__trust{display:flex;gap:2.5rem;margin-top:1.75rem;flex-wrap:wrap}
.hero__trust-item{text-align:center}
.hero__trust-val{font-family:'Capriola',sans-serif;font-size:1.7rem;color:var(--blue);line-height:1.1}
.hero__trust-label{color:var(--gray-500);font-size:.73rem;font-weight:300;margin-top:.2rem;font-family:'NewOrder',sans-serif}

.marquee{background:var(--yellow);padding:.85rem 0;overflow:hidden}
.marquee__track{display:flex;gap:2.5rem;animation:scroll 22s linear infinite;width:max-content}
.marquee__item{display:flex;align-items:center;gap:.5rem;color:var(--dark);font-size:.83rem;font-weight:400;white-space:nowrap;font-family:'NewOrder',sans-serif}
.marquee__item svg{width:16px;height:16px;color:var(--blue);flex-shrink:0}
@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

.cerco{padding:clamp(5rem,10vh,8rem) 0;background:var(--white)}
.cerco__inner{text-align:center;max-width:800px;margin:0 auto}
.cerco .pill{background:var(--blue-pale);color:var(--blue);margin-bottom:1.25rem}
.cerco h2{font-family:'Capriola',sans-serif;font-size:clamp(2rem,4vw,2.8rem);color:var(--dark);margin-bottom:1.25rem;line-height:1.15}
.cerco h2 em{font-style:normal;color:var(--blue)}
.cerco__lead{font-family:'NewOrder',sans-serif;font-weight:300;font-style:italic;font-size:clamp(1.1rem,2.2vw,1.35rem);color:var(--blue);line-height:1.65;margin-bottom:1rem}
.cerco__desc{font-size:1rem;color:var(--gray-500);font-weight:300;line-height:1.8;max-width:660px;margin:0 auto 3rem}
.cerco__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:700px;margin:0 auto}
.cerco__stat{padding:2rem 1.25rem;border-radius:var(--radius-lg);border:2px solid var(--gray-200);transition:all .3s ease}
.cerco__stat:hover{border-color:var(--blue);transform:translateY(-4px);box-shadow:0 8px 24px rgba(43,78,162,.08)}
.cerco__stat-num{font-family:'Capriola',sans-serif;font-size:clamp(2rem,4vw,2.6rem);line-height:1;margin-bottom:.35rem}
.cerco__stat-num--navy{color:var(--blue)}
.cerco__stat-num--yellow{color:var(--yellow)}
.cerco__stat-num--dark{color:var(--dark)}
.cerco__stat-text{font-size:.83rem;color:var(--gray-500);font-weight:300;line-height:1.4;font-family:'NewOrder',sans-serif}

.problem{padding:clamp(5rem,10vh,8rem) 0;background:var(--gray-50)}
.problem__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:center}
.problem__visual{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3}
.problem__visual img{width:100%;height:100%;object-fit:cover}
.problem__visual-overlay{position:absolute;inset:0;background:rgba(17,24,39,.55)}
.problem__visual-stat{position:absolute;bottom:1.75rem;left:1.75rem;right:1.75rem}
.problem__visual-stat-num{font-family:'Capriola',sans-serif;font-size:clamp(2.5rem,6vw,4rem);color:var(--white);line-height:1}
.problem__visual-stat-text{color:rgba(255,255,255,.85);font-size:.9rem;font-weight:300;margin-top:.25rem;font-family:'NewOrder',sans-serif}
.problem__label .pill{background:var(--red-pale);color:var(--red)}
.problem h2{font-family:'Capriola',sans-serif;font-size:clamp(1.8rem,3.8vw,2.6rem);color:var(--dark);margin-bottom:1.25rem;line-height:1.15}
.problem h2 em{font-style:normal;color:var(--blue)}
.problem__desc{font-size:1rem;color:var(--gray-500);font-weight:300;line-height:1.8;margin-bottom:1.25rem}
.problem__risks{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}
.problem__risk{padding:.45rem 1rem;border-radius:8px;font-size:.8rem;font-weight:400;font-family:'NewOrder',sans-serif}
.problem__risk--red{background:var(--red-pale);color:var(--red)}
.problem__risk--amber{background:var(--amber-pale);color:var(--amber)}
.problem__risk--blue{background:var(--blue-pale);color:var(--blue)}

.features{padding:clamp(5rem,10vh,8rem) 0;background:var(--white)}
.features__header{text-align:center;max-width:680px;margin:0 auto 3.5rem}
.features__header .pill{background:var(--blue-pale);color:var(--blue);margin-bottom:1.25rem}
.features__header h2{font-family:'Capriola',sans-serif;font-size:clamp(2rem,4vw,2.8rem);color:var(--dark);margin-bottom:.85rem;line-height:1.15}
.features__header p{font-size:1rem;color:var(--gray-500);font-weight:300;line-height:1.7}
.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.fcard{background:var(--gray-50);border-radius:var(--radius-lg);padding:2rem;border:2px solid transparent;transition:all .3s ease;position:relative}
.fcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.06);border-color:var(--blue-soft);background:var(--white)}
.fcard__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.fcard__icon svg{width:22px;height:22px}
.fcard__icon--navy{background:var(--blue-pale)}
.fcard__icon--navy svg{color:var(--blue)}
.fcard__icon--yellow{background:var(--yellow-pale)}
.fcard__icon--yellow svg{color:var(--amber)}
.fcard__icon--emerald{background:var(--green-pale)}
.fcard__icon--emerald svg{color:var(--green)}
.fcard__icon--rose{background:var(--red-pale)}
.fcard__icon--rose svg{color:var(--red)}
.fcard__icon--royal{background:var(--blue-pale)}
.fcard__icon--royal svg{color:var(--blue-bright)}
.fcard h3{font-family:'Capriola',sans-serif;font-size:1.05rem;color:var(--dark);margin-bottom:.5rem}
.fcard p{font-size:.88rem;color:var(--gray-500);font-weight:300;line-height:1.7;font-family:'NewOrder',sans-serif}

.how{padding:clamp(5rem,10vh,8rem) 0;background:var(--blue);position:relative;overflow:hidden}
.how__orb{display:none}
.how__header{text-align:center;max-width:600px;margin:0 auto 3.5rem;position:relative}
.how__header .pill{background:rgba(255,255,255,.12);color:var(--yellow);margin-bottom:1.25rem}
.how__header h2{font-family:'Capriola',sans-serif;font-size:clamp(2rem,4vw,2.8rem);color:var(--white);margin-bottom:.85rem;line-height:1.15}
.how__header p{font-size:1rem;color:rgba(255,255,255,.7);font-weight:300;line-height:1.7}
.how__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}
.how__steps::before{content:'';position:absolute;top:28px;left:calc(12.5% + 20px);right:calc(12.5% + 20px);height:2px;background:rgba(255,255,255,.15);border-radius:2px}
.step{text-align:center;position:relative}
.step__num{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Capriola',sans-serif;font-size:1.15rem;margin:0 auto 1.25rem;position:relative;z-index:1}
.step__num--1{background:var(--yellow);color:var(--dark)}
.step__num--2{background:var(--yellow);color:var(--dark)}
.step__num--3{background:var(--yellow);color:var(--dark)}
.step__num--4{background:var(--yellow);color:var(--dark)}
.step h3{font-family:'Capriola',sans-serif;font-size:1rem;color:var(--white);margin-bottom:.4rem}
.step p{font-size:.85rem;color:rgba(255,255,255,.65);font-weight:300;line-height:1.6;font-family:'NewOrder',sans-serif}

.screenshots{padding:clamp(5rem,10vh,8rem) 0;background:var(--gray-50);position:relative;overflow:hidden}
.screenshots::before{display:none}
.screenshots__header{text-align:center;margin:0 auto 3.5rem;max-width:680px}
.screenshots__header h2{font-family:'Capriola',sans-serif;font-size:clamp(2rem,4vw,2.8rem);color:var(--dark);margin-bottom:.85rem;line-height:1.15}
.screenshots__header .pill{background:var(--blue-pale);color:var(--blue);margin-bottom:1.25rem}
.screenshots__header p{font-size:1rem;color:var(--gray-500);max-width:500px;margin:0 auto;line-height:1.7;font-family:'NewOrder',sans-serif;font-weight:300}
.screenshots__grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:auto auto;gap:1.5rem}
.screenshot{background:var(--dark);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.screenshot:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.12)}
.screenshot--wide{grid-column:1/-1}
.screenshot__label{padding:.75rem 1.1rem;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:.5rem}
.screenshot__label span{font-size:.8rem;font-weight:300;color:rgba(255,255,255,.6);font-family:'NewOrder',sans-serif}
.screenshot__label::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--green)}
.device--desktop{padding:1.25rem 1.25rem .6rem}
.device--desktop .screen{border:1px solid rgba(255,255,255,.08);border-top:none;border-radius:0 0 .5rem .5rem;overflow:hidden;background:var(--dark-light);aspect-ratio:16/9}
.browser-bar{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:var(--dark-light);border-radius:.5rem .5rem 0 0;border:1px solid rgba(255,255,255,.08);border-bottom:none}
.browser-dot{width:9px;height:9px;border-radius:50%}
.browser-dot--r{background:#EF4444}
.browser-dot--y{background:#F59E0B}
.browser-dot--g{background:#10B981}
.browser-url{flex:1;margin-left:.5rem;padding:.25rem .65rem;background:rgba(255,255,255,.06);border-radius:6px;font-size:.68rem;color:rgba(255,255,255,.4);border:none;font-family:'NewOrder',sans-serif;font-weight:300}
.device--phone{display:flex;justify-content:center;padding:1.5rem 1.25rem .75rem}
.phone-frame{width:230px;background:var(--dark-light);border-radius:28px;border:3px solid var(--gray-700);padding:.65rem .4rem .4rem}
.phone-notch{width:70px;height:5px;background:var(--gray-700);border-radius:99px;margin:0 auto .4rem}
.phone-frame .screen{border-radius:20px;overflow:hidden;background:var(--dark);aspect-ratio:9/19.5}
.device--watch{display:flex;justify-content:center;padding:1.5rem 1.25rem .75rem}
.watch-frame{width:180px}
.watch-band{width:55%;margin:0 auto;display:block}
.watch-band--top,.watch-band--bottom{height:24px;background:var(--gray-700);border-radius:4px}
.watch-band--top{border-radius:4px 4px 0 0;margin-bottom:-2px}
.watch-band--bottom{border-radius:0 0 4px 4px;margin-top:-2px}
.watch-body{background:var(--dark-light);border:3px solid var(--gray-700);border-radius:36px;padding:.7rem .5rem;position:relative}
.watch-crown{position:absolute;right:-7px;top:50%;transform:translateY(-50%);width:5px;height:20px;background:var(--gray-700);border-radius:3px}
.watch-body .screen{border-radius:26px;overflow:hidden;background:var(--dark);aspect-ratio:1/1.18}
.screen img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.screen--placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}
.screen--placeholder .ph-icon{width:32px;height:32px;opacity:.2;color:#fff}
.screen--placeholder .ph-label{font-size:.65rem;color:rgba(255,255,255,.2);text-align:center;line-height:1.4;padding:0 .6rem;font-family:'NewOrder',sans-serif;font-weight:300}
.screen--placeholder .ph-label code{display:block;margin-top:.2rem;color:var(--blue-bright);opacity:.4;font-size:.6rem}

.family{padding:clamp(5rem,10vh,8rem) 0;background:var(--white)}
.family__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:center}
.family__images{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.family__img{border-radius:var(--radius);overflow:hidden;transition:transform .4s ease}
.family__img:hover{transform:scale(1.02)}
.family__img:first-child{grid-row:1/3;border-radius:var(--radius-xl)}
.family__img img{width:100%;height:100%;object-fit:cover}
.family__img:first-child{aspect-ratio:3/4}
.family__img:not(:first-child){aspect-ratio:1}
.family__label .pill{background:var(--blue-pale);color:var(--blue);margin-bottom:1.25rem}
.family h2{font-family:'Capriola',sans-serif;font-size:clamp(1.9rem,3.8vw,2.6rem);color:var(--dark);margin-bottom:1.25rem;line-height:1.15}
.family h2 em{font-style:normal;color:var(--blue)}
.family__desc{font-size:1rem;color:var(--gray-500);font-weight:300;line-height:1.8;margin-bottom:1.75rem}
.family__checks{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.75rem}
.family__check{display:flex;align-items:flex-start;gap:.65rem}
.family__check-icon{width:26px;height:26px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.family__check-icon svg{width:13px;height:13px;color:var(--white)}
.family__check-text{font-size:.9rem;color:var(--gray-500);line-height:1.6;font-family:'NewOrder',sans-serif;font-weight:300}
.family__check-text strong{color:var(--dark);font-weight:400}

.testimonial{padding:clamp(4rem,8vh,6rem) 0;background:var(--yellow)}
.testimonial__orb{display:none}
.testimonial__inner{position:relative;text-align:center;max-width:760px;margin:0 auto}
.testimonial__quote-icon{color:var(--blue);opacity:.25;margin-bottom:1.5rem}
.testimonial blockquote{font-family:'NewOrder',sans-serif;font-size:clamp(1.2rem,2.8vw,1.65rem);font-weight:300;color:var(--dark);line-height:1.6;font-style:italic;margin-bottom:1.5rem}
.testimonial__bar{width:50px;height:3px;background:var(--blue);border-radius:4px;margin:0 auto 1.25rem}
.testimonial__source{display:flex;align-items:center;gap:.75rem;justify-content:center}
.testimonial__info p:first-child{color:var(--dark);font-weight:400;font-size:.9rem;font-family:'NewOrder',sans-serif}
.testimonial__info p:last-child{color:var(--gray-700);font-size:.8rem;font-family:'NewOrder',sans-serif;font-weight:300}

.faq{padding:clamp(5rem,10vh,8rem) 0;background:var(--gray-50)}
.faq__header{text-align:center;max-width:560px;margin:0 auto 3rem}
.faq__header .pill{background:var(--blue-pale);color:var(--blue);margin-bottom:1.25rem}
.faq__header h2{font-family:'Capriola',sans-serif;font-size:clamp(2rem,4vw,2.8rem);color:var(--dark);margin-bottom:.85rem;line-height:1.15}
.faq__list{max-width:760px;margin:0 auto}
.faq__item{background:var(--white);border-radius:var(--radius);margin-bottom:.6rem;border:2px solid var(--gray-200);transition:border-color .25s}
.faq__item.open{border-color:var(--blue)}
.faq__btn{width:100%;background:none;border:none;padding:1.15rem 1.35rem;font-family:'NewOrder',sans-serif;font-size:.95rem;font-weight:400;color:var(--dark);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .25s}
.faq__btn:hover{color:var(--blue)}
.faq__chevron{width:18px;height:18px;flex-shrink:0;transition:transform .25s;color:var(--gray-400)}
.faq__item.open .faq__chevron{transform:rotate(180deg);color:var(--blue)}
.faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq__item.open .faq__answer{max-height:300px}
.faq__answer p{padding:0 1.35rem 1.15rem;font-size:.9rem;color:var(--gray-500);font-weight:300;line-height:1.75;font-family:'NewOrder',sans-serif}

.donate{padding:clamp(5rem,10vh,8rem) 0;background:var(--white)}
.donate__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:center}
.donate__image{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3}
.donate__image img{width:100%;height:100%;object-fit:cover}
.donate__label .pill{background:var(--yellow-pale);color:var(--amber);margin-bottom:1.25rem}
.donate h2{font-family:'Capriola',sans-serif;font-size:clamp(1.9rem,3.8vw,2.6rem);color:var(--dark);margin-bottom:1rem;line-height:1.15}
.donate h2 em{font-style:normal;color:var(--blue)}
.donate__desc{font-size:1.05rem;color:var(--gray-700);font-weight:300;line-height:1.8;margin-bottom:1.5rem;font-family:'NewOrder',sans-serif}
.donate__bank{background:var(--gray-50);border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}
.donate__bank-title{font-family:'Capriola',sans-serif;font-size:.9rem;color:var(--dark);margin-bottom:.75rem}
.donate__bank p{font-size:.9rem;color:var(--gray-700);font-weight:300;line-height:1.6;font-family:'NewOrder',sans-serif;margin-bottom:.2rem}
.donate__bank strong{font-weight:400;color:var(--dark)}
.donate__links{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}
.donate__tax{font-size:.85rem;color:var(--gray-500);font-weight:300;line-height:1.6;font-family:'NewOrder',sans-serif}
.donate__tax a{color:var(--blue);font-weight:400;transition:color .25s}
.donate__tax a:hover{color:var(--blue-bright)}

.footer{background:#1C409B;padding:clamp(3rem,7vh,4.5rem) 0 0}
.footer .store-badge{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15)}
.footer .store-badge:hover{background:rgba(255,255,255,.15)}
.footer__grid{display:grid;grid-template-columns:2.5fr 1fr 1fr 1.2fr;gap:2.5rem;padding-bottom:2.5rem}
.footer__brand{display:flex;flex-direction:column;gap:.85rem}
.footer__brand img{height:54px;width:auto}
.footer__brand p{color:var(--gray-50);font-size:.85rem;line-height:1.7;max-width:280px;font-weight:300;font-family:'NewOrder',sans-serif}
.footer__brand .store-badges{animation:none;margin-top:.2rem}
.footer__col{display:flex;flex-direction:column;gap:0}
.footer__col h4{color:var(--white);font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.85rem;font-family:'NewOrder',sans-serif}
.footer__col a{display:block;color:var(--gray-50);font-size:.85rem;padding:.25rem 0;transition:color .25s;font-family:'NewOrder',sans-serif;font-weight:300}
.footer__col a:hover{color:var(--yellow)}
.footer__col p{color:var(--gray-50);font-size:.75rem;font-family:'NewOrder',sans-serif;font-weight:300}
.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.15rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.65rem}
.footer__bottom p{color:var(--gray-50);font-size:.75rem;font-family:'NewOrder',sans-serif;font-weight:300}
.footer__mexico{color:var(--gray-50);font-size:.75rem;font-family:'NewOrder',sans-serif;font-weight:300}
.footer__poweredby {color:var(--gray-50);}
.footer__poweredby a{color:var(--yellow);}
.whatsapp{position:fixed;bottom:5rem;right:1.5rem;z-index:90;display:flex;align-items:center;gap:.6rem;background:#25D366;color:var(--white);padding:.8rem 1.25rem;border-radius:10px;font-weight:400;font-size:.85rem;box-shadow:0 4px 16px rgba(37,211,102,.3);transition:all .25s;font-family:'NewOrder',sans-serif}
.whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(37,211,102,.4)}
.whatsapp svg{width:20px;height:20px;flex-shrink:0}
.whatsapp__text{display:inline}

.mobile-menu{position:fixed;inset:0;background:var(--blue);z-index:999;display:none;flex-direction:column;align-items:center;justify-content:center;gap:2rem;animation:fadeIn .2s}
.mobile-menu.active{display:flex}
.mobile-menu a{color:var(--white);font-family:'Capriola',sans-serif;font-size:1.3rem;transition:color .25s}
.mobile-menu a:hover{color:var(--yellow)}
.mobile-menu__close{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;color:var(--white);cursor:pointer}

@media(max-width:1024px){
    .hero__grid{grid-template-columns:1fr}
    .hero__text{max-width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}
    .hero__buttons{justify-content:center}
    .hero__visual{max-width:480px;margin:0 auto}
    .hero__trust{justify-content:center}
    .problem__grid{grid-template-columns:1fr}
    .problem__visual{max-width:560px;margin:0 auto}
    .features__grid{grid-template-columns:repeat(2,1fr)}
    .how__steps{grid-template-columns:repeat(2,1fr);gap:2rem}
    .how__steps::before{display:none}
    .family__grid{grid-template-columns:1fr}
    .family__images{max-width:480px;margin:0 auto 2rem}
    .donate__grid{grid-template-columns:1fr}
    .donate__image{max-width:480px;margin:0 auto 1rem}
    .cerco__stats{grid-template-columns:repeat(3,1fr);gap:.85rem}
    .screenshots__grid{grid-template-columns:repeat(2,1fr)}
    .screenshots__grid .screenshot:first-child{grid-column:1/-1}
    .footer__grid{grid-template-columns:1fr 1fr;gap:2rem}
}
@media(max-width:768px){
    .nav__links{display:none}
    .nav__toggle{display:flex}
    .features__grid{grid-template-columns:1fr}
    .how__steps{grid-template-columns:1fr;max-width:320px;margin:0 auto}
    .cerco__stats{grid-template-columns:1fr;max-width:260px;margin:0 auto}
    .screenshots__grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}
    .footer__grid{grid-template-columns:1fr;gap:1.75rem}
    .footer__brand{align-items:flex-start}
    .store-badges{justify-content:flex-start}
    .footer__bottom{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 0 1.25rem}
    .whatsapp__text{display:none}
    .whatsapp{padding:.85rem}
}