:root {
  color-scheme: light;
  --text: #111113;
  --muted: #6c717a;
  --line: rgba(17, 17, 19, 0.12);
  --surface: #f5f5f7;
  --white: #fff;
  --dark: #050507;
  --blue: #0071e3;
  --blue-dark: #005bbb;
  --steel: #d8dde5;
  --champagne: #f3dfb7;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #040405;
  color: var(--text);
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 10, 14, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.nav {
  width: min(1180px, calc(100% - 36px));
  height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
}

.brand,
.nav-links,
.hero-actions,
.feature-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 8px;
  font-weight: 760;
  color: #fff;
}

.brand-mark {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f5f7fb;
  box-shadow: 0 0 26px rgba(144, 200, 255, 0.42);
  color: #0a1020;
  font-size: 14px;
}

.nav-links {
  gap: clamp(14px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.74);
}

.nav-links a,
.nav-cta,
.button {
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  border: 0;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 750;
  cursor: pointer;
}

.nav-cta:hover,
.button.primary:hover {
  background: var(--blue-dark);
}

.hero {
  min-height: calc(100vh - 48px);
  display: grid;
  grid-template-rows: auto minmax(300px, 1fr) auto;
  place-items: center;
  overflow: hidden;
  position: relative;
  padding: clamp(46px, 7vw, 92px) 18px 28px;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(64, 146, 255, 0.24) 0%, rgba(12, 30, 54, 0.18) 36%, transparent 68%),
    radial-gradient(circle at 28% 58%, rgba(255, 165, 48, 0.12), transparent 28%),
    repeating-linear-gradient(12deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 22px),
    linear-gradient(180deg, #020203 0%, #08090c 54%, #030304 100%);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(97, 178, 255, 0.08) 8.2% 8.35%, transparent 8.55% 100%),
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.11), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%);
  opacity: 0.78;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18%;
  width: min(1060px, 120vw);
  height: min(470px, 54vw);
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(166, 213, 255, 0.16);
  box-shadow:
    0 0 0 54px rgba(166, 213, 255, 0.024),
    0 0 0 122px rgba(255, 177, 72, 0.014),
    inset 0 18px 70px rgba(96, 155, 220, 0.16);
  pointer-events: none;
}

.hero-copy {
  width: min(960px, 100%);
  text-align: center;
  position: relative;
  z-index: 3;
}

.eyebrow {
  margin: 0 0 12px;
  color: #8fbff2;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 16px;
  font-size: clamp(64px, 12.5vw, 178px);
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 520;
}

.hero-subtitle {
  width: min(820px, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 720;
  line-height: 1.18;
}

.hero-actions,
.feature-actions {
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 760;
  white-space: nowrap;
  cursor: pointer;
}

.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.ghost {
  color: #9bd1ff;
}

.button.ghost:hover {
  color: #fff;
}

.button.small {
  width: fit-content;
  min-height: 38px;
  padding-inline: 18px;
  font-size: 14px;
}

.product-duo {
  width: min(860px, 94vw);
  min-height: clamp(340px, 44vw, 560px);
  position: relative;
  isolation: isolate;
  margin-top: clamp(18px, 3vw, 38px);
  z-index: 2;
}

.ambient-disc {
  position: absolute;
  inset: 7% 2% 2%;
  z-index: -1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 47% 24%, rgba(42, 145, 255, 0.26), transparent 28%),
    linear-gradient(118deg, rgba(255, 177, 66, 0.13), transparent 34%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.08), rgba(5, 7, 10, 0.82) 50%, rgba(255, 255, 255, 0.05)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 26px),
    #030405;
  box-shadow:
    inset 0 0 0 1px rgba(190, 219, 255, 0.11),
    inset 0 36px 120px rgba(255, 255, 255, 0.05),
    0 34px 110px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
}

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

.ambient-disc::before {
  left: 8%;
  right: 8%;
  top: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(69, 164, 255, 0.68), rgba(255, 226, 185, 0.44), transparent);
  box-shadow: 0 0 26px rgba(58, 145, 255, 0.42);
}

.ambient-disc::after {
  left: 10%;
  right: 10%;
  bottom: 8%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  filter: blur(1px);
}

