/* Raysoft V13 — visual redesign inspired by a clean marketplace hierarchy.
   Functional SellAuth templates, data bindings and links are deliberately untouched. */

:root {
  --ray-cyan: rgb(var(--cl-accent));
  --ray-ink: #030a0c;
  --ray-surface: rgba(4, 16, 19, 0.9);
  --ray-surface-raised: rgba(6, 25, 28, 0.88);
  --ray-line: rgba(145, 255, 253, 0.16);
  --ray-line-strong: rgba(0, 255, 252, 0.42);
  --ray-copy: rgba(232, 248, 248, 0.7);
  --ray-muted: rgba(232, 248, 248, 0.54);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--ray-ink);
}

body.ray-template-shop {
  background-color: var(--ray-ink) !important;
}

::selection {
  background: var(--ray-cyan);
  color: #001316;
}

/* The global announcement is useful content, but it overwhelms the streamlined header. */
.announcement[data-component-id="announcement"] {
  display: none !important;
}

.ray-section-container {
  width: min(calc(100% - 64px), 1400px) !important;
  max-width: 1400px !important;
  margin-bottom: 118px;
}

/* SellAuth's generated container utilities vary between breakpoints.  These
   home-page building blocks must always occupy the same deliberate grid. */
.ray-stats-row,
.ray-magnum-card,
.ray-catalog-container,
.ray-catalog-grid,
.ray-why-layout,
.ray-faq-layout,
.ray-socials-layout {
  width: 100%;
}

[data-component-id="footer"] .container {
  max-width: 1220px !important;
}

/* On the home page the existing character artwork belongs to the hero only. */
.ray-template-shop .ray-home-background-art,
.ray-template-shop .ray-home-particles {
  height: 820px;
}

.ray-template-shop .ray-home-background-art {
  background-position: center top !important;
}

.ray-template-shop .ray-home-background-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(1, 9, 11, 0.02) 45%, var(--ray-ink) 100%);
  content: "";
}

.ray-template-shop .ray-home-particles canvas {
  width: 100% !important;
  height: 100% !important;
}

/* Header — a quiet frame for the page, with one clear primary action. */
[data-component-id="navbar"] > div > div {
  border-bottom: 1px solid rgba(175, 255, 255, 0.11);
  background: rgba(2, 11, 13, 0.77) !important;
  box-shadow: none !important;
}

[data-component-id="navbar"] > div > div > div {
  max-width: 1400px;
  padding: 14px 32px !important;
}

[data-component-id="navbar"] .ray-nav-brand {
  gap: 10px !important;
}

[data-component-id="navbar"] .ray-nav-brand img {
  width: 32px;
  max-height: 32px !important;
}

[data-component-id="navbar"] .ray-nav-brand h1 {
  font-size: 19px !important;
  letter-spacing: -0.035em;
}

[data-component-id="navbar"] .ray-nav-links {
  gap: 2px !important;
}

[data-component-id="navbar"] .ray-nav-links a {
  border: 0 !important;
  border-radius: 0.5rem !important;
  background: transparent !important;
  color: rgba(237, 255, 255, 0.62) !important;
  font-size: 13px !important;
  letter-spacing: 0.01em;
  line-height: 1;
  opacity: 1 !important;
  padding: 9px 11px !important;
}

[data-component-id="navbar"] .ray-nav-links a:hover,
[data-component-id="navbar"] .ray-nav-links a[href="/"] {
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgb(var(--cl-t-primary)) !important;
}

[data-component-id="navbar"] .ray-nav-actions {
  gap: 8px !important;
}

[data-component-id="navbar"] .ray-nav-actions > a,
[data-component-id="navbar"] .ray-nav-actions > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(223, 255, 255, 0.13) !important;
  border-radius: 0.65rem !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: rgb(var(--cl-t-primary)) !important;
  font-size: 13px !important;
  line-height: 1;
  padding: 0 13px !important;
}

[data-component-id="navbar"] .ray-nav-actions > a:first-child {
  border-color: transparent !important;
  background: var(--ray-cyan) !important;
  box-shadow: 0 8px 22px rgba(0, 255, 252, 0.16);
  color: rgb(var(--cl-t-accent)) !important;
  font-weight: 700;
}

[data-component-id="navbar"] .ray-nav-actions > a:last-child {
  width: 40px;
  padding: 0 !important;
}

[data-component-id="navbar"] .ray-nav-actions .language-selector select {
  width: 72px !important;
  height: 40px !important;
  border: 1px solid rgba(223, 255, 255, 0.13) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  font-size: 12px !important;
}

@media (min-width: 1024px) {
  [data-component-id="navbar"] .ray-nav-row {
    display: grid !important;
    grid-template-columns: minmax(230px, 1fr) auto minmax(280px, 1fr);
    gap: 20px;
  }

  [data-component-id="navbar"] .ray-nav-brand {
    justify-self: start;
  }

  [data-component-id="navbar"] .ray-nav-links {
    justify-self: center;
  }

  [data-component-id="navbar"] .ray-nav-actions {
    justify-self: end;
  }
}

/* Hero — text remains the focus; the existing character art becomes atmosphere, not UI. */
.ray-home-hero-shell {
  flex-direction: column;
  align-items: stretch !important;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  padding: 106px 0 40px;
}

.ray-home-hero-shell::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 9, 11, 0.92) 0%, rgba(2, 11, 13, 0.8) 31%, rgba(2, 11, 13, 0.28) 66%, rgba(2, 10, 12, 0.3) 100%);
  content: "";
}

.ray-home-hero-shell::after {
  position: absolute;
  z-index: -1;
  width: 48vw;
  height: 48vw;
  max-width: 720px;
  max-height: 720px;
  right: -20vw;
  top: -38%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 252, 0.105), rgba(0, 255, 252, 0) 68%);
  filter: blur(4px);
  content: "";
}

.ray-home-hero-content {
  display: flex;
  width: min(calc(100% - 64px), 1400px) !important;
  max-width: 1400px !important;
  min-height: 470px;
  align-items: center;
}

.ray-home-hero-copy {
  max-width: 620px;
  align-items: flex-start;
  text-align: left;
}

.ray-hero-kicker,
.ray-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(0, 255, 252, 0.31);
  border-radius: 999px;
  background: rgba(0, 255, 252, 0.075);
  color: var(--ray-cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 0 12px;
  text-transform: uppercase;
}

.ray-home-hero-copy h1 {
  max-width: 12ch;
  margin: 18px 0 18px !important;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(58px, 5.1vw, 82px) !important;
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98 !important;
  text-wrap: balance;
}

.ray-hero-subtitle {
  max-width: 560px;
  margin: 0 !important;
  color: rgba(235, 253, 253, 0.78) !important;
  font-size: 18px !important;
  line-height: 1.55;
}

.ray-hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.ray-hero-actions a {
  min-height: 48px;
  border-radius: 0.75rem !important;
  font-size: 14px !important;
  padding: 0 20px !important;
}

.ray-hero-actions a:first-child {
  box-shadow: 0 14px 30px rgba(0, 255, 252, 0.19);
}

.ray-hero-actions a + a {
  border-color: rgba(223, 255, 255, 0.22) !important;
  background: rgba(3, 16, 18, 0.3) !important;
}

/* The supplied side image is intentionally not used as a detached hero ornament. */
.ray-home-hero-art {
  display: none !important;
}

.ray-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(calc(100% - 64px), 1400px) !important;
  max-width: 1400px !important;
  margin-top: 20px;
  border-top: 1px solid var(--ray-line);
}

.ray-hero-proof-item {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 14px 0;
}

.ray-hero-proof-item + .ray-hero-proof-item {
  border-left: 1px solid var(--ray-line);
  padding-left: 18px;
}

.ray-hero-proof-item > i {
  color: var(--ray-cyan);
  font-size: 20px;
}

.ray-hero-proof-item strong,
.ray-hero-proof-item span {
  display: block;
}

.ray-hero-proof-item strong {
  color: rgb(var(--cl-t-primary));
  font-size: 14px;
  line-height: 1.2;
}

.ray-hero-proof-item span {
  margin-top: 4px;
  color: rgba(232, 248, 248, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

/* Figures are a thin confidence strip rather than another oversized glass card. */
.ray-stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-top: 1px solid var(--ray-line);
  border-bottom: 1px solid var(--ray-line);
  background: rgba(3, 15, 17, 0.52);
}

.ray-stat {
  min-height: 138px;
  padding: 31px 32px;
  text-align: center;
}

.ray-stat + .ray-stat {
  border-left: 1px solid var(--ray-line);
}

.ray-stat p {
  margin: 0;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(38px, 3vw, 52px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.ray-stat h4 {
  margin: 8px 0 0;
  color: var(--ray-muted);
  font-size: 13px;
  font-weight: 500;
}

/* Magnum becomes one deliberate campaign, retaining the current source image. */
.ray-magnum-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  min-height: 290px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 252, 0.34);
  border-radius: 24px;
  background: linear-gradient(112deg, rgba(2, 15, 18, 0.97), rgba(3, 27, 29, 0.82));
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.25), inset 3px 0 0 rgba(0, 255, 252, 0.72);
}

.ray-magnum-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px clamp(34px, 5vw, 72px);
}

.ray-magnum-copy h2 {
  max-width: 13ch;
  margin: 15px 0 12px;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(33px, 3.4vw, 52px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.ray-magnum-copy p {
  max-width: 430px;
  margin: 0;
  color: rgba(232, 248, 248, 0.74);
  font-size: 14px;
  line-height: 1.5;
}

.ray-magnum-action {
  margin-top: 24px;
}

.ray-magnum-action a {
  min-height: 44px;
  border-radius: 0.7rem !important;
  font-size: 13px !important;
  padding: 0 18px !important;
}

.ray-magnum-media {
  display: flex;
  min-height: 250px;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-left: 1px solid rgba(187, 255, 255, 0.12);
  background: radial-gradient(circle at 50% 50%, rgba(0, 255, 252, 0.16), transparent 68%);
}

.ray-magnum-media img {
  width: min(100%, 430px);
  max-height: 244px;
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

.ray-magnum-media picture {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* Category catalogue — groups stay groups; only their visual hierarchy is rebuilt. */
.ray-legacy-marquee {
  display: none !important;
}

.ray-catalog-container {
  position: relative;
}

.ray-catalog-heading {
  max-width: 720px !important;
}

.ray-catalog-heading span {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ray-cyan) !important;
  font-size: 11px !important;
  letter-spacing: 0.09em;
  padding: 0 !important;
  text-transform: uppercase;
}

.ray-catalog-heading h2 {
  margin-top: 6px;
  font-size: clamp(44px, 4vw, 62px) !important;
  letter-spacing: -0.06em;
  line-height: 1.02 !important;
}

.ray-catalog-heading p {
  color: var(--ray-copy) !important;
  font-size: 16px !important;
  line-height: 1.5;
}

.ray-catalog-all {
  position: absolute;
  top: 36px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ray-cyan);
  font-size: 13px;
  font-weight: 700;
}

.ray-catalog-all:hover {
  color: rgb(var(--cl-t-primary));
}

.ray-catalog-search {
  max-width: 760px;
  min-height: 54px;
  border: 1px solid rgba(213, 255, 255, 0.12);
  border-radius: 0.75rem !important;
  background: rgba(2, 12, 15, 0.64) !important;
}

.ray-catalog-search input {
  font-size: 14px;
}

.ray-catalog-grid {
  gap: 18px !important;
  margin-top: 6px;
}

@media (min-width: 1024px) {
  .ray-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

.ray-category-item {
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(202, 255, 255, 0.14) !important;
  border-radius: 16px !important;
  background: rgba(3, 16, 19, 0.86) !important;
  box-shadow: none !important;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease !important;
}

.ray-category-item:hover {
  border-color: rgba(0, 255, 252, 0.56) !important;
  background: rgba(5, 27, 30, 0.96) !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25), 0 0 28px rgba(0, 255, 252, 0.08) !important;
}

.ray-catalog-grid .ray-category-card {
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.ray-catalog-grid .ray-category-card > div:first-child {
  margin-bottom: 8px !important;
  padding: 12px 12px 0 !important;
}

.ray-catalog-grid .ray-category-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.ray-catalog-grid .ray-category-card > div:last-child {
  padding: 4px 18px 18px !important;
}

.ray-catalog-grid .ray-category-card h3 {
  display: -webkit-box;
  min-height: 2.45em;
  margin-bottom: 8px !important;
  overflow: hidden;
  color: rgb(var(--cl-t-primary));
  font-size: 20px !important;
  letter-spacing: -0.035em;
  line-height: 1.22 !important;
  text-overflow: initial;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ray-catalog-grid .ray-category-card p {
  margin-bottom: 14px !important;
  color: rgba(232, 248, 248, 0.58) !important;
  font-size: 14px !important;
}

.ray-catalog-grid .ray-category-card .text-sm {
  font-size: 12px !important;
}

.ray-catalog-grid .ray-category-card .text-lg {
  font-size: 17px !important;
}

.ray-group-modal .ray-group-modal-panel {
  border-color: rgba(0, 255, 252, 0.36) !important;
  background: rgba(2, 13, 16, 0.96) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.62);
}

/* Why Raysoft — one lead statement, with supporting benefits in a balanced matrix. */
.ray-why-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.35fr);
  gap: 20px;
}

.ray-why-lead,
.ray-why-feature {
  border: 1px solid rgba(191, 255, 255, 0.13);
  background: rgba(3, 16, 18, 0.82);
}

.ray-why-lead {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 14%, rgba(0, 255, 252, 0.24), transparent 48%),
    linear-gradient(145deg, rgba(5, 34, 36, 0.96), rgba(2, 12, 15, 0.96));
  padding: 36px;
}

