@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-400-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-500-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/onest-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/onest-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("assets/fonts/unbounded-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("assets/fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}

:root {
  --ink: #17151c;
  --ink-soft: #3f3b47;
  --paper: #f7f7fa;
  --white: #ffffff;
  --mist: #e5e2ec;
  --lavender: #c8bfd8;
  --berry: #8d2044;
  --berry-dark: #63152f;
  --chrome: #b7b9c2;
  --line: rgba(23, 21, 28, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --display: "Unbounded", "Arial Narrow", sans-serif;
  --body: "Onest", "Segoe UI", sans-serif;
  --utility: "IBM Plex Mono", Consolas, monospace;
  --container: min(1180px, calc(100vw - 48px));
  --radius: 18px;
  --shadow: 0 24px 70px rgba(29, 23, 36, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

::selection {
  color: var(--white);
  background: var(--berry);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

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

button {
  color: inherit;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

h1 {
  max-width: 860px;
  margin-bottom: 28px;
  font-size: clamp(2.8rem, 4.25vw, 4.8rem);
}

h1 em {
  color: var(--berry);
  font-style: normal;
}

h2 {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: clamp(2.05rem, 3.35vw, 3.65rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
  line-height: 1.32;
}

p:last-child {
  margin-bottom: 0;
}

:focus-visible {
  outline: 3px solid var(--berry);
  outline-offset: 4px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 96px 0;
  overflow: clip;
}

.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;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
}

.eyebrow span {
  color: var(--berry);
}

.eyebrow-light {
  color: #d6c4cf;
}

.large-copy {
  font-size: clamp(1.15rem, 1.55vw, 1.42rem);
  line-height: 1.55;
}

.microcopy {
  max-width: 690px;
  margin-top: 25px;
  color: #6b6672;
  font-size: 0.78rem;
  line-height: 1.55;
}

.microcopy-light {
  color: rgba(255, 255, 255, 0.62);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 27px;
  border: 1px solid var(--berry);
  border-radius: 3px;
  color: var(--white);
  background: var(--berry);
  box-shadow: 0 14px 30px rgba(141, 32, 68, 0.18);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: var(--berry-dark);
  border-color: var(--berry-dark);
  box-shadow: 0 18px 34px rgba(99, 21, 47, 0.24);
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.78rem;
}

.button-ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
  box-shadow: none;
}

.button-ghost:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button-max {
  margin-top: 28px;
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.button-max:hover {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.button-max span {
  margin-left: 10px;
  font-size: 1.05em;
}

.button-dark {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
}

.button-dark:hover {
  background: var(--berry);
  border-color: var(--berry);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(3px, -3px);
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(247, 247, 250, 0.91);
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(23, 21, 28, 0.06);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  font-family: var(--display);
  font-size: 0.9rem;
  line-height: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.brand-copy strong {
  font-size: 0.86rem;
  line-height: 1.2;
}

.brand-copy small {
  color: #756f7b;
  font-family: var(--utility);
  font-size: 0.58rem;
  line-height: 1.4;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  font-size: 0.76rem;
  font-weight: 600;
}

.site-nav a {
  position: relative;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--berry);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  margin-left: 24px;
}

.nav-toggle {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: 780px;
  padding: 132px 0 64px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(200, 191, 216, 0.17), transparent 48%),
    var(--paper);
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.34;
  background-image: radial-gradient(rgba(23, 21, 28, 0.16) 0.7px, transparent 0.7px);
  background-size: 8px 8px;
  mask-image: linear-gradient(to right, black, transparent 58%);
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(141, 32, 68, 0.17);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  top: -260px;
  right: -200px;
  width: 790px;
  height: 790px;
}

.hero-orbit-two {
  right: 140px;
  bottom: -280px;
  width: 560px;
  height: 560px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 48px;
  align-items: center;
}

.hero-copy {
  min-width: 0;
  padding-top: 14px;
}

.product-copy,
.freedom-copy,
.calculator-copy,
.application-copy,
.route-panel > * {
  min-width: 0;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.5vw, 1.34rem);
  line-height: 1.55;
}

.hero-points {
  display: grid;
  gap: 9px;
  max-width: 720px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.hero-points li {
  position: relative;
  width: fit-content;
  padding-left: 25px;
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-points li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 6px;
  content: "";
  border-bottom: 2px solid var(--berry);
  border-left: 2px solid var(--berry);
  transform: rotate(-45deg);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 220px 220px 16px 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(200, 191, 216, 0.52)),
    #ddd8e7;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-visual::before {
  position: absolute;
  inset: 14px;
  z-index: -1;
  border: 1px solid rgba(23, 21, 28, 0.15);
  border-radius: inherit;
  content: "";
}

.hero-visual::after {
  position: absolute;
  right: -28%;
  bottom: -30%;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  content: "";
  background: rgba(141, 32, 68, 0.16);
  filter: blur(2px);
}

.visual-image,
.media-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual.has-image {
  background: #ddd8e7;
}

.hero-visual.has-image::before {
  z-index: 1;
  border-color: rgba(255, 255, 255, 0.72);
}

.hero-visual.has-image::after {
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(23, 21, 28, 0.06), transparent 42%, rgba(23, 21, 28, 0.62)),
    linear-gradient(90deg, rgba(23, 21, 28, 0.26), transparent 46%);
  filter: none;
}

.hero-visual.has-image .scent-note,
.hero-visual.has-image .visual-caption {
  z-index: 2;
}

.hero-visual.has-image .visual-caption {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 16px rgba(23, 21, 28, 0.35);
}

.visual-label {
  position: absolute;
  top: 78px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  color: #696270;
  font-family: var(--utility);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.visual-label small {
  margin-top: 6px;
  font-size: 0.58rem;
  letter-spacing: 0.03em;
  text-transform: none;
}

.bottle {
  position: absolute;
  bottom: 76px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(23, 21, 28, 0.58);
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.72) 45%, rgba(255, 255, 255, 0.2));
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.72), 0 26px 42px rgba(41, 32, 49, 0.13);
  backdrop-filter: blur(10px);
}

.bottle::before {
  position: absolute;
  top: -58px;
  width: 96px;
  height: 60px;
  border: 1px solid rgba(23, 21, 28, 0.22);
  content: "";
  background: linear-gradient(140deg, #25222b, #77717c);
}

.bottle span {
  margin-bottom: 64px;
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.bottle-main {
  left: 33%;
  width: 190px;
  height: 275px;
  border-radius: 11px 11px 20px 20px;
}

.bottle-small {
  right: 8%;
  bottom: 58px;
  width: 118px;
  height: 200px;
  border-radius: 9px 9px 16px 16px;
  transform: rotate(7deg);
}

.bottle-small::before {
  top: -40px;
  width: 64px;
  height: 42px;
}

.bottle-small span {
  margin-bottom: 50px;
}

.scent-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 115px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 28px rgba(23, 21, 28, 0.08);
  backdrop-filter: blur(10px);
  font-family: var(--utility);
  font-size: 0.61rem;
  text-transform: uppercase;
}

.scent-note span {
  color: var(--berry);
}

.note-top { top: 190px; left: 25px; }
.note-heart { top: 238px; left: 64px; }
.note-base { top: 286px; left: 103px; }

.visual-caption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  padding-top: 13px;
  margin: 0;
  border-top: 1px solid rgba(23, 21, 28, 0.15);
  color: #645e69;
  font-size: 0.72rem;
  text-align: center;
}

/* Trust */
.trust-strip {
  color: var(--white);
  background: var(--ink);
}

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

.trust-grid article {
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: center;
  padding: 25px 28px;
  border-right: 1px solid var(--line-light);
}

.trust-grid article:first-child {
  border-left: 1px solid var(--line-light);
}

.trust-grid strong {
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 500;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
}

/* Problem */
.problem {
  background: var(--white);
}

.problem .section-intro {
  max-width: 900px;
  margin-bottom: 44px;
}

.freedom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 46px;
  align-items: stretch;
}

