:root {
  --bg-main: #050712;
  --bg-card: #0f1424;
  --text-main: #f8fbff;
  --text-muted: #aab5c8;
  --neon-blue: #22d6ff;
  --neon-purple: #8b5cf6;
  --neon-pink: #ff3db8;

  --bg: var(--bg-main);
  --bg-elevated: #090d1a;
  --panel: var(--bg-card);
  --panel-soft: #151b2f;
  --text: var(--text-main);
  --muted: var(--text-muted);
  --cyan: var(--neon-blue);
  --pink: var(--neon-pink);
  --violet: var(--neon-purple);
  --green: #29e7a2;
  --amber: #ffd166;
  --danger: #ff5b77;
  --border: rgba(255, 255, 255, 0.13);
  --border-strong: rgba(34, 214, 255, 0.38);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
  --glow-blue: 0 0 34px rgba(34, 214, 255, 0.24);
  --glow-pink: 0 0 34px rgba(255, 61, 184, 0.2);
}

html {
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  color: var(--text-main);
  background:
    linear-gradient(130deg, rgba(34, 214, 255, 0.08), transparent 28%),
    linear-gradient(230deg, rgba(255, 61, 184, 0.07), transparent 34%),
    var(--bg-main);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  color: var(--text-main);
}

.btn {
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-neon {
  color: #04101c;
  background: linear-gradient(135deg, var(--neon-blue), var(--neon-pink));
  border: 0;
  box-shadow: 0 12px 32px rgba(34, 214, 255, 0.26), 0 0 22px rgba(255, 61, 184, 0.16);
}

.btn-neon:hover,
.btn-neon:focus {
  color: #04101c;
  box-shadow: 0 16px 42px rgba(34, 214, 255, 0.34), 0 0 28px rgba(255, 61, 184, 0.22);
}

.btn-ghost,
.btn-outline-light {
  color: var(--text-main);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.055);
}

.btn-ghost:hover,
.btn-ghost:focus,
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: var(--text-main);
  border-color: rgba(34, 214, 255, 0.62);
  background: rgba(34, 214, 255, 0.1);
  box-shadow: var(--glow-blue);
}

.public-shell {
  min-height: 100vh;
}

.public-shell,
main,
section,
.container,
.hero-copy-block,
.product-card,
.contact-copy,
.footer-brand-block {
  min-width: 0;
}

.hero-section h1,
.page-hero h1,
.hero-copy,
.page-hero p,
.section-heading p,
.contact-copy p,
.about-intro p,
.about-card p,
.footer-brand-block p {
  overflow-wrap: break-word;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.public-navbar {
  min-height: 78px;
  background: rgba(5, 7, 18, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.public-navbar .container {
  gap: 12px;
}

.brand-logo-link,
.footer-brand-logo-link {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  text-decoration: none;
}

.brand-logo-link {
  flex: 0 1 auto;
  min-height: 64px;
  max-width: min(210px, calc(100vw - 92px));
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-logo-img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
}

.footer-brand-logo-link {
  width: fit-content;
}

.footer-logo-img {
  display: block;
  width: min(190px, 100%);
  max-height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255, 209, 102, 0.2));
}

.public-navbar .navbar-nav {
  gap: 6px;
}

.public-navbar .nav-link {
  color: var(--text-muted);
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 750;
}

.public-navbar .nav-link:hover,
.public-navbar .nav-link:focus {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.06);
}

.public-navbar .nav-cta {
  margin-left: 10px;
}

