:root{--color-primary:#7c3aed;--color-primary-dark:#5b21b6;--color-primary-light:#a78bfa;--color-secondary:#3b82f6;--color-secondary-dark:#2563eb;--color-secondary-light:#60a5fa;--gradient-primary:linear-gradient(135deg,#7c3aed,#3b82f6);--gradient-primary-hover:linear-gradient(135deg,#6d28d9,#2563eb);--gradient-soft:linear-gradient(135deg,#7c3aed1a,#3b82f61a);--gradient-radial:radial-gradient(circle,#7c3aed14 0%,#0000 60%);--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-text-light:#9ca3af;--color-text-inverse:#fff;--color-bg-primary:#fff;--color-bg-secondary:#f9fafb;--color-bg-dark:#1f2937;--color-border:#e5e7eb;--color-border-light:#ffffff1a;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 15px #7c3aed26;--shadow-lg:0 12px 40px #7c3aed1a;--shadow-primary:0 4px 15px #7c3aed4d;--shadow-primary-hover:0 6px 25px #7c3aed66;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:100px;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-family-heading:"Space Grotesk",sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--font-size-5xl:3rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.7;--transition-fast:0.15s ease;--transition-normal:0.2s ease;--transition-slow:0.3s ease;--z-dropdown:100;--z-sticky:500;--z-fixed:1000;--z-modal:1100;--z-tooltip:1200;--container-max:1200px;--container-narrow:800px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:#fff;background-color:var(--color-bg-primary);color:#1f2937;color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family);font-size:1rem;font-size:var(--font-size-base);line-height:1.5;line-height:var(--line-height-normal)}h1,h2,h3,h4,h5,h6{color:#1a1a2e;font-family:Space Grotesk,sans-serif;font-family:var(--font-family-heading);letter-spacing:-.02em}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7c3aed,#3b82f6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.gradient-bg{background:linear-gradient(135deg,#7c3aed,#3b82f6);background:var(--gradient-primary)}.container{max-width:1200px;max-width:var(--container-max)}.container,.container-narrow{margin:0 auto;padding:0 2rem;padding:0 var(--spacing-xl)}.container-narrow{max-width:800px;max-width:var(--container-narrow)}.btn{align-items:center;border:none;border-radius:100px;border-radius:var(--radius-full);cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family);font-size:1rem;font-size:var(--font-size-base);font-weight:600;font-weight:var(--font-weight-semibold);gap:.5rem;gap:var(--spacing-sm);justify-content:center;padding:1rem 3rem;padding:var(--spacing-md) var(--spacing-2xl);text-decoration:none;transition:all .2s ease;transition:all var(--transition-normal);white-space:nowrap}.btn-primary{background:#1a1a1a;color:#fff}.btn-primary:hover:not(:disabled){background:#000}.btn-primary:disabled{background:#d1d5db;cursor:not-allowed}.btn-secondary{background:#fff;border:1px solid #e0e0e0;color:#1a1a1a}.btn-secondary:hover:not(:disabled){border-color:#1a1a1a}.btn-secondary:disabled{cursor:not-allowed;opacity:.6}.btn-small{font-size:.875rem;font-size:var(--font-size-sm);padding:10px 18px}.btn-large{font-size:1.125rem;font-size:var(--font-size-lg);padding:16px 32px}.btn svg{height:18px;transition:transform .2s ease;transition:transform var(--transition-normal);width:18px}.btn-small svg{height:16px;width:16px}.btn:hover svg{transform:translateX(3px)}body{margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.route-loading{align-items:center;color:#6b7280;display:flex;font-size:.95rem;justify-content:center;min-height:50vh}.landing{color:var(--color-text-primary);line-height:var(--line-height-normal)}.cta-button{align-items:center;background:#1a1a1a;border:none;border-radius:var(--radius-full);color:#fff;cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-2xl);text-decoration:none;transition:all var(--transition-normal)}.cta-button:hover{background:#000}.nav{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffc;left:0;position:fixed;right:0;top:0;top:var(--site-top-offset,0);transition:all var(--transition-normal);z-index:var(--z-fixed)}.nav-scrolled{background:#fffffff2;box-shadow:0 1px 0 var(--color-border)}.nav-container{gap:var(--spacing-md);justify-content:space-between;margin:0 auto;max-width:var(--container-max);padding:var(--spacing-md) var(--spacing-xl)}.nav-container,.nav-links{align-items:center;display:flex}.nav-links{flex:0 0 auto;gap:var(--spacing-xl)}@media (min-width:1340px){.nav-container{max-width:1280px}}.nav-links a{color:var(--color-text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-decoration:none;transition:color var(--transition-normal)}.nav-buttons a:hover,.nav-links a:hover{color:#1a1a1a}.nav-buttons{align-items:center;display:flex;gap:var(--spacing-sm)}.nav-locale .locale-toggle,.nav-login{background:#fff}.nav-login{align-items:center;border:1px solid #e0e0e0;border-radius:var(--radius-full);color:#1a1a1a;display:inline-flex;font-weight:var(--font-weight-medium);gap:6px;padding:var(--spacing-sm) var(--spacing-lg);transition:border-color var(--transition-normal)}.nav-login:hover{border-color:#1a1a1a;color:#1a1a1a}.nav-cta{-webkit-text-fill-color:#fff!important;align-items:center;background:#1a1a1a;border-radius:var(--radius-full);color:#fff!important;display:inline-flex;gap:6px;padding:var(--spacing-sm) var(--spacing-lg);transition:background var(--transition-normal);white-space:nowrap}.nav-cta:hover{background:#3d3d3d}.nav-cta .btn-arrow,.nav-login .btn-arrow{height:14px;width:14px}.nav-dropdown{display:none}@media (min-width:1100px){.nav-dropdown{display:block;position:relative}.nav-dropdown-trigger{align-items:center;background:none;border:none;color:var(--color-text-secondary);cursor:pointer;display:inline-flex;font-family:inherit;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);gap:4px;padding:0;transition:color var(--transition-normal)}.nav-dropdown:focus-within .nav-dropdown-trigger,.nav-dropdown:hover .nav-dropdown-trigger{color:#1a1a1a}.nav-dropdown-chevron{height:14px;transition:transform .15s ease;width:14px}.nav-dropdown:focus-within .nav-dropdown-chevron,.nav-dropdown:hover .nav-dropdown-chevron{transform:rotate(180deg)}.nav-dropdown-panel{left:50%;opacity:0;padding-top:14px;position:absolute;top:100%;transform:translate(-50%,4px);transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s;visibility:hidden;z-index:10}.nav-dropdown:focus-within .nav-dropdown-panel,.nav-dropdown:hover .nav-dropdown-panel{opacity:1;transform:translate(-50%);transition:opacity .16s ease,transform .16s ease,visibility 0s;visibility:visible}.nav-dropdown-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 40px 24px -32px #d5d5d580;padding:16px}.nav-dropdown-heading{border-bottom:1px solid var(--color-border);color:#1a1a1a;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);margin:0 0 4px;padding:8px 8px 6px}.nav-dropdown-grid{grid-column-gap:16px;column-gap:16px;display:grid;grid-auto-flow:column;grid-template-rows:repeat(5,auto)}.nav-links .nav-dropdown-item{background:#7c3aed00;border-radius:6px;display:block;padding:8px;transition:background-color .15s ease;white-space:nowrap}.nav-links .nav-dropdown-item:focus-visible,.nav-links .nav-dropdown-item:hover{background:#7c3aed1a;color:var(--color-text-secondary)}.nav-dropdown-item-title{color:#1a1a1a;display:block;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.nav-dropdown-item-desc{color:var(--color-text-secondary);display:block;font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);margin-top:1px}}@media (max-width:1339px){.nav-container{padding:var(--spacing-md) var(--spacing-lg)}.nav-links{gap:var(--spacing-md)}.nav-cta,.nav-login{padding:var(--spacing-sm) var(--spacing-md)}}@media (max-width:900px){.nav-container{padding:var(--spacing-md)}.nav-links{gap:var(--spacing-md)}.nav-links a:not(.nav-cta):not(.nav-login){display:none}.nav-locale .locale-current{max-width:66px;overflow:hidden;text-overflow:ellipsis}}@media (max-width:768px){.nav-login{display:none}}@media (max-width:640px){.nav-container{padding:12px}.nav .logo{flex:0 0 auto;font-size:22px;gap:6px;white-space:nowrap}.nav .logo-icon{flex:0 0 auto;height:32px;margin-top:-10px;width:32px}.nav-links{gap:8px}.nav-locale .locale-toggle{gap:6px;height:40px;justify-content:center;padding:0 8px;width:76px}.nav-locale .locale-current{max-width:none;overflow:visible}.nav-locale .locale-current-full{display:none}.nav-locale .locale-current-short{display:inline}.nav-cta{align-items:center;display:inline-flex;font-size:13px;justify-content:center;line-height:1;min-height:44px;padding:0 14px}}@media (max-width:360px){.nav-container{padding:10px}.nav .logo{font-size:18px;gap:5px}.nav .logo-icon{height:28px;width:28px}.nav-links{gap:6px}.nav-locale .locale-toggle{width:68px}.nav-cta{padding:0 10px}}.logo{-webkit-text-fill-color:#0000;align-items:center;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;display:inline-flex;font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);gap:8px;text-decoration:none}.logo-icon{height:36px;margin-top:-12px;overflow:visible;width:36px}.logo-text{position:relative;top:-2px}.logo-heart,.logo-rings{transform-box:fill-box;transform-origin:center}.logo:focus-visible .logo-icon,.logo:hover .logo-icon{animation:logo-icon-lift .76s ease both}.logo:focus-visible .logo-rings,.logo:hover .logo-rings{animation:logo-rings-hug .76s ease both}.logo:focus-visible .logo-heart,.logo:hover .logo-heart{animation:logo-heart-pop .76s cubic-bezier(.2,.8,.2,1) both}@keyframes logo-icon-lift{0%,to{transform:none}38%{transform:translateY(-2px)}}@keyframes logo-rings-hug{0%,to{transform:none}42%{transform:translateY(3px) scaleX(.94)}68%{transform:translateY(-1px) scaleX(1.025)}}@keyframes logo-heart-pop{0%,to{transform:none}30%{transform:translateY(-13px) scale(1.18) rotate(-5deg)}52%{transform:translateY(-5px) scale(.92) rotate(4deg)}76%{transform:translateY(-9px) scale(1.08) rotate(0deg)}}.logo-white{-webkit-text-fill-color:#fff;color:#fff}.logo-black,.logo-white{background:none;-webkit-background-clip:unset;background-clip:initial}.logo-black{-webkit-text-fill-color:#1a1a2e;color:#1a1a2e}@media (prefers-reduced-motion:reduce){.logo:focus-visible .logo-heart,.logo:focus-visible .logo-icon,.logo:focus-visible .logo-rings,.logo:hover .logo-heart,.logo:hover .logo-icon,.logo:hover .logo-rings{animation:none}}.locale-topbar{background:#fff;border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:13px;line-height:1;width:100%}.locale-topbar-inner{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin:0 auto;max-width:1200px;padding:8px 24px}.locale-switcher,.locale-topbar-switcher,.nav-locale{align-items:center;display:inline-flex;gap:10px;position:relative}.locale-topbar-label{color:#6b7280;font-weight:500}.locale-toggle{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:999px;color:#111827;cursor:pointer;display:inline-flex;font:inherit;font-size:13px;font-weight:700;gap:8px;height:36px;padding:0 12px;transition:border-color var(--transition-normal),background var(--transition-normal)}.locale-toggle:hover{background:#f9fafb;border-color:#9ca3af}.locale-toggle:focus-visible{outline:2px solid #111827;outline-offset:2px}.locale-globe{align-items:center;color:currentColor;display:inline-flex;height:16px;justify-content:center;width:16px}.locale-globe svg{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none;height:16px;width:16px}.locale-current{white-space:nowrap}.locale-current-short{display:none}.locale-chevron{stroke:#6b7280;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none;display:block;flex:0 0 auto;height:14px;margin-left:1px;width:14px}.locale-menu{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 12px 30px #11182724;min-width:148px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:1001}.locale-menu button{align-items:center;background:#0000;border:0;border-radius:6px;color:#374151;cursor:pointer;display:flex;font:inherit;font-size:13px;font-weight:600;gap:12px;justify-content:space-between;padding:8px 10px;text-align:left;width:100%}.locale-menu button:hover{background:#f3f4f6;color:#111827}.locale-menu button.active{background:#111827;color:#fff}@media (max-width:640px){.locale-topbar-inner{padding:8px 16px}.locale-toggle{height:34px;padding:0 10px}}.btn-arrow{flex:0 0 auto;height:16px;transform:translateZ(0);width:16px}.btn-arrow-stem{opacity:0;transform:translateX(-3px);transition:opacity .15s ease,transform .15s ease}.btn-arrow-head{transform:translateX(-2.5px);transition:transform .15s ease}a:focus-visible .btn-arrow-stem,a:hover .btn-arrow-stem,button:focus-visible .btn-arrow-stem,button:hover .btn-arrow-stem{opacity:1;transform:translateX(0)}a:focus-visible .btn-arrow-head,a:hover .btn-arrow-head,button:focus-visible .btn-arrow-head,button:hover .btn-arrow-head{transform:translateX(0)}@media (prefers-reduced-motion:reduce){.btn-arrow-head,.btn-arrow-stem{transition-duration:1ms}}.sa-stage{align-items:center;animation:saRise .9s cubic-bezier(.22,1,.36,1) .25s both;display:flex;gap:56px;justify-content:center;min-height:560px;padding:10px 0 72px;position:relative}@keyframes saRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1100px){.sa-stage{gap:104px}}.sa-links{height:100%;inset:0;overflow:visible;pointer-events:none;position:absolute;width:100%;z-index:0}.sa-link-base,.sa-link-ghost{fill:none;stroke-width:3;stroke-linecap:round;stroke-dasharray:1.2 3.4;animation:saMarch 9s linear infinite}.sa-link-ghost{stroke:#fff;stroke-opacity:.55}.sa-link-base{stroke:#7c3aed;stroke-opacity:.42}.sa-link-2 .sa-link-base,.sa-link-2 .sa-link-ghost{animation-delay:-3s}.sa-link-3 .sa-link-base,.sa-link-3 .sa-link-ghost{animation-delay:-6s}.sa-link-4 .sa-link-base,.sa-link-4 .sa-link-ghost{animation-delay:-4.5s}@keyframes saMarch{to{stroke-dashoffset:-32}}.sa-link-pulse{fill:none;stroke-width:4;stroke-linecap:round;stroke-dasharray:14 100;stroke-dashoffset:14;opacity:0}.sa-link-1 .sa-link-pulse{stroke:#7c3aed}.sa-link-2 .sa-link-pulse{stroke:#ec4899}.sa-link-3 .sa-link-pulse{stroke:#10b981}.sa-link-4 .sa-link-pulse{stroke:#eab308}.sa-link-pulse.fire{animation:saComet .9s cubic-bezier(.5,0,.4,1) .05s forwards}@keyframes saComet{0%{stroke-dashoffset:14;opacity:0}12%{opacity:1}85%{opacity:1}to{stroke-dashoffset:-100;opacity:0}}.sa-stage .sa-doc-content,.sa-stage .sa-stamp{transition:opacity .5s ease}.sa-stage.sa-fading .sa-doc-content,.sa-stage.sa-fading .sa-mqa-panel,.sa-stage.sa-fading .sa-panel,.sa-stage.sa-fading .sa-pointer,.sa-stage.sa-fading .sa-stamp{opacity:0!important}.sa-mqa-panel{transition:opacity .5s ease}.sa-card{animation:saBob 7s ease-in-out infinite;background:#fff;border:1px solid #1a1a2e14;border-radius:20px;box-shadow:0 30px 60px -22px #2e106580;font-family:Inter,sans-serif;padding:16px 18px 14px;position:relative;width:284px;z-index:2}.sa-card-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:13px}.sa-card-brand{align-items:center;color:#b7bac6;display:inline-flex;font-family:Space Grotesk,Inter,sans-serif;font-size:13px;font-weight:700;gap:5px;letter-spacing:-.01em}.sa-card-logo{height:17px;margin-top:-5px;width:17px}.sa-card-step{background:#f4f2fa;border-radius:999px;color:#7c6f8f;font-size:10px;font-weight:700;letter-spacing:.03em;padding:3px 9px}@keyframes saBob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.sa-progress{background:#ede9fe;border-radius:99px;height:4px;overflow:hidden}.sa-progress-fill{background:#7c3aed;border-radius:99px;height:100%;transition:width .7s cubic-bezier(.22,1,.36,1)}.sa-panels{height:196px;margin-top:16px;position:relative}.sa-panel{inset:0;opacity:0;pointer-events:none;position:absolute;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease}.sa-panel.active{opacity:1;transform:translateY(0)}.sa-q{color:#1a1a2e;font-size:14.5px;font-weight:700;letter-spacing:-.01em;margin:0 0 12px}.sa-chips{flex-direction:column}.sa-chip,.sa-chips{display:flex;gap:9px}.sa-chip{align-items:center;background:#fff;border:1.5px solid #e9e6f0;border-radius:13px;color:#374151;font-size:13px;font-weight:600;padding:8px 11px;transition:border-color .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}.sa-chip.selected{animation:saPop .35s cubic-bezier(.34,1.56,.64,1);background:#f5f3ff;border-color:#7c3aed;box-shadow:0 6px 16px -7px #7c3aed80;color:#4c1d95}.sa-chip-ic{align-items:center;background:#f4f2fa;border-radius:9px;color:#6d28d9;display:inline-flex;flex-shrink:0;font-size:9.5px;font-weight:800;height:27px;justify-content:center;letter-spacing:.03em;transition:background .25s ease;width:27px}.sa-chip-ic-emoji{font-size:13px}.sa-chip.selected .sa-chip-ic{background:#ede9fe}@keyframes saPop{0%{transform:scale(1)}40%{transform:scale(.96)}to{transform:scale(1)}}.sa-chip-check{align-items:center;background:#7c3aed;border-radius:50%;color:#fff;display:inline-flex;height:17px;justify-content:center;margin-left:auto;transform:scale(0);transition:transform .3s cubic-bezier(.34,1.56,.64,1);width:17px}.sa-chip-check svg{height:9px;width:9px}.sa-chip.selected .sa-chip-check{transform:scale(1)}.sa-panel-center{align-items:center;display:flex;flex-direction:column;gap:14px;justify-content:center}.sa-state-label{color:#4b5563;font-size:13.5px;font-weight:600;margin:0}.sa-state-sub{color:#9ca3af;font-size:11.5px;margin:-6px 0 0;text-align:center}.sa-dots{display:flex;gap:7px}.sa-dots span{animation:saDot 1.1s ease-in-out infinite;background:#7c3aed;border-radius:50%;height:9px;width:9px}.sa-dots span:nth-child(2){animation-delay:.18s}.sa-dots span:nth-child(3){animation-delay:.36s}@keyframes saDot{0%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-7px)}}.sa-ready-check{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;height:42px;justify-content:center;transform:scale(0);width:42px}.sa-ready-check svg{height:20px;width:20px}.sa-ready-check.in{animation:saCheckIn .5s cubic-bezier(.34,1.56,.64,1) .15s forwards}@keyframes saCheckIn{0%{transform:scale(0)}to{transform:scale(1)}}.sa-pointer{color:#1a1a1a;left:0;pointer-events:none;position:absolute;top:0;transition:transform .6s cubic-bezier(.3,.7,.25,1),opacity .3s ease;z-index:6}.sa-pointer svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.25));height:19px;width:19px}.sa-pointer.sa-click svg{animation:saClick .4s ease .05s}@keyframes saClick{0%,to{transform:scale(1)}45%{transform:scale(.78)}}.sa-doc-wrap{position:relative;z-index:1}.sa-doc-back{background:#ffffff8c;border:1px solid #1a1a2e0f;border-radius:10px;inset:10px -12px -10px 12px;position:absolute;transform:rotate(2.2deg)}.sa-doc{background:#fff;border:1px solid #1a1a2e1a;border-radius:10px;box-shadow:0 32px 64px -28px #2e106573;font-family:Georgia,Times New Roman,serif;height:478px;padding:26px 32px 22px;position:relative;width:392px}.sa-doc-content{display:flex;flex-direction:column;height:100%}.sa-doc-content .sa-sigs{margin-top:auto}.sa-head{align-items:center;border-bottom:1px solid #ece9f1;display:flex;flex-direction:column;gap:5px;margin-bottom:14px;padding-bottom:14px;text-align:center}.sa-kicker{color:#7c3aed;font-family:Inter,sans-serif;font-size:8px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.sa-title{color:#1a1a2e;font-size:20px;letter-spacing:-.01em}.sa-meta{align-items:center;color:#6b7280;display:flex;font-family:Inter,sans-serif;font-size:9.5px;gap:7px;justify-content:center;letter-spacing:.03em;min-height:16px}.sa-typed{min-width:2px}.sa-caret{animation:saCaret .8s step-end infinite;background:#7c3aed;display:inline-block;height:10px;margin-left:1px;vertical-align:-1px;width:1px}@keyframes saCaret{50%{opacity:0}}.sa-law{background:#f5f3ff;border:1px solid #ddd6fe;border-radius:99px;color:#6d28d9;font-family:Inter,sans-serif;font-size:7.5px;font-weight:700;letter-spacing:.08em;opacity:0;padding:2px 8px;text-transform:uppercase;transform:scale(.6);transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.sa-law.in{opacity:1;transform:scale(1);transition:opacity .35s ease .95s,transform .35s cubic-bezier(.34,1.56,.64,1) .95s}.sa-slot{height:58px;margin-bottom:10px;position:relative}.sa-ph{inset:0;opacity:1;position:absolute;transition:opacity .35s ease}.sa-ph.off{opacity:0}.sa-ph-bar{background:#e8eaf0;border-radius:4px;display:block;height:7px;margin:0 0 9px}.sa-clause{inset:0;opacity:0;position:absolute;transform:translateY(8px);transition:opacity .5s ease,transform .6s cubic-bezier(.22,1,.36,1)}.sa-clause.in{opacity:1;transform:translateY(0)}@media (min-width:761px){.sa-clause.in{transition-delay:.55s}.sa-ph.off{transition-delay:.5s}.sa-mark.in{transition-delay:1.1s,1.1s}}.sa-clause-t{align-items:center;color:#6b7280;display:flex;font-family:Inter,sans-serif;font-size:8.5px;font-weight:700;gap:6px;letter-spacing:.14em;margin-bottom:4px;text-transform:uppercase}.sa-clause p{color:#6b7280;font-size:10.5px;line-height:1.65;margin:0}.sa-tick{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:inline-flex;height:12px;justify-content:center;transform:scale(0);transition:transform .35s cubic-bezier(.34,1.56,.64,1);width:12px}.sa-tick svg{height:7px;width:7px}.sa-tick.in{transform:scale(1)}.sa-mark{background-color:initial;background-image:linear-gradient(#ddd6fe,#ddd6fe);background-repeat:no-repeat;background-size:0 100%;border-radius:2px;color:inherit;padding:0 2px;transition:background-size .7s cubic-bezier(.22,1,.36,1) .5s,color .4s ease .5s}.sa-mark.in{background-size:100% 100%;color:#5b21b6}.sa-mark-pink{background-image:linear-gradient(#fbcfe8,#fbcfe8)}.sa-mark-pink.in{color:#9d174d}.sa-mark-green{background-image:linear-gradient(#bbf7d0,#bbf7d0)}.sa-mark-green.in{color:#047857}.sa-mark-yellow{background-image:linear-gradient(#fef08a,#fef08a)}.sa-mark-yellow.in{color:#854d0e}.sa-stage.sa-resetting .sa-clause,.sa-stage.sa-resetting .sa-mark,.sa-stage.sa-resetting .sa-ph{transition:none}.sa-skel-line{background:#eef0f4;border-radius:4px;display:block;height:7px;margin:7px 0}.sa-sigs{display:flex;gap:26px;margin-top:18px}.sa-sig{display:flex;flex:1 1;flex-direction:column}.sa-sig-script{-webkit-clip-path:inset(-30% 100% -30% 0);clip-path:inset(-30% 100% -30% 0);color:#312e81;display:block;font-family:Snell Roundhand,Savoye LET,Brush Script MT,Segoe Script,cursive;font-size:19px;height:24px;line-height:24px;margin-bottom:-2px;opacity:0;padding-left:8px;transform:rotate(-2.5deg);white-space:nowrap}.sa-sig-script.in{-webkit-clip-path:inset(-30% -15% -30% 0);clip-path:inset(-30% -15% -30% 0);opacity:1;transition:opacity .2s ease .25s,-webkit-clip-path 1s ease-in-out .25s;transition:clip-path 1s ease-in-out .25s,opacity .2s ease .25s;transition:clip-path 1s ease-in-out .25s,opacity .2s ease .25s,-webkit-clip-path 1s ease-in-out .25s}.sa-sig-script-2.in{transition-delay:.85s,.85s}.sa-sig-line{background:#d1cbdd;height:1px}.sa-sig-name{color:#9ca3af;font-size:8.5px;letter-spacing:.06em;margin-top:5px}.sa-sig-name,.sa-stamp{font-family:Inter,sans-serif}.sa-stamp{border:2px solid #10b981;border-radius:8px;bottom:74px;color:#059669;font-size:9px;font-weight:800;letter-spacing:.1em;opacity:0;padding:5px 10px;position:absolute;right:20px;text-transform:uppercase;transform:rotate(-8deg) scale(1.7)}.sa-stamp.in{animation:saStamp .45s cubic-bezier(.22,1,.36,1) 1.6s forwards}@keyframes saStamp{0%{opacity:0;transform:rotate(-8deg) scale(1.7)}65%{opacity:1;transform:rotate(-8deg) scale(.95)}to{opacity:1;transform:rotate(-8deg) scale(1)}}@media (prefers-reduced-motion:reduce){.sa-card,.sa-chip.selected,.sa-dots span,.sa-link-base,.sa-link-ghost,.sa-stage,.sa-stamp.in{animation:none}.sa-stamp.in{opacity:1;transform:rotate(-8deg) scale(1)}.sa-pointer{display:none}}.sa-mqa{display:none}@media (max-width:760px){.sa-stage{flex-direction:column;gap:16px;min-height:642px;padding:8px 0 56px}.sa-card{display:none}.sa-mqa{height:92px;justify-content:flex-end;order:-1;width:min(360px,94vw)}.sa-mqa,.sa-mqa-panel{align-items:center;display:flex;flex-direction:column}.sa-mqa-panel{animation:saPanelIn .4s cubic-bezier(.22,1,.36,1) both;gap:9px}.sa-mqa-panel-ready{flex-direction:row;gap:8px;padding-bottom:8px}@keyframes saPanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sa-mqa-q{color:#1a1a2e;font-family:Inter,sans-serif;font-size:13.5px;font-weight:700;letter-spacing:-.01em;margin:0}.sa-mqa-chips{display:flex;flex-wrap:nowrap;gap:5px;justify-content:center}.sa-mchip{align-items:center;background:#fff;border:1.5px solid #1a1a2e24;border-radius:999px;color:#4b5563;display:inline-flex;font-family:Inter,sans-serif;font-size:11px;font-weight:600;gap:4px;padding:5px 9px;transition:border-color .25s ease,background .25s ease,color .25s ease;white-space:nowrap}.sa-mchip.on{animation:saPop .35s cubic-bezier(.34,1.56,.64,1);background:#f5f3ff;border-color:#7c3aed;color:#4c1d95}.sa-mchip-check{align-items:center;background:#7c3aed;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;height:13px;justify-content:center;transform:scale(0);transition:transform .3s cubic-bezier(.34,1.56,.64,1);width:13px}.sa-mchip-check svg{flex-shrink:0;height:7px;width:7px}.sa-mchip.on .sa-mchip-check{transform:scale(1)}.sa-mqa-readycheck{align-items:center;animation:saCheckIn .45s cubic-bezier(.34,1.56,.64,1) both;background:#10b981;border-radius:50%;color:#fff;display:inline-flex;height:22px;justify-content:center;width:22px}.sa-mqa-readycheck svg{height:11px;width:11px}.sa-doc{height:470px;overflow:hidden;padding:22px 24px 18px;width:min(360px,92vw)}.sa-doc-back{inset:8px -8px -8px 8px}.sa-title{font-size:18px}.sa-stamp{bottom:68px;font-size:8px;right:14px}}@media (max-width:380px){.sa-mchip{font-size:10.5px;padding:4px 7px}}.sb-stage{display:flex;justify-content:center;padding:10px 0 72px;position:relative}.sb-doc-back{background:#fff9;border:1px solid #1a1a2e0f;border-radius:10px;bottom:84px;left:50%;margin-left:calc(min(430px, 92vw)/-2);position:absolute;top:22px;width:min(430px,92vw)}.sb-doc-back-1{transform:rotate(-2.6deg) translateX(-14px)}.sb-doc-back-2{background:#f3e8ffa6;transform:rotate(1.8deg) translateX(16px)}.sb-doc{animation:sbRise .8s cubic-bezier(.22,1,.36,1) both;background:#fff;border:1px solid #1a1a2e1a;border-radius:10px;box-shadow:0 32px 64px -28px #2e106573;font-family:Georgia,Times New Roman,serif;overflow:hidden;padding:30px 36px 24px;position:relative;transition:transform .6s ease,opacity .6s ease;width:min(430px,92vw)}.sb-doc.sb-leaving{opacity:0;transform:translateY(-34px) rotate(-1deg)}@keyframes sbRise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.sb-head{align-items:center;border-bottom:1px solid #ece9f1;display:flex;flex-direction:column;gap:5px;margin-bottom:16px;padding-bottom:15px;text-align:center}.sb-kicker,.sb-meta,.sb-title{animation:sbHeadIn .55s cubic-bezier(.22,1,.36,1) forwards;opacity:0}.sb-kicker{animation-delay:.35s;color:#7c3aed;font-family:Inter,sans-serif;font-size:8px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.sb-title{animation-delay:.5s;color:#1a1a2e;font-size:22px;letter-spacing:-.01em}.sb-meta{animation-delay:.65s;color:#6b7280;font-family:Inter,sans-serif;font-size:9.5px;letter-spacing:.04em}@keyframes sbHeadIn{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.sb-section{margin-bottom:13px}.sb-section-t{align-items:center;color:#6b7280;display:flex;font-family:Inter,sans-serif;font-size:8.5px;font-weight:700;gap:6px;letter-spacing:.14em;margin-bottom:4px;opacity:0;text-transform:uppercase}.sb-writing .sb-section-t{animation:sbFadeIn .4s ease forwards}@keyframes sbFadeIn{to{opacity:1}}.sb-line,.sb-lines{display:block}.sb-line{border-right:1.5px solid #0000;color:#6b7280;font-size:10.5px;line-height:1.7;max-width:0;overflow:hidden;white-space:nowrap}.sb-writing .sb-line{animation:sbType .55s steps(22) forwards}@keyframes sbType{0%{border-right-color:#7c3aed;max-width:0}99%{border-right-color:#7c3aed}to{border-right-color:#0000;max-width:380px}}.sb-mark{background-color:initial;background-repeat:no-repeat;background-size:0 100%;border-radius:2px;color:inherit;padding:0 2px;transition:background-size .6s cubic-bezier(.22,1,.36,1),color .4s ease}.sb-mark.in{background-size:100% 100%}.sb-mark-violet{background-image:linear-gradient(#ddd6fe,#ddd6fe)}.sb-mark-violet.in{color:#5b21b6}.sb-mark-green{background-image:linear-gradient(#bbf7d0,#bbf7d0)}.sb-mark-green.in{color:#047857}.sb-mark-pink{background-image:linear-gradient(#fbcfe8,#fbcfe8)}.sb-mark-pink.in{color:#9d174d}.sb-tick{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:inline-flex;height:12px;justify-content:center;transform:scale(0);transition:transform .35s cubic-bezier(.34,1.56,.64,1);width:12px}.sb-tick svg{height:7px;width:7px}.sb-tick.in{transform:scale(1)}.sb-scan{background:#10b98112;border-top:1.5px solid #10b98173;height:46px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:-12%}.sb-scan.on{animation:sbScan 1.35s cubic-bezier(.45,0,.55,1) forwards}@keyframes sbScan{0%{opacity:0;top:-12%}12%{opacity:1}88%{opacity:1}to{opacity:0;top:102%}}.sb-sigs{display:flex;gap:28px;margin-top:20px}.sb-sig{display:flex;flex:1 1;flex-direction:column}.sb-sig-script{-webkit-clip-path:inset(-30% 100% -30% 0);clip-path:inset(-30% 100% -30% 0);color:#312e81;display:block;font-family:Snell Roundhand,Savoye LET,Brush Script MT,Segoe Script,cursive;font-size:19px;height:24px;line-height:24px;margin-bottom:-2px;opacity:0;padding-left:8px;transform:rotate(-2.5deg);white-space:nowrap}.sb-sig-script.in{-webkit-clip-path:inset(-30% -15% -30% 0);clip-path:inset(-30% -15% -30% 0);opacity:1;transition:opacity .2s ease .2s,-webkit-clip-path 1s ease-in-out .2s;transition:clip-path 1s ease-in-out .2s,opacity .2s ease .2s;transition:clip-path 1s ease-in-out .2s,opacity .2s ease .2s,-webkit-clip-path 1s ease-in-out .2s}.sb-sig-script-2.in{transition-delay:.8s,.8s}.sb-sig-line{background:#d1cbdd;height:1px}.sb-sig-name{color:#9ca3af;font-size:8.5px;letter-spacing:.06em;margin-top:5px}.sb-sig-name,.sb-stamp{font-family:Inter,sans-serif}.sb-stamp{border:2px solid #10b981;border-radius:8px;bottom:64px;color:#059669;font-size:9px;font-weight:800;letter-spacing:.1em;opacity:0;padding:5px 10px;position:absolute;right:24px;text-transform:uppercase;transform:rotate(-8deg) scale(1.7)}.sb-stamp.in{animation:sbStamp .45s cubic-bezier(.22,1,.36,1) forwards}@keyframes sbStamp{0%{opacity:0;transform:rotate(-8deg) scale(1.7)}65%{opacity:1;transform:rotate(-8deg) scale(.95)}to{opacity:1;transform:rotate(-8deg) scale(1)}}.sb-doc.sb-static{animation:none}.sb-doc.sb-static .sb-kicker,.sb-doc.sb-static .sb-meta,.sb-doc.sb-static .sb-section-t,.sb-doc.sb-static .sb-title{animation:none;opacity:1}.sb-doc.sb-static .sb-line{animation:none;max-width:380px}.sb-doc.sb-static .sb-mark{background-size:100% 100%}.sb-doc.sb-static .sb-tick{transform:scale(1)}.sb-doc.sb-static .sb-sig-script{-webkit-clip-path:inset(-30% -15% -30% 0);clip-path:inset(-30% -15% -30% 0);opacity:1}.sb-doc.sb-static .sb-stamp{animation:none;opacity:1;transform:rotate(-8deg) scale(1)}@media (max-width:760px){.sb-stage{padding:4px 0 56px}.sb-doc{padding:24px 24px 20px}.sb-doc,.sb-doc-back{width:min(370px,94vw)}.sb-doc-back{bottom:66px;margin-left:calc(min(370px, 94vw)/-2);top:14px}.sb-title{font-size:19px}.sb-line{font-size:10px}.sb-stamp{bottom:56px;font-size:8px;right:16px}}.sc-stage{animation:scRise .9s cubic-bezier(.22,1,.36,1) .25s both;display:flex;justify-content:center;padding:12px 0 72px;position:relative}@keyframes scRise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.sc-doc-back{background:#ffffffeb;border:1px solid #1a1a2e14;border-radius:8px;bottom:72px;box-shadow:0 24px 48px -24px #2e106559;left:50%;margin-left:calc(min(400px, 92vw)/-2);position:absolute;top:12px;width:min(400px,92vw)}.sc-doc-back-1{transform:rotate(-3.5deg) translateX(-16px)}.sc-doc-back-2{background:#f3e8ffe6;transform:rotate(2.5deg) translateX(20px)}.sc-doc{background:#fff;border:1px solid #1a1a2e1a;border-radius:8px;box-shadow:0 32px 64px -28px #2e106573;font-family:Georgia,Times New Roman,serif;padding:30px 36px 26px;position:relative;width:min(400px,92vw)}.sc-head{align-items:center;border-bottom:1px solid #ece9f1;display:flex;flex-direction:column;gap:5px;margin-bottom:16px;padding-bottom:16px;text-align:center}.sc-kicker{color:#7c3aed;font-family:Inter,sans-serif;font-size:8px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.sc-title{color:#1a1a2e;font-size:21px;letter-spacing:-.01em}.sc-meta{background-image:linear-gradient(#fbcfe8,#fbcfe8);background-repeat:no-repeat;background-size:0 100%;border-radius:2px;color:#9ca3af;font-family:Inter,sans-serif;font-size:9px;letter-spacing:.04em;padding:0 3px;transition:background-size .7s cubic-bezier(.22,1,.36,1),color .4s ease}.sc-meta.active{background-size:100% 100%;color:#9d174d}.sc-article{margin-bottom:14px}.sc-article-title{color:#6b7280;display:block;font-family:Inter,sans-serif;font-size:8.5px;font-weight:700;letter-spacing:.14em;margin-bottom:4px;text-transform:uppercase}.sc-article p{color:#9ca3af;font-size:10.5px;line-height:1.7;margin:0}.sc-mark{background-color:initial;background-image:linear-gradient(#ddd6fe,#ddd6fe);background-repeat:no-repeat;background-size:0 100%;border-radius:2px;color:inherit;padding:0 2px;transition:background-size .7s cubic-bezier(.22,1,.36,1),color .4s ease}.sc-mark.active{background-size:100% 100%;color:#5b21b6}.sc-mark-green{background-image:linear-gradient(#bbf7d0,#bbf7d0)}.sc-mark-green.active{color:#047857}.sc-sigs{display:flex;gap:24px;margin-top:20px}.sc-sig{display:flex;flex:1 1;flex-direction:column}.sc-sig-script{-webkit-clip-path:inset(-30% 100% -30% 0);clip-path:inset(-30% 100% -30% 0);color:#312e81;display:block;font-family:Snell Roundhand,Savoye LET,Brush Script MT,Segoe Script,cursive;font-size:19px;height:24px;line-height:24px;margin-bottom:-2px;opacity:0;padding-left:8px;transform:rotate(-2.5deg);white-space:nowrap}.sc-sig-script.in{-webkit-clip-path:inset(-30% -15% -30% 0);clip-path:inset(-30% -15% -30% 0);opacity:1;transition:opacity .2s ease,-webkit-clip-path 1.1s ease-in-out;transition:clip-path 1.1s ease-in-out,opacity .2s ease;transition:clip-path 1.1s ease-in-out,opacity .2s ease,-webkit-clip-path 1.1s ease-in-out}.sc-sig-script-2.in{transition-delay:.85s,.85s}.sc-sig-line{background:#d1cbdd;height:1px}.sc-sig-name{color:#9ca3af;font-family:Inter,sans-serif;font-size:8.5px;letter-spacing:.06em;margin-top:5px}.sc-lines{height:100%;inset:0;overflow:visible;pointer-events:none;position:absolute;width:100%;z-index:6}.sc-line-path{fill:none;stroke-linecap:round;stroke-dasharray:.5 9;stroke-width:2.4;animation:scLineFade .6s ease both,scLineMarch 1.5s linear infinite;opacity:0;transition:stroke .45s ease,stroke-width .45s ease,opacity .45s ease}.sc-line-path.line-0{stroke:#7c3aed66;animation-delay:1.05s,0s}.sc-line-path.line-1{stroke:#ec489966;animation-delay:1.25s,0s}.sc-line-path.line-2{stroke:#10b98166;animation-delay:1.45s,0s}.sc-line-path.active{stroke-width:3}.sc-line-path.line-0.active{stroke:#7c3aed}.sc-line-path.line-1.active{stroke:#ec4899}.sc-line-path.line-2.active{stroke:#10b981}@keyframes scLineFade{0%{opacity:0}to{opacity:1}}@keyframes scLineMarch{to{stroke-dashoffset:-19}}.sc-line-dot{animation:scDotIn .35s ease forwards;opacity:0;transition:fill .45s ease}.sc-line-dot.line-0{fill:#7c3aed;animation-delay:1.7s}.sc-line-dot.line-1{fill:#ec4899;animation-delay:1.9s}.sc-line-dot.line-2{fill:#10b981;animation-delay:2.1s}@keyframes scDotIn{0%{opacity:0}to{opacity:1}}.sc-pulse{fill:none;stroke-width:1.5;animation:scPing 2s cubic-bezier(.215,.61,.355,1) .4s infinite;opacity:0;transform-box:fill-box;transform-origin:center}.sc-pulse.pulse-0{stroke:#7c3aed}.sc-pulse.pulse-1{stroke:#ec4899}.sc-pulse.pulse-2{stroke:#10b981}@keyframes scPing{0%{opacity:.7;transform:scale(.5)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(3)}}.sc-tag{align-items:center;background:#1a1a1a;box-shadow:0 10px 26px -8px #1a1a1a80;color:#fff;display:inline-flex;font-family:Inter,sans-serif;font-size:12.5px;font-weight:600;gap:8px;opacity:.62;padding:11px 16px;position:absolute;transition:opacity .45s ease;white-space:nowrap;will-change:transform;z-index:7}.sc-tag.active{opacity:1}.sc-tag svg{flex-shrink:0;height:13px;width:13px}.sc-tag-a{animation:scTagIn .6s ease .75s both,scBlobA 7s ease-in-out -1.5s infinite;border-radius:22px 22px 22px 6px;left:calc(50% + 222px);top:27%}.sc-tag-a svg{color:#a78bfa}.sc-tag-b{animation:scTagIn .6s ease .95s both,scBlobB 8.5s ease-in-out -3s infinite;border-radius:22px 22px 6px 22px;right:calc(50% + 225px);top:9%}.sc-tag-b svg{color:#f472b6}.sc-tag-c{animation:scTagIn .6s ease 1.15s both,scBlobC 6.5s ease-in-out -2s infinite;border-radius:22px 6px 22px 22px;right:calc(50% + 238px);top:60%}.sc-tag-c svg{color:#34d399}@keyframes scTagIn{0%{opacity:0}}@keyframes scBlobA{0%,to{border-radius:24px 26px 22px 7px/26px 20px 26px 9px}33%{border-radius:17px 30px 27px 9px/28px 17px 21px 7px}66%{border-radius:28px 19px 30px 6px/19px 28px 17px 12px}}@keyframes scBlobB{0%,to{border-radius:26px 22px 7px 24px/22px 26px 9px 26px}33%{border-radius:30px 17px 9px 27px/17px 28px 7px 21px}66%{border-radius:19px 28px 6px 30px/28px 19px 12px 17px}}@keyframes scBlobC{0%,to{border-radius:24px 7px 26px 22px/26px 9px 20px 26px}33%{border-radius:17px 9px 30px 27px/28px 7px 17px 21px}66%{border-radius:28px 6px 19px 30px/19px 12px 28px 17px}}.sc-cursor{align-items:flex-start;display:flex;gap:4px;pointer-events:none;position:absolute;z-index:10}.sc-cursor svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));height:20px;width:20px}.sc-cursor-label{border-radius:6px;box-shadow:0 2px 8px #00000026;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:600;margin-left:-4px;margin-top:12px;padding:4px 8px;white-space:nowrap}.sc-cursor-adrian{color:#7c3aed}.sc-cursor-adrian .sc-cursor-label{background:#7c3aed}.sc-cursor-katia{color:#ec4899}.sc-cursor-katia .sc-cursor-label{background:#ec4899}@media (prefers-reduced-motion:reduce){.sc-stage,.sc-tag{animation:none}.sc-tag{opacity:1}.sc-line-dot,.sc-line-path{animation:none;opacity:1}.sc-pulse{animation:none;opacity:0}.sc-sig-script{-webkit-clip-path:inset(-30% -15% -30% 0);clip-path:inset(-30% -15% -30% 0);opacity:1}}@media (max-width:900px){.sc-tag-a{left:auto;right:1%;top:27%}.sc-tag-b{left:1%;right:auto;top:9%}.sc-tag-c{left:2%;right:auto;top:60%}}@media (max-width:600px){.sc-stage{padding:8px 0 56px}.sc-doc-back{bottom:56px;top:8px}.sc-doc{padding:26px 26px 24px}.sc-tag{font-size:10.5px;line-height:1.3;max-width:122px;padding:8px 12px;text-align:left;white-space:normal}.sc-tag svg{display:none}.sc-tag-a{left:auto;right:4px;top:38%}.sc-tag-b{left:4px;right:auto;top:7%}.sc-tag-c{left:4px;right:auto;top:62%}.sc-cursor svg{height:16px;width:16px}.sc-cursor-label{font-size:9px;margin-top:8px;padding:3px 6px}}.hero{background:#fff;padding:70px 16px 0}.hero-showcase{background:linear-gradient(180deg,#fff,#fff 35%,#fef3e7 42%,#fce7f3 50%,#e9d5ff 58%,#a78bfa 66%,#7c3aed 74%,#4c1d95 86%,#2e1065);border-radius:0 0 40px 40px;overflow:hidden;padding:60px 40px 0;position:relative}.hero-intro{grid-gap:58px;align-items:center;display:grid;gap:58px;grid-template-columns:minmax(0,.96fr) minmax(340px,.82fr);margin:0 auto;padding:0 0 46px;position:relative;width:min(1120px,100%)}.hero-content{margin:0;max-width:590px;position:relative;text-align:left;z-index:3}.hero h1{color:#1a1a2e;font-size:56px;font-weight:600;letter-spacing:0;line-height:1.1;margin:0 0 20px}.hero-flag{display:inline-block;height:1em;margin-right:.3em;vertical-align:-.1em;width:auto}.hero-highlight{background:linear-gradient(90deg,#bbf7d0 100%,#0000 0);background-position:0 100%;background-repeat:no-repeat;background-size:0 45%;padding:0 4px;transition:background-size .45s ease-out}.hero-highlight.animate{background-size:100% 45%}.hero-subtitle{color:#4b5563;font-size:20px;line-height:1.6;margin:0 0 32px;max-width:600px}.hero-cta{display:flex;gap:16px;justify-content:flex-start}.hero-btn{align-items:center;border-radius:100px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:background .2s ease,border-color .2s ease}.hero-btn .btn-arrow{height:18px;width:18px}.hero-btn.primary{background:#1a1a1a;color:#fff}.hero-btn.primary:hover{background:#3d3d3d}.hero-btn.secondary{background:#fff;border:1px solid #00000026;color:#1a1a1a}.hero-btn.secondary:hover{border-color:#1a1a1a}.hero-media{position:relative;z-index:2}.hero-media,.hero-media img,.hero-story-frame{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.hero-media img{-webkit-user-drag:none;display:block;height:100%;object-fit:cover;pointer-events:none;width:100%}.hero-media-story{grid-gap:16px;display:grid;gap:16px;grid-template-columns:minmax(0,1.12fr) minmax(112px,.66fr)}.hero-story-frame{background:#f5f1ec;border:1px solid #ffffff8a;border-radius:24px;box-shadow:0 24px 58px #11182724;overflow:hidden}.hero-story-frame-large{aspect-ratio:3/4}.hero-story-frame-large img{object-position:50% 42%}.hero-story-column{grid-gap:16px;display:grid;gap:16px}.hero-story-column .hero-story-frame{aspect-ratio:1/1}.hero-story-column .hero-story-frame:first-child img{object-position:50% 32%}.hero-story-column .hero-story-frame:last-child img{object-position:50% 45%}.hero-motion-area{margin:0 -40px;padding:0 40px;position:relative}.hero-animation-layer{position:relative;z-index:3}.hero-trust{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.trust-item{align-items:center;color:#4b5563;display:flex;font-size:14px;gap:6px}.trust-item svg{color:#7c3aed;height:16px;width:16px}.cursor{align-items:flex-start;display:flex;gap:4px;pointer-events:none;position:absolute;z-index:10}.cursor svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));height:20px;width:20px}.cursor-label{background:currentColor;border-radius:6px;box-shadow:0 2px 8px #00000026;color:#fff;font-size:11px;font-weight:600;margin-left:-4px;margin-top:12px;padding:4px 8px;white-space:nowrap}.cursor-adrian{color:#7c3aed}.cursor-adrian .cursor-label{background:#7c3aed}.cursor-katia{color:#ec4899}.cursor-katia .cursor-label{background:#ec4899}@media (max-width:980px){.hero-intro{gap:32px;grid-template-columns:1fr;padding-bottom:38px}.hero-content{margin:0 auto;max-width:720px;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}.hero-media{margin:0 auto;width:min(560px,100%)}}@media (max-width:900px){.hero{padding:70px 12px 0}.hero-showcase{border-radius:0 0 32px 32px;padding:44px 24px 0}.hero h1{font-size:40px}.hero-subtitle{font-size:18px}.hero-motion-area{margin:0 -24px;padding:0 24px}}@media (max-width:600px){.hero{padding:70px 8px 0}.hero-showcase{border-radius:0 0 24px 24px;padding:34px 16px 0}.hero h1{font-size:32px;margin-bottom:16px}.hero-subtitle{font-size:16px;margin-bottom:24px}.hero-cta{align-items:center;flex-direction:column;margin-left:-8px}.hero-btn{justify-content:center;max-width:280px;padding:14px 28px;width:100%}.hero-intro{gap:24px;padding-bottom:28px}.hero-media-story,.hero-story-column{gap:10px}.hero-story-frame{border-radius:16px}.hero-trust{display:none}.hero-motion-area{margin:0 -16px;padding:0 16px}.cursor svg{height:16px;width:16px}.cursor-label{font-size:9px;margin-top:8px;padding:3px 6px}}.couples-carousel{background:#fff;overflow:hidden;padding:28px 0 48px}.couples-carousel+.benefits{padding-top:16px}.couples-carousel-track{animation:couplesCarouselScroll 54s linear infinite;display:flex;width:-webkit-max-content;width:max-content}.couples-carousel-set{display:flex;gap:18px;padding-right:18px}.couples-carousel-card{aspect-ratio:2/3;background:#f5f1ec;border-radius:24px;box-shadow:0 14px 36px #1118271c;flex:0 0 auto;overflow:hidden;position:relative;width:clamp(154px,18vw,248px)}.couples-carousel-card,.couples-carousel-card img{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.couples-carousel-skeleton{animation:couplesCarouselSkeletonPulse 1.2s ease-in-out infinite;background:#eee8df;inset:0;position:absolute;z-index:1}.couples-carousel-card:nth-child(odd){transform:translateY(18px)}.couples-carousel-card img{-webkit-user-drag:none;display:block;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .28s ease;width:100%}.couples-carousel-card.is-loaded img{opacity:1}@keyframes couplesCarouselScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes couplesCarouselSkeletonPulse{0%,to{background:#f4eee7}50%{background:#e5ded5}}@media (max-width:900px){.couples-carousel{padding:22px 0 42px}.couples-carousel+.benefits{padding-top:12px}.couples-carousel-set{gap:14px;padding-right:14px}.couples-carousel-card{border-radius:18px}}@media (max-width:600px){.couples-carousel{padding:18px 0 36px}.couples-carousel+.benefits{padding-top:8px}.couples-carousel-card:nth-child(odd){transform:translateY(12px)}}@media (prefers-reduced-motion:reduce){.couples-carousel{overflow-x:auto;padding-left:16px;padding-right:16px}.couples-carousel-track{animation:none}.couples-carousel .couples-carousel-set[aria-hidden=true]{display:none}}.agreement-paths{background:#fff;padding:64px 40px 84px}.agreement-paths-inner{margin:0 auto;max-width:1080px}.agreement-paths-header{margin:0 auto 38px;max-width:620px;text-align:center}.cohab-kicker{color:#6d28d9;font-size:13px;font-weight:800;letter-spacing:0;line-height:1.35;margin:0 0 12px}.agreement-paths-header h2{color:#171321;font-size:44px;font-weight:700;letter-spacing:0;line-height:1.06;margin:0}.agreement-choice-grid{grid-gap:32px;align-items:stretch;display:grid;gap:32px;grid-template-columns:repeat(2,minmax(0,1fr))}.agreement-choice-card{background:#fbfaf8;border:1px solid #ebe5dd;border-radius:8px;color:#171321;display:grid;grid-template-rows:220px 1fr;min-height:430px;overflow:hidden;text-decoration:none;transition:border-color .2s ease}.agreement-choice-card.cohabitation{background:#f7f5ff;border-color:#d8d0ff}.agreement-choice-card:focus-visible,.agreement-choice-card:hover{border-color:#c4b5fd;box-shadow:none;outline:none;transform:none}.agreement-choice-card:focus-visible{outline:3px solid #7c3aed3d;outline-offset:4px}.agreement-choice-visual{background:#fff;border-bottom:1px solid #ebe5dd;min-height:220px;position:relative}.agreement-choice-card.cohabitation .agreement-choice-visual{border-color:#d8d0ff}.agreement-choice-visual img{display:block;height:100%;object-fit:cover;object-position:center bottom;width:100%}.agreement-choice-body{display:flex;flex-direction:column;padding:28px 30px 30px}.agreement-choice-type{color:#6d28d9;font-size:13px;font-weight:800;line-height:1.35;margin:0 0 12px}.agreement-choice-card h3{color:#171321;font-size:28px;font-weight:700;letter-spacing:0;line-height:1.12;margin:0 0 12px}.agreement-choice-card p{color:#5f6672;font-size:17px;line-height:1.45;margin:0}.agreement-choice-action{align-items:center;background:#171321;border-radius:100px;color:#fff;display:inline-flex;font-size:17px;font-weight:750;gap:10px;justify-content:center;line-height:1.25;margin-top:34px;min-height:58px;padding:16px 22px;transition:background-color .2s ease;width:100%}.agreement-choice-card.cohabitation .agreement-choice-action{background:#5b21b6}.agreement-choice-card:hover .agreement-choice-action{background:#332b46}.agreement-choice-card.cohabitation:hover .agreement-choice-action{background:#4c1d95}.agreement-choice-arrow{align-items:center;color:#fff;display:flex;flex:0 0 auto;height:16px;justify-content:center;width:16px}.agreement-choice-arrow svg{height:15px;width:15px}@media (max-width:1000px){.agreement-paths{padding:48px 24px 66px}.agreement-choice-grid{gap:18px}.agreement-choice-card{grid-template-rows:180px 1fr;min-height:410px}.agreement-choice-visual{min-height:180px}.agreement-choice-body{padding:24px}.agreement-choice-card h3{font-size:26px}.agreement-choice-action{font-size:16px;min-height:56px}}@media (max-width:760px){.agreement-choice-grid{gap:24px;grid-template-columns:1fr}.agreement-choice-card{grid-template-rows:clamp(205px,52vw,260px) 1fr;min-height:0}.agreement-choice-visual{min-height:clamp(205px,52vw,260px)}}@media (max-width:600px){.agreement-paths{padding:42px 16px 58px}.agreement-paths-header{text-align:left}.agreement-paths-header h2{font-size:32px}.agreement-choice-card{grid-template-rows:clamp(205px,52vw,230px) 1fr}.agreement-choice-visual{min-height:clamp(205px,52vw,230px)}.agreement-choice-body{padding:28px 22px 24px}.agreement-choice-card h3{font-size:24px}.agreement-choice-card p{font-size:16px}.agreement-choice-action{font-size:16px;margin-top:32px;min-height:54px;padding:14px 18px}}.benefits{background:#fff;overflow:hidden;padding:60px 40px;scroll-margin-top:80px}.benefits-header{margin:0 auto 64px;max-width:600px;text-align:center}.benefits-header h2{color:#1a1a1a;font-size:52px;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0 0 16px}.benefits-highlight{background:linear-gradient(90deg,#ddd6fe 100%,#0000 0);background-position:0 100%;background-repeat:no-repeat;background-size:0 45%;padding:0 4px;transition:background-size .45s ease-out}.benefits-highlight.animate{background-size:100% 45%}.benefits-header p{color:#6b7280;font-size:20px;line-height:1.5;margin:0}.benefits-bento{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1.2fr 1fr;grid-template-rows:auto auto;margin:0 auto;max-width:1100px}.bento-card{border-radius:28px;overflow:hidden;padding:40px;position:relative}.bento-card.featured{background:linear-gradient(145deg,#1a1a1a,#2d2d2d 50%,#1a1a1a);color:#fff;display:flex;flex-direction:column;grid-row:span 2;justify-content:space-between;min-height:480px}.bento-card.featured:before{animation:pulseGlow 8s ease-in-out infinite;background:radial-gradient(circle,#7c3aed4d 0,#0000 60%);content:"";height:100%;position:absolute;right:-50%;top:-50%;width:100%}.bento-card.featured:after{animation:pulseGlow 8s ease-in-out infinite reverse;background:radial-gradient(circle,#ec489933 0,#0000 60%);bottom:-30%;content:"";height:80%;left:-30%;position:absolute;width:80%}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.featured-content{position:relative;z-index:1}.featured-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:100px;color:#ffffffe6;display:inline-flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.1em;margin-bottom:24px;padding:8px 14px;text-transform:uppercase}.featured-badge svg{animation:boltShake 2s ease-in-out infinite;color:#fff;height:16px;width:16px}@keyframes boltShake{0%,to{filter:drop-shadow(0 0 6px rgba(255,255,255,.8));transform:scale(1) rotate(0deg)}10%{filter:drop-shadow(0 0 16px rgba(255,255,255,1));transform:scale(1.4) rotate(-12deg)}20%{transform:scale(1.35) rotate(10deg)}30%{filter:drop-shadow(0 0 20px rgba(255,255,255,1));transform:scale(1.4) rotate(-8deg)}40%{transform:scale(1.3) rotate(6deg)}50%{filter:drop-shadow(0 0 10px rgba(255,255,255,.9));transform:scale(1.2) rotate(0deg)}}.bento-card.featured h3{color:#fff;font-size:36px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 16px}.bento-card.featured p{color:#ffffffb3;font-size:17px;line-height:1.6;margin:0;max-width:320px}.featured-visual{align-items:center;display:flex;gap:20px;position:relative;z-index:1}.time-display{align-items:baseline;display:flex;gap:4px}.time-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;font-size:96px;font-weight:800;line-height:1}.time-unit{color:#ffffff80;font-size:24px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.bento-card.secondary{background:#f8f8f8;display:flex;flex-direction:column}.secondary-icon{align-items:center;border-radius:16px;display:flex;height:52px;justify-content:center;margin-bottom:24px;overflow:hidden;position:relative;width:52px}.secondary-icon:before{background:linear-gradient(135deg,#7c3aed,#ec4899);content:"";inset:0;opacity:.1;position:absolute}.secondary-icon svg{color:#7c3aed;height:26px;position:relative;width:26px;z-index:1}.bento-card.secondary h3{color:#1a1a1a;font-size:24px;font-weight:600;letter-spacing:-.02em;margin:0 0 12px}.bento-card.secondary p{color:#6b7280;font-size:15px;line-height:1.6;margin:0}.bento-card.savings{background:linear-gradient(135deg,#faf5ff,#fdf2f8)}.savings-highlight{margin-top:auto;padding-top:24px}.savings-comparison{align-items:center;display:flex;gap:16px}.old-price{color:#9ca3af;font-size:18px;text-decoration:line-through}.new-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7c3aed,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:700}.bento-card.privacy{position:relative}.privacy-visual{display:flex;gap:8px;margin-top:auto;padding-top:24px}.privacy-dot{animation:privacyPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#7c3aed,#ec4899);border-radius:50%;height:12px;opacity:.2;width:12px}.privacy-dot:nth-child(2){animation-delay:.3s}.privacy-dot:nth-child(3){animation-delay:.6s}.privacy-dot:nth-child(4){animation-delay:.9s;opacity:.4}.privacy-dot:nth-child(5){animation-delay:1.2s;opacity:.6}@keyframes privacyPulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.floating-shapes{inset:0;overflow:hidden;pointer-events:none;position:absolute}.floating-circle{background:linear-gradient(135deg,#7c3aed1a,#ec48991a);border-radius:50%;position:absolute}.floating-circle:first-child{animation:float 15s ease-in-out infinite;height:200px;right:-50px;top:-100px;width:200px}.floating-circle:nth-child(2){animation:float 20s ease-in-out infinite reverse;bottom:-75px;height:150px;left:20%;width:150px}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(20px,-20px) rotate(5deg)}66%{transform:translate(-10px,10px) rotate(-5deg)}}@media (max-width:900px){.benefits{padding:80px 24px}.benefits-header{margin-bottom:48px}.benefits-header h2{font-size:40px}.benefits-bento{grid-template-columns:1fr;grid-template-rows:auto}.bento-card.featured{grid-row:span 1;min-height:auto;padding:36px}.bento-card.featured h3{font-size:28px}.time-number{font-size:72px}.time-unit{font-size:18px}.bento-card.secondary{padding:32px}}@media (max-width:600px){.benefits-header h2{font-size:32px}.benefits-header p{font-size:17px}.bento-card{padding:28px}.bento-card.featured h3{font-size:24px}.time-number{font-size:56px}.bento-card.secondary h3{font-size:20px}.new-price{font-size:28px}}.guide-hub{background:#fff;padding:80px 40px;width:100%}.guide-hub-inner{margin:0 auto;width:min(1100px,100%)}.guide-hub-header{margin:0 auto 36px;max-width:720px;text-align:center}.guide-hub-eyebrow{color:#7c3aed;font-size:13px;font-weight:700;letter-spacing:0;margin:0 0 10px;text-transform:uppercase}.guide-hub-header h2{color:#1a1a1a;font-size:40px;font-weight:700;letter-spacing:0;line-height:1.15;margin:0 0 14px}.guide-hub-header p{color:#6b7280;font-size:17px;line-height:1.6;margin:0}.guide-hub-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.guide-hub-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1a1a1a;display:block;min-height:100%;padding:22px;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.guide-hub-card:hover{border-color:#7c3aed;box-shadow:0 4px 14px #0000000f}.guide-hub-card span{color:#1a1a1a;display:block;font-size:16px;font-weight:700;line-height:1.35;margin-bottom:8px}.guide-hub-card p{color:#6b7280;font-size:14px;line-height:1.55;margin:0}.guide-hub--compact{padding:48px 0 0}.guide-hub--compact .guide-hub-inner{width:100%}.guide-hub--compact .guide-hub-header{margin-bottom:24px;text-align:left}.guide-hub--compact .guide-hub-header h2{font-size:24px}.guide-hub--compact .guide-hub-header p{font-size:15px}.guide-hub--compact .guide-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:980px){.guide-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.guide-hub{padding:64px 24px}.guide-hub-header h2{font-size:30px}.guide-hub-header p{font-size:16px}.guide-hub--compact .guide-hub-grid,.guide-hub-grid{grid-template-columns:1fr}}.comparison{background:#fff;overflow:hidden;padding:48px 40px 80px}.comparison-header{margin:0 auto 48px;max-width:600px;text-align:center}.comparison-header h2{color:#1a1a1a;font-size:52px;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0 0 16px}.comparison-header p{color:#6b7280;font-size:20px;line-height:1.5;margin:0}.comparison-table-wrapper{-webkit-overflow-scrolling:touch;margin:0 auto;max-width:1000px;overflow-x:auto}.comparison-table{background:#fff;border:1px solid #e5e7eb;border-radius:20px;min-width:700px;overflow:hidden}.comparison-row{border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr}.comparison-row:last-child{border-bottom:none}.comparison-row.header-row{background:#f9fafb}.comparison-cell{align-items:center;color:#374151;display:flex;font-size:15px;justify-content:center;padding:18px 20px;text-align:center}.comparison-cell.feature-cell{background:#fafafa;color:#1a1a1a;font-weight:500;justify-content:flex-start;text-align:left}.header-row .comparison-cell{padding:24px 20px}.comparison-cell.prenuply-cell{background:#7c3aed0a;position:relative}.header-row .comparison-cell.prenuply-cell{background:#7c3aed14}.comparison-cell.prenuply-cell:after,.comparison-cell.prenuply-cell:before{background:#7c3aed26;bottom:0;content:"";position:absolute;top:0;width:1px}.comparison-cell.prenuply-cell:before{left:0}.comparison-cell.prenuply-cell:after{right:0}.provider-header{align-items:center;color:#1a1a1a;display:flex;flex-direction:column;font-size:16px;font-weight:600;gap:6px}.provider-header.prenuply{color:#7c3aed}.prenuply-logo{align-items:center;display:flex;gap:6px}.prenuply-logo-icon{color:#7c3aed}.prenuply-logo-icon,.provider-flag{height:20px;width:20px}.provider-subtitle{color:#9ca3af;font-size:12px;font-weight:400}.best-value-badge{background:#7c3aed;border-radius:100px;color:#fff;font-size:10px;font-weight:600;letter-spacing:.05em;padding:4px 10px;text-transform:uppercase}.cell-text{font-size:14px;line-height:1.4}.prenuply-cell .cell-text{color:#7c3aed;font-weight:600}.check-icon{align-items:center;background:#dcfce7;border-radius:50%;display:flex;height:28px;justify-content:center;width:28px}.check-icon svg{color:#16a34a;height:16px;width:16px}.prenuply-cell .check-icon{background:#7c3aed1f}.prenuply-cell .check-icon svg{color:#7c3aed}.x-icon{align-items:center;background:#fee2e2;border-radius:50%;display:flex;height:28px;justify-content:center;width:28px}.x-icon svg{color:#dc2626;height:14px;width:14px}.comparison-cta{margin-top:40px;text-align:center}.comparison-btn{align-items:center;background:#1a1a1a;border:none;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:background .2s ease}.comparison-btn:hover{background:#3d3d3d}.comparison-btn .btn-arrow{height:18px;width:18px}.comparison-note{color:#6b7280;font-size:14px;margin:16px 0 0}.mobile-only{display:none}@media (max-width:900px){.comparison{padding:60px 24px}.comparison-header h2{font-size:40px}.comparison-table-wrapper{margin:0 -24px;padding:0 24px}.comparison-row{grid-template-columns:1.2fr .9fr .9fr 1fr}.comparison-cell{font-size:13px;padding:14px 12px}.provider-header{font-size:14px}.provider-subtitle{font-size:10px}}@media (max-width:600px){.comparison{padding:40px 20px 60px}.comparison-header{margin-bottom:32px}.comparison-header h2{font-size:32px}.comparison-header p{font-size:17px}.comparison-table-wrapper{margin:0;overflow-x:visible;padding:0}.comparison-table{min-width:0}.desktop-only{display:none}.mobile-only{display:flex}.comparison-row{grid-template-columns:1.2fr 1fr 1.1fr}.comparison-cell{font-size:13px;padding:14px 12px}.header-row .comparison-cell{padding:20px 12px}.cell-text{font-size:12px}.provider-header{font-size:13px}.check-icon,.x-icon{height:22px;width:22px}.check-icon svg{height:12px;width:12px}.x-icon svg{height:10px;width:10px}.comparison-cta{margin-top:32px}.comparison-btn{font-size:15px;justify-content:center;max-width:280px;padding:14px 28px;width:100%}}.quiz{background:#f8fafc;padding:40px 20px 80px;scroll-margin-top:96px}.quiz-container{margin:0 auto;max-width:560px}.quiz-container--result{max-width:620px}.quiz-header{margin-bottom:22px;text-align:center}.quiz-header h2,.quiz-result-card h2{color:#1a1a1a;font-size:36px;font-weight:700;letter-spacing:0;line-height:1.12;margin:0 0 8px}.quiz-header p,.quiz-result-card>p{color:#64748b;font-size:17px;line-height:1.5;margin:0}.quiz-chat{align-items:flex-start;background:#fff;border-radius:20px 20px 20px 0;box-shadow:0 2px 12px #0f172a14;display:flex;gap:12px;margin:0 auto 18px 16px;max-width:480px;padding:18px 22px;position:relative;text-align:left}.quiz-chat:before{background:#fff;bottom:0;-webkit-clip-path:polygon(100% 0,100% 100%,0 100%);clip-path:polygon(100% 0,100% 100%,0 100%);content:"";height:18px;left:-15px;position:absolute;width:16px}.quiz-chat--result{margin-bottom:22px}.quiz-chat-emoji{flex:0 0 auto;font-size:30px;line-height:1}.quiz-chat-content{min-width:0}.quiz-chat-content strong{color:#1a1a1a;display:block;font-family:var(--font-family-heading);font-size:20px;font-weight:700;line-height:1.2;margin-bottom:5px}.quiz-chat-content p{color:#64748b;font-size:15px;line-height:1.45;margin:0}.quiz-card,.quiz-result-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 16px 40px #0f172a14}.quiz-card{padding:24px}.quiz-card h3{color:#1a1a1a;font-size:28px;font-weight:700;letter-spacing:0;line-height:1.18;margin:8px 0 20px;text-align:center}.quiz-answers{grid-gap:10px;display:grid;gap:10px}.quiz-answer{grid-gap:4px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;display:grid;font:inherit;gap:4px;min-height:68px;padding:14px 16px;text-align:left;transition:border-color .18s ease,background-color .18s ease;width:100%}.quiz-answer strong{color:#1a1a1a;font-size:16px;font-weight:700;line-height:1.25}.quiz-answer span{color:#64748b;font-size:14px;line-height:1.35}@media (hover:hover){.quiz-answer:hover{background:#f8fafc;border-color:#1a1a1a}}.quiz-answer:focus-visible,.quiz-back:focus-visible,.quiz-btn:focus-visible{outline:3px solid #1a1a1a24;outline-offset:3px}.quiz-footer{color:#94a3b8;font-size:13px;font-weight:700;margin-top:16px;min-height:24px;text-align:center}.quiz-back{background:#0000;border:0;color:#64748b;cursor:pointer;font:inherit;font-weight:800;padding:0}.quiz-back:hover{color:#1a1a1a}.quiz-result-card{padding:30px;text-align:center}.quiz-result-kicker{background:#f1f5f9;border-radius:100px;color:#475569;display:inline-flex;font-size:13px;font-weight:800;margin-bottom:12px;padding:6px 12px}.quiz-result-card>p{margin:0 auto;max-width:500px}.quiz-result-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:22px 0 26px}.quiz-result-chips span{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:100px;color:#374151;display:inline-flex;font-size:13px;font-weight:800;min-height:34px;padding:7px 12px}.quiz-result-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;margin:0 auto;max-width:390px}.quiz-btn{align-items:center;border-radius:100px;cursor:pointer;display:inline-flex;font:inherit;font-size:15px;font-weight:800;gap:8px;justify-content:center;min-height:52px;padding:13px 18px;text-align:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.quiz-btn svg{height:18px;width:18px}.quiz-btn--primary{background:#1a1a1a;border:1px solid #1a1a1a;color:#fff}.quiz-btn--primary:hover{background:#3d3d3d}.quiz-btn--secondary{background:#fff;border:1px solid #e5e7eb;color:#1a1a1a}.quiz-btn--secondary:hover{border-color:#1a1a1a}.quiz-btn--text{background:#0000;border:0;color:#64748b;min-height:36px;padding:6px 10px}.quiz-btn--text:hover{color:#1a1a1a}@media (max-width:640px){.quiz{padding:20px 16px 64px}.quiz-header h2,.quiz-result-card h2{font-size:30px}.quiz-header p,.quiz-result-card>p{font-size:16px}.quiz-chat{margin-left:12px;padding:16px 18px}.quiz-chat:before{height:16px;left:-12px;width:13px}.quiz-chat-emoji{font-size:26px}.quiz-card,.quiz-result-card{padding:20px}.quiz-card h3{font-size:24px}}.how-it-works{background:#fafafa;overflow:hidden;padding:80px 40px 48px;scroll-margin-top:80px}.how-it-works-header{margin:0 auto 48px;max-width:600px;text-align:center}.how-it-works-header h2{color:#1a1a1a;font-size:52px;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0 0 16px}.how-it-works-header p{color:#6b7280;font-size:20px;line-height:1.5;margin:0}.hiw-steps{display:flex;flex-direction:column;gap:48px;margin:0 auto 48px;max-width:900px}.hiw-step{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1fr 1fr;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.hiw-step.visible{opacity:1;transform:translateY(0)}.hiw-step:nth-child(2n){direction:rtl}.hiw-step:nth-child(2n)>*{direction:ltr}.hiw-step-visual{align-items:flex-start;display:flex}.hiw-step:nth-child(odd) .hiw-step-visual{justify-content:flex-end}.hiw-step:nth-child(2n) .hiw-step-visual{justify-content:flex-start}.hiw-step-content{display:flex;flex-direction:column;max-width:340px}.hiw-step:nth-child(odd) .hiw-step-content{align-items:flex-start;margin-right:auto}.hiw-step:nth-child(2n) .hiw-step-content{align-items:flex-end;margin-left:auto;text-align:right}.hiw-step-badge{align-items:center;background:#ede9fe;border-radius:100px;color:#7c3aed;display:inline-flex;font-size:13px;font-weight:600;gap:5px;margin-bottom:12px;padding:8px 14px}.lightning-icon{height:14px;width:14px}.hiw-step-content h3{color:#1a1a1a;font-size:24px;font-weight:600;letter-spacing:-.02em;line-height:1.3;margin:0 0 8px}.hiw-step-content p{color:#6b7280;font-size:15px;line-height:1.55;margin:0}.hiw-mockup-questionnaire{background:#fff;border-radius:14px;box-shadow:0 4px 20px #00000014;max-width:280px;opacity:.9;padding:20px;transform:rotate(-2deg);width:100%}.hiw-mockup-question{color:#1a1a1a;font-size:15px;font-weight:600;margin-bottom:14px}.hiw-mockup-options{display:flex;flex-direction:column;gap:8px}.hiw-mockup-option{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:default;display:flex;font-size:13px;gap:10px;padding:10px 12px;transition:all .2s ease}.hiw-mockup-option.selected{background:#f3e8ff;border-color:#7c3aed;color:#1a1a1a}.hiw-mockup-checkbox{border:2px solid #d1d5db;border-radius:5px;flex-shrink:0;height:18px;position:relative;width:18px}.hiw-mockup-checkbox.checked{background:#7c3aed;border-color:#7c3aed}.hiw-mockup-checkbox.checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:9px;left:5px;position:absolute;top:1px;transform:rotate(45deg);width:4px}.hiw-mockup-generation{background:#fff;border-radius:14px;box-shadow:0 4px 20px #00000014;max-width:290px;padding:24px;width:100%}.generation-stages{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.gen-stage{align-items:center;color:#9ca3af;display:flex;font-size:14px;gap:12px}.gen-stage.completed{color:#1a1a1a}.gen-stage.active{color:#7c3aed;font-weight:500}.gen-check{align-items:center;background:#dcfce7;border-radius:50%;color:#16a34a;display:flex;font-size:12px;font-weight:700;height:22px;justify-content:center;width:22px}.gen-spinner{animation:spin 1s linear infinite;border:2.5px solid #ede9fe;border-radius:50%;border-top-color:#7c3aed;height:22px;width:22px}@keyframes spin{to{transform:rotate(1turn)}}.generation-progress{background:#f3f4f6;border-radius:100px;height:6px;overflow:hidden}.hiw-progress-bar{animation:progress-pulse 2s ease-in-out infinite;background:#7c3aed;border-radius:100px;height:100%;width:75%}@keyframes progress-pulse{0%,to{opacity:1}50%{opacity:.7}}.hiw-mockup-pdf{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 20px #00000014;max-width:250px;opacity:.9;padding:24px;position:relative;transform:rotate(-2deg);width:100%}.pdf-header{border-bottom:1px solid #e5e7eb;margin-bottom:16px;padding-bottom:12px;text-align:center}.pdf-badge{background:#f3e8ff;border-radius:4px;color:#7c3aed;display:inline-block;font-size:8px;font-weight:700;letter-spacing:.05em;margin-bottom:8px;padding:3px 8px}.pdf-title{color:#1a1a1a;font-size:16px;font-weight:600;margin-bottom:4px}.pdf-subtitle{color:#9ca3af;font-size:11px}.pdf-content{display:flex;flex-direction:column;gap:8px}.pdf-line{background:#f3f4f6;border-radius:4px;height:8px}.pdf-line.short{width:60%}.pdf-download-icon{align-items:center;animation:bounce 2s ease-in-out infinite;background:#ede9fe;border-radius:50%;bottom:-16px;box-shadow:0 4px 12px #00000014;display:flex;height:44px;justify-content:center;position:absolute;right:-16px;width:44px}.pdf-download-icon svg{color:#7c3aed;height:20px;width:20px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.how-it-works-cta{align-items:center;display:flex;flex-direction:column;gap:12px}.hiw-cta-btn{align-items:center;background:#1a1a1a;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:background .2s ease}.hiw-cta-btn:hover{background:#3d3d3d}.hiw-cta-btn .btn-arrow{height:16px;width:16px}.hiw-cta-note{color:#6b7280;font-size:14px;margin:0}@media (max-width:900px){.how-it-works{padding:60px 24px}.how-it-works-header{margin-bottom:48px}.how-it-works-header h2{font-size:40px}.hiw-steps{gap:56px}.hiw-step{gap:32px;grid-template-columns:1fr;text-align:center}.hiw-step:nth-child(2n){direction:ltr}.hiw-step-content{align-items:center!important;margin:0 auto!important;max-width:100%;order:2;text-align:center!important}.hiw-step-visual{justify-content:center!important;order:1}.hiw-step-content h3{font-size:24px}}@media (max-width:600px){.how-it-works{padding:48px 20px}.how-it-works-header h2{font-size:32px}.how-it-works-header p{font-size:17px}.hiw-step-content h3{font-size:22px}.hiw-step-content p{font-size:15px}.hiw-mockup-generation,.hiw-mockup-questionnaire{padding:20px}.hiw-mockup-question{font-size:16px}.hiw-mockup-option{font-size:13px;padding:12px 14px}.hiw-cta-btn{justify-content:center;max-width:280px;padding:14px 28px;width:100%}}.ai-section{background:#fafafa;overflow:hidden;padding:120px 40px}.ai-section-container{margin:0 auto;max-width:1200px}.ai-section-header{margin-bottom:80px;text-align:center}.ai-section-header h2{color:#1a1a1a;font-size:48px;font-weight:600;letter-spacing:0;line-height:1.1;margin:0 0 20px}.ai-highlight{background-image:linear-gradient(#fbcfe8,#fbcfe8);background-position:0 100%;background-repeat:no-repeat;background-size:0 45%;-webkit-box-decoration-break:clone;box-decoration-break:clone;display:inline;padding:0 4px;transition:background-size .45s ease-out}.ai-highlight.animate{background-size:100% 45%}.ai-section-header p{color:#6b7280;font-size:19px;line-height:1.7;margin:0 auto;max-width:640px}.ai-showcase{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.ai-showcase-visual{align-items:center;display:flex;justify-content:center}.ai-orbit{height:340px;position:relative;width:340px}.ai-orbit-ring{border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ai-orbit-ring.ring-1{border:1px solid #0000000f;height:160px;width:160px}.ai-orbit-ring.ring-2{animation:rotate 25s linear infinite;border:1.5px dashed #7c3aed40;height:240px;width:240px}.ai-orbit-ring.ring-3{border:1px solid #0000000f;height:320px;width:320px}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.ai-particle{background:#7c3aed;border-radius:50%;height:6px;left:50%;position:absolute;top:50%;width:6px}.ai-particle.particle-1{animation:orbit-1 8s linear infinite;background:#7c3aed}.ai-particle.particle-2{animation:orbit-2 12s linear infinite;background:#a78bfa;height:4px;width:4px}.ai-particle.particle-3{animation:orbit-3 10s linear infinite reverse;background:#5b21b6;height:5px;width:5px}@keyframes orbit-1{0%{transform:rotate(0deg) translateX(120px) rotate(0deg)}to{transform:rotate(1turn) translateX(120px) rotate(-1turn)}}@keyframes orbit-2{0%{transform:rotate(120deg) translateX(160px) rotate(-120deg)}to{transform:rotate(480deg) translateX(160px) rotate(-480deg)}}@keyframes orbit-3{0%{transform:rotate(240deg) translateX(80px) rotate(-240deg)}to{transform:rotate(600deg) translateX(80px) rotate(-600deg)}}.ai-beam{background:#7c3aed;height:2px;left:50%;opacity:0;position:absolute;top:50%;transform-origin:left center}.ai-beam.beam-1{animation:beam-pulse 4s ease-in-out infinite;animation-delay:0s;transform:translateY(-50%) rotate(-90deg);width:90px}.ai-beam.beam-2{animation:beam-pulse 4s ease-in-out infinite;animation-delay:1s;transform:translateY(-50%) rotate(0deg);width:120px}.ai-beam.beam-3{animation:beam-pulse 4s ease-in-out infinite;animation-delay:2s;transform:translateY(-50%) rotate(90deg);width:90px}.ai-beam.beam-4{animation:beam-pulse 4s ease-in-out infinite;animation-delay:3s;transform:translateY(-50%) rotate(180deg);width:120px}@keyframes beam-pulse{0%,to{opacity:0;width:40px}10%,30%{opacity:.6;width:120px}}.ai-center-pulse{animation:center-pulse-ring 2s ease-out infinite;border:2px solid #a78bfa66;border-radius:20px;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1);width:80px;will-change:transform,opacity}@keyframes center-pulse-ring{0%{opacity:.5;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.75)}}.ai-center-icon{align-items:center;background:#ede9fe;border:2px solid #a78bfa;border-radius:20px;box-shadow:0 4px 16px #8b5cf626;display:flex;height:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px;z-index:10}.ai-center-icon svg{stroke:#7c3aed;height:40px;width:40px}.ai-node{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 16px #00000014;box-sizing:border-box;color:#1a1a1a;font-size:12px;font-weight:600;gap:8px;padding:8px 14px;position:absolute;white-space:nowrap;width:176px;z-index:5}.ai-node,.ai-node-icon{align-items:center;display:flex;justify-content:center}.ai-node-icon{height:18px;width:18px}.ai-node-icon svg{stroke:currentColor;height:14px;width:14px}.ai-node.node-1{animation:pulse-node-1 4s ease-in-out infinite;left:50%;top:10px;transform:translateX(-50%)}.ai-node.node-2{animation:pulse-node-2 4s ease-in-out infinite;right:-84px;top:50%;transform:translateY(-50%)}.ai-node.node-3{animation:pulse-node-3 4s ease-in-out infinite;bottom:10px;left:50%;transform:translateX(-50%)}.ai-node.node-4{animation:pulse-node-4 4s ease-in-out infinite;left:-84px;top:50%;transform:translateY(-50%)}@keyframes pulse-node-1{0%,to{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 16px #00000014;color:#1a1a1a;transform:translateX(-50%) scale(1)}25%,5%{background:#ede9fe;border-color:#a78bfa;box-shadow:0 4px 16px #8b5cf626;color:#7c3aed;transform:translateX(-50%) scale(1.05)}}@keyframes pulse-node-2{0%,25%,to{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 16px #00000014;color:#1a1a1a;transform:translateY(-50%) scale(1)}30%,50%{background:#ede9fe;border-color:#a78bfa;box-shadow:0 4px 16px #8b5cf626;color:#7c3aed;transform:translateY(-50%) scale(1.05)}}@keyframes pulse-node-3{0%,50%,to{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 16px #00000014;color:#1a1a1a;transform:translateX(-50%) scale(1)}55%,75%{background:#ede9fe;border-color:#a78bfa;box-shadow:0 4px 16px #8b5cf626;color:#7c3aed;transform:translateX(-50%) scale(1.05)}}@keyframes pulse-node-4{0%,75%,to{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 16px #00000014;color:#1a1a1a;transform:translateY(-50%) scale(1)}80%,95%{background:#ede9fe;border-color:#a78bfa;box-shadow:0 4px 16px #8b5cf626;color:#7c3aed;transform:translateY(-50%) scale(1.05)}}.ai-showcase-content{display:flex;flex-direction:column;gap:32px}.ai-feature{align-items:flex-start;display:flex;gap:20px}.ai-feature-number{color:#d1d5db;font-family:SF Mono,Fira Code,monospace;font-size:14px;font-weight:700;min-width:28px;padding-top:2px}.ai-feature-text h3{color:#1a1a1a;font-size:18px;font-weight:600;margin:0 0 6px}.ai-feature-text p{color:#6b7280;font-size:15px;line-height:1.6;margin:0}@media (max-width:1000px){.ai-showcase{gap:60px;grid-template-columns:1fr}.ai-showcase-visual{order:-1}.ai-orbit{height:300px;width:300px}.ai-orbit-ring.ring-1{height:140px;width:140px}.ai-orbit-ring.ring-2{height:210px;width:210px}.ai-orbit-ring.ring-3{height:280px;width:280px}.ai-center-icon,.ai-center-pulse{height:70px;width:70px}.ai-center-icon svg{height:36px;width:36px}}@media (max-width:768px){.ai-section{padding:80px 24px}.ai-section-header{margin-bottom:60px}.ai-section-header h2{font-size:36px}.ai-section-header p{font-size:17px}}@media (max-width:600px){.ai-section{padding:60px 20px}.ai-section-header h2{font-size:30px}.ai-section-header p{font-size:16px}.ai-orbit{height:260px;width:260px}.ai-orbit-ring.ring-1{height:120px;width:120px}.ai-orbit-ring.ring-2{height:180px;width:180px}.ai-orbit-ring.ring-3{height:240px;width:240px}.ai-center-icon,.ai-center-pulse{border-radius:16px;height:60px;width:60px}.ai-center-icon svg{height:30px;width:30px}.ai-node{font-size:10px;gap:6px;padding:6px 10px;width:144px}.ai-node-icon{height:14px;width:14px}.ai-node-icon svg{height:12px;width:12px}.ai-node.node-2{right:-64px}.ai-node.node-4{left:-64px}.ai-feature-text h3{font-size:16px}.ai-feature-text p{font-size:14px}.ai-particle.particle-1{animation:orbit-1-mobile 8s linear infinite}.ai-particle.particle-2{animation:orbit-2-mobile 12s linear infinite}.ai-particle.particle-3{animation:orbit-3-mobile 10s linear infinite reverse}@keyframes orbit-1-mobile{0%{transform:rotate(0deg) translateX(90px) rotate(0deg)}to{transform:rotate(1turn) translateX(90px) rotate(-1turn)}}@keyframes orbit-2-mobile{0%{transform:rotate(120deg) translateX(115px) rotate(-120deg)}to{transform:rotate(480deg) translateX(115px) rotate(-480deg)}}@keyframes orbit-3-mobile{0%{transform:rotate(240deg) translateX(60px) rotate(-240deg)}to{transform:rotate(600deg) translateX(60px) rotate(-600deg)}}}.who-section{background:var(--color-bg-secondary);padding:80px 40px;scroll-margin-top:80px}.who-container{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1.2fr;margin:0 auto;max-width:1100px}.who-left h2{color:#0f0f0f;font-size:40px;font-weight:700;letter-spacing:-.025em;line-height:1.15;margin-bottom:16px}.who-left p{color:var(--color-text-secondary);font-size:17px;line-height:1.6;margin-bottom:32px}.who-cta{align-items:center;background:#1a1a1a;border-radius:100px;color:#fff;display:inline-flex;font-family:var(--font-family);font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:background .2s ease}.who-cta:hover{background:#3d3d3d}.who-cta .btn-arrow{height:18px;width:18px}.who-right{display:flex;flex-direction:column;gap:0}.who-item{align-items:flex-start;border-bottom:1px solid var(--color-border);display:flex;gap:20px;opacity:0;padding:28px 0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease}.who-item:first-child{padding-top:0}.who-item:last-child{border-bottom:none;padding-bottom:0}.who-item.visible{opacity:1;transform:translateY(0)}.who-number{color:var(--color-text-light);flex-shrink:0;font-family:monospace;font-family:var(--font-family-mono,monospace);font-size:14px;font-weight:600;margin-top:2px}.who-question{color:#1a1a1a;font-size:18px;font-weight:600;line-height:1.4;margin-bottom:6px}.who-detail{color:var(--color-text-secondary);font-size:15px;line-height:1.5}@media (max-width:900px){.who-container{gap:40px;grid-template-columns:1fr}.who-left{text-align:center}}@media (max-width:768px){.who-section{padding:64px 20px}.who-left h2{font-size:28px}}.testimonials{background:#fafafa;overflow:hidden;padding:100px 0}.testimonials-header{margin:0 auto 48px;max-width:600px;padding:0 40px;text-align:center}.testimonials-header h2{color:#1a1a1a;font-size:36px;font-weight:600;letter-spacing:-.02em;margin:0}.testimonials-marquee{mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);overflow:hidden;position:relative;width:100%}.testimonials-track{animation:scroll 60s linear infinite;display:flex;gap:24px;width:-webkit-max-content;width:max-content}.testimonials-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial-card{background:#fff;border-radius:12px;display:flex;flex-direction:column;flex-shrink:0;gap:16px;padding:28px;width:360px}.testimonial-quote{color:#4b5563;flex-grow:1;font-size:15px;line-height:1.7;margin:0}.testimonial-author{display:flex;flex-direction:column}.testimonial-name{color:#1a1a1a;font-size:14px;font-weight:600}@media (max-width:600px){.testimonials{padding:60px 0}.testimonials-header{padding:0 20px}.testimonials-header h2{font-size:28px}.testimonial-card{padding:24px;width:300px}.testimonials-track{animation-duration:80s;gap:16px}}.pricing{background:var(--color-bg-primary);padding:80px var(--spacing-xl);scroll-margin-top:80px}.pricing-inner{margin:0 auto;max-width:560px}.pricing-header{margin-bottom:48px;text-align:center}.pricing-header h2{color:#0f0f0f;font-size:40px;font-weight:var(--font-weight-bold);letter-spacing:0;line-height:1.15;margin-bottom:var(--spacing-md)}.pricing-highlight{display:inline-block;padding:0 4px;position:relative;z-index:0}.pricing-highlight:after{background:#bbf7d0;bottom:.02em;content:"";height:45%;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left center;transition:transform .45s ease-out;z-index:-1}.pricing-highlight.animate:after{transform:scaleX(1)}.pricing-subtitle{color:var(--color-text-secondary);font-size:var(--font-size-lg);line-height:var(--line-height-relaxed)}.pricing-card{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden}.pricing-card-top{padding:40px 36px;text-align:center}.pricing-amount{align-items:baseline;display:flex;gap:4px;justify-content:center;margin-bottom:16px}.pricing-currency{align-self:flex-start;color:#0f0f0f;font-size:28px;font-weight:var(--font-weight-semibold);margin-top:8px}.pricing-value{color:#0f0f0f;font-size:72px;font-weight:var(--font-weight-extrabold);letter-spacing:0;line-height:1}.pricing-term{align-self:flex-end;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:12px;margin-left:4px}.pricing-desc,.pricing-term{color:var(--color-text-secondary)}.pricing-desc{font-size:var(--font-size-base);line-height:var(--line-height-relaxed);margin:0 auto 28px;max-width:380px}.pricing-cta{align-items:center;background:#1a1a1a;border:none;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:background .2s ease}.pricing-cta:hover{background:#3d3d3d}.pricing-cta .btn-arrow{height:18px;width:18px}.pricing-guarantee{color:var(--color-text-light);font-size:var(--font-size-xs);margin-top:14px}.pricing-transparency{color:var(--color-text-secondary);font-size:var(--font-size-xs);line-height:var(--line-height-relaxed);margin:8px auto 0;max-width:340px}.pricing-divider{background:var(--color-border);height:1px}.pricing-features{display:flex;flex-direction:column;gap:16px;list-style:none;padding:32px 36px}.pricing-features li{align-items:center;color:var(--color-text-primary);display:flex;font-size:var(--font-size-sm);gap:12px;line-height:var(--line-height-normal)}.pricing-check{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.pricing-check svg{color:var(--color-primary);height:16px;width:16px}.faq-section{margin-top:64px}.faq-section h3{color:var(--color-text-primary);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-xl);text-align:center}.faq-list{display:flex;flex-direction:column;gap:2px}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item:last-child{border-bottom:none}.faq-question{align-items:center;background:none;border:none;color:var(--color-text-primary);cursor:pointer;display:flex;font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);justify-content:space-between;padding:20px 0;text-align:left;width:100%}.faq-question svg{color:var(--color-text-light);flex-shrink:0;height:18px;transition:transform var(--transition-normal);width:18px}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height var(--transition-slow)}.faq-item.open .faq-answer{max-height:420px}.faq-answer p{color:var(--color-text-secondary);line-height:var(--line-height-relaxed);padding:0 0 20px}.faq-answer p,.faq-see-more{font-size:var(--font-size-sm)}.faq-see-more{align-items:center;color:var(--color-text-primary);display:flex;font-weight:var(--font-weight-semibold);gap:var(--spacing-xs);justify-content:center;margin-top:var(--spacing-xl);text-decoration:none;transition:color var(--transition-normal)}.faq-see-more:hover{color:#000}.faq-see-more svg{height:16px;width:16px}@media (max-width:768px){.pricing{padding:64px 20px}.pricing-header h2{font-size:28px}.pricing-value{font-size:56px}.pricing-card-top{padding:32px 24px}.pricing-features{padding:28px 24px}}.lawyer-review{background:var(--color-bg-secondary);padding:60px var(--spacing-xl)}.lawyer-review-container{margin:0 auto;max-width:600px}.lawyer-review-compact{background:#0000;padding:0}.lawyer-review-compact .lawyer-review-container{max-width:none}.lawyer-review-header{margin-bottom:var(--spacing-2xl);text-align:center}.lawyer-review-compact .lawyer-review-header{margin-bottom:var(--spacing-xl);padding-right:36px;text-align:left}.lawyer-review-header h2{color:#1a1a1a;font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);margin-bottom:var(--spacing-sm)}.lawyer-review-compact .lawyer-review-header h2{font-size:var(--font-size-2xl)}.lawyer-review-header p{color:var(--color-text-secondary);font-size:var(--font-size-base)}.lawyer-review-form{display:flex;flex-direction:column;gap:var(--spacing-lg)}.lawyer-review-fields{grid-gap:var(--spacing-md);display:grid;gap:var(--spacing-md);grid-template-columns:1fr 1fr}.lawyer-review-field{display:flex;flex-direction:column;gap:var(--spacing-xs)}.lawyer-review-field label{color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.lawyer-review-field .optional{color:var(--color-text-secondary);font-weight:var(--font-weight-normal)}.lawyer-review-field input,.lawyer-review-field select{background:#fff;border:1px solid #d1d5db;border-radius:var(--radius-md);color:var(--color-text-primary);font-family:var(--font-family);font-size:var(--font-size-sm);padding:10px 14px;transition:border-color var(--transition-normal)}.lawyer-review-field input:focus,.lawyer-review-field select:focus{border-color:#1a1a1a;outline:none}.lawyer-review-field input::placeholder{color:#9ca3af}.lawyer-review-consent{align-items:flex-start;color:var(--color-text-secondary);cursor:pointer;display:flex;font-size:var(--font-size-sm);gap:10px;line-height:1.45}.lawyer-review-consent input{accent-color:#1a1a1a;cursor:pointer;flex:0 0 auto;height:16px;margin-top:2px;width:16px}.lawyer-review-consent span{flex:1 1}.lawyer-review-error{color:#dc2626;font-size:var(--font-size-sm);text-align:center}.lawyer-review-submit{align-items:center;align-self:center;background:#1a1a1a;border:none;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:16px;font-weight:600;justify-content:center;padding:16px 32px;transition:all .2s ease}.lawyer-review-compact .lawyer-review-submit{width:100%}.lawyer-review-submit:hover:not(:disabled){background:#333}.lawyer-review-submit:disabled{cursor:not-allowed;opacity:.6}.lawyer-review-success{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-md);padding:var(--spacing-2xl) 0}.lawyer-review-success svg{color:#16a34a;height:40px;width:40px}.lawyer-review-success p{color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-medium)}@media (max-width:768px){.lawyer-review-header h2{font-size:var(--font-size-2xl)}.lawyer-review-fields{grid-template-columns:1fr}}.cta-section{background:linear-gradient(180deg,#fff,#fff 55%,#fef3e7 70%,#fce7f3 80%,#e9d5ff 90%,#c4b5fd);overflow:hidden;padding:60px 40px 140px;position:relative}.cta-container{margin:0 auto;max-width:800px;position:relative;z-index:1}.cta-content{text-align:center}.cta-content h2{color:#1a1a1a;font-size:48px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 24px}.cta-content>p{color:#4b5563;font-size:18px;line-height:1.6;margin:0 0 40px}.cta-features{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-bottom:40px}.cta-feature{align-items:center;color:#4b5563;display:flex;font-size:14px;gap:8px}.cta-feature svg{color:#7c3aed;height:18px;width:18px}.cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.cta-button-large{align-items:center;background:#1a1a1a;border:none;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:background .2s ease,border-color .2s ease}.cta-button-large .btn-arrow{height:18px;width:18px}.cta-button-large:hover{background:#3d3d3d}.cta-button-secondary{align-items:center;background:#0000;border:1px solid #0003;border-radius:100px;color:#1a1a1a;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:background .2s ease,border-color .2s ease}.cta-button-secondary .btn-arrow{height:18px;width:18px}.cta-button-secondary:hover{border-color:#1a1a1a}.cta-note{color:#6b7280;font-size:14px;margin-top:32px}.cta-note a{color:#1a1a1a;text-decoration:underline;text-underline-offset:2px}.cta-note a:hover{text-decoration:none}@media (max-width:768px){.cta-section{padding:80px 24px 160px}.cta-content h2{font-size:32px}.cta-content>p{font-size:16px}.cta-features{gap:12px}.cta-buttons,.cta-features{align-items:center;flex-direction:column}.cta-button-large,.cta-button-secondary{justify-content:center;max-width:280px;width:100%}}.footer{background:linear-gradient(135deg,#4c1d95,#1e1b4b 50%,#0f0a1e);border-radius:32px 32px 0 0;color:#fff;margin-top:-40px;padding:80px 40px 0;position:relative;z-index:10}.footer-main{grid-gap:80px;display:grid;gap:80px;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1200px;padding-bottom:60px}.footer-brand{max-width:280px}.footer-logo{margin-bottom:20px}.footer-tagline{color:#fff9;font-size:14px;line-height:1.6;margin:0 0 12px}.footer-canadian{color:#ffffff80;font-size:13px;margin:0}.footer-social{display:flex;gap:12px;margin:16px 0}.footer-social a{align-items:center;background:#ffffff1a;border-radius:8px;color:#ffffffb3;display:flex;height:36px;justify-content:center;text-decoration:none;transition:all .2s ease;width:36px}.footer-social a:hover{background:#fff3;color:#fff}.footer-social svg{height:18px;width:18px}.footer-social svg.footer-social-crunchbase,.footer-social svg.footer-social-threads{height:20px;width:20px}.footer-links{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.footer-column h4{color:#ffffff80;font-size:11px;font-weight:500;letter-spacing:.15em;margin:0 0 20px;text-transform:uppercase}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin-bottom:12px}.footer-column a{align-items:center;color:#ffffffd9;display:inline-flex;font-size:14px;font-weight:400;gap:4px;text-decoration:none;transition:color .2s ease}.footer-column a:hover{color:#fff}.footer-column a svg{height:14px;opacity:.5;transition:opacity .2s ease,transform .2s ease;width:14px}.footer-column a:hover svg{opacity:1;transform:translateX(2px)}.footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;gap:14px;margin:0 auto;max-width:1200px;padding:24px 0}.footer-bottom,.footer-bottom-copy{align-items:center;display:flex;justify-content:center}.footer-bottom-copy{flex-wrap:wrap;gap:8px 20px;text-align:center;width:100%}.footer-copyright{color:#ffffff80;font-size:13px}.footer-company-info{color:#ffffff73;font-size:12px}.footer-disclaimer{color:#ffffff59;font-size:12px}.footer-ai-link{align-items:center;background:#0000;border:0;color:#ffffff61;display:inline-flex;font-size:12px;font-weight:500;justify-content:center;padding:0;text-align:center;text-decoration:none;transition:color .2s ease}.footer-ai-link:hover{color:#ffffffb3;text-decoration:underline}@media (max-width:900px){.footer{padding:60px 24px 0}.footer-main{gap:48px;grid-template-columns:1fr}.footer-brand{max-width:100%}.footer-links{gap:24px;grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.footer{padding:48px 20px 0}.footer-links{gap:32px 24px;grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:12px;padding:20px 0;text-align:center}.footer-bottom-copy{flex-direction:column;gap:8px}.footer-disclaimer{text-align:center}.footer-ai-link{white-space:normal}}@media (max-width:400px){.footer-links{gap:32px;grid-template-columns:1fr}}.bottom-blur-container{bottom:0;height:80px;left:0;pointer-events:none;position:fixed;right:0;z-index:100}.bottom-blur-layer{inset:0;-webkit-mask-image:inherit;mask-image:inherit;position:absolute}.discount-banner{background:#991b1b;background:var(--discount-banner-bg,#991b1b);border-bottom:1px solid #ffffff2e;border-bottom:1px solid var(--discount-banner-border,#ffffff2e);color:#fff;color:var(--discount-banner-fg,#fff);width:100%}.discount-banner-inner{align-items:center;display:flex;gap:18px;justify-content:center;margin:0 auto;max-width:1280px;min-height:44px;padding:10px 32px}.discount-banner-message{font-size:14px;font-weight:600;line-height:1.35;margin:0;text-align:center}.discount-banner-message-mobile{display:none}.discount-banner-actions{align-items:center;display:inline-flex;flex-shrink:0;gap:8px}.discount-banner-code,.discount-banner-date{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;line-height:1;min-height:28px;padding:0 10px}.discount-banner-code{background:#fff;background:var(--discount-banner-chip-bg,#fff);color:#991b1b;color:var(--discount-banner-chip-fg,#991b1b);letter-spacing:.06em;vertical-align:middle}.discount-banner-code-button{border:0;cursor:pointer;font-family:var(--font-family)}.discount-banner-code-button:focus-visible,.discount-banner-code-button:hover{outline:2px solid #fff;outline:2px solid var(--discount-banner-fg,#fff);outline-offset:2px}.discount-banner-date{background:#ffffff24;background:var(--discount-banner-subtle-bg,#ffffff24)}.discount-banner-copy,.discount-banner-date{color:#fff;color:var(--discount-banner-fg,#fff)}.discount-banner-copy{align-items:center;background:#0000;border:1px solid #ffffff70;border:1px solid var(--discount-banner-button-border,#ffffff70);border-radius:999px;cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:12px;font-weight:700;gap:6px;justify-content:center;min-height:30px;padding:0 12px;transition:background var(--transition-fast),border-color var(--transition-fast);white-space:nowrap}.discount-banner-copy-icon{flex-shrink:0;height:14px;width:14px}.discount-banner-copy:focus-visible,.discount-banner-copy:hover{background:#ffffff24;background:var(--discount-banner-button-hover,#ffffff24);border-color:#fff;border-color:var(--discount-banner-fg,#fff);outline:none}@media (max-width:760px){.discount-banner-inner{gap:0;min-height:40px;overflow:hidden;padding:8px 12px}.discount-banner-actions,.discount-banner-message-desktop{display:none}.discount-banner-message-mobile{align-items:center;display:inline-flex;font-size:13px;gap:5px;justify-content:center;line-height:1;overflow:hidden;white-space:nowrap;width:100%}.discount-banner-message-mobile>span{flex-shrink:1;min-width:0}.discount-banner-code,.discount-banner-date{flex-shrink:0;font-size:11px;min-height:24px;padding:0 8px}}@media (max-width:360px){.discount-banner-inner{padding:7px 8px}.discount-banner-message-mobile{font-size:12px;gap:4px}.discount-banner-code,.discount-banner-date{font-size:10px;padding:0 7px}}
/*# sourceMappingURL=main.0de9189e.css.map*/