.media-placeholder {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 28, 0.17);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.68), rgba(200, 191, 216, 0.36)),
    #dedbe5;
}

.media-placeholder::before,
.media-placeholder::after {
  position: absolute;
  top: 50%;
  left: -15%;
  width: 130%;
  height: 1px;
  content: "";
  background: rgba(23, 21, 28, 0.12);
}

.media-placeholder::before {
  transform: rotate(31deg);
}

.media-placeholder::after {
  transform: rotate(-31deg);
}

.has-image {
  isolation: isolate;
}

.media-placeholder.has-image {
  border-color: rgba(255, 255, 255, 0.55);
  background: #ddd8e7;
  box-shadow: 0 22px 54px rgba(29, 23, 36, 0.12);
}

.media-placeholder.has-image::before {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: 58%;
  background: linear-gradient(180deg, transparent, rgba(23, 21, 28, 0.58));
  transform: none;
}

.media-placeholder.has-image::after {
  display: none;
}

.media-placeholder.has-image .media-index,
.media-placeholder.has-image > div,
.media-placeholder.has-image ul,
.route-media.has-image span,
.route-media.has-image strong,
.roadmap-media.has-image span,
.roadmap-media.has-image strong {
  position: relative;
  z-index: 2;
}

.media-placeholder.has-image .media-index,
.route-media.has-image span,
.roadmap-media.has-image span {
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 1px 16px rgba(23, 21, 28, 0.35);
}

.route-media.has-image strong,
.roadmap-media.has-image strong {
  color: var(--white);
  text-shadow: 0 2px 20px rgba(23, 21, 28, 0.4);
}

.media-index {
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 2;
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.freedom-visual {
  display: grid;
  min-height: 510px;
  place-items: center;
  padding: 80px 34px 95px;
}

.freedom-visual > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.freedom-visual.has-image > div {
  max-width: 430px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: rgba(23, 21, 28, 0.34);
  box-shadow: 0 18px 45px rgba(23, 21, 28, 0.16);
  backdrop-filter: blur(12px);
}

.freedom-visual strong {
  max-width: 440px;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.3vw, 2.4rem);
  line-height: 1.25;
}

.freedom-visual small {
  max-width: 330px;
  margin-top: 10px;
  color: #665f6b;
  font-size: 0.76rem;
}

.freedom-visual.has-image small {
  color: rgba(255, 255, 255, 0.76);
}

.freedom-visual ul {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.freedom-visual li {
  padding: 8px 11px;
  border: 1px solid rgba(23, 21, 28, 0.15);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.freedom-visual.has-image li {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
  background: rgba(23, 21, 28, 0.45);
}

.freedom-copy {
  display: flex;
  flex-direction: column;
}

.schedule-card {
  padding: 26px 28px;
  border: 1px solid var(--line);
}

.schedule-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schedule-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.3;
  text-wrap: balance;
}

.schedule-card p {
  color: #625c67;
  font-size: 0.83rem;
}

.schedule-muted {
  color: #6f6973;
  background: #f6f5f7;
}

.schedule-accent {
  border-color: var(--berry);
  background: #f2e9ed;
}

.schedule-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  align-self: center;
  margin: -1px 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--berry);
  background: var(--white);
  font-family: var(--utility);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.68fr);
  gap: 72px;
  align-items: start;
}

.problem h2 {
  max-width: 760px;
}

.problem-content {
  padding-top: 16px;
}

.problem-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
}

.problem-compare article {
  min-height: 210px;
  padding: 28px;
}

.problem-compare article + article {
  border-left: 1px solid var(--line);
}

.problem-compare .is-accent {
  background: #f0edf3;
}

.problem-compare span {
  display: block;
  margin-bottom: 25px;
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.problem-compare strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.problem-compare p {
  color: #625c67;
  font-size: 0.8rem;
}

.compact-list {
  margin-top: 20px;
}

.check-list {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
}

.check-list li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--berry);
  border-left: 2px solid var(--berry);
  content: "";
  transform: rotate(-45deg);
}

/* Product */
.product-section {
  background: #e8e7ed;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: 68px;
  align-items: center;
}

