:root{--bg:#faf3ee;--bg-warm:#fff8f2;--bg-panel:#f1e3d8;--peach:#eaa582;--peach-soft:#ffc6b8;--orange:#ff860d;--blue:#5586f9;--navy:#1b0e5d;--ink:#1b0e5d;--mute:#7d6f86;--line:#1b0e5d14;--font-display:"Joti One", system-ui, sans-serif;--font-body:"Manrope", system-ui, sans-serif;--container:1180px;--r-sm:12px;--r-md:18px;--r-lg:24px;--r-xl:32px;--shadow-soft:0 2px 20px #1b0e5d0f;--shadow-card:0 12px 40px -16px #1b0e5d2e}.landing *{box-sizing:border-box;border-color:initial;outline:revert}.landing{font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100vh;font-size:16px;line-height:1.6}html:has(.landing){scroll-behavior:smooth}.landing img,.landing svg{max-width:100%;display:block}.landing a{color:inherit;text-decoration:none}.landing button{font:inherit;cursor:pointer}.landing button:focus-visible,.landing a:focus-visible{outline:2px solid var(--peach);outline-offset:3px;border-radius:4px}.landing ::selection{background:var(--peach-soft);color:var(--navy)}.landing .container{width:100%;max-width:var(--container);margin:0 auto;padding-inline:22px}@media (min-width:720px){.landing .container{padding-inline:32px}}@media (min-width:1024px){.landing .container{padding-inline:40px}}.landing .overline{letter-spacing:.22em;text-transform:uppercase;color:var(--peach);align-items:center;gap:10px;font-size:11px;font-weight:700;display:inline-flex}.landing .overline:before{content:"";background:currentColor;width:22px;height:1.5px}.landing .display-1{font-family:var(--font-body);letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(38px,8vw,84px);font-weight:700;line-height:1}.landing .display-2{font-family:var(--font-body);letter-spacing:-.03em;text-wrap:balance;margin:14px 0 0;font-size:clamp(32px,5vw,56px);font-weight:700;line-height:1.05}.landing .accent-italic{color:var(--peach);font-style:italic;font-weight:500}.landing .joti{font-family:var(--font-display);letter-spacing:-.005em;font-weight:400}.landing .lede{color:var(--mute);text-wrap:pretty;max-width:56ch;font-size:clamp(16px,1.6vw,19px);line-height:1.55}.landing .body{color:var(--mute);margin:0}.landing .btn{letter-spacing:-.005em;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:16px 26px;font-size:15px;font-weight:700;transition:transform .15s,background .15s,color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.landing .btn-primary{background:var(--navy);color:#fff}.landing .btn-primary:hover{box-shadow:0 10px 24px -10px var(--navy);transform:translateY(-1px)}.landing .btn-ghost{color:var(--navy);border-color:var(--navy);background:0 0}.landing .btn-ghost:hover{background:var(--navy);color:#fff}.landing .btn-link{color:var(--navy);text-underline-offset:5px;text-decoration:underline;-webkit-text-decoration-color:var(--peach);text-decoration-color:var(--peach);background:0 0;border-radius:8px;padding:10px 14px;font-size:14.5px;font-weight:600;text-decoration-thickness:2px}.landing .btn-link:hover{-webkit-text-decoration-color:var(--navy);text-decoration-color:var(--navy)}.landing .btn-block{width:100%}.landing .nav{z-index:60;-webkit-backdrop-filter:saturate(140%)blur(12px);background:#faf3eeeb;border-bottom:1px solid #0000;transition:border-color .2s;position:sticky;top:0}.landing .nav.is-scrolled{border-bottom-color:var(--line)}.landing .nav-inner{justify-content:space-between;align-items:center;gap:12px;padding-top:16px;padding-bottom:16px;display:flex}.landing .brand{color:var(--navy);flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.landing .brand-mark{flex-shrink:0;width:32px;height:28px}.landing .brand-mark svg{width:100%;height:100%}.landing .brand-word{font-family:var(--font-display);color:var(--navy);letter-spacing:-.01em;font-size:26px;line-height:1}@media (min-width:1024px){.landing .brand-mark{width:36px;height:32px}.landing .brand-word{font-size:30px}}.landing .nav-links{align-items:center;gap:4px;display:none}.landing .nav-links a{color:var(--navy);border-radius:999px;padding:10px 14px;font-size:14.5px;font-weight:600;transition:background .15s}.landing .nav-links a:hover{background:#1b0e5d0f}@media (min-width:960px){.landing .nav-links{display:inline-flex}}.landing .nav-actions{align-items:center;gap:10px;display:flex}.landing .lang-toggle{border:1px solid var(--line);color:var(--navy);letter-spacing:.1em;background:0 0;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700;transition:background .15s,border-color .15s}.landing .lang-toggle:hover{border-color:var(--peach);background:#fff}.landing .nav-cta{display:none}@media (min-width:720px){.landing .nav-cta{display:inline-flex}}.landing .menu-toggle{border:1px solid var(--line);width:40px;height:40px;color:var(--navy);background:0 0;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}@media (min-width:960px){.landing .menu-toggle{display:none}.landing .mobile-drawer{display:none!important}}.landing .menu-toggle svg{width:18px;height:18px}.landing .mobile-drawer{background:var(--bg-warm);z-index:100;visibility:hidden;pointer-events:none;padding:24px;transition:transform .35s cubic-bezier(.7,0,.2,1),visibility .35s;position:fixed;inset:64px 0 0;overflow-y:auto;transform:translateY(-110%)}.landing .mobile-drawer.is-open{visibility:visible;pointer-events:auto;transform:translateY(0)}.landing .mobile-drawer>a:not(.btn){color:var(--navy);letter-spacing:-.015em;border-bottom:1px solid var(--peach-soft);justify-content:space-between;align-items:center;padding:16px 0;font-size:18px;font-weight:600;display:flex}.landing .mobile-drawer>a:not(.btn):after{content:"→";color:var(--peach);font-size:16px}.landing .mobile-drawer .btn{color:#fff;text-align:center;justify-content:center;width:100%;margin-top:28px;padding:16px 24px;font-size:16px}.landing .hero{padding-block:36px 80px;position:relative;overflow:hidden}.landing .hero-top{text-align:center}.landing .hero h1 .accent-italic{display:inline-block}.landing .hero-sub{text-align:center;margin:22px auto 0}.landing .hero-mascot{aspect-ratio:1;background:var(--bg-warm);border-radius:50%;justify-content:center;align-items:center;width:min(82vw,360px);margin:40px auto 0;display:flex;position:relative}.landing .hero-mascot:before,.landing .hero-mascot:after,.landing .hero-mascot>.orbit{content:"";border-radius:50%;position:absolute}.landing .hero-mascot:before{background:var(--peach);width:12px;height:12px;top:18px;left:50%;transform:translate(-50%)}.landing .hero-mascot:after{background:var(--blue);width:10px;height:10px;top:50%;right:8px;transform:translateY(-50%)}.landing .hero-mascot .orbit{background:var(--orange);width:14px;height:14px;bottom:28px;left:18px}.landing .hero-mascot svg{width:78%;height:auto;transform:translateY(4%)}.landing .hero-ctas{flex-direction:column;align-items:center;gap:10px;margin-top:36px;display:flex}.landing .hero-trust{border-top:1px solid var(--peach-soft);color:var(--mute);align-items:center;gap:10px;margin-top:40px;padding-top:24px;font-size:13px;font-weight:500;display:inline-flex}.landing .hero-trust .joti{color:var(--peach);font-size:20px}.landing .hero-trust-wrap{text-align:center}@media (min-width:720px){.landing .hero{padding-block:56px 100px}.landing .hero-mascot{width:440px}.landing .hero-ctas{flex-direction:row;justify-content:center}}@media (min-width:1024px){.landing .hero{padding-block:80px 120px}.landing .hero-grid{text-align:left;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;display:grid}.landing .hero-top{text-align:left}.landing .hero-sub{margin-left:0;margin-right:0}.landing .hero-ctas{justify-content:flex-start}.landing .hero-mascot{width:100%;max-width:520px;margin:0 auto}.landing .hero-trust-wrap{text-align:left}}.landing section{padding-block:clamp(64px,8vw,120px)}.landing .section-cream{background:var(--bg-warm)}.landing .section-panel{background:var(--bg-panel)}.landing .section-peach{background:var(--peach);color:var(--bg-warm)}.landing .section-peach .display-2{color:var(--bg-warm)}.landing .section-peach .body{color:#fff8f2d9}.landing .pillars{padding-block:clamp(32px,4vw,72px)}.landing .pillars-list{grid-template-columns:1fr;display:grid}.landing .pillar{border-top:1px solid var(--peach-soft);padding:32px 0}.landing .pillar:last-child{border-bottom:1px solid var(--peach-soft)}.landing .pillar-head{align-items:baseline;gap:16px;margin-bottom:14px;display:flex}.landing .pillar-num{font-family:var(--font-display);color:var(--peach);font-size:clamp(40px,4vw,56px);line-height:.8}.landing .pillar-tag{color:var(--peach);letter-spacing:.18em;text-transform:uppercase;flex:1;font-size:11px;font-weight:700}.landing .pillar h3{color:var(--navy);letter-spacing:-.02em;text-wrap:balance;margin:0 0 12px;font-size:clamp(22px,2.6vw,32px);font-weight:600;line-height:1.15}@media (min-width:960px){.landing .pillars-list{grid-template-columns:1fr 1fr;column-gap:64px}.landing .pillar{padding:48px 0}.landing .pillar:nth-child(2){border-top:1px solid var(--peach-soft)}}.landing .section-head{max-width:720px}.landing .section-head .lede{margin-top:16px}.landing .steps{grid-template-columns:1fr;margin-top:48px;display:grid}.landing .step{border-bottom:1px solid var(--peach-soft);grid-template-columns:56px 1fr;gap:18px;padding:24px 0;display:grid}.landing .step:last-child{border-bottom:none}.landing .step-num{font-family:var(--font-display);color:var(--peach);font-size:clamp(28px,3vw,36px);line-height:.9}.landing .step h3{letter-spacing:-.015em;color:var(--navy);margin:0 0 8px;font-size:19px;font-weight:700}@media (min-width:720px){.landing .step h3{font-size:22px}}@media (min-width:960px){.landing .steps{grid-template-columns:repeat(4,1fr);column-gap:32px;margin-top:64px;position:relative}.landing .step{border:none;padding:0;display:block}.landing .step:before{content:"";background:var(--peach-soft);width:100%;height:1px;margin-bottom:28px;display:block}.landing .step-num{margin-bottom:18px;font-size:44px;display:block}.landing .step h3{margin-bottom:10px;font-size:22px}}.landing .pandilla-grid{grid-template-columns:1fr;gap:14px;margin-top:40px;display:grid}.landing .pandilla-card{background:var(--bg-warm);border-radius:var(--r-md);grid-template-columns:96px 1fr 28px;align-items:center;gap:18px;padding:14px 18px;transition:transform .15s,box-shadow .15s;display:grid}.landing .pandilla-card:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.landing .pandilla-art{background:var(--bg);border-radius:14px;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden}.landing .pandilla-art svg{width:90%;transform:scale(.95)}.landing .pandilla-name{letter-spacing:-.015em;color:var(--navy);font-size:20px;font-weight:700}.landing .pandilla-role{color:var(--mute);margin-top:4px;font-size:13.5px;line-height:1.4}.landing .pandilla-arrow{border:1px solid var(--peach);width:28px;height:28px;color:var(--peach);border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.landing .pandilla-card:hover .pandilla-arrow{background:var(--peach);color:var(--bg-warm)}@media (min-width:720px){.landing .pandilla-grid{grid-template-columns:1fr 1fr;gap:16px}}@media (min-width:1024px){.landing .pandilla-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px}.landing .pandilla-card{text-align:left;grid-template-columns:1fr;padding:28px;position:relative}.landing .pandilla-art{border-radius:16px;width:100%;height:200px;margin-bottom:20px}.landing .pandilla-art svg{width:auto;height:70%}.landing .pandilla-name{font-size:24px}.landing .pandilla-role{margin-top:6px;font-size:14.5px}.landing .pandilla-arrow{position:absolute;top:28px;right:28px}}.landing .testimonial-stage{margin-top:36px}.landing .testimonial{display:none}.landing .testimonial.is-active{display:block}.landing .testimonial-quote-mark{font-family:var(--font-display);color:var(--peach);margin-bottom:18px;font-size:clamp(72px,8vw,112px);line-height:.4}.landing .testimonial blockquote{font-family:var(--font-body);color:var(--navy);letter-spacing:-.018em;text-wrap:balance;max-width:22ch;margin:0;font-size:clamp(20px,2.4vw,30px);font-weight:500;line-height:1.3}.landing .testimonial-author{align-items:center;gap:14px;margin-top:28px;display:flex}.landing .testimonial-avatar{background:var(--peach);width:48px;height:48px;color:var(--bg-warm);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:22px;display:inline-flex}.landing .testimonial-name{color:var(--navy);font-size:15px;font-weight:700}.landing .testimonial-city{color:var(--mute);margin-top:2px;font-size:13px}.landing .testimonial-controls{justify-content:space-between;align-items:center;gap:14px;margin-top:36px;display:flex}.landing .testimonial-dots{gap:8px;display:flex}.landing .testimonial-dots button{background:var(--peach);border:none;border-radius:999px;width:8px;height:8px;transition:width .25s,background .15s}.landing .testimonial-dots button.is-active{background:var(--navy);width:32px}.landing .testimonial-arrows{gap:8px;display:flex}.landing .testimonial-arrows button{border:1px solid var(--line);width:44px;height:44px;color:var(--navy);background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.landing .testimonial-arrows button:hover{border-color:var(--navy)}.landing .testimonial-arrows .next{background:var(--navy);color:#fff;border-color:var(--navy)}.landing .testimonial-arrows .next:hover{background:var(--orange);border-color:var(--orange)}@media (min-width:1024px){.landing .testimonial-stage{grid-template-columns:1fr 1fr;align-items:end;gap:64px;display:grid}.landing .testimonial.is-active{grid-template-columns:1fr;display:grid}.landing .testimonial blockquote{max-width:none;font-size:38px}.landing .testimonial-side{flex-direction:column;align-items:stretch;gap:24px;display:flex}.landing .testimonial-controls{margin-top:0}}.landing .faq-list{grid-template-columns:1fr;margin-top:40px;display:grid}.landing details.faq{border-bottom:1px solid var(--peach-soft);padding:22px 0}.landing details.faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;list-style:none;display:flex}.landing details.faq summary::-webkit-details-marker{display:none}.landing details.faq h4{font-family:var(--font-body);color:var(--navy);letter-spacing:-.012em;margin:0;font-size:clamp(16px,1.6vw,19px);font-weight:600;line-height:1.3}.landing details.faq .faq-icon{width:28px;height:28px;color:var(--peach);flex-shrink:0;transition:transform .25s}.landing details.faq[open] .faq-icon{color:var(--navy);transform:rotate(45deg)}.landing details.faq p{color:var(--mute);max-width:60ch;margin:14px 0 0;font-size:15px;line-height:1.6}@media (min-width:960px){.landing .faq-list{grid-template-columns:1fr 1fr;column-gap:64px}}.landing .final-cta{text-align:center;position:relative;overflow:hidden}.landing .final-cta .mascot-bg{max-width:200px;margin:0 auto 8px}.landing .final-cta h2{font-family:var(--font-body);color:var(--bg-warm);letter-spacing:-.028em;text-wrap:balance;margin:0 0 14px;font-size:clamp(30px,4.5vw,56px);font-weight:700;line-height:1.05}.landing .final-cta p{color:#fff8f2db;max-width:480px;margin:0 auto 28px;font-size:clamp(15px,1.4vw,18px);line-height:1.5}.landing .final-cta .btn-primary{background:var(--navy);color:var(--bg-warm)}.landing .final-cta .btn-primary:hover{color:var(--navy);background:#fff}.landing footer{background:var(--bg);color:var(--navy);padding-block:56px 32px}.landing .footer-grid{grid-template-columns:1fr;gap:36px;display:grid}.landing .footer-brand p{max-width:36ch;color:var(--mute);margin:12px 0 0;font-size:14px}.landing .footer-cols{grid-template-columns:1fr 1fr;gap:28px;display:grid}.landing .footer-col h5{color:var(--peach);text-transform:uppercase;letter-spacing:.16em;margin:0 0 16px;font-size:10.5px;font-weight:800}.landing .footer-col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.landing .footer-col a{color:var(--navy);font-size:13.5px;transition:color .15s}.landing .footer-col a:hover{color:var(--peach)}.landing .footer-bottom{border-top:1px solid var(--peach-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:40px;padding-top:20px;display:flex}.landing .footer-bottom .legal{color:var(--mute);font-size:12px}.landing .socials{gap:8px;display:flex}.landing .socials a{border:1px solid var(--peach);width:32px;height:32px;color:var(--peach);border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.landing .socials a:hover{background:var(--peach);color:var(--bg-warm)}.landing .socials svg{width:14px;height:14px}@media (min-width:960px){.landing .footer-grid{grid-template-columns:1.2fr 2fr;gap:64px}.landing .footer-cols{grid-template-columns:repeat(3,1fr)}}.landing .reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(16px)}.landing .reveal.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.landing .reveal,.landing .reveal.in{opacity:1;transition:none;transform:none}}
