:root {
  --black: #050505;
  --gold: #d4af37;
  --gold-soft: #f5d56b;
  --white: #ffffff;
  --muted: #b8b8b8;
  --whatsapp: #25d366;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: var(--black);
  color: var(--white);
}

a {
  text-decoration: none;
}

.top-bar {
  background: #000;
  border-bottom: 1px solid rgba(212,175,55,.2);
  padding: 10px 0;
}

.top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
}

.social-icons a {
  color: var(--gold);
  margin-left: 15px;
  font-size: 18px;
}

.main-navbar {
  background: rgba(0,0,0,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212,175,55,.2);
}

.navbar-custom {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links a {
  color: white;
  font-weight: 600;
  transition: .3s;
}

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

.hero-section {
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0,0,0,.82), rgba(0,0,0,.92)),
    url("../img/sneakers/hero.jpg") center/cover no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: url("../img/logo/logo.png") center/contain no-repeat;
  opacity: .12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.hero-label,
.section-heading span,
.section-mini {
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.hero-content h1 {
  font-size: clamp(48px, 8vw, 92px);
  line-height: 1;
  font-weight: 900;
  margin: 20px 0;
}

.hero-content p {
  color: var(--muted);
  font-size: 19px;
  max-width: 600px;
  margin-bottom: 30px;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: black;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 800;
  border: none;
  transition: .3s;
}

.btn-main:hover {
  transform: translateY(-3px);
  color: black;
}

.products-section {
  padding: 90px 0;
  background:
    radial-gradient(circle at top, rgba(212,175,55,.12), transparent 35%),
    #080808;
}

.section-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 45px;
}

.section-heading h2,
.contact-section h2 {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  margin-top: 12px;
}

.section-heading p,
.contact-section p {
  color: var(--muted);
}

.filters-box {
  max-width: 900px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 18px;
}

.filters-box .form-control,
.filters-box .form-select,
.admin-form .form-control,
.admin-form .form-select {
  background: #111;
  border: 1px solid rgba(212,175,55,.25);
  color: white;
  min-height: 54px;
  border-radius: 16px;
}

.filters-box .form-control::placeholder,
.admin-form .form-control::placeholder {
  color: #777;
}

.product-card {
  height: 100%;
  background: linear-gradient(180deg, #181818, #0b0b0b);
  border: 1px solid rgba(212,175,55,.15);
  border-radius: 26px;
  overflow: hidden;
  transition: .35s;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,.6);
  box-shadow: 0 25px 55px rgba(0,0,0,.6);
}

.product-img-box {
  background: #040404;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.product-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .35s;
}

.product-card:hover img {
  transform: scale(1.06) rotate(-2deg);
}

.product-body {
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.product-body h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.whatsapp-product-btn {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: var(--whatsapp);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
  transition: .3s;
}

.whatsapp-product-btn:hover {
  transform: scale(1.1);
  color: white;
  box-shadow: 0 10px 25px rgba(37,211,102,.45);
}

.pagination-box {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.page-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,.3);
  background: #111;
  color: white;
  font-weight: 800;
  transition: .3s;
}

.page-btn.active,
.page-btn:hover {
  background: var(--gold);
  color: black;
}

.g5-section {
  background:
    radial-gradient(circle at top, rgba(245,213,107,.18), transparent 35%),
    linear-gradient(180deg,#090909,#000);
}

.g5-section .product-card {
  border-color: rgba(245,213,107,.35);
}

.g5-section .product-card:hover {
  border-color: rgba(245,213,107,.9);
}

.admin-section {
  padding: 90px 0;
  background:
    radial-gradient(circle at top, rgba(212,175,55,.12), transparent 35%),
    #050505;
  border-top: 1px solid rgba(212,175,55,.15);
}

.admin-form {
  max-width: 650px;
  margin: 0 auto;
  background: linear-gradient(180deg, #181818, #0b0b0b);
  border: 1px solid rgba(212,175,55,.25);
  border-radius: 28px;
  padding: 30px;
  display: grid;
  gap: 18px;
}

.btn-danger-custom {
  border: 1px solid rgba(255, 80, 80, .45);
  background: rgba(255, 80, 80, .12);
  color: #ff7777;
  min-height: 52px;
  border-radius: 999px;
  font-weight: 800;
  transition: .3s;
}

.btn-danger-custom:hover {
  background: rgba(255, 80, 80, .22);
}

.contact-section {
  padding: 90px 0;
  background: #050505;
  border-top: 1px solid rgba(212,175,55,.15);
}

footer {
  background: black;
  padding: 25px;
  text-align: center;
  color: var(--muted);
  border-top: 1px solid rgba(212,175,55,.15);
}

@media (max-width: 768px) {
  .navbar-custom {
    padding: 18px 0;
  }

  .nav-links {
    gap: 18px;
  }

  .filters-box {
    grid-template-columns: 1fr;
  }

  .product-img-box {
    height: 210px;
  }

  .product-body {
    padding: 18px;
  }

  .product-body h3 {
    font-size: 16px;
  }

  .admin-product-body {
  display: block;
}

.admin-product-meta {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.admin-actions {
  padding: 0 22px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.admin-edit-btn,
.admin-delete-btn {
  border: none;
  border-radius: 999px;
  min-height: 44px;
  font-weight: 800;
  transition: .3s;
}

.admin-edit-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #000;
}

.admin-delete-btn {
  background: rgba(255, 80, 80, .15);
  color: #ff7777;
  border: 1px solid rgba(255, 80, 80, .45);
}

.admin-edit-btn:hover,
.admin-delete-btn:hover {
  transform: translateY(-2px);
}

}