:root {
  --ink: #1f2933;
  --muted: #52616b;
  --soft: #eef4f7;
  --line: #d8e0e5;
  --paper: #ffffff;
  --brand: #0f6b78;
  --brand-dark: #0a4650;
  --accent: #d89a2b;
  --green: #2f8f5b;
  --shadow: 0 18px 50px rgba(24, 39, 45, 0.14);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7fafb;
  overflow-x: hidden;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 5vw;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 224, 229, 0.86);
  backdrop-filter: blur(12px);
  max-width: 100vw;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--brand);
  border-radius: 8px;
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.site-nav a {
  padding: 10px 0;
}

.site-nav a:hover {
  color: var(--brand-dark);
}

.nav-cta {
  padding: 10px 14px !important;
  color: #fff !important;
  background: var(--ink);
  border-radius: 8px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 132px);
  max-height: 780px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #1d2b30;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0 auto 0 0;
  width: 62%;
  background: rgba(10, 29, 34, 0.84);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(700px, 90vw);
  padding: 76px 0 76px 5vw;
  color: #fff;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: 5rem;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 3rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #fff;
  background: var(--brand);
}

.button.primary:hover {
  background: var(--brand-dark);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.12);
}

.hero-note {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.summary-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1120px, 90vw);
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.summary-band > div {
  min-height: 118px;
  padding: 24px;
  background: #fff;
}

.summary-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.summary-band strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1.35;
}

.section,
.split-section {
  width: min(1120px, 90vw);
  margin: 0 auto;
  padding: 96px 0 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.section-heading.compact {
  max-width: 520px;
  margin: 0;
}

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

.feature-card {
  min-height: 220px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.feature-card p,
.pricing-card p,
.audit-example-card p,
.process-list p,
.fit-grid li,
.boundary-band p,
.contact-panel p,
.site-footer p {
  color: var(--muted);
  line-height: 1.62;
}

.pricing-section {
  padding-top: 88px;
}

.free-snapshot {
  display: grid;
  grid-template-columns: 1.1fr 0.85fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
  padding: 26px;
  color: #fff;
  background: #263536;
  border-radius: 8px;
}

.free-snapshot h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.free-snapshot p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.56;
}

.free-snapshot ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.42;
}

.button.secondary-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.button.secondary-dark:hover {
  background: rgba(255, 255, 255, 0.18);
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.96fr 0.96fr;
  gap: 16px;
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.featured-pricing {
  border-color: rgba(15, 107, 120, 0.45);
  box-shadow: var(--shadow);
}

.pricing-kicker {
  margin-bottom: 16px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 12px 0 20px;
}

.price-line .currency {
  color: var(--muted);
  font-size: 1.8rem;
  font-weight: 850;
}

.price-line strong {
  color: var(--ink);
  font-size: 4.2rem;
  line-height: 0.9;
}

.price-line .term {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.compact-price strong {
  font-size: 3.2rem;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.pricing-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.plain-pricing {
  background: #fbf7ef;
}

.readiness-section {
  padding-top: 88px;
}

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

.readiness-card {
  min-height: 310px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.readiness-card.ready {
  border-top: 4px solid var(--green);
}

.readiness-card.caution {
  background: #fbf7ef;
  border-top: 4px solid var(--accent);
}

.readiness-card p {
  color: var(--muted);
  line-height: 1.62;
}

.examples-section {
  padding-top: 88px;
}

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

.audit-example-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 8px;
}

.example-label {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 9px;
  color: var(--brand-dark);
  background: #d7edf0;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 850;
}

.audit-example-card h3 {
  font-size: 1.24rem;
}

.example-action {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.example-action strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.example-action span {
  display: block;
  color: var(--muted);
  line-height: 1.56;
}

.report-preview {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: start;
  margin-top: 18px;
  padding: 28px;
  color: #fff;
  background: var(--brand-dark);
  border-radius: 8px;
}

.report-preview h3 {
  margin-bottom: 0;
  font-size: 1.62rem;
}

.report-preview ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.report-preview li {
  min-height: 56px;
  padding: 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  line-height: 1.35;
}

.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 70px;
  align-items: start;
}

.process-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--brand-dark);
  background: #d7edf0;
  border-radius: 8px;
  font-weight: 850;
}

.quiet {
  padding-top: 86px;
}

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

.fit-grid > div {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.fit-grid ul {
  margin: 0;
  padding-left: 20px;
}

.fit-grid li + li {
  margin-top: 10px;
}

.boundary-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
  width: min(1120px, 90vw);
  margin: 96px auto 0;
  padding: 40px;
  color: #fff;
  background: #263536;
  border-radius: 8px;
}

.boundary-band h2 {
  margin-bottom: 0;
  font-size: 2.55rem;
}

.boundary-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-panel > div {
  max-width: 680px;
}

.contact-panel h2 {
  margin-bottom: 12px;
  font-size: 2.55rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  width: min(1120px, 90vw);
  margin: 88px auto 0;
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--brand-dark);
  font-weight: 750;
}

.fine-print {
  grid-column: 1 / -1;
  max-width: 960px;
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px 5vw;
    overflow-x: hidden;
  }

  .site-nav {
    width: 100%;
    max-width: 100%;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 680px;
  }

  .hero-image {
    object-position: 65% center;
  }

  .hero-shade {
    width: 100%;
    background: rgba(10, 29, 34, 0.72);
  }

  .hero-content {
    padding-top: 54px;
  }

  h1 {
    font-size: 3.65rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .boundary-band h2,
  .contact-panel h2 {
    font-size: 2.2rem;
  }

  .summary-band,
  .feature-grid,
  .free-snapshot,
  .pricing-grid,
  .readiness-grid,
  .audit-example-grid,
  .fit-grid,
  .split-section,
  .boundary-band,
  .report-preview,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .summary-band {
    margin-top: -28px;
  }

  .split-section {
    gap: 28px;
  }

  .feature-card {
    min-height: auto;
  }

  .pricing-card {
    min-height: auto;
  }

  .readiness-card {
    min-height: auto;
  }

  .audit-example-card {
    min-height: auto;
  }

  .report-preview ul {
    grid-template-columns: 1fr;
  }

  .boundary-band {
    padding: 30px;
  }

  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .brand {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .site-nav {
    gap: 12px;
  }

  .nav-cta {
    padding: 9px 12px !important;
  }

  .hero {
    min-height: 710px;
  }

  .hero-content {
    width: 100vw;
    max-width: 100vw;
    padding: 48px 4vw 58px;
  }

  h1 {
    font-size: 2.55rem;
    line-height: 1.02;
    max-width: 320px;
  }

  h2 {
    font-size: 2.05rem;
  }

  .hero-copy {
    font-size: 1.05rem;
    max-width: 320px;
  }

  .hero-note {
    max-width: 320px;
    overflow-wrap: break-word;
  }

  .boundary-band h2,
  .contact-panel h2 {
    font-size: 1.9rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 320px);
  }

  .button {
    width: 100%;
  }

  .summary-band > div,
  .feature-card,
  .free-snapshot,
  .pricing-card,
  .readiness-card,
  .audit-example-card,
  .fit-grid > div,
  .contact-panel {
    padding: 22px;
  }

  .section,
  .split-section {
    padding-top: 72px;
  }

  .process-list li {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-footer {
    margin-top: 72px;
  }
}
