@font-face {
  font-family: "Dedik Sans";
  src: url("/dedik-static/assets/geologica-cyrillic-var.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Dedik Sans";
  src: url("/dedik-static/assets/geologica-latin-var.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Dedik Accent";
  src: url("/dedik-static/assets/bona-nova-italic-cyrillic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

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

:root {
  color-scheme: light;
  --cream: #fff7e8;
  --cream-deep: #f2e7d4;
  --white: #fffdf8;
  --ink: #17133c;
  --ink-soft: #4c476c;
  --purple: #4938f2;
  --purple-deep: #3025bf;
  --lavender: #c9c4ff;
  --lavender-light: #e5e2ff;
  --orange: #ff6b48;
  --apricot: #ffbd76;
  --lime: #d9ff57;
  --lime-soft: #e5ff8b;
  --mint: #90ecba;
  --line: rgba(23, 19, 60, 0.18);
  --frame: 1360px;
  --sans: "Dedik Sans", Arial, sans-serif;
  --display: "Dedik Sans", Arial, sans-serif;
  --serif: "Dedik Accent", Georgia, "Times New Roman", serif;
  --shadow: 0 26px 80px rgba(32, 25, 105, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--cream);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-variation-settings: "SHRP" 12;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Geologica stays quiet in reading text and becomes sharper in display/UI roles. */
h3,
button,
.button,
.brand-pill,
.main-nav a,
.eyebrow,
.section-label,
.art-sticker,
.card-top,
.steps-list h3,
.price-card-head,
.popular-label,
.price-name,
.price-value,
.answer-list summary,
.mobile-action {
  font-variation-settings: "SHRP" 70;
}

.brand-dot,
.brand-word,
.art-brand,
.hero h1,
.section-heading h2,
.final-card h2,
.ticker span {
  font-family: var(--display);
  font-variation-settings: "SHRP" 95;
}

body.menu-open {
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 108px;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

h1,
h2,
h3,
p,
figure,
blockquote,
ol,
ul {
  margin-top: 0;
}

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

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

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

.frame {
  width: min(var(--frame), calc(100% - 64px));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  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: 11px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-180%);
}

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

.top-note {
  position: relative;
  z-index: 102;
  color: var(--cream);
  background: var(--ink);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.top-note .frame {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
}

.top-note p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.top-note p:first-child span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(217, 255, 87, 0.14);
}

.top-note p:last-child {
  color: rgba(255, 247, 232, 0.6);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 247, 232, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--purple);
  content: "";
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}

.header-inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  justify-self: start;
}

.brand-dot {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 12px;
  color: var(--cream);
  background: var(--purple);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  transform: rotate(-5deg);
  transition: transform 220ms cubic-bezier(.2, .8, .2, 1);
}

.brand:hover .brand-dot {
  transform: rotate(4deg) scale(1.04);
}

.brand-word {
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.brand-pill {
  padding: 4px 8px 5px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 46px);
}

.main-nav a {
  position: relative;
  padding: 9px 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 630;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--purple);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  font-weight: 760;
  line-height: 1.15;
  transition: transform 220ms cubic-bezier(.2, .8, .2, 1), box-shadow 220ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-small {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 15px;
  font-size: 13px;
}

.header-action {
  justify-self: end;
  color: var(--cream);
  background: var(--purple);
  box-shadow: 0 7px 0 rgba(48, 37, 191, 0.18);
}

.header-action span {
  font-size: 17px;
}

.header-action:hover,
.header-action:focus-visible {
  box-shadow: 0 10px 24px rgba(73, 56, 242, 0.24);
}

.menu-trigger {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 6.8vw, 102px) 0 clamp(74px, 7vw, 112px);
  background:
    radial-gradient(circle at 4% 15%, rgba(255, 189, 118, 0.38) 0 7%, transparent 24%),
    radial-gradient(circle at 92% 80%, rgba(201, 196, 255, 0.45) 0 9%, transparent 27%),
    var(--cream);
}

.hero::before {
  position: absolute;
  top: 84px;
  left: -66px;
  width: 180px;
  height: 180px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  content: "";
  opacity: 0.5;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(490px, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5.2vw, 88px);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow,
.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 690;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.eyebrow span,
.section-label span {
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--purple);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.hero h1,
.section-heading h2,
.final-card h2 {
  margin-bottom: 0;
  font-weight: 830;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(66px, 6.65vw, 104px);
}

.hero h1 em,
.section-heading h2 em {
  color: var(--purple);
  font-family: var(--serif);
  font-variation-settings: normal;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 em {
  display: inline-block;
  padding-right: 0.08em;
  font-size: 1.08em;
  font-style: italic;
  transform: rotate(-2deg);
}

.hero-intro {
  max-width: 640px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 36px;
}

.button-large {
  min-height: 70px;
  padding: 0 25px 0 28px;
  border-radius: 21px;
  font-size: 16px;
}

.button-primary {
  color: var(--ink);
  background: var(--orange);
  box-shadow: 0 8px 0 var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 12px 26px rgba(255, 107, 72, 0.28), 0 5px 0 var(--ink);
}

.button-primary b {
  font-weight: 860;
}

.button-primary > span {
  white-space: nowrap;
}

.button-primary small {
  font-size: 0.72em;
  font-weight: 680;
  opacity: 0.72;
}

.button-primary i,
.button-dark i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  font-size: 20px;
  font-style: normal;
  transition: transform 200ms ease;
}

.button:hover i {
  transform: translateX(3px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 0 7px;
  border-bottom: 2px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  color: var(--purple);
  font-size: 18px;
  transition: transform 180ms ease;
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 31px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-proof i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.hero-art {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.art-stage {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 56px 56px 120px 56px;
  background: var(--ink);
  box-shadow: 19px 19px 0 var(--lavender), var(--shadow);
  transform: rotate(1.25deg);
}

.art-stage::before {
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 41px 41px 102px 41px;
  content: "";
  pointer-events: none;
}

.art-stage img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 125%;
  max-width: none;
  height: 108%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(var(--art-scale, 1));
  transition: transform 600ms cubic-bezier(.2, .8, .2, 1);
}

.art-stage:hover img {
  transform: translate(-50%, -50%) scale(1.025);
}

.art-brand {
  position: absolute;
  top: 30%;
  left: 49%;
  z-index: 3;
  color: var(--cream);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  text-shadow: 0 2px 7px rgba(23, 19, 60, 0.6);
  transform: rotate(-5deg);
  pointer-events: none;
}

.orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 247, 232, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  inset: 90px -60px;
  transform: rotate(23deg);
}

.orbit-two {
  inset: -170px 180px;
}

.art-sticker {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.sticker-five {
  top: 29px;
  right: 26px;
  padding: 11px 16px 12px;
  border-radius: 17px;
  background: var(--lime);
  transform: rotate(3deg);
}

.sticker-five strong {
  font-family: var(--serif);
  font-variation-settings: normal;
  font-size: 37px;
  font-style: italic;
  line-height: 0.8;
}

.art-sticker span {
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.sticker-ready {
  bottom: 31px;
  left: 27px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--apricot);
  transform: rotate(-3deg);
}

.sticker-ready i,
.live-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(217, 255, 87, 0.23);
}

.art-caption {
  position: absolute;
  right: 33px;
  bottom: 28px;
  z-index: 4;
  margin: 0;
  color: rgba(255, 247, 232, 0.72);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.art-caption span {
  margin-right: 8px;
  color: var(--orange);
}

.hero-doodle {
  position: absolute;
  z-index: 0;
  font-family: var(--sans);
  font-variation-settings: "SHRP" 70;
  line-height: 1;
}

.hero-doodle-one {
  top: 70px;
  right: 2.4%;
  color: var(--orange);
  font-size: 51px;
  transform: rotate(14deg);
}

.hero-doodle-two {
  right: 48%;
  bottom: 39px;
  color: var(--purple);
  font-size: 33px;
  transform: rotate(-19deg);
}

.ticker {
  position: relative;
  z-index: 4;
  overflow: hidden;
  color: var(--cream);
  background: var(--purple);
  border-block: 2px solid var(--ink);
  clip-path: polygon(0 6px, 100% 0, 100% calc(100% - 6px), 0 100%);
}

.ticker-track {
  display: flex;
  width: max-content;
  min-height: 68px;
  animation: ticker-move 32s linear infinite;
  will-change: transform;
}

.ticker-group {
  display: flex;
  min-width: 100vw;
  flex: none;
  align-items: center;
  justify-content: space-around;
  gap: 28px;
  padding-inline: 14px;
}

.ticker-group > span,
.ticker-group > i {
  flex: none;
}

.ticker span {
  font-size: 16px;
  font-weight: 820;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.ticker i {
  color: var(--lime);
  font-family: var(--sans);
  font-variation-settings: "SHRP" 70;
  font-size: 23px;
  font-style: normal;
}

@keyframes ticker-move {
  to { transform: translate3d(-50%, 0, 0); }
}

.inside-section,
.steps-section,
.price-section,
.answers-section,
.final-section {
  position: relative;
  padding: clamp(96px, 10vw, 154px) 0;
}

.inside-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 10%, rgba(255, 189, 118, 0.32), transparent 25%),
    var(--cream);
}

.section-heading h2 {
  font-size: clamp(54px, 6.4vw, 94px);
}

.section-heading > p:last-child {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.inside-heading {
  display: grid;
  grid-template-columns: 0.64fr 1.6fr 0.64fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 72px;
}

.inside-heading .section-label {
  align-self: start;
}

.feature-collage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 30px;
  box-shadow: 8px 8px 0 var(--ink);
}

.feature-card h3 {
  margin-bottom: 12px;
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 790;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.feature-card > p {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.card-top i {
  font-family: var(--sans);
  font-variation-settings: "SHRP" 70;
  font-size: 25px;
  font-style: normal;
  line-height: 1;
}

.feature-devices {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 570px;
  color: var(--cream);
  background: var(--purple);
}

.feature-devices > p {
  color: rgba(255, 247, 232, 0.72);
}

.device-scene {
  position: relative;
  height: 290px;
  margin-bottom: 22px;
}

.device-scene::before,
.device-scene::after {
  position: absolute;
  border: 1px solid rgba(255, 247, 232, 0.24);
  border-radius: 50%;
  content: "";
}

.device-scene::before {
  inset: 30px 18%;
}

.device-scene::after {
  inset: 75px 30%;
}

.device-scene > b {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 38% 62% 52% 48% / 47% 39% 61% 53%;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 7px 7px 0 var(--ink);
  font-family: var(--serif);
  font-variation-settings: normal;
  font-size: 65px;
  font-style: italic;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.device {
  position: absolute;
  z-index: 3;
  display: block;
  border: 2px solid var(--ink);
  background: var(--cream);
  box-shadow: 5px 5px 0 var(--ink);
}

.device::after {
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  background: var(--orange);
  content: "";
}

.device-phone {
  top: 17px;
  left: 10%;
  width: 47px;
  height: 83px;
  border-radius: 12px;
  transform: rotate(-10deg);
}

.device-tablet {
  right: 7%;
  bottom: 18px;
  width: 70px;
  height: 92px;
  border-radius: 12px;
  transform: rotate(8deg);
}

.device-laptop {
  top: 14px;
  right: 11%;
  width: 111px;
  height: 70px;
  border-radius: 9px;
  transform: rotate(6deg);
}

.device-laptop::before {
  position: absolute;
  right: -9px;
  bottom: -13px;
  left: -9px;
  height: 11px;
  border: 2px solid var(--ink);
  border-radius: 2px 2px 8px 8px;
  background: var(--cream);
  content: "";
}

.device-screen {
  bottom: 17px;
  left: 7%;
  width: 112px;
  height: 72px;
  border-radius: 9px;
  transform: rotate(5deg);
}

.device-screen::before {
  position: absolute;
  bottom: -23px;
  left: 43px;
  width: 23px;
  height: 22px;
  border: 2px solid var(--ink);
  border-top: 0;
  background: var(--cream);
  content: "";
}

.device-tv {
  right: 4%;
  top: 112px;
  width: 105px;
  height: 67px;
  border-radius: 10px;
  transform: rotate(-5deg);
}

.feature-speed {
  grid-column: span 5;
  min-height: 275px;
  background: var(--apricot);
}

.speed-number {
  display: flex;
  align-items: flex-end;
  gap: 17px;
  margin: 9px 0 27px;
}

.speed-number strong {
  font-family: var(--serif);
  font-variation-settings: normal;
  font-size: clamp(70px, 8vw, 118px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.7;
}

.speed-number span {
  padding-bottom: 2px;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.feature-speed h3 {
  max-width: 550px;
  font-size: clamp(24px, 2.1vw, 34px);
}

.feature-setup {
  grid-column: span 5;
  min-height: 275px;
  background: var(--lavender);
}

.setup-route {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  margin: 10px 0 31px;
}

.setup-route span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.setup-route b {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 4px 4px 0 var(--ink);
  font-family: var(--sans);
  font-variation-settings: "SHRP" 75;
  font-size: 24px;
  font-style: normal;
}

.setup-route i {
  height: 2px;
  margin: 0 9px 17px;
  background: var(--ink);
}

.feature-setup h3 {
  font-size: clamp(24px, 2.1vw, 34px);
}

.feature-human {
  display: grid;
  grid-column: span 12;
  grid-template-columns: 150px 1.4fr 0.7fr;
  align-items: center;
  gap: 38px;
  min-height: 230px;
  background: var(--lime-soft);
}

.feature-human .card-top {
  align-self: stretch;
  margin: 0;
  padding-right: 29px;
  border-right: 1px solid rgba(23, 19, 60, 0.32);
}

.feature-human blockquote {
  margin-bottom: 0;
  font-family: var(--serif);
  font-variation-settings: normal;
  font-size: clamp(29px, 3.4vw, 48px);
  font-style: italic;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.support-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.support-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--cream);
  background: var(--purple);
  font-weight: 850;
}

.support-line p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.support-line strong {
  font-size: 13px;
}

.support-line small {
  color: var(--ink-soft);
  font-size: 10px;
}

.support-email {
  width: fit-content;
  margin-top: 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.support-email:hover {
  color: var(--purple);
}

.support-line > i {
  width: 10px;
  height: 10px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--mint);
}

.steps-section {
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.steps-section::before {
  position: absolute;
  top: -210px;
  right: -170px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 247, 232, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 247, 232, 0.025), 0 0 0 150px rgba(255, 247, 232, 0.02);
  content: "";
}

.steps-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.65fr 1.25fr 0.55fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 72px;
}

.steps-heading .section-label,
.price-heading .section-label {
  color: rgba(255, 247, 232, 0.67);
}

.steps-heading .section-label span,
.price-heading .section-label span {
  color: var(--ink);
  background: var(--lime);
}

.steps-heading h2 em {
  color: var(--orange);
}

.steps-heading > p:last-child {
  color: rgba(255, 247, 232, 0.58);
}

.steps-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  position: relative;
  min-height: 430px;
  padding: 27px;
  border: 2px solid var(--cream);
  border-radius: 30px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 8px 8px 0 var(--orange);
}

.steps-list li:nth-child(2) {
  background: var(--lavender);
  transform: translateY(28px) rotate(1deg);
}

.steps-list li:nth-child(3) {
  background: var(--apricot);
  transform: rotate(-1deg);
}

.step-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-family: var(--sans);
  font-variation-settings: "SHRP" 75;
  font-size: 19px;
  font-style: normal;
}

.step-icon {
  position: relative;
  display: flex;
  height: 190px;
  align-items: center;
  justify-content: center;
  margin: 10px 0 1px;
}

.step-period {
  flex-direction: column;
  gap: 4px;
}

.step-icon > i {
  position: absolute;
  width: 145px;
  height: 145px;
  border: 2px solid var(--ink);
  border-radius: 43% 57% 63% 37% / 56% 41% 59% 44%;
  background: var(--purple);
  transform: rotate(12deg);
}

.step-icon b,
.step-icon small {
  position: relative;
  z-index: 1;
}

.step-icon b {
  color: var(--cream);
  font-family: var(--serif);
  font-variation-settings: normal;
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.step-period small {
  margin: 0;
  color: var(--cream);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.step-mail > i {
  border-radius: 50%;
  background: var(--orange);
  transform: rotate(-4deg);
}

.step-mail b {
  font-family: var(--sans);
  font-variation-settings: "SHRP" 75;
  font-style: normal;
  font-weight: 820;
}

.step-go > i {
  background: var(--lime);
  transform: rotate(-13deg);
}

.step-go b {
  color: var(--ink);
  font-family: var(--sans);
  font-variation-settings: "SHRP" 75;
  font-style: normal;
  font-weight: 500;
}

.steps-list h3 {
  margin: 0 0 11px;
  font-size: 26px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.steps-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.price-section {
  overflow: hidden;
  color: var(--cream);
  background: var(--purple);
}

.price-section::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 247, 232, 0.17) 1.2px, transparent 1.2px);
  background-size: 24px 24px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 48%);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 48%);
}

.price-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 0.78fr;
  align-items: center;
  gap: clamp(70px, 11vw, 180px);
}

.price-heading h2 em {
  color: var(--lime);
}

.price-heading > p:last-child {
  max-width: 530px;
  margin: 31px 0 0;
  color: rgba(255, 247, 232, 0.7);
  font-size: 17px;
}

.price-card {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 38px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 13px 13px 0 var(--ink), var(--shadow);
  transform: rotate(1deg);
}

.price-carousel-viewport {
  overflow: hidden;
  border-radius: 36px;
}

.price-carousel-track {
  display: flex;
  width: 200%;
  align-items: stretch;
  transform: translate3d(0, 0, 0);
  transition: transform 520ms cubic-bezier(0.72, 0, 0.18, 1);
  will-change: transform;
}

.price-carousel[data-active-period="365"] .price-carousel-track {
  transform: translate3d(-50%, 0, 0);
}

.price-slide {
  position: relative;
  width: 50%;
  min-width: 0;
  flex: 0 0 50%;
  padding: 29px;
  background:
    radial-gradient(circle at 94% 21%, rgba(255, 107, 72, 0.12), transparent 24%),
    var(--cream);
}

.price-slide[data-price-slide="365"] {
  background:
    radial-gradient(circle at 94% 21%, rgba(217, 255, 87, 0.28), transparent 25%),
    var(--cream);
}

.price-slide[aria-hidden="true"] {
  pointer-events: none;
}

.price-card::before {
  position: absolute;
  top: -14px;
  left: 49px;
  width: 96px;
  height: 28px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background:
    radial-gradient(circle at 17px 50%, var(--ink) 0 3px, transparent 3.5px),
    radial-gradient(circle at calc(100% - 17px) 50%, var(--ink) 0 3px, transparent 3.5px),
    var(--orange);
  box-shadow: 4px 4px 0 var(--ink);
  content: "";
  transform: rotate(-3deg);
}

.price-card-head,
.price-card-head > div,
.price-value {
  display: flex;
  align-items: center;
}

.price-card-head {
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.price-card-head > div {
  gap: 10px;
}

.price-card-head small,
.popular-label {
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.popular-label {
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--purple);
}

.popular-label-year {
  border: 1px solid var(--ink);
  color: var(--ink);
  background: var(--lime);
}

.price-name {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin: 28px 0 15px;
}

.price-name p {
  margin: 0;
  font-size: 31px;
  font-weight: 850;
  letter-spacing: -0.05em;
}

.price-name span {
  color: var(--ink-soft);
  font-family: var(--sans);
  font-variation-settings: "SHRP" 70;
  font-size: 17px;
  font-style: normal;
  font-weight: 560;
}

.price-value {
  align-items: baseline;
  gap: 12px;
}

.price-summary {
  min-height: 130px;
  padding-right: 113px;
}

.price-value strong {
  font-size: clamp(64px, 5.8vw, 88px);
  font-weight: 830;
  letter-spacing: -0.075em;
  line-height: 1;
}

.price-slide[data-price-slide="365"] .price-value strong {
  font-size: clamp(57px, 5.15vw, 78px);
}

.price-value span {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 650;
  text-transform: uppercase;
}

.price-discount {
  margin: 10px 0 26px;
  color: var(--ink-soft);
  font-size: 11px;
}

.price-card ul {
  display: grid;
  gap: 0;
  margin: 0 0 25px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-card li {
  display: grid;
  min-height: 55px;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 620;
}

.price-card li span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 12px;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 2px 2px 0 var(--ink);
  transform: rotate(-3deg);
}

.price-card li:nth-child(3n + 2) .price-check {
  background: var(--orange);
  transform: rotate(3deg);
}

.price-card li:nth-child(3n) .price-check {
  background: var(--lavender);
  transform: rotate(-1deg);
}

.price-check svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.price-carousel-next {
  position: absolute;
  z-index: 3;
  top: 161px;
  right: 27px;
  display: grid;
  width: 88px;
  height: 88px;
  padding: 0;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 27px;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 6px 6px 0 var(--ink);
  cursor: pointer;
  transform: rotate(-2deg);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.price-carousel-next > span {
  position: absolute;
  top: -13px;
  right: -8px;
  min-width: 52px;
  padding: 5px 8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--cream);
  background: var(--purple);
  box-shadow: 2px 2px 0 var(--ink);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-carousel-next svg {
  width: 49px;
  height: 49px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.1;
}

.price-carousel-next:hover {
  background: var(--orange);
  box-shadow: 3px 3px 0 var(--ink);
  transform: translateX(4px) rotate(2deg);
}

.price-carousel-next:active {
  box-shadow: 1px 1px 0 var(--ink);
  transform: translate(6px, 3px) rotate(2deg);
}

.price-carousel-next:focus-visible {
  outline: 4px solid var(--cream);
  outline-offset: 5px;
}

.price-carousel.is-moving .price-carousel-next svg {
  animation: price-arrow-pulse 520ms cubic-bezier(0.72, 0, 0.18, 1);
}

@keyframes price-arrow-pulse {
  0%,
  100% {
    transform: translateX(0);
  }

  48% {
    opacity: 0;
    transform: translateX(20px);
  }

  49% {
    transform: translateX(-20px);
  }
}

.button-dark {
  color: var(--cream);
  background: var(--ink);
  box-shadow: 0 8px 0 var(--orange);
}

.button-dark i {
  color: var(--ink);
  background: var(--lime);
}

.button-wide {
  width: 100%;
  min-height: 67px;
  padding: 0 18px 0 23px;
  border-radius: 19px;
  font-size: 15px;
}

.price-spark {
  position: absolute;
  z-index: 1;
  font-family: var(--sans);
  font-variation-settings: "SHRP" 70;
  line-height: 1;
}

.spark-a {
  top: 11%;
  left: 4%;
  color: var(--orange);
  font-size: 54px;
  transform: rotate(17deg);
}

.spark-b {
  right: 3%;
  bottom: 9%;
  color: var(--lime);
  font-size: 41px;
  transform: rotate(-12deg);
}

.answers-section {
  background: var(--cream);
}

.answers-grid {
  display: grid;
  grid-template-columns: 0.62fr 1.18fr;
  align-items: start;
  gap: clamp(70px, 10vw, 160px);
}

.answers-heading {
  position: sticky;
  top: 116px;
}

.answers-heading > p:last-of-type {
  max-width: 370px;
  margin: 28px 0 24px;
}

.answers-heading .text-link span {
  transform: none;
}

.answer-list {
  border-top: 2px solid var(--ink);
}

.answer-list details {
  border-bottom: 2px solid var(--ink);
}

.answer-list summary {
  display: grid;
  min-height: 96px;
  grid-template-columns: 41px 1fr 34px;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}

.answer-list summary::-webkit-details-marker {
  display: none;
}

.answer-list summary > span {
  color: var(--purple);
  font-family: var(--sans);
  font-variation-settings: "SHRP" 75;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}

.answer-list summary b {
  font-size: 18px;
  font-weight: 690;
  letter-spacing: -0.02em;
}

.answer-list summary i {
  position: relative;
  width: 33px;
  height: 33px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  transition: background-color 180ms ease, transform 180ms ease;
}

.answer-list summary i::before,
.answer-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
}

.answer-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.answer-list details[open] summary i {
  background: var(--lime);
  transform: rotate(8deg);
}

.answer-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.answer-list details > p {
  max-width: 690px;
  margin: -3px 50px 30px 59px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.final-section {
  padding-top: 0;
  background: var(--cream);
}

.final-card {
  position: relative;
  display: grid;
  min-height: 430px;
  grid-template-columns: 1.2fr 0.7fr;
  align-items: center;
  gap: 80px;
  overflow: hidden;
  padding: clamp(50px, 6vw, 84px);
  border: 2px solid var(--ink);
  border-radius: 48px;
  color: var(--cream);
  background: var(--ink);
  box-shadow: 11px 11px 0 var(--orange);
}

.final-card::before {
  position: absolute;
  top: -120px;
  right: -110px;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(201, 196, 255, 0.26);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 62px rgba(73, 56, 242, 0.13), 0 0 0 124px rgba(73, 56, 242, 0.07);
  content: "";
}

.final-card > div {
  position: relative;
  z-index: 1;
}

.final-card .section-label {
  color: rgba(255, 247, 232, 0.65);
}

.final-card .section-label span {
  color: var(--ink);
  background: var(--lime);
}

.final-card h2 {
  font-size: clamp(63px, 7.2vw, 108px);
}

.final-action {
  align-self: end;
}

.final-action > p {
  margin-bottom: 27px;
  color: rgba(255, 247, 232, 0.66);
  font-size: 15px;
  line-height: 1.6;
}

.final-action .button {
  width: 100%;
}

.final-star {
  position: absolute;
  right: 27%;
  top: 42px;
  z-index: 1;
  color: var(--orange);
  font-family: var(--sans);
  font-variation-settings: "SHRP" 70;
  font-size: 48px;
  transform: rotate(12deg);
}

.site-footer {
  padding: 82px 0 28px;
  color: var(--cream);
  background: var(--purple);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 70px;
}

.site-footer .brand-dot {
  color: var(--ink);
  background: var(--lime);
}

.site-footer .brand-pill {
  border-color: rgba(255, 247, 232, 0.65);
}

.footer-brand > p {
  max-width: 330px;
  margin: 28px 0 0;
  color: rgba(255, 247, 232, 0.67);
  font-size: 14px;
}

.footer-grid nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-grid small,
.footer-contact small {
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid nav a,
.footer-contact a {
  color: rgba(255, 247, 232, 0.73);
  font-size: 12px;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-grid nav a:hover,
.footer-contact a:hover {
  color: var(--cream);
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 247, 232, 0.2);
  color: rgba(255, 247, 232, 0.5);
  font-size: 9px;
}

.footer-bottom p {
  margin: 0;
}

.mobile-action {
  position: fixed;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 10px;
  z-index: 90;
  display: none;
  min-height: 62px;
  grid-template-columns: 0.62fr 1fr;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 19px;
  background: var(--cream);
  box-shadow: 0 8px 26px rgba(23, 19, 60, 0.22);
  transform: translateY(calc(100% + 34px));
  transition: transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.mobile-action.is-visible {
  transform: translateY(0);
}

.mobile-action > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 14px;
}

.mobile-action small {
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 720;
  text-transform: uppercase;
}

.mobile-action strong {
  font-size: 16px;
  line-height: 1.2;
}

.mobile-action a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: var(--ink);
  background: var(--orange);
  font-size: 13px;
  font-weight: 780;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
  }

  .main-nav {
    display: flex;
    gap: 18px;
  }

  .hero-grid {
    grid-template-columns: minmax(425px, 0.95fr) minmax(425px, 1.05fr);
    gap: 28px;
  }

  .hero h1 {
    font-size: clamp(59px, 6.2vw, 72px);
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
  }

  .art-stage {
    min-height: 485px;
    border-radius: 45px 45px 96px 45px;
  }

  .inside-heading,
  .steps-heading {
    grid-template-columns: 0.5fr 1.35fr 0.5fr;
    gap: 32px;
  }

  .feature-human {
    grid-template-columns: 120px 1.25fr 0.75fr;
  }

  .price-grid {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  .frame {
    width: min(100% - 40px, 760px);
  }

  .header-inner {
    min-height: 70px;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
  }

  .menu-trigger {
    position: relative;
    z-index: 103;
    display: flex;
    height: 43px;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid var(--ink);
    border-radius: 14px;
    background: transparent;
    font-size: 11px;
    font-weight: 720;
  }

  .menu-trigger i,
  .menu-trigger i::before,
  .menu-trigger i::after {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transition: transform 180ms ease;
  }

  .menu-trigger i::before {
    transform: translateY(-5px);
  }

  .menu-trigger i::after {
    transform: translateY(3px);
  }

  .menu-trigger[aria-expanded="true"] i {
    background: transparent;
  }

  .menu-trigger[aria-expanded="true"] {
    color: var(--cream);
    border-color: var(--cream);
  }

  .menu-trigger[aria-expanded="true"] i::before {
    transform: translateY(0) rotate(45deg);
  }

  .menu-trigger[aria-expanded="true"] i::after {
    transform: translateY(-2px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 110px 34px 55px;
    color: var(--cream);
    background: var(--purple);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 200ms ease, transform 240ms ease;
  }

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

  .main-nav a {
    color: var(--cream);
    font-size: clamp(31px, 7vw, 52px);
    font-weight: 760;
    letter-spacing: -0.05em;
  }

  .main-nav a::after {
    background: var(--lime);
  }

  .header-action {
    display: none;
  }

  .hero {
    padding-top: 55px;
  }

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

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    max-width: 720px;
    font-size: clamp(69px, 12vw, 102px);
  }

  .hero-intro {
    max-width: 650px;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
    gap: 25px;
    margin-top: 36px;
  }

  .hero-art {
    width: min(100%, 700px);
    margin-inline: auto;
  }

  .art-stage {
    min-height: 590px;
  }

  .inside-heading,
  .steps-heading {
    display: block;
    margin-bottom: 55px;
  }

  .steps-heading h2 {
    margin-bottom: 25px;
  }

  .steps-heading > p:last-child {
    max-width: 540px;
  }

  .feature-devices,
  .feature-speed,
  .feature-setup {
    grid-column: span 12;
  }

  .feature-devices {
    min-height: 545px;
  }

  .feature-speed,
  .feature-setup {
    min-height: 300px;
  }

  .feature-human {
    grid-template-columns: 100px 1fr;
  }

  .feature-human .support-line {
    grid-column: 2;
  }

  .steps-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .steps-list li,
  .steps-list li:nth-child(2),
  .steps-list li:nth-child(3) {
    display: grid;
    min-height: 250px;
    grid-template-columns: 48px 165px 1fr;
    grid-template-rows: auto 1fr;
    align-items: center;
    gap: 0 18px;
    transform: none;
  }

  .steps-list .step-number {
    grid-row: 1 / 3;
    align-self: start;
  }

  .step-icon {
    height: 180px;
    grid-row: 1 / 3;
  }

  .step-icon > i {
    width: 135px;
    height: 135px;
  }

  .steps-list h3 {
    align-self: end;
  }

  .steps-list p {
    align-self: start;
  }

  .price-grid {
    grid-template-columns: 1fr;
    gap: 75px;
  }

  .price-heading {
    max-width: 710px;
  }

  .price-card {
    width: min(100%, 600px);
    justify-self: center;
  }

  .answers-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .answers-heading {
    position: static;
  }

  .final-card {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .final-action {
    width: min(100%, 500px);
  }

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

  .footer-contact {
    grid-column: 2 / 4;
  }
}

@media (max-width: 640px) {
  .frame {
    width: calc(100% - 28px);
  }

  .top-note .frame {
    min-height: 32px;
  }

  .top-note {
    font-size: 9px;
  }

  .top-note p:last-child {
    display: none;
  }

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

  .brand-dot {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 18px;
  }

  .brand-word {
    font-size: 22px;
  }

  .brand-pill {
    display: none;
  }

  .menu-trigger {
    height: 40px;
  }

  .hero {
    padding: 39px 0 73px;
  }

  .hero::before {
    display: none;
  }

  .eyebrow,
  .section-label {
    gap: 8px;
    margin-bottom: 20px;
    font-size: 9px;
  }

  .eyebrow span,
  .section-label span {
    padding: 6px 9px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: clamp(49px, 13.4vw, 58px);
    line-height: 0.95;
  }

  .hero-intro {
    margin-top: 23px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
    margin-top: 29px;
  }

  .button-large {
    min-height: 64px;
    padding-inline: 20px 14px;
    border-radius: 18px;
    font-size: 14px;
  }

  .button-primary i,
  .button-dark i {
    width: 34px;
    height: 34px;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-proof {
    display: none;
  }

  .hero-grid {
    gap: 29px;
  }

  .art-stage {
    min-height: 385px;
    border-radius: 32px 32px 70px 32px;
    box-shadow: 9px 9px 0 var(--lavender);
    transform: rotate(0.7deg);
  }

  .art-stage::before {
    inset: 10px;
    border-radius: 24px 24px 59px 24px;
  }

  .art-stage img {
    width: 138%;
    height: 111%;
  }

  .sticker-five {
    top: 17px;
    right: 15px;
    padding: 8px 10px;
    border-width: 1.5px;
    border-radius: 12px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .sticker-five strong {
    font-size: 29px;
  }

  .art-sticker span {
    font-size: 7px;
  }

  .sticker-ready {
    bottom: 17px;
    left: 14px;
    padding: 9px 11px;
    border-width: 1.5px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .art-caption {
    display: none;
  }

  .hero-doodle {
    display: none;
  }

  .ticker-track {
    min-height: 58px;
  }

  .ticker-group {
    gap: 22px;
    padding-inline: 11px;
  }

  .ticker span {
    font-size: 13px;
  }

  .inside-section,
  .steps-section,
  .price-section,
  .answers-section,
  .final-section {
    padding: 86px 0;
  }

  .section-heading h2 {
    font-size: clamp(45px, 13.5vw, 62px);
    line-height: 0.97;
  }

  .section-heading > p:last-child {
    font-size: 14px;
  }

  .feature-collage {
    gap: 15px;
  }

  .feature-card {
    padding: 21px;
    border-radius: 23px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .feature-devices {
    min-height: 480px;
  }

  .device-scene {
    height: 245px;
  }

  .device-scene > b {
    width: 86px;
    height: 86px;
    font-size: 51px;
  }

  .device-phone {
    left: 5%;
  }

  .device-laptop {
    right: 3%;
    width: 91px;
    height: 60px;
  }

  .device-screen {
    left: 2%;
    width: 92px;
    height: 61px;
  }

  .device-tv {
    right: 0;
    width: 86px;
    height: 58px;
  }

  .device-tablet {
    right: 4%;
    width: 57px;
    height: 77px;
  }

  .feature-speed,
  .feature-setup {
    min-height: 310px;
  }

  .speed-number strong {
    font-size: 78px;
  }

  .feature-human {
    display: block;
    min-height: 330px;
  }

  .feature-human .card-top {
    margin-bottom: 35px;
    padding: 0;
    border: 0;
  }

  .feature-human blockquote {
    margin-bottom: 39px;
    font-size: 31px;
  }

  .steps-list li,
  .steps-list li:nth-child(2),
  .steps-list li:nth-child(3) {
    display: block;
    min-height: 385px;
    padding: 22px;
    border-radius: 24px;
    box-shadow: 5px 5px 0 var(--orange);
  }

  .step-icon {
    height: 190px;
    margin-top: 0;
  }

  .price-grid {
    gap: 65px;
  }

  .price-heading > p:last-child {
    margin-top: 25px;
    font-size: 14px;
  }

  .price-card {
    padding: 0;
    border-radius: 27px;
    box-shadow: 7px 7px 0 var(--ink);
    transform: none;
  }

  .price-carousel-viewport {
    border-radius: 25px;
  }

  .price-slide {
    padding: 20px;
  }

  .price-card::before {
    top: -13px;
    left: 38px;
    width: 82px;
    height: 26px;
  }

  .price-name {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .price-carousel .price-name {
    align-items: baseline;
    flex-direction: row;
    gap: 10px;
  }

  .price-carousel .price-name span {
    font-size: 14px;
    text-align: right;
  }

  .price-value {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .price-value strong {
    font-size: clamp(58px, 18vw, 72px);
  }

  .price-summary {
    min-height: 119px;
    padding-right: 86px;
  }

  .price-slide[data-price-slide="365"] .price-value strong {
    font-size: clamp(48px, 14.8vw, 59px);
  }

  .price-carousel-next {
    top: 158px;
    right: 17px;
    width: 70px;
    height: 70px;
    border-radius: 22px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .price-carousel-next svg {
    width: 41px;
    height: 41px;
  }

  .price-carousel-next > span {
    top: -11px;
    right: -5px;
    min-width: 47px;
    padding: 4px 7px;
    font-size: 8px;
  }

  .answer-list summary {
    min-height: 83px;
    grid-template-columns: 29px 1fr 31px;
    gap: 10px;
  }

  .answer-list summary b {
    font-size: 15px;
  }

  .answer-list summary i {
    width: 29px;
    height: 29px;
  }

  .answer-list details > p {
    margin: 0 36px 24px 39px;
    font-size: 13px;
  }

  .final-section {
    padding-top: 0;
  }

  .final-card {
    min-height: 510px;
    gap: 45px;
    padding: 32px 24px;
    border-radius: 29px;
    box-shadow: 7px 7px 0 var(--orange);
  }

  .final-card::before {
    top: -130px;
    right: -180px;
  }

  .final-card h2 {
    font-size: clamp(56px, 17vw, 73px);
  }

  .final-star {
    right: 18px;
    top: 28px;
  }

  .site-footer {
    padding: 70px 0 100px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 47px 24px;
  }

  .footer-brand {
    grid-column: 1 / 3;
  }

  .footer-contact {
    grid-column: 1 / 3;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .mobile-action {
    display: grid;
  }
}

@media (max-width: 350px) {
  .frame {
    width: calc(100% - 22px);
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-intro {
    font-size: 14px;
  }

  .button-large {
    gap: 12px;
    padding-inline: 16px 12px;
    font-size: 13px;
  }

  .art-stage {
    min-height: 330px;
  }

  .feature-card {
    padding: 18px;
  }

  .setup-route b {
    width: 41px;
    height: 41px;
  }

  .price-card {
    padding: 0;
  }

  .price-slide {
    padding: 17px;
  }

  .price-summary {
    padding-right: 78px;
  }

  .price-carousel-next {
    right: 13px;
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .price-carousel-next svg {
    width: 37px;
    height: 37px;
  }

  .price-card li {
    font-size: 12px;
  }

  .mobile-action {
    grid-template-columns: 0.58fr 1fr;
  }
}

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

  .ticker-track {
    animation: none !important;
    width: 100%;
    transform: none !important;
    will-change: auto;
  }

  .ticker-group {
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 13px;
  }

  .ticker-group + .ticker-group {
    display: none;
  }

  .ticker-group > i {
    display: none;
  }
}
