@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/satoshi-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/satoshi-medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/satoshi-bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter-regular-latin-ext.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter-regular-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --main-green: #00402c;
  --garden-terra: #bc6c25;
  --earth-clay: #ac8376;
  --yellow: #e6d371;
  --fresh-leaf: #8a9e5a;
  --petal-cream: #f2f0e1;
  --green-light-2: #d6e0b4;
  --green-light-3: #e6edd0;
  --green-light-4: #f6f8ed;
  --gray-25: #fcfcfd;
  --gray-300: #cdd5df;
  --gray-400: #9aa4b2;
  --gray-500: #697586;
  --gray-600: #4b5565;
  --gray-800: #202939;
  --font-sans: 'Satoshi', Arial, Helvetica, sans-serif;
  --font-display: 'Sfizia', Georgia, 'Times New Roman', serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--gray-25);
  color: var(--gray-800);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 72.6608px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 80px;
  background: var(--main-green);
}

.brand {
  display: block;
  width: 200px;
  flex: none;
  aspect-ratio: 200 / 40.6613;
  line-height: 0;
}

.brand img,
.footer-brand img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.main-navigation {
  display: flex;
  width: 355px;
  align-items: center;
  justify-content: space-between;
}

.main-navigation a {
  min-width: 77px;
  color: var(--gray-25);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
  color: var(--yellow);
}

.menu-toggle {
  display: none;
}

.hero,
.section-join,
.about,
.ebook-section,
.site-footer {
  margin-top: -1px;
}

.hero {
  height: 672.1741px;
  padding: 48px 80px 120px;
  background: var(--gray-25);
}

.hero-inner {
  display: grid;
  max-width: 1280px;
  height: 504.1741px;
  margin: 0 auto;
  grid-template-columns: 650px minmax(0, 566px);
  gap: 64px;
  align-items: center;
}

.hero-copy {
  display: flex;
  width: 650px;
  flex-direction: column;
  gap: 24px;
}

.hero-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eyebrow {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.eyebrow-terra {
  display: flex;
  height: 20px;
  flex-direction: column;
  justify-content: center;
  color: var(--garden-terra);
}

.eyebrow-yellow {
  color: var(--yellow);
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
}

h1 {
  color: var(--main-green);
  font-size: 58px;
  line-height: 72px;
  letter-spacing: -1.16px;
}

h1 span {
  color: var(--fresh-leaf);
}

.hero-description {
  width: 550px;
  height: 113px;
  margin: 0;
  color: var(--gray-600);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.hero-description strong {
  color: var(--gray-600);
  font-weight: 700;
}

.font-inter {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.signup-form {
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
}

.signup-form input {
  min-width: 0;
  height: 56px;
  flex: 1;
  padding: 12px 24px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  color: var(--gray-800);
  font-size: 16px;
  line-height: 24px;
  outline: none;
}

.signup-form input::placeholder {
  color: var(--gray-400);
}

.signup-form input:focus {
  border-color: var(--fresh-leaf);
  box-shadow: 0 0 0 3px rgba(138, 158, 90, 0.2);
}

.signup-form button {
  display: flex;
  height: 60px;
  flex: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 20px 16px 28px;
  border: 1px solid var(--garden-terra);
  border-radius: 8px;
  background: var(--garden-terra);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
}

.signup-form button:hover,
.signup-form button:focus-visible {
  background: #a75f20;
}

.signup-form button:focus-visible {
  outline: 3px solid var(--main-green);
  outline-offset: 2px;
}

.signup-form button img {
  width: 24px;
  height: 24px;
}

.form-message {
  display: none;
  margin: -16px 0 -16px;
  color: var(--main-green);
  font-size: 14px;
  line-height: 22px;
}

.form-message.is-visible {
  display: block;
}

.benefit-pills {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.benefit-pills span,
.gift-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 5px 11px;
  border: 1px solid var(--green-light-2);
  border-radius: 9999px;
  background: var(--green-light-4);
  color: var(--fresh-leaf);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}

.benefit-pills img,
.gift-pill img {
  width: 16px;
  height: 16px;
}

.hero-visual {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 566 / 504.1741;
}

.hero-photo-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 16px;
}

.hero-picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-photo-frame::after {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(
    187.6240413484deg,
    rgba(0, 0, 0, 0.4) 13.425%,
    rgba(0, 0, 0, 0) 46.556%
  );
  content: '';
  pointer-events: none;
}

.launch-date {
  position: absolute;
  z-index: 2;
  top: 14.3392px;
  right: 16.2962px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  color: var(--green-light-4);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.launch-date span {
  width: 7.7038px;
  height: 7.7038px;
  border-radius: 50%;
  background: var(--fresh-leaf);
}

.countdown {
  position: absolute;
  z-index: 3;
  bottom: -45px;
  left: 99px;
  display: grid;
  width: 384px;
  grid-template-columns: repeat(4, 90px);
  gap: 8px;
}

.countdown div {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 90px;
  height: 90px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  overflow: hidden;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  text-align: center;
}

.countdown div::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.8),
    rgba(230, 237, 208, 0.18)
  );
  content: '';
  pointer-events: none;
}