.placeholder {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(23, 21, 28, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 48%),
    #d6d2df;
}

.placeholder::before,
.placeholder::after {
  position: absolute;
  width: 160%;
  height: 1px;
  content: "";
  background: rgba(23, 21, 28, 0.17);
}

.placeholder::before {
  top: 50%;
  left: -30%;
  transform: rotate(52deg);
}

.placeholder::after {
  top: 50%;
  left: -30%;
  transform: rotate(-52deg);
}

.placeholder.has-image {
  background: #d6d2df;
  box-shadow: 0 22px 58px rgba(29, 23, 36, 0.12);
}

.placeholder.has-image::before {
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 1;
  width: auto;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(23, 21, 28, 0.28));
  transform: none;
}

.placeholder.has-image::after {
  display: none;
}

.placeholder-index {
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 2;
  font-family: var(--utility);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.placeholder-center {
  position: absolute;
  top: 50%;
  right: 30px;
  left: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateY(-50%);
}

.placeholder-center strong {
  font-family: var(--display);
  font-size: 1.16rem;
  line-height: 1.35;
}

.placeholder-center small {
  max-width: 270px;
  margin-top: 10px;
  color: #625c67;
  font-size: 0.73rem;
}

.placeholder-swatch {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

.swatch-one {
  right: 12%;
  bottom: 8%;
  width: 42%;
  height: 35%;
  transform: rotate(8deg);
}

.swatch-two {
  bottom: 8%;
  left: 12%;
  width: 18%;
  height: 48%;
  transform: rotate(-6deg);
}

.product-copy h2 {
  font-size: clamp(2.1rem, 3.15vw, 3.45rem);
}

.feature-lines {
  margin: 30px 0;
  border-top: 1px solid var(--line);
}

.feature-lines article {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.feature-lines h3,
.feature-lines p {
  margin: 0;
}

.feature-lines p {
  margin-top: 4px;
  color: #625c67;
  font-size: 0.82rem;
}

/* Selling */
.selling-section {
  background: var(--white);
}

.section-heading.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading.centered .eyebrow::before {
  display: none;
}

.section-heading.centered h2 {
  max-width: 1000px;
}

.section-heading.narrow h2 {
  max-width: 800px;
}

.selling-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.55fr) minmax(0, 1fr);
  gap: 58px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.selling-statement {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--berry);
  clip-path: polygon(32% 0, 68% 0, 100% 100%, 0 100%);
}

.selling-statement > * {
  position: relative;
  top: 50px;
}

.selling-statement p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  line-height: 1.15;
}

.selling-statement span {
  margin: 15px 0;
  color: rgba(255, 255, 255, 0.62);
  transform: rotate(90deg);
}

.selling-notes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: center;
  border-top: 1px solid var(--line);
}

.selling-notes article {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  min-height: 0;
  padding: 28px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.selling-notes h3 {
  font-size: 1.2rem;
}

.selling-notes p {
  color: #625c67;
  font-size: 0.86rem;
}

.icon-placeholder {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.62rem;
}

/* Income */
.income-section {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 90%, rgba(141, 32, 68, 0.33), transparent 34%),
    var(--ink);
}

.income-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.45fr);
  gap: 72px;
  align-items: end;
}

.income-heading h2 {
  max-width: 720px;
}

.income-heading > p {
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.income-path {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.income-path article {
  position: relative;
  min-height: 260px;
  padding: 34px 32px;
  border-right: 1px solid var(--line-light);
}

.income-icon {
  position: absolute;
  top: 30px;
  right: 28px;
  color: rgba(255, 255, 255, 0.74);
}

.income-path article:first-child {
  border-left: 1px solid var(--line-light);
}

.income-path article::after {
  position: absolute;
  right: -5px;
  bottom: 50px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  content: "";
  background: var(--berry);
}

.income-path article:last-child::after {
  display: none;
}

.path-number {
  display: block;
  margin-bottom: 38px;
  color: #d5c4ce;
  font-family: var(--utility);
  font-size: 0.68rem;
}

.income-path h3 {
  max-width: 230px;
  font-size: 1.35rem;
}

.income-path p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.84rem;
}

.income-disclaimer {
  max-width: 900px;
  padding-left: 24px;
  margin: 30px 0 0;
  border-left: 3px solid var(--berry);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
}

/* Route */
.route-section {
  background: #ecebf0;
}

.route-switcher {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--white);
  box-shadow: var(--shadow);
}

.route-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
}

.route-tabs button {
  min-height: 76px;
  padding: 15px 25px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.route-tabs button:last-child {
  border-right: 0;
}

.route-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--berry);
}

.route-panel {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  grid-template-rows: auto auto auto;
  column-gap: clamp(38px, 5vw, 70px);
  row-gap: 0;
  align-items: center;
  padding: clamp(36px, 4.5vw, 58px) clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 92% 12%, rgba(141, 32, 68, 0.08), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 54%, #f5f1f7 100%);
}

.route-panel[hidden] {
  display: none;
}

.route-copy {
  max-width: 560px;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.route-panel .button {
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
  align-self: start;
  margin-top: 28px;
}

.route-panel .check-list {
  max-width: 540px;
  grid-column: 1;
  grid-row: 2;
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.route-panel .check-list li {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 11px 14px 11px 42px;
  border: 1px solid rgba(141, 32, 68, 0.13);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 24px rgba(29, 23, 36, 0.05);
}

.route-panel .check-list li::before {
  top: 50%;
  left: 16px;
  transform: translateY(-50%) rotate(-45deg);
}

.route-kicker {
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.route-panel h3 {
  margin: 15px 0;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  letter-spacing: -0.035em;
}

.route-panel p {
  color: #625c67;
}

.route-income {
  display: block;
  width: fit-content;
  padding-top: 16px;
  margin-top: 22px;
  border-top: 1px solid rgba(141, 32, 68, 0.32);
  color: var(--berry);
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.2;
  white-space: nowrap;
}

.section-heading.centered > p:last-child:not(.eyebrow) {
  max-width: 680px;
  margin: -10px auto 0;
  color: #625c67;
}

.route-media {
  display: flex;
  width: 100%;
  min-height: 360px;
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.route-media span,
.route-media strong {
  position: relative;
  z-index: 2;
}

.route-media span {
  margin-bottom: 6px;
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.6rem;
  text-transform: uppercase;
}

.route-media strong {
  max-width: 280px;
  font-size: clamp(0.95rem, 1.25vw, 1.12rem);
  line-height: 1.35;
}

/* Calculator */
.calculator-section {
  background: var(--white);
}

.calculator-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 0.8fr);
  gap: 80px;
  align-items: center;
}

.calculator-copy h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.45rem);
}

