
:root {
  --gold: #F5A623;
  --gold-light: #FFD077;
  --gold-dark: #C67C00;
  --dark: #0D0D0D;
  --darker: #080808;
  --panel: #111;
  --panel-2: #161616;
  --red: #C0392B;
  --green: #25D366;
  --cream: #FFF8EC;
  --muted: #aaaaaa;
  --border: rgba(255,255,255,0.07);
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--dark);
  color: var(--cream);
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }

/* ── NAVIGATION ── */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8,8,8,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 1.5rem;
}
.nav-logo { color: var(--cream); font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 0.04em; }
.nav-logo em { color: var(--gold); font-style: normal; }
.nav-toggle, .nav-toggle-btn { display: none; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.04em; text-transform: uppercase; }
.nav-links a { color: var(--cream); transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--green); color: #fff !important;
  padding: 0.5rem 1rem; border-radius: 4px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(37,211,102,0.4); color: #fff !important; }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { cursor: pointer; }
.nav-dropdown-menu {
  position: absolute; top: 100%; left: -1rem;
  background: var(--panel); border: 1px solid var(--border);
  border-radius: 8px; padding: 0.6rem;
  min-width: 220px;
  display: none; flex-direction: column; gap: 0.1rem;
  box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}
.nav-dropdown-menu a {
  padding: 0.55rem 0.9rem; border-radius: 4px;
  font-size: 0.9rem;
}
.nav-dropdown-menu a:hover { background: rgba(245,166,35,0.1); color: var(--gold); }
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: flex; }

/* Mobile nav */
@media (max-width: 900px) {
  .nav-toggle-btn {
    display: flex; flex-direction: column; gap: 5px;
    width: 32px; height: 28px; cursor: pointer;
    align-items: center; justify-content: center;
  }
  .nav-toggle-btn span { display: block; width: 26px; height: 2px; background: var(--cream); transition: 0.2s; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--panel); border-bottom: 1px solid var(--border);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 0.5rem 1rem 1.2rem;
    max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  }
  .nav-links a { padding: 0.7rem 0.5rem; border-bottom: 1px solid var(--border); }
  .nav-toggle:checked ~ .nav-links { max-height: 80vh; overflow-y: auto; }
  .nav-dropdown-menu { position: static; display: flex; box-shadow: none; padding: 0 0 0 1rem; border: none; background: transparent; min-width: 0; }
  .nav-dropdown-trigger { padding: 0.7rem 0.5rem; }
  .nav-cta { margin-top: 0.5rem; text-align: center; }
}

/* ── HERO (page-top) ── */
.page-hero {
  position: relative;
  padding: 5rem 1.5rem 4rem;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(245,166,35,0.15) 0%, transparent 70%),
    var(--darker);
  overflow: hidden;
}
.page-hero .breadcrumb {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1rem;
}
.page-hero .breadcrumb a { color: var(--muted); }
.page-hero .breadcrumb a:hover { color: var(--gold); }
.page-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  line-height: 1.05; letter-spacing: 0.02em;
  color: var(--cream);
}
.page-hero h1 span { color: var(--gold); }
.page-hero .lead {
  max-width: 720px; margin: 1.5rem auto 0;
  color: #ccc; font-size: 1.05rem; line-height: 1.7;
}
.hero-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 2rem; }
.hero-pill {
  background: rgba(245,166,35,0.12); border: 1px solid rgba(245,166,35,0.3);
  color: var(--gold-light); font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.45rem 1.1rem; border-radius: 100px;
}

/* ── SECTIONS ── */
section { padding: 4rem 1.5rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.6rem;
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05; color: var(--cream);
}
.section-title span { color: var(--gold); }
.section-prose { color: #ccc; font-size: 1rem; line-height: 1.8; max-width: 760px; }
.section-prose p { margin-top: 1rem; }
.section-prose strong { color: var(--cream); }

/* ── PRODUCT GRID ── */
.subcat { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--gold); letter-spacing: 0.06em; display: flex; align-items: center; gap: 1rem; margin: 2.5rem 0 1.2rem; }
.subcat::after { content:''; flex:1; height:1px; background: rgba(245,166,35,0.25); }
.subcat-desc { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.5rem; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.2rem;
}
.product-card {
  background: var(--panel-2); border: 1px solid var(--border); border-radius: 12px;
  overflow: hidden; transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative; display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(245,166,35,0.12); border-color: rgba(245,166,35,0.3); }
