/*
Theme Name: Hacamat Egitimi
Theme URI: https://hacamategitimi.nl/
Author: Hacamat Egitimi
Author URI: https://hacamategitimi.nl/
Description: Modern, hizli ve SEO uyumlu WordPress temasi; hacamat, kupa, suluk, moksa ve masaj egitimleri veren egitim merkezleri icin gelistirildi. Hollanda, Belcika ve Almanya'daki Turkce konusan hedef kitleye gore optimize edilmistir. WhatsApp entegrasyonu, kurs icerik tipi, SSS ve yorum modulleri dahildir.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hacamategitimi
Tags: education, business, one-column, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks, rtl-language-support
*/

/* =========================================================
   0. DESIGN TOKENS
   ========================================================= */
:root{
  --c-primary:#0e5c4a;
  --c-primary-dark:#0a4034;
  --c-primary-soft:#e6f1ee;
  --c-accent:#c9a227;
  --c-accent-soft:#f7f0d9;
  --c-ink:#12211d;
  --c-body:#41514c;
  --c-muted:#7a8a85;
  --c-line:#e3e9e7;
  --c-cream:#f8f6f0;
  --c-white:#ffffff;
  --c-wa:#25d366;
  --c-wa-dark:#1da851;

  --ff-base:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif;
  --ff-head:"Segoe UI Semibold","Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,sans-serif;

  --fs-hero:clamp(2rem,1.2rem + 3.4vw,3.6rem);
  --fs-h1:clamp(1.75rem,1.2rem + 2.2vw,2.85rem);
  --fs-h2:clamp(1.5rem,1.1rem + 1.6vw,2.25rem);
  --fs-h3:clamp(1.15rem,1rem + .6vw,1.45rem);

  --wrap:1180px;
  --wrap-narrow:820px;
  --gap:clamp(1.25rem,.8rem + 1.6vw,2.25rem);
  --sect:clamp(3.25rem,2rem + 4.5vw,6rem);

  --r-sm:8px;
  --r:14px;
  --r-lg:22px;
  --r-pill:999px;

  --sh-sm:0 1px 2px rgba(18,33,29,.06),0 2px 6px rgba(18,33,29,.05);
  --sh:0 4px 12px rgba(18,33,29,.07),0 12px 32px rgba(18,33,29,.06);
  --sh-lg:0 10px 24px rgba(18,33,29,.09),0 28px 60px rgba(18,33,29,.09);

  --header-h:76px;
}

/* =========================================================
   1. RESET / BASE
   ========================================================= */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px)}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
body{
  margin:0;
  font-family:var(--ff-base);
  font-size:17px;
  line-height:1.72;
  color:var(--c-body);
  background:var(--c-white);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg,video{max-width:100%;height:auto;display:block}
figure{margin:0}
a{color:var(--c-primary);text-decoration:none;transition:color .18s ease}
a:hover{color:var(--c-primary-dark)}
h1,h2,h3,h4,h5,h6{
  font-family:var(--ff-head);
  color:var(--c-ink);
  line-height:1.22;
  margin:0 0 .6em;
  font-weight:700;
  letter-spacing:-.015em;
}
h1{font-size:var(--fs-h1)}
h2{font-size:var(--fs-h2)}
h3{font-size:var(--fs-h3)}
p{margin:0 0 1.15em}
ul,ol{margin:0 0 1.3em;padding-inline-start:1.35em}
li{margin-bottom:.45em}
blockquote{
  margin:1.8em 0;padding:1.25rem 1.5rem;
  background:var(--c-primary-soft);
  border-inline-start:4px solid var(--c-primary);
  border-radius:0 var(--r) var(--r) 0;
  font-size:1.05em;
}
blockquote p:last-child{margin-bottom:0}
hr{border:0;border-top:1px solid var(--c-line);margin:2.5rem 0}
code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}
table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.97em}
th,td{padding:.7rem .9rem;border:1px solid var(--c-line);text-align:start}
th{background:var(--c-cream);font-weight:700;color:var(--c-ink)}
:focus-visible{outline:3px solid var(--c-accent);outline-offset:2px;border-radius:4px}

