:root {
  --ai-blue: #2f6bf4;
  --ai-blue-strong: #1857e8;
  --ai-ink: #12213d;
  --ai-muted: #647089;
  --ai-line: #e4edfb;
}

html,
body,
#app {
  min-height: 100%;
  background: #f7fbff;
}

body {
  overflow-x: hidden;
  color: var(--ai-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.landing-page {
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #f1f7ff 0%, #fff 18%, #f6fbff 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 0 max(28px, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid rgba(226, 235, 248, 0.78);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #14203a;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
  background: #ffffff;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 32px;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #2484ff 0%, #2150e8 100%);
  box-shadow: 0 10px 18px rgba(40, 102, 236, 0.25);
}

.brand-mark::before {
  left: 2px;
  width: 10px;
  height: 30px;
  transform: rotate(26deg);
}

.brand-mark::after {
  right: 2px;
  width: 10px;
  height: 30px;
  transform: rotate(-26deg);
}

.brand-mark span {
  left: 12px;
  bottom: 4px;
  width: 5px;
  height: 10px;
  background: #78e2ff;
  box-shadow: none;
}

.brand-mark.tiny {
  width: 18px;
  height: 20px;
}

.brand-mark.tiny::before,
.brand-mark.tiny::after {
  width: 6px;
  height: 18px;
}

.brand-mark.tiny span {
  left: 8px;
  width: 3px;
  height: 7px;
}

.nav-links {
  display: flex;
  gap: 42px;
  color: #263653;
  font-size: 13px;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--ai-blue);
}

.header-actions,
.hero-actions,
.cta-section > div > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.solid-btn,
.ghost-btn,
.outline-btn,
.white-btn,
.blue-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.solid-btn {
  color: #fff;
  background: linear-gradient(180deg, #477eff 0%, #2458ec 100%);
  box-shadow: 0 14px 28px -20px rgba(36, 88, 236, 0.92);
}

.solid-btn[aria-disabled="true"],
.outline-btn[aria-disabled="true"] {
  cursor: wait;
  opacity: 0.66;
  pointer-events: none;
}

.ghost-btn,
.outline-btn {
  color: var(--ai-blue);
  border: 1px solid #cbdcf8;
  background: #fff;
}

.large {
  width: 168px;
  height: 48px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, 0.96fr) minmax(560px, 1.04fr);
  gap: 54px;
  align-items: center;
  min-height: 590px;
  padding: 66px max(36px, calc((100vw - 1200px) / 2)) 62px;
  background:
    linear-gradient(162deg, transparent 0 68%, rgba(190, 222, 255, 0.58) 68.2% 72%, transparent 72.2%),
    linear-gradient(10deg, transparent 0 73%, rgba(199, 228, 255, 0.84) 73.2% 77%, transparent 77.2%),
    radial-gradient(circle at 82% 14%, rgba(186, 219, 255, 0.62), transparent 28%),
    linear-gradient(180deg, #f1f8ff 0%, #ffffff 92%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -4vw 0;
  height: 108px;
  background:
    linear-gradient(170deg, transparent 0 45%, rgba(186, 222, 255, 0.52) 45.3% 53%, transparent 53.3%),
    linear-gradient(8deg, transparent 0 55%, rgba(205, 234, 255, 0.76) 55.3% 62%, transparent 62.3%);
  pointer-events: none;
}

.hero-copy,
.hero-product {
  position: relative;
  z-index: 1;
}

.kicker {
  margin: 0 0 18px;
  color: var(--ai-blue);
  font-size: 13px;
  font-weight: 900;
}

.hero h1 {
  margin: 0;
  color: #0f1f3d;
  font-size: clamp(46px, 4vw, 60px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
}

.hero h1::after {
  display: none;
}

.hero h1 .title-line,
.hero h1 .title-accent {
  display: block;
}

.hero h1 .title-line {
  white-space: nowrap;
}

.hero h1 .title-accent {
  color: var(--ai-blue);
}

.hero-desc {
  width: min(100%, 560px);
  margin: 26px 0 22px;
  color: #5e6c83;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.85;
}

.cap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(100%, 600px);
  margin-bottom: 30px;
}

.cap-tags span {
  display: inline-flex;
  height: 34px;
  align-items: center;
  padding: 0 13px;
  color: #52617a;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #e3ecfa;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
}

.hero-product {
  display: grid;
  grid-template-columns: 138px 1fr;
  height: 418px;
  border: 1px solid rgba(222, 233, 249, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 55px -32px rgba(35, 88, 190, 0.42);
}

.product-sidebar {
  padding: 28px 14px;
  border-right: 1px solid #edf3fb;
  background: rgba(250, 253, 255, 0.72);
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 26px;
  font-size: 13px;
}

.mini-brand img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
}

.product-sidebar button {
  display: flex;
  width: 100%;
  height: 36px;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 8px;
  border: 0;
  border-radius: 7px;
  color: #6d7a90;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
}

.product-sidebar button.active {
  color: var(--ai-blue);
  background: #eef5ff;
}

.product-main {
  padding: 30px 28px;
}

.panel-title {
  margin-bottom: 22px;
  color: #162541;
  font-size: 17px;
  font-weight: 900;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.metrics article {
  height: 76px;
  padding: 14px 12px;
  border: 1px solid #edf3fb;
  border-radius: 9px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.metrics span {
  display: block;
  margin-bottom: 8px;
  color: #8a96a9;
  font-size: 11px;
  font-weight: 800;
}

.metrics strong {
  color: #172642;
  font-size: 22px;
  font-weight: 950;
}

.table-head,
.candidate-row {
  display: grid;
  grid-template-columns: 24px 44px minmax(118px, 1fr) 90px 48px 74px 16px;
  align-items: center;
  gap: 10px;
}

.table-head {
  margin-bottom: 12px;
  color: #8794a8;
  font-size: 12px;
  font-weight: 900;
}

.table-head b {
  grid-column: 1 / 4;
  color: #182842;
}

.table-head span:nth-of-type(1) {
  grid-column: 4;
}

.table-head span:nth-of-type(2) {
  grid-column: 5;
  justify-self: center;
}

.table-head span:nth-of-type(3) {
  grid-column: 6;
}

.candidate-row {
  height: 60px;
  margin-bottom: 10px;
  padding: 0 12px;
  border: 1px solid #edf3fb;
  border-radius: 9px;
  background: #ffffff;
}

.candidate-row:nth-of-type(4),
.candidate-row:nth-of-type(5) {
  margin-right: 118px;
}

.row-index {
  color: var(--ai-blue);
  font-size: 12px;
  font-weight: 900;
}

.candidate-row img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.candidate-row b {
  display: block;
  color: #182842;
  font-size: 13px;
  font-weight: 900;
}

.candidate-row p {
  margin: 3px 0 0;
  color: #8a96a9;
  font-size: 10px;
  font-weight: 700;
}

.candidate-role {
  margin: 0;
  color: #526079;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.candidate-row strong {
  justify-self: center;
  color: #162541;
  font-size: 14px;
  font-weight: 950;
}

.candidate-row em {
  display: inline-flex;
  justify-content: center;
  height: 24px;
  align-items: center;
  color: #20b779;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  border-radius: 999px;
  background: #eafaf3;
}

.chevron {
  color: #9aa7b8;
  font-size: 20px;
}

.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e3ecfa;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 45px -28px rgba(34, 87, 190, 0.52);
}

.float-card.top {
  top: 70px;
  right: 22px;
  padding: 13px 16px;
}

.float-card.top b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--ai-blue);
}

.float-card.top span {
  color: #33425d;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.float-card.score {
  right: 28px;
  bottom: 104px;
  width: 112px;
  height: 112px;
  flex-direction: column;
  justify-content: center;
}

.float-card.score::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border: 8px solid #dfeaff;
  border-top-color: var(--ai-blue);
  border-radius: 50%;
}

