:root {
  --ak-red: #fe412e;
  --ak-red-dark: #d72f21;
  --ak-yellow: #ffb606;
  --ak-yellow-soft: #fff3c4;
  --ak-blue: #08aeea;
  --ak-blue-soft: #e5f8ff;
  --ak-cyan: #17c7c9;
  --ak-green: #24b47e;
  --ak-ink: #17212b;
  --ak-muted: #617086;
  --ak-paper: #fffdf7;
  --ak-cream: #fff7dd;
  --ak-line: #ecdfc4;
  --ak-shadow: 0 22px 55px rgba(23, 33, 43, 0.13);
  --ak-soft-shadow: 0 12px 30px rgba(23, 33, 43, 0.08);
  --ak-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ak-body {
  margin: 0;
  color: var(--ak-ink);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ak-paper);
  overflow-x: hidden;
}

.ak-body img {
  max-width: 100%;
}

.ak-body a {
  color: inherit;
}

.ak-body h1,
.ak-body h2,
.ak-body h3,
.ak-body h4,
.ak-body h5,
.ak-body h6 {
  font-family: "Baloo 2", "Nunito", system-ui, sans-serif;
}

.ak-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ak-section {
  padding: 84px 0;
}

.ak-section-soft {
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 182, 6, 0.12), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(8, 174, 234, 0.12), transparent 23%),
    #fffaf0;
}

.ak-section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 34px;
}

.ak-kicker,
.ak-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--ak-red-dark);
  background: #fff0d1;
  border: 1px solid #ffe0a4;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ak-eyebrow::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--ak-red);
  border-radius: 999px;
  box-shadow: 14px 0 0 var(--ak-blue), 28px 0 0 var(--ak-yellow);
}

.ak-section-head h2,
.ak-page-hero h1,
.ak-auth-copy h1,
.ak-success-card h1 {
  color: var(--ak-ink);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.ak-section-head p,
.ak-page-hero p,
.ak-auth-copy p,
.ak-success-card p {
  color: var(--ak-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ak-section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.ak-section-heading-row h2,
.ak-about-history-grid h2,
.ak-about-mission-grid h2 {
  margin: 12px 0 0;
  color: var(--ak-ink);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 0.98;
}

.ak-section-heading-row p,
.ak-about-history-grid p,
.ak-about-mission-grid p {
  color: var(--ak-muted);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
}

.ak-btn,
.ak-btn-outline,
.ak-btn-blue,
.ak-link-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ak-btn {
  color: #241800 !important;
  background: var(--ak-yellow);
  box-shadow: 0 12px 24px rgba(255, 182, 6, 0.25);
}

.ak-btn:hover,
.ak-btn-outline:hover {
  transform: translateY(-2px);
}

.ak-btn-red {
  color: #fff !important;
  background: var(--ak-red);
  box-shadow: 0 12px 24px rgba(254, 65, 46, 0.23);
}

.ak-btn-blue {
  color: #fff !important;
  background: var(--ak-blue);
  box-shadow: 0 12px 24px rgba(8, 174, 234, 0.24);
}

.ak-btn-small {
  min-height: 40px;
  padding: 11px 16px;
  font-size: 14px;
}

.ak-btn-outline {
  color: var(--ak-ink) !important;
  background: #fff;
  border-color: #e4edf5;
  box-shadow: none;
}

.ak-link-action {
  min-height: 38px;
  padding: 8px 4px;
  color: var(--ak-ink) !important;
  background: transparent;
}

.ak-site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(255, 253, 247, 0.94);
  border-bottom: 1px solid rgba(236, 223, 196, 0.8);
  backdrop-filter: blur(18px);
}

.ak-top-strip {
  height: 4px;
  overflow: hidden;
  color: #3a2500;
  background: var(--ak-yellow);
  font-size: 13px;
  font-weight: 900;
}

.ak-top-strip-inner {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 34px;
}

.ak-top-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.ak-top-links a {
  color: #3a2500 !important;
  text-decoration: none;
}

.ak-nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 74px;
}

.ak-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ak-ink) !important;
  text-decoration: none !important;
}

.ak-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.ak-brand span {
  display: grid;
  gap: 1px;
}

.ak-brand strong {
  font-family: "Baloo 2", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.ak-brand small {
  color: var(--ak-muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ak-main-nav {
  justify-self: center;
}

.ak-main-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ak-main-nav li {
  position: relative;
}

.ak-main-nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 10px;
  color: var(--ak-ink) !important;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.ak-main-nav > ul > li > a::after {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 4px;
  content: "";
  background: var(--ak-yellow);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ak-main-nav > ul > li > a:hover::after,
.ak-main-nav > ul > li > a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.ak-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  min-width: 220px;
  padding: 10px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ak-menu-wide {
  min-width: 275px;
}

.ak-has-menu:hover .ak-menu,
.ak-has-menu:focus-within .ak-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ak-menu a {
  display: block;
  padding: 11px 12px;
  color: var(--ak-ink) !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.ak-menu a:hover {
  background: var(--ak-yellow-soft);
}

.ak-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ak-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--ak-ink) !important;
  background: #fff;
  border: 1px solid #e4edf5;
  border-radius: 999px;
  text-decoration: none !important;
}

.ak-cart-link span {
  position: absolute;
  top: -6px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ak-red);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.ak-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #fff;
  border: 1px solid #e4edf5;
  border-radius: 999px;
}

.ak-mobile-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ak-ink);
  border-radius: 999px;
}

.ak-home-hero {
  position: relative;
  min-height: clamp(640px, calc(100vh - 116px), 760px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 182, 6, 0.38), transparent 25%),
    radial-gradient(circle at 92% 80%, rgba(8, 174, 234, 0.14), transparent 26%),
    linear-gradient(135deg, #fffdf7 0%, #fffdf7 52%, #e9f9ff 100%);
}

.ak-home-hero::before,
.ak-home-hero::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  pointer-events: none;
}

.ak-home-hero::before {
  left: -80px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  background: rgba(255, 182, 6, 0.22);
}

.ak-home-hero::after {
  right: -90px;
  top: 26%;
  width: 190px;
  height: 190px;
  background: rgba(254, 65, 46, 0.12);
}

.ak-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 34px;
  align-items: center;
  min-height: clamp(640px, calc(100vh - 116px), 760px);
  padding: 34px 0 76px;
}

.ak-hero-copy {
  display: grid;
  gap: 22px;
}

.ak-hero-copy h1 {
  max-width: 650px;
  color: var(--ak-ink);
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.ak-hero-copy h1 span:first-of-type {
  color: var(--ak-blue);
}

.ak-hero-copy h1 span:last-of-type {
  color: var(--ak-red);
}

.ak-hero-copy p {
  max-width: 560px;
  color: var(--ak-muted);
  font-size: 19px;
  line-height: 1.55;
}

.ak-hero-actions,
.ak-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ak-hero-proof {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 12px;
  margin-top: 8px;
}

.ak-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ak-ink);
  font-size: 13px;
  font-weight: 950;
}

