/* ============================================================
   main.css — copter-game.com | Non GamStop Casinos UK
   CLEAN CONVERT design | SEO Factory v3.9.7
   ============================================================ */

@font-face{font-family:'Inter';font-display:swap}

/* ── VARIABLES ───────────────────────────────────────────── */
:root {
  --bg: #FFFFFF;
  --bg-alt: #F8F9FA;
  --border: #E5E7EB;
  --text: #111827;
  --muted: #6B7280;
  --accent: #16A34A;
  --accent-dark: #15803d;
  --dark: #0f172a;
  --dark2: #1e293b;
  --radius: 8px;
  --font: 'Inter', system-ui, sans-serif;
  --container: 1100px;
  --shadow: 0 2px 16px rgba(0,0,0,.08);
}

/* ── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.7; font-size: 1rem; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { padding-left: 1.5rem; }

/* ── CONTAINER ───────────────────────────────────────────── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 1rem; }

/* ── HEADER ──────────────────────────────────────────────── */
.site-header {
  background: var(--dark);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1rem;
  gap: 1rem;
}
.site-logo {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -.02em;
  text-decoration: none;
}
.main-nav { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.main-nav a { color: #cbd5e1; font-size: .9rem; transition: color .2s; text-decoration: none; }
.main-nav a:hover { color: #fff; }
.nav-cta {
  background: var(--accent);
  color: #fff !important;
  padding: .45rem 1rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: .85rem;
  transition: background .2s;
  text-decoration: none !important;
}
.nav-cta:hover { background: var(--accent-dark) !important; }
.hamburger {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: .25rem;
}

/* ── MOBILE NAV ──────────────────────────────────────────── */
.mobile-nav { display: none; }
@media (max-width: 768px) {
  .hamburger { display: block; }
  .main-nav { display: none; }
  .mobile-nav {
    flex-direction: column;
    background: var(--dark2);
    padding: 1rem;
    gap: .75rem;
  }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { color: #cbd5e1; font-size: 1rem; text-decoration: none; }
  .mobile-nav .nav-cta { text-align: center; }
}

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  color: #fff;
  padding: 4rem 0;
}
.hero-inner { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.hero h1, .hero-desc { color: #f1f5f9; }
h1 { font-size: clamp(1.5rem, 4vw, 2.4rem); font-weight: 700; line-height: 1.25; margin-bottom: 1rem; }
.hero-desc { font-size: 1.1rem; color: #cbd5e1; margin-bottom: 1.5rem; }
.hero-stats {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-num { display: block; font-size: 1.4rem; font-weight: 700; color: var(--accent); }
.stat-label { font-size: .75rem; color: #94a3b8; }
.btn-hero { display: inline-flex; align-items: center; gap: .5rem; font-size: 1rem; margin-bottom: 1rem; }
.trust-row { display: flex; align-items: center; gap: .5rem; font-size: .85rem; color: #94a3b8; margin-bottom: 1.25rem; }
.trust-stars { font-size: 1rem; }
.hero-author {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .85rem;
  color: #94a3b8;
  margin-top: .5rem;
}
.hero-author img { border-radius: 50%; border: 2px solid var(--accent); object-fit: cover; }
.hero-author strong { color: #e2e8f0; }
.hero-date { opacity: .7; }

/* ── SECTION BACKGROUNDS ─────────────────────────────────── */
.section-main { background: var(--bg); }
.section-alt { background: var(--bg-alt); }

/* ── CONTENT SECTION ─────────────────────────────────────── */
.content-section { padding: 3.5rem 0; }
.content-section h2 {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1.25rem;
  line-height: 1.3;
}
.section-body { font-size: 1rem; line-height: 1.8; }
.section-body p { margin-bottom: 1.1rem; }
.section-body ul, .section-body ol { margin-bottom: 1.1rem; }
.section-body li { margin-bottom: .4rem; }
.section-body table { width: 100%; border-collapse: collapse; margin-bottom: 1.25rem; font-size: .9rem; }
.section-body th { background: var(--dark); color: #fff; padding: .6rem .8rem; text-align: left; }
.section-body td { padding: .6rem .8rem; border-bottom: 1px solid var(--border); }
.section-body tr:hover td { background: #f0fdf4; }
.section-body strong { font-weight: 600; }

/* ── H2 BANNER ───────────────────────────────────────────── */
.h2-banner-wrap {
  display: block;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  overflow: hidden;
  line-height: 0;
  clear: both;
  margin-bottom: 1.5rem;
}
.h2-banner-img {
  display: block;
  width: 100%;
  aspect-ratio: 3/1;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .h2-banner-img { aspect-ratio: 1/1; object-position: center top; }
}
.h2-banner-wrap figcaption {
  font-size: 11px;
  color: #6b7280;
  text-align: right;
  padding: 4px 8px 0;
  font-style: italic;
  line-height: 1.4;
}

/* ── VITRINA ─────────────────────────────────────────────── */
.vitrina-section { padding: 3.5rem 0; }
.vitrina-section h2 {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1.5rem;
  text-align: center;
}
.vitrina-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .vitrina-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .vitrina-grid { grid-template-columns: repeat(2, 1fr); } }

.casino-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  box-shadow: var(--shadow);
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.casino-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.casino-card.top-pick { border-color: var(--accent); }
.casino-rank {
  position: absolute;
  top: -10px;
  left: 12px;
  background: var(--dark);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
}
.top-pick .casino-rank { background: var(--accent); }
.casino-badge {
  display: inline-block;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
  font-size: .75rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
}
.casino-name { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-top: .25rem; }
.casino-license { font-size: .8rem; color: var(--muted); }
.casino-bonus { font-size: .9rem; font-weight: 600; color: var(--dark); }
.casino-features { display: flex; flex-wrap: wrap; gap: .4rem; }
.feature-tag {
  font-size: .72rem;
  background: #f0fdf4;
  color: #166534;
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 500;
  border: 1px solid #bbf7d0;
}
.casino-cta { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; margin-top: auto; }
.casino-rating { font-size: .85rem; color: var(--muted); }

/* ── CTA BUTTON ──────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #16A34A, #15803d);
  color: #fff;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  animation: pulse 2s infinite;
  cursor: pointer;
  border: none;
  transition: opacity .2s;
}
.btn-primary:hover { opacity: .9; text-decoration: none; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22,163,74,.4); }
  50% { box-shadow: 0 0 0 8px rgba(22,163,74,0); }
}

/* ── AUTHOR E-E-A-T ──────────────────────────────────────── */
.author-section { padding: 3.5rem 0; }
.author-eeat {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: var(--shadow);
}
@media (max-width: 640px) { .author-eeat { flex-direction: column; align-items: center; } }
.author-portrait { border-radius: 50%; border: 3px solid var(--accent); object-fit: cover; width: 120px; height: 120px; flex-shrink: 0; }
.author-name { font-size: 1.25rem; font-weight: 700; color: var(--dark); margin-bottom: .25rem; }
.author-title { color: var(--accent); font-weight: 600; margin-bottom: .75rem; font-size: .9rem; }
.author-bio { font-size: .9rem; line-height: 1.7; color: var(--muted); margin-bottom: .75rem; }
.author-expertise ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .5rem; }
.author-expertise li {
  background: #f0fdf4;
  color: #166534;
  font-size: .78rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #bbf7d0;
}
.author-link { display: inline-block; margin-top: 1rem; font-size: .85rem; font-weight: 600; color: var(--accent); }

/* ── REVIEWED BY ─────────────────────────────────────────── */
.reviewed-by-section { padding: 3.5rem 0; }
.reviewed-by-section h2 {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1.5rem;
}
.reviewed-by-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 768px) { .reviewed-by-cards { grid-template-columns: 1fr; } }
.reviewer-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: var(--shadow);
}
.reviewer-card img { border-radius: 50%; object-fit: cover; width: 60px; height: 60px; flex-shrink: 0; }
.reviewer-name { font-weight: 700; font-size: .95rem; color: var(--dark); }
.reviewer-title { font-size: .8rem; color: var(--muted); margin-bottom: .25rem; }
.reviewer-date { font-size: .75rem; color: var(--muted); }
.reviewer-stars { font-size: .85rem; margin: .25rem 0; }
.reviewer-quote { font-size: .82rem; color: var(--muted); font-style: italic; border-left: 3px solid var(--accent); padding-left: .6rem; margin-top: .5rem; }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-section { padding: 3.5rem 0; }
.faq-section h2 {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1.5rem;
}
.faq-list { display: flex; flex-direction: column; gap: .75rem; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  text-align: left;
  color: var(--dark);
  gap: .5rem;
}
.faq-question:hover { background: #f9fafb; }
.faq-icon { font-size: 1.25rem; font-weight: 400; color: var(--accent); flex-shrink: 0; transition: transform .2s; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 1.25rem 1rem; font-size: .9rem; line-height: 1.7; color: var(--muted); }
.faq-answer.open { display: block; }

/* ── FOOTER ──────────────────────────────────────────────── */
.site-footer {
  background: var(--dark);
  color: #94a3b8;
  padding: 2.5rem 0;
  font-size: .82rem;
}
.footer-inner { max-width: var(--container); margin: 0 auto; padding: 0 1rem; }
.footer-top { display: flex; flex-direction: column; gap: .75rem; }
.footer-disclaimer { color: #cbd5e1; }
.site-footer a { color: #94a3b8; }
.site-footer a:hover { color: #fff; }

/* ── STICKY CTA ──────────────────────────────────────────── */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  width: calc(100% - 2rem);
  max-width: 400px;
}
.sticky-cta .btn-primary { width: 100%; justify-content: center; font-size: .9rem; padding: 12px 20px; }
@media (max-width: 768px) { .sticky-cta { display: block; } }

/* ── POPUP ───────────────────────────────────────────────── */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 300;
  align-items: center;
  justify-content: center;
}
.popup-overlay.open { display: flex; }
.popup-box {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  max-width: 400px;
  width: calc(100% - 2rem);
  position: relative;
  text-align: center;
}
.popup-box h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: .75rem; color: var(--dark); }
.popup-box p { color: var(--muted); font-size: .9rem; margin-bottom: 1rem; }
.popup-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--muted);
  line-height: 1;
}

/* ── AUTHOR PAGE ─────────────────────────────────────────── */
.author-page-hero { padding: 4rem 0; }
.author-page-inner { display: flex; gap: 2rem; align-items: flex-start; }
@media (max-width: 640px) { .author-page-inner { flex-direction: column; align-items: center; } }
.author-page-photo { border-radius: 50%; border: 4px solid var(--accent); object-fit: cover; width: 200px; height: 200px; flex-shrink: 0; }
.author-page-info h1 { font-size: clamp(1.5rem, 4vw, 2rem); margin-bottom: .25rem; }
.author-page-title { color: var(--accent); font-weight: 600; font-size: 1rem; margin-bottom: 1rem; }
.author-page-bio { font-size: .95rem; line-height: 1.8; margin-bottom: 1rem; }
.author-expertise ul { list-style: disc; padding-left: 1.25rem; }
.author-expertise li { margin-bottom: .3rem; font-size: .9rem; }
