.product-led {
  background:
    radial-gradient(circle at 92% 4%, rgba(217, 138, 46, 0.13), transparent 31%),
    radial-gradient(circle at 3% 18%, rgba(95, 146, 122, 0.12), transparent 35%),
    linear-gradient(180deg, #fbfaf5 0%, #f7f5ec 45%, #fdfbf5 100%);
}

.product-led .site-header {
  background: rgba(251, 250, 245, 0.94);
}

.hero-real-platform {
  position: relative;
  overflow: hidden;
  padding: 4.6rem 0 4.2rem;
}

.hero-real-platform::before {
  content: "";
  position: absolute;
  inset: auto -10% -18% 30%;
  height: 56%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 123, 99, 0.13), transparent 63%);
  pointer-events: none;
}

.hero-real-platform .container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(1.5rem, 4vw, 3.4rem);
  align-items: center;
  width: min(1280px, 92vw);
}

.hero-headline-block {
  max-width: 640px;
  z-index: 2;
}

.hero-headline-block h1 {
  font-size: clamp(2.65rem, 5.4vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin-bottom: 1rem;
  max-width: 780px;
}

.hero-headline-block .hero-copy {
  color: var(--ink-700);
  font-size: clamp(1.05rem, 1.75vw, 1.24rem);
  max-width: 630px;
}

.hero-real-platform .cta-row {
  margin-top: 1.35rem;
}

.platform-screenshot-card {
  margin: 0;
  border: 1px solid rgba(216, 222, 214, 0.95);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 34px 80px rgba(23, 40, 36, 0.15);
  overflow: hidden;
  padding: 0.55rem;
}

.hero-platform-card {
  transform: rotate(-0.25deg);
}

.hero-proof-image,
.section-proof-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero-proof-image {
  border-radius: 26px;
}

.platform-screenshot-card figcaption {
  color: var(--ink-500);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0.55rem 0.75rem 0.25rem;
  text-align: center;
}

.product-section {
  padding: 5.1rem 0;
}

.product-section.soft {
  background: linear-gradient(180deg, rgba(238, 245, 240, 0.82), rgba(248, 251, 247, 0.7));
  border-block: 1px solid rgba(216, 222, 214, 0.85);
}

.feature-screen-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(620px, 1.28fr);
  gap: 2.2rem;
  align-items: center;
}

.feature-screen-grid.reverse {
  grid-template-columns: minmax(620px, 1.18fr) minmax(330px, 0.82fr);
}

.feature-screen-grid.reverse .section-copy {
  order: 2;
}

.section-copy h2 {
  font-size: clamp(2rem, 4.6vw, 4.1rem);
  letter-spacing: -0.05em;
  line-height: 1.04;
  margin-bottom: 0.65rem;
}

.section-copy p {
  color: var(--ink-700);
  font-size: 1.1rem;
  margin-top: 0;
  max-width: 670px;
}

.compact-points {
  display: grid;
  gap: 0.58rem;
  list-style: none;
  margin: 1.3rem 0 0;
  padding: 0;
}

.compact-points li {
  position: relative;
  border-left: 4px solid var(--sun-300);
  border-radius: 0 16px 16px 0;
  background: #fff;
  box-shadow: 0 12px 24px rgba(23, 40, 36, 0.06);
  font-weight: 900;
  padding: 0.72rem 0.9rem;
}

.action-section .feature-screen-grid {
  grid-template-columns: minmax(340px, 0.7fr) minmax(660px, 1.3fr);
}

.action-copy h2 {
  margin-bottom: 0.45rem;
}

.action-copy p {
  margin-bottom: 0.82rem;
}

.action-bridge {
  color: var(--ink-900) !important;
  font-size: 1rem !important;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 0.2rem 0 0.75rem !important;
}

.action-card-list {
  display: grid;
  gap: 0.62rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.action-card {
  border: 1px solid transparent;
  border-left-width: 6px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(23, 40, 36, 0.06);
  display: grid;
  gap: 0.18rem;
  padding: 0.78rem 0.9rem;
}

.action-card strong {
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.action-card span {
  color: var(--ink-900);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.22;
}

.action-red {
  background: #f6dada;
  border-color: #f35f7b;
  color: #7d2f2f;
}

.action-yellow {
  background: #f6ebcf;
  border-color: #d98a2e;
  color: #75571c;
}

.action-green {
  background: #dbf1e6;
  border-color: #24c264;
  color: #2f6a4d;
}

.action-blue {
  background: #d7eaf6;
  border-color: #3b82f6;
  color: #295d7a;
}

.workflow-image-card {
  border: 1px solid rgba(216, 222, 214, 0.95);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(23, 40, 36, 0.12);
  margin: 0;
  overflow: hidden;
  padding: 0.75rem;
}

.workflow-image-card .section-proof-image {
  border-radius: 22px;
}

.app-screen {
  border: 1px solid rgba(127, 145, 139, 0.35);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(23, 40, 36, 0.12);
  overflow: hidden;
}

.app-chrome {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f5f3eb);
  padding: 0.65rem 0.9rem;
}

.app-chrome span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #d7ded8;
}

