:root {
  --ink: #112d2d;
  --muted: #647574;
  --line: #dbe5e2;
  --paper: #fbfcfa;
  --mint: #dff7e8;
  --aqua: #bdeee7;
  --green: #167b63;
  --deep-green: #0a4b40;
  --orange: #f5a768;
}

* { box-sizing: border-box; }

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100svh;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 12%, rgba(194, 238, 224, .3), transparent 27rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page {
  width: min(100%, 1440px);
  height: 100svh;
  min-height: 620px;
  margin: auto;
  padding: clamp(20px, 3vw, 45px) clamp(22px, 6vw, 92px) 20px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  overflow: hidden;
}

.nav, .footer, .hero, .benefits {
  width: 100%;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-weight: 760;
  font-size: 20px;
  letter-spacing: -.8px;
  text-decoration: none;
}

.brand-mark {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
  padding: 5px;
  background: var(--green);
}

.brand-mark i {
  display: block;
  width: 3px;
  background: white;
  border-radius: 2px;
}
.brand-mark i:nth-child(1) { height: 7px; opacity: .7; }
.brand-mark i:nth-child(2) { height: 13px; }
.brand-mark i:nth-child(3) { height: 9px; opacity: .85; }

.nav-link, .footer a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.nav-link span, .footer a span { color: var(--green); margin-left: 4px; }

.hero {
  min-height: 0;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  align-items: center;
  gap: clamp(30px, 6vw, 110px);
  padding: clamp(25px, 4vh, 50px) 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
  color: var(--green);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(245, 167, 104, .17);
}

h1 {
  max-width: 550px;
  margin: 0;
  font-size: clamp(40px, 4.5vw, 74px);
  line-height: .99;
  letter-spacing: -.065em;
  font-weight: 730;
}

h1 em {
  color: var(--green);
  font-style: normal;
}

.intro {
  max-width: 430px;
  margin: 24px 0 0;
  color: #4d6260;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.58;
}

.actions {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 29px;
}