.sound-field {
  position: absolute;
  left: 50%;
  top: 45%;
  width: min(760px, 94vw);
  height: min(360px, 44vw);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(62, 148, 255, 0.22) 12.2% 12.45%, transparent 12.7% 100%),
    linear-gradient(0deg, transparent 0 42%, rgba(255, 180, 72, 0.16) 42.2% 42.45%, transparent 42.7% 100%),
    repeating-linear-gradient(90deg, transparent 0 62px, rgba(210, 230, 255, 0.075) 63px 64px, transparent 65px 104px),
    repeating-linear-gradient(0deg, transparent 0 50px, rgba(255, 198, 112, 0.05) 51px 52px, transparent 53px 96px);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  opacity: 0.52;
}

.speaker-led {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.66;
}

.speaker-led::before,
.speaker-led::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.speaker-led::before {
  background:
    radial-gradient(circle at 48% 18%, rgba(89, 177, 255, 0.78), transparent 24%),
    radial-gradient(circle at 56% 30%, rgba(25, 105, 255, 0.4), transparent 34%),
    linear-gradient(90deg, transparent 0 60%, rgba(255, 179, 70, 0.32) 78%, transparent 100%);
  filter: blur(8px);
}

.speaker-led::after {
  top: 18%;
  right: 7%;
  bottom: 16%;
  left: auto;
  width: 16%;
  background: linear-gradient(180deg, transparent, rgba(255, 196, 94, 0.9), rgba(255, 145, 34, 0.5), transparent);
  box-shadow: 0 0 22px rgba(255, 166, 54, 0.58);
}

.speaker-led-max {
  left: 21%;
  bottom: 14%;
  width: min(260px, 32vw);
  height: min(320px, 37vw);
  border-radius: 20px;
  transform: translateY(48px);
}

.speaker-led-go {
  right: 13%;
  bottom: 9%;
  width: min(160px, 23vw);
  height: min(200px, 29vw);
  border-radius: 16px;
  transform: translateY(58px);
}

.hero-max,
.hero-go {
  position: absolute;
  bottom: 0;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(198, 232, 255, 0.46))
    drop-shadow(0 0 46px rgba(65, 146, 226, 0.32))
    drop-shadow(0 38px 54px rgba(0, 0, 0, 0.62));
}

.hero-max {
  left: 28%;
  width: min(350px, 43vw);
  transform: translate(-15%, 48px);
}

.hero-go {
  right: 15%;
  width: min(230px, 32vw);
  transform: translate(16%, 58px);
  filter:
    drop-shadow(0 0 14px rgba(213, 238, 255, 0.38))
    drop-shadow(0 0 36px rgba(65, 146, 226, 0.26))
    drop-shadow(0 32px 48px rgba(0, 0, 0, 0.58));
}

.hero-metrics {
  width: min(960px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
  z-index: 3;
}

.hero-metrics div,
.spec-row div {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(208, 232, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  text-align: center;
}

.hero-metrics strong,
.spec-row strong {
  display: block;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1;
}

.hero-metrics span,
.spec-row span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 750;
}

.shop-strip {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 4vw, 58px);
  flex-wrap: wrap;
  padding: 14px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(13, 16, 21, 0.96), rgba(3, 4, 6, 0.98)),
    #050507;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 760;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 128px) 0;
  color: #fff;
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

.section-heading.compact {
  width: min(860px, 100%);
  text-align: center;
  margin: 0 auto 36px;
}

.section-heading h2,
.feature-copy h2,
.shop-section h2 {
  margin-bottom: 12px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.feature-copy p,
.shop-section p {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
}

.section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.62);
}

.product-feature {
  width: min(1180px, calc(100% - 36px));
  min-height: 780px;
  margin: clamp(16px, 3vw, 38px) auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(22px, 5vw, 78px);
  align-items: center;
  padding: clamp(28px, 6vw, 72px);
  border-radius: 8px;
  background: #090a0d;
  overflow: hidden;
}

.product-feature.flagship {
  position: relative;
  background:
    radial-gradient(circle at 68% 24%, rgba(43, 141, 255, 0.24), transparent 28%),
    linear-gradient(120deg, rgba(255, 171, 50, 0.16), transparent 34%),
    linear-gradient(145deg, #020304 0%, #070a0e 48%, #1b1f25 100%);
  color: #fff;
}

.product-feature.flagship::before,
.product-feature.flagship::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.product-feature.flagship::before {
  inset: 16px;
  border-radius: 8px;
  border: 1px solid rgba(188, 219, 255, 0.12);
}

.product-feature.flagship::after {
  left: -8%;
  right: -8%;
  bottom: -16%;
  height: 42%;
  background:
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 34px);
  opacity: 0.5;
}

