:root {
  --green-950: #072d24;
  --green-900: #0b3b2e;
  --green-700: #116149;
  --green-600: #147d5b;
  --green-100: #dff3ea;
  --cream: #f5f4ef;
  --ink: #17211d;
  --muted: #64706a;
  --line: #dce2de;
  --surface: #ffffff;
  --container: 1180px;
  --radius: 14px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 82px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { stroke-width: 1.8; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(220, 226, 222, .85);
  background: rgba(255, 255, 255, .96);
}

.header-inner {
  width: min(calc(100% - 48px), var(--container));
  height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 700; letter-spacing: -.5px; color: var(--green-950); }
.brand b { color: var(--green-600); }
.brand-symbol { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--green-700); }
.brand-symbol svg { width: 19px; height: 19px; }

.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { position: relative; padding: 28px 0 25px; color: #46514c; font-size: 14px; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--green-600); transition: right .2s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--green-900); }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: 18px; }
.text-link { font-size: 14px; font-weight: 650; }
.menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--green-900); cursor: pointer; place-items: center; }

.button, .button-secondary {
  min-height: 50px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 700;
  transition: background-color .18s ease, border-color .18s ease;
}

.button { background: var(--green-700); color: #fff; }
.button:hover { background: var(--green-900); }
.button svg, .inline-link svg { width: 18px; height: 18px; }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 14px; }
.button-secondary { border-color: #bfc9c3; color: var(--green-900); background: #fff; }
.button-secondary:hover { border-color: var(--green-700); background: #f7faf8; }

.hero-section { padding: 80px 0 84px; background: #fbfcfa; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 18px; color: var(--green-600); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; color: var(--green-950); font-size: clamp(44px, 5vw, 66px); line-height: 1.02; letter-spacing: -.055em; font-weight: 700; }
h2 { margin-bottom: 20px; color: var(--green-950); font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; font-weight: 680; }
h3 { margin-bottom: 10px; color: var(--green-950); font-size: 20px; letter-spacing: -.02em; }
p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-lead { max-width: 590px; margin-bottom: 30px; font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 18px; color: #58635e; font-size: 13px; }
.hero-note span { display: inline-flex; align-items: center; gap: 6px; }
.hero-note svg { width: 15px; height: 15px; color: var(--green-600); stroke-width: 2.5; }

.product-window { min-width: 650px; border: 1px solid #ccd5d0; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 22px 60px rgba(16, 45, 34, .13); }
.window-bar { height: 64px; padding: 0 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.window-brand { display: flex; align-items: center; gap: 9px; color: #34413b; font-size: 13px; font-weight: 700; }
.window-brand > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; background: var(--green-700); color: #fff; }
.operator, .team-person { display: flex; align-items: center; gap: 9px; }
.operator > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-900); font-size: 10px; font-weight: 800; }
.operator strong, .operator small, .team-person strong, .team-person small { display: block; }
.operator strong { font-size: 11px; }
.operator small { margin-top: 2px; color: var(--green-600); font-size: 9px; }
.window-body { min-height: 430px; display: grid; grid-template-columns: 54px 225px 1fr; }
.product-sidebar { padding-top: 22px; display: flex; flex-direction: column; align-items: center; gap: 27px; border-right: 1px solid var(--line); background: var(--green-950); color: #9ab8ac; }
.product-sidebar svg { width: 18px; height: 18px; }
.product-sidebar svg:first-child { color: #fff; }
.ticket-list { border-right: 1px solid var(--line); background: #fafbfa; }
.list-heading { padding: 20px 16px 14px; display: flex; justify-content: space-between; align-items: center; }
.list-heading strong { font-size: 14px; }
.list-heading span { color: #8a958f; font-size: 9px; }
.ticket { min-width: 0; padding: 13px 12px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 9px; align-items: center; border-top: 1px solid #e8ece9; }
.ticket.active { background: #eef7f2; box-shadow: inset 3px 0 var(--green-600); }
.avatar { width: 33px; height: 33px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; font-size: 9px; font-weight: 800; }
.avatar.green { color: #0e6046; background: #d9f1e7; }
.avatar.blue { color: #315a83; background: #e1ebf5; }
.avatar.amber { color: #7e5a18; background: #f6e9c9; }
.ticket strong, .ticket small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ticket strong { font-size: 10px; }
.ticket small { margin-top: 4px; color: #7c8781; font-size: 8px; }
.ticket time { align-self: start; color: #8c9691; font-size: 8px; }
.conversation { min-width: 0; padding: 0 18px 18px; display: flex; flex-direction: column; background: #fff; }
.conversation-head { min-height: 67px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.conversation-head strong, .conversation-head small { display: block; }
.conversation-head strong { font-size: 12px; }
.conversation-head small { margin-top: 3px; color: #849089; font-size: 9px; }
.status-dot { color: var(--green-600); font-size: 9px; font-weight: 700; }
.status-dot::before { content: ""; width: 6px; height: 6px; margin-right: 5px; display: inline-block; border-radius: 50%; background: #24a56e; }
.messages { flex: 1; padding: 24px 0 12px; display: flex; flex-direction: column; gap: 15px; }
.message { max-width: 78%; padding: 11px 12px; border-radius: 10px; color: #4b5751; background: #f0f2f0; font-size: 9px; line-height: 1.5; }
.message time { display: block; margin-top: 4px; color: #89938e; text-align: right; font-size: 7px; }
.message.sent { align-self: flex-end; color: #214d3e; background: #dff3ea; }
.message.system { max-width: 100%; align-self: center; padding: 7px 9px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid #d5e9df; background: #f8fbf9; color: #638071; font-size: 8px; }
.message.system svg { width: 11px; height: 11px; }
.composer { min-height: 40px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 9px; color: #9aa39e; font-size: 9px; }
.composer svg { width: 15px; height: 15px; color: var(--green-600); }

.proof-strip { border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { min-height: 116px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-grid > div { padding: 0 36px; border-left: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--green-900); font-size: 15px; }
.proof-grid span { margin-top: 5px; color: var(--muted); font-size: 13px; }

.section { padding: 112px 0; }
.section-intro { margin-bottom: 54px; }
.two-column-intro, .dashboard-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.two-column-intro h2, .dashboard-intro h2 { margin-bottom: 0; }
.two-column-intro > p, .dashboard-intro > p { margin-bottom: 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-item { padding: 34px 36px 38px 0; }
.feature-item + .feature-item { padding-left: 36px; border-left: 1px solid var(--line); }
.feature-icon { width: 42px; height: 42px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 10px; background: var(--green-100); color: var(--green-700); }
.feature-icon svg { width: 21px; height: 21px; }
.feature-item p { margin-bottom: 0; font-size: 15px; }

.soft-section { background: var(--cream); }
.resource-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.resource-copy > p:not(.eyebrow) { max-width: 530px; }
.check-list { margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 15px 0; display: flex; gap: 12px; align-items: flex-start; border-top: 1px solid #d5dad6; color: #58645e; font-size: 15px; line-height: 1.5; }
.check-list li:last-child { border-bottom: 1px solid #d5dad6; }
.check-list svg { width: 19px; height: 19px; margin-top: 2px; flex: 0 0 auto; color: var(--green-600); stroke-width: 2.4; }
.check-list strong { color: var(--ink); }
.resource-panel { border: 1px solid #d1d9d4; border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 18px 45px rgba(25, 45, 36, .08); }
.panel-header { min-height: 68px; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.panel-header > div { display: flex; align-items: center; gap: 9px; }
.panel-header > span { color: var(--muted); font-size: 12px; }
.online-dot { width: 8px; height: 8px; border-radius: 50%; background: #25a66f; }
.team-row { min-height: 78px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.team-person strong { font-size: 14px; }
.team-person small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.team-row > span { color: var(--green-700); font-size: 12px; font-weight: 650; }
.queue-summary { padding: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; background: #f8faf8; }
.queue-summary div { padding: 14px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.queue-summary span, .queue-summary strong { display: block; }
.queue-summary span { color: var(--muted); font-size: 10px; }
.queue-summary strong { margin-top: 6px; color: var(--green-900); font-size: 24px; }

.integration-section { background: var(--green-950); }
.integration-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 110px; align-items: center; }
.eyebrow.light { color: #85cbb3; }
.integration-section h2 { max-width: 600px; color: #fff; }
.integration-section > .container > div > p:not(.eyebrow) { max-width: 560px; color: #a9bdb5; }
.inline-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 700; border-bottom: 1px solid #6b8d80; padding-bottom: 4px; }
.integration-list { border-top: 1px solid #315649; }
.integration-list > div { min-height: 98px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid #315649; }
.integration-list > div > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #3d6758; border-radius: 9px; color: #83cbb2; }
.integration-list svg { width: 20px; height: 20px; }
.integration-list p { margin: 0; }
.integration-list strong, .integration-list small { display: block; }
.integration-list strong { color: #fff; font-size: 15px; }
.integration-list small { margin-top: 5px; color: #94aaa1; font-size: 12px; }

.dashboard-section { background: #fff; }
.real-dashboard { padding: 26px; border: 1px solid #d3dbd7; border-radius: var(--radius); background: #f6f8f6; }
.real-dashboard-header { min-height: 56px; display: flex; justify-content: space-between; align-items: flex-start; }
.real-dashboard-header > div:first-child { display: flex; align-items: center; gap: 12px; }
.real-dashboard-header h3 { margin: 0; font-size: 17px; }
.dashboard-date { padding: 5px 9px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--muted); font-size: 11px; }
.live-status { display: flex; align-items: center; gap: 7px; color: var(--green-600); font-size: 11px; }
.live-status > span { width: 7px; height: 7px; border-radius: 50%; background: #22a56c; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric-card { min-height: 112px; padding: 17px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.metric-title { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.metric-title svg { width: 16px; height: 16px; color: #84928b; }
.metric-card > strong { display: block; margin-top: 21px; color: var(--green-950); font-size: 27px; letter-spacing: -.03em; }
.dashboard-bottom { margin-top: 12px; display: grid; grid-template-columns: 1.55fr .45fr; gap: 12px; }
.volume-card, .service-card { min-height: 245px; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.chart-title { display: flex; justify-content: space-between; align-items: start; }
.chart-title span, .chart-title strong { display: block; }
.chart-title > div > strong { font-size: 13px; }
.chart-title > div > span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.chart-title > strong { color: var(--green-600); font-size: 12px; }
.bar-chart { height: 128px; margin: 22px 5px 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 16px; align-items: end; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to top, transparent 0, transparent 41px, #edf0ee 42px); }
.bar-chart span { height: var(--bar); border-radius: 5px 5px 0 0; background: #8ac9b2; }
.bar-chart span:nth-child(6) { background: var(--green-600); }
.chart-labels { padding: 8px 5px 0; display: grid; grid-template-columns: repeat(7, 1fr); gap: 16px; color: #88938e; text-align: center; font-size: 9px; }
.service-card > span { color: var(--muted); font-size: 11px; }
.service-card > strong { margin-top: 14px; display: block; color: var(--green-950); font-size: 28px; letter-spacing: -.03em; }
.service-card > p { margin: 8px 0 30px; display: flex; align-items: center; gap: 5px; color: var(--green-600); font-size: 10px; }
.service-card > p svg { width: 13px; height: 13px; }
.service-card > div { padding-top: 16px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); }
.service-card > div span { color: var(--muted); font-size: 11px; }
.service-card > div strong { font-size: 18px; }

.applications-section { background: var(--cream); }
.applications-intro { max-width: 680px; }
.application-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #d2d8d4; }
.application-item { min-height: 190px; padding: 34px 42px 34px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-bottom: 1px solid #d2d8d4; }
.application-item:nth-child(even) { padding-left: 42px; border-left: 1px solid #d2d8d4; }
.application-item > span { color: var(--green-600); font-size: 13px; font-weight: 800; }
.application-item p { margin-bottom: 0; font-size: 15px; }

.contact-section { background: var(--green-700); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { color: #c3d9d0; }
.contact-detail { margin-top: 38px; display: flex; align-items: center; gap: 13px; color: #fff; }
.contact-detail > svg { width: 24px; height: 24px; }
.contact-detail span, .contact-detail small, .contact-detail strong { display: block; }
.contact-detail small { color: #a9cabe; }
.contact-detail strong { margin-top: 2px; }
.contact-form { padding: 32px; display: grid; gap: 18px; border-radius: var(--radius); background: #fff; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: #394740; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #cfd7d2; border-radius: 8px; outline: none; color: var(--ink); background: #fff; font-size: 15px; }
.contact-form input { height: 45px; }
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(20, 125, 91, .12); }
.contact-form .button { width: 100%; border: 0; cursor: pointer; }
.contact-form > small { color: #7a8580; text-align: center; line-height: 1.4; }

.site-footer { padding: 30px 0; background: var(--green-950); border-top: 1px solid #2a5043; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { color: #fff; }
.footer-brand b { color: #8ad0b8; }
.footer-brand .brand-symbol { border: 1px solid #3b6657; background: transparent; }
.site-footer p, .site-footer > .container > span { margin: 0; color: #8fa89f; font-size: 12px; }

@media (max-width: 1120px) {
  .site-nav { gap: 18px; }
  .header-actions .text-link { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-window { min-width: 0; width: 100%; }
  .resource-layout, .integration-grid, .contact-grid { gap: 60px; }
}

@media (max-width: 900px) {
  .header-inner { height: 68px; }
  .menu-toggle { display: grid; }
  .site-nav { position: fixed; inset: 68px 0 auto 0; padding: 18px 24px 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 15px 30px rgba(12, 39, 29, .08); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .site-nav a::after { display: none; }
  .header-actions { margin-left: 0; }
  .header-actions .button { display: none; }
  .hero-section { padding-top: 62px; }
  .window-body { grid-template-columns: 48px 205px 1fr; }
  .section { padding: 86px 0; }
  .two-column-intro, .dashboard-intro, .resource-layout, .integration-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-item, .feature-item + .feature-item { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .feature-item:last-child { border-bottom: 0; }
  .resource-copy { max-width: 680px; }
  .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }
  .dashboard-bottom { grid-template-columns: 1fr; }
  .service-card { min-height: 190px; }
}

@media (max-width: 680px) {
  .container, .header-inner { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: 43px; }
  h2 { font-size: 34px; }
  p { font-size: 16px; }
  .hero-section { padding: 50px 0 60px; }
  .hero-note { display: grid; gap: 9px; }
  .product-window { overflow: visible; border-radius: 12px; }
  .window-body { min-height: 390px; grid-template-columns: 46px 1fr; }
  .ticket-list { display: none; }
  .conversation { padding-inline: 14px; }
  .proof-grid { grid-template-columns: 1fr; padding: 16px 0; }
  .proof-grid > div, .proof-grid > div:last-child { padding: 17px 0; border: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .section-intro { margin-bottom: 38px; }
  .queue-summary { grid-template-columns: 1fr; }
  .dashboard-metrics { grid-template-columns: 1fr 1fr; }
  .metric-card { min-height: 102px; }
  .bar-chart, .chart-labels { gap: 8px; }
  .application-grid { grid-template-columns: 1fr; }
  .application-item, .application-item:nth-child(even) { min-height: 0; padding: 28px 0; border-left: 0; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 23px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 430px) {
  h1 { font-size: 38px; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; }
  .window-bar { padding-inline: 12px; }
  .operator div { display: none; }
  .dashboard-metrics { grid-template-columns: 1fr; }
}

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