:root {
  --black: #02060a;
  --charcoal: #06131e;
  --panel: #0b1b28;
  --gold: #f7b92d;
  --gold-bright: #ffdf7a;
  --gold-deep: #a66f17;
  --steel: #d7e2ea;
  --blue: #092033;
  --white: #ffffff;
  --muted: #9aa9b6;
  --line: rgba(247, 185, 45, 0.42);
  --steel-line: rgba(215, 226, 234, 0.16);
  --shadow: 0 26px 72px rgba(0, 0, 0, 0.48);
  font-family: Inter, Poppins, Montserrat, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  background: #02060a;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: env(safe-area-inset-top) 0 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 217, 112, 0.18), transparent 23%),
    radial-gradient(circle at 88% 12%, rgba(34, 96, 133, 0.34), transparent 28%),
    linear-gradient(180deg, #010407 0%, #061521 48%, #020509 100%);
  color: var(--white);
  letter-spacing: 0;
  overflow-x: hidden;
}

html:fullscreen,
html:fullscreen body {
  width: 100%;
  min-height: 100%;
  background: #02060a;
}

html:fullscreen .dg-shell,
html:fullscreen .dg-card {
  min-height: 100vh;
  min-height: 100dvh;
}

body,
button,
input,
textarea {
  font: 500 15px/1.45 Inter, Poppins, Montserrat, "Segoe UI", Arial, sans-serif;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

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

.dg-shell {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0 0 calc(86px + env(safe-area-inset-bottom));
}

.dg-card {
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 185, 45, 0.1), transparent 35%),
    linear-gradient(180deg, rgba(7, 20, 31, 0.985), rgba(2, 6, 10, 0.99)),
    repeating-linear-gradient(90deg, rgba(215, 226, 234, 0.045) 0 1px, transparent 1px 74px);
  box-shadow: var(--shadow);
}

.cover {
  position: relative;
  aspect-ratio: 2 / 3;
  width: 100%;
  max-height: 710px;
  overflow: hidden;
  background: #03101a;
}

.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 10, 0) 0%, rgba(2, 6, 10, 0.02) 72%, rgba(2, 6, 10, 0.62) 100%),
    radial-gradient(circle at 68% 78%, rgba(247, 185, 45, 0.1), transparent 34%);
  pointer-events: none;
}

.cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  filter: saturate(1.08) contrast(1.05);
}

.cover-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  border: 1px solid rgba(255, 223, 122, 0.64);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(3, 16, 26, 0.72);
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32), inset 0 0 18px rgba(247, 185, 45, 0.08);
  backdrop-filter: blur(12px);
}

.profile-block {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 0 18px 18px;
  border-top: 1px solid rgba(255, 223, 122, 0.38);
  border-bottom: 1px solid rgba(255, 223, 122, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 50% -4%, rgba(255, 223, 122, 0.22), transparent 30%),
    radial-gradient(circle at 12% 82%, rgba(20, 118, 82, 0.34), transparent 38%),
    radial-gradient(circle at 88% 68%, rgba(255, 198, 70, 0.12), transparent 32%),
    linear-gradient(145deg, #073326 0%, #041b15 46%, #020706 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 28px 80px rgba(255, 255, 255, 0.035),
    0 -18px 46px rgba(0, 0, 0, 0.32);
  text-align: center;
}

.profile-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 223, 122, 0.28), transparent),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
  background-size: 100% 1px, auto;
  background-position: top, center;
  background-repeat: no-repeat, repeat;
  opacity: 0.8;
}

.profile-block > * {
  position: relative;
  z-index: 1;
}

.brand-logo {
  width: 92px;
  height: 92px;
  margin: 0 auto 12px;
  border: 4px solid #f6d673;
  border-radius: 50%;
  background: #fffaf0;
  object-fit: cover;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.58),
    0 0 0 9px rgba(255, 255, 255, 0.05),
    0 0 38px rgba(255, 205, 80, 0.26);
}

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

h1 {
  margin-bottom: 7px;
  color: #fbfff8;
  font-size: clamp(26px, 7vw, 36px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.12),
    0 12px 24px rgba(0, 0, 0, 0.58),
    0 0 28px rgba(255, 223, 122, 0.13);
}

.tagline {
  margin-bottom: 4px;
  color: #ffe38d;
  font-size: 15px;
  font-weight: 900;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
}

.business-line {
  color: rgba(230, 244, 237, 0.82);
  font-size: 13px;
}

.owner-strip {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  max-width: 290px;
  margin: 14px auto 0;
  border: 1px solid rgba(255, 223, 122, 0.45);
  border-radius: 999px;
  padding: 7px 12px 7px 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 223, 122, 0.08)),
    linear-gradient(135deg, rgba(6, 38, 29, 0.96), rgba(3, 13, 11, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 24px rgba(255, 223, 122, 0.06),
    0 16px 36px rgba(0, 0, 0, 0.38);
  text-align: left;
}

.owner-strip img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.owner-strip strong,
.owner-strip span {
  display: block;
}

.owner-strip strong {
  color: #f7fff8;
  font-size: 16px;
}

.owner-strip span {
  color: #ffe38d;
  font-size: 12px;
  font-weight: 900;
}

.social-logo-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  width: min(100%, 390px);
  margin: 14px auto 0;
}

.social-link {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  gap: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 9px 2px 8px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 28px rgba(0, 0, 0, 0.28);
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.social-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.38) 45%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 180ms ease, transform 520ms ease;
}

.social-link:hover::before {
  opacity: 1;
  transform: translateX(120%);
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 18px 36px rgba(0, 0, 0, 0.36),
    0 0 26px rgba(247, 185, 45, 0.18);
  filter: saturate(1.15);
}

.social-link:active {
  transform: scale(0.97);
}

.social-link svg,
.social-link span {
  position: relative;
  z-index: 1;
}

.social-link svg {
  width: 21px;
  height: 21px;
}

.social-link.instagram svg,
.social-link.website svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-link.facebook svg,
.social-link.review svg {
  fill: currentColor;
}

.social-link.youtube svg path:first-child {
  fill: #ffffff;
}

.social-link.youtube .play-mark {
  fill: #ff0033;
}

.social-link.instagram {
  background:
    radial-gradient(circle at 28% 105%, #feda75 0 18%, #fa7e1e 34%, #d62976 56%, #962fbf 76%, #4f5bd5 100%);
}

.social-link.facebook {
  background: linear-gradient(145deg, #3797ff, #1877f2 56%, #0d3c95);
}

.social-link.youtube {
  background: linear-gradient(145deg, #ff4b4b, #ff0033 58%, #9a001d);
}

.social-link.website {
  background: linear-gradient(145deg, #0ac6ff, #0b6cb8 55%, #07355f);
}

.social-link.review {
  background: conic-gradient(from 20deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
}

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

.primary-actions a,
.primary-actions button,
.icon-grid a,
.icon-grid button {
  display: grid;
  min-width: 0;
  place-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--white);
}

.primary-actions svg,
.icon-grid svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.4;
}

.primary-actions a,
.primary-actions button {
  border: 1px solid rgba(247, 185, 45, 0.24);
  border-radius: 14px;
  padding: 12px 5px;
  background: linear-gradient(180deg, rgba(215, 226, 234, 0.1), rgba(255, 255, 255, 0.03));
  color: var(--steel);
  font-size: 11px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 22px rgba(0, 0, 0, 0.22);
}

.primary-actions a:nth-child(1),
.primary-actions a:nth-child(2) {
  border-color: rgba(255, 223, 122, 0.5);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold) 54%, var(--gold-deep));
  color: var(--black);
}

.divider-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 16px 14px 10px;
}

.divider-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 223, 122, 0.72), transparent);
}

.divider-title strong {
  color: var(--gold-bright);
  font-size: 15px;
  text-transform: uppercase;
}

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

.icon-grid a,
.icon-grid button {
  font-size: 10px;
  font-weight: 900;
}

.icon-grid svg {
  box-sizing: content-box;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 223, 122, 0.48);
  border-radius: 50%;
  padding: 12px;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(145deg, #061724, #02060a);
  color: var(--gold-bright);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3), 0 0 22px rgba(247, 185, 45, 0.1);
}

.service-list {
  display: grid;
  gap: 8px;
  padding: 6px 18px 0;
}

.service-list button {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(247, 185, 45, 0.26);
  border-radius: 12px;
  padding: 11px 12px;
  background: linear-gradient(135deg, rgba(215, 226, 234, 0.08), rgba(9, 32, 51, 0.36));
  color: var(--steel);
  text-align: left;
  font-weight: 800;
}

.service-list button::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(242, 201, 76, 0.55);
}

.contact-list {
  display: grid;
  gap: 8px;
  padding: 6px 18px 22px;
}

.contact-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  border: 1px solid rgba(215, 226, 234, 0.08);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(215, 226, 234, 0.055);
  color: rgba(245, 250, 253, 0.88);
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-list svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--gold-bright);
}

.page-panel {
  padding: 14px;
}

.page-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.page-head button,
.page-head a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 223, 122, 0.42);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(215, 226, 234, 0.1), rgba(7, 20, 31, 0.78));
  color: var(--gold-bright);
}

.page-head span {
  display: block;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-head h2 {
  margin: 1px 0 0;
  color: var(--steel);
  font-size: 25px;
  line-height: 1;
}

.product-list {
  display: grid;
  gap: 12px;
}

.product-row {
  display: grid;
  grid-template-columns: minmax(104px, 132px) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(247, 185, 45, 0.22);
  border-radius: 16px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(215, 226, 234, 0.09), rgba(4, 16, 25, 0.9)),
    radial-gradient(circle at 80% 0%, rgba(247, 185, 45, 0.12), transparent 32%);
}

.product-photo {
  position: relative;
  display: grid;
  min-height: 168px;
  height: 100%;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 223, 122, 0.2);
  border-radius: 12px;
  padding: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 223, 122, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.42)),
    var(--black);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 36px rgba(0, 0, 0, 0.28);
}

.product-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255, 244, 194, 0.16) 44%, transparent 56%),
    linear-gradient(180deg, transparent 72%, rgba(0, 0, 0, 0.24));
}

.product-row img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 168px;
  border-radius: 10px;
  object-fit: contain;
  background: transparent;
  filter: contrast(1.08) saturate(1.05) brightness(1.03);
}

.product-info {
  display: grid;
  align-content: start;
  min-width: 0;
}

.product-title-line {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.product-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 223, 122, 0.36);
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold) 56%, var(--gold-deep));
  color: var(--black);
  font-size: 12px;
  font-weight: 950;
}

.product-title-line small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-row h3 {
  margin: 0;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.1;
}

.product-row .capacity {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  border: 1px solid rgba(247, 185, 45, 0.22);
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(247, 185, 45, 0.08);
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 900;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.feature-tags span {
  border: 1px solid rgba(247, 185, 45, 0.22);
  border-radius: 999px;
  padding: 4px 6px;
  background: rgba(247, 185, 45, 0.08);
  color: rgba(215, 226, 234, 0.82);
  font-size: 8px;
  font-weight: 900;
}

.price-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 9px 0;
}

.price-pair div {
  border: 1px solid rgba(215, 226, 234, 0.08);
  border-radius: 10px;
  padding: 7px 6px;
  background: rgba(0, 0, 0, 0.32);
}

.price-pair small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-pair strong {
  color: var(--gold-bright);
  font-size: 13px;
}

.row-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.row-actions a,
.row-actions button {
  border-radius: 999px;
  border: 0;
  padding: 8px 6px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold) 56%, var(--gold-deep));
  color: var(--black);
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  text-align: center;
}

.row-actions a:last-child {
  border: 1px solid rgba(255, 223, 122, 0.24);
  background: rgba(215, 226, 234, 0.08);
  color: var(--steel);
}

