.home-page {
  --home-forest: #08261c;
  --home-forest-deep: #03150f;
  --home-moss: #b9d56b;
  --home-mint: #d9f2dc;
  --home-bone: #f4f0e6;
  --home-bone-strong: #fffdf7;
  --home-clay: #b7673f;
  --home-ink: #173126;
  --home-ink-muted: #53645b;
  --home-line-dark: rgba(226, 241, 218, 0.18);
  --home-line-light: rgba(23, 49, 38, 0.16);
  --home-serif: "Newsreader", Georgia, serif;
  background: var(--home-forest-deep);
  color: var(--home-bone);
}

.home-page::before,
.home-page::after {
  content: none;
}

.home-page ::selection {
  background: var(--home-moss);
  color: var(--home-forest-deep);
}

.home-page :focus-visible {
  outline: 3px solid var(--home-moss);
  outline-offset: 4px;
}

.home-page::-webkit-scrollbar {
  width: 12px;
}

.home-page::-webkit-scrollbar-track {
  background: var(--home-forest-deep);
}

.home-page::-webkit-scrollbar-thumb {
  border: 3px solid var(--home-forest-deep);
  border-radius: 999px;
  background: #5f785e;
}

.home-page .shell,
.home-page .header-inner {
  width: min(1240px, calc(100% - 64px));
}

.home-page .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(3, 21, 15, 0.9);
  backdrop-filter: blur(18px) saturate(120%);
}

.home-page .header-inner {
  min-height: 76px;
}

.home-page .brand {
  gap: 12px;
  min-height: 44px;
}

.home-page .brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.home-page .brand strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.home-page .brand small {
  margin-top: 4px;
  color: rgba(244, 240, 230, 0.58);
  font-size: 11px;
  letter-spacing: 0.02em;
}

.home-page .nav {
  gap: 30px;
  color: rgba(244, 240, 230, 0.72);
  font-size: 13px;
}

.home-page .nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
}

.home-page .nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 6px;
  height: 1px;
  background: var(--home-moss);
  transition: right 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-page .nav a:hover::after,
.home-page .nav a:focus-visible::after {
  right: 0;
}

.home-store-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 10px 17px;
  border: 1px solid rgba(244, 240, 230, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--home-bone-strong);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.05;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.home-store-button:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 240, 230, 0.52);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.home-store-button.primary {
  border-color: #d8ef98;
  background: #d8ef98;
  color: #123024;
}

.home-store-button.primary:hover {
  background: #e5f7af;
}

.home-store-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.home-store-button small {
  display: block;
  margin-bottom: 2px;
  color: inherit;
  font-size: 9px;
  font-weight: 650;
  opacity: 0.7;
}

.home-page .header-actions .home-store-button {
  min-height: 42px;
  padding: 8px 13px;
  border-radius: 12px;
  font-size: 11px;
}

.home-page .header-actions .home-store-button svg {
  width: 18px;
  height: 18px;
}

.home-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  isolation: isolate;
  background: var(--home-forest-deep);
}

.home-hero-photo,
.home-hero-photo img,
.home-hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-photo {
  z-index: -3;
}

.home-hero-photo img {
  object-fit: cover;
  object-position: 58% center;
}

.home-hero-wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 21, 15, 0.99) 0%, rgba(3, 21, 15, 0.92) 38%, rgba(3, 21, 15, 0.34) 72%, rgba(3, 21, 15, 0.16) 100%),
    linear-gradient(180deg, rgba(3, 21, 15, 0.05) 55%, rgba(3, 21, 15, 0.8) 100%);
}

.home-hero-grid {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 48px;
  align-items: center;
  padding: 70px 0 76px;
}

.home-hero-copy {
  max-width: 650px;
}

.home-hero h1,
.home-section-title,
.home-outcome-copy h2,
.home-final-copy h2 {
  font-family: var(--home-serif);
  font-weight: 560;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.home-hero h1 {
  max-width: 650px;
  font-size: clamp(58px, 6.7vw, 92px);
  line-height: 0.9;
}

.home-hero-lead {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(244, 240, 230, 0.8);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.home-plan-note {
  max-width: 620px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 24px;
  color: rgba(244, 240, 230, 0.67);
  font-size: 13px;
  line-height: 1.55;
}

.home-plan-note svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--home-moss);
}

.home-product-stage {
  position: relative;
  min-height: 620px;
}

.home-phone {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 7px solid rgba(252, 250, 242, 0.96);
  border-radius: 38px;
  background: #f5f6ee;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
}

.home-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-phone-main {
  right: 22px;
  top: 12px;
  z-index: 2;
  width: 316px;
  height: 626px;
}

.home-phone-support {
  left: 22px;
  top: 98px;
  z-index: 1;
  width: 246px;
  height: 500px;
  transform: rotate(-5deg);
  opacity: 0.94;
}

