/*
Theme Name: Direct Forklift Training
Theme URI: https://www.directforklifttraining.co.uk
Author: Direct Forklift Training
Description: A fast, SEO-optimised, conversion-focused theme for Direct Forklift Training. Onsite forklift training across Greater London. Contact form above the fold, LocalBusiness + FAQ schema, fully responsive.
Version: 2.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: direct-forklift-training
*/

/* ============================================================
   PALETTE — built on the 60/30/10 principle
   60%  canvas + white ...... calm neutral base, does the heavy lifting
   30%  navy ................ structure: header, footer, headings, one band
   10%  gold ................ RESERVED for primary CTAs and small accents
   Gold never fills a large area. That's what makes it work as a signal.
   ============================================================ */
:root{
  /* 60 — canvas */
  --canvas:     #F7F8FA;
  --canvas-alt: #FFFFFF;
  --white:      #FFFFFF;

  /* 30 — navy structure */
  --navy:       #1B2A4D;
  --navy-deep:  #13203C;
  --navy-soft:  #24365E;
  --navy-tint:  #EEF1F6;

  /* 10 — gold accent (CTAs only) */
  --gold:       #F5B622;
  --gold-hover: #E0A50F;
  --gold-tint:  #FDF5E2;

  /* Supporting neutrals */
  --ink:        #1E2536;
  --body:       #414B60;
  --muted:      #6B7488;
  --line:       #E4E9F0;
  --line-soft:  #EFF2F7;
  --steel:      #4A6087;   /* quiet tertiary — eyebrows, small labels */
  --green:      #1B8A4B;   /* verification ticks */
  --green-tint: #E7F5EC;

  --radius:     14px;
  --radius-sm:  10px;
  --shadow-xs:  0 1px 2px rgba(27,42,77,.05);
  --shadow-sm:  0 2px 10px -4px rgba(27,42,77,.12);
  --shadow:     0 14px 34px -20px rgba(27,42,77,.28);
  --container:  1140px;

  --font-display: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-body:    "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* ============================================================
   BASE
   ============================================================ */
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--body);
  background:var(--canvas);
  line-height:1.68;          /* generous — reduces reading strain */
  font-size:17px;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:var(--navy); text-decoration:none; }
a:hover{ text-decoration:underline; }
h1,h2,h3,h4{ font-family:var(--font-display); line-height:1.18; margin:0 0 .45em; color:var(--navy); letter-spacing:-.015em; }
h1{ font-size:clamp(2rem, 4.4vw, 3.05rem); font-weight:700; }
h2{ font-size:clamp(1.55rem, 3vw, 2.15rem); font-weight:700; }
h3{ font-size:1.2rem; font-weight:600; }
p{ margin:0 0 1rem; }
ul{ margin:0; padding:0; }
strong{ color:var(--ink); font-weight:600; }

.container{ width:100%; max-width:var(--container); margin:0 auto; padding:0 24px; }

:focus-visible{ outline:3px solid var(--gold); outline-offset:2px; border-radius:4px; }
.skip-link{ position:absolute; left:-9999px; top:0; z-index:1000; background:var(--gold); color:var(--navy); padding:12px 18px; font-weight:600; border-radius:0 0 8px 0; }
.skip-link:focus{ left:0; }
.sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }

