/* =============== GLOBAL FULL-BLEED UTILITY =============== */

/* Generic full-bleed band that stays centered */
.ak-fullbleed {
  position: relative;
  isolation: isolate;
  /* FULL VIEWPORT WIDTH */
  width: 100vw;
  max-width: 100vw;
  /* center this 100vw band inside Knorish container */
  margin-left: 50%;
  transform: translateX(-50%);
  /* prevent weird horizontal scroll from gradients */
  overflow-x: hidden;
}

/* Shared inner container for all bands (optional but useful) */
.ak-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  position: relative;
  z-index: 1;
}

/* ========================= WHY ALEKHYAM — GLOBAL, FULL BLEED ========================= */

#ak-why-v4,
#ak-why-v4 * {
  box-sizing: border-box;
  max-width: 100%;
}

/* Base band */
#ak-why-v4 {
  font-family: Raleway, Poppins, sans-serif !important;
  position: relative;
  isolation: isolate;
  text-align: center;

  /* FULL BLEED, BUT CENTERED */
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  margin-left: 50%;
  transform: translateX(-50%);

  padding: 24px 0 22px;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(42, 140, 130, .10), transparent 55%),
    radial-gradient(120% 140% at 100% 0%, rgba(138, 107, 199, .10), transparent 55%),
    radial-gradient(120% 140% at 50% 100%, rgba(196, 107, 90, .10), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, 1));
  border-top: 1px solid rgba(0, 0, 0, .06);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .06);
  overflow-x: hidden;
}

/* inner centered container */
#ak-why-v4 .ak-w-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  position: relative;
  z-index: 1;
}

/* subtle speckles */
#ak-why-v4::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1px 1px at 18% 28%, rgba(0, 0, 0, .035) 0, transparent 2px),
    radial-gradient(1px 1px at 70% 22%, rgba(0, 0, 0, .03) 0, transparent 2px),
    radial-gradient(1px 1px at 50% 76%, rgba(0, 0, 0, .025) 0, transparent 2px);
  pointer-events: none;
  opacity: .55;
  mix-blend-mode: multiply;
  z-index: 0;
}

/* Header */
#ak-why-v4 .ak-w-head {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

#ak-why-v4 .ak-w-eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .04);
  border: 1px solid rgba(0, 0, 0, .06);
  color: #111;
  justify-self: center;
}

#ak-why-v4 .ak-w-title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1.15;
}

#ak-why-v4 .ak-w-sub {
  margin: 0 auto;
  max-width: 880px;
  font-size: clamp(13.5px, 1.35vw, 16px);
  font-weight: 600;
  color: rgba(0, 0, 0, .70);
  line-height: 1.5;
}

/* Grid cards */
#ak-why-v4 .ak-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

#ak-why-v4 .ak-why-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 6px;
  min-height: 120px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .04);
  transition: transform .16s ease, box-shadow .16s ease;
  text-align: center;
}

#ak-why-v4 .ak-why-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
}

#ak-why-v4 .ak-why-ic {
  font-size: 26px;
  color: #AC1A2F;
  line-height: 1;
}

#ak-why-v4 .ak-why-title {
  font-size: 14.5px;
  font-weight: 800;
  color: #111;
  line-height: 1.25;
}

#ak-why-v4 .ak-why-text {
  font-size: 12.8px;
  font-weight: 600;
  color: rgba(0, 0, 0, .70);
  line-height: 1.45;
}

#ak-why-v4 .ak-why-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* certificate strip */
#ak-why-v4 .ak-cert {
  margin-top: 12px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(255, 255, 255, 1));
  border: 1px solid rgba(0, 0, 0, .06);
  text-align: center;
}

#ak-why-v4 .ak-cert img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .06);
  background: #fff;
}

#ak-why-v4 .ak-cert-title {
  font-size: 14.5px;
  font-weight: 800;
  color: #111;
  margin-bottom: 3px;
}

#ak-why-v4 .ak-cert-sub {
  font-size: 12.8px;
  font-weight: 600;
  color: rgba(0, 0, 0, .70);
  line-height: 1.45;
  margin: 0;
}

/* responsive */
@media (max-width: 820px) {
  #ak-why-v4 .ak-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #ak-why-v4 .ak-cert {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  #ak-why-v4 {
    padding: 18px 0 18px;
  }

  #ak-why-v4 .ak-w-inner {
    padding: 0 14px;
  }

  #ak-why-v4 .ak-why-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================= ALEKHYAM FOOTER V2 — GLOBAL ========================= */

#ak-footer-v2,
#ak-footer-v2 * {
  box-sizing: border-box;
  max-width: 100%;
}

