.aahp-hero,
.aahp-hero * { box-sizing: border-box; }

.aahp-hero {
  --aahp-bg: #090b0f;
  --aahp-panel: #171b22;
  --aahp-gold: #d8aa4b;
  --aahp-gold-2: #fff1ad;
  --aahp-text: #f8f8f5;
  --aahp-muted: #b8bbc3;
  --aahp-min-height: 650px;
  --aahp-max-width: 1560px;
  --aahp-top-gap: 0px;
  --aahp-header-offset: 118px;
  --aahp-mobile-header-offset: 82px;
  --aahp-mobile-min-height: 720px;
  --aahp-actions-gap: 38px;
  --aahp-mobile-title-size: 32px;
  --aahp-overlay-opacity: .68;
  position: relative;
  left: auto;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  display: block;
  margin-top: var(--aahp-top-gap);
  margin-bottom: 0;
  margin-inline: calc(50% - 50vw);
  padding: clamp(14px, 2vh, 24px) clamp(18px, 3vw, 52px);
  overflow: hidden;
  color: var(--aahp-text);
  background: var(--aahp-bg);
  font-family: inherit;
}

.aahp-fit-viewport {
  height: calc(100svh - var(--aahp-header-offset) - var(--aahp-top-gap));
  min-height: var(--aahp-min-height);
}

.aahp-fit-content { min-height: var(--aahp-min-height); }

/* Header integration modes.
 * flow: the hero stays below a normal header.
 * underlap: the hero moves behind a sticky header once, without any scroll-time repositioning.
 * overlay: for headers that are already absolute/fixed and do not occupy document flow.
 */
.aahp-header-mode-flow { margin-top: var(--aahp-top-gap); }
.aahp-header-mode-underlap {
  margin-top: calc(0px - var(--aahp-live-header-offset, var(--aahp-header-offset)) + var(--aahp-top-gap));
  padding-top: calc(var(--aahp-live-header-offset, var(--aahp-header-offset)) + clamp(14px, 2vh, 24px));
}
.aahp-header-mode-underlap.aahp-fit-viewport { height: calc(100svh - var(--aahp-top-gap)); }
.aahp-header-mode-overlay {
  margin-top: var(--aahp-top-gap);
  padding-top: calc(var(--aahp-header-offset) + clamp(14px, 2vh, 24px));
}
.aahp-header-mode-overlay.aahp-fit-viewport { height: calc(100svh - var(--aahp-top-gap)); }

.aahp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 96%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 96%);
}

.aahp-background-image,
.aahp-background-overlay {
  position: absolute;
  inset: 0;
  z-index: -4;
  pointer-events: none;
}

.aahp-background-image {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.02);
  filter: saturate(.92) contrast(1.04);
}

.aahp-background-overlay {
  z-index: -3;
  display: none;
  background:
    linear-gradient(90deg, rgba(3,4,7,.34) 0%, rgba(3,4,7,.54) 42%, rgba(3,4,7,.94) 82%, rgba(3,4,7,.98) 100%),
    rgba(0,0,0,var(--aahp-overlay-opacity));
}

.aahp-image-mode-background .aahp-background-image,
.aahp-image-mode-background .aahp-background-overlay { display: block; }

.aahp-image-mode-background {
  background: var(--aahp-bg);
}

.aahp-ambient {
  position: absolute;
  z-index: -2;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  display: none;
  opacity: 0;
  background: transparent;
}

.aahp-ambient--one { top: -190px; right: 10%; }
.aahp-ambient--two { bottom: -210px; left: 8%; opacity: .13; }

.aahp-frame {
  position: relative;
  z-index: 2;
  width: min(100%, var(--aahp-max-width));
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(10px, 1.6vh, 20px);
}

.aahp-shell {
  position: relative;
  min-height: 0;
  width: 100%;
  margin: 0 auto;
  padding: clamp(18px, 2.4vw, 42px) clamp(0px, 1vw, 16px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  align-items: center;
  gap: clamp(28px, 4vw, 76px);
}

.aahp-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.05) 47%, transparent 72%);
  transform: translateX(-120%);
  animation: aahp-shine 9s ease-in-out infinite;
}

.aahp-content {
  position: relative;
  z-index: 5;
  align-self: center;
  max-width: 760px;
  text-align: right;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}

.aahp-media {
  position: relative;
  z-index: 3;
  min-width: 0;
  height: 100%;
  min-height: 350px;
  max-height: 510px;
  display: grid;
  place-items: center;
  perspective: 900px;
  opacity: 0;
  transform: translateY(28px) scale(.96);
  transition: opacity .9s .08s ease, transform .9s .08s ease;
}

