.ak-home{
  --primary:#11142e;
  --primary-soft:#151943;
  --accent:#f4b41a;
  --accent-soft:#ffd773;
  --text:#f5f7ff;
  --muted:#a4acc3;
  --border-subtle:rgba(255,255,255,.06);

  background:radial-gradient(circle at top left,#1c214d 0,#050618 45%,#020312 100%);
  color:var(--text);
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif;
  padding:42px 20px 0px;

  width:100%;
  max-width:100%;
  margin:0;
  box-sizing:border-box;
}
.ak-home *{box-sizing:border-box}

/* FORCE HERO TITLE WHITE */
.ak-home h1,
.ak-home .hero h1{color:#fff}

/* AK TOP MENU */
.ak-home .ak-menu{
  position:sticky;
  top:0;
  z-index:999;

  background:radial-gradient(circle at top left,#1c214d 0,#050618 45%,#020312 100%);
  border-bottom:1px solid rgba(255,255,255,.08);

  padding:18px 20px;
  margin:-42px -20px 0;
}
.ak-home .ak-menu-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

/* LOGO */
.ak-home .ak-menu-logo img{
  height:56px;
  width:auto;
  display:block;
}

/* DESKTOP LINKS */
.ak-home .ak-menu-nav{
  display:flex;
  align-items:center;
  gap:26px;
}
.ak-home .ak-menu-nav a{
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
  text-decoration:none;
  transition:color .25s ease;
  white-space:nowrap;
}
.ak-home .ak-menu-nav a:hover{color:var(--accent)}

/* MOBILE HAMBURGER */
.ak-home .ak-menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(9,12,40,.35);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  padding:0;
}
.ak-home .ak-menu-toggle svg{width:22px;height:22px;fill:#fff}

/* MOBILE DROPDOWN PANEL */
.ak-home .ak-mobile-nav{
  display:none;
  position:absolute;
  left:0;
  right:0;
  top:100%;
  background:radial-gradient(circle at top left,#1c214d 0,#050618 45%,#020312 100%);
  border-bottom:1px solid rgba(255,255,255,.10);
  padding:12px 16px 16px;
}
.ak-home .ak-mobile-nav a{
  display:block;
  padding:12px 10px;
  border-radius:12px;
  text-decoration:none;
  color:#e9eeff;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(9,12,40,.25);
  margin:8px 0;
}
.ak-home .ak-mobile-nav a:hover{color:var(--accent);border-color:rgba(244,180,26,.35)}

/* open state */
.ak-home .ak-menu.is-open .ak-mobile-nav{display:block}

/* HARD SPACER */
.ak-home .ak-menu-gap{height:34px}

/* TEXT RESET */
.ak-home h1,
.ak-home p,
.ak-home span,
.ak-home strong{
  margin:0 0 14px 0;
  line-height:1.7;
}
.ak-home h1{
  font-size:clamp(32px,4.6vw,48px);
  font-weight:700;
  text-transform:uppercase;
}
.ak-home p{font-size:15px;color:var(--muted)}

/* BADGE (WELCOME) */
.ak-home .badge{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--accent);

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  line-height:1;
  margin:0 0 18px 0;
}
.ak-home .badge::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--accent);
  display:block;
  flex-shrink:0;
}

/* TAGS */
.ak-home .top-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:24px;
}
.ak-home .top-tag{
  border-radius:999px;
  border:1px solid var(--border-subtle);
  padding:6px 12px;
  font-size:12px;
  background:rgba(10,14,48,.8);
  color:var(--muted);
}


/* MENU ACTIVE STATE */
.ak-home .ak-menu-nav a.active,
.ak-home .ak-mobile-nav a.active{
  color:var(--accent) !important;
}
/* HERO */
.ak-home .hero{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(0,1.2fr);
  gap:40px;
  align-items:center;
  margin-bottom:40px;
}
.ak-home .hero-lead{font-size:18px;color:#e4e8ff}
.ak-home .hero-highlight{font-size:15px;color:var(--muted)}
.ak-home .hero-quote{font-size:16px;color:var(--accent-soft);margin-top:18px}

/* BUTTONS */
.ak-home .btn-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.ak-home .btn-primary,
.ak-home .btn-ghost{
  padding:10px 22px;
  border-radius:999px;
  font-size:14px;
  text-decoration:none;
}
.ak-home .btn-primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-soft));
  color:#11142e;
  font-weight:600;
}
.ak-home .btn-ghost{
  border:1px solid var(--border-subtle);
  background:rgba(9,12,40,.8);
  color:var(--text);
}

/* SOCIAL ICONS */
.ak-home .social-icons{
  display:flex;
  gap:10px;
  margin-top:22px;
}
.ak-home .social-icons a{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid var(--border-subtle);
  background:rgba(9,12,40,.55);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ak-home .social-icons svg{width:18px;height:18px;fill:var(--muted)}
.ak-home .social-icons a:hover svg{fill:var(--accent)}

/* RIGHT IMAGE */
.ak-home .hero-image{width:100%;max-width:420px;margin-left:auto}
.ak-home .hero-image img{width:100%;border-radius:26px;display:block}

/* DASH BEFORE EACH SECTION TITLE */
.ak-home #how-ali-creates-value .value-title::before,
.ak-home #speaking .sc-title::before,
.ak-home #books .bk-title::before,
.ak-home #boards-founders .bf-title::before,
.ak-home #entrepreneur .eg-title::before,
.ak-home #about .ab-title::before,
.ak-home #contact .ct-title::before,
.ak-home #blog .bl-title::before{
  content:"— ";
  color:#11142e;
  font-weight:900;
}