/* Base footer band – full-bleed handled by .ak-fullbleed */
#ak-footer-v2 {
  font-family: Raleway, Poppins, sans-serif !important;
  position: relative;       /* FIXED: make ::before attach to footer */
  isolation: isolate;       /* keeps the glow behind footer content */
  color: #111;
  padding: clamp(12px, 1.6vw, 18px) 0;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(0, 0, 0, 0.045);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.04);
  overflow-x: hidden;
  overflow-y: visible;
}

/* inner max-width wrapper */
#ak-footer-v2 .ak-ft-inner {
  position: relative;
  z-index: 1;
}

/* softer aura */
#ak-footer-v2::before {
  content: "";
  position: absolute;
  inset: -35% -10% auto -10%;
  height: 65%;
  background:
    radial-gradient(60% 65% at 8% 5%, rgba(42, 140, 130, .16), transparent 65%),
    radial-gradient(60% 65% at 92% 12%, rgba(196, 107, 90, .14), transparent 66%),
    radial-gradient(70% 75% at 50% 95%, rgba(80, 99, 184, .12), transparent 70%),
    radial-gradient(60% 60% at 15% 90%, rgba(122, 158, 58, .10), transparent 70%),
    radial-gradient(60% 60% at 85% 90%, rgba(138, 107, 199, .10), transparent 70%);
  filter: blur(26px) saturate(115%);
  opacity: .6;
  z-index: 0;
  pointer-events: none;
}

/* TOP GRID */
#ak-footer-v2 .ak-ft-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: clamp(8px, 1.6vw, 14px);
  align-items: start;
}

/* BRAND */
#ak-footer-v2 .ak-ft-brand {
  display: grid;
  gap: 7px;
  align-items: start;
}

#ak-footer-v2 .ak-ft-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none !important;
}

#ak-footer-v2 .ak-ft-logo {
  width: 118px;
  height: auto;
  display: block;
}

#ak-footer-v2 .ak-ft-note {
  font-size: 13.2px;
  line-height: 1.52;
  font-weight: 600;
  color: rgba(0, 0, 0, .70);
  margin: 0;
}

/* headings as subtle pills */
#ak-footer-v2 .ak-ft-h {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(42, 140, 130, .10),
    rgba(196, 107, 90, .08),
    rgba(80, 99, 184, .08),
    rgba(138, 107, 199, .08)
  );
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #111;
  margin-bottom: 5px;
}

#ak-footer-v2 .ak-ft-h-mini {
  font-size: 10.8px;
}

/* columns */
#ak-footer-v2 .ak-ft-col {
  display: grid;
  gap: 5px;
  align-content: start;
}

/* links */
#ak-footer-v2 .ak-ft-link {
  display: block;
  font-size: 13.8px;
  font-weight: 650;
  color: #111 !important;
  text-decoration: none !important;
  opacity: .9;
  line-height: 1.35;
  transition: opacity .12s ease, transform .12s ease;
}

#ak-footer-v2 .ak-ft-link:hover {
  opacity: 1;
  transform: translateY(-1px);
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* support block */
#ak-footer-v2 .ak-ft-support {
  display: grid;
  gap: 5px;
  margin-top: 3px;
}

#ak-footer-v2 .ak-ft-address {
  font-size: 12.6px;
  font-weight: 600;
  color: rgba(0, 0, 0, .66);
  line-height: 1.5;
}

/* BOTTOM */
#ak-footer-v2 .ak-ft-bottom {
  margin-top: clamp(10px, 1.5vw, 14px);
  padding-top: 9px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

/* social pills */
#ak-footer-v2 .ak-ft-social {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

#ak-footer-v2 .ak-ft-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  font-size: 12.4px;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none !important;
  color: #111 !important;
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid rgba(0, 0, 0, 0.055);
  transition: transform .12s ease, background .12s ease;
}

#ak-footer-v2 .ak-ft-social-link:hover {
  transform: translateY(-1px);
  background: rgba(0, 0, 0, 0.055);
}

#ak-footer-v2 .ak-ft-trademark {
  font-size: 12.6px;
  line-height: 1.55;
  font-weight: 650;
  color: rgba(0, 0, 0, .68);
  text-align: center;
  max-width: 980px;
}

/* ------------- MOBILE COMPACT ------------- */

@media (max-width: 820px) {
  #ak-footer-v2 {
    padding: 11px 0;
  }

  #ak-footer-v2 .ak-ft-inner {
    padding: 0 14px;
  }

  #ak-footer-v2 .ak-ft-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    text-align: center;
  }

  #ak-footer-v2 .ak-ft-brand {
    grid-column: 1 / -1;
    justify-items: center;
    text-align: center;
    gap: 6px;
  }

  #ak-footer-v2 .ak-ft-logo-wrap {
    justify-content: center;
  }

  #ak-footer-v2 .ak-ft-col {
    justify-items: center;
    text-align: center;
    gap: 4px;
  }

  #ak-footer-v2 .ak-ft-link {
    font-size: 13.2px;
    line-height: 1.3;
  }

  #ak-footer-v2 .ak-ft-note {
    font-size: 12.8px;
    line-height: 1.5;
  }

  #ak-footer-v2 .ak-ft-address {
    font-size: 12.2px;
  }

  #ak-footer-v2 .ak-ft-social-link {
    padding: 5px 8px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  #ak-footer-v2 .ak-ft-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #ak-footer-v2 .ak-ft-col {
    width: 100%;
  }
}

