/*
Theme Name: CAMPAMI Clean
Theme URI: https://campami.com
Author: CAMPAMI
Description: Definitieve CAMPAMI huisstijl - clean outdoor, geen demo-UI in afbeeldingen.
Version: 1.4.10
Text Domain: campami
*/
:root{
  --forest:#173B2B;
  --forest-dark:#0E2A1F;
  --forest-soft:#365344;
  --cream:#F7F1E7;
  --paper:#FFFDF8;
  --sand:#E7D4AF;
  --orange:#E97817;
  --line:#DCD2C5;
  --muted:#66736B;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--cream);color:var(--forest);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  line-height:1.55;
}
a{color:inherit}
.wrap{width:min(1180px,calc(100% - 36px));margin:0 auto}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(247,241,231,.97);
  border-bottom:1px solid rgba(23,59,43,.12);
  backdrop-filter:blur(12px);
}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-logo{display:block;width:165px;height:76px;object-fit:contain}
.menu{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:800}
.menu a{text-decoration:none}
.menu a:hover{color:var(--orange)}
.nav-cta{border:1px solid var(--forest);padding:10px 15px;border-radius:8px}
.nav-cta:hover{background:var(--forest);color:#fff!important}

/* Typography */
.eyebrow{
  margin:0 0 12px;color:var(--orange);font-weight:900;
  text-transform:uppercase;letter-spacing:.16em;font-size:11px;
}
h1,h2,h3{
  margin:0 0 16px;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--forest);line-height:1.04;
}
h1{font-size:clamp(52px,7.5vw,86px)}
h2{font-size:clamp(35px,5vw,54px)}
h3{font-size:24px}
p{margin:0 0 15px}
.lead{font-size:19px;max-width:690px}

/* Buttons */
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 18px;border-radius:8px;
  text-decoration:none!important;font-weight:900;border:1px solid transparent;
}
.btn.orange{background:var(--orange);color:white!important}
.btn.cream{background:var(--cream);color:var(--forest)!important;border-color:var(--cream)}
.btn.green{background:var(--forest);color:white!important}
.btn.outline{background:transparent;color:var(--forest)!important;border-color:var(--forest)}

/* Hero - CLEAN PHOTO ONLY */
.hero{
  position:relative;min-height:660px;display:flex;align-items:center;
  background-image:
    linear-gradient(90deg,rgba(14,42,31,.87) 0%,rgba(14,42,31,.72) 34%,rgba(14,42,31,.34) 62%,rgba(14,42,31,.08) 100%),
    url("assets/campami-hero.jpg");
  background-size:cover;background-position:center 48%;
  overflow:hidden;
}
.hero:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:110px;
  background:linear-gradient(to bottom,transparent,var(--cream));
}
.hero-copy{position:relative;z-index:2;max-width:730px;padding:105px 0 125px;color:white}
.hero h1{color:white;text-shadow:0 2px 18px rgba(0,0,0,.16)}
.hero .lead{color:rgba(255,255,255,.96)}

/* Trust strip */
.trustbar{margin-top:-34px;position:relative;z-index:3}
.trustgrid{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:var(--paper);border:1px solid var(--line);
  border-radius:14px;box-shadow:0 12px 35px rgba(23,59,43,.08);overflow:hidden;
}
.trustitem{padding:18px 20px;border-right:1px solid var(--line)}
.trustitem:last-child{border-right:0}
.trustitem b{display:block;margin-bottom:4px}
.trustitem span{font-size:13px;color:var(--muted)}

/* Sections */
.section{padding:78px 0}
.intro{
  display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center;
}
.copybox{max-width:700px}
.price-card{
  background:var(--paper);border:1px solid var(--line);border-radius:16px;
  padding:28px;box-shadow:0 8px 26px rgba(23,59,43,.05)
}
.price{font:900 52px/1 Georgia,serif;margin:10px 0 14px;color:var(--forest)}
.small{font-size:13px;color:var(--muted)}

.features{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;
}
.feature{
  background:var(--paper);border:1px solid var(--line);border-radius:14px;
  padding:22px;min-height:175px;
}
.feature-icon{
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  background:#F3E5D0;color:var(--orange);font-weight:900;margin-bottom:16px
}
.feature p{font-size:14px;color:var(--muted)}