.calculator-copy .button {
  margin-top: 15px;
}

.calculation-sheet {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(23, 21, 28, 0.18);
  background: #f1f0f4;
  box-shadow: 14px 14px 0 #d7d2df;
}

.calculation-sheet::before {
  position: absolute;
  top: -16px;
  right: 30px;
  width: 72px;
  height: 34px;
  content: "";
  background: rgba(141, 32, 68, 0.18);
  transform: rotate(3deg);
}

.sheet-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 2px solid var(--ink);
}

.sheet-head span,
.sheet-head strong,
.sheet-row,
.sheet-total {
  font-family: var(--utility);
  font-size: 0.68rem;
}

.sheet-head span {
  color: var(--berry);
  text-transform: uppercase;
}

.sheet-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.sheet-row i {
  flex: 1;
  border-bottom: 1px dotted #8b8690;
}

.sheet-row b {
  color: var(--berry);
  font-weight: 500;
}

.sheet-row-accent {
  margin-inline: -12px;
  padding-inline: 12px;
  background: rgba(141, 32, 68, 0.08);
}

.monthly-scenarios {
  border-bottom: 1px solid var(--line);
}

.monthly-scenarios article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.monthly-scenarios article:last-child {
  border-bottom: 0;
}

.monthly-scenarios article.is-accent {
  padding-inline: 14px;
  margin-inline: -14px;
  background: rgba(141, 32, 68, 0.08);
}

.monthly-scenarios article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.monthly-scenarios span {
  font-size: 0.86rem;
  font-weight: 600;
}

.monthly-scenarios b {
  margin-top: 3px;
  color: #77717b;
  font-family: var(--utility);
  font-size: 0.65rem;
  font-weight: 400;
}

.monthly-scenarios strong {
  color: var(--berry);
  font-family: var(--display);
  font-size: 1.08rem;
  white-space: nowrap;
}

.sheet-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
}

.sheet-total strong {
  font-family: var(--body);
  font-size: 1rem;
}

.sheet-note {
  padding-top: 18px;
  margin: 20px 0 0;
  border-top: 1px solid var(--line);
  color: #6f6973;
  font-size: 0.66rem;
  line-height: 1.5;
}

/* Steps */
.start-section {
  background: linear-gradient(180deg, #e4e0e9, #d5cfdf);
}

.start-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.start-steps::before {
  position: absolute;
  top: 29px;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: rgba(23, 21, 28, 0.26);
}

.start-steps li {
  position: relative;
  z-index: 1;
  padding: 0 18px;
  text-align: center;
}

.start-steps li > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto 28px;
  border: 1px solid rgba(23, 21, 28, 0.38);
  border-radius: 50%;
  background: #ddd8e4;
  font-family: var(--utility);
  font-size: 0.66rem;
}

.start-steps li:nth-child(3) > span {
  color: var(--white);
  background: var(--berry);
  border-color: var(--berry);
  box-shadow: 0 0 0 10px rgba(141, 32, 68, 0.1);
}

.start-steps h3 {
  font-size: 1rem;
}

.start-steps p {
  color: #5f5965;
  font-size: 0.77rem;
}

.center-action {
  margin-top: 42px;
  text-align: center;
}

/* Roadmap */
.roadmap-section {
  background: var(--white);
}

.roadmap-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(400px, 0.75fr);
  gap: 80px;
  align-items: start;
}

.roadmap-copy {
  position: sticky;
  top: 130px;
}

.roadmap-copy h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.45rem);
}

.roadmap-copy > p:last-child {
  max-width: 570px;
  color: #655f6a;
}

.roadmap-media {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  margin-top: 32px;
}

.roadmap-media span,
.roadmap-media strong {
  position: relative;
  z-index: 2;
}

.roadmap-media span {
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.roadmap-media strong {
  max-width: 260px;
  margin-top: 8px;
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.35;
}

.roadmap {
  border-top: 1px solid var(--line);
}

.roadmap-item {
  border-bottom: 1px solid var(--line);
}

.roadmap-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border: 0;
  background: transparent;
  font-family: var(--display);
  font-size: 1.08rem;
  text-align: left;
  cursor: pointer;
}

.roadmap-item button b {
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.62rem;
}

.roadmap-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.roadmap-item > div p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: #625c67;
  font-size: 0.9rem;
}

.roadmap-item.is-open > div {
  grid-template-rows: 1fr;
}

.roadmap-item.is-open > div p {
  padding-bottom: 28px;
}

/* Mentor */
.mentor-section {
  color: var(--white);
  background: #201d25;
}

.mentor-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1fr);
  gap: 68px;
  align-items: center;
}

.placeholder-dark {
  min-height: 620px;
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  background: linear-gradient(145deg, #4d4653, #25212a 60%);
}

.placeholder-dark::before,
.placeholder-dark::after {
  background: rgba(255, 255, 255, 0.17);
}

.placeholder-dark.has-image::before {
  height: 66%;
  background: linear-gradient(180deg, transparent, rgba(11, 9, 15, 0.8));
}

.placeholder-dark .placeholder-center small {
  color: rgba(255, 255, 255, 0.54);
}

.placeholder-dark blockquote {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  padding: 20px 0 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.5;
}

.placeholder-dark.has-image blockquote {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}

.mentor-copy .eyebrow {
  color: #d1bdca;
}

.mentor-copy h2 {
  font-size: clamp(2.1rem, 3.1vw, 3.35rem);
}

.mentor-copy p {
  color: rgba(255, 255, 255, 0.67);
}

.mentor-copy .large-copy {
  color: rgba(255, 255, 255, 0.9);
}

.mentor-copy > p:last-of-type {
  margin-bottom: 30px;
}

.mentor-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 30px;
}