/* ========================= ALEKHYAM REVIEWS SECTION (V4) — GLOBAL ========================= */

#ak-reviews-v4,
#ak-reviews-v4 * {
  box-sizing: border-box;
  max-width: 100%;
}

#ak-reviews-v4 {
  font-family: Raleway, Poppins, sans-serif !important;
  position: relative;
  isolation: isolate;
  text-align: center;

  /* FULL BLEED */
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 24px 0 22px;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(172, 26, 47, .10), transparent 55%),
    radial-gradient(120% 140% at 100% 0%, rgba(50, 80, 90, .10), transparent 55%),
    radial-gradient(120% 140% at 50% 100%, rgba(255, 217, 102, .12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, 1));
  border-top: 1px solid rgba(0, 0, 0, .06);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .06);
  overflow-x: hidden;
}

/* inner centered container */
#ak-reviews-v4 .ak-r-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  position: relative;
  z-index: 1;
}

#ak-reviews-v4::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1px 1px at 12% 22%, rgba(0, 0, 0, .04) 0, transparent 2px),
    radial-gradient(1px 1px at 72% 35%, rgba(0, 0, 0, .035) 0, transparent 2px),
    radial-gradient(1px 1px at 44% 78%, rgba(0, 0, 0, .03) 0, transparent 2px);
  pointer-events: none;
  opacity: .6;
  mix-blend-mode: multiply;
  z-index: 0;
}

#ak-reviews-v4 .ak-r-head {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

#ak-reviews-v4 .ak-r-eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .04);
  border: 1px solid rgba(0, 0, 0, .06);
  color: #111;
  justify-self: center;
}

#ak-reviews-v4 .ak-r-title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  color: #0d0d0d;
  line-height: 1.15;
}

#ak-reviews-v4 .ak-r-sub {
  margin: 0 auto;
  max-width: 820px;
  font-size: clamp(13.5px, 1.35vw, 16px);
  font-weight: 600;
  color: rgba(0, 0, 0, .70);
  line-height: 1.5;
}

/* slider */
#ak-reviews-v4 .ak-slider {
  position: relative;
  display: grid;
  gap: 8px;
}

#ak-reviews-v4 .ak-viewport {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, .07);
  background: #f7f7f7;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
}

#ak-reviews-v4 .ak-track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}

#ak-reviews-v4 .ak-slide {
  flex: 0 0 100%;
  width: 100%;
}

#ak-reviews-v4 .ak-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* arrows */
#ak-reviews-v4 .ak-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .09);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  color: #111;
  cursor: pointer;
  transition: transform .15s ease, opacity .15s ease;
  opacity: .9;
  z-index: 2;
}

#ak-reviews-v4 .ak-nav:hover {
  transform: translateY(-50%) scale(1.05);
  opacity: 1;
}

#ak-reviews-v4 .ak-prev {
  left: 8px;
}

#ak-reviews-v4 .ak-next {
  right: 8px;
}

/* dots */
#ak-reviews-v4 .ak-dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 4px;
  flex-wrap: wrap;
}

#ak-reviews-v4 .ak-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .25);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: transform .15s ease, background .15s ease;
}

#ak-reviews-v4 .ak-dot.is-active {
  background: #111;
  border-color: #111;
  transform: scale(1.2);
}

@media (max-width: 480px) {
  #ak-reviews-v4 {
    padding: 18px 0 18px;
  }

  #ak-reviews-v4 .ak-r-inner {
    padding: 0 14px;
  }

  #ak-reviews-v4 .ak-nav {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}


/* ============== FEATURED COURSES – GLOBAL STYLES ============== */

#ak-featured-v2,
#ak-featured-v2 * {
    box-sizing: border-box;
    max-width: 100%;
}

#ak-featured-v2 {
    font-family: Raleway, Poppins, sans-serif !important;
    position: relative;
    isolation: isolate;

    /* FULL BLEED, CENTERED */
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-left: 50%;
    transform: translateX(-50%);

    padding: 26px 0 24px;

    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
    overflow-x: hidden;
}

/* inner container */
#ak-featured-v2 .ak-f-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 32px);
}

