:root {
  --forest: #243A2E;
  --tan: #D6C2A2;
  --cream: #F4F0E7;
  --gold: #B8944F;
  --charcoal: #252525;
  --white: #fffdf8;
  --muted: #67645d;
  --soft: #ebe3d4;
  --line: rgba(37, 37, 37, 0.1);
  --shadow: 0 24px 70px rgba(37, 37, 37, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(184, 148, 79, 0.14), transparent 28%),
    linear-gradient(180deg, #f8f4ea 0%, var(--cream) 42%, #f8f4ea 100%);
  color: var(--charcoal);
  font-family: Inter, Manrope, Arial, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 240, 231, 0.88);
  border-bottom: 1px solid rgba(37, 37, 37, 0.08);
  box-shadow: 0 10px 30px rgba(37, 37, 37, 0.06);
  backdrop-filter: blur(16px);
}

.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  color: var(--forest);
  text-decoration: none;
}

.pl-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--forest);
  color: var(--cream);
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  color: var(--forest);
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
}

.brand-copy small {
  color: rgba(37, 37, 37, 0.58);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(37, 37, 37, 0.68);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--forest);
}

.nav-button,
.primary-link,
button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--forest);
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(184, 148, 79, 0.2);
}

.hidden-field {
  display: none;
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding: 58px 0 86px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: start;
}

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

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

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

h1,
h2,
h3 {
  color: var(--charcoal);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
}

h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 6vw, 5.7rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 4vw, 3.45rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  letter-spacing: -0.025em;
}

.lead {
  max-width: 595px;
  margin-bottom: 30px;
  color: rgba(37, 37, 37, 0.72);
  font-size: clamp(1.1rem, 2.1vw, 1.28rem);
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-heading p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.08rem;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.browser-frame {
  overflow: hidden;
  border: 1px solid rgba(37, 37, 37, 0.1);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.browser-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(37, 37, 37, 0.08);
  background: linear-gradient(180deg, #fffdf8, #f3ecdd);
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(36, 58, 46, 0.3);
}

.browser-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--white);
}

.hero-shot {
  width: 100%;
  transform: none;
  justify-self: stretch;
}

.hero-product {
  display: grid;
  gap: 18px;
}

.hero-shot img,
.bid-shot img {
  background: #06150d;
}

.hero-shot img {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.profit-example {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(37, 37, 37, 0.08);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 16px 42px rgba(37, 37, 37, 0.08);
}

.profit-example p {
  margin: 0;
  padding: 12px;
  border-radius: 14px;
  background: rgba(36, 58, 46, 0.04);
}

.profit-example span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profit-example strong {
  color: var(--forest);
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
}

.profit-example .recommended,
.profit-example .protected {
  background: rgba(184, 148, 79, 0.15);
}

.profit-example .recommended strong,
.profit-example .protected strong {
  color: var(--gold);
}

.hero-value-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-value-points p {
  position: relative;
  margin: 0;
  padding: 14px 14px 14px 34px;
  border: 1px solid rgba(37, 37, 37, 0.08);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.72);
  color: rgba(37, 37, 37, 0.72);
  font-size: 0.95rem;
  font-weight: 800;
}

.hero-value-points p::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.problem-section {
  padding-top: 90px;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pain-grid article {
  min-height: 260px;
  padding: 30px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 18px 48px rgba(37, 37, 37, 0.07);
}

.card-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(184, 148, 79, 0.13);
  color: var(--gold);
  font-weight: 950;
}

.card-icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(184, 148, 79, 0.12);
}

.pain-grid p,
.founder p:not(.eyebrow),
.form-section p,
.bid-layout p:not(.eyebrow) {
  color: var(--muted);
}

.health-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(36, 58, 46, 0.04), rgba(184, 148, 79, 0.1)),
    var(--cream);
}

.health-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.46fr) minmax(0, 0.74fr);
  gap: 24px;
  align-items: stretch;
}

