/*
Theme Name: Reclameaanhangers Onepager
Theme URI: https://reclameaanhangers.nl
Author: John Klokgieter
Description: One-page WordPress theme for Reclameaanhangers.nl. All sections configurable via the Customizer.
Version: 1.0.0
License: GPLv2 or later
Text Domain: reclameaanhangers
*/

/* =====================================================
   ROOT VARIABLES
===================================================== */

:root{
  --ra-green: #2f5a3a;
  --ra-green-2: #244a2f;

  --ra-bg: #f3f4f6;
  --ra-card: #ffffff;

  --ra-text: #0f172a;
  --ra-muted: #475569;

  --ra-border: #e5e7eb;
  --ra-radius: 18px;

  --ra-shadow: 0 10px 30px rgba(2, 6, 23, .08);
  --ra-container: 1180px;
}

/* =====================================================
   BASE
===================================================== */

*{ box-sizing:border-box; }

html,body{ margin:0; padding:0; }

body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  color:var(--ra-text);
  background:var(--ra-bg);
  line-height:1.5;
}

a{ color:inherit; text-decoration:none; }

img{ max-width:100%; height:auto; display:block; }

.ra-container{
  width:min(var(--ra-container), calc(100% - 32px));
  margin:0 auto;
}

.ra-section{ padding:56px 0; }
@media (max-width:720px){
  .ra-section{ padding:44px 0; }
}

/* small helpers */
.ra-btn-wrap{ margin-top:16px; }

/* =====================================================
   TOPBAR
===================================================== */

.ra-topbar{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(243,244,246,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--ra-border);
}

.ra-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

.ra-brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
}

.ra-brand .custom-logo{
  width:34px;
  height:34px;
  border-radius:10px;
}

.ra-brand-name{ font-size:15px; }

.ra-brand-tag{
  font-size:12px;
  color:var(--ra-muted);
  font-weight:600;
}

.ra-nav{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.ra-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border:1px solid var(--ra-border);
  border-radius:999px;
  background:#fff;
  font-size:13px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}

.ra-pill:hover{ border-color:#cbd5e1; }

.ra-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  background:linear-gradient(180deg,var(--ra-green),var(--ra-green-2));
  color:#fff;
  font-weight:800;
  line-height:1;
  box-shadow:0 10px 18px rgba(47,90,58,.22);
  transform:translateY(0);
}

.ra-cta:hover{ transform:translateY(-1px); }

/* =====================================================
   HERO – CLEAN, STABLE, RESPONSIVE
   (geen achtergrondafbeelding, geen overlays, geen dubbele fades)
===================================================== */

.ra-hero{
  padding:80px 0;
  background:linear-gradient(90deg,#0b1220 0%,#0e1a30 100%);
  color:#fff;
}

.ra-hero-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:48px;
}

@media (max-width:900px){
  .ra-hero{ padding:60px 0; }
  .ra-hero-inner{ grid-template-columns:1fr; }
}

.ra-hero h1{
  margin:0 0 12px;
  font-size:42px;
  line-height:1.05;
  letter-spacing:-.8px;
}

@media (max-width:720px){
  .ra-hero h1{ font-size:34px; }
}

.ra-hero p{
  margin:0 0 20px;
  color:rgba(255,255,255,.86);
  font-weight:600;
  max-width:54ch;
}

.ra-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}

.ra-hero-note{
  margin-top:16px;
  font-size:12.5px;
  color:rgba(255,255,255,.72);
  font-weight:600;
}

/* hero image right: always fits */
.ra-hero-image{
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
  aspect-ratio: 4 / 3;
}

.ra-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* =====================================================
   TYPO + CARDS + LAYOUT
===================================================== */

.ra-h2{
  font-size:30px;
  margin:0 0 10px;
}

@media (max-width:720px){
  .ra-h2{ font-size:26px; }
}

.ra-lead{
  margin:0;
  color:var(--ra-muted);
  font-weight:650;
  max-width:70ch;
}

.ra-card{
  background:var(--ra-card);
  border:1px solid var(--ra-border);
  border-radius:var(--ra-radius);
  box-shadow:var(--ra-shadow);
}

.ra-pad{ padding:22px; }

.ra-split{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  align-items:center;
}

@media (max-width:860px){
  .ra-split{ grid-template-columns:1fr; }
}

/* =====================================================
   BUTTONS
===================================================== */

.ra-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 16px;
  border-radius:12px;
  background:linear-gradient(180deg,var(--ra-green),var(--ra-green-2));
  color:#fff;
  font-weight:800;
  line-height:1;
  box-shadow:0 10px 18px rgba(47,90,58,.18);
  transform:translateY(0);
}

.ra-btn:hover{ transform:translateY(-1px); }

/* =====================================================
   MEDIA / MAP IMAGE
===================================================== */

.ra-map{
  border-radius: var(--ra-radius);
  border:1px solid var(--ra-border);
  overflow:hidden;
  box-shadow: var(--ra-shadow);
}

/* =====================================================
   VOORDELEN GRID
===================================================== */

.ra-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:18px;
}

@media (max-width:920px){
  .ra-grid-3{ grid-template-columns:1fr; }
}

.ra-feature{ padding:18px; }

.ra-feature h3{
  margin:0 0 8px;
  font-size:16px;
}

.ra-feature p{
  margin:0;
  color:var(--ra-muted);
  font-weight:650;
  font-size:13.5px;
}

/* =====================================================
   CHECKLIST
===================================================== */

.ra-list{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.ra-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:var(--ra-muted);
  font-weight:700;
}

.ra-check{
  width:22px;
  height:22px;
  flex:0 0 22px;
  border-radius:7px;
  background:rgba(47,90,58,.12);
  border:1px solid rgba(47,90,58,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
}

/* =====================================================
   BOTTOM CTA
===================================================== */

.ra-bottom{
  background:#0b1220;
  color:#fff;
  padding:70px 0;
  text-align:center;
}

.ra-bottom .ra-h2{
  margin:0;
}

.ra-bottom p{
  margin:10px auto 0;
  color:rgba(255,255,255,.80);
  font-weight:650;
  max-width:70ch;
}

.ra-bottom .ra-btn{ margin-top:22px; }

/* =====================================================
   FOOTER
===================================================== */

.ra-footer{
  padding:16px 0;
  text-align:center;
  color:#64748b;
  font-size:12.5px;
}