/* ABOUT */
.ak-home #about{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #about .ab-wrap{max-width:1200px;margin:0 auto}
.ak-home #about .ab-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #about .ab-headline{
  font-size:clamp(26px,3.8vw,40px);
  font-weight:900;
  color:#11142e;
  margin:0 0 6px 0;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.ak-home #about .ab-sub{
  font-size:15px;
  margin:0 0 14px 0;
  color:#333;
  max-width:980px;
}
.ak-home #about .ab-quote{
  margin:8px 0 18px 0;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(244,180,26,.14);
  border:1px solid rgba(244,180,26,.25);
  color:#11142e;
  font-weight:800;
  font-size:14px;
  display:inline-flex;
  max-width:100%;
}
.ak-home #about .ab-content p{
  font-size:15px;
  color:#333;
  margin:0 0 14px 0;
  max-width:980px;
}
.ak-home #about .ab-profile{margin-top:18px}
.ak-home #about .ab-kicker{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:#11142e;
  margin:0 0 12px 0;
}
.ak-home #about .ab-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.ak-home #about .ab-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #about .ab-label{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:#666;
  margin:0 0 8px 0;
}
.ak-home #about .ab-value{
  font-size:14px;
  font-weight:800;
  color:#11142e;
  margin:0;
  line-height:1.4;
}

@media (max-width: 980px){
  .ak-home #about .ab-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 520px){
  .ak-home #about .ab-grid{grid-template-columns:1fr}
}

/* ================== KEY GOVERNANCE & LEADERSHIP ACHIEVEMENTS ================== */
.ak-home #key-achievements{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}

.ak-home #key-achievements .ka-wrap{
  max-width:1200px;
  margin:0 auto;
}

.ak-home #key-achievements .ka-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}

.ak-home #key-achievements .ka-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 18px 0;
  max-width:900px;
}

.ak-home #key-achievements .ka-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.ak-home #key-achievements .ka-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.ak-home #key-achievements .ka-card h5{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 10px 0;
}

.ak-home #key-achievements .ka-card p{
  font-size:14px;
  color:#333;
  margin:0;
  line-height:1.6;
}

/* Responsive */
@media (max-width: 980px){
  .ak-home #key-achievements .ka-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 520px){
  .ak-home #key-achievements .ka-grid{
    grid-template-columns:1fr;
  }
}


/* HOW ALI CREATES VALUE — WHITE */
.ak-home #how-ali-creates-value{
  background:#fff;
  margin:0 -20px;
  padding:54px 20px 34px;
}
.ak-home #how-ali-creates-value .value-section{max-width:1200px;margin:0 auto}
.ak-home #how-ali-creates-value .value-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 15px 0;
}
.ak-home #how-ali-creates-value .value-emphasis{
  font-size:24px;
  font-weight:800;
  color:#11142e;
  margin:-6px 0 12px 0;
}
.ak-home #how-ali-creates-value .value-sub{
  font-size:15px;
  margin:0;
  color:#333;
}
.ak-home #how-ali-creates-value .value-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.ak-home #how-ali-creates-value .value-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #how-ali-creates-value .value-card h5{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 8px 0;
}
.ak-home #how-ali-creates-value .value-card h3{
  font-size:14px;
  font-weight:700;
  margin:0 0 10px 0;
  color:#11142e;
}
.ak-home #how-ali-creates-value .value-desc{
  font-size:14px;
  color:#333;
  margin:0 0 14px 0;
}
.ak-home #how-ali-creates-value .value-point{
  display:flex;
  font-size:14px;
  align-items:flex-start;
  gap:10px;
  margin:0 0 10px 0;
  line-height:1.6;
}
.ak-home #how-ali-creates-value .value-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f4b41a;
  flex:0 0 7px;
  transform:translateY(.45em);
}
.ak-home #how-ali-creates-value .value-point>span{
  margin:0;
  padding:0;
  line-height:inherit;
  color:#111;
}

/* THIN LINE DIVIDER */
.ak-home .ak-section-divider{
  margin:0 -20px;
  background:#fff;
  padding:0 20px;
}
.ak-home .ak-section-divider .ak-line{
  max-width:1200px;
  margin:0 auto;
  height:1px;
  background:#e8e8e8;
}

