/*
Theme Name: eDiscovery Certification Council
Theme URI: https://www.ediscoverycertificationcouncil.org/
Author: eDiscovery Certification Council
Description: Editable WordPress theme and site bootstrap for the eDiscovery Certification Council website, Knowledge Hub, certifications, training and governance pages.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: edcc
License: GPL-2.0-or-later
*/
:root{
  --edcc-navy:#052652;--edcc-navy2:#0a3769;--edcc-green:#7ac31f;
  --edcc-purple:#704891;--edcc-ink:#182432;--edcc-muted:#5b6978;
  --edcc-bg:#f7f9fc;--edcc-line:#dce3ea;--edcc-white:#fff;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--edcc-ink);background:var(--edcc-bg);line-height:1.62}
a{color:var(--edcc-purple)}
.edcc-wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{background:#fff;border-bottom:1px solid var(--edcc-line);position:relative;z-index:30}
.edcc-brand-row{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.edcc-brand{display:flex;align-items:center;gap:13px;text-decoration:none;color:var(--edcc-navy)}
.edcc-mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--edcc-navy);border:4px solid var(--edcc-purple);color:#fff;font-weight:900}
.edcc-brand strong{display:block;font-size:17px;line-height:1.1}
.edcc-brand small{display:block;color:var(--edcc-muted);margin-top:3px}
.primary-nav ul{display:flex;gap:20px;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0}
.primary-nav a{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.035em;color:var(--edcc-navy);text-decoration:none}
.primary-nav a:hover{color:var(--edcc-purple)}
.edcc-hero{background:linear-gradient(130deg,var(--edcc-navy),var(--edcc-navy2));color:#fff;padding:64px 0}
.edcc-hero .kicker{color:var(--edcc-green);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.edcc-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.05;margin:10px 0 15px;color:#fff}
.edcc-hero p{font-size:18px;color:#e1ebf4;max-width:900px;margin:0}
.edcc-content{padding:56px 0 80px}
.edcc-content .entry-content{background:#fff;border:1px solid var(--edcc-line);border-radius:16px;padding:clamp(22px,4vw,46px);box-shadow:0 8px 28px rgba(5,38,82,.04)}
.entry-content h2,.entry-content h3{color:var(--edcc-navy);line-height:1.2}
.entry-content h2{margin-top:38px;font-size:30px}
.entry-content h3{font-size:21px}
.entry-content .wp-block-button__link,.edcc-btn{background:var(--edcc-purple);color:#fff;border-radius:8px;padding:12px 18px;text-decoration:none;font-weight:800}
.entry-content .is-style-edcc-green .wp-block-button__link{background:var(--edcc-green);color:var(--edcc-navy)}
.edcc-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:26px 0}
.edcc-card{border:1px solid var(--edcc-line);border-radius:14px;padding:22px;background:#fff}
.edcc-card h3{margin-top:0}
.edcc-card a{font-weight:800}
.edcc-answer{border-left:4px solid var(--edcc-green);background:#f7fbf1;border-radius:9px;padding:18px 20px;margin:24px 0}
.edcc-note{border-left:4px solid var(--edcc-purple);background:#f7f3fa;border-radius:9px;padding:18px 20px;margin:24px 0}
.edcc-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
.edcc-chip{background:#f4eef8;border:1px solid #dfd3e8;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;color:var(--edcc-navy)}
.edcc-site-footer{background:var(--edcc-navy);color:#dbe7f1;padding:42px 0}
.edcc-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:25px}
.edcc-site-footer a{color:#fff}
.edcc-site-footer h3{color:#fff;margin-top:0}
.edcc-copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:20px;font-size:12px}
.edcc-search{max-width:760px;margin:30px auto}
.edcc-search input{width:100%;padding:14px 16px;border:1px solid var(--edcc-line);border-radius:10px;font-size:16px}
@media(max-width:900px){.edcc-card-grid{grid-template-columns:repeat(2,1fr)}.primary-nav{display:none}.edcc-footer-grid{grid-template-columns:1fr}}
@media(max-width:620px){.edcc-card-grid{grid-template-columns:1fr}.edcc-wrap{width:min(100% - 28px,1180px)}}
