.error-boundary{text-align:center;border:1px solid var(--border);border-radius:16px;max-width:480px;margin:80px auto;padding:32px}.error-boundary h2{color:var(--text-h);margin-bottom:12px}.error-boundary p{color:var(--text);margin-bottom:24px}.error-boundary button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600}.error-boundary button:hover{opacity:.9}.page-loader{top:0;z-index:9999;height:3px;position:fixed;left:0;right:0}.page-loader__bar{background:var(--accent);transform-origin:0;height:100%;animation:1s ease-in-out infinite loading-bar}[dir=rtl] .page-loader__bar{transform-origin:100%}@keyframes loading-bar{0%{opacity:1;transform:scaleX(0)}50%{opacity:1;transform:scaleX(.7)}to{opacity:0;transform:scaleX(1)}}.app-layout{flex-direction:column;width:100%;min-height:100svh;display:flex}.app-layout--dev-frame{border:4px solid #dc2626;box-shadow:inset 0 0 0 2px #dc262640}.main-content{flex-direction:column;flex:1;display:flex}main{flex:1;display:block}.page-loading{min-height:40vh;color:var(--text);font-family:var(--font-display);letter-spacing:-.01em;opacity:.72;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}html{scroll-behavior:smooth}:root{--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--navy-900:#1e3a8a;--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-400:#2dd4bf;--teal-500:#14b8a6;--teal-dark:#0d9488;--orange-50:#fff7ed;--orange-500:#f97316;--orange-text:#c2410c;--yellow-400:#fbbf24;--green-50:#dcfce7;--green-500:#22c55e;--green-text:#15803d;--purple-50:#faf5ff;--purple-100:#ede9fe;--purple-500:#8b5cf6;--purple-600:#7c3aed;--purple-700:#6d28d9;--purple-bg:#faf5ff;--purple-text:#6d28d9;--rose-500:#f43f5e;--rose-700:#be185d;--red-50:#fef2f2;--red-100:#fee2e2;--red-500:#ef4444;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-900:#0f172a;--white:#fff;--accent:var(--blue-600);--accent-hover:var(--blue-700);--accent-bg:var(--blue-50);--accent-light:var(--blue-100);--accent-border:var(--blue-200);--primary:var(--blue-600);--primary-dark:var(--blue-700);--secondary:var(--teal-500);--text:var(--gray-700);--text-h:var(--navy-900);--text-muted:var(--gray-600);--text-secondary:var(--gray-700);--text-light:#f8f8f8e6;--text-b:var(--gray-600);--text-l:var(--gray-500);--bg:var(--white);--bg-secondary:var(--gray-50);--bg-subtle:var(--gray-100);--bg-alt:var(--gray-50);--bg-tertiary:var(--gray-100);--surface-card:linear-gradient(180deg, #fff 0%, #f8fafcf5 100%);--surface-card-footer:linear-gradient(180deg, #f8fafcf0 0%, #eff6ffb3 100%);--surface-card-icon:linear-gradient(180deg, var(--blue-50) 0%, #dbeafee6 100%);--border:var(--gray-200);--border-strong:var(--gray-300);--success:var(--green-500);--success-bg:var(--green-50);--error:#dc2626;--danger:var(--red-500);--warning:var(--orange-500);--wa-green:var(--green-500);--grad-btn:linear-gradient(135deg, var(--blue-500) 0%, var(--blue-600) 100%);--grad-hero:linear-gradient(145deg, var(--blue-50) 0%, var(--blue-100) 55%, var(--blue-200) 100%);--grad-progress:linear-gradient(90deg, var(--blue-500), var(--teal-500));--grad-dark:linear-gradient(135deg, var(--navy-900) 0%, var(--blue-700) 100%);--grad-teal:linear-gradient(135deg, var(--teal-500) 0%, var(--teal-dark) 100%);--shadow-xs:0 1px 2px #0000000d;--shadow-soft:0 1px 4px #0000000f;--shadow-md:0 4px 16px #2563eb1a, 0 1px 4px #0000000d;--shadow-lg:0 12px 40px #2563eb26, 0 2px 8px #0000000f;--shadow-xl:0 24px 64px #1e3a8a38, 0 4px 16px #00000014;--shadow-btn:0 4px 14px #2563eb61;--shadow-sm:var(--shadow-xs);--shadow:var(--shadow-md);--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:24px;--radius-pill:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--font-display:"Plus Jakarta Sans", sans-serif;--font-body:"Inter", sans-serif;--font-mono:ui-monospace, Consolas, monospace;--font-heading:var(--font-display);--teal:var(--teal-500);--navy:var(--navy-900);--green:var(--green-500);--red:var(--red-500);--yellow:var(--yellow-400);--purple:var(--purple-500);--orange:var(--orange-500);--transition-fast:.15s ease;--transition-base:.22s ease;--transition-slow:.35s ease;--transition-interactive:transform var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base);--z-base:0;--z-raised:1;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--z-tooltip:600;--focus-ring-color:color-mix(in srgb, var(--accent) 60%, white);--focus-ring-width:3px;--focus-ring-offset:3px}html{scroll-behavior:smooth;box-sizing:border-box;font-size:16px}*,:before,:after{box-sizing:inherit}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);letter-spacing:.15px;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.7}::selection{background:var(--accent-light);color:var(--navy-900)}a{color:inherit;transition:color var(--transition-base);text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}section,article,main,nav,footer{z-index:var(--z-raised);position:relative}:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}strong{color:var(--text-h);font-weight:700}em{color:var(--text);font-style:italic}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-h);letter-spacing:-.02em;text-rendering:optimizelegibility;margin:0;font-weight:800;line-height:1.15}h1{letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:800;line-height:1.05}h2{color:var(--text-h);letter-spacing:-.03em;margin-bottom:.875rem;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:800;line-height:1.1}h3{letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.3}h4{margin-bottom:.625rem;font-size:1.125rem;font-weight:700;line-height:1.3}h5{margin-bottom:.625rem;font-size:1rem;font-weight:700;line-height:1.4}h6{margin-bottom:.5rem;font-size:.875rem;font-weight:700;line-height:1.4}p{color:var(--text);letter-spacing:.18px;margin:0;font-size:1rem;line-height:1.68}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.875rem;font-size:.6875rem;font-weight:700;display:inline-block}.section-title{margin-bottom:.75rem}.section-sub{font-family:var(--font-body);color:var(--text-secondary);max-width:40rem;margin:0;font-size:1.0625rem;line-height:1.72}.section-header{margin-bottom:2.5rem}.text-display-xl{font-family:var(--font-display);letter-spacing:-.04em;color:var(--navy-900);font-size:clamp(2.5rem,5vw,4.25rem);font-weight:800;line-height:1.05}.text-display-lg{font-family:var(--font-display);letter-spacing:-.03em;color:var(--navy-900);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:800;line-height:1.1}.text-heading-md{font-family:var(--font-display);letter-spacing:-.025em;color:var(--navy-900);font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700;line-height:1.25}.text-body-lg{font-family:var(--font-body);letter-spacing:.1px;color:var(--gray-500);font-size:clamp(1rem,1.5vw,1.125rem);font-weight:400;line-height:1.75}.text-body{font-family:var(--font-body);letter-spacing:.15px;color:var(--gray-500);font-size:.9375rem;font-weight:400;line-height:1.7}.text-caption{font-family:var(--font-body);color:var(--gray-500);font-size:.75rem;font-weight:500;line-height:1.5}.card-title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text-h);margin:0 0 .375rem;font-size:1.0625rem;font-weight:700;line-height:1.25}.card-text{font-family:var(--font-body);letter-spacing:.15px;color:var(--text-secondary);margin:0;font-size:.9375rem;font-weight:400;line-height:1.7}.container{max-width:1200px;padding:0 var(--space-10);margin:0 auto}section{padding:var(--space-24) 0}.section-center{text-align:center}.section-center .section-sub{margin-left:auto;margin-right:auto}.grid{display:grid}.flex-center{justify-content:center;align-items:center;display:flex}@media (max-width:768px){.container{padding:0 var(--space-4)}section{padding:var(--space-16) 0}}.m-0{margin:0}.m-1{margin:var(--space-1)}.m-2{margin:var(--space-2)}.m-3{margin:var(--space-3)}.m-4{margin:var(--space-4)}.m-5{margin:var(--space-5)}.m-6{margin:var(--space-6)}.m-8{margin:var(--space-8)}.m-10{margin:var(--space-10)}.m-12{margin:var(--space-12)}.m-auto{margin:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--space-1)}.mb-2{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4{margin-bottom:var(--space-4)}.mb-5{margin-bottom:var(--space-5)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.mb-10{margin-bottom:var(--space-10)}.mb-12{margin-bottom:var(--space-12)}.mt-0{margin-top:0}.mt-1{margin-top:var(--space-1)}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mt-5{margin-top:var(--space-5)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mt-10{margin-top:var(--space-10)}.mt-12{margin-top:var(--space-12)}.p-0{padding:0}.p-1{padding:var(--space-1)}.p-2{padding:var(--space-2)}.p-3{padding:var(--space-3)}.p-4{padding:var(--space-4)}.p-5{padding:var(--space-5)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.p-10{padding:var(--space-10)}.p-12{padding:var(--space-12)}.px-2{padding-inline:var(--space-2)}.px-3{padding-inline:var(--space-3)}.px-4{padding-inline:var(--space-4)}.px-6{padding-inline:var(--space-6)}.px-8{padding-inline:var(--space-8)}.py-2{padding-block:var(--space-2)}.py-3{padding-block:var(--space-3)}.py-4{padding-block:var(--space-4)}.py-6{padding-block:var(--space-6)}.py-8{padding-block:var(--space-8)}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-5{gap:var(--space-5)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.gap-10{gap:var(--space-10)}.gap-12{gap:var(--space-12)}.text-center{text-align:center}.text-start{text-align:start}.text-end{text-align:end}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:var(--text-muted)}.text-h{color:var(--text-h)}.text-secondary{color:var(--text-secondary)}.text-high-contrast{color:var(--gray-900)}.text-accent{color:var(--accent)}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.flex{display:flex}.hidden{display:none}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.max-w-full{max-width:100%}.overflow-hidden{overflow:hidden}.rounded{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-pill)}.shadow{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.bg-secondary{background:var(--bg-secondary)}.bg-subtle{background:var(--bg-subtle)}.border{border:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.opacity-50{opacity:.5}.opacity-75{opacity:.75}@media print{body{color:#000;background:#fff}a{text-decoration:underline}img{page-break-inside:avoid;max-width:100%}}@keyframes float{0%,to{transform:translateY(0)rotate(3deg)}50%{transform:translateY(-12px)rotate(3deg)}}.navbar{height:72px;padding:0 var(--space-6);border-bottom:1px solid var(--gray-200);z-index:var(--z-dropdown);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background var(--transition-slow), box-shadow var(--transition-base), border-color var(--transition-base);background:#ffffffeb;align-items:center;display:flex;position:sticky;top:0}.navbar:not(.scrolled){background:#ffffff80}.navbar.scrolled{box-shadow:var(--shadow-md);background:#fffffff2}.navbar-container{width:100%;max-width:none;padding:0 var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.navbar-logo{align-items:center;gap:var(--space-2);font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-h);transition:color var(--transition-base);font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.navbar-logo:hover{color:var(--accent)}.navbar-logo-dot{background:linear-gradient(135deg, var(--accent) 0%, var(--teal-500) 100%);border-radius:50%;width:8px;height:8px;animation:3s ease-in-out infinite float}.navbar-links{align-items:center;gap:var(--space-8);margin:0;padding:0;list-style:none;display:flex}.navbar-links a{color:var(--text);transition:color var(--transition-base);letter-spacing:.2px;font-size:.9375rem;font-weight:600;line-height:1.5;text-decoration:none;position:relative}.navbar-links a:after{content:"";bottom:-2px;background:var(--accent);width:0;height:2px;transition:width var(--transition-slow);position:absolute}.navbar-links a:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:0}.navbar-links a:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{left:0}.navbar-links a:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:0}.navbar-links a:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{right:0}.navbar-links a:hover{color:var(--accent)}.navbar-links a:hover:after{width:100%}.navbar-language-switcher{align-items:center;gap:var(--space-2);display:flex}.navbar-language-link{border:1px solid var(--border);min-width:2.75rem;color:var(--text);transition:border-color var(--transition-base), color var(--transition-base), background var(--transition-base), transform var(--transition-fast);background:#ffffffdb;border-radius:999px;justify-content:center;align-items:center;padding:.35rem .55rem;font-size:.8125rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:inset 0 1px #fffc}.navbar-language-link:hover{border-color:var(--accent);color:var(--accent);background:#eff6ffeb}.navbar-language-link.active{border-color:var(--accent);color:var(--accent);background:#eff6fff5}.navbar-cta{margin-inline-start:var(--space-4)}.navbar-cta.navbar-cta--mobile{display:none}.navbar-mobile-toggle{border:1px solid var(--border);border-radius:var(--radius-md);width:44px;height:44px;box-shadow:var(--shadow-sm);cursor:pointer;background:#ffffffc7;flex-direction:column;justify-content:space-around;padding:.55rem;display:none}.navbar-mobile-toggle span{background:var(--text-h);border-radius:var(--radius-xs);width:100%;height:2px;transition:all var(--transition-slow)}.navbar-mobile-toggle:hover{border-color:var(--accent)}.navbar-mobile-toggle:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.navbar-language-link:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.navbar-logo:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.navbar-links a:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.navbar-mobile-toggle.open span:first-child{transform:translateY(12px)rotate(45deg)}.navbar-mobile-toggle.open span:nth-child(2){opacity:0}.navbar-mobile-toggle.open span:nth-child(3){transform:translateY(-10px)rotate(-45deg)}@media (max-width:768px){.navbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffffa;height:64px}.navbar-links{gap:var(--space-4);display:none}.navbar-links.open{top:64px;align-items:stretch;gap:var(--space-2);padding:var(--space-4);box-shadow:var(--shadow-lg);z-index:calc(var(--z-dropdown) - 1);background:#fffffffc;border-top:1px solid #e2e8f0db;flex-direction:column;display:flex;position:absolute;left:0;right:0}.navbar-links a{border-radius:var(--radius-md);background:#f8fafcb8;width:100%;padding:.85rem 1rem}.navbar-links a:hover{background:#eff6ffe6}.navbar-language-switcher{padding-top:var(--space-3);justify-content:flex-start}.navbar-cta.navbar-cta--desktop{display:none}.navbar-cta.navbar-cta--mobile{margin-inline-start:0;margin-top:var(--space-2);justify-content:center;display:inline-flex}.navbar-mobile-toggle{display:flex}.navbar-logo{font-size:1rem}}@media (max-width:480px){.navbar{height:56px}.navbar-links.open{top:56px}}[dir=rtl] .navbar-container,[dir=rtl] .navbar-links,[dir=rtl] .navbar-language-switcher{direction:rtl}[dir=rtl] .navbar-language-switcher{justify-content:flex-end}.hero{background:var(--grad-hero);padding:var(--space-24) 0;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#2563eb0d 1px,#0000 1px);background-size:28px 28px;position:absolute;top:0;bottom:0;left:0;right:0}.hero__inner{grid-template-columns:1fr 400px;align-items:center;gap:64px;max-width:1200px;margin:0 auto;padding:0 40px;display:grid}.hero__content{flex-direction:column;gap:28px;max-width:42rem;display:flex}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;font-size:.75rem;font-weight:700;display:inline-flex}.hero__eyebrow-dot{background:var(--teal-500);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.hero__heading{letter-spacing:-.04em;color:var(--text-h);margin:0;font-size:clamp(2.75rem,5vw,4.25rem);font-weight:800;line-height:1.05}.hero__heading-accent{color:#14b8a6}.hero__highlight{white-space:nowrap;display:inline-block;position:relative}.hero__squiggle{bottom:-10px;width:100%;height:12px;position:absolute;overflow:visible}.hero__squiggle:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.hero__squiggle:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.hero__squiggle:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.hero__squiggle:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.hero__sub{color:var(--text-muted);max-width:34rem;margin:0;font-size:1.125rem;line-height:1.7}.hero__ctas{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero__btn-primary{background:var(--grad-btn);color:#fff;font-family:var(--font-body);border-radius:var(--radius-md);box-shadow:var(--shadow-btn);transition:opacity var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);white-space:nowrap;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.hero__btn-primary:hover{opacity:.94;box-shadow:var(--shadow-lg)}.hero__btn-primary:active{transform:scale(.98)}.hero__btn-ghost{color:var(--text-h);font-family:var(--font-body);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:border-color var(--transition-base), color var(--transition-base), background var(--transition-base), transform var(--transition-fast);white-space:nowrap;background:#ffffffd1;border:1px solid #94a3b859;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.hero__btn-ghost:hover{border-color:var(--accent);color:var(--accent);background:#eff6ffeb}.hero__trust{padding-top:var(--space-2);flex-wrap:wrap;gap:24px;display:flex}.hero__trust-item{color:var(--text-muted);align-items:center;gap:6px;font-size:.875rem;font-weight:600;display:flex}.hero__trust-icon{flex-shrink:0}.hero__visual{justify-content:center;align-items:center;display:flex}.hero__visual-card{position:relative}.hero__visual-card:after{content:"";filter:blur(24px);height:2rem;z-index:var(--z-base);background:#0ea5e924;border-radius:999px;position:absolute;top:auto;bottom:-1rem;left:1.25rem;right:1.25rem}[dir=rtl] .hero__content{text-align:right}[dir=rtl] .hero__eyebrow,[dir=rtl] .hero__ctas,[dir=rtl] .hero__trust{justify-content:flex-start}.hero__img{z-index:var(--z-raised);object-fit:contain;filter:drop-shadow(0 20px 36px #2563eb26);will-change:transform;width:340px;height:340px;animation:5s ease-in-out infinite float;position:relative}.hero__btn-primary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.hero__btn-ghost:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.hero--page .hero__inner{grid-template-columns:1fr}.hero--page .hero__content{max-width:720px}.hero--page .hero__heading{font-size:clamp(2rem,4vw,3.25rem)}[dir=rtl] .hero--page .hero__content{text-align:right}[dir=rtl] .hero--page .hero__eyebrow{justify-content:flex-start}@media (max-width:1024px){.hero__inner{grid-template-columns:1fr 320px;gap:48px;padding:0 32px}.hero__img{width:260px;height:260px}}@media (max-width:768px){.hero{padding:64px 0 56px}.hero:before{display:none}.hero__inner{text-align:center;grid-template-columns:1fr;gap:40px;padding:0 24px}.hero__visual{order:-1}.hero__img{filter:drop-shadow(0 12px 20px #2563eb1f);width:200px;height:200px;animation:none}.hero__eyebrow,.hero__ctas,.hero__trust{justify-content:center}.hero__sub{max-width:100%}[dir=rtl] .hero__content{text-align:center}}@media (prefers-reduced-motion:reduce){.hero__img{animation:none}}@media (max-width:480px){.hero{padding:48px 0 40px}.hero__inner{gap:32px;padding:0 20px}.hero__heading{font-size:clamp(2rem,7vw,2.5rem)}.hero__sub{font-size:1rem}.hero__ctas{flex-direction:column;align-items:stretch}.hero__btn-primary,.hero__btn-ghost{text-align:center;justify-content:center}.hero__img{width:160px;height:160px}}.section{padding:var(--space-24) 0}.section--how-it-works{background:var(--white)}.section--checklist-demo{background:linear-gradient(135deg,#2563eb14 0%,#14b8a614 100%)}.section--checklist-grid{background:linear-gradient(#f8fafcf5 0%,#eff6ffb8 100%)}.section--faq{background:var(--white)}.section--how-it-works,.section--checklist-grid,.section--faq{content-visibility:auto;contain-intrinsic-size:700px}.section-container{max-width:1200px;z-index:var(--z-raised);margin:0 auto;padding:0 40px;position:relative}.section-header{text-align:center;margin-bottom:var(--space-16)}.section-title{margin-bottom:var(--space-3);letter-spacing:-.03em;color:var(--text-h);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.1}.section-sub{color:var(--text-secondary);max-width:40rem;margin:0 auto;font-size:1.0625rem;line-height:1.7}@media (max-width:1024px){.section{padding:var(--space-20) 0}.section-header{margin-bottom:var(--space-12)}}@media (max-width:768px){.section{padding:var(--space-16) 0}.section-container{padding:0 24px}.section-header{margin-bottom:var(--space-10)}.section-title{font-size:clamp(1.5rem,4vw,2rem)}.section-sub{font-size:1rem}}@media (max-width:480px){.section{padding:var(--space-12) 0}.section-container{padding:0 20px}.section-header{margin-bottom:var(--space-8)}.section-title{font-size:clamp(1.375rem,5vw,1.75rem)}}.skip-to-main{top:-40px;background:var(--primary);color:#fff;padding:var(--space-4);z-index:var(--z-dropdown);border-radius:var(--radius-md);font-size:.875rem;font-weight:600;text-decoration:none;position:absolute}.skip-to-main:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.skip-to-main:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.skip-to-main:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.skip-to-main:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.skip-to-main:focus{top:var(--space-4)}.skip-to-main:focus:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:var(--space-4)}.skip-to-main:focus:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:var(--space-4)}.skip-to-main:focus:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:var(--space-4)}.skip-to-main:focus:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:var(--space-4)}a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}input:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}select:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}@media (prefers-contrast:more){body{--text:#000;--text-h:#000;--bg:#fff}.section--cta{--text:#fff;--text-h:#fff}.btn{border:2px solid}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@supports (color:color(display-p3 1 0 0)){:root{--primary-cb:#0173b2;--accent-cb:#029e73;--secondary-cb:#cc78bc}}@media (prefers-reduced-font-size:normal){body{font-size:18px}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}}:root[data-theme=dark]{--bg:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text:#f1f5f9;--text-h:#f8fafc;--text-muted:#cbd5e1;--text-secondary:#e2e8f0;--text-light:#f1f5f9;--border:#334155}:root[data-theme=dark] body{background:var(--bg);color:var(--text)}:root[data-theme=dark] .navbar{background:#0f172ab3}:root[data-theme=dark] .card,:root[data-theme=dark] .feature-card,:root[data-theme=dark] .step-card,:root[data-theme=dark] .step-item,:root[data-theme=dark] .blog-card,:root[data-theme=dark] .checklist-card{background:var(--bg-secondary);border-color:var(--border)}:root[data-theme=dark] .section--how-it-works,:root[data-theme=dark] .section--faq,:root[data-theme=dark] .section--checklist-grid,:root[data-theme=dark] .section--checklist-demo{background:var(--bg)}:root[data-theme=dark] .blog-content blockquote{background:var(--bg-tertiary);border-inline-start-color:var(--primary)}:root[data-theme=dark] .blog-content code,:root[data-theme=dark] .blog-content pre{background:var(--bg-tertiary)}:root[data-theme=dark][data-contrast=more]{--text:#fff;--text-h:#fff;--border:#666}.field-help-text{color:var(--text);margin-top:.25rem;font-size:.85rem;display:block}.required-indicator{color:var(--accent);font-weight:400}.error-message{color:#991b1b;background-color:#dc262626;border:1px solid #dc2626;border-radius:10px;margin-top:.75rem;padding:.75rem;font-size:.95rem}@media (hover:none) and (pointer:coarse){button,a,input[type=checkbox],input[type=radio]{min-width:44px;min-height:44px;padding:var(--space-3) var(--space-4)}.checklist-item input[type=checkbox],.radio-input,.checkbox-input{width:44px;min-width:44px;height:44px;min-height:44px}}@media print{a:after{content:" (" attr(href) ")"}.no-print{display:none!important}body{color:#000;background:#fff}h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid}img,table{page-break-inside:avoid}}[aria-live]{position:relative}[aria-busy=true]{opacity:.6;pointer-events:none}input:invalid,textarea:invalid{border-color:var(--error)}input:valid:not(:placeholder-shown),textarea:valid:not(:placeholder-shown){border-color:var(--success)}[aria-label]{position:relative}[aria-busy=true]:after{content:"";top:0;left:0;right:0;border-radius:inherit;background:#ffffffb3;animation:1s infinite loading-bar;position:absolute;bottom:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--code-bg:var(--gray-100);--social-bg:#f1f5f9b3;--sans:var(--font-body);--heading:var(--font-display);--mono:var(--font-mono);font:18px/1.5 var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:1024px){:root{font-size:16px}}#root{text-align:left;box-sizing:border-box;flex-direction:column;width:100%;min-height:100svh;display:flex}body{background:var(--bg);margin:0;padding:0}p{margin:0}code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%;display:inline-flex}img{max-width:100%;height:auto;display:block}img[width][height]{aspect-ratio:attr(width) / attr(height)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-soft);transition:var(--transition-interactive);overflow:hidden}.card:hover{border-color:var(--accent-border);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-header{padding:var(--space-6);border-bottom:1px solid var(--border)}.card-body{padding:var(--space-6)}.card-body p{color:var(--text-muted);line-height:1.7}.card-footer{padding:var(--space-6);border-top:1px solid var(--border);background:var(--surface-card-footer)}.feature-card{gap:var(--space-4);padding:var(--space-8);border-radius:var(--radius-lg);background:var(--surface-card);border:1px solid var(--border);box-shadow:var(--shadow-soft);transition:var(--transition-interactive);text-align:center;flex-direction:column;display:flex;position:relative;overflow:hidden}.feature-card:hover{border-color:var(--accent-border);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card:before{content:"";left:0;right:0;background:var(--grad-btn);height:4px;position:absolute;top:0}.feature-card-icon{border-radius:var(--radius-md);background:var(--surface-card-icon);justify-content:center;align-items:center;width:52px;height:52px;margin-inline-start:auto;margin-inline-end:auto;font-size:3rem;line-height:1;display:flex;box-shadow:inset 0 1px #fffc}.feature-card-title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text-h);font-size:1.125rem;font-weight:700;line-height:1.25}.feature-card-description{color:var(--text-secondary);font-size:.9375rem;line-height:1.68}.step-card{text-align:center;padding:var(--space-8);border-radius:var(--radius-lg);background:var(--surface-card);border:1px solid var(--border);align-items:center;gap:var(--space-4);box-shadow:var(--shadow-soft);transition:var(--transition-interactive);flex-direction:column;display:flex;position:relative;overflow:hidden}.step-card:hover{border-color:var(--accent-border);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.step-card:before{content:"";left:0;right:0;background:var(--grad-teal);height:4px;position:absolute;top:0}.step-number{background:var(--grad-btn);width:56px;height:56px;color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-btn);justify-content:center;align-items:center;font-size:1.75rem;font-weight:700;display:flex}.step-card-title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text-h);font-size:1.125rem;font-weight:700;line-height:1.25}.step-card-description{color:var(--text-secondary);font-size:.9375rem;line-height:1.68}.step-card-emoji{font-size:2rem}[dir=rtl] .feature-card,[dir=rtl] .step-card{text-align:right;align-items:flex-start}@media (max-width:768px){.card-body,.card-footer,.card-header,.feature-card,.step-card{padding:var(--space-4)}.feature-card-title,.step-card-title{font-size:1rem}.feature-card-icon,.step-card-emoji{font-size:2.5rem}.step-number{width:48px;height:48px;font-size:1.5rem}}@media (max-width:480px){.feature-card,.step-card,.card-body,.card-footer,.card-header{padding:var(--space-3)}.feature-card-icon,.step-card-emoji{font-size:2rem}.feature-card-title,.step-card-title{font-size:.9375rem}.feature-card-description,.step-card-description{font-size:.875rem}}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-body);letter-spacing:0;cursor:pointer;white-space:nowrap;color:var(--text-h);border-radius:var(--radius-md);padding:13px var(--space-6);min-height:44px;box-shadow:none;transition:var(--transition-interactive);background:0 0;border:1.5px solid #0000;font-size:15px;font-weight:600;line-height:1.4;text-decoration:none;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;box-shadow:none;pointer-events:none;transform:none}.btn:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.btn--primary{background:var(--grad-btn);color:var(--white);box-shadow:var(--shadow-btn)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb73}.btn--secondary{background:var(--blue-50);color:var(--blue-600);border-color:var(--blue-100);box-shadow:var(--shadow-soft)}.btn--secondary:hover{background:var(--blue-100);box-shadow:var(--shadow-md)}.btn--ghost{border-color:var(--border-strong);color:var(--gray-600);padding:12px var(--space-6);box-shadow:none;background:0 0}.btn--ghost:hover{border-color:var(--accent);color:var(--accent);background:#eff6ffe6}.btn--teal{background:var(--grad-teal);color:var(--white);box-shadow:0 4px 14px #14b8a659}.btn--teal:hover{transform:translateY(-2px);box-shadow:0 8px 24px #14b8a673}.btn--dark{background:var(--grad-dark);color:var(--white);box-shadow:0 4px 14px #1e3a8a3d}.btn--dark:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1e3a8a59}.btn--danger{background:var(--red-50);color:var(--red-500);border-color:#ef44441f}.btn--danger:hover{background:var(--red-100)}.btn--wa{background:var(--wa-green);color:var(--white);padding:var(--space-3) 22px;font-size:.875rem;box-shadow:0 4px 14px #22c55e40}.btn--wa:hover{opacity:.94;box-shadow:var(--shadow-md)}.btn--sm{padding:9px var(--space-4);border-radius:var(--radius-sm);font-size:13px}.btn--lg{padding:17px var(--space-8);border-radius:var(--radius-md);font-size:17px}.btn--icon{border-radius:var(--radius-md);justify-content:center;width:44px;height:44px;padding:0}.btn--full{width:100%}.btn--link{color:var(--accent);background:0 0;border:none;padding:0;text-decoration:underline}.btn--link:hover{color:var(--accent-hover)}.btn:hover:disabled,.btn:active:disabled{box-shadow:none;transform:none}.btn-primary{background:var(--grad-btn);color:var(--white);box-shadow:var(--shadow-btn)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb73}.btn-secondary{background:var(--blue-50);color:var(--blue-600);border-color:var(--blue-100);box-shadow:var(--shadow-soft)}.btn-secondary:hover{background:var(--blue-100);box-shadow:var(--shadow-md)}.btn-ghost{border:1.5px solid var(--border-strong);color:var(--gray-600);background:0 0}.btn-ghost:hover{border-color:var(--accent);color:var(--accent);background:#eff6ffe6}.btn-teal{background:var(--grad-teal);color:var(--white);box-shadow:0 4px 14px #14b8a659}.btn-teal:hover{transform:translateY(-2px);box-shadow:0 8px 24px #14b8a673}.btn-dark{background:var(--grad-dark);color:var(--white);box-shadow:0 4px 14px #1e3a8a3d}.btn-dark:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1e3a8a59}.btn-sm{padding:9px var(--space-4);border-radius:var(--radius-sm);font-size:13px}.btn-lg{padding:17px var(--space-8);border-radius:var(--radius-md);font-size:17px}.checklist-home-placeholder{border-radius:var(--radius-lg);border:1px solid var(--gray-200);min-height:28rem;box-shadow:var(--shadow-soft);padding:var(--space-6);gap:var(--space-6);background:linear-gradient(#ffffffeb 0%,#f8fafcf5 100%);flex-direction:column;display:flex}.checklist-home-placeholder__head{gap:var(--space-3);flex-direction:column;display:flex}.checklist-home-placeholder__pill,.checklist-home-placeholder__line,.checklist-home-placeholder__item{background:linear-gradient(90deg,#dbeafee0 0%,#bfdbfef5 50%,#dbeafee0 100%) 0 0/200% 100%;animation:1.6s ease-in-out infinite skeleton-load}.checklist-home-placeholder__pill{border-radius:var(--radius-pill);width:8rem;height:2.5rem}.checklist-home-placeholder__line{border-radius:var(--radius-sm);height:1rem}.checklist-home-placeholder__line--title{width:min(22rem,70%);height:1.4rem}.checklist-home-placeholder__line--body{width:min(34rem,88%)}.checklist-home-placeholder__card{gap:var(--space-4);padding:var(--space-6);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);background:#ffffffe6;border:1px solid #e2e8f0eb;flex-direction:column;display:flex}.checklist-home-placeholder__item{border-radius:var(--radius-md);height:3.75rem}@keyframes skeleton-load{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.checklist-home-placeholder{min-height:24rem;padding:var(--space-4)}.checklist-home-placeholder__card{padding:var(--space-4)}}.site-page{padding:var(--space-16) 0 var(--space-24)}.site-page__container{max-width:1100px;margin:0 auto;padding:0 40px}.site-page__hero{max-width:760px;margin-bottom:var(--space-12)}.breadcrumbs--contained{padding-inline-start:0;padding-inline-end:0;margin-bottom:var(--space-6);padding-top:0}.site-page__title{margin:0 0 var(--space-4);font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-h);font-size:clamp(2rem,4vw,3rem);line-height:1.08}.site-page__lead{color:var(--text-secondary);max-width:62ch;margin:0;font-size:1.0625rem;line-height:1.8}.site-page__grid{gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.site-page__stack{gap:var(--space-6);flex-direction:column;display:flex}.site-page__stack--spaced{margin-top:var(--space-6)}.site-page__card{padding:var(--space-8)}.site-page__card h2,.site-page__card h3{margin:0 0 var(--space-3);color:var(--text-h)}.site-page__card p,.site-page__card li{color:var(--text-secondary);line-height:1.75}.site-page__card ul{margin:var(--space-4) 0 0;padding-inline-start:1.2rem}.site-page__actions{gap:var(--space-4);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.site-page__email{color:var(--text-h);font-size:1rem;font-weight:700;text-decoration:none}.site-page__meta{color:var(--text-muted);font-size:.9375rem}.contact-form{gap:var(--space-4);display:grid}.contact-form__row{gap:var(--space-2);display:grid}.contact-form__row label{color:var(--text-h);font-weight:600}.contact-form__row input,.contact-form__row textarea{border:1.5px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-h);font:inherit;transition:border-color var(--transition-base), box-shadow var(--transition-base);background:#fffffffa;padding:.9rem 1rem;font-size:16px}.contact-form__row input:focus-visible{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1f}.contact-form__row textarea:focus-visible{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1f}.contact-form__row input:hover:not(:focus-visible):not(:disabled){border-color:var(--text-muted)}.contact-form__row textarea:hover:not(:focus-visible):not(:disabled){border-color:var(--text-muted)}.contact-form__row input:disabled,.contact-form__row textarea:disabled{opacity:.6;cursor:not-allowed}.contact-form__row textarea{resize:vertical;min-height:160px}.contact-form__helper{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.65}.contact-form__chars{color:var(--text-muted);text-align:end;margin-top:var(--space-1);font-size:.8125rem;display:block}.contact-form__chars--low{color:var(--error,#dc2626)}.contact-form__error{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:var(--error,#dc2626);background:#fee2e299;border:1px solid #ef444433;margin:0;font-size:.9375rem;line-height:1.6}.contact-info-card .contact-email-link{color:var(--text-h);border-bottom:2px solid var(--accent);font-weight:700;text-decoration:none}.contact-info-card .contact-email-link:hover{color:var(--accent)}.contact-info-meta{margin-top:var(--space-4);color:var(--text-muted);font-size:.9375rem}.contact-info-welcome{margin-top:var(--space-2);color:var(--text-secondary);font-size:.9375rem;line-height:1.7}.contact-success{align-items:flex-start;gap:var(--space-4);flex-direction:column;display:flex}.contact-success__icon{background:var(--grad-btn);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.contact-success h2{margin:0}.contact-success p{color:var(--text-secondary);margin:0;line-height:1.7}.site-page__notice{border-radius:var(--radius-lg);padding:var(--space-6);background:linear-gradient(#eff6fff5 0%,#f8fafcf0 100%);border:1px solid #bfdbfee6}.site-page__notice p{margin:0}.home-info-grid{gap:var(--space-6);grid-template-columns:1.2fr 1fr 1fr;display:grid}.home-info-grid>.card{position:relative;overflow:hidden}.home-info-grid>.card:before{content:"";left:0;right:0;background:var(--grad-btn);height:4px;position:absolute;top:0}.home-benefits-grid{gap:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-purpose-card{padding:var(--space-8);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#fff 0%,#f8fafcf5 100%)}.home-purpose-card p{color:var(--text-secondary);max-width:62ch;margin:0;line-height:1.8}.home-purpose-actions{gap:var(--space-4);margin-top:var(--space-6);flex-wrap:wrap;display:flex}@media (max-width:900px){.home-info-grid,.home-benefits-grid,.site-page__grid{grid-template-columns:1fr}}@media (max-width:768px){.site-page__container{padding:0 24px}.site-page__card,.home-purpose-card{padding:var(--space-6)}}@media (max-width:480px){.site-page{padding:var(--space-12) 0 var(--space-16)}.site-page__container{padding:0 20px}}
