:root {
  --bg: #04070b;
  --bg-2: #0a0f15;
  --panel: rgba(115,126,145,0.08);
  --panel-strong: rgba(133,145,166,0.12);
  --line: rgba(173,181,196,0.14);
  --text: #e4e8ef;
  --muted: #98a3b4;
  --accent: #aab4c4;
  --accent-2: #d0d7e3;
  --shadow: 0 20px 60px rgba(0,0,0,0.42);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(20,34,55,0.32), transparent 24%),
    radial-gradient(circle at top center, rgba(255,255,255,0.03), transparent 28%),
    linear-gradient(180deg, #030507 0%, #071019 52%, #04070b 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-alt { background: rgba(255,255,255,0.02); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(10,12,16,0.72);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(140,245,200,0.2), rgba(255,255,255,0.08));
  border: 1px solid var(--line);
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 0.96rem;
}

.nav a:hover { color: var(--text); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #b5ffd9);
  color: #08110d;
}
.btn-secondary, .btn-outline {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.hero {
  padding: 90px 0 70px;
}

.hero-grid, .about-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.9rem);
  line-height: 0.95;
  margin: 0 0 18px;
  max-width: 10ch;
}

.hero-text, .section-head p, .about-grid p, .contact-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin: 28px 0 34px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.hero-stats div {
  min-width: 140px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
}
.hero-stats strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.hero-stats span { color: var(--muted); font-size: 0.95rem; }

.hero-card {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
}
.glow {
  position: absolute;
  inset: 10% 16%;
  background: radial-gradient(circle, rgba(140,245,200,0.22), transparent 60%);
  filter: blur(35px);
}
.showcase-card {
  position: relative;
  width: min(100%, 420px);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
  border-radius: 30px;
  padding: 32px;
}
.showcase-card h3 { font-size: 2rem; margin: 8px 0 10px; }
.showcase-card p, .showcase-card li { color: var(--muted); line-height: 1.7; }
.showcase-card ul { padding-left: 18px; margin: 20px 0 0; }
.mini-label {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(140,245,200,0.12);
  color: var(--accent-2);
  font-size: 0.82rem;
  font-weight: 700;
}

.section-head { margin-bottom: 30px; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin: 0; }

.category-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.category-card, .product-card, .cta-box, .contact-form {
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.category-card, .product-card {
  padding: 24px;
}
.category-card h3, .product-card h3 { margin-top: 0; }
.category-card p, .product-card p { color: var(--muted); line-height: 1.7; }

.product-badge {
  display: inline-block;
  font-size: 0.78rem;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--accent-2);
  margin-bottom: 14px;
}
.price {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 800;
}

.cta-box {
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cta-box h2 { margin: 0 0 10px; }
.cta-box p { color: var(--muted); margin: 0; }

.contact-form {
  padding: 24px;
  display: grid;
  gap: 14px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
}
.contact-list p { margin: 10px 0; }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 24px 0 34px;
  color: var(--muted);
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .hero-grid, .about-grid, .contact-grid,
  .category-grid, .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .nav { display: none; }
}

@media (max-width: 680px) {
  .hero-grid, .about-grid, .contact-grid,
  .category-grid, .product-grid,
  .cta-box {
    grid-template-columns: 1fr;
  }
  .hero { padding-top: 56px; }
  .hero h1 { max-width: none; }
  .nav-wrap { padding: 14px 0; }
}


.social-quick-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.social-quick-links a,
.contact-link {
  color: var(--accent-2);
  font-weight: 700;
}

.social-quick-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
}

.social-quick-links a:hover,
.contact-link:hover {
  opacity: 0.9;
}



.clover-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

.whatsapp-clover {
  color: #25D366;
}

