@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../assets/fonts/golos-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../assets/fonts/golos-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../assets/fonts/golos-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../assets/fonts/golos-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --brand: #F98505;
  --brand-mid: #E85001;
  --brand-deep: #B93E08;
  --brand-deeper: #A03405;
  --accent: #FDCF00;
  --accent-hover: #FFDC33;
  --accent-ink: #1A1206;

  --bg: #F9FBFF;
  --surface: #FFFFFF;
  --ink: #12151A;
  --ink-soft: #4E5865;
  --line: rgba(18, 21, 26, .10);

  --on-dark: #FFFFFF;
  --on-dark-soft: #FFEFE1;

  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 34px;
  --r-pill: 999px;

  --pad: clamp(1rem, 4.5vw, 2.5rem);
  --gap: clamp(1rem, 2.6vw, 2rem);
  --section-y: clamp(3.75rem, 8vw, 7.5rem);
  --header-h: 4rem;

  --shadow-sm: 0 2px 8px rgba(18, 21, 26, .06);
  --shadow-md: 0 12px 32px rgba(18, 21, 26, .10);
  --shadow-lg: 0 24px 60px rgba(120, 45, 5, .22);

  --font-display: "Montserrat", "Segoe UI", system-ui, sans-serif;
  --font-text: "Golos Text", "Segoe UI", system-ui, sans-serif;

  --ease: cubic-bezier(.22, .8, .3, 1);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-text);
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 800; line-height: 1.06; letter-spacing: -.02em; text-wrap: balance; }
a { color: inherit; text-decoration: none; }

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

.container {
  width: 100%;
  max-width: 78rem;
  margin-inline: auto;
  padding-inline: var(--pad);
}

section[id], main > section { scroll-margin-top: calc(var(--header-h) + .75rem); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--accent);
  color: var(--accent-ink);
  padding: .75rem 1.25rem;
  border-radius: 0 0 var(--r-sm) 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; }

.btn {
  --btn-bg: var(--accent);
  --btn-ink: var(--accent-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 3.25rem;
  padding: .875rem 1.75rem;
  border: 2px solid transparent;
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-ink);
  font-family: var(--font-text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s var(--ease), background-color .18s var(--ease), border-color .18s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--accent { --btn-bg: var(--accent); --btn-ink: var(--accent-ink); }
.btn--accent:hover { --btn-bg: var(--accent-hover); }

.btn--ghost {
  --btn-bg: rgba(46, 15, 1, .34);
  --btn-ink: #FFFFFF;
  border-color: rgba(255, 255, 255, .72);
}
.btn--ghost:hover { --btn-bg: rgba(46, 15, 1, .48); border-color: #fff; }

.btn--ghost-dark {
  --btn-bg: transparent;
  --btn-ink: var(--ink);
  border-color: var(--line);
}
.btn--ghost-dark:hover { --btn-bg: rgba(18, 21, 26, .05); }

.btn--wa {
  --btn-bg: #FFFFFF;
  --btn-ink: #0B3D2C;
}
.btn--wa:hover { --btn-bg: #E9FFF4; }

.btn--sm { min-height: 2.75rem; padding: .625rem 1.25rem; font-size: .9375rem; }
.btn--block { width: 100%; }

.eyebrow {
  margin-bottom: .75rem;
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand-deep);
}
.eyebrow--light { color: #FFFFFF; }

.section-title {
  font-size: clamp(1.875rem, 4.6vw, 3.25rem);
  color: var(--ink);
}
.section-title--light { color: var(--on-dark); }

.section-lead {
  max-width: 46ch;
  margin-top: 1rem;
  font-size: clamp(1rem, 1.6vw, 1.1875rem);
  color: var(--ink-soft);
}
.section-lead--light { color: var(--on-dark-soft); }

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background-color .25s var(--ease), box-shadow .25s var(--ease);
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(58, 20, 2, .58) 0%, rgba(58, 20, 2, 0) 100%);
  transition: opacity .25s var(--ease);
}
.header.is-stuck::before,
.header.is-menu-open::before { opacity: 0; }
.header.is-stuck {
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand { position: relative; z-index: 95; display: flex; align-items: center; gap: .625rem; padding-block: .5rem; }
.brand__mark { width: 3rem; height: auto; }
.brand__mark--dark { display: none; }
.header.is-stuck .brand__mark--light,
.header.is-menu-open .brand__mark--light { display: none; }
.header.is-stuck .brand__mark--dark,
.header.is-menu-open .brand__mark--dark { display: block; }
.brand__name {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .9375rem;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--on-dark);
  transition: color .25s var(--ease);
}
.brand__name span { color: var(--accent); }
.header.is-stuck .brand__name,
.header.is-menu-open .brand__name { color: var(--brand-deep); }
.header.is-stuck .brand__name span,
.header.is-menu-open .brand__name span { color: var(--brand-mid); }

.header__slot {
  flex: none;
  width: 1.36rem;
  height: 2.5rem;
}

.flyer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  transform-origin: 0 0;
  pointer-events: none;
  visibility: hidden;
  will-change: transform;
}
.flyer.is-active { visibility: visible; }

.burger {
  position: relative;
  z-index: 95;
  display: grid;
  place-content: center;
  gap: 5px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .16);
  cursor: pointer;
}
.header.is-stuck .burger,
.header.is-menu-open .burger { background: rgba(18, 21, 26, .06); }
.burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--on-dark);
  transition: transform .22s var(--ease), opacity .22s var(--ease), background-color .25s var(--ease);
}
.header.is-stuck .burger span { background: var(--ink); }
.burger[aria-expanded="true"] span { background: var(--ink); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: calc(var(--header-h) + 1.5rem) var(--pad) 2rem;
  background: var(--surface);
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform .32s var(--ease), visibility .32s;
}
.nav.is-open { transform: translateY(0); visibility: visible; }

