:root {
  --ink: #121313;
  --paper: #f2f0ea;
  --lime: #d9ff43;
  --red: #b9362d;
  --muted: #62625c;
  --line: #d5d3cc;
  --radius: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  overflow-x: hidden;
}
button,
a {
  font: inherit;
}
button {
  cursor: pointer;
}
.container {
  width: min(1240px, calc(100% - 48px));
  margin: auto;
}
.skip-link {
  position: fixed;
  z-index: 120;
  top: 12px;
  left: 14px;
  transform: translateY(-180%);
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.skip-link:focus {
  transform: none;
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.announcement {
  min-height: 31px;
  background: var(--ink);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 18px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
}
.announcement span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.announcement span::before {
  content: "·";
  color: #fff;
}
@media (max-width: 1400px) {
  .announcement-extra {
    display: none !important;
  }
}
@media (max-width: 540px) {
  .announcement {
    gap: 6px;
    letter-spacing: 0.06em;
  }
  .announcement-price {
    display: none !important;
  }
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.logo {
  font:
    700 25px Unbounded,
    sans-serif;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.08em;
}
.logo span {
  color: var(--red);
}
.nav nav {
  display: flex;
  gap: 35px;
}
.nav nav a,
.footer a {
  color: var(--ink);
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
}
.nav nav a:hover {
  color: var(--red);
}
.nav-cta {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.nav-cta span {
  display: inline-grid;
  place-items: center;
  margin-left: 8px;
  background: var(--lime);
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.hero {
  min-height: 710px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 25px;
  padding-block: 55px;
}
.eyebrow,
.kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
}
.hero h1,
.section-head h2,
.space h2,
.calculator h2,
.faq h2,
.final-cta h2 {
  font:
    600 clamp(50px, 6.8vw, 94px) / 0.92 Unbounded,
    sans-serif;
  letter-spacing: -0.07em;
  margin: 22px 0;
}
.hero h1 em,
.space h2 em,
.calculator h2 em,
.final-cta h2 em {
  font-style: normal;
  color: var(--red);
}
.hero-lead {
  font-size: 18px;
  line-height: 1.65;
  max-width: 530px;
  color: #4b4c48;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 31px 0;
}
.btn {
  border: 0;
  text-decoration: none;
  padding: 17px 23px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.btn span {
  font-size: 18px;
}
.btn-dark {
  background: var(--ink);
  color: #fff;
}
.btn-dark:hover {
  background: var(--red);
}
.btn-lime {
  background: var(--lime);
  color: var(--ink);
}
.text-link {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.text-link span {
  margin-left: 10px;
}
.trust-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 45px;
}
.avatars {
  display: flex;
}
.avatars span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2e2f2d;
  color: #fff;
  border: 2px solid var(--paper);
  font-size: 10px;
  font-weight: 800;
  margin-right: -8px;
}
.avatars span:nth-child(2) {
  background: var(--red);
}
.avatars span:nth-child(3) {
  background: #b5b0a6;
}
.trust-row b {
  display: block;
  font-size: 13px;
}
.trust-row small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.hero-visual {
  position: relative;
  isolation: isolate;
  min-height: 580px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, #ffffff 0 22%, transparent 58%),
    linear-gradient(145deg, #e8e6df 0%, #f8f7f3 54%, #dedbd2 100%);
  border-radius: 48% 48% 7% 7%;
  overflow: hidden;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: auto 5% 3%;
  height: 20%;
  background: radial-gradient(ellipse, #45443e38, transparent 66%);
  filter: blur(18px);
  z-index: -1;
}
.hero-product-image {
  width: 90%;
  height: auto;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 2;
  filter: contrast(1.05);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.hero-product-image.is-changing {
  opacity: 0.25;
  transform: scale(0.97);
}
.hero-number {
  position: absolute;
  top: -25px;
  right: 10px;
  font: 600 155px Unbounded;
  color: #dedbd3;
  letter-spacing: -0.1em;
  z-index: -1;
}
.orbit {
  position: absolute;
  border: 1px solid #c8c4ba;
  border-radius: 50%;
  width: 82%;
  aspect-ratio: 1;
  transform: rotate(-20deg);
}
.orbit-two {
  width: 108%;
  transform: rotate(55deg);
}
.floating-tag {
  position: absolute;
  z-index: 4;
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 4px 4px 0 var(--ink);
}
.floating-tag b {
  font: 700 25px Unbounded;
}
.floating-tag span {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
.tag-top {
  right: 15px;
  top: 100px;
}
.tag-bottom {
  left: 15px;
  bottom: 125px;
}
.hero-color-picker {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 6;
  width: min(310px, calc(100% - 28px));
  transform: translateX(-50%);
  background: color-mix(in srgb, #fff 94%, transparent);
  border: 1px solid #cbc8bf;
  padding: 8px 10px 10px;
  border-radius: 18px;
  box-shadow: 0 10px 28px #302f2921;
  backdrop-filter: blur(10px);
}
.hero-color-picker__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}
.hero-color-picker__head span,
.hero-color-picker__head b {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.hero-color-picker__head b {
  color: var(--red);
}
.hero-color-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.hero-color-option {
  position: relative;
  height: 52px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7d7d2;
  border-radius: 10px;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}
.hero-color-option:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
}
.hero-color-option.active {
  border-color: var(--ink);
  box-shadow: 0 0 0 2px var(--ink);
}
.hero-color-option.active:after {
  content: "✓";
  position: absolute;
  top: 4px;
  right: 4px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.hero-color-option img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.ticker {
  background: var(--red);
  overflow: clip;
  contain: paint;
  width: 100%;
  margin-left: 0;
  padding: 14px 0;
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}
.ticker-track {
  font: 600 16px Unbounded;
  white-space: nowrap;
  word-spacing: 14px;
  animation: ticker 22s linear infinite;
}
.ticker-mobile {
  display: none;
}
.ticker span {
  color: var(--lime);
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
.proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 90px 0;
}
.proof > div {
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid var(--line);
  justify-content: center;
}
.proof > div:last-child {
  border: 0;
}
.proof strong {
  font: 600 43px Unbounded;
  letter-spacing: -0.08em;
}
.proof sup {
  color: var(--red);
  font-size: 22px;
}
.proof strong small {
  font-size: 15px;
}
.proof span {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 800;
  color: var(--muted);
}
.modes-section {
  background: var(--ink);
  color: #fff;
  padding: 120px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.section-head h2,
.space h2,
.calculator h2,
.faq h2,
.final-cta h2 {
  font-size: clamp(43px, 5vw, 72px);
  margin: 18px 0 0;
}
.section-head > p {
  max-width: 370px;
  line-height: 1.65;
  color: #aaa;
  font-size: 16px;
}
.mode-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #3b3b3b;
}
.mode-tab {
  background: none;
  color: #7d7d7d;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 22px 0;
  text-align: left;
  font: 600 18px Unbounded;
}
.mode-tab span {
  font: 700 11px Manrope;
  display: inline-block;
  margin-right: 13px;
  color: #666;
}
.mode-tab.active {
  color: #fff;
  border-color: var(--lime);
}
.mode-tab.active span {
  color: var(--lime);
}
.mode-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 4vw, 55px);
  align-items: center;
  padding-top: 60px;
}
.mode-copy {
  padding-left: 12px;
}
.mode-label {
  font-size: 11px;
  color: var(--lime);
  letter-spacing: 0.17em;
  font-weight: 800;
}
.mode-copy h3 {
  font: 600 clamp(30px, 3vw, 49px) / 1.08 Unbounded;
  letter-spacing: -0.05em;
  margin: 20px 0;
}
.mode-copy p {
  color: #aaa;
  line-height: 1.7;
  font-size: 16px;
}
.mode-copy ul {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}
.mode-copy li {
  border-top: 1px solid #333;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 700;
}
.mode-copy li:before {
  content: "✓";
  color: var(--lime);
  margin-right: 10px;
}
.mode-image {
  position: relative;
  height: auto;
  aspect-ratio: 7 / 5;
  background: #f2f2f2;
  border-radius: var(--radius);
  overflow: hidden;
}
.mode-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 2;
}
.mode-image > span {
  position: absolute;
  right: -10px;
  bottom: -27px;
  font: 700 110px Unbounded;
  color: #efefef;
  letter-spacing: -0.1em;
}
.space {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 75px;
  align-items: center;
  padding-block: 125px;
}
.space-image {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #ddd;
  min-height: 480px;
}
.space-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: var(--lime);
  padding: 12px 16px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.space-copy p {
  line-height: 1.7;
  color: var(--muted);
  font-size: 16px;
  max-width: 510px;
}
.dimension-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 24px;
}
.dimension-grid b {
  display: block;
  font: 600 22px Unbounded;
}
.dimension-grid span {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
}
.calculator {
  background: var(--red);
  padding: 110px 0;
}
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.kicker.light {
  color: #fff;
}
.calculator h2 {
  color: #fff;
}
.calculator h2 em {
  color: var(--lime);
}
.calc-copy p {
  color: #fff;
  max-width: 450px;
  font-weight: 600;
  line-height: 1.6;
}
.calc-card {
  background: var(--paper);
  padding: 35px;
  border-radius: var(--radius);
  box-shadow: 10px 10px 0 #76231e;
}
.calc-top {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.calc-top output {
  color: var(--red);
}
.workout-result {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 35px 0;
  border-block: 1px solid var(--line);
  padding: 22px 0;
}
.workout-result > div {
  text-align: center;
  border-right: 1px solid var(--line);
}
.workout-result > div:last-child {
  border: 0;
}
.workout-result small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  font-weight: 800;
}
.workout-result b {
  font: 600 21px Unbounded;
  display: block;
  margin-top: 7px;
}
.plan-result > p {
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}
.reviews {
  padding-block: 125px;
}
.reviews .section-head {
  align-items: flex-end;
}
.rating-big {
  font: 600 44px Unbounded;
  text-align: right;
}
.rating-big span {
  display: block;
  font: 12px Manrope;
  color: var(--red);
  letter-spacing: 4px;
}
.rating-big small {
  font: 700 11px Manrope;
  color: var(--muted);
  display: block;
  margin-top: 6px;
  text-transform: uppercase;
}
.review-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
}
.review-card {
  background: #e5e2da;
  border-radius: var(--radius);
  padding: 30px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-card.featured {
  background: var(--lime);
}
.review-card p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}
.review-card.featured p {
  font: 500 22px/1.5 Unbounded;
  letter-spacing: -0.04em;
}
.quote {
  font: 700 55px Unbounded;
  height: 25px;
}
.stars {
  color: var(--red);
  letter-spacing: 3px;
}
.review-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-card footer > span {
  width: 38px;
  height: 38px;
  background: var(--ink);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}
.review-card footer b,
.review-card footer small {
  display: block;
  font-size: 12px;
}
.review-card footer small {
  color: var(--muted);
  margin-top: 3px;
}
.faq {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
  padding-bottom: 125px;
}
.faq-title > p {
  font-size: 14px;
  margin-top: 35px;
}
.faq-title a {
  color: var(--red);
  font-weight: 800;
}
.faq-list details {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  font: 600 17px Unbounded;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font: 400 28px Manrope;
  transition: 0.25s;
}
details[open] summary span {
  transform: rotate(45deg);
  color: var(--red);
}
details p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 620px;
}
.final-cta {
  background: var(--ink);
  color: #fff;
  padding: 100px 0;
}
.final-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.final-cta h2 {
  font-size: clamp(55px, 7vw, 100px);
  max-width: 100%;
}
.final-cta h2 em {
  color: var(--lime);
  overflow-wrap: anywhere;
}
.price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.price-block > span {
  font-size: 14px;
  color: #aaa;
}
.price-block > span s {
  margin-right: 10px;
}
.price-block strong {
  font: 600 56px Unbounded;
  letter-spacing: -0.06em;
}
.price-block small {
  font-size: 14px;
  color: #aaa;
  margin: 4px 0 20px;
}
.footer {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer p {
  font-size: 13px;
  color: var(--muted);
}
.footer div {
  display: flex;
  gap: 25px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.footer div a {
  font-size: 12px;
}
.reveal {
	opacity: 1;
	transform: none;
	transition:
		opacity 0.7s ease,
		transform 0.7s ease;
}
.reveal.is-reveal-pending {
  opacity: 0;
  transform: translateY(25px);
}
.reveal.is-reveal-pending.visible {
  opacity: 1;
  transform: none;
}
.delay-1 {
  transition-delay: 0.12s;
}
.delay-2 {
  transition-delay: 0.24s;
}
@media (max-width: 900px) {
  .nav nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }
  .hero-visual {
    min-height: 540px;
  }
  .proof {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .proof > div:nth-child(2) {
    border: 0;
  }
  .section-head,
  .final-inner {
    align-items: flex-start;
  }
  .space,
  .calc-grid,
  .faq {
    grid-template-columns: 1fr;
  }
  .mode-stage {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 26px;
    padding-top: 45px;
  }
  .mode-copy {
    padding-left: 0;
  }
  .mode-copy h3 {
    font-size: clamp(28px, 4vw, 38px);
  }
  .space {
    gap: 40px;
  }
  .calc-grid {
    gap: 45px;
  }
  .review-grid {
    grid-template-columns: 1fr 1fr;
  }
  .review-card.featured {
    grid-column: 1/-1;
  }
  .faq {
    gap: 40px;
  }
  .final-inner {
    flex-direction: column;
    gap: 45px;
  }
  .price-block {
    align-items: flex-start;
  }
}
@media (max-width: 720px) {
  .mode-stage {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
  }
  .mode-image {
    height: clamp(340px, 52vw, 460px);
    aspect-ratio: auto;
  }
}
@media (max-width: 600px) {
  .container {
    width: min(100% - 28px, 1240px);
  }
  .announcement {
    height: auto;
    min-height: 42px;
    padding-block: 6px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .ticker-track {
    display: none;
  }
  .ticker-mobile {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 7px;
    overflow: hidden;
    color: #fff;
    font: 700 12px Unbounded;
    letter-spacing: 0;
    word-spacing: 0;
    white-space: nowrap;
  }
  .nav {
    height: 70px;
  }
  .hero {
    padding-block: 42px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-visual {
    min-height: 440px;
    border-radius: 40% 40% 20px 20px;
  }
  .floating-tag {
    transform: scale(0.82);
  }
  .tag-top {
    top: 40px;
  }
  .tag-bottom {
    bottom: 108px;
    left: 5px;
  }
  .hero-color-picker {
    bottom: 12px;
    width: calc(100% - 24px);
  }
  .hero-color-option {
    height: 48px;
  }
  .proof {
    padding: 70px 0;
  }
  .proof > div {
    justify-content: flex-start;
  }
  .proof strong {
    font-size: 34px;
  }
  .modes-section,
  .reviews {
    padding-block: 80px;
  }
  .section-head {
    display: block;
  }
  .section-head > p {
    margin-top: 25px;
  }
  .mode-tabs {
    gap: 12px;
  }
  .mode-tab {
    font-size: 13px;
  }
  .mode-tab span {
    display: block;
    margin-bottom: 7px;
  }
  .mode-stage {
    padding-top: 35px;
  }
  .mode-copy {
    padding: 0;
  }
  .mode-image {
    height: clamp(260px, 60vw, 360px);
    aspect-ratio: auto;
  }
  .space {
    padding-block: 80px;
  }
  .space-image {
    min-height: 330px;
  }
  .dimension-grid {
    gap: 10px;
  }
  .dimension-grid b {
    font-size: 17px;
  }
  .calculator {
    padding: 80px 0;
  }
  .calc-card {
    padding: 25px 18px;
  }
  .workout-result b {
    font-size: 15px;
  }
  .review-grid {
    grid-template-columns: 1fr;
  }
  .review-card.featured {
    grid-column: auto;
  }
  .review-card.featured p {
    font-size: 18px;
  }
  .rating-big {
    text-align: left;
    margin-top: 25px;
  }
  .faq {
    padding-bottom: 80px;
  }
  .faq h2 {
    font-size: 47px;
  }
  summary {
    font-size: 14px;
    line-height: 1.4;
    gap: 15px;
  }
  .final-cta {
    padding: 75px 0;
  }
  .final-cta h2 {
    font-size: clamp(33px, 10.8vw, 44px);
    line-height: 1;
  }
  .price-block strong {
    font-size: 45px;
  }
  .footer {
    height: auto;
    padding-block: 40px;
    flex-wrap: wrap;
    gap: 25px;
  }
  .footer p {
    order: 3;
    width: 100%;
  }
  .footer div {
    gap: 12px;
		flex-wrap: wrap;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 37px;
  }
  .section-head h2,
  .space h2,
  .calculator h2,
  .faq h2 {
    font-size: 38px;
  }
  .hero-visual .orbit {
    display: none;
  }
  .tag-bottom {
    display: none;
  }
  .proof > div {
    gap: 6px;
  }
  .proof strong {
    font-size: 32px;
  }
  .proof span {
    min-width: 0;
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ticker-track {
    animation: none;
  }
  .reveal.is-reveal-pending {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
