* { box-sizing: border-box; }

:root {
  --navy: #0a2942;
  --blue: #0d4f78;
  --blue-dark: #082f4c;
  --teal: #078a88;
  --green: #25d366;
  --orange: #ff9b25;
  --ink: #102132;
  --muted: #5b6c7e;
  --line: #dce6ec;
  --paper: #f5f8fa;
  --white: #fff;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--white);
}

.nav-shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.6px;
}

.brand-get { color: var(--green); }
.brand-desk { color: var(--orange); }
.brand-bot { color: #fff; font-size: .8rem; letter-spacing: 0; margin-left: 8px; }

.top-nav { display: flex; align-items: center; gap: 8px; }
.top-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  font-size: .93rem;
  font-weight: 700;
  text-decoration: none;
}
.top-nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
.top-nav .nav-cta { background: var(--green); color: #07361d; padding-inline: 18px; }
.top-nav .nav-cta:hover { background: #4be17f; color: #07361d; }

.hero-section {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(125deg, rgba(5,32,54,.98), rgba(8,67,93,.97) 52%, rgba(4,128,126,.94)),
    #082f4c;
  padding: 150px 0 92px;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -8% -35% 38%;
  height: 540px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02);
}

.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: 5%; top: 17%; background: rgba(23,224,197,.12); }
.hero-glow-two { width: 280px; height: 280px; left: -8%; bottom: 4%; background: rgba(37,211,102,.08); }

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
  align-items: center;
  gap: 78px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #81f4ac;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(37,211,102,.14); }
