@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ac-navy: #10213e;
  --ac-ink: #162033;
  --ac-muted: #5c6880;
  --ac-blue: #2563eb;
  --ac-sky: #38bdf8;
  --ac-orange: #f4511e;
  --ac-gold: #fbbf24;
  --ac-cream: #fffaf5;
  --ac-soft: #f4f8ff;
  --ac-border: #dbe5f2;
  --ac-success: #16a34a;
  --ac-radius: 22px;
  --ac-shadow: 0 24px 80px rgba(16, 33, 62, .13);
  --ac-shadow-sm: 0 12px 35px rgba(16, 33, 62, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', Arial, sans-serif;
  color: var(--ac-ink);
  background: #fff;
  line-height: 1.64;
}
a { color: var(--ac-blue); }
a:hover { color: #174ec3; }
h1,h2,h3,h4,h5,h6 { font-family: 'Manrope', Arial, sans-serif; color: var(--ac-navy); font-weight: 800; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 5vw, 5.3rem); line-height: 1.04; }
h2 { font-size: clamp(2rem, 3vw, 3.4rem); line-height: 1.12; }
h3 { font-size: 1.28rem; line-height: 1.24; }
p { color: var(--ac-muted); }
img { max-width: 100%; }

.skip-link { position: absolute; left: -9999px; top: auto; z-index: 99999; }
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; border: 2px solid var(--ac-blue); padding: .75rem 1rem; border-radius: .5rem; }

