:root {
  color-scheme: light;
  --ink: #172026;
  --muted: #61717b;
  --line: #d9dfd7;
  --paper: #fbfaf5;
  --white: #ffffff;
  --green: #0f6b4f;
  --teal: #188b86;
  --blue: #315f93;
  --gold: #d49a21;
  --rose: #b95345;
  --shadow: 0 24px 70px rgba(23, 32, 38, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.founder-mini a,
.founder-story a,
footer a {
  color: inherit;
  font-weight: 950;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.founder-story a {
  color: var(--green);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 245, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand,
nav,
.hero-points,
.screen-bar,
.screen-task,
footer,
.policy-strip {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  text-decoration: none;
  font-weight: 950;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: white;
  background: var(--green);
  border-radius: 8px;
  font-weight: 950;
}

nav {
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-weight: 800;
}

nav a {
  text-decoration: none;
}

.hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 560px);
  align-items: center;
  gap: clamp(28px, 5vw, 78px);
  padding: clamp(48px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(15, 107, 79, 0.12), rgba(49, 95, 147, 0.1)),
    linear-gradient(128deg, #fbfaf5 0%, #f4f8f3 50%, #edf5f7 100%);
}

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

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

h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 7.5vw, 7rem);
  line-height: 0.93;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h3 {
  margin-bottom: 8px;
}

.lead {
  max-width: 700px;
  color: #334148;
  font-size: clamp(1.16rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.code-form {
  display: grid;
  grid-template-columns: minmax(220px, 360px) auto;
  gap: 12px;
  max-width: 600px;
  margin: 30px 0 10px;
}

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

input,
select,
textarea,
button {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

input,
select,
textarea {
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
}

button {
  align-self: end;
  padding: 0 24px;
  color: white;
  background: var(--green);
  border: 0;
  font-weight: 950;
  cursor: pointer;
}

button:hover {
  background: #0b5a42;
}

.button-link {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 22px;
  color: white;
  background: var(--green);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 950;
}

.button-link:hover {
  background: #0b5a42;
}

.coupon-status,
.fine {
  color: var(--muted);
  font-weight: 800;
}

.coupon-status {
  max-width: 600px;
  margin: 8px 0 14px;
  color: var(--blue);
}

.coupon-status.success {
  color: var(--green);
}

.coupon-status.error {
  color: var(--rose);
}

.hero-points {
  gap: 10px;
  flex-wrap: wrap;
}

.hero-points span {
  padding: 9px 12px;
  color: var(--green);
  background: rgba(15, 107, 79, 0.09);
  border: 1px solid rgba(15, 107, 79, 0.18);
  border-radius: 999px;
  font-weight: 900;
}

.simple-page {
  min-height: 58vh;
  grid-template-columns: minmax(0, 900px);
}

.product-shot {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(15, 107, 79, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  min-width: 0;
}

.founder-mini {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(15, 107, 79, 0.18);
  border-radius: 8px;
  background: rgba(15, 107, 79, 0.06);
}

.founder-mini img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: 50% 22%;
  border-radius: 8px;
}

.founder-mini strong,
.founder-mini span {
  display: block;
}

.founder-mini strong {
  margin-bottom: 4px;
}

.founder-mini span {
  color: var(--muted);
  font-weight: 800;
}

.screen-bar {
  justify-content: flex-start;
  gap: 8px;
  color: var(--muted);
  font-weight: 900;
}

.screen-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--line);
}

.screen-bar span:nth-child(1) {
  background: var(--rose);
}

.screen-bar span:nth-child(2) {
  background: var(--gold);
}

.screen-bar span:nth-child(3) {
  background: var(--teal);
}

.screen-hero {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px;
  color: white;
  background: linear-gradient(135deg, var(--green), var(--blue));
  border-radius: 8px;
}

.screen-hero h2 {
  max-width: 330px;
  margin: 4px 0 10px;
}

.score {
  display: grid;
  min-width: 92px;
  height: 92px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  font-size: 2.2rem;
  font-weight: 950;
}

.screen-grid,
.steps,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  min-width: 0;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 14px;
  min-width: 0;
}

.screen-grid article,
.screen-task,
.steps article,
.pricing article,
.trust-grid article,
.founder-card,
.sample-output {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  min-width: 0;
}

.screen-grid article {
  display: grid;
  gap: 4px;
  min-height: 86px;
  padding: 14px;
}

.screen-grid span,
.screen-task p,
.steps p,
.pricing p,
.trust-grid p,
.founder-card p,
.section-heading p {
  color: var(--muted);
}

.screen-task {
  justify-content: flex-start;
  gap: 12px;
  padding: 14px;
}

.screen-task span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--teal);
}