.product-feature.reverse {
  grid-template-columns: 1.12fr 0.88fr;
  direction: rtl;
  background:
    linear-gradient(135deg, #ffffff 0%, #f6f7f9 56%, #dce2ea 100%);
}

.product-feature.reverse > * {
  direction: ltr;
}

.product-feature.portable-feature {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 64% 22%, rgba(43, 141, 255, 0.24), transparent 28%),
    linear-gradient(116deg, rgba(255, 169, 48, 0.16), transparent 32%),
    linear-gradient(135deg, #020304 0%, #080b10 54%, #1b2027 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 26px 80px rgba(16, 31, 50, 0.18);
}

.product-feature.portable-feature::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 8px;
  border: 1px solid rgba(218, 238, 255, 0.16);
  pointer-events: none;
}

.product-feature.portable-feature::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: min(720px, 72vw);
  height: min(460px, 44vw);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(55, 142, 255, 0.16), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.052) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(0deg, rgba(255, 182, 86, 0.045) 0 1px, transparent 1px 34px);
  opacity: 0.36;
  pointer-events: none;
}

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

.flagship .feature-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.portable-feature .feature-copy {
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.portable-feature .feature-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.portable-feature .eyebrow {
  color: #7cc4ff;
}

.portable-feature .price-lockup span {
  color: rgba(255, 255, 255, 0.7);
}

.portable-feature .button.ghost {
  color: #ffc66d;
}

.portable-feature .button.ghost:hover {
  color: #fff;
}

.portable-specs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.portable-specs span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 207, 132, 0.22);
  border-radius: 999px;
  background: rgba(255, 169, 48, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.price-lockup {
  display: grid;
  gap: 2px;
  margin: 28px 0 6px;
}

.price-lockup span {
  color: inherit;
  opacity: 0.64;
  font-weight: 780;
}

.price-lockup strong {
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.95;
}

.feature-actions {
  justify-content: flex-start;
}

.product-gallery {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.product-gallery::before {
  content: "";
  position: absolute;
  inset: 8% -5% 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 45% 34%, rgba(79, 164, 255, 0.18), transparent 42%),
    radial-gradient(ellipse at 70% 74%, rgba(255, 178, 70, 0.12), transparent 38%);
  filter: blur(8px);
  opacity: 0.92;
  pointer-events: none;
}

.gallery-card {
  min-height: 188px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(194, 222, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 48% 30%, rgba(57, 148, 255, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 28px),
    #050608;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 50px rgba(0, 0, 0, 0.28);
}

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

.gallery-card::before {
  left: 14%;
  right: 14%;
  bottom: 10%;
  height: 20px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  filter: blur(18px);
}

.gallery-card::after {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.055), transparent);
  opacity: 0.42;
}

.gallery-hero {
  grid-row: 1 / 4;
  min-height: 620px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  object-fit: contain;
  padding: clamp(18px, 3.4vw, 38px);
  filter:
    drop-shadow(0 0 16px rgba(90, 176, 255, 0.28))
    drop-shadow(0 30px 40px rgba(0, 0, 0, 0.46));
  transition: transform 260ms ease, filter 260ms ease;
}

.go-gallery .gallery-card img {
  padding: clamp(16px, 3vw, 34px);
}

.gallery-card:hover img {
  transform: translateY(-4px) scale(1.02);
  filter:
    drop-shadow(0 0 20px rgba(111, 190, 255, 0.34))
    drop-shadow(0 34px 46px rgba(0, 0, 0, 0.52));
}

.gallery-logo {
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 5;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(106, 182, 255, 0.46);
}

.gallery-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 5;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.25;
}

.glow-preview img {
  animation: productFloat 4.8s ease-in-out infinite;
}