.nav__list { display: grid; gap: .25rem; }
.nav__list a {
  display: block;
  padding: .75rem 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink);
}
.nav__list a:hover { color: var(--brand-deep); }

.nav__actions { display: grid; gap: 1rem; justify-items: start; }
.nav__phone {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand-deep);
}

.hero {
  position: relative;
  background: linear-gradient(174deg, #A03405 0%, #B23B07 40%, #B93E08 62%, #E85001 86%, #F98505 100%);
}

.hero__track {
  --p: 0;
  height: 220vh;
}

.hero__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  display: grid;
  align-items: stretch;
  padding-top: var(--header-h);
  overflow: hidden;
}
.hero__stage::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: repeating-conic-gradient(from 196deg at 50% 118%, rgba(255, 255, 255, .07) 0deg 2.4deg, transparent 2.4deg 7.6deg);
  transform: rotate(calc(var(--p) * 7deg));
  transform-origin: 50% 118%;
  pointer-events: none;
}
.hero__stage::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 14%;
  width: 34vw;
  max-width: 22rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  transform: translate3d(0, calc(var(--p) * -8vh), 0);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(8rem, 1fr);
  gap: 1rem;
  padding-block: clamp(1rem, 3vh, 2.5rem) 2.5rem;
}

.hero__copy {
  color: var(--on-dark);
  align-self: center;
}

.hero__title {
  font-size: clamp(2.25rem, 9.5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.025em;
  text-wrap: pretty;
}

.hero__scenes {
  position: relative;
  display: grid;
  margin-top: 1.125rem;
  min-height: 5.25rem;
}
.hero__scene {
  grid-area: 1 / 1;
  max-width: 34ch;
  font-size: clamp(1rem, 3.4vw, 1.1875rem);
  font-weight: 500;
  color: var(--on-dark);
  animation: 1s linear paused both;
  animation-delay: calc(var(--p) * -1s);
}
.hero__scene[data-scene="0"] { animation-name: sceneA; }
.hero__scene[data-scene="1"] { animation-name: sceneB; }
.hero__scene[data-scene="2"] { animation-name: sceneC; }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}

.hero__machine {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
}

