:root {
  --navy: #062f63;
  --navy-deep: #031f43;
  --blue: #0867e8;
  --blue-dark: #0454c2;
  --blue-soft: #edf6ff;
  --blue-pale: #f7fbff;
  --orange: #ed7047;
  --orange-soft: #fff2ec;
  --ink: #0b2b52;
  --muted: #5b6f86;
  --line: #dce8f4;
  --white: #fff;
  --shadow: 0 18px 50px rgba(5, 45, 94, .09);
  --shadow-hover: 0 22px 60px rgba(5, 65, 145, .16);
  --radius: 20px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-deep); line-height: 1.14; letter-spacing: -.035em; }
p { color: #0a294c; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 60px 0; }
.section-tight { padding-top: 26px; }
.section-soft { background: linear-gradient(180deg, #f9fcff, #f3f8ff); border-block: 1px solid #e9f2fb; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 999; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 18px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 80px; border-bottom: 1px solid rgba(210, 226, 241, .9); background: rgba(255,255,255,.91); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--navy), #0a4f9f); font-weight: 850; font-size: 19px; box-shadow: inset 0 0 0 5px rgba(255,255,255,.08), 0 7px 20px rgba(6,47,99,.18); }
.brand strong { display: block; font-size: 17px; line-height: 1; letter-spacing: .02em; color: var(--navy); }
.brand small { display: block; margin-top: 4px; font-size: 9px; line-height: 1; font-weight: 700; color: var(--muted); letter-spacing: .01em; }
.desktop-nav { display: flex; align-items: stretch; justify-content: center; gap: 7px; margin-left: auto; }
.desktop-nav > a, .nav-dropdown > button { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 11px; border: 0; border-radius: 9px; background: transparent; font-size: 13px; font-weight: 650; cursor: pointer; transition: color .2s, background .2s; }
.desktop-nav > a:hover, .nav-dropdown:hover > button, .nav-dropdown > button:focus-visible { color: var(--blue); background: var(--blue-soft); outline: none; }
.nav-dropdown { position: relative; }
.dropdown-menu { position: absolute; top: calc(100% + 9px); left: -12px; width: 235px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.dropdown-menu::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 12px; }
.dropdown-menu a, .dropdown-menu button { display: flex; width: 100%; border: 0; background: transparent; padding: 10px 12px; border-radius: 9px; color: var(--muted); font-size: 13px; text-align: left; cursor: pointer; transition: .2s; }
.dropdown-menu a:hover, .dropdown-menu button:hover { background: var(--blue-soft); color: var(--blue); padding-left: 15px; }
.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: var(--blue-soft); width: 42px; height: 42px; border-radius: 10px; place-items: center; cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border: 1px solid var(--blue); border-radius: 8px; color: #fff; background: linear-gradient(135deg, var(--blue), #0b5ed1); font-size: 14px; font-weight: 750; line-height: 1; cursor: pointer; box-shadow: 0 8px 22px rgba(8,103,232,.18); transition: transform .22s, box-shadow .22s, background .22s, color .22s; }
.button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(8,103,232,.28); background: linear-gradient(135deg, #0758c9, #063f94); }
.button svg { transition: transform .22s; }
.button:hover svg { transform: translateX(3px); }
.button-outline { color: var(--blue); background: #fff; box-shadow: none; }
.button-outline:hover { color: #fff; background: var(--blue); }
.button-small { min-height: 40px; padding: 0 16px; font-size: 12px; }
.button-full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: none; color: var(--blue); font-size: 13px; font-weight: 750; cursor: pointer; transition: color .2s, gap .2s; }
.text-link:hover { color: var(--navy); gap: 12px; }
.eyebrow { margin-bottom: 11px; color: #f54106; font-size: 14px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.hero { position: relative; min-height: 660px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 75% 22%, #f6fbff 0, #fff 42%), linear-gradient(120deg, #fff 60%, #f3f9ff 100%); }
.hero::after { content: ""; position: absolute; right: -25%; bottom: -42%; width: 58%; height: 90%; background: linear-gradient(135deg, transparent 24%, rgba(40,137,246,.08) 24% 54%, rgba(40,137,246,.03) 54% 73%, transparent 73%); transform: rotate(-9deg); }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(8,103,232,.12); animation: pulse 5s ease-in-out infinite; }
.hero-orb-one { width: 430px; height: 430px; right: -275px; top: 60px; }
.hero-orb-two { width: 160px; height: 160px; left: -80px; bottom: 20px; animation-delay: -2s; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; padding-block: 52px; }
.hero-copy h1 { margin: 0 0 22px; font-size: clamp(44px, 5vw, 58px); font-weight: 800; letter-spacing: -.01em; }
.hero-copy h1 span { color: var(--blue); }
.hero-lead { max-width: 625px; margin-bottom: 28px; font-size: 16px; line-height: 1.75; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #eaf0f7;
  box-shadow: 0 8px 20px rgba(8, 53, 108, .05);
  transition: .28s;
  outline: none;
}

.stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(8, 103, 232, .12);
  border-color: rgba(8, 103, 232, .2);
}

.stat > span {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--orange);
  background: rgba(255, 122, 0, .1);
}

.stat > span svg {
  width: 21px;
  height: 21px;
}

.stat p {
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
}

.stat strong,
.stat small {
  display: block;
}

.stat strong {
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.stat small {
  color: #6d7f94;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 650;
}

.ecosystem {
  position: relative;
  width: min(530px, 100%);
  aspect-ratio: 1;
  margin-left: auto;
  animation: float 6s ease-in-out infinite;
  container-type: inline-size; /* enables cqi units for perfect responsive radius */
}

.orbit { position: absolute; border: 1px dashed rgba(13, 91, 178, .23); border-radius: 50%; inset: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 40%; height: 40%; }
.orbit-two { width: 64%; height: 64%; animation: spin 45s linear infinite; }
.orbit-three { width: 86%; height: 86%; border-style: solid; border-color: rgba(13,91,178,.1); animation: spinReverse 65s linear infinite; }

.ecosystem-core {
  position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%);
  display: grid; place-content: center;
  width: 36%; height: 36%;
  border: 8px solid #e5f2ff; border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 35% 28%, #0b4c97, var(--navy-deep) 68%);
  box-shadow: 0 20px 50px rgba(2,40,86,.22);
  text-align: center; z-index: 3;
}
.ecosystem-core::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.ecosystem-core span { font-weight: 850; font-size: clamp(19px, 2.5vw, 30px); line-height: 1.02; letter-spacing: .02em; }
.ecosystem-core small { margin-top: 9px; color: #a9d2ff; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

/* ---------- EQUAL-CIRCLE POSITIONING ---------- */
.ecosystem-item {
  --radius: 44cqi; /* distance of every icon from center — same for all = perfect circle */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 90px;
  display: grid;
  justify-items: center;
  gap: 7px;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translate(var(--radius))
    rotate(calc(var(--angle) * -1));
}

/* 8 items, exactly 45deg apart => perfectly equal gaps */
.item-1 { --angle: -135deg; } /* SEO            top-left */
.item-2 { --angle: -90deg;  } /* Paid Media     top */
.item-3 { --angle: -45deg;  } /* Technical SEO  top-right */
.item-4 { --angle: 0deg;    } /* AIO            right */
.item-5 { --angle: 45deg;   } /* GEO            bottom-right */
.item-6 { --angle: 90deg;   } /* Analytics      bottom */
.item-7 { --angle: 135deg;  } /* Content        bottom-left */
.item-8 { --angle: 180deg;  } /* Social Media   left */

.ecosystem-item > span {
  display: grid; place-items: center;
  width: 54px; height: 54px;
  border: 1px solid #d6e5f2; border-radius: 50%;
  color: var(--navy);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 24px rgba(4,53,108,.11);
  transition: .28s;
}
.ecosystem-item:hover > span {
  color: #fff; background: var(--blue); border-color: var(--blue);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 13px 30px rgba(8,103,232,.28);
}
.ecosystem-item small { color: var(--navy); font-size: 10px; font-weight: 750; text-align: center; }

.orbit-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px #e8f3ff; animation: pulse 2.5s infinite; }
.dot-one { top: 27%; left: 24%; }
.dot-two { right: 17%; bottom: 28%; background: var(--orange); animation-delay: -1s; }
.dot-three { left: 40%; bottom: 16%; animation-delay: -.4s; }

.section-heading { max-width: 870px; margin: 0 auto 40px; text-align: center; }
.section-heading h2, .card-heading h2 { margin-bottom: 12px; font-size: clamp(28px, 3.1vw, 42px); }
.section-heading > p:last-child { max-width: 650px; margin: 0 auto; font-size: 14px; }
.course-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.course-card { display: grid; grid-template-columns: 44% 1fr; min-height: 240px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(3,46,95,.05); transition: .28s; }
.course-card:hover { border-color: #b7d5f2; transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.course-image { margin: 13px; overflow: hidden; border-radius: 13px; background: var(--blue-soft); }
.course-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.course-image--contain { display: grid; place-items: center; padding: 24px; }
.course-image--contain img { object-fit: contain; }
.course-card:hover .course-image img { transform: scale(1.06); }
.course-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 22px 24px 22px 5px; }
.course-content h3 { margin-bottom: 11px; font-size: 19px; }
.course-content ul { display: grid; gap: 5px; margin: 0 0 17px; padding-left: 17px; color: #0a3464; font-size: 13px; }
.course-content li::marker { color: var(--blue); }
.course-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: auto; }
.course-book-button { min-height: 36px; padding: 0 14px; border-radius: 7px; font-size: 13.5px; box-shadow: 0 7px 17px rgba(8,103,232,.16); }
.course-book-button:hover { transform: translateY(-2px); }
.course-view-button { white-space: nowrap; }

.split-grid { display: grid; grid-template-columns: .85fr 1.5fr; gap: 20px; align-items: stretch; }
.recommendation-card, .experience-card, .format-card, .featured-grid, .ai-card, .projects-card, .mentors-card, .testimonial-card, .space-card, .visit-card, .resource-card, .topics-card, .faq-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 35px rgba(3,46,95,.05); }
.recommendation-card { padding: 31px; background: linear-gradient(145deg, #eff7ff, #f9fcff); }
.recommendation-card h2, .experience-card h2, .ai-card h2, .projects-card h2, .mentors-card h2, .testimonial-card h2, .space-card h2, .visit-card h2, .resource-card h2, .topics-card h2, .faq-card h2 { margin-bottom: 8px; font-size: 24px; }
.recommendation-card > div > p:last-child, .projects-card > p, .mentors-card > p, .space-card > p, .visit-card > p { font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin: 20px 0 14px; }
.form-grid label { display: grid; gap: 6px; }
.form-grid label span { color: var(--navy); font-size: 10px; font-weight: 750; }
.form-grid label span em { color: #71849a; font-style: normal; font-weight: 600; }
.form-grid input, .form-grid select { width: 100%; height: 43px; padding: 0 12px; border: 1px solid #d5e4f1; border-radius: 7px; outline: none; color: var(--ink); background: #fff; font-size: 12px; transition: .2s; }
.form-grid input:focus, .form-grid select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,103,232,.11); }
.field-wide { grid-column: 1 / -1; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-wrap { display: flex; min-height: 65px; align-items: center; justify-content: center; }
.privacy-note { display: block; margin-top: 10px; color: #73869a; font-size: 10px; text-align: center; }
.experience-card { padding: 36px; }
.card-heading { text-align: center; }

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.experience-item {
  min-height: 190px;
  padding: 32px 22px;
  border-right: 1px solid #e6eef6;
  border-bottom: 1px solid #e6eef6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* remove right border on last column (every 3rd item) */
.experience-item:nth-child(3n) { border-right: 0; }

/* remove bottom border on last row (last 2 items, since 8 items in 3 cols = last row has 2) */
.experience-item:nth-last-child(-n + 2) { border-bottom: 0; }

.icon-box {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: var(--orange);
  background: var(--orange-soft);
  transition: .25s;
}

.icon-box svg { width: 26px; height: 26px; }

.experience-item:hover .icon-box,
.format-card:hover .icon-box {
  color: #fff;
  background: var(--blue);
  transform: rotate(-6deg) scale(1.08);
}

.experience-item h3 {
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: -.01em;
}

.experience-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #0a294c;
  max-width: 200px;
}

.journey-section { padding-block: 0px 58px; }
.journey-line { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.journey-line::before { content: ""; position: absolute; top: 20px; left: 10%; right: 10%; height: 1px; background: repeating-linear-gradient(90deg, #b7cee5 0 6px, transparent 6px 12px); }
.journey-step { position: relative; z-index: 2; padding: 0 18px; text-align: center; }
.journey-step > span { display: grid; place-items: center; width: 40px; height: 40px; margin: 0 auto 13px; border: 5px solid #edf6ff; border-radius: 50%; color: #fff; background: var(--blue); font-size: 13px; font-weight: 800; box-shadow: 0 7px 18px rgba(8,103,232,.2); }
.journey-step h3 { letter-spacing: 0.030em; margin-bottom: 7px; font-size: 14px; }
.journey-step p { margin: 0; font-size: 13px; line-height: 1.5; }

.format-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.format-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 240px;
  padding: 28px 18px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid #e6eef6;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(8, 53, 108, .06);
  transition: .28s;
  overflow: hidden;
}

/* accent top-line jo hover par highlight ho */
.format-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s;
}

.format-card:hover {
  transform: translateY(-6px);
  border-color: rgba(8, 103, 232, .25);
  box-shadow: 0 18px 34px rgba(8, 103, 232, .14);
}

.format-card:hover::before {
  transform: scaleX(1);
}

.format-card .icon-box {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: var(--orange);
  background: var(--orange-soft);
  transition: .28s;
}

.format-card:hover .icon-box {
  color: #fff;
  background: var(--orange);
  transform: rotate(-6deg) scale(1.08);
}

.format-card h3 {
  min-height: 36px;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0.030em;
}

.format-card p {
  margin-bottom: 16px;
  color: #0a294c;
  font-size: 13px;
  line-height: 1.55;
}

.format-card > a {
  margin-top: auto;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-soft);
  transition: .2s;
}

.format-card > a:hover {
  color: #fff;
  background: var(--blue);
  transform: translateX(3px);
}

.featured-grid { display: grid; grid-template-columns: .93fr 1.07fr; min-height: 405px; padding: 15px; overflow: hidden; }
.featured-image { position: relative; min-height: 370px; overflow: hidden; border-radius: 15px; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; }
.featured-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(3,30,66,.3)); }
.floating-badge { position: absolute; z-index: 2; left: 20px; bottom: 20px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 9px; color: var(--navy); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); font-size: 11px; font-weight: 750; box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 36px 45px; }
.featured-copy h2 { margin-bottom: 13px; font-size: clamp(28px, 3vw, 39px); }
.featured-copy > p:not(.eyebrow) { font-size: 13px; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 20px; margin: 17px 0 25px; }
.check-grid span { display: flex; align-items: center; gap: 8px; color: #0a294c; font-size: 13px; }
.check-grid i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--blue); background: var(--blue-soft); }

.twin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.ai-card, .projects-card, .mentors-card, .testimonial-card, .space-card, .visit-card { padding: 32px; transition: .25s; }
.ai-card:hover, .projects-card:hover, .mentors-card:hover, .testimonial-card:hover, .space-card:hover, .visit-card:hover { box-shadow: var(--shadow); }
.ai-card { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 18px; overflow: hidden; background: linear-gradient(135deg, #eff8ff, #fff); }
.ai-card > div > p:not(.eyebrow) { font-size: 13px; }
.ai-card > img { width: 100%; height: 260px; border-radius: 50% 0 0 50%; object-fit: cover; object-position: 52% center; }
.mini-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 20px 0; }
.mini-features span { display: grid; gap: 6px; justify-items: center; color: var(--navy); font-size: 9px; font-weight: 750; text-align: center; }
.mini-features i { color: var(--orange); }
.projects-card > .text-link { display: flex; width: max-content; margin: 15px auto 0; }
.project-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 18px; }
.project-mini-grid button { padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; cursor: pointer; text-align: left; transition: .22s; }
.project-mini-grid button:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: 0 9px 18px rgba(8,103,232,.12); }
.project-mini-grid img { width: 100%; height: 78px; object-fit: cover; }
.project-mini-grid span { display: block; min-height: 52px; padding: 8px; color: var(--navy); font-size: 13px; font-weight: 700; line-height: 1.35; }

.mentor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 26px 0 20px;
}

.mentor {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid #dbe9fb;
  border-radius: 14px;
  background: var(--blue-pale);
  box-shadow: 0 6px 18px rgba(8, 53, 108, .05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mentor:hover {
  transform: translateY(-4px);
  border-color: #aecdf3;
  box-shadow: 0 16px 32px rgba(8, 103, 232, .12);
}

.mentor-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  height: 78px;
  border-radius: 14px 14px 24px 24px;
  color: #fff;
  background: linear-gradient(145deg, #183e69, #0867e8);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: .02em;
  box-shadow: inset 0 -12px 0 rgba(255, 255, 255, .1), 0 8px 18px rgba(8, 53, 108, .18);
}

.mentor-two {
  background: linear-gradient(145deg, #0f5c9d, #34a1e7);
}

.mentor-three {
  background: linear-gradient(145deg, #b8551f, #f0844c);
}

.mentor h3 {
  margin: 0;
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.mentor p {
  margin: 4px 0;
  color: #5a7089;
  font-size: 10px;
  line-height: 1.4;
}

.mentor small {
  display: inline-block;
  color: var(--blue);
  font-size: 10px;
  font-weight: 750;
}
.testimonial-card { position: relative; display: flex; flex-direction: column; min-height: 320px; }
.quote-icon { margin: 13px 0; color: var(--blue); }
.testimonial-card blockquote { margin: 0 0 18px; color: #354d68; font-size: 15px; line-height: 1.9; }
.testimonial-author { display: grid; gap: 2px; margin-top: auto; }
.testimonial-author strong { color: var(--navy); font-size: 12px; }
.testimonial-author span { color: var(--muted); font-size: 10px; }
.slider-dots { position: absolute; right: 30px; bottom: 33px; display: flex; gap: 7px; }
.slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: #c8d9e9; cursor: pointer; transition: .25s; }
.slider-dots button.active { width: 23px; background: var(--blue); }

.space-image { position: relative; width: 100%; height: 230px; margin-top: 21px; padding: 0; overflow: hidden; border: 0; border-radius: 14px; cursor: zoom-in; }
.space-image img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.space-image:hover img { transform: scale(1.05); }
.space-image span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: rgba(3,37,77,.58); font-size: 12px; font-weight: 750; opacity: 0; transition: .25s; }
.space-image:hover span { opacity: 1; }
.visit-card { display: grid; grid-template-columns: 1.2fr .8fr; column-gap: 20px; }
.visit-card > .eyebrow, .visit-card > h2, .visit-card > p { grid-column: 1 / -1; }
.map-box { position: relative; min-height: 210px; overflow: hidden; border-radius: 14px; background: #edf5fb; }
.map-box::before, .map-box::after, .map-lines { content: ""; position: absolute; inset: -30%; background: repeating-linear-gradient(23deg, transparent 0 27px, rgba(126,159,191,.28) 27px 30px, transparent 30px 59px); }
.map-box::after { transform: rotate(86deg); }
.map-lines { transform: rotate(-35deg); opacity: .6; }
.map-pin { position: absolute; z-index: 2; top: 48%; left: 53%; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50% 50% 50% 8px; color: #fff; background: var(--orange); box-shadow: 0 8px 22px rgba(237,112,71,.35); transform: rotate(-45deg); }
.map-pin svg { transform: rotate(45deg); }
.visit-details { display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.visit-details > span { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 11px; }
.visit-details > span svg { flex: 0 0 auto; color: var(--orange); }

.resource-grid { display: grid; grid-template-columns: 1.25fr .9fr 1.25fr; gap: 20px; }
.resource-card,
.topics-card,
.faq-card {
  padding: 40px;
}

.resource-card .eyebrow {
  margin-bottom: 10px;
}

.resource-card h2 {
  margin-bottom: 8px;
  font-size: clamp(24px, 2.6vw, 30px);
}

.support-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 34px 0 36px;
}

.support-icons span {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 22px 12px;
  border: 1px solid #eaf0f7;
  border-radius: 14px;
  background: #fbfdff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  transition: .25s;
}

.support-icons span:hover {
  border-color: rgba(8, 103, 232, .25);
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 53, 108, .08);
  transform: translateY(-3px);
}

.support-icons i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--blue);
  background: rgba(8, 103, 232, .08);
  font-style: normal;
  transition: .25s;
}

.support-icons span:hover i {
  color: #fff;
  background: var(--blue);
}

/* Button fix — clean outline that inverts properly on hover */
.button-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border: 1.5px solid var(--blue);
  border-radius: 10px;
  color: var(--blue);
  background: #fff;
  font-weight: 700;
  font-size: 15px;
  transition: .25s;
}

.button-outline:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.button-outline:hover svg {
  stroke: #fff;
}
/* Parent grid — teeno cards ko equal height do */
.support-grid,           /* apna actual parent class daal dena agar naam alag hai */
.resource-card,
.topics-card,
.faq-card {
  height: 100%;
}

/* agar parent grid hai to ye zaroor add karo */
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* apne actual layout ke hisaab se adjust karo */
  gap: 20px;
  align-items: stretch; /* <-- ye line sabse important hai, sab cards ki height equal kar degi */
}

/* Topics card ko flex column banao taaki content top pe rahe aur card poori height use kare */
.topics-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.topics-card .eyebrow {
  margin-bottom: 10px;
}

.topics-card h2 {
  margin-bottom: 20px;
}

.topics-card > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  padding: 0px;
  border-bottom: 1px solid #e5eef6;
  color: #0a294c;
  font-size: 13px;
  font-weight: 600;
  transition: .2s;
}

.topics-card > a span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topics-card > a span i,
.topics-card > a span svg {
  flex-shrink: 0;
  color: var(--blue);
}

.topics-card > a:hover {
  padding-left: 16px;
  color: var(--blue);
  background: var(--blue-pale);
}

/* Empty space fill karne ke liye — list ke baad ek CTA push karo taaki wo hamesha bottom pe rahe */
.topics-card > a:last-of-type {
  border-bottom: 0;
}

.topics-card::after {
  content: "";
  flex-grow: 1; /* baaki bachi hui height ko push kar dega, agar CTA button neeche add karna ho to iski jagah wo aayega */
}
.faq-item { border-bottom: 1px solid #e4edf6; }

.faq-item > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #0a294c;
  font-size: 14px;
  font-weight: 700; /* ADDED — question text ko bold karega */
  text-align: left;
  cursor: pointer;
}

.faq-item > button b {
  color: var(--blue);
  font-size: 18px;
  font-weight: 400; /* already set — isse + icon bold nahi hoga */
  transition: .2s;
}

.faq-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s ease;
}

.faq-item > div > p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div > p { padding-bottom: 13px; }
.faq-item.open > button { color: var(--navy); }
.faq-item.open > button b { transform: rotate(45deg); }

.support-beyond-section { position: relative; padding: 78px 0 54px; overflow: hidden; border-top: 1px solid #eaf2fa; background: linear-gradient(180deg, #fbfdff 0%, #f6faff 52%, #fff 100%); }
.support-beyond-inner { position: relative; z-index: 2; }
.support-beyond-heading { max-width: 880px; margin: 0 auto 38px; text-align: center; }
.support-beyond-heading h2 { margin-bottom: 13px; font-size: clamp(31px, 3.4vw, 46px); }
.support-beyond-heading > p:last-child { max-width: 735px; margin: 0 auto; font-size: 14px; }
.support-beyond-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; }
.support-beyond-eyebrow span { width: 24px; height: 1px; background: var(--orange); }
.support-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.support-benefit-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  min-height: 190px;
  padding: 20px 18px 18px;
  overflow: hidden;
  border: 1px solid #d7e6f5;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 9px 30px rgba(3, 46, 95, .055);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.support-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--blue), transparent);
  opacity: 0;
  transition: opacity .28s ease;
}

.support-benefit-card:hover {
  transform: translateY(-5px);
  border-color: #a9cff4;
  box-shadow: 0 16px 36px rgba(8, 103, 232, .14);
}

.support-benefit-card:hover::before {
  opacity: 1;
}

.support-benefit-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
}

