*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #111827;
  background: radial-gradient(circle at top left, #e5f0ff 0, #f9fafb 48%, #f3f4f6 100%);
  line-height: 1.5;
  /* Security: Disable text selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Security: Disable dragging */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

img {
  max-width: 100%;
  display: block;
  /* Security: Disable image dragging and selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: linear-gradient(
    to right,
    rgba(249, 250, 251, 0.92),
    rgba(239, 246, 255, 0.94)
  );
  border-bottom: 1px solid rgba(209, 213, 219, 0.7);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.25rem;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 20% 20%, #fbbf24, #f97316, #ea580c);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

.logo-text {
  color: #111827;
  font-size: 1.05rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav a {
  font-size: 0.9rem;
  color: #4b5563;
  text-decoration: none;
  padding: 0.25rem 0.1rem;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.nav a:hover {
  color: #111827;
  background-color: rgba(209, 213, 219, 0.4);
}

.nav-cta {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #fff;
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(248, 113, 22, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(248, 113, 22, 0.45);
}

.hero {
  padding: 2.4rem 0 2.8rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-media {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.product-image-main {
  position: relative;
}

.product-tag,
.product-tag-secondary {
  position: absolute;
  z-index: 2;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.product-tag {
  top: 0.85rem;
  left: 0.85rem;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #f9fafb;
}

.product-tag-secondary {
  bottom: 0.85rem;
  right: 0.85rem;
  background: rgba(15, 23, 42, 0.86);
  color: #e5e7eb;
}

.product-image-placeholder {
  background: radial-gradient(circle at top left, #e5e7eb, #d1d5db, #9ca3af);
  border-radius: 1.5rem;
  padding: 0.9rem;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.26);
  position: relative;
  overflow: hidden;
}

.product-image {
  width: 100%;
  border-radius: 1.25rem;
  height: 280px;
  object-fit: cover;
  display: block;
}

.hanger-wood {
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, #78350f, #b45309, #92400e);
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.35),
    0 16px 26px rgba(55, 65, 81, 0.7);
}

.hanger-hooks {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.6rem 0.1rem;
}

.hanger-hooks span {
  width: 18px;
  height: 36px;
  border-radius: 999px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: linear-gradient(135deg, #f9fafb, #d1d5db, #9ca3af);
  box-shadow: 0 5px 12px rgba(31, 41, 55, 0.4);
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.color-swatches .label {
  font-size: 0.85rem;
  color: #6b7280;
  margin-right: 0.1rem;
}

.swatch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 0.8rem;
  cursor: pointer;
  color: #4b5563;
  transition: border-color 0.16s ease, box-shadow 0.16s ease,
    background-color 0.16s ease, transform 0.1s ease;
}

.swatch:hover {
  border-color: #d1d5db;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
  transform: translateY(-1px);
}

.swatch.active {
  border-color: #f97316;
  background: #fffbeb;
  color: #92400e;
}

.swatch-circle {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.15);
}

.swatch-brown {
  background: linear-gradient(135deg, #78350f, #b45309);
}

.swatch-grey {
  background: linear-gradient(135deg, #4b5563, #111827);
}

.swatch-white {
  background: linear-gradient(135deg, #f9fafb, #e5e7eb);
}

.hero-content h1 {
  font-size: clamp(2rem, 3.1vw, 2.7rem);
  line-height: 1.1;
  margin-bottom: 0.8rem;
  color: #0f172a;
}

.hero-content .accent {
  color: #f97316;
}

.hero-subtitle {
  font-size: 0.98rem;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.price-block {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.price-current {
  font-size: 1.7rem;
  font-weight: 700;
  color: #0f172a;
}

.price-old {
  font-size: 0.95rem;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 0.55rem;
}

.price-badge {
  font-size: 0.8rem;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  background: #fee2e2;
  color: #b91c1c;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hero-highlights {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 1.6rem;
  list-style: none;
}

.hero-highlights li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.4rem;
}

.hero-highlights li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #f97316;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.btn-primary {
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ecfdf5;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  box-shadow: 0 16px 40px rgba(34, 197, 94, 0.35);
  transition: transform 0.1s ease, box-shadow 0.1s ease,
    filter 0.08s ease;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 55px rgba(22, 163, 74, 0.5);
  filter: brightness(1.02);
}

.btn-ghost {
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: rgba(255, 255, 255, 0.9);
  color: #4b5563;
  padding: 0.8rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  transition: background-color 0.1s ease, border-color 0.1s ease,
    transform 0.1s ease, box-shadow 0.1s ease;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.btn-ghost:hover {
  background-color: #f3f4f6;
  border-color: #9ca3af;
  box-shadow: 0 12px 30px rgba(148, 163, 184, 0.35);
  transform: translateY(-1px);
}

.trust-text {
  font-size: 0.8rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.icon-small {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: inline-block;
}

.icon-btn {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
}

.icon-fab {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
}

.features {
  padding: 2.4rem 0 2.7rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.feature-card {
  padding: 1.1rem 1.1rem 1.2rem;
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.feature-card h3 {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
  color: #111827;
}

.feature-card p {
  font-size: 0.85rem;
  color: #4b5563;
}

.gallery {
  padding: 2.2rem 0 2.6rem;
}

.gallery h2,
.details h2,
.reviews h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.4rem;
  color: #0f172a;
}

.section-subtitle {
  font-size: 0.9rem;
  color: #6b7280;
  text-align: center;
  max-width: 580px;
  margin: 0 auto 1.6rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.gallery-card {
  border-radius: 1.1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.gallery-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.gallery-card h4 {
  font-size: 0.95rem;
  margin: 0.7rem 0 0.2rem;
  padding: 0 0.9rem;
  color: #111827;
}

.gallery-card p {
  font-size: 0.85rem;
  color: #6b7280;
  padding: 0 0.9rem 0.8rem;
}

.details {
  padding: 2.4rem 0 2.7rem;
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.details h2 {
  text-align: left;
}

.details p {
  font-size: 0.92rem;
  color: #4b5563;
  margin-bottom: 1.3rem;
}

.details-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.details h4 {
  font-size: 0.96rem;
  margin-bottom: 0.4rem;
  color: #111827;
}

.details-list {
  list-style: none;
  font-size: 0.85rem;
  color: #4b5563;
}

.details-list li {
  position: relative;
  padding-left: 0.9rem;
  margin-bottom: 0.25rem;
}

.details-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f97316;
}

.details-highlight {
  padding: 1.4rem 1.2rem 1.5rem;
  border-radius: 1.2rem;
  background: radial-gradient(circle at top left, #fffbeb, #fef3c7, #fed7aa);
  border: 1px solid #fed7aa;
  box-shadow: 0 20px 50px rgba(248, 171, 120, 0.45);
}

.details-highlight h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: #78350f;
}

.details-cta {
  margin-top: 0.9rem;
}

.details-price {
  font-size: 0.95rem;
  color: #92400e;
  margin-bottom: 0.7rem;
}

.details-price span {
  font-weight: 700;
  font-size: 1.1rem;
}

.btn-full {
  width: 100%;
}

.reviews {
  padding: 2.3rem 0 2.8rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.review-card {
  padding: 1.1rem 1.1rem 1.25rem;
  border-radius: 1.1rem;
  background: #0f172a;
  color: #e5e7eb;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.85);
}

.review-rating {
  font-size: 0.9rem;
  color: #fbbf24;
  margin-bottom: 0.4rem;
}

.review-text {
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}

.review-name {
  font-size: 0.8rem;
  color: #9ca3af;
}

.footer {
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 1.1rem 0 1.35rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 0.85rem;
}

.footer-links a {
  font-size: 0.8rem;
  color: #6b7280;
  text-decoration: none;
}

.footer-links a:hover {
  color: #111827;
}

.footer-meta {
  font-size: 0.75rem;
  color: #9ca3af;
  text-align: right;
}

.footer-note {
  font-size: 0.73rem;
}

.whatsapp-fab {
  position: fixed;
  bottom: 1.3rem;
  right: 1.1rem;
  border-radius: 999px;
  border: none;
  background: #22c55e;
  color: #ecfdf5;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.75rem 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(34, 197, 94, 0.55);
  z-index: 60;
  transition: transform 0.12s ease, box-shadow 0.12s ease,
    background-color 0.08s ease;
}

.whatsapp-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 65px rgba(34, 197, 94, 0.75);
  background-color: #16a34a;
}

.whatsapp-fab span {
  display: inline-block;
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-media {
    order: 2;
  }

  .hero-content {
    order: 1;
  }

  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .details-grid {
    grid-template-columns: 1fr;
  }

  .details h2 {
    text-align: center;
  }

  .details-columns {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-inner {
    padding-inline: 0.9rem;
  }

  .nav {
    display: none;
  }

  .hero {
    padding-top: 1.9rem;
  }

  .hero-grid {
    gap: 1.6rem;
  }

  .product-image-placeholder {
    padding: 0.7rem;
  }

  .hero-content h1 {
    font-size: 1.85rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-meta {
    text-align: left;
  }

  .whatsapp-fab span {
    display: none;
  }

  .whatsapp-fab {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    padding: 0;
    justify-content: center;
  }

  .icon-fab {
    width: 24px;
    height: 24px;
  }
}