.hero__stack { position: absolute; inset: 0; }
.hero__stack.is-handed-off { visibility: hidden; }

.hero__frames {
  position: relative;
  height: min(46dvh, 24rem);
  aspect-ratio: 789 / 1448;
}
.hero__base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(90, 30, 0, .42));
}
.hero__glass {
  position: absolute;
  left: 3.9290%;
  top: 18.3702%;
  width: 57.1610%;
  height: 67.8177%;
  object-fit: fill;
  animation: 1s linear paused both;
  animation-delay: calc(var(--p) * -1s);
  will-change: opacity;
}
.hero__glass[data-state="half"] { animation-name: glassHalf; }
.hero__glass[data-state="dim"] { animation-name: glassDim; }

.hero__pins { display: none; opacity: calc(1 - var(--fly, 0)); }

.pin {
  position: absolute;
  top: var(--y);
  left: calc(100% + 1.75rem + var(--dx, 0rem));
  width: max-content;
  max-width: 11rem;
  text-wrap: balance;
  padding: .5rem .875rem;
  border-radius: var(--r-pill);
  background: rgba(28, 9, 0, .62);
  border: 1px solid rgba(255, 255, 255, .3);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.25;
  animation: 1s linear paused both;
  animation-delay: calc(var(--p) * -1s);
}
.pin::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: calc(1.75rem + var(--dx, 0rem));
  height: 1px;
  background: linear-gradient(270deg, rgba(253, 207, 0, .2), var(--accent));
}
.pin::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 1.5rem + var(--dx, 0rem));
  width: .5rem;
  height: .5rem;
  margin-top: -.25rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(253, 207, 0, .22);
}
.pin[data-scene="0"] { animation-name: sceneA; }
.pin[data-scene="1"] { animation-name: sceneB; }
.pin[data-scene="2"] { animation-name: sceneC; }

.hero__rail {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: 1.25rem;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .22);
  overflow: hidden;
}
.hero__railFill {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: var(--accent);
  transform-origin: left center;
  transform: scaleX(min(1, calc(var(--p) / .76)));
}

@keyframes glassDim {
  0%, 16% { opacity: 1; }
  32%, 100% { opacity: 0; }
}
@keyframes glassHalf {
  0%, 58% { opacity: 1; }
  72%, 100% { opacity: 0; }
}

@keyframes sceneA {
  0%, 15% { opacity: 1; transform: none; }
  27%, 100% { opacity: 0; transform: translate3d(0, -1rem, 0); }
}
@keyframes sceneB {
  0%, 21% { opacity: 0; transform: translate3d(0, 1rem, 0); }
  34%, 58% { opacity: 1; transform: none; }
  70%, 100% { opacity: 0; transform: translate3d(0, -1rem, 0); }
}
@keyframes sceneC {
  0%, 63% { opacity: 0; transform: translate3d(0, 1rem, 0); }
  76%, 100% { opacity: 1; transform: none; }
}


.problem {
  position: relative;
  z-index: 1;
  margin-top: -2.5rem;
  padding-block: calc(var(--section-y) + 2.5rem) var(--section-y);
  border-radius: 2.5rem 2.5rem 0 0;
  background: var(--bg);
}
.problem__inner { display: grid; gap: clamp(2rem, 5vw, 3.5rem); }

.problem__title {
  font-size: clamp(2rem, 7vw, 4rem);
  color: var(--brand-deep);
}
.problem__text {
  max-width: 52ch;
  margin-top: 1.25rem;
  font-size: clamp(1rem, 1.8vw, 1.1875rem);
  color: var(--ink-soft);
}

.problem__list { display: grid; gap: 1rem; }
.problem__item {
  display: grid;
  gap: .375rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.problem__metric {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--brand-deep);
}
.problem__label { color: var(--ink-soft); }

.problem__solution {
  padding: 1.5rem clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--r-lg);
  background: var(--brand-deep);
  color: var(--on-dark);
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 3.2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
}