/* soft aurora background */
#ak-featured-v2::before {
    content: "";
    position: absolute;
    inset: -25% -10% auto -10%;
    height: 70%;
    background:
        radial-gradient(60% 65% at 8% 5%, rgba(42, 140, 130, .20), transparent 65%),
        radial-gradient(60% 65% at 92% 12%, rgba(196, 107, 90, .18), transparent 66%),
        radial-gradient(70% 75% at 50% 95%, rgba(80, 99, 184, .16), transparent 70%),
        radial-gradient(60% 60% at 18% 90%, rgba(122, 158, 58, .12), transparent 70%),
        radial-gradient(60% 60% at 82% 90%, rgba(138, 107, 199, .14), transparent 70%);
    filter: blur(28px) saturate(120%);
    opacity: .8;
    z-index: -1;
    pointer-events: none;
}

/* header */
#ak-featured-v2 .ak-f-head {
    text-align: center;
    display: grid;
    gap: 6px;
    padding: 4px 4px 10px;
}

#ak-featured-v2 .ak-f-eyebrow {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(42, 140, 130, .12),
        rgba(196, 107, 90, .10),
        rgba(80, 99, 184, .10),
        rgba(138, 107, 199, .10)
    );
    border: 1px solid rgba(0, 0, 0, .06);
    color: #111;
    justify-self: center;
}

#ak-featured-v2 .ak-f-title {
    margin: 0;
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: 800;
    color: #0d0d0d;
    line-height: 1.15;
}

#ak-featured-v2 .ak-f-sub {
    margin: 0 auto;
    max-width: 820px;
    font-size: clamp(13.5px, 1.35vw, 16.5px);
    font-weight: 600;
    color: rgba(0, 0, 0, .70);
    line-height: 1.5;
}

/* grid */
#ak-featured-v2 .ak-f-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 1.6vw, 16px);
    margin-top: 8px;
}

/* card */
#ak-featured-v2 .ak-f-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    display: grid;
    gap: 10px;
    padding: clamp(10px, 1.4vw, 14px);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

#ak-featured-v2 .ak-f-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
}

/* thin accent bar on top of each card */
#ak-featured-v2 .ak-f-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ak-accent), transparent);
    opacity: .95;
}

/* card top row */
#ak-featured-v2 .ak-f-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

#ak-featured-v2 .ak-f-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #111;
}

#ak-featured-v2 .ak-f-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

#ak-featured-v2 .ak-f-badge {
    font-size: 11.5px;
    font-weight: 800;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #111;
    white-space: nowrap;
}

/* card copy */
#ak-featured-v2 .ak-f-card h3 {
    margin: 0;
    font-size: clamp(17px, 1.9vw, 22px);
    font-weight: 800;
    line-height: 1.2;
    color: #111;
}

#ak-featured-v2 .ak-f-line {
    margin: 0;
    font-size: clamp(13px, 1.35vw, 15.5px);
    font-weight: 600;
    color: rgba(0, 0, 0, 0.72);
    line-height: 1.5;
}

/* mosaic gallery */
#ak-featured-v2 .ak-f-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    height: clamp(210px, 22vw, 300px);
}

#ak-featured-v2 .ak-f-gallery .ak-f-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #f2f2f2;
}

#ak-featured-v2 .ak-f-gallery .ak-f-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
}

#ak-featured-v2 .ak-f-gallery .ak-f-img.main {
    grid-row: 1 / 3;
}

/* buttons */
#ak-featured-v2 .ak-f-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px;
}

#ak-featured-v2 .ak-f-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-size: 14.2px;
    font-weight: 800;
    border-radius: 999px;
    text-decoration: none !important;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
    white-space: nowrap;
}

#ak-featured-v2 .ak-f-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

#ak-featured-v2 .ak-f-btn-dark {
    background: #111;
    color: #fff !important;
    border: 1px solid #111;
}

#ak-featured-v2 .ak-f-btn-ghost {
    background: #f2f2f2;
    color: #111 !important;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

/* per-card accents */
#ak-featured-v2 .ak-f-card.wc {
    --ak-accent: #AC1A2F;
}

#ak-featured-v2 .ak-f-card.anatomy {
    --ak-accent: #5063B8;
}

/* --------- responsive --------- */
@media (max-width: 900px) {
    #ak-featured-v2 .ak-f-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    #ak-featured-v2 {
        padding: 20px 0 18px;
    }

    #ak-featured-v2 .ak-f-inner {
        padding: 0 14px;
    }

    #ak-featured-v2 .ak-f-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        height: auto;
    }

    #ak-featured-v2 .ak-f-gallery .ak-f-img.main {
        grid-row: auto;
        grid-column: 1 / -1;
        aspect-ratio: 4/3;
    }

    #ak-featured-v2 .ak-f-gallery .ak-f-img {
        aspect-ratio: 1/1;
    }

    #ak-featured-v2 .ak-f-actions {
        justify-content: center;
    }
}

/* ========================= SKETCHBOOK V2 — FULL BLEED BAND (GLOBAL) ========================= */