.mini-viewer,
.video-box,
.premium-note,
.catalogue-summary,
.catalogue-strip,
.map-box,
.reviews-slider,
.business-links,
.stats-compact {
  margin-bottom: 14px;
}

.mini-viewer,
.video-box,
.premium-note,
.catalogue-summary,
.catalogue-strip {
  border: 1px solid rgba(247, 185, 45, 0.22);
  border-radius: 16px;
  padding: 12px;
  background: linear-gradient(145deg, rgba(215, 226, 234, 0.075), rgba(4, 16, 25, 0.76));
}

.catalogue-summary {
  display: grid;
  gap: 11px;
}

.catalogue-summary span,
.catalogue-title span {
  display: block;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.catalogue-summary strong,
.catalogue-title strong {
  display: block;
  margin-top: 3px;
  color: var(--steel);
  font-size: 13px;
  line-height: 1.35;
}

.catalogue-summary ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalogue-summary li {
  border: 1px solid rgba(247, 185, 45, 0.18);
  border-radius: 999px;
  padding: 7px 8px;
  background: rgba(247, 185, 45, 0.075);
  color: rgba(215, 226, 234, 0.86);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.viewer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.viewer-top strong,
.video-box strong {
  color: var(--gold-bright);
}

.viewer-top div {
  display: flex;
  gap: 8px;
}

.viewer-top button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 223, 122, 0.42);
  border-radius: 50%;
  background: var(--black);
  color: var(--gold-bright);
}

.spin-stage {
  position: relative;
  display: grid;
  min-height: 270px;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at center, rgba(247, 185, 45, 0.2), transparent 44%),
    linear-gradient(180deg, #051522, #02060a);
  touch-action: none;
}

.spin-stage.model-stage {
  min-height: 330px;
  border: 1px solid rgba(255, 223, 122, 0.2);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 243, 177, 0.2), transparent 25%),
    radial-gradient(circle at center, rgba(247, 185, 45, 0.16), transparent 44%),
    linear-gradient(145deg, #092f25 0%, #061824 48%, #02060a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -28px 55px rgba(0, 0, 0, 0.26),
    0 18px 42px rgba(0, 0, 0, 0.32);
  touch-action: pan-y;
}

.machine-model {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 330px;
  min-height: 330px;
  border-radius: 12px;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
  --poster-color: transparent;
  --progress-bar-color: var(--gold-bright);
  --progress-mask: rgba(2, 6, 10, 0.36);
}

.spin-fallback-image {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  height: 100%;
  max-height: 330px;
  border-radius: 12px;
  object-fit: contain;
  filter: contrast(1.12) saturate(1.08) brightness(1.04);
  transform: translateZ(0);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.spin-stage.model-ready .machine-model {
  opacity: 1;
  pointer-events: auto;
}

.spin-stage.model-ready .spin-fallback-image {
  opacity: 0;
  transform: scale(0.98);
}

.spin-stage.model-failed .machine-model {
  display: none;
}

.machine-model img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.model-hint {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  border: 1px solid rgba(255, 223, 122, 0.32);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(2, 8, 10, 0.68);
  color: rgba(255, 246, 206, 0.92);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
}

.spin-stage img {
  width: 100%;
  max-height: 330px;
  border-radius: 10px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.tab-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.tab-row button {
  flex: 0 0 auto;
  border: 1px solid rgba(247, 185, 45, 0.24);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(215, 226, 234, 0.06);
  color: var(--steel);
  font-size: 12px;
  font-weight: 900;
}

.tab-row button.active {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: var(--black);
}

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

.gallery-grid button {
  overflow: hidden;
  border: 1px solid rgba(215, 226, 234, 0.1);
  border-radius: 12px;
  padding: 0;
  background: var(--black);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.video-box video {
  width: 100%;
  margin-top: 10px;
  border-radius: 12px;
  background: var(--black);
}

.catalogue-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.catalogue-title a {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 223, 122, 0.36);
  border-radius: 999px;
  padding: 8px 11px;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: var(--black);
  font-size: 11px;
  font-weight: 950;
}

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

.catalogue-page {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(247, 185, 45, 0.2);
  border-radius: 13px;
  padding: 0;
  background: var(--black);
}

.catalogue-page img {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
}

.catalogue-page span {
  position: absolute;
  right: 7px;
  bottom: 7px;
  border: 1px solid rgba(255, 223, 122, 0.35);
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.72);
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 950;
}

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

.stats-compact article {
  border: 1px solid rgba(247, 185, 45, 0.22);
  border-radius: 12px;
  padding: 12px 5px;
  background: linear-gradient(160deg, rgba(215, 226, 234, 0.08), rgba(247, 185, 45, 0.055));
  text-align: center;
}

.stats-compact strong,
.legal-card strong {
  display: block;
  color: var(--gold-bright);
  font-size: 20px;
}

.stats-compact span,
.legal-card span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.visitor-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 230, 163, 0.28);
  border-radius: 18px;
  padding: 14px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 230, 163, 0.16), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(18, 202, 147, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(16, 28, 24, 0.98), rgba(4, 7, 6, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 34px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(214, 166, 61, 0.12);
}

.visitor-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 238, 180, 0.18) 48%, transparent 58%);
  opacity: 0.75;
  transform: translateX(-38%) rotate(5deg);
  animation: visitorCounterSweep 5.8s ease-in-out infinite;
}

.visitor-card-head,
.visitor-metrics,
.visitor-card p {
  position: relative;
  z-index: 1;
}

.visitor-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.visitor-card-head span {
  display: block;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.visitor-card-head h3 {
  margin: 2px 0 0;
  color: var(--steel);
  font-size: 18px;
}

.visitor-card-head > strong {
  border: 1px solid rgba(255, 230, 163, 0.32);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 230, 163, 0.08);
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.visitor-metrics article {
  border: 1px solid rgba(255, 230, 163, 0.18);
  border-radius: 14px;
  padding: 10px 6px;
  background: rgba(255, 255, 255, 0.055);
  text-align: center;
}

.visitor-metrics strong {
  display: block;
  color: #fff1bc;
  font-size: 24px;
  line-height: 1;
}

.visitor-metrics span {
  display: block;
  margin-top: 5px;
  color: rgba(215, 226, 234, 0.76);
  font-size: 9px;
  font-weight: 950;
  line-height: 1.12;
  text-transform: uppercase;
}

.visitor-card p {
  margin: 10px 0 0;
  color: rgba(215, 226, 234, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

@keyframes visitorCounterSweep {
  0%,
  40% {
    transform: translateX(-42%) rotate(5deg);
    opacity: 0;
  }

  58% {
    opacity: 0.7;
  }

  86%,
  100% {
    transform: translateX(42%) rotate(5deg);
    opacity: 0;
  }
}

.premium-note h3 {
  margin-bottom: 8px;
  color: var(--gold-bright);
}

.premium-note p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.reviews-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 84%;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.review-card {
  scroll-snap-align: start;
  border: 1px solid rgba(247, 185, 45, 0.22);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(215, 226, 234, 0.08), rgba(4, 16, 25, 0.82));
}

.stars {
  color: var(--gold-bright);
}

.review-card p {
  margin: 10px 0 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.review-card strong {
  color: var(--steel);
}

.review-card span {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

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

.business-links a {
  border: 1px solid rgba(247, 185, 45, 0.18);
  border-radius: 12px;
  padding: 11px;
  background: rgba(215, 226, 234, 0.06);
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.map-box {
  overflow: hidden;
  border: 1px solid rgba(247, 185, 45, 0.22);
  border-radius: 14px;
}

.map-box iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
  filter: grayscale(1) contrast(1.05);
}

.bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(255, 223, 122, 0.28);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 20px 20px 0 0;
  padding: 8px 7px calc(8px + env(safe-area-inset-bottom));
  background: rgba(3, 13, 21, 0.9);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.48), inset 0 0 20px rgba(247, 185, 45, 0.045);
  backdrop-filter: blur(16px);
}

.bottom-nav button {
  display: grid;
  min-width: 0;
  place-items: center;
  gap: 3px;
  border: 0;
  border-radius: 16px;
  padding: 8px 2px;
  background: transparent;
  color: rgba(215, 226, 234, 0.68);
  font-size: 10px;
  font-weight: 900;
}

.bottom-nav button.active {
  background: linear-gradient(180deg, rgba(255, 223, 122, 0.22), rgba(247, 185, 45, 0.1));
  color: var(--gold-bright);
}

.bottom-nav svg {
  width: 18px;
  height: 18px;
}

.modal-card,
.lightbox {
  width: min(92vw, 430px);
  border: 1px solid rgba(255, 223, 122, 0.32);
  border-radius: 18px;
  padding: 0;
  background: #06131e;
  color: var(--white);
  box-shadow: var(--shadow);
}

#paymentModal {
  width: min(94vw, 720px);
}

.modal-card:not([open]),
.lightbox:not([open]) {
  display: none;
}

.modal-card[open],
.lightbox[open] {
  position: fixed;
  inset: 0;
  z-index: 1000;
  margin: auto;
}

.modal-card[open] {
  max-height: min(86vh, 760px);
  overflow: auto;
}

.modal-card::backdrop,
.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(4px);
}

.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(247, 185, 45, 0.2);
  padding: 14px 16px;
}

.modal-head h3 {
  margin: 0;
  color: var(--gold-bright);
}

.modal-head button,
.lightbox > button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(215, 226, 234, 0.1);
  color: var(--steel);
}

.modal-card > p,
.inquiry-actions,
.payment-table,
.qr-placeholder,
.legal-card {
  margin: 14px 16px;
}

.warning {
  border: 1px solid rgba(255, 223, 122, 0.32);
  border-radius: 12px;
  padding: 10px;
  background: rgba(247, 185, 45, 0.1);
  color: var(--gold-bright);
  font-weight: 900;
}

.payment-table {
  display: grid;
  gap: 8px;
}

.payment-row {
  display: grid;
  grid-template-columns: minmax(84px, 0.55fr) minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(215, 226, 234, 0.08);
  border-radius: 10px;
  padding: 9px;
  background: rgba(215, 226, 234, 0.065);
}

.payment-row span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-row strong {
  overflow-wrap: anywhere;
  font-size: 13px;
}

.payment-row button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 223, 122, 0.38);
  border-radius: 50%;
  background: var(--black);
  color: var(--gold-bright);
}

.payment-row button.copied {
  background: var(--gold);
  color: var(--black);
}

.payment-qr {
  width: calc(100% - 32px);
  margin: 0 16px 18px;
  border-radius: 14px;
  background: var(--white);
}

.payment-method-card {
  object-fit: contain;
  background: #eef3f7;
}

.payment-image-grid {
  display: grid;
  grid-template-columns: minmax(0, 430px);
  justify-content: center;
  gap: 12px;
  margin: 0 16px 18px;
}

.payment-image-grid figure {
  margin: 0;
}

.payment-image-grid .payment-qr {
  width: 100%;
  margin: 0;
}

.payment-image-grid figcaption {
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.modal-btn {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 13px 16px;
  text-align: center;
  font-weight: 950;
}

.inquiry-actions {
  display: grid;
  gap: 10px;
}

.customer-form {
  display: grid;
  gap: 10px;
  margin: 14px 16px 0;
}

.modal-intro {
  color: var(--steel);
  font-size: 13px;
  line-height: 1.45;
}

.customer-form label {
  display: grid;
  gap: 6px;
}

.customer-form label span {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.customer-form input,
.customer-form select,
.customer-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 223, 122, 0.24);
  border-radius: 12px;
  padding: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.08), transparent 28%),
    rgba(215, 226, 234, 0.075);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  outline: none;
}

.customer-form textarea {
  min-height: 98px;
  resize: vertical;
}

.customer-form input::placeholder,
.customer-form textarea::placeholder {
  color: rgba(215, 226, 234, 0.55);
}

.customer-form select option {
  background: #ffffff;
  color: #15120a;
}

