:root {
  --ink: #0f172a;
  --muted: #6b7280;
  --brand: #0d1b5e;
  --brand-2: #1e3a8a;
  --accent: #f59e0b;
  --mint: #10b981;
  --surface: #ffffff;
  --bg: #f5f7fb;
  --line: #e5e7eb;
  --shadow: 0 18px 50px rgba(3, 4, 4, 0.12);
  --radius: 18px;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: "Poppins", "Lato", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
}

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

img {
  max-width: 100%;
  display: block
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, .25);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}

.btn .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.btn:hover {
  transform: translateY(-1px)
}

.btn-primary {
  background: var(--mint);
  color: #fff;
  box-shadow: 0 10px 20px rgba(16, 185, 129, .25)
}

.btn-ghost {
  background: #fff;
  border-color: var(--line);
  color: var(--ink)
}

.btn-dark {
  background: var(--brand);
  color: #fff
}

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .7)
}

.btn-nav-register {
  background: var(--mint);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 12px rgba(16, 185, 129, .4);
  animation: pulse-glow 2s ease-in-out infinite;
}

.btn-nav-register:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(16, 185, 129, .6);
}

@keyframes pulse-glow {

  0%,
  100% {
    box-shadow: 0 0 12px rgba(16, 185, 129, .4)
  }

  50% {
    box-shadow: 0 0 24px rgba(16, 185, 129, .7), 0 0 48px rgba(16, 185, 129, .3)
  }
}

.topbar {
  background: #0f172a;
  color: #e2e8f0;
  font-size: 13px;
  padding: 8px 0;
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.topbar strong {
  color: #fff
}

header {
  background: linear-gradient(120deg, #0b143f, #142c7a, #0b143f);
  color: #fff;
  position: relative;
  overflow: hidden;
}

header::before {
  content: "";
  position: absolute;
  inset: auto auto -140px -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(245, 158, 11, .35), transparent 70%);
  filter: blur(8px);
}

header::after {
  content: "";
  position: absolute;
  inset: -100px -120px auto auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(16, 185, 129, .3), transparent 70%);
  filter: blur(10px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0 10px;
  position: relative;
  z-index: 2;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: 20px;
}

.nav-left img {
  width: 240px;
  height: auto;
  filter: brightness(1.25) contrast(1.08) drop-shadow(0 3px 14px rgba(0, 0, 0, 0.3));
}

.nav-links {
  display: flex;
  gap: 16px;
  font-size: 14px;
  opacity: .9;
}

.hero {
  padding: 30px 0 90px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 620px
}

.hero-copy .pill {
  margin-bottom: 6px
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

h1 {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.08;
  margin: 16px 0;
  letter-spacing: -0.5px;
}

.hero p {
  font-size: 18px;
  color: #dbeafe;
  margin: 0 0 20px;
}

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

.hero-links {
  display: flex;
  gap: 16px;
  margin-top: 14px;
  font-size: 14px;
  color: #c7d2fe;
}

.hero-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  padding: 24px;
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, .25);
}

.hero-mockup {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  max-height: 260px;
  object-fit: cover;
}

.hero-card h3 {
  margin: 0 0 12px;
  font-size: 20px
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.metric {
  background: rgba(255, 255, 255, .12);
  border-radius: 14px;
  padding: 14px;
  font-size: 14px;
}

.metric strong {
  display: block;
  font-size: 22px
}

section {
  padding: 80px 0
}

.section-title {
  text-align: center;
  margin-bottom: 36px;
}

h2 {
  font-size: clamp(26px, 3.5vw, 42px);
  margin: 0 0 10px;
  color: var(--brand);
}

.sub {
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 23, 42, .04);
}

.card h3 {
  margin: 0 0 8px;
  font-size: 18px
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.t-card {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.t-card p {
  margin: 0 0 12px
}

.t-meta {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600
}

.faq {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none
}

.faq details p {
  margin: 10px 0 0;
  color: var(--muted)
}

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(37, 211, 102, .35);
  z-index: 999;
}

.wa-float svg {
  width: 26px;
  height: 26px
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.step {
  background: #fff;
  border-radius: var(--radius);
  padding: 22px;
  border: 1px dashed rgba(15, 23, 42, .15);
}

.step span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--muted);
}

.list li {
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 7px;
  flex: 0 0 auto;
}

.cta {
  background: linear-gradient(120deg, #0b143f, #1e3a8a, #0b143f);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  margin: 0 20px 80px;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.cta::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(245, 158, 11, .35), transparent 70%);
}

.footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 40px 0;
  font-size: 14px;
}

.footer a {
  color: #e2e8f0
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise .7s ease forwards;
}

.delay-1 {
  animation-delay: .1s
}

.delay-2 {
  animation-delay: .2s
}

