/* Anyone Home cinematic hero */
.ah-cinematic-hero {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 42%, rgba(8, 125, 165, 0.62) 0, rgba(9, 50, 76, 0.86) 28%, rgba(6, 22, 45, 1) 62%),
    #06162d;
}

.ah-cinematic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(to right, transparent 4%, black 62%);
  mask-image: linear-gradient(to right, transparent 4%, black 62%);
}

.ah-cinematic-hero-row {
  position: relative;
  z-index: 2;
}

.ah-cinematic-copy-column,
.ah-cinematic-stage-column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ah-hero-eyebrow p {
  text-transform: uppercase;
}

.ah-hero-title h1 {
  padding: 0;
}

.ah-hero-copy {
  margin-left: 0 !important;
}

.ah-hero-button .et_pb_button {
  box-shadow: 0 14px 38px rgba(135, 207, 54, 0.2);
}

.ah-product-stage-module,
.ah-product-stage-module .et_pb_code_inner {
  height: 620px;
}

.ah-product-stage {
  position: relative;
  width: 115%;
  height: 100%;
  perspective: 1300px;
}

.ah-product-glow {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0ab4c0;
  filter: blur(100px);
  opacity: 0.2;
}

.ah-orbit {
  position: absolute;
  border: 1px solid rgba(135, 207, 54, 0.24);
  border-radius: 50%;
}

.ah-orbit-one { top: -28%; right: -20%; width: 620px; height: 620px; }
.ah-orbit-two { right: 2%; bottom: -26%; width: 390px; height: 390px; }

.ah-dashboard {
  color: #10243d;
  background: #f9fcff;
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: 0 35px 90px rgba(0,0,0,0.38);
}

.ah-dashboard-main {
  position: absolute;
  top: 13%;
  left: 0;
  width: 86%;
  height: 390px;
  overflow: hidden;
  border-radius: 18px;
  transform: rotateY(-10deg) rotateX(4deg) rotateZ(1deg);
}

.ah-dashboard-top {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  border-bottom: 1px solid #dce7ed;
  font-size: 11px;
}

