:root {
  color-scheme: dark;
  --bg: #05070d;
  --bg-2: #080d16;
  --surface: #0d1420;
  --surface-2: #111b2a;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(80, 196, 255, 0.38);
  --text: #f7fbff;
  --muted: #aab8c8;
  --dim: #6f8296;
  --blue: #1577ff;
  --cyan: #22d3ee;
  --neon: #69f5ff;
  --green: #8cffd1;
  --danger: #ff5f79;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  --glow: 0 0 24px rgba(34, 211, 238, 0.25);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(rgba(105, 245, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 245, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 18% 20%, rgba(21, 119, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #04060b 0%, #08111f 52%, #05070d 100%);
  background-size: 46px 46px, 46px 46px, auto, auto;
}

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

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

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

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 18px;
  background: rgba(5, 7, 13, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 205px;
}

.brand-logo {
  display: block;
  width: 176px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
  border-radius: 6px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--neon);
  background: linear-gradient(145deg, rgba(21, 119, 255, 0.2), rgba(34, 211, 238, 0.12));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--glow);
}

.brand strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.05;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a {
  flex: 0 0 auto;
  padding: 10px 6px;
  color: #d9e7f4;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.76rem;
  font-weight: 700;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.main-nav a:hover {
  color: var(--neon);
  background: rgba(34, 211, 238, 0.08);
  border-color: rgba(34, 211, 238, 0.18);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.section {
  position: relative;
  padding: 96px 22px;
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  min-width: 0;
}

.hero {
  padding-top: 71px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.category-section {
  padding-top: 52px;
}

.random-product-grid {
  padding-top: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, rgba(5, 7, 13, 0.92) 0%, rgba(5, 7, 13, 0.62) 46%, rgba(5, 7, 13, 0.92) 100%),
    url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=82") center/cover;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.92fr);
  gap: 54px;
  align-items: center;
  min-width: 0;
}

.hero-banner-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  aspect-ratio: 1692 / 929;
  background: #061127;
  border-top: 1px solid rgba(105, 245, 255, 0.25);
  border-bottom: 1px solid rgba(105, 245, 255, 0.25);
  border-radius: 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46), 0 0 38px rgba(21, 119, 255, 0.22);
}

.hero-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-hotspot {
  position: absolute;
  z-index: 2;
  border-radius: var(--radius);
}

.hero-hotspot:hover,
.hero-hotspot:focus-visible {
  outline: 2px solid rgba(105, 245, 255, 0.95);
  outline-offset: 4px;
}

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

.hero-hotspot-whatsapp {
  left: 3.6%;
  top: 75.1%;
  width: 21.2%;
  height: 8.2%;
}

.hero-hotspot-products {
  left: 25.6%;
  top: 75.1%;
  width: 16.6%;
  height: 8.2%;
}

.hero-copy,
.hero-showcase,
.trust-row span {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--neon);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.service-copy h2,
.contact-info h2,
.admin-hero h1 {
  margin: 14px 0 0;
  color: var(--text);
  font-size: 4rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-lead {
  margin: 22px 0 0;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.3;
}

.hero-text,
.section-heading p,
.service-copy p,
.contact-info p,
.admin-hero p,
.login-panel p {
  margin: 16px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.hero-actions,
.service-actions,
.contact-actions,
.admin-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #00101c;
  background: linear-gradient(135deg, var(--neon), #2f8dff);
  box-shadow: 0 12px 34px rgba(34, 211, 238, 0.26);
}

.btn-secondary,
.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--line);
}

.btn-secondary:hover,
.btn-ghost:hover {
  border-color: var(--line-strong);
  box-shadow: var(--glow);
}

.btn-card,
.btn-product {
  width: 100%;
  min-height: 44px;
  margin-top: 18px;
  color: #eaf7ff;
  background: rgba(21, 119, 255, 0.18);
  border-color: rgba(34, 211, 238, 0.26);
}

