:root {
  --ink: #111827;
  --muted: #667085;
  --soft: #f7f8fb;
  --surface: #ffffff;
  --line: #edf0f3;
  --accent: #3056d3;
  --accent-dark: #183b8f;
  --brand-green: #04a99a;
  --brand-green-dark: #037c72;
  --brand-green-soft: #eefbf8;
  --navy: #071a3d;
  --amber: #f5b84b;
  --coral: #ee6b5e;
  --shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  --radius: 8px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family:
    "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

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

p,
h1,
h2,
h3 {
  margin: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 32px), var(--content));
  margin: 10px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(216, 231, 226, 0.88);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 34px rgba(17, 24, 39, 0.05);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(193, 215, 209, 0.95);
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.07);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: 206px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 44px);
  color: #1f2937;
  font-size: 0.98rem;
  font-weight: 800;
}

.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--accent-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-green) 0%, var(--accent) 56%, var(--navy) 100%);
  box-shadow: 0 14px 34px rgba(48, 86, 211, 0.2);
}

.button.secondary {
  color: var(--accent-dark);
  border-color: #d0d5dd;
  background: #ffffff;
}

.hero-section,
.section,
.security-section,
.final-cta,
.proof-strip,
.site-footer {
  width: min(calc(100% - 32px), var(--content));
  margin-inline: auto;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.88fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  padding: clamp(28px, 5vw, 54px) 0 26px;
}

.eyebrow {
  color: var(--brand-green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy {
  display: grid;
  gap: 24px;
}

h1 {
  max-width: 760px;
  font-size: clamp(1.65rem, 2.9vw, 2.55rem);
  line-height: 1.14;
  font-weight: 800;
}

.hero-lede {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 10px 13px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #475467;
  background: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-photo {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
}

.hero-photo figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 6px;
  max-width: 420px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.1);
  backdrop-filter: blur(14px);
}

.hero-photo figcaption span,
.status-pill,
.step-number,
.plan-label {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-photo figcaption strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.proof-strip div {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 18px;
}

.proof-strip div + div {
  border-left: 1px solid var(--line);
}

.proof-strip strong {
  font-size: 1.05rem;
}

.proof-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding: clamp(38px, 5vw, 58px) 0 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 780px;
}

.centered-heading {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.security-copy h2,
.final-cta h2 {
  font-size: clamp(1.65rem, 2.9vw, 2.55rem);
  line-height: 1.14;
  font-weight: 800;
}

.section-heading p:not(.eyebrow),
.security-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.split-heading {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: end;
  max-width: none;
}

.moment-grid,
.plans-grid,
.why-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.moment-card,
.workflow-step,
.plan-card,
.why-grid article,
.faq-grid article,
.content-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 32px rgba(17, 24, 39, 0.045);
}

.moment-card {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
}

.moment-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--accent);
}

.moment-card:nth-child(2)::before {
  background: var(--brand-green);
}

.moment-card:nth-child(3)::before {
  background: #7d93ef;
}

.moment-card:nth-child(1) {
  border-color: #dbe4ff;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 46%);
}

.moment-card:nth-child(2) {
  border-color: #cceee9;
  background: linear-gradient(180deg, var(--brand-green-soft) 0%, #ffffff 46%);
}

.moment-card:nth-child(3) {
  border-color: #e5eaff;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 46%);
}

.moment-card h3,
.workflow-step h3,
.plan-card h3,
.security-list h3 {
  margin-top: 22px;
  font-size: 1.12rem;
  line-height: 1.18;
}

.moment-card p,
.workflow-step p,
.plan-card p,
.security-list p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.moment-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 30px;
  padding: 0 12px;
  border: 1px solid #e0e7ff;
  border-radius: 999px;
  color: var(--accent-dark);
  background: #eef3ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.moment-card:nth-child(2) .moment-tag {
  color: var(--brand-green-dark);
  border-color: #cceee9;
  background: #f3fcfa;
}

.moment-card:nth-child(3) .moment-tag {
  color: var(--accent-dark);
  border-color: #e5eaff;
  background: #f6f8ff;
}

.workflow-section {
  overflow: visible;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
  border: 0;
}

.workflow-step {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border: 1px solid #dfe6ff;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 70%);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.045);
  overflow: hidden;
}

.workflow-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--brand-green), var(--accent), var(--navy));
}

.workflow-step h3 {
  margin-top: 24px;
}

.workflow-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 30px;
  padding: 0 12px;
  color: var(--accent-dark);
  border: 1px solid #dbe4ff;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: none;
}

.workflow-step:nth-child(2) .step-number {
  color: var(--brand-green-dark);
  border-color: #cceee9;
  background: #ffffff;
}

.workflow-step:nth-child(3) .step-number {
  color: var(--accent-dark);
  background: #ffffff;
}

.workflow-step:nth-child(4) .step-number {
  color: var(--accent-dark);
  background: #ffffff;
}

.security-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  margin-top: clamp(42px, 5vw, 62px);
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #d0d5dd;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(7, 26, 61, 0.97), rgba(48, 86, 211, 0.92)),
    #071a3d;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.security-section .eyebrow {
  color: #b8c7ff;
}

