/* Mobile-power page only: no shared styles, existing application pages or menus change. */
body.hpt-mobile-power-template .hpt-product.hpt-mobile-power { overflow: visible; padding-top: 56px; background: #02050a; }
.hpt-mobile-power { --mp-line: rgba(255,255,255,.12); }
.hpt-mobile-power :where(a,button):focus-visible { outline: 2px solid #2997ff; outline-offset: 5px; }
.hpt-mobile-power .mp-skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 20px; border-radius: 12px; background: #0071e3; }
.hpt-mobile-power .mp-skip-link:focus { top: 70px; }
.hpt-mobile-power .mp-story { position: relative; }
.hpt-mobile-power.is-mp-animated .mp-story { height: 300svh; }
.hpt-mobile-power .mp-stage { position: sticky; top: 56px; height: calc(100svh - 56px); min-height: 580px; overflow: hidden; isolation: isolate; background: #071221; }
.hpt-mobile-power .mp-scene { --mp-road: 1; --mp-roof: 0; --mp-camp: 0; --mp-road-scale: 1; --mp-road-x: 0px; --mp-roof-scale: 1.02; --mp-roof-y: 0px; --mp-camp-scale: 1.06; position: absolute; inset: 0; }
.hpt-mobile-power .mp-scene img { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; max-height: 100%; object-fit: cover; object-position: 78% center; transform-origin: 78% 50%; }
.hpt-mobile-power .mp-road-image { opacity: var(--mp-road); transform: translateX(var(--mp-road-x)) scale(var(--mp-road-scale)); }
.hpt-mobile-power .mp-roof-image { opacity: var(--mp-roof); transform: translateY(var(--mp-roof-y)) scale(var(--mp-roof-scale)); }
.hpt-mobile-power .mp-camp-image { opacity: var(--mp-camp); transform: scale(var(--mp-camp-scale)); }
.hpt-mobile-power .mp-scene-shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg,#020711ed 0%,#020711d6 30%,#0207116b 49%,#0207110a 80%),linear-gradient(180deg,#02071160 0%,transparent 40%,#020711e6 100%); }
.hpt-mobile-power .mp-stage-top { position: absolute; z-index: 3; top: 28px; left: max(24px,calc((100vw - 1120px)/2)); right: max(24px,calc((100vw - 1120px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.hpt-mobile-power .mp-stage-top > span { color: #b1c5df; font-size: 10px; letter-spacing: .04em; }
.hpt-mobile-power .mp-stage-inner { position: relative; z-index: 2; width: min(1120px,calc(100% - 48px)); height: calc(100% - 112px); margin: auto; display: flex; align-items: center; }
.hpt-mobile-power .mp-copy { position: relative; width: min(530px,48%); }
.hpt-mobile-power.is-mp-animated .mp-copy { height: 350px; }
.hpt-mobile-power.is-mp-animated .mp-chapter { position: absolute; inset: 0; transition: opacity .3s,transform .3s; }
.hpt-mobile-power .mp-chapter:not(.is-active) { display: none; }
.hpt-mobile-power.is-mp-animated .mp-chapter:not(.is-active) { display: block; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(16px); }
.hpt-mobile-power .mp-kicker { color: #99d7ff; font-size: 11px; font-weight: 550; letter-spacing: .13em; line-height: 1.6; }
.hpt-mobile-power .mp-chapter :where(h1,h2) { margin-top: 22px; font-size: clamp(37px,4.4vw,60px); font-weight: 620; letter-spacing: -.045em; line-height: 1.22; }
.hpt-mobile-power .mp-chapter :where(h1,h2) span { color: #c4d1e5; }
.hpt-mobile-power .mp-chapter > p:not(.mp-kicker) { margin-top: 26px; color: #c2cbd9; font-size: 16px; line-height: 1.85; }
.hpt-mobile-power .mp-text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; color: #d5eaff; font-size: 13px; }
.hpt-mobile-power .mp-text-link > span { font-family: Arial,sans-serif; font-size: 18px; }
.hpt-mobile-power .mp-text-link:hover { color: #2997ff; }
.hpt-mobile-power .mp-chapter > a { margin-top: 30px; }
.hpt-mobile-power .mp-stage-bottom { position: absolute; z-index: 3; bottom: 23px; left: max(24px,calc((100vw - 1120px)/2)); right: max(24px,calc((100vw - 1120px)/2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3px 20px; padding-top: 15px; border-top: 1px solid #d7e7ff26; }
.hpt-mobile-power .mp-chapters { display: none; gap: 28px; }
.hpt-mobile-power.is-mp-animated .mp-chapters { display: flex; }
.hpt-mobile-power .mp-chapters button { min-height: 44px; padding: 0; border: 0; background: transparent; color: #92a4be; font-size: 11px; }
.hpt-mobile-power .mp-chapters button[aria-current] { color: #eff7ff; }
.hpt-mobile-power .mp-chapters button span { margin-right: 8px; color: inherit; font: 10px 'Geist Mono',monospace; }
.hpt-mobile-power .mp-stage-bottom > p { grid-column: 1/-1; color: #99abc4; font-size: 10px; line-height: 1.6; }
.hpt-mobile-power .mp-scroll-link { display: inline-flex; align-items: center; justify-self: end; gap: 20px; min-height: 44px; color: #bdcce1; font-size: 11px; }
.hpt-mobile-power .mp-story-track { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; height: 2px; background: #ffffff15; }
.hpt-mobile-power .mp-story-track span { display: block; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,#2997ff,#9cecff,#8d7cff); }
.hpt-mobile-power :where(.mp-directions,.mp-integration) { scroll-margin-top: 85px; }
.hpt-mobile-power .mp-directions { padding: 108px max(24px,calc((100vw - 1120px)/2)) 105px; background: radial-gradient(ellipse at 85% 70%,#344aa71c,transparent 50%),#02050a; }
.hpt-mobile-power .mp-section-heading { max-width: 740px; }
.hpt-mobile-power :where(.mp-section-heading,.mp-integration-copy) h2 { margin-top: 20px; font-size: clamp(35px,4.4vw,58px); font-weight: 610; line-height: 1.2; letter-spacing: -.045em; }
.hpt-mobile-power :where(.mp-section-heading,.mp-integration-copy) h2 span { color: #a9b8d1; }
.hpt-mobile-power .mp-section-heading > p:last-child { margin-top: 26px; color: #a1adbf; font-size: 15px; line-height: 1.85; }
.hpt-mobile-power .mp-card-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.hpt-mobile-power .mp-card { overflow: hidden; border: 1px solid var(--mp-line); border-radius: 24px; background: linear-gradient(145deg,#0b1727,#060b13); }
.hpt-mobile-power .mp-card figure { position: relative; height: 230px; overflow: hidden; border-bottom: 1px solid var(--mp-line); }
.hpt-mobile-power .mp-card figure img { display: block; width: 100%; height: 100%; min-height: 0; max-height: none; object-fit: cover; object-position: 76% center; }
.hpt-mobile-power .mp-card figcaption { position: absolute; inset: auto 0 0; padding: 24px 20px 16px; display: flex; justify-content: space-between; color: #c3d7ed; font-size: 10px; background: linear-gradient(transparent,#020713ba); }
.hpt-mobile-power .mp-card figcaption span { font-family: 'Geist Mono',monospace; }
.hpt-mobile-power .mp-card-copy { padding: 28px; }
.hpt-mobile-power .mp-card .mp-kicker { font-size: 10px; }
.hpt-mobile-power .mp-card h3 { margin-top: 18px; font-size: 25px; font-weight: 590; letter-spacing: -.04em; line-height: 1.4; }
.hpt-mobile-power .mp-card-copy > p:not(.mp-kicker) { margin-top: 20px; min-height: 76px; color: #9eabbe; font-size: 13px; line-height: 1.9; }
.hpt-mobile-power .mp-card-copy > a { margin-top: 22px; font-size: 12px; }
.hpt-mobile-power .mp-integration { padding: 0 max(24px,calc((100vw - 1120px)/2)) 112px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px; align-items: center; background: #02050a; }
.hpt-mobile-power .mp-detail-figure { overflow: hidden; border: 1px solid var(--mp-line); border-radius: 26px; background: #081426; }
.hpt-mobile-power .mp-detail-figure img { display: block; width: 100%; height: 510px; min-height: 0; object-fit: cover; object-position: 75% center; }
.hpt-mobile-power .mp-detail-figure figcaption { padding: 18px 24px; color: #aabbd3; font-size: 11px; line-height: 1.6; }
.hpt-mobile-power .mp-integration-copy h2 { font-size: clamp(32px,3.2vw,45px); }
.hpt-mobile-power .mp-integration-copy > p:not(.mp-kicker) { margin-top: 24px; color: #a1adbf; font-size: 14px; line-height: 1.9; }
.hpt-mobile-power .mp-integration-list { margin-top: 28px; }
.hpt-mobile-power .mp-integration-list li { display: flex; gap: 18px; padding: 19px 0; border-top: 1px solid var(--mp-line); }
.hpt-mobile-power .mp-integration-list li > span { padding-top: 3px; color: #7093be; font: 10px 'Geist Mono',monospace; }
.hpt-mobile-power .mp-integration-list h3 { color: #d6e2f4; font-size: 14px; font-weight: 550; }
.hpt-mobile-power .mp-integration-list p { margin-top: 7px; color: #8e9fb6; font-size: 12px; line-height: 1.8; }
.hpt-mobile-power .mp-integration-copy > a { margin-top: 17px; }
.hpt-mobile-power .mp-next { padding: 110px 24px 100px; text-align: center; border-top: 1px solid #ffffff0c; background: radial-gradient(ellipse at 50% 35%,#2346a329,transparent 65%),#02050a; }
.hpt-mobile-power .mp-next h2 { margin-top: 22px; font-size: clamp(35px,4.6vw,62px); font-weight: 610; line-height: 1.24; letter-spacing: -.045em; }
.hpt-mobile-power .mp-next-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hpt-mobile-power :where(.mp-primary,.mp-secondary) { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; gap: 22px; border-radius: 999px; font-size: 14px; transition: background .2s,border-color .2s; }
.hpt-mobile-power .mp-primary { background: #0071e3; color: #fff; }
.hpt-mobile-power .mp-primary:hover { background: #087fe8; }
.hpt-mobile-power .mp-secondary { border: 1px solid #a8bfd355; color: #d8e6f7; }
.hpt-mobile-power .mp-secondary:hover { border-color: #2997ff; background: #2997ff0a; }
.hpt-mobile-power .mp-qualification { max-width: 790px; margin: 34px auto 0; color: #8695ad; font-size: 11px; line-height: 1.9; }
.hpt-mobile-power .mp-reference { display: inline-block; margin-top: 18px; color: #8695ad; font-size: 10px; line-height: 1.8; }
.hpt-mobile-power .mp-reference:hover { color: #99d7ff; }
@media (max-width: 1000px) {
  .hpt-mobile-power .mp-chapter :where(h1,h2) { font-size: 43px; }
  .hpt-mobile-power .mp-integration { gap: 38px; }
  .hpt-mobile-power .mp-card-copy { padding: 24px; }
  .hpt-mobile-power .mp-card h3 { font-size: 23px; }
}
@media (max-width: 720px) {
  .hpt-mobile-power.is-mp-animated .mp-story { height: 260svh; }
  .hpt-mobile-power .mp-stage { min-height: 540px; }
  .hpt-mobile-power .mp-stage-top { top: 20px; left: 20px; right: 20px; gap: 10px; }
  .hpt-mobile-power .mp-stage-top .mp-kicker { font-size: 9px; }
  .hpt-mobile-power .mp-stage-top > span { font-size: 9px; }
  .hpt-mobile-power .mp-stage-inner { width: calc(100% - 40px); height: auto; padding-top: 90px; }
  .hpt-mobile-power .mp-copy { width: 100%; }
  .hpt-mobile-power.is-mp-animated .mp-copy { height: 250px; }
  .hpt-mobile-power .mp-chapter :where(h1,h2) { margin-top: 15px; font-size: clamp(31px,8vw,42px); line-height: 1.22; }
  .hpt-mobile-power .mp-chapter .mp-kicker { font-size: 10px; }
  .hpt-mobile-power .mp-chapter > p:not(.mp-kicker) { margin-top: 19px; font-size: 13px; line-height: 1.85; }
  .hpt-mobile-power .mp-chapter > a { margin-top: 16px; min-height: 38px; font-size: 12px; }
  .hpt-mobile-power .mp-scene img { inset: 39% 0 auto; height: 47%; object-fit: cover; object-position: 78% center; }
  .hpt-mobile-power .mp-scene .mp-roof-image { inset: 43% 20px auto; width: calc(100% - 40px); height: 37%; border-radius: 18px; object-fit: cover; object-position: 78% center; transform-origin: center; }
  .hpt-mobile-power .mp-scene { background: radial-gradient(ellipse at 55% 65%,#14335e,#040b17 75%); }
  .hpt-mobile-power .mp-scene-shade { background: linear-gradient(180deg,#020711 0%,#020711 40%,#02071150 49%,transparent 62%,#020711dc 87%,#020711 100%); }
  .hpt-mobile-power .mp-stage-bottom { left: 20px; right: 20px; bottom: 18px; padding-top: 12px; gap: 4px 10px; }
  .hpt-mobile-power .mp-chapters { gap: 20px; }
  .hpt-mobile-power .mp-chapters button { font-size: 10px; }
  .hpt-mobile-power .mp-chapters button span { margin-right: 5px; font-size: 9px; }
  .hpt-mobile-power .mp-scroll-link { gap: 0; }
  .hpt-mobile-power .mp-scroll-link span:first-child { display: none; }
  .hpt-mobile-power .mp-stage-bottom > p { font-size: 9px; }
  .hpt-mobile-power .mp-directions { padding: 75px 20px; }
  .hpt-mobile-power .mp-section-heading h2 { font-size: 36px; }
  .hpt-mobile-power .mp-section-heading > p:last-child { font-size: 13px; }
  .hpt-mobile-power .mp-card-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 36px; }
  .hpt-mobile-power .mp-card figure { height: 230px; }
  .hpt-mobile-power .mp-card-copy { padding: 28px; }
  .hpt-mobile-power .mp-card h3 { font-size: 27px; }
  .hpt-mobile-power .mp-card-copy > p:not(.mp-kicker) { min-height: 0; }
  .hpt-mobile-power .mp-integration { padding: 0 20px 75px; grid-template-columns: 1fr; gap: 36px; }
  .hpt-mobile-power .mp-detail-figure img { height: 330px; }
  .hpt-mobile-power .mp-integration-copy h2 { font-size: 35px; }
  .hpt-mobile-power .mp-next { padding: 75px 20px; }
  .hpt-mobile-power .mp-next h2 { font-size: 35px; }
}
@media (max-width: 720px) and (max-height: 720px) {
  .hpt-mobile-power .mp-stage-inner { padding-top: 62px; }
  .hpt-mobile-power.is-mp-animated .mp-copy { height: 220px; }
  .hpt-mobile-power .mp-chapter :where(h1,h2) { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .hpt-mobile-power .mp-story { height: auto !important; }
  .hpt-mobile-power .mp-stage { position: relative; top: 0; }
  .hpt-mobile-power .mp-chapters { display: none !important; }
  .hpt-mobile-power .mp-scene img { transform: none; }
  .hpt-mobile-power * { transition: none !important; scroll-behavior: auto !important; }
}