.announcement-bar { background: linear-gradient(90deg, #0e2141 0%, #174489 50%, #1d6ce5 100%); color: #eaf4ff; font-size: .9rem; padding: .58rem 0; }
.announcement-bar a { color: #fff; font-weight: 700; text-decoration: none; margin-left: .25rem; }
.announcement-bar a:hover { text-decoration: underline; }
.pulse-dot { width: .55rem; height: .55rem; border-radius: 50%; display: inline-block; background: #fbbf24; box-shadow: 0 0 0 .35rem rgba(251,191,36,.17); }

.site-header { background: rgba(16, 33, 62, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.site-header .navbar { min-height: 77px; }
.navbar-brand { width: 193px; }
.navbar-brand img { display: block; width: 100%; height: auto; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,.79); font-weight: 600; padding: .8rem .78rem; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }
.navbar-toggler { border-color: rgba(255,255,255,.28); }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(56,189,248,.28); }
.dropdown-menu-dark { background: #12284c; padding: .7rem; border-radius: 15px; min-width: 220px; }
.dropdown-item { color: #dcecff; padding: .62rem .75rem; border-radius: 9px; font-size: .94rem; }
.dropdown-item:hover { background: rgba(255,255,255,.10); color: #fff; }
.nav-login { color: #fff !important; text-decoration: none; font-weight: 700; white-space: nowrap; }
.nav-login:hover { color: #91d7ff !important; }
.btn { border-radius: 999px; font-weight: 700; padding: .75rem 1.22rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--ac-blue), #2076e8); border-color: var(--ac-blue); box-shadow: 0 12px 24px rgba(37,99,235,.26); }
.btn-primary:hover, .btn-primary:focus { background: #1956d2; border-color: #1956d2; box-shadow: 0 15px 30px rgba(37,99,235,.34); }
.btn-accent { background: linear-gradient(135deg, var(--ac-orange), #f97316); color: #fff; border: 0; box-shadow: 0 12px 24px rgba(244,81,30,.24); }
.btn-accent:hover, .btn-accent:focus { color:#fff; background: #d93c0e; }
.btn-outline-primary { border-color: rgba(37,99,235,.48); color: var(--ac-blue); }
.btn-outline-primary:hover { background: var(--ac-blue); border-color: var(--ac-blue); }
.btn-soft { background: #eaf4ff; color: #174ec3; border: 1px solid #c8e2ff; }
.btn-soft:hover { background: #d8eeff; color:#0f3a99; }
.btn-light { color: var(--ac-navy); }
.btn-nav { font-size: .92rem; padding: .66rem 1rem; }

.section { padding: 6.25rem 0; }
.section-sm { padding: 4.1rem 0; }
.section-soft { background: var(--ac-soft); }
.section-warm { background: linear-gradient(180deg, #fffaf5 0%, #fff 100%); }
.eyebrow { display: inline-flex; align-items: center; gap: .48rem; color: var(--ac-orange); font-family: 'Manrope', Arial, sans-serif; font-size: .79rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.eyebrow::before { content: ''; width: 25px; height: 2px; background: currentColor; border-radius: 2px; }
.section-intro { max-width: 700px; }
.section-intro p { font-size: 1.12rem; margin-top: 1.1rem; }
.text-gradient { background: linear-gradient(90deg, var(--ac-blue), #0f8be9 55%, var(--ac-orange)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.highlight { color: var(--ac-orange); }

.hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #f7fbff 0%, #edf6ff 48%, #fff7f1 100%); padding: 6.5rem 0 5.5rem; }
.hero::before { content: ''; position: absolute; width: 570px; height: 570px; right: -190px; top: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(56,189,248,.31), rgba(56,189,248,0) 67%); }
.hero::after { content: ''; position: absolute; width: 460px; height: 460px; left: -245px; bottom: -280px; border-radius: 50%; background: radial-gradient(circle, rgba(244,81,30,.18), rgba(244,81,30,0) 68%); }
.hero .container { position: relative; z-index: 1; }
.hero-copy { max-width: 690px; }
.hero-copy .lead { max-width: 625px; font-size: 1.22rem; margin: 1.35rem 0 1.7rem; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1.15rem; color: #526178; font-size: .91rem; margin-top: 1.65rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: .35rem; }
.hero-trust i { color: var(--ac-success); }
.hero-pills { display:flex; flex-wrap:wrap; gap:.55rem; margin: 1.45rem 0 0; }
.hero-pills span { background: rgba(255,255,255,.8); border: 1px solid rgba(156,185,221,.57); color: #42536d; border-radius: 999px; padding: .4rem .72rem; font-size:.84rem; font-weight:700; box-shadow: 0 7px 17px rgba(16,33,62,.06); }

.product-preview { position: relative; margin: 0 auto; max-width: 525px; }
.preview-glow { position:absolute; inset: 8% -8% -8% 4%; background: linear-gradient(135deg, rgba(37,99,235,.32), rgba(56,189,248,.06) 53%, rgba(244,81,30,.24)); filter: blur(30px); border-radius: 35px; }
.preview-browser { position: relative; background:#fff; border: 1px solid #cfdef0; border-radius: 25px; box-shadow: var(--ac-shadow); overflow:hidden; }
.browser-top { display:flex; align-items:center; gap: .42rem; padding:.84rem 1rem; border-bottom:1px solid #e6edf7; background:#fbfdff; }
.browser-dot { width:.6rem;height:.6rem;border-radius:50%; background:#ff9b84; }.browser-dot:nth-child(2){background:#ffd174}.browser-dot:nth-child(3){background:#8dd8a1}
.browser-address { margin-left:.6rem; padding:.32rem .66rem; background:#eef4fa; color:#789; font-size:.72rem; border-radius: 6px; flex:1; }
.preview-web { height: 365px; padding:1.15rem; background:linear-gradient(160deg,#fff 0%,#f7fbff 100%); }
.mock-site-logo { width:116px; height:11px; border-radius: 6px; background:#1d4f92; margin-bottom:1.05rem; }
.mock-nav { display:flex; gap:.45rem; float:right; margin-top:-1.05rem; }.mock-nav span{width:25px;height:6px;border-radius:5px;background:#d4dfed}
.mock-hero { display:grid; grid-template-columns: 1.1fr .9fr; gap:1rem; padding-top:1.5rem; }
.mock-copy h4{font-size:1.2rem; margin:0 0 .55rem; width:88%; color:#204375}.mock-copy p{height:8px;background:#dce8f5;border-radius:5px;margin:.5rem 0;width:92%;}.mock-copy p:nth-child(3){width:76%;}.mock-button { width:90px;height:27px;border-radius:999px;background:#f4511e;margin-top:1rem; }
.mock-card { height:156px; border-radius:18px; background:linear-gradient(135deg,#d4edff,#e9efff); position:relative; overflow:hidden; }.mock-card::before { content:''; width:90px;height:90px;border-radius:50%;position:absolute;right:15px;top:20px;background:linear-gradient(135deg,#36bff5,#2765e8); opacity:.85;}.mock-card::after{content:'';width:80px;height:42px;border-radius: 50% 50% 7px 50%;position:absolute;bottom:20px;left:16px;background:linear-gradient(135deg,#fbbf24,#f4511e);}
.preview-widget { position:absolute; right:17px; bottom:17px; width:295px; background:#fff; border-radius:19px; overflow:hidden; box-shadow: 0 18px 35px rgba(16,33,62,.2); border:1px solid #e3eaf4; }
.preview-widget-top { background:linear-gradient(135deg,#123b76,#216ce2); padding:.85rem .95rem; color:#fff; display:flex; align-items:center; gap:.66rem; }
.widget-brand-dot { width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#4bd8ff,#2369e4);display:grid;place-items:center;box-shadow: inset 0 0 0 2px rgba(255,255,255,.22); }.widget-brand-dot i{font-size:.9rem}.widget-title strong{display:block;font-size:.87rem}.widget-title small{color:#d9efff;font-size:.7rem}
.preview-widget-body { padding:.85rem; background:#f9fbff; }
.chat-bubble { max-width:86%; font-size:.74rem; line-height:1.45; padding:.62rem .7rem; border-radius:12px 12px 12px 3px; background:#eaf3ff; color:#2d4a71; margin-bottom:.55rem; }
.chat-bubble.visitor { margin-left:auto; background:#f4511e; color:#fff; border-radius:12px 12px 3px 12px; }
.preview-widget-input { margin:.75rem .85rem .85rem; border:1px solid #d9e4f1; display:flex; align-items:center; gap:.4rem; padding:.35rem .45rem .35rem .65rem; border-radius:999px; font-size:.7rem; color:#8a97a9; }.preview-widget-input span:last-child{margin-left:auto;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#f4511e;color:#fff}
.preview-stat { position:absolute; left:-24px; bottom:39px; padding:.72rem .9rem; border-radius:12px;background:#fff;box-shadow:var(--ac-shadow-sm); font-size:.79rem; color:#56657a; border:1px solid #edf1f7; }.preview-stat strong{display:block;color:var(--ac-navy);font-size:1.13rem}.preview-stat i{color:var(--ac-success)}

.logo-strip { padding: 1.75rem 0; border-top: 1px solid #e7eef8; border-bottom:1px solid #e7eef8; background:#fff; }.logo-strip p { color:#7c8aa0; font-size:.85rem; margin:0; font-weight:700; }.logo-strip-items { display:flex; flex-wrap:wrap; gap: .8rem 1.8rem; justify-content:center; align-items:center; color:#64748b; font-family:'Manrope',sans-serif; font-size:.9rem; font-weight:800; letter-spacing:.02em; }.logo-strip-items span{display:inline-flex;align-items:center;gap:.45rem}.logo-strip-items i{color:#5294ee;font-size:1.05rem}

.feature-card { height:100%; background:#fff; border:1px solid #e2eaf4; border-radius:var(--ac-radius); padding:1.6rem; box-shadow: 0 10px 24px rgba(16,33,62,.035); transition: transform .22s ease, box-shadow .22s ease, border .22s ease; }.feature-card:hover{transform:translateY(-5px);box-shadow:var(--ac-shadow-sm);border-color:#b9d4fb}.feature-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;margin-bottom:1.1rem;font-size:1.35rem;color:#fff;background:linear-gradient(135deg,#2371ec,#38bdf8);box-shadow:0 10px 20px rgba(37,99,235,.18)}.feature-icon.orange{background:linear-gradient(135deg,#f97316,#f4511e);box-shadow:0 10px 20px rgba(244,81,30,.18)}.feature-icon.gold{background:linear-gradient(135deg,#fbbf24,#f97316);box-shadow:0 10px 20px rgba(249,115,22,.18)}.feature-card p{font-size:.94rem;margin:0}.feature-card a{font-size:.9rem;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;margin-top:.9rem}

.story-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:1.25rem; }.story-step { position:relative; background:#fff; border:1px solid #dbe7f4; border-radius:20px; padding:1.25rem 1.15rem; }.story-step .step-number{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e8f2ff;color:#1b62cc;font-size:.8rem;font-weight:800;margin-bottom:.75rem}.story-step h3{font-size:1.05rem}.story-step p{font-size:.89rem;margin:0}.story-step:not(:last-child)::after{content:'\F138';font-family:'bootstrap-icons';position:absolute;right:-20px;top:50%;transform:translateY(-50%);color:#73a5ea;font-size:1.1rem;z-index:2}

.conversation-panel { background:linear-gradient(135deg,#10213e,#173c78); border-radius:30px; overflow:hidden; box-shadow:var(--ac-shadow); color:#fff; }.conversation-panel .conversation-copy{padding:3.2rem}.conversation-panel h2{color:#fff}.conversation-panel p{color:#c8d9f5}.conversation-panel .check-list li{color:#e6f1ff}.conversation-demo{padding:2rem;background:linear-gradient(160deg,rgba(255,255,255,.14),rgba(255,255,255,.05));min-height:100%;display:flex;align-items:center}.conversation-card{background:#fff;color:#1b2e4a;max-width:430px;width:100%;border-radius:21px;padding:1rem;box-shadow:0 20px 40px rgba(0,0,0,.22)}.conversation-card-top{display:flex;align-items:center;gap:.6rem;padding-bottom:.8rem;border-bottom:1px solid #e7eef7}.conversation-card-top .dot{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#2563eb);display:grid;place-items:center;color:#fff}.conversation-card-top strong{display:block;font-size:.89rem}.conversation-card-top small{color:#75839a}.conversation-card-body{padding-top:.85rem}.message{font-size:.82rem;line-height:1.5;padding:.62rem .68rem;border-radius:13px 13px 13px 3px;background:#edf5ff;color:#28527f;max-width:90%;margin-bottom:.6rem}.message.user{margin-left:auto;background:#f4511e;color:#fff;border-radius:13px 13px 3px 13px}.lead-captured{background:#e9faef;border:1px solid #b7e6c5;color:#176437;border-radius:12px;padding:.7rem;font-size:.76rem;margin-top:.8rem}.lead-captured strong{display:block}.lead-captured i{float:right;color:#16a34a;font-size:1rem}

.check-list { list-style:none; padding:0; margin:1.25rem 0 0; }.check-list li { position:relative; padding-left:1.75rem; margin:.55rem 0; color:#455775; font-weight:600; }.check-list li::before { content:'\F26A'; font-family:'bootstrap-icons'; color:var(--ac-success); position:absolute; left:0; top:0; }

.metrics-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }.metric-card { text-align:center; padding:1.35rem .8rem; border-radius:18px; background:#fff; border:1px solid #e5edf7; }.metric-card strong{font-family:'Manrope',sans-serif;display:block;color:var(--ac-navy);font-size:1.75rem;letter-spacing:-.05em}.metric-card span{color:#708099;font-size:.85rem;font-weight:700}

.feature-showcase { background:#fff; border-radius:28px; border:1px solid #deebf8; box-shadow: var(--ac-shadow-sm); overflow:hidden; }.feature-showcase .feature-showcase-copy{padding:2.5rem}.feature-showcase .showcase-list li{margin:.7rem 0;color:#4a5d78}.feature-showcase .showcase-list i{color:var(--ac-orange);margin-right:.55rem}.feature-visual{height:100%;padding:2rem;background:linear-gradient(135deg,#e8f5ff,#eff3ff);display:flex;align-items:center;justify-content:center}.visual-board{background:#fff;width:100%;max-width:400px;border-radius:18px;padding:1rem;box-shadow:0 18px 38px rgba(25,75,150,.16)}.visual-board-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.8rem;border-bottom:1px solid #edf1f7}.visual-board-header strong{font-size:.87rem}.visual-pill{font-size:.67rem;padding:.25rem .48rem;border-radius:99px;background:#eaf7ee;color:#16813d;font-weight:800}.knowledge-row{display:flex;gap:.65rem;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f3f7}.knowledge-row:last-child{border-bottom:0}.knowledge-row .knowledge-icon{width:34px;height:34px;border-radius:10px;background:#eaf3ff;color:#2563eb;display:grid;place-items:center}.knowledge-row strong{display:block;font-size:.8rem}.knowledge-row small{color:#8290a4;font-size:.7rem}.check-status{margin-left:auto;color:#1aa354}

.pricing-card { position:relative; height:100%; border:1px solid #dfe8f4; border-radius:25px; padding:2rem; background:#fff; box-shadow:0 12px 30px rgba(16,33,62,.05); }.pricing-card.featured{border:2px solid var(--ac-blue);box-shadow:0 22px 48px rgba(37,99,235,.14);transform:translateY(-9px)}.pricing-card .popular{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#2563eb,#0f87e8);color:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.72rem;font-weight:800;white-space:nowrap}.pricing-card h3{font-size:1.28rem}.pricing-card .price{font-family:'Manrope',sans-serif;color:var(--ac-navy);font-size:2.75rem;font-weight:800;letter-spacing:-.07em;line-height:1.05;margin:1.2rem 0 .25rem}.pricing-card .price small{font-family:'DM Sans',sans-serif;letter-spacing:0;font-weight:600;font-size:.9rem;color:#6f7d91}.pricing-card .setup{font-size:.84rem;color:#728198;margin-bottom:1.2rem}.pricing-card .plan-copy{min-height:54px;font-size:.92rem}.pricing-card ul{list-style:none;padding:0;margin:1.2rem 0 1.6rem}.pricing-card li{position:relative;padding-left:1.45rem;margin:.7rem 0;color:#4a5d78;font-size:.91rem}.pricing-card li::before{content:'\F26A';font-family:'bootstrap-icons';position:absolute;left:0;color:var(--ac-success)}

.industries-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:1.1rem; }.industry-card{border:1px solid #e2eaf4;border-radius:18px;padding:1.3rem;background:#fff;transition:.2s}.industry-card:hover{transform:translateY(-3px);box-shadow:var(--ac-shadow-sm);border-color:#c1daf9}.industry-card .industry-icon{width:42px;height:42px;border-radius:12px;background:#f2f7ff;color:#2563eb;display:grid;place-items:center;font-size:1.15rem;margin-bottom:.85rem}.industry-card h3{font-size:1.05rem}.industry-card p{font-size:.87rem;margin:0}.industry-card a{font-size:.86rem;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;margin-top:.75rem}

.faq-wrap { max-width:900px; }.accordion-item { border:1px solid #dfe9f5; border-radius:14px !important; overflow:hidden; margin-bottom:.85rem; background:#fff; }.accordion-button { font-family:'Manrope',sans-serif;font-weight:800;color:var(--ac-navy);padding:1.12rem 1.2rem;box-shadow:none!important}.accordion-button:not(.collapsed){background:#eef6ff;color:#174d9e}.accordion-body{color:#5e6d82;padding:1.1rem 1.2rem 1.25rem}

.form-shell { background:#fff; border:1px solid #dce7f3; border-radius:26px; box-shadow:var(--ac-shadow-sm); padding:2rem; }.form-label{font-size:.88rem;font-weight:800;color:#314258}.form-control,.form-select{border-color:#d4e0ee;border-radius:11px;padding:.74rem .85rem;color:#24344c}.form-control:focus,.form-select:focus{border-color:#5a9dec;box-shadow:0 0 0 .22rem rgba(37,99,235,.13)}.form-text{color:#7e8ba0;font-size:.78rem}.form-check-input:checked{background-color:var(--ac-blue);border-color:var(--ac-blue)}

.page-hero { position:relative; overflow:hidden; padding:5rem 0 4rem; background:linear-gradient(135deg,#f2f8ff,#fffaf5); border-bottom:1px solid #e6eff9; }.page-hero::after{content:'';position:absolute;right:-140px;top:-135px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.28),rgba(56,189,248,0) 68%)}.page-hero .container{position:relative;z-index:1}.page-hero h1{max-width:760px}.page-hero .lead{font-size:1.16rem;max-width:670px;margin:1rem 0 0}.breadcrumb-mini{font-size:.84rem;color:#64748b;margin-bottom:.8rem}.breadcrumb-mini a{text-decoration:none;color:#2563eb;font-weight:700}.breadcrumb-mini span{margin:0 .35rem;color:#a1afc2}

.article-wrap{max-width:850px;margin:0 auto}.article-meta{display:flex;flex-wrap:wrap;gap:.7rem;color:#758399;font-size:.86rem;font-weight:700}.article-body h2{font-size:1.65rem;margin-top:2.2rem}.article-body p{font-size:1.06rem;line-height:1.78}.article-card{display:block;text-decoration:none;background:#fff;border:1px solid #e0eaf5;border-radius:20px;padding:1.35rem;height:100%;transition:.2s}.article-card:hover{transform:translateY(-4px);box-shadow:var(--ac-shadow-sm);border-color:#b7d5fa}.article-card h3{font-size:1.2rem}.article-card p{font-size:.91rem}.article-card .article-meta{font-size:.76rem}.article-card .article-link{font-size:.88rem;font-weight:800;color:#2563eb}

.legal-wrap { max-width:900px; margin:0 auto; }.legal-wrap h2{font-size:1.5rem;margin-top:2.2rem}.legal-wrap h3{font-size:1.1rem;margin-top:1.35rem}.legal-wrap p,.legal-wrap li{color:#526278}.legal-wrap ul{padding-left:1.2rem}.legal-note{border-left:4px solid #fbbf24;background:#fffaf0;padding:1rem 1.15rem;border-radius:0 12px 12px 0;color:#6b5522;font-size:.92rem}

.site-footer{background:#0e1f3b;color:#fff;padding:4.25rem 0 1.5rem}.footer-cta{background:linear-gradient(128deg,#1a5abe,#287eea 60%,#f4511e 150%);border-radius:26px}.footer-cta h2{color:#fff}.footer-brand{width:215px}.footer-brand img{width:100%;height:auto}.footer-intro{color:#b9c9e5;max-width:335px}.site-footer h3{color:#fff;font-size:.95rem;letter-spacing:0;margin:0 0 .85rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:.45rem 0}.footer-links a{color:#b9c9e5;text-decoration:none;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:3rem;padding-top:1.3rem;color:#91a5c7;font-size:.82rem}.footer-bottom p{color:inherit}

.demo-widget-launcher{position:fixed;right:22px;bottom:20px;z-index:1040;display:flex;align-items:center;gap:.65rem}.demo-widget-label{background:#fff;color:#344760;box-shadow:0 10px 25px rgba(16,33,62,.13);border-radius:999px;padding:.5rem .75rem;font-size:.78rem;font-weight:800;opacity:0;transform:translateX(8px);transition:.2s;pointer-events:none}.demo-widget-launcher:hover .demo-widget-label{opacity:1;transform:translateX(0)}.demo-widget-button{width:60px;height:60px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#1a55bc,#2577e8 60%,#f4511e);box-shadow:0 14px 30px rgba(37,99,235,.37);font-size:1.35rem;transition:.18s}.demo-widget-button:hover{transform:translateY(-3px) scale(1.03)}.demo-widget-panel{position:fixed;right:22px;bottom:94px;z-index:1041;width:min(380px,calc(100vw - 30px));background:#fff;border-radius:23px;overflow:hidden;box-shadow:0 25px 70px rgba(16,33,62,.28);border:1px solid #dce8f6;display:none}.demo-widget-panel.open{display:block;animation:widgetPop .22s ease-out}.demo-widget-head{background:linear-gradient(135deg,#10213e,#1f61cc);padding:1rem;color:#fff;display:flex;align-items:center;justify-content:space-between}.demo-widget-head .head-left{display:flex;align-items:center;gap:.68rem}.widget-avatar{width:39px;height:39px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#2563eb);border:2px solid rgba(255,255,255,.28);display:grid;place-items:center}.widget-avatar i{font-size:.95rem}.demo-widget-head strong{display:block;font-size:.92rem}.demo-widget-head small{display:block;color:#d5ecff;font-size:.72rem}.demo-widget-close{border:0;background:transparent;color:#fff;font-size:1.18rem;padding:.2rem}.demo-widget-body{height:325px;overflow:auto;background:#f8fbff;padding:1rem}.widget-message{display:flex;gap:.45rem;margin:.55rem 0}.widget-message .message-text{font-size:.83rem;line-height:1.48;background:#e7f1ff;color:#284d77;border-radius:14px 14px 14px 4px;padding:.68rem .72rem;max-width:85%}.widget-message.user{justify-content:flex-end}.widget-message.user .message-text{background:#f4511e;color:#fff;border-radius:14px 14px 4px 14px}.widget-quick{display:flex;flex-wrap:wrap;gap:.38rem;margin:.65rem 0 .1rem}.widget-quick button{border:1px solid #cce1fb;background:#fff;color:#2764c0;border-radius:999px;font-weight:700;font-size:.72rem;padding:.4rem .62rem}.widget-quick button:hover{background:#ecf5ff}.widget-typing{display:none;color:#7a8aa1;font-size:.75rem;margin:.5rem 0}.widget-typing.show{display:block}.demo-widget-form{display:flex;gap:.45rem;border-top:1px solid #e0eaf5;padding:.72rem;background:#fff}.demo-widget-input{flex:1;border:1px solid #d6e2f0;border-radius:999px;padding:.55rem .72rem;font-size:.82rem;outline:none}.demo-widget-input:focus{border-color:#5f9ee9}.demo-widget-send{width:37px;height:37px;border:0;border-radius:50%;background:#f4511e;color:#fff;display:grid;place-items:center}.widget-note{background:#fff;border-top:1px solid #edf1f6;padding:.45rem .85rem;color:#8a97a9;font-size:.66rem;text-align:center}.widget-note a{color:#5271a5}
@keyframes widgetPop {from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}

.alert-custom{border-radius:14px;border:0;font-weight:700}.not-found{padding:7rem 0;text-align:center}.not-found .not-found-code{font-family:'Manrope',sans-serif;color:#dceaff;font-size:7rem;font-weight:800;letter-spacing:-.08em;line-height:1}

@media (max-width: 1199.98px){.navbar-brand{width:184px}.navbar-nav{padding-top:.8rem}.site-header .navbar-collapse{padding-bottom:1rem}.nav-login{display:inline-flex!important;padding:.55rem .3rem!important}.story-grid{grid-template-columns:1fr}.story-step:not(:last-child)::after{content:'\F078';right:50%;top:auto;bottom:-19px;transform:translateX(50%)}.pricing-card.featured{transform:none;margin-top:1.5rem}.industries-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 991.98px){.hero{padding:4.8rem 0 4.4rem}.hero-copy{max-width:none}.product-preview{margin-top:3rem;max-width:490px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.conversation-panel .conversation-copy{padding:2.4rem}.conversation-demo{padding:2.4rem}.feature-showcase .feature-showcase-copy{padding:2rem}.section{padding:4.6rem 0}.page-hero{padding:4rem 0 3.2rem}}
@media (max-width: 575.98px){body{font-size:.96rem}.announcement-bar{font-size:.78rem;line-height:1.35}.announcement-bar .container{display:block!important}.announcement-bar a{display:block;margin:.2rem 0 0}.navbar-brand{width:169px}.hero{padding:3.8rem 0 3.6rem}.hero-copy .lead{font-size:1.06rem}.hero .btn{width:100%;margin-top:.6rem}.hero .btn + .btn{margin-left:0!important}.preview-web{height:300px}.preview-widget{width:270px}.preview-stat{left:5px;bottom:-31px}.product-preview{margin-bottom:2.2rem}.logo-strip-items{gap:.6rem 1rem;justify-content:flex-start}.logo-strip-items span{font-size:.78rem}.section{padding:3.75rem 0}.section-intro p{font-size:1rem}.metrics-grid{grid-template-columns:1fr 1fr;gap:.75rem}.metric-card strong{font-size:1.45rem}.industries-grid{grid-template-columns:1fr}.feature-card{padding:1.35rem}.form-shell{padding:1.35rem}.pricing-card{padding:1.55rem}.pricing-card .price{font-size:2.35rem}.site-footer{padding-top:3.4rem}.footer-cta{padding:1.5rem!important}.footer-brand{width:195px}.demo-widget-launcher{right:15px;bottom:14px}.demo-widget-panel{right:15px;bottom:86px}.demo-widget-label{display:none}.demo-widget-button{width:57px;height:57px}.conversation-panel .conversation-copy{padding:1.8rem}.conversation-demo{padding:1.2rem}.page-hero{padding:3.3rem 0 2.7rem}.article-body p{font-size:1rem}.preview-browser{border-radius:19px}}

/* Keeps sales-form bot field inaccessible to ordinary visitors. */
.ac-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