.screen-task p {
  margin: 0;
  font-weight: 900;
}

.section {
  padding: clamp(48px, 7vw, 92px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 26px;
}

.section-heading p {
  max-width: 760px;
  font-size: 1.12rem;
}

.steps article,
.pricing article,
.trust-grid article {
  min-height: 210px;
  padding: 22px;
}

.proof-panel {
  max-width: 980px;
  margin: 0 0 18px;
  padding: 24px;
  color: white;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.proof-panel .eyebrow,
.proof-panel p {
  color: rgba(255, 255, 255, 0.86);
}

.proof-panel p:last-child {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.evolution-reel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid rgba(49, 95, 147, 0.2);
  border-radius: 8px;
  background: #fff;
}

.reel-copy p:not(.eyebrow),
.profile-model p,
.model-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.reel-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-content: center;
}

.reel-track article {
  min-height: 170px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(15, 107, 79, 0.45), rgba(49, 95, 147, 0.45)) border-box;
}

.reel-track span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 8px;
  color: var(--blue);
  background: rgba(49, 95, 147, 0.09);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 950;
}

.reel-track strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.founder-story {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  max-width: 980px;
  margin: 0 0 26px;
  padding: 22px;
  border: 1px solid rgba(15, 107, 79, 0.2);
  border-radius: 8px;
  background: var(--white);
}

.founder-story img {
  width: 150px;
  height: 170px;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 8px;
}

.founder-story p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.profile-model {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 0 26px;
  padding: 22px;
  border: 1px solid rgba(15, 107, 79, 0.2);
  border-radius: 8px;
  background: rgba(15, 107, 79, 0.06);
}

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

.model-grid article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(15, 107, 79, 0.18);
  border-radius: 8px;
  background: var(--white);
}

.model-grid h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.steps span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  place-items: center;
  color: white;
  background: var(--blue);
  border-radius: 8px;
  font-weight: 950;
}

.founder-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  color: white;
  background: var(--ink);
}

.founder-band p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.18rem;
}

.founder-card {
  padding: 22px;
  color: var(--ink);
}