.glow-preview::after {
  background:
    radial-gradient(circle at 50% 48%, rgba(92, 174, 255, 0.26), transparent 25%),
    radial-gradient(circle at 60% 58%, rgba(255, 164, 48, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%);
  opacity: 0.78;
}

.angle-preview .angle-left {
  transform: perspective(900px) rotateY(-12deg) translateX(-4%);
}

.angle-preview:hover .angle-left {
  transform: perspective(900px) rotateY(-16deg) translateX(-5%) translateY(-4px) scale(1.02);
}

.motion-preview .angle-right {
  transform: perspective(900px) rotateY(13deg) translateX(4%);
}

.motion-preview:hover .angle-right {
  transform: perspective(900px) rotateY(18deg) translateX(5%) translateY(-4px) scale(1.02);
}

.sound-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: min(220px, 78%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(111, 190, 255, 0.32);
  transform: translate(-50%, -50%) rotateX(68deg);
  box-shadow:
    0 0 0 14px rgba(111, 190, 255, 0.045),
    0 0 0 34px rgba(255, 181, 75, 0.035),
    0 0 38px rgba(111, 190, 255, 0.28);
  animation: orbitPulse 3.8s ease-in-out infinite;
}

.gothic-preview img {
  padding: 0;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.96) brightness(0.88);
}

.gothic-preview::before {
  left: 18%;
  right: 18%;
  bottom: 8%;
  background: rgba(54, 152, 255, 0.18);
}

.gothic-preview::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 36%, rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 48% 42%, transparent 0 24%, rgba(0, 0, 0, 0.16) 58%);
  opacity: 1;
}

.gothic-preview .gallery-logo {
  top: 18px;
  color: rgba(255, 255, 255, 0.92);
}

.max-gallery .glow-preview::before,
.go-gallery .glow-preview::before {
  background: rgba(255, 169, 48, 0.2);
}

@keyframes productFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    opacity: 0.38;
    transform: translate(-50%, -50%) rotateX(68deg) scale(0.92);
  }
  50% {
    opacity: 0.78;
    transform: translate(-50%, -50%) rotateX(68deg) scale(1.06);
  }
}

.feature-image {
  min-height: 600px;
  display: grid;
  place-items: center;
  position: relative;
}

.feature-image::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 13%;
  height: 22px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  filter: blur(18px);
}

.feature-image img {
  width: min(390px, 75%);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 40px 52px rgba(0, 0, 0, 0.28));
}

.flagship .feature-image {
  isolation: isolate;
}

.flagship .feature-image::before {
  background: rgba(255, 167, 46, 0.2);
}

.flagship .feature-image::after {
  content: "";
  position: absolute;
  inset: 10% 5%;
  z-index: -2;
  border-radius: 8px;
  background:
    radial-gradient(circle at 52% 25%, rgba(51, 143, 255, 0.2), transparent 36%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 34px);
  box-shadow:
    inset 0 0 0 1px rgba(191, 220, 255, 0.12),
    inset 0 36px 120px rgba(255, 255, 255, 0.05),
    0 30px 90px rgba(0, 0, 0, 0.26);
}

.flagship .dark-stage img {
  position: relative;
  z-index: 2;
  filter:
    drop-shadow(0 0 16px rgba(126, 198, 255, 0.28))
    drop-shadow(0 0 34px rgba(255, 169, 48, 0.14))
    drop-shadow(0 42px 58px rgba(0, 0, 0, 0.48));
}

.light-stage img {
  width: min(330px, 72%);
}

.portable-feature .feature-image {
  isolation: isolate;
}

.portable-feature .feature-image::before {
  left: 14%;
  right: 14%;
  bottom: 12%;
  height: 24px;
  background: rgba(255, 167, 46, 0.24);
  filter: blur(20px);
}

.portable-feature .feature-image::after {
  content: "";
  position: absolute;
  inset: 12% 6%;
  z-index: -2;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 28%, rgba(51, 143, 255, 0.18), transparent 36%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.025)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 34px);
  box-shadow:
    inset 0 0 0 1px rgba(191, 220, 255, 0.12),
    inset 0 36px 120px rgba(255, 255, 255, 0.055),
    0 30px 90px rgba(0, 0, 0, 0.24);
}

.portable-feature .light-stage img {
  position: relative;
  z-index: 2;
  width: min(370px, 76%);
  filter:
    drop-shadow(0 0 16px rgba(126, 198, 255, 0.28))
    drop-shadow(0 0 34px rgba(255, 169, 48, 0.14))
    drop-shadow(0 42px 58px rgba(0, 0, 0, 0.44));
}

