:root {
  --bg: #f5f6fa;
  --bg-soft: #eceff4;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #141b27;
  --text-soft: #5f6879;
  --stroke: #d7ddea;
  --orange: #ff7a18;
  --pink: #d52698;
  --grad: linear-gradient(120deg, var(--orange), var(--pink));
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-soft: 0 16px 36px rgba(20, 27, 39, 0.09);
  --container: min(1160px, calc(100vw - 40px));
  --header-h: 80px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Hanken Grotesk", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.45;
  min-height: 100vh;
  overflow-x: clip;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(88px);
  opacity: 0.28;
}

body::before {
  width: clamp(430px, 48vw, 760px);
  height: clamp(430px, 48vw, 760px);
  top: -180px;
  left: -190px;
  background: radial-gradient(circle at 40% 40%, rgba(255, 122, 24, 0.78), rgba(255, 122, 24, 0));
}

body::after {
  width: clamp(420px, 44vw, 720px);
  height: clamp(420px, 44vw, 720px);
  right: -210px;
  top: 30%;
  background: radial-gradient(circle at 55% 45%, rgba(213, 38, 152, 0.74), rgba(213, 38, 152, 0));
}

a {
  color: inherit;
  text-decoration: none;
}

p,
ul {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", "Hanken Grotesk", sans-serif;
  letter-spacing: 0;
  line-height: 1.08;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.page-header {
  position: sticky;
  top: 0;
  width: 100%;
  min-height: var(--header-h);
  border-bottom: 1px solid rgba(205, 211, 224, 0.45);
  background: rgba(245, 246, 248, 0.78);
  backdrop-filter: blur(12px);
  z-index: 80;
}

.header-shell {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.08rem;
  font-weight: 760;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand-logo,
.brand img {
  width: 76px;
  height: auto;
  object-fit: contain;
  display: block;
}

.header-links {
  display: inline-flex;
  gap: 8px;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid rgba(205, 211, 224, 0.56);
  background: rgba(255, 255, 255, 0.5);
}

.header-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text-soft);
  font-weight: 620;
  font-size: 0.9rem;
  transition: color 180ms ease, background-color 180ms ease;
}

.header-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease;
}

.btn:focus-visible {
  outline: 3px solid rgba(255, 122, 24, 0.35);
  outline-offset: 2px;
}

.btn-primary {
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  background: var(--grad);
  box-shadow: 0 14px 28px rgba(213, 38, 152, 0.22);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(213, 38, 152, 0.27);
}

.btn-secondary {
  min-height: 48px;
  padding: 0 24px;
  color: #253047;
  border: 1px solid rgba(205, 211, 224, 0.8);
  background: rgba(255, 255, 255, 0.72);
}

.btn-secondary:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(20, 27, 39, 0.07);
}

main {
  padding-top: clamp(28px, 4vw, 46px);
}

.hero {
  padding: clamp(48px, 8vw, 92px) 0 clamp(28px, 4vw, 42px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(187, 198, 217, 0.82);
  background: rgba(255, 255, 255, 0.68);
  color: #4f5b72;
  font-size: 0.72rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 14px;
}

.insights-eyebrow {
  gap: 6px;
  font-size: 0.64rem;
  padding: 6px 11px;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
}

.insights-eyebrow::before {
  width: 6px;
  height: 6px;
}

.hero h1 {
  max-width: 980px;
  margin-top: 22px;
  font-size: clamp(2.6rem, 6.3vw, 6rem);
  font-weight: 800;
  letter-spacing: 0;
}

.hero p {
  max-width: 680px;
  margin-top: 22px;
  color: var(--text-soft);
  font-size: clamp(1.06rem, 1.5vw, 1.24rem);
  line-height: 1.58;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.section {
  padding: clamp(28px, 5vw, 54px) 0;
}

.section h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 800;
}

.card-grid,
.faq-grid,
.link-grid {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.faq-item,
.link-tile,
.cta-band {
  border: 1px solid rgba(205, 211, 224, 0.78);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(20, 27, 39, 0.05);
  backdrop-filter: blur(8px);
}

.card,
.faq-item {
  border-radius: var(--radius-md);
  padding: 18px;
}

.card h3,
.faq-item h3 {
  font-size: 1.08rem;
}

.card p,
.faq-item p,
.section p,
.section li {
  color: var(--text-soft);
}

.card p,
.faq-item p,
.section p {
  margin-top: 10px;
}

.list {
  margin-top: 14px;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  font-size: 1.03rem;
}

.cta-band {
  margin-top: 24px;
  border-radius: var(--radius-lg);
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-band p {
  margin-top: 0;
}

.link-tile {
  border-radius: var(--radius-md);
  padding: 16px 18px;
  font-weight: 700;
  color: #2d3d55;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.link-tile:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 24, 0.36);
  box-shadow: var(--shadow-soft);
}

.footer {
  margin-top: clamp(36px, 6vw, 70px);
  border-top: 1px solid rgba(205, 211, 224, 0.58);
  background: rgba(255, 255, 255, 0.72);
  padding: 24px 0;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 650;
}

.footer-links a:hover {
  color: var(--text);
}

.muted {
  color: #6a7890;
  font-size: 0.84rem;
}

@media (max-width: 860px) {
  :root {
    --header-h: 86px;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-inline: 26px;
  }

  .header-shell {
    gap: 14px;
  }

  .header-links {
    display: none;
  }

  .page-header .btn {
    display: none;
  }

  main {
    padding-top: 16px;
  }

  .hero {
    padding-top: 56px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 8.6vw, 2.85rem);
    overflow-wrap: break-word;
  }

  .section h2 {
    font-size: clamp(1.5rem, 6.4vw, 2rem);
  }

  .hero p {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-actions .btn,
  .cta-band .btn {
    width: 100%;
    max-width: 100%;
  }

  .card-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}
