.founder-page {
  background:
    radial-gradient(circle at 8% 4%, rgba(39, 147, 124, 0.1), transparent 27rem),
    var(--bg);
}

.founder-page .page {
  gap: 0;
  padding-top: 28px;
}

.founder-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 42px;
  align-items: center;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(29, 115, 99, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(238, 249, 246, 0.94)),
    #fff;
  box-shadow: var(--shadow-glow);
}

.founder-hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -150px;
  top: -160px;
  border-radius: 50%;
  background: rgba(34, 137, 115, 0.11);
}

.founder-hero-copy,
.founder-hero-card {
  position: relative;
  z-index: 1;
}

.founder-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(29, 115, 99, 0.2);
  border-radius: 999px;
  background: rgba(29, 115, 99, 0.08);
  color: var(--g700);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.founder-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.founder-hero h1 em {
  color: var(--g700);
  font-style: normal;
}

.founder-hero-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.75;
}

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

.founder-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 650;
}

.founder-mini-trust li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--g700);
  font-weight: 900;
}

.founder-hero-card {
  padding: 25px;
  border: 1px solid rgba(29, 115, 99, 0.2);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(21, 82, 69, 0.12);
}

.founder-hero-card-label {
  color: var(--teal-700);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.founder-hero-card h2 {
  margin: 8px 0 17px;
  color: var(--ink);
  font-size: 1.25rem;
}

.founder-hero-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: founder-step;
}

.founder-hero-card li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.86rem;
  counter-increment: founder-step;
}

.founder-hero-card li::before {
  content: counter(founder-step);
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: rgba(29, 115, 99, 0.1);
  color: var(--g700);
  font-weight: 900;
}

.founder-trustbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.founder-trustbar-item {
  padding: 18px;
  text-align: center;
}

.founder-trustbar-item + .founder-trustbar-item {
  border-left: 1px solid var(--line);
}

.founder-trustbar strong {
  display: block;
  margin-bottom: 4px;
  color: var(--g700);
  font-size: 1.05rem;
}

.founder-trustbar span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.founder-toc {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  margin: 54px auto 0;
  padding: 24px;
  border: 1px solid rgba(29, 115, 99, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.founder-toc strong {
  color: var(--ink);
}

.founder-toc nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.founder-toc a {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(29, 115, 99, 0.07);
  color: var(--g700);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.founder-section {
  padding: 76px 0 0;
  scroll-margin-top: 100px;
}

.founder-section-head {
  max-width: 800px;
  margin-bottom: 30px;
}

.founder-section-label {
  display: block;
  margin-bottom: 9px;
  color: var(--teal-700);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.founder-section-head p,
.founder-prose p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

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

.founder-card,
.founder-check-card,
.founder-mistake,
.founder-faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.founder-card {
  padding: 24px;
}

.founder-card-num {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--g700), var(--g500));
  color: #fff;
  font-weight: 900;
}

.founder-card h3,
.founder-check-card h3,
.founder-mistake h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
}

.founder-card p,
.founder-mistake p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.founder-callout {
  margin-top: 24px;
  padding: 22px 24px;
  border-left: 5px solid var(--g700);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(100deg, rgba(29, 115, 99, 0.09), rgba(138, 168, 97, 0.08));
  color: var(--muted);
  line-height: 1.7;
}

.founder-callout strong {
  color: var(--ink);
}

.founder-milestones {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: milestone;
}

.founder-milestones li {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 17px;
  padding-bottom: 25px;
  counter-increment: milestone;
}

.founder-milestones li::before {
  content: counter(milestone);
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--g700);
  color: #fff;
  font-weight: 900;
}

.founder-milestones li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 42px;
  bottom: 0;
  width: 2px;
  background: rgba(29, 115, 99, 0.18);
}

.founder-milestones h3 {
  margin: 1px 0 6px;
  color: var(--ink);
  font-size: 1.04rem;
}

.founder-milestones p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.founder-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.founder-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.founder-table th,
.founder-table td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.founder-table th {
  background: rgba(29, 115, 99, 0.07);
  color: var(--g700);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.founder-table td {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.founder-table tr:last-child td {
  border-bottom: 0;
}

.founder-check-grid,
.founder-mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.founder-check-card,
.founder-mistake {
  padding: 24px;
}

.founder-check-card ul,
.founder-offer-list,
.founder-source-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.founder-check-card li,
.founder-offer-list li,
.founder-source-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.founder-check-card li::before,
.founder-offer-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--g700);
  font-weight: 900;
}

.founder-source-list li::before {
  content: "↗";
  position: absolute;
  left: 0;
  color: var(--g700);
  font-weight: 900;
}

.founder-source-list a {
  color: var(--g700);
}

.founder-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 50px);
  border-radius: 25px;
  background: linear-gradient(135deg, #0f3f35, #176b59);
  box-shadow: 0 24px 60px rgba(15, 63, 53, 0.22);
  color: #fff;
}

.founder-offer h2,
.founder-offer h3 {
  color: #fff;
}

.founder-offer p,
.founder-offer-list li {
  color: rgba(255, 255, 255, 0.78);
}

.founder-offer-list li::before {
  color: #aee5b9;
}

.founder-offer-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 18px 0;
}

.founder-offer-price strong {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}

.founder-offer-price span {
  color: rgba(255, 255, 255, 0.65);
}

.founder-offer:not([data-pqsg-enabled="true"]) .founder-pqsg-partner {
  display: none;
}

.founder-pqsg-partner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--g700);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.founder-pqsg-partner:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.founder-pqsg-partner span {
  white-space: nowrap;
}

.founder-pqsg-partner img {
  display: block;
  width: 88px;
  height: auto;
  max-height: 36px;
  object-fit: contain;
}

.founder-offer .btn-primary {
  background: #fff;
  color: var(--g700);
}

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

.founder-faq details {
  padding: 0 21px;
}

.founder-faq summary {
  cursor: pointer;
  padding: 19px 34px 19px 0;
  color: var(--ink);
  font-weight: 800;
}

.founder-faq p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--muted);
  line-height: 1.7;
}

.founder-final-cta {
  margin-top: 76px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(29, 115, 99, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(29, 115, 99, 0.1), rgba(138, 168, 97, 0.14));
  text-align: center;
}

.founder-final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.founder-final-cta p {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.founder-final-cta .founder-actions {
  justify-content: center;
}

.founder-legal {
  margin: 18px auto 0;
  max-width: 940px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .founder-hero,
  .founder-offer {
    grid-template-columns: 1fr;
  }

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

  .founder-trustbar-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .founder-trustbar-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .founder-page .page {
    width: min(100% - 28px, 1180px);
  }

  .founder-hero {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .founder-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .founder-trustbar,
  .founder-card-grid,
  .founder-check-grid,
  .founder-mistakes {
    grid-template-columns: 1fr;
  }

  .founder-trustbar-item + .founder-trustbar-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .founder-toc {
    grid-template-columns: 1fr;
  }

  .founder-section {
    padding-top: 58px;
  }

  .founder-offer {
    padding: 28px 22px;
  }

  .founder-pqsg-partner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .founder-pqsg-partner span {
    white-space: normal;
  }
}