.health-card {
  display: grid;
  gap: 22px;
  padding: 30px;
  border: 1px solid rgba(37, 37, 37, 0.08);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.health-card-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.mini-label,
.price-callout span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.health-card-top strong {
  display: block;
  color: var(--forest);
  font-size: clamp(4.8rem, 9vw, 7.2rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.health-card-top p {
  align-self: start;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(123, 201, 91, 0.14);
  color: #4f9d3f;
  font-size: 0.86rem;
  font-weight: 950;
}

.health-meter {
  height: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7dfd1;
}

.health-meter span {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), #78bd58);
}

.price-callout {
  padding: 22px;
  border-radius: 18px;
  background: rgba(36, 58, 46, 0.06);
}

.price-callout strong {
  color: var(--forest);
  font-size: 2.35rem;
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
}

.status-grid {
  display: grid;
  gap: 10px;
}

.status-grid p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--charcoal);
  font-weight: 850;
}

.status-grid span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.health-shot {
  align-self: center;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(420px, 1fr);
  gap: 58px;
  align-items: center;
}

.pricing-section {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.32), rgba(36, 58, 46, 0.04));
}

.pricing-showcase {
  display: grid;
  gap: 22px;
}

.pricing-mockup {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 26px;
  background: var(--forest);
  color: var(--cream);
  box-shadow: var(--shadow);
}

.pricing-top,
.margin-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(244, 240, 231, 0.14);
}

.pricing-top span,
.margin-row span {
  color: rgba(244, 240, 231, 0.72);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-top strong {
  color: var(--cream);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.margin-row strong {
  color: var(--gold);
  font-size: 2.4rem;
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
}

.pricing-mockup p {
  margin: 0;
  color: rgba(244, 240, 231, 0.78);
  font-size: 1rem;
}

.pricing-shot img {
  background: #06150d;
}

.bid-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.56fr);
  gap: 58px;
  align-items: center;
}

.bid-layout p:not(.eyebrow) {
  max-width: 620px;
  font-size: 1.12rem;
}

.bid-shot {
  max-width: 390px;
  justify-self: end;
}

.founder .split {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.founder p:not(.eyebrow) {
  margin-top: 8px;
  font-size: 1.1rem;
}

.form-section {
  background: var(--forest);
  color: var(--cream);
}

.form-section h2 {
  color: var(--cream);
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(330px, 0.68fr);
  gap: 58px;
  align-items: start;
}

.form-section p {
  color: rgba(244, 240, 231, 0.78);
}

form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(244, 240, 231, 0.12);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

label {
  display: grid;
  gap: 7px;
  color: var(--forest);
  font-weight: 850;
}

input,
select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(36, 58, 46, 0.22);
  border-radius: 12px;
  background: white;
  color: var(--charcoal);
  font: inherit;
}

input:focus,
select:focus {
  outline: 3px solid rgba(184, 148, 79, 0.24);
  border-color: var(--gold);
}

button {
  width: 100%;
  margin-top: 4px;
}

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

  .hero-grid,
  .health-feature,
  .pricing-layout,
  .bid-layout,
  .founder .split,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 52px 0 70px;
  }

  .hero-shot {
    transform: none;
    width: 100%;
    justify-self: stretch;
  }

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

  .profit-example,
  .hero-value-points {
    grid-template-columns: 1fr;
  }

  .bid-shot {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, 1100px);
  }

  .site-nav {
    position: sticky;
  }

  .nav-inner {
    min-height: 64px;
    gap: 14px;
  }

  .nav-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .pl-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 0.94rem;
  }

  .brand-copy strong {
    font-size: 0.98rem;
  }

  .brand-copy small {
    display: none;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 3.6rem);
  }

  h2 {
    font-size: 2.1rem;
  }

  .section {
    padding: 72px 0;
  }

  .browser-frame {
    border-radius: 16px;
  }

  .browser-bar {
    height: 30px;
  }

  .health-card,
  .pain-grid article,
  form {
    padding: 20px;
  }

  .health-card-top {
    display: grid;
  }

  .health-card-top strong {
    font-size: 5rem;
  }
}