.ray-why-lead h2 {
  margin: 14px 0 12px;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(34px, 3.5vw, 48px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.ray-why-lead p {
  max-width: 480px;
  margin: 0;
  color: var(--ray-copy);
  font-size: 14px;
  line-height: 1.55;
}

.ray-why-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ray-why-feature {
  display: flex;
  min-height: 170px;
  gap: 16px;
  border-radius: 18px;
  padding: 24px;
}

.ray-why-feature > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 255, 252, 0.32);
  border-radius: 10px;
  background: rgba(0, 255, 252, 0.08);
  color: var(--ray-cyan);
}

.ray-why-feature h4 {
  margin: 2px 0 8px;
  color: rgb(var(--cl-t-primary));
  font-size: 15px;
  line-height: 1.2;
}

.ray-why-feature p {
  margin: 0;
  color: var(--ray-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* FAQ follows the two-column support pattern: context left, answers right. */
.ray-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(32px, 7vw, 104px);
  align-items: start;
}

.ray-faq-intro h2,
.ray-socials-intro h2 {
  margin: 15px 0 14px;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -0.06em;
  line-height: 1;
}

.ray-faq-intro p,
.ray-socials-intro p {
  margin: 0;
  color: var(--ray-copy);
  font-size: 14px;
  line-height: 1.55;
}

.ray-faq-help {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  border: 1px solid rgba(215, 255, 255, 0.16);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.035);
  color: rgb(var(--cl-t-primary));
  font-size: 13px;
  font-weight: 700;
  padding: 0 14px;
}

.ray-faq-help:hover {
  border-color: var(--ray-line-strong);
  color: var(--ray-cyan);
}

.ray-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ray-faq-item {
  overflow: hidden;
  border: 1px solid rgba(204, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(3, 16, 18, 0.72);
  transition: border-color 160ms ease, background 160ms ease;
}

.ray-faq-item:hover {
  border-color: rgba(0, 255, 252, 0.36);
  background: rgba(5, 24, 27, 0.85);
}

.ray-faq-toggle {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  text-align: left;
}

.ray-faq-toggle h4 {
  color: rgb(var(--cl-t-primary));
  font-size: 14px;
  font-weight: 700;
}

.ray-faq-toggle svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--ray-cyan);
  transition: transform 160ms ease;
}

.ray-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 180ms ease;
}

.ray-faq-answer p {
  margin: 0;
  border-top: 1px solid rgba(201, 255, 255, 0.1);
  color: var(--ray-copy);
  font-size: 13px;
  line-height: 1.55;
  padding: 16px 20px 19px;
}

/* Social links act as one compact closing strip. */
.ray-socials-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(32px, 7vw, 104px);
  align-items: end;
  border-top: 1px solid var(--ray-line);
  padding-top: 46px;
}

.ray-social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ray-social-links a {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(208, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(3, 16, 18, 0.68);
  color: rgb(var(--cl-t-primary));
  font-size: 13px;
  font-weight: 700;
  padding: 0 16px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.ray-social-links a > i:first-child {
  color: var(--ray-cyan);
  font-size: 17px;
}

.ray-social-links a > i:last-child {
  margin-left: auto;
  color: rgba(232, 248, 248, 0.54);
  font-size: 11px;
}

.ray-social-links a:hover {
  border-color: var(--ray-line-strong);
  background: rgba(5, 26, 29, 0.92);
  transform: translateY(-2px);
}

/* Footer is compact but keeps every existing dynamic link and payment option. */
[data-component-id="footer"] > div {
  border-top-color: rgba(193, 255, 255, 0.11) !important;
  background: rgba(1, 9, 11, 0.9) !important;
}

[data-component-id="footer"] p,
[data-component-id="footer"] a {
  font-size: 13px !important;
}

[data-component-id="footer"] a:hover {
  color: var(--ray-cyan) !important;
}

@media (max-width: 1023px) {
  .ray-template-shop .ray-home-background-art,
  .ray-template-shop .ray-home-particles {
    height: 760px;
  }

  .ray-section-container {
    margin-bottom: 80px;
  }

  .ray-home-hero-shell {
    min-height: 0;
    padding: 86px 0 32px;
  }

  .ray-home-hero-shell::before {
    background: rgba(1, 9, 11, 0.77);
  }

  .ray-home-hero-copy {
    max-width: 590px;
  }

  .ray-home-hero-copy h1 {
    max-width: 11ch;
  }

  .ray-magnum-card,
  .ray-why-layout,
  .ray-faq-layout,
  .ray-socials-layout {
    grid-template-columns: 1fr;
  }

  .ray-magnum-media {
    border-top: 1px solid rgba(187, 255, 255, 0.12);
    border-left: 0;
  }

  .ray-faq-layout,
  .ray-socials-layout {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .ray-template-shop .ray-home-background-art,
  .ray-template-shop .ray-home-particles {
    height: 700px;
  }

  [data-component-id="navbar"] > div > div > div {
    padding: 10px 16px !important;
  }

  [data-component-id="navbar"] .ray-nav-brand h1 {
    font-size: 16px !important;
  }

  .ray-section-container {
    margin-bottom: 64px;
  }

  .ray-home-hero-shell {
    padding-top: 66px;
  }

  .ray-home-hero-copy {
    align-items: center;
    text-align: center;
  }

  .ray-hero-kicker {
    font-size: 10px;
  }

  .ray-home-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(42px, 12.2vw, 56px) !important;
  }

  .ray-hero-subtitle {
    font-size: 15px !important;
  }

  .ray-hero-actions {
    justify-content: center;
  }

  .ray-hero-actions a {
    min-width: 156px;
  }

  .ray-hero-proof,
  .ray-stats-row,
  .ray-why-features {
    grid-template-columns: 1fr;
  }

  .ray-hero-proof {
    margin-top: 26px;
  }

  .ray-hero-proof-item + .ray-hero-proof-item,
  .ray-stat + .ray-stat {
    border-top: 1px solid var(--ray-line);
    border-left: 0;
    padding-left: 0;
  }

  .ray-hero-proof-item {
    min-height: 68px;
    padding-right: 0;
  }

  .ray-stat {
    min-height: 104px;
    padding: 23px;
  }

  .ray-magnum-copy,
  .ray-why-lead {
    padding: 30px;
  }

  .ray-magnum-copy h2,
  .ray-faq-intro h2,
  .ray-socials-intro h2 {
    font-size: 36px;
  }

  .ray-magnum-media {
    min-height: 200px;
    padding: 20px;
  }

  .ray-catalog-all {
    position: static;
    margin: -2px 0 20px;
  }

  .ray-catalog-heading h2 {
    font-size: 38px !important;
  }

  .ray-catalog-grid {
    gap: 14px !important;
  }

  .ray-catalog-grid .ray-category-card h3 {
    font-size: 16px !important;
  }

  .ray-why-lead {
    min-height: 280px;
  }

  .ray-why-feature {
    min-height: 0;
  }

  .ray-social-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Raysoft V8 — final polish pass: marketplace header rhythm, hierarchy and scale. */

/* Keep the supplied artwork present through the page without sacrificing legibility. */
body.ray-template-shop {
  background: #02090b !important;
}

.ray-template-shop .ray-home-background-art {
  position: fixed !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: 100vw;
  height: 100vh !important;
  opacity: 0.38;
  background-position: center center !important;
  background-size: cover !important;
  filter: saturate(0.88) contrast(1.04);
}

.ray-template-shop .ray-home-background-art::after {
  background: linear-gradient(180deg, rgba(2, 9, 11, 0.1) 0%, rgba(2, 9, 11, 0.55) 52%, rgba(2, 9, 11, 0.78) 100%);
}

.ray-template-shop .ray-home-particles {
  position: fixed !important;
  z-index: 1 !important;
  inset: 0 !important;
  width: 100vw;
  height: 100vh !important;
  opacity: 0.54;
  pointer-events: none;
}

.ray-template-shop #app {
  z-index: 2;
  isolation: isolate;
}

/* The header follows the ResellMe interaction: quiet at the top, framed on scroll. */
.ray-template-shop #app > div > header {
  position: fixed !important;
  z-index: 100 !important;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.ray-navbar,
.ray-nav-shell,
.ray-nav-surface {
  width: 100%;
}

.ray-navbar {
  padding: 18px 24px 0;
  pointer-events: none;
}

.ray-nav-shell {
  display: flex;
  justify-content: center;
}

.ray-nav-surface {
  display: grid;
  width: min(100%, 1400px);
  min-height: 66px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(420px, 1fr);
  align-items: center;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  padding: 9px 14px;
  pointer-events: auto;
  transition: background 240ms ease, border-color 240ms ease, box-shadow 240ms ease, backdrop-filter 240ms ease;
}

.ray-nav-surface.is-scrolled {
  border-color: rgba(180, 255, 255, 0.16);
  background: rgba(2, 12, 15, 0.76);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.3);
}

.ray-nav-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  justify-self: start;
  color: rgb(var(--cl-t-primary));
}

.ray-nav-brand img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: contain;
}

.ray-nav-brand span {
  overflow: hidden;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ray-nav-links {
  align-items: center;
  gap: 2px;
  margin: 0 26px;
}

.ray-nav-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 999px;
  color: rgba(237, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 600;
  padding: 0 13px;
  transition: color 160ms ease, background 160ms ease;
}

.ray-nav-links a:hover,
.ray-nav-links a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.095);
  color: rgb(var(--cl-t-primary));
}

.ray-nav-actions {
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  justify-self: end;
}

.ray-nav-icon,
.ray-nav-menu-button {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(238, 255, 255, 0.77);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.ray-nav-icon:hover,
.ray-nav-menu-button:hover {
  background: rgba(255, 255, 255, 0.075);
  color: var(--ray-cyan);
  transform: translateY(-1px);
}

.ray-nav-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.ray-nav-count {
  position: absolute;
  top: 0;
  right: -2px;
  display: inline-flex;
  min-width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ray-cyan);
  color: rgb(var(--cl-t-accent));
  font-size: 9px;
  font-weight: 800;
  padding: 0 3px;
}

