:root{--orange:#e8621a;--blue:#2d5fa6;--blue-l:#4178c8;--trans:0.08s ease}#theme-dark:checked~.site-shell{--bg:#0f1623;--bg2:#151d2e;--bg3:#1b2540;--border:rgba(255,255,255,0.07);--border2:rgba(255,255,255,0.14);--text:#f0f4ff;--text2:#8a97b8;--text3:#c2ccdf;--card:rgba(255,255,255,0.04);--card-h:rgba(255,255,255,0.07);--nav-bg:rgba(15,22,35,0.9);--shadow:0 4px 32px rgba(0,0,0,0.4);--badge-bg:rgba(45,95,166,0.18);--badge-border:rgba(65,120,200,0.3);--badge-text:#7aaee8;--tog-bg:#1b2540;--tog-border:rgba(255,255,255,0.1)}#theme-light:checked~.site-shell{--bg:#f5f7fc;--bg2:#eef1f9;--bg3:#e4e9f5;--border:rgba(0,0,0,0.07);--border2:rgba(0,0,0,0.14);--text:#0f1623;--text2:#6270a0;--text3:#3a4870;--card:rgba(255,255,255,0.9);--card-h:#ffffff;--nav-bg:rgba(245,247,252,0.93);--shadow:0 4px 28px rgba(0,0,0,0.09);--badge-bg:rgba(45,95,166,0.08);--badge-border:rgba(45,95,166,0.2);--badge-text:#2d5fa6;--tog-bg:#e4e9f5;--tog-border:rgba(0,0,0,0.1)}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.section[id]{scroll-margin-top:96px}html,body{opacity:1 !important}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#f5f7fc;color:#0f1623;overflow-x:hidden;-webkit-font-smoothing:antialiased}.site-shell{min-height:100vh;--bg:#f5f7fc;--bg2:#eef1f9;--bg3:#e4e9f5;--border:rgba(0,0,0,0.07);--border2:rgba(0,0,0,0.14);--text:#0f1623;--text2:#6270a0;--text3:#3a4870;--card:rgba(255,255,255,0.9);--card-h:#ffffff;--nav-bg:rgba(245,247,252,0.93);--shadow:0 4px 28px rgba(0,0,0,0.09);--badge-bg:rgba(45,95,166,0.08);--badge-border:rgba(45,95,166,0.2);--badge-text:#2d5fa6;--tog-bg:#e4e9f5;--tog-border:rgba(0,0,0,0.1);--feat-icon-color:#1a2340;background:var(--bg);color:var(--text);transition:background var(--trans),color var(--trans)}.visually-hidden-control{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}a{text-decoration:none;color:inherit}nav{position:fixed;top:0;left:0;right:0;z-index:200;background:var(--nav-bg);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);transition:background var(--trans),border-color var(--trans)}.nav-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0;height:78px}.nav-logo{display:flex;align-items:center;line-height:0;flex-shrink:0}.nav-logo .logo-light,.nav-logo .logo-dark{height:48px;width:auto;display:block}.nav-logo .logo-dark{display:none}#theme-dark:checked~.site-shell .nav-logo .logo-light{display:none}#theme-dark:checked~.site-shell .nav-logo .logo-dark{display:block}#theme-light:checked~.site-shell .nav-logo .logo-light{display:block}#theme-light:checked~.site-shell .nav-logo .logo-dark{display:none}.nav-links{display:flex;gap:0.2rem;list-style:none;align-items:center}.nav-links a{padding:0.45rem 0.9rem;font-size:0.88rem;font-weight:500;color:var(--text2);border-radius:7px;transition:color var(--trans),background var(--trans);white-space:nowrap}.nav-links a:hover{color:var(--text);background:var(--card)}.nav-drop{position:relative}.nav-drop::after{content:'';position:absolute;left:0;right:0;top:100%;height:14px}.nav-drop-btn{display:flex;align-items:center;gap:0.3rem;padding:0.45rem 0.9rem;font-size:0.88rem;font-weight:500;color:var(--text2);border-radius:7px;cursor:pointer;background:none;border:none;font-family:inherit;transition:color var(--trans),background var(--trans)}.nav-drop-btn:hover,.nav-drop:hover .nav-drop-btn,.nav-drop:focus-within .nav-drop-btn{color:var(--text);background:var(--card)}.nav-drop-btn svg{transition:transform 0.2s}.nav-drop:hover .nav-drop-btn svg,.nav-drop:focus-within .nav-drop-btn svg{transform:rotate(180deg)}.nav-drop-menu{position:absolute;top:calc(100%+2px);left:50%;background:var(--nav-bg);backdrop-filter:blur(18px);border:1px solid var(--border2);border-radius:12px;padding:0.4rem;min-width:180px;box-shadow:0 12px 40px rgba(0,0,0,0.25);opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(-4px);transition:opacity 0.16s ease,transform 0.16s ease,visibility 0s linear 0.16s}.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{opacity:1;visibility:visible;pointer-events:all;transform:translateX(-50%) translateY(0);transition-delay:0s}.nav-drop-menu a{display:flex;align-items:center;gap:0.6rem;padding:0.55rem 0.85rem;font-size:0.85rem;font-weight:500;color:var(--text2);border-radius:8px;transition:color var(--trans),background var(--trans);white-space:nowrap}.nav-drop-menu a:hover{color:var(--text);background:var(--card)}.nav-drop-menu a svg{width:14px;height:14px;color:var(--orange);flex-shrink:0}.nav-right{display:flex;align-items:center;gap:0.75rem}.theme-toggle{display:flex;align-items:center;background:var(--tog-bg);border:1px solid var(--tog-border);border-radius:100px;padding:3px;gap:2px;transition:background var(--trans)}.tog-btn{display:flex;align-items:center;gap:5px;padding:5px 12px;border-radius:100px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-size:0.78rem;font-weight:600;cursor:pointer;border:none;background:transparent;color:var(--text2);transition:all 0.18s}.tog-btn svg{width:13px;height:13px;flex-shrink:0}#theme-dark:checked~.site-shell .tog-btn.dark{background:var(--bg3);color:var(--text);box-shadow:0 1px 6px rgba(0,0,0,0.3)}#theme-dark:checked~.site-shell .tog-btn.light{background:transparent;color:var(--text2)}#theme-light:checked~.site-shell .tog-btn.light{background:var(--bg);color:var(--text);box-shadow:0 1px 6px rgba(0,0,0,0.1)}#theme-light:checked~.site-shell .tog-btn.dark{background:transparent;color:var(--text2)}.nav-cta{background:var(--orange);color:#fff;padding:0.5rem 1.3rem;border-radius:8px;font-size:0.88rem;font-weight:600;transition:opacity var(--trans),transform var(--trans);cursor:pointer}.nav-cta:hover{opacity:0.88;transform:translateY(-1px)}.hero-wrap{padding:110px 1.5rem 0;position:relative;overflow:hidden}#theme-dark:checked~.site-shell .hero-wrap::before{content:'';position:absolute;top:-220px;left:30%;width:900px;height:700px;background:radial-gradient(ellipse,rgba(45,95,166,0.2) 0%,transparent 68%);z-index:0;pointer-events:none}.hero-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;position:relative;z-index:1;padding-bottom:70px}.hero-left{display:flex;flex-direction:column;align-items:flex-start}.hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--badge-bg);border:1px solid var(--badge-border);border-radius:100px;padding:5px 14px;font-size:0.8rem;font-weight:600;color:var(--badge-text);margin-bottom:1.6rem;animation:none}.hero-badge .dot{width:12px;height:12px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px rgba(232,98,26,0.12);flex:0 0 12px;animation:none}@keyframes blink{0%,100%{opacity:1}50%{opacity:0.3}}.hero-left h1{font-size:clamp(2.2rem,4vw,3.8rem);font-weight:800;line-height:1.1;letter-spacing:-0.025em;color:var(--text);margin-bottom:1.3rem;animation:none}.hero-left h1 .orange{color:var(--orange)}.hero-left h1 .blue{color:var(--blue-l)}.hero-sub{font-size:1rem;font-weight:400;line-height:1.72;color:var(--text2);margin-bottom:2rem;animation:none}.hero-actions{display:flex;gap:0.85rem;flex-wrap:wrap;animation:none}.btn-primary{background:var(--orange);color:#fff;padding:0.72rem 1.75rem;border-radius:9px;font-size:0.95rem;font-weight:600;box-shadow:0 6px 24px rgba(232,98,26,0.3);transition:all var(--trans);cursor:pointer}.btn-primary:hover{opacity:0.9;transform:translateY(-2px);box-shadow:0 10px 32px rgba(232,98,26,0.4)}.btn-outline{background:transparent;color:var(--text);padding:0.72rem 1.75rem;border-radius:9px;font-size:0.95rem;font-weight:600;border:1.5px solid var(--border2);transition:all var(--trans)}.btn-outline:hover{background:var(--card);border-color:var(--text2)}.hero-right{position:relative;animation:none}.hero-img-wrap{border-radius:20px;overflow:visible;box-shadow:0 24px 80px rgba(0,0,0,0.28);position:relative}.hero-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}#theme-light:checked~.site-shell .hero-img-wrap{box-shadow:0 16px 60px rgba(45,95,166,0.18)}.hero-float-badge{position:absolute;top:-18px;right:-18px;background:var(--orange);color:#fff;border-radius:14px;padding:14px 20px;box-shadow:0 8px 28px rgba(232,98,26,0.45);display:flex;flex-direction:column;align-items:flex-start;gap:2px;transform:rotate(2deg);transition:transform 0.2s;z-index:10}.hero-float-badge:hover{transform:rotate(0deg) scale(1.04)}.hfb-val{font-size:1.5rem;font-weight:800;color:#fff;line-height:1;letter-spacing:-0.02em}.hfb-lbl{font-size:0.72rem;font-weight:600;color:rgba(255,255,255,0.82);letter-spacing:0.04em;text-transform:uppercase}.hero-stats-bar{max-width:1180px;margin:0 auto;display:flex;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--card);animation:none;position:relative;z-index:1}.hero-stat{flex:1;padding:1.3rem 1rem;text-align:center;border-right:1px solid var(--border);transition:background var(--trans)}.hero-stat:last-child{border-right:none}.hero-stat:hover{background:var(--card-h)}.hs-kicker{font-size:1.08rem;font-weight:800;letter-spacing:0;text-transform:none;color:var(--orange);margin-bottom:0.45rem;line-height:1.15}.hs-num{font-size:1.75rem;font-weight:800;color:var(--text);line-height:1}.hs-num span{}.hs-label{font-size:0.74rem;color:var(--text2);margin-top:0.4rem;font-weight:500}.hero-stats-bar-wrap{padding:0 1.5rem;background:var(--bg)}@keyframes fadeUp{from{opacity:1;transform:none}to{opacity:1;transform:none}}.section{padding:90px 1.5rem}.section-inner{max-width:1180px;margin:0 auto}.section-label{font-size:0.74rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--orange);margin-bottom:0.6rem}.section-heading{font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;line-height:1.18;letter-spacing:-0.02em;color:var(--text)}.section-heading .accent{color:var(--orange)}.section-sub{font-size:0.97rem;color:var(--text2);line-height:1.7;font-weight:400;max-width:530px;margin-top:0.9rem}#features{background:var(--bg)}.features-header{text-align:center;margin-bottom:3.5rem}.features-header .section-sub{margin:0.9rem auto 0;max-width:100%}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden}.feat-card{background:var(--bg);padding:2rem 1.75rem;transition:background var(--trans)}.feat-card:hover{background:var(--bg2)}.feat-icon{width:52px;height:52px;border-radius:12px;background:#ffffff;border:1.5px solid var(--border2);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;flex-shrink:0}#theme-dark:checked~.site-shell .feat-icon{background:#1e2a40;border-color:rgba(255,255,255,0.12)}.ai-icon-wrap{padding:0;overflow:hidden}.ai-icon-wrap img{width:100%;height:100%;object-fit:cover;display:block}#theme-dark:checked~.site-shell .ai-icon-wrap img{filter:brightness(1.15) contrast(1.05) saturate(0.9) invert(0.06)}.feat-icon svg{width:26px;height:26px;stroke-width:2.2;color:var(--feat-icon-color)}#theme-dark:checked~.site-shell{--feat-icon-color:#a8c0f0}#theme-light:checked~.site-shell{--feat-icon-color:#1a2340}.feat-card h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:0.5rem}.feat-card p{font-size:0.875rem;color:var(--text2);line-height:1.65}.focus-strip{background:linear-gradient(135deg,#0d1828 0%,#1a2d4a 100%);padding:60px 1.5rem;border-top:1px solid rgba(255,255,255,0.06);border-bottom:1px solid rgba(255,255,255,0.06)}#theme-light:checked~.site-shell .focus-strip{background:linear-gradient(135deg,#1a2d4a 0%,#2d5fa6 100%)}.focus-strip-inner{max-width:1180px;margin:0 auto}.focus-strip-heading{text-align:center;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;color:#ffffff;letter-spacing:-0.02em;margin-bottom:0.6rem}.focus-strip-heading span{color: var(--orange);}.focus-strip-sub{text-align:center;font-size:0.95rem;color:rgba(255,255,255,0.6);margin-bottom:2.5rem}.focus-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,0.08);border-radius:14px;overflow:hidden}.focus-col{background:#0d1828;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:0.6rem}#theme-light:checked~.site-shell .focus-col{background:#1e3a60}.focus-col-we{font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:0.25rem}.focus-col-task{font-size:1rem;font-weight:700;color:#ffffff;line-height:1.35}.focus-col-arrow{font-size:1.4rem;color:var(--orange);line-height:1;margin:0.15rem 0}.focus-col-you{font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-bottom:0.15rem}.focus-col-focus{font-size:1rem;font-weight:700;color:var(--orange);line-height:1.35}.focus-col p{font-size:0.8rem;color:rgba(255,255,255,0.5);line-height:1.6;margin-top:0.25rem}@media(max-width:768px){.focus-cols{grid-template-columns:1fr}}#platforms{background:var(--bg2)}.platforms-wrap{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:center}.check-list{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:0.6rem}.check-list li{display:flex;align-items:center;gap:0.6rem;font-size:0.9rem;color:var(--text3)}.check-list li::before{content:'✓';color:var(--orange);font-weight:700;font-size:0.8rem;flex-shrink:0}.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0.75rem}.plat-tile{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem 0.5rem;display:flex;flex-direction:column;align-items:center;gap:0.4rem;transition:all var(--trans);cursor:default}.plat-tile:hover{background:var(--card-h);border-color:var(--border2);transform:translateY(-2px);box-shadow:var(--shadow)}.plat-tile .pt-icon{font-size:1.5rem}.plat-tile .pt-name{font-size:0.72rem;font-weight:600;color:var(--text2)}.hub-diagram-wrap{display:flex;align-items:center;justify-content:center;width:100%}#hub-svg{width:100%;max-width:680px;height:auto;overflow:visible}#theme-light:checked~.site-shell #hub-svg nodeGrad stop:first-child{stop-color:#e8eef8}#theme-light:checked~.site-shell #hub-svg .hub-glow{opacity:0.4}@media(max-width:900px){.hub-diagram-wrap{max-width:480px;margin:2rem auto 0}}#onboarding{background:var(--bg)}.onboarding-header{text-align:center;margin-bottom:3.5rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:1180px;margin:0 auto;position:relative}.steps-grid::before{content:'';position:absolute;top:28px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,var(--orange),var(--blue-l));z-index:0}.step-card{text-align:center;padding:0 1.5rem 0;position:relative;z-index:1}.step-num{width:56px;height:56px;border-radius:50%;background:var(--orange);color:#fff;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 4px 20px rgba(232,98,26,0.35);flex-shrink:0}.step-card h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:0.5rem}.step-card p{font-size:0.85rem;color:var(--text2);line-height:1.65}.onboarding-guarantee{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1180px;margin:3rem auto 0;padding-top:2.5rem;border-top:1px solid var(--border)}.guarantee-item{display:flex;align-items:flex-start;gap:1rem}.guarantee-icon{width:40px;height:40px;border-radius:10px;background:var(--bg3);border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.guarantee-icon svg{width:20px;height:20px;color:var(--orange)}.guarantee-text h4{font-size:0.9rem;font-weight:700;color:var(--text);margin-bottom:0.2rem}.guarantee-text p{font-size:0.82rem;color:var(--text2);line-height:1.6}@media(max-width:768px){.steps-grid{grid-template-columns:1fr 1fr;gap:2rem}.steps-grid::before{display:none}.onboarding-guarantee{grid-template-columns:1fr}}.commission-strip{margin-top:2.5rem;background:var(--bg3);border:1px solid var(--border2);border-radius:16px;overflow:hidden}.commission-strip-label{display:flex;align-items:center;gap:0.6rem;padding:1.1rem 2rem;font-size:0.85rem;font-weight:700;color:var(--orange);border-bottom:1px solid var(--border);letter-spacing:0.02em}.commission-strip-label svg{color:var(--orange);flex-shrink:0}.commission-metrics{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;padding:1.75rem 2rem;gap:0}.cm-divider{width:1px;height:48px;background:var(--border2);margin:0 2rem}.cm-item{text-align:center}.cm-val{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-size:2.2rem;font-weight:800;color:var(--text);line-height:1;letter-spacing:-0.03em}.cm-val span{font-size:0.9rem;font-weight:500;color:var(--text2)}.cm-plan{font-size:0.8rem;font-weight:700;color:var(--text);margin-top:0.35rem}.cm-tier{font-size:0.72rem;color:var(--text2);margin-top:0.15rem;font-weight:400}.cm-item-accent .cm-val{color:var(--orange)}.commission-footnote{padding:1rem 2rem 1.25rem;font-size:0.82rem;color:var(--text2);line-height:1.65;border-top:1px solid var(--border);margin:0}@media(max-width:768px){.commission-metrics{grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.5rem}.cm-divider{display:none}}#pricing{background:var(--bg)}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-header .section-sub{margin:0.9rem auto 0}#demo{background:var(--bg2)}.demo-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.demo-text h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;line-height:1.15;letter-spacing:-0.02em;color:var(--text);margin-bottom:1rem}.demo-text p{font-size:0.95rem;color:var(--text2);line-height:1.7;margin-bottom:1.5rem}.demo-badge{display:flex;align-items:flex-start;gap:0.6rem;background:linear-gradient(135deg,rgba(232,98,26,0.1),rgba(65,120,200,0.08));border:1px solid rgba(232,98,26,0.25);border-radius:10px;padding:0.85rem 1rem;margin-bottom:1.75rem}.demo-badge svg{color:var(--orange);flex-shrink:0;margin-top:1px}.demo-badge-text{font-size:0.82rem;color:var(--text);line-height:1.6}.demo-badge-text strong{color:var(--orange)}.demo-links{display:flex;flex-direction:column;gap:0.75rem}.demo-link-item{display:flex;align-items:center;justify-content:space-between;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:0.9rem 1.1rem;transition:all var(--trans);text-decoration:none;cursor:pointer}.demo-link-item:hover{background:var(--card-h);border-color:var(--border2);transform:translateX(4px)}.demo-link-left{display:flex;align-items:center;gap:0.75rem}.demo-link-icon{width:36px;height:36px;border-radius:8px;background:var(--bg3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.demo-link-icon svg{width:18px;height:18px;color:var(--text2)}.demo-link-label{font-size:0.88rem;font-weight:600;color:var(--text)}.demo-link-sub{font-size:0.75rem;color:var(--text2);margin-top:2px}.demo-link-arrow{color:var(--text2);transition:transform var(--trans)}.demo-link-item:hover .demo-link-arrow{transform:translateX(3px);color:var(--orange)}.demo-visual{position:relative;padding-top:14px}.demo-float-tag{position:absolute;top:0;right:0;background:var(--orange);color:#fff;font-size:0.75rem;font-weight:700;padding:5px 12px;border-radius:8px;box-shadow:0 4px 16px rgba(232,98,26,0.4);white-space:nowrap;z-index:2}.demo-thumb-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.75rem;margin-top:0.5rem}.demo-thumb{text-decoration:none;display:flex;flex-direction:column;gap:0.4rem}.demo-thumb-preview{position:relative;border-radius:10px;overflow:hidden;border:1.5px solid var(--border);aspect-ratio:4/3;background:var(--bg3)}.demo-thumb-preview img{width:100%;height:100%;object-fit:cover;display:block}.demo-thumb-overlay{position:absolute;inset:0;background:rgba(15,22,35,0.55);display:flex;align-items:center;justify-content:center;gap:0.4rem;color:#fff;font-size:0.78rem;font-weight:600;opacity:0;transition:opacity 0.2s}.demo-thumb:hover .demo-thumb-overlay{opacity:1}.demo-thumb:hover .demo-thumb-preview{border-color:var(--orange)}.demo-thumb-label{font-size:0.78rem;font-weight:600;color:var(--text2);padding-left:2px;transition:color 0.2s}.demo-thumb:hover .demo-thumb-label{color:var(--orange)}.demo-thumb-footer{font-size:0.78rem;color:var(--text2);margin-top:0.75rem;text-align:right}.demo-thumb-footer a{color:var(--orange);text-decoration:none;font-weight:600}.demo-thumb-footer a:hover{text-decoration:underline}@media(max-width:768px){.demo-inner{grid-template-columns:1fr;gap:2.5rem}.demo-visual{display:none}}#migration{background:var(--bg2)}.migration-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.migration-text h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;line-height:1.15;letter-spacing:-0.02em;color:var(--text);margin-bottom:0.75rem}.migration-text .section-label{margin-bottom:0.75rem}.migration-text>p{font-size:0.95rem;color:var(--text2);line-height:1.7;margin-bottom:2rem}.migration-list{display:flex;flex-direction:column;gap:1rem}.migration-item{display:flex;align-items:flex-start;gap:0.85rem}.migration-item-icon{width:38px;height:38px;border-radius:9px;background:rgba(232,98,26,0.12);border:1px solid rgba(232,98,26,0.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.migration-item-icon svg{width:18px;height:18px;color:var(--orange)}.migration-item-body h4{font-size:0.9rem;font-weight:700;color:var(--text);margin-bottom:0.2rem}.migration-item-body p{font-size:0.83rem;color:var(--text2);line-height:1.6}.migration-cards{display:flex;flex-direction:column;gap:1rem}.migration-platform-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.migration-platform-card h4{font-size:0.88rem;font-weight:700;color:var(--text);margin-bottom:0.15rem}.migration-platform-card p{font-size:0.78rem;color:var(--text2)}.migration-platform-badge{font-size:0.8rem;font-weight:800;padding:6px 14px;border-radius:0;white-space:nowrap;flex-shrink:0;line-height:1.1}.mpb-included{background:rgba(40,200,80,0.12);color:#28c850;border:none}.mpb-custom{background:rgba(232,98,26,0.12);color:var(--orange);border:none}.migration-note{margin-top:1.25rem;padding:0.9rem 1.1rem;background:var(--badge-bg);border:1px solid var(--badge-border);border-radius:10px;font-size:0.8rem;color:var(--text2);line-height:1.6}.migration-note strong{color:var(--text)}@media(max-width:768px){.migration-inner{grid-template-columns:1fr;gap:2.5rem}}.pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;align-items:start}.price-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.6rem 1.25rem 1.5rem;position:relative;transition:all var(--trans)}.price-card:hover{border-color:var(--border2);background:var(--card-h);transform:translateY(-4px);box-shadow:var(--shadow)}.price-card.pop{border-color:var(--blue-l);background:linear-gradient(160deg,rgba(45,95,166,0.14) 0%,rgba(232,98,26,0.07) 100%);box-shadow:0 10px 34px rgba(45,95,166,0.12);transform:none}.price-card.pop:hover{transform:translateY(-4px)}.pop-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--orange);color:#fff;font-size:0.68rem;font-weight:700;letter-spacing:0.07em;padding:4px 14px;border-radius:100px;text-transform:uppercase;white-space:nowrap}.pc-name{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:3px;display:flex;align-items:center;gap:0.45rem;flex-wrap:wrap}.pc-plan-pill{display:inline-flex;align-items:center;justify-content:center;padding:0.3rem 0.62rem;border-radius:0;font-size:0.7rem;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:0}.pc-plan-pill-ms{background:rgba(34,197,94,0.18);border:none;color:#0b8a55}#theme-dark:checked~.site-shell .pc-plan-pill-ms{background:rgba(52,211,153,0.18);border:none;color:#9df5cf}.pc-volume-cap{color:var(--text)!important;font-weight:700;white-space:normal;line-height:1.35;min-height:2.7em}.pc-feature-ms{margin-top:0.15rem}.pc-feature-ms .pc-plan-pill{font-size:0.74rem;padding:0.38rem 0.7rem}.pc-feature-ms{color:var(--text)!important;font-weight:700}.pc-feature-ms strong{display:inline-flex;align-items:center;padding:0.2rem 0.52rem;border-radius:999px;background:rgba(34,197,94,0.14);border:1px solid rgba(34,197,94,0.35);color:#0b8a55;font-weight:800;line-height:1.15}#theme-dark:checked~.site-shell .pc-feature-ms strong{background:rgba(52,211,153,0.14);border-color:rgba(110,231,183,0.35);color:#9df5cf}.pc-tag{font-size:0.78rem;color:var(--text2);margin-bottom:1.2rem;line-height:1.45;min-height:2.4em}.pc-price{display:flex;align-items:baseline;gap:3px;margin-bottom:1.3rem}.pc-price .curr{font-size:1rem;color:var(--text2);margin-top:3px}.pc-price .amt{font-size:2.1rem;font-weight:800;color:var(--text);line-height:1}.pc-price .custom{font-size:1.4rem;font-weight:800;color:var(--orange)}.pc-price .per{font-size:0.75rem;color:var(--text2)}.pc-divider{height:1px;background:var(--border);margin-bottom:1.1rem}.pc-features{list-style:none;display:flex;flex-direction:column;gap:0.55rem}.pc-features li{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.82rem;color:var(--text2);line-height:1.45}.pc-features li::before{content:'✓';color:var(--orange);font-weight:700;font-size:0.72rem;margin-top:2px;flex-shrink:0}.pc-cta{display:block;text-align:center;margin-top:1.5rem;padding:0.62rem;border-radius:8px;font-size:0.85rem;font-weight:600;transition:all var(--trans)}.pc-cta-def{border:1.5px solid var(--border2);color:var(--text);background:transparent}.pc-cta-def:hover{background:var(--card-h);border-color:var(--text2)}.pc-cta-pop{background:var(--orange);color:#fff;border:none;box-shadow:0 4px 18px rgba(232,98,26,0.3)}.pc-cta-pop:hover{opacity:0.9;transform:translateY(-1px)}.included-box{max-width:1180px;margin:2.5rem auto 0;background:var(--badge-bg);border:1px solid var(--badge-border);border-radius:14px;padding:1.75rem 2rem}.included-box h4{font-size:0.9rem;font-weight:700;color:var(--text);margin-bottom:1.1rem;text-align:center}.included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0.6rem}.inc-item{display:flex;align-items:center;gap:0.45rem;font-size:0.82rem;color:var(--text2)}.inc-item::before{content:'✦';color:var(--blue-l);font-size:0.55rem;flex-shrink:0}.pricing-note{text-align:center;margin-top:1.5rem;font-size:0.83rem;color:var(--text2)}.pricing-note strong{color:var(--text)}.pricing-model-note{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;background:var(--badge-bg);border:1px solid var(--badge-border);border-radius:12px;margin-top:1.25rem;width:100%;overflow:hidden}.pmn-item{display:flex;align-items:flex-start;gap:0.75rem;padding:1rem 1.4rem;font-size:0.875rem;color:var(--text2);line-height:1.65}.pmn-item svg{color:var(--orange);flex-shrink:0;margin-top:2px}.pmn-item strong{color:var(--text)}.pmn-divider{width:1px;height:100%;background:var(--border);align-self:stretch}@media(max-width:640px){.pricing-model-note{grid-template-columns:1fr}.pmn-divider{width:100%;height:1px}}#why{background:var(--bg2)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:3rem}.why-card{display:flex;gap:1rem;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;transition:all var(--trans)}.why-card:hover{background:var(--card-h);border-color:var(--border2);box-shadow:var(--shadow)}.why-num{font-size:2.5rem;font-weight:800;line-height:1;color:var(--border2);flex-shrink:0;width:50px;user-select:none}.why-card h3{font-size:0.97rem;font-weight:700;color:var(--text);margin-bottom:0.4rem}.why-card p{font-size:0.875rem;color:var(--text2);line-height:1.65}.comparison-wrap{margin-top:3.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.comparison-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;text-align:center;letter-spacing:-0.01em}.comparison-table{width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:14px;overflow:hidden;font-size:0.83rem}.comparison-table th{padding:0.85rem 1rem;font-size:0.73rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--text2);background:var(--bg3);border-bottom:1px solid var(--border2)}.comparison-table th.col-cg{background:rgba(232,98,26,0.1);color:var(--orange)}.comparison-table td{padding:0.8rem 1rem;border-bottom:1px solid var(--border);color:var(--text2);vertical-align:middle;line-height:1.45}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr:hover td{background:var(--card)}.comparison-table td.col-feature{font-weight:600;color:var(--text3);width:21%}.comparison-table td.col-cg{background:rgba(232,98,26,0.04);color:var(--text);font-weight:600}.comparison-table td.col-cg .check{color:#28c850}.comparison-table td .cross{color:#e05555;opacity:0.7}.comparison-table td .check{color:#28c850}.comparison-table td .partial{color:#f0a030}@media(max-width:768px){.comparison-wrap{padding-bottom:0.35rem}.comparison-table{font-size:0.75rem;min-width:760px}.comparison-table th,.comparison-table td{padding:0.6rem 0.6rem}}.cta-section{text-align:center;padding:90px 1.5rem;background:var(--bg);position:relative;overflow:hidden}#theme-dark:checked~.site-shell .cta-section::before{content:'';position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(45,95,166,0.15) 0%,transparent 70%)}.cta-inner{max-width:600px;margin:0 auto;position:relative;z-index:1}.cta-inner h2{font-size:clamp(1.7rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-0.02em;color:var(--text);margin-bottom:1rem}.cta-inner p{font-size:1rem;color:var(--text2);margin-bottom:2rem;line-height:1.65}.cta-actions{display:flex;gap:0.85rem;justify-content:center;flex-wrap:wrap}footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 1.5rem}.footer-inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-logo img{height:30px;width:auto}.footer-links{list-style:none;display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a,.footer-links label{font-size:0.85rem;color:var(--text2);transition:color var(--trans);cursor:pointer}.footer-links a:hover,.footer-links label:hover{color:var(--text)}.footer-copy{font-size:0.8rem;color:var(--text2)}.footer-copy a{color:var(--orange);font-weight:600}.footer-copy a:hover{text-decoration:underline}@media(max-width:1024px){.pricing-grid{grid-template-columns:repeat(3,1fr)}.price-card.pop{transform:none}.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-left{align-items:center;text-align:center}.hero-actions{justify-content:center}.hero-right{max-width:520px;margin:0 auto}}@media(max-width:768px){.nav-links{display:none}.platforms-wrap{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:repeat(2,1fr)}.included-grid{grid-template-columns:repeat(2,1fr)}.hero-stats-bar{flex-direction:column}.hero-stat{border-right:none;border-bottom:1px solid var(--border)}.hero-stat:last-child{border-bottom:none}}@media(max-width:500px){.pricing-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr}}.nav-panel{display:flex;align-items:center;gap:0.75rem}.mobile-menu-drawer{display:none}.mobile-nav-toggle,.mobile-nav-backdrop{display:none}.back-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:var(--orange);color:#fff;box-shadow:0 12px 28px rgba(232,98,26,0.28);z-index:160;text-decoration:none;transition:transform var(--trans),opacity var(--trans),box-shadow var(--trans),visibility var(--trans);opacity:0;visibility:hidden;pointer-events:none}.back-to-top:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(232,98,26,0.35)}.back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto}.back-to-top svg{width:20px;height:20px}@media(max-width:768px){.nav-inner{height:74px;padding:0 1rem;gap:0.75rem;position:relative}.mobile-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border2);border-radius:8px;background:var(--card);color:var(--text);cursor:pointer;flex-shrink:0;order:3;position:relative;z-index:181}.mobile-nav-toggle svg{width:28px;height:28px}.site-shell.mobile-nav-open .mobile-nav-toggle{background:var(--bg3);border-color:var(--border2)}.nav-panel{display:none}.mobile-menu-drawer{display:none;position:fixed;top:82px;left:12px;right:12px;display:flex;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem 1rem calc(1rem+env(safe-area-inset-bottom));background:var(--nav-bg);border:1px solid var(--border2);border-radius:18px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity var(--trans),transform var(--trans);z-index:180;max-height:min(calc(100dvh - 110px),620px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.site-shell.mobile-nav-open .mobile-menu-drawer{display:flex;opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu-drawer .nav-drop::after{display:none}.nav-links{display:flex;flex-direction:column;align-items:stretch;gap:0.45rem;width:100%}.nav-links>li{width:100%}.nav-links a,.nav-drop-btn{width:100%;justify-content:space-between;padding:1rem 1rem}.mobile-menu-drawer .nav-links>li>a,.mobile-menu-drawer .nav-drop-btn{font-size:0.96rem;font-weight:800;text-transform:uppercase;letter-spacing:0.04em;border-radius:12px;min-height:52px}.mobile-menu-drawer .nav-links>li>a:hover,.mobile-menu-drawer .nav-drop-btn:hover{background:var(--card)}.mobile-menu-drawer .nav-drop{margin-bottom:0.35rem}.mobile-menu-drawer .nav-drop-menu{position:static;left:auto;top:auto;min-width:0;transform:none !important;opacity:1;visibility:visible;display:block;pointer-events:auto;box-shadow:none;border:none;background:transparent;padding:0.35rem 0 0.9rem 0}.mobile-menu-drawer .nav-drop-menu a{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:0.9rem;padding:0.9rem 0.95rem 0.9rem 1.05rem;margin-left:0.95rem;border-left:2px solid var(--border);border-radius:0 10px 10px 0;white-space:normal;font-size:0.92rem;font-weight:600;text-transform:none;letter-spacing:normal;text-align:left}.mobile-menu-drawer .nav-drop-menu a svg{flex:0 0 auto;margin-left:0.75rem;margin-right:0}.mobile-menu-drawer .nav-links>li:not(.nav-drop)>a{margin-top:0.15rem}.mobile-menu-drawer .nav-links>li+li{margin-top:0.32rem}.mobile-menu-drawer .nav-links>li:nth-last-child(2){margin-top:1.15rem;padding-top:0.55rem}.mobile-menu-drawer .nav-links>li:last-child{margin-top:0.7rem;padding-top:0.4rem;padding-bottom:0.75rem}.mobile-menu-drawer .nav-links>li.mobile-why-link{margin-top:0.9rem;padding-top:0.15rem;border-top:1px solid var(--border)}.mobile-menu-drawer .nav-links>li.mobile-why-link>a{margin-top:0}.back-to-top{display:inline-flex !important}.nav-drop:hover .nav-drop-btn svg{transform:none}.mobile-menu-drawer .nav-right{display:flex;align-items:center;justify-content:space-between;width:100%;gap:0.75rem;padding-top:1.15rem;border-top:1px solid var(--border);margin-top:0.55rem;background:transparent;position:static;padding-bottom:env(safe-area-inset-bottom)}.theme-toggle{flex:0 0 auto}.tog-btn{font-size:0;gap:0;padding:8px 10px;min-width:auto}.tog-btn svg{width:16px;height:16px}.tog-label{display:none}.nav-cta{flex:1;text-align:center;padding:0.75rem 1rem}.mobile-nav-backdrop{display:block;position:fixed;inset:74px 0 0;background:rgba(6,10,18,0.24);opacity:0;pointer-events:none;transition:opacity var(--trans);z-index:150}.site-shell.mobile-nav-open .mobile-nav-backdrop{opacity:1;pointer-events:auto}.back-to-top{right:16px;bottom:16px;width:44px;height:44px;border-radius:13px}}.contact-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(6,10,18,0.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;pointer-events:none;transition:none;z-index:9999}#contact-modal-toggle:checked~.site-shell .contact-modal{opacity:1;pointer-events:auto}.contact-modal-dialog{width:min(100%,600px);height:min(calc(100vh - 48px),820px);position:relative;z-index:1;background:linear-gradient(180deg,var(--bg2),var(--bg));border:1px solid var(--border2);border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,0.38);overflow:hidden;transform:translateY(18px) scale(0.98);transition:none;display:flex;flex-direction:column}#contact-modal-toggle:checked~.site-shell .contact-modal .contact-modal-dialog{transform:translateY(0) scale(1)}.contact-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 24px 18px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0))}.contact-modal-title h3{font-size:1.25rem;line-height:1.2;font-weight:800;color:var(--text);margin-bottom:6px}.contact-modal-title p{font-size:0.95rem;line-height:1.55;color:var(--text2)}.contact-modal-close{width:44px;height:44px;border:none;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:var(--card);color:var(--text);cursor:pointer;transition:none;flex-shrink:0;text-decoration:none}.contact-modal-close:hover{background:var(--card-h);transform:translateY(-1px)}.contact-modal-close svg{width:20px;height:20px}.contact-modal-body{padding:18px 24px 24px;overflow:hidden;flex:1;display:flex}.contact-modal-frame-wrap{background:var(--bg3);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,0.03);width:100%;height:100%}.contact-modal-frame-wrap iframe{display:block;width:100%;height:100%;max-width:100%;min-height:0;border:0;background:#fff}#contact-modal-toggle:checked~.site-shell{height:100vh;overflow:hidden}.contact-modal-backdrop{position:absolute;inset:0;display:block;cursor:pointer}@media (max-width:768px){.contact-modal{padding:14px}.contact-modal-dialog{width:100%;height:min(calc(100vh - 28px),820px);border-radius:20px}.contact-modal-header{padding:18px 18px 14px}.contact-modal-body{padding:14px 18px 18px}.contact-modal-title h3{font-size:1.05rem}.contact-modal-title p{font-size:0.88rem}.contact-modal-frame-wrap iframe{height:100%;min-height:0}}.spoke{stroke-dasharray:6 5;animation:none}.spoke-1{animation-delay:0s}.spoke-2{animation-delay:.25s}.spoke-3{animation-delay:.5s}.spoke-4{animation-delay:.75s}.spoke-5{animation-delay:1s}.spoke-6{animation-delay:1.25s}.spoke-7{animation-delay:1.5s}.spoke-8{animation-delay:1.75s}@keyframes dashFlow{to{stroke-dashoffset:-22}}.pulse-ring{animation:none;transform-box:fill-box;transform-origin:center}@keyframes ringPulse{0%,100%{opacity:.3;transform:scale(1)}50%{opacity:.08;transform:scale(1.12)}}.hub-aura{animation:none}@keyframes aura{0%,100%{opacity:.25}50%{opacity:.45}}.heart-ring-1{animation:none}@keyframes ringOut1{0%{opacity:0;r:66}10%{opacity:.55;r:66}50%{opacity:0;r:82}100%{opacity:0;r:82}}.heart-ring-2{animation:none}@keyframes ringOut2{0%{opacity:0;r:74}20%{opacity:.3;r:74}60%{opacity:0;r:90}100%{opacity:0;r:90}}@media(max-width:768px){.hero-wrap{padding:96px 1rem 0}.hero-inner{grid-template-columns:1fr;gap:1.75rem;padding-bottom:40px}.hero-left,.hero-right{width:100%;min-width:0}.hero-left{order:1}.hero-right{order:2}.hero-left h1{font-size:clamp(1.95rem,9vw,2rem);line-height:1.08;margin-bottom:1rem}.hero-sub{font-size:.96rem;line-height:1.62;margin-bottom:1.5rem}.hero-actions{width:100%;gap:.7rem}.hero-actions .btn-primary,.hero-actions .btn-outline{width:100%;text-align:center;justify-content:center}.hero-img-wrap{overflow:hidden;border-radius:18px}.hero-img-wrap img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block}.hero-float-badge{top:12px;right:12px;padding:10px 12px;border-radius:12px;transform:none;max-width:calc(100% - 24px)}.hfb-val{font-size:1.1rem}.hfb-lbl{font-size:.64rem;line-height:1.25}.features-grid{grid-template-columns:1fr}.feat-card{display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-areas:"icon title" "text text";column-gap:1rem;row-gap:.45rem;align-items:start}.feat-icon{grid-area:icon;margin:0}.feat-card h3{grid-area:title;margin:0;align-self:center;line-height:1.3}.feat-card p{grid-area:text;margin-top:.15rem}.nav-inner{padding:0 1rem}.mobile-menu-drawer{display:none!important;visibility:hidden;opacity:0;pointer-events:none;top:82px;left:16px;right:16px;padding:1.1rem 1rem calc(1.1rem + env(safe-area-inset-bottom));border-radius:18px;transform:translateY(-10px)}.mobile-menu-drawer *{pointer-events:none!important}.site-shell.mobile-nav-open .mobile-menu-drawer{display:flex!important;visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.site-shell.mobile-nav-open .mobile-menu-drawer *{pointer-events:auto!important}.mobile-menu-drawer .nav-links{display:flex;flex-direction:column;gap:.5rem;padding:.1rem 0}.mobile-menu-drawer .nav-links>li>a,.mobile-menu-drawer .nav-drop-btn{padding:.95rem 1rem}.mobile-menu-drawer .nav-right{padding-top:1rem;margin-top:.45rem}.mobile-nav-backdrop{display:block;position:fixed;inset:74px 0 0;background:rgba(6,10,18,.24);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--trans),visibility 0s linear var(--trans);z-index:150}.site-shell.mobile-nav-open .mobile-nav-backdrop{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}}@media(max-width:500px){.hero-wrap{padding-top:92px}.hero-inner{gap:1.35rem}.hero-left h1{font-size:1.85rem}.hero-badge{font-size:.74rem;padding:6px 12px;border-radius:999px;line-height:1.35;flex-wrap:wrap}.hero-stats-bar-wrap{padding:0 1rem 50px}.section{padding:72px 1rem}}@media(max-width:768px){.hero-wrap{padding:96px 1rem 0;overflow:visible}.hero-inner{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:1.5rem;padding-bottom:32px}.hero-left,.hero-right,.hero-img-wrap{width:100%;max-width:100%;min-width:0}.hero-left{overflow:visible}.hero-left h1,.hero-sub,.hero-actions{max-width:100%}.hero-img-wrap{overflow:visible;box-shadow:0 16px 42px rgba(0,0,0,.18)}.hero-img-wrap img{width:100%;max-width:100%;height:auto;aspect-ratio:auto;object-fit:contain;display:block;border-radius:18px}.hero-float-badge{top:12px;right:12px;left:auto;max-width:calc(100% - 24px)}}@media(max-width:500px){.hero-wrap{padding-top:92px}.hero-inner{gap:1.25rem;padding-bottom:26px}.hero-left h1{font-size:clamp(1.8rem,7vw,2rem)}.hero-sub{font-size:.95rem;line-height:1.58}.hero-img-wrap img{border-radius:16px}}@media(max-width:768px){.hero-badge{display:inline-block;position:relative;max-width:100%;padding:6px 12px 6px 30px;text-align:left;line-height:1.35}.hero-badge .dot{position:absolute;left:12px;top:1.05em;margin-top:0;transform:translateY(-50%)}}@media(max-width:500px){.hero-badge{padding:6px 12px 6px 30px}.hero-badge .dot{left:12px;top:1.02em}}
@media(max-width:768px){.hero-badge .dot{top:calc(1.05em + 6px)!important}}@media(max-width:500px){.hero-badge .dot{top:calc(1.02em + 6px)!important}}

@media (max-width:900px){
  .features-header,
  .pricing-header,
  .onboarding-header,
  .demo-text,
  .migration-text{
    text-align:left !important;
    align-items:flex-start !important;
  }
  .features-header .section-label,
  .features-header .section-heading,
  .features-header .section-sub,
  .pricing-header .section-label,
  .pricing-header .section-heading,
  .pricing-header .section-sub,
  .onboarding-header .section-label,
  .onboarding-header .section-heading,
  .onboarding-header .section-sub,
  .demo-text .section-label,
  .demo-text .section-heading,
  .demo-text p,
  .migration-text .section-label,
  .migration-text .section-heading,
  .migration-text p,
  #onboarding .section-sub{
    text-align:left !important;
  }
  .features-header .section-sub,
  .pricing-header .section-sub,
  .onboarding-header .section-sub,
  .demo-text p,
  .migration-text p,
  #onboarding .section-sub{
    margin-left:0 !important;
    margin-right:0 !important;
    max-width:none !important;
  }
}

