@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-l_AIctKy.woff2)format("woff2");font-weight:600 700;font-style:normal;font-display:swap}:root{--ink-deepest:#060a17;--ink-deep:#0b1120;--ink-panel-top:#0d1224f5;--ink-panel-bottom:#080b17f7;--slate-900:#0f172a;--slate-800:#1e293b;--slate-600:#475569;--slate-500:#64748b;--text-light-primary:#f1f5f9;--text-light-secondary:#cbd5e1;--text-light-muted:#94a3b8;--text-dark-primary:#111827;--text-dark-secondary:#4a4a4a;--brand-gradient:linear-gradient(135deg, #22d3ee, #6366f1);--brand-gradient-hover:linear-gradient(135deg, #38bdf8, #4f46e5);--brand-gradient-active:linear-gradient(135deg, #0ea5e9, #4338ca);--on-brand:#0b1120;--accent-sky:#7dd3fc;--accent-sky-light:#bae6fd;--accent-indigo:#4f46e5;--border-dark:#7dd3fc29;--border-dark-neutral:#94a3b82e;--border-light:#0f172a14;--surface-dark:#060a17d1;--surface-dark-card:#ffffff0a;--surface-light:#ffffffb8;--shadow-dark-elevated:0 24px 60px -18px #000000b3, 0 0 40px -12px #22d3ee40;--shadow-button-glow:0 12px 30px -10px #22d3ee8c;--shadow-light-soft:0 4px 12px #0000000a;--shadow-light-hover:0 10px 24px #0f172a2e;--error-crimson:#be123c;--success-teal:#0d9488;--focus-ring:#22d3ee;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-brand:"Montserrat", "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--ink-deepest);color:var(--text-light-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}img{max-width:100%}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.button-primary{background:var(--brand-gradient);color:var(--on-brand);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,box-shadow .2s,transform 50ms;display:inline-flex}.button-primary:hover{background:var(--brand-gradient-hover);box-shadow:var(--shadow-button-glow);transform:translateY(-1px)}.button-primary:active{background:var(--brand-gradient-active);transform:translateY(0)}.button-primary:disabled{color:var(--slate-600);cursor:not-allowed;box-shadow:none;background:#ffffff14;transform:none}.button-ghost{color:var(--text-light-secondary);border:1px solid var(--border-dark-neutral);cursor:pointer;background:#ffffff0f;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .1s;display:inline-flex}.button-ghost:hover{background:#22d3ee21;border-color:#22d3ee66;transform:translateY(-1px)}.section-light .button-ghost{color:var(--slate-800);background:#0f172a0a;border-color:#0f172a24}.section-light .button-ghost:hover{background:#22d3ee1f;border-color:#22d3ee73}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-color:#22d3ee99;box-shadow:0 0 0 4px #22d3ee4d}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}.main-header{z-index:100;background:var(--surface-dark);-webkit-backdrop-filter:blur(18px)saturate(150%);border-bottom:1px solid var(--border-dark);justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;display:flex;position:sticky;top:0}.main-header-left{align-items:center;gap:28px;min-width:0;display:flex}.main-header-logo-link{flex-shrink:0;align-items:center;display:inline-flex}.main-header .logo{object-fit:contain;width:auto;height:34px}.main-header-nav{align-items:center;gap:20px;display:flex}.main-header-nav-link{color:var(--text-light-secondary);white-space:nowrap;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.main-header-nav-link:hover{color:var(--accent-sky-light)}.main-header-right{flex-shrink:0;align-items:center;gap:14px;display:flex}.main-header-sign-in{color:var(--accent-sky);white-space:nowrap;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.main-header-sign-in:hover{color:var(--accent-sky-light)}.main-header-cta{white-space:nowrap;padding:9px 18px;font-size:.9rem}.language-switcher{position:relative}.language-switcher-button{border:1px solid var(--border-dark-neutral);color:var(--text-light-secondary);cursor:pointer;background:#ffffff0f;border-radius:10px;align-items:center;gap:7px;padding:8px 12px;font-family:inherit;font-size:.85rem;font-weight:500;transition:background .2s,border-color .2s;display:inline-flex}.language-switcher-button:hover{background:#22d3ee1f;border-color:#22d3ee66}.language-switcher-icon{color:var(--accent-sky);flex-shrink:0}.language-switcher-chevron{color:var(--text-light-muted);flex-shrink:0;transition:transform .2s}.language-switcher-chevron-open{transform:rotate(180deg)}.language-switcher-menu{z-index:200;background:#fff;border:none;border-radius:14px;min-width:160px;margin:0;padding:6px;list-style:none;animation:.16s cubic-bezier(.22,1,.36,1) language-menu-in;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 24px 60px -18px #0f172a59,0 4px 16px #0f172a1f}@keyframes language-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.language-switcher-option{width:100%;color:var(--text-dark-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:9px 12px;font-family:inherit;font-size:.9rem;font-weight:500;transition:background .15s;display:flex}.language-switcher-option:hover{background:#0f172a0d}.language-switcher-option-active{color:var(--accent-indigo)}.hero{background:linear-gradient(180deg, #060a17cc 0%, #060a17a3 45%, #060a17ed 100%), url(/assets/background-CjOSrszV.png) center / cover no-repeat, var(--ink-deepest);padding:96px 24px 88px;position:relative;overflow:hidden}.hero-glow{filter:blur(56px);pointer-events:none;background:radial-gradient(circle at 40% 42%,#22d3ee61,#0000 60%),radial-gradient(circle at 64% 60%,#6366f166,#0000 62%);width:820px;height:580px;animation:16s ease-in-out infinite hero-glow-drift;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}@keyframes hero-glow-drift{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-46%,-54%)scale(1.06)}}.hero-content{text-align:center;flex-direction:column;align-items:center;max-width:1040px;margin:0 auto;display:flex;position:relative}.hero-content>*{animation:.7s cubic-bezier(.22,1,.36,1) both hero-rise}.hero-content>:nth-child(2){animation-delay:60ms}.hero-content>:nth-child(3){animation-delay:.12s}.hero-content>:nth-child(4){animation-delay:.18s}.hero-content>:nth-child(5){animation-delay:.24s}.hero-content>:nth-child(6){animation-delay:.3s}.hero-content>:nth-child(7){animation-delay:.36s}@keyframes hero-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-logo{filter:drop-shadow(0 8px 30px #22d3ee73);width:auto;height:58px;margin-bottom:26px}.hero-badge{color:#c7d2fe;font-family:var(--font-brand);letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg,#22d3ee29,#6366f133);border:1px solid #7dd3fc4d;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:7px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--brand-gradient);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite hero-pulse}@keyframes hero-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-heading{letter-spacing:-.03em;background:linear-gradient(#fff 0%,#bae6fd 58%,#818cf8 128%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 6px 44px #22d3ee59);-webkit-background-clip:text;background-clip:text;max-width:1000px;margin-bottom:16px;padding-bottom:.12em;font-size:clamp(2.4rem,5.4vw,4rem);font-weight:600;line-height:1.14}.hero-tagline{font-family:var(--font-brand);letter-spacing:.22em;text-transform:uppercase;color:var(--accent-sky);margin-bottom:18px;font-size:.85rem;font-weight:600}.hero-sub{color:var(--text-light-muted);max-width:640px;margin-bottom:36px;font-size:1.05rem}.hero-prompt{-webkit-backdrop-filter:blur(18px)saturate(140%);cursor:pointer;background:#0d14288c;border:2px solid #7dd3fc47;border-radius:32px;align-items:center;gap:14px;width:100%;max-width:720px;min-height:72px;margin-bottom:34px;padding:16px 18px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 24px 70px -24px #22d3ee80,inset 0 1px #ffffff0d}.hero-prompt:hover,.hero-prompt:focus-visible{border-color:#22d3ee99;box-shadow:0 0 0 1px #22d3ee40,0 28px 90px -22px #22d3eeb3}.hero-prompt-icon{width:36px;height:36px;color:var(--text-light-muted);background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hero-prompt-text{color:#e2e8f0;text-align:left;white-space:nowrap;flex:1;align-items:center;min-height:1.4em;font-size:1.125rem;display:inline-flex;overflow:hidden}.hero-prompt-caret{background:var(--accent-sky);width:2px;height:1.2em;margin-left:3px;animation:1.1s step-end infinite caret-blink;display:inline-block}@keyframes caret-blink{0%,to{opacity:1}50%{opacity:0}}.hero-prompt-send{background:var(--brand-gradient);width:36px;height:36px;color:var(--on-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 8px 24px -6px #22d3ee99}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.hero-primary-button{padding:13px 28px;font-size:1rem}.section{padding:84px 24px}.section-dark{background:radial-gradient(900px 640px at 12% 8%, #22d3ee12, transparent 55%), radial-gradient(1000px 700px at 90% 92%, #6366f117, transparent 55%), var(--ink-deepest);color:var(--text-light-primary)}.section-dark+.section-dark{border-top:1px solid var(--border-dark-neutral)}.section-light{color:var(--text-dark-primary);background:radial-gradient(1100px 780px at 8% 10%,#22d3ee1a,#0000 55%),radial-gradient(1200px 820px at 94% 90%,#6366f121,#0000 55%),radial-gradient(820px 600px at 80% 2%,#7dd3fc17,#0000 55%),linear-gradient(#edf1fb 0%,#f5f7fc 55%,#fbfcfe 100%)}.section-inner{text-align:center;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.section-eyebrow{font-family:var(--font-brand);letter-spacing:.22em;text-transform:uppercase;color:var(--accent-indigo);margin-bottom:14px;font-size:.72rem;font-weight:600}.section-dark .section-eyebrow{color:var(--accent-sky)}.section-title{letter-spacing:-.02em;max-width:760px;margin-bottom:14px;font-size:clamp(1.7rem,3.4vw,2.3rem);font-weight:600;line-height:1.2}.section-dark .section-title{background:linear-gradient(#fff 0%,#bae6fd 70%,#818cf8 140%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-bottom:.1em}.section-sub{max-width:680px;margin-bottom:44px;font-size:1.02rem}.section-light .section-sub{color:var(--text-dark-secondary)}.section-dark .section-sub{color:var(--text-light-muted)}.video-section{padding-top:72px}.video-frame{border:1px solid var(--border-dark);background:linear-gradient(160deg, var(--ink-panel-top), var(--ink-panel-bottom));width:100%;max-width:960px;box-shadow:var(--shadow-dark-elevated);border-radius:18px;padding:10px;overflow:hidden}.video-player{background:#000;border-radius:10px;width:100%;display:block}.approach-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:22px;width:100%;margin-bottom:26px;display:grid}.approach-panel{border:1px solid var(--border-light);text-align:left;background:#ffffff75;border-radius:14px;flex-direction:column;padding:28px 24px;display:flex}.approach-panel-us{background:var(--surface-light);-webkit-backdrop-filter:blur(16px)saturate(140%);border-color:#22d3ee73;position:relative;overflow:hidden;box-shadow:0 18px 44px -22px #22d3eea6}.approach-panel-us:before{content:"";background:var(--brand-gradient);height:2px;position:absolute;top:0;left:0;right:0}.approach-head{margin-bottom:18px}.approach-label{font-family:var(--font-brand);letter-spacing:.16em;text-transform:uppercase;color:var(--slate-500);margin-bottom:10px;font-size:.72rem;font-weight:600;display:block}.approach-panel-us .approach-label{color:var(--accent-indigo)}.approach-summary{letter-spacing:-.01em;color:var(--slate-600);font-size:1.02rem;font-weight:600;line-height:1.35}.approach-panel-us .approach-summary{color:var(--text-dark-primary)}.approach-points{flex-direction:column;gap:11px;list-style:none;display:flex}.approach-points li{color:var(--text-dark-secondary);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.45;display:flex}.approach-mark{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:inline-flex}.approach-mark-cross{color:var(--slate-500);background:#94a3b833}.approach-mark-check{color:var(--accent-indigo);background:#22d3ee2e}.approach-note{max-width:760px;color:var(--text-dark-primary);margin-bottom:44px;font-size:1rem;font-weight:600}@supports (grid-template-rows:subgrid){.approach-panel{grid-template-rows:subgrid;grid-row:span 2;display:grid}.approach-head{margin-bottom:0}}.value-grid{grid-template-columns:repeat(3,1fr);gap:22px;width:100%;display:grid}.value-card{background:var(--surface-light);-webkit-backdrop-filter:blur(16px)saturate(140%);border:1px solid var(--border-light);text-align:left;box-shadow:var(--shadow-light-soft);border-radius:14px;padding:28px 24px;transition:transform .2s,box-shadow .2s,border-color .2s}.value-card:hover{box-shadow:var(--shadow-light-hover);border-color:#22d3ee66;transform:translateY(-2px)}.value-card-icon{width:46px;height:46px;color:var(--accent-indigo);background:linear-gradient(135deg,#22d3ee29,#6366f133);border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.value-card-title{letter-spacing:-.01em;margin-bottom:10px;font-size:1.12rem;font-weight:600}.value-card-body{color:var(--text-dark-secondary);font-size:.94rem}.how-pipeline{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:4px;width:100%;margin-bottom:44px;display:flex}.how-step-group{flex:1;align-items:center;gap:4px;min-width:190px;display:flex}.how-step-arrow{color:var(--accent-sky);flex-shrink:0;align-items:center;display:flex}.how-step{background:var(--surface-dark-card);border:1px solid var(--border-dark);border-radius:14px;flex:1;padding:20px 16px;transition:transform .2s,border-color .2s,box-shadow .2s}.how-step:hover{border-color:#22d3ee66;transform:translateY(-2px);box-shadow:0 18px 50px -18px #22d3ee73}.how-step-index{background:var(--brand-gradient);width:30px;height:30px;color:var(--on-brand);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:.85rem;font-weight:700;display:inline-flex}.how-step-title{color:var(--text-light-primary);margin-bottom:6px;font-size:1rem;font-weight:600}.how-step-caption{color:var(--text-light-muted);font-size:.84rem;line-height:1.45}.how-cards{grid-template-columns:repeat(3,1fr);gap:22px;width:100%;display:grid}.how-card{background:linear-gradient(160deg, var(--ink-panel-top), var(--ink-panel-bottom));border:1px solid var(--border-dark);text-align:left;border-radius:14px;padding:26px 24px;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.how-card:before{content:"";background:linear-gradient(90deg,#0000,#22d3eeb3,#6366f1b3,#0000);height:1px;position:absolute;top:0;left:0;right:0}.how-card:hover{border-color:#22d3ee66;transform:translateY(-2px);box-shadow:0 18px 50px -18px #22d3ee73}.how-card-title{color:var(--text-light-primary);margin-bottom:10px;font-size:1.08rem;font-weight:600}.how-card-body{color:var(--text-light-muted);font-size:.93rem}.stories-grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:22px;width:100%;display:grid}.story-card{background:var(--surface-light);-webkit-backdrop-filter:blur(16px)saturate(140%);border:1px solid var(--border-light);text-align:left;box-shadow:var(--shadow-light-soft);border-radius:14px;flex-direction:column;padding:28px 24px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.story-card:hover{box-shadow:var(--shadow-light-hover);border-color:#22d3ee66;transform:translateY(-2px)}.story-card-icon{background:var(--brand-gradient);width:44px;height:44px;color:var(--on-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;margin-bottom:16px;display:inline-flex;box-shadow:0 4px 14px -3px #22d3ee8c}.story-card-header{margin-bottom:14px}.story-card-title{letter-spacing:-.01em;margin-bottom:6px;font-size:1.15rem;font-weight:600}.story-card-description{color:var(--text-dark-secondary);font-size:.94rem}.story-card-bullets{margin-bottom:16px;list-style:none}.story-card-bullets li{color:var(--text-dark-secondary);margin-bottom:7px;padding-left:20px;font-size:.9rem;position:relative}.story-card-bullets li:last-child{margin-bottom:0}.story-card-bullets li:before{content:"";background:var(--brand-gradient);border-radius:2px;width:8px;height:8px;position:absolute;top:.52em;left:0}.story-card-contrast{border-top:1px solid var(--border-light);color:var(--accent-indigo);margin-top:auto;padding-top:14px;font-size:.88rem;font-weight:600}.stories-note{max-width:720px;color:var(--text-dark-secondary);margin-top:34px;font-size:.95rem}@supports (grid-template-rows:subgrid){.story-card{grid-template-rows:subgrid;grid-row:span 4;display:grid}.story-card-icon{justify-self:start;margin-bottom:0}.story-card-header,.story-card-bullets{margin-bottom:0}.story-card-contrast{margin-top:0}}.features-grid{grid-template-columns:repeat(2,1fr);gap:22px;width:100%;display:grid}.feature-group{background:var(--surface-dark-card);border:1px solid var(--border-dark);text-align:left;border-radius:14px;padding:26px 24px;transition:transform .2s,border-color .2s,box-shadow .2s}.feature-group:hover{border-color:#22d3ee66;transform:translateY(-2px);box-shadow:0 18px 50px -18px #22d3ee73}.feature-group-title{color:var(--accent-sky-light);margin-bottom:16px;font-size:1.05rem;font-weight:600}.feature-group-items{list-style:none}.feature-group-items li{color:var(--text-light-secondary);align-items:flex-start;gap:10px;margin-bottom:10px;font-size:.92rem;display:flex}.feature-check{color:#5eead4;flex-shrink:0;margin-top:.24em}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:stretch;gap:18px;width:100%;display:grid}.pricing-card{background:var(--surface-light);-webkit-backdrop-filter:blur(16px)saturate(140%);border:1px solid var(--border-light);text-align:left;box-shadow:var(--shadow-light-soft);border-radius:14px;flex-direction:column;padding:24px 20px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.pricing-card:hover{box-shadow:var(--shadow-light-hover);border-color:#22d3ee66;transform:translateY(-2px)}.pricing-card-highlighted{border:2px solid #6366f18c;box-shadow:0 18px 50px -18px #6366f159}.pricing-card-name{font-family:var(--font-brand);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-indigo);margin-bottom:10px;font-size:.78rem;font-weight:700}.pricing-card-price-period{white-space:nowrap;color:var(--slate-500);margin-left:6px;font-size:.85rem;font-weight:500}.pricing-card-price{letter-spacing:-.01em;color:var(--text-dark-primary);margin-bottom:4px;font-size:1.3rem;font-weight:600}.pricing-card-tagline{color:var(--text-dark-secondary);margin-bottom:16px;font-size:.86rem}.pricing-card-features{flex:1;margin-bottom:18px;list-style:none}.pricing-card-features li{color:var(--text-dark-secondary);margin-bottom:7px;padding-left:16px;font-size:.82rem;line-height:1.45;position:relative}.pricing-card-features li:before{content:"";background:var(--brand-gradient);border-radius:50%;width:6px;height:6px;position:absolute;top:.5em;left:0}.pricing-card-button{width:100%;padding:10px 14px;font-size:.88rem}.pricing-card-promo-badge{background:var(--brand-gradient);color:var(--on-brand);letter-spacing:.02em;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;position:absolute;top:14px;right:14px}.pricing-card-price-was{color:var(--slate-500);margin-right:8px;font-size:.95rem;font-weight:500;text-decoration:line-through}.pricing-promo{background:var(--brand-gradient);color:var(--on-brand);background:var(--brand-gradient);border-radius:999px;margin-bottom:18px;padding:9px 18px;font-size:.88rem;font-weight:600;display:inline-block}.pricing-currency{border:1px solid var(--border-light);background:var(--surface-light);border-radius:999px;gap:4px;margin-bottom:28px;padding:4px;display:inline-flex}.pricing-currency-option{min-width:62px;color:var(--text-dark-secondary);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:7px 14px;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.pricing-currency-option:hover{color:var(--text-dark-primary)}.pricing-currency-option-active{background:var(--brand-gradient);color:var(--on-brand)}.pricing-note{color:var(--slate-500);margin-top:26px;font-size:.85rem}.pricing-note+.pricing-note{margin-top:8px}.team-grid{grid-template-columns:repeat(3,1fr);gap:22px;width:100%;display:grid}.team-card{background:var(--surface-dark-card);border:1px solid var(--border-dark);text-align:center;border-radius:14px;padding:28px 24px;transition:transform .2s,border-color .2s,box-shadow .2s}.team-card:hover{border-color:#22d3ee66;transform:translateY(-2px);box-shadow:0 18px 50px -18px #22d3ee73}.team-card-photo{object-fit:cover;object-position:top;background:#f1f5f9;border:2px solid #7dd3fc59;border-radius:50%;width:108px;height:108px;margin-bottom:16px;box-shadow:0 8px 24px -6px #22d3ee59}.team-card-name{color:var(--text-light-primary);margin-bottom:2px;font-size:1.08rem;font-weight:600}.team-card-role{font-family:var(--font-brand);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-sky);margin-bottom:4px;font-size:.72rem;font-weight:600}.team-card-discipline{color:var(--text-light-secondary);margin-bottom:14px;font-size:.85rem}.team-card-credentials{text-align:left;list-style:none}.team-card-credentials li{color:var(--text-light-muted);margin-bottom:7px;padding-left:16px;font-size:.85rem;line-height:1.5;position:relative}.team-card-credentials li:before{content:"";background:var(--brand-gradient);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.contact-panel{background:var(--surface-light);-webkit-backdrop-filter:blur(16px)saturate(140%);border:1px solid var(--border-light);width:100%;max-width:720px;box-shadow:var(--shadow-light-soft);text-align:left;border-radius:18px;padding:32px}.contact-form{flex-direction:column;gap:18px;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-label{color:var(--slate-800);font-size:.85rem;font-weight:600}.form-input{color:var(--text-dark-primary);background:#ffffffd9;border:1px solid #0f172a24;border-radius:9px;padding:11px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-input::placeholder{color:var(--slate-500)}.form-input:focus{border-color:#22d3ee99;outline:none;box-shadow:0 0 0 3px #22d3ee24}.form-input:disabled{opacity:.6}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.form-textarea{resize:vertical;min-height:110px}.form-field-extra{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-error{border:1px solid #0f172a17;border-left:3px solid var(--error-crimson);color:var(--error-crimson);background:#f8fafcd1;border-radius:9px;padding:11px 14px;font-size:.9rem}.contact-form-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.contact-direct{color:var(--slate-500);font-size:.88rem}.contact-direct-link{color:var(--accent-indigo);font-weight:500;text-decoration:none}.contact-direct-link:hover{text-decoration:underline}.contact-success{color:var(--text-dark-primary);align-items:center;gap:12px;padding:8px 4px;font-size:.98rem;display:flex}.contact-success-dot{background:var(--success-teal);border-radius:50%;flex-shrink:0;width:10px;height:10px}.expert-layout{text-align:left;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:36px;max-width:1060px;margin:0 auto;display:grid}.expert-benefits{flex-direction:column;gap:22px;padding-top:6px;display:flex}.expert-benefit{border-left:3px solid var(--accent-indigo);padding-left:16px}.expert-benefit-title{color:var(--text-dark-primary);margin:0 0 6px;font-size:1.02rem;font-weight:650}.expert-benefit-body{color:var(--slate-500);margin:0;font-size:.95rem;line-height:1.6}.expert-reassurance{color:var(--slate-500);margin:2px 0 0;font-size:.9rem}.expert-panel{max-width:none}.expert-form-heading{flex-direction:column;gap:4px;display:flex}.expert-form-title{color:var(--text-dark-primary);margin:0;font-size:1.15rem}.expert-form-sub{color:var(--slate-500);margin:0;font-size:.92rem}.expert-availability-hint{color:var(--slate-500);margin:-2px 0 2px;font-size:.85rem}.chip-group{flex-wrap:wrap;gap:8px;display:flex}.chip{color:var(--slate-800);cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffffd9;border:1px solid #0f172a24;border-radius:999px;align-items:center;padding:7px 14px;font-size:.88rem;transition:border-color .2s,background .2s,box-shadow .2s;display:inline-flex;position:relative}.chip:hover{border-color:#22d3ee99}.chip:focus-within{border-color:#22d3ee99;box-shadow:0 0 0 3px #22d3ee24}.chip-selected{background:#22d3ee1f;border-color:#22d3eeb3}.chip-input{opacity:0;pointer-events:none;position:absolute}@media (prefers-reduced-motion:no-preference){body.js-reveal .section .section-inner>*{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(18px)}body.js-reveal .section.section-visible .section-inner>*{opacity:1;transform:translateY(0)}body.js-reveal .section.section-visible .section-inner>:nth-child(2){transition-delay:70ms}body.js-reveal .section.section-visible .section-inner>:nth-child(3){transition-delay:.14s}body.js-reveal .section.section-visible .section-inner>:nth-child(4){transition-delay:.21s}body.js-reveal .section.section-visible .section-inner>:nth-child(5){transition-delay:.28s}body.js-reveal .section.section-visible .section-inner>:nth-child(6){transition-delay:.35s}}.benchmark-prompt{flex-direction:column;align-items:center;gap:4px;margin-bottom:34px;display:flex}.benchmark-prompt-label{font-family:var(--font-brand);letter-spacing:.18em;text-transform:uppercase;color:var(--slate-500);font-size:.68rem;font-weight:600}.benchmark-prompt-text{color:var(--text-light-secondary);font-size:1rem;font-style:italic}.benchmark-table-scroll{border:1px solid var(--border-dark);background:linear-gradient(160deg, var(--ink-panel-top), var(--ink-panel-bottom));width:100%;box-shadow:var(--shadow-dark-elevated);border-radius:18px;overflow-x:auto}.benchmark-table{border-collapse:collapse;width:100%;min-width:640px;font-size:.95rem}.benchmark-table th,.benchmark-table td{text-align:center;border-bottom:1px solid #94a3b81a;padding:15px 18px}.benchmark-table tbody tr:last-child th,.benchmark-table tbody tr:last-child td{border-bottom:none}.benchmark-criteria-header{width:220px}.benchmark-product{color:var(--text-light-secondary);white-space:nowrap;padding-top:20px;font-size:.95rem;font-weight:600}.benchmark-product-us{color:#fff;font-size:1.02rem;position:relative}.benchmark-product-us:before,.benchmark-product-us:after{content:"";border:2px solid #22d3ee;width:14px;height:14px;position:absolute;top:8px}.benchmark-product-us:before{border-bottom:none;border-right:none;left:6px}.benchmark-product-us:after{border-bottom:none;border-left:none;right:6px}.benchmark-criteria{text-align:left;color:var(--text-light-muted);white-space:nowrap;font-weight:400}.benchmark-criteria-label{align-items:center;gap:7px;display:inline-flex}.benchmark-info{width:22px;height:22px;color:var(--slate-500);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.benchmark-info:hover,.benchmark-info:focus-visible,.benchmark-info[aria-expanded=true]{color:var(--accent-sky);background:#22d3ee1f}.benchmark-row-expanded th,.benchmark-row-expanded td{border-bottom:none}.benchmark-note-row td{text-align:left;padding:0 18px 16px}.benchmark-note{color:var(--text-light-muted);max-width:min(640px,100vw - 96px);margin:0;font-size:.8rem;line-height:1.55;position:sticky;left:18px}.benchmark-cell-us{background:linear-gradient(#22d3ee17,#6366f117)}.benchmark-verdict{justify-content:center;align-items:center;gap:1px;display:inline-flex}.benchmark-verdict-yes{background:var(--brand-gradient);width:26px;height:26px;color:var(--on-brand);border-radius:50%;box-shadow:0 4px 14px -4px #22d3ee8c}.benchmark-verdict-no{width:26px;height:26px;color:var(--slate-500);background:#94a3b824;border-radius:50%}.benchmark-verdict-partial{color:var(--accent-sky);font-size:.95rem}.benchmark-value{color:var(--text-light-primary);white-space:nowrap;font-weight:600}.benchmark-cell-us .benchmark-value{background:linear-gradient(135deg,#22d3ee,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.05rem}.benchmark-footnotes{max-width:760px;margin-top:26px}.benchmark-footnotes p{color:var(--text-light-muted);margin-bottom:4px;font-size:.78rem;line-height:1.55}.integrations-grid{grid-template-columns:repeat(4,1fr);gap:18px;width:100%;display:grid}.integration-group{background:var(--surface-light);-webkit-backdrop-filter:blur(16px)saturate(140%);border:1px solid var(--border-light);text-align:left;box-shadow:var(--shadow-light-soft);border-radius:14px;padding:20px;transition:transform .2s,box-shadow .2s,border-color .2s}.integration-group:hover{box-shadow:var(--shadow-light-hover);border-color:#22d3ee66;transform:translateY(-2px)}.integration-group-title{font-family:var(--font-brand);letter-spacing:.14em;text-transform:uppercase;color:var(--slate-600);margin-bottom:12px;font-size:.7rem;font-weight:600}.integration-chips{flex-wrap:wrap;gap:8px;display:flex}.integration-chip{color:var(--slate-800);white-space:nowrap;background:linear-gradient(135deg,#22d3ee1a,#6366f11f);border:1px solid #6366f138;border-radius:999px;align-items:center;padding:6px 12px;font-size:.85rem;font-weight:500;display:inline-flex}.integrations-sync-note{color:var(--text-dark-secondary);max-width:640px;margin-top:26px;font-size:.92rem}.integrations-extend-note{color:var(--text-dark-secondary);max-width:640px;margin-top:10px;font-size:.92rem}.final-cta-section{padding-top:72px;padding-bottom:96px}.final-cta-panel{background:linear-gradient(160deg, var(--ink-panel-top), var(--ink-panel-bottom));border:1px solid var(--border-dark);width:100%;box-shadow:var(--shadow-dark-elevated);text-align:center;border-radius:18px;flex-direction:column;align-items:center;padding:56px 32px;display:flex;position:relative;overflow:hidden}.final-cta-panel:before{content:"";background:linear-gradient(90deg,#0000,#22d3eeb3,#6366f1b3,#0000);height:1px;position:absolute;top:0;left:0;right:0}.final-cta-title{letter-spacing:-.02em;background:linear-gradient(#fff 0%,#bae6fd 70%,#818cf8 140%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;padding-bottom:.1em;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:600}.final-cta-sub{color:var(--text-light-muted);max-width:560px;margin-bottom:28px;font-size:1rem}.final-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.site-footer{background:var(--ink-deep);border-top:1px solid var(--border-dark);padding:36px 24px}.site-footer-inner{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:1200px;margin:0 auto;display:flex}.site-footer-tagline{color:var(--text-light-muted);font-size:.92rem}.site-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;display:flex}.site-footer-links a{color:var(--text-light-secondary);font-size:.88rem;text-decoration:none;transition:color .2s}.site-footer-links a:hover{color:var(--accent-sky-light)}.site-footer-copyright{color:var(--slate-500);font-size:.82rem}.legal-page{color:var(--text-dark-primary);background:radial-gradient(1100px 780px at 8% 10%,#22d3ee1a,#0000 55%),radial-gradient(1200px 820px at 94% 90%,#6366f121,#0000 55%),linear-gradient(#edf1fb 0%,#f5f7fc 55%,#fbfcfe 100%);min-height:60vh;padding:56px 24px 84px}.legal-content{max-width:840px;margin:0 auto}.legal-back-link{color:var(--accent-indigo);margin-bottom:28px;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-block}.legal-external-link{color:var(--accent-indigo);font-weight:500;text-decoration:none;display:inline-block}.legal-external-link:hover,.legal-back-link:hover{text-decoration:underline}.legal-title{letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(1.8rem,3.4vw,2.3rem);font-weight:600}.legal-prevails-note{border:1px solid #0f172a17;border-left:3px solid var(--accent-indigo);color:var(--text-dark-secondary);background:#f8fafcd1;border-radius:9px;margin-bottom:24px;padding:11px 14px;font-size:.88rem}.legal-intro{margin-bottom:26px}.legal-intro p{color:var(--text-dark-secondary);font-size:1rem}.legal-section{margin-bottom:26px}.legal-section h2{letter-spacing:-.01em;margin-bottom:10px;font-size:1.15rem;font-weight:600}.legal-section p{color:var(--text-dark-secondary);margin-bottom:10px;font-size:.95rem}.legal-section ul{color:var(--text-dark-secondary);padding-left:22px;font-size:.95rem}.legal-section ul li{margin-bottom:6px}.legal-updated{color:var(--slate-500);font-size:.85rem}.imprint-grid{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:34px;display:grid}.imprint-card{background:var(--surface-light);-webkit-backdrop-filter:blur(16px)saturate(140%);border:1px solid var(--border-light);box-shadow:var(--shadow-light-soft);border-radius:14px;padding:22px}.imprint-card-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.imprint-icon{width:40px;height:40px;color:var(--accent-indigo);background:linear-gradient(135deg,#22d3ee29,#6366f133);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.imprint-card-header h2{font-size:1.05rem;font-weight:600}.imprint-field{margin-bottom:12px}.imprint-field:last-child{margin-bottom:0}.imprint-label{text-transform:uppercase;letter-spacing:.08em;color:var(--slate-500);margin-bottom:2px;font-size:.78rem;font-weight:600}.imprint-value{color:var(--text-dark-primary);font-size:.95rem}.imprint-link{color:var(--accent-indigo);text-decoration:none}.imprint-link:hover{text-decoration:underline}.notice-container{background:radial-gradient(900px 640px at 12% 8%, #22d3ee12, transparent 55%), radial-gradient(1000px 700px at 90% 92%, #6366f117, transparent 55%), var(--ink-deepest);justify-content:center;align-items:center;min-height:70vh;padding:56px 24px;display:flex}.notice-card{background:linear-gradient(160deg, var(--ink-panel-top), var(--ink-panel-bottom));border:1px solid var(--border-dark);width:100%;max-width:480px;box-shadow:var(--shadow-dark-elevated);text-align:center;border-radius:18px;padding:44px 36px;position:relative;overflow:hidden}.notice-card:before{content:"";background:linear-gradient(90deg,#0000,#22d3eeb3,#6366f1b3,#0000);height:1px;position:absolute;top:0;left:0;right:0}.notice-logo{filter:drop-shadow(0 8px 30px #22d3ee73);width:auto;height:44px;margin-bottom:22px}.notice-card h2{letter-spacing:-.01em;color:var(--text-light-primary);margin-bottom:12px;font-size:1.35rem;font-weight:600}.notice-card p{color:var(--text-light-muted);margin-bottom:26px;font-size:.95rem}.notice-home-link{padding:11px 24px}.consolidate-contrast{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:18px;width:100%;max-width:1000px;margin-bottom:40px;display:grid}.consolidate-panel{text-align:left;background:linear-gradient(160deg, var(--ink-panel-top), var(--ink-panel-bottom));border-radius:14px;padding:26px 24px}.consolidate-panel-today{border:1px solid var(--border-dark-neutral)}.consolidate-panel-unified{border:1px solid #22d3ee59;position:relative;overflow:hidden;box-shadow:0 20px 55px -22px #22d3ee6b}.consolidate-panel-unified:before{content:"";background:linear-gradient(90deg,#0000,#22d3eeb3,#6366f1b3,#0000);height:1px;position:absolute;top:0;left:0;right:0}.consolidate-panel-label{font-family:var(--font-brand);color:var(--text-light-primary);margin-bottom:18px;font-size:.92rem;font-weight:600;display:block}.consolidate-panel-today .consolidate-panel-label{color:var(--text-light-muted)}.consolidate-points{flex-direction:column;gap:13px;list-style:none;display:flex}.consolidate-points li{color:var(--text-light-secondary);align-items:flex-start;gap:11px;font-size:.92rem;line-height:1.4;display:flex}.consolidate-panel-today .consolidate-points li{color:var(--text-light-muted)}.consolidate-mark{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:inline-flex}.consolidate-mark-cross{color:var(--slate-500);background:#94a3b824}.consolidate-mark-check{color:var(--accent-sky);background:#22d3ee29}.consolidate-flow{color:var(--accent-sky);opacity:.75;justify-content:center;align-items:center;display:flex}.consolidate-steps{grid-template-columns:repeat(3,1fr);gap:22px;width:100%;max-width:1000px;margin-bottom:36px;display:grid}.consolidate-step{background:linear-gradient(160deg, var(--ink-panel-top), var(--ink-panel-bottom));border:1px solid var(--border-dark);text-align:left;border-radius:14px;padding:24px 22px;transition:transform .2s,border-color .2s,box-shadow .2s}.consolidate-step:hover{border-color:#22d3ee66;transform:translateY(-2px);box-shadow:0 18px 50px -18px #22d3ee73}.consolidate-step-num{background:var(--brand-gradient);width:30px;height:30px;color:var(--on-brand);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:.85rem;font-weight:700;display:inline-flex}.consolidate-step-title{color:var(--text-light-primary);margin-bottom:6px;font-size:1.02rem;font-weight:600}.consolidate-step-body{color:var(--text-light-muted);font-size:.9rem;line-height:1.45}.consolidate-guarantee{max-width:780px;color:var(--text-light-secondary);border-top:1px solid var(--border-dark);padding-top:26px;font-size:.98rem;line-height:1.55}@media (width<=968px){.main-header-nav{display:none}.consolidate-contrast,.consolidate-steps{grid-template-columns:1fr}.consolidate-flow{transform:rotate(90deg)}.value-grid,.approach-grid,.how-cards,.expert-layout{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr;max-width:440px}.how-pipeline{flex-direction:column;align-items:stretch;gap:10px}.how-step-group{flex-direction:column;gap:10px;min-width:0}.how-step-arrow{transform:rotate(90deg)}.how-step{width:100%}}@media (width<=768px){.hero{padding:56px 20px 52px}.hero-logo{height:46px;margin-bottom:18px}.hero-badge{margin-bottom:16px}.hero-heading{max-width:100%;margin-bottom:12px}.hero-tagline{margin-bottom:12px}.hero-sub{margin-bottom:24px;font-size:1rem}.hero-prompt{margin-bottom:24px}.section{padding:60px 20px}.stories-grid,.features-grid,.imprint-grid{grid-template-columns:1fr}.integrations-grid{grid-template-columns:1fr 1fr}.contact-form-row{grid-template-columns:1fr}.main-header-sign-in{display:none}}@media (width<=480px){.hero{padding:40px 16px}.hero-logo{height:40px;margin-bottom:14px}.hero-badge{margin-bottom:12px}.hero-sub{margin-bottom:20px}.hero-prompt{min-height:62px;padding:12px 14px}.hero-prompt-text{font-size:1rem}.hero-actions,.final-cta-actions{flex-direction:column;width:100%}.hero-actions>*,.final-cta-actions>*{width:100%}.main-header{padding:10px 14px}.main-header .logo{height:28px}.main-header-cta{padding:8px 12px;font-size:.82rem}.contact-panel{padding:22px 18px}.integrations-grid{grid-template-columns:1fr}.contact-form-footer{text-align:center;flex-direction:column;align-items:stretch}}
