@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}}:root{--navy:#0b1f3a;--deep-ink:#061425;--soft-navy:#12355b;--parchment:#f5f2eb;--cream:#fff9ec;--royal-gold:#ffe45e;--gold:#d6a84f;--ink:#061425;--steel:#475569;--slate:#475569;--silver:#cbd5e1;--light-silver:#e2e8f0;--warning:#b7791f;--muted:#64748b;--line:#dedbd3;--white:#fffefa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#fffefaf2;border-bottom:1px solid #e9e5dc;justify-content:space-between;align-items:center;height:76px;padding:0 max(5vw,28px);display:flex;position:sticky;top:0}.brand{color:var(--ink);letter-spacing:-.2px;align-items:center;gap:12px;font-size:15px;text-decoration:none;display:flex}.brand-mark{background:var(--navy);color:#fff;border-radius:10px 3px;place-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:grid}.nav-links{gap:34px;display:flex}.nav-links a{color:#4f5961;font-size:14px;text-decoration:none}.nav-links a:hover{color:var(--soft-navy)}.button{border:0;border-radius:8px;justify-content:center;align-items:center;gap:18px;min-height:44px;padding:0 18px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-dark{background:var(--deep-ink);color:#fff}.button-primary{background:var(--navy);color:#fff;box-shadow:0 8px 20px #0b1f3a29}.button-primary:hover{background:var(--soft-navy)}.hero{background:radial-gradient(circle at 85% 18%, #fbde8947, transparent 25%), var(--parchment);padding:84px max(5vw,28px) 0;overflow:hidden}.eyebrow,.kicker{color:var(--soft-navy);letter-spacing:1.7px;text-transform:uppercase;font-size:11px;font-weight:800}.eyebrow{align-items:center;gap:9px;display:flex}.eyebrow span{background:var(--gold);width:22px;height:2px}.hero-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:7vw;max-width:1320px;margin:34px auto 64px;display:grid}h1{letter-spacing:-3.7px;max-width:720px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,5.6vw,78px);font-weight:500;line-height:.98}h1 em{color:var(--soft-navy);font-weight:500}.hero-copy{color:#4f5a62;max-width:620px;margin:28px 0;font-size:18px;line-height:1.7}.hero-actions{align-items:center;gap:28px;display:flex}.hero-actions .button{min-height:52px;padding:0 22px}.text-button{color:var(--ink);background:0 0;border:0;align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.play{border:1px solid #c6c1b7;border-radius:50%;place-items:center;width:31px;height:31px;padding-left:2px;font-size:9px;display:grid}.opportunity-card{background:#fff;border:1px solid #fffc;border-radius:16px;padding:27px;transform:rotate(1deg);box-shadow:0 24px 80px #0116271f}.card-topline{color:#75808a;border-bottom:1px solid #eeeae3;justify-content:space-between;padding-bottom:18px;font-size:11px;display:flex}.card-topline div{color:var(--ink);font-weight:700}.live-dot{background:var(--royal-gold);border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block;box-shadow:0 0 0 4px #fff7c7}.revenue{flex-direction:column;margin:25px 0 10px;display:flex}.revenue span{color:#778089;font-size:12px}.revenue strong{margin:5px 0;font-family:Georgia,serif;font-size:42px}.revenue small{color:var(--soft-navy);font-size:10px;font-weight:700}.mini-chart{background:repeating-linear-gradient(#0000,#0000 30px,#f0eee9 31px);border-bottom:1px solid #ddd;align-items:end;gap:8px;height:124px;padding-top:10px;display:flex}.mini-chart i{background:#c8d4df;border-radius:3px 3px 0 0;flex:1;max-height:115px;display:block}.mini-chart i.hot{background:var(--soft-navy)}.snapshot-stats{grid-template-columns:repeat(3,1fr);margin-top:22px;display:grid}.snapshot-stats div{border-right:1px solid #ece8e1;align-items:center;gap:9px;padding:0 10px;display:flex}.snapshot-stats div:last-child{border:0}.snapshot-stats b{font-family:Georgia,serif;font-size:22px}.snapshot-stats span{color:#75808a;font-size:9px;line-height:1.5}.principle-strip{background:var(--ink);color:#fff;border-radius:12px 12px 0 0;align-items:center;gap:16px;max-width:1320px;min-height:74px;margin:0 auto;padding:14px 22px;display:flex}.principle-strip p{flex:1;font-size:12px}.shield{width:34px;height:34px;color:var(--gold);background:#fbde8924;border-radius:50%;place-items:center;display:grid}.demo-pill{color:var(--gold);letter-spacing:1px;border:1px solid #fbde8959;border-radius:20px;padding:7px 10px;font-size:9px;font-weight:800}.section{padding:92px max(5vw,28px)}.missed-call-section{background:#fff}.flagship-label{align-items:center;gap:12px;max-width:1320px;margin:0 auto 23px;display:flex}.flagship-label span{background:var(--royal-gold);color:var(--deep-ink);letter-spacing:1px;border-radius:4px;padding:6px 9px;font-size:8px;font-weight:900}.flagship-label b{color:var(--soft-navy);font-size:11px}.missed-call-heading{grid-template-columns:1.15fr .85fr;align-items:end;gap:7vw;max-width:1320px;margin:0 auto 38px;display:grid}.missed-call-heading h2{max-width:760px}.missed-call-heading>p{color:var(--slate);margin:0;font-size:14px;line-height:1.75}.call-recovery-flow{background:var(--deep-ink);border-radius:11px;grid-template-columns:repeat(6,1fr);max-width:1320px;margin:0 auto 17px;display:grid;overflow:hidden}.call-recovery-flow>div{border-right:1px solid #273b4d;min-height:128px;padding:19px 16px;position:relative}.call-recovery-flow>div:last-child{border-right:0}.call-recovery-flow span{color:var(--gold);font-size:8px;font-weight:900}.call-recovery-flow h3{color:#fff;margin:22px 0 5px;font-size:11px;line-height:1.4}.call-recovery-flow p{color:#8fa2b2;margin:0;font-size:8px;line-height:1.45}.call-recovery-flow i{z-index:2;background:var(--royal-gold);width:17px;height:17px;color:var(--deep-ink);border-radius:50%;place-items:center;font-size:9px;font-style:normal;display:grid;position:absolute;top:22px;right:-8px}.call-demo{border:1px solid #d9dfe4;border-radius:11px;grid-template-columns:260px 1fr;max-width:1320px;margin:auto;display:grid;overflow:hidden;box-shadow:0 18px 55px #06142512}.call-example-list{background:#f3f5f7;padding:21px 14px}.call-example-list>.launcher-step{color:var(--soft-navy);padding:0 9px 13px;display:block}.call-example-list button{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;border-bottom:1px solid #dde2e6;grid-template-columns:31px 1fr 15px;align-items:center;gap:10px;padding:12px 9px;display:grid}.call-example-list button>span{width:29px;height:29px;color:var(--soft-navy);background:#e3e9ee;border-radius:7px;place-items:center;font-size:8px;font-weight:900;display:grid}.call-example-list button p{flex-direction:column;margin:0;display:flex}.call-example-list button b{font-size:10px}.call-example-list button small{color:#7b8893;margin-top:3px;font-size:8px}.call-example-list button i{color:#8996a1;font-style:normal}.call-example-list button.active{background:#fff;border-bottom-color:#0000;border-radius:7px;box-shadow:0 5px 17px #06142514}.call-example-list button.active>span{background:var(--soft-navy);color:#fff}.call-demo-main{padding:27px}.call-demo-head{border-bottom:1px solid #e2e6e9;justify-content:space-between;align-items:start;padding-bottom:20px;display:flex}.call-demo-head>div:first-child>span{color:var(--soft-navy);letter-spacing:1px;font-size:8px;font-weight:900}.call-demo-head h3{margin:7px 0 3px;font-family:Georgia,serif;font-size:25px}.call-demo-head p{color:#6e7b86;margin:0;font-size:9px}.missed-status{color:var(--warning);background:#fff3db;border-radius:20px;padding:7px 10px;font-size:8px;font-weight:800}.missed-status i{background:var(--warning);border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.response-modes{grid-template-columns:1fr 1fr;gap:13px;margin:20px 0 13px;display:grid}.response-mode{border:1px solid #dce1e5;border-radius:9px;overflow:hidden}.mode-title{background:#f7f8f9;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;min-height:66px;padding:13px;display:grid}.mode-title>span{background:var(--soft-navy);color:#fff;border-radius:50%;place-items:center;width:27px;height:27px;font-size:9px;font-weight:900;display:grid}.mode-title p{flex-direction:column;margin:0;display:flex}.mode-title b{font-size:11px}.mode-title small{color:#798691;margin-top:3px;font-size:8px}.mode-title em{color:var(--soft-navy);background:var(--light-silver);border-radius:12px;padding:5px 7px;font-size:7px;font-style:normal;font-weight:900}.approved .mode-title em{color:var(--soft-navy);background:#e6edf4}.sms-preview{background:var(--cream);min-height:143px;padding:17px}.sms-preview span{color:#76828c;letter-spacing:.8px;font-size:7px;font-weight:900}.sms-preview p{color:#485762;background:#fff;border:1px solid #e3dfd6;border-radius:10px 10px 10px 3px;margin:12px 0 0;padding:13px;font-size:10px;line-height:1.55}.followup-task{grid-template-columns:1fr 1fr;gap:10px;padding:17px;display:grid}.followup-task>div{background:#f4f6f8;border-radius:6px;flex-direction:column;padding:11px;display:flex}.followup-task span{color:#7e8992;text-transform:uppercase;font-size:7px}.followup-task b{margin-top:5px;font-size:9px}.followup-task button{background:var(--navy);color:#fff;border:0;border-radius:6px;grid-column:1/-1;justify-content:space-between;align-items:center;min-height:37px;padding:0 13px;font-size:9px;font-weight:800;display:flex}.call-outcome{border:1px solid #dce2e6;border-radius:8px;justify-content:space-between;align-items:center;padding:13px 15px;display:flex}.call-outcome>span{color:#75838e;letter-spacing:1px;font-size:7px;font-weight:900}.call-outcome>div{align-items:center;gap:8px;display:flex}.call-outcome b{color:#61707b;font-size:8px}.call-outcome b.done{color:var(--soft-navy)}.call-outcome i{background:#cdd4d9;width:24px;height:1px}.call-compliance{background:#fff9ed;border:1px solid #e3d2ac;border-radius:9px;grid-template-columns:30px 1fr auto;align-items:center;gap:13px;max-width:1320px;margin:14px auto 0;padding:16px 18px;display:grid}.call-compliance>span{width:28px;height:28px;color:var(--warning);background:#f1dfb8;border-radius:50%;place-items:center;font-weight:900;display:grid}.call-compliance p{color:#75654b;flex-direction:column;margin:0;font-size:9px;line-height:1.5;display:flex}.call-compliance b{color:#4e422f;margin-bottom:2px;font-size:10px}.call-compliance em{color:var(--warning);letter-spacing:.7px;white-space:nowrap;font-size:7px;font-style:normal;font-weight:900}.webhook-test{background:#fff;border:1px solid #cbd5e1;border-radius:11px;max-width:1320px;margin:18px auto 0;overflow:hidden}.webhook-intro{background:#f1f5f9;border-bottom:1px solid #cbd5e1;grid-template-columns:.9fr 1.1fr;align-items:end;gap:6vw;padding:24px 26px;display:grid}.webhook-intro h3{margin:8px 0 0;font-family:Georgia,serif;font-size:26px}.webhook-intro>p{color:#566575;margin:0;font-size:11px;line-height:1.65}.webhook-workspace{grid-template-columns:1fr 1fr;display:grid}.webhook-controls{padding:25px}.webhook-controls>label{color:var(--soft-navy);text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;font-size:9px;font-weight:900;display:block}.webhook-input-row{grid-template-columns:1fr auto;gap:8px;display:grid}.webhook-input-row input{width:100%;min-width:0;color:var(--ink);background:#fff;border:1px solid #b9c5d0;border-radius:7px;outline:none;padding:0 13px;font-size:11px}.webhook-input-row input:focus{border-color:var(--soft-navy);box-shadow:0 0 0 3px #12355b1a}.webhook-input-row input::placeholder{color:#94a3b8}.webhook-input-row button:disabled{cursor:wait;opacity:.72;transform:none}.webhook-presets{align-items:center;gap:7px;margin:12px 0 20px;display:flex}.webhook-presets>span{color:#7b8793;margin-right:3px;font-size:8px}.webhook-presets b{color:var(--soft-navy);background:var(--light-silver);border-radius:4px;padding:5px 7px;font-size:8px}.webhook-safety{background:#fff9ed;border:1px solid #e3d2ac;border-radius:7px;gap:10px;padding:12px;display:flex}.webhook-safety>span{width:23px;height:23px;color:var(--warning);background:#f3e3bd;border-radius:50%;flex:0 0 23px;place-items:center;font-size:9px;font-weight:900;display:grid}.webhook-safety p,.webhook-status p{color:#6d604a;flex-direction:column;margin:0;font-size:8px;line-height:1.5;display:flex}.webhook-safety b,.webhook-status b{color:#4d4434;margin-bottom:2px;font-size:9px}.webhook-status{background:#f8fafc;border:1px solid #d5dce3;border-radius:7px;align-items:center;gap:10px;min-height:51px;margin-top:10px;padding:11px 12px;display:flex}.webhook-status>span{background:var(--light-silver);width:23px;height:23px;color:var(--steel);border-radius:50%;flex:0 0 23px;place-items:center;font-size:9px;font-weight:900;display:grid}.webhook-status p{color:#667584}.webhook-status b{color:var(--ink)}.webhook-status.success{background:#f1f5f9;border-color:#aebdca}.webhook-status.success>span{background:var(--navy);color:var(--royal-gold)}.webhook-status.failure{background:#fff9ed;border-color:#ddc18a}.webhook-status.failure>span{background:var(--gold);color:var(--deep-ink)}.webhook-status.loading>span{background:var(--soft-navy);color:#fff;animation:1s infinite alternate status-pulse}.payload-preview{background:var(--deep-ink);color:#fff;min-width:0;padding:20px 22px}.payload-preview>div{border-bottom:1px solid #263b4d;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.payload-preview span{color:var(--royal-gold);letter-spacing:1px;font-size:8px;font-weight:900}.payload-preview em{color:#8293a2;font-size:8px;font-style:normal}.payload-preview pre{white-space:pre-wrap;overflow-wrap:anywhere;color:#d9e1e8;max-height:345px;font-family:var(--font-geist-mono), Consolas, monospace;scrollbar-color:#475569 transparent;margin:16px 0 0;font-size:9px;line-height:1.55;overflow:auto}.webhook-history{background:#f8fafc;border-top:1px solid #cbd5e1;padding:25px}.webhook-history-heading{grid-template-columns:.9fr 1.1fr;align-items:end;gap:6vw;margin-bottom:16px;display:grid}.webhook-history-heading h3{margin:6px 0 0;font-family:Georgia,serif;font-size:25px}.webhook-history-heading>p{border-left:3px solid var(--gold);color:#607080;margin:0;padding-left:15px;font-size:10px;line-height:1.6}.webhook-history-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:11px;min-height:80px;display:flex}.webhook-history-empty>span{background:var(--light-silver);width:27px;height:27px;color:var(--soft-navy);border-radius:50%;place-items:center;font-size:10px;display:grid}.webhook-history-empty p{color:#748292;flex-direction:column;margin:0;font-size:9px;line-height:1.55;display:flex}.webhook-history-empty b{color:var(--ink);font-size:10px}.webhook-history-list{gap:8px;display:grid}.webhook-history-item{background:#fff;border:1px solid #d6dee6;border-radius:8px;grid-template-columns:1.15fr 1fr .75fr 1fr .75fr;align-items:center;gap:18px;padding:15px 16px;display:grid}.history-primary,.history-detail{flex-direction:column;min-width:0;display:flex}.history-primary>span,.history-detail>span{color:#7a8895;letter-spacing:.6px;text-transform:uppercase;font-size:7px;font-weight:800}.history-primary h4{color:var(--ink);margin:4px 0 2px;font-size:11px}.history-primary small{color:#667584;font-size:8px}.history-detail b{color:#344454;text-transform:capitalize;overflow-wrap:anywhere;margin-top:5px;font-size:9px;font-weight:700}.history-detail .history-status{letter-spacing:.5px;text-transform:uppercase;border-radius:12px;width:fit-content;margin-top:4px;padding:4px 7px;font-size:7px;font-weight:900}.history-status.success{color:var(--soft-navy);background:#e5edf5}.history-status.failed{color:var(--warning);background:#faf0d8}.history-payload{min-width:0}.history-payload summary{cursor:pointer;color:var(--soft-navy);justify-content:space-between;align-items:center;gap:6px;font-size:8px;font-weight:800;list-style:none;display:flex}.history-payload summary::-webkit-details-marker{display:none}.history-payload summary span{background:var(--light-silver);border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.history-payload[open]{border-top:1px solid #e3e8ed;grid-column:1/-1;padding-top:12px}.history-payload[open] summary span{transform:rotate(45deg)}.history-payload pre{background:var(--deep-ink);color:#d9e1e8;white-space:pre-wrap;overflow-wrap:anywhere;max-height:220px;font-family:var(--font-geist-mono), Consolas, monospace;border-radius:6px;margin:10px 0 0;padding:13px;font-size:8px;line-height:1.55;overflow:auto}.spinner{border:2px solid #ffffff59;border-top-color:var(--royal-gold);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes status-pulse{to{opacity:.55}}.implementation-section{background:var(--cream)}.implementation-heading{grid-template-columns:1.05fr .95fr;align-items:end;gap:7vw;max-width:1320px;margin:0 auto 42px;display:grid}.implementation-heading h2{max-width:650px}.implementation-heading>p{color:var(--slate);border-left:3px solid var(--gold);margin:0;padding-left:22px;font-size:15px;line-height:1.75}.implementation-flow{background:#fff;border:1px solid #d8dce1;border-radius:12px;grid-template-columns:repeat(5,1fr);max-width:1320px;margin:auto;display:grid;overflow:hidden}.implementation-stage{border-right:1px solid #e2e5e8;min-height:210px;padding:24px 21px}.implementation-stage:last-child{border-right:0}.stage-top{color:var(--soft-navy);justify-content:space-between;align-items:center;display:flex}.stage-top>span{background:#e7eef5;border-radius:50%;place-items:center;width:33px;height:33px;font-size:9px;font-weight:900;display:grid}.stage-top i{color:var(--gold);font-style:normal;transform:translate(29px)}.implementation-stage h3{margin:34px 0 9px;font-size:14px}.implementation-stage p{color:#697786;margin:0;font-size:11px;line-height:1.65}.layer-note{background:var(--navy);color:#fff;border-radius:10px;grid-template-columns:210px 1fr auto;align-items:center;gap:24px;max-width:1320px;margin:16px auto 0;padding:20px 23px;display:grid}.layer-note>span{color:var(--gold);letter-spacing:1.2px;font-size:9px;font-weight:900}.layer-note p{color:#c4d0dc;margin:0;font-size:11px;line-height:1.55}.layer-note>div{gap:6px;display:flex}.layer-note b{white-space:nowrap;background:#ffffff14;border:1px solid #ffffff21;border-radius:5px;padding:7px 9px;font-size:8px}.launcher-section{background:#fff}.launcher-shell{border:1px solid #d8dde3;border-radius:13px;grid-template-columns:310px 1fr;max-width:1320px;margin:auto;display:grid;overflow:hidden;box-shadow:0 24px 70px #06142514}.launcher-controls{background:var(--deep-ink);color:#fff;flex-direction:column;gap:19px;padding:28px 24px;display:flex}.launcher-step{color:var(--gold);letter-spacing:1.25px;font-size:9px;font-weight:900}.launcher-controls label{color:#9fb0bf;text-transform:uppercase;letter-spacing:.7px;flex-direction:column;gap:7px;font-size:9px;font-weight:800;display:flex}.launcher-controls select,.selected-field{color:#fff;text-transform:none;letter-spacing:0;background:#10283b;border:1px solid #314658;border-radius:7px;justify-content:space-between;align-items:center;min-height:45px;padding:0 12px;font-size:11px;display:flex}.launcher-controls select{width:100%}.selected-field span{color:var(--royal-gold);text-transform:uppercase;background:#ffe45e1a;border:1px solid #ffe45e3d;border-radius:10px;padding:4px 6px;font-size:7px}.owner-gate{background:#d6a84f1a;border:1px solid #d6a84f4d;border-radius:8px;gap:11px;margin-top:4px;padding:15px;display:flex}.gate-icon{background:var(--royal-gold);width:25px;height:25px;color:var(--deep-ink);border-radius:50%;flex:0 0 25px;place-items:center;font-size:10px;font-weight:900;display:grid}.owner-gate p{flex-direction:column;margin:0;display:flex}.owner-gate b{color:#fff;font-size:10px}.owner-gate small{color:#a9b8c4;margin-top:4px;font-size:8px;line-height:1.5}.launcher-result{padding:30px}.result-head{border-bottom:1px solid #e4e7ea;justify-content:space-between;align-items:start;padding-bottom:22px;display:flex}.result-head h3{margin:7px 0 0;font-family:Georgia,serif;font-size:27px}.sample-badge{color:var(--soft-navy);letter-spacing:.8px;background:#eef3f7;border-radius:20px;padding:7px 9px;font-size:7px;font-weight:900}.recommended-steps{grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0;display:grid}.recommended-steps>div{background:#f7f8f9;border:1px solid #e5e8eb;border-radius:8px;gap:11px;padding:16px;display:flex}.recommended-steps>div>span{background:var(--soft-navy);color:#fff;border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:9px;font-weight:900;display:grid}.recommended-steps p{flex-direction:column;margin:0;display:flex}.recommended-steps b{font-size:11px;line-height:1.4}.recommended-steps small{color:#7d8994;margin-top:5px;font-size:8px;line-height:1.45}.launcher-bottom{grid-template-columns:1fr 210px;gap:12px;display:grid}.launcher-draft,.value-card{border:1px solid #dde2e6;border-radius:8px;padding:18px}.launcher-draft>div{justify-content:space-between;align-items:center;display:flex}.launcher-draft span,.value-card span{color:#71808c;letter-spacing:1px;font-size:8px;font-weight:900}.launcher-draft button{color:var(--soft-navy);background:0 0;border:0;font-size:9px;font-weight:800;text-decoration:underline}.launcher-draft p{color:#53616e;margin:13px 0 0;font-size:11px;line-height:1.65}.value-card{background:var(--cream);flex-direction:column;display:flex}.value-card b{color:var(--soft-navy);margin:19px 0 5px;font-family:Georgia,serif;font-size:22px}.value-card small{color:#858e96;font-size:8px;line-height:1.5}.approval-bar{border:1px solid var(--silver);background:#f1f5f9;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;margin-top:13px;padding:14px 16px;display:flex}.approval-bar>div>span{color:var(--soft-navy);letter-spacing:1px;font-size:8px;font-weight:900}.approval-bar p{color:#60716f;margin:4px 0 0;font-size:9px}.approval-bar .button{background:var(--navy);white-space:nowrap;box-shadow:inset 0 -2px 0 var(--royal-gold)}.outcome-row{border:1px solid #dfe3e6;border-radius:9px;justify-content:space-around;align-items:center;gap:14px;max-width:1320px;min-height:56px;margin:14px auto 0;padding:10px 20px;display:flex}.outcome-row>span{color:#70808d;letter-spacing:1px;font-size:8px;font-weight:900}.outcome-row>div{color:#485866;align-items:center;gap:7px;font-size:9px;display:flex}.outcome-dot{background:var(--steel,#475569);border-radius:50%;width:7px;height:7px}.outcome-0,.outcome-1,.outcome-2,.outcome-3{background:var(--soft-navy)}.outcome-4{background:var(--warning)}.outcome-5{background:#718096}.section-heading{justify-content:space-between;align-items:end;gap:30px;max-width:1320px;margin:0 auto 38px;display:flex}.section h2{letter-spacing:-1.5px;max-width:650px;margin:10px 0 0;font-family:Georgia,serif;font-size:clamp(35px,3.6vw,50px);font-weight:500;line-height:1.08}.section-heading>p,.section-copy{color:#69747c;max-width:430px;font-size:14px;line-height:1.65}.workflow-shell{border:1px solid var(--line);border-radius:13px;grid-template-columns:270px 1fr;max-width:1320px;margin:0 auto;display:grid;overflow:hidden}.workflow-tabs{background:var(--ink);flex-direction:column;gap:9px;padding:17px;display:flex}.workflow-tabs button{color:#aab1b7;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:15px;padding:19px 16px;font-size:13px;display:flex}.workflow-tabs button span{color:#6d7881;font-size:9px}.workflow-tabs button[aria-selected=true]{background:var(--soft-navy);color:#fff}.workflow-tabs button[aria-selected=true] span{color:var(--royal-gold)}.workflow-content{padding:36px}.workflow-intro{justify-content:space-between;gap:25px;padding-bottom:30px;display:flex}.small-label{color:var(--soft-navy);letter-spacing:1.4px;font-size:9px;font-weight:800}.workflow-intro h3{margin:8px 0;font-family:Georgia,serif;font-size:31px}.workflow-intro p{color:#707b83;max-width:560px;font-size:13px;line-height:1.55}.workflow-stat{background:var(--parchment);border-radius:9px;flex-direction:column;min-width:170px;padding:20px;display:flex}.workflow-stat b{color:var(--soft-navy);font-family:Georgia,serif;font-size:28px}.workflow-stat span{color:#7b817f;margin-top:4px;font-size:10px}.timeline{border-top:1px solid #e8e5df}.timeline-item{border-bottom:1px solid #e8e5df;grid-template-columns:42px 1fr 34px;align-items:center;gap:14px;padding:19px 0;display:grid}.timeline-num{width:34px;height:34px;color:var(--soft-navy);background:#e6edf4;border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.timeline-item span{color:var(--soft-navy);text-transform:uppercase;font-size:9px;font-weight:800}.timeline-item h4{margin:3px 0;font-size:14px}.timeline-item p{color:#778089;margin:0;font-size:11px}.timeline-item button{width:33px;height:33px;color:var(--soft-navy);background:#fff;border:1px solid #d7dde3;border-radius:50%}.parchment{background:var(--parchment)}.section-heading select{color:#59636b;background:#fff;border:1px solid #d5d0c7;border-radius:7px;padding:11px 35px 11px 14px;font-size:12px}.sector-grid{grid-template-columns:repeat(5,1fr);gap:12px;max-width:1320px;margin:0 auto;display:grid}.sector-card{text-align:left;min-height:180px;color:var(--ink);background:#ffffffb3;border:1px solid #dfdbd2;border-radius:9px;flex-direction:column;justify-content:space-between;padding:20px;transition:all .2s;display:flex;position:relative}.sector-card:hover{background:#fff;border-color:#aab9c7;transform:translateY(-3px);box-shadow:0 12px 30px #06142514}.sector-icon{width:38px;height:38px;color:var(--soft-navy);background:#e5edf5;border-radius:9px;place-items:center;font-size:10px;font-weight:900;display:grid}.sector-card h3{margin:20px 0 6px;font-size:14px;line-height:1.35}.sector-card p{color:#778089;margin:0;font-size:10px;line-height:1.5}.sector-card .arrow{color:var(--soft-navy);position:absolute;top:23px;right:20px}.sector-card small{background:var(--gold);color:#4b360d;letter-spacing:.7px;border-radius:8px;padding:4px 7px;font-size:7px;font-weight:900;position:absolute;top:-8px;right:13px}.split-section{grid-template-columns:1.1fr .9fr;padding:0;display:grid}.messages-panel,.review-panel{padding:90px max(5vw,60px)}.messages-panel{background:#fff}.review-panel{background:var(--navy);color:#fff}.review-panel .kicker{color:var(--gold)}.review-panel>p{color:#c7d4e1;max-width:580px;font-size:14px;line-height:1.7}.message-tabs{gap:6px;margin:28px 0 12px;display:flex;overflow-x:auto}.message-tabs button{white-space:nowrap;color:#68727a;background:#fff;border:1px solid #dfdbd4;border-radius:6px;padding:9px 12px;font-size:10px}.message-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.message-card{border:1px solid #dfdbd4;border-radius:10px;padding:24px;box-shadow:0 16px 40px #0116270f}.message-meta{color:#718096;letter-spacing:1px;justify-content:space-between;font-size:8px;display:flex}.message-card h3{margin:20px 0;font-family:Georgia,serif;font-size:22px}.message-card>p{white-space:pre-line;color:#53606a;min-height:150px;font-size:12px;line-height:1.7}.message-actions{border-top:1px solid #eeeae3;gap:10px;padding-top:18px;display:flex}.copy-button{background:#fff;border:1px solid #ddd8cf;border-radius:7px;padding:0 17px;font-size:11px}.review-flow{margin:38px 0}.review-flow>div{align-items:center;gap:15px;display:flex}.review-flow>div>span{width:38px;height:38px;color:var(--gold);background:#ffffff1f;border:1px solid #ffffff40;border-radius:50%;flex:0 0 38px;place-items:center;font-weight:800;display:grid}.review-flow p{flex-direction:column;margin:0;font-size:13px;display:flex}.review-flow small{color:#b7c8d8;margin-top:4px;font-size:10px}.review-flow>i{border-left:1px dashed #ffffff59;height:22px;margin-left:19px;display:block}.compliance-note{border-left:3px solid var(--gold);color:#d5e0ea;background:#06142573;border-radius:0 7px 7px 0;padding:17px;font-size:11px;line-height:1.6}.compliance-note b{color:#fff}.readiness-section{grid-template-columns:.8fr 1.2fr;gap:9vw;max-width:1450px;margin:auto;display:grid}.readiness-copy>p{color:#6f7980;max-width:480px;font-size:14px;line-height:1.7}.progress-wrap{margin-top:34px}.progress-wrap>div:first-child{justify-content:space-between;margin-bottom:9px;font-size:11px;display:flex}.progress{background:#e8e4dd;border-radius:20px;height:7px;overflow:hidden}.progress i{background:linear-gradient(90deg, var(--soft-navy), var(--royal-gold));height:100%;transition:width .3s;display:block}.checklist{border:1px solid #dfdbd3;border-radius:10px;padding:8px 22px}.checklist label{cursor:pointer;border-bottom:1px solid #eeeae4;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;padding:16px 0;display:grid}.checklist label:last-child{border-bottom:0}.checklist input{opacity:0;position:absolute}.checkmark{border:1px solid #cfcac1;border-radius:50%;place-items:center;width:23px;height:23px;font-size:11px;display:grid}.checked .checkmark{background:var(--navy);border-color:var(--navy);color:var(--royal-gold)}.checklist p{flex-direction:column;margin:0;display:flex}.checklist b{font-size:12px}.checklist small{color:#899197;margin-top:3px;font-size:9px}.checklist em{color:#8b9398;background:#f1efeb;border-radius:12px;padding:5px 8px;font-size:9px;font-style:normal}.checklist .checked em{color:var(--soft-navy);background:var(--light-silver)}.pilot-section{background:var(--parchment)}.pilot-heading{grid-template-columns:1fr 1fr;align-items:end;gap:7vw;max-width:1320px;margin:0 auto 42px;display:grid}.pilot-heading>p{color:var(--slate);border-left:3px solid var(--gold);margin:0;padding-left:21px;font-size:14px;line-height:1.75}.readiness-columns{grid-template-columns:repeat(3,1fr);gap:13px;max-width:1320px;margin:auto;display:grid}.readiness-card{background:#fff;border:1px solid #dcdad4;border-radius:11px;padding:25px;position:relative;overflow:hidden}.readiness-card:before{content:"";background:var(--soft-navy);height:4px;position:absolute;inset:0 0 auto}.readiness-card.ready:before{background:var(--soft-navy)}.readiness-card.future:before{background:var(--gold)}.readiness-card-head{justify-content:space-between;align-items:center;display:flex}.readiness-card-head>span{width:33px;height:33px;color:var(--soft-navy);background:#e8eef4;border-radius:50%;place-items:center;font-size:9px;font-weight:900;display:grid}.readiness-card.ready .readiness-card-head>span{background:var(--light-silver);color:var(--soft-navy)}.readiness-card.future .readiness-card-head>span{color:var(--warning);background:#faf0d8}.readiness-card-head em{color:var(--soft-navy);letter-spacing:.8px;background:#edf2f6;border-radius:20px;padding:6px 8px;font-size:7px;font-style:normal;font-weight:900}.readiness-card.ready .readiness-card-head em{background:var(--light-silver);color:var(--soft-navy)}.readiness-card.future .readiness-card-head em{color:var(--warning);background:#faf0d8}.readiness-card h3{margin:24px 0 8px;font-family:Georgia,serif;font-size:26px}.readiness-card>p{color:#74808a;min-height:49px;margin:0 0 18px;font-size:10px;line-height:1.6}.readiness-card ul{border-top:1px solid #ece9e3;margin:0;padding:0;list-style:none}.readiness-card li{color:#485762;border-bottom:1px solid #ece9e3;align-items:center;gap:10px;min-height:39px;font-size:10px;display:flex}.readiness-card li:last-child{border-bottom:0}.readiness-card li i{width:19px;height:19px;color:var(--soft-navy);background:#e8eef4;border-radius:50%;flex:0 0 19px;place-items:center;font-size:8px;font-style:normal;font-weight:900;display:grid}.readiness-card.ready li i{background:var(--light-silver);color:var(--soft-navy)}.readiness-card.future li i{color:var(--warning);background:#faf0d8}.pilot-guardrails{background:var(--navy);color:#fff;border-radius:10px;grid-template-columns:1fr 1px 1fr 1px 1fr;align-items:center;gap:21px;max-width:1320px;margin:15px auto 0;padding:19px 22px;display:grid}.pilot-guardrails>i{background:#2d4661;width:1px;height:48px}.pilot-guardrails>div{align-items:center;gap:13px;display:flex}.pilot-guardrails>div>span{color:var(--gold);letter-spacing:.9px;writing-mode:vertical-rl;font-size:7px;font-weight:900;transform:rotate(180deg)}.pilot-guardrails p{flex-direction:column;margin:0;display:flex}.pilot-guardrails b{font-size:10px}.pilot-guardrails small{color:#a9b8c5;margin-top:4px;font-size:8px;line-height:1.5}.integrations{background:var(--ink);color:#fff}.integration-heading{justify-content:space-between;align-items:end;max-width:1320px;margin:auto;display:flex}.integration-heading p{color:#99a4ab;max-width:430px;font-size:13px;line-height:1.6}.kicker.light{color:var(--gold)}.integration-grid{border:1px solid #263a49;border-radius:10px;grid-template-columns:repeat(8,1fr);max-width:1320px;margin:45px auto 0;display:grid;overflow:hidden}.integration-grid div{text-align:center;border-right:1px solid #263a49;flex-direction:column;align-items:center;gap:10px;padding:22px 12px;display:flex}.integration-grid div:last-child{border:0}.integration-grid span{width:35px;height:35px;color:var(--gold);background:#172c3b;border-radius:9px;place-items:center;font-size:9px;font-weight:900;display:grid}.integration-grid b{font-size:10px}.integration-grid small{color:#6e7f8b;font-size:8px}footer{color:#fff;background:#00101d;justify-content:space-between;align-items:center;padding:28px max(5vw,28px);display:flex}footer .brand{color:#fff}footer p{color:#75838d;text-align:center;font-size:9px;line-height:1.7}footer>span{color:#75838d;font-size:9px}.toast{z-index:50;background:var(--ink);color:#fff;border-radius:8px;padding:14px 18px;font-size:12px;animation:.25s toast-in;position:fixed;top:92px;right:28px;box-shadow:0 12px 40px #01162733}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}}@media (max-width:1050px){.hero-grid{grid-template-columns:1fr}.opportunity-card{max-width:650px;transform:none}.sector-grid{grid-template-columns:repeat(3,1fr)}.split-section{grid-template-columns:1fr}.integration-grid{grid-template-columns:repeat(4,1fr)}.integration-grid div:nth-child(4){border-right:0}.integration-grid div:nth-child(-n+4){border-bottom:1px solid #263a49}.implementation-flow{grid-template-columns:repeat(3,1fr)}.implementation-stage{border-bottom:1px solid #e2e5e8}.implementation-stage:nth-child(3){border-right:0}.implementation-stage:nth-child(n+4){border-bottom:0}.stage-top i{display:none}.layer-note{grid-template-columns:180px 1fr}.layer-note>div{grid-column:1/-1}.launcher-shell{grid-template-columns:270px 1fr}.recommended-steps{grid-template-columns:1fr}.call-recovery-flow{grid-template-columns:repeat(3,1fr)}.call-recovery-flow>div:nth-child(3){border-right:0}.call-recovery-flow>div:nth-child(-n+3){border-bottom:1px solid #273b4d}.call-recovery-flow>div:nth-child(3) i{display:none}.response-modes,.webhook-workspace{grid-template-columns:1fr}.webhook-history-item{grid-template-columns:repeat(2,1fr)}.history-payload{justify-self:stretch}.pilot-heading{grid-template-columns:1fr}}@media (max-width:720px){.topbar{height:66px}.nav-links,.topbar .button{display:none}.hero{padding-top:54px}h1{letter-spacing:-2px;font-size:46px}.hero-actions{flex-direction:column;align-items:stretch;gap:14px}.text-button{justify-content:center}.snapshot-stats{grid-template-columns:1fr;gap:12px}.snapshot-stats div{border-bottom:1px solid #eee;border-right:0;padding-bottom:10px}.principle-strip{flex-wrap:wrap;align-items:flex-start}.demo-pill{margin-left:50px}.section{padding:64px 22px}.section-heading,.integration-heading{flex-direction:column;align-items:flex-start}.missed-call-heading,.call-recovery-flow{grid-template-columns:1fr}.call-recovery-flow>div,.call-recovery-flow>div:nth-child(3){border-bottom:1px solid #273b4d;border-right:0;min-height:auto}.call-recovery-flow>div:last-child{border-bottom:0}.call-recovery-flow i{display:none}.call-demo{grid-template-columns:1fr}.call-example-list{gap:6px;display:flex;overflow-x:auto}.call-example-list>.launcher-step{align-self:center;min-width:115px}.call-example-list button{border:1px solid #dde2e6;border-radius:7px;min-width:185px}.call-demo-main{padding:20px}.call-demo-head{gap:15px}.mode-title{grid-template-columns:30px 1fr}.mode-title em{grid-column:2;justify-self:start}.call-outcome{flex-direction:column;align-items:flex-start;gap:11px}.call-outcome>div{flex-wrap:wrap}.call-compliance{grid-template-columns:30px 1fr}.call-compliance em{grid-column:2}.webhook-intro,.webhook-history-heading{grid-template-columns:1fr}.webhook-history-heading>p{margin-top:4px}.webhook-history-item{grid-template-columns:1fr;gap:12px}.history-payload[open]{grid-column:auto}.webhook-input-row{grid-template-columns:1fr}.webhook-input-row input{min-height:44px}.webhook-presets{flex-wrap:wrap}.payload-preview pre{max-height:300px}.implementation-heading,.implementation-flow{grid-template-columns:1fr}.implementation-stage,.implementation-stage:nth-child(3),.implementation-stage:nth-child(n+4){border-bottom:1px solid #e2e5e8;border-right:0;min-height:auto}.implementation-stage:last-child{border-bottom:0}.implementation-stage h3{margin-top:20px}.layer-note{grid-template-columns:1fr}.layer-note>div{flex-wrap:wrap;grid-column:auto}.launcher-shell,.launcher-bottom{grid-template-columns:1fr}.approval-bar{flex-direction:column;align-items:stretch}.outcome-row{flex-wrap:wrap;justify-content:flex-start}.outcome-row>span{width:100%}.workflow-shell{grid-template-columns:1fr}.workflow-tabs{flex-direction:row;overflow-x:auto}.workflow-tabs button{min-width:170px}.workflow-content{padding:22px}.workflow-intro{flex-direction:column}.sector-grid{grid-template-columns:repeat(2,1fr)}.messages-panel,.review-panel{padding:64px 22px}.readiness-section{grid-template-columns:1fr;gap:40px}.readiness-columns{grid-template-columns:1fr}.readiness-card>p{min-height:auto}.pilot-guardrails{grid-template-columns:1fr}.pilot-guardrails>i{width:100%;height:1px}.pilot-guardrails>div>span{writing-mode:initial;min-width:74px;transform:none}.integration-grid{grid-template-columns:repeat(2,1fr)}.integration-grid div:nth-child(2n){border-right:0}.integration-grid div{border-bottom:1px solid #263a49}footer{text-align:center;flex-direction:column;gap:20px}}@media (max-width:420px){.sector-grid{grid-template-columns:1fr}.sector-card{min-height:155px}}