.ray-nav-language,
.ray-nav-currency {
  display: inline-flex;
  height: 38px;
  align-items: center;
  border: 1px solid rgba(219, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.ray-nav-language .language-selector,
.ray-nav-language .choices,
.ray-nav-language select,
.ray-nav-currency .choices,
.ray-nav-currency select {
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgb(var(--cl-t-primary)) !important;
  font-size: 12px !important;
}

.ray-nav-language select {
  width: 88px !important;
}

.ray-nav-language .choices {
  width: 88px !important;
}

.ray-nav-language .choices__inner {
  min-height: 36px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 8px 9px !important;
}

.ray-nav-currency select {
  width: 56px !important;
  padding: 0 6px !important;
}

.ray-nav-currency .choices {
  width: 56px !important;
}

.ray-nav-currency .choices__inner {
  min-height: 36px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 8px 6px !important;
}

.ray-nav-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: var(--ray-cyan);
  box-shadow: 0 10px 24px rgba(0, 255, 252, 0.19);
  color: rgb(var(--cl-t-accent));
  font-size: 13px;
  font-weight: 800;
  padding: 0 17px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ray-nav-cta:hover {
  color: rgb(var(--cl-t-accent));
  box-shadow: 0 14px 30px rgba(0, 255, 252, 0.28);
  transform: translateY(-1px);
}

.ray-nav-cta i {
  font-size: 12px;
}

.ray-nav-mobile-actions {
  align-items: center;
  justify-content: end;
  gap: 6px;
}

.ray-nav-language-mobile {
  height: 34px;
}

.ray-nav-language-mobile .language-selector,
.ray-nav-language-mobile .choices,
.ray-nav-language-mobile select {
  width: 72px !important;
  height: 32px !important;
  min-height: 32px !important;
}

.ray-nav-menu-button {
  flex-direction: column;
  gap: 7px;
}

.ray-nav-menu-button span {
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease;
}

.ray-mobile-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  visibility: hidden;
  border: 1px solid rgba(185, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(2, 12, 15, 0.96);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35);
  opacity: 0;
  padding: 14px;
  transform: translateY(-6px);
  transition: visibility 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.ray-mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.ray-mobile-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.ray-mobile-links a,
.ray-mobile-links button {
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgb(var(--cl-t-primary));
  font-size: 13px;
  font-weight: 650;
  padding: 0 12px;
  text-align: left;
}

/* Hero is a composed two-column scene; the existing uploaded side visual is restored. */
.ray-home-hero-shell {
  min-height: 815px;
  padding: 164px 0 58px;
}

.ray-home-hero-content {
  min-height: 470px;
  justify-content: space-between;
  gap: clamp(36px, 7vw, 112px);
}

.ray-home-hero-copy {
  width: min(100%, 670px);
  max-width: 670px;
}

.ray-home-hero-copy h1 {
  max-width: 15ch;
  font-size: clamp(56px, 4.8vw, 80px) !important;
}

.ray-home-hero-art {
  position: relative;
  display: flex !important;
  width: min(32vw, 420px);
  min-width: 280px;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  padding: 28px;
}

.ray-home-hero-art::before {
  position: absolute;
  z-index: -1;
  inset: 6%;
  border: 1px solid rgba(0, 255, 252, 0.28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 252, 0.12), rgba(0, 255, 252, 0) 67%);
  box-shadow: 0 0 62px rgba(0, 255, 252, 0.11);
  content: "";
}

.ray-home-hero-art img {
  width: 100%;
  max-width: 340px;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.38));
}

.ray-hero-proof {
  margin-top: 44px;
  border-top-color: rgba(145, 255, 253, 0.2);
  border-bottom: 1px solid rgba(145, 255, 253, 0.12);
  background: rgba(2, 14, 17, 0.4);
}

.ray-stats {
  margin-top: 44px;
}

.ray-stats-row {
  background: rgba(2, 14, 17, 0.72);
}

/* Magnum retains its original image, but the typography behaves as one campaign. */
.ray-magnum-card {
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  min-height: 330px;
}

.ray-magnum-copy {
  padding: 54px clamp(40px, 5vw, 74px);
}

.ray-magnum-copy .ray-eyebrow {
  width: fit-content;
  min-width: 154px;
  justify-content: center;
  border-radius: 8px;
  letter-spacing: 0.11em;
}

.ray-magnum-copy h2 {
  max-width: none;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.08;
  white-space: nowrap;
}

.ray-magnum-media {
  min-height: 330px;
  padding: 30px;
}

.ray-magnum-media img {
  width: min(100%, 470px);
  max-height: 286px;
}