.go-light-ring {
  position: absolute;
  left: 50%;
  top: 51%;
  z-index: -1;
  width: min(520px, 92%);
  height: min(430px, 82%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(55, 142, 255, 0.22) 18.2% 18.45%, transparent 18.7% 100%),
    linear-gradient(0deg, transparent 0 58%, rgba(255, 169, 48, 0.16) 58.2% 58.45%, transparent 58.7% 100%),
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(210, 230, 255, 0.08) 59px 60px, transparent 61px 98px);
  opacity: 0.54;
}

.max-panel-light,
.go-panel-light {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 4;
  width: min(240px, 48%);
  height: min(220px, 40%);
  transform: translate(-50%, -20%);
  border-radius: 20px;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.66;
}

.max-panel-light {
  top: 52%;
  width: min(280px, 56%);
  height: min(330px, 54%);
}

.go-panel-light::before,
.go-panel-light::after,
.max-panel-light::before,
.max-panel-light::after {
  content: "";
  position: absolute;
  inset: 0;
}

.max-panel-light::before,
.go-panel-light::before {
  border-radius: inherit;
  background:
    radial-gradient(circle at 48% 18%, rgba(91, 181, 255, 0.72), transparent 24%),
    radial-gradient(circle at 48% 36%, rgba(24, 105, 255, 0.34), transparent 38%),
    linear-gradient(90deg, transparent 0 60%, rgba(255, 178, 64, 0.34) 78%, transparent 100%);
  filter: blur(9px);
}

.max-panel-light::after,
.go-panel-light::after {
  top: 18%;
  right: 7%;
  bottom: 16%;
  left: auto;
  width: 16%;
  background: linear-gradient(180deg, transparent, rgba(255, 205, 116, 0.9), rgba(255, 145, 34, 0.52), transparent);
  box-shadow: 0 0 22px rgba(255, 166, 54, 0.58);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.experience-grid article,
.buy-card {
  min-height: 300px;
  padding: 24px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 10%, rgba(90, 169, 255, 0.13), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    #090b0f;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.22);
}

.experience-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--blue);
  font-weight: 850;
}

.experience-grid h3,
.buy-card h3 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.02;
}

.experience-grid p,
.buy-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.42;
  font-weight: 620;
}

.compare-table {
  border: 1px solid rgba(210, 231, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #080a0e;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.compare-table [role="row"] {
  display: grid;
  grid-template-columns: 0.74fr 0.95fr 0.8fr 0.72fr 0.88fr 1.35fr;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(210, 231, 255, 0.1);
  align-items: center;
}

.compare-table [role="row"]:first-child {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.compare-table [role="row"]:last-child {
  border-bottom: 0;
}

.compare-table span {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.35;
}

.shop-section {
  margin-top: clamp(32px, 7vw, 88px);
  padding: clamp(72px, 10vw, 124px) 18px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.58)),
    linear-gradient(120deg, #0a0b0f 0%, #1f242c 52%, #52606f 100%);
}

.shop-section p:not(.eyebrow) {
  width: min(760px, 100%);
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.72);
}

.buy-grid {
  width: min(860px, 100%);
  margin: 38px auto 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}

.buy-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 280px auto auto auto auto;
  gap: 12px;
  color: #fff;
}

.buy-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.2));
}

.rank {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(90, 169, 255, 0.16);
  color: #9bd1ff;
  font-size: 12px;
  font-weight: 850;
}

.price {
  font-size: 32px;
  line-height: 1;
}

.market-price,
.free-ship,
.direct-offer {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.market-price {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.34);
}

.free-ship,
.direct-offer {
  color: #0071e3;
}

.direct-offer {
  margin-top: 8px;
  color: #ffc15d;
  font-size: 14px;
}

