/* WebGL visual */
.ewe-webgl { min-height: 610px; max-width: 780px; }
.ewe-webgl__stage {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 193, 91, .58);
  border-radius: 34px 34px 76px 34px;
  background:
    radial-gradient(circle at 50% 38%, rgba(28, 179, 192, .22), transparent 36%),
    linear-gradient(145deg, #0b304b 0%, #09233b 56%, #061a2d 100%);
  box-shadow: 0 28px 70px rgba(0, 13, 28, .34), inset 0 0 70px rgba(22, 159, 178, .07);
  cursor: grab;
  touch-action: none;
  isolation: isolate;
}
.ewe-webgl__stage:focus-visible { outline: 3px solid rgba(255, 193, 91, .75); outline-offset: 4px; }
.ewe-webgl__stage.is-dragging { cursor: grabbing; }
.ewe-webgl__canvas {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
}
.ewe-webgl__fallback {
  position: absolute;
  z-index: 2;
  left: 50%; top: 45%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,.85);
  font-size: clamp(5rem, 13vw, 9rem);
  font-weight: 900;
  letter-spacing: .06em;
  text-shadow: 18px 18px 0 rgba(0,0,0,.22);
}
.ewe-webgl.webgl-ready .ewe-webgl__fallback { display: none; }
.ewe-webgl__grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(115, 209, 226, .15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 209, 226, .15) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.8) 64%, transparent 100%);
}
.ewe-webgl__halo {
  position: absolute;
  z-index: 1;
  left: 50%; top: 43%;
  width: 66%; aspect-ratio: 1.7;
  border: 1px solid rgba(96, 214, 225, .24);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  box-shadow: 0 0 90px rgba(37, 190, 203, .1);
}
.ewe-webgl__caption {
  position: absolute;
  z-index: 8;
  left: 28px;
  bottom: 26px;
  display: grid;
  gap: 5px;
  pointer-events: none;
}
.ewe-webgl__caption strong { color: #fff; font-size: .88rem; letter-spacing: .14em; }
.ewe-webgl__caption small { color: #a9c2d4; font-size: .72rem; }
.ewe-webgl .ewe-chip { z-index: 9; }
.ewe-webgl .ewe-chip--academic { left: 18px; top: 24%; }
.ewe-webgl .ewe-chip--research { right: 18px; top: 20%; }
.ewe-webgl .ewe-chip--engineering { right: 18px; bottom: 25%; }
.ewe-webgl .ewe-reset { z-index: 10; }

@media (max-width: 1180px) {
  .site-nav .nav-direct,
  .site-nav .nav-trigger { min-height: auto; width: 100%; justify-content: space-between; padding: 11px 12px; }
  .site-nav .nav-direct::after,
  .site-nav .nav-trigger::after { display: none; }
  .nav-item { display: block; width: 100%; }
  .nav-dropdown,
  .nav-dropdown--mega,
  .nav-dropdown--right {
    position: static;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 8px;
    border: 0;
    border-radius: 12px;
    box-shadow: none;
    background: #f4f8fb;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: none !important;
    transition: max-height .28s ease, padding .28s ease, margin .28s ease;
  }
  .nav-dropdown::before { display: none; }
  .nav-item:hover > .nav-dropdown,
  .nav-item:focus-within > .nav-dropdown { max-height: 0; padding: 0 8px; pointer-events: none; }
  .nav-item.is-open > .nav-dropdown {
    max-height: 720px;
    margin-bottom: 8px;
    padding: 8px;
    pointer-events: auto;
  }
  .nav-dropdown a { padding: 10px 11px; }
  .nav-dropdown small { display: none; }
}
@media (max-width: 760px) {
  .ewe-webgl { min-height: 460px; }
  .ewe-webgl__stage { min-height: 450px; border-radius: 24px 24px 55px 24px; }
  .ewe-webgl__caption { left: 18px; bottom: 18px; }
  .ewe-webgl__caption small { display: none; }
  .ewe-webgl .ewe-chip { display: none; }
}
@media (max-width: 480px) {
  .ewe-webgl { min-height: 390px; }
  .ewe-webgl__stage { min-height: 380px; }
}


/* =========================================================
   COMPACT HOME TEMPLATE
   Focused medium-length homepage for reuse across the site
   ========================================================= */
.hero--compact { padding: 64px 0 52px; }
.hero--compact .hero__layout { align-items: center; gap: clamp(34px, 5vw, 74px); }
.hero--compact .hero__copy { max-width: 650px; }
.hero--compact .hero__lead { max-width: 630px; }
.hero--compact .hero__proof { display: none; }
.ewe-webgl--compact { min-height: 520px; }
.ewe-webgl--compact .ewe-webgl__stage { min-height: 500px; }
.ewe-webgl__hint {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding: 8px 12px;
  border: 1px solid rgba(174, 220, 231, .22);
  border-radius: 999px;
  background: rgba(5, 24, 42, .72);
  color: #c8dce8;
  font-size: .72rem;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.ewe-webgl__stage.has-interacted .ewe-webgl__hint { opacity: 0; transform: translate(-50%, 8px); }
.ewe-webgl--compact .ewe-reset { right: 18px; bottom: 16px; }

.compact-section { padding: 72px 0; }
.compact-section .section-heading { margin-bottom: 30px; }
.compact-section .section-heading h2 { max-width: 760px; }

.trust-strip {
  position: relative;
  z-index: 4;
  border-top: 1px solid rgba(18, 70, 101, .10);
  border-bottom: 1px solid rgba(18, 70, 101, .10);
  background: #fff;
}
.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 18px 22px;
  border-right: 1px solid rgba(18, 70, 101, .10);
}
.trust-item:last-child { border-right: 0; }
.trust-item__icon {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(23,105,224,.12), rgba(24,184,176,.15));
  color: #0c6f92;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.trust-item strong { display: block; color: #102f48; font-size: .85rem; }
.trust-item small { display: block; margin-top: 2px; color: #728697; font-size: .72rem; line-height: 1.35; }

.audience-compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.audience-compact__card {
  position: relative;
  overflow: hidden;
  min-height: 286px;
  padding: 28px;
  border: 1px solid rgba(18, 70, 101, .12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 48, 72, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.audience-compact__card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -52px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(24,184,176,.16);
  border-radius: 50%;
}
.audience-compact__card:hover { transform: translateY(-4px); border-color: rgba(23,105,224,.28); box-shadow: 0 22px 48px rgba(17,48,72,.11); }
.audience-compact__number { color: #149c9b; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.audience-compact__card h3 { margin: 18px 0 10px; color: #0d2942; font-size: 1.32rem; }
.audience-compact__card p { margin: 0 0 22px; color: #607688; line-height: 1.75; }
.audience-compact__card a { position: relative; z-index: 1; color: #1266cf; font-weight: 800; }

.service-tabs {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1.58fr);
  gap: 22px;
  align-items: stretch;
}
.service-tabs__nav {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(18,70,101,.12);
  border-radius: 20px;
  background: #fff;
}
.service-tab {
  width: 100%;
  padding: 14px 15px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #496377;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.service-tab:hover { background: rgba(23,105,224,.06); transform: translateX(2px); }
.service-tab[aria-selected="true"] { background: linear-gradient(135deg, #1769e0, #0f8885); color: #fff; }
.service-tabs__panel {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  padding: 40px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(32,184,183,.20), transparent 34%),
    linear-gradient(140deg, #0a2943 0%, #0b3651 55%, #0b243c 100%);
  color: #fff;
  box-shadow: 0 24px 52px rgba(7,29,51,.18);
}
.service-tabs__panel::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(104,219,224,.18);
  border-radius: 50%;
}
.service-panel__eyebrow { color: #68d7d1; font-size: .73rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.service-tabs__panel h3 { max-width: 670px; margin: 15px 0 12px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.service-tabs__panel > p { max-width: 720px; margin: 0; color: #c1d4e1; line-height: 1.75; }
.service-panel__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 27px 0 30px;
}
.service-panel__list span { display: flex; gap: 9px; align-items: center; color: #e8f4f8; font-size: .88rem; }
.service-panel__list span::before { content: "✓"; color: #ffc15b; font-weight: 900; }
.service-tabs__panel .button { position: relative; z-index: 1; }

.projects-compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.project-compact {
  overflow: hidden;
  border: 1px solid rgba(116, 183, 206, .15);
  border-radius: 22px;
  background: #0c2942;
  color: #fff;
  transition: transform .2s ease, border-color .2s ease;
}
.project-compact:hover { transform: translateY(-5px); border-color: rgba(255,193,91,.55); }
.project-compact img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.project-compact__body { padding: 22px; }
.project-compact__body span { color: #65d8d3; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.project-compact__body h3 { margin: 10px 0 8px; color: #fff; font-size: 1.12rem; }
.project-compact__body p { margin: 0 0 16px; color: #b7ccda; font-size: .86rem; line-height: 1.65; }
.project-compact__body small { color: #ffc15b; font-weight: 800; }

.final-support {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background: linear-gradient(145deg, #f2f7fa 0%, #fff 58%);
}
.final-support__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 34px;
  align-items: stretch;
}
.process-compact {
  padding: 34px;
  border: 1px solid rgba(18,70,101,.12);
  border-radius: 24px;
  background: #fff;
}
.process-compact__steps { display: grid; gap: 10px; margin-top: 24px; }
.process-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 15px 0;
  border-top: 1px solid rgba(18,70,101,.09);
}
.process-step:first-child { border-top: 0; }
.process-step > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #0c3652; color: #ffc15b; font-size: .76rem; font-weight: 900; }
.process-step h3 { margin: 1px 0 4px; color: #102f48; font-size: 1rem; }
.process-step p { margin: 0; color: #6a7f90; font-size: .84rem; line-height: 1.58; }
.delivery-cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 36px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(32,184,183,.22), transparent 36%),
    linear-gradient(145deg, #09253d, #0b3651);
  color: #fff;
  box-shadow: 0 24px 50px rgba(7,29,51,.16);
}
.delivery-cta h2 { margin: 9px 0 12px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.delivery-cta p { color: #bfd2df; line-height: 1.7; }
.delivery-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 14px; margin: 22px 0 0; }
.delivery-list span { color: #e7f2f6; font-size: .82rem; }
.delivery-list span::before { content: "•"; margin-right: 8px; color: #ffc15b; }
.delivery-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.quick-actions {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 10px;
  justify-items: end;
}
.quick-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(7,29,51,.22);
  font-size: .78rem;
  font-weight: 900;
  transition: transform .18s ease;
}
.quick-action:hover { transform: translateY(-2px); }
.quick-action--request { background: #0f7d78; color: #fff; }
.quick-action--whatsapp { background: #fff; color: #0b5a56; border-color: rgba(15,125,120,.18); }
.quick-action__dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; opacity: .7; }

@media (max-width: 980px) {
  .hero--compact { padding-top: 48px; }
  .ewe-webgl--compact { min-height: 470px; }
  .ewe-webgl--compact .ewe-webgl__stage { min-height: 450px; }
  .trust-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(18,70,101,.10); }
  .audience-compact, .projects-compact { grid-template-columns: 1fr; }
  .audience-compact__card { min-height: auto; }
  .service-tabs { grid-template-columns: 1fr; }
  .service-tabs__nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-tab { text-align: center; padding: 12px 8px; }
  .final-support__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .compact-section, .final-support { padding: 56px 0; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(18,70,101,.10); }
  .trust-item:last-child { border-bottom: 0; }
  .service-tabs__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-tabs__panel { min-height: 420px; padding: 28px 23px; }
  .service-panel__list, .delivery-list { grid-template-columns: 1fr; }
  .process-compact, .delivery-cta { padding: 26px 22px; }
  .quick-actions { right: 14px; bottom: 14px; }
  .quick-action { width: 46px; padding: 0; justify-content: center; }
  .quick-action span:not(.quick-action__dot) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .audience-compact__card, .project-compact, .quick-action, .service-tab { transition: none; }
}


/* =========================================================
   STUDENT-FIRST HOME — V7
   Homepage-specific content and presentation refinements
   ========================================================= */
.student-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0 0;
}
.student-hero__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(151, 210, 224, .24);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #d9edf5;
  font-size: .75rem;
  font-weight: 750;
}
.student-hero__tags span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ffc15b;
  box-shadow: 0 0 0 4px rgba(255,193,91,.10);
}
.hero-note {
  max-width: 590px;
  margin: 18px 0 0;
  color: #91adbf;
  font-size: .76rem;
  line-height: 1.65;
}
.hero-note strong { color: #dceaf2; }

.student-support-card__list {
  display: grid;
  gap: 8px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}
.student-support-card__list li {
  display: flex;
  gap: 9px;
  color: #607688;
  font-size: .82rem;
}
.student-support-card__list li::before {
  content: "✓";
  color: #149c9b;
  font-weight: 900;
}
.audience-compact__card--featured {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at 90% 10%, rgba(51,197,195,.23), transparent 33%),
    linear-gradient(145deg, #0b2a43, #0a3a50);
}
.audience-compact__card--featured .audience-compact__number { color: #ffc15b; }
.audience-compact__card--featured h3 { color: #fff; }
.audience-compact__card--featured p,
.audience-compact__card--featured .student-support-card__list li { color: #bfd2df; }
.audience-compact__card--featured a { color: #ffc15b; }
.audience-compact__card--featured .student-support-card__list li::before { color: #68d7d1; }

.toolkit-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: #fff;
}
.toolkit-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background: linear-gradient(140deg, rgba(23,105,224,.055), rgba(24,184,176,.045));
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.toolkit-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 56px;
  align-items: center;
}
.toolkit-copy h2 { max-width: 590px; }
.toolkit-copy > p:last-of-type { max-width: 570px; color: #607688; line-height: 1.75; }
.toolkit-link { display: inline-flex; margin-top: 14px; color: #1769e0; font-weight: 850; }
.toolkit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.toolkit-group {
  min-height: 155px;
  padding: 20px;
  border: 1px solid rgba(18,70,101,.11);
  border-radius: 17px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 30px rgba(17,48,72,.055);
}
.toolkit-group > span {
  color: #149c9b;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.toolkit-group h3 { margin: 12px 0 8px; color: #0d2942; font-size: 1rem; }
.toolkit-group p { margin: 0; color: #6a7f90; font-size: .78rem; line-height: 1.6; }

.projects-compact--student { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.projects-compact--student .project-compact img { aspect-ratio: 16 / 11; }
.project-compact__body .project-tool {
  display: inline-flex;
  margin-top: 4px;
  padding: 5px 8px;
  border: 1px solid rgba(104,216,211,.2);
  border-radius: 999px;
  color: #9be4df;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: none;
}
.project-disclaimer {
  max-width: 860px;
  margin: 28px auto 0;
  color: #91a9b8;
  font-size: .75rem;
  line-height: 1.65;
  text-align: center;
}

.student-process .process-compact__steps { gap: 3px; }
.student-process .process-step { grid-template-columns: 48px minmax(0, 1fr); }
.integrity-box {
  margin-top: 22px;
  padding: 18px 18px 18px 20px;
  border-left: 3px solid #18a9a3;
  border-radius: 0 13px 13px 0;
  background: #eff9f8;
}
.integrity-box strong { display: block; color: #0b5f61; font-size: .84rem; }
.integrity-box p { margin: 5px 0 0; color: #55727d; font-size: .78rem; line-height: 1.6; }
.delivery-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffc15b;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.delivery-kicker::before { content: ""; width: 24px; height: 1px; background: currentColor; }


.home-page .section--dark .section-heading h2 { color: #fff; }
.home-page .section--dark .section-heading > p { color: #b9ccda; }
.trust-item__icon { font-size: .62rem; }

@media (max-width: 1180px) {
  .projects-compact--student { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .toolkit-layout { grid-template-columns: 1fr; gap: 34px; }
  .toolkit-section::before { width: 100%; height: 42%; clip-path: none; }
}
@media (max-width: 700px) {
  .toolkit-grid { grid-template-columns: 1fr 1fr; }
  .projects-compact--student { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .student-hero__tags span { width: 100%; }
  .toolkit-grid { grid-template-columns: 1fr; }
}




/* =========================================================
   COMPACT HOMEPAGE V2
   The homepage is an overview; detailed content lives on inner pages.
   ========================================================= */
.home-page .topbar__inner { min-height: 34px; }
.home-page .topbar { font-size: .69rem; }
.home-page .nav-wrap { min-height: 70px; }
.home-page .site-nav .nav-direct,
.home-page .site-nav .nav-trigger { min-height: 70px; font-size: .84rem; }
.home-page .brand__mark { width: 48px; height: 48px; }
.home-page .brand__text strong { font-size: 1rem; }
.home-page .brand__text small { font-size: .68rem; }

.home-page .hero--compact {
  min-height: auto;
  padding: 44px 0 46px;
}
.home-page .hero--compact .hero__layout {
  grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
  gap: clamp(32px, 4vw, 58px);
}
.home-page .hero--compact .hero__copy { max-width: 660px; }
.home-page .hero--compact h1 {
  max-width: 650px;
  font-size: clamp(2.55rem, 3.2vw, 3.35rem);
  line-height: 1.01;
  letter-spacing: -.035em;
}
.home-page .hero--compact .hero__lead {
  max-width: 610px;
  margin-top: 16px;
  font-size: .92rem;
  line-height: 1.62;
}
.home-page .hero--compact .student-hero__tags { gap: 7px; margin-top: 16px; }
.home-page .hero--compact .student-hero__tags span {
  min-height: 30px;
  padding: 0 10px;
  font-size: .68rem;
}
.home-page .hero--compact .hero__actions { margin-top: 19px; }
.home-page .hero--compact .hero__actions .button { min-height: 45px; padding-inline: 18px; font-size: .79rem; }
.home-page .ewe-webgl--compact { min-height: 370px; }
.home-page .ewe-webgl--compact .ewe-webgl__stage {
  min-height: 360px;
  border-radius: 28px 28px 58px 28px;
}

.home-page .trust-strip--compact-home { padding: 0; }
.home-page .trust-strip--compact-home .trust-strip__grid {
  overflow: hidden;
  border: 1px solid rgba(18,70,101,.1);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 12px 30px rgba(17,48,72,.05);
}
.home-page .trust-strip--compact-home .trust-item { min-height: 72px; padding: 13px 16px; gap: 10px; }
.home-page .trust-strip--compact-home .trust-item__icon { flex-basis: 34px; width: 34px; height: 34px; border-radius: 10px; font-size: .56rem; }
.home-page .trust-strip--compact-home .trust-item strong { font-size: .76rem; }
.home-page .trust-strip--compact-home .trust-item small { font-size: .64rem; }

.home-page .compact-section { padding: 50px 0; }
.home-page .compact-section .section-heading { margin-bottom: 23px; }
.home-page .section-heading h2 { font-size: clamp(1.65rem, 2.5vw, 2.25rem); }
.home-page .section-heading > p,
.home-page .section-heading--split > p { font-size: .83rem; line-height: 1.62; }
.home-page .eyebrow { font-size: .68rem; }

.home-page .audience-compact--home { gap: 15px; }
.home-page .audience-compact--home .audience-compact__card {
  min-height: 210px;
  padding: 22px;
  border-radius: 18px;
}
.home-page .audience-compact--home .audience-compact__card h3 { margin: 13px 0 8px; font-size: 1.08rem; }
.home-page .audience-compact--home .audience-compact__card p { margin-bottom: 18px; font-size: .81rem; line-height: 1.62; }
.home-page .audience-compact--home .audience-compact__card a { font-size: .78rem; }
.home-explore-bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 17px;
  padding: 15px 18px;
  border: 1px solid rgba(18,70,101,.1);
  border-radius: 14px;
  background: #f5f9fb;
  color: #526c7e;
  font-size: .78rem;
}
.home-explore-bar div { display: flex; flex-wrap: wrap; gap: 16px; }
.home-explore-bar a { color: #1266cf; font-weight: 800; }

.home-page .home-projects { padding: 54px 0; }
.home-page .projects-compact--home { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.home-page .projects-compact--home .project-compact { border-radius: 18px; }
.home-page .projects-compact--home .project-compact img { aspect-ratio: 16 / 8.5; }
.home-page .projects-compact--home .project-compact__body { padding: 17px; }
.home-page .projects-compact--home .project-compact__body h3 { margin: 7px 0 5px; font-size: 1rem; }
.home-page .projects-compact--home .project-compact__body p { margin-bottom: 11px; font-size: .76rem; line-height: 1.55; }
.home-page .dark-action { margin-top: 22px; }

.home-page .home-final { padding: 52px 0; }
.home-page .final-support__grid { gap: 22px; }
.home-page .process-compact,
.home-page .delivery-cta { padding: 27px; border-radius: 20px; }
.home-page .process-compact__steps { margin-top: 17px; }
.home-page .process-step { grid-template-columns: 42px minmax(0,1fr); gap: 11px; padding: 11px 0; }
.home-page .process-step > span { width: 36px; height: 36px; border-radius: 10px; }
.home-page .process-step h3 { font-size: .9rem; }
.home-page .process-step p { font-size: .76rem; }
.home-page .integrity-box { margin-top: 14px; padding: 14px 15px; }
.home-page .delivery-cta h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.home-page .delivery-cta p { font-size: .84rem; }

@media (max-width: 1240px) {
  .home-page .hero--compact .hero__layout { grid-template-columns: minmax(0,1fr) minmax(350px,.78fr); }
}
@media (max-width: 980px) {
  .home-page .hero--compact .hero__layout { grid-template-columns: 1fr; }
  .home-page .ewe-webgl--compact { width: min(100%, 680px); margin-inline: auto; }
  .home-page .projects-compact--home { grid-template-columns: 1fr 1fr; }
  .home-page .projects-compact--home .project-compact:last-child { grid-column: 1 / -1; max-width: 50%; justify-self: center; }
}
@media (max-width: 760px) {
  .home-page .topbar__inner { min-height: 29px; }
  .home-page .nav-wrap { min-height: 58px; }
  .home-page .brand__mark { width: 38px; height: 38px; }
  .home-page .brand__text strong { font-size: .78rem; }
  .home-page .brand__text small { font-size: .54rem; }
  .home-page .hero--compact { padding: 30px 0 34px; }
  .home-page .hero--compact h1 { font-size: clamp(2rem, 10.2vw, 2.65rem); line-height: 1; }
  .home-page .hero--compact .hero__lead { margin-top: 13px; font-size: .82rem; }
  .home-page .hero--compact .student-hero__tags span { width: auto; min-height: 27px; font-size: .62rem; }
  .home-page .hero--compact .hero__actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .home-page .ewe-webgl--compact { display: none; }
  .home-page .trust-strip--compact-home .trust-strip__grid { grid-template-columns: repeat(2, minmax(0,1fr)); border-radius: 0 0 14px 14px; }
  .home-page .trust-strip--compact-home .trust-item { display: grid; min-height: 105px; padding: 12px; }
  .home-page .trust-strip--compact-home .trust-item:nth-child(odd) { border-right: 1px solid rgba(18,70,101,.1); }
  .home-page .compact-section, .home-page .home-projects, .home-page .home-final { padding: 40px 0; }
  .home-page .audience-compact--home .audience-compact__card { min-height: auto; padding: 19px; }
  .home-explore-bar { align-items: flex-start; flex-direction: column; }
  .home-page .projects-compact--home { grid-template-columns: 1fr; }
  .home-page .projects-compact--home .project-compact:last-child { grid-column: auto; max-width: none; }
}


/* =========================================================
   INDEX MASTER THEME — V1
   Final shared visual reference for the remaining site pages.
   ========================================================= */

.home-page {
  --master-navy: #071d33;
  --master-navy-2: #0a3652;
  --master-blue: #1769e0;
  --master-blue-dark: #1157bd;
  --master-cyan: #18b8b0;
  --master-gold: #f2a531;
  --master-ink: #17344e;
  --master-muted: #607688;
  --master-line: rgba(18, 70, 101, .11);
  --master-shadow: 0 20px 52px rgba(7, 29, 51, .12);
}

/* Shared shell */
.home-page .topbar {
  background: linear-gradient(90deg, #061625 0%, #082844 62%, #0a3653 100%);
  border-bottom: 1px solid rgba(104, 182, 255, .16);
}
.home-page .topbar span { color: #9fc2dc; }
.home-page .topbar__links a { color: #dcecf8; }

.home-page .site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: rgba(194, 211, 225, .86);
}
.home-page .brand__mark {
  background: linear-gradient(145deg, #0b2b49, var(--master-blue));
  box-shadow: 0 10px 22px rgba(23, 105, 224, .21);
}
.home-page .brand__mark > span { color: var(--master-gold); }
.home-page .brand__text small { color: #087f83; }

.home-page .button {
  border-color: var(--master-blue);
  background: var(--master-blue);
  box-shadow: 0 11px 25px rgba(23, 105, 224, .20);
}
.home-page .button:hover {
  background: var(--master-blue-dark);
  box-shadow: 0 15px 32px rgba(23, 105, 224, .27);
}
.home-page .button--outline {
  color: #fff;
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.035);
  box-shadow: none;
}
.home-page .button--outline:hover {
  color: var(--master-navy);
  border-color: #fff;
  background: #fff;
}
.home-page .button--gold {
  color: var(--master-navy);
  border-color: var(--master-gold);
  background: var(--master-gold);
  box-shadow: none;
}

/* Hero */
.home-page .hero--compact {
  background:
    radial-gradient(circle at 77% 20%, rgba(24,184,176,.19), transparent 27%),
    radial-gradient(circle at 11% 100%, rgba(23,105,224,.29), transparent 35%),
    linear-gradient(125deg, #061726 0%, #082844 54%, #0b3852 100%);
}
.home-page .hero--compact .hero__grid {
  opacity: .22;
  background-image:
    linear-gradient(rgba(151,203,239,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151,203,239,.14) 1px, transparent 1px);
  background-size: 48px 48px;
}
.home-page .hero--compact .eyebrow { color: #78e0dc; }
.home-page .hero--compact h1 { color: #fff; }
.home-page .hero--compact h1 span {
  display: block;
  color: #72d7e9;
  background: linear-gradient(90deg, #72d7e9, #62dfca);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-page .hero--compact .hero__lead { color: #d3e2ec; }
.home-page .student-hero__tags span {
  border-color: rgba(151, 210, 224, .24);
  background: rgba(255,255,255,.055);
  color: #e5f2f7;
}

/* Homepage section rhythm */
.home-page .home-routes {
  background:
    linear-gradient(180deg, #fff 0%, #f7fafc 100%);
}
.home-page .audience-compact--home .audience-compact__card {
  box-shadow: 0 13px 34px rgba(17,48,72,.065);
}
.home-page .audience-compact--home .audience-compact__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(17,48,72,.11);
}
.home-page .home-explore-bar {
  background: linear-gradient(135deg, #f4f8fc, #f4fbfa);
}
.home-page .home-explore-bar a { color: var(--master-blue); }

.home-page .home-projects {
  background:
    radial-gradient(circle at 88% 0%, rgba(24,184,176,.15), transparent 31%),
    linear-gradient(132deg, #061726, #082844 58%, #0b3852);
}
.home-page .project-compact {
  box-shadow: 0 15px 34px rgba(0, 12, 25, .18);
}
.home-page .project-compact:focus-visible,
.home-page .audience-compact__card a:focus-visible,
.home-page .button:focus-visible,
.home-page .quick-action:focus-visible {
  outline: 3px solid rgba(242,165,49,.85);
  outline-offset: 4px;
}

/* Final conversion section */
.home-page .home-final {
  background:
    radial-gradient(circle at 0% 100%, rgba(23,105,224,.06), transparent 31%),
    linear-gradient(145deg, #f3f7fb 0%, #fff 60%);
}
.home-page .delivery-cta {
  background:
    radial-gradient(circle at 100% 0%, rgba(24,184,176,.22), transparent 36%),
    linear-gradient(145deg, #071f35, #0a3a55);
}

/* Keep only one unobtrusive floating WhatsApp action */
.home-page .quick-actions--single { right: 18px; bottom: 18px; }
.home-page .quick-actions--single .quick-action--whatsapp {
  min-width: 48px;
  border-color: rgba(15,125,120,.18);
  background: #fff;
  color: #0b6762;
}
.home-page .quick-actions--single .quick-action--whatsapp::before {
  content: "WA";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #0f8f86;
  color: #fff;
  font-size: .58rem;
  font-weight: 900;
}

@media (max-width: 760px) {
  .home-page .topbar p span { display: none; }
  .home-page .hero--compact h1 span { display: inline; }
  .home-page .quick-actions--single { right: 12px; bottom: 12px; }
  .home-page .quick-actions--single .quick-action--whatsapp {
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
  }
  .home-page .quick-actions--single .quick-action--whatsapp > span {
    display: none;
  }
}


/* =========================================================
   MOBILE HERO COMPACT FIX — V2
   Keeps the approved desktop design while reducing text density on phones.
   ========================================================= */

@media (max-width: 760px) {
  .home-page .hero--compact {
    padding: 24px 0 28px;
  }

  .home-page .hero--compact .eyebrow {
    max-width: 290px;
    margin-bottom: 10px;
    font-size: .57rem;
    line-height: 1.55;
    letter-spacing: .11em;
  }

  .home-page .hero--compact h1 {
    max-width: 345px;
    font-size: clamp(1.72rem, 8.35vw, 2.08rem);
    line-height: 1.035;
    letter-spacing: -.03em;
    text-wrap: balance;
  }

  .home-page .hero--compact h1 span {
    display: inline;
  }

  .home-page .hero--compact .hero__lead {
    max-width: 345px;
    margin-top: 12px;
    font-size: .75rem;
    line-height: 1.58;
  }

  .home-page .hero--compact .student-hero__tags {
    gap: 6px;
    margin-top: 14px;
  }

  .home-page .hero--compact .student-hero__tags span {
    width: auto;
    min-height: 26px;
    padding: 0 9px;
    font-size: .57rem;
  }

  .home-page .hero--compact .student-hero__tags span::before {
    width: 5px;
    height: 5px;
    margin-right: 7px;
  }

  .home-page .hero--compact .hero__actions {
    gap: 8px;
    margin-top: 16px;
  }

  .home-page .hero--compact .hero__actions .button {
    min-height: 43px;
    padding: 10px 14px;
    font-size: .72rem;
  }

  /* Prevent an older cached floating request button from covering content. */
  .home-page .quick-action--request {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .home-page .hero--compact h1 {
    font-size: clamp(1.62rem, 8.1vw, 1.92rem);
  }

  .home-page .hero--compact .hero__lead {
    font-size: .72rem;
  }
}


/* =========================================================
   ROUTE SECTION REFINEMENT — V3
   Compact overview cards that direct visitors to inner pages.
   ========================================================= */

.home-page .home-routes {
  padding: 46px 0;
}

.home-page .home-routes .section-heading {
  margin-bottom: 20px;
}

.home-page .audience-compact--home {
  gap: 14px;
}

.home-page .audience-compact--home .audience-compact__card {
  min-height: 188px;
  padding: 20px;
  border-radius: 17px;
}

.home-page .audience-compact--home .audience-compact__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #1769e0, #18b8b0);
  opacity: .72;
}

.home-page .audience-compact--home .audience-compact__card--featured::before {
  background: linear-gradient(90deg, #f2a531, #63dfca);
}

.home-page .audience-compact--home .audience-compact__number {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  background: #edf4fb;
  color: #1769e0;
  font-size: .63rem;
  letter-spacing: 0;
}

.home-page .audience-compact--home .audience-compact__card--featured .audience-compact__number {
  background: rgba(255,255,255,.11);
  color: #f2a531;
}

.home-page .audience-compact__stage {
  display: inline-block;
  margin-left: 8px;
  color: #0d8f91;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-page .audience-compact__card--featured .audience-compact__stage {
  color: #7ce1db;
}

.home-page .audience-compact--home .audience-compact__card h3 {
  margin: 14px 0 7px;
  font-size: 1.02rem;
}

.home-page .audience-compact--home .audience-compact__card p {
  margin-bottom: 15px;
  font-size: .77rem;
  line-height: 1.57;
}

.home-page .audience-compact--home .audience-compact__card a {
  font-size: .73rem;
}

.home-page .home-explore-bar {
  margin-top: 14px;
  padding: 13px 16px;
  font-size: .73rem;
}

@media (max-width: 760px) {
  .home-page .home-routes {
    padding: 34px 0;
  }

  .home-page .home-routes .section-heading {
    margin-bottom: 16px;
  }

  .home-page .home-routes .section-heading--split {
    gap: 8px;
  }

  .home-page .home-routes .section-heading h2 {
    font-size: 1.45rem;
  }

  .home-page .home-routes .section-heading > p,
  .home-page .home-routes .section-heading--split > p {
    font-size: .72rem;
  }

  .home-page .audience-compact--home {
    gap: 10px;
  }

  .home-page .audience-compact--home .audience-compact__card {
    min-height: auto;
    padding: 17px;
  }

  .home-page .audience-compact--home .audience-compact__card h3 {
    margin: 11px 0 6px;
    font-size: .94rem;
  }

  .home-page .audience-compact--home .audience-compact__card p {
    margin-bottom: 12px;
    font-size: .71rem;
  }

  .home-page .home-explore-bar {
    gap: 8px;
    margin-top: 11px;
    padding: 12px 14px;
  }

  .home-page .home-explore-bar div {
    gap: 10px;
  }
}


/* =========================================================
   BALANCED ROUTE CARDS — V4
   Equal visual weight with subtle stage-specific accents.
   ========================================================= */

.home-page .audience-compact--home .audience-compact__card,
.home-page .audience-compact--home .audience-compact__card--featured {
  color: #17344e;
  border-color: rgba(18, 70, 101, .12);
  background: #ffffff;
  box-shadow: 0 13px 34px rgba(17, 48, 72, .065);
}

.home-page .audience-compact--home .audience-compact__card:nth-child(1) {
  background:
    radial-gradient(circle at 100% 100%, rgba(242, 165, 49, .075), transparent 38%),
    linear-gradient(145deg, #ffffff, #fbfcfe);
}

.home-page .audience-compact--home .audience-compact__card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 100%, rgba(23, 105, 224, .07), transparent 38%),
    linear-gradient(145deg, #ffffff, #f9fbfe);
}

.home-page .audience-compact--home .audience-compact__card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 100%, rgba(24, 184, 176, .075), transparent 38%),
    linear-gradient(145deg, #ffffff, #f9fdfc);
}

.home-page .audience-compact--home .audience-compact__card::before {
  opacity: 1;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(1)::before {
  background: linear-gradient(90deg, #f2a531, #e7bb64);
}

.home-page .audience-compact--home .audience-compact__card:nth-child(2)::before {
  background: linear-gradient(90deg, #1769e0, #65a5f5);
}

.home-page .audience-compact--home .audience-compact__card:nth-child(3)::before {
  background: linear-gradient(90deg, #0e9293, #55d5ce);
}

.home-page .audience-compact--home .audience-compact__card h3,
.home-page .audience-compact--home .audience-compact__card--featured h3 {
  color: #102f48;
}

.home-page .audience-compact--home .audience-compact__card p,
.home-page .audience-compact--home .audience-compact__card--featured p {
  color: #526b7d;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(1) .audience-compact__number {
  background: #fff4df;
  color: #b87500;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(2) .audience-compact__number {
  background: #edf4ff;
  color: #1769e0;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(3) .audience-compact__number {
  background: #eaf9f7;
  color: #0b8584;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(1) .audience-compact__stage {
  color: #a96c00;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(2) .audience-compact__stage {
  color: #1769e0;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(3) .audience-compact__stage {
  color: #0b8584;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(1) a {
  color: #a96c00;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(2) a {
  color: #1769e0;
}

.home-page .audience-compact--home .audience-compact__card:nth-child(3) a {
  color: #0b8584;
}

.home-page .audience-compact--home .audience-compact__card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 105, 224, .22);
  box-shadow: 0 20px 44px rgba(17, 48, 72, .11);
}

/* =========================================================
   FINAL HOMEPAGE POLISH — MASTER V6
   ========================================================= */

/* Better loading and rendering behavior below the fold. */
.home-page .home-routes,
.home-page .home-projects,
.home-page .home-final,
.home-page .footer {
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}

/* Trust strip icons */
.home-page .trust-item__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Selected projects */
.home-page .project-compact {
  position: relative;
  isolation: isolate;
}

.home-page .project-compact__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #09263e;
}

.home-page .project-compact__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5, 22, 38, .38), transparent 60%),
    linear-gradient(120deg, rgba(23, 105, 224, .08), rgba(24, 184, 176, .06));
  pointer-events: none;
}

.home-page .project-compact img {
  transition: transform .38s ease, filter .38s ease;
}

.home-page .project-compact:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.02);
}

.home-page .project-compact__body {
  position: relative;
  padding-right: 46px;
}

.home-page .project-compact__body::after {
  content: "↗";
  position: absolute;
  right: 17px;
  bottom: 17px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(120, 224, 220, .22);
  border-radius: 50%;
  color: #8be1dc;
  font-size: .75rem;
  transition: transform .2s ease, background .2s ease;
}

.home-page .project-compact:hover .project-compact__body::after {
  transform: translate(2px, -2px);
  background: rgba(255,255,255,.06);
}

/* Header compacts smoothly after scrolling. */
.home-page .site-header,
.home-page .nav-wrap,
.home-page .brand__mark,
.home-page .brand__text strong,
.home-page .brand__text small,
.home-page .site-nav .nav-direct,
.home-page .site-nav .nav-trigger {
  transition:
    min-height .2s ease,
    width .2s ease,
    height .2s ease,
    font-size .2s ease,
    box-shadow .2s ease;
}

.home-page .site-header.is-scrolled .nav-wrap {
  min-height: 60px;
}

.home-page .site-header.is-scrolled .brand__mark {
  width: 40px;
  height: 40px;
}

.home-page .site-header.is-scrolled .brand__text strong {
  font-size: .91rem;
}

.home-page .site-header.is-scrolled .brand__text small {
  font-size: .62rem;
}

.home-page .site-header.is-scrolled .site-nav .nav-direct,
.home-page .site-header.is-scrolled .site-nav .nav-trigger {
  min-height: 60px;
}

/* Consistent footer responsibility note. */
.home-page .footer__responsibility {
  max-width: 390px;
  margin: 15px 0 0;
  color: #9db0bf;
  font-size: .7rem;
  line-height: 1.6;
}

/* Avoid motion for visitors who request reduced motion. */
@media (prefers-reduced-motion: reduce) {
  .home-page .project-compact img,
  .home-page .project-compact__body::after,
  .home-page .site-header,
  .home-page .nav-wrap,
  .home-page .brand__mark {
    transition: none;
  }
}

@media (max-width: 760px) {
  .home-page .site-header.is-scrolled .nav-wrap {
    min-height: 58px;
  }

  .home-page .site-header.is-scrolled .brand__mark {
    width: 38px;
    height: 38px;
  }

  .home-page .project-compact__body {
    padding-right: 42px;
  }
}


/* === FINAL INDEX HERO START === */

/* =========================================================
   INDEX HERO — COMPACT FINAL VERSION
   ========================================================= */

.home-page .hero--compact {
    min-height: auto;
    padding: 38px 0 40px;
}

.home-page .hero--compact .hero__layout {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr);
    gap: clamp(40px, 4.5vw, 68px);
    align-items: center;
}

.home-page .hero--compact .hero__copy {
    max-width: 620px;
}

.home-page .hero--compact .eyebrow {
    margin-bottom: 16px;
    font-size: .64rem;
    letter-spacing: .14em;
}

.home-page .hero--compact h1 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(2.55rem, 3.05vw, 3.18rem);
    line-height: 1.015;
    letter-spacing: -.036em;
}

.home-page .hero--compact h1 span {
    display: block;
}

.home-page .hero--compact .hero__lead {
    max-width: 590px;
    margin-top: 15px;
    font-size: .87rem;
    line-height: 1.62;
}

.home-page .hero--compact .student-hero__tags {
    gap: 6px;
    margin-top: 15px;
}

.home-page .hero--compact .student-hero__tags span {
    min-height: 27px;
    padding: 0 10px;
    font-size: .63rem;
}

.home-page .hero--compact .hero__actions {
    gap: 9px;
    margin-top: 17px;
}

.home-page .hero--compact .hero__actions .button {
    min-height: 43px;
    padding-inline: 18px;
    font-size: .75rem;
}


/* =========================================================
   3D VISUAL
   ========================================================= */

.home-page .ewe-webgl--compact {
    width: 100%;
    min-height: 340px;
}

.home-page .ewe-webgl--compact .ewe-webgl__stage {
    min-height: 340px;
    border-radius: 25px 25px 48px 25px;
}

.home-page .ewe-webgl__hint {
    font-size: .64rem;
}

.home-page .ewe-chip {
    font-size: .63rem;
}


/* =========================================================
   MEDIUM DESKTOP
   ========================================================= */

@media (max-width: 1250px) {

    .home-page .hero--compact .hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
        gap: 34px;
    }

    .home-page .hero--compact h1 {
        font-size: clamp(2.4rem, 3.5vw, 3rem);
    }

    .home-page .ewe-webgl--compact,
    .home-page .ewe-webgl--compact .ewe-webgl__stage {
        min-height: 330px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {

    .home-page .hero--compact .hero__layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-page .hero--compact .hero__copy {
        max-width: 680px;
    }

    .home-page .ewe-webgl--compact {
        width: min(100%, 640px);
        margin-inline: auto;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .home-page .hero--compact {
        padding: 28px 0 31px;
    }

    .home-page .hero--compact .eyebrow {
        margin-bottom: 12px;
        font-size: .58rem;
    }

    .home-page .hero--compact h1 {
        font-size: clamp(1.9rem, 9.7vw, 2.5rem);
        line-height: 1;
    }

    .home-page .hero--compact .hero__lead {
        margin-top: 12px;
        font-size: .79rem;
        line-height: 1.58;
    }

    .home-page .hero--compact .student-hero__tags {
        margin-top: 13px;
    }

    .home-page .hero--compact .hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 15px;
    }

    .home-page .hero--compact .hero__actions .button {
        width: 100%;
        justify-content: center;
    }

    .home-page .ewe-webgl--compact {
        display: none;
    }
}

/* === FINAL INDEX HERO END === */


/* === FINAL INDEX TRUST STRIP START === */

/* =========================================================
   TRUST STRIP — DESKTOP
   ========================================================= */

.home-page .trust-strip--compact-home {
    padding: 0;
    background: #ffffff;
}

.home-page .trust-strip--compact-home .trust-strip__grid {
    overflow: hidden;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    border: 1px solid rgba(18, 70, 101, .10);
    border-top: 0;
    border-radius: 0 0 16px 16px;

    background: #ffffff;

    box-shadow:
        0 12px 30px rgba(17, 48, 72, .045);
}

.home-page .trust-strip--compact-home .trust-item {
    display: flex;
    align-items: center;

    min-width: 0;
    min-height: 68px;

    gap: 10px;
    padding: 11px 15px;

    border-right: 1px solid rgba(18, 70, 101, .09);
}

.home-page .trust-strip--compact-home .trust-item:last-child {
    border-right: 0;
}

.home-page .trust-strip--compact-home .trust-item__icon {
    display: grid;
    place-items: center;

    flex: 0 0 33px;
    width: 33px;
    height: 33px;

    border-radius: 9px;

    background:
        linear-gradient(
            145deg,
            rgba(23, 105, 224, .08),
            rgba(24, 184, 176, .14)
        );
}

.home-page .trust-strip--compact-home .trust-item__icon svg {
    width: 16px;
    height: 16px;
}

.home-page .trust-strip--compact-home .trust-item > div {
    min-width: 0;
}

.home-page .trust-strip--compact-home .trust-item strong {
    display: block;

    color: #102f48;

    font-size: .73rem;
    line-height: 1.3;
}

.home-page .trust-strip--compact-home .trust-item small {
    display: block;

    margin-top: 3px;

    color: #728899;

    font-size: .61rem;
    line-height: 1.42;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {

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

    .home-page .trust-strip--compact-home .trust-item {
        border-bottom: 1px solid rgba(18, 70, 101, .09);
    }

    .home-page .trust-strip--compact-home .trust-item:nth-child(2) {
        border-right: 0;
    }

    .home-page .trust-strip--compact-home .trust-item:nth-child(n+3) {
        border-bottom: 0;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

    .home-page .trust-strip--compact-home .trust-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 0 0 13px 13px;
    }

    .home-page .trust-strip--compact-home .trust-item {
        display: grid;
        align-content: start;

        min-height: 108px;

        gap: 8px;
        padding: 12px;
    }

    .home-page .trust-strip--compact-home .trust-item:nth-child(odd) {
        border-right: 1px solid rgba(18, 70, 101, .09);
    }

    .home-page .trust-strip--compact-home .trust-item:nth-child(even) {
        border-right: 0;
    }

    .home-page .trust-strip--compact-home .trust-item__icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .home-page .trust-strip--compact-home .trust-item__icon svg {
        width: 14px;
        height: 14px;
    }

    .home-page .trust-strip--compact-home .trust-item strong {
        font-size: .68rem;
    }

    .home-page .trust-strip--compact-home .trust-item small {
        font-size: .58rem;
        line-height: 1.4;
    }
}

/* === FINAL INDEX TRUST STRIP END === */


/* === FINAL INDEX STUDENT ROUTES START === */

/* =========================================================
   STUDENT ROUTES
   ========================================================= */

.home-page .home-routes {
    padding: 44px 0 46px;
}

.home-page .home-routes .section-heading {
    margin-bottom: 22px;
}

.home-page .home-routes .section-heading h2 {
    max-width: 670px;
    font-size: clamp(1.7rem, 2.4vw, 2.2rem);
    line-height: 1.08;
}

.home-page .home-routes .section-heading > p {
    max-width: 520px;
    font-size: .79rem;
    line-height: 1.58;
}

.home-page .audience-compact--home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-page .audience-compact--home .audience-compact__card {
    min-height: 190px;
    padding: 20px;
    border-radius: 16px;
}

.home-page .audience-compact--home .audience-compact__number {
    font-size: .65rem;
}

.home-page .audience-compact--home .audience-compact__stage {
    margin-top: 9px;
    font-size: .61rem;
}

.home-page .audience-compact--home .audience-compact__card h3 {
    margin: 10px 0 7px;
    font-size: 1rem;
    line-height: 1.2;
}

.home-page .audience-compact--home .audience-compact__card p {
    margin-bottom: 15px;
    font-size: .76rem;
    line-height: 1.55;
}

.home-page .audience-compact--home .audience-compact__card a {
    font-size: .74rem;
    font-weight: 800;
}

.home-page .home-explore-bar {
    margin-top: 15px;
    padding: 13px 16px;
    border-radius: 13px;
    font-size: .75rem;
}

.home-page .home-explore-bar div {
    gap: 14px;
}

.home-page .home-explore-bar a {
    font-size: .74rem;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {

    .home-page .audience-compact--home {
        grid-template-columns: 1fr;
    }

    .home-page .audience-compact--home .audience-compact__card {
        min-height: auto;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .home-page .home-routes {
        padding: 36px 0 38px;
    }

    .home-page .home-routes .section-heading {
        margin-bottom: 18px;
    }

    .home-page .home-routes .section-heading h2 {
        font-size: 1.55rem;
    }

    .home-page .home-routes .section-heading > p {
        font-size: .74rem;
    }

    .home-page .audience-compact--home .audience-compact__card {
        padding: 18px;
    }

    .home-page .home-explore-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

/* === FINAL INDEX STUDENT ROUTES END === */


/* === FINAL INDEX SELECTED PROJECTS START === */

/* =========================================================
   SELECTED PROJECTS — COMPACT VERSION
   ========================================================= */

.home-page .home-projects {
    padding: 38px 0 40px !important;
}

.home-page .home-projects .section-heading {
    margin-bottom: 18px !important;
}

.home-page .home-projects .section-heading h2 {
    max-width: 560px;
    font-size: clamp(1.55rem, 2.15vw, 1.95rem) !important;
    line-height: 1.08;
}

.home-page .home-projects .section-heading > p {
    max-width: 480px;
    font-size: .75rem !important;
    line-height: 1.55;
}


/* Cards */

.home-page .projects-compact--home {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 13px !important;
}

.home-page .projects-compact--home .project-compact {
    display: block !important;
    overflow: hidden !important;

    min-height: 0 !important;

    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 15px !important;

    background: rgba(255,255,255,.05) !important;

    box-shadow: none !important;
}


/* =========================================================
   FORCE IMAGE HEIGHT
   This overrides the older large-card rules.
   ========================================================= */

.home-page .projects-compact--home .project-compact__media {
    display: block !important;

    width: 100% !important;
    height: 185px !important;
    min-height: 0 !important;
    max-height: 185px !important;

    overflow: hidden !important;

    border-bottom: 1px solid rgba(255,255,255,.08);
}

.home-page .projects-compact--home .project-compact__media img,
.home-page .projects-compact--home .project-compact img {
    display: block !important;

    width: 100% !important;
    height: 185px !important;
    min-height: 0 !important;
    max-height: 185px !important;

    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
}


/* Text area */

.home-page .projects-compact--home .project-compact__body {
    padding: 14px 15px 15px !important;
}

.home-page .projects-compact--home
.project-compact__body > span:first-child {
    font-size: .58rem !important;
}

.home-page .projects-compact--home
.project-compact__body h3 {
    margin: 6px 0 4px !important;

    font-size: .91rem !important;
    line-height: 1.22;
}

.home-page .projects-compact--home
.project-compact__body p {
    margin: 0 0 9px !important;

    font-size: .69rem !important;
    line-height: 1.48;
}

.home-page .projects-compact--home .project-tool {
    min-height: 23px !important;
    padding: 0 8px !important;

    font-size: .58rem !important;
}


/* Main projects button */

.home-page .home-projects .dark-action {
    margin-top: 17px !important;
}

.home-page .home-projects .dark-action .button {
    min-height: 40px !important;
    padding-inline: 16px !important;
    font-size: .71rem !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {

    .home-page .projects-compact--home {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    }

    .home-page .projects-compact--home .project-compact:last-child {
        grid-column: 1 / -1 !important;
        width: calc(50% - 7px) !important;
        justify-self: center;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 680px) {

    .home-page .home-projects {
        padding: 34px 0 36px !important;
    }

    .home-page .projects-compact--home {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .home-page .projects-compact--home .project-compact:last-child {
        grid-column: auto !important;
        width: 100% !important;
    }

    .home-page .projects-compact--home .project-compact__media,
    .home-page .projects-compact--home .project-compact__media img,
    .home-page .projects-compact--home .project-compact img {
        height: 175px !important;
        max-height: 175px !important;
    }
}

/* === FINAL INDEX SELECTED PROJECTS END === */


/* === FINAL INDEX HOW IT WORKS START === */

/* =========================================================
   HOW IT WORKS + CTA — COMPACT FINAL
   ========================================================= */

.home-page .home-final {
    padding: 38px 0 40px !important;
}

.home-page .home-final .final-support__grid {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    gap: 16px !important;

    /* Important: cards use their natural height */
    align-items: start !important;
}


/* LEFT CARD */

.home-page .home-final .process-compact {
    padding: 21px !important;
    border-radius: 17px !important;
}

.home-page .home-final .process-compact .eyebrow {
    font-size: .61rem !important;
}

.home-page .home-final .process-compact h2 {
    margin: 7px 0 0 !important;

    font-size: clamp(1.4rem, 2vw, 1.75rem) !important;
    line-height: 1.1 !important;
}

.home-page .home-final .process-compact__steps {
    margin-top: 13px !important;
}

.home-page .home-final .process-step {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;

    gap: 10px !important;
    padding: 9px 0 !important;
}

.home-page .home-final .process-step > span {
    display: grid !important;
    place-items: center !important;

    width: 32px !important;
    height: 32px !important;

    border-radius: 9px !important;

    font-size: .61rem !important;
}

.home-page .home-final .process-step h3 {
    margin: 0 0 3px !important;

    font-size: .82rem !important;
}

.home-page .home-final .process-step p {
    margin: 0 !important;

    font-size: .68rem !important;
    line-height: 1.45 !important;
}


/* RESPONSIBILITY BOX */

.home-page .home-final .integrity-box {
    margin-top: 11px !important;
    padding: 11px 13px !important;

    border-radius: 10px !important;
}

.home-page .home-final .integrity-box strong {
    font-size: .68rem !important;
}

.home-page .home-final .integrity-box p {
    margin-top: 3px !important;

    font-size: .63rem !important;
    line-height: 1.43 !important;
}


/* RIGHT CTA CARD */

.home-page .home-final .delivery-cta {
    display: block !important;

    min-height: 0 !important;
    height: auto !important;

    padding: 24px !important;

    border-radius: 17px !important;
}

.home-page .home-final .delivery-kicker {
    font-size: .60rem !important;
}

.home-page .home-final .delivery-cta h2 {
    max-width: 510px !important;

    margin: 9px 0 8px !important;

    font-size: clamp(1.5rem, 2.25vw, 1.95rem) !important;
    line-height: 1.08 !important;
}

.home-page .home-final .delivery-cta p {
    max-width: 540px !important;

    margin: 0 !important;

    font-size: .74rem !important;
    line-height: 1.52 !important;
}

.home-page .home-final .delivery-cta__actions {
    display: flex !important;
    flex-wrap: wrap !important;

    gap: 8px !important;

    /* Buttons now sit directly below the content */
    margin-top: 19px !important;
}

.home-page .home-final .delivery-cta__actions .button {
    min-height: 41px !important;
    padding-inline: 16px !important;

    font-size: .71rem !important;
}


/* TABLET */

@media (max-width: 900px) {

    .home-page .home-final .final-support__grid {
        grid-template-columns: 1fr !important;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .home-page .home-final {
        padding: 32px 0 34px !important;
    }

    .home-page .home-final .process-compact,
    .home-page .home-final .delivery-cta {
        padding: 18px !important;
        border-radius: 15px !important;
    }

    .home-page .home-final .delivery-cta__actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .home-page .home-final .delivery-cta__actions .button {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* === FINAL INDEX HOW IT WORKS END === */


/* === FINAL INDEX FOOTER START === */

/* =========================================================
   INDEX FOOTER — COMPACT FINAL
   ========================================================= */

.home-page .footer {
    padding: 42px 0 0 !important;
}

.home-page .footer__grid {
    display: grid !important;
    grid-template-columns:
        minmax(250px, 1.3fr)
        minmax(150px, .75fr)
        minmax(150px, .75fr)
        minmax(180px, .8fr) !important;

    gap: clamp(28px, 4vw, 58px) !important;

    align-items: start !important;
}


/* =========================================================
   BRAND AREA
   ========================================================= */

.home-page .footer .brand--footer {
    display: inline-flex !important;
    align-items: center !important;

    gap: 10px !important;

    margin: 0 0 14px !important;
}

.home-page .footer .brand--footer .brand__mark {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex: 0 0 42px !important;
}

.home-page .footer .brand--footer .brand__text {
    gap: 2px !important;
}

.home-page .footer .brand--footer .brand__text strong {
    font-size: .90rem !important;
    line-height: 1.08 !important;
}

.home-page .footer .brand--footer .brand__text small {
    font-size: .60rem !important;
    line-height: 1.2 !important;
}

.home-page .footer__grid > div:first-child > p {
    max-width: 330px !important;

    margin: 0 0 10px !important;

    font-size: .69rem !important;
    line-height: 1.55 !important;
}

.home-page .footer__responsibility {
    max-width: 350px !important;

    margin-top: 9px !important;

    font-size: .62rem !important;
    line-height: 1.48 !important;

    opacity: .78;
}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.home-page .footer__grid h3 {
    margin: 2px 0 13px !important;

    font-size: .78rem !important;
    line-height: 1.2 !important;
}

.home-page .footer__grid > div:not(:first-child) {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.home-page .footer__grid > div:not(:first-child) a {
    display: inline-block !important;

    margin: 0 0 8px !important;

    font-size: .67rem !important;
    line-height: 1.35 !important;
}

.home-page .footer__grid > div:not(:first-child) a:last-child {
    margin-bottom: 0 !important;
}


/* =========================================================
   BOTTOM COPYRIGHT BAR
   ========================================================= */

.home-page .footer__bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;

    gap: 16px !important;

    margin-top: 34px !important;
    padding-top: 15px !important;
    padding-bottom: 16px !important;

    border-top: 1px solid rgba(255,255,255,.09) !important;

    font-size: .60rem !important;
    line-height: 1.4 !important;
}

.home-page .footer__bottom a {
    font-size: inherit !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {

    .home-page .footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px 40px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .home-page .footer {
        padding-top: 34px !important;
    }

    .home-page .footer__grid {
        grid-template-columns: 1fr 1fr !important;

        gap: 28px 18px !important;
    }

    .home-page .footer__grid > div:first-child {
        grid-column: 1 / -1 !important;
    }

    .home-page .footer__grid > div:last-child {
        grid-column: 1 / -1 !important;
    }

    .home-page .footer .brand--footer .brand__mark {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        flex-basis: 38px !important;
    }

    .home-page .footer__bottom {
        align-items: flex-start !important;
        flex-direction: column !important;

        gap: 7px !important;

        margin-top: 27px !important;
        padding-top: 14px !important;
        padding-bottom: 15px !important;
    }
}

/* === FINAL INDEX FOOTER END === */


/* === FINAL INDEX MOBILE TOP START === */

@media (max-width: 760px) {

    /* =====================================================
       MOBILE HERO — MORE COMPACT
       ===================================================== */

    .home-page .hero--compact {
        padding: 25px 0 28px !important;
    }

    .home-page .hero--compact .eyebrow {
        max-width: 310px;
        margin-bottom: 12px !important;

        font-size: .56rem !important;
        line-height: 1.45 !important;
        letter-spacing: .13em !important;
    }

    .home-page .hero--compact h1 {
        max-width: 100% !important;

        font-size: clamp(1.85rem, 8.7vw, 2.15rem) !important;
        line-height: 1.025 !important;
        letter-spacing: -.032em !important;
    }

    .home-page .hero--compact .hero__lead {
        margin-top: 13px !important;

        font-size: .76rem !important;
        line-height: 1.55 !important;
    }


    /* =====================================================
       TAGS
       ===================================================== */

    .home-page .hero--compact .student-hero__tags {
        gap: 6px !important;
        margin-top: 13px !important;
    }

    .home-page .hero--compact .student-hero__tags span {
        width: auto !important;

        min-height: 27px !important;
        padding: 0 9px !important;

        font-size: .60rem !important;
    }


    /* =====================================================
       HERO BUTTONS
       ===================================================== */

    .home-page .hero--compact .hero__actions {
        display: grid !important;
        grid-template-columns: 1fr !important;

        gap: 7px !important;
        margin-top: 14px !important;
    }

    .home-page .hero--compact .hero__actions .button {
        width: 100% !important;
        min-height: 45px !important;

        padding-inline: 14px !important;

        justify-content: center !important;

        font-size: .72rem !important;
    }


    /* =====================================================
       3D stays hidden on phones
       ===================================================== */

    .home-page .ewe-webgl--compact {
        display: none !important;
    }


    /* =====================================================
       FLOATING WHATSAPP
       Do not cover mobile content.
       WhatsApp remains available in the topbar.
       ===================================================== */

    .home-page .quick-actions {
        display: none !important;
    }
}

/* === FINAL INDEX MOBILE TOP END === */


/* === FINAL MOBILE ROUTES START === */

@media (max-width: 760px) {

    .home-page .home-routes {
        padding: 34px 0 36px !important;
    }

    .home-page .home-routes .section-heading {
        margin-bottom: 16px !important;
    }

    .home-page .home-routes .section-heading h2 {
        font-size: 1.48rem !important;
        line-height: 1.08 !important;
    }

    .home-page .home-routes .section-heading > p {
        margin-top: 10px !important;
        font-size: .72rem !important;
        line-height: 1.5 !important;
    }

    .home-page .audience-compact--home {
        gap: 10px !important;
    }

    .home-page .audience-compact--home .audience-compact__card {
        min-height: 0 !important;
        padding: 16px !important;
        border-radius: 14px !important;
    }

    .home-page .audience-compact--home .audience-compact__number {
        font-size: .60rem !important;
    }

    .home-page .audience-compact--home .audience-compact__stage {
        margin-top: 7px !important;
        font-size: .58rem !important;
    }

    .home-page .audience-compact--home .audience-compact__card h3 {
        margin: 8px 0 5px !important;
        font-size: .92rem !important;
    }

    .home-page .audience-compact--home .audience-compact__card p {
        margin-bottom: 11px !important;
        font-size: .70rem !important;
        line-height: 1.48 !important;
    }

    .home-page .audience-compact--home .audience-compact__card a {
        font-size: .68rem !important;
    }

    .home-page .home-explore-bar {
        margin-top: 11px !important;
        padding: 11px 13px !important;
        gap: 7px !important;
        border-radius: 12px !important;
        font-size: .68rem !important;
    }

    .home-page .home-explore-bar div {
        gap: 10px !important;
    }

    .home-page .home-explore-bar a {
        font-size: .67rem !important;
    }
}

/* === FINAL MOBILE ROUTES END === */


/* === FINAL MOBILE PROJECTS START === */

@media (max-width: 680px) {

    /* =====================================================
       SELECTED PROJECTS — MOBILE COMPACT
       ===================================================== */

    .home-page .home-projects {
        padding: 32px 0 34px !important;
    }

    .home-page .home-projects .section-heading {
        margin-bottom: 16px !important;
    }

    .home-page .home-projects .section-heading h2 {
        max-width: 320px !important;

        font-size: 1.45rem !important;
        line-height: 1.08 !important;
    }

    .home-page .home-projects .section-heading > p {
        margin-top: 10px !important;

        font-size: .70rem !important;
        line-height: 1.5 !important;
    }


    /* Cards */

    .home-page .projects-compact--home {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .home-page .projects-compact--home .project-compact {
        width: 100% !important;

        min-height: 0 !important;

        border-radius: 14px !important;
    }


    /* Images */

    .home-page .projects-compact--home .project-compact__media,
    .home-page .projects-compact--home .project-compact__media img,
    .home-page .projects-compact--home .project-compact img {
        width: 100% !important;

        height: 150px !important;
        min-height: 0 !important;
        max-height: 150px !important;

        aspect-ratio: auto !important;

        object-fit: cover !important;
        object-position: center !important;
    }


    /* Content */

    .home-page .projects-compact--home .project-compact__body {
        padding: 13px 14px 14px !important;
    }

    .home-page .projects-compact--home
    .project-compact__body > span:first-child {
        font-size: .55rem !important;
    }

    .home-page .projects-compact--home
    .project-compact__body h3 {
        margin: 5px 0 4px !important;

        font-size: .86rem !important;
        line-height: 1.22 !important;
    }

    .home-page .projects-compact--home
    .project-compact__body p {
        margin: 0 0 8px !important;

        font-size: .66rem !important;
        line-height: 1.45 !important;
    }

    .home-page .projects-compact--home .project-tool {
        min-height: 22px !important;
        padding: 0 8px !important;

        font-size: .55rem !important;
    }


    /* Full projects button */

    .home-page .home-projects .dark-action {
        margin-top: 15px !important;
    }

    .home-page .home-projects .dark-action .button {
        width: 100% !important;

        min-height: 40px !important;

        justify-content: center !important;

        font-size: .69rem !important;
    }
}

/* === FINAL MOBILE PROJECTS END === */


/* === FLOATING CONTACT START === */

/* =========================================================
   FLOATING CONTACT
   ========================================================= */

.home-page .contact-fab {
    position: fixed;

    right: 22px;
    bottom: 22px;

    z-index: 120;

    display: grid;
    justify-items: end;

    pointer-events: none;
}


/* =========================================================
   MAIN BUTTON
   ========================================================= */

.home-page .contact-fab__button {
    position: relative;

    display: grid;
    place-items: center;

    width: 54px;
    height: 54px;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #1769e0,
            #0b8f98
        );

    color: #ffffff;

    box-shadow:
        0 14px 34px rgba(7, 29, 51, .24);

    cursor: pointer;

    pointer-events: auto;

    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.home-page .contact-fab__button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 17px 38px rgba(7, 29, 51, .30);
}

.home-page .contact-fab__button:focus-visible {
    outline: 3px solid rgba(23, 105, 224, .28);
    outline-offset: 3px;
}

.home-page .contact-fab__button-icon,
.home-page .contact-fab__button-close {
    position: absolute;

    display: grid;
    place-items: center;

    transition:
        opacity .17s ease,
        transform .17s ease;
}

.home-page .contact-fab__button-icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-page .contact-fab__button-close {
    opacity: 0;

    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;

    transform: rotate(-30deg) scale(.7);
}

.home-page .contact-fab.is-open .contact-fab__button-icon {
    opacity: 0;

    transform: rotate(25deg) scale(.7);
}

.home-page .contact-fab.is-open .contact-fab__button-close {
    opacity: 1;

    transform: rotate(0) scale(1);
}


/* =========================================================
   CONTACT MENU
   ========================================================= */

.home-page .contact-fab__menu {
    display: grid;

    width: min(310px, calc(100vw - 34px));

    gap: 7px;

    margin-bottom: 10px;
    padding: 8px;

    border: 1px solid rgba(18, 70, 101, .11);
    border-radius: 17px;

    background: rgba(255, 255, 255, .985);

    box-shadow:
        0 20px 50px rgba(7, 29, 51, .18);

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transform: translateY(10px) scale(.97);

    transform-origin: bottom right;

    transition:
        opacity .18s ease,
        visibility .18s ease,
        transform .18s ease;
}

.home-page .contact-fab.is-open .contact-fab__menu {
    opacity: 1;
    visibility: visible;

    pointer-events: auto;

    transform: translateY(0) scale(1);
}


/* =========================================================
   MENU ITEMS
   ========================================================= */

.home-page .contact-fab__item {
    display: grid;

    grid-template-columns:
        38px
        minmax(0, 1fr)
        18px;

    align-items: center;

    gap: 10px;

    min-height: 58px;

    padding: 9px 10px;

    border: 1px solid transparent;
    border-radius: 12px;

    color: #17344e;

    text-decoration: none;

    transition:
        background .16s ease,
        border-color .16s ease,
        transform .16s ease;
}

.home-page .contact-fab__item:hover,
.home-page .contact-fab__item:focus-visible {
    border-color: rgba(23, 105, 224, .09);

    background:
        linear-gradient(
            135deg,
            rgba(23, 105, 224, .065),
            rgba(24, 184, 176, .065)
        );

    transform: translateX(-2px);
}

.home-page .contact-fab__item:focus-visible {
    outline: none;
}

.home-page .contact-fab__item-icon {
    display: grid;
    place-items: center;

    width: 36px;
    height: 36px;

    border-radius: 10px;

    background: #edf5fb;

    color: #1769e0;

    font-size: .59rem;
    font-weight: 900;
}

.home-page .contact-fab__item--whatsapp
.contact-fab__item-icon {
    background: #e7f8f5;

    color: #07897f;
}

.home-page .contact-fab__item--project
.contact-fab__item-icon {
    background: #fff3dc;

    color: #b66b00;
}

.home-page .contact-fab__item-copy {
    display: grid;

    gap: 2px;
}

.home-page .contact-fab__item-copy strong {
    color: #102f48;

    font-size: .74rem;
    line-height: 1.25;
}

.home-page .contact-fab__item-copy small {
    color: #718596;

    font-size: .61rem;
    line-height: 1.35;
}

.home-page .contact-fab__arrow {
    color: #7790a2;

    font-size: .77rem;
    font-weight: 850;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .home-page .contact-fab {
        right: 14px;
        bottom: 14px;
    }

    .home-page .contact-fab__button {
        width: 48px;
        height: 48px;
    }

    .home-page .contact-fab__button-icon svg {
        width: 21px;
        height: 21px;
    }

    .home-page .contact-fab__menu {
        width: min(294px, calc(100vw - 28px));

        margin-bottom: 8px;

        border-radius: 15px;
    }

    .home-page .contact-fab__item {
        grid-template-columns:
            35px
            minmax(0, 1fr)
            16px;

        min-height: 54px;

        padding: 8px 9px;
    }

    .home-page .contact-fab__item-icon {
        width: 33px;
        height: 33px;

        border-radius: 9px;
    }

    .home-page .contact-fab__item-copy strong {
        font-size: .70rem;
    }

    .home-page .contact-fab__item-copy small {
        font-size: .58rem;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .home-page .contact-fab__button,
    .home-page .contact-fab__button-icon,
    .home-page .contact-fab__button-close,
    .home-page .contact-fab__menu,
    .home-page .contact-fab__item {
        transition: none !important;
    }
}

/* === FLOATING CONTACT END === */