/* Small structural accents — the only decorative gold on the page */
.rule{ height:3px; width:52px; border-radius:3px; background:var(--gold); }
.rule--center{ margin-left:auto; margin-right:auto; }
.eyebrow{
  display:inline-block; font-family:var(--font-display); font-weight:600;
  text-transform:uppercase; letter-spacing:.13em; font-size:.75rem;
  color:var(--steel); margin-bottom:.55rem;
}
.eyebrow--light{ color:#9FB0CC; }

/* ============================================================
   BUTTONS — gold appears here, and almost nowhere else
   ============================================================ */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.5em;
  font-family:var(--font-display); font-weight:600; font-size:1rem;
  padding:14px 26px; border-radius:8px; border:1.5px solid transparent;
  cursor:pointer; transition:background .18s ease, border-color .18s ease, box-shadow .18s ease;
  text-decoration:none; line-height:1.2;
}
.btn:hover{ text-decoration:none; }
.btn--primary{ background:var(--gold); color:var(--navy); box-shadow:var(--shadow-sm); }
.btn--primary:hover{ background:var(--gold-hover); }
.btn--navy{ background:var(--navy); color:#fff; }
.btn--navy:hover{ background:var(--navy-deep); }
.btn--outline{ background:transparent; color:var(--navy); border-color:var(--line); }
.btn--outline:hover{ border-color:var(--navy); background:var(--white); }
.btn--ghost{ background:transparent; color:#fff; border-color:rgba(255,255,255,.3); }
.btn--ghost:hover{ background:rgba(255,255,255,.08); }
.btn--block{ width:100%; }
.btn--lg{ padding:16px 30px; font-size:1.05rem; }

/* ============================================================
   HEADER
   ============================================================ */
.topbar{
  background:var(--white); border-bottom:1px solid var(--line);
  font-size:.87rem; color:var(--muted);
}
.topbar .container{ display:flex; flex-wrap:wrap; gap:4px 20px; align-items:center; justify-content:center; padding-top:9px; padding-bottom:9px; }
.topbar a{ color:var(--navy); font-weight:600; }
.topbar a:hover{ text-decoration:underline; }
.topbar .dot{ opacity:.35; }
.topbar .tb-badge{ color:var(--muted); }
.topbar .tb-dotgold{ display:inline-block; width:7px; height:7px; border-radius:50%; background:var(--gold); margin-right:7px; vertical-align:middle; }

.site-header{ position:sticky; top:0; z-index:100; background:var(--navy); }
.nav{ display:flex; align-items:center; justify-content:space-between; gap:18px; padding:15px 0; }
.brand{ display:flex; align-items:center; gap:11px; text-decoration:none; }
.brand:hover{ text-decoration:none; }
.brand .mark{ width:42px; height:42px; background:#fff; border-radius:9px; display:grid; place-items:center; flex:none; }
.brand .mark svg{ width:30px; height:30px; }
.brand .wordmark{ font-family:var(--font-display); font-weight:700; color:#fff; line-height:1.05; font-size:.98rem; letter-spacing:-.005em; }
.brand .wordmark span{ display:block; }

.nav-menu{ display:flex; align-items:center; gap:25px; list-style:none; }
.nav-menu a{ color:#D6DEEC; font-family:var(--font-display); font-weight:500; font-size:.98rem; padding:6px 2px; }
.nav-menu a:hover{ color:#fff; text-decoration:none; }
.nav-menu .current-menu-item>a,.nav-menu .current_page_item>a{ color:#fff; }
.nav-actions{ display:flex; align-items:center; gap:14px; }
.nav-phone{ color:#fff; font-family:var(--font-display); font-weight:600; font-size:1.08rem; white-space:nowrap; }
.nav-phone:hover{ text-decoration:none; opacity:.85; }

.nav-toggle{ display:none; background:transparent; border:1.5px solid rgba(255,255,255,.28); border-radius:7px; padding:8px 10px; cursor:pointer; }
.nav-toggle span{ display:block; width:21px; height:2px; background:#fff; margin:4px 0; border-radius:2px; }

/* ============================================================
   HERO — light canvas. Calm, high-contrast type, one gold CTA.
   ============================================================ */
.hero{ background:var(--canvas); border-bottom:1px solid var(--line); position:relative; overflow:hidden; }
.hero-mark{ position:absolute; right:-60px; bottom:-40px; width:min(440px,42%); opacity:.035; pointer-events:none; }
.hero .container{ position:relative; z-index:2; display:grid; grid-template-columns:1.08fr .92fr; gap:56px; align-items:center; padding-top:58px; padding-bottom:58px; }
.hero h1{ color:var(--navy); }
.hero-lead{ font-size:1.14rem; color:var(--body); max-width:38ch; margin-bottom:1.5rem; }

.hero-points{ list-style:none; margin:0 0 1.7rem; }
.hero-points li{
  display:flex; align-items:flex-start; gap:11px; margin-bottom:11px;
  font-size:1rem; color:var(--ink); font-weight:500;
}
.hero-points .tk{
  width:22px; height:22px; border-radius:50%; background:var(--green);
  display:grid; place-items:center; flex:none; margin-top:2px;
}
.hero-points .tk svg{ width:13px; height:13px; }

/* Horizontal proof bar — shows ABOVE the form on mobile */
.hero-proof{
  display:none; list-style:none; margin:0 0 16px; padding:0;
  gap:8px; flex-wrap:wrap; justify-content:center;
}
.hero-proof li{
  display:inline-flex; align-items:center; gap:6px;
  background:var(--white); border:1px solid var(--line);
  border-radius:999px; padding:7px 13px;
  font-family:var(--font-display); font-weight:600; font-size:.82rem; color:var(--navy);
  box-shadow:var(--shadow-xs);
}
.hero-proof .tkg{
  width:15px; height:15px; border-radius:50%; background:var(--green);
  display:grid; place-items:center; flex:none;
}
.hero-proof .tkg svg{ width:9px; height:9px; }
.hero-cta{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; }

/* ---- Contact form card ---- */
.quote-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:26px 24px 22px; box-shadow:var(--shadow);
}
.quote-card h2{ font-size:1.42rem; margin-bottom:.2rem; }
.quote-card .qc-sub{ color:var(--muted); font-size:.94rem; margin-bottom:1.2rem; }
.field{ margin-bottom:14px; }
.field label{ display:block; font-family:var(--font-display); font-weight:500; font-size:.85rem; margin-bottom:6px; color:var(--ink); }
.field input,.field textarea{
  width:100%; padding:12px 14px; border:1.5px solid var(--line); border-radius:8px;
  font-family:var(--font-body); font-size:1rem; color:var(--ink); background:var(--white);
  transition:border-color .15s ease, box-shadow .15s ease;
}
.field input::placeholder,.field textarea::placeholder{ color:#A6AEBF; }
.field input:focus,.field textarea:focus{ outline:none; border-color:var(--navy); box-shadow:0 0 0 3px rgba(27,42,77,.09); }
.field textarea{ resize:vertical; min-height:86px; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:0 12px; }
.qc-hp{ position:absolute; left:-9999px; opacity:0; height:0; width:0; }
.qc-fine{ font-size:.8rem; color:var(--muted); text-align:center; margin:12px 0 0; }
.qc-fine a{ font-weight:600; }

.form-note{ border-radius:8px; padding:12px 14px; font-size:.92rem; margin-bottom:14px; }
.form-note.ok{ background:#EDF7F0; color:#1B5E38; border:1px solid #C6E5D2; }
.form-note.err{ background:#FCEEEE; color:#8E2727; border:1px solid #EFCBCB; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust{ background:var(--white); border-bottom:1px solid var(--line); }
.trust .container{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:14px 34px; padding-top:20px; padding-bottom:20px; }
.trust .t-label{ font-size:.78rem; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); font-family:var(--font-display); font-weight:600; }
.trust .badge{
  font-family:var(--font-display); font-weight:700; color:var(--navy);
  border:1px solid var(--line); border-radius:8px; padding:8px 15px; font-size:1rem; background:var(--white);
}
.trust .badge small{ display:block; font-size:.58rem; font-weight:600; letter-spacing:.1em; color:var(--muted); text-align:center; margin-top:1px; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section{ padding:74px 0; }
.section--white{ background:var(--white); }
.section--canvas{ background:var(--canvas); }
.section--navy{ background:var(--navy); color:#C8D3E5; }
.section--navy h2,.section--navy h3{ color:#fff; }
.section-head{ max-width:660px; margin:0 auto 46px; text-align:center; }
.section-head h2{ margin-bottom:.5rem; }
.section-head p{ color:var(--muted); font-size:1.06rem; margin:0; }
.section--navy .section-head p{ color:#A9B8D1; }
.section-head .rule{ margin:16px auto 0; }

/* Cards */
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:30px 26px; box-shadow:var(--shadow-xs); transition:box-shadow .2s ease, border-color .2s ease;
}
.card:hover{ box-shadow:var(--shadow-sm); border-color:#D6DEEA; }
.card .ic{
  width:46px; height:46px; border-radius:11px; display:grid; place-items:center; margin-bottom:16px;
  background:var(--navy-tint); color:var(--navy);
}
.card .ic svg{ width:24px; height:24px; }
.card h3{ margin-bottom:.4rem; }
.card p{ color:var(--muted); margin:0; font-size:.97rem; }

/* Stats band (the one navy moment mid-page) */
.statband{ display:grid; grid-template-columns:repeat(3,1fr); gap:34px; text-align:center; }
.statband .s-num{ font-family:var(--font-display); font-weight:700; font-size:2.5rem; color:var(--gold); line-height:1; margin-bottom:8px; }
.statband .s-lbl{ color:#A9B8D1; font-size:.98rem; }

/* Chips */
.chips{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; max-width:840px; margin:0 auto; }
.chip{
  display:inline-flex; align-items:center; gap:8px; background:var(--white);
  border:1px solid var(--line); border-radius:8px; padding:11px 17px;
  font-family:var(--font-display); font-weight:500; color:var(--navy); font-size:.97rem;
  box-shadow:var(--shadow-xs);
}
.chip .tk{ width:16px; height:16px; border-radius:50%; background:var(--gold-tint); display:grid; place-items:center; flex:none; }
.chip .tk svg{ width:10px; height:10px; }

/* Levels */
.levels{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; max-width:940px; margin:0 auto; }
.level{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius-sm); padding:22px 18px; text-align:center; }
.level .lv-k{ font-family:var(--font-display); font-weight:600; color:var(--steel); font-size:.72rem; letter-spacing:.13em; text-transform:uppercase; margin-bottom:7px; }
.level h3{ font-size:1.08rem; margin:0; }

/* Process */
.steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.step .snum{
  width:38px; height:38px; border-radius:9px; background:var(--navy-tint); color:var(--navy);
  font-family:var(--font-display); font-weight:700; font-size:1.05rem; display:grid; place-items:center; margin-bottom:14px;
}
.step h3{ font-size:1.1rem; margin-bottom:.35rem; }
.step p{ color:var(--muted); margin:0; font-size:.95rem; }

/* CTA band — neutral, with a single gold button */
.ctaband{ background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.ctaband .container{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:24px; padding-top:48px; padding-bottom:48px; }
.ctaband h2{ margin:0 0 .3rem; }
.ctaband p{ color:var(--muted); margin:0; }
.cb-actions{ display:flex; flex-wrap:wrap; gap:12px; }

/* ============================================================
   CONTENT PAGES
   ============================================================ */
.page-hero{ background:var(--canvas); border-bottom:1px solid var(--line); padding:60px 0 54px; text-align:center; }
.page-hero p{ color:var(--body); max-width:62ch; margin:.7rem auto 0; font-size:1.08rem; }
.page-hero .rule{ margin:18px auto 0; }
.prose{ max-width:740px; margin:0 auto; }
.prose h2{ margin-top:1.7em; }
.prose ul{ padding-left:1.2em; margin:0 0 1.2em; }
.prose ul li{ margin-bottom:.55em; list-style:disc; }
.svc-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.svc{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:var(--shadow-xs); }
.svc h3{ margin-bottom:.35rem; }
.svc p{ color:var(--muted); margin:0; }

/* ============================================================
   AREAS
   ============================================================ */
.area-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.area-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:26px 24px; box-shadow:var(--shadow-xs);
}
.area-card h3{ margin-bottom:.4rem; font-size:1.16rem; }
.area-card > p{ color:var(--muted); font-size:.95rem; margin-bottom:1.05rem; }
.area-tag{
  display:inline-block; font-family:var(--font-display); font-weight:600;
  font-size:.7rem; letter-spacing:.12em; text-transform:uppercase;
  color:var(--steel); background:var(--navy-tint);
  border-radius:5px; padding:4px 10px; margin-bottom:13px;
}
.area-list{ display:flex; flex-wrap:wrap; gap:6px; list-style:none; padding:0; margin:0; }
.area-list li{
  font-size:.85rem; font-weight:500; color:var(--body);
  background:var(--canvas); border:1px solid var(--line-soft);
  border-radius:6px; padding:5px 9px;
}
.area-note{
  margin:34px auto 0; max-width:740px; text-align:center;
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:24px 28px; color:var(--muted); font-size:1rem;
}

.sector-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.sector{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius-sm); padding:22px 20px; box-shadow:var(--shadow-xs); }
.sector h3{ font-size:1.02rem; margin-bottom:.35rem; }
.sector p{ color:var(--muted); font-size:.91rem; margin:0; }

/* ============================================================
   FAQ
   ============================================================ */
.faq{ max-width:800px; margin:0 auto; }
.faq-item{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius-sm); margin-bottom:10px; overflow:hidden; }
.faq-item summary{
  cursor:pointer; list-style:none; padding:17px 21px;
  font-family:var(--font-display); font-weight:500; font-size:1.02rem; color:var(--navy);
  display:flex; justify-content:space-between; align-items:center; gap:14px;
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:"+"; font-size:1.35rem; font-weight:400; color:var(--steel); line-height:1; flex:none; }
.faq-item[open] summary::after{ content:"−"; }
.faq-item[open] summary{ border-bottom:1px solid var(--line-soft); }
.faq-item p{ padding:15px 21px 19px; margin:0; color:var(--muted); font-size:.98rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{ background:var(--navy); color:#A9B8D1; padding:56px 0 24px; font-size:.94rem; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.15fr; gap:34px; margin-bottom:32px; }
.site-footer h4{ color:#fff; font-size:.98rem; margin-bottom:14px; font-weight:600; }
.site-footer a{ color:#A9B8D1; }
.site-footer a:hover{ color:#fff; text-decoration:none; }
.footer-links{ list-style:none; }
.footer-links li{ margin-bottom:9px; }
.footer-brand .brand{ margin-bottom:14px; }
.footer-brand p{ font-size:.92rem; color:#94A5C1; max-width:36ch; }
.footer-accred{ display:flex; gap:9px; flex-wrap:wrap; }
.footer-accred span{ border:1px solid rgba(255,255,255,.18); border-radius:6px; padding:5px 11px; font-family:var(--font-display); font-weight:600; font-size:.78rem; color:#D6DEEC; }
.footer-contact li{ list-style:none; margin-bottom:10px; display:flex; gap:9px; align-items:flex-start; }
.footer-contact svg{ width:17px; height:17px; flex:none; margin-top:4px; color:var(--gold); }
.footer-areas{ border-top:1px solid rgba(255,255,255,.1); padding:20px 0 4px; }
.footer-areas h4{ font-size:.78rem; text-transform:uppercase; letter-spacing:.12em; color:#8496B5; margin-bottom:9px; }
.footer-areas p{ font-size:.82rem; line-height:1.95; color:#8496B5; margin:0; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); padding-top:18px; margin-top:16px; display:flex; flex-wrap:wrap; gap:8px 18px; justify-content:space-between; font-size:.84rem; color:#8496B5; }

/* ============================================================
   STICKY CALL BAR (mobile)
   ============================================================ */
.stickybar{ position:fixed; left:0; right:0; bottom:0; z-index:120; display:none; box-shadow:0 -2px 14px -4px rgba(27,42,77,.22); }
.stickybar a{
  flex:1; display:flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--font-display); font-weight:600; font-size:1rem; padding:14px 10px; text-decoration:none;
}
.stickybar a:hover{ text-decoration:none; }
.stickybar svg{ width:18px; height:18px; }
.sb-call{ background:var(--navy); color:#fff; }
.sb-quote{ background:var(--gold); color:var(--navy); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px){
  .hero .container{ grid-template-columns:1fr; gap:36px; padding-top:44px; padding-bottom:48px; }
  .quote-card{ order:-1; }          /* form first on mobile */
  .hero-proof{ display:flex; order:-2; }   /* ...but proof points sit above it */
  .hero .container{ padding-top:34px; }
  .grid-3,.levels,.steps,.svc-grid,.area-grid{ grid-template-columns:1fr 1fr; }
  .sector-grid{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 720px){
  .nav-menu, .nav-phone{ display:none; }
  .nav-menu.open{
    display:flex; position:absolute; left:0; right:0; top:100%; flex-direction:column; gap:0;
    background:var(--navy); padding:6px 24px 16px; border-bottom:3px solid var(--gold);
  }
  .nav-menu.open a{ padding:13px 0; border-bottom:1px solid rgba(255,255,255,.08); width:100%; }
  .nav-toggle{ display:block; }
  .section{ padding:54px 0; }
  .grid-3,.levels,.steps,.svc-grid,.area-grid,.statband{ grid-template-columns:1fr; }
  .statband{ gap:26px; }
  .footer-grid{ grid-template-columns:1fr; gap:26px; }
  .ctaband .container{ flex-direction:column; text-align:center; align-items:center; }
  .stickybar{ display:flex; }
  body{ padding-bottom:56px; }
  .site-footer{ padding-bottom:30px; }
}
@media (max-width: 430px){
  .sector-grid{ grid-template-columns:1fr; }
  .field-row{ grid-template-columns:1fr; }
}

@media (prefers-reduced-motion: reduce){
  *{ animation:none !important; transition:none !important; scroll-behavior:auto !important; }
}

/* ============================================================
   COURSE DETAIL CARDS (First Aid page)
   ============================================================ */
.course-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.course-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:28px 26px; box-shadow:var(--shadow-xs); display:flex; flex-direction:column;
}
.course-card .cc-tag{
  display:inline-block; align-self:flex-start; font-family:var(--font-display); font-weight:600;
  font-size:.68rem; letter-spacing:.12em; text-transform:uppercase;
  color:var(--steel); background:var(--navy-tint); border-radius:5px; padding:4px 10px; margin-bottom:13px;
}
.course-card h3{ font-size:1.14rem; margin-bottom:.5rem; }
.course-card > p{ color:var(--muted); font-size:.95rem; margin-bottom:1rem; }
.cc-meta{ list-style:none; margin:0 0 1.1rem; padding:0; border-top:1px solid var(--line-soft); }
.cc-meta li{
  display:flex; justify-content:space-between; gap:14px; padding:9px 0;
  border-bottom:1px solid var(--line-soft); font-size:.9rem;
}
.cc-meta .k{ color:var(--muted); }
.cc-meta .v{ color:var(--ink); font-weight:600; text-align:right; }
.course-card .cc-foot{ margin-top:auto; }

/* Partner callout */
.partner{
  background:var(--white); border:1px solid var(--line); border-left:4px solid var(--gold);
  border-radius:var(--radius); padding:30px 32px; max-width:900px; margin:0 auto;
}
.partner h3{ margin-bottom:.5rem; }
.partner p{ color:var(--muted); }
.partner p:last-of-type{ margin-bottom:0; }
.partner-facts{ display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 0; list-style:none; padding:0; }
.partner-facts li{
  font-size:.85rem; font-weight:500; color:var(--body);
  background:var(--canvas); border:1px solid var(--line-soft); border-radius:6px; padding:6px 11px;
}

/* Keyword-rich prose block */
.seo-prose{ max-width:820px; margin:0 auto; }
.seo-prose p{ color:var(--body); }
.seo-prose h3{ margin-top:1.5em; font-size:1.1rem; }

/* Two-column "which course" helper */
.pick-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; max-width:900px; margin:0 auto; }
.pick{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius-sm); padding:24px; }
.pick h3{ font-size:1.05rem; margin-bottom:.35rem; }
.pick p{ color:var(--muted); font-size:.94rem; margin:0; }

@media (max-width: 980px){
  .course-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 720px){
  .course-grid, .pick-grid{ grid-template-columns:1fr; }
  .partner{ padding:24px 22px; }
}

/* Chip that is also a link */
a.chip{ text-decoration:none; transition:border-color .15s ease; }
a.chip:hover{ text-decoration:none; border-color:var(--navy); }

/* ============================================================
   LEGAL / COMPANY DETAILS BLOCK
   ============================================================ */
.legal-details{
  max-width:800px; margin:40px auto 0; background:var(--canvas);
  border:1px solid var(--line); border-radius:var(--radius); padding:26px 28px;
}
.legal-details h3{ font-size:1.05rem; margin-bottom:14px; }
.legal-details ul{ list-style:none; margin:0; padding:0; }
.legal-details li{
  display:flex; flex-wrap:wrap; justify-content:space-between; gap:6px 18px;
  padding:10px 0; border-bottom:1px solid var(--line-soft); font-size:.94rem;
}
.legal-details li:last-child{ border-bottom:0; }
.legal-details .k{ color:var(--muted); }
.legal-details .v{ color:var(--ink); font-weight:500; text-align:right; }

/* Deep-linked policy section highlights briefly when jumped to */
.faq-item:target{ border-color:var(--gold); }
.faq-item:target summary{ background:var(--gold-tint); }

/* Key terms callout */
.terms-key{
  max-width:800px; margin:0 auto 26px; background:var(--white);
  border:1px solid var(--line); border-left:4px solid var(--gold);
  border-radius:var(--radius); padding:24px 26px;
}
.terms-key h3{ font-size:1.05rem; margin-bottom:.4rem; }
.terms-key > p{ color:var(--muted); font-size:.95rem; margin-bottom:1rem; }
.terms-key ul{ padding-left:1.15em; margin:0; }
.terms-key li{ list-style:disc; margin-bottom:.7em; font-size:.95rem; color:var(--body); }
.terms-key li:last-child{ margin-bottom:0; }

/* ============================================================
   REAL LOGO ASSETS
   ============================================================ */
.brand-logo{ height:42px; width:auto; display:block; }
.site-footer .brand-logo{ height:46px; }
.custom-logo{ height:42px; width:auto; display:block; }

.trust .t-logo{ height:44px; width:auto; opacity:.9; transition:opacity .18s ease; }
.trust .t-logo:hover{ opacity:1; }

.footer-accred{ align-items:center; }
.footer-accred img{
  height:34px; width:auto; background:#fff; border-radius:5px; padding:4px 7px;
}

@media (max-width: 720px){
  .brand-logo, .custom-logo{ height:36px; }
  .trust .t-logo{ height:34px; }
  .trust .container{ gap:12px 20px; }
}

/* Course meta line on level cards */
.svc-meta{ font-size:.88rem; color:var(--muted); margin:.9rem 0 0; padding-top:.8rem; border-top:1px solid var(--line-soft); }
.svc-meta strong{ color:var(--ink); }
.svc .area-tag{ margin-bottom:10px; }

/* ============================================================
   COURSE IMAGES
   ============================================================ */
.course-card .cc-img{
  margin:-28px -26px 18px; border-bottom:1px solid var(--line);
  border-radius:var(--radius) var(--radius) 0 0; overflow:hidden; background:#fff;
}
.course-card .cc-img img{ width:100%; height:auto; aspect-ratio:3/2; object-fit:contain; display:block; }

/* ============================================================
   SOCIAL + WHATSAPP
   ============================================================ */
.social-links{ display:flex; gap:10px; margin-top:16px; }
.social-links a{
  width:38px; height:38px; border-radius:9px; display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.2); color:#D6DEEC; transition:background .18s ease, color .18s ease;
}
.social-links a:hover{ background:rgba(255,255,255,.12); color:#fff; text-decoration:none; }
.social-links svg{ width:19px; height:19px; }

.topbar .tb-wa{ color:#128C7E; font-weight:600; display:inline-flex; align-items:center; gap:5px; }
.topbar .tb-wa svg{ width:15px; height:15px; }

.stickybar .sb-wa{ background:#25D366; color:#0B3E2C; flex:0 0 22%; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.quotes{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.quote{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:26px 24px; box-shadow:var(--shadow-xs); display:flex; flex-direction:column;
}
.quote .stars{ color:var(--gold); font-size:1.02rem; letter-spacing:2px; margin-bottom:10px; }
.quote p{ color:var(--body); font-size:.97rem; margin:0 0 14px; }
.quote .who{ margin-top:auto; font-family:var(--font-display); font-weight:600; font-size:.86rem; color:var(--muted); }

@media (max-width: 980px){ .quotes{ grid-template-columns:1fr 1fr; } }
@media (max-width: 720px){ .quotes{ grid-template-columns:1fr; } }