.navbar-toggler {
  border-color: var(--border);
  border-radius: 8px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(34, 214, 255, 0.24);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0 78px;
  background:
    linear-gradient(120deg, rgba(34, 214, 255, 0.18), transparent 34%),
    linear-gradient(235deg, rgba(255, 61, 184, 0.15), transparent 38%),
    linear-gradient(180deg, #070a16 0%, var(--bg-main) 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 78px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 78px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 76%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  gap: 54px;
  align-items: center;
}

.hero-copy-block {
  max-width: 800px;
}

.hero-kicker,
.page-hero span,
.section-heading span,
.detail-kicker,
.card-eyebrow,
.contact-copy span,
.admin-page-header span,
.admin-login-heading span {
  display: inline-block;
  color: var(--neon-blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-section h1,
.page-hero h1 {
  max-width: 850px;
  margin: 18px 0;
  color: var(--text-main);
  font-size: 4.35rem;
  line-height: 1.03;
  font-weight: 950;
}

.hero-copy,
.page-hero p,
.section-heading p {
  max-width: 700px;
  color: var(--text-muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.hero-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-trust-list span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--text-main);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.94rem;
  font-weight: 760;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(34, 214, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    repeating-linear-gradient(90deg, rgba(34, 214, 255, 0.06) 0 1px, transparent 1px 30px),
    #070a16;
  box-shadow: var(--shadow), inset 0 0 42px rgba(255, 61, 184, 0.09);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}

.hero-product-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(5, 7, 18, 0.78);
  backdrop-filter: blur(12px);
}

.hero-product-caption span {
  display: block;
  color: var(--neon-blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-product-caption strong {
  display: block;
  margin-top: 4px;
  font-size: 1.15rem;
}

.led-sign-preview {
  width: min(360px, 88%);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--text-main);
  text-align: center;
  border: 2px solid rgba(34, 214, 255, 0.72);
  border-radius: 8px;
  background: rgba(4, 8, 18, 0.76);
  box-shadow:
    0 0 28px rgba(34, 214, 255, 0.36),
    inset 0 0 26px rgba(255, 61, 184, 0.14);
}

.led-sign-preview strong {
  color: var(--text-main);
  font-size: 2rem;
  font-weight: 950;
  text-shadow:
    0 0 10px rgba(34, 214, 255, 0.95),
    0 0 20px rgba(255, 61, 184, 0.72);
}

.led-sign-preview small {
  color: var(--neon-pink);
  font-weight: 900;
  text-transform: uppercase;
}

.sign-line {
  width: 92%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neon-blue), transparent);
}

.section-band {
  padding: 34px 0;
  background:
    linear-gradient(90deg, rgba(34, 214, 255, 0.08), transparent 45%),
    #070b17;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

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

.trust-item,
.product-card,
.empty-state,
.contact-tile,
.about-card,
.admin-panel,
.admin-stat-card,
.admin-login-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(15, 20, 36, 0.82);
}

.trust-item {
  height: 100%;
  padding: 22px;
  box-shadow: inset 0 0 0 1px rgba(34, 214, 255, 0.03);
}

.trust-item h2 {
  margin-bottom: 10px;
  font-size: 1.04rem;
  font-weight: 900;
}

.trust-item p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.content-section,
.product-detail-section {
  padding: 78px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}

.section-heading h2 {
  margin: 8px 0 0;
  font-size: 2.25rem;
  font-weight: 950;
}

.section-heading p {
  margin: 10px 0 0;
  font-size: 1rem;
}

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

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(34, 214, 255, 0.12), transparent 36%, rgba(255, 61, 184, 0.1));
  opacity: 0;
  transition: opacity 180ms ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(34, 214, 255, 0.45);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.38), var(--glow-blue);
}

.product-card:hover::before,
.product-card:focus-within::before {
  opacity: 1;
}

.product-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #050711;
}

.product-card-media img,
.product-detail-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-card-media img {
  transition: transform 260ms ease;
}

.product-card:hover .product-card-media img,
.product-card:focus-within .product-card-media img {
  transform: scale(1.04);
}

.product-image-fallback {
  width: 100%;
  height: 100%;
  min-height: 245px;
  display: grid;
  place-items: center;
  color: var(--neon-blue);
  background:
    linear-gradient(135deg, rgba(34, 214, 255, 0.18), rgba(255, 61, 184, 0.12)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 24px),
    #050711;
  font-size: 2.2rem;
  font-weight: 950;
  text-shadow: 0 0 18px rgba(34, 214, 255, 0.84);
}

.product-image-fallback.large {
  min-height: 560px;
}

.product-card-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.card-eyebrow {
  margin-bottom: 8px;
  color: var(--neon-pink);
  font-size: 0.72rem;
}

.product-card h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
}

.product-card p {
  margin: 12px 0 20px;
  color: var(--text-muted);
  line-height: 1.6;
}