.customer-form input:focus,
.customer-form select:focus,
.customer-form textarea:focus {
  border-color: rgba(255, 223, 122, 0.68);
  box-shadow: 0 0 0 3px rgba(247, 185, 45, 0.14);
}

.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.form-fallback {
  margin-top: -2px;
}

.form-fallback[hidden] {
  display: none;
}

.form-submit svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}

.inquiry-shortcuts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

@media (min-width: 640px) {
  .customer-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-form .form-wide,
  .customer-form .form-submit {
    grid-column: 1 / -1;
  }
}

#shareModal > .modal-btn {
  width: calc(100% - 32px);
  margin: 10px 16px 0;
}

#shareModal > .modal-btn:last-child {
  margin-bottom: 16px;
}

.modal-btn.gold {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold) 56%, var(--gold-deep));
  color: var(--black);
}

.modal-btn.dark {
  background: var(--black);
  color: var(--gold-bright);
}

.modal-btn.light {
  background: var(--white);
  color: var(--black);
}

.qr-placeholder {
  display: grid;
  place-items: center;
  gap: 8px;
  border: 1px dashed rgba(255, 223, 122, 0.42);
  border-radius: 14px;
  padding: 28px 16px;
  text-align: center;
}

.qr-placeholder img {
  width: min(220px, 78vw);
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  background: var(--white);
}

.qr-placeholder span {
  color: var(--muted);
  font-size: 13px;
}

.qr-placeholder a {
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--gold-bright);
  color: var(--black);
  font-weight: 950;
}

@media (max-width: 430px) {
  .payment-image-grid {
    grid-template-columns: 1fr;
  }
}

.legal-card {
  border-radius: 14px;
  padding: 18px;
  background: rgba(215, 226, 234, 0.07);
}

.lightbox {
  width: min(94vw, 680px);
  background: transparent;
}

.lightbox img {
  width: 100%;
  max-height: 86vh;
  border-radius: 14px;
  object-fit: contain;
  background: var(--black);
}

.lightbox > button {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: var(--white);
  color: var(--black);
}

@media (max-width: 360px) {
  .product-row {
    padding: 10px;
  }

  .product-photo {
    min-height: 188px;
  }

  .product-row img {
    height: 196px;
  }

  .icon-grid {
    gap: 10px 4px;
  }

  .icon-grid svg {
    padding: 10px;
  }
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  body {
    background: #ffffff;
    padding-top: 0;
  }

  .dg-shell {
    width: min(100%, 646px);
    margin: 0 auto;
    padding: 0 0 86px;
  }

  .dg-card {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .bottom-nav {
    right: 0;
    bottom: 0;
    left: 0;
    width: min(100%, 646px);
    margin: 0 auto;
    border: 1px solid rgba(255, 223, 122, 0.28);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 20px 20px 0 0;
    padding: 8px 7px;
  }
}

@media (hover: none) and (pointer: coarse) {
  body {
    padding: env(safe-area-inset-top) 0 0;
    background:
      radial-gradient(circle at 16% 8%, rgba(255, 217, 112, 0.18), transparent 23%),
      radial-gradient(circle at 88% 12%, rgba(34, 96, 133, 0.34), transparent 28%),
      linear-gradient(180deg, #010407 0%, #061521 48%, #020509 100%);
  }

  .dg-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 calc(86px + env(safe-area-inset-bottom));
  }

  .dg-card {
    min-height: 100vh;
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
    box-shadow: var(--shadow);
  }

  .cover {
    aspect-ratio: 2 / 3;
    max-height: none;
    background: #02060a;
  }

  .cover img {
    object-fit: contain;
    object-position: center top;
  }

  .profile-block {
    margin-top: -58px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand-logo {
    width: 118px;
    height: 118px;
    border-width: 5px;
    background: #ffffff;
  }

  .cover-badge {
    right: 12px;
    bottom: 12px;
  }

  .bottom-nav {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border: 1px solid rgba(255, 223, 122, 0.28);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 20px 20px 0 0;
    padding: 8px 7px calc(8px + env(safe-area-inset-bottom));
  }
}

/* Premium button and motion layer */
:root {
  --button-gold: linear-gradient(135deg, #fff2a8 0%, #f9c341 34%, #d9941a 68%, #7b4b09 100%);
  --button-dark: linear-gradient(145deg, rgba(19, 34, 48, 0.98), rgba(3, 9, 15, 0.98));
  --button-steel: linear-gradient(145deg, rgba(234, 242, 247, 0.15), rgba(86, 107, 124, 0.06));
  --button-glow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 224, 122, 0.16), 0 0 28px rgba(247, 185, 45, 0.16);
  --button-glow-strong: 0 18px 46px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 235, 160, 0.4), 0 0 36px rgba(247, 185, 45, 0.28);
}

@keyframes softGoldPulse {
  0%,
  100% {
    box-shadow: var(--button-glow);
  }
  50% {
    box-shadow: var(--button-glow-strong);
  }
}

@keyframes navGlow {
  0%,
  100% {
    opacity: 0.48;
  }
  50% {
    opacity: 0.9;
  }
}

@keyframes iconControlPulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 7px rgba(2, 8, 7, 0.9),
      inset 0 1px 0 rgba(255, 255, 255, 0.22),
      0 12px 26px rgba(0, 0, 0, 0.44),
      0 0 20px rgba(255, 205, 80, 0.17);
  }
  50% {
    box-shadow:
      inset 0 0 0 7px rgba(2, 8, 7, 0.86),
      inset 0 1px 0 rgba(255, 255, 255, 0.3),
      0 15px 34px rgba(0, 0, 0, 0.52),
      0 0 32px rgba(255, 205, 80, 0.3);
  }
}

.primary-actions a,
.primary-actions button,
.icon-grid a,
.icon-grid button,
.service-list button,
.contact-list a,
.page-head button,
.page-head a,
.row-actions a,
.row-actions button,
.viewer-top button,
.tab-row button,
.business-links a,
.modal-btn,
.payment-row button,
.bottom-nav button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.primary-actions a::before,
.primary-actions button::before,
.icon-grid a::before,
.icon-grid button::before,
.service-list button::after,
.row-actions a::before,
.row-actions button::before,
.modal-btn::before,
.business-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.34) 44%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 180ms ease, transform 520ms ease;
}

.primary-actions a:hover::before,
.primary-actions button:hover::before,
.icon-grid a:hover::before,
.icon-grid button:hover::before,
.service-list button:hover::after,
.row-actions a:hover::before,
.row-actions button:hover::before,
.modal-btn:hover::before,
.business-links a:hover::before {
  opacity: 1;
  transform: translateX(120%);
}

.primary-actions a:active,
.primary-actions button:active,
.icon-grid a:active,
.icon-grid button:active,
.service-list button:active,
.contact-list a:active,
.page-head button:active,
.page-head a:active,
.row-actions a:active,
.row-actions button:active,
.viewer-top button:active,
.tab-row button:active,
.business-links a:active,
.modal-btn:active,
.payment-row button:active,
.bottom-nav button:active {
  transform: translateY(1px) scale(0.97);
  filter: saturate(1.18);
}

.primary-actions a:focus-visible,
.primary-actions button:focus-visible,
.icon-grid a:focus-visible,
.icon-grid button:focus-visible,
.service-list button:focus-visible,
.contact-list a:focus-visible,
.page-head button:focus-visible,
.page-head a:focus-visible,
.row-actions a:focus-visible,
.row-actions button:focus-visible,
.viewer-top button:focus-visible,
.tab-row button:focus-visible,
.business-links a:focus-visible,
.modal-btn:focus-visible,
.payment-row button:focus-visible,
.bottom-nav button:focus-visible {
  outline: 2px solid rgba(255, 239, 180, 0.9);
  outline-offset: 3px;
}

.primary-actions a,
.primary-actions button {
  border-color: rgba(255, 223, 122, 0.2);
  border-radius: 17px;
  background:
    radial-gradient(circle at 25% 0%, rgba(255, 255, 255, 0.16), transparent 32%),
    var(--button-dark);
  box-shadow: var(--button-glow);
}

.primary-actions a:nth-child(1),
.primary-actions a:nth-child(2) {
  background:
    radial-gradient(circle at 28% 0%, rgba(255, 255, 255, 0.42), transparent 28%),
    var(--button-gold);
  box-shadow: var(--button-glow-strong);
  animation: softGoldPulse 3.8s ease-in-out infinite;
}

.primary-actions a:hover,
.primary-actions button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 235, 160, 0.62);
  box-shadow: var(--button-glow-strong);
}

.primary-actions svg,
.primary-actions span,
.icon-grid svg,
.icon-grid span,
.bottom-nav svg,
.bottom-nav span {
  position: relative;
  z-index: 1;
}

.icon-grid a,
.icon-grid button {
  min-height: 88px;
  border: 1px solid rgba(255, 223, 122, 0.2);
  border-radius: 18px;
  padding: 10px 3px 9px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 245, 190, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(9, 45, 35, 0.88), rgba(2, 8, 10, 0.98) 62%);
  color: rgba(235, 247, 240, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -18px 30px rgba(0, 0, 0, 0.22),
    0 14px 30px rgba(0, 0, 0, 0.24);
}

.icon-grid a:hover,
.icon-grid button:hover {
  transform: translateY(-3px);
  color: #ffffff;
  border-color: rgba(255, 229, 140, 0.55);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 245, 190, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(13, 68, 50, 0.94), rgba(2, 8, 10, 0.98) 62%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -18px 30px rgba(0, 0, 0, 0.18),
    0 18px 36px rgba(0, 0, 0, 0.32),
    0 0 30px rgba(247, 185, 45, 0.16);
}

.icon-grid a::before,
.icon-grid button::before {
  z-index: 2;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.3) 42%, transparent 62%);
  pointer-events: none;
}

.icon-grid a::after,
.icon-grid button::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.38), transparent 20%),
    radial-gradient(circle at 50% 58%, rgba(255, 223, 122, 0.2), transparent 52%),
    linear-gradient(145deg, rgba(10, 56, 40, 0.92), rgba(2, 8, 10, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 223, 122, 0.28),
    inset 0 0 20px rgba(255, 223, 122, 0.08),
    0 9px 26px rgba(0, 0, 0, 0.38);
  transform: translateX(-50%);
  pointer-events: none;
}