.support-benefit-svg {
  display: block;
  width: 76px;
  height: 76px;
  overflow: visible;
}

.support-icon-wash { fill: #eaf3ff; }
.support-icon-primary { fill: #126fe8; }
.support-icon-blue { fill: #075bc7; }
.support-icon-navy { fill: #0b315d; }
.support-icon-orange { fill: #f06439; }
.support-icon-peach { fill: #ffc29e; }
.support-icon-paper { fill: #fff; stroke: #a9cdf3; stroke-width: 2; }
.support-icon-soft { fill: #cfe3fa; }
.support-icon-white { fill: #fff; }
.support-icon-line, .support-icon-blue-stroke, .support-icon-navy-stroke, .support-icon-white-stroke, .support-icon-peach-stroke {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.support-icon-line { stroke: #7dacdf; stroke-width: 3; }
.support-icon-blue-stroke { stroke: #126fe8; stroke-width: 3; }
.support-icon-navy-stroke { stroke: #0b315d; stroke-width: 5; }
.support-icon-white-stroke { stroke: #fff; stroke-width: 3; }
.support-icon-peach-stroke { stroke: #ffd0b5; stroke-width: 3; }

.support-benefit-content {
  min-width: 0;
  padding-bottom: 26px;
}

.support-benefit-label {
  margin: 0 0 6px;
  color: var(--orange);
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.support-benefit-card h3 {
  margin-bottom: 7px;
  font-size: 16.5px;
  letter-spacing: -.03em;
  line-height: 1.25;
}

.support-benefit-content > p:last-child {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #5a7089;
}

.support-benefit-arrow {
  position: absolute;
  right: 14px;
  bottom: 13px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 28px;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.support-benefit-card:hover .support-benefit-arrow {
  color: #fff;
  background: var(--blue);
  transform: translateX(4px);
}
.support-decor { position: absolute; z-index: 1; width: 70px; height: 70px; opacity: .75; background-image: radial-gradient(circle, #8dbaf1 3px, transparent 3.5px); background-size: 20px 20px; }
.support-decor-left { left: max(4vw, 20px); top: 100px; }
.support-decor-right { right: max(4vw, 20px); top: 100px; }

.cta-section { padding: 5px 0 65px; }
.cta-card { position: relative; min-height: 310px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding: 48px 56px; overflow: hidden; border: 1px solid #dbe8f5; border-radius: 24px; background: linear-gradient(120deg, #f2f9ff, #fff 60%, #edf6ff); }
.cta-card h2 { margin-bottom: 13px; font-size: clamp(30px, 3.4vw, 43px); }
.cta-card > div:first-child { position: relative; z-index: 2; }
.cta-card > div:first-child > p:not(.eyebrow) { max-width: 550px; font-size: 13px; }
.cta-illustration { position: relative; height: 240px; }
.desk { position: absolute; left: 19%; right: 9%; bottom: 20px; height: 25px; border-radius: 9px; background: #dfeaf5; }
.laptop { position: absolute; left: 18%; bottom: 19px; display: grid; place-items: center; width: 135px; height: 84px; border: 7px solid var(--navy); border-radius: 9px; color: #fff; background: #0f61c9; font-style: normal; font-weight: 850; transform: skew(-3deg); }
.plant { position: absolute; right: 7%; bottom: 18px; font-size: 66px; color: #8fc4f5; font-style: normal; }
.cta-person { position: absolute; right: 28%; bottom: 45px; width: 110px; height: 160px; }
.cta-person .head { position: absolute; top: 0; left: 31px; display: grid; place-items: center; width: 55px; height: 63px; border-radius: 50%; color: #233f60; background: #fac6a9; font-size: 12px; transform: rotate(8deg); }
.cta-person .body { position: absolute; bottom: 0; display: grid; place-items: center; width: 110px; height: 115px; border-radius: 48px 48px 15px 15px; color: #fff; background: linear-gradient(150deg, #1384ef, #0753bd); font-size: 35px; font-weight: 900; }
.bubble { position: absolute; border: 1px dashed #9bc6ed; border-radius: 50%; animation: pulse 3.5s infinite; }
.bubble-one { right: 2%; top: 5%; width: 115px; height: 115px; }
.bubble-two { left: 4%; top: 22%; width: 44px; height: 44px; animation-delay: -1.5s; }

.site-footer { border-top: 1px solid var(--line); padding: 48px 0 22px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, .7fr) 1.25fr; gap: 28px; }
.footer-grid > div > p { margin: 18px 0; font-size: 11px; line-height: 1.7; }
.footer-grid h3 { margin-bottom: 16px; font-size: 12px; letter-spacing: -.01em; }
.footer-grid > div > a:not(.brand):not(.button), .footer-grid > div > button { display: flex; align-items: center; gap: 7px; width: max-content; max-width: 100%; margin-bottom: 9px; padding: 0; border: 0; background: none; color: var(--muted); font-size: 10px; cursor: pointer; transition: .2s; }
.footer-grid > div > a:not(.brand):not(.button):hover, .footer-grid > div > button:hover { color: var(--blue); transform: translateX(3px); }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--navy); background: var(--blue-soft); transition: .2s; }
.socials a:hover { color: #fff; background: var(--blue); transform: translateY(-3px); }
.footer-connect { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--blue-pale); }
.footer-connect .button { width: 100%; margin-bottom: 15px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: #8192a6; font-size: 9px; }
.footer-bottom span:last-child { display: flex; align-items: center; gap: 12px; }
.footer-bottom i { width: 1px; height: 12px; background: var(--line); }
.footer-bottom a:hover { color: var(--blue); }

.lightbox { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 40px; background: rgba(2,18,39,.88); backdrop-filter: blur(8px); animation: fadeIn .2s; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 85vh; border: 5px solid #fff; border-radius: 16px; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.lightbox > button { position: absolute; top: 22px; right: 24px; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; }
.toast { position: fixed; z-index: 600; right: 25px; bottom: 25px; display: flex; align-items: center; gap: 10px; max-width: min(390px, calc(100vw - 40px)); padding: 14px 18px; border-radius: 12px; color: #fff; background: var(--navy-deep); box-shadow: 0 18px 50px rgba(0,0,0,.25); font-size: 12px; font-weight: 650; opacity: 0; transform: translateY(25px); pointer-events: none; transition: .28s; }
.toast svg { color: #72d59b; }
.toast.show { opacity: 1; transform: none; }

@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spinReverse { to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.07); opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; } }

@media (max-width: 1120px) {
  .desktop-nav { gap: 1px; }
  .desktop-nav > a, .nav-dropdown > button { padding-inline: 8px; font-size: 12px; }
  .nav-cta { display: none; }
  .hero { min-height: 620px; }
  .hero-copy h1 { font-size: 51px; }
  .ecosystem-item > span { width: 49px; height: 49px; }
  .format-grid { grid-template-columns: repeat(3, 1fr); }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .support-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-card { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, .8fr); }
  .footer-grid > div:nth-child(5), .footer-connect { margin-top: 10px; }
}

@media (max-width: 900px) {
  .section { padding-block: 68px; }
  .site-header { height: 72px; }
  .menu-toggle { display: grid; }
  .desktop-nav { position: fixed; inset: 72px 18px auto; z-index: 120; display: grid; justify-content: stretch; max-height: calc(100vh - 92px); padding: 14px; overflow-y: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-hover); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .desktop-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .desktop-nav > a, .nav-dropdown > button { width: 100%; justify-content: space-between; min-height: 44px; padding-inline: 13px; }
  .nav-dropdown { display: grid; }
  .dropdown-menu { position: static; display: none; width: auto; margin: 3px 8px 8px 18px; border: 0; border-left: 2px solid #d8e8f8; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-dropdown:focus-within .dropdown-menu, .nav-dropdown:hover .dropdown-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 62px 40px; }
  .hero-copy { max-width: 690px; text-align: center; margin: 0 auto; }
  .hero-lead { margin-inline: auto; }
  .hero-copy .button-row { justify-content: center; }
  .ecosystem { width: min(560px, 90vw); margin: 15px auto 0; }
  .course-grid, .split-grid, .featured-grid, .twin-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 24px; }
  .featured-image { min-height: 340px; }
  .visit-card { grid-template-columns: 1.4fr .6fr; }
  .cta-card { grid-template-columns: 1fr; text-align: center; }
  .cta-card .button-row { justify-content: center; }
  .cta-illustration { margin-top: 24px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding-block: 54px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .brand-mark { width: 37px; height: 37px; }
  .hero { min-height: 0; }
  .hero-grid { padding-top: 50px; }
  .hero-copy h1 { font-size: clamp(38px, 11vw, 49px); }
  .hero-copy br { display: none; }
  .hero-lead { font-size: 14px; }
  .hero-stats {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
}

.stat {
  justify-content: flex-start;
  text-align: left;
  padding: 11px 10px;
  border-radius: 12px;
}

.stat > span {
  width: 34px;
  height: 34px;
}

.stat > span svg {
  width: 17px;
  height: 17px;
}

.stat strong {
  font-size: 13px;
}

.stat small {
  font-size: 9px;
}
  .ecosystem { width: min(480px, 100%); margin: 15px auto 0; }
  .ecosystem-item { width: 75px; }
  .ecosystem-item > span { width: 43px; height: 43px; }
  .ecosystem-item small { font-size: 8px; }
  .ecosystem-core { border-width: 5px; }
  .ecosystem-core span { font-size: 18px; }
  .ecosystem-core small { display: none; }
  .course-grid { gap: 14px; }
  .course-card { grid-template-columns: 1fr; }
  .course-image { height: 220px; }
  .course-content { padding: 10px 23px 25px; }
  .course-actions { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .recommendation-card, .experience-card, .ai-card, .projects-card, .mentors-card, .testimonial-card, .space-card, .visit-card, .resource-card, .topics-card, .faq-card { padding: 23px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-item:nth-child(4n) { border-right: 1px solid #e6eef6; }
  .experience-item:nth-child(2n) { border-right: 0; }
  .experience-item:nth-last-child(-n + 4) { border-bottom: 1px solid #e6eef6; }
  .experience-item:nth-last-child(-n + 2) { border-bottom: 0; }
  .journey-line { grid-template-columns: 1fr; gap: 20px; }
  .journey-line::before { top: 20px; bottom: 20px; left: 20px; right: auto; width: 1px; height: auto; }
  .journey-step { min-height: 70px; padding-left: 65px; text-align: left; }
  .journey-step > span { position: absolute; left: 0; top: 0; margin: 0; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .format-card { min-height: 210px; }
  .featured-grid { padding: 10px; }
  .featured-image { min-height: 260px; }
  .featured-copy { padding: 28px 16px 22px; }
  .check-grid { grid-template-columns: 1fr; }
  .ai-card { grid-template-columns: 1fr; }
  .ai-card > img { order: -1; height: 240px; border-radius: 15px; }
  .mini-features { grid-template-columns: repeat(2, 1fr); }
  .project-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .mentor-list { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 380px; }
  .visit-card { grid-template-columns: 1fr; }
  .map-box { min-height: 230px; }
  .visit-details { padding-top: 20px; }
  .resource-grid { grid-template-columns: 1fr; }
  .faq-card { grid-column: auto; }
  .support-icons { grid-template-columns: repeat(3, 1fr); }
  .support-beyond-section { padding: 58px 0 45px; }
  .support-beyond-heading { margin-bottom: 28px; }
  .support-beyond-heading h2 { font-size: clamp(29px, 8vw, 38px); }
  .support-beyond-heading > p:last-child { font-size: 13px; }
  .support-benefit-grid { grid-template-columns: 1fr; gap: 14px; }
  .support-benefit-card { min-height: 220px; grid-template-columns: 96px minmax(0, 1fr); gap: 17px; padding: 23px 20px 21px; }
  .support-benefit-icon, .support-benefit-svg { width: 96px; height: 96px; }
  .support-benefit-card h3 { font-size: 19px; }
  .support-decor { display: none; }
  .cta-card { padding: 36px 20px 22px; }
  .cta-illustration { transform: scale(.85); margin-inline: -30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:first-child, .footer-connect { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .lightbox { padding: 18px; }
}

@media (max-width: 420px) {
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button, .button-row .text-link { width: 100%; }
  .hero-copy .button-row { max-width: 310px; margin-inline: auto; }
  .format-grid { grid-template-columns: 1fr; }
  .support-beyond-eyebrow { gap: 8px; }
  .support-beyond-eyebrow span { width: 14px; }
  .support-benefit-card { grid-template-columns: 1fr; min-height: 0; }
  .support-benefit-icon { justify-content: start; width: 88px; height: 88px; }
  .support-benefit-svg { width: 88px; height: 88px; }
  .support-benefit-content { padding-bottom: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child, .footer-connect { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* =========================================================
   HOMEPAGE TOOL STUDIO — premium compact logo presentation
   ========================================================= */
.home-tool-studio {
  position: relative;
  isolation: isolate;
  padding: 26px 0 78px;
  overflow: hidden;
  background: #fff;
}

.home-tool-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.home-tool-orb-one {
  top: 5%;
  right: -150px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(30, 125, 236, .10), rgba(30, 125, 236, 0) 69%);
}

.home-tool-orb-two {
  bottom: -170px;
  left: -130px;
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, rgba(243, 107, 53, .075), rgba(243, 107, 53, 0) 70%);
}

.home-tool-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9e7f4;
  border-radius: 28px;
  background:
    linear-gradient(rgba(222, 234, 246, .32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(222, 234, 246, .32) 1px, transparent 1px),
    radial-gradient(circle at 84% 0%, rgba(18, 104, 216, .08), transparent 29%),
    linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(246, 251, 255, .98));
  background-size: 52px 52px, 52px 52px, auto, auto;
  box-shadow: 0 26px 70px rgba(7, 42, 85, .10), inset 0 1px 0 #fff;
}

.home-tool-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 46px;
  right: 46px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(18, 104, 216, .65), rgba(243, 107, 53, .65), transparent);
}

.home-tool-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  padding: 42px 46px 32px;
}

.home-tool-heading .eyebrow {
  margin-bottom: 9px;
  font-size: 11px;
  letter-spacing: .12em;
}

.home-tool-heading h2 {
  margin: 0;
  color: var(--home-navy, #071f46);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.home-tool-heading h2 span {
  color: var(--home-blue, #1268d8);
}

.home-tool-heading-side {
  display: grid;
  justify-items: end;
  gap: 13px;
  padding-bottom: 3px;
}

.home-tool-count {
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  padding: 0 13px;
  border: 1px solid #d8e6f3;
  border-radius: 999px;
  color: #627990;
  background: rgba(255, 255, 255, .82);
  box-shadow: inset 0 1px 0 #fff;
  font-size: 12px;
  font-weight: 700;
}

.home-tool-count strong {
  margin-right: 5px;
  color: var(--home-navy, #071f46);
  font-size: 12px;
  font-weight: 850;
}

.home-tool-heading-side > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-blue, #1268d8);
  font-size: 11px;
  font-weight: 780;
  transition: color .2s ease, gap .2s ease;
}

.home-tool-heading-side > a:hover {
  gap: 12px;
  color: var(--home-navy, #071f46);
}

.home-tool-stage {
  position: relative;
  display: grid;
  gap: 12px;
  padding-block: 5px;
  overflow: hidden;
}

.home-tool-edge {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
}

.home-tool-edge-left {
  left: 0;
  background: linear-gradient(90deg, #f7fbff 8%, rgba(247, 251, 255, 0));
}

.home-tool-edge-right {
  right: 0;
  background: linear-gradient(270deg, #f7fbff 8%, rgba(247, 251, 255, 0));
}

.home-tool-lane {
  width: 100%;
  overflow: hidden;
}

.home-tool-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.home-tool-set {
  display: flex;
  flex: none;
  gap: 12px;
  padding-right: 12px;
}

.home-tool-track-forward {
  animation: homeToolScrollForward 42s linear infinite;
}

.home-tool-track-reverse {
  transform: translateX(-50%);
  animation: homeToolScrollReverse 46s linear infinite;
}

.home-tool-stage:hover .home-tool-track,
.home-tool-stage:focus-within .home-tool-track,
.home-tool-studio.is-paused .home-tool-track,
.home-tool-studio.is-page-hidden .home-tool-track {
  animation-play-state: paused;
}

.home-tool-card {
  position: relative;
  display: flex;
  flex: 0 0 184px;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 13px 17px;
  overflow: hidden;
  border: 1px solid rgba(213, 227, 240, .96);
  border-radius: 17px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 9px 25px rgba(7, 45, 92, .06), inset 0 1px 0 #fff;
  transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease;
}

.home-tool-card::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, #2e87ec, transparent);
  transition: opacity .23s ease;
}

.home-tool-card:hover {
  z-index: 3;
  border-color: #b8d5ef;
  box-shadow: 0 16px 34px rgba(7, 67, 137, .12), inset 0 1px 0 #fff;
  transform: translateY(-3px);
}

.home-tool-card:hover::after {
  opacity: 1;
}

.home-tool-card > span {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 1px solid #dfeaf4;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #f1f7fd);
  box-shadow: 0 6px 15px rgba(8, 52, 103, .07), inset 0 1px 0 #fff;
}

.home-tool-card img,
.home-tool-card .home-tool-brand-svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(8, 42, 83, .05));
}

.home-tool-card strong {
  min-width: 0;
  color: var(--home-navy, #071f46);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 790;
  letter-spacing: -.012em;
  overflow-wrap: anywhere;
}

.home-tool-card-featured {
  border-color: rgba(18, 104, 216, .24);
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(237, 246, 255, .96));
}

.home-tool-card-featured > span {
  border-color: rgba(18, 104, 216, .18);
  background: #fff;
}

.home-tool-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 30px 46px 0;
  padding: 19px 0 23px;
  border-top: 1px solid rgba(214, 228, 241, .92);
}

.home-tool-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #73869a;
  font-size: 12.5px;
  font-weight: 500;
}

.home-tool-footer i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-blue, #1268d8);
  box-shadow: 0 0 0 4px rgba(18, 104, 216, .09);
}

.home-tool-footer span:nth-child(2) i {
  background: #7659dc;
  box-shadow: 0 0 0 4px rgba(118, 89, 220, .09);
}

.home-tool-footer span:nth-child(3) i {
  background: #17a477;
  box-shadow: 0 0 0 4px rgba(23, 164, 119, .09);
}

.home-tool-footer span:nth-child(4) i {
  background: var(--home-orange, #f36b35);
  box-shadow: 0 0 0 4px rgba(243, 107, 53, .09);
}

@keyframes homeToolScrollForward {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes homeToolScrollReverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (max-width: 900px) {
  .home-tool-studio {
    padding: 10px 0 68px;
  }

  .home-tool-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
    padding: 36px 32px 28px;
  }

  .home-tool-heading-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: initial;
    gap: 20px;
  }

  .home-tool-edge {
    width: 62px;
  }
}

@media (max-width: 680px) {
  .home-tool-studio {
    padding: 2px 0 56px;
  }

  .home-tool-shell {
    margin-inline: -5px;
    border-radius: 22px;
  }

  .home-tool-heading {
    padding: 30px 22px 24px;
  }

  .home-tool-heading h2 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .home-tool-heading-side {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .home-tool-card {
    flex-basis: 158px;
    min-height: 72px;
    gap: 10px;
    padding: 10px 13px;
    border-radius: 14px;
  }

  .home-tool-card > span {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .home-tool-card img,
  .home-tool-card .home-tool-brand-svg {
    width: 26px;
    height: 26px;
  }

  .home-tool-card strong {
    font-size: 10.5px;
  }

  .home-tool-edge {
    width: 34px;
  }

  .home-tool-footer {
    justify-content: flex-start;
    gap: 14px 19px;
    margin: 24px 22px 0;
    padding: 17px 0 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-tool-track-forward,
  .home-tool-track-reverse {
    animation: none !important;
    transform: none;
  }

  .home-tool-lane {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .home-tool-set[aria-hidden="true"] {
    display: none;
  }
}

/* =========================================================
   PARTH SKILLS HOMEPAGE — Premium UI/UX refinement
   IMPORTANT: Original hero + circular ecosystem is untouched.
   This layer starts from the content below the hero.
   ========================================================= */

.page-home{
  --home-copy:#0a294c;
  --home-navy:#071f46;
  --home-blue:#1268d8;
  --home-orange:#f36b35;
  --home-line:#d8e6f3;
  --home-soft:#f7fbff;
  --home-shadow-sm:0 10px 30px rgba(7,31,70,.06);
  --home-shadow-md:0 22px 58px rgba(7,31,70,.11);
}

.page-home main > .section,
.page-home .support-beyond-section,
.page-home .cta-section{position:relative}

.page-home main > .section{padding-block:72px}
.page-home main > .section.section-tight{padding-block:34px 72px}

.page-home main > .section.section-soft{
  border-block:1px solid #e5eef7;
  background:
    radial-gradient(circle at 92% 8%,rgba(45,136,242,.055),transparent 23%),
    linear-gradient(180deg,#f8fbff 0%,#f4f9ff 100%);
}

.page-home main > .section p,
.page-home .support-beyond-section p,
.page-home .cta-section p,
.page-home .privacy-note,
.page-home .mentor p,
.page-home .mentor small,
.page-home .testimonial-author span,
.page-home .visit-details > span{color:#0a294c}

.page-home main > .section .section-heading{
  width:100%;
  max-width:900px;
  margin:0 auto 44px;
  text-align:center;
}

.page-home main > .section .section-heading .eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin:0 auto 11px;
  color:#f54106;
  font-size:12px;
  font-weight:750;
  line-height:1.35;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.page-home main > .section .section-heading h2{
  max-width:880px;
  margin:0 auto 14px;
  color:var(--home-navy);
  font-size:clamp(2.15rem,3.6vw,3.35rem);
  font-weight:720;
  line-height:1.08;
  letter-spacing:-.035em;
}

.page-home main > .section .section-heading > p:last-child{
  max-width:740px;
  margin:0 auto;
  color:var(--home-copy);
  font-size:.92rem;
  line-height:1.75;
}

/* Courses */
.page-home #courses{
  overflow:hidden;
  background:
    radial-gradient(circle at 3% 14%,rgba(45,136,242,.055),transparent 22%),
    radial-gradient(circle at 97% 86%,rgba(243,107,53,.045),transparent 20%),
    #fff;
}

.page-home #courses .course-grid{gap:22px}

.page-home #courses .course-card{
  position:relative;
  min-height:270px;
  border-color:#d9e7f4;
  border-radius:25px;
  background:#fff;
  box-shadow:0 14px 42px rgba(7,31,70,.065);
  isolation:isolate;
}

.page-home #courses .course-card::before{
  content:"";
  position:absolute;
  z-index:3;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg,rgba(18,104,216,.24),transparent 42%,rgba(243,107,53,.18));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

.page-home #courses .course-card:hover{
  transform:translateY(-7px);
  border-color:#b8d7f1;
  box-shadow:0 26px 64px rgba(7,31,70,.13);
}

.page-home #courses .course-image{
  margin:14px;
  border-radius:17px;
  background:linear-gradient(145deg,#edf6ff,#f8fbff);
}

.page-home #courses .course-content{padding:26px 26px 26px 8px}
.page-home #courses .course-content h3{
  color:var(--home-navy);
  font-size:1.22rem;
  letter-spacing:-.02em;
}

.page-home #courses .course-content ul{
  gap:7px;
  color:var(--home-copy);
  font-size:.78rem;
  line-height:1.55;
}

.page-home #courses .course-book-button{
  min-height:39px;
  padding-inline:15px;
  border-radius:9px;
}

.page-home #courses .course-view-button{font-size:.73rem}

/* Career guidance + difference */
.page-home #courses + .section.section-tight{
  padding-top:28px;
  background:linear-gradient(180deg,#fff 0%,#f9fcff 100%);
}

.page-home #courses + .section .split-grid{gap:24px}

.page-home #courses + .section .recommendation-card,
.page-home #courses + .section .experience-card{
  border-color:#d8e6f3;
  border-radius:27px;
  box-shadow:0 18px 52px rgba(7,31,70,.075);
}

.page-home #courses + .section .recommendation-card{
  position:relative;
  overflow:hidden;
  padding:34px;
  background:
    radial-gradient(circle at 95% 4%,rgba(45,136,242,.12),transparent 24%),
    linear-gradient(145deg,#eef7ff,#fbfdff);
}

.page-home #courses + .section .recommendation-card::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-95px;
  bottom:-105px;
  border:1px solid rgba(18,104,216,.12);
  border-radius:50%;
}

.page-home #courses + .section .recommendation-card h2,
.page-home #courses + .section .experience-card h2{
  color:var(--home-navy);
  font-weight:720;
  letter-spacing:-.03em;
}

.page-home #courses + .section .form-grid input,
.page-home #courses + .section .form-grid select{
  height:47px;
  border-color:#cdddec;
  border-radius:10px;
  color:var(--home-copy);
  background:#fff;
}

.page-home #courses + .section .form-grid input:focus,
.page-home #courses + .section .form-grid select:focus{
  border-color:var(--home-blue);
  box-shadow:0 0 0 4px rgba(18,104,216,.09);
}

.page-home #courses + .section .experience-card{
  padding:38px;
  background:#fff;
}

.page-home #courses + .section .experience-grid{
  gap:0;
  overflow:hidden;
  border:1px solid #e0eaf4;
  border-radius:20px;
}

.page-home #courses + .section .experience-item{
  min-height:178px;
  background:linear-gradient(160deg,#fff,#fbfdff);
  transition:background .25s,transform .25s;
}

.page-home #courses + .section .experience-item:hover{
  z-index:2;
  background:#f4f9ff;
}

.page-home #courses + .section .experience-item .icon-box{
  width:52px;
  height:52px;
  border:1px solid #dce9f5;
  border-radius:15px;
  box-shadow:0 8px 18px rgba(7,31,70,.05);
}

.page-home #courses + .section .experience-item h3{color:var(--home-navy)}

/* Journey */
.page-home .journey-section{
  overflow:hidden;
  background:#fff;
}

.page-home .journey-line{gap:6px}
.page-home .journey-line::before{
  top:26px;
  height:2px;
  background:linear-gradient(90deg,#c6ddf2,#7bb8ed,#c6ddf2);
}

.page-home .journey-step{padding:0 20px}
.page-home .journey-step > span{
  width:52px;
  height:52px;
  margin-bottom:17px;
  border:7px solid #eef7ff;
  background:linear-gradient(135deg,#1268d8,#2d88f2);
  box-shadow:0 10px 24px rgba(18,104,216,.19);
}

.page-home .journey-step h3{
  color:var(--home-navy);
  font-size:.94rem;
  letter-spacing:-.01em;
}

.page-home .journey-step p{
  font-size:.75rem;
  line-height:1.6;
}

/* Formats */
.page-home #formats .format-grid{gap:17px}

.page-home #formats .format-card{
  min-height:250px;
  padding:30px 18px 24px;
  border-color:#dbe8f4;
  border-radius:21px;
  background:linear-gradient(150deg,#fff 0%,#fff 70%,#f4f9ff 100%);
  box-shadow:0 10px 28px rgba(7,31,70,.055);
}

.page-home #formats .format-card::before{
  height:4px;
  background:linear-gradient(90deg,var(--home-blue),#68b5ff,var(--home-orange));
}

.page-home #formats .format-card:hover{
  transform:translateY(-7px);
  box-shadow:0 22px 48px rgba(7,31,70,.11);
}

.page-home #formats .format-card h3{color:var(--home-navy)}
.page-home #formats .format-card p{
  color:var(--home-copy);
  line-height:1.62;
}

/* Featured */
.page-home #featured{background:#fff}

.page-home #featured .featured-grid{
  min-height:430px;
  padding:17px;
  border-color:#d8e6f3;
  border-radius:28px;
  box-shadow:0 20px 58px rgba(7,31,70,.09);
}

.page-home #featured .featured-image{
  min-height:395px;
  border-radius:20px;
}

.page-home #featured .featured-copy{padding:42px 48px}
.page-home #featured .featured-copy h2{
  color:var(--home-navy);
  font-weight:720;
  letter-spacing:-.035em;
}

.page-home #featured .featured-copy > p:not(.eyebrow),
.page-home #featured .check-grid span{color:var(--home-copy)}

.page-home #featured .check-grid i{
  width:25px;
  height:25px;
  background:linear-gradient(145deg,#edf6ff,#fff3ec);
}

/* AI + Projects */
.page-home #featured + .section.section-tight{
  padding-top:18px;
  background:linear-gradient(180deg,#fff,#f9fcff);
}

.page-home #featured + .section .twin-grid{gap:22px}

.page-home #featured + .section .ai-card,
.page-home #featured + .section .projects-card{
  border-color:#d8e6f3;
  border-radius:27px;
  box-shadow:0 16px 46px rgba(7,31,70,.07);
}

.page-home #featured + .section .ai-card{
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 15%,rgba(45,136,242,.11),transparent 28%),
    linear-gradient(135deg,#eef7ff,#fff);
}

.page-home #featured + .section .mini-features span{
  padding:9px 5px;
  border:1px solid #dce9f5;
  border-radius:11px;
  background:rgba(255,255,255,.78);
}

.page-home #featured + .section .projects-card{background:#fff}
.page-home #featured + .section .project-mini-grid{gap:11px}

.page-home #featured + .section .project-mini-grid button{
  border-radius:13px;
  border-color:#dce8f3;
  overflow:hidden;
}

.page-home #featured + .section .project-mini-grid button:hover{
  box-shadow:0 14px 28px rgba(7,31,70,.10);
}

/* Mentors */
.page-home #mentors{background:#fff}
.page-home #mentors .twin-grid{gap:22px}

.page-home #mentors .mentors-card,
.page-home #mentors .testimonial-card{
  border-color:#d8e6f3;
  border-radius:27px;
  box-shadow:0 17px 48px rgba(7,31,70,.075);
}

.page-home #mentors .mentors-card{
  background:
    radial-gradient(circle at 96% 4%,rgba(45,136,242,.075),transparent 24%),
    #fff;
}

.page-home #mentors .mentor-list{gap:12px}

.page-home #mentors .mentor{
  padding:17px 16px;
  border-color:#dbe8f4;
  border-radius:15px;
  background:linear-gradient(145deg,#f7fbff,#fff);
}

.page-home #mentors .mentor:hover{
  transform:translateY(-4px);
  background:#fff;
  box-shadow:0 14px 32px rgba(7,31,70,.09);
}

.page-home #mentors .mentor h3{color:var(--home-navy)}

.page-home #mentors .testimonial-card{
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 10%,rgba(243,107,53,.08),transparent 22%),
    linear-gradient(145deg,#fff,#fbfdff);
}

.page-home #mentors .testimonial-card blockquote{color:var(--home-copy)}

/* Visit */
.page-home #visit .twin-grid{gap:22px}

.page-home #visit .space-card,
.page-home #visit .visit-card{
  border-color:#d7e5f2;
  border-radius:27px;
  background:#fff;
  box-shadow:0 17px 48px rgba(7,31,70,.075);
}

.page-home #visit .space-image{border-radius:18px}

.page-home #visit .map-box{
  border:1px solid #d8e6f3;
  border-radius:18px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
}

/* Resources */
.page-home #resources{
  overflow:hidden;
  background:
    radial-gradient(circle at 5% 90%,rgba(45,136,242,.05),transparent 23%),
    #fff;
}

.page-home #resources .resource-grid{
  gap:22px;
  align-items:stretch;
}

.page-home #resources .resource-card,
.page-home #resources .topics-card,
.page-home #resources .faq-card{
  padding:32px;
  border-color:#d8e6f3;
  border-radius:25px;
  background:#fff;
  box-shadow:0 15px 44px rgba(7,31,70,.065);
}

.page-home #resources .support-icons{
  gap:10px;
  margin:26px 0 30px;
}