.aahp-benefit {
  opacity: 0;
  transform: translateY(22px) scale(.95);
  transition: opacity .65s ease, transform .65s ease;
}

.aahp-hero.is-visible .aahp-content,
.aahp-hero.is-visible .aahp-media,
.aahp-hero.is-visible .aahp-benefit { opacity: 1; transform: none; }
.aahp-hero.is-visible .aahp-benefit:nth-child(2) { transition-delay: .08s; }
.aahp-hero.is-visible .aahp-benefit:nth-child(3) { transition-delay: .16s; }
.aahp-hero.is-visible .aahp-benefit:nth-child(4) { transition-delay: .24s; }

.aahp-layout-text-left .aahp-content { order: 2; }
.aahp-layout-text-left .aahp-media { order: 1; }

.aahp-image-mode-background .aahp-shell { grid-template-columns: 1fr; }
.aahp-image-mode-background .aahp-media { display: none; }
.aahp-image-mode-background .aahp-content {
  width: min(760px, 58%);
  max-width: none;
  justify-self: start;
  padding-inline-end: clamp(0px, 2vw, 28px);
  text-shadow: 0 3px 24px rgba(0,0,0,.72);
}
.aahp-image-mode-background.aahp-layout-text-left .aahp-content {
  justify-self: end;
  padding-inline: clamp(0px, 2vw, 28px) 0;
  text-align: left;
}
.aahp-image-mode-background.aahp-layout-text-left .aahp-actions { justify-content: flex-start; }

.aahp-badge {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(12px, 1.8vh, 20px);
  padding: 8px 14px;
  border: 1px solid color-mix(in srgb, var(--aahp-gold) 36%, transparent);
  border-radius: 999px;
  color: var(--aahp-gold-2);
  background: rgba(10,12,16,.55);
  box-shadow: inset 0 0 16px rgba(255,255,255,.025);
  backdrop-filter: blur(12px);
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 700;
}

.aahp-badge__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aahp-gold);
  box-shadow: none;
  animation: aahp-pulse 2.2s ease-in-out infinite;
}

.aahp-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(34px, 3.25vw, 58px);
  line-height: 1.18;
  letter-spacing: -.035em;
  font-weight: 900;
}

.aahp-title span,
.aahp-title strong { display: block; }

.aahp-title strong {
  color: transparent;
  background: linear-gradient(100deg, var(--aahp-gold), var(--aahp-gold-2) 50%, var(--aahp-gold));
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
  animation: aahp-gold-text 5s linear infinite;
}

.aahp-description {
  max-width: 680px;
  margin-top: clamp(14px, 2vh, 22px);
  color: var(--aahp-muted);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.95;
}
.aahp-description p { margin: 0; }

.aahp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: clamp(18px, 2.6vh, 30px);
}

.aahp-btn {
  position: relative;
  isolation: isolate;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  overflow: hidden;
  border-radius: 17px;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease;
}
.aahp-btn:hover { transform: translateY(-3px); }

.aahp-btn__inner {
  position: relative;
  z-index: 3;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.aahp-btn--primary {
  color: var(--aahp-text) !important;
  background: #0b0d12;
  box-shadow: 0 15px 36px rgba(0,0,0,.35);
}
.aahp-btn--primary::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 2px;
  border-radius: 15px;
  background: linear-gradient(135deg, #20242c, #0d1015);
}
.aahp-btn__spin {
  position: absolute;
  z-index: 0;
  width: 190%;
  aspect-ratio: 1;
  background: conic-gradient(from 0deg, transparent 0 26%, var(--aahp-gold), var(--aahp-gold-2), var(--aahp-gold), transparent 65% 100%);
  animation: aahp-spin 3.4s linear infinite;
}
.aahp-btn--secondary {
  color: var(--aahp-text) !important;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(12,14,19,.58);
  backdrop-filter: blur(12px);
}
.aahp-btn--secondary:hover {
  border-color: color-mix(in srgb, var(--aahp-gold) 45%, transparent);
  box-shadow: none;
}
.aahp-arrow { color: var(--aahp-gold); font-size: 20px; transition: transform .25s ease; }
.aahp-btn:hover .aahp-arrow { transform: translateX(-4px); }

.aahp-image-card {
  position: relative;
  z-index: 4;
  width: min(100%, 470px);
  max-height: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  transition: transform .18s ease-out;
  transform-style: preserve-3d;
}
.aahp-image-card::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid color-mix(in srgb, var(--aahp-gold) 36%, transparent);
  border-radius: 50%;
  box-shadow: none;
}
.aahp-image-card img {
  position: relative;
  z-index: 4;
  width: 92%;
  height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 30px 30px rgba(0,0,0,.45));
  animation: aahp-float 5.5s ease-in-out infinite;
}
.aahp-image-glow { display: none; }
.aahp-orbit {
  position: absolute;
  z-index: 1;
  border: 1px dashed color-mix(in srgb, var(--aahp-gold) 32%, transparent);
  border-radius: 50%;
}
.aahp-orbit--one { width: min(88%, 500px); aspect-ratio: 1; animation: aahp-spin 22s linear infinite; }
.aahp-orbit--two { width: min(68%, 390px); aspect-ratio: 1; border-style: solid; border-color: color-mix(in srgb, var(--aahp-gold) 16%, transparent); animation: aahp-spin-reverse 16s linear infinite; }