/* SPEAKING */
.ak-home #speaking{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #speaking .sc-wrap{max-width:1200px;margin:0 auto}
.ak-home #speaking .sc-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #speaking .sc-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #speaking .sc-sub{
  font-size:15px;
  margin:0;
  color:#333;
  max-width:820px;
}
.ak-home #speaking .sc-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.ak-home #speaking .sc-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #speaking .sc-card h5{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 8px 0;
}
.ak-home #speaking .sc-card h3{
  font-size:14px;
  font-weight:700;
  margin:0 0 10px 0;
  color:#11142e;
}
.ak-home #speaking .sc-desc{
  font-size:14px;
  color:#333;
  margin:0 0 14px 0;
}
.ak-home #speaking .sc-point{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 10px 0;
  font-size:14px;
  line-height:1.6;
}
.ak-home #speaking .sc-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f4b41a;
  flex:0 0 7px;
  transform:translateY(.45em);
}
.ak-home #speaking .sc-point>span{margin:0;padding:0;line-height:inherit;color:#111}
.ak-home #speaking .sc-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:14px;
}
.ak-home #speaking .sc-cta a{
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.ak-home #speaking .sc-cta .sc-primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-soft));
  color:#11142e;
  font-weight:700;
}
.ak-home #speaking .sc-cta .sc-ghost{
  border:1px solid #e8e8e8;
  background:#fff;
  color:#11142e;
}



/* SPEAKING TOPICS (reuse SPEAKING styles) */
.ak-home #speaking-topics{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #speaking-topics .sc-wrap{max-width:1200px;margin:0 auto}
.ak-home #speaking-topics .sc-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #speaking-topics .sc-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #speaking-topics .sc-sub{
  font-size:15px;
  margin:0;
  color:#333;
  max-width:820px;
}
.ak-home #speaking-topics .sc-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.ak-home #speaking-topics .sc-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #speaking-topics .sc-card h5{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 8px 0;
}
.ak-home #speaking-topics .sc-card h3{
  font-size:14px;
  font-weight:700;
  margin:0 0 10px 0;
  color:#11142e;
}
.ak-home #speaking-topics .sc-desc{
  font-size:14px;
  color:#333;
  margin:0 0 14px 0;
}
.ak-home #speaking-topics .sc-point{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 10px 0;
  font-size:14px;
  line-height:1.6;
}
.ak-home #speaking-topics .sc-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f4b41a;
  flex:0 0 7px;
  transform:translateY(.45em);
}
.ak-home #speaking-topics .sc-point>span{margin:0;padding:0;line-height:inherit;color:#111}
.ak-home #speaking-topics .sc-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:14px;
}
.ak-home #speaking-topics .sc-cta a{
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.ak-home #speaking-topics .sc-cta .sc-primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-soft));
  color:#11142e;
  font-weight:700;
}
.ak-home #speaking-topics .sc-cta .sc-ghost{
  border:1px solid #e8e8e8;
  background:#fff;
  color:#11142e;
}



/* WORKSHOPS & MASTERCLASSES (reuse SPEAKING styles) */
.ak-home #speaking-workshops{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #speaking-workshops .sc-wrap{max-width:1200px;margin:0 auto}
.ak-home #speaking-workshops .sc-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #speaking-workshops .sc-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #speaking-workshops .sc-sub{
  font-size:15px;
  margin:0;
  color:#333;
  max-width:820px;
}
.ak-home #speaking-workshops .sc-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.ak-home #speaking-workshops .sc-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #speaking-workshops .sc-card h5{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 8px 0;
}
.ak-home #speaking-workshops .sc-card h3{
  font-size:14px;
  font-weight:700;
  margin:0 0 10px 0;
  color:#11142e;
}
.ak-home #speaking-workshops .sc-desc{
  font-size:14px;
  color:#333;
  margin:0 0 14px 0;
}
.ak-home #speaking-workshops .sc-point{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 10px 0;
  font-size:14px;
  line-height:1.6;
}
.ak-home #speaking-workshops .sc-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#f4b41a;
  flex:0 0 7px;
  transform:translateY(.45em);
}
.ak-home #speaking-workshops .sc-point>span{margin:0;padding:0;line-height:inherit;color:#111}
.ak-home #speaking-workshops .sc-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:14px;
}
.ak-home #speaking-workshops .sc-cta a{
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.ak-home #speaking-workshops .sc-cta .sc-primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-soft));
  color:#11142e;
  font-weight:700;
}
.ak-home #speaking-workshops .sc-cta .sc-ghost{
  border:1px solid #e8e8e8;
  background:#fff;
  color:#11142e;
}



/* BOOKS */
.ak-home #books{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #books .bk-wrap{max-width:1200px;margin:0 auto}
.ak-home #books .bk-toprow{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:6px;
}
.ak-home #books .bk-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #books .bk-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 10px;
}
.ak-home #books .bk-sub{
  font-size:15px;
  margin:0;
  color:#333;
  max-width:820px;
}
.ak-home #books .bk-cta{
  margin-top:6px;
  display:inline-flex;
  white-space:nowrap;
  padding:10px 18px;
  border-radius:999px;
  text-decoration:none;
  background:linear-gradient(135deg,var(--accent),var(--accent-soft));
  color:#11142e;
  font-weight:700;
  font-size:14px;
}
.ak-home #books .bk-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.ak-home #books .bk-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #books .bk-card h5{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 8px 0;
}
.ak-home #books .bk-card h3{
  font-size:14px;
  font-weight:700;
  margin:0 0 10px 0;
  color:#11142e;
}
.ak-home #books .bk-desc{font-size:14px;color:#333;margin:0}
.ak-home #books .bk-cta-bottom{display:none}

