:root {
  --ink: #07111f;
  --navy: #0a1830;
  --navy-2: #10213d;
  --blue: #3877ff;
  --cyan: #4fd8ff;
  --aqua: #55e6ca;
  --violet: #8c73ff;
  --paper: #f6f9fc;
  --white: #ffffff;
  --muted: #64748b;
  --line: #dce5ef;
  --shadow: 0 24px 70px rgba(25, 53, 91, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Aptos, "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.page-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.glow-one { width: 560px; height: 560px; top: -270px; right: -130px; background: radial-gradient(circle, rgba(87, 121, 255, .22), transparent 68%); }
.glow-two { width: 430px; height: 430px; top: 370px; left: -300px; background: radial-gradient(circle, rgba(79, 216, 255, .18), transparent 70%); }

.section-shell, .site-header { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(16, 33, 61, .1);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo-mark { width: 43px; height: 43px; position: relative; overflow: hidden; flex: 0 0 auto; border-radius: 10px; background: white; box-shadow: 0 7px 20px rgba(10, 24, 48, .14); }
.brand-logo-mark img { position: absolute; width: 93px; height: 93px; max-width: none; left: -25px; top: -11px; }
.brand-name { font-family: Inter, Aptos, "Segoe UI", sans-serif; font-weight: 800; letter-spacing: -.045em; font-size: 19px; }
.brand-name strong { color: var(--blue); }
nav { display: flex; gap: 34px; }
nav a { text-decoration: none; color: #42526a; font-weight: 600; font-size: 14px; }
nav a:hover { color: var(--blue); }

.button {
  border: 0;
  border-radius: 12px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #2466f2, #5c55ed);
  color: white;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(56, 119, 255, .25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(56, 119, 255, .34); }
.button:focus-visible, a:focus-visible, .industry-tab:focus-visible { outline: 3px solid rgba(79, 216, 255, .75); outline-offset: 3px; }
.button-small { padding: 10px 16px; border-radius: 10px; font-size: 13px; }
.button-full { width: 100%; }

.hero { min-height: 640px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; padding-block: 76px 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid #cfe0f2; background: rgba(255,255,255,.7); border-radius: 50px; color: #3b5472; font-size: 12px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #14b89a; position: relative; }
.pulse-dot::after { content: ""; position: absolute; inset: -4px; border-radius: inherit; border: 1px solid rgba(20,184,154,.4); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { transform: scale(1.45); opacity: 0; } }
h1, h2, h3 { font-family: Inter, Aptos, "Segoe UI", sans-serif; margin: 0; color: var(--ink); }
.hero h1 { font-size: clamp(48px, 5.25vw, 74px); line-height: 1.02; letter-spacing: -.062em; margin: 21px 0 23px; max-width: 680px; }
.hero h1 span { background: linear-gradient(90deg, var(--blue), var(--violet)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { color: #53657d; font-size: 18px; line-height: 1.72; max-width: 600px; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.text-link { text-decoration: none; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 9px; }
.play-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: white; color: var(--blue); font-size: 10px; box-shadow: 0 6px 20px rgba(35,63,99,.14); padding-left: 2px; }
.trust-row { display: flex; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); }
.trust-row div { padding-right: 26px; margin-right: 26px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; margin: 0; padding: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-family: Inter, Aptos, "Segoe UI", sans-serif; font-size: 17px; letter-spacing: -.03em; }
.trust-row span { color: #7a889b; font-size: 11px; margin-top: 4px; }

.automation-demo { background: var(--navy); border-radius: 28px; padding: 14px; box-shadow: 0 34px 80px rgba(7,17,31,.25); transform: perspective(1200px) rotateY(-2deg); position: relative; }
.automation-demo::before { content: ""; position: absolute; inset: -1px; border-radius: 29px; padding: 1px; background: linear-gradient(140deg, rgba(79,216,255,.5), transparent 38%, rgba(140,115,255,.42)); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.demo-topbar { color: white; display: flex; align-items: center; justify-content: space-between; padding: 4px 5px 15px; }
.demo-title { display: flex; align-items: center; gap: 10px; }
.mini-logo { display: grid; place-items: center; width: 32px; height: 32px; background: linear-gradient(135deg, var(--cyan), var(--violet)); border-radius: 9px; font-weight: 800; }
.demo-title div span, .demo-title div strong { display: block; }
.demo-title div strong { font-size: 13px; }
.demo-title div span { font-size: 10px; color: #91a5c0; margin-top: 2px; }
.live-pill { display: flex; align-items: center; gap: 6px; border-radius: 20px; background: rgba(85,230,202,.1); padding: 6px 9px; color: #86f5df; font-size: 10px; font-weight: 700; }
.live-pill span { width: 6px; height: 6px; border-radius: 50%; background: #55e6ca; box-shadow: 0 0 10px #55e6ca; }
.demo-board { background: #f7faff; border-radius: 18px; padding: 22px; }
.incoming-card { display: flex; align-items: center; padding: 15px; border: 1px solid #dfe8f3; border-radius: 14px; background: white; box-shadow: 0 8px 22px rgba(33,61,99,.07); }
.caller-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #ebf1ff; color: var(--blue); margin-right: 11px; }
.incoming-card div:nth-child(2) { flex: 1; }
.incoming-card span, .incoming-card strong { display: block; }
.incoming-card span { color: #8997aa; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.incoming-card strong { font-size: 13px; margin-top: 3px; }
.call-bars { display: flex; align-items: center; gap: 2px; }
.call-bars i { width: 2px; height: 10px; background: var(--blue); border-radius: 3px; animation: audio 1.1s infinite ease-in-out; }
.call-bars i:nth-child(2) { height: 18px; animation-delay: -.2s; }
.call-bars i:nth-child(3) { height: 13px; animation-delay: -.45s; }
.call-bars i:nth-child(4) { height: 21px; animation-delay: -.1s; }
.call-bars i:nth-child(5) { animation-delay: -.35s; }
@keyframes audio { 50% { transform: scaleY(.4); opacity: .5; } }
.automation-line { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin: 14px 0; }
.automation-line span { height: 1px; background: #d9e3ef; }
.automation-line b { color: #8190a5; font-size: 9px; font-weight: 700; }
.message-bubble { display: grid; grid-template-columns: 34px 1fr; gap: 11px; background: #0e2040; color: white; padding: 16px; border-radius: 14px 14px 14px 3px; min-height: 105px; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--navy); background: linear-gradient(135deg, var(--cyan), var(--aqua)); font-size: 10px; font-weight: 800; }
.message-bubble strong { font-size: 11px; }
.message-bubble p { color: #d9e7fa; font-size: 12px; line-height: 1.55; margin: 6px 0 0; transition: opacity .18s ease; }
.demo-progress { display: flex; justify-content: center; gap: 4px; margin: 13px 0; }
.demo-progress span { width: 15px; height: 3px; border-radius: 3px; background: #d8e1ed; }
.demo-progress .active { width: 30px; background: var(--blue); }
.result-strip { background: #eaf8f5; border: 1px solid #caebe4; display: grid; grid-template-columns: 1fr 1fr; border-radius: 12px; padding: 12px; gap: 12px; }
.result-strip > div { display: flex; align-items: center; gap: 8px; }
.result-strip > div > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: white; color: #16a085; font-size: 10px; font-weight: 800; }
.result-strip p, .result-strip small, .result-strip strong { margin: 0; display: block; }
.result-strip small { font-size: 8px; color: #6f8b87; }
.result-strip strong { font-size: 10px; margin-top: 2px; }
.demo-footer { display: flex; justify-content: center; gap: 20px; padding: 14px 4px 2px; color: #9eb0c8; font-size: 9px; }
.demo-footer span { display: flex; align-items: center; gap: 5px; }
.demo-footer i { width: 5px; height: 5px; border-radius: 50%; background: var(--aqua); }

.explorer { padding-block: 105px 110px; }
.centered { text-align: center; }
.section-heading { max-width: 690px; margin: 0 auto; }
.kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 13px; }
.section-heading h2, .services-heading h2, .closing-cta h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.1; letter-spacing: -.055em; }
.section-heading p, .services-heading p { color: var(--muted); font-size: 16px; line-height: 1.65; margin: 17px auto 0; }
.industry-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 39px auto 28px; max-width: 1020px; }
.industry-tab { display: flex; align-items: center; gap: 8px; border: 1px solid #dbe4ef; border-radius: 11px; padding: 10px 13px; background: rgba(255,255,255,.8); color: #5c6d83; cursor: pointer; font-weight: 700; font-size: 12px; transition: .2s ease; }
.industry-tab:hover { border-color: #9ab6f8; color: var(--blue); }
.industry-tab[aria-pressed="true"] { background: var(--navy); color: white; border-color: var(--navy); box-shadow: 0 10px 24px rgba(10,24,48,.18); }
.solution-panel { background: white; border: 1px solid #e0e8f0; border-radius: var(--radius); display: grid; grid-template-columns: .77fr 1.18fr 1fr; box-shadow: var(--shadow); overflow: hidden; min-height: 480px; }
.industry-summary, .workflow-column, .recommendation-card { padding: 32px; }
.industry-summary { background: linear-gradient(145deg, #f7faff, #edf4ff); border-right: 1px solid #dfe8f3; }
.industry-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: white; box-shadow: 0 8px 20px rgba(44,78,125,.12); font-size: 24px; margin-bottom: 27px; }
.industry-label { color: #8a98aa; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.industry-summary h3 { font-size: 25px; letter-spacing: -.04em; margin-top: 7px; }
.industry-summary > p { color: #65768b; font-size: 13px; line-height: 1.65; }
.impact-card { border-top: 1px solid #d4e0ee; margin-top: 25px; padding-top: 23px; }
.impact-card > span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.impact-card strong { display: block; font-family: Inter, Aptos, "Segoe UI", sans-serif; font-size: 35px; letter-spacing: -.05em; margin-top: 6px; }
.impact-card p { margin: 0; font-size: 12px; color: #4b5d73; }
.impact-card small { color: #93a0b0; font-size: 8px; display: block; margin-top: 8px; }
.workflow-column { border-right: 1px solid #e3eaf2; }
.panel-label { display: flex; justify-content: space-between; align-items: center; color: #718197; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 24px; }
.status-badge { color: #128c74; padding: 5px 7px; background: #eaf9f5; border-radius: 20px; font-size: 8px; }
.workflow { display: grid; gap: 0; }
.workflow-step { display: grid; grid-template-columns: 34px 1fr; gap: 13px; position: relative; padding-bottom: 25px; opacity: 0; transform: translateY(6px); animation: revealStep .35s forwards; }
.workflow-step:last-child { padding-bottom: 0; }
.workflow-step:not(:last-child)::after { content: ""; position: absolute; width: 1px; background: #d9e4f0; left: 17px; top: 38px; bottom: 3px; }
@keyframes revealStep { to { opacity: 1; transform: none; } }
.step-number { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #eef3ff; color: var(--blue); font-size: 11px; font-weight: 800; z-index: 1; }
.workflow-step:last-child .step-number { color: #128c74; background: #e7f8f4; }
.step-copy strong, .step-copy span { display: block; }
.step-copy strong { font-size: 13px; margin: 2px 0 4px; }
.step-copy span { color: #7b899b; font-size: 10px; line-height: 1.5; }
.recommendation-card { color: white; background: linear-gradient(145deg, #0b1a32, #12294b); position: relative; }
.recommendation-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -90px; bottom: -90px; background: radial-gradient(circle, rgba(79,216,255,.16), transparent 70%); }
.recommendation-top { display: flex; gap: 12px; align-items: center; }
.sparkle { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(79,216,255,.18), rgba(140,115,255,.25)); color: var(--cyan); }
.recommendation-top span, .recommendation-top strong { display: block; }
.recommendation-top div span { color: #849bb8; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.recommendation-top strong { color: white; font-size: 15px; margin-top: 3px; }
.recommendation-card > p { color: #b6c5d9; font-size: 12px; line-height: 1.6; margin: 22px 0; }
.solution-stack { display: grid; gap: 8px; }
.solution-item { display: flex; align-items: center; gap: 9px; color: #e8f2ff; font-size: 11px; font-weight: 600; }
.solution-item span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 6px; color: var(--cyan); background: rgba(79,216,255,.1); font-size: 9px; }
.outcome { display: flex; align-items: center; gap: 11px; margin: 23px 0; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; padding: 12px; background: rgba(255,255,255,.04); }
.outcome > span { color: var(--aqua); font-size: 18px; }
.outcome small, .outcome strong { display: block; }
.outcome small { color: #7f95b1; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.outcome strong { color: white; font-size: 10px; margin-top: 3px; }
.recommendation-card .button { position: relative; z-index: 1; font-size: 11px; padding: 12px; }

.services-section { padding-block: 95px 110px; }
.services-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 38px; }
.services-heading p { margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.service-card { min-height: 158px; background: white; border: 1px solid #e0e8f0; border-radius: 16px; padding: 19px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 14px 35px rgba(32,62,99,.1); border-color: #bcd0e8; }
.service-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #edf3ff; color: var(--blue); font-weight: 800; font-size: 11px; margin-bottom: 18px; }
.service-card h3 { font-size: 14px; letter-spacing: -.025em; }
.service-card p { color: #7a899c; font-size: 10px; line-height: 1.5; margin: 7px 0 0; }
.closing-cta { margin-top: 72px; background: linear-gradient(120deg, #071426, #102b51 70%, #173c6c); border-radius: 26px; color: white; padding: 49px 55px; display: flex; align-items: center; justify-content: space-between; gap: 50px; position: relative; overflow: hidden; }
.closing-cta::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; right: 80px; top: -260px; border: 70px solid rgba(79,216,255,.08); }
.closing-cta h2 { color: white; margin-top: 8px; font-size: clamp(31px, 3.5vw, 45px); }
.closing-cta p { color: #aebed2; margin: 10px 0 0; font-size: 13px; }
.cta-overline { color: var(--cyan); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.button-light { flex: 0 0 auto; background: white; color: var(--navy); box-shadow: none; position: relative; z-index: 1; }
.button-light:hover { box-shadow: 0 12px 30px rgba(0,0,0,.2); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-block: 30px 42px; border-top: 1px solid var(--line); color: #8190a3; font-size: 10px; }
.site-footer p { text-align: center; }
.site-footer > span { text-align: right; }
.site-footer .brand-name { font-size: 15px; }
.site-footer .brand-logo-mark { width: 34px; height: 34px; border-radius: 8px; }
.site-footer .brand-logo-mark img { width: 74px; height: 74px; left: -20px; top: -9px; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,10,20,.76); backdrop-filter: blur(8px); animation: fade .2s ease; }
.modal-card { position: relative; width: min(520px, 100%); max-height: calc(100vh - 44px); overflow: auto; background: white; border-radius: 24px; padding: 36px; box-shadow: 0 35px 90px rgba(0,0,0,.35); animation: modalIn .25s ease; }
.hubspot-consultation-form { width: 100%; min-height: 660px; border: 0; border-radius: 14px; background: #fff; }
@keyframes fade { from { opacity: 0; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.98); } }
.modal-close { position: absolute; right: 18px; top: 15px; border: 0; background: #eef3f8; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; font-size: 22px; color: #5b6b7f; }
.modal-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--blue), var(--violet)); margin-bottom: 21px; }
.modal h2 { font-size: 30px; letter-spacing: -.045em; }
.modal p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.modal label { color: #42546b; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.modal input, .modal select { width: 100%; border: 1px solid #d7e0eb; border-radius: 10px; padding: 12px; margin-top: 6px; color: var(--ink); background: white; font-size: 12px; outline: 0; }
.modal input:focus, .modal select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(56,119,255,.12); }
.modal form .button, .modal form > small { grid-column: 1 / -1; }
.modal form > small { color: #95a0af; text-align: center; font-size: 8px; line-height: 1.5; }
.success-view { text-align: center; padding: 28px 5px 5px; }
.success-view[hidden] { display: none; }
.success-check { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: #e4f8f3; color: #119579; font-size: 29px; margin: 0 auto 23px; }
.success-view p { margin-bottom: 23px; }
body.modal-open { overflow: hidden; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 65px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .automation-demo { width: min(650px, 100%); margin: auto; transform: none; }
  .solution-panel { grid-template-columns: 1fr 1.25fr; }
  .recommendation-card { grid-column: 1 / -1; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .section-shell, .site-header { width: min(100% - 30px, 1180px); }
  .site-header { height: 70px; }
  nav { display: none; }
  .site-header .button { display: none; }
  .hero { padding: 55px 0 70px; min-height: auto; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; line-height: 1.6; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .trust-row { justify-content: space-between; }
  .trust-row div { padding-right: 12px; margin-right: 12px; }
  .trust-row strong { font-size: 14px; }
  .automation-demo { padding: 10px; }
  .demo-board { padding: 14px; }
  .demo-footer { gap: 9px; }
  .result-strip { grid-template-columns: 1fr; }
  .explorer, .services-section { padding-block: 75px; }
  .industry-tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin-inline: -15px; padding: 0 15px 10px; scrollbar-width: none; }
  .industry-tab { white-space: nowrap; }
  .solution-panel { grid-template-columns: 1fr; }
  .industry-summary, .workflow-column, .recommendation-card { padding: 26px; }
  .industry-summary, .workflow-column { border-right: 0; border-bottom: 1px solid #e3eaf2; }
  .recommendation-card { grid-column: auto; }
  .services-heading { grid-template-columns: 1fr; gap: 18px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .closing-cta { padding: 36px 26px; flex-direction: column; align-items: flex-start; }
  .button-light { width: 100%; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; gap: 12px; }
  .site-footer p, .site-footer > span { text-align: center; margin: 0; }
  .modal-card { padding: 31px 22px 24px; }
  .modal form { grid-template-columns: 1fr; }
  .modal form .button, .modal form > small { grid-column: auto; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 38px; }
  .eyebrow { font-size: 9px; }
  .trust-row span { font-size: 9px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 135px; }
}

.packages-section,.real-demo,.industry-pages,.case-study-section{padding-block:95px}.packages-section,.case-study-section{background:#f5f8fc}.package-grid,.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}.package-card,.case-grid article{background:#fff;border:1px solid #dce5ef;border-radius:18px;padding:30px;box-shadow:0 14px 35px rgba(16,40,70,.07);position:relative}.package-card.featured{border:2px solid #2478f2;transform:translateY(-8px)}.popular{position:absolute;right:18px;top:18px;background:#dcecff;color:#0754bd;border-radius:20px;padding:6px 10px;font-size:10px;font-weight:800;text-transform:uppercase}.package-card>span,.case-grid article>span{color:#1670e8;font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.package-card h3{font-size:28px;margin:12px 0}.package-card h3 small{font-size:12px;color:#738195}.package-card ul{list-style:none;padding:0;margin:22px 0}.package-card li{padding:9px 0;border-bottom:1px solid #eef2f7}.package-card li:before{content:'✓';color:#16a06f;margin-right:9px;font-weight:900}.demo-lab{display:grid;grid-template-columns:330px 1fr;border:1px solid #dbe5f0;background:white;border-radius:22px;overflow:hidden;box-shadow:0 20px 50px rgba(12,36,69,.1);margin-top:42px}.demo-controls{padding:26px;background:#071d3e;color:white}.demo-controls label{font-size:12px;font-weight:700}.demo-controls select{display:block;width:100%;margin:8px 0 20px;padding:12px;border-radius:9px}.demo-action{display:flex;width:100%;gap:12px;align-items:center;background:transparent;color:white;border:1px solid rgba(255,255,255,.14);border-radius:10px;margin:9px 0;padding:12px;text-align:left;cursor:pointer}.demo-action.active{background:#146fe2;border-color:#4c9cff}.demo-action b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:rgba(255,255,255,.13)}.demo-action span{font-weight:700}.demo-action small{display:block;opacity:.7;margin-top:3px}.demo-stage{padding:38px;min-height:430px;background:linear-gradient(145deg,#f8fbff,#eef5fd)}.phone-sim,.crm-sim{max-width:610px;margin:auto;background:white;border:1px solid #d9e4ef;border-radius:18px;padding:28px;box-shadow:0 16px 38px rgba(10,43,82,.1)}.sim-label{font-size:11px;color:#1670e8;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.speech{padding:18px;background:#edf6ff;border-radius:14px;margin:18px 0;line-height:1.6}.question-list{display:grid;gap:10px}.question-list div{padding:13px;border-left:3px solid #2781ef;background:#f5f8fc}.time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.time-grid button{padding:14px 8px;border:1px solid #bcd1e8;background:white;border-radius:9px;cursor:pointer}.time-grid button.selected{color:white;background:#116edc}.crm-row{display:grid;grid-template-columns:1.1fr 1fr 1fr .8fr;gap:8px;border-bottom:1px solid #e7edf4;padding:12px 4px;font-size:13px}.crm-row.head{font-weight:800;color:#607188}.followup{margin-top:20px;background:#e9fff5;border:1px solid #a8e9cf;border-radius:12px;padding:15px;color:#176748}.industry-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:35px}.industry-link-grid a{display:block;background:#fff;border:1px solid #dae5ef;border-radius:14px;padding:22px;text-decoration:none;color:#102b4e;transition:.2s}.industry-link-grid a:hover{transform:translateY(-3px);border-color:#2781ef}.industry-link-grid b{display:block;font-size:18px;margin:10px 0}.industry-link-grid span{font-size:27px}.case-grid article h3{font-size:20px;margin:12px 0}.case-grid article p{font-size:14px;line-height:1.55}.illustrative-note{text-align:center;color:#6d7d90;font-size:12px;margin-top:24px}.chat-launch{position:fixed;right:20px;bottom:20px;z-index:30;border:0;border-radius:30px;background:#0d6fe5;color:#fff;padding:14px 18px;font-weight:800;box-shadow:0 12px 30px rgba(10,70,150,.3);cursor:pointer}.ai-chat{position:fixed;right:20px;bottom:78px;z-index:40;width:min(370px,calc(100vw - 30px));background:#fff;border-radius:18px;box-shadow:0 22px 70px rgba(3,20,43,.28);overflow:hidden;border:1px solid #d7e2ed}.ai-chat header{background:#071d3e;color:#fff;padding:16px;display:flex;justify-content:space-between}.ai-chat header small{display:block;margin-top:3px;opacity:.75}.ai-chat header i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2ade92}.ai-chat header button{border:0;background:transparent;color:#fff;font-size:25px;cursor:pointer}.chat-messages{height:270px;overflow:auto;padding:16px;background:#f6f9fc}.chat-message{max-width:86%;margin:8px 0;padding:11px 13px;border-radius:13px;font-size:14px;line-height:1.45}.chat-message.bot{background:white;border:1px solid #e0e8f0}.chat-message.user{background:#126fde;color:white;margin-left:auto}.chat-choices{display:flex;gap:6px;flex-wrap:wrap;padding:10px 14px;border-top:1px solid #e4ebf2}.chat-choices button{border:1px solid #9fc4ed;background:#eff7ff;border-radius:16px;color:#0758b8;padding:7px 10px;cursor:pointer;font-size:12px}.ai-chat form{display:flex;padding:10px;border-top:1px solid #e4ebf2}.ai-chat input{flex:1;border:0;padding:10px;outline:0}.ai-chat form button{border:0;background:#1472e6;color:white;border-radius:8px;width:40px}.chat-disclaimer{display:block;padding:0 14px 10px;color:#788799}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

@media(max-width:900px){.package-grid,.case-grid{grid-template-columns:1fr}.package-card.featured{transform:none}.demo-lab{grid-template-columns:1fr}.industry-link-grid{grid-template-columns:repeat(2,1fr)}.demo-stage{min-height:360px}.site-header nav a:nth-child(2),.site-header nav a:nth-child(3){display:none}}
@media(max-width:560px){.industry-link-grid{grid-template-columns:1fr}.demo-stage{padding:20px}.time-grid{grid-template-columns:1fr 1fr}.crm-row{grid-template-columns:1fr 1fr}.chat-launch{right:12px;bottom:12px}.ai-chat{right:15px;bottom:70px}}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
