body.a1-sample-page {
  display: block;
  margin: 0;
  padding: 0;
  background: #f7f4e8;
  color: #172017;
  font-family: Roboto, Arial, sans-serif;
  place-items: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a1-sample-page main {
  overflow: hidden;
}

.a1-hero,
.a1-preview,
.a1-topics,
.a1-format,
.a1-bundle {
  padding-right: max(18px, calc((100vw - 1080px) / 2));
  padding-left: max(18px, calc((100vw - 1080px) / 2));
}

.a1-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.78fr);
  gap: 42px;
  align-items: center;
  min-height: 88vh;
  padding-top: 42px;
  padding-bottom: 58px;
  background:
    radial-gradient(ellipse at 80% 18%, rgba(104, 155, 69, 0.18), transparent 56%),
    linear-gradient(180deg, #fff7df 0%, #f7f4e8 100%);
}

.a1-kicker {
  margin: 0 0 10px;
  color: #2e6f33;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.a1-hero h1,
.a1-section-head h2,
.a1-format h2,
.a1-bundle h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
}

.a1-hero h1 {
  max-width: 680px;
  font-size: clamp(42px, 8vw, 76px);
  line-height: 0.98;
}

.a1-lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: #42523a;
  font-size: clamp(18px, 2.3vw, 23px);
  font-weight: 500;
  line-height: 1.45;
}

.a1-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.a1-primary,
.a1-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.a1-primary {
  border: 1px solid #235c28;
  background: #235c28;
  box-shadow: 0 12px 26px rgba(35, 92, 40, 0.22);
  color: #ffffff;
}

.a1-secondary {
  border: 1px solid rgba(17, 24, 39, 0.16);
  background: rgba(255, 255, 255, 0.74);
  color: #172017;
}

.a1-hero-card {
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.16);
}

.a1-hero-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.a1-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d9e0cf;
}

.a1-stats div {
  display: grid;
  gap: 5px;
  min-height: 112px;
  align-content: center;
  justify-items: center;
  background: #edf1e5;
  text-align: center;
}

.a1-stats strong {
  color: #235c28;
  font-size: clamp(27px, 4vw, 40px);
  font-weight: 900;
  line-height: 1;
}

.a1-stats span {
  color: #485541;
  font-size: 13px;
  font-weight: 800;
}

.a1-preview,
.a1-topics,
.a1-format,
.a1-bundle {
  padding-top: 62px;
  padding-bottom: 62px;
}

.a1-section-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.a1-section-head h2,
.a1-format h2,
.a1-bundle h2 {
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.12;
}

.a1-section-head p:last-child,
.a1-format p,
.a1-bundle p {
  margin: 12px 0 0;
  color: #485541;
  font-size: 17px;
  line-height: 1.55;
}

.a1-page-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.a1-page-grid figure {
  margin: 0;
}

.a1-page-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.14);
}

.a1-page-grid figcaption {
  margin-top: 9px;
  color: #485541;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.a1-topics {
  background: #ffffff;
}

.a1-topic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 840px;
  margin: 0 auto;
}

.a1-topic-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(35, 92, 40, 0.18);
  border-radius: 999px;
  background: #f6f8f1;
  color: #26351f;
  font-size: 14px;
  font-weight: 700;
}

.a1-format {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: 32px;
  align-items: center;
  background: #eef3e7;
}

.a1-format ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.a1-format li {
  padding: 16px 18px;
  border: 1px solid rgba(35, 92, 40, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2f1b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.a1-bundle {
  background: #111827;
  color: #ffffff;
  text-align: center;
}

.a1-bundle .a1-kicker,
.a1-bundle h2 {
  color: #ffffff;
}

.a1-bundle p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
}

.a1-bundle .a1-actions {
  justify-content: center;
}

.a1-bundle .a1-primary {
  border-color: #74b55c;
  background: #74b55c;
  color: #0f1a0f;
}

.a1-bundle .a1-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

@media (min-width: 861px) {
  .a1-format,
  .a1-bundle {
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
  }

  .a1-format h2,
  .a1-bundle h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.16;
  }

  .a1-bundle h2 {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  .a1-bundle .a1-kicker {
    font-weight: 800;
  }

  .a1-bundle .a1-primary,
  .a1-bundle .a1-secondary,
  .a1-format li {
    font-weight: 700;
  }
}

@media (max-width: 860px) {
  .a1-hero,
  .a1-format {
    grid-template-columns: 1fr;
  }

  .a1-hero {
    min-height: 0;
    padding-top: 32px;
  }

  .a1-hero-copy {
    text-align: center;
  }

  .a1-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .a1-actions {
    justify-content: center;
  }

  .a1-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a1-page-grid figure:first-child {
    grid-column: 1 / -1;
    width: min(100%, 360px);
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .a1-hero,
  .a1-preview,
  .a1-topics,
  .a1-format,
  .a1-bundle {
    padding-right: 16px;
    padding-left: 16px;
  }

  .a1-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a1-primary,
  .a1-secondary {
    width: 100%;
  }

  .a1-page-grid {
    gap: 12px;
  }
}
