:root{--background:#fcfbfa;--surface:#fff;--text:#101010;--muted:#5d5a57;--border:#1010101a;--accent:#b42318;--accent-deep:#8f1b13;--shadow:0 18px 40px #10101014;--radius-lg:28px;--radius-md:18px;--max-width:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(180deg, #fffdfc 0%, var(--background) 100%);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh}.container{width:min(var(--max-width), calc(100% - 40px));margin:0 auto}.section{padding:88px 0}.section-tight{padding:72px 0}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:700}.section-header{max-width:700px;margin-bottom:32px}.section-header h1,.section-header h2{letter-spacing:-.04em;margin:10px 0 14px;font-size:clamp(2rem,4vw,3.75rem);line-height:1.02}.section-header p,.hero-copy p,.card p,.card li,.legal-content p,.legal-content li,.faq-item p{color:var(--muted);line-height:1.75}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdfceb;border-bottom:1px solid #1010100f;position:sticky;top:0}.site-header__inner,.site-footer__inner{justify-content:space-between;align-items:center;gap:20px;min-height:76px;display:flex}.brand{align-items:center;gap:12px;font-weight:700;display:inline-flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#d92d20 0%,#7a160f 100%);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:800;display:inline-flex}.site-nav{align-items:center;gap:24px;display:flex}.site-nav a,.footer-links a{color:var(--muted)}.button-row{flex-wrap:wrap;gap:14px;display:flex}.button,.button-secondary{border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;font-weight:700;display:inline-flex}.button{background:var(--accent);color:#fff;box-shadow:0 12px 24px #b423182e}.button-secondary{border:1px solid var(--border);background:#ffffffdb}.hero{padding:86px 0 72px}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:44px;display:grid}.hero-copy h1{letter-spacing:-.055em;margin:0 0 18px;font-size:clamp(2.75rem,6vw,5.5rem);line-height:.94}.hero-card{box-shadow:var(--shadow);background:linear-gradient(#fff 0%,#f6f2f0 100%);border:1px solid #10101014;border-radius:36px;padding:22px}.mockup-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:18px;display:grid}.phone{background:#171717;border-radius:30px;padding:10px;position:relative;box-shadow:0 28px 56px #10101033}.phone:before{content:"";background:#101010;border-radius:999px;width:34%;height:16px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.phone-screen{background:linear-gradient(#fff 0%,#f5f1ef 100%);border-radius:22px;min-height:520px;padding:22px 18px;overflow:hidden}.phone-screen--short{min-height:450px}.ui-label{color:var(--accent);background:#b4231814;border-radius:999px;padding:6px 10px;font-size:.8rem;font-weight:700;display:inline-flex}.ui-card{background:#fff;border:1px solid #10101014;border-radius:18px;padding:16px;box-shadow:0 14px 24px #1010100d}.ui-card+.ui-card{margin-top:14px}.ui-title{margin:18px 0;font-size:1.3rem;font-weight:700}.ui-meta{color:var(--muted);font-size:.94rem}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.stat-value{margin-top:8px;font-size:1.3rem;font-weight:700}.portfolio-row{border-bottom:1px solid #10101014;justify-content:space-between;gap:16px;padding:14px 0;display:flex}.portfolio-row:last-child{border-bottom:0}.feature-grid,.steps-grid,.pricing-grid,.faq-grid,.support-grid{gap:20px;display:grid}.feature-grid,.steps-grid,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-grid{grid-template-columns:1.1fr .9fr}.card,.faq-item{border-radius:var(--radius-md);background:var(--surface);border:1px solid #10101014;height:100%;padding:28px;box-shadow:0 18px 40px #1010100a}.card h3,.faq-item h3,.legal-content h2{letter-spacing:-.03em;margin:0 0 10px}.card ul,.legal-content ul{padding-left:20px}.step-number{width:42px;height:42px;color:var(--accent);background:#b423181a;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;font-weight:800;display:inline-flex}.pricing-card--accent{border-color:#b423183d;box-shadow:0 24px 50px #b4231814}.pricing-label{color:var(--muted);text-transform:uppercase;font-size:.9rem;font-weight:700}.pricing-title{margin:12px 0 18px;font-size:1.95rem}.inline-link{color:var(--accent);font-weight:700}.cta-panel{box-shadow:var(--shadow);text-align:center;background:linear-gradient(#fff 0%,#f6f2ef 100%);border:1px solid #10101014;border-radius:30px;padding:44px}.cta-panel h2{margin:0 0 14px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.02}.cta-panel p{max-width:640px;margin:0 auto 24px}.site-footer{background:#ffffffb8;border-top:1px solid #10101014;padding:28px 0 42px}.site-footer__inner{align-items:flex-start;padding-top:18px}.site-footer__meta{max-width:320px}.site-footer__meta p{margin:10px 0 0}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;display:grid}.footer-bottom{color:var(--muted);border-top:1px solid #10101014;margin-top:26px;padding-top:20px}.legal-content{max-width:820px}.legal-content section+section,.faq-list{margin-top:18px}.muted-note{color:var(--muted);margin-top:20px}@media (max-width:960px){.hero-grid,.feature-grid,.steps-grid,.pricing-grid,.faq-grid,.support-grid,.site-footer__inner{grid-template-columns:1fr;display:grid}.site-header__inner{flex-wrap:wrap;min-height:auto;padding:16px 0}.site-nav{order:3;justify-content:flex-start;gap:18px;width:100%;overflow-x:auto}}@media (max-width:640px){.container{width:min(var(--max-width), calc(100% - 24px))}.section,.section-tight{padding:64px 0}.hero-copy h1{font-size:clamp(2.35rem,13vw,3.6rem)}.hero-card,.cta-panel,.card,.faq-item{padding:22px}.phone-screen{min-height:420px}.phone-screen--short{min-height:360px}.footer-links{grid-template-columns:1fr}}