@media (max-width:900px){
  .hero-left,
  .hero-left h1,
  .hero-sub,
  .demo-text,
  .demo-text h2,
  .demo-text p{
    text-align:left !important;
    align-items:flex-start !important;
  }
  .hero-left{
    width:100%;
  }
  .hero-actions{
    justify-content:flex-start !important;
  }
  .hero-sub,
  .demo-text p{
    margin-left:0 !important;
    margin-right:0 !important;
    max-width:none !important;
  }
}

@media (max-width:900px){
  .focus-strip-copy,
  .focus-strip-heading,
  .focus-strip-sub{
    text-align:left !important;
    align-items:flex-start !important;
  }
  .focus-strip-sub{
    margin-left:0 !important;
    margin-right:0 !important;
    max-width:none !important;
  }
}

@media(max-width:768px){.pc-name{font-size:2.5rem}}


/* ═══════════════════════════════════════════════════
   vergelijker.html — page-specific styles
   ═══════════════════════════════════════════════════ */

/* ── Page hero ───────────────────────────────────────── */
.page-hero{padding:110px 1.5rem 0;background:var(--bg);position:relative;overflow:hidden;border-bottom:1px solid var(--border)}
#theme-dark:checked~.site-shell .page-hero::before{content:'';position:absolute;top:-200px;left:25%;width:900px;height:600px;background:radial-gradient(ellipse,rgba(232,98,26,.14) 0%,transparent 65%);z-index:0;pointer-events:none}
.page-hero-inner{max-width:860px;margin:0 auto;text-align:center;position:relative;z-index:1}
.page-hero-inner h1{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:800;line-height:1.1;letter-spacing:-.025em;color:var(--text);margin-bottom:1rem}
.page-hero-inner h1 .accent{color:var(--orange)}
.page-hero-inner p{font-size:1.05rem;color:var(--text2);line-height:1.7;max-width:620px;margin:0 auto 2rem}
.page-hero-crumb{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text2);margin-bottom:1.2rem}
.page-hero-crumb a{color:var(--orange);font-weight:600;text-decoration:none}
.page-hero-crumb a:hover{text-decoration:underline}
.page-hero-crumb::before{content:'←';font-size:.9rem}