.page-home #resources .support-icons span{
  padding:17px 9px;
  border-color:#e0eaf4;
  border-radius:13px;
  background:#f9fcff;
  font-size:.7rem;
}

.page-home #resources .topics-card > a{
  min-height:55px;
  border-color:#e2ebf4;
  color:var(--home-copy);
}

.page-home #resources .faq-item{border-color:#e2ebf4}

.page-home #resources .faq-item > button{
  min-height:52px;
  color:var(--home-navy);
  font-size:.78rem;
}

.page-home #resources .faq-item > div > p{
  color:var(--home-copy);
  font-size:.7rem;
  line-height:1.7;
}

/* Support beyond classroom */
.page-home .support-beyond-section{
  padding:78px 0 68px;
  border-top:1px solid #e6eef7;
  background:
    radial-gradient(circle at 92% 7%,rgba(45,136,242,.08),transparent 23%),
    radial-gradient(circle at 5% 90%,rgba(243,107,53,.045),transparent 20%),
    linear-gradient(180deg,#f8fbff,#fff);
}

.page-home .support-beyond-heading{
  max-width:920px;
  margin-bottom:42px;
}

.page-home .support-beyond-heading h2{
  color:var(--home-navy);
  font-size:clamp(2.15rem,3.55vw,3.3rem);
  font-weight:720;
  letter-spacing:-.035em;
}

.page-home .support-beyond-heading > p:last-child{
  max-width:760px;
  color:var(--home-copy);
  font-size:.9rem;
  line-height:1.75;
}

.page-home .support-benefit-grid{gap:16px}

.page-home .support-benefit-card{
  min-height:210px;
  padding:22px 20px 20px;
  border-color:#d8e6f3;
  border-radius:23px;
  background:linear-gradient(145deg,#fff,#fbfdff);
  box-shadow:0 10px 30px rgba(7,31,70,.055);
}

.page-home .support-benefit-card:hover{
  transform:translateY(-6px);
  border-color:#b6d5ef;
  box-shadow:0 22px 46px rgba(7,31,70,.11);
}

.page-home .support-benefit-content > p:last-child{
  color:var(--home-copy);
  font-size:.73rem;
  line-height:1.63;
}

.page-home .support-benefit-card h3{color:var(--home-navy)}

/* CTA */
.page-home .cta-section{
  padding:12px 0 72px;
  background:#fff;
}

.page-home .cta-card{
  min-height:330px;
  padding:52px 58px;
  border-color:#cfe1f2;
  border-radius:29px;
  background:
    radial-gradient(circle at 89% 12%,rgba(45,136,242,.15),transparent 26%),
    radial-gradient(circle at 5% 85%,rgba(243,107,53,.06),transparent 22%),
    linear-gradient(135deg,#fff,#eef7ff);
  box-shadow:0 22px 60px rgba(7,31,70,.09);
}

.page-home .cta-card h2{
  color:var(--home-navy);
  font-weight:720;
  letter-spacing:-.035em;
}

.page-home .cta-card > div:first-child > p:not(.eyebrow){
  color:var(--home-copy);
  font-size:.85rem;
  line-height:1.7;
}

@media(max-width:1120px){
  .page-home main > .section{padding-block:64px}
  .page-home #courses .course-content{padding-right:22px}
  .page-home #resources .resource-card,
  .page-home #resources .topics-card,
  .page-home #resources .faq-card{padding:28px}
}

@media(max-width:900px){
  .page-home main > .section{padding-block:58px}
  .page-home main > .section.section-tight{padding-block:24px 58px}
  .page-home main > .section .section-heading{margin-bottom:36px}
  .page-home #courses + .section .recommendation-card,
  .page-home #courses + .section .experience-card{padding:30px}
  .page-home #featured .featured-copy{padding:34px 28px}
}

@media(max-width:680px){
  .page-home main > .section{padding-block:50px}
  .page-home main > .section.section-tight{padding-block:18px 50px}
  .page-home main > .section .section-heading{margin-bottom:30px}

  .page-home main > .section .section-heading .eyebrow{font-size:10px}

  .page-home main > .section .section-heading h2{
    font-size:clamp(1.95rem,8vw,2.4rem);
    line-height:1.12;
  }

  .page-home main > .section .section-heading > p:last-child{font-size:.84rem}

  .page-home #courses .course-card{border-radius:21px}
  .page-home #courses .course-content{padding:12px 22px 24px}

  .page-home #courses + .section .recommendation-card,
  .page-home #courses + .section .experience-card,
  .page-home #mentors .mentors-card,
  .page-home #mentors .testimonial-card,
  .page-home #visit .space-card,
  .page-home #visit .visit-card,
  .page-home #resources .resource-card,
  .page-home #resources .topics-card,
  .page-home #resources .faq-card{
    padding:23px;
    border-radius:22px;
  }

  .page-home #courses + .section .experience-item{min-height:155px}
  .page-home .journey-line::before{
    top:20px;
    left:20px;
    width:1px;
    height:auto;
  }

  .page-home .journey-step{padding-left:66px}
  .page-home .journey-step > span{
    width:43px;
    height:43px;
    border-width:5px;
  }

  .page-home #formats .format-card{
    min-height:215px;
    border-radius:18px;
  }

  .page-home #featured .featured-grid{border-radius:22px}
  .page-home #featured .featured-copy{padding:28px 17px 23px}

  .page-home .support-beyond-section{padding:58px 0 48px}

  .page-home .support-benefit-card{
    min-height:220px;
    border-radius:20px;
  }

  .page-home .cta-card{
    padding:38px 22px 25px;
    border-radius:23px;
  }
}

@media(max-width:420px){
  .page-home main > .section .section-heading h2{font-size:1.95rem}
  .page-home #resources .resource-card,
  .page-home #resources .topics-card,
  .page-home #resources .faq-card{padding:20px}
}

/* =========================================================
   REAL EDITORIAL COURSE + SUPPORT SECTIONS — V2
   Replaces synthetic dashboard artwork and cartoon graphics.
   ========================================================= */

/* Course identity panels */
.page-home #courses .course-card{
  grid-template-columns:42% minmax(0,1fr);
  min-height:300px;
}

