:root {
  --blue: #19bfff;
  --blue-deep: #006ab8;
  --pink: #ff46b2;
  --pink-deep: #e22394;
  --yellow: #ffe252;
  --orange: #ff8a2a;
  --mint: #57f4c1;
  --purple: #8f6bff;
  --ink: #15172a;
  --muted: #536076;
  --line: #15172a;
  --paper: #fffdf8;
  --shadow-pop: 7px 7px 0 #15172a;
  --shadow-soft: 0 18px 38px rgba(30, 45, 90, 0.18);
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 70, 178, 0.28) 0 64px, transparent 65px),
    radial-gradient(circle at 92% 18%, rgba(255, 226, 82, 0.42) 0 48px, transparent 49px),
    radial-gradient(circle at 15% 74%, rgba(87, 244, 193, 0.22) 0 70px, transparent 71px),
    repeating-linear-gradient(135deg, rgba(21, 23, 42, 0.035) 0 8px, transparent 8px 18px),
    linear-gradient(180deg, #f7f0ff 0%, #effaff 42%, #fff4c7 100%);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: calc(94px + env(safe-area-inset-bottom));
}

body::before {
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(255, 70, 178, 0.22) 16% 18%, transparent 18% 36%, rgba(25, 191, 255, 0.22) 36% 38%, transparent 38% 58%, rgba(255, 226, 82, 0.28) 58% 60%, transparent 60%),
    radial-gradient(circle, rgba(21, 23, 42, 0.13) 1px, transparent 2px);
  background-size: 100% 100%, 18px 18px;
  content: "";
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

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

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

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

.mobile-header {
  align-items: center;
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 3px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 66px;
  padding: max(9px, env(safe-area-inset-top)) 14px 9px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.header-actions,
.hero-actions,
.sticky-cta,
.hero-stickers {
  align-items: center;
  display: flex;
}

.brand {
  gap: 10px;
  font-size: 15px;
  font-weight: 900;
}

.brand-mark {
  align-items: center;
  background: conic-gradient(from 210deg, var(--blue), var(--mint), var(--yellow), var(--pink), var(--purple), var(--blue));
  border: 3px solid var(--line);
  border-radius: 13px;
  box-shadow: 4px 4px 0 var(--line);
  color: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-shadow: 2px 2px 0 rgba(21, 23, 42, 0.42);
  width: 38px;
}

.header-actions {
  gap: 8px;
}

.icon-link,
.primary-button,
.ghost-button {
  align-items: center;
  border: 3px solid var(--line);
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
}

.icon-link {
  background: #fff;
  box-shadow: 4px 4px 0 var(--line);
  color: var(--blue-deep);
  width: 50px;
}

.primary-button {
  background: linear-gradient(135deg, var(--pink), #ff6a3d 48%, var(--yellow));
  box-shadow: 5px 5px 0 var(--line);
  color: #fff;
  padding: 0 18px;
  text-shadow: 1px 1px 0 rgba(21, 23, 42, 0.35);
}

.ghost-button {
  background: #fff;
  box-shadow: 5px 5px 0 var(--line);
  color: var(--blue-deep);
  padding: 0 14px;
}

.hero-mobile {
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.95) 0 54px, transparent 55px),
    radial-gradient(circle at 94% 20%, rgba(255, 226, 82, 0.95) 0 58px, transparent 59px),
    linear-gradient(116deg, rgba(255, 253, 248, 0.92) 0 56%, transparent 56%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.34) 0 10px, transparent 10px 23px),
    linear-gradient(135deg, #13c8ef 0%, #70f4cf 43%, #ffe252 69%, #ff76bd 100%);
  border-bottom: 4px solid var(--line);
  overflow: hidden;
  padding: 30px 16px 24px;
  position: relative;
}

.hero-mobile::before,
.hero-mobile::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-mobile::before {
  background:
    radial-gradient(circle, rgba(255, 253, 248, 0.9) 0 30%, transparent 31%),
    repeating-conic-gradient(from 10deg, rgba(255, 255, 255, 0.48) 0 10deg, rgba(255, 226, 82, 0.55) 10deg 20deg);
  border: 4px solid var(--line);
  border-radius: 999px;
  height: 158px;
  opacity: 0.75;
  right: -62px;
  top: 58px;
  width: 158px;
}