.icon-grid svg {
  margin-top: 2px;
  width: 24px;
  height: 24px;
  padding: 13px;
  border-color: rgba(255, 223, 122, 0.7);
  background:
    radial-gradient(circle at 33% 18%, rgba(255, 255, 255, 0.35), transparent 23%),
    linear-gradient(145deg, rgba(255, 249, 208, 0.28), transparent 34%),
    conic-gradient(from 215deg, #4a2b06, #e0a321, #fff1a5, #926012, #0b3628, #4a2b06);
  color: #fff7d1;
  box-shadow:
    inset 0 0 0 7px rgba(2, 8, 7, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 12px 26px rgba(0, 0, 0, 0.44),
    0 0 20px rgba(255, 205, 80, 0.17);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    filter 180ms ease;
}

.icon-grid span {
  max-width: 100%;
  color: rgba(239, 248, 242, 0.96);
  font-size: 9.5px;
  font-weight: 950;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.6);
}

.icon-grid a:hover svg,
.icon-grid button:hover svg {
  transform: translateY(-1px) scale(1.04);
  color: #ffffff;
  box-shadow:
    inset 0 0 0 7px rgba(2, 8, 7, 0.86),
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 16px 34px rgba(0, 0, 0, 0.5),
    0 0 38px rgba(255, 205, 80, 0.36);
  filter: saturate(1.12);
}

@media (prefers-reduced-motion: no-preference) {
  .icon-grid svg {
    animation: iconControlPulse 4.6s ease-in-out infinite;
  }

  .icon-grid a:nth-child(2n) svg,
  .icon-grid button:nth-child(2n) svg {
    animation-delay: 0.7s;
  }

  .icon-grid a:nth-child(3n) svg,
  .icon-grid button:nth-child(3n) svg {
    animation-delay: 1.3s;
  }
}

@media (max-width: 360px) {
  .icon-grid a,
  .icon-grid button {
    min-height: 82px;
    border-radius: 15px;
  }

  .icon-grid a::after,
  .icon-grid button::after {
    width: 49px;
    height: 49px;
  }

  .icon-grid svg {
    width: 22px;
    height: 22px;
    padding: 11px;
  }

  .icon-grid span {
    font-size: 9px;
  }
}

.service-list button,
.contact-list a,
.product-row,
.business-links a {
  border-color: rgba(255, 223, 122, 0.22);
  background:
    linear-gradient(145deg, rgba(12, 29, 43, 0.96), rgba(2, 6, 10, 0.98)),
    radial-gradient(circle at 100% 0%, rgba(247, 185, 45, 0.12), transparent 34%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 10px 24px rgba(0, 0, 0, 0.22);
}

.service-list button:hover,
.contact-list a:hover,
.business-links a:hover {
  transform: translateX(2px);
  border-color: rgba(255, 223, 122, 0.52);
  box-shadow: var(--button-glow);
}

.service-list button::before {
  background: radial-gradient(circle, #fff6bd 0 20%, #f7b92d 42%, #8e5a0d 100%);
}

.row-actions a,
.row-actions button,
.tab-row button.active,
.modal-btn.gold {
  background:
    radial-gradient(circle at 28% 0%, rgba(255, 255, 255, 0.38), transparent 30%),
    var(--button-gold);
  color: #050608;
  box-shadow: var(--button-glow);
}

.row-actions a:last-child,
.modal-btn.dark {
  border: 1px solid rgba(255, 223, 122, 0.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 26%),
    var(--button-dark);
  color: var(--gold-bright);
}

.bottom-nav {
  background:
    linear-gradient(180deg, rgba(5, 17, 27, 0.88), rgba(1, 6, 10, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(247, 185, 45, 0.12), transparent 44%);
}

.bottom-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 229, 147, 0.88), transparent);
  animation: navGlow 2.8s ease-in-out infinite;
}

.bottom-nav button.active {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 246, 194, 0.28), transparent 48%),
    linear-gradient(180deg, rgba(247, 185, 45, 0.34), rgba(141, 89, 13, 0.46));
  color: #fff2b0;
  box-shadow: inset 0 0 0 1px rgba(255, 223, 122, 0.28), 0 8px 20px rgba(0, 0, 0, 0.3);
}

.bottom-nav button:not(.active):hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.055);
}

/* Ultra premium cinematic industrial luxury skin */
:root {
  --black: #030303;
  --charcoal: #08090b;
  --panel: #0d1114;
  --gold: #d69a2d;
  --gold-bright: #ffe9a6;
  --gold-deep: #7d4b0e;
  --steel: #f2f4f2;
  --blue: #070b0f;
  --muted: #a7adb2;
  --line: rgba(255, 218, 128, 0.46);
  --steel-line: rgba(240, 244, 242, 0.14);
  --luxury-black: #020202;
  --luxury-graphite: #101114;
  --luxury-steel: #c5c9c9;
  --furnace-glow: #ff8a1f;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.62);
}

html,
body {
  background: #030303;
}

body {
  position: relative;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 226, 156, 0.18), transparent 22%),
    radial-gradient(circle at 86% 14%, rgba(255, 116, 24, 0.14), transparent 24%),
    radial-gradient(circle at 10% 24%, rgba(135, 139, 139, 0.12), transparent 26%),
    linear-gradient(180deg, #030303 0%, #090b0d 44%, #010101 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body::before {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 96px),
    radial-gradient(circle at 22% 76%, rgba(255, 210, 114, 0.1), transparent 28%);
  opacity: 0.42;
}

body::after {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 231, 165, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 34%, rgba(255, 153, 51, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 76%, rgba(255, 231, 165, 0.12) 0 1px, transparent 2px),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 205, 86, 0.08) 48%, transparent 56%);
  background-size: 150px 170px, 210px 240px, 180px 210px, 100% 100%;
  opacity: 0.52;
  mix-blend-mode: screen;
}

.dg-shell {
  isolation: isolate;
}

.dg-card {
  position: relative;
  border-right: 1px solid rgba(255, 224, 142, 0.16);
  border-left: 1px solid rgba(255, 224, 142, 0.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 224, 142, 0.16), transparent 28%),
    radial-gradient(circle at 100% 18%, rgba(255, 112, 23, 0.12), transparent 26%),
    radial-gradient(circle at 0% 62%, rgba(153, 161, 164, 0.1), transparent 28%),
    linear-gradient(155deg, rgba(18, 19, 21, 0.98), rgba(3, 4, 5, 0.995) 58%, rgba(0, 0, 0, 1));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 0 90px rgba(255, 179, 60, 0.035);
}

.dg-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 22px),
    linear-gradient(90deg, transparent, rgba(255, 224, 142, 0.18), transparent);
  background-size: auto, 100% 1px;
  background-position: center, top;
  background-repeat: repeat, no-repeat;
  opacity: 0.42;
}

.dg-card > * {
  position: relative;
  z-index: 1;
}

.top-hud {
  position: absolute;
  top: max(10px, env(safe-area-inset-top));
  right: 12px;
  left: 12px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 224, 142, 0.32);
  border-radius: 18px;
  padding: 9px 10px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 236, 176, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(16, 17, 19, 0.72), rgba(2, 3, 4, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 46px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(255, 176, 49, 0.14);
  backdrop-filter: blur(18px);
}

.top-hud::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 231, 165, 0.24), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 28px);
  opacity: 0.58;
}

.top-hud::after {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -34%;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-18deg);
  animation: hudSweep 6.4s ease-in-out infinite;
}

.hud-brand,
.hud-status {
  position: relative;
  z-index: 1;
}

.hud-brand {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.hud-brand img {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 231, 165, 0.58);
  border-radius: 50%;
  background: #050505;
  box-shadow: 0 0 22px rgba(255, 196, 75, 0.26);
}

.hud-brand small,
.hud-brand strong,
.hud-status span,
.hud-status strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0;
}

.hud-brand small,
.hud-status span {
  color: rgba(255, 232, 163, 0.82);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.hud-brand strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 205, 86, 0.18);
}

.hud-status {
  flex: 0 0 auto;
  min-width: 106px;
  border-left: 1px solid rgba(255, 224, 142, 0.26);
  padding-left: 10px;
  text-align: right;
}

.hud-status strong {
  color: rgba(242, 244, 242, 0.9);
  font-size: 10px;
  font-weight: 850;
}

.cover {
  border-bottom: 1px solid rgba(255, 224, 142, 0.34);
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 221, 145, 0.2), transparent 28%),
    linear-gradient(180deg, #0c0d0e, #020202);
  box-shadow:
    inset 0 -34px 70px rgba(0, 0, 0, 0.62),
    0 20px 70px rgba(0, 0, 0, 0.42);
}

.cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(125deg, transparent 0 38%, rgba(255, 231, 165, 0.12) 44%, transparent 56%),
    radial-gradient(circle at 68% 76%, rgba(255, 122, 31, 0.14), transparent 24%);
  mix-blend-mode: screen;
}

.cover img {
  filter: saturate(1.03) contrast(1.08) brightness(0.98);
}

.cover-badge {
  border-color: rgba(255, 235, 166, 0.74);
  background:
    linear-gradient(145deg, rgba(18, 19, 21, 0.78), rgba(3, 3, 3, 0.9)),
    radial-gradient(circle at 30% 0%, rgba(255, 235, 166, 0.18), transparent 32%);
  color: #fff1bc;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 28px rgba(255, 204, 84, 0.18);
}

.profile-block {
  background:
    radial-gradient(circle at 50% -4%, rgba(255, 227, 151, 0.22), transparent 26%),
    radial-gradient(circle at 0% 68%, rgba(255, 131, 34, 0.1), transparent 30%),
    linear-gradient(145deg, rgba(18, 19, 21, 0.98), rgba(4, 5, 6, 0.99) 56%, rgba(0, 0, 0, 1));
  border-top-color: rgba(255, 231, 165, 0.5);
  border-bottom-color: rgba(255, 231, 165, 0.22);
}

.profile-block::before {
  background:
    linear-gradient(90deg, transparent, rgba(255, 231, 165, 0.42), transparent),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 24px);
}

.brand-logo {
  border-color: #ffe2a0;
  background:
    radial-gradient(circle at 32% 20%, #ffffff, #f4ead2 42%, #080808 43%);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.68),
    0 0 0 8px rgba(255, 232, 166, 0.06),
    0 0 46px rgba(255, 205, 80, 0.32);
}

h1 {
  color: #f7f7f3;
  font-size: clamp(27px, 2rem, 36px);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 24px rgba(0, 0, 0, 0.72),
    0 0 34px rgba(255, 220, 140, 0.16);
}

.tagline,
.divider-title strong,
.viewer-top strong,
.video-box strong,
.premium-note h3,
.page-head span,
.stats-compact strong,
.legal-card strong {
  color: #ffe8a3;
}

.business-line,
.premium-note p,
.review-card p {
  color: rgba(242, 244, 242, 0.76);
}

.owner-strip,
.mini-viewer,
.video-box,
.premium-note,
.catalogue-summary,
.catalogue-strip,
.review-card,
.stats-compact article,
.product-row,
.modal-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 224, 142, 0.025)),
    linear-gradient(145deg, rgba(18, 19, 21, 0.96), rgba(3, 4, 5, 0.99));
  border-color: rgba(255, 224, 142, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 42px rgba(0, 0, 0, 0.32);
}

.primary-actions {
  background:
    linear-gradient(90deg, transparent, rgba(255, 224, 142, 0.08), transparent);
}

.primary-actions a,
.primary-actions button,
.service-list button,
.contact-list a,
.business-links a,
.tab-row button {
  border-color: rgba(255, 224, 142, 0.24);
  background:
    radial-gradient(circle at 28% 0%, rgba(255, 255, 255, 0.13), transparent 28%),
    linear-gradient(145deg, rgba(26, 28, 31, 0.98), rgba(3, 4, 5, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 32px rgba(0, 0, 0, 0.32);
}

.primary-actions a:nth-child(1),
.primary-actions a:nth-child(2),
.row-actions a,
.row-actions button,
.tab-row button.active,
.modal-btn.gold {
  background:
    radial-gradient(circle at 26% 0%, rgba(255, 255, 255, 0.48), transparent 30%),
    linear-gradient(135deg, #fff4bd 0%, #f1b63f 30%, #b87114 72%, #4c2c07 100%);
  color: #050505;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 238, 177, 0.32),
    0 0 34px rgba(255, 174, 53, 0.24);
}

.digital-connect-panel {
  position: relative;
  overflow: hidden;
  margin: 0 14px 18px;
  border: 1px solid rgba(255, 224, 142, 0.24);
  border-radius: 22px;
  padding: 13px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 231, 165, 0.18), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(255, 122, 31, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(24, 25, 28, 0.94), rgba(3, 4, 5, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 44px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(255, 174, 53, 0.1);
}

.digital-connect-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 231, 165, 0.18), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 22px);
  opacity: 0.48;
}

.digital-connect-panel > div {
  position: relative;
  z-index: 1;
}

.digital-connect-panel > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 11px;
}

.digital-connect-panel > div:first-child span {
  color: #ffe8a3;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.digital-connect-panel > div:first-child strong {
  color: rgba(242, 244, 242, 0.78);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

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

.connect-actions a,
.connect-actions button {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 58px;
  place-items: center;
  gap: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 224, 142, 0.24);
  border-radius: 16px;
  padding: 9px 6px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 238, 180, 0.18), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 224, 142, 0.025)),
    linear-gradient(145deg, rgba(18, 19, 21, 0.97), rgba(1, 2, 3, 0.99));
  color: rgba(247, 247, 243, 0.94);
  font-size: 10px;
  font-weight: 950;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.26);
}