.btn-product {
  color: #00101c;
  background: linear-gradient(135deg, var(--neon), #61a5ff);
}

.full {
  width: 100%;
}

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

.trust-row span {
  padding: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trust-row strong {
  display: block;
  color: var(--text);
}

.hero-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  grid-template-rows: 230px 150px 150px;
  gap: 14px;
  min-height: 560px;
}

.showcase-tile {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.showcase-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 500ms ease;
}

.showcase-tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(5, 7, 13, 0.82));
}

.showcase-tile:hover img {
  transform: scale(1.06);
}

.showcase-tile figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: #ffffff;
  font-weight: 900;
}

.tile-large {
  grid-row: span 2;
}

.tile-medium {
  transform: translateY(24px);
}

.tile-small {
  transform: translateX(-22px);
}

.tile-audio {
  grid-column: 1 / -1;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 34px;
}

.section-heading h2,
.service-copy h2,
.contact-info h2,
.admin-hero h1 {
  font-size: 2.6rem;
}

.category-grid,
.product-grid,
.service-grid {
  display: grid;
  gap: 18px;
}

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

.category-card,
.product-card,
.service-card,
.service-image-card,
.filters-panel,
.admin-panel,
.login-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.category-card {
  overflow: hidden;
}

.category-card img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.category-card > div {
  padding: 18px;
}

.category-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--neon);
  background: rgba(34, 211, 238, 0.09);
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: var(--radius);
}

.category-card h3,
.product-card h3,
.service-card h3 {
  margin: 14px 0 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

.product-card h3 a:hover {
  color: var(--neon);
}

.products-section {
  background: rgba(255, 255, 255, 0.025);
}

.filters-panel {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr auto auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
  margin-bottom: 18px;
}

.field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  color: var(--text);
  background: rgba(5, 7, 13, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: none;
  padding: 11px 12px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.input-icon {
  position: relative;
  display: block;
}

.input-icon svg {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  color: var(--dim);
  transform: translateY(-50%);
}

.input-icon input {
  padding-left: 38px;
}

.toggle-filter {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 900;
}

.toggle-filter input {
  width: 18px;
  height: 18px;
  accent-color: var(--cyan);
}

.toggle-filter span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.result-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin: 10px 0 20px;
  color: var(--muted);
  font-weight: 800;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: var(--neon);
  background: transparent;
  border: 0;
  font-weight: 900;
}

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

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.load-more-wrap[hidden] {
  display: none;
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover,
.category-card:hover,
.service-card:hover,
.service-image-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow), var(--glow);
}

.product-media {
  position: relative;
  display: block;
  height: 210px;
  overflow: hidden;
  cursor: pointer;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-badges span,
.status-tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  color: #00101c;
  background: var(--neon);
  border-radius: var(--radius);
  font-size: 0.72rem;
  font-weight: 900;
}

