:root{--bg:#090b10;--bg-elevated:#10131a;--surface:rgba(17, 20, 28, 0.82);--surface-strong:rgba(22, 26, 36, 0.94);--surface-soft:rgba(255, 255, 255, 0.04);--line:rgba(255, 255, 255, 0.08);--line-strong:rgba(255, 255, 255, 0.14);--text:#f5f7fb;--muted:#98a2b3;--muted-strong:#c7d0de;--accent:#9b9c9e;--accent-strong:#4c8dff;--accent-soft:rgba(30, 110, 255, 0.14);--danger:#ff7777;--success:#7bd3a2;--shadow-soft:0 34px 100px rgba(0, 0, 0, 0.34);--shadow-card:0 22px 56px rgba(0, 0, 0, 0.28);--shadow-image:0 30px 80px rgba(0, 0, 0, 0.36);--radius-xl:34px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px;--content-width:1120px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font-family:"Satoshi", "Avenir Next", "Segoe UI", sans-serif;line-height:1.6;background:radial-gradient(circle at 12% 10%, rgba(30, 110, 255, 0.18), transparent 20rem),    radial-gradient(circle at 85% 16%, rgba(255, 255, 255, 0.08), transparent 18rem),    radial-gradient(circle at 60% 90%, rgba(30, 110, 255, 0.08), transparent 18rem),    linear-gradient(180deg, #090b10 0%, #0c1017 48%, #090b10 100%)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}::selection{background:rgba(30, 110, 255, 0.28)}.container{width:min(var(--content-width), calc(100% - 24px));margin:0 auto}.section{padding:68px 0}.section-alt{background:radial-gradient(circle at 80% 20%, rgba(30, 110, 255, 0.08), transparent 16rem),    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0))}.surface-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),    var(--surface);box-shadow:var(--shadow-card);backdrop-filter:blur(24px)}.eyebrow{display:inline-flex;align-items:center;gap:0.55rem;margin:0 0 0.9rem;color:var(--muted-strong);font-size:0.76rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase}.eyebrow::before{width:0.7rem;height:0.7rem;border-radius:999px;background:radial-gradient(circle at 35% 35%, #72a5ff, var(--accent));box-shadow:0 0 18px rgba(30, 110, 255, 0.45);content:""}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.04;letter-spacing:-0.04em}h1{font-size:clamp(2.65rem, 10vw, 5.3rem)}.hero-accent{display:inline-block;background:linear-gradient(90deg, #eef4ff 0%, #78a6ff 35%, #2d7dff 68%, #7ecbff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 28px rgba(30, 110, 255, 0.18);filter:saturate(1.15)}h2{font-size:clamp(1.8rem, 7vw, 3.1rem)}h3{font-size:clamp(1.1rem, 4vw, 1.35rem)}p{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:0.9rem 1.35rem;border:1px solid transparent;border-radius:999px;background:linear-gradient(135deg, var(--accent), #0d56d9);color:#f9fbff;font-weight:700;box-shadow:0 18px 34px rgba(30, 110, 255, 0.24);transition:transform 180ms ease,    box-shadow 180ms ease,    border-color 180ms ease,    background 180ms ease}.button:hover{transform:translateY(-1px);box-shadow:0 22px 40px rgba(30, 110, 255, 0.28)}.button-small{min-height:2.55rem;padding:0.72rem 1rem}.button-ghost{border-color:var(--line);background:rgba(255, 255, 255, 0.04);color:var(--text);box-shadow:none}.button-ghost:hover{border-color:var(--line-strong);background:rgba(255, 255, 255, 0.07)}.button:focus-visible,.button-ghost:focus-visible,.field-input:focus-visible,.field-select:focus-visible,.field-file:focus-visible,.topnav a:focus-visible,.nav-toggle:focus-visible{outline:3px solid rgba(30, 110, 255, 0.28);outline-offset:3px}.brand{display:inline-flex;align-items:center;min-width:0;overflow:visible}.brand-logo{display:block;width:clamp(10.5rem, 44vw, 15.2rem);height:auto;max-width:none;object-fit:contain;object-position:left center}.brand-logo-compact{width:clamp(9.6rem, 36vw, 13rem)}.topbar{position:sticky;top:0;z-index:90;background:rgba(9, 11, 16, 0.84);box-shadow:0 16px 40px rgba(0, 0, 0, 0.18);backdrop-filter:blur(22px)}.topbar-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:5.25rem;padding:0.85rem 0}.nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:0.32rem;width:2.95rem;height:2.95rem;flex-shrink:0;padding:0;border:1px solid var(--line);border-radius:999px;background:rgba(255, 255, 255, 0.04);cursor:pointer;transition:background 180ms ease, border-color 180ms ease}.nav-toggle:hover{background:rgba(255, 255, 255, 0.07);border-color:var(--line-strong)}.nav-toggle span:not(.sr-only){width:1rem;height:2px;margin:0 auto;border-radius:999px;background:rgba(255, 255, 255, 0.92);transition:transform 180ms ease, opacity 180ms ease}.nav-toggle.is-active span:nth-child(2){transform:translateY(6px) rotate(45deg)}.nav-toggle.is-active span:nth-child(3){opacity:0}.nav-toggle.is-active span:nth-child(4){transform:translateY(-6px) rotate(-45deg)}.topnav{position:absolute;top:calc(100% + 0.35rem);left:0;right:0;display:grid;gap:0.3rem;padding:0.9rem;border:1px solid rgba(255, 255, 255, 0.08);border-radius:22px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),    rgba(11, 13, 19, 0.96);box-shadow:0 28px 60px rgba(0, 0, 0, 0.34);backdrop-filter:blur(24px)}.topnav a{border-radius:14px;color:var(--muted-strong);font-weight:600;padding:0.8rem 0.9rem}.topnav a:hover{background:rgba(255, 255, 255, 0.045);color:var(--text)}.topnav.is-collapsed{display:none}.hero{padding-top:24px}.hero-grid,.story-grid,.showcase-grid,.benefits-layout{display:grid;gap:1.5rem}.hero-copy,.showcase-copy{display:grid}.hero-copy h1,.section-heading h2,.showcase-copy h2,.contact-card h2,.not-found-card h1,.admin-hero h1,.form-header h1{color:var(--text)}.hero-text{max-width:38rem;font-size:1.04rem;color:var(--muted-strong)}.hero-actions,.contact-actions,.admin-actions{display:flex;flex-wrap:wrap;gap:0.8rem}.hero-actions{margin:1.6rem 0 1.8rem}.hero-actions-compact{margin:1.4rem 0 0}.hero-actions .button,.contact-actions .button{flex:1 1 11rem}.hero-metrics,.steps-grid,.compare-grid,.benefits-grid{display:grid;gap:1rem}.hero-metrics{margin-top:1rem}.metric-card,.step-card,.benefit-card,.compare-card{padding:1.2rem}.metric-card{border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255, 255, 255, 0.03)}.metric-card strong,.step-card h3,.benefit-card h3,.compare-card h3{display:block;margin-bottom:0.45rem;color:var(--text)}.feature-list,.feature-list-muted{color:var(--muted);margin:0;padding-left:1.1rem}.feature-list li+li,.feature-list-muted li+li{margin-top:0.65rem}.hero-visual{display:grid;gap:1rem}.hero-visual-grid{display:grid;gap:1rem}.landing-image-card{position:relative;overflow:hidden;border:1px solid rgba(255, 255, 255, 0.08);border-radius:28px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),    rgba(12, 16, 23, 0.94);box-shadow:var(--shadow-image)}.landing-image{width:100%;height:100%;object-fit:cover}.landing-image-card-main .landing-image,.landing-image-card-story .landing-image,.landing-image-card-product .landing-image{aspect-ratio:4 / 3}.landing-image-card-small .landing-image{aspect-ratio:4 / 3}.landing-image-card-phone{max-width:26rem;margin:0 auto}.landing-image-card-phone .landing-image{aspect-ratio:9 / 16}.landing-image-caption{position:absolute;left:0.9rem;right:0.9rem;bottom:0.9rem;display:inline-flex;width:fit-content;padding:0.45rem 0.75rem;border-radius:999px;background:rgba(8, 10, 14, 0.72);color:#f5f7fb;font-size:0.82rem;font-weight:700;backdrop-filter:blur(14px)}.section-heading{max-width:46rem;margin-bottom:1.8rem}.step-number{display:inline-flex;margin-bottom:1rem;color:#a9c3ff;font-weight:800;letter-spacing:0.1em}.compare-card-primary{border-color:rgba(30, 110, 255, 0.22);background:radial-gradient(circle at top right, rgba(30, 110, 255, 0.12), transparent 10rem),    linear-gradient(180deg, rgba(30, 110, 255, 0.08), rgba(255, 255, 255, 0.02)),    var(--surface-strong)}.contact-card{display:grid;gap:1.4rem;padding:1.35rem;border:1px solid rgba(255, 255, 255, 0.09);border-radius:var(--radius-xl);background:radial-gradient(circle at 82% 22%, rgba(30, 110, 255, 0.14), transparent 12rem),    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),    var(--surface-strong);box-shadow:var(--shadow-soft)}.site-footer{padding:0 0 2.5rem}.footer-inner{display:flex;flex-direction:column;gap:1rem;padding-top:1.2rem;border-top:1px solid var(--line)}.footer-brand{display:grid;gap:0.6rem}.footer-inner p{margin-bottom:0}.align-center{justify-content:center}.stack-gap-sm{height:1rem}.stack-gap-md{height:1.1rem}.title-xl{font-size:2.4rem;margin-bottom:0.4rem}.title-lg{font-size:2.2rem}.title-md{font-size:2rem}.title-sm{font-size:1.5rem}.title-xs{font-size:1.35rem}.not-found{display:grid;place-items:center;min-height:100vh;padding:1.5rem}.not-found-card{width:min(34rem, 100%);padding:2rem;text-align:center}.page-admin .not-found-card{text-align:left}.admin-main{padding:28px 0 72px}.admin-shell{display:grid;gap:1.25rem}.admin-hero{display:grid;gap:1.1rem;padding:1.5rem}.admin-title-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:flex-start}.flash{padding:0.9rem 1rem;border:1px solid var(--line);border-radius:16px;background:rgba(255, 255, 255, 0.035);color:var(--muted-strong);font-weight:600}.flash-error{border-color:rgba(255, 119, 119, 0.28);color:#ffc0c0;background:rgba(255, 119, 119, 0.08)}.flash-success{border-color:rgba(123, 211, 162, 0.26);color:#c9f1d9;background:rgba(123, 211, 162, 0.08)}.admin-panel,.form-shell{padding:1.25rem}.admin-panel h2,.form-header h1,.image-section h2{margin-bottom:0.4rem}.client-list,.image-list{display:grid;gap:0.9rem}.client-row,.image-card{display:grid;gap:0.9rem;padding:1rem;border:1px solid var(--line);border-radius:18px;background:rgba(255, 255, 255, 0.03)}.client-row-title,.client-row-title strong,.image-card h3{color:var(--text)}.client-row-title p,.image-card p{margin:0.25rem 0 0}.client-row code{color:#b9ceff}.form-shell{display:grid;gap:1.1rem}.form-grid{display:grid;gap:1rem}.field-group{display:grid;gap:0.45rem}.field-label{color:var(--muted-strong);font-weight:600}.field-input,.field-select,.field-file{width:100%;min-height:3rem;padding:0.8rem 0.95rem;border:1px solid var(--line);border-radius:14px;background:rgba(255, 255, 255, 0.04);color:var(--text)}.field-select option{color:#111827}.field-file{padding:0.85rem 0.95rem}.field-hint{font-size:0.92rem;color:var(--muted)}.image-thumb{max-width:240px;border-radius:16px;border:1px solid var(--line);background:rgba(255, 255, 255, 0.04)}.check-row{display:flex;align-items:center;gap:0.6rem;color:var(--muted-strong)}.check-row input{accent-color:var(--accent)}.admin-back{display:inline-flex}.page-menu-viewer{--viewer-glow-rgb:30, 110, 255;--viewer-glow-rgb-soft:126, 203, 255;background:radial-gradient(circle at 16% 16%, rgba(var(--viewer-glow-rgb), 0.24), transparent 18rem),    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.12), transparent 16rem),    radial-gradient(circle at 52% 88%, rgba(var(--viewer-glow-rgb-soft), 0.18), transparent 18rem),    #131417;overflow:hidden;transition:background 260ms ease}.page-menu-viewer,.page-menu-viewer html,html:has(body.page-menu-viewer){overflow:hidden}.menu-viewer{min-height:100dvh;height:100dvh;overflow:hidden;padding:0}.menu-slider-shell{width:100%;min-height:100dvh;height:100dvh;display:grid;grid-template-rows:minmax(0, 1fr) auto;gap:0.35rem}.menu-slider-stage{position:relative;min-height:calc(100vh - 5.4rem)}.menu-slider-window,.menu-slider-track,.menu-slide,.menu-slide-frame,.menu-zoom-surface{height:100%}.menu-slider-window{width:100%;overflow:hidden}.menu-slider-track{display:flex;width:100%;transition:transform 220ms ease;will-change:transform}.menu-slide{flex:0 0 100%;min-width:100%}.menu-slide-frame{display:grid;place-items:center;min-height:calc(100vh - 5.4rem);padding:0 0.8rem}.menu-zoom-surface{width:100%;height:calc(100vh - 6.3rem);overflow:hidden;display:grid;place-items:center;touch-action:none}.menu-slide-image{width:auto;max-width:calc(100vw - 1.6rem);max-height:calc(100vh - 6.8rem);height:auto;border-radius:16px;box-shadow:0 34px 90px rgba(0, 0, 0, 0.34);background:white;transform-origin:center center;transition:transform 180ms ease, box-shadow 180ms ease;user-select:none;-webkit-user-drag:none}.menu-arrow{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border:1px solid rgba(255, 255, 255, 0.08);border-radius:999px;background:rgba(8, 10, 14, 0.6);color:rgba(255, 255, 255, 0.94);font-size:1.55rem;line-height:1;cursor:pointer;backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0, 0, 0, 0.24);z-index:40;transition:transform 180ms ease, opacity 180ms ease, background 180ms ease}.menu-arrow-prev{left:0.6rem}.menu-arrow-next{right:0.6rem}.menu-arrow:hover{background:rgba(12, 16, 24, 0.82);transform:translateY(-50%) scale(1.04)}.menu-arrow:disabled{opacity:0.25;cursor:default}.menu-slider-toolbar{padding:0 0.85rem calc(0.75rem + env(safe-area-inset-bottom));display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0.35rem}.menu-slider-meta{display:flex;align-items:center;gap:0.8rem;justify-content:center}.menu-slider-meta strong{font-size:1rem;letter-spacing:-0.02em;color:rgba(255, 255, 255, 0.96)}.menu-slider-meta span{color:rgba(255, 255, 255, 0.58);font-weight:600}.menu-slider-dots{display:flex;justify-content:center;flex-wrap:wrap;gap:0.55rem;padding:0}.menu-dot{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid rgba(255, 255, 255, 0.08);border-radius:999px;background:rgba(255, 255, 255, 0.06);color:rgba(255, 255, 255, 0.6);font-weight:700;cursor:pointer}.menu-dot.is-active{background:rgba(255, 255, 255, 0.96);color:#111827;border-color:rgba(255, 255, 255, 0.96)}.menu-empty,.menu-error{padding:1rem 1.2rem;border-radius:var(--radius-md);background:rgba(255, 255, 255, 0.08);color:var(--muted)}.menu-error{border:1px solid rgba(255, 119, 119, 0.22);color:#ffc0c0}.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 (min-width: 720px){.container{width:min(var(--content-width), calc(100% - 40px))}.section{padding:92px 0}.topbar-inner{min-height:5.6rem}.nav-toggle{display:none}.topnav,.topnav.is-collapsed{position:static;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:0.15rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.topnav a{padding:0.55rem 0.85rem}.hero-grid,.showcase-grid,.story-grid,.benefits-layout{grid-template-columns:minmax(0, 1fr) minmax(21rem, 0.95fr);align-items:center;gap:2.25rem}.hero-visual-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.hero-metrics,.steps-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.compare-grid,.benefits-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.contact-card{grid-template-columns:minmax(0, 1.15fr) auto;align-items:center;padding:2rem}.footer-inner{flex-direction:row;justify-content:space-between;align-items:end}.client-row{grid-template-columns:minmax(0, 1fr) auto;align-items:center}.image-card{grid-template-columns:240px minmax(0, 1fr);align-items:start}}@media (max-width: 719px){.topbar-inner{min-height:4.9rem}.landing-topbar-inner{grid-template-columns:minmax(0, 1fr) auto auto;gap:0.5rem;min-height:4.7rem}.landing-brand,.landing-brand img{min-width:0}.landing-nav-toggle{width:2.7rem;height:2.7rem;justify-self:end}.landing-nav-actions{min-width:0;gap:0.4rem;justify-self:end}.landing-theme-switch-text{display:none}.landing-theme-switch{gap:0}.landing-button-enter{min-height:2.7rem;padding:0.72rem 1rem;font-size:0.94rem;white-space:nowrap}.landing-theme-switch-track{width:3rem;height:1.85rem}.landing-theme-switch-knob{width:1.3rem;height:1.3rem}.landing-theme-switch input:checked+.landing-theme-switch-track .landing-theme-switch-knob{transform:translateX(1.1rem)}.showcase-grid{gap:1.25rem}.landing-image-card-phone{max-width:min(100%, 22rem)}}@media (max-width: 639px){.brand-logo{width:clamp(10rem, 48vw, 12.8rem)}.landing-topbar-inner{grid-template-columns:minmax(0, 1fr) 2.7rem auto;gap:0.35rem}.page-landing-modern .brand-logo{width:clamp(8.5rem, 39vw, 10.6rem)}.landing-nav-toggle{width:2.7rem;height:2.7rem}.landing-nav-actions{gap:0.3rem}.landing-theme-switch-track{width:2.85rem}.landing-button-enter{min-height:2.6rem;padding:0.66rem 0.9rem;font-size:0.88rem}.landing-hero{padding-top:34px}.landing-copy-block{gap:0}.landing-badge{margin-bottom:0.35rem}.landing-title{margin-top:0.7rem}.landing-copy-hero{margin-top:0.8rem;font-size:1.02rem}.landing-copy-subhero{margin-top:0.25rem;font-size:0.98rem}.hero{padding-top:18px}.contact-card,.admin-hero,.admin-panel,.form-shell,.not-found-card{padding:1.15rem}.menu-slide-frame{padding:0 0.15rem}.menu-zoom-surface{height:calc(100vh - 6.6rem)}.menu-slide-image{max-width:calc(100vw - 0.3rem);max-height:calc(100vh - 7rem);border-radius:14px}.menu-arrow{position:fixed;top:50%;width:2.4rem;height:2.4rem;z-index:60}.menu-arrow-prev{left:0.42rem}.menu-arrow-next{right:0.42rem}}@media (min-width: 640px) and (max-width: 1024px){.menu-slide-frame{padding:0 0.5rem}.menu-slide-image{max-width:calc(100vw - 1rem);max-height:calc(100vh - 6.6rem);border-radius:18px}.menu-arrow{width:2.8rem;height:2.8rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}html[data-theme="light"] .page-landing-modern{--landing-bg:#f4f7fb;--landing-bg-soft:rgba(255, 255, 255, 0.82);--landing-surface:rgba(255, 255, 255, 0.76);--landing-surface-strong:rgba(255, 255, 255, 0.92);--landing-line:rgba(15, 23, 42, 0.08);--landing-line-strong:rgba(15, 23, 42, 0.12);--landing-text:#0f172a;--landing-muted:#395277;--landing-muted-strong:#1d3d73;--landing-accent:#2b83ff;--landing-accent-strong:#1566ee;--landing-shadow:0 24px 80px rgba(15, 23, 42, 0.08)}.page-landing-modern{--landing-bg:#09111f;--landing-bg-soft:rgba(9, 17, 31, 0.84);--landing-surface:rgba(11, 19, 34, 0.78);--landing-surface-strong:rgba(11, 19, 34, 0.94);--landing-line:rgba(255, 255, 255, 0.08);--landing-line-strong:rgba(255, 255, 255, 0.12);--landing-text:#f5f8fd;--landing-muted:#b7c8e6;--landing-muted-strong:#ebf3ff;--landing-accent:#2b83ff;--landing-accent-strong:#6eb4ff;--landing-shadow:0 24px 90px rgba(0, 0, 0, 0.26);color:var(--landing-text);background:radial-gradient(circle at top left, rgba(111, 163, 255, 0.22), transparent 28rem),    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.09), transparent 18rem),    linear-gradient(180deg, #09111f 0%, #0d1627 52%, #09111f 100%);overflow-x:clip}html[data-theme="light"] .page-landing-modern{background:radial-gradient(circle at top left, rgba(111, 163, 255, 0.18), transparent 26rem),    radial-gradient(circle at 90% 12%, rgba(111, 163, 255, 0.14), transparent 18rem),    linear-gradient(180deg, #f8fbff 0%, #edf3fb 50%, #f7faff 100%)}.page-landing-modern .container{width:min(1180px, calc(100% - 24px))}.landing-topbar{position:sticky;top:0;z-index:120;border-bottom:1px solid var(--landing-line);background:color-mix(in srgb, var(--landing-bg-soft) 88%, transparent);backdrop-filter:blur(24px)}.landing-topbar-inner{display:grid;grid-template-columns:auto auto auto;align-items:center;gap:0.75rem;min-height:5.35rem;padding:0.9rem 0}.landing-brand{display:inline-flex;align-items:center}.landing-nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:0.32rem;width:2.85rem;height:2.85rem;margin-left:0;flex:0 0 auto;padding:0;border:1px solid var(--landing-line);border-radius:999px;background:rgba(255, 255, 255, 0.04)}.landing-nav-toggle span:not(.sr-only){width:1rem;height:2px;margin:0 auto;border-radius:999px;background:currentColor;color:var(--landing-text)}.landing-nav-toggle.is-active span:nth-child(2){transform:translateY(6px) rotate(45deg)}.landing-nav-toggle.is-active span:nth-child(3){opacity:0}.landing-nav-toggle.is-active span:nth-child(4){transform:translateY(-6px) rotate(-45deg)}.landing-nav-panel{position:absolute;top:calc(100% + 0.45rem);left:12px;right:12px;display:grid;gap:0.35rem;padding:0.9rem;border:1px solid var(--landing-line);border-radius:26px;background:var(--landing-surface-strong);box-shadow:0 24px 60px rgba(0, 0, 0, 0.3)}.landing-nav-panel a,.landing-theme-toggle,.landing-button,.landing-button-ghost{transition:transform 180ms ease,    background 180ms ease,    border-color 180ms ease,    color 180ms ease,    box-shadow 180ms ease}.landing-nav-panel a{border-radius:16px;padding:0.84rem 0.96rem;color:var(--landing-muted-strong);font-weight:700}.landing-nav-panel a:hover{background:rgba(43, 131, 255, 0.1);color:var(--landing-text)}.landing-nav-panel.is-collapsed{display:none}.landing-nav-actions{display:flex;justify-content:flex-end;gap:0.65rem;align-items:center;flex-wrap:nowrap}.landing-button,.landing-button-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:2.95rem;padding:0.88rem 1.24rem;border-radius:999px;font-weight:700}.landing-button-ghost:hover{transform:translateY(-1px);border-color:color-mix(in srgb, var(--landing-accent) 34%, var(--landing-line-strong));background:rgba(43, 131, 255, 0.12)}.landing-theme-switch{display:inline-flex;align-items:center;gap:0.7rem;cursor:pointer;color:var(--landing-text);user-select:none;flex:0 0 auto;min-width:0}.landing-theme-switch input{position:absolute;opacity:0;pointer-events:none}.landing-theme-switch-track{position:relative;display:inline-flex;width:3.35rem;height:2rem;align-items:center;padding:0.2rem;border:1px solid var(--landing-line);border-radius:999px;background:rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.08)}.landing-theme-switch-knob{width:1.45rem;height:1.45rem;border-radius:999px;background:linear-gradient(180deg, #ffffff, #dbe8ff);box-shadow:0 8px 18px rgba(0, 0, 0, 0.18);transform:translateX(0);transition:transform 180ms ease}.landing-theme-switch input:checked+.landing-theme-switch-track .landing-theme-switch-knob{transform:translateX(1.3rem)}.landing-theme-switch input:checked+.landing-theme-switch-track{background:rgba(111, 163, 255, 0.24);border-color:rgba(111, 163, 255, 0.5)}.landing-theme-switch-text{font-size:0.9rem;font-weight:700;color:var(--landing-muted-strong)}.landing-theme-switch:hover .landing-theme-switch-track{border-color:var(--landing-line-strong)}.landing-button{border:1px solid transparent;background:linear-gradient(135deg, #57a1ff 0%, #2b83ff 52%, #1268ef 100%);color:#f7fbff;box-shadow:0 18px 34px rgba(43, 131, 255, 0.32)}.landing-button:hover{transform:translateY(-1px);box-shadow:0 22px 46px rgba(43, 131, 255, 0.42)}.landing-button-ghost{border:1px solid color-mix(in srgb, var(--landing-accent) 32%, var(--landing-line));background:rgba(43, 131, 255, 0.08);color:var(--landing-text)}.landing-button-enter{padding-inline:1.2rem 1.3rem;border-color:rgba(22, 108, 230, 0.18);background:linear-gradient(135deg, #66adff 0%, #2f86ff 48%, #0f66e8 100%);color:#f8fbff;box-shadow:0 18px 34px rgba(24, 109, 230, 0.28),    inset 0 1px 0 rgba(255, 255, 255, 0.24)}.landing-button-enter:hover{transform:translateY(-2px);box-shadow:0 24px 44px rgba(24, 109, 230, 0.38),    inset 0 1px 0 rgba(255, 255, 255, 0.28)}.landing-button-whatsapp{border-color:rgba(18, 145, 89, 0.28);background:linear-gradient(135deg, #32d47f 0%, #18b866 52%, #0a9750 100%);color:#f7fff9;box-shadow:0 18px 34px rgba(10, 151, 80, 0.22),    inset 0 1px 0 rgba(255, 255, 255, 0.18)}.landing-button-whatsapp:hover{transform:translateY(-2px);box-shadow:0 24px 42px rgba(10, 151, 80, 0.3),    inset 0 1px 0 rgba(255, 255, 255, 0.2)}.landing-main{padding-bottom:3rem}.landing-hero,.landing-section{padding:60px 0}.landing-hero-grid,.landing-showcase-grid{display:grid;gap:1.5rem}.landing-hero-grid{justify-items:center;text-align:center;width:min(100%, 58rem);margin-inline:auto}.landing-copy-block{display:grid}.landing-hero-grid>.landing-copy-block{width:min(100%, 60rem);justify-items:center;text-align:center}.landing-badge{display:inline-flex;width:fit-content;align-items:center;gap:0.55rem;padding:0.5rem 0.8rem;border:1px solid var(--landing-line);border-radius:999px;background:rgba(255, 255, 255, 0.04);color:var(--landing-muted-strong);font-size:0.78rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase}.landing-badge-soft{background:rgba(111, 163, 255, 0.1);color:var(--landing-accent-strong)}.landing-title{margin:1rem 0 0;color:var(--landing-text);font-size:clamp(2.25rem, 8.5vw, 4.6rem);line-height:0.98;letter-spacing:-0.05em;max-width:12ch;margin-inline:auto}.landing-title-highlight{display:inline-block;background:linear-gradient(102deg, #1b67ff 0%, #3a7dff 24%, #8fb3ff 60%, #2b83ff 100%);background-size:180% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:0 10px 26px rgba(27, 103, 255, 0.18),    0 0 1px rgba(255, 255, 255, 0.12)}.landing-copy,.landing-section-heading p,.landing-module-card p,.landing-callout span,.landing-cta-card p,.landing-footer-copy,.landing-footer-meta,.landing-mini-card p,.landing-split-card li,.landing-flow-card p,.landing-kpi-card span{color:var(--landing-muted)}.landing-copy{max-width:42rem;margin-top:1.2rem;font-size:1.02rem;line-height:1.75}.landing-copy-hero{max-width:30rem;font-size:1.1rem;font-weight:700;line-height:1.5;color:var(--landing-accent-strong);margin-inline:auto}.landing-copy-subhero{max-width:32rem;margin-top:0.45rem;font-size:1.02rem;line-height:1.72;margin-inline:auto}.landing-tap-strip{display:grid;grid-template-columns:minmax(0, 1fr) auto minmax(0, 1fr);align-items:center;gap:1rem;width:min(100%, 42rem);margin:1.5rem auto 0;min-width:0}.landing-tap-card{display:grid;gap:0.8rem;border:1px solid var(--landing-line);border-radius:24px;padding:1rem 1rem 1.05rem;box-shadow:var(--landing-shadow);overflow:hidden;min-width:0}.landing-tap-card-light{background:radial-gradient(circle at top right, rgba(111, 163, 255, 0.12), transparent 10rem),    var(--landing-surface-strong)}.landing-tap-card-dark{background:radial-gradient(circle at top left, rgba(244, 194, 74, 0.18), transparent 11rem),    #16110d;border-color:rgba(244, 194, 74, 0.2)}.landing-tap-label{color:var(--landing-muted-strong);font-size:0.78rem;font-weight:800;letter-spacing:0.22em;text-transform:uppercase}.landing-tap-card-dark .landing-tap-label{color:rgba(255, 239, 194, 0.9)}.landing-tap-headline{display:flex;align-items:baseline;gap:0.65rem;flex-wrap:wrap}.landing-tap-headline strong{color:var(--landing-text);font-size:clamp(1.4rem, 3.2vw, 2rem);line-height:0.95;letter-spacing:-0.05em}.landing-tap-card-dark .landing-tap-headline strong{color:#fff7e5}.landing-tap-headline span{color:var(--landing-muted);font-size:0.95rem;font-weight:600}.landing-tap-arrow{color:var(--landing-accent-strong);font-size:1.5rem;font-weight:800;text-align:center;animation:landing-arrow-bob 1.8s ease-in-out infinite}.landing-tap-icons{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));align-items:center;gap:0.5rem;min-height:2rem;position:relative;isolation:isolate}.landing-tap-icons::before{content:"";position:absolute;inset:50% 0 auto 0;height:0.16rem;transform:translateY(-50%);border-radius:999px;background:linear-gradient(90deg, rgba(181, 109, 25, 0.08), rgba(181, 109, 25, 0.34), rgba(181, 109, 25, 0.08));z-index:0}.landing-tap-icon{position:relative;display:inline-flex;width:2.15rem;height:2.15rem;border-radius:999px;border:1px solid rgba(210, 170, 90, 0.25);background:rgba(255, 255, 255, 0.6);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.45);z-index:1;justify-self:center}.landing-tap-icon::before,.landing-tap-icon::after{content:"";position:absolute;inset:50% auto auto 50%;transform:translate(-50%, -50%)}.landing-tap-icon-camera::before{width:0.9rem;height:0.72rem;border:0.16rem solid #b56d19;border-radius:0.14rem}.landing-tap-icon-camera::after{width:0.34rem;height:0.18rem;margin-top:-0.48rem;margin-left:0.23rem;border-radius:999px;background:#b56d19}.landing-tap-icon-grid::before{width:0.92rem;height:0.92rem;background:radial-gradient(circle at 28% 28%, #b56d19 0 14%, transparent 15%),    radial-gradient(circle at 72% 28%, #b56d19 0 14%, transparent 15%),    radial-gradient(circle at 28% 72%, #b56d19 0 14%, transparent 15%),    radial-gradient(circle at 72% 72%, #b56d19 0 14%, transparent 15%)}.landing-tap-icon-dash::before{width:0.48rem;height:0.16rem;border-radius:999px;background:#b56d19}.landing-tap-icon-check::before{width:0.55rem;height:0.3rem;border-left:0.18rem solid #b56d19;border-bottom:0.18rem solid #b56d19;transform:translate(-50%, -64%) rotate(-45deg)}.landing-tap-icon{animation:landing-step-pop 2.4s ease-in-out infinite}.landing-tap-icon:nth-child(1){animation:landing-step-sequence 4.4s infinite;animation-delay:0s}.landing-tap-icon:nth-child(2){animation:landing-step-sequence 4.4s infinite;animation-delay:0.9s}.landing-tap-icon:nth-child(3){animation:landing-step-sequence 4.4s infinite;animation-delay:1.8s}.landing-tap-icon:nth-child(4){animation:landing-step-sequence 4.4s infinite;animation-delay:2.7s}.landing-tap-icon:nth-child(5){animation:landing-step-sequence 4.4s infinite;animation-delay:3.6s}.landing-tap-route{position:relative;height:1.3rem;min-width:0}.landing-tap-route-bar{position:absolute;inset:50% 0 auto 0;height:0.28rem;border-radius:999px;background:rgba(255, 243, 184, 0.18);transform:translateY(-50%);overflow:hidden}.landing-tap-route-bar::after{content:"";position:absolute;inset:0;width:100%;transform:translateX(-120%);background:linear-gradient(90deg, transparent, #f4c24a, #ffe06f, transparent);animation:landing-route-sweep 4.4s ease-in-out infinite}.landing-tap-route-dot{position:absolute;top:50%;left:0;width:0.95rem;height:0.95rem;border-radius:999px;background:#ffe06f;box-shadow:0 0 0 0.35rem rgba(244, 194, 74, 0.16), 0 0 1.2rem rgba(244, 194, 74, 0.48);transform:translate(-50%, -50%);animation:landing-route-dot 4.4s ease-in-out infinite}.landing-tap-route-check{position:absolute;top:50%;right:0;width:1.1rem;height:1.1rem;border-radius:999px;background:#ffe06f;opacity:0;transform:translate(0, -50%) scale(0.5);box-shadow:0 0 0 0.35rem rgba(244, 194, 74, 0.12), 0 0 1.2rem rgba(244, 194, 74, 0.34);animation:landing-route-check 4.4s ease-in-out infinite}.landing-tap-route-check::before{content:"";position:absolute;inset:50% auto auto 50%;width:0.32rem;height:0.18rem;border-left:0.18rem solid #2e2411;border-bottom:0.18rem solid #2e2411;transform:translate(-50%, -58%) rotate(-45deg)}.landing-tap-sequence{display:grid;gap:0.35rem;min-height:1.15rem}.landing-tap-sequence-qr{grid-template-columns:repeat(4, minmax(0, 1fr));align-items:center}.landing-tap-sequence-nfc{grid-template-columns:repeat(2, minmax(0, 1fr));align-items:center}.landing-tap-sequence span{padding:0.16rem 0.45rem;border-radius:999px;border:1px solid rgba(210, 170, 90, 0.16);background:rgba(255, 255, 255, 0.26);color:var(--landing-muted-strong);font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;opacity:0.35;animation:landing-sequence-step 4.4s infinite;justify-self:center;width:fit-content}.landing-tap-card-dark .landing-tap-sequence span{background:rgba(255, 255, 255, 0.06);color:rgba(255, 244, 208, 0.88);border-color:rgba(255, 244, 208, 0.12)}.landing-tap-sequence span:nth-child(1){animation-delay:0s}.landing-tap-sequence span:nth-child(2){animation-delay:1.1s}.landing-tap-sequence span:nth-child(3){animation-delay:2.2s}.landing-tap-sequence span:nth-child(4){animation-delay:3.3s}@keyframes landing-step-pop{0%,100%{transform:translateY(0);opacity:0.92}50%{transform:translateY(-0.18rem);opacity:1}}@keyframes landing-step-sequence{0%,12%{transform:translateY(0) scale(0.92);opacity:0.38;filter:saturate(0.9)}18%,42%{transform:translateY(-0.16rem) scale(1.04);opacity:1;filter:saturate(1.15)}48%,100%{transform:translateY(0) scale(0.92);opacity:0.35;filter:saturate(0.9)}}@keyframes landing-arrow-bob{0%,100%{transform:translateX(0);opacity:0.8}50%{transform:translateX(0.18rem);opacity:1}}@keyframes landing-route-sweep{0%{transform:translateX(-120%)}20%{transform:translateX(-60%)}48%{transform:translateX(0)}68%{transform:translateX(80%)}100%{transform:translateX(120%)}}@keyframes landing-route-dot{0%{left:0;opacity:0}8%{opacity:1}34%{left:42%;opacity:1}62%{left:84%;opacity:1}100%{left:100%;opacity:0}}@keyframes landing-route-check{0%,58%{opacity:0;transform:translate(0, -50%) scale(0.55)}70%,92%{opacity:1;transform:translate(0, -50%) scale(1)}100%{opacity:0;transform:translate(0, -50%) scale(0.72)}}.landing-actions{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:1.8rem;justify-content:center}.landing-actions-end{align-items:center}.landing-social-proof{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0.75rem;margin-top:1rem;color:var(--landing-muted);font-size:0.95rem}.landing-social-proof span{color:var(--landing-muted)}.landing-social-proof a,.landing-footer-socials a{color:var(--landing-blue-strong);font-weight:600;text-decoration:none}.landing-social-proof a:hover,.landing-footer-socials a:hover{color:var(--landing-text)}.landing-kpis,.landing-module-grid,.landing-flow-grid{display:grid;gap:1rem}.landing-kpis{margin-top:1.8rem;width:100%}.landing-kpi-card,.landing-mini-card,.landing-module-card,.landing-callout,.landing-flow-card,.landing-split-card,.landing-cta-card{border:1px solid var(--landing-line);border-radius:24px;background:var(--landing-surface);box-shadow:var(--landing-shadow);backdrop-filter:blur(24px)}.landing-kpi-card,.landing-mini-card,.landing-module-card,.landing-callout,.landing-flow-card,.landing-split-card{padding:1.1rem}.landing-kpi-card strong,.landing-mini-card h2,.landing-module-card h3,.landing-callout strong,.landing-flow-card h3,.landing-split-card h3,.landing-cta-card h2{display:block;margin-bottom:0.45rem;color:var(--landing-text)}.landing-visual-stack,.landing-mini-grid{display:grid;gap:1rem}.landing-visual-stack{width:min(100%, 64rem);margin-inline:auto}.landing-mini-grid{width:100%}.landing-copy-block-centered{width:min(100%, 60rem);margin-inline:auto}.landing-visual-card{overflow:hidden;border:1px solid var(--landing-line);border-radius:28px;background:var(--landing-surface);box-shadow:var(--landing-shadow)}.landing-visual-main .landing-image,.landing-phone-card .landing-image{width:100%;height:100%;object-fit:cover}.page-landing-modern .brand-logo{width:clamp(10rem, 34vw, 14.8rem)}.page-landing-modern .brand-logo-compact{width:clamp(9.5rem, 28vw, 13rem)}.landing-mini-card h2{font-size:1.35rem;line-height:1.08;letter-spacing:-0.04em}.landing-mini-grid-hero{width:min(100%, 58rem);margin-inline:auto}.landing-mini-eyebrow{margin:0 0 0.8rem;color:var(--landing-accent-strong);font-size:0.76rem;font-weight:700;letter-spacing:0.16em;text-transform:uppercase}.landing-section-alt{background:radial-gradient(circle at 82% 24%, rgba(111, 163, 255, 0.12), transparent 15rem),    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0))}html[data-theme="light"] .landing-section-alt{background:radial-gradient(circle at 82% 24%, rgba(111, 163, 255, 0.14), transparent 15rem),    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06))}.landing-section-heading{max-width:42rem;margin-bottom:1.35rem;margin-left:auto;margin-right:auto;text-align:center}.landing-section-heading h2{margin:0.7rem 0 0.55rem;color:var(--landing-text);font-size:clamp(2rem, 5.8vw, 3.2rem);line-height:1.02;letter-spacing:-0.045em}.landing-section-heading-compact p:last-child{max-width:32rem}.landing-split-grid{display:grid;gap:1rem}.landing-split-card-accent{background:radial-gradient(circle at top right, rgba(111, 163, 255, 0.16), transparent 10rem),    var(--landing-surface)}.landing-feature-list{margin:0;padding-left:1rem}.landing-feature-list li+li{margin-top:0.6rem}.landing-showcase-grid{align-items:center}.landing-callout-list{display:grid;gap:0.85rem}.landing-phone-card{max-width:26rem;margin:0 auto}.landing-phone-card .landing-image{aspect-ratio:9 / 16}.landing-flow-card span{display:inline-flex;margin-bottom:1rem;color:var(--landing-accent-strong);font-weight:800;letter-spacing:0.1em}.landing-cta-card{display:grid;gap:1.4rem;padding:1.5rem;text-align:center}.landing-link-grid,.landing-faq-grid{display:grid;gap:1rem;width:min(100%, 72rem);margin-inline:auto}.landing-pricing-grid{display:grid;gap:1rem;width:min(100%, 72rem);margin-inline:auto}.landing-pricing-card{display:grid;gap:0.95rem;border:1px solid var(--landing-line);border-radius:28px;padding:1.35rem;background:var(--landing-surface);box-shadow:var(--landing-shadow)}.landing-pricing-card-featured{border-color:color-mix(in srgb, var(--landing-accent) 42%, var(--landing-line));background:radial-gradient(circle at top right, rgba(43, 131, 255, 0.18), transparent 12rem),    var(--landing-surface-strong)}.landing-pricing-card h3{margin:0;color:var(--landing-text)}.landing-pricing-card p{margin-bottom:0}.landing-pricing-list{color:var(--landing-muted);padding-left:1.05rem}.landing-pricing-list li+li{margin-top:0.5rem}.landing-button-small{min-height:2.7rem;padding:0.76rem 1rem;width:fit-content}.landing-pricing-hint{display:inline-flex;margin-top:0.2rem;color:var(--landing-muted);font-size:0.9rem}.landing-link-card{transition:transform 180ms ease,    border-color 180ms ease,    background 180ms ease}.landing-link-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb, var(--landing-accent) 42%, var(--landing-line-strong));background:color-mix(in srgb, var(--landing-surface-strong) 84%, rgba(43, 131, 255, 0.12))}.landing-page-hero{padding-top:3rem}.landing-breadcrumb{margin:0 0 1rem;color:var(--landing-muted);font-size:0.9rem}.landing-breadcrumb a{color:var(--landing-accent-strong)}.landing-stack-list{display:grid;gap:0.8rem;margin:1.4rem 0 0;padding:0;list-style:none}.landing-stack-list li{border:1px solid var(--landing-line);border-radius:20px;background:var(--landing-surface);padding:1rem 1.1rem;color:var(--landing-muted);box-shadow:var(--landing-shadow)}.landing-stack-list strong{color:var(--landing-text)}.landing-article-grid{display:grid;gap:1rem}.landing-inline-links{display:flex;flex-wrap:wrap;gap:0.75rem}.landing-compare-grid{display:grid;gap:1rem;width:min(100%, 64rem);margin-inline:auto}.landing-compare-card{border:1px solid var(--landing-line);border-radius:28px;padding:1.2rem;background:var(--landing-surface);box-shadow:var(--landing-shadow)}.landing-compare-card-dim{background:linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),    var(--landing-surface)}.landing-compare-card-accent{background:radial-gradient(circle at top right, rgba(43, 131, 255, 0.18), transparent 12rem),    var(--landing-surface-strong);border-color:color-mix(in srgb, var(--landing-accent) 38%, var(--landing-line))}.landing-compare-list{margin:0;padding-left:1rem;color:var(--landing-muted)}.landing-compare-list li+li{margin-top:0.65rem}.landing-showcase-grid-tight{gap:1rem}.landing-callout-list-tight{gap:0.75rem}.landing-footer{padding:0 0 2.5rem}.landing-footer-inner{display:flex;flex-direction:column;gap:1rem;padding-top:1.2rem;border-top:1px solid var(--landing-line)}.landing-footer-socials{display:flex;flex-wrap:wrap;gap:0.85rem 1rem}.landing-footer-copy,.landing-footer-meta{margin:0}@media (min-width: 720px){.page-landing-modern .container{width:min(1180px, calc(100% - 40px))}.landing-topbar-inner{grid-template-columns:auto minmax(0, 1fr) auto}.landing-nav-toggle{display:none}.landing-nav-panel,.landing-nav-panel.is-collapsed{position:static;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0.2rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.landing-hero,.landing-section{padding:78px 0}.landing-footer-inner{flex-direction:row;align-items:center;justify-content:space-between}.landing-hero-grid{grid-template-columns:minmax(0, 1fr);align-items:center;gap:2.2rem}.landing-showcase-grid{grid-template-columns:minmax(0, 1.05fr) minmax(20rem, 0.95fr);align-items:center;gap:2.2rem}.landing-kpis,.landing-flow-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.landing-module-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.landing-link-grid,.landing-faq-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.landing-link-grid-featured{grid-template-columns:repeat(4, minmax(0, 1fr))}.landing-pricing-grid{grid-template-columns:repeat(3, minmax(0, 1fr));gap:1rem}.landing-compare-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.landing-split-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.landing-cta-card{grid-template-columns:minmax(0, 1.15fr) auto;align-items:center;padding:2rem}.landing-footer-inner{flex-direction:row;justify-content:space-between;align-items:end}.landing-article-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (max-width: 719px){.page-landing-modern{background:radial-gradient(circle at 16% 8%, rgba(111, 163, 255, 0.2), transparent 14rem),      radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.1), transparent 10rem),      radial-gradient(circle at 50% 92%, rgba(27, 103, 255, 0.16), transparent 12rem),      linear-gradient(180deg, #f9fbff 0%, #eef4fc 48%, #f7faff 100%)}html[data-theme="dark"] .page-landing-modern{background:radial-gradient(circle at 16% 8%, rgba(111, 163, 255, 0.24), transparent 14rem),      radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.08), transparent 10rem),      radial-gradient(circle at 50% 92%, rgba(27, 103, 255, 0.16), transparent 12rem),      linear-gradient(180deg, #07101e 0%, #0a1424 48%, #07101e 100%)}.landing-hero,.landing-section{position:relative;z-index:0}.landing-hero::before,.landing-section::before{content:"";position:absolute;inset:0.45rem 0;z-index:-1;border-radius:28px;background:radial-gradient(circle at top left, rgba(27, 103, 255, 0.08), transparent 40%),      radial-gradient(circle at bottom right, rgba(143, 179, 255, 0.08), transparent 34%),      linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.12));filter:blur(8px);opacity:0.92}html[data-theme="dark"] .landing-hero::before,html[data-theme="dark"] .landing-section::before{background:radial-gradient(circle at top left, rgba(27, 103, 255, 0.14), transparent 42%),      radial-gradient(circle at bottom right, rgba(143, 179, 255, 0.08), transparent 34%),      linear-gradient(180deg, rgba(12, 18, 31, 0.64), rgba(12, 18, 31, 0.22))}.landing-hero-grid>*,.landing-section .container>*{position:relative;z-index:1}.landing-badge,.landing-section-heading,.landing-pricing-card,.landing-compare-card,.landing-module-card,.landing-stack-list li,.landing-cta-card,.landing-split-card,.landing-flow-card,.landing-mini-card{background:radial-gradient(circle at top left, rgba(27, 103, 255, 0.08), transparent 42%),      linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(244, 248, 255, 0.9));border-color:rgba(27, 103, 255, 0.12);box-shadow:0 14px 34px rgba(27, 103, 255, 0.08),      0 12px 30px rgba(15, 23, 42, 0.08)}html[data-theme="dark"] .landing-badge,html[data-theme="dark"] .landing-section-heading,html[data-theme="dark"] .landing-pricing-card,html[data-theme="dark"] .landing-compare-card,html[data-theme="dark"] .landing-module-card,html[data-theme="dark"] .landing-stack-list li,html[data-theme="dark"] .landing-cta-card,html[data-theme="dark"] .landing-split-card,html[data-theme="dark"] .landing-flow-card,html[data-theme="dark"] .landing-mini-card{background:radial-gradient(circle at top left, rgba(27, 103, 255, 0.12), transparent 42%),      linear-gradient(180deg, rgba(11, 19, 34, 0.94), rgba(13, 21, 38, 0.86));border-color:rgba(143, 179, 255, 0.1)}.landing-badge-soft{background:linear-gradient(135deg, rgba(27, 103, 255, 0.14), rgba(143, 179, 255, 0.08))}.landing-tap-strip{grid-template-columns:minmax(0, 1fr);justify-items:stretch;gap:0.55rem;width:min(100%, 26rem)}.landing-tap-arrow{transform:rotate(90deg)}.landing-tap-card{padding:0.78rem 0.82rem 0.86rem}.landing-tap-icons{gap:0.35rem}.landing-tap-icon{width:1.72rem;height:1.72rem}.landing-tap-headline strong{font-size:clamp(1.2rem, 3.8vw, 1.65rem)}.landing-tap-headline span{font-size:0.86rem}.landing-tap-label{font-size:0.72rem}.landing-tap-sequence{gap:0.25rem}.landing-tap-sequence span{padding:0.14rem 0.38rem;font-size:0.66rem}.landing-tap-route{height:1.05rem}.landing-tap-route-bar{height:0.22rem}.landing-tap-route-dot{width:0.82rem;height:0.82rem}.landing-tap-route-check{width:0.92rem;height:0.92rem}.landing-pricing-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(82%, 82%);overflow-x:auto;padding-bottom:0.35rem;scroll-snap-type:x mandatory;scroll-padding-inline:1rem;-webkit-overflow-scrolling:touch}.landing-pricing-grid::-webkit-scrollbar{display:none}.landing-pricing-card{min-height:100%;scroll-snap-align:start}}
