:root {
  --bg: #edf3fb;
  --bg-strong: #fbfdff;
  --text: #13161d;
  --muted: #667386;
  --line: rgba(21, 23, 27, 0.08);
  --blue: #1368ff;
  --blue-soft: #d9e8ff;
  --dark: #0d0f14;
  --dark-soft: #172031;
  --surface: rgba(255, 255, 255, 0.74);
  --shadow: 0 24px 80px rgba(18, 33, 52, 0.12);
  --shadow-strong: 0 36px 120px rgba(24, 46, 78, 0.18);
  --glass-line: rgba(255, 255, 255, 0.52);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(62, 126, 255, 0.22), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(93, 216, 255, 0.14), transparent 18%),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(180deg, #f6f9fe 0%, #edf3fb 48%, #e8eef7 100%);
  perspective: 1600px;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(247, 250, 255, 0.54);
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  position: sticky;
  box-shadow: 0 10px 30px rgba(22, 43, 72, 0.06);
}

.nav-shell,
.hero-stage,
.ecosystem-section,
.service-categories,
.split-showcase,
.store-section,
.trade-in-section,
.contact-stage {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.nav-shell {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 700;
}

.brand__logo {
  width: 124px;
  height: 46px;
  object-fit: contain;
  border-radius: 16px;
  background: #030303;
  padding: 4px 12px;
  box-shadow:
    0 14px 34px rgba(16, 28, 46, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.brand__text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: 26px;
  align-items: center;
}

.site-nav a,
.nav-cta {
  text-decoration: none;
  font-size: 0.88rem;
  color: var(--muted);
}

.nav-menu-trigger {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--muted);
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
}

.nav-menu-trigger.is-open {
  color: var(--text);
}

.nav-menu-trigger[href$='login.html'] {
  font-weight: 700;
}

.nav-cta {
  color: var(--blue);
  font-weight: 700;
}

.nav-cta--button {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.mega-menu-shell {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  pointer-events: none;
}

.mega-panel {
  display: none;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(21, 23, 27, 0.06);
  box-shadow: 0 22px 60px rgba(18, 33, 52, 0.08);
  pointer-events: auto;
}

.mega-panel.is-open {
  display: block;
}

.mega-panel__inner {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 36px;
  padding: 34px 0 36px;
}

.mega-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mega-column--primary a {
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.mega-column a {
  color: var(--text);
  text-decoration: none;
}

.mega-label {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-ribbon {
  padding: 18px 16px 0;
  text-align: center;
}

.hero-ribbon p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-stage {
  position: relative;
  padding: 54px 0 36px;
}

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

.hero-scene {
  position: absolute;
  inset: 54px -40px auto;
  height: 280px;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}

.hero-orb,
.hero-plane {
  position: absolute;
  border-radius: 999px;
  filter: blur(0);
  transform-style: preserve-3d;
}

.hero-orb {
  opacity: 0.7;
  mix-blend-mode: screen;
  box-shadow: var(--shadow-strong);
}

.hero-orb--violet {
  top: 18px;
  right: 140px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), rgba(143, 104, 255, 0.66) 42%, rgba(94, 70, 193, 0.1) 72%);
  transform: translateZ(60px);
}

.hero-orb--cyan {
  top: 98px;
  left: 90px;
  width: 86px;
  height: 86px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.88), rgba(89, 216, 255, 0.68) 42%, rgba(89, 216, 255, 0.08) 70%);
  transform: translateZ(100px);
}

.hero-orb--amber {
  top: 164px;
  right: 340px;
  width: 54px;
  height: 54px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.86), rgba(255, 184, 89, 0.74) 50%, rgba(255, 184, 89, 0.08) 72%);
  transform: translateZ(44px);
}

.hero-plane {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.14)),
    rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.hero-plane--large {
  right: 34px;
  top: 22px;
  width: 280px;
  height: 148px;
  transform: rotate(-10deg) translateZ(24px);
}

.hero-plane--small {
  left: 210px;
  top: 126px;
  width: 180px;
  height: 96px;
  transform: rotate(12deg) translateZ(42px);
}

.section-kicker {
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.hero-copy,
.section-heading {
  text-align: center;
}

.hero-copy h1,
.section-heading h2,
.showcase-copy h2,
.closing-banner h2 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.hero-copy h1 {
  max-width: 12ch;
  margin-inline: auto;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
}

.hero-subcopy,
.section-heading p,
.showcase-copy p,
.ecosystem-card p,
.family-card span,
.store-card li,
.trade-side-panel p,
.score-panel span {
  color: var(--muted);
}

.hero-subcopy {
  max-width: 820px;
  margin: 18px auto 0;
  font-size: 1.22rem;
  line-height: 1.5;
}

.trade-in-showcase {
  margin-top: 28px;
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.trade-in-showcase img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 24px;
}

.hero-links a,
.store-card a {
  text-decoration: none;
  color: var(--blue);
  font-weight: 600;
}

.hero-links a::after,
.store-card a::after {
  content: ' >';
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.hero-tile,
.ecosystem-card,
.family-card,
.config-form,
.store-card,
.trade-side-panel,
.contact-form,
.closing-banner {
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.hero-tile {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(14px);
  transform: translateZ(0) rotateX(0deg) rotateY(0deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.hero-tile::before {
  content: '';
  position: absolute;
  inset: -30% auto auto -10%;
  width: 46%;
  height: 60%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  pointer-events: none;
}

.hero-tile:link,
.hero-tile:visited,
.hero-tile:hover,
.hero-tile:active,
.hero-tile p,
.hero-tile h3,
.hero-tile span {
  text-decoration: none !important;
}

.hero-tile:link,
.hero-tile:visited,
.hero-tile:hover,
.hero-tile:active {
  color: inherit;
}

.hero-tile p,
.hero-tile h3,
.hero-tile span {
  color: currentColor;
}

.hero-tile p,
.store-card__eyebrow {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-tile h3,
.ecosystem-card h3,
.showcase-copy h2,
.store-card h3,
.trade-side-panel h3 {
  margin: 12px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero-tile img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  align-self: center;
  border-radius: 22px;
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.18);
  transform: translateZ(40px);
}

.hero-tile:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(-4deg);
  box-shadow: var(--shadow-strong);
  border-color: rgba(255, 255, 255, 0.72);
}

.hero-tile--dark {
  background:
    radial-gradient(circle at top left, rgba(87, 145, 255, 0.18), transparent 26%),
    linear-gradient(180deg, #0f1015 0%, #1b2230 100%);
  color: #f5f7fb;
}

.hero-tile--dark p,
.hero-tile--dark h3,
.hero-tile--dark span {
  color: #f5f7fb !important;
}

.hero-tile--light {
  background:
    radial-gradient(circle at top right, rgba(113, 202, 255, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #e9eef5 100%);
}

.hero-tile--blue {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.58), transparent 22%),
    linear-gradient(135deg, #dfeaff 0%, #aac7ff 58%, #84b0ff 100%);
}

.hero-tile--wide {
  grid-column: 1 / -1;
  min-height: auto;
  justify-content: flex-start;
}

.hero-tile--wide img {
  display: block;
  width: calc(100% + 56px);
  max-width: none;
  height: auto;
  margin-top: 42px;
  margin-left: -28px;
  margin-right: -28px;
  border-radius: 0 0 28px 28px;
  box-shadow: none;
}

.hero-tile--dark img {
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.3));
}

.exchange-offer-section {
  width: min(1220px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 32px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.82), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(19, 104, 255, 0.22), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(231, 240, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-strong);
  transform-style: preserve-3d;
}

.exchange-offer-heading {
  max-width: 760px;
}

.exchange-offer-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.exchange-offer-heading p:not(.section-kicker) {
  max-width: 58ch;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.exchange-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.exchange-offer-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 28px;
  border-radius: 34px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 28px 70px rgba(24, 46, 78, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateZ(0);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.exchange-offer-card::before,
.exchange-offer-card::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.exchange-offer-card::before {
  inset: -24% -18% auto auto;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  filter: blur(2px);
}

.exchange-offer-card::after {
  right: 24px;
  bottom: 24px;
  width: 126px;
  height: 126px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.12)),
    rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.44);
  transform: rotate(-12deg);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.14);
}

.exchange-offer-card:hover,
.exchange-offer-card:focus-visible {
  transform: perspective(900px) translateY(-8px) rotateX(4deg) rotateY(-4deg);
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 34px 90px rgba(24, 46, 78, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  outline: none;
}

.exchange-offer-card--iphone {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.42), transparent 26%),
    linear-gradient(135deg, #10131b 0%, #1e315b 52%, #256bff 100%);
  color: #fff;
}

.exchange-offer-card--mac {
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 255, 255, 0.78), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #e9f1ff 45%, #b8ceff 100%);
  color: var(--text);
}

.exchange-offer-card__tag,
.exchange-offer-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.exchange-offer-card--iphone .exchange-offer-card__tag {
  color: rgba(255, 255, 255, 0.72);
}

.exchange-offer-card--mac .exchange-offer-card__tag {
  color: var(--muted);
}

.exchange-offer-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  font-size: clamp(4rem, 9vw, 7.8rem);
  line-height: 0.82;
  letter-spacing: -0.1em;
}

