.info-main {
  background: #ffffff;
}

.nav-links a[aria-current="page"] {
  color: var(--brand);
}

.info-hero {
  padding: 104px 0 92px;
  border-bottom: 1px solid var(--line);
}

.info-hero-inner,
.info-section-inner,
.notice-band-inner {
  width: min(1040px, calc(100vw - 32px));
  margin: 0 auto;
}

.info-eyebrow {
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.info-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  letter-spacing: 0;
  line-height: 1;
}

.info-hero .info-lead {
  max-width: 720px;
  margin-top: 24px;
  color: #526174;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.info-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.info-primary,
.info-secondary {
  min-height: 46px;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.info-primary {
  background: var(--brand);
  color: #ffffff;
}

.info-secondary {
  border: 1px solid var(--brand);
  background: #ffffff;
  color: var(--brand);
}

.info-primary:hover {
  background: #0879df;
}

.info-secondary:hover {
  background: var(--brand-soft);
}

.info-section {
  padding: 84px 0;
}

.info-section.soft {
  background: #eef8ff;
  border-top: 1px solid #d9ecfb;
  border-bottom: 1px solid #d9ecfb;
}

.info-section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: start;
  margin-bottom: 48px;
}

.info-section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0;
  line-height: 1.1;
}

.info-section-heading p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.process-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-item {
  display: grid;
  grid-template-columns: 56px minmax(180px, 0.65fr) minmax(0, 1.35fr);
  gap: 24px;
  align-items: start;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.process-item:last-child {
  border-bottom: 1px solid var(--line);
}

.process-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
}

.process-item h3 {
  margin: 7px 0 0;
  font-size: 1.08rem;
}

.process-item p,
.prose-block p,
.prose-block li,
.principle p,
.privacy-row p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

.product-flow {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #cfe1ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.flow-sidebar {
  padding: 26px;
  border-right: 1px solid var(--line);
  background: #f8fbfe;
}

.flow-sidebar h3,
.flow-chat h3 {
  margin: 0;
  font-size: 1rem;
}

.flow-sidebar > p,
.flow-chat > header p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.8rem;
}

.flow-field {
  margin-top: 24px;
}

.flow-field span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.flow-input {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.84rem;
}

.flow-button {
  margin-top: 18px;
  border-radius: 8px;
  background: var(--brand);
  color: #ffffff;
  padding: 12px;
  font-size: 0.82rem;
  font-weight: 750;
  text-align: center;
}

.flow-status {
  margin-top: 18px;
  color: var(--success);
  font-size: 0.76rem;
  font-weight: 700;
}

.flow-chat {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.flow-chat > header {
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.flow-messages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 30px;
  background: #fbfcfe;
}

.flow-message {
  max-width: 70%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 12px 14px;
  color: #405064;
  font-size: 0.85rem;
}

.flow-message.me {
  align-self: flex-end;
  border-color: var(--brand);
  background: var(--brand);
  color: #ffffff;
}

.flow-composer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
}

.flow-composer span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.flow-send {
  background: var(--brand);
  color: #ffffff;
}

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

.principle {
  padding-top: 20px;
  border-top: 3px solid var(--brand);
}

.principle h3 {
  margin: 0 0 10px;
  font-size: 1.04rem;
}

.about-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  min-height: 500px;
}

.about-photo {
  min-height: 500px;
  background-image: url("./kyte-hero.png");
  background-position: center;
  background-size: cover;
}

.about-copy {
  display: grid;
  align-content: center;
  padding: 64px;
  background: #eef8ff;
}

.about-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0;
  line-height: 1.1;
}

.about-copy p {
  margin-top: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.privacy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.privacy-summary div {
  padding: 28px;
  background: #ffffff;
}

.privacy-summary strong {
  display: block;
  margin-bottom: 9px;
  font-size: 1rem;
}

.privacy-summary p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.privacy-list {
  display: grid;
  gap: 0;
}

.privacy-row {
  display: grid;
  grid-template-columns: minmax(200px, 0.65fr) minmax(0, 1.35fr);
  gap: 60px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.privacy-row:last-child {
  border-bottom: 1px solid var(--line);
}

.privacy-row h3 {
  margin: 0;
  font-size: 1rem;
}

.prose-block {
  max-width: 760px;
}

.prose-block h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: 0;
}

.prose-block p + p,
.prose-block ul {
  margin-top: 16px;
}

.prose-block ul {
  padding-left: 20px;
}

.notice-band {
  padding: 36px 0;
  background: #e5f5ff;
  border-top: 1px solid #cbe7f8;
  border-bottom: 1px solid #cbe7f8;
}

.notice-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.notice-band h2 {
  margin: 0;
  font-size: 1.18rem;
}

.notice-band p {
  max-width: 650px;
  color: #52697b;
  font-size: 0.88rem;
  line-height: 1.55;
}

.info-footer .footer-links button {
  display: none;
}

@media (max-width: 760px) {
  .info-hero {
    padding: 72px 0 64px;
  }

  .info-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .info-primary,
  .info-secondary {
    text-align: center;
  }

  .info-section {
    padding: 58px 0;
  }

  .info-section-heading,
  .process-item,
  .privacy-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-item {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .process-item p {
    grid-column: 2;
  }

  .product-flow {
    grid-template-columns: 1fr;
  }

  .flow-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principles,
  .privacy-summary {
    grid-template-columns: 1fr;
  }

  .about-visual {
    grid-template-columns: 1fr;
  }

  .about-photo {
    min-height: 360px;
    background-position: center bottom;
  }

  .about-copy {
    padding: 48px 24px;
  }

  .notice-band-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