.connect-actions a::before,
.connect-actions button::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.22) 42%, transparent 62%);
  transform: translateX(-130%);
  transition: transform 0.7s ease;
}

.connect-actions a:hover,
.connect-actions button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 229, 140, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(255, 174, 53, 0.18);
}

.connect-actions a:hover::before,
.connect-actions button:hover::before {
  transform: translateX(130%);
}

.connect-actions svg {
  width: 21px;
  height: 21px;
  color: #ffe8a3;
  filter: drop-shadow(0 0 9px rgba(255, 185, 61, 0.32));
}

.connect-actions span {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon-grid a,
.icon-grid button {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 237, 176, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(24, 26, 29, 0.96), rgba(2, 3, 4, 0.99));
  border-color: rgba(255, 224, 142, 0.24);
}

.icon-grid a::after,
.icon-grid button::after,
.viewer-top button,
.payment-row button,
.page-head button,
.page-head a {
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.24), transparent 24%),
    conic-gradient(from 210deg, #372005, #e3a333, #fff0a4, #83500c, #0a0b0d, #372005);
  color: #fff4c8;
  box-shadow:
    inset 0 0 0 7px rgba(3, 3, 3, 0.88),
    0 12px 30px rgba(0, 0, 0, 0.42),
    0 0 22px rgba(255, 196, 75, 0.2);
}

.service-list button {
  min-height: 48px;
  color: rgba(246, 247, 245, 0.92);
}

.service-list button::before {
  background: radial-gradient(circle, #fff2b6 0 20%, #ff9a28 42%, #7c3606 100%);
  box-shadow: 0 0 18px rgba(255, 138, 31, 0.58);
}

.contact-list a {
  color: rgba(246, 247, 245, 0.88);
}

.contact-list svg {
  color: #ffe8a3;
  filter: drop-shadow(0 0 8px rgba(255, 185, 61, 0.28));
}

.page-head h2,
.product-row h3,
.review-card strong,
.owner-strip strong {
  color: #f7f7f3;
}

.page-head button,
.page-head a,
.viewer-top button {
  border-color: rgba(255, 224, 142, 0.38);
}

.spin-stage.model-stage {
  min-height: 360px;
  border-color: rgba(255, 224, 142, 0.28);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 231, 165, 0.22), transparent 24%),
    radial-gradient(circle at 50% 66%, rgba(255, 126, 28, 0.14), transparent 32%),
    linear-gradient(145deg, #18191b 0%, #070809 52%, #010101 100%);
}

.machine-model {
  height: 360px;
  min-height: 360px;
  --progress-bar-color: #ffe8a3;
}

.gallery-grid button,
.catalogue-page,
.map-box,
.payment-qr,
.lightbox img {
  border: 1px solid rgba(255, 224, 142, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.modal-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 231, 165, 0.12), transparent 28%),
    linear-gradient(145deg, #17181a, #030303 72%);
}

.modal-head {
  border-bottom-color: rgba(255, 224, 142, 0.26);
}

.warning {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 231, 165, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(58, 36, 8, 0.72), rgba(14, 12, 9, 0.92));
}

.qr-placeholder {
  border-color: rgba(255, 224, 142, 0.44);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.18));
}

.bottom-nav {
  border-color: rgba(255, 224, 142, 0.32);
  background:
    linear-gradient(180deg, rgba(19, 20, 22, 0.91), rgba(0, 0, 0, 0.97)),
    radial-gradient(circle at 50% 0%, rgba(255, 224, 142, 0.16), transparent 44%);
}

.bottom-nav button.active {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 246, 194, 0.32), transparent 48%),
    linear-gradient(180deg, rgba(217, 154, 45, 0.45), rgba(96, 57, 9, 0.62));
}

.brand-footline {
  margin: 2px 18px 24px;
  border: 1px solid rgba(255, 224, 142, 0.3);
  border-radius: 999px;
  padding: 12px 14px;
  background:
    linear-gradient(90deg, rgba(255, 224, 142, 0.08), rgba(255, 255, 255, 0.035), rgba(255, 224, 142, 0.08)),
    linear-gradient(145deg, rgba(18, 19, 21, 0.96), rgba(3, 4, 5, 0.99));
  color: #ffe8a3;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.28);
}

@keyframes hudSweep {
  0%,
  54%,
  100% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }

  66% {
    opacity: 0.72;
  }

  84% {
    transform: translateX(430%) skewX(-18deg);
    opacity: 0;
  }
}

@media (max-width: 430px) {
  .top-hud {
    right: 8px;
    left: 8px;
    padding: 8px;
  }

  .hud-status {
    min-width: 82px;
    padding-left: 8px;
  }

  .hud-status strong {
    display: none;
  }

  .digital-connect-panel {
    margin-right: 10px;
    margin-left: 10px;
    padding: 11px;
  }

  .digital-connect-panel > div:first-child {
    display: block;
  }

  .digital-connect-panel > div:first-child strong {
    display: block;
    margin-top: 2px;
    text-align: left;
  }
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  body {
    background:
      radial-gradient(circle at 50% -10%, rgba(255, 224, 142, 0.14), transparent 24%),
      linear-gradient(180deg, #090909, #030303);
  }

  .dg-card {
    box-shadow:
      0 0 0 1px rgba(255, 224, 142, 0.14),
      0 36px 90px rgba(0, 0, 0, 0.48),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Orange, white and gold professional refresh. */
:root {
  --black: #241407;
  --charcoal: #fff4e7;
  --panel: #fffaf3;
  --gold: #d79622;
  --gold-bright: #f8c861;
  --gold-deep: #8f4b08;
  --steel: #332419;
  --blue: #fff2df;
  --white: #fffdfa;
  --muted: #7a6a5b;
  --line: rgba(235, 123, 27, 0.34);
  --steel-line: rgba(118, 70, 24, 0.14);
  --shadow: 0 22px 56px rgba(126, 63, 9, 0.18);
}

html,
html:fullscreen,
html:fullscreen body {
  background: #fff4e7;
}

body {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 157, 48, 0.22), transparent 25%),
    radial-gradient(circle at 90% 9%, rgba(255, 218, 128, 0.32), transparent 28%),
    linear-gradient(180deg, #fffaf4 0%, #fff1df 44%, #f8e1c5 100%);
  color: var(--steel);
}

.dg-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 244, 230, 0.98)),
    repeating-linear-gradient(90deg, rgba(218, 130, 31, 0.035) 0 1px, transparent 1px 58px);
  color: var(--steel);
  box-shadow: var(--shadow);
}

.cover {
  background: linear-gradient(180deg, #ffffff, #fff3df);
}

.cover::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 247, 235, 0.08) 70%, rgba(255, 244, 227, 0.76) 100%),
    radial-gradient(circle at 74% 78%, rgba(239, 133, 24, 0.16), transparent 34%);
}

.top-hud,
.profile-block,
.digital-connect-panel,
.mini-viewer,
.video-box,
.premium-note,
.catalogue-summary,
.catalogue-strip,
.product-row,
.reviews-slider,
.modal-card,
.map-box {
  border-color: rgba(222, 126, 29, 0.22);
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 226, 161, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 242, 224, 0.94));
  color: var(--steel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 16px 34px rgba(126, 63, 9, 0.12);
}

.top-hud {
  border: 1px solid rgba(216, 130, 39, 0.24);
  box-shadow: 0 14px 32px rgba(110, 55, 5, 0.18);
}

.hud-brand,
.hud-status,
.profile-block h1,
.profile-block .tagline,
.profile-block .business-line,
.owner-strip strong,
.owner-strip span,
.digital-connect-panel > div:first-child strong,
.page-head h2,
.product-row h3,
.catalogue-summary strong,
.catalogue-title strong,
.review-card strong,
.contact-list a,
.service-list button {
  color: var(--steel);
}

.hud-brand small,
.hud-status span,
.divider-title strong,
.page-head span,
.product-row .capacity,
.catalogue-summary span,
.catalogue-title span,
.price-pair strong,
.contact-list svg,
.digital-connect-panel > div:first-child span {
  color: #b65a08;
}

.hud-status {
  border-left-color: rgba(177, 94, 14, 0.24);
}

.cover-badge,
.brand-footline {
  border-color: rgba(211, 139, 38, 0.36);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62), rgba(255, 229, 171, 0.5)),
    linear-gradient(145deg, #fff8ef, #ffd99b);
  color: #8d4706;
  box-shadow: 0 12px 28px rgba(126, 63, 9, 0.16);
}

.profile-block::before {
  background:
    linear-gradient(90deg, transparent, rgba(230, 130, 28, 0.16), transparent),
    radial-gradient(circle at 50% 0%, rgba(255, 201, 97, 0.36), transparent 40%);
}

.brand-logo,
.owner-strip img {
  border-color: rgba(226, 139, 39, 0.34);
  background: #ffffff;
  box-shadow:
    0 10px 24px rgba(138, 69, 6, 0.18),
    0 0 0 6px rgba(255, 238, 203, 0.58);
}

.primary-actions a,
.primary-actions button,
.connect-actions a,
.connect-actions button,
.icon-grid a,
.icon-grid button,
.service-list button,
.contact-list a,
.payment-row,
.price-pair div,
.feature-tags span,
.legal-card,
.qr-placeholder {
  border-color: rgba(220, 126, 28, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 241, 221, 0.82));
  color: var(--steel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 10px 22px rgba(118, 62, 9, 0.08);
}

.primary-actions a:nth-child(1),
.primary-actions a:nth-child(2),
.row-actions a,
.row-actions button,
.modal-btn.gold,
.bottom-nav button.active {
  border-color: rgba(157, 77, 6, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 242, 196, 0.76), transparent 42%),
    linear-gradient(180deg, #ffb34d, #ed7d1c 58%, #ae5408);
  color: #fffdf8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 16px 32px rgba(193, 92, 9, 0.22);
}

.primary-actions a:nth-child(1) svg,
.primary-actions a:nth-child(2) svg,
.bottom-nav button.active svg,
.bottom-nav button.active span {
  color: #fffdf8;
}

.divider-title span {
  background: linear-gradient(90deg, transparent, rgba(231, 126, 25, 0.42), transparent);
}

.icon-grid svg,
.connect-actions svg,
.payment-row button,
.page-head button,
.page-head a,
.viewer-top button {
  border-color: rgba(218, 133, 33, 0.32);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.62), transparent 28%),
    conic-gradient(from 210deg, #b75908, #f49a28, #ffd778, #ad5b0b, #b75908);
  color: #fffaf0;
  box-shadow:
    inset 0 0 0 7px rgba(92, 42, 5, 0.18),
    0 12px 24px rgba(135, 67, 7, 0.14);
}

.service-list button::before {
  background: radial-gradient(circle, #fff1b7 0 20%, #ff9828 44%, #a54c06 100%);
  box-shadow: 0 0 16px rgba(238, 123, 27, 0.38);
}

.product-photo,
.spin-stage.model-stage {
  border-color: rgba(221, 131, 36, 0.2);
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 194, 91, 0.2), transparent 40%),
    linear-gradient(145deg, #ffffff, #fff0db);
}

.product-photo::after {
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.42) 44%, transparent 56%),
    linear-gradient(180deg, transparent 74%, rgba(227, 122, 23, 0.08));
}

.feature-tags span {
  color: #8f4b08;
}

.row-actions a:last-child,
.modal-btn.dark {
  border: 1px solid rgba(213, 124, 29, 0.28);
  background: #fff8ef;
  color: #9b4c06;
}

