:root {
  --ink: #161817;
  --muted: #65706b;
  --paper: #fbfaf7;
  --line: #dfe3dd;
  --mint: #c7ead8;
  --coral: #ff8f70;
  --gold: #f5c556;
  --blue: #91b7ff;
  --green: #276953;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(26, 31, 28, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 64px);
  background: rgba(251, 250, 247, 0.88);
  border-bottom: 1px solid rgba(22, 24, 23, 0.08);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  font-size: 0.9rem;
}

nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

nav a {
  text-decoration: none;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(44px, 7vw, 84px) clamp(18px, 5vw, 64px);
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  max-width: 850px;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 6.6rem);
}

.section h2,
.final-cta h2 {
  font-size: clamp(2rem, 5vw, 4.6rem);
}

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

.lede {
  max-width: 700px;
  color: #46504b;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}

.hero-actions,
.trust-row,
.bundle-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(22, 24, 23, 0.13);
}

.primary {
  color: var(--white);
  background: var(--ink);
}

.secondary,
.card-button {
  background: var(--white);
}

.trust-row {
  margin-top: 22px;
  color: var(--muted);
  font-weight: 700;
}

.trust-row span {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-visual {
  position: relative;
  min-height: 540px;
}

.phone-mockup,
.dashboard-mockup,
.prompt-card {
  position: absolute;
  background: var(--white);
  border: 1px solid rgba(22, 24, 23, 0.09);
  box-shadow: var(--shadow);
}

.phone-mockup {
  left: 0;
  top: 20px;
  width: min(260px, 48vw);
  aspect-ratio: 0.56;
  padding: 22px;
  border-radius: 30px;
  background: #202421;
}

.screen {
  border-radius: 16px;
  margin-bottom: 14px;
}

.top-screen {
  height: 130px;
  background: linear-gradient(135deg, var(--coral), var(--gold));
}

.mid-screen,
.bottom-screen {
  height: 74px;
  background: linear-gradient(135deg, #f3f5ef, #d9eee5);
}

.dashboard-mockup {
  right: 0;
  top: 120px;
  width: min(370px, 62vw);
  padding: 22px;
  border-radius: 12px;
}

.dash-header {
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--blue), var(--mint));
}

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

.dash-grid span {
  aspect-ratio: 1;
  border-radius: 8px;
  background: #f0f3ee;
}

.dash-lines {
  height: 80px;
  border-radius: 8px;
  background: repeating-linear-gradient(180deg, #eef2ed, #eef2ed 10px, transparent 10px, transparent 20px);
}

.prompt-card {
  left: 78px;
  bottom: 18px;
  max-width: 330px;
  padding: 22px;
  border-radius: 12px;
  background: var(--mint);
}

.prompt-card p {
  margin-bottom: 0;
  line-height: 1.5;
}

.product-hero {
  min-height: calc(88vh - 72px);
}

.single-product-visual {
  min-height: 420px;
}

.large-preview {
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: min(420px, 88vw);
  max-width: none;
}

.template-preview,
.notion-preview {
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 64px);
}

.intro,
.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 32px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.intro > p,
.proof-grid {
  color: #46504b;
  font-size: 1.08rem;
  line-height: 1.7;
}

.section-heading {
  margin-bottom: 28px;
}

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

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(22, 24, 23, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(22, 24, 23, 0.08);
}

.featured {
  border-color: rgba(39, 105, 83, 0.4);
}

.product-art {
  min-height: 180px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--ink);
}

.product-art span {
  display: block;
  font-size: 4rem;
  font-weight: 900;
}

.product-art small {
  font-weight: 800;
  text-transform: uppercase;
}

.prompt-art {
  background: linear-gradient(135deg, var(--mint), #f8f5df);
}

.social-art {
  background:
    linear-gradient(135deg, rgba(255, 143, 112, 0.92), rgba(245, 197, 86, 0.82)),
    repeating-linear-gradient(45deg, transparent, transparent 16px, rgba(255, 255, 255, 0.28) 16px, rgba(255, 255, 255, 0.28) 28px);
}

.notion-art {
  background: linear-gradient(135deg, #f0f2ec, var(--blue));
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.product-title-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
}

.price {
  font-weight: 900;
  font-size: 1.2rem;
}

.product-body p,
.product-body li {
  color: #4b5651;
  line-height: 1.55;
}

ul {
  padding-left: 20px;
}

.card-button {
  margin-top: auto;
}

.bundle {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.65fr);
  gap: 32px;
  align-items: center;
  color: var(--white);
  background: var(--green);
}

.bundle .eyebrow,
.bundle p {
  color: #e7fff3;
}

.old-price {
  color: #bfe8d5;
  text-decoration: line-through;
  font-weight: 800;
}

.new-price {
  color: var(--ink);
  background: var(--gold);
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 900;
}

.bundle .primary {
  margin-top: 18px;
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

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

.bundle-list div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.bundle-list strong,
.bundle-list span {
  display: block;
}

.bundle-list span {
  margin-top: 4px;
  color: #dff8eb;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.step-grid div {
  padding: 20px;
  border-top: 3px solid var(--green);
  background: rgba(255, 255, 255, 0.72);
}

.step-grid span {
  color: var(--coral);
  font-weight: 900;
}

.proof-grid {
  display: grid;
  gap: 12px;
}

.proof-grid p {
  margin: 0;
  padding: 16px;
  background: var(--white);
  border-radius: 8px;
  border: 1px solid var(--line);
}

.faq details {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 850;
  font-size: 1.08rem;
}

.faq p {
  max-width: 760px;
  color: #4b5651;
  line-height: 1.65;
}

.download-section h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 1.02;
}

.download-list {
  display: grid;
  max-width: 720px;
  gap: 12px;
}

.download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(22, 24, 23, 0.08);
}

.download-link::after {
  content: "Download";
  color: var(--green);
  font-size: 0.9rem;
}

.download-help {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.6;
}

.final-cta {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 64px);
  text-align: center;
  background: var(--gold);
}

.final-cta h2 {
  margin: 0 auto 22px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 64px);
  color: var(--muted);
  background: var(--ink);
}

footer a,
footer p {
  color: #edf3ee;
}

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

  .hero-visual {
    min-height: 470px;
  }

  .product-grid,
  .step-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .hero-visual {
    min-height: 420px;
  }

  .phone-mockup {
    width: 190px;
  }

  .dashboard-mockup {
    width: min(310px, 88vw);
    top: 92px;
  }

  .prompt-card {
    left: 18px;
    bottom: 0;
    max-width: 280px;
  }

  .product-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .product-title-row,
  footer {
    flex-direction: column;
  }
}
