:root{--background:#f7f8fc;--foreground:#1d2433;--card:#fff;--card-soft:#fafbff;--primary:#7729ea;--primary-strong:#6820d7;--primary-soft:#f1e9ff;--primary-softer:#f7f1ff;--primary-border:#d2baff;--border:#e7eaf3;--border-strong:#d7dded;--muted:#5d6778;--muted-soft:#8b94a7;--success:#25a55b;--danger:#e33b3b;--shadow:0 18px 40px #1d243314;--shadow-premium:0 24px 60px #28145224;--radius-2xl:34px;--radius-xl:28px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px;--max-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--foreground);background:radial-gradient(circle at 0 0,#7729ea24,#0000 24%),radial-gradient(circle at 100% 0,#8f3dff1a,#0000 20%),linear-gradient(#fcfbff 0%,#f8f8fd 18%,#fff 100%);margin:0;font-family:Segoe UI,Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}::selection{background:#7729ea2e}.page-shell{min-height:100vh}.container{width:min(calc(100% - 32px), var(--max-width));margin:0 auto}.section{padding:94px 0}.section-tight{padding:78px 0}.section-top-tight{padding-top:28px;padding-bottom:34px}.eyebrow{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;background:#f1e9ffe6;border:1px solid #d2baffe6;border-radius:999px;align-items:center;gap:10px;padding:10px 16px;font-size:.8rem;font-weight:800;display:inline-flex}.section-heading{max-width:760px;margin-bottom:30px}.section-heading h1,.section-heading h2{color:var(--foreground);letter-spacing:-.05em;margin:18px 0 14px;font-size:clamp(2.1rem,4vw,4.9rem);line-height:1.01}.section-heading h2{font-size:clamp(2rem,3vw,3.4rem)}.section-heading p,.copy{color:var(--muted);font-size:1.06rem;line-height:1.8}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.card{border-radius:var(--radius-xl);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border:1px solid #e7eaf3eb}.button-row{flex-wrap:wrap;gap:14px;display:flex}.button{border:1px solid #0000;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:56px;padding:0 24px;font-weight:800;transition:transform .2s,box-shadow .2s,background-color .2s,border-color .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:linear-gradient(135deg,#7729ea 0%,#8f3dff 100%);box-shadow:0 18px 34px #7729ea3d}.button-primary:hover{box-shadow:0 22px 42px #7729ea47}.button-secondary{color:var(--foreground);border-color:var(--border-strong);background:#fff}.button-secondary:hover{background:var(--card-soft)}.button-ghost{background:var(--primary-soft);color:var(--primary);border-color:var(--primary-border)}.button-ghost:hover{background:#eadbff}.site-header{z-index:40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f8f8fcd6;border-bottom:1px solid #e7eaf3e6;position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:86px;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:14px;font-weight:800;display:inline-flex}.brand-mark{border-radius:14px;width:44px;height:44px;overflow:hidden;box-shadow:0 14px 28px #7729ea29}.brand-copy{display:grid}.brand-copy strong{font-size:1rem}.brand-copy small{color:var(--muted);letter-spacing:.02em;font-size:.8rem;font-weight:700}.desktop-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.nav-link{color:var(--muted);border-radius:14px;padding:12px 14px;font-size:.95rem;font-weight:700;transition:background-color .2s,color .2s}.nav-link:hover{background:var(--primary-soft);color:var(--primary)}.hero-section{padding:54px 0 40px;position:relative;overflow:hidden}.hero-orb{filter:blur(20px);opacity:.68;pointer-events:none;border-radius:999px;position:absolute}.hero-orb-left{background:radial-gradient(circle,#7729ea2e 0%,#7729ea00 72%);width:320px;height:320px;top:-80px;left:-70px}.hero-orb-right{background:radial-gradient(circle,#8f3dff2e 0%,#8f3dff00 70%);width:360px;height:360px;top:100px;right:-60px}.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);align-items:center;gap:32px;display:grid}.hero-copy{z-index:1;position:relative}.hero-heading{margin-bottom:0}.hero-chip-row{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.hero-chip{border:1px solid var(--border);color:var(--foreground);background:#fff;border-radius:999px;padding:10px 14px;font-size:.9rem;font-weight:700;box-shadow:0 10px 22px #1d24330d}.hero-actions{margin-top:28px}.hero-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.hero-stat-card{border-radius:var(--radius-md);border:1px solid var(--border);background:#ffffffeb;padding:18px;box-shadow:0 12px 28px #1d24330d}.hero-stat-label,.preview-kicker{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800;display:inline-flex}.hero-stat-card strong{margin-top:10px;font-size:1.15rem;line-height:1.3;display:block}.hero-stat-card p{color:var(--muted);margin:6px 0 0;line-height:1.6}.hero-visual-shell{min-height:620px;position:relative}.hero-preview{z-index:1;border-radius:var(--radius-2xl);box-shadow:var(--shadow-premium);background:radial-gradient(circle at 100% 0,#ffffff47,#0000 28%),linear-gradient(#8f3dff 0%,#7729ea 62%,#621fcd 100%);padding:22px;position:relative}.hero-preview-frame{background:#12111d2e;border:1px solid #ffffff24;border-radius:28px;padding:18px}.preview-bar{gap:8px;margin-bottom:16px;display:flex}.preview-bar span{background:#ffffff7a;border-radius:999px;width:10px;height:10px}.preview-layout{grid-template-columns:168px 1fr;gap:16px;display:grid}.preview-sidebar{background:#ffffff1a;border:1px solid #ffffff1f;border-radius:22px;align-content:start;gap:10px;padding:16px;display:grid}.preview-brand{align-items:center;gap:10px;margin-bottom:10px;display:flex}.preview-mark{background:#ffffff29;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.preview-brand strong,.preview-brand span,.preview-topline h3,.preview-panel-head strong,.preview-card strong,.ticket-line strong,.preview-soft-card{color:#fff}.preview-brand strong{display:block}.preview-brand span,.preview-pill,.preview-topline span,.preview-panel-head span,.preview-card span,.ticket-line span{color:#ffffffb8}.preview-nav-item{color:#ffffffc7;border-radius:16px;padding:12px 13px;font-size:.94rem;font-weight:700}.preview-nav-item.is-active{color:#fff;background:#ffffff29}.preview-main{gap:16px;display:grid}.preview-topline{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.preview-topline h3{margin:8px 0 0;font-size:1.3rem}.preview-pill,.system-chip{white-space:nowrap;background:#ffffff24;border:1px solid #ffffff24;border-radius:999px;padding:10px 14px;font-size:.85rem;font-weight:700}.preview-stats,.preview-footer-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.preview-card,.preview-soft-card,.preview-panel{background:#ffffff1f;border:1px solid #ffffff1f;border-radius:20px}.preview-card{padding:16px}.preview-card strong{margin-top:10px;font-size:1.35rem;display:block}.preview-content-grid{grid-template-columns:1.05fr .95fr;gap:12px;display:grid}.preview-panel{padding:18px}.preview-panel-head{justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.ticket-line{border-bottom:1px solid #ffffff1a;justify-content:space-between;gap:16px;padding:12px 0;display:flex}.ticket-line.total{border-bottom:0}.bars{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:10px;min-height:152px;display:grid}.bars span{background:linear-gradient(#fffffff0 0%,#ddc9ff9e 100%);border-radius:999px 999px 10px 10px;display:block}.preview-soft-card{padding:14px 16px;font-size:.95rem;font-weight:700}.hero-floating-card{z-index:2;border:1px solid var(--border);color:var(--foreground);background:#fffffff0;border-radius:18px;align-items:center;gap:10px;padding:14px 16px;font-size:.92rem;font-weight:700;display:inline-flex;position:absolute;box-shadow:0 14px 30px #1d243314}.hero-floating-top{top:18px;right:0}.hero-floating-bottom{bottom:38px;left:0}.premium-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.premium-block{grid-template-columns:52px 1fr;align-items:start;gap:16px;padding:22px;display:grid}.premium-block h3,.feature-card h3,.content-card h3,.pricing-card h3,.policy-panel h3{color:var(--foreground);margin:0 0 8px;font-size:1.18rem}.premium-block p,.feature-card p,.content-card p,.faq-item p,.pricing-card p,.policy-panel p,.policy-panel li{color:var(--muted);margin:0;line-height:1.75}.showcase-heading{max-width:840px}.system-showcase{position:relative}.system-stage{box-shadow:var(--shadow-premium);background:linear-gradient(#fffffffa 0%,#fafbfffa 100%);padding:28px;overflow:hidden}.system-stage-top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.system-stage-top h3{margin:10px 0 0;font-size:clamp(1.35rem,2vw,1.9rem)}.system-stage-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.system-module-card{border:1px solid var(--border);background:#fff;border-radius:22px;padding:18px;box-shadow:0 14px 30px #1d24330f}.system-module-head{align-items:center;gap:14px;display:flex}.system-module-head strong{display:block}.system-module-head span{color:var(--muted);font-size:.9rem}.system-module-metric{background:var(--primary-softer);border:1px solid var(--primary-border);border-radius:18px;margin-top:18px;padding:14px 16px}.system-module-metric span{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:800;display:block}.system-module-metric strong{margin-top:8px;font-size:1.45rem;display:block}.system-module-lines{gap:10px;margin-top:16px;display:grid}.system-line{align-items:center;gap:10px;display:flex}.system-line span{background:linear-gradient(#8f3dff 0%,#7729ea 100%);border-radius:999px;width:10px;height:10px}.system-line p{color:var(--muted);line-height:1.5}.icon-badge{background:var(--primary-soft);width:52px;height:52px;color:var(--primary);border:1px solid var(--primary-border);border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.feature-card,.content-card,.faq-item,.pricing-card,.policy-panel{padding:28px}.content-card-accent{background:radial-gradient(circle at 100% 0,#7729ea14,#0000 36%),linear-gradient(#fff 0%,#fcfaff 100%)}.feature-list,.policy-list,.footer-list,.check-list{margin:18px 0 0;padding:0;list-style:none}.feature-list li,.policy-list li,.check-list li{color:var(--foreground);align-items:flex-start;gap:10px;margin-top:12px;line-height:1.6;display:flex}.feature-list li svg,.policy-list li svg,.check-list li svg,.sales-card svg{color:var(--success);flex:none;margin-top:3px}.sales-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.sales-card{border-radius:20px;align-items:flex-start;gap:12px;padding:18px;display:flex}.sales-card span{font-weight:700;line-height:1.6}.pricing-wrap{grid-template-columns:minmax(0,.94fr) minmax(320px,.8fr);align-items:start;gap:28px;display:grid}.price-highlight{background:var(--primary-soft);color:var(--primary);border:1px solid var(--primary-border);border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-weight:800;display:inline-flex}.price-tag{align-items:baseline;gap:10px;margin:14px 0 8px;display:flex}.price-tag strong{letter-spacing:-.06em;font-size:clamp(3.1rem,6vw,4.9rem)}.price-tag span{color:var(--muted);font-size:1.05rem}.split-panel,.faq-stack,.policy-stack,.legal-layout{gap:18px;display:grid}.faq-item summary{cursor:pointer;color:var(--foreground);justify-content:space-between;align-items:center;gap:16px;font-size:1.05rem;font-weight:800;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:16px}.cta-strip{color:#fff;box-shadow:var(--shadow-premium);background:radial-gradient(circle at 100% 0,#ffffff4d,#0000 35%),linear-gradient(135deg,#7729ea 0%,#8f3dff 100%);justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex}.cta-strip h2,.cta-strip p{color:#fff;margin:0}.cta-strip h2{letter-spacing:-.04em;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.1}.cta-strip p{opacity:.84;max-width:720px;line-height:1.75}.site-footer{padding:42px 0 34px}.footer-panel{padding:28px}.footer-grid{grid-template-columns:1.2fr .8fr .8fr;gap:24px;display:grid}.footer-copy{max-width:460px;margin-top:18px}.footer-tags{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.footer-tag{background:var(--primary-softer);border:1px solid var(--primary-border);color:var(--primary);border-radius:999px;padding:10px 12px;font-size:.84rem;font-weight:700}.footer-list li{margin-top:12px}.footer-list a{color:var(--muted)}.footer-list a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);justify-content:space-between;gap:18px;margin-top:26px;padding-top:22px;display:flex}.muted-note{color:var(--muted-soft);font-size:.95rem}@media (max-width:1180px){.system-stage-grid,.sales-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1080px){.hero-grid,.pricing-wrap,.grid-3,.grid-2,.footer-grid,.premium-strip,.preview-layout,.preview-content-grid,.preview-stats,.preview-footer-cards{grid-template-columns:1fr}.preview-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-visual-shell{min-height:auto}.hero-floating-top,.hero-floating-bottom{margin-bottom:14px;position:relative;inset:auto}.system-stage-top,.cta-strip,.footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width:820px){.site-header-inner{flex-direction:column;align-items:flex-start;min-height:76px;padding:14px 0}.desktop-nav{justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.section{padding:72px 0}.hero-section{padding-top:34px}.feature-card,.content-card,.faq-item,.pricing-card,.policy-panel,.system-stage,.footer-panel,.cta-strip{padding:24px}.preview-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.container{width:min(calc(100% - 24px), var(--max-width))}.hero-info-grid,.system-stage-grid,.sales-grid,.preview-sidebar{grid-template-columns:1fr}.button,.button-row{width:100%}.hero-preview{padding:16px}}