/* Base full-bleed band with soft multi-colour aura */
#ak-sketchbook-section-v2,
#ak-sketchbook-section-v2 * {
    box-sizing: border-box;
    max-width: 100%;
}

#ak-sketchbook-section-v2 {
    position: relative;
    isolation: isolate;
    font-family: Raleway, Poppins, sans-serif !important;
    color: #111;

    /* FULL BLEED, CENTERED */
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-left: 50%;
    transform: translateX(-50%);

    padding: 28px 0 24px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.10);
    overflow-x: hidden;
}

#ak-sketchbook-section-v2::before {
    content: "";
    position: absolute;
    inset: -18% -10% auto -10%;
    height: 70%;
    background:
        radial-gradient(60% 65% at 8% 5%, rgba(42, 140, 130, .28), transparent 65%),
        radial-gradient(60% 65% at 92% 12%, rgba(196, 107, 90, .24), transparent 66%),
        radial-gradient(70% 75% at 50% 95%, rgba(80, 99, 184, .22), transparent 70%),
        radial-gradient(60% 60% at 20% 90%, rgba(122, 158, 58, .18), transparent 70%),
        radial-gradient(60% 60% at 80% 90%, rgba(138, 107, 199, .20), transparent 70%);
    filter: blur(30px) saturate(120%);
    opacity: .9;
    z-index: -1;
    pointer-events: none;
}

/* Inner max-width grid inside the full-bleed band */
#ak-sketchbook-section-v2 .ak-sb-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 32px);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(10px, 2vw, 22px);
    align-items: center;
}

/* ========================= TEXT / COPY ========================= */
#ak-sketchbook-section-v2 .ak-sb-copy {
    text-align: center;
    padding: clamp(6px, 1vw, 14px);
}

#ak-sketchbook-section-v2 .ak-sb-eyebrow {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
    color: #111;

    /* spectrum tint */
    background: linear-gradient(
        90deg,
        rgba(42, 140, 130, .25),
        rgba(196, 107, 90, .25),
        rgba(80, 99, 184, .25),
        rgba(138, 107, 199, .25)
    ) !important;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .10);
}

#ak-sketchbook-section-v2 .ak-sb-title {
    margin: 0 0 6px;
    font-size: clamp(20px, 2.6vw, 34px);
    line-height: 1.12;
    font-weight: 800;
    color: #0d0d0d;
}

#ak-sketchbook-section-v2 .ak-sb-sub {
    margin: 0 0 10px;
    font-size: clamp(13.5px, 1.4vw, 17px);
    line-height: 1.5;
    font-weight: 600;
    color: rgba(0, 0, 0, .72);
}

#ak-sketchbook-section-v2 .ak-sb-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px;
    justify-content: center;
}

#ak-sketchbook-section-v2 .ak-sb-pill {
    font-size: 12.5px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    white-space: normal;
    line-height: 1.2;

    position: relative;
    padding-left: 18px !important;
    background: rgba(0, 0, 0, .04) !important;
    border: 1px solid rgba(0, 0, 0, .08) !important;
    color: #111 !important;
}

#ak-sketchbook-section-v2 .ak-sb-pill::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--pill-accent, #111);
    box-shadow: 0 0 10px var(--pill-accent, #111);
}

#ak-sketchbook-section-v2 .ak-sb-pill:nth-child(1) {
    --pill-accent: #2A8C82;
}

#ak-sketchbook-section-v2 .ak-sb-pill:nth-child(2) {
    --pill-accent: #C46B5A;
}

#ak-sketchbook-section-v2 .ak-sb-pill:nth-child(3) {
    --pill-accent: #5063B8;
}

#ak-sketchbook-section-v2 .ak-sb-pill:nth-child(4) {
    --pill-accent: #7A9E3A;
}

#ak-sketchbook-section-v2 .ak-sb-pill:nth-child(5) {
    --pill-accent: #8A6BC7;
}

#ak-sketchbook-section-v2 .ak-sb-pill:nth-child(6) {
    --pill-accent: #2A8C82;
}

/* CTA */
#ak-sketchbook-section-v2 .ak-sb-cta-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px;
    justify-content: center;
}

#ak-sketchbook-section-v2 .ak-sb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    font-size: 14.5px;
    font-weight: 800;
    border-radius: 999px;
    text-decoration: none !important;
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

#ak-sketchbook-section-v2 .ak-sb-btn-dark {
    background: #111;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    border: 1px solid rgba(0, 0, 0, .9);
}

#ak-sketchbook-section-v2 .ak-sb-btn-dark:hover {
    box-shadow:
        0 10px 22px rgba(0, 0, 0, .22),
        0 0 0 3px rgba(42, 140, 130, .18),
        0 0 0 6px rgba(80, 99, 184, .12);
}