/* ── Calculator layout ───────────────────────────────── */
#calculator{background:var(--bg);padding:60px 1.5rem 80px}
.calc-grid{display:flex;flex-direction:column;gap:2rem;max-width:1180px;margin:0 auto}

/* ── Controls panel ──────────────────────────────────── */
.calc-controls{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:2rem}
.ctrl-section-label{font-size:1.7rem;font-weight:700;text-transform:uppercase;color:var(--orange);margin-bottom:1rem}
.sliders-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:1.5rem 2rem;background:var(--card);border:1px solid var(--border);border-radius:20px}
.features-panel{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:1.5rem 2rem}
.ctrl-block{margin-bottom:2rem}
.ctrl-block:last-child{margin-bottom:0}
.ctrl-block+.ctrl-block{padding-top:1.5rem;border-top:1px solid var(--border)}

/* Slider */
.slider-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem}
.slider-label{font-size:1.2rem;font-weight:700;color:var(--text)}
.slider-val{font-size:1.4rem;font-weight:800;color:var(--orange);letter-spacing:-.02em;line-height:1}
.slider-val sup{font-size:.75em;font-weight:700}
input[type=range].cg-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:99px;background:var(--bg3);outline:none;cursor:pointer;transition:background .15s}
input[type=range].cg-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--orange);border:3px solid var(--bg);box-shadow:0 2px 10px rgba(232,98,26,.4);cursor:pointer;transition:transform .15s,box-shadow .15s}
input[type=range].cg-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 3px 16px rgba(232,98,26,.55)}
input[type=range].cg-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--orange);border:3px solid var(--bg);box-shadow:0 2px 10px rgba(232,98,26,.4);cursor:pointer}
.slider-hints{display:flex;justify-content:space-between;margin-top:.35rem}
.slider-hint{font-size:.7rem;color:var(--text2)}

