:root {
  --bg: #ffffff;
  --bg-alt: #f2f6ff;
  --surface: #ffffff;
  --text: #262626;
  --text-on-dark: #dadfea;
  --heading: #173073;
  --muted: #5f6368;
  --brand-blue: #003372;
  --brand-blue-2: #175cff;
  --link: #1a73e8;
  --accent: #cf8907;
  --accent-hover: #ef8705;
  --border: #d7e1f5;
  --focus: #ef8705;
  --max-width: 72rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.4rem;
  --shadow-soft: 0 12px 28px #00337214;
  --shadow-card: 0 8px 24px #17307312;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
  line-height: 1.7;
  font-size: 1.08rem;
  background:
    radial-gradient(1400px 600px at 12% -8%, #cf890718 0%, transparent 70%),
    radial-gradient(900px 500px at 90% 4%, #175cff12 0%, transparent 68%),
    var(--bg);
  color: var(--text);
}

.container {
  width: min(100% - 2.75rem, var(--max-width));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--accent);
  color: #222222;
  padding: 0.625rem 0.9rem;
  border-radius: 0.25rem;
  z-index: 999;
  font-weight: 700;
}

.skip-link:focus-visible {
  top: 1rem;
}

.skip-link:hover {
  color: #222222;
}

a {
  color: var(--link);
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.18rem;
}

a:hover {
  color: #0d5ecc;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 0.2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: linear-gradient(to right, var(--brand-blue) 70%, #013372cc);
  border-bottom: 1px solid #ffffff40;
}

.header-inner {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
}

.brand-word {
  color: #ffffff;
  font-size: 1.32rem;
  font-family: "Sora", "Manrope", sans-serif;
  padding: 0.25rem 0.75rem;
  border: 1px solid #ffffff45;
  border-radius: 999px;
  background: #ffffff12;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  background: #ffffff10;
  border: 1px solid #ffffff2a;
  border-radius: 999px;
  padding: 0.28rem;
}

.site-nav a {
  text-decoration: none;
  font-weight: 700;
  color: var(--text-on-dark);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
  background: #ffffff18;
}

.menu-toggle {
  display: none;
  border: 2px solid var(--accent);
  background: transparent;
  color: var(--text-on-dark);
  border-radius: 999px;
  font-weight: 700;
  padding: 0.52rem 0.92rem;
}

.hero {
  padding: 5.4rem 0 3.6rem;
  background: linear-gradient(to right, var(--brand-blue) 70%, #013372cc);
  color: var(--text-on-dark);
  position: relative;
  overflow: hidden;
}

.hero p {
  color: var(--text-on-dark);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -30% auto;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, #cf890738 0%, #cf89070a 50%, transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 64rem;
  padding: clamp(1.2rem, 2vw, 2.1rem);
  border: 1px solid #ffffff33;
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg, #ffffff12 0%, #ffffff05 100%);
  box-shadow: var(--shadow-soft);
}

.countdown-label {
  text-align: center;
  margin: 0 0 0.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.countdown-value {
  text-align: center;
  margin: 0 0 1.2rem;
  line-height: 1.25;
}

.countdown-days {
  display: block;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #e6db11;
}

.countdown-subtext {
  display: block;
  margin-top: 0.2rem;
  font-size: clamp(0.9rem, 1.35vw, 1.08rem);
  font-weight: 700;
  color: #ffffff;
}

.eyebrow {
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 0.6rem;
}

h1,
h2,
h3 {
  font-family: "Sora", "Manrope", sans-serif;
  line-height: 1.25;
  margin-top: 0;
  color: var(--heading);
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  max-width: 18ch;
  color: #ffffff;
}

.hero-title {
  text-align: center;
  margin-inline: auto;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(1.05rem, 3vw, 3.2rem);
  margin-bottom: 0.85rem;
}

h2 {
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
  margin-bottom: 1.1rem;
  position: relative;
  padding-bottom: 0.45rem;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.2rem;
  height: 0.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-blue) 0%, var(--accent) 100%);
}

h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  margin-bottom: 0.6rem;
}

.lead {
  font-size: clamp(1.06rem, 1.9vw, 1.33rem);
  color: var(--text-on-dark);
  max-width: 68ch;
  margin-inline: auto;
  text-align: center;
}

.hero-content > p:not(.countdown-label):not(.countdown-value) {
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section {
  padding: clamp(2.6rem, 4vw, 4rem) 0;
}

.section-alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.card-list,
.plain-list {
  padding-left: 1.2rem;
}

.card-list li,
.plain-list li {
  margin-bottom: 0.65rem;
}

.strong {
  font-weight: 700;
  color: var(--heading);
}

.step {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.25rem 1rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-card);
  height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.step:hover,
.step:focus-within {
  transform: translateY(-2px);
  border-color: #9fb9e8;
  box-shadow: 0 14px 28px #17307324;
}

.step p {
  margin-bottom: 0.4rem;
}

.deliver-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
  justify-content: center;
}

.btn {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.75rem 1.12rem;
  border: 2px solid transparent;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.btn-primary {
  background: var(--brand-blue-2);
  color: #ffffff;
  box-shadow: 0 8px 18px #175cff3b;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #1a5dfa;
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-secondary {
  border-color: var(--accent);
  color: var(--heading);
  background: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: var(--accent-hover);
  color: #0a163e;
  background: #cf89071a;
}

.framework {
  text-align: center;
}

.framework-line {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  letter-spacing: 0.015em;
}

.site-footer {
  padding: 2.3rem 0 2.8rem;
  background: linear-gradient(to right, var(--brand-blue) 70%, #013372cc);
  color: var(--text-on-dark);
}

.site-footer h2 {
  color: #ffffff;
}

.small {
  color: var(--text-on-dark);
  font-size: 1rem;
}

@media (max-width: 54rem) {
  body {
    font-size: 1.01rem;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 4.5rem;
    display: none;
    flex-direction: column;
    background: var(--brand-blue);
    border-bottom: 1px solid #ffffff40;
    padding: 0.9rem 1rem 1.2rem;
    border-radius: 0;
    border-inline: 0;
  }

  .site-nav[data-open="true"] {
    display: flex;
  }

  .deliver-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 1rem;
  }

  .hero-title {
    font-size: clamp(0.92rem, 2.7vw, 2.4rem);
  }

  .cta-row {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