.founder-card-photo {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.founder-card-photo img {
  width: 118px;
  height: 138px;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 8px;
}

.founder-card span {
  display: block;
  margin: 8px 0 12px;
  color: var(--green);
  font-size: 1.6rem;
  font-weight: 950;
}

.launch-card {
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 240px;
  overflow: hidden;
}

.launch-preview {
  position: relative;
  display: grid;
  width: min(100%, 300px);
  min-height: 178px;
  margin-bottom: 6px;
  place-items: center;
  padding: 18px;
  background: linear-gradient(135deg, rgba(15, 107, 79, 0.1), rgba(49, 95, 147, 0.11));
  border-radius: 8px;
  border: 1px solid rgba(15, 107, 79, 0.18);
}

.mini-window {
  width: 100%;
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(23, 32, 38, 0.13);
}

.mini-top {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.mini-top span {
  width: 9px;
  height: 9px;
  margin: 0;
  border-radius: 50%;
  background: var(--line);
}

.mini-top span:nth-child(1) {
  background: var(--rose);
}

.mini-top span:nth-child(2) {
  background: var(--gold);
}

.mini-top span:nth-child(3) {
  background: var(--teal);
}

.mini-code {
  margin: 16px 0 8px;
  color: var(--green);
  font-size: 2.3rem;
  font-weight: 950;
}

.mini-path {
  color: var(--blue);
  font-weight: 950;
}

.mini-bars {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.mini-bars i {
  height: 9px;
  background: rgba(49, 95, 147, 0.16);
  border-radius: 999px;
}

.mini-bars i:nth-child(2) {
  width: 76%;
}

.mini-bars i:nth-child(3) {
  width: 54%;
}

.mini-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px 10px;
  color: white;
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(23, 32, 38, 0.14);
}

.preview-section {
  background: #f5f4ee;
}

.profile-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 980px;
}

.wide {
  grid-column: 1 / -1;
}

.sample-output {
  max-width: 980px;
  margin-top: 22px;
  padding: 22px;
}

.sample-output.ready {
  border-color: rgba(15, 107, 79, 0.4);
  box-shadow: 0 12px 38px rgba(15, 107, 79, 0.1);
}

.security-checks {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(15, 107, 79, 0.22);
  border-radius: 8px;
  background: rgba(15, 107, 79, 0.06);
}

.security-checks label {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.35;
}

.security-checks input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.sample-output ol {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.share-kit {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(49, 95, 147, 0.22);
  border-radius: 8px;
  background: #f4f8fb;
}

.share-kit h4 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.share-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 12px 0;
}

.share-actions button,
.share-link {
  width: auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: white;
  background: var(--blue);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 950;
}

.share-actions button:hover,
.share-link:hover {
  background: #244d79;
}

.audit-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  max-width: 980px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.audit-panel button {
  align-self: start;
  width: auto;
  min-height: 44px;
  color: var(--blue);
  background: #edf5f7;
  border: 1px solid rgba(49, 95, 147, 0.22);
}

.audit-panel ol {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.audit-panel li p {
  margin: 4px 0 0;
  color: var(--muted);
}

.control-panel {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(49, 95, 147, 0.18);
  border-radius: 8px;
  background: #f4f8fb;
}

.control-panel h3,
.control-panel .fine,
.control-panel .coupon-status {
  margin-bottom: 0;
}

.control-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.control-actions button {
  width: auto;
  min-height: 44px;
}

.pricing article strong {
  display: block;
  margin: 10px 0 12px;
  color: var(--green);
  font-size: 1.35rem;
  overflow-wrap: anywhere;
}

.referral-callout {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(15, 107, 79, 0.22);
  border-radius: 8px;
  background: rgba(15, 107, 79, 0.07);
}

.referral-callout p:last-child {
  margin-bottom: 0;
}

.ask-max-section {
  background: linear-gradient(135deg, rgba(49, 95, 147, 0.08), rgba(15, 107, 79, 0.1));
}

.ask-max-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.ask-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ask-options span {
  padding: 10px 12px;
  color: #173f36;
  background: rgba(15, 107, 79, 0.09);
  border: 1px solid rgba(15, 107, 79, 0.2);
  border-radius: 999px;
  font-weight: 900;
}

.ask-max-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ask-max-form textarea {
  min-height: 130px;
  resize: vertical;
}

.ask-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ask-answer {
  min-height: 96px;
  padding: 16px;
  background: var(--white);
  border: 1px dashed rgba(49, 95, 147, 0.35);
  border-radius: 8px;
  color: var(--muted);
}

.ask-answer h3 {
  margin-top: 0;
}

.ask-answer audio {
  width: 100%;
  margin-top: 10px;
}

.seo-hub {
  background: #fffaf0;
}

.seo-link-grid,
.seo-card-grid,
.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seo-link-grid a,
.seo-card-grid article,
.related-links a {
  display: block;
  min-height: 132px;
  padding: 18px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.seo-link-grid strong,
.related-links a {
  font-weight: 950;
}

.seo-link-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 750;
}

.seo-card-grid article {
  min-height: 180px;
}

.seo-related {
  background: #f3f6f7;
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  padding: 16px;
  background: rgba(15, 107, 79, 0.08);
  border: 1px solid rgba(15, 107, 79, 0.24);
  border-radius: 8px;
}

.status-strip strong,
.status-strip span {
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid rgba(15, 107, 79, 0.2);
  border-radius: 999px;
  font-weight: 900;
}

.status-strip strong {
  color: var(--green);
}

.trust {
  background: #eff5f1;
}

.privacy-note {
  max-width: 980px;
  margin: 18px 0 0;
  padding: 18px 20px;
  color: #21433a;
  background: rgba(15, 107, 79, 0.08);
  border: 1px solid rgba(15, 107, 79, 0.22);
  border-radius: 8px;
  font-weight: 850;
  line-height: 1.5;
}

.policy-strip {
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  background: #fffaf0;
}

.policy-strip a {
  padding: 12px 14px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
}

footer {
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 24px clamp(18px, 5vw, 72px);
  color: white;
  background: var(--green);
  font-weight: 850;
}

@media (max-width: 980px) {
  .hero,
  .founder-band,
  .evolution-reel,
  .profile-model,
  .ask-max-card {
    grid-template-columns: 1fr;
  }

  .screen-grid,
  .steps,
  .pricing,
  .trust-grid,
  .model-grid,
  .reel-track,
  .seo-link-grid,
  .seo-card-grid,
  .related-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-header,
  nav,
  .code-form,
  .profile-form,
  .screen-grid,
  .steps,
  .pricing,
  .trust-grid,
  .model-grid,
  .reel-track,
  .seo-link-grid,
  .seo-card-grid,
  .related-links,
  footer {
    grid-template-columns: 1fr;
  }

  .site-header,
  nav,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

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

  h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .section {
    padding: 44px 18px;
  }

  .screen-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .founder-card-photo {
    grid-template-columns: 88px minmax(0, 1fr);
  }

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

  .founder-card-photo img {
    width: 88px;
    height: 104px;
  }

  .steps article,
  .pricing article,
  .trust-grid article {
    min-height: auto;
  }
}