.product-card-footer {
  display: grid;
  gap: 14px;
  margin-top: auto;
}

.product-card-footer strong,
.detail-price {
  color: var(--amber);
  font-size: 1.18rem;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.product-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
}

.page-hero.compact {
  position: relative;
  overflow: hidden;
  padding: 82px 0 58px;
  background:
    linear-gradient(120deg, rgba(139, 92, 246, 0.2), transparent 38%),
    linear-gradient(230deg, rgba(34, 214, 255, 0.16), transparent 36%),
    #070a16;
  border-bottom: 1px solid var(--border);
}

.page-hero.compact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 82px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), transparent 90%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: 54px;
  align-items: start;
}

.product-detail-media {
  overflow: hidden;
  border: 1px solid rgba(34, 214, 255, 0.26);
  border-radius: 8px;
  background: #050711;
  box-shadow: var(--shadow);
}

.product-detail-media img {
  min-height: 560px;
}

.product-detail-copy {
  padding-top: 14px;
}

.product-detail-copy h1 {
  margin: 14px 0 18px;
  font-size: 3.5rem;
  font-weight: 950;
  line-height: 1.08;
}

.product-detail-copy p {
  color: var(--text-muted);
  line-height: 1.82;
}

.product-detail-copy .lead {
  color: var(--text-main);
  font-size: 1.15rem;
  line-height: 1.65;
}

.detail-price {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 950;
}