.page-home #courses .course-identity{
  --course-accent:#1268d8;
  --course-accent-rgb:18,104,216;
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:270px;
  margin:14px;
  padding:18px;
  overflow:hidden;
  border:1px solid rgba(var(--course-accent-rgb),.17);
  border-radius:18px;
  background:
    linear-gradient(rgba(var(--course-accent-rgb),.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(var(--course-accent-rgb),.045) 1px,transparent 1px),
    linear-gradient(145deg,#fff 0%,rgba(var(--course-accent-rgb),.055) 100%);
  background-size:22px 22px,22px 22px,auto;
  isolation:isolate;
}

.page-home #courses .course-identity::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:-70px;
  right:-68px;
  width:180px;
  height:180px;
  border:1px solid rgba(var(--course-accent-rgb),.14);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(var(--course-accent-rgb),.025),0 0 0 56px rgba(var(--course-accent-rgb),.018);
}

.page-home #courses .course-identity--ai,
.page-home #courses .course-identity--generative{
  --course-accent:#635bdb;
  --course-accent-rgb:99,91,219;
}

.page-home #courses .course-identity--video{
  --course-accent:#ef5b35;
  --course-accent-rgb:239,91,53;
}

.page-home #courses .course-identity--performance{
  --course-accent:#0a8f73;
  --course-accent-rgb:10,143,115;
}