.ah-dashboard-top strong { color: #087da5; }
.ah-dashboard-top span { margin-right: auto; color: #708399; }
.ah-dashboard-top i { width: 9px; height: 9px; border-radius: 50%; background: #87cf36; }
.ah-dashboard-body { display: flex; height: calc(100% - 48px); }
.ah-dashboard-sidebar { width: 16%; padding: 24px 14px; border-right: 1px solid #e1ebef; }
.ah-dashboard-sidebar span { display: block; height: 8px; margin-bottom: 17px; border-radius: 4px; background: #d4e0e7; }
.ah-dashboard-content { width: 84%; padding: 24px; }
.ah-metric-row { display: flex; gap: 14px; }
.ah-metric-row div { flex: 1; padding: 16px; border-radius: 10px; background: #edf3f7; }
.ah-metric-row small { display: block; color: #708399; font-size: 10px; }
.ah-metric-row strong { display: block; color: #087da5; font-size: 22px; }
.ah-chart { height: 130px; margin-top: 20px; display: flex; align-items: flex-end; gap: 6%; border-bottom: 1px solid #d4e1e7; }
.ah-chart i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(#87cf36, #19a9aa); }
.ah-chart i:nth-child(1) { height: 30%; } .ah-chart i:nth-child(2) { height: 55%; }
.ah-chart i:nth-child(3) { height: 42%; } .ah-chart i:nth-child(4) { height: 78%; }
.ah-chart i:nth-child(5) { height: 58%; } .ah-chart i:nth-child(6) { height: 92%; }
.ah-chart i:nth-child(7) { height: 74%; }
.ah-dashboard-mini-row { display: flex; gap: 10px; margin-top: 18px; }
.ah-dashboard-mini-row span { height: 34px; flex: 1; border-radius: 8px; background: #edf3f7; }

.ah-dashboard-phone {
  position: absolute;
  right: 0;
  bottom: 2%;
  width: 27%;
  height: 315px;
  padding: 42px 18px 18px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 28px;
  color: #ffffff;
  background: #09213f;
  box-shadow: 0 28px 65px rgba(0,0,0,0.4);
  transform: rotate(5deg);
}

.ah-phone-notch { position: absolute; top: 11px; left: 35%; width: 30%; height: 7px; border-radius: 8px; background: #030c18; }
.ah-dashboard-phone > strong { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 20px; color: #fff; background: #f4c400; font-size: 23px; }
.ah-dashboard-phone p { margin-top: 25px; color: #fff; font-size: 13px; line-height: 1.5em; }
.ah-chat-line { display: block; width: 100%; height: 28px; margin-top: 14px; border-radius: 8px; background: #0e85a7; }
.ah-chat-line-short { width: 70%; background: #87cf36; }

.ah-signal-card {
  position: absolute;
  bottom: 3%;
  left: -4%;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 15px;
  color: #fff;
  background: rgba(6,30,55,0.76);
  box-shadow: 0 22px 55px rgba(0,0,0,0.28);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.ah-signal-card small,
.ah-signal-card span { display: block; color: #9db1c4; }
.ah-signal-card strong { display: block; margin: 5px 0; color: #87cf36; font-size: 33px; }
.ah-scroll-cue-module { position: absolute !important; bottom: 28px; left: 0; }
.ah-scroll-cue { color: #7e95aa; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.ah-scroll-cue span { display: inline-block; width: 28px; height: 1px; margin-right: 10px; vertical-align: middle; background: #87cf36; }

@media (max-width: 980px) {
  .ah-cinematic-hero { min-height: auto; }
  .ah-cinematic-hero-row { display: block !important; min-height: auto !important; }
  .ah-cinematic-copy-column,
  .ah-cinematic-stage-column { width: 100% !important; margin-right: 0 !important; }
  .ah-cinematic-stage-column { margin-top: 45px; }
  .ah-product-stage { width: 100%; }
  .ah-product-stage-module,
  .ah-product-stage-module .et_pb_code_inner { height: 540px; }
  .ah-scroll-cue-module { display: none; }
}

@media (max-width: 767px) {
  .ah-cinematic-hero-row { width: 90% !important; }
  .ah-product-stage-module,
  .ah-product-stage-module .et_pb_code_inner { height: 390px; }
  .ah-dashboard-main { width: 100%; height: 255px; transform: none; }
  .ah-dashboard-phone { width: 35%; height: 220px; padding: 32px 12px 12px; }
  .ah-dashboard-phone > strong { width: 42px; height: 42px; border-radius: 14px; font-size: 18px; }
  .ah-dashboard-phone p { margin-top: 14px; font-size: 10px; }
  .ah-chat-line { height: 18px; margin-top: 8px; }
  .ah-signal-card { left: 1%; padding: 13px 15px; }
  .ah-signal-card strong { font-size: 25px; }
  .ah-dashboard-sidebar { display: none; }
  .ah-dashboard-content { width: 100%; padding: 14px; }
  .ah-metric-row div { padding: 10px; }
  .ah-metric-row strong { font-size: 15px; }
  .ah-chart { height: 84px; }
  .ah-dashboard-mini-row { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ah-cinematic-hero *,
  .ah-cinematic-hero *::before,
  .ah-cinematic-hero *::after { animation: none !important; transition: none !important; }
}

/* Cinematic partners section
 * Core colors, typography and spacing are controlled in Divi.
 */
.ah-partners-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ah-partners-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 72px 72px;
}

.ah-partners-section::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -12%;
  z-index: -1;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(0, 139, 175, 0.26), rgba(0, 139, 175, 0) 68%);
}

.ah-partners-backdrop {
  position: absolute !important;
  top: 38px;
  left: 50%;
  z-index: -1;
  width: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
}

.ah-partners-backdrop p {
  padding: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  font-size: clamp(110px, 16vw, 270px);
  font-weight: 800;
  line-height: 0.8em;
  letter-spacing: -0.07em;
  text-align: center;
  text-transform: uppercase;
}

.ah-partners-rail-wrap {
  position: relative;
}

.ah-partners-rail-wrap::before,
.ah-partners-rail-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(42px, 8vw, 145px);
  pointer-events: none;
}

.ah-partners-rail-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #061a30, rgba(6, 26, 48, 0));
}

.ah-partners-rail-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #061a30, rgba(6, 26, 48, 0));
}

.ah-logo-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 35px 90px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.ah-logo-carousel-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.ah-logo-carousel-group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(58px, 6.5vw, 112px);
  padding-right: clamp(58px, 6.5vw, 112px);
}

.ah-logo-carousel img {
  display: block;
  width: clamp(150px, 13vw, 218px);
  height: 84px;
  object-fit: contain;
  opacity: 0.62;
  filter: grayscale(1) brightness(0) invert(1);
  transition: opacity 0.25s ease;
}

.ah-logo-carousel img:hover {
  opacity: 1;
}

.ah-partners-index {
  position: absolute;
  right: 3%;
  bottom: -42px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ah-partners-index::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #87cf36;
}

@media (max-width: 767px) {
  .ah-logo-carousel {
    padding: 24px 0;
  }

  .ah-logo-carousel-group {
    gap: 44px;
    padding-right: 44px;
  }

  .ah-logo-carousel img {
    width: 142px;
    height: 64px;
  }

  .ah-partners-section::before { background-size: 48px 48px; }
  .ah-partners-backdrop { top: 54px; }
  .ah-partners-index { right: 6%; }
}

@media (prefers-reduced-motion: reduce) {
  .ah-logo-carousel {
    overflow-x: auto;
  }

  .ah-logo-carousel-group[aria-hidden="true"] {
    display: none;
  }
}

/* Leasing assistant section
 * Standard content styling is stored in its Divi modules.
 */
.ah-ai-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ah-ai-section::after {
  content: "";
  position: absolute;
  top: 8%;
  right: -8%;
  z-index: -1;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(135, 207, 54, 0.22), rgba(25, 169, 170, 0.08) 42%, transparent 70%);
}

.ah-ai-backdrop {
  position: absolute !important;
  top: 15px;
  left: -28px;
  z-index: -1;
  width: auto;
  pointer-events: none;
  white-space: nowrap;
}

.ah-ai-backdrop p {
  padding: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(8, 125, 165, 0.11);
  font: 800 clamp(170px, 22vw, 360px)/0.8 "Manrope", sans-serif;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}

.ah-ai-row {
  position: relative;
  z-index: 1;
}

.ah-ai-copy-column,
.ah-ai-visual-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ah-ai-eyebrow p {
  text-transform: uppercase;
}

.ah-ai-heading h2 {
  padding: 0;
}

.ah-ai-copy {
  margin-left: 0 !important;
}

.ah-ai-button .et_pb_button {
  position: relative;
}

.ah-ai-button .et_pb_button::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #8dc9d6;
}

.ah-conversation-module,
.ah-conversation-module .et_pb_code_inner {
  min-height: 600px;
}

.ah-conversation-stack {
  position: relative;
  min-height: 600px;
  padding: 80px 28px;
}

.ah-conversation-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(590px, 95%);
  aspect-ratio: 1;
  border: 1px solid rgba(8, 125, 165, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 72px rgba(8, 125, 165, 0.025), 0 0 0 144px rgba(135, 207, 54, 0.02);
}

.ah-message {
  position: relative;
  z-index: 1;
  margin: 20px 0;
  padding: 22px 24px;
  border-radius: 20px;
  font-family: "Manrope", sans-serif;
  box-shadow: 0 24px 55px rgba(18, 62, 78, 0.14);
}

.ah-message span {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ah-message p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.55em;
}

.ah-message-prospect {
  width: 76%;
  margin-left: 18%;
  color: #17324c;
  background: rgba(255, 255, 255, 0.92);
  border-bottom-right-radius: 5px;
}

.ah-message-prospect span {
  color: #7890a1;
}

.ah-message-ai {
  width: 88%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 12%;
  color: #ffffff;
  background: linear-gradient(125deg, #087da5, #08688e);
  border-bottom-left-radius: 5px;
}

.ah-message-ai span {
  color: #bfe7ef;
}

.ah-assistant-mark {
  flex: 0 0 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #ffffff;
  background: #f4c400;
  font-size: 18px;
  font-weight: 800;
}

.ah-message-stat {
  width: 58%;
  margin-left: 38%;
  color: #ffffff;
  background: rgba(9, 33, 63, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ah-message-stat span,
.ah-message-stat small {
  color: #8fa7b9;
}

.ah-message-stat strong {
  display: block;
  margin: 3px 0;
  color: #87cf36;
  font: 700 38px/1.15 "Manrope", sans-serif;
}

.ah-message-stat small {
  font-size: 11px;
}

.ah-conversation-status {
  position: absolute;
  left: 8%;
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #587184;
  font: 700 10px "Manrope", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ah-conversation-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #87cf36;
  box-shadow: 0 0 0 5px rgba(135, 207, 54, 0.14);
}

@media (max-width: 980px) {
  .ah-ai-section {
    min-height: auto !important;
  }

  .ah-ai-row {
    display: block !important;
  }

  .ah-ai-copy-column,
  .ah-ai-visual-column {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .ah-ai-visual-column {
    margin-top: 44px;
  }
}

@media (max-width: 767px) {
  .ah-ai-row {
    width: 90% !important;
  }

  .ah-conversation-module,
  .ah-conversation-module .et_pb_code_inner,
  .ah-conversation-stack {
    min-height: 500px;
  }

  .ah-conversation-stack {
    padding: 52px 0;
  }

  .ah-message {
    padding: 17px;
  }

  .ah-message p {
    font-size: 14px;
  }

  .ah-message-prospect {
    width: 84%;
    margin-left: 16%;
  }

  .ah-message-ai {
    width: 94%;
    margin-right: 6%;
  }

  .ah-message-stat {
    width: 66%;
    margin-left: 34%;
  }

  .ah-conversation-status {
    left: 3%;
    bottom: 22px;
  }
}

/* Cinematic platform video section
 * Text, video source, spacing, colors and type are editable in Divi.
 */
.ah-film-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-image: linear-gradient(155deg, #06162d 55%, #087da5 140%);
}

.ah-film-section::before {
  content: "";
  position: absolute;
  right: -9%;
  bottom: -48%;
  z-index: -2;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(135, 207, 54, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(135, 207, 54, 0.025), 0 0 0 200px rgba(8, 125, 165, 0.025);
  pointer-events: none;
}

.ah-film-section::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -44%;
  left: -8%;
  z-index: -1;
  height: 72%;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(135, 207, 54, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(135, 207, 54, 0.12) 1px, transparent 1px);
  background-size: 70px 70px;
  transform: perspective(650px) rotateX(58deg) scale(1.25);
  transform-origin: center top;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 82%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 82%);
}

.ah-film-heading-row,
.ah-film-window-row {
  position: relative;
  z-index: 1;
}

.ah-film-eyebrow p,
.ah-film-caption p {
  text-transform: uppercase;
}

.ah-film-heading h2 {
  padding: 0;
}

.ah-film-window-row {
  overflow: visible !important;
}

.ah-platform-video {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #09213f;
}

.ah-platform-video .et_pb_video_box,
.ah-platform-video video {
  display: block;
  width: 100%;
}

.ah-platform-video .et_pb_video_overlay {
  background-color: rgba(4, 22, 40, 0.18);
}

.ah-platform-video .et_pb_video_play {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -47px 0 0 -47px;
  border-radius: 50%;
  color: #09213f !important;
  background: #87cf36;
  box-shadow: 0 0 0 20px rgba(135, 207, 54, 0.13), 0 22px 50px rgba(0, 0, 0, 0.28);
  font-size: 56px;
}

.ah-film-caption {
  position: absolute !important;
  left: 32px;
  bottom: 25px;
  z-index: 4;
  pointer-events: none;
}

@media (max-width: 767px) {
  .ah-film-heading-row,
  .ah-film-window-row {
    width: 90% !important;
  }

  .ah-film-section::after {
    background-size: 46px 46px;
  }

  .ah-platform-video {
    border-radius: 18px !important;
  }

  .ah-platform-video .et_pb_video_play {
    width: 68px;
    height: 68px;
    margin: -34px 0 0 -34px;
    box-shadow: 0 0 0 12px rgba(135, 207, 54, 0.13);
    font-size: 42px;
  }

  .ah-film-caption {
    left: 20px;
    bottom: 16px;
  }
}

/* Teams section
 * Card structure and primary design controls live in Divi Blurb modules.
 */
.ah-teams-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ah-teams-section::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -180px;
  z-index: -1;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(8, 125, 165, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(8, 125, 165, 0.018), 0 0 0 160px rgba(135, 207, 54, 0.014);
  pointer-events: none;
}

.ah-teams-heading-row,
.ah-teams-card-row {
  position: relative;
  z-index: 1;
}

.ah-teams-eyebrow p {
  text-transform: uppercase;
}

.ah-teams-heading h2 {
  padding: 0;
}

.ah-team-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ah-team-card:hover {
  transform: translateY(-8px);
  border-color: rgba(8, 125, 165, 0.38);
  box-shadow: 0 25px 65px rgba(20, 49, 67, 0.12);
}

.ah-team-card::after {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #95a7b2;
  font: 700 11px "Manrope", sans-serif;
  letter-spacing: 0.16em;
}

.ah-team-card-one::after { content: "01"; }
.ah-team-card-two::after { content: "02"; }
.ah-team-card-three::after { content: "03"; color: rgba(255, 255, 255, 0.55); }

.ah-team-card .et_pb_main_blurb_image {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
  border-radius: 20px;
}

.ah-team-card .et_pb_image_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ah-team-card .et-pb-icon {
  font-size: 31px;
}

.ah-team-card .et_pb_module_header {
  padding-bottom: 14px;
}

.ah-team-card-link {
  margin-top: 24px;
  color: #56aa0d;
  font-weight: 700;
}

.ah-team-card-three .ah-team-card-link {
  color: #b9f079;
}

/* Divi can discard imported column margins; transform preserves the stagger. */
.ah-teams-card-row .ah-team-column-offset {
  transform: translateY(45px);
}

@media (max-width: 980px) {
  .ah-teams-card-row {
    display: flex !important;
    flex-wrap: wrap;
    gap: 24px;
  }

  .ah-teams-card-row .ah-team-column {
    flex: 1 1 calc(50% - 12px);
    width: auto !important;
    margin-right: 0 !important;
  }

  .ah-team-column-offset {
    margin-top: 0 !important;
    transform: none;
  }
}

@media (max-width: 767px) {
  .ah-teams-heading-row,
  .ah-teams-card-row {
    width: 90% !important;
  }

  .ah-teams-card-row {
    display: block !important;
  }

  .ah-teams-card-row .ah-team-column {
    width: 100% !important;
    margin-bottom: 22px !important;
  }

  .ah-team-card {
    min-height: 380px !important;
  }

  .ah-team-card .et_pb_main_blurb_image {
    margin-bottom: 48px;
  }
}

/* Unified platform sticky section
 * Left-side content remains editable in native Divi modules.
 */
.ah-platform-section {
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.ah-platform-section::before {
  content: "";
  position: absolute;
  top: 8%;
  left: -260px;
  z-index: -1;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(8, 125, 165, 0.12), transparent 68%);
}

.ah-platform-row {
  display: flex;
  align-items: flex-start;
  gap: 8%;
}

.ah-platform-row > .et_pb_column {
  width: 46% !important;
  margin-right: 0 !important;
}

.ah-platform-sticky-column {
  position: sticky;
  top: 155px;
  align-self: flex-start;
  padding-bottom: 100px;
}

.ah-platform-eyebrow p {
  text-transform: uppercase;
}

.ah-platform-heading h2 {
  padding: 0;
}

.ah-platform-copy {
  margin-left: 0 !important;
}

.ah-platform-button .et_pb_button {
  box-shadow: 0 14px 38px rgba(135, 207, 54, 0.16);
}

.ah-platform-panel-module {
  margin-bottom: 34px !important;
}

.ah-platform-panel-module:last-child {
  margin-bottom: 0 !important;
}

.ah-platform-panel {
  min-height: 520px;
  padding: 34px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid #1c3d5c;
  border-radius: 28px;
  background: linear-gradient(145deg, #0d2948, #09213f);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.ah-platform-panel-number {
  display: block;
  color: #87cf36;
  font: 700 12px "Manrope", sans-serif;
  letter-spacing: 0.12em;
}

.ah-platform-panel h3 {
  margin: 34px 0;
  padding: 0;
  color: #ffffff;
  font: 700 30px/1.2 "Manrope", sans-serif;
}

.ah-platform-ui-map,
.ah-platform-ui-bars,
.ah-platform-ui-list {
  height: 330px;
  overflow: hidden;
  border-radius: 18px;
  color: #09213f;
  background: #eef5f7;
}

.ah-platform-ui-map {
  position: relative;
  background-color: #eef5f7;
  background-image: radial-gradient(rgba(8, 125, 165, 0.5) 1px, transparent 1px);
  background-size: 25px 25px;
}

.ah-platform-ui-map i {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 6px solid #87cf36;
  border-radius: 50%;
  background: #eef5f7;
}

.ah-platform-ui-map i:nth-child(1) { left: 15%; top: 25%; }
.ah-platform-ui-map i:nth-child(2) { left: 67%; top: 18%; }
.ah-platform-ui-map i:nth-child(3) { left: 40%; top: 63%; }
.ah-platform-ui-map i:nth-child(4) { left: 78%; top: 72%; }
.ah-platform-ui-map i:nth-child(5) { left: 22%; top: 78%; }

.ah-platform-ui-map strong {
  position: absolute;
  left: 25px;
  bottom: 22px;
  font: 700 20px "Manrope", sans-serif;
}

.ah-platform-ui-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 38px;
}

.ah-platform-ui-bars div {
  position: relative;
}

.ah-platform-ui-bars span,
.ah-platform-ui-bars b {
  display: block;
  margin-bottom: 7px;
  color: #60778c;
  font: 700 11px "Manrope", sans-serif;
}

.ah-platform-ui-bars b {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.ah-platform-ui-bars i {
  display: block;
  height: 22px;
  border-radius: 12px;
  background: linear-gradient(90deg, #087da5, #87cf36);
}

.ah-platform-ui-list {
  padding: 30px;
}

.ah-platform-ui-list > i {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 9px;
  background: #ffffff;
}

.ah-platform-ui-list > i span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #d7e4e8;
}

.ah-platform-ui-list > i b {
  width: 62%;
  height: 8px;
  border-radius: 5px;
  background: #d7e4e8;
}

.ah-platform-ui-list > strong {
  display: inline-block;
  margin-top: 9px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #09213f;
  background: #87cf36;
  font: 700 12px "Manrope", sans-serif;
}

@media (max-width: 980px) {
  .ah-platform-row {
    display: block;
  }

  .ah-platform-row > .et_pb_column {
    width: 100% !important;
  }

  .ah-platform-sticky-column {
    position: relative;
    top: auto;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .ah-platform-row {
    width: 90% !important;
  }

  .ah-platform-panel {
    min-height: 420px;
    padding: 24px;
    border-radius: 20px;
  }

  .ah-platform-panel h3 {
    margin: 25px 0;
    font-size: 25px;
  }

  .ah-platform-ui-map,
  .ah-platform-ui-bars,
  .ah-platform-ui-list {
    height: 250px;
  }

  .ah-platform-ui-bars {
    padding: 25px;
    gap: 15px;
  }

  .ah-platform-ui-list {
    padding: 20px;
  }
}
