:root {
  --ink: #142035;
  --muted: #627086;
  --line: #d9e1e8;
  --bg: #f5f7f9;
  --panel: #ffffff;
  --accent: #0f766e;
  --accent-strong: #0b5f59;
  --warm: #c8912d;
  --shadow: 0 18px 44px rgba(24, 38, 62, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 clamp(16px, 4vw, 48px);
  color: white;
  background: rgba(12, 22, 36, 0.76);
  backdrop-filter: blur(14px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.logo span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-weight: 800;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.nav-cta {
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  padding: 0 12px;
  border-radius: 8px;
  background: white;
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: center;
  padding: 106px clamp(18px, 7vw, 96px) 54px;
  overflow: hidden;
  color: white;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 18, 31, 0.90), rgba(10, 18, 31, 0.60) 48%, rgba(10, 18, 31, 0.22)),
    linear-gradient(0deg, rgba(10, 18, 31, 0.34), rgba(10, 18, 31, 0.06));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--warm);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(44px, 8vw, 88px);
  line-height: 0.98;
}

.lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

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

.primary,
.secondary {
  min-height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 700;
}

.primary {
  background: var(--accent);
  color: white;
}

.primary:hover {
  background: var(--accent-strong);
}

.secondary {
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: white;
}

.proof span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.band {
  padding: clamp(54px, 8vw, 88px) clamp(18px, 7vw, 96px);
}

.section-head {
  max-width: 820px;
  margin-bottom: 26px;
}

.section-head h2,
.closing h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
}

.compare,
.package-grid,
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.compare > div,
.package-grid article,
.plans-grid article,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 22px;
}

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

ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.9;
}

.package-grid p,
.plans-grid p,
details p,
.closing p {
  color: var(--muted);
  line-height: 1.75;
}

.package-grid strong {
  display: block;
  margin-top: 16px;
  color: var(--accent);
}

.deliverables {
  background: #eef3f5;
}

.deliverable-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.deliverable-list span {
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  text-align: center;
  padding: 10px;
}

.plans .featured {
  border-color: var(--accent);
  box-shadow: inset 0 4px 0 var(--accent), var(--shadow);
}

.price {
  margin: 0;
  color: var(--ink) !important;
  font-size: 30px;
  font-weight: 800;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  background: white;
  padding: 18px;
  box-shadow: var(--shadow);
}

.flow-list strong,
.flow-list span {
  display: block;
}

.flow-list span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.65;
}

details {
  margin-bottom: 12px;
  box-shadow: none;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

.closing {
  padding: clamp(54px, 8vw, 88px) clamp(18px, 7vw, 96px);
  background: var(--ink);
  color: white;
  text-align: center;
}

.closing p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 900px) {
  .site-header {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-header nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 84vh;
    padding-top: 142px;
  }

  .compare,
  .package-grid,
  .plans-grid,
  .deliverable-list,
  .flow-list {
    grid-template-columns: 1fr;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(10, 18, 31, 0.92), rgba(10, 18, 31, 0.68));
  }
}