/* BOARDS / FOUNDERS */
.ak-home #boards-founders{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #boards-founders .bf-wrap{max-width:1200px;margin:0 auto}
.ak-home #boards-founders .bf-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #boards-founders .bf-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #boards-founders .bf-sub{font-size:15px;margin:0;color:#333;max-width:900px}
.ak-home #boards-founders .bf-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.ak-home #boards-founders .bf-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #boards-founders .bf-card h5{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 8px 0;
}
.ak-home #boards-founders .bf-card h3{
  font-size:14px;
  font-weight:700;
  margin:0 0 10px 0;
  color:#11142e;
}
.ak-home #boards-founders .bf-desc{font-size:14px;color:#333;margin:0 0 14px 0}
.ak-home #boards-founders .bf-point{display:flex;align-items:flex-start;gap:10px;margin:0 0 10px 0;font-size:14px;line-height:1.6}
.ak-home #boards-founders .bf-dot{width:7px;height:7px;border-radius:50%;background:#f4b41a;flex:0 0 7px;transform:translateY(.45em)}
.ak-home #boards-founders .bf-point>span{margin:0;padding:0;line-height:inherit;color:#111}
.ak-home #boards-founders .bf-note{font-size:14px;color:#333;margin:10px 0 0 0}

/* ENTREPRENEUR */
.ak-home #entrepreneur{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #entrepreneur .eg-wrap{max-width:1200px;margin:0 auto}
.ak-home #entrepreneur .eg-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #entrepreneur .eg-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #entrepreneur .eg-sub{font-size:15px;margin:0;color:#333;max-width:920px}
.ak-home #entrepreneur .eg-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.ak-home #entrepreneur .eg-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #entrepreneur .eg-card h5{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 8px 0;
}
.ak-home #entrepreneur .eg-card h3{
  font-size:14px;
  font-weight:700;
  margin:0 0 10px 0;
  color:#11142e;
}
.ak-home #entrepreneur .eg-desc{font-size:14px;color:#333;margin:0 0 14px 0}
.ak-home #entrepreneur .eg-point{display:flex;align-items:flex-start;gap:10px;margin:0 0 10px 0;font-size:14px;line-height:1.6}
.ak-home #entrepreneur .eg-dot{width:7px;height:7px;border-radius:50%;background:#f4b41a;flex:0 0 7px;transform:translateY(.45em)}
.ak-home #entrepreneur .eg-point>span{margin:0;padding:0;line-height:inherit;color:#111}

/* WEBSITE LINK */
.ak-home #entrepreneur .eg-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.ak-home #entrepreneur .eg-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  border:1px solid #e8e8e8;
  background:#fff;
  color:#11142e;
  transition:transform .2s ease,border-color .2s ease,color .2s ease;
}
.ak-home #entrepreneur .eg-link:hover{
  transform:translateY(-1px);
  border-color:rgba(244,180,26,.45);
  color:#11142e;
}
.ak-home #entrepreneur .eg-link .eg-ext{font-weight:900;color:#11142e}


/* ================== ABOUT (STANDALONE PAGE + SECTION) ================== */
.ak-home #about{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #about .ab-wrap{max-width:1200px;margin:0 auto}
.ak-home #about .ab-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #about .ab-headline{
  font-size:clamp(26px,3.6vw,36px);
  font-weight:900;
  color:#11142e;
  margin:0 0 6px 0;
}
.ak-home #about .ab-sub{
  font-size:15px;
  margin:0 0 12px 0;
  color:#333;
  max-width:980px;
}
.ak-home #about .ab-quote{
  margin:10px 0 18px 0;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(244,180,26,.12);
  border:1px solid rgba(244,180,26,.22);
  color:#11142e;
  font-weight:900;
}
.ak-home #about .ab-content p{
  font-size:15px;
  color:#333;
  margin:0 0 12px 0;
  max-width:980px;
}
.ak-home #about .ab-profile{margin-top:20px}
.ak-home #about .ab-kicker{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:#666;
  margin:0 0 10px 0;
}
.ak-home #about .ab-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.ak-home #about .ab-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #about .ab-label{
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-weight:900;
  color:#666;
  margin:0 0 8px 0;
}
.ak-home #about .ab-value{
  font-size:14px;
  color:#11142e;
  font-weight:800;
  line-height:1.5;
}

@media (max-width: 980px){
  .ak-home #about .ab-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 768px){
  .ak-home #about .ab-grid{grid-template-columns:1fr}
}

/* FINAL CTA */
.ak-home #final-cta{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #final-cta .cta-wrap{
  max-width:1200px;
  margin:0 auto;
  border:1px solid #e8e8e8;
  border-radius:20px;
  padding:28px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
  background:#fff;
}
.ak-home #final-cta .cta-title{
  font-size:clamp(22px,3.1vw,32px);
  font-weight:900;
  color:#11142e;
  margin:0 0 10px 0;
  line-height:1.25;
}
.ak-home #final-cta .cta-sub{
  font-size:15px;
  color:#333;
  margin:0;
  max-width:920px;
}
.ak-home #final-cta .cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}
/* FINAL CTA — FORCE LEFT ALIGN */
.ak-home #final-cta .cta-wrap{ text-align:left !important; }
.ak-home #final-cta .cta-title,
.ak-home #final-cta .cta-sub{ text-align:left !important; }
.ak-home #final-cta .cta-actions{ justify-content:flex-start !important; }