.page-home #courses .course-identity--prompt{
  --course-accent:#0b6fc8;
  --course-accent-rgb:11,111,200;
}

.page-home #courses .course-identity-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.page-home #courses .course-index{
  color:var(--course-accent);
  font-size:1.55rem;
  font-weight:820;
  line-height:1;
  letter-spacing:-.06em;
}

.page-home #courses .course-track{
  color:#647a91;
  font-size:.65rem;
  font-weight:820;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.page-home #courses .course-identity-graphic{
  display:grid;
  place-items:center;
  flex:1;
  min-height:92px;
  padding:9px 4px 8px;
}

.page-home #courses .course-identity-graphic svg{
  display:block;
  width:100%;
  max-width:225px;
  height:auto;
  overflow:visible;
  stroke:rgba(var(--course-accent-rgb),.54);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.page-home #courses .course-identity-graphic circle,
.page-home #courses .course-graphic-accent{
  fill:#fff;
  stroke:var(--course-accent);
}

.page-home #courses .course-brand-row{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
}

.page-home #courses .course-brand-row > span{
  display:grid;
  place-items:center;
  min-width:0;
  height:38px;
  padding:7px 9px;
  border:1px solid rgba(7,31,70,.08);
  border-radius:9px;
  background:rgba(255,255,255,.92);
  box-shadow:0 5px 16px rgba(7,31,70,.045);
}