.float-card.score strong,
.float-card.score span {
  position: relative;
  z-index: 1;
}

.float-card.score strong {
  color: var(--ai-blue);
  font-size: 28px;
  line-height: 1;
}

.float-card.score span {
  color: #768298;
  font-size: 11px;
  font-weight: 900;
}

.pain-section,
.capability-section,
.process-section,
.scenario-section,
.client-section,
.faq-section {
  padding: 84px max(36px, calc((100vw - 1200px) / 2));
}

.pain-section {
  padding-top: 37px;
  padding-bottom: 69px;
  background: #ffffff;
}

.pain-section,
.capability-section,
.download-section,
.faq-section {
  background: #f3f9ff;
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.agent-copy h2,
.download-copy h2,
.faq-copy h2,
.cta-section h2 {
  margin: 0 0 14px;
  color: #132340;
  font-size: 32px;
  line-height: 1.28;
  font-weight: 950;
}

.section-heading p,
.agent-copy > p,
.download-copy > p,
.faq-copy > p {
  margin: 0;
  color: #69768b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.soft-card {
  border: 1px solid #e4edfb;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 40px -34px rgba(35, 82, 160, 0.45);
}

.pain-card,
.capability-card,
.scenario-card {
  min-height: 150px;
  padding: 24px 24px 22px;
}

.pain-card span,
.capability-card span,
.scenario-card span {
  display: inline-grid;
  min-width: 36px;
  height: 28px;
  place-items: center;
  margin-bottom: 16px;
  color: var(--ai-blue);
  font-size: 11px;
  font-weight: 950;
  border-radius: 7px;
  background: #eef5ff;
}

.soft-card h3 {
  margin: 0 0 9px;
  color: #172642;
  font-size: 16px;
  font-weight: 950;
}

.soft-card p {
  margin: 0;
  color: #6d7890;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.capability-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 940px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #e1ecfb;
  border-radius: 14px;
  background: #eaf4ff;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}

.process-line article {
  position: relative;
  text-align: center;
}

.process-line article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(50% + 36px);
  width: calc(100% - 46px);
  border-top: 2px dashed #bfd2f3;
}

.process-line span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  border-radius: 50%;
  background: linear-gradient(180deg, #5284ff 0%, #2458ec 100%);
}

.process-line h3 {
  margin: 0 0 8px;
  color: #172642;
  font-size: 15px;
  font-weight: 950;
}

.process-line p {
  margin: 0;
  color: #6d7890;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
}

.agent-section,
.download-section {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  padding: 84px max(36px, calc((100vw - 1200px) / 2));
}

.agent-section {
  background:
    radial-gradient(circle at 72% 35%, rgba(224, 239, 255, 0.92), transparent 34%),
    linear-gradient(180deg, #f4faff 0%, #ffffff 100%);
}

.agent-points {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.agent-points article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  min-height: 66px;
  align-items: center;
  padding: 12px 14px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.agent-dot {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  border-radius: 5px;
  background: var(--ai-blue);
  box-shadow: 0 8px 16px -10px rgba(47, 107, 244, 0.9);
}

.agent-points h3 {
  margin: 0 0 5px;
  color: #172642;
  font-size: 14px;
  line-height: 1.35;
}

.agent-points p {
  margin: 0;
  color: #6d7890;
  font-size: 12px;
  line-height: 1.55;
}

.agent-copy h2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.25;
}

.agent-copy > p {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.7;
}

.agent-shot {
  border-radius: 12px;
  box-shadow: 0 26px 70px -44px rgba(35, 82, 160, 0.5);
}

.screenshot-shell {
  overflow: hidden;
  border: 1px solid #dfeaf9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 26px 58px -34px rgba(35, 82, 160, 0.5);
}

.agent-shot img {
  width: 100%;
  height: auto;
}

.download-copy ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.download-copy li {
  position: relative;
  padding-left: 24px;
  color: #354864;
  font-size: 14px;
  font-weight: 800;
}

.download-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ai-blue);
}

.os-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.os-cards article {
  min-height: 178px;
  padding: 20px;
  border: 1px solid #e4edfb;
  border-radius: 10px;
  background: #fff;
}

.os-cards span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  border-radius: 10px;
  background: linear-gradient(180deg, #5284ff 0%, #2458ec 100%);
}

.os-cards h3 {
  margin: 0 0 8px;
  color: #172642;
  font-size: 15px;
}

.os-cards p {
  min-height: 34px;
  margin: 0 0 14px;
  color: #6d7890;
  font-size: 12px;
}

.mac-download-card {
  position: relative;
}

.mac-title-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mac-title-row > span {
  flex: 0 0 42px;
}

.mac-title-row h3 {
  flex: 1;
}

.mac-help {
  position: relative;
  display: inline-grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  padding: 0;
  place-items: center;
  margin-top: 1px;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  background: var(--ai-blue);
  cursor: help;
}

.mac-help > span:first-child {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: 1;
  background: transparent;
}

