:root{--white:#fff;--off:#f5f3ff;--parchment:#ede9fe;--grey-100:#e5e7eb;--grey-300:#9ca3af;--grey-500:#6b7280;--grey-700:#4b5563;--ink:#1e1b4b;--accent:#7c3aed;--accent-mid:#9d5cf6;--accent-light:#ede9fe;--accent-dark:#6d28d9;--accent-very:#f5f3ff;--accent-deep:#5b21b6;--muted:#6b6585;--line:#e9e5f5;--dark-surface:#18151f;--orange:#ff9f43;--orange-light:#fff3e0;--c-red:#f87171;--c-red-soft:#fee2e2;--c-green:#4ade80;--c-green-soft:#dcfce7;--c-blue:#60a5fa;--c-blue-soft:#dbeafe;--c-yellow:#fbbf24;--c-yellow-soft:#fef3c7;--c-orange:#fb923c;--c-orange-soft:#ffedd5;--c-cyan:#22d3ee;--c-cyan-soft:#cffafe;--c-sand:#fde68a;--surface:#fff;--surface-muted:#f8f9fa;--success:#22c55e;--success-light:#dcfce7;--error:#ef4444;--error-light:#fee2e2;--topic-purple-bg:#ede9fe;--topic-purple-text:#7c3aed;--topic-purple-border:#ddd6fe;--topic-green-bg:#dcfce7;--topic-green-text:#16a34a;--topic-green-border:#bbf7d0;--topic-yellow-bg:#fef3c7;--topic-yellow-text:#d97706;--topic-yellow-border:#fde68a;--topic-rose-bg:#ffe4e6;--topic-rose-text:#e11d48;--topic-rose-border:#fecdd3;--topic-cyan-bg:#cffafe;--topic-cyan-text:#0891b2;--topic-cyan-border:#a5f3fc;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{background:var(--white);color:var(--ink);font-family:var(--font-body);font-size:var(--font-size-body);line-height:1.75;overflow-x:hidden}@media (pointer:fine){body,a,button,input,select,textarea{cursor:none}}img{max-width:100%;height:auto}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--off)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:2px}#cur,#swarm-canvas{display:none}@media (pointer:fine){#cur{background:var(--accent);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;transition:width .2s,height .2s,opacity .3s;display:block;position:fixed;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #fff}#swarm-canvas{pointer-events:none;z-index:9997;width:100vw;height:100vh;display:block;position:fixed;inset:0}}@media (prefers-reduced-motion:reduce){#swarm-canvas{display:none}}.container{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}@media (width>=960px){.container{padding-left:48px;padding-right:48px}}nav{z-index:200;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#ffffff80;justify-content:space-between;align-items:center;width:100%;height:68px;padding:0 24px;transition:height .35s;display:flex;position:sticky;top:0}nav.scrolled{height:60px}@media (width>=960px){nav{padding:0 48px}}.nav-logo{color:var(--ink);align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo-img{object-fit:contain;border-radius:10px;width:auto;height:34px;transition:height .35s}nav.scrolled .nav-logo-img{height:30px}.nav-logo-text{font-family:var(--font-heading);color:var(--ink);font-size:1.25rem;font-weight:800;line-height:1}.nav-logo-text span{color:var(--accent)}.nav-links{align-items:center;gap:32px;list-style:none;display:flex}.nav-links a{font-family:var(--font-body);color:var(--grey-500);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .25s}.nav-links a:hover{color:var(--accent)}.nav-cta{background:var(--accent);border-radius:var(--radius-full);padding:10px 24px;color:var(--white)!important;font-size:.85rem!important;font-weight:700!important;transition:background .25s,transform .2s!important}.nav-cta:hover{transform:translateY(-1px);background:var(--accent-dark)!important}.nav-burger{background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.nav-burger span{background:var(--ink);border-radius:1px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{background:var(--white);z-index:199;flex-direction:column;justify-content:flex-start;align-items:center;padding:88px 16px 40px;display:none;position:fixed;inset:0;overflow-y:auto}.mobile-nav.open{display:flex}.mobile-nav ul{text-align:center;list-style:none}.mobile-nav li{padding:10px 0}.mobile-nav a{font-family:var(--font-heading);color:var(--ink);font-size:1.6rem;font-weight:700;text-decoration:none}@media (height<=700px){.mobile-nav{padding-top:80px}.mobile-nav li{padding:6px 0}.mobile-nav a{font-size:1.35rem}}body.menu-open .beta-banner{display:none}nav:has(.nav-burger.open){background:var(--white)}.mobile-nav a:hover{color:var(--accent)}.mobile-nav .mobile-nav-cta{background:var(--accent);color:var(--white);border-radius:var(--radius-full);margin-top:8px;padding:12px 32px;display:inline-block}.mobile-nav .mobile-nav-cta:hover{background:var(--accent-dark);color:var(--white)}@media (width<=959px){.nav-links{display:none}.nav-burger{display:flex}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse-soft{0%,to{opacity:.6}50%{opacity:1}}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.reveal.vis{opacity:1;transform:translateY(0)}.reveal.d1{transition-delay:.1s}.reveal.d2{transition-delay:.2s}.reveal.d3{transition-delay:.3s}.reveal.d4{transition-delay:.4s}.section{padding:50px 24px}@media (width>=960px){.section{padding:50px 48px}}.section-inner{max-width:1200px;margin:0 auto}.slabel{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-light);border-radius:var(--radius-full);padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-block}.h-section{font-family:var(--font-heading);font-weight:800;font-size:var(--font-size-h2);letter-spacing:-.02em;color:var(--ink);margin-top:20px;line-height:1.15}.h-section em{color:var(--accent);font-style:normal}.section-desc{font-size:var(--font-size-body);color:var(--grey-500);max-width:560px;margin-top:16px;font-weight:400;line-height:1.8}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.btn{border-radius:var(--radius-full);font-family:var(--font-body);white-space:nowrap;border:none;justify-content:center;align-items:center;padding:14px 32px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .3s,transform .2s,box-shadow .3s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:var(--white);background:var(--accent);box-shadow:0 4px 14px #7c3aed40}.btn-primary:hover{background:var(--accent-dark);box-shadow:0 6px 20px #7c3aed59}.btn-orange{color:var(--white);background:var(--orange);box-shadow:0 4px 14px #ff9f4340}.btn-orange:hover{background:#e8872e;box-shadow:0 6px 20px #ff9f4359}.btn-ghost{color:var(--accent);background:var(--accent-light)}.btn-ghost:hover{background:var(--parchment)}.btn-link{font-family:var(--font-body);color:var(--accent);background:0 0;border:none;border-radius:0;align-items:center;gap:8px;padding:0;font-size:.9rem;font-weight:700;text-decoration:none;transition:gap .25s;display:inline-flex}.btn-link:after{content:"→";font-size:1.1em}.btn-link:hover{gap:14px;transform:none}.hero{background:linear-gradient(180deg, var(--off) 0%, var(--white) 100%);padding-top:0;position:relative;overflow:hidden}.hero-inner{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:clamp(8px,2vh,24px);max-width:1200px;margin:0 auto;padding:0 24px;display:flex;position:relative}@media (width>=960px){.hero-inner{padding:80px 48px 0}}.hero-badge{background:var(--white);border:1px solid var(--parchment);border-radius:var(--radius-full);color:var(--grey-500);opacity:0;align-items:center;gap:8px;padding:8px 20px;font-size:.85rem;font-weight:600;animation:.7s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp;display:inline-flex}.hero-badge-dot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-soft}.hero h1{font-family:var(--font-heading);font-weight:800;font-size:var(--font-size-hero);letter-spacing:-.03em;color:var(--ink);opacity:0;margin-top:0;line-height:1.1;animation:.8s cubic-bezier(.16,1,.3,1) .2s forwards fadeUp}.hero h1 .text-accent{color:var(--accent)}.hero h1 .text-orange{color:var(--orange)}.hero-desc{color:var(--grey-500);opacity:0;max-width:520px;margin:0 auto;font-size:1.15rem;font-weight:400;line-height:1.6;animation:.8s cubic-bezier(.16,1,.3,1) .35s forwards fadeUp}.hero-actions{opacity:0;flex-direction:column;align-items:center;gap:16px;margin-top:40px;animation:.8s cubic-bezier(.16,1,.3,1) .5s forwards fadeUp;display:flex}.hero-mockup{opacity:0;margin-top:56px;animation:1s cubic-bezier(.16,1,.3,1) .6s forwards fadeUp;position:relative}.hero-mockup img{filter:drop-shadow(0 20px 60px #7c3aed33);width:100%;max-width:340px}.hero-floats{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.hero-float-icon{font-size:calc(var(--font-size-hero) * var(--scale,1));opacity:.28;animation:float-soft var(--dur,6s) ease-in-out infinite;animation-delay:var(--d,0s);line-height:1;display:none;position:absolute}@media (width>=768px){.hero-float-icon{display:block}}@keyframes float-soft{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(1.5deg)}}.marquee-wrap{border-top:1px solid var(--grey-100);border-bottom:1px solid var(--grey-100);background:var(--white);padding:16px 0;overflow:hidden}.marquee-track{white-space:nowrap;animation:35s linear infinite marquee;display:inline-flex}.mitem{font-family:var(--font-body);color:var(--grey-300);align-items:center;gap:20px;padding:0 24px;font-size:.85rem;font-weight:600;display:inline-flex}.mdot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.steps-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:56px;display:grid}.step-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;border:1px solid var(--grey-100);padding:32px 24px;transition:transform .3s,box-shadow .3s;position:relative}.step-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #7c3aed1a}.step-num{background:var(--accent);width:32px;height:32px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.step-icon{background:var(--off);border-radius:var(--radius-md);justify-content:center;align-items:center;width:64px;height:64px;margin:12px auto 16px;display:flex}.step-icon svg{width:28px;height:28px}.step-card h3{font-family:var(--font-heading);color:var(--ink);margin-bottom:8px;font-size:1.05rem;font-weight:700}.step-card p{color:var(--grey-500);font-size:.9rem;font-weight:400;line-height:1.7}@media (width>=960px){.steps-grid{gap:32px}.step-card:not(:last-child):after{content:"";background:var(--parchment);width:18px;height:2px;position:absolute;top:50%;right:-18px}}@media (width<=959px){.steps-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.steps-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.feature-card{background:var(--off);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:32px 28px;transition:transform .3s,box-shadow .3s;display:flex}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #7c3aed14}.feat-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:52px;height:52px;display:flex}.feat-icon svg{width:24px;height:24px}.feature-card h3{font-family:var(--font-heading);color:var(--ink);font-size:1.1rem;font-weight:700}.feature-card p{color:var(--grey-500);font-size:.9rem;font-weight:400;line-height:1.75}@media (width<=959px){.features-grid{grid-template-columns:1fr}}.topics-wrap{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:40px;display:flex}.topic-bubble{border-radius:var(--radius-full);border:2px solid;padding:12px 24px;font-size:.9rem;font-weight:700;transition:transform .25s,box-shadow .25s}.topic-bubble:hover{transform:scale(1.06);box-shadow:0 4px 12px #00000014}.proof-section{background:var(--off)}.proof-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.proof-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--grey-100);padding:32px 28px}.proof-card-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.proof-card h3{font-family:var(--font-heading);color:var(--ink);margin-bottom:8px;font-size:1.05rem;font-weight:700}.proof-card p{color:var(--grey-500);font-size:.9rem;font-weight:400;line-height:1.75}@media (width<=959px){.proof-grid{grid-template-columns:1fr}}.stat-section{background:var(--accent);color:var(--white);padding:64px 24px}@media (width>=960px){.stat-section{padding:80px 48px}}.stat-grid{flex-wrap:wrap;justify-content:center;gap:64px;max-width:1200px;margin:0 auto;display:flex}.stat-item{text-align:center}.stat-num{font-family:var(--font-heading);font-size:3.2rem;font-weight:800;line-height:1}.stat-label{opacity:.8;margin-top:8px;font-size:.85rem;font-weight:600}.cta-section{background:linear-gradient(135deg, var(--off) 0%, var(--parchment) 100%)}.cta-inner{text-align:center;max-width:600px;margin:0 auto}.cta-inner .h-section{margin-top:0}.contact{padding:100px 24px}@media (width>=960px){.contact{padding:120px 48px}}.contact-inner{grid-template-columns:1fr 1.1fr;align-items:start;gap:80px;max-width:1200px;margin:0 auto;display:grid}.con-l{flex-direction:column;gap:36px;display:flex}.con-l p{font-size:var(--font-size-body);color:var(--grey-500);max-width:400px;font-weight:400;line-height:1.9}.cdets{flex-direction:column;gap:16px;display:flex}.cdet{color:var(--grey-500);align-items:center;gap:14px;font-size:.95rem;display:flex}.cdet a{color:var(--ink);text-decoration:none;transition:color .2s}.cdet a:hover{color:var(--accent)}.cdet-ic{width:20px;height:20px;color:var(--accent);flex-shrink:0}.cdet-ic svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.con-r{background:var(--off);border-radius:var(--radius-lg);flex-direction:column;gap:20px;padding:40px 36px;display:flex}.frow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.fg{flex-direction:column;gap:8px;display:flex}.fg label{letter-spacing:.03em;color:var(--grey-500);font-size:.8rem;font-weight:700}.fg input:not([type=checkbox]):not([type=radio]),.fg select,.fg textarea{background:var(--white);border:1px solid var(--grey-100);font-family:var(--font-body);font-size:var(--font-size-body);color:var(--ink);border-radius:var(--radius-sm);-webkit-appearance:none;outline:none;padding:14px 16px;transition:border-color .2s}.fg input:not([type=checkbox]):not([type=radio]):focus,.fg select:focus,.fg textarea:focus{border-color:var(--accent)}.fg textarea{resize:vertical;min-height:140px}.fg select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}@media (width<=959px){.contact-inner{grid-template-columns:1fr;gap:48px}.frow{grid-template-columns:1fr}.con-r{padding:28px 24px}}footer:not(.site-footer){border-top:1px solid var(--grey-100);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:40px 24px;display:flex}@media (width>=960px){footer:not(.site-footer){padding:40px 48px}}.flogo{color:var(--ink);align-items:center;gap:8px;text-decoration:none;display:flex}.flogo-text{font-family:var(--font-heading);color:var(--ink);font-size:1rem;font-weight:800}.flogo-text span{color:var(--accent)}.fcenter{gap:24px;list-style:none;display:flex}.fcenter a{color:var(--grey-300);padding:12px 8px;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s}.fcenter a:hover{color:var(--accent)}.fright{color:var(--grey-300);font-size:.8rem;font-weight:400}@media (width<=959px){footer:not(.site-footer){text-align:center;flex-direction:column;gap:20px}}.cs-body{background:linear-gradient(180deg, var(--off) 0%, var(--white) 100%);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.cs-watermark{opacity:.06;pointer-events:none;z-index:0;filter:grayscale();width:50vh;max-width:none;height:50vh;position:absolute;top:0;left:-10vh}.cs-header{opacity:0;padding:clamp(8px,1.5vh,20px) 24px;animation:.6s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp}@media (width>=960px){.cs-header{padding:24px 48px}}.cs-header-logo{object-fit:contain;width:auto;height:30px}.cs-main{text-align:center;flex:1;justify-content:center;align-items:center;min-height:0;padding:0 24px;display:flex}.cs-main.hero{padding-top:0}@media (width>=960px){.cs-main{padding:0 48px}}.cs-coming{font-family:var(--font-heading);color:var(--accent);opacity:0;align-items:center;gap:12px;margin-top:0;font-size:clamp(1.4rem,3vw,2rem);font-weight:800;animation:.8s cubic-bezier(.16,1,.3,1) .6s forwards fadeUp;display:inline-flex}.cs-coming svg{color:var(--orange);flex-shrink:0}.cs-footer{border-top:1px solid var(--grey-100);flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;padding:clamp(8px,1.5vh,24px);display:flex}@media (width>=960px){.cs-footer{padding:24px 48px}}@media (width<=480px){.cs-footer{flex-direction:column;gap:8px}}.legal-page{cursor:default;background:var(--white)}.legal-page a,.legal-page button{cursor:default}.legal-page a[data-protect]{cursor:pointer}.legal-header{max-width:800px;margin:0 auto;padding:24px}@media (width>=960px){.legal-header{padding:32px 48px}}.legal-back{font-family:var(--font-body);color:var(--accent);font-size:.85rem;font-weight:600;text-decoration:none;transition:gap .2s}.legal-back:hover{opacity:.8}.legal-main{max-width:800px;margin:0 auto;padding:0 24px 80px}@media (width>=960px){.legal-main{padding:0 48px 100px}}.legal-article h1{font-family:var(--font-heading);color:var(--ink);margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2}.legal-effective{color:var(--grey-500);margin-bottom:32px;font-size:.9rem}.legal-article h2{font-family:var(--font-heading);color:var(--ink);border-bottom:2px solid var(--parchment);margin-top:40px;margin-bottom:16px;padding-bottom:8px;font-size:1.25rem;font-weight:700}.legal-article p{color:var(--grey-700);margin-bottom:12px;line-height:1.8}.legal-article ul{margin-bottom:16px;padding:0;list-style:none}.legal-article ul li{color:var(--grey-700);margin-bottom:6px;padding-left:20px;line-height:1.8;position:relative}.legal-article ul li:before{content:"";background:var(--accent-light);border:2px solid var(--accent);border-radius:50%;width:8px;height:8px;position:absolute;top:11px;left:0}.legal-table-wrap{margin-bottom:16px;overflow-x:auto}.legal-article table{border-collapse:collapse;width:100%;font-size:.9rem}.legal-article th{text-align:left;background:var(--off);color:var(--ink);text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--parchment);padding:12px 16px;font-size:.8rem;font-weight:700}.legal-article td{color:var(--grey-700);border-bottom:1px solid var(--grey-100);padding:10px 16px}@media (width<=600px){.legal-article table{font-size:.78rem}.legal-article th{letter-spacing:.02em;padding:10px 6px;font-size:.68rem}.legal-article td{padding:8px 6px}}.legal-screenshots{flex-wrap:wrap;justify-content:center;gap:24px;margin:24px 0 32px;display:flex}.legal-screenshots figure{text-align:center;margin:0}.legal-screenshots img{background:var(--grey-100);border-radius:12px;max-width:100%;height:auto;min-height:200px;box-shadow:0 2px 12px #0000001a}.legal-screenshots figcaption{color:var(--grey-300);margin-top:8px;font-size:.85rem}.legal-warning{color:var(--grey-700);background:#fff3e0;border-left:4px solid #ff9f43;border-radius:8px;margin:20px 0;padding:16px 20px;line-height:1.6}.legal-article ol{margin-bottom:16px;padding-left:24px}.legal-article ol li{color:var(--grey-700);margin-bottom:6px;line-height:1.8}.legal-updated{color:var(--grey-300);margin-top:40px;font-size:.85rem}.legal-footer{text-align:center;border-top:1px solid var(--grey-100);max-width:800px;margin:0 auto;padding:24px}.faq-list{flex-direction:column;gap:14px;max-width:760px;margin:0 auto;display:flex}.faq-item{background:var(--surface);border:1px solid var(--grey-100);border-radius:var(--radius-md);transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 6px #7c3aed0a}.faq-item:hover{border-color:var(--accent-light);box-shadow:0 4px 12px #7c3aed14}.faq-item[open]{border-color:var(--accent-light);box-shadow:0 4px 16px #7c3aed1a}.faq-item>summary{cursor:pointer;color:var(--ink);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:1.02rem;font-weight:700;line-height:1.5;list-style:none;display:flex}.faq-item>summary::-webkit-details-marker{display:none}.faq-item>summary::marker{content:""}.faq-item>summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.faq-icon{background:var(--accent-light);width:28px;height:28px;color:var(--accent);border-radius:50%;flex-shrink:0;place-items:center;font-size:0;transition:transform .24s,background .2s;display:grid}.faq-icon:before{content:"";background-image:linear-gradient(var(--accent), var(--accent)), linear-gradient(var(--accent), var(--accent));background-position:50%;background-repeat:no-repeat;background-size:100% 2px,2px 100%;width:12px;height:12px;display:block}.faq-item[open]>summary .faq-icon{background:var(--accent);transform:rotate(45deg)}.faq-item[open]>summary .faq-icon:before{background-image:linear-gradient(var(--white), var(--white)), linear-gradient(var(--white), var(--white))}.faq-answer{color:var(--grey-500);padding:0 24px 22px;font-size:.98rem;line-height:1.8;animation:.24s faqFadeIn}.faq-answer p+p{margin-top:12px}@keyframes faqFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.faq-item>summary{padding:16px 18px;font-size:.98rem}.faq-answer{padding:0 18px 18px;font-size:.95rem}}.beta-banner{background:linear-gradient(90deg, var(--accent-dark), var(--accent));color:var(--white);text-align:center;letter-spacing:.01em;justify-content:center;align-items:center;gap:10px;padding:10px 20px;font-size:.82rem;font-weight:500;line-height:1.4;display:flex}.beta-banner .beta-pill{background:var(--c-sand);color:var(--ink);border-radius:var(--radius-full);letter-spacing:.06em;flex-shrink:0;padding:2px 10px;font-size:.7rem;font-weight:800}.lhero{background:linear-gradient(180deg, var(--accent-very) 0%, var(--white) 100%);padding:48px 24px 72px;position:relative;overflow:hidden}@media (width>=960px){.lhero{padding:72px 48px 96px}}.lhero-blobs{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.lhero-blobs:before,.lhero-blobs:after{content:"";filter:blur(10px);border-radius:50%;position:absolute}.lhero-blobs:before{background:radial-gradient(circle,#c4b5fd73 0%,#0000 70%);width:420px;height:420px;top:-120px;right:-120px}.lhero-blobs:after{background:radial-gradient(circle,#fde68a61 0%,#0000 70%);width:380px;height:380px;bottom:-120px;left:-120px}.lhero-grid{z-index:1;grid-template-columns:1fr;align-items:center;gap:56px;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (width>=960px){.lhero-grid{grid-template-columns:1.15fr 1fr;gap:60px}}.lhero-text{flex-direction:column;align-items:flex-start;gap:18px;display:flex}@media (width<=959px){.lhero-text{text-align:center;align-items:center}}.lhero-pill{background:var(--accent-light);color:var(--accent);border-radius:var(--radius-full);letter-spacing:.02em;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.lhero h1{font-family:var(--font-heading);letter-spacing:-.035em;color:var(--ink);margin:0;font-size:clamp(2.4rem,6vw,4.4rem);font-weight:800;line-height:1.04}.lhero h1 .accent-gradient{background:linear-gradient(120deg, var(--accent), var(--orange));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.lhero-lead{color:var(--muted);max-width:520px;margin:0;font-size:1.1rem;line-height:1.55}.store-btn-row{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}@media (width<=959px){.store-btn-row{justify-content:center}}.store-btn-row-center{width:fit-content;margin-left:auto;margin-right:auto}.store-btn{background:var(--dark-surface);color:var(--white);border-radius:14px;align-items:center;gap:10px;padding:10px 20px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 24px -8px #7c3aed4d}.store-btn-row .store-btn{flex:0 0 165px;justify-content:flex-start;width:165px}.store-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px -8px #7c3aed73}.store-btn-icon{font-size:1.4rem;line-height:1}.store-btn-text{text-align:left;line-height:1.15}.store-btn-text .small{opacity:.7;font-size:.65rem;display:block}.store-btn-text .main{font-size:.92rem;font-weight:600;display:block}.lhero-meta{color:var(--muted);align-items:center;gap:16px;margin-top:6px;font-size:.85rem;display:flex}.lhero-meta .lm-divider{background:var(--line);width:1px;height:14px}.lhero-meta strong{color:var(--ink);font-weight:700}.lhero-phone-wrap{justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.lhero-phone{background:var(--dark-surface);border-radius:44px;width:100%;max-width:280px;padding:10px;transform:rotate(-2deg);box-shadow:0 40px 80px -20px #7c3aed66,0 20px 40px -10px #00000026}.lhero-phone img{border-radius:34px;width:100%;display:block}.lhero-badge-float{background:var(--white);z-index:2;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;display:flex;position:absolute;box-shadow:0 10px 30px -6px #00000026}.lhero-badge-float.bf-tr{top:8%;right:-4%;transform:rotate(3deg)}.lhero-badge-float.bf-bl{bottom:10%;left:-4%;transform:rotate(-4deg)}.bf-icon{border-radius:10px;place-items:center;width:34px;height:34px;font-size:1.1rem;display:grid}.bf-icon.bf-green{background:var(--c-green-soft);color:var(--c-green);font-weight:800}.bf-text{line-height:1.15}.bf-text .small{color:var(--muted);font-size:.72rem;display:block}.bf-text .main{color:var(--ink);font-size:.85rem;font-weight:700;display:block}@media (width<=500px){.lhero-phone{max-width:230px;transform:rotate(-1deg)}.lhero-badge-float.bf-tr{right:0}.lhero-badge-float.bf-bl{left:0}}.trust-strip{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 24px}@media (width>=960px){.trust-strip{padding:32px 48px}}.trust-grid{grid-template-columns:repeat(2,1fr);align-items:center;gap:20px 24px;max-width:1200px;margin:0 auto;display:grid}@media (width>=720px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{align-items:center;gap:14px;display:flex;position:relative}@media (width<=389px){.trust-grid{grid-template-columns:1fr}.trust-item{grid-template-columns:1fr 1fr;align-items:center;gap:14px;display:grid}.trust-item>.trust-big{text-align:right;justify-self:end}.trust-item>.trust-label{text-align:left;justify-self:start}}.trust-item+.trust-item:before{display:none}@media (width>=720px){.trust-item+.trust-item:before{content:"";background:var(--line);width:1px;height:36px;display:block;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}}.trust-big{font-family:var(--font-heading);letter-spacing:-.02em;white-space:nowrap;font-size:1.6rem;font-weight:800;line-height:1}.trust-label{color:var(--muted);font-size:.78rem;line-height:1.3}.trust-color-primary{color:var(--accent)}.trust-color-green{color:var(--c-green)}.trust-color-orange{color:var(--c-orange)}.trust-color-blue{color:var(--c-blue)}.lsection{padding:50px 24px}@media (width>=960px){.lsection{padding:50px 48px}}.lsection-inner{max-width:1200px;margin:0 auto}.lhead{text-align:center;max-width:640px;margin:0 auto 48px}.lhead-pill{background:var(--accent-light);color:var(--accent);border-radius:var(--radius-full);letter-spacing:.03em;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-block}.lhead-pill.pill-orange{background:var(--c-orange-soft);color:var(--c-orange)}.lhead-pill.pill-green{background:var(--c-green-soft);color:var(--c-green)}.lhead h2{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--ink);margin:14px 0 12px;font-size:clamp(1.9rem,4vw,3rem);font-weight:800;line-height:1.08}.lhead h2 .accent{color:var(--accent)}.lhead p{color:var(--muted);margin:0;font-size:1.02rem;line-height:1.6}.topics-wall{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:12px;display:grid}@media (width>=600px){.topics-wall{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width>=960px){.topics-wall{grid-template-columns:repeat(4,1fr);gap:18px}}.topic-card{border-radius:18px;flex-direction:column;min-height:180px;padding:22px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.topic-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px -10px #0000001f}.topic-card .tc-icon{background:var(--white);border-radius:12px;place-items:center;width:44px;height:44px;margin-bottom:14px;font-size:1.3rem;font-weight:700;display:grid;box-shadow:0 2px 6px #0000000d}.topic-card .tc-title{margin-bottom:6px;font-size:1rem;font-weight:700;line-height:1.3}.topic-card .tc-desc{opacity:.85;font-size:.82rem;line-height:1.45}.topic-card .tc-bg{opacity:.1;pointer-events:none;font-size:5.6rem;font-weight:800;line-height:1;position:absolute;bottom:-26px;right:-12px}.topic-card.tc-red{background:var(--c-red-soft);color:var(--c-red)}.topic-card.tc-cyan{background:var(--c-cyan-soft);color:var(--c-cyan)}.topic-card.tc-green{background:var(--c-green-soft);color:var(--c-green)}.topic-card.tc-yellow{background:var(--c-yellow-soft);color:var(--c-yellow)}.topic-card.tc-blue{background:var(--c-blue-soft);color:var(--c-blue)}.topic-card.tc-orange{background:var(--c-orange-soft);color:var(--c-orange)}.topic-card.tc-purple{background:var(--accent-light);color:var(--accent)}.topic-card .tc-icon{color:inherit}.hogyan-section{background:var(--white)}.hogyan-grid{grid-template-columns:1fr;gap:24px;max-width:1100px;margin:0 auto;display:grid}@media (width>=780px){.hogyan-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.hogyan-card{background:var(--accent-very);border:1px solid var(--line);border-radius:22px;flex-direction:column;padding:24px;display:flex}.hogyan-num{background:var(--accent);color:var(--white);letter-spacing:.08em;border-radius:8px;align-self:flex-start;margin-bottom:14px;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-block}.hogyan-card h3{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;font-size:1.25rem;font-weight:700;line-height:1.25}.hogyan-card p{color:var(--muted);margin:0 0 16px;font-size:.9rem;line-height:1.55}.hogyan-shot{background:var(--white);border:1px solid var(--line);border-radius:14px;margin-top:auto;padding:10px;box-shadow:0 10px 30px -10px #0000001a}.hogyan-shot img{border-radius:8px;width:100%;display:block}.lifelike-grid{grid-template-columns:1fr;align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:grid}@media (width>=960px){.lifelike-grid{grid-template-columns:1fr 1fr;gap:60px}}.lifelike-text h2{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--ink);margin:12px 0 14px;font-size:clamp(1.9rem,4vw,3rem);font-weight:800;line-height:1.08}.lifelike-text h2 .accent{color:var(--accent)}.lifelike-text p{color:var(--muted);max-width:520px;margin:0 0 24px;font-size:1.02rem;line-height:1.6}.task-list{gap:12px;display:grid}.task-row{background:var(--white);border:1px solid var(--line);border-radius:14px;align-items:center;gap:14px;padding:14px 18px;transition:transform .2s,box-shadow .2s;display:flex}.task-row:hover{transform:translateY(-2px);box-shadow:0 10px 24px -12px #0000001a}.task-bar{border-radius:3px;flex-shrink:0;width:6px;height:36px}.task-bar.tb-blue{background:var(--c-blue)}.task-bar.tb-yellow{background:var(--c-yellow)}.task-bar.tb-cyan{background:var(--c-cyan)}.task-bar.tb-red{background:var(--c-red)}.task-row .tr-info{flex:1;min-width:0}.task-row .tr-title{color:var(--ink);font-size:.95rem;font-weight:600}.task-row .tr-grade{color:var(--muted);font-size:.8rem}.task-row .tr-arrow{color:var(--muted);font-size:1.1rem}.lifelike-phones{grid-template-columns:1fr 1fr;gap:14px;max-width:480px;margin:0 auto;display:grid}.lifelike-phones .ll-phone{background:var(--dark-surface);border-radius:32px;padding:8px;box-shadow:0 30px 60px -15px #7c3aed4d}.lifelike-phones .ll-phone img{border-radius:24px;width:100%;display:block}.lifelike-phones .ll-phone.ll-a{transform:translateY(-16px)rotate(-2deg)}.lifelike-phones .ll-phone.ll-b{transform:translateY(16px)rotate(2deg)}.kids-section{background:linear-gradient(160deg, var(--accent-dark), var(--accent));color:var(--white);position:relative;overflow:hidden}.kids-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 15%,#ffffff1f,#0000 45%);position:absolute;inset:0}.kids-grid{grid-template-columns:1fr;align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (width>=960px){.kids-grid{grid-template-columns:1fr 1fr;gap:60px}}.kids-pill{color:var(--white);border-radius:var(--radius-full);letter-spacing:.06em;text-transform:uppercase;background:#ffffff2e;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-block}.kids-section h2{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--white);margin:14px 0 16px;font-size:clamp(2rem,5vw,3.3rem);font-weight:800;line-height:1.02}.kids-section h2 .k-accent{color:var(--c-sand)}.kids-section .kids-lead{opacity:.88;max-width:460px;margin:0 0 28px;font-size:1.05rem;line-height:1.55}.kids-features{grid-template-columns:1fr 1fr;gap:12px;display:grid}.kids-feature{background:#ffffff1a;border:1px solid #ffffff26;border-radius:14px;padding:16px}.kids-feature .kf-icon{margin-bottom:6px;font-size:1.4rem;line-height:1}.kids-feature .kf-title{font-size:.95rem;font-weight:700}.kids-feature .kf-desc{opacity:.78;margin-top:2px;font-size:.78rem}.kids-phone{background:var(--dark-surface);border-radius:44px;max-width:280px;margin:0 auto;padding:10px;box-shadow:0 40px 80px -10px #0006}.kids-phone img{border-radius:34px;width:100%;display:block}.parents-section{background:var(--white)}.parents-grid{grid-template-columns:1fr;align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:grid}@media (width>=960px){.parents-grid{grid-template-columns:1fr 1fr;gap:60px}}.parents-phone-wrap{max-width:300px;margin:0 auto;position:relative}.parents-phone{background:var(--dark-surface);border-radius:44px;padding:10px;box-shadow:0 40px 80px -20px #7c3aed4d}.parents-phone img{border-radius:34px;width:100%;display:block}.report-card{background:var(--white);border-radius:16px;width:210px;padding:14px 16px;position:absolute;top:14%;right:-14%;transform:rotate(3deg);box-shadow:0 20px 40px -10px #0000002e}@media (width<=640px){.report-card{width:180px;right:-6%}}.report-title{color:var(--muted);letter-spacing:.1em;margin-bottom:10px;font-size:.65rem;font-weight:800}.report-row{margin-bottom:8px}.report-row:last-child{margin-bottom:0}.report-row-head{color:var(--ink);justify-content:space-between;margin-bottom:3px;font-size:.72rem;display:flex}.report-row-head .val{font-weight:700}.report-row-bar{background:var(--line);border-radius:3px;height:5px;overflow:hidden}.report-row-bar>span{border-radius:3px;height:100%;display:block}.rv-green{background:var(--c-green);color:var(--c-green)}.rv-orange{background:var(--c-orange);color:var(--c-orange)}.rv-primary{background:var(--accent);color:var(--accent)}.parents-text h2{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--ink);margin:12px 0 14px;font-size:clamp(1.9rem,4vw,3rem);font-weight:800;line-height:1.08}.parents-text h2 .accent{color:var(--accent)}.parents-text .parents-lead{color:var(--muted);max-width:520px;margin:0 0 22px;font-size:1.02rem;line-height:1.6}.parents-list{gap:12px;display:grid}.parents-list .pl-row{align-items:flex-start;gap:14px;display:flex}.parents-list .pl-icon{flex-shrink:0;font-size:1.4rem;line-height:1.3}.parents-list .pl-title{color:var(--ink);font-size:.95rem;font-weight:700}.parents-list .pl-desc{color:var(--muted);font-size:.88rem;line-height:1.5}.gyik-section{background:var(--accent-very)}.gyik-grid{grid-template-columns:1fr;gap:40px;max-width:1200px;margin:0 auto;display:grid}@media (width>=960px){.gyik-grid{grid-template-columns:1fr 1.3fr;gap:60px}}.gyik-intro h2{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--ink);margin:12px 0 14px;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;line-height:1.08}.gyik-intro h2 .accent{color:var(--accent)}.gyik-intro p{color:var(--muted);font-size:.95rem;line-height:1.6}.gyik-intro p strong{color:var(--ink);font-weight:700}.gyik-intro a[data-protect],.gyik-intro a[href^=mailto\:]{color:var(--accent);font-weight:700;text-decoration:none}.gyik-intro a:hover{text-decoration:underline}.gyik-list{flex-direction:column;gap:10px;display:flex}.gyik-list details{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:0;transition:border-color .2s,box-shadow .2s}.gyik-list details[open]{border-color:var(--accent-light);box-shadow:0 6px 18px -8px #7c3aed2e}.gyik-list summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:1rem;font-weight:600;list-style:none;display:flex}.gyik-list summary::-webkit-details-marker{display:none}.gyik-list summary .gyik-plus{background:var(--accent-light);width:28px;height:28px;color:var(--accent);border-radius:50%;flex-shrink:0;place-items:center;font-size:1.1rem;font-weight:700;line-height:1;transition:transform .25s,background .25s,color .25s;display:grid}.gyik-list details[open] summary .gyik-plus{background:var(--accent);color:var(--white);transform:rotate(45deg)}.gyik-list .gyik-answer{color:var(--muted);padding:0 22px 20px;font-size:.9rem;line-height:1.6}.final-cta{background:linear-gradient(135deg, var(--accent-dark), var(--accent));color:var(--white);text-align:center;padding:72px 24px;position:relative;overflow:hidden}@media (width>=960px){.final-cta{padding:88px 48px}}.final-cta:before,.final-cta:after{content:"";pointer-events:none;filter:blur();border-radius:50%;position:absolute}.final-cta:before{background:radial-gradient(circle,#fde68a47,#0000 70%);width:280px;height:280px;top:-60px;left:8%}.final-cta:after{background:radial-gradient(circle,#f8717138,#0000 70%);width:280px;height:280px;bottom:-60px;right:8%}.final-cta-inner{z-index:1;max-width:620px;margin:0 auto;position:relative}.final-cta-logo{border-radius:18px;width:72px;height:72px;margin:0 auto 20px;display:block}.final-cta h2{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--white);margin:0 0 14px;font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1}.final-cta h2 .fc-accent{color:var(--c-sand)}.final-cta p{opacity:.88;max-width:480px;margin:0 auto 26px;font-size:1.05rem;line-height:1.55}.site-footer{background:var(--dark-surface);color:#d4d0e0;padding:50px 0 0}@media (width>=960px){.site-footer{padding:60px 0 0}}.site-footer-inner{max-width:1200px;margin:0 auto;padding:0 24px 26px}@media (width>=960px){.site-footer-inner{padding:0 48px 32px}}.site-footer-grid{grid-template-columns:1fr;gap:32px;margin-bottom:28px;display:grid}@media (width>=720px){.site-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.site-footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}}.site-footer-brand{flex-direction:column;gap:14px;display:flex}.site-footer-brand-row{align-items:center;gap:10px;display:flex}.site-footer-brand-row img{width:36px;height:36px}.site-footer-brand-row .name{font-family:var(--font-heading);color:var(--white);font-size:1.05rem;font-weight:800;line-height:1}.site-footer-desc{opacity:.7;max-width:280px;margin:0;font-size:.82rem;line-height:1.6}.site-footer-col h4{color:var(--white);text-transform:uppercase;letter-spacing:.12em;margin:0 0 14px;font-size:.72rem;font-weight:800}.site-footer-col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.site-footer-col a{color:#d4d0e0;opacity:.75;font-size:.85rem;text-decoration:none;transition:opacity .2s,color .2s}.site-footer-col a:hover{opacity:1;color:var(--white)}.site-footer-bottom{border-top:1px solid #2a2538;width:100%}.site-footer-bottom-inner{opacity:.6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;max-width:1200px;margin:0 auto;padding:20px 24px;font-size:.76rem;display:flex}@media (width>=960px){.site-footer-bottom-inner{padding:20px 48px}}.site-footer-bottom a{color:inherit;text-decoration:none}.site-footer-bottom a:hover{color:var(--white);opacity:1}body.landing .cs-watermark{display:none}.subpage-hero{background:linear-gradient(180deg, var(--accent-very) 0%, var(--white) 100%);text-align:center;padding:56px 24px 64px;position:relative;overflow:hidden}@media (width>=960px){.subpage-hero{padding:80px 48px 88px}}.subpage-hero-inner{z-index:1;max-width:720px;margin:0 auto;position:relative}.subpage-hero h1{font-family:var(--font-heading);letter-spacing:-.035em;color:var(--ink);margin:14px 0 16px;font-size:clamp(2.1rem,5vw,3.6rem);font-weight:800;line-height:1.05}.subpage-hero h1 .accent{color:var(--accent)}.subpage-hero h1 .accent-gradient{background:linear-gradient(120deg, var(--accent), var(--orange));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.subpage-hero p.lead{color:var(--muted);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.65}.feature-wall{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=700px){.feature-wall{grid-template-columns:repeat(2,1fr);gap:18px}}@media (width>=1000px){.feature-wall{grid-template-columns:repeat(3,1fr);gap:20px}}.feature-card-v2{background:var(--white);border:1px solid var(--line);border-radius:18px;flex-direction:column;gap:10px;padding:24px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.feature-card-v2:hover{border-color:var(--accent-light);transform:translateY(-3px);box-shadow:0 16px 32px -14px #7c3aed2e}.feature-card-v2 .fc-icon{border-radius:12px;place-items:center;width:44px;height:44px;margin-bottom:6px;font-size:1.25rem;display:grid}.feature-card-v2 .fc-icon.fc-purple{background:var(--accent-light);color:var(--accent)}.feature-card-v2 .fc-icon.fc-orange{background:var(--c-orange-soft);color:var(--c-orange)}.feature-card-v2 .fc-icon.fc-green{background:var(--c-green-soft);color:var(--c-green)}.feature-card-v2 .fc-icon.fc-blue{background:var(--c-blue-soft);color:var(--c-blue)}.feature-card-v2 .fc-icon.fc-red{background:var(--c-red-soft);color:var(--c-red)}.feature-card-v2 .fc-icon.fc-yellow{background:var(--c-yellow-soft);color:var(--c-yellow)}.feature-card-v2 .fc-icon.fc-cyan{background:var(--c-cyan-soft);color:var(--c-cyan)}.feature-card-v2 h3{font-family:var(--font-heading);color:var(--ink);margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.feature-card-v2 p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.6}.contact-page-grid{grid-template-columns:1fr;gap:40px;max-width:960px;margin:0 auto;display:grid}@media (width>=860px){.contact-page-grid{grid-template-columns:1fr 1.15fr;gap:56px}}.contact-left .contact-info{flex-direction:column;gap:14px;margin-top:24px;display:flex}.contact-left .contact-info .ci-row{color:var(--muted);align-items:center;gap:14px;font-size:.95rem;display:flex}.contact-left .contact-info .ci-row a{color:var(--ink);font-weight:600;text-decoration:none}.contact-left .contact-info .ci-row a:hover{color:var(--accent)}.contact-left .contact-info .ci-icon{background:var(--accent-light);width:36px;height:36px;color:var(--accent);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.contact-form-card{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 14px 40px -16px #7c3aed2e}@media (width>=640px){.contact-form-card{padding:36px}}.contact-form-card .frow{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=560px){.contact-form-card .frow{grid-template-columns:1fr}}.contact-form-card .fg{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.contact-form-card label{color:var(--muted);letter-spacing:.02em;font-size:.8rem;font-weight:700}.contact-form-card input:not([type=checkbox]):not([type=radio]),.contact-form-card select,.contact-form-card textarea{background:var(--white);border:1.5px solid var(--line);font-family:var(--font-body);color:var(--ink);border-radius:12px;outline:none;padding:12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.contact-form-card select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6585' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.contact-form-card input:not([type=checkbox]):not([type=radio]):focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c3aed1f}.contact-form-card textarea{resize:vertical;min-height:140px}.contact-form-card button{background:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;padding:13px 28px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 6px 20px -4px #7c3aed59}.contact-form-card button:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 28px -4px #7c3aed80}.contact-form-card input[type=checkbox],.contact-form-card input[type=radio]{-webkit-appearance:none;appearance:none;border:1.5px solid var(--line);background:var(--white);cursor:pointer;flex-shrink:0;width:22px;height:22px;margin:0;transition:border-color .15s,background .15s,box-shadow .15s;position:relative}.contact-form-card input[type=checkbox]{border-radius:6px}.contact-form-card input[type=radio]{border-radius:50%}.contact-form-card input[type=checkbox]:hover,.contact-form-card input[type=radio]:hover{border-color:var(--accent)}.contact-form-card input[type=checkbox]:checked{background:var(--accent);border-color:var(--accent)}.contact-form-card input[type=checkbox]:checked:after{content:"";border:2.2px solid #fff;border-width:0 2.2px 2.2px 0;width:6px;height:11px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.contact-form-card input[type=radio]:checked{border-color:var(--accent)}.contact-form-card input[type=radio]:checked:after{content:"";background:var(--accent);border-radius:50%;width:11px;height:11px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-form-card input[type=checkbox]:focus-visible,.contact-form-card input[type=radio]:focus-visible{outline:none;box-shadow:0 0 0 3px #7c3aed33}.contact-form-card label:has(input[type=radio]:checked){background:#7c3aed0d;border-color:var(--accent)!important}.story-grid{grid-template-columns:1fr;gap:20px;max-width:860px;margin:0 auto;display:grid}@media (width>=720px){.story-grid{grid-template-columns:repeat(3,1fr)}}.story-card{background:var(--accent-very);border:1px solid var(--line);border-radius:18px;padding:24px}.story-card .sc-num{background:var(--accent);color:var(--white);letter-spacing:.08em;border-radius:8px;margin-bottom:12px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.story-card h3{font-family:var(--font-heading);color:var(--ink);margin:0 0 6px;font-size:1.15rem;font-weight:700}.story-card p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.6}.subpage-cta{background:linear-gradient(135deg, var(--accent-dark), var(--accent));color:var(--white);text-align:center;border-radius:24px;max-width:960px;margin:0 auto;padding:40px 28px;position:relative;overflow:hidden}@media (width>=720px){.subpage-cta{padding:56px 48px}}.subpage-cta h2{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--white);margin:0 0 12px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.15}.subpage-cta h2 .accent{color:var(--c-sand)}.subpage-cta p{opacity:.9;max-width:460px;margin:0 auto 22px;font-size:1rem;line-height:1.55}