.cx{--cx-radius: 14px;font-family:var(--font-body, "Satoshi", "Inter", system-ui, sans-serif);color:var(--color-text);background:var(--color-bg);min-height:100vh;line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}.cx *,.cx *:before,.cx *:after{box-sizing:border-box}.cx h1,.cx h2,.cx h3{font-family:var(--font-display, "Clash Grotesk", "Arial Black", sans-serif);line-height:1.15;color:var(--color-text);margin:0}.cx h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.01em}.cx h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:600;letter-spacing:-.005em}.cx h3{font-size:1.2rem;font-weight:600}.cx p{margin:0;color:var(--color-text-muted)}.cx-nav{position:sticky;top:0;z-index:30;background:var(--color-bg);border-bottom:1px solid var(--color-divider);padding:14px 20px}.cx-nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.cx-nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--color-text);font-weight:700}.cx-nav-logo img{width:32px;height:32px}.cx-nav-back{color:var(--color-text-muted);text-decoration:none;font-size:14px}.cx-nav-back:hover{color:var(--color-accent)}.cx-section{padding:clamp(48px,8vw,88px) 20px}.cx-section-inner{max-width:1100px;margin:0 auto}.cx-section-narrow{max-width:760px;margin:0 auto}.cx-section.alt{background:var(--color-surface)}.cx-section.warm{background:var(--color-surface-warm)}.cx-eyebrow{font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);font-weight:600;margin-bottom:14px}.cx-lead{font-size:clamp(1.05rem,1.6vw,1.2rem);color:var(--color-text-muted);margin-top:14px}.cx-hero{padding:clamp(80px,12vw,140px) 20px clamp(48px,8vw,80px);background:linear-gradient(180deg,var(--color-surface-warm) 0%,var(--color-bg) 100%);text-align:center}.cx-hero .cx-pricepill{display:inline-flex;align-items:center;gap:8px;background:var(--color-accent-light);color:var(--color-accent);border:1px solid var(--color-accent);border-radius:999px;padding:6px 16px;font-weight:700;margin-bottom:18px;font-size:14px}.cx-hero h1{max-width:820px;margin:0 auto}.cx-hero .cx-lead{max-width:680px;margin-left:auto;margin-right:auto;margin-top:18px}.cx-cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:28px}.cx-trust{font-size:14px;color:var(--color-text-muted);margin-top:18px}.cx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:12px;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent;font-size:16px;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease;font-family:inherit}.cx-btn:active{transform:translateY(1px)}.cx-btn-primary{background:var(--color-accent);color:#fff}.cx-btn-primary:hover{background:var(--color-accent-hover)}.cx-btn-secondary{background:transparent;color:var(--color-text);border-color:var(--color-border)}.cx-btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.cx-btn-ghost{background:transparent;color:var(--color-accent);padding:12px 16px}.cx-grid{display:grid;gap:16px}.cx-grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.cx-grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.cx-grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.cx-card{background:var(--color-surface-2);border:1px solid var(--color-divider);border-radius:var(--cx-radius);padding:22px}.cx-card h3{margin-bottom:8px}.cx-card .cx-icon{width:36px;height:36px;border-radius:10px;background:var(--color-accent-light);color:var(--color-accent);display:inline-flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:12px;font-weight:700}.cx-card-pricing{display:flex;flex-direction:column;gap:6px}.cx-card-pricing .cx-card-price{color:var(--color-accent);font-weight:700;font-size:1.1rem}.cx-checklist{list-style:none;padding:0;margin:0;display:grid;gap:10px}.cx-checklist li{display:flex;align-items:flex-start;gap:10px;color:var(--color-text)}.cx-checklist li:before{content:"✓";color:var(--color-accent);font-weight:700;flex-shrink:0;margin-top:2px}.cx-fitlist{list-style:none;padding:0;margin:0;display:grid;gap:8px}.cx-fitlist.no li:before{content:"✕";color:#b45309}.cx-fitlist.yes li:before{content:"✓";color:var(--color-accent);font-weight:700}.cx-fitlist li{display:flex;gap:10px;color:var(--color-text)}.cx-fitlist li:before{flex-shrink:0;margin-top:2px;font-weight:700}.cx-steps{display:grid;gap:14px;counter-reset:step}.cx-step{display:flex;gap:14px;padding:16px;background:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--cx-radius);counter-increment:step}.cx-step:before{content:counter(step);flex-shrink:0;width:36px;height:36px;border-radius:10px;background:var(--color-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.cx-step h3{margin-bottom:4px}.cx-faq{display:grid;gap:8px}.cx-faq details{background:var(--color-surface-2);border:1px solid var(--color-divider);border-radius:var(--cx-radius);padding:4px 18px}.cx-faq summary{cursor:pointer;padding:14px 0;font-weight:600;color:var(--color-text);list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}.cx-faq summary::-webkit-details-marker{display:none}.cx-faq summary:after{content:"+";color:var(--color-accent);font-size:22px;line-height:1}.cx-faq details[open] summary:after{content:"−"}.cx-faq details>p{padding:0 0 14px}.cx-form{display:grid;gap:14px;max-width:580px;margin:0 auto}.cx-form .cx-field{display:grid;gap:6px}.cx-form label{font-size:14px;font-weight:600;color:var(--color-text)}.cx-form input[type=text],.cx-form input[type=email],.cx-form input[type=url],.cx-form select,.cx-form textarea{font-family:inherit;font-size:16px;padding:12px 14px;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface-2);color:var(--color-text);width:100%}.cx-form input:focus,.cx-form select:focus,.cx-form textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light)}.cx-form .cx-checkbox{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--color-text-muted)}.cx-form .cx-checkbox input{margin-top:2px}.cx-form .cx-error{color:#b45309;font-size:13px}.cx-form .cx-success{background:var(--color-accent-light);border:1px solid var(--color-accent);color:var(--color-text);padding:16px;border-radius:var(--cx-radius);text-align:center}.cx-founder{background:var(--color-surface-warm);border-left:4px solid var(--color-accent);padding:22px;border-radius:var(--cx-radius);font-style:italic;color:var(--color-text)}.cx-sticky-cta{position:fixed;left:0;right:0;bottom:0;background:var(--color-surface-2);border-top:1px solid var(--color-divider);padding:12px 16px;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 -4px 20px #00000014}.cx-sticky-cta strong{color:var(--color-text)}.cx-sticky-cta .cx-btn{padding:10px 16px;font-size:14px;flex-shrink:0}@media (min-width: 768px){.cx-sticky-cta{display:none}}.cx-checkout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.cx-checkout-modal{background:var(--color-surface-2);border-radius:16px;padding:16px;width:100%;max-width:720px;max-height:92vh;overflow-y:auto;position:relative}.cx-checkout-modal .cx-close{position:absolute;top:8px;right:8px;background:var(--color-surface);border:1px solid var(--color-divider);border-radius:999px;width:32px;height:32px;cursor:pointer;font-size:18px;line-height:1;color:var(--color-text)}.cx-test-banner{background:#fef3c7;color:#92400e;text-align:center;padding:8px 12px;font-size:13px}.cx-test-banner a{color:inherit;text-decoration:underline}@media (max-width: 600px){.cx-cta-row{flex-direction:column;align-items:stretch}.cx-btn{width:100%}.cx-section{padding:48px 16px}body{padding-bottom:72px}}