.payment-panel {
  width: min(980px, 100%);
  margin: 30px auto 0;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(191, 220, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(43, 141, 255, 0.18), transparent 34%),
    radial-gradient(circle at 84% 86%, rgba(255, 169, 48, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-align: left;
  backdrop-filter: blur(16px);
}

.payment-panel h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.08;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.payment-grid article {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(2, 3, 4, 0.46);
}

.payment-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #ffc66d;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.payment-grid h4 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
}

.payment-grid p,
.seller-note {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.payment-grid .zelle-number {
  display: inline;
  margin: 0;
  color: #fff;
  font-size: inherit;
  font-weight: 850;
  text-transform: none;
}

.seller-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.honor-roll {
  width: min(1080px, 100%);
  margin: 22px auto 0;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 8px;
  background: #f5f5f7;
  color: #111113;
  text-align: left;
}

.honor-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 14px 48px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(17, 17, 19, 0.12);
}

.honor-heading .eyebrow {
  grid-column: 1 / -1;
  color: #6e6e73;
}

.honor-heading h3 {
  margin: 0;
  color: #111113;
  font-size: clamp(30px, 4.8vw, 58px);
  line-height: 1.02;
}

.shop-section .honor-heading p:not(.eyebrow) {
  width: auto;
  margin: 0;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.5;
}

.honor-list {
  display: grid;
}

.honor-entry,
.honor-empty {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid rgba(17, 17, 19, 0.1);
}

.honor-index,
.honor-empty > span {
  color: #86868b;
  font-size: 13px;
  font-weight: 800;
}

.honor-entry div,
.honor-empty {
  min-width: 0;
}

.honor-entry strong,
.honor-empty strong {
  display: block;
  color: #111113;
  font-size: 18px;
  line-height: 1.25;
}

.honor-entry small,
.honor-empty small,
.honor-entry time {
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.35;
}

.honor-entry time {
  text-align: right;
}

.honor-empty {
  grid-template-columns: 56px minmax(0, 1fr);
}

.honor-empty small {
  grid-column: 2;
  margin-top: -28px;
}

.shipping-intel {
  width: min(1080px, 100%);
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(18px, 4vw, 34px);
  align-items: stretch;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(190, 221, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 78% 18%, rgba(41, 139, 255, 0.18), transparent 32%),
    radial-gradient(circle at 12% 92%, rgba(255, 176, 66, 0.12), transparent 34%),
    rgba(4, 7, 12, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 28px 90px rgba(0, 0, 0, 0.22);
  text-align: left;
  overflow: hidden;
}

.shipping-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shipping-copy h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.02;
}

.shop-section .shipping-copy p:not(.eyebrow) {
  width: auto;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(16px, 1.7vw, 20px);
}

.tracking-console {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(16px, 2.6vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.3);
}

.tracking-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(123, 190, 255, 0.08) 9.15% 9.3%, transparent 9.45% 100%),
    repeating-linear-gradient(0deg, transparent 0 36px, rgba(255, 255, 255, 0.035) 37px 38px);
  opacity: 0.58;
}

.console-top,
.carrier-grid,
.route-map,
.tracking-feed {
  position: relative;
  z-index: 1;
}

.console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.console-top div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  align-items: center;
}

.console-top strong {
  color: #fff;
  font-size: 15px;
}

.console-top small {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 700;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2cff9a;
  box-shadow:
    0 0 0 6px rgba(44, 255, 154, 0.12),
    0 0 22px rgba(44, 255, 154, 0.62);
}

.secure-badge {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.carrier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.order-tracking-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.order-tracking-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 820;
}

.order-tracking-form input {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: 0;
}

.order-tracking-form input:focus {
  border-color: rgba(143, 198, 255, 0.66);
  box-shadow: 0 0 0 3px rgba(90, 169, 255, 0.14);
}

.order-tracking-form input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.order-tracking-form button {
  min-height: 40px;
}

.live-tracking-result {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(90, 169, 255, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(90, 169, 255, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.055);
}

.live-tracking-result strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.28;
}

.live-tracking-result span,
.live-tracking-result p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.38;
}

.live-tracking-result a {
  width: fit-content;
  color: #9bd1ff;
  font-size: 13px;
  font-weight: 850;
}

.tracking-events {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.tracking-event {
  display: grid;
  gap: 4px;
  padding: 10px 0 0 14px;
  border-left: 2px solid rgba(90, 169, 255, 0.34);
}

.tracking-event strong {
  font-size: 13px;
}

.tracking-event small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 700;
}

.carrier-card {
  min-height: 132px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(2, 4, 8, 0.5);
}

.carrier-card.is-active {
  border-color: rgba(143, 198, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0 36px rgba(56, 145, 255, 0.16);
}

.carrier-card span {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 6px;
  border-bottom: 2px solid currentColor;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.carrier-card strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.2;
}

.carrier-card small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.carrier-card.usps span {
  color: #5aa9ff;
}

.carrier-card.fedex span {
  color: #b998ff;
}

.carrier-card.ups span {
  color: #ffc15d;
}

.route-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 22px 0 4px;
}

.route-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 36px;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #5aa9ff 0%, #5aa9ff 48%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0.16) 100%);
  box-shadow: 0 0 22px rgba(90, 169, 255, 0.3);
}

