/* Non Gamstop Casinos UK — cambridgegrp.org | May 2025 */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:local('Inter')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:local('Inter Medium')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:local('Inter SemiBold')}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:local('Inter Bold')}

: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,-apple-system,sans-serif;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6}
img{max-width:100%;height:auto}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:0 16px}

/* HEADER */
.site-header{background:var(--dark);color:#fff;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:14px 0}
.site-logo{font-size:1.2rem;font-weight:700;color:#f1f5f9;text-decoration:none}
.site-logo span{color:var(--accent)}
.desktop-nav{display:flex;gap:1.5rem;list-style:none}
.desktop-nav a{color:#cbd5e1;font-size:.9rem;font-weight:500;transition:color .2s}
.desktop-nav a:hover{color:var(--accent);text-decoration:none}
.hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px}
.hamburger span{display:block;width:24px;height:2px;background:#f1f5f9;margin:5px 0;transition:.3s}
.mobile-nav{display:none;flex-direction:column;background:var(--dark2);padding:1rem;list-style:none;gap:.75rem}
.mobile-nav.open{display:flex}
.mobile-nav a{color:#cbd5e1;font-size:1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}

/* HERO */
.hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)!important;color:#fff;padding:72px 0 56px}
.hero h1,.hero-desc{color:#f1f5f9}
.hero h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.25;margin-bottom:1rem}
.hero-desc{font-size:1.1rem;color:#cbd5e1;max-width:680px;margin-bottom:2rem}
.hero-stats{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}
.stat-item{text-align:center}
.stat-num{font-size:1.8rem;font-weight:700;color:var(--accent);display:block}
.stat-label{font-size:.8rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}
.trust-stars{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#fbbf24;font-size:.95rem}
.trust-stars span{color:#94a3b8}
.hero-author{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}
.hero-author img{width:52px;height:52px;border-radius:50%;border:2px solid var(--accent);object-fit:cover}
.hero-author-info{color:#cbd5e1;font-size:.88rem}
.hero-author-info strong{display:block;color:#f1f5f9;font-size:.95rem}
.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;padding:16px 36px;border-radius:var(--radius);font-weight:700;font-size:1.05rem;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:pulse 2s infinite}
.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(22,163,74,.4);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)}}

/* SECTIONS */
.content-section{padding:56px 0}
.content-section.bg-alt{background:var(--bg-alt)}
.content-section h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--dark);margin-bottom:1.25rem;display:block;width:100%;float:none;clear:both}
.section-body{font-size:1rem;line-height:1.75;color:#374151}
.section-body p{margin-bottom:1rem}
.section-body ul,.section-body ol{padding-left:1.5rem;margin-bottom:1rem}
.section-body li{margin-bottom:.5rem}
.section-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}
.section-body th{background:var(--dark);color:#f1f5f9;padding:10px 14px;text-align:left;font-weight:600}
.section-body td{padding:10px 14px;border-bottom:1px solid var(--border)}
.section-body tr:nth-child(even) td{background:#f9fafb}
.section-body em{font-style:italic}
.section-body strong{font-weight:600}

/* H2 BANNER */
.h2-banner-wrap{
  display:block;
  width:calc(100% + 32px);
  margin-left:-16px;
  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}
@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:56px 0;background:var(--bg-alt)}
.vitrina-section h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:var(--dark);margin-bottom:.5rem}
.vitrina-intro{color:var(--muted);margin-bottom:2rem;font-size:1rem}
.vitrina-grid{display:flex;flex-direction:column;gap:1.25rem}
.casino-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s;position:relative}
.casino-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.1)}
.casino-card.top-pick{border-color:var(--accent);border-width:2px;box-shadow:0 4px 16px rgba(22,163,74,.15)}
.casino-card.top-pick::before{content:"#1 CHOICE";position:absolute;top:-12px;left:1.5rem;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.05em}
.casino-rank{font-size:2rem;font-weight:800;color:var(--accent);min-width:40px;text-align:center}
.casino-badge{display:inline-block;background:var(--dark);color:#fbbf24;font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:.5rem;letter-spacing:.03em}
.casino-name{font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:.35rem}
.casino-license{font-size:.85rem;color:var(--muted);margin-bottom:.35rem}
.casino-bonus{font-size:.9rem;font-weight:600;color:var(--accent-dark);margin-bottom:.5rem}
.casino-features{display:flex;gap:.5rem;flex-wrap:wrap}
.feature-tag{font-size:.78rem;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;padding:3px 10px;border-radius:20px;font-weight:500}
.casino-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:160px}
.casino-rating{font-size:1rem;font-weight:700;color:var(--dark);text-align:center}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;padding:14px 24px;border-radius:var(--radius);font-weight:700;font-size:.95rem;text-decoration:none;animation:pulse 2s infinite;white-space:nowrap;text-align:center}
.btn-primary:hover{text-decoration:none;filter:brightness(1.1)}