.button {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  padding: 13px 17px;
  border-radius: 9px;
  color: white;
  background: var(--deep-green);
  box-shadow: 0 7px 16px rgba(10, 75, 64, .15);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.button span { font-size: 18px; line-height: 10px; }

.text-link {
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
.text-link span { color: var(--green); }

.product-visual {
  position: relative;
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  padding: 26px clamp(14px, 2.5vw, 35px) 18px;
  overflow: hidden;
  border: 1px solid rgba(207, 225, 220, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .67);
  box-shadow: 0 18px 55px rgba(28, 72, 65, .08);
}

.visual-glow {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 230px;
  height: 230px;
  pointer-events: none;
  transform: translate(-50%, -40%);
  border-radius: 50%;
  background: rgba(185, 239, 221, .45);
  filter: blur(36px);
}

.flow-heading {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #6c807d;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.flow-heading b { color: var(--green); font-size: 13px; }

.flow {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 24px 1.2fr 24px 1fr;
  gap: 0;
  align-items: center;
}

.source-stack, .channel-stack {
  display: grid;
  gap: 8px;
}

.source, .channel {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border: 1px solid #e5eeeb;
  border-radius: 7px;
  color: #42615d;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 3px 8px rgba(20, 71, 61, .035);
  font-size: 10px;
  font-weight: 680;
}

.source:nth-child(2) { margin-left: 9px; }
.source:nth-child(3) { margin-left: 3px; }
.source:nth-child(4) { margin-left: 13px; }

.mini-icon, .channel-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: var(--green);
  background: #e6f7ef;
  font-size: 9px;
  font-weight: 800;
}

.file::before { content: "▤"; font-size: 12px; }
.share::before { content: "◆"; font-size: 10px; }
.globe::before { content: "◎"; font-size: 15px; }
.sound::before { content: "⌇"; font-size: 16px; }
.phone { font-size: 15px; transform: rotate(-35deg); }
.message { font-size: 15px; }
.webhook { font-size: 15px; }

.connector {
  position: relative;
  height: 1px;
  background: repeating-linear-gradient(90deg, #91bdb2 0 4px, transparent 4px 8px);
}
.connector::after {
  position: absolute;
  top: -3px;
  color: #75a99b;
  font-size: 10px;
}
.left-connector::after { right: -2px; content: "›"; }
.right-connector::after { right: -2px; content: "›"; }

.assistant-card {
  position: relative;
  z-index: 1;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px 11px;
  overflow: hidden;
  border: 1px solid rgba(34, 123, 101, .5);
  border-radius: 13px;
  color: white;
  text-align: center;
  background: linear-gradient(145deg, #0d6455, #123f3c);
  box-shadow: 0 14px 25px rgba(11, 81, 66, .2);
}

.assistant-top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #c9eee2;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .1em;
}
.core-dot { width: 5px; height: 5px; border-radius: 50%; background: #86efc4; }
.status { margin-left: auto; color: #8cf0ba; font-size: 8px; }

.orb {
  width: 77px;
  height: 77px;
  margin: 8px 0 3px;
  color: #b9f4dc;
  filter: drop-shadow(0 0 10px rgba(155, 255, 212, .28));
}
.orb svg { display: block; width: 100%; height: 100%; }

.assistant-card strong { font-size: 12px; letter-spacing: -.02em; }
.assistant-card small { margin-top: 5px; color: #b5dbd0; font-size: 8px; }

.channel { color: #42615d; }
.channel:nth-child(1) .channel-icon { background: #e4f6ee; }
.channel:nth-child(2) .channel-icon { color: #d86b2b; background: #fff0e4; }
.channel:nth-child(3) .channel-icon { color: #258b61; background: #e6f8e8; }
.channel:nth-child(4) .channel-icon { color: #6b5fc4; background: #f0effd; }

.integration {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 18px 0 0 29%;
  color: #6a817d;
  font-size: 9px;
  font-weight: 640;
}
.integration-symbol {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 1px solid #b8d8ce;
  border-radius: 5px;
  color: var(--green);
  font-size: 14px;
  font-weight: 400;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.benefits article {
  padding: 15px 28px 14px 0;
}
.benefits article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.benefit-number {
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
}

.benefits h2 {
  margin: 5px 0 4px;
  font-size: 13px;
  letter-spacing: -.025em;
}

.benefits p {
  max-width: 275px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 12px;
  color: #78908b;
  font-size: 11px;
}

.footer p { margin: 0; }

@media (max-width: 760px) {
  .page {
    min-height: 600px;
    padding: 19px 20px 16px;
  }

  .nav-link { font-size: 11px; }

  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 0 16px;
  }

  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; margin-bottom: 11px; }
  h1 { font-size: clamp(38px, 10vw, 53px); }
  .intro { margin: 14px auto 0; font-size: 14px; }
  .actions { justify-content: center; margin-top: 18px; }
  .text-link { display: none; }

  .product-visual {
    max-width: 510px;
    margin: 0 auto;
    padding-top: 16px;
  }

  .flow-heading { margin-bottom: 12px; }
  .source, .channel { min-height: 27px; padding: 4px 5px; font-size: 8px; }
  .source:nth-child(2), .source:nth-child(3), .source:nth-child(4) { margin-left: 0; }
  .mini-icon, .channel-icon { width: 15px; height: 15px; flex-basis: 15px; font-size: 7px; }
  .assistant-card { min-height: 137px; padding: 9px 6px; }
  .orb { width: 50px; height: 50px; margin: 4px 0 1px; }
  .assistant-card strong { font-size: 10px; }
  .assistant-card small, .assistant-top { font-size: 6px; }
  .integration { margin-top: 11px; font-size: 8px; }
  .flow { grid-template-columns: 1fr 14px 1.1fr 14px 1fr; }

  .benefits article { padding: 11px 9px 8px 0; }
  .benefits article + article { padding-left: 9px; }
  .benefits h2 { font-size: 10px; }
  .benefits p { font-size: 8px; line-height: 1.35; }
  .benefit-number { font-size: 7px; }

  .footer { padding-top: 8px; font-size: 9px; }
}

@media (max-height: 700px) and (min-width: 761px) {
  .page { padding-top: 22px; }
  .hero { padding: 20px 0; }
  h1 { font-size: clamp(40px, 4vw, 58px); }
  .intro { margin-top: 15px; }
  .actions { margin-top: 19px; }
  .product-visual { transform: scale(.9); transform-origin: center right; margin-right: -3%; }
  .benefits article { padding-top: 9px; padding-bottom: 8px; }
  .footer { padding-top: 7px; }
}