* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: system-ui;
  line-height: 1.6;
  color: #2c2c2c;
  overflow-x: hidden;
  background: #fefefe;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fffffffa;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 1000;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}
.navbar {
  padding: 1.2rem 0;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo h2 {
  color: #d4af37;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(212, 175, 55, 0.3);
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 3rem;
}
.nav-link {
  text-decoration: none;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  letter-spacing: 0.5px;
}
.nav-link:hover {
  color: #d4af37;
}
.nav-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -8px;
  left: 0;
  background: linear-gradient(45deg, #d4af37, #f1c40f);
  transition: width 0.4s ease;
}
.nav-link:hover:after {
  width: 100%;
}
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.bar {
  width: 25px;
  height: 2px;
  background: #2c2c2c;
  margin: 3px 0;
  transition: 0.3s;
}
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0c0c0c, #2c2c2c);
  padding: 120px 0 50px;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23d4af37" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}
.hero-content {
  flex: 1;
  padding: 0 50px;
  z-index: 2;
}
.hero-title {
  font-size: 4rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(30px);
  text-shadow: 0 4px 8px rgba(212, 175, 55, 0.3);
  line-height: 1.1;
}
.hero-subtitle {
  font-size: 1.4rem;
  color: #e8e8e8;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(30px);
  font-weight: 300;
  letter-spacing: 0.5px;
}
.cta-button {
  background: linear-gradient(45deg, #d4af37, #f1c40f);
  color: #0c0c0c;
  border: none;
  padding: 18px 35px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
  box-shadow: 0 8px 25px #d4af3766;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.cta-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
}
.cta-button:hover:before {
  left: 100%;
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px #d4af3799;
}
.hero-image {
  flex: 1;
  text-align: center;
  position: relative;
}
.hero-img {
  max-width: 85%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 25px 50px #00000080;
  transform: perspective(1000px) rotateY(-8deg) rotateX(5deg);
  transition: transform 0.6s ease;
  border: 2px solid rgba(212, 175, 55, 0.3);
}
.hero-img:hover {
  transform: perspective(1000px) rotateY(0) rotateX(0);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.animate-fade-in {
  animation: fadeInUp 1.2s ease forwards;
}
.animate-fade-in-delay {
  animation: fadeInUp 1.2s ease 0.4s forwards;
}
.animate-fade-in-delay-2 {
  animation: fadeInUp 1.2s ease 0.8s forwards;
}
.products {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9fa, #fff);
  position: relative;
}
.products:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="diamond" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M0,0 L10,10 L20,0 L10,-10 Z" fill="%23d4af37" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23diamond)"/></svg>');
}
.section-title {
  text-align: center;
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 4rem;
  position: relative;
  font-weight: 600;
}
.section-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(45deg, #d4af37, #f1c40f);
  border-radius: 2px;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
.product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px #0000001a;
  transition: all 0.4s ease;
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.1);
}
.product-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.product-card:hover:before {
  opacity: 1;
}
.product-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px #00000026;
}
.product-image {
  position: relative;
  overflow: hidden;
  height: 280px;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-card:hover .product-image img {
  transform: scale(1.15);
}
.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d4af37e6, #f1c40fe6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.product-card:hover .product-overlay {
  opacity: 1;
}
.view-btn {
  background: #fff;
  color: #d4af37;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.view-btn:hover {
  background: #2c2c2c;
  color: #fff;
  transform: translateY(-2px);
}
.product-card h3 {
  padding: 1.5rem 1.5rem 0.5rem;
  font-size: 1.4rem;
  color: #2c2c2c;
  font-weight: 600;
}
.product-card p {
  padding: 0 1.5rem 1.5rem;
  color: #7f7f7f;
  font-size: 1rem;
}
.about {
  padding: 120px 0;
  background: linear-gradient(135deg, #2c2c2c, #0c0c0c);
  color: #fff;
  position: relative;
}
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
.about-text h2 {
  margin-bottom: 2rem;
  color: #d4af37;
}
.about-text p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #e8e8e8;
  margin-bottom: 3rem;
  font-weight: 300;
}
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}
.feature {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #ffffff0d;
  border-radius: 15px;
  box-shadow: 0 10px 30px #0003;
  transition: transform 0.4s ease;
  border: 1px solid rgba(212, 175, 55, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.feature:hover {
  transform: translateY(-10px);
  background: #ffffff1a;
}
.feature i {
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 8px rgba(212, 175, 55, 0.3);
}
.feature h4 {
  color: #d4af37;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}
.feature p {
  color: #b8b8b8;
  font-size: 1rem;
  margin: 0;
}
.about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px #0000004d;
  border: 2px solid rgba(212, 175, 55, 0.3);
}
.contact {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9fa, #fff);
}
.contact-content {
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.contact-info {
  display: flex;
  /* flex-direction: column; */
  gap: 2rem;
}
.contact-item {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 20px 0px;
  gap: 1.5rem;
  padding: 2rem;
  background: #fff;
  border-radius: 15px;
  transition: transform 0.4s ease;
  box-shadow: 0 10px 30px #00000014;
  border: 1px solid rgba(212, 175, 55, 0.1);
}
.contact-item:hover {
  transform: translate(15px);
  box-shadow: 0 15px 35px #0000001f;
}
.contact-item i {
  font-size: 2rem;
  color: #d4af37;
  width: 50px;
  text-align: center;
}
.contact-item h4 {
  color: #2c2c2c;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.contact-item p {
  color: #7f7f7f;
  font-size: 1rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-form input,
.contact-form textarea {
  padding: 18px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
  background: #fff;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px #d4af371a;
}
.contact-form button {
  background: linear-gradient(45deg, #d4af37, #f1c40f);
  color: #2c2c2c;
  border: none;
  padding: 18px;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  letter-spacing: 0.5px;
}
.contact-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px #d4af3766;
}
.footer {
  background: linear-gradient(135deg, #0c0c0c, #2c2c2c);
  color: #fff;
  padding: 60px 0 20px;
  position: relative;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-section h3 {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 1rem;
  font-weight: 700;
}
.footer-section h4 {
  color: #d4af37;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
.footer-section p {
  color: #b8b8b8;
  line-height: 1.6;
}
.footer-section ul {
  list-style: none;
}
.footer-section ul li {
  margin-bottom: 0.8rem;
}
.footer-section a {
  color: #b8b8b8;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
}
.footer-section a:hover {
  color: #d4af37;
}
.social-links {
  display: flex;
  gap: 1rem;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffffff1a;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.social-links a:hover {
  background: #d4af37;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px #d4af3766;
}
.footer-bottom {
  text-align: center;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #b8b8b8;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .contact-item {
    width: 100%;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
  }
  .hamburger {
    display: flex;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 80px;
    flex-direction: column;
    background: #fff;
    width: 100%;
    text-align: center;
    transition: 0.4s;
    box-shadow: 0 10px 27px #0000001a;
    padding: 2rem 0;
    gap: 0;
  }
  .nav-menu.active {
    left: 0;
  }
  .nav-item {
    margin: 1rem 0;
  }
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 140px 0 50px;
  }
  .hero-content {
    padding: 0 20px;
  }
  .hero-title {
    font-size: 2.8rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .about-content,
  .contact-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .features {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .logo h2 {
    font-size: 1.5rem;
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #d4af37, #f1c40f);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #b8941f, #d4ac0d);
}
* {
  scrollbar-width: thin;
  scrollbar-color: #d4af37 #f1f1f1;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c0c0c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.loading.hidden {
  opacity: 0;
  pointer-events: none;
}
.loading-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(212, 175, 55, 0.3);
  border-top: 4px solid #d4af37;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.logo {
  display: flex;
  align-items: center;
}