#ak-sketchbook-section-v2 .ak-sb-btn-ghost {
    background: rgba(0, 0, 0, .02);
    color: #111;
    border: 1px solid rgba(0, 0, 0, .10);
}

#ak-sketchbook-section-v2 .ak-sb-btn-ghost:hover {
    background: rgba(0, 0, 0, .04);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

/* ========================= GRID + CARDS ========================= */
#ak-sketchbook-section-v2 .ak-sb-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(6px, 1.2vw, 12px);
}

#ak-sketchbook-section-v2 .ak-sb-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    text-decoration: none !important;
    color: inherit;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 0;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;

    background: rgba(255, 255, 255, .98) !important;
    border: 1px solid rgba(0, 0, 0, .07) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08) !important;
    isolation: isolate;
}

#ak-sketchbook-section-v2 .ak-sb-card > * {
    position: relative;
    z-index: 1;
}

/* top accent bar */
#ak-sketchbook-section-v2 .ak-sb-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ak-sb-accent), transparent);
    opacity: .95;
    z-index: 2;
}

/* glow under card */
#ak-sketchbook-section-v2 .ak-sb-card::after {
    content: "";
    position: absolute;
    inset: -35% -35% auto -35%;
    height: 95%;
    background: var(--ak-sb-glow);
    filter: blur(34px);
    opacity: .55;
    z-index: 0;
    transition: opacity .18s ease;
    pointer-events: none;
}

#ak-sketchbook-section-v2 .ak-sb-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
}

#ak-sketchbook-section-v2 .ak-sb-card:hover::after {
    opacity: .9;
}

/* per-card accents + caption bg */
#ak-sketchbook-section-v2 .ak-sb-card:nth-child(1) {
    --ak-sb-accent: #2A8C82;
    --ak-sb-glow: radial-gradient(65% 65% at 0% 0%, rgba(42, 140, 130, .75), transparent 72%);
    --ak-sb-cap-bg: linear-gradient(135deg, rgba(42, 140, 130, .14), rgba(255, 255, 255, .98));
}

#ak-sketchbook-section-v2 .ak-sb-card:nth-child(2) {
    --ak-sb-accent: #C46B5A;
    --ak-sb-glow: radial-gradient(65% 65% at 0% 0%, rgba(196, 107, 90, .75), transparent 72%);
    --ak-sb-cap-bg: linear-gradient(135deg, rgba(196, 107, 90, .14), rgba(255, 255, 255, .98));
}

#ak-sketchbook-section-v2 .ak-sb-card:nth-child(3) {
    --ak-sb-accent: #5063B8;
    --ak-sb-glow: radial-gradient(65% 65% at 0% 0%, rgba(80, 99, 184, .75), transparent 72%);
    --ak-sb-cap-bg: linear-gradient(135deg, rgba(80, 99, 184, .14), rgba(255, 255, 255, .98));
}

#ak-sketchbook-section-v2 .ak-sb-card:nth-child(4) {
    --ak-sb-accent: #7A9E3A;
    --ak-sb-glow: radial-gradient(65% 65% at 0% 0%, rgba(122, 158, 58, .75), transparent 72%);
    --ak-sb-cap-bg: linear-gradient(135deg, rgba(122, 158, 58, .14), rgba(255, 255, 255, .98));
}

#ak-sketchbook-section-v2 .ak-sb-card:nth-child(5) {
    --ak-sb-accent: #8A6BC7;
    --ak-sb-glow: radial-gradient(65% 65% at 0% 0%, rgba(138, 107, 199, .75), transparent 72%);
    --ak-sb-cap-bg: linear-gradient(135deg, rgba(138, 107, 199, .14), rgba(255, 255, 255, .98));
}

#ak-sketchbook-section-v2 .ak-sb-card:nth-child(6) {
    --ak-sb-accent: #2A8C82;
    --ak-sb-glow: radial-gradient(65% 65% at 0% 0%, rgba(42, 140, 130, .75), transparent 72%);
    --ak-sb-cap-bg: linear-gradient(135deg, rgba(42, 140, 130, .14), rgba(255, 255, 255, .98));
}

#ak-sketchbook-section-v2 .ak-sb-img {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 12px;
    margin: 8px;
    background: #f3f3f3;
}

#ak-sketchbook-section-v2 .ak-sb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

/* CAPTION */
#ak-sketchbook-section-v2 .ak-sb-cap {
    padding: 8px 10px 9px;
    background: var(--ak-sb-cap-bg, rgba(0, 0, 0, .03));
    color: #111;
    text-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, .06);
    border-radius: 0 0 14px 14px;
    text-align: center;
    display: grid;
    gap: 2px;
}

#ak-sketchbook-section-v2 .ak-sb-cap-title {
    font-weight: 800;
    font-size: 13.5px;
    line-height: 1.25;
    color: #111;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
}

