:root {
  --ink: #111315;
  --muted: #626a6f;
  --paper: #f7f4ee;
  --surface: #ffffff;
  --line: #ded8cf;
  --gold: #c7943a;
  --teal: #146b67;
  --steel: #243039;
  --rust: #9d563a;
  --shadow: 0 24px 60px rgba(17, 19, 21, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(17, 19, 21, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-logo {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.desktop-nav a:hover {
  color: #fff;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: #111315;
  background: var(--gold);
  box-shadow: 0 12px 24px rgba(199, 148, 58, 0.24);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: clamp(640px, 78vh, 800px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 104px clamp(20px, 5vw, 72px) 42px;
  color: #fff;
}

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

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 9, 10, 0.9) 0%, rgba(7, 9, 10, 0.68) 42%, rgba(7, 9, 10, 0.16) 100%),
    linear-gradient(0deg, rgba(7, 9, 10, 0.45), rgba(7, 9, 10, 0.02));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(700px, 100%);
}

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

.eyebrow.dark {
  color: var(--teal);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 740px;
  font-size: clamp(2.8rem, 7vw, 5.35rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-copy {
  width: min(650px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.6;
}

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

.proof-band {
  padding: clamp(38px, 6vw, 72px) clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(90deg, #0f1114 0%, #15191c 52%, #101315 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(360px, 1fr);
  gap: clamp(22px, 5vw, 74px);
  align-items: end;
  width: min(1180px, 100%);
  margin: 0 auto 26px;
}

.proof-label {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-heading h2 {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: 1.02;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.tier-link {
  display: flex;
  flex-direction: column;
  min-height: 188px;
  padding: 24px clamp(18px, 2.5vw, 28px);
  color: inherit;
  background: rgba(255, 255, 255, 0.035);
  transition: background 160ms ease, transform 160ms ease;
}

.tier-link:hover {
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-2px);
}

.tier-price {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 800;
}

.tier-link h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
}

.tier-link p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.94rem;
  line-height: 1.55;
}

.tier-action {
  display: inline-flex;
  margin-top: auto;
  padding-top: 20px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.tier-action::after {
  content: ">";
  margin-left: 8px;
  color: var(--gold);
}

.outcome-compare {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
  width: min(1180px, 100%);
  margin: 34px auto 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.compare-copy h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.04;
}

.compare-copy p:last-child {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1rem;
  line-height: 1.62;
}

.compare-grid {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.compare-row {
  display: grid;
  grid-template-columns: minmax(160px, 1.3fr) repeat(4, minmax(92px, 0.7fr));
  min-height: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.compare-row:first-child {
  border-top: 0;
}

.compare-row span {
  display: flex;
  align-items: center;
  padding: 13px 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.compare-row span:first-child {
  color: #fff;
  border-left: 0;
}

.compare-header {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.055);
}

.compare-header span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.problem-section,
.leak-section,
.services-section,
.platform-section,
.service-section,
.pricing-section,
.call-section {
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 72px);
}

.leak-section {
  padding-bottom: clamp(52px, 6vw, 82px);
  background:
    linear-gradient(135deg, #f7f4ee 0%, #f2ece1 46%, #e7eee9 100%);
}

.leak-heading {
  width: min(980px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.leak-heading h2 {
  font-size: clamp(2.1rem, 5vw, 4.45rem);
}

.leak-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.leak-panel {
  position: relative;
  min-height: 420px;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(17, 19, 21, 0.12);
}

.leak-panel::after {
  position: absolute;
  inset: auto -8% -20% auto;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 999px;
  opacity: 0.18;
  filter: blur(2px);
}

.struggle-panel {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17, 19, 21, 0.95), rgba(36, 28, 25, 0.92)),
    linear-gradient(90deg, #111315, #30201b);
  box-shadow: 0 24px 70px rgba(17, 19, 21, 0.18);
}

.struggle-panel::after {
  background: var(--rust);
}

.solution-panel {
  color: #11221f;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(226, 243, 235, 0.9)),
    linear-gradient(90deg, #fdfbf7, #dff2e8);
  box-shadow: 0 24px 70px rgba(20, 107, 103, 0.16);
}

.solution-panel::after {
  background: var(--teal);
}

.panel-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.solution-panel .panel-kicker {
  color: var(--teal);
}

.score-block {
  display: grid;
  gap: 4px;
  margin-bottom: 22px;
}

.score {
  font-size: clamp(4.8rem, 12vw, 8.6rem);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0;
}

.score-label {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
}

.leak-panel p:not(.panel-kicker) {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.65;
}

.solution-panel p:not(.panel-kicker) {
  color: rgba(17, 34, 31, 0.72);
}

.mini-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
}

.mini-list li {
  min-height: 46px;
  padding: 13px 14px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 800;
}

.solution-panel .mini-list li {
  background: rgba(20, 107, 103, 0.09);
  border-color: rgba(20, 107, 103, 0.16);
}

.mini-list li::before {
  content: none;
}

.leak-note {
  width: min(760px, 100%);
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
  text-align: center;
}

.problem-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

.section-copy p,
.pricing-copy p,
.call-copy p,
.service-panel p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.ownership-grid,
.feature-grid,
.service-card-grid,
.tool-card-grid {
  display: grid;
  gap: 14px;
}

.ownership-grid {
  grid-template-columns: 1fr;
}

.ownership-grid article,
.service-card-grid article,
.tool-card-grid article,
.feature-grid article,
.price-card,
.lead-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(17, 19, 21, 0.07);
}

.ownership-grid article {
  padding: 28px;
}

.ownership-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--rust);
  font-weight: 800;
}

.ownership-grid p,
.service-card-grid p,
.tool-card-grid p,
.feature-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.quote-band {
  padding: 44px clamp(20px, 5vw, 72px);
  color: #fff;
  background: var(--steel);
}

.quote-band p {
  width: min(1060px, 100%);
  margin: 0 auto;
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: 38px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.services-section {
  background: #fbfaf7;
}

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

.service-card-grid article,
.tool-card-grid article {
  min-height: 268px;
  padding: 30px;
  border-top: 5px solid var(--gold);
}

.service-card-grid article:nth-child(2),
.tool-card-grid article:nth-child(2),
.tool-card-grid article:nth-child(5) {
  border-top-color: var(--teal);
}

.service-card-grid article:nth-child(3),
.tool-card-grid article:nth-child(3),
.tool-card-grid article:nth-child(6) {
  border-top-color: var(--rust);
}

.service-tag {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 7px 10px;
  color: var(--steel);
  background: #ece6da;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

.feature-grid article {
  min-height: 210px;
  padding: 26px;
}

.service-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
  background: #e8ece9;
}

.service-panel {
  max-width: 640px;
}

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

.request-list button {
  min-height: 84px;
  padding: 18px;
  color: #fff;
  text-align: left;
  background: var(--teal);
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(20, 107, 103, 0.18);
}

.pricing-section,
.call-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 440px);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.price-card,
.lead-form {
  padding: clamp(22px, 4vw, 34px);
}

.price-label {
  margin: 0;
  color: var(--teal);
  font-weight: 800;
}

.price {
  margin: 16px 0 24px;
  color: var(--muted);
  font-weight: 700;
}

.price span {
  color: var(--ink);
  font-size: clamp(3.5rem, 7vw, 5.8rem);
  font-weight: 800;
  line-height: 0.9;
}

ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}

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

li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--teal);
  font-weight: 800;
}

.call-section {
  background: var(--surface);
}

.lead-form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--steel);
  font-size: 0.88rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(20, 107, 103, 0.18);
  border-color: var(--teal);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
}

.footer-logo {
  width: min(240px, 58vw);
  height: auto;
  display: block;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .problem-section,
  .leak-panels,
  .service-section,
  .pricing-section,
  .call-section,
  .proof-heading,
  .outcome-compare {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .service-card-grid,
  .tool-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 94vh;
    padding-top: 102px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(7, 9, 10, 0.9), rgba(7, 9, 10, 0.58)),
      linear-gradient(0deg, rgba(7, 9, 10, 0.52), rgba(7, 9, 10, 0.08));
  }

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

  .button {
    width: 100%;
  }

  .feature-grid,
  .service-card-grid,
  .tool-card-grid,
  .proof-stats,
  .request-list,
  .mini-list {
    grid-template-columns: 1fr;
  }

  .proof-heading {
    gap: 12px;
  }

  .tier-link {
    min-height: auto;
  }

  .compare-grid {
    display: grid;
    gap: 12px;
    padding: 12px;
    background: transparent;
    border: 0;
  }

  .compare-row,
  .compare-header {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
  }

  .compare-header {
    display: none;
  }

  .compare-row span {
    min-height: 44px;
    padding: 11px 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.85rem;
  }

  .compare-row span:first-child {
    grid-column: 1 / -1;
    min-height: 42px;
    color: var(--gold);
    background: rgba(255, 255, 255, 0.045);
    border-left: 0;
    border-top: 0;
  }

  .compare-row span:nth-child(2),
  .compare-row span:nth-child(4) {
    border-left: 0;
  }

  .compare-row span:nth-child(2)::before {
    content: "Basic: ";
    color: #fff;
    margin-right: 3px;
  }

  .compare-row span:nth-child(3)::before {
    content: "Growth: ";
    color: #fff;
    margin-right: 3px;
  }

  .compare-row span:nth-child(4)::before {
    content: "Ownership: ";
    color: #fff;
    margin-right: 3px;
  }

  .compare-row span:nth-child(5)::before {
    content: "Pro: ";
    color: #fff;
    margin-right: 3px;
  }
}