.mac-help .mac-help-tooltip {
  position: absolute;
  z-index: 2;
  top: calc(100% + 8px);
  right: 0;
  width: min(230px, calc(100vw - 48px));
  height: auto;
  margin: 0;
  padding: 10px 12px;
  color: #172642;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  white-space: normal;
  border: 1px solid #d9e6f8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(27, 66, 128, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-3px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.mac-help:hover .mac-help-tooltip,
.mac-help:focus-visible .mac-help-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.mac-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mac-download-actions .outline-btn {
  flex: 1 1 145px;
  min-width: 0;
  white-space: nowrap;
}

.download-error {
  margin: 14px 0 0;
  color: #d13f2f;
  font-size: 13px;
  font-weight: 800;
}

.download-shot img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: 18% 0;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.scenario-section {
  padding: 76px max(36px, calc((100vw - 1200px) / 2)) 48px;
  background: #ffffff;
}

.scenario-section .section-heading {
  margin-bottom: 34px;
}

.scenario-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 142px;
  padding: 24px 22px 22px;
  border: 1px solid #dfe9f8;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 16px 36px -34px rgba(35, 82, 160, 0.42);
}

.scenario-icon {
  width: 42px;
  height: 42px;
  margin: 0;
  color: #2f6bf4;
  border-radius: 10px;
  background: #eef5ff;
  box-shadow: inset 0 0 0 1px #dce9fb;
}

.scenario-card h3 {
  margin: 0;
  color: #14203a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.scenario-card p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 14px;
  color: #647189;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

.tracking-section {
  padding: 26px max(36px, calc((100vw - 1200px) / 2)) 78px;
  background: #ffffff;
}

.tracking-section .section-heading {
  margin-bottom: 26px;
}

.tracking-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 22px 24px;
  border: 1px solid #e4edfb;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 44px -38px rgba(35, 82, 160, 0.42);
}

.tracking-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  color: #253653;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.tracking-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: #2f6bf4;
}

.tracking-icon svg {
  width: 22px;
  height: 22px;
}

.tracking-note {
  margin: 20px auto 0;
  color: #647189;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.client-section {
  display: none;
}

.client-section {
  background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
}

.client-note {
  width: min(760px, 100%);
  margin: -20px auto 26px;
  color: #6d7890;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 940px;
  margin: 0 auto;
}

.client-grid article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 58px;
  border: 1px solid #e4edfb;
  border-radius: 8px;
  background: #fff;
  color: #52617a;
}

.client-grid span {
  color: var(--ai-blue);
  font-size: 11px;
  font-weight: 950;
}

.client-grid b {
  font-size: 13px;
}

.faq-section {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 54px;
}

.faq-copy {
  padding-top: 14px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list article {
  overflow: hidden;
  border: 1px solid #e4edfb;
  border-radius: 9px;
  background: #fff;
}

.faq-list button {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border: 0;
  color: #172642;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  text-align: left;
  cursor: pointer;
}

.faq-list button b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--ai-blue);
  border-radius: 7px;
  background: #eef5ff;
}

.faq-list article > p {
  margin: 0;
  padding: 0 20px 20px;
  color: #6d7890;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.75;
}

.cta-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 250px;
  align-items: center;
  min-height: 218px;
  margin: 76px max(36px, calc((100vw - 1200px) / 2)) 0;
  padding: 44px 72px;
  overflow: hidden;
  color: #fff;
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 45%, rgba(115, 166, 255, 0.5), transparent 20%),
    linear-gradient(115deg, #2f6bf4 0%, #1f5cff 52%, #1643ce 100%);
}

.cta-section h2 {
  color: #fff;
}

.cta-section p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.white-btn {
  width: 140px;
  color: var(--ai-blue);
  background: #fff;
}

.blue-outline-btn {
  width: 120px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.cta-device {
  justify-self: center;
  display: grid;
  width: 130px;
  height: 150px;
  place-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  transform: rotate(-8deg);
}

.cta-device span {
  width: 44px;
  height: 58px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.58));
}

.cta-device b,
.cta-device em {
  font-size: 12px;
  font-style: normal;
}

.site-footer {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 260px;
  gap: 48px;
  padding: 56px max(36px, calc((100vw - 1200px) / 2)) 30px;
  border-top: 1px solid #dbe8f8;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  color: #172642;
}

.site-footer .brand {
  color: #14203a;
  font-size: 26px;
  font-weight: 900;
}

.site-footer .brand img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  filter: none;
  background: #ffffff;
}

.footer-brand p {
  margin: 18px 0 0;
  color: #65738b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.footer-brand .footer-vision {
  margin-top: 14px;
  color: #172642;
  font-size: 15px;
  font-weight: 900;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(108px, 1fr));
  gap: 34px;
}

.footer-links h3,
.footer-contact h3 {
  margin: 0 0 16px;
  color: #172642;
  font-size: 14px;
  font-weight: 950;
}

.footer-links a,
.footer-contact a {
  display: block;
  margin-bottom: 12px;
  color: #65738b;
  font-size: 13px;
  font-weight: 750;
}

.footer-contact {
  align-self: start;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--ai-blue);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #dbe8f8;
  color: #8190a5;
  font-size: 12px;
  font-weight: 700;
}

.footer-bottom div {
  display: flex;
  gap: 26px;
}

