:root{--c-ink:#00205b;--c-accent:#0077c8;--c-accent-hover:#0066ad;--c-accent-soft:#0077c81a;--c-muted:#4a5f7a;--c-border:#d4e0ec;--c-soft:#f0f5fa;--c-dark:#001a4a;--c-white:#fff;--font:"Manrope", system-ui, sans-serif;--container:1140px;--header-h:72px;--radius:14px;--radius-pill:999px;--shadow:0 16px 48px #00205b14}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--c-ink);background:var(--c-white);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}ul{margin:0;padding:0}.container{width:min(100% - 40px, var(--container));margin-inline:auto}.container--narrow{width:min(100% - 40px,760px);margin-inline:auto}.center{text-align:center}.site-header{z-index:1000;border-bottom:1px solid color-mix(in srgb, var(--c-border) 80%, #fff);background:#fff;position:sticky;top:0;overflow:visible}.site-header__inner{min-height:var(--header-h);grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid;overflow:hidden}.site-header__inner>.menu-toggle{grid-area:1/1;justify-self:start}.site-header__inner>.site-header__logo{grid-area:1/2}.site-header__inner>.header-actions-mobile{grid-area:1/3;justify-self:end}.site-header__inner>.site-nav,.site-header__inner>.header-actions-desktop{grid-area:2/1/auto/-1}@media (width>=1024px){.site-header__inner{flex-wrap:nowrap;align-items:center;gap:20px;display:flex;overflow:visible}.site-header__inner>.menu-toggle,.site-header__inner>.site-header__logo,.site-header__inner>.header-actions-mobile,.site-header__inner>.site-nav,.site-header__inner>.header-actions-desktop{grid-area:auto;justify-self:auto}}.site-header__logo{--logo-w:172px;--logo-pad-left:calc(var(--logo-w) * 41 / 1024);margin-left:calc(var(--logo-pad-left) * -1);flex-shrink:0;justify-self:center;align-items:center;display:flex}@media (width>=1024px){.site-header__logo{--logo-w:196px;justify-self:start}}.site-header__logo img{width:var(--logo-w);height:auto;display:block}.site-nav{flex-wrap:nowrap;flex:1;justify-content:center;align-items:center;gap:22px;min-width:0;display:none}@media (width>=1024px){.site-nav{display:flex}}.site-nav .nav-link,.site-nav .nav-item__trigger{color:var(--c-ink);cursor:pointer;white-space:nowrap;text-transform:lowercase;background:0 0;border:0;align-items:center;gap:5px;padding:8px 0;font-family:inherit;font-size:15px;font-weight:500;transition:color .2s;display:inline-flex;position:relative}.site-nav .nav-link:hover,.site-nav .nav-item__trigger:hover,.site-nav .nav-item:hover>.nav-item__trigger,.site-nav .nav-item.is-active>.nav-item__trigger,.site-nav .nav-link.is-active,.site-nav .nav-item__trigger.is-active{color:var(--c-accent)}.site-nav .nav-link.is-active:after,.site-nav .nav-item.is-active>.nav-item__trigger:after,.site-nav .nav-home.is-active:after{content:"";background:var(--c-accent);border-radius:99px;width:18px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-home{width:34px;height:34px;color:var(--c-ink);border-radius:8px;justify-content:center;align-items:center;transition:color .2s;display:inline-flex;position:relative}.nav-home:hover,.nav-home.is-active{color:var(--c-accent)}.nav-item{position:relative}.nav-item--has-sub{margin:-12px 0;padding:12px 0}.nav-item__chevron{opacity:.65;display:inline-flex;transform:translateY(1px)}.nav-item:hover .nav-item__chevron,.nav-item.is-active .nav-item__chevron{opacity:1}.nav-sub{border:1px solid var(--c-border);z-index:80;background:#fff;border-radius:14px;flex-direction:column;gap:2px;min-width:248px;padding:10px;display:none;position:absolute;top:calc(100% - 4px);left:0;box-shadow:0 16px 40px #00205b1a}.nav-sub--cols{--nav-sub-rows:7;width:max-content;min-width:min(560px,100vw - 48px);max-width:min(640px,100vw - 32px);padding:12px}.nav-sub:before{content:"";height:14px;position:absolute;top:-14px;left:0;right:0}.nav-item:hover>.nav-sub,.nav-item:focus-within>.nav-sub,.nav-item.is-open>.nav-sub{display:flex}.nav-item:hover>.nav-sub--cols,.nav-item:focus-within>.nav-sub--cols,.nav-item.is-open>.nav-sub--cols{grid-template-columns:repeat(2,minmax(240px,1fr));grid-template-rows:repeat(var(--nav-sub-rows), auto);grid-auto-flow:column;gap:2px 12px;display:grid}.nav-sub a{color:var(--c-ink);white-space:normal;text-transform:none;border-radius:10px;align-items:center;gap:10px;padding:11px 12px;font-size:14px;font-weight:500;line-height:1.35;display:flex}.nav-sub__icon{width:16px;height:16px;color:var(--c-ink);opacity:.38;flex-shrink:0;transition:opacity .2s,color .2s;display:inline-flex}.nav-sub__label{min-width:0}.nav-sub a:hover,.nav-sub a.is-active{background:color-mix(in srgb, var(--c-accent) 9%, #fff);color:var(--c-accent)}.nav-sub a:hover .nav-sub__icon,.nav-sub a.is-active .nav-sub__icon{color:var(--c-accent);opacity:.72}.header-cta-desktop,.btn.header-cta-desktop{flex-shrink:0;display:inline-flex!important}.header-actions-mobile{flex-shrink:0;justify-self:end;align-items:center;gap:8px;display:flex}.header-actions-desktop{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:none}@media (width>=1024px){.header-actions-mobile{display:none}.header-actions-desktop{display:flex}}.header-login{width:40px;height:40px;color:var(--c-ink);background:color-mix(in srgb, var(--c-accent) 8%, #fff);border:1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);border-radius:10px;flex-shrink:0;place-items:center;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:grid}.header-login:hover,.header-login:focus-visible{color:var(--c-accent);background:color-mix(in srgb, var(--c-accent) 14%, #fff);border-color:color-mix(in srgb, var(--c-accent) 40%, transparent)}.header-cta-mobile{background:var(--c-accent);color:#fff;width:40px;height:40px;box-shadow:none;border:0;border-radius:10px;flex-shrink:0;place-items:center;text-decoration:none;display:grid}.header-cta-mobile:hover,.header-cta-mobile:focus,.header-cta-mobile:active,.header-cta-mobile:visited{background:var(--c-accent-hover);color:#fff}.drawer__login{color:var(--c-ink);background:color-mix(in srgb, var(--c-accent) 7%, #fff);border:1px solid color-mix(in srgb, var(--c-accent) 18%, transparent);border-radius:12px;align-items:center;gap:10px;margin-top:8px;padding:12px 14px;font-weight:600;text-decoration:none;display:flex}.drawer__login:hover,.drawer__login:focus-visible{color:var(--c-accent)}.drawer__login .nav-sub__icon{color:var(--c-accent);opacity:.9;place-items:center;display:grid}.drawer__cta{width:100%;margin-top:12px}.nav-soon{letter-spacing:.04em;text-transform:lowercase;color:var(--c-accent);background:color-mix(in srgb, var(--c-accent) 12%, #fff);vertical-align:middle;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:10px;font-weight:700;display:inline-block}.breadcrumbs{margin:0 0 12px}.breadcrumbs--eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--c-accent);font-size:12px;font-weight:700;line-height:1.35}.breadcrumbs__list{font:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;line-height:inherit;flex-wrap:wrap;align-items:baseline;gap:.2em 0;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs__item{max-width:100%;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;line-height:inherit;align-items:baseline;display:inline-flex}.breadcrumbs__item:last-child{flex:10rem;min-width:min(100%,10rem)}.breadcrumbs__item:not(:last-child):after{content:"·";color:inherit;opacity:.65;flex-shrink:0;margin:0 .55em}.breadcrumbs a{color:inherit;text-decoration:none}.breadcrumbs a:hover{text-underline-offset:2px;text-decoration:underline}.breadcrumbs__home{align-items:center;line-height:0;display:inline-flex;text-decoration:none!important}.breadcrumbs__home-icon{opacity:.9;width:14px;height:14px;display:block}.breadcrumbs__home:hover .breadcrumbs__home-icon{opacity:1}.breadcrumbs [aria-current=page]{color:inherit;opacity:.78;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;line-height:inherit;white-space:normal;overflow-wrap:anywhere}.split-hero--market .breadcrumbs--eyebrow,.split-hero--eco .breadcrumbs--eyebrow{color:#ffffffe0}.split-hero--market .breadcrumbs--eyebrow a,.split-hero--eco .breadcrumbs--eyebrow a{color:#fff}.split-hero--market .breadcrumbs--eyebrow [aria-current=page],.split-hero--eco .breadcrumbs--eyebrow [aria-current=page]{color:#ffffffd1;opacity:1}.cta-band{background:color-mix(in srgb, var(--c-accent) 6%, #fff)}.drawer__parent{width:100%;font:inherit;color:var(--c-ink);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:0;font-weight:600;display:flex}.drawer__row-main,.drawer__link{align-items:center;gap:10px;min-width:0;display:flex}.drawer__view--root .nav-sub__icon{opacity:.4}.drawer__parent.is-active,.drawer__parent:hover,.drawer__link.is-active,.drawer__link:hover{color:var(--c-accent)}.drawer__parent.is-active .nav-sub__icon,.drawer__parent:hover .nav-sub__icon,.drawer__link.is-active .nav-sub__icon,.drawer__link:hover .nav-sub__icon{color:var(--c-accent);opacity:.72}.drawer__chevron{opacity:.55;color:var(--c-accent);flex-shrink:0;font-size:14px}.drawer__back{border:0;border-bottom:1px solid var(--c-border);width:100%;font:inherit;color:var(--c-ink);text-align:left;cursor:pointer;background:0 0;align-items:center;gap:10px;margin:0 0 8px;padding:0 0 12px;font-weight:700;display:flex}.drawer__back:hover{color:var(--c-accent)}.drawer__back-arrow{color:var(--c-accent);flex-shrink:0;font-size:1.15em;line-height:1}.drawer__back-label{min-width:0}.drawer__view-list{flex-direction:column;gap:4px;display:flex}.drawer__view-list a{color:var(--c-muted);align-items:center;gap:10px;font-size:.95em;font-weight:600;display:flex}.drawer__view-list .nav-sub__icon{opacity:.4}.drawer__view-list a.is-active,.drawer__view-list a:hover{color:var(--c-accent)}.drawer__view-list a.is-active .nav-sub__icon,.drawer__view-list a:hover .nav-sub__icon{color:var(--c-accent);opacity:.72}.icon-btn{border:1px solid var(--c-border);background:var(--c-white);width:40px;height:40px;color:var(--c-accent);cursor:pointer;border-radius:10px;place-items:center;display:grid}.icon-btn:hover{border-color:var(--c-accent);background:var(--c-soft)}.menu-toggle{z-index:1100;display:grid;position:relative}.menu-toggle__bars{width:18px;height:14px;display:block;position:relative}.menu-toggle__line{background:currentColor;border-radius:1px;height:2px;transition:transform .22s,opacity .18s;position:absolute;left:0;right:0}.menu-toggle__line:first-child{top:0}.menu-toggle__line:nth-child(2){top:6px}.menu-toggle__line:nth-child(3){top:12px}.menu-toggle.is-open .menu-toggle__line:first-child{transform:translateY(6px)rotate(45deg)}.menu-toggle.is-open .menu-toggle__line:nth-child(2){opacity:0}.menu-toggle.is-open .menu-toggle__line:nth-child(3){transform:translateY(-6px)rotate(-45deg)}@media (width>=1024px){.menu-toggle{display:none!important}}.btn{border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:14px 28px;font-size:15px;font-weight:700;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}@media (width<=1023px){.site-header .header-actions-desktop,.site-header .site-nav{display:none!important}.site-header .header-actions-mobile,.site-header .header-cta-mobile,.site-header .menu-toggle{display:flex!important}.site-header .header-cta-mobile{display:grid!important}.site-header{background:#fff}}.btn:active{transform:scale(.98)}.btn--primary{background:var(--c-accent);box-shadow:0 8px 24px #0077c847;color:#fff!important}.btn--primary:hover,.btn--primary:focus,.btn--primary:active,.btn--primary:visited{color:#fff!important}.btn--primary:hover{background:var(--c-accent-hover)}.btn.btn--nav-cta{text-transform:none;letter-spacing:0;background:var(--c-accent);box-shadow:none;white-space:nowrap;border:0;border-radius:4px 68px 68px 4px;padding:10px 18px 11px;font-size:14px;font-weight:500;color:#fff!important}.btn.btn--nav-cta:hover,.btn.btn--nav-cta:focus,.btn.btn--nav-cta:active,.btn.btn--nav-cta:visited{background:var(--c-accent-hover);transform:none;color:#fff!important}.drawer__cta.btn--nav-cta{border-radius:4px 28px 28px 4px;justify-content:center}.btn--ghost{color:var(--c-ink);border:2px solid var(--c-ink);background:0 0}.btn--ghost:hover{border-color:var(--c-accent);color:var(--c-accent)}.btn--ghost-light{color:#fff;border-color:#ffffffb8}.btn--ghost-light:hover{color:#fff;background:#ffffff1a;border-color:#fff}.section--band .btn--ghost,.section--ink .btn--ghost,.cta-band--ink .btn--ghost{color:#fff;background:0 0;border-color:#ffffffb8}.section--band .btn--ghost:hover,.section--ink .btn--ghost:hover,.cta-band--ink .btn--ghost:hover{color:#fff;background:#ffffff1a;border-color:#fff}.btn--sm{padding:10px 18px;font-size:13px}.drawer[hidden]{display:none}.drawer:not([hidden]){z-index:200;overscroll-behavior-x:none;max-width:100vw;position:fixed;inset:0;overflow-x:hidden}.drawer__backdrop{overscroll-behavior-x:none;background:#00205b73;position:absolute;inset:0;overflow-x:hidden}.drawer__panel{background:var(--c-white);overscroll-behavior:contain;overscroll-behavior-x:none;touch-action:pan-y;flex-direction:column;width:min(88vw,340px);max-width:100vw;max-height:100dvh;display:flex;position:absolute;top:0;bottom:0;left:0;overflow:hidden;box-shadow:8px 0 32px #00205b1f}.drawer__head{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:20px 20px 0;display:flex}.drawer__nav{overscroll-behavior:contain;flex:auto;min-height:0;position:relative;overflow:hidden}.drawer__views{width:100%;height:100%;position:relative;overflow:hidden}.drawer__view{padding:0 20px calc(20px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;will-change:transform;flex-direction:column;gap:16px;transition:transform .28s;display:flex;position:absolute;inset:0;overflow:hidden auto}.drawer__view--root{transform:translate(0)}.drawer__nav[data-depth="1"] .drawer__view--root,.drawer__nav[data-depth="2"] .drawer__view--root{transform:translate(-100%)}.drawer__view--sub{pointer-events:none;visibility:hidden;transition:transform .28s,visibility 0s linear .28s;transform:translate(100%)}.drawer__view--sub.is-active{pointer-events:auto;visibility:visible;transition:transform .28s,visibility linear;transform:translate(0)}.drawer__view--sub.is-active.is-pushed{pointer-events:none;transform:translate(-100%)}.drawer__view a,.drawer__view .drawer__parent{color:var(--c-ink);font-weight:600}html.is-scroll-locked,html.is-scroll-locked body,html.is-drawer-open,html.is-drawer-open body{overscroll-behavior:none;overflow:hidden}body.is-scroll-locked,body.is-drawer-open{width:100%;position:fixed;left:0;right:0}.hero{background:radial-gradient(80% 60% at 90% 10%,#0077c81f,#0000 55%),linear-gradient(#f7fafc 0%,#fff 70%);padding:clamp(48px,8vw,96px) 0 clamp(56px,9vw,100px);position:relative;overflow:hidden}.hero__glow{pointer-events:none;background:radial-gradient(circle,#0077c829,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-80px;right:-120px}.hero__grid{align-items:center;gap:40px;display:grid;position:relative}@media (width>=1024px){.hero__grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:40px}}.hero__content{max-width:560px;position:relative}.hero__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--c-accent);margin:0 0 14px;font-size:13px;font-weight:700}.hero__title{letter-spacing:-.03em;color:var(--c-ink);margin:0 0 18px;font-size:clamp(1.65rem,3.6vw,2.35rem);font-weight:800;line-height:1.18}.hero__lead{color:var(--c-muted);max-width:34em;margin:0;font-size:1.05rem;line-height:1.55}.hero__actions{flex-wrap:wrap;gap:12px;margin:28px 0 24px;display:flex}.check-row{flex-wrap:wrap;gap:8px;max-width:26rem;list-style:none;display:flex}.check-row li{background:var(--c-soft);border:1px solid var(--c-border);color:var(--c-ink);border-radius:999px;padding:8px 14px 8px 32px;font-size:.82rem;font-weight:600;line-height:1.3;position:relative}.check-row li:before{content:"✓";color:var(--c-accent);font-weight:800;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.hero__visual{justify-content:center;align-items:center;min-height:320px;margin-top:12px;display:flex;position:relative}@media (width>=1024px){.hero__visual{min-height:420px;margin-top:0}}.hero-scene{aspect-ratio:1;width:min(100%,440px);position:relative}.hero-scene__net{width:100%;height:100%}.hero-scene__ring{fill:none;stroke:#0077c82e;stroke-width:1.5px;stroke-dasharray:8 10;transform-origin:210px 210px;animation:28s linear infinite hero-spin}.hero-scene__ring--2{stroke:#00205b1f;animation-duration:22s;animation-direction:reverse}.hero-scene__ring--3{stroke:#0077c847;animation-duration:16s}.hero-scene__link{stroke:var(--c-accent);stroke-width:1.5px;stroke-linecap:round;opacity:.35;stroke-dasharray:120;stroke-dashoffset:120px;animation:2.4s infinite forwards hero-draw}.hero-scene__link--d2{animation-delay:.35s}.hero-scene__link--d3{animation-delay:.7s}.hero-scene__link--d4{animation-delay:1.05s}.hero-scene__link--d5{animation-delay:1.4s}.hero-scene__core{fill:var(--c-accent);filter:drop-shadow(0 8px 20px #0077c873);transform-box:fill-box;transform-origin:50%;animation:2.8s ease-in-out infinite hero-pulse}.hero-scene__core-label{fill:#fff;font-family:var(--font);letter-spacing:.04em;font-size:14px;font-weight:800}.hero-scene__node{fill:#fff;stroke:var(--c-accent);stroke-width:3px;transform-box:fill-box;transform-origin:50%;animation:3.2s ease-in-out infinite hero-node}.hero-scene__node--2{fill:var(--c-soft);animation-delay:.4s}.hero-scene__node--3{animation-delay:.8s}.hero-scene__node--4{fill:var(--c-soft);animation-delay:1.2s}.hero-scene__node--5{animation-delay:1.6s}.hero-float{border:1px solid var(--c-border);backdrop-filter:blur(8px);background:#fffffff5;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;animation:5s ease-in-out infinite hero-float;display:flex;position:absolute;box-shadow:0 14px 36px #00205b1a}.hero-float strong{color:var(--c-ink);font-size:13px;font-weight:700;line-height:1.2;display:block}.hero-float span{color:var(--c-muted);font-size:11px;font-weight:500;display:block}.hero-float__dot{background:var(--c-accent);border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 4px #0077c826}.hero-float__dot--alt{background:var(--c-ink);box-shadow:0 0 0 4px #00205b1f}.hero-float--chart{flex-direction:column;align-items:stretch;gap:6px;min-width:168px;animation-delay:.2s;top:6%;right:0}.hero-float__label{color:var(--c-muted);font-size:11px;font-weight:600}.hero-float__metric{color:var(--c-accent);font-size:18px;font-weight:800}.hero-chart{width:100%;height:48px}.hero-chart__line{stroke:var(--c-accent);stroke-width:2.5px;stroke-linecap:round;fill:none;stroke-dasharray:220;stroke-dashoffset:220px;animation:3s infinite forwards hero-chart-draw}.hero-chart__dot{fill:var(--c-accent);transform-box:fill-box;transform-origin:50%;animation:2s ease-in-out infinite hero-pulse}.hero-float--partner{animation-delay:.8s;top:38%;left:-4%}.hero-float--client{animation-delay:1.4s;bottom:22%;right:-2%}.hero-float--deal{gap:8px;animation-delay:1s;bottom:4%;left:18%}.hero-float__badge{background:#0077c81f;border-radius:999px;padding:3px 8px;color:var(--c-accent)!important;font-size:11px!important;font-weight:700!important;display:inline-block!important}@keyframes hero-spin{to{transform:rotate(360deg)}}@keyframes hero-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.92;transform:scale(1.08)}}@keyframes hero-node{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes hero-draw{0%{stroke-dashoffset:120px;opacity:.15}40%{stroke-dashoffset:0;opacity:.55}to{stroke-dashoffset:0;opacity:.3}}@keyframes hero-chart-draw{0%{stroke-dashoffset:220px;opacity:.2}45%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.85}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.hero-scene__ring,.hero-scene__link,.hero-scene__core,.hero-scene__node,.hero-float,.hero-chart__line,.hero-chart__dot,.about-hero-core,.about-hero-link,.about-hero-float--market,.about-hero-float--years{animation:none}.hero-scene__link,.hero-chart__line{stroke-dashoffset:0;opacity:.45}}.section{padding:clamp(56px,9vw,100px) 0}.section--soft{background:var(--c-soft)}.section--soft+.section--soft{padding-top:clamp(24px,3.5vw,40px)}.ai-next-cta{margin:20px 0 0}.home-secondary__list{margin-top:28px}.page-home .why-lead{display:none}.section--ink{color:var(--c-white);background:linear-gradient(160deg,#001a4a 0%,#00205b 55%,#003070 100%);position:relative;overflow:hidden}.ink-ambient{pointer-events:none;position:absolute;inset:0;overflow:hidden}.ink-ambient__orb{filter:blur(40px);opacity:.45;border-radius:50%;animation:12s ease-in-out infinite ink-drift;position:absolute}.ink-ambient__orb--1{background:#0077c873;width:280px;height:280px;top:-60px;left:8%}.ink-ambient__orb--2{background:#7ec4f047;width:220px;height:220px;animation-duration:14s;animation-delay:-4s;bottom:-40px;right:6%}.ink-ambient__line{background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:min(520px,70vw);height:1px;animation:4.5s ease-in-out infinite ink-shimmer;position:absolute;top:18%;left:50%;transform:translate(-50%)}.lead-strong--glow{display:inline-block;position:relative}.lead-strong--glow:after{content:"";background:linear-gradient(90deg,#0000,#0077c8e6,#0000);border-radius:999px;height:2px;animation:3.2s ease-in-out infinite ink-underline;position:absolute;bottom:-6px;left:10%;right:10%}@keyframes ink-drift{0%,to{transform:translate(0)scale(1)}50%{transform:translate(18px,12px)scale(1.08)}}@keyframes ink-shimmer{0%,to{opacity:.25;transform:translate(-50%)scaleX(.85)}50%{opacity:.7;transform:translate(-50%)scaleX(1)}}@keyframes ink-underline{0%,to{opacity:.35;transform:scaleX(.7)}50%{opacity:1;transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.ink-ambient__orb,.ink-ambient__line,.lead-strong--glow:after{animation:none}}.section--band{color:var(--c-white);background:linear-gradient(120deg,#0077c8 0%,#005a99 100%);padding:clamp(48px,7vw,80px) 0}.section--final{background:radial-gradient(80% 60% at 85% 20%,#0077c81f,#0000 55%),linear-gradient(#f7fafc 0%,#fff 55%,#f0f5fa 100%);position:relative;overflow:visible}.flow-band{background:linear-gradient(#f0f5fa 0%,#f3f7fb 22%,#f6f9fc 45%,#f8fafc 62%,#f4f8fb 82%,#eef4fa 100%);position:relative;overflow:hidden}.flow-band__ambient{pointer-events:none;z-index:0;position:absolute;inset:0}.flow-band__orb{filter:blur(60px);border-radius:50%;animation:16s ease-in-out infinite ink-drift;position:absolute}.flow-band__orb--1{background:#0077c824;width:min(52vw,420px);height:min(52vw,420px);top:18%;right:-8%}.flow-band__orb--2{background:#00205b12;width:min(40vw,300px);height:min(40vw,300px);animation-delay:-5s;bottom:8%;left:-6%}.flow-band__grid{opacity:.18;background-image:linear-gradient(#0077c80d 1px,#0000 1px),linear-gradient(90deg,#0077c80d 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;mask-image:radial-gradient(80% 70% at 70% 60%,#000 10%,#0000 70%)}.flow-band .section--audience,.flow-band .section--final{z-index:1;background:0 0;position:relative}.flow-band .section--audience{padding-bottom:clamp(28px,4vw,40px)}.flow-band .section--final{padding-top:clamp(28px,4vw,40px);overflow:visible}.final-ambient{pointer-events:none;position:absolute;inset:0}.final-ambient__orb{filter:blur(48px);border-radius:50%;animation:14s ease-in-out infinite ink-drift;position:absolute}.final-ambient__orb--1{background:#0077c838;width:320px;height:320px;top:-80px;right:5%}.final-ambient__orb--2{background:#00205b1a;width:240px;height:240px;animation-delay:-5s;bottom:10%;left:-40px}.final-ambient__grid{opacity:.35;background-image:linear-gradient(#0077c80f 1px,#0000 1px),linear-gradient(90deg,#0077c80f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;mask-image:radial-gradient(#000 20%,#0000 75%)}.final-layout{align-items:center;gap:40px;display:grid;position:relative}@media (width>=960px){.final-layout{grid-template-columns:1.05fr .95fr;gap:48px}}.final-copy__tagline{margin:8px 0 20px}.final-aside{flex-direction:column;gap:18px;display:flex}.final-aside__cta{justify-content:stretch;display:flex}.final-aside__cta .btn,.btn--block{width:100%}.final-visual{border-radius:24px;position:relative;overflow:hidden}.final-visual__svg{border:1px solid var(--c-border);width:100%;height:auto;box-shadow:var(--shadow);border-radius:24px;display:block}.final-visual__svg text{font-family:var(--font)}.final-visual__curve{stroke:var(--c-accent);stroke-width:3px;stroke-linecap:round;fill:none;stroke-dasharray:420;stroke-dashoffset:420px;animation:3.4s infinite forwards hero-chart-draw}.final-visual__point{fill:var(--c-accent);animation:2.2s ease-in-out infinite hero-pulse}.final-visual__point--2{animation-delay:.3s}.final-visual__point--3{animation-delay:.6s}.final-visual__hub{fill:var(--c-accent);filter:drop-shadow(0 6px 16px #0077c866);transform-box:fill-box;transform-origin:50%;animation:2.8s ease-in-out infinite hero-pulse}.final-visual__node{fill:#fff;stroke:var(--c-ink);stroke-width:2.5px;transform-box:fill-box;transform-origin:50%;animation:3s ease-in-out infinite hero-node}.final-visual__link{stroke:#00205b59;stroke-width:1.5px;stroke-dasharray:40;animation:2.8s infinite forwards hero-draw}.final-float{border:1px solid var(--c-border);background:#fffffff5;border-radius:12px;padding:10px 12px;animation:5s ease-in-out infinite hero-float;position:absolute;box-shadow:0 10px 28px #00205b1a}.final-float strong{color:var(--c-ink);font-size:12px;font-weight:700;display:block}.final-float span{color:var(--c-muted);font-size:11px;font-weight:500;display:block}.final-float--1{top:14%;right:4%}.final-float--2{animation-delay:.8s;bottom:18%;left:6%}.lead-form--card{background:var(--c-white);border:1px solid var(--c-border);max-width:none;box-shadow:var(--shadow);border-radius:20px;margin:0;padding:24px}.lead-form__title{color:var(--c-ink);margin:0 0 4px;font-size:1.05rem;font-weight:700}.section-head{max-width:720px;margin-bottom:40px}.section-head.center{text-align:center;margin-inline:auto}.section-head:not(.center){text-align:left;margin-inline:0}.section-head:not(.center) .section__lead,.section-head:not(.center) .section__text{text-align:left;max-width:none;margin-inline:0}.section-head.center .section__lead,.section-head.center .section__text{margin-inline:auto}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--c-accent);margin:0 0 10px;font-size:12px;font-weight:700}.eyebrow--light{color:#ffffffb3}.section__title{letter-spacing:-.02em;color:var(--c-ink);margin:0;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;line-height:1.2}h1,h2,h3,.hero__title,.split-hero__title,.tariff-hero__title,.section__title,.eco-hero__title,.module-capability__title,.module-benefit__title,.module-feature__title,.module-hub__title,.module-process__label,.feature-card h3,.reason-card h3,.callout h3,.ai-card h3,.process-item__body strong{text-wrap:balance}.hero__lead,.split-hero__lead,.tariff-hero__lead,.section__lead,.section__text,.split-hero__text,.tariff-hero__text,.module-capability__text,.module-benefit__text,.module-feature__text,.module-process__desc,.feature-card p,.reason-card p,.cookie-banner__text{text-wrap:pretty}.section__title:not(:last-child){margin-bottom:16px}.section__title--light{color:var(--c-white)}.section--band .section__title,.cta-band .section__title{margin-bottom:14px}.cta-band--ink{background:0 0;position:relative;overflow:hidden}.cta-band--ink .container{z-index:1;position:relative}.cta-band--ink .hero__actions{margin-bottom:0}.section__lead{color:var(--c-muted);margin:0;font-size:1.05rem}.section__text{color:var(--c-muted);margin:0 0 16px}.section__text a,.stub-body a,.stub-links a{color:var(--c-accent);text-underline-offset:3px;font-weight:700;text-decoration:underline 2px}.section__text a:hover,.stub-body a:hover,.stub-links a:hover{color:var(--c-accent-hover)}.stub-title{flex-wrap:wrap;align-items:baseline;gap:10px 14px;display:flex}.stub-soon{letter-spacing:.04em;text-transform:lowercase;color:var(--c-accent);background:color-mix(in srgb, var(--c-accent) 12%, #fff);vertical-align:middle;border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-block}.stub-links{margin-top:8px}.section__title+.pain-list{margin-top:4px}.section__text--light{color:#ffffffd1}.lead-strong{color:var(--c-ink);margin:16px 0;font-size:1.2rem;font-weight:700}.lead-strong--light,.section--ink .lead-strong{color:var(--c-white)}.split{align-items:start;gap:32px;display:grid}@media (width>=900px){.split{grid-template-columns:1.1fr .9fr;gap:48px}}.pain-list{flex-direction:column;gap:12px;margin:20px 0;list-style:none;display:flex}.pain-list li{background:var(--c-soft);border-left:3px solid var(--c-accent);color:var(--c-ink);border-radius:12px;padding:14px 16px;font-weight:600}.callout{background:var(--c-ink);color:var(--c-white);box-shadow:var(--shadow);border-radius:20px;padding:32px}.callout h3{margin:0 0 14px;font-size:1.25rem;font-weight:700}.callout p{color:#ffffffd9;margin:0 0 14px}.callout p:last-child{margin-bottom:0}.callout__accent{font-size:1.05rem;color:#fff!important;font-weight:700!important}.callout--soft{background:var(--c-white);border:1px solid var(--c-border);color:var(--c-ink)}.callout--soft p,.callout--soft strong{color:var(--c-ink)}.callout--soft .callout__accent{color:var(--c-ink)!important;margin:0!important}.callout>.callout__accent{overflow-wrap:anywhere;margin:0;line-height:1.55}.chip-grid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.chip{border-radius:var(--radius-pill);color:var(--c-white);background:#ffffff1a;border:1px solid #ffffff2e;padding:10px 16px;font-size:.92rem;font-weight:600}.feature-grid{gap:18px;display:grid}@media (width>=768px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.feature-grid--3{grid-template-columns:repeat(3,1fr)}}.feature-card{border-radius:var(--radius);background:var(--c-white);border:1px solid var(--c-border);padding:28px;position:relative;box-shadow:0 4px 20px #00205b0a}a.feature-card{color:inherit;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:block}a.feature-card:hover,a.feature-card:focus-visible{border-color:color-mix(in srgb, var(--c-accent) 28%, transparent);transform:translateY(-2px);box-shadow:0 10px 28px #00205b0f}a.feature-card:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px}.feature-card--wide{grid-column:1/-1}.feature-card:not(.feature-card--wide){text-align:center}.feature-card:not(.feature-card--wide) .feature-card__icon,.feature-card:not(.feature-card--wide) .feature-card__num{margin-inline:auto}.feature-card:not(.feature-card--wide) .mini-list{justify-content:center}@media (width>=900px){.feature-grid--3>.feature-card:not(.feature-card--wide){text-align:left}.feature-grid--3>.feature-card:not(.feature-card--wide) .feature-card__icon,.feature-grid--3>.feature-card:not(.feature-card--wide) .feature-card__num{margin-inline:0}.feature-grid--3>.feature-card:not(.feature-card--wide) .mini-list{justify-content:flex-start}}.feature-card__num{letter-spacing:.08em;width:fit-content;color:var(--c-accent);margin-bottom:12px;font-size:12px;font-weight:800;display:block}.feature-card h3{color:var(--c-ink);margin:0 0 10px;font-size:1.15rem;font-weight:700}.feature-card p{color:var(--c-muted);margin:0;font-size:.98rem}.mini-list{flex-wrap:wrap;gap:8px;margin-top:18px;list-style:none;display:flex}.mini-list li{border-radius:var(--radius-pill);background:var(--c-soft);color:var(--c-ink);padding:6px 12px;font-size:.85rem;font-weight:600}.ai-grid{gap:20px;display:grid}@media (width>=768px){.ai-grid{grid-template-columns:repeat(2,1fr)}.ai-grid--single{grid-template-columns:1fr;max-width:640px;margin-inline:auto}}.ai-card{background:var(--c-white);border:1px solid var(--c-border);box-shadow:var(--shadow);border-radius:20px;padding:32px}.ai-card--wide{max-width:860px;margin-top:28px}.ai-card h3{color:var(--c-ink);margin:0 0 16px;font-size:1.2rem;font-weight:700}.ai-card__intro{color:var(--c-muted);margin:0 0 12px}.bullet-list{flex-direction:column;gap:10px;list-style:none;display:flex}.bullet-list li{color:var(--c-ink);padding-left:18px;font-weight:500;position:relative}.bullet-list li:before{content:"";background:var(--c-accent);border-radius:50%;width:7px;height:7px;position:absolute;top:.55em;left:0}.bullet-list--on-ink{text-align:left;max-width:36em;margin:0}.bullet-list--on-ink li{color:#ffffffe6}.bullet-list--on-ink li:before{background:#7ec4f0}@media (width>=560px){.bullet-list--compact{grid-template-columns:1fr 1fr;gap:10px 20px;display:grid}}.process-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width>=640px){.process-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=960px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-item{background:var(--c-soft);border:1px solid var(--c-border);color:var(--c-ink);border-radius:12px;align-items:center;gap:10px;padding:16px 18px;font-size:.95rem;font-weight:700;display:flex}a.process-item{text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}a.process-item:hover{border-color:color-mix(in srgb, var(--c-accent) 55%, var(--c-border));transform:translateY(-1px);box-shadow:0 8px 24px #00205b0f}.process-item:before{content:"✓";color:var(--c-accent);font-weight:800}.process-item__body{flex-direction:column;gap:4px;min-width:0;display:flex}.process-item__body strong{font-size:.95rem;font-weight:700;line-height:1.3}.process-item__body>span{color:var(--c-muted);font-size:.85rem;font-weight:500;line-height:1.45}.process-grid--modules{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.process-grid--modules .process-item{box-sizing:border-box;text-align:center;flex-direction:column;flex:0 100%;align-items:center;max-width:100%;min-height:100%}.process-grid--modules .process-item:before{margin-top:0}.process-grid--modules .process-item__body{align-items:center}@media (width>=640px){.process-grid--modules .process-item{flex:0 calc(50% - 6px);max-width:calc(50% - 6px)}}@media (width>=960px){.process-grid--modules .process-item{text-align:left;flex-direction:row;flex:0 calc(25% - 9px);align-items:flex-start;max-width:calc(25% - 9px)}.process-grid--modules .process-item:before{margin-top:2px}.process-grid--modules .process-item__body{align-items:flex-start}}.process-item--accent{background:var(--c-accent);border-color:var(--c-accent);color:var(--c-white)}.process-item--accent:before{content:"→";color:var(--c-white)}.process-item--accent .process-item__body>span{color:color-mix(in srgb, var(--c-white) 88%, transparent)}a.process-item--accent:hover{border-color:color-mix(in srgb, var(--c-accent) 70%, #000);box-shadow:0 8px 24px color-mix(in srgb, var(--c-accent) 28%, transparent)}.process-grid__more{margin-top:24px}.process-modules{width:100%;min-width:0}.process-modules__dots{display:none}@media (width<=767px){.page-home .process-modules{width:calc(100% + 40px);margin-inline:-20px;overflow:hidden}.page-home .process-grid--modules{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-inline:20px;touch-action:pan-x;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;gap:12px;padding-bottom:2px;scroll-padding-inline:20px;display:flex;position:relative;overflow:auto hidden}.page-home .process-grid--modules::-webkit-scrollbar{display:none}.page-home .process-grid--modules .process-item{scroll-snap-align:start;scroll-snap-stop:always;background:var(--c-soft);border:1px solid var(--c-border);max-width:min(320px,85vw);min-height:148px;box-shadow:none;border-radius:14px;flex:0 0 min(320px,85vw);transform:none}.page-home .process-grid--modules .process-item:last-child{margin-right:8px}.page-home .process-grid--modules .process-item__body>span{display:block}.page-home .process-grid--modules a.process-item:hover{box-shadow:none;transform:none}.page-home .process-modules__dots{flex-wrap:nowrap;justify-content:center;align-items:center;gap:5px;margin-top:16px;padding-inline:20px;display:flex;overflow:hidden}.page-home .process-modules__dot{background:color-mix(in srgb, var(--c-accent) 22%, var(--c-border));cursor:pointer;border:0;border-radius:999px;flex:none;width:14px;height:6px;padding:0;transition:background .2s,width .2s}.page-home .process-modules__dot.is-active{background:var(--c-accent);width:22px}.page-home .process-modules__dot:focus-visible{outline:2px solid var(--c-accent);outline-offset:2px}}.text-link{color:var(--c-muted);text-decoration:underline;text-decoration-color:color-mix(in srgb, var(--c-muted) 40%, transparent);text-underline-offset:.22em;font-size:.95rem;font-weight:600;transition:color .2s,text-decoration-color .2s}.text-link:hover{color:var(--c-accent);text-decoration-color:color-mix(in srgb, var(--c-accent) 55%, transparent)}.text-link--accent{color:var(--c-accent);text-underline-offset:.22em;font-size:1.05rem;font-weight:700;text-decoration:none}.text-link--accent:after{content:" →"}.text-link--accent:hover{color:var(--c-accent-hover);text-decoration:underline;text-decoration-color:color-mix(in srgb, var(--c-accent) 55%, transparent)}@media (width<=767px){.page-home .process-grid__more{margin-top:18px}}.reason-grid{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.reason-grid>*{box-sizing:border-box;flex:0 100%;max-width:100%}@media (width>=768px){.reason-grid>*{flex:0 calc(50% - 8px);max-width:calc(50% - 8px)}}@media (width>=1024px){.reason-grid>*{flex:0 calc(33.3333% - 10.6667px);max-width:calc(33.3333% - 10.6667px)}}.reason-card{border-radius:var(--radius);background:var(--c-white);border:1px solid var(--c-border);text-align:center;padding:26px}.reason-card .reason-card__icon{margin-inline:auto}@media (width>=1024px){.reason-grid .reason-card{text-align:left}.reason-grid .reason-card .reason-card__icon{margin-inline:0}}.reason-card h3{color:var(--c-ink);margin:0 0 10px;font-size:1.05rem;font-weight:700}.reason-card p{color:var(--c-muted);margin:0;font-size:.95rem}.audience-grid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.audience-grid span,.audience-grid a{border-radius:var(--radius-pill);background:var(--c-white);border:1px solid var(--c-border);color:var(--c-ink);padding:12px 18px;font-size:.92rem;font-weight:600;text-decoration:none}.audience-grid a{transition:border-color .2s,color .2s}.audience-grid a:hover,.audience-grid a:focus-visible{border-color:var(--c-accent);color:var(--c-accent)}#audience .section-head{text-align:center;margin-inline:auto}#audience .audience-grid{text-align:center;justify-content:center}#audience .audience-grid span,#audience .audience-grid a{text-align:center}.check-list{text-align:left;flex-direction:column;gap:10px;max-width:none;margin:0;list-style:none;display:flex}.check-list li{border:1px solid var(--c-border);color:var(--c-ink);background:#fffc;border-radius:12px;padding:12px 14px 12px 40px;font-size:.95rem;font-weight:600;position:relative}.check-list li:before{content:"✓";color:var(--c-accent);font-weight:800;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.check-list--row{text-align:center;flex-flow:wrap;justify-content:center;gap:8px 22px}.check-list--row li{background:0 0;border:none;border-radius:0;padding:4px 0 4px 22px;font-weight:500}.check-list--row li:before{top:.55em;left:0;transform:none}.check-list--on-ink li{color:#ffffffe6}.check-list--on-ink li:before{color:#7ec4f0}.lead-form{text-align:left;gap:12px;max-width:480px;margin:36px auto 0;display:grid}.lead-form input:not([type=checkbox]){border:1px solid var(--c-border);width:100%;color:var(--c-ink);background:var(--c-white);border-radius:12px;padding:14px 16px;font-size:15px}.lead-form input:not([type=checkbox]):focus{border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-accent-soft);outline:none}.lead-form .btn{width:100%}.site-footer{background:var(--c-ink);color:#fffc;padding:48px 0 28px}.footer-grid{gap:32px;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:1.2fr 1fr 1fr}}@media (width>=1024px){.footer-grid{grid-template-columns:1.2fr .95fr 1.05fr .85fr 1fr;gap:28px 20px}}.footer-grid--legal{grid-template-columns:1fr}@media (width>=768px){.footer-grid--legal{grid-template-columns:1.15fr 1fr 1.3fr}}.footer-brand img{width:180px;height:auto;box-shadow:none;filter:brightness(0)invert();background:0 0;border-radius:0;margin-bottom:16px;padding:0}.footer-brand__blurb{max-width:320px;margin:0;font-size:.95rem;line-height:1.5}.footer-brand__essentials{display:none}.footer-acc{background:0 0;border:none;margin:0;padding:0}.footer-acc__summary{letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;cursor:default;margin:0 0 4px;font-size:11px;font-weight:700;list-style:none}.footer-acc__summary::-webkit-details-marker{display:none}.footer-col{flex-direction:column;gap:8px;display:flex}.footer-col__title,.footer-col h5{letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin:0 0 4px;font-size:11px}.footer-col a{color:#ffffffd9;font-size:.8125rem;font-weight:500;line-height:1.35}.footer-col a:hover{color:#7ec4f0}.footer-bottom{color:#ffffff73;border-top:1px solid #ffffff1f;flex-direction:column;gap:8px;margin-top:36px;padding-top:20px;font-size:.85rem;display:flex}.footer-legal{display:none}.footer-bottom__note{color:#ffffff59;max-width:720px;font-size:.78rem;line-height:1.45}@media (width>=768px){.footer-acc>.footer-col{display:flex!important}.footer-acc__summary{pointer-events:none}.footer-acc__summary:after{display:none!important}}.legal-page{max-width:760px;padding:clamp(40px,7vw,72px) 0 clamp(56px,8vw,96px)}.legal-page--wide{max-width:1080px}.legal-page h1{letter-spacing:-.02em;color:var(--c-ink);margin:0 0 12px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.legal-meta{background:var(--c-soft);border:1px solid var(--c-border);color:var(--c-muted);border-radius:12px;margin:0 0 32px;padding:12px 14px;font-size:.9rem}.legal-page h2{color:var(--c-ink);margin:28px 0 10px;font-size:1.15rem;font-weight:700}.legal-page p,.legal-page li{color:var(--c-muted);font-size:.98rem;line-height:1.65}.legal-page ul{flex-direction:column;gap:8px;margin:0 0 12px;padding-left:1.2em;display:flex}.legal-page a{color:var(--c-accent);font-weight:600}.legal-page a:hover{text-decoration:underline}.legal-table-wrap{border:1px solid var(--c-border);background:var(--c-white);border-radius:12px;margin:16px 0 24px;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;min-width:880px;font-size:.88rem}.legal-table--compact{min-width:520px}.legal-table th,.legal-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--c-border);color:var(--c-ink);padding:12px 14px;line-height:1.5}.legal-table th{background:var(--c-soft);color:var(--c-ink);font-size:.8rem;font-weight:700}.legal-table tbody tr:last-child td{border-bottom:0}.legal-table td{color:var(--c-muted)}@media (width<=767px){.legal-page{overflow-wrap:anywhere;word-break:break-word;max-width:100%}.legal-page h1,.legal-page h2,.legal-page p,.legal-page li{overflow-wrap:anywhere;word-break:break-word}.legal-table-wrap{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;width:100%;max-width:100%;display:block;overflow-x:auto}.legal-table,.legal-table--compact{font-family:var(--font);font-size:.8rem;line-height:1.45}.legal-table th,.legal-table td{white-space:normal;overflow-wrap:anywhere;word-break:break-word;padding:10px 12px;font-family:inherit}}.register-section{min-height:calc(100vh - var(--header-h));align-items:center;display:flex}.register-layout{align-items:start;gap:40px;display:grid}@media (width>=900px){.register-layout{grid-template-columns:1fr 1fr;align-items:center;gap:56px}}.register-intro .check-list{margin-top:24px}.register-form{background:var(--c-white);border:1px solid var(--c-border);box-shadow:var(--shadow);border-radius:20px;flex-direction:column;gap:14px;padding:28px;display:flex}.register-form__title{color:var(--c-ink);margin:0 0 6px;font-size:1.25rem;font-weight:800}.register-field{flex-direction:column;gap:6px;display:flex}.register-field span{color:var(--c-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.register-field input,.register-field select{border:1px solid var(--c-border);width:100%;color:var(--c-ink);background:#fff;border-radius:12px;padding:14px 16px;font-size:15px}.register-field input:focus,.register-field select:focus{border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-accent-soft);outline:none}.register-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.register-check{color:var(--c-muted);cursor:pointer;overflow-wrap:anywhere;word-break:break-word;align-items:flex-start;gap:12px;min-width:0;font-size:.88rem;line-height:1.45;display:flex}.register-check input{width:16px;height:16px;accent-color:var(--c-accent);background:0 0;border:none;border-radius:0;flex:none;margin-top:3px;padding:0}.register-check>span{flex:auto;min-width:0}.register-check a{color:var(--c-accent);overflow-wrap:anywhere;word-break:break-word;font-weight:700}.register-check a:hover{text-decoration:underline}.register-form__hint{color:var(--c-muted);margin:0;font-size:.8rem;line-height:1.45}.register-form .btn{margin-top:4px}@media (width<=767px){.register-form{padding:22px}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(22px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal--delay{transition-delay:.12s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.28s}.tariff-modules>.reveal:first-child,.pricing-grid>.reveal:first-child{transition-delay:20ms}.tariff-modules>.reveal:nth-child(2),.pricing-grid>.reveal:nth-child(2){transition-delay:.1s}.tariff-modules>.reveal:nth-child(3),.pricing-grid>.reveal:nth-child(3){transition-delay:.18s}.tariff-modules>.reveal:nth-child(4),.pricing-grid>.reveal:nth-child(4){transition-delay:.26s}.tariff-modules>.reveal:nth-child(5),.pricing-grid>.reveal:nth-child(5){transition-delay:.34s}.tariff-modules>.reveal:nth-child(6),.pricing-grid>.reveal:nth-child(6){transition-delay:.42s}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}.why-visual{flex-direction:column;gap:16px;display:flex}@media (width>=768px){#why .why-visual,#ecosystem .eco-visual{margin-top:29.8px}}.viz-card{background:var(--c-white);border:1px solid var(--c-border);box-shadow:var(--shadow);border-radius:16px;padding:18px 20px}a.viz-card{color:inherit;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:block}a.viz-card:hover,a.viz-card:focus-visible{border-color:color-mix(in srgb, var(--c-accent) 28%, transparent);transform:translateY(-2px);box-shadow:0 10px 28px #00205b0f}a.viz-card:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px}.viz-card__head{color:var(--c-muted);justify-content:space-between;align-items:center;margin-bottom:14px;font-size:12px;font-weight:600;display:flex}.viz-compare{grid-template-columns:1fr 1fr;gap:16px;display:grid}.viz-compare__col{text-align:center}.viz-compare__bars{justify-content:center;align-items:flex-end;gap:6px;height:88px;margin-bottom:10px;padding:0 4px;display:flex}.viz-compare__bars span{max-width:18px;height:var(--h);transform-origin:bottom;border-radius:5px 5px 2px 2px;flex:1;animation:2.4s ease-in-out infinite bar-grow}.viz-compare__bars--bad span{background:linear-gradient(#f07167,#c2410c)}.viz-compare__bars--bad span:nth-child(2){animation-delay:.1s}.viz-compare__bars--bad span:nth-child(3){animation-delay:.2s}.viz-compare__bars--bad span:nth-child(4){animation-delay:.3s}.viz-compare__bars--good span{background:linear-gradient(180deg, #4db3ff, var(--c-accent))}.viz-compare__bars--good span:nth-child(2){animation-delay:.12s}.viz-compare__bars--good span:nth-child(3){animation-delay:.24s}.viz-compare__bars--good span:nth-child(4){animation-delay:.36s}.viz-compare__label{color:var(--c-ink);margin:0;font-size:.78rem;font-weight:700}.viz-compare__trend{margin:4px 0 0;font-size:.72rem;font-weight:700}.viz-compare__trend--up{color:#c2410c}.viz-compare__trend--ok{color:var(--c-accent)}.viz-card__trend--up{color:#c2410c;font-weight:700}.viz-bars{width:100%;height:90px}.viz-bars__bar{fill:#0077c840;transform-origin:bottom;animation:2.4s ease-in-out infinite bar-grow}.viz-bars__bar--2{fill:#0077c866;animation-delay:.15s}.viz-bars__bar--3{fill:#0077c899;animation-delay:.3s}.viz-bars__bar--4{fill:var(--c-accent);animation-delay:.45s}@keyframes bar-grow{0%,to{transform:scaleY(.92)}50%{transform:scaleY(1)}}.feature-card__icon{width:44px;height:44px;color:var(--c-accent);margin-bottom:14px}.feature-card__icon svg{width:100%;height:100%}.feature-card__wide-layout{gap:28px;display:grid}@media (width>=900px){.feature-card__wide-layout{grid-template-columns:1.2fr .8fr;align-items:center}}.data-viz{background:var(--c-soft);border:1px solid var(--c-border);border-radius:14px;padding:20px}.data-viz__row{color:var(--c-muted);grid-template-columns:80px 1fr;align-items:center;gap:12px;margin-bottom:12px;font-size:12px;font-weight:600;display:grid}.data-viz__bar{height:10px;width:var(--w);background:linear-gradient(90deg, var(--c-accent), #4aa3e0);transform-origin:0;border-radius:999px;animation:2.8s ease-in-out infinite bar-fill;display:block}@keyframes bar-fill{0%,to{opacity:.85;transform:scaleX(.92)}50%{opacity:1;transform:scaleX(1)}}.data-viz__live{letter-spacing:.06em;text-transform:uppercase;color:var(--c-accent);align-items:center;gap:6px;margin-top:4px;font-size:11px;font-weight:700;display:inline-flex}.data-viz__live i{background:var(--c-accent);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite hero-pulse}.ai-layout{align-items:center;gap:28px;margin-bottom:32px;display:grid}@media (width>=900px){.ai-layout{grid-template-columns:1.2fr .8fr}.ai-layout .section-head{margin-bottom:0}}.ai-radar{aspect-ratio:1;background:radial-gradient(circle,#0077c81f,#0000 65%);border-radius:50%;width:min(100%,260px);margin-inline:auto;position:relative}.ai-radar__ring{border:1px dashed #0077c859;border-radius:50%;position:absolute;inset:18%}.ai-radar__ring--2{animation:18s linear infinite hero-spin;inset:30%}.ai-radar__ring--1{animation:26s linear infinite reverse hero-spin;inset:10%}.ai-radar__ring--3{inset:42%}.ai-radar__sweep{background:conic-gradient(#0000 0deg,#0077c840 50deg,#0000 70deg);border-radius:50%;animation:4s linear infinite hero-spin;position:absolute;inset:10%}.ai-radar__core{background:var(--c-accent);color:#fff;border-radius:50%;place-items:center;width:52px;height:52px;font-size:14px;font-weight:800;animation:2.6s ease-in-out infinite hero-pulse;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #0077c866}.ai-radar__core--lg{letter-spacing:-.03em;text-align:center;box-sizing:border-box;width:78px;height:78px;padding:8px;font-size:11px;line-height:1.15}.ai-radar__blip{background:var(--c-ink);border-radius:50%;width:10px;height:10px;animation:2.4s ease-in-out infinite blip;position:absolute;box-shadow:0 0 0 4px #00205b1f}.ai-radar__blip--1{top:22%;left:28%}.ai-radar__blip--2{background:var(--c-accent);animation-delay:.5s;top:58%;right:18%}.ai-radar__blip--3{animation-delay:1s;bottom:20%;left:40%}@keyframes blip{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}.process-grid.is-visible .process-item{animation:.5s both process-in}.process-grid.is-visible .process-item:first-child{animation-delay:20ms}.process-grid.is-visible .process-item:nth-child(2){animation-delay:60ms}.process-grid.is-visible .process-item:nth-child(3){animation-delay:.1s}.process-grid.is-visible .process-item:nth-child(4){animation-delay:.14s}.process-grid.is-visible .process-item:nth-child(5){animation-delay:.18s}.process-grid.is-visible .process-item:nth-child(6){animation-delay:.22s}.process-grid.is-visible .process-item:nth-child(7){animation-delay:.26s}.process-grid.is-visible .process-item:nth-child(8){animation-delay:.3s}.process-grid.is-visible .process-item:nth-child(9){animation-delay:.34s}.process-grid.is-visible .process-item:nth-child(10){animation-delay:.38s}.process-grid.is-visible .process-item:nth-child(11){animation-delay:.42s}.process-grid.is-visible .process-item:nth-child(12){animation-delay:.46s}.process-grid.is-visible .process-item:nth-child(13){animation-delay:.5s}.process-grid.is-visible .process-item:nth-child(14){animation-delay:.54s}@keyframes process-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.scale-layout{gap:28px;max-width:900px;display:grid}#scale .chip-grid,.scale-layout .chip-grid{justify-content:flex-start}@media (width>=900px){.scale-layout{grid-template-columns:1.2fr .8fr;align-items:center;max-width:none}#scale .center,.scale-layout .center{text-align:left}}.scale-viz{background:#ffffff1f;border:1px solid #fff3;border-radius:16px;padding:16px 18px}.scale-viz svg{width:100%;height:auto}.scale-viz__line{stroke:#fff;stroke-width:3px;stroke-linecap:round;fill:none;stroke-dasharray:320;stroke-dashoffset:320px;animation:3.2s infinite forwards hero-chart-draw}.scale-viz__dot{fill:#fff;animation:2s ease-in-out infinite hero-pulse}.scale-viz__dot--2{animation-delay:.3s}.scale-viz__dot--3{animation-delay:.6s}.scale-viz__labels{color:#fffc;justify-content:space-between;margin-top:8px;font-size:11px;font-weight:600;display:flex}.eco-visual{flex-direction:column;gap:16px;display:flex}.eco-visual__canvas{background:radial-gradient(circle at 50% 50%, #0077c81f, transparent 55%), var(--c-white);border:1px solid var(--c-border);border-radius:20px;min-height:240px;position:relative;overflow:hidden}.eco-links{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.eco-links__line{stroke:var(--c-accent);stroke-width:1.8px;stroke-linecap:round;opacity:.5;stroke-dasharray:5 8;animation:2.2s linear infinite eco-dash}.eco-links__line--soft{stroke:#00205b47;stroke-width:1.3px;opacity:.55}@keyframes eco-dash{to{stroke-dashoffset:-39px}}.eco-node{z-index:1;background:var(--c-white);border:1px solid var(--c-border);color:var(--c-ink);border-radius:999px;padding:10px 14px;font-size:12px;font-weight:700;animation:4.5s ease-in-out infinite hero-float;position:absolute;box-shadow:0 8px 24px #00205b14}.eco-node--c{background:var(--c-accent);border-color:var(--c-accent);color:#fff;margin-top:-18px;margin-left:-28px;animation:3s ease-in-out infinite eco-pulse;top:50%;left:50%}@keyframes eco-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.eco-node--1{animation-delay:.2s;top:14%;left:12%}.eco-node--2{animation-delay:.6s;top:18%;right:10%}.eco-node--3{background:var(--c-soft);animation-delay:1s;bottom:16%;left:18%}.eco-node--4{animation-delay:1.3s;bottom:18%;right:14%}.reason-card__icon{width:40px;height:40px;color:var(--c-accent);margin-bottom:14px}.reason-card__icon svg{width:100%;height:100%}@media (prefers-reduced-motion:reduce){.viz-bars__bar,.viz-compare__bars span,.data-viz__bar,.data-viz__live i,.ai-radar__ring,.ai-radar__sweep,.ai-radar__core,.ai-radar__blip,.scale-viz__line,.scale-viz__dot,.eco-node,.process-grid.is-visible .process-item,.final-ambient__orb,.flow-band__orb,.final-visual__curve,.final-visual__point,.final-visual__hub,.final-visual__node,.final-visual__link,.final-float{animation:none!important}.scale-viz__line,.final-visual__curve{stroke-dashoffset:0}}html,body{max-width:100%;overflow-x:clip}@media (width<=767px){:root{--header-h:72px}body{font-size:16px}.container,.container--narrow{width:min(100% - 28px, var(--container))}.site-header{padding-top:env(safe-area-inset-top)}.site-header__logo{--logo-w:160px}.icon-btn,.header-cta-mobile,.header-login{width:44px;height:44px}.drawer__panel{width:min(92vw,360px)}.drawer__head{padding-top:calc(16px + env(safe-area-inset-top,0px))}.drawer__view a,.drawer__parent,.drawer__back{min-height:44px;padding-top:12px;padding-bottom:12px;font-size:17px}.drawer__parent,.drawer__back{align-items:center;display:flex}.drawer__parent{justify-content:space-between}.hero{padding:32px 0 40px}.hero__glow{width:260px;height:260px;top:-40px;right:-80px}.hero__grid{gap:28px}.hero__content{max-width:none}.hero__eyebrow{letter-spacing:.06em;font-size:11px}.hero__title{font-size:clamp(1.4rem,7vw,1.85rem)}.hero__lead{font-size:.98rem}.hero__actions{margin:22px 0 18px}.hero__actions .btn{width:100%}.check-row{gap:6px}.check-row li{padding:7px 12px 7px 28px;font-size:.75rem}.check-row li:before{left:10px}.hero__visual{margin-top:4px;max-width:340px;min-height:0;margin-inline:auto}.hero-scene{width:100%}.hero-float{border-radius:10px;padding:8px 10px;transform:scale(.92)}.hero-float--chart{min-width:120px;top:0;right:0}.hero-float--partner{top:42%;left:0}.hero-float--client{bottom:18%;right:0}.hero-float--deal{bottom:0;left:10%}.hero-float strong{font-size:11px}.hero-float span,.hero-float__label{font-size:10px}.section{padding:48px 0}.section-head{margin-bottom:28px}.section__title{font-size:clamp(1.35rem,6vw,1.75rem)}.pain-list li{padding:12px 14px;font-size:.92rem}.callout{padding:24px}.chip{padding:8px 12px;font-size:.82rem}.feature-card,.ai-card,.reason-card{padding:22px}.feature-card__wide-layout{gap:20px}.ai-radar{width:min(100%,200px)}.process-grid{grid-template-columns:1fr 1fr;gap:8px}.process-item{padding:12px 10px;font-size:.8rem}.process-grid--modules .process-item{flex:0 100%;max-width:100%;padding:14px;font-size:.95rem}.process-grid--modules .process-item__body>span{font-size:.82rem}.eco-visual__canvas{min-height:200px}.eco-node{padding:7px 10px;font-size:10px}.final-layout{gap:28px}.final-float{display:none}.final-aside__cta .btn{min-height:48px}.footer-grid{gap:0}.footer-brand img{width:132px;margin-bottom:12px}.footer-brand__blurb,.footer-brand__essentials{display:none}.footer-acc{border-top:1px solid #ffffff1f}.footer-acc__summary{letter-spacing:.04em;color:#ffffffc7;cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:12px 0;font-size:.8125rem;display:flex}.footer-acc__summary:after{content:"+";color:#ffffff73;flex-shrink:0;font-size:1.05rem;font-weight:500;line-height:1}.footer-acc[open]>.footer-acc__summary:after{content:"−"}.footer-acc>.footer-col{gap:6px;padding:0 0 12px}.footer-col a{font-size:.78rem;line-height:1.3}.footer-legal{flex-wrap:wrap;gap:8px 14px;margin-bottom:4px;display:flex}.footer-legal a{color:#ffffff8c;font-size:.75rem;font-weight:600}.site-footer{padding:28px 0 calc(18px + env(safe-area-inset-bottom))}.footer-bottom{gap:6px;margin-top:16px;padding-top:14px;font-size:.78rem}.footer-bottom__note{max-width:none;font-size:.7rem}.scale-viz__labels{font-size:10px}}@media (width<=380px){.site-header__logo{--logo-w:142px}.process-grid{grid-template-columns:1fr}.hero-float--chart,.hero-float--deal{display:none}}@media (width>=768px) and (width<=1023px){.container{width:min(100% - 48px, var(--container))}.site-header__logo{--logo-w:188px}.hero{padding:48px 0 56px}.hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:28px}.hero__content{max-width:none}.hero__title{font-size:clamp(1.55rem,3.2vw,2rem)}.hero__visual{min-height:340px}.hero-float--partner{left:0}.hero-float--client{right:0}.split{grid-template-columns:1fr 1fr;align-items:start;gap:28px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid--3{grid-template-columns:repeat(3,1fr)}.ai-layout{grid-template-columns:1.15fr .85fr;align-items:center}.ai-layout .section-head{margin-bottom:0}.process-grid{grid-template-columns:repeat(3,1fr)}.scale-layout{grid-template-columns:1.15fr .85fr;align-items:center;max-width:none}.scale-layout .center{text-align:left}.reason-grid>*{flex:0 calc(50% - 8px);max-width:calc(50% - 8px)}.final-layout{grid-template-columns:1fr 1fr;align-items:center;gap:32px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.eco-visual__canvas{min-height:230px}}@media (width>=1024px) and (width<=1199px){.container{width:min(100% - 48px, var(--container))}.site-header__logo{--logo-w:168px}.site-nav{gap:14px}.site-nav .nav-link,.site-nav .nav-item__trigger{font-size:13px}.nav-sub{min-width:220px}.nav-sub--cols{min-width:min(500px,100vw - 40px)}.nav-item:hover>.nav-sub--cols,.nav-item:focus-within>.nav-sub--cols,.nav-item.is-open>.nav-sub--cols{grid-template-columns:repeat(2,minmax(220px,1fr));column-gap:8px}.hero__grid{gap:28px}.hero__title{font-size:2.05rem}}@media (hover:none){a.feature-card:hover,a.tariff-module:hover,a.viz-card:hover,a.module-capability:hover,a.platform-module:hover,a.ps-card:hover,.eco-cats a:hover{transform:none}.btn:active{transform:scale(.98)}}.drawer__view a.is-active{color:var(--c-accent);font-weight:600}.page-hero{background:radial-gradient(70% 60% at 90% 0,#0077c81f,#0000 55%),linear-gradient(#f7fafc 0%,#fff 100%);padding:clamp(40px,7vw,72px) 0 32px}.page-hero__inner{max-width:720px}.page-hero__title{letter-spacing:-.03em;color:var(--c-ink);margin:0 0 14px;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.18}.page-hero__lead{color:var(--c-muted);max-width:36em;margin:0;font-size:1.05rem}.pricing-grid{gap:18px;display:grid}.billing-toggle{background:var(--c-soft);border:1px solid var(--c-border);border-radius:999px;align-items:center;gap:4px;margin:0 auto 28px;padding:4px;display:inline-flex}#plans .section-head{margin-bottom:22px}#plans .billing-toggle{width:fit-content;display:flex}.billing-toggle__btn{appearance:none;color:var(--c-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;margin:0;padding:10px 16px;font-size:.9rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.billing-toggle__btn.is-active{background:var(--c-white);color:var(--c-ink);box-shadow:0 6px 16px #00205b14}.billing-toggle__badge{color:#0a7a45;letter-spacing:.02em;background:#0a7a451f;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:800}.price-card__amount{display:inline}.price-card.is-half .price-card__amount,.price-card.is-half [data-price-amount],.price-card.is-half .price-card__price .price-card__amount,.price-card.is-half .price-card__price [data-price-amount]{color:var(--c-accent)}@media (width>=700px){.pricing-grid{grid-template-columns:repeat(2,1fr);align-items:stretch}}@media (width>=1100px){.pricing-grid--3{grid-template-columns:repeat(3,1fr)}.pricing-grid--4{grid-template-columns:repeat(4,1fr)}}.price-card{background:var(--c-white);border:1px solid var(--c-border);border-radius:20px;flex-direction:column;padding:36px 24px 24px;display:flex;position:relative;box-shadow:0 8px 28px #00205b0d}.price-card--featured{border-color:var(--c-accent);box-shadow:0 16px 40px #0077c829}.price-card__badge{background:var(--c-accent);color:#fff;letter-spacing:.03em;text-transform:uppercase;text-align:center;border-radius:999px;max-width:calc(100% - 28px);padding:4px 10px;font-size:10px;font-weight:700;line-height:1.2;position:absolute;top:14px;right:14px}.price-card__name{color:var(--c-ink);min-height:1.4em;margin:0 0 8px;padding-right:4px;font-size:1.25rem;font-weight:800}.price-card--featured .price-card__name{margin-top:0;padding-right:8px}.price-card__desc{color:var(--c-muted);min-height:2.8em;margin:0 0 16px;font-size:.88rem;line-height:1.4}.price-card__blurb{color:var(--c-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-size:.78rem;line-height:1.35;display:-webkit-box;overflow:hidden}.price-card__limits{background:var(--c-soft);border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 4px;min-width:0;margin:0 0 14px;padding:10px 8px;list-style:none;display:grid}.price-card__limits li{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:2px;min-width:0;margin:0;padding:0;display:flex}.price-card__limit-label{max-width:100%;color:var(--c-muted);letter-spacing:.01em;white-space:nowrap;justify-content:center;align-items:center;gap:3px;font-size:.62rem;font-weight:650;line-height:1.2;display:inline-flex;overflow:visible}.price-card__limit-label-text{text-overflow:ellipsis;min-width:0;overflow:hidden}.price-card__limit-value{color:var(--c-ink);letter-spacing:-.02em;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:800;line-height:1.15;display:block}.price-card__limits{overflow:visible}.price-card:has(.price-card__limit-tip.is-open),.price-card:has(.price-card__limit-tip:hover),.price-card:has(.price-card__limit-tip:focus-within){z-index:4}.price-card__limit-tip{flex:none}.price-card__limit-tip .plans-tip__btn{width:14px;height:14px;font-size:.55rem}.price-card__limit-tip .plans-tip__panel{text-align:left;white-space:normal;z-index:6;width:min(240px,100vw - 32px);font-size:.78rem;top:calc(100% + 6px);left:50%;right:auto;transform:translate(-50%)}.price-card__limit-tip--assist .plans-tip__panel{left:auto;right:0;transform:none}.price-card__limit-tip--search .plans-tip__panel{left:50%;transform:translate(-50%)}@media (width>=1100px){.pricing-grid--4 .price-card__limits{gap:4px 2px;padding:10px 4px}.pricing-grid--4 .price-card__limit-label{letter-spacing:0;font-size:.58rem}.pricing-grid--4 .price-card__limit-value{font-size:.9rem}.pricing-grid--4 .price-card__limit-tip .plans-tip__btn{width:13px;height:13px;font-size:.5rem}}.price-card__section{color:var(--c-muted);margin:0 0 10px;font-size:.78rem;font-weight:700;line-height:1.35}.plans-lead{max-width:42rem;margin-top:10px;overflow:visible}.plans-lead__line{color:var(--c-ink);flex-wrap:wrap;align-items:flex-start;gap:6px 8px;margin:0 0 6px;font-size:1rem;font-weight:650;line-height:1.45;display:flex;overflow:visible}.plans-lead__nowrap{white-space:nowrap;overflow:visible}.plans-lead__nowrap .plans-tip{vertical-align:middle;align-items:center;margin-left:.35em;display:inline-flex}.plans-lead__nowrap .plans-tip__panel{white-space:normal;overflow-wrap:break-word;word-wrap:break-word;width:min(280px,100vw - 32px);max-width:min(280px,100vw - 32px);left:auto;right:0}.plans-lead__line--muted{color:var(--c-muted);font-weight:500}.plans-tip{vertical-align:middle;margin:0;display:inline-block;position:relative;overflow:visible}.plans-tip__btn{border:1px solid color-mix(in srgb, var(--c-accent) 35%, var(--c-border));background:color-mix(in srgb, var(--c-accent) 8%, #fff);width:22px;height:22px;color:var(--c-accent);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;font-family:inherit;font-size:.75rem;font-weight:800;line-height:1;display:inline-flex}.plans-tip__btn:hover,.plans-tip__btn:focus-visible,.plans-tip.is-open .plans-tip__btn,.plans-tip:hover .plans-tip__btn,.plans-tip:focus-within .plans-tip__btn{background:var(--c-accent);border-color:var(--c-accent);color:#fff;outline:none}.plans-tip__panel{z-index:5;border:1px solid var(--c-border);background:var(--c-white);width:min(280px,100vw - 32px);max-width:min(280px,100vw - 32px);color:var(--c-ink);box-sizing:border-box;white-space:normal;overflow-wrap:break-word;word-wrap:break-word;border-radius:12px;padding:12px 14px;font-size:.84rem;font-weight:500;line-height:1.4;display:none;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 28px #00205b1f}.plans-tip.is-open .plans-tip__panel{display:block}.plans-tip__panel:before{content:"";height:12px;position:absolute;bottom:100%;left:0;right:0}@media (hover:hover) and (pointer:fine){.plans-tip:hover .plans-tip__panel,.plans-tip:focus-within .plans-tip__panel{display:block}}.tariff-extras-list{gap:10px;max-width:720px;margin:0;padding:0;list-style:none;display:grid}.tariff-extras-list li{border:1px solid var(--c-border);background:var(--c-white);color:var(--c-ink);border-radius:12px;padding:14px 16px 14px 40px;font-size:.95rem;font-weight:600;line-height:1.4;position:relative}.tariff-extras-list li:before{content:"+";color:#0a7a45;font-weight:800;position:absolute;top:14px;left:16px}.tariff-extras-list a{color:inherit;text-decoration:none}.tariff-extras-list a:hover,.tariff-extras-list a:focus-visible{color:var(--c-accent);text-underline-offset:3px;text-decoration:underline}.price-card__cost{min-height:3.6em;margin-bottom:16px}.price-card__price{white-space:nowrap;color:var(--c-ink);letter-spacing:-.02em;margin:0;font-size:1.55rem;font-weight:800;line-height:1.15;display:block}.price-card.is-half .price-card__price{margin-bottom:0}.price-card__price .price-card__amount,.price-card__price [data-price-amount]{font-size:inherit;font-weight:inherit;color:inherit;letter-spacing:inherit;line-height:inherit}.price-card__price [data-price-suffix]{color:var(--c-muted);font-size:.55em;font-weight:600;line-height:inherit;vertical-align:.12em;margin-left:.2em}.price-card__note{min-height:1.25em;color:var(--c-muted);margin:6px 0 0;font-size:.78rem;font-weight:600;line-height:1.25}.price-card__note:empty,.price-card__note[hidden]{visibility:hidden;display:block}.price-card__list{flex-direction:column;flex:1;gap:9px;margin:0 0 22px;padding:0;list-style:none;display:flex}.price-card__list li{color:var(--c-ink);padding-left:20px;font-size:.82rem;font-weight:500;line-height:1.4;position:relative}.price-card__list li:before{content:"✓";color:var(--c-accent);font-weight:800;position:absolute;left:0}.price-card__list li.is-locked{color:var(--c-muted)}.price-card__list li.is-locked:before{content:"–";color:#9ab0c4}.price-card__list li.is-locked em{color:#8a9bb0;margin-top:2px;font-size:.74rem;font-style:normal;font-weight:600;display:block}.price-card__list li.is-base{color:var(--c-ink);font-weight:600}.price-card__list li.is-base:before{content:"↳";color:#9ab0c4;font-weight:400;line-height:1.4}.price-card__list li.is-plus{color:var(--c-ink);font-weight:700}.price-card__list li.is-plus:before{content:"+";color:#0a7a45;font-weight:800}.pricing-note a{color:var(--c-accent);font-weight:700;text-decoration:none}.pricing-note a:hover{text-underline-offset:3px;text-decoration:underline}.price-leader{background:radial-gradient(ellipse 60% 80% at 100% 0%, #0077c81f, transparent 55%), var(--c-soft);border:1px solid var(--c-border);border-radius:20px;align-items:start;gap:28px;padding:32px;display:grid}@media (width>=900px){.price-leader{grid-template-columns:1.2fr .9fr;gap:40px;padding:40px}}.price-leader .section__title{margin-bottom:10px}.price-leader .section__text{margin-bottom:18px}.price-leader__list{margin-bottom:0}.price-leader__form{background:var(--c-white);border:1px solid var(--c-border);border-radius:16px;gap:12px;min-width:0;padding:22px;display:grid;position:relative}.price-leader__form label{color:var(--c-ink);gap:6px;font-size:.85rem;font-weight:600;display:grid}.price-leader__form input:not([type=checkbox]){border:1px solid var(--c-border);width:100%;font:inherit;color:var(--c-ink);background:var(--c-white);border-radius:10px;padding:11px 14px;font-weight:500}.price-leader__form input:not([type=checkbox]):focus{border-color:var(--c-accent);outline:2px solid #0077c859}.price-leader__hint{color:var(--c-muted);text-align:center;margin:0;font-size:.8rem;font-weight:500}.price-leader__hint a{color:var(--c-accent)}.price-leader__aside{background:var(--c-white);border:1px solid var(--c-border);border-radius:16px;align-content:start;gap:12px;padding:24px;display:grid}.price-leader__label{letter-spacing:.1em;text-transform:uppercase;color:var(--c-accent);margin:0;font-size:.75rem;font-weight:800}.price-leader__title{letter-spacing:-.02em;color:var(--c-ink);margin:0;font-size:1.15rem;font-weight:800;line-height:1.35}.price-leader__aside .btn{justify-self:start;margin-top:8px}.turnkey-result-grid .price-card{min-height:100%}.turnkey-result-grid .price-card__list{margin-top:8px}.turnkey-audience-intro{color:var(--c-ink);margin:0 0 20px;font-weight:700}.turnkey-audience-extra{max-width:none;margin-top:36px}.turnkey-audience-extra .section__title{margin-bottom:14px}.turnkey-audience-extra .bullet-list{margin-bottom:18px}.turnkey-pain{max-width:820px}.turnkey-pain__list{margin:8px 0 18px}.turnkey-pain .tariff-trial__note{margin-top:8px}.prm-compare-table td:not(:first-child),.prm-compare-table th:not(:first-child){text-align:left}.prm-compare-cards{max-width:820px;margin-inline:auto}.tariff-scene__trial-num{letter-spacing:-.02em}.tariff-hero,.split-hero{background:radial-gradient(55% 70% at 88% 20%,#0077c829,#0000 55%),radial-gradient(40% 50% at 8% 90%,#00205b12,#0000 50%),linear-gradient(#f4f8fc 0%,#fff 72%);padding:clamp(40px,7vw,80px) 0 clamp(36px,6vw,64px);position:relative;overflow:hidden}.tariff-hero__grid,.split-hero__grid{align-items:center;gap:36px;display:grid}@media (width>=960px){.tariff-hero__grid,.split-hero__grid{grid-template-columns:1.05fr .95fr;gap:48px}}.nobr{white-space:nowrap}.tariff-hero__title,.split-hero__title{letter-spacing:-.03em;color:var(--c-ink);margin:0 0 14px;font-size:clamp(1.65rem,3.6vw,2.35rem);font-weight:800;line-height:1.15}.tariff-hero__lead,.split-hero__lead{color:var(--c-ink);max-width:34em;margin:0 0 12px;font-size:1.08rem}.tariff-hero__text,.split-hero__text{color:var(--c-muted);max-width:36em;margin:0 0 24px;font-size:1rem;line-height:1.55}.tariff-hero__actions,.split-hero__actions{flex-wrap:wrap;gap:12px;display:flex}.tariff-hero__visual,.split-hero__visual{justify-content:center;min-height:320px;display:flex}@media (width>=960px){.tariff-hero__visual,.split-hero__visual{min-height:400px}}.split-hero__copy .ps-search{width:100%;max-width:100%;margin-top:4px}.split-hero:not(.split-hero--market) .ps-search input{border:1px solid var(--c-border);box-shadow:0 8px 24px #00205b0f}.split-hero:not(.split-hero--market) .ps-search__advanced{color:var(--c-accent);margin-top:14px}.split-hero:not(.split-hero--market) .ps-search__advanced.is-open,.split-hero:not(.split-hero--market) .ps-search__advanced[aria-expanded=true]{color:var(--c-ink)}.split-hero:not(.split-hero--market) .ps-advanced__panel{background:var(--c-white);border:1px solid var(--c-border);box-shadow:0 12px 32px #00205b0f}.split-hero:not(.split-hero--market) .ps-advanced__group legend,.split-hero:not(.split-hero--market) .ps-check{color:var(--c-ink)}.split-hero:not(.split-hero--market) .ps-check span{color:var(--c-muted)}.split-hero:not(.split-hero--market) .ps-advanced__actions{border-top-color:var(--c-border)}.split-hero:not(.split-hero--market) .ps-advanced__actions .btn--ghost{border-color:var(--c-border);color:var(--c-ink)}.split-hero:not(.split-hero--market) .ps-advanced__actions .btn--ghost:hover{border-color:var(--c-accent);color:var(--c-accent)}.split-hero__note{color:var(--c-muted);margin:12px 0 0;font-size:.9rem;font-weight:600}.split-hero--market{color:#fff;background:radial-gradient(70% 90% at 100% 0,#00a0e659,#0000 55%),radial-gradient(50% 60% at 0 100%,#00205b8c,#0000 50%),linear-gradient(145deg,#001a4a 0%,#00205b 38%,#0077c8 100%)}.split-hero--market:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1f,#0000 65%);height:70%;position:absolute;inset:auto -10% -40% 40%}.split-hero--market .split-hero__grid{z-index:1;position:relative}.split-hero--market .eyebrow{color:#ffffffb8}.split-hero--market .split-hero__title{color:#fff}.split-hero--market .split-hero__lead,.split-hero--market .split-hero__lead strong{color:#fffffff2}.split-hero--market .split-hero__text{color:#ffffffc7}.split-hero--market .ps-search__advanced{color:#7ec8f5;margin-top:14px}.split-hero--market .ps-search__advanced.is-open,.split-hero--market .ps-search__advanced[aria-expanded=true]{color:#fff}.split-hero--market .btn--ghost{color:#fff;background:0 0;border-color:#ffffff8c}.split-hero--market .btn--ghost:hover{color:#fff;background:#ffffff1a;border-color:#fff}.split-hero--market .btn--primary{background:#fff;box-shadow:0 8px 24px #00205b33;color:var(--c-accent)!important}.split-hero--market .btn--primary:hover{background:#f0f7fc;color:var(--c-accent-hover)!important}.split-hero--market .ps-advanced__actions .btn--ghost{color:#fff;border-color:#ffffff8c}.split-hero--market .ps-advanced__actions .btn--ghost:hover{color:#fff;background:#ffffff1a;border-color:#fff}.split-hero--market .ps-advanced__actions .btn--primary{background:#fff;color:var(--c-accent)!important}.split-hero--market .ps-advanced__actions .btn--primary:hover{background:#f0f7fc;color:var(--c-accent-hover)!important}.split-hero--market .tariff-scene__ring{border-color:#ffffff47}.split-hero--market .tariff-scene__ring--2{border-color:#ffffff29}.split-hero--market .tariff-scene__glow{background:radial-gradient(circle,#ffffff29,#0000 68%)}.split-hero--eco{color:#fff;background:radial-gradient(ellipse 70% 80% at 100% 0%, #ffffff2e, transparent 55%), radial-gradient(ellipse 50% 55% at 0% 100%, #00205b38, transparent 50%), linear-gradient(145deg, var(--c-accent) 0%, #0066ad 55%, #005a99 100%)}.split-hero--eco .split-hero__grid{z-index:1;position:relative}.split-hero--eco .eyebrow{color:#ffffffbf}.split-hero--eco .split-hero__title{color:#fff}.split-hero--eco .split-hero__lead,.split-hero--eco .split-hero__lead strong{color:#fffffff5}.split-hero--eco .split-hero__text,.split-hero--eco .split-hero__note{color:#fffc}.split-hero--eco .btn--ghost{color:#fff;background:0 0;border-color:#ffffff8c}.split-hero--eco .btn--ghost:hover{color:#fff;background:#ffffff1a;border-color:#fff}.split-hero--eco .btn--primary{background:#fff;color:var(--c-accent)!important}.split-hero--eco .btn--primary:hover{background:#f0f7fc;color:var(--c-accent-hover)!important}.split-hero--eco .tariff-scene__ring{border-color:#ffffff4d}.split-hero--eco .tariff-scene__ring--2{border-color:#ffffff29}.split-hero--eco .tariff-scene__glow{background:radial-gradient(circle,#ffffff2e,#0000 68%)}.split-hero--earn{background:radial-gradient(ellipse 60% 70% at 95% 10%, #0077c81a, transparent 50%), radial-gradient(ellipse 45% 50% at 5% 90%, #00205b0f, transparent 50%), linear-gradient(160deg, #e4ecf5 0%, var(--c-soft) 48%, #f5f8fb 100%)}.split-hero--earn .tariff-scene__glow{background:radial-gradient(circle,#0077c824,#0000 68%)}.split-hero--about{background:radial-gradient(55% 65% at 92% 8%,#0077c824,#0000 52%),radial-gradient(40% 45% at 4% 95%,#00205b14,#0000 48%),linear-gradient(165deg,#eef3f9 0%,#f7fafc 50%,#fff 100%)}.about-hero-core-wrap{z-index:4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-hero-core{background:linear-gradient(145deg, var(--c-accent) 0%, #005a99 100%);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:0;width:112px;height:112px;animation:2.8s ease-in-out infinite about-core-pulse;display:flex;box-shadow:0 0 0 10px #0077c81a,0 14px 32px #0077c859}.about-hero-core--eco{text-align:center;width:128px;height:128px;padding:12px}.about-hero-core strong{letter-spacing:-.04em;font-size:1.7rem;font-weight:800;line-height:.95;display:block}.about-hero-core--eco strong{letter-spacing:-.02em;font-size:.95rem;line-height:1.2}.about-hero-core span{opacity:.92;margin-top:1px;font-size:.68rem;font-weight:700;line-height:1;display:block}.about-hero-link{stroke:var(--c-accent);stroke-width:2px;stroke-linecap:round;fill:none;opacity:.45;stroke-dasharray:8 7;animation:2.8s linear infinite about-link-flow}.about-hero-link--2{animation-delay:.35s}.about-hero-link--3{animation-delay:.7s}.about-hero-link--4{animation-delay:1.05s}.about-hero-link--5{animation-delay:.2s}.about-hero-link--6{animation-delay:.55s}.about-hero-endpoint{fill:var(--c-accent);stroke:#fff;stroke-width:2.5px}.about-hero-float{z-index:3;max-width:168px}.about-hero-float--market{animation:5s ease-in-out .15s infinite about-float-y;top:50%;left:0;transform:translateY(-50%)}.about-hero-float--years{animation:5s ease-in-out .55s infinite about-float-y;top:50%;right:0;transform:translateY(-50%)}.about-hero-float--prm{animation-delay:0s;top:2%;left:0}.about-hero-float--crm{animation-delay:.4s;top:2%;right:0}.about-hero-float--ai{animation-delay:.8s;bottom:2%;right:0}.about-hero-float--analytics{animation-delay:1.2s;bottom:2%;left:0}@keyframes about-core-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes about-link-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-30px}}@keyframes about-float-y{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 6px))}}.about-quote{letter-spacing:-.02em;color:var(--c-ink);margin:0;font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:700;line-height:1.45}.about-prose{gap:14px;max-width:760px;display:grid}.about-prose p{color:var(--c-muted);margin:0;font-size:1.02rem}.about-prose strong{color:var(--c-ink)}.about-duo{gap:28px;display:grid}@media (width>=900px){.about-duo{grid-template-columns:1fr 1fr;gap:36px}}.about-duo article{background:var(--c-white);border:1px solid var(--c-border);border-radius:18px;padding:28px}.about-duo .section__title{margin:0 0 14px}.about-duo .section__text{margin:0 0 12px}.about-duo .section__text:last-child{margin-bottom:0}.about-space-intro{margin-bottom:16px}.about-space-list{max-width:760px}.about-space-foot{max-width:760px;margin-top:22px}.about-cards{gap:16px;display:grid}@media (width>=800px){.about-cards{grid-template-columns:repeat(2,1fr)}}.about-cards article{background:var(--c-white);border:1px solid var(--c-border);border-radius:16px;padding:24px}.about-cards h3{color:var(--c-ink);margin:0 0 12px;font-size:1.08rem;font-weight:800}.about-cards p{color:var(--c-muted);margin:0;font-size:.96rem}.about-cards--values article{background:var(--c-soft);border-color:#0000}.about-why{max-width:760px;margin:0 auto}.about-today{gap:16px;display:grid}@media (width>=700px){.about-today{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.about-today{grid-template-columns:repeat(3,1fr)}.about-today article:nth-child(4),.about-today article:nth-child(5){grid-column:span 1}}.about-today article{background:var(--c-white);border:1px solid var(--c-border);border-radius:16px;padding:24px}.about-today h3{letter-spacing:-.02em;color:var(--c-ink);margin:0 0 12px;font-size:1.15rem;font-weight:800}.about-today p{color:var(--c-muted);margin:0;font-size:.95rem}.about-path__grid{gap:16px;margin-top:8px;display:grid}@media (width>=800px){.about-path__grid{grid-template-columns:1fr 1.4fr}}.about-path__grid article{background:var(--c-white);border:1px solid var(--c-border);border-radius:16px;padding:24px}.about-path__label{letter-spacing:.12em;text-transform:uppercase;color:var(--c-accent);margin:0 0 8px;font-size:.75rem;font-weight:800}.about-path__grid p:last-child{color:var(--c-muted);margin:0}.about-path__foot{max-width:760px;color:var(--c-ink);margin:22px 0 0;font-size:1.05rem;font-weight:600}.about-contacts{gap:16px;display:grid}@media (width>=800px){.about-contacts{grid-template-columns:repeat(3,1fr)}}.about-contacts__item{background:var(--c-white);border:1px solid var(--c-border);color:inherit;border-radius:16px;gap:8px;padding:24px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:grid}a.about-contacts__item:hover{border-color:#0077c873;box-shadow:0 12px 28px #00205b14}.about-contacts__label{letter-spacing:.1em;text-transform:uppercase;color:var(--c-accent);font-size:.72rem;font-weight:800}.about-contacts__item strong{color:var(--c-ink);letter-spacing:-.02em;font-size:1.05rem;font-weight:800;line-height:1.35}.contact-map{aspect-ratio:16/9;border:1px solid var(--c-border);background:var(--c-soft,#f4f7fb);border-radius:16px;width:100%;max-height:380px;margin-top:20px;overflow:hidden}.contact-map iframe{border:0;width:100%;height:100%;display:block}.more,.about-more{background:0 0;border:none;margin:0;padding:0}.more summary,.about-more summary{cursor:pointer;color:var(--c-accent);font-weight:700;list-style:none;display:none}.more summary::-webkit-details-marker{display:none}.about-more summary::-webkit-details-marker{display:none}.more p,.about-more p{margin:0}.more p+p,.about-more p+p,.more .section__text+.section__text,.about-more .section__text+.section__text{margin-top:14px}.more ul,.about-more ul{margin:12px 0 0}@media (width>=768px){.more,.about-more{display:contents}}.about-title-short{display:none}.about-hero-highlights{grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0 0;padding:0;list-style:none;display:none}.about-hero-highlights li{border:1px solid var(--c-border);text-align:center;background:#ffffffd1;border-radius:12px;gap:2px;padding:10px 8px;display:grid}.about-hero-highlights strong{letter-spacing:-.03em;color:var(--c-ink);font-size:1.05rem;font-weight:800;line-height:1.1}.about-hero-highlights span{color:var(--c-muted);font-size:.72rem;font-weight:600;line-height:1.25}@media (width<=767px){.md-only,.about-md-only{display:none!important}.page-compact-mobile .section,.page-compact-mobile .about-section{padding:32px 0}.page-compact-mobile .section--soft+.section--soft,.page-compact-mobile .section--soft+.about-section.section--soft{padding-top:16px}.page-compact-mobile .section--band{padding:36px 0}.page-compact-mobile .section-head,.page-compact-mobile .section__head{margin-bottom:16px}.page-compact-mobile .section__title{font-size:clamp(1.28rem,5.5vw,1.55rem);line-height:1.22}.page-compact-mobile .section-head .section__lead,.page-compact-mobile .section__lead{margin-top:8px;font-size:.98rem;line-height:1.45}.page-compact-mobile .section__text,.page-compact-mobile .section__subtitle{font-size:.98rem;line-height:1.5}.page-compact-mobile .split-hero,.page-compact-mobile .tariff-hero{padding:28px 0 20px}.page-compact-mobile .split-hero__grid,.page-compact-mobile .tariff-hero__grid{gap:20px}.page-compact-mobile .split-hero__title,.page-compact-mobile .tariff-hero__title{margin-bottom:10px;font-size:clamp(1.45rem,7vw,1.7rem);line-height:1.18}.page-compact-mobile .split-hero__lead,.page-compact-mobile .tariff-hero__lead{max-width:28em;margin-bottom:16px;font-size:1rem;line-height:1.45}.page-compact-mobile .split-hero__text,.page-compact-mobile .tariff-hero__text{font-size:.98rem;line-height:1.5}.page-compact-mobile .split-hero__actions,.page-compact-mobile .tariff-hero__actions{gap:10px}.page-compact-mobile .split-hero__actions .btn,.page-compact-mobile .tariff-hero__actions .btn{justify-content:center;width:100%}.page-compact-mobile .split-hero__visual,.page-compact-mobile .tariff-hero__visual{display:none}.page-compact-mobile .more,.page-compact-mobile .about-more,.page-about .about-more{border:1px solid var(--c-border);background:var(--c-white);border-radius:12px;margin-top:4px;padding:0 14px}.page-compact-mobile .more summary,.page-compact-mobile .about-more summary,.page-about .about-more summary{padding:12px 0;font-size:.95rem;display:block}.page-compact-mobile .more summary:after,.page-compact-mobile .about-more summary:after,.page-about .about-more summary:after{content:"+";float:right;color:var(--c-accent);font-weight:800}.page-compact-mobile .more[open] summary:after,.page-compact-mobile .about-more[open] summary:after,.page-about .about-more[open] summary:after{content:"−"}.page-compact-mobile .more[open] summary,.page-compact-mobile .about-more[open] summary,.page-about .about-more[open] summary{border-bottom:1px solid var(--c-border);margin-bottom:12px}.page-compact-mobile .more p,.page-compact-mobile .about-more p,.page-about .about-more p,.page-compact-mobile .more .section__text,.page-compact-mobile .about-more .section__text{color:var(--c-muted);font-size:.95rem;line-height:1.5}.page-compact-mobile .more>:last-child,.page-compact-mobile .about-more>:last-child,.page-about .about-more p:last-child{margin-bottom:14px}.page-compact-mobile .feature-grid,.page-compact-mobile .reason-grid,.page-compact-mobile .tariff-modules,.page-compact-mobile .tariff-extras{border:1px solid var(--c-border);background:var(--c-white);border-radius:14px;grid-template-columns:1fr;gap:0;display:grid;overflow:hidden}.page-compact-mobile .feature-card,.page-compact-mobile .reason-card,.page-compact-mobile .tariff-module,.page-compact-mobile .tariff-extras>a{border:none;border-bottom:1px solid var(--c-border);box-shadow:none;background:0 0;border-radius:0;padding:14px 16px}.page-compact-mobile .feature-card:last-child,.page-compact-mobile .reason-card:last-child,.page-compact-mobile .tariff-module:last-child,.page-compact-mobile .tariff-extras>a:last-child{border-bottom:none}.page-compact-mobile .feature-card__icon,.page-compact-mobile .feature-card__num,.page-compact-mobile .reason-card__icon{display:none}.page-compact-mobile .feature-card h3,.page-compact-mobile .reason-card h3,.page-compact-mobile .tariff-module h3,.page-compact-mobile .tariff-extras h3{margin-bottom:4px;font-size:.98rem}.page-compact-mobile .feature-card p,.page-compact-mobile .reason-card p,.page-compact-mobile .tariff-module p,.page-compact-mobile .tariff-extras p{font-size:.9rem;line-height:1.4}.page-compact-mobile .feature-card--wide{grid-column:1/-1}.page-compact-mobile .feature-card__wide-layout{display:block}.page-compact-mobile .feature-card__wide-layout .data-viz{display:none}.page-compact-mobile .tariff-module__label{margin-bottom:2px;font-size:.72rem}.page-compact-mobile .chip-grid{gap:6px;margin-top:14px!important}.page-compact-mobile .chip{padding:6px 10px;font-size:.78rem}.page-compact-mobile .audience-grid{gap:6px}.page-compact-mobile .audience-grid span{padding:6px 10px;font-size:.78rem}.page-compact-mobile .callout{border-radius:14px;padding:16px}.page-compact-mobile .callout h3{font-size:1.02rem}.page-compact-mobile .pain-list li{padding:10px 12px;font-size:.9rem}.page-compact-mobile .module-problem__text{font-size:.95rem;line-height:1.55}.page-compact-mobile .module-problem__pains{gap:10px}.page-compact-mobile .module-problem__pains li{font-size:.92rem}.page-compact-mobile .ai-card{border-radius:14px;padding:16px}.page-compact-mobile .check-list--row{gap:6px 14px}.page-compact-mobile .check-list--row li{font-size:.88rem}.page-home.page-compact-mobile .hero{padding:24px 0 18px}.page-home.page-compact-mobile .hero__title{margin-bottom:10px;font-size:clamp(1.45rem,7vw,1.7rem);line-height:1.18}.page-home.page-compact-mobile .hero__lead{max-width:28em;font-size:1rem;line-height:1.45}.page-home.page-compact-mobile .hero__actions{gap:10px;margin:16px 0 12px}.page-home.page-compact-mobile .hero__visual{display:none}.page-home.page-compact-mobile .check-row{gap:6px;max-width:none}.page-home.page-compact-mobile .check-row li{padding:6px 12px 6px 28px;font-size:.78rem}.page-home.page-compact-mobile .why-visual .viz-card,.page-home.page-compact-mobile .ai-radar,.page-home.page-compact-mobile .eco-visual__canvas,.page-home.page-compact-mobile .scale-viz,.page-home.page-compact-mobile .final-visual{display:none}.page-home.page-compact-mobile .ai-layout{display:block}.page-home.page-compact-mobile .ai-flow{background:var(--c-soft)}.page-home.page-compact-mobile .ai-flow>.section--soft{background:0 0;padding:28px 0}.page-home.page-compact-mobile .ai-flow>.section--soft+.section--soft{padding-top:4px}.page-home.page-compact-mobile .ai-flow #ai .ai-card--wide,.page-home.page-compact-mobile .ai-next-cta{margin-top:14px}.page-home.page-compact-mobile .ai-next-cta .btn{justify-content:center;width:100%}.page-home.page-compact-mobile .section--ink{padding:36px 0}.page-home.page-compact-mobile .lead-strong{font-size:1.05rem;line-height:1.4}.page-home.page-compact-mobile .why-lead{max-width:36em;margin:0 0 12px;font-size:.98rem;line-height:1.45;display:block}.page-home.page-compact-mobile .final-layout{gap:18px}.page-home.page-compact-mobile .final-aside__cta{display:none}.page-home.page-compact-mobile .home-secondary{background:var(--c-soft)}.page-home.page-compact-mobile .home-secondary>.section,.page-home.page-compact-mobile .home-secondary>.section--soft{background:0 0;padding:28px 0}.page-home.page-compact-mobile .home-secondary>.section+.section,.page-home.page-compact-mobile .home-secondary>.section--soft+.section{padding-top:10px}.page-home.page-compact-mobile .home-secondary__list,.page-home.page-compact-mobile .home-secondary__more{margin-top:14px}.page-home.page-compact-mobile .home-secondary__more .home-secondary__list{background:0 0;border:none;border-radius:0;margin-top:0;overflow:visible}.page-home.page-compact-mobile .home-secondary__more .feature-card,.page-home.page-compact-mobile .home-secondary__more .tariff-extras>a{padding-left:0;padding-right:0}.page-home.page-compact-mobile .home-secondary__more[open] summary{margin-bottom:4px}.page-home.page-compact-mobile .home-secondary__more>:last-child{margin-bottom:10px}.page-home.page-compact-mobile #start .hero__actions{margin-top:18px!important}.page-home.page-compact-mobile #faq .eco-faq{margin-top:4px}.page-home.page-compact-mobile .section--audience,.page-home.page-compact-mobile .section--final{padding:28px 0}.page-home.page-compact-mobile #scale{padding:32px 0}.page-home.page-compact-mobile #reasons{padding-top:28px}.page-about .about-title-full{display:none}.page-about .about-title-short{display:inline}.page-about .about-hero-highlights{display:grid}.page-about .about-hero-visual{display:none}.page-about .about-section--intro{padding:22px 0 28px}.page-about .about-prose{gap:10px}.page-about .about-prose p{font-size:.98rem;line-height:1.5}.page-about .about-duo{gap:12px}.page-about .about-duo article{border-radius:14px;padding:16px 16px 14px}.page-about .about-duo .section__title{margin-bottom:8px;font-size:1.15rem}.page-about .about-duo .section__text{margin-bottom:0;font-size:.95rem;line-height:1.45}.page-about .about-cards{border:1px solid var(--c-border);background:var(--c-white);border-radius:14px;gap:0;overflow:hidden}.page-about .about-cards article{border:none;border-bottom:1px solid var(--c-border);background:0 0;border-radius:0;padding:14px 16px}.page-about .about-cards article:last-child{border-bottom:none}.page-about .about-cards--values{background:var(--c-soft);border-color:#0000}.page-about .about-cards--values article{background:0 0;border-bottom-color:#00205b14}.page-about .about-cards h3{margin-bottom:4px;font-size:.98rem}.page-about .about-cards p{font-size:.9rem;line-height:1.4}.page-about .about-today{grid-template-columns:1fr 1fr;gap:8px}.page-about .about-today article{border-radius:12px;padding:14px 12px}.page-about .about-today article:last-child:nth-child(odd){grid-column:1/-1}.page-about .about-today h3{letter-spacing:-.02em;margin-bottom:4px;font-size:1.02rem}.page-about .about-today p{font-size:.84rem;line-height:1.35}.page-about .about-path__grid{gap:10px;margin-top:4px}.page-about .about-path__grid article{border-radius:12px;padding:14px 16px}.page-about .about-path__foot{margin-top:14px;font-size:.98rem}.page-about .about-contacts{gap:8px}.page-about .about-contacts__item{border-radius:12px;gap:4px;padding:14px 16px}.page-about .about-contacts__item strong{font-size:.98rem}.page-about .contact-map{border-radius:12px;max-height:220px;margin-top:12px}.page-about .about-section--join{padding:36px 0}.page-about .about-join-cta{margin-top:16px!important}.page-eco .about-title-full{display:none}.page-eco .about-title-short{display:inline}.page-eco.page-compact-mobile .eco-checks,.page-eco.page-compact-mobile .eco-cats{gap:6px}.page-eco.page-compact-mobile .eco-cats article{padding:10px 12px;font-size:.88rem}.page-eco.page-compact-mobile .eco-profile__preview{margin-top:8px}.page-eco.page-compact-mobile .eco-path{gap:8px}.page-eco.page-compact-mobile .eco-founder .more{background:#ffffff14;border-color:#ffffff2e;margin-bottom:16px}.page-eco.page-compact-mobile .eco-founder .more summary,.page-eco.page-compact-mobile .eco-founder .more summary:after{color:#7ec4f0}.page-eco.page-compact-mobile .eco-founder .more p,.page-eco.page-compact-mobile .eco-founder .more .eco-founder__sub{color:#ffffffd9}.page-academy.page-compact-mobile .tariff-module .mini-list{margin-top:8px}.page-turnkey.page-compact-mobile .turnkey-audience-extra,.page-turnkey.page-compact-mobile .turnkey-pain{margin-top:16px;padding:16px}.page-turnkey.page-compact-mobile .pricing-grid{gap:8px}.page-turnkey.page-compact-mobile .price-card{padding:14px 16px}.page-compact-mobile .pricing-grid{gap:8px}.page-compact-mobile .price-card{min-width:0;padding:14px 16px}.page-compact-mobile .price-card--featured{padding-top:36px}.page-compact-mobile .price-card__blurb{display:none}.page-compact-mobile .price-card__desc,.page-compact-mobile .price-card__cost{min-height:0;margin-bottom:12px}.page-compact-mobile .price-card__limits{gap:4px 2px;padding:10px 6px}.page-compact-mobile .price-card__limit-label{font-size:.6rem}.page-compact-mobile .price-card__limit-value{font-size:.9rem}.page-compact-mobile .price-card__price{white-space:normal}.page-compact-mobile .price-card .btn{white-space:normal;text-align:center;box-sizing:border-box;min-width:0;max-width:100%}.page-compact-mobile .plans-tip__panel{width:min(280px,100vw - 32px);left:auto;right:0}.page-compact-mobile .price-card__limit-tip .plans-tip__panel{width:min(240px,100vw - 32px)}.page-compact-mobile .price-card__limit-tip--search .plans-tip__panel{left:50%;right:auto;transform:translate(-50%)}.page-compact-mobile .price-card__limit-tip--assist .plans-tip__panel{left:auto;right:0;transform:none}.page-compact-mobile .tariff-extras-list li{padding:12px 14px 12px 36px;font-size:.9rem}.page-compact-mobile .price-leader{gap:14px;min-width:0;padding:16px}.page-compact-mobile .price-leader__form{min-width:0;padding:14px 16px}.page-compact-mobile .price-leader__aside{padding:14px 16px}.page-compact-mobile .tariff-hero__actions .btn,.page-compact-mobile .tariff-trial .btn,.page-compact-mobile .price-leader__form .btn{white-space:normal;text-align:center;box-sizing:border-box;min-width:0;max-width:100%}.page-compact-mobile .eco-roadmap{gap:0}.page-compact-mobile .eco-roadmap li{padding:12px 0 12px 28px}.page-compact-mobile .eco-roadmap h3{font-size:.98rem}.page-compact-mobile .eco-roadmap p{font-size:.9rem;line-height:1.4}.page-compact-mobile .platform-modules,.page-compact-mobile .module-capabilities__grid,.page-compact-mobile .module-benefits__grid,.page-compact-mobile .module-features__grid,.page-compact-mobile .prm-models{border:1px solid var(--c-border);border-radius:14px;gap:0;overflow:hidden}.page-compact-mobile .platform-module,.page-compact-mobile .module-capability,.page-compact-mobile .module-benefit,.page-compact-mobile .module-feature,.page-compact-mobile .prm-model{border:none;border-bottom:1px solid var(--c-border);box-shadow:none;border-radius:0;padding:14px 16px;transform:none}.page-compact-mobile .platform-module:last-child,.page-compact-mobile .module-capability:last-child,.page-compact-mobile .module-benefit:last-child,.page-compact-mobile .module-feature:last-child,.page-compact-mobile .prm-model:last-child{border-bottom:none}.page-compact-mobile .platform-module__media,.page-compact-mobile .module-capability__media,.page-compact-mobile .module-benefit .module-scene,.page-compact-mobile .module-feature__media,.page-compact-mobile .prm-model__visual{display:none}.page-compact-mobile .platform-module__top{margin-bottom:8px;display:block}.page-compact-mobile .platform-module__title,.page-compact-mobile .module-capability__title,.page-compact-mobile .module-benefit__title,.page-compact-mobile .module-feature__title,.page-compact-mobile .prm-model__title{margin-bottom:4px;font-size:.98rem}.page-compact-mobile .platform-module__intro,.page-compact-mobile .platform-module__list,.page-compact-mobile .module-capability__text,.page-compact-mobile .module-benefit__text,.page-compact-mobile .module-feature__text,.page-compact-mobile .prm-model__lead,.page-compact-mobile .prm-model__fits{font-size:.9rem;line-height:1.4}.page-compact-mobile .platform-module__list{margin-top:6px}.page-compact-mobile .module-process__flow{gap:0}.page-compact-mobile .module-process__step{padding:10px 0}.page-compact-mobile .eco-founder .more{background:#ffffff14;border-color:#ffffff2e;margin-bottom:16px}.page-compact-mobile .eco-founder .more summary,.page-compact-mobile .eco-founder .more summary:after{color:#7ec4f0}.page-compact-mobile .eco-founder .more p,.page-compact-mobile .eco-founder .more .eco-founder__sub,.page-compact-mobile .eco-founder .more li{color:#ffffffd9}.page-compact-mobile .module-related__grid,.page-compact-mobile .earn-steps{gap:8px}.page-compact-mobile .earn-steps li{padding:12px 14px}.page-compact-mobile .earn-steps h3{font-size:.98rem}.page-compact-mobile .earn-steps p{font-size:.88rem;line-height:1.4}.page-compact-mobile .tariff-table th,.page-compact-mobile .tariff-table td{padding:8px 10px;font-size:.8rem}.page-compact-mobile .prm-criteria-grid{gap:8px}.page-compact-mobile .prm-criteria-card{padding:12px 14px}.page-compact-mobile .company-card{margin-top:18px;padding:18px 16px}.page-compact-mobile .company-card__list{gap:10px 16px}.page-compact-mobile .contact-map{margin-top:16px}.page-marketplace.page-compact-mobile .split-hero{padding-bottom:20px}.page-marketplace.page-compact-mobile .ps-market{padding-top:12px}.page-marketplace.page-compact-mobile .ps-card__body{gap:6px;padding:12px 14px 14px}.page-marketplace.page-compact-mobile .ps-card__body p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.4;display:-webkit-box;overflow:hidden}.page-marketplace.page-compact-mobile .ps-card__earn{font-size:.78rem}.page-marketplace.page-compact-mobile .ps-sidebar__block{padding:12px 0}.page-marketplace.page-compact-mobile .market-cta{gap:12px;padding:18px 0}}.company-card{border:1px solid var(--c-border);background:var(--c-white);border-radius:16px;margin-top:28px;padding:28px 24px}.company-card__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.company-card__intro{min-width:0}.company-card__title{letter-spacing:-.02em;color:var(--c-ink);margin:0;font-size:clamp(1.25rem,2.4vw,1.5rem);font-weight:800}.company-card__download{flex-shrink:0;gap:8px}.company-card__download svg{flex-shrink:0}.company-card__list{gap:14px 28px;margin:0;display:grid}@media (width>=800px){.company-card__list{grid-template-columns:1fr 1fr}}.company-card__row{gap:4px;margin:0;display:grid}.company-card__row--wide{grid-column:1/-1}.company-card__row dt{letter-spacing:.1em;text-transform:uppercase;color:var(--c-accent);font-size:.72rem;font-weight:800}.company-card__row dd{color:var(--c-ink);overflow-wrap:anywhere;word-break:normal;margin:0;font-size:.98rem;font-weight:600;line-height:1.45}.tariff-scene{aspect-ratio:1;width:min(100%,420px);position:relative}.tariff-scene__glow{background:radial-gradient(circle,#0077c82e,#0000 68%);border-radius:50%;animation:4.5s ease-in-out infinite tariff-glow;position:absolute;inset:18%}.tariff-scene__ring{border:1.5px dashed #0077c838;border-radius:50%;animation:28s linear infinite tariff-spin;position:absolute;inset:12%}.tariff-scene__ring--2{border-color:#00205b24;animation-duration:20s;animation-direction:reverse;inset:24%}.tariff-scene__trial{z-index:3;background:linear-gradient(145deg, var(--c-ink) 0%, #003a8c 100%);color:#fff;border-radius:20px;align-items:center;gap:10px;padding:16px 18px;animation:.7s both tariff-trial-in,3s ease-in-out .7s infinite tariff-pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 40px #00205b47}.tariff-scene__trial-num{letter-spacing:-.04em;font-size:2.4rem;font-weight:800;line-height:1}.tariff-scene__trial-label{opacity:.92;font-size:.78rem;font-weight:700;line-height:1.25}.tariff-scene__trial--wide{min-width:168px}.tariff-scene__trial--wide .tariff-scene__trial-num{font-size:1.7rem}.tariff-scene__card{z-index:2;border:1px solid var(--c-border);background:#fffffff5;border-radius:14px;gap:2px;min-width:128px;padding:12px 14px;animation:.65s both tariff-card-in,5s ease-in-out infinite tariff-float;display:grid;position:absolute;box-shadow:0 14px 32px #00205b1a}.tariff-scene__plan{letter-spacing:.08em;text-transform:uppercase;color:var(--c-accent);font-size:.68rem;font-weight:800}.tariff-scene__card strong{color:var(--c-ink);font-size:.95rem;font-weight:800}.tariff-scene__card em{color:var(--c-muted);font-size:.72rem;font-style:normal;font-weight:600}.tariff-scene__card--1{animation-delay:.18s,.83s;top:8%;left:0}.tariff-scene__card--2{animation-delay:.32s,.97s;top:18%;right:0}.tariff-scene__card--3{border-color:#0077c859;animation-delay:.46s,1.11s;bottom:22%;right:4%;box-shadow:0 16px 36px #0077c829}.tariff-scene__chip{z-index:2;background:var(--c-white);border:1px solid var(--c-border);color:var(--c-ink);border-radius:999px;padding:6px 10px;font-size:.7rem;font-weight:800;animation:.55s both tariff-chip-in,3.6s ease-in-out infinite tariff-chip;position:absolute;box-shadow:0 8px 20px #00205b14}.tariff-scene__chip--prm{animation-delay:.4s,.95s;top:42%;left:4%}.tariff-scene__chip--ai{color:var(--c-accent);animation-delay:.52s,1.1s;bottom:28%;left:10%}.tariff-scene__chip--crm{animation-delay:.64s,1.25s;top:48%;right:8%}.tariff-scene__chip--an{animation-delay:.76s,1.4s;bottom:10%;left:28%}.tariff-scene__check{z-index:3;color:var(--c-ink);background:#fff;border:1px solid #0a7a4540;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-size:.78rem;font-weight:700;animation:.6s both tariff-check-in,4s ease-in-out .6s infinite tariff-check;display:inline-flex;position:absolute;bottom:4%;left:6%;box-shadow:0 12px 28px #0a7a451f}.tariff-scene__check span{color:#0a7a45;background:#0a7a451f;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-weight:800;display:inline-flex}@keyframes tariff-spin{to{transform:rotate(360deg)}}@keyframes tariff-glow{0%,to{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes tariff-pulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.04)}}@keyframes tariff-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes tariff-chip{0%,to{opacity:.9;transform:translateY(0)}50%{opacity:1;transform:translateY(-6px)}}@keyframes tariff-check{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes tariff-hero-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes tariff-trial-in{0%{opacity:0;transform:translate(-50%,-42%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes tariff-card-in{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes tariff-chip-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tariff-check-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.tariff-hero__copy>*,.split-hero__copy>*{animation:.7s both tariff-hero-rise}.tariff-hero__copy>:first-child,.split-hero__copy>:first-child{animation-delay:40ms}.tariff-hero__copy>:nth-child(2),.split-hero__copy>:nth-child(2){animation-delay:.1s}.tariff-hero__copy>:nth-child(3),.split-hero__copy>:nth-child(3){animation-delay:.16s}.tariff-hero__copy>:nth-child(4),.split-hero__copy>:nth-child(4){animation-delay:.22s}.tariff-hero__copy>:nth-child(5),.split-hero__copy>:nth-child(5){animation-delay:.28s}.tariff-hero__visual,.split-hero__visual{animation:.85s .18s both tariff-hero-rise}}@media (prefers-reduced-motion:reduce){.tariff-scene__glow,.tariff-scene__ring,.tariff-scene__trial,.tariff-scene__card,.tariff-scene__chip,.tariff-scene__check,.tariff-hero__copy>*,.split-hero__copy>*,.tariff-hero__visual,.split-hero__visual{animation:none}}.tariff-trial{background:var(--c-white);border:1px solid var(--c-border);border-radius:20px;max-width:820px;margin:0 auto;padding:32px;box-shadow:0 12px 36px #00205b0f}.tariff-trial .section__title{margin-bottom:10px}.tariff-trial__note{background:var(--c-soft);border-radius:12px;margin:18px 0 22px;padding:14px 16px;font-size:.95rem}.tariff-modules{gap:18px;display:grid}@media (width>=800px){.tariff-modules{grid-template-columns:repeat(2,1fr)}}.tariff-module{background:var(--c-white);border:1px solid var(--c-border);border-radius:18px;padding:26px}a.tariff-module{color:inherit;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:block}a.tariff-module:hover,a.tariff-module:focus-visible{border-color:color-mix(in srgb, var(--c-accent) 28%, transparent);transform:translateY(-2px);box-shadow:0 10px 28px #00205b0f}a.tariff-module:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px}.tariff-module__label{letter-spacing:.12em;text-transform:uppercase;color:var(--c-accent);margin:0 0 10px;font-size:.75rem;font-weight:800}.tariff-module h3{color:var(--c-ink);letter-spacing:-.02em;margin:0 0 10px;font-size:1.15rem;font-weight:800}.tariff-module>p{color:var(--c-muted);margin:0 0 14px;font-size:.95rem}.tariff-module__foot{font-weight:600;color:var(--c-ink)!important;margin:14px 0 0!important;font-size:.88rem!important}.tariff-table-scroll-hint,.tariff-table-scroll-chip{display:none}.tariff-table-wrap{border:1px solid var(--c-border);background:var(--c-white);-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;border-radius:16px;max-width:100%;position:relative;overflow-x:auto}@media (width<=767px){.tariff-table-scroll-hint{background:var(--c-soft);border:1px solid var(--c-border);font-family:var(--font);color:var(--c-ink);border-radius:12px;align-items:center;gap:8px;margin:0 0 12px;padding:10px 12px;font-size:.8125rem;font-weight:600;line-height:1.35;display:flex}.tariff-table-scroll-hint__chevron{background:var(--c-accent);width:1.5em;height:1.5em;color:var(--c-white);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95em;font-weight:700;line-height:1;display:inline-flex}.tariff-table-wrap--compare{scroll-padding-inline:0}.tariff-table-wrap--compare .tariff-table-scroll-chip{z-index:4;border:1px solid var(--c-border);background:var(--c-accent);width:1.75rem;height:1.75rem;font-family:var(--font);color:var(--c-white);white-space:nowrap;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.95rem;font-weight:700;line-height:1;transition:opacity .22s,transform .22s;display:inline-flex;position:absolute;top:8px;left:250px;right:auto;box-shadow:0 4px 14px #00205b24}.tariff-table-wrap--compare.is-scrolled .tariff-table-scroll-chip,.tariff-table-wrap--compare.is-end .tariff-table-scroll-chip{opacity:0;transform:translate(6px)}.tariff-table-wrap--compare .tariff-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:640px;max-width:none;font-family:var(--font);font-size:.8rem;font-weight:500}.tariff-table-wrap--compare .tariff-table th,.tariff-table-wrap--compare .tariff-table td{font-family:inherit;font-size:inherit;font-weight:inherit;vertical-align:middle;padding:10px 12px}.tariff-table-wrap--compare .tariff-table thead th{font-size:.8rem;font-weight:700}.tariff-table-wrap--compare .tariff-table th:first-child,.tariff-table-wrap--compare .tariff-table td:first-child{z-index:2;width:138px;min-width:138px;max-width:138px;box-shadow:1px 0 0 var(--c-border);font-size:.8rem;font-weight:500;line-height:1.35;position:sticky;left:0}.tariff-table-wrap--compare .tariff-table th:first-child{z-index:3;background:var(--c-soft);font-weight:700}.tariff-table-wrap--compare .tariff-table td:first-child{background:var(--c-white)}.tariff-table-wrap--compare .tariff-table th:not(:first-child),.tariff-table-wrap--compare .tariff-table td:not(:first-child){width:104px;min-width:104px;font-size:.8rem;font-weight:500}.tariff-table-wrap--compare .tariff-table thead th:not(:first-child){font-weight:700}.tariff-table-wrap--compare .tariff-table td:first-child a{font-size:inherit;font-weight:inherit}}.tariff-table{border-collapse:collapse;width:100%;min-width:720px;font-size:.9rem;font-family:var(--font)}.tariff-table th,.tariff-table td{text-align:left;border-bottom:1px solid var(--c-border);color:var(--c-ink);padding:12px 14px;font-family:inherit}.tariff-table th{background:var(--c-soft);white-space:nowrap;font-size:.82rem;font-weight:800}.tariff-table td:not(:first-child),.tariff-table th:not(:first-child){text-align:center}.tariff-table tbody tr:last-child td{border-bottom:0}.tariff-yes{color:#0a7a45;background:#0a7a451f;border-radius:50%;justify-content:center;align-items:center;width:1.5em;height:1.5em;font-size:.95rem;font-weight:800;display:inline-flex}.tariff-no{color:#b42318;background:#b423181a;border-radius:50%;justify-content:center;align-items:center;width:1.5em;height:1.5em;font-size:.95rem;font-weight:700;display:inline-flex}.tariff-extras{gap:16px;display:grid}@media (width>=800px){.tariff-extras{grid-template-columns:repeat(2,1fr)}}.tariff-extras article,.tariff-extras>a{background:var(--c-white);border:1px solid var(--c-border);color:inherit;border-radius:16px;padding:24px;text-decoration:none;display:block}.tariff-extras>a{transition:border-color .2s,box-shadow .2s,transform .2s}.tariff-extras>a:hover,.tariff-extras>a:focus-visible{border-color:color-mix(in srgb, var(--c-accent) 28%, transparent);transform:translateY(-2px);box-shadow:0 10px 28px #00205b0f}.tariff-extras h3{color:var(--c-ink);margin:0 0 8px;font-size:1.05rem;font-weight:800}.tariff-extras h3 .nav-soon{vertical-align:middle;margin-left:6px}.tariff-extras p{color:var(--c-muted);margin:0;font-size:.95rem}.tariff-why{counter-reset:tariff-why;gap:4px;max-width:640px;margin:0;padding:0;list-style:none;display:grid}.tariff-why li{counter-increment:tariff-why;color:var(--c-ink);background:0 0;border:none;border-radius:0;grid-template-columns:2rem 1fr;align-items:start;column-gap:12px;margin:0;padding:12px 0;font-size:.95rem;font-weight:600;line-height:1.45;display:grid}.tariff-why li:before{content:counter(tariff-why, decimal-leading-zero);letter-spacing:.06em;color:var(--c-accent);font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:800;line-height:1.45;position:static;top:auto;left:auto;transform:none}@media (width>=768px){.tariff-why{border:1px solid color-mix(in srgb, var(--c-accent) 12%, transparent);background:radial-gradient(55% 80% at 100% 0,#0077c81a,#0000 55%),linear-gradient(#f0f5fa 0%,#e8f0f7 100%);border-radius:20px;grid-template-columns:1fr 1fr;gap:0 48px;max-width:none;padding:40px 44px}.tariff-why li{border-bottom:1px solid color-mix(in srgb, var(--c-ink) 9%, transparent);grid-template-columns:2.75rem 1fr;column-gap:16px;padding:22px 0;font-size:1rem}.tariff-why li:before{letter-spacing:.04em;font-size:1.05rem;line-height:1.35}.tariff-why li:last-child,.tariff-why li:nth-last-child(2):nth-child(odd){border-bottom:none}}.offers-result{border:1px solid color-mix(in srgb, var(--c-accent) 16%, transparent);background:radial-gradient(60% 70% at 0 0,#0077c824,#0000 55%),radial-gradient(45% 50% at 100% 100%,#00205b0f,#0000 50%),linear-gradient(165deg,#eef5fb 0%,#f7fafc 48%,#e8f1f8 100%);border-radius:20px;gap:28px;padding:28px 22px;display:grid;box-shadow:inset 0 1px #ffffffb3}.offers-result__intro{max-width:28em}.offers-result__intro .section__title{margin-bottom:10px}.offers-result__intro .section__lead{margin-bottom:20px}.offers-result__intro .btn{margin-top:4px}.offers-result__list{counter-reset:offers-result;gap:0;margin:0;padding:0;list-style:none;display:grid}.offers-result__list li{counter-increment:offers-result;border:none;border-bottom:1px solid color-mix(in srgb, var(--c-ink) 10%, transparent);color:var(--c-ink);background:0 0;border-radius:0;grid-template-columns:2.5rem 1fr;align-items:baseline;column-gap:14px;margin:0;padding:14px 0;font-size:.98rem;font-weight:600;line-height:1.45;display:grid}.offers-result__list li:last-child{border-bottom:none;padding-bottom:0}.offers-result__list li:first-child{padding-top:0}.offers-result__list li:before{content:counter(offers-result, decimal-leading-zero);letter-spacing:.05em;color:var(--c-accent);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:800;line-height:1.45;position:static;top:auto;left:auto;transform:none}@media (width>=900px){.offers-result{grid-template-columns:minmax(240px,.9fr) minmax(0,1.15fr);align-items:center;column-gap:48px;padding:44px 48px}.offers-result__list{border-left:2px solid color-mix(in srgb, var(--c-accent) 28%, transparent);padding-left:8px}.offers-result__list li{padding:16px 0 16px 28px;font-size:1.02rem}.offers-result__list li:first-child{padding-top:4px}.offers-result__list li:last-child{padding-bottom:4px}.offers-result__list li:before{font-size:.95rem}}.eco-hero{background:radial-gradient(70% 55% at 85% 10%,#0077c829,#0000 50%),radial-gradient(50% 40% at 10% 90%,#00205b0f,#0000 45%),linear-gradient(#f5f9fc 0%,#fff 70%);padding:clamp(48px,8vw,88px) 0 clamp(56px,9vw,96px);position:relative;overflow:hidden}.eco-hero__inner{max-width:760px}.eco-hero__title{letter-spacing:-.03em;color:var(--c-ink);margin:0 0 18px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.eco-hero__lead{color:var(--c-muted);max-width:38em;margin:0 0 18px;font-size:1.08rem}.eco-hero__tagline{letter-spacing:-.02em;color:var(--c-ink);max-width:28em;margin:0 0 22px;font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:800;line-height:1.35}.eco-hero__shift{border-left:3px solid var(--c-accent);background:#0077c80f;border-radius:0 12px 12px 0;gap:10px;margin-bottom:28px;padding:18px 20px;display:grid}.eco-hero__shift p{color:var(--c-ink);margin:0;font-size:.98rem}.eco-hero__cta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.eco-hero__free{color:var(--c-accent);margin:0;font-size:.92rem;font-weight:700}.section__head{margin-bottom:32px}.section-head.center .section__text{margin-inline:auto}.eco-split{gap:16px;display:grid}@media (width>=800px){.eco-split{grid-template-columns:1fr 1fr;gap:20px}}.eco-pain,.eco-gain{border-radius:18px;padding:28px 26px}.eco-pain{border:1px solid var(--c-border);background:#fff}.eco-gain{color:#fff;background:linear-gradient(160deg,#001a4a 0%,#00205b 60%,#003a7a 100%)}.eco-pain h3,.eco-gain h3{margin:0 0 16px;font-size:1.15rem;font-weight:800}.eco-pain ul,.eco-gain ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.eco-pain li,.eco-gain li{padding-left:28px;font-size:.95rem;line-height:1.45;position:relative}.eco-pain li:before{content:"";background:#c45c5c;width:14px;height:2px;position:absolute;top:.45em;left:0}.eco-gain li:before{content:"";background:var(--c-accent);border-radius:50%;width:10px;height:10px;position:absolute;top:.35em;left:0;box-shadow:0 0 0 3px #0077c840}.eco-checks{gap:10px;margin:0 0 28px;padding:0;list-style:none;display:grid}@media (width>=700px){.eco-checks{grid-template-columns:repeat(2,1fr)}}.eco-checks li{background:var(--c-white);border:1px solid var(--c-border);color:var(--c-ink);border-radius:12px;padding:14px 16px 14px 42px;font-size:.95rem;font-weight:600;position:relative}.eco-checks li:before{content:"";border-left:2.5px solid var(--c-accent);border-bottom:2.5px solid var(--c-accent);width:16px;height:8px;position:absolute;top:50%;left:16px;transform:translateY(-65%)rotate(-45deg)}.eco-commission{background:var(--c-white);border:1px solid var(--c-border);border-radius:16px;padding:24px}.eco-commission h3{color:var(--c-ink);margin:0 0 6px;font-size:1.1rem;font-weight:800}.eco-commission>p{color:var(--c-muted);margin:0 0 16px;font-size:.92rem}.eco-commission__grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.eco-commission__grid div{text-align:center;background:var(--c-soft);border-radius:12px;padding:14px 8px}.eco-commission__grid span{color:var(--c-muted);margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}.eco-commission__grid strong{color:var(--c-accent);font-size:1.25rem;font-weight:800}.eco-commission__more{margin:16px 0 0;font-size:.92rem;font-weight:700}.eco-commission__more a{color:var(--c-accent);text-decoration:none}.eco-commission__more a:hover{text-underline-offset:3px;text-decoration:underline}@media (width<=767px){.eco-commission__grid{grid-template-columns:repeat(2,1fr)}}.eco-cats{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}@media (width>=800px){.eco-cats{grid-template-columns:repeat(4,1fr)}}.eco-cats article,.eco-cats a{border:1px solid var(--c-border);background:var(--c-white);color:var(--c-ink);text-align:center;border-radius:14px;padding:18px 16px;font-size:.92rem;font-weight:700}.eco-cats a{text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:block}.eco-cats a:hover,.eco-cats a:focus-visible{border-color:color-mix(in srgb, var(--c-accent) 28%, transparent);transform:translateY(-2px);box-shadow:0 10px 28px #00205b0f}.eco-cats a:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px}.eco-two{align-items:start;gap:28px;display:grid}@media (width>=900px){.eco-two{grid-template-columns:1.1fr .9fr;gap:48px}}.eco-profile{background:radial-gradient(55% 70% at 92% 30%,#0077c81f,#0000 55%),linear-gradient(#eef4fa 0%,#f7fafc 100%);position:relative;overflow:hidden}.eco-profile__layout{align-items:center;gap:36px;display:grid}@media (width>=900px){.eco-profile__layout{grid-template-columns:1fr 1fr;gap:56px}}.eco-profile__copy .section__title{max-width:14em}.eco-profile__points{gap:12px;margin:22px 0 0;padding:0;list-style:none;display:grid}.eco-profile__points li{color:var(--c-ink);padding-left:28px;font-size:.98rem;font-weight:600;line-height:1.4;position:relative}.eco-profile__points li:before{content:"";background:var(--c-accent);border-radius:50%;width:10px;height:10px;position:absolute;top:.45em;left:0;box-shadow:0 0 0 4px #0077c824}.eco-profile__preview{position:relative}.eco-profile__glow{filter:blur(8px);pointer-events:none;background:radial-gradient(circle at 50% 40%,#0077c838,#0000 68%);position:absolute;inset:12% -8% -10% 18%}.eco-profile__card{background:linear-gradient(165deg,#fffffff5 0%,#f1f7fcfa 100%);border:1px solid #00205b1a;border-radius:20px;padding:22px 22px 18px;position:relative;box-shadow:0 24px 48px #00205b1a,inset 0 2px #fffc}.eco-profile__card-head{border-bottom:1px solid #00205b14;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:16px;display:grid}.eco-profile__avatar{letter-spacing:.02em;color:#fff;background:linear-gradient(145deg,#0077c8,#00205b);border-radius:16px;place-items:center;width:52px;height:52px;font-size:.95rem;font-weight:800;display:grid}.eco-profile__who{gap:2px;min-width:0;display:grid}.eco-profile__who strong{color:var(--c-ink);letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.eco-profile__who span{color:var(--c-muted);font-size:.86rem}.eco-profile__badge{letter-spacing:.04em;text-transform:uppercase;color:#0077c8;white-space:nowrap;background:#0077c81f;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800}.eco-profile__attrs{gap:8px;margin:0;padding:0;list-style:none;display:grid}.eco-profile__attrs li{background:#ffffffb8;border:1px solid #00205b0f;border-radius:12px;grid-template-columns:1fr 1.2fr;align-items:baseline;gap:10px;padding:10px 12px;display:grid}.eco-profile__attrs span{color:var(--c-muted);font-size:.82rem}.eco-profile__attrs strong{color:var(--c-ink);text-align:right;font-size:.9rem;font-weight:700}.eco-profile__foot{color:var(--c-muted);border-top:1px solid #00205b14;gap:8px;margin-top:16px;padding-top:14px;font-size:.82rem;font-weight:600;display:grid}.eco-profile__meter{background:#00205b14;border-radius:999px;height:6px;display:block;overflow:hidden}.eco-profile__meter i{width:var(--w,70%);border-radius:inherit;background:linear-gradient(90deg,#0077c8,#49a8e8);height:100%;display:block}@media (prefers-reduced-motion:no-preference){.eco-profile__card{animation:.7s both eco-profile-in}.eco-profile__attrs li{animation:.55s both eco-profile-in}.eco-profile__attrs li:first-child{animation-delay:80ms}.eco-profile__attrs li:nth-child(2){animation-delay:.12s}.eco-profile__attrs li:nth-child(3){animation-delay:.16s}.eco-profile__attrs li:nth-child(4){animation-delay:.2s}.eco-profile__attrs li:nth-child(5){animation-delay:.24s}.eco-profile__attrs li:nth-child(6){animation-delay:.28s}}@keyframes eco-profile-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=520px){.eco-profile__card-head{grid-template-columns:auto 1fr}.eco-profile__badge{grid-column:1/-1;justify-self:start}.eco-profile__attrs li{grid-template-columns:1fr;gap:2px}.eco-profile__attrs strong{text-align:left}}.eco-path{counter-reset:eco-path;flex-wrap:wrap;justify-content:center;gap:8px 0;margin:0;padding:0;list-style:none;display:flex}.eco-path li{counter-increment:eco-path;background:var(--c-soft);border:1px solid var(--c-border);color:var(--c-ink);border-radius:999px;align-items:center;gap:10px;margin:0 4px;padding:14px 18px;font-size:.9rem;display:flex;position:relative}.eco-path li:before{content:counter(eco-path);background:var(--c-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.78rem;font-weight:800;display:inline-flex}@media (width>=900px){.eco-path{flex-wrap:nowrap}.eco-path li:not(:last-child):after{content:"";background:var(--c-border);width:20px;height:2px;position:absolute;right:-14px}}.eco-founder{color:#fff;background:radial-gradient(60% 70% at 90% 20%,#0077c847,#0000 50%),linear-gradient(145deg,#001033 0%,#00205b 55%,#036 100%)}.eco-founder__inner{max-width:800px}.eco-founder__lead{opacity:.92;max-width:40em;margin:0 0 28px;font-size:1.05rem;line-height:1.6}.eco-founder__sub{margin:0 0 14px;font-size:1rem;font-weight:700}.eco-founder__perks{gap:10px;margin:0 0 28px;padding:0;list-style:none;display:grid}@media (width>=700px){.eco-founder__perks{grid-template-columns:repeat(2,1fr)}}.eco-founder__perks li{opacity:.95;padding-left:22px;font-size:.95rem;position:relative}.eco-founder__perks li:before{content:"";background:var(--c-accent);border-radius:50%;width:8px;height:8px;position:absolute;top:.45em;left:0}.eco-stats{gap:14px;display:grid}@media (width>=700px){.eco-stats{grid-template-columns:repeat(2,1fr)}}@media (width>=1000px){.eco-stats{grid-template-columns:repeat(4,1fr)}}.eco-stats article,.eco-stats__card{background:var(--c-white);border:1px solid var(--c-border);text-align:center;border-radius:16px;padding:24px 20px}@media (width>=1000px){.eco-stats:not(.eco-stats--6) article,.eco-stats:not(.eco-stats--6) .eco-stats__card{text-align:left}}@media (width>=1024px){.eco-stats--6 article,.eco-stats--6 .eco-stats__card{text-align:left}}a.eco-stats__card{color:inherit;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:block}a.eco-stats__card:hover{border-color:#0077c859;transform:translateY(-2px);box-shadow:0 10px 28px #00205b14}.eco-stats--6{grid-template-columns:1fr}@media (width>=640px){.eco-stats--6{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.eco-stats--6{grid-template-columns:repeat(3,1fr)}}.eco-stats h3,.eco-stats__card h3{color:var(--c-ink);margin:0 0 8px;font-size:1rem;font-weight:800}.eco-stats p,.eco-stats__card p{color:var(--c-muted);margin:0;font-size:.9rem}.eco-roadmap{border-left:2px solid var(--c-border);gap:0;margin:0 0 0 12px;padding:0;list-style:none;display:grid}.eco-roadmap li{padding:0 0 28px 28px;position:relative}.eco-roadmap li:last-child{padding-bottom:0}.eco-roadmap li:before{content:"";background:var(--c-white);border:2px solid var(--c-accent);border-radius:50%;width:12px;height:12px;position:absolute;top:4px;left:-7px}.eco-roadmap li.is-done:before{background:var(--c-accent)}.eco-roadmap__stage{letter-spacing:.06em;text-transform:uppercase;color:var(--c-accent);margin-bottom:4px;font-size:.75rem;font-weight:700;display:block}.eco-roadmap h3{color:var(--c-ink);margin:0 0 6px;font-size:1.1rem;font-weight:800}.eco-roadmap p{color:var(--c-muted);max-width:36em;margin:0;font-size:.92rem}.eco-audience{flex-wrap:wrap;justify-content:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.eco-audience li{background:var(--c-white);border:1px solid var(--c-border);color:var(--c-ink);border-radius:12px;padding:12px 18px;font-size:.92rem;font-weight:700}.eco-audience--light li,.eco-founder .eco-audience li{color:#fff;background:#ffffff1a;border-color:#ffffff38}.eco-start{counter-reset:eco-start;max-width:520px;margin:0 auto;padding:0;list-style:none}.eco-start li{counter-increment:eco-start;background:var(--c-soft);border:1px solid var(--c-border);color:var(--c-ink);border-radius:14px;margin-bottom:8px;padding:16px 16px 16px 56px;font-size:1rem;position:relative}.eco-start li:before{content:counter(eco-start);background:var(--c-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:800;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.eco-vision{background:radial-gradient(ellipse 50% 60% at 50% 0%, #0077c81a, transparent 55%), var(--c-white)}.eco-final{background:radial-gradient(ellipse 50% 80% at 100% 50%, #0077c81f, transparent 55%), var(--c-white);border:1px solid var(--c-border);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:36px 32px;display:flex}.eco-final .section__title{margin-bottom:8px}.eco-final .section__text{max-width:36em;margin:0}.eco-final__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.eco-faq{gap:10px;display:grid}.eco-faq details{border:1px solid var(--c-border);background:var(--c-white);border-radius:12px;padding:4px 18px}.eco-faq summary{cursor:pointer;color:var(--c-ink);padding:14px 0;font-weight:700;list-style:none}.eco-faq summary::-webkit-details-marker{display:none}.eco-faq summary:after{content:"+";float:right;color:var(--c-accent);font-weight:800}.eco-faq details[open] summary:after{content:"−"}.eco-faq p{color:var(--c-muted);margin:0 0 16px;font-size:.95rem}@media (width<=767px){.eco-final{padding:28px 20px}.eco-final .btn,.eco-final__actions,.eco-final__actions .btn{width:100%}}.earn-hero{background:radial-gradient(55% 50% at 90% 20%,#0077c824,#0000 55%),linear-gradient(#f4f8fc 0%,#fff 65%);padding:clamp(40px,7vw,72px) 0 clamp(56px,9vw,88px);position:relative;overflow:hidden}.earn-hero__grid{align-items:center;gap:36px;display:grid}@media (width>=960px){.earn-hero__grid{grid-template-columns:1fr 1.05fr;gap:48px}}.earn-hero__title{letter-spacing:-.03em;color:var(--c-ink);margin:0 0 16px;font-size:clamp(1.75rem,4vw,2.7rem);font-weight:800;line-height:1.12}.earn-hero__lead{color:var(--c-muted);max-width:34em;margin:0 0 14px;font-size:1.08rem}.earn-hero__note{color:var(--c-muted);max-width:36em;margin:0 0 12px;font-size:.95rem}.earn-hero__cta{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.earn-hero__visual{isolation:isolate;border-radius:22px;animation:.9s both earn-visual-in;position:relative;overflow:hidden;box-shadow:0 24px 60px #00205b29}.earn-hero__img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;animation:earn-img- ken 18s ease-in-out infinite alternate;display:block;transform:scale(1.02)}.earn-float{z-index:2;border:1px solid var(--c-border);backdrop-filter:blur(8px);background:#fffffff0;border-radius:14px;padding:12px 14px;animation:4.5s ease-in-out infinite earn-float;position:absolute;box-shadow:0 12px 32px #00205b24}.earn-float span{letter-spacing:.04em;text-transform:uppercase;color:var(--c-muted);font-size:.72rem;font-weight:700;display:block}.earn-float strong{color:var(--c-accent);letter-spacing:-.03em;font-size:1.55rem;font-weight:800}.earn-float em{color:var(--c-ink);font-size:1rem;font-style:normal;font-weight:800}.earn-float--a{animation-delay:0s;bottom:14%;left:6%}.earn-float--b{animation-delay:1.2s;top:12%;right:7%}@keyframes earn-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes earn-visual-in{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:none}}@keyframes earn-img-ken{0%{transform:scale(1.02)translate(0)}to{transform:scale(1.07)translate(-1.5%,-1%)}}.earn-steps{gap:12px;margin:0;padding:0;list-style:none;display:grid}@media (width>=900px){.earn-steps{grid-template-columns:repeat(5,1fr)}}.earn-steps li{background:var(--c-white);border:1px solid var(--c-border);border-radius:16px;padding:22px 18px}.earn-steps__icon{width:40px;height:40px;color:var(--c-accent);letter-spacing:.04em;background:var(--c-soft);border-radius:12px;justify-content:center;align-items:center;margin-bottom:12px;font-size:.85rem;font-weight:800;display:inline-flex}.earn-steps__icon svg{width:100%;height:100%}.earn-steps h3{color:var(--c-ink);margin:0 0 8px;font-size:1rem;font-weight:800}.earn-steps p{color:var(--c-muted);margin:0;font-size:.86rem;line-height:1.45}.earn-panel{background:var(--c-white);border:1px solid var(--c-border);border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #00205b12}.earn-panel__head{border-bottom:1px solid var(--c-border);background:linear-gradient(#f7fafc,#fff);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;padding:18px 22px;display:flex}.earn-panel__head h3{color:var(--c-ink);margin:0;font-size:1.05rem;font-weight:800}.earn-panel__head p{color:var(--c-muted);margin:0;font-size:.85rem}.earn-table-wrap{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;max-width:100%;overflow-x:auto}.earn-table-wrap--live .earn-table tbody tr{opacity:1;transform:none}.earn-table-wrap--live.is-animated .earn-table tbody tr{animation:.45s both earn-row-in;animation-delay:calc(var(--i,0) * 80ms)}@keyframes earn-row-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:none}}.earn-table{border-collapse:collapse;width:100%;min-width:560px}.earn-table th,.earn-table td{text-align:left;border-bottom:1px solid var(--c-border);vertical-align:middle;padding:16px 20px;font-size:.95rem}.earn-table th{background:var(--c-soft);letter-spacing:.05em;text-transform:uppercase;color:var(--c-muted);font-size:.75rem;font-weight:700}.earn-table tbody tr:last-child td{border-bottom:0}.earn-table tbody tr:hover{background:#0077c80a}.earn-table td:not(:first-child),.earn-table thead th:not(:first-child){text-align:right}.earn-status{color:var(--c-ink);align-items:center;gap:10px;font-weight:700;display:inline-flex}.earn-status__dot{background:var(--c,var(--c-accent));width:10px;height:10px;box-shadow:0 0 0 4px color-mix(in srgb, var(--c,var(--c-accent)) 20%, transparent);border-radius:50%}.earn-status__dot--pulse{animation:1.8s ease-in-out infinite earn-dot-pulse}@keyframes earn-dot-pulse{0%,to{box-shadow:0 0 0 4px #0077c82e}50%{box-shadow:0 0 0 8px #0077c814}}.earn-cell{justify-items:end;gap:8px;display:grid}.earn-cell strong{color:var(--c-ink);letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.earn-cell--special{text-align:right;justify-items:end}.earn-cell--special span{color:var(--c-muted);font-size:.82rem;font-weight:500}.earn-bar{background:#00205b14;border-radius:999px;width:min(160px,28vw);height:8px;display:block;overflow:hidden}.earn-bar i{height:100%;width:var(--w);border-radius:inherit;background:linear-gradient(90deg, #005a9a, var(--c-accent));display:block}.earn-bar--soft i{background:linear-gradient(90deg,#7aa8d4,#4a90c8)}.earn-table-wrap--live.is-animated .earn-bar i{animation:.9s cubic-bezier(.22,1,.36,1) both earn-bar-fill;animation-delay:calc(var(--i,0) * 80ms + .1s)}@keyframes earn-bar-fill{0%{width:0}to{width:var(--w)}}.earn-table__special{background:linear-gradient(90deg,#0077c80f,#0000)}.earn-money{color:var(--c-accent)!important}.earn-example{gap:20px;display:grid}@media (width>=960px){.earn-example{grid-template-columns:1fr 1.15fr;align-items:stretch;gap:24px}}.earn-example__chart{background:radial-gradient(70% 50% at 50% 100%,#0077c81a,#0000 60%),linear-gradient(#001a4a 0%,#00205b 100%);border-radius:20px;grid-template-columns:repeat(4,1fr);align-items:end;gap:12px;min-height:280px;padding:24px 18px 16px;display:grid}.earn-example__col{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.earn-example__val{color:#ffffffd9;white-space:nowrap;font-size:.72rem;font-weight:700}.earn-example__bar{width:100%;max-width:52px;height:var(--h);background:linear-gradient(#4db3ff,#0077c8 55%,#005a9a);border-radius:10px 10px 4px 4px;box-shadow:0 0 24px #0077c859}.earn-example__label{color:#ffffffb3;font-size:.75rem;font-weight:700}.earn-example__chart.is-animated .earn-example__bar{animation:.85s cubic-bezier(.22,1,.36,1) both earn-col-grow;animation-delay:calc(var(--d) * .1s)}.earn-example__chart.is-animated .earn-example__val{animation:.4s both earn-fade-up;animation-delay:calc(var(--d) * .1s + .3s)}@keyframes earn-col-grow{0%{height:0}to{height:var(--h)}}@keyframes earn-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.earn-career-layout{align-items:center;gap:32px;display:grid}@media (width>=960px){.earn-career-layout{grid-template-columns:1.1fr .9fr;gap:48px}}.earn-career{gap:10px;margin:24px 0 0;padding:0;list-style:none;display:grid}.earn-career li{background:var(--c-white);border:1px solid var(--c-border);border-radius:14px;grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:2px 16px;padding:16px 18px;display:grid}.earn-career strong{color:var(--c-ink);grid-column:1;font-size:1rem}.earn-career span{color:var(--c-muted);grid-column:1;font-size:.85rem}.earn-career em{color:var(--c-accent);white-space:nowrap;grid-area:1/2/span 2;align-self:center;font-size:.95rem;font-style:normal;font-weight:800}.earn-career-visual{justify-content:center;align-items:center;min-height:320px;margin:0;display:flex}.earn-career-scene{width:min(100%,400px)}.earn-career-scene .tariff-scene__trial{background:linear-gradient(145deg, var(--c-accent) 0%, #005a99 100%)}.earn-career-scene .tariff-scene__card--3{border-color:#0077c866}.earn-rules{gap:36px;display:grid}@media (width>=900px){.earn-rules{grid-template-columns:1fr 1fr;gap:48px}}.earn-list{gap:10px;margin:16px 0 0;padding:0;list-style:none;display:grid}.earn-list li{color:var(--c-ink);padding-left:22px;font-size:.95rem;font-weight:600;position:relative}.earn-list li:before{content:"";background:var(--c-accent);border-radius:50%;width:8px;height:8px;position:absolute;top:.45em;left:0}.earn-list--warn li:before{background:#c45c5c}.earn-warn-note{color:var(--c-muted);margin:14px 0 0;font-size:.88rem}.earn-cabinet{flex-wrap:wrap;justify-content:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.earn-cabinet li{background:var(--c-white);border:1px solid var(--c-border);color:var(--c-ink);border-radius:12px;padding:12px 16px;font-size:.9rem;font-weight:700}@media (width<=767px){.earn-float{padding:8px 10px}.earn-float strong{font-size:1.2rem}.earn-example__chart{min-height:220px}}@media (prefers-reduced-motion:reduce){.earn-hero__img,.earn-float,.earn-status__dot--pulse,.earn-table-wrap--live.is-animated .earn-table tbody tr,.earn-table-wrap--live.is-animated .earn-bar i,.earn-example__chart.is-animated .earn-example__bar,.earn-example__chart.is-animated .earn-example__val{animation:none!important}}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.market-page{background:#f4f7fb}.ps-hero{color:#fff;background:radial-gradient(70% 90% at 100% 0,#00a0e659,#0000 55%),radial-gradient(50% 60% at 0 100%,#00205b8c,#0000 50%),linear-gradient(145deg,#001a4a 0%,#00205b 38%,#0077c8 100%);padding:clamp(48px,7vw,72px) 0 clamp(32px,4vw,44px);position:relative;overflow:hidden}.ps-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1f,#0000 65%);height:70%;position:absolute;inset:auto -10% -40% 40%}.ps-hero__inner{z-index:1;max-width:760px;position:relative}.ps-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffffb8;margin:0 0 14px;font-size:.78rem;font-weight:700}.ps-hero__title{letter-spacing:-.045em;color:#fff;gap:.02em;margin:0 0 16px;font-size:clamp(2.35rem,5.8vw,3.85rem);font-weight:800;line-height:1.02;display:grid}.ps-hero__title span{color:#fff;display:block}.ps-hero__title-accent{color:#b8e4ff!important}.ps-hero__lead{color:#ffffffe0;max-width:28em;margin:0 0 26px;font-size:clamp(1.05rem,1.6vw,1.18rem);font-weight:500;line-height:1.45}.ps-hero .ps-search{flex:none;width:100%;max-width:560px}.ps-hero .ps-search__advanced{margin-top:14px}.ps-hero .ps-advanced{margin-top:4px}@media (prefers-reduced-motion:no-preference){.ps-hero__eyebrow,.ps-hero__title span,.ps-hero__lead,.ps-hero .ps-search,.ps-hero .ps-search__advanced{animation:.65s both ps-hero-rise}.ps-hero__title span:first-child{animation-delay:40ms}.ps-hero__title span:nth-child(2){animation-delay:.1s}.ps-hero__title span:nth-child(3){animation-delay:.16s}.ps-hero__lead{animation-delay:.22s}.ps-hero .ps-search{animation-delay:.28s}.ps-hero .ps-search__advanced{animation-delay:.34s}}@keyframes ps-hero-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ps-search{flex:320px;max-width:640px;position:relative}.ps-search input{width:100%;font:inherit;color:var(--c-ink);background:#fff;border:0;border-radius:10px;padding:14px 52px 14px 18px;font-size:1rem}.ps-search input:focus{outline-offset:2px;outline:2px solid #0077c88c}.ps-search__btn{width:40px;height:40px;color:var(--c-accent);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.ps-search__advanced{font:inherit;color:#7ec8f5;cursor:pointer;user-select:none;text-align:left;background:0 0;border:0;align-items:center;gap:4px;margin:4px 0 0;padding:0;font-size:.92rem;font-weight:700;display:inline-flex}.ps-search__advanced:after{content:" ▾";font-size:.85em}.ps-search__advanced.is-open,.ps-search__advanced[aria-expanded=true]{color:#fff}.ps-search__advanced.is-open:after,.ps-search__advanced[aria-expanded=true]:after{content:" ▴"}.ps-advanced{flex:100%;width:100%;margin:0}.ps-advanced[hidden]{display:none!important}.ps-advanced__panel{background:#ffffff14;border:1px solid #ffffff29;border-radius:14px;margin-top:16px;padding:22px}.ps-advanced__grid{gap:20px;max-width:420px;display:grid}.ps-advanced__group{border:0;align-content:start;gap:8px;margin:0;padding:0;display:grid}.ps-advanced__group legend{letter-spacing:.02em;color:#fff;margin-bottom:8px;padding:0;font-size:.82rem;font-weight:800}.ps-check{color:#ffffffe0;cursor:pointer;align-items:flex-start;gap:8px;font-size:.82rem;font-weight:600;line-height:1.35;display:flex}.ps-check input{accent-color:var(--c-accent);flex-shrink:0;margin-top:2px}.ps-check span{color:#ffffff8c;font-weight:500}.ps-advanced__actions{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:10px;margin-top:18px;padding-top:16px;display:flex}.ps-advanced__actions .btn--ghost{color:#fff;border-color:#ffffff59}.ps-advanced__actions .btn--ghost:hover{color:#fff;border-color:#fff}.ps-market{padding:36px 0 64px}.ps-market__layout{gap:28px;display:grid}@media (width>=960px){.ps-market__layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:36px}}.ps-sidebar{gap:24px;display:grid}.ps-sidebar__title{letter-spacing:.06em;text-transform:uppercase;color:var(--c-muted);margin:0 0 10px;font-size:.78rem;font-weight:800}.ps-side-nav{gap:2px;display:grid}.ps-side-link{text-align:left;color:var(--c-ink);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px;font-size:.9rem;font-weight:600;transition:background .15s,color .15s}.ps-side-link:hover{color:var(--c-accent);background:#0077c814}.ps-side-link.is-active{color:var(--c-accent);background:#0077c81f}.ps-list-cta{color:var(--c-accent);margin-top:4px;font-size:.9rem;font-weight:700;display:inline-block}.ps-main__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;display:flex}.ps-main__title{color:var(--c-ink);margin:0;font-size:1.45rem;font-weight:800}.ps-tabs{flex-wrap:wrap;gap:6px;display:flex}.ps-tab{border:1px solid var(--c-border);color:var(--c-ink);font:inherit;cursor:pointer;background:#fff;border-radius:999px;padding:8px 14px;font-size:.85rem;font-weight:700}.ps-tab.is-active{background:var(--c-accent);border-color:var(--c-accent);color:#fff}.ps-grid{gap:16px;display:grid}@media (width>=700px){.ps-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.ps-grid{grid-template-columns:repeat(3,1fr)}}.ps-card{color:inherit;background:#0b1220;border-radius:14px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 12px 36px #00205b1f}a.ps-card{transition:transform .2s,box-shadow .2s}a.ps-card:hover,a.ps-card:focus-visible{transform:translateY(-4px);box-shadow:0 18px 44px #00205b2e}a.ps-card:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px}.ps-card.is-hidden{display:none}.ps-card__brand{background:var(--brand,#0077c8);place-items:center;min-height:140px;padding:24px;display:grid}.ps-card__brand img{filter:brightness(0)invert();max-width:150px;height:auto}.ps-card__logo-text{letter-spacing:-.02em;color:#fff;font-size:1.35rem;font-weight:800}.ps-card__logo-text--dark{color:var(--c-ink)}.ps-card__body{background:#0b1220;flex-direction:column;flex:1;gap:10px;padding:18px 18px 20px;display:flex}.ps-card__body h3{color:#fff;margin:0;font-size:1.05rem;font-weight:800}.ps-card__body p{color:#ffffffb8;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.86rem;line-height:1.45;display:-webkit-box;overflow:hidden}.ps-card__earn{color:#7dd3fc;font-size:.82rem;font-weight:700;line-height:1.35}.ps-empty{text-align:center;color:var(--c-muted);margin:32px 0 0;font-weight:600}.market-cta{background:var(--c-white);border:1px solid var(--c-border);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:32px;display:flex}.market-cta .section__title{margin-bottom:8px}.market-cta .section__text{max-width:36em;margin:0}@media (width<=767px){.market-cta{padding:24px}.market-cta .btn{width:100%}.ps-sidebar{order:2}.ps-main{order:1}}@media (width>=1024px) and (width<=1199px){.site-nav{gap:14px}.site-nav .nav-link,.site-nav .nav-item__trigger{font-size:13px}.btn--nav-cta.header-cta-desktop{padding:9px 14px 10px;font-size:13px}}.cookie-banner{right:max(16px, env(safe-area-inset-right,0px));left:auto;bottom:calc(96px + env(safe-area-inset-bottom,0px));z-index:1200;pointer-events:none;opacity:0;box-sizing:border-box;width:min(440px,100vw - 32px);max-width:100%;padding:0;transition:opacity .28s,transform .28s;position:fixed;transform:translateY(12px)}.cookie-banner.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.cookie-banner.is-settings{width:min(420px,100vw - 32px)}.cookie-banner__panel{border-radius:var(--radius);background:var(--c-white);border:1px solid var(--c-border);box-sizing:border-box;max-height:min(78vh,640px);padding:18px 18px 16px;display:block;overflow:hidden auto;box-shadow:0 0 20px #00205b1f}.cookie-banner__title{color:var(--c-ink);margin:0 0 8px;font-size:1rem;font-weight:700;line-height:1.35}.cookie-banner__text{min-width:0;color:var(--c-muted);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:.8125rem;line-height:1.5}.cookie-banner__link{color:var(--c-accent);text-underline-offset:2px;text-decoration:underline}.cookie-banner__link:hover,.cookie-banner__link:focus-visible{color:var(--c-accent-hover)}.cookie-banner__actions{flex-wrap:wrap;align-items:center;gap:10px 12px;margin:14px 0 0;display:flex}.cookie-banner__actions--settings{margin-top:16px}.cookie-banner__accept,.cookie-banner__confirm{min-width:0;padding:10px 16px;font-size:.8125rem;font-weight:600}.cookie-banner__configure,.cookie-banner__reject{appearance:none;font:inherit;color:var(--c-muted);cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-size:.8125rem;line-height:1.4;text-decoration:none}.cookie-banner__configure{text-underline-offset:2px;text-decoration:underline}.cookie-banner__configure:hover,.cookie-banner__configure:focus-visible,.cookie-banner__reject:hover,.cookie-banner__reject:focus-visible{color:var(--c-accent)}.cookie-banner__rows{border-top:1px solid var(--c-border);flex-direction:column;gap:0;margin-top:14px;display:flex}.cookie-banner__row{border-bottom:1px solid var(--c-border);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 0;display:flex}.cookie-banner__row:last-child{border-bottom:0}.cookie-banner__row-copy{flex:auto;min-width:0}.cookie-banner__row-title{color:var(--c-ink);margin:0 0 2px;font-size:.875rem;font-weight:600;line-height:1.35}.cookie-banner__row-status{color:var(--c-muted);font-size:.75rem;line-height:1.35;display:block}.cookie-banner__row-status--locked{color:var(--c-accent)}.cookie-banner__switch{cursor:pointer;flex:none;width:44px;height:26px;position:relative}.cookie-banner__switch-input{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;margin:0;position:absolute;inset:0}.cookie-banner__switch-ui{border-radius:var(--radius-pill);background:color-mix(in srgb, var(--c-ink) 18%, #fff);transition:background .2s;position:absolute;inset:0}.cookie-banner__switch-ui:after{content:"";background:var(--c-white);border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00205b38}.cookie-banner__switch-input:checked+.cookie-banner__switch-ui{background:var(--c-accent)}.cookie-banner__switch-input:checked+.cookie-banner__switch-ui:after{transform:translate(18px)}.cookie-banner__switch-input:focus-visible+.cookie-banner__switch-ui{outline:2px solid var(--c-accent);outline-offset:2px}@media (width<=639px){.cookie-banner,.cookie-banner.is-settings{right:max(12px, env(safe-area-inset-right,0px));width:min(440px,100vw - 24px);left:auto;bottom:calc(94px + env(safe-area-inset-bottom,0px))}.cookie-banner__panel{padding:16px 14px 14px}.cookie-banner__actions{flex-direction:column;align-items:stretch}.cookie-banner__accept,.cookie-banner__confirm{width:100%}.cookie-banner__configure,.cookie-banner__reject{text-align:center;align-self:center}}.seo-related{padding-block:clamp(48px,8vw,72px)}.seo-related .section__title{margin-bottom:1.25rem}.seo-related__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.seo-related__grid a{border:1px solid color-mix(in srgb, var(--c-ink) 10%, transparent);background:color-mix(in srgb, var(--c-surface,#fff) 92%, var(--c-accent) 8%);color:var(--c-ink);border-radius:12px;padding:14px 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s,color .2s;display:block}.seo-related__grid a:hover,.seo-related__grid a:focus-visible{border-color:var(--c-accent);color:var(--c-accent);background:#fff}@media (width>=768px){.seo-related__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.seo-related__grid article{border:1px solid color-mix(in srgb, var(--c-ink) 10%, transparent);background:#fff;border-radius:12px;padding:16px 18px}.seo-related__grid article h3{color:var(--c-ink);margin:0 0 8px;font-size:1.05rem}.seo-related__grid article p{color:var(--c-muted);margin:0;font-size:.9rem;font-weight:500;line-height:1.45}.container--narrow .check-list{margin-top:12px}.turnkey-hero .lead-strong{color:var(--c-ink);margin:0 0 18px;font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:700;line-height:1.35}.turnkey-deliverables{grid-template-columns:1fr;gap:10px 28px;max-width:920px;margin-inline:auto;display:grid}@media (width>=768px){.turnkey-deliverables{grid-template-columns:1fr 1fr}}.turnkey-scope .feature-card h3{font-size:1.05rem}.turnkey-pricing{grid-template-columns:1fr;gap:14px;max-width:980px;margin-inline:auto;display:grid}@media (width>=768px){.turnkey-pricing{grid-template-columns:repeat(3,minmax(0,1fr))}}.turnkey-price{border:1px solid color-mix(in srgb, var(--c-ink) 10%, transparent);background:#fff;border-radius:16px;flex-direction:column;gap:8px;min-height:100%;padding:24px 22px;display:flex}.turnkey-price__label{color:var(--c-muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.85rem;font-weight:700}.turnkey-price__value{letter-spacing:-.02em;color:var(--c-ink);margin:0;font-size:clamp(1.45rem,2.5vw,1.75rem);font-weight:800;line-height:1.2}.turnkey-price__value span{color:var(--c-muted);font-size:.95rem;font-weight:600}.turnkey-price__note{color:var(--c-muted);margin:0;font-size:.92rem;line-height:1.45}.turnkey-free article h3{color:var(--c-accent)}.module-hero__visual{justify-content:center;align-items:center}.module-hero__visual .module-scene--hero{width:min(100%,420px)}.module-scene{justify-content:center;align-items:center;width:100%;display:flex}.module-scene--hero{aspect-ratio:1}.module-scene--card,.module-scene--thumb{height:100%;min-height:152px}.module-scene--card .module-scene__icon-wrap{aspect-ratio:1;flex-shrink:0;width:min(68%,200px);max-width:100%;height:auto;max-height:88%;position:relative}.module-scene--card .module-scene__orbit{width:100%;height:100%;inset:0}.module-scene--card .module-scene__icon-inner{aspect-ratio:16/10;width:34%;height:auto;margin:0}.module-scene--card .module-scene__icon{width:100%;max-width:100%;height:100%;max-height:100%}.module-scene--benefit{border:1px solid color-mix(in srgb, var(--c-ink) 8%, transparent);background:linear-gradient(160deg,#f4f8fc 0%,#e8f1f9 100%);border-radius:16px;width:72px;height:72px;overflow:hidden}.module-scene--benefit .module-scene__icon{width:48px;max-width:48px;height:48px;max-height:48px}.module-scene--icon{border:1px solid color-mix(in srgb, var(--c-ink) 8%, transparent);background:radial-gradient(circle at 30% 28%,#0077c81f,#0000 55%),linear-gradient(160deg,#f4f8fc 0%,#e8f1f9 100%);border-radius:18px;place-items:center;width:104px;height:104px;display:grid;overflow:hidden}.module-scene--icon .module-scene__icon-wrap{place-items:center;width:100%;height:100%;animation:5.5s ease-in-out infinite module-icon-float;display:grid}.module-scene--icon .module-scene__icon-inner{place-items:center;width:100%;height:100%;margin:0;padding:0;display:grid}.module-scene--icon .module-scene__icon{flex-shrink:0;width:72px;max-width:72px;height:45px;max-height:45px;margin:0;overflow:visible}.module-scene__stage{aspect-ratio:1;width:100%;position:relative}.module-scene__svg,.module-scene__icon{width:100%;height:100%;display:block}.module-scene__icon-wrap{justify-content:center;align-items:center;width:100%;height:100%;animation:5.5s ease-in-out infinite hero-float;display:flex;position:relative}.module-scene__icon-inner{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}@keyframes module-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.module-scene__orbit{opacity:.9;pointer-events:none;width:auto;height:auto;position:absolute;inset:6%}.module-scene__orbit-ring{fill:none;stroke:#0077c838;stroke-width:1.2px;stroke-dasharray:5 7;transform-origin:50px 50px;animation:18s linear infinite hero-spin}.module-scene__orbit-ring--2{stroke:#00205b1f;animation-duration:12s;animation-direction:reverse}.module-scene__orbit-dot{fill:var(--c-accent);transform-origin:50px 50px;animation:10s linear infinite hero-spin}.module-scene__icon{max-width:180px;max-height:120px}.module-scene__icon--sm{max-width:48px;max-height:48px}.module-scene__ring{fill:none;stroke:#0077c82e;stroke-width:1.5px;stroke-dasharray:8 10;transform-origin:210px 210px;animation:28s linear infinite hero-spin}.module-scene__ring--2{stroke:#00205b1f;animation-duration:22s;animation-direction:reverse}.module-scene__ring--3{stroke:#0077c847;animation-duration:16s}.module-scene__ring-sm{fill:none;stroke:#0077c847;stroke-width:1.5px;stroke-dasharray:6 8;transform-origin:80px 50px;animation:18s linear infinite hero-spin}.module-scene__ring-sm--2{stroke:#00205b29;animation-duration:12s;animation-direction:reverse}.module-scene__link{stroke:var(--c-accent);stroke-width:1.5px;stroke-linecap:round;opacity:.35;stroke-dasharray:120;stroke-dashoffset:120px;animation:2.4s infinite forwards hero-draw}.module-scene__link--d2{animation-delay:.35s}.module-scene__link--d3{animation-delay:.7s}.module-scene__link--d4{animation-delay:1.05s}.module-scene__link--d5{animation-delay:1.4s}.module-scene__link--d6{animation-delay:1.75s}.module-scene__flow{stroke:var(--c-accent);stroke-width:2.5px;stroke-linecap:round;fill:none;opacity:.55;stroke-dasharray:360;stroke-dashoffset:360px;animation:3.4s infinite forwards hero-chart-draw}.module-scene__core{fill:var(--c-accent);filter:drop-shadow(0 6px 16px #0077c866);transform-box:fill-box;transform-origin:50%;animation:2.8s ease-in-out infinite hero-pulse}.module-scene__core-label{fill:#fff;font-family:var(--font);letter-spacing:.04em;font-size:14px;font-weight:800}.module-scene__node{fill:#fff;stroke:var(--c-accent);stroke-width:3px;transform-box:fill-box;transform-origin:50%;animation:3.2s ease-in-out infinite hero-node}.module-scene__node--2{fill:var(--c-soft);animation-delay:.4s}.module-scene__node--3{animation-delay:.8s}.module-scene__node--4{fill:var(--c-soft);animation-delay:1.2s}.module-scene__node--5{animation-delay:1.6s}.module-scene__node--6{fill:var(--c-soft);animation-delay:2s}.module-scene__float{border:1px solid var(--c-border);backdrop-filter:blur(8px);background:#fffffff5;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;animation:5s ease-in-out infinite hero-float;display:flex;position:absolute;box-shadow:0 14px 36px #00205b1a}.module-scene__float strong{color:var(--c-ink);font-size:13px;font-weight:700;line-height:1.2;display:block}.module-scene__float span{color:var(--c-muted);font-size:11px;font-weight:500;display:block}.module-scene__float--panel{z-index:2;flex-direction:column;align-items:stretch;gap:8px;min-width:168px;animation-delay:.15s;top:4%;right:0}.module-scene__float-label{color:var(--c-muted);font-size:11px;font-weight:600}.module-scene__erid-chip{background:#0077c814;border:1px solid #0077c82e;border-radius:10px;align-items:center;gap:8px;padding:7px 10px;display:flex}.module-scene__erid-chip-mark{background:var(--c-accent);color:#fff;letter-spacing:.04em;border-radius:6px;justify-content:center;align-items:center;padding:3px 7px;font-size:10px;font-weight:800;line-height:1.2;display:inline-flex}.module-scene__erid-chip-code{color:var(--c-ink);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:12px;font-weight:700}.module-scene__panel-value{color:var(--c-ink);font-size:15px;font-weight:800;line-height:1.2}.module-scene__panel-chips{flex-wrap:wrap;gap:6px;display:flex}.module-scene__panel-chip{background:#0077c81a;border-radius:8px;align-items:center;padding:4px 8px;line-height:1.2;color:var(--c-accent)!important;font-size:11px!important;font-weight:700!important;display:inline-flex!important}.module-scene__panel-pipeline{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.module-scene__panel-stage{background:#00205b0f;border-radius:7px;padding:4px 7px;line-height:1.2;color:var(--c-ink)!important;font-size:10px!important;font-weight:700!important;display:inline-flex!important}.module-scene__panel-pipe{background:#0077c873;border-radius:2px;flex-shrink:0;width:10px;height:2px}.module-scene__mini-chart{width:100%;height:40px;display:block}.module-scene__mini-chart-line{stroke:var(--c-accent);stroke-width:2.5px;stroke-linecap:round;fill:none;stroke-dasharray:220;stroke-dashoffset:220px;animation:3s infinite forwards hero-chart-draw}.module-scene__mini-chart-dot{fill:var(--c-accent);transform-box:fill-box;transform-origin:50%;animation:2s ease-in-out infinite hero-pulse}.module-scene__metric{color:var(--c-accent);font-size:16px;font-weight:800;line-height:1.2}.module-scene__panel-score{align-items:baseline;gap:8px;display:flex}.module-scene__panel-score-num{color:var(--c-accent);font-size:22px;font-weight:800;line-height:1}.module-scene__panel-score-hint{color:var(--c-muted)!important;font-size:11px!important;font-weight:600!important}.module-scene__brand-row{align-items:center;gap:8px;display:flex}.module-scene__brand-swatch{background:var(--c-accent);border-radius:4px;flex-shrink:0;width:14px;height:14px}.module-scene__brand-swatch--2{background:var(--c-ink)}.module-scene__status{color:var(--c-accent);align-items:center;gap:7px;font-size:12px;font-weight:700;line-height:1.2;display:flex}.module-scene__status-dot{background:var(--c-accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite hero-pulse;box-shadow:0 0 0 3px #0077c829}.module-scene__float--a{animation-delay:.8s;top:38%;left:-4%}.module-scene__float--b{animation-delay:1s;bottom:20%;left:10%}.module-scene__float--c{animation-delay:1.4s;bottom:10%;right:-2%}.module-scene--hero-platform .module-scene__float--a{top:36%;left:-6%}.module-scene--hero-platform .module-scene__float--b{bottom:8%;left:18%}.module-scene--hero-platform .module-scene__float--c{bottom:22%;right:-4%}.module-scene--hero-partners .module-scene__float--a{top:42%;left:-4%}.module-scene--hero-partners .module-scene__float--b{bottom:8%;left:14%}.module-scene--hero-partners .module-scene__float--c{bottom:24%;right:-2%}.module-scene--hero-employees .module-scene__float--a{top:34%;left:-6%}.module-scene--hero-employees .module-scene__float--b{bottom:6%;left:20%}.module-scene--hero-employees .module-scene__float--c{top:48%;bottom:auto;right:-4%}.module-scene--hero-portal .module-scene__float--a{top:40%;left:-6%}.module-scene--hero-portal .module-scene__float--b{bottom:6%;left:22%}.module-scene--hero-portal .module-scene__float--c{bottom:28%;right:-4%}.module-scene--hero-leads .module-scene__float--a{top:30%;left:-4%}.module-scene--hero-leads .module-scene__float--b{bottom:8%;left:12%}.module-scene--hero-leads .module-scene__float--c{bottom:30%;right:-2%}.module-scene--hero-commissions .module-scene__float--a{top:44%;left:-6%}.module-scene--hero-commissions .module-scene__float--b{bottom:6%;left:18%}.module-scene--hero-commissions .module-scene__float--c{bottom:34%;right:-4%}.module-scene--hero-analytics .module-scene__float--a{top:42%;left:-4%}.module-scene--hero-analytics .module-scene__float--b{bottom:8%;left:10%}.module-scene--hero-analytics .module-scene__float--c{bottom:26%;right:-2%}.module-scene--hero-ai .module-scene__float--a{top:38%;left:-4%}.module-scene--hero-ai .module-scene__float--b{bottom:6%;left:16%}.module-scene--hero-ai .module-scene__float--c{bottom:22%;right:-2%}.module-scene--hero-offers .module-scene__float--a{top:36%;left:-4%}.module-scene--hero-offers .module-scene__float--b{bottom:8%;left:14%}.module-scene--hero-offers .module-scene__float--c{bottom:28%;right:-2%}.module-scene--hero-chat .module-scene__float--a{top:40%;left:-2%}.module-scene--hero-chat .module-scene__float--b{bottom:6%;left:16%}.module-scene--hero-chat .module-scene__float--c{bottom:24%;right:-2%}.module-scene--hero-marketing .module-scene__float--a{top:36%;left:-4%}.module-scene--hero-marketing .module-scene__float--b{bottom:8%;left:18%}.module-scene--hero-marketing .module-scene__float--c{bottom:28%;right:-2%}.module-scene--hero-integrations .module-scene__float--a{top:32%;left:-4%}.module-scene--hero-integrations .module-scene__float--b{bottom:8%;left:20%}.module-scene--hero-integrations .module-scene__float--c{bottom:30%;right:-4%}.module-scene--hero-crm .module-scene__float--a{top:40%;left:-4%}.module-scene--hero-crm .module-scene__float--b{bottom:6%;left:16%}.module-scene--hero-crm .module-scene__float--c{bottom:26%;right:-2%}.module-scene--hero-subpartners .module-scene__float--a{top:34%;left:-6%}.module-scene--hero-subpartners .module-scene__float--b{bottom:6%;left:18%}.module-scene--hero-subpartners .module-scene__float--c{bottom:30%;right:-4%}.module-scene--hero-whitelabel .module-scene__float--a{top:38%;left:-4%}.module-scene--hero-whitelabel .module-scene__float--b{bottom:8%;left:14%}.module-scene--hero-whitelabel .module-scene__float--c{bottom:26%;right:-2%}.module-scene--hero-ad-labeling .module-scene__float--a{top:40%;left:-2%}.module-scene--hero-ad-labeling .module-scene__float--b{bottom:6%;left:16%}.module-scene--hero-ad-labeling .module-scene__float--c{bottom:18%;right:-2%}.module-scene--hero-materials .module-scene__float--a{top:36%;left:-4%}.module-scene--hero-materials .module-scene__float--b{bottom:8%;left:18%}.module-scene--hero-materials .module-scene__float--c{bottom:26%;right:-2%}@media (width<=767px){.module-scene__float{border-radius:10px;padding:8px 10px;transform:scale(.92)}.module-scene__float--panel{gap:6px;min-width:132px;top:0;right:0}.module-scene__float strong{font-size:11px}.module-scene__float span,.module-scene__float-label{font-size:10px}.module-scene__erid-chip{gap:6px;padding:5px 8px}.module-scene__erid-chip-code,.module-scene__status,.module-scene__panel-value,.module-scene__metric{font-size:11px}.module-scene__panel-score-num{font-size:18px}}@media (width<=480px){.module-scene__float--panel,.module-scene__float--b{display:none}}.module-scene__dot{background:var(--c-accent);border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 4px #0077c826}.module-scene__dot--alt{background:var(--c-ink);box-shadow:0 0 0 4px #00205b1f}.module-scene__badge{background:#0077c81f;border-radius:999px;margin-top:2px;padding:3px 8px;color:var(--c-accent)!important;font-size:11px!important;font-weight:700!important;display:inline-block!important}.module-scene__soft{fill:#0077c81f;stroke:#0077c859;stroke-width:2px}.module-scene__fill{fill:var(--c-accent)}.module-scene__stroke{stroke:var(--c-accent);fill:none;stroke-width:2.5px}.module-scene__dash{stroke-dasharray:6 6;animation:1.8s linear infinite module-dash}.module-scene__pulse{fill:var(--c-accent);transform-box:fill-box;transform-origin:50%;animation:2.4s ease-in-out infinite hero-pulse}.module-scene__bar{fill:#0077c847;transform-box:fill-box;transform-origin:bottom;animation:2.6s ease-in-out infinite module-bar}.module-scene__bar--2{fill:#0077c866;animation-delay:.15s}.module-scene__bar--3{fill:#0077c88c;animation-delay:.3s}.module-scene__bar--4{fill:var(--c-accent);animation-delay:.45s}.module-scene__chart{stroke-dasharray:180;stroke-dashoffset:180px;animation:3s infinite forwards hero-chart-draw}@keyframes module-dash{to{stroke-dashoffset:-24px}}@keyframes module-bar{0%,to{transform:scaleY(1)}50%{transform:scaleY(.86)}}@keyframes module-step-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.module-scene__ring,.module-scene__ring-sm,.module-scene__orbit-ring,.module-scene__orbit-dot,.module-scene__link,.module-scene__core,.module-scene__node,.module-scene__float,.module-scene__icon-wrap,.module-scene__dash,.module-scene__pulse,.module-scene__bar,.module-scene__chart,.module-scene__flow,.module-scene__status-dot,.module-scene__mini-chart-line,.module-scene__mini-chart-dot,.module-process__step{animation:none}.module-scene__link,.module-scene__chart,.module-scene__flow,.module-scene__mini-chart-line{stroke-dashoffset:0;opacity:.45}a.module-capability,a.module-capability .module-capability__media .module-scene{transition:none}a.module-capability:hover,a.module-capability:focus-visible,a.module-capability:hover .module-capability__media .module-scene,a.module-capability:focus-visible .module-capability__media .module-scene{transform:none}}.module-problem__inner{gap:28px;display:grid}@media (width>=900px){.module-problem__inner{gap:36px}}.module-problem__head{max-width:42em}.module-problem__head .section__title{margin-bottom:0}.module-problem__text{color:var(--c-muted);margin:14px 0 0;font-size:1.05rem;line-height:1.6}.module-problem__pains{gap:12px;margin:0;padding:0;list-style:none;display:grid}@media (width>=720px){.module-problem__pains{grid-template-columns:1fr 1fr;gap:14px 28px}}.module-problem__pains li{color:var(--c-ink);letter-spacing:-.01em;margin:0;padding:0 0 0 1.55rem;font-size:.98rem;font-weight:500;line-height:1.45;position:relative}.module-problem__pains li:before,.module-problem__pains li:after{content:"";background:var(--c-accent);border-radius:1px;width:10px;height:1.5px;position:absolute;top:.62em;left:0}.module-problem__pains li:before{transform:rotate(42deg)}.module-problem__pains li:after{transform:rotate(-42deg)}.module-features .section__title,.module-capabilities .section__title,.module-benefits .section__title,.module-process .section__title,.module-audience .section__title,.module-related .section__title,.module-overview .section__title{margin-bottom:28px}.split-hero__text--tight{margin-bottom:12px}.module-overview__inner{max-width:48em}.module-spotlight__inner .section__text+.section__text{margin-top:12px}.module-capabilities__grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.module-capabilities__grid>*{box-sizing:border-box;flex:0 100%;max-width:100%}.module-capabilities__intro{max-width:42em;margin:0 0 24px}.module-spotlight__inner{max-width:48em}@media (width>=720px){.module-capabilities__grid{gap:22px}.module-capabilities__grid>*{flex:0 calc(50% - 11px);max-width:calc(50% - 11px)}}@media (width>=1100px){.module-capabilities__grid>*{flex:0 calc(33.3333% - 14.6667px);max-width:calc(33.3333% - 14.6667px)}}.module-capability{background:var(--c-white,#fff);border:1px solid color-mix(in srgb, var(--c-ink) 8%, transparent);min-width:0;color:inherit;border-radius:14px;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:start;gap:10px 14px;padding:22px 22px 20px;text-decoration:none;display:grid}a.module-capability{transition:border-color .2s,box-shadow .2s,transform .2s}a.module-capability:hover,a.module-capability:focus-visible{border-color:color-mix(in srgb, var(--c-accent) 28%, transparent);transform:translateY(-2px);box-shadow:0 10px 28px #00205b0f}a.module-capability:focus-visible{outline:2px solid var(--c-accent);outline-offset:3px}.module-capability__media{grid-area:1/2/-1;align-self:start;place-items:center;width:104px;height:104px;display:grid}a.module-capability:hover .module-capability__media .module-scene,a.module-capability:focus-visible .module-capability__media .module-scene{transform:scale(1.06)}.module-capability__media .module-scene{transition:transform .25s}.module-capability__title{letter-spacing:-.02em;min-width:0;color:var(--c-ink);grid-area:1/1;margin:0;padding-top:4px;font-size:1.12rem;font-weight:700;display:block}.module-capability__text{min-width:0;color:var(--c-muted);grid-area:2/1;margin:0;font-size:.98rem;line-height:1.55;display:block}@media (width<=719px){.module-capability{text-align:center;grid-template-columns:1fr;justify-items:center}.module-capability__media{grid-area:1/1;align-self:center}.module-capability__title{text-align:center;grid-area:2/1;padding-top:0}.module-capability__text{text-align:center;grid-area:3/1}}.module-process__intro{max-width:40em;margin-top:-12px;margin-bottom:28px}.module-process.section--ink,.module-overview.section--ink,.module-benefits.section--ink{position:relative;overflow:hidden}.module-process.section--ink .container,.module-overview.section--ink .container,.module-benefits.section--ink .container{z-index:1;position:relative}.module-benefit--on-ink .module-benefit__title{color:#fff}.module-benefit--on-ink .module-benefit__text{color:#ffffffd1}.module-benefit--on-ink .module-scene--benefit{background:#ffffff1a;border-color:#ffffff38}.module-benefit--on-ink .module-scene__soft{fill:#ffffff24;stroke:#fff6}.module-benefit--on-ink .module-scene__stroke,.module-benefit--on-ink .module-scene__fill,.module-benefit--on-ink .module-scene__pulse{stroke:#7ec4f0;fill:#7ec4f0}.module-benefit--on-ink .module-scene__stroke{fill:none}.module-process.section--ink .module-process__label{color:#fff}.module-process.section--ink .module-process__num{color:#fff;background:#ffffff24;border:1px solid #ffffff59;box-shadow:0 0 0 4px #0077c82e}.module-process.section--ink .module-process__step:not(:last-child):after{color:#7ec4f0}.module-process__flow.is-visible .module-process__step{animation:.45s both module-step-in;animation-delay:calc(var(--step-i,0) * 70ms)}.module-process__flow{flex-direction:column;align-items:stretch;gap:0;max-width:42em;margin:0;padding:0;list-style:none;display:flex}.module-process__step{grid-template-columns:auto 1fr;align-items:start;column-gap:14px;padding:10px 0;display:grid}.module-process__step .module-process__num{margin-top:2px}.module-process__step:not(:last-child):after{content:"↓";color:var(--c-accent);grid-column:1;justify-self:center;margin-top:10px;font-size:1.15rem;font-weight:700;line-height:1}.module-process__num{background:var(--c-accent);width:2rem;height:2rem;color:var(--c-white,#fff);border-radius:999px;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:inline-flex}.module-process__body{flex-direction:column;gap:4px;min-width:0;display:flex}.module-process__label{color:var(--c-ink);font-size:1.02rem;font-weight:700;line-height:1.35}.module-process__desc{color:#0f172ab8;margin:0;font-size:.95rem;font-weight:500;line-height:1.45}.module-process.section--ink .module-process__desc{color:#ffffffc7}.module-audience__inner{max-width:44em}.module-audience__list{color:var(--c-ink);margin:16px 0 0;padding:0 0 0 1.2em;font-size:1.05rem;line-height:1.7}.module-audience__list li{margin:0 0 6px}.module-related__intro{max-width:40em;margin-top:-12px;margin-bottom:24px}.module-features__grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.module-features__grid>*{box-sizing:border-box;flex:0 100%;max-width:100%}@media (width>=720px){.module-features__grid{gap:22px}.module-features__grid>*{flex:0 calc(50% - 11px);max-width:calc(50% - 11px)}}@media (width>=1100px){.module-features__grid>*{flex:0 calc(33.3333% - 14.6667px);max-width:calc(33.3333% - 14.6667px)}}.module-feature{text-align:center;flex-direction:column;align-items:center;gap:12px;min-width:0;display:flex}@media (width>=1100px){.module-features__grid .module-feature{text-align:left;align-items:stretch}}.module-feature__media{aspect-ratio:16/10;border:1px solid color-mix(in srgb, var(--c-ink) 8%, transparent);background:linear-gradient(160deg,#f7fafc 0%,#eef5fb 100%);border-radius:14px;justify-content:center;align-items:center;display:flex;overflow:hidden}.module-feature__title{letter-spacing:-.02em;color:var(--c-ink);margin:0;font-size:1.15rem;font-weight:700}.module-feature__text{color:var(--c-muted);margin:0;font-size:.98rem;line-height:1.55}.module-benefits__grid{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.module-benefits__grid>*{box-sizing:border-box;flex:0 100%;max-width:100%}@media (width>=800px){.module-benefits__grid{gap:32px}.module-benefits__grid>*{flex:0 calc(33.3333% - 21.3333px);max-width:calc(33.3333% - 21.3333px)}.module-benefits__grid.module-benefits__grid--4>*{flex:0 calc(50% - 16px);max-width:calc(50% - 16px)}}.module-benefit{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}@media (width>=800px){.module-benefits__grid:not(.module-benefits__grid--4) .module-benefit{text-align:left;align-items:flex-start}}.module-benefit__title{color:var(--c-ink);margin:0;font-size:1.1rem;font-weight:700}.module-benefit__text{color:var(--c-muted);margin:0;font-size:.98rem;line-height:1.55}.module-related__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.module-related__card{color:inherit;padding:16px;text-decoration:none;display:block}.module-hub__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:28px;display:grid}.module-hub__card{color:inherit;flex-direction:column;gap:12px;padding:0;text-decoration:none;display:flex;overflow:hidden}.module-hub__media{aspect-ratio:16/9;background:linear-gradient(160deg,#f4f8fc 0%,#e8f1f9 100%);justify-content:center;align-items:center;padding:12px 20px;display:flex;overflow:hidden}.module-hub__media .module-scene--thumb{width:min(100%,280px);min-height:0}.module-hub__body{padding:0 18px 18px}.module-hub__title{margin:0 0 8px;font-size:1.1rem}.module-hub__text{color:var(--c-muted);margin:0;font-size:.95rem;line-height:1.5}.page-integrations .eco-cats{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.page-integrations .eco-cats a{box-sizing:border-box;flex:0 calc(50% - 5px);max-width:calc(50% - 5px)}@media (width>=800px){.page-integrations .eco-cats a{flex-basis:calc(25% - 7.5px);max-width:calc(25% - 7.5px)}}.page-integrations .eco-final__actions{justify-content:center}.page-subpartners #levels .module-scene--card .module-scene__icon-inner{width:41%}.page-subpartners .module-benefit{text-align:left;background:radial-gradient(80% 60% at 18% 0,#0077c81f,#0000 55%),linear-gradient(#f7fafc 0%,#eef4f9 100%);border:1px solid #00205b1a;border-radius:16px;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:start;gap:8px 14px;min-width:0;padding:22px 20px 20px;display:grid;box-shadow:0 8px 24px #00205b0a}.page-subpartners .module-benefit__media{grid-area:1/2/-1;align-self:start;place-items:center;display:grid}.page-subpartners .module-benefit__title{grid-area:1/1;min-width:0;padding-top:4px}.page-subpartners .module-benefit__text{grid-area:2/1;min-width:0}@media (width>=800px){.page-subpartners .module-benefits__grid{gap:20px;max-width:1100px;margin-inline:auto}.page-subpartners .module-benefits__grid>*{flex:0 calc(33.3333% - 13.3333px);max-width:calc(33.3333% - 13.3333px)}}@media (width>=700px){.page-integrations .eco-checks{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.page-integrations .eco-checks li{box-sizing:border-box;flex:0 calc(50% - 5px);max-width:calc(50% - 5px)}}.page-ad-labeling .module-process__flow{align-items:stretch;width:fit-content;max-width:min(42em,100%);margin-inline:auto}.page-ad-labeling .module-process__step{grid-template-columns:auto max-content;justify-content:start}.page-ad-labeling .eco-founder__inner{text-align:center;margin-inline:auto}.page-ad-labeling .eco-founder__lead{margin-inline:auto}.page-ad-labeling .eco-checks li{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:14px 16px;display:flex}.page-ad-labeling .eco-checks li:before{flex-shrink:0;position:static;top:auto;left:auto;transform:translateY(-2px)rotate(-45deg)}.page-ad-labeling .eco-cats a{text-align:center}.page-ad-labeling .related-prm{text-align:center;background:radial-gradient(ellipse 70% 60% at 50% 0%, color-mix(in srgb, var(--c-accent) 10%, transparent), transparent 65%), var(--c-soft);border:1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));border-radius:20px;margin-top:1.75rem;padding:28px 22px 24px;box-shadow:0 12px 36px #00205b0f}.page-ad-labeling .related-prm__title{letter-spacing:-.01em;max-width:28em;color:var(--c-ink);margin:0 auto 1.25rem;font-size:clamp(1.15rem,2.4vw,1.4rem);font-weight:800;line-height:1.35}.page-ad-labeling .related-prm__cats{margin-top:0}.page-ad-labeling .related-prm__cats a{background:var(--c-white);border-color:color-mix(in srgb, var(--c-accent) 18%, var(--c-border));box-shadow:0 4px 14px #00205b0a}.page-ad-labeling .related-prm__cats a:hover{border-color:color-mix(in srgb, var(--c-accent) 45%, var(--c-border));transform:translateY(-2px);box-shadow:0 12px 28px #00205b1a}@media (width>=800px){.page-ad-labeling .related-prm{padding:36px 32px 28px}}.page-ad-labeling .eco-final{text-align:center;flex-direction:column;justify-content:center}.page-ad-labeling .eco-final .section__text{margin-inline:auto}.page-ad-labeling .eco-final__actions{justify-content:center}@media (width<=767px){.page-ad-labeling .module-process__flow{box-sizing:border-box;width:100%;max-width:100%}.page-ad-labeling .module-process__step{grid-template-columns:auto minmax(0,1fr);max-width:100%}.page-ad-labeling .module-process__body,.page-ad-labeling .module-process__label,.page-ad-labeling .module-process__desc{overflow-wrap:anywhere;word-break:break-word;min-width:0}.page-ad-labeling .related-prm{box-sizing:border-box;max-width:100%;padding:20px 14px 18px;overflow:hidden}.page-ad-labeling .related-prm__title{overflow-wrap:anywhere;word-break:break-word;max-width:100%}.page-ad-labeling .related-prm__cats,.page-ad-labeling .eco-cats{min-width:0;max-width:100%}.page-ad-labeling .related-prm__cats a,.page-ad-labeling .eco-cats a{box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%;padding:14px 10px;font-size:.85rem;line-height:1.35}}.page-whitelabel .eco-founder .eco-audience{margin:20px 0 8px}.page-whitelabel__closing{text-align:center;margin-top:28px}@media (width>=800px){.page-whitelabel .module-benefits__grid.module-benefits__grid--4{max-width:960px;margin-inline:auto}.page-whitelabel .module-benefits__grid.module-benefits__grid--4>*{flex:0 calc(33.3333% - 21.3333px);max-width:280px}.page-whitelabel .module-benefits__grid.module-benefits__grid--4 .module-benefit{text-align:left;align-items:flex-start}}.page-employees .employees-panel{border:1px solid var(--c-border);background:linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--c-soft) 55%, #fff) 100%);border-radius:20px;max-width:720px;margin:0 auto;padding:22px 22px 26px;box-shadow:0 18px 40px #00205b0f}.page-employees .employees-panel__head{align-items:center;gap:8px;margin-bottom:22px;display:flex}.page-employees .employees-panel__dot{background:color-mix(in srgb, var(--c-border) 70%, var(--c-accent));border-radius:50%;width:8px;height:8px}.page-employees .employees-panel__dot:first-child{background:#e8a0a0}.page-employees .employees-panel__dot:nth-child(2){background:#e8d090}.page-employees .employees-panel__dot:nth-child(3){background:#9dce9d}.page-employees .employees-panel__caption{color:var(--c-muted);margin-left:6px;font-size:.85rem;font-weight:600}.page-employees .employees-fields{gap:14px;display:grid}@media (width>=700px){.page-employees .employees-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.page-employees .employees-fields>:first-child{grid-column:1/-1}}.page-employees .employees-field{border:1px solid color-mix(in srgb, var(--c-border) 85%, #fff);background:#fff;border-radius:14px;padding:14px 16px 16px}.page-employees .employees-field__label-row{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px;display:flex}.page-employees .employees-field__label{color:var(--c-ink);font-size:.98rem;font-weight:700}.page-employees .employees-field__optional{color:var(--c-muted);font-size:.78rem;font-weight:600}.page-employees .employees-field__input{border:1px solid var(--c-border);background:color-mix(in srgb, var(--c-soft) 70%, #fff);border-radius:10px;height:42px;margin-bottom:10px}.page-employees .employees-field__hint{color:var(--c-muted);margin:0;font-size:.9rem;line-height:1.45}.page-employees .employees-callout{background:color-mix(in srgb, var(--c-accent) 8%, #fff);border:1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));border-radius:14px;margin-top:18px;padding:16px 18px}.page-employees .employees-callout strong{color:var(--c-ink);margin-bottom:6px;font-size:.98rem;display:block}.page-employees .employees-callout p{color:var(--c-muted);margin:0;font-size:.94rem;line-height:1.5}.page-employees .employees-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.page-employees .employees-actions .btn{pointer-events:none;cursor:default}.page-employees .employees-actions__note{color:var(--c-muted);margin:12px 0 0;font-size:.9rem;line-height:1.45}.page-employees .employees-access{border:1px solid var(--c-border);background:#fff;border-radius:20px;max-width:880px;margin:0 auto;padding:22px}.page-employees .employees-access__master{background:color-mix(in srgb, var(--c-accent) 8%, #fff);border:1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-border));cursor:pointer;border-radius:14px;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.page-employees .employees-access__master input{width:18px;height:18px;accent-color:var(--c-accent);flex:none;margin-top:4px}.page-employees .employees-access__master-body{flex-direction:column;gap:4px;display:flex}.page-employees .employees-access__master-body strong{color:var(--c-ink);font-size:1.05rem}.page-employees .employees-access__master-body span{color:var(--c-muted);font-size:.92rem;line-height:1.45}.page-employees .employees-access__or{text-align:center;color:var(--c-muted);text-transform:lowercase;margin:18px 0 14px;font-size:.85rem;font-weight:600}.page-employees .employees-access__grid{grid-template-columns:1fr;gap:10px;display:grid}@media (width>=700px){.page-employees .employees-access__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.page-employees .employees-access__item{border:1px solid var(--c-border);background:var(--c-soft);cursor:pointer;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 14px 15px;transition:opacity .2s,background .2s,border-color .2s;display:flex}.page-employees .employees-access.is-all .employees-access__item{opacity:.55;cursor:not-allowed}.page-employees .employees-access__item:not(:has(input:disabled)):hover{border-color:color-mix(in srgb, var(--c-accent) 35%, var(--c-border));background:#fff}.page-employees .employees-access__item input{width:16px;height:16px;accent-color:var(--c-accent);flex:none;margin-top:3px}.page-employees .employees-access__item-body{flex-direction:column;gap:3px;min-width:0;display:flex}.page-employees .employees-access__item-body strong{color:var(--c-ink);font-size:.98rem}.page-employees .employees-access__item-body span{color:var(--c-muted);font-size:.88rem;line-height:1.4}.page-employees .employees-security{margin-top:8px}.page-employees .employees-owner{text-align:center;border:1px solid var(--c-border);background:#fff;border-radius:18px;padding:28px 24px}.page-employees .employees-owner .section__title{margin-bottom:12px}.page-employees .employees-owner .section__text{max-width:40em;margin:0 auto}.page-prm-b2b .prm-compare{gap:20px;display:grid}@media (width>=900px){.page-prm-b2b .prm-compare{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px}}.page-prm-b2b .prm-compare__card{border:1px solid var(--c-border);background:radial-gradient(ellipse 70% 50% at 12% 0%, #0077c814, transparent 55%), linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--c-soft) 70%, #fff) 100%);border-radius:18px;flex-direction:column;padding:18px 18px 20px;display:flex;box-shadow:0 12px 28px #00205b0d}.page-prm-b2b .prm-compare__card--accent{border-color:color-mix(in srgb, var(--c-accent) 28%, var(--c-border));background:radial-gradient(70% 50% at 88% 0,#0077c824,#0000 55%),linear-gradient(#fff 0%,#eef5fb 100%)}.page-prm-b2b .prm-compare__media{justify-content:center;margin:0 0 10px;display:flex}.page-prm-b2b .prm-compare__media .module-scene--card,.page-prm-b2b .prm-model__visual .module-scene--card{width:min(100%,148px);height:auto;min-height:0;margin-inline:auto}.page-prm-b2b .prm-compare__title{color:var(--c-ink);letter-spacing:-.01em;margin:0 0 8px;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:800}.page-prm-b2b .prm-compare__note{color:var(--c-muted);margin:16px 0 0;font-size:.92rem;line-height:1.5}.page-prm-b2b .prm-models{gap:24px;display:grid}@media (width>=1000px){.page-prm-b2b .prm-models{grid-template-columns:1fr 1fr;align-items:stretch;gap:28px}}.page-prm-b2b .prm-model{border:1px solid var(--c-border);background:radial-gradient(60% 45% at 50% 0,#0077c81a,#0000 60%),linear-gradient(#fff 0%,#f5f9fc 100%);border-radius:18px;flex-direction:column;gap:12px;padding:18px 18px 22px;display:flex;box-shadow:0 12px 32px #00205b0d}.page-prm-b2b .prm-model--accent{border-color:color-mix(in srgb, var(--c-accent) 26%, var(--c-border));background:radial-gradient(60% 45% at 50% 0,#0077c829,#0000 60%),linear-gradient(#fff 0%,#eaf3fa 100%)}.page-prm-b2b .prm-model__visual{justify-content:center;min-height:0;display:flex}.page-prm-b2b .prm-model__title{color:var(--c-ink);letter-spacing:-.015em;margin:0 0 8px;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:800}.page-prm-b2b .prm-model__lead{color:var(--c-ink);margin:0 0 14px;font-size:1.02rem;line-height:1.45}.page-prm-b2b .prm-model__steps{max-width:none;margin:0 0 8px}.page-prm-b2b .prm-model__fits{color:var(--c-muted);margin:14px 0 0;font-size:.92rem;line-height:1.5}.page-prm-b2b .prm-model__fits a{color:var(--c-accent);font-weight:700}.page-prm-b2b .prm-models-summary{text-align:center;border:1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));background:radial-gradient(ellipse 70% 60% at 50% 0%, #0077c81a, transparent 65%), var(--c-white);border-radius:20px;max-width:40em;margin-inline:auto;padding:28px 24px;box-shadow:0 12px 36px #00205b0d}.page-prm-b2b .prm-models-summary .section__text{margin-inline:auto}@media (width<=699px){.page-prm-b2b .prm-model,.page-prm-b2b .prm-compare__card{padding:16px 14px 18px}.page-prm-b2b .prm-compare__media .module-scene--card,.page-prm-b2b .prm-model__visual .module-scene--card{width:min(100%,128px)}}.service-lead-modal,#callback-modal,#service-lead-modal{z-index:1300;box-sizing:border-box;overscroll-behavior-x:none;touch-action:pan-y;place-items:center;max-width:100vw;padding:20px;display:grid;position:fixed;inset:0;overflow-x:hidden}.service-lead-modal[hidden],#callback-modal[hidden],#service-lead-modal[hidden]{display:none}.service-lead-modal__backdrop{backdrop-filter:blur(2px);overscroll-behavior-x:none;background:#00205b7a;position:absolute;inset:0;overflow-x:hidden}.service-lead-modal__panel{z-index:1;-webkit-overflow-scrolling:touch;overscroll-behavior-x:none;overscroll-behavior-y:contain;touch-action:pan-y;box-sizing:border-box;background:var(--c-white);border:1px solid var(--c-border);border-radius:20px;width:min(100%,440px);min-width:0;max-width:min(100%,100vw);max-height:min(90vh,720px);padding:28px 24px 24px;position:relative;overflow:hidden auto;box-shadow:0 24px 64px #00205b38}.service-lead-modal__close{background:var(--c-soft);width:36px;height:36px;color:var(--c-ink);cursor:pointer;border:none;border-radius:10px;font-size:1.4rem;line-height:1;position:absolute;top:12px;right:12px}.service-lead-modal__close:hover{background:color-mix(in srgb, var(--c-accent) 12%, #fff);color:var(--c-accent)}.service-lead-modal__title{letter-spacing:-.02em;color:var(--c-ink);margin:0 0 8px;padding-right:28px;font-size:1.35rem;font-weight:800}.service-lead-modal__text{color:var(--c-muted);margin:0 0 18px;font-size:.95rem;line-height:1.5}.service-lead-form{gap:14px;max-width:none;margin:0}.service-lead-form__field{color:var(--c-ink);gap:6px;font-size:.85rem;font-weight:600;display:grid}.service-lead-form__field input{border:1px solid var(--c-border);width:100%;font:inherit;color:var(--c-ink);background:var(--c-white);border-radius:12px;padding:12px 14px;font-weight:500}.service-lead-form__field input:focus{border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-accent-soft);outline:none}.phone-field{border:1px solid var(--c-border);background:var(--c-white);box-sizing:border-box;border-radius:12px;align-items:center;gap:8px;width:100%;padding:12px 14px;display:flex}.phone-field:focus-within{border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-accent-soft);outline:none}.phone-field__prefix{font-weight:600;font-size:inherit;color:var(--c-ink);user-select:none;flex-shrink:0;line-height:1.2}.phone-field input,.lead-form .phone-field input,.service-lead-form__field .phone-field input,.register-field .phone-field input,.price-leader__form .phone-field input{width:auto;min-width:0;box-shadow:none;font:inherit;color:var(--c-ink);background:0 0;border:none;border-radius:0;flex:auto;padding:0;font-weight:500}.phone-field input:focus,.lead-form .phone-field input:focus,.service-lead-form__field .phone-field input:focus,.register-field .phone-field input:focus,.price-leader__form .phone-field input:focus{box-shadow:none;border:none;outline:none}.register-field .phone-field,.lead-form .phone-field{padding:14px 16px}.price-leader__form .phone-field{border-radius:10px;padding:11px 14px}.price-leader__form .phone-field:focus-within{border-color:var(--c-accent);box-shadow:none;outline:2px solid #0077c859}.service-lead-form__hp{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.service-lead-form__consent{overflow-wrap:anywhere;word-break:break-word;min-width:0;margin-top:2px}.service-lead-modal__panel .register-check,.service-lead-modal__panel .register-check span,.service-lead-modal__panel .register-check a,.service-lead-modal__text,.service-lead-modal__title{overflow-wrap:anywhere;word-break:break-word;min-width:0}.lead-form__status{border-radius:12px;margin:0;padding:10px 12px;font-size:.9rem;font-weight:600;line-height:1.4}.lead-form__status[hidden]{display:none}.lead-form__status.is-error{color:#8a1f2b;background:#fdecee;border:1px solid #f3c4cb}.lead-form__status.is-success{color:#0f5c3a;background:#e8f7ef;border:1px solid #b9e4cc}.service-lead-modal__success{text-align:center;place-items:center;gap:18px;min-height:180px;padding:28px 8px 8px;display:grid}.service-lead-modal__success[hidden]{display:none}.service-lead-modal__success-msg{letter-spacing:-.02em;color:var(--c-ink);margin:0;font-size:1.25rem;font-weight:800;line-height:1.35}.price-leader__form .register-check{align-items:flex-start;gap:12px;min-width:0;font-weight:500;display:flex}.price-leader__form .register-check input{width:16px;height:16px;accent-color:var(--c-accent);background:0 0;border:none;border-radius:0;flex:none;margin-top:3px;padding:0}.price-leader__form .register-check>span{flex:auto;min-width:0}.contact-fab{right:max(20px, env(safe-area-inset-right,0px));bottom:max(22px, env(safe-area-inset-bottom,0px));z-index:900;pointer-events:none;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed}.contact-fab__toggle,.contact-fab__menu{pointer-events:auto}.contact-fab__menu{background:var(--c-white);border:1px solid var(--c-border);min-width:168px;box-shadow:var(--shadow);transform-origin:100% 100%;opacity:0;visibility:hidden;border-radius:16px;flex-direction:column;align-items:stretch;gap:6px;padding:8px;transition:opacity .18s,transform .18s,visibility .18s;display:flex;transform:translateY(8px)scale(.96)}.contact-fab.is-open .contact-fab__menu{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.contact-fab__menu[hidden]{display:none!important}.contact-fab__item{width:100%;font:inherit;color:var(--c-ink);text-align:left;cursor:pointer;appearance:none;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.contact-fab__item:hover,.contact-fab__item:focus-visible{background:var(--c-soft);outline:none}.contact-fab__icon{background:var(--c-accent-soft);width:32px;height:32px;color:var(--c-accent);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.contact-fab__toggle{background:var(--c-accent);width:56px;height:56px;color:var(--c-white);cursor:pointer;border:none;border-radius:50%;place-items:center;transition:background .15s,transform .15s,box-shadow .15s;display:grid;position:relative;box-shadow:0 12px 28px #0077c859}.contact-fab__toggle:hover{background:var(--c-accent-hover);box-shadow:0 14px 32px #0066ad66}.contact-fab__toggle:focus-visible{outline:3px solid var(--c-accent-soft);outline-offset:3px}.contact-fab__toggle:active{transform:scale(.96)}.contact-fab__toggle-icon{grid-area:1/1;place-items:center;transition:opacity .15s,transform .15s;display:grid}.contact-fab__toggle-icon--close{opacity:0;transform:rotate(-45deg)scale(.85)}.contact-fab.is-open .contact-fab__toggle-icon--open{opacity:0;transform:rotate(45deg)scale(.85)}.contact-fab.is-open .contact-fab__toggle-icon--close{opacity:1;transform:rotate(0)scale(1)}@media (prefers-reduced-motion:reduce){.contact-fab__menu,.contact-fab__toggle,.contact-fab__toggle-icon,.contact-fab__item{transition:none}.contact-fab__menu{transform:none}}.activation-packs-wrap{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;border:1px solid var(--c-border);background:var(--c-white);scrollbar-width:thin;border-radius:16px;max-width:100%;margin-bottom:28px;position:relative;overflow-x:auto}.activation-packs{grid-template-columns:minmax(132px,1.1fr) repeat(8,minmax(104px,1fr));width:100%;min-width:980px;display:grid}.activation-packs__label{background:var(--c-ink);color:var(--c-white);border-radius:15px 0 0 15px;flex-direction:column;justify-content:center;gap:6px;padding:20px 16px;display:flex}.activation-packs__label strong{letter-spacing:-.02em;font-size:1.05rem;font-weight:800;line-height:1.2}.activation-packs__label span{color:color-mix(in srgb, var(--c-white) 78%, transparent);font-size:.78rem;font-weight:600;line-height:1.35}.activation-packs__tier{text-align:center;border-left:1px solid var(--c-border);background:var(--c-white);flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;padding:22px 10px 18px;display:flex;position:relative}.activation-packs__tier--featured{background:color-mix(in srgb, var(--c-accent) 10%, #fff);box-shadow:inset 0 3px 0 0 var(--c-accent)}.activation-packs__badge{background:var(--c-accent);color:var(--c-white);letter-spacing:.02em;white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:.62rem;font-weight:800;line-height:1.3;position:absolute;top:8px;left:50%;transform:translate(-50%)}.activation-packs__tier--featured{padding-top:28px}.activation-packs__calls{letter-spacing:-.03em;color:var(--c-ink);font-size:1.35rem;font-weight:800;line-height:1.1}.activation-packs__unit{color:var(--c-muted);margin-bottom:8px;font-size:.72rem;font-weight:600}.activation-packs__total{color:var(--c-accent);white-space:nowrap;font-size:.98rem;font-weight:800;line-height:1.2}.activation-packs__per{color:var(--c-muted);white-space:nowrap;margin-top:4px;font-size:.78rem;font-weight:600}.activation-script__title{letter-spacing:-.02em;color:var(--c-ink);margin:0 0 12px;font-size:1.25rem;font-weight:800}.activation-script{background:var(--c-ink);color:var(--c-white);border:1px solid color-mix(in srgb, var(--c-ink) 88%, #fff);border-radius:16px;grid-template-columns:auto 1fr;display:grid;overflow:hidden}.activation-script__aside{background:var(--c-dark);writing-mode:vertical-rl;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;justify-content:center;align-items:center;padding:16px 10px;font-size:.78rem;font-weight:800;display:flex;transform:rotate(180deg)}.activation-script__grid{grid-template-columns:1fr 1fr;gap:0;min-width:0;display:grid}.activation-script__card{min-width:0;padding:22px 24px}.activation-script__card+.activation-script__card{border-left:1px solid color-mix(in srgb, var(--c-white) 16%, transparent)}.activation-script__name{letter-spacing:-.02em;color:var(--c-white);margin:0;font-size:1.15rem;font-weight:800}.activation-script__tag{color:color-mix(in srgb, var(--c-white) 72%, transparent);margin:4px 0 0;font-size:.88rem;font-weight:600}.activation-script__price{letter-spacing:-.02em;color:#5eb8f0;margin:12px 0 10px;font-size:1.2rem;font-weight:800}.activation-script__text{color:color-mix(in srgb, var(--c-white) 86%, transparent);margin:0;font-size:.9rem;font-weight:500;line-height:1.55}.activation-conversion{color:var(--c-ink);margin:18px 0 0;font-size:.95rem;line-height:1.5}.activation-conversion strong{font-weight:800}@media (width<=899px){.activation-script{grid-template-columns:1fr}.activation-script__aside{writing-mode:horizontal-tb;text-align:center;letter-spacing:.08em;padding:12px 16px;transform:none}.activation-script__grid{grid-template-columns:1fr}.activation-script__card+.activation-script__card{border-left:none;border-top:1px solid color-mix(in srgb, var(--c-white) 16%, transparent)}}@media (width<=767px){#activation-pricing .tariff-table-scroll-hint{display:flex}.activation-packs-wrap{margin-bottom:22px}.activation-packs__label strong{font-size:.95rem}.activation-packs__calls{font-size:1.2rem}.activation-packs__total{font-size:.9rem}.activation-script__card{padding:18px 16px}.activation-conversion{font-size:.9rem}}