.mentor-journey {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}

.mentor-journey span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--utility);
  font-size: 0.61rem;
  text-transform: uppercase;
}

.mentor-journey span:not(:last-child)::after {
  color: var(--berry);
  content: "→";
}

.mentor-tools span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.7rem;
}

.mentor-copy .button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.mentor-copy .button-ghost:hover {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

/* Progress */
.progress-section {
  background: #e9e7ed;
}

.progress-heading {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: start;
}

.progress-heading h2 {
  max-width: 840px;
}

.progress-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.progress-track article {
  position: relative;
  min-height: 230px;
  padding: 30px 26px;
  border-right: 1px solid var(--line);
}

.progress-track article:first-child {
  border-left: 1px solid var(--line);
}

.progress-track article > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  margin-bottom: 42px;
  border: 1px solid rgba(23, 21, 28, 0.32);
  border-radius: 50%;
  font-family: var(--utility);
  font-size: 0.65rem;
}

.progress-track article:last-child > span {
  color: var(--white);
  background: var(--berry);
  border-color: var(--berry);
}

.progress-track h3 {
  font-size: 1.05rem;
}

.progress-track p {
  color: #625c67;
  font-size: 0.79rem;
}

.progress-note {
  max-width: 800px;
  padding-left: 24px;
  margin: 30px 0 0 auto;
  border-left: 3px solid var(--berry);
  font-size: 0.88rem;
}

/* Fit */
.fit-section {
  background: var(--white);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1060px;
  margin: 0 auto;
}

.fit-grid article {
  position: relative;
  min-height: 430px;
  padding: 36px 38px 40px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--berry);
  background: #faf8fa;
}

.fit-grid article + article {
  border-top-color: var(--ink);
}

.fit-no {
  background: #f0eff2;
}

.fit-card-head {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.fit-symbol {
  display: grid;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--berry);
  font-family: var(--display);
  font-size: 1.5rem;
}

.fit-no .fit-symbol {
  color: var(--white);
  background: var(--ink);
}

.fit-card-head small {
  display: block;
  margin-bottom: 5px;
  color: var(--berry);
  font-family: var(--utility);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fit-no .fit-card-head small {
  color: #66616b;
}

.fit-card-head h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.fit-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fit-grid li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
}

.fit-grid li::before {
  position: absolute;
  top: 18px;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--berry);
  content: "+";
  font-size: 0.7rem;
  line-height: 1;
}

.fit-no li::before {
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(23, 21, 28, 0.36);
  content: "−";
}

/* FAQ */
.faq-section {
  background: #e6e2ea;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 78px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 130px;
}

.faq-intro h2 {
  font-size: clamp(1.9rem, 2.8vw, 3rem);
}

.faq-intro > p:not(.eyebrow) {
  max-width: 420px;
  color: #625c67;
}

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

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 23px 0;
  border: 0;
  background: transparent;
  font-size: 1.02rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.faq-item button b {
  display: grid;
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(23, 21, 28, 0.35);
  border-radius: 50%;
  font-size: 0;
  font-weight: 400;
  transition: background 200ms ease, color 200ms ease;
}

.faq-item button b::before,
.faq-item button b::after,
.faq-more span::before,
.faq-more span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-item button b::after,
.faq-more span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.faq-item > div p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: #5f5965;
  font-size: 0.9rem;
}

.faq-item.is-open > div {
  grid-template-rows: 1fr;
}

.faq-item.is-open > div p {
  padding: 0 50px 24px 0;
}

.faq-more {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--berry);
  background: transparent;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
}

.faq-more span {
  display: grid;
  position: relative;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(23, 21, 28, 0.35);
  border-radius: 50%;
}

.faq-item.is-open button b {
  color: var(--white);
  background: var(--berry);
  border-color: var(--berry);
}

.faq-item.is-open button b::before,
.faq-more[aria-expanded="true"] span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open button b::after,
.faq-more[aria-expanded="true"] span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Application */
.final-section {
  color: var(--white);
  background: var(--berry-dark);
}

.final-section::before {
  position: absolute;
  top: -40%;
  left: -12%;
  width: 740px;
  height: 740px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.final-orbit {
  position: absolute;
  right: -240px;
  bottom: -320px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.application-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 0.7fr);
  gap: 76px;
  align-items: center;
}

.application-copy h2 {
  max-width: 680px;
  font-size: clamp(2.3rem, 3.75vw, 4.05rem);
}

.application-copy > p:not(.eyebrow, .microcopy) {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.72);
}

/* Catalog modal */
.catalog-modal,
.application-modal {
  width: min(1000px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  padding: 0;
  overflow: auto;
  border: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: 0 35px 90px rgba(10, 8, 12, 0.34);
}

.catalog-modal::backdrop,
.application-modal::backdrop {
  background: rgba(18, 16, 21, 0.72);
  backdrop-filter: blur(8px);
}

.application-modal {
  width: min(720px, calc(100% - 40px));
}

.application-modal-card {
  position: relative;
  padding: 52px 48px 44px;
  background: var(--white);
}

.catalog-modal-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  background: var(--white);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.catalog-modal-visual {
  display: grid;
  min-height: 600px;
  place-items: center;
  padding: 50px 28px;
}

.catalog-modal-visual.has-image {
  padding: 0;
  box-shadow: none;
}

.catalog-modal-visual.has-image::before {
  display: none;
}

.catalog-modal-visual.has-image .media-image {
  object-position: center;
}

.catalog-modal-visual > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.catalog-modal-visual strong {
  font-family: var(--display);
  font-size: 1.35rem;
}

.catalog-modal-visual small {
  max-width: 260px;
  margin-top: 10px;
  color: #625c67;
  font-size: 0.7rem;
}

.catalog-form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 58px 48px;
}

