:root{--ink:#111827;--muted:#64748b;--line:#e2e8f0;--paper:#f8fafc;--brand:#2563eb;--brand2:#0f172a;--good:#047857;--bad:#b91c1c;--warn:#92400e;--radius:18px;--shadow:0 18px 50px rgba(15,23,42,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.1rem,5vw,4.8rem);line-height:1.02;letter-spacing:-.05em}h2{font-size:clamp(1.5rem,3vw,2.5rem);letter-spacing:-.03em}.topbar{height:72px;display:flex;align-items:center;gap:30px;padding:0 max(24px,calc((100vw - 1180px)/2));background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{font-weight:850;color:var(--ink);font-size:18px;display:flex;align-items:center;gap:10px}.brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--brand2);color:#fff}.topbar nav{display:flex;gap:20px;margin-left:auto}.topbar nav a{color:#334155;font-weight:650}.inline{display:inline}.link-button{border:0;background:none;color:var(--brand);font:inherit;cursor:pointer;padding:0}.danger{color:var(--bad)}main{min-height:calc(100vh - 144px)}.hero{max-width:1180px;margin:auto;min-height:680px;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center;padding:80px 24px}.eyebrow{font-weight:800;letter-spacing:.14em;font-size:.75rem;color:var(--brand);text-transform:uppercase}.lead{font-size:1.25rem;color:#475569;max-width:720px}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;border-radius:11px;padding:12px 18px;font-weight:750;border:1px solid transparent;cursor:pointer;font:inherit}.button:hover{text-decoration:none}.button.primary{background:var(--brand);color:#fff}.button.secondary{background:#fff;color:var(--ink);border-color:var(--line)}.phone-card,.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.phone-card{padding:24px}.phone-head{font-weight:750;padding-bottom:18px;border-bottom:1px solid var(--line)}.status-dot{display:inline-block;width:9px;height:9px;background:#10b981;border-radius:50%;margin-right:8px}.chat{margin:18px 35px 0 0;padding:14px;background:#f1f5f9;border-radius:14px}.chat.ai{margin-left:35px;margin-right:0;background:#dbeafe}.chat p{margin:4px 0}.outcome-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.outcome-grid span{border:1px solid var(--line);border-radius:10px;padding:10px;text-align:center;font-weight:700}.section{padding:90px max(24px,calc((100vw - 1180px)/2))}.section.dark{background:var(--brand2);color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-grid article{background:#fff;border:1px solid var(--line);padding:25px;border-radius:16px}.steps{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.steps li{display:flex;gap:14px;align-items:flex-start}.steps b{display:grid;place-items:center;min-width:38px;height:38px;border-radius:50%;background:#fff;color:var(--brand2)}.footer{min-height:72px;padding:20px max(24px,calc((100vw - 1180px)/2));display:flex;justify-content:space-between;gap:20px;color:var(--muted);border-top:1px solid var(--line);background:#fff}.auth-shell{display:grid;place-items:center;padding:50px 20px}.auth-card{width:min(470px,100%);padding:35px}.stack{display:grid;gap:16px}.stack label,.split label{font-weight:700;color:#334155}.stack input,.stack textarea,.stack select,.split input,.split textarea,.split select,.reply-box textarea{display:block;width:100%;margin-top:6px;padding:11px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;font:inherit;color:var(--ink)}.check{display:flex!important;align-items:center;gap:8px}.check input{width:auto!important;margin:0!important}.alert{padding:13px 15px;border-radius:11px;margin:15px 0}.alert.error{background:#fee2e2;color:#991b1b}.alert.success{background:#d1fae5;color:#065f46}.alert.info{background:#e0f2fe;color:#075985}.app-shell{max-width:1240px;margin:auto;padding:35px 24px 70px}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:25px}.page-head h1{font-size:2.6rem}.badge,.chip{display:inline-block;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800;letter-spacing:.04em;background:#e2e8f0}.badge.active{background:#d1fae5;color:#065f46}.badge.trial{background:#dbeafe;color:#1d4ed8}.badge.past_due,.badge.suspended,.badge.cancelled{background:#fee2e2;color:#991b1b}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stats article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.stats span{display:block;color:var(--muted)}.stats strong{display:block;font-size:2rem;margin-top:6px}.card{padding:24px}.section-head{display:flex;justify-content:space-between;align-items:center}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.inbox-layout{display:grid;grid-template-columns:340px 1fr;gap:18px;min-height:620px}.conversation-list{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:auto}.conversation{display:block;padding:15px;border-bottom:1px solid var(--line);color:var(--ink)}.conversation:hover,.conversation.active{background:#eff6ff;text-decoration:none}.conversation>div{display:flex;justify-content:space-between;gap:10px}.conversation p{color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:5px 0}.conversation small{color:var(--muted)}.thread{display:flex;flex-direction:column;min-width:0}.thread-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:15px}.thread-head h2{margin-bottom:0}.thread-head span{color:var(--muted)}.messages{flex:1;overflow:auto;padding:18px 0}.message{max-width:78%;margin:10px 0;padding:12px 14px;border-radius:14px;background:#f1f5f9}.message.out{margin-left:auto;background:#dbeafe}.message p{margin:4px 0}.message small,.message em{font-size:.72rem;color:var(--muted)}.reply-box{display:grid;grid-template-columns:1fr auto;gap:10px;border-top:1px solid var(--line);padding-top:15px}.reply-box textarea{min-height:70px;margin:0}.empty-state,.center{text-align:center;padding:60px 20px}.knowledge-list{display:grid;gap:12px}.knowledge-item{border:1px solid var(--line);border-radius:13px;padding:15px;display:flex;justify-content:space-between;gap:18px}.knowledge-item strong{display:block;margin-top:8px}.knowledge-item p{margin:5px 0;color:#475569;white-space:pre-wrap}.item-actions{display:flex;gap:10px;align-items:flex-start}.number-card{background:#0f172a;color:white;border-radius:15px;padding:18px;display:grid;gap:5px;min-width:230px}.number-card strong{font-size:1.5rem}.number-card span,.number-card small{color:#cbd5e1}.usage-list>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.plan-name{font-size:2rem;font-weight:850}pre{white-space:pre-wrap;word-break:break-all;background:#0f172a;color:#e2e8f0;padding:14px;border-radius:10px}.narrow{max-width:760px;margin:auto;padding:60px 20px}@media(max-width:900px){.hero,.split,.inbox-layout{grid-template-columns:1fr}.feature-grid,.steps,.stats{grid-template-columns:1fr 1fr}.inbox-layout{min-height:auto}.conversation-list{max-height:350px}.topbar nav{display:none}}@media(max-width:600px){.feature-grid,.steps,.stats{grid-template-columns:1fr}.hero{padding-top:45px}.topbar{padding:0 16px}.footer{flex-direction:column}.page-head{flex-direction:column}.reply-box{grid-template-columns:1fr}.message{max-width:92%}}
.hours-grid{display:grid;gap:10px}.hours-row{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:14px;align-items:end;padding:12px 0;border-bottom:1px solid var(--line)}.hours-row label{margin:0}@media(max-width:700px){.hours-row{grid-template-columns:1fr 1fr}.hours-row .check{grid-column:1/-1}}
.inline-form{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.inline-form label{flex:1;min-width:220px}.inline-form select{display:block;width:100%;margin-top:6px;padding:11px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;font:inherit}

.call-record{border:1px solid var(--line);background:#f8fafc;border-radius:13px;padding:14px;margin:10px 0}.call-record>div{display:flex;justify-content:space-between;gap:10px}.call-record h4{margin:12px 0 4px}.call-record details{margin-top:10px}.call-record pre{max-height:260px;overflow:auto}

body{font-size:16px}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #2563eb;outline-offset:3px}.topbar{min-height:72px;height:auto;padding-top:14px;padding-bottom:14px;flex-wrap:wrap}.topbar nav{flex-wrap:wrap;gap:12px}.badge,.chip,.message small,.message em{font-size:.8rem}.card,.split>*{min-width:0}.stack form+form{margin-top:16px}@media(max-width:900px){.topbar nav{display:flex;width:100%;order:3;margin-left:0;font-size:.875rem;gap:10px 16px}.topbar .inline{margin-left:auto}}