.product-img-wrap {
  width: 100%; aspect-ratio: 4/5;
  background: #1c1c1c;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.product-bg { position: absolute; inset:0; opacity: 0.06; background: radial-gradient(circle, var(--gold) 0%, transparent 70%); }
.product-emoji { font-size: 4rem; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.5)); transition: transform 0.3s; position: relative; z-index:1; }
.product-card:hover .product-emoji { transform: scale(1.08) rotate(-3deg); }
.product-tag {
  position: absolute; top: 0.7rem; right: 0.7rem;
  background: var(--red); color: #fff;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.65rem;
  letter-spacing: 0.08em; padding: 0.2rem 0.55rem; border-radius: 3px; text-transform: uppercase;
}
.product-info { padding: 0.9rem 1rem 1.1rem; flex: 1; display: flex; flex-direction: column; }
.product-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem; color: var(--cream); margin-bottom: 0.2rem; }
.product-type { font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.7rem; }
.product-cta {
  margin-top: auto;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  background: rgba(37,211,102,0.12); color: var(--green); border: 1px solid rgba(37,211,102,0.3);
  padding: 0.5rem 0.7rem; border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.8rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.product-cta:hover { background: var(--green); color: #fff; }

/* ── INFO PANELS ── */
.panels { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
.panel {
  background: var(--panel); border: 1px solid var(--border); border-radius: 12px;
  padding: 1.8rem 1.6rem;
}
.panel h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--gold); letter-spacing: 0.04em; margin-bottom: 0.5rem; }
.panel p { color: #ccc; font-size: 0.95rem; line-height: 1.7; }
.panel .icon { font-size: 1.8rem; margin-bottom: 0.6rem; display: block; }

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, #1a1200, var(--dark));
  text-align: center; padding: 4rem 1.5rem;
}
.cta-banner h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 5vw, 3rem); color: var(--cream); }
.cta-banner h2 span { color: var(--gold); }
.cta-banner p { color: #aaa; margin: 1rem auto; max-width: 480px; }
.cta-wa-btn {
  display: inline-flex; align-items: center; gap: 0.75rem; margin-top: 1.5rem;
  background: var(--green); color: #fff;
  font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 0.08em;
  padding: 0.95rem 2.4rem; border-radius: 6px;
  box-shadow: 0 8px 30px rgba(37,211,102,0.4); transition: transform 0.2s;
}
.cta-wa-btn:hover { transform: translateY(-2px); color: #fff !important; }
.cta-wa-btn svg { width: 22px; height: 22px; }

/* ── FAQ ── */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--panel); border: 1px solid var(--border); border-radius: 10px;
  margin-bottom: 0.7rem; overflow: hidden;
}
.faq-item summary {
  padding: 1.2rem 1.4rem; cursor: pointer; list-style: none;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.05rem;
  color: var(--cream); display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-size: 1.6rem; transition: transform 0.2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 1.4rem 1.3rem; color: #ccc; line-height: 1.75; font-size: 0.95rem; }

/* ── INFO LIST ── */
.info-list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1.2rem; }
.info-list li { display: flex; align-items: flex-start; gap: 0.8rem; color: #ccc; font-size: 0.95rem; line-height: 1.6; }
.info-list li .ico { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; }

/* ── TWO COLUMN ── */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
  max-width: 1100px; margin: 0 auto; align-items: center;
}
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; gap: 2rem; } }
.map-card {
  aspect-ratio: 1; border-radius: 16px; overflow: hidden;
  background: var(--panel-2); border: 1px solid rgba(245,166,35,0.2);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem; color: var(--gold); font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.08em; text-transform: uppercase; text-align: center; padding: 2rem;
}
.map-card .pin { font-size: 3.5rem; }
.map-card p.normal { font-family: 'Barlow', sans-serif; color: #aaa; text-transform: none; letter-spacing: 0; font-size: 0.95rem; }

/* ── BLOG ── */
.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.blog-card {
  background: var(--panel-2); border: 1px solid var(--border); border-radius: 12px;
  overflow: hidden; transition: transform 0.3s, border-color 0.3s;
  display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); border-color: rgba(245,166,35,0.3); }
.blog-thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, #2a1a00, #0D0D0D); display: flex; align-items: center; justify-content: center; font-size: 3.5rem; }
.blog-body { padding: 1.4rem 1.5rem 1.6rem; flex:1; display:flex; flex-direction:column; }
.blog-body h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.35rem; color: var(--cream); letter-spacing: 0.03em; margin-bottom: 0.5rem; }
.blog-body .meta { font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.7rem; }
.blog-body p { color: #ccc; font-size: 0.92rem; line-height: 1.65; flex:1; }
.blog-body .read { color: var(--gold); font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 1rem; }

.article-body {
  max-width: 760px; margin: 0 auto;
  color: #d5d5d5; font-size: 1.05rem; line-height: 1.85;
}
.article-body h2 { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--gold); letter-spacing: 0.03em; margin: 2.5rem 0 1rem; line-height: 1.1; }
.article-body h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.25rem; color: var(--cream); margin: 1.8rem 0 0.6rem; }
.article-body p { margin-bottom: 1rem; }
.article-body ul, .article-body ol { margin: 1rem 0 1rem 1.5rem; }
.article-body li { margin-bottom: 0.5rem; }
.article-body strong { color: var(--cream); }
.article-body .meta-row { color: var(--muted); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.5rem; }