.catalog-form h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.catalog-form > p:not(.eyebrow, .form-note) {
  margin-bottom: 28px;
  color: #625c67;
  font-size: 0.9rem;
}

.catalog-form > label {
  display: block;
  margin-bottom: 20px;
  font-size: 0.72rem;
  font-weight: 600;
}

.catalog-form input {
  width: 100%;
  height: 46px;
  margin-top: 7px;
  border: 0;
  border-bottom: 1px solid #aaa5ae;
  border-radius: 0;
  outline: none;
}

.catalog-form input:focus {
  border-color: var(--berry);
  box-shadow: 0 1px 0 var(--berry);
}

.catalog-success {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background: var(--white);
  text-align: center;
}

.catalog-success[hidden] {
  display: none;
}

.catalog-success > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--white);
  background: var(--berry);
}

.catalog-success h3 {
  font-family: var(--display);
  font-size: 1.35rem;
}

.catalog-success p {
  color: #625c67;
  font-size: 0.85rem;
}

.application-modal .application-form {
  padding: 0;
  box-shadow: none;
}

.application-modal .form-head {
  padding-right: 48px;
}

.application-modal h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 4.2vw, 2.65rem);
}

.application-modal-lead {
  margin-bottom: 26px;
  color: #625c67;
  font-size: 0.92rem;
}

.application-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.application-benefits li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.69rem;
}

.application-form {
  position: relative;
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 30px 70px rgba(34, 8, 19, 0.25);
}

.form-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--line);
  font-family: var(--utility);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.form-head b {
  color: var(--berry);
  font-weight: 500;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.application-form > label,
.form-row label,
.application-form fieldset {
  display: block;
  margin-bottom: 17px;
  border: 0;
}

.application-form label,
.application-form legend {
  font-size: 0.72rem;
  font-weight: 600;
}

.application-form fieldset {
  padding: 0;
}

.application-form legend {
  margin-bottom: 10px;
}

.application-form input[type="text"],
.application-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 0;
  border-bottom: 1px solid #aaa5ae;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.88rem;
  outline: none;
}

.application-form input[type="text"] {
  height: 44px;
}

.application-form textarea {
  padding: 9px 0;
  resize: vertical;
}

.application-form input[type="text"]:focus,
.application-form textarea:focus {
  border-color: var(--berry);
  box-shadow: 0 1px 0 var(--berry);
}

.application-form input::placeholder,
.application-form textarea::placeholder {
  color: #a19ca4;
}

.application-form .optional {
  color: #8b858f;
  font-size: 0.62rem;
  font-weight: 400;
}

.radio-card {
  display: inline-block;
  margin: 0 5px 7px 0;
  cursor: pointer;
}

.radio-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio-card span {
  display: inline-flex;
  align-items: center;
  min-height: 39px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  font-size: 0.66rem;
  font-weight: 500;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.radio-card input:checked + span {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.radio-card input:focus-visible + span {
  outline: 3px solid var(--berry);
  outline-offset: 3px;
}

.button-form {
  width: 100%;
  margin-top: 7px;
}

.button-form:disabled {
  cursor: progress;
  opacity: 0.68;
}

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

.consent-field {
  margin: 1px 0 17px;
  padding: 12px;
  border: 1px solid var(--line);
  color: #5e5963;
  font-size: 0.66rem;
  line-height: 1.45;
}

.consent-field > label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  cursor: pointer;
}

.consent-field input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--berry);
}

.catalog-form .consent-field input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
}

.consent-field p {
  margin: 7px 0 0 25px;
}

.consent-field a {
  color: var(--berry);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-field.has-error {
  border-color: #a4123d;
}

.consent-field.has-error input {
  outline: 1px solid #a4123d;
}

.form-note {
  margin: 11px 0 0;
  color: #8a848d;
  font-size: 0.62rem;
  line-height: 1.45;
  text-align: center;
}

.form-status {
  margin: 9px 0 0;
  color: #5e5963;
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: center;
}

.form-status[hidden] {
  display: none;
}

.form-status.is-error {
  color: #a4123d;
}

.field-error {
  display: none;
  margin-top: 4px;
  color: #a4123d;
  font-size: 0.62rem;
}

.has-error > .field-error,
.has-error + .field-error,
fieldset.has-error > .field-error {
  display: block;
}

.has-error input,
.has-error textarea {
  border-color: #a4123d !important;
}

.form-success {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background: var(--white);
  text-align: center;
}

.form-success[hidden] {
  display: none;
}

.form-success > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--berry);
}

.form-success h3 {
  font-family: var(--display);
  font-size: 1.4rem;
}

.form-success p {
  color: #625c67;
  font-size: 0.86rem;
}

.form-success button {
  border: 0;
  color: var(--berry);
  background: transparent;
  cursor: pointer;
}

/* Footer */
.site-footer {
  padding: 55px 0 32px;
  color: var(--white);
  background: #121015;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line-light);
}

.brand-footer .brand-mark {
  color: var(--ink);
  background: var(--white);
}

.brand-footer .brand-copy small {
  color: rgba(255, 255, 255, 0.5);
}

.footer-top nav {
  display: flex;
  gap: 28px;
  font-size: 0.73rem;
}

.footer-top nav a:hover {
  color: #d8c6d0;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 38px;
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.64rem;
  line-height: 1.6;
}

/* Legal documents */
.legal-page {
  min-height: 100vh;
  background: #f3f0f4;
}

.legal-header {
  padding: 24px 0;
  color: var(--white);
  background: var(--ink);
}

.legal-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-header a {
  color: var(--white);
  font-size: 0.78rem;
}

.legal-main {
  padding: 64px 0 80px;
}

.legal-document {
  max-width: 900px;
  padding: clamp(26px, 5vw, 64px);
  margin: 0 auto;
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-document h1 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 4vw, 2.7rem);
}

.legal-document h2 {
  margin: 42px 0 16px;
  font-family: var(--body);
  font-size: 1.12rem;
  line-height: 1.3;
}