.app-chrome span:first-child { background: #e08c47; }
.app-chrome span:nth-child(2) { background: #e7c368; }
.app-chrome span:nth-child(3) { background: #5f927a; }

.app-chrome strong {
  margin-left: 0.45rem;
  color: var(--ink-700);
  font-size: 0.82rem;
}

.page-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1rem 0;
  margin-bottom: 0.85rem;
}

.page-toolbar small {
  color: var(--gumleaf-600);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-toolbar h3 {
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  margin: 0;
}

.screenshot-image-frame {
  margin: 1rem;
  border: 1px solid rgba(216, 222, 214, 0.95);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}

.section-proof-image {
  border-radius: 22px;
}

.proof-card-stack {
  display: grid;
  gap: 0.85rem;
}

.proof-card,
.report-proof-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 52px rgba(23, 40, 36, 0.09);
  padding: 1.15rem;
}

.proof-card span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
  padding: 0.32rem 0.58rem;
  text-transform: uppercase;
}

.proof-card h3,
.report-proof-panel h3 {
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
}

.proof-card p,
.report-proof-panel p {
  color: var(--ink-700);
  margin: 0;
}

.proof-green span { background: #dbf1e6; color: #2f6a4d; }
.proof-yellow span { background: #f6ebcf; color: #75571c; }
.proof-red span { background: #f6dada; color: #7d2f2f; }

.proof-green { border-left: 6px solid #2f6a4d; }
.proof-yellow { border-left: 6px solid #d98a2e; }
.proof-red { border-left: 6px solid #7d2f2f; }

.outcome-proof-stack .proof-card span,
.report-proof-grid span {
  background: #eef5f0;
  color: var(--gumleaf-600);
}

.report-proof-panel {
  background:
    radial-gradient(circle at 88% 8%, rgba(217, 138, 46, 0.12), transparent 38%),
    linear-gradient(135deg, #fff, #eef5f0);
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.report-proof-panel h3 {
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  line-height: 1.05;
}

.report-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.report-proof-grid span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink-700);
  font-weight: 900;
  padding: 0.68rem 0.82rem;
  text-align: center;
}

.blue { background: #d7eaf6; color: #295d7a; }
.green { background: #dbf1e6; color: #2f6a4d; }
.yellow { background: #f6ebcf; color: #75571c; }
.red { background: #f6dada; color: #7d2f2f; }
.green-text { color: #2f6a4d !important; }

.trial-band,
.fit-band,
.trust-band {
  padding: 4.4rem 0;
}

.trial-panel-clean,
.trust-panel-clean {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.55fr);
  gap: 2rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(23, 40, 36, 0.1);
  padding: 1.5rem;
}

.trial-panel-clean h2,
.trust-panel-clean h2,
.fit-band h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.trial-panel-clean p,
.trust-panel-clean p {
  color: var(--ink-700);
  font-size: 1.08rem;
}

.trial-items,
.fit-cards {
  display: grid;
  gap: 0.75rem;
}

.trial-items {
  grid-template-columns: repeat(2, 1fr);
}

.trial-items span,
.fit-cards article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffdf8;
  font-weight: 900;
  padding: 1rem;
}

.fit-cards {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1.3rem;
}

.fit-cards article h3 {
  margin-bottom: 0.45rem;
}

.fit-cards article p {
  color: var(--ink-700);
  font-weight: 600;
  margin: 0;
}

.trust-panel-clean {
  grid-template-columns: 1fr auto;
  background: linear-gradient(135deg, #fff, #eef5f0);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: start;
}

.contact-form {
  border-radius: 22px;
  padding: 1.25rem;
}

.contact-form button {
  width: 100%;
  margin-top: 0.5rem;
}

@media (max-width: 1050px) {
  .hero-real-platform .container,
  .action-section .feature-screen-grid,
  .feature-screen-grid,
  .feature-screen-grid.reverse,
  .trial-panel-clean,
  .trust-panel-clean,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-headline-block {
    max-width: 860px;
  }

  .feature-screen-grid.reverse .section-copy {
    order: 0;
  }

  .fit-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hero-real-platform {
    padding: 3.4rem 0 3.1rem;
  }

  .hero-headline-block h1 {
    font-size: 2.55rem;
  }

  .platform-screenshot-card,
  .workflow-image-card {
    border-radius: 24px;
    padding: 0.4rem;
  }

  .hero-platform-card {
    transform: none;
  }

  .hero-proof-image,
  .workflow-image-card .section-proof-image {
    border-radius: 18px;
  }

  .screenshot-image-frame {
    border-radius: 18px;
    margin: 0.75rem;
  }

  .section-proof-image {
    border-radius: 16px;
  }

  .trial-items,
  .fit-cards,
  .report-proof-grid {
    grid-template-columns: 1fr;
  }

  .product-section {
    padding: 3.6rem 0;
  }

  .section-copy h2 {
    font-size: 2.3rem;
  }

  .app-screen {
    border-radius: 20px;
  }
}