.delay-3 {
  animation-delay: .3s
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (max-width:980px) {

  .hero-grid,
  .two-col {
    grid-template-columns: 1fr
  }

  .nav-links {
    display: none
  }

  .hero {
    padding-bottom: 70px
  }
}

@media (max-width:720px) {
  .topbar .container {
    justify-content: center;
    text-align: center
  }

  .nav {
    flex-direction: column;
    align-items: center
  }

  .nav-actions {
    justify-content: center
  }

  .hero-actions {
    justify-content: center
  }

  .hero-links {
    justify-content: center;
    flex-wrap: wrap
  }

  .hero-card {
    order: 2
  }

  .hero p {
    font-size: 16px
  }

  .hero-copy {
    text-align: center
  }

  .hero-copy .pill {
    margin: 0 auto 6px
  }

  .hero-mockup {
    max-height: 200px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .cta {
    margin: 0 14px 70px
  }

  .nav-left img {
    width: 170px
  }
}

body.landing-home {
  background:
    radial-gradient(circle at top left, rgba(13, 27, 94, .06), transparent 22%),
    linear-gradient(180deg, #f3f6ff 0%, #f8fafc 20%, #ffffff 100%);
}

.landing-home header {
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 158, 11, .22), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(16, 185, 129, .18), transparent 26%),
    linear-gradient(135deg, #06102f 0%, #123382 52%, #081438 100%);
}

.landing-home header::before {
  inset: auto auto -170px -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(245, 158, 11, .28), transparent 72%);
}

.landing-home header::after {
  inset: -120px -100px auto auto;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(96, 165, 250, .2), transparent 72%);
}

.landing-home .nav {
  padding: 26px 0 0;
}

.landing-home .nav-left img {
  width: 230px;
}

.landing-home .site-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 34px;
  align-items: start;
  padding: 42px 0 96px;
  position: relative;
  z-index: 2;
}

.landing-home .site-hero-simple {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 60px 0 80px;
}

.landing-home .site-hero-simple .hero-copy {
  max-width: 700px;
  margin: 0 auto;
}

.landing-home .hero-copy {
  max-width: 680px;
}

.landing-home .hero-label {
  margin: 18px 0 0;
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.landing-home .hero-lead {
  color: #dbeafe;
  font-size: 19px;
  max-width: 640px;
  margin: 0 0 22px;
}

.landing-home .site-hero-simple .hero-lead {
  font-size: 20px;
  margin: 0 auto 28px;
  max-width: 580px;
}

.landing-home .site-hero-simple .hero-actions {
  justify-content: center;
}

.btn-cta-large {
  background: var(--mint);
  color: #fff;
  font-size: 20px;
  padding: 18px 42px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(16, 185, 129, .35);
  transition: transform .15s ease, box-shadow .15s ease;
}

.btn-cta-large:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(16, 185, 129, .45);
}

.hero-sub-cta {
  margin: 12px 0 0;
  color: #93c5fd;
  font-size: 14px;
  font-weight: 500;
}

.hero-checks {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.check-item {
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.check-item::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(16, 185, 129, .25);
  border: 2px solid var(--mint);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8l3 3 5-5' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  flex-shrink: 0;
}

/* 3 Steps Section */
.section-steps {
  padding: 80px 0;
  background: #fff;
}

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

.step-card {
  text-align: center;
  padding: 32px 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
  background: #fff;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d1b5e, #2563eb);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.step-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--brand);
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

/* CTA sub text */
.cta-sub {
  margin: 16px auto 0;
  color: #93c5fd;
  font-size: 14px;
}

.landing-home .hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.landing-home .proof-chip {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #e5eefc;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 14px 30px rgba(2, 8, 23, .12);
}

.landing-home .hero-stack {
  display: grid;
  gap: 18px;
}

.landing-home .signal-board,
.landing-home .audience-cloud {
  background: rgba(7, 16, 46, .48);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 60px rgba(2, 8, 23, .22);
}

.landing-home .board-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.landing-home .board-top h3,
.landing-home .audience-heading h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 24px;
}

.landing-home .board-kicker,
.landing-home .audience-heading p {
  margin: 0;
  color: #93c5fd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.landing-home .board-badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.landing-home .board-steps {
  display: grid;
  gap: 12px;
}

.landing-home .board-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
}

.landing-home .board-step span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 158, 11, .18);
  color: #fff;
  font-weight: 700;
}

.landing-home .board-step strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.landing-home .board-step small {
  display: block;
  color: #cbd5e1;
  margin-top: 2px;
  font-size: 12px;
}

.landing-home .board-step em {
  color: #fde68a;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

.landing-home .cloud-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.landing-home .cloud-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 600;
}

.landing-home section {
  padding: 92px 0;
}

.landing-home .section-soft {
  background: linear-gradient(180deg, rgba(13, 27, 94, .04), rgba(13, 27, 94, .02));
}

.landing-home .section-title {
  margin-bottom: 42px;
}