.product-info-card {
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(34, 214, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(34, 214, 255, 0.08), rgba(255, 61, 184, 0.05)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 28px rgba(34, 214, 255, 0.04);
}

.product-info-card h2 {
  margin: 0 0 16px;
  font-size: 1.18rem;
  font-weight: 950;
}

.product-info-list {
  display: grid;
  gap: 11px;
  margin: 0;
}

.product-info-list div {
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.product-info-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.product-info-list dt {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.product-info-list dd {
  min-width: 0;
  margin: 0;
  color: var(--text-main);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.detail-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.detail-trust-grid div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.detail-trust-grid strong,
.detail-trust-grid span {
  display: block;
}

.detail-trust-grid strong {
  font-size: 0.95rem;
}

.detail-trust-grid span {
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.related-products {
  margin-top: 78px;
}

.empty-state {
  padding: 38px;
  color: var(--text-muted);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(34, 214, 255, 0.08), rgba(255, 61, 184, 0.06)),
    rgba(15, 20, 36, 0.82);
}

.empty-state h2,
.empty-state h3 {
  color: var(--text-main);
  font-weight: 900;
}

.empty-state p {
  margin-bottom: 0;
}

.about-section {
  background:
    linear-gradient(90deg, rgba(34, 214, 255, 0.06), transparent 48%),
    var(--bg-main);
}

.about-intro {
  max-width: 900px;
  margin-bottom: 34px;
}

.about-intro h2 {
  margin-bottom: 14px;
  font-size: 2.35rem;
  font-weight: 950;
}

.about-intro p,
.about-card p,
.contact-copy p {
  color: var(--text-muted);
  line-height: 1.78;
}

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

.about-card {
  padding: 24px;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
}

.about-card span {
  color: var(--neon-pink);
  font-size: 0.78rem;
  font-weight: 950;
}

.about-card h3 {
  margin: 10px 0 10px;
  font-size: 1.25rem;
  font-weight: 900;
}

.about-card p {
  margin: 0;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
}

.contact-copy h2 {
  margin: 10px 0 12px;
  font-size: 2.2rem;
  font-weight: 950;
}

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

.contact-tile {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-tile span {
  color: var(--text-muted);
  font-weight: 760;
}

.contact-tile strong {
  display: block;
  margin-top: 22px;
  font-size: 1.3rem;
  line-height: 1.25;
}

.contact-tile:hover,
.contact-tile:focus {
  transform: translateY(-3px);
  border-color: rgba(34, 214, 255, 0.55);
  background: rgba(34, 214, 255, 0.08);
  box-shadow: var(--glow-blue);
}

.public-footer {
  padding: 44px 0;
  color: var(--text-muted);
  background:
    linear-gradient(90deg, rgba(255, 61, 184, 0.08), transparent 44%),
    #040611;
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(160px, 0.7fr) minmax(160px, 0.7fr);
  gap: 30px;
  align-items: start;
}

.footer-brand {
  color: var(--text-main);
}

.footer-brand-block p {
  max-width: 520px;
  margin: 14px 0 0;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 720;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--neon-blue);
}

.admin-shell {
  min-height: 100vh;
  display: flex;
  background: #080b18;
}

.admin-sidebar {
  width: 270px;
  flex: 0 0 270px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: #050711;
  border-right: 1px solid var(--border);
}

.admin-brand {
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 900;
  text-decoration: none;
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.admin-sidebar nav a {
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 6px;
  text-decoration: none;
}

.admin-sidebar nav a:hover,
.admin-sidebar nav a:focus {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.admin-sidebar form {
  margin-top: auto;
}

.admin-main {
  width: 100%;
  min-width: 0;
  padding: 34px;
}

.admin-auth-main {
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(130deg, rgba(36, 214, 255, 0.15), transparent 35%),
    linear-gradient(230deg, rgba(255, 61, 184, 0.12), transparent 35%),
    var(--bg);
}

.admin-login-panel {
  width: min(430px, 100%);
}

.admin-login-card {
  padding: 30px;
  box-shadow: var(--shadow);
}

.admin-login-heading {
  margin-bottom: 24px;
}

.admin-login-heading h1,
.admin-page-header h1 {
  margin: 8px 0 0;
  font-weight: 900;
}

.admin-page-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.admin-stat-card {
  padding: 22px;
}

.admin-stat-card span {
  color: var(--muted);
  font-weight: 700;
}

.admin-stat-card strong {
  display: block;
  margin-top: 8px;
  font-size: 2.4rem;
  line-height: 1;
}

.admin-panel {
  padding: 22px;
}

.admin-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.admin-panel-header h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 850;
}

.admin-panel-header a {
  color: var(--cyan);
  text-decoration: none;
}

.admin-table {
  color: var(--text);
  margin: 0;
}

.admin-table th {
  color: var(--muted);
  border-color: var(--border);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.admin-table td {
  border-color: var(--border);
}

.admin-table small {
  display: block;
  color: var(--muted);
}

.admin-product-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-product-cell img,
.admin-thumb-fallback {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 8px;
  object-fit: cover;
}

.admin-thumb-fallback {
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: rgba(36, 214, 255, 0.12);
  font-size: 0.8rem;
  font-weight: 900;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 800;
}

.status-pill.active {
  color: #062015;
  background: var(--green);
}

.status-pill.passive {
  color: var(--text);
  background: rgba(255, 255, 255, 0.12);
}

.admin-row-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-row-actions form {
  margin: 0;
}

.admin-empty {
  color: var(--muted);
  padding: 24px;
}

.admin-empty h2 {
  color: var(--text);
  font-size: 1.2rem;
}

.form-label,
.form-check-label {
  color: var(--text);
  font-weight: 700;
}

.form-control {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--border);
  border-radius: 6px;
}

.form-control:focus {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--cyan);
  box-shadow: 0 0 0 0.2rem rgba(36, 214, 255, 0.16);
}

.form-control::file-selector-button {
  color: #031018;
  background: var(--cyan);
  border: 0;
}

.form-check-input {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: var(--border);
}

.form-check-input:checked {
  background-color: var(--cyan);
  border-color: var(--cyan);
}

.validation-summary,
.field-validation-error {
  font-size: 0.92rem;
}

.admin-current-image {
  width: 100%;
  max-height: 220px;
  margin-top: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  object-fit: cover;
}

.alert-success {
  color: #062015;
  background: var(--green);
  border: 0;
  border-radius: 8px;
}

.text-danger {
  color: var(--danger) !important;
}

@media (max-width: 1199.98px) {
  .hero-section h1,
  .page-hero h1 {
    font-size: 3.45rem;
  }

  .hero-layout,
  .product-detail-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .hero-visual img,
  .product-detail-media img,
  .product-image-fallback.large {
    min-height: 440px;
  }

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

@media (max-width: 991.98px) {
  .public-navbar {
    min-height: 68px;
  }

  .brand-logo-link {
    min-height: 56px;
    max-width: calc(100% - 64px);
  }

  .brand-logo-img {
    max-width: 150px;
    max-height: 48px;
  }

  .public-navbar .navbar-collapse {
    padding: 16px 0 8px;
  }

  .public-navbar .navbar-nav {
    gap: 4px;
  }

  .public-navbar .nav-cta {
    margin: 8px 0 0;
  }

  .public-navbar .nav-cta .btn {
    width: 100%;
  }

  .hero-section {
    padding: 76px 0 58px;
  }

  .hero-section h1,
  .page-hero h1 {
    font-size: 2.55rem;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 360px;
  }

  .trust-grid,
  .product-grid,
  .about-grid,
  .contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .admin-page-header,
  .admin-panel-header {
    align-items: start;
    flex-direction: column;
  }

  .detail-trust-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }

  .admin-shell {
    display: block;
  }

  .admin-sidebar {
    width: 100%;
    flex: none;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .admin-sidebar form {
    margin-top: 0;
  }

  .admin-main {
    padding: 22px;
  }
}

@media (max-width: 767.98px) {
  .hero-section h1,
  .page-hero h1 {
    font-size: 2.08rem;
    line-height: 1.1;
  }

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

  .content-section,
  .product-detail-section {
    padding: 58px 0;
  }

  .page-hero.compact {
    padding: 62px 0 46px;
  }

  .trust-grid,
  .product-grid,
  .about-grid,
  .contact-actions,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .hero-visual img,
  .product-detail-media img,
  .product-image-fallback.large {
    min-height: 330px;
  }

  .product-detail-copy h1,
  .about-intro h2,
  .contact-copy h2 {
    font-size: 1.92rem;
  }

  .section-heading h2 {
    font-size: 1.78rem;
  }

  .hero-actions,
  .detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .detail-actions .btn {
    width: 100%;
  }

  .contact-tile {
    min-height: 132px;
  }
}

@media (max-width: 575.98px) {
  .public-navbar .container,
  .page-hero .container,
  .hero-section .container,
  .content-section .container,
  .product-detail-section .container,
  .public-footer .container {
    max-width: 100%;
  }

  .brand-logo-img {
    max-width: min(150px, 46vw);
    max-height: 48px;
  }

  .footer-logo-img {
    width: min(168px, 100%);
    max-height: 72px;
  }

  .hero-section h1,
  .page-hero h1 {
    max-width: 100%;
    font-size: 1.78rem;
    overflow-wrap: anywhere;
  }

  .hero-copy,
  .page-hero p,
  .section-heading p,
  .empty-state {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-trust-list span {
    width: 100%;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .product-info-list div,
  .admin-form-subgrid {
    grid-template-columns: 1fr;
  }

  .product-card-body,
  .trust-item,
  .about-card,
  .contact-tile,
  .empty-state {
    padding: 18px;
  }

  .footer-links {
    gap: 8px;
  }

  .admin-row-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Admin panel */
body.admin-shell {
  color: #e8edf7;
  background: #f4f6fb;
}

.admin-layout {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  background: #f4f6fb;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  width: auto;
  flex: none;
  padding: 22px;
  background: #0b1020;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-sidebar-top {
  margin-bottom: 28px;
}

.admin-sidebar-top span,
.admin-topbar span {
  display: block;
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-brand {
  display: block;
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 950;
  text-decoration: none;
}

.admin-brand:hover,
.admin-brand:focus {
  color: #ffffff;
}

.admin-nav {
  display: grid;
  gap: 8px;
}

.admin-nav a {
  color: #cbd5e1;
  padding: 11px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.admin-nav a:hover,
.admin-nav a:focus {
  color: #ffffff;
  background: rgba(34, 214, 255, 0.12);
}

.admin-logout-form {
  margin-top: auto;
}

.admin-workspace {
  min-width: 0;
}

.admin-topbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  color: #0f172a;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.admin-topbar strong {
  display: block;
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 900;
}

.admin-main {
  width: 100%;
  min-width: 0;
  padding: 28px;
  color: #0f172a;
}

.admin-page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  color: #0f172a;
}

.admin-page-header span {
  color: #2563eb;
}

.admin-page-header h1 {
  margin: 6px 0 0;
  color: #0f172a;
  font-weight: 950;
}

.admin-page-header p,
.admin-panel-header p {
  margin: 6px 0 0;
  color: #64748b;
}

.admin-alert {
  margin-bottom: 18px;
  border-radius: 8px;
}

.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.admin-stat-card,
.admin-panel,
.admin-login-card {
  color: #0f172a;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.admin-stat-card {
  padding: 22px;
}

.admin-stat-card span {
  color: #64748b;
  font-weight: 800;
}

.admin-stat-card strong {
  display: block;
  margin-top: 10px;
  color: #0f172a;
  font-size: 2.3rem;
  line-height: 1;
}

.admin-panel {
  padding: 22px;
}

.admin-panel + .admin-panel {
  margin-top: 18px;
}

.admin-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-panel-header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.3rem;
  font-weight: 900;
}

.admin-panel-header a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 800;
}

.admin-filter-form {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) minmax(160px, 0.75fr) minmax(170px, 0.8fr) auto;
  gap: 14px;
  align-items: end;
}

.admin-filter-actions,
.admin-empty-actions,
.admin-form-actions,
.delete-confirm-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-filter-summary {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.admin-filter-summary span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 10px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-weight: 800;
}

.admin-table {
  color: #0f172a;
  margin: 0;
}

.admin-table th {
  color: #64748b;
  border-color: #e5e7eb;
  font-size: 0.78rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-table td {
  border-color: #eef2f7;
  vertical-align: middle;
}

.admin-table small {
  display: block;
  color: #64748b;
}

.admin-passive-row {
  background: #f8fafc;
}

.admin-product-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.admin-product-cell img,
.admin-list-thumb,
.admin-thumb-fallback {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 8px;
  object-fit: cover;
}

.admin-thumb-fallback {
  display: grid;
  place-items: center;
  color: #0369a1;
  background: #e0f2fe;
  font-size: 0.82rem;
  font-weight: 950;
}

.admin-thumb-fallback.large {
  width: 100%;
  height: 260px;
  font-size: 2rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.status-pill.active {
  color: #065f46;
  background: #d1fae5;
}

.status-pill.passive {
  color: #92400e;
  background: #fef3c7;
}

.status-pill.featured {
  color: #6d28d9;
  background: #ede9fe;
}

.status-pill.neutral {
  color: #475569;
  background: #e2e8f0;
}

.admin-row-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 250px;
}

.admin-row-actions form {
  display: flex;
  margin: 0;
}

body.admin-shell .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 8px;
  box-shadow: none;
  opacity: 1;
}

body.admin-shell .btn-sm {
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  font-size: 0.875rem;
}

body.admin-shell .btn:hover,
body.admin-shell .btn:focus {
  text-decoration: none;
  box-shadow: none;
}

body.admin-shell .admin-action-primary,
body.admin-shell .admin-action-edit,
body.admin-shell .btn-neon {
  color: #ffffff;
  background: #2563eb;
  border: 1px solid #2563eb;
}

body.admin-shell .admin-action-primary:hover,
body.admin-shell .admin-action-primary:focus,
body.admin-shell .admin-action-edit:hover,
body.admin-shell .admin-action-edit:focus,
body.admin-shell .btn-neon:hover,
body.admin-shell .btn-neon:focus {
  color: #ffffff;
  background: #1d4ed8;
  border-color: #1d4ed8;
}

body.admin-shell .admin-action-toggle {
  color: #111827;
  background: #f59e0b;
  border: 1px solid #f59e0b;
}

body.admin-shell .admin-action-toggle:hover,
body.admin-shell .admin-action-toggle:focus {
  color: #111827;
  background: #d97706;
  border-color: #d97706;
}

body.admin-shell .admin-action-activate {
  color: #ffffff;
  background: #16a34a;
  border: 1px solid #16a34a;
}

body.admin-shell .admin-action-activate:hover,
body.admin-shell .admin-action-activate:focus {
  color: #ffffff;
  background: #15803d;
  border-color: #15803d;
}

body.admin-shell .admin-action-delete,
body.admin-shell .btn-danger {
  color: #ffffff;
  background: #dc3545;
  border: 1px solid #dc3545;
}

body.admin-shell .admin-action-delete:hover,
body.admin-shell .admin-action-delete:focus,
body.admin-shell .btn-danger:hover,
body.admin-shell .btn-danger:focus {
  color: #ffffff;
  background: #bb2d3b;
  border-color: #bb2d3b;
}

body.admin-shell .admin-action-secondary,
body.admin-shell .btn-outline-light {
  color: #1e40af;
  background: #ffffff;
  border: 1px solid #93c5fd;
}

body.admin-shell .admin-action-secondary:hover,
body.admin-shell .admin-action-secondary:focus,
body.admin-shell .btn-outline-light:hover,
body.admin-shell .btn-outline-light:focus {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #2563eb;
}

body.admin-shell .admin-row-actions .btn {
  min-width: 86px;
}

.admin-empty {
  padding: 28px;
  color: #64748b;
  text-align: center;
}

.admin-empty h2 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 900;
}

.admin-empty-actions {
  justify-content: center;
  margin-top: 16px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 24px;
  align-items: start;
}

.admin-form-main,
.admin-form-side {
  min-width: 0;
}

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

.admin-form-side {
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.admin-description-field {
  min-height: 240px;
}

.admin-switch-group {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.admin-image-preview {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
}

.admin-image-preview img {
  width: 100%;
  max-height: 260px;
  display: block;
  object-fit: cover;
}

.admin-image-preview-empty {
  min-height: 160px;
  display: grid;
  place-items: center;
  color: #64748b;
  font-weight: 800;
}

.delete-confirm-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.delete-confirm-media {
  overflow: hidden;
  border-radius: 8px;
  background: #f8fafc;
}

.delete-confirm-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.delete-confirm-copy h2 {
  margin: 14px 0 6px;
  color: #0f172a;
  font-weight: 950;
}

.delete-confirm-copy p {
  color: #64748b;
}

.delete-confirm-copy > strong {
  display: block;
  margin-bottom: 18px;
  color: #b45309;
  font-size: 1.25rem;
}

.form-label,
.form-check-label {
  color: #0f172a;
  font-weight: 800;
}

.form-control,
.form-select {
  color: #0f172a;
  background: #ffffff;
  border-color: #cbd5e1;
  border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
  color: #0f172a;
  background: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.14);
}

.form-text {
  color: #64748b;
}

.form-check-input {
  background-color: #cbd5e1;
  border-color: #94a3b8;
}

.form-check-input:checked {
  background-color: #2563eb;
  border-color: #2563eb;
}

.validation-summary,
.field-validation-error {
  font-size: 0.92rem;
}

.text-danger {
  color: #dc2626 !important;
}

.alert-success {
  color: #065f46;
  background: #d1fae5;
  border-color: #a7f3d0;
}

.alert-danger {
  color: #991b1b;
  background: #fee2e2;
  border-color: #fecaca;
}

.admin-auth-main {
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(130deg, rgba(37, 99, 235, 0.14), transparent 35%),
    linear-gradient(230deg, rgba(14, 165, 233, 0.12), transparent 35%),
    #f4f6fb;
}

.admin-login-panel {
  width: min(430px, 100%);
}

.admin-login-card {
  padding: 30px;
}

.admin-login-heading {
  margin-bottom: 24px;
}

.admin-login-heading span {
  color: #2563eb;
}

.admin-login-heading h1 {
  margin: 8px 0 0;
  color: #0f172a;
  font-weight: 950;
}

@media (max-width: 1199.98px) {
  .admin-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 991.98px) {
  .admin-layout {
    display: block;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

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

  .admin-logout-form {
    margin-top: 14px;
  }

  .admin-topbar {
    padding: 16px 18px;
  }

  .admin-main {
    padding: 18px;
  }

  .admin-page-header,
  .admin-panel-header,
  .delete-confirm-layout {
    align-items: stretch;
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .admin-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-nav,
  .admin-stats-grid {
    grid-template-columns: 1fr;
  }

  .admin-filter-actions,
  .admin-form-actions,
  .delete-confirm-actions,
  .admin-row-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-filter-actions .btn,
  .admin-form-actions .btn,
  .delete-confirm-actions .btn,
  .admin-row-actions .btn {
    width: 100%;
  }
}