.page-home #courses .course-brand-row img{
  display:block;
  width:100%;
  max-width:86px;
  height:23px;
  object-fit:contain;
}

.page-home #courses .course-content{
  padding:30px 28px 28px 9px;
}

.page-home #courses .course-content h3{
  margin-bottom:13px;
  font-size:1.3rem;
}

.page-home #courses .course-content ul{
  margin-bottom:20px;
}

/* Support section: compact professional symbols and editorial numbering */
.page-home .support-beyond-section{
  padding:82px 0 74px;
  background:
    linear-gradient(90deg,rgba(18,104,216,.035) 1px,transparent 1px),
    linear-gradient(rgba(18,104,216,.035) 1px,transparent 1px),
    linear-gradient(180deg,#f8fbff 0%,#fff 100%);
  background-size:34px 34px,34px 34px,auto;
}

.page-home .support-beyond-heading{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.72fr);
  column-gap:70px;
  align-items:end;
  max-width:none;
  margin:0 0 42px;
  text-align:left;
}

.page-home .support-beyond-eyebrow{
  grid-column:1/-1;
  justify-content:flex-start;
  margin-bottom:13px;
}

.page-home .support-beyond-eyebrow span{display:none}

.page-home .support-beyond-heading h2{
  max-width:710px;
  margin:0;
  font-size:clamp(2.15rem,3.45vw,3.25rem);
  line-height:1.05;
}