.hero-mobile::after {
  background:
    linear-gradient(45deg, transparent 0 42%, var(--yellow) 42% 58%, transparent 58%),
    linear-gradient(-45deg, transparent 0 42%, var(--pink) 42% 58%, transparent 58%);
  height: 70px;
  left: -22px;
  top: 168px;
  transform: rotate(-10deg);
  width: 126px;
}

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

.hero-copy h1 {
  background: rgba(255, 253, 248, 0.95);
  border: 4px solid var(--line);
  border-radius: 20px;
  box-shadow: 7px 7px 0 var(--line);
  color: var(--ink);
  display: block;
  font-family: "Rubik Mono One", "Manrope", Arial, sans-serif;
  font-size: clamp(27px, 8.8vw, 40px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: calc(100% - 102px);
  padding: 13px 12px 12px;
  text-shadow: 2px 2px 0 #fff, 4px 4px 0 rgba(25, 191, 255, 0.32);
  transform: rotate(-1deg);
}

.hero-copy h1 span {
  color: var(--pink);
  display: inline;
  text-shadow: 2px 2px 0 #fff, 4px 4px 0 rgba(255, 226, 82, 0.92);
}

.hero-copy p {
  background: rgba(255, 253, 248, 0.82);
  border: 3px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 5px 5px 0 var(--line);
  color: #29354f;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.42;
  margin: 18px 0 0;
  padding: 14px;
}

.hero-machine-graphic {
  filter: drop-shadow(7px 7px 0 var(--line));
  pointer-events: none;
  position: absolute;
  right: 4px;
  top: 68px;
  transform: rotate(5deg);
  width: 116px;
  z-index: 1;
}

.hero-machine-graphic svg {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
}

.hero-machine-graphic * {
  stroke: var(--line);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
}

.machine-cloud {
  fill: #ffe252;
}

.machine-cloud-pop {
  fill: #ff77c8;
}

.machine-body {
  fill: #14c7d5;
}

.machine-side {
  fill: #ff63b7;
}

.machine-screen {
  fill: #fff8fb;
}

.machine-card,
.machine-sign {
  fill: #ffffff;
}

.machine-awning {
  fill: #fffdf8;
}

.machine-stripe,
.machine-stick,
.machine-spark {
  fill: none;
}

.machine-window {
  fill: #1ea7ff;
}

.machine-neon {
  fill: none;
  stroke: #69f5ff;
}

.machine-bowl {
  fill: #ffe252;
}

.machine-candy {
  fill: #ff74c5;
}

.machine-candy-2 {
  fill: #57f4c1;
}

.machine-candy-3 {
  fill: #ffe252;
}

.hero-actions {
  gap: 10px;
  margin-top: 18px;
}

.hero-actions .primary-button,
.hero-actions .ghost-button {
  flex: 1;
  min-width: 0;
}

.hero-stickers {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hero-stickers span,
.cartoon-tag {
  background: var(--yellow);
  border: 3px solid var(--line);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--line);
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 9px 11px;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.hero-stickers span:nth-child(2) {
  background: var(--mint);
  transform: rotate(2deg);
}

.hero-stickers span:nth-child(3) {
  background: #fff;
  color: var(--pink-deep);
  transform: rotate(-1deg);
}

.hero-photo {
  border: 4px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-pop);
  margin-top: 18px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hero-photo::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 54%, rgba(255, 253, 248, 0.96) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-photo img {
  height: 292px;
  object-fit: cover;
  object-position: 58% center;
  width: 100%;
}

.stat-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}

.stat-row article,
.mobile-section,
.quick-nav {
  background: rgba(255, 253, 248, 0.94);
  border: 4px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-pop);
}

.stat-row article {
  padding: 16px 18px;
  position: relative;
}

.stat-row article::after {
  background: var(--yellow);
  border: 3px solid var(--line);
  border-radius: 50%;
  content: "";
  height: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 22px;
}

.stat-row strong {
  color: var(--pink-deep);
  display: block;
  font-family: "Rubik Mono One", "Manrope", Arial, sans-serif;
  font-size: clamp(23px, 8vw, 32px);
  font-weight: 400;
  line-height: 1;
  padding-right: 32px;
}

.stat-row article:not(:first-child) strong {
  color: var(--blue-deep);
}

.stat-row span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-top: 8px;
}

.quick-nav {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 14px 0;
  padding: 8px;
}

