/*
Theme Name: StudioBaris
Theme URI: https://studiobaris.nl/
Author: Studio Baris
Author URI: https://studiobaris.nl/
Description: Eigen merksite van StudioBaris. Strakke, snelle one-page marketingsite voor het werven van lokale vakmensen. Huisstijl: oceaanblauw + goudgeel, Montserrat + Inter.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studiobaris
Tags: one-page, marketing, custom-colors, mobile-first
*/

:root{
  --blue:#1A2E40;
  --blue-soft:#243B52;
  --accent:#F7B05B;
  --accent-strong:#FF6B35;
  --bg:#F8F9FA;
  --white:#FFFFFF;
  --text:#1A2E40;
  --muted:#5A6B7B;
  --border:#E5E9ED;
  --green:#2BB673;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  padding-bottom:0;
}
h1,h2,h3,h4{font-family:'Montserrat',sans-serif;font-weight:700;letter-spacing:-0.02em;line-height:1.15}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

/* ===== NAV ===== */
.nav{background:var(--blue);color:var(--white);padding:1.1rem 1.5rem;position:sticky;top:0;z-index:50}
.nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{display:flex;align-items:center;gap:.55rem;font-family:'Montserrat',sans-serif;font-size:1.25rem}
.logo-mark{
  width:32px;height:32px;border-radius:8px;
  background:var(--white);color:var(--blue);
  display:grid;place-items:center;font-weight:800;font-size:1rem;
  position:relative;
}
.logo-mark::after{
  content:"";position:absolute;top:5px;right:5px;
  width:6px;height:6px;border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 3px rgba(247,176,91,.25);
}
.logo-text .light{font-weight:400;opacity:.85}
.logo-text .bold{font-weight:800}
.nav-cta{
  background:var(--accent);color:var(--blue);
  padding:.6rem 1rem;border-radius:8px;
  font-weight:600;font-size:.95rem;
  transition:transform .15s ease, background .15s ease;
}
.nav-cta:hover{background:var(--accent-strong);color:var(--white);transform:translateY(-1px)}

/* ===== HERO ===== */
.hero{background:var(--blue);color:var(--white);padding:4.5rem 1.5rem 5rem;position:relative;overflow:hidden}
.hero::before{
  content:"";position:absolute;top:-120px;right:-120px;
  width:380px;height:380px;border-radius:50%;
  background:radial-gradient(closest-side, rgba(247,176,91,.18), transparent 70%);
  pointer-events:none;
}
.hero-inner{max-width:820px;margin:0 auto;text-align:center;position:relative}
.eyebrow{
  display:inline-block;font-family:'Inter',sans-serif;font-weight:600;
  font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;
  color:var(--accent);margin-bottom:1.2rem;
}
.hero h1{font-size:clamp(2.2rem,5.5vw,3.6rem);margin-bottom:1.2rem}
.hero h1 .accent{color:var(--accent)}
.hero p.lead{
  font-size:clamp(1.05rem,1.6vw,1.18rem);
  color:rgba(255,255,255,.85);
  max-width:640px;margin:0 auto 2rem;
}
.cta-row{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center;align-items:center}
.btn-primary{
  background:var(--accent);color:var(--blue);
  padding:1rem 1.6rem;border-radius:10px;
  font-weight:700;font-size:1.05rem;
  border:none;cursor:pointer;
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
  box-shadow:0 6px 0 rgba(0,0,0,.15);
  display:inline-block;
}
.btn-primary:hover{background:var(--accent-strong);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 0 rgba(0,0,0,.18)}
.btn-ghost{color:var(--white);font-weight:500;font-size:.98rem;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:2px}
.btn-ghost:hover{border-color:var(--accent)}

.trust{
  margin-top:2.8rem;display:flex;flex-wrap:wrap;gap:1.2rem 2rem;justify-content:center;
  color:rgba(255,255,255,.75);font-size:.92rem;
}
.trust span{display:flex;align-items:center;gap:.45rem}
.check{
  width:18px;height:18px;border-radius:50%;background:var(--accent);
  display:inline-grid;place-items:center;color:var(--blue);font-weight:800;font-size:.7rem;
  flex-shrink:0;
}

/* ===== SECTION BASE ===== */
.section{padding:5rem 1.5rem}
.section-inner{max-width:1100px;margin:0 auto}
.section-head{text-align:center;max-width:680px;margin:0 auto 3rem}
.section-head .eyebrow{color:var(--accent-strong)}
.section-head h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:.8rem;color:var(--blue)}
.section-head p{color:var(--muted);font-size:1.05rem}