@media (max-width: 1180px) {
  .site-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-links {
    gap: 22px;
  }

  .hero,
  .agent-section,
  .download-section,
  .faq-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero h1 .title-line {
    white-space: normal;
  }

  .hero-product {
    max-width: 760px;
  }

  .pain-grid,
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scenario-grid,
  .tracking-grid,
  .capability-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-line {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-line article:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: auto;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 16px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .ghost-btn {
    display: none;
  }

  .hero,
  .pain-section,
  .capability-section,
  .process-section,
  .agent-section,
  .download-section,
  .scenario-section,
  .client-section,
  .faq-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-actions,
  .cap-tags,
  .cta-section > div > div {
    align-items: stretch;
    flex-direction: column;
  }

  .os-cards {
    grid-template-columns: 1fr;
  }

  .mac-download-actions {
    flex-direction: column;
  }

  .mac-download-actions .outline-btn {
    width: 100%;
  }

  .large,
  .white-btn,
  .blue-outline-btn {
    width: 100%;
  }

  .hero-product {
    grid-template-columns: 1fr;
    height: auto;
    overflow: hidden;
  }

  .product-sidebar,
  .float-card,
  .table-head {
    display: none;
  }

  .product-main {
    padding: 18px;
  }

  .metrics,
  .pain-grid,
  .capability-panel,
  .scenario-grid,
  .tracking-grid,
  .client-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .candidate-row {
    grid-template-columns: 22px 38px 1fr;
  }

  .candidate-role,
  .candidate-row strong,
  .candidate-row em,
  .chevron {
    display: none;
  }

  .process-line {
    grid-template-columns: 1fr;
  }

  .process-line article {
    min-height: 72px;
    padding-left: 76px;
    text-align: left;
  }

  .process-line span {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .process-line article:not(:last-child)::after {
    left: 28px;
    top: 58px;
    width: 0;
    height: calc(100% - 44px);
    border-top: 0;
    border-left: 2px dashed #bfd2f3;
  }

  .agent-shot {
    overflow-x: auto;
  }

  .agent-shot img {
    width: 920px;
    max-width: none;
  }

  .download-shot img {
    height: auto;
    object-fit: contain;
  }

  .cta-section {
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
    padding: 32px 22px;
  }

  .cta-device {
    display: none;
  }

  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 14px;
  }
}

/* High-fidelity sections based on design draft 2 */
.pain-section {
  padding: 42px max(36px, calc((100vw - 1200px) / 2)) 42px;
  background: #ffffff;
}

.pain-section .section-heading,
.capability-section .section-heading,
.process-section .section-heading {
  width: min(780px, 100%);
  margin: 0 auto 26px;
}

.pain-section .section-heading h2,
.capability-section .section-heading h2,
.process-section .section-heading h2 {
  margin-bottom: 8px;
  color: #111d36;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
}

.pain-section .section-heading p,
.capability-section .section-heading p,
.process-section .section-heading p {
  color: #6d7890;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}

.pain-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 112px;
  padding: 20px 18px;
  border: 1px solid #dfe9f8;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 14px 30px -28px rgba(36, 86, 172, 0.38);
}

.design-icon {
  display: grid;
  place-items: center;
  color: #2f6bf4;
}

.design-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pain-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(180deg, #edf5ff 0%, #ffffff 100%);
  box-shadow: inset 0 0 0 1px #dce9fb;
}

.pain-card h3,
.capability-card h3 {
  margin: 0 0 7px;
  color: #14203a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.pain-card p,
.capability-card p {
  margin: 0;
  color: #5f6c82;
  font-size: 12px;
  line-height: 1.62;
  font-weight: 600;
}

.workflow-note {
  margin: 30px 0 0;
  padding-bottom: 8px;
  color: #172642;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.workflow-note span {
  color: #2368ff;
}

.capability-section {
  margin-top: 36px;
  padding: 54px max(36px, calc((100vw - 1200px) / 2)) 70px;
  background:
    linear-gradient(90deg, rgba(236, 246, 255, 0) 0%, #eef7ff 18%, #eef7ff 82%, rgba(236, 246, 255, 0) 100%),
    #ffffff;
}

.capability-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.capability-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  min-height: 116px;
  padding: 20px 18px;
  border: 1px solid #dfe9f8;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 14px 30px -30px rgba(36, 86, 172, 0.38);
}

.capability-card:nth-child(5) {
  grid-column: 2 / 3;
}

.capability-card:nth-child(6) {
  grid-column: 3 / 4;
}

.capability-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%);
  box-shadow: inset 0 0 0 1px #dce9fb, 0 10px 18px -16px rgba(47, 107, 244, 0.6);
}

.capability-card:nth-child(2) .capability-icon {
  color: #18b987;
  background: #effcf7;
}

.capability-card:nth-child(3) .capability-icon {
  color: #f49a2e;
  background: #fff6ea;
}

.capability-card:nth-child(4) .capability-icon {
  color: #835ef6;
  background: #f4f0ff;
}

.capability-card:nth-child(5) .capability-icon {
  color: #22b883;
  background: #effcf7;
}

.capability-card:nth-child(6) .capability-icon {
  color: #2868df;
  background: #eef5ff;
}

.process-section {
  padding: 42px max(36px, calc((100vw - 1200px) / 2)) 58px;
  background: #ffffff;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  max-width: 1220px;
  margin: 0 auto;
}

.process-line article {
  position: relative;
  text-align: center;
}

.process-line article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 68px;
  left: calc(50% + 42px);
  width: calc(100% - 58px);
  border-top: 2px dashed #c4d6f5;
}

.process-line article:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 64px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8fb0ee;
  border-right: 2px solid #8fb0ee;
  transform: rotate(45deg);
}

.process-index {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  margin-right: 7px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  border-radius: 50%;
  background: #2f6bf4;
  box-shadow: 0 6px 12px -9px rgba(47, 107, 244, 0.85);
  vertical-align: 2px;
}

.process-line h3 .process-index {
  position: static !important;
  display: inline-grid !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin: 0 6px 0 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 9px !important;
  line-height: 16px !important;
  border-radius: 50% !important;
  background: #2f6bf4 !important;
  box-shadow: none !important;
  transform: none !important;
  vertical-align: 2px !important;
}

.process-icon {
  width: 66px;
  height: 66px;
  margin: 16px auto 13px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 42%, #f0f6ff 43% 100%);
  box-shadow: inset 0 0 0 1px #e1ebfb;
}

.process-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
}

.process-line h3 {
  margin: 0;
  color: #2f6bf4;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.process-line p {
  width: min(158px, 100%);
  margin: 0 auto;
  color: #6a758b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.62;
}

@media (max-width: 1180px) {
  .pain-grid,
  .capability-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-card:nth-child(5),
  .capability-card:nth-child(6) {
    grid-column: auto;
  }

  .process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 34px;
  }

  .process-line article:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .pain-grid,
  .capability-panel,
  .process-line {
    grid-template-columns: 1fr;
  }

  .process-line article {
    min-height: 96px;
    padding-left: 94px;
    text-align: left;
  }

  .process-index {
    margin-right: 8px;
  }

  .process-icon {
    position: absolute;
    left: 18px;
    top: 22px;
    width: 62px;
    height: 62px;
    margin: 0;
  }

  .process-line article:not(:last-child)::after {
    left: 49px;
    top: 92px;
    width: 0;
    height: calc(100% - 60px);
    border-top: 0;
    border-left: 2px dashed #b8cff6;
  }

  .process-line article:not(:last-child)::before {
    left: 45px;
    right: auto;
    top: auto;
    bottom: 8px;
    transform: rotate(135deg);
  }

  .process-line p {
    width: auto;
    margin: 0;
  }
}

/* OLD/frontend landing hero restore */
.site-header {
  height: 78px;
  padding: 0 76px;
  border-bottom: 1px solid rgba(226, 232, 243, 0.96);
  background: rgba(255, 255, 255, 0.94);
}

.brand {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 0;
}