#ak-sketchbook-section-v2 .ak-sb-cap-title::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ak-sb-accent);
    box-shadow: 0 0 10px var(--ak-sb-accent);
    flex: 0 0 auto;
}

#ak-sketchbook-section-v2 .ak-sb-cap-sub {
    font-weight: 600;
    font-size: 12px;
    opacity: .8;
    margin-top: 0;
    color: #111;
    text-align: center;
    white-space: normal;
    word-break: break-word;
}

/* ========================= RESPONSIVE ========================= */
@media (max-width: 820px) {
    #ak-sketchbook-section-v2 {
        padding: 20px 0 18px;
    }

    #ak-sketchbook-section-v2 .ak-sb-inner {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 14px;
    }

    #ak-sketchbook-section-v2 .ak-sb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    #ak-sketchbook-section-v2 .ak-sb-img {
        aspect-ratio: 1/1;
        margin: 6px;
    }

    #ak-sketchbook-section-v2 .ak-sb-cap-title {
        font-size: 12.6px;
    }

    #ak-sketchbook-section-v2 .ak-sb-cap-sub {
        font-size: 11.5px;
    }
}

@media (max-width: 360px) {
    #ak-sketchbook-section-v2 .ak-sb-grid {
        grid-template-columns: 1fr;
    }
}


/* ========================= HERO V2 — FULL BLEED BAND (GLOBAL) ========================= */

.ak-hero-wrap,
.ak-hero-wrap * {
    box-sizing: border-box;
    max-width: 100%;
}

/* Full-bleed band, centred like sketchbook + featured */
.ak-hero-wrap {
    position: relative;

    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-left: 50%;
    transform: translateX(-50%);

    padding: 32px 0 24px;
    isolation: isolate;
    overflow-x: hidden;
    text-align: center;
    font-family: Raleway, Poppins, sans-serif;
}

.ak-hero-wrap::before {
    content: "";
    position: absolute;
    inset: -22% -12% auto -12%;
    height: 56%;
    background:
        radial-gradient(60% 70% at 12% 10%, rgba(42, 140, 130, 0.10), transparent 62%),
        radial-gradient(60% 70% at 88% 18%, rgba(196, 107, 90, 0.10), transparent 62%),
        radial-gradient(70% 80% at 50% 90%, rgba(80, 99, 184, 0.08), transparent 66%);
    filter: blur(26px) saturate(115%);
    z-index: -1;
    pointer-events: none;
}

.ak-hero-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 120% at 50% -10%, rgba(0, 0, 0, 0.035), transparent 55%);
    z-index: -1;
    pointer-events: none;
}

/* INNER LAYOUT */
.ak-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.ak-hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ROTATING HEADLINE */
.ak-hero-rotate {
    width: 100%;
    padding: 2px 0 0;
}

.ak-hero-line {
    margin: 10px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.12;
    font-family: Raleway, sans-serif;
    color: #0f0f0f;
    text-shadow: none;
}

.ak-prefix {
    display: block;
    font-size: clamp(26px, 3.2vw, 52px);
    font-weight: 700;
    letter-spacing: 0.015em;
    color: #111;
    opacity: 0.98;
    margin-bottom: 6px;
}

.ak-suffix {
    position: relative;
    display: inline-block;
    font-size: clamp(26px, 3.2vw, 52px);
    font-weight: 800;
    color: #5063B8;
    min-height: 1.25em;
    transition: opacity .6s ease, transform .6s ease, color .35s ease;
    will-change: opacity, transform;
}

.ak-suffix.fade-out {
    opacity: 0;
    transform: translateY(8px);
}

.ak-suffix.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.ak-suffix::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.02em;
    transform: translateX(-50%);
    width: 110%;
    height: 0.26em;
    background: var(--ak-swipe, linear-gradient(
        90deg,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.10),
        rgba(0, 0, 0, 0)
    ));
    opacity: 0.32;
    border-radius: 999px;
    z-index: -1;
}

.ak-suffix.swipe-in::after {
    animation: akSwipe .7s ease;
}

@keyframes akSwipe {
    0% {
        width: 0%;
        opacity: 0.0;
    }
    60% {
        width: 110%;
        opacity: 0.42;
    }
    100% {
        width: 110%;
        opacity: 0.32;
    }
}

.ak-hero-subline {
    margin-top: 0;
    font-family: Raleway, sans-serif;
    font-size: clamp(14px, 1.7vw, 19px);
    font-weight: 600;
    color: #1b1b1b;
    text-align: center;
    line-height: 1.35;
}

.ak-colorful-word {
    font-weight: 800;
    letter-spacing: 0.02em;
    display: inline-block;
}

.ak-colorful-word span:nth-child(5n+1) {
    color: #2A8C82;
}

.ak-colorful-word span:nth-child(5n+2) {
    color: #C46B5A;
}