.instagram-clover {
  background: linear-gradient(135deg, #833AB4 0%, #C13584 40%, #E1306C 68%, #FCAF45 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.brand-image {
  overflow: hidden;
  padding: 0;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}

.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


.brand { gap: 10px; }
.brand-text strong { font-size: 0.96rem; }
.brand-text small { font-size: 0.72rem; }


.centered-head {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.logo-motion-section {
  padding-top: 0;
}

.logo-video-frame {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
}

.logo-video-frame::before {
  content: none;
}

.logo-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 3.3;
  object-fit: cover;
  border: 0;
  background: transparent;
}


.btn-primary {
  background: linear-gradient(135deg, #8f9aab, #bcc5d1);
  color: #071019;
}

.pill,
.mini-tag,
.product-pill,
.product-type,
.feature-label,
.hero-trust span,
.social-quick-links a {
  background: rgba(115,126,145,0.08);
  border-color: rgba(173,181,196,0.14);
}

.showcase-card,
.category-card,
.product-card,
.cta-box,
.contact-form,
.metrics-grid article,
.feature-card,
.display-card,
.display-panel,
.logo-video-frame {
  background: linear-gradient(180deg, rgba(101,115,136,0.10), rgba(11,16,24,0.48));
}


.top-video-section {
  padding: 18px 20px 6px;
}

.top-video-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background: #060a10;
}

.top-logo-video {
  width: 100%;
  display: block;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  background: #060a10;
}

.hero {
  padding-top: 34px;
}

@media (max-width: 720px) {
  .top-video-section {
    padding: 12px 12px 0;
  }

  .top-video-wrap {
    border-radius: 18px;
  }
}


.top-video-wrap {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.top-logo-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
}


.top-video-section {
  padding: 22px 20px 6px;
}

.top-video-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: transparent;
  border-radius: 28px;
  overflow: hidden;
}

.top-logo-video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  border: 0;
  border-radius: 28px;
  background: transparent;
}

.hero {
  padding-top: 26px;
}

@media (max-width: 720px) {
  .top-video-section {
    padding: 14px 12px 0;
  }

  .top-video-wrap,
  .top-logo-video {
    border-radius: 18px;
  }
}


.top-video-wrap {
  width: 50%;
  max-width: none;
  margin: 0 auto;
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
}

.top-logo-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 16;
  height: auto;
  object-fit: contain;
  border: 0;
  border-radius: 24px;
  background: transparent;
}

@media (max-width: 900px) {
  .top-video-wrap {
    width: 72%;
  }
}

@media (max-width: 640px) {
  .top-video-wrap {
    width: 88%;
  }
}


.editable-product-card {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(101,115,136,0.10), rgba(11,16,24,0.48));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.editable-product-image-wrap {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #071019, #05070b);
  border: 1px solid var(--line);
}

.editable-product-image {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}

.editable-product-content h3 {
  margin: 14px 0 12px;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.editable-product-text {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 22px;
}

.editable-product-tag {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(115,126,145,0.08);
  border: 1px solid var(--line);
  color: var(--accent-2);
  font-weight: 700;
  font-size: 0.82rem;
}

.editable-product-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.editable-product-meta div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
}

.editable-product-meta strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.86rem;
  color: var(--muted);
}

.editable-product-meta span {
  font-size: 1.02rem;
  font-weight: 700;
}

.product-action-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  .editable-product-card {
    grid-template-columns: 1fr;
  }

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


.product-showcase-card {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #07111b 0%, #040914 100%);
  border: 1px solid rgba(173,181,196,0.14);
  box-shadow: 0 24px 70px rgba(0,0,0,0.46);
}

.product-showcase-image-wrap {
  padding: 36px 36px 10px;
  background: radial-gradient(circle at center, rgba(23,50,88,0.46), transparent 60%), linear-gradient(180deg, #04101d 0%, #07111b 100%);
}

.product-showcase-image {
  display: block;
  width: min(100%, 620px);
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}

.product-showcase-content {
  padding: 26px 38px 36px;
}

.product-stock-pill {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(26, 72, 68, 0.55);
  color: #7ee8c7;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.84rem;
}

.product-showcase-content h3 {
  margin: 18px 0 20px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.product-info-list {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.product-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 1.08rem;
}

.product-info-item strong {
  color: #7f8ca1;
  font-weight: 700;
}

.product-info-item span {
  color: var(--text);
  font-weight: 700;
}

.product-price-line {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 800;
  color: #72e2c3;
  margin: 20px 0 24px;
}

.product-buy-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  border-radius: 22px;
  border: 2px solid rgba(90, 212, 180, 0.7);
  background: rgba(255,255,255,0.01);
  color: #72e2c3;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-buy-bar:hover {
  background: rgba(90, 212, 180, 0.08);
}

@media (max-width: 700px) {
  .product-showcase-image-wrap {
    padding: 24px 18px 6px;
  }

  .product-showcase-content {
    padding: 20px 20px 24px;
  }

  .product-buy-bar {
    min-height: 60px;
    font-size: 1.08rem;
  }
}


.product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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