.nav-links {
  gap: 67px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.header-actions,
.hero-actions {
  gap: 24px;
}

.solid-btn,
.ghost-btn,
.outline-btn {
  height: 38px;
  min-width: 110px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.solid-btn.large,
.outline-btn.large {
  width: auto;
  min-width: 190px;
  height: 56px;
  border-radius: 8px;
  font-size: 16px;
}

.hero-actions .solid-btn.large {
  min-width: 272px;
}

.hero-actions .outline-btn.large {
  min-width: 158px;
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(560px, 706px);
  gap: clamp(34px, 4vw, 70px);
  min-height: 620px;
  align-items: start;
  padding: 88px clamp(40px, 5vw, 80px) 74px;
  background:
    radial-gradient(circle at 20% 18%, rgba(215, 234, 255, 0.96), transparent 28%),
    radial-gradient(circle at 70% 30%, rgba(234, 242, 255, 0.96), transparent 34%),
    linear-gradient(112deg, #f8fbff 0%, #edf6ff 48%, #f8fbff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36), transparent 38%),
    radial-gradient(circle at 63% 0%, rgba(255, 255, 255, 0.58), transparent 25%);
}

.hero::after {
  display: none;
}

.hero-copy h1 {
  margin: 0;
  color: #101a33;
  font-size: clamp(42px, 4.1vw, 57px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.hero-copy h1 span {
  color: var(--ai-blue);
}

.hero-copy p {
  max-width: 610px;
  width: 100%;
  margin: 31px 0 22px;
  color: #465673;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: 0.025em;
}

.feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(100%, 620px);
  margin: 0 0 28px;
}

.feature-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #5d6b82;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #dfe9f8;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.82);
}

.platforms {
  position: relative;
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 74px;
  color: #77849a;
  font-size: 15px;
}

.platforms span {
  position: absolute;
  transform: translateY(-36px);
  color: #8996aa;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.platforms strong {
  color: #5e6879;
  font-size: 16px;
  font-weight: 700;
}

.platforms em {
  color: #9aa5b7;
  font-style: normal;
}

.hero-product {
  grid-template-columns: 142px 1fr;
  width: 100%;
  height: 482px;
  margin-top: 9px;
  overflow: hidden;
  border: 1px solid rgba(223, 231, 246, 0.98);
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 28px 64px -30px rgba(28, 70, 153, 0.34);
}

.hero-product::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d7dfed;
}

.product-sidebar {
  padding: 27px 17px;
  border-right: 1px solid #eef3fb;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.mini-brand {
  gap: 7px;
  margin-bottom: 34px;
  color: #12203a;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.mini-brand img {
  width: 22px;
  height: 22px;
  border-radius: 0;
}

.product-sidebar button {
  gap: 12px;
  height: 40px;
  margin-bottom: 11px;
  border-radius: 8px;
  color: #657189;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.product-main {
  padding: 31px 29px;
}

.panel-title {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 700;
}

.metrics {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 18px;
}

.metrics article {
  display: flex;
  min-width: 0;
  height: 86px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 14px 15px 13px;
  border: 1px solid #e7edf8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 22px -20px rgba(22, 49, 106, 0.36);
}

.metrics span {
  color: #8590a4;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.metrics strong {
  color: #111b34;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

.table-head,
.candidate-row {
  grid-template-columns: 24px 46px minmax(116px, 1fr) 88px 64px 82px 20px;
}

.table-head {
  box-sizing: border-box;
  padding: 0 12px;
  margin-bottom: 9px;
  color: #8a96a9;
  font-size: 11px;
  font-weight: 500;
}

.table-head b {
  color: #22304d;
  font-size: 14px;
  font-weight: 700;
}

.table-head span:nth-of-type(2) {
  justify-self: stretch;
  text-align: center;
}

.candidate-row {
  height: 63px;
  margin: 0 0 11px;
  padding: 0 12px;
  border: 1px solid #edf2fa;
  border-radius: 10px;
  box-shadow: 0 10px 22px -21px rgba(22, 49, 106, 0.28);
}

.candidate-row:nth-of-type(4),
.candidate-row:nth-of-type(5) {
  margin-right: 0;
}

.row-index {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #2c64f3;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}

.candidate-row img {
  width: 38px;
  height: 38px;
}

.candidate-row b {
  font-size: 12px;
  font-weight: 700;
}

.candidate-row p {
  margin: 4px 0 0;
  color: #8995a8;
  font-size: 10px;
  font-weight: 500;
}

.candidate-role {
  margin: 0;
  color: #516077;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.candidate-row strong {
  justify-self: stretch;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.candidate-row em {
  justify-self: start;
  padding: 5px 10px;
  height: auto;
  border-radius: 999px;
  background: #e6f8f1;
  color: #18a77e;
  font-size: 11px;
  font-weight: 600;
}

.float-card {
  display: none;
}

/* FAQ and CTA faithfully follow the supplied design block. */
.faq-design-section {
  display: block;
  margin: 0 30px;
  padding: 0;
  background: transparent;
}

.faq-design-section h2 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.faq-design-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1120px) 240px;
  gap: 36px;
  justify-content: center;
  min-height: 205px;
  padding: 28px 48px 24px;
  overflow: hidden;
  border: 1px solid #e3efff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 6% 6%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(180deg, #f2f8ff 0%, #edf6ff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.faq-design-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(88, 141, 233, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(88, 141, 233, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.26;
  pointer-events: none;
}

.faq-columns {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 76px;
  row-gap: 12px;
}

.faq-column {
  display: grid;
  gap: 17px;
  align-content: start;
}

.faq-design-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  min-height: 45px;
}

.faq-design-item h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.faq-design-item p {
  margin: 0;
  color: #4f617a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

.faq-design-item span {
  position: relative;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  border-radius: 4px;
  background: #edf5ff;
}

.faq-design-item span::before,
.faq-design-item span::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 5px;
  height: 1.5px;
  border-radius: 999px;
  background: #2f6bf4;
}

.faq-design-item span::before {
  left: 3px;
  transform: rotate(45deg);
}

.faq-design-item span::after {
  right: 3px;
  transform: rotate(-45deg);
}

.faq-visual {
  position: relative;
  z-index: 1;
  min-height: 150px;
}

.question-orbit {
  position: absolute;
  right: 6px;
  bottom: 12px;
  width: 132px;
  height: 48px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(72, 122, 230, 0.2), transparent 57%),
    linear-gradient(180deg, rgba(151, 190, 255, 0.35), rgba(255, 255, 255, 0.3));
  border: 1px solid rgba(108, 158, 241, 0.26);
  transform: skewX(-10deg);
}

.question-card {
  position: absolute;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(210, 227, 255, 0.78));
  border: 1px solid rgba(153, 187, 245, 0.5);
  box-shadow: 0 18px 36px -28px rgba(42, 91, 191, 0.75);
}