.ak-home #final-cta .cta-primary,
.ak-home #final-cta .cta-ghost{
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.ak-home #final-cta .cta-primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-soft));
  color:#11142e;
  font-weight:800;
}
.ak-home #final-cta .cta-ghost{
  border:1px solid #e8e8e8;
  background:#fff;
  color:#11142e;
  font-weight:700;
}



/* BLOG */
#blog{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}

.ak-home #blog .bl-wrap{max-width:1200px;margin:0 auto}
.ak-home #blog .bl-toprow{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:6px;
}
.ak-home #blog .bl-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #blog .bl-headline{
  font-size:clamp(22px,3.1vw,30px);
  line-height:1.15;
  font-weight:900;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #blog .bl-sub{
  font-size:15px;
  margin:0;
  color:#333;
  max-width:820px;
}
.ak-home #blog .bl-cta{
  margin-top:6px;
  display:inline-flex;
  white-space:nowrap;
  padding:10px 18px;
  border-radius:999px;
  text-decoration:none;
  background:linear-gradient(135deg,var(--accent),var(--accent-soft));
  color:#11142e;
  font-weight:700;
  font-size:14px;
}

.ak-home #blog .bl-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.ak-home #blog .bl-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #blog .bl-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  font-size:12px;
  color:#666;
  letter-spacing:.02em;
  margin-bottom:8px;
}
.ak-home #blog .bl-dot{opacity:.6}
.ak-home #blog .bl-card h3{
  font-size:14px;
  margin:0 0 10px 0;
  color:#11142e;
  line-height:1.25;
  font-weight:900;
}
.ak-home #blog .bl-desc{
  font-size:14px;
  color:#333;
  margin:0 0 14px 0;
  line-height:1.6;
  flex:1;
}
.ak-home #blog .bl-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 16px 0;
}
.ak-home #blog .bl-tags span{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(17,20,46,.06);
  color:#11142e;
  font-weight:600;
  font-size:12px;
}
.ak-home #blog .bl-link{
  display:inline-flex;
  align-self:flex-start;
  text-decoration:none;
  font-weight:700;
  font-size: 14px;
  color:#11142e;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(17,20,46,.12);
  background:#fff;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ak-home #blog .bl-link:hover{
  transform:translateY(-1px);
  border-color:rgba(17,20,46,.22);
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.ak-home #blog .bl-bottom{
  margin-top:18px;
}
.ak-home #blog .bl-more{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-weight:900;
  color:var(--accent);
  padding:8px 0;
}
.ak-home #blog .bl-more:hover{opacity:.9}

/* BLOG — RESPONSIVE */
@media (max-width: 980px){
  .ak-home #blog .bl-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 768px){
  .ak-home #blog .bl-toprow{flex-direction:column;align-items:flex-start}
  .ak-home #blog .bl-grid{grid-template-columns:1fr}
}

/* CONTACT */
.ak-home #contact{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 58px;
}
.ak-home #contact .ct-wrap{max-width:1200px;margin:0 auto}
.ak-home #contact .ct-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #contact .ct-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #contact .ct-sub{
  font-size:15px;
  margin:0;
  color:#333;
  max-width:900px;
}
.ak-home #contact .ct-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  margin-top:24px;
  align-items:stretch;
}
.ak-home #contact .ct-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  height:100%;
  display:flex;
  flex-direction:column;
}
.ak-home #contact .ct-card h3{
  font-size:14px;
  font-weight:800;
  margin:0 0 10px 0;
  color:#11142e;
}
.ak-home #contact .ct-note{
  font-size:14px;
  color:#333;
  margin:0 0 14px 0;
}
.ak-home #contact .ct-form{
  margin-top:8px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.ak-home #contact .ct-field{display:flex;flex-direction:column;gap:6px}
.ak-home #contact .ct-field.full{grid-column:1 / -1}
.ak-home #contact .ct-label2{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0;
}
.ak-home #contact .ct-input,
.ak-home #contact .ct-textarea,
.ak-home #contact .ct-select{
  width:100%;
  border-radius:14px;
  border:1px solid #e8e8e8;
  background:#fff;
  padding:11px 12px;
  font-size:14px;
  color:#11142e;
  outline:none;
}
.ak-home #contact .ct-textarea{min-height:120px;resize:vertical}
.ak-home #contact .ct-input:focus,
.ak-home #contact .ct-textarea:focus,
.ak-home #contact .ct-select:focus{
  border-color:rgba(244,180,26,.55);
  box-shadow:0 0 0 4px rgba(244,180,26,.18);
}
.ak-home #contact .ct-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:12px;
}
.ak-home #contact .ct-primary,
.ak-home #contact .ct-ghost{
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
}
.ak-home #contact .ct-primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-soft));
  color:#11142e;
  font-weight:800;
  border:0;
}
.ak-home #contact .ct-ghost{
  border:1px solid #e8e8e8;
  background:#fff;
  color:#11142e;
  font-weight:700;
}
.ak-home #contact .ct-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  height:100%;
}
.ak-home #contact .ct-item{
  border:1px solid #e8e8e8;
  border-radius:16px;
  padding:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.04);
}
.ak-home #contact .ct-label{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 6px 0;
}
.ak-home #contact .ct-value{
  font-size:14px;
  color:#11142e;
  margin:0;
  font-weight:700;
  word-break:break-word;
}
.ak-home #contact .ct-value a{
  color:#11142e;
  text-decoration:none;
  border-bottom:1px dashed rgba(17,20,46,.35);
}
.ak-home #contact .ct-value a:hover{border-bottom-color:rgba(244,180,26,.8)}
.ak-home #contact .ct-small{
  margin-top:auto;
  font-size:12px;
  color:#666;
  line-height:1.6;
}