.legal-document p,
.legal-document li {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.legal-document ul {
  padding-left: 22px;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-document a {
  color: var(--berry);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-meta {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  color: #6d6771;
  font-size: 0.72rem;
}

.mobile-action-bar {
  display: none;
}

/* Reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal][data-delay="1"] {
  transition-delay: 110ms;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1080px) {
  :root {
    --container: min(100% - 40px, 960px);
  }

  .site-nav {
    gap: 17px;
  }

  .site-nav a {
    font-size: 0.7rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
    gap: 35px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .bottle-main {
    left: 28%;
  }

  .product-grid,
  .mentor-grid {
    gap: 50px;
  }

  .calculator-grid,
  .roadmap-grid,
  .faq-grid,
  .application-grid {
    gap: 60px;
  }

  .selling-layout {
    gap: 45px;
  }

  .selling-notes article {
    padding: 26px;
  }

  .start-steps li {
    padding-inline: 8px;
  }
}

@media (max-width: 900px) {
  .site-header {
    isolation: isolate;
  }

  /* backdrop-filter creates a containing block for the fixed mobile navigation. */
  body.nav-open .site-header.is-scrolled {
    backdrop-filter: none;
  }

  .section {
    padding: 78px 0;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 7px;
    margin-left: auto;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .nav-toggle span:not(.sr-only) {
    width: 23px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 78px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 35px 20px;
    z-index: 101;
    background: #f7f7fa;
    box-shadow: 0 22px 38px rgba(23, 21, 28, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 1.1rem;
  }

  .hero {
    padding-top: 116px;
  }

  .hero-grid,
  .product-grid,
  .split-layout,
  .freedom-layout,
  .calculator-grid,
  .roadmap-grid,
  .mentor-grid,
  .faq-grid,
  .application-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: min(100%, 560px);
    min-height: 520px;
    margin-inline: auto;
  }

  .freedom-layout {
    max-width: 720px;
    margin-inline: auto;
  }

  .freedom-visual {
    min-height: 430px;
  }

  .trust-grid,
  .progress-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid article:nth-child(3) {
    border-left: 1px solid var(--line-light);
  }

  .trust-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .problem-content {
    padding-top: 0;
  }

  .product-visual,
  .placeholder-dark {
    width: min(100%, 620px);
    min-height: 540px;
    margin-inline: auto;
  }

  .selling-layout {
    grid-template-columns: 1fr;
  }

  .selling-statement {
    width: min(100%, 500px);
    min-height: 400px;
    margin-inline: auto;
  }

  .income-heading {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .income-heading > p {
    max-width: 620px;
  }

  .income-path {
    grid-template-columns: 1fr;
  }

  .income-path article {
    min-height: 0;
    padding: 28px 30px;
    border-left: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
  }

  .income-path article:last-child {
    border-bottom: 0;
  }

  .income-path article::after {
    display: none;
  }

  .path-number {
    margin-bottom: 20px;
  }

  .start-steps {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-inline: auto;
  }

  .start-steps::before {
    top: 20px;
    bottom: 20px;
    left: 29px;
    width: 1px;
    height: auto;
  }

  .start-steps li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 24px;
    padding: 0 0 24px;
    text-align: left;
  }

  .start-steps li > span {
    margin: 0;
  }

  .roadmap-copy,
  .faq-intro {
    position: static;
  }

  .mentor-copy {
    order: 1;
  }

  .mentor-visual {
    order: 2;
  }

  .progress-heading {
    grid-template-columns: 1fr;
  }

  .progress-track article:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .progress-track article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .application-copy {
    max-width: 750px;
  }

  .application-form {
    max-width: 680px;
  }

  .catalog-modal-card {
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1fr);
  }

  .catalog-modal-visual {
    min-height: 540px;
  }

  .catalog-form {
    padding: 58px 40px 42px;
  }

  .route-panel {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 30px;
    align-items: start;
    padding: 38px;
    background: var(--white);
  }

  .route-copy,
  .route-panel .check-list,
  .route-panel .button,
  .route-media {
    grid-column: auto;
    grid-row: auto;
  }

  .route-panel .button {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .route-media {
    grid-column: 1 / -1;
    min-height: 190px;
  }

  .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --container: calc(100% - 32px);
  }

  body {
    font-size: 16px;
  }

  .section {
    padding: 62px 0;
  }

  .header-inner {
    min-height: 70px;
  }

  .site-nav {
    top: 70px;
  }

  .brand-copy strong {
    font-size: 0.78rem;
  }

  .hero {
    padding: 100px 0 48px;
  }

  .hero-copy .eyebrow {
    gap: 7px;
    font-size: 0.6rem;
    letter-spacing: 0.055em;
    white-space: nowrap;
  }

  .hero-copy .eyebrow::before {
    width: 22px;
    flex: 0 0 22px;
  }

  h1 {
    font-size: clamp(1.65rem, 8.4vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8.2vw, 2.8rem);
  }

  .hero-grid {
    gap: 32px;
  }

  .hero-points {
    gap: 8px;
    margin-bottom: 22px;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 390px;
    border-radius: 130px 130px 12px 12px;
  }

  .visual-label {
    top: 42px;
  }

  .bottle-main {
    bottom: 48px;
    left: 35%;
    width: 125px;
    height: 190px;
  }

  .bottle-small {
    bottom: 38px;
    right: 5%;
    width: 76px;
    height: 132px;
  }

  .bottle-main::before {
    top: -42px;
    width: 72px;
    height: 44px;
  }

  .bottle-small::before {
    top: -30px;
    width: 48px;
    height: 32px;
  }

  .scent-note {
    min-width: 98px;
    padding: 7px 8px;
    font-size: 0.52rem;
  }

  .note-top { top: 118px; left: 12px; }
  .note-heart { top: 158px; left: 30px; }
  .note-base { top: 198px; left: 48px; }

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

  .trust-grid article,
  .trust-grid article:first-child,
  .trust-grid article:nth-child(3) {
    min-height: 88px;
    padding: 18px;
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
  }

  .problem .section-intro {
    margin-bottom: 30px;
  }

  .freedom-visual {
    min-height: 360px;
    place-items: end start;
    padding: 24px 16px 82px;
  }

  .freedom-visual.has-image > div {
    align-items: flex-start;
    max-width: min(270px, 100%);
    padding: 12px 14px;
    text-align: left;
  }

  .freedom-visual.has-image .media-image {
    object-position: 58% center;
  }

  .freedom-visual ul {
    display: grid;
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .freedom-visual strong {
    font-size: 1.06rem;
    line-height: 1.2;
    letter-spacing: -0.035em;
  }

  .freedom-visual small {
    max-width: 220px;
    margin-top: 6px;
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .freedom-visual li {
    display: grid;
    min-height: 34px;
    place-items: center;
    padding: 6px 5px;
    font-size: clamp(0.52rem, 2.2vw, 0.6rem);
    line-height: 1.15;
    text-align: center;
  }

  .schedule-card {
    padding: 23px 20px;
  }

  .freedom-copy {
    gap: 10px;
  }

  .schedule-card span {
    margin-bottom: 12px;
    font-size: 0.58rem;
  }

  .schedule-card strong {
    font-size: clamp(1.08rem, 6vw, 1.35rem);
  }

  .schedule-arrow {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border-color: rgba(141, 32, 68, 0.24);
    box-shadow: 0 8px 22px rgba(29, 23, 36, 0.08);
  }

  .product-visual,
  .placeholder-dark {
    min-height: 420px;
  }

  .selling-notes {
    grid-template-columns: 1fr;
  }

  .selling-notes article,
  .selling-notes article:nth-child(-n + 2),
  .selling-notes article:nth-child(even) {
    min-height: 0;
    border-top: 0;
    border-right: 1px solid var(--line);
  }

  .selling-notes article:first-child {
    border-top: 0;
  }

  .selling-notes article {
    gap: 15px;
    padding: 23px 20px;
  }

  .selling-statement {
    width: min(100%, 360px);
    min-height: 282px;
    padding: 44px 34px 30px;
    border-radius: 0;
    clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
  }

  .selling-statement > * {
    top: 10px;
  }

  .selling-statement p {
    font-size: 1.05rem;
  }

  .selling-statement span {
    margin: 10px 0;
  }

  .application-copy h2 {
    font-size: clamp(1.75rem, 8.8vw, 2.35rem);
    letter-spacing: -0.05em;
  }

  .route-tabs {
    grid-template-columns: 1fr;
  }

  .route-tabs button {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .route-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 22px;
  }

  .route-panel .check-list {
    margin-top: 0;
  }

  .route-panel .button {
    grid-column: auto;
    width: 100%;
  }

  .route-income {
    font-size: 1.12rem;
  }

  .route-media {
    grid-column: auto;
    min-height: 180px;
  }

  .calculation-sheet {
    padding: 25px 20px;
    box-shadow: 8px 8px 0 #d7d2df;
  }

  .roadmap-media {
    min-height: 190px;
    margin-top: 25px;
  }

  .sheet-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sheet-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .sheet-row i {
    display: none;
  }

  .sheet-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .monthly-scenarios article {
    gap: 12px;
  }

  .monthly-scenarios strong {
    font-size: 0.92rem;
  }

  .progress-track {
    grid-template-columns: 1fr;
  }

  .progress-track article,
  .progress-track article:first-child,
  .progress-track article:nth-child(3) {
    display: grid;
    grid-template-columns: 45px 1fr;
    column-gap: 18px;
    min-height: 0;
    padding: 22px 20px;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .progress-track article:last-child {
    border-bottom: 0;
  }

  .progress-track article > span {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .progress-track h3 {
    margin: 1px 0 5px;
  }

  .progress-track p {
    margin: 0;
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }

  .fit-grid article {
    min-height: 0;
    padding: 28px 22px;
  }

  .fit-grid article + article {
    border-top: 6px solid var(--ink);
  }

  .fit-card-head {
    gap: 15px;
    padding-bottom: 22px;
  }

  .fit-symbol {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .fit-card-head h3 {
    font-size: 1.2rem;
  }

  .faq-grid {
    gap: 36px;
  }

  .faq-item button {
    padding: 20px 0;
    font-size: 0.94rem;
  }

  .application-grid {
    gap: 36px;
  }

  .application-form {
    padding: 26px 20px;
  }

  .catalog-modal,
  .application-modal {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
  }

  .application-modal-card {
    padding: 38px 20px 26px;
  }

  .application-modal .application-form {
    padding: 0;
  }

  .application-modal .form-head {
    padding-right: 42px;
  }

  .application-modal h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.1rem);
  }

  .catalog-modal-card {
    grid-template-columns: 1fr;
  }

  .catalog-modal-visual {
    min-height: 220px;
  }

  .catalog-form {
    padding: 38px 22px 28px;
  }

  .catalog-form .eyebrow {
    padding-right: 40px;
  }

  .catalog-success {
    padding: 35px 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .radio-card {
    display: block;
    margin-right: 0;
  }

  .radio-card span {
    width: 100%;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-top nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 100px;
  }

  .mobile-action-bar {
    position: fixed;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(23, 21, 28, 0.1);
    border-radius: 20px;
    background: rgba(247, 247, 250, 0.86);
    box-shadow: 0 12px 32px rgba(23, 21, 28, 0.17);
    backdrop-filter: blur(16px);
  }

  .mobile-action {
    display: grid;
    min-width: 0;
    min-height: 64px;
    place-items: center;
    gap: 4px;
    padding: 8px 5px;
    border: 0;
    border-radius: 14px;
    color: var(--berry);
    background: var(--white);
    font-family: var(--body);
    font-size: clamp(0.58rem, 2.5vw, 0.72rem);
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 3px 10px rgba(23, 21, 28, 0.08);
    cursor: pointer;
  }

  .mobile-action svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .mobile-action-team {
    color: #087da6;
  }

  .mobile-action-call {
    color: var(--white);
    background: var(--berry);
  }

  .mobile-action:active {
    transform: translateY(1px);
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