.question-card.small {
  right: 104px;
  bottom: 48px;
  width: 36px;
  height: 46px;
  transform: rotate(-14deg) skewY(10deg);
}

.question-card.tall {
  right: 16px;
  bottom: 55px;
  width: 52px;
  height: 70px;
  transform: rotate(12deg) skewY(-8deg);
}

.faq-visual b {
  position: absolute;
  right: 52px;
  bottom: 54px;
  color: #397dff;
  font-size: 90px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 10px 28px rgba(47, 107, 244, 0.28);
}

.cta-design-section {
  grid-template-columns: 1fr 330px;
  min-height: 172px;
  margin: 28px 20px 0;
  padding: 30px clamp(70px, 17vw, 340px) 28px;
  color: #0f2448;
  border: 1px solid #dcecff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 50%, rgba(68, 126, 246, 0.2), transparent 18%),
    linear-gradient(105deg, rgba(226, 240, 255, 0.86) 0%, rgba(244, 250, 255, 0.94) 42%, rgba(219, 235, 255, 0.95) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.cta-design-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(70, 129, 245, 0.12) 45% 46%, transparent 46%),
    linear-gradient(25deg, transparent 0 67%, rgba(70, 129, 245, 0.1) 67% 68%, transparent 68%);
  background-size: 82px 82px;
  opacity: 0.75;
}

.cta-design-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(132deg, transparent 0 42%, rgba(91, 146, 248, 0.12) 42% 60%, transparent 60%);
}

.cta-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-design-section h2 {
  margin: 0 0 13px;
  color: #15233e;
  font-size: 30px;
  font-weight: 950;
  line-height: 1.2;
}