/* RESPONSIVE — MOBILE */
@media (max-width:900px){
  .ak-home .ak-menu{margin:-42px -20px 0;padding:12px 14px}
  .ak-home .ak-menu-logo img{height:44px}

  .ak-home .ak-menu-nav{display:none}
  .ak-home .ak-menu-toggle{display:inline-flex}

  .ak-home .ak-menu-gap{height:26px}

  /* mobile hero */
  .ak-home .hero{grid-template-columns:1fr;text-align:left}
  .ak-home .hero>div:first-child{order:1}
  .ak-home .hero-image{order:2;margin:18px 0 0 0;max-width:420px}
  .ak-home .hero-image img{margin:0}
  .ak-home .social-icons{order:3;justify-content:flex-start;margin-top:14px}
  .ak-home .btn-row{justify-content:flex-start}

  /* justify all text (mobile only) */
  .ak-home p,
  .ak-home .value-sub,
  .ak-home .value-desc,
  .ak-home .value-point>span,
  .ak-home .sc-sub,
  .ak-home .sc-desc,
  .ak-home .sc-point>span,
  .ak-home .bk-sub,
  .ak-home .bk-desc,
  .ak-home .bf-sub,
  .ak-home .bf-desc,
  .ak-home .bf-point>span,
  .ak-home .bf-note,
  .ak-home .eg-sub,
  .ak-home .eg-desc,
  .ak-home .eg-point>span,
  .ak-home .cta-sub,
  .ak-home #contact .ct-sub,
  .ak-home #contact .ct-note,
  .ak-home #contact .ct-small{
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
  }

  /* grids -> single column */
  .ak-home #how-ali-creates-value .value-grid{grid-template-columns:1fr}
  .ak-home #speaking .sc-grid{grid-template-columns:1fr}
  .ak-home #books .bk-toprow{flex-direction:column;align-items:flex-start}
  .ak-home #books .bk-grid{grid-template-columns:1fr}
  .ak-home #boards-founders .bf-grid{grid-template-columns:1fr}
  .ak-home #entrepreneur .eg-grid{grid-template-columns:1fr}
  .ak-home #contact .ct-grid{grid-template-columns:1fr}

  /* CTA */
  .ak-home #final-cta .cta-actions{justify-content:center}
  .ak-home #final-cta .cta-wrap{padding:22px}
  .ak-home #final-cta .cta-title{text-align:center}

  /* BOOKS: hide top CTA & show bottom CTA (mobile only) */
  .ak-home #books .bk-toprow .bk-cta{display:none}
  .ak-home #books .bk-cta-bottom{display:inline-flex;margin-top:16px}

  /* links align on mobile */
  .ak-home #entrepreneur .eg-links{justify-content:flex-start}

  /* contact form -> single column */
  .ak-home #contact .ct-form{grid-template-columns:1fr}

  /* contact buttons center on mobile */
  .ak-home #contact .ct-actions{justify-content:center}
}

/* ================== BOOK CARD ACTIONS ================== */
.ak-home #books .bk-actions{
  display:flex;
  gap:10px;
  margin-top:16px;
  flex-wrap:wrap;
}
.ak-home #books .bk-buy,
.ak-home #books .bk-more{
  padding:9px 16px;
  border-radius:999px;
  font-size:13px;
  text-decoration:none;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:all .25s ease;
  border:0;
  cursor:pointer;
  font-family:inherit;
}

/* BUY NOW — PRIMARY */
.ak-home #books .bk-buy{
  background:linear-gradient(135deg,var(--accent),var(--accent-soft));
  color:#11142e;
}

/* MORE DETAILS — GHOST */
.ak-home #books .bk-more{
  border:1px solid #e8e8e8;
  background:#fff;
  color:#11142e;
}

/* HOVER */
.ak-home #books .bk-buy:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(244,180,26,.35);
}
.ak-home #books .bk-more:hover{
  border-color:rgba(244,180,26,.45);
  color:#11142e;
}

/* MOBILE — CENTER BUTTONS */
@media (max-width:900px){
  .ak-home #books .bk-actions{justify-content:flex-start !important;align-items:flex-start !important;text-align:left !important}
}