.screen-reader-text{
  border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;
  margin:-1px;overflow:hidden;padding:0;position:absolute!important;word-wrap:normal!important;
}
.skip-link{
  position:absolute;left:-9999px;top:0;z-index:2000;
  background:var(--c-primary);color:#fff;padding:.75rem 1.25rem;border-radius:0 0 var(--r-sm) 0;
}
.skip-link:focus{left:0;color:#fff}

/* =========================================================
   2. LAYOUT HELPERS
   ========================================================= */
.wrap{width:min(100% - 2.5rem,var(--wrap));margin-inline:auto}
.wrap-narrow{width:min(100% - 2.5rem,var(--wrap-narrow));margin-inline:auto}
.section{padding-block:var(--sect)}
.section--cream{background:var(--c-cream)}
.section--soft{background:var(--c-primary-soft)}
.section--dark{background:var(--c-primary-dark);color:#d9e6e2}
.section--dark h2,.section--dark h3{color:#fff}
.section--tight{padding-block:calc(var(--sect) * .62)}

.sec-head{max-width:720px;margin:0 auto clamp(2rem,1.2rem + 2vw,3.25rem);text-align:center}
.sec-head--start{text-align:start;margin-inline:0}
.sec-head p{color:var(--c-muted);font-size:1.06rem;margin-bottom:0}
.eyebrow{
  display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--c-primary);background:var(--c-primary-soft);
  padding:.4rem .9rem;border-radius:var(--r-pill);margin-bottom:1rem;
}
.section--dark .eyebrow{background:rgba(255,255,255,.12);color:var(--c-accent)}

.grid{display:grid;gap:var(--gap)}
.grid-2{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr))}
.grid-4{grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr))}

/* =========================================================
   3. BUTTONS
   ========================================================= */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--ff-head);font-weight:700;font-size:1rem;line-height:1.2;
  padding:.95rem 1.7rem;border-radius:var(--r-pill);border:2px solid transparent;
  cursor:pointer;text-align:center;transition:transform .16s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0)}