.route-step {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.route-step span {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: #141922;
}

.route-step.is-complete span,
.route-step.is-current span {
  border-color: #9fd1ff;
  background: #5aa9ff;
  box-shadow: 0 0 26px rgba(90, 169, 255, 0.56);
}

.route-step.is-current span {
  background: #ffc15d;
  border-color: #ffdca1;
  box-shadow: 0 0 28px rgba(255, 193, 93, 0.58);
}

.route-step strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.2;
}

.route-step small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.tracking-feed {
  display: grid;
  gap: 8px;
}

.tracking-feed div {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 12px;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.tracking-feed span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.tracking-feed strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.25;
}

.seller-console,
.support-hub {
  width: min(1080px, 100%);
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(18px, 4vw, 34px);
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(190, 221, 255, 0.14);
  border-radius: 8px;
  text-align: left;
}

.seller-console {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 20% 18%, rgba(255, 193, 93, 0.16), transparent 30%),
    rgba(2, 4, 8, 0.58);
}

.seller-console[hidden] {
  display: none !important;
}

.seller-honor-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(18px, 4vw, 34px);
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.support-hub {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 76% 12%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(254, 44, 85, 0.12), transparent 30%),
    rgba(3, 4, 8, 0.62);
}

.seller-console h3,
.support-hub h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
}

.shop-section .seller-console p:not(.eyebrow),
.shop-section .support-hub p:not(.eyebrow) {
  width: auto;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(15px, 1.6vw, 19px);
}

.support-copy a {
  color: #9bd1ff;
  font-weight: 850;
}

.tiktok-profile-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 24%, rgba(37, 244, 238, 0.14), transparent 32%),
    radial-gradient(circle at 88% 76%, rgba(254, 44, 85, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.tiktok-avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 64% 72%, rgba(254, 44, 85, 0.42), transparent 38%),
    radial-gradient(circle at 34% 28%, rgba(37, 244, 238, 0.45), transparent 40%),
    #050507;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(37, 244, 238, 0.14), 0 0 32px rgba(254, 44, 85, 0.12);
}

.tiktok-profile-card div {
  display: grid;
  gap: 3px;
}

.tiktok-profile-card strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.15;
}

.tiktok-profile-card span:not(.tiktok-avatar) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 780;
}

.tiktok-profile-card small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.3;
}

.shop-section .tiktok-bio:not(.eyebrow) {
  width: auto;
  margin: 12px 0 0;
  padding: 12px 14px;
  border-left: 2px solid rgba(37, 244, 238, 0.46);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.45;
}

.channel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.channel-badges span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 850;
}

.seller-tracking-form,
.seller-honor-form,
.support-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.seller-tracking-form label,
.seller-honor-form label,
.support-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 820;
}

.seller-tracking-form input,
.seller-tracking-form select,
.seller-honor-form input,
.seller-honor-form select,
.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: 0;
}

.seller-tracking-form select,
.seller-honor-form select,
.support-form select {
  color-scheme: dark;
}

.support-form textarea {
  min-height: 96px;
  padding-block: 10px;
  resize: vertical;
}

.support-form label:nth-of-type(4) {
  grid-column: 1 / -1;
}

.seller-tracking-form button,
.seller-honor-form button,
.support-form button,
.support-form .button.ghost,
.seller-tracking-result,
.support-result {
  grid-column: 1 / -1;
}

.seller-honor-form .seller-consent {
  grid-column: 1 / -1;
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
}

.seller-honor-form .seller-consent input {
  width: 18px;
  min-height: 18px;
  accent-color: #8fc6ff;
}

.support-form .button.ghost {
  justify-self: start;
}