.ak-colorful-word span:nth-child(5n+3) {
    color: #5063B8;
}

.ak-colorful-word span:nth-child(5n+4) {
    color: #7A9E3A;
}

.ak-colorful-word span:nth-child(5n+5) {
    color: #8A6BC7;
}

/* CTA BUTTONS */
.ak-hero-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 14px;
}

.ak-btn {
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 650;
    text-decoration: none;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        background .15s ease,
        border-color .15s ease;
}

.ak-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
}

.ak-btn:focus-visible {
    outline: 3px solid rgba(42, 140, 130, 0.35);
    outline-offset: 2px;
}

.ak-btn-dark {
    background: linear-gradient(180deg, #111, #000);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ak-btn-light {
    background: linear-gradient(180deg, #fff, #f7f7f7);
    color: #111;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.ak-btn-light:hover {
    border-color: rgba(0, 0, 0, 0.18);
}

/* FEATURE TILES */
.ak-hero-tiles {
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 18px 0 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    place-items: stretch;
}

.ak-tile {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.98)
    );
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ak-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ak-tile-accent), transparent);
    opacity: 0.95;
}

.ak-tile::after {
    content: "";
    position: absolute;
    inset: -35% -35% auto -35%;
    height: 90%;
    background: var(--ak-tile-glow);
    filter: blur(34px);
    opacity: 0.55;
    z-index: -1;
    transition: opacity .18s ease;
}

.ak-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.ak-tile:hover::after {
    opacity: 0.8;
}

.ak-tile:nth-child(1) {
    --ak-tile-accent: #2A8C82;
    --ak-tile-glow: radial-gradient(65% 65% at 0% 0%, rgba(42, 140, 130, 0.45), transparent 72%);
    background: linear-gradient(180deg, rgba(42, 140, 130, 0.10), rgba(255, 255, 255, 0.98));
    border-color: rgba(42, 140, 130, 0.22);
}

.ak-tile:nth-child(2) {
    --ak-tile-accent: #C46B5A;
    --ak-tile-glow: radial-gradient(65% 65% at 0% 0%, rgba(196, 107, 90, 0.45), transparent 72%);
    background: linear-gradient(180deg, rgba(196, 107, 90, 0.10), rgba(255, 255, 255, 0.98));
    border-color: rgba(196, 107, 90, 0.22);
}

.ak-tile:nth-child(3) {
    --ak-tile-accent: #5063B8;
    --ak-tile-glow: radial-gradient(65% 65% at 0% 0%, rgba(80, 99, 184, 0.42), transparent 72%);
    background: linear-gradient(180deg, rgba(80, 99, 184, 0.09), rgba(255, 255, 255, 0.98));
    border-color: rgba(80, 99, 184, 0.22);
}

.ak-tile:nth-child(4) {
    --ak-tile-accent: #8A6BC7;
    --ak-tile-glow: radial-gradient(65% 65% at 0% 0%, rgba(138, 107, 199, 0.40), transparent 72%);
    background: linear-gradient(180deg, rgba(138, 107, 199, 0.09), rgba(255, 255, 255, 0.98));
    border-color: rgba(138, 107, 199, 0.22);
}

.ak-tile-title {
    font-weight: 750;
    margin-bottom: 4px;
    color: #0f0f0f;
    letter-spacing: 0.01em;
    font-size: 14.6px;
    line-height: 1.25;
    word-break: break-word;
    hyphens: auto;
}

.ak-tile-title::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ak-tile-accent);
    margin-right: 8px;
    transform: translateY(-1px);
}

.ak-tile-text {
    opacity: 0.92;
    font-size: 13.4px;
    color: #171717;
    line-height: 1.45;
    word-break: break-word;
    hyphens: auto;
    padding: 0 2px;
}

/* Same portrait image size on all 4 cards */
.ak-tile-image {
    margin: -2px -2px 10px -2px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #f7f7f7;
    width: 100%;
    aspect-ratio: 3 / 4;
}

.ak-tile-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 960px) {
    .ak-hero-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ak-hero-wrap {
        padding: 24px 0 18px;
    }

    .ak-hero-inner {
        padding: 0 12px;
    }

    .ak-hero-wrap::before {
        inset: -26% -16% auto -16%;
        height: 72%;
    }
}

@media (max-width: 640px) {
    .ak-suffix {
        min-height: 1.7em;
    }

    .ak-hero-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
    }

    .ak-tile {
        padding: 12px;
        border-radius: 14px;
    }

    .ak-tile-title {
        font-size: 14.5px;
        line-height: 1.2;
    }

    .ak-tile-text {
        font-size: 12.8px;
        line-height: 1.4;
    }
}

@media (max-width: 360px) {
    .ak-hero-tiles {
        grid-template-columns: 1fr;
    }
}