/* ================== MODAL ================== */
.ak-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:2000;
}
.ak-modal.is-open{display:block}
.ak-modal-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
  backdrop-filter:blur(4px);
}
.ak-modal-dialog{
  position:relative;
  max-width:760px;
  width:calc(100% - 28px);
  margin:7vh auto;
  background:#fff;
  border-radius:20px;
  border:1px solid #e8e8e8;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
  padding:22px;
  max-height:86vh;
  overflow:auto;
  scrollbar-width:none;          /* Firefox */
  -ms-overflow-style:none;       /* IE/Edge legacy */
}
.ak-modal-dialog::-webkit-scrollbar{width:0;height:0}

.ak-modal-close{
  position:absolute;
  top:12px;
  right:12px;
  width:42px;
  height:42px;
  border-radius:14px;
  border:1px solid #e8e8e8;
  background:#fff;
  color:#11142e;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
}
.ak-modal-body{padding-top:10px}
.ak-modal-kicker{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:900;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-modal-title{
  font-size:22px;
  font-weight:900;
  color:#11142e;
  margin:0 0 10px 0;
  line-height:1.25;
}
.ak-modal-text{
  font-size:15px;
  color:#333;
  margin:0 0 14px 0;
  line-height:1.7;
}
.ak-modal-list{margin:0;padding:0;list-style:none}
.ak-modal-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  color:#111;
  line-height:1.6;
  margin:0 0 10px 0;
}
.ak-modal-list li::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
  flex:0 0 7px;
  transform:translateY(.55em);
}
.ak-modal-lock{overflow:hidden !important}

/* ================== BOOK MODAL HERO ================== */
.ak-book-hero{
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  gap:16px;
  align-items:start;
  margin-bottom:14px;
}
.ak-book-cover{
  border:1px solid #e8e8e8;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.ak-book-cover img{width:100%;height:auto;display:block}
.ak-book-meta{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:10px;
}
.ak-book-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.ak-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid #e8e8e8;
  background:#fff;
  color:#11142e;
  font-size:12px;
  font-weight:800;
}
.ak-book-facts{display:flex;flex-wrap:wrap;gap:10px 16px}
.ak-fact{font-size:13px;color:#333}
.ak-fact span{color:#666;font-weight:700}
.ak-fact strong{color:#11142e}

/* ================== BUY OPTIONS ACCORDION ================== */
.ak-accordion{
  margin-top:16px;
  border:1px solid #e8e8e8;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.ak-acc-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  cursor:pointer;
  background:#fff;
  border:0;
  font-weight:900;
  color:#11142e;
  font-size:14px;
  font-family:inherit;
}
.ak-acc-ico{
  font-weight:900;
  color:#11142e;
  transition:transform .2s ease;
}
.ak-acc-btn[aria-expanded="true"] .ak-acc-ico{transform:rotate(180deg)}
.ak-acc-panel{
  padding:14px 14px 16px;
  border-top:1px solid #e8e8e8;
}

/* ================== STORE GRID (BUY OPTIONS) ================== */
.ak-store-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:0;
}
.ak-store{
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:14px;
  background:#fff;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
  transition:transform .2s ease,border-color .2s ease;
}
.ak-store:hover{
  transform:translateY(-1px);
  border-color:rgba(244,180,26,.45);
}
.ak-store-ic{
  width:44px;height:44px;border-radius:14px;
  border:1px solid #e8e8e8;background:#fff;
  display:flex;align-items:center;justify-content:center;flex:0 0 44px;
}
.ak-ic{
  display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:999px;
  background:rgba(244,180,26,.14);
  color:#11142e;font-weight:900;font-size:13px;letter-spacing:.02em;
}
.ak-ic.amz{font-size:16px;font-weight:900}
.ak-ic.is{font-size:12px}
.ak-ic.lulu{font-size:12px}
.ak-store-meta{display:flex;flex-direction:column;gap:2px;min-width:0}
.ak-store-name{font-size:14px;font-weight:900;color:#11142e}
.ak-store-sub{font-size:12px;color:#666}
.ak-store-go{margin-left:auto;font-weight:900;color:#11142e}

/* ================== FOOTER ================== */
.ak-home .ak-footer{
  background:radial-gradient(circle at top left,#1c214d 0,#050618 45%,#020312 100%);
  margin:0 -20px;
  padding:26px 20px;
  border-top:1px solid rgba(255,255,255,.08);
}
.ak-home .ak-footer-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:16px;
}
.ak-home .ak-footer-center{
  text-align:center;
  font-size:13px;
  color:var(--muted);
}
.ak-home .ak-footer-center a{
  color:#fff;
  text-decoration:none;
  font-weight:600;
}
.ak-home .ak-footer-social{
  display:flex;
  gap:10px;
}
.ak-home .ak-footer-social a{
  width:38px;height:38px;border-radius:999px;
  border:1px solid var(--border-subtle);
  background:rgba(9,12,40,.55);
  display:inline-flex;align-items:center;justify-content:center;
}
.ak-home .ak-footer-social svg{width:16px;height:16px;fill:var(--muted)}
.ak-home .ak-footer-social a:hover svg{fill:var(--accent)}

/* RESPONSIVE */
@media (max-width:900px){
  .ak-modal-dialog{margin:10vh auto;padding:18px}
  .ak-store-grid{grid-template-columns:1fr}
  .ak-book-hero{grid-template-columns:1fr}
  .ak-book-cover{max-width:220px;margin:0 auto}
  .ak-book-info{text-align:center}
  .ak-book-tags{justify-content:center}
  .ak-book-facts{justify-content:center}
  .ak-home .ak-footer-inner{grid-template-columns:1fr;text-align:center}
  .ak-home .ak-footer-social{justify-content:center}
}

/* ================== MODAL — HIDE SCROLLBAR INSIDE POPUP ================== */
.ak-modal-dialog{
  max-height:calc(100vh - 120px);
  display:flex;
  flex-direction:column;
  overflow:hidden; /* keep container tidy; body scrolls */
}

.ak-modal-body{
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  /* Hide scrollbar but keep scroll */
  scrollbar-width:none;          /* Firefox */
  -ms-overflow-style:none;       /* IE/Edge legacy */
}
.ak-modal-body::-webkit-scrollbar{width:0;height:0;}

/* keep accordion smooth */
.ak-acc-panel{overflow:visible}

@media (max-width:900px){
  .ak-modal-dialog{max-height:calc(100vh - 80px)}
}


/* ================== BOOK MODAL — FORMATTED DETAILS ================== */
.ak-book-line{margin:10px 0 14px;font-weight:600;color:var(--muted)}
.ak-modal-subhead{margin:18px 0 10px;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:#11142e}
.ak-modal-ideal,.ak-modal-link{margin-top:14px}

/* ================================
   BOOKS BUTTON ALIGNMENT – MOBILE ONLY
   ================================ */

@media (max-width: 768px) {
  .books-section .book-actions,
  .books-section .book-buttons,
  .books-section .btn-group {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .books-section .book-actions a,
  .books-section .book-buttons a,
  .books-section .btn-group a {
    margin-left: 0 !important;
    margin-right: 12px !important;
  }
}

/* ===============================
   BLOG — MOBILE ONLY: CTA SPACING (moved via JS)
   =============================== */
@media (max-width: 768px){
  .ak-home #blog .bl-cta--all{
    margin-top: 22px;
  }
}

/* ================== BLOG CARD HEIGHT + FULL-WIDTH READ MORE (ALIGN FIX) ================== */
/* Keep everything else the same — this only locks equal heights and pins Read More to the bottom. */

.ak-home #blog .bl-grid{
  align-items:stretch !important;
}

.ak-home #blog .bl-card{
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
}

.ak-home #blog .bl-link{
  margin-top:auto !important;
  width:100% !important;
  display:inline-flex !important;
  justify-content:center !important;
  text-align:center !important;
}


/* ================== KEY GOVERNANCE & LEADERSHIP ACHIEVEMENTS — DASH PREFIX ================== */
.ak-home #key-achievements .ka-title::before{
  content:"— ";
  color:#11142e;
  font-weight:900;
}

/* ================== VALUE TO THE BOARD ================== */
.ak-home #value-to-board{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #value-to-board .vb-wrap{max-width:1200px;margin:0 auto}
.ak-home #value-to-board .vb-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #value-to-board .vb-title::before{content:"— ";font-weight:900;color:#11142e}
.ak-home #value-to-board .vb-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 18px 0;
  max-width:900px;
}
.ak-home #value-to-board .vb-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 24px;
}
.ak-home #value-to-board .vb-item{display:flex;align-items:flex-start;gap:12px}
.ak-home #value-to-board .vb-dot{
  width:8px;height:8px;border-radius:50%;
  background:#f4b41a;flex:0 0 8px;
  transform:translateY(.45em);
}
.ak-home #value-to-board .vb-item p{
  margin:0;
  font-size:15px;
  color:#333;
  line-height:1.6;
}
@media (max-width: 768px){
  .ak-home #value-to-board .vb-list{grid-template-columns:1fr}
}