/* EEAT AUTHOR BOX */
.eeat-section{padding:56px 0;background:var(--dark);color:#f1f5f9}
.eeat-section h2{font-size:1.5rem;font-weight:700;color:#f1f5f9;margin-bottom:1.5rem}
.author-box{display:grid;grid-template-columns:160px 1fr;gap:2rem;align-items:start}
.author-portrait{width:140px;height:140px;border-radius:50%;border:3px solid var(--accent);object-fit:cover}
.author-name-title{font-size:1.3rem;font-weight:700;color:#f1f5f9;margin-bottom:.25rem}
.author-job-title{color:var(--accent);font-size:.9rem;font-weight:600;margin-bottom:1rem}
.author-bio{color:#cbd5e1;font-size:.95rem;line-height:1.7;margin-bottom:1rem}
.author-expertise{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}
.author-expertise li{background:rgba(22,163,74,.15);border:1px solid rgba(22,163,74,.3);color:#86efac;font-size:.82rem;padding:4px 12px;border-radius:20px}
.author-page-link{display:inline-block;color:var(--accent);font-size:.9rem;margin-top:1rem;border:1px solid var(--accent);padding:6px 16px;border-radius:6px}
.author-page-link:hover{background:var(--accent);color:#fff;text-decoration:none}

/* REVIEWED BY */
.reviewed-section{padding:56px 0;background:var(--bg-alt)}
.reviewed-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--dark)}
.reviewed-by-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.reviewer-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.04)}
.reviewer-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--accent);margin:0 auto 1rem}
.reviewer-name{font-weight:700;color:var(--dark);margin-bottom:.25rem}
.reviewer-title{font-size:.83rem;color:var(--muted);margin-bottom:.75rem}
.reviewer-rating{color:#fbbf24;font-size:1rem;margin-bottom:.75rem}
.reviewer-quote{font-size:.88rem;color:#374151;font-style:italic;line-height:1.55}
.reviewer-date{font-size:.78rem;color:var(--muted);margin-top:.75rem}

/* FAQ */
.faq-section{padding:56px 0}
.faq-section h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--dark)}
.faq-list{max-width:860px}
.faq-item{border:1px solid var(--border);border-radius:8px;margin-bottom:.75rem;overflow:hidden}
.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;background:#fff;font-weight:600;color:var(--dark);font-size:.97rem;user-select:none;gap:1rem}
.faq-question:hover{background:var(--bg-alt)}
.faq-icon{flex-shrink:0;font-size:1.2rem;color:var(--accent);transition:transform .3s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{display:none;padding:0 1.25rem 1rem;font-size:.92rem;color:#374151;line-height:1.65;background:#fff}
.faq-item.open .faq-answer{display:block}

/* FOOTER */
.site-footer{background:var(--dark2);color:#94a3b8;padding:40px 0 24px}
.footer-inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-brand{font-size:1.1rem;font-weight:700;color:#f1f5f9;margin-bottom:.75rem}
.footer-brand span{color:var(--accent)}
.footer-desc{font-size:.85rem;line-height:1.6;color:#94a3b8}
.footer-links{list-style:none}
.footer-links li{margin-bottom:.5rem}
.footer-links a{color:#94a3b8;font-size:.85rem}
.footer-links a:hover{color:var(--accent)}
.footer-disclaimer{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;font-size:.8rem;color:#64748b;line-height:1.65}
.footer-disclaimer strong{color:#94a3b8}

/* STICKY CTA */
.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,var(--dark),var(--dark2));padding:.75rem 1rem;text-align:center;box-shadow:0 -4px 16px rgba(0,0,0,.3);z-index:99}
.sticky-cta .btn-primary{width:100%;max-width:400px;font-size:1rem;padding:14px 24px}

/* POPUP */
.popup-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:200;align-items:center;justify-content:center}
.popup-overlay.show{display:flex}
.popup-box{background:#fff;border-radius:16px;padding:2.5rem;max-width:480px;width:90%;position:relative;text-align:center}
.popup-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--muted)}
.popup-box h3{font-size:1.4rem;font-weight:700;margin-bottom:.75rem;color:var(--dark)}
.popup-box p{color:var(--muted);margin-bottom:1.5rem;font-size:.95rem}
.popup-box .btn-primary{animation:none}

/* RESPONSIVE */
@media(max-width:900px){
  .casino-card{grid-template-columns:auto 1fr;grid-template-rows:auto auto}
  .casino-cta{grid-column:1/-1;flex-direction:row;justify-content:space-between}
  .author-box{grid-template-columns:1fr}
  .author-portrait{margin:0 auto 1rem}
  .footer-inner{grid-template-columns:1fr}
}
@media(max-width:768px){
  .desktop-nav{display:none}
  .hamburger{display:block}
  .reviewed-by-cards{grid-template-columns:1fr}
  .hero-stats{gap:1rem}
  .hero{padding:48px 0 40px}
  .content-section{padding:40px 0}
  .vitrina-section,.reviewed-section,.faq-section,.eeat-section{padding:40px 0}
  .sticky-cta{display:block}
}
@media(max-width:480px){
  .casino-card{grid-template-columns:1fr;text-align:center}
  .casino-rank{margin:0 auto}
  .casino-features{justify-content:center}
  .casino-cta{flex-direction:column;align-items:center}
}