.ak-hero-proof span::before {
  width: 18px;
  height: 18px;
  content: "";
  background: var(--ak-yellow);
  border-radius: 999px;
}

.ak-hero-proof span:nth-child(2)::before {
  background: var(--ak-blue);
}

.ak-hero-proof span:nth-child(3)::before {
  background: var(--ak-red);
}

.ak-hero-proof span:nth-child(4)::before {
  background: var(--ak-cyan);
}

.ak-mini-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3a2500;
  background: #fff;
  border: 1px solid #f0dfb7;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(23, 33, 43, 0.06);
}

.ak-hero-art {
  position: relative;
  min-height: 560px;
}

.ak-yellow-blob {
  position: absolute;
  inset: 42px 18px 24px 64px;
  background: var(--ak-yellow);
  border-radius: 42% 58% 45% 55% / 46% 36% 64% 54%;
  transform: rotate(-3deg);
}

.ak-hero-photo-frame {
  position: absolute;
  right: 54px;
  bottom: 42px;
  width: min(430px, 82%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  border: 14px solid #fff;
  border-radius: 44% 56% 41% 59% / 50% 40% 60% 50%;
  box-shadow: var(--ak-shadow);
}

.ak-hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ak-floating-card {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 6px;
  width: 138px;
  min-width: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(23, 33, 43, 0.16);
}

.ak-floating-card strong {
  font-family: "Baloo 2", sans-serif;
  font-size: 15px;
  line-height: 1.05;
}

.ak-floating-card span {
  color: var(--ak-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.ak-floating-card::before {
  width: 38px;
  height: 38px;
  content: "";
  border-radius: 8px;
  background: var(--ak-blue);
}

.ak-float-one {
  left: 24px;
  top: 86px;
}

.ak-float-two {
  right: 0;
  top: 132px;
}

.ak-float-two::before {
  background: var(--ak-red);
}

.ak-float-three {
  left: 42px;
  bottom: 92px;
}

.ak-float-three::before {
  background: var(--ak-green);
}

.ak-star-doodle {
  position: absolute;
  right: 44px;
  bottom: 44px;
  z-index: 3;
  width: 58px;
  height: 58px;
  background: var(--ak-red);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.ak-doodle-line {
  position: absolute;
  left: 18px;
  bottom: 210px;
  z-index: 3;
  width: 128px;
  height: 54px;
  border-bottom: 5px dashed var(--ak-cyan);
  border-radius: 50%;
  transform: rotate(-24deg);
}

.ak-pathways {
  position: relative;
  z-index: 5;
  margin-top: -42px;
}

.ak-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ak-path-card,
.ak-feature-card,
.ak-plan-card,
.ak-shop-card,
.ak-form-card,
.ak-summary-card,
.ak-auth-card,
.ak-success-card,
.ak-cart-card {
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: var(--ak-radius);
  box-shadow: var(--ak-soft-shadow);
}

.ak-path-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 196px;
  padding: 22px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
}

.ak-path-card::after {
  position: absolute;
  right: -40px;
  bottom: -44px;
  width: 126px;
  height: 126px;
  content: "";
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.ak-path-card.learn {
  background: linear-gradient(135deg, #08aeea, #5dd9ff);
}

.ak-path-card.earn {
  background: linear-gradient(135deg, #fe412e, #ff7a63);
}

.ak-path-card.market {
  color: var(--ak-ink) !important;
  background: linear-gradient(135deg, #ffb606, #ffe073);
}

.ak-path-card.create {
  background: linear-gradient(135deg, #17c7c9, #38d7b3);
}

.ak-path-icon,
.ak-card-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: var(--ak-red);
  border-radius: 8px;
  font-size: 24px;
  box-shadow: 0 12px 24px rgba(254, 65, 46, 0.18);
}

.ak-card-icon.yellow {
  color: #241800;
  background: var(--ak-yellow);
}

.ak-card-icon.blue {
  background: var(--ak-blue);
}

.ak-card-icon.green {
  background: var(--ak-green);
}

.ak-path-card h3,
.ak-feature-card h3,
.ak-plan-card h3,
.ak-shop-card h3 {
  margin: 0;
  color: inherit;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.02;
}

.ak-feature-card p,
.ak-plan-card p,
.ak-shop-card p,
.ak-cart-card p {
  color: var(--ak-muted);
  line-height: 1.55;
}

.ak-path-card p {
  color: rgba(255, 255, 255, 0.93);
  font-weight: 800;
  line-height: 1.42;
}

.ak-path-card.market p {
  color: #4b3600;
}

.ak-path-card b {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding: 10px 13px;
  color: var(--ak-ink);
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
}

.ak-trust-section {
  padding-top: 78px;
}

.ak-section-head-split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.ak-section-head-split p {
  max-width: 420px;
  font-weight: 750;
}

.ak-trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 22px;
  background: #dfeaf2;
  border: 1px solid #dfeaf2;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-trust-item {
  min-height: 126px;
  padding: 22px;
  background: #fff;
  text-align: center;
}

.ak-trust-item b {
  display: block;
  font-family: "Baloo 2", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.ak-trust-item span {
  display: block;
  margin-top: 8px;
  color: var(--ak-muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.ak-split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 46px;
  align-items: center;
}

.ak-media-frame {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: var(--ak-shadow);
}

.ak-media-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.ak-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.ak-feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
}

.ak-feature-card h3 {
  font-size: 23px;
}

.ak-section-head-plain {
  margin-bottom: 22px;
}

.ak-learning-showcase {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 40px;
  align-items: center;
}

.ak-learning-copy {
  display: grid;
  gap: 20px;
}

.ak-number-list {
  display: grid;
  gap: 14px;
}

.ak-number-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-number-row > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 8px;
  font-family: "Baloo 2", sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.ak-number-row > span.blue {
  background: var(--ak-blue);
}

.ak-number-row > span.red {
  background: var(--ak-red);
}

.ak-number-row > span.yellow {
  color: #241800;
  background: var(--ak-yellow);
}

.ak-number-row h3 {
  margin: 0;
  color: var(--ak-ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
}

.ak-number-row p {
  margin: 4px 0 0;
  color: var(--ak-muted);
  font-weight: 800;
  line-height: 1.45;
}

.ak-learning-art {
  position: relative;
  min-height: 430px;
}

.ak-learning-art img {
  position: absolute;
  right: 0;
  top: 28px;
  width: min(520px, 90%);
  height: 330px;
  object-fit: cover;
  border: 12px solid #fff;
  border-radius: 8px;
  box-shadow: var(--ak-shadow);
}

.ak-learning-note {
  position: absolute;
  left: 0;
  bottom: 34px;
  max-width: 250px;
  padding: 22px;
  color: #fff;
  background: var(--ak-red);
  border-radius: 8px;
  box-shadow: var(--ak-shadow);
  transform: rotate(-2deg);
}

.ak-learning-note h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 29px;
  line-height: 0.94;
}

.ak-learning-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
  line-height: 1.35;
}

.ak-market-showcase {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  align-items: start;
}

.ak-shop-path-panel,
.ak-home-product-card,
.ak-plan-compact-card,
.ak-quick-paths,
.ak-creative-primary {
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-shop-path-panel {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.ak-shop-path-panel h3 {
  margin: 0 0 4px;
  font-size: 22px;
}

.ak-shop-path-chip {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  color: var(--ak-ink) !important;
  background: #f7fbff;
  border: 1px solid #e1edf7;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

.ak-shop-path-chip.active {
  background: var(--ak-yellow-soft);
  border-color: var(--ak-yellow);
}

.ak-home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ak-home-product-card {
  overflow: hidden;
}

.ak-home-product-image {
  height: 160px;
  overflow: hidden;
  background: #fffaf0;
}

.ak-home-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ak-home-product-body {
  display: grid;
  gap: 9px;
  padding: 14px;
}

.ak-home-product-body small {
  color: var(--ak-red-dark);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.ak-home-product-body h3 {
  min-height: 44px;
  margin: 0;
  color: var(--ak-ink);
  font-size: 21px;
  line-height: 1.05;
}

.ak-home-product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ak-home-product-price strong {
  color: var(--ak-red);
  font-size: 18px;
  font-weight: 950;
}

.ak-home-product-price form {
  margin: 0;
}

.ak-home-product-price button {
  min-height: 34px;
  padding: 9px 12px;
  color: #241800;
  background: var(--ak-yellow);
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.ak-plan-compact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ak-plan-compact-card {
  display: grid;
  gap: 13px;
  padding: 22px;
}

.ak-plan-compact-card.featured {
  border-color: rgba(255, 182, 6, 0.88);
}

.ak-plan-compact-card h3 {
  margin: 0;
  color: var(--ak-ink);
  font-size: 26px;
  line-height: 0.98;
}

.ak-plan-compact-card .ak-price {
  font-size: 34px;
}

.ak-plan-compact-card p {
  margin: 0;
  color: var(--ak-muted);
  line-height: 1.5;
}

.ak-plan-compact-card .ak-clean-list {
  margin-top: 4px;
}

.ak-plan-compact-card .ak-btn,
.ak-plan-compact-card .ak-btn-outline {
  width: 100%;
  margin-top: auto;
}

.ak-creative-showcase {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr;
  gap: 18px;
}

.ak-creative-primary {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  color: #fff;
}

.ak-creative-primary img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ak-creative-primary::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(23, 33, 43, 0.76), rgba(23, 33, 43, 0.2));
}

.ak-creative-primary > div {
  position: relative;
  z-index: 1;
  max-width: 580px;
  padding: 28px;
}

.ak-creative-primary h2 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 0.98;
}

.ak-creative-primary p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.ak-quick-paths {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.ak-quick-paths h3 {
  margin: 0;
  font-size: 30px;
}

.ak-quick-paths p {
  margin: 0;
  color: var(--ak-muted);
  font-weight: 800;
}

.ak-quick-paths a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: var(--ak-ink) !important;
  background: #f8fbff;
  border: 1px solid #e1edf7;
  border-radius: 8px;
  font-weight: 950;
  text-decoration: none !important;
}

.ak-quick-paths b {
  color: var(--ak-red-dark);
}

.ak-hub-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 182, 6, 0.28), transparent 25%),
    radial-gradient(circle at 92% 86%, rgba(8, 174, 234, 0.16), transparent 28%),
    linear-gradient(135deg, #fffdf7 0%, #fffaf0 54%, #eaf9ff 100%);
}

.ak-earn-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(36, 180, 126, 0.2), transparent 25%),
    radial-gradient(circle at 90% 82%, rgba(254, 65, 46, 0.12), transparent 28%),
    linear-gradient(135deg, #fffdf7 0%, #fffaf0 52%, #eaf9ff 100%);
}

.ak-library-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(8, 174, 234, 0.22), transparent 25%),
    radial-gradient(circle at 90% 82%, rgba(255, 182, 6, 0.24), transparent 28%),
    linear-gradient(135deg, #fffdf7 0%, #fffaf0 52%, #eaf9ff 100%);
}

.ak-about-hero {
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 182, 6, 0.28), transparent 23%),
    radial-gradient(circle at 92% 82%, rgba(36, 199, 201, 0.18), transparent 30%),
    linear-gradient(135deg, #fffdf7 0%, #fffaf0 50%, #edfaff 100%);
}

.ak-creative-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(254, 65, 46, 0.16), transparent 25%),
    radial-gradient(circle at 90% 82%, rgba(8, 174, 234, 0.22), transparent 28%),
    linear-gradient(135deg, #fffdf7 0%, #fffaf0 52%, #eaf9ff 100%);
}

.ak-hub-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
}

.ak-hub-hero-grid > *,
.ak-creative-hero-grid > *,
.ak-about-hero-grid > *,
.ak-about-intro-grid > *,
.ak-about-history-grid > *,
.ak-about-mission-grid > * {
  min-width: 0;
}

.ak-hub-hero h1 {
  max-width: 720px;
  margin: 18px 0;
  color: var(--ak-ink);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  line-height: 0.96;
  overflow-wrap: break-word;
}

.ak-hub-hero p {
  max-width: 620px;
  color: var(--ak-muted);
  font-size: 19px;
  line-height: 1.6;
}

.ak-hub-quote,
.ak-resource-hero-card {
  display: grid;
  gap: 12px;
  padding: 30px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-shadow);
}

