:root {
  --ink: #15201b;
  --muted: #5f6b64;
  --paper: #f7f8f4;
  --panel: #ffffff;
  --line: #d8ded5;
  --green: #1f7a4c;
  --green-dark: #12462e;
  --red: #c1493d;
  --yellow: #f2c14e;
  --blue: #315b7d;
  --shadow: 0 18px 48px rgba(21, 32, 27, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 52px);
  color: #fff;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-solid {
  background: rgba(247, 248, 244, 0.96);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(21, 32, 27, 0.1);
  backdrop-filter: blur(12px);
}

.brand,
.nav,
.header-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  flex: 0 0 38px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.nav {
  justify-self: center;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a,
.header-cta {
  text-decoration: none;
}

.header-cta {
  justify-self: end;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.package-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  min-height: 76vh;
  padding: 150px clamp(18px, 7vw, 120px) 76px;
  background:
    linear-gradient(90deg, rgba(13, 26, 20, 0.9), rgba(18, 70, 46, 0.62)),
    url("./assets/hero-local-visibility.png") center / cover no-repeat;
  color: #fff;
}

.package-hero h1 {
  max-width: 920px;
}

.package-price-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(16, 35, 26, 0.78);
  box-shadow: var(--shadow);
}

.package-price-panel .price {
  margin-bottom: 8px;
  color: #fff;
}

.package-price-panel .price-note {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.package-price-panel p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

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

.hero-media {
  background:
    linear-gradient(90deg, rgba(18, 70, 46, 0.18), rgba(21, 32, 27, 0.02)),
    url("./assets/hero-local-visibility.png") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 26, 20, 0.86) 0%, rgba(13, 26, 20, 0.56) 48%, rgba(13, 26, 20, 0.14) 100%),
    linear-gradient(0deg, rgba(13, 26, 20, 0.74) 0%, rgba(13, 26, 20, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
  padding: 138px 0 54px;
}

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

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

h1 {
  max-width: 880px;
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 7vw, 6.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 710px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
}

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

.button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin: 0;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  overflow: hidden;
}

.hero-facts div {
  min-height: 96px;
  padding: 18px;
  background: rgba(16, 35, 26, 0.72);
}

.hero-facts dt {
  font-size: 1.05rem;
  font-weight: 900;
}

.hero-facts dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.problem-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: #fff;
}

.strip-item {
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.strip-item span {
  display: block;
  margin-bottom: 12px;
  color: var(--yellow);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.strip-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 108px) 0;
}

.intro,
.proof,
.package-summary {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.section h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.intro > p,
.audit-copy p,
.proof-list p,
.final-cta > div p {
  color: var(--muted);
  font-size: 1.08rem;
}

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

.channel-grid,
.package-grid,
.fokuss-grid {
  display: grid;
  gap: 18px;
}

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

.channel-grid article,
.package {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(21, 32, 27, 0.05);
}

.channel-grid article {
  min-height: 246px;
  padding: 24px;
}

.channel-grid span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 6px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.channel-grid h3,
.package h3,
.audit-steps h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.channel-grid p,
.package p,
.package li,
.audit-steps p,
.fokuss-grid p,
.check-list li,
.package-summary p,
.faq p,
.site-footer p {
  color: var(--muted);
}

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

.fokuss-grid article {
  min-height: 220px;
  padding: 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(21, 32, 27, 0.05);
}

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

.check-list li {
  padding: 18px 18px 18px 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  font-weight: 800;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.package {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 28px;
}

.package.featured {
  border-color: var(--green);
  box-shadow: var(--shadow);
}

.package-label {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  border-radius: 5px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
}

.package-top {
  padding-right: 90px;
}

.price {
  margin: 0 0 6px;
  color: var(--green-dark);
  font-size: 2rem;
  font-weight: 900;
}

.price-note {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.package ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 26px;
  padding-left: 18px;
}

.package a {
  margin-top: auto;
  color: var(--green-dark);
  font-weight: 900;
}

.audit {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.audit-steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audit-steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  min-height: 124px;
  padding: 22px;
  background: #eaf1ec;
  border-left: 5px solid var(--green);
  border-radius: 8px;
}

.audit-steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

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

.proof-list {
  display: grid;
  gap: 14px;
}

.proof-list p {
  margin: 0;
  padding: 18px 0 18px 22px;
  border-left: 5px solid var(--red);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.final-cta {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 6vw, 72px);
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto 70px;
  padding: clamp(42px, 7vw, 74px);
  background: var(--green-dark);
  color: #fff;
  border-radius: 8px;
}

.final-cta h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
}

.final-cta > div p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-trap {
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.contact-form .button {
  width: fit-content;
  border: 0;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.privacy-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  line-height: 1.55;
}

.privacy-note a {
  color: #fff;
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding: 28px clamp(18px, 4vw, 52px);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0 0 6px;
}

.site-footer > div:first-child p:first-child {
  color: var(--ink);
  font-weight: 900;
}

.site-footer a {
  color: var(--green-dark);
  font-weight: 800;
}

.footer-legal {
  max-width: 420px;
  text-align: right;
}

.legal-main {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
  padding: 130px 0 80px;
}

.legal-content {
  padding: clamp(28px, 5vw, 58px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-content h1 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.legal-updated {
  margin: 0 0 34px;
  color: var(--muted);
  font-weight: 800;
}

.legal-content section {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.legal-content a {
  color: var(--green-dark);
  font-weight: 900;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-legal {
    text-align: left;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-facts,
  .problem-strip,
  .channel-grid,
  .package-grid,
  .fokuss-grid,
  .intro,
  .package-hero,
  .package-summary,
  .audit,
  .proof,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .problem-strip {
    background: var(--ink);
  }

  .strip-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .channel-grid article,
  .package {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 64px;
    padding: 10px 14px;
  }

  .brand span:last-child {
    font-size: 0.95rem;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 13px;
  }

  .hero-content {
    width: min(100% - 28px, 1080px);
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-facts div {
    min-height: 82px;
  }

  .section,
  .final-cta {
    width: min(100% - 28px, 1120px);
  }

  .final-cta {
    padding: 28px 18px;
  }

  .package {
    padding: 22px;
  }

  .package-top {
    padding-right: 0;
  }

  .package-label {
    position: static;
    width: fit-content;
    margin-bottom: 16px;
  }
}