.bottom-nav {
  border-color: rgba(213, 124, 29, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 244, 228, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(255, 179, 77, 0.22), transparent 46%);
  box-shadow:
    0 -16px 40px rgba(126, 63, 9, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.bottom-nav button {
  color: #7b5f48;
}

.bottom-nav button:not(.active):hover {
  color: #b65a08;
}

.warning {
  border-color: rgba(224, 127, 27, 0.26);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 211, 135, 0.42), transparent 34%),
    linear-gradient(145deg, #fff6e8, #ffe2b8);
  color: #9a4d07;
}

.modal-head {
  border-bottom-color: rgba(221, 131, 36, 0.18);
}

.modal-head h3 {
  color: #9a4d07;
}

.lightbox img,
.gallery-grid button,
.catalogue-page,
.payment-qr {
  border-color: rgba(221, 131, 36, 0.22);
  box-shadow: 0 16px 34px rgba(126, 63, 9, 0.14);
}

.map-box iframe {
  filter: saturate(0.98) contrast(1.02);
}

.hud-brand strong {
  color: #3a2412;
  text-shadow: none;
}

.hud-brand small,
.hud-status span {
  color: #b65a08;
}

.hud-status strong {
  color: #4d311a;
}

/* Premium rich theme: graphite, emerald and champagne gold. */
:root {
  --black: #050706;
  --charcoal: #0d1411;
  --panel: #121f1a;
  --gold: #d6a63d;
  --gold-bright: #ffe6a3;
  --gold-deep: #8a641d;
  --steel: #f7f0e4;
  --blue: #123b2f;
  --white: #fffaf0;
  --muted: #aeb9b2;
  --line: rgba(214, 166, 61, 0.44);
  --steel-line: rgba(232, 239, 232, 0.14);
  --shadow: 0 28px 78px rgba(0, 0, 0, 0.5);
}

html,
html:fullscreen,
html:fullscreen body {
  background: #050706;
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 219, 139, 0.16), transparent 27%),
    radial-gradient(circle at 90% 8%, rgba(14, 112, 82, 0.38), transparent 30%),
    linear-gradient(180deg, #050706 0%, #0c1511 48%, #020403 100%);
  color: var(--steel);
}

.dg-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 226, 153, 0.11), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(20, 111, 78, 0.28), transparent 35%),
    linear-gradient(180deg, rgba(14, 24, 20, 0.99), rgba(4, 7, 6, 0.995)),
    repeating-linear-gradient(90deg, rgba(255, 230, 163, 0.045) 0 1px, transparent 1px 76px);
  color: var(--steel);
  box-shadow: var(--shadow);
}

.cover {
  background: #07100d;
}

.cover::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 7, 6, 0.03) 68%, rgba(5, 7, 6, 0.72) 100%),
    radial-gradient(circle at 76% 80%, rgba(255, 226, 153, 0.14), transparent 36%);
}

.top-hud,
.profile-block,
.digital-connect-panel,
.mini-viewer,
.video-box,
.premium-note,
.catalogue-summary,
.catalogue-strip,
.product-row,
.reviews-slider,
.modal-card,
.map-box {
  border-color: rgba(255, 230, 163, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 230, 163, 0.025)),
    radial-gradient(circle at 86% 0%, rgba(20, 128, 89, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(20, 31, 26, 0.98), rgba(4, 7, 6, 0.985));
  color: var(--steel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 42px rgba(0, 0, 0, 0.34);
}

.top-hud {
  border-color: rgba(255, 230, 163, 0.34);
  background:
    linear-gradient(90deg, rgba(255, 230, 163, 0.1), transparent 44%, rgba(20, 128, 89, 0.12)),
    linear-gradient(145deg, rgba(20, 31, 26, 0.94), rgba(4, 7, 6, 0.98));
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.44),
    0 0 34px rgba(214, 166, 61, 0.1);
}

.top-hud::before {
  background:
    linear-gradient(90deg, transparent, rgba(255, 230, 163, 0.2), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 28px);
}

.hud-brand img,
.brand-logo,
.owner-strip img {
  border-color: rgba(255, 230, 163, 0.48);
  background: #ffffff;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.28),
    0 0 0 6px rgba(255, 230, 163, 0.16);
}

.hud-brand strong,
.hud-status strong,
.profile-block h1,
.profile-block .tagline,
.profile-block .business-line,
.owner-strip strong,
.owner-strip span,
.digital-connect-panel > div:first-child strong,
.page-head h2,
.product-row h3,
.catalogue-summary strong,
.catalogue-title strong,
.review-card strong,
.contact-list a,
.service-list button {
  color: var(--steel);
}

.hud-brand small,
.hud-status span,
.divider-title strong,
.page-head span,
.product-row .capacity,
.catalogue-summary span,
.catalogue-title span,
.price-pair strong,
.contact-list svg,
.digital-connect-panel > div:first-child span {
  color: var(--gold-bright);
}

.hud-brand strong {
  text-shadow: 0 0 18px rgba(255, 230, 163, 0.12);
}

.hud-status {
  border-left-color: rgba(255, 230, 163, 0.25);
}

.cover-badge,
.brand-footline {
  border-color: rgba(255, 230, 163, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 243, 198, 0.36), transparent 46%),
    linear-gradient(180deg, #f3c765, #c8912e 58%, #7f581b);
  color: #170d03;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 14px 32px rgba(0, 0, 0, 0.32);
}

.profile-block::before {
  background:
    linear-gradient(90deg, transparent, rgba(255, 230, 163, 0.16), transparent),
    radial-gradient(circle at 50% 0%, rgba(19, 128, 90, 0.22), transparent 42%);
}

.primary-actions a,
.primary-actions button,
.connect-actions a,
.connect-actions button,
.icon-grid a,
.icon-grid button,
.service-list button,
.contact-list a,
.payment-row,
.price-pair div,
.feature-tags span,
.legal-card,
.qr-placeholder {
  border-color: rgba(255, 230, 163, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 230, 163, 0.025)),
    linear-gradient(145deg, rgba(20, 31, 26, 0.96), rgba(5, 8, 7, 0.98));
  color: var(--steel);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 26px rgba(0, 0, 0, 0.24);
}

.primary-actions a:nth-child(1),
.primary-actions a:nth-child(2),
.row-actions a,
.row-actions button,
.modal-btn.gold,
.bottom-nav button.active {
  border-color: rgba(255, 230, 163, 0.5);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 247, 213, 0.56), transparent 44%),
    linear-gradient(180deg, #f4cd73, #d5a13a 58%, #8a641d);
  color: #130c03;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 18px 38px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(214, 166, 61, 0.16);
}

.primary-actions a:nth-child(1) svg,
.primary-actions a:nth-child(2) svg,
.bottom-nav button.active svg,
.bottom-nav button.active span {
  color: #130c03;
}

.divider-title span {
  background: linear-gradient(90deg, transparent, rgba(255, 230, 163, 0.54), transparent);
}

.icon-grid svg,
.connect-actions svg,
.payment-row button,
.page-head button,
.page-head a,
.viewer-top button {
  border-color: rgba(255, 230, 163, 0.32);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.24), transparent 24%),
    conic-gradient(from 210deg, #163f31, #d6a63d, #ffe6a3, #24664f, #163f31);
  color: #fff7de;
  box-shadow:
    inset 0 0 0 7px rgba(4, 7, 6, 0.82),
    0 14px 30px rgba(0, 0, 0, 0.34),
    0 0 20px rgba(214, 166, 61, 0.12);
}

.service-list button::before {
  background: radial-gradient(circle, #fff0b8 0 18%, #d6a63d 44%, #0f7252 100%);
  box-shadow: 0 0 18px rgba(214, 166, 61, 0.44);
}

.product-photo,
.spin-stage.model-stage {
  border-color: rgba(255, 230, 163, 0.22);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 230, 163, 0.16), transparent 40%),
    linear-gradient(145deg, #17231e, #060908);
}

.product-row img {
  background: transparent;
}

.feature-tags span {
  color: rgba(255, 230, 163, 0.9);
}

.row-actions a:last-child,
.modal-btn.dark,
.modal-btn.light {
  border: 1px solid rgba(255, 230, 163, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(19, 128, 90, 0.08));
  color: var(--gold-bright);
}

.bottom-nav {
  border-color: rgba(255, 230, 163, 0.22);
  background:
    linear-gradient(180deg, rgba(20, 31, 26, 0.94), rgba(4, 7, 6, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(255, 230, 163, 0.14), transparent 46%);
  box-shadow:
    0 -18px 42px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bottom-nav button {
  color: rgba(247, 240, 228, 0.66);
}

.bottom-nav button:not(.active):hover {
  color: var(--gold-bright);
}

.payment-row span,
.price-pair small,
.qr-placeholder span,
.payment-image-grid figcaption {
  color: var(--muted);
}

.payment-row strong {
  color: var(--steel);
}

.warning {
  border-color: rgba(255, 230, 163, 0.28);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 230, 163, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(47, 35, 13, 0.8), rgba(10, 13, 11, 0.94));
  color: var(--gold-bright);
}

.modal-head {
  border-bottom-color: rgba(255, 230, 163, 0.2);
}

.modal-head h3 {
  color: var(--gold-bright);
}

.modal-btn.light {
  color: var(--steel);
}

.payment-qr,
.payment-method-card,
.qr-placeholder img {
  background: #fffdf7;
}

.lightbox img,
.gallery-grid button,
.catalogue-page,
.payment-qr {
  border-color: rgba(255, 230, 163, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.map-box iframe {
  filter: saturate(0.86) contrast(1.02);
}

.business-links {
  gap: 10px;
}

.business-links .trust-link {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  overflow: hidden;
  min-height: 56px;
  border: 1px solid rgba(255, 230, 163, 0.22);
  border-radius: 16px;
  padding: 8px 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 230, 163, 0.025)),
    linear-gradient(145deg, rgba(18, 28, 24, 0.96), rgba(5, 8, 7, 0.98));
  color: var(--steel);
  text-align: left;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.24);
}

.business-links .trust-link::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.13) 44%, transparent 62%);
  transform: translateX(-130%);
  transition: transform 0.65s ease;
}

.business-links .trust-link:hover::before {
  transform: translateX(130%);
}

.trust-link svg {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  padding: 8px;
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 10px 24px rgba(0, 0, 0, 0.24);
}

.trust-link span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--steel);
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trust-link.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  background: radial-gradient(circle at 28% 105%, #feda75 0 18%, #fa7e1e 34%, #d62976 56%, #962fbf 76%, #4f5bd5 100%);
}

.trust-link.facebook svg {
  fill: currentColor;
  background: linear-gradient(145deg, #3797ff, #1877f2 58%, #0d3c95);
}

.trust-link.youtube svg {
  background: linear-gradient(145deg, #ff4b4b, #ff0033 58%, #9a001d);
}

.trust-link.youtube svg path:first-child {
  fill: #ffffff;
}

.trust-link.youtube .play-mark {
  fill: #ff0033;
}

.trust-link.pamphlet svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 247, 213, 0.42), transparent 46%),
    linear-gradient(180deg, #f4cd73, #d5a13a 58%, #8a641d);
  color: #160e04;
}

.business-links .trust-link span {
  overflow: visible;
  font-size: 12px;
  line-height: 1.08;
  text-overflow: clip;
  white-space: normal;
}

.reviews-slider {
  grid-auto-columns: minmax(270px, 86%);
  gap: 12px;
  padding: 2px 2px 10px;
}

.google-review-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 220px;
  border-color: rgba(255, 230, 163, 0.2);
  border-radius: 18px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94));
  color: #202124;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.google-review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(66, 133, 244, 0.08), transparent 34%);
}

.google-review-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
}