.cta-design-section p {
  margin: 0 0 18px;
  color: #465b78;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.cta-design-section .white-btn,
.cta-design-section .blue-outline-btn {
  height: 34px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
}

.cta-design-section .white-btn {
  width: 260px;
  color: #fff;
  background: linear-gradient(180deg, #3f7eff 0%, #2262ef 100%);
  box-shadow: 0 11px 20px -16px rgba(31, 95, 239, 0.85);
  white-space: nowrap;
}

.cta-design-section .white-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background:
    linear-gradient(#fff, #fff) 0 0 / 6px 6px,
    linear-gradient(#fff, #fff) 8px 0 / 6px 6px,
    linear-gradient(#fff, #fff) 0 8px / 6px 6px,
    linear-gradient(#fff, #fff) 8px 8px / 6px 6px;
  background-repeat: no-repeat;
}

.cta-design-section .blue-outline-btn {
  width: 190px;
  color: #2464ee;
  border: 1px solid #80a9f3;
  background: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.cta-design-visual {
  position: absolute;
  z-index: 1;
  right: 23%;
  bottom: 13px;
  width: 190px;
  height: 125px;
}

.cta-arrow-base {
  position: absolute;
  right: 14px;
  bottom: 10px;
  width: 138px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(59, 119, 243, 0.22), transparent 58%);
  border: 1px solid rgba(89, 143, 245, 0.18);
  transform: skewX(-18deg);
}

.cta-arrow {
  position: absolute;
  right: 50px;
  bottom: 40px;
  width: 88px;
  height: 24px;
  border-radius: 999px 8px 8px 999px;
  background: linear-gradient(135deg, #65a0ff, #2d6bf0);
  transform: rotate(-34deg);
  box-shadow: 0 16px 28px -18px rgba(32, 92, 218, 0.9);
}

.cta-arrow::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -12px;
  border-left: 36px solid #2d6bf0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
}

.cta-doc {
  position: absolute;
  left: 24px;
  top: 13px;
  width: 46px;
  height: 62px;
  border-radius: 8px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(169, 202, 255, 0.72));
  border: 1px solid rgba(141, 180, 246, 0.55);
  transform: rotate(-10deg) skewY(8deg);
  box-shadow: 0 18px 34px -26px rgba(31, 91, 216, 0.85);
}

@media (max-width: 1180px) {
  .faq-design-section {
    margin-left: 24px;
    margin-right: 24px;
  }

  .faq-design-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .faq-visual {
    display: none;
  }

  .cta-design-section {
    grid-template-columns: 1fr;
    margin-left: 24px;
    margin-right: 24px;
    padding: 30px 34px;
  }

  .cta-design-visual {
    display: none;
  }
}

@media (max-width: 760px) {
  .faq-design-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .faq-design-panel {
    padding: 22px 18px;
  }

  .faq-columns {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .cta-design-section {
    margin-left: 16px;
    margin-right: 16px;
    padding: 28px 18px;
  }

  .cta-design-section h2 {
    font-size: 24px;
  }

  .cta-design-section .white-btn,
  .cta-design-section .blue-outline-btn {
    width: 100%;
  }
}

/* Readability pass: keep the design proportions, but make body copy legible on desktop. */
.section-heading p,
.pain-section .section-heading p,
.capability-section .section-heading p,
.process-section .section-heading p,
.agent-copy > p,
.download-copy > p,
.faq-copy > p {
  font-size: 15px;
  line-height: 1.75;
}

.pain-card,
.capability-card,
.scenario-card {
  min-height: 128px;
  padding: 22px 20px;
}

.pain-card h3,
.capability-card h3,
.scenario-card h3,
.agent-points h3,
.os-cards h3 {
  font-size: 17px;
  line-height: 1.35;
}

.pain-card p,
.capability-card p,
.scenario-card p,
.agent-points p,
.os-cards p {
  color: #54627a;
  font-size: 14px;
  line-height: 1.72;
  font-weight: 600;
}

.process-line h3 {
  font-size: 15px;
}

.process-line p {
  width: min(190px, 100%);
  color: #55637a;
  font-size: 14px;
  line-height: 1.7;
}

.tracking-grid article,
.tracking-note,
.download-copy li {
  font-size: 15px;
  line-height: 1.65;
}

.faq-design-panel {
  min-height: 230px;
  padding-top: 32px;
  padding-bottom: 30px;
}

.faq-column {
  gap: 26px;
}

.faq-design-item {
  min-height: 58px;
}

.faq-design-item h3 {
  font-size: 16px;
  line-height: 1.32;
}

.faq-design-item p {
  color: #52617a;
  font-size: 14px;
  line-height: 1.66;
  font-weight: 600;
}

.cta-design-section p {
  font-size: 14px;
  line-height: 1.7;
}

.cta-design-section .white-btn,
.cta-design-section .blue-outline-btn {
  font-size: 13px;
}

.footer-brand p,
.footer-links a,
.footer-bottom {
  font-size: 14px;
  line-height: 1.75;
}

.footer-links h3 {
  font-size: 16px;
}

/* Refined FAQ: interactive left navigation with a focused answer card. */
.faq-design-section {
  margin: 0 20px;
}

.faq-heading {
  width: min(820px, 100%);
  margin: 0 auto 24px;
  text-align: center;
}

.faq-heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  margin-bottom: 10px;
  padding: 0 12px;
  color: #2767f2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: rgba(238, 246, 255, 0.86);
}

.faq-design-section .faq-heading h2 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.18;
}

.faq-heading p {
  margin: 0;
  color: #66758d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}

.faq-switch-panel {
  grid-template-columns: minmax(270px, 330px) minmax(0, 1fr) 190px;
  gap: 18px;
  min-height: 318px;
  padding: 24px;
  align-items: stretch;
  border-radius: 10px;
}

.faq-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.faq-tab {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid #dce8f8;
  border-radius: 8px;
  color: #172642;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 24px -24px rgba(34, 82, 166, 0.48);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.faq-tab:hover {
  transform: translateY(-1px);
  border-color: #bcd3fb;
  box-shadow: 0 18px 30px -26px rgba(34, 82, 166, 0.58);
}

.faq-tab span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #2f6bf4;
  font-size: 12px;
  font-weight: 950;
  border-radius: 8px;
  background: #edf5ff;
}

.faq-tab strong {
  overflow: hidden;
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq-tab.active {
  color: #ffffff;
  border-color: #2f6bf4;
  background: linear-gradient(180deg, #4d82ff 0%, #2362f0 100%);
  box-shadow: 0 20px 38px -26px rgba(31, 92, 230, 0.9);
}

.faq-tab.active span {
  color: #2362f0;
  background: #ffffff;
}

.faq-answer-card,
.faq-side-card {
  position: relative;
  z-index: 1;
  border: 1px solid #dce8f8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 44px -34px rgba(35, 82, 160, 0.55);
}

.faq-answer-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px 34px;
}

.faq-answer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.faq-answer-top span {
  color: #2f6bf4;
  font-size: 12px;
  font-weight: 900;
}

.faq-answer-top b {
  color: rgba(47, 107, 244, 0.15);
  font-size: 46px;
  font-weight: 950;
  line-height: 1;
}

.faq-answer-card h3 {
  margin: 0 0 12px;
  color: #12213c;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.3;
}

.faq-answer-card p {
  max-width: 720px;
  margin: 0;
  color: #53627b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.82;
}

.faq-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.faq-detail-grid span {
  position: relative;
  min-height: 58px;
  padding: 13px 13px 12px 30px;
  color: #344761;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
  border: 1px solid #dceaff;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf6ff 100%);
}

.faq-detail-grid span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2f6bf4;
  box-shadow: 0 0 0 4px rgba(47, 107, 244, 0.12);
}

.faq-answer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.faq-answer-tags span {
  height: 28px;
  padding: 0 12px;
  color: #315fbb;
  font-size: 12px;
  font-weight: 800;
  line-height: 28px;
  border: 1px solid #d6e5ff;
  border-radius: 999px;
  background: #f1f7ff;
}

.faq-side-card {
  display: grid;
  min-height: 270px;
  align-content: end;
  padding: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(236, 246, 255, 0.92) 100%);
}

.faq-side-card .faq-visual {
  min-height: 160px;
}

.faq-side-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #5e6d86;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.faq-side-card .question-orbit {
  right: 18px;
  bottom: 20px;
}

.faq-side-card .question-card.small {
  right: 118px;
  bottom: 62px;
}

.faq-side-card .question-card.tall {
  right: 28px;
  bottom: 72px;
}

.faq-side-card .faq-visual b {
  right: 64px;
  bottom: 70px;
}

@media (max-width: 1180px) {
  .faq-switch-panel {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .faq-detail-grid {
    grid-template-columns: 1fr;
  }

  .faq-side-card {
    display: none;
  }
}

@media (max-width: 760px) {
  .faq-design-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .faq-switch-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .faq-tabs {
    gap: 10px;
  }

  .faq-tab strong {
    white-space: normal;
  }

  .faq-answer-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .faq-detail-grid {
    grid-template-columns: 1fr;
  }

  .faq-answer-card h3 {
    font-size: 21px;
  }
}

/* Scenario cards: keep icon and title visually centered on the same row. */
.scenario-card {
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: 42px auto;
  align-items: start;
}

.scenario-card .scenario-icon {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: start;
  margin: 0;
}

.scenario-card h3 {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  line-height: 1.22;
}

.scenario-card p {
  grid-column: 1 / -1;
  grid-row: 2;
}

@media (max-width: 760px) {
  .section-heading p,
  .pain-section .section-heading p,
  .capability-section .section-heading p,
  .process-section .section-heading p,
  .agent-copy > p,
  .download-copy > p,
  .faq-copy > p,
  .pain-card p,
  .capability-card p,
  .scenario-card p,
  .agent-points p,
  .os-cards p,
  .process-line p,
  .faq-design-item p {
    font-size: 14px;
  }
}

/* Final responsive and motion pass. */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pain-grid .reveal:nth-child(2),
.capability-panel .reveal:nth-child(2),
.scenario-grid .reveal:nth-child(2),
.agent-points .reveal:nth-child(2),
.os-cards .reveal:nth-child(2),
.tracking-grid .reveal:nth-child(2) {
  --reveal-delay: 80ms;
}

.pain-grid .reveal:nth-child(3),
.capability-panel .reveal:nth-child(3),
.scenario-grid .reveal:nth-child(3),
.tracking-grid .reveal:nth-child(3) {
  --reveal-delay: 140ms;
}

.pain-grid .reveal:nth-child(4),
.capability-panel .reveal:nth-child(4),
.scenario-grid .reveal:nth-child(4),
.tracking-grid .reveal:nth-child(4) {
  --reveal-delay: 200ms;
}

.capability-section {
  overflow: hidden;
  margin-top: 0;
  padding-top: 76px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 18% 22%, rgba(47, 107, 244, 0.12), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #edf7ff 58%, #ffffff 100%);
}

.capability-section .section-heading {
  margin-bottom: 34px;
}

.capability-section .section-heading h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.capability-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
}

.capability-card {
  position: relative;
  min-height: 168px;
  grid-template-columns: 52px minmax(0, 1fr);
  align-content: start;
  gap: 16px;
  overflow: hidden;
  padding: 26px 24px 24px;
  border: 1px solid rgba(198, 216, 241, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 253, 255, 0.96));
  box-shadow: 0 20px 44px -34px rgba(33, 80, 160, 0.46);
}