.landing-home .section-title-left {
  text-align: left;
}

.landing-home .section-title-left .sub {
  margin: 0;
  max-width: 620px;
}

.landing-home .section-kicker {
  margin: 0 0 12px;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.landing-home .compare-grid,
.landing-home .market-grid,
.landing-home .role-grid,
.landing-home .guarantee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.landing-home .insight-card,
.landing-home .market-card,
.landing-home .role-card,
.landing-home .stack-card,
.landing-home .guarantee-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.landing-home .problem-card {
  background: linear-gradient(180deg, #fff7ed, #ffffff);
}

.landing-home .solution-card {
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.landing-home .accent-card {
  background: linear-gradient(180deg, #0f172a, #111c44);
  color: #dbeafe;
}

.landing-home .accent-card h3 {
  color: #fff;
}

.landing-home .card-kicker {
  margin: 0 0 10px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.landing-home .accent-card .card-kicker {
  color: #93c5fd;
}

.landing-home .insight-card h3,
.landing-home .market-card h3,
.landing-home .role-card h3,
.landing-home .stack-card h3,
.landing-home .guarantee-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.landing-home .bullet-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.landing-home .bullet-list li {
  position: relative;
  padding-left: 22px;
  color: inherit;
}

.landing-home .bullet-list li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #fb7185);
}

.landing-home .chain-wrap {
  display: grid;
  grid-template-columns: repeat(7, auto);
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.landing-home .chain-node {
  min-width: 132px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #0d1b5e, #152c82);
  color: #fff;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 16px 40px rgba(13, 27, 94, .22);
}

.landing-home .chain-link {
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(13, 27, 94, .35), rgba(13, 27, 94, .8));
}

.landing-home .chain-rule {
  margin: 0 0 30px;
  text-align: center;
  color: var(--muted);
}

.landing-home .role-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-home .ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 24px;
  align-items: start;
}

.landing-home .timeline {
  display: grid;
  gap: 16px;
}

.landing-home .timeline-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
}

.landing-home .timeline-card span {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d1b5e, #2563eb);
  color: #fff;
  font-weight: 700;
}

.landing-home .timeline-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.landing-home .timeline-card p {
  margin: 0;
  color: var(--muted);
}

.landing-home .ops-side {
  display: grid;
  gap: 18px;
}

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

.landing-home .guarantee-main {
  grid-column: span 3;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, .18), transparent 28%),
    linear-gradient(180deg, #0d1b5e, #152c82);
  color: #eaf2ff;
}

.landing-home .guarantee-main h3 {
  color: #fff;
  font-size: 30px;
}

.landing-home .guarantee-main .card-kicker {
  color: #bfdbfe;
}

.landing-home .cta {
  margin-top: 0;
}

.landing-home .cta p {
  max-width: 740px;
  margin: 0 auto;
  color: #dbeafe;
}

.landing-home .hero-actions-center {
  justify-content: center;
  margin-top: 24px;
}

@media (max-width:1080px) {

  .landing-home .site-hero,
  .landing-home .ops-grid {
    grid-template-columns: 1fr;
  }

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

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

  .landing-home .guarantee-main {
    grid-column: span 2;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width:820px) {

  .landing-home .compare-grid,
  .landing-home .market-grid,
  .landing-home .role-grid,
  .landing-home .guarantee-grid,
  .landing-home .hero-proof {
    grid-template-columns: 1fr;
  }

  .landing-home .guarantee-main {
    grid-column: span 1;
  }

  .landing-home .chain-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .landing-home .chain-link {
    width: 2px;
    height: 24px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(13, 27, 94, .35), rgba(13, 27, 94, .8));
  }
}

@media (max-width:720px) {
  .landing-home .site-hero {
    padding: 26px 0 74px;
  }

  .landing-home .site-hero-simple {
    padding: 36px 0 60px;
  }

  .landing-home .nav {
    padding-top: 22px;
  }

  .landing-home .hero-label {
    letter-spacing: .12em;
  }

  .landing-home .hero-lead {
    font-size: 17px;
  }

  .landing-home .site-hero-simple .hero-lead {
    font-size: 17px;
  }

  .btn-cta-large {
    font-size: 18px;
    padding: 16px 36px;
    width: 100%;
    max-width: 340px;
  }

  .hero-checks {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .landing-home .signal-board,
  .landing-home .audience-cloud,
  .landing-home .insight-card,
  .landing-home .market-card,
  .landing-home .role-card,
  .landing-home .stack-card,
  .landing-home .guarantee-card {
    padding: 22px;
  }

  .landing-home .board-step {
    grid-template-columns: auto 1fr;
  }

  .landing-home .board-step em {
    grid-column: 2;
    justify-self: start;
  }

  .landing-home section {
    padding: 74px 0;
  }

  .section-steps {
    padding: 60px 0;
  }

  .step-card {
    padding: 24px 20px;
  }
}