:root {
  color-scheme: dark;
  --blue: #004aad;
  --blue-bright: #1264ce;
  --ink: #05070b;
  --surface: #0d1117;
  --line: #252b35;
  --white: #ffffff;
  --muted: #a8b0bd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-height: 100vh; overflow-x: hidden; color: var(--white); background: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }

.site-header { position: relative; display: flex; align-items: center; justify-content: center; width: min(100% - 2rem, 72rem); min-height: 6rem; margin: 0 auto; border-bottom: 1px solid var(--line); }
.brand { display: block; width: 13.5rem; }
.brand-crop { position: relative; display: block; width: 100%; aspect-ratio: 716 / 255; overflow: hidden; }
.brand-crop img { position: absolute; width: 223.464%; max-width: none; left: -58.101%; top: -111%; filter: brightness(0) invert(1); }
.header-label { position: absolute; right: 0; color: #c6ccd5; font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

main { width: min(100% - 2rem, 72rem); margin: 0 auto; }
.hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; min-height: 31rem; padding: clamp(4rem, 9vw, 7rem) 0 4.5rem; }
.eyebrow { margin: 0 0 .9rem; color: #5c9df4; font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, p { text-wrap: balance; }
h1 { max-width: 47rem; margin: 0; font-size: clamp(3rem, 7.5vw, 6.6rem); line-height: .92; letter-spacing: -.065em; }
h1 span { color: #2f7cdf; }
.lede { max-width: 43rem; margin: 1.7rem 0 0; color: #c1c7d0; font-size: clamp(1rem, 2vw, 1.22rem); line-height: 1.6; }
.program-summary { padding: 1.5rem; background: linear-gradient(155deg, #111722, #090c12); border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 1.3rem 4rem rgba(0,0,0,.25); }
.program-summary p { margin: 0 0 1rem; color: var(--white); font-size: .9rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.program-summary ul { display: grid; gap: .78rem; margin: 0; padding: 0; list-style: none; }
.program-summary li { position: relative; padding-left: 1.35rem; color: #b9c0cb; font-size: .92rem; line-height: 1.35; }
.program-summary li::before { content: ""; position: absolute; left: 0; top: .43rem; width: .48rem; height: .48rem; background: var(--blue-bright); border-radius: 50%; }

.pricing { padding: 4rem 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 1.8rem; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1; letter-spacing: -.045em; }
.section-heading > p { max-width: 15rem; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; text-align: right; }
.packages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
.package { position: relative; display: flex; flex-direction: column; min-height: 23rem; padding: 1.4rem; overflow: hidden; color: var(--white); text-decoration: none; background: var(--surface); border: 1px solid var(--line); border-radius: 1rem; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.package:hover, .package:focus-visible { transform: translateY(-4px); background: #121821; border-color: #4b8ee6; outline: none; }
.package.featured { background: linear-gradient(155deg, #0757bd, #003f96); border-color: #3987ed; }
.package-index { color: #606a78; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.featured .package-index { color: rgba(255,255,255,.58); }
.popular { position: absolute; top: 1rem; right: 1rem; padding: .38rem .58rem; color: #dcecff; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.employee-count { margin-top: 3.7rem; font-size: clamp(3rem, 5vw, 4.4rem); font-weight: 950; line-height: .9; letter-spacing: -.07em; }
.employee-label { margin-top: .55rem; color: var(--muted); font-size: .95rem; font-weight: 700; }
.featured .employee-label { color: rgba(255,255,255,.75); }
.price { margin-top: auto; font-size: 1.7rem; font-weight: 900; letter-spacing: -.03em; }
.price small { margin-left: .25rem; color: var(--muted); font-size: .78rem; font-weight: 650; letter-spacing: 0; }
.featured .price small { color: rgba(255,255,255,.72); }
.action { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #2b323d; font-size: .87rem; font-weight: 850; }
.featured .action { border-color: rgba(255,255,255,.25); }
.action b { font-size: 1.25rem; font-weight: 500; transition: transform .2s ease; }
.package:hover .action b, .package:focus-visible .action b { transform: translateX(.3rem); }

footer { padding: 1.5rem 0 2.5rem; color: #6f7885; border-top: 1px solid var(--line); font-size: .72rem; letter-spacing: .07em; text-align: center; }
footer p { margin: .5rem 0; }
.secure-dot { display: inline-block; width: .45rem; height: .45rem; margin-right: .3rem; background: #43c77b; border-radius: 50%; vertical-align: .04rem; }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding: 4rem 0 3rem; }
  .program-summary { max-width: 35rem; }
  .packages { grid-template-columns: 1fr; }
  .package { min-height: 13rem; }
  .employee-count { margin-top: 2.6rem; }
}

@media (max-width: 540px) {
  .site-header { min-height: 4.8rem; }
  .brand { width: 9.5rem; }
  .header-label { display: none; }
  main { width: min(100% - 1.2rem, 72rem); }
  .hero { gap: 2.2rem; padding-top: 3.3rem; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
  .lede { font-size: 1rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: .8rem; text-align: left; }
  .pricing { padding: 3rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .package, .action b { transition: none; }
}