.aahp-mini-label {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid color-mix(in srgb, var(--aahp-gold) 30%, transparent);
  border-radius: 14px;
  color: var(--aahp-muted);
  background: rgba(10,12,16,.76);
  box-shadow: 0 14px 35px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
  font-size: 11px;
}
.aahp-mini-label b { color: var(--aahp-gold-2); font-size: 15px; }
.aahp-mini-label--top { top: 15%; right: 1%; animation: aahp-float-small 4.3s ease-in-out infinite; }
.aahp-mini-label--bottom { bottom: 15%; left: 2%; animation: aahp-float-small 4.8s .6s ease-in-out infinite; }

.aahp-benefits {
  position: relative;
  z-index: 12;
  width: min(100%, 1100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: clamp(12px, 2vw, 28px);
  padding: 0 clamp(0px, 2vw, 20px);
}

.aahp-benefit {
  position: relative;
  isolation: isolate;
  width: clamp(112px, 9.2vw, 148px);
  aspect-ratio: 1 / 1;
  justify-self: center;
  display: grid;
  place-items: center;
  padding: 2px;
  overflow: hidden;
  border-radius: 50%;
  background: #090b0f;
  box-shadow: 0 18px 38px rgba(0,0,0,.42), 0 0 30px color-mix(in srgb, var(--aahp-gold) 12%, transparent);
}
.aahp-benefit::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 2px;
  border-radius: 50%;
  background: linear-gradient(145deg, color-mix(in srgb, var(--aahp-panel) 94%, #000), #06070a);
}
.aahp-benefit__spin {
  position: absolute;
  z-index: 0;
  width: 145%;
  aspect-ratio: 1;
  background: conic-gradient(from 0deg, transparent 0 28%, var(--aahp-gold), var(--aahp-gold-2), var(--aahp-gold), transparent 66% 100%);
  animation: aahp-spin 4.4s var(--aahp-delay) linear infinite;
}
.aahp-benefit__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}
.aahp-benefit__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--aahp-gold-2);
  background: color-mix(in srgb, var(--aahp-gold) 12%, transparent);
  box-shadow: none;
  font-size: 15px;
}
.aahp-benefit strong { color: var(--aahp-text); font-size: clamp(11px, .92vw, 14px); line-height: 1.4; }
.aahp-benefit__inner > span:last-child { margin-top: 3px; color: var(--aahp-muted); font-size: clamp(8px, .72vw, 10.5px); line-height: 1.45; }