/* Explore + My CAMPAMI community preview */
.explore{
  background:var(--forest);color:white;position:relative;overflow:hidden;
}
.explore:before{
  content:"";position:absolute;right:-120px;top:-180px;width:700px;height:700px;
  background:radial-gradient(circle,rgba(233,120,23,.13),transparent 64%);
}
.explore h2{color:white}
.community-stack{position:relative;display:grid;gap:22px}
.community-showcase{
  display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:24px;
  align-items:stretch;padding:26px;border-radius:18px;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14)
}
.community-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8px 4px}
.community-copy h2{font-size:clamp(34px,4.5vw,52px);max-width:560px}
.community-copy p{max-width:610px;color:#E0E9E4}
.community-copy .btn{margin-top:8px}
.community-dashboard{
  align-self:stretch;background:var(--paper);color:var(--forest);border:1px solid rgba(255,255,255,.28);
  border-radius:16px;padding:20px;box-shadow:0 16px 38px rgba(4,25,17,.18)
}
.community-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.community-dashboard-head>div{display:grid;gap:3px}.community-dashboard-head strong{font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.05}
.community-profile-label,.community-achievement-label{font-size:10px;font-weight:950;letter-spacing:.13em;color:var(--orange);text-transform:uppercase}
.community-level{display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border-radius:999px;background:#EAF2EC;color:var(--forest);font-size:11px;font-weight:900}
.community-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.community-stats>div{background:#F2EEE7;border-radius:11px;padding:11px;min-width:0}
.community-stats b{display:block;font:900 23px/1 Georgia,"Times New Roman",serif;margin-bottom:5px}
.community-stats span{display:block;font-size:10px;line-height:1.25;color:var(--muted);font-weight:800}
.community-achievements{margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}
.achievement-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px}
.achievement-row>span{display:flex;align-items:center;gap:7px;min-height:42px;padding:8px 9px;border:1px solid var(--line);border-radius:10px;font-size:10px;font-weight:900;background:#FFF9EF}
.achievement-row i{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:50%;background:#F4E4CE;font-style:normal;font-size:13px;color:var(--forest)}
.country-panel{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);
  border-radius:16px;padding:24px;
}
.country-panel-wide{width:100%}
.country-list{display:grid;gap:10px;margin-top:22px}
.country-panel-wide .country-list{grid-template-columns:repeat(2,minmax(0,1fr))}
.country-row{
  display:flex;justify-content:space-between;align-items:center;gap:15px;
  padding:12px 14px;background:rgba(255,255,255,.08);border-radius:9px
}
.country-row span:last-child{font-size:12px;color:#D6E0DA;text-align:right}

/* How it works */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.step{
  border-top:3px solid var(--orange);padding:20px 2px 0
}
.stepnum{font:900 15px Georgia,serif;color:var(--orange);margin-bottom:8px}

/* Complete */
.complete{
  background:var(--paper);border:1px solid var(--line);border-radius:18px;
  display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;
  padding:36px;box-shadow:0 12px 36px rgba(23,59,43,.06)
}
.complete .price{font-size:48px}

/* Footer */
.site-footer{background:var(--forest-dark);color:#F6F0E5;padding:48px 0;margin-top:65px}
.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:center}
.footer-logo{
  width:165px;height:78px;object-fit:contain;background:var(--cream);border-radius:8px
}
.footer-copy{font-size:13px;color:#C9D4CE;text-align:right}

/* WP content */
.content{padding:60px 0}
.entry-content{max-width:1180px;margin:auto;padding:0 18px}

/* Normal users should never see accidental demo-style pseudo dashboard */
.campami-demo-filter,.fake-dashboard,.mock-filter{display:none!important}

@media(max-width:880px){
  .menu > a:not(.nav-cta){display:none}
  .hero{min-height:600px;background-position:61% center}
  .intro,.complete{grid-template-columns:1fr}
  .community-showcase{grid-template-columns:1fr}
  .community-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .features{grid-template-columns:1fr 1fr}
  .trustgrid{grid-template-columns:1fr 1fr}
  .trustitem:nth-child(2){border-right:0}
  .steps{grid-template-columns:1fr}
}
@media(max-width:560px){
  .wrap{width:min(100% - 24px,1180px)}
  .brand-logo{width:128px}
  .nav{height:76px}
  .nav-cta{font-size:12px;padding:9px 10px}
  .hero{min-height:570px}
  .hero-copy{padding:80px 0 110px}
  .features,.trustgrid{grid-template-columns:1fr}
  .country-panel-wide .country-list,.achievement-row{grid-template-columns:1fr}
  .community-showcase{padding:18px}
  .community-dashboard{padding:16px}
  .trustitem{border-right:0;border-bottom:1px solid var(--line)}
  .trustitem:last-child{border-bottom:0}
}



/* Canoniek CAMPAMI-logo op alle pluginpagina's */
.ca-logo,
.c98logo,
.c10-brand,
.c11-brand{
  display:block!important;
  width:165px!important;
  height:76px!important;
  min-width:165px!important;
  flex:0 0 165px!important;
  background:transparent url('assets/campami-logo-canonical.jpg') center/contain no-repeat!important;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
@media(max-width:560px){
  .ca-logo,
  .c98logo,
  .c10-brand,
  .c11-brand{
    width:128px!important;
    height:59px!important;
    min-width:128px!important;
    flex-basis:128px!important;
  }
}


/* v1.4.5 — always-visible mobile menu + shared flag language dropdown */
.theme-mobilemenu{display:none;position:relative;flex:0 0 auto;z-index:1200}
.theme-mobilemenu summary{list-style:none;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(23,59,43,.24);border-radius:9px;background:var(--paper);color:var(--forest);font-size:24px;font-weight:900;cursor:pointer}
.theme-mobilemenu summary::-webkit-details-marker{display:none}.theme-mobilemenu summary::marker{display:none}
.theme-mobilemenu>div{position:absolute;right:0;top:47px;min-width:220px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 38px rgba(18,54,39,.18);padding:8px;display:grid;z-index:1300}
.theme-mobilemenu>div>a{display:block!important;padding:11px 10px!important;border-radius:8px;text-decoration:none!important;color:var(--forest)!important;font-size:13px;font-weight:850}
.theme-mobilemenu>div>a:hover{background:#edf1eb;color:var(--forest)!important}
@media(max-width:880px){.menu{gap:7px}.theme-mobilemenu{display:block}.nav{gap:10px}.menu>.campami-lang-dropdown{display:block}.menu > a:not(.nav-cta){display:none}.nav-cta{white-space:nowrap}}
@media(max-width:560px){.menu{gap:5px}.nav{gap:6px}.brand-logo{width:112px;height:59px}.nav-cta{font-size:11px;padding:8px 8px}.theme-mobilemenu summary{width:38px;height:38px}.menu>.campami-lang-dropdown summary{width:40px;height:38px}}


/* v1.4.8 — canonical single-logo rendering: never layer a CSS background behind an <img>. */
.c21-logo,.c21-login-logo{
  display:flex!important;align-items:center!important;
  width:165px!important;height:76px!important;min-width:165px!important;flex:0 0 165px!important;
  background:none!important;color:inherit!important;font-size:inherit!important;line-height:normal!important;overflow:visible!important;
}
.c21-logo .c11-logoimg,.c21-login-logo .c11-logoimg{display:block!important;width:165px!important;height:76px!important;max-width:165px!important;max-height:76px!important;object-fit:contain!important;background:none!important;}
@media(max-width:560px){
  .c21-logo,.c21-login-logo{width:128px!important;height:59px!important;min-width:128px!important;flex-basis:128px!important;}
  .c21-logo .c11-logoimg,.c21-login-logo .c11-logoimg{width:128px!important;height:59px!important;max-width:128px!important;max-height:59px!important;}
}

/* v1.4.9 — one header geometry/logo scale everywhere. */
.site-header .nav,
.c21-headrow{
  max-width:1280px!important;
  min-height:86px!important;
  height:86px!important;
  margin:0 auto!important;
  padding:10px 22px!important;
  box-sizing:border-box!important;
}
.site-header .brand-logo,
.c21-logo,
.c21-logo .c11-logoimg{
  width:145px!important;
  height:66px!important;
  min-width:145px!important;
  max-width:145px!important;
  max-height:66px!important;
  flex:0 0 145px!important;
  object-fit:contain!important;
}
@media(max-width:760px){
  .site-header .nav,.c21-headrow{min-height:72px!important;height:72px!important;padding:7px 13px!important;}
  .site-header .brand-logo,.c21-logo,.c21-logo .c11-logoimg{width:110px!important;height:52px!important;min-width:110px!important;max-width:110px!important;max-height:52px!important;flex-basis:110px!important;}
}
@media(max-width:420px){
  .site-header .nav,.c21-headrow{padding-left:10px!important;padding-right:10px!important;}
  .site-header .brand-logo,.c21-logo,.c21-logo .c11-logoimg{width:100px!important;min-width:100px!important;max-width:100px!important;flex-basis:100px!important;}
}