.review-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.34), transparent 28%),
    hsl(var(--avatar-hue), 78%, 46%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.reviewer-info {
  min-width: 0;
}

.google-review-card .reviewer-info strong {
  display: block;
  overflow: hidden;
  color: #202124;
  font-size: 14px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.google-review-card .reviewer-info span {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #5f6368;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.google-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(218, 220, 224, 0.9);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(60, 64, 67, 0.13);
}

.google-mark svg {
  display: block;
  width: 20px;
  height: 20px;
}

.google-rating-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.google-stars {
  display: inline-flex;
  gap: 1px;
  color: #fbbc04;
  font-size: 16px;
  line-height: 1;
}

.google-stars span {
  display: inline;
  color: #fbbc04;
  font-size: inherit;
}

.google-rating-row > span {
  color: #202124;
  font-size: 12px;
  font-weight: 900;
}

.google-rating-row small {
  color: #5f6368;
  font-size: 11px;
  font-weight: 800;
}

.google-review-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #3c4043;
  font-size: 13px;
  line-height: 1.45;
}

.google-review-card > a {
  position: relative;
  z-index: 1;
  align-self: end;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(66, 133, 244, 0.1);
  color: #1a73e8;
  font-size: 11px;
  font-weight: 900;
}

@media (min-width: 760px) {
  .reviews-slider {
    grid-auto-columns: minmax(280px, 42%);
  }
}

.certificate-showcase {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 230, 163, 0.24);
  border-radius: 18px;
  padding: 13px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 230, 163, 0.16), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(20, 128, 89, 0.2), transparent 36%),
    linear-gradient(145deg, rgba(20, 31, 26, 0.98), rgba(4, 7, 6, 0.985));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 42px rgba(0, 0, 0, 0.34);
}

.certificate-showcase::before {
  content: "";
  position: absolute;
  inset: -30% auto -30% -42%;
  width: 38%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 230, 163, 0.18), transparent);
  transform: skewX(-18deg);
  animation: certificateSweep 5.8s ease-in-out infinite;
}

.certificate-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.certificate-head span,
.certificate-head strong {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.certificate-head h3 {
  margin: 3px 0 0;
  color: var(--steel);
  font-size: 20px;
  line-height: 1;
}

.certificate-head strong {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 230, 163, 0.28);
  border-radius: 999px;
  padding: 7px 9px;
  background: rgba(255, 230, 163, 0.08);
}

.certificate-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-columns: minmax(230px, 74%);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.certificate-card {
  position: relative;
  display: grid;
  gap: 9px;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255, 230, 163, 0.22);
  border-radius: 16px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 230, 163, 0.025)),
    linear-gradient(145deg, rgba(18, 28, 24, 0.96), rgba(5, 8, 7, 0.98));
  color: var(--steel);
  text-align: left;
  scroll-snap-align: start;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.28);
  animation: certificateFloat 4.8s ease-in-out infinite;
}

.certificate-card:nth-child(2n) {
  animation-delay: 0.45s;
}

.certificate-card:nth-child(3n) {
  animation-delay: 0.9s;
}

.certificate-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.16) 46%, transparent 56%),
    linear-gradient(180deg, transparent 68%, rgba(0, 0, 0, 0.38));
  opacity: 0.7;
}

.certificate-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 270px;
  border: 1px solid rgba(255, 230, 163, 0.16);
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.04) saturate(1.04);
  transition: transform 220ms ease, filter 220ms ease;
}

.certificate-card span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.certificate-card:hover img {
  transform: scale(1.025);
  filter: contrast(1.08) saturate(1.08);
}

@keyframes certificateFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes certificateSweep {
  0%,
  44%,
  100% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }

  58% {
    opacity: 0.72;
  }

  78% {
    transform: translateX(430%) skewX(-18deg);
    opacity: 0;
  }
}

@media (min-width: 760px) {
  .certificate-rail {
    grid-auto-columns: minmax(220px, 32%);
  }
}

.product-overview {
  display: grid;
  gap: 12px;
}

.overview-copy {
  display: grid;
  gap: 3px;
}

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

.overview-metrics div {
  border: 1px solid rgba(255, 230, 163, 0.18);
  border-radius: 12px;
  padding: 9px 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(19, 128, 90, 0.08));
  text-align: center;
}

.overview-metrics strong,
.overview-metrics span {
  display: block;
}

.overview-metrics strong {
  color: var(--gold-bright);
  font-size: 15px;
  line-height: 1.05;
}

.overview-metrics span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-overview ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.product-list {
  gap: 12px;
}

.product-row {
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  border-radius: 16px;
  padding: 10px;
}

.product-photo {
  min-height: 164px;
  height: 100%;
  border-radius: 12px;
}

.product-row img {
  width: 100%;
  height: 164px;
  border-radius: 10px;
  object-fit: contain;
}

.product-info {
  display: grid;
  align-content: start;
  min-width: 0;
}

.product-title-line {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.product-title-line h3 {
  overflow-wrap: anywhere;
}

.product-title-line small {
  color: var(--muted);
}

.product-number {
  color: #130c03;
}

.product-row .capacity {
  width: fit-content;
  margin-top: 7px;
}

.product-row .feature-tags {
  margin-top: 8px;
}

.product-row .price-pair {
  margin: 9px 0 8px;
}

@media (max-width: 430px) {
  .product-row {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    padding: 9px;
  }

  .product-photo {
    min-height: 152px;
  }

  .product-row img {
    height: 152px;
  }

  .product-row h3 {
    font-size: 14px;
  }

  .product-row .capacity {
    font-size: 9px;
  }

  .feature-tags span {
    font-size: 8px;
    padding: 3px 5px;
  }

  .price-pair {
    gap: 5px;
  }

  .price-pair strong {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .product-row {
    grid-template-columns: 1fr;
  }

  .product-photo {
    min-height: 170px;
  }

  .product-row img {
    height: 170px;
  }
}

.icon-grid .inquiry-tile {
  position: relative;
  border: 1px solid rgba(255, 230, 163, 0.52);
  border-radius: 18px;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(18, 202, 147, 0.22), transparent 36%),
    linear-gradient(145deg, rgba(12, 95, 74, 0.95), rgba(6, 17, 14, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(255, 230, 163, 0.09),
    0 18px 36px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(214, 166, 61, 0.16);
  animation: inquiryTileGlow 3.2s ease-in-out infinite;
}

.icon-grid .inquiry-tile svg {
  border-color: rgba(255, 246, 211, 0.72);
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.42), transparent 26%),
    conic-gradient(from 210deg, #0f7252, #f4cd73, #fff4bd, #13a170, #0f7252);
  color: #fff7de;
  animation: inquiryIconPulse 2.4s ease-in-out infinite;
}

.icon-grid .inquiry-tile span {
  color: #fff7de;
}

.icon-grid .inquiry-tile small {
  color: rgba(255, 230, 163, 0.82);
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.icon-grid .inquiry-tile:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 22px 44px rgba(0, 0, 0, 0.4),
    0 0 38px rgba(214, 166, 61, 0.24);
}

.icon-grid .rod-scan-tile {
  position: relative;
  border-color: rgba(255, 204, 92, 0.72);
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.2), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(255, 194, 82, 0.26), transparent 36%),
    linear-gradient(145deg, rgba(35, 24, 8, 0.98), rgba(7, 10, 8, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 16px 32px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(244, 190, 76, 0.18);
  animation: rodScanGlow 3.4s ease-in-out infinite;
}

.icon-grid .rod-scan-tile svg {
  border-color: rgba(255, 241, 187, 0.8);
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.48), transparent 27%),
    conic-gradient(from 220deg, #7b4a12, #f6c755, #fff1b8, #c98117, #7b4a12);
  color: #fff5c9;
  animation: rodQrPulse 2.7s ease-in-out infinite;
}

.icon-grid .rod-scan-tile small {
  color: rgba(255, 230, 163, 0.86);
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.icon-grid .ai-chat-tile {
  position: relative;
  border-color: rgba(24, 209, 156, 0.64);
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.18), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(24, 209, 156, 0.24), transparent 28%),
    linear-gradient(145deg, rgba(6, 54, 50, 0.98), rgba(3, 8, 10, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 38px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(24, 209, 156, 0.16);
}

.icon-grid .ai-chat-tile svg {
  border-color: rgba(215, 255, 241, 0.78);
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.48), transparent 27%),
    conic-gradient(from 215deg, #0d5f52, #18d19c, #ffe6a3, #0fae83, #0d5f52);
  color: #07130f;
}

.icon-grid .ai-chat-tile small {
  color: rgba(207, 255, 239, 0.88);
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.icon-grid a,
.icon-grid button {
  gap: 7px;
  min-height: 104px;
  padding: 12px 8px 11px;
}

.icon-grid span {
  font-size: clamp(12px, 1.72vw, 14px);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-align: center;
}

.icon-grid .inquiry-tile small,
.icon-grid .rod-scan-tile small,
.icon-grid .ai-chat-tile small {
  font-size: clamp(9px, 1.25vw, 10px);
  line-height: 1.08;
  letter-spacing: 0;
}

@media (max-width: 380px) {
  .icon-grid a,
  .icon-grid button {
    min-height: 98px;
    padding-inline: 6px;
  }

  .icon-grid span {
    font-size: 11px;
  }
}

.ai-chat-launcher {
  position: fixed;
  right: max(14px, calc((100vw - 646px) / 2 + 14px));
  bottom: 86px;
  z-index: 24;
  display: grid;
  grid-template-columns: 46px minmax(0, auto) 18px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 230, 163, 0.54);
  border-radius: 999px;
  padding: 7px 10px 7px 7px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 246, 211, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(19, 31, 27, 0.96), rgba(4, 7, 6, 0.98));
  color: #fff6d7;
  font-size: 12px;
  font-weight: 950;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(24, 209, 156, 0.16);
}

.ai-chat-launcher::after {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: -1;
  border-radius: inherit;
  background: conic-gradient(from 120deg, rgba(24, 209, 156, 0.16), rgba(255, 230, 163, 0.5), rgba(24, 209, 156, 0.16));
  opacity: 0.78;
  filter: blur(8px);
  animation: aiGlowPulse 3.6s ease-in-out infinite;
}

.ai-chat-launcher img {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 230, 163, 0.72);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(255, 230, 163, 0.24);
}

.ai-chat-launcher span,
.ai-chat-launcher svg {
  position: relative;
  z-index: 1;
}

.ai-chat-launcher svg {
  width: 18px;
  height: 18px;
  color: #18d19c;
}

.ai-chat-panel {
  position: fixed;
  right: max(14px, calc((100vw - 646px) / 2 + 14px));
  bottom: 150px;
  z-index: 900;
  display: grid;
  width: min(92vw, 398px);
  max-height: min(72vh, 620px);
  overflow: hidden;
  border: 1px solid rgba(255, 230, 163, 0.32);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 230, 163, 0.16), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(24, 209, 156, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(20, 31, 26, 0.99), rgba(3, 5, 5, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 58px rgba(0, 0, 0, 0.44);
}

.ai-chat-panel[hidden] {
  display: none;
}

.ai-chat-head {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 230, 163, 0.18);
  padding: 12px;
}

.ai-chat-head img {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 230, 163, 0.68);
  border-radius: 16px;
  object-fit: cover;
}

.ai-chat-head span {
  display: block;
  color: #fff1bc;
  font-size: 14px;
  font-weight: 950;
}

.ai-chat-head strong {
  display: block;
  margin-top: 3px;
  color: rgba(239, 248, 242, 0.7);
  font-size: 10px;
  line-height: 1.25;
}

.ai-chat-head button,
.ai-chat-form button {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 230, 163, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff1bc;
}

.ai-chat-head button {
  width: 36px;
  height: 36px;
}

.ai-chat-head svg,
.ai-chat-form svg {
  width: 18px;
  height: 18px;
}

.ai-chat-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  border-bottom: 1px solid rgba(255, 230, 163, 0.14);
  padding: 10px 12px;
}

.ai-chat-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 34px;
  border: 1px solid rgba(255, 230, 163, 0.2);
  border-radius: 999px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(239, 248, 242, 0.82);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.ai-chat-controls button.active,
.ai-chat-controls button[aria-pressed="true"],
.ai-chat-controls button.listening {
  border-color: rgba(255, 230, 163, 0.58);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 247, 213, 0.44), transparent 44%),
    linear-gradient(180deg, #f4cd73, #d5a13a 58%, #8a641d);
  color: #130c03;
}

