@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;650;700&display=swap";.m-demo{--demo-bg: var(--surface-soft, #f4f7f6);--demo-surface: var(--surface, #ffffff);--demo-graphite: var(--graphite, #132231);--demo-text: var(--ink, #10202d);--demo-muted: var(--muted, #617079);--demo-line: var(--line, #dce4e1);--demo-accent: var(--emerald, #0d7b61);--demo-accent-hover: var(--emerald-hover, #08634f);--demo-mint: var(--surface-mint, #e8f4ef);--demo-radius-control: var(--radius-sm, 10px);--demo-radius-panel: var(--radius-md, 16px);--demo-shadow: var(--shadow-lg, 0 24px 70px rgb(20 43 37 / 10%));position:relative;isolation:isolate;display:grid;grid-template-columns:236px minmax(0,1fr);width:100%;height:820px;min-height:720px;overflow:hidden;color:var(--demo-text);background:var(--demo-bg);border:1px solid var(--demo-line);border-radius:28px;box-shadow:var(--demo-shadow);font-family:var(--font, Manrope, Inter, "Segoe UI", sans-serif);text-align:left}.demo-frame>.m-demo{border:0;border-radius:inherit;box-shadow:none}.m-demo *,.m-demo *:before,.m-demo *:after{box-sizing:border-box}.m-demo button,.m-demo input,.m-demo select,.m-demo textarea{color:inherit;font:inherit}.m-demo button{border:0}.m-demo button,.m-demo select,.m-demo input[type=checkbox]{cursor:pointer}.m-demo button:focus-visible,.m-demo input:focus-visible,.m-demo select:focus-visible,.m-demo textarea:focus-visible,.m-demo [tabindex="0"]:focus-visible{outline:3px solid rgb(13 123 97 / 24%);outline-offset:2px}.m-demo h2,.m-demo h3,.m-demo p{margin:0}.m-demo-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.m-demo-sidebar{position:relative;z-index:20;display:flex;min-width:0;flex-direction:column;padding:25px 16px 18px;color:#f8fbfa;background:var(--demo-graphite)}.m-demo-sidebar__brand{display:flex;align-items:center;gap:11px;min-height:42px;padding:0 9px}.m-demo-sidebar__brand>span,.m-demo-mobile-header__mark{display:grid;width:35px;height:35px;flex:0 0 auto;place-items:center;color:var(--demo-graphite);background:#f8fbfa;border-radius:9px;font-size:16px;font-weight:800;letter-spacing:-.04em}.m-demo-sidebar__brand div{display:flex;flex-direction:column;line-height:1.15}.m-demo-sidebar__brand strong{font-size:15px;font-weight:750;letter-spacing:-.01em}.m-demo-sidebar__brand small{color:#9fb0b8;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.m-demo-sidebar nav{display:flex;flex-direction:column;gap:4px;margin-top:37px}.m-demo-sidebar nav button{display:flex;min-height:43px;align-items:center;gap:12px;width:100%;padding:0 12px;color:#aebdc3;background:transparent;border-radius:10px;font-size:13px;font-weight:620;text-align:left;transition:color .16s ease,background .16s ease,transform .16s ease}.m-demo-sidebar nav button:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.m-demo-sidebar nav button.is-active{color:#fff;background:var(--demo-accent);box-shadow:0 8px 20px #0000001f}.m-demo-sidebar nav svg{width:18px;height:18px;flex:0 0 auto;stroke-width:1.75}.m-demo-sidebar__account{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:auto;padding:13px 8px 3px;border-top:1px solid rgb(255 255 255 / 10%)}.m-demo-sidebar__account>span:nth-child(2),.m-demo-account-row>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.m-demo-sidebar__account strong{overflow:hidden;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.m-demo-sidebar__account small{color:#91a3ac;font-size:10px}.m-demo-sidebar__account>svg{width:16px;color:#91a3ac}.m-demo-sidebar__mobile-close,.m-demo-sidebar-backdrop,.m-demo-mobile-header{display:none}.m-demo-main{min-width:0;height:100%;overflow:hidden}.m-demo-content{height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#b9c9c4 transparent;scrollbar-width:thin}.m-demo-view{width:100%;max-width:1420px;min-height:100%;margin:0 auto;padding:34px 36px 45px;animation:m-demo-view-in .22s ease both}@keyframes m-demo-view-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.m-demo-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:26px}.m-demo-page-header h2{color:var(--demo-text);font-size:clamp(26px,2.4vw,32px);font-weight:730;letter-spacing:-.035em;line-height:1.18}.m-demo-page-header p{max-width:660px;margin-top:6px;color:var(--demo-muted);font-size:13px;line-height:1.55}.m-demo-page-header__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:9px}.m-demo-button{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:var(--demo-radius-control);font-size:12px;font-weight:700;line-height:1;text-decoration:none;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.m-demo-button:hover{transform:translateY(-1px)}.m-demo-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.m-demo-button svg{width:16px;height:16px;stroke-width:1.9}.m-demo .m-demo-button--primary{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:linear-gradient(135deg,#0b7258,#075548 48%,#063d35);border:1px solid rgb(116 255 216 / 34%);box-shadow:0 9px 22px #08353333,0 0 0 1px #0d7b6114,inset 0 1px #ffffff2e;text-shadow:0 1px 1px rgb(4 27 36 / 28%)}.m-demo-button--primary:before{position:absolute;z-index:-1;inset:-2px;background:linear-gradient(108deg,transparent 28%,rgb(208 255 241 / 3%) 39%,rgb(255 255 255 / 10%) 49%,rgb(208 255 241 / 3%) 59%,transparent 70%);content:"";pointer-events:none;transform:translate(-135%) skew(-12deg);transition:transform .62s cubic-bezier(.2,.72,.2,1)}.m-demo-button--primary:hover:not(:disabled){background:linear-gradient(135deg,#0f8164,#076151 46%,#05463a);border-color:#7fffdb8a;box-shadow:0 12px 27px #07343540,0 0 18px #26d29e24,0 0 0 1px #36e0ae21,inset 0 1px #ffffff38}.m-demo-button--primary:hover:not(:disabled):before{transform:translate(135%) skew(-12deg)}.m-demo-button--primary:active:not(:disabled){background:linear-gradient(135deg,#0b7058,#064d43 48%,#04362f);box-shadow:0 4px 12px #05272a38,0 0 10px #26d29e1a,inset 0 2px 5px #0218203d;transform:translateY(0) scale(.985)}.m-demo .m-demo-button--primary:focus-visible{outline:3px solid rgb(48 220 168 / 34%);outline-offset:3px;box-shadow:0 10px 25px #0734353d,0 0 0 1px #c2ffecad,0 0 20px #26d29e29,inset 0 1px #fff3}.m-demo-button--primary:disabled{background:linear-gradient(135deg,#5c8178,#536f6c 48%,#4d625d);border-color:#ffffff1f;box-shadow:none;text-shadow:none}.m-demo-button--primary:disabled:before{display:none}.m-demo-button--secondary,.m-demo-button--quiet{color:var(--demo-text);background:var(--demo-surface);border:1px solid var(--demo-line)}.m-demo-button--secondary:hover,.m-demo-button--quiet:hover{border-color:#b8c8c3;background:#fbfcfc}.m-demo-button--quiet{min-height:40px;padding:0 13px;color:var(--demo-muted);background:#f8faf9}.m-demo-button--full{width:100%}.m-demo-text-button{display:inline-flex;align-items:center;gap:6px;padding:3px 0;color:var(--demo-accent);background:transparent;font-size:12px;font-weight:720;line-height:1.3}.m-demo-text-button:hover{color:var(--demo-accent-hover)}.m-demo-text-button svg{width:14px;height:14px;transition:transform .16s ease}.m-demo-text-button:hover svg{transform:translate(2px)}.m-demo-icon-button{display:inline-grid;width:34px;height:34px;flex:0 0 auto;place-items:center;color:var(--demo-muted);background:transparent;border-radius:9px}.m-demo-icon-button:hover{color:var(--demo-text);background:var(--demo-bg)}.m-demo-icon-button svg{width:17px;height:17px}.m-demo-icon-box{display:inline-grid;width:38px;height:38px;flex:0 0 auto;place-items:center;color:var(--demo-accent);background:var(--demo-mint);border-radius:10px}.m-demo-icon-box svg{width:19px;height:19px;stroke-width:1.8}.m-demo-panel{min-width:0;background:var(--demo-surface);border:1px solid var(--demo-line);border-radius:var(--demo-radius-panel)}.m-demo-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 0}.m-demo-panel__header h3{color:var(--demo-text);font-size:15px;font-weight:750;letter-spacing:-.015em}.m-demo-panel__header p{margin-top:3px;color:var(--demo-muted);font-size:11px;line-height:1.45}.m-demo-panel__header>svg{width:20px;color:var(--demo-accent)}.m-demo-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.m-demo-metric{min-width:0;padding:17px 18px 16px;background:var(--demo-surface);border:1px solid var(--demo-line);border-radius:14px}.m-demo-metric__top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--demo-muted);font-size:11px;font-weight:650}.m-demo-metric__top svg{width:17px;height:17px;color:var(--demo-accent);stroke-width:1.8}.m-demo-metric>strong{display:block;margin-top:12px;color:var(--demo-text);font-size:27px;font-weight:760;letter-spacing:-.035em;line-height:1}.m-demo-metric>small{display:block;margin-top:6px;color:var(--demo-accent);font-size:10px;font-weight:650}.m-demo-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.8fr);gap:16px;margin-bottom:16px}.m-demo-panel--chart{padding-bottom:17px}.m-demo-panel--chart>.m-demo-text-button{margin-left:22px}.m-demo-chart{width:100%;min-width:0}.m-demo-chart--funnel{height:205px;padding:12px 12px 4px 5px}.m-demo-chart--line{height:258px;padding:14px 12px 16px}.m-demo-funnel-bars{display:grid;height:100%;align-content:center;gap:14px;padding:4px 12px}.m-demo-funnel-bars__row{display:grid;grid-template-columns:78px minmax(0,1fr) 36px;align-items:center;gap:9px;color:var(--demo-muted);font-size:10px}.m-demo-funnel-bars__row>div{height:20px;overflow:hidden;border-radius:5px;background:#edf3f0}.m-demo-funnel-bars__row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d7b61,#32a180)}.m-demo-funnel-bars__row strong{color:var(--demo-text);font-size:11px}.m-demo-activity-lines{width:100%;height:100%;overflow:visible}.m-demo-activity-lines text{fill:var(--demo-muted);font-family:var(--font, sans-serif);font-size:10px}.m-demo-activity-lines__grid{stroke:#dfe8e4;stroke-width:1;stroke-dasharray:5 5}.m-demo-activity-lines__sent,.m-demo-activity-lines__read{fill:none;stroke-linecap:round;stroke-linejoin:round}.m-demo-activity-lines__sent{stroke:var(--demo-accent);stroke-width:3}.m-demo-activity-lines__read{stroke:#7ba99a;stroke-width:2.5}.m-demo-activity-lines__dot{fill:#fff;stroke:var(--demo-accent);stroke-width:3}.m-demo-quick-actions{display:flex;flex-direction:column;padding:11px 13px 15px}.m-demo-quick-actions>button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;min-height:62px;padding:10px;color:var(--demo-text);background:transparent;border-bottom:1px solid #e8eeec;border-radius:9px;text-align:left;transition:background .16s ease}.m-demo-quick-actions>button:last-child{border-bottom-color:transparent}.m-demo-quick-actions>button:hover{background:#f7faf9}.m-demo-quick-actions>button>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.m-demo-quick-actions strong{font-size:12px;font-weight:720}.m-demo-quick-actions small{margin-top:2px;color:var(--demo-muted);font-size:10px}.m-demo-quick-actions>button>svg{width:15px;color:#93a39f}.m-demo-recent{overflow:hidden}.m-demo-recent .m-demo-panel__header{padding-bottom:12px}.m-demo-table-wrap{min-width:0;overflow-x:auto}.m-demo-table{width:100%;border-collapse:collapse;font-size:12px}.m-demo-table th{padding:10px 14px;color:#718079;background:#f7f9f8;border-top:1px solid #e7ecea;border-bottom:1px solid #e2e9e6;font-size:10px;font-weight:760;letter-spacing:.045em;text-align:left;text-transform:uppercase;white-space:nowrap}.m-demo-table td{padding:12px 14px;color:#33434d;border-bottom:1px solid #e9eeec;vertical-align:middle}.m-demo-table tbody tr:last-child td{border-bottom:0}.m-demo-table tbody tr:hover td{background:#fbfcfc}.m-demo-table td>strong,.m-demo-table td>small{display:block}.m-demo-table td>strong{color:var(--demo-text);font-size:12px;font-weight:700}.m-demo-table td>small{margin-top:2px;color:var(--demo-muted);font-size:10px}.m-demo-status{display:inline-flex;min-height:26px;align-items:center;gap:5px;padding:0 8px;border-radius:999px;font-size:10px;font-weight:750;white-space:nowrap}.m-demo-status:before{width:5px;height:5px;background:currentColor;border-radius:50%;content:""}.m-demo-status--aktiv,.m-demo-status--abgeschlossen{color:#09705a;background:#e7f4ef}.m-demo-status--gesendet{color:#23698f;background:#e6f3fa}.m-demo-status--geplant{color:#a96300;background:#fff1d5}.m-demo-status--entwurf{color:#5e6970;background:#edf1f0}.m-demo-status--gesperrt,.m-demo-status--abgemeldet{color:#a43b3b;background:#fdeaea}.m-demo-toolbar{display:flex;align-items:center;gap:10px;padding:15px;border-bottom:1px solid var(--demo-line)}.m-demo-toolbar--compact{justify-content:space-between}.m-demo-toolbar__summary{color:var(--demo-muted);font-size:11px;font-weight:650}.m-demo-search{display:flex;min-width:260px;max-width:420px;min-height:40px;flex:1 1 340px;align-items:center;gap:9px;padding:0 12px;background:#f8faf9;border:1px solid var(--demo-line);border-radius:var(--demo-radius-control)}.m-demo-search:focus-within,.m-demo-select-wrap:focus-within{border-color:#7eb8a8;box-shadow:0 0 0 3px #0d7b6117}.m-demo-search>svg,.m-demo-select-wrap>svg{width:16px;height:16px;flex:0 0 auto;color:#82918c;stroke-width:1.8}.m-demo-search input{min-width:0;flex:1;padding:0;background:transparent;border:0;outline:0;font-size:12px}.m-demo-search input::placeholder{color:#8a9994}.m-demo-search button{display:grid;width:30px;height:30px;place-items:center;color:var(--demo-muted);background:transparent;border-radius:6px}.m-demo-search button svg{width:13px;height:13px}.m-demo-select-wrap{display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:0 9px 0 11px;background:#f8faf9;border:1px solid var(--demo-line);border-radius:var(--demo-radius-control)}.m-demo-select-wrap select,.m-demo-field select{min-width:0;padding:0 28px 0 0;color:#33434d;background:transparent;border:0;outline:0;font-size:11px;font-weight:620}.m-demo-selection-bar{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:16px;padding:0 15px;color:#225646;background:#edf7f3;border-bottom:1px solid #d5ebe3;font-size:10px}.m-demo-selection-bar strong{font-size:12px}.m-demo-selection-bar__note{display:inline-flex;align-items:center;gap:6px;color:#527268}.m-demo-selection-bar__note svg{width:14px;height:14px}.m-demo-table--contacts{min-width:980px}.m-demo-table--campaigns{min-width:1000px}.m-demo-table__check{width:42px;padding-right:5px!important;text-align:center!important}.m-demo-table input[type=checkbox]{width:18px;height:18px;accent-color:var(--demo-accent)}.m-demo-table input[type=checkbox]:disabled{cursor:not-allowed;opacity:.42}.m-demo-table__row--protected td{background:#fcfdfd;color:#77847f}.m-demo-contact-cell{display:flex;min-width:190px;align-items:center;gap:9px}.m-demo-contact-cell>span:last-child{display:flex;flex-direction:column}.m-demo-contact-cell strong,.m-demo-account-row strong{color:var(--demo-text);font-size:12px;font-weight:720}.m-demo-contact-cell small,.m-demo-account-row small{margin-top:2px;color:var(--demo-muted);font-size:10px;line-height:1.35}.m-demo-avatar{display:inline-grid;width:31px;height:31px;flex:0 0 auto;place-items:center;color:#14634f;background:#dcefe8;border-radius:50%;font-size:9px;font-weight:800}.m-demo-sidebar .m-demo-avatar{color:#f5fbf9;background:#ffffff1f}.m-demo-avatar--large{width:42px;height:42px;font-size:11px}.m-demo-tag-list{display:flex;min-width:180px;flex-wrap:wrap;gap:4px}.m-demo-tag{display:inline-flex;min-height:23px;align-items:center;padding:0 7px;border:1px solid transparent;border-radius:6px;font-size:9px;font-weight:700;white-space:nowrap}.m-demo-tag--emerald{color:#0c6e58;background:#e8f4ef;border-color:#d7eae3}.m-demo-tag--blue{color:#23698f;background:#eaf4f9;border-color:#dcebf2}.m-demo-tag--amber{color:#8b570a;background:#fff3dc;border-color:#f5e5c7}.m-demo-tag--violet{color:#71569a;background:#f2edfa;border-color:#e8dff4}.m-demo-tag--slate{color:#56656d;background:#edf1f0;border-color:#e0e6e4}.m-demo-table-footer{display:flex;min-height:43px;align-items:center;justify-content:space-between;padding:0 15px;color:var(--demo-muted);border-top:1px solid var(--demo-line);font-size:9px}.m-demo-empty{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;gap:7px;color:var(--demo-muted);text-align:center}.m-demo-empty svg{width:28px;height:28px;margin-bottom:4px;color:#9aaba5}.m-demo-empty strong{color:var(--demo-text);font-size:13px}.m-demo-empty span{font-size:10px}.m-demo-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.m-demo-category-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;min-height:164px;padding:18px;color:var(--demo-text);background:var(--demo-surface);border:1px solid var(--demo-line);border-radius:var(--demo-radius-panel);text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.m-demo-category-card:hover{z-index:1;border-color:#aac8be;box-shadow:0 14px 32px #142b2514;transform:translateY(-2px)}.m-demo-category-card__icon{display:grid;width:36px;height:36px;place-items:center;color:var(--demo-accent);background:var(--demo-mint);border-radius:10px}.m-demo-category-card--blue .m-demo-category-card__icon{color:#23698f;background:#e6f3fa}.m-demo-category-card--amber .m-demo-category-card__icon{color:#a96300;background:#fff1d5}.m-demo-category-card--violet .m-demo-category-card__icon{color:#71569a;background:#f2edfa}.m-demo-category-card--slate .m-demo-category-card__icon{color:#56656d;background:#edf1f0}.m-demo-category-card__icon svg{width:18px;height:18px}.m-demo-category-card__content{display:flex;min-width:0;flex-direction:column;padding-top:2px}.m-demo-category-card__content strong{font-size:12px;font-weight:740}.m-demo-category-card__content small{margin-top:5px;color:var(--demo-muted);font-size:9px;line-height:1.45}.m-demo-category-card__count{color:var(--demo-text);font-size:18px;font-weight:760;letter-spacing:-.03em}.m-demo-category-card__link{position:absolute;right:18px;bottom:17px;left:18px;display:flex;align-items:center;justify-content:space-between;padding-top:11px;color:var(--demo-accent);border-top:1px solid #e6ece9;font-size:9px;font-weight:720}.m-demo-category-card__link svg{width:13px;height:13px}.m-demo-category-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px;padding:17px 19px}.m-demo-category-summary>div{display:flex;align-items:center;gap:12px}.m-demo-category-summary h3{font-size:13px;font-weight:740}.m-demo-category-summary p{margin-top:3px;color:var(--demo-muted);font-size:10px}.m-demo-campaign-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;overflow:hidden;background:var(--demo-graphite);border-radius:14px}.m-demo-campaign-strip>div{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;color:#b8c5ca;border-right:1px solid rgb(255 255 255 / 9%);font-size:9px;font-weight:650}.m-demo-campaign-strip>div:last-child{border-right:0}.m-demo-campaign-strip strong{color:#fff;font-size:20px;font-weight:750;letter-spacing:-.03em}.m-demo-result{display:flex;flex-direction:column}.m-demo-result strong{color:var(--demo-text);font-size:11px}.m-demo-result small{margin-top:2px;color:var(--demo-muted);font-size:8px}.m-demo-muted{color:var(--demo-muted);font-size:10px}.m-demo-success-banner{display:flex;align-items:center;gap:11px;margin:-8px 0 15px;padding:12px 14px;color:#135d4c;background:#eaf6f1;border:1px solid #cfe8df;border-radius:12px}.m-demo-success-banner>svg{width:21px;height:21px;flex:0 0 auto}.m-demo-success-banner>div{display:flex;flex-direction:column}.m-demo-success-banner strong{font-size:11px}.m-demo-success-banner span{margin-top:2px;color:#4f756b;font-size:9px}.m-demo-composer-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:16px}.m-demo-composer{padding-bottom:19px}.m-demo-save-state{display:inline-flex;align-items:center;gap:5px;color:#71817c;font-size:9px;font-weight:650}.m-demo-save-state svg{width:13px;height:13px;color:var(--demo-accent)}.m-demo-field{display:flex;flex-direction:column;gap:6px;margin:17px 22px 0}.m-demo-field>span{color:#394951;font-size:10px;font-weight:710}.m-demo-field select,.m-demo-field textarea{width:100%;color:var(--demo-text);background:#fff;border:1px solid var(--demo-line);border-radius:var(--demo-radius-control);outline:0;font-size:11px}.m-demo-field select{min-height:40px;padding:0 12px}.m-demo-field textarea{min-height:180px;padding:13px 14px;line-height:1.6;resize:vertical}.m-demo-field select:focus,.m-demo-field textarea:focus{border-color:#7eb8a8;box-shadow:0 0 0 3px #0d7b6117}.m-demo-field>small{color:var(--demo-muted);font-size:8px;line-height:1.4}.m-demo-placeholder-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:13px 22px 0}.m-demo-placeholder-row>span{margin-right:2px;color:var(--demo-muted);font-size:9px}.m-demo-placeholder-row button{min-height:30px;padding:0 8px;color:#286955;background:#edf7f3;border:1px solid #d3e9e1;border-radius:7px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:700}.m-demo-placeholder-row button:hover{background:#def0e9}.m-demo-composer__recipients{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:17px 22px 0;padding:13px 14px;background:#f6f9f8;border:1px solid #e3eae7;border-radius:11px}.m-demo-composer__recipients>div{display:flex;align-items:center;gap:10px}.m-demo-composer__recipients>div>svg{width:18px;color:var(--demo-accent)}.m-demo-composer__recipients span{display:flex;flex-direction:column}.m-demo-composer__recipients strong{font-size:10px}.m-demo-composer__recipients small{margin-top:2px;color:var(--demo-muted);font-size:8px}.m-demo-composer__actions{display:flex;justify-content:flex-end;gap:9px;margin:18px 22px 0;padding-top:17px;border-top:1px solid var(--demo-line)}.m-demo-send-confirmation{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;margin:18px 22px 0;padding:13px;color:#77591c;background:#fff8e9;border:1px solid #f0dfba;border-radius:11px}.m-demo-send-confirmation>svg{width:19px;height:19px}.m-demo-send-confirmation>div{display:flex;min-width:0;flex-direction:column}.m-demo-send-confirmation strong{font-size:10px}.m-demo-send-confirmation span{margin-top:2px;font-size:8px;line-height:1.4}.m-demo-send-confirmation .m-demo-button{min-height:38px;padding-inline:12px}.m-demo-phone-panel{padding:18px 20px 20px;background:#eef3f1;border:1px solid var(--demo-line);border-radius:var(--demo-radius-panel)}.m-demo-phone-panel__heading{display:flex;align-items:center;gap:7px;color:#40515a;font-size:10px;font-weight:700}.m-demo-phone-panel__heading svg{width:15px;color:var(--demo-accent)}.m-demo-phone{max-width:280px;min-height:435px;margin:15px auto 0;overflow:hidden;background:#e6e9e5;border:7px solid var(--demo-graphite);border-radius:28px;box-shadow:0 16px 36px #142b2526}.m-demo-phone__top{display:flex;min-height:28px;align-items:center;justify-content:space-between;padding:0 15px;color:#fff;background:var(--demo-graphite);font-size:7px;font-weight:700}.m-demo-phone__contact{display:flex;min-height:53px;align-items:center;gap:8px;padding:0 12px;color:#fff;background:#1c3f38}.m-demo-phone__contact>span:last-child{display:flex;flex-direction:column}.m-demo-phone__contact strong{font-size:9px}.m-demo-phone__contact small{color:#b7cac4;font-size:7px}.m-demo-phone__conversation{min-height:347px;padding:18px 11px;background-color:#e8ece8;background-image:radial-gradient(circle at 10px 10px,rgb(19 34 49 / 3%) 1px,transparent 1px);background-size:16px 16px}.m-demo-phone__bubble{position:relative;margin-left:30px;padding:10px 10px 18px;color:#23343b;background:#dcf4e7;border-radius:9px 2px 9px 9px;box-shadow:0 1px 1px #142b2514;font-size:8px;line-height:1.45;white-space:normal}.m-demo-phone__bubble>small{position:absolute;right:7px;bottom:5px;display:inline-flex;align-items:center;gap:2px;color:#6c7c77;font-size:6px}.m-demo-phone__bubble>small svg{width:9px;height:9px;color:#2f89ad}.m-demo-compliance-note{display:flex;gap:8px;margin-top:17px;padding-top:14px;border-top:1px solid #d6dfdc}.m-demo-compliance-note>svg{width:16px;flex:0 0 auto;color:var(--demo-accent)}.m-demo-compliance-note p{display:flex;flex-direction:column}.m-demo-compliance-note strong{color:#33464c;font-size:9px}.m-demo-compliance-note span{margin-top:2px;color:var(--demo-muted);font-size:8px;line-height:1.45}.m-demo-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.m-demo-template-card{min-width:0;padding:18px;background:var(--demo-surface);border:1px solid var(--demo-line);border-radius:var(--demo-radius-panel);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.m-demo-template-card:hover{border-color:#b7cbc4;box-shadow:0 12px 28px #142b2512;transform:translateY(-1px)}.m-demo-template-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.m-demo-approval{display:inline-flex;align-items:center;gap:4px;color:#9a620a;font-size:9px;font-weight:700}.m-demo-approval--approved{color:var(--demo-accent)}.m-demo-approval svg{width:12px;height:12px}.m-demo-template-card h3{margin-top:14px;font-size:14px;font-weight:750}.m-demo-template-card__category{display:inline-block;margin-top:4px;color:var(--demo-muted);font-size:9px;font-weight:650}.m-demo-template-card>p{height:82px;margin-top:13px;overflow:hidden;color:#4c5c64;font-size:11px;line-height:1.55;white-space:pre-line;-webkit-mask-image:linear-gradient(to bottom,#000 70%,transparent 100%);mask-image:linear-gradient(to bottom,#000 70%,transparent 100%)}.m-demo-template-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid #e7ecea}.m-demo-template-card footer small{color:var(--demo-muted);font-size:9px}.m-demo-template-info{display:flex;align-items:flex-start;gap:12px;margin-top:15px;padding:16px 18px}.m-demo-template-info>svg{width:20px;flex:0 0 auto;color:var(--demo-accent)}.m-demo-template-info h3{font-size:12px}.m-demo-template-info p{margin-top:3px;color:var(--demo-muted);font-size:9px;line-height:1.5}.m-demo-analytics-context{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px;padding:13px 15px;background:var(--demo-surface);border:1px solid var(--demo-line);border-radius:13px}.m-demo-analytics-context>div{display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 10px}.m-demo-analytics-context strong{font-size:12px}.m-demo-analytics-context small{grid-column:2;color:var(--demo-muted);font-size:8px}.m-demo-analytics-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px}.m-demo-analytics-metrics article{padding:15px 16px;background:var(--demo-surface);border:1px solid var(--demo-line);border-radius:12px}.m-demo-analytics-metrics span,.m-demo-analytics-metrics small{display:block;color:var(--demo-muted);font-size:8px}.m-demo-analytics-metrics span{font-weight:700}.m-demo-analytics-metrics strong{display:block;margin:8px 0 3px;font-size:22px;font-weight:760;letter-spacing:-.035em;line-height:1}.m-demo-analytics-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.7fr);gap:14px}.m-demo-chart-legend{display:inline-flex;align-items:center;gap:5px;color:var(--demo-muted);font-size:8px}.m-demo-chart-legend i{width:7px;height:7px;margin-left:5px;background:var(--demo-accent);border-radius:50%}.m-demo-chart-legend i:nth-of-type(2){background:#7ba99a}.m-demo-quality-list{display:flex;flex-direction:column;gap:17px;padding:24px 22px 14px}.m-demo-quality-list>div>span{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px;font-size:9px}.m-demo-quality-list>div>span strong{font-weight:680}.m-demo-quality-list>div>span b{font-size:10px}.m-demo-quality-list>div>div{height:6px;overflow:hidden;background:#edf1f0;border-radius:99px}.m-demo-quality-list>div>div i{display:block;height:100%;background:var(--demo-accent);border-radius:inherit}.m-demo-quality-list>div:last-child>div i{background:#bd3e3e}.m-demo-quality-note{display:flex;align-items:center;gap:9px;margin:12px 18px 18px;padding:11px;color:#145b4a;background:#eaf6f1;border-radius:10px}.m-demo-quality-note svg{width:18px;flex:0 0 auto}.m-demo-quality-note span{display:flex;flex-direction:column}.m-demo-quality-note strong{font-size:9px}.m-demo-quality-note small{margin-top:2px;color:#56786e;font-size:8px}.m-demo-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:14px}.m-demo-integration-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:20px}.m-demo-integration-card__icon{display:grid;width:46px;height:46px;place-items:center;color:#fff;background:var(--demo-accent);border-radius:13px}.m-demo-integration-card__icon svg{width:22px;height:22px}.m-demo-integration-card__content h3{margin-top:5px;font-size:14px}.m-demo-integration-card__content>p{margin-top:5px;color:var(--demo-muted);font-size:9px;line-height:1.5}.m-demo-connection{display:inline-flex;align-items:center;gap:5px;color:var(--demo-accent);font-size:8px;font-weight:750;text-transform:uppercase}.m-demo-connection i{width:6px;height:6px;background:#1eaf86;border-radius:50%;box-shadow:0 0 0 3px #1eaf8621}.m-demo-integration-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:14px 0 0}.m-demo-integration-card dl div{display:flex;min-width:0;flex-direction:column;padding:8px;background:#f6f9f8;border-radius:8px}.m-demo-integration-card dt{color:var(--demo-muted);font-size:7px}.m-demo-integration-card dd{overflow:hidden;margin:3px 0 0;font-size:8px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.m-demo-integration-card>.m-demo-button{grid-column:2;justify-self:start}.m-demo-setting-list{padding:8px 19px 15px}.m-demo-setting-list>div{display:flex;min-height:59px;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e7ecea}.m-demo-setting-list>div:last-child{border-bottom:0}.m-demo-setting-list>div>span{display:flex;flex-direction:column}.m-demo-setting-list strong{font-size:10px}.m-demo-setting-list small{margin-top:2px;color:var(--demo-muted);font-size:8px}.m-demo-toggle{position:relative;width:34px;height:20px;flex:0 0 auto;background:#c8d1ce;border-radius:99px;transition:background .16s ease}.m-demo-toggle[aria-checked=true]{background:var(--demo-accent)}.m-demo-toggle:disabled{cursor:not-allowed;opacity:.72}.m-demo-toggle span{position:absolute;top:3px;left:3px;width:14px;height:14px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000002e;transition:transform .16s ease}.m-demo-toggle[aria-checked=true] span{transform:translate(14px)}.m-demo-account-row{display:flex;align-items:center;gap:10px;margin:14px 19px;padding:12px;background:#f6f9f8;border-radius:10px}.m-demo-account-row>span:nth-child(2){flex:1}.m-demo-settings-grid>.m-demo-panel:nth-child(3)>.m-demo-button{width:calc(100% - 38px);margin:0 19px 18px}.m-demo-legal-card>p{margin:14px 20px;color:var(--demo-muted);font-size:9px;line-height:1.55}.m-demo-legal-card>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:0 20px 18px}.m-demo-legal-card>div:last-child>span{display:flex;flex-direction:column;padding:12px;background:#f6f9f8;border-radius:9px}.m-demo-legal-card>div:last-child strong{font-size:17px}.m-demo-legal-card>div:last-child small{color:var(--demo-muted);font-size:8px}.m-demo-modal-backdrop{position:absolute;z-index:100;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#09141c8f;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:m-demo-fade-in .16s ease both}@keyframes m-demo-fade-in{0%{opacity:0}to{opacity:1}}.m-demo-modal{width:min(720px,100%);max-height:calc(100% - 24px);overflow:auto;background:var(--demo-surface);border-radius:18px;box-shadow:0 28px 90px #00000047;animation:m-demo-modal-in .19s ease both}@keyframes m-demo-modal-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.m-demo-modal__header{position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 20px;background:#fffffff5;border-bottom:1px solid var(--demo-line)}.m-demo-modal__header>div{display:flex;align-items:center;gap:11px}.m-demo-modal__header>div>div{display:flex;flex-direction:column}.m-demo-modal__header h2{font-size:15px;font-weight:760;letter-spacing:-.02em}.m-demo-modal__header p{margin-top:2px;color:var(--demo-muted);font-size:9px}.m-demo-modal__body{padding:22px}.m-demo-upload-zone{position:relative;display:flex;min-height:275px;align-items:center;justify-content:center;flex-direction:column;padding:28px;background:#f8faf9;border:1.5px dashed #aebfb9;border-radius:14px;text-align:center}.m-demo-upload-zone__icon{display:grid;width:48px;height:48px;place-items:center;margin-bottom:13px;color:var(--demo-accent);background:var(--demo-mint);border-radius:13px}.m-demo-upload-zone__icon svg{width:22px;height:22px}.m-demo-upload-zone>strong{font-size:13px}.m-demo-upload-zone>span:not(.m-demo-upload-zone__icon){margin-top:4px;color:var(--demo-muted);font-size:9px}.m-demo-upload-zone>.m-demo-button{margin-top:15px}.m-demo-upload-zone input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.m-demo-upload-zone>small{margin-top:10px;color:#83928d;font-size:8px}.m-demo-upload-sample{margin-top:12px}.m-demo-import-help,.m-demo-import-summary{display:flex;align-items:flex-start;gap:9px;margin-top:18px;padding:11px 12px;color:#77591c;background:#fff8e9;border-radius:9px}.m-demo-import-help>svg,.m-demo-import-summary>svg{width:16px;flex:0 0 auto}.m-demo-import-help p,.m-demo-import-summary p{display:flex;flex-direction:column}.m-demo-import-help strong,.m-demo-import-summary strong{font-size:9px}.m-demo-import-help span,.m-demo-import-summary span{margin-top:2px;font-size:8px;line-height:1.4}.m-demo-modal__body--mapping{padding-top:16px;padding-bottom:15px}.m-demo-import-file{display:flex;align-items:center;gap:9px;padding:10px 12px;background:#f5f8f7;border-radius:9px}.m-demo-import-file>svg{width:18px;color:var(--demo-accent)}.m-demo-import-file>span{display:flex;flex:1;flex-direction:column}.m-demo-import-file strong{font-size:10px}.m-demo-import-file small{color:var(--demo-muted);font-size:9px}.m-demo-import-section{margin-top:17px}.m-demo-import-section__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:9px}.m-demo-import-section__heading h3{font-size:11px;font-weight:750}.m-demo-import-section__heading p{margin-top:2px;color:var(--demo-muted);font-size:9px}.m-demo-import-section__heading>span{display:inline-flex;align-items:center;gap:4px;color:var(--demo-accent);font-size:9px;font-weight:700}.m-demo-import-section__heading>span svg{width:12px}.m-demo-mapping-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.m-demo-mapping-grid>div{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1.2fr);align-items:center;gap:6px;padding:7px 8px;background:#f7f9f8;border:1px solid #e5ebe9;border-radius:8px}.m-demo-mapping-grid code{overflow:hidden;color:#3c4f56;font-size:9px;text-overflow:ellipsis}.m-demo-mapping-grid svg{width:12px;color:#98a6a2}.m-demo-mapping-grid select{min-width:0;height:34px;padding:0 4px;background:#fff;border:1px solid #dce4e1;border-radius:6px;font-size:9px}.m-demo-import-issues{display:flex;gap:5px}.m-demo-import-issues span{min-height:22px;padding:5px 7px;color:#9a5d00;background:#fff1d5;border-radius:6px;font-size:9px;font-weight:700}.m-demo-import-issues span:last-child{color:#a43b3b;background:#fdeaea}.m-demo-table--preview{min-width:520px;overflow:hidden;border:1px solid var(--demo-line);border-radius:9px}.m-demo-table--preview th,.m-demo-table--preview td{padding:8px 10px}.m-demo-import-result{display:inline-flex;align-items:center;gap:4px;color:var(--demo-accent);font-size:9px;font-weight:700}.m-demo-import-result svg{width:11px;height:11px}.m-demo-import-result--duplikat{color:#9a5d00}.m-demo-import-result--fehler{color:#a43b3b}.m-demo-import-summary{color:#175d4c;background:#eaf6f1}.m-demo-modal__footer{position:sticky;z-index:2;bottom:0;display:flex;justify-content:flex-end;gap:9px;padding:13px 20px;background:#fffffff5;border-top:1px solid var(--demo-line)}.m-demo-import-success{display:flex;min-height:430px;align-items:center;justify-content:center;flex-direction:column;text-align:center}.m-demo-import-success>span{display:grid;width:60px;height:60px;place-items:center;color:#fff;background:var(--demo-accent);border-radius:50%;box-shadow:0 10px 24px #0d7b6133}.m-demo-import-success>span svg{width:28px;height:28px}.m-demo-import-success h3{margin-top:17px;font-size:19px;font-weight:760}.m-demo-import-success>p{max-width:390px;margin-top:6px;color:var(--demo-muted);font-size:10px;line-height:1.5}.m-demo-import-success dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(430px,100%);gap:8px;margin:20px 0}.m-demo-import-success dl div{display:flex;flex-direction:column-reverse;padding:12px 8px;background:#f5f8f7;border-radius:9px}.m-demo-import-success dt{margin-top:3px;color:var(--demo-muted);font-size:7px}.m-demo-import-success dd{margin:0;font-size:16px;font-weight:750}.m-demo-toast{position:absolute;z-index:150;right:20px;bottom:20px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:min(360px,calc(100% - 40px));padding:12px;color:#fff;background:var(--demo-graphite);border:1px solid rgb(255 255 255 / 10%);border-radius:12px;box-shadow:0 18px 50px #00000038;animation:m-demo-toast-in .22s ease both}@keyframes m-demo-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.m-demo-toast__icon{display:grid;width:31px;height:31px;place-items:center;color:#fff;background:var(--demo-accent);border-radius:9px}.m-demo-toast__icon svg{width:16px}.m-demo-toast>span:nth-child(2){display:flex;flex-direction:column}.m-demo-toast strong{font-size:10px}.m-demo-toast small{margin-top:2px;color:#b8c5ca;font-size:8px;line-height:1.4}.m-demo-toast>button{display:grid;width:28px;height:28px;place-items:center;color:#aebbc0;background:transparent;border-radius:7px}.m-demo-toast>button:hover{color:#fff;background:#ffffff14}.m-demo-toast>button svg{width:14px}@media(max-width:1160px){.m-demo-view{padding-right:26px;padding-left:26px}.m-demo-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.m-demo-analytics-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1020px){.m-demo-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.m-demo-dashboard-grid,.m-demo-composer-grid,.m-demo-analytics-grid{grid-template-columns:minmax(0,1fr)}.m-demo-phone-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:start;column-gap:18px}.m-demo-phone-panel__heading,.m-demo-compliance-note{grid-column:1}.m-demo-phone{grid-column:2;grid-row:1 / span 2;width:100%;margin-top:0}.m-demo-compliance-note{align-self:start;margin-top:16px}}@media(max-width:820px){.m-demo{grid-template-columns:minmax(0,1fr);height:840px;border-radius:22px}.m-demo-sidebar{position:absolute;z-index:70;inset:0 auto 0 0;width:min(286px,calc(100% - 42px));visibility:hidden;box-shadow:20px 0 50px #00000038;pointer-events:none;transform:translate(-103%);transition:transform .21s ease,visibility .21s}.m-demo-sidebar.is-open{visibility:visible;pointer-events:auto;transform:translate(0)}.m-demo-sidebar__mobile-close{position:absolute;top:22px;right:13px;display:grid;width:36px;height:36px;place-items:center;color:#b5c2c7;background:transparent;border-radius:9px}.m-demo-sidebar__mobile-close:hover{color:#fff;background:#ffffff14}.m-demo-sidebar__mobile-close svg{width:18px}.m-demo-sidebar-backdrop{position:absolute;z-index:60;inset:0;display:block;width:100%;height:100%;padding:0;background:#09141c75;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.m-demo-main{display:grid;grid-template-rows:58px minmax(0,1fr)}.m-demo-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:0 17px;background:#fffffff5;border-bottom:1px solid var(--demo-line)}.m-demo-mobile-header>button{position:relative;display:grid;width:38px;height:38px;place-items:center;color:var(--demo-text);background:#f4f7f6;border-radius:10px}.m-demo-mobile-header>button svg{width:18px;height:18px}.m-demo-mobile-header>div{display:flex;align-items:center;gap:8px}.m-demo-mobile-header__mark{width:27px;height:27px;color:#fff;background:var(--demo-graphite);border-radius:7px;font-size:12px}.m-demo-mobile-header strong{font-size:12px}.m-demo-notification-dot{position:absolute;top:8px;right:8px;width:6px;height:6px;background:#d45b54;border:1px solid #ffffff;border-radius:50%}.m-demo-content{min-height:0}.m-demo-view{padding:25px 22px 36px}.m-demo-modal-backdrop{position:absolute}}@media(max-width:680px){.m-demo{height:850px;min-height:700px;border-radius:18px}.m-demo-view{padding:22px 16px 34px}.m-demo-page-header{align-items:stretch;flex-direction:column;gap:14px;margin-bottom:20px}.m-demo-page-header__actions{justify-content:stretch}.m-demo-page-header__actions .m-demo-button{flex:1 1 140px}.m-demo-page-header h2{font-size:26px}.m-demo-button{min-height:44px}.m-demo-icon-button{width:40px;height:40px}.m-demo-dashboard-grid,.m-demo-settings-grid{grid-template-columns:minmax(0,1fr)}.m-demo-metrics{gap:9px}.m-demo-metric{padding:14px}.m-demo-metric>strong{font-size:23px}.m-demo-metric__top{font-size:9px}.m-demo-toolbar{align-items:stretch;flex-direction:column}.m-demo-toolbar--compact{flex-direction:row;align-items:center}.m-demo-search{width:100%;min-width:0;max-width:none;flex-basis:auto}.m-demo-select-wrap,.m-demo-select-wrap select{width:100%}.m-demo-selection-bar{align-items:flex-start;flex-direction:column;gap:3px;padding:9px 13px}.m-demo-selection-bar__note{line-height:1.35}.m-demo-category-grid,.m-demo-template-grid{grid-template-columns:minmax(0,1fr)}.m-demo-category-card{min-height:148px}.m-demo-category-summary{align-items:flex-start;flex-direction:column}.m-demo-campaign-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.m-demo-campaign-strip>div:nth-child(2){border-right:0}.m-demo-campaign-strip>div:nth-child(-n+2){border-bottom:1px solid rgb(255 255 255 / 9%)}.m-demo-composer__recipients{align-items:flex-start;flex-direction:column}.m-demo-composer__actions{flex-direction:column-reverse}.m-demo-composer__actions .m-demo-button{width:100%}.m-demo-placeholder-row button{min-height:36px}.m-demo-send-confirmation{grid-template-columns:auto minmax(0,1fr)}.m-demo-send-confirmation .m-demo-button{grid-column:1 / -1;width:100%}.m-demo-phone-panel{display:block}.m-demo-phone{width:min(280px,100%);margin-top:15px}.m-demo-analytics-context{align-items:stretch;flex-direction:column}.m-demo-analytics-context .m-demo-select-wrap{width:100%}.m-demo-analytics-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.m-demo-analytics-metrics article{padding:12px 10px}.m-demo-analytics-metrics strong{font-size:18px}.m-demo-integration-card{grid-template-columns:auto minmax(0,1fr)}.m-demo-integration-card dl{grid-template-columns:minmax(0,1fr)}.m-demo-integration-card>.m-demo-button{grid-column:1 / -1;width:100%}.m-demo-modal-backdrop{align-items:flex-end;padding:0}.m-demo-modal{width:100%;max-height:94%;border-radius:20px 20px 0 0}.m-demo-modal__body{padding:18px 16px}.m-demo-upload-zone{min-height:245px;padding:20px}.m-demo-mapping-grid{grid-template-columns:minmax(0,1fr)}.m-demo-modal__footer{padding:12px 16px}.m-demo-modal__footer .m-demo-button{flex:1}.m-demo-toast{right:14px;bottom:14px;width:calc(100% - 28px)}}@media(max-width:430px){.m-demo-page-header__actions{flex-direction:column}.m-demo-page-header__actions .m-demo-button{width:100%;flex-basis:auto}.m-demo-metrics{grid-template-columns:minmax(0,1fr)}.m-demo-metric{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.m-demo-metric__top{grid-column:1 / -1}.m-demo-metric>strong{margin-top:9px}.m-demo-metric>small{text-align:right}.m-demo-analytics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.m-demo-analytics-metrics article:nth-child(3){grid-column:1 / -1}.m-demo-placeholder-row{gap:5px}.m-demo-placeholder-row button{font-size:9px}.m-demo-modal__footer{flex-direction:column-reverse}}@media(prefers-reduced-motion:reduce){.m-demo *,.m-demo *:before,.m-demo *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.m-demo-button--primary:before{display:none}.m-demo-button--primary:hover:not(:disabled),.m-demo-button--primary:active:not(:disabled){transform:none}}.offer-section,.offer-section *{box-sizing:border-box}.offer-section{--offer-bg: var(--page, #ffffff);--offer-surface: var(--surface, #ffffff);--offer-quiet: var(--surface-soft, #f4f7f6);--offer-text: var(--ink, #10202d);--offer-muted: var(--muted, #617079);--offer-line: var(--line, #dce4e1);--offer-accent: var(--emerald, #0d7b61);--offer-accent-hover: var(--emerald-hover, #08634f);--offer-glow: #38d6a7;--offer-glow-soft: rgb(56 214 167 / 18%);--offer-glow-faint: rgb(56 214 167 / 8%);--offer-mint: var(--surface-mint, #e8f4ef);--offer-graphite: var(--graphite, #132231);--offer-radius-control: var(--radius-sm, 10px);--offer-radius-panel: var(--radius-md, 18px);--offer-shadow-frame: var(--shadow-lg, 0 24px 70px rgb(20 43 37 / 10%));color:var(--offer-text);background:var(--offer-bg);padding:clamp(5.5rem,9vw,8.5rem) 0;font-family:inherit}.offer-container{width:min(100% - 3rem,82.5rem);margin-inline:auto}.offer-heading{max-width:52rem;margin-bottom:clamp(3.5rem,6vw,5.75rem)}.offer-heading__label{margin:0 0 1rem;color:var(--offer-accent);font-size:.75rem;font-weight:750;line-height:1.4;letter-spacing:.14em;text-transform:uppercase}.offer-heading h2,.offer-intro h2,.offer-boundaries h2,.offer-closing h2{margin:0;color:inherit;font-size:clamp(2.25rem,4.1vw,3rem);font-weight:650;line-height:1.08;letter-spacing:-.038em}.offer-heading__description{max-width:46rem;margin:1.5rem 0 0;color:var(--offer-muted);font-size:1.08rem;line-height:1.7}.offer-heading--inverse h2,.offer-heading--inverse .offer-heading__description{color:#f8fbfa}.offer-intro{border-top:1px solid var(--offer-line)}.offer-intro__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(22rem,.78fr);gap:clamp(4rem,8vw,8.5rem);align-items:start}.offer-intro__copy h2{max-width:48rem}.offer-intro__copy>p:not(.offer-heading__label){max-width:45rem;margin:1.15rem 0 0;color:var(--offer-muted);font-size:.98rem;line-height:1.75}.offer-intro__copy .offer-intro__lead{margin-top:1.75rem;color:var(--offer-text);font-size:1.16rem;line-height:1.67}.offer-outcomes{border-top:1px solid var(--offer-text)}.offer-outcome{display:grid;grid-template-columns:2.5rem 1fr 1.25rem;gap:1rem;align-items:center;min-height:5.25rem;border-bottom:1px solid var(--offer-line)}.offer-outcome__number{color:var(--offer-muted);font-size:.72rem;font-weight:700;letter-spacing:.12em}.offer-outcome p{margin:0;font-size:.94rem;font-weight:650;line-height:1.5}.offer-outcome svg{width:1.15rem;color:var(--offer-accent);stroke-width:2}.offer-workflow{background:var(--offer-quiet)}.offer-workflow__steps{border-top:1px solid var(--offer-line)}.offer-workflow-step{display:grid;grid-template-columns:minmax(19rem,.78fr) minmax(32rem,1.22fr);gap:clamp(3rem,7vw,7.5rem);align-items:center;padding:clamp(5.25rem,8vw,7.5rem) 0;border-bottom:1px solid var(--offer-line);content-visibility:auto;contain-intrinsic-size:46rem}.offer-workflow-step:nth-child(2n) .offer-workflow-step__copy{order:2}.offer-workflow-step:nth-child(2n) .offer-workflow-step__visual{order:1}.offer-workflow-step__copy{position:relative}.offer-workflow-step__number{display:block;margin-bottom:1.25rem;color:color-mix(in srgb,var(--offer-accent) 24%,transparent);font-size:clamp(4.75rem,8vw,7.25rem);font-weight:650;line-height:.82;letter-spacing:-.07em}@supports not (color: color-mix(in srgb,black,white)){.offer-workflow-step__number{color:#b8d8cf}}.offer-workflow-step__summary{margin:0 0 .65rem;color:var(--offer-accent);font-size:.76rem;font-weight:750;line-height:1.45;letter-spacing:.08em;text-transform:uppercase}.offer-workflow-step h3{margin:0;max-width:34rem;font-size:clamp(1.9rem,3vw,2.45rem);font-weight:650;line-height:1.13;letter-spacing:-.033em}.offer-workflow-step__detail{margin:1.3rem 0 0;color:var(--offer-muted);font-size:.97rem;line-height:1.72}.offer-check-list{padding:0;margin:1.75rem 0 0;list-style:none}.offer-check-list li{display:flex;gap:.75rem;align-items:flex-start;padding:.45rem 0;font-size:.9rem;font-weight:600;line-height:1.5}.offer-check-list svg{flex:0 0 auto;width:1rem;margin-top:.12rem;color:var(--offer-accent);stroke-width:2.25}.offer-api-note{display:grid;grid-template-columns:1.15rem 1fr;gap:.75rem;margin-top:1.45rem;padding-top:1.25rem;border-top:1px solid var(--offer-line);color:var(--offer-muted)}.offer-api-note svg{width:1.05rem;color:#a96300}.offer-api-note p{margin:0;font-size:.76rem;line-height:1.6}.offer-workflow-step__visual{min-width:0;margin:0}.offer-workflow-step__visual figcaption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.offer-ui{min-height:27.5rem;padding:1.35rem;overflow:hidden;color:var(--offer-text);background:var(--offer-surface);border:1px solid var(--offer-line);border-radius:var(--offer-radius-panel);box-shadow:var(--offer-shadow-frame);font-size:.82rem}.offer-ui__topbar{display:flex;justify-content:space-between;align-items:center;min-height:2.75rem;padding-bottom:1rem;border-bottom:1px solid var(--offer-line)}.offer-ui__title{display:flex;gap:.65rem;align-items:center;font-weight:700}.offer-ui__title svg{width:1.15rem;color:var(--offer-accent)}.offer-ui__meta{color:var(--offer-muted);font-size:.7rem;font-weight:650}.offer-upload-preview{display:grid;grid-template-columns:auto 1fr auto;gap:.9rem;align-items:center;min-height:6.6rem;margin-top:1rem;padding:1.1rem;background:var(--offer-quiet);border:1px dashed #aebdb8;border-radius:.85rem}.offer-upload-preview__icon{display:grid;width:2.55rem;height:2.55rem;place-items:center;color:var(--offer-accent);background:var(--offer-mint);border-radius:.7rem}.offer-upload-preview__icon svg,.offer-upload-preview>svg{width:1.2rem}.offer-upload-preview>svg{color:var(--offer-accent)}.offer-upload-preview strong,.offer-upload-preview small{display:block}.offer-upload-preview small{margin-top:.22rem;color:var(--offer-muted);font-size:.7rem}.offer-mapping{margin-top:1.1rem;border-top:1px solid var(--offer-line)}.offer-mapping__header,.offer-mapping__row{display:grid;grid-template-columns:minmax(0,1fr) 1.2rem minmax(0,1fr);gap:.65rem;align-items:center;min-height:2.65rem;border-bottom:1px solid var(--offer-line)}.offer-mapping__header{color:var(--offer-muted);font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.offer-mapping__header span:last-child{grid-column:3}.offer-mapping__row code{width:fit-content;padding:.2rem .45rem;color:#2b4856;background:#edf3f1;border-radius:.35rem;font-size:.7rem}.offer-mapping__row svg{width:.85rem;color:var(--offer-muted)}.offer-mapping__row strong{font-size:.75rem}.offer-import-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-top:1rem}.offer-import-summary span{padding:.7rem;color:var(--offer-muted);background:var(--offer-quiet);border-radius:.6rem;font-size:.68rem;text-align:center}.offer-import-summary strong{display:block;margin-bottom:.12rem;color:var(--offer-text);font-size:1rem}.offer-contact-toolbar{display:flex;gap:.65rem;justify-content:space-between}.offer-search-mock,.offer-filter-mock{display:flex;align-items:center;min-height:2.55rem;border:1px solid var(--offer-line);border-radius:var(--offer-radius-control)}.offer-search-mock{flex:1;gap:.55rem;padding:0 .8rem;color:var(--offer-muted)}.offer-search-mock svg,.offer-filter-mock svg{width:.95rem}.offer-filter-mock{gap:.45rem;padding:0 .75rem;font-weight:650}.offer-tag-row{display:flex;flex-wrap:wrap;gap:.45rem;margin:.95rem 0}.offer-tag-row span{display:inline-flex;gap:.35rem;align-items:center;min-height:1.75rem;padding:.25rem .55rem;color:var(--offer-accent);background:var(--offer-mint);border-radius:999px;font-size:.65rem;font-weight:700}.offer-tag-row svg{width:.75rem}.offer-tag-row .offer-tag-row__muted{color:var(--offer-muted);background:var(--offer-quiet)}.offer-contact-list{border-top:1px solid var(--offer-line)}.offer-contact-row{display:grid;grid-template-columns:1.15rem 2.2rem minmax(0,1fr) auto;gap:.72rem;align-items:center;min-height:4.35rem;border-bottom:1px solid var(--offer-line)}.offer-contact-row__check{width:1.05rem;height:1.05rem;padding:.1rem;color:#fff;background:var(--offer-accent);border-radius:.25rem;stroke-width:3}.offer-avatar{display:grid;width:2.1rem;height:2.1rem;place-items:center;color:var(--offer-accent);background:var(--offer-mint);border-radius:50%;font-size:.62rem;font-weight:750}.offer-contact-row__name strong,.offer-contact-row__name small{display:block}.offer-contact-row__name strong{overflow:hidden;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.offer-contact-row__name small{margin-top:.18rem;color:var(--offer-muted);font-size:.65rem}.offer-contact-row__category{padding:.25rem .48rem;color:#3d5d69;background:#edf3f5;border-radius:999px;font-size:.6rem;font-weight:700}.offer-selection-bar{display:flex;gap:1rem;justify-content:space-between;align-items:center;margin-top:1rem;padding:.85rem .95rem;color:#fff;background:var(--offer-graphite);border-radius:.75rem}.offer-selection-bar span{display:inline-flex;gap:.45rem;align-items:center;font-size:.68rem}.offer-selection-bar span:last-child{color:#b8c8c5}.offer-selection-bar svg{width:.9rem;color:#55c5a6}.offer-composer__layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(10.5rem,.85fr);gap:1rem;margin-top:1.1rem}.offer-editor-mock,.offer-phone-preview{min-width:0;border:1px solid var(--offer-line);border-radius:.85rem}.offer-editor-mock{overflow:hidden}.offer-placeholder-row{display:flex;flex-wrap:wrap;gap:.35rem;padding:.75rem;background:var(--offer-quiet);border-bottom:1px solid var(--offer-line)}.offer-placeholder-row span{padding:.24rem .42rem;color:var(--offer-accent);background:var(--offer-mint);border-radius:.35rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.59rem;font-weight:700}.offer-editor-mock>p{min-height:12.25rem;margin:0;padding:1rem;font-size:.76rem;line-height:1.6}.offer-editor-mock mark{padding:.1rem .2rem;color:var(--offer-accent);background:var(--offer-mint);border-radius:.25rem}.offer-editor-mock__footer{display:flex;justify-content:space-between;align-items:center;min-height:2.75rem;padding:0 .75rem;color:var(--offer-muted);background:var(--offer-quiet);border-top:1px solid var(--offer-line);font-size:.64rem}.offer-editor-mock__footer span:last-child{display:inline-flex;gap:.35rem;align-items:center;color:#fff;padding:.42rem .62rem;background:var(--offer-accent);border-radius:.45rem;font-weight:700}.offer-editor-mock__footer svg{width:.72rem}.offer-phone-preview{padding:1rem .75rem;background:#e8eeec}.offer-phone-preview__label{display:block;margin-bottom:1rem;color:var(--offer-muted);font-size:.62rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.08em}.offer-message-bubble{margin-top:1.5rem;padding:.85rem;background:#dff4e9;border-radius:.75rem .75rem .18rem;box-shadow:0 6px 20px #13223112;font-size:.69rem;line-height:1.48}.offer-message-bubble small{display:block;margin-top:.55rem;color:var(--offer-muted);font-size:.55rem;text-align:right}.offer-api-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:.75rem;align-items:center;margin:.5rem 0 1.15rem}.offer-api-node{display:grid;min-height:6.25rem;place-items:center;align-content:center;gap:.55rem;color:var(--offer-text);background:var(--offer-quiet);border:1px solid var(--offer-line);border-radius:.8rem;text-align:center}.offer-api-node svg{width:1.65rem;color:var(--offer-accent);stroke-width:1.75}.offer-api-node small{font-size:.65rem;font-weight:700}.offer-api-node--accent{color:#fff;background:var(--offer-accent);border-color:var(--offer-accent)}.offer-api-node--accent svg{color:#fff}.offer-api-connector svg{width:1rem;color:var(--offer-muted)}.offer-webhook-line{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.85rem 0;border-top:1px solid var(--offer-line);border-bottom:1px solid var(--offer-line)}.offer-webhook-line>svg{width:1.15rem;color:var(--offer-accent)}.offer-webhook-line strong,.offer-webhook-line small{display:block}.offer-webhook-line strong{font-size:.71rem}.offer-webhook-line small{margin-top:.15rem;color:var(--offer-muted);font-size:.6rem}.offer-live-dot{padding:.25rem .48rem;color:var(--offer-accent);background:var(--offer-mint);border-radius:999px;font-size:.6rem;font-weight:750}.offer-delivery-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:.55rem;margin-top:1rem}.offer-delivery-stat{padding:.65rem;background:var(--offer-quiet);border-radius:.55rem}.offer-delivery-stat span,.offer-delivery-stat strong{display:block}.offer-delivery-stat span{overflow:hidden;color:var(--offer-muted);font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}.offer-delivery-stat strong{margin-top:.25rem;font-size:1.1rem}.offer-delivery-stat--green strong{color:var(--offer-accent)}.offer-delivery-stat--blue strong{color:#23698f}.offer-delivery-stat--red strong{color:#bd3e3e}.offer-delivery-chart{display:flex;gap:.65rem;align-items:flex-end;height:6.75rem;margin-top:1rem;padding:.75rem 1rem 0;background-image:repeating-linear-gradient(to top,transparent 0,transparent 1.65rem,#e7edeb 1.7rem);border-bottom:1px solid var(--offer-line)}.offer-delivery-chart__line{flex:1;background:#9bcfbe;border-radius:.35rem .35rem 0 0}.offer-delivery-chart__line--one{height:34%}.offer-delivery-chart__line--two{height:51%}.offer-delivery-chart__line--three{height:68%}.offer-delivery-chart__line--four{height:84%}.offer-delivery-chart__line--five{height:96%;background:var(--offer-accent)}.offer-commercial{position:relative;overflow:clip;background:var(--offer-bg)}.offer-commercial:before,.offer-boundaries:before,.offer-timeline:before{position:absolute;top:0;left:50%;width:min(calc(100% - 3rem),82.5rem);height:1px;content:"";background:linear-gradient(90deg,transparent,rgb(56 214 167 / 48%) 28%,rgb(56 214 167 / 48%) 72%,transparent);box-shadow:0 0 18px var(--offer-glow-soft);transform:translate(-50%)}.offer-scope-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(22rem,.62fr);gap:clamp(4rem,8vw,8rem);align-items:start}.offer-scope-list-wrap h3{margin:0 0 1.75rem;font-size:1.2rem;font-weight:700;letter-spacing:-.02em}.offer-scope-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2.5rem;padding:0;margin:0;border-top:1px solid var(--offer-text);list-style:none}.offer-scope-list li{display:flex;gap:.75rem;align-items:flex-start;min-height:4.15rem;padding:1rem 0;border-bottom:1px solid var(--offer-line);font-size:.88rem;font-weight:600;line-height:1.5;transition:color .18s ease,background-color .18s ease,padding-inline .18s ease}.offer-scope-list svg{flex:0 0 auto;width:1rem;margin-top:.1rem;color:var(--offer-accent);filter:drop-shadow(0 0 5px rgb(56 214 167 / 14%))}.offer-price-panel{position:relative;isolation:isolate;padding:clamp(2rem,4vw,3.25rem);overflow:hidden;color:#f8fbfa;background:linear-gradient(145deg,#111d25,#102c2a 62%,#0b1e1d);border:1px solid rgb(56 214 167 / 38%);border-radius:1.25rem;box-shadow:0 30px 68px #0c1d262e,0 0 0 1px #38d6a70d,0 0 30px #38d6a717,inset 0 1px #ffffff14;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.offer-price-panel:before{position:absolute;z-index:0;top:-35%;bottom:-35%;left:-72%;width:42%;content:"";background:linear-gradient(90deg,transparent,rgb(255 255 255 / 11%),rgb(157 255 225 / 20%),transparent);pointer-events:none;transform:skew(-18deg);transition:left .76s cubic-bezier(.2,.72,.2,1)}.offer-price-panel:after{position:absolute;z-index:0;right:-7rem;bottom:-8rem;width:21rem;height:21rem;content:"";background:radial-gradient(circle,rgb(56 214 167 / 19%) 0%,rgb(56 214 167 / 7%) 38%,transparent 70%);border-radius:50%;pointer-events:none}.offer-price-panel>*{position:relative;z-index:1}.offer-price-panel__label{max-width:18rem;margin:0;color:#b8c8c5;font-size:.72rem;font-weight:700;line-height:1.5;letter-spacing:.08em;text-transform:uppercase}.offer-price-panel h3{margin:1.15rem 0 0;color:#fff;font-size:clamp(2.55rem,3.6vw,3.3rem);font-weight:650;line-height:1;letter-spacing:-.055em;text-shadow:0 0 22px rgb(56 214 167 / 11%)}.offer-price-panel__amount{display:inline-block;max-width:100%;white-space:nowrap;font-variant-numeric:tabular-nums}.offer-price-panel__tax{margin:.65rem 0 0;color:#b8c8c5;font-size:.7rem;line-height:1.5}.offer-price-panel__rule{height:1px;margin:2.2rem 0;background:linear-gradient(90deg,rgb(56 214 167 / 72%),rgb(255 255 255 / 18%),transparent);box-shadow:0 0 12px #38d6a729}.offer-payment-plan{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0}.offer-payment-plan div{min-width:0}.offer-payment-plan dt{color:#55c5a6;font-size:1.45rem;font-weight:700}.offer-payment-plan dd{margin:.35rem 0 0;color:#d7e1df;font-size:.76rem;line-height:1.45}.offer-no-retainer{display:grid;grid-template-columns:auto 1fr;gap:.8rem;margin-top:2rem;padding:1rem;background:linear-gradient(135deg,#55c5a621,#38d6a70f);border:1px solid rgb(85 225 181 / 30%);border-radius:.75rem;box-shadow:inset 0 1px #ffffff0f,0 0 18px #38d6a70d}.offer-no-retainer svg{width:1.3rem;color:#55c5a6}.offer-no-retainer strong{font-size:.82rem}.offer-no-retainer p{margin:.35rem 0 0;color:#b8c8c5;font-size:.7rem;line-height:1.5}.offer-price-panel__handover{position:relative;z-index:1;margin:1.3rem 0 0;color:#9fb1ad;font-size:.68rem;line-height:1.6}.offer-boundaries{position:relative;overflow:clip;background:var(--offer-quiet)}.offer-boundaries__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(21rem,.67fr);gap:clamp(4rem,8vw,8rem);align-items:start}.offer-boundaries h2{max-width:48rem}.offer-boundaries__intro{max-width:42rem;margin:1.5rem 0 0;color:var(--offer-muted);font-size:1rem;line-height:1.7}.offer-exclusion-list{padding:0;margin:2.75rem 0 0;border-top:1px solid var(--offer-text);list-style:none}.offer-exclusion-list li{display:flex;gap:.8rem;align-items:flex-start;min-height:3.55rem;padding:.9rem .7rem;border-bottom:1px solid var(--offer-line);font-size:.86rem;line-height:1.55;transition:color .18s ease,background-color .18s ease}.offer-exclusion-list svg{flex:0 0 auto;width:1rem;margin-top:.15rem;color:var(--offer-muted);transition:color .18s ease,filter .18s ease}.offer-legal-note{padding:clamp(1.8rem,3.5vw,2.75rem);background:linear-gradient(145deg,#ecf8f3,#e3f2ec);border:1px solid rgb(13 123 97 / 25%);border-left-width:3px;border-radius:var(--offer-radius-panel);box-shadow:0 20px 44px #165a4914,inset 0 1px #ffffffd1}.offer-legal-note__icon{display:grid;width:3rem;height:3rem;margin-bottom:2rem;place-items:center;color:var(--offer-accent);background:#fff;border:1px solid rgb(56 214 167 / 24%);border-radius:50%;box-shadow:0 8px 22px #0d7b611a,0 0 14px #38d6a714}.offer-legal-note__icon svg{width:1.4rem}.offer-legal-note__label{margin:0 0 .65rem;color:var(--offer-accent);font-size:.7rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.offer-legal-note h3{margin:0;font-size:1.45rem;line-height:1.25;letter-spacing:-.025em}.offer-legal-note>p:not(.offer-legal-note__label){margin:1.15rem 0 0;color:#46635e;font-size:.84rem;line-height:1.65}.offer-legal-note .offer-legal-note__small{padding-top:1rem;border-top:1px solid rgb(13 123 97 / 18%);font-size:.7rem}.offer-extensions{position:relative;margin-top:clamp(5.5rem,9vw,8.5rem);padding-top:clamp(3.5rem,6vw,5rem);border-top:1px solid var(--offer-line)}.offer-extensions__header{display:flex;gap:2rem;justify-content:space-between;align-items:flex-end;margin-bottom:2.75rem}.offer-extensions__header h3{max-width:43rem;margin:0;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.18;letter-spacing:-.03em}.offer-extensions__status{flex:0 0 auto;padding:.5rem .7rem;color:#07604b;background:#e4f6ef;border:1px solid rgb(13 123 97 / 22%);border-radius:999px;font-size:.68rem;font-weight:750}.offer-extension-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 3.5rem;padding:0;margin:0;border-top:1px solid var(--offer-text);list-style:none}.offer-extension-list li{display:grid;grid-template-columns:2rem 1fr 1rem;gap:.75rem;align-items:center;min-height:4rem;padding-inline:.7rem;border-bottom:1px solid var(--offer-line);background:linear-gradient(90deg,transparent,transparent);box-shadow:inset 0 0 0 transparent;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.offer-extension-list li>span{color:var(--offer-muted);font-size:.65rem;font-weight:700;letter-spacing:.08em}.offer-extension-list p{margin:0;font-size:.86rem;font-weight:600}.offer-extension-list svg{width:1rem;color:var(--offer-muted);transition:color .18s ease,filter .18s ease,transform .18s ease}.offer-timeline{position:relative;overflow:clip;background:var(--offer-bg)}.offer-timeline__list{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.6rem;padding:0;margin:0;list-style:none}.offer-timeline__list:before{position:absolute;top:1.5rem;right:2rem;left:2rem;height:1px;content:"";background:linear-gradient(90deg,rgb(56 214 167 / 32%),var(--offer-glow) 22%,var(--offer-glow) 78%,rgb(56 214 167 / 32%));box-shadow:0 0 13px var(--offer-glow-soft)}.offer-timeline__list>li{position:relative;padding-top:4.65rem}.offer-timeline__node{position:absolute;top:0;left:0;z-index:1;display:grid;width:3rem;height:3rem;place-items:center;color:#fff;background:#17312f;border:.4rem solid #ffffff;border-radius:50%;box-shadow:0 0 0 1px #38d6a759,0 0 14px #38d6a71a;font-size:.65rem;font-weight:750;letter-spacing:.05em;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.offer-timeline__list>li:first-child .offer-timeline__node,.offer-timeline__list>li:last-child .offer-timeline__node{background:var(--offer-accent);box-shadow:0 0 0 1px #38d6a78c,0 0 18px #38d6a733}.offer-timeline__arrow{position:absolute;z-index:2;top:.64rem;right:-1.62rem;display:grid;width:1.72rem;height:1.72rem;place-items:center;color:#08705a;background:#fffffff5;border:1px solid rgb(56 214 167 / 46%);border-radius:50%;box-shadow:0 0 14px #38d6a72e}.offer-timeline__arrow svg{width:.86rem;transition:transform .18s ease}.offer-timeline__list h3{margin:0;font-size:1.08rem;line-height:1.3;letter-spacing:-.02em}.offer-timeline__list>li>p{min-height:6.8rem;margin:.8rem 0 0;color:var(--offer-muted);font-size:.78rem;line-height:1.6}.offer-timeline__list ul{padding:1rem 0 0;margin:0;border-top:1px solid var(--offer-line);list-style:none}.offer-timeline__list ul li{position:relative;padding:.28rem 0 .28rem .8rem;color:#4d5f67;font-size:.7rem;line-height:1.45}.offer-timeline__list ul li:before{position:absolute;top:.68rem;left:0;width:.28rem;height:.28rem;content:"";background:var(--offer-accent);border-radius:50%}.offer-closing{position:relative;overflow:hidden;color:#f8fbfa;background:linear-gradient(135deg,#132231,#112b2b 72%,#0d2523)}.offer-closing:before{position:absolute;top:0;left:0;width:100%;height:1px;content:"";background:linear-gradient(90deg,transparent,var(--offer-glow),transparent);box-shadow:0 0 20px var(--offer-glow-soft)}.offer-closing__main{display:grid;grid-template-columns:minmax(0,1fr) minmax(17rem,.42fr);gap:clamp(4rem,9vw,9rem);align-items:end}.offer-closing .offer-heading__label{color:#55c5a6}.offer-closing__copy h2{max-width:52rem;color:#fff;font-size:clamp(2.5rem,4.4vw,3.5rem)}.offer-closing__copy>p:not(.offer-heading__label){max-width:47rem;margin:1.5rem 0 0;color:#b8c8c5;font-size:.98rem;line-height:1.72}.offer-closing__actions{display:grid;gap:.75rem}.offer-closing__actions>p{margin:.35rem 0 0;color:#8fa3a0;font-size:.72rem;text-align:center}.offer-button{position:relative;isolation:isolate;display:inline-flex;gap:.65rem;justify-content:center;align-items:center;min-height:3.15rem;padding:.75rem 1.15rem;overflow:hidden;border:1px solid transparent;border-radius:var(--offer-radius-control);font:inherit;font-size:.83rem;font-weight:750;line-height:1.2;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.offer-button:before{position:absolute;z-index:0;inset:-3px;content:"";background:linear-gradient(108deg,transparent 30%,rgb(255 255 255 / 7%) 41%,rgb(255 255 255 / 24%) 50%,rgb(255 255 255 / 7%) 59%,transparent 70%);pointer-events:none;transform:translate(-135%) skew(-12deg);transition:transform .66s cubic-bezier(.2,.72,.2,1)}.offer-button svg{position:relative;z-index:1;width:1rem;transition:transform .16s ease}.offer-button--light{color:#fff;background:linear-gradient(135deg,#12916e,#08705b 52%,#064f43);border-color:#81ffdb52;box-shadow:0 12px 28px #054b3d47,0 0 18px #38d6a71c,inset 0 1px #ffffff2e}.offer-button--light:hover{background:linear-gradient(135deg,#17a27b,#0a7c64 52%,#075c4d);box-shadow:0 15px 34px #054b3d57,0 0 22px #38d6a72b,inset 0 1px #ffffff38;transform:translateY(-2px)}.offer-button--light:hover svg{transform:translate(.18rem)}.offer-button--outline{color:#f8fbfa;background:transparent;border-color:#ffffff3d}.offer-button--outline:hover{color:#dffff5;background:#38d6a70f;border-color:#74ffd885;box-shadow:0 0 18px #38d6a71a}.offer-button:active{transform:translateY(0) scale(.985)}.offer-button:focus-visible{outline:3px solid #55c5a6;outline-offset:3px}.offer-metadata{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3rem;align-items:end;margin-top:clamp(5rem,9vw,8rem);padding-top:2.4rem;border-top:1px solid rgb(255 255 255 / 14%)}.offer-metadata dl{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem;margin:0}.offer-metadata dl div{min-width:0}.offer-metadata dt{margin-bottom:.45rem;color:#819793;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.offer-metadata dd{margin:0;color:#d7e1df;font-size:.72rem;line-height:1.5}.offer-metadata address{display:grid;gap:.22rem;min-width:15rem;color:#8fa3a0;font-size:.67rem;font-style:normal;line-height:1.45;text-align:right}.offer-metadata address strong{color:#fff;font-size:.74rem}.offer-metadata address a{width:fit-content;justify-self:end;color:#9ee2cf;text-decoration-color:#9ee2cf7a;text-underline-offset:.2rem;transition:color .16s ease,text-decoration-color .16s ease}.offer-metadata address a:hover{color:#fff;text-decoration-color:currentColor}.offer-metadata address a:focus-visible{border-radius:.15rem;outline:2px solid #55c5a6;outline-offset:.22rem}@media(hover:hover){.offer-scope-list li:hover{color:#075f4c;background:linear-gradient(90deg,rgb(232 248 242 / 70%),transparent 88%);padding-inline:.55rem}.offer-price-panel:hover{border-color:#59f4c59e;box-shadow:0 34px 76px #0c1d263b,0 0 0 1px #38d6a717,0 0 42px #38d6a72e,inset 0 1px #ffffff1a;transform:translateY(-3px)}.offer-price-panel:hover:before{left:136%}.offer-exclusion-list li:hover{color:#173f36;background:#e1f4ecb8}.offer-exclusion-list li:hover svg{color:var(--offer-accent);filter:drop-shadow(0 0 5px rgb(56 214 167 / 18%))}.offer-extension-list li:hover{color:#064f41;background:linear-gradient(90deg,rgb(220 246 236 / 82%),rgb(234 248 243 / 42%) 70%,transparent);box-shadow:inset 2px 0 #38d6a7ad}.offer-extension-list li:hover svg{color:var(--offer-accent);filter:drop-shadow(0 0 5px rgb(56 214 167 / 18%));transform:translate(.25rem)}.offer-timeline__list>li:hover .offer-timeline__node{background:var(--offer-accent);box-shadow:0 0 0 1px #38d6a794,0 0 22px #38d6a740;transform:translateY(-2px)}.offer-timeline__list>li:hover .offer-timeline__arrow svg{transform:translate(.16rem)}.offer-button:hover:before{transform:translate(135%) skew(-12deg)}}@media(max-width:68.75rem){.offer-intro__grid{grid-template-columns:1fr;gap:4.5rem}.offer-outcomes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2rem}.offer-workflow-step{grid-template-columns:minmax(17rem,.74fr) minmax(27rem,1.26fr);gap:3rem}.offer-scope-grid,.offer-boundaries__grid{gap:4rem}.offer-metadata{grid-template-columns:1fr}.offer-metadata address{text-align:left}.offer-metadata address a{justify-self:start}}@media(max-width:56.25rem){.offer-workflow-step{grid-template-columns:1fr}.offer-workflow-step:nth-child(2n) .offer-workflow-step__copy,.offer-workflow-step:nth-child(2n) .offer-workflow-step__visual{order:initial}.offer-workflow-step__copy{max-width:42rem}.offer-scope-grid,.offer-boundaries__grid,.offer-closing__main{grid-template-columns:1fr}.offer-price-panel,.offer-legal-note{max-width:40rem}.offer-timeline__list{display:grid;grid-template-columns:1fr;gap:0}.offer-timeline__list:before{top:1.5rem;right:auto;bottom:1.5rem;left:1.5rem;width:1px;height:auto}.offer-timeline__arrow{display:none}.offer-timeline__list>li{min-height:13rem;padding:0 0 3.5rem 5rem}.offer-timeline__list>li:last-child{min-height:auto;padding-bottom:0}.offer-timeline__list>li>p{min-height:auto;max-width:38rem}.offer-timeline__list ul{max-width:38rem;margin-top:1rem}.offer-closing__actions{max-width:25rem}.offer-metadata dl{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:42.5rem){.offer-section{padding:4.75rem 0}.offer-container{width:min(100% - 2rem,82.5rem)}.offer-heading{margin-bottom:3.25rem}.offer-heading h2,.offer-intro h2,.offer-boundaries h2{font-size:2.25rem}.offer-heading__description,.offer-intro__copy .offer-intro__lead{font-size:1rem}.offer-outcomes{display:block}.offer-workflow-step{gap:2.75rem;padding:4.25rem 0;contain-intrinsic-size:58rem}.offer-workflow-step__number{font-size:4.5rem}.offer-workflow-step h3{font-size:1.9rem}.offer-ui{min-height:auto;padding:.9rem;border-radius:.9rem}.offer-ui__meta{display:none}.offer-upload-preview{grid-template-columns:auto 1fr}.offer-upload-preview>svg{display:none}.offer-contact-row{grid-template-columns:1rem 2rem minmax(0,1fr)}.offer-contact-row__category{display:none}.offer-selection-bar{display:grid}.offer-composer__layout{grid-template-columns:1fr}.offer-phone-preview{min-height:15rem}.offer-api-flow{gap:.35rem}.offer-api-node{min-height:5.4rem}.offer-api-node small{font-size:.55rem}.offer-api-connector svg{width:.7rem}.offer-delivery-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-scope-list,.offer-extension-list{grid-template-columns:1fr}.offer-price-panel{padding:2rem 1.5rem}.offer-price-panel h3{font-size:clamp(2.35rem,10.5vw,3rem)}.offer-payment-plan{grid-template-columns:1fr}.offer-extensions__header{display:grid;justify-items:start}.offer-extensions__status{white-space:normal}.offer-closing h2{font-size:2.4rem}.offer-closing__actions,.offer-button{width:100%}.offer-metadata dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem}}@media(prefers-reduced-motion:reduce){.offer-price-panel,.offer-price-panel:before,.offer-scope-list li,.offer-exclusion-list li,.offer-extension-list li,.offer-extension-list svg,.offer-timeline__node,.offer-timeline__arrow svg,.offer-button,.offer-button:before,.offer-button svg{transition:none}.offer-price-panel:before,.offer-button:before{display:none}.offer-price-panel:hover,.offer-button:hover,.offer-button:active,.offer-timeline__list>li:hover .offer-timeline__node{transform:none}}:root{color-scheme:light;--page: #ffffff;--surface: #ffffff;--surface-soft: #f4f7f6;--surface-mint: #eaf5f1;--ink: #10202d;--ink-2: #263742;--muted: #617079;--muted-2: #8a969c;--line: #dce4e1;--line-strong: #c8d4d0;--emerald: #0d7b61;--emerald-hover: #08634f;--emerald-light: #dff1ea;--graphite: #132231;--graphite-2: #1b3041;--success: #168363;--warning: #a96300;--danger: #bd3e3e;--info: #23698f;--shadow-sm: 0 8px 24px rgb(17 36 31 / 7%);--shadow-md: 0 18px 46px rgb(17 36 31 / 10%);--shadow-lg: 0 28px 80px rgb(17 36 31 / 13%);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 20px;--radius-xl: 28px;--container: 1320px;--font: "Manrope", "Inter", "Segoe UI", sans-serif;font-family:var(--font);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{min-width:320px;margin:0;color:var(--ink);background:var(--page)}body:has(.site-modal-backdrop){overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block}::selection{color:#fff;background:var(--emerald)}:focus-visible{outline:3px solid rgb(13 123 97 / 28%);outline-offset:3px}.site-container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}.site-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:14px;font-weight:700;line-height:1;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.site-button:hover{transform:translateY(-1px)}.site-button--primary{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:linear-gradient(135deg,#12916e,#08705b 52%,#064f43);border-color:#50e1b433;box-shadow:0 10px 25px #0d7b6138,inset 0 1px #ffffff29}.site-button--primary:before{position:absolute;z-index:0;inset:-3px;content:"";background:linear-gradient(108deg,transparent 30%,rgb(255 255 255 / 7%) 41%,rgb(255 255 255 / 24%) 50%,rgb(255 255 255 / 7%) 59%,transparent 70%);pointer-events:none;transform:translate(-135%) skew(-12deg);transition:transform .66s cubic-bezier(.2,.72,.2,1)}.site-button--primary:hover{background:linear-gradient(135deg,#17a27b,#0a7c64 52%,#075c4d);box-shadow:0 14px 30px #0d7b6147,0 0 18px #38d6a71a,inset 0 1px #fff3}.site-button:active{transform:translateY(0) scale(.985)}.site-button--secondary{color:var(--ink);border-color:var(--line-strong);background:#fff}.site-button--secondary:hover{border-color:var(--emerald);color:var(--emerald-hover)}.site-button--text{min-height:44px;padding-inline:2px;border-radius:0;color:var(--emerald-hover);background:transparent;border-bottom-color:var(--emerald)}.site-button--text:hover{transform:none;color:var(--ink)}@media(hover:hover){.site-button--primary:hover:before{transform:translate(135%) skew(-12deg)}}.site-header{position:sticky;z-index:80;top:0;border-bottom:1px solid rgb(220 228 225 / 86%);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:15px;font-weight:750;letter-spacing:-.02em}.brand__mark{position:relative;display:grid;width:36px;height:36px;place-items:center;color:var(--emerald)}.brand__mark:before,.brand__mark:after{position:absolute;top:6px;width:15px;height:24px;border-top:3px solid currentColor;content:""}.brand__mark:before{left:2px;border-left:3px solid currentColor;transform:skewY(38deg)}.brand__mark:after{right:2px;border-right:3px solid currentColor;transform:skewY(-38deg)}.site-nav{display:flex;align-items:center;gap:36px}.site-nav a{position:relative;padding:28px 0 24px;color:var(--ink-2);font-size:14px;font-weight:600}.site-nav a:after{position:absolute;right:0;bottom:17px;left:0;height:2px;background:var(--emerald);content:"";transform:scaleX(0);transform-origin:right;transition:transform .18s ease}.site-nav a:hover:after{transform:scaleX(1);transform-origin:left}.site-header__actions{display:flex;align-items:center;gap:12px}.menu-button{display:none;width:46px;height:46px;place-items:center;padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}.hero{overflow:clip;padding:76px 0 46px}.hero__grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);align-items:center;gap:clamp(56px,7vw,108px)}.hero h1{max-width:780px;margin:0 0 26px;color:var(--ink);font-size:clamp(52px,5.2vw,76px);font-weight:650;letter-spacing:-.055em;line-height:1.02}.hero__lead,.hero__promise{max-width:690px;margin:0;color:var(--ink-2);font-size:18px;line-height:1.72}.hero__promise{margin-top:20px}.hero__actions{display:flex;flex-wrap:wrap;gap:20px 30px;align-items:center;margin-top:34px}.offer-summary{padding:30px;border:1px solid var(--line-strong);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}.offer-summary__company{display:grid;grid-template-columns:7.5rem minmax(0,1fr);gap:1.5rem;align-items:center}.offer-summary__company img{display:block;width:100%;height:auto;max-height:7.5rem;object-fit:contain}.offer-summary__company>div{display:grid;gap:.22rem;min-width:0;color:var(--muted);font-size:.76rem;line-height:1.5}.offer-summary__company strong{margin-bottom:.2rem;color:var(--ink);font-size:1rem}.offer-summary__company a{width:fit-content;margin-top:.28rem;color:var(--emerald-hover);font-weight:700;text-decoration-color:#0b775d52;text-underline-offset:.2rem}.offer-summary__company a:hover{text-decoration-color:currentColor}.offer-summary__company a:focus-visible{border-radius:.15rem;outline:2px solid var(--emerald);outline-offset:.2rem}.offer-summary__title{margin:0 0 22px;font-size:18px;font-weight:700}.offer-summary__rule{height:1px;margin:18px 0;background:var(--emerald)}.offer-summary__label{margin:0 0 8px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.offer-summary__project{margin:0;color:var(--ink);font-size:18px;font-weight:750;line-height:1.45}.offer-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:40px;padding-top:22px;border-top:1px solid var(--line)}.offer-meta div{min-width:0}.offer-meta span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.offer-meta strong{font-size:13px;font-weight:650}.demo-section{padding:16px 0 112px}.demo-section__intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}.demo-section__intro h2{max-width:700px;margin:0;font-size:clamp(38px,4.2vw,58px);font-weight:650;letter-spacing:-.045em;line-height:1.05}.demo-section__intro p{max-width:470px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.demo-frame{position:relative;min-height:720px;overflow:hidden;border:1px solid var(--line-strong);border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow-lg)}.site-modal-backdrop{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:24px;background:#0a171f9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:modal-fade .18s ease both}.site-modal{position:relative;width:min(100%,620px);max-height:min(88vh,760px);overflow:auto;padding:34px;border:1px solid rgb(255 255 255 / 22%);border-radius:var(--radius-lg);background:#fff;box-shadow:0 30px 90px #0000004d;animation:modal-rise .22s ease both}.site-modal__close{position:absolute;top:18px;right:18px;display:grid;width:42px;height:42px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.site-modal__icon{display:grid;width:48px;height:48px;place-items:center;margin-bottom:22px;border-radius:50%;color:var(--emerald);background:var(--surface-mint)}.site-modal h2{max-width:480px;margin:0 0 12px;font-size:32px;font-weight:700;letter-spacing:-.035em;line-height:1.15}.site-modal>p{margin:0 0 24px;color:var(--muted);font-size:15px;line-height:1.65}.site-modal__summary{display:grid;gap:12px;margin:24px 0;padding:20px;border-radius:var(--radius-md);background:var(--surface-soft)}.site-modal__summary div{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}.site-modal__summary strong{color:var(--ink);text-align:right}.site-modal__form{display:grid;gap:16px}.site-modal__form label{display:grid;gap:7px;color:var(--ink-2);font-size:12px;font-weight:700}.site-modal__form input,.site-modal__form textarea{width:100%;border:1px solid var(--line-strong);border-radius:10px;padding:13px 14px;color:var(--ink);background:#fff;font-size:14px}.site-modal__form textarea{min-height:110px;resize:vertical}.site-modal__form input:focus,.site-modal__form textarea:focus{border-color:var(--emerald);outline:none;box-shadow:0 0 0 4px #0d7b611a}.site-modal__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.site-modal__success{display:grid;min-height:250px;place-items:center;text-align:center}.site-modal__success .site-modal__icon{margin-inline:auto}@keyframes modal-fade{0%{opacity:0}}@keyframes modal-rise{0%{opacity:0;transform:translateY(12px) scale(.985)}}@media(max-width:1050px){.site-nav{gap:22px}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:42px}.hero h1{font-size:clamp(52px,6.4vw,68px)}.demo-section__intro{align-items:start;flex-direction:column}}@media(max-width:880px){.site-header__inner{min-height:68px}.site-header__actions>.site-button{display:none}.menu-button{display:grid}.site-nav{position:fixed;z-index:79;top:68px;right:0;left:0;display:grid;gap:0;padding:10px 24px 24px;border-bottom:1px solid var(--line);background:#fff;box-shadow:var(--shadow-md);transform:translateY(-130%);visibility:hidden;transition:transform .22s ease,visibility .22s}.site-nav[data-open=true]{transform:translateY(0);visibility:visible}.site-nav a{padding:14px 0;border-bottom:1px solid var(--line)}.site-nav a:after{display:none}.hero{padding-top:56px}.hero__grid{grid-template-columns:1fr}.offer-summary{max-width:650px}}@media(max-width:620px){.site-container{width:min(calc(100% - 32px),var(--container))}.brand__name{display:none}.hero{padding:42px 0 34px}.hero h1{margin-bottom:20px;font-size:44px}.hero__lead,.hero__promise{font-size:16px;line-height:1.65}.hero__actions{align-items:stretch;flex-direction:column}.hero__actions .site-button{width:100%}.offer-summary{padding:24px}.offer-summary__company{grid-template-columns:5.75rem minmax(0,1fr);gap:1.1rem}.offer-meta{grid-template-columns:1fr}.demo-section{padding-bottom:78px}.demo-section__intro h2{font-size:38px}.demo-frame{min-height:680px;border-radius:18px}.site-modal-backdrop{align-items:end;padding:0}.site-modal{width:100%;max-height:92vh;padding:30px 20px 24px;border-radius:22px 22px 0 0}.site-modal__actions{flex-direction:column}.site-modal__actions .site-button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-button,.site-button--primary:before{transition:none}.site-button--primary:before{display:none}.site-button:hover,.site-button:active{transform:none}}
