@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: #000;
  color: #fff;
  font-family: 'Inter', -apple-system, system-ui, 'Segoe UI', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; background: none; color: inherit; font-family: inherit; }

/* Warning Banner */
.warning-banner {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(0,0,0,0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0 40px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo img { height: 36px; width: auto; }
.header-nav { display: flex; align-items: center; gap: 32px; }
.header-nav a {
  font-size: 18px; font-weight: 500; color: #fff;
  transition: color 0.2s; position: relative;
}
.header-nav a:hover { color: #C9A34F; }
.nav-dropdown { display: inline-flex; align-items: center; gap: 4px; }
.nav-dropdown svg { width: 12px; height: 12px; fill: currentColor; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-actions button, .header-actions a {
  width: 40px; height: 40px; display: flex; align-items: center;
  justify-content: center; border-radius: 50%; transition: background 0.2s;
}
.header-actions button:hover, .header-actions a:hover { background: rgba(255,255,255,0.1); }
.header-actions svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2; }

/* Footer */
.footer {
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 60px 40px 30px;
}
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px; max-width: 1200px; margin: 0 auto 50px;
}
.footer-brand h3 {
  font-size: 20px; font-weight: 700; margin-bottom: 16px;
  background: linear-gradient(135deg, #e6c85a 0%, #947232 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 20px; }
.footer-subscribe-label { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 10px; }
.footer-subscribe { display: flex; gap: 8px; }
.footer-subscribe input {
  flex: 1; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; padding: 10px 14px; color: #fff; font-size: 14px; outline: none; font-family: inherit;
}
.footer-subscribe input::placeholder { color: rgba(255,255,255,0.35); }
.footer-subscribe button {
  width: 42px; height: 42px; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12); border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.footer-subscribe button svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; }
.footer-col h4 { font-size: 16px; font-weight: 600; margin-bottom: 20px; cursor: default; }
.footer-col h4 .footer-chevron { display: none; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col ul li a:hover { color: #C9A34F; }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 30px; }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.footer-contact-info { font-size: 14px; color: rgba(255,255,255,0.55); }
.footer-contact-info a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-contact-info a:hover { color: #C9A34F; }
.footer-social { display: flex; align-items: center; gap: 16px; }
.footer-social span { font-size: 12px; font-weight: 600; letter-spacing: 1px; color: rgba(255,255,255,0.55); }
.footer-social a { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; transition: opacity 0.2s; }
.footer-social a:hover { opacity: 0.7; }
.footer-social svg { width: 20px; height: 20px; fill: #fff; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding-top: 16px; }
.footer-copyright { font-size: 13px; color: rgba(255,255,255,0.4); }
.footer-legal-links { display: flex; gap: 24px; }
.footer-legal-links a { font-size: 13px; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-legal-links a:hover { color: rgba(255,255,255,0.7); }
.footer-disclaimer { width: 100%; margin-top: 16px; font-size: 12px; color: rgba(255,255,255,0.3); line-height: 1.6; }

/* Page Content Common */
.page-container { max-width: 1200px; margin: 0 auto; padding: 60px 40px; }
.page-title { font-size: 48px; font-weight: 800; margin-bottom: 16px; text-align: center; }
.page-subtitle { font-size: 16px; color: rgba(255,255,255,0.55); text-align: center; margin-bottom: 48px; }
.gold-text { color: #E8C96A; }
.gold-gradient {
  background: linear-gradient(135deg, #e6c85a 0%, #947232 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-heading { font-size: 40px; font-weight: 700; text-align: center; margin-bottom: 12px; }

/* Product Detail Page */
.product-hero { width: 100%; text-align: center; padding: 40px 20px; }
.product-hero img { max-width: 900px; margin: 0 auto; width: 100%; }
.product-section { padding: 80px 40px; max-width: 1200px; margin: 0 auto; }
.product-section-full { width: 100%; padding: 0; }
.product-section-full img { width: 100%; display: block; }
.product-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 40px; max-width: 1000px; margin: 0 auto; }
.spec-item { text-align: center; padding: 24px; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; }
.spec-value { font-size: 28px; font-weight: 700; color: #E8C96A; margin-bottom: 4px; }
.spec-label { font-size: 13px; color: rgba(255,255,255,0.5); }

/* Product Grid */
.products-listing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; padding: 0 40px 80px; }
.product-card { border-radius: 16px; overflow: hidden; background: #111; transition: transform 0.3s; display: block; }
.product-card:hover { transform: translateY(-4px); }
.product-card-image { width: 100%; aspect-ratio: 4/3; overflow: hidden; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; }
.product-card-info { padding: 20px; }
.product-card-info h3 { font-size: 24px; font-weight: 700; margin-bottom: 4px; }
.product-card-info .subtitle { font-size: 16px; color: rgba(199,163,79,0.85); margin-bottom: 16px; }
.product-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.product-badge { font-size: 12px; padding: 6px 14px; border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; color: rgba(255,255,255,0.7); }

/* Blog/News Grid */
.blog-filters { display: flex; gap: 16px; padding: 0 40px; max-width: 1200px; margin: 0 auto 32px; }
.blog-filter { padding: 8px 20px; border-radius: 20px; font-size: 14px; font-weight: 500; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.6); transition: all 0.2s; cursor: pointer; }
.blog-filter.active, .blog-filter:hover { background: #C9A34F; color: #fff; border-color: #C9A34F; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; padding: 0 40px 80px; }
.blog-card { border-radius: 12px; overflow: hidden; background: #111; transition: transform 0.3s; display: block; }
.blog-card:hover { transform: translateY(-4px); }
.blog-card-image { width: 100%; aspect-ratio: 16/10; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-info { padding: 16px 20px; }
.blog-card-meta { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 8px; display: flex; gap: 12px; }
.blog-card-meta .category { color: #C9A34F; }
.blog-card-info h3 { font-size: 16px; font-weight: 600; line-height: 1.4; }

/* News Featured */
.news-featured { max-width: 1200px; margin: 0 auto 48px; padding: 0 40px; }
.news-featured-card { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; border-radius: 16px; overflow: hidden; background: #111; }
.news-featured-card img { width: 100%; height: 100%; object-fit: cover; }
.news-featured-info { padding: 40px 32px; display: flex; flex-direction: column; justify-content: center; }
.news-featured-info .category { font-size: 12px; color: #C9A34F; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.news-featured-info h2 { font-size: 28px; font-weight: 700; margin-bottom: 16px; line-height: 1.3; }
.news-featured-info p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 16px; }
.news-featured-info .date { font-size: 13px; color: rgba(255,255,255,0.35); }

/* Form Styles */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.form-input {
  width: 100%; padding: 12px 16px; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12); border-radius: 8px;
  color: #fff; font-size: 14px; font-family: inherit; outline: none; transition: border-color 0.2s;
}
.form-input:focus { border-color: #C9A34F; }
.form-input::placeholder { color: rgba(255,255,255,0.3); }
textarea.form-input { min-height: 120px; resize: vertical; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #C9A34F; color: #fff; padding: 12px 32px;
  border-radius: 8px; font-size: 16px; font-weight: 600;
  border: none; cursor: pointer; transition: background 0.2s;
}
.btn-primary:hover { background: #b8923e; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff; padding: 12px 32px;
  border-radius: 999px; font-size: 14px; font-weight: 500;
  border: 1px solid rgba(255,255,255,0.2); cursor: pointer; transition: all 0.2s;
}
.btn-outline:hover { border-color: #C9A34F; color: #C9A34F; }

/* Legal Pages */
.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 40px; }
.legal-content h1 { font-size: 36px; font-weight: 700; margin-bottom: 8px; }
.legal-content .last-updated { font-size: 14px; color: rgba(255,255,255,0.4); margin-bottom: 40px; }
.legal-content h2 { font-size: 22px; font-weight: 600; margin: 32px 0 12px; }
.legal-content p { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 16px; }
.legal-content ul { padding-left: 24px; margin-bottom: 16px; }
.legal-content ul li { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 8px; }

/* About Page */
.about-hero { text-align: center; padding: 80px 40px 40px; }
.about-hero img { max-width: 200px; margin: 0 auto 32px; border-radius: 16px; }
.about-content { max-width: 800px; margin: 0 auto; padding: 0 40px 80px; }
.about-content h2 { font-size: 32px; font-weight: 700; color: #E8C96A; margin-bottom: 24px; text-align: center; }
.about-content p { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 20px; }
.about-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 48px 0; }
.pillar { text-align: center; padding: 32px 20px; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; }
.pillar h3 { font-size: 20px; font-weight: 700; color: #E8C96A; margin-bottom: 8px; }
.pillar p { font-size: 14px; color: rgba(255,255,255,0.55); }

/* Contact/Support */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1100px; margin: 0 auto; padding: 60px 40px; }
.contact-info h2 { font-size: 36px; font-weight: 700; margin-bottom: 24px; }
.contact-detail { display: flex; gap: 12px; margin-bottom: 20px; font-size: 15px; color: rgba(255,255,255,0.7); }
.contact-detail svg { width: 20px; height: 20px; stroke: #C9A34F; fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 2px; }
.quick-answers { margin-top: 40px; }
.quick-answers h3 { font-size: 18px; font-weight: 600; margin-bottom: 16px; }
.quick-answer-item { padding: 14px 20px; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; margin-bottom: 8px; font-size: 14px; color: rgba(255,255,255,0.7); cursor: pointer; transition: border-color 0.2s; }
.quick-answer-item:hover { border-color: #C9A34F; }

/* Win/Giveaway */
.win-hero { text-align: center; padding: 60px 20px; }
.win-hero h1 { font-size: 56px; font-weight: 900; margin-bottom: 16px; }
.win-hero .gold-text { font-size: 56px; }
.win-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 900px; margin: 0 auto 60px; padding: 0 40px; }
.win-step { text-align: center; padding: 32px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; }
.win-step img { max-width: 200px; margin: 0 auto 20px; }
.win-step h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.win-step p { font-size: 14px; color: rgba(255,255,255,0.6); }
.win-prizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto 60px; padding: 0 40px; }
.prize-card { text-align: center; border-radius: 16px; overflow: hidden; background: #111; }
.prize-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.prize-card h3 { padding: 16px; font-size: 16px; font-weight: 600; }
.win-form { max-width: 600px; margin: 0 auto; padding: 0 40px 80px; }
.win-form h2 { font-size: 28px; font-weight: 700; text-align: center; margin-bottom: 32px; }

/* Verify Page */
.verify-section { max-width: 900px; margin: 0 auto; padding: 60px 40px; }
.verify-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 40px; }
.verify-method { padding: 32px; border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; text-align: center; cursor: pointer; transition: border-color 0.2s; }
.verify-method:hover, .verify-method.active { border-color: #C9A34F; }
.verify-method img { max-width: 200px; margin: 0 auto 16px; border-radius: 8px; }
.verify-method h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.verify-method p { font-size: 14px; color: rgba(255,255,255,0.5); }
.verify-input-group { display: flex; gap: 12px; max-width: 500px; margin: 0 auto; }

/* Merch Page */
.merch-hero { text-align: center; padding: 80px 20px 40px; }
.merch-hero h1 { font-size: 56px; font-weight: 900; letter-spacing: 4px; }
.merch-hero p { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 600px; margin: 16px auto 0; }
.merch-category { max-width: 1200px; margin: 0 auto; padding: 40px; }
.merch-category h2 { font-size: 28px; font-weight: 700; margin-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 12px; }
.merch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.merch-item { border-radius: 12px; overflow: hidden; background: #111; }
.merch-item > img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #1a1a1a; }
.merch-item-img { aspect-ratio: 1; background: #1a1a1a; display: flex; align-items: center; justify-content: center; }
.merch-item h3 { padding: 14px 16px; font-size: 14px; font-weight: 500; }

/* Responsive */
/* Hamburger & Mobile Menu */
.hamburger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; }
.hamburger svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; }
.mobile-menu-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 200; }
.mobile-menu-overlay.active { display: block; }
.mobile-menu {
  position: fixed; top: 0; left: 0; bottom: 0; width: 65%; max-width: 380px;
  background: #000; z-index: 201; transform: translateX(-100%);
  transition: transform 0.3s ease; display: flex; flex-direction: column;
  overflow-y: auto;
}
.mobile-menu.active { transform: translateX(0); }
.mobile-menu-header {
  display: flex; align-items: center; justify-content: flex-end;
  padding: 16px 20px; border-bottom: none;
  background: linear-gradient(135deg, rgba(201,163,79,0.3), rgba(0,0,0,0.9));
}
.mobile-menu-header a { display: none; }
.mobile-menu-close { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
.mobile-menu-close svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; }
.mobile-menu-nav { flex: 1; padding: 8px 0; }
.mobile-menu-nav a, .mobile-menu-nav .mobile-dropdown-toggle {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; font-size: 16px; font-weight: 500; color: #fff;
  border: none; background: none; width: 100%; text-align: left; cursor: pointer;
  font-family: inherit;
}
.mobile-dropdown-toggle { border-radius: 0; background: none; margin: 0; padding: 16px 20px !important; }
.mobile-dropdown-toggle svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 2; transition: transform 0.2s; }
.mobile-dropdown-toggle.active-gold { background: none; color: #C9A34F; }
.mobile-dropdown-toggle.active-gold svg { stroke: #C9A34F; }
.mobile-dropdown-content { display: none; padding: 4px 20px 8px 32px; }
.mobile-dropdown-content.open { display: block; }
.mobile-dropdown-content a { padding: 10px 0; font-size: 15px; color: rgba(255,255,255,0.65); display: block; }
.mobile-menu-bottom {
  padding: 16px 20px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; gap: 10px;
}
.mobile-menu-bottom .btn-login {
  display: block; text-align: center; padding: 14px; border-radius: 8px;
  font-size: 15px; font-weight: 600; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15); color: #fff;
}
.mobile-menu-bottom .btn-register {
  display: block; text-align: center; padding: 14px; border-radius: 8px;
  font-size: 15px; font-weight: 600;
  background: linear-gradient(135deg, #e6c85a, #947232); color: #000;
}

@media (max-width: 768px) {
  .header { padding: 0 16px; }
  .header-nav { display: none; }
  .hamburger { display: flex; order: -1; }
  .page-container { padding: 40px 20px; }
  .page-title { font-size: 28px; }
  .products-listing { grid-template-columns: 1fr; padding: 0 16px 40px; }
  .blog-grid { grid-template-columns: 1fr; padding: 0 16px 40px; }
  .blog-filters { padding: 0 16px; flex-wrap: wrap; }
  .contact-grid { grid-template-columns: 1fr; padding: 40px 20px; gap: 40px; }
  .win-steps { grid-template-columns: 1fr; padding: 0 20px; }
  .win-prizes { grid-template-columns: 1fr; padding: 0 20px; }
  .win-hero h1, .win-hero .gold-text { font-size: 36px; }
  .verify-methods { grid-template-columns: 1fr; }
  .about-pillars { grid-template-columns: 1fr; }
  .news-featured-card { grid-template-columns: 1fr; }
  .product-specs { grid-template-columns: 1fr; }
  .merch-grid { grid-template-columns: repeat(2, 1fr); }
  .merch-hero h1 { font-size: 36px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer { padding: 40px 20px 20px; }
  .footer-legal { flex-direction: column; gap: 12px; align-items: flex-start; }
  .footer-contact { flex-direction: column; gap: 12px; align-items: flex-start; }
  .legal-content { padding: 40px 20px; }
  .legal-content h1 { font-size: 28px; }
  .footer-col h4 { display: flex; align-items: center; justify-content: space-between; cursor: pointer; margin-bottom: 0; }
  .footer-col h4 .footer-chevron { display: block; width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; transition: transform 0.2s; }
  .footer-col h4.open .footer-chevron { transform: rotate(180deg); }
  .footer-col ul { display: none; }
  .footer-col ul.open { display: block; }
}