.home-proof-label {
  position: absolute;
  right: 250px;
  bottom: 16px;
  z-index: 3;
  width: 220px;
  padding: 18px 20px;
  border: 1px solid rgba(244, 240, 230, 0.3);
  border-radius: 18px;
  background: rgba(4, 29, 20, 0.9);
  color: var(--home-bone);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.home-proof-label strong,
.home-proof-label span {
  display: block;
}

.home-proof-label strong {
  font-size: 14px;
}

.home-proof-label span {
  margin-top: 5px;
  color: rgba(244, 240, 230, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.home-trust-strip {
  background: var(--home-bone);
  color: var(--home-ink);
  border-bottom: 1px solid var(--home-line-light);
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-trust-item {
  min-width: 0;
  min-height: 126px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 26px 24px;
  border-left: 1px solid var(--home-line-light);
  color: var(--home-ink);
  transition: background 180ms ease;
}

.home-trust-item:first-child {
  border-left: 0;
}

.home-trust-item:hover,
.home-trust-item:focus-visible {
  background: rgba(8, 38, 28, 0.045);
}

.home-trust-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 38, 28, 0.1);
  border-radius: 14px;
  background: #e7f3e8;
  color: var(--home-forest);
}

.home-trust-icon svg {
  width: 22px;
  height: 22px;
}

.home-trust-item strong,
.home-trust-item small {
  display: block;
}

.home-trust-item strong {
  font-size: 14px;
  letter-spacing: -0.015em;
}

.home-trust-item small {
  margin-top: 5px;
  color: var(--home-ink-muted);
  font-size: 12px;
  line-height: 1.45;
}

.home-section-title {
  max-width: 700px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.98;
}

.home-section-copy {
  max-width: 620px;
  margin-top: 22px;
  color: var(--home-ink-muted);
  font-size: 18px;
  line-height: 1.65;
}

.home-step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--home-forest);
  color: var(--home-moss);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  font-weight: 800;
}

.home-product-story {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9, 42, 30, 0.96), rgba(3, 21, 15, 1)),
    var(--home-forest);
  padding: 116px 0 124px;
}

.home-story-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.home-story-head .home-section-title {
  max-width: 760px;
}

.home-story-head p {
  max-width: 420px;
  color: rgba(244, 240, 230, 0.7);
  font-size: 16px;
  line-height: 1.65;
}

.home-screen-gallery {
  display: grid;
  grid-template-columns: 0.86fr 1.12fr 0.86fr;
  gap: 36px;
  align-items: end;
  margin-top: 72px;
}

.home-screen-step {
  min-width: 0;
}

.home-screen-step:nth-child(2) {
  transform: translateY(-28px);
}

.home-screen-caption {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  margin-top: 26px;
}

.home-screen-frame {
  overflow: hidden;
  aspect-ratio: 0.47;
  border: 6px solid rgba(252, 250, 242, 0.96);
  border-radius: 34px;
  background: #f6f7ef;
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.32);
}

.home-screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.home-screen-step h3 {
  margin-top: 2px;
  color: var(--home-bone-strong);
  font-size: 19px;
  letter-spacing: -0.02em;
}

.home-screen-step p {
  margin-top: 8px;
  color: rgba(244, 240, 230, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.home-outcome {
  background: var(--home-bone);
  color: var(--home-ink);
  padding: 72px 0;
}

.home-outcome-stage {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--home-forest);
  box-shadow: 0 28px 72px rgba(38, 48, 40, 0.18);
}

.home-outcome-photo,
.home-outcome-photo img,
.home-outcome-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-outcome-photo img {
  object-fit: cover;
}

.home-outcome-shade {
  background: linear-gradient(90deg, rgba(3, 21, 15, 0.94) 0%, rgba(3, 21, 15, 0.73) 48%, rgba(3, 21, 15, 0.1) 84%);
}

.home-outcome-copy {
  position: relative;
  z-index: 2;
  width: min(580px, 58%);
  padding: 92px 0 92px 72px;
  color: var(--home-bone-strong);
}

.home-outcome-copy h2 {
  font-size: clamp(48px, 5.6vw, 76px);
  line-height: 0.95;
}

.home-outcome-copy p {
  max-width: 520px;
  margin-top: 24px;
  color: rgba(244, 240, 230, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.home-outcome-points {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.home-outcome-points span {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(244, 240, 230, 0.9);
  font-size: 14px;
  font-weight: 650;
}

.home-outcome-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--home-moss);
  box-shadow: 0 0 0 5px rgba(185, 213, 107, 0.12);
}

.home-pricing {
  background: var(--home-bone);
  color: var(--home-ink);
  padding: 94px 0 126px;
}

.home-pricing-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.6fr);
  gap: 60px;
  align-items: end;
}