.ak-hub-quote strong,
.ak-resource-hero-card strong {
  color: var(--ak-red);
  font-family: "Baloo 2", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.ak-hub-quote span {
  color: var(--ak-ink);
  font-weight: 950;
}

.ak-arabic {
  direction: rtl;
  color: var(--ak-ink) !important;
  font-size: 23px !important;
  font-weight: 850;
  line-height: 1.9 !important;
  overflow-wrap: anywhere;
}

.ak-resource-hero-card span {
  color: var(--ak-blue);
  font-family: "Baloo 2", sans-serif;
  font-size: 82px;
  font-weight: 900;
  line-height: 0.85;
}

.ak-hub-content-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.ak-hub-story {
  padding: 28px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-hub-story h2 {
  margin: 14px 0;
  color: var(--ak-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.98;
}

.ak-hub-story p {
  color: var(--ak-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ak-resource-feature-grid,
.ak-earn-steps {
  display: grid;
  gap: 14px;
}

.ak-resource-feature,
.ak-earn-steps div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-resource-feature i,
.ak-earn-steps b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--ak-blue);
  border-radius: 8px;
  font-size: 18px;
}

.ak-earn-steps b {
  background: var(--ak-red);
  font-family: "Baloo 2", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.ak-resource-feature span,
.ak-earn-steps span {
  color: var(--ak-ink);
  font-weight: 900;
  line-height: 1.45;
}

.ak-library-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.ak-library-mini-grid div {
  display: grid;
  gap: 5px;
  padding: 16px;
  background: #fffaf0;
  border: 1px solid #f3dfad;
  border-radius: 8px;
}

.ak-library-mini-grid b {
  color: var(--ak-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.ak-library-mini-grid span {
  color: var(--ak-muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.ak-hub-action-grid,
.ak-resource-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ak-resource-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ak-hub-action-card,
.ak-resource-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 250px;
  overflow: hidden;
  padding: 24px;
  color: #fff !important;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
  text-decoration: none !important;
}

.ak-resource-card {
  min-height: 270px;
  background: #fff;
  border: 1px solid #edf0f4;
}

.ak-hub-action-card::after,
.ak-resource-card::after {
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 125px;
  height: 125px;
  content: "";
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.ak-hub-action-card.blue,
.ak-resource-card.blue {
  background: linear-gradient(135deg, #08aeea, #5dd9ff);
}

.ak-hub-action-card.red,
.ak-resource-card.red {
  background: linear-gradient(135deg, #fe412e, #ff7a63);
}

.ak-hub-action-card.green,
.ak-resource-card.green {
  background: linear-gradient(135deg, #17c7c9, #38d7b3);
}

.ak-hub-action-card.yellow,
.ak-resource-card.yellow {
  color: var(--ak-ink) !important;
  background: linear-gradient(135deg, #ffb606, #ffe073);
}

.ak-hub-action-card i,
.ak-resource-card > i,
.ak-resource-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 24px;
}

.ak-hub-action-card.yellow i,
.ak-resource-card.yellow > i,
.ak-resource-card.yellow .ak-resource-icon {
  color: #3a2500;
  background: rgba(255, 255, 255, 0.36);
}

.ak-hub-action-card h3,
.ak-resource-card h3 {
  margin: 0;
  color: inherit;
  font-size: 29px;
  line-height: 0.98;
}

.ak-hub-action-card p,
.ak-resource-card p {
  color: currentColor;
  font-weight: 850;
  line-height: 1.45;
  opacity: 0.92;
}

.ak-resource-card small,
.ak-resource-card > span {
  width: fit-content;
  padding: 7px 10px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.ak-hub-action-card b,
.ak-resource-card b {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding: 10px 13px;
  color: var(--ak-ink);
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
}

.ak-about-hero-grid,
.ak-about-intro-grid,
.ak-about-history-grid,
.ak-about-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.ak-about-photo-stack {
  position: relative;
  display: grid;
  justify-items: end;
  min-height: 430px;
}

.ak-about-photo-stack img,
.ak-about-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ak-about-photo-stack img {
  max-width: 560px;
  height: 390px;
  border: 10px solid #fff;
  border-radius: 999px;
  box-shadow: var(--ak-shadow);
}

.ak-about-photo-stack::before {
  position: absolute;
  inset: 34px 42px 0 auto;
  z-index: 0;
  width: 330px;
  height: 330px;
  content: "";
  background: var(--ak-yellow);
  border-radius: 999px;
}

.ak-about-photo-stack img,
.ak-about-photo-stack div {
  position: relative;
  z-index: 1;
}

.ak-about-photo-stack div {
  display: grid;
  gap: 4px;
  max-width: 310px;
  margin: -76px 34px 0 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-shadow);
}

.ak-about-photo-stack b {
  color: var(--ak-red);
  font-family: "Baloo 2", sans-serif;
  font-size: 46px;
  line-height: 0.9;
}

.ak-about-photo-stack span {
  color: var(--ak-muted);
  font-weight: 900;
  line-height: 1.45;
}

.ak-about-image-card {
  overflow: hidden;
  min-height: 360px;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 8px;
  box-shadow: var(--ak-shadow);
}

.ak-about-value-grid,
.ak-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ak-team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ak-about-value-card,
.ak-team-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 26px;
  color: #fff;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-about-value-card::after,
.ak-team-card::after {
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  content: "";
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.ak-about-value-card.blue {
  background: linear-gradient(135deg, #08aeea, #5dd9ff);
}

.ak-about-value-card.yellow {
  color: var(--ak-ink);
  background: linear-gradient(135deg, #ffb606, #ffe073);
}

.ak-about-value-card.red {
  background: linear-gradient(135deg, #fe412e, #ff7a63);
}

.ak-about-value-card i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  font-size: 24px;
}

.ak-about-value-card h3,
.ak-team-card h3 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 34px;
  font-weight: 900;
  line-height: 0.98;
}

.ak-about-value-card p,
.ak-team-card p {
  position: relative;
  z-index: 1;
  color: currentColor;
  font-weight: 850;
  line-height: 1.5;
  opacity: 0.92;
}

.ak-about-timeline {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.ak-about-timeline div,
.ak-about-mission-list div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-about-timeline b {
  color: var(--ak-red);
  font-family: "Baloo 2", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.ak-about-timeline span,
.ak-about-mission-list span {
  color: var(--ak-ink);
  font-weight: 900;
  line-height: 1.45;
}

.ak-about-mission-list {
  display: grid;
  gap: 12px;
}

.ak-about-mission-list i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--ak-green);
  border-radius: 999px;
}

.ak-team-card {
  display: grid;
  gap: 10px;
  min-height: 300px;
  color: var(--ak-ink);
  background: #fff;
  border: 1px solid #edf0f4;
}

.ak-team-card:nth-child(2) {
  background: #eaf9ff;
}

.ak-team-card:nth-child(3) {
  background: #fff5db;
}

.ak-team-card:nth-child(4) {
  background: #fff0ee;
}

.ak-team-avatar {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: #fff;
  background: var(--ak-blue);
  border-radius: 999px;
  font-family: "Baloo 2", sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.ak-team-card:nth-child(2) .ak-team-avatar {
  background: var(--ak-green);
}

.ak-team-card:nth-child(3) .ak-team-avatar {
  color: var(--ak-ink);
  background: var(--ak-yellow);
}

.ak-team-card:nth-child(4) .ak-team-avatar {
  background: var(--ak-red);
}

.ak-team-card span {
  color: var(--ak-red-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ak-team-card small {
  width: fit-content;
  margin-top: auto;
  padding: 8px 10px;
  color: var(--ak-muted);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid #edf0f4;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.ak-about-cta {
  padding-top: 0;
}

.ak-about-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  background:
    radial-gradient(circle at 90% 20%, rgba(8, 174, 234, 0.18), transparent 24%),
    linear-gradient(135deg, #182433, #0f1b29);
  border-radius: 8px;
  box-shadow: var(--ak-shadow);
}

.ak-about-cta-card h2 {
  margin: 10px 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.98;
}

.ak-about-cta-card p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.ak-creative-hero-grid,
.ak-creative-intro-grid,
.ak-creative-rules-grid,
.ak-creative-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.ak-creative-media-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-shadow);
}

.ak-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0f1b29;
  border-radius: 8px;
}

.ak-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ak-creative-media-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.ak-creative-media-note b {
  display: grid;
  place-items: center;
  min-width: 86px;
  min-height: 58px;
  color: #fff;
  background: var(--ak-red);
  border-radius: 8px;
  font-family: "Baloo 2", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.ak-creative-media-note span {
  color: var(--ak-muted);
  font-weight: 900;
  line-height: 1.45;
}

.ak-creative-quote h2 {
  margin: 0;
  color: var(--ak-red);
  font-size: 32px;
}

.ak-creative-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ak-creative-rules-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.ak-creative-rules-grid h2,
.ak-creative-feature-card h2 {
  margin: 12px 0;
  color: var(--ak-ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
}

.ak-creative-rules-grid p,
.ak-creative-feature-card p {
  color: var(--ak-muted);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
}

.ak-creative-rules {
  display: grid;
  gap: 12px;
}

.ak-creative-rules div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-creative-rules i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--ak-green);
  border-radius: 999px;
}

.ak-creative-rules span {
  color: var(--ak-muted);
  font-weight: 800;
  line-height: 1.5;
}

.ak-creative-rules b {
  display: block;
  color: var(--ak-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.ak-creative-feature-grid {
  grid-template-columns: 1.25fr 0.75fr;
}

.ak-creative-feature-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-creative-feature-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 8px;
}

.ak-market-preview {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.ak-market-copy {
  display: grid;
  gap: 16px;
}

.ak-product-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ak-mini-product {
  overflow: hidden;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-mini-product img {
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.ak-mini-product small {
  color: var(--ak-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.ak-mini-product-placeholder {
  display: grid;
  place-items: center;
  height: 178px;
  color: var(--ak-red);
  background: var(--ak-yellow-soft);
  font-size: 30px;
}

.ak-mini-product div {
  display: grid;
  gap: 5px;
  padding: 13px;
}

.ak-mini-product strong {
  color: var(--ak-ink);
  font-size: 14px;
  line-height: 1.25;
}

.ak-mini-product span {
  color: var(--ak-red-dark);
  font-weight: 950;
}

.ak-plan-preview-grid,
.ak-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.ak-plan-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 26px;
  overflow: hidden;
}

.ak-plan-card.featured {
  border-color: rgba(255, 182, 6, 0.82);
  box-shadow: 0 22px 50px rgba(255, 182, 6, 0.2);
}

.ak-badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  color: #3a2500;
  background: var(--ak-yellow-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ak-price {
  display: flex;
  align-items: end;
  gap: 8px;
  color: var(--ak-red);
  font-family: "Baloo 2", sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 0.9;
}

.ak-price small {
  padding-bottom: 4px;
  color: var(--ak-muted);
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.ak-clean-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ak-clean-list li {
  position: relative;
  padding-left: 23px;
  color: var(--ak-muted);
  line-height: 1.45;
}

.ak-clean-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--ak-green);
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.ak-creative-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 182, 6, 0.75), transparent 20%),
    radial-gradient(circle at 88% 20%, rgba(8, 174, 234, 0.62), transparent 23%),
    linear-gradient(135deg, #182331 0%, #26384c 100%);
}

.ak-creative-band .ak-section-head h2,
.ak-creative-band .ak-section-head p {
  color: #fff;
}

.ak-creative-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ak-creative-card {
  display: grid;
  gap: 10px;
  min-height: 170px;
  padding: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  text-decoration: none !important;
  backdrop-filter: blur(12px);
}

.ak-creative-card i {
  font-size: 26px;
  color: var(--ak-yellow);
}

.ak-creative-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.ak-creative-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.ak-page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 76px;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 182, 6, 0.54), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(8, 174, 234, 0.18), transparent 24%),
    linear-gradient(135deg, #fff7dc 0%, #fffdf7 56%, #e9f9ff 100%);
}

.ak-page-hero .ak-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.ak-page-hero h1 {
  margin: 12px 0;
}

.ak-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ak-page-stat {
  min-width: 190px;
  padding: 20px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-page-stat strong {
  display: block;
  color: var(--ak-red);
  font-family: "Baloo 2", sans-serif;
  font-size: 38px;
  line-height: 0.9;
}

.ak-page-stat span {
  color: var(--ak-muted);
  font-size: 13px;
  font-weight: 900;
}

.ak-filter-bar {
  position: relative;
  z-index: 2;
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid #edf0f4;
}

.ak-filter-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.ak-filter-pills .ak-pill {
  flex: 0 0 auto;
}

.ak-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  color: var(--ak-ink) !important;
  background: #fffaf0;
  border: 1px solid #f0dfb7;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none !important;
}

.ak-pill.active,
.ak-pill:hover {
  color: #241800 !important;
  background: var(--ak-yellow);
  border-color: var(--ak-yellow);
}

.ak-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ak-shop-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
}

.ak-shop-image {
  position: relative;
  background: #f7f0df;
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
}

.ak-shop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.ak-shop-card:hover .ak-shop-image img {
  transform: scale(1.04);
}

.ak-shop-placeholder,
.ak-cart-placeholder {
  display: grid;
  place-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 180px;
  color: var(--ak-red);
  background: var(--ak-yellow-soft);
  font-size: 38px;
  text-align: center;
}

.ak-shop-placeholder span {
  max-width: 170px;
  color: var(--ak-ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.ak-shop-body {
  display: grid;
  gap: 10px;
  padding: 18px;
  flex: 1;
}

.ak-shop-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ak-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.ak-stock {
  color: var(--ak-green);
}

.ak-stock.out {
  color: var(--ak-red);
}

.ak-shop-title {
  min-height: 48px;
  margin: 0;
  color: var(--ak-ink);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
}

.ak-shop-price {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
}

.ak-shop-price strong {
  color: var(--ak-red);
  font-size: 21px;
  font-weight: 950;
}

.ak-shop-price del {
  color: #9aa6b5;
  font-size: 14px;
}

.ak-shop-card form {
  margin-top: 4px;
}

.ak-shop-card button,
.ak-confirm-btn,
.ak-update-btn {
  width: 100%;
  min-height: 46px;
  color: #241800;
  background: var(--ak-yellow);
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
}

.ak-shop-card button:disabled {
  color: #8c8c8c;
  background: #e7e7e7;
}

.ak-floating-cart {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  color: #fff !important;
  background: var(--ak-red);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(254, 65, 46, 0.25);
  font-weight: 950;
  text-decoration: none !important;
}

.ak-empty-state {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 48px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-soft-shadow);
}

.ak-grid-full {
  grid-column: 1 / -1;
}

.ak-update-fit {
  width: auto;
  padding: 0 22px;
}

.ak-cart-layout,
.ak-checkout-grid,
.ak-auth-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
}

.ak-cart-card,
.ak-form-card,
.ak-summary-card,
.ak-auth-card {
  padding: 26px;
}

.ak-cart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.ak-cart-title h2,
.ak-form-card h2,
.ak-summary-card h2,
.ak-auth-card h2 {
  margin: 0;
  color: var(--ak-ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.ak-cart-list {
  display: grid;
  gap: 14px;
}

.ak-cart-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto auto auto;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf0f4;
}

.ak-cart-thumb {
  width: 88px;
  height: 88px;
  overflow: hidden;
  background: var(--ak-yellow-soft);
  border-radius: 8px;
}

.ak-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ak-cart-name strong {
  display: block;
  color: var(--ak-ink);
  font-size: 17px;
  font-weight: 950;
}

.ak-cart-name span,
.ak-cart-line {
  color: var(--ak-muted);
  font-weight: 850;
}

.ak-qty {
  width: 74px;
  height: 42px;
  text-align: center;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  font-weight: 900;
}

.ak-remove-btn {
  width: 38px;
  height: 38px;
  color: var(--ak-red);
  background: #fff4f2;
  border: 0;
  border-radius: 999px;
  font-weight: 950;
}

.ak-summary-list {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: #fffaf0;
  border: 1px solid #f0dfb7;
  border-radius: 8px;
}

.ak-summary-row,
.ak-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--ak-muted);
  font-weight: 850;
}

.ak-summary-total {
  padding-top: 12px;
  color: var(--ak-ink);
  border-top: 1px solid #f0dfb7;
  font-size: 21px;
  font-weight: 950;
}

.ak-summary-total span:last-child,
.ak-cart-line strong {
  color: var(--ak-red);
}

.ak-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ak-field {
  display: grid;
  gap: 7px;
}

.ak-field.full {
  grid-column: 1 / -1;
}

.ak-field label {
  color: var(--ak-ink);
  font-size: 14px;
  font-weight: 950;
}

.ak-field input,
.ak-field select,
.ak-auth-card input {
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  color: var(--ak-ink);
  background: #fff;
  font: inherit;
  font-weight: 750;
}

.ak-field small {
  color: var(--ak-muted);
  font-size: 12px;
}

.ak-pay-note {
  display: grid;
  gap: 5px;
  margin: 18px 0;
  padding: 16px;
  color: #3a2500;
  background: var(--ak-yellow-soft);
  border: 1px solid #f0dfb7;
  border-radius: 8px;
  font-weight: 850;
}

.ak-auth-page {
  padding: 76px 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 182, 6, 0.25), transparent 22%),
    radial-gradient(circle at 92% 12%, rgba(8, 174, 234, 0.16), transparent 24%),
    #fffdf7;
}

.ak-auth-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
}

.ak-auth-copy {
  display: grid;
  gap: 20px;
}

.ak-auth-card form {
  display: grid;
  gap: 15px;
}

.ak-gated-page {
  padding: 70px 0 86px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 182, 6, 0.18), transparent 24%),
    radial-gradient(circle at 90% 15%, rgba(8, 174, 234, 0.15), transparent 24%),
    linear-gradient(135deg, #fffdf7 0%, #fffaf0 54%, #eaf9ff 100%);
}

.ak-gated-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.ak-gated-card,
.ak-gated-side {
  padding: 34px;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: var(--ak-shadow);
}

.ak-gated-card {
  display: grid;
  gap: 16px;
}

.ak-gated-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: #fff;
  background: var(--ak-blue);
  border-radius: 8px;
  font-size: 31px;
  box-shadow: 0 16px 26px rgba(8, 174, 234, 0.22);
}

.ak-gated-icon.green {
  background: var(--ak-green);
  box-shadow: 0 16px 26px rgba(36, 180, 126, 0.22);
}

.ak-gated-icon.red {
  background: var(--ak-red);
  box-shadow: 0 16px 26px rgba(254, 65, 46, 0.2);
}

.ak-gated-icon.yellow {
  color: var(--ak-ink);
  background: var(--ak-yellow);
  box-shadow: 0 16px 26px rgba(255, 182, 6, 0.23);
}

.ak-gated-card h2 {
  max-width: 650px;
  margin: 0;
  color: var(--ak-ink);
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 900;
  line-height: 0.98;
}

.ak-gated-card p,
.ak-gated-side p {
  max-width: 620px;
  color: var(--ak-muted);
  font-size: 18px;
  line-height: 1.6;
}

.ak-gated-side {
  display: grid;
  gap: 14px;
  align-content: center;
}

.ak-gated-side h3 {
  margin: 0 0 6px;
  color: var(--ak-ink);
  font-size: 34px;
  line-height: 1;
}

.ak-gated-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: start;
  padding: 16px;
  background: #f8fbff;
  border: 1px solid #e1edf7;
  border-radius: 8px;
}

.ak-gated-point i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--ak-blue);
  border-radius: 8px;
}

.ak-gated-point:nth-child(3) i {
  background: var(--ak-red);
}

.ak-gated-point:nth-child(4) i {
  background: var(--ak-green);
}

.ak-gated-point span {
  color: var(--ak-muted);
  font-weight: 800;
  line-height: 1.5;
}

.ak-gated-point b {
  display: block;
  color: var(--ak-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.ak-plan-options {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.ak-plan-choice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  padding: 13px;
  background: #fffaf0;
  border: 1px solid #f0dfb7;
  border-radius: 8px;
}

.ak-plan-choice label {
  margin: 0;
  color: var(--ak-ink);
  font-weight: 900;
}

.ak-check-row {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ak-muted);
  font-weight: 850;
}

.ak-success-page {
  display: grid;
  min-height: 70vh;
  place-items: center;
  padding: 80px 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(255, 182, 6, 0.23), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(8, 174, 234, 0.15), transparent 25%),
    #fffdf7;
}

.ak-success-card {
  display: grid;
  gap: 18px;
  max-width: 620px;
  padding: 48px;
  text-align: center;
}

.ak-success-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  color: #fff;
  background: var(--ak-green);
  border-radius: 8px;
  font-size: 36px;
}

.ak-alert {
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 850;
}

.ak-alert-success {
  color: #115c3f;
  background: #dcf8ed;
  border: 1px solid #bcebd9;
}

.ak-alert-danger {
  color: #8f2018;
  background: #fff0ee;
  border: 1px solid #ffd0cb;
}

.ak-footer {
  color: #fff;
  background:
    radial-gradient(circle at 7% 8%, rgba(255, 182, 6, 0.18), transparent 26%),
    linear-gradient(135deg, #182331 0%, #233247 100%);
}

.ak-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 28px;
  padding: 58px 0 40px;
}

.ak-footer-brand img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 12px;
}

.ak-footer h2,
.ak-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-weight: 900;
}

.ak-footer p {
  max-width: 330px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.ak-footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.76) !important;
  text-decoration: none;
  font-weight: 800;
}

.ak-footer a:hover {
  color: var(--ak-yellow) !important;
}

.ak-socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.ak-socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.ak-footer-bottom {
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 850;
}

/* Compatibility pass for older Blade pages that still use the previous classes. */
.pg-hero {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(rgba(23, 33, 43, 0.6), rgba(23, 33, 43, 0.6)),
    url("../images/pghero.png") center/cover no-repeat;
}

.ux-allzhero {
  position: relative;
  z-index: 1;
}

.pg-hero .bg-image-slot {
  display: none;
}

.content-overlay {
  position: relative;
  z-index: 2;
}

.main-title {
  color: #fff;
  font-family: "Baloo 2", sans-serif !important;
  font-size: clamp(38px, 5vw, 66px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
}

.ux-bcrum {
  padding: 14px 0 !important;
  background: #fff;
  border-bottom: 1px solid #edf0f4;
}

.breadcrumb-nav {
  width: min(1170px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ak-muted);
  font-size: 14px;
  font-weight: 900;
}

.crumb-link {
  color: var(--ak-red-dark) !important;
  text-decoration: none;
}

.crumb-current {
  color: var(--ak-ink);
}

.ak-mainsecond,
.ux-lhub,
.custom-container,
.container.max-width-lg {
  width: min(1170px, calc(100% - 40px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ak-mainsecond {
  padding: 72px 0;
}

.ak-flex-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  align-items: center;
  margin-bottom: 58px;
}

.ak-col {
  min-width: 0;
}

.ak-text-box h2,
.ak-headings,
.ux-headings {
  color: var(--ak-ink) !important;
  font-family: "Baloo 2", sans-serif !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.heading-span,
.ux-headings span {
  color: var(--ak-red);
}

.ak-text-box p,
.ak-text-box li,
.hub-tagline,
.hadith-translation,
.hadith-source,
.hadith-details,
.resource-intro,
.resource-list li {
  color: var(--ak-muted) !important;
  font-size: 17px;
  line-height: 1.65;
}

.ak-media-frame,
.ak-video-container,
.ux-resoucecard,
.dynamic-product-card,
.course-card-layout,
.custom-empty-alert {
  border-radius: var(--ak-radius) !important;
  box-shadow: var(--ak-soft-shadow) !important;
}

.ak-video-container iframe {
  width: 100%;
  min-height: 350px;
  border: 0;
  border-radius: 8px;
}

.ak-btn,
.ak-text-box .ak-btn,
.ux-allbuttons,
.btn-yellow-click,
.mt-btn,
.btn-register,
.ux-adcartbtn,
.btn-add-to-cart,
.btn-confirm {
  color: #241800 !important;
  background: var(--ak-yellow) !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

.ux-allbuttons,
.btn-yellow-click,
.mt-btn,
.btn-register,
.ux-adcartbtn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px !important;
}

.ak-btn.ak-btn-blue {
  color: #fff !important;
  background: var(--ak-blue) !important;
  box-shadow: 0 12px 24px rgba(8, 174, 234, 0.24) !important;
}

.ak-btn.ak-btn-red {
  color: #fff !important;
  background: var(--ak-red) !important;
  box-shadow: 0 12px 24px rgba(254, 65, 46, 0.23) !important;
}

.ux-resoucecard,
.dynamic-product-card,
.course-card-layout {
  overflow: hidden;
  border: 1px solid #edf0f4 !important;
}

.ux-resoucecard {
  height: 100%;
  padding: 18px !important;
  background: #fff;
}

.ux-resoucecard .img-wrapper {
  display: grid;
  place-items: center;
  min-height: 120px;
  margin-bottom: 12px;
  background: #fffaf0;
  border-radius: 8px;
}

.ux-resoucecard .card-title {
  color: var(--ak-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.custom-empty-alert {
  padding: 22px;
  background: #fffaf0;
  border: 1px solid #f0dfb7;
}

.form-control,
.form-select {
  border-radius: 8px !important;
  min-height: 44px;
}

.alert {
  border-radius: 8px !important;
}

@media (max-width: 1180px) {
  .ak-nav-wrap {
    grid-template-columns: auto auto auto;
  }

  .ak-main-nav > ul > li > a {
    padding-inline: 7px;
    font-size: 13px;
  }

  .ak-brand span {
    display: none;
  }
}

@media (max-width: 980px) {
  .ak-top-strip-inner {
    justify-content: center;
    text-align: center;
  }

  .ak-top-links {
    display: none;
  }

  .ak-nav-wrap {
    grid-template-columns: auto auto auto;
    min-height: 72px;
  }

  .ak-brand img {
    width: 56px;
    height: 56px;
  }

  .ak-mobile-toggle {
    display: block;
    order: 3;
  }

  .ak-nav-actions {
    margin-left: auto;
  }

  .ak-nav-actions .ak-link-action,
  .ak-nav-actions .ak-btn {
    display: none;
  }

  .ak-main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: none;
    padding: 16px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    box-shadow: var(--ak-shadow);
  }

  .ak-main-nav.is-open {
    display: block;
  }

  .ak-main-nav ul {
    display: grid;
    gap: 4px;
  }

  .ak-main-nav > ul > li > a {
    width: 100%;
    justify-content: space-between;
    padding: 12px;
    border-radius: 8px;
  }

  .ak-main-nav > ul > li > a:hover,
  .ak-main-nav > ul > li > a.active {
    background: var(--ak-yellow-soft);
  }

  .ak-main-nav > ul > li > a::after {
    display: none;
  }

  .ak-section-heading-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ak-menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0 0 8px 12px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .ak-menu a {
    padding: 8px 10px;
  }

  .ak-hero-grid,
  .ak-split,
  .ak-market-preview,
  .ak-hub-hero-grid,
  .ak-hub-content-grid,
  .ak-about-hero-grid,
  .ak-about-intro-grid,
  .ak-about-history-grid,
  .ak-about-mission-grid,
  .ak-creative-hero-grid,
  .ak-creative-intro-grid,
  .ak-creative-rules-grid,
  .ak-creative-feature-grid,
  .ak-creative-feature-card,
  .ak-page-hero .ak-shell,
  .ak-cart-layout,
  .ak-checkout-grid,
  .ak-gated-grid,
  .ak-auth-grid {
    grid-template-columns: 1fr;
  }

  .ak-home-hero,
  .ak-hero-grid {
    min-height: auto;
  }

  .ak-hero-grid {
    padding-top: 46px;
  }

  .ak-hero-art {
    min-height: 480px;
  }

  .ak-yellow-blob {
    inset: 34px 12% 28px 12%;
  }

  .ak-hero-photo-frame {
    right: 18%;
    bottom: 42px;
    width: min(390px, 68%);
  }

  .ak-path-grid,
  .ak-shop-grid,
  .ak-hub-action-grid,
  .ak-resource-card-grid,
  .ak-about-value-grid,
  .ak-team-grid,
  .ak-creative-card-grid,
  .ak-plan-preview-grid,
  .ak-plan-grid,
  .ak-creative-grid,
  .ak-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ak-about-photo-stack {
    justify-items: start;
    min-height: 0;
  }

  .ak-about-photo-stack::before {
    left: 52px;
    right: auto;
  }

  .ak-about-cta-card {
    display: grid;
  }

  .ak-creative-feature-card img {
    height: 260px;
  }

  .ak-product-row {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .ak-flex-row {
    grid-template-columns: 1fr !important;
  }

  .ak-section-head-split {
    display: grid;
  }

  .ak-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ak-shell,
  .ak-mainsecond,
  .ux-lhub,
  .custom-container,
  .container.max-width-lg {
    width: calc(100% - 28px) !important;
    max-width: 1180px !important;
  }

  .ak-section {
    padding: 58px 0;
  }

  .ak-hero-copy h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .ak-hub-hero h1 {
    width: 100%;
    max-width: min(300px, calc(100vw - 90px));
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.03;
    overflow-wrap: anywhere;
  }

  .ak-hub-hero p {
    max-width: min(300px, calc(100vw - 90px));
    overflow-wrap: anywhere;
    font-size: 16px;
  }

  .ak-hub-hero-grid,
  .ak-creative-hero-grid,
  .ak-about-hero-grid {
    max-width: 100%;
    overflow: hidden;
  }

  .ak-hub-hero-grid > *,
  .ak-creative-hero-grid > *,
  .ak-about-hero-grid > *,
  .ak-hub-content-grid > *,
  .ak-creative-intro-grid > *,
  .ak-creative-rules-grid > *,
  .ak-creative-feature-grid > *,
  .ak-creative-feature-card > *,
  .ak-about-intro-grid > *,
  .ak-about-history-grid > *,
  .ak-about-mission-grid > *,
  .ak-hero-actions,
  .ak-hub-quote,
  .ak-hub-story,
  .ak-about-image-card {
    width: 100%;
    max-width: min(300px, calc(100vw - 90px));
  }

  .ak-creative-media-card,
  .ak-creative-feature-card {
    width: 100%;
    max-width: min(300px, calc(100vw - 90px));
    padding: 16px;
  }

  .ak-hub-quote {
    max-width: 100%;
    overflow: hidden;
    padding: 22px;
  }

  .ak-arabic {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .ak-hero-copy p {
    font-size: 17px;
  }

  .ak-hero-actions .ak-btn,
  .ak-hero-actions .ak-btn-blue,
  .ak-hero-actions .ak-btn-outline,
  .ak-action-row .ak-btn,
  .ak-action-row .ak-btn-outline {
    width: 100%;
  }

  .ak-hero-art {
    min-height: 400px;
  }

  .ak-hero-proof {
    grid-template-columns: repeat(2, auto);
  }

  .ak-yellow-blob {
    inset: 44px 0 36px 18px;
  }

  .ak-hero-photo-frame {
    right: 18px;
    bottom: 44px;
    width: min(310px, 78%);
  }

  .ak-float-two {
    display: none;
  }

  .ak-float-one {
    left: 0;
    top: 36px;
  }

  .ak-float-three {
    left: 0;
    bottom: 58px;
  }

  .ak-path-grid,
  .ak-shop-grid,
  .ak-hub-action-grid,
  .ak-resource-card-grid,
  .ak-library-mini-grid,
  .ak-about-value-grid,
  .ak-team-grid,
  .ak-creative-card-grid,
  .ak-plan-preview-grid,
  .ak-plan-grid,
  .ak-creative-grid,
  .ak-footer-grid,
  .ak-form-grid {
    grid-template-columns: 1fr;
  }

  .ak-about-photo-stack img {
    height: 310px;
    border-width: 7px;
  }

  .ak-about-photo-stack::before {
    width: 230px;
    height: 230px;
  }

  .ak-about-photo-stack div {
    margin: -46px 12px 0 12px;
  }

  .ak-about-image-card {
    min-height: 260px;
    border-width: 7px;
  }

  .ak-about-value-card,
  .ak-team-card {
    min-height: 240px;
  }

  .ak-about-cta-card {
    padding: 24px;
  }

  .ak-creative-media-note {
    grid-template-columns: 1fr;
  }

  .ak-creative-media-note b {
    width: fit-content;
    min-width: 0;
    min-height: 0;
    padding: 12px 14px;
  }

  .ak-creative-feature-card img {
    height: 220px;
  }

  .ak-cart-card,
  .ak-form-card,
  .ak-summary-card,
  .ak-auth-card,
  .ak-success-card,
  .ak-gated-card,
  .ak-gated-side {
    padding: 20px;
  }

  .ak-gated-page {
    padding: 48px 0 58px;
  }

  .ak-gated-grid > *,
  .ak-gated-card,
  .ak-gated-side {
    width: 100%;
    max-width: min(300px, calc(100vw - 90px));
  }

  .ak-gated-card h2 {
    font-size: clamp(29px, 8vw, 38px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .ak-gated-card p {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .ak-cart-item {
    grid-template-columns: 76px 1fr auto;
  }

  .ak-cart-thumb {
    width: 76px;
    height: 76px;
  }

  .ak-cart-item .ak-qty,
  .ak-cart-line {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .ak-page-hero {
    padding: 58px 0;
  }

  .ak-page-stat {
    min-width: 0;
  }

  .ak-trust-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .ak-hub-hero h1,
  .ak-hub-hero p,
  .ak-hub-hero-grid > *,
  .ak-about-hero-grid > *,
  .ak-hub-content-grid > *,
  .ak-about-intro-grid > *,
  .ak-about-history-grid > *,
  .ak-about-mission-grid > *,
  .ak-hero-actions,
  .ak-hub-quote,
  .ak-hub-story,
  .ak-about-image-card {
    max-width: min(300px, calc(100vw - 90px));
  }

  .ak-hub-hero h1 {
    font-size: clamp(25px, 7vw, 31px);
  }

  .ak-hub-quote p {
    font-size: 16px;
  }
}