.exchange-offer-card h3 {
  position: relative;
  z-index: 1;
  max-width: 12ch;
  margin: 20px 0 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.exchange-offer-card p {
  position: relative;
  z-index: 1;
  max-width: 34ch;
  color: currentColor;
  opacity: 0.72;
  line-height: 1.5;
}

.exchange-offer-card__link {
  margin-top: 12px;
  color: var(--blue);
  letter-spacing: 0;
  text-transform: none;
}

.exchange-offer-card--iphone .exchange-offer-card__link {
  color: #fff;
}

.exchange-offer-card__link::after {
  content: ' >';
}

.ecosystem-section,
.service-categories,
.split-showcase,
.store-section,
.trade-in-section,
.contact-stage {
  padding: 90px 0 0;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
}

.section-heading h2 {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
}

.section-heading p {
  margin-top: 14px;
  font-size: 1.12rem;
  line-height: 1.5;
}

.section-heading--tight {
  margin-bottom: 28px;
}

.ecosystem-grid,
.category-family-grid,
.store-grid,
.mini-stat-grid {
  display: grid;
  gap: 18px;
}

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

.ecosystem-card {
  display: block;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 245, 253, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transform: translateZ(0);
}

.ecosystem-card:hover {
  transform: translateY(-8px) rotateX(4deg);
  border-color: rgba(10, 108, 255, 0.2);
  box-shadow: var(--shadow-strong);
}

.ecosystem-card__tag {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--blue);
  font-weight: 800;
}

.category-family-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.family-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 246, 253, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.family-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.family-card.is-active,
.family-card:hover {
  transform: translateY(-6px) rotateX(4deg);
  border-color: rgba(10, 108, 255, 0.28);
  box-shadow: 0 22px 44px rgba(18, 33, 52, 0.12);
}

.split-showcase,
.trade-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 22px;
  align-items: start;
}

.showcase-copy {
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, #101217 0%, #172131 100%);
  color: #f5f7fb;
  box-shadow: var(--shadow);
}

.showcase-copy .section-kicker,
.showcase-copy p,
.feature-list li {
  color: rgba(245, 247, 251, 0.76);
}

.split-showcase--repair {
  gap: 26px;
}

