/* ==========================================================================
   publicitate-unica-in-romania.ro — Custom Styles
   Brand: took25 | Paletă: Navy + Cyan + Gold
   ========================================================================== */

:root {
  --navy-900: #09090b;
  --navy-800: #111114;
  --navy-700: #1a1a1f;
  --navy-600: #252529;
  --brand-cyan: #00E5FF;
  --brand-cyan-dark: #00B8D4;
  --brand-gold: #FFD700;
  --text-primary: #FFFFFF;
  --text-secondary: #CBD5E1;
  --text-muted: #94A3B8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 170px; }
body { -webkit-font-smoothing: antialiased; background: var(--navy-900); color: var(--text-primary); }

/* Gradient backgrounds */
.bg-hero-gradient {
  background:
    radial-gradient(ellipse at top right, rgba(0, 229, 255, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(255, 215, 0, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 100%);
}
.bg-section-alt { background: linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 100%); }
.bg-card { background: linear-gradient(145deg, var(--navy-700) 0%, var(--navy-800) 100%); }

/* Gradient text */
.text-gradient-cyan {
  background: linear-gradient(135deg, var(--brand-cyan) 0%, #67E8F9 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.text-gradient-gold {
  background: linear-gradient(135deg, var(--brand-gold) 0%, #FCD34D 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Buttons */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 1rem 2rem; border-radius: 0.75rem; font-weight: 700; font-size: 1rem;
  background: linear-gradient(135deg, var(--brand-cyan) 0%, var(--brand-cyan-dark) 100%);
  color: var(--navy-900); box-shadow: 0 10px 30px rgba(0, 229, 255, 0.3);
  transition: all 0.3s ease; text-decoration: none; border: none; cursor: pointer;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 40px rgba(0, 229, 255, 0.5); }

.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 1rem 2rem; border-radius: 0.75rem; font-weight: 700; font-size: 1rem;
  background: transparent; color: var(--brand-cyan);
  border: 2px solid var(--brand-cyan); transition: all 0.3s ease; text-decoration: none;
}
.btn-secondary:hover { background: var(--brand-cyan); color: var(--navy-900); }

/* Cards */
.card {
  background: var(--navy-700); border: 1px solid rgba(0, 229, 255, 0.1);
  border-radius: 1rem; padding: 2rem; transition: all 0.3s ease;
}
.card:hover { border-color: rgba(0, 229, 255, 0.3); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
.card-highlight { border-color: var(--brand-cyan); box-shadow: 0 0 40px rgba(0, 229, 255, 0.2); }

/* Section spacing */
.section { padding: 5rem 1.5rem; position: relative; }
@media (min-width: 768px) { .section { padding: 7rem 2rem; } }

/* Section title */
.section-title {
  font-size: 2.25rem; font-weight: 900; line-height: 1.1;
  text-align: center; margin-bottom: 1rem; letter-spacing: -0.02em;
}
@media (min-width: 768px) { .section-title { font-size: 3.5rem; } }
.section-subtitle {
  font-size: 1.125rem; color: var(--text-secondary);
  text-align: center; max-width: 42rem; margin: 0 auto 4rem auto; line-height: 1.6;
}

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Icon containers */
.icon-box {
  width: 4rem; height: 4rem; border-radius: 1rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0, 229, 255, 0.1); border: 1px solid rgba(0, 229, 255, 0.2);
  color: var(--brand-cyan); flex-shrink: 0;
}
.icon-box-gold { background: rgba(255, 215, 0, 0.1); border-color: rgba(255, 215, 0, 0.3); color: var(--brand-gold); }

/* Check / X marks for comparison table */
.mark-yes { color: var(--brand-cyan); font-weight: 700; }
.mark-no { color: #EF4444; font-weight: 700; }

/* FAQ */
.faq-item { border-bottom: 1px solid rgba(0, 229, 255, 0.1); padding: 1.5rem 0; }
.faq-question {
  display: flex; justify-content: space-between; align-items: center; cursor: pointer;
  font-weight: 600; font-size: 1.125rem; color: var(--text-primary);
  user-select: none; padding: 0.5rem 0;
}
.faq-question:hover { color: var(--brand-cyan); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease;
  color: var(--text-secondary); line-height: 1.7;
}
.faq-item.open .faq-answer { max-height: 500px; padding-top: 1rem; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-icon { transition: transform 0.3s ease; color: var(--brand-cyan); font-size: 1.5rem; }

/* Navbar (interior header fix — fără position:fixed propriu) */
.navbar {
  padding: 1rem 1.5rem; transition: all 0.3s ease;
  background: rgba(9, 9, 11, 0.98); backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0, 229, 255, 0.08);
  border-bottom: 1px solid rgba(0, 229, 255, 0.12);
}
.navbar.scrolled { background: rgba(9, 9, 11, 0.95); }

/* TOOKE coin */
.tooke-coin {
  width: 120px; height: 120px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #FCD34D, var(--brand-gold) 50%, #B8860B 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; font-weight: 900; color: var(--navy-900);
  box-shadow: 0 0 60px rgba(255, 215, 0, 0.4), inset -8px -8px 20px rgba(0, 0, 0, 0.2);
  animation: float 6s ease-in-out infinite;
}

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* Responsive helpers */
.container-main { max-width: 1200px; margin: 0 auto; }
