@font-face {
  font-family: "ChunkFive";
  src: url("fonts/ChunkFive-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #0f2530;
  --muted: #60727a;
  --cream: #f7f5ef;
  --paper: #fffefa;
  --lime: #dfff55;
  --lime-deep: #c9ef27;
  --line: rgba(15, 37, 48, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #8aa500; outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; border-radius: 7px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(1220px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-word {
  font-family: "ChunkFive", Rockwell, Georgia, serif;
  font-size: 31px;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -1px;
}
.brand-descriptor {
  max-width: 84px;
  padding-left: 11px;
  border-left: 1px solid var(--line);
  color: #718900;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .8px;
  text-transform: uppercase;
}
nav { display: flex; gap: 35px; color: #53666e; font-size: 14px; font-weight: 600; }
nav a, .text-link { transition: color .2s ease; }
nav a:hover, .text-link:hover { color: #849f00; }
.header-cta {
  display: inline-flex; align-items: center; gap: 16px; padding: 11px 17px;
  border: 1px solid #203943; border-radius: 999px; font-size: 13px; font-weight: 700;
  transition: background .2s, color .2s, transform .2s;
}
.header-cta:hover { background: var(--ink); color: white; transform: translateY(-1px); }

.hero {
  width: min(1220px, calc(100% - 48px)); margin: 0 auto; min-height: calc(100vh - 92px);
  display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px;
  padding: 72px 0 90px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 2.1px; font-size: 11px; font-weight: 800; margin-bottom: 26px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime-deep); box-shadow: 0 0 0 5px rgba(201,239,39,.2); }
h1 { margin: 0; max-width: 680px; font-size: clamp(54px, 5.3vw, 78px); line-height: .99; letter-spacing: -4.7px; font-weight: 700; }
h1 em { color: #819c00; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-lead { max-width: 570px; margin: 31px 0 0; color: var(--muted); font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; padding: 17px 22px; border-radius: 8px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 10px 25px rgba(15,37,48,.12); }
.button-primary span { color: var(--lime); }
.button-primary:hover { background: #173642; transform: translateY(-2px); box-shadow: 0 15px 32px rgba(15,37,48,.18); }
.text-link { font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.availability { display: flex; align-items: center; gap: 15px; margin-top: 48px; }
.availability p { margin: 0; font-size: 11px; line-height: 1.55; color: #6c7d84; }
.availability strong { color: var(--ink); font-size: 12px; }
.avatar-stack { display: flex; padding-left: 7px; }
.avatar-stack span { width: 31px; height: 31px; margin-left: -7px; border: 2px solid var(--cream); border-radius: 50%; display: grid; place-items: center; color: white; background: #23b45e; font-size: 9px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #d74c87; }
.avatar-stack span:nth-child(3) { background: var(--ink); color: var(--lime); }

.hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before {
  content: ""; position: absolute; inset: 0; z-index: -2; border-radius: 52% 48% 43% 57% / 45% 40% 60% 55%;
  background: var(--lime); transform: rotate(-3deg); box-shadow: inset 0 0 0 1px rgba(15,37,48,.05);
}
.hero-visual::after { content: ""; position: absolute; inset: 48px 25px 42px 34px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.46), rgba(255,255,255,0) 67%); }
.orbit { position: absolute; border: 1px solid rgba(15,37,48,.13); border-radius: 50%; z-index: -1; }
.orbit::after { content: ""; width: 8px; height: 8px; position: absolute; background: var(--ink); border-radius: 50%; }
.orbit-one { width: 92%; height: 52%; transform: rotate(24deg); }
.orbit-one::after { left: 5%; top: 53%; }
.orbit-two { width: 75%; height: 89%; transform: rotate(-38deg); }
.orbit-two::after { right: 6%; bottom: 32%; background: white; }
.chat-card { width: min(390px, 76%); background: var(--paper); border: 1px solid rgba(15,37,48,.14); border-radius: 19px; box-shadow: 0 26px 60px rgba(15,37,48,.18); transform: rotate(-2deg); overflow: hidden; }
.chat-head { display: flex; align-items: center; gap: 11px; padding: 15px 16px; border-bottom: 1px solid var(--line); }
.chat-avatar { width: 34px; height: 34px; border-radius: 50% 50% 50% 11px; background: var(--ink); color: var(--lime); display: grid; place-items: center; font-size: 12px; font-weight: 800; }
.chat-head div:nth-child(2) { display: flex; flex-direction: column; gap: 2px; }
.chat-head strong { font-size: 12px; }
.chat-head span { color: #7c8d93; font-size: 9px; }
.chat-head .more { margin-left: auto; letter-spacing: 2px; color: var(--ink); }
.chat-body { padding: 19px 18px 17px; display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.message { max-width: 86%; padding: 11px 13px; border-radius: 13px; font-size: 11px; line-height: 1.5; }
.customer { align-self: flex-end; background: #e9e8e1; border-bottom-right-radius: 4px; }
.agent { background: #e6ff81; border-bottom-left-radius: 4px; }
.typing { display: flex; gap: 3px; padding: 7px 9px; background: #efffb2; border-radius: 10px; }
.typing span { width: 4px; height: 4px; border-radius: 50%; background: #778621; animation: blink 1.2s infinite; }
.typing span:nth-child(2) { animation-delay: .18s; }.typing span:nth-child(3) { animation-delay: .36s; }
@keyframes blink { 0%, 70%, 100% { opacity: .25; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-2px); } }
.lead-tag { align-self: center; margin-top: 3px; padding: 6px 9px; border: 1px solid rgba(56,87,0,.23); border-radius: 999px; color: #506300; background: #f6ffd9; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.chat-input { display: flex; align-items: center; justify-content: space-between; margin: 0 14px 14px; padding: 8px 8px 8px 13px; border: 1px solid var(--line); border-radius: 10px; color: #99a4a7; font-size: 9px; }
.chat-input button { width: 28px; height: 28px; border: 0; border-radius: 8px; background: var(--ink); color: var(--lime); cursor: pointer; }
.status-pill, .speed-card { position: absolute; background: white; box-shadow: 0 15px 34px rgba(15,37,48,.14); border: 1px solid rgba(15,37,48,.08); z-index: 3; }
.status-pill { top: 69px; right: -10px; border-radius: 999px; padding: 10px 13px; font-size: 10px; font-weight: 800; transform: rotate(3deg); }
.status-pill i, .speed-card i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #42cc70; }
.speed-card { left: -22px; bottom: 76px; min-width: 162px; padding: 14px 16px; border-radius: 13px; transform: rotate(2deg); }
.speed-card span, .speed-card small { display: block; color: #74858b; font-size: 9px; }
.speed-card strong { display: block; margin: 4px 0; font-size: 27px; letter-spacing: -1.5px; }
.speed-card small { color: #557200; font-weight: 700; }
.speed-card i { width: 6px; height: 6px; }

.promise-band {
  min-height: 96px; padding: 22px max(24px, calc((100vw - 1220px) / 2));
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  background: var(--ink); color: white; overflow: hidden;
}
.promise-band p { margin: 0; white-space: nowrap; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 16px; }
.promise-band i { flex: 0 0 4px; width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.promise-band > span { color: var(--lime); font-size: 18px; }

.why-section, .capabilities-section {
  width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 140px 0;
}
.why-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.section-kicker { margin-bottom: 22px; color: #718900; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; }
.section-kicker::before { content: ""; display: inline-block; width: 25px; height: 1px; margin-right: 11px; vertical-align: middle; background: currentColor; }
.section-kicker.light { color: var(--lime); }
.section-intro h2, .evidence-top h2, .channels-copy h2, .closing-content h2 { margin: 0; font-size: clamp(39px, 4.2vw, 62px); line-height: 1.04; letter-spacing: -3px; }
.section-intro h2 em, .evidence-top h2 em, .channels-copy h2 em, .closing-content h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.why-copy { border-left: 1px solid var(--line); padding-left: 44px; }
.why-copy > p:first-child { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.pull-quote { margin: 31px 0 0; padding-top: 27px; border-top: 1px solid var(--line); font-family: Georgia, 'Times New Roman', serif; font-size: 21px; line-height: 1.45; font-style: italic; }

.evidence-section { padding: 130px max(24px, calc((100vw - 1120px) / 2)); background: var(--ink); color: white; }
.evidence-top { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 72px; }
.evidence-top h2 em { color: var(--lime); }
.evidence-top > p { margin: 0; color: #a9b8bd; font-size: 15px; line-height: 1.7; }
.evidence-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; }
.stat-feature, .response-curve { min-height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.stat-feature { padding: 38px; background: var(--lime); color: var(--ink); display: flex; flex-direction: column; }
.stat-number { font-size: 108px; font-weight: 800; line-height: .8; letter-spacing: -9px; }
.stat-feature h3 { margin: 22px 0 13px; max-width: 310px; font-size: 25px; line-height: 1.05; letter-spacing: -1px; }
.stat-feature p { margin: 0; font-size: 13px; line-height: 1.65; }
.stat-feature a { margin-top: auto; padding-top: 30px; border-top: 1px solid rgba(15,37,48,.2); display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; }
.response-curve { position: relative; overflow: hidden; padding: 38px 34px 28px; background: #132e3a; }
.curve-labels { display: flex; justify-content: space-between; color: #91a5ac; font-size: 9px; text-transform: uppercase; letter-spacing: 1.4px; }
.curve { position: relative; height: 285px; margin: 31px 5px 0; border-left: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.curve::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 25% 25%; }
.curve-fill { position: absolute; inset: 10px 0 0 0; overflow: hidden; }
.curve-fill::before { content: ""; position: absolute; left: -2%; top: 1%; width: 111%; height: 94%; border-top: 3px solid var(--lime); border-radius: 70% 10% 0 0; transform: skewY(-18deg) rotate(-6deg); box-shadow: 0 -14px 30px rgba(223,255,85,.09); }
.curve-fill::after { content: ""; position: absolute; left: 0; top: 20%; right: 0; bottom: 0; background: linear-gradient(rgba(223,255,85,.11), transparent); clip-path: polygon(0 0, 100% 82%, 100% 100%, 0 100%); }
.curve-point { position: absolute; font-size: 9px; color: #91a5ac; }
.curve-point i { display: block; width: 12px; height: 12px; margin-bottom: 9px; border: 3px solid var(--ink); border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 1px var(--lime); }
.curve-point strong { color: white; font-size: 10px; }
.point-fast { left: 5%; top: 22px; }
.point-hour { left: 48%; top: 133px; }
.point-day { right: 3%; bottom: 15px; }
.response-curve > small { display: block; margin-top: 18px; color: #7f959c; font-size: 8px; line-height: 1.5; }

.capabilities-section { padding-bottom: 150px; }
.section-intro.compact { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; margin-bottom: 72px; }
.section-intro.compact .section-kicker { padding-top: 13px; }
.section-intro.compact h2 em { color: #819c00; }
.capabilities-list { border-top: 1px solid var(--line); }
.capability { display: grid; grid-template-columns: 48px 65px 1fr 1.15fr; gap: 30px; align-items: center; min-height: 128px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.capability:hover { padding: 0 17px; background: rgba(255,255,255,.45); }
.capability > span { color: #819096; font-size: 10px; font-weight: 800; }
.capability-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #758e00; font-family: Georgia, serif; }
.capability h3 { margin: 0; font-size: 28px; letter-spacing: -1.1px; }
.capability p { margin: 0; max-width: 390px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.channels-section { padding: 130px max(24px, calc((100vw - 1120px) / 2)); background: #8da716; color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.channels-copy h2 em { color: var(--lime); }
.channels-copy > p { max-width: 470px; margin: 30px 0 0; color: #e8efc8; font-size: 15px; line-height: 1.7; }
.continuous-line { display: flex; align-items: center; gap: 17px; margin-top: 48px; color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; }
.continuous-line i { width: 140px; height: 1px; position: relative; background: rgba(255,255,255,.52); }
.continuous-line i::after { content: "›"; position: absolute; right: -2px; top: -9px; }
.channel-list { display: flex; flex-direction: column; gap: 10px; }
.channel-card { display: grid; grid-template-columns: 51px 1fr 30px; gap: 19px; align-items: center; min-height: 108px; padding: 18px 21px; background: #f8f8f1; color: var(--ink); border-radius: 14px; box-shadow: 0 10px 30px rgba(47,68,0,.1); transition: transform .2s; }
.channel-card:nth-child(2) { margin-left: 30px; margin-right: -30px; }
.channel-card:hover { transform: translateX(-5px); }
.channel-badge { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; background: #23b45e; font-size: 11px; font-weight: 900; }
.channel-1 { background: linear-gradient(135deg, #6453dc, #dd367c, #f1a635); }
.channel-2 { background: var(--ink); color: var(--lime); }
.channel-card h3 { margin: 0 0 5px; font-size: 16px; }
.channel-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.channel-arrow { color: #7b929b; font-size: 18px; }

.closing-section { width: min(1220px, calc(100% - 48px)); min-height: 610px; margin: 110px auto; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--lime); border-radius: 26px; isolation: isolate; }
.closing-content { max-width: 740px; padding: 70px 24px; position: relative; z-index: 2; text-align: center; }
.closing-content h2 { font-size: clamp(54px, 6.3vw, 84px); letter-spacing: -5px; }
.closing-content h2 em { color: #718900; }
.closing-content > p { max-width: 550px; margin: 27px auto 31px; color: #4b5f66; font-size: 16px; line-height: 1.6; }
.button-large { padding: 18px 25px; }
.closing-content small { display: block; margin-top: 17px; color: #5c6d55; font-size: 9px; }
.closing-orbit { position: absolute; border: 1px solid rgba(15,37,48,.13); border-radius: 50%; z-index: 0; }
.orbit-a { width: 950px; height: 330px; transform: rotate(17deg); }
.orbit-b { width: 650px; height: 690px; transform: rotate(-50deg); }
.closing-dot { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--ink); }
.dot-a { left: 15%; top: 25%; }.dot-b { right: 12%; bottom: 22%; background: white; }

footer { width: min(1220px, calc(100% - 48px)); min-height: 110px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
footer p { color: var(--muted); font-size: 11px; }
footer > a:last-child { font-size: 11px; font-weight: 800; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .availability { justify-content: center; }
  .hero-lead, h1 { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 530px; max-width: 610px; width: 100%; margin: 0 auto; }
  .why-section, .evidence-top, .evidence-grid, .section-intro.compact, .channels-section { grid-template-columns: 1fr; }
  .why-section, .evidence-top, .section-intro.compact, .channels-section { gap: 48px; }
  .why-copy { border-left: 0; border-top: 1px solid var(--line); padding: 35px 0 0; }
  .capability { grid-template-columns: 38px 55px .8fr 1.2fr; }
  .channels-copy { max-width: 650px; }
  .channel-list { max-width: 660px; width: 100%; }
}
@media (max-width: 560px) {
  .site-header, .hero { width: min(100% - 30px, 1220px); }
  .site-header { height: 74px; }
  .brand-word { font-size: 27px; }
  .brand-descriptor { max-width: 70px; padding-left: 8px; font-size: 7px; }
  .header-cta { padding: 10px 12px; font-size: 11px; gap: 7px; }
  .header-cta span { display: none; }
  .hero { min-height: auto; gap: 42px; padding: 50px 0 72px; }
  h1 { font-size: 49px; letter-spacing: -3.2px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 19px; }
  .button { width: 100%; }
  .availability { margin-top: 39px; text-align: left; }
  .hero-visual { min-height: 440px; }
  .chat-card { width: 82%; }
  .speed-card { left: -4px; bottom: 42px; }
  .status-pill { top: 35px; right: -2px; }
  .promise-band { justify-content: flex-start; min-height: 75px; overflow-x: hidden; }
  .promise-band p { font-size: 14px; }
  .promise-band p:nth-of-type(n+3), .promise-band i:nth-of-type(n+3), .promise-band > span:last-child { display: none; }
  .why-section, .capabilities-section { width: min(100% - 30px, 1120px); padding: 95px 0; }
  .section-intro h2, .evidence-top h2, .channels-copy h2 { font-size: 41px; letter-spacing: -2.5px; }
  .why-section { gap: 35px; }
  .evidence-section, .channels-section { padding: 90px 15px; }
  .evidence-grid { gap: 14px; }
  .stat-feature, .response-curve { min-height: 390px; }
  .stat-feature { padding: 29px 25px; }
  .stat-number { font-size: 90px; }
  .response-curve { padding: 29px 20px 22px; }
  .point-hour { left: 42%; }
  .section-intro.compact { margin-bottom: 48px; }
  .capability { grid-template-columns: 34px 44px 1fr; gap: 14px; padding: 25px 0; }
  .capability:hover { padding: 25px 10px; }
  .capability-icon { width: 40px; height: 40px; }
  .capability h3 { font-size: 23px; }
  .capability p { grid-column: 3; }
  .channels-section { gap: 55px; }
  .channel-card, .channel-card:nth-child(2) { margin: 0; padding: 15px; grid-template-columns: 46px 1fr 20px; gap: 13px; }
  .channel-badge { width: 40px; height: 40px; }
  .closing-section { width: min(100% - 30px, 1220px); min-height: 570px; margin: 70px auto; border-radius: 20px; }
  .closing-content h2 { font-size: 52px; letter-spacing: -3.5px; }
  .closing-content .button { font-size: 12px; }
  footer { width: min(100% - 30px, 1220px); padding: 28px 0; flex-wrap: wrap; gap: 18px; }
  footer p { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition: none !important; }
}