.home-pricing-head p {
  color: var(--home-ink-muted);
  font-size: 17px;
  line-height: 1.65;
}

.home-plans {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  margin-top: 54px;
}

.home-plan {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--home-line-light);
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.58);
}

.home-plan.premium {
  border-color: rgba(23, 49, 38, 0.1);
  background: var(--home-forest);
  color: var(--home-bone-strong);
  box-shadow: 0 26px 68px rgba(28, 55, 42, 0.2);
}

.home-plan h3 {
  font-family: var(--home-serif);
  font-size: 38px;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.home-plan-summary {
  min-height: 52px;
  margin-top: 12px;
  color: var(--home-ink-muted);
  line-height: 1.6;
}

.home-plan.premium .home-plan-summary {
  color: rgba(244, 240, 230, 0.7);
}

.home-plan-price {
  margin-top: 28px;
  font-family: var(--home-serif);
  font-size: 58px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.home-plan-price small {
  display: block;
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  color: var(--home-ink-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
}

.home-plan.premium .home-plan-price {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.home-plan.premium .home-plan-price small {
  color: rgba(244, 240, 230, 0.58);
}

.home-plan-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.home-plan-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--home-ink-muted);
  line-height: 1.5;
}

.home-plan.premium .home-plan-list li {
  color: rgba(244, 240, 230, 0.82);
}

.home-plan-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 50%;
  background: #5f774f;
}

.home-plan.premium .home-plan-list li::before {
  background: var(--home-moss);
}

.home-plan .home-store-button {
  align-self: flex-start;
  margin-top: auto;
  padding-inline: 22px;
}

.home-plan:not(.premium) .home-store-button {
  border-color: var(--home-forest);
  background: var(--home-forest);
  color: var(--home-bone-strong);
}

.home-faq {
  background: #e8e1d4;
  color: var(--home-ink);
  padding: 116px 0;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(500px, 1.24fr);
  gap: 88px;
}

.home-faq-list {
  border-top: 1px solid var(--home-line-light);
}

.home-faq-item {
  border: 0;
  border-bottom: 1px solid var(--home-line-light);
  border-radius: 0;
  background: transparent;
}

.home-faq-item summary {
  min-height: 78px;
  padding: 20px 0;
  color: var(--home-ink);
  font-size: 17px;
  font-weight: 720;
}

.home-faq-item p {
  max-width: 680px;
  padding: 0 46px 24px 0;
  color: var(--home-ink-muted);
  line-height: 1.65;
}

.home-final {
  position: relative;
  overflow: hidden;
  background: var(--home-forest-deep);
}

.home-final-photo,
.home-final-photo img,
.home-final-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-final-photo img {
  object-fit: cover;
  object-position: center 62%;
}

.home-final-shade {
  background: linear-gradient(90deg, rgba(3, 21, 15, 0.96) 0%, rgba(3, 21, 15, 0.79) 54%, rgba(3, 21, 15, 0.35) 100%);
}

.home-final-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 122px 0 130px;
}

.home-final-copy h2 {
  font-size: clamp(50px, 6vw, 78px);
  line-height: 0.95;
}