.ai-chat-controls button.listening {
  animation: aiGlowPulse 1.3s ease-in-out infinite;
}

.ai-chat-controls svg {
  width: 14px;
  height: 14px;
}

.ai-voice-status {
  margin: 0;
  border-bottom: 1px solid rgba(255, 230, 163, 0.12);
  padding: 8px 12px;
  color: rgba(239, 248, 242, 0.7);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.ai-chat-messages {
  display: grid;
  gap: 10px;
  min-height: 230px;
  max-height: min(44vh, 360px);
  overflow-y: auto;
  padding: 12px;
  scroll-behavior: smooth;
}

.ai-chat-message {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: end;
}

.ai-chat-message.user {
  grid-template-columns: minmax(0, 1fr);
}

.ai-chat-message > img {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 230, 163, 0.4);
  border-radius: 50%;
  object-fit: cover;
}

.ai-chat-bubble {
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(255, 230, 163, 0.18);
  border-radius: 16px 16px 16px 5px;
  padding: 10px 11px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(239, 248, 242, 0.92);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.42;
  white-space: pre-line;
}

.ai-chat-message.user .ai-chat-bubble {
  justify-self: end;
  border-color: rgba(255, 230, 163, 0.38);
  border-radius: 16px 16px 5px 16px;
  background: linear-gradient(180deg, #f4cd73, #d5a13a);
  color: #130c03;
}

.ai-chat-suggestions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 6px;
  border-top: 1px solid rgba(255, 230, 163, 0.16);
  padding: 10px 12px;
}

.ai-chat-suggestions button {
  min-height: 34px;
  border: 1px solid rgba(255, 230, 163, 0.2);
  border-radius: 999px;
  padding: 6px 7px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff1bc;
  font-size: 10px;
  font-weight: 950;
}

.ai-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
  padding: 0 12px 12px;
}

.ai-chat-form input {
  min-width: 0;
  border: 1px solid rgba(255, 230, 163, 0.24);
  border-radius: 14px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.ai-chat-form input::placeholder {
  color: rgba(239, 248, 242, 0.56);
}

.ai-chat-form button {
  width: 42px;
  min-height: 42px;
  background: linear-gradient(180deg, #f4cd73, #d5a13a 62%, #8a641d);
  color: #130c03;
}

@keyframes aiGlowPulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.97);
  }

  50% {
    opacity: 0.88;
    transform: scale(1.04);
  }
}

@media (max-width: 430px) {
  .ai-chat-launcher {
    right: 12px;
    bottom: 82px;
    grid-template-columns: 42px 18px;
    padding: 6px;
  }

  .ai-chat-launcher img {
    width: 42px;
    height: 42px;
  }

  .ai-chat-launcher span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .ai-chat-panel {
    right: 10px;
    bottom: 138px;
    width: calc(100vw - 20px);
    max-height: 68vh;
  }

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

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

.rod-qr-box {
  border-style: solid;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 219, 116, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(17, 24, 20, 0.98), rgba(4, 7, 6, 0.98));
}

.rod-qr-box img {
  width: min(310px, 84vw);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.3),
    0 0 0 6px rgba(255, 255, 255, 0.96);
}

.rod-qr-box .modal-btn {
  width: min(310px, 100%);
}

@keyframes rodScanGlow {
  0%,
  100% {
    filter: saturate(1);
  }

  50% {
    filter: saturate(1.18) brightness(1.08);
  }
}

@keyframes rodQrPulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 7px rgba(4, 7, 6, 0.7),
      0 0 14px rgba(214, 166, 61, 0.2);
  }

  50% {
    box-shadow:
      inset 0 0 0 7px rgba(4, 7, 6, 0.7),
      0 0 28px rgba(255, 230, 163, 0.38);
  }
}

.owner-data-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 32px);
  margin: 0 16px 16px;
  border: 1px solid rgba(255, 230, 163, 0.3);
  border-radius: 999px;
  padding: 11px 14px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(20, 31, 26, 0.98), rgba(4, 7, 6, 0.98));
  color: var(--gold-bright);
  font-weight: 950;
}

.owner-data-link svg {
  width: 17px;
  height: 17px;
}

#ownerInquiryModal {
  width: min(94vw, 720px);
}

.owner-login,
.owner-inquiry-panel {
  display: grid;
  gap: 12px;
  margin: 14px 16px 16px;
}

.owner-login[hidden],
.owner-inquiry-panel[hidden] {
  display: none;
}

.owner-login label {
  display: grid;
  gap: 7px;
}

.owner-login span,
.owner-panel-head span,
.owner-inquiry-card dt {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.owner-login input {
  width: 100%;
  border: 1px solid rgba(255, 230, 163, 0.28);
  border-radius: 12px;
  padding: 12px;
  background: rgba(215, 226, 234, 0.075);
  color: var(--white);
  font: inherit;
  outline: none;
}

.owner-error {
  margin: 0;
  color: #ffcc80;
  font-size: 12px;
  font-weight: 850;
}

.owner-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.owner-panel-head strong {
  display: block;
  margin-top: 3px;
  color: var(--white);
  font-size: 16px;
}

.owner-panel-head button {
  border: 1px solid rgba(255, 230, 163, 0.32);
  border-radius: 999px;
  padding: 9px 12px;
  background: var(--black);
  color: var(--gold-bright);
  font-weight: 950;
}

.owner-storage-mode {
  margin: -4px 0 0;
  border: 1px solid rgba(255, 230, 163, 0.18);
  border-radius: 12px;
  padding: 9px 10px;
  background: rgba(215, 226, 234, 0.055);
  color: var(--steel);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.owner-inquiry-list {
  display: grid;
  max-height: 46vh;
  gap: 10px;
  overflow: auto;
  padding-right: 3px;
}

.owner-inquiry-card,
.empty-inquiries {
  border: 1px solid rgba(255, 230, 163, 0.2);
  border-radius: 14px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 230, 163, 0.025)),
    linear-gradient(145deg, rgba(14, 23, 20, 0.98), rgba(4, 7, 6, 0.985));
}

.owner-inquiry-card > div:first-child {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.owner-inquiry-card > div:first-child span,
.owner-inquiry-card small {
  color: var(--muted);
  font-size: 10px;
  overflow-wrap: anywhere;
}

.owner-inquiry-card strong {
  color: var(--white);
  font-size: 15px;
}

.owner-inquiry-card p {
  margin: 8px 0;
  color: var(--steel);
  font-weight: 850;
}

.owner-inquiry-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.owner-inquiry-card dd {
  margin: 2px 0 0;
  color: var(--steel);
  font-size: 12px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.owner-inquiry-card .owner-message {
  border-top: 1px solid rgba(255, 230, 163, 0.16);
  margin-top: 10px;
  padding-top: 8px;
}

.owner-inquiry-card .owner-message span {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.owner-inquiry-card .owner-message p {
  margin: 5px 0 0;
  color: var(--steel);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.42;
  white-space: pre-wrap;
}

.owner-inquiry-card small {
  display: block;
  margin-top: 6px;
}

.clear-inquiries {
  width: 100%;
}

@keyframes inquiryTileGlow {
  0%,
  100% {
    filter: saturate(1);
  }

  50% {
    filter: saturate(1.18) brightness(1.06);
  }
}

@keyframes inquiryIconPulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 7px rgba(4, 7, 6, 0.72),
      0 0 16px rgba(214, 166, 61, 0.18);
  }

  50% {
    box-shadow:
      inset 0 0 0 7px rgba(4, 7, 6, 0.72),
      0 0 28px rgba(255, 230, 163, 0.32);
  }
}

.cover {
  aspect-ratio: 2 / 3;
  max-height: none;
  background: #ffffff;
  isolation: isolate;
  box-shadow:
    0 0 0 1px rgba(255, 219, 122, 0.28),
    0 0 28px rgba(246, 190, 76, 0.16),
    0 24px 60px rgba(0, 0, 0, 0.32);
  animation: heroCoverGlow 4.8s ease-in-out infinite;
}

.cover img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.08) contrast(1.04) brightness(1.02);
  animation: heroImageLift 5.4s ease-in-out infinite;
}

.cover::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 1;
  border: 1px solid rgba(255, 225, 145, 0.56);
  border-radius: 14px;
  pointer-events: none;
  box-shadow:
    inset 0 0 18px rgba(255, 230, 163, 0.18),
    0 0 18px rgba(244, 190, 76, 0.2);
  animation: heroGoldEdge 3.8s ease-in-out infinite;
}

.cover::after {
  content: "";
  position: absolute;
  inset: -42%;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 34%, rgba(255, 245, 210, 0) 42%, rgba(255, 238, 180, 0.22) 48%, rgba(255, 255, 255, 0.13) 52%, transparent 61%),
    radial-gradient(circle at 74% 72%, rgba(244, 190, 76, 0.14), transparent 28%);
  mix-blend-mode: screen;
  opacity: 0.7;
  transform: translateX(-38%) rotate(4deg);
  animation: heroLightSweep 6s ease-in-out infinite;
}

@keyframes heroCoverGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 219, 122, 0.28),
      0 0 24px rgba(246, 190, 76, 0.14),
      0 24px 60px rgba(0, 0, 0, 0.32);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 231, 166, 0.48),
      0 0 42px rgba(246, 190, 76, 0.24),
      0 28px 70px rgba(0, 0, 0, 0.38);
  }
}

@keyframes heroImageLift {
  0%,
  100% {
    filter: saturate(1.08) contrast(1.04) brightness(1.02);
  }

  50% {
    filter: saturate(1.13) contrast(1.06) brightness(1.07);
  }
}

@keyframes heroGoldEdge {
  0%,
  100% {
    opacity: 0.66;
  }

  50% {
    opacity: 1;
  }
}

@keyframes heroLightSweep {
  0%,
  36% {
    transform: translateX(-44%) rotate(4deg);
    opacity: 0;
  }

  58% {
    opacity: 0.78;
  }

  82%,
  100% {
    transform: translateX(40%) rotate(4deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cover,
  .cover::before,
  .cover::after,
  .cover img {
    animation: none;
  }
}

.ai-chat-launcher.chat-open {
  display: none;
}

.ai-chat-panel {
  top: max(10px, env(safe-area-inset-top));
  bottom: calc(82px + env(safe-area-inset-bottom));
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  max-height: none;
}

.ai-chat-suggestions {
  display: none;
}

.ai-chat-messages {
  align-content: start;
  min-height: 0;
  max-height: none;
}

.ai-chat-bubble {
  font-size: 12px;
  line-height: 1.36;
}

.ai-chat-form {
  border-top: 1px solid rgba(255, 230, 163, 0.14);
  padding-top: 10px;
  background: linear-gradient(180deg, rgba(3, 5, 5, 0), rgba(3, 5, 5, 0.74));
}

@media (max-width: 430px) {
  .ai-chat-panel {
    top: 8px;
    right: 8px;
    bottom: calc(72px + env(safe-area-inset-bottom));
    left: 8px;
    width: auto;
    border-radius: 18px;
  }

  .ai-chat-head {
    grid-template-columns: 44px minmax(0, 1fr) 34px;
    gap: 8px;
    padding: 10px;
  }

  .ai-chat-head img {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .ai-chat-head span {
    font-size: 13px;
  }

  .ai-chat-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 8px 10px;
  }

  .ai-voice-status {
    padding: 7px 10px;
    font-size: 10px;
  }

  .ai-chat-messages {
    gap: 8px;
    padding: 10px;
  }

  .ai-chat-form {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 7px;
    padding: 9px 10px 10px;
  }

  .ai-chat-form input {
    border-radius: 13px;
    padding: 10px;
    font-size: 12px;
  }

  .ai-chat-form button {
    width: 40px;
    min-height: 40px;
  }
}