/* ===== HOE WERKT HET ===== */
.steps{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media (min-width:760px){.steps{grid-template-columns:repeat(3,1fr);gap:2rem}}
.step{
  background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2rem;
  position:relative;transition:transform .2s ease, box-shadow .2s ease;
}
.step:hover{transform:translateY(-3px);box-shadow:0 14px 30px -10px rgba(26,46,64,.18)}
.step-num{
  width:42px;height:42px;border-radius:50%;background:var(--accent);color:var(--blue);
  display:grid;place-items:center;font-family:'Montserrat',sans-serif;font-weight:800;font-size:1.15rem;
  margin-bottom:1.2rem;
}
.step h3{font-size:1.2rem;color:var(--blue);margin-bottom:.5rem}
.step p{color:var(--muted);font-size:.98rem}

/* ===== PAKKET (cards) ===== */
.pakket{background:var(--white)}
.cards{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media (min-width:760px){.cards{grid-template-columns:1fr 1fr;gap:2rem}}
.card{
  background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:2rem;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position:relative;
}
.card:hover{transform:translateY(-3px);box-shadow:0 14px 30px -10px rgba(26,46,64,.18);border-color:transparent}
.card-icon{
  width:54px;height:54px;border-radius:12px;
  background:var(--blue);color:var(--accent);
  display:grid;place-items:center;font-size:1.6rem;margin-bottom:1.2rem;
}
.card h3{font-size:1.3rem;color:var(--blue);margin-bottom:.5rem}
.card .sub{color:var(--muted);font-size:.92rem;margin-bottom:1rem;font-style:italic}
.card p{color:var(--text);margin-bottom:1.2rem}
.card ul{list-style:none;display:grid;gap:.55rem}
.card li{display:flex;gap:.6rem;align-items:flex-start;font-size:.95rem;color:var(--text)}
.card li .check{background:var(--blue);color:var(--accent);margin-top:3px}

/* ===== PRIJS ===== */
.prijs{background:var(--bg)}
.prijs-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;max-width:880px;margin:0 auto}
@media (min-width:760px){.prijs-grid{grid-template-columns:1fr 1fr;gap:2rem}}
.prijs-card{
  background:var(--white);border:2px solid var(--border);border-radius:18px;padding:2.2rem;
  position:relative;
}
.prijs-card.featured{border-color:var(--accent);box-shadow:0 14px 30px -10px rgba(247,176,91,.35)}
.prijs-badge{
  position:absolute;top:-12px;right:1.5rem;
  background:var(--accent);color:var(--blue);
  padding:.3rem .7rem;border-radius:6px;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
}
.prijs-title{font-size:1.15rem;color:var(--muted);font-weight:600;margin-bottom:.4rem}
.prijs-amount{font-family:'Montserrat',sans-serif;font-weight:800;font-size:2.6rem;color:var(--blue);line-height:1}
.prijs-amount small{font-size:1rem;color:var(--muted);font-weight:500;margin-left:.3rem}
.prijs-desc{color:var(--muted);font-size:.95rem;margin:.6rem 0 1.4rem}
.prijs-list{list-style:none;display:grid;gap:.6rem;margin-bottom:1.6rem}
.prijs-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.95rem}
.prijs-list li .check{background:var(--green);color:var(--white);margin-top:3px}
.prijs-note{font-size:.85rem;color:var(--muted);margin-top:1rem;text-align:center;font-style:italic}

/* ===== CTA STROOK ===== */
.cta-strip{background:var(--blue);color:var(--white);padding:4rem 1.5rem;text-align:center}
.cta-strip h2{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.8rem}
.cta-strip p{color:rgba(255,255,255,.8);max-width:560px;margin:0 auto 1.6rem}

/* ===== FOOTER ===== */
.site-footer{
  background:var(--blue);color:rgba(255,255,255,.7);
  padding:2rem 1.5rem;border-top:1px solid rgba(255,255,255,.08);
  font-size:.9rem;
}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}
.footer-inner a:hover{color:var(--accent)}

/* ===== STICKY BEL-BAR (MOBIEL) ===== */
.sticky-bar{
  display:none;
  position:fixed;bottom:0;left:0;right:0;z-index:60;
  background:var(--accent);color:var(--blue);
  padding:.85rem 1rem;
  box-shadow:0 -6px 20px rgba(0,0,0,.2);
  font-weight:700;font-size:1rem;text-align:center;
}
.sticky-bar a{display:block;color:var(--blue)}
@media (max-width:760px){
  .sticky-bar{display:block}
  body{padding-bottom:60px}
  .nav-cta{display:none}
}

/* ===== RESPONSIVE TWEAKS ===== */
@media (max-width:520px){
  .hero{padding:3.5rem 1.5rem 4rem}
  .section{padding:3.5rem 1.5rem}
  .card,.prijs-card,.step{padding:1.6rem}
  .prijs-amount{font-size:2.2rem}
}