/* A proper catalogue header keeps its heading and action on the same baseline. */
.ray-catalog-top {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.ray-catalog-heading {
  align-items: flex-start !important;
  margin: 0 !important;
  text-align: left !important;
}

.ray-catalog-heading > div {
  text-align: left !important;
}

.ray-catalog-all {
  position: static;
  flex: 0 0 auto;
  margin-bottom: 6px;
  padding: 10px 0;
}

.ray-catalog-search {
  max-width: none;
  margin-bottom: 20px !important;
}

.ray-catalog-grid {
  gap: 20px !important;
  margin-top: 0;
}

@media (max-width: 1279px) {
  .ray-nav-surface {
    grid-template-columns: minmax(180px, 1fr) auto;
  }

  .ray-home-hero-art {
    width: min(30vw, 360px);
    min-width: 240px;
  }
}

@media (max-width: 1023px) {
  .ray-navbar {
    padding: 12px 16px 0;
  }

  .ray-nav-surface {
    min-height: 58px;
    padding: 7px 10px 7px 14px;
  }

  .ray-home-hero-shell {
    min-height: 0;
    padding-top: 132px;
  }

  .ray-home-hero-content {
    min-height: 0;
  }

  .ray-home-hero-art {
    display: none !important;
  }

  .ray-home-hero-copy h1 {
    max-width: 14ch;
  }

  .ray-magnum-card {
    grid-template-columns: 1fr;
  }

  .ray-magnum-copy h2 {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .ray-nav-brand img {
    width: 30px;
    height: 30px;
  }

  .ray-nav-brand span {
    font-size: 15px;
  }

  .ray-home-hero-shell {
    padding-top: 116px;
  }

  .ray-home-hero-copy h1 {
    max-width: 12ch;
  }

  .ray-hero-proof {
    margin-top: 30px;
  }

  .ray-catalog-top {
    display: block;
    margin-bottom: 18px;
  }

  .ray-catalog-all {
    margin-top: 8px;
  }

  .ray-magnum-copy h2 {
    font-size: 34px;
  }
}

/* V9 — SellAuth builder compatibility for the custom navbar.
   Do not rely on Tailwind breakpoint classes: its generated stylesheet does
   not always include classes introduced after a theme export. */
[data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface {
  display: grid !important;
  width: min(100%, 1400px) !important;
  min-height: 66px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(420px, 1fr);
  align-items: center;
  border: 1px solid transparent !important;
  border-radius: 18px;
  background: transparent !important;
  box-shadow: none !important;
  padding: 9px 14px !important;
}

[data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface.is-scrolled {
  border-color: rgba(180, 255, 255, 0.16) !important;
  background: rgba(2, 12, 15, 0.76) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(18px) saturate(1.3);
}

/* Clear generic legacy selectors that target every third nested div. */
[data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface > .ray-nav-brand,
[data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface > .ray-nav-links,
[data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface > .ray-nav-actions,
[data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface > .ray-nav-mobile-actions {
  max-width: none !important;
  padding: 0 !important;
}

[data-component-id="navbar"] .ray-nav-desktop {
  display: flex !important;
}

[data-component-id="navbar"] .ray-nav-mobile-actions {
  display: none !important;
}

[data-component-id="navbar"] .ray-nav-actions > .ray-nav-icon {
  display: inline-flex !important;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

[data-component-id="navbar"] .ray-nav-actions > .ray-nav-cta {
  display: inline-flex !important;
  width: auto;
  min-height: 40px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ray-cyan) !important;
  color: rgb(var(--cl-t-accent)) !important;
  padding: 0 17px !important;
}

[data-component-id="navbar"] .ray-nav-actions .ray-nav-language .language-selector select {
  width: 88px !important;
  height: 36px !important;
  min-height: 36px !important;
}

@media (max-width: 1179px) {
  [data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 7px 10px 7px 14px !important;
  }

  [data-component-id="navbar"] .ray-nav-desktop {
    display: none !important;
  }

  [data-component-id="navbar"] .ray-nav-mobile-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
  }
}

@media (min-width: 1180px) {
  [data-component-id="navbar"] .ray-nav-desktop {
    display: flex !important;
  }

  [data-component-id="navbar"] .ray-nav-mobile-actions {
    display: none !important;
  }
}

/* V10 — working language and currency controls. Choices renders its menu
   outside the visible field, so the field must never clip that menu. */
.ray-language-toggle {
  display: inline-flex;
  height: 38px;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(219, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  padding: 2px;
}

.ray-language-option {
  display: inline-flex;
  min-width: 54px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  color: rgba(237, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0 8px;
  transition: color 160ms ease, background 160ms ease;
}

.ray-language-option:hover {
  color: rgb(var(--cl-t-primary));
}

.ray-language-option.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: rgb(var(--cl-t-primary));
}

.ray-language-option > span:first-child {
  font-size: 13px;
  line-height: 1;
}

.ray-language-flag {
  display: inline-flex;
  width: 16px;
  height: 11px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.ray-language-flag svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ray-nav-currency {
  position: relative;
  z-index: 210;
  overflow: visible !important;
}

.ray-nav-currency .choices {
  position: static;
  overflow: visible !important;
}

.ray-nav-currency .choices__list--dropdown,
.ray-nav-currency .choices__list[aria-expanded] {
  z-index: 220 !important;
  min-width: 150px;
  overflow: hidden;
  border: 1px solid rgba(156, 255, 255, 0.2) !important;
  border-radius: 12px !important;
  background: rgba(2, 13, 16, 0.98) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.ray-nav-currency .choices__list--dropdown .choices__item {
  color: rgb(var(--cl-t-primary));
  font-size: 12px;
  padding: 10px 12px;
}

.ray-nav-currency .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: rgba(0, 255, 252, 0.12) !important;
  color: var(--ray-cyan);
}

@media (max-width: 1179px) {
  .ray-language-toggle-mobile {
    height: 34px;
  }

  .ray-language-toggle-mobile .ray-language-option {
    min-width: 46px;
    height: 28px;
    font-size: 10px;
    padding: 0 6px;
  }
}

/* V11 — desktop scale and alignment calibrated against the reference navbar. */
@media (min-width: 1180px) {
  [data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface {
    min-height: 74px;
    grid-template-columns: 250px minmax(0, 1fr) auto;
    padding: 10px 18px !important;
  }

  [data-component-id="navbar"] .ray-nav-brand {
    gap: 12px !important;
  }

  [data-component-id="navbar"] .ray-nav-brand img {
    width: 38px;
    height: 38px;
    max-height: 38px !important;
  }

  [data-component-id="navbar"] .ray-nav-brand span {
    font-size: 19px;
  }

  [data-component-id="navbar"] .ray-nav-links {
    justify-self: start;
    gap: 4px;
    margin: 0 0 0 38px !important;
  }

  [data-component-id="navbar"] .ray-nav-links a {
    min-height: 44px;
    font-size: 16px !important;
    font-weight: 650;
    padding: 0 15px !important;
  }

  [data-component-id="navbar"] .ray-nav-actions {
    gap: 9px !important;
  }

  [data-component-id="navbar"] .ray-nav-actions > .ray-nav-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  [data-component-id="navbar"] .ray-nav-actions > .ray-nav-icon svg {
    width: 21px;
    height: 21px;
  }

  [data-component-id="navbar"] .ray-nav-actions > .ray-nav-cta:last-child {
    width: auto !important;
    min-width: 122px;
    min-height: 46px;
    border-radius: 999px !important;
    padding: 0 19px !important;
  }

  [data-component-id="navbar"] .ray-nav-actions > .ray-nav-cta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
  }

  [data-component-id="navbar"] .ray-language-toggle {
    height: 44px;
    gap: 3px;
    padding: 3px;
  }

  [data-component-id="navbar"] .ray-language-option {
    min-width: 62px;
    height: 36px;
    gap: 7px;
    font-size: 12px;
    padding: 0 10px;
  }

  [data-component-id="navbar"] .ray-language-flag {
    display: inline-flex;
    width: 18px;
    height: 12px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
  }

  [data-component-id="navbar"] .ray-language-flag svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  [data-component-id="navbar"] .ray-nav-currency {
    min-width: 74px;
    height: 44px;
  }

  [data-component-id="navbar"] .ray-nav-currency .choices,
  [data-component-id="navbar"] .ray-nav-currency select {
    width: 72px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  [data-component-id="navbar"] .ray-nav-currency .choices__inner {
    min-height: 42px !important;
    padding: 11px 8px !important;
    font-size: 13px;
  }
}

/* V12 — subtle finishing touches for the desktop navbar. */
@media (min-width: 1180px) {
  [data-component-id="navbar"] .ray-nav-links a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.115);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045);
    color: rgb(var(--cl-t-primary));
  }

  [data-component-id="navbar"] .ray-nav-actions {
    margin-left: 30px;
  }
}

[data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface.is-scrolled {
  border-color: rgba(211, 255, 255, 0.17) !important;
}

[data-component-id="navbar"] .ray-language-option.is-active {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055);
}

[data-component-id="navbar"] .ray-nav-currency {
  border-color: rgba(61, 225, 220, 0.34) !important;
  background: rgba(0, 255, 252, 0.045) !important;
  box-shadow: 0 0 16px rgba(0, 255, 252, 0.055);
}

[data-component-id="navbar"] .ray-nav-currency:hover,
[data-component-id="navbar"] .ray-nav-currency:focus-within {
  border-color: rgba(91, 244, 239, 0.56) !important;
  background: rgba(0, 255, 252, 0.075) !important;
}

[data-component-id="navbar"] .ray-nav-actions > .ray-nav-cta:last-child {
  box-shadow: 0 8px 18px rgba(0, 255, 252, 0.14);
}

[data-component-id="navbar"] .ray-nav-actions > .ray-nav-cta:last-child:hover {
  box-shadow: 0 11px 23px rgba(0, 255, 252, 0.2);
}

/* V13 — matching controls: language carries the same soft cyan presence as currency. */
[data-component-id="navbar"] .ray-language-toggle {
  border-color: rgba(61, 225, 220, 0.34);
  background: rgba(0, 255, 252, 0.045);
  box-shadow: 0 0 16px rgba(0, 255, 252, 0.045);
}

[data-component-id="navbar"] .ray-language-toggle:hover,
[data-component-id="navbar"] .ray-language-toggle:focus-within {
  border-color: rgba(91, 244, 239, 0.5);
  background: rgba(0, 255, 252, 0.065);
}

/* The currency choice remains clickable, but its label is intentionally centred. */
[data-component-id="navbar"] .ray-nav-currency .choices[data-type*="select-one"]::after {
  display: none !important;
}

[data-component-id="navbar"] .ray-nav-currency .choices__inner,
[data-component-id="navbar"] .ray-nav-currency .choices__list--single {
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

[data-component-id="navbar"] .ray-nav-currency .choices__item--selectable {
  line-height: 1;
  text-align: center;
}

/* V14 — use the fixed storefront art as the single page backdrop.  The hero
   no longer paints a second, differently-sized copy of the same image, so
   there is no visible seam when the next component begins. */
.ray-template-shop .ray-home-hero-shell {
  background-color: transparent !important;
  background-image: none !important;
}

.ray-template-shop .ray-home-hero-shell::before {
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 68%, transparent 100%);
}

/* V16 — keep the complete artwork present, but move it just enough on scroll
   that it reads as a backdrop rather than a character pinned to the viewport. */
.ray-template-shop .ray-home-background-art {
  transform: translate3d(0, var(--ray-background-parallax, 0px), 0) scale(1.12);
  transform-origin: center center;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .ray-template-shop .ray-home-background-art {
    transform: scale(1.08);
  }
}

/* V17 — finish pass: typographic hierarchy and calm, readable surface cards. */
.ray-magnum-card {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
}

.ray-magnum-copy {
  align-items: center;
  overflow: hidden;
  padding: 50px clamp(32px, 5vw, 72px);
  text-align: center;
}

.ray-magnum-copy .ray-eyebrow {
  min-width: 0;
  max-width: 100%;
}

.ray-magnum-copy .ray-magnum-title {
  width: min(100%, 19ch);
  max-width: 19ch;
  margin: 16px auto 12px;
  overflow-wrap: anywhere;
  text-align: center;
  text-wrap: balance;
  white-space: normal !important;
}

.ray-magnum-copy p {
  max-width: 42ch;
  text-align: center;
}

.ray-magnum-action {
  display: flex;
  justify-content: center;
}

.ray-magnum-action a {
  min-width: 142px;
}

/* V18 — SellAuth emits the same button markup in both languages; centre the
   full action row so a shorter English label cannot affect its position. */
.ray-magnum-action {
  display: grid !important;
  width: 100%;
  place-items: center;
}

.ray-magnum-action > a {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* V19 — retain the campaign emoji treatment while keeping either language in
   one calm, centred line.  The CTA returns to its natural content width. */
.ray-magnum-copy .ray-magnum-title {
  width: 100%;
  max-width: 100%;
  font-size: clamp(20px, 1.8vw, 26px);
  letter-spacing: -0.035em;
  line-height: 1.15;
  white-space: nowrap !important;
}

.ray-magnum-action > a {
  min-width: 0 !important;
  gap: 8px !important;
  padding: 0 14px !important;
}

@media (max-width: 1023px) {
  .ray-magnum-copy .ray-magnum-title {
    white-space: normal !important;
  }
}

/* V20 — categories open as a deliberate catalogue layer, not a generic alert. */
.ray-group-modal {
  z-index: 120 !important;
}

.ray-group-modal-stage {
  min-height: 100%;
  padding: 24px;
}

.ray-group-modal-backdrop {
  background: rgba(0, 7, 9, 0.78) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.ray-group-modal .ray-group-modal-panel {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  max-height: calc(100vh - 48px);
  flex-direction: column;
  margin: 0 !important;
  border: 1px solid rgba(82, 235, 230, 0.42) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 82% 0%, rgba(0, 255, 252, 0.075), transparent 28%),
    linear-gradient(145deg, rgba(3, 17, 20, 0.98), rgba(1, 9, 11, 0.99)) !important;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(0, 255, 252, 0.05) inset;
}

.ray-group-modal-header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(174, 255, 253, 0.13);
  padding: 22px 24px;
}

.ray-group-modal-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.ray-group-modal-image {
  display: grid;
  width: 112px;
  height: 64px;
  flex: 0 0 auto;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(112, 255, 249, 0.25);
  border-radius: 10px;
  background: rgba(0, 255, 252, 0.035);
  color: var(--ray-cyan);
}

.ray-group-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ray-group-modal-image i {
  font-size: 21px;
}

.ray-group-modal-identity h3 {
  max-width: min(700px, 58vw);
  margin: 0;
  overflow: hidden;
  color: rgb(var(--cl-t-primary));
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ray-group-modal-count {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 6px;
  margin-top: 7px;
  border: 1px solid rgba(0, 255, 252, 0.22);
  border-radius: 999px;
  background: rgba(0, 255, 252, 0.07);
  color: var(--ray-cyan);
  font-size: 12px;
  font-weight: 750;
  padding: 0 9px;
}

.ray-group-modal-close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(220, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: rgb(var(--cl-t-primary));
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.ray-group-modal-close:hover {
  border-color: rgba(0, 255, 252, 0.52);
  background: rgba(0, 255, 252, 0.1);
  color: var(--ray-cyan);
  transform: rotate(90deg);
}

.ray-group-modal-content {
  min-height: 0;
  overflow-y: auto;
  padding: 24px;
}

.ray-modal-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ray-modal-product-grid .ray-category-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(181, 255, 253, 0.16) !important;
  border-radius: 15px !important;
  background: rgba(2, 14, 17, 0.76) !important;
  box-shadow: none !important;
}

.ray-modal-product-grid .ray-category-card:hover {
  border-color: rgba(0, 255, 252, 0.56) !important;
  background: rgba(4, 25, 28, 0.94) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), 0 0 24px rgba(0, 255, 252, 0.07) !important;
}

.ray-modal-product-grid .ray-category-card > div:first-child {
  margin-bottom: 7px !important;
  padding: 10px 10px 0 !important;
}

.ray-modal-product-grid .ray-category-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Keep rich product badges inside the image safe area when several are present. */
.ray-modal-product-grid .ray-category-card > div:first-child .badges {
  top: 12px !important;
  right: 12px !important;
  max-width: calc(100% - 32px);
  justify-content: flex-end;
  gap: 4px !important;
}

.ray-modal-product-grid .ray-category-card > div:first-child .badges > div {
  min-width: 0;
  max-width: 100%;
  padding: 4px 7px !important;
  overflow: visible;
  font-size: 10px !important;
  line-height: 1.1;
  text-overflow: clip;
  white-space: normal;
}

.ray-modal-product-grid .ray-category-card > div:last-child {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 6px 14px 14px !important;
}

.ray-modal-product-grid .ray-category-card h3 {
  display: -webkit-box;
  min-height: 2.42em;
  margin-bottom: 6px !important;
  overflow: hidden;
  color: rgb(var(--cl-t-primary));
  font-size: 16px !important;
  letter-spacing: -0.025em;
  line-height: 1.21 !important;
  text-overflow: initial;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ray-modal-product-grid .ray-category-card p {
  margin-bottom: 10px !important;
  color: rgba(232, 248, 248, 0.64) !important;
  font-size: 13px !important;
}

.ray-modal-product-grid .ray-category-card > div:last-child > div:last-child {
  margin-top: auto;
}

.ray-modal-product-grid .ray-category-card .text-sm {
  font-size: 12px !important;
}

.ray-modal-product-grid .ray-category-card .text-lg {
  font-size: 16px !important;
}

.ray-modal-product-list > * {
  border-color: rgba(181, 255, 253, 0.16) !important;
  background: rgba(2, 14, 17, 0.76) !important;
}

@media (max-width: 860px) {
  .ray-group-modal-stage {
    align-items: start !important;
    padding: 16px;
  }

  .ray-group-modal .ray-group-modal-panel {
    max-height: calc(100vh - 32px);
  }

  .ray-modal-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ray-group-modal-header,
  .ray-group-modal-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ray-group-modal-image {
    width: 78px;
    height: 46px;
  }

  .ray-group-modal-identity h3 {
    max-width: 58vw;
    font-size: 19px;
  }

  .ray-group-modal-close {
    width: 38px;
    height: 38px;
  }

  .ray-modal-product-grid {
    grid-template-columns: 1fr;
  }
}

.ray-catalog-top {
  margin-bottom: 32px;
}

.ray-catalog-search {
  min-height: 58px;
  margin-bottom: 24px !important;
  border-color: rgba(156, 255, 252, 0.18);
  background: rgba(2, 13, 16, 0.78) !important;
}

.ray-category-item {
  border-color: rgba(181, 255, 253, 0.18) !important;
}

.ray-catalog-grid .ray-category-card > div:last-child {
  padding: 8px 18px 20px !important;
}

.ray-catalog-grid .ray-category-card p {
  color: rgba(232, 248, 248, 0.65) !important;
}

.ray-why-lead {
  min-height: 380px;
}

.ray-why-lead p {
  color: rgba(232, 248, 248, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

.ray-why-feature {
  min-height: 180px;
  padding: 26px;
}

.ray-why-feature h4 {
  font-size: 16px;
}

.ray-why-feature p {
  color: rgba(232, 248, 248, 0.69);
  font-size: 13px;
  line-height: 1.55;
}

.ray-faq-intro p,
.ray-socials-intro p {
  color: rgba(232, 248, 248, 0.76);
  font-size: 15px;
}

.ray-faq-list {
  gap: 12px;
}

.ray-faq-item {
  border-color: rgba(186, 255, 253, 0.18);
}

.ray-faq-toggle {
  min-height: 70px;
  padding: 18px 22px;
}

.ray-faq-toggle h4 {
  font-size: 15px;
}

.ray-faq-toggle svg {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 255, 252, 0.3);
  border-radius: 50%;
  background: rgba(0, 255, 252, 0.08);
  padding: 5px;
}

.ray-faq-answer p {
  color: rgba(232, 248, 248, 0.76);
  font-size: 14px;
  padding: 18px 22px 21px;
}

.ray-socials-layout {
  padding-top: 54px;
}

.ray-social-links {
  gap: 14px;
}

.ray-social-links a {
  min-height: 64px;
  border-color: rgba(184, 255, 253, 0.18);
  border-radius: 14px;
  background: rgba(3, 18, 21, 0.82);
  font-size: 14px;
  padding: 0 20px;
}

.ray-social-links a > i:first-child {
  font-size: 20px;
}

.ray-footer .ray-footer-shell {
  background: linear-gradient(180deg, rgba(2, 12, 15, 0.92), rgba(1, 8, 10, 0.98)) !important;
}

.ray-footer .ray-footer-layout {
  gap: clamp(42px, 8vw, 136px);
}

.ray-footer .ray-footer-layout > div:first-child {
  max-width: 310px;
}

.ray-footer .ray-footer-links {
  align-content: start;
}

.ray-footer .ray-footer-links p {
  margin-bottom: 16px !important;
  color: rgba(232, 248, 248, 0.9) !important;
  font-size: 14px !important;
}

.ray-footer .ray-footer-links a {
  color: rgba(232, 248, 248, 0.62) !important;
  line-height: 1.7;
}

@media (min-width: 1024px) {
  .ray-footer .ray-footer-layout {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
    align-items: start;
  }

  .ray-footer .ray-footer-links {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 32px !important;
  }

  .ray-footer .ray-footer-links > div {
    flex: initial !important;
  }
}

@media (max-width: 1023px) {
  .ray-magnum-copy .ray-magnum-title {
    width: min(100%, 21ch);
    max-width: 21ch;
  }

  .ray-socials-layout {
    padding-top: 42px;
  }
}

@media (max-width: 767px) {
  .ray-magnum-copy {
    padding: 40px 24px;
  }

  .ray-why-feature {
    min-height: 0;
  }

  .ray-faq-toggle {
    min-height: 62px;
    padding: 16px 18px;
  }

  .ray-social-links a {
    min-height: 58px;
  }
}

/* V23 — ResellMe-inspired footer structure, rebuilt around Raysoft's real links. */
[data-component-id="footer"].ray-footer {
  margin-top: 64px;
  border-top: 1px solid rgba(180, 255, 252, 0.12);
  background: rgba(1, 8, 10, 0.92);
}

[data-component-id="footer"].ray-footer > .ray-footer-shell {
  padding: 54px 24px 20px !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 255, 252, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(4, 16, 19, 0.96), rgba(1, 8, 10, 0.99)) !important;
}

.ray-footer-shell > * {
  width: min(100%, 1120px);
  margin-right: auto;
  margin-left: auto;
}

.ray-footer-community {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 48px;
  padding: 23px 26px;
  border: 1px solid rgba(178, 255, 251, 0.13);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.ray-footer-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--ray-cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.ray-footer-community h2 {
  margin: 0 0 5px;
  color: rgb(var(--cl-t-primary));
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.ray-footer-community p {
  max-width: 510px;
  margin: 0;
  color: rgba(231, 247, 247, 0.56);
  font-size: 13px !important;
  line-height: 1.45;
}

.ray-footer-community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ray-footer-community-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid rgba(180, 255, 252, 0.14);
  border-radius: 10px;
  color: rgba(243, 255, 255, 0.84);
  background: rgba(0, 0, 0, 0.16);
  font-size: 12px !important;
  font-weight: 700;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.ray-footer-community-actions a:hover {
  border-color: rgba(0, 255, 252, 0.5);
  color: var(--ray-cyan) !important;
  background: rgba(0, 255, 252, 0.075);
}

.ray-footer-community-actions i {
  color: var(--ray-cyan);
  font-size: 16px;
}

.ray-footer-grid {
  display: grid;
  grid-template-columns: minmax(210px, 1.85fr) repeat(4, minmax(100px, 0.82fr));
  gap: 32px;
  align-items: start;
  padding-bottom: 42px;
}

.ray-footer-brand img {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 11px;
  object-fit: contain;
}

.ray-footer-brand-name {
  margin: 0 0 11px;
  color: rgb(var(--cl-t-primary));
  font-size: 16px !important;
  font-weight: 800;
}

.ray-footer-description {
  max-width: 260px;
  margin: 0 0 18px;
  color: rgba(231, 247, 247, 0.55);
  font-size: 13px !important;
  line-height: 1.55;
}

.ray-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ray-footer-socials a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(231, 247, 247, 0.66);
  background: rgba(255, 255, 255, 0.045);
  font-size: 14px !important;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ray-footer-socials a:hover {
  border-color: rgba(0, 255, 252, 0.44);
  color: var(--ray-cyan) !important;
  background: rgba(0, 255, 252, 0.075);
}

.ray-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.ray-footer-column h3 {
  margin: 0 0 5px;
  color: rgba(243, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.ray-footer-column a {
  color: rgba(231, 247, 247, 0.56);
  font-size: 12px !important;
  line-height: 1.32;
  transition: color 180ms ease, transform 180ms ease;
}

.ray-footer-column a:first-of-type {
  color: rgba(232, 255, 255, 0.77);
}

.ray-footer-column a:hover {
  color: var(--ray-cyan) !important;
  transform: translateX(2px);
}

.ray-footer-bottom,
.ray-footer-last-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ray-footer-bottom {
  padding: 17px 0;
  border-top: 1px solid rgba(182, 255, 253, 0.1);
}

.ray-footer-payments,
.ray-footer-assurances {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ray-footer-payments > span,
.ray-footer-assurances span {
  color: rgba(231, 247, 247, 0.5);
  font-size: 11px !important;
}

.ray-footer-payments i {
  display: grid;
  min-width: 30px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: rgba(244, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
}

.ray-footer-assurances {
  gap: 16px;
}

.ray-footer-assurances i {
  margin-right: 4px;
  color: var(--ray-cyan);
}

.ray-footer-last-row {
  min-height: 48px;
  border-top: 1px solid rgba(182, 255, 253, 0.08);
}

.ray-footer-last-row p,
.ray-footer-last-row a {
  margin: 0;
  color: rgba(231, 247, 247, 0.42);
  font-size: 11px !important;
}

.ray-footer-last-row a:hover {
  color: var(--ray-cyan) !important;
}

.ray-footer-last-row i {
  margin-right: 4px;
}

@media (max-width: 1060px) {
  .ray-footer-grid {
    grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(130px, 1fr));
  }

  .ray-footer-column:last-child {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  [data-component-id="footer"].ray-footer > .ray-footer-shell {
    padding: 34px 18px 16px !important;
  }

  .ray-footer-community {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .ray-footer-community-actions {
    justify-content: flex-start;
  }

  .ray-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
  }

  .ray-footer-brand {
    grid-column: 1 / -1;
  }

  .ray-footer-column:last-child {
    grid-column: auto;
  }

  .ray-footer-bottom,
  .ray-footer-last-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .ray-footer-last-row {
    justify-content: center;
    padding-top: 14px;
  }
}

/* V24 — Footer finishing pass: keep the global background continuous, make footer
   content readable at storefront scale, and add a safe local newsletter confirmation. */
[data-component-id="footer"].ray-footer {
  margin-top: 44px;
  border-top-color: rgba(180, 255, 252, 0.1);
  background: transparent !important;
}

[data-component-id="footer"].ray-footer > .ray-footer-shell {
  padding: 48px 24px 22px !important;
  background: transparent !important;
}

.ray-footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  gap: 24px 32px;
  align-items: center;
  margin: 0 auto 46px;
  padding: 25px 26px;
  border: 1px solid rgba(182, 255, 253, 0.14);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(0, 18, 21, 0.68), rgba(0, 12, 15, 0.4));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.ray-footer-newsletter .ray-footer-kicker {
  margin-bottom: 8px;
}

.ray-footer-newsletter h2 {
  margin: 0 0 6px;
  color: rgb(var(--cl-t-primary));
  font-size: 22px;
  font-weight: 750;
  line-height: 1.14;
}

.ray-footer-newsletter p {
  max-width: 500px;
  margin: 0;
  color: rgba(231, 247, 247, 0.62);
  font-size: 14px !important;
  line-height: 1.45;
}

.ray-footer-newsletter-form {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.ray-footer-newsletter-input {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid rgba(182, 255, 253, 0.11);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(231, 247, 247, 0.52);
}

.ray-footer-newsletter-input:focus-within {
  border-color: rgba(0, 255, 252, 0.56);
  box-shadow: 0 0 0 3px rgba(0, 255, 252, 0.08);
}

.ray-footer-newsletter-input i {
  color: var(--ray-cyan);
  font-size: 14px;
}

.ray-footer-newsletter-input input {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  color: rgb(var(--cl-t-primary));
  background: transparent;
  font-size: 14px;
}

.ray-footer-newsletter-input input::placeholder {
  color: rgba(231, 247, 247, 0.35);
}

.ray-footer-newsletter-form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid rgba(0, 255, 252, 0.68);
  border-radius: 999px;
  color: #001214;
  background: var(--ray-cyan);
  box-shadow: 0 7px 22px rgba(0, 255, 252, 0.18);
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ray-footer-newsletter-form button:hover {
  box-shadow: 0 9px 28px rgba(0, 255, 252, 0.26);
  transform: translateY(-1px);
}

.ray-footer-newsletter-toast {
  position: fixed;
  right: 24px;
  bottom: 86px;
  z-index: 75;
  max-width: min(390px, calc(100vw - 36px));
  padding: 14px 18px;
  border: 1px solid rgba(166, 255, 247, 0.25);
  border-radius: 12px;
  color: #dffffc;
  background: rgba(3, 13, 16, 0.96);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38);
  font-size: 14px;
  font-weight: 750;
}

.ray-footer-newsletter-toast span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ray-footer-newsletter-toast i {
  color: var(--ray-cyan);
}

.ray-footer-community {
  margin-bottom: 28px;
}

.ray-footer-community h2 {
  font-size: 22px;
}

.ray-footer-community p,
.ray-footer-community-actions a {
  font-size: 14px !important;
}

.ray-footer-grid {
  grid-template-columns: minmax(250px, 1.65fr) repeat(4, minmax(115px, 0.9fr));
  gap: 36px;
}

.ray-footer-brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
}

.ray-footer-brand-lockup img,
.ray-footer-brand img {
  width: 58px;
  height: 58px;
  margin: 0;
  object-fit: contain;
}

.ray-footer-brand-name {
  margin: 0;
  color: rgb(var(--cl-t-primary));
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.1;
}

.ray-footer-description {
  max-width: 285px;
  margin-bottom: 20px;
  font-size: 14px !important;
  line-height: 1.55;
}

.ray-footer-socials a {
  width: 36px;
  height: 36px;
  font-size: 16px !important;
}

.ray-footer-column {
  gap: 10px;
}

.ray-footer-column h3 {
  margin-bottom: 7px;
  font-size: 14px;
}

.ray-footer-column a {
  color: rgba(231, 247, 247, 0.7);
  font-size: 14px !important;
  line-height: 1.4;
}

.ray-footer-column a:first-of-type {
  color: rgba(232, 255, 255, 0.9);
}

.ray-footer-payments > .ray-footer-payment-label,
.ray-footer-assurances span,
.ray-footer-last-row p,
.ray-footer-last-row a {
  font-size: 12px !important;
}

.ray-footer-payments {
  gap: 9px;
}

.ray-payment {
  display: grid;
  width: 42px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(235, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
}

.ray-payment i {
  display: block;
  min-width: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}

.ray-payment-visa { color: #eef8ff; }
.ray-payment-mastercard { color: #ff6d5b; }
.ray-payment-amex { color: #66c5ff; }
.ray-payment-paypal { color: #64b4ff; }
.ray-payment-bitcoin { color: #f6a542; }

/* The Font Awesome payment glyphs inherit earlier theme rules. Keep each mark
   in its familiar brand colour instead of the generic footer grey. */
.ray-payment-visa i { color: #8bbcff !important; }
.ray-payment-mastercard i { color: #ff604f !important; }
.ray-payment-amex i { color: #49b9ff !important; }
.ray-payment-paypal i { color: #4c9dff !important; }
.ray-payment-bitcoin i { color: #f6a542 !important; }

/* V26 — The footer needs more reading contrast, without bringing back the
   hard visual seam that a solid background created. The overlay starts above
   the footer fully transparent and deepens progressively toward the bottom. */
[data-component-id="footer"].ray-footer {
  position: relative;
  isolation: isolate;
}

[data-component-id="footer"].ray-footer::before {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 7, 9, 0) 0%,
    rgba(0, 7, 9, 0.24) 20%,
    rgba(0, 7, 9, 0.58) 48%,
    rgba(0, 6, 8, 0.82) 100%
  );
}

@media (max-width: 1060px) {
  .ray-footer-newsletter {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ray-footer-grid {
    grid-template-columns: minmax(240px, 1.45fr) repeat(2, minmax(140px, 1fr));
  }
}

@media (max-width: 720px) {
  [data-component-id="footer"].ray-footer > .ray-footer-shell {
    padding: 36px 18px 18px !important;
  }

  .ray-footer-newsletter {
    margin-bottom: 34px;
    padding: 21px 18px;
  }

  .ray-footer-newsletter h2,
  .ray-footer-community h2 {
    font-size: 20px;
  }

  .ray-footer-newsletter-form {
    flex-direction: column;
  }

  .ray-footer-newsletter-form button {
    width: 100%;
  }

  .ray-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
  }

  .ray-footer-brand {
    grid-column: 1 / -1;
  }

  .ray-footer-brand-lockup img,
  .ray-footer-brand img {
    width: 52px;
    height: 52px;
  }

  .ray-footer-column h3,
  .ray-footer-column a {
    font-size: 13px !important;
  }

  .ray-payment {
    width: 38px;
  }

  .ray-footer-newsletter-toast {
    right: 18px;
    bottom: 78px;
  }
}
/* Product page V1 — visual layer only. SellAuth product form, variants, cart and checkout remain untouched. */
body.ray-template-product {
  background: #02090b !important;
}

/* Products deliberately reuse the exact storefront art layer and masks. */
.ray-template-product .ray-home-background-art,
.ray-template-shop .ray-home-background-art {
  position: fixed !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: 100vw;
  height: 100vh !important;
  opacity: 0.38;
  background-position: center center !important;
  background-size: cover !important;
  filter: saturate(0.88) contrast(1.04);
  transform: translate3d(0, var(--ray-background-parallax, 0px), 0) scale(1.12);
  transform-origin: center center;
  will-change: transform;
}

.ray-template-product .ray-home-background-art::after,
.ray-template-shop .ray-home-background-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 9, 11, 0.1) 0%, rgba(2, 9, 11, 0.55) 52%, rgba(2, 9, 11, 0.78) 100%);
}

.ray-template-product .ray-home-particles,
.ray-template-shop .ray-home-particles {
  position: fixed !important;
  z-index: 1 !important;
  inset: 0 !important;
  width: 100vw;
  height: 100vh !important;
  opacity: 0.54;
  pointer-events: none;
}

.ray-template-product #app {
  isolation: isolate;
}

.ray-product-page {
  position: relative;
  z-index: 1;
}

.ray-product-container {
  width: min(calc(100% - 64px), 1440px) !important;
  max-width: 1440px !important;
}

.ray-product-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 1rem;
  margin: 0 0 0.9rem;
  color: rgba(218, 238, 239, 0.52);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ray-product-breadcrumbs a {
  color: rgba(218, 238, 239, 0.66);
  transition: color 160ms ease;
}

.ray-product-breadcrumbs a:hover {
  color: #00e5e6;
}

.ray-product-breadcrumbs i {
  color: rgba(0, 229, 230, 0.5);
  font-size: 0.56rem;
}

.ray-product-breadcrumbs span {
  max-width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(233, 248, 248, 0.9);
}

.ray-product-title-row {
  margin-bottom: 1.6rem;
}

.ray-product-heading {
  max-width: 52rem;
  letter-spacing: -0.045em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.ray-product-layout {
  align-items: flex-start;
}

/* The product artwork should behave like a storefront cover, not sit inside
   the selected global scale-down canvas.  This is intentionally page-local. */
.ray-product-gallery .object-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.ray-product-gallery .splide__slide,
.ray-product-gallery > div:not(.splide) {
  border: 1px solid rgba(87, 230, 232, 0.22) !important;
  background: rgba(1, 12, 15, 0.76) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.ray-product-gallery .splide__slide img,
.ray-product-gallery > div img {
  background: rgba(1, 12, 15, 0.7);
}

.ray-product-gallery .thumbnails .splide__slide {
  border-color: rgba(144, 227, 229, 0.16) !important;
}

.ray-product-tabs {
  gap: 0.55rem;
}

.ray-product-tabs button {
  border-color: rgba(112, 228, 229, 0.2) !important;
  background: rgba(4, 20, 24, 0.78) !important;
  padding: 0.58rem 0.9rem !important;
  border-radius: 0.7rem !important;
  color: rgba(238, 251, 251, 0.88) !important;
  font-size: 0.79rem !important;
}

.ray-product-tabs button:not(.opacity-50) {
  border-color: rgba(0, 229, 230, 0.66) !important;
  background: rgba(0, 229, 230, 0.12) !important;
  color: #f4ffff !important;
}

.ray-product-description-card {
  border-color: rgba(112, 228, 229, 0.2) !important;
  background: linear-gradient(145deg, rgba(5, 25, 29, 0.9), rgba(1, 12, 15, 0.83)) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.ray-product-description-card .editor {
  color: rgba(231, 244, 244, 0.86) !important;
  font-size: 0.95rem;
  line-height: 1.72;
}

.ray-product-description-card .editor :is(h1, h2, h3, h4, h5, h6) {
  color: #f4ffff;
  line-height: 1.22;
}

.ray-product-description-card .editor :is(a, strong) {
  color: #00e5e6;
}

.ray-product-purchase-column {
  position: relative;
}

.ray-product-form {
  border: 1px solid rgba(113, 229, 230, 0.23);
  border-radius: 1rem;
  padding: 0.9rem;
  background: linear-gradient(145deg, rgba(6, 25, 29, 0.94), rgba(2, 14, 17, 0.91));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.ray-product-price-card {
  margin-bottom: 0.75rem !important;
  border-color: rgba(113, 229, 230, 0.2) !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

.ray-product-price-card .text-3xl {
  color: #f6ffff !important;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ray-product-badges {
  gap: 0.45rem !important;
  margin: 0.1rem 0 0.25rem;
}

.ray-product-badges > * {
  padding: 0.34rem 0.58rem !important;
  border: 1px solid rgba(0, 229, 230, 0.38);
  border-radius: 0.55rem !important;
  box-shadow: none !important;
}

.ray-product-form-controls > form > div:first-child {
  border: 1px solid rgba(112, 228, 229, 0.16);
  border-radius: 0.8rem;
  padding: 0.9rem;
  background: rgba(0, 0, 0, 0.15);
}

.ray-product-form-controls label {
  color: rgba(239, 251, 251, 0.86) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

.ray-product-form-controls :is(input, select) {
  border-color: rgba(112, 228, 229, 0.22) !important;
  background-color: rgba(4, 20, 24, 0.86) !important;
}

.ray-product-form-controls form > .flex.flex-col.gap-4.mt-4 {
  gap: 0.65rem !important;
}

.ray-product-form-controls form > .flex.flex-col.gap-4.mt-4 > button {
  min-height: 3.05rem;
  border-radius: 0.72rem !important;
  font-weight: 800;
}

/* Long variant catalogues stay compact: the choices scroll inside their own
   section while quantity, addons and the checkout actions remain in reach. */
.ray-product-form-controls form > div:first-child > div:first-child:has(> select),
.ray-product-form-controls form > div:first-child > div:first-child:has(> .flex.flex-col.gap-2) {
  max-height: 18.25rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(0, 229, 230, 0.58) rgba(255, 255, 255, 0.045);
  scrollbar-width: thin;
}

.ray-product-form-controls form > div:first-child > div:first-child:has(> select)::-webkit-scrollbar,
.ray-product-form-controls form > div:first-child > div:first-child:has(> .flex.flex-col.gap-2)::-webkit-scrollbar {
  width: 0.35rem;
}

.ray-product-form-controls form > div:first-child > div:first-child:has(> select)::-webkit-scrollbar-thumb,
.ray-product-form-controls form > div:first-child > div:first-child:has(> .flex.flex-col.gap-2)::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(0, 229, 230, 0.55);
}

/* Product V4 — restore reading width for long descriptions while keeping the
   V3 internal variant scroller.  This prevents a long catalogue from making
   the checkout column become a very tall page. */
@media (min-width: 1024px) {
  .ray-product-media-column {
    width: 60% !important;
  }

  .ray-product-purchase-column {
    width: 40% !important;
  }
}

/* Same cyan atmospheric wash used behind the storefront hero.  It sits over
   the existing shared background art; no replacement image is introduced. */
.ray-template-product #app::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 54% 40% at 50% -12%, rgba(0, 255, 252, 0.13), rgba(0, 255, 252, 0) 68%);
  content: "";
}

.ray-template-product #app > * {
  position: relative;
  z-index: 1;
}

/* Payment confidence is useful purchase information, so it receives a little
   more visual weight than the live, secondary activity stat underneath it. */
.ray-product-payment-strip {
  gap: 1rem !important;
  padding: 0.82rem 0.95rem !important;
}

.ray-product-payment-strip p {
  font-size: 0.78rem !important;
  letter-spacing: 0.01em;
}

.ray-product-payment-icons {
  gap: 0.42rem !important;
}

.ray-product-payment-icons span {
  width: 2.15rem !important;
  height: 1.45rem !important;
  border-radius: 0.38rem !important;
  font-size: 1.05rem !important;
}

.ray-product-live-stats {
  gap: 0.32rem !important;
  margin-top: 0.78rem !important;
  padding: 0.72rem 0.88rem !important;
  border-color: rgba(111, 228, 230, 0.12) !important;
  background: rgba(0, 0, 0, 0.13) !important;
  color: rgba(226, 242, 242, 0.48) !important;
  font-size: 0.68rem !important;
  line-height: 1.3;
}

.ray-product-live-stats .font-semibold {
  font-size: 0.72rem !important;
}

.ray-product-live-stats svg {
  width: 0.88rem !important;
  height: 0.88rem !important;
}

/* Addon cards are data-driven by SellAuth.  The treatment below only improves
   their hierarchy; it deliberately does not rewrite or machine-translate
   merchant supplied addon copy. */
.ray-product-form-controls form div.flex.items-center.justify-between.gap-4.px-4.py-2:has(img.-ml-2.size-12) {
  align-items: center !important;
  gap: 0.7rem !important;
  padding: 0.6rem 0.68rem !important;
}

.ray-product-form-controls img.-ml-2.size-12 {
  width: 2.5rem !important;
  height: 2.5rem !important;
  flex: 0 0 2.5rem;
  margin-left: 0 !important;
}

.ray-product-form-controls img.-ml-2.size-12 + div {
  min-width: 0;
}

.ray-product-form-controls img.-ml-2.size-12 + div p:first-child {
  margin-bottom: 0.18rem !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  line-height: 1.2;
}

.ray-product-form-controls img.-ml-2.size-12 + div p:nth-child(2) {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0 !important;
  color: rgba(224, 241, 241, 0.58) !important;
  font-size: 0.65rem !important;
  line-height: 1.27;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ray-product-form-controls form div.flex.items-center.justify-between.gap-4.px-4.py-2:has(img.-ml-2.size-12) > div:last-child {
  flex: 0 0 auto;
  gap: 0.52rem !important;
}

.ray-product-form-controls form div.flex.items-center.justify-between.gap-4.px-4.py-2:has(img.-ml-2.size-12) > div:last-child button {
  min-width: 4.45rem;
  padding-inline: 0.72rem !important;
}

@media (max-width: 767px) {
  .ray-template-product #app::before {
    background: radial-gradient(ellipse 105% 31% at 50% -3%, rgba(0, 255, 252, 0.1), rgba(0, 255, 252, 0) 72%);
  }

  .ray-product-payment-strip {
    gap: 0.6rem !important;
  }

  .ray-product-payment-strip p {
    font-size: 0.69rem !important;
  }

  .ray-product-payment-icons span {
    width: 1.85rem !important;
    height: 1.3rem !important;
    font-size: 0.9rem !important;
  }
}

/* V9 — Product finishing pass.  Keep transparent uploads genuinely
   transparent, so the storefront art is visible through the gallery frame. */
.ray-product-gallery .main .ray-product-gallery-slide,
.ray-product-gallery .ray-product-gallery-single {
  background: transparent !important;
}

.ray-product-gallery .main .ray-product-gallery-image,
.ray-product-gallery .ray-product-gallery-single .ray-product-gallery-image {
  background: transparent !important;
}

/* Merchant descriptions use strong text for emphasis; it should retain the
   reading colour instead of inheriting the cyan link treatment. */
.ray-product-description-card .editor :is(strong, b) {
  color: inherit !important;
}

/* Keep data-driven addon cards clean without sacrificing readability.  Some
   merchant descriptions intentionally contain both Spanish and English. */
@media (min-width: 768px) {
  .ray-product-form-controls form div.flex.items-center.justify-between.gap-4.px-4.py-2:has(img.-ml-2.size-12) {
    display: flex !important;
    align-items: center !important;
    gap: 0.72rem !important;
    padding: 0.72rem 0.78rem !important;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.055), rgba(0, 229, 230, 0.035)) !important;
  }

  .ray-product-form-controls img.-ml-2.size-12 {
    width: 2.5rem !important;
    height: 2.5rem !important;
    flex-basis: 2.5rem;
  }

  .ray-product-form-controls img.-ml-2.size-12 + div p:first-child {
    font-size: 0.88rem !important;
    line-height: 1.22 !important;
  }

  .ray-product-form-controls img.-ml-2.size-12 + div p:nth-child(2) {
    color: rgba(230, 246, 246, 0.78) !important;
    font-size: 0.76rem !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 4;
  }

  .ray-product-form-controls form div.flex.items-center.justify-between.gap-4.px-4.py-2:has(img.-ml-2.size-12) > div:last-child {
    align-items: center !important;
    gap: 0.6rem !important;
  }

  .ray-product-form-controls form div.flex.items-center.justify-between.gap-4.px-4.py-2:has(img.-ml-2.size-12) > div:last-child > span {
    color: rgba(245, 255, 255, 0.96) !important;
    font-size: 0.88rem;
  }
}

/* V8 — wider desktop canvas: match the original storefront's usable width. */
@media (min-width: 768px) {
  .ray-section-container,
  .ray-home-hero-content,
  .ray-hero-proof,
  .ray-product-container {
    width: min(calc(100% - 64px), 1500px) !important;
    max-width: 1500px !important;
  }

  [data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface {
    width: min(100%, 1500px) !important;
  }

  [data-component-id="footer"] .container {
    width: min(calc(100% - 64px), 1500px) !important;
    max-width: 1500px !important;
  }
}

/* V7 — the product content creates its own visual layer for the atmospheric
   background.  Keep SellAuth's native sticky header above that layer at every
   scroll position, so it never slips behind a product title or description. */
.ray-template-product #app > div:first-child > header {
  position: sticky !important;
  top: 0 !important;
  z-index: 80 !important;
  isolation: isolate;
}

.ray-template-product #app > div:first-child > header .ray-navbar {
  position: relative;
  z-index: 1;
}

/* V6 — Product screenshots must stay fully visible.  SellAuth supplies images
   in several aspect ratios, so this frame follows the active source image
   instead of forcing every upload through the same crop. */
.ray-product-gallery {
  --ray-product-gallery-aspect: var(--product-page-image-aspect-ratio);
}

.ray-product-gallery .ray-product-gallery-viewport,
.ray-product-gallery .ray-product-gallery-slide {
  aspect-ratio: var(--ray-product-gallery-aspect) !important;
}

.ray-product-gallery .ray-product-gallery-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: rgba(1, 12, 15, 0.9) !important;
}

.ray-product-gallery .ray-product-gallery-single {
  aspect-ratio: var(--ray-product-gallery-aspect) !important;
  overflow: hidden;
}

.ray-product-gallery .thumbnails .object-product-image {
  object-fit: contain !important;
  background: rgba(1, 12, 15, 0.9) !important;
}

/* V6 — Match the storefront's cyan light source: a broad, centred wash that
   descends from above instead of a diffuse halo emerging from the left. */
.ray-template-product #app::before {
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  border-radius: 0 !important;
  background: radial-gradient(ellipse 58% 38% at 50% -9%, rgba(0, 255, 252, 0.28), rgba(0, 255, 252, 0.11) 39%, rgba(0, 255, 252, 0) 74%) !important;
  filter: none !important;
  transform: none !important;
}

@media (max-width: 767px) {
  .ray-template-product #app::before {
    background: radial-gradient(ellipse 105% 31% at 50% -3%, rgba(0, 255, 252, 0.18), rgba(0, 255, 252, 0) 72%) !important;
  }
}

/* V6 final halo — the same broad, centred cyan atmospheric light used by the
   storefront hero.  It overlays the shared artwork rather than replacing it. */
.ray-template-product #app::before {
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  border-radius: 0 !important;
  background: radial-gradient(ellipse 58% 38% at 50% -9%, rgba(0, 255, 252, 0.28), rgba(0, 255, 252, 0.11) 39%, rgba(0, 255, 252, 0) 74%) !important;
  filter: none !important;
  transform: none !important;
}

/* The cyan actions share one luminous surface: a gentle highlight at the top,
   a richer aqua through the body and a restrained glow.  Secondary controls,
   product badges and variant selectors remain intentionally neutral. */
:root {
  --ray-action-cyan: linear-gradient(135deg, #a5ffff -16%, #18f5ef 28%, #00d8dd 68%, #46f4ff 120%);
  --ray-action-shadow: 0 10px 26px rgba(0, 255, 252, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.ray-footer-newsletter-form button,
[data-component-id="navbar"] .ray-nav-actions > .ray-nav-cta,
.ray-template-shop .ray-home-hero-actions a.bg-accent-500,
.ray-template-product .ray-product-form-controls button.bg-accent-500,
.ray-template-product .ray-product-form-controls form div.flex.items-center.justify-between.gap-4.px-4.py-2:has(img.-ml-2.size-12) button {
  border-color: rgba(169, 255, 255, 0.74) !important;
  background-color: #00e5e6 !important;
  background-image: var(--ray-action-cyan) !important;
  box-shadow: var(--ray-action-shadow) !important;
  color: #001214 !important;
}

.ray-footer-newsletter-form button:hover,
[data-component-id="navbar"] .ray-nav-actions > .ray-nav-cta:hover,
.ray-template-shop .ray-home-hero-actions a.bg-accent-500:hover,
.ray-template-product .ray-product-form-controls button.bg-accent-500:hover,
.ray-template-product .ray-product-form-controls form div.flex.items-center.justify-between.gap-4.px-4.py-2:has(img.-ml-2.size-12) button:hover {
  background-image: linear-gradient(135deg, #d4ffff -18%, #3dfff8 29%, #04dce3 70%, #79f8ff 124%) !important;
  box-shadow: 0 14px 32px rgba(0, 255, 252, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .ray-template-product #app::before {
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: radial-gradient(ellipse 105% 31% at 50% -3%, rgba(0, 255, 252, 0.18), rgba(0, 255, 252, 0) 72%) !important;
    filter: none !important;
    transform: none !important;
  }
}

.ray-product-form-controls form > div:first-child > div:first-child:has(> .flex.flex-col.gap-2) > .flex.flex-col.gap-2 {
  gap: 0.28rem !important;
  padding-right: 0.35rem;
}

.ray-product-form-controls form > div:first-child > div:first-child:has(> .flex.flex-col.gap-2) button {
  min-height: 3rem;
  padding-top: 0.48rem !important;
  padding-bottom: 0.48rem !important;
}

@media (min-width: 1024px) {
  .ray-product-media-column {
    width: 55% !important;
  }

  .ray-product-purchase-column {
    width: 45% !important;
  }
}

.ray-product-payment-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(112, 228, 229, 0.15);
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.16);
}

.ray-product-payment-strip p {
  margin: 0;
  color: rgba(222, 239, 240, 0.62);
  font-size: 0.68rem;
  font-weight: 600;
}

.ray-product-payment-strip p i {
  color: #00e5e6;
  margin-right: 0.25rem;
}

.ray-product-payment-icons {
  display: flex;
  align-items: center;
  gap: 0.32rem;
}

.ray-product-payment-icons span {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.25rem;
  border: 1px solid rgba(154, 218, 220, 0.18);
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.88rem;
}

.ray-product-payment-icons span:nth-child(1) { color: #62a8ff; }
.ray-product-payment-icons span:nth-child(2) { color: #ff5a43; }
.ray-product-payment-icons span:nth-child(3) { color: #55b9ff; }
.ray-product-payment-icons span:nth-child(4) { color: #f8f8f8; }
.ray-product-payment-icons span:nth-child(5) { color: #4f9fff; }
.ray-product-payment-icons span:nth-child(6) { color: #f3a630; }

@media (max-width: 1023px) {
  /* Keep the stacked columns tied to the page width. With flex-start and an
     automatic width, gallery content can size its own parent on mobile. */
  .ray-product-layout {
    align-items: stretch;
  }

  .ray-product-media-column,
  .ray-product-purchase-column {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .ray-product-gallery,
  .ray-product-gallery .main,
  .ray-product-gallery .ray-product-gallery-viewport,
  .ray-product-gallery .ray-product-gallery-single {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .ray-product-gallery .ray-product-gallery-slide,
  .ray-product-details,
  .ray-product-tab-content {
    min-width: 0;
    max-width: 100%;
  }

  /* Use the source image's ratio instead of a percentage-height cycle between
     image, slide and track during viewport changes in mobile browsers.
     This leaves the original image/GIF source and desktop gallery unchanged. */
  .ray-product-gallery .ray-product-gallery-image {
    height: auto !important;
  }

  .ray-product-purchase-column {
    margin-top: 1.4rem;
  }
}

@media (max-width: 640px) {
  .ray-product-container {
    width: calc(100% - 24px) !important;
    padding-top: 1.8rem;
  }

  .ray-product-breadcrumbs {
    font-size: 0.64rem;
  }

  .ray-product-breadcrumbs span {
    max-width: 12rem;
  }

  .ray-product-form {
    padding: 0.65rem;
  }

  .ray-product-payment-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* V4 final cascade — kept last so it deliberately wins over the original
   responsive product controls above. */
@media (min-width: 1024px) {
  .ray-product-media-column {
    width: 60% !important;
  }

  .ray-product-purchase-column {
    width: 40% !important;
  }
}

.ray-product-payment-strip {
  gap: 1rem !important;
  padding: 0.82rem 0.95rem !important;
}

.ray-product-payment-strip p {
  font-size: 0.78rem !important;
  letter-spacing: 0.01em;
}

.ray-product-payment-icons {
  gap: 0.42rem !important;
}

.ray-product-payment-icons span {
  width: 2.15rem !important;
  height: 1.45rem !important;
  border-radius: 0.38rem !important;
  font-size: 1.05rem !important;
}

@media (max-width: 767px) {
  .ray-product-payment-strip {
    gap: 0.6rem !important;
  }

  .ray-product-payment-strip p {
    font-size: 0.69rem !important;
  }

  .ray-product-payment-icons span {
    width: 1.85rem !important;
    height: 1.3rem !important;
    font-size: 0.9rem !important;
  }
}

/* Responsive navigation and Magnum feature card.
   The full desktop navigation needs more horizontal room than the original
   breakpoint allowed, so compact controls take over before labels collide. */
@media (max-width: 1159px) {
  [data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 58px;
    padding: 7px 10px 7px 14px !important;
  }

  [data-component-id="navbar"] .ray-nav-desktop {
    display: none !important;
  }

  [data-component-id="navbar"] .ray-nav-mobile-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
  }

  [data-component-id="navbar"] .ray-nav-mobile-actions > .ray-nav-icon {
    display: inline-flex !important;
  }
}

@media (min-width: 1160px) {
  [data-component-id="navbar"] .ray-nav-desktop {
    display: flex !important;
  }

  [data-component-id="navbar"] .ray-nav-mobile-actions {
    display: none !important;
  }
}

/* Preserve the complete navbar in narrower desktop windows by tightening only
   its spacing. The mobile controls take over before Docs can reach Search. */
@media (min-width: 1160px) and (max-width: 1439px) {
  [data-component-id="navbar"] > .ray-nav-shell > .ray-nav-surface {
    min-height: clamp(66px, calc(2.8571vw + 32.86px), 74px);
    grid-template-columns: clamp(190px, calc(21.4286vw - 58.57px), 250px) minmax(0, 1fr) auto;
    padding: clamp(8px, calc(0.7143vw - 0.29px), 10px) clamp(12px, calc(2.1429vw - 12.86px), 18px) !important;
  }

  [data-component-id="navbar"] .ray-nav-brand {
    gap: clamp(8px, calc(1.4286vw - 8.57px), 12px) !important;
  }

  [data-component-id="navbar"] .ray-nav-brand img {
    width: clamp(34px, calc(1.4286vw + 17.43px), 38px);
    height: clamp(34px, calc(1.4286vw + 17.43px), 38px);
  }

  [data-component-id="navbar"] .ray-nav-brand span {
    font-size: clamp(16px, calc(1.0714vw + 3.57px), 19px);
  }

  [data-component-id="navbar"] .ray-nav-links {
    gap: clamp(1px, calc(1.0714vw - 11.43px), 4px);
    margin: 0 0 0 clamp(12px, calc(9.2857vw - 95.71px), 38px) !important;
  }

  [data-component-id="navbar"] .ray-nav-links a {
    min-height: clamp(40px, calc(1.4286vw + 23.43px), 44px);
    font-size: clamp(14px, calc(0.7143vw + 5.71px), 16px) !important;
    padding: 0 clamp(9px, calc(2.1429vw - 15.86px), 15px) !important;
  }

  [data-component-id="navbar"] .ray-nav-actions {
    gap: clamp(5px, calc(1.4286vw - 11.57px), 9px) !important;
    margin-left: clamp(18px, calc(4.2857vw - 31.71px), 30px);
  }

  [data-component-id="navbar"] .ray-nav-actions > .ray-nav-icon {
    width: clamp(38px, calc(2.1429vw + 13.14px), 44px);
    min-width: clamp(38px, calc(2.1429vw + 13.14px), 44px);
    height: clamp(38px, calc(2.1429vw + 13.14px), 44px);
    min-height: clamp(38px, calc(2.1429vw + 13.14px), 44px);
  }

  [data-component-id="navbar"] .ray-nav-actions > .ray-nav-cta:last-child {
    min-width: clamp(108px, calc(5vw + 50px), 122px);
    min-height: clamp(42px, calc(1.4286vw + 25.43px), 46px);
    padding: 0 clamp(14px, calc(1.7857vw - 6.71px), 19px) !important;
  }

  [data-component-id="navbar"] .ray-nav-actions > .ray-nav-cta span {
    font-size: clamp(13px, calc(0.7143vw + 4.71px), 15px);
  }

  [data-component-id="navbar"] .ray-language-toggle {
    height: clamp(40px, calc(1.4286vw + 23.43px), 44px);
    gap: clamp(2px, calc(0.3571vw - 2.14px), 3px);
    padding: clamp(2px, calc(0.3571vw - 2.14px), 3px);
  }

  [data-component-id="navbar"] .ray-language-option {
    min-width: clamp(54px, calc(2.8571vw + 20.86px), 62px);
    height: clamp(34px, calc(0.7143vw + 25.71px), 36px);
    gap: clamp(5px, calc(0.7143vw - 3.29px), 7px);
    font-size: clamp(11px, calc(0.3571vw + 6.86px), 12px);
    padding: 0 clamp(8px, calc(0.7143vw - 0.29px), 10px);
  }

  [data-component-id="navbar"] .ray-nav-currency {
    min-width: clamp(66px, calc(2.8571vw + 32.86px), 74px);
    height: clamp(40px, calc(1.4286vw + 23.43px), 44px);
  }

  [data-component-id="navbar"] .ray-nav-currency .choices,
  [data-component-id="navbar"] .ray-nav-currency select {
    width: clamp(64px, calc(2.8571vw + 30.86px), 72px) !important;
    height: clamp(38px, calc(1.4286vw + 21.43px), 42px) !important;
    min-height: clamp(38px, calc(1.4286vw + 21.43px), 42px) !important;
  }
}

@media (max-width: 1023px) {
  .ray-magnum-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ray-magnum-copy {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    overflow: visible;
  }

  .ray-magnum-media {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-height: 0;
    padding: 0 24px 36px;
  }

  .ray-magnum-media img {
    width: min(100%, 560px);
    max-height: none;
  }
}

@media (max-width: 479px) {
  [data-component-id="navbar"] .ray-nav-brand span {
    display: none;
  }

  [data-component-id="navbar"] .ray-nav-mobile-actions {
    gap: 3px;
  }

  [data-component-id="navbar"] .ray-nav-mobile-actions > .ray-nav-icon,
  [data-component-id="navbar"] .ray-nav-menu-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }
}

/* Internal information pages — Status, Reviews and Terms share the same
   atmospheric canvas and glass system as the storefront and product page. */
body.ray-template-info {
  background: #02090b !important;
}

.ray-template-info .ray-home-background-art {
  position: fixed !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: 100vw;
  height: 100vh !important;
  opacity: 0.38;
  background-position: center center !important;
  background-size: cover !important;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.12);
  transform-origin: center center;
}

.ray-template-info .ray-home-background-art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 9, 11, 0.12) 0%, rgba(2, 9, 11, 0.6) 55%, rgba(2, 9, 11, 0.84) 100%),
    radial-gradient(ellipse 70% 46% at 50% 0%, rgba(0, 229, 230, 0.08), transparent 72%);
  content: "";
}

.ray-template-info .ray-home-particles {
  position: fixed !important;
  z-index: 1 !important;
  inset: 0 !important;
  width: 100vw;
  height: 100vh !important;
  opacity: 0.48;
  pointer-events: none;
}

.ray-template-info #app {
  z-index: 2;
  isolation: isolate;
}

.ray-template-info #app::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: radial-gradient(ellipse 62% 36% at 50% -8%, rgba(0, 255, 252, 0.2), rgba(0, 255, 252, 0.07) 42%, transparent 76%);
  content: "";
  pointer-events: none;
}

.ray-template-info #app > div:first-child > header {
  position: sticky !important;
  z-index: 80 !important;
  top: 0 !important;
  isolation: isolate;
}

.ray-info-page {
  position: relative;
  z-index: 1;
  padding: clamp(3.5rem, 6vw, 5.75rem) 0 clamp(5.5rem, 8vw, 8rem);
}

.ray-info-container {
  width: min(calc(100% - 64px), 1500px);
  max-width: 1500px;
  margin: 0 auto;
}

.ray-info-header {
  position: relative;
  display: flex;
  max-width: 820px;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  margin: 0 auto clamp(2rem, 4vw, 3.5rem);
  text-align: center;
}

.ray-info-header::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(76vw, 760px);
  height: 230px;
  border-radius: 50%;
  background: rgba(0, 229, 230, 0.1);
  content: "";
  filter: blur(90px);
  transform: translate(-50%, -54%);
  pointer-events: none;
}

.ray-info-eyebrow {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 229, 230, 0.42);
  border-radius: 999px;
  background: rgba(0, 229, 230, 0.08);
  color: rgba(191, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding: 0.45rem 0.9rem;
  text-transform: uppercase;
}

.ray-info-title {
  color: #f4ffff;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

.ray-info-title .text-accent-500 {
  color: var(--ray-cyan) !important;
}

.ray-info-subtitle {
  max-width: 660px;
  color: rgba(224, 244, 245, 0.68);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.7;
}

.ray-info-panel,
.ray-feedback-content {
  border: 1px solid rgba(107, 229, 230, 0.2);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(5, 25, 29, 0.9), rgba(1, 12, 15, 0.82));
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(18px) saturate(1.08);
}

/* Status */
.ray-status-panel {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.ray-status-groups {
  display: grid;
  gap: 1.25rem;
}

.ray-status-group {
  border: 1px solid rgba(142, 235, 236, 0.13);
  border-radius: 1rem;
  background: rgba(2, 15, 18, 0.58);
  padding: clamp(1rem, 2vw, 1.4rem);
}

.ray-status-group-heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
}

.ray-status-group-heading h2 {
  color: rgba(244, 255, 255, 0.96);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 750;
  letter-spacing: -0.025em;
}

.ray-status-group-mark {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ray-cyan);
  box-shadow: 0 0 18px rgba(0, 229, 230, 0.68);
}

.ray-status-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.ray-status-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  overflow: hidden;
  border: 1px solid rgba(135, 230, 232, 0.15);
  border-radius: 0.85rem;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.045), rgba(0, 229, 230, 0.025));
  color: rgba(240, 253, 253, 0.94);
  padding: 0.9rem 1rem;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.ray-status-card::before {
  position: absolute;
  top: 14%;
  bottom: 14%;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: var(--ray-status-color, var(--ray-cyan));
  box-shadow: 0 0 15px var(--ray-status-color, var(--ray-cyan));
  content: "";
}

.ray-status-card:hover {
  border-color: rgba(84, 240, 241, 0.36);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.07), rgba(0, 229, 230, 0.055));
  transform: translateY(-2px);
}

.ray-status-product {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
}

.ray-status-product-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 229, 230, 0.2);
  border-radius: 0.6rem;
  background: rgba(0, 229, 230, 0.07);
  color: rgba(152, 255, 255, 0.85);
}

.ray-status-product-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.ray-status-product h3 {
  overflow: hidden;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.ray-status-state {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.45rem 0.68rem;
  white-space: nowrap;
}

.ray-status-dot {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  flex: 0 0 auto;
  border-radius: 50%;
}

/* Reviews */
.ray-feedback-content {
  padding: clamp(1rem, 2.2vw, 1.75rem);
}

.ray-feedback-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.25rem;
}

.ray-feedback-sort {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid rgba(132, 230, 232, 0.15);
  border-radius: 0.9rem;
  background: rgba(2, 15, 18, 0.66);
  padding: 0.55rem 0.65rem 0.55rem 0.9rem;
}

.ray-feedback-sort-label {
  color: rgba(221, 242, 243, 0.65);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.ray-feedback-select {
  width: min(18rem, 42vw);
}

.ray-feedback-select .choices {
  margin: 0;
}

.ray-feedback-select .choices__inner {
  min-height: 38px !important;
  border: 1px solid rgba(0, 229, 230, 0.2) !important;
  border-radius: 0.65rem !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: rgba(242, 255, 255, 0.92);
  font-size: 0.8rem;
  padding: 0.55rem 2.2rem 0.45rem 0.75rem !important;
}

.ray-feedback-select .choices__list--dropdown {
  z-index: 30 !important;
  border-color: rgba(80, 225, 227, 0.25) !important;
  background: rgba(2, 14, 17, 0.98) !important;
}

.ray-feedback-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 1rem;
}

.ray-feedback-card {
  min-width: 0;
  cursor: pointer;
}

.ray-feedback-card-surface {
  overflow: hidden;
  border: 1px solid rgba(127, 230, 232, 0.16);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(7, 27, 31, 0.86), rgba(2, 15, 18, 0.78));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ray-feedback-card:hover .ray-feedback-card-surface {
  border-color: rgba(49, 241, 242, 0.4);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28), 0 0 28px rgba(0, 229, 230, 0.045);
  transform: translateY(-2px);
}

.ray-feedback-card-body {
  min-height: 132px;
  padding: 1rem;
}

.ray-feedback-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.ray-feedback-stars {
  display: flex;
  gap: 0.12rem;
}

.ray-feedback-star {
  color: rgba(214, 238, 239, 0.22);
}

.ray-feedback-star.is-filled {
  color: var(--ray-cyan);
  filter: drop-shadow(0 0 7px rgba(0, 229, 230, 0.32));
}

.ray-feedback-star svg {
  width: 1.05rem;
  height: 1.05rem;
}

.ray-feedback-date {
  color: rgba(218, 239, 240, 0.42);
  font-size: 0.68rem;
  white-space: nowrap;
}

.ray-feedback-message {
  color: rgba(232, 248, 248, 0.76);
  font-size: 0.88rem;
  line-height: 1.6;
}

.ray-feedback-reply {
  margin-top: 0.9rem;
  border-radius: 0.75rem;
  background: rgba(0, 229, 230, 0.055);
  padding: 0.75rem;
}

.ray-feedback-reply-message {
  border-left: 2px solid var(--ray-cyan);
  color: rgba(226, 246, 247, 0.68);
  font-size: 0.78rem;
  line-height: 1.55;
  padding-left: 0.65rem;
}

.ray-feedback-reply-meta {
  margin-top: 0.55rem;
  color: rgba(218, 239, 240, 0.45);
  font-size: 0.65rem;
  text-align: right;
}

.ray-feedback-card-footer {
  border-top: 1px solid rgba(126, 226, 228, 0.12);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(222, 243, 244, 0.64);
  font-size: 0.7rem;
  padding: 0.65rem 1rem;
}

.ray-feedback-product-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.35rem;
}

/* Terms */
.ray-legal-container {
  max-width: 1180px;
}

.ray-legal-header {
  max-width: 760px;
}

.ray-legal-card {
  color: rgba(228, 246, 247, 0.78) !important;
  font-size: 0.94rem;
  line-height: 1.85;
  padding: clamp(1.35rem, 4vw, 3.5rem);
}

.ray-legal-card > :first-child {
  margin-top: 0 !important;
}

.ray-legal-card :is(h1, h2, h3, h4, h5, h6) {
  margin: 2.2rem 0 0.85rem;
  color: rgba(247, 255, 255, 0.98) !important;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.ray-legal-card :is(h1, h2) {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.ray-legal-card :is(h3, h4, h5, h6) {
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.ray-legal-card :is(p, ul, ol) {
  margin: 0 0 1.15rem;
}

.ray-legal-card .e-paragraph:has(> br:only-child) {
  display: none;
}

.ray-legal-card .e-list-ul {
  margin: 0 0 0.75rem !important;
}

.ray-legal-card :is(ul, ol) {
  padding-left: 1.35rem;
}

.ray-legal-card li {
  margin: 0.55rem 0;
  padding-left: 0.25rem;
}

.ray-legal-card li::marker {
  color: var(--ray-cyan);
}

.ray-legal-card a {
  color: var(--ray-cyan) !important;
  font-weight: 700;
  text-decoration-color: rgba(0, 229, 230, 0.45);
  text-underline-offset: 0.18em;
}

.ray-legal-card :is(strong, b) {
  color: rgba(249, 255, 255, 0.96);
}

@media (max-width: 1100px) {
  .ray-feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ray-template-info .ray-home-background-art {
    opacity: 0.3;
    transform: scale(1.2);
  }

  .ray-template-info #app::before {
    background: radial-gradient(ellipse 110% 28% at 50% -2%, rgba(0, 255, 252, 0.15), transparent 72%);
  }

  .ray-info-page {
    padding: 2.5rem 0 5rem;
  }

  .ray-info-container {
    width: min(calc(100% - 28px), 1500px);
  }

  .ray-info-header {
    gap: 0.7rem;
    margin-bottom: 1.75rem;
  }

  .ray-info-title {
    font-size: clamp(2.15rem, 11vw, 3.35rem);
  }

  .ray-status-list,
  .ray-feedback-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ray-status-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }

  .ray-status-state {
    margin-left: 2.75rem;
  }

  .ray-feedback-toolbar {
    justify-content: stretch;
  }

  .ray-feedback-sort {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 0.5rem;
  }

  .ray-feedback-select {
    width: 100%;
  }

  .ray-legal-card {
    border-radius: 1rem;
    font-size: 0.88rem;
    line-height: 1.75;
  }
}

/* Mobile performance: preserve the artwork while avoiding full-screen canvas
   animation and continuous GPU compositing on compact devices. Kept at the end
   so it wins over the legacy visual layers above. */
@media (max-width: 1023px) {
  #particles-js {
    display: none !important;
  }

  .ray-template-shop .ray-home-background-art,
  .ray-template-product .ray-home-background-art {
    transform: scale(1.08) !important;
    will-change: auto !important;
  }
}