:root{color-scheme:light;--surface: rgba(255, 255, 255, .86);--surface-strong: #ffffff;--surface-ink: #1f1f1f;--text: #242424;--muted: #5f5a56;--line: rgba(31, 31, 31, .12);--accent: #e4572e;--accent-deep: #c7431d;--accent-soft: rgba(228, 87, 46, .12);--shadow: 0 24px 80px rgba(31, 31, 31, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Space Grotesk,sans-serif;background:radial-gradient(circle at top left,rgba(228,87,46,.14),transparent 30%),radial-gradient(circle at 82% 16%,rgba(31,31,31,.05),transparent 20%),linear-gradient(180deg,#f8f4ef,#f5efe9 55%,#fbf8f3);color:var(--text)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}#root{min-height:100vh}.site-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:24px 0 48px}.site-header,.site-footer,.hero,.feature-card,.step-card,.cta-panel,.legal-card,.metric-card,.stack-card,.tagline-strip,.demo-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header,.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header{position:sticky;top:18px;z-index:20;padding:14px 18px;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;box-shadow:0 10px 30px #1f1f1f0f}.brand{display:inline-flex;align-items:center;max-width:206px}.brand-logo,.footer-logo{display:block;width:100%;height:auto}.site-nav{display:inline-flex;align-items:center;gap:22px;color:var(--muted);font-size:.95rem}.site-nav a:hover,.site-nav a.active{color:var(--surface-ink)}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 20px;font-weight:700;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px)}.button-small{padding:12px 16px}.button-primary{border:1px solid rgba(199,67,29,.34);background:linear-gradient(135deg,var(--accent) 0%,#f07b57 100%);color:#fff8f4}.button-primary:hover{background:var(--accent-deep)}.button-secondary{border:1px solid var(--line);background:#ffffffa6;color:var(--surface-ink)}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:28px;margin-top:20px;padding:30px;border:1px solid var(--line);border-radius:36px;background:linear-gradient(150deg,#ffffffeb,#fbf4efd6),#fff9;box-shadow:var(--shadow);overflow:hidden}.hero:after{content:"";position:absolute;inset:auto -10% -28% auto;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(228,87,46,.16),transparent 64%);pointer-events:none}.hero-copy h1,.section-heading h2,.cta-panel h2,.legal-hero h1{margin:0;letter-spacing:-.05em;color:var(--surface-ink)}.hero-copy h1{max-width:9ch;font-size:clamp(3.1rem,7vw,5.6rem);line-height:.92}.title-break{display:inline-flex;align-items:center;justify-content:center;width:.98em;margin:0 .24em;vertical-align:middle}.title-break-compact{width:.9em;margin:0 .18em}.title-break-icon{display:block;width:100%;height:auto;transform:translateY(.02em)}.hero-text,.tagline-strip p,.feature-card p,.step-card p,.metric-card p,.footer-copy,.legal-hero p,.legal-section p,.cta-copy,.stack-card p{color:var(--muted);font-size:1.03rem;line-height:1.7}.section-body{margin:18px 0 0;color:var(--muted);font-size:1.03rem;line-height:1.8}.hero-text{max-width:42rem;margin:18px 0 0}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px}.eyebrow,.metric-label,.demo-card span,.step-card span{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem}.eyebrow,.metric-label,.step-card span,.demo-card span{color:var(--accent-deep);font-weight:700}.hero-panel{display:grid;gap:14px;position:relative}.metric-card,.stack-card,.feature-card,.step-card,.legal-card,.cta-panel,.tagline-strip,.demo-card{border:1px solid var(--line);background:var(--surface)}.metric-card,.stack-card{border-radius:28px;padding:20px}.metric-card{background:linear-gradient(140deg,#faefe8eb,#ffffffeb),var(--surface)}.metric-card strong,.stack-card strong{display:block;margin-top:10px;font-size:1.85rem;line-height:1.1;letter-spacing:-.04em;color:var(--surface-ink)}.hero-quote-card{background:linear-gradient(145deg,#1f1f1f0d,#fffffff0),var(--surface)}.dark-card{border-color:#e4572e29;background:radial-gradient(circle at top right,rgba(228,87,46,.22),transparent 34%),linear-gradient(145deg,#2a2a2a,#1f1f1f);box-shadow:0 18px 42px #1f1f1f2e}.dark-card strong,.dark-card p,.dark-card .quote-chip{color:#fff8f4}.dark-card .quote-chip{background:#ffffff1f;border:1px solid rgba(255,255,255,.14)}.quote-chip{display:inline-flex;align-items:center;width:fit-content;padding:8px 12px;border-radius:999px;background:#ffffffb3;color:var(--surface-ink);font-size:.8rem;font-weight:700}.tagline-strip{margin-top:14px;padding:14px 20px;border-radius:24px;text-align:center;background:linear-gradient(135deg,#1f1f1f0a,#e4572e1f),var(--surface)}.tagline-strip p{margin:0}.split-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:22px;align-items:start}.split-copy{max-width:100%}.demo-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:18px}.demo-card{padding:16px 18px;border-radius:22px;box-shadow:0 14px 28px #1f1f1f14;animation:floatCard 6s ease-in-out infinite}.demo-card:nth-child(2){animation-delay:.4s}.demo-card:nth-child(3){animation-delay:.8s}.demo-card:nth-child(4){animation-delay:1.2s}.demo-card:nth-child(5){animation-delay:1.6s}.demo-card strong{display:block;margin-top:8px;color:var(--surface-ink);font-size:1rem;line-height:1.35}.demo-card-wide{background:linear-gradient(135deg,#e4572e29,#ffffffe0),var(--surface)}.section{margin-top:18px;padding:8px 0 0}.media-feature-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:22px;align-items:start}.media-feature-copy{min-width:0}.section-highlight{position:relative;padding:24px;border-radius:34px;background:linear-gradient(145deg,#1f1f1f0a,#e4572e1a),#fffcf78f;border:1px solid rgba(228,87,46,.12)}.section-heading{max-width:760px}.section-heading h2,.cta-panel h2,.legal-hero h1{margin-top:8px;font-size:clamp(1.85rem,4.5vw,3.1rem);line-height:1.02}.feature-grid,.steps{display:grid;gap:16px;margin-top:18px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.steps{grid-template-columns:repeat(3,minmax(0,1fr))}.steps-five{grid-template-columns:repeat(5,minmax(0,1fr))}.feature-card,.step-card{border-radius:28px;padding:20px;box-shadow:0 14px 36px #1f1f1f0f}.feature-card:nth-child(2n){border-color:#e4572e29;background:radial-gradient(circle at top right,rgba(228,87,46,.18),transparent 36%),linear-gradient(145deg,#282828,#1f1f1f);box-shadow:0 16px 36px #1f1f1f1f}.feature-card:nth-child(2n) h3,.feature-card:nth-child(2n) p{color:#fff8f4}.feature-card h3,.step-card h3,.legal-section h2{margin:10px 0 0;font-size:1.32rem;letter-spacing:-.04em;color:var(--surface-ink)}.video-card{display:grid;gap:10px;position:sticky;top:98px}.video-frame{position:relative;width:100%;padding-top:75%;border-radius:28px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(145deg,#1f1f1f0a,#e4572e17),var(--surface);box-shadow:0 18px 44px #1f1f1f14}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-caption{margin:0;color:var(--muted);font-size:.95rem;line-height:1.6}.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-radius:30px;border-color:#e4572e24;box-shadow:0 18px 44px #1f1f1f1f;background:radial-gradient(circle at top right,rgba(228,87,46,.18),transparent 34%),linear-gradient(145deg,#2a2a2a,#1f1f1f);color:#fff8f4}.cta-panel h2,.cta-panel .eyebrow,.cta-panel .cta-copy{color:#fff8f4}.cta-panel .button-secondary{border-color:#ffffff29;background:#ffffff14;color:#fff8f4}.phone-demo-shell{display:flex;justify-content:center;align-items:start;padding-top:6px}.phone-demo{position:relative;width:300px;height:600px;background:#000;border-radius:36px;border:2px solid #333;overflow:hidden;box-shadow:0 28px 60px #0000003d}.phone-statusbar,.phone-header{background:#075e54}.phone-statusbar{height:26px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:11px;color:#fff;font-weight:600}.phone-header{padding:8px 12px 10px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #064d45}.phone-back{color:#fff;font-size:20px}.phone-avatar{width:34px;height:34px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.phone-header-copy{flex:1}.phone-header-title{color:#fff;font-size:15px;font-weight:600}.phone-header-sub{color:#ffffffb3;font-size:11px}.phone-header-icons{color:#ffffffd9;font-size:17px;display:flex;gap:12px}.phone-chat{background:#ece5dd;height:calc(100% - 128px);overflow-y:auto;padding:10px 10px 8px;display:flex;flex-direction:column;gap:4px;scrollbar-width:none}.phone-chat::-webkit-scrollbar{display:none}.phone-spacer{flex:1}.phone-day{text-align:center;font-size:11px;color:#888;background:#ffffffb3;border-radius:8px;padding:3px 10px;align-self:center;margin-bottom:4px}.phone-bubble{max-width:78%;padding:7px 10px 20px;border-radius:8px;font-size:13.5px;line-height:1.45;position:relative;word-break:break-word;flex-shrink:0}.phone-bubble-received{background:#fff;align-self:flex-start;border-bottom-left-radius:2px}.phone-bubble-sent{background:#dcf8c6;align-self:flex-end;border-bottom-right-radius:2px;margin-left:auto}.phone-bubble-typing{padding:10px 14px}.phone-message-brand{font-size:10px;color:#25d366;font-weight:700;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}.phone-message-time{position:absolute;bottom:4px;right:8px;font-size:10px;color:#0006;white-space:nowrap}.phone-message-ticks{color:#34b7f1;margin-left:2px}.phone-forwarded{font-size:11px;color:#8696a0;font-style:italic;margin-bottom:3px}.phone-forwarded-content{border-left:3px solid #25d366;padding-left:8px}.phone-contact-card{background:#f5f5f5;border-radius:6px;padding:8px 10px;display:flex;align-items:center;gap:8px;border:1px solid #e0e0e0;margin-bottom:2px}.phone-contact-avatar{width:32px;height:32px;border-radius:50%;background:#128c7e;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}.phone-contact-name{font-size:13px;font-weight:600;color:#111}.phone-contact-sub{font-size:11px;color:#888}.phone-typing-dots{display:flex;gap:4px;align-items:center;height:14px;padding:2px 0}.phone-typing-dot{width:7px;height:7px;border-radius:50%;background:#aaa;animation:bounce 1.2s infinite}.phone-inputbar{position:absolute;bottom:0;left:0;right:0;height:50px;background:#f0f0f0;display:flex;align-items:center;padding:8px 10px;gap:8px;border-top:1px solid #ddd}.phone-input{flex:1;background:#fff;border-radius:22px;height:34px;padding:0 14px;font-size:14px;color:#aaa;display:flex;align-items:center}.phone-send{width:34px;height:34px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.demo-link{color:#007aff;text-decoration:underline;font-size:12px}.cta-copy{margin:14px 0 0}.site-footer{margin-top:34px;padding:22px 24px;color:#fff8f4d1;border:1px solid rgba(228,87,46,.14);border-radius:30px;background:radial-gradient(circle at top right,rgba(228,87,46,.18),transparent 36%),linear-gradient(145deg,#2a2a2a,#1f1f1f);box-shadow:0 18px 44px #1f1f1f1f}.footer-brand{max-width:220px}.footer-logo{max-width:180px}.footer-copy{margin:14px 0 0;max-width:32rem;color:#fff8f4d1}.footer-links{display:flex;flex-wrap:wrap;gap:18px;color:#fff8f4}.legal-shell{padding-top:34px}.legal-hero{max-width:760px}.legal-card{margin-top:22px;padding:30px;border-radius:32px}.legal-section+.legal-section{margin-top:28px;padding-top:28px;border-top:1px solid rgba(16,23,39,.08)}.legal-section h2{margin:0 0 12px}.legal-section p{margin:0}.legal-section p+p{margin-top:12px}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@media(max-width:1100px){.feature-grid-four,.steps-five{grid-template-columns:repeat(2,minmax(0,1fr))}.split-section,.media-feature-section{grid-template-columns:1fr}.phone-demo{width:320px;height:640px}.video-card{position:static}}@media(max-width:960px){.site-header,.cta-panel,.site-footer,.hero{border-radius:28px}.hero,.cta-panel,.site-footer,.feature-grid,.feature-grid-four,.steps,.steps-five,.split-section,.media-feature-section{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.site-header{flex-wrap:wrap;justify-content:center}.hero-badge{justify-self:start}.invoice-row{grid-template-columns:1fr}}@media(max-width:720px){.site-shell{width:min(100% - 20px,1180px);padding-top:12px}.site-header{top:10px;gap:14px;padding:16px;border-radius:24px}.brand{max-width:164px}.site-nav{width:100%;justify-content:space-between;gap:12px;font-size:.88rem}.hero,.section-highlight,.legal-card,.cta-panel{padding:22px}.hero-copy h1{max-width:10ch;font-size:clamp(2.8rem,18vw,4rem)}.metric-card strong,.stack-card strong{font-size:1.5rem}.phone-demo{width:min(320px,100%);height:620px}}