/* ── FOOTER ── */
footer { background: #070707; border-top: 1px solid var(--border); padding: 3.5rem 1.5rem 1.5rem; }
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 2.5rem;
}
@media (max-width: 800px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-inner { grid-template-columns: 1fr; } }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--gold); letter-spacing: 0.05em; margin-bottom: 0.6rem; }
.footer-tag { color: var(--muted); font-size: 0.9rem; line-height: 1.6; }
.footer-col h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream); margin-bottom: 0.9rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.5rem; }
.footer-col a { color: #bbb; font-size: 0.92rem; }
.footer-col a:hover { color: var(--gold); }
.footer-col p { color: #bbb; font-size: 0.9rem; line-height: 1.65; margin-bottom: 0.8rem; }
.footer-col .muted { color: var(--muted); font-size: 0.82rem; }
.footer-bottom {
  max-width: 1200px; margin: 2.5rem auto 0; padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  text-align: center; color: var(--muted); font-size: 0.8rem;
}

/* ── WHATSAPP FLOAT ── */
.wa-float {
  position: fixed; bottom: 1.6rem; right: 1.6rem; z-index: 999;
  display: flex; align-items: center; gap: 0.7rem;
  background: var(--green); color: #fff !important;
  padding: 0.7rem 1.2rem 0.7rem 0.7rem; border-radius: 100px;
  box-shadow: 0 8px 30px rgba(37,211,102,0.5);
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem;
  letter-spacing: 0.04em; transition: transform 0.2s, box-shadow 0.2s;
}
.wa-float:hover { transform: scale(1.05); box-shadow: 0 12px 40px rgba(37,211,102,0.65); color: #fff !important; }
.wa-float svg { width: 26px; height: 26px; flex-shrink: 0; }
@media (max-width: 480px) { .wa-float span { display: none; } .wa-float { padding: 0.85rem; } }

/* HOMEPAGE-SPECIFIC */
.home-hero {
  min-height: calc(100vh - 64px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 3rem 1rem 5rem;
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(245,166,35,0.18) 0%, transparent 70%),
    repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(245,166,35,0.03) 40px, rgba(245,166,35,0.03) 41px),
    var(--darker);
}
.home-hero .badge {
  display: inline-block; background: var(--red); color: #fff;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.75rem;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 1rem;
  border-radius: 2px; margin-bottom: 1.5rem;
}
.home-hero .hero-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.5rem, 13vw, 8rem); line-height: 0.9; letter-spacing: 0.02em;
  color: var(--cream); text-shadow: 0 0 80px rgba(245,166,35,0.35);
}
.home-hero .hero-logo span { display: block; color: var(--gold); }
.home-hero .hero-sub { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(0.9rem, 2.5vw, 1.2rem); letter-spacing: 0.25em; text-transform: uppercase; color: var(--muted); margin-top: 1rem; }
.home-hero .divider { width: 80px; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 2rem auto; }
.home-hero .tagline { font-size: clamp(1rem, 2.5vw, 1.2rem); color: var(--cream); opacity: 0.85; max-width: 560px; line-height: 1.6; }
.home-hero .pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 2.2rem; }
.home-hero .pill { background: rgba(245,166,35,0.12); border: 1px solid rgba(245,166,35,0.3); color: var(--gold-light); font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.45rem 1.1rem; border-radius: 100px; }
.home-hero .cta-btn { display: inline-block; margin-top: 2.2rem; background: var(--gold); color: var(--dark); font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 0.1em; padding: 0.85rem 2.6rem; border-radius: 4px; box-shadow: 0 8px 30px rgba(245,166,35,0.35); transition: background 0.2s, transform 0.2s; }
.home-hero .cta-btn:hover { background: var(--gold-light); transform: translateY(-2px); }

/* category nav cards on homepage */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; max-width: 1100px; margin: 0 auto; }
.cat-card {
  background: var(--panel-2); border: 1px solid var(--border); border-radius: 12px;
  padding: 2rem 1.5rem; text-align: center; color: var(--cream);
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
}
.cat-card:hover { transform: translateY(-4px); border-color: rgba(245,166,35,0.4); background: rgba(245,166,35,0.04); color: var(--cream); }
.cat-card .cat-emoji { font-size: 2.8rem; display: block; margin-bottom: 0.7rem; }
.cat-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; color: var(--gold); letter-spacing: 0.04em; margin-bottom: 0.4rem; }
.cat-card p { color: var(--muted); font-size: 0.88rem; line-height: 1.5; }