.capability-card::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -22px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(47, 107, 244, 0.06);
}

.capability-card:nth-child(5),
.capability-card:nth-child(6) {
  grid-column: auto;
}

.capability-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 107, 244, 0.34);
  box-shadow: 0 24px 52px -34px rgba(33, 80, 160, 0.58);
}

.capability-card h3 {
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.28;
}

.capability-card p {
  max-width: 27em;
  color: #4f5f78;
  font-size: 14px;
  line-height: 1.74;
}

.capability-icon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible,
  .capability-card:hover {
    transform: none;
    transition: none;
  }
}

@media (max-width: 1180px) {
  .site-header {
    gap: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-links {
    gap: 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .feature-strip,
  .hero-actions {
    justify-content: center;
  }

  .hero-product {
    width: min(860px, 100%);
    margin: 0 auto;
  }

  .capability-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .agent-section,
  .download-section {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: sticky;
    top: 0;
    flex-wrap: wrap;
    align-items: center;
    min-height: auto;
    padding: 14px 18px;
  }

  .site-header .brand {
    flex: 1 1 auto;
  }

  .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 0 2px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid #dce8f9;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    font-size: 12px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .ghost-btn {
    display: none;
  }

  .header-actions .solid-btn {
    min-width: 0;
    height: 36px;
    padding: 0 13px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .landing-page {
    overflow-x: hidden;
  }

  .hero,
  .pain-section,
  .capability-section,
  .process-section,
  .scenario-section,
  .tracking-section,
  .faq-section,
  .download-section,
  .agent-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding-top: 44px;
    padding-bottom: 54px;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 56px);
    line-height: 1.08;
  }

  .hero-copy > p {
    font-size: 15px;
  }

  .feature-strip {
    gap: 8px;
  }

  .feature-strip span {
    height: auto;
    min-height: 34px;
    padding: 8px 12px;
    font-size: 12px;
    white-space: normal;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-product {
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 12px;
  }

  .product-sidebar {
    display: none;
  }

  .product-main {
    padding: 18px;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .metrics article {
    height: auto;
    min-height: 72px;
  }

  .table-head {
    display: none;
  }

  .candidate-row {
    grid-template-columns: 20px 36px minmax(0, 1fr) 44px;
    gap: 8px;
    height: auto;
    min-height: 58px;
    padding: 10px;
  }

  .candidate-role,
  .candidate-row em,
  .chevron {
    display: none;
  }

  .candidate-row strong {
    display: block;
    justify-self: end;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2,
  .agent-copy h2,
  .download-copy h2,
  .faq-copy h2,
  .cta-section h2 {
    font-size: 26px;
  }

  .pain-grid,
  .capability-panel,
  .scenario-grid,
  .tracking-grid,
  .client-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .capability-section {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .capability-panel {
    gap: 12px;
  }

  .capability-card {
    min-height: auto;
    padding: 20px 18px;
  }

  .process-line {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-line article {
    min-height: 0;
    padding: 18px 18px 18px 88px;
    border: 1px solid #dfe9f8;
    border-radius: 10px;
    background: #ffffff;
  }

  .process-line article::after {
    display: none;
  }

  .agent-section,
  .download-section {
    gap: 24px;
  }

  .screenshot-shell {
    border-radius: 12px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 40px 18px 24px;
  }

  .footer-links {
    gap: 18px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .footer-bottom div {
    gap: 18px;
  }
}

@media (max-width: 420px) {
  .site-header .brand {
    font-size: 21px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .header-actions .solid-btn {
    max-width: 116px;
    line-height: 1.2;
  }

  .metrics strong {
    font-size: 20px;
  }

  .capability-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .capability-icon {
    width: 42px;
    height: 42px;
  }
}

/* Final polish: tighten responsive behavior after the section-specific overrides above. */
@media (max-width: 1180px) {
  .download-shot img {
    height: min(420px, 56vw);
    object-fit: cover;
  }

  .faq-heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 760px) {
  .faq-design-section {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-design-section .faq-heading h2 {
    font-size: 28px;
  }

  .faq-heading p {
    font-size: 13px;
    line-height: 1.68;
  }

  .faq-switch-panel {
    min-height: 0;
    padding: 16px;
  }

  .faq-tab {
    min-height: 46px;
  }

  .faq-answer-top {
    margin-bottom: 14px;
  }

  .faq-answer-top b {
    font-size: 38px;
  }

  .faq-detail-grid span {
    min-height: 0;
  }

  .process-line article {
    padding: 18px;
    text-align: left;
  }

  .process-line h3 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
  }

  .process-line h3 .process-index {
    position: static !important;
    flex: 0 0 16px;
    margin: 0 !important;
  }

  .process-icon {
    width: 52px;
    height: 52px;
    margin: 0 0 12px;
  }

  .process-icon svg {
    width: 23px;
    height: 23px;
  }

  .process-line p {
    width: 100%;
    margin: 0;
  }

  .agent-shot {
    overflow: hidden;
  }

  .agent-shot img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .download-shot img {
    height: auto;
    object-fit: contain;
  }

  .cta-design-section {
    margin-top: 22px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  .header-actions .solid-btn {
    max-width: none;
  }

  .faq-tab {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 8px 10px;
  }

  .faq-tab span {
    width: 30px;
    height: 30px;
  }

  .faq-answer-card {
    padding: 22px 18px;
  }

  .faq-answer-tags span {
    height: 26px;
    font-size: 11px;
    line-height: 26px;
  }
}

/* Mobile process cards: override older absolute-position rules for the stepper. */
@media (max-width: 760px) {
  .process-line {
    gap: 12px;
  }

  .process-line article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    min-height: 0;
    padding: 14px 15px;
    text-align: left;
  }

  .process-line article::before,
  .process-line article::after,
  .process-line article:not(:last-child)::before,
  .process-line article:not(:last-child)::after {
    display: none !important;
  }

  .process-line h3 {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 1.35;
  }

  .process-line h3 .process-index,
  .process-line span.process-index {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: inline-grid !important;
    flex: 0 0 16px;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    margin: 0 !important;
    font-size: 9px !important;
    line-height: 16px !important;
    transform: none !important;
  }

  .process-icon {
    position: static !important;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    justify-self: center;
    width: 42px;
    height: 42px;
    margin: 2px 0 0;
  }

  .process-icon svg {
    width: 20px;
    height: 20px;
  }

  .process-line p {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
  }
}