.quick-nav a {
  align-items: center;
  background: linear-gradient(135deg, #fff, #dff8ff);
  border: 2px solid var(--line);
  border-radius: 11px;
  color: #26304a;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
}

.mobile-section {
  margin: 18px 14px 0;
  overflow: hidden;
  padding: 22px;
  position: relative;
  scroll-margin-top: 86px;
}

.mobile-section::before {
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--yellow), var(--mint), var(--blue), var(--purple));
  border-bottom: 3px solid var(--line);
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

h2 {
  font-family: "Rubik Mono One", "Manrope", Arial, sans-serif;
  font-size: clamp(24px, 8.4vw, 34px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  text-shadow: 2px 2px 0 rgba(255, 226, 82, 0.72);
}

.section-title p,
.mobile-section > p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  margin: 12px 0 0;
}

.cartoon-tag {
  background: var(--mint);
  margin: 0 0 14px;
  transform: rotate(-1.5deg);
}

.benefit-strip,
.reason-list,
.finance-list,
.support-list,
.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.benefit-strip article,
.reason-list article,
.finance-list div,
.support-list article {
  background: linear-gradient(135deg, #fff 0%, #fff7cf 54%, #e1fbff 100%);
  border: 3px solid var(--line);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--line);
  padding: 16px;
}

.benefit-strip span {
  align-items: center;
  background: var(--pink);
  border: 3px solid var(--line);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 10px;
  min-width: 42px;
}

.benefit-strip strong,
.reason-list strong,
.finance-list strong,
.support-list strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.reason-list article {
  min-height: 92px;
  padding-left: 72px;
  position: relative;
}

.reason-list article::before {
  align-items: center;
  background: var(--yellow);
  border: 3px solid var(--line);
  border-radius: 15px;
  box-shadow: 3px 3px 0 var(--line);
  color: var(--pink-deep);
  content: attr(data-icon);
  display: flex;
  font-family: "Rubik Mono One", "Manrope", Arial, sans-serif;
  font-size: 22px;
  height: 42px;
  justify-content: center;
  left: 16px;
  position: absolute;
  top: 18px;
  transform: rotate(-7deg);
  width: 42px;
}

.reason-list span,
.support-list span {
  color: var(--muted);
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  margin-top: 6px;
}

.mobile-video {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 226, 82, 0.78) 0 42px, transparent 43px),
    radial-gradient(circle at 8% 78%, rgba(255, 70, 178, 0.18) 0 60px, transparent 61px),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), #e8fbff);
  margin-top: 18px;
}

.machine-proof {
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 70, 178, 0.18) 0 48px, transparent 49px),
    linear-gradient(180deg, #fff, #f1fbff);
}

.main-video {
  aspect-ratio: 9 / 16;
  background: #0e1727;
  border: 4px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-pop);
  margin-top: 18px;
  object-fit: cover;
  width: 100%;
}

.mini-videos {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.mini-videos video {
  aspect-ratio: 9 / 16;
  background: #0e1727;
  border: 3px solid var(--line);
  border-radius: 18px;
  box-shadow: 4px 4px 0 var(--line);
  object-fit: cover;
  width: 100%;
}

.finance-mobile {
  background:
    linear-gradient(90deg, rgba(255, 226, 82, 0.48) 0 12px, transparent 12px 24px),
    linear-gradient(180deg, #fff, #f3edff);
}

.profit-card {
  background: conic-gradient(from 210deg, var(--pink), var(--orange), var(--yellow), var(--mint), var(--blue), var(--purple), var(--pink));
  border: 4px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-pop);
  color: #fff;
  margin-top: 18px;
  padding: 22px;
  position: relative;
  text-shadow: 2px 2px 0 rgba(21, 23, 42, 0.35);
}

.profit-card::after {
  align-items: center;
  background: #fff;
  border: 3px solid var(--line);
  border-radius: 50%;
  color: var(--pink-deep);
  content: "WOW";
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: -18px;
  transform: rotate(12deg);
  width: 54px;
}

.profit-card span,
.finance-list span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.profit-card strong {
  display: block;
  font-family: "Rubik Mono One", "Manrope", Arial, sans-serif;
  font-size: clamp(25px, 8vw, 35px);
  font-weight: 400;
  line-height: 1.08;
  margin-top: 10px;
  padding-right: 42px;
}

.profit-card p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  margin: 12px 0 0;
}