.eyebrow-dark { color: #087f68; }

.hero-copy h1 {
  max-width: 700px;
  margin: 22px 0 24px;
  font-size: clamp(3.1rem, 6vw, 5.75rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.6vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #06361d; box-shadow: 0 14px 35px rgba(37,211,102,.2); }
.button-primary:hover { background: #45df7a; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.06); }

.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 670px; margin-top: 48px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; }
.hero-proof div { min-height: 95px; padding: 18px; background: rgba(255,255,255,.055); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 1.15rem; }
.hero-proof span { margin-top: 3px; color: rgba(255,255,255,.64); font-size: .78rem; }

.phone-stage { min-height: 630px; position: relative; display: grid; place-items: center; }
.phone-aura { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: radial-gradient(circle, rgba(48,223,190,.25), rgba(48,223,190,0) 67%); }
.phone-card {
  position: relative;
  z-index: 2;
  width: min(350px, 78vw);
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 43px;
  background: #10181e;
  box-shadow: 0 40px 80px rgba(0,0,0,.42), 0 0 0 7px rgba(255,255,255,.05);
  transform: rotate(2.2deg);
}
.phone-card img { width: 100%; border-radius: 33px; }
.phone-speaker { position: absolute; z-index: 3; top: 18px; left: 50%; width: 76px; height: 18px; border-radius: 999px; background: #10181e; transform: translateX(-50%); }

.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; color: #fff; background: rgba(5,39,60,.86); box-shadow: 0 18px 40px rgba(0,0,0,.22); backdrop-filter: blur(12px); font-size: .8rem; font-weight: 800; }
.floating-note span { color: #67e996; font-size: 1.1rem; }
.note-search { top: 24%; left: -12%; }
.note-chat { right: -16%; bottom: 20%; }

.audience-section, .steps-section, .detail-section { padding: 105px 0; }
.section-heading { max-width: 730px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .detail-copy h2, .cta-card h2 { margin: 13px 0 15px; font-size: clamp(2.15rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.07rem; }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { position: relative; min-height: 410px; overflow: hidden; padding: 44px; border-radius: 28px; color: #fff; box-shadow: 0 26px 65px rgba(15,44,63,.12); }
.customer-card { background: linear-gradient(145deg, #0a3150, #0b5c76); }
.provider-card { background: linear-gradient(145deg, #086b65, #11a46f); }
.card-number { position: absolute; top: -38px; right: 22px; color: rgba(255,255,255,.08); font-size: 9rem; font-weight: 950; line-height: 1; }
.card-kicker { font-size: .72rem; letter-spacing: .14em; font-weight: 900; color: rgba(255,255,255,.66); }
.audience-card h3 { max-width: 420px; margin: 18px 0 28px; font-size: 2rem; line-height: 1.1; }
.audience-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.audience-card li { position: relative; padding-left: 28px; color: rgba(255,255,255,.82); }
.audience-card li::before { content: "✓"; position: absolute; left: 0; color: #8af4ad; font-weight: 900; }

.steps-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fbfdfe; }
.step-card::after { content: ""; position: absolute; top: 58px; right: -21px; width: 21px; border-top: 1px dashed #aac1ce; }
.step-card:last-child::after { display: none; }
.step-index { position: absolute; top: 20px; right: 23px; color: #c5d3db; font-size: .8rem; font-weight: 900; }
.step-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--teal)); font-size: 1.55rem; font-weight: 900; }
.step-card h3 { margin: 0 0 8px; font-size: 1.25rem; }
.step-card p { margin: 0; color: var(--muted); }

.detail-section { overflow: hidden; background: linear-gradient(180deg, #f4f8fa, #eaf2f5); }
.detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 105px; }
.detail-visual { min-height: 660px; position: relative; display: grid; place-items: center; }
.detail-visual::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: #d8e9ea; }
.detail-phone { position: relative; z-index: 2; width: 330px; height: 600px; overflow: hidden; padding: 10px; border-radius: 39px; background: #111b22; box-shadow: 0 35px 65px rgba(19,53,69,.23); transform: rotate(-2deg); }
.detail-phone img { width: 100%; border-radius: 30px; }
.detail-chip { position: absolute; z-index: 3; padding: 11px 16px; border: 1px solid rgba(10,41,66,.1); border-radius: 999px; background: #fff; box-shadow: 0 15px 35px rgba(18,48,63,.15); font-size: .8rem; font-weight: 850; }
.chip-favorite { left: 2%; top: 27%; color: #d53348; }
.chip-online { right: 0; bottom: 25%; color: #087f68; }
.detail-copy p { color: var(--muted); font-size: 1.07rem; }
.detail-list { display: grid; gap: 19px; margin-top: 34px; }
.detail-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; }
.detail-list > div > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #076f57; background: #d8f5e6; font-weight: 900; }
.detail-list p, .detail-list strong { display: block; margin: 0; }
.detail-list strong { color: var(--ink); }

.cta-section { padding: 70px 0; background: #fff; }
.cta-card { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; padding: 62px; border-radius: 30px; color: #fff; background: linear-gradient(125deg, #092f4c, #086c72 68%, #079267); box-shadow: 0 28px 70px rgba(8,53,73,.2); }
.cta-card h2 { max-width: 790px; font-size: clamp(2rem, 3.6vw, 3.25rem); }
.cta-card p { max-width: 700px; margin: 0; color: rgba(255,255,255,.72); }
.cta-actions { display: grid; gap: 12px; }
.button-light { background: #fff; color: #0a3f51; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.35); }

.site-footer { color: rgba(255,255,255,.75); background: #071e30; padding: 62px 0 25px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-brand { font-size: 1.8rem; }
.footer-grid p { max-width: 470px; color: rgba(255,255,255,.55); }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 10px 22px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 38px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.42); font-size: .82rem; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { text-align: center; }
  .hero-lead, .hero-proof { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .phone-stage { min-height: 680px; }
  .audience-grid, .detail-grid, .cta-card { grid-template-columns: 1fr; }
  .detail-grid { gap: 40px; }
  .detail-copy { text-align: center; }
  .detail-list { max-width: 620px; margin-inline: auto; text-align: left; }
  .cta-actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-shell { min-height: 74px; }
  .brand { font-size: 1.55rem; }
  .top-nav a:not(.nav-cta) { display: none; }
  .hero-section { min-height: 0; padding-top: 122px; }
  .hero-copy h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .hero-actions { display: grid; width: min(100%, 320px); margin-inline: auto; }
  .hero-actions .button { width: 100%; padding-inline: 14px; font-size: .9rem; }
  .hero-proof { display: none; }
  .phone-stage { min-height: 610px; }
  .phone-card { width: min(315px, 82vw); }
  .floating-note { display: none; }
  .audience-section, .steps-section, .detail-section { padding: 76px 0; }
  .audience-grid, .steps-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; padding: 34px 27px; }
  .step-card::after { display: none; }
  .detail-visual { min-height: 590px; }
  .detail-phone { width: 290px; height: 545px; }
  .detail-visual::before { width: 390px; height: 390px; }
  .detail-chip { display: none; }
  .cta-card { width: min(100% - 20px, 1160px); padding: 38px 25px; }
  .cta-actions { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

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