:root {
  color-scheme: light;
  --ink: #111817;
  --muted: #62706b;
  --paper: #f5f7f4;
  --surface: #ffffff;
  --line: #dce3de;
  --dark: #061411;
  --deep: #0c2b24;
  --green: #1f7a5a;
  --mint: #8be0bb;
  --gold: #f2c85b;
  --coral: #df725d;
  --blue: #376f9d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(20px, 4vw, 58px);
  color: #fff;
  background: linear-gradient(180deg, rgb(3 12 10 / 0.82), rgb(3 12 10 / 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.08rem;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgb(255 255 255 / 0.34);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.12);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 32px);
  font-size: 0.93rem;
  font-weight: 800;
}

.main-nav a {
  color: rgb(255 255 255 / 0.84);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgb(255 255 255 / 0.32);
  border-radius: 8px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  background: rgb(255 255 255 / 0.1);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

#product-canvas,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#product-canvas {
  z-index: 0;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgb(2 11 9 / 0.94), rgb(2 11 9 / 0.72) 42%, rgb(2 11 9 / 0.18) 82%),
    linear-gradient(180deg, rgb(0 0 0 / 0.02), rgb(0 0 0 / 0.34));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(610px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 98px);
  padding-top: 76px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4.9rem, 11vw, 10.5rem);
  line-height: 0.84;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 540px;
  margin: 26px 0 0;
  color: rgb(255 255 255 / 0.88);
  font-size: clamp(1.08rem, 1.9vw, 1.34rem);
  line-height: 1.55;
  font-weight: 600;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  font-size: 0.96rem;
}

.button.primary {
  color: #101916;
  background: var(--gold);
}

.button.secondary {
  color: #fff;
  border-color: rgb(255 255 255 / 0.32);
  background: rgb(255 255 255 / 0.08);
}

.button.inverse {
  color: #fff;
  background: var(--deep);
}

.button.full {
  width: 100%;
  margin-top: auto;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  max-width: 560px;
}

.hero-proof span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 8px;
  color: rgb(255 255 255 / 0.8);
  background: rgb(255 255 255 / 0.07);
  font-size: 0.84rem;
  font-weight: 800;
}

.ticker {
  display: flex;
  gap: clamp(18px, 4vw, 54px);
  overflow: hidden;
  padding: 18px clamp(20px, 5vw, 70px);
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(66px, 8vw, 110px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
}

.section-heading.compact {
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.22;
  letter-spacing: 0;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.section-heading p {
  font-size: 1.06rem;
}

.product-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.product-card,
.package-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.product-card {
  min-height: 270px;
  padding: 26px;
}

.feature-a {
  border-top: 5px solid var(--green);
}

.feature-b {
  border-top: 5px solid var(--gold);
}

.feature-c {
  border-top: 5px solid var(--blue);
}

.card-label {
  display: block;
  margin-bottom: 50px;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
}

.product-card p,
.package-card p,
.package-card li {
  margin-top: 13px;
}

.workflow {
  border-top: 1px solid var(--line);
}

.workflow h2 {
  max-width: 860px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid var(--line);
}

.timeline-item {
  min-height: 190px;
  padding: 25px 22px 10px 0;
  border-right: 1px solid var(--line);
}

.timeline-item:last-child {
  border-right: 0;
}

.timeline-item span {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--green);
  font-weight: 900;
}

.security-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: center;
  padding: clamp(70px, 8vw, 108px) clamp(20px, 7vw, 98px);
  color: #fff;
  background: var(--deep);
}

.security-band h2,
.security-band p {
  color: #fff;
}

.security-band p {
  max-width: 700px;
  margin-top: 18px;
  color: rgb(255 255 255 / 0.76);
  font-size: 1.06rem;
}

.security-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.security-matrix div {
  min-height: 122px;
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 8px;
  background: rgb(255 255 255 / 0.06);
}

.security-matrix strong,
.security-matrix span {
  display: block;
}

.security-matrix strong {
  margin-bottom: 10px;
  font-size: 1rem;
}

.security-matrix span {
  color: rgb(255 255 255 / 0.68);
  line-height: 1.45;
}

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

.package-card {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.package-card.highlighted {
  color: #fff;
  background: linear-gradient(150deg, #0d3129, #154f3e);
  border-color: #245d4a;
}

.package-card.highlighted p,
.package-card.highlighted li {
  color: rgb(255 255 255 / 0.78);
}

.package-name {
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card.highlighted .package-name {
  color: var(--gold);
}

.package-copy {
  min-height: 78px;
}

ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.5;
}

li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 4vw, 58px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
  font-size: 0.94rem;
  font-weight: 800;
}

@media (min-width: 821px) and (max-width: 1420px) {
  .header-cta {
    display: none;
  }

  .hero-content {
    width: min(560px, calc(100% - 40px));
  }

  .hero-copy {
    max-width: 500px;
  }
}

@media (max-width: 900px) {
  .section-heading,
  .product-grid,
  .package-grid,
  .security-band {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .timeline-item {
    min-height: auto;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .timeline-item span {
    margin-bottom: 12px;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 14px 18px;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 89svh;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding-top: 66px;
  }

  .hero h1 {
    font-size: clamp(4.2rem, 22vw, 6.5rem);
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-proof {
    display: none;
  }

  .ticker {
    gap: 26px;
    overflow-x: auto;
  }

  .product-card,
  .package-card {
    min-height: auto;
  }

  .card-label {
    margin-bottom: 34px;
  }

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

  .site-footer {
    flex-direction: column;
  }
}