.countdown div:last-child::after {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fresh-leaf);
  box-shadow: 0 0 0 0 rgba(138, 158, 90, 0.45);
  animation: countdown-pulse 2s ease-out infinite;
  content: '';
}

.countdown.is-ready div {
  animation: countdown-enter 480ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.countdown.is-ready div:nth-child(2) {
  animation-delay: 50ms;
}

.countdown.is-ready div:nth-child(3) {
  animation-delay: 100ms;
}

.countdown.is-ready div:nth-child(4) {
  animation-delay: 150ms;
}

.countdown.is-complete div:last-child::after {
  opacity: 0.35;
  animation: none;
}

.countdown div:nth-child(n + 3) {
  justify-content: flex-start;
}

.countdown strong {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 2ch;
  color: var(--fresh-leaf);
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 56px;
  letter-spacing: -1.38px;
  transform-origin: center;
}

.countdown strong.is-ticking {
  animation: countdown-tick 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.countdown span {
  position: relative;
  z-index: 1;
  color: var(--gray-400);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

@keyframes countdown-enter {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes countdown-tick {
  from {
    opacity: 0.25;
    filter: blur(2px);
    transform: translateY(-8px) scale(0.96);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes countdown-pulse {
  70% {
    box-shadow: 0 0 0 7px rgba(138, 158, 90, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(138, 158, 90, 0);
  }
}

.section-join {
  position: relative;
  z-index: 1;
  height: 63.7506px;
  overflow: hidden;
}

.join-light-to-green {
  background: var(--main-green);
}

.join-green-to-cream {
  background: var(--petal-cream);
}

.section-join svg {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 145.0182px;
  height: 63.7506px;
  transform: translateX(-50%);
}

.join-light-to-green path {
  fill: var(--gray-25);
}

.join-green-to-cream path {
  fill: var(--main-green);
}

.about {
  min-height: 1070px;
  padding: 0 80px 120px;
  background: var(--main-green);
  color: var(--gray-25);
}

.about-heading {
  width: 768px;
  margin: 0 auto 64px;
  padding-top: 64px;
  text-align: center;
}

.about-heading h2,
.ebook-copy h2 {
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -1.38px;
}

.about-heading h2 {
  margin-top: 12px;
  color: var(--gray-25);
}

.about-heading > p:last-child {
  margin: 20px 0 0;
  color: var(--gray-25);
  font-size: 20px;
  line-height: 30px;
}

.benefit-grid {
  display: grid;
  max-width: 1216px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 64px;
  padding: 24px;
  border-radius: 12px;
  background: rgba(252, 252, 253, 0.05);
}

.benefit-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--fresh-leaf);
}

.benefit-icon img {
  width: 24px;
  height: 24px;
}

.benefit-card h3 {
  margin: 0 0 8px;
  color: var(--gray-25);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.benefit-card p {
  margin: 0;
  color: var(--gray-25);
  font-size: 16px;
  line-height: 24px;
}

.ebook-section {
  min-height: 1056.6301px;
  padding: 96px 60px;
  background: var(--petal-cream);
}

.ebook-panel {
  display: flex;
  max-width: 1320px;
  height: 626px;
  margin: 0 auto;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: var(--gray-25);
}

.ebook-copy {
  display: flex;
  width: 854px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px 40px 64px 64px;
}

.gift-pill {
  width: fit-content;
  background: var(--green-light-3);
}

.ebook-copy h2 {
  margin-top: 20px;
  color: var(--gray-800);
}

.ebook-copy > div > p {
  max-width: 750px;
  margin: 20px 0 0;
  color: var(--gray-600);
  font-size: 18px;
  line-height: 28px;
}

.ebook-copy ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--gray-500);
  font-size: 18px;
  line-height: 28px;
  list-style: none;
}

.ebook-copy li {
  position: relative;
  padding-left: 14px;
}

.ebook-copy li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fresh-leaf);
  content: '';
}

.ebook-form {
  width: 638px;
}

.ebook-form button {
  width: 289px;
}

.ebook-visual {
  position: relative;
  width: 402px;
  height: auto;
  flex: none;
  margin-right: 64px;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 402 / 478;
  background: var(--earth-clay);
}

.ebook-bg {
  position: absolute;
  top: -163.6248px;
  left: -126.1902px;
  width: 789.1902px;
  max-width: none;
  height: 932.6507px;
}

.ebook-cover {
  position: absolute;
  z-index: 2;
  top: 18.4863%;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 57.4653%;
  height: 68.3415%;
  transform: translateX(-50%);
  border-radius: clamp(8px, 1vw, 10px);
}

.ebook-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ebook-shadow {
  position: absolute;
  z-index: 1;
  top: 354.67px;
  left: 78.8776px;
  width: 252.6844px;
  height: 109.3321px;
  object-fit: cover;
  object-position: bottom;
  opacity: 0.15;
}

.metrics {
  display: grid;
  max-width: 1280px;
  height: 174.6301px;
  margin: 64px auto 0;
  padding: 32px 64px;
  grid-template-columns: repeat(4, 240px);
  column-gap: 64px;
  align-items: center;
}

.metrics div {
  position: relative;
  display: flex;
  min-height: 111px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.metrics div + div::before {
  position: absolute;
  top: 50%;
  left: -32px;
  width: 1px;
  height: 110.6301px;
  background: var(--garden-terra);
  content: '';
  transform: translate(-50%, -50%);
}

.metrics dt {
  color: var(--main-green);
  font-family: var(--font-display);
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -1.38px;
}

.metrics dd {
  margin: 12px 0 0;
  color: var(--gray-800);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.site-footer {
  display: flex;
  width: 100%;
  min-height: 85px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 60px;
  background: var(--main-green);
  color: var(--gray-25);
}

.footer-brand {
  display: block;
  width: 182px;
  flex: none;
  aspect-ratio: 182 / 37.0005;
  line-height: 0;
}

.site-footer p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.site-footer a {
  color: var(--yellow);
  text-decoration: none;
}

.social-links {
  display: flex;
  flex: none;
  gap: 16px;
}

.social-links a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 50%;
  background: var(--gray-25);
  transition:
    background-color 160ms ease,
    transform 160ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: var(--yellow);
  transform: translateY(-2px);
}

.social-links a:focus-visible {
  outline: 2px solid var(--gray-25);
  outline-offset: 3px;
}

.social-links svg {
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
  fill: var(--main-green);
}

.social-links a:nth-child(2) svg {
  width: 10px;
}

@media (max-width: 1400px) {
  .signup-form input::placeholder {
    color: var(--gray-500);
  }

  .ebook-form button {
    gap: 8px;
    padding: 16px 14px 16px 18px;
    white-space: nowrap;
  }

  .signup-form button img {
    flex: none;
  }
}

@media (min-width: 1101px) and (max-width: 1279px) {
  .countdown {
    left: 50%;
    transform: translateX(-50%);
  }

  .metrics {
    padding-inline: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 32px;
  }

  .metrics div + div::before {
    left: -16px;
  }
}

@media (min-width: 1280px) {
  .countdown {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1201px) and (max-width: 1327px) {
  .ebook-form {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .site-header {
    padding-inline: 40px;
  }

  .hero {
    height: auto;
    padding-inline: 40px;
  }

  .hero-inner {
    height: auto;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 40px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-description {
    width: 100%;
    height: auto;
  }

  .countdown {
    left: 50%;
    transform: translateX(-50%);
  }

  h1 {
    font-size: 50px;
    line-height: 62px;
  }

  .about {
    padding-inline: 40px;
  }

  .benefit-card {
    min-height: 292px;
  }

  .ebook-section {
    padding-inline: 32px;
  }

  .ebook-copy {
    width: calc(100% - 370px);
    padding-left: 48px;
  }

  .ebook-visual {
    width: 330px;
    margin-right: 40px;
  }

  .ebook-form {
    width: 100%;
  }

  .ebook-bg {
    top: -34.2311%;
    left: -31.3906%;
    width: 196.316%;
    height: 195.115%;
  }

  .ebook-shadow {
    top: 74.1987%;
    left: 19.6213%;
    width: 62.8568%;
    height: 22.8728%;
  }
}

@media (max-width: 1100px) {
  .metrics {
    height: auto;
    padding-inline: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 0;
  }

  .metrics div + div::before {
    display: none;
  }

  .metrics div:nth-child(even) {
    border-left: 1px solid var(--garden-terra);
  }

  .metrics div:nth-child(n + 3) {
    border-top: 1px solid rgba(188, 108, 37, 0.35);
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .ebook-panel {
    height: auto;
    flex-direction: column;
  }

  .ebook-copy {
    width: 100%;
    height: auto;
    padding: 48px;
    gap: 40px;
  }

  .ebook-form {
    width: min(100%, 638px);
  }

  .ebook-visual {
    width: min(calc(100% - 96px), 402px);
    margin: 0 48px 48px;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 68px;
    padding: 14px 24px;
  }

  .brand {
    width: 172px;
  }

  .menu-toggle {
    display: flex;
    width: 44px;
    height: 40px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 8px;
    background: transparent;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    background: #fff;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .menu-toggle:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: 2px;
  }

  .menu-toggle[aria-expanded='true'] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded='true'] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded='true'] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-navigation {
    position: absolute;
    z-index: 30;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 4px;
    padding: 12px 24px 20px;
    border-top: 1px solid rgba(252, 252, 253, 0.12);
    background: var(--main-green);
    box-shadow: 0 12px 24px rgba(0, 30, 20, 0.18);
  }

  .main-navigation.is-open {
    display: flex;
  }

  .main-navigation a {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }

  .main-navigation a:hover,
  .main-navigation a:focus-visible {
    background: rgba(252, 252, 253, 0.08);
  }

  .hero {
    padding: 48px 24px 88px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hero-copy {
    max-width: 650px;
    margin: 0 auto;
  }

  .hero-visual {
    max-width: 566px;
    margin: 0 auto;
  }

  .about {
    padding: 0 24px 88px;
  }

  .about-heading {
    width: 100%;
  }

  .benefit-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  }

  .benefit-card {
    min-height: 270px;
  }

  .ebook-section {
    padding: 48px 24px 72px;
  }

  .ebook-panel {
    height: auto;
    flex-direction: column;
  }

  .ebook-copy {
    width: 100%;
    padding: 48px;
    gap: 40px;
  }

  .ebook-form {
    width: min(100%, 638px);
  }

  .ebook-visual {
    width: calc(100% - 96px);
    max-width: 402px;
    margin: 0 48px 48px;
  }

  .site-footer {
    flex-wrap: wrap;
    gap: 24px;
    padding-inline: 32px;
  }

  .site-footer p {
    order: 3;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .hero {
    padding: 40px 20px 72px;
  }

  .hero-inner {
    gap: 48px;
  }

  .hero-copy {
    gap: 20px;
  }

  .hero-heading {
    gap: 12px;
  }

  h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .hero-description {
    font-size: 16px;
    line-height: 25px;
  }

  .signup-form {
    flex-direction: column;
  }

  .signup-form input,
  .signup-form button,
  .ebook-form button {
    width: 100%;
  }

  .signup-form input {
    flex: none;
  }

  .signup-form button {
    height: auto;
    min-height: 60px;
    padding: 14px 18px;
    gap: 8px;
    text-align: center;
  }

  .benefit-pills {
    flex-wrap: wrap;
  }

  .launch-date {
    font-size: 12px;
  }

  .countdown {
    bottom: -32px;
    width: min(calc(100% - 24px), 384px);
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }

  .countdown div {
    width: 100%;
    height: 70px;
    padding: 4px;
  }

  .countdown strong {
    font-size: 32px;
    line-height: 38px;
  }

  .countdown span {
    font-size: 10px;
    line-height: 16px;
  }

  .section-join,
  .section-join svg {
    height: 40px;
  }

  .section-join svg {
    width: 128px;
  }

  .about-heading {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .about-heading h2,
  .ebook-copy h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .about-heading > p:last-child {
    font-size: 17px;
    line-height: 27px;
  }

  .benefit-grid {
    max-width: 560px;
    gap: 16px;
  }

  .benefit-card {
    min-height: auto;
    gap: 32px;
  }

  .about {
    padding: 0 20px 64px;
  }

  .ebook-section {
    padding: 40px 16px 56px;
  }

  .ebook-panel {
    border-radius: 20px;
  }

  .ebook-copy {
    padding: 32px 20px;
    gap: 32px;
  }

  .ebook-copy > div > p,
  .ebook-copy ul {
    font-size: 16px;
    line-height: 25px;
  }

  .ebook-visual {
    width: calc(100% - 48px);
    max-width: 360px;
    height: auto;
    margin: 0 auto 32px;
  }

  .metrics {
    margin-top: 40px;
  }

  .metrics dt {
    font-size: 36px;
    line-height: 44px;
  }

  .metrics dd {
    font-size: 14px;
    line-height: 22px;
  }

  .site-footer {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    padding: 32px 24px;
    text-align: center;
  }

  .footer-brand {
    width: 164px;
  }

  .site-footer p {
    order: 0;
  }

  .social-links {
    gap: 12px;
  }

  .social-links a {
    width: 44px;
    height: 44px;
  }

}

@media (max-width: 430px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand {
    width: 156px;
  }

  .hero {
    padding-inline: 16px;
  }

  h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }

  h1 br,
  .about-heading h2 br,
  .ebook-copy h2 br {
    display: none;
  }

  .countdown {
    width: calc(100% - 12px);
    gap: 4px;
  }

  .countdown strong {
    font-size: 28px;
    line-height: 34px;
  }

  .about-heading h2,
  .ebook-copy h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .about-heading > p:last-child {
    font-size: 16px;
    line-height: 25px;
  }

  .ebook-copy {
    padding-inline: 18px;
  }

  .metrics div {
    min-height: 104px;
    padding: 12px 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .countdown div,
  .countdown div:last-child::after,
  .countdown strong.is-ticking,
  .menu-toggle span {
    transition: none;
    animation: none;
  }
}