.seller-tracking-result,
.support-result {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.seller-tracking-result.is-error,
.support-result.is-error {
  border-color: rgba(255, 110, 110, 0.34);
  background: rgba(255, 110, 110, 0.08);
  color: rgba(255, 220, 220, 0.92);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px max(18px, calc((100% - 1180px) / 2));
  color: rgba(255, 255, 255, 0.56);
  background: #050507;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 720;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 180ms ease;
}

.cart-drawer.is-open {
  background: rgba(0, 0, 0, 0.32);
  pointer-events: auto;
}

.cart-panel {
  width: min(430px, 100%);
  height: 100%;
  padding: 24px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 220ms ease;
  overflow-y: auto;
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cart-head h2 {
  margin-bottom: 0;
  font-size: 28px;
}

.cart-close,
.remove-item {
  border: 0;
  background: transparent;
  color: #555b65;
  cursor: pointer;
}

.cart-close {
  font-size: 30px;
  line-height: 1;
}

.cart-items {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.cart-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.remove-item {
  font-weight: 760;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 18px;
}

.checkout-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.checkout-form label {
  display: grid;
  gap: 8px;
  color: #4a4e57;
  font-size: 13px;
  font-weight: 800;
}

.checkout-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(17, 17, 19, 0.12);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: var(--text);
}

.checkout-form .honor-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4a4e57;
  line-height: 1.4;
}

.checkout-form .honor-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 1px;
  padding: 0;
  accent-color: var(--blue);
}

.payment-choice {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.payment-choice legend {
  padding: 0 6px;
  color: #4a4e57;
  font-size: 13px;
  font-weight: 850;
}

.payment-choice label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  color: #202329;
  font-weight: 750;
}

.payment-choice input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--blue);
}

.payment-receiving {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 8px;
  background: #f5f7fb;
  color: #505762;
  font-size: 13px;
  line-height: 1.35;
}

.payment-receiving strong {
  color: #111113;
}

.checkout-note,
.empty-cart {
  color: var(--muted);
  line-height: 1.45;
}

.checkout-status:not(:empty) {
  padding: 11px 12px;
  border: 1px solid rgba(0, 113, 227, 0.2);
  border-radius: 8px;
  background: rgba(0, 113, 227, 0.06);
  color: #24496d;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.4;
}

.checkout-status.is-error:not(:empty) {
  border-color: rgba(180, 45, 45, 0.22);
  background: rgba(180, 45, 45, 0.06);
  color: #8f2f2f;
}

[data-checkout-submit]:disabled {
  cursor: wait;
  opacity: 0.62;
}

@media (max-width: 920px) {
  .nav {
    width: min(100% - 24px, 1180px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-metrics,
  .experience-grid,
  .buy-grid,
  .payment-grid,
  .shipping-intel,
  .seller-console,
  .support-hub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shipping-intel,
  .seller-console,
  .support-hub,
  .seller-honor-card {
    grid-template-columns: 1fr;
  }

  .product-feature,
  .product-feature.reverse {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .product-gallery {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 440px 240px 240px;
  }

  .gallery-hero {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 440px;
  }

  .feature-image {
    min-height: 440px;
  }

  .compare-table [role="row"] {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 38px 14px 22px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .product-duo {
    min-height: 360px;
  }

  .hero-max {
    left: 22%;
    width: 48vw;
  }

  .hero-go {
    right: 16%;
    width: 36vw;
  }

  .hero-metrics,
  .experience-grid,
  .buy-grid,
  .payment-grid,
  .carrier-grid,
  .product-gallery,
  .tracking-feed div,
  .order-tracking-form,
  .seller-tracking-form,
  .support-form {
    grid-template-columns: 1fr;
  }

  .support-form label:nth-of-type(4) {
    grid-column: auto;
  }

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

  .honor-heading .eyebrow {
    grid-column: auto;
  }

  .honor-entry {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 14px 0;
  }

  .honor-entry time {
    grid-column: 2;
    text-align: left;
  }

  .honor-empty {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 14px 0;
  }

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

  .route-map {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 10px;
  }

  .route-line {
    left: 8px;
    right: auto;
    top: 20px;
    bottom: 18px;
    width: 2px;
    height: auto;
    background:
      linear-gradient(180deg, #5aa9ff 0%, #5aa9ff 48%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0.16) 100%);
  }

  .route-step {
    grid-template-columns: 18px 1fr;
    justify-items: start;
    text-align: left;
  }

  .route-step small {
    grid-column: 2;
  }

  .product-feature {
    width: min(100% - 24px, 1180px);
    padding: 26px 18px;
  }

  .feature-image {
    min-height: 360px;
  }

  .product-gallery {
    grid-template-rows: auto;
  }

  .gallery-card,
  .gallery-hero {
    grid-column: auto;
    min-height: 285px;
  }

  .gothic-preview {
    min-height: 230px;
  }

  .section {
    width: min(100% - 24px, 1180px);
  }

  .footer {
    flex-direction: column;
  }
}