.security-copy {
  display: grid;
  gap: 18px;
}

.security-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.text-link {
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

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

.security-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.security-list span {
  color: #b8c7ff;
  font-weight: 900;
}

.security-list h3 {
  margin-top: 0;
  color: #ffffff;
}

.security-list p {
  color: rgba(255, 255, 255, 0.72);
}

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

.why-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.why-grid article,
.faq-grid article {
  padding: 22px;
  border: 1px solid #dfe6ff;
  border-radius: var(--radius);
  background: #eef3ff;
  box-shadow: 0 14px 34px rgba(48, 86, 211, 0.08);
}

.why-grid article:nth-child(2) {
  border-color: #cceee9;
  background: var(--brand-green-soft);
}

.why-grid article:nth-child(3) {
  background: #f7f9ff;
}

.why-grid article:nth-child(4) {
  background: #edf7ff;
  border-color: #d8ebff;
}

.why-grid strong {
  display: block;
  color: #0b2d74;
  font-size: 1.08rem;
  line-height: 1.25;
}

.why-grid strong::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-green), var(--accent));
}

.faq-grid h3 {
  color: var(--ink);
}

.why-grid p,
.faq-grid p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.6;
}

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

.faq-grid h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.partner-panel {
  display: grid;
  gap: 26px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #dfe6ff;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, #f8faff 0%, #ffffff 52%, var(--brand-green-soft) 100%);
  box-shadow: 0 14px 42px rgba(17, 24, 39, 0.055);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.partner-grid article {
  display: grid;
  grid-template-rows: 18px 34px 1fr;
  gap: 8px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(48, 86, 211, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.partner-grid span {
  color: var(--brand-green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.partner-grid strong {
  display: flex;
  align-items: center;
  color: var(--accent-dark);
  font-size: 1.08rem;
  line-height: 1.22;
}

.partner-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.partner-panel .button {
  justify-self: start;
}

.plan-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.plan-card h3 {
  margin-top: 0;
  font-size: 1.55rem;
}

.plan-card .button {
  justify-self: start;
  margin-top: 8px;
}

.featured-plan {
  border-color: rgba(48, 86, 211, 0.28);
  background: #ffffff;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(42px, 5vw, 62px);
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.final-cta div {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  padding: 26px 0 34px;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-brand img {
  width: 172px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-weight: 750;
}

.page-shell {
  width: min(calc(100% - 32px), 980px);
  margin: 38px auto 64px;
}

.page-shell > h1 {
  margin-top: 12px;
  font-size: clamp(2.15rem, 4.4vw, 3.4rem);
  line-height: 1.05;
}

.content-card {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 42px);
}

.content-card h1 {
  font-size: clamp(2.15rem, 4.4vw, 3.4rem);
}

.content-card h2 {
  margin-top: 28px;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.16;
}

.content-card h3 {
  margin-top: 28px;
  font-size: 1.3rem;
}

.content-card p,
.content-card li {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.64;
}

.content-card p {
  margin-top: 16px;
}

.content-card ul,
.content-card ol {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.contact-card {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.contact-card strong {
  color: var(--ink);
  font-size: 1.16rem;
}

.contact-card span {
  color: var(--accent-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-card h2,
.contact-card h3 {
  margin-top: 0;
  font-size: 1.4rem;
}

.contact-card p {
  margin-top: 10px;
}

.redirect-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(48, 86, 211, 0.1), transparent 26rem),
    #ffffff;
}

.redirect-shell {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(100%, 430px);
  padding: 38px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  text-align: center;
}

.redirect-logo {
  width: 210px;
}

.redirect-shell h1 {
  font-size: clamp(1.8rem, 6vw, 2.45rem);
}

.redirect-shell p {
  color: var(--muted);
  line-height: 1.6;
}

.coming-soon-shell {
  max-width: 520px;
}

.coming-soon-shell .eyebrow {
  margin-top: 4px;
}

.redirect-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .hero-section,
  .security-section,
  .split-heading {
    grid-template-columns: 1fr;
  }

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

  .hero-photo img {
    min-height: 390px;
  }

  .proof-strip,
  .moment-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-strip div:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 12px;
  }

  .brand img {
    width: 168px;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 15px;
    font-size: 0.9rem;
  }

  .nav-links {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 2px;
    font-size: 0.9rem;
  }

  .hero-section {
    padding-top: 32px;
  }

  h1 {
    font-size: clamp(1.65rem, 8vw, 2.55rem);
  }

  .hero-actions,
  .final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .header-cta {
    width: auto;
  }

  .hero-photo img {
    min-height: 360px;
  }

  .hero-photo figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .proof-strip,
  .moment-grid,
  .plans-grid,
  .why-grid,
  .faq-grid,
  .partner-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip div + div,
  .proof-strip div:nth-child(3),
  .proof-strip div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-step {
    min-height: auto;
  }

  .security-section {
    padding: 28px 20px;
  }

  .security-list article {
    grid-template-columns: 1fr;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}
