/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .overline {
    text-decoration-line: overline;
  }
}
:root {
  --ink: #f7f8fb;
  --muted: #949aa8;
  --panel: #14171c;
  --line: #ffffff17;
  --green: #30ee8a;
  --cyan: #20d8c5;
  --orange: #ff7448;
  --bg: #090b0e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-geist), Arial, sans-serif;
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  background: #090b0edb;
  justify-content: space-between;
  align-items: center;
  height: 78px;
  padding: 0 5vw;
  display: flex;
  position: sticky;
  top: 0;
}
.brand {
  white-space: nowrap;
  align-items: center;
  display: inline-flex;
}
.brand-logo {
  flex: none;
  align-items: center;
  width: 170px;
  height: 70px;
  display: flex;
}
.brand-logo img {
  mix-blend-mode: screen;
  width: 70%!important;
  height: auto;
  display: block;
}
.footer-logo .brand-logo {
  width: 250px;
  height: 110px;
}
.nav {
  align-items: center;
  gap: 2vw;
  margin-left: auto;
  margin-right: 2.5vw;
  display: flex;
}
.nav a {
  color: #aeb3bd;
  font-size: 13px;
  transition: all 0.2s;
}
.nav a:hover {
  color: var(--green);
}
.header-actions {
  align-items: center;
  gap: 8px;
  display: flex;
}
.icon-button,
.menu-button {
  border: 1px solid var(--line);
  color: #fff;
  background: #13161a;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.cart-button {
  border: 1px solid var(--line);
  color: #fff;
  background: #171a1f;
  border-radius: 11px;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 13px;
  font-size: 13px;
  display: flex;
  position: relative;
}
.cart-count {
  background: var(--green);
  color: #07130c;
  border-radius: 10px;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 900;
  display: grid;
}
.menu-button {
  display: none;
}
.hero {
  background:
    radial-gradient(circle at 60% 45%, #1c6f5224, #0000 38%),
    linear-gradient(#0b0d11, #090b0e);
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  min-height: 610px;
  padding: 85px 8vw 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(#ffffff05 1px, #0000 1px),
    linear-gradient(90deg, #ffffff05 1px, #0000 1px);
  background-size: 54px 54px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000);
  mask-image: linear-gradient(#000, #0000);
}
.hero-copy {
  z-index: 2;
  max-width: 690px;
  position: relative;
}
.eyebrow,
.overline {
  color: var(--green);
  letter-spacing: 0.19em;
  font-size: 11px;
  font-weight: 800;
}
.eyebrow {
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  display: flex;
}
.eyebrow span {
  background: var(--green);
  width: 28px;
  height: 1px;
}
.hero h1 {
  letter-spacing: -0.065em;
  max-width: 780px;
  margin: 0 0 25px;
  font-size: clamp(48px, 5.8vw, 84px);
  line-height: 0.98;
}
.hero h1 em,
.cta-section em {
  color: var(--green);
  font-style: normal;
}
.hero-copy > p {
  color: #aeb3bd;
  max-width: 580px;
  margin: 0 0 34px;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions {
  gap: 12px;
  margin-bottom: 36px;
  display: flex;
}
.button {
  border: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 50px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 800;
  transition: all 0.22s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--green);
  color: #06130b;
  box-shadow: 0 10px 34px #30ee8a2e;
}
.button.secondary {
  color: #fff;
  border: 1px solid var(--line);
  background: #171a1f;
}
.trust-row {
  color: #808692;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 12px;
  display: flex;
}
.trust-row span:first-letter {
  color: var(--green);
}
.hero-visual {
  z-index: 2;
  place-items: center;
  min-height: 430px;
  display: grid;
  position: relative;
}
.visual-orbit {
  border: 1px solid #30ee8a2b;
  border-radius: 50%;
  place-items: center;
  width: 340px;
  height: 340px;
  display: grid;
  position: relative;
  box-shadow: inset 0 0 70px #30ee8a09;
}
.visual-orbit:before {
  content: "";
  border: 1px dashed #ffffff1f;
  border-radius: 50%;
  width: 235px;
  height: 235px;
  position: absolute;
}
.play-core {
  background: linear-gradient(145deg, #1b2024, #0d1013);
  border-radius: 43px;
  place-items: center;
  width: 145px;
  height: 145px;
  display: grid;
  transform: rotate(-8deg);
  box-shadow:
    0 30px 70px #000,
    inset 0 0 0 1px #ffffff17;
}
.play-core span {
  background: var(--green);
  color: #07130c;
  border-radius: 50%;
  place-items: center;
  width: 64px;
  height: 64px;
  padding-left: 4px;
  font-size: 23px;
  display: grid;
  transform: rotate(8deg);
  box-shadow: 0 0 35px #30ee8a59;
}
.orbit-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #1c1f25e0;
  border: 1px solid #ffffff1c;
  border-radius: 19px;
  place-items: center;
  width: 67px;
  height: 67px;
  font-weight: 900;
  display: grid;
  position: absolute;
  box-shadow: 0 16px 35px #00000059;
}
.orbit-a {
  color: #ff3d45;
  font-size: 30px;
  top: 5px;
  left: 44px;
  transform: rotate(-8deg);
}
.orbit-b {
  color: var(--green);
  font-size: 27px;
  top: 95px;
  right: -8px;
  transform: rotate(7deg);
}
.orbit-c {
  color: #72b6ff;
  bottom: 0;
  right: 44px;
  transform: rotate(-4deg);
}
.orbit-d {
  color: #ae73ff;
  font-size: 13px;
  bottom: 55px;
  left: -17px;
  transform: rotate(7deg);
}
.price-chip {
  border: 1px solid var(--line);
  background: #171a1f;
  border-radius: 15px;
  padding: 13px 19px;
  display: grid;
  position: absolute;
  bottom: 12%;
  right: 6%;
  box-shadow: 0 18px 45px #000;
}
.price-chip small {
  color: #898f9a;
  font-size: 10px;
}
.price-chip strong {
  color: var(--green);
  margin: 3px 0;
  font-size: 25px;
  line-height: 1;
}
.price-chip span {
  color: #717782;
  font-size: 9px;
}
.hero-glow {
  filter: blur(100px);
  opacity: 0.15;
  border-radius: 50%;
  position: absolute;
}
.glow-one {
  background: var(--green);
  width: 300px;
  height: 300px;
  top: 20%;
  right: 16%;
}
.glow-two {
  background: #2a6fff;
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 2%;
}
.stats-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d0f12;
  grid-template-columns: repeat(4, 1fr);
  min-height: 96px;
  padding: 0 8vw;
  display: grid;
}
.stats-strip div {
  border-right: 1px solid var(--line);
  justify-content: center;
  align-items: center;
  gap: 15px;
  display: flex;
}
.stats-strip div:last-child {
  border: 0;
}
.stats-strip strong {
  color: var(--green);
  font-size: 20px;
}
.stats-strip span {
  color: #8d939e;
  font-size: 12px;
}
.catalog-section {
  max-width: 1600px;
  margin: auto;
  padding: 105px 7vw;
}
.section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 43px;
  display: flex;
}
.section-heading h2,
.confidence h2,
.cta-section h2 {
  letter-spacing: -0.045em;
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}
.section-heading > p {
  color: var(--muted);
  max-width: 350px;
  font-size: 13px;
  line-height: 1.7;
}
.catalog-tools {
  grid-template-columns: 1fr 190px;
  gap: 12px;
  margin-bottom: 17px;
  display: grid;
}
.search-box {
  border: 1px solid var(--line);
  background: #111419;
  border-radius: 12px;
  align-items: center;
  gap: 13px;
  height: 58px;
  padding: 0 18px;
  transition: all 0.2s;
  display: flex;
}
.search-box:focus-within {
  border-color: #30ee8a8c;
  box-shadow: 0 0 0 3px #30ee8a12;
}
.search-box > span {
  color: var(--green);
  font-size: 23px;
}
.search-box input {
  color: #fff;
  background: 0 0;
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
}
.search-box input::placeholder {
  color: #656b76;
}
.search-box button {
  color: #7e8490;
  background: 0 0;
  border: 0;
  font-size: 22px;
}
.catalog-tools select {
  color: #c7cbd2;
  border: 1px solid var(--line);
  background: #111419;
  border-radius: 12px;
  outline: none;
  padding: 0 16px;
}
.category-tabs {
  scrollbar-width: none;
  gap: 8px;
  padding: 2px 0 20px;
  display: flex;
  overflow-x: auto;
}
.category-tabs button {
  border: 1px solid var(--line);
  color: #888f9a;
  background: #101317;
  border-radius: 9px;
  flex: none;
  padding: 9px 15px;
  font-size: 11px;
  transition: all 0.2s;
}
.category-tabs button.active,
.category-tabs button:hover {
  color: var(--green);
  background: #30ee8a1c;
  border-color: #30ee8a45;
}
.result-meta {
  color: #666d78;
  justify-content: space-between;
  margin: 5px 0 25px;
  font-size: 11px;
  display: flex;
}
.result-meta b {
  color: #bec3cc;
}
.result-meta button {
  color: var(--green);
  background: 0 0;
  border: 0;
  font-size: 11px;
}
.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}
.product-card {
  border: 1px solid var(--line);
  background: #12151a;
  border-radius: 16px;
  min-width: 0;
  transition: all 0.25s;
  overflow: hidden;
}
.product-card:hover {
  border-color: #30ee8a40;
  transform: translateY(-6px);
  box-shadow: 0 25px 50px #00000047;
}
.product-image {
  background: linear-gradient(145deg, #1a1e24, #0d0f12);
  height: 180px;
  position: relative;
  overflow: hidden;
}
.product-image:after {
  content: "";
  background: linear-gradient(#0000, #080a0c8c);
  height: 55%;
  position: absolute;
  inset: auto 0 0;
}
.product-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.product-card:hover .product-image img {
  transform: scale(1.04);
}
.badge {
  z-index: 2;
  background: var(--orange);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  top: 12px;
  left: 12px;
}
.availability {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #c0c5cd;
  background: #050809ba;
  border: 1px solid #ffffff1c;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 9px;
  position: absolute;
  bottom: 10px;
  right: 11px;
}
.availability i {
  background: var(--green);
  width: 5px;
  height: 5px;
  box-shadow: 0 0 8px var(--green);
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}
.product-body {
  padding: 18px;
}
.product-category {
  color: var(--green);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}
.product-body h3 {
  min-height: 38px;
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.25;
}
.product-body p {
  color: #7f8590;
  min-height: 51px;
  margin: 0 0 16px;
  font-size: 11px;
  line-height: 1.55;
}
.price-row {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: end;
  margin-bottom: 14px;
  padding-top: 13px;
  display: flex;
}
.price-row div {
  align-items: baseline;
  gap: 7px;
  display: flex;
}
.price-row strong {
  letter-spacing: -0.03em;
  font-size: 22px;
}
.price-row del {
  color: #5e636d;
  font-size: 10px;
}
.price-row > span {
  color: #676d77;
  font-size: 8px;
}
.product-actions {
  grid-template-columns: 1fr 1.2fr;
  gap: 7px;
  display: grid;
}
.product-actions button {
  border-radius: 8px;
  min-height: 38px;
  font-size: 10px;
  font-weight: 800;
  transition: all 0.2s;
}
.product-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.add-button {
  color: #d8dbe0;
  border: 1px solid var(--line);
  background: #1b1f25;
}
.add-button span {
  color: var(--green);
  font-size: 14px;
}
.buy-button {
  background: var(--green);
  color: #07130c;
  border: 0;
}
.product-actions button:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.load-more {
  border: 1px solid var(--line);
  color: #fff;
  background: #15191e;
  margin: 35px auto 0;
  display: flex;
}
.empty-results {
  text-align: center;
  border: 1px dashed var(--line);
  color: var(--muted);
  border-radius: 16px;
  padding: 70px 20px;
}
.empty-results > span {
  color: var(--green);
  font-size: 42px;
}
.empty-results h3 {
  color: #fff;
}
.how-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d1013;
  padding: 105px 7vw;
}
.section-heading.centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.section-heading.centered > p {
  max-width: none;
  margin-top: 14px;
}
.steps {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1250px;
  margin: 55px auto 0;
  display: grid;
}
.step {
  text-align: center;
  padding: 0 35px;
  position: relative;
}
.step:not(:last-child):after {
  content: "";
  border-top: 1px dashed #38413d;
  width: 24%;
  position: absolute;
  top: 42px;
  right: -12%;
}
.step-number {
  color: #353b42;
  letter-spacing: 0.15em;
  font-size: 10px;
  font-weight: 900;
}
.step-icon {
  border: 1px solid var(--line);
  width: 74px;
  height: 74px;
  color: var(--green);
  background: #171b20;
  border-radius: 20px;
  place-items: center;
  margin: 12px auto 19px;
  font-size: 23px;
  display: grid;
  box-shadow: inset 0 0 30px #30ee8a08;
}
.step h3 {
  margin: 0 0 9px;
  font-size: 14px;
}
.step p {
  color: #7f8590;
  font-size: 11px;
  line-height: 1.65;
}
.confidence {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 8vw;
  padding: 115px 8vw;
  display: grid;
}
.confidence-copy > p {
  color: var(--muted);
  max-width: 540px;
  margin: 24px 0 30px;
  font-size: 14px;
  line-height: 1.8;
}
.benefit-grid {
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  display: grid;
}
.benefit {
  border: 1px solid var(--line);
  background: #111419;
  border-radius: 14px;
  align-items: flex-start;
  gap: 15px;
  min-height: 155px;
  padding: 24px;
  display: flex;
}
.benefit > span {
  width: 38px;
  height: 38px;
  color: var(--green);
  background: #30ee8a1a;
  border-radius: 10px;
  flex: none;
  place-items: center;
  display: grid;
}
.benefit h3 {
  margin: 2px 0 9px;
  font-size: 13px;
}
.benefit p {
  color: #7f8590;
  margin: 0;
  font-size: 10px;
  line-height: 1.65;
}
.faq-section {
  border-top: 1px solid var(--line);
  background: #0d1013;
  padding: 105px 7vw;
}
.faq-list {
  max-width: 860px;
  margin: 45px auto 0;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  font-size: 14px;
  list-style: none;
  display: flex;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: var(--green);
  font-size: 20px;
  transition: all 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  color: #8f959f;
  margin: -5px 35px 23px 0;
  font-size: 12px;
  line-height: 1.8;
}
.cta-section {
  color: #07140c;
  background: linear-gradient(120deg, #1ad57d, #25e9a5);
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  gap: 10vw;
  min-height: 300px;
  padding: 75px 8vw;
  display: grid;
  position: relative;
  overflow: hidden;
}
.cta-section:after {
  content: "Q";
  color: #0000000b;
  font-size: 450px;
  font-weight: 950;
  position: absolute;
  top: -80%;
  right: 8%;
}
.cta-section .overline {
  color: #0c5837;
}
.cta-section p {
  max-width: 430px;
  font-size: 14px;
  line-height: 1.7;
}
.button.light {
  color: #fff;
  z-index: 2;
  background: #09110d;
  margin-top: 13px;
  position: relative;
}
footer {
  padding: 75px 8vw 25px;
}
.footer-main {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 70px;
  padding-bottom: 60px;
  display: grid;
}
.footer-brand > p {
  color: #767d87;
  max-width: 320px;
  margin: 20px 0;
  font-size: 12px;
  line-height: 1.7;
}
.whatsapp-link {
  color: var(--green);
  font-size: 11px;
}
.footer-main h4 {
  color: #dfe2e6;
  margin: 0 0 18px;
  font-size: 11px;
}
.footer-main > div:not(:first-child) a {
  color: #777e88;
  margin: 0 0 13px;
  font-size: 11px;
  display: block;
}
.footer-main > div:not(:first-child) a:hover {
  color: var(--green);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  color: #555c66;
  justify-content: space-between;
  padding-top: 24px;
  font-size: 9px;
  display: flex;
}
.floating-whatsapp {
  z-index: 45;
  filter: drop-shadow(0 12px 24px #00000059);
  align-items: center;
  gap: 10px;
  display: flex;
  position: fixed;
  bottom: 22px;
  right: 22px;
}
.wa-label {
  border: 1px solid var(--line);
  background: #171b20;
  border-radius: 9px;
  padding: 8px 12px;
  display: grid;
}
.wa-label small {
  color: #858b95;
  font-size: 8px;
}
.wa-label strong {
  font-size: 10px;
}
.wa-icon {
  color: #fff;
  background: #23d366;
  border: 4px solid #0e1114;
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  font-size: 24px;
  display: grid;
}
.drawer-backdrop {
  z-index: 70;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #000000ad;
  position: fixed;
  inset: 0;
}
.cart-drawer {
  z-index: 71;
  border-left: 1px solid var(--line);
  background: #0e1115;
  flex-direction: column;
  width: min(440px, 100vw);
  height: 100dvh;
  transition: transform 0.28s;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(105%);
}
.cart-drawer.open {
  transform: translate(0);
}
.drawer-header {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  min-height: 93px;
  padding: 23px 24px 18px;
  display: flex;
}
.drawer-header h2 {
  margin: 4px 0 0;
  font-size: 25px;
}
.drawer-header h2 small {
  vertical-align: middle;
  background: var(--green);
  color: #07130c;
  border-radius: 8px;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 10px;
  display: inline-grid;
}
.drawer-header button {
  color: #fff;
  background: #191d22;
  border: 0;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  font-size: 22px;
}
.drawer-content {
  flex: 1;
  padding: 10px 23px;
  overflow-y: auto;
}
.cart-item {
  border-bottom: 1px solid var(--line);
  gap: 12px;
  padding: 15px 0;
  display: flex;
  position: relative;
}
.cart-item img {
  object-fit: cover;
  background: #1b1e23;
  border-radius: 10px;
  width: 70px;
  height: 70px;
}
.cart-item-info {
  flex: 1;
}
.cart-item h3 {
  margin: 2px 25px 5px 0;
  font-size: 11px;
  line-height: 1.35;
}
.cart-item strong {
  color: var(--green);
  font-size: 13px;
}
.quantity {
  border: 1px solid var(--line);
  border-radius: 7px;
  align-items: center;
  width: fit-content;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}
.quantity button {
  color: #fff;
  background: #191d22;
  border: 0;
  width: 27px;
  height: 25px;
}
.quantity span {
  text-align: center;
  width: 30px;
  font-size: 10px;
}
.remove {
  color: #5d636e;
  background: 0 0;
  border: 0;
  font-size: 17px;
  position: absolute;
  top: 14px;
  right: 0;
}
.drawer-footer {
  border-top: 1px solid var(--line);
  background: #111419;
  padding: 20px 23px 25px;
}
.clear-cart {
  color: #777e88;
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 10px;
  text-decoration: underline;
}
.subtotal {
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  display: flex;
}
.subtotal span {
  color: #9da2ac;
  font-size: 12px;
}
.subtotal strong {
  font-size: 25px;
}
.checkout-button {
  color: #07130c;
  background: #23d366;
  border: 0;
  border-radius: 10px;
  width: 100%;
  min-height: 52px;
  font-size: 12px;
  font-weight: 900;
}
.checkout-button span {
  margin-right: 7px;
  font-size: 17px;
}
.drawer-footer > p {
  text-align: center;
  color: #616873;
  font-size: 9px;
}
.empty-cart {
  text-align: center;
  color: #7e8590;
  margin: 100px 20px;
}
.empty-cart > span {
  font-size: 45px;
}
.empty-cart h3 {
  color: #fff;
}
.empty-cart p {
  margin-bottom: 25px;
  font-size: 12px;
}
@media (width<=1100px) {
  .nav {
    gap: 14px;
  }
  .nav a:nth-child(3),
  .nav a:nth-child(5) {
    display: none;
  }
  .hero {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width<=800px) {
  .site-header {
    height: 66px;
    padding: 0 18px;
  }
  .brand-logo {
    width: 145px;
    height: 56px;
  }
  .footer-logo .brand-logo {
    width: 225px;
    height: 100px;
  }
  .menu-button {
    display: block;
  }
  .search-shortcut,
  .cart-label {
    display: none;
  }
  .nav {
    border: 1px solid var(--line);
    background: #12151a;
    border-radius: 13px;
    margin: 0;
    padding: 14px;
    display: none;
    position: absolute;
    top: 70px;
    left: 14px;
    right: 14px;
    box-shadow: 0 25px 55px #000;
  }
  .nav.open {
    display: grid;
  }
  .nav a,
  .nav a:nth-child(3),
  .nav a:nth-child(5) {
    padding: 11px;
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 70px 20px 55px;
  }
  .hero h1 {
    font-size: clamp(45px, 14vw, 67px);
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .hero-visual {
    min-height: 365px;
  }
  .visual-orbit {
    width: 270px;
    height: 270px;
  }
  .visual-orbit:before {
    width: 190px;
    height: 190px;
  }
  .play-core {
    width: 120px;
    height: 120px;
  }
  .orbit-card {
    width: 57px;
    height: 57px;
  }
  .price-chip {
    right: 3%;
  }
  .trust-row {
    gap: 10px 16px;
  }
  .stats-strip {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .stats-strip div {
    min-height: 74px;
  }
  .stats-strip div:nth-child(2) {
    border-right: 0;
  }
  .stats-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .catalog-section,
  .how-section,
  .confidence,
  .faq-section {
    padding: 75px 18px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .catalog-tools {
    grid-template-columns: 1fr;
  }
  .catalog-tools select {
    height: 48px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .product-image {
    height: 145px;
  }
  .product-body {
    padding: 13px;
  }
  .product-body h3 {
    font-size: 12px;
  }
  .product-body p {
    min-height: 45px;
    font-size: 9px;
  }
  .price-row strong {
    font-size: 18px;
  }
  .product-actions {
    grid-template-columns: 1fr;
  }
  .product-actions button {
    min-height: 41px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    row-gap: 45px;
  }
  .step {
    padding: 0 15px;
  }
  .step:after {
    display: none;
  }
  .confidence {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .cta-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 65px 20px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .wa-label {
    display: none;
  }
  .floating-whatsapp {
    bottom: 14px;
    right: 14px;
  }
}
@media (width<=430px) {
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-image {
    height: 205px;
  }
  .product-body h3 {
    font-size: 15px;
  }
  .product-body p {
    font-size: 11px;
  }
  .product-actions {
    grid-template-columns: 1fr 1.2fr;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .step {
    max-width: 290px;
    margin: auto;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
