/* UAV-page-only styles. No shared stylesheet or menu is changed. */
body.hpt-uav-template .hpt-product.hpt-uav { overflow: visible; padding-top: 56px; background: #02050a; }
.hpt-uav { --uav-line: rgba(255,255,255,.12); }
.hpt-uav :where(a,button):focus-visible { outline: 2px solid #2997ff; outline-offset: 5px; }
.hpt-uav .uav-skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 20px; background: #0071e3; border-radius: 12px; }
.hpt-uav .uav-skip-link:focus { top: 70px; }
.hpt-uav .uav-story { position: relative; }
.hpt-uav.is-uav-animated .uav-story { height: 280svh; }
.hpt-uav .uav-stage { position: sticky; top: 56px; height: calc(100svh - 56px); min-height: 580px; overflow: hidden; isolation: isolate; background: #071221; }
.hpt-uav .uav-scene { --uav-detail: 0; --uav-cruise: 0; --uav-cruise-scale: 1; --uav-flight-scale: 1; --uav-wing-scale: 1.04; --uav-flight-x: 0px; position: absolute; inset: 0; }
.hpt-uav .uav-scene img { position: absolute; inset: 0; width: 100%; height: 100%; max-height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.hpt-uav .uav-flight-image { opacity: calc(1 - var(--uav-detail)); transform: translateX(var(--uav-flight-x)) scale(var(--uav-flight-scale)); transform-origin: 70% 50%; }
.hpt-uav .uav-wing-image { opacity: calc(var(--uav-detail) * (1 - var(--uav-cruise))); transform: scale(var(--uav-wing-scale)); transform-origin: 72% 50%; }
.hpt-uav .uav-cruise-image { opacity: var(--uav-cruise); transform: scale(var(--uav-cruise-scale)); transform-origin: 70% 50%; }
.hpt-uav .uav-scene-shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg,#020711ed 0%,#020711c9 31%,#0207114a 57%,#0207110d 85%),linear-gradient(180deg,#02071145 0%,transparent 40%,#020711dc 100%); }
.hpt-uav .uav-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; align-items: center; justify-content: space-between; gap: 20px; }
.hpt-uav .uav-stage-top > span { font-size: 11px; color: #c2d4e9; letter-spacing: .04em; }
.hpt-uav .uav-stage-inner { position: relative; z-index: 2; width: min(1120px,calc(100% - 48px)); height: calc(100% - 95px); margin: auto; display: flex; align-items: center; }
.hpt-uav .uav-copy { width: min(510px,46%); position: relative; padding-top: 26px; }
.hpt-uav.is-uav-animated .uav-copy { height: 340px; }
.hpt-uav.is-uav-animated .uav-chapter { position: absolute; inset: 0; transition: opacity .3s,transform .3s; }
.hpt-uav .uav-chapter:not(.is-active) { display: none; }
.hpt-uav.is-uav-animated .uav-chapter:not(.is-active) { display: block; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(16px); }
.hpt-uav .uav-kicker { color: #99d7ff; font-size: 11px; font-weight: 550; letter-spacing: .13em; line-height: 1.6; }
.hpt-uav .uav-chapter :where(h1,h2) { margin-top: 22px; font-size: clamp(37px,4.4vw,61px); font-weight: 620; letter-spacing: -.045em; line-height: 1.2; }
.hpt-uav .uav-chapter :where(h1,h2) span { color: #c4d1e5; }
.hpt-uav .uav-chapter > p:not(.uav-kicker) { margin-top: 26px; color: #c2cbd9; font-size: 16px; line-height: 1.85; }
.hpt-uav .uav-text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 13px; color: #d5eaff; background: transparent; border: 0; padding: 0; }
.hpt-uav .uav-text-link > span { font-family: Arial,sans-serif; font-size: 18px; }
.hpt-uav .uav-text-link:hover { color: #2997ff; }
.hpt-uav .uav-chapter > :where(a,button) { margin-top: 30px; }
.hpt-uav .uav-wing-callout { position: absolute; z-index: 3; left: 68%; top: 52%; display: inline-flex; gap: 12px; align-items: center; font-size: 11px; color: #daeaff; background: #051326b8; border: 1px solid #b1d7ff40; border-radius: 999px; padding: 12px 18px; opacity: 0; visibility: hidden; pointer-events: none; }
.hpt-uav[data-uav-chapter="1"] .uav-wing-callout { opacity: 1; visibility: visible; pointer-events: auto; }
.hpt-uav .uav-wing-callout > span { width: 6px; height: 6px; border-radius: 50%; background: #9cecff; box-shadow: 0 0 15px #8adeff80; }
.hpt-uav .uav-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-uav .uav-chapters { display: none; gap: 28px; }
.hpt-uav.is-uav-animated .uav-chapters { display: flex; }
.hpt-uav .uav-chapters button { color: #92a4be; padding: 0; min-height: 38px; font-size: 11px; background: transparent; border: 0; }
.hpt-uav .uav-chapters button[aria-current] { color: #eff7ff; }
.hpt-uav .uav-chapters button span { font: 10px 'Geist Mono',monospace; margin-right: 8px; }
.hpt-uav .uav-stage-bottom > p { color: #99abc4; font-size: 10px; grid-column: 1/-1; line-height: 1.6; }
.hpt-uav .uav-scroll-link { display: inline-flex; gap: 20px; min-height: 44px; align-items: center; color: #bdcce1; font-size: 11px; justify-self: end; }
.hpt-uav .uav-story-track { position: absolute; z-index: 4; bottom: 0; height: 2px; left: 0; right: 0; background: #ffffff15; }
.hpt-uav .uav-story-track span { display: block; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,#2997ff,#9cecff,#8d7cff); }
.hpt-uav :where(.uav-directions,.uav-integration) { scroll-margin-top: 85px; }
.hpt-uav .uav-directions { padding: 108px max(24px,calc((100vw - 1120px)/2)) 105px; background: radial-gradient(ellipse at 85% 70%,#344aa71c,transparent 50%),#02050a; }
.hpt-uav .uav-section-heading { max-width: 700px; }
.hpt-uav :where(.uav-section-heading,.uav-integration-copy) h2 { margin-top: 20px; font-size: clamp(35px,4.4vw,59px); font-weight: 610; line-height: 1.2; letter-spacing: -.045em; }
.hpt-uav :where(.uav-section-heading,.uav-integration-copy) h2 span { color: #a9b8d1; }
.hpt-uav .uav-section-heading > p:last-child { color: #a1adbf; margin-top: 26px; font-size: 15px; line-height: 1.85; }
.hpt-uav .uav-card-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.hpt-uav .uav-card { padding: 28px; border: 1px solid var(--uav-line); border-radius: 24px; background: linear-gradient(145deg,#0b1727,#060b13); }
.hpt-uav .uav-card:nth-child(2) { background: linear-gradient(145deg,#10182d,#060b13); }
.hpt-uav .uav-card-symbol { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.hpt-uav .uav-card-symbol svg { width: 58px; height: 58px; color: #83bfff; }
.hpt-uav .uav-card-symbol > span { font: 11px 'Geist Mono',monospace; color: #72829b; }
.hpt-uav .uav-card .uav-kicker { font-size: 10px; }
.hpt-uav .uav-card h3 { margin-top: 18px; font-size: 26px; font-weight: 590; letter-spacing: -.04em; line-height: 1.4; }
.hpt-uav .uav-card > p:not(.uav-kicker) { margin-top: 20px; font-size: 13px; line-height: 1.9; color: #9eabbe; min-height: 76px; }
.hpt-uav .uav-card > a { margin-top: 22px; font-size: 12px; }
.hpt-uav .uav-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-uav .uav-detail-figure { position: relative; border: 1px solid var(--uav-line); border-radius: 26px; overflow: hidden; background: #081426; }
.hpt-uav .uav-detail-figure img { width: 100%; height: 540px; object-fit: cover; object-position: 68% center; }
.hpt-uav .uav-detail-figure figcaption { padding: 18px 24px; color: #aabbd3; font-size: 11px; }
.hpt-uav .uav-integration-copy h2 { font-size: clamp(32px,3.2vw,45px); }
.hpt-uav .uav-integration-copy > p:not(.uav-kicker) { margin-top: 24px; color: #a1adbf; font-size: 14px; line-height: 1.9; }
.hpt-uav .uav-integration-list { margin-top: 28px; }
.hpt-uav .uav-integration-list li { display: flex; gap: 18px; padding: 19px 0; border-top: 1px solid var(--uav-line); }
.hpt-uav .uav-integration-list li > span { color: #7093be; font: 10px 'Geist Mono',monospace; padding-top: 3px; }
.hpt-uav .uav-integration-list h3 { font-size: 14px; font-weight: 550; color: #d6e2f4; }
.hpt-uav .uav-integration-list p { margin-top: 7px; color: #8e9fb6; font-size: 12px; line-height: 1.8; }
.hpt-uav .uav-integration-copy > a { margin-top: 17px; }
.hpt-uav .uav-next { text-align: center; padding: 110px 24px 100px; border-top: 1px solid #ffffff0c; background: radial-gradient(ellipse at 50% 35%,#2346a329,transparent 65%),#02050a; }
.hpt-uav .uav-next h2 { margin-top: 22px; font-size: clamp(35px,4.6vw,63px); font-weight: 610; line-height: 1.24; letter-spacing: -.045em; }
.hpt-uav .uav-next-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hpt-uav :where(.uav-primary,.uav-secondary) { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; gap: 22px; font-size: 14px; border-radius: 999px; transition: background .2s,border-color .2s; }
.hpt-uav .uav-primary { background: #0071e3; color: #fff; }
.hpt-uav .uav-primary:hover { background: #087fe8; }
.hpt-uav .uav-secondary { border: 1px solid #a8bfd355; color: #d8e6f7; }
.hpt-uav .uav-secondary:hover { border-color: #2997ff; background: #2997ff0a; }
.hpt-uav .uav-qualification { max-width: 790px; margin: 34px auto 0; font-size: 11px; color: #8695ad; line-height: 1.9; }
@media (max-width: 1000px) {
  .hpt-uav .uav-chapter :where(h1,h2) { font-size: 43px; }
  .hpt-uav .uav-copy { width: 48%; }
  .hpt-uav .uav-integration { gap: 38px; }
  .hpt-uav .uav-card { padding: 24px; }
  .hpt-uav .uav-card h3 { font-size: 23px; }
}
@media (max-width: 720px) {
  .hpt-uav.is-uav-animated .uav-story { height: 240svh; }
  .hpt-uav .uav-stage { min-height: 590px; }
  .hpt-uav .uav-stage-top { top: 20px; left: 20px; right: 20px; }
  .hpt-uav .uav-stage-top .uav-kicker { font-size: 9px; }
  .hpt-uav .uav-stage-top > span { font-size: 9px; }
  .hpt-uav .uav-stage-inner { width: calc(100% - 40px); height: auto; padding-top: 95px; }
  .hpt-uav .uav-copy { width: 100%; padding-top: 0; }
  .hpt-uav.is-uav-animated .uav-copy { height: 250px; }
  .hpt-uav .uav-chapter :where(h1,h2) { margin-top: 15px; font-size: clamp(32px,8vw,42px); line-height: 1.22; }
  .hpt-uav .uav-chapter .uav-kicker { font-size: 10px; }
  .hpt-uav .uav-chapter > p:not(.uav-kicker) { margin-top: 19px; font-size: 13px; }
  .hpt-uav .uav-chapter > :where(a,button) { margin-top: 16px; font-size: 12px; min-height: 38px; }
  .hpt-uav .uav-scene img { top: 30%; height: 55%; object-fit: contain; object-position: center; }
  .hpt-uav .uav-flight-image { transform-origin: 65% 60%; }
  .hpt-uav .uav-wing-image { transform-origin: 70% 60%; }
  .hpt-uav .uav-scene { background: radial-gradient(ellipse at 55% 65%,#14335e,#040b17 75%); }
  .hpt-uav .uav-scene-shade { background: linear-gradient(180deg,#020711 0%,#020711ee 30%,#0207112b 55%,#02071105 67%,#020711ed 89%,#020711 100%); }
  .hpt-uav .uav-wing-callout { left: auto; right: 20px; top: 69%; font-size: 9px; padding: 10px 13px; }
  .hpt-uav .uav-stage-bottom { left: 20px; right: 20px; bottom: 18px; padding-top: 12px; gap: 4px 10px; }
  .hpt-uav .uav-chapters { gap: 20px; }
  .hpt-uav .uav-chapters button { font-size: 10px; min-height: 38px; }
  .hpt-uav .uav-chapters button span { margin-right: 5px; font-size: 9px; }
  .hpt-uav .uav-scroll-link { font-size: 9px; gap: 9px; }
  .hpt-uav .uav-stage-bottom > p { font-size: 9px; }
  .hpt-uav .uav-directions { padding: 75px 20px; }
  .hpt-uav .uav-section-heading h2 { font-size: 37px; }
  .hpt-uav .uav-section-heading > p:last-child { font-size: 13px; }
  .hpt-uav .uav-card-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 36px; }
  .hpt-uav .uav-card { padding: 28px; }
  .hpt-uav .uav-card h3 { font-size: 27px; }
  .hpt-uav .uav-card > p:not(.uav-kicker) { min-height: 0; }
  .hpt-uav .uav-integration { padding: 0 20px 75px; grid-template-columns: 1fr; gap: 36px; }
  .hpt-uav .uav-detail-figure img { height: 330px; }
  .hpt-uav .uav-integration-copy h2 { font-size: 35px; }
  .hpt-uav .uav-next { padding: 75px 20px; }
  .hpt-uav .uav-next h2 { font-size: 36px; }
}
@media (max-width: 720px) and (max-height: 720px) {
  .hpt-uav .uav-stage-inner { padding-top: 67px; }
  .hpt-uav .uav-chapter :where(h1,h2) { font-size: 30px; }
  .hpt-uav .uav-scene img { top: 34%; height: 51%; }
}
@media (prefers-reduced-motion: reduce) {
  .hpt-uav .uav-story { height: auto !important; }
  .hpt-uav .uav-stage { position: relative; top: 0; }
  .hpt-uav .uav-chapters { display: none !important; }
  .hpt-uav .uav-scene img { transform: none; }
  .hpt-uav * { transition: none !important; scroll-behavior: auto !important; }
}
