:root{--bg:#050914;--surface:#0b1220;--card:#111a2c;--ink:#f8fbff;--text:#d7e3f4;--muted:#98a8bd;--line:#24324a;--soft:#09111f;--primary:#2563eb;--cyan:#06b6d4;--green:#22c55e;--danger:#ef4444;--shadow:0 28px 80px #00000059}:root[data-theme=light]{--bg:#f7fbff;--surface:#fff;--card:#fff;--ink:#07111f;--text:#20304a;--muted:#5b6b82;--line:#dbe8f7;--soft:#eef6ff;--shadow:0 24px 60px #0f23461c}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:78px}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.container{max-width:1260px;margin:0 auto}.section-pad{padding:86px 22px}.section-pad-sm{padding:44px 22px}.soft{background:var(--soft)}.nav{z-index:100;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:18px;max-width:1320px;margin:auto;padding:14px 22px;display:flex}.brand{letter-spacing:-.04em;color:var(--ink);align-items:center;gap:12px;font-size:24px;font-weight:950;display:flex}.brand-logo{object-fit:cover;object-position:center;filter:drop-shadow(0 0 16px #2563eb73);border-radius:12px;width:42px;height:42px}.brand sup{font-size:12px}.links{color:var(--text);align-items:center;gap:20px;font-size:14px;font-weight:800;display:flex}.links a:hover{color:var(--primary)}.nav-actions{align-items:center;gap:10px;display:flex}.theme-toggle{border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:10px 13px;font-weight:900;display:inline-flex}.btn{cursor:pointer;white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 18px;font-weight:950;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn.primary{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 14px 34px #2563eb47}.btn.secondary{background:var(--surface);border:1px solid var(--line);color:var(--ink)}.btn.ghost{border:1px solid var(--line);color:var(--ink);background:0 0}.btn.sm{padding:9px 13px;font-size:13px}.btn.full{width:100%}.btn.disabled{opacity:.55;pointer-events:none}h1,h2,h3{color:var(--ink);letter-spacing:-.045em;margin:0}h1{font-size:72px;line-height:.94}h2{font-size:44px;line-height:1.05}h3{font-size:22px;line-height:1.14}p{color:var(--muted);line-height:1.65}.lead{color:var(--text);max-width:720px;font-size:20px}.eyebrow{background:color-mix(in srgb,var(--primary) 14%,var(--surface));border:1px solid color-mix(in srgb,var(--primary) 26%,var(--line));color:var(--primary);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:950;display:inline-flex}.eyebrow.blue{color:#2563eb}.eyebrow.red{color:#ef4444}.section-head{text-align:center;max-width:820px;margin:0 auto 38px}.section-head.left{text-align:left;margin:0 0 30px}.section-head p{margin-bottom:0;font-size:16px}.hero{background:radial-gradient(circle at 80% 20%,#2563eb47,transparent 32%),radial-gradient(circle at 20% 10%,#06b6d429,transparent 28%),var(--bg);position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:46px;display:grid}.hero-copy h1{margin:18px 0 22px}.actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.trust-row{color:var(--text);flex-wrap:wrap;gap:18px;margin-top:28px;font-size:14px;font-weight:900;display:flex}.trust-row span{align-items:center;gap:7px;display:flex}.hero-panel{border:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 75%,#07111f),color-mix(in srgb,var(--card) 88%,#000));min-height:560px;box-shadow:var(--shadow);border-radius:34px;padding:34px;position:relative;overflow:hidden}.hero-logo-frame{background:radial-gradient(circle,#2563eb42,#0000 58%);border-radius:30px;place-items:center;display:grid;position:absolute;inset:40px 60px 138px}.hero-logo-frame img{object-fit:contain;filter:drop-shadow(0 0 24px #2563eb7a);width:100%;height:100%}.hero-card{border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 82%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;padding:24px;position:absolute;bottom:30px;left:30px;right:30px}.hero-card h2{font-size:34px}.platform-label{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#ef4444;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:950;display:inline-block}.mini-link{color:var(--primary);align-items:center;gap:7px;font-weight:950;display:inline-flex}.release-strip{background:linear-gradient(135deg,color-mix(in srgb,#2563eb 9%,var(--surface)),color-mix(in srgb,#22c55e 6%,var(--surface)));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.release-grid{grid-template-columns:1fr .9fr .7fr;align-items:center;gap:28px;display:grid}.release-copy h2{margin:12px 0;font-size:34px}.release-image{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;height:270px;overflow:hidden}.release-image img{object-fit:contain;width:100%;height:100%}.release-cards{gap:12px;display:grid}.release-card{background:var(--surface);border:1px solid var(--line);border-left:5px solid var(--accent);color:var(--ink);border-radius:18px;align-items:center;gap:13px;padding:14px;display:flex;box-shadow:0 8px 24px #00000014}.release-card svg{width:38px;height:38px}.release-card span{color:var(--accent);text-transform:uppercase;margin-top:3px;font-size:12px;font-weight:950;display:block}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card,.addon-card,.bundle-card,.rule,.cart-panel,.selector-block{background:var(--surface);border:1px solid var(--line);border-radius:26px;box-shadow:0 14px 40px #00000012}.product-card{flex-direction:column;gap:14px;padding:20px;display:flex}.card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.card-top svg{width:50px;height:50px}.status,.addon-tag{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:950}.status.available{color:#16a34a;background:#22c55e1f}.status.future{color:var(--muted);background:#94a3b829}.addon-tag{background:color-mix(in srgb,var(--accent) 13%,var(--surface));color:var(--accent)}.market,.host{color:var(--muted);font-size:12px;font-weight:900}.product-card p,.addon-card p{margin:0}.media-frame{background:color-mix(in srgb,var(--bg) 70%,#000);border:1px solid var(--line);border-radius:20px;place-items:center;display:grid;overflow:hidden}.media-frame.phone img{object-fit:contain;width:100%;height:100%;padding:12px}.addon-media{height:230px;margin:12px 0}.addon-media img{object-fit:contain;width:100%;height:100%;padding:10px}.card-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding-top:14px;display:flex}.price{color:var(--ink);font-size:26px;font-weight:950}.per{color:var(--muted);font-size:12px}.included-note{color:var(--muted);font-size:12px;line-height:1.5}.addon-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.addon-card{flex-direction:column;gap:12px;padding:20px;display:flex}.dark-band{color:#d7e3f4;background:radial-gradient(circle at 80% 20%,#ef44442e,#0000 30%),#050914}.dark-band h2,.dark-band h3{color:#fff}.execute-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:42px;display:grid}.execute-points{grid-template-columns:1fr 1fr;gap:12px;margin:24px 0;display:grid}.execute-points span{color:#f8fbff;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:15px;align-items:center;gap:9px;padding:12px;font-weight:850;display:flex}.execute-visual{box-shadow:var(--shadow);background:#07111f;border:1px solid #ffffff1f;border-radius:30px;overflow:hidden}.execute-visual>img{object-fit:contain;width:100%;height:320px;padding:18px}.app-orbit{border-top:1px solid #ffffff1a;grid-template-columns:repeat(2,1fr);gap:9px;padding:18px;display:grid}.app-orbit span{color:var(--accent);text-align:center;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:950}.bundle-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.bundle-card{padding:20px}.bundle-price{color:var(--ink);margin:16px 0;font-size:30px;font-weight:950}.bundle-price span{color:var(--muted);font-size:12px}.bundle-list{gap:6px;margin:14px 0;display:grid}.bundle-list b{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-size:12px}.bundle-list span{border:1px solid var(--line);color:var(--text);background:color-mix(in srgb,var(--soft) 65%,var(--surface));border-radius:999px;padding:6px 9px;font-size:12px}.bundle-coming-soon-note{color:var(--muted);background:color-mix(in srgb,var(--primary) 8%,var(--surface));border:1px solid color-mix(in srgb,var(--primary) 18%,var(--line));border-radius:8px;margin:4px 0 0;padding:6px 10px;font-size:11px;font-weight:900}.builder-grid{grid-template-columns:1fr 380px;align-items:start;gap:26px;display:grid}.selector-block{margin-bottom:18px;padding:18px}.selector-block h3{margin-bottom:12px}.select-row{border:1px solid var(--line);background:var(--card);width:100%;color:var(--ink);text-align:left;cursor:pointer;border-radius:16px;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;margin-bottom:8px;padding:11px;display:grid}.select-row svg{width:38px;height:38px}.select-row span{font-weight:900}.select-row small{color:var(--muted);margin-top:2px;font-weight:700;display:block}.select-row b{color:var(--text)}.select-row.on{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)}.select-row:disabled{opacity:.55;cursor:not-allowed}.cart-panel{padding:22px;position:sticky;top:100px}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:11px 0;display:grid}.cart-line svg{width:34px;height:34px}.cart-line span{color:var(--ink);font-weight:900}.cart-line small{color:var(--muted);font-size:11px;display:block}.cart-line b{color:var(--accent)}.total{border-top:2px solid var(--line);justify-content:space-between;align-items:center;margin:18px 0;padding-top:18px;display:flex}.total span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900}.total b{color:var(--ink);font-size:32px}.total small{color:var(--muted);font-size:13px}.fineprint{font-size:12px}.rules-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.rule{padding:22px}.rule b{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:15px;display:inline-grid}.visual-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.visual-grid figure{background:var(--surface);border:1px solid var(--line);border-radius:22px;margin:0;overflow:hidden}.visual-grid img{object-fit:contain;background:#050914;width:100%;height:260px;padding:10px}.visual-grid figcaption{color:var(--ink);padding:12px 14px;font-weight:900}.final{color:#fff;background:linear-gradient(135deg,#06142f,#10265d);padding:52px 22px}.final h2,.final p{color:#fff}.final-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.footer{color:#cbd5e1;background:#030712;padding:50px 22px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:28px;display:grid}.footer a{color:#cbd5e1;margin:8px 0;display:block}.footer b{color:#fff}.footer-brand{color:#fff!important}.footer p{color:#94a3b8}@media (width<=1100px){.hero-grid,.release-grid,.execute-grid,.builder-grid{grid-template-columns:1fr}.product-grid,.addon-grid,.bundle-grid,.rules-grid{grid-template-columns:repeat(2,1fr)}.cart-panel{position:static}.hero-panel{min-height:480px}}@media (width<=700px){.section-pad{padding:62px 16px}.nav-inner{padding:12px 14px}.desktop-actions .theme-toggle span{display:none}h1{font-size:44px}h2{font-size:32px}.product-grid,.addon-grid,.bundle-grid,.rules-grid,.visual-grid,.footer-grid{grid-template-columns:1fr}.hero-panel{min-height:420px}.hero-logo-frame{inset:30px 30px 145px}.media-frame.phone{height:230px}.final-inner{display:block}.release-image{height:210px}.execute-points{grid-template-columns:1fr}.select-row{grid-template-columns:36px 1fr}.select-row b{grid-column:2}.brand span{font-size:20px}}.site-toast{z-index:999;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-left:5px solid var(--green);box-shadow:var(--shadow);border-radius:16px;max-width:360px;padding:14px 18px;font-weight:900;position:fixed;top:86px;right:22px}.cart-nav small{color:#2563eb;background:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;margin-left:2px;font-size:12px;display:inline-grid}.btn.added{color:#fff!important;background:linear-gradient(135deg,#22c55e,#06b6d4)!important;border-color:#0000!important}.btn.disabled-soft{opacity:.72;background:var(--surface);border:1px solid var(--line);color:var(--muted)}.hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(360px,.86fr)}.hero-panel{min-height:510px;overflow:visible}.hero-logo-frame{background:0 0;inset:34px 42px 156px}.hero-logo-frame img{max-width:92%;max-height:92%;margin:auto}.hero-card{bottom:26px;left:26px;right:26px}.platform-label{background:#ef4444}.eyebrow{color:#0f67e9}:root[data-theme=dark] .eyebrow{color:#63a4ff}.addon-card.host-ready{border-color:color-mix(in srgb,var(--accent) 46%,var(--line))}.addon-card.host-needed{opacity:.88}.host-ready .host{color:var(--ink)}.ecosystem-grid{grid-template-columns:.7fr 1.3fr;align-items:center;gap:28px;display:grid}.wide-visual,.matrix-image{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:26px;margin:0;overflow:hidden}.wide-visual img{object-fit:contain;background:#050914;width:100%;height:430px;padding:12px}.wide-visual figcaption,.matrix-image figcaption{color:var(--ink);border-top:1px solid var(--line);padding:12px 16px;font-weight:950}.matrix-layout{grid-template-columns:1.15fr .85fr;align-items:start;gap:22px;display:grid}.feature-wrap{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;overflow:auto}.feature-table{border-collapse:collapse;width:100%;min-width:680px}.feature-table th,.feature-table td{border-bottom:1px solid var(--line);text-align:left;color:var(--text);padding:12px 14px;font-size:14px}.feature-table th{background:var(--soft);color:var(--ink);text-transform:uppercase;letter-spacing:.07em;font-size:12px}.feature-table td:first-child{color:var(--ink);font-weight:950}.matrix-image img{object-fit:contain;background:#050914;width:100%;height:520px;padding:12px}.flow-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.flow-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 14px 36px #0000000f}.flow-num{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:15px;place-items:center;width:44px;height:44px;margin-bottom:12px;font-weight:950;display:inline-grid}.flow-card p{margin-bottom:0}.visual-grid img{background:#050914}.visual-grid figure:first-child img{height:380px}.bundle-grid{grid-template-columns:repeat(3,1fr)}:root[data-theme=light] .dark-band{background:radial-gradient(circle at 80% 20%,#ef44441a,#0000 30%),#07111f}:root[data-theme=light] .visual-grid img,:root[data-theme=light] .wide-visual img,:root[data-theme=light] .matrix-image img{background:#07111f}:root[data-theme=light] .status.future{color:#475569}:root[data-theme=light] .btn.secondary{color:#07111f;background:#fff}:root[data-theme=light] .host-ready .host{color:#14213d}@media (width<=1200px){.btn{padding:11px 14px}.bundle-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1100px){.hero-grid,.ecosystem-grid,.matrix-layout{grid-template-columns:1fr}.hero-panel{min-height:470px}.matrix-image img{height:360px}.flow-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.site-toast{top:76px;left:16px;right:16px}.flow-grid{grid-template-columns:1fr}.wide-visual img,.visual-grid figure:first-child img{height:260px}.hero-panel{overflow:hidden}.hero-logo-frame{inset:26px 24px 152px}.bundle-grid{grid-template-columns:1fr}}.hero-panel{flex-direction:column;gap:22px;min-height:620px;padding:28px;display:flex;overflow:visible}.hero-logo-frame{border:1px solid var(--line);z-index:1;background:#030712;border-radius:24px;place-items:center;height:360px;display:grid;position:relative;inset:auto;overflow:hidden}.hero-logo-frame img{object-fit:contain;width:100%;height:100%;padding:16px}.hero-card{z-index:2;margin-top:-10px;position:relative;bottom:auto;left:auto;right:auto}.ecosystem-visuals{gap:20px;display:grid}.cross-matrix img{aspect-ratio:3/2;object-fit:contain;height:auto;max-height:none}.wide-visual img{object-fit:contain;height:auto;min-height:380px;max-height:820px}.actions.compact{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.product-enterprisepilot .media-frame.phone img,.product-executepilot .media-frame.phone img,.product-leakageindex .media-frame.phone img{object-fit:contain;padding:6px}.addon-card .addon-media{min-height:250px}.visual-grid{grid-template-columns:repeat(2,1fr)}.visual-grid figure:first-child img,.visual-grid figure:nth-child(2) img,.visual-grid figure:nth-child(3) img{height:420px}.cart-panel:before{content:"";background:url(/assets/product-images/valuepilot-vp-hero-logo.png) 50%/contain no-repeat;border-radius:18px;width:86px;height:86px;margin:0 auto 14px;display:block}:root[data-theme=light] .hero-logo-frame{background:#061126}@media (width<=1100px){.ecosystem-grid{grid-template-columns:1fr}.hero-panel{min-height:560px}.hero-logo-frame{height:310px}.wide-visual img{min-height:260px}.visual-grid{grid-template-columns:1fr}}@media (width<=760px){.hero-panel{min-height:500px;padding:18px}.hero-logo-frame{height:250px}.wide-visual img{min-height:220px}.visual-grid figure:first-child img,.visual-grid figure:nth-child(2) img,.visual-grid figure:nth-child(3) img{height:280px}}.billing-toggle{background:var(--card);border:1px solid var(--line);border-radius:999px;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 8px;padding:6px;display:grid}.billing-toggle button{color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:11px 10px;font-weight:950}.billing-toggle button.on{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 10px 22px #2563eb40}.billing-toggle small{opacity:.9;font-size:10px;display:block}.annual-note,.bundle-annual{color:var(--green);margin-top:-6px;margin-bottom:10px;font-size:12px;font-weight:900}.bundle-applied{border:1px solid color-mix(in srgb,var(--primary) 45%,var(--line));background:color-mix(in srgb,var(--primary) 10%,var(--surface));border-radius:16px;margin:14px 0;padding:12px 14px}.bundle-applied b{color:var(--ink);display:block}.bundle-applied span{color:var(--primary);font-size:12px;font-weight:900}.execute-visual>img{background:#020617;height:430px;padding:12px;object-fit:contain!important}.addon-card .addon-media img,.media-frame.phone img,.wide-visual img,.matrix-image img,.visual-grid img{object-fit:contain!important}.product-enterprisepilot .media-frame.phone,.product-executepilot .media-frame.phone,.product-leakageindex .media-frame.phone{height:320px}.cart-panel:before{background-image:url(/assets/product-images/valuepilot-vp-hero-logo.png);width:96px;height:96px}.hero-logo-frame img{object-fit:contain!important;object-position:center!important}.brand-logo{background:#020617;padding:2px;object-fit:contain!important}.wide-visual img{padding:18px}.cross-matrix img{min-height:500px}.ecosystem-visuals .wide-visual:first-child img{min-height:520px}:root[data-theme=light] .billing-toggle{background:#eef6ff}:root[data-theme=light] .annual-note,:root[data-theme=light] .bundle-annual{color:#047857}:root[data-theme=light] .bundle-applied{background:#eff6ff}.select-row:not(:disabled):hover,.addon-card.host-ready{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 18%,transparent)}@media (width<=760px){.execute-visual>img{height:280px}.cross-matrix img,.ecosystem-visuals .wide-visual:first-child img{min-height:260px}.billing-toggle{border-radius:18px;grid-template-columns:1fr}.billing-toggle button{border-radius:14px}}.plan-selector{margin-bottom:18px}.plan-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.plan-card{border:1px solid var(--line);background:var(--surface);color:var(--text);text-align:left;cursor:pointer;border-radius:18px;min-height:128px;padding:16px;box-shadow:0 12px 28px #0000000a}.plan-card b{color:var(--ink);margin-bottom:8px;font-size:16px;display:block}.plan-card span{color:var(--primary);font-size:13px;font-weight:900;line-height:1.35;display:block}.plan-card small{color:var(--muted);margin-top:8px;font-weight:700;line-height:1.35;display:block}.plan-card.on{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb29,0 18px 42px #2563eb1f}.account-builder{border:1px solid var(--line);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,#2563eb 6%),var(--surface));border-radius:22px;margin:16px 0;padding:16px}.account-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.account-title b{color:var(--ink);font-size:16px}.account-title span{color:var(--primary);text-align:right;font-size:12px;font-weight:950}.account-stepper{grid-template-columns:52px 1fr 52px;align-items:center;gap:10px;margin:10px 0;display:grid}.account-stepper button{border:1px solid var(--line);background:var(--card);height:46px;color:var(--ink);cursor:pointer;border-radius:15px;font-size:28px;font-weight:900;line-height:1}.account-stepper strong{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:18px;place-items:center;height:56px;font-size:27px;display:grid;box-shadow:0 16px 32px #2563eb38}.account-cost{color:var(--green);margin:8px 0;font-size:13px;font-weight:950}.account-builder p{color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.55}.subtotal-lines{border:1px solid var(--line);background:var(--card);border-radius:16px;grid-template-columns:1fr auto;gap:8px 14px;margin:16px 0;padding:12px;display:grid}.subtotal-lines span{color:var(--muted);font-size:13px;font-weight:800}.subtotal-lines b{color:var(--ink);font-size:13px}.per{white-space:nowrap}.rules-grid{grid-template-columns:repeat(5,1fr)}@media (width<=1100px){.plan-grid{grid-template-columns:1fr}.rules-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.rules-grid{grid-template-columns:1fr}.account-title{display:block}.account-title span{text-align:left;margin-top:4px;display:block}}.capability-container{max-width:1500px}.tier-card-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px;display:grid}.tier-card{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 92%,var(--accent) 8%),var(--surface));border:1px solid color-mix(in srgb,var(--accent) 55%,var(--line));border-radius:26px;padding:22px;box-shadow:0 18px 44px #00000014}.tier-head{grid-template-columns:58px 1fr;align-items:center;gap:14px;margin-bottom:14px;display:grid}.tier-head svg{width:56px;height:56px}.tier-head h3{color:var(--accent);margin:0;font-size:28px}.tier-head span{color:var(--text);margin-top:3px;font-weight:900;display:block}.tier-apps{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr;gap:7px;margin:16px 0;padding:14px 0;display:grid}.tier-apps span{color:var(--ink);align-items:center;gap:8px;font-size:14px;font-weight:850;display:flex}.tier-apps svg{color:var(--accent)}.tier-card p{color:var(--text);margin:0;font-size:14px}.capability-image{margin:24px 0!important}.capability-image img{background:#050914;width:100%;min-height:620px;padding:18px;object-fit:contain!important;height:auto!important;max-height:none!important}.compact-feature-table{margin-top:24px}.compact-feature-table .feature-table{min-width:860px}.feature-table td,.feature-table th{color:var(--text)}.execute-bundle{grid-column:span 2}.execute-bundle .bundle-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 8px;display:grid}.execute-bundle .bundle-list b{grid-column:1/-1}.execute-bundle .bundle-list span{text-align:center;white-space:normal;border-color:color-mix(in srgb,var(--line) 75%,#38bdf8 25%);justify-content:center;align-items:center;min-height:32px;display:flex}.bundle-card:not(.execute-bundle) .bundle-list span{white-space:normal}.cross-matrix{grid-column:1/-1}.cross-matrix img{background:#050914;width:100%;min-height:760px;padding:14px;object-fit:contain!important;max-height:none!important}.ecosystem-visuals{grid-column:1/-1}.ecosystem-grid{grid-template-columns:1fr!important}.ecosystem-grid>div:first-child{max-width:900px}.actions.compact{flex-wrap:wrap}:root[data-theme=light] .tier-card{background:linear-gradient(180deg,#fff,color-mix(in srgb,#fff 86%,var(--accent) 14%))}:root[data-theme=light] .tier-head span,:root[data-theme=light] .tier-apps span,:root[data-theme=light] .tier-card p{color:#0f172a}:root[data-theme=light] .account-cost{color:#15803d}:root[data-theme=light] .account-title span{color:#1d4ed8}:root[data-theme=light] .feature-table th{color:#07111f;background:#eaf2ff}:root[data-theme=light] .feature-table td{color:#172033}:root[data-theme=light] .feature-table td:first-child{color:#07111f}:root[data-theme=light] .bundle-list span{color:#0f172a;background:#fff}@media (width<=1200px){.tier-card-grid{grid-template-columns:1fr}.capability-image img{min-height:420px}.execute-bundle{grid-column:span 1}.execute-bundle .bundle-list{grid-template-columns:repeat(2,minmax(0,1fr))}.cross-matrix img{min-height:480px}}@media (width<=760px){.tier-head{grid-template-columns:48px 1fr}.tier-head svg{width:46px;height:46px}.tier-head h3{font-size:22px}.capability-image img{min-height:260px;padding:8px}.execute-bundle .bundle-list{grid-template-columns:1fr}.cross-matrix img{min-height:260px;padding:8px}.account-stepper{grid-template-columns:48px 1fr 48px}}.carousel-panel{position:relative;overflow:hidden}.hero-carousel{isolation:isolate;background:radial-gradient(circle at 50% 55%,#2563eb47,#020617f0 42%,#020617 78%);border:1px solid #60a5fa38;border-radius:28px;place-items:center;height:390px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 60px #2563eb1f,0 30px 90px #00000057}.carousel-glow{filter:blur(36px);opacity:.55;z-index:-1;background:conic-gradient(#2563eb00,#2563eb8c,#06b6d45c,#d946ef4d,#2563eb00);animation:8s linear infinite vpCarouselGlow;position:absolute;inset:-30%}.hero-carousel:after{content:"";pointer-events:none;background:radial-gradient(circle at 50% 88%,#38bdf86b,#0000 20%),linear-gradient(#ffffff0a,#0000 42%,#00000029);position:absolute;inset:0}.carousel-slide{opacity:0;filter:drop-shadow(0 0 #38bdf800);pointer-events:none;place-items:center;margin:0;transition:opacity .9s,transform 1.2s cubic-bezier(.2,.8,.2,1),filter 1s;display:grid;position:absolute;inset:22px 18px 44px;transform:scale(.955)translateY(8px)}.carousel-slide.active{opacity:1;filter:drop-shadow(0 0 26px #38bdf87a);pointer-events:auto;transform:scale(1)translateY(0)}.carousel-slide img{border-radius:20px;width:100%;max-width:100%;height:100%;max-height:100%;object-fit:contain!important}.carousel-slide figcaption{color:#eaf6ff;letter-spacing:.02em;text-shadow:0 0 18px #38bdf8b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0206178c;border:1px solid #7dd3fc38;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:950;position:absolute;bottom:-26px;left:16px}.carousel-dots{visibility:hidden;flex-wrap:wrap;justify-content:center;gap:7px;max-width:84%;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.carousel-dots span{background:#cbd5e159;border-radius:999px;width:7px;height:7px;transition:width .35s,background .35s,box-shadow .35s;box-shadow:0 0 #38bdf800}.carousel-dots span.on{background:#38bdf8;width:24px;box-shadow:0 0 18px #38bdf8d9}@keyframes vpCarouselGlow{to{transform:rotate(360deg)}}.execute-sales-note{background:linear-gradient(135deg,#2563eb21,#06b6d414);border:1px solid #60a5fa47;border-radius:20px;margin:20px 0 18px;padding:16px 18px;box-shadow:0 16px 40px #0000001f}.execute-sales-note b{color:#fff;margin-bottom:6px;font-size:16px;display:block}.execute-sales-note span{color:#cbd5e1;margin-bottom:8px;line-height:1.55;display:block}.execute-sales-note a{color:#67e8f9;font-weight:950;text-decoration:none}.execute-sales-note a:hover{text-decoration:underline}:root[data-theme=light] .hero-carousel{background:radial-gradient(circle at 50% 55%,#2563eb33,#fffffff5 48%,#eff6ff 82%);border-color:#bfdbfe;box-shadow:inset 0 0 48px #2563eb1a,0 24px 60px #2563eb24}:root[data-theme=light] .carousel-slide figcaption{color:#0f3f8f;text-shadow:none;background:#ffffffd1;border-color:#bfdbfe}:root[data-theme=light] .execute-sales-note{background:linear-gradient(135deg,#eff6ff,#f8fafc);border-color:#bfdbfe}:root[data-theme=light] .execute-sales-note b{color:#0f172a}:root[data-theme=light] .execute-sales-note span{color:#334155}:root[data-theme=light] .execute-sales-note a{color:#1d4ed8}@media (width<=1100px){.hero-carousel{height:330px}}@media (width<=760px){.hero-carousel{border-radius:22px;height:270px}.carousel-slide{inset:16px 12px 40px}.carousel-slide figcaption{font-size:11px;bottom:-23px}.carousel-dots span{width:6px;height:6px}.carousel-dots span.on{width:20px}}.brand-logo-airline{object-fit:contain!important;filter:none!important;background:0 0!important;border-radius:0!important;width:46px!important;height:46px!important;padding:0!important}.plan-card.locked{opacity:.46;cursor:not-allowed;filter:grayscale(.2)}.plan-card.locked:hover{transform:none!important;box-shadow:0 12px 28px #0000000a!important}.carousel-glow{display:none!important}.hero-carousel{background:#020617!important;height:430px!important;overflow:hidden!important;box-shadow:0 24px 70px #00000047!important}.hero-carousel:after{background:0 0!important;display:none!important}.carousel-slide{filter:none!important;inset:22px 18px 88px!important}.carousel-slide.active{filter:none!important}.carousel-slide img{filter:none!important;box-shadow:none!important}.carousel-slide figcaption{text-shadow:none!important;bottom:-44px!important}.carousel-dots{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617a8;border:1px solid #94a3b82e;border-radius:999px;padding:8px 11px;z-index:3!important;bottom:18px!important}:root[data-theme=light] .hero-carousel{background:#061126!important;box-shadow:0 24px 60px #0f23461f!important}:root[data-theme=light] .carousel-dots{background:#ffffffc7;border-color:#bfdbfe}@media (width<=1100px){.hero-carousel{height:360px!important}.carousel-slide{inset:18px 14px 82px!important}}@media (width<=760px){.hero-carousel{height:300px!important}.carousel-slide{inset:14px 10px 76px!important}.brand-logo-airline{width:40px!important;height:40px!important}}body.modal-open{overflow:hidden}.card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.card-actions .btn.secondary{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#020617c2;place-items:center;padding:26px;display:grid;position:fixed;inset:0}.learn-modal{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 92%,var(--accent) 8%),var(--surface));border:1px solid color-mix(in srgb,var(--accent) 48%,var(--line));border-radius:30px;width:min(980px,96vw);max-height:92vh;padding:30px;position:relative;overflow:auto;box-shadow:0 36px 110px #00000085}.modal-close{border:1px solid var(--line);background:var(--card);width:42px;height:42px;color:var(--ink);cursor:pointer;border-radius:999px;place-items:center;display:grid;position:absolute;top:18px;right:18px}.learn-head{grid-template-columns:66px 1fr;align-items:center;gap:16px;padding-right:48px;display:grid}.learn-head svg{width:62px;height:62px}.learn-head span{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:950;display:block}.learn-head h2{margin:4px 0 0;font-size:40px}.learn-lead{color:var(--text);margin:22px 0;font-size:18px;line-height:1.65}.learn-grid{grid-template-columns:1fr 1.35fr;gap:18px;display:grid}.learn-grid section{background:color-mix(in srgb,var(--card) 75%,transparent);border:1px solid var(--line);border-radius:22px;padding:20px}.learn-grid h3{margin-bottom:10px;font-size:20px}.learn-grid ul{gap:10px;margin:0;padding-left:20px;display:grid}.learn-grid li{color:var(--text);line-height:1.55}.learn-closeout{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 24%,var(--surface)),color-mix(in srgb,#020617 35%,var(--surface)));border:1px solid color-mix(in srgb,var(--accent) 50%,var(--line));color:var(--ink);border-radius:20px;margin:18px 0 0;padding:18px 20px;font-size:18px;font-weight:950;line-height:1.45}.modal-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.hero-carousel{background:linear-gradient(145deg,#061a42,#031022 62%,#020617)!important;border:1px solid #38bdf857!important;padding:18px 18px 74px!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #60a5fa29,inset 0 0 70px #2563eb2b,0 28px 80px #02061770!important}.carousel-slide{z-index:1;inset:20px 18px 116px!important}.carousel-slide img{transform:translateZ(0);object-fit:contain!important;filter:drop-shadow(0 0 22px #2563eb52)!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important}.carousel-slide.active img{filter:drop-shadow(0 0 28px #38bdf86b)!important}.carousel-slide figcaption{white-space:nowrap;transform:translate(-50%);color:#f8fbff!important;background:#07111fd6!important;border-color:#38bdf859!important;bottom:-62px!important;left:50%!important}.carousel-dots{z-index:4!important;margin-top:0!important;bottom:22px!important}.media-frame,.addon-media,.release-image,.execute-visual,.wide-visual img,.matrix-image img,.visual-grid img{background:linear-gradient(145deg,#061a42,#030b1d 70%,#020617)!important;border-color:#38bdf847!important}.media-frame.phone img,.addon-media img,.release-image img,.execute-visual>img{filter:drop-shadow(0 0 16px #2563eb2e);object-fit:contain!important;image-rendering:auto!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important}.media-frame.phone,.addon-media{padding:10px}.release-image{place-items:center;padding:10px;display:grid}.brand-logo-airline{width:64px!important;min-width:64px!important;height:64px!important}.nav-inner{padding-top:10px;padding-bottom:10px}.brand span{font-size:27px}.plan-card.locked{filter:grayscale(.32);opacity:.48!important;cursor:not-allowed!important}.plan-card.locked small{color:#fca5a5!important}.execute-visual>img{max-height:420px!important}.product-card,.addon-card{overflow:hidden}.product-card .card-footer,.addon-card .card-footer{align-items:flex-start}.product-card .price,.addon-card .price{white-space:nowrap}:root[data-theme=light] .learn-modal{background:linear-gradient(180deg,#fff,color-mix(in srgb,#fff 88%,var(--accent) 12%))}:root[data-theme=light] .learn-grid section{background:#fff}:root[data-theme=light] .learn-closeout{color:#07111f;background:linear-gradient(135deg,#eff6ff,#fff)}:root[data-theme=light] .media-frame,:root[data-theme=light] .addon-media,:root[data-theme=light] .release-image,:root[data-theme=light] .execute-visual,:root[data-theme=light] .wide-visual img,:root[data-theme=light] .matrix-image img{background:linear-gradient(145deg,#071836,#061126)!important}:root[data-theme=light] .carousel-slide figcaption{color:#0f3f8f!important;background:#ffffffeb!important}:root[data-theme=light] .card-actions .btn.secondary{color:#07111f;background:#fff}@media (width<=900px){.learn-grid{grid-template-columns:1fr}.learn-head h2{font-size:30px}.learn-modal{padding:24px}.brand-logo-airline{width:50px!important;min-width:50px!important;height:50px!important}.brand span{font-size:22px}.carousel-slide{inset:16px 12px 110px!important}}@media (width<=620px){.modal-backdrop{padding:12px}.learn-modal{border-radius:22px;padding:20px}.learn-head{grid-template-columns:48px 1fr;padding-right:42px}.learn-head svg{width:46px;height:46px}.learn-head h2{font-size:24px}.learn-lead{font-size:15px}.learn-grid section{padding:16px}.modal-actions{flex-direction:column}.card-actions{justify-content:flex-start;width:100%}.hero-carousel{padding-bottom:86px!important}.carousel-dots{max-width:92%}.carousel-slide{inset:12px 10px 112px!important}.carousel-slide figcaption{font-size:11px;bottom:-58px!important}}html,body,#root{width:100%;min-width:0;overflow-x:hidden}img{image-rendering:auto;transform:translateZ(0)}.nav{z-index:3000}.nav-inner{justify-content:space-between;align-items:center;gap:14px;width:100%;display:flex}.brand{flex:none}.brand span{white-space:nowrap}.desktop-actions,.links{flex-shrink:0}.mobile-menu-button{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--ink);cursor:pointer;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:none}.mobile-menu-button.visible{display:inline-flex}.mobile-menu{display:none}.hero-panel.carousel-panel{overflow:visible!important}.hero-carousel{isolation:isolate!important;background:linear-gradient(145deg,#07245b 0%,#061a42 38%,#030b1d 76%,#020617 100%)!important;border:1px solid #38bdf857!important;border-radius:30px!important;place-items:center!important;width:100%!important;height:clamp(300px,34vw,470px)!important;padding:22px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #60a5fa29,inset 0 0 70px #2563eb2b,0 28px 80px #02061770!important}.hero-carousel:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 58%,#38bdf829,#0000 46%);border-radius:22px;position:absolute;inset:16px}.hero-carousel:after,.carousel-glow,.carousel-dots{display:none!important}.carousel-slide{opacity:0!important;pointer-events:none!important;filter:none!important;z-index:1!important;place-items:center!important;margin:0!important;transition:opacity .85s,transform 1s!important;display:grid!important;position:absolute!important;inset:22px!important;transform:scale(.985)!important}.carousel-slide.active{opacity:1!important;pointer-events:auto!important;transform:scale(1)!important}.carousel-slide img{object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 0 22px #2563eb47)!important;border-radius:18px!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.carousel-slide figcaption{display:none!important}:root[data-theme=light] .hero-carousel{background:linear-gradient(145deg,#071836 0%,#061126 72%,#020617 100%)!important}.media-frame.phone,.addon-media,.release-image,.execute-visual,.wide-visual,.matrix-image,.visual-grid figure{background:linear-gradient(145deg,#07245b 0%,#061a42 40%,#030b1d 78%,#020617 100%)!important;border:1px solid #38bdf847!important}.media-frame.phone{place-items:center!important;height:300px!important;padding:12px!important;display:grid!important}.addon-media{place-items:center!important;height:270px!important;padding:12px!important;display:grid!important}.release-image{place-items:center!important;height:290px!important;padding:12px!important;display:grid!important}.execute-visual>img{object-fit:contain!important;object-position:center!important;width:100%!important;height:430px!important;padding:14px!important}.media-frame.phone img,.addon-media img,.release-image img,.execute-visual>img,.wide-visual img,.matrix-image img,.visual-grid img{object-fit:contain!important;object-position:center!important;image-rendering:auto!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.product-card,.addon-card,.bundle-card,.selector-block,.cart-panel,.product-grid,.addon-grid,.bundle-grid,.builder-grid,.hero-grid,.release-grid,.execute-grid,.ecosystem-grid,.matrix-layout{min-width:0}.mobile-menu{background:color-mix(in srgb,var(--bg) 96%,#020617);border-top:1px solid #0000;grid-template-columns:1fr;gap:8px;max-height:0;padding:0 16px;transition:max-height .25s,padding .25s,border-color .25s;display:grid;overflow:hidden}.mobile-menu.open{border-color:var(--line);max-height:720px;padding:14px 16px 18px}.mobile-menu>a{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:14px;padding:13px 14px;font-weight:950;display:block}.mobile-menu-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:6px;display:grid}.mobile-menu-actions .theme-toggle,.mobile-menu-actions .btn{width:100%;min-height:44px}.nav-measure{visibility:hidden;pointer-events:none;align-items:center;gap:14px;display:flex;position:fixed;top:-9999px;left:-9999px}@media (width<=1460px){.hero-grid,.release-grid,.execute-grid,.builder-grid,.ecosystem-grid,.matrix-layout{grid-template-columns:1fr!important}.cart-panel{position:static!important;top:auto!important}}@media (width<=760px){.section-pad{padding:58px 14px!important}.container{width:100%;max-width:100%}.hero-panel{border-radius:24px!important;min-height:auto!important;padding:16px!important}.hero-carousel{border-radius:22px!important;height:330px!important;padding:16px!important}.carousel-slide{inset:16px!important}.hero-card{border-radius:20px!important;padding:18px!important}.hero-card h2{font-size:28px!important}.product-grid,.addon-grid,.bundle-grid,.plan-grid,.rules-grid,.visual-grid,.flow-grid,.footer-grid{grid-template-columns:1fr!important}.media-frame.phone{height:280px!important}.addon-media{height:250px!important}.release-image{height:240px!important}.execute-visual>img{height:300px!important}.mobile-menu-actions{grid-template-columns:1fr!important}.select-row{grid-template-columns:42px 1fr!important}.select-row b{grid-column:2!important;justify-self:start!important}.account-title{align-items:flex-start!important}}@media (width<=430px){.brand span{font-size:19px!important}.brand-logo-airline{width:42px!important;min-width:42px!important;height:42px!important}.hero-carousel{height:285px!important}.media-frame.phone{height:250px!important}.addon-media{height:230px!important}.btn{text-align:center;white-space:normal!important}h1{font-size:40px!important}h2{font-size:30px!important}}:root{--vp-safe-page-gutter:clamp(16px, 4vw, 56px);--vp-card-media-height:clamp(240px, 34vw, 460px);--vp-phone-media-height:clamp(340px, 60vw, 620px)}.commerce-status-strip{color:#dbeafe;text-align:center;background:#0f172ab8;border:1px solid #94a3b838;border-radius:999px;max-width:1180px;margin:0 auto 1rem;padding:.65rem 1rem;font-size:.85rem}.product-card,.addon-card,.bundle-card,.core-app-card,.pricing-card,.shop-card,.catalog-card{min-width:0;overflow:visible}.product-card .actions,.addon-card .actions,.bundle-card .actions,.card-actions,.product-actions,.shop-actions,.cart-actions{box-sizing:border-box;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;padding-right:.25rem;display:flex}.add-to-cart,.add-cart,.cart-button,.btn-add,button[aria-label*=cart i],button[title*=cart i]{white-space:nowrap;flex-shrink:0;max-width:100%;position:relative;margin-left:0!important;margin-right:auto!important;right:auto!important;transform:none!important}.product-media,.addon-media,.bundle-media,.app-media,.phone-frame,.device-frame,.mockup-frame,.product-image-wrap,.app-image-wrap{width:100%;min-height:var(--vp-card-media-height);justify-content:center;align-items:center;display:flex;overflow:visible}.product-media img,.addon-media img,.bundle-media img,.app-media img,.phone-frame img,.device-frame img,.mockup-frame img,.product-image,.app-image,img.product-screenshot,img.phone-screenshot,img.mobile-preview{width:min(100%,520px);max-width:100%;height:auto;max-height:var(--vp-card-media-height);object-fit:contain;object-position:center center;image-rendering:auto}.phone-frame img,.device-frame img,.mockup-frame img,img.phone-screenshot,img.mobile-preview{max-height:var(--vp-phone-media-height)}@media (width<=900px){.product-grid,.addon-grid,.bundle-grid,.catalog-grid,.apps-grid{gap:clamp(1rem,3vw,1.5rem);grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-media,.addon-media,.bundle-media,.app-media,.phone-frame,.device-frame,.mockup-frame{min-height:clamp(280px,52vw,520px)}.product-media img,.addon-media img,.bundle-media img,.app-media img,.phone-frame img,.device-frame img,.mockup-frame img,.product-image,.app-image,img.product-screenshot,img.phone-screenshot,img.mobile-preview{width:min(100%,560px);max-height:clamp(300px,58vw,580px)}}@media (width<=640px){body{overflow-x:hidden}main,section,.section,.container,.page-shell{max-width:100%;padding-left:var(--vp-safe-page-gutter);padding-right:var(--vp-safe-page-gutter);box-sizing:border-box}.product-grid,.addon-grid,.bundle-grid,.catalog-grid,.apps-grid{grid-template-columns:1fr!important}.product-card,.addon-card,.bundle-card,.core-app-card,.pricing-card,.shop-card,.catalog-card{width:100%;max-width:100%}.product-media,.addon-media,.bundle-media,.app-media,.phone-frame,.device-frame,.mockup-frame,.product-image-wrap,.app-image-wrap{justify-content:center;align-items:center;min-height:clamp(360px,78vw,680px)}.product-media img,.addon-media img,.bundle-media img,.app-media img,.phone-frame img,.device-frame img,.mockup-frame img,.product-image,.app-image,img.product-screenshot,img.phone-screenshot,img.mobile-preview{object-fit:contain;object-position:center center;width:min(100%,620px);max-height:clamp(360px,82vw,700px)}}.product-card,.addon-card,.bundle-card,.selector-block,.cart-panel,.execute-visual{min-width:0!important;max-width:100%!important;overflow:hidden!important}.media-frame,.media-frame.phone,.addon-media,.product-media,.bundle-media,.app-media,.phone-frame,.device-frame,.mockup-frame,.product-image-wrap,.app-image-wrap,.release-image,.execute-visual,.wide-visual,.matrix-image,.visual-grid figure{contain:paint;max-width:100%!important;overflow:hidden!important}.media-frame.phone,.addon-media{box-sizing:border-box!important;place-items:center!important;width:100%!important;display:grid!important}.product-card h3{min-height:2.3em}.product-card .market{min-height:1.2em}.product-card p{min-height:11.55em}.media-frame.phone img,.addon-media img,.product-media img,.bundle-media img,.app-media img,.phone-frame img,.device-frame img,.mockup-frame img,.product-image,.app-image,img.product-screenshot,img.phone-screenshot,img.mobile-preview{object-fit:contain!important;object-position:center center!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;padding:8px!important;display:block!important;transform:none!important}.card-footer{grid-template-columns:1fr!important;align-items:start!important;gap:12px!important;width:100%!important;min-width:0!important;display:grid!important}.card-footer>div,.card-actions{min-width:0!important;max-width:100%!important}.card-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:center!important;gap:8px!important;width:100%!important;display:grid!important;overflow:hidden!important}.card-actions .btn,.card-actions button{width:100%!important}.card-actions .btn,.card-actions button,.product-card .btn,.addon-card .btn,.product-card button,.addon-card button{box-sizing:border-box!important;white-space:normal!important;overflow-wrap:anywhere!important;min-width:0!important;max-width:100%!important;line-height:1.15!important}.card-actions .btn.sm,.card-actions button.btn.sm{padding-left:11px!important;padding-right:11px!important}.execute-grid,.product-grid,.addon-grid,.bundle-grid,.builder-grid,.release-grid,.ecosystem-grid,.matrix-layout{min-width:0!important;max-width:100%!important}.execute-visual>img,.release-image img,.wide-visual img,.matrix-image img,.visual-grid img{object-fit:contain!important;object-position:center center!important;box-sizing:border-box!important;max-width:100%!important;max-height:100%!important}@media (width<=480px){.product-card,.addon-card,.bundle-card,.selector-block,.cart-panel{padding-left:16px!important;padding-right:16px!important}.media-frame.phone{height:clamp(230px,70vw,300px)!important}.addon-media{height:clamp(220px,66vw,280px)!important}.card-actions{grid-template-columns:1fr!important}}.media-frame.phone{height:clamp(240px,68vw,290px)!important}.media-frame.phone img{place-self:stretch stretch!important}.footer-link-btn{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:0;margin:8px 0;padding:0;font-family:inherit;font-size:14px;display:block}.footer-link-btn:hover{color:var(--primary)}.vp-cc-banner{z-index:2000;background:var(--surface);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 40px #00000059}.vp-cc-banner-text{color:var(--text);flex:420px;margin:0;font-size:14px;line-height:1.55}.vp-cc-actions{flex-wrap:wrap;gap:10px;display:flex}.vp-cc-btn{cursor:pointer;white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:11px 16px;font-size:13px;font-weight:900}.vp-cc-btn--primary{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);border:0}.vp-cc-btn--secondary{background:var(--surface);color:var(--ink)}.vp-cc-btn--ghost{color:var(--ink);background:0 0}.vp-cc-overlay{z-index:2100;background:#040914b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.vp-cc-modal{background:var(--card);border:1px solid var(--line);width:min(620px,100%);max-height:88vh;box-shadow:var(--shadow);border-radius:24px;padding:26px;overflow:auto}.vp-cc-modal-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.vp-cc-modal-head h2{font-size:22px}.vp-cc-close{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:4px 8px;font-size:26px;line-height:1}.vp-cc-modal-intro{color:var(--muted);margin:12px 0 18px;font-size:14px}.vp-cc-category-list{flex-direction:column;gap:14px;display:flex}.vp-cc-category{border:1px solid var(--line);border-radius:16px;padding:14px 16px}.vp-cc-category-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.vp-cc-category-head label{color:var(--ink);font-size:14px;font-weight:900}.vp-cc-category-head input{width:20px;height:20px}.vp-cc-category p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.5}.vp-cc-ccpa{color:var(--muted);margin:16px 0 0;font-size:12px;line-height:1.5}.vp-cc-modal-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}@media (width<=640px){.vp-cc-banner{flex-direction:column;align-items:stretch}.vp-cc-actions{justify-content:stretch}.vp-cc-actions .vp-cc-btn{flex:1}}