/* Checkboxes */
.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}
.check-item{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem .85rem;border-radius:10px;border:1.5px solid var(--border);cursor:pointer;transition:border-color .15s,background .15s;position:relative;height:100%}
.check-item:hover{border-color:var(--border2);background:var(--bg2)}
.check-item.check-active{border-color:var(--orange);background:rgba(232,98,26,.06)}
.check-item input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}
.check-box{width:18px;height:18px;border-radius:5px;border:2px solid var(--border2);flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s;background:var(--bg)}
.check-item.check-active .check-box{background:var(--orange);border-color:var(--orange)}
.check-box svg{opacity:0;transition:opacity .1s}
.check-item.check-active .check-box svg{opacity:1}
.check-info{flex:1;min-width:0}
.check-name{font-size:.83rem;font-weight:600;color:var(--text);line-height:1.3}
.check-sub{font-size:.72rem;color:var(--text2);line-height:1.4;margin-top:2px}
.check-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:5px;font-size:.66rem;font-weight:700;letter-spacing:.02em;margin-left:.4rem;vertical-align:middle;white-space:nowrap}
.badge-included{background:rgba(40,200,80,.12);color:#1a9440}
.badge-plus-only{background:rgba(232,98,26,.15);color:var(--orange)}
.badge-shopify-plus{background:rgba(150,74,255,.12);color:#7c3aed}
#theme-dark:checked~.site-shell .badge-included{color:#4dd472}
#theme-dark:checked~.site-shell .badge-shopify-plus{color:#a78bfa}
.check-shopify-cost{font-size:.72rem;font-weight:700;color:#e05555;background:rgba(224,85,85,.1);padding:2px 7px;border-radius:5px;margin-top:4px;display:inline-block}
.check-item.check-active .check-shopify-cost{opacity:1}

/* ── Results panel ───────────────────────────────────── */
.calc-results{display:flex;flex-direction:column;gap:1.5rem;width:100%}
.result-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start;position:relative}
.result-card{border-radius:18px;border:1.5px solid var(--border);overflow:hidden;transition:box-shadow .2s}
.result-card.cg-card{border-color:var(--orange);background:linear-gradient(155deg,rgba(232,98,26,.07) 0%,var(--card) 100%);position:sticky;top:96px;z-index:10}
.result-card.sp-card{background:var(--card)}
.result-card-head{padding:1.25rem 1.5rem 1rem;border-bottom:1px solid var(--border)}
.rc-platform{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}
.rc-platform-name{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text2)}
.rc-platform-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.cg-dot{background:var(--orange)}
.sp-dot{background:#96bf48}
.rc-plan{font-size:.88rem;font-weight:800;color:var(--text);margin-bottom:.1rem}
.rc-plan-note{font-size:.72rem;color:var(--text2);line-height:1.4;min-height:2em}
.result-card-body{padding:1.25rem 1.5rem}
.rc-line{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.4rem 0;border-bottom:1px dashed var(--border)}
.rc-line:last-child{border-bottom:none}
.rc-line-label{font-size:.8rem;color:var(--text2);flex:1}
.rc-line-cost{font-size:.82rem;font-weight:700;color:var(--text);white-space:nowrap;text-align:right}
.rc-line-cost.cost-zero{color:var(--text2);font-weight:400}
.rc-line-cost.cost-incl{color:#1a9440;font-weight:700}
.rc-line-cost.cost-extra{color:#e05555;font-weight:700}.rc-divider{display:flex;align-items:center;gap:.6rem;padding:.5rem 0 .25rem;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text2)}.rc-divider::before,.rc-divider::after{content:"";flex:1;height:1px;background:var(--border)}.rc-divider::before{display:none}.rc-divider span{white-space:nowrap}
#theme-dark:checked~.site-shell .rc-line-cost.cost-incl{color:#4dd472}
.rc-total-row{display:flex;align-items:baseline;justify-content:space-between;padding:1rem 1.5rem 1.25rem;border-top:2px solid var(--border2)}
.rc-total-label{font-size:.78rem;font-weight:700;color:var(--text2);text-transform:uppercase;letter-spacing:.05em}
.rc-total-price{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text);line-height:1}
.rc-total-price .rc-curr{font-size:1rem;font-weight:700;color:var(--text2)}
.rc-total-price .rc-per{font-size:.75rem;font-weight:500;color:var(--text2)}
.cg-card .rc-total-price{color:var(--orange)}

/* ── Savings banner ──────────────────────────────────── */
.savings-banner{background:linear-gradient(135deg,rgba(40,200,80,.12),rgba(40,200,80,.06));border:1.5px solid rgba(40,200,80,.3);border-radius:16px;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
#theme-dark:checked~.site-shell .savings-banner{background:linear-gradient(135deg,rgba(40,200,80,.1),rgba(40,200,80,.04));border-color:rgba(52,211,153,.25)}
.savings-left{display:flex;align-items:center;gap:1rem}
.savings-icon{width:48px;height:48px;border-radius:12px;background:rgba(40,200,80,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.savings-icon svg{width:24px;height:24px;color:#1a9440}
#theme-dark:checked~.site-shell .savings-icon svg{color:#4dd472}
.savings-label{font-size:.8rem;font-weight:700;color:#1a9440;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.2rem}
#theme-dark:checked~.site-shell .savings-label{color:#4dd472}
.savings-amount{font-size:1.6rem;font-weight:800;color:var(--text);letter-spacing:-.025em;line-height:1}
.savings-sub{font-size:.8rem;color:var(--text2);margin-top:.25rem}
.savings-year{text-align:right}
.savings-year-amount{font-size:1.1rem;font-weight:800;color:var(--text);letter-spacing:-.02em}
.savings-year-label{font-size:.75rem;color:var(--text2)}
.savings-banner.savings-negative{background:rgba(232,98,26,.06);border-color:rgba(232,98,26,.2)}
.savings-banner.savings-neutral{background:var(--badge-bg);border-color:var(--badge-border)}
.savings-banner.savings-neutral .savings-label,.savings-banner.savings-negative .savings-label{color:var(--text2)}
.savings-banner.savings-neutral .savings-icon svg,.savings-banner.savings-negative .savings-icon svg{color:var(--text2)}
.savings-banner.savings-neutral .savings-icon,.savings-banner.savings-negative .savings-icon{background:var(--bg3)}

/* ── Enterprise notice ───────────────────────────────── */
.enterprise-notice{background:var(--badge-bg);border:1px solid var(--badge-border);border-radius:12px;padding:1rem 1.25rem;font-size:.82rem;color:var(--text2);display:flex;align-items:center;gap:.65rem;line-height:1.55}
.enterprise-notice svg{color:var(--blue-l);flex-shrink:0;width:18px;height:18px}
.enterprise-notice strong{color:var(--text)}

/* ── Shopify plan badge ───────────────────────────────── */
.sp-plan-reason{display:inline-flex;align-items:center;gap:.35rem;padding:3px 9px;border-radius:6px;font-size:.7rem;font-weight:700;background:rgba(150,74,255,.1);color:#7c3aed;margin-top:.35rem}
#theme-dark:checked~.site-shell .sp-plan-reason{color:#a78bfa;background:rgba(167,139,250,.12)}
.sp-plan-reason svg{width:11px;height:11px}

/* ── Included table section ──────────────────────────── */
#included{background:var(--bg2)}
.incl-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2.5rem}
.incl-col{background:var(--card);border:1.5px solid var(--border);border-radius:16px;overflow:hidden}
.incl-col.incl-cg{border-color:var(--orange)}
.incl-col-head{padding:1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.6rem}
.incl-col-head.cg-head{background:rgba(232,98,26,.08)}
.incl-col-head.sp-head{background:var(--bg3)}
.incl-col-headname{font-size:.88rem;font-weight:800;color:var(--text)}
.incl-col-headsub{font-size:.72rem;color:var(--text2);margin-top:.1rem}
.incl-list{padding:1.25rem 1.5rem 1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem}
.incl-item{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;line-height:1.3;padding:.55rem .7rem;background:var(--bg2);border:1px solid var(--border);border-radius:9px;transition:background .15s}.incl-item:hover{background:var(--card-h)}
.incl-item-icon{flex-shrink:0;font-size:.95rem;line-height:1}.incl-item-row{display:flex;align-items:center;gap:.45rem}
.incl-item-text{color:var(--text);font-weight:600}
.incl-item-text strong{color:var(--text)}
.incl-divider{grid-column:1/-1;display:flex;align-items:center;gap:.6rem;padding:.6rem 0 .25rem}.incl-divider::before,.incl-divider::after{content:"";flex:1;height:1px;background:var(--border)}.incl-divider::before{display:none}.incl-divider span{white-space:nowrap;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.incl-divider.div-free span{color:#1a9440}#theme-dark:checked~.site-shell .incl-divider.div-free span{color:#4dd472}.incl-divider.div-paid span{color:#e05555}.incl-item-cost{margin-left:0;white-space:nowrap;font-size:.68rem;font-weight:700;padding:1px 6px;border-radius:4px;align-self:flex-start}
.cost-free{color:#1a9440;background:rgba(40,200,80,.1)}
.cost-app{color:#e05555;background:rgba(224,85,85,.1)}
.cost-plusonly{color:#7c3aed;background:rgba(150,74,255,.1)}
#theme-dark:checked~.site-shell .cost-free{color:#4dd472}
#theme-dark:checked~.site-shell .cost-plusonly{color:#a78bfa}


/* ── Migration estimate card ───────────────────────────────────────────── */
.migration-estimate{background:var(--badge-bg);border:1.5px solid var(--badge-border);border-radius:14px;padding:1.25rem 1.5rem;display:none;flex-direction:column;gap:.75rem}
.migration-estimate.mig-visible{display:flex}
.mig-header{display:flex;align-items:center;gap:.65rem}
.mig-header-icon{width:36px;height:36px;border-radius:9px;background:var(--bg3);border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mig-header-icon svg{width:18px;height:18px;color:var(--orange)}
.mig-title{font-size:.88rem;font-weight:700;color:var(--text)}
.mig-sub{font-size:.75rem;color:var(--text2);margin-top:.1rem}
.mig-entity-bar{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}
.mig-entity{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:.65rem .85rem;text-align:center}
.mig-entity-val{font-size:1.1rem;font-weight:800;color:var(--text);line-height:1;letter-spacing:-.02em}
.mig-entity-lbl{font-size:.67rem;font-weight:600;color:var(--text2);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}
.mig-entity-total{grid-column:1/-1;border-color:var(--border2);background:var(--bg2)}
.mig-entity-total .mig-entity-val{color:var(--orange)}
.mig-compare{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.mig-platform{border-radius:10px;padding:.85rem 1rem;border:1.5px solid var(--border)}
.mig-platform.mig-cg{border-color:var(--orange);background:rgba(232,98,26,.05)}
.mig-platform.mig-sp{background:var(--bg)}
.mig-platform-name{font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text2);margin-bottom:.25rem}
.mig-platform.mig-cg .mig-platform-name{color:var(--orange)}
.mig-platform-price{font-size:1.2rem;font-weight:800;color:var(--text);line-height:1;letter-spacing:-.02em}
.mig-platform-price.price-free{color:#1a9440}
#theme-dark:checked~.site-shell .mig-platform-price.price-free{color:#4dd472}
.mig-platform-price.price-custom{color:var(--blue-l)}
.mig-platform-tier{font-size:.72rem;color:var(--text2);margin-top:.25rem;line-height:1.4}
.mig-assumption{font-size:.7rem;color:var(--text2);opacity:.7;line-height:1.5;padding-top:.5rem;border-top:1px solid var(--border)}
@media(max-width:900px){.check-grid{grid-template-columns:repeat(2,1fr)}.incl-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.mig-compare{grid-template-columns:1fr}}

/* ── Disclaimer ──────────────────────────────────────── */
.calc-disclaimer{max-width:1180px;margin:0 auto;padding:1rem 0 0;font-size:.72rem;color:var(--text2);line-height:1.6;opacity:.75}
.calc-disclaimer a{color:var(--orange);text-decoration:none}

/* ── Responsiveness ──────────────────────────────────── */
@media(max-width:1024px){
  .calc-grid{grid-template-columns:1fr;gap:2rem}
  .calc-controls{position:static}
}
@media(max-width:900px){.check-grid{grid-template-columns:repeat(2,1fr)}.incl-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){
  .result-cards{grid-template-columns:1fr}
  .incl-grid{grid-template-columns:1fr}.incl-list{grid-template-columns:1fr 1fr!important}.check-grid{grid-template-columns:1fr!important}.sliders-row{grid-template-columns:1fr!important;padding:1.25rem}
  .savings-banner{flex-direction:column;gap:1rem;align-items:flex-start}
  .savings-year{text-align:left}
}