.finance-list strong {
  color: var(--blue-deep);
  font-size: 22px;
  margin-top: 8px;
}

.photo-mobile {
  background:
    radial-gradient(circle at 85% 10%, rgba(87, 244, 193, 0.45) 0 42px, transparent 43px),
    linear-gradient(180deg, #fff, #fff1fa);
}

.photo-rail {
  display: grid;
  gap: 14px;
  grid-auto-columns: 78%;
  grid-auto-flow: column;
  margin: 18px -22px 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 22px 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.photo-rail::-webkit-scrollbar {
  display: none;
}

.photo-rail img {
  aspect-ratio: 3 / 4;
  border: 4px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-pop);
  height: auto;
  object-fit: cover;
  scroll-snap-align: center;
  width: 100%;
}

.support-mobile {
  background: linear-gradient(180deg, #fff, #edfff8);
}

.faq-mobile {
  background: linear-gradient(180deg, #fff, #f2f6ff);
}

.faq-item {
  background: #fff;
  border: 3px solid var(--line);
  border-radius: 16px;
  box-shadow: 4px 4px 0 var(--line);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  font-family: inherit;
  padding: 18px;
  text-align: left;
}

.faq-item span {
  font-size: 16px;
  font-weight: 900;
}

.faq-item strong {
  color: var(--muted);
  display: grid;
  font-size: 0;
  font-weight: 800;
  line-height: 1.55;
  opacity: 0;
  transition: font-size 180ms ease, opacity 180ms ease, padding-top 180ms ease;
}

.faq-item[aria-expanded="true"] strong {
  font-size: 15px;
  opacity: 1;
  padding-top: 10px;
}

.lead-mobile {
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.28) 0 46px, transparent 47px),
    conic-gradient(from 210deg, var(--blue), var(--purple), var(--pink), var(--orange), var(--yellow), var(--mint), var(--blue));
  color: #fff;
  margin-bottom: 18px;
  text-shadow: 2px 2px 0 rgba(21, 23, 42, 0.26);
}

.lead-mobile h2 {
  text-shadow: 2px 2px 0 var(--line);
}

.lead-mobile p {
  color: rgba(255, 255, 255, 0.94);
}

.lead-form {
  background: #fff;
  border: 4px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-pop);
  color: var(--ink);
  display: grid;
  gap: 14px;
  margin-top: 20px;
  padding: 18px;
  text-shadow: none;
}

.lead-form label {
  color: #34445f;
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
}

.lead-form input {
  border: 3px solid var(--line);
  border-radius: 15px;
  color: var(--ink);
  font: 900 16px/1 "Manrope", Arial, sans-serif;
  min-height: 54px;
  outline: 0;
  padding: 0 14px;
}

.lead-form input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 5px rgba(255, 226, 82, 0.44);
}

.lead-form .primary-button {
  border: 3px solid var(--line);
  width: 100%;
}

.form-status {
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  min-height: 18px;
}

.sticky-cta {
  background: rgba(255, 253, 248, 0.93);
  backdrop-filter: blur(18px);
  border-top: 4px solid var(--line);
  bottom: 0;
  gap: 10px;
  left: 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 30;
}

.sticky-cta .primary-button {
  flex: 1;
}

@media (max-width: 374px) {
  .hero-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-copy h1 {
    font-size: 28px;
    max-width: calc(100% - 82px);
  }

  .hero-machine-graphic {
    right: -2px;
    top: 74px;
    width: 98px;
  }

  .hero-actions {
    display: grid;
  }

  .mobile-section,
  .quick-nav {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mobile-section {
    padding: 19px;
  }

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

@media (min-width: 520px) {
  body {
    background:
      linear-gradient(90deg, #e9f8ff 0 calc((100vw - 430px) / 2), transparent calc((100vw - 430px) / 2) calc((100vw + 430px) / 2), #ffe7f5 calc((100vw + 430px) / 2)),
      linear-gradient(180deg, #f7f0ff, #effaff 42%, #fff4c7);
  }

  .mobile-header,
  main,
  .sticky-cta {
    margin: 0 auto;
    max-width: 430px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .brand-mark,
  .profit-card::after,
  .hero-stickers span {
    animation: bob 4s ease-in-out infinite;
  }

  .hero-stickers span:nth-child(2),
  .profit-card::after {
    animation-delay: 650ms;
  }
}

@keyframes bob {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -4px;
  }
}