@keyframes aahp-spin { to { transform: rotate(360deg); } }
@keyframes aahp-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes aahp-shine { 0%, 62% { transform: translateX(-120%); } 86%, 100% { transform: translateX(120%); } }
@keyframes aahp-pulse { 50% { transform: scale(.78); opacity: .7; } }
@keyframes aahp-gold-text { to { background-position: -200% 0; } }
@keyframes aahp-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes aahp-float-small { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes aahp-breathe { 50% { opacity: .3; transform: scale(1.12); } }

/* Elementor and boxed-theme breakout support. */
.elementor-widget-aahp-hero-pro {
  width: 100%;
  max-width: none !important;
  margin-block: 0 !important;
}
.elementor-widget-aahp-hero-pro > .elementor-widget-container {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-widget-aahp-hero-pro + .elementor-element { margin-top: 0; }

@media (max-width: 1180px) {
  .aahp-shell { grid-template-columns: minmax(0, 1fr) minmax(310px, .84fr); gap: 26px; }
  .aahp-title { font-size: clamp(34px, 4vw, 52px); }
  .aahp-media { min-height: 330px; }
  .aahp-benefit { width: clamp(108px, 11vw, 136px); }
}

@media (max-height: 760px) and (min-width: 861px) {
  .aahp-hero { padding-block: 10px; }
  .aahp-shell { padding-top: 10px; }
  .aahp-badge { margin-bottom: 9px; padding-block: 6px; }
  .aahp-title { font-size: clamp(32px, 3vw, 48px); line-height: 1.12; }
  .aahp-description { margin-top: 10px; font-size: 14px; line-height: 1.75; }
  .aahp-actions { margin-top: 14px; }
  .aahp-btn { min-height: 48px; }
  .aahp-btn__inner { min-height: 44px; }
  .aahp-media { min-height: 300px; max-height: 410px; }
  .aahp-benefit { width: 108px; }
  .aahp-benefit__icon { width: 27px; height: 27px; font-size: 13px; }
  .aahp-benefit strong { font-size: 10.5px; }
  .aahp-benefit__inner > span:last-child { font-size: 7.8px; }
}

@media (max-width: 860px) {
  .aahp-hero {
    width: 100vw;
    margin-top: var(--aahp-top-gap);
    padding: 24px 16px 34px;
  }
  .aahp-header-mode-overlay {
    padding-top: calc(var(--aahp-mobile-header-offset) + 24px);
  }
  .aahp-fit-viewport {
    height: auto;
    min-height: calc(100svh - var(--aahp-mobile-header-offset) - var(--aahp-top-gap));
  }
  .aahp-header-mode-overlay.aahp-fit-viewport {
    min-height: calc(100svh - var(--aahp-top-gap));
  }
  .aahp-frame { height: auto; min-height: 0; gap: 24px; }
  .aahp-shell { min-height: auto; grid-template-columns: 1fr; padding: 10px 0 0; gap: 22px; }
  .aahp-layout-text-left .aahp-content,
  .aahp-layout-text-left .aahp-media { order: initial; }
  .aahp-content { max-width: 680px; margin-inline: auto; text-align: center; }
  .aahp-badge { margin-inline: auto; }
  .aahp-title,
  .aahp-description { margin-inline: auto; }
  .aahp-description { margin-top: 16px; }
  .aahp-actions { justify-content: center; }
  .aahp-media { min-height: 320px; max-height: none; }
  .aahp-image-card { width: min(100%, 390px); }
  .aahp-mini-label--top { right: 4%; }
  .aahp-mini-label--bottom { left: 4%; }
  .aahp-image-mode-background .aahp-shell { min-height: 500px; align-items: center; }
  .aahp-image-mode-background .aahp-content,
  .aahp-image-mode-background.aahp-layout-text-left .aahp-content {
    width: min(100%, 650px);
    justify-self: center;
    padding-inline: 0;
    text-align: center;
  }
  .aahp-image-mode-background.aahp-layout-text-left .aahp-actions { justify-content: center; }
  .aahp-background-overlay {
    background: linear-gradient(180deg, rgba(3,4,7,.56), rgba(3,4,7,.93) 68%), rgba(0,0,0,var(--aahp-overlay-opacity));
  }
  .aahp-benefits { width: min(100%, 560px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; }
  .aahp-benefit { width: clamp(124px, 33vw, 160px); }
  .aahp-benefit__icon { width: 35px; height: 35px; font-size: 16px; }
  .aahp-benefit strong { font-size: 13px; }
  .aahp-benefit__inner > span:last-child { font-size: 9.5px; }
}

@media (max-width: 520px) {
  .aahp-hero { padding-inline: 11px; }
  .aahp-title { font-size: clamp(30px, 9.2vw, 42px); }
  .aahp-description { font-size: 14px; line-height: 1.85; }
  .aahp-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .aahp-btn { width: 100%; }
  .aahp-media { min-height: 275px; }
  .aahp-mini-label { padding: 7px 9px; transform: scale(.86); }
  .aahp-mini-label--top { top: 8%; right: -5px; }
  .aahp-mini-label--bottom { bottom: 8%; left: -5px; }
  .aahp-image-mode-background .aahp-shell { min-height: 470px; }
  .aahp-benefits { gap: 10px; }
  .aahp-benefit { width: min(40vw, 145px); }
  .aahp-benefit__inner { padding: 9px 7px; }
  .aahp-benefit__icon { width: 31px; height: 31px; margin-bottom: 4px; font-size: 14px; }
  .aahp-benefit strong { font-size: 11.5px; }
  .aahp-benefit__inner > span:last-child { font-size: 8.5px; line-height: 1.4; }
}

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

/* Multilingual physical layout, direction and text-alignment controls. */
.aahp-shell { direction: ltr; }
.aahp-layout-text-right .aahp-content { order: 2; }
.aahp-layout-text-right .aahp-media { order: 1; }
.aahp-layout-text-left .aahp-content { order: 1; }
.aahp-layout-text-left .aahp-media { order: 2; }

.aahp-align-right .aahp-content,
.aahp-image-mode-background.aahp-align-right .aahp-content { text-align: right; }
.aahp-align-left .aahp-content,
.aahp-image-mode-background.aahp-align-left .aahp-content { text-align: left; }

.aahp-actions { width: fit-content; max-width: 100%; }
.aahp-align-right .aahp-badge,
.aahp-align-right .aahp-actions { margin-right: 0; margin-left: auto; }
.aahp-align-left .aahp-badge,
.aahp-align-left .aahp-actions { margin-left: 0; margin-right: auto; }

.aahp-image-mode-background.aahp-layout-text-right .aahp-content {
  justify-self: end;
  padding-inline: clamp(0px, 2vw, 28px) 0;
}
.aahp-image-mode-background.aahp-layout-text-left .aahp-content {
  justify-self: start;
  padding-inline: 0 clamp(0px, 2vw, 28px);
}
.aahp-image-mode-background.aahp-layout-text-left .aahp-background-overlay {
  background:
    linear-gradient(270deg, rgba(3,4,7,.34) 0%, rgba(3,4,7,.54) 42%, rgba(3,4,7,.94) 82%, rgba(3,4,7,.98) 100%),
    rgba(0,0,0,var(--aahp-overlay-opacity));
}

.aahp-dir-ltr .aahp-btn:hover .aahp-arrow { transform: translateX(4px); }
.aahp-dir-ltr .aahp-title { letter-spacing: -.025em; }

@media (max-width: 860px) {
  .aahp-layout-text-right .aahp-content,
  .aahp-layout-text-left .aahp-content { order: 1; }
  .aahp-layout-text-right .aahp-media,
  .aahp-layout-text-left .aahp-media { order: 2; }

  .aahp-align-right .aahp-content,
  .aahp-image-mode-background.aahp-align-right .aahp-content { text-align: right; }
  .aahp-align-left .aahp-content,
  .aahp-image-mode-background.aahp-align-left .aahp-content { text-align: left; }

  .aahp-align-right .aahp-badge,
  .aahp-align-right .aahp-title,
  .aahp-align-right .aahp-description,
  .aahp-align-right .aahp-actions { margin-right: 0; margin-left: auto; }
  .aahp-align-left .aahp-badge,
  .aahp-align-left .aahp-title,
  .aahp-align-left .aahp-description,
  .aahp-align-left .aahp-actions { margin-left: 0; margin-right: auto; }

  .aahp-image-mode-background.aahp-layout-text-right .aahp-content,
  .aahp-image-mode-background.aahp-layout-text-left .aahp-content {
    width: min(100%, 650px);
    justify-self: center;
    padding-inline: 0;
  }
}

@media (max-width: 520px) {
  .aahp-actions { width: 100%; margin-left: 0 !important; margin-right: 0 !important; }
}

@media (max-width: 860px) {
  .aahp-image-mode-background.aahp-layout-text-left .aahp-background-overlay,
  .aahp-image-mode-background.aahp-layout-text-right .aahp-background-overlay {
    background:
      linear-gradient(180deg, rgba(3,4,7,.56), rgba(3,4,7,.93) 68%),
      rgba(0,0,0,var(--aahp-overlay-opacity));
  }
}

/* v1.7 — Legacy shield is disabled. It masked the moving hero during scroll and
 * created the visual impression that the banner was stuck halfway inside the header.
 */
.aahp-sticky-header-shield { display: none !important; }

/* v1.7 — Mobile fallback for seamless sticky-header underlap. */
@media (max-width: 860px) {
  .aahp-header-mode-underlap {
    margin-top: calc(0px - var(--aahp-live-header-offset, var(--aahp-mobile-header-offset)) + var(--aahp-top-gap));
    padding-top: calc(var(--aahp-live-header-offset, var(--aahp-mobile-header-offset)) + 12px);
  }
}


/* v1.8.0 — taller, non-clipping hero and refined responsive layout. */
.aahp-hero {
  padding-top: clamp(20px, 2.8vh, 34px);
  padding-bottom: clamp(26px, 3.2vh, 42px);
}

.aahp-fit-viewport {
  height: auto;
  min-height: max(calc(100svh - var(--aahp-header-offset) - var(--aahp-top-gap)), var(--aahp-min-height));
}
.aahp-header-mode-underlap {
  padding-top: calc(var(--aahp-live-header-offset, var(--aahp-header-offset)) + clamp(28px, 3.6vh, 44px));
  padding-bottom: clamp(28px, 3.5vh, 44px);
}
.aahp-header-mode-underlap.aahp-fit-viewport {
  height: auto;
  min-height: max(100svh, var(--aahp-min-height));
}
.aahp-header-mode-overlay.aahp-fit-viewport {
  height: auto;
  min-height: max(100svh, var(--aahp-min-height));
}

.aahp-frame { gap: clamp(20px, 2.5vh, 34px); }
.aahp-shell { padding-top: clamp(12px, 1.7vw, 26px); }
.aahp-header-mode-underlap .aahp-shell { padding-top: 0; }
.aahp-actions { margin-top: var(--aahp-actions-gap); }

/* Benefit SVGs are intentionally shown without a secondary icon background. */
.aahp-benefit__icon {
  width: 38px;
  height: 38px;
  margin-bottom: 6px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.aahp-benefit__svg {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

@media (max-height: 760px) and (min-width: 861px) {
  .aahp-hero { padding-bottom: 24px; }
  .aahp-actions { margin-top: max(24px, calc(var(--aahp-actions-gap) - 8px)); }
  .aahp-header-mode-underlap {
    padding-top: calc(var(--aahp-live-header-offset, var(--aahp-header-offset)) + 26px);
  }
}

@media (max-width: 860px) {
  .aahp-hero {
    padding: 20px 14px 30px;
  }
  .aahp-fit-viewport {
    min-height: max(calc(100svh - var(--aahp-mobile-header-offset) - var(--aahp-top-gap)), var(--aahp-mobile-min-height));
  }
  .aahp-header-mode-underlap {
    padding-top: calc(var(--aahp-live-header-offset, var(--aahp-mobile-header-offset)) + 18px);
    padding-bottom: 30px;
  }
  .aahp-header-mode-underlap.aahp-fit-viewport,
  .aahp-header-mode-overlay.aahp-fit-viewport {
    min-height: max(100svh, var(--aahp-mobile-min-height));
  }
  .aahp-frame { gap: 24px; }
  .aahp-shell { padding-top: 0; gap: 20px; }
  .aahp-content { width: 100%; max-width: 620px; }
  .aahp-badge {
    margin-bottom: 14px;
    padding: 7px 12px;
    font-size: 11px;
  }
  .aahp-title {
    max-width: 560px;
    font-size: clamp(22px, 6.2vw, var(--aahp-mobile-title-size));
    line-height: 1.34;
    letter-spacing: -.022em;
  }
  .aahp-title span,
  .aahp-title strong { margin-block: 1px; }
  .aahp-description {
    max-width: 560px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.82;
  }
  .aahp-actions { margin-top: min(var(--aahp-actions-gap), 34px); }
  .aahp-media { min-height: 270px; }
  .aahp-image-card { width: min(78vw, 330px); }
  .aahp-image-mode-background .aahp-shell {
    min-height: var(--aahp-mobile-min-height);
    padding-block: 34px;
  }
  .aahp-benefits { gap: 14px 18px; }
  .aahp-benefit__icon { width: 36px; height: 36px; }
  .aahp-benefit__svg { width: 28px; height: 28px; }
}

@media (max-width: 560px) {
  .aahp-hero { padding-inline: 10px; }
  .aahp-title {
    font-size: clamp(22px, 7.4vw, var(--aahp-mobile-title-size));
    line-height: 1.38;
  }
  .aahp-description { font-size: 13px; line-height: 1.78; }
  .aahp-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-inline: 0 !important;
  }
  .aahp-actions > :only-child { grid-column: 1 / -1; }
  .aahp-btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    border-radius: 14px;
  }
  .aahp-btn__inner {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    gap: 7px;
    padding: 0 9px;
    border-radius: 12px;
    font-size: clamp(10.5px, 3vw, 12.5px);
    white-space: nowrap;
  }
  .aahp-btn--primary::after { border-radius: 12px; }
  .aahp-arrow { font-size: 16px; }
  .aahp-media { min-height: 245px; }
  .aahp-image-card { width: min(76vw, 285px); }
  .aahp-mini-label { font-size: 9px; }
  .aahp-mini-label b { font-size: 12px; }
  .aahp-benefits {
    width: min(100%, 370px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .aahp-benefit { width: min(38vw, 136px); }
  .aahp-benefit__inner { padding: 9px; }
  .aahp-benefit strong { font-size: 11.5px; }
  .aahp-benefit__inner > span:last-child { font-size: 8.5px; }
  .aahp-image-mode-background .aahp-shell {
    min-height: var(--aahp-mobile-min-height);
    padding: 38px 4px;
  }
}

@media (max-width: 360px) {
  .aahp-btn__inner { padding-inline: 6px; font-size: 10px; }
  .aahp-benefit { width: 128px; }
}


/* v1.8.1 — clean black hero: broad gold ambient lighting is disabled.
 * Gold glow is intentionally retained only around the four benefit circles. */
.aahp-hero { background-color: var(--aahp-bg); }
.aahp-ambient,
.aahp-image-glow { display: none !important; }
.aahp-image-card { background: transparent !important; }
.aahp-image-card::before { box-shadow: none !important; }

/* v1.9.0 — multi-product smoke transition for split-image mode. */
.aahp-image-mode-split .aahp-media {
  margin-block: var(--aahp-product-circle-gap, 4px);
}

.aahp-product-stage {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  place-items: center;
  animation: aahp-float 5.5s ease-in-out infinite;
}

.aahp-image-card .aahp-product-image {
  position: absolute;
  inset: 4%;
  z-index: 4;
  width: 92%;
  height: 92%;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transform: scale(.82) translateY(16px);
  filter: blur(12px) saturate(.7) drop-shadow(0 30px 30px rgba(0,0,0,.45));
  animation: none;
  transition: opacity .45s ease, visibility .45s ease;
  will-change: transform, opacity, filter, clip-path;
}

.aahp-image-card .aahp-product-image.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
  filter: drop-shadow(0 30px 30px rgba(0,0,0,.45));
}

.aahp-image-card .aahp-product-image.is-entering {
  z-index: 6;
  visibility: visible;
  animation: aahp-product-smoke-in 1.05s cubic-bezier(.16,.78,.22,1) both;
}

.aahp-image-card .aahp-product-image.is-leaving {
  z-index: 5;
  visibility: visible;
  animation: aahp-product-smoke-out .82s cubic-bezier(.55,.02,.75,.35) both;
}

.aahp-smoke-layer {
  position: absolute;
  z-index: 7;
  inset: -7%;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
}

.aahp-smoke-layer.is-active { opacity: 1; }

.aahp-smoke-puff {
  --aahp-smoke-x: 0px;
  --aahp-smoke-y: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
  background:
    radial-gradient(circle at 46% 44%, rgba(255,255,255,.52) 0 5%, rgba(255,244,208,.34) 18%, rgba(216,170,75,.16) 43%, rgba(110,105,94,.1) 58%, transparent 74%);
  filter: blur(13px);
  transform: translate(calc(-50% + var(--aahp-smoke-x)), calc(-50% + var(--aahp-smoke-y))) scale(.18);
}

.aahp-smoke-layer.is-active .aahp-smoke-puff {
  animation: aahp-smoke-burst 1.15s cubic-bezier(.18,.7,.24,1) both;
  animation-delay: calc(var(--aahp-smoke-index) * 34ms);
}

.aahp-smoke-puff:nth-child(1) { --aahp-smoke-x: -34%; --aahp-smoke-y: -18%; }
.aahp-smoke-puff:nth-child(2) { --aahp-smoke-x: 24%; --aahp-smoke-y: -30%; width: 29%; }
.aahp-smoke-puff:nth-child(3) { --aahp-smoke-x: 39%; --aahp-smoke-y: 2%; width: 31%; }
.aahp-smoke-puff:nth-child(4) { --aahp-smoke-x: 27%; --aahp-smoke-y: 31%; width: 35%; }
.aahp-smoke-puff:nth-child(5) { --aahp-smoke-x: -10%; --aahp-smoke-y: 39%; width: 38%; }
.aahp-smoke-puff:nth-child(6) { --aahp-smoke-x: -40%; --aahp-smoke-y: 24%; width: 32%; }
.aahp-smoke-puff:nth-child(7) { --aahp-smoke-x: -5%; --aahp-smoke-y: -3%; width: 42%; }
.aahp-smoke-puff:nth-child(8) { --aahp-smoke-x: -12%; --aahp-smoke-y: -38%; width: 27%; }
.aahp-smoke-puff:nth-child(9) { --aahp-smoke-x: 7%; --aahp-smoke-y: 12%; width: 31%; }

.aahp-product-dots {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 7.5%;
  display: none;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(7,9,12,.62);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.aahp-product-slider .aahp-product-dots { display: flex; }

.aahp-product-dot {
  width: 7px;
  height: 7px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  box-shadow: none;
  cursor: pointer;
  transition: width .3s ease, border-radius .3s ease, background .3s ease, box-shadow .3s ease;
}

.aahp-product-dot.is-active {
  width: 23px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--aahp-gold), var(--aahp-gold-2));
  box-shadow: 0 0 12px color-mix(in srgb, var(--aahp-gold) 44%, transparent);
}

.aahp-product-dot:focus-visible {
  outline: 2px solid var(--aahp-gold-2);
  outline-offset: 3px;
}

@keyframes aahp-product-smoke-out {
  0% { opacity: 1; transform: scale(1); filter: blur(0) saturate(1) drop-shadow(0 30px 30px rgba(0,0,0,.45)); clip-path: circle(72% at 50% 50%); }
  48% { opacity: .68; transform: scale(1.08) rotate(-1.5deg); filter: blur(5px) saturate(.72) drop-shadow(0 20px 28px rgba(0,0,0,.35)); }
  100% { opacity: 0; transform: scale(1.2) translateY(-18px) rotate(-3deg); filter: blur(18px) saturate(.35); clip-path: circle(12% at 50% 46%); }
}

@keyframes aahp-product-smoke-in {
  0% { opacity: 0; transform: scale(.68) translateY(28px) rotate(3deg); filter: blur(22px) saturate(.35); clip-path: circle(8% at 50% 55%); }
  44% { opacity: .58; transform: scale(.94) translateY(5px) rotate(.5deg); filter: blur(7px) saturate(.82); }
  100% { opacity: 1; transform: scale(1); filter: blur(0) saturate(1) drop-shadow(0 30px 30px rgba(0,0,0,.45)); clip-path: circle(72% at 50% 50%); }
}

@keyframes aahp-smoke-burst {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.12); }
  24% { opacity: .76; }
  64% { opacity: .42; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--aahp-smoke-x)), calc(-50% + var(--aahp-smoke-y))) scale(1.62); filter: blur(22px); }
}