.stats {
  padding-block: var(--section-y);
  background: var(--brand-deep);
  color: var(--on-dark);
}
.stats__inner { display: grid; gap: clamp(2rem, 5vw, 4rem); }

.stats__list { display: grid; gap: 0; }
.stat {
  display: grid;
  grid-template-columns: 1fr;
  align-items: baseline;
  gap: .25rem;
  padding-block: 1.125rem;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}
.stat:first-child { padding-top: 0; }
.stat__value {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 7vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.stat__value--text { font-size: clamp(1.5rem, 5vw, 2.25rem); line-height: 1.05; }
.stat__label { font-size: .9375rem; color: var(--on-dark-soft); }

.stats__title { font-size: clamp(1.75rem, 5vw, 3rem); color: var(--on-dark); }
.stats__text { margin-top: 1rem; max-width: 40ch; color: var(--on-dark-soft); }

.marquee {
  overflow: hidden;
  padding-block: 1rem;
  background: var(--accent);
  border-block: 2px solid var(--brand-deep);
}
.marquee__track {
  display: flex;
  width: max-content;
  gap: 2.5rem;
}
.has-js .marquee__track { animation: marquee 38s linear infinite; }
.marquee__track span {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.6vw, 1.375rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--accent-ink);
  white-space: nowrap;
}
.marquee__track span::after { content: "·"; margin-left: 2.5rem; opacity: .45; }
@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.how { padding-block: var(--section-y); }
.how__inner { display: grid; gap: clamp(2rem, 5vw, 4rem); }

.how__media {
  display: grid;
  justify-items: center;
  align-content: center;
  padding: clamp(1.5rem, 5vw, 3rem);
  border-radius: var(--r-xl);
  background: radial-gradient(circle at 50% 20%, #F98505 0%, #E85001 55%, #C4430A 100%);
}
.how__media img {
  width: min(78%, 20rem);
  transition: opacity .15s linear;
  filter: drop-shadow(0 22px 40px rgba(80, 26, 0, .34));
}

.steps { display: grid; gap: 1.75rem; margin-top: 2rem; counter-reset: step; }
.step { position: relative; padding-left: 3.75rem; }
.step__num {
  position: absolute;
  left: 0;
  top: -.125rem;
  display: grid;
  place-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-display);
  font-size: .9375rem;
  font-weight: 800;
}
.step__title { font-size: clamp(1.125rem, 2.4vw, 1.4375rem); }
.step__text { margin-top: .5rem; color: var(--ink-soft); }

.how__media img.is-waiting { opacity: 0; }