.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-category {
  color: var(--neon);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-content p,
.service-card p,
.site-footer p {
  color: var(--muted);
  line-height: 1.6;
}

.product-content p {
  flex: 1;
  margin: 12px 0 16px;
  font-size: 0.92rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.product-card-compact .product-media {
  height: 190px;
}

.product-page-section {
  padding-top: 118px;
  padding-bottom: 56px;
}

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

.product-gallery,
.product-detail-info {
  min-width: 0;
}

.product-main-image {
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-main-image img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #ffffff;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-thumb {
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-thumb.is-active,
.product-thumb:hover {
  border-color: var(--line-strong);
  box-shadow: var(--glow);
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-info {
  position: sticky;
  top: 94px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--neon);
  font-weight: 900;
}

.product-detail-info h1 {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 2.6rem;
  line-height: 1.08;
}

.product-detail-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.55;
}

.product-description {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.product-description h2 {
  margin: 0;
  font-size: 1rem;
}

.product-description p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.product-detail-cta {
  width: 100%;
  margin-top: 26px;
}

.related-section {
  padding-top: 44px;
  background: rgba(255, 255, 255, 0.025);
}

.product-empty {
  min-height: 460px;
}

.empty-state {
  grid-column: 1 / -1;
  display: grid;
  min-height: 240px;
  place-items: center;
  padding: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
}

.empty-state svg {
  color: var(--neon);
}

.empty-state h3 {
  margin: 12px 0 0;
}

.empty-state p {
  margin: 8px 0 0;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}

.service-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}

.service-copy {
  max-width: 780px;
}

.service-copy p {
  max-width: 720px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.service-image-card {
  overflow: hidden;
  background: #040915;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-image-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.service-card {
  padding: 22px;
}

.service-card svg {
  color: var(--neon);
}

.contact-section {
  background: rgba(255, 255, 255, 0.025);
}

.contact-layout {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: stretch;
}

.contact-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  color: var(--muted);
}

.contact-list svg {
  color: var(--neon);
}

.contact-list strong {
  display: block;
  color: var(--text);
}

.contact-list a {
  color: var(--neon);
}

.map-wrap {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: saturate(1.05) contrast(1.05);
}

.site-footer {
  padding: 60px 22px 26px;
  background: #03050a;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 30px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand .brand-logo {
  width: 220px;
  height: 70px;
}

.footer-admin-access {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.footer-admin-access span {
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer .footer-admin-button {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  margin: 0;
  padding: 11px 14px;
  color: var(--text);
}

.site-footer h3 {
  margin: 0 0 14px;
  font-size: 0.95rem;
}

.site-footer a {
  display: block;
  margin: 9px 0;
  color: var(--muted);
  font-weight: 700;
}

.site-footer a:hover {
  color: var(--neon);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, var(--max));
  margin: 36px auto 0;
  padding-top: 20px;
  color: var(--dim);
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #00101c;
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(140, 255, 209, 0.28);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Admin */
.admin-body {
  min-height: 100vh;
}

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

.login-screen {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 28px;
}

.login-panel {
  width: min(100%, 440px);
  padding: 28px;
}

.login-brand {
  margin-bottom: 22px;
}

.login-brand .brand-logo {
  width: 230px;
  height: 74px;
}

.login-panel h1 {
  margin: 0;
  font-size: 2rem;
}

.admin-dashboard {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 26px 22px 70px;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0 24px;
}

.admin-header-actions {
  margin: 0;
}

.admin-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding: 30px;
  margin-bottom: 18px;
  background:
    linear-gradient(105deg, rgba(10, 18, 30, 0.92), rgba(10, 18, 30, 0.72)),
    url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1600&q=82") center/cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 112px);
  gap: 10px;
}

.admin-stats div {
  padding: 16px;
  text-align: center;
  background: rgba(5, 7, 13, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.admin-stats strong {
  display: block;
  font-size: 1.8rem;
}

.admin-stats span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: start;
}

.admin-panel {
  padding: 22px;
}

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

.panel-heading h2 {
  margin: 0;
  font-size: 1.25rem;
}

.admin-form {
  display: grid;
  gap: 14px;
}

.compact-form {
  margin-bottom: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 12px;
}

.admin-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.image-preview {
  display: grid;
  min-height: 150px;
  place-items: center;
  gap: 8px;
  overflow: hidden;
  color: var(--muted);
  background: rgba(5, 7, 13, 0.72);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  text-align: center;
}

.image-preview img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--neon);
  font-weight: 800;
}

.category-admin-list {
  display: grid;
  gap: 10px;
}

.category-admin-item {
  display: grid;
  grid-template-columns: 52px 1fr 40px;
  gap: 10px;
  align-items: center;
  padding: 8px;
  background: rgba(5, 7, 13, 0.54);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.category-admin-item img,
.table-product img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: var(--radius);
}

.icon-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.icon-button:hover {
  color: var(--neon);
  border-color: var(--line-strong);
}

.icon-button.danger:hover {
  color: var(--danger);
  border-color: rgba(255, 95, 121, 0.45);
}

.product-manager {
  margin-top: 18px;
}

.manager-actions {
  display: flex;
  gap: 12px;
  align-items: end;
}

.manager-search {
  width: 260px;
}

.table-wrap {
  overflow-x: auto;
}

.product-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.product-table th,
.product-table td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.product-table th {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.table-product {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
}

.table-product strong {
  display: block;
}

.table-product span,
.status-tags em {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.status-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.table-actions {
  display: flex;
  gap: 8px;
}

@media (max-width: 1180px) {
  .site-header {
    padding-inline: 18px;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-showcase {
    min-height: 520px;
  }

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

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

  .product-detail-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  }

  .product-thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  .menu-toggle {
    display: grid;
  }

  .main-nav {
    position: fixed;
    top: 71px;
    left: 16px;
    right: 16px;
    display: grid;
    width: auto;
    max-height: calc(100vh - 92px);
    padding: 12px;
    overflow-y: auto;
    background: rgba(5, 7, 13, 0.96);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-open .main-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    width: 100%;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .section-heading h2,
  .service-copy h2,
  .contact-info h2,
  .admin-hero h1 {
    font-size: 2.15rem;
  }

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

  .product-detail-info {
    position: static;
  }

  .service-copy {
    position: static;
  }

  .admin-hero,
  .admin-header,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-stats {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 700px) {
  body {
    font-size: 15px;
  }

  .site-header {
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .section {
    padding: 76px 16px;
  }

  .category-section {
    padding-top: 42px;
  }

  .hero {
    padding-top: 71px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-banner-wrap {
    width: 100%;
    height: clamp(390px, 118vw, 540px);
    aspect-ratio: auto;
  }

  .hero-banner {
    object-fit: cover;
    object-position: left center;
  }

  .hero-hotspot-whatsapp {
    left: 6.5%;
    top: 75.8%;
    width: 51%;
    height: 8.8%;
  }

  .hero-hotspot-products {
    left: 60%;
    top: 75.8%;
    width: 36%;
    height: 8.8%;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero-lead {
    font-size: 1.15rem;
  }

  .hero-text {
    line-height: 1.6;
  }

  .hero-actions,
  .service-actions,
  .contact-actions,
  .admin-header-actions,
  .manager-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .filters-panel,
  .service-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-page-section {
    padding-top: 96px;
  }

  .product-main-image {
    min-height: 330px;
  }

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

  .product-detail-info {
    padding: 20px;
  }

  .product-detail-info h1 {
    font-size: 2rem;
  }

  .trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .trust-row span {
    padding: 10px;
    font-size: 0.8rem;
  }

  .hero-showcase {
    grid-template-columns: repeat(4, minmax(142px, 1fr));
    grid-template-rows: 132px;
    min-height: auto;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .tile-large,
  .tile-medium,
  .tile-small,
  .tile-audio {
    grid-column: auto;
    grid-row: auto;
    transform: none;
  }

  .showcase-tile figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 0.8rem;
  }

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

  .result-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-media {
    height: 230px;
  }

  .table-wrap {
    overflow-x: visible;
  }

  .product-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 12px;
  }

  .product-table,
  .product-table tbody,
  .product-table tr,
  .product-table td {
    display: block;
    width: 100%;
  }

  .product-table thead {
    display: none;
  }

  .product-table tr {
    padding: 12px;
    background: rgba(5, 7, 13, 0.58);
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .product-table td {
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
  }

  .product-table td:last-child {
    border-bottom: 0;
  }

  .product-table td:not(:first-child) {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
  }

  .product-table td:not(:first-child)::before {
    color: var(--dim);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .product-table td:nth-child(2)::before {
    content: "Categoria";
  }

  .product-table td:nth-child(3)::before {
    content: "Preço";
  }

  .product-table td:nth-child(4)::before {
    content: "Status";
  }

  .product-table td:nth-child(5)::before {
    content: "Ações";
  }

  .table-product {
    min-width: 0;
  }

  .table-product > div,
  .table-product strong,
  .table-product span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .contact-list li {
    grid-template-columns: 28px 1fr;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 340px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .admin-dashboard {
    padding-inline: 16px;
  }

  .admin-hero,
  .admin-panel,
  .login-panel {
    padding: 18px;
  }

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

  .manager-search {
    width: 100%;
  }
}
