:root{--bg:#f8fafc;--text:#0f172a;--muted:#475569;--border:#e2e8f0;--white:#ffffff;--green:#059669;--green-dark:#047857;--green-soft:#ecfdf5;--dark:#0f172a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:18px;background:#fff}label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#334155}pre{margin:0;white-space:pre-wrap}.page{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.narrow{max-width:820px}.header,.header.simple{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--border);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:30}.headerActions,.buttonRow{display:flex;gap:12px;flex-wrap:wrap}.nav{display:flex;gap:26px;color:#475569}.brand{font-size:30px;font-weight:900;letter-spacing:-.04em;background:none;border:none;padding:0;color:var(--text)}.brand span{color:var(--green)}.btn{border:none;border-radius:18px;padding:13px 20px;font-weight:700;cursor:pointer}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark)}.btn-secondary{background:#fff;border:1px solid var(--border);color:var(--text)}.card{background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:0 1px 2px #0f172a0d}.pad{padding:28px}.big{padding:40px}.accent{background:linear-gradient(135deg,var(--green-soft),#fff)}.dark{background:var(--dark);color:#fff;border-color:var(--dark)}.cta{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#10b981}.section{padding:70px 0}.compactTop{padding-top:10px}.hero{padding:70px 0;background:linear-gradient(135deg,#ecfdf5,#fff,#f1f5f9)}.heroGrid,.twoCols,.dashboardGrid{display:grid;gap:28px}.heroGrid{grid-template-columns:1.05fr .95fr}.twoCols{grid-template-columns:1fr 420px;align-items:start;padding:30px 20px 60px;max-width:1200px;margin:0 auto}.dashboardGrid{grid-template-columns:.9fr 1.1fr}.stickyCol{position:sticky;top:100px;align-self:start;display:flex;flex-direction:column;gap:22px}.pill,.overline{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--green)}.overline.light{color:#dcfce7}.overline.green{color:#6ee7b7}.section-title h2,.hero h1,h1,h2,h3{margin:0;letter-spacing:-.04em}.hero h1{font-size:62px;line-height:1.02;max-width:760px}.lead,.subtitle,.muted,.plainList li,.orderedList li,.listItem p,.footer p{color:var(--muted);line-height:1.65}.section-title .subtitle,.centerText .subtitle{text-align:inherit}.section-title.center{text-align:center}.section-title h2{font-size:48px}.result{font-size:42px;margin-top:14px}.stats,.cardGrid,.grid2,.miniGrid{display:grid;gap:16px}.stats{grid-template-columns:repeat(3,1fr);margin-top:26px}.stat{padding:18px;text-align:center}.stat strong{display:block;font-size:28px}.stat span{display:block;color:var(--muted);margin-top:6px}.grid2{grid-template-columns:repeat(2,1fr)}.span2{grid-column:span 2}.miniGrid{grid-template-columns:repeat(2,1fr);margin:22px 0}.miniCard{background:#fff;border:1px solid var(--border);border-radius:20px;padding:16px}.miniLabel{margin:0;color:var(--muted);font-size:13px}.miniValue{margin:8px 0 0;font-size:28px;font-weight:900}.list,.stack{display:flex;flex-direction:column;gap:16px}.stack.small{gap:12px}.listItem{display:flex;gap:14px;align-items:flex-start}.tick{width:28px;height:28px;border-radius:999px;background:#d1fae5;color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 auto}.tick.big{width:42px;height:42px;border-radius:16px}.infoBox,.templateBox,.scriptBox{border:1px solid var(--border);background:#f8fafc;border-radius:20px;padding:16px}.templateBox{margin-top:24px}.plainList,.orderedList{padding-left:18px;margin:16px 0 0}.plainList li,.orderedList li{margin:10px 0}.scriptBox p{margin:8px 0 0}.priceCard{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.tabs{display:flex;gap:8px;margin-bottom:20px}.tab{border:1px solid var(--border);background:#fff;color:var(--text);padding:12px 16px;border-radius:14px;font-weight:700;cursor:pointer}.tab.active{background:var(--green-soft);border-color:#a7f3d0;color:var(--green-dark)}.formStack{display:flex;flex-direction:column;gap:16px}.centered{display:flex;align-items:center;justify-content:center;padding:24px}.centerText{text-align:center}.successIcon{width:72px;height:72px;border-radius:999px;background:#d1fae5;color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-size:34px;font-weight:900}.footer{border-top:1px solid var(--border);background:#fff;padding:20px 0}.footerRow{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.full{width:100%}.chipRow{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.chip{display:flex;gap:10px;align-items:center;border:1px solid var(--border);border-radius:18px;padding:12px 14px;background:#fff}@media (max-width: 1024px){.heroGrid,.twoCols,.dashboardGrid{grid-template-columns:1fr}.stickyCol{position:static}.nav{display:none}}@media (max-width: 768px){.hero h1{font-size:42px}.section-title h2{font-size:34px}.grid2,.stats,.miniGrid,.cardGrid{grid-template-columns:1fr}.span2{grid-column:auto}.header,.header.simple,.footerRow{flex-direction:column;align-items:flex-start}}
