:root{--bg: hsl(210, 20%, 98%);--fg: hsl(222, 47%, 11%);--primary: hsl(198, 60%, 25%);--primary-fg: hsl(210, 40%, 98%);--card: hsl(0, 0%, 100%);--border: hsl(214, 32%, 91%);--muted-fg: hsl(215, 16%, 47%);--secondary-bg: hsl(214, 32%, 91%);--radius: .75rem;--radius-xl: 1.5rem;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-lg: 0 10px 40px rgba(37,95,115,.08), 0 4px 12px rgba(0,0,0,.06);--font: "Plus Jakarta Sans", sans-serif;--nav-h: 80px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;line-height:1.6}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}.text-primary{color:var(--primary)}.section-inner{max-width:1280px;margin-inline:auto;padding-inline:1.5rem}.section-inner--mid{max-width:960px}.section-inner--narrow{max-width:800px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font);font-size:.95rem;font-weight:600;border-radius:var(--radius);padding:.6rem 1.25rem;cursor:pointer;transition:background .18s,color .18s,border-color .18s,box-shadow .18s;border:2px solid transparent;white-space:nowrap}.btn-primary{background:var(--primary);color:var(--primary-fg);border-color:var(--primary)}.btn-primary:hover{background:#143f52;border-color:#143f52}.btn-outline{background:transparent;color:var(--fg);border-color:var(--border)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-ghost{background:transparent;color:var(--muted-fg);border-color:transparent}.btn-ghost:hover{color:var(--fg)}.btn-secondary{background:var(--primary-fg);color:var(--primary);border-color:var(--primary-fg)}.btn-secondary:hover{background:#dbe6f0}.btn-lg{font-size:1.05rem;padding:1rem 2rem;border-radius:var(--radius);height:3.5rem}.btn-full{width:100%}#site-nav{position:fixed;inset:0 0 auto;z-index:100;background:#f6f8fad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1280px;margin-inline:auto;padding-inline:1.5rem;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.2rem;font-weight:800;color:var(--primary);letter-spacing:-.03em}.nav-actions{display:flex;align-items:center;gap:1rem}@media(max-width:480px){.nav-actions .btn-ghost{display:none}}.hero{padding-top:calc(var(--nav-h) + 5rem);padding-bottom:5rem;padding-inline:1.5rem;text-align:center}.hero-content{max-width:900px;margin-inline:auto}.hero-title{font-size:clamp(2.6rem,7vw,5rem);font-weight:800;line-height:1.08;letter-spacing:-.04em;color:var(--fg);margin-bottom:1.25rem}.br-md{display:none}@media(min-width:600px){.br-md{display:block}}.hero-sub{font-size:1.4rem;font-weight:500;color:var(--muted-fg);margin-bottom:2rem}.hero-ctas{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2.5rem}@media(min-width:500px){.hero-ctas{flex-direction:row;justify-content:center}.hero-ctas .btn{width:auto}}.hero-body{max-width:640px;margin-inline:auto;font-size:1.1rem;color:var(--muted-fg);line-height:1.7}.carousel-wrap{margin-top:4.5rem;max-width:1120px;margin-inline:auto}.carousel{overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-lg)}.carousel-track{display:flex}.carousel-slide{flex:0 0 100%;min-width:0}.carousel-slide img{width:100%;height:auto;display:block}.hero-img-wrap{margin-top:1 rem;max-width:1120px;margin-inline:auto}.hero-img{width:100%;height:auto;display:block}.hiw{padding-block:7rem;background:#ebeff5}.hiw .section-title{margin-bottom:1.25rem}.hiw-subtitle{font-size:1.1rem;font-weight:500;line-height:1.75;color:var(--muted-fg);max-width:680px;margin-inline:auto;text-align:center;margin-bottom:4.5rem}.hiw-steps{display:flex;flex-direction:column;gap:5.5rem}.hiw-step{display:flex;align-items:center;gap:5rem}.hiw-step--flip{flex-direction:row-reverse}.hiw-step-img{flex:0 0 auto;width:min(520px,52%)}.hiw-step-img img{width:100%;height:auto;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.hiw-step-body{flex:1;min-width:0}.hiw-step-num{display:block;font-size:5rem;font-weight:800;line-height:1;color:var(--primary);opacity:.18;margin-bottom:.6rem;font-variant-numeric:tabular-nums;letter-spacing:-.03em}.hiw-step-title{font-size:1.6rem;font-weight:700;color:var(--fg);margin-bottom:1rem;line-height:1.2}.hiw-step-desc{font-size:1.05rem;line-height:1.75;color:var(--muted-fg)}@media(max-width:700px){.hiw-step,.hiw-step--flip{flex-direction:column-reverse;gap:1.75rem}.hiw-step-img{width:100%}.hiw-step-num{font-size:3rem}.hiw-step-title{font-size:1.3rem}}.adv-features{padding-block:7rem;background:var(--bg)}.adv-features .section-title{text-align:center;margin-bottom:4rem}.adv-features-list{display:flex;flex-direction:column;gap:4.5rem}.adv-feature-title{font-size:1.35rem;font-weight:700;color:var(--fg);margin-bottom:.6rem;line-height:1.25}.adv-feature-desc{font-size:1rem;line-height:1.75;color:var(--muted-fg);max-width:820px;margin-bottom:1.5rem}.adv-feature-img img{max-width:600px;width:100%;height:auto;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}@media(max-width:600px){.adv-feature-title{font-size:1.15rem}}.features{padding-block:6rem;background:var(--secondary-bg)}.section-title{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;color:var(--fg);text-align:center;margin-bottom:3.5rem;line-height:1.3}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:520px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.feature-card:hover{box-shadow:var(--shadow-lg)}.feature-icon{width:3rem;height:3rem;border-radius:.75rem;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.feature-icon svg{width:1.35rem;height:1.35rem;stroke-width:1.75}.feature-card h3{font-size:1.05rem;font-weight:600;line-height:1.3;color:var(--fg)}.regional{margin-top:3.5rem;padding-top:3.5rem;border-top:1px solid var(--border);max-width:760px;margin-inline:auto}.regional-title{font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:700;color:var(--fg);text-align:center;margin-bottom:2rem}.region-cards{display:grid;grid-template-columns:1fr;border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;background:var(--card);box-shadow:var(--shadow-sm)}@media(min-width:640px){.region-cards{grid-template-columns:1fr auto 1fr}}.region-col{padding:3rem}.region-divider{width:1px;background:var(--border);display:none}@media(min-width:640px){.region-divider{display:block}}@media(max-width:639px){.region-col:first-child{border-bottom:1px solid var(--border)}}.region-heading{font-size:1.4rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem}.region-list{display:flex;flex-direction:column;gap:1rem}.region-list li{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:var(--fg)}.region-list li svg{width:1.1rem;height:1.1rem;color:var(--primary);flex-shrink:0;stroke-width:2.5}.differentiator{background:var(--primary);color:var(--primary-fg);border-radius:var(--radius-xl);padding:3rem;text-align:center}.differentiator p{font-size:clamp(1.05rem,2.5vw,1.35rem);font-weight:500;line-height:1.65}.pricing{padding-top:0rem;padding-bottom:6rem;background:#ebeff5}.pricing-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;text-align:center;margin-bottom:1.75rem}.billing-toggle{background:#d7dfea;border-radius:99px;padding:4px;display:flex;width:fit-content;margin-inline:auto;margin-bottom:2.75rem}.billing-toggle .toggle-btn{padding:.55rem 1.6rem;border-radius:99px;font-family:var(--font);font-size:.95rem;font-weight:600;cursor:pointer;border:none;background:transparent;color:var(--muted-fg);transition:background .2s,color .2s,box-shadow .2s}.billing-toggle .toggle-btn.is-active{background:var(--card);color:var(--fg);box-shadow:0 1px 6px #0000001a}.pricing-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media(min-width:640px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}.pricing-card{background:var(--card);border:2px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.pricing-card--featured{background:var(--primary);border-color:var(--primary);color:var(--primary-fg)}.plan-header{margin-bottom:1.75rem}.plan-name{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.plan-price{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.75rem}.price-amount{font-size:2.75rem;font-weight:800;line-height:1}.price-period{font-size:1rem;color:var(--muted-fg)}.pricing-card--featured .price-period{color:#f8fafcbf}.price-alt{display:inline-block;font-size:.85rem;font-weight:600;background:var(--secondary-bg);padding:.25rem .75rem;border-radius:99px;color:var(--fg)}.pricing-card--featured .price-alt{background:#f8fafc1f;color:var(--primary-fg)}.plan-desc{font-size:1.05rem;line-height:1.6;flex-grow:1;margin-bottom:2rem;color:var(--muted-fg)}.pricing-card--featured .plan-desc{color:#f8fafcd9}.coming-soon{background:var(--card);border:1px solid hsl(198,60%,70%);border-radius:var(--radius);padding:1.5rem 2rem;text-align:center}.coming-soon p{font-size:1.05rem;color:var(--fg);line-height:1.6}.coming-soon strong{color:var(--primary)}.testimonials{padding-block:6rem;background:var(--primary)}.testimonials .section-title{color:#fff}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#f8fafc1a;border:1px solid hsla(210,40%,98%,.18);border-radius:var(--radius-xl);padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.testimonial-quote{font-size:1.05rem;line-height:1.65;color:#e2ebf3;flex:1}.testimonial-author{display:flex;flex-direction:column;gap:.2rem}.testimonial-name{font-weight:700;font-size:.95rem;color:#fff}.testimonial-role{font-size:.875rem;color:#e2ebf3a6}.partnership{padding-block:6rem;background:var(--bg);text-align:center}.partnership-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-fg);margin-bottom:2rem}.partnership-logo-link{display:block;max-width:100%;margin-inline:auto;margin-bottom:2.5rem}.partnership-logo{max-height:5.5rem;max-width:100%;width:auto;height:auto;display:block;margin-inline:auto}.partnership-desc{font-size:1.05rem;line-height:1.7;color:var(--muted-fg);max-width:560px;margin-inline:auto;margin-bottom:2.5rem}.partnership-quote{max-width:580px;margin-inline:auto;text-align:center}.partnership-quote p{font-size:1.15rem;line-height:1.65;color:var(--fg);font-style:italic;margin-bottom:1.25rem}.partnership-quote footer{display:flex;flex-direction:column;align-items:center;gap:.2rem}.partnership-quote strong{font-size:.95rem;color:var(--fg)}.partnership-quote span{font-size:.875rem;color:var(--muted-fg)}.site-footer{padding-block:6rem 3rem;background:#151e28;color:#e2ebf3}.footer-inner{text-align:center}.footer-title{font-size:clamp(1.75rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:2.5rem;color:#fff}.footer-ctas{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:500px){.footer-ctas{flex-direction:row;justify-content:center}}.footer-bottom{margin-top:5rem;padding-top:2rem;border-top:1px solid hsla(210,40%,92%,.15);display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:500px){.footer-bottom{flex-direction:row;justify-content:space-between}}.copyright{font-size:.875rem;color:#e2ebf38c}.site-footer .btn-outline{color:#e2ebf3;border-color:#e2ebf359}.site-footer .btn-outline:hover{border-color:#e2ebf3;color:#fff}.site-footer .logo{color:#e2ebf3}.modal-backdrop{position:fixed;inset:0;z-index:200;background:#1122338c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .22s ease}.modal-backdrop:not([hidden]){opacity:1}.modal-backdrop[hidden]{display:none}.modal-card{background:var(--card);border-radius:var(--radius-xl);padding:2.75rem 2.5rem 2.25rem;max-width:440px;width:100%;box-shadow:0 24px 60px #0000002e;position:relative;text-align:center;transform:translateY(12px) scale(.97);transition:transform .25s cubic-bezier(.22,.68,0,1.1)}.modal-backdrop:not([hidden]) .modal-card{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border-radius:99px;border:none;background:var(--secondary-bg);color:var(--muted-fg);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.modal-close:hover{background:var(--border);color:var(--fg)}.modal-close svg{width:1rem;height:1rem}.modal-icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:#194f661a;color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.modal-icon svg{width:1.6rem;height:1.6rem}.modal-title{font-size:1.4rem;font-weight:700;color:var(--fg);margin-bottom:1rem}.modal-body{font-size:1.025rem;color:var(--muted-fg);line-height:1.65;margin-bottom:1.75rem}.modal-cta{margin-bottom:.875rem}.modal-note{font-size:.825rem;color:var(--muted-fg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.anim-hero{opacity:0;animation:fadeInUp .55s cubic-bezier(.22,.68,0,1.2) forwards}.anim-delay-0{animation-delay:.05s}.anim-delay-1{animation-delay:.15s}.anim-delay-2{animation-delay:.25s}.anim-delay-3{animation-delay:.35s}.anim-delay-4{animation-delay:.5s}.reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease;transition-delay:var(--reveal-delay, 0ms)}.reveal.is-visible{opacity:1;transform:translateY(0)}