.pay {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.pay__label {
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.pay img { height: 2.25rem; width: auto; }

.menu { padding-block: var(--section-y); background: linear-gradient(180deg, #FFF7F0 0%, var(--bg) 100%); }

.bento { display: grid; gap: var(--gap); margin-top: clamp(1.75rem, 4vw, 2.75rem); }

.bento__cell {
  position: relative;
  display: grid;
  align-content: start;
  gap: .625rem;
  padding: clamp(1.5rem, 3.2vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.bento__icon { width: 5.5rem; height: auto; margin-bottom: .25rem; }
.bento__title { font-size: clamp(1.125rem, 2.2vw, 1.375rem); }
.bento__text { color: var(--ink-soft); }
.bento__kicker {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.bento__cell--photo { padding: 0; border: 0; min-height: 16rem; }
.bento__cell--photo img { width: 100%; height: 100%; object-fit: cover; }
.bento__overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: .375rem;
  padding: 5.5rem clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
  background: linear-gradient(180deg, rgba(18, 7, 0, 0) 0%, rgba(18, 7, 0, .48) 28%, rgba(18, 7, 0, .88) 52%, rgba(18, 7, 0, .95) 100%);
  color: var(--on-dark);
}
.bento__overlay .bento__kicker { color: var(--accent); }
.bento__headline {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2.6vw, 1.625rem);
  font-weight: 800;
  line-height: 1.15;
}

.bento__cell--price { background: var(--brand-deep); border-color: transparent; color: var(--on-dark); align-content: space-between; }
.bento__cell--price .bento__kicker { color: var(--accent); }
.bento__price {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  color: var(--on-dark);
}
.bento__price span { font-family: var(--font-text); font-weight: 600; color: var(--accent); }
.bento__note { color: var(--on-dark-soft); max-width: 22ch; }
.bento__banknote {
  width: 11rem;
  margin-top: .75rem;
  transform: rotate(-6deg);
  filter: drop-shadow(0 10px 20px rgba(60, 18, 0, .4));
}

.bento__tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-block: .25rem .5rem; }
.bento__tags li {
  padding: .375rem .875rem;
  border-radius: var(--r-pill);
  background: #FFEFE0;
  color: var(--brand-deep);
  font-size: .875rem;
  font-weight: 600;
}

.benefits { padding-block: var(--section-y); background: var(--brand-deep); }
.benefits__list { display: grid; gap: clamp(2rem, 4vw, 3rem); margin-top: clamp(2rem, 4vw, 3rem); }
.benefit { display: grid; gap: 1.25rem; justify-items: start; }
.benefit__media {
  width: clamp(9rem, 40vw, 13rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid var(--accent);
  overflow: hidden;
  flex-shrink: 0;
}
.benefit__media img { width: 100%; height: 100%; object-fit: cover; }
.benefit__num {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--accent);
}
.benefit__title { margin-top: .5rem; font-size: clamp(1.25rem, 2.6vw, 1.625rem); color: var(--on-dark); }
.benefit__text { margin-top: .625rem; max-width: 42ch; color: var(--on-dark-soft); }

.reqs { padding-block: var(--section-y); }
.reqs__list { display: grid; gap: var(--gap); margin-top: clamp(2rem, 4vw, 3rem); }
.req {
  display: grid;
  align-content: start;
  gap: .5rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.req:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.req__icon { width: 5.25rem; height: auto; margin-bottom: .5rem; }
.req__title { font-size: clamp(1.125rem, 2.2vw, 1.375rem); }
.req__text { color: var(--ink-soft); }

.app {
  position: relative;
  padding-block: var(--section-y);
  background: #171A20;
  overflow: hidden;
  --on-dark-soft: #C6CEDA;
}
.app::before {
  content: "";
  position: absolute;
  right: -12%;
  top: 8%;
  width: min(40rem, 90vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 133, 5, .3) 0%, rgba(249, 133, 5, 0) 66%);
  pointer-events: none;
}
.app > * { position: relative; }
.app__inner { display: grid; gap: clamp(2.5rem, 6vw, 4rem); align-items: center; }
.app__steps { display: grid; gap: 1rem; margin-block: 2rem; }
.app__steps li {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  align-items: start;
  gap: .875rem;
  color: var(--on-dark);
  font-weight: 500;
}
.app__steps span {
  display: grid;
  place-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--font-display);
  font-weight: 800;
}

.app__phone { display: grid; justify-items: center; }
.phone {
  position: relative;
  width: min(17.5rem, 68vw);
  aspect-ratio: 620 / 1348;
  padding: .625rem;
  border-radius: 2.75rem;
  background: #16181C;
  box-shadow: var(--shadow-lg), inset 0 0 0 2px rgba(255, 255, 255, .12);
}
.phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 2.125rem; }
.phone__island {
  position: absolute;
  top: 1.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 1.375rem;
  border-radius: var(--r-pill);
  background: #0C0E11;
}

.contact {
  padding-block: var(--section-y);
  background: linear-gradient(168deg, #A83706 0%, #BE410A 52%, #E85001 100%);
}
.contact__inner { display: grid; gap: clamp(2.5rem, 5vw, 4rem); align-items: start; }
.contact__copy { color: var(--on-dark); }
.contact__title { font-size: clamp(1.875rem, 5.4vw, 3.25rem); }
.contact__text { margin-top: 1.25rem; max-width: 44ch; color: var(--on-dark-soft); }

.person {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-block: 2rem 1.25rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--r-lg);
  background: rgba(50, 16, 2, .34);
}
.person__logo { width: 3.5rem; height: auto; }
.person__name { font-weight: 600; }
.person__phone {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--accent);
}

.card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--r-xl);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}
.form { display: grid; gap: 1.125rem; }
.form__title { font-size: clamp(1.25rem, 3vw, 1.625rem); }