.showcase-copy--repair {
  background:
    radial-gradient(circle at top left, rgba(61, 132, 255, 0.34), transparent 28%),
    radial-gradient(circle at bottom right, rgba(88, 214, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #0d1016 0%, #152033 100%);
}

.repair-quick-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.repair-quick-pill {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f5f7fb;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.repair-quick-pill:hover,
.repair-quick-pill.is-active {
  transform: translateY(-1px);
  background: rgba(57, 132, 255, 0.22);
  border-color: rgba(126, 180, 255, 0.48);
}

.feature-list {
  margin: 24px 0 0;
  padding-left: 18px;
  line-height: 1.9;
}

.config-form,
.trade-side-panel,
.contact-form {
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
}

.contact-confirmation {
  display: none;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #eef8f2 0%, #e6f5ec 100%);
  border: 1px solid rgba(35, 131, 72, 0.14);
}

.contact-confirmation.is-visible {
  display: block;
}

.contact-confirmation h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.contact-confirmation p {
  margin: 8px 0 0;
  color: #41604d;
  line-height: 1.55;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-grid span {
  font-size: 0.93rem;
  font-weight: 700;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #f8fbff;
  color: var(--text);
}

.form-grid__full {
  grid-column: 1 / -1;
}

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

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: #f7faff;
  border: 1px solid rgba(21, 23, 27, 0.06);
}

.check-item input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.check-item span {
  font-size: 0.92rem;
  font-weight: 500;
}

.primary-action {
  margin-top: 18px;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0a6cff 0%, #0052cc 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.secondary-action {
  margin-top: 18px;
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(21, 23, 27, 0.08);
  background: #f5f8fc;
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.store-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-card {
  min-height: 360px;
  padding: 30px;
}

.store-card--dark {
  background: linear-gradient(180deg, #0d0f14 0%, #1a2230 100%);
  color: #f5f7fb;
}

.store-card--dark .store-card__eyebrow,
.store-card--dark li {
  color: rgba(245, 247, 251, 0.74);
}

.store-card--light {
  background: linear-gradient(180deg, #ffffff 0%, #e8eff9 100%);
}

.store-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  line-height: 1.9;
}

.trade-grid {
  grid-template-columns: 1.12fr 0.88fr;
}

.score-panel {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f5f9ff;
}

.score-panel strong {
  display: block;
  margin-bottom: 6px;
}

.repair-estimate-panel {
  margin-top: 22px;
}

.repair-estimate-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.repair-estimate-meta p {
  margin: 0;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  line-height: 1.45;
}

.repair-estimate-meta p strong {
  display: inline;
  margin: 0;
  color: var(--text);
}

.repair-estimate-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(27, 31, 41, 0.08);
}

.repair-estimate-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.repair-estimate-note p + p {
  margin-top: 10px;
}

.repair-estimate-note strong {
  display: inline;
  color: var(--text);
}

.repair-estimate-note a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.trade-side-panel h3 {
  max-width: 12ch;
}

.mini-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.mini-stat-grid article {
  padding: 18px;
  border-radius: 20px;
  background: #f7faff;
}

.mini-stat-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.mini-stat-grid span {
  color: var(--muted);
  font-size: 0.92rem;
}

.closing-banner {
  width: min(1220px, calc(100% - 32px));
  margin: 90px auto 0;
  padding: 48px 32px;
  background:
    radial-gradient(circle at 12% 18%, rgba(73, 142, 255, 0.28), transparent 24%),
    radial-gradient(circle at 88% 76%, rgba(122, 237, 255, 0.18), transparent 26%),
    linear-gradient(135deg, #0e1015 0%, #20304a 100%);
  color: #f5f7fb;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-strong);
}

.closing-banner p {
  max-width: 620px;
  margin: 14px auto 0;
  color: rgba(245, 247, 251, 0.76);
  font-size: 1.08rem;
}

.contact-stage {
  padding-bottom: 92px;
}

.catalog-page {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0 84px;
}

.lob-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 10px 0 26px;
}

.lob-strip__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 132px;
  padding: 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.lob-strip__item:hover,
.lob-strip__item.is-active {
  transform: translateY(-2px);
  border-color: rgba(10, 108, 255, 0.26);
  background: rgba(255, 255, 255, 0.96);
}

.lob-strip__eyebrow,
.catalog-hero-card__eyebrow,
.catalog-metric__label {
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.lob-strip__item strong {
  font-size: 1.18rem;
  letter-spacing: -0.04em;
}

.lob-strip__item span:last-child,
.catalog-hero-card p,
.catalog-feature-card p,
.catalog-link-list a,
.catalog-stat-card p {
  color: var(--muted);
}

.lob-strip--repair .lob-strip__item--repair {
  position: relative;
  overflow: hidden;
  min-height: 144px;
  border: 1px solid rgba(193, 210, 238, 0.85);
}

.lob-strip--repair .lob-strip__item--repair::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.82), transparent 48%);
  pointer-events: none;
}

.lob-strip--repair .lob-strip__item--iphone {
  background: linear-gradient(145deg, #eff5ff 0%, #ffffff 38%, #dcecff 100%);
}

.lob-strip--repair .lob-strip__item--mac {
  background: linear-gradient(145deg, #eef7ff 0%, #ffffff 40%, #d9e6ff 100%);
}

.lob-strip--repair .lob-strip__item--ipad {
  background: linear-gradient(145deg, #f1fbff 0%, #ffffff 40%, #def6ff 100%);
}

.lob-strip--repair .lob-strip__item--watch {
  background: linear-gradient(145deg, #f4efff 0%, #ffffff 42%, #e5dbff 100%);
}

.lob-strip--repair .lob-strip__item--booking {
  background: linear-gradient(145deg, #fff4e8 0%, #ffffff 42%, #ffe1bf 100%);
}

.lob-strip--repair .lob-strip__item--repair:hover,
.lob-strip--repair .lob-strip__item--repair.is-active {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 24px 48px rgba(28, 53, 102, 0.14);
}

.lob-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 4px 0 24px;
}

.lob-subnav a {
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(21, 23, 27, 0.06);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.catalog-hero {
  position: relative;
  padding: 28px 0 46px;
  text-align: center;
}

.catalog-hero--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 22px;
  align-items: stretch;
  text-align: left;
  overflow: clip;
}

.catalog-hero--split p {
  margin-left: 0;
  margin-right: 0;
}

.catalog-hero--split .catalog-links {
  justify-content: flex-start;
}

.catalog-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.catalog-hero p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.5;
}

.catalog-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 22px;
}

.catalog-links a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

.catalog-links a::after {
  content: ' >';
}

.device-store-hero {
  isolation: isolate;
  margin-top: 8px;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.94), transparent 24%),
    radial-gradient(circle at 76% 8%, rgba(88, 144, 255, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(229, 239, 255, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    0 38px 110px rgba(20, 42, 76, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.device-store-hero::before {
  content: '';
  position: absolute;
  inset: auto 7% -1px;
  height: 18px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, rgba(19, 104, 255, 0.08), rgba(19, 104, 255, 0.34), rgba(111, 221, 255, 0.08));
  filter: blur(1px);
  pointer-events: none;
}

.device-store-hero h1 {
  max-width: 880px;
}

.device-store-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.device-store-hero__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 104, 255, 0.1);
  color: #314056;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(33, 65, 112, 0.08);
}

.device-offer-ribbon {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 10px;
}

.device-offer-ribbon__card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 26px;
  border-radius: 34px;
  color: #fff;
  text-decoration: none;
  background: #111827;
  box-shadow: var(--shadow-strong);
  transform: translateZ(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.device-offer-ribbon__card::before,
.device-offer-ribbon__card::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.device-offer-ribbon__card::before {
  inset: -50px -34px auto auto;
  width: 210px;
  height: 210px;
  background: rgba(255, 255, 255, 0.16);
}

.device-offer-ribbon__card::after {
  right: 26px;
  bottom: 24px;
  width: 86px;
  height: 86px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.18) 46%, transparent 72%);
  filter: blur(0.2px);
}

.device-offer-ribbon__card:hover,
.device-offer-ribbon__card:focus-visible {
  transform: translateY(-5px) rotateX(3deg);
  box-shadow: 0 42px 110px rgba(20, 40, 72, 0.24);
  outline: none;
}

.device-offer-ribbon__card--iphone {
  background:
    radial-gradient(circle at 92% 12%, rgba(123, 201, 255, 0.36), transparent 32%),
    linear-gradient(135deg, #0a1020 0%, #153e93 100%);
}

.device-offer-ribbon__card--mac {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 213, 124, 0.28), transparent 32%),
    linear-gradient(135deg, #15110c 0%, #835320 100%);
}

.device-offer-ribbon__card span {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.device-offer-ribbon__card strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 540px;
  margin-top: 12px;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.device-offer-ribbon__card small {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 470px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.5;
  font-weight: 700;
}

.catalog-scene {
  position: absolute;
  pointer-events: none;
  inset: 8px auto auto 34%;
  width: 330px;
  height: 230px;
  z-index: 0;
}

.catalog-hero > :not(.catalog-scene),
.store-intro > :not(.catalog-scene) {
  position: relative;
  z-index: 1;
}

.catalog-glow,
.catalog-panel-float {
  position: absolute;
  border-radius: 999px;
}

.catalog-glow {
  mix-blend-mode: screen;
  opacity: 0.72;
  box-shadow: var(--shadow-strong);
}

.catalog-glow--blue {
  left: 22px;
  top: 32px;
  width: 104px;
  height: 104px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.92), rgba(90, 218, 255, 0.7) 46%, rgba(90, 218, 255, 0.08) 74%);
}

.catalog-glow--violet {
  right: 16px;
  top: 8px;
  width: 146px;
  height: 146px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.92), rgba(147, 109, 255, 0.7) 42%, rgba(118, 82, 255, 0.08) 74%);
}

.catalog-panel-float {
  border: 1px solid rgba(255, 255, 255, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12)),
    rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.catalog-panel-float--large {
  right: 34px;
  bottom: 26px;
  width: 230px;
  height: 118px;
  transform: rotate(-12deg);
}

.catalog-panel-float--small {
  left: 98px;
  bottom: 18px;
  width: 118px;
  height: 118px;
  transform: rotate(14deg);
}

