:root{--bg:#020617;--surface:rgba(10,14,22,.58);--surface-strong:rgba(16,22,34,.78);--surface-muted:hsla(0,0%,100%,.04);--text:#e5f3ff;--muted:rgba(229,243,255,.74);--line:hsla(0,0%,100%,.12);--accent:#22d3ee;--accent-strong:#38e0ff;--accent-soft:rgba(34,211,238,.14);--shadow:0 24px 80px rgba(15,23,42,.28);--space-xs:6px;--space-sm:12px;--space-md:20px;--space-lg:32px;--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--container:1440px}html[data-theme=light]{--bg:#eef9fd;--surface:rgba(8,145,178,.18);--surface-strong:hsla(0,0%,100%,.88);--surface-muted:hsla(0,0%,100%,.46);--text:#0f172a;--muted:rgba(15,23,42,.72);--line:rgba(15,23,42,.12);--accent:#0891b2;--accent-strong:#0e7490;--accent-soft:rgba(8,145,178,.12);--shadow:0 24px 70px rgba(15,23,42,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(34,211,238,.12),transparent 22%),radial-gradient(circle at top right,rgba(167,139,250,.16),transparent 18%),linear-gradient(180deg,#020617,#071122);color:var(--text);transition:background .26s ease,color .26s ease}html[data-theme=light] body{background:radial-gradient(circle at top left,rgba(8,145,178,.12),transparent 24%),radial-gradient(circle at top right,rgba(167,139,250,.12),transparent 18%),linear-gradient(180deg,#f8fbfc,#eef7fb)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,textarea{font:inherit}.page-shell{min-height:100vh}.container{margin:0 auto}.container,.site-header{width:min(var(--container),calc(100% - 40px))}.site-header{position:-webkit-sticky;position:sticky;top:16px;z-index:40;margin:16px auto 0}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px;border:1px solid var(--line);border-radius:999px;background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.brand{display:inline-flex;align-items:center;gap:12px;font-size:1.08rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase}.brand-logo{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(56,224,255,.35))}.brand-logo--light,html[data-theme=light] .brand-logo--dark{display:none}html[data-theme=light] .brand-logo--light{display:block}.brand-word{color:var(--text);font-size:1.08rem;letter-spacing:.22em}.nav-links{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:.88rem;font-weight:600}.nav-item-with-panel{position:relative;display:inline-flex;align-items:center;padding:18px 0;margin:-18px 0}.mobile-nav-links a,.mobile-services-group button,.nav-links a{transition:color .18s ease,background-color .18s ease,border-color .18s ease}.nav-item-with-panel:focus-within>a,.nav-links a:focus-visible,.nav-links a:hover{color:var(--text)}.mobile-nav-links a.is-active,.nav-links a.is-active{color:var(--text)}.nav-links a.is-active{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:var(--surface-muted)}.services-dropdown{position:absolute;top:calc(100% + 14px);left:50%;display:grid;grid-gap:12px;gap:12px;width:min(620px,calc(100vw - 40px));padding:16px;border:1px solid var(--line);border-radius:28px;background:rgba(8,13,24,.94);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);opacity:0;pointer-events:none;transform:translateX(-50%) translateY(10px) scale(.98);transition:opacity .18s ease,transform .18s ease}.nav-item-with-panel:focus-within .services-dropdown,.nav-item-with-panel:hover .services-dropdown{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0) scale(1)}.services-dropdown__grid a,.services-dropdown__overview{border:1px solid var(--line);background:hsla(0,0%,100%,.04)}.services-dropdown__overview{display:grid;grid-gap:4px;gap:4px;padding:16px;border-radius:20px}.services-dropdown__grid span,.services-dropdown__overview span{color:var(--text);font-weight:850}.services-dropdown__grid small,.services-dropdown__overview strong{color:var(--muted);font-size:.78rem;font-weight:600;line-height:1.45}.services-dropdown__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.services-dropdown__grid a{display:grid;grid-gap:6px;gap:6px;min-height:112px;padding:15px;border-radius:20px}.services-dropdown__grid a:focus-visible,.services-dropdown__grid a:hover,.services-dropdown__overview:focus-visible,.services-dropdown__overview:hover{border-color:rgba(34,211,238,.34);background:rgba(34,211,238,.1)}.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid transparent;background:var(--accent);color:#06121f;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.header-cta:focus-visible,.header-cta:hover{background:var(--accent-strong)}.header-actions{gap:12px}.header-actions,.language-toggle{display:inline-flex;align-items:center}.language-toggle{height:46px;padding:3px;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted)}.language-toggle button{min-width:38px;height:38px;padding:0 10px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;cursor:pointer}.language-toggle button.is-active{background:var(--accent);color:#06121f}.mobile-menu-toggle{display:none;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--text);cursor:pointer}.mobile-menu-toggle span{display:block;width:16px;height:2px;margin:3px auto;border-radius:999px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.mobile-menu-toggle.is-open span:first-child{transform:translateY(5px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.mobile-nav-panel{margin-top:14px;padding:18px;border:1px solid var(--line);border-radius:28px;background:var(--surface-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);animation:mobile-menu-enter .18s ease both}@keyframes mobile-menu-enter{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.mobile-nav-links{display:grid;grid-gap:10px;gap:10px;margin-bottom:14px}.mobile-nav-links a,.mobile-services-group button{padding:14px 16px;border-radius:18px;border:1px solid transparent;color:var(--muted);background:hsla(0,0%,100%,.02)}.mobile-services-group button{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.mobile-nav-links a.is-active,.mobile-services-group button.is-active{border-color:var(--line);background:var(--surface-muted);color:var(--text)}.mobile-service-links{display:grid;grid-gap:8px;gap:8px;margin:8px 0 4px;padding-left:10px;animation:mobile-menu-enter .16s ease both}.mobile-service-links a{padding:11px 14px;border-radius:14px;font-size:.92rem}.theme-toggle{position:relative;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--text);cursor:pointer}.theme-toggle__icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.75) rotate(90deg);transition:opacity .22s ease,transform .22s ease}.theme-toggle__icon svg{width:18px;height:18px}.theme-toggle__icon.is-visible{opacity:1;transform:scale(1) rotate(0deg)}.page-section{padding:92px 0}@keyframes section-reveal{0%{opacity:0;transform:translateY(34px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@supports (animation-timeline:view()){.article-card,.case-card,.faq-item,.page-section:not(.hero),.price-card,.service-card,.stat,.step,.visual-asset,.visual-feature{animation:section-reveal both;animation-timeline:view();animation-range:entry 0 cover 28%}}@media (prefers-reduced-motion:reduce){.article-card,.case-card,.faq-item,.page-section,.price-card,.service-card,.stat,.step,.visual-asset,.visual-feature{animation:none!important;transform:none!important}}.hero{padding-top:72px}.article-card,.card,.case-card,.content-panel,.form-panel,.hero-panel,.price-card,.service-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden}.hero-panel{border-radius:40px;padding:56px}.content-panel{border-radius:var(--radius-xl);padding:40px}.hero-panel--home{position:relative;min-height:min(780px,calc(100svh - 154px));overflow:hidden;background:radial-gradient(circle at top right,rgba(167,139,250,.18),transparent 26%),radial-gradient(circle at bottom left,rgba(34,211,238,.12),transparent 24%),var(--surface)}.hero-panel--home:before{content:"";position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:34px 34px;opacity:.22;pointer-events:none}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--accent);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.content-page h1,.hero h1,.page-hero h1{margin:0;max-width:12ch;font-size:clamp(2.9rem,6vw,5.2rem);line-height:.98;letter-spacing:-.05em}.hero-copy,.page-intro{max-width:680px;margin-top:20px;color:var(--muted);font-size:1.06rem;line-height:1.7}.footer-grid,.hero-grid,.system-grid,.two-col{display:grid;grid-gap:28px;gap:28px}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;min-height:inherit}.hero-side-stack{align-content:center}.article-grid,.case-grid,.category-grid,.faq-grid,.hero-badges,.hero-side-stack,.price-grid,.service-grid,.service-preview-grid,.stats-grid{display:grid;grid-gap:18px;gap:18px}.hero-badges{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.badge-card{display:flex;flex-direction:column;gap:var(--space-xs);min-height:148px;padding:24px;border-radius:24px;border:1px solid var(--line);background:var(--surface-muted);overflow:hidden}.badge-card--hero{min-height:180px}.hero-proof-card{display:flex;flex-direction:column;justify-content:center;gap:var(--space-xs);min-height:180px;padding:28px;border-radius:28px;border:1px solid rgba(34,211,238,.2);background:linear-gradient(180deg,rgba(34,211,238,.08),rgba(34,211,238,.02));overflow:hidden}.hero-proof-card span{display:inline-flex;margin-bottom:12px;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-proof-card h3{margin:0;font-size:1.45rem;line-height:1.2}.badge-card strong{display:block;margin-bottom:8px;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.hero-badges .badge-card:last-child{grid-column:span 1}.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.button,.button-ghost,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.button{background:linear-gradient(135deg,var(--accent) 0,var(--accent-strong) 100%);color:#03131f;box-shadow:0 18px 40px rgba(34,211,238,.22)}.button:focus-visible,.button:hover{transform:translateY(-1px);filter:brightness(1.03)}.button-secondary{border:1px solid var(--line);background:var(--surface-strong);color:var(--text)}.button-ghost:focus-visible,.button-ghost:hover,.button-secondary:focus-visible,.button-secondary:hover{transform:translateY(-1px);border-color:rgba(15,118,110,.32);background:var(--surface)}.button-ghost{border:1px solid var(--line);background:transparent;color:var(--text)}.section-head{max-width:880px;margin-bottom:28px}.section-head h1,.section-head h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.04em}.section-head p{margin:14px 0 0;color:var(--muted);line-height:1.7}.visual-feature{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1fr);grid-gap:30px;gap:30px;align-items:center;margin-bottom:34px;padding:26px;border:1px solid var(--line);border-radius:34px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.visual-feature--wide{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr)}.visual-feature--wide .visual-asset{min-height:430px}.visual-feature h2{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.04;letter-spacing:-.04em}.visual-asset{position:relative;min-height:360px;margin:0;border:1px solid var(--line);border-radius:28px;background:var(--surface-strong);overflow:hidden;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.03)}.visual-asset img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;filter:saturate(.96) contrast(1.02)}.visual-asset--compact{min-height:210px;margin-bottom:28px;border-radius:24px}.visual-asset--development{min-height:470px}.visual-asset--analytics,.visual-asset--brand{min-height:330px}.visual-asset--light img{filter:saturate(.98) contrast(1)}.service-grid,.service-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-grid,.case-grid,.category-grid,.price-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card,.card,.case-card,.form-panel,.price-card,.service-card{border-radius:var(--radius-xl);min-height:180px;padding:36px;overflow:hidden}.case-card--proof,.service-card--feature,.testimonial-card{background:radial-gradient(circle at top right,rgba(34,211,238,.08),transparent 34%),var(--surface)}.article-card h3,.card h3,.case-card h3,.price-card h3,.service-card h3{margin:0 0 12px;font-size:1.28rem;line-height:1.24}.article-card p,.badge-card p,.card p,.case-card p,.faq-item p,.hero-proof-card p,.price-card p,.service-card p,.stat p,.step p,.system-node p,.testimonial-card p{line-height:1.58}.list,.muted{color:var(--muted)}.list{margin:0;padding-left:18px;line-height:1.8}.list li+li{margin-top:8px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.section-split+.stats-grid{margin-top:34px}.stat{display:flex;flex-direction:column;justify-content:center;gap:var(--space-xs);min-height:160px;padding:26px;border-radius:24px;border:1px solid var(--line);background:var(--surface-strong);overflow:hidden}.stat strong{display:block;font-size:2.2rem;letter-spacing:-.04em}.page-hero{padding-top:64px}.content-page .content-panel,.page-hero .content-panel{border-radius:40px;padding:40px}.content-panel h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.steps{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.step{display:flex;flex-direction:column;gap:var(--space-sm);min-height:190px;padding:28px;border-radius:24px;border:1px solid var(--line);background:var(--surface-strong);overflow:hidden}.step-index{display:inline-flex;width:34px;height:34px;border-radius:999px;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent-strong);font-size:.8rem;font-weight:700}.system-visual{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.system-node{display:flex;flex-direction:column;justify-content:center;gap:var(--space-xs);min-height:160px;padding:28px 24px;border-radius:24px;border:1px solid var(--line);background:var(--surface-strong);text-align:center;overflow:hidden}.system-node h2{margin:0;font-size:1.28rem;line-height:1.24}.system-arrow{display:flex;align-items:center;justify-content:center;color:var(--accent);font-weight:700}.pricing-amount{margin:10px 0 4px;font-size:2.2rem;line-height:1;letter-spacing:-.05em}.pill-row{display:flex;flex-wrap:wrap;gap:10px}.pill,.pill-link{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:var(--surface-strong);color:var(--muted);font-size:.84rem;font-weight:600}.pill-link:hover,.pill-link[aria-current=page]{border-color:rgba(15,118,110,.32);color:var(--text)}.guided-form-card{padding:32px;border:1px solid var(--line);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(34,211,238,.12),transparent 34%),radial-gradient(circle at bottom left,rgba(167,139,250,.1),transparent 28%),var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.guided-form-card__head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:start;margin-bottom:26px}.guided-form-card__head h2,.guided-step-panel h3{margin:0}.guided-form-card__head p,.guided-step-panel>p{margin:10px 0 0;color:var(--muted);line-height:1.65}.guided-steps{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.extra-choice,.guided-steps button,.package-choice{border:1px solid var(--line);background:var(--surface-strong);color:var(--muted);cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.guided-steps button{gap:8px;min-height:42px;padding:0 12px;font-size:.78rem;font-weight:800}.guided-steps button,.guided-steps span{display:inline-flex;align-items:center;border-radius:999px}.guided-steps span{justify-content:center;width:24px;height:24px;background:var(--surface-muted);color:var(--text);font-size:.72rem}.extra-choice.is-selected,.guided-steps button.is-active,.guided-steps button.is-complete,.package-choice.is-selected{border-color:rgba(34,211,238,.42);background:rgba(34,211,238,.12);color:var(--text)}.guided-step-panel{display:grid;grid-gap:18px;gap:18px;padding:24px;border:1px solid var(--line);border-radius:26px;background:var(--surface-muted)}.guided-step-panel--split{grid-template-columns:minmax(0,.8fr) minmax(280px,1fr);align-items:start}.extra-choice-grid,.package-choice-grid{display:grid;grid-gap:12px;gap:12px}.package-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.package-choice{display:grid;grid-gap:8px;gap:8px;min-height:132px;padding:20px;border-radius:22px;text-align:left}.extra-choice:focus-within,.extra-choice:hover,.package-choice:focus-visible,.package-choice:hover{transform:translateY(-1px);border-color:rgba(34,211,238,.32);color:var(--text)}.guided-summary strong,.package-choice span{font-weight:900}.package-choice strong{color:var(--text);font-size:1.7rem;line-height:1}.package-choice small{color:var(--muted)}.extra-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.extra-choice{display:flex;align-items:center;gap:10px;min-height:54px;padding:0 14px;border-radius:18px;font-weight:700}.extra-choice input{width:16px;height:16px;accent-color:var(--accent)}.guided-step-panel textarea{width:100%;padding:16px 18px;color:var(--text);resize:vertical}.guided-step-panel textarea,.guided-summary{border:1px solid var(--line);border-radius:18px;background:var(--surface-strong)}.guided-summary{padding:14px 16px;color:var(--muted)}.guided-form-card__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:end;margin-top:20px}.guided-form-card__footer .button-row{justify-content:flex-end;margin-top:0}.guided-status{margin:16px 0 0}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:28px;gap:28px;align-items:start}.article-body{display:grid;grid-gap:22px;gap:22px}.article-section{padding:32px;border-radius:28px;border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow);overflow:hidden}.article-section h2,.article-section h3{margin-top:0}.article-toc{position:-webkit-sticky;position:sticky;top:112px;padding:24px;border-radius:28px;border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow)}.article-toc ul{list-style:none;margin:16px 0 0;padding:0;display:grid;grid-gap:10px;gap:10px}.article-toc a{color:var(--muted);font-size:.94rem}.article-toc a:hover{color:var(--text)}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-item{min-height:150px;padding:24px;border-radius:24px;border:1px solid var(--line);background:var(--surface-strong);overflow:hidden}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.testimonial-stack-section{padding-bottom:92px}.testimonial-stack{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;max-width:none}.testimonial-stack .testimonial-card{position:relative;top:auto;min-height:0;margin-top:0}.testimonial-stack .testimonial-card:first-child,.testimonial-stack .testimonial-card:nth-child(2),.testimonial-stack .testimonial-card:nth-child(3){transform:none}.testimonial-card{display:flex;flex-direction:column;justify-content:space-between;gap:24px;border:1px solid var(--line);border-radius:24px;min-height:0;padding:28px;background:radial-gradient(circle at top right,rgba(34,211,238,.12),transparent 38%),#07111f;box-shadow:var(--shadow);overflow:hidden}.testimonial-quote{margin:0;color:var(--text);font-size:1rem;line-height:1.58}.testimonial-meta{display:grid;grid-gap:6px;gap:6px}.testimonial-meta strong{font-size:.95rem}.testimonial-meta span{color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}.faq-item h3{margin-top:0;font-size:1.05rem}.form-grid{display:grid;grid-gap:16px;gap:16px}.form-grid input,.form-grid textarea{width:100%;padding:16px 18px;border-radius:18px;border:1px solid var(--line);background:var(--surface-strong);color:var(--text)}.form-privacy-note{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}.form-privacy-note a{color:var(--accent-strong)}.consent-banner{position:fixed;right:20px;bottom:20px;z-index:70;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;width:min(680px,calc(100vw - 40px));padding:18px;border:1px solid var(--line);border-radius:24px;background:var(--surface-strong);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.consent-banner strong{display:block;margin-bottom:6px}.consent-banner p{margin:0;color:var(--muted);line-height:1.55}.consent-banner__actions{display:flex;align-items:center;gap:10px}.consent-settings-button{position:fixed;left:20px;bottom:20px;z-index:69;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--surface-strong);color:var(--muted);box-shadow:var(--shadow);cursor:pointer;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.consent-settings-button:focus-visible,.consent-settings-button:hover{color:var(--text)}.footer-consent-link{padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.footer-consent-link:focus-visible,.footer-consent-link:hover{color:var(--text)}.footer{padding:40px 0 56px}.footer-grid{grid-template-columns:minmax(0,1fr) auto;align-items:start;padding:26px 28px;border-radius:28px;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.footer-grid--rich{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:40px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand.brand{width:-moz-fit-content;width:fit-content;color:var(--text)}.footer-brand .brand-logo{width:46px;height:46px}.footer-brand .brand-word{font-size:1.08rem}.final-cta-panel{position:relative;background:radial-gradient(circle at top right,rgba(34,211,238,.16),transparent 30%),radial-gradient(circle at bottom left,rgba(167,139,250,.14),transparent 32%),var(--surface-strong)}.final-cta-panel:after{content:"";position:absolute;right:36px;bottom:36px;width:110px;height:110px;border:1px solid rgba(34,211,238,.26);border-radius:36px;transform:rotate(10deg);background:rgba(34,211,238,.08);pointer-events:none}.footer-links{display:grid;grid-gap:12px;gap:12px;color:var(--muted)}.footer-contact strong,.footer-links strong{color:var(--text);font-size:.86rem;letter-spacing:.16em;text-transform:uppercase}.footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px}.footer-contact{display:grid;grid-gap:12px;gap:12px}.footer-contact .button-secondary{min-height:52px;padding:0 18px;font-size:.76rem;letter-spacing:.12em}.footer-legal{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:0 4px;color:var(--muted);font-size:.84rem}.footer-legal div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px}.footer-legal a:hover,.footer-legal button:focus-visible,.footer-legal button:hover,.legal-content a:hover{color:var(--text)}.legal-page-panel h1{margin:0;max-width:none;font-size:clamp(2.5rem,6vw,4.6rem);line-height:.98;letter-spacing:-.04em}.legal-content{display:grid;grid-gap:22px;gap:22px;margin-top:34px;max-width:920px}.legal-content section{padding-top:22px;border-top:1px solid var(--line)}.legal-content h2{margin:0 0 10px;font-size:1.22rem;line-height:1.25;letter-spacing:0}.legal-content p{margin:0;color:var(--muted);line-height:1.75}.legal-content a{color:var(--accent-strong)}.content-panel--hero-split,.section-split{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);grid-gap:28px;gap:28px;align-items:stretch}.content-panel--visual{display:grid;grid-gap:28px;gap:28px}.hero-microproof{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-microproof span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:var(--surface-muted);color:var(--text);font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hero-image-card,.section-visual-card{min-height:100%;padding:28px;background:radial-gradient(circle at top right,rgba(167,139,250,.14),transparent 34%),radial-gradient(circle at bottom left,rgba(34,211,238,.1),transparent 28%),var(--surface-strong)}.coded-visual,.hero-image-card,.section-visual-card{display:flex;align-items:center;justify-content:center;border-radius:30px;border:1px solid var(--line);overflow:hidden}.coded-visual{position:relative;min-height:360px;padding:34px;background:linear-gradient(180deg,rgba(8,15,28,.82),rgba(6,12,22,.96)),repeating-linear-gradient(90deg,hsla(0,0%,100%,.04) 0 1px,transparent 1px 64px);box-shadow:inset 0 0 0 20px hsla(0,0%,100%,.02)}.coded-visual--compact{min-height:260px}.coded-flow{position:relative;z-index:1;width:100%}.coded-flow--vertical{display:grid;justify-items:center;grid-gap:14px;gap:14px;max-width:460px}.coded-flow--system{display:flex;align-items:center;justify-content:center;width:min(100%,640px)}.coded-visual--system-hero .coded-flow--system{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;width:min(100%,430px)}.coded-visual--system-hero .coded-flow-item{display:block}.coded-visual--system-hero .coded-connector{display:none}.coded-flow-item{display:contents}.coded-node{display:flex;flex-direction:column;justify-content:center;gap:5px;min-width:128px;min-height:116px;padding:24px;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;background:rgba(17,33,57,.78);color:#eaf4ff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}.coded-node--wide{width:min(100%,380px);min-height:104px}.coded-node--accent{border-color:rgba(167,139,250,.36)}.coded-node span{color:var(--accent);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.coded-node--accent span{color:#a78bfa}.coded-node strong{color:#eaf4ff;font-size:1.22rem;line-height:1.14}.coded-node-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;width:min(100%,380px)}.coded-connector{width:4px;height:28px;border-radius:999px;background:var(--accent)}.coded-connector--horizontal{width:clamp(20px,4vw,48px);height:4px;flex:0 0 auto}.system-dashboard{position:relative;min-height:360px;padding:34px;border:1px solid var(--line);border-radius:32px;background:radial-gradient(circle at 18% 18%,rgba(34,211,238,.16),transparent 32%),radial-gradient(circle at 84% 20%,rgba(167,139,250,.18),transparent 34%),linear-gradient(135deg,rgba(5,12,24,.96),rgba(8,16,31,.9));color:#eaf4ff;box-shadow:inset 0 0 0 18px hsla(0,0%,100%,.025),var(--shadow);overflow:hidden}.system-dashboard:before{content:"";position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.035) 1px,transparent 0);background-size:42px 42px;opacity:.18;pointer-events:none}.system-dashboard--compact{min-height:430px}.system-dashboard--hero{min-height:100%}.system-dashboard__main,.system-dashboard__sources{position:relative;z-index:1}.system-dashboard__sources{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.system-dashboard__cta-row span,.system-dashboard__sources span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid rgba(34,211,238,.24);border-radius:999px;background:rgba(34,211,238,.08);color:#dff7ff;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.system-dashboard__main{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.8fr);grid-gap:18px;gap:18px;align-items:stretch}.system-dashboard__browser,.system-dashboard__metrics>div{border:1px solid rgba(226,232,240,.13);background:rgba(9,18,33,.74);color:#eaf4ff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}.system-dashboard__browser{min-height:250px;padding:18px;border-radius:26px}.system-dashboard__bar{display:flex;gap:7px;margin-bottom:22px}.system-dashboard__bar i{width:10px;height:10px;border-radius:999px;background:rgba(226,232,240,.3)}.system-dashboard__hero-block{display:grid;grid-gap:10px;gap:10px;min-height:112px;padding:24px;border-radius:22px;background:radial-gradient(circle at top right,rgba(167,139,250,.18),transparent 34%),rgba(17,33,57,.78);color:#eaf4ff}.system-dashboard__hero-block span,.system-dashboard__metrics span{color:var(--accent);font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.system-dashboard__hero-block strong{max-width:12ch;color:#eaf4ff;font-size:clamp(1.8rem,4vw,3.1rem);line-height:.96;letter-spacing:-.05em}.system-dashboard__cta-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:14px}.system-dashboard__metrics{display:grid;grid-gap:14px;gap:14px}.system-dashboard__metrics>div{display:flex;flex-direction:column;justify-content:center;gap:8px;min-height:118px;padding:22px;border-radius:24px}.system-dashboard__metrics strong{color:#eaf4ff;font-size:1.18rem;line-height:1.12}.coded-illustration,.section-illustration{width:100%;max-width:560px}.coded-illustration{min-height:390px;padding:26px;border-radius:30px;background:radial-gradient(circle at 20% 18%,rgba(34,211,238,.16),transparent 28%),radial-gradient(circle at 88% 10%,rgba(167,139,250,.18),transparent 32%),#07111f;color:#eaf4ff;overflow:hidden}.coded-illustration__shell{display:grid;grid-gap:20px;gap:20px;height:100%;min-height:338px;padding:28px;border:1px solid rgba(226,232,240,.13);border-radius:26px;background:linear-gradient(180deg,rgba(9,18,33,.9),rgba(6,12,22,.96)),repeating-linear-gradient(90deg,hsla(0,0%,100%,.035) 0 1px,transparent 1px 62px);box-shadow:inset 0 0 0 18px hsla(0,0%,100%,.025)}.coded-illustration__head{display:grid;grid-gap:8px;gap:8px}.coded-illustration__footer,.coded-illustration__head span{color:#38e0ff;font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.coded-illustration__head strong{max-width:12ch;color:#eaf4ff;font-size:clamp(2rem,4.5vw,3.2rem);line-height:.96}.coded-illustration__items{display:grid;grid-gap:14px;gap:14px}.coded-illustration__item{display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:center;min-height:86px;padding:18px;border:1px solid rgba(226,232,240,.1);border-radius:22px;background:rgba(17,33,57,.76)}.coded-illustration__item i{width:28px;height:28px;border-radius:999px;background:#22d3ee;box-shadow:0 0 24px rgba(34,211,238,.28)}.coded-illustration__item--danger i{background:#fb7185;box-shadow:0 0 24px rgba(251,113,133,.28)}.coded-illustration__item--warn i{background:#fbbf24;box-shadow:0 0 24px rgba(251,191,36,.28)}.coded-illustration__item--purple i{background:#a78bfa;box-shadow:0 0 24px rgba(167,139,250,.28)}.coded-illustration__item strong{display:block;color:#eaf4ff;font-size:clamp(1rem,2vw,1.35rem);line-height:1.1}.coded-illustration__item span{display:block;margin-top:6px;color:rgba(226,232,240,.72);line-height:1.35}.coded-illustration__footer{align-self:end;color:rgba(226,232,240,.74)}.performance-proof-panel{display:grid;grid-template-columns:minmax(0,.82fr) minmax(320px,1.18fr);grid-gap:28px;gap:28px;align-items:center}.asset-showcase{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:var(--surface-strong);box-shadow:var(--shadow)}.asset-showcase img{display:block;width:100%;height:auto}.asset-showcase figcaption{padding:14px 18px 16px;color:var(--muted);font-size:.86rem;line-height:1.45}.magazine-visual{width:100%;max-width:560px;aspect-ratio:1.39;border-radius:28px;overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(34,211,238,.12),transparent 30%),radial-gradient(circle at 82% 16%,rgba(167,139,250,.16),transparent 34%),#07111f}.magazine-visual__svg{display:block;width:100%;height:100%}.magazine-visual__svg--mobile{display:none}.magazine-visual__headline,.magazine-visual__nodes,.magazine-visual__stat{font-family:inherit;color:#eaf4ff}.magazine-visual__headline{display:grid;grid-gap:10px;gap:10px}.magazine-visual__headline span{color:#22d3ee;font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.magazine-visual__headline strong{max-width:12ch;font-size:clamp(2rem,4vw,3.2rem);line-height:.95;letter-spacing:-.05em}.magazine-visual__nodes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.magazine-visual__nodes span,.magazine-visual__stat{display:flex;align-items:center;justify-content:center;min-height:48px;padding:0 12px;border:1px solid rgba(226,232,240,.16);border-radius:999px;background:rgba(7,17,31,.76);color:#dbeafe;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.magazine-visual__stat{min-height:54px;border-color:rgba(34,211,238,.28);background:rgba(34,211,238,.1);color:#eaf4ff}.magazine-visual--ads-conversion-engine,.magazine-visual--category-ads{background:radial-gradient(circle at 18% 20%,rgba(34,211,238,.18),transparent 30%),radial-gradient(circle at 78% 18%,rgba(59,130,246,.16),transparent 34%),#061120}.magazine-visual--category-websites,.magazine-visual--landingpage-blueprint{background:radial-gradient(circle at 16% 16%,rgba(167,139,250,.18),transparent 32%),radial-gradient(circle at 84% 22%,rgba(34,211,238,.12),transparent 34%),#08111f}.article-section--answer{border-color:rgba(34,211,238,.22);background:radial-gradient(circle at top right,rgba(34,211,238,.12),transparent 36%),var(--surface-strong)}.inline-visual-strip{padding:32px;border-radius:30px;border:1px solid var(--line);background:var(--surface-muted);overflow:hidden}.article-section--highlight{background:radial-gradient(circle at top right,rgba(34,211,238,.12),transparent 36%),var(--surface-strong)}.checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.checklist-item{display:flex;gap:12px;align-items:flex-start;min-height:96px;padding:22px;border-radius:22px;border:1px solid var(--line);background:var(--surface-muted);overflow:hidden}.checklist-item span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-weight:800;flex:0 0 auto}.checklist-item p{margin:0;color:var(--muted);line-height:1.6}.article-toc__cta{display:grid;grid-gap:14px;gap:14px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}html[data-theme=light] .badge-card,html[data-theme=light] .button-ghost,html[data-theme=light] .button-secondary,html[data-theme=light] .checklist-item,html[data-theme=light] .hero-microproof span,html[data-theme=light] .inline-visual-strip,html[data-theme=light] .mobile-nav-links a{background:hsla(0,0%,100%,.94)}html[data-theme=light] .button-secondary{color:#0f172a}html[data-theme=light] .article-section,html[data-theme=light] .article-toc,html[data-theme=light] .coded-visual,html[data-theme=light] .faq-item,html[data-theme=light] .hero-image-card,html[data-theme=light] .section-visual-card,html[data-theme=light] .stat,html[data-theme=light] .step,html[data-theme=light] .system-node,html[data-theme=light] .testimonial-card,html[data-theme=light] .visual-asset,html[data-theme=light] .visual-feature{background:radial-gradient(circle at top right,rgba(167,139,250,.08),transparent 34%),hsla(0,0%,100%,.96)}html[data-theme=light] .services-dropdown{background:hsla(0,0%,100%,.96)}html[data-theme=light] .services-dropdown__grid a,html[data-theme=light] .services-dropdown__overview{background:rgba(248,250,252,.86)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1100px){.hero-panel--home{min-height:auto}.article-layout,.content-panel--hero-split,.footer-grid,.hero-grid,.section-split,.two-col,.visual-feature,.visual-feature--wide{grid-template-columns:1fr}.article-toc{position:static}.system-visual,.testimonial-stack{grid-template-columns:1fr}.testimonial-stack .testimonial-card{min-height:auto}.system-arrow{min-height:34px;transform:rotate(90deg)}}@media (max-width:860px){.site-header{top:8px;margin-top:8px}.article-card,.article-section,.card,.case-card,.content-page .content-panel,.content-panel,.footer-grid,.form-panel,.hero-panel,.page-hero .content-panel,.price-card,.service-card,.site-header__bar{padding:22px;border-radius:24px}.nav-links,.services-dropdown{display:none}.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;flex-direction:column}.header-actions .header-cta{display:none}.content-page h1,.hero h1,.page-hero h1{max-width:none;font-size:clamp(2.45rem,12vw,3.8rem)}.hero-panel--home{min-height:auto}.hero-panel{padding:28px 22px}.visual-feature{padding:18px;border-radius:24px}.visual-feature,.visual-feature--before-grid{margin-bottom:24px}.visual-asset,.visual-asset--analytics,.visual-asset--brand,.visual-asset--development,.visual-feature--wide .visual-asset{min-height:260px;border-radius:22px}.visual-asset--compact{min-height:180px}.page-section{padding:76px 0}.hero{padding-top:44px}.hero-side-stack{gap:14px}.badge-card--hero{display:none}.hero-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.hero-badges .badge-card{min-height:132px;padding:20px;border-radius:20px}.section-split+.stats-grid{margin-top:30px}.hero-badges .badge-card:last-child{grid-column:1/-1}.hero-badges .badge-card p,.hero-copy,.hero-proof-card p,.page-intro{font-size:.98rem;line-height:1.6}.hero-badges .badge-card,.hero-proof-card{background:radial-gradient(circle at top right,rgba(34,211,238,.08),transparent 40%),var(--surface)}.article-card,.article-section,.card,.case-card,.form-panel,.price-card,.service-card,.testimonial-card{min-height:160px;padding:24px}.faq-item,.stat,.step,.system-node{min-height:150px;padding:24px 22px}.article-card h3,.card h3,.case-card h3,.price-card h3,.service-card h3,.step h3,.system-node h2{font-size:1.12rem;line-height:1.25}.hero-image-card{max-width:320px;margin:0 auto;padding:16px}.hero-microproof{gap:8px;margin-top:18px}.hero-microproof span{min-height:32px;padding:0 12px;font-size:.68rem;letter-spacing:.08em}.button-row{gap:12px;margin-top:22px}.button,.button-ghost,.button-secondary{min-height:50px;padding:0 18px;font-size:.74rem}.content-panel h2{font-size:1.85rem;line-height:1.12}.content-panel .button-row{align-items:flex-start}.content-panel .button{width:auto;max-width:100%}.guided-form-card{padding:22px;border-radius:24px}.guided-form-card__footer,.guided-form-card__head,.guided-step-panel--split{grid-template-columns:1fr}.guided-steps{justify-content:flex-start}.extra-choice-grid,.package-choice-grid{grid-template-columns:1fr}.guided-form-card__footer .button-row{justify-content:flex-start}.stats-grid .stat strong{font-size:1.65rem}.hero-proof-card h3{font-size:1.25rem}.section-illustration{max-width:100%}.coded-illustration{max-width:360px;min-height:auto;margin:0 auto;padding:16px;border-radius:24px}.coded-illustration__shell{min-height:440px;padding:22px;border-radius:22px}.coded-illustration__head strong{max-width:10ch;font-size:2.25rem}.coded-illustration__item{grid-template-columns:32px minmax(0,1fr);gap:12px;min-height:88px;padding:16px;border-radius:18px}.coded-illustration__item i{width:22px;height:22px}.coded-illustration__item strong{font-size:1rem}.coded-illustration__item span{font-size:.86rem}.performance-proof-panel{grid-template-columns:1fr}.magazine-visual{aspect-ratio:.69;max-width:360px;margin:0 auto;border-radius:24px}.magazine-visual__svg--desktop{display:none}.magazine-visual__svg--mobile{display:block}.magazine-visual__headline--mobile strong{max-width:9ch;font-size:2.22rem;line-height:.92}.magazine-visual__headline--mobile span{font-size:.72rem}.magazine-visual__nodes--mobile{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.magazine-visual__nodes--mobile span,.magazine-visual__stat--mobile{min-height:48px;font-size:.66rem;letter-spacing:.06em}.magazine-visual__stat--mobile{min-height:54px}.article-grid,.category-grid,.checklist-grid,.faq-grid,.footer-columns,.hero-badges,.price-grid,.service-grid,.service-preview-grid,.stats-grid,.steps,.testimonial-grid{grid-template-columns:1fr}.case-grid{display:flex;gap:14px;margin-inline:-12px;padding:14px 12px 18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.case-grid::-webkit-scrollbar{display:none}.case-grid .case-card{min-width:min(86vw,390px);scroll-snap-align:center}.footer-legal{align-items:flex-start;flex-direction:column}.footer-legal div{justify-content:flex-start}.consent-banner{left:12px;right:12px;bottom:12px;grid-template-columns:1fr;width:auto}.consent-banner__actions{justify-content:stretch}.consent-banner__actions .button,.consent-banner__actions .button-secondary{flex:1 1}.consent-settings-button{left:12px;bottom:12px}.testimonial-stack-section{padding-top:76px;padding-bottom:76px}.testimonial-stack{gap:18px}.testimonial-stack .testimonial-card{position:relative;top:auto;min-height:0;margin-top:0}.testimonial-stack .testimonial-card:first-child,.testimonial-stack .testimonial-card:nth-child(2),.testimonial-stack .testimonial-card:nth-child(3){transform:none}.final-cta-panel:after{right:20px;bottom:20px;width:74px;height:74px;border-radius:24px;opacity:.62}.container,.site-header{width:min(var(--container),calc(100% - 24px))}.hero-image-card,.section-visual-card{padding:20px}.coded-visual{min-height:auto;padding:22px;border-radius:24px;box-shadow:inset 0 0 0 12px hsla(0,0%,100%,.02)}.system-dashboard{min-height:auto;padding:20px;border-radius:26px;box-shadow:inset 0 0 0 10px hsla(0,0%,100%,.025),var(--shadow)}.system-dashboard--compact{min-height:auto}.system-dashboard__sources{gap:8px;margin-bottom:16px}.system-dashboard__cta-row span,.system-dashboard__sources span{min-height:34px;padding:0 10px;font-size:.62rem;letter-spacing:.08em}.system-dashboard__main{grid-template-columns:1fr;gap:14px}.system-dashboard__browser{min-height:auto;padding:14px;border-radius:22px}.system-dashboard__hero-block{min-height:106px;padding:20px;border-radius:18px}.system-dashboard__hero-block strong{font-size:2rem}.system-dashboard__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.system-dashboard__metrics>div{min-height:96px;padding:16px;border-radius:18px}.system-dashboard__metrics strong{font-size:.95rem}.coded-flow--system,.coded-flow-item{display:grid;grid-gap:12px;gap:12px}.coded-flow-item{justify-items:center}.coded-node,.coded-node--wide{width:100%;min-width:0;min-height:86px;padding:18px}.coded-node strong{font-size:1.05rem}.coded-node-grid{gap:12px}.coded-connector--horizontal{width:4px;height:22px}}