.field { display: grid; gap: .375rem; }
.field label { font-size: .875rem; font-weight: 600; color: var(--ink-soft); }
.field input, .field textarea {
  width: 100%;
  padding: .875rem 1rem;
  border: 2px solid var(--line);
  border-radius: var(--r-md);
  background: #FDFDFE;
  color: var(--ink);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  transition: border-color .2s var(--ease);
}
.field textarea { resize: vertical; min-height: 5.5rem; }
.field input::placeholder, .field textarea::placeholder { color: #98A2B0; }
.field input:focus, .field textarea:focus { border-color: var(--brand-mid); outline: none; }
.field input:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

.field.is-invalid input, .field.is-invalid textarea { border-color: #C22B12; }
.field__error {
  display: none;
  font-size: .8125rem;
  font-weight: 500;
  color: #C22B12;
}
.field.is-invalid .field__error, .field__error.is-shown { display: block; }

.consent {
  display: grid;
  grid-template-columns: 1.625rem 1fr;
  gap: .75rem;
  align-items: center;
  min-height: 2.75rem;
  font-size: .875rem;
  color: var(--ink-soft);
  cursor: pointer;
}
.consent input {
  width: 1.625rem;
  height: 1.625rem;
  margin: 0;
  accent-color: var(--brand-mid);
}

.form__note { font-size: .8125rem; color: var(--ink-soft); text-align: center; }
.form__status { display: none; font-weight: 600; }
.form__status.is-ok { display: block; color: #16794A; }
.form__status.is-error { display: block; color: #C22B12; }

.footer {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
  background: #14161B;
  color: #C9D1DC;
}
.footer__inner { display: grid; gap: 2rem; }
.footer__brand img { width: 8.5rem; height: auto; }
.footer__brand p { margin-top: 1rem; max-width: 34ch; font-size: .9375rem; }
.footer__nav { display: grid; }
.footer__nav a { display: inline-flex; align-items: center; min-height: 2.75rem; }
.footer__nav a:hover { color: var(--accent); }
.footer__contact { display: grid; gap: .75rem; justify-items: start; }
.footer__phone {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 800;
  color: #fff;
}
.footer__wa { display: inline-flex; align-items: center; min-height: 2.75rem; font-weight: 600; color: var(--accent); }
.footer__marks { font-size: .875rem; color: #8B94A2; }
.footer__bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .875rem;
  color: #8B94A2;
}

.mobile-bar {
  position: fixed;
  inset: auto 0 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .625rem;
  padding: .625rem var(--pad) calc(.625rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(10px);
  transform: translateY(110%);
  transition: transform .3s var(--ease);
}
.mobile-bar.is-shown { transform: translateY(0); }
.mobile-bar .btn { min-height: 3rem; padding-inline: 1rem; font-size: .9375rem; }

.reveal { opacity: 0; transform: translateY(1.25rem); }
.has-js .reveal { transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
html:not(.has-js) .reveal { opacity: 1; transform: none; }

body.is-locked { overflow: hidden; }

@media (min-width: 40em) {
  .stat { grid-template-columns: 15rem 1fr; gap: 1rem; }
  .problem__list { grid-template-columns: repeat(3, 1fr); }
  .reqs__list { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento__cell--photo { grid-column: span 2; }
  .footer__inner { grid-template-columns: 1.4fr 1fr 1fr; }
  .mobile-bar { grid-template-columns: auto auto; justify-content: center; }
}

@media (min-width: 64em) {
  :root { --header-h: 5rem; }

  .header__slot { width: 2.13rem; height: 3.9rem; }

  .burger { display: none; }

  .nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0;
    background: none;
    transform: none;
    visibility: visible;
  }
  .nav__list { display: flex; gap: 1.75rem; }
  .nav__list a {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0;
    font-family: var(--font-text);
    font-size: .9375rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .92);
  }
  .header.is-stuck .nav__list a { color: var(--ink); }
  .nav__list a:hover { color: var(--accent); }
  .header.is-stuck .nav__list a:hover { color: var(--brand-deep); }
  .nav__actions { display: flex; align-items: center; gap: 1.25rem; }
  .nav__phone { font-size: 1rem; color: #fff; }
  .header.is-stuck .nav__phone { color: var(--brand-deep); }

  .hero {
    background: linear-gradient(100deg, #A03405 0%, #B23B07 38%, #C4430A 58%, #E85001 82%, #F98505 100%);
  }

  .hero__inner {
    grid-template-rows: none;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
    padding-block: 2rem;
  }
  .hero__machine { align-self: center; justify-items: start; }
  .hero__frames { height: min(calc(100dvh - var(--header-h) - 7rem), 44rem); }
  .hero__pins { display: block; }

  .problem__inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
  .problem__head { grid-column: 1; }
  .problem__list { grid-column: 2; grid-template-columns: 1fr; }
  .problem__solution { grid-column: 1 / -1; }

  .stats__inner { grid-template-columns: 1.1fr .9fr; align-items: center; }
  .stats__aside { padding-left: clamp(1rem, 3vw, 3rem); }

  .how__inner { grid-template-columns: .8fr 1.2fr; align-items: center; }

  .bento { grid-template-columns: repeat(6, 1fr); }
  .bento__cell--photo { grid-column: span 4; grid-row: span 2; min-height: 24rem; }
  .bento__cell--price { grid-column: span 2; grid-row: span 2; }
  .bento__cell:nth-child(3), .bento__cell:nth-child(4) { grid-column: span 3; }
  .bento__cell--list { grid-column: span 3; }
  .bento__cell--wide { grid-column: span 3; }

  .benefit { grid-template-columns: auto 1fr; align-items: center; gap: 2.5rem; }
  .benefit:nth-child(even) { grid-template-columns: 1fr auto; }
  .benefit:nth-child(even) .benefit__media { order: 2; }
  .benefit:nth-child(even) .benefit__body { justify-self: start; }

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

  .app__inner { grid-template-columns: 1.1fr .9fr; }
  .app__phone { justify-items: end; }

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

  .mobile-bar { display: none; }
  .footer__bottom { padding-bottom: 1.25rem; }
  .hero__track { height: 280vh; }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .pin { max-width: 8.5rem; left: calc(100% + 1.25rem); font-size: .75rem; }
  .pin::before { width: 1.25rem; }
  .pin::after { right: calc(100% + 1rem); }
  .nav { gap: 1.25rem; }
  .nav__list { gap: 1.125rem; }
  .nav__list a { font-size: .875rem; }
  .nav__phone { display: none; }
  .nav__actions { gap: .75rem; }
}

@media (max-height: 45em) and (max-width: 63.99em) {
  .hero__frames { height: 34dvh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__track { height: auto; }
  .hero__stage { position: static; min-height: 100dvh; height: auto; }
  .hero__stage::before { transform: none; }
  .hero__stage::after { transform: none; }
  .hero__rail { display: none; }
  .hero__copy,
  .hero__machine,
  .hero__glass,
  .hero__scene,
  .pin { animation: none !important; }
  .hero__copy,
  .hero__machine { opacity: 1; transform: none; }
  .flyer { display: none; }
  .header__slot { display: none; }
  .hero__stack.is-handed-off { visibility: visible; }
  .how__media img.is-waiting { opacity: 1; }
  .problem { margin-top: 0; border-radius: 0; }
  .hero__glass { opacity: 0; }
  .hero__scene { opacity: 0; transform: none; }
  .hero__scene[data-scene="0"] { opacity: 1; }
  .pin { opacity: 0; }
  .pin[data-scene="0"] { opacity: 1; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .has-js .marquee__track { animation: none; transform: none; }
  .reveal { opacity: 1; transform: none; }
  .btn:hover, .req:hover { transform: none; }
}