.page-home .support-beyond-heading > p:last-child{
  margin:0 0 3px;
  padding:3px 0 3px 22px;
  border-left:2px solid var(--orange);
  font-size:.84rem;
  line-height:1.72;
}

.page-home .support-benefit-grid{gap:15px}

.page-home .support-benefit-card{
  grid-template-columns:52px minmax(0,1fr);
  gap:17px;
  align-items:start;
  min-height:205px;
  padding:25px 24px 23px;
  border-color:#dce7f2;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 34px rgba(7,31,70,.052);
}

.page-home .support-benefit-card::before{
  inset:0 0 auto;
  width:auto;
  height:2px;
  background:linear-gradient(90deg,var(--blue),rgba(18,104,216,.12) 44%,transparent 82%);
  opacity:.75;
}

.page-home .support-benefit-card:hover{
  transform:translateY(-4px);
  border-color:#bfd7eb;
  box-shadow:0 19px 42px rgba(7,31,70,.095);
}

.page-home .support-benefit-number{
  position:absolute;
  top:15px;
  right:18px;
  color:#dce8f3;
  font-size:1.65rem;
  font-weight:760;
  line-height:1;
  letter-spacing:-.07em;
}

.page-home .support-benefit-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border:1px solid #d3e4f4;
  border-radius:14px;
  color:var(--blue);
  background:linear-gradient(145deg,#fff,#edf6ff);
  box-shadow:inset 0 1px 0 #fff,0 8px 19px rgba(7,31,70,.06);
}

.page-home .support-benefit-svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.page-home .support-benefit-content{
  padding:2px 0 30px;
}

.page-home .support-benefit-label{
  margin-bottom:8px;
  color:#5f7690;
  font-size:.57rem;
  letter-spacing:.13em;
}

.page-home .support-benefit-card h3{
  max-width:240px;
  margin-bottom:9px;
  font-size:1.05rem;
  line-height:1.25;
}

.page-home .support-benefit-content > p:last-child{
  max-width:290px;
  font-size:.72rem;
  line-height:1.68;
}

.page-home .support-benefit-arrow{
  right:18px;
  bottom:17px;
  width:27px;
  height:27px;
  border:1px solid #d9e7f4;
  border-radius:50%;
  background:#fff;
}

.page-home .support-decor{opacity:.32}

@media(max-width:1080px){
  .page-home #courses .course-card{grid-template-columns:44% minmax(0,1fr)}
  .page-home #courses .course-identity{padding:16px}
  .page-home .support-beyond-heading{column-gap:38px}
}

@media(max-width:900px){
  .page-home #courses .course-card{grid-template-columns:38% minmax(0,1fr)}
  .page-home #courses .course-identity{min-height:260px}
  .page-home #courses .course-brand-row{grid-template-columns:1fr}
  .page-home #courses .course-brand-row > span:nth-child(n+4){display:none}
  .page-home .support-beyond-heading{
    grid-template-columns:1fr;
    gap:18px;
  }
  .page-home .support-beyond-heading > p:last-child{max-width:670px}
}

@media(max-width:680px){
  .page-home #courses .course-card{grid-template-columns:1fr}
  .page-home #courses .course-identity{
    min-height:245px;
    margin:12px;
  }
  .page-home #courses .course-brand-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-home #courses .course-brand-row > span:nth-child(n){display:grid}
  .page-home #courses .course-content{padding:13px 22px 25px}
  .page-home .support-beyond-section{padding:60px 0 52px}
  .page-home .support-benefit-card{
    grid-template-columns:48px minmax(0,1fr);
    min-height:0;
    padding:22px 20px;
  }
  .page-home .support-benefit-icon{width:48px;height:48px}
  .page-home .support-benefit-content{padding-bottom:28px}
}

@media(max-width:420px){
  .page-home #courses .course-identity{min-height:232px;padding:15px}
  .page-home #courses .course-identity-graphic{min-height:78px}
  .page-home #courses .course-brand-row > span{height:35px}
  .page-home .support-benefit-card{grid-template-columns:1fr;gap:13px}
  .page-home .support-benefit-card h3{max-width:270px}
  .page-home .support-benefit-content > p:last-child{max-width:320px}
}

/* =========================================================
   FEATURED PROGRAM — REAL EDITORIAL BLUEPRINT V3
   Replaces the synthetic dashboard artwork with a credible,
   program-led visual system using real platform marks.
   ========================================================= */

.page-home #featured{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 24%,rgba(18,104,216,.055),transparent 25%),
    radial-gradient(circle at 94% 78%,rgba(243,107,53,.04),transparent 22%),
    #fff;
}

.page-home #featured .featured-grid{
  grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);
  min-height:500px;
  padding:15px;
  border-color:#d7e4f0;
  border-radius:30px;
  background:#fff;
  box-shadow:0 24px 70px rgba(7,31,70,.105);
}

.page-home #featured .featured-blueprint{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:470px;
  padding:29px 29px 25px;
  overflow:hidden;
  border:1px solid rgba(123,180,239,.22);
  border-radius:21px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 8%,rgba(74,155,244,.24),transparent 28%),
    radial-gradient(circle at 0 100%,rgba(237,112,71,.1),transparent 26%),
    linear-gradient(145deg,#061a37 0%,#082c59 58%,#073a76 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 42px rgba(4,25,54,.19);
  isolation:isolate;
}

.page-home #featured .featured-blueprint::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.32;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:29px 29px;
  mask-image:linear-gradient(180deg,#000,transparent 88%);
}

.page-home #featured .featured-blueprint::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:-94px;
  right:-94px;
  width:245px;
  height:245px;
  border:1px solid rgba(113,181,255,.17);
  border-radius:50%;
  box-shadow:0 0 0 34px rgba(113,181,255,.025),0 0 0 68px rgba(113,181,255,.018);
}

.page-home #featured .featured-blueprint-head{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-bottom:17px;
  border-bottom:1px solid rgba(255,255,255,.13);
}

.page-home #featured .featured-blueprint-kicker,
.page-home #featured .featured-blueprint-code{
  display:inline-flex;
  align-items:center;
  color:#bcd6f1;
  font-size:.59rem;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.page-home #featured .featured-blueprint-kicker{gap:8px}

.page-home #featured .featured-blueprint-kicker i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--home-orange,#f36b35);
  box-shadow:0 0 0 5px rgba(243,107,53,.12);
}

.page-home #featured .featured-blueprint-code{
  color:#78a9da;
  letter-spacing:.1em;
}

.page-home #featured .featured-blueprint-title{
  position:relative;
  z-index:2;
  padding:21px 0 18px;
}

.page-home #featured .featured-blueprint-title > span{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-size:clamp(1.5rem,2vw,2rem);
  font-weight:760;
  line-height:1.08;
  letter-spacing:-.045em;
}

.page-home #featured .featured-blueprint-title > strong{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  color:#a9c8e9;
  font-size:.61rem;
  font-weight:760;
  line-height:1.4;
  letter-spacing:.095em;
  text-transform:uppercase;
}

.page-home #featured .featured-blueprint-title > strong i{
  color:#f29a71;
  font-style:normal;
}

.page-home #featured .featured-stage-list{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.page-home #featured .featured-stage-list article{
  position:relative;
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:10px;
  align-items:start;
  min-height:70px;
  padding:13px 12px;
  border:1px solid rgba(166,205,244,.14);
  border-radius:12px;
  background:rgba(255,255,255,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  transition:border-color .25s ease,background .25s ease,transform .25s ease;
}

.page-home #featured .featured-stage-list article:hover{
  transform:translateY(-2px);
  border-color:rgba(142,197,250,.34);
  background:rgba(255,255,255,.085);
}

.page-home #featured .featured-stage-list article > span{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border:1px solid rgba(113,181,255,.35);
  border-radius:8px;
  color:#7ec0ff;
  background:rgba(15,102,201,.18);
  font-size:.62rem;
  font-weight:820;
}

.page-home #featured .featured-stage-list strong{
  display:block;
  margin:1px 0 4px;
  color:#f8fbff;
  font-size:.72rem;
  font-weight:740;
  line-height:1.25;
  letter-spacing:-.01em;
}

.page-home #featured .featured-stage-list small{
  display:block;
  color:#8faccc;
  font-size:.57rem;
  font-weight:560;
  line-height:1.4;
}

.page-home #featured .featured-platforms{
  position:relative;
  z-index:2;
  margin-top:18px;
}

.page-home #featured .featured-platforms > p{
  margin:0 0 8px;
  color:#8faccc;
  font-size:.55rem;
  font-weight:780;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.page-home #featured .featured-platforms > div{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:7px;
}

.page-home #featured .featured-platforms span{
  display:grid;
  place-items:center;
  min-width:0;
  height:40px;
  padding:7px;
  border:1px solid rgba(214,232,249,.18);
  border-radius:9px;
  background:rgba(255,255,255,.94);
  box-shadow:0 6px 15px rgba(2,18,39,.1);
}

.page-home #featured .featured-platforms img{
  display:block;
  width:100%;
  max-width:42px;
  height:23px;
  object-fit:contain;
}

.page-home #featured .featured-blueprint-foot{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:auto;
  padding-top:18px;
}

.page-home #featured .featured-blueprint-foot > span{
  display:grid;
  gap:1px;
  min-width:0;
  padding:0 13px;
  border-left:1px solid rgba(255,255,255,.13);
}

.page-home #featured .featured-blueprint-foot > span:first-child{
  padding-left:0;
  border-left:0;
}

.page-home #featured .featured-blueprint-foot strong{
  color:#fff;
  font-size:.72rem;
  font-weight:780;
  line-height:1.35;
}

.page-home #featured .featured-blueprint-foot small{
  color:#83a5c7;
  font-size:.53rem;
  font-weight:580;
  line-height:1.35;
}

.page-home #featured .featured-copy{
  padding:46px 48px 43px 50px;
}

.page-home #featured .featured-copy h2{
  max-width:610px;
  font-size:clamp(2rem,3vw,2.8rem);
  line-height:1.07;
}

.page-home #featured .featured-copy > p:not(.eyebrow){
  max-width:610px;
  font-size:.82rem;
  line-height:1.72;
}

.page-home #featured .check-grid{
  gap:12px 19px;
  margin:20px 0 27px;
}

.page-home #featured .check-grid span{
  font-size:.76rem;
  line-height:1.4;
}

@media(max-width:1040px){
  .page-home #featured .featured-grid{
    grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
  }
  .page-home #featured .featured-blueprint{padding:25px 23px 22px}
  .page-home #featured .featured-copy{padding:40px 31px}
  .page-home #featured .featured-platforms > div{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:900px){
  .page-home #featured .featured-grid{
    grid-template-columns:1fr;
    min-height:0;
  }
  .page-home #featured .featured-blueprint{min-height:465px}
  .page-home #featured .featured-platforms > div{grid-template-columns:repeat(6,minmax(0,1fr))}
  .page-home #featured .featured-copy{padding:35px 30px 31px}
}