.catalog-hero-card,
.catalog-feature-card,
.catalog-stat-card {
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.catalog-hero-card {
  position: relative;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(105, 178, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(229, 238, 252, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(16px);
  transform: translateZ(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.catalog-hero-card:hover,
.catalog-feature-card:hover,
.catalog-stat-card:hover,
.catalog-card:hover {
  transform: translateY(-8px) rotateX(4deg);
  box-shadow: var(--shadow-strong);
  border-color: rgba(255, 255, 255, 0.82);
}

.catalog-hero-card h3,
.catalog-feature-card h3,
.catalog-stat-card strong {
  margin: 10px 0 0;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.catalog-hero-card ul,
.catalog-link-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.catalog-hero-card li,
.catalog-link-list li {
  padding: 14px 0;
  border-top: 1px solid rgba(21, 23, 27, 0.08);
}

.catalog-hero-card li:first-child,
.catalog-link-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.catalog-hero-card li strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.catalog-showcase {
  position: relative;
  min-height: 520px;
  padding: 48px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.8), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #eaf1fb 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}

.catalog-showcase--dark {
  background: linear-gradient(180deg, #0d0f14 0%, #1d2432 100%);
  color: #f5f7fb;
}

.catalog-showcase--dark p {
  color: rgba(245, 247, 251, 0.76);
}

.catalog-showcase__copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.catalog-showcase__copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.catalog-showcase__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-showcase__media img {
  width: 100%;
  max-width: 520px;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 26px 50px rgba(0, 0, 0, 0.16));
}

.support-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.support-action-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 30px;
  color: var(--text);
  text-decoration: none;
  background:
    radial-gradient(circle at 20% 0%, rgba(10, 108, 255, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 244, 253, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.support-action-card:hover,
.support-action-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(10, 108, 255, 0.22);
  box-shadow: 0 28px 55px rgba(43, 61, 86, 0.17);
  outline: none;
}

.support-action-card span,
.support-card-link {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.support-action-card strong {
  display: block;
  margin-top: 16px;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.support-action-card p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.support-card-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
}

.support-card-link::after {
  content: ' >';
}

.support-request {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 22px;
  align-items: start;
  margin: 24px 0;
  padding: 30px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 8% 8%, rgba(10, 108, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 243, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.support-request__copy h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.support-request__copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.support-request-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hidden-field {
  display: none;
}

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

.support-form-grid label {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 900;
}

.support-form-grid__wide {
  grid-column: 1 / -1;
}

.support-form-grid input,
.support-form-grid select,
.support-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(21, 23, 27, 0.1);
  border-radius: 16px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font: inherit;
  font-weight: 650;
  outline: none;
}

.support-form-grid textarea {
  resize: vertical;
}

.support-form-grid input:focus,
.support-form-grid select:focus,
.support-form-grid textarea:focus {
  border-color: rgba(10, 108, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(10, 108, 255, 0.08);
}

.support-submit {
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827 0%, #2f5bff 100%);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(47, 91, 255, 0.18);
}

.support-form-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(30, 164, 93, 0.12);
  color: #0f8a4d;
  font-size: 0.92rem;
  line-height: 1.5;
}

.support-form-status.is-error {
  background: rgba(214, 72, 72, 0.12);
  color: #b63737;
}

.catalog-feature-row,
.catalog-stat-row {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.catalog-feature-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-stat-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-feature-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 245, 253, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.catalog-feature-card h3 {
  font-size: 1.5rem;
}

.catalog-feature-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  line-height: 1.8;
  color: var(--muted);
}

.catalog-link-list a {
  text-decoration: none;
  font-weight: 600;
}

.catalog-link-list a:hover {
  color: var(--blue);
}

.catalog-stat-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 245, 253, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.catalog-stat-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.9rem;
}

.catalog-stat-card p {
  margin: 10px 0 0;
}

.accessory-quick-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 38px;
}

.accessory-mini-card {
  min-height: 190px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 8px 16px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 245, 253, 0.88));
  box-shadow: var(--shadow);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.accessory-mini-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-strong);
}

.accessory-mini-card img {
  grid-row: 1 / 3;
  width: 100%;
  height: 154px;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(20, 31, 48, 0.14));
}

.accessory-mini-card span {
  align-self: end;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.accessory-mini-card strong {
  align-self: start;
  color: var(--muted);
  font-size: 0.98rem;
}

.accessory-products {
  padding-top: 52px;
}

.accessory-products--straps {
  padding-top: 72px;
}

.accessory-products--power {
  padding-top: 72px;
}

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

.accessory-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.9), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 245, 253, 0.9));
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.accessory-card:hover {
  transform: translateY(-8px) rotateX(3deg);
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-strong);
}

.accessory-card--feature {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: stretch;
}

.accessory-card__media {
  min-height: 320px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at center, rgba(111, 164, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.52);
}

.accessory-card__media img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 28px 48px rgba(20, 31, 48, 0.16));
}

.accessory-card__media--gallery,
.accessory-card__media--duo {
  display: grid;
  align-items: center;
}

.accessory-card__media--gallery {
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 12px;
}

.accessory-card__media--duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.accessory-card__media--duo img:nth-child(3) {
  grid-column: 1 / -1;
  max-height: 170px;
}

.accessory-card__media--gallery img,
.accessory-card__media--duo img {
  min-height: 0;
  padding: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
}

.accessory-card__body {
  padding: 28px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.accessory-card__tag {
  color: #d86f22;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.accessory-card h3 {
  margin: 12px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.accessory-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.accessory-card__meta {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.accessory-card__meta strong {
  font-size: 1.05rem;
}

.accessory-card__meta a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.store-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: 28px;
  padding: 30px 0 22px;
  overflow: clip;
}

.store-intro h1,
.store-latest-heading h2,
.store-difference-heading h2 {
  margin: 0;
  letter-spacing: -0.07em;
}

.store-intro h1 {
  font-size: clamp(3.6rem, 8vw, 6.8rem);
  line-height: 0.9;
}

.store-intro p,
.store-latest-heading p,
.store-difference-heading p,
.product-pill span,
.launch-card__copy p,
.launch-card__price,
.difference-card p {
  color: var(--muted);
}

.store-intro__aside {
  justify-self: end;
  max-width: 360px;
}

.store-intro__scene {
  inset: 0 16% auto auto;
  width: 360px;
  height: 250px;
}

.store-intro__aside h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.store-intro__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.store-intro__links a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}

.store-product-strip {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 10px 0 34px;
  scroll-snap-type: x proximity;
}

.product-pill {
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.product-pill:hover {
  transform: translateY(-6px);
}

.product-pill__art {
  width: 100px;
  height: 80px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(229, 238, 252, 0.94) 100%);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-pill:hover .product-pill__art {
  transform: translateY(-4px) rotateX(6deg);
  box-shadow: var(--shadow-strong);
}

.product-pill__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-pill strong {
  font-size: 0.98rem;
  letter-spacing: -0.03em;
}

.store-latest {
  padding-top: 18px;
}

.store-latest-heading,
.store-difference-heading {
  margin-bottom: 20px;
}

.store-latest-heading h2,
.store-difference-heading h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.98;
}

.store-latest-heading p,
.store-difference-heading p {
  margin: 8px 0 0;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 600;
}

.launch-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 0 10px;
  scroll-snap-type: x proximity;
}