.btn svg{width:1.15em;height:1.15em;flex:0 0 auto}
.btn--primary{background:var(--c-primary);color:#fff;box-shadow:0 6px 18px rgba(14,92,74,.25)}
.btn--primary:hover{background:var(--c-primary-dark);color:#fff;box-shadow:0 10px 26px rgba(14,92,74,.32)}
.btn--accent{background:var(--c-accent);color:#2a2205;box-shadow:0 6px 18px rgba(201,162,39,.3)}
.btn--accent:hover{background:#b28f1c;color:#2a2205}
.btn--ghost{background:transparent;color:var(--c-primary);border-color:var(--c-line)}
.btn--ghost:hover{border-color:var(--c-primary);background:var(--c-primary-soft);color:var(--c-primary-dark)}
.btn--light{background:#fff;color:var(--c-primary);box-shadow:var(--sh-sm)}
.btn--light:hover{background:var(--c-cream);color:var(--c-primary-dark)}
.btn--outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.btn--outline-light:hover{background:rgba(255,255,255,.12);color:#fff;border-color:#fff}
.btn--wa{background:var(--c-wa);color:#08331b;box-shadow:0 6px 18px rgba(37,211,102,.3)}
.btn--wa:hover{background:var(--c-wa-dark);color:#fff}
.btn--sm{padding:.6rem 1.15rem;font-size:.9rem}
.btn--lg{padding:1.1rem 2.1rem;font-size:1.08rem}
.btn--block{display:flex;width:100%}
.btn-row{display:flex;flex-wrap:wrap;gap:.85rem}
.btn-row--center{justify-content:center}

/* =========================================================
   4. HEADER / NAV
   ========================================================= */
.topbar{
  background:var(--c-primary-dark);color:#cfe0db;font-size:.88rem;
}
.topbar__in{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;align-items:center;justify-content:center;padding:.5rem 0}
.topbar a{color:#fff;font-weight:600}
.topbar a:hover{color:var(--c-accent)}
.topbar__item{display:inline-flex;align-items:center;gap:.4rem}
.topbar__item svg{width:1em;height:1em;opacity:.85}

.site-header{
  position:sticky;top:0;z-index:900;background:rgba(255,255,255,.96);
  -webkit-backdrop-filter:saturate(180%) blur(10px);
  backdrop-filter:saturate(180%) blur(10px);
  border-bottom:1px solid var(--c-line);
  transition:box-shadow .2s ease;
}
.site-header.is-stuck{box-shadow:var(--sh-sm)}
.header__in{display:flex;align-items:center;gap:1rem;min-height:var(--header-h);flex-wrap:nowrap}
.brand{display:flex;align-items:center;gap:.7rem;margin-inline-end:auto;min-width:0}
.brand img{max-height:52px;width:auto}
.brand__text{display:flex;flex-direction:column;line-height:1.15}
.brand__name{font-family:var(--ff-head);font-weight:800;font-size:1.16rem;color:var(--c-ink);letter-spacing:-.02em}
.brand__tag{font-size:.74rem;color:var(--c-muted);letter-spacing:.05em;text-transform:uppercase}
.brand a{color:inherit;display:flex;align-items:center;gap:.7rem}

.nav__list{display:flex;align-items:center;gap:.15rem;list-style:none;margin:0;padding:0}
.nav__list li{margin:0;position:relative}
.nav__list a{
  display:block;padding:.6rem .8rem;border-radius:var(--r-sm);
  font-weight:600;font-size:.97rem;color:var(--c-ink);
}
.nav__list a:hover,.nav__list .current-menu-item > a,.nav__list .current_page_item > a,
.nav__list .current-menu-ancestor > a,.nav__list .current-menu-parent > a{
  color:var(--c-primary);background:var(--c-primary-soft);
}
.nav__list .menu-item-has-children > a::after{
  content:"";display:inline-block;width:.42em;height:.42em;margin-inline-start:.45em;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:translateY(-2px) rotate(45deg);
}
.nav__list ul{
  position:absolute;top:100%;inset-inline-start:0;min-width:250px;
  background:#fff;border:1px solid var(--c-line);border-radius:var(--r);
  box-shadow:var(--sh);padding:.45rem;list-style:none;margin:.35rem 0 0;
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s;
  z-index:20;
}
.nav__list li:hover > ul,.nav__list li:focus-within > ul{opacity:1;visibility:visible;transform:translateY(0)}
.nav__list ul a{padding:.6rem .75rem;font-size:.94rem;font-weight:600}
.header__cta{display:flex;align-items:center;gap:.6rem;flex-shrink:0}

.nav-close{display:none}
.nav-toggle{
  display:none;width:46px;height:46px;border:1px solid var(--c-line);background:#fff;
  border-radius:var(--r-sm);cursor:pointer;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px;
}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--c-ink);border-radius:2px;transition:transform .22s ease,opacity .22s ease}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:1024px){
  /* BELANGRIJK: backdrop-filter op de header maakt een "containing block" voor
     position:fixed kinderen. Daardoor blijft het uitschuifmenu opgesloten in de
     header en lijkt het menu niet te openen. Op mobiel dus uitzetten. */
  .site-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;z-index:960}
  .nav-toggle{display:flex}
  .site-nav{
    position:fixed;inset:0 0 0 auto;width:min(88vw,380px);background:#fff;
    padding:calc(var(--header-h) + 1.5rem) 1.5rem 2rem;overflow-y:auto;
    transform:translateX(105%);transition:transform .28s cubic-bezier(.4,0,.2,1);
    box-shadow:var(--sh-lg);z-index:950;
  }
  .site-nav.is-open{transform:translateX(0)}
  .nav-close{
    display:grid;place-items:center;position:absolute;top:14px;inset-inline-end:16px;
    width:44px;height:44px;border-radius:12px;border:1px solid var(--c-line);background:#fff;
    font-size:1.7rem;line-height:1;color:var(--c-ink);cursor:pointer;padding:0 0 3px;
  }
  .nav-close:hover{background:var(--c-primary-soft);color:var(--c-primary)}
  .nav__list{flex-direction:column;align-items:stretch;gap:.1rem}
  .nav__list a{padding:.85rem .75rem;font-size:1.05rem;border-bottom:1px solid var(--c-line)}
  .nav__list ul{
    position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;
    padding:0 0 0 .9rem;margin:0;
  }
  .nav__list ul a{border-bottom:1px dashed var(--c-line)}
  .header__cta .btn--desktop{display:none}
  .nav-backdrop{
    position:fixed;inset:0;background:rgba(18,33,29,.45);z-index:940;opacity:0;visibility:hidden;transition:opacity .25s;
  }
  .nav-backdrop.is-open{opacity:1;visibility:visible}
}
@media (max-width:1024px){
  .brand img{max-height:44px}
}
@media (max-width:720px){
  :root{--header-h:66px}
  .topbar__item:first-child{display:none}
  .brand img{max-height:38px}
  .brand__name{font-size:1.02rem}
  .brand__tag{display:none}
  .header__cta{gap:.4rem}
  .header__cta .btn{padding:.62rem;font-size:.88rem}
  .header__cta .btn span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}
  .nav-toggle{width:42px;height:42px}
  .wrap,.wrap-narrow{width:min(100% - 2rem,var(--wrap))}
}
@media (max-width:400px){
  .brand__name{font-size:.94rem}
  .brand img{max-height:34px}
}

/* =========================================================
   5. HERO
   ========================================================= */
.hero{
  position:relative;overflow:hidden;
  background:linear-gradient(160deg,var(--c-primary-dark) 0%,var(--c-primary) 55%,#12705a 100%);
  color:#e4efec;
  padding-block:clamp(3.5rem,2rem + 6vw,6.5rem);
}
.hero::before{
  content:"";position:absolute;inset:0;opacity:.16;pointer-events:none;
  background-image:radial-gradient(circle at 18% 22%,#fff 0 1.5px,transparent 1.6px),radial-gradient(circle at 68% 72%,#fff 0 1.5px,transparent 1.6px);
  background-size:56px 56px;
}
.hero::after{
  content:"";position:absolute;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(201,162,39,.28),transparent 68%);
  top:-160px;inset-inline-end:-140px;pointer-events:none;
}
.hero__in{position:relative;z-index:2;display:grid;gap:clamp(2rem,1rem + 3vw,3.5rem);align-items:center;grid-template-columns:1fr}
@media (min-width:960px){.hero__in{grid-template-columns:1.05fr .95fr}}
.hero__badge{
  display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);color:#fff;
  padding:.45rem 1rem;border-radius:var(--r-pill);font-size:.85rem;font-weight:600;margin-bottom:1.2rem;
}
.hero__badge .dot{width:8px;height:8px;border-radius:50%;background:var(--c-accent)}
.hero h1{color:#fff;font-size:var(--fs-hero);margin-bottom:1rem;letter-spacing:-.025em}
.hero h1 .hl{color:var(--c-accent)}
.hero__lead{font-size:clamp(1.03rem,.98rem + .3vw,1.2rem);color:#cfe2dd;max-width:56ch;margin-bottom:1.9rem}
.hero__points{list-style:none;padding:0;margin:0 0 2rem;display:grid;gap:.6rem}
.hero__points li{display:flex;gap:.65rem;align-items:flex-start;margin:0;color:#e2efec;font-size:1rem}
.hero__points svg{width:1.3em;height:1.3em;flex:0 0 auto;color:var(--c-accent);margin-top:.15em}
.hero__media{position:relative}
.hero__media img{border-radius:var(--r-lg);box-shadow:var(--sh-lg);width:100%;object-fit:cover;aspect-ratio:4/3}
.hero__media--placeholder{
  border-radius:var(--r-lg);aspect-ratio:4/3;
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.2);
  display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;
  color:rgba(255,255,255,.8);font-family:var(--ff-head);font-size:1.1rem;
}
.hero__float{
  position:absolute;inset-inline-start:-14px;bottom:-22px;background:#fff;color:var(--c-ink);
  border-radius:var(--r);box-shadow:var(--sh-lg);padding:.9rem 1.15rem;display:flex;gap:.7rem;align-items:center;max-width:250px;
}
.hero__float strong{display:block;font-family:var(--ff-head);font-size:1.35rem;color:var(--c-primary);line-height:1}
.hero__float span{font-size:.82rem;color:var(--c-muted);line-height:1.3}
.hero__float .ic{width:42px;height:42px;border-radius:12px;background:var(--c-accent-soft);display:grid;place-items:center;color:var(--c-accent);flex:0 0 auto}
.hero__float .ic svg{width:22px;height:22px}
@media (max-width:959px){.hero__float{position:static;margin-top:1.1rem;max-width:none}}

/* stats bar */
.stats{background:var(--c-cream);border-block:1px solid var(--c-line)}
.stats__in{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.25rem;padding-block:clamp(1.75rem,1rem + 2vw,2.75rem);text-align:center}
.stat__num{font-family:var(--ff-head);font-size:clamp(1.85rem,1.4rem + 1.5vw,2.6rem);color:var(--c-primary);font-weight:800;line-height:1;letter-spacing:-.03em}
.stat__label{display:block;margin-top:.4rem;font-size:.92rem;color:var(--c-muted);font-weight:600}

/* =========================================================
   6. CARDS
   ========================================================= */
.card{
  background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);
  box-shadow:var(--sh-sm);overflow:hidden;display:flex;flex-direction:column;
  transition:transform .2s ease,box-shadow .25s ease,border-color .2s ease;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--sh-lg);border-color:transparent}
.card__thumb{position:relative;aspect-ratio:16/10;background:var(--c-primary-soft);overflow:hidden}
.card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.card:hover .card__thumb img{transform:scale(1.05)}
.card__thumb--ph{display:grid;place-items:center;color:var(--c-primary);opacity:.72}
.card__thumb--ph svg{width:76px;height:76px;stroke-width:1.5}
.card__badge{
  position:absolute;top:.85rem;inset-inline-start:.85rem;background:rgba(255,255,255,.94);
  color:var(--c-primary);font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  padding:.3rem .7rem;border-radius:var(--r-pill);
}
.card__body{padding:1.4rem 1.5rem 1.6rem;display:flex;flex-direction:column;flex:1}
.card__body h3{margin-bottom:.5rem;font-size:1.18rem}
.card__body h3 a{color:inherit}
.card__body h3 a:hover{color:var(--c-primary)}
.card__excerpt{color:var(--c-body);font-size:.97rem;margin-bottom:1.1rem;flex:1}
.card__meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}
.chip{
  display:inline-flex;align-items:center;gap:.35rem;background:var(--c-cream);color:var(--c-body);
  border:1px solid var(--c-line);border-radius:var(--r-pill);padding:.25rem .7rem;font-size:.8rem;font-weight:600;
}
.chip svg{width:.95em;height:.95em;color:var(--c-primary)}
.card__link{
  font-family:var(--ff-head);font-weight:700;font-size:.95rem;color:var(--c-primary);
  display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;
}
.card__link::after{content:"→";transition:transform .2s ease;display:inline-block}
.card:hover .card__link::after{transform:translateX(4px)}

/* feature / value cards */
.feature{
  background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:1.75rem 1.6rem;
  box-shadow:var(--sh-sm);transition:transform .2s ease,box-shadow .25s ease;height:100%;
}
.feature:hover{transform:translateY(-3px);box-shadow:var(--sh)}
.feature__ic{
  width:52px;height:52px;border-radius:15px;display:grid;place-items:center;
  background:var(--c-primary-soft);color:var(--c-primary);margin-bottom:1.1rem;
}
.feature__ic svg{width:26px;height:26px}
.feature h3{font-size:1.1rem;margin-bottom:.45rem}
.feature p{margin-bottom:0;font-size:.97rem;color:var(--c-body)}
.section--dark .feature{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#cfe0db}
.section--dark .feature p{color:#c2d5d0}
.section--dark .feature__ic{background:rgba(201,162,39,.16);color:var(--c-accent)}

/* steps */
.steps{counter-reset:step;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));list-style:none;padding:0;margin:0}
.steps li{
  counter-increment:step;position:relative;background:#fff;border:1px solid var(--c-line);
  border-radius:var(--r-lg);padding:2.4rem 1.5rem 1.6rem;margin:0;box-shadow:var(--sh-sm);
}
.steps li::before{
  content:counter(step);position:absolute;top:-18px;inset-inline-start:1.4rem;
  width:44px;height:44px;border-radius:50%;background:var(--c-primary);color:#fff;
  display:grid;place-items:center;font-family:var(--ff-head);font-weight:800;font-size:1.1rem;
  box-shadow:0 6px 16px rgba(14,92,74,.28);
}
.steps h3{font-size:1.05rem;margin-bottom:.4rem}
.steps p{margin-bottom:0;font-size:.95rem}

/* trainer */
.trainer{display:grid;gap:clamp(1.75rem,1rem + 3vw,3.5rem);align-items:center;grid-template-columns:1fr}
@media (min-width:860px){.trainer{grid-template-columns:.85fr 1.15fr}}
.trainer__img img{border-radius:var(--r-lg);box-shadow:var(--sh);width:100%;aspect-ratio:4/5;object-fit:cover}
.trainer__ph{
  border-radius:var(--r-lg);aspect-ratio:4/5;background:var(--c-primary-soft);
  display:grid;place-items:center;color:var(--c-primary);opacity:.6;
}
.trainer__ph svg{width:80px;height:80px}
.trainer__list{list-style:none;padding:0;margin:0 0 1.6rem;display:grid;gap:.55rem}
.trainer__list li{display:flex;gap:.6rem;align-items:flex-start;margin:0}
.trainer__list svg{width:1.25em;height:1.25em;color:var(--c-primary);flex:0 0 auto;margin-top:.2em}

/* testimonials */
.quote{
  background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:1.75rem 1.6rem;
  box-shadow:var(--sh-sm);height:100%;display:flex;flex-direction:column;
}
.quote__stars{color:var(--c-accent);letter-spacing:.12em;font-size:1.02rem;margin-bottom:.75rem}
.quote__text{font-size:1rem;color:var(--c-body);flex:1;margin-bottom:1.15rem}
.quote__who{display:flex;align-items:center;gap:.75rem}
.quote__av{
  width:44px;height:44px;border-radius:50%;background:var(--c-primary);color:#fff;
  display:grid;place-items:center;font-family:var(--ff-head);font-weight:700;flex:0 0 auto;
}
.quote__av img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.quote__name{font-family:var(--ff-head);font-weight:700;color:var(--c-ink);font-size:.98rem;line-height:1.25}
.quote__loc{font-size:.85rem;color:var(--c-muted)}

/* =========================================================
   7. FAQ (accordion)
   ========================================================= */
.faq{display:grid;gap:.85rem;max-width:860px;margin-inline:auto}
.faq__item{background:#fff;border:1px solid var(--c-line);border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-sm)}
.faq__q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  background:none;border:0;cursor:pointer;text-align:start;
  font-family:var(--ff-head);font-weight:700;font-size:1.03rem;color:var(--c-ink);
  padding:1.15rem 1.35rem;line-height:1.4;
}
.faq__q:hover{color:var(--c-primary)}
.faq__ic{
  flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--c-primary-soft);color:var(--c-primary);
  display:grid;place-items:center;position:relative;transition:transform .25s ease,background .2s ease;
}
.faq__ic::before,.faq__ic::after{content:"";position:absolute;background:currentColor;border-radius:2px}
.faq__ic::before{width:12px;height:2px}
.faq__ic::after{width:2px;height:12px;transition:transform .25s ease,opacity .25s ease}
.faq__q[aria-expanded="true"] .faq__ic{background:var(--c-primary);color:#fff}
.faq__q[aria-expanded="true"] .faq__ic::after{transform:rotate(90deg);opacity:0}
.faq__a{padding:0 1.35rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
.faq__a.is-open{padding:0 1.35rem 1.3rem}
.faq__a p:last-child{margin-bottom:0}

/* =========================================================
   8. CTA BANNER
   ========================================================= */
.cta-band{
  position:relative;overflow:hidden;border-radius:var(--r-lg);
  background:linear-gradient(135deg,var(--c-primary-dark),var(--c-primary));
  color:#e2efec;padding:clamp(2.25rem,1.5rem + 3vw,3.75rem);text-align:center;
}
.cta-band::after{
  content:"";position:absolute;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(201,162,39,.25),transparent 70%);
  bottom:-220px;inset-inline-start:-120px;pointer-events:none;
}
.cta-band > *{position:relative;z-index:2}
.cta-band h2{color:#fff;margin-bottom:.6rem}
.cta-band p{color:#cfe2dd;max-width:56ch;margin-inline:auto;margin-bottom:1.75rem}

/* =========================================================
   9. WHATSAPP FLOAT
   ========================================================= */
.wa-float{
  position:fixed;inset-inline-end:18px;bottom:18px;z-index:800;
  display:inline-flex;align-items:center;gap:.6rem;
  background:var(--c-wa);color:#08331b;font-family:var(--ff-head);font-weight:700;font-size:.98rem;
  padding:.85rem 1.25rem;border-radius:var(--r-pill);
  box-shadow:0 8px 26px rgba(37,211,102,.4);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.wa-float:hover{transform:translateY(-3px) scale(1.02);background:var(--c-wa-dark);color:#fff;box-shadow:0 12px 32px rgba(37,211,102,.5)}
.wa-float svg{width:26px;height:26px;flex:0 0 auto}
.wa-float__pulse{position:absolute;inset:0;border-radius:var(--r-pill);box-shadow:0 0 0 0 rgba(37,211,102,.6);animation:wapulse 2.4s infinite}
@keyframes wapulse{70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}
@media (max-width:560px){
  .wa-float{inset-inline-end:14px;bottom:14px;padding:.85rem;border-radius:50%}
  .wa-float .wa-float__label{display:none}
}

/* =========================================================
   10. PAGE HEADER / BREADCRUMB
   ========================================================= */
.page-hero{
  background:linear-gradient(150deg,var(--c-primary-dark),var(--c-primary));
  color:#dbeae6;padding-block:clamp(2.5rem,1.5rem + 4vw,4.5rem);position:relative;overflow:hidden;
}
.page-hero::after{
  content:"";position:absolute;width:380px;height:380px;border-radius:50%;
  background:radial-gradient(circle,rgba(201,162,39,.22),transparent 70%);
  top:-180px;inset-inline-end:-100px;
}
.page-hero > *{position:relative;z-index:2}
.page-hero h1{color:#fff;margin-bottom:.5rem}
.page-hero p{color:#c9dcd7;max-width:62ch;margin-bottom:0}
.breadcrumb{font-size:.87rem;color:#a9c6bf;margin-bottom:.9rem}
.breadcrumb a{color:#dbeae6}
.breadcrumb a:hover{color:var(--c-accent)}
.breadcrumb .sep{margin-inline:.45rem;opacity:.6}

/* =========================================================
   11. CONTENT / ENTRY
   ========================================================= */
.entry{font-size:1.06rem}
.entry > *:first-child{margin-top:0}
.entry h2{margin-top:2.2em}
.entry h3{margin-top:1.8em}
.entry ul li::marker{color:var(--c-primary)}
.entry img{border-radius:var(--r);box-shadow:var(--sh-sm);margin-block:1.5rem}
.entry .wp-caption-text,.entry figcaption{font-size:.88rem;color:var(--c-muted);text-align:center;margin-top:.5rem}
.alignleft{float:left;margin:.4rem 1.5rem 1rem 0}
.alignright{float:right;margin:.4rem 0 1rem 1.5rem}
.aligncenter{margin-inline:auto}
.alignwide{width:min(100vw - 2.5rem,1180px);margin-inline:auto}
.alignfull{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw)}

.layout{display:grid;gap:clamp(2rem,1.2rem + 3vw,3.5rem);grid-template-columns:1fr}
@media (min-width:1000px){.layout--sidebar{grid-template-columns:1fr 340px}}

.sticky-box{
  position:sticky;top:calc(var(--header-h) + 20px);
  background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);
  padding:1.6rem 1.5rem;box-shadow:var(--sh);
}
.sticky-box h3{font-size:1.12rem;margin-bottom:.4rem}
.sticky-box .price{font-family:var(--ff-head);font-size:1.9rem;color:var(--c-primary);font-weight:800;line-height:1;margin-bottom:.25rem}
.sticky-box .price small{display:block;font-size:.82rem;color:var(--c-muted);font-weight:600;margin-top:.35rem}
.info-list{list-style:none;padding:0;margin:1.2rem 0}
.info-list li{display:flex;gap:.7rem;align-items:flex-start;padding:.6rem 0;border-bottom:1px dashed var(--c-line);margin:0;font-size:.95rem}
.info-list li:last-child{border-bottom:0}
.info-list svg{width:1.2em;height:1.2em;color:var(--c-primary);flex:0 0 auto;margin-top:.2em}
.info-list b{color:var(--c-ink);font-family:var(--ff-head)}

.notice{
  background:var(--c-accent-soft);border:1px solid #e9d9a0;border-radius:var(--r);
  padding:1.1rem 1.3rem;font-size:.95rem;color:#5c4a10;
}
.notice p:last-child{margin-bottom:0}
.notice strong{color:#3f320a}

/* post meta */
.entry-meta{display:flex;flex-wrap:wrap;gap:.4rem 1.1rem;color:var(--c-muted);font-size:.9rem;margin-bottom:1.5rem}
.entry-meta span{display:inline-flex;align-items:center;gap:.35rem}
.entry-meta svg{width:1em;height:1em}

/* pagination */
.pagination{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-top:2.75rem}
.pagination .page-numbers{
  display:grid;place-items:center;min-width:44px;height:44px;padding:0 .8rem;
  border:1px solid var(--c-line);border-radius:var(--r-sm);font-weight:700;color:var(--c-ink);background:#fff;
}
.pagination .page-numbers:hover{border-color:var(--c-primary);color:var(--c-primary)}
.pagination .current{background:var(--c-primary);border-color:var(--c-primary);color:#fff}

/* search form */
.search-form{display:flex;gap:.5rem}
.search-form input[type="search"]{
  flex:1;padding:.8rem 1rem;border:1px solid var(--c-line);border-radius:var(--r-sm);font:inherit;font-size:.97rem;background:#fff;
}
.search-form input[type="search"]:focus{border-color:var(--c-primary);outline:none;box-shadow:0 0 0 3px var(--c-primary-soft)}

/* forms */
.form-field{margin-bottom:1.1rem}
.form-field label{display:block;font-family:var(--ff-head);font-weight:700;color:var(--c-ink);margin-bottom:.4rem;font-size:.95rem}
.form-field input,.form-field textarea,.form-field select{
  width:100%;padding:.85rem 1rem;border:1px solid var(--c-line);border-radius:var(--r-sm);
  font:inherit;font-size:1rem;background:#fff;color:var(--c-ink);
}
.form-field input:focus,.form-field textarea:focus,.form-field select:focus{
  border-color:var(--c-primary);outline:none;box-shadow:0 0 0 3px var(--c-primary-soft);
}
.form-field textarea{min-height:150px;resize:vertical}
.form-note{font-size:.85rem;color:var(--c-muted)}
.form-msg{padding:1rem 1.2rem;border-radius:var(--r);margin-bottom:1.25rem;font-size:.96rem}
.form-msg--ok{background:var(--c-primary-soft);border:1px solid #bcd9d1;color:#0a4034}
.form-msg--err{background:#fdeceb;border:1px solid #f5c2be;color:#7d2019}
.hp-field{position:absolute!important;left:-9999px}

/* contact grid */
.contact-grid{display:grid;gap:var(--gap);grid-template-columns:1fr}
@media (min-width:900px){.contact-grid{grid-template-columns:1fr 1fr}}
.contact-card{
  background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:1.6rem;box-shadow:var(--sh-sm);
  display:flex;gap:1rem;align-items:flex-start;
}
.contact-card .ic{width:46px;height:46px;border-radius:14px;background:var(--c-primary-soft);color:var(--c-primary);display:grid;place-items:center;flex:0 0 auto}
.contact-card .ic svg{width:23px;height:23px}
.contact-card h3{font-size:1.05rem;margin-bottom:.25rem}
.contact-card p{margin-bottom:0;font-size:.96rem}

/* =========================================================
   12. FOOTER
   ========================================================= */
.site-footer{background:var(--c-ink);color:#a9bab5;font-size:.96rem}
.footer__top{display:grid;gap:2.25rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));padding-block:clamp(2.75rem,2rem + 3vw,4.25rem)}
.site-footer h3{color:#fff;font-size:1.02rem;margin-bottom:1rem;letter-spacing:.01em}
.site-footer a{color:#c3d2ce}
.site-footer a:hover{color:var(--c-accent)}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:.6rem}
.footer__brand img{max-height:56px;margin-bottom:1rem;filter:brightness(0) invert(1)}
.footer__brand .brand__name{color:#fff;font-size:1.2rem;display:block;margin-bottom:.75rem}
.footer__desc{max-width:36ch;font-size:.93rem;line-height:1.7}
.footer__contact li{display:flex;gap:.6rem;align-items:flex-start}
.footer__contact svg{width:1.15em;height:1.15em;color:var(--c-accent);flex:0 0 auto;margin-top:.25em}
.footer__cta{margin-top:1.4rem;display:grid;gap:.7rem;max-width:280px}
.footer__cta-link{font-family:var(--ff-head);font-weight:700;font-size:.92rem;color:#c3d2ce}
.footer__cta-link:hover{color:var(--c-accent)}
.socials{display:flex;gap:.55rem;margin-top:1.2rem}
.socials a{
  width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.08);
  display:grid;place-items:center;color:#e0e9e7;transition:background .2s ease,transform .2s ease;
}
.socials a:hover{background:var(--c-primary);transform:translateY(-2px);color:#fff}
.socials svg{width:19px;height:19px}
.footer__bottom{
  border-top:1px solid rgba(255,255,255,.1);padding-block:1.4rem;
  display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;align-items:center;justify-content:space-between;font-size:.88rem;
}
.footer__bottom p{margin:0}
.footer__legal{display:flex;flex-wrap:wrap;gap:1.1rem}

/* =========================================================
   13. UTILITIES / ANIMATION
   ========================================================= */
.text-center{text-align:center}
.mb-0{margin-bottom:0}
.reveal{opacity:0;transform:translateY(22px)}
.reveal.is-in{opacity:1;transform:none;transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.3,1)}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}

/* WP core alignment/gallery/blocks basics */
.wp-block-image img{border-radius:var(--r)}
.wp-block-button__link{border-radius:var(--r-pill);background:var(--c-primary)}
.sticky,.bypostauthor{}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}
.gallery-item img{border-radius:var(--r)}

/* print */
@media print{
  .site-header,.site-footer,.wa-float,.topbar,.btn,.nav-toggle{display:none!important}
  body{font-size:12pt;color:#000}
}