/* ================== EDUCATION & CREDENTIALS ================== */
.ak-home #education-credentials{
  background:#fff;
  margin:0 -20px;
  padding:34px 20px 34px;
}
.ak-home #education-credentials .ec-wrap{max-width:1200px;margin:0 auto}
.ak-home #education-credentials .ec-title{
  font-size:12px;
  letter-spacing:.20em;
  text-transform:uppercase;
  font-weight:800;
  color:#11142e;
  margin:0 0 10px 0;
}
.ak-home #education-credentials .ec-title::before{content:"— ";font-weight:900;color:#11142e}
.ak-home #education-credentials .ec-headline{
  font-size:clamp(22px,3.1vw,30px);
  font-weight:800;
  color:#11142e;
  margin:0 0 18px 0;
  max-width:900px;
}
.ak-home #education-credentials .ec-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.ak-home #education-credentials .ec-card{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:18px;
  padding:22px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.ak-home #education-credentials .ec-card h5{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#666;
  margin:0 0 12px 0;
}
.ak-home #education-credentials .ec-list{margin:0;padding-left:18px}
.ak-home #education-credentials .ec-list li{
  font-size:14px;
  color:#333;
  margin:0 0 8px 0;
  line-height:1.6;
}
.ak-home #education-credentials .ec-item{
  font-size:14px;
  color:#333;
  margin:0 0 10px 0;
  line-height:1.6;
}
@media (max-width: 768px){
  .ak-home #education-credentials .ec-grid{grid-template-columns:1fr}
}