.launch-card {
  position: relative;
  min-width: min(340px, 84vw);
  min-height: 460px;
  padding: 28px;
  border-radius: 32px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.68);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transform: translateZ(0);
}

.launch-card::before {
  content: '';
  position: absolute;
  inset: -28% auto auto -12%;
  width: 54%;
  height: 62%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  pointer-events: none;
}

.launch-card:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(-3deg);
  box-shadow: var(--shadow-strong);
  border-color: rgba(255, 255, 255, 0.84);
}

.launch-card--light {
  background: linear-gradient(180deg, #ffffff 0%, #f2f5fb 100%);
}

.launch-card--soft {
  background: linear-gradient(180deg, #edf6ff 0%, #d8ebfb 100%);
}

.launch-card--dark {
  background: linear-gradient(180deg, #0a0b0f 0%, #171b25 100%);
  color: #f6f8fb;
}

.launch-card--dark .launch-card__copy p,
.launch-card--dark .launch-card__price {
  color: rgba(246, 248, 251, 0.72);
}

.launch-card__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d86f22;
}

.launch-card__copy h3 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.launch-card__copy p {
  margin: 8px 0 0;
  font-size: 1.1rem;
  line-height: 1.35;
}

.launch-card__price {
  margin-top: 10px;
  font-size: 0.98rem;
}

.launch-card__art {
  height: 250px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(224, 233, 246, 0.45) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.launch-card__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  filter: drop-shadow(0 24px 34px rgba(20, 30, 48, 0.14));
}

.store-difference {
  padding-top: 52px;
}

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

.difference-card {
  padding: 28px;
  min-height: 220px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 245, 253, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.difference-card:hover {
  transform: translateY(-8px) rotateX(4deg);
  box-shadow: var(--shadow-strong);
  border-color: rgba(255, 255, 255, 0.84);
}

.difference-card__eyebrow {
  color: #d86f22;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.difference-card h3 {
  margin: 14px 0 0;
  font-size: 1.7rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.difference-card p {
  margin: 10px 0 0;
  line-height: 1.55;
}

.login-page {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 72px;
}

.login-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.login-showcase,
.login-card {
  border-radius: 36px;
  box-shadow: var(--shadow);
}

.login-showcase {
  padding: 40px;
  background:
    radial-gradient(circle at top left, rgba(87, 145, 255, 0.24), transparent 26%),
    radial-gradient(circle at 85% 14%, rgba(7, 16, 33, 0.2), transparent 18%),
    linear-gradient(180deg, #f8fbff 0%, #e9f0fb 100%);
}

.login-showcase h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.login-intro {
  max-width: 56ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.login-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.login-benefit {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(21, 23, 27, 0.06);
}

.login-benefit span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.login-benefit strong {
  display: block;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.login-benefit p,
.login-card__top p,
.login-note {
  color: var(--muted);
}

.login-benefit p {
  margin: 10px 0 0;
  line-height: 1.55;
}

.login-card {
  padding: 34px;
  background: rgba(255, 255, 255, 0.92);
}

.login-card__top h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.login-card__top p {
  margin: 14px 0 0;
  line-height: 1.6;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.login-note a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}

.login-google {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.login-google-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(21, 23, 27, 0.1);
  background:
    radial-gradient(circle at 12% 18%, rgba(66, 133, 244, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  color: #13161d;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 18px rgba(18, 33, 52, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.login-google-button:hover,
.login-google-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(66, 133, 244, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 14px 24px rgba(18, 33, 52, 0.12);
  outline: none;
}

.login-google-button__icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(21, 23, 27, 0.08);
}

.login-google > div,
.login-google iframe {
  width: 100% !important;
}

.login-guest {
  min-height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(21, 23, 27, 0.1);
  background: linear-gradient(180deg, #f7f9fd 0%, #edf2f9 100%);
  color: var(--text);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.guest-lead-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(10, 108, 255, 0.12);
  background:
    radial-gradient(circle at 10% 0%, rgba(10, 108, 255, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 248, 255, 0.95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.guest-lead-panel[hidden] {
  display: none;
}

.guest-lead-panel__title {
  margin: 0;
  color: var(--text);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.guest-lead-panel__text {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guest-lead-grid {
  display: grid;
  gap: 12px;
}

.guest-lead-grid label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 800;
}

.guest-lead-grid input,
.guest-lead-grid textarea {
  width: 100%;
  border: 1px solid rgba(21, 23, 27, 0.1);
  border-radius: 16px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
  font-weight: 600;
  outline: none;
  resize: vertical;
}

.guest-lead-grid input:focus,
.guest-lead-grid textarea:focus {
  border-color: rgba(10, 108, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(10, 108, 255, 0.08);
}

.login-guest-submit {
  min-height: 54px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827 0%, #2f5bff 100%);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(47, 91, 255, 0.18);
}

.login-divider {
  position: relative;
  text-align: center;
  margin: 6px 0 2px;
}

.login-divider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(21, 23, 27, 0.08);
}

.login-divider span {
  position: relative;
  z-index: 1;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--muted);
  font-size: 0.88rem;
}

.login-note {
  margin: 18px 0 0;
  font-size: 0.94rem;
}

.login-auth-status {
  margin: -4px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(10, 108, 255, 0.08);
  color: #0a58d0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.login-auth-status.is-success {
  background: rgba(30, 164, 93, 0.12);
  color: #0f8a4d;
}

.login-auth-status.is-error {
  background: rgba(214, 72, 72, 0.12);
  color: #b63737;
}

.account-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 82px;
}

.account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
  padding: 38px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 12%, rgba(10, 108, 255, 0.18), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  box-shadow: var(--shadow);
}

.account-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.account-hero p {
  max-width: 58ch;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.account-status-card,
.account-card {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.account-status-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 8px;
  padding: 24px;
}

.account-status-card span,
.account-card__eyebrow {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-status-card strong {
  word-break: break-word;
  font-size: 1.35rem;
}

.account-status-card small {
  color: var(--blue);
  font-weight: 800;
}

.account-contact {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.account-card {
  padding: 26px;
}

.account-card h2 {
  margin: 10px 0 0;
  font-size: 1.9rem;
  letter-spacing: -0.05em;
}

.account-card p {
  color: var(--muted);
  line-height: 1.55;
}

.account-card .secondary-action {
  margin-top: 10px;
}

.commerce-page {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 88px;
}

.policy-page {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 88px;
}

.policy-hero,
.policy-card,
.site-footer {
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(240, 246, 255, 0.84));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.policy-hero {
  padding: clamp(28px, 5vw, 56px);
  border-radius: 36px;
}

.policy-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.policy-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.policy-hero span {
  display: inline-flex;
  margin-top: 22px;
  color: var(--muted);
  font-weight: 800;
}

.policy-card {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 32px;
}

.policy-card h2 {
  margin: 28px 0 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: -0.04em;
}

.policy-card h2:first-child {
  margin-top: 0;
}

.policy-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto 26px;
  padding: 18px 22px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a {
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.commerce-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.commerce-shell--checkout {
  grid-template-columns: minmax(0, 1fr) 400px;
}

.commerce-heading h1,
.success-card h1 {
  margin: 0;
  letter-spacing: -0.06em;
  line-height: 0.94;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

.commerce-heading p {
  margin: 10px 0 0;
  color: var(--muted);
}

.commerce-card,
.success-card,
.commerce-empty,
.cart-item {
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.commerce-card,
.commerce-empty,
.success-card {
  padding: 30px;
}

.commerce-empty {
  display: none;
  margin-top: 22px;
  text-align: center;
}

.commerce-empty.is-visible {
  display: block;
}

#cart-content.is-hidden {
  display: none;
}

.cart-items {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.cart-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 22px;
  align-items: center;
}

.cart-item__media {
  height: 140px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #f9fbff 0%, #edf2f9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item__media img,
.checkout-item img,
.success-order__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-item__body h3,
.commerce-card h2,
.checkout-section h2 {
  margin: 0;
  letter-spacing: -0.04em;
}

.cart-item__variant,
.checkout-item p,
.success-order__item p,
.success-order__hero p,
.success-order__meta span {
  margin: 8px 0 0;
  color: var(--muted);
}

.cart-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.cart-item__controls {
  display: flex;
  align-items: end;
  gap: 16px;
  margin-top: 18px;
}

.cart-item__controls label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-item__controls select,
.checkout-form input {
  min-height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(21, 23, 27, 0.1);
  padding: 0 14px;
  font: inherit;
  background: #fff;
}

.cart-item__remove {
  border: 0;
  background: transparent;
  color: #d33d2f;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.cart-item__price {
  font-size: 1.15rem;
  font-weight: 800;
}

.commerce-row,
.commerce-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
}

.commerce-row {
  border-top: 1px solid rgba(21, 23, 27, 0.08);
  color: var(--muted);
}

.commerce-total {
  border-top: 1px solid rgba(21, 23, 27, 0.08);
  font-size: 1.12rem;
  font-weight: 800;
}

.commerce-action + .commerce-action {
  margin-top: 10px;
}

.checkout-form {
  margin-top: 22px;
}

.checkout-section + .checkout-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(21, 23, 27, 0.08);
}

.checkout-items {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}

.checkout-item,
.success-order__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(21, 23, 27, 0.08);
}

.checkout-item img,
.success-order__item img {
  height: 74px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f9fbff 0%, #edf2f9 100%);
}

.success-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 90px;
}

.success-card {
  background:
    radial-gradient(circle at top left, rgba(87, 145, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #eef4fc 100%);
}

.success-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(10, 108, 255, 0.1);
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.success-order__hero {
  margin-top: 18px;
}

.payment-card {
  display: grid;
  gap: 22px;
}

.payment-card > p {
  margin: 0;
  color: var(--muted);
}

.payment-order-card {
  display: grid;
  gap: 20px;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(10, 108, 255, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.payment-order-card h2 {
  margin: 8px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.05em;
}

.payment-order-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

.payment-upi-box {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(84, 147, 255, 0.38), transparent 34%),
    linear-gradient(135deg, #121826 0%, #1d3159 100%);
}

.payment-upi-box span,
.payment-upi-box small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.payment-upi-box strong {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  letter-spacing: -0.03em;
}

.payment-actions {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
}

.payment-note {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(10, 108, 255, 0.08);
  font-weight: 700;
}

.payment-empty {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
}

.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

.success-order__meta {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(21, 23, 27, 0.08);
  border-bottom: 1px solid rgba(21, 23, 27, 0.08);
}

.success-order__items {
  display: grid;
  gap: 4px;
  margin-top: 10px;
}

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

.device-listing-section {
  padding-top: 34px;
}

.device-listing-group {
  scroll-margin-top: 112px;
}

.device-listing-group + .device-listing-group {
  margin-top: 38px;
}

.device-listing-header {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 6px 4px;
}

.device-listing-header h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.device-listing-header p,
.device-item__price,
.device-item__meta {
  color: var(--muted);
}

.device-listing-header p {
  margin: 10px 0 0;
  max-width: 520px;
  font-size: 1.04rem;
  line-height: 1.5;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.device-item {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 4%, rgba(136, 184, 255, 0.14), transparent 31%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 245, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow:
    0 22px 70px rgba(20, 40, 72, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.device-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.38) 38%, transparent 68%);
  opacity: 0;
  transform: translateX(-38%);
  transition: opacity 0.28s ease, transform 0.5s ease;
  pointer-events: none;
}

.device-item--interactive {
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.device-item--interactive:hover {
  transform: translateY(-7px) rotateX(2deg);
  border-color: rgba(19, 104, 255, 0.22);
  box-shadow: 0 34px 90px rgba(20, 40, 72, 0.17);
}

.device-item--interactive:hover::before {
  opacity: 1;
  transform: translateX(36%);
}

.device-item__eyebrow {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #135bd7;
  background: rgba(19, 104, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.device-item h3 {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  font-size: 1.9rem;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.device-item__meta {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.45;
}

.device-item__visual {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  height: 210px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(180deg, #f9fbff 0%, #e7effa 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 -26px 56px rgba(70, 95, 132, 0.08);
}

.device-item__visual img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(16, 26, 44, 0.14));
  transition: transform 0.32s ease, filter 0.32s ease;
}

.device-item--interactive:hover .device-item__visual img {
  transform: translateY(-4px) scale(1.045);
  filter: drop-shadow(0 28px 34px rgba(16, 26, 44, 0.18));
}

.device-item__price {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 22px;
  font-size: 1.08rem;
  font-weight: 900;
  color: #202733;
}

.device-item__buy {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #111827 0%, #0a6cff 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(10, 108, 255, 0.22);
}

.device-item__buy::after {
  content: ' >';
}

@media (min-width: 920px) {
  .device-listing-group:first-child .device-item:first-child,
  .device-listing-group:nth-child(2) .device-item:first-child {
    grid-column: span 2;
  }

  .device-listing-group:first-child .device-item:first-child .device-item__visual,
  .device-listing-group:nth-child(2) .device-item:first-child .device-item__visual {
    height: 250px;
  }
}

.purchase-page {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 88px;
}

.purchase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.88fr);
  gap: 24px;
  align-items: start;
}

.purchase-gallery,
.purchase-config,
.purchase-summary,
.purchase-confirmation {
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 245, 253, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.purchase-gallery {
  position: relative;
  padding: 34px;
}

.purchase-gallery__frame {
  min-height: 520px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 80%, rgba(106, 150, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f9fbff 0%, #edf2f9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.purchase-gallery__frame img {
  width: 100%;
  max-width: 560px;
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 34px 54px rgba(23, 35, 55, 0.16));
}

.purchase-gallery__views {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.purchase-gallery__view {
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(21, 23, 27, 0.08);
  background: #f8fbff;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.purchase-gallery__view.is-active {
  border-color: rgba(10, 108, 255, 0.34);
  background: #eef5ff;
  transform: translateY(-1px);
}

.purchase-config {
  padding: 30px;
}

.purchase-config h1,
.purchase-summary h2,
.purchase-confirmation h2 {
  margin: 0;
  letter-spacing: -0.06em;
}

.purchase-config h1 {
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 0.94;
}

.purchase-price {
  margin-top: 10px;
  font-size: 1.2rem;
  color: var(--muted);
}

.purchase-section {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(21, 23, 27, 0.08);
}

.purchase-section--checkout-only {
  display: none;
}

.purchase-section h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

.purchase-exchange {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(42, 94, 255, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0%, rgba(51, 112, 255, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 240, 255, 0.92));
  box-shadow:
    0 24px 44px rgba(35, 72, 150, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.purchase-exchange::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -70px;
  bottom: -84px;
  border-radius: 999px;
  background: rgba(10, 108, 255, 0.12);
  filter: blur(2px);
}

.purchase-exchange__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.purchase-exchange__head h3 {
  margin-bottom: 0;
}

.purchase-exchange__head > strong {
  padding: 9px 12px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 16px 28px rgba(17, 24, 39, 0.18);
}

.purchase-exchange__label {
  display: block;
  margin-bottom: 7px;
  color: #0a6cff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.purchase-exchange__copy {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.purchase-exchange__choices {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.purchase-exchange__choices label {
  position: relative;
}

.purchase-exchange__choices input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.purchase-exchange__choices span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(21, 23, 27, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.purchase-exchange__choices input:checked + span {
  border-color: rgba(10, 108, 255, 0.36);
  background: #eef5ff;
  transform: translateY(-1px);
}

.purchase-exchange__details {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.purchase-exchange__details[hidden] {
  display: none;
}

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

.purchase-exchange__details label,
.purchase-exchange__condition {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 800;
}

.purchase-exchange__details input,
.purchase-exchange__details select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(10, 108, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font: inherit;
}

.purchase-exchange__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 180px;
  overflow: auto;
  padding-right: 4px;
}

.purchase-exchange__checks .check-item {
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  line-height: 1.25;
}

.purchase-exchange__math {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.purchase-exchange__math span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
}

.purchase-exchange__math span:last-child {
  color: var(--text);
  font-weight: 900;
}

.purchase-exchange__note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.color-options,
.payment-options {
  display: grid;
  gap: 12px;
}

.color-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.payment-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.color-option,
.payment-option {
  position: relative;
}

.color-option input,
.payment-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.color-option label,
.payment-option label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(21, 23, 27, 0.08);
  background: #f8fbff;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.color-option input:checked + label,
.payment-option input:checked + label {
  border-color: rgba(10, 108, 255, 0.34);
  background: #eef5ff;
  transform: translateY(-1px);
}

.color-swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(21, 23, 27, 0.18);
  flex: 0 0 auto;
}

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

.purchase-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.purchase-grid span,
.purchase-config textarea + span {
  font-size: 0.93rem;
  font-weight: 700;
}

.purchase-grid input,
.purchase-grid select,
.purchase-config textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #f8fbff;
  color: var(--text);
  font: inherit;
}

.purchase-grid__full {
  grid-column: 1 / -1;
}

.purchase-summary {
  margin-top: 22px;
  padding: 24px;
}

.purchase-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(21, 23, 27, 0.08);
  color: var(--muted);
}

.purchase-summary__row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.purchase-summary__row strong {
  color: var(--text);
}

.purchase-total {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(21, 23, 27, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.15rem;
}

.purchase-total strong:last-child {
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.purchase-summary__row--muted {
  opacity: 0.72;
}

.purchase-action-hint {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.purchase-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.purchase-action-row .primary-action,
.purchase-action-row .secondary-action {
  margin-top: 16px;
}

.purchase-confirmation {
  display: none;
  margin-top: 22px;
  padding: 24px;
  background: linear-gradient(135deg, #0e1015 0%, #20304a 100%);
  color: #f5f7fb;
}

.purchase-confirmation.is-visible {
  display: block;
}

.purchase-confirmation p {
  margin: 10px 0 0;
  color: rgba(245, 247, 251, 0.76);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.catalog-card {
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 245, 253, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.catalog-card h3 {
  margin: 0 0 12px;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.catalog-card p,
.catalog-card li {
  color: var(--muted);
}

.catalog-card ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.85;
}

.catalog-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  margin-top: 22px;
}

.catalog-panel {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.catalog-panel--dark {
  background: linear-gradient(180deg, #111318 0%, #1d2534 100%);
  color: #f5f7fb;
}

.catalog-panel--dark p,
.catalog-panel--dark li {
  color: rgba(245, 247, 251, 0.76);
}

.catalog-panel h3 {
  margin: 0 0 14px;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.catalog-panel ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.85;
}

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

.catalog-mini-card {
  padding: 18px;
  border-radius: 22px;
  background: #f8fbff;
}

.catalog-mini-card strong {
  display: block;
  margin-bottom: 6px;
}

.catalog-mini-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .hero-stage {
    overflow: clip;
  }

  .hero-scene {
    inset: 92px -48px auto -30px;
    height: 280px;
    opacity: 0.82;
  }

  .hero-orb--violet {
    width: 220px;
    height: 220px;
  }

  .hero-orb--cyan {
    top: 34px;
    left: 40px;
    width: 156px;
    height: 156px;
  }

  .hero-orb--amber {
    top: 186px;
    right: 220px;
  }

  .hero-plane--large {
    right: 14px;
    width: 320px;
    height: 160px;
  }

  .hero-plane--small {
    left: 38%;
    top: 148px;
  }

  .hero-tile:hover,
  .ecosystem-card:hover,
  .family-card:hover,
  .catalog-hero-card:hover,
  .catalog-feature-card:hover,
  .catalog-stat-card:hover,
  .catalog-card:hover,
  .launch-card:hover,
  .difference-card:hover,
  .product-pill:hover {
    transform: translateY(-4px);
  }

  .catalog-scene {
    inset: 32px auto auto 24%;
    width: 280px;
    height: 200px;
    opacity: 0.82;
  }

  .store-intro__scene {
    inset: 0 4% auto auto;
    width: 280px;
  }

  .purchase-layout,
  .store-intro,
  .difference-grid,
  .device-grid,
  .device-offer-ribbon,
  .lob-strip,
  .hero-grid,
  .ecosystem-grid,
  .category-family-grid,
  .repair-estimate-meta,
  .split-showcase,
  .store-grid,
  .trade-grid,
  .mini-stat-grid,
  .catalog-showcase,
  .support-action-grid,
  .exchange-offer-grid,
  .catalog-feature-row,
  .catalog-stat-row,
  .accessory-quick-products,
  .accessory-product-grid,
  .catalog-grid,
  .catalog-split,
  .catalog-hero--split,
  .commerce-shell,
  .commerce-shell--checkout,
  .account-hero,
  .account-grid,
  .success-actions {
    grid-template-columns: 1fr;
  }

  .accessory-card--feature {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .accessory-mini-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .store-intro__aside {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at 20% -4%, rgba(19, 104, 255, 0.22), transparent 26%),
      radial-gradient(circle at 88% 12%, rgba(94, 216, 255, 0.18), transparent 20%),
      linear-gradient(180deg, #f8fbff 0%, #edf4ff 42%, #eaf0f8 100%);
  }

  .nav-shell,
  .hero-stage,
  .ecosystem-section,
  .service-categories,
  .split-showcase,
  .store-section,
  .trade-in-section,
  .contact-stage,
  .catalog-page,
  .account-page {
    width: min(100% - 22px, 520px);
  }

  .site-header {
    background: rgba(246, 250, 255, 0.78);
    border-bottom-color: rgba(255, 255, 255, 0.86);
  }

  .nav-shell {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas:
      'brand cta'
      'nav nav';
    gap: 10px 12px;
    align-items: center;
    min-height: auto;
    padding: 10px 0 12px;
  }

  .brand {
    grid-area: brand;
  }

  .nav-cta {
    grid-area: cta;
    justify-self: end;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(19, 104, 255, 0.1);
    color: var(--blue);
    font-size: 0.82rem;
  }

  .site-nav {
    grid-area: nav;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 12px 28px rgba(22, 43, 72, 0.08);
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar,
  .lob-strip::-webkit-scrollbar,
  .lob-subnav::-webkit-scrollbar {
    display: none;
  }

  .nav-menu-item {
    flex: 0 0 auto;
  }

  .site-nav a,
  .nav-menu-trigger {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    color: #405064;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .nav-menu-trigger.is-open,
  .site-nav a:hover {
    background: #111827;
    color: #fff;
  }

  .mega-menu-shell {
    display: none;
  }

  .hero-stage {
    padding: 34px 0 26px;
  }

  .hero-copy,
  .section-heading {
    text-align: left;
  }

  .hero-copy h1 {
    max-width: 8.8ch;
    margin-inline: 0;
    font-size: clamp(3.15rem, 16vw, 5rem);
    line-height: 0.9;
    letter-spacing: -0.075em;
  }

  .catalog-scene {
    display: none;
  }

  .hero-scene {
    inset: 132px -86px auto -78px;
    height: 220px;
    opacity: 0.62;
    filter: blur(2px);
  }

  .hero-plane--large {
    width: 240px;
    height: 126px;
  }

  .hero-plane--small {
    left: 52%;
    width: 118px;
    height: 118px;
  }

  .hero-subcopy,
  .section-heading p,
  .showcase-copy p {
    font-size: 1rem;
  }

  .hero-subcopy {
    max-width: 34ch;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-links {
    justify-content: flex-start;
    gap: 10px;
  }

  .hero-links a {
    padding: 11px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 22px rgba(22, 43, 72, 0.08);
    font-size: 0.92rem;
  }

  .hero-tile {
    min-height: 245px;
    border-radius: 28px;
    padding: 20px;
    transform: none;
  }

  .hero-tile h3,
  .ecosystem-card h3,
  .store-card h3,
  .trade-side-panel h3 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
  }

  .hero-tile img {
    height: 132px;
    border-radius: 18px;
    transform: none;
  }

  .hero-tile--wide {
    min-height: auto;
  }

  .hero-tile--wide img {
    display: block;
    width: calc(100% + 44px);
    height: auto;
    margin-top: 28px;
    margin-left: -22px;
    margin-right: -22px;
    border-radius: 0 0 22px 22px;
  }

  .section-heading h2,
  .catalog-hero h1,
  .support-request__copy h2,
  .store-intro h1,
  .account-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4.15rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
  }

  .hero-tile:hover,
  .ecosystem-card:hover,
  .family-card:hover,
  .catalog-hero-card:hover,
  .catalog-feature-card:hover,
  .catalog-stat-card:hover,
  .catalog-card:hover,
  .launch-card:hover,
  .difference-card:hover,
  .product-pill:hover {
    transform: translateY(-2px);
  }

  .form-grid,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .form-grid__full {
    grid-column: auto;
  }

  .showcase-copy,
  .config-form,
  .store-card,
  .trade-side-panel,
  .contact-form,
  .closing-banner,
  .login-showcase,
  .login-card,
  .support-request,
  .account-hero,
  .account-card {
    padding: 20px;
    border-radius: 28px;
  }

  .brand__logo {
    width: 106px;
    height: 40px;
    padding: 4px 10px;
  }

  .login-shell,
  .login-benefits {
    grid-template-columns: 1fr;
  }

  .cart-item,
  .checkout-item,
  .success-order__item,
  .purchase-action-row,
  .purchase-exchange__choices,
  .purchase-exchange__grid,
  .purchase-exchange__checks,
  .payment-actions {
    grid-template-columns: 1fr;
  }

  .catalog-showcase,
  .support-action-card,
  .exchange-offer-section,
  .exchange-offer-card,
  .catalog-card,
  .accessory-card__body,
  .catalog-panel,
  .catalog-feature-card,
  .catalog-stat-card,
  .catalog-hero-card,
  .purchase-gallery,
  .purchase-config,
  .purchase-summary,
  .purchase-confirmation {
    padding: 20px;
    border-radius: 28px;
  }

  .support-request {
    gap: 18px;
  }

  .support-form-grid,
  .guest-lead-grid,
  .checkout-form-grid {
    grid-template-columns: 1fr;
  }

  .support-form-grid__wide {
    grid-column: auto;
  }

  .support-request-form,
  .login-form,
  .purchase-config {
    border-radius: 26px;
  }

  .support-submit,
  .login-google-button,
  .login-guest,
  .login-guest-submit,
  .primary-action,
  .secondary-action {
    min-height: 54px;
  }

  .exchange-offer-section {
    width: min(100% - 22px, 520px);
    margin-top: 8px;
    padding: 20px;
    border-radius: 30px;
  }

  .exchange-offer-heading h2 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
    line-height: 0.92;
  }

  .exchange-offer-heading p:not(.section-kicker) {
    font-size: 0.98rem;
  }

  .exchange-offer-card {
    min-height: 292px;
  }

  .exchange-offer-card strong {
    font-size: clamp(4.2rem, 21vw, 6.4rem);
  }

  .exchange-offer-card h3 {
    max-width: 11ch;
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .accessory-mini-card {
    min-height: auto;
    padding: 16px;
  }

  .accessory-mini-card img {
    height: 126px;
  }

  .catalog-hero p {
    font-size: 1rem;
  }

  .device-store-hero,
  .device-offer-ribbon__card,
  .device-item {
    border-radius: 28px;
  }

  .device-store-hero {
    padding: 22px;
  }

  .device-store-hero__badges {
    gap: 8px;
  }

  .device-store-hero__badges span {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 0.78rem;
  }

  .device-offer-ribbon {
    margin-top: 18px;
  }

  .device-offer-ribbon__card {
    min-height: 210px;
    padding: 22px;
  }

  .device-offer-ribbon__card strong {
    font-size: clamp(2rem, 11vw, 3.35rem);
  }

  .device-listing-header {
    display: block;
    padding: 0;
  }

  .device-item {
    min-height: auto;
    padding: 20px;
  }

  .device-item__visual {
    height: 190px;
  }

  .catalog-mini-grid {
    grid-template-columns: 1fr;
  }

  .store-intro {
    gap: 18px;
    padding-top: 12px;
  }

  .store-intro__aside h2 {
    font-size: 1.9rem;
  }

  .launch-card {
    min-height: 400px;
    padding: 22px;
  }

  .difference-card {
    padding: 22px;
  }

  .purchase-gallery__frame {
    min-height: 360px;
  }

  .purchase-grid,
  .payment-options,
  .color-options,
  .purchase-gallery__views {
    grid-template-columns: 1fr;
  }

  .lob-strip {
    display: flex;
    overflow-x: auto;
    padding-bottom: 18px;
    scroll-snap-type: x proximity;
  }

  .lob-strip__item {
    min-width: 220px;
    scroll-snap-align: start;
  }

  .lob-subnav {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 18px;
  }
}
