:root{--bg:#fff;--bg-muted:#f8fafc;--surface:#fff;--surface-strong:#0f172a;--text:#0f172a;--text-soft:#475569;--text-inverse:#f8fafc;--border:#e2e8f0;--shadow:0 10px 30px #0f172a14;--shadow-soft:0 6px 18px #0f172a0f;--accent:#0f172a;--max-width:1180px;--radius-xl:28px;--radius-lg:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 100% 0,#fbbf241f,#0000 24%),radial-gradient(circle at 0 0,#3b82f61a,#0000 28%),linear-gradient(#f8fafc 0%,#fff 24%,#f8fafc 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border-bottom:1px solid #e2e8f0e6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:64px;display:flex}.brand-title{letter-spacing:-.02em;font-weight:700}.brand-subtitle{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.nav{color:#475569;gap:1.4rem;font-size:.95rem;display:flex}.nav a:hover{color:#0f172a}.hero{padding:5rem 0 4rem}.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:2rem;display:grid}.pill{background:var(--accent);color:#fff;border-radius:999px;align-items:center;margin-bottom:1.4rem;padding:.45rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}h1,h2,h3{letter-spacing:-.03em;margin:0}h1{max-width:12.5ch;font-size:clamp(2.4rem,6vw,4.6rem);line-height:1.05}.hero-copy,.section-copy,.card p,.faq-item p,.note,.contact-copy{color:var(--text-soft)}.hero-copy{max-width:42rem;margin-top:1.5rem;font-size:1.1rem;line-height:1.9}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.button{border:1px solid #0000;border-radius:18px;justify-content:center;align-items:center;min-height:46px;padding:0 1.2rem;font-weight:600;transition:all .2s;display:inline-flex}.button-solid{background:var(--accent);color:#fff;box-shadow:var(--shadow-soft)}.button-outline{border-color:var(--border);background:#ffffffe6}.button-light{color:var(--surface-strong);background:#fff}.button-ghost{color:#fff;background:0 0;border-color:#ffffff38}.hero-tags{flex-wrap:wrap;gap:.7rem;margin-top:1.75rem;display:flex}.hero-tags span{border:1px solid var(--border);color:#475569;box-shadow:var(--shadow-soft);background:#ffffffe6;border-radius:999px;padding:.7rem 1rem;font-size:.92rem}.feature-card,.card,.contact-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.feature-card{border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:1.9rem}.feature-card h3{margin-bottom:1rem;font-size:1.55rem}.check-list{gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.check-list li{color:var(--text-soft);padding-left:1.6rem;line-height:1.75;position:relative}.check-list li:before{content:"•";color:var(--text);font-weight:700;position:absolute;top:0;left:0}.section{padding:4.5rem 0}.section-muted{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f8fafccc}.section-title{max-width:42rem;margin-bottom:2rem}.eyebrow,.eyebrow-dark{margin-bottom:.75rem;font-size:.85rem;font-weight:600}.eyebrow{color:#64748b}.eyebrow-dark{color:#cbd5e1}.section-title h2,.contact-panel h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1}.section-copy{margin-top:1rem;font-size:1.05rem;line-height:1.8}.grid{gap:1.25rem;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.card{border-radius:var(--radius-lg);padding:1.5rem}.card h3{margin-bottom:.65rem;font-size:1.2rem}.card p{margin:.3rem 0 0;line-height:1.75}.card-subtitle{color:#64748b;font-size:.9rem;margin-bottom:.35rem!important}.price-card .price{letter-spacing:-.03em;margin-bottom:.65rem;font-size:2rem;font-weight:700}.note{margin-top:1rem;font-size:.95rem}.two-col{grid-template-columns:1.05fr .95fr;align-items:start;gap:1.25rem;display:grid}.faq-wrap{max-width:900px}.faq-list{gap:1rem;display:grid}.faq-item{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;padding:0 1rem}.faq-item summary{cursor:pointer;padding:1rem 0;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:0 0 1rem;line-height:1.8}.contact-panel{background:var(--surface-strong);color:var(--text-inverse);box-shadow:var(--shadow);border-radius:30px;grid-template-columns:1.15fr .85fr;gap:2rem;padding:2rem;display:grid}.contact-copy{color:#cbd5e1;max-width:40rem;margin-top:1rem;line-height:1.85}.contact-cards{gap:1rem;display:grid}.contact-card{color:#fff;box-shadow:none;background:#ffffff14;border-color:#ffffff14;border-radius:18px;padding:1.2rem 1.25rem}.contact-label{color:#cbd5e1;margin-bottom:.45rem;font-size:.85rem;display:block}.site-footer{border-top:1px solid var(--border);background:#fff}.footer-inner{color:#64748b;justify-content:space-between;align-items:center;gap:1rem;min-height:72px;font-size:.92rem;display:flex}@media (max-width:1100px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-5,.hero-grid,.contact-panel,.two-col{grid-template-columns:1fr}}@media (max-width:820px){.nav{display:none}.hero{padding-top:3.5rem}.section{padding:3.7rem 0}}@media (max-width:640px){.grid-4{grid-template-columns:1fr}.container{width:min(var(--max-width),calc(100% - 1.25rem))}.feature-card,.card,.contact-panel{padding:1.25rem}.footer-inner{flex-direction:column;justify-content:center;align-items:flex-start;padding:.85rem 0}}
