:root{--color-bg: oklch(97% .006 70);--color-surface: oklch(99% .005 70);--color-text: oklch(14% .005 70);--color-text-muted: oklch(.6249 .008 70);--color-ink: oklch(14% .008 280);--color-teal: oklch(76% .12 162);--color-teal-wash: oklch(96% .022 162);--color-teal-mid: oklch(88% .07 162);--color-purple: oklch(47% .24 290);--color-orange: oklch(70% .18 46);--color-yellow: oklch(92% .12 95);--color-pink: oklch(91% .05 350);--color-primary: var(--color-ink);--color-accent: var(--color-purple);--color-highlight: var(--color-teal);--gradient: var(--color-purple);--radius-xs: 8px;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 18px;--radius-xl: 24px;--radius-pill: 40px;--space-2xs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 20px;--space-lg: 32px;--space-xl: 48px;--space-2xl: 64px;--space-3xl: 80px;--container: min(1200px, 90vw);--section-py: clamp(80px, 10vw, 100px);--ease-fast: .2s ease;--ease-base: .3s ease;--ease-slow: .7s ease;--ease-slide: .5s cubic-bezier(.4, 0, .2, 1);--z-nav: 100;--z-overlay: 99}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Elms Sans,sans-serif;font-weight:400;line-height:1.7;color:var(--color-text);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}h1,h2,h3{font-family:Elms Sans,sans-serif;font-weight:400}h1{font-size:clamp(36px,3.5vw,62px);line-height:1.15}h2{font-size:clamp(28px,2.5vw,40px);line-height:1.25}h3{font-weight:500;font-size:20px;line-height:1.4}.o-container{width:var(--container);margin-inline:auto}.o-section{padding-block:var(--section-py)}.o-grid{display:grid;gap:var(--o-gap, var(--space-md))}.o-grid--2{grid-template-columns:repeat(2,1fr)}.o-grid--3{grid-template-columns:repeat(3,1fr)}.o-grid--4{grid-template-columns:repeat(4,1fr)}.o-grid--2-1{grid-template-columns:2fr 1fr}.o-grid--1-1{grid-template-columns:1fr 1fr}.o-grid--hero{grid-template-columns:1fr;align-items:center}.o-grid--footer{grid-template-columns:2fr 1fr 1fr 1fr}.o-cluster{display:flex;flex-wrap:wrap;gap:var(--o-gap, var(--space-md))}.o-cluster--center{align-items:center}.o-cluster--between{justify-content:space-between}.o-cluster--end{align-items:flex-end}.o-cluster--vcenter{align-items:center;justify-content:center}.o-stack{display:flex;flex-direction:column;gap:var(--o-gap, var(--space-md))}.o-card{--o-card-pad: var(--space-xl);padding:var(--o-card-pad);border-radius:var(--o-card-radius, var(--radius-md));overflow:hidden;position:relative}.o-card--sm{--o-card-pad: var(--space-md)}.o-card--lg{--o-card-pad: 36px 32px}.o-media{display:flex;align-items:flex-start;gap:var(--o-gap, var(--space-sm))}.o-media--center{align-items:center}.o-media__img{flex-shrink:0}.o-media__body{flex:1;min-width:0}.o-icon-box{display:flex;align-items:center;justify-content:center;flex-shrink:0}.o-icon-box--circle{border-radius:50%}.o-icon-box--rounded{border-radius:var(--radius-sm)}.o-icon-box--sm{width:20px;height:20px}.o-icon-box--md{width:48px;height:48px}.o-btn{display:inline-flex;align-items:center;gap:var(--space-xs);font-family:inherit;font-weight:500;border:none;cursor:pointer;border-radius:var(--radius-pill);transition:transform var(--ease-fast),box-shadow var(--ease-fast),color var(--ease-fast),gap var(--ease-fast);white-space:nowrap}.o-btn--sm{font-size:13px;padding:8px 20px}.o-btn--md{font-size:15px;padding:14px 32px}.o-btn--lg{font-size:16px;padding:16px 40px}.o-pill{display:inline-flex;align-items:center;padding:7px 16px;border-radius:100px;font-size:13px;font-weight:500}.o-marquee{position:relative;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.o-marquee__track{display:flex;align-items:center;gap:56px;width:max-content;animation:marquee 25s linear infinite}.o-carousel{overflow:hidden;width:100%}.o-carousel__track{display:flex;gap:24px;transition:transform var(--ease-slide);padding-left:max(calc((100vw - var(--container)) / 2),5vw);padding-right:var(--space-2xl)}.o-carousel__item{flex:0 0 320px;min-width:0}.o-tag-cloud{display:flex;flex-wrap:wrap;gap:var(--space-xs);align-content:flex-start}.o-color-bar{display:flex;gap:6px}.o-color-bar__segment{height:4px;border-radius:2px;flex:1}.o-stat-pair{display:flex;gap:var(--space-xs)}.o-stat-pair__item{flex:1;display:flex;flex-direction:column;gap:var(--space-xs);padding:14px 16px;border-radius:var(--radius-sm)}.s-surface-base{background-color:var(--color-bg)}.s-surface-white{background-color:var(--color-surface)}.s-surface-ink{background-color:var(--color-ink)}.s-surface-teal{background-color:oklch(from var(--color-teal) l c h / 8%)}.s-surface-teal:hover{background-color:oklch(from var(--color-teal) l c h / 13%)}.s-surface-teal-wash{background-color:var(--color-teal-wash)}.s-surface-teal-mid{background-color:var(--color-teal-mid)}.s-surface-yellow{background-color:var(--color-yellow)}.s-surface-pink{background-color:var(--color-pink)}.s-surface-frost{background:#f8f4f1f7;backdrop-filter:blur(20px)}.s-text-primary{color:var(--color-text)}.s-text-muted{color:var(--color-text-muted)}.s-text-white{color:#fff}.s-text-ink{color:var(--color-ink)}.s-text-teal{color:var(--color-teal)}.s-text-purple{color:#7c6af4}.s-text-gradient{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.s-text-force-white{color:#fff!important;-webkit-text-fill-color:#fff!important}.s-border{border:1px solid rgba(0,0,0,.1)}.s-border-subtle{border:1.5px solid #e4e1d9}.s-border-ink{border:1px solid var(--color-ink)}.s-border-teal{border-color:var(--color-teal)}.s-round-xs{border-radius:var(--radius-xs)}.s-round-sm{border-radius:var(--radius-sm)}.s-round-md{border-radius:var(--radius-md)}.s-round-lg{border-radius:var(--radius-lg)}.s-round-xl{border-radius:var(--radius-xl)}.s-round-pill{border-radius:var(--radius-pill)}.s-round-full{border-radius:50%}.s-shadow-accent{box-shadow:0 8px 24px #7c6af433}.s-shadow-sm{box-shadow:0 4px 12px #7c6af433}.s-shadow-nav{box-shadow:0 1px #0000000f}.s-aura{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;background:var(--gradient)}.s-aura--hero-a{top:-20%;right:-10%;width:700px;height:700px;opacity:.07}.s-aura--hero-b{bottom:-30%;left:-15%;width:500px;height:500px;opacity:.04;filter:blur(100px)}.s-aura--cta{top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:500px;opacity:.1}.s-btn-primary{background:var(--color-primary);color:#fff}.s-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #7c6af433}.s-btn-ghost{background:none;color:var(--color-text)}.s-btn-ghost:hover{color:var(--color-purple)}.s-btn-ghost svg{transition:transform var(--ease-fast)}.s-btn-ghost:hover svg{transform:translate(3px)}.s-nav-cta{background:var(--color-primary);color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:13px!important}.s-nav-cta:hover{box-shadow:0 4px 12px #7c6af433}.s-mobile-nav-cta{color:#fff!important;-webkit-text-fill-color:#fff!important}.s-icon-teal,.s-icon-teal-check{background:#5dcaa51f}.s-pill-outline{border:1.5px solid #e4e1d9;color:var(--color-text);background:transparent;transition:border-color var(--ease-fast)}.s-pill-outline:hover{border-color:var(--color-teal)}.s-step-strategy{--card-bg: var(--color-orange)}.s-step-dev{--card-bg: var(--color-teal)}.s-step-launch{--card-bg: var(--color-purple)}.s-underline-wave{position:relative;display:inline;font-weight:600}.s-underline-wave:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:6px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='8' viewBox='0 0 120 8'%3E%3Cpath d='M0 4c10-4 20 4 30 0s20-4 30 0 20 4 30 0 20-4 30 0' fill='none' stroke='%237C3AED' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x;background-size:60px 6px}.s-strikethrough{text-decoration:line-through;text-decoration-color:#b4b2a966;color:var(--color-text-muted)}.s-brand-text{font-weight:300;font-size:22px;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.u-hidden{display:none}.u-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.u-text-center{text-align:center}.u-text-left{text-align:left}.u-overflow-hidden{overflow:hidden}.u-relative{position:relative}.u-z-1{position:relative;z-index:1}.u-flex-1{flex:1}.u-flex-shrink-0{flex-shrink:0}.u-mt-auto{margin-top:auto}.u-gap-2xs{--o-gap: var(--space-2xs)}.u-gap-xs{--o-gap: var(--space-xs)}.u-gap-sm{--o-gap: var(--space-sm)}.u-gap-md{--o-gap: var(--space-md)}.u-gap-lg{--o-gap: var(--space-lg)}.u-gap-xl{--o-gap: var(--space-xl)}.u-gap-2xl{--o-gap: var(--space-2xl)}.u-mt-sm{margin-top:var(--space-sm)}.u-mt-md{margin-top:var(--space-md)}.u-mt-lg{margin-top:var(--space-lg)}.u-mt-xl{margin-top:var(--space-xl)}.u-mb-sm{margin-bottom:var(--space-sm)}.u-mb-md{margin-bottom:var(--space-md)}.u-mb-lg{margin-bottom:var(--space-lg)}.u-mb-xl{margin-bottom:var(--space-xl)}.u-mb-2xl{margin-bottom:var(--space-2xl)}.u-max-sm{max-width:520px}.u-max-md{max-width:850px}.u-max-lg{max-width:1200px}.u-w-full{width:100%}.u-label{display:block;font-weight:500;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-md)}.u-label--center{text-align:center}.u-font-light{font-weight:300}.u-font-medium{font-weight:500}.u-font-semi{font-weight:600}.u-text-xs{font-size:10px}.u-text-sm{font-size:13px}.u-text-base{font-size:15px}.u-text-md{font-size:17px}.u-text-lg{font-size:18px}.u-lh-snug{line-height:1.45}.u-lh-base{line-height:1.65}.u-lh-loose{line-height:1.8}.u-tracking-wide{letter-spacing:.05em}.u-tracking-wider{letter-spacing:.08em}.u-tracking-stat{letter-spacing:.07em}.u-uppercase{text-transform:uppercase}.u-text-accent{color:var(--color-accent);font-weight:600}.u-aspect-4-5{aspect-ratio:4 / 5}.u-reveal{opacity:0;transform:translateY(20px);transition:opacity var(--ease-slow),transform var(--ease-slow)}.u-reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes auraFloat{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.c-navbar{position:fixed;top:0;left:0;width:100%;z-index:var(--z-nav);padding:16px 0;transition:background var(--ease-base),box-shadow var(--ease-base),padding var(--ease-base)}.c-navbar.is-scrolled{background:#f5f4f1d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #0000000f;padding:12px 0}.c-navbar__links{display:flex;align-items:center;gap:var(--space-lg)}.c-navbar__links a{font-size:14px;font-weight:500;color:var(--color-text-muted);transition:color var(--ease-fast)}.c-navbar__links a:hover{color:var(--color-text)}.c-navbar__hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.c-navbar__hamburger span{display:block;width:22px;height:2px;background:var(--color-text);transition:transform var(--ease-base),opacity var(--ease-base)}.c-mobile-menu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);position:fixed;top:0;left:0;width:100%;height:100vh;z-index:var(--z-overlay);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .22s ease,transform .22s ease,visibility .22s}.c-mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.c-mobile-menu a:not(.o-btn){font-size:20px;font-weight:500;color:var(--color-text)}.s-brand-logo{display:flex;align-items:center}.c-navbar__breadcrumb{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:500;color:var(--color-text-muted);margin-left:var(--space-xs)}.c-navbar__breadcrumb-sep{color:#89858159;font-weight:300}.c-hero{min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-block:var(--space-3xl)}.c-hero__layout{display:grid;grid-template-columns:260px 1fr 260px;align-items:center;gap:var(--space-xl);width:var(--container);margin:0 auto}.c-hero__center{display:flex;flex-direction:column;align-items:center}.c-hero__title{font-size:44px;margin:0 auto var(--space-lg);letter-spacing:-1px}.c-hero__desc{font-size:18px;color:var(--color-text-muted);max-width:52ch;margin:0 auto var(--space-xl);line-height:1.2}.c-hero__actions{display:flex;align-items:center;justify-content:center;gap:var(--space-md);flex-wrap:wrap}.c-hero__visual{position:relative;height:390px;flex-shrink:0}.c-hero__card-stack{position:relative;width:100%;height:100%}.c-hero-proj{position:absolute;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 2px 4px #0000000a,0 8px 24px #00000014,0 20px 48px #0000000f;width:230px;transition:transform var(--ease-base)}.c-hero-proj:hover{transform:translateY(-4px) rotate(0)!important}.c-hero-proj svg,.c-hero-proj img{display:block;width:100%;height:auto}.c-hero-proj__tag{display:block;font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:7px 11px 5px;color:var(--color-text-muted)}.c-hero-proj--a{top:18px;left:6px;transform:rotate(-3.5deg);z-index:1;background:#f7f4ee}.c-hero-proj--b{top:178px;left:54px;transform:rotate(2.5deg);z-index:2;background:#eef9f5}.c-hero-proj--c{top:18px;right:6px;left:auto;transform:rotate(3.5deg);z-index:1;background:#f0edf9}.c-hero-proj--d{top:178px;left:0;transform:rotate(-2.5deg);z-index:2;background:#fff3e8}.c-hero-badge{position:absolute;left:var(--bx);top:var(--by);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000024,0 1px 3px #0000001a;animation:heroFloat 3.2s ease-in-out var(--delay, 0s) infinite alternate;z-index:4;flex-shrink:0}.c-hero-badge svg,.c-hero-badge img{width:22px;height:22px;flex-shrink:0;display:block}@keyframes heroFloat{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.c-social-proof{padding:56px 0}.c-logo-item{display:flex;align-items:center;flex-shrink:0}.c-logo-img{height:34px;width:auto;max-width:140px;object-fit:contain;filter:grayscale(1) opacity(.45);transition:filter var(--ease-base);display:block}.c-logo-img:hover{filter:grayscale(.3) opacity(.75)}.c-metric{background:var(--color-bg);border-radius:var(--radius-lg);padding:40px 36px 36px}.c-metric__number{font-weight:500;font-size:clamp(52px,5vw,76px);color:var(--color-text);line-height:1;margin-bottom:var(--space-md);letter-spacing:-1px}.c-metric__label{font-size:11px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;color:var(--color-text-muted);line-height:1.65}.c-diff-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:center;margin-bottom:var(--space-2xl)}.c-diff-label{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-teal);margin-bottom:var(--space-md)}.c-diff-heading{font-size:clamp(26px,3vw,44px);font-weight:500;line-height:1.15;letter-spacing:-.5px;margin-bottom:var(--space-md)}.c-diff-body{font-size:16px;color:var(--color-text-muted);line-height:1.7;max-width:46ch}.c-diff-visual{position:relative;border-radius:var(--radius-xl);overflow:visible}.c-diff-visual svg,.c-diff-visual img{display:block;width:100%;height:auto;border-radius:var(--radius-xl)}.c-diff-badge{position:absolute;top:-18px;right:16px;display:flex;align-items:center;gap:10px;background:var(--color-ink);color:#fff;padding:8px 14px 8px 8px;border-radius:40px;box-shadow:0 8px 24px #0000002e;z-index:2;white-space:nowrap}.c-diff-badge__avatar{width:28px;height:28px;border-radius:50%;background:var(--color-accent);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.c-diff-badge__content{display:flex;flex-direction:column;gap:2px}.c-diff-badge__label{font-size:9px;font-weight:700;letter-spacing:.1em;opacity:.55}.c-diff-badge__text{font-size:12px;font-weight:500}.c-diff-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}.c-diff-card{padding:24px 20px 28px;border-radius:var(--radius-md)}.c-diff-card__icon{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-md)}.c-diff-card__icon svg{width:22px;height:22px}.c-diff-card__title{font-size:15px;font-weight:500;margin-bottom:8px;color:var(--color-text)}.c-diff-card__desc{font-size:13px;color:var(--color-text-muted);line-height:1.6}.c-services-header{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:start;margin-bottom:56px;font-weight:500}.c-services-header p{font-size:16px;color:var(--color-text-muted);line-height:1.7;padding-top:var(--space-xs)}.c-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.c-service-card{padding:36px 32px;border-radius:var(--radius-md);transition:background var(--ease-fast)}.c-service-card p{font-size:14px;color:var(--color-text-muted);line-height:1.6;margin-bottom:var(--space-md)}.c-service-card-link{font-size:14px;font-weight:600;color:var(--color-text);display:inline-flex;align-items:center;gap:6px;transition:gap var(--ease-fast)}.c-service-card-link:hover{gap:10px}.c-service-card-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.c-services-grid .c-metric{display:flex;align-items:stretch;padding:0;overflow:hidden;min-height:200px}.c-metric__body{flex:1;min-width:0;padding:36px;display:flex;flex-direction:column;justify-content:center}.c-service-preview{width:42%;flex-shrink:0;position:relative}.c-service-preview__img{position:absolute;top:50%;left:5%;width:145%;height:auto;transform:translateY(-42%) rotate(4deg);transform-origin:top left;border-radius:12px;box-shadow:0 4px 16px #0000001a,0 16px 40px #0000001f}.c-service-icon{width:48px;height:48px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.c-service-icon svg{width:26px;height:26px;stroke:var(--color-bg);stroke-width:1.3;fill:none}.c-steps{display:flex;gap:var(--space-md);align-items:flex-start}.c-step-card{flex:1;background:var(--color-bg);padding:var(--space-md);border-radius:var(--radius-md)}.c-steps .c-step-card:nth-child(1){margin-top:52px}.c-steps .c-step-card:nth-child(3){margin-top:32px}.c-step-card__inner{background:var(--card-bg, #888);border-radius:20px;padding:22px 22px 0 24px;height:248px;position:relative;overflow:hidden;transition:transform var(--ease-base)}.c-step-card__inner:hover{transform:translateY(-4px)}.c-step-card__label{display:block;font-size:12px;font-weight:500;letter-spacing:.05em;color:#ffffffd1}.c-step-card__deco{position:absolute;top:10px;right:10px;width:84px;height:84px;pointer-events:none}.c-step-card__arrow{position:absolute;bottom:18px;right:18px;width:30px;height:30px;border-radius:50%;background:#ffffff38;display:flex;align-items:center;justify-content:center}.c-step-card__arrow svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}.c-bento{background:var(--color-bg);border-radius:var(--radius-xl);padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.c-benefit-panel{background:var(--color-surface);border-radius:var(--radius-md);padding:28px 28px 24px;display:flex;flex-direction:column}.c-benefit-panel__title{font-weight:500;font-size:16px;color:var(--color-text);margin-bottom:var(--space-xs)}.c-benefit-panel__sub{font-size:13px;color:var(--color-text-muted);line-height:1.65;margin-bottom:24px}.c-benefit-right{display:flex;flex-direction:column;gap:18px}.c-benefit-stat{flex:1;padding:14px 16px;border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:var(--space-xs)}.c-benefit-stat__label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.07em;color:#00000073}.c-benefit-stat__value{font-weight:300;font-size:34px;line-height:1;letter-spacing:-1px}.c-benefit-support{display:flex;gap:28px;margin-top:auto}.c-benefit-support__num{font-weight:300;font-size:36px;line-height:1;letter-spacing:-1px}.c-benefit-support__label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);max-width:110px;line-height:1.55}.c-color-bar{display:flex;gap:6px;margin-top:28px}.c-color-bar span{height:4px;border-radius:2px;flex:1}.c-flow-diagram{position:relative;width:100%;max-width:900px;height:580px;margin:0 auto}.c-flow-arrows{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.c-flow-step{position:absolute;display:flex;flex-direction:column;align-items:center;text-align:center;width:190px;z-index:1}.c-flow-step--1{top:0;left:50%;transform:translate(-50%)}.c-flow-step--2{top:50%;right:0;transform:translateY(-50%)}.c-flow-step--3{bottom:0;left:50%;transform:translate(-50%)}.c-flow-step--4{top:50%;left:0;transform:translateY(-50%)}.c-flow-card{width:180px;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 2px 4px #0000000a,0 8px 24px #00000014;margin-bottom:var(--space-sm);transition:transform var(--ease-base)}.c-flow-card:hover{transform:translateY(-4px)}.c-flow-card svg{display:block;width:100%;height:auto}.c-flow-num{font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--color-text-muted);opacity:.5;margin-bottom:6px;order:-1}.c-flow-title{font-size:14px;font-weight:500;color:var(--color-text);line-height:1.3;margin:0 0 6px}.c-flow-desc{font-size:12px;color:var(--color-text-muted);line-height:1.5;max-width:170px}.c-flow-list{display:none}.c-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.c-step-card{background:#eeeae7;border-radius:var(--radius-lg);padding:28px 28px 32px;display:flex;flex-direction:column;min-height:260px}.c-step-card__num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--color-ink);color:#faf8f6;font-size:15px;font-weight:600;flex-shrink:0}.c-step-card__title{font-size:clamp(22px,2.2vw,27px);font-weight:500;color:var(--color-text);line-height:1.2;margin:auto 0 12px}.c-step-card__desc{font-size:14px;color:var(--color-text-muted);line-height:1.6;margin:0}.c-testimonials-header{display:flex;align-items:flex-end;justify-content:space-between;width:var(--container);margin:0 auto 48px}.c-carousel-nav{display:flex;gap:var(--space-xs);flex-shrink:0}.c-carousel-btn{width:40px;height:40px;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:var(--color-surface);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color var(--ease-fast),background var(--ease-fast)}.c-carousel-btn:hover{border-color:var(--color-teal);background:#5dcaa50f}.c-carousel-btn svg{width:16px;height:16px;stroke:var(--color-text);fill:none;stroke-width:2}.c-t-card-visual{width:100%;aspect-ratio:4 / 5;border-radius:14px;position:relative;overflow:hidden;margin-bottom:16px}.c-t-card-visual-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.c-t-card-deco{position:absolute;top:14px;right:14px;opacity:.6;pointer-events:none}.c-t-card-brand{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-md);padding:16px 24px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.c-t-card-brand-img{height:90px;width:auto;max-width:120px;object-fit:contain;display:block}.c-t-card-badge{position:absolute;bottom:16px;left:16px;display:flex;align-items:center;gap:10px}.c-t-card-name{font-weight:600;font-size:20px}.c-t-card-quote{font-size:15px;color:var(--color-text);line-height:1.6;margin-bottom:var(--space-xs)}.c-t-card-logo{height:20px;width:auto;max-width:76px;object-fit:contain;filter:grayscale(.2) opacity(.65);flex-shrink:0}.c-cta__content{text-align:center;max-width:600px;margin:0 auto}.c-cta__content h2{margin-bottom:16px}.c-cta__content p{font-size:17px;color:var(--color-text);margin-bottom:var(--space-lg)}.c-contact-section{padding-top:calc(var(--section-py) + 56px)}.c-contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(var(--space-xl),6vw,var(--space-2xl));align-items:start}.c-contact-heading{font-size:clamp(28px,3.2vw,46px);line-height:1.12;letter-spacing:-.5px;margin-top:var(--space-sm);margin-bottom:var(--space-md)}.c-contact-desc{font-size:16px;color:var(--color-text-muted);line-height:1.7;max-width:44ch;margin-bottom:var(--space-xl)}.c-contact-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-lg)}.c-contact-steps li{display:flex;gap:var(--space-md);align-items:flex-start}.c-contact-step__num{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--color-purple);flex-shrink:0;padding-top:2px;min-width:24px}.c-contact-steps strong{display:block;font-size:15px;font-weight:500;margin-bottom:4px;color:var(--color-text)}.c-contact-steps p{font-size:14px;color:var(--color-text-muted);line-height:1.6;margin:0}.c-contact-form-wrap{background:var(--color-surface);border-radius:var(--radius-xl);padding:40px 36px;position:relative}.c-contact-form{display:flex;flex-direction:column;gap:var(--space-lg)}.c-form-field{display:flex;flex-direction:column;gap:6px}.c-form-label{font-size:13px;font-weight:500;color:var(--color-text)}.c-form-input{font-family:inherit;font-size:15px;color:var(--color-text);background:var(--color-bg);border:1.5px solid #e4e1d9;border-radius:var(--radius-sm);padding:13px 16px;width:100%;transition:border-color var(--ease-fast),box-shadow var(--ease-fast);outline:none;-webkit-appearance:none;appearance:none}.c-form-input:focus{border-color:var(--color-purple)}.c-form-input::placeholder{color:#89858180}.c-contact-submit{width:100%;justify-content:center}.c-contact-note{font-size:12px;color:var(--color-text-muted);text-align:center;opacity:.6;margin:0}.c-contact-success{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-md);padding:var(--space-2xl) var(--space-xl)}.c-contact-success.is-visible{display:flex}.c-contact-success strong{font-size:20px;font-weight:500;color:var(--color-text)}.c-contact-success p{font-size:15px;color:var(--color-text-muted);max-width:32ch;line-height:1.6}.c-form-radio-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.c-form-radio-option{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.9375rem;color:var(--color-text)}.c-form-radio-option input[type=radio]{accent-color:var(--color-purple);width:1rem;height:1rem;flex-shrink:0;cursor:pointer}.c-form-textarea{resize:vertical;min-height:7rem}.c-footer{background:var(--color-surface);color:var(--color-ink);padding:64px 0 32px}.c-footer__brand p{font-size:14px;line-height:1.6;max-width:280px}.c-footer__col h4{font-weight:500;font-size:13px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:var(--space-md)}.c-footer__col a{display:block;font-size:14px;color:var(--color-ink);margin-bottom:10px;transition:color var(--ease-fast)}.c-footer__social{display:flex;gap:var(--space-md);margin-top:var(--space-xs)}.c-footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-ink);display:flex;align-items:center;justify-content:center;transition:opacity var(--ease-fast)}.c-footer__social a:hover{opacity:.6}.c-footer__social svg{width:16px;height:16px;fill:var(--color-ink)}.c-footer__bottom{padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.c-footer__bottom a{transition:opacity var(--ease-fast)}.c-footer__bottom a:hover{opacity:.6}.sp-hero{padding-top:calc(var(--section-py) + 72px);padding-bottom:var(--section-py);position:relative}.sp-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:center}.sp-eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--sp-accent, var(--color-teal));margin-bottom:var(--space-md)}.sp-hero__h1{font-size:clamp(26px,3.2vw,46px);font-weight:400;line-height:1.12;letter-spacing:-.5px;margin-bottom:var(--space-md)}.sp-hero__sub{font-size:17px;color:var(--color-text-muted);line-height:1.7;max-width:44ch;margin-bottom:var(--space-xl)}.sp-hero__art{position:relative;height:380px}.sp-problem{background:var(--color-surface)}.sp-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(var(--space-xl),6vw,80px);align-items:start}.sp-issues{list-style:none;padding:0;margin:var(--space-lg) 0 0;display:flex;flex-direction:column;gap:10px}.sp-issues li{display:flex;align-items:center;gap:var(--space-sm);font-size:15px;color:var(--color-text-muted);padding:12px 16px;background:var(--color-bg);border-radius:var(--radius-sm)}.sp-issues li svg{width:16px;height:16px;flex-shrink:0;stroke:#cf4040;fill:none;stroke-width:2;stroke-linecap:round}.sp-features{list-style:none;padding:0;margin:var(--space-lg) 0 0;display:flex;flex-direction:column;gap:var(--space-lg)}.sp-features li{display:flex;gap:var(--space-md)}.sp-feat-icon{width:42px;height:42px;border-radius:var(--radius-sm);background:oklch(from var(--sp-accent, var(--color-teal)) l c h / 12%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-feat-icon svg{width:20px;height:20px;stroke:var(--sp-accent, var(--color-teal));fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.sp-features strong{display:block;font-size:15px;font-weight:500;margin-bottom:4px;color:var(--color-text)}.sp-features p{font-size:13px;color:var(--color-text-muted);line-height:1.6;margin:0}.sp-benefits__header{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:end;margin-bottom:56px}.sp-benefits__header p{font-size:16px;color:var(--color-text-muted);line-height:1.7}.sp-bento{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.sp-bcard{padding:32px 28px;border-radius:var(--radius-md);background:var(--color-surface);transition:background var(--ease-fast)}.sp-bcard{background:oklch(from var(--sp-accent, var(--color-teal)) l c h / 8%)}.sp-bcard__icon{width:48px;height:48px;border-radius:var(--radius-sm);background:oklch(from var(--sp-accent, var(--color-teal)) l c h / 14%);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-md)}.sp-bcard:first-child .sp-bcard__icon{background:oklch(from var(--sp-accent, var(--color-teal)) l c h / 22%)}.sp-bcard__icon svg{width:24px;height:24px;stroke:var(--sp-accent, var(--color-teal));fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.sp-bcard h3{font-size:17px;font-weight:500;margin-bottom:8px;color:var(--color-text)}.sp-bcard p{font-size:14px;color:var(--color-text-muted);line-height:1.6;margin:0}.sp-bento--5{grid-template-columns:repeat(5,1fr)}.sp-bento--5 .sp-bcard{padding:24px 20px}.sp-bento--5 .sp-bcard h3{font-size:15px}.sp-browser{position:absolute;inset:0;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface);box-shadow:0 2px 4px #0000000a,0 16px 48px #0000001a,0 40px 80px #0000000f;display:flex;flex-direction:column}.sp-browser__chrome{background:#eae7e5;padding:10px 14px;display:flex;align-items:center;gap:6px;flex-shrink:0}.sp-browser__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.sp-browser__dot--r{background:#f14d4c}.sp-browser__dot--y{background:oklch(76% .17 70)}.sp-browser__dot--g{background:#30bd44}.sp-browser__urlbar{flex:1;height:18px;background:var(--color-surface);border-radius:20px;margin-left:6px}.sp-browser__body{padding:14px;display:flex;flex-direction:column;gap:10px;flex:1}.sp-browser__topbar{height:24px;background:var(--color-ink);border-radius:var(--radius-xs);flex-shrink:0}.sp-browser__hero-block{background:var(--color-teal-mid);border-radius:var(--radius-sm);padding:16px;flex-shrink:0}.sp-browser__line{height:8px;border-radius:3px;background:#08090c33;margin-bottom:7px}.sp-browser__line--lg{width:80%}.sp-browser__line--md{width:58%;margin-bottom:12px}.sp-browser__btn-sim{height:22px;width:90px;background:#08090c;border-radius:40px}.sp-browser__card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;flex-shrink:0}.sp-browser__card-sim{height:52px;background:var(--color-teal-wash);border-radius:var(--radius-xs)}.sp-funnel-wrap{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;padding:24px 32px 20px;gap:0;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:0 2px 4px #0000000a,0 16px 48px #0000001a}.sp-visitors-row{display:flex;justify-content:space-between;width:100%;margin-bottom:16px}.sp-visitor-dot{width:26px;height:26px;border-radius:50%;background:#6322d41f;border:1.5px solid oklch(47% .24 290 / .3);display:flex;align-items:center;justify-content:center;animation:heroFloat 3s ease-in-out var(--delay, 0s) infinite alternate}.sp-visitor-dot svg{width:12px;height:12px;stroke:var(--color-purple);fill:none;stroke-width:1.5}.sp-funnel-body{width:100%;display:flex;flex-direction:column;align-items:center}.sp-funnel-stage{display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:600;color:#ffffffe6;letter-spacing:.1em;text-transform:uppercase;margin:0 auto;transition:transform var(--ease-base);cursor:default}.sp-funnel-stage:hover{transform:scaleX(1.02)}.sp-funnel-stage--1{width:100%;height:42px;background:#6322d4;border-radius:8px 8px 0 0}.sp-funnel-stage--2{width:78%;height:38px;background:#6e41db}.sp-funnel-stage--3{width:56%;height:34px;background:#7a58e2}.sp-funnel-stage--4{width:36%;height:36px;background:#886de9;border-radius:0 0 8px 8px}.sp-funnel-cta{margin-top:24px;text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.sp-funnel-rate{font-size:48px;font-weight:300;letter-spacing:-2px;color:var(--color-purple);display:block;line-height:1}.sp-funnel-lbl{font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-top:6px;display:block}.sp-shop{position:absolute;inset:0;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:0 2px 4px #0000000a,0 16px 48px #0000001a;overflow:hidden;display:flex;flex-direction:column}.sp-shop__header{background:var(--color-orange);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.sp-shop__name{font-size:14px;font-weight:600;color:#fff}.sp-shop__cart-btn{position:relative;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.sp-shop__cart-btn svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.5}.sp-shop__count{position:absolute;top:-4px;right:-5px;width:15px;height:15px;border-radius:50%;background:#f94144;font-size:8px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;animation:spBump .4s cubic-bezier(0,0,.2,1) 2.5s}@keyframes spBump{0%,to{transform:scale(1)}40%{transform:scale(1.5)}}.sp-shop__body{padding:12px;flex:1}.sp-shop__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sp-product{background:var(--color-bg);border-radius:var(--radius-sm);overflow:hidden}.sp-product__img{height:72px;background:oklch(96% .024 46);display:flex;align-items:center;justify-content:center;font-size:28px}.sp-product__info{padding:8px 10px 10px}.sp-product__name{font-size:10px;font-weight:500;color:var(--color-text);margin-bottom:4px;display:block}.sp-product__price{font-size:12px;font-weight:600;color:var(--color-orange);display:block}.sp-dash{position:absolute;inset:0;border-radius:var(--radius-lg);background:#050608;box-shadow:0 4px 12px #00000038,0 20px 56px #00000047;overflow:hidden;padding:16px;display:flex;flex-direction:column;gap:10px}.sp-dash__topbar{display:flex;align-items:center;gap:6px;padding-bottom:10px;border-bottom:1px solid oklch(24% .007 280);flex-shrink:0}.sp-dash__circle{width:7px;height:7px;border-radius:50%}.sp-dash__circle--a{background:oklch(75% .17 70)}.sp-dash__circle--b{background:#26b63d}.sp-dash__circle--c{background:#f14d4c}.sp-dash__title-label{font-size:11px;font-weight:500;color:#68686f;margin-left:4px;flex:1}.sp-dash__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;flex:1}.sp-tile{background:#131317;border-radius:var(--radius-xs);padding:12px;display:flex;flex-direction:column}.sp-tile__lbl{font-size:9px;font-weight:500;letter-spacing:.09em;text-transform:uppercase;color:#5c5d63;margin-bottom:6px}.sp-tile__val{font-size:26px;font-weight:300;color:#e4e4e8;letter-spacing:-.5px;line-height:1;flex:1}.sp-tile__bar{height:3px;background:#232428;border-radius:2px;margin-top:10px;overflow:hidden;flex-shrink:0}.sp-tile__fill{height:100%;border-radius:2px;width:0;animation:spGrow 1.6s cubic-bezier(0,0,.2,1) var(--fd, .4s) forwards}.sp-tile__fill--teal{background:var(--color-teal)}.sp-tile__fill--purple{background:var(--color-purple)}.sp-tile__fill--orange{background:var(--color-orange)}.sp-tile__fill--yellow{background:var(--color-yellow)}@keyframes spGrow{to{width:var(--fw, 65%)}}.sp-avatar{border-radius:50%;object-fit:cover;display:block;flex-shrink:0}.sp-visitor-dot .sp-avatar{width:20px;height:20px}.sp-browser__topbar--nav{display:flex;align-items:center;gap:8px;padding:0 12px}.sp-browser__nav-links{display:flex;gap:10px;flex:1;align-items:center}.sp-browser__nav-link-sim{height:7px;width:26px;background:#ffffff2e;border-radius:4px}.sp-browser__nav-avatar{width:20px;height:20px;opacity:.9}.sp-dash__avatar{width:22px;height:22px;opacity:.85;margin-left:auto}.sp-shop__header-right{display:flex;align-items:center;gap:10px}.sp-shop__avatar{width:26px;height:26px;opacity:.92}.sp-hero__screenshot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:var(--radius-lg);box-shadow:0 2px 4px #0000000a,0 16px 48px #0000001a,0 40px 80px #0000000f}.sp-float-badge{position:absolute;background:var(--color-ink);color:#f7f5f2;font-size:11px;font-weight:500;padding:6px 14px;border-radius:var(--radius-pill);box-shadow:0 4px 14px #00000029;white-space:nowrap;animation:heroFloat 3s ease-in-out var(--delay, 0s) infinite alternate;pointer-events:none;z-index:2}@keyframes spFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.sp-appear{opacity:0;animation:spFadeUp .5s cubic-bezier(0,0,.2,1) var(--d, 0s) forwards}@media(max-width:1024px){.sp-bento--5{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.sp-hero__inner{grid-template-columns:1fr}.sp-hero__art{height:260px}.sp-hero__art .c-hero-badge{display:none}.sp-hero .o-btn{width:100%;justify-content:center}.sp-split{grid-template-columns:1fr;gap:var(--space-xl)}.sp-benefits__header{grid-template-columns:1fr;gap:var(--space-md);margin-bottom:var(--space-xl)}.sp-bento{grid-template-columns:1fr}.sp-bento--5{grid-template-columns:1fr 1fr}}@media(max-width:480px){.sp-bento--5{grid-template-columns:1fr}.sp-hero__art{height:240px}}.lp-wrap{padding-top:calc(var(--section-py) + 72px);padding-bottom:var(--space-3xl)}.lp-hero{padding-bottom:var(--space-2xl);border-bottom:1px solid oklch(14% .005 70 / .08);margin-bottom:var(--space-2xl)}.lp-hero__title{font-size:clamp(34px,4vw,56px);font-weight:300;letter-spacing:-1.5px;line-height:1.05;color:var(--color-text);margin-bottom:var(--space-sm)}.lp-hero__meta{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-lg);opacity:.55}.lp-hero__intro{font-size:16px;color:var(--color-text-muted);line-height:1.72;max-width:54ch;margin:0}.lp-body{display:grid;grid-template-columns:200px 1fr;gap:var(--space-2xl);align-items:start}.lp-toc{position:sticky;top:calc(72px + var(--space-lg));max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:none}.lp-toc::-webkit-scrollbar{display:none}.lp-toc__label{display:block;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--color-text-muted);opacity:.55;margin-bottom:var(--space-md)}.lp-toc__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px}.lp-toc__link{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;color:var(--color-text-muted);text-decoration:none;padding:6px 8px;border-radius:var(--radius-xs);transition:color var(--ease-fast),background var(--ease-fast)}.lp-toc__link:hover{color:var(--color-text);background:#0a09070a}.lp-toc__link.is-active{color:var(--color-teal);background:#60c99a14;font-weight:500}.lp-toc__num{font-size:9px;font-weight:700;letter-spacing:.08em;color:var(--color-teal);opacity:.5;flex-shrink:0;padding-top:2px;min-width:16px;font-variant-numeric:tabular-nums}.lp-toc__link.is-active .lp-toc__num{opacity:1}.lp-toc-mobile{display:none;margin-bottom:var(--space-xl);border-radius:var(--radius-md);border:1px solid oklch(14% .005 70 / .1);overflow:hidden}.lp-toc-mobile summary{padding:14px var(--space-lg);cursor:pointer;font-size:13px;font-weight:500;color:var(--color-text);list-style:none;display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);background:var(--color-surface);user-select:none}.lp-toc-mobile summary::-webkit-details-marker{display:none}.lp-toc-mobile__chevron{width:14px;height:14px;stroke:var(--color-text-muted);fill:none;stroke-width:2;flex-shrink:0;transition:transform var(--ease-fast)}.lp-toc-mobile[open] .lp-toc-mobile__chevron{transform:rotate(180deg)}.lp-toc-mobile__list{list-style:none;padding:var(--space-sm) var(--space-md) var(--space-md);margin:0;display:flex;flex-direction:column;gap:1px;background:var(--color-surface);border-top:1px solid oklch(14% .005 70 / .07)}.lp-toc-mobile__link{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--color-text-muted);text-decoration:none;padding:8px;border-radius:var(--radius-xs);line-height:1.45}.lp-toc-mobile__num{font-size:9px;font-weight:700;letter-spacing:.08em;color:var(--color-teal);flex-shrink:0;padding-top:3px;min-width:18px}.lp-section{margin-bottom:var(--space-2xl);padding-top:var(--space-xl);border-top:1px solid oklch(14% .005 70 / .07);scroll-margin-top:92px}.lp-section:first-child{border-top:none;padding-top:0}.lp-section__header{display:flex;align-items:baseline;gap:var(--space-md);margin-bottom:var(--space-lg)}.lp-section__num{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--color-teal);flex-shrink:0;padding-top:3px}.lp-section__title{font-size:clamp(17px,1.8vw,22px);font-weight:500;color:var(--color-text);line-height:1.3;margin:0}.lp-prose{font-size:16px;color:var(--color-text-muted);line-height:1.75;max-width:68ch}.lp-prose p{margin:0 0 var(--space-md)}.lp-prose p:last-child{margin-bottom:0}.lp-prose h3{font-size:15px;font-weight:500;color:var(--color-text);margin:var(--space-lg) 0 var(--space-sm)}.lp-prose ul,.lp-prose ol{padding-left:var(--space-xl);margin:0 0 var(--space-md)}.lp-prose li{margin-bottom:var(--space-xs);line-height:1.65}.lp-prose a{color:var(--color-teal);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#60c99a59;transition:text-decoration-color var(--ease-fast)}.lp-prose a:hover{text-decoration-color:var(--color-teal)}.lp-prose strong{color:var(--color-text);font-weight:500}.lp-contact{margin-top:var(--space-2xl);padding:var(--space-xl);background:#60c99a0f;border-radius:var(--radius-md);border:1px solid oklch(76% .12 162 / .14)}.lp-contact__label{display:block;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--color-teal);margin-bottom:var(--space-sm)}.lp-contact__title{font-size:17px;font-weight:500;color:var(--color-text);margin-bottom:var(--space-xs)}.lp-contact__body{font-size:14px;color:var(--color-text-muted);line-height:1.65;margin-bottom:var(--space-md);max-width:46ch}.lp-contact__email{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--color-teal);font-weight:500;font-size:15px;text-decoration:none;transition:opacity var(--ease-fast)}.lp-contact__email:hover{opacity:.72}.lp-contact__email svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0}.lp-backtop{position:fixed;bottom:var(--space-xl);right:var(--space-xl);width:40px;height:40px;border-radius:50%;background:var(--color-ink);color:#f7f5f2;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:0 2px 4px #08090c1f,0 8px 20px #08090c29;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity var(--ease-base),transform var(--ease-base);z-index:50}.lp-backtop.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.lp-backtop svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:960px){.lp-body{grid-template-columns:172px 1fr;gap:var(--space-xl)}}@media(max-width:768px){.lp-body{grid-template-columns:1fr}.lp-toc{display:none}.lp-toc-mobile{display:block}.lp-backtop{bottom:var(--space-lg);right:var(--space-md);width:36px;height:36px}}@media(max-width:480px){.lp-hero__title{letter-spacing:-.5px}.lp-contact{padding:var(--space-lg)}}.bl-hero{padding-top:calc(var(--section-py) + 56px);padding-bottom:var(--space-2xl)}.bl-hero__h1{font-size:clamp(36px,4.5vw,58px);font-weight:500;line-height:1.08;letter-spacing:-1.5px;margin-bottom:var(--space-lg);max-width:16ch;color:var(--color-text)}.bl-posts{padding-bottom:var(--section-py)}.bl-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.bl-post-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:border-color var(--ease-base),transform var(--ease-base)}.bl-post-card__img-wrap{aspect-ratio:16 / 9;overflow:hidden;flex-shrink:0;background:var(--color-teal-wash);border-radius:var(--radius-md)}.bl-post-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.bl-post-card__body{padding:var(--space-sm) var(--space-sm);display:flex;flex-direction:column;flex:1}.bl-tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-purple);background:oklch(from var(--color-purple) l c h / 6%);margin-bottom:var(--space-md);width:fit-content}.bl-post-card__title{font-size:clamp(16px,1.4vw,19px);font-weight:500;line-height:1.3;letter-spacing:-.3px;color:var(--color-text);margin-bottom:var(--space-sm);transition:color var(--ease-fast)}.bl-post-card:hover .bl-post-card__title{color:var(--color-purple);text-decoration:underline}.bl-post-card__excerpt{font-size:14px;color:var(--color-text-muted);line-height:1.65;flex:1;padding-bottom:var(--space-lg)}.bl-post-card__meta{display:flex;align-items:center;gap:var(--space-xs);font-size:12px;color:var(--color-text-muted);padding-top:var(--space-md);border-top:1px solid rgba(0,0,0,.06);flex-wrap:wrap}.bl-meta-sep{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.35;flex-shrink:0}.bl-newsletter-strip{background:var(--color-bg);border-radius:var(--radius-xl);padding:clamp(var(--space-xl),4vw,56px) clamp(var(--space-xl),5vw,80px);display:flex;align-items:center;justify-content:space-between;gap:var(--space-xl);flex-wrap:wrap;margin-bottom:var(--section-py)}.bl-newsletter-strip__text h2{font-size:clamp(18px,2.2vw,26px);font-weight:500;letter-spacing:-.3px;line-height:1.2;color:var(--color-ink);margin-bottom:var(--space-xs)}.bl-newsletter-strip__text p{font-size:14px;color:oklch(from var(--color-ink) l c h / 65%)}.bl-newsletter-form{display:flex;gap:var(--space-xs);min-width:min(360px,100%);flex:0 0 auto}.bl-newsletter-input{flex:1;min-width:0;font-family:inherit;font-size:14px;color:var(--color-text);background:var(--color-surface);border:1.5px solid transparent;border-radius:var(--radius-pill);padding:12px 20px;outline:none;transition:border-color var(--ease-fast)}.bl-newsletter-input:focus{border-color:#237a57}.bl-newsletter-input::placeholder{color:#89858173}.bl-newsletter-success{display:none;font-size:14px;font-weight:500;color:var(--color-ink);padding:13px 0;line-height:1.5}.bl-newsletter-success.is-visible{display:block}.bl-post-page{padding-top:calc(var(--section-py) + 40px);padding-bottom:0}.bl-post-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--color-text-muted);text-decoration:none;margin-bottom:var(--space-2xl);transition:color var(--ease-fast),gap var(--ease-fast)}.bl-post-back:hover{color:var(--color-text);gap:var(--space-sm)}.bl-post-back svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.bl-post-header{max-width:680px;margin:0 auto var(--space-xl)}.bl-post-header__h1{font-size:clamp(26px,3.5vw,44px);font-weight:500;line-height:1.15;letter-spacing:-.8px;margin-top:var(--space-md);margin-bottom:var(--space-lg);color:var(--color-text)}.bl-post-header__meta{display:flex;align-items:center;gap:var(--space-md);font-size:13px;color:var(--color-text-muted);flex-wrap:wrap}.bl-post-cover{max-width:860px;margin:0 auto var(--space-2xl);border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:21 / 9}.bl-post-cover img{width:100%;height:100%;object-fit:cover;display:block;margin:auto}.bl-post-body{max-width:65ch;margin:0 auto;font-size:17px;line-height:1.8;color:var(--color-text)}.bl-post-body h2{font-size:clamp(20px,2vw,26px);font-weight:500;line-height:1.2;letter-spacing:-.4px;margin-top:var(--space-2xl);margin-bottom:var(--space-md);color:var(--color-text)}.bl-post-body h3{font-size:clamp(16px,1.6vw,20px);font-weight:500;line-height:1.3;margin-top:var(--space-xl);margin-bottom:var(--space-sm);color:var(--color-text)}.bl-post-body p{margin-bottom:var(--space-lg)}.bl-post-body p:last-child{margin-bottom:0}.bl-post-body ul,.bl-post-body ol{padding-left:1.4em;margin-bottom:var(--space-lg)}.bl-post-body li{margin-bottom:var(--space-sm);line-height:1.75}.bl-post-body strong{font-weight:600;color:var(--color-text)}.bl-post-body a{color:#036946;text-decoration:underline;text-underline-offset:3px;text-decoration-color:oklch(from var(--color-teal) l c h / 35%);transition:text-decoration-color var(--ease-fast)}.bl-post-body a:hover{text-decoration-color:var(--color-teal)}.bl-post-body blockquote{margin:var(--space-xl) 0;padding:var(--space-lg) var(--space-xl);background:oklch(from var(--color-teal) l c h / 7%);border-radius:var(--radius-md);font-style:italic;color:var(--color-text-muted)}.bl-post-end{max-width:65ch;margin:var(--space-2xl) auto var(--section-py)}.bl-post-divider{width:100%;height:1px;background:#00000014;margin-bottom:var(--space-2xl)}.bl-newsletter-block{background:var(--color-bg);border-radius:var(--radius-xl);padding:clamp(var(--space-xl),4vw,48px);margin-bottom:var(--space-2xl)}.bl-newsletter-block h3{font-size:clamp(17px,1.8vw,22px);font-weight:500;letter-spacing:-.3px;line-height:1.2;color:var(--color-ink);margin-bottom:var(--space-xs)}.bl-newsletter-block>p{font-size:15px;color:oklch(from var(--color-ink) l c h / 65%);margin-bottom:var(--space-lg);line-height:1.55}.bl-newsletter-block .bl-newsletter-form{min-width:unset;flex-wrap:wrap}.bl-post-cta{position:relative;overflow:hidden;padding-top:clamp(64px,9vw,112px);padding-bottom:clamp(64px,9vw,112px);text-align:center}.bl-post-cta__aura{position:absolute;top:-5%;left:50%;transform:translate(-50%);width:860px;height:380px;background:var(--color-purple);opacity:.055;filter:blur(130px);border-radius:50%;pointer-events:none}.bl-post-cta__inner{position:relative;z-index:1;padding-inline:var(--space-lg);margin-bottom:clamp(var(--space-xl),5vw,64px)}.bl-post-cta__headline{font-size:clamp(38px,6.5vw,50px);font-weight:500;line-height:1;letter-spacing:-2px;color:var(--color-ink);margin-bottom:var(--space-xl)}.bl-post-cta__headline em{font-style:normal;color:var(--color-purple)}.bl-post-cta__btn{display:inline-flex}.bl-post-cta__btn svg{transition:transform var(--ease-fast)}.bl-post-cta__btn:hover svg{transform:translate(3px)}.bl-post-cta__track{display:flex;gap:var(--space-md);width:max-content;animation:marquee 55s linear infinite;align-items:flex-end}.bl-post-cta__img{width:300px;height:200px;object-fit:cover;border-radius:var(--radius-lg);flex-shrink:0;display:block}@media(max-width:900px){.bl-posts-grid{grid-template-columns:repeat(2,1fr)}.bl-newsletter-strip{flex-direction:column;align-items:flex-start}.bl-newsletter-form{width:100%}.bl-post-cover{aspect-ratio:16 / 7}}@media(max-width:600px){.bl-hero__h1{letter-spacing:-1px}.bl-posts-grid{grid-template-columns:1fr}.bl-post-cover{border-radius:var(--radius-md);aspect-ratio:16 / 9}.bl-post-body{font-size:16px}.bl-newsletter-form{flex-direction:column}.bl-newsletter-form .o-btn{width:100%;justify-content:center}.bl-post-header__meta{gap:var(--space-sm)}}@media(max-width:1024px){.o-grid--2\@md{grid-template-columns:repeat(2,1fr)}.o-grid--wrap\@md{flex-wrap:wrap}}@media(max-width:1024px){.c-hero__layout{grid-template-columns:200px 1fr 200px;gap:var(--space-md)}.c-hero-proj{width:148px}.c-hero-proj--b{top:150px;left:36px}.c-hero-proj--d{top:150px}.c-hero__visual{height:320px}}@media(max-width:768px){.c-hero__layout{grid-template-columns:1fr}.c-hero__visual{display:none}.o-grid--hero,.o-grid--2{grid-template-columns:1fr}.o-grid--3{grid-template-columns:1fr;gap:var(--space-md)}.o-grid--footer{grid-template-columns:1fr 1fr;gap:var(--space-lg)}.s-aura--hero-a{width:400px;height:400px}.o-carousel__item{flex:0 0 280px}.o-bento{grid-template-columns:1fr}.o-stat-pair{flex-direction:column}}@media(max-width:480px){.o-grid--footer{grid-template-columns:1fr}}@media(max-width:768px){:root{--section-py: clamp(52px, 8vw, 80px)}.c-diff-layout{gap:var(--space-xl);margin-bottom:var(--space-lg)}.c-diff-cards{border-top:1px solid oklch(14% .005 70 / .08);padding-top:var(--space-lg)}.c-diff-heading br{display:none}.c-hero__center{padding-top:calc(var(--section-py) + 2px);padding-bottom:var(--section-py);position:relative}.c-hero__title{font-size:clamp(28px,7.5vw,40px);letter-spacing:-.3px;margin-bottom:var(--space-md)}.c-hero__desc{font-size:16px;max-width:100%;margin-bottom:var(--space-lg)}.c-hero{min-height:auto;padding-block:var(--space-2xl) var(--space-xl)}.c-metric{padding:28px 22px 24px}.c-diff-badge{top:8px;right:12px}.c-diff-badge__text{font-size:11px}.c-cta__content .o-btn{width:100%;justify-content:center}.c-social-proof{padding:40px 0}.c-testimonials-header{padding-inline:0}}@media(max-width:480px){.c-hero__title{font-size:clamp(24px,8vw,32px)}.c-hero__actions{flex-direction:column;width:100%}.c-hero__actions .o-btn{width:100%;justify-content:center}.c-metric__number{font-size:clamp(40px,11vw,60px)}.c-footer__brand p{max-width:100%}.c-diff-cards{grid-template-columns:1fr;gap:24px}.c-diff-cards .c-metric{background:transparent;padding:0;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:14px;row-gap:3px;border-radius:0}.c-diff-cards .c-diff-card__icon{grid-column:1;grid-row:1 / 3;width:36px;height:36px;align-self:start;margin-bottom:0;border-radius:var(--radius-xs)}.c-diff-cards .c-diff-card__icon svg{width:18px;height:18px}.c-diff-cards .c-diff-card__title{grid-column:2;grid-row:1;margin-bottom:0;align-self:end}.c-diff-cards .c-diff-card__desc{grid-column:2;grid-row:2;align-self:start}.c-service-preview{display:none}.c-steps .c-step-card__inner{height:200px}.c-steps .c-step-card__num{font-size:64px}}@media(max-width:768px){.c-contact-layout{grid-template-columns:1fr;gap:var(--space-xl)}.c-contact-section{padding-top:calc(var(--section-py) + 48px)}.c-contact-form-wrap{padding:28px 22px}}@media(max-width:1024px){.c-steps{flex-wrap:wrap}.c-step-card{flex:1 1 calc(50% - 10px)}.c-steps .c-step-card:nth-child(1){margin-top:var(--space-lg)}.c-steps .c-step-card:nth-child(4){margin-top:var(--space-lg)}.c-steps-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.c-flow-diagram{display:none}.c-flow-list{display:flex;flex-direction:column;gap:var(--space-lg);list-style:none;padding:0;margin:0}.c-flow-list li{display:flex;gap:var(--space-md);align-items:flex-start}.c-flow-list__num{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--color-text-muted);opacity:.5;flex-shrink:0;padding-top:3px}.c-flow-list strong{display:block;font-size:15px;font-weight:500;margin-bottom:4px}.c-flow-list p{font-size:14px;color:var(--color-text-muted);line-height:1.55}.c-navbar__links{display:none}.c-navbar__hamburger{display:flex}.c-hero__text{text-align:center}.c-hero__actions{justify-content:center}.c-hero__image{max-width:400px;margin:0 auto}.c-diff-layout{grid-template-columns:1fr}.c-diff-cards{grid-template-columns:1fr 1fr}.c-services-header{grid-template-columns:1fr;gap:var(--space-md);margin-bottom:var(--space-lg)}.c-services-header p{padding-top:0}.c-services-grid{grid-template-columns:1fr}.c-services-grid .c-metric{flex-direction:column;min-height:auto}.c-service-preview{width:100%;height:180px;overflow:hidden}.c-service-preview__img{top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top left;transform:none;border-radius:0;box-shadow:none}.c-services-grid .c-metric__body{justify-content:flex-start;padding:28px 24px 20px}.c-steps{flex-direction:column;gap:var(--space-md)}.c-step-card{flex:1 1 100%;margin-top:0!important}.c-steps-grid{grid-template-columns:1fr}.c-step-card__num{margin-bottom:32px}.c-benefit-support{gap:var(--space-md)}.c-benefits h2{margin-bottom:var(--space-lg)}.c-testimonials-header{flex-direction:column;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-lg)}.c-footer-bottom{flex-direction:column;gap:var(--space-xs);text-align:center}}