.home-final-copy p {
  max-width: 600px;
  margin-top: 24px;
  color: rgba(244, 240, 230, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.home-final-copy .home-hero-actions {
  margin-top: 32px;
}

.home-page .site-footer {
  border-top: 1px solid rgba(244, 240, 230, 0.12);
  background: #02100b;
  padding: 58px 0 32px;
}

.home-page .footer-grid {
  gap: 46px;
}

.home-page .footer-col {
  gap: 12px;
  color: rgba(244, 240, 230, 0.62);
  line-height: 1.55;
}

.home-page .footer-col > strong {
  margin-bottom: 4px;
  color: var(--home-bone-strong);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-page .footer-col a {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.home-page .legal-line {
  padding-top: 24px;
  margin-top: 44px;
  border-top: 1px solid rgba(244, 240, 230, 0.1);
  color: rgba(244, 240, 230, 0.42);
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy {
    animation: homeCopyIn 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .home-product-stage {
    animation: homeStageIn 940ms 100ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}

@keyframes homeCopyIn {
  from {
    opacity: 0.01;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeStageIn {
  from {
    opacity: 0.01;
    filter: blur(12px);
    clip-path: inset(7% 3% 7% 3% round 40px);
    transform: translateY(28px) scale(0.98);
  }
  to {
    opacity: 1;
    filter: blur(0);
    clip-path: inset(0 round 0);
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1100px) {
  .home-page .nav,
  .home-page .header-actions {
    display: none;
  }

  .home-page .menu-button {
    display: inline-flex;
    border-radius: 12px;
  }

  .home-page .mobile-panel {
    inset: 76px 22px auto;
    border-color: rgba(244, 240, 230, 0.14);
    border-radius: 20px;
    background: rgba(3, 21, 15, 0.98);
    padding: 18px;
  }

  .home-page .mobile-panel.open {
    gap: 10px;
  }

  .home-page .mobile-panel a:not(.home-store-button) {
    padding: 13px 14px;
    border-radius: 10px;
    background: rgba(244, 240, 230, 0.06);
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 88px;
  }

  .home-hero-copy {
    max-width: 760px;
  }

  .home-product-stage {
    width: min(680px, 100%);
    justify-self: center;
  }

  .home-faq-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

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

  .home-trust-item:nth-child(3) {
    border-left: 0;
  }

  .home-trust-item:nth-child(n + 3) {
    border-top: 1px solid var(--home-line-light);
  }

  .home-story-head,
  .home-pricing-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 760px) {
  .home-page .shell,
  .home-page .header-inner {
    width: min(100% - 32px, 1240px);
  }

  .home-page .header-inner {
    min-height: 68px;
  }

  .home-page .brand img {
    width: 36px;
    height: 36px;
  }

  .home-page .brand small {
    display: none;
  }

  .home-page .mobile-panel {
    inset: 68px 12px auto;
  }

  .home-page .mobile-panel .home-store-button {
    width: 100%;
  }

  .home-hero,
  .home-hero-grid {
    min-height: auto;
  }

  .home-hero-photo img {
    object-position: 65% center;
  }

  .home-hero-wash {
    background:
      linear-gradient(180deg, rgba(3, 21, 15, 0.99) 0%, rgba(3, 21, 15, 0.88) 44%, rgba(3, 21, 15, 0.47) 72%, rgba(3, 21, 15, 0.92) 100%);
  }

  .home-hero-grid {
    padding: 68px 0 48px;
  }

  .home-hero h1 {
    font-size: clamp(51px, 15.2vw, 70px);
    line-height: 0.92;
  }

  .home-hero-lead {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.55;
  }

  .home-hero-actions {
    display: grid;
  }

  .home-store-button {
    width: 100%;
  }

  .home-plan-note {
    font-size: 12px;
  }

  .home-product-stage {
    min-height: 530px;
    margin-top: 22px;
  }

  .home-phone {
    border-width: 5px;
    border-radius: 29px;
  }

  .home-phone-main {
    right: 0;
    top: 18px;
    width: 220px;
    height: 472px;
  }

  .home-phone-support {
    left: -22px;
    top: 90px;
    width: 174px;
    height: 372px;
  }

  .home-proof-label {
    right: 122px;
    bottom: 0;
    width: 198px;
    padding: 15px 16px;
    border-radius: 15px;
  }

  .home-product-story,
  .home-faq {
    padding: 78px 0 84px;
  }

  .home-section-title {
    font-size: clamp(43px, 12.5vw, 58px);
    line-height: 0.98;
  }

  .home-section-copy {
    font-size: 16px;
  }

  .home-faq-grid {
    gap: 42px;
  }

  .home-trust-grid {
    grid-template-columns: 1fr;
  }

  .home-trust-item {
    min-height: 0;
    padding: 21px 0;
    border-top: 1px solid var(--home-line-light);
    border-left: 0;
  }

  .home-trust-item:first-child {
    border-top: 0;
  }

  .home-step-number {
    width: 36px;
    height: 36px;
  }

  .home-screen-gallery {
    grid-template-columns: 1fr;
    gap: 54px;
    width: min(290px, 82vw);
    margin: 54px auto 0;
  }

  .home-screen-step:nth-child(2) {
    transform: none;
  }

  .home-screen-caption {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    margin-top: 22px;
  }

  .home-outcome {
    padding: 24px 0;
  }

  .home-outcome-stage {
    min-height: 650px;
    border-radius: 24px;
  }

  .home-outcome-photo img {
    object-position: 68% center;
  }

  .home-outcome-shade {
    background: linear-gradient(180deg, rgba(3, 21, 15, 0.4) 0%, rgba(3, 21, 15, 0.9) 54%, rgba(3, 21, 15, 0.98) 100%);
  }

  .home-outcome-copy {
    width: auto;
    padding: 300px 24px 44px;
  }

  .home-outcome-copy h2 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .home-outcome-copy p {
    font-size: 16px;
  }

  .home-pricing {
    padding: 78px 0 88px;
  }

  .home-plans {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .home-plan {
    min-height: 0;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .home-plan .home-store-button {
    margin-top: 34px;
  }

  .home-faq-item summary {
    min-height: 70px;
    font-size: 15px;
  }

  .home-final-copy {
    padding: 92px 0 96px;
  }

  .home-final-copy h2 {
    font-size: clamp(48px, 13.4vw, 64px);
  }

  .home-final-copy p {
    font-size: 16px;
  }

  .home-page .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .home-page .footer-col:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .home-page .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-page .footer-col:first-child {
    grid-column: auto;
  }
}

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

  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