@media(max-width:680px){
  .page-home #featured .featured-grid{
    padding:9px;
    border-radius:23px;
  }
  .page-home #featured .featured-blueprint{
    min-height:0;
    padding:22px 18px 20px;
    border-radius:17px;
  }
  .page-home #featured .featured-platforms > div{grid-template-columns:repeat(3,minmax(0,1fr))}
  .page-home #featured .featured-blueprint-foot{margin-top:20px}
  .page-home #featured .featured-copy{padding:28px 17px 24px}
  .page-home #featured .featured-copy h2{font-size:clamp(1.85rem,8vw,2.35rem)}
  .page-home #featured .check-grid{grid-template-columns:1fr}
}

@media(max-width:440px){
  .page-home #featured .featured-blueprint-head{align-items:flex-start}
  .page-home #featured .featured-blueprint-code{text-align:right}
  .page-home #featured .featured-stage-list{grid-template-columns:1fr}
  .page-home #featured .featured-stage-list article{min-height:64px}
  .page-home #featured .featured-blueprint-foot > span{padding-inline:8px}
  .page-home #featured .featured-blueprint-foot strong{font-size:.66rem}
  .page-home #featured .featured-blueprint-foot small{font-size:.48rem}
}

/* =========================================================
   HOME CERTIFICATION CREDENTIALS — PREMIUM, TRUST-FIRST
   ========================================================= */
.page-home .home-certifications{
  position:relative;
  overflow:hidden;
  padding:84px 0;
  background:
    radial-gradient(circle at 3% 10%,rgba(17,111,239,.10),transparent 25%),
    radial-gradient(circle at 98% 86%,rgba(246,160,49,.10),transparent 24%),
    #f7faff;
  border-block:1px solid #e3edf9;
}

.page-home .home-certifications::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.38;
  background-image:linear-gradient(rgba(10,50,93,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(10,50,93,.035) 1px,transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);
}

.page-home .home-certifications-shell{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(300px,.86fr) minmax(0,1.02fr);
  gap:24px;
  align-items:stretch;
}

.page-home .home-certifications-intro,
.page-home .home-certificate-card,
.page-home .home-credential-pathways{
  min-width:0;
}

.page-home .home-certifications-intro{
  padding:32px 22px 30px 0;
  align-self:center;
}

.page-home .home-certifications-intro .eyebrow{
  margin-bottom:14px;
  color:#0f6ee9;
  letter-spacing:.13em;
}

.page-home .home-certifications-intro h2{
  margin:0;
  max-width:520px;
  color:#092b54;
  font-size:clamp(2rem,3.2vw,2.85rem);
  line-height:1.06;
  letter-spacing:-.045em;
}

.page-home .home-certifications-intro h2 span{
  color:#1271e7;
}

.page-home .home-certifications-intro > p:not(.eyebrow){
  max-width:530px;
  margin:20px 0 25px;
  color:#536c87;
  font-size:.86rem;
  line-height:1.72;
}

.page-home .home-certification-points{
  display:grid;
  gap:10px;
}

.page-home .home-certification-points span{
  display:flex;
  align-items:center;
  gap:11px;
  color:#163a63;
  font-size:.9rem;
  font-weight:710;
}

.page-home .home-certification-points i{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  flex:0 0 31px;
  border:1px solid #d5e4f6;
  border-radius:50%;
  background:#fff;
  color:#0f70ec;
  box-shadow:0 7px 18px rgba(23,83,145,.08);
  font-size:.57rem;
  font-style:normal;
  letter-spacing:.05em;
}

.page-home .home-certificate-card{
  position:relative;
  overflow:hidden;
  min-height:475px;
  padding:30px 28px 27px;
  border:1px solid #d8cba8;
  border-radius:9px;
  background:
    linear-gradient(135deg,rgba(207,174,89,.08),transparent 34%),
    #fffdf7;
  box-shadow:0 23px 55px rgba(10,43,83,.14),inset 0 0 0 7px #fff,inset 0 0 0 8px #e6dcc1;
  color:#123354;
  transform:rotate(-.45deg);
}

.page-home .home-certificate-card::before,
.page-home .home-certificate-card::after{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  border-color:#cba94d;
  opacity:.56;
}

.page-home .home-certificate-card::before{
  top:17px;
  right:17px;
  border-top:1px solid;
  border-right:1px solid;
}

.page-home .home-certificate-card::after{
  bottom:17px;
  left:17px;
  border-bottom:1px solid;
  border-left:1px solid;
}

.page-home .home-certificate-topline{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding-bottom:17px;
  border-bottom:1px solid #e6ddc5;
}

.page-home .home-certificate-topline span{
  color:#092d58;
  font-size:.75rem;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.page-home .home-certificate-topline small{
  color:#806f45;
  font-size:.55rem;
  font-weight:720;
  letter-spacing:.08em;
  text-align:right;
  text-transform:uppercase;
}

.page-home .home-certificate-emblem{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  margin:35px auto 18px;
  border:1px solid #d9c68e;
  border-radius:50%;
  background:#fff;
  box-shadow:0 7px 19px rgba(98,76,24,.10),0 0 0 6px rgba(213,185,108,.12);
}

.page-home .home-certificate-emblem img{
  width:38px;
  height:38px;
  object-fit:contain;
}

.page-home .home-certificate-card > p{
  position:relative;
  z-index:1;
  margin:0 0 6px;
  color:#8b7850;
  font-family:Georgia,"Times New Roman",serif;
  font-size:.9rem;
  font-style:italic;
  text-align:center;
}

.page-home .home-certificate-card > strong{
  position:relative;
  z-index:1;
  display:block;
  padding:2px 0 11px;
  color:#0c315c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.62rem;
  font-weight:600;
  letter-spacing:-.025em;
  text-align:center;
}

.page-home .home-certificate-card > span:not(.home-certificate-seal){
  position:relative;
  z-index:1;
  display:block;
  max-width:285px;
  margin:0 auto;
  color:#6a7886;
  font-size:.7rem;
  line-height:1.6;
  text-align:center;
}

.page-home .home-certificate-meta{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:15px;
  margin-top:30px;
  padding-top:16px;
  border-top:1px solid #e6ddc5;
}

.page-home .home-certificate-meta small{
  color:#4d6275;
  font-size:.65rem;
  font-weight:700;
  line-height:1.45;
}

.page-home .home-certificate-meta b{
  display:block;
  margin-bottom:5px;
  color:#9a8250;
  font-size:.55rem;
  letter-spacing:.11em;
}

.page-home .home-certificate-seal{
  position:absolute;
  z-index:2;
  right:25px;
  bottom:24px;
  display:flex;
  align-items:center;
  gap:7px;
}

.page-home .home-certificate-seal > span{
  display:grid;
  place-items:center;
  width:35px;
  height:35px;
  border-radius:50%;
  background:#0e315b;
  color:#fff;
  font-size:.65rem;
  font-weight:850;
  letter-spacing:.06em;
  box-shadow:0 0 0 4px #dfc579;
}

.page-home .home-certificate-seal small{
  color:#8b7441;
  font-size:.60rem;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.page-home .home-credential-pathways{
  padding:22px;
  border:1px solid #d9e7f6;
  border-radius:25px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 44px rgba(12,55,104,.09);
}

.page-home .home-credential-pathways-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:15px;
  padding:4px 3px 17px;
  border-bottom:1px solid #e6eef7;
}

.page-home .home-credential-pathways-head span{
  max-width:210px;
  color:#0c315b;
  font-size:.79rem;
  font-weight:820;
  line-height:1.3;
}

.page-home .home-credential-pathways-head small{
  color:#0f70eb;
  font-size:.65rem;
  font-weight:760;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.page-home .home-credential-pathways article{
  position:relative;
  display:grid;
  grid-template-columns:62px 1fr;
  gap:15px;
  align-items:center;
  min-height:110px;
  padding:16px 32px 16px 2px;
  border-bottom:1px solid #e7eef6;
}

.page-home .home-credential-pathways article > span{
  position:absolute;
  top:17px;
  right:2px;
  color:#a9bdd3;
  font-size:.53rem;
  font-weight:800;
  letter-spacing:.08em;
}

.page-home .home-credential-logo{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  border:1px solid #e0eaf5;
  border-radius:17px;
  background:#f8fbff;
}

.page-home .home-credential-logo img{
  width:35px;
  height:35px;
  object-fit:contain;
}

.page-home .home-credential-logo-hubspot img{
  width:48px;
  height:auto;
}

.page-home .home-credential-pathways h3{
  margin:0 0 5px;
  color:#102f55;
  font-size:.9rem;
  line-height:1.25;
}

.page-home .home-credential-pathways article p{
  margin:0;
  color:#667b91;
  font-size:.7rem;
  line-height:1.52;
}

.page-home .home-certification-note{
  display:flex;
  gap:8px;
  margin:16px 2px 0;
  color:#71859a;
  font-size:.65rem;
  line-height:1.55;
}

.page-home .home-certification-note svg{
  flex:0 0 14px;
  margin-top:1px;
  color:#0f70eb;
}

@media(max-width:1100px){
  .page-home .home-certifications-shell{
    grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);
  }
  .page-home .home-certifications-intro{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);
    column-gap:42px;
    padding:0 0 12px;
  }
  .page-home .home-certifications-intro .eyebrow,
  .page-home .home-certifications-intro h2,
  .page-home .home-certifications-intro > p{grid-column:1}
  .page-home .home-certification-points{grid-column:2;grid-row:1/4;align-self:end;padding-bottom:4px}
}

@media(max-width:760px){
  .page-home .home-certifications{padding:66px 0}
  .page-home .home-certifications-shell{grid-template-columns:1fr;gap:20px}
  .page-home .home-certifications-intro{display:block;padding:0 0 10px}
  .page-home .home-certifications-intro h2 br{display:none}
  .page-home .home-certification-points{margin-top:21px}
  .page-home .home-certificate-card{width:min(100%,410px);min-height:470px;margin:0 auto;transform:none}
  .page-home .home-credential-pathways{width:min(100%,520px);margin:0 auto}
}

@media(max-width:460px){
  .page-home .home-certifications{padding:55px 0}
  .page-home .home-certifications-intro h2{font-size:clamp(1.85rem,10vw,2.3rem)}
  .page-home .home-certificate-card{min-height:445px;padding:25px 20px 23px}
  .page-home .home-certificate-topline{display:block}
  .page-home .home-certificate-topline small{display:block;margin-top:5px;text-align:left}
  .page-home .home-certificate-emblem{margin-top:28px}
  .page-home .home-certificate-meta{grid-template-columns:1fr;padding-right:88px}
  .page-home .home-certificate-seal{right:20px;bottom:23px}
  .page-home .home-credential-pathways{padding:16px;border-radius:20px}
  .page-home .home-credential-pathways-head{display:block}
  .page-home .home-credential-pathways-head small{display:block;margin-top:6px}
  .page-home .home-credential-pathways article{grid-template-columns:52px 1fr;gap:12px;padding-right:24px}
  .page-home .home-credential-logo{width:52px;height:52px;border-radius:14px}
  .page-home .home-credential-logo img{width:30px;height:30px}
  .page-home .home-credential-logo-hubspot img{width:42px;height:auto}
}