@media (max-width: 560px) {
  .aahp-product-dots { bottom: 5%; padding: 6px 8px; }
  .aahp-smoke-puff { filter: blur(10px); }
}

@media (prefers-reduced-motion: reduce) {
  .aahp-product-stage { animation: none !important; }
  .aahp-smoke-layer { display: none !important; }
  .aahp-image-card .aahp-product-image.is-entering,
  .aahp-image-card .aahp-product-image.is-leaving { animation: none !important; }
}


/* v1.9.1 — product rotation is automatic only; no manual controls are shown. */
.aahp-product-dots,
.aahp-product-dot { display: none !important; }


/* v1.9.2 — slightly more breathing room above the product circle on mobile.
 * Desktop keeps the configurable 4px block gap; mobile uses 6px on top
 * so the circle does not visually crowd the two action buttons. */
@media (max-width: 860px) {
  .aahp-image-mode-split .aahp-media {
    margin-top: 6px;
    margin-bottom: var(--aahp-product-circle-gap, 4px);
  }
}

/* v1.9.3 — extra visual separation between the mobile action buttons
 * and the large product orbit. This only affects phone widths; tablet
 * and desktop spacing remain unchanged. */
@media (max-width: 560px) {
  .aahp-image-mode-split .aahp-media {
    margin-top: 20px;
  }
}

/* v1.9.3 — mobile content is always centered, regardless of each language's
 * desktop alignment setting. This prevents RTL/LTR alignment modifiers from
 * pulling the heading block to one side above the product image. */
@media (max-width: 860px) {
  .aahp-hero .aahp-content,
  .aahp-hero.aahp-align-right .aahp-content,
  .aahp-hero.aahp-align-left .aahp-content,
  .aahp-image-mode-background.aahp-align-right .aahp-content,
  .aahp-image-mode-background.aahp-align-left .aahp-content {
    text-align: center !important;
  }

  .aahp-hero .aahp-badge,
  .aahp-hero .aahp-title,
  .aahp-hero .aahp-description {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
