:root {
  --color-cloud-gray: #716e85;
  --gradient-cloud-gray: linear-gradient(rgb(113, 110, 133) 0px, rgb(255, 255, 255) 65%);
  --color-midnight-ink: #000000;
  --color-pure-canvas: #ffffff;
  --color-electric-violet: #001489;
  --bg: #ffffff;
  --panel: #ffffff;
  --text: #000000;
  --muted: #716e85;
  --border: #000000;
  --accent: #001489;
  --accent2: #000000;
  --deep: #000000;
  --shadow: none;
  --header-h: 72px;
  --content-max: 1240px;
  color-scheme: light;
}

html,
body {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'NeueHaasText', 'Helvetica Neue', Helvetica, Arial, system-ui, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei',
    sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  min-height: 100svh;
}

button,
input,
textarea {
  font: inherit;
}

textarea {
  line-height: 1.45;
}

a {
  color: inherit;
}
.app {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

/* Standard product detail page: fixed framework, data-driven content */
.stdPdp {
  --stdInk: #111;
  --stdMuted: #626973;
  --stdLine: #d9d9d9;
  --stdSoft: #f1f1f1;
  --stdBuy: #e0694c;
  --stdContact: #293a4a;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  color: var(--stdInk);
  font-family: Montserrat, Arial, sans-serif;
}

.stdPdp img {
  display: block;
  max-width: 100%;
}

.stdPdpSummary {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 60px;
  min-height: 0;
  padding: 38px 14px 18px;
  border-bottom: 1px solid #e8e8e8;
}

.stdPdpMedia {
  display: grid;
  align-content: start;
  justify-items: start;
  width: 540px;
  max-width: 100%;
  gap: 8px;
}

.stdPdpMainImg {
  width: 100%;
  height: auto;
  max-height: 490px;
  object-fit: contain;
  justify-self: start;
}

.stdPdpThumbs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 74px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stdPdpThumbs::-webkit-scrollbar {
  display: none;
}

.stdPdpThumb {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.stdPdpThumb.active {
  border-color: #d7d7d7;
}

.stdPdpThumb img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.stdPdpThumb:not(.active) img {
  opacity: 0.45;
  filter: grayscale(1);
}

.stdPdpInfo {
  padding-top: 38px;
  min-width: 0;
}

.stdPdpBreadcrumb {
  margin-bottom: 12px;
  color: #a1a6ae;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.stdPdpInfo h1 {
  margin: 0 0 4px;
  color: #53565c;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 950;
  text-transform: uppercase;
}

.stdPdpTitleSub {
  margin: 0 0 22px;
  color: #7a7d85;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.stdPdpPrice {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 950;
}

.stdPdpPlatform {
  height: 39px;
  margin-bottom: 29px;
  color: #53565c;
  font-size: 22px;
  font-weight: 900;
  line-height: 39px;
}

.stdPdpActions {
  --std-action-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) var(--std-action-height);
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.stdPdpActions.noAliExpress {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) var(--std-action-height);
}

.stdPdpBuy,
.stdPdpOzon,
.stdPdpContact {
  height: var(--std-action-height);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: var(--std-action-height);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.stdPdpBuy {
  background: var(--stdBuy);
}

.stdPdpContact {
  background: var(--stdContact);
}

.stdPdpOzon {
  background: #111827;
}

.stdPdpMeta {
  color: #8b929b;
  font-size: 12px;
  font-weight: 600;
}

.stdPdpMeta div {
  height: 35px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 34px;
}

.stdPdpDescription {
  padding: 37px 10px 0;
  color: #6f7781;
  font-size: 13px;
  line-height: 1.75;
}

.stdPdpDescription h2 {
  margin: 0 0 12px;
  color: #4a4f56;
  font-size: 16px;
  font-weight: 900;
}

.stdPdpDescription p {
  margin: 0 0 22px;
}

.stdPdpDescription ol,
.stdPdpDescription ul {
  margin: 0 0 25px;
  padding-left: 18px;
}

.stdPdpDescriptionGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 4px 0 8px;
}

.stdPdpDescriptionGrid article {
  min-width: 0;
}

.stdPdpDescriptionGrid h2 {
  min-height: 20px;
}

.stdPdpDescriptionGrid ol,
.stdPdpDescriptionGrid ul {
  margin-bottom: 18px;
}

.stdPdpDescriptionGrid li {
  overflow-wrap: anywhere;
}

.stdPdpIncludes p:last-child {
  margin-bottom: 0;
}

.stdPdpPoster {
  width: 1198px;
  min-height: 1040px;
  margin: 0 auto;
  padding: 120px 40px 90px;
  background: var(--stdSoft);
  text-align: center;
}

.stdPdpBrandLogo {
  font-size: 48px;
  line-height: 1;
  font-weight: 950;
  font-style: italic;
}

.stdPdpPoster h2 {
  margin: 42px 0 0;
  font-size: 64px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.stdPdpPoster p {
  margin: 40px auto 0;
  max-width: 820px;
  color: #5d5d5d;
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 3px;
}

.stdPdpPoster img {
  width: 780px;
  height: 560px;
  margin: 72px auto 0;
  object-fit: contain;
}

.stdPdpTitle {
  margin: 0;
  color: #000;
  font-size: 53px;
  line-height: 1;
  font-weight: 950;
  text-align: center;
}

.stdPdpSpecs {
  width: 1050px;
  margin: 150px auto 0;
}

.stdPdpSpecGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 74px;
  border-bottom: 1px solid #777;
}

.stdPdpSpecGrid > div {
  min-height: 132px;
  padding: 31px 0 25px;
  border-top: 1px solid #777;
}

.stdPdpSpecGrid > div:nth-child(even) {
  padding-left: 104px;
}

.stdPdpSpecGrid > div.wide {
  grid-column: 1 / -1;
  padding-left: 0;
}

.stdPdpSpecGrid strong {
  display: block;
  margin-bottom: 21px;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.stdPdpSpecGrid span {
  color: #55585d;
  font-size: 29px;
  line-height: 1.15;
}

.stdPdpFeaturePanel {
  width: 1198px;
  margin: 76px auto 0;
  padding: 111px 78px 0;
  background: var(--stdSoft);
}

.stdPdpFeaturePanel .stdPdpTitle {
  margin-bottom: 74px;
}

.stdPdpFeaturePanel ol {
  margin: 0;
  padding-left: 0;
  color: #666b70;
  font-size: 25px;
  line-height: 1.55;
  list-style-position: inside;
}

.stdPdpDiagram,
.stdPdpFrequency,
.stdPdpDisplay,
.stdPdpProductList {
  margin-top: 105px;
  text-align: center;
}

.stdPdpDiagram p {
  margin: 45px 0 0;
  color: #54595e;
  font-size: 24px;
}

.stdPdpDiagram img {
  max-width: 1000px;
  max-height: 830px;
  margin: 66px auto 0;
  object-fit: contain;
}

.stdPdpFrequency table {
  width: 965px;
  margin: 72px auto 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}

.stdPdpFrequency th,
.stdPdpFrequency td {
  height: 35px;
  border: 2px solid #111;
  padding: 2px 6px;
  text-align: center;
}

.stdPdpDisplay img {
  width: min(680px, 74%);
  max-height: 680px;
  margin: 72px auto 0;
  object-fit: contain;
}

.stdPdpProductList {
  padding-bottom: 84px;
}

.stdPdpPackageText {
  width: 940px;
  margin: 104px auto 0;
  color: #1f2226;
  font-size: 25px;
  line-height: 1.75;
  text-align: left;
}

.stdPdpPackageText span,
.stdPdpPackageVisual span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.stdPdpPackageVisual {
  position: relative;
  width: 940px;
  margin: 70px auto 0;
  text-align: left;
}

.stdPdpPackageVisual span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.stdPdpPackageVisual img {
  width: 655px;
  max-height: 350px;
  margin-left: 47px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .stdPdp {
    width: 100%;
  }

  .stdPdpSummary {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 16px;
    padding: 24px 16px 0;
  }

  .stdPdpMedia {
    width: 100%;
    gap: 16px;
  }

  .stdPdpMainImg,
  .stdPdpPoster img {
    width: 100%;
  }

  .stdPdpThumbs {
    gap: 12px;
    min-height: 70px;
  }

  .stdPdpThumb {
    flex-basis: 70px;
    width: 70px;
    height: 70px;
  }

  .stdPdpThumb img {
    width: 58px;
    height: 58px;
  }

  .stdPdpInfo {
    padding-top: 0;
  }

  .stdPdpPoster,
  .stdPdpSpecs,
  .stdPdpFeaturePanel,
  .stdPdpPackageText,
  .stdPdpPackageVisual {
    width: calc(100% - 32px);
  }

  .stdPdpSpecGrid {
    grid-template-columns: 1fr;
  }

  .stdPdpSpecGrid > div:nth-child(even) {
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .stdPdpSummary {
    gap: 12px;
    padding: 14px 12px 0;
  }

  .stdPdpMedia {
    gap: 8px;
  }

  .stdPdpMainImg {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    justify-self: center;
  }

  .stdPdpThumbs {
    gap: 8px;
    min-height: 56px;
  }

  .stdPdpThumb {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .stdPdpThumb img {
    width: 48px;
    height: 48px;
  }

  .stdPdpInfo h1 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.12;
  }

  .stdPdpPrice {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .stdPdpPlatform {
    height: auto;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.35;
  }

  .stdPdpActions {
    --std-action-height: 46px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) var(--std-action-height);
    gap: 10px;
  }

  .stdPdpBuy,
  .stdPdpOzon,
  .stdPdpContact {
    font-size: 13px;
  }

  .stdPdpDescription {
    padding: 26px 14px 0;
    font-size: 13px;
    line-height: 1.65;
  }

  .stdPdpDescriptionGrid {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .stdPdpPoster {
    width: calc(100% - 24px);
    min-height: 0;
    padding: 104px 18px 44px;
  }

  .stdPdpBrandLogo {
    font-size: 24px;
  }

  .stdPdpPoster h2 {
    margin-top: 24px;
    font-size: 34px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .stdPdpPoster p {
    margin-top: 24px;
    max-width: 320px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .stdPdpPoster img {
    height: auto;
    max-height: 280px;
    margin-top: 32px;
  }

  .stdPdpTitle {
    font-size: 32px;
    line-height: 1.08;
  }

  .stdPdpSpecs {
    width: calc(100% - 24px);
    margin-top: 44px;
  }

  .stdPdpSpecGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    border-top: 1px solid #777;
  }

  .stdPdpSpecGrid > div {
    min-height: 64px;
    padding: 10px 8px 9px;
    border-top: 0;
    border-bottom: 1px solid #777;
  }

  .stdPdpSpecGrid > div:nth-child(odd) {
    border-right: 1px solid #777;
  }

  .stdPdpSpecGrid > div:nth-child(even) {
    padding-left: 8px;
  }

  .stdPdpSpecGrid > div.wide {
    grid-column: auto;
    padding-left: 8px;
  }

  .stdPdpSpecGrid strong {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .stdPdpSpecGrid span {
    font-size: 12px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .stdPdpFeaturePanel {
    width: calc(100% - 24px);
    margin-top: 34px;
    padding: 22px 18px 0;
  }

  .stdPdpFeaturePanel .stdPdpTitle {
    margin-bottom: 16px;
  }

  .stdPdpFeaturePanel ol {
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.6;
    list-style-position: outside;
    text-align: left;
  }

  .stdPdpDiagram,
  .stdPdpFrequency,
  .stdPdpDisplay,
  .stdPdpProductList {
    margin-top: 58px;
  }

  .stdPdpDiagram p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.45;
  }

  .stdPdpDiagram img {
    max-height: 320px;
    margin-top: 24px;
  }

  .stdPdpFrequency {
    overflow-x: auto;
    padding: 0 12px;
  }

  .stdPdpFrequency table {
    width: 640px;
    margin-top: 28px;
    font-size: 11px;
  }

  .stdPdpFrequency th,
  .stdPdpFrequency td {
    height: 24px;
    border-width: 1px;
    padding: 2px 3px;
  }

  .stdPdpDisplay img {
    width: 86%;
    max-height: 300px;
    margin-top: 34px;
  }

  .stdPdpProductList {
    padding-bottom: 44px;
  }

  .stdPdpPackageText {
    width: calc(100% - 32px);
    margin-top: 36px;
    font-size: 16px;
    line-height: 1.55;
  }

  .stdPdpPackageVisual {
    width: calc(100% - 32px);
    margin-top: 28px;
  }

  .stdPdpPackageVisual img {
    width: 100%;
    max-height: 220px;
    margin-left: 0;
    padding-left: 32px;
  }
}

.shrimpContentPage {
  --scOrange: #f15a24;
  --scInk: #111419;
  --scMuted: rgba(17, 20, 25, 0.62);
  --scLine: rgba(17, 20, 25, 0.12);
  --scDark: #070c12;
  color: var(--scInk);
  background: #f1f3f6;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: clip;
}

.shrimpContentPage * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.shrimpContentNav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(22px, calc((100vw - var(--content-max)) / 2));
  color: #fff;
  background: rgba(8, 11, 15, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.shrimpContentNav a,
.shrimpContentNav button {
  color: inherit;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.shrimpContentNav > a {
  font-size: 15px;
}

.shrimpContentNavRight,
.shrimpContentNavLinks {
  display: flex;
  align-items: center;
  gap: 24px;
}

.shrimpContentNav button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: var(--scOrange);
  cursor: pointer;
}

.shrimpContentLangSwitch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.shrimpContentNav .shrimpContentLangBtn {
  min-width: 42px;
  padding: 7px 10px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
}

.shrimpContentNav .shrimpContentLangBtn.active {
  background: #fff;
  color: #11151b;
}

.shrimpContentHero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 54px;
  padding: 72px max(24px, calc((100vw - var(--content-max)) / 2));
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 7, 11, 0.96) 0%, rgba(4, 7, 11, 0.86) 46%, rgba(4, 7, 11, 0.3) 100%),
    url('/product-images/shrimpb-3g3-4w/dev-assets/hero-effect.png') right center / min(62vw, 820px) auto no-repeat,
    radial-gradient(circle at 80% 52%, rgba(241, 90, 36, 0.42), transparent 30%),
    radial-gradient(circle at 70% 90%, rgba(255, 128, 42, 0.26), transparent 34%),
    linear-gradient(135deg, #05080d, #0b121a 58%, #1b2028);
}

.shrimpContentHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 34px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 64%);
  pointer-events: none;
}

.shrimpContentHeroText,
.shrimpContentHeroVisual {
  position: relative;
  z-index: 2;
}

.shrimpContentIndex {
  display: block;
  color: var(--scOrange);
  font-size: 42px;
  line-height: 1;
  font-weight: 850;
}

.shrimpContentKicker {
  margin: 24px 0 6px;
  font-size: 18px;
  font-weight: 850;
  text-transform: uppercase;
}

.shrimpContentHero h1 {
  margin: 0;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.92;
  font-weight: 850;
}

.shrimpContentHero h1 strong {
  color: var(--scOrange);
}

.shrimpContentHero h2 {
  margin: 10px 0 0;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1;
  text-transform: uppercase;
}

.shrimpContentLead {
  margin: 28px 0 4px;
  font-size: 24px;
  font-weight: 850;
}

.shrimpContentSublead {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.shrimpContentBody {
  max-width: 72ch;
  color: inherit;
  font-size: 17px;
  line-height: 1.76;
  opacity: 0.78;
}

.shrimpContentPointList {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.shrimpContentPointList article {
  display: grid;
  grid-template-columns: minmax(170px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.shrimpContentPointList b {
  font-size: 14px;
}

.shrimpContentPointList span,
.shrimpContentFooterLine {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.shrimpContentHeroVisual {
  min-height: 560px;
  display: grid;
  place-items: center;
}

.shrimpContentHeroVisual img {
  width: min(82%, 560px);
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.62));
}

.shrimpContentSection {
  padding: 86px max(24px, calc((100vw - var(--content-max)) / 2));
}

.shrimpContentLight {
  background: #f7f8fa;
}

.shrimpContentDark {
  color: #fff;
  background:
    radial-gradient(circle at 80% 16%, rgba(241, 90, 36, 0.18), transparent 28%),
    #071019;
}

.shrimpContentSection header {
  margin-bottom: 34px;
}

.shrimpContentSection header span {
  color: var(--scOrange);
  font-size: 38px;
  line-height: 1;
  font-weight: 850;
}

.shrimpContentSection h2 {
  margin: 8px 0 2px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.06;
}

.shrimpContentSection header p {
  margin: 0;
  color: currentColor;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.62;
}

.shrimpContentSection h3 {
  margin: 28px 0 14px;
  font-size: 22px;
}

.shrimpContentTwoCol {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 42px;
  align-items: center;
}

.shrimpContentTwoCol img,
.shrimpContentMediaGroup img,
.shrimpWideScene,
.shrimpAntennaImage {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.shrimpContentMediaGroup {
  display: grid;
  gap: 18px;
}

.shrimpContentTableWrap {
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid var(--scLine);
  background: rgba(255, 255, 255, 0.76);
}

.shrimpContentDark .shrimpContentTableWrap {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.shrimpContentTable {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}

.shrimpContentTable th,
.shrimpContentTable td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid var(--scLine);
}

.shrimpContentDark .shrimpContentTable th,
.shrimpContentDark .shrimpContentTable td {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.shrimpContentTable th {
  font-weight: 800;
}

.shrimpFeatureGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.shrimpFeatureGrid article,
.shrimpContentNote,
.shrimpAppGrid article {
  border-radius: 8px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.shrimpFeatureGrid h3 {
  margin-top: 0;
  font-size: 20px;
}

.shrimpFeatureGrid p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.shrimpFeatureGrid strong {
  color: var(--scOrange);
  font-size: 13px;
}

.shrimpWideScene {
  margin-top: 28px;
}

.shrimpContentSpecCol {
  align-items: start;
}

.shrimpContentSpecCol > img {
  max-height: 620px;
  object-fit: contain;
}

.shrimpContentNote {
  margin-top: 18px;
  color: rgba(17, 20, 25, 0.72);
  background: #e7ebf1;
  border-color: rgba(17, 20, 25, 0.08);
}

.shrimpContentSmallNote {
  margin: 16px 0 0;
  color: var(--scMuted);
  line-height: 1.7;
}

.shrimpInlineList,
.shrimpContentSection ul,
.shrimpContentSection ol {
  color: currentColor;
  line-height: 1.8;
  opacity: 0.82;
}

.shrimpInlineList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.shrimpInlineList li {
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--scLine);
}

.shrimpAppGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 26px;
}

.shrimpContentCta {
  padding: 110px 24px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 36, 0.26), transparent 34%),
    #070b10;
}

.shrimpContentCta h2,
.shrimpContentCta h3 {
  margin: 0 auto 16px;
  max-width: 940px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.06;
}

.shrimpContentCta h3 {
  margin-top: 34px;
  font-size: clamp(28px, 4vw, 48px);
}

.shrimpContentCta p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.shrimpContentCta div {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.shrimpContentCta button,
.shrimpContentCta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 22px;
  color: #fff;
  background: var(--scOrange);
  font-weight: 780;
  text-decoration: none;
  cursor: pointer;
}

.shrimpContentCta a {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 980px) {
  .shrimpContentHero {
    background:
      linear-gradient(180deg, rgba(4, 7, 11, 0.9) 0%, rgba(4, 7, 11, 0.74) 52%, rgba(4, 7, 11, 0.92) 100%),
      url('/product-images/shrimpb-3g3-4w/dev-assets/hero-effect.png') center bottom / cover no-repeat,
      #070c12;
  }

  .shrimpContentHero,
  .shrimpContentTwoCol,
  .shrimpFeatureGrid,
  .shrimpAppGrid {
    grid-template-columns: 1fr;
  }

  .shrimpContentHeroVisual {
    display: none;
  }

  .shrimpInlineList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shrimpContentNav {
    gap: 12px;
    padding-inline: 16px;
  }

  .shrimpContentNavRight {
    gap: 10px;
  }

  .shrimpContentNav div a {
    display: none;
  }

  .shrimpContentHero,
  .shrimpContentSection {
    padding-inline: 18px;
  }

  .shrimpContentPointList article {
    grid-template-columns: 1fr;
  }

  .shrimpInlineList {
    grid-template-columns: 1fr;
  }
}

.shrimpDjiPage {
  --shrimpInk: #111417;
  --shrimpMuted: rgba(17, 20, 23, 0.62);
  --shrimpLine: rgba(17, 20, 23, 0.12);
  --shrimpBlue: #1d6bff;
  --shrimpSoft: #f5f7fa;
  color: var(--shrimpInk);
  background: #fff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: clip;
}

.shrimpDjiPage * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.shrimpDjiNav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 max(24px, calc((100vw - var(--content-max)) / 2));
  color: #fff;
  background: rgba(16, 18, 21, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
}

.shrimpDjiNav a,
.shrimpDjiNav button {
  color: inherit;
  text-decoration: none;
}

.shrimpDjiNavBrand {
  font-size: 15px;
  font-weight: 650;
}

.shrimpDjiNavLinks {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 600;
}

.shrimpDjiNavLinks button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  color: #fff;
  background: var(--shrimpBlue);
  cursor: pointer;
}

.shrimpDjiHero {
  position: relative;
  min-height: calc(100svh - 64px);
  display: grid;
  place-items: center;
  padding: 80px 24px 132px;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(142, 178, 220, 0.56), transparent 34%),
    linear-gradient(180deg, #ced9e3 0%, #aebdca 45%, #5e6b75 100%);
}

.shrimpDjiHeroBackdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.42) 0 16%, transparent 16% 100%),
    radial-gradient(ellipse at 20% 84%, rgba(34, 50, 62, 0.92), transparent 38%),
    radial-gradient(ellipse at 88% 18%, rgba(255, 255, 255, 0.5), transparent 24%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 34px);
}

.shrimpDjiHero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48));
}

.shrimpDjiHeroCopy {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  text-align: center;
  text-shadow: 0 12px 48px rgba(0, 0, 0, 0.36);
}

.shrimpDjiHeroCopy p {
  margin: 0 0 18px;
  font-size: clamp(17px, 2vw, 25px);
  font-weight: 700;
  opacity: 0.92;
}

.shrimpDjiHeroCopy h1 {
  margin: 0;
  font-size: clamp(76px, 12vw, 172px);
  line-height: 0.92;
  font-weight: 720;
}

.shrimpDjiHeroCopy h2 {
  margin: 22px auto 0;
  max-width: 760px;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.14;
  font-weight: 680;
}

.shrimpDjiHeroActions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.shrimpDjiHeroActions button,
.shrimpDjiHeroActions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  padding: 0 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.shrimpDjiHeroActions button {
  color: var(--shrimpInk);
  background: rgba(255, 255, 255, 0.92);
}

.shrimpDjiHeroActions a {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.shrimpDjiHeroProduct {
  position: absolute;
  right: max(34px, calc((100vw - var(--content-max)) / 2));
  bottom: 90px;
  z-index: 1;
  width: min(28vw, 350px);
  max-height: 58vh;
  object-fit: contain;
  filter: drop-shadow(0 36px 46px rgba(0, 0, 0, 0.52));
}

.shrimpDjiHeroStats {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 3;
  width: min(980px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  transform: translateX(-50%);
  border-radius: 6px;
  color: #fff;
  background: rgba(11, 14, 18, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.shrimpDjiHeroStats article {
  min-height: 86px;
  padding: 18px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.shrimpDjiHeroStats article:first-child {
  border-left: 0;
}

.shrimpDjiHeroStats strong {
  display: block;
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1;
}

.shrimpDjiHeroStats span {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  opacity: 0.72;
}

.shrimpDjiIntro {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 76px 24px;
  background: #fff;
}

.shrimpDjiIntro p {
  width: min(1040px, 100%);
  margin: 0;
  color: rgba(17, 20, 23, 0.86);
  font-size: clamp(28px, 4.2vw, 58px);
  line-height: 1.16;
  font-weight: 660;
  text-align: center;
}

.shrimpDjiFeatureMosaic {
  width: min(var(--content-max), calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
  padding: 50px 0 92px;
}

.shrimpDjiTile {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: 6px;
  padding: 34px;
  background: var(--shrimpSoft);
}

.shrimpDjiTileWide {
  min-height: 430px;
}

.shrimpDjiTile-dark {
  color: #fff;
  background: #171b20;
}

.shrimpDjiTile-light {
  color: var(--shrimpInk);
  background:
    radial-gradient(circle at 80% 18%, rgba(29, 107, 255, 0.12), transparent 30%),
    #f3f5f8;
}

.shrimpDjiTile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.shrimpDjiTile-dark img {
  opacity: 0.44;
  filter: grayscale(0.1) contrast(1.05);
}

.shrimpDjiTile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.64));
  opacity: 0;
}

.shrimpDjiTile-dark::after {
  opacity: 1;
}

.shrimpDjiTile > div {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.shrimpDjiTile span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--shrimpBlue);
  font-size: 13px;
  font-weight: 800;
}

.shrimpDjiTile h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
}

.shrimpDjiTile p {
  margin: 14px 0 0;
  max-width: 48ch;
  color: currentColor;
  opacity: 0.72;
  font-size: 15px;
  line-height: 1.68;
}

.shrimpDjiStory {
  background: #fff;
}

.shrimpDjiStoryPanel {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 6vw;
  width: min(var(--content-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
  border-top: 1px solid var(--shrimpLine);
}

.shrimpDjiStoryText span,
.shrimpDjiSpecs header span {
  color: var(--shrimpBlue);
  font-size: 14px;
  font-weight: 780;
}

.shrimpDjiStoryText h2,
.shrimpDjiSpecs header h2 {
  margin: 16px 0 0;
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 1.04;
  font-weight: 720;
}

.shrimpDjiStoryText p {
  margin: 24px 0 0;
  color: var(--shrimpMuted);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.72;
}

.shrimpDjiStoryMedia {
  display: grid;
  place-items: center;
  min-height: 520px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 22%, rgba(29, 107, 255, 0.12), transparent 32%),
    #f4f6f8;
  overflow: hidden;
}

.shrimpDjiStoryMedia img {
  width: 90%;
  max-height: 80%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.shrimpDjiSpecs {
  padding: 110px max(24px, calc((100vw - var(--content-max)) / 2)) 130px;
  background: #f5f7fa;
}

.shrimpDjiSpecs header {
  max-width: 860px;
  margin-bottom: 46px;
}

.shrimpDjiSpecGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.shrimpDjiSpecCard {
  border-radius: 6px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(17, 20, 23, 0.08);
}

.shrimpDjiSpecCardWide {
  grid-column: 1 / -1;
}

.shrimpDjiSpecCard h3 {
  margin: 0 0 22px;
  font-size: 22px;
}

.shrimpDjiSpecRows {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--shrimpLine);
}

.shrimpDjiSpecRows div {
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid var(--shrimpLine);
}

.shrimpDjiSpecRows span {
  color: var(--shrimpMuted);
  font-size: 14px;
}

.shrimpDjiSpecRows strong {
  font-size: 14px;
  font-weight: 680;
}

.shrimpDjiTableWrap {
  overflow-x: auto;
}

.shrimpDjiTableWrap table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 14px;
}

.shrimpDjiTableWrap th,
.shrimpDjiTableWrap td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid var(--shrimpLine);
}

.shrimpDjiTableWrap th {
  color: var(--shrimpMuted);
  font-weight: 680;
}

.shrimpDjiSpecCard p {
  margin: 18px 0 0;
  color: var(--shrimpMuted);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .shrimpDjiNav {
    padding-inline: 18px;
  }

  .shrimpDjiNavLinks {
    gap: 14px;
    font-size: 12px;
  }

  .shrimpDjiNavLinks a:nth-child(2),
  .shrimpDjiNavLinks a:nth-child(3) {
    display: none;
  }

  .shrimpDjiHero {
    min-height: 820px;
    padding-top: 70px;
  }

  .shrimpDjiHeroProduct {
    right: 50%;
    bottom: 140px;
    width: min(48vw, 260px);
    transform: translateX(50%);
  }

  .shrimpDjiHeroStats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shrimpDjiFeatureMosaic,
  .shrimpDjiStoryPanel,
  .shrimpDjiSpecGrid {
    grid-template-columns: 1fr;
  }

  .shrimpDjiStoryPanel {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .shrimpDjiNavLinks a {
    display: none;
  }

  .shrimpDjiHeroActions {
    flex-direction: column;
    align-items: center;
  }

  .shrimpDjiHeroStats {
    width: calc(100% - 28px);
  }

  .shrimpDjiHeroStats article {
    padding: 14px;
  }

  .shrimpDjiIntro p {
    text-align: left;
  }

  .shrimpDjiFeatureMosaic,
  .shrimpDjiStoryPanel {
    width: min(100% - 28px, 1180px);
  }

  .shrimpDjiTile,
  .shrimpDjiTileWide {
    min-height: 320px;
    padding: 24px;
  }
}

.maxSoloApplePage {
  color: #1d1d1f;
  background: #f5f5f7;
  font-family: "SF Pro Text", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: clip;
}

.maxSoloApplePage * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.maxSoloWide,
.maxSoloShell {
  width: min(var(--content-max), calc(100% - 40px));
  margin-inline: auto;
}

.maxSoloShell {
  width: min(980px, calc(100% - 40px));
}

.maxSoloAppleNav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: saturate(180%) blur(20px);
}

.maxSoloAppleNav .maxSoloWide {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.maxSoloNavBrand {
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.maxSoloNavBrand span {
  color: #707070;
  font-weight: 600;
}

.maxSoloNavLinks {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #474747;
  font-size: 13px;
}

.maxSoloNavLinks a {
  color: inherit;
  text-decoration: none;
}

.maxSoloNavLinks a:hover {
  color: #0071e3;
}

.maxSoloAppleButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 21px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.maxSoloAppleButtonFill {
  color: #fff;
  background: #0071e3;
}

.maxSoloAppleButtonGhost {
  color: #0066cc;
  border-color: #0066cc;
  background: transparent;
}

.maxSoloHeroPanel {
  padding: 104px 0 120px;
  background:
    radial-gradient(circle at 74% 32%, rgba(0, 113, 227, 0.14), transparent 28%),
    radial-gradient(circle at 78% 52%, rgba(216, 25, 32, 0.11), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f5f5f7 86%);
}

.maxSoloHeroGrid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 64px;
}

.maxSoloHeroCopy {
  animation: maxSoloFadeUp 0.65s ease both;
}

.maxSoloEyebrow {
  margin: 0 0 16px;
  color: #d81920;
  font-size: 14px;
  font-weight: 700;
}

.maxSoloHeroCopy h1 {
  margin: 0;
  color: #1d1d1f;
  font-size: 88px;
  line-height: 0.98;
  font-weight: 800;
}

.maxSoloHeroCopy > p:not(.maxSoloEyebrow) {
  margin: 24px 0 0;
  max-width: 590px;
  color: #333;
  font-size: 24px;
  line-height: 1.32;
}

.maxSoloHeroActions,
.maxSoloHighlights {
  margin-top: 32px;
}

.maxSoloHeroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.maxSoloHighlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.maxSoloHighlight {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}

.maxSoloHighlight > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #1d1d1f;
  background: #e2e2e5;
  font-size: 18px;
}

.maxSoloHighlight strong {
  display: block;
  color: #1d1d1f;
  font-size: 16px;
}

.maxSoloHighlight p {
  margin: 4px 0 0;
  color: #707070;
  font-size: 14px;
  line-height: 1.7;
}

.maxSoloProductStage {
  text-align: center;
  animation: maxSoloFloatIn 0.8s ease 0.1s both;
}

.maxSoloProductStage > p {
  max-width: 560px;
  margin: 36px auto 0;
  color: #858585;
  font-size: 12px;
  line-height: 2;
}

.maxSoloCleanProduct {
  position: relative;
  width: min(640px, 100%);
  aspect-ratio: 1.52 / 1;
  margin-inline: auto;
  transform: perspective(980px) rotateX(58deg) rotateZ(-24deg);
  transform-style: preserve-3d;
  filter: drop-shadow(24px 26px 35px rgba(0, 0, 0, 0.2));
}

.maxSoloCleanProduct .base {
  position: absolute;
  inset: 10% 6% 13%;
  background: linear-gradient(145deg, #0f1011 0%, #222529 48%, #080808 100%);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -12px 18px rgba(0, 0, 0, 0.45);
}

.maxSoloCleanProduct .red-line {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 21%;
  height: 5px;
  background: #d81920;
  border-radius: 999px;
}

.maxSoloCleanProduct .fins {
  position: absolute;
  left: 16%;
  right: 16%;
  top: 26%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}

.maxSoloCleanProduct .fin {
  height: 140px;
  border-radius: 999px;
  background: linear-gradient(180deg, #060606, #2a2d31);
  box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.16);
}

.maxSoloCleanProduct .fan {
  position: absolute;
  top: 36%;
  left: 43%;
  width: 26%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #1d1d1f 0 30%, #050505 31% 55%, #202326 56% 100%);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.04);
}

.maxSoloCleanProduct .screw {
  position: absolute;
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #111 0 30%, #d8d0c7 31% 48%, #79716a 50% 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}

.maxSoloCleanProduct .s1 { left: 8%; top: 12%; }
.maxSoloCleanProduct .s2 { right: 8%; top: 12%; }
.maxSoloCleanProduct .s3 { left: 8%; bottom: 15%; }
.maxSoloCleanProduct .s4 { right: 8%; bottom: 15%; }

.maxSoloCleanProduct .mmcx {
  position: absolute;
  left: 1%;
  bottom: 34%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, #17120b 0 31%, #f0bd40 32% 48%, #9a6b0f 50% 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.maxSoloCleanProduct .side-fins {
  position: absolute;
  left: 7.5%;
  bottom: 23%;
  display: flex;
  gap: 9px;
}

.maxSoloCleanProduct .side-fins span {
  width: 9px;
  height: 78px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f14545, #9d0f16);
}

.maxSoloSection {
  padding: 110px 0;
  background: #f5f5f7;
}

.maxSoloSectionWhite {
  background: #fff;
}

.maxSoloSoftPanel {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 113, 227, 0.08), transparent 42%),
    linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
}

.maxSoloSectionIntro {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 48px;
  text-align: center;
}

.maxSoloSectionIntro p {
  margin: 0 0 16px;
  color: #707070;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.maxSoloSectionIntro h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 56px;
  line-height: 1.06;
  font-weight: 750;
}

.maxSoloSectionIntro span {
  display: block;
  max-width: 780px;
  margin: 20px auto 0;
  color: #333;
  font-size: 22px;
  line-height: 1.36;
}

.maxSoloCardGrid,
.maxSoloManualGrid,
.maxSoloSpecGrid,
.maxSoloPowerGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.maxSoloThreeGrid,
.maxSoloConnectorGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.maxSoloAppleCard {
  min-width: 0;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 18px 42px;
}

.maxSoloAppleCard em {
  display: block;
  margin-bottom: 16px;
  color: #0071e3;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.maxSoloAppleCard h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: 24px;
  line-height: 1.2;
}

.maxSoloAppleCard p {
  margin: 14px 0 0;
  color: #707070;
  font-size: 15px;
  line-height: 1.8;
}

.maxSoloAppleCard strong {
  display: block;
  color: #1d1d1f;
  font-size: 24px;
  line-height: 1.25;
}

.maxSoloDimensionGrid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 10px;
  margin-top: 10px;
}

.maxSoloDimensionGrid .maxSoloAppleCard:first-child strong,
.maxSoloMetricCard strong,
.maxSoloPowerCard strong {
  font-size: 34px;
  line-height: 1.1;
}

.maxSoloWiringPanel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
  padding: 40px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 113, 227, 0.08), transparent 42%),
    linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
  box-shadow: rgba(0, 0, 0, 0.08) 0 20px 60px;
}

.maxSoloDeviceSketch {
  position: relative;
  min-height: 300px;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0 18px 48px;
}

.maxSoloDeviceSketch .label {
  position: absolute;
  top: 28px;
  color: #707070;
  font-size: 12px;
  font-weight: 800;
}

.maxSoloDeviceSketch .power {
  left: 24px;
}

.maxSoloDeviceSketch .channel {
  right: 24px;
  text-align: right;
}

.maxSoloDeviceSketch .device {
  position: absolute;
  left: 50%;
  top: 76px;
  width: min(270px, 68%);
  height: 132px;
  transform: translateX(-50%);
  border-radius: 8px;
  background: #1d1d1f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.maxSoloDeviceSketch .slot {
  position: relative;
  top: 26px;
  display: inline-block;
  width: 14%;
  height: 80px;
  margin-left: 4%;
  border-radius: 999px;
  background: #333;
}

.maxSoloDeviceSketch .fan {
  position: absolute;
  right: 28px;
  top: 25px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle, #000 0 35%, #333 36% 100%);
}

.maxSoloDeviceSketch .antenna {
  position: absolute;
  left: 28px;
  bottom: 36px;
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 800;
}

.maxSoloPinStack {
  display: grid;
  gap: 14px;
}

.maxSoloPinStack article {
  padding-left: 18px;
  border-left: 2px solid #0071e3;
}

.maxSoloPinStack h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #1d1d1f;
}

.maxSoloPinStack div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.maxSoloPinStack span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: #1d1d1f;
  font-size: 12px;
  font-weight: 800;
}

.maxSoloPinStack p {
  margin: 0;
  color: #707070;
  font-size: 14px;
  line-height: 1.8;
}

.maxSoloTableWrap {
  overflow-x: auto;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 18px 42px;
}

.maxSoloFreqTable {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.maxSoloFreqTable th,
.maxSoloFreqTable td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.maxSoloFreqTable th {
  color: #707070;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.maxSoloFreqTable td {
  color: #1d1d1f;
  font-size: 15px;
}

.maxSoloFreqTable .restricted {
  display: inline-block;
  min-width: 64px;
  padding: 5px 8px;
  border-radius: 6px;
}

.maxSoloFreqTable .ham {
  background: #d6d6d6;
}

.maxSoloFreqTable .special {
  color: #fff;
  background: #1d1d1f;
}

.maxSoloTableNote {
  margin-top: 24px;
  color: #707070;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.maxSoloOsdCard {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  margin-top: 10px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 18px 42px;
}

.maxSoloOsdScreen {
  min-width: 0;
  padding: 22px;
  border-radius: 8px;
  color: #1d1d1f;
  background: #f5f5f7;
  border: 1px solid #d6d6d6;
}

.maxSoloOsdScreen pre {
  margin: 0;
  white-space: pre-wrap;
  font-size: 15px;
  line-height: 1.7;
}

.maxSoloOsdMenu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.maxSoloOsdMenu span {
  padding: 12px 0;
  border-bottom: 1px solid #d6d6d6;
  color: #707070;
  font-size: 14px;
}

.maxSoloOsdCard > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #707070;
  font-size: 14px;
}

.maxSoloFooter {
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid #d6d6d6;
  color: #707070;
  font-size: 12px;
  line-height: 1.8;
}

@keyframes maxSoloFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes maxSoloFloatIn {
  from { opacity: 0; transform: translateY(24px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .maxSoloHeroCopy,
  .maxSoloProductStage {
    animation: none;
  }
}

@media (max-width: 960px) {
  .maxSoloNavLinks {
    display: none;
  }

  .maxSoloHeroGrid,
  .maxSoloWiringPanel,
  .maxSoloOsdCard,
  .maxSoloDimensionGrid {
    grid-template-columns: 1fr;
  }

  .maxSoloHeroCopy {
    text-align: center;
  }

  .maxSoloHeroCopy > p:not(.maxSoloEyebrow),
  .maxSoloHeroActions {
    margin-inline: auto;
    justify-content: center;
  }

  .maxSoloCleanProduct {
    margin-top: 20px;
  }
}

@media (max-width: 760px) {
  .maxSoloHeroPanel,
  .maxSoloSection {
    padding: 70px 0;
  }

  .maxSoloHeroCopy h1 {
    font-size: 52px;
  }

  .maxSoloHeroCopy > p:not(.maxSoloEyebrow),
  .maxSoloSectionIntro span {
    font-size: 18px;
  }

  .maxSoloSectionIntro h2 {
    font-size: 36px;
  }

  .maxSoloHighlights,
  .maxSoloCardGrid,
  .maxSoloManualGrid,
  .maxSoloSpecGrid,
  .maxSoloPowerGrid,
  .maxSoloThreeGrid,
  .maxSoloConnectorGrid {
    grid-template-columns: 1fr;
  }

  .maxSoloAppleCard {
    padding: 22px;
  }

  .maxSoloCleanProduct {
    transform: perspective(900px) rotateX(58deg) rotateZ(-22deg) scale(0.86);
  }

  .maxSoloWiringPanel,
  .maxSoloTableWrap,
  .maxSoloOsdCard {
    padding: 20px;
  }

  .maxSoloOsdMenu {
    grid-template-columns: 1fr;
  }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: color-mix(in srgb, var(--panel) 75%, transparent);
  border-bottom: 1px solid var(--border);
}

.topbarInner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.brandMark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: 0.8px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.brandName {
  font-weight: 900;
  color: var(--text);
  line-height: 1.1;
}

.brandTag {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}

.topActions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.container {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 20px 16px 44px;
  width: 100%;
  box-sizing: border-box;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 8px;
}

.heroText {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px 18px 18px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.heroText h1 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.6px;
}

.muted {
  color: var(--muted);
}

.heroText p {
  margin: 10px 0 0;
  line-height: 1.5;
}

.heroCtas {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.heroPanel {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  background: radial-gradient(900px 220px at 20% 15%, rgba(99, 102, 241, 0.22), transparent),
    radial-gradient(800px 260px at 80% 60%, rgba(16, 185, 129, 0.18), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.infoGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.infoCard {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  background: color-mix(in srgb, var(--panel) 86%, transparent);
}

.infoTitle {
  font-size: 12px;
  color: var(--muted);
}

.infoValue {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 900;
  color: var(--text);
}

.catalog {
  margin-top: 18px;
}

.toolbar {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 12px;
}

.tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.tab {
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text);
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
}

.tab.active {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--border));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 16%, transparent);
}

.search {
  flex: 1 1 260px;
  display: flex;
  justify-content: flex-end;
}

.searchInput {
  width: min(420px, 100%);
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text);
  outline: none;
}

.searchInput:focus {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--border));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 16%, transparent);
}

.grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.card {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.cardTop {
  padding: 12px;
  text-align: left;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.thumb {
  border-radius: 14px;
  padding: 14px;
  background: radial-gradient(800px 240px at 10% 20%, rgba(99, 102, 241, 0.26), transparent),
    radial-gradient(680px 260px at 60% 80%, rgba(16, 185, 129, 0.22), transparent),
    color-mix(in srgb, var(--panel) 90%, #000);
  border: 1px solid var(--border);
}

.thumbText {
  font-weight: 900;
  font-size: 16px;
  color: var(--text);
}

.thumbBrand {
  margin-top: 6px;
  font-size: 12px;
  color: var(--muted);
}

.cardTitle {
  margin-top: 10px;
  font-weight: 900;
  color: var(--text);
  line-height: 1.3;
  min-height: 38px;
}

.cardMeta {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.pill {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--panel) 88%, transparent);
  color: var(--muted);
  white-space: nowrap;
}

.pill.ok {
  border-color: rgba(16, 185, 129, 0.4);
  color: rgba(16, 185, 129, 0.95);
}

.pill.warn {
  border-color: rgba(245, 158, 11, 0.5);
  color: rgba(245, 158, 11, 0.98);
}

.pill.bad {
  border-color: rgba(239, 68, 68, 0.45);
  color: rgba(239, 68, 68, 0.98);
}

.cardBottom {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--border);
}

.price {
  font-weight: 900;
  color: var(--text);
}

.primary,
.secondary,
.ghost {
  appearance: none;
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: 900;
}

.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #fff;
}

.primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.secondary {
  background: color-mix(in srgb, var(--panel) 88%, transparent);
  border-color: var(--border);
  color: var(--text);
}

.ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

.small {
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 13px;
}

.badge {
  margin-left: 8px;
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, var(--border));
  color: var(--text);
  font-size: 12px;
}

.contact {
  margin-top: 22px;
}

.contactInner {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  background: var(--panel);
  box-shadow: var(--shadow);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contactCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: min(520px, 100%);
}

.contactCard {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  background: color-mix(in srgb, var(--panel) 88%, transparent);
}

.contactLabel {
  font-size: 12px;
  color: var(--muted);
}

.contactValue {
  margin-top: 6px;
  font-weight: 900;
  color: var(--text);
}

.footer {
  border-top: 1px solid var(--border);
  background: var(--panel);
}

.footerInner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: grid;
  place-items: center;
  padding: 18px;
  z-index: 30;
}

.modalCard {
  width: min(860px, 100%);
  border-radius: 18px;
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.modalHeader {
  padding: 14px 14px 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  border-bottom: 1px solid var(--border);
}

.modalTitle {
  font-weight: 900;
  color: var(--text);
  line-height: 1.2;
}

.modalSub {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.iconBtn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: var(--text);
}

.wishlistBtn {
  display: grid;
  place-items: center;
}

.wishlistIcon {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.modalBody {
  padding: 14px;
}

.modalGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.modalSection {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px;
  background: color-mix(in srgb, var(--panel) 88%, transparent);
}

.sectionTitle {
  font-weight: 900;
  color: var(--text);
}

.list {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.specs {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.specRow {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
}

.specKey {
  color: var(--muted);
  font-size: 12px;
}

.specVal {
  color: var(--text);
  font-weight: 700;
  font-size: 12px;
}

.modalFooter {
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border);
  gap: 12px;
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
}

.drawer.open {
  pointer-events: auto;
}

.drawerBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 180ms ease;
}

.drawer.open .drawerBackdrop {
  opacity: 1;
}

.drawerPanel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(520px, 100%);
  background: var(--panel);
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 180ms ease;
  display: flex;
  flex-direction: column;
}

.drawer.open .drawerPanel {
  transform: translateX(0);
}

.drawerHeader {
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
}

.drawerTitle {
  font-weight: 900;
  color: var(--text);
}

.drawerBody {
  padding: 14px;
  overflow: auto;
}

.empty {
  padding: 16px 0;
}

.emptyTitle {
  font-weight: 900;
  color: var(--text);
}

.cartList {
  display: grid;
  gap: 10px;
}

.cartRow {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  background: color-mix(in srgb, var(--panel) 88%, transparent);
}

.cartMain {
  min-width: 0;
}

.cartTitle {
  font-weight: 900;
  color: var(--text);
  line-height: 1.3;
}

.cartMeta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.cartSide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.qty {
  display: flex;
  align-items: center;
  gap: 6px;
}

.qtyBtn {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: transparent;
  cursor: pointer;
  color: var(--text);
  font-size: 18px;
  line-height: 1;
}

.qtyInput {
  width: 44px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text);
  text-align: center;
  outline: none;
  font-weight: 900;
}

.checkout {
  margin-top: 14px;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

.checkoutTitle {
  font-weight: 900;
  color: var(--text);
}

.fields {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.field {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text);
  outline: none;
}

.field:focus {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--border));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 16%, transparent);
}

.textarea {
  min-height: 88px;
  resize: vertical;
}

.orderBox {
  margin-top: 12px;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: color-mix(in srgb, var(--panel) 88%, transparent);
}

.orderBoxTop {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
  gap: 12px;
}

.orderText {
  margin: 0;
  padding: 12px;
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 1.45;
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
}

.drawerFooter {
  border-top: 1px solid var(--border);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.totalValue {
  font-weight: 900;
  color: var(--text);
}

.drawerBtns {
  display: flex;
  gap: 10px;
  align-items: center;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 900;
  z-index: 60;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .modalGrid {
    grid-template-columns: 1fr;
  }
  .contactCards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .topbarInner {
    padding: 12px 12px;
  }
  .container {
    padding: 14px 12px 36px;
  }
  .brandMark {
    width: 40px;
    height: 40px;
  }
}

.site {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: color-mix(in srgb, var(--bg) 75%, transparent);
  border-bottom: 1px solid var(--border);
}

.siteHeader.transparent {
  backdrop-filter: none;
  background: transparent;
  border-bottom-color: transparent;
}

.siteHeader.transparent .brandName,
.siteHeader.transparent .navLink,
.siteHeader.transparent .langButton {
  color: rgba(255, 255, 255, 0.96);
}

.siteHeader.transparent .brandTag {
  color: rgba(255, 255, 255, 0.72);
}

.siteHeader.transparent .navLink:hover,
.siteHeader.transparent .navLink.active {
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
}

.siteHeader.transparent .langButton {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.22);
}

.siteHeader.transparent .mobileMenuBtn {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.22);
}

.siteHeader.transparent .mobileMenuBtn span {
  background: rgba(255, 255, 255, 0.9);
}

.siteHeaderInner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
}

.brandLogoText {
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--deep);
  line-height: 1;
  white-space: nowrap;
}

.brandText {
  min-width: 0;
}

.brandName {
  font-weight: 700;
  letter-spacing: -0.2px;
  color: var(--deep);
  line-height: 1.15;
}

.brandTag {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
  max-width: 360px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.35;
}

.brandMark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #fff;
  background: linear-gradient(140deg, #0a84ff, #007aff);
  box-shadow: rgba(0, 122, 255, 0.22) 0 16px 34px -18px;
}

.topNav {
  display: flex;
  gap: 16px;
  align-items: center;
}

.navItem {
  position: relative;
}

.navLink {
  text-decoration: none;
  font-weight: 600;
  color: var(--deep);
  padding: 10px 8px;
  border-radius: 10px;
  transition: background 160ms ease, transform 160ms ease, color 160ms ease;
}

.navLink:hover {
  background: transparent;
  color: var(--accent);
}

.navLink.active {
  background: transparent;
  color: var(--accent);
}

.navDropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: auto;
  width: max-content;
  min-width: 220px;
  display: none;
  margin-top: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
  backdrop-filter: saturate(160%) blur(22px);
  -webkit-backdrop-filter: saturate(160%) blur(22px);
  z-index: 140;
}

.navDropdown.open {
  display: block;
}

.navDropdownInner {
  max-width: none;
  margin: 0;
  padding: 0;
}

.navDropdownList {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 0;
}

.navDropdownLink {
  text-decoration: none;
  padding: 9px 12px;
  border-radius: 12px;
  display: inline-grid;
  justify-items: start;
  align-items: start;
  gap: 1px;
  color: var(--deep);
  transition: background 160ms ease, transform 160ms ease;
}

.navDropdownLink:hover {
  background: rgba(29, 29, 31, 0.06);
  transform: translateY(-1px);
}

.navDropdownKicker {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 8px;
  color: rgba(29, 29, 31, 0.6);
}

.navDropdownTitle {
  font-weight: 950;
  font-size: 13px;
  letter-spacing: -0.15px;
  color: #000;
  white-space: nowrap;
}

.headerRight {
  display: flex;
  align-items: center;
  gap: 10px;
}

.langMenu {
  position: relative;
}

.headerLangSwitch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #fff;
}

.headerLangBtn {
  min-width: 38px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  padding: 0 9px;
  background: transparent;
  color: rgba(0, 0, 0, 0.62);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.headerLangBtn.active {
  background: #050505;
  color: #fff;
}

.siteHeader.transparent .headerLangSwitch {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.siteHeader.transparent .headerLangBtn {
  color: rgba(255, 255, 255, 0.72);
}

.siteHeader.transparent .headerLangBtn.active {
  background: #fff;
  color: #18181b;
}

.langButton {
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--deep);
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 600;
}

.langDropdown {
  position: absolute;
  right: 0;
  top: 46px;
  width: 220px;
  padding: 10px;
  border-radius: 14px;
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  display: none;
  gap: 6px;
}

.langMenu:hover .langDropdown {
  display: grid;
}

.langOption {
  text-align: left;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--deep);
  border-radius: 12px;
  padding: 10px 10px;
  cursor: pointer;
  font-weight: 600;
}

.langOption.active {
  border-color: rgba(0, 122, 255, 0.45);
  box-shadow: rgba(0, 122, 255, 0.12) 0 0 0 4px;
}

.mobileMenuBtn {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  background: var(--panel);
  border-radius: 12px;
  cursor: pointer;
}

.mobileMenuBtn span {
  display: block;
  height: 2px;
  background: var(--deep);
  margin: 6px 9px;
  border-radius: 2px;
}

.siteMain {
  flex: 1;
  padding-top: var(--header-h);
}

.page {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 26px 18px 60px;
}

.heroSection {
  padding: 10px 0 26px;
}

.heroCarousel {
  position: relative;
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
  animation: fadeUp 520ms ease both;
}

.heroFull {
  margin-top: calc(-1 * var(--header-h));
}

.heroCarouselFull {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  height: clamp(420px, 56svh, 640px);
  background: #000;
}

.heroTrack {
  display: flex;
  width: 100%;
  transition: transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.heroSlide {
  width: 100%;
  flex: 0 0 100%;
}

.heroSlideInner {
  position: relative;
  padding: 28px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: center;
  min-height: 420px;
}

.heroCarouselFull .heroSlideInner {
  height: clamp(420px, 56svh, 640px);
  min-height: 0;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: calc(var(--header-h) + 20px) 18px 40px;
  grid-template-columns: 1fr;
  align-content: center;
}

.heroBg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.heroShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.3) 46%, rgba(0, 0, 0, 0) 74%);
}

.heroCopy {
  position: relative;
  z-index: 1;
  max-width: 64ch;
}

.heroImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.heroCarouselFull .heroKicker {
  color: rgba(255, 255, 255, 0.9);
}

.heroCarouselFull .heroTitle {
  color: rgba(255, 255, 255, 0.98);
}

.heroCarouselFull .heroDesc {
  color: rgba(255, 255, 255, 0.78);
  max-width: 60ch;
}

.heroCarouselFull .stripItem {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.26);
  color: rgba(255, 255, 255, 0.9);
}

.heroCarouselFull .btnSecondary {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

.heroCarouselFull .btnPrimary {
  background: rgba(0, 122, 255, 0.95);
}

.heroArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.82);
  color: var(--deep);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: rgba(0, 0, 0, 0.08) 0 18px 40px -20px;
  transition: transform 160ms ease, background 160ms ease;
}

.heroArrow:hover {
  transform: translateY(-50%) scale(1.02);
  background: rgba(255, 255, 255, 0.94);
}

.heroArrow.left {
  left: 14px;
}

.heroArrow.right {
  right: 14px;
}

.heroDots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.heroDotBtn {
  pointer-events: auto;
  width: 26px;
  height: 6px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease, border-color 220ms ease;
}

.heroDotBtn.active {
  width: 38px;
  background: rgba(0, 122, 255, 0.85);
  border-color: rgba(0, 122, 255, 0.45);
}

.heroCaption {
  position: absolute;
  left: 18px;
  bottom: 40px;
  right: 18px;
  display: grid;
  gap: 6px;
  max-width: 56ch;
  pointer-events: none;
}

.heroCarouselFull .heroCaption {
  display: none;
}

.heroCaptionKicker {
  font-weight: 800;
  color: rgba(0, 122, 255, 0.92);
  letter-spacing: 0.2px;
}

.heroCaptionValue {
  color: rgba(102, 102, 102, 0.9);
  font-size: 13px;
}

.heroCaptionActive {
  color: rgba(29, 29, 31, 0.92);
  font-weight: 800;
  letter-spacing: -0.2px;
}

.heroInner {
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 28px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  overflow: hidden;
  animation: fadeUp 520ms ease both;
}

.heroKicker {
  font-weight: 700;
  color: rgba(0, 122, 255, 0.92);
  letter-spacing: 0.2px;
}

.heroTitle {
  margin: 10px 0 0;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: var(--deep);
}

.heroDesc {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  max-width: 44ch;
}

.heroCtas {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.heroValue {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  max-width: 64ch;
}

.heroVisual {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: stretch;
}

.heroCard {
  border-radius: 20px;
  border: 1px solid var(--border);
  background: radial-gradient(900px 280px at 25% 15%, rgba(0, 122, 255, 0.14), transparent),
    radial-gradient(900px 320px at 85% 70%, rgba(29, 29, 31, 0.08), transparent), var(--bg);
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 24px 44px -30px;
  transform: translateY(0);
  transition: transform 200ms ease;
}

.heroCard:hover {
  transform: translateY(-4px);
}

.heroCardTitle {
  font-weight: 800;
  color: var(--deep);
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.heroCardRow {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: var(--deep);
  font-weight: 600;
}

.heroDot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 122, 255, 0.95);
}

.section {
  margin-top: 26px;
  animation: fadeUp 520ms ease both;
}

.sectionHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 16px;
}

.sectionTitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--deep);
}

.sectionSub {
  max-width: 560px;
  margin-top: 4px;
  color: rgba(10, 26, 31, 0.5);
  font-size: 13px;
  line-height: 1.5;
}

.sectionLink {
  flex-shrink: 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 122, 255, 0.9);
  white-space: nowrap;
}

.categoryGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.coreCarousel {
  position: relative;
}

.coreTrack {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 8px;
}

.coreTrack::-webkit-scrollbar {
  height: 0;
}

.coreTrack {
  scrollbar-width: none;
}

.coreCard {
  position: relative;
  flex: 0 0 clamp(260px, 28vw, 360px);
  height: 240px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: rgba(0, 0, 0, 0.08) 0 18px 40px -24px;
  scroll-snap-align: start;
  text-decoration: none;
  color: #fff;
  transform: translateY(0);
  transition: transform 180ms ease;
}

.coreCard:hover {
  transform: translateY(-3px);
}

.coreImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.05);
}

.coreShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.68) 78%),
    radial-gradient(900px 420px at 20% 10%, var(--core-accent), transparent);
}

.coreContent {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 6px;
}

.coreName {
  font-weight: 900;
  letter-spacing: -0.2px;
  font-size: 18px;
}

.coreDesc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 44ch;
}

.coreCtas {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.coreBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(29, 29, 31, 0.92);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.coreArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(29, 29, 31, 0.92);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: rgba(0, 0, 0, 0.08) 0 18px 40px -22px;
  transition: transform 160ms ease, background 160ms ease;
}

.coreArrow:hover {
  transform: translateY(-50%) scale(1.02);
  background: rgba(255, 255, 255, 0.88);
}

.coreArrow.left {
  left: -8px;
}

.coreArrow.right {
  right: -8px;
}

.categoryGrid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.categoryTileGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.categoryTile {
  text-decoration: none;
  border: 1px solid var(--border);
  background: var(--panel);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  display: grid;
  grid-template-rows: 170px auto;
}

.categoryTile:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 122, 255, 0.35);
  box-shadow: rgba(0, 0, 0, 0.08) 0 18px 46px -26px;
}

.categoryTileMedia {
  background: #f3f3f5;
  overflow: hidden;
}

.categoryTileImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.categoryTileBar {
  padding: 16px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.categoryTileName {
  font-weight: 900;
  color: var(--deep);
  letter-spacing: -0.2px;
}

.categoryCard {
  text-decoration: none;
  border: 1px solid var(--border);
  background: var(--panel);
  border-radius: 18px;
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  min-height: 140px;
  display: grid;
  align-content: start;
}

.categoryCard:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 122, 255, 0.35);
  box-shadow: rgba(0, 0, 0, 0.08) 0 18px 46px -26px;
}

.categoryCard.emphasize {
  background: linear-gradient(180deg, rgba(0, 122, 255, 0.06), transparent), var(--panel);
}

.categoryName {
  font-weight: 800;
  color: var(--deep);
  letter-spacing: -0.2px;
}

.categoryTagline {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 14px;
}

.categoryCta {
  margin-top: 14px;
  font-weight: 800;
  color: rgba(0, 122, 255, 0.95);
}

.featuredGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 1.15fr;
  gap: 12px;
}

.featuredCard {
  position: relative;
  text-decoration: none;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.featuredCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.featuredCardThumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f3f3f5;
  overflow: hidden;
  flex-shrink: 0;
}

.featuredCardThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.featuredCard:hover .featuredCardThumb img {
  transform: scale(1.05);
}

.featuredCardBody {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

.featuredCardCat {
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.featuredCardTitle {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--deep);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featuredCardSub {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featuredCardPrice {
  display: block;
  margin-top: auto;
  padding-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(29, 29, 31, 0.56);
}

/* ── Guide assist card (last grid cell) ── */
.featuredAssist {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000d10;
  border-radius: 14px;
  overflow: hidden;
  padding: 18px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.featuredAssist::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 13, 16, 0.92) 0%, rgba(0, 13, 16, 0.72) 42%, rgba(0, 13, 16, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 13, 16, 0.18), rgba(0, 13, 16, 0.36));
  pointer-events: none;
}

.featuredAssistCopy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.featuredAssistKicker {
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.52);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.featuredAssistTitle {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.2px;
  line-height: 1.15;
}

.featuredAssistMedia {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.featuredAssistImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.featuredAssistActions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
}

.featuredAssistBtn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(245, 245, 247, 0.92);
  color: rgba(29, 29, 31, 0.92);
  font-size: 13px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}

.featuredAssistBtn:hover {
  transform: translateY(-1px);
  background: #fff;
}

.productGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.productCard {
  text-decoration: none;
  border: 1px solid var(--border);
  background: var(--panel);
  border-radius: 18px;
  padding: 14px;
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  display: grid;
  gap: 12px;
}

.productMedia {
  aspect-ratio: 16 / 10;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f7;
  display: grid;
  place-items: center;
}

.productImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.productCard:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 122, 255, 0.35);
  box-shadow: rgba(0, 0, 0, 0.08) 0 18px 46px -26px;
}

.productBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 122, 255, 0.28);
  background: rgba(0, 122, 255, 0.08);
  color: rgba(0, 122, 255, 0.95);
  font-weight: 700;
  font-size: 12px;
  width: fit-content;
}

.productBadgeRow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.productBadge.productBadgeMuted {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.04);
  color: var(--muted);
}

.productTitle {
  font-weight: 800;
  color: var(--deep);
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.productDesc {
  color: var(--muted);
  line-height: 1.5;
  font-size: 14px;
}

.specRow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.specChip {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--deep);
  font-weight: 700;
  font-size: 12px;
}

.specChip.big {
  padding: 10px 14px;
  font-size: 13px;
}

.productActions {
  display: flex;
  justify-content: flex-end;
}

.productAction {
  font-weight: 800;
  color: rgba(0, 122, 255, 0.95);
}

.btnPrimary,
.btnSecondary {
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btnPrimary {
  background: #007aff;
  color: #fff;
  box-shadow: rgba(0, 122, 255, 0.22) 0 20px 40px -20px;
}

.btnPrimary:hover {
  transform: translateY(-1px);
}

.btnPrimary:disabled,
.btnPrimary.disabled {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btnSecondary {
  background: var(--panel);
  color: var(--deep);
  border-color: var(--border);
}

.btnSecondary:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 122, 255, 0.35);
}

.pageHead {
  padding: 10px 0 8px;
}

.pageTitle {
  font-size: 28px;
  font-weight: 800;
  color: var(--deep);
  letter-spacing: -0.4px;
}

.pageSub {
  margin-top: 10px;
  color: var(--muted);
  max-width: 74ch;
}

.listHead {
  margin-top: 18px;
  display: grid;
  gap: 6px;
}

.listTitle {
  font-weight: 800;
  color: var(--deep);
}

.listMeta {
  color: var(--muted);
  font-size: 14px;
}

.productRefineRow {
  margin-top: 18px;
  margin-bottom: 28px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 240px));
  gap: 12px;
}

.productRefineField {
  display: grid;
  gap: 10px;
}

.listHead + .productGrid,
.listHead + .filters,
.filters + .productGrid {
  margin-top: 28px;
}

.filters {
  margin-top: 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
}

.filtersTitle {
  font-weight: 800;
  color: var(--deep);
  margin-bottom: 12px;
}

.filtersGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.filterCard {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  background: var(--bg);
}

.filterTitle {
  font-weight: 800;
  color: var(--deep);
}

.filterHint {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.productHero {
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 22px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  overflow: hidden;
}

.pdGallery {
  min-width: 0;
}

.pdMainImg {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--bg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
}

.pdMainImgEl {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdThumbRow {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pdThumb {
  width: 74px;
  height: 74px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--bg);
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.pdThumb:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.pdThumb.active {
  opacity: 1;
  border-color: rgba(0, 122, 255, 0.55);
}

.pdThumbImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdInfo {
  min-width: 0;
  display: grid;
  align-content: start;
}

.pdBreadcrumb {
  font-size: 12px;
  color: rgba(29, 29, 31, 0.62);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pdBreadcrumb a {
  text-decoration: none;
  color: inherit;
}

.pdSep {
  opacity: 0.6;
}

.pdTitle {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 950;
  color: var(--deep);
  letter-spacing: -0.6px;
  line-height: 1.15;
}

.pdSub {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}

.pdPrice {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 950;
  color: var(--deep);
}

.pdForm {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.pdBuyRow {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 12px;
  align-items: end;
}

.qtyCtrl {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--panel);
  height: 42px;
}

.qtyBtn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  color: var(--deep);
}

.qtyBtn:hover {
  background: rgba(0, 0, 0, 0.04);
}

.qtyVal {
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--deep);
}

.pdAddBtn {
  height: 42px;
  justify-content: center;
  width: 100%;
}

.paypalBar {
  height: 46px;
  border-radius: 12px;
  background: #ffc439;
  color: #003087;
  font-weight: 950;
  display: grid;
  place-items: center;
  letter-spacing: 0.2px;
}

.pdMeta {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  display: grid;
  gap: 8px;
  color: rgba(29, 29, 31, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.pdMetaRow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdMetaKey {
  font-weight: 900;
  color: rgba(29, 29, 31, 0.82);
}

.pdTabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}

.pdTabBtn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 950;
  color: rgba(29, 29, 31, 0.62);
  padding: 10px 6px;
  border-bottom: 2px solid transparent;
}

.pdTabBtn.active {
  color: rgba(29, 29, 31, 0.92);
  border-bottom-color: rgba(29, 29, 31, 0.92);
}

.pdPanel {
  margin-top: 14px;
}

.pdSpacerTop {
  margin-top: 14px;
}

.productHeroBadge {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 122, 255, 0.28);
  background: rgba(0, 122, 255, 0.08);
  color: rgba(0, 122, 255, 0.95);
  font-weight: 700;
  font-size: 12px;
}

.productHeroTitle {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 900;
  color: var(--deep);
  letter-spacing: -0.7px;
  line-height: 1.12;
}

.productHeroDesc {
  margin-top: 10px;
  color: var(--muted);
}

.heroSpecStrip {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stripItem {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg);
  font-weight: 800;
  color: var(--deep);
  font-size: 13px;
}

.heroBtns {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.productImageStub {
  border-radius: 18px;
  border: 1px solid var(--border);
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 122, 255, 0.06), transparent), var(--bg);
  display: grid;
  align-content: center;
  padding: 18px;
  gap: 10px;
}

.productImageLine {
  height: 10px;
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.09);
}

.productImageLine.short {
  width: 60%;
}

.pdpHero {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(900px 360px at 18% 10%, rgba(0, 122, 255, 0.24), transparent),
    radial-gradient(760px 340px at 78% 62%, rgba(16, 185, 129, 0.16), transparent),
    linear-gradient(180deg, #0b0c10 0%, #121419 100%);
  box-shadow: rgba(0, 0, 0, 0.12) 0 24px 64px -28px;
  color: #fff;
}

.pdpBand {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 72px 0;
}

.pdpBandInner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 18px;
}

.pdpBandDark {
  background: radial-gradient(900px 360px at 18% 14%, rgba(0, 122, 255, 0.24), transparent),
    radial-gradient(760px 340px at 78% 60%, rgba(16, 185, 129, 0.14), transparent), #000;
  color: #fff;
}

.pdpBandWhite {
  background: #fff;
}

.pdpBandSoft {
  background: #f5f5f7;
}

.pdpBandDark .btnSecondary {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.96);
}

.pdpBandDark .btnSecondary:hover {
  border-color: rgba(255, 255, 255, 0.26);
}

.pdpHeroGrid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: center;
  gap: 28px;
}

.pdpHeroCopy {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.pdpKicker {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
}

.pdpHeadline {
  font-weight: 950;
  font-size: clamp(40px, 5.2vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.9px;
}

.pdpLead {
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.76);
}

.pdpLeadZh {
  max-width: 70ch;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.pdpChipRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.pdpChip {
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
}

.pdpPrice {
  margin-top: 8px;
  font-weight: 950;
  font-size: 34px;
  letter-spacing: -0.6px;
}

.pdpBtnRow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.pdpBtnRow .pdpMarketplaceBtn,
.pdpBtnRow .pdpSupportBtn {
  min-height: 42px;
  border-radius: 999px;
  padding-inline: 16px;
  font-size: 14px;
  font-weight: 900;
}

.pdpBtnRow .favoriteToggle.pdpFavoriteAction {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.pdpHeroVisual {
  display: grid;
  place-items: center;
}

.pdpHeroVisual .pdpHeroImg {
  width: min(520px, 92%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(rgba(0, 0, 0, 0.55) 0 32px 60px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transform: none;
}

.pdpHeroThumbRow {
  margin-top: 12px;
  width: min(520px, 92%);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.pdpHeroThumbBtn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 3px;
  cursor: pointer;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.pdpHeroThumbBtn:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.pdpHeroThumbBtn.isActive {
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.pdpHeroThumbImg {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.pdpSectionTitle {
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -0.5px;
  color: #111;
  margin-bottom: 18px;
}

.pdpHeroInner {
  padding: 26px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: center;
}

.pdpHeroText {
  min-width: 0;
}

.pdpHeroTitle {
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -0.7px;
  line-height: 1.12;
}

.pdpHeroSub {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  max-width: 62ch;
}

.pdpHeroSubZh {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  max-width: 62ch;
}

.pdpHeroSpecStrip {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pdpHeroSpecChip {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  font-size: 13px;
}

.pdpHeroPriceRow {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.pdpHeroPrice {
  font-size: 22px;
  font-weight: 950;
  color: rgba(255, 255, 255, 0.96);
}

.pdpHeroBtns {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pdpHeroMedia {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.pdpHeroImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(rgba(0, 0, 0, 0.38) 0 18px 36px);
  transform: scale(1.02);
}

.pdpMetrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pdpMetricCard {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
}

.pdpMetricValue {
  font-size: 30px;
  font-weight: 950;
  color: var(--deep);
  letter-spacing: -0.6px;
}

.pdpMetricLabel {
  margin-top: 6px;
  font-weight: 900;
  color: var(--deep);
}

.pdpMetricSub {
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
}

.pdpFeatureGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pdpFeatureCard {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  display: grid;
  gap: 8px;
}

.pdpFeatureTitle {
  font-weight: 950;
  color: var(--deep);
}

.pdpFeatureBody {
  color: var(--muted);
  line-height: 1.55;
}

.pdpDetailGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pdpDetailCard {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
}

.pdpDetailMedia {
  height: 220px;
  background: radial-gradient(900px 260px at 18% 18%, rgba(0, 122, 255, 0.14), transparent),
    radial-gradient(760px 260px at 82% 72%, rgba(16, 185, 129, 0.12), transparent), #f3f3f5;
  display: grid;
  place-items: center;
}

.pdpDetailImg {
  width: 92%;
  height: 92%;
  object-fit: contain;
  transform: scale(1.02);
}

.pdpDetailTitle {
  padding: 12px 14px 0;
  font-weight: 950;
  color: var(--deep);
}

.pdpDetailBody {
  padding: 8px 14px 14px;
  color: var(--muted);
}

.pdpDetailIdx {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.86);
  font-weight: 900;
  color: rgba(0, 0, 0, 0.62);
  font-size: 12px;
}

.pdpSizeCard {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
}

.pdpSizeTitle {
  font-weight: 950;
  color: var(--deep);
}

.pdpSizeRow {
  margin-top: 12px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.pdpSizeValue {
  font-size: 30px;
  font-weight: 950;
  color: var(--deep);
  letter-spacing: -0.6px;
}

.pdpSizeLabel {
  color: var(--muted);
  font-weight: 800;
}

.pdpSizeSub {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 70ch;
}

.pdpWiringSub {
  margin-top: 8px;
  color: var(--muted);
  max-width: 70ch;
  line-height: 1.55;
}

.pdpAiSub {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 70ch;
}

.pdpAiActions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.bulletGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bulletCard {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  font-weight: 700;
  color: var(--deep);
}

.specTable {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background: var(--panel);
}

.specTableRow {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid var(--border);
}

.specTableRow:first-child {
  border-top: 0;
}

.specTableKey {
  font-weight: 800;
  color: var(--deep);
}

.specTableVal {
  color: var(--muted);
}

.bandTableWrap {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: auto;
  background: var(--panel);
}

.bandTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.bandTable th,
.bandTable td {
  padding: 10px 12px;
  border-top: 1px solid var(--border);
  text-align: center;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.bandTable thead th {
  border-top: 0;
  position: sticky;
  top: 0;
  background: var(--panel);
  color: var(--deep);
  font-weight: 900;
}

.bandTableBand {
  text-align: left;
  color: var(--deep);
  font-weight: 900;
}

.manualImageGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.manualImage {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}

.compatGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.detailModuleStack {
  display: grid;
  gap: 18px;
}

.detailModuleCard {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
}

.detailModuleCaption {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
  text-align: center;
}

.detailImageGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.detailModuleImg {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  background: #f5f5f7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.detailVideo,
.detailVideoEmpty {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin-top: 18px;
  border-radius: 8px;
  background: #000;
}

.detailVideoEmpty {
  display: grid;
  place-items: center;
  color: #f5f5f7;
}

.maxSoloExtraModules .pdpBand {
  padding: 0;
  background: transparent;
}

.maxSoloExtraModules .pdpBandInner {
  width: 100%;
  max-width: none;
}

.compatCard {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
}

.compatTitle {
  font-weight: 900;
  color: var(--deep);
}

.compatList {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.wiringCard {
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(0, 122, 255, 0.06), transparent), var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.wiringTitle {
  font-weight: 900;
  color: var(--deep);
}

.wiringActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.noticeCard {
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
}

.noticeTitle {
  font-weight: 900;
  color: var(--deep);
}

.noticeText {
  margin-top: 10px;
  color: var(--muted);
}

.rushManualPage {
  background: #f4f4f5;
}

.rushManualHero,
.rushManualSection {
  max-width: var(--content-max);
  margin: 0 auto;
}

.rushManualHero {
  padding: 54px 18px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 22px;
  align-items: stretch;
}

.rushManualHeroCopy {
  border-radius: 8px;
  background: #151515;
  color: #fff;
  padding: 30px;
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 360px;
}

.rushManualBrand {
  width: fit-content;
  border: 2px solid #fff;
  padding: 8px 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.rushManualTitle {
  max-width: 850px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rushManualSubtitle {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: 800;
}

.rushManualSpecLine {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rushManualSpecLine span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.88);
}

.rushManualHeroMedia {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  display: grid;
  gap: 12px;
}

.rushManualHeroMedia > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}

.rushManualThumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.rushManualThumbs button {
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f4f4f5;
  padding: 4px;
  cursor: pointer;
}

.rushManualThumbs button.isActive {
  border-color: #111;
}

.rushManualThumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}

.rushManualSection {
  padding: 22px 18px;
}

.rushManualSectionHead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.rushManualSectionHead span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 950;
}

.rushManualSectionTitle {
  font-size: 36px;
  font-weight: 950;
  color: #111;
  letter-spacing: 0;
}

.rushManualSectionSub {
  color: #333;
  font-size: 20px;
  font-weight: 800;
}

.rushWarningBox {
  border: 12px solid #111;
  border-image: repeating-linear-gradient(135deg, #111 0 12px, transparent 12px 24px) 12;
  background: #fff;
  padding: 18px 20px;
}

.rushWarningBox p,
.rushBulletList div,
.rushManualText {
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.52;
}

.rushWarningBox p + p {
  margin-top: 10px;
}

.rushWarningBox p::before,
.rushBulletList div::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  border-radius: 999px;
  background: #111;
  vertical-align: 1px;
}

.rushManualRibbon {
  width: fit-content;
  min-width: 280px;
  background: #171717;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 1px;
  padding: 12px 22px;
  margin-bottom: 16px;
  clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 100%, 0 100%);
}

.rushBulletList {
  display: grid;
  gap: 10px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--border);
  padding: 18px;
}

.rushSpecGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.rushSpecCell {
  background: #c9c9c9;
  color: #111;
  padding: 10px 14px;
  font-size: 17px;
  font-weight: 800;
}

.rushSpecCell:nth-child(1),
.rushSpecCell:nth-child(2) {
  grid-column: 1 / -1;
}

.rushManualNote {
  margin-top: 12px;
  color: #111;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.rushManualSplit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 18px;
  align-items: start;
}

.rushTextColumn {
  min-width: 0;
}

.rushVisualCard {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
  display: grid;
  gap: 14px;
}

.rushVisualProduct {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  border-radius: 8px;
  background: #f7f7f8;
}

.rushWiringCards {
  display: grid;
  gap: 12px;
}

.rushPinCard,
.rushButtonGuide,
.rushOsdCard,
.rushStepCard {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px;
}

.rushPinTitle {
  font-weight: 950;
  color: #111;
  margin-bottom: 10px;
}

.rushPinRow {
  display: inline-flex;
  margin: 0 6px 6px 0;
  padding: 7px 9px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
}

.rushDeviceDiagram {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.rushDeviceBody {
  border: 2px solid #111;
  border-radius: 8px;
  padding: 14px;
  background: linear-gradient(135deg, #191919, #323232);
  color: #fff;
  display: grid;
  gap: 8px;
}

.rushDeviceBody span,
.rushDeviceBody strong {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.rushDevicePorts {
  display: grid;
  gap: 10px;
}

.rushPortMap {
  display: grid;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px;
  background: #f7f7f8;
}

.rushPortTitle {
  font-weight: 950;
  color: #111;
}

.rushPortPins {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rushPortPins span {
  background: #fff;
  border: 1px solid #d7d7da;
  border-radius: 999px;
  padding: 6px 8px;
  color: #111;
  font-size: 11px;
  font-weight: 900;
}

.rushButtonGuide p {
  margin: 0;
  color: #111;
  line-height: 1.5;
}

.rushButtonGuide p + p {
  margin-top: 8px;
}

.rushWarningBoxTight {
  margin-top: 18px;
}

.rushFrequencyTableWrap {
  margin-top: 14px;
  overflow: auto;
  background: #fff;
  border: 1px solid #111;
  border-radius: 8px;
}

.rushFrequencyTable {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.rushFrequencyTable th,
.rushFrequencyTable td {
  border: 2px solid #555;
  text-align: center;
  padding: 9px 10px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
}

.rushFrequencyTable th {
  background: #d9d9d9;
  font-size: 18px;
}

.rushFrequencyTable td.isHam {
  background: #888;
}

.rushFrequencyTable td.isSpecial {
  background: #050505;
  color: #fff;
}

.rushPowerTable {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 2px solid #333;
  background: #fff;
}

.rushPowerHeader,
.rushPowerValue {
  padding: 12px;
  text-align: center;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  font-weight: 900;
  color: #111;
}

.rushPowerHeader:nth-child(5),
.rushPowerValue:nth-child(10) {
  border-right: 0;
}

.rushPowerValue {
  background: #bcbcbc;
}

.rushBulletListPlain {
  margin-top: 14px;
  background: transparent;
  border: 0;
  padding: 0;
}

.rushBulletListPlain div::before {
  display: none;
}

.rushStepGrid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rushStepCard {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  color: #111;
  line-height: 1.55;
}

.rushStepNo {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 950;
}

.rushOsdCard {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(280px, 480px) 1fr;
  gap: 18px;
  align-items: center;
}

.rushOsdScreen {
  border: 3px solid #111;
  border-radius: 14px;
  padding: 18px;
  background: #fff;
}

.rushOsdScreen pre {
  margin: 0;
  font-size: 20px;
  line-height: 1.28;
  color: #111;
  font-weight: 900;
}

.rushOsdLabels {
  display: grid;
  gap: 10px;
  color: #111;
  font-weight: 800;
}

/* Apple-inspired product detail refinement */
.rushManualPage {
  --rush-text: #1d1d1f;
  --rush-secondary: #333333;
  --rush-muted: #707070;
  --rush-border: #d6d6d6;
  --rush-canvas: #f5f5f7;
  --rush-panel: #ffffff;
  --rush-soft: #e2e2e5;
  --rush-blue: #0071e3;
  --rush-link: #0066cc;
  background: var(--rush-canvas);
  color: var(--rush-text);
  font-family: 'SF Pro Text', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.rushManualHero {
  padding: 70px 18px 48px;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.64fr);
  gap: 28px;
}

.rushManualHeroCopy {
  background: transparent;
  color: var(--rush-text);
  border-radius: 0;
  padding: 18px 0;
  min-height: 460px;
  align-content: center;
  animation: rushFadeUp 700ms ease both;
}

.rushManualBrand {
  border: 0;
  padding: 0;
  color: var(--rush-muted);
  font-size: 14px;
  font-weight: 600;
}

.rushManualTitle {
  max-width: 720px;
  color: var(--rush-text);
  font-family: 'SF Pro Display', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 80px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.rushManualSubtitle {
  color: var(--rush-secondary);
  font-size: 24px;
  line-height: 1.24;
  font-weight: 400;
  letter-spacing: 0;
}

.rushManualSpecLine {
  gap: 10px;
  margin-top: 8px;
}

.rushManualSpecLine span {
  border-color: var(--rush-border);
  background: var(--rush-panel);
  color: var(--rush-text);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease;
}

.rushManualSpecLine span:hover {
  border-color: var(--rush-blue);
  transform: translateY(-1px);
}

.rushManualHeroMedia {
  border-color: transparent;
  border-radius: 8px;
  background: var(--rush-panel);
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.18) 3px 5px 30px 0;
  align-self: center;
  animation: rushProductEnter 800ms ease both;
}

.rushManualHeroMedia > img {
  transition: transform 420ms ease;
}

.rushManualHeroMedia:hover > img {
  transform: scale(1.025);
}

.rushManualThumbs button {
  border: 1px solid var(--rush-border);
  background: var(--rush-canvas);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.rushManualThumbs button:hover {
  transform: translateY(-2px);
  border-color: var(--rush-link);
}

.rushManualThumbs button.isActive {
  border-color: var(--rush-blue);
  background: var(--rush-panel);
}

.rushManualSection {
  padding: 48px 18px;
  animation: rushFadeUp 620ms ease both;
}

.rushManualSectionHead {
  gap: 12px;
}

.rushManualSectionHead span {
  width: 36px;
  height: 36px;
  background: var(--rush-text);
  font-size: 22px;
}

.rushManualSectionTitle {
  color: var(--rush-text);
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.rushManualSectionSub {
  color: var(--rush-muted);
  font-size: 18px;
  font-weight: 400;
}

.rushWarningBox,
.rushBulletList,
.rushPinCard,
.rushButtonGuide,
.rushOsdCard,
.rushStepCard,
.rushVisualCard {
  border: 1px solid var(--rush-border);
  border-radius: 8px;
  background: var(--rush-panel);
  box-shadow: none;
}

.rushWarningBox {
  border-image: none;
  padding: 20px;
}

.rushWarningBox p,
.rushBulletList div,
.rushManualText,
.rushButtonGuide p {
  color: var(--rush-secondary);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.rushWarningBox p::before,
.rushBulletList div::before {
  width: 7px;
  height: 7px;
  background: var(--rush-text);
  vertical-align: 2px;
}

.rushManualRibbon {
  min-width: 0;
  margin-bottom: 14px;
  padding: 0;
  background: transparent;
  color: var(--rush-text);
  clip-path: none;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

.rushOverviewBlock {
  max-width: 900px;
}

.rushOverviewBlock h2 {
  margin: 0;
  color: var(--rush-text);
  font-family: 'SF Pro Display', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 56px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
}

.rushOverviewBlock p,
.rushSectionLead {
  margin-top: 18px;
  color: var(--rush-secondary);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}

.rushSectionLead {
  max-width: 860px;
  margin-bottom: 24px;
  display: grid;
  gap: 8px;
}

.rushSectionLead strong {
  color: var(--rush-text);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
}

.rushSectionLead span {
  color: var(--rush-muted);
  font-size: 17px;
  line-height: 1.5;
}

.rushFeatureCards,
.rushManualCardGrid {
  margin-top: 28px;
  display: grid;
  gap: 10px;
}

.rushFeatureCards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rushManualCardGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rushContentCard {
  border: 1px solid var(--rush-border);
  border-radius: 8px;
  background: var(--rush-panel);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.rushContentCard:hover {
  border-color: var(--rush-blue);
  transform: translateY(-2px);
}

.rushContentCard h3 {
  margin: 0;
  color: var(--rush-text);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
}

.rushContentCard p {
  margin: 12px 0 0;
  color: var(--rush-muted);
  font-size: 15px;
  line-height: 1.65;
}

.rushCardIndex {
  margin-bottom: 14px;
  color: var(--rush-link);
  font-size: 12px;
  font-weight: 700;
}

.rushDimensions {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.7fr));
  gap: 10px;
}

.rushDimensions > div {
  border: 1px solid var(--rush-border);
  border-radius: 8px;
  background: var(--rush-panel);
  padding: 22px;
}

.rushDimensions span {
  color: var(--rush-muted);
  font-size: 12px;
  font-weight: 700;
}

.rushDimensions strong {
  display: block;
  margin-top: 8px;
  color: var(--rush-text);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.rushDimensions p {
  margin: 14px 0 0;
  color: var(--rush-muted);
  font-size: 15px;
  line-height: 1.6;
}

.rushManualFooter {
  margin-top: 34px;
  border-top: 1px solid var(--rush-border);
  padding-top: 18px;
  color: var(--rush-muted);
  font-size: 13px;
}

.rushSpecGrid {
  gap: 1px;
  border: 1px solid var(--rush-border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--rush-border);
}

.rushSpecCell {
  background: var(--rush-panel);
  color: var(--rush-secondary);
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 400;
}

.rushSpecCell strong,
.rushPinTitle,
.rushPortTitle {
  color: var(--rush-text);
  font-weight: 600;
}

.rushManualNote {
  color: var(--rush-muted);
  font-size: 14px;
  font-weight: 400;
}

.rushManualSplit {
  gap: 22px;
}

.rushVisualCard {
  padding: 15px;
}

.rushVisualProduct {
  background: var(--rush-canvas);
  transition: transform 360ms ease;
}

.rushVisualCard:hover .rushVisualProduct {
  transform: scale(1.018);
}

.rushPinRow,
.rushPortPins span {
  background: var(--rush-soft);
  color: var(--rush-text);
  border: 0;
  border-radius: 999px;
  font-weight: 600;
}

.rushDeviceBody {
  border: 0;
  background: var(--rush-canvas);
  color: var(--rush-text);
}

.rushDeviceBody span,
.rushDeviceBody strong {
  border-color: var(--rush-border);
  color: var(--rush-text);
  font-weight: 600;
}

.rushPortMap {
  border-color: var(--rush-border);
  background: var(--rush-canvas);
}

.rushFrequencyTableWrap {
  border-color: var(--rush-border);
  border-radius: 8px;
  background: var(--rush-panel);
}

.rushFrequencyTable th,
.rushFrequencyTable td {
  border: 1px solid var(--rush-border);
  color: var(--rush-text);
  font-size: 16px;
  font-weight: 600;
}

.rushFrequencyTable th {
  background: var(--rush-canvas);
  color: var(--rush-muted);
  font-size: 13px;
}

.rushFrequencyTable td.isHam {
  background: #e2e2e5;
}

.rushFrequencyTable td.isSpecial {
  background: var(--rush-text);
  color: #fff;
}

.rushPowerTable {
  border: 1px solid var(--rush-border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--rush-border);
  gap: 1px;
}

.rushPowerHeader,
.rushPowerValue {
  border: 0;
  background: var(--rush-panel);
  color: var(--rush-text);
  font-weight: 600;
}

.rushPowerHeader {
  color: var(--rush-muted);
  background: var(--rush-canvas);
}

.rushStepCard {
  grid-template-columns: 38px 1fr;
  color: var(--rush-secondary);
  font-size: 15px;
  font-weight: 400;
  transition: transform 180ms ease, border-color 180ms ease;
}

.rushStepCard:hover {
  border-color: var(--rush-blue);
  transform: translateY(-2px);
}

.rushStepNo {
  width: 34px;
  height: 34px;
  background: var(--rush-blue);
  font-weight: 600;
}

.rushOsdScreen {
  border: 1px solid var(--rush-border);
  border-radius: 8px;
  background: var(--rush-canvas);
}

.rushOsdScreen pre {
  color: var(--rush-text);
  font-size: 17px;
  font-weight: 600;
}

.rushOsdLabels {
  color: var(--rush-secondary);
  font-size: 15px;
  font-weight: 400;
}

.manualImage {
  border-color: var(--rush-border);
  border-radius: 8px;
}

@keyframes rushFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rushProductEnter {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rushManualHeroCopy,
  .rushManualHeroMedia,
  .rushManualSection,
  .rushStepCard,
  .rushVisualProduct,
  .rushManualHeroMedia > img,
  .rushManualSpecLine span,
  .rushManualThumbs button {
    animation: none;
    transition: none;
  }
}

.promoRow {
  margin-bottom: 18px;
}

.promoTrack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.promoBanner {
  position: relative;
  height: 180px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #000;
  box-shadow: rgba(0, 0, 0, 0.06) 0 18px 40px -24px;
  text-decoration: none;
  color: #fff;
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.promoBanner:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 255, 0.32);
  box-shadow: rgba(0, 0, 0, 0.1) 0 22px 54px -28px;
}

.promoBannerImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.promoBannerShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.24) 55%, rgba(0, 0, 0, 0) 76%);
}

.promoBannerCopy {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  bottom: 18px;
  display: grid;
  align-content: start;
  gap: 8px;
  max-width: 52ch;
}

.promoKicker {
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.2px;
}

.promoTitle {
  font-size: 22px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.98);
}

.promoDesc {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
  max-width: 60ch;
}

.promoCta {
  margin-top: auto;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(29, 29, 31, 0.92);
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.36);
}

/* Support Page — Quick Actions */
.supportQuickGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}

.supportQuickCard {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 26px 20px 22px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: background 160ms ease;
  position: relative;
}

.supportQuickCard:hover {
  background: #f9f9fb;
}

.supportQuickLabel {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.supportQuickDesc {
  font-size: 12px;
  color: #8e8e93;
  line-height: 1.4;
}

.supportQuickArrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #c0c0c6;
  font-size: 16px;
  transition: transform 180ms ease, color 180ms ease;
}

.supportQuickCard:hover .supportQuickArrow {
  transform: translate(4px, -50%);
  color: #636366;
}

/* Support Page — Section Headings */
.supportSectionHeading {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.2px;
}

/* Support Page — FAQ */
.supportFaq {
  display: grid;
  gap: 1px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}

.supportFaqItem {
  background: #fff;
  transition: background 140ms ease;
}

.supportFaqItem.open {
  background: #fafafc;
}

.supportFaqQ {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #000;
  font: inherit;
  transition: padding 200ms ease;
}

.supportFaqItem.open .supportFaqQ {
  padding-bottom: 12px;
}

.supportFaqNum {
  flex-shrink: 0;
  width: 28px;
  color: #c0c0c6;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  padding-top: 3px;
}

.supportFaqItem.open .supportFaqNum {
  color: #001489;
}

.supportFaqQText {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.supportFaqToggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  margin-top: 1px;
}

.supportFaqToggle::before,
.supportFaqToggle::after {
  content: '';
  position: absolute;
  background: #8e8e93;
  transition: transform 220ms ease;
}

.supportFaqToggle::before {
  top: 11px;
  left: 4px;
  right: 4px;
  height: 2px;
}

.supportFaqToggle::after {
  top: 4px;
  bottom: 4px;
  left: 11px;
  width: 2px;
}

.supportFaqItem.open .supportFaqToggle::before {
  transform: rotate(180deg);
}

.supportFaqItem.open .supportFaqToggle::after {
  transform: rotate(90deg);
}

.supportFaqA {
  overflow: hidden;
}

.supportFaqABody {
  padding: 0 20px 20px 62px;
  color: #3a3a3c;
  font-size: 15px;
  line-height: 1.7;
  white-space: pre-line;
}

/* Support Page — Contact */
.supportContactRow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.supportContactCard {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: rgba(0, 0, 0, 0.02) 0 8px 24px -12px;
}

.supportContactLabel {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8e8e93;
  margin-bottom: 10px;
}

.supportContactValue {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  word-break: break-all;
  margin-bottom: 6px;
}

.supportContactHint {
  font-size: 12px;
  color: #8e8e93;
}

/* Favorites Page — Toolbar */
.favoritesToolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.favoritesCount {
  color: #000;
  font-size: 15px;
}

.favoritesCount strong {
  font-weight: 700;
}

/* Favorites Page — Grid */
.favoritesGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.favoriteCard {
  position: relative;
  min-height: 240px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  box-shadow: rgba(0, 0, 0, 0.03) 0 10px 30px -16px;
}

.favoriteCard:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: rgba(0, 0, 0, 0.06) 0 14px 40px -18px;
}

.favoriteCardLink {
  height: 100%;
  display: grid;
  grid-template-rows: 140px 1fr;
  color: inherit;
  text-decoration: none;
}

.favoriteCardMedia {
  display: grid;
  place-items: center;
  background: #f4f4f5;
  overflow: hidden;
}

.favoriteCardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favoriteCardPlaceholder {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
}

.favoriteCardInitial {
  font-size: 24px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.32);
  text-transform: uppercase;
}

.favoriteCardBody {
  padding: 14px 16px;
  display: grid;
  align-content: start;
  gap: 4px;
}

.favoriteCardKind {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.favoriteCardBody strong {
  display: block;
  color: #15171a;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 2px;
}

.favoriteCardBody p {
  margin: 4px 0 0;
  color: #69717c;
  font-size: 13px;
  line-height: 1.45;
}

.favoriteRemove {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  backdrop-filter: blur(6px);
  transition: background 140ms ease, transform 140ms ease;
}

.favoriteRemove:hover {
  background: rgba(0, 0, 0, 0.88);
  transform: scale(1.08);
}

/* Favorites Page — Empty State */
.favoritesEmpty {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
  padding: 64px 34px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.favoritesEmptyIcon {
  font-size: 48px;
  color: #c0c0c6;
  margin-bottom: 8px;
}

.favoritesEmpty strong {
  color: #111;
  font-size: 22px;
}

.favoritesEmpty p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  max-width: 42ch;
}

.favoritesEmptyActions {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

/* Favorites page — product cards need position:relative for remove button */
.favoritesPage .productCard {
  position: relative;
}

.favoritesPage .cardFavorite {
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-color: rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: #1d1d1f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Generic favorite cards (non-product) inside productGrid */
.favoriteGenericCard .favoriteRemove {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  backdrop-filter: blur(6px);
  transition: background 140ms ease, transform 140ms ease;
}

.favoriteGenericCard .favoriteRemove:hover {
  background: rgba(0, 0, 0, 0.88);
  transform: scale(1.08);
}

.favoriteGenericLink {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.favoriteGenericMedia {
  background: #f4f4f5;
  display: grid;
  place-items: center;
}

.favoriteGenericPlaceholder {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.24);
  text-transform: uppercase;
}

.downloadsLayout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 14px;
  align-items: start;
}

.downloadsSidebar {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  padding: 14px;
  display: grid;
  gap: 12px;
  position: sticky;
  top: calc(var(--header-h) + 14px);
}

.sideGroup {
  display: grid;
  gap: 10px;
}

.sideTitle {
  font-weight: 900;
  color: var(--deep);
  font-size: 13px;
}

.sideList {
  display: grid;
  gap: 6px;
}

.sideItem {
  text-align: left;
  border: 1px solid transparent;
  background: transparent;
  padding: 10px 10px;
  border-radius: 12px;
  color: rgba(29, 29, 31, 0.88);
  cursor: pointer;
  font-weight: 700;
  transition: background 160ms ease, border-color 160ms ease;
  display: grid;
  gap: 4px;
}

.sideItem:hover {
  background: rgba(0, 0, 0, 0.04);
}

.sideItem.active {
  background: rgba(0, 122, 255, 0.1);
  border-color: rgba(0, 122, 255, 0.22);
  color: rgba(0, 122, 255, 0.98);
}

.sideItemMeta {
  font-size: 11px;
  color: var(--muted);
  font-weight: 700;
}

.downloadsContent {
  min-width: 0;
}

.softwareCard {
  display: grid;
  gap: 14px;
}

.softwareTop {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  padding: 16px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
}

.softwareIcon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f3f3f5;
  overflow: hidden;
}

.softwareIconImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.softwareName {
  font-weight: 950;
  letter-spacing: -0.2px;
  color: var(--deep);
}

.softwareSub {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.softwareDesc {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.softwareTags {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.platformTabs {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 2px;
}

.tab {
  border: 0;
  background: transparent;
  font-weight: 900;
  color: rgba(29, 29, 31, 0.72);
  cursor: pointer;
  padding: 10px 2px;
  border-bottom: 2px solid transparent;
}

.tab.active {
  color: rgba(29, 29, 31, 0.92);
  border-bottom-color: rgba(29, 29, 31, 0.92);
}

.buildCard {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.buildTitle {
  font-weight: 950;
  color: var(--deep);
}

.buildHint {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.toolboxPanel {
  display: grid;
  gap: 16px;
}

.toolboxSummary {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  padding: 14px;
}

.toolboxSummaryTitle {
  font-weight: 950;
  color: var(--deep);
}

.toolboxSummaryMeta {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.toolboxSection {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  padding: 14px;
}

.toolboxGrid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.toolboxToolCard {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 12px;
  background: var(--bg);
  display: grid;
  gap: 10px;
}

.toolboxToolTop {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.toolboxToolIdentity {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.toolboxToolIcon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--panel);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.toolboxToolIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.toolboxToolName {
  font-weight: 950;
  color: var(--deep);
  line-height: 1.25;
}

.toolboxToolMeta,
.toolboxToolDesc {
  color: var(--muted);
  font-size: 12px;
}

.toolboxToolMeta {
  margin-top: 4px;
}

.toolboxToolDesc {
  line-height: 1.45;
}

.docsCard,
.supportProductsCard {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  padding: 14px;
}

.docsTitle {
  font-weight: 950;
  color: var(--deep);
}

.docsList {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.docRow {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: var(--bg);
}

.docName {
  font-weight: 900;
  color: var(--deep);
}

.docMeta {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.tagGrid {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: rgba(29, 29, 31, 0.84);
  white-space: nowrap;
}

.downloadFilters {
  display: grid;
  grid-template-columns: 1fr 220px 180px;
  gap: 10px;
  margin-bottom: 12px;
}

.downloadList {
  display: grid;
  gap: 10px;
}

.downloadRow {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.downloadName {
  font-weight: 900;
  color: var(--deep);
}

.downloadMeta {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pill {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--muted);
  white-space: nowrap;
}

.formGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.formCard {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
}

.formRow {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.label {
  font-weight: 800;
  color: var(--deep);
  font-size: 13px;
}

.input {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
  background: var(--panel);
  color: var(--deep);
}

.input:focus {
  border-color: rgba(0, 122, 255, 0.45);
  box-shadow: rgba(0, 122, 255, 0.12) 0 0 0 4px;
}

.formChecks {
  display: grid;
  gap: 8px;
  margin: 8px 0 14px;
}

.check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--deep);
  font-weight: 700;
  font-size: 13px;
}

.pre {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  background: var(--bg);
  color: var(--deep);
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 1.55;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.formActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.aiPageCard {
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.aiPageTitle {
  font-weight: 900;
  color: var(--deep);
}

.aiPageActions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.siteFooter {
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.siteFooterInner {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 26px 18px;
}

.footerCols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
}

.footerTitle {
  font-weight: 900;
  color: var(--deep);
}

.footerText {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.footerLinks {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.footerLinks a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}

.footerLinks a:hover {
  color: rgba(0, 122, 255, 0.95);
}

.footerLang {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footerLangBtn {
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--deep);
  border-radius: 999px;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 800;
  font-size: 12px;
}

.footerLangBtn.active {
  border-color: rgba(0, 122, 255, 0.45);
  box-shadow: rgba(0, 122, 255, 0.12) 0 0 0 4px;
}

.footerBottom {
  margin-top: 18px;
  border-top: 1px solid var(--border);
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.footerMuted {
  color: var(--muted);
  font-weight: 700;
  font-size: 12px;
}

.footerTop {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--panel);
  cursor: pointer;
  color: var(--deep);
  font-weight: 900;
}

.aiFab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(0, 122, 255, 0.3);
  background: rgba(0, 122, 255, 0.95);
  color: #fff;
  border-radius: 999px;
  padding: 12px 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: rgba(0, 122, 255, 0.24) 0 22px 44px -22px;
}

.aiDrawer,
.mobileDrawer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
}

.aiDrawer.open,
.mobileDrawer.open {
  pointer-events: auto;
}

.aiBackdrop,
.mobileBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 180ms ease;
}

.aiDrawer.open .aiBackdrop,
.mobileDrawer.open .mobileBackdrop {
  opacity: 1;
}

.aiPanel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(520px, 100%);
  background: var(--panel);
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 180ms ease;
  display: flex;
  flex-direction: column;
}

.aiDrawer.open .aiPanel {
  transform: translateX(0);
}

.aiHeader {
  padding: 14px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.aiTitle {
  font-weight: 900;
  color: var(--deep);
}

.aiHeaderRight {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aiLang {
  display: flex;
  gap: 6px;
}

.aiLangBtn {
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--deep);
  border-radius: 999px;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 900;
  font-size: 12px;
}

.aiLangBtn.active {
  border-color: rgba(0, 122, 255, 0.45);
  box-shadow: rgba(0, 122, 255, 0.12) 0 0 0 4px;
}

.aiBody {
  padding: 14px;
  overflow: auto;
}

.aiOpener {
  color: var(--muted);
  line-height: 1.6;
}

.aiQuick {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aiChip {
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--deep);
  border-radius: 999px;
  padding: 8px 10px;
  font-weight: 800;
  font-size: 12px;
}

.aiLead {
  margin-top: 14px;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 14px;
  background: var(--bg);
}

.aiLeadTitle {
  font-weight: 900;
  color: var(--deep);
}

.aiTextarea {
  margin-top: 10px;
  width: 100%;
  min-height: 130px;
  resize: vertical;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 10px 12px;
  outline: none;
  background: var(--panel);
  color: var(--deep);
  box-sizing: border-box;
}

.aiTextarea:focus {
  border-color: rgba(0, 122, 255, 0.45);
  box-shadow: rgba(0, 122, 255, 0.12) 0 0 0 4px;
}

.aiHint {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.mobilePanel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(420px, 100%);
  background: var(--panel);
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 180ms ease;
  display: flex;
  flex-direction: column;
}

.mobileDrawer.open .mobilePanel {
  transform: translateX(0);
}

.mobileHeader {
  padding: 14px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobileTitle {
  font-weight: 900;
  color: var(--deep);
}

.mobileLogo {
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--deep);
  line-height: 1;
  white-space: nowrap;
}

.iconBtn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--panel);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: var(--deep);
}

.mobileNav {
  padding: 6px 18px 12px;
  display: grid;
  gap: 0;
}

.mobileLink {
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid #050505;
  background: transparent;
  color: #050505;
  border-radius: 0;
  padding: 10px 0 9px;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.mobileLink.active {
  color: #000;
  box-shadow: none;
}

.mobileSub {
  margin: 0;
  display: grid;
  gap: 0;
  padding-left: 15px;
}

.mobileSubLink {
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
  background: transparent;
  color: rgba(0, 0, 0, 0.72);
  border-radius: 0;
  padding: 8px 0 7px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 760;
}

.mobileFooter {
  margin-top: auto;
  padding: 14px;
  border-top: 1px solid var(--border);
}

.mobileLangTitle {
  font-weight: 900;
  color: var(--deep);
}

.mobileLang {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mobileLangBtn {
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--deep);
  border-radius: 999px;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 900;
  font-size: 12px;
}

.mobileLangBtn.active {
  border-color: rgba(0, 122, 255, 0.45);
  box-shadow: rgba(0, 122, 255, 0.12) 0 0 0 4px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.splitCard {
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px;
  background: var(--panel);
  box-shadow: rgba(0, 0, 0, 0.04) 0 14px 34px -22px;
}

.splitTitle {
  font-weight: 900;
  color: var(--deep);
}

.splitText {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}

.splitActions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .coreArrow {
    display: none;
  }
  .categoryTileGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .downloadsLayout {
    grid-template-columns: 1fr;
  }
  .downloadsSidebar {
    position: static;
  }
  .promoTrack {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
  }
  .promoTrack::-webkit-scrollbar {
    height: 0;
  }
  .promoTrack {
    scrollbar-width: none;
  }
  .promoBanner {
    flex: 0 0 clamp(300px, 86vw, 520px);
    scroll-snap-align: start;
  }
  .featuredGrid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
  }
  .featuredGrid::-webkit-scrollbar {
    height: 0;
  }
  .featuredGrid {
    scrollbar-width: none;
  }
  .featuredTile {
    flex: 0 0 clamp(240px, 74vw, 320px);
    scroll-snap-align: start;
  }
  .featuredAssist {
    flex: 0 0 clamp(240px, 74vw, 360px);
    scroll-snap-align: start;
  }
  .heroSlideInner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .heroArrow {
    display: none;
  }
  .heroCaption {
    bottom: 46px;
  }
  .heroInner {
    grid-template-columns: 1fr;
  }
  .productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .categoryGrid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .supportGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .supportQuickGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .supportContactRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .filtersGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .productHero {
    grid-template-columns: 1fr;
  }
  .pdpBand {
    padding: 54px 0;
  }
  .pdpHeroGrid {
    grid-template-columns: 1fr;
  }
  .rushManualHero {
    grid-template-columns: 1fr;
  }
  .rushManualHeroCopy {
    min-height: 0;
  }
  .rushManualTitle {
    font-size: 56px;
  }
  .rushManualSplit,
  .rushOsdCard,
  .rushStepGrid,
  .rushFeatureCards,
  .rushManualCardGrid,
  .rushDimensions {
    grid-template-columns: 1fr;
  }
  .rushOverviewBlock h2 {
    font-size: 40px;
  }
  .rushSpecGrid {
    grid-template-columns: 1fr;
  }
  .rushManualRibbon {
    min-width: min(280px, 100%);
  }
  .pdpHeroThumbRow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pdpHeadline {
    font-size: clamp(34px, 8vw, 54px);
  }
  .pdpHeroInner {
    grid-template-columns: 1fr;
  }
  .pdpMetrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pdpFeatureGrid {
    grid-template-columns: 1fr;
  }
  .pdpDetailGrid {
    grid-template-columns: 1fr;
  }
  .compatGrid {
    grid-template-columns: 1fr;
  }
  .manualImageGrid {
    grid-template-columns: 1fr;
  }
  .bulletGrid {
    grid-template-columns: 1fr;
  }
  .formGrid {
    grid-template-columns: 1fr;
  }
  .downloadFilters {
    grid-template-columns: 1fr;
  }
  .footerCols {
    grid-template-columns: 1fr;
  }
  .topNav {
    display: none;
  }
  .mobileMenuBtn {
    display: inline-block;
  }
  .langMenu {
    display: none;
  }
}

@media (max-width: 520px) {
  .rushManualTitle {
    font-size: 44px;
  }
  .rushManualHero {
    padding-top: 36px;
  }
  .rushManualSection {
    padding: 34px 18px;
  }
}

/* Site-wide Apple Light visual system */
.site {
  color: #1d1d1f;
  background: #f5f5f7;
  font-family: "SF Pro Text", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site * {
  letter-spacing: 0;
}

.siteHeader,
.siteHeader.transparent {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.siteHeader.transparent .brandName,
.siteHeader.transparent .navLink,
.siteHeader.transparent .langButton {
  color: #1d1d1f;
}

.siteHeader.transparent .brandTag {
  color: #707070;
}

.siteHeader.transparent .navLink:hover,
.siteHeader.transparent .navLink.active {
  color: #0071e3;
}

.siteHeader.transparent .langButton,
.siteHeader.transparent .mobileMenuBtn {
  background: #fff;
  border-color: #d6d6d6;
}

.siteHeader.transparent .mobileMenuBtn span {
  background: #1d1d1f;
}

.siteHeaderInner,
.siteFooterInner,
.page {
  max-width: var(--content-max);
}

.brandMark {
  border-radius: 8px;
  background: #1d1d1f;
  box-shadow: rgba(0, 0, 0, 0.12) 0 18px 44px -24px;
}

.brandName,
.pageTitle,
.sectionTitle,
.productTitle,
.softwareName,
.supportTitle,
.docsTitle,
.downloadName,
.buildTitle,
.toolboxSummaryTitle,
.toolboxToolName,
.pdTitle {
  color: #1d1d1f;
}

.brandTag,
.pageSub,
.productDesc,
.softwareDesc,
.softwareSub,
.supportText,
.docMeta,
.downloadMeta,
.buildHint,
.toolboxSummaryMeta,
.toolboxToolMeta,
.toolboxToolDesc,
.pdSub,
.muted {
  color: #707070;
}

.navLink,
.langButton,
.iconBtn,
.mobileMenuBtn {
  border-radius: 999px;
}

.navLink {
  font-size: 12px;
  font-weight: 700;
}

.navLink:hover,
.navLink.active,
.sectionLink,
.productAction {
  color: #0071e3;
}

.navDropdown,
.langDropdown,
.mobilePanel,
.aiPanel {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 70px -40px;
}

.navDropdownLink:hover {
  background: #f5f5f7;
}

.siteMain {
  background: #f5f5f7;
}

.page {
  padding: 54px 20px 96px;
}

.pageHead {
  max-width: 880px;
  padding: 36px 0 22px;
  animation: fadeUp 520ms ease both;
}

.pageTitle {
  font-size: 56px;
  line-height: 1.06;
  font-weight: 750;
}

.pageSub {
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.38;
}

.section {
  margin-top: 56px;
  animation: fadeUp 520ms ease both;
}

.sectionHead {
  margin-bottom: 22px;
  align-items: center;
}

.sectionTitle {
  font-size: 28px;
  line-height: 1.14;
  font-weight: 750;
}

.heroFull {
  margin-top: 0;
}

.heroCarousel,
.heroInner,
.heroCarouselFull {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background:
    radial-gradient(circle at 70% 30%, rgba(0, 113, 227, 0.14), transparent 28%),
    radial-gradient(circle at 78% 60%, rgba(216, 25, 32, 0.08), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f5f5f7 90%);
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 70px -42px;
}

.heroCarouselFull {
  height: 620px;
}

.heroCarouselFull .heroSlideInner {
  height: 620px;
  align-content: start;
  padding-top: calc(var(--header-h) + 72px);
}

.heroBg {
  opacity: 0.18;
}

.heroShade {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 48%, rgba(245, 245, 247, 0.14) 100%);
}

.heroCarouselFull .heroKicker,
.heroKicker {
  color: #d81920;
  font-size: 14px;
  font-weight: 800;
}

.heroCarouselFull .heroTitle,
.heroTitle {
  color: #1d1d1f;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 800;
}

.heroCarouselFull .heroDesc,
.heroDesc {
  color: #333;
  font-size: 22px;
  line-height: 1.36;
}

.heroCarouselFull .stripItem,
.heroSpecStrip .stripItem,
.specChip,
.pill,
.tag {
  border-color: rgba(0, 0, 0, 0.08);
  color: #474747;
  background: #fff;
}

.heroArrow,
.iconBtn,
.langButton,
.mobileMenuBtn {
  border-color: rgba(0, 0, 0, 0.08);
  background: #fff;
  color: #1d1d1f;
  box-shadow: rgba(0, 0, 0, 0.04) 0 10px 30px -18px;
}

.heroDotBtn.active {
  background: #0071e3;
  border-color: #0071e3;
}

.btnPrimary,
.primary,
.heroCarouselFull .btnPrimary {
  border-radius: 999px;
  background: #0071e3;
  color: #fff;
  box-shadow: rgba(0, 113, 227, 0.18) 0 18px 40px -22px;
}

.btnSecondary,
.secondary,
.ghost,
.heroCarouselFull .btnSecondary {
  border-radius: 999px;
  border-color: #d6d6d6;
  background: #fff;
  color: #1d1d1f;
}

.btnPrimary:hover,
.btnSecondary:hover,
.primary:hover,
.secondary:hover,
.productCard:hover,
.categoryCard:hover,
.supportCard:hover,
.softwareTop:hover,
.downloadRow:hover,
.toolboxToolCard:hover,
.docsCard:hover,
.buildCard:hover {
  transform: translateY(-2px);
}

.categoryCard,
.productCard,
.supportCard,
.softwareTop,
.softwareCard > *,
.downloadsSidebar,
.buildCard,
.toolboxSummary,
.toolboxSection,
.toolboxToolCard,
.docsCard,
.supportProductsCard,
.docRow,
.downloadRow,
.filters,
.filterCard,
.productHero,
.pdMainImg,
.pdThumb,
.pdInfoCard,
.pdSection,
.modalCard,
.modalSection,
.aiLead,
.aiOpener,
.contactCard,
.card,
.infoCard,
.heroCard {
  border-radius: 8px;
  border-color: rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 18px 42px -26px;
}

.categoryCard,
.productCard,
.supportCard,
.downloadRow,
.toolboxToolCard,
.buildCard,
.docsCard {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.categoryCard:hover,
.productCard:hover,
.supportCard:hover,
.downloadRow:hover,
.toolboxToolCard:hover,
.buildCard:hover,
.docsCard:hover {
  border-color: rgba(0, 113, 227, 0.22);
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 62px -36px;
}

.productGrid,
.supportGrid,
.toolboxGrid,
.categoryGrid {
  gap: 10px;
}

.productTop {
  padding: 20px;
}

.productCard {
  overflow: hidden;
}

.productMedia,
.productImage,
.pdMainImg,
.softwareIcon,
.toolboxToolIcon {
  background: #f5f5f7;
  border-color: rgba(0, 0, 0, 0.08);
}

.productBadge,
.productBadgeMuted,
.sideItem.active,
.langOption.active,
.footerLangBtn.active,
.mobileLangBtn.active,
.aiLangBtn.active,
.tab.active {
  border-color: rgba(0, 113, 227, 0.22);
  background: rgba(0, 113, 227, 0.1);
  color: #0071e3;
  box-shadow: none;
}

.productActions,
.cardBottom {
  border-top-color: rgba(0, 0, 0, 0.08);
}

.downloadsLayout {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
}

.downloadsSidebar {
  padding: 16px;
}

.sideTitle {
  color: #1d1d1f;
  font-size: 12px;
  text-transform: uppercase;
}

.sideItem {
  border-radius: 8px;
}

.sideItem:hover {
  background: #f5f5f7;
}

.softwareCard,
.toolboxPanel,
.docsList,
.downloadList {
  gap: 10px;
}

.softwareTop {
  padding: 22px;
}

.softwareName {
  font-size: 26px;
  line-height: 1.28;
}

.toolboxSection,
.docsCard,
.supportProductsCard,
.downloadRow,
.buildCard {
  padding: 20px;
}

.toolboxToolCard,
.docRow {
  background: #f5f5f7;
}

.input,
.searchInput,
.select,
.textarea,
.aiTextarea,
input,
select,
textarea {
  border-radius: 8px;
  border-color: #d6d6d6;
  background: #fff;
  color: #1d1d1f;
}

.input:focus,
.searchInput:focus,
.select:focus,
.textarea:focus,
.aiTextarea:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 113, 227, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
  outline: none;
}

.siteFooter {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footerTitle {
  color: #1d1d1f;
}

.footerText,
.footerMuted {
  color: #707070;
}

.footerLinks a,
.footerTop,
.footerLangBtn {
  color: #474747;
}

.aiFab {
  border-radius: 999px;
  background: #0071e3;
  color: #fff;
  box-shadow: rgba(0, 113, 227, 0.24) 0 20px 44px -20px;
}

.aiChip {
  border-radius: 999px;
  background: #f5f5f7;
  border-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
  .page {
    padding-top: 34px;
  }

  .pageTitle {
    font-size: 40px;
  }

  .pageSub,
  .heroCarouselFull .heroDesc,
  .heroDesc {
    font-size: 18px;
  }

  .heroCarouselFull .heroTitle,
  .heroTitle {
    font-size: 46px;
  }

  .heroCarouselFull,
  .heroCarouselFull .heroSlideInner {
    height: 560px;
  }
}

/* Product detail standard: compact Apple Light technical page */
.pdpPage {
  max-width: none;
  padding: 0;
  color: #1d1d1f;
  background: #f5f5f7;
}

.pdpPage .pdpBand {
  padding: 30px 0;
  background: #f5f5f7;
}

.pdpPage .pdpBandDark,
.pdpPage .pdpBandWhite,
.pdpPage .pdpBandSoft {
  color: #1d1d1f;
  background:
    radial-gradient(circle at 70% 22%, rgba(0, 113, 227, 0.08), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
}

.pdpPage .pdpBandWhite {
  background: #fff;
}

.pdpPage .pdpBandInner {
  width: min(820px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
}

.pdpPage .pdpHeroGrid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 26px;
  align-items: center;
}

.pdpPage .pdpHeroCopy {
  max-width: 440px;
}

.pdpPage .pdpKicker {
  margin-bottom: 8px;
  color: #d81920;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.pdpPage .pdpHeadline,
.pdpPage .pdpSectionTitle {
  width: min(25em, 100%);
  max-width: none;
  color: #1d1d1f;
}

.pdpPage .pdpHeadline {
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
}

.pdpPage .pdpLead,
.pdpPage .pdpLeadZh {
  margin-top: 12px;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.pdpPage .pdpChipRow {
  margin-top: 14px;
  gap: 6px;
}

.pdpPage .pdpChip,
.pdpPage .specChip {
  padding: 5px 8px;
  border-radius: 999px;
  border-color: rgba(0, 0, 0, 0.08);
  background: #fff;
  color: #474747;
  font-size: 11px;
}

.pdpPage .pdpPrice {
  margin-top: 14px;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 800;
}

.pdpPage .pdpBtnRow {
  margin-top: 16px;
  gap: 8px;
}

.pdpPage .pdpHeroVisual {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 18px 42px -26px;
}

.pdpPage .pdpHeroVisual .pdpHeroImg,
.pdpPage .pdpHeroImg {
  width: 100%;
  max-height: 310px;
  object-fit: contain;
  border-radius: 8px;
  background: #f5f5f7;
}

.pdpPage .pdpHeroThumbRow {
  margin-top: 8px;
  gap: 6px;
}

.pdpPage .pdpHeroThumbBtn {
  width: 54px;
  height: 54px;
  border-radius: 8px;
}

.pdpPage .pdpSectionTitle {
  margin: 0 auto 14px;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 750;
  text-align: center;
}

.pdpPage .pdpMetrics,
.pdpPage .pdpFeatureGrid,
.pdpPage .compatGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.pdpPage .pdpMetricCard,
.pdpPage .pdpFeatureCard,
.pdpPage .compatCard,
.pdpPage .noticeCard,
.pdpPage .wiringCard,
.pdpPage .aiPageCard,
.pdpPage .pdpSizeCard {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: none;
}

.pdpPage .pdpMetricValue,
.pdpPage .pdpFeatureTitle,
.pdpPage .compatTitle,
.pdpPage .noticeTitle,
.pdpPage .wiringTitle,
.pdpPage .aiPageTitle,
.pdpPage .pdpSizeTitle {
  color: #1d1d1f;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 750;
}

.pdpPage .pdpMetricLabel,
.pdpPage .pdpMetricSub,
.pdpPage .pdpFeatureBody,
.pdpPage .noticeText,
.pdpPage .pdpWiringSub,
.pdpPage .pdpAiSub,
.pdpPage .pdpSizeSub,
.pdpPage .compatList {
  color: #707070;
  font-size: 12px;
  line-height: 1.48;
}

.pdpPage .pdpDetailGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.pdpPage .pdpDetailCard {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: none;
}

.pdpPage .pdpDetailMedia {
  display: none;
}

.pdpPage .pdpDetailTitle {
  font-size: 13px;
  color: #1d1d1f;
}

.pdpPage .pdpDetailBody {
  margin-top: 6px;
  color: #707070;
  font-size: 12px;
  line-height: 1.45;
}

.pdpPage .pdpDetailIdx {
  display: none;
}

.pdpPage .detailModuleStack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pdpPage .detailModuleCard {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: none;
}

.pdpPage .detailModuleCaption {
  margin-top: 6px;
  color: #707070;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.pdpPage .detailImageGrid {
  gap: 8px;
  margin-top: 10px;
}

.pdpPage .detailModuleImg {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: #f5f5f7;
}

.pdpPage .pdpSizeRow {
  margin-top: 10px;
  gap: 8px;
}

.pdpPage .pdpSizeValue {
  font-size: 20px;
}

.pdpPage .specTable {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.pdpPage .specTableRow {
  display: block;
  padding: 9px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.pdpPage .specTableKey {
  margin-bottom: 5px;
  color: #707070;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.pdpPage .specTableVal {
  color: #1d1d1f;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 750;
}

.pdpPage .bandTableWrap {
  padding: 12px;
  border-radius: 8px;
  background: #fff;
}

.pdpPage .pdpDownloadJson {
  width: fit-content;
  min-height: 32px;
  margin: 0 auto 12px;
  padding: 0 16px;
  font-size: 12px;
}

.pdpPage .bandTable th,
.pdpPage .bandTable td {
  padding: 6px 5px;
  font-size: 11px;
}

.pdpPage .wiringCard,
.pdpPage .aiPageCard {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
}

.pdpPage .wiringActions,
.pdpPage .pdpAiActions {
  gap: 8px;
}

.pdpPage .pdpAiActions {
  display: flex;
  flex-wrap: wrap;
}

.pdpPage .productGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 960px) {
  .pdpPage .pdpBandInner {
    width: min(100% - 32px, 820px);
  }

  .pdpPage .pdpHeroGrid,
  .pdpPage .wiringCard,
  .pdpPage .aiPageCard {
    grid-template-columns: 1fr;
  }

  .pdpPage .pdpMetrics,
  .pdpPage .pdpFeatureGrid,
  .pdpPage .pdpDetailGrid,
  .pdpPage .detailModuleStack,
  .pdpPage .specTable,
  .pdpPage .compatGrid,
  .pdpPage .productGrid {
    grid-template-columns: 1fr;
  }
}

/* MAX SOLO page density tuning */
.maxSoloWide {
  width: min(1080px, calc(100% - 52px));
}

.maxSoloShell,
.maxSoloSectionIntro {
  width: min(880px, calc(100% - 52px));
}

.maxSoloHeroPanel {
  padding: 78px 0 88px;
}

.maxSoloHeroGrid {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
}

.maxSoloHeroCopy h1 {
  font-size: 72px;
}

.maxSoloHeroCopy > p:not(.maxSoloEyebrow) {
  max-width: 520px;
  font-size: 21px;
}

.maxSoloHighlights {
  gap: 14px;
  margin-top: 26px;
}

.maxSoloCleanProduct {
  width: min(540px, 100%);
}

.maxSoloSection {
  padding: 78px 0;
}

.maxSoloSectionIntro {
  margin-bottom: 34px;
}

.maxSoloSectionIntro h2 {
  max-width: 760px;
  margin-inline: auto;
  font-size: 44px;
}

.maxSoloSectionIntro span {
  max-width: 680px;
  font-size: 18px;
}

.maxSoloAppleCard {
  padding: 22px;
}

.maxSoloAppleCard h3,
.maxSoloAppleCard strong {
  font-size: 21px;
}

.maxSoloAppleCard p {
  font-size: 14px;
  line-height: 1.72;
}

.maxSoloCardGrid,
.maxSoloManualGrid,
.maxSoloSpecGrid,
.maxSoloPowerGrid,
.maxSoloThreeGrid,
.maxSoloConnectorGrid {
  gap: 8px;
}

.maxSoloDimensionGrid,
.maxSoloShell.maxSoloWiringPanel,
.maxSoloOsdCard {
  gap: 8px;
}

.maxSoloWiringPanel {
  padding: 28px;
  grid-template-columns: 0.9fr 1.1fr;
}

.maxSoloDeviceSketch {
  min-height: 260px;
}

.maxSoloDeviceSketch .device {
  top: 68px;
  width: min(235px, 66%);
  height: 118px;
}

.maxSoloTableWrap,
.maxSoloOsdCard {
  padding: 22px;
}

.maxSoloFreqTable th,
.maxSoloFreqTable td {
  padding: 10px 8px;
}

.maxSoloInlineBlock {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.maxSoloInlineHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.maxSoloInlineHead p {
  margin: 0;
  color: #707070;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.maxSoloInlineHead h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1.2;
}

.maxSoloPowerGridCompact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.maxSoloPowerGridCompact .maxSoloPowerCard strong {
  font-size: 26px;
}

.maxSoloSafetyCluster {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 8px;
  margin-top: 8px;
}

.maxSoloSafetyCluster ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: #707070;
  font-size: 13px;
  line-height: 1.62;
}

.maxSoloSafetyCluster li + li {
  margin-top: 8px;
}

.maxSoloSafetyMiniGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.maxSoloSafetyMiniGrid div {
  padding: 12px;
  border-radius: 8px;
  background: #f5f5f7;
}

.maxSoloSafetyMiniGrid strong {
  font-size: 14px;
}

.maxSoloSafetyMiniGrid p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
}

.maxSoloApplePage .maxSoloSection {
  padding: 58px 0;
}

.maxSoloApplePage .maxSoloSectionIntro {
  margin-bottom: 24px;
}

.maxSoloApplePage .maxSoloShell,
.maxSoloApplePage .maxSoloSectionIntro {
  width: min(760px, calc(100% - 52px));
}

.maxSoloApplePage .maxSoloWide {
  width: min(980px, calc(100% - 52px));
}

.maxSoloApplePage .maxSoloSection {
  padding: 46px 0;
}

.maxSoloApplePage .maxSoloSpecGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.maxSoloApplePage .maxSoloSpecGrid .maxSoloAppleCard {
  min-height: 0;
  padding: 12px;
  box-shadow: none;
}

.maxSoloApplePage .maxSoloSpecGrid .maxSoloAppleCard em {
  margin-bottom: 7px;
  font-size: 10px;
}

.maxSoloApplePage .maxSoloSpecGrid .maxSoloAppleCard strong {
  font-size: 13px;
  line-height: 1.32;
}

.maxSoloApplePage .maxSoloDimensionGrid {
  width: min(760px, calc(100% - 52px));
  grid-template-columns: 1.1fr repeat(3, 0.62fr);
  gap: 6px;
  margin-top: 6px;
}

.maxSoloApplePage .maxSoloDimensionGrid .maxSoloAppleCard {
  padding: 12px;
  box-shadow: none;
}

.maxSoloApplePage .maxSoloDimensionGrid .maxSoloAppleCard:first-child strong,
.maxSoloApplePage .maxSoloMetricCard strong {
  font-size: 19px;
}

.maxSoloApplePage .maxSoloDimensionGrid .maxSoloAppleCard p {
  font-size: 12px;
  line-height: 1.45;
}

.maxSoloApplePage .maxSoloSectionIntro h2 {
  font-size: 36px;
}

.maxSoloApplePage .maxSoloSectionIntro span {
  font-size: 16px;
}

/* MAX SOLO extra compact mode */
.maxSoloApplePage .maxSoloWide {
  width: min(920px, calc(100% - 48px));
}

.maxSoloApplePage .maxSoloShell,
.maxSoloApplePage .maxSoloSectionIntro {
  width: min(820px, calc(100% - 48px));
}

.maxSoloApplePage .maxSoloHeroPanel {
  padding: 42px 0 46px;
}

.maxSoloApplePage .maxSoloHeroGrid {
  gap: 26px;
}

.maxSoloApplePage .maxSoloHeroCopy h1 {
  font-size: 54px;
}

.maxSoloApplePage .maxSoloHeroCopy > p:not(.maxSoloEyebrow) {
  margin-top: 14px;
  max-width: 440px;
  font-size: 17px;
  line-height: 1.38;
}

.maxSoloApplePage .maxSoloHeroActions {
  margin-top: 18px;
}

.maxSoloApplePage .maxSoloHighlights {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.maxSoloApplePage .maxSoloHighlight {
  display: block;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.maxSoloApplePage .maxSoloHighlight > span {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  font-size: 14px;
}

.maxSoloApplePage .maxSoloHighlight strong {
  font-size: 13px;
}

.maxSoloApplePage .maxSoloHighlight p {
  font-size: 12px;
  line-height: 1.4;
}

.maxSoloApplePage .maxSoloCleanProduct {
  width: min(420px, 100%);
}

.maxSoloApplePage .maxSoloProductStage > p {
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.55;
}

.maxSoloApplePage .maxSoloSection {
  padding: 30px 0;
}

.maxSoloApplePage .maxSoloSectionIntro {
  margin-bottom: 14px;
}

.maxSoloApplePage .maxSoloSectionIntro p {
  margin-bottom: 8px;
  font-size: 11px;
}

.maxSoloApplePage .maxSoloSectionIntro h2 {
  max-width: 620px;
  font-size: 28px;
  line-height: 1.12;
}

.maxSoloApplePage .maxSoloSectionIntro span {
  max-width: 620px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.maxSoloApplePage .maxSoloDownloadJson {
  width: fit-content;
  min-height: 32px;
  margin: 12px auto 0;
  padding: 0 16px;
  font-size: 12px;
}

.maxSoloApplePage .maxSoloSectionIntro h2 {
  width: min(25em, 100%);
  max-width: none;
}

.maxSoloApplePage .maxSoloCardGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.maxSoloApplePage .maxSoloManualGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.maxSoloApplePage .maxSoloThreeGrid,
.maxSoloApplePage .maxSoloConnectorGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.maxSoloApplePage .maxSoloAppleCard {
  padding: 12px;
  box-shadow: none;
}

.maxSoloApplePage .maxSoloAppleCard em {
  margin-bottom: 7px;
  font-size: 10px;
}

.maxSoloApplePage .maxSoloAppleCard h3,
.maxSoloApplePage .maxSoloAppleCard strong {
  font-size: 15px;
  line-height: 1.28;
}

.maxSoloApplePage .maxSoloAppleCard p {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.48;
}

.maxSoloApplePage .maxSoloSpecGrid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}

.maxSoloApplePage .maxSoloSpecGrid .maxSoloAppleCard {
  padding: 9px;
}

.maxSoloApplePage .maxSoloSpecGrid .maxSoloAppleCard strong {
  font-size: 12px;
  line-height: 1.25;
}

.maxSoloApplePage .maxSoloWiringPanel {
  padding: 16px;
  gap: 16px;
}

.maxSoloApplePage .maxSoloDeviceSketch {
  min-height: 210px;
}

.maxSoloApplePage .maxSoloDeviceSketch .label {
  top: 18px;
  font-size: 10px;
}

.maxSoloApplePage .maxSoloDeviceSketch .device {
  top: 52px;
  height: 96px;
}

.maxSoloApplePage .maxSoloDeviceSketch .slot {
  top: 18px;
  height: 60px;
}

.maxSoloApplePage .maxSoloDeviceSketch .fan {
  width: 58px;
  height: 58px;
  top: 19px;
}

.maxSoloApplePage .maxSoloPinStack {
  gap: 8px;
}

.maxSoloApplePage .maxSoloPinStack h3 {
  margin-bottom: 6px;
  font-size: 14px;
}

.maxSoloApplePage .maxSoloPinStack span {
  min-height: 24px;
  padding: 0 8px;
  font-size: 10px;
}

.maxSoloApplePage .maxSoloInlineBlock {
  padding-top: 10px;
}

.maxSoloApplePage .maxSoloInlineHead {
  margin-bottom: 8px;
}

.maxSoloApplePage .maxSoloInlineHead h3 {
  font-size: 16px;
}

.maxSoloApplePage .maxSoloTableWrap,
.maxSoloApplePage .maxSoloOsdCard {
  padding: 12px;
}

.maxSoloApplePage .maxSoloFreqTable th,
.maxSoloApplePage .maxSoloFreqTable td {
  padding: 6px 5px;
  font-size: 11px;
}

.maxSoloApplePage .maxSoloFreqTable .restricted {
  min-width: 46px;
  padding: 3px 5px;
}

.maxSoloApplePage .maxSoloTableNote {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
}

.maxSoloApplePage .maxSoloPowerGridCompact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.maxSoloApplePage .maxSoloPowerGridCompact .maxSoloAppleCard {
  padding: 10px;
}

.maxSoloApplePage .maxSoloPowerGridCompact .maxSoloPowerCard strong {
  font-size: 18px;
}

.maxSoloApplePage .maxSoloOsdCard {
  grid-template-columns: 0.8fr 1.2fr;
  gap: 12px;
}

.maxSoloApplePage .maxSoloOsdScreen {
  padding: 12px;
}

.maxSoloApplePage .maxSoloOsdScreen pre,
.maxSoloApplePage .maxSoloOsdMenu span,
.maxSoloApplePage .maxSoloOsdCard > p {
  font-size: 11px;
  line-height: 1.45;
}

.maxSoloApplePage .maxSoloOsdMenu {
  gap: 4px 10px;
}

.maxSoloApplePage .maxSoloOsdMenu span {
  padding: 7px 0;
}

.maxSoloApplePage .maxSoloSafetyCluster {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.maxSoloApplePage .maxSoloSafetyCluster ul {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.45;
}

.maxSoloApplePage .maxSoloSafetyCluster li + li {
  margin-top: 5px;
}

.maxSoloApplePage .maxSoloSafetyMiniGrid {
  gap: 5px;
}

.maxSoloApplePage .maxSoloSafetyMiniGrid div {
  padding: 8px;
}

.maxSoloApplePage .maxSoloFooter {
  margin-top: 20px;
  padding-top: 14px;
}

@media (max-width: 960px) {
  .maxSoloWide,
  .maxSoloShell,
  .maxSoloSectionIntro {
    width: min(100% - 32px, 880px);
  }

  .maxSoloHeroGrid {
    gap: 32px;
  }

  .maxSoloPowerGridCompact,
  .maxSoloSafetyCluster,
  .maxSoloApplePage .maxSoloSpecGrid,
  .maxSoloApplePage .maxSoloDimensionGrid,
  .maxSoloApplePage .maxSoloCardGrid,
  .maxSoloApplePage .maxSoloManualGrid,
  .maxSoloApplePage .maxSoloPowerGridCompact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .maxSoloHeroPanel,
  .maxSoloSection {
    padding: 54px 0;
  }

  .maxSoloApplePage .maxSoloSection {
    padding: 44px 0;
  }

  .maxSoloHeroCopy h1 {
    font-size: 46px;
  }

  .maxSoloSectionIntro h2 {
    font-size: 31px;
  }

  .maxSoloInlineHead,
  .maxSoloSafetyMiniGrid {
    grid-template-columns: 1fr;
    display: grid;
  }
}

/* Hyer Aviation inspired global design direction */
.app {
  background: #f7f7f4;
  color: #000d10;
}

.siteHeader,
.siteHeader.transparent {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 13, 16, 0.1);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
}

.siteHeader.transparent .brandName,
.siteHeader.transparent .navLink,
.siteHeader.transparent .langButton {
  color: #000d10;
}

.siteHeader.transparent .brandTag {
  color: #8e8e95;
}

.siteHeaderInner {
  min-height: var(--header-h);
  padding-block: 10px;
}

.brandMark {
  border-radius: 999px;
  background: #000d10;
  box-shadow: none;
}

.brandName {
  color: #000d10;
  font-weight: 800;
}

.brandTag {
  color: #8e8e95;
}

.navLink {
  color: #000d10;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.navLink:hover,
.navLink.active,
.siteHeader.transparent .navLink:hover,
.siteHeader.transparent .navLink.active,
.sectionLink,
.productAction {
  color: #bc7155;
}

.navDropdown,
.langDropdown,
.mobilePanel,
.aiPanel {
  border-color: rgba(0, 13, 16, 0.1);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.navDropdownLink:hover,
.sideItem:hover,
.langOption:hover {
  background: #f3f1ee;
}

.langButton,
.mobileMenuBtn,
.heroArrow,
.iconBtn {
  border-color: rgba(0, 13, 16, 0.14);
  background: #fff;
  color: #000d10;
  box-shadow: none;
}

.langOption.active,
.footerLangBtn.active,
.mobileLangBtn.active,
.aiLangBtn.active,
.tab.active,
.sideItem.active,
.productBadge {
  border-color: rgba(188, 113, 85, 0.34);
  background: rgba(188, 113, 85, 0.1);
  color: #bc7155;
  box-shadow: none;
}

.siteMain {
  background: #f7f7f4;
}

.page {
  padding-top: 64px;
  padding-bottom: 108px;
}

.pageHead {
  padding-top: 42px;
}

.pageTitle {
  color: #000d10;
  font-size: 64px;
  line-height: 0.98;
  font-weight: 850;
  letter-spacing: 0;
}

.pageSub {
  color: #6f7076;
  font-size: 21px;
  line-height: 1.45;
}

.section {
  margin-top: 72px;
}

.sectionHead {
  margin-bottom: 26px;
}

.sectionTitle {
  color: #000d10;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.12;
  font-weight: 750;
}

.heroFull {
  margin-top: 0;
}

.heroSection {
  padding-top: 0;
}

.heroCarousel,
.heroInner,
.heroCarouselFull {
  border: 0;
  border-radius: 0;
  background: #000d10;
  box-shadow: none;
}

.heroCarouselFull,
.heroCarouselFull .heroSlideInner {
  height: 740px;
}

.heroCarouselFull .heroSlideInner {
  max-width: var(--content-max);
  align-content: end;
  padding: calc(var(--header-h) + 64px) 18px 92px;
}

.heroBg {
  opacity: 1;
}

.heroImg {
  opacity: 0.56;
  filter: saturate(0.82) contrast(1.05);
}

.heroShade {
  background:
    linear-gradient(90deg, rgba(0, 13, 16, 0.84) 0%, rgba(0, 13, 16, 0.52) 48%, rgba(0, 13, 16, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 13, 16, 0.2) 0%, rgba(0, 13, 16, 0.88) 100%);
}

.heroCopy {
  max-width: 760px;
}

.heroCarouselFull .heroKicker,
.heroKicker {
  color: #bc7155;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heroCarouselFull .heroTitle,
.heroTitle {
  color: #fff;
  margin-top: 14px;
  font-size: 92px;
  line-height: 0.92;
  font-weight: 880;
  letter-spacing: 0;
}

.heroCarouselFull .heroDesc,
.heroDesc {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 22px;
  max-width: 620px;
  font-size: 21px;
  line-height: 1.45;
}

.heroCarouselFull .stripItem,
.heroSpecStrip .stripItem,
.specChip,
.pill,
.tag {
  border-color: rgba(0, 13, 16, 0.12);
  background: #fff;
  color: #000d10;
}

.heroCarouselFull .stripItem {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
}

.heroDots {
  bottom: 28px;
}

.heroDotBtn {
  height: 4px;
  background: rgba(255, 255, 255, 0.34);
  border-color: transparent;
}

.heroDotBtn.active {
  background: #bc7155;
  border-color: #bc7155;
}

.btnPrimary,
.primary,
.featuredAssistBtn,
.heroCarouselFull .btnPrimary,
.maxSoloAppleButtonFill {
  min-height: 44px;
  border-radius: 999px;
  border-color: #bc7155;
  background: #bc7155;
  color: #fff;
  box-shadow: none;
}

.btnSecondary,
.secondary,
.ghost,
.heroCarouselFull .btnSecondary,
.maxSoloAppleButtonGhost {
  min-height: 44px;
  border-radius: 999px;
  border-color: rgba(0, 13, 16, 0.18);
  background: #fff;
  color: #000d10;
  box-shadow: none;
}

.heroCarouselFull .btnSecondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btnPrimary:hover,
.btnSecondary:hover,
.primary:hover,
.secondary:hover,
.featuredAssistBtn:hover {
  transform: translateY(-1px);
}

.categoryTileGrid,
.featuredGrid,
.productGrid,
.supportGrid,
.toolboxGrid,
.categoryGrid {
  gap: 18px;
}

.categoryTile,
.categoryCard,
.featuredTile,
.featuredAssist,
.productCard,
.supportCard,
.softwareTop,
.softwareCard > *,
.downloadRow,
.toolboxToolCard,
.docsCard,
.buildCard,
.filters,
.filterCard,
.productHero,
.pdMainImg,
.pdThumb,
.pdInfoCard,
.pdSection,
.modalCard,
.modalSection,
.aiLead,
.aiOpener,
.contactCard,
.card,
.infoCard,
.heroCard {
  border-radius: 18px;
  border-color: rgba(0, 13, 16, 0.11);
  background: #fff;
  box-shadow: none;
}

.categoryTile:hover,
.categoryCard:hover,
.featuredTile:hover,
.productCard:hover,
.supportCard:hover,
.downloadRow:hover,
.toolboxToolCard:hover,
.buildCard:hover,
.docsCard:hover {
  border-color: rgba(188, 113, 85, 0.42);
  box-shadow: none;
  transform: translateY(-2px);
}

.categoryTile {
  grid-template-rows: 220px auto;
}

.categoryTileMedia,
.featuredMedia,
.productMedia,
.productImage,
.pdMainImg,
.softwareIcon,
.toolboxToolIcon,
.pdpDetailMedia,
.detailModuleImg {
  background: #f3f1ee;
  border-color: rgba(0, 13, 16, 0.09);
}

.categoryTileImg,
.featuredImg,
.productImage {
  object-fit: contain;
}

.categoryTileBar {
  padding: 18px 20px;
  border-top-color: rgba(0, 13, 16, 0.08);
}

.categoryTileName,
.categoryName,
.featuredTitle,
.featuredAssistTitle,
.productTitle,
.softwareName,
.supportTitle,
.docsTitle,
.downloadName,
.buildTitle,
.toolboxSummaryTitle,
.toolboxToolName,
.pdTitle {
  color: #000d10;
}

.categoryTagline,
.featuredMeta,
.productDesc,
.softwareDesc,
.softwareSub,
.supportText,
.docMeta,
.downloadMeta,
.buildHint,
.toolboxSummaryMeta,
.toolboxToolMeta,
.toolboxToolDesc,
.pdSub,
.muted {
  color: #707178;
}

.featuredAssist {
  background: #000d10;
  color: #fff;
}

.featuredAssistKicker,
.featuredAssistTitle {
  color: #fff;
}

.featuredAssistBtn {
  border-color: #bc7155;
}

.productCard {
  padding: 16px;
}

.productMedia {
  border-radius: 16px;
}

.productBadge.productBadgeMuted {
  color: #707178;
  background: #f3f1ee;
  border-color: rgba(0, 13, 16, 0.1);
}

.productActions,
.cardBottom {
  border-top-color: rgba(0, 13, 16, 0.1);
}

.input,
.searchInput,
.select,
.textarea,
.aiTextarea,
input,
select,
textarea {
  border-radius: 999px;
  border-color: rgba(0, 13, 16, 0.16);
  background: #fff;
  color: #000d10;
}

textarea,
.textarea,
.aiTextarea {
  border-radius: 18px;
}

.input:focus,
.searchInput:focus,
.select:focus,
.textarea:focus,
.aiTextarea:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(188, 113, 85, 0.72);
  box-shadow: 0 0 0 4px rgba(188, 113, 85, 0.14);
}

.siteFooter {
  border-top-color: rgba(0, 13, 16, 0.1);
  background: #fff;
}

.aiFab {
  background: #bc7155;
  box-shadow: none;
}

.aiChip {
  border-color: rgba(0, 13, 16, 0.1);
  background: #f3f1ee;
}

.pdpPage {
  background: #f7f7f4;
  color: #000d10;
}

.pdpPage .pdpBand {
  padding: 72px 0;
  background: #f7f7f4;
}

.pdpPage .pdpBandDark {
  color: #fff;
  background: #000d10;
}

.pdpPage .pdpBandWhite {
  background: #fff;
}

.pdpPage .pdpBandSoft {
  background: #f7f7f4;
}

.pdpPage .pdpBandDark .pdpHeadline,
.pdpPage .pdpBandDark .pdpPrice {
  color: #fff;
}

.pdpPage .pdpBandDark .pdpLead,
.pdpPage .pdpBandDark .pdpLeadZh {
  color: rgba(255, 255, 255, 0.76);
}

.pdpPage .pdpKicker,
.pdpPage .pdpBandDark .pdpKicker {
  color: #bc7155;
}

.pdpPage .pdpBandInner {
  width: min(var(--content-max), calc(100% - 48px));
}

.pdpPage .pdpHeroGrid {
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
}

.pdpPage .pdpHeroCopy {
  max-width: 560px;
}

.pdpPage .pdpHeadline {
  color: #000d10;
  font-size: 64px;
  line-height: 0.98;
  font-weight: 880;
}

.pdpPage .pdpLead,
.pdpPage .pdpLeadZh {
  color: #707178;
  font-size: 17px;
  line-height: 1.65;
}

.pdpPage .pdpHeroVisual {
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}

.pdpPage .pdpHeroVisual .pdpHeroImg,
.pdpPage .pdpHeroImg {
  max-height: 460px;
  background: #fff;
}

.pdpPage .pdpChip,
.pdpPage .specChip {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.pdpPage .pdpBandWhite .pdpChip,
.pdpPage .pdpBandSoft .pdpChip,
.pdpPage .pdpBandWhite .specChip,
.pdpPage .pdpBandSoft .specChip {
  border-color: rgba(0, 13, 16, 0.12);
  background: #fff;
  color: #000d10;
}

.pdpPage .pdpSectionTitle {
  color: #000d10;
  font-size: 42px;
  line-height: 1.06;
  font-weight: 850;
}

.pdpPage .pdpMetrics,
.pdpPage .pdpFeatureGrid,
.pdpPage .pdpDetailGrid,
.pdpPage .specTable,
.pdpPage .compatGrid,
.pdpPage .productGrid {
  gap: 14px;
}

.pdpPage .detailModuleStack {
  grid-template-columns: 1fr;
  gap: 18px;
}

.pdpPage .pdpMetricCard,
.pdpPage .pdpFeatureCard,
.pdpPage .pdpDetailCard,
.pdpPage .compatCard,
.pdpPage .noticeCard,
.pdpPage .wiringCard,
.pdpPage .aiPageCard,
.pdpPage .pdpSizeCard,
.pdpPage .detailModuleCard,
.detailModuleCard {
  border-radius: 18px;
  border-color: rgba(0, 13, 16, 0.11);
  background: #fff;
  box-shadow: none;
}

.pdpPage .pdpMetricValue,
.pdpPage .pdpFeatureTitle,
.pdpPage .compatTitle,
.pdpPage .noticeTitle,
.pdpPage .wiringTitle,
.pdpPage .aiPageTitle,
.pdpPage .pdpSizeTitle,
.pdpPage .pdpDetailTitle {
  color: #000d10;
  font-size: 18px;
}

.pdpPage .pdpMetricLabel,
.pdpPage .pdpMetricSub,
.pdpPage .pdpFeatureBody,
.pdpPage .noticeText,
.pdpPage .pdpWiringSub,
.pdpPage .pdpAiSub,
.pdpPage .pdpSizeSub,
.pdpPage .compatList,
.pdpPage .pdpDetailBody,
.pdpPage .detailModuleCaption {
  color: #707178;
  font-size: 14px;
  line-height: 1.65;
}

.pdpPage .specTableRow {
  border-color: rgba(0, 13, 16, 0.1);
  background: #fff;
}

.pdpPage .specTableKey {
  color: #8e8e95;
}

.pdpPage .specTableVal {
  color: #000d10;
}

.pdpPage .bandTableWrap {
  border-color: rgba(0, 13, 16, 0.11);
  background: #fff;
}

.maxSoloApplePage {
  color: #000d10;
  background: #f7f7f4;
}

.maxSoloApplePage .maxSoloAppleNav {
  background: rgba(255, 255, 255, 0.9);
}

.maxSoloApplePage .maxSoloHeroPanel {
  background: #000d10;
}

.maxSoloApplePage .maxSoloEyebrow,
.maxSoloApplePage .maxSoloAppleCard em {
  color: #bc7155;
}

.maxSoloApplePage .maxSoloHeroCopy h1,
.maxSoloApplePage .maxSoloHeroCopy > p:not(.maxSoloEyebrow),
.maxSoloApplePage .maxSoloHighlight strong {
  color: #fff;
}

.maxSoloApplePage .maxSoloHighlight p,
.maxSoloApplePage .maxSoloProductStage > p {
  color: rgba(255, 255, 255, 0.7);
}

.maxSoloApplePage .maxSoloHighlight > span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.maxSoloApplePage .maxSoloSectionIntro h2,
.maxSoloApplePage .maxSoloAppleCard h3,
.maxSoloApplePage .maxSoloAppleCard strong,
.maxSoloApplePage .maxSoloInlineHead h3 {
  color: #000d10;
}

.maxSoloApplePage .maxSoloSectionIntro span,
.maxSoloApplePage .maxSoloAppleCard p,
.maxSoloApplePage .maxSoloInlineHead p,
.maxSoloApplePage .maxSoloSafetyCluster ul {
  color: #707178;
}

.maxSoloApplePage .maxSoloAppleCard,
.maxSoloApplePage .maxSoloTableWrap,
.maxSoloApplePage .maxSoloOsdCard,
.maxSoloApplePage .maxSoloWiringPanel {
  border-color: rgba(0, 13, 16, 0.11);
  background: #fff;
  box-shadow: none;
}

@media (max-width: 1040px) {
  .topNav {
    display: none;
  }

  .mobileMenuBtn {
    display: block;
  }

  .pageTitle {
    font-size: 48px;
  }

  .heroCarouselFull,
  .heroCarouselFull .heroSlideInner {
    height: 680px;
  }

  .heroCarouselFull .heroTitle,
  .heroTitle {
    font-size: 64px;
  }

  .categoryTileGrid,
  .featuredGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featuredGrid {
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .featuredTile,
  .featuredAssist {
    flex: initial;
    scroll-snap-align: unset;
  }

  .pdpPage .pdpHeroGrid,
  .pdpPage .wiringCard,
  .pdpPage .aiPageCard {
    grid-template-columns: 1fr;
  }

  .pdpPage .pdpMetrics,
  .pdpPage .pdpFeatureGrid,
  .pdpPage .pdpDetailGrid,
  .pdpPage .specTable,
  .pdpPage .compatGrid,
  .pdpPage .productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  :root {
    --header-h: 66px;
  }

  .siteHeaderInner {
    padding-inline: 14px;
  }

  .brandMark {
    width: 36px;
    height: 36px;
  }

  .brandTag,
  .langButton {
    display: none;
  }

  .page {
    padding: 34px 16px 78px;
  }

  .pageHead {
    padding-top: 28px;
  }

  .pageTitle {
    font-size: 38px;
    line-height: 1.04;
  }

  .pageSub {
    font-size: 17px;
  }

  .section {
    margin-top: 50px;
  }

  .sectionHead {
    align-items: flex-start;
  }

  .sectionTitle {
    font-size: 28px;
  }

  .heroCarouselFull,
  .heroCarouselFull .heroSlideInner {
    height: 640px;
  }

  .heroCarouselFull .heroSlideInner {
    padding: calc(var(--header-h) + 40px) 16px 76px;
  }

  .heroCarouselFull .heroTitle,
  .heroTitle {
    font-size: 46px;
    line-height: 0.98;
  }

  .heroCarouselFull .heroDesc,
  .heroDesc {
    font-size: 17px;
  }

  .heroCtas,
  .heroBtns,
  .pdpBtnRow,
  .pdpHeroBtns {
    width: 100%;
  }

  .btnPrimary,
  .btnSecondary,
  .primary,
  .secondary,
  .ghost {
    width: 100%;
  }

  .heroSpecStrip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .categoryTileGrid,
  .featuredGrid,
  .productGrid,
  .supportGrid,
  .supportQuickGrid,
  .supportContactRow,
  .toolboxGrid,
  .categoryGrid,
  .pdpPage .pdpMetrics,
  .pdpPage .pdpFeatureGrid,
  .pdpPage .pdpDetailGrid,
  .pdpPage .specTable,
  .pdpPage .compatGrid,
  .pdpPage .productGrid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .categoryTile {
    grid-template-rows: 190px auto;
  }

  .featuredTile,
  .featuredAssist,
  .productCard {
    min-height: auto;
  }

  .mobilePanel {
    width: min(92vw, 360px);
  }

  .pdpPage .pdpBand {
    padding: 48px 0;
  }

  .pdpPage .pdpBandInner {
    width: min(100% - 32px, 1120px);
  }

  .pdpPage .pdpHeadline {
    font-size: 42px;
  }

  .pdpPage .pdpSectionTitle {
    font-size: 32px;
    text-align: left;
  }

  .pdpPage .pdpHeroVisual .pdpHeroImg,
  .pdpPage .pdpHeroImg {
    max-height: 300px;
  }

  .detailImageGrid {
    grid-template-columns: 1fr;
  }

  .maxSoloApplePage .maxSoloHeroGrid,
  .maxSoloApplePage .maxSoloWiringPanel,
  .maxSoloApplePage .maxSoloOsdCard {
    grid-template-columns: 1fr;
  }

  .maxSoloApplePage .maxSoloHeroCopy h1 {
    font-size: 44px;
  }
}

/* Brand-first FPV homepage from Hyer reference pack */
.brandLandingHero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(560px, 1.12fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100svh - var(--header-h));
  padding: 64px 42px 54px;
  overflow: hidden;
  background: #fff;
}

.brandLandingHero::before {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -24%;
  width: 58%;
  height: 58%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(188, 113, 85, 0.14), transparent 60%);
}

.brandHeroCopy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.brandKicker {
  margin: 0 0 24px;
  color: #bc7155;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brandHeroCopy h1 {
  margin: 0;
  color: #000d10;
  font-size: 82px;
  line-height: 0.9;
  font-weight: 850;
  letter-spacing: 0;
}

.brandLead {
  max-width: 630px;
  margin: 28px 0 0;
  color: #334044;
  font-size: 18px;
  line-height: 1.62;
}

.brandTrustRow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0;
}

.brandTrustItem {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding-right: 14px;
  border-right: 1px solid rgba(0, 13, 16, 0.14);
}

.brandTrustItem:last-child {
  border-right: 0;
}

.brandTrustIcon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #bc7155;
  border-radius: 999px;
  color: #bc7155;
  font-weight: 850;
}

.brandTrustItem strong {
  display: block;
  color: #000d10;
  font-size: 14px;
  line-height: 1.15;
}

.brandTrustItem span:not(.brandTrustIcon) {
  display: block;
  margin-top: 5px;
  color: #8e8e95;
  font-size: 13px;
}

.brandCtaRow {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.brandBtn {
  min-height: 52px;
  padding-inline: 26px;
}

.brandBtnGhost {
  background: transparent;
}

.brandDroneWrap {
  position: relative;
  z-index: 1;
  min-height: 640px;
  isolation: isolate;
  perspective: 1200px;
}

.brandDroneWrap::before {
  content: "";
  position: absolute;
  inset: 10% 4% 8% 0;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 55%, rgba(0, 13, 16, 0.08), transparent 44%),
    linear-gradient(110deg, transparent 0 45%, rgba(0, 13, 16, 0.04) 45% 46%, transparent 46% 100%);
}

.brandOrbit {
  position: absolute;
  border: 1px solid rgba(0, 13, 16, 0.12);
  border-radius: 50%;
  transform: rotateX(64deg);
}

.brandOrbitA {
  width: 76%;
  height: 58%;
  left: 12%;
  top: 20%;
}

.brandOrbitB {
  width: 56%;
  height: 42%;
  left: 22%;
  top: 28%;
  border-style: dashed;
}

.brandDroneStage {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 620px;
  height: 460px;
  transform: translate(-50%, -50%) rotateX(var(--rx)) rotateY(var(--ry)) translate3d(var(--mx), var(--my), 0);
  transform-style: preserve-3d;
  transition: transform 300ms ease;
  filter: drop-shadow(0 30px 45px rgba(0, 13, 16, 0.18));
}

.brandDroneLayer,
.brandMotor,
.brandProp,
.brandScrew {
  position: absolute;
}

.brandFrame {
  left: 165px;
  top: 178px;
  width: 300px;
  height: 72px;
  border: 2px solid #17272b;
  border-radius: 18px;
  background: #000d10;
  transform: skewX(-14deg) rotate(-5deg);
}

.brandFrame::before,
.brandFrame::after {
  content: "";
  position: absolute;
  inset: 16px 24px;
  border-top: 8px solid rgba(255, 255, 255, 0.12);
  border-bottom: 8px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.brandFrameTop {
  top: 128px;
  transform: translateZ(52px) skewX(-14deg) rotate(-5deg);
}

.brandFrameBottom {
  top: 226px;
  opacity: 0.96;
  transform: translateZ(-22px) skewX(-14deg) rotate(-5deg);
}

.brandStack {
  left: 278px;
  top: 206px;
  width: 82px;
  height: 90px;
  border: 2px solid #1d2d31;
  border-radius: 12px;
  background: repeating-linear-gradient(0deg, #060b0d, #060b0d 12px, #bc7155 13px, #221411 15px);
  transform: translateZ(82px) rotate(-5deg);
}

.brandCamera {
  left: 238px;
  top: 296px;
  width: 58px;
  height: 52px;
  border: 2px solid #142225;
  border-radius: 14px;
  background: #030708;
  transform: translateZ(92px) rotate(-8deg);
}

.brandCamera::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 8%, #0a1316 9% 46%, #000 47% 100%);
}

.brandVtx {
  left: 158px;
  top: 58px;
  width: 94px;
  height: 60px;
  border: 2px solid #182629;
  border-radius: 16px;
  background: #070b0d;
  transform: translateZ(140px) rotate(-10deg);
}

.brandVtx::after {
  content: "";
  position: absolute;
  inset: 16px 14px;
  border-top: 5px solid rgba(255, 255, 255, 0.12);
  border-bottom: 5px solid rgba(255, 255, 255, 0.12);
}

.brandFiber {
  left: 450px;
  top: 344px;
  width: 78px;
  height: 64px;
  border: 2px solid #1c2b2f;
  border-radius: 18px;
  background: #080d0f;
  transform: translateZ(120px) rotate(8deg);
}

.brandFiber::before,
.brandFiber::after {
  content: "";
  position: absolute;
  top: -48px;
  width: 10px;
  height: 58px;
  border-radius: 8px;
  background: #020506;
}

.brandFiber::before {
  left: 16px;
}

.brandFiber::after {
  right: 16px;
}

.brandMotor {
  width: 76px;
  height: 76px;
  border: 5px solid #132226;
  border-radius: 50%;
  background: #05090b;
  transform-style: preserve-3d;
}

.brandMotor::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 4px solid #bc7155;
  border-radius: 50%;
}

.brandMotor-tl {
  left: 62px;
  top: 148px;
}

.brandMotor-tr {
  right: 46px;
  top: 126px;
}

.brandMotor-bl {
  left: 84px;
  bottom: 82px;
}

.brandMotor-br {
  right: 74px;
  bottom: 92px;
}

.brandProp {
  left: -42px;
  top: 26px;
  width: 150px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.78;
  background: linear-gradient(90deg, transparent, #20292b 26%, #0a0e10 50%, #20292b 74%, transparent);
}

.brandPropB {
  transform: rotate(90deg);
}

.brandMotor-tl .brandProp,
.brandMotor-br .brandProp {
  animation: brandPropSlow 5s linear infinite;
}

.brandMotor-tr .brandProp,
.brandMotor-bl .brandProp {
  animation: brandPropSlow 5s linear infinite reverse;
}

.brandScrew {
  width: 7px;
  height: 32px;
  border-radius: 4px;
  background: #080d0f;
  transform: translateZ(170px);
}

.brandScrew-1 { left: 220px; top: 90px; }
.brandScrew-2 { left: 275px; top: 78px; }
.brandScrew-3 { left: 342px; top: 84px; }
.brandScrew-4 { left: 430px; top: 106px; }
.brandScrew-5 { left: 216px; top: 165px; }
.brandScrew-6 { left: 300px; top: 145px; }
.brandScrew-7 { left: 390px; top: 155px; }
.brandScrew-8 { left: 478px; top: 176px; }
.brandScrew-9 { left: 172px; top: 245px; }
.brandScrew-10 { left: 245px; top: 265px; }
.brandScrew-11 { left: 356px; top: 270px; }
.brandScrew-12 { left: 440px; top: 258px; }
.brandScrew-13 { left: 112px; top: 182px; }
.brandScrew-14 { left: 505px; top: 178px; }
.brandScrew-15 { left: 128px; top: 335px; }
.brandScrew-16 { left: 504px; top: 336px; }

.brandPartLabel {
  position: absolute;
  display: grid;
  gap: 4px;
  max-width: 220px;
  color: #000d10;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.brandPartLabel b {
  color: #bc7155;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.brandPartLabel strong {
  font-size: 15px;
  text-transform: uppercase;
}

.brandPartLabel span {
  color: #556267;
}

.brandPartLabel::before {
  content: "";
  position: absolute;
  top: 22px;
  width: 72px;
  height: 1px;
  background: #bc7155;
}

.brandPartLabel-1 { left: 18%; top: 11%; }
.brandPartLabel-2 { right: 4%; top: 10%; }
.brandPartLabel-3 { right: 2%; top: 42%; }
.brandPartLabel-4 { left: 16%; bottom: 14%; }
.brandPartLabel-5 { right: 6%; bottom: 12%; }
.brandPartLabel-1::before,
.brandPartLabel-4::before { left: 100%; }
.brandPartLabel-2::before,
.brandPartLabel-3::before,
.brandPartLabel-5::before { right: 100%; }

@keyframes brandPropSlow {
  to {
    transform: rotate(360deg);
  }
}

.brandSplitSection,
.brandProofSection {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 42px;
  padding: 68px 42px;
  border-top: 1px solid rgba(0, 13, 16, 0.14);
  background: #fff;
}

.brandSectionIntro h2,
.brandProofHeading h2,
.brandFooterCta h2 {
  margin: 0;
  color: #000d10;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.12;
  font-weight: 750;
  letter-spacing: -0.2px;
}

.brandSectionIntro p,
.brandProofHeading p {
  margin: 10px 0 0;
  color: #8e8e95;
  font-size: 14px;
  line-height: 1.5;
}

.brandSectionIntro a {
  display: inline-block;
  margin-top: 24px;
  color: #bc7155;
  font-weight: 850;
  text-decoration: none;
}

.brandSolutionGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brandSolutionCard {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(0, 13, 16, 0.14);
  border-radius: 28px;
  background: #f8f7f4;
  color: #000d10;
  text-decoration: none;
}

.brandSolutionCard span {
  color: #bc7155;
  font-size: 42px;
  font-weight: 850;
  letter-spacing: 0;
}

.brandSolutionCard h3 {
  margin: 8px 0 12px;
  font-size: 25px;
  line-height: 1.08;
}

.brandSolutionCard p {
  max-width: 260px;
  margin: 0;
  color: #556267;
  line-height: 1.5;
}

.brandSolutionAction {
  display: inline-block;
  margin-top: 22px;
  color: #000d10;
  font-size: 14px;
  font-weight: 850;
}

.brandSolutionCard i {
  position: absolute;
  right: -20px;
  bottom: -24px;
  width: 170px;
  height: 120px;
  opacity: 0.2;
  border-radius: 36% 64% 48% 52%;
  background: #000d10;
  transform: rotate(-10deg);
}

.brandComponentStrip {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr 1fr;
  grid-template-rows: 180px 180px;
  grid-template-areas:
    "video drone camera receiver"
    "stack drone frame frame";
  gap: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.brandComponentDroneCard {
  position: relative;
  grid-area: drone;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #f4f6f7;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.055);
}

.brandComponentDroneCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.92) contrast(1.04);
}

.brandComponentTile {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 20px 20px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(242, 246, 248, 0.76)),
    #fff;
  color: #000d10;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.055);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brandComponentTile:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.brandComponentTile strong {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 6px;
  color: #000;
  font-family: "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.brandComponentTile small {
  display: block;
  position: relative;
  z-index: 2;
  color: rgba(0, 13, 16, 0.66);
}

.brandComponentTile em {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 92px;
  color: #000;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
}

.brandComponentMeta {
  margin-top: 8px;
  color: #666;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brandComponentDesc {
  margin-top: 8px;
  color: #333;
  font-size: 12px;
  line-height: 1.42;
}

.brandMini {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 54px;
  height: 40px;
  border-radius: 12px;
  background: #080d0f;
  opacity: 0.9;
}

.brandMini-2,
.brandMini-4 {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.brandMini-3 {
  top: 32px;
  width: 80px;
  height: 14px;
  transform: rotate(-12deg);
}

.brandMini-5 {
  width: 18px;
  height: 70px;
  border-radius: 12px;
}

.brandMini-6 {
  width: 54px;
  height: 48px;
  border-radius: 16px;
}

.brandComponentIcon {
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 16px;
  width: 104px;
  height: 76px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.brandComponentTile-1 { grid-area: video; }
.brandComponentTile-2 { grid-area: stack; }
.brandComponentTile-3 { grid-area: frame; }
.brandComponentTile-4 { grid-area: receiver; }
.brandComponentTile-5 { grid-area: camera; }

.brandComponentTile-2 {
  padding: 20px 20px 18px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.82), transparent 26%),
    linear-gradient(160deg, #d9e6ee, #eef4f7 42%, #ffffff);
}

.brandComponentTile-2 .brandComponentIcon {
  left: 50%;
  top: 4px;
  width: min(92%, 180px);
  height: 118px;
  transform: translateX(-50%);
}

.brandComponentTile-2 strong {
  font-size: 20px;
}

.brandComponentTile-2 small {
  max-width: 100%;
}

.brandComponentTile-2 em {
  margin-top: 96px;
}

.brandComponentTile-3 {
  padding: 24px 24px 20px 300px;
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.86), transparent 18%),
    linear-gradient(145deg, #eef7df, #e3efcf);
}

.brandComponentTile-3 .brandComponentIcon,
.brandComponentTile-4 .brandComponentIcon {
  right: 16px;
  left: auto;
  top: 12px;
  width: 112px;
  height: 82px;
}

.brandComponentTile-3 .brandComponentIcon {
  left: -34px;
  right: auto;
  top: -30px;
  width: 340px;
  height: 240px;
  transform: none;
}

.brandComponentTile-3 em {
  margin-top: 0;
}

.brandComponentTile-3 strong {
  font-size: 26px;
}

.brandComponentTile-3 .brandComponentDesc {
  max-width: 320px;
}

.brandComponentTile-4 {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(255, 255, 255, 0.4)),
    #e8f4f8;
}

.brandComponentTile-1 {
  padding: 20px 20px 18px;
  background:
    radial-gradient(circle at 76% 46%, rgba(0, 20, 137, 0.1), transparent 28%),
    linear-gradient(135deg, #f9fbff, #e9f7fb 58%, #ffffff);
}

.brandComponentTile-1 .brandComponentIcon {
  left: 50%;
  right: auto;
  top: 0;
  width: min(96%, 190px);
  height: 124px;
  transform: translateX(-50%);
  object-position: center;
}

.brandComponentTile-1 em {
  margin-top: 100px;
}

.brandComponentTile-1 strong {
  font-size: 20px;
}

.brandComponentTile-1 .brandComponentDesc {
  max-width: 260px;
}

.brandComponentTile-5 {
  background:
    radial-gradient(circle at 62% 18%, rgba(0, 20, 137, 0.1), transparent 24%),
    linear-gradient(160deg, #f8fbff, #edf5fb 52%, #ffffff);
}

.brandComponentTile-5 .brandComponentIcon {
  left: 50%;
  right: auto;
  top: -2px;
  width: min(104%, 190px);
  height: 126px;
  transform: translateX(-50%);
}

.brandComponentTile-5 em {
  margin-top: 96px;
}

.brandProofSection {
  grid-template-columns: 0.8fr 1.2fr;
  background: #000d10;
  color: #fff;
}

.brandProofHeading h2 {
  color: #fff;
}

.brandProofHeading p {
  color: rgba(255, 255, 255, 0.68);
}

.brandProofGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.brandProofCard {
  min-height: 210px;
  padding: 28px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  color: #fff;
  text-decoration: none;
}

.brandProofCard span {
  color: #bc7155;
  font-weight: 850;
}

.brandProofCard h3 {
  margin: 20px 0 10px;
  font-size: 20px;
  line-height: 1.12;
}

.brandProofCard p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.48;
}

.brandProofAction {
  display: inline-block;
  margin-top: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.brandFooterCta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 78px 42px;
  background: #fff;
  border-top: 1px solid rgba(0, 13, 16, 0.14);
}

.brandFooterCta h2 {
  max-width: 860px;
  font-size: 64px;
  line-height: 0.94;
}

@media (max-width: 1240px) {
  .brandLandingHero,
  .brandSplitSection,
  .brandProofSection {
    grid-template-columns: 1fr;
  }

  .brandLandingHero {
    padding: 54px 28px 44px;
  }

  .brandHeroCopy h1 {
    font-size: 64px;
  }

  .brandDroneWrap {
    min-height: 620px;
  }

  .brandComponentStrip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brandProofGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .brandLandingHero {
    min-height: 0;
    padding: 34px 16px 38px;
  }

  .brandHeroCopy h1 {
    font-size: 44px;
    line-height: 0.96;
  }

  .brandLead {
    font-size: 16px;
  }

  .brandTrustRow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brandTrustItem {
    border-right: 0;
  }

  .brandCtaRow {
    display: grid;
  }

  .brandBtn {
    width: 100%;
  }

  .brandDroneWrap {
    min-height: 560px;
    margin-inline: -16px;
    overflow: hidden;
  }

  .brandDroneStage {
    width: 620px;
    height: 460px;
    transform: translate(-50%, -50%) scale(0.66) rotateX(var(--rx)) rotateY(var(--ry)) translate3d(var(--mx), var(--my), 0);
  }

  .brandPartLabel {
    max-width: 176px;
    padding: 9px 10px;
    border: 1px solid rgba(0, 13, 16, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    backdrop-filter: blur(10px);
  }

  .brandPartLabel::before {
    display: none;
  }

  .brandPartLabel-1 { left: 6%; top: 6%; }
  .brandPartLabel-2 { right: 4%; top: 8%; }
  .brandPartLabel-3 { right: 4%; top: 43%; }
  .brandPartLabel-4 { left: 6%; bottom: 12%; }
  .brandPartLabel-5 { right: 4%; bottom: 8%; }

  .brandSplitSection,
  .brandProofSection,
  .brandFooterCta {
    padding: 44px 16px;
  }

  .brandSectionIntro h2,
  .brandProofHeading h2 {
    font-size: 31px;
  }

  .brandSolutionGrid,
  .brandProofGrid,
  .brandComponentStrip {
    grid-template-columns: 1fr;
  }

  .brandComponentTile {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 13, 16, 0.14);
  }

  .brandComponentTile:last-child {
    border-bottom: 0;
  }

  .brandFooterCta {
    display: grid;
  }

  .brandFooterCta h2 {
    font-size: 40px;
  }
}

/* Heart Aerospace reference: Overcast Sky, Silent Typography */
.app,
.siteMain,
.home,
.page,
.pdpPage,
.maxSoloApplePage {
  background: #fff;
  color: #000;
}

.siteMain.homeMain {
  padding-top: 0;
}

.siteHeader {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.siteHeader.transparent {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Downloads page: semi-transparent header with blur */
.siteHeader.transparent:not(.homeHeader) {
  background: rgba(7, 9, 12, 0.35);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.brandName,
.navLink,
.langButton {
  color: #000;
}

.siteHeader.transparent .brandName,
.siteHeader.transparent .navLink,
.siteHeader.transparent .langButton,
.siteHeader.transparent .iconBtn {
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.brandTag {
  color: #716e85;
}

.siteHeader.transparent .brandTag {
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.48);
}

.siteHeader.transparent .brandLogoText {
  color: #fff;
}

.brandMark,
.siteHeader.transparent .brandMark {
  border-radius: 0;
  background: #000;
  color: #fff;
}

.siteHeader.transparent .langButton,
.siteHeader.transparent .mobileMenuBtn,
.siteHeader.transparent .iconBtn {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.52);
}

.siteHeader.transparent .mobileMenuBtn span {
  background: #fff;
}

.siteHeader.transparent .siteHeaderInner {
  background: transparent;
}

.navLink,
.langButton,
.mobileMenuBtn,
.iconBtn,
.btnPrimary,
.btnSecondary,
.primary,
.secondary,
.ghost,
.brandBtn,
.aiFab,
.aiChip,
.langOption,
.mobileLangBtn,
.footerLangBtn {
  border-radius: 999px;
}

.navLink {
  position: relative;
  isolation: isolate;
  transition: color 360ms cubic-bezier(0.32, 0.72, 0, 1), transform 360ms cubic-bezier(0.32, 0.72, 0, 1);
}

.navLink::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.42);
  transform-origin: center;
  transition: opacity 360ms cubic-bezier(0.32, 0.72, 0, 1), transform 360ms cubic-bezier(0.32, 0.72, 0, 1);
}

.navLink:hover,
.navLink.active,
.sectionLink,
.productAction,
.brandSectionIntro a,
.siteHeader.transparent .navLink:hover,
.siteHeader.transparent .navLink.active {
  color: #001489;
}

.navLink:hover,
.navLink.active {
  background: transparent;
  transform: translateY(-1px);
}

.navLink:hover::after,
.navLink.active::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.siteHeader.transparent .navLink:hover,
.siteHeader.transparent .navLink.active {
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
}

.navDropdown {
  padding: 8px;
  background: rgba(7, 11, 18, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: saturate(160%) blur(22px);
  -webkit-backdrop-filter: saturate(160%) blur(22px);
}

.navDropdownLink {
  color: rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  transition: background 320ms cubic-bezier(0.32, 0.72, 0, 1), color 320ms cubic-bezier(0.32, 0.72, 0, 1), transform 320ms cubic-bezier(0.32, 0.72, 0, 1);
}

.navDropdownTitle {
  color: inherit;
}

.navDropdownLink:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.headerRight .iconBtn,
.headerRight .langButton {
  min-width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: #000;
  text-shadow: none;
}

.headerRight .langButton {
  min-width: 112px;
  height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #18181b;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition:
    transform 260ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 260ms cubic-bezier(0.32, 0.72, 0, 1),
    background 260ms cubic-bezier(0.32, 0.72, 0, 1);
}

.headerRight .wishlistIcon {
  width: 23px;
  height: 23px;
}

.siteHeader.transparent .headerRight .wishlistIcon {
  filter: invert(1);
}

.siteHeader.transparent .headerRight .iconBtn,
.siteHeader.transparent .headerRight .langButton {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.56);
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.siteHeader.transparent .headerRight .iconBtn:hover,
.siteHeader.transparent .headerRight .langButton:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.72);
}

.headerRight .langButton,
.siteHeader.transparent .headerRight .langButton {
  border: 0;
  background: #fff;
  color: #18181b;
  text-shadow: none;
}

.headerRight .langButton:hover,
.siteHeader.transparent .headerRight .langButton:hover {
  transform: translateY(-1px);
  background: #fff;
  color: #18181b;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.headerRight .langDropdown {
  top: calc(100% + 12px);
  width: 132px;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 10, 18, 0.72);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: saturate(160%) blur(18px);
}

.headerRight .langOption {
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
  font-weight: 800;
}

.headerRight .langOption:hover,
.headerRight .langOption.active {
  background: rgba(139, 92, 246, 0.24);
  color: #fff;
  box-shadow: none;
}

.siteHeader.homeHeader {
  top: 0;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: none;
}

.siteHeader.homeHeader .siteHeaderInner {
  width: min(var(--content-max), calc(100% - 40px));
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 1.5rem 2rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    width 220ms cubic-bezier(0.16, 1, 0.3, 1),
    margin 220ms cubic-bezier(0.16, 1, 0.3, 1),
    padding 220ms cubic-bezier(0.16, 1, 0.3, 1),
    border-radius 220ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 220ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1),
    backdrop-filter 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.siteHeader.homeHeader.scrolled .siteHeaderInner {
  width: min(82%, var(--content-max));
  margin: 0.72rem auto 0;
  padding: 0 0.62rem;
  background: rgba(0, 0, 0, 0.56);
  border-radius: 999px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.siteHeader.homeHeader .brandLogoText {
  color: #fff;
  font-size: 22px;
}

.siteHeader.homeHeader .brand {
  margin-left: 20px;
}

.siteHeader.homeHeader.scrolled .brandLogoText {
  font-size: 20px;
}

.siteHeader.homeHeader .topNav {
  gap: 1.5rem;
}

.siteHeader.homeHeader .topNav {
  margin-left: 0;
}

.siteHeader.homeHeader .navLink {
  padding: 0;
  color: #fff;
  font-family: "Nb international pro webfont", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0;
  text-shadow: none;
  white-space: nowrap;
  transition: opacity 200ms ease;
}

.siteHeader.homeHeader .navLink::after {
  display: none;
}

.siteHeader.homeHeader .navLink:hover,
.siteHeader.homeHeader .navLink.active,
.siteHeader.homeHeader.transparent .navLink:hover,
.siteHeader.homeHeader.transparent .navLink.active {
  color: #fff;
  opacity: 0.8;
  transform: none;
}

.siteHeader.homeHeader .navDropdown {
  top: calc(100% + 10px);
  background: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transform-origin: top center;
  animation: superNavMenuIn 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.siteHeader.homeHeader .navDropdownLink {
  padding: 11px 14px;
  color: rgba(255, 255, 255, 0.76);
  border-radius: 16px;
}

.siteHeader.homeHeader .navDropdownLink:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.siteHeader.homeHeader .navDropdownTitle {
  color: inherit;
  font-size: 13px;
  font-weight: 600;
}

.siteHeader.homeHeader .headerRight {
  gap: 1rem;
}

.siteHeader.homeHeader .langMenu,
.siteHeader.homeHeader .headerLangSwitch {
  position: relative;
  z-index: 20;
  display: block;
  padding: 4px;
  margin: -4px;
}

.siteHeader.homeHeader .langMenu,
.siteHeader.homeHeader .headerLangSwitch {
  order: 1;
}

.siteHeader.homeHeader .wishlistBtn {
  order: 2;
}

.siteHeader.homeHeader .headerLangSwitch {
  display: inline-flex;
}

@media (max-width: 640px) {
  .headerLangSwitch {
    gap: 2px;
    padding: 3px;
  }

  .headerLangBtn {
    min-width: 34px;
    height: 28px;
    padding: 0 7px;
    font-size: 11px;
    line-height: 28px;
  }
}

@media (min-width: 1041px) {
  .siteHeader.homeHeader .siteHeaderInner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }

  .siteHeader.homeHeader .topNav {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .siteHeader.homeHeader .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .siteHeader.homeHeader .headerRight {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .siteHeader.homeHeader .headerRight::before {
    content: none;
    order: 1;
    color: #fff;
    font-family: "Nb international pro webfont", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3125rem;
    white-space: nowrap;
  }

  .siteHeader.homeHeader .langMenu,
  .siteHeader.homeHeader .headerLangSwitch {
    order: 1;
  }

  .siteHeader.homeHeader .wishlistBtn {
    order: 2;
  }
}

.siteHeader.homeHeader .headerRight .iconBtn {
  width: 2.34rem;
  min-width: 2.34rem;
  height: 2.34rem;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  transition: opacity 200ms ease;
}

.siteHeader.homeHeader .headerRight .iconBtn:hover {
  background: #fff;
  transform: none;
  opacity: 0.86;
}

.siteHeader.homeHeader .headerRight .wishlistIcon {
  display: none;
}

.siteHeader.homeHeader .wishlistBtn {
  position: relative;
}

.siteHeader.homeHeader .wishlistBtn::before,
.siteHeader.homeHeader .wishlistBtn::after {
  content: none;
}

.siteHeader.homeHeader .headerRight .cartIcon {
  width: 1.48rem;
  height: 1.48rem;
  display: block;
  fill: none;
  stroke: #000;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.siteHeader.homeHeader .headerRight .langButton {
  position: relative;
  z-index: 0;
  min-width: 0;
  height: auto;
  padding: 0.18rem 0.68rem;
  border: 0;
  border-radius: 624.938rem;
  background: #fff;
  color: #18181b;
  font-family: "Nb international pro webfont", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  transition: padding 220ms cubic-bezier(0.16, 1, 0.3, 1), opacity 200ms ease, box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.siteHeader.homeHeader .headerRight .langButton::after {
  content: none;
}

.siteHeader.homeHeader .headerRight .langButton::before {
  content: none;
}

.siteHeader.homeHeader .headerRight .langButton {
  font-size: 0.78rem;
  font-weight: 800;
}

.siteHeader.homeHeader .headerRight .langButton::before {
  font-size: inherit;
}

.siteHeader.homeHeader .headerRight .langButton:hover {
  transform: none;
  background: #fff;
  opacity: 0.92;
  box-shadow: none;
}

.siteHeader.homeHeader:not(.scrolled) .headerRight .langButton {
  background: #fff;
  color: #18181b;
  box-shadow: none;
}

.siteHeader.homeHeader:not(.scrolled) .headerRight .langButton:hover {
  background: #fff;
  color: #18181b;
  opacity: 0.92;
}

.siteHeader.homeHeader .headerRight .langButton:hover::after {
  background: transparent;
}

.siteHeader.homeHeader .headerRight .langDropdown {
  top: calc(100% + 4px);
  right: 0;
  width: auto;
  min-width: 74px;
  padding: 8px;
  gap: 6px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.58);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 200;
}

.siteHeader.homeHeader .headerRight .langDropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

.siteHeader.homeHeader .langMenu:hover .langDropdown,
.siteHeader.homeHeader .langMenu:focus-within .langDropdown {
  display: grid;
}

.siteHeader.homeHeader .headerRight .langOption {
  min-width: 58px;
  padding: 0.38rem 0.72rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #18181b;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  box-shadow: none;
}

.siteHeader.homeHeader .headerRight .langOption:hover,
.siteHeader.homeHeader .headerRight .langOption.active {
  background: #fff;
  color: #18181b;
  opacity: 0.88;
  box-shadow: none;
}

@keyframes superNavMenuIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1040px) {
  .siteHeader.homeHeader .topNav {
    display: none;
  }
}

@media (max-width: 640px) {
  .siteMain.homeMain,
  .siteMain.homeMain .home {
    overflow-x: clip;
  }

  .siteHeader.homeHeader .siteHeaderInner {
    padding: 1rem 1.5rem;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .siteHeader.homeHeader .langMenu,
  .siteHeader.homeHeader .headerLangSwitch {
    display: block;
  }

  .siteHeader.homeHeader .headerLangSwitch {
    display: inline-flex;
  }

  .siteHeader.homeHeader .headerRight .langButton {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: auto;
  }

  .siteHeader.homeHeader .mobileMenuBtn {
    display: none;
  }
  .siteHeader.homeHeader.scrolled .siteHeaderInner {
    width: calc(100% - 1.5rem);
    margin: 0.58rem auto 0;
    padding: 0.02rem 0.58rem;
    background: rgba(0, 0, 0, 0.56);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
}

@media (max-width: 1240px) {
  .brandComponentStrip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-template-areas:
      "video drone"
      "stack drone"
      "camera receiver"
      "frame frame";
  }

  .brandComponentTile {
    min-height: 190px;
  }

  .brandComponentDroneCard {
    min-height: 394px;
  }

  .brandComponentTile-3 {
    min-height: 320px;
    padding: 22px 20px 20px;
  }

  .brandComponentTile-3 .brandComponentIcon {
    left: 50%;
    right: auto;
    top: -6px;
    width: min(104%, 320px);
    height: 178px;
    transform: translateX(-50%);
  }

  .brandComponentTile-3 em {
    margin-top: 174px;
  }

  .brandComponentTile-3 strong {
    font-size: 22px;
  }

  .brandComponentTile-3 .brandComponentDesc {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .brandComponentStrip {
    grid-template-columns: 1fr;
    grid-template-areas:
      "video"
      "drone"
      "stack"
      "camera"
      "receiver"
      "frame"
  }

  .brandComponentDroneCard {
    min-height: 240px;
  }

  .brandComponentTile,
  .brandComponentTile-2,
  .brandComponentTile-1,
  .brandComponentTile-3 {
    padding: 22px 20px 20px;
  }

  .brandComponentTile,
  .brandComponentTile-2,
  .brandComponentTile-1 {
    min-height: 188px;
  }

  .brandComponentTile-3 {
    min-height: 300px;
  }

  .brandComponentTile-2 .brandComponentIcon,
  .brandComponentTile-1 .brandComponentIcon {
    left: 18px;
    right: auto;
    top: 16px;
    width: 112px;
    height: 80px;
    transform: none;
  }

  .brandComponentTile-2 strong,
  .brandComponentTile strong {
    font-size: 18px;
  }

  .brandComponentTile em {
    margin-top: 82px;
  }

  .brandComponentTile-1 em {
    margin-top: 128px;
  }

  .brandComponentTile-1 .brandComponentIcon {
    left: 50%;
    right: auto;
    width: min(84%, 220px);
    height: 126px;
    transform: translateX(-50%);
  }

  .brandComponentTile-3 .brandComponentIcon {
    left: 50%;
    right: auto;
    top: -4px;
    width: min(98%, 300px);
    height: 164px;
    transform: translateX(-50%);
  }

  .brandComponentTile-3 em {
    margin-top: 158px;
  }
}

.btnPrimary,
.btnSecondary,
.primary,
.secondary,
.ghost,
.brandBtn,
.heroCarouselFull .btnPrimary,
.heroCarouselFull .btnSecondary {
  background: transparent;
  color: #001489;
  border: 1px solid #001489;
  box-shadow: none;
}

.btnPrimary:hover,
.btnSecondary:hover,
.primary:hover,
.secondary:hover,
.ghost:hover,
.brandBtn:hover {
  background: #001489;
  color: #fff;
  transform: none;
}

.brandLandingHero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  padding: calc(var(--header-h) + 24px) 20px 70px;
  background: linear-gradient(rgb(113, 110, 133) 0px, rgb(255, 255, 255) 65%);
  isolation: isolate;
}

.homeLayeredHero {
  position: relative;
  height: 640px;
  min-height: 640px;
  margin-top: 0;
  overflow: hidden;
  background: #05070b;
  color: #fff;
  --hero-accent: #3a82f7;
  isolation: isolate;
}

.homeLayeredHero-snipeb {
  --hero-accent: #e23b42;
}

.homeLayeredHero-alvt25w {
  --hero-accent: #64a8ff;
}

.homeHeroBackground,
.homeHeroOverlay,
.homeHeroNoise {
  position: absolute;
  inset: 0;
}

.homeHeroBackground {
  z-index: -3;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 54%, rgba(58, 130, 247, 0.18), transparent 28%),
    linear-gradient(90deg, #07101c 0%, #10243b 28%, #d8e7f0 50%, #10243b 76%, #07101c 100%);
}

.homeHeroBackground::before {
  display: none;
}

.homeHeroBgImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  animation: homeHeroImageIn 900ms ease both;
}

.homeHeroOverlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.72) 0%, rgba(7, 16, 28, 0.46) 32%, rgba(7, 16, 28, 0.08) 62%, rgba(5, 8, 12, 0) 100%),
    radial-gradient(circle at 50% 48%, transparent 44%, rgba(0, 0, 0, 0.46) 100%);
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.66);
}

.homeLayeredHero-snipeb .homeHeroOverlay {
  background:
    linear-gradient(90deg, rgba(2, 5, 9, 0.78) 0%, rgba(5, 8, 13, 0.54) 32%, rgba(5, 8, 13, 0.1) 62%, rgba(5, 8, 13, 0) 100%),
    radial-gradient(circle at 54% 50%, transparent 42%, rgba(0, 0, 0, 0.56) 100%);
  box-shadow: inset 0 0 160px rgba(0, 0, 0, 0.78);
}

.homeLayeredHero-alvt25w .homeHeroOverlay {
  background:
    linear-gradient(90deg, rgba(4, 8, 20, 0.78) 0%, rgba(8, 18, 44, 0.5) 34%, rgba(8, 18, 44, 0.1) 62%, rgba(4, 8, 20, 0) 100%),
    radial-gradient(circle at 62% 55%, transparent 38%, rgba(0, 0, 0, 0.52) 100%);
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.72);
}

.homeHeroNoise {
  z-index: 3;
  opacity: 0.055;
  background-image: radial-gradient(rgba(255, 255, 255, 0.85) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.homeHeroInner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--content-max);
  height: 100%;
  margin-inline: auto;
  padding-inline: 18px;
}

.homeHeroCopyLayer {
  width: min(42vw, 600px);
  padding-top: 8px;
  margin-left: 36px;
  animation: homeHeroCopyIn 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.homeHeroProductSpacer {
  flex: 0 0 min(46vw, 620px);
  height: 100%;
}

.homeHeroKicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  color: #a8b3c7;
  font-family: "DIN", "Manrope", "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.homeHeroKicker span {
  width: 48px;
  height: 1px;
  background: rgba(142, 184, 232, 0.72);
}

.homeLayeredHero-snipeb .homeHeroKicker span {
  background: rgba(226, 59, 66, 0.76);
}

.homeLayeredHero-alvt25w .homeHeroKicker span {
  background: rgba(100, 168, 255, 0.78);
}

.homeHeroCopyLayer h1 {
  margin: 0;
  max-width: 600px;
  color: #fff;
  font-family: "Alibaba PuHuiTi", "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(56px, 4.2vw, 72px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.44);
}

.homeLayeredHero-alvt25w .homeHeroCopyLayer {
  width: min(50vw, 720px);
}

.homeLayeredHero-alvt25w .homeHeroCopyLayer h1 {
  font-size: clamp(48px, 3.8vw, 68px);
}

.homeLayeredHero-alvt25w.homeLayeredHero-zh .homeHeroCopyLayer h1 {
  white-space: nowrap;
}

.homeHeroSubtitle {
  margin: 26px 0 0;
  color: #d6dde8;
  font-size: 28px;
  font-weight: 500;
}

.homeHeroSpecs {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  color: #c9d1d9;
}

.homeHeroSpec {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.homeHeroSpec + .homeHeroSpec {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.homeHeroSpec strong,
.homeHeroSpec span {
  display: block;
  white-space: nowrap;
}

.homeHeroSpec strong {
  color: #c9d1d9;
  font-size: 17px;
  font-weight: 500;
}

.homeHeroSpec span {
  margin-top: 4px;
  color: #8e97a6;
  font-size: 13px;
}

.homeHeroSpecIcon {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  opacity: 0.88;
}

.homeHeroSpecIcon.fan {
  background: conic-gradient(from 0deg, transparent 0 20%, rgba(255, 255, 255, 0.92) 20% 33%, transparent 33% 53%, rgba(255, 255, 255, 0.92) 53% 66%, transparent 66% 86%, rgba(255, 255, 255, 0.92) 86% 100%);
}

.homeHeroSpecIcon.audio {
  width: 38px;
  border: 0;
  border-radius: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0 3px, transparent 3px 8px);
  mask-image: radial-gradient(ellipse at center, #000 52%, transparent 73%);
}

.homeHeroSpecIcon.weight {
  border: 0;
  border-radius: 0;
}

.homeHeroSpecIcon.weight::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 26px;
  height: 13px;
  border-radius: 100% 0 100% 0;
  background: rgba(255, 255, 255, 0.88);
  transform: rotate(-38deg);
}

.homeHeroSpecIcon.weight::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 2px;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.74);
  transform: rotate(43deg);
}

.homeHeroSpecIcon.power {
  border-color: rgba(226, 59, 66, 0.72);
  background:
    linear-gradient(90deg, transparent 42%, rgba(255, 255, 255, 0.92) 42% 58%, transparent 58%),
    linear-gradient(180deg, transparent 0 14%, rgba(226, 59, 66, 0.9) 14% 86%, transparent 86%);
}

.homeHeroActionsLayer {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}

.homeHeroActionsLayer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 48px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 560;
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.homeHeroActionsLayer a:first-child {
  border-color: rgba(106, 169, 255, 0.68);
  background: linear-gradient(135deg, rgba(58, 130, 247, 0.82), rgba(106, 169, 255, 0.78));
  box-shadow: 0 12px 32px rgba(58, 130, 247, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.homeLayeredHero-snipeb .homeHeroActionsLayer a:first-child {
  border-color: rgba(226, 59, 66, 0.72);
  background: linear-gradient(135deg, rgba(226, 59, 66, 0.86), rgba(120, 183, 255, 0.68));
  box-shadow: 0 12px 34px rgba(226, 59, 66, 0.24);
}

.homeLayeredHero-alvt25w .homeHeroActionsLayer a:first-child {
  border-color: rgba(100, 168, 255, 0.72);
  background: linear-gradient(135deg, rgba(64, 125, 255, 0.82), rgba(100, 168, 255, 0.7));
  box-shadow: 0 12px 34px rgba(100, 168, 255, 0.24);
}

.homeHeroActionsLayer a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.1);
}

.homeHeroSwitcher {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
}

.homeHeroSwitchList {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(5, 8, 12, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.homeHeroSwitchDot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: transform 0.22s ease;
}

.homeHeroSwitchDot span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  transition: width 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.homeHeroSwitchDot:hover {
  transform: scale(1.08);
}

.homeHeroSwitchDot.active span {
  width: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 18px rgba(120, 183, 255, 0.48);
}

@keyframes homeHeroCopyIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes homeHeroImageIn {
  from {
    opacity: 0.82;
    transform: scale(1.018);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.homeHeroProductLayer {
  position: relative;
  width: min(46vw, 720px);
  height: 100%;
}

.homeHeroProductGlow {
  position: absolute;
  left: 8%;
  top: 40%;
  width: 520px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(119, 171, 220, 0.22), transparent 62%);
  filter: blur(28px);
}

.homeHeroProduct,
.homeHeroProductReflection {
  position: absolute;
  right: 54px;
  width: min(40vw, 585px);
  object-fit: contain;
}

.homeHeroProduct {
  z-index: 4;
  top: 230px;
  transform: rotate(-1deg);
  filter:
    drop-shadow(0 42px 48px rgba(0, 0, 0, 0.64))
    drop-shadow(-12px -10px 18px rgba(148, 190, 225, 0.16))
    drop-shadow(10px 8px 18px rgba(255, 178, 96, 0.1));
}

.homeHeroProductReflection {
  z-index: 2;
  top: 458px;
  opacity: 0.11;
  transform: scaleY(-0.34) rotate(-1deg);
  filter: blur(2px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), transparent 74%);
}

.homeHeroContactShadow {
  position: absolute;
  z-index: 3;
  right: 104px;
  bottom: 126px;
  width: min(35vw, 500px);
  height: 58px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  filter: blur(34px);
}

.homeHeroWarmBounce {
  position: absolute;
  z-index: 3;
  right: 140px;
  bottom: 150px;
  width: min(30vw, 420px);
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 178, 96, 0.12);
  filter: blur(34px);
}

.brandLandingHero::before {
  display: none;
}

.brandHeroImage {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  filter: grayscale(18%) saturate(72%);
}

.brandLandingHero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(113, 110, 133, 0.42) 0%, rgba(113, 110, 133, 0.28) 44%, rgba(255, 255, 255, 0.1) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.16) 44%, rgba(0, 0, 0, 0.02) 100%);
}

.brandHeroCopy {
  width: min(1220px, 100%);
  max-width: none;
  margin-inline: auto;
}

.brandKicker {
  color: #fff;
  font-family: "NeueHaasText", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.brandHeroCopy h1 {
  max-width: var(--content-max);
  color: #fff;
  font-family: "NeueHaasDisplay", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 118px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.brandLead {
  max-width: 720px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
}

.brandTrustRow {
  width: min(900px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brandTrustItem {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.brandTrustIcon {
  border-radius: 0;
  border-color: #fff;
  color: #fff;
}

.brandTrustItem strong,
.brandTrustItem span:not(.brandTrustIcon) {
  color: #fff;
}

.brandCtaRow {
  gap: 18px;
}

.brandLandingHero .brandBtn {
  color: #fff;
  border-color: #fff;
}

.brandLandingHero .brandBtn:hover {
  color: #001489;
  background: #fff;
  border-color: #fff;
}

.brandLandingHero .brandDroneWrap {
  display: none;
}

.brandSplitSection,
.brandProofSection,
.brandFooterCta {
  padding: 70px 20px;
  border-top: 0;
}

.brandSplitSection {
  width: min(var(--content-max), 100%);
  margin-inline: auto;
  grid-template-columns: minmax(220px, 300px) 1fr;
  gap: 70px;
  background: #fff;
}

.brandSectionIntro h2,
.brandProofHeading h2,
.brandFooterCta h2,
.sectionTitle,
.pageTitle {
  color: #000;
  font-family: "NeueHaasDisplay", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.brandSectionIntro p,
.brandProofHeading p,
.pageSub {
  color: rgba(0, 0, 0, 0.56);
  font-size: 15px;
  line-height: 1.5;
}

.brandSolutionGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brandSolutionCard {
  min-height: 390px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
}

.brandSolutionImage {
  width: calc(100% + 40px);
  height: 190px;
  margin: -20px -20px 20px;
  display: block;
  object-fit: cover;
  border-bottom: 1px solid #000;
  filter: grayscale(8%) saturate(76%);
}

.brandSolutionCard span,
.brandSolutionCard h3,
.brandSolutionCard p {
  color: #000;
}

.brandSolutionCard span {
  font-size: 18px;
  font-weight: 400;
}

.brandSolutionCard h3 {
  font-family: "NeueHaasDisplay", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.brandSolutionCard i {
  display: none;
}

.brandSolutionCard:hover,
.brandProofCard:hover {
  color: #001489;
  border-color: #001489;
}

.brandComponentTile:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.brandComponentStrip {
  border: 0;
  border-radius: 0;
}

.brandComponentTile {
  min-height: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}

.brandComponentTile strong,
.brandComponentTile small,
.brandComponentTile em {
  color: #000;
}

.brandComponentIcon {
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.12));
}

.brandProofSection {
  position: relative;
  width: 100%;
  overflow: hidden;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  color: #fff;
  background: #000;
}

.brandProofImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  filter: grayscale(24%) saturate(58%);
}

.brandProofHeading,
.brandProofGrid {
  position: relative;
  z-index: 1;
}

.brandProofCard {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: transparent;
}

.brandProofCard span,
.brandProofCard h3,
.brandProofCard p,
.brandProofHeading p {
  color: #fff;
}

.brandFooterCta {
  width: min(var(--content-max), 100%);
  margin-inline: auto;
  background: #fff;
}

.brandFooterCta h2 {
  font-size: 76px;
}

.categoryTile,
.categoryCard,
.featuredTile,
.featuredAssist,
.productCard,
.supportCard,
.softwareTop,
.softwareCard > *,
.downloadRow,
.toolboxToolCard,
.docsCard,
.buildCard,
.filters,
.filterCard,
.productHero,
.pdMainImg,
.pdThumb,
.pdInfoCard,
.pdSection,
.modalCard,
.modalSection,
.aiLead,
.aiOpener,
.contactCard,
.card,
.infoCard,
.heroCard,
.pdpPage .pdpMetricCard,
.pdpPage .pdpFeatureCard,
.pdpPage .pdpDetailCard,
.pdpPage .compatCard,
.pdpPage .noticeCard,
.pdpPage .wiringCard,
.pdpPage .aiPageCard,
.pdpPage .pdpSizeCard,
.pdpPage .detailModuleCard,
.detailModuleCard {
  border-radius: 0;
  border-color: #000;
  box-shadow: none;
}

.categoryTile:hover,
.categoryCard:hover,
.featuredTile:hover,
.productCard:hover,
.supportCard:hover,
.downloadRow:hover,
.toolboxToolCard:hover,
.buildCard:hover,
.docsCard:hover {
  border-color: #001489;
  transform: none;
}

.siteFooter {
  background: #000;
  color: #fff;
  border-top: 0;
}

.footerTitle,
.footerText,
.footerMuted,
.footerLinks a,
.footerTop,
.footerLangBtn {
  color: #fff;
}

.footerLangBtn.active {
  color: #001489;
  border-color: #fff;
  background: #fff;
}

.aiFab {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.guidePage,
.guideDetailPage {
  color: #000;
  background: #fff;
}

.guideHero {
  min-height: 74vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  align-items: end;
  gap: 70px;
  padding: 138px 20px 70px;
  background: linear-gradient(rgb(113, 110, 133) 0, rgb(255, 255, 255) 66%);
  overflow: hidden;
}

.guideHeroCopy {
  width: min(880px, 100%);
  margin-left: max(0px, calc((100vw - var(--content-max)) / 2));
}

.guideHeroCopy span,
.guideTag,
.guideBack {
  font-size: 18px;
  line-height: 1.3;
  color: #001489;
}

.guideHeroCopy h1,
.guideDetailMeta h1 {
  margin: 18px 0 20px;
  font-size: clamp(56px, 10vw, 156px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}

.guideHeroCopy p {
  max-width: 680px;
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
}

.guideHero img {
  width: min(560px, 100%);
  justify-self: end;
  margin-right: max(0px, calc((100vw - var(--content-max)) / 2));
  border: 1px solid #000;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.guideHeroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.guideSection,
.guideArticle,
.guideSupportCta {
  width: min(var(--content-max), calc(100% - 40px));
  margin: 70px auto;
}

.guideFilters {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.guideFilters button {
  flex: 0 0 auto;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  padding: 12px 18px;
  cursor: pointer;
}

.guideFilters button.active,
.guideFilters button:hover {
  color: #001489;
  border-color: #001489;
}

.guideSectionHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.guideSectionHead h2,
.guideArticle h2,
.guideSupportCta h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.guideSectionHead p,
.guideArticle p,
.guideSupportCta p {
  max-width: 680px;
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.guideGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guideGrid.featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guideVideoCard {
  display: grid;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  background: #fff;
}

.guideVideoCard:hover {
  color: #001489;
  border-color: #001489;
}

.guideVideoThumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #000;
}

.guideVideoThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.guidePlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
}

.guideDuration {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 8px;
  color: #fff;
  background: #000;
  font-size: 14px;
}

.guideVideoBody {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.guideVideoBody h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}

.guideVideoBody p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.35;
}

.guideSupportCta {
  display: grid;
  gap: 22px;
  padding: 70px 20px;
  color: #fff;
  background: #000;
}

.guideSupportCta h2,
.guideSupportCta p {
  width: min(960px, 100%);
  margin-inline: auto;
  color: #fff;
}

.guideSupportCta .btnPrimary {
  width: fit-content;
  margin-inline: auto;
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.guideDetailHero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 40px;
  align-items: center;
  padding: 138px max(20px, calc((100vw - var(--content-max)) / 2)) 70px;
  background: #000;
  color: #fff;
}

.guidePlayer {
  aspect-ratio: 16 / 9;
  min-height: 200px;
  border: 1px solid #fff;
  background: #111;
}

.guidePlayerFrame,
.guidePlayerEmpty {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 0;
}

.guidePlayerEmpty {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: #fff;
}

.guideExternalPanel {
  text-decoration: none;
}

.guideExternalPanel:hover {
  color: #fff;
  background: #001489;
}

.guidePlayerEmpty div {
  font-size: clamp(46px, 8vw, 96px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.guidePlayerEmpty p,
.guideDetailMeta p {
  margin: 0;
  max-width: 560px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.guideDetailMeta h1 {
  font-size: clamp(48px, 6vw, 96px);
}

.guideBack {
  display: inline-block;
  margin-bottom: 24px;
  color: #fff;
  text-decoration: none;
}

.guideArticle {
  padding-bottom: 70px;
  border-bottom: 1px solid #000;
}

.guideArticle h3 {
  max-width: 760px;
  margin: 38px 0 14px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 650;
  color: #000;
}

.guideArticle h4 {
  max-width: 760px;
  margin: 30px 0 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 650;
  color: #111;
}

.guideArticle ul {
  max-width: 760px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.guideArticle li {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.55;
  color: #222;
}

.guideArticle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #001489;
}

@media (max-width: 1240px) {
  .brandHeroCopy h1 {
    font-size: 76px;
  }

  .brandSplitSection,
  .brandProofSection {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .brandSolutionGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .guideHero,
  .guideDetailHero {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .guideHero {
    min-height: auto;
    padding-top: 112px;
  }

  .guideHero img {
    justify-self: stretch;
    width: 100%;
    margin: 0;
  }

  .guideGrid,
  .guideGrid.featured {
    grid-template-columns: 1fr;
  }

  .guideSectionHead {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .brandLandingHero {
    padding: 78px 16px 46px;
    align-items: end;
  }

  .brandHeroCopy h1 {
    font-size: 46px;
  }

  .brandLead,
  .brandKicker {
    font-size: 18px;
  }

  .brandTrustRow {
    grid-template-columns: 1fr;
  }

  .brandTrustItem {
    border-right: 0;
  }

  .brandSplitSection,
  .brandProofSection,
  .brandFooterCta {
    padding: 70px 16px;
  }

  .brandSectionIntro h2,
  .brandProofHeading h2,
  .sectionTitle,
  .pageTitle {
    font-size: 40px;
  }

  .brandSolutionCard h3 {
    font-size: 38px;
  }

  .brandComponentStrip,
  .brandProofGrid {
    grid-template-columns: 1fr;
  }

  .brandComponentTile {
    border-right: 0;
    border-bottom: 1px solid #000;
  }

  .brandFooterCta h2 {
    font-size: 46px;
  }

  .guideHero,
  .guideDetailHero {
    padding: 98px 16px 54px;
  }

  .guideSection,
  .guideArticle,
  .guideSupportCta {
    width: calc(100% - 32px);
    margin: 54px auto;
  }

  .guideHeroCopy h1,
  .guideDetailMeta h1 {
    font-size: 46px;
  }

  .guideHeroCopy p {
    font-size: 18px;
  }

  .guideFilters {
    margin-inline: -16px;
    padding-inline: 16px;
  }
}

/* Final solution card layout: Apple product card x Nothing grid x DJI solution card */
#brand-solutions.brandSplitSection {
  width: min(var(--content-max), calc(100% - 40px));
  max-width: var(--content-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 300px 870px;
  gap: 70px;
  align-items: start;
  padding: 86px 0;
  background: #fff;
}

#brand-solutions .brandSectionIntro {
  position: sticky;
  top: calc(var(--header-h) + 32px);
  align-self: start;
  display: block;
  max-width: 300px;
  padding-top: 8px;
}

#brand-solutions .brandSectionIntro h2 {
  margin: 0;
  color: #000;
  font-family: "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 700;
}

#brand-solutions .brandSectionIntro p {
  margin: 20px 0 24px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

#brand-solutions .brandSectionIntro a {
  color: #1d4ed8;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

#brand-solutions .brandSolutionGrid {
  display: grid;
  grid-template-columns: repeat(3, 274px);
  gap: 24px;
  align-items: start;
  overflow: visible;
}

#brand-solutions .brandSolutionCard {
  position: relative;
  display: block;
  width: 274px;
  height: 410px;
  min-height: 410px;
  overflow: visible;
  padding: 0 24px 22px;
  border: 0;
  border-radius: 26px;
  color: #000;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#brand-solutions .brandSolutionCard-1 {
  background: linear-gradient(180deg, #f1ff30 0%, #abb700 100%);
}

#brand-solutions .brandSolutionCard-2 {
  background: linear-gradient(180deg, #d8d8d8 0%, #999999 100%);
}

#brand-solutions .brandSolutionCard-3 {
  background: linear-gradient(180deg, #23b8f0 0%, #7ed8fb 58%, #f4fbff 100%);
}

#brand-solutions .brandSolutionCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

#brand-solutions .brandSolutionClose {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #000;
  font-family: Inter, system-ui, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

#brand-solutions .brandSolutionProductWrap {
  position: relative;
  z-index: 1;
  height: 206px;
  width: calc(100% + 48px);
  margin: 0 -24px 0 -60px;
  display: grid;
  place-items: end center;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0) 100%);
}

#brand-solutions .brandSolutionImage {
  width: 108%;
  height: auto;
  max-height: 230px;
  margin: 0;
  object-fit: contain;
  border: 0;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.18));
}

#brand-solutions .brandSolutionCard-1 .brandSolutionImage {
  width: 118%;
}

#brand-solutions .brandSolutionCard-2 .brandSolutionImage,
#brand-solutions .brandSolutionCard-3 .brandSolutionImage {
  width: 112%;
}

#brand-solutions .brandSolutionCard span:not(.brandSolutionClose) {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 6px;
  color: #000;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

#brand-solutions .brandSolutionEnglish {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  color: #666;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
}

#brand-solutions .brandSolutionCard h3 {
  position: relative;
  z-index: 2;
  margin: 6px 0 8px;
  color: #000;
  font-family: "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

#brand-solutions .brandSolutionCard p {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0 0 58px;
  color: #333;
  font-size: 13px;
  line-height: 1.42;
  max-height: 37px;
}

#brand-solutions .brandSolutionAction {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: block;
  margin-top: 0;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1240px) {
  #brand-solutions.brandSplitSection {
    grid-template-columns: minmax(220px, 300px) minmax(0, 870px);
    gap: 70px;
  }

  #brand-solutions .brandSolutionGrid {
    overflow-x: auto;
    padding-bottom: 18px;
    scroll-snap-type: x proximity;
  }

  #brand-solutions .brandSolutionCard {
    scroll-snap-align: start;
  }
}

@media (max-width: 860px) {
  #brand-solutions.brandSplitSection {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 70px 16px;
  }

  #brand-solutions .brandSectionIntro {
    position: static;
    max-width: 100%;
  }

  #brand-solutions .brandSolutionGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-inline: 4px;
    padding-inline: 0;
    overflow: visible;
  }

  #brand-solutions .brandSolutionCard {
    width: 100%;
    height: 410px;
    min-height: 410px;
    padding-inline: 14px;
    border-radius: 22px;
  }

  #brand-solutions .brandSolutionProductWrap {
    height: 190px;
    width: calc(100% + 28px);
    margin: 0 -14px 0 -44px;
  }

  #brand-solutions .brandSolutionCard h3 {
    font-size: 23px;
    line-height: 1.08;
  }

  #brand-solutions .brandSolutionCard p {
    font-size: 11px;
    line-height: 1.35;
    max-height: 31px;
  }

  #brand-solutions .brandSolutionEnglish,
  #brand-solutions .brandSolutionAction {
    font-size: 11px;
  }
}

/* Multilingual card text safety */
.brandSolutionCard,
.brandComponentTile,
.brandProofCard,
.coreCard,
.featuredTile,
.featuredAssist,
.splitCard,
.categoryTile,
.categoryCard,
.productCard,
.supportCard,
.guideVideoCard,
.toolboxToolCard,
.docsCard,
.buildCard {
  min-width: 0;
}

.brandSolutionCard h3,
.brandSolutionCard p,
.brandSolutionAction,
.brandSolutionEnglish,
.brandComponentTile strong,
.brandComponentTile small,
.brandProofCard h3,
.brandProofCard p,
.coreName,
.coreDesc,
.coreBtn,
.featuredTitle,
.featuredMeta,
.featuredAssistTitle,
.featuredAssistKicker,
.splitTitle,
.splitText,
.categoryTileName,
.productTitle,
.productSummary,
.supportCard h3,
.supportCard p,
.guideVideoBody h3,
.guideVideoBody p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

/* Awesomic-inspired download center */
.downloadsPage {
  --download-obsidian: #09090b;
  --download-ink: #18181b;
  --download-graphite: #3f3f46;
  --download-steel: #71717a;
  --download-ash: #a1a1aa;
  --download-pebble: #d4d4d8;
  --download-fog: #ececee;
  --download-mist: #f4f4f5;
  --download-snow: #ffffff;
  min-height: 100vh;
  padding-top: 92px;
  background: var(--download-mist);
  color: var(--download-ink);
  font-family: "DM Sans", "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.downloadsPage .pageHead {
  position: relative;
  overflow: hidden;
  width: min(var(--content-max), calc(100% - 40px));
  margin: 0 auto 24px;
  padding: 56px 40px 42px;
  border-radius: 48px;
  background:
    radial-gradient(circle at 86% 20%, rgba(9, 9, 11, .12), transparent 26%),
    linear-gradient(135deg, var(--download-snow), #f9f9fa 58%, var(--download-fog));
  box-shadow: rgb(228, 228, 231) 0 1px 0 0 inset;
}

.downloadsPage .pageHead::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 36px;
  width: 220px;
  height: 150px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(9, 9, 11, .98), rgba(63, 63, 70, .92)),
    var(--download-obsidian);
  box-shadow:
    28px -18px 0 -8px rgba(9, 9, 11, .18),
    54px -34px 0 -18px rgba(9, 9, 11, .1);
  opacity: .95;
}

.downloadsPage .pageTitle {
  position: relative;
  z-index: 1;
  max-width: 860px;
  color: var(--download-obsidian);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}

.downloadsPage .pageSub {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-top: 18px;
  color: var(--download-steel);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
}

.downloadsPage > .section {
  width: min(var(--content-max), calc(100% - 40px));
  margin: 0 auto 80px;
}

.downloadsPage .noticeCard {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
  padding: 28px;
  border: 0;
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, .12), transparent 24%),
    var(--download-obsidian);
  color: #fff;
  box-shadow: none;
}

.downloadsPage .noticeTitle {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.downloadsPage .noticeText {
  max-width: 900px;
  color: var(--download-ash);
  font-size: 15px;
  line-height: 1.65;
}

.downloadsPage .tagGrid {
  gap: 8px;
}

.downloadsPage .tag {
  border: 0;
  border-radius: 12px;
  background: var(--download-fog);
  color: var(--download-ink);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
}

.downloadsPage .noticeCard .tag {
  border: 1px solid rgba(255, 255, 255, .28);
  background: transparent;
  color: #fff;
}

.downloadsPage .downloadsLayout {
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.downloadsPage .downloadsSidebar {
  top: 104px;
  gap: 20px;
  padding: 20px;
  border: 0;
  border-radius: 36px;
  background: var(--download-snow);
  box-shadow: rgb(228, 228, 231) 0 1px 0 0 inset;
}

.downloadsPage .downloadsSidebar .input {
  height: 48px;
  border: 0;
  border-radius: 10000px;
  background: var(--download-mist);
  color: var(--download-ink);
  padding: 0 18px;
  font-size: 14px;
  box-shadow: none;
}

.downloadsPage .downloadsSidebar .input:focus {
  box-shadow: rgb(9, 9, 11) 0 0 0 1.5px;
}

.downloadsPage .sideGroup {
  gap: 8px;
}

.downloadsPage .sideTitle {
  color: var(--download-steel);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: none;
}

.downloadsPage .sideList {
  gap: 6px;
}

.downloadsPage .sideItem {
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: var(--download-ink);
  padding: 12px 14px;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.downloadsPage .sideItem:hover {
  background: var(--download-mist);
  transform: translateX(2px);
}

.downloadsPage .sideItem.active {
  border-color: transparent;
  background: var(--download-obsidian);
  color: #fff;
}

.downloadsPage .sideItemMeta {
  color: var(--download-steel);
  font-size: 11px;
}

.downloadsPage .sideItem.active .sideItemMeta {
  color: var(--download-ash);
}

.downloadsPage .softwareCard {
  gap: 16px;
}

.downloadsPage .softwareTop,
.downloadsPage .buildCard,
.downloadsPage .toolboxSummary,
.downloadsPage .toolboxSection,
.downloadsPage .docsCard,
.downloadsPage .supportProductsCard {
  border: 0;
  border-radius: 36px;
  background: var(--download-snow);
  box-shadow: rgb(228, 228, 231) 0 1px 0 0 inset;
}

.downloadsPage .softwareTop {
  grid-template-columns: 84px 1fr;
  gap: 22px;
  padding: 32px;
}

.downloadsPage .softwareIcon {
  width: 84px;
  height: 84px;
  border: 0;
  border-radius: 32px;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, .18), transparent 28%),
    var(--download-obsidian);
}

.downloadsPage .softwareIconImg {
  opacity: .82;
  filter: grayscale(1);
}

.downloadsPage .softwareName {
  color: var(--download-obsidian);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0;
}

.downloadsPage .softwareSub,
.downloadsPage .softwareDesc {
  color: var(--download-steel);
}

.downloadsPage .softwareDesc {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.6;
}

.downloadsPage .platformTabs {
  width: 100%;
  gap: 6px;
  padding: 8px;
  border-radius: 10000px;
  background: var(--download-snow);
  box-shadow: rgb(228, 228, 231) 0 1px 0 0 inset;
}

.downloadsPage .tab {
  flex: 1 1 auto;
  border: 0;
  border-radius: 10000px;
  padding: 10px 16px;
  color: var(--download-steel);
  font-size: 14px;
  font-weight: 700;
}

.downloadsPage .tab.active,
.downloadsPage .tab:hover {
  background: var(--download-obsidian);
  color: #fff;
}

.downloadsPage .buildCard {
  padding: 26px;
  min-height: 112px;
  background:
    linear-gradient(135deg, var(--download-snow), #fafafa 64%, var(--download-fog));
}

.downloadsPage .buildTitle,
.downloadsPage .docsTitle,
.downloadsPage .toolboxSummaryTitle {
  color: var(--download-obsidian);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.downloadsPage .buildHint,
.downloadsPage .docMeta,
.downloadsPage .toolboxSummaryMeta,
.downloadsPage .toolboxToolMeta,
.downloadsPage .toolboxToolDesc {
  color: var(--download-steel);
}

.downloadsPage .btnPrimary {
  border: 0;
  border-radius: 10000px;
  background: var(--download-obsidian);
  color: #fff;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  box-shadow:
    rgba(255, 255, 255, .5) 0 .5px 0 0 inset,
    rgba(117, 123, 133, .4) 0 9px 14px -5px inset,
    rgb(44, 46, 52) 0 0 0 1.5px,
    rgba(0, 0, 0, .14) 0 4px 6px 0;
}

.downloadsPage .btnPrimary.small {
  padding: 9px 13px;
  font-size: 12px;
}

.downloadsPage .btnPrimary.disabled {
  opacity: .45;
}

.downloadsPage .toolboxPanel {
  gap: 16px;
}

.downloadsPage .toolboxSummary,
.downloadsPage .toolboxSection,
.downloadsPage .docsCard,
.downloadsPage .supportProductsCard {
  padding: 24px;
}

.downloadsPage .toolboxGrid {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 12px;
}

.downloadsPage .toolboxToolCard,
.downloadsPage .docRow {
  border: 0;
  border-radius: 28px;
  background: var(--download-mist);
  box-shadow: none;
}

.downloadsPage .toolboxToolCard {
  padding: 16px;
  transition: transform .24s ease;
}

.downloadsPage .toolboxToolCard:hover {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-4px);
}

.downloadsPage .toolboxToolIcon {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 18px;
  background: var(--download-snow);
}

.downloadsPage .toolboxToolName,
.downloadsPage .docName {
  color: var(--download-obsidian);
  font-weight: 700;
}

.downloadsPage .docRow {
  padding: 16px 16px 16px 18px;
}

.downloadsPage .iconBtn {
  border: 0;
  border-radius: 18px;
  background: var(--download-obsidian);
  color: #fff;
  width: 44px;
  height: 44px;
}

.downloadsPage .supportProductsCard {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .downloadsPage .downloadsLayout {
    grid-template-columns: 1fr;
  }

  .downloadsPage .downloadsSidebar {
    position: static;
  }

  .downloadsPage .toolboxGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .downloadsPage {
    padding-top: 78px;
  }

  .downloadsPage .pageHead,
  .guidePage .pageHead {
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .downloadsPage > .section,
  .guidePage > .section {
    width: calc(100% - 24px);
  }

  .downloadsPage .pageHead,
  .downloadsPage .noticeCard,
  .downloadsPage .softwareTop,
  .downloadsPage .downloadsSidebar,
  .downloadsPage .buildCard,
  .downloadsPage .toolboxSummary,
  .downloadsPage .toolboxSection,
  .downloadsPage .docsCard,
  .downloadsPage .supportProductsCard {
    border-radius: 28px;
  }

  .downloadsPage .softwareTop {
    grid-template-columns: 1fr;
  }
}

/* Awesomic-inspired tutorial center */
.guidePage,
.guideDetailPage {
  --guide-obsidian: #09090b;
  --guide-ink: #18181b;
  --guide-graphite: #3f3f46;
  --guide-steel: #71717a;
  --guide-ash: #a1a1aa;
  --guide-pebble: #d4d4d8;
  --guide-fog: #ececee;
  --guide-mist: #f4f4f5;
  --guide-snow: #ffffff;
  min-height: 100vh;
  color: var(--guide-ink);
  background: var(--guide-mist);
  font-family: "DM Sans", "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.guideHero {
  width: min(var(--content-max), calc(100% - 40px));
  min-height: 520px;
  margin: 116px auto 0;
  padding: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  align-items: stretch;
  gap: 24px;
  border-radius: 48px;
  background: var(--guide-snow);
  box-shadow: rgb(228, 228, 231) 0 1px 0 0 inset;
}

.guideHeroCopy {
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(12px, 3vw, 36px);
}

.guideHeroCopy span,
.guideTag {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 12px;
  background: var(--guide-obsidian);
  color: #fafafa;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.guideHeroCopy h1,
.guideDetailMeta h1 {
  margin: 20px 0 18px;
  max-width: 820px;
  color: var(--guide-obsidian);
  font-size: clamp(52px, 8vw, 112px);
  line-height: .98;
  font-weight: 700;
}

.guideHeroCopy p {
  max-width: 620px;
  color: var(--guide-steel);
  font-size: 16px;
  line-height: 1.56;
}

.guideHero img {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 36px;
  object-fit: cover;
  aspect-ratio: auto;
}

.guideHeroActions {
  gap: 8px;
  margin-top: 28px;
}

.guidePage .btnPrimary,
.guideDetailPage .btnPrimary {
  border: 0;
  border-radius: 10000px;
  background: var(--guide-obsidian);
  color: #fff;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  box-shadow:
    rgba(255, 255, 255, .5) 0 .5px 0 0 inset,
    rgba(117, 123, 133, .4) 0 9px 14px -5px inset,
    rgb(44, 46, 52) 0 0 0 1.5px,
    rgba(0, 0, 0, .14) 0 4px 6px 0;
}

.guidePage .btnSecondary,
.guideDetailPage .btnSecondary {
  border: 1px solid var(--guide-graphite);
  border-radius: 10000px;
  background: var(--guide-snow);
  color: var(--guide-graphite);
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
}

.guideSection,
.guideArticle,
.guideSupportCta {
  width: min(var(--content-max), calc(100% - 40px));
  margin: 80px auto;
}

.guideFilters {
  gap: 8px;
  padding: 8px;
  border-radius: 10000px;
  background: var(--guide-snow);
  box-shadow: rgb(228, 228, 231) 0 1px 0 0 inset;
}

.guideFilters button {
  border: 0;
  border-radius: 10000px;
  background: transparent;
  color: var(--guide-steel);
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
}

.guideFilters button.active,
.guideFilters button:hover {
  background: var(--guide-obsidian);
  color: #fff;
}

.guideSectionHead {
  align-items: flex-end;
  margin-bottom: 28px;
}

.guideSectionHead h2,
.guideArticle h2,
.guideSupportCta h2 {
  color: var(--guide-obsidian);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  font-weight: 700;
}

.guideSectionHead p,
.guideArticle p,
.guideSupportCta p {
  color: var(--guide-steel);
  font-size: 16px;
  line-height: 1.56;
}

.guideGrid {
  gap: 16px;
}

.guideVideoCard {
  overflow: hidden;
  border: 0;
  border-radius: 36px;
  background: var(--guide-snow);
  color: var(--guide-ink);
  box-shadow: rgb(228, 228, 231) 0 1px 0 0 inset;
  transition: transform .28s ease, opacity .28s ease;
}

.guideVideoCard:hover {
  border-color: transparent;
  color: var(--guide-ink);
  transform: translateY(-6px);
}

.guideVideoThumb {
  margin: 8px;
  border: 0;
  border-radius: 28px;
  background: var(--guide-fog);
}

.guidePlay {
  left: 14px;
  bottom: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 18px;
  background: rgba(9, 9, 11, .82);
  backdrop-filter: blur(10px);
  font-size: 15px;
  font-weight: 700;
}

.guideDuration {
  right: 14px;
  bottom: 14px;
  border-radius: 12px;
  background: rgba(9, 9, 11, .82);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.guideVideoBody {
  padding: 16px 22px 24px;
  gap: 10px;
}

.guideVideoBody h3 {
  color: var(--guide-obsidian);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
}

.guideVideoBody p {
  color: var(--guide-steel);
  font-size: 14px;
  line-height: 1.56;
}

.guideDetailHero {
  width: min(var(--content-max), calc(100% - 40px));
  margin: 116px auto 0;
  padding: 28px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .74fr);
  gap: 24px;
  border-radius: 48px;
  background: var(--guide-snow);
  color: var(--guide-ink);
  box-shadow: rgb(228, 228, 231) 0 1px 0 0 inset;
}

.guidePlayer {
  overflow: hidden;
  border: 0;
  border-radius: 36px;
  background: var(--guide-obsidian);
}

.guidePlayerFrame,
.guidePlayerEmpty {
  min-height: 320px;
}

.guidePlayerEmpty {
  color: #fff;
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, .16), transparent 32%),
    linear-gradient(135deg, #09090b, #18181b);
}

.guideExternalPanel:hover {
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, .16), transparent 32%),
    linear-gradient(135deg, #09090b, #18181b);
}

.guidePlayerEmpty div {
  font-size: clamp(40px, 7vw, 82px);
  font-weight: 700;
}

.guidePlayerEmpty p,
.guideDetailMeta p {
  color: var(--guide-steel);
  font-size: 16px;
  line-height: 1.56;
}

.guidePlayerEmpty p {
  color: #d4d4d8;
}

.guideDetailMeta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(8px, 2vw, 28px);
}

.guideDetailMeta h1 {
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 1.02;
}

.guideBack {
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 10000px;
  background: var(--guide-fog);
  color: var(--guide-ink);
  font-size: 13px;
  font-weight: 600;
}

.guideArticle {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  gap: 64px;
  padding: 36px;
  border: 0;
  border-radius: 36px;
  background: var(--guide-snow);
  box-shadow: rgb(228, 228, 231) 0 1px 0 0 inset;
}

.guideArticle h2 {
  position: sticky;
  top: 110px;
  align-self: start;
  max-width: 260px;
  font-size: clamp(32px, 4vw, 56px);
}

.guideArticle h3,
.guideArticle h4,
.guideArticle p,
.guideArticle ul {
  grid-column: 2;
}

.guideArticle h3 {
  max-width: 760px;
  margin: 4px 0 6px;
  color: var(--guide-obsidian);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  font-weight: 700;
}

.guideArticle h4 {
  color: var(--guide-ink);
  font-size: 20px;
}

.guideArticle ul {
  max-width: 760px;
  gap: 8px;
}

.guideArticle li {
  padding: 12px 14px 12px 38px;
  border-radius: 16px;
  background: var(--guide-mist);
  color: var(--guide-ink);
  font-size: 15px;
  line-height: 1.45;
}

.guideArticle li::before {
  left: 16px;
  top: 20px;
  width: 8px;
  height: 8px;
  background: var(--guide-obsidian);
}

.guideSupportCta {
  padding: 36px;
  border-radius: 36px;
  background: var(--guide-obsidian);
}

.guideSupportCta h2,
.guideSupportCta p {
  color: #fff;
}

.guideSupportCta p {
  color: #a1a1aa;
}

.guideSupportCta .btnPrimary {
  background: #fff;
  color: var(--guide-obsidian);
  box-shadow: none;
}

@media (max-width: 920px) {
  .guideHero,
  .guideDetailHero {
    width: min(100% - 24px, 1200px);
    margin-top: 92px;
    padding: 16px;
    border-radius: 32px;
  }

  .guideArticle {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .guideArticle h2,
  .guideArticle h3,
  .guideArticle h4,
  .guideArticle p,
  .guideArticle ul {
    grid-column: 1;
  }

  .guideArticle h2 {
    position: static;
  }
}

#brand-solutions .brandSolutionCard h3,
#brand-solutions .brandSolutionCard p,
.brandComponentTile strong,
.brandComponentTile small,
.coreName,
.coreDesc,
.featuredTitle,
.splitTitle,
.splitText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#brand-solutions .brandSolutionCard h3 {
  -webkit-line-clamp: 2;
}

#brand-solutions .brandSolutionCard p {
  -webkit-line-clamp: 2;
}

.brandComponentTile small,
.coreDesc,
.splitText {
  -webkit-line-clamp: 3;
}

.brandComponentTile strong,
.coreName,
.featuredTitle,
.splitTitle {
  -webkit-line-clamp: 2;
}

#brand-solutions .brandSolutionAction {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#brand-solutions .brandSolutionEnglish {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Core components text containment */
.brandComponentsSection .brandComponentTile {
  min-width: 0;
}

.brandComponentsSection .brandComponentTile em,
.brandComponentsSection .brandComponentMeta,
.brandComponentsSection .brandComponentTile strong,
.brandComponentsSection .brandComponentDesc {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.brandComponentsSection .brandComponentTile em {
  margin-bottom: 4px;
  font-size: 13px;
}

.brandComponentsSection .brandComponentMeta {
  margin-top: 6px;
  font-size: 9.5px;
  line-height: 1.18;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.brandComponentsSection .brandComponentTile strong,
.brandComponentsSection .brandComponentTile-1 strong,
.brandComponentsSection .brandComponentTile-2 strong,
.brandComponentsSection .brandComponentTile-3 strong {
  margin-top: 5px;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.06;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.brandComponentsSection .brandComponentDesc,
.brandComponentsSection .brandComponentTile-1 .brandComponentDesc,
.brandComponentsSection .brandComponentTile-3 .brandComponentDesc {
  margin-top: 6px;
  max-width: 100%;
  font-size: 10.8px;
  line-height: 1.32;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.brandComponentsSection .brandComponentTile-3 {
  padding-left: min(34vw, 280px);
}

.brandComponentsSection .brandComponentTile-3 strong {
  font-size: clamp(18px, 1.7vw, 22px);
}

@media (max-width: 1240px) {
  .brandComponentsSection .brandComponentTile strong,
  .brandComponentsSection .brandComponentTile-3 strong {
    font-size: 18px;
  }

  .brandComponentsSection .brandComponentDesc {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 720px) {
  .brandComponentsSection .brandComponentTile,
  .brandComponentsSection .brandComponentTile-1,
  .brandComponentsSection .brandComponentTile-2 {
    min-height: 212px;
  }

  .brandComponentsSection .brandComponentTile-3 {
    min-height: 318px;
  }

  .brandComponentsSection .brandComponentTile strong,
  .brandComponentsSection .brandComponentTile-3 strong {
    font-size: 18px;
  }

  .brandComponentsSection .brandComponentMeta {
    font-size: 10px;
  }

  .brandComponentsSection .brandComponentDesc {
    font-size: 11px;
    line-height: 1.34;
  }
}

/* FPV Builder Pro */
.bannerGeneratorPage {
  min-height: 100vh;
  padding: 118px 24px 80px;
  background:
    radial-gradient(circle at 20% 0%, rgba(62, 93, 122, 0.12), transparent 30%),
    linear-gradient(180deg, #f7f8f8, #eceff1);
  color: #101418;
}

.bannerGeneratorShell {
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.bannerGeneratorHead {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}

.bannerGeneratorHead span {
  color: rgba(16, 20, 24, 0.48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bannerGeneratorHead h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.bannerGeneratorHead p {
  max-width: 640px;
  margin: 0;
  color: rgba(16, 20, 24, 0.58);
  font-size: 16px;
  line-height: 1.7;
}

.bannerGeneratorLayout {
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.bannerControlPanel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bannerUploadBox,
.bannerControlGroup {
  border-radius: 18px;
  background: rgba(245, 247, 248, 0.92);
}

.bannerUploadBox {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px dashed rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.bannerUploadBox input {
  display: none;
}

.bannerUploadBox strong,
.bannerControlTitle {
  font-size: 14px;
  font-weight: 850;
}

.bannerUploadBox span,
.bannerPresetGrid small {
  color: rgba(16, 20, 24, 0.52);
  font-size: 11px;
  line-height: 1.35;
}

.bannerControlGroup {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.bannerPresetGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.bannerPresetGrid button,
.bannerSegment button,
.bannerApplyButton,
.bannerExportButton {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.bannerPresetGrid button {
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 10px;
  text-align: left;
}

.bannerPresetGrid button.active,
.bannerSegment button.active {
  border-color: #111;
  box-shadow: 0 0 0 2px #111 inset;
}

.bannerPresetGrid span {
  font-size: 12px;
  font-weight: 850;
}

.bannerSegment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bannerSegmentThree {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bannerSegment button,
.bannerApplyButton,
.bannerExportButton {
  height: 42px;
  font-weight: 800;
}

.bannerProcessNote {
  margin: 0;
  color: rgba(16, 20, 24, 0.54);
  font-size: 12px;
  line-height: 1.55;
}

.bannerControlGroup label {
  display: grid;
  gap: 6px;
  color: rgba(16, 20, 24, 0.68);
  font-size: 12px;
  font-weight: 700;
}

.bannerControlGroup input[type="range"],
.bannerControlGroup label > input:not([type="checkbox"]) {
  width: 100%;
}

.bannerControlGroup label > input:not([type="range"]):not([type="checkbox"]) {
  height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #111;
}

.bannerToggles {
  display: flex;
  gap: 16px;
}

.bannerToggles label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bannerExportButton {
  height: 48px;
  background: #101418;
  color: #fff;
}

.bannerApplyButton {
  height: 52px;
  background: #1d4ed8;
  color: #fff;
  box-shadow: 0 16px 34px rgba(29, 78, 216, 0.22);
}

.homeGeneratedHero {
  padding-top: var(--header-h);
  background: #05070a;
}

.homeGeneratedHero .generatedBanner {
  width: 100%;
  height: min(720px, calc(100svh - var(--header-h)));
  min-height: 560px;
  border-radius: 0;
}

.bannerPreviewColumn {
  display: grid;
  gap: 12px;
}

.bannerPreviewFrame {
  overflow: hidden;
  padding: 10px;
  border-radius: 24px;
  background: #101418;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

.generatedBanner {
  position: relative;
  aspect-ratio: 1920 / 720;
  overflow: hidden;
  border-radius: 18px;
  isolation: isolate;
  color: #fff;
}

.generatedBanner::after,
.generatedBannerEffects {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.generatedBanner::after {
  z-index: 3;
  background:
    radial-gradient(circle at 50% 45%, transparent 42%, rgba(0, 0, 0, 0.3) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 9px);
  mix-blend-mode: soft-light;
}

.generatedBanner-dark-purple-studio {
  background:
    radial-gradient(circle at 12% 84%, rgba(143, 74, 255, 0.5), transparent 30%),
    radial-gradient(circle at 72% 42%, rgba(72, 112, 190, 0.16), transparent 28%),
    linear-gradient(135deg, #101720, #040509 58%, #020204);
}

.generatedBanner-sunset-horizon {
  background:
    radial-gradient(circle at 58% 58%, rgba(255, 166, 86, 0.45), transparent 25%),
    linear-gradient(180deg, #25384b 0%, #6f7c87 52%, #c89563 62%, #1f1a16 100%);
}

.generatedBanner-blue-horizon {
  background: linear-gradient(180deg, #dbeaf3 0%, #8ba8bc 54%, #e6f4fb 57%, #13283b 100%);
}

.generatedBanner-tech-ring {
  background:
    radial-gradient(circle at 68% 48%, rgba(255, 255, 255, 0.38), transparent 8%),
    repeating-radial-gradient(circle at 68% 48%, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px 42px),
    linear-gradient(135deg, #f0fbff 0%, #9ed1ee 48%, #133a63 100%);
}

.generatedBanner-black-light-line {
  background:
    linear-gradient(180deg, #05070a, #020305 58%, #0d1118),
    radial-gradient(circle at 72% 55%, rgba(110, 174, 255, 0.2), transparent 28%);
}

.generatedBanner-desert-cinematic {
  background:
    radial-gradient(circle at 58% 55%, rgba(227, 151, 73, 0.28), transparent 28%),
    linear-gradient(180deg, #293d4a 0%, #9e7b58 55%, #51351e 100%);
}

.generatedBanner-water-reflection {
  background:
    radial-gradient(circle at 62% 52%, rgba(138, 205, 255, 0.18), transparent 25%),
    linear-gradient(180deg, #0b1a27, #162c3f 58%, #02070b);
}

.generatedBanner-blue-triangle-light {
  background: linear-gradient(180deg, #020509, #061827 58%, #030508);
}

.generatedBanner-blue-triangle-light .generatedBannerEffects::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 8%;
  bottom: 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(130, 211, 255, 0.65), rgba(130, 211, 255, 0));
}

.generatedBanner-black-light-line .generatedBannerEffects,
.generatedBanner-blue-horizon .generatedBannerEffects,
.generatedBanner-water-reflection .generatedBannerEffects {
  background:
    linear-gradient(90deg, transparent, rgba(210, 235, 255, 0.52), transparent) 0 62% / 100% 28px no-repeat,
    linear-gradient(180deg, transparent 62%, rgba(255, 255, 255, 0.08), transparent 74%);
}

.generatedBannerCopy {
  position: absolute;
  z-index: 5;
  left: clamp(72px, 11vw, 220px);
  top: 28%;
  width: min(30vw, 560px);
}

.generatedBanner-center-copy .generatedBannerCopy {
  left: 50%;
  top: 8%;
  width: min(48vw, 800px);
  text-align: center;
  transform: translateX(-50%);
}

.generatedBannerCopy span {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 850;
  letter-spacing: 0.14em;
}

.generatedBannerCopy h2 {
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 54px);
  line-height: 1.06;
  letter-spacing: 0;
}

.generatedBannerCopy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(13px, 1.2vw, 18px);
  line-height: 1.75;
}

.generatedBannerActions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.generatedBanner-center-copy .generatedBannerActions {
  justify-content: center;
}

.generatedBannerActions button {
  height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-size: 13px;
  font-weight: 800;
}

.generatedBannerActions button + button {
  background: transparent;
  color: #fff;
}

.generatedBannerProduct {
  position: absolute;
  z-index: 4;
  left: 66%;
  top: 55%;
  width: min(34vw, 650px);
  transform: translate(calc(-50% + var(--product-x)), calc(-50% + var(--product-y))) rotate(var(--product-rotate)) scale(var(--product-scale));
  transform-origin: center;
}

.generatedBanner-center-copy .generatedBannerProduct {
  left: 50%;
  top: 67%;
  width: min(38vw, 700px);
}

.generatedBannerProduct img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.generatedBannerProduct.hasShadow img {
  filter: drop-shadow(0 34px 48px rgba(0, 0, 0, 0.42));
}

.generatedBannerProduct.hasReflection img {
  -webkit-box-reflect: below 18px linear-gradient(to bottom, rgba(255, 255, 255, 0.18), transparent 36%);
}

.bannerPreviewMeta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(16, 20, 24, 0.58);
  font-size: 13px;
}

@media (max-width: 1100px) {
  .bannerGeneratorLayout {
    grid-template-columns: 1fr;
  }

  .bannerControlPanel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .homeLayeredHero {
    height: auto;
    min-height: 640px;
    margin-top: 0;
  }

  .homeHeroInner {
    display: grid;
    align-content: start;
    width: 100%;
    padding: 58px 18px 0;
  }

  .homeHeroCopyLayer {
    width: 100%;
    margin-left: 0;
  }

  .homeHeroKicker {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .homeHeroKicker span {
    width: 28px;
  }

  .homeHeroCopyLayer h1 {
    font-size: 42px;
    white-space: normal;
  }

  .homeLayeredHero-alvt25w .homeHeroCopyLayer h1 {
    white-space: normal;
    font-size: 38px;
  }

  .homeHeroSubtitle {
    margin-top: 16px;
    font-size: 18px;
  }

  .homeHeroSpecs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .homeHeroSpec + .homeHeroSpec {
    padding-left: 0;
    border-left: 0;
  }

  .homeHeroActionsLayer {
    margin-top: 24px;
  }

  .homeHeroActionsLayer a {
    min-width: 118px;
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }

  .homeHeroProductLayer {
    width: 100%;
    height: 300px;
  }

  .homeHeroProductSpacer {
    display: none;
  }

  .homeHeroSwitcher {
    bottom: 16px;
  }

  .homeHeroProduct,
  .homeHeroProductReflection {
    right: -38px;
    width: min(92vw, 430px);
  }

  .homeHeroProduct {
    top: 24px;
  }

  .homeHeroProductReflection {
    top: 190px;
  }

  .homeHeroRock {
    left: 6%;
    right: -42%;
    bottom: -150px;
  }

  .homeHeroContactShadow {
    right: 4px;
    bottom: 58px;
    width: 340px;
  }

  .homeHeroWarmBounce {
    right: 36px;
    bottom: 78px;
    width: 280px;
  }

  .bannerGeneratorPage {
    padding: 96px 14px 50px;
  }

  .bannerControlPanel,
  .bannerPresetGrid {
    grid-template-columns: 1fr;
  }

  .generatedBannerCopy {
    left: 28px;
    top: 18%;
    width: calc(100% - 56px);
  }

  .generatedBannerProduct {
    left: 62%;
    width: 48vw;
  }
}

.builderProPage {
  min-height: 100svh;
  padding: calc(var(--header-h) + 46px) 20px 96px;
  color: #111114;
  background:
    linear-gradient(180deg, #fbfbfd 0%, #f2f3f6 46%, #ffffff 100%);
  font-family: "SF Pro Text", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

.builderProPage * {
  letter-spacing: 0;
}

.builderHero,
.builderStage,
.builderMetrics,
.builderOutputGrid {
  width: min(var(--content-max), 100%);
  margin-inline: auto;
}

.builderHero {
  min-height: min(760px, calc(100svh - var(--header-h)));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 54px;
  padding: 56px 0 42px;
}

.builderKicker,
.builderPanelTitle {
  color: #0066cc;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 800;
}

.builderHero h1 {
  max-width: 720px;
  margin: 18px 0 0;
  color: #070708;
  font-size: clamp(48px, 7.4vw, 104px);
  line-height: 0.98;
  font-weight: 800;
}

.builderHero p {
  max-width: 660px;
  margin: 26px 0 0;
  color: #4c4d51;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
}

.builderHeroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.builderPrimaryAction,
.builderSecondaryAction,
.builderExportButtons button,
.builderFrameSwitch button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.builderPrimaryAction {
  padding: 0 22px;
  color: #fff;
  background: #0066cc;
  border: 1px solid #0066cc;
}

.builderSecondaryAction {
  padding: 0 22px;
  color: #0066cc;
  background: transparent;
  border: 1px solid rgba(0, 102, 204, 0.38);
}

.builderDevice {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 16%, rgba(0, 102, 204, 0.2), transparent 26%),
    radial-gradient(circle at 22% 92%, rgba(30, 119, 83, 0.16), transparent 28%),
    linear-gradient(145deg, #1d1f25, #050507 62%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.builderDevice::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 33px;
  pointer-events: none;
}

.builderDeviceTop {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.builderDeviceTop span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f05454;
}

.builderDeviceTop span:nth-child(2) {
  background: #f5c84b;
}

.builderDeviceTop span:nth-child(3) {
  background: #39c179;
}

.builderDroneMap {
  position: relative;
  width: min(420px, 74%);
  aspect-ratio: 1;
  margin: 54px auto 0;
  transform: perspective(900px) rotateX(58deg) rotateZ(-31deg);
  filter: drop-shadow(20px 32px 22px rgba(0, 0, 0, 0.38));
}

.builderArm,
.builderMotor,
.builderCore {
  position: absolute;
  background: #d8dce4;
}

.builderArm {
  left: 13%;
  right: 13%;
  top: 47%;
  height: 22px;
  border-radius: 999px;
}

.builderArm.b {
  transform: rotate(90deg);
}

.builderMotor {
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 18px solid #20242b;
  box-shadow: inset 0 0 0 8px #8e98a8;
}

.builderMotor.m1 { left: 0; top: 0; }
.builderMotor.m2 { right: 0; top: 0; }
.builderMotor.m3 { left: 0; bottom: 0; }
.builderMotor.m4 { right: 0; bottom: 0; }

.builderCore {
  inset: 34%;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #0066cc, #111114);
  font-size: 36px;
  font-weight: 900;
}

.builderDeviceMetric {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 22px;
  border-radius: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.builderDeviceMetric span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.builderDeviceMetric strong {
  font-size: 44px;
  line-height: 0.9;
}

.builderStage {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 0.92fr;
  gap: 16px;
}

.builderStepPanel,
.builderLivePanel,
.builderCompatPanel,
.builderOutputPanel {
  border: 1px solid rgba(17, 17, 20, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(24, 30, 42, 0.08);
}

.builderStepPanel,
.builderLivePanel,
.builderCompatPanel,
.builderOutputPanel {
  padding: 22px;
}

.builderFrameSwitch {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 26px;
  padding: 6px;
  border-radius: 18px;
  background: #eef0f4;
}

.builderFrameSwitch button {
  width: 100%;
  border: 0;
  color: #565a63;
  background: transparent;
}

.builderFrameSwitch button.active {
  color: #fff;
  background: #111114;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.builderPartSelectors {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.builderSelectRow {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  align-items: center;
}

.builderSelectRow span,
.builderConfigList span,
.builderMetricTile span,
.builderSpecGrid dt,
.builderQuoteTotals span,
.builderOzonCards span {
  color: #6e7179;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.builderSelectRow select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(17, 17, 20, 0.12);
  border-radius: 12px;
  color: #111114;
  background: #fff;
  font-size: 14px;
}

.builderConfigList {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.builderConfigList div,
.builderAiBox,
.builderChecks div,
.builderOzonCards div {
  padding: 14px;
  border-radius: 16px;
  background: #f5f6f8;
}

.builderConfigList strong,
.builderAiBox strong,
.builderOzonCards strong {
  display: block;
  margin-top: 5px;
  color: #17181c;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.builderAiBox {
  margin-top: 16px;
  background: #eaf4ff;
}

.builderAiBox span {
  color: #0066cc;
  font-size: 12px;
  font-weight: 900;
}

.builderScoreRing {
  --score: 90%;
  width: 150px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 18px auto;
  border-radius: 50%;
  background: conic-gradient(#1f8f63 var(--score), #e6e8ed 0);
}

.builderScoreRing::before {
  content: "";
  position: absolute;
}

.builderScoreRing strong,
.builderScoreRing span {
  grid-area: 1 / 1;
  z-index: 1;
}

.builderScoreRing strong {
  padding-top: 4px;
  font-size: 44px;
  line-height: 1;
}

.builderScoreRing span {
  padding-top: 58px;
  color: #6e7179;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.builderScoreRing::after {
  content: "";
  grid-area: 1 / 1;
  width: 112px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}

.builderChecks {
  display: grid;
  gap: 8px;
}

.builderChecks div {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #25272d;
  font-size: 13px;
  line-height: 1.35;
}

.builderChecks span {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.builderChecks .pass span {
  background: #1f8f63;
}

.builderChecks .warn span {
  background: #a96b00;
}

.builderChecks .fail span {
  background: #b42318;
}

.builderMetrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.builderMetricTile {
  min-height: 148px;
  padding: 22px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #17181c, #303540);
}

.builderMetricTile strong {
  display: block;
  margin-top: 22px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
}

.builderOutputGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.builderOutputPanel h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
}

.builderSpecGrid {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}

.builderSpecGrid div {
  padding-top: 12px;
  border-top: 1px solid rgba(17, 17, 20, 0.1);
}

.builderSpecGrid dd {
  margin: 6px 0 0;
  color: #25272d;
  font-size: 14px;
  line-height: 1.5;
}

.builderExportButtons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.builderExportButtons button {
  padding: 0 18px;
  border: 1px solid #111114;
  color: #111114;
  background: #fff;
}

.builderQuoteTable {
  width: 100%;
  margin-top: 18px;
  border-collapse: collapse;
  font-size: 14px;
}

.builderQuoteTable th,
.builderQuoteTable td {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(17, 17, 20, 0.1);
  text-align: left;
}

.builderQuoteTable th {
  color: #6e7179;
  font-size: 12px;
}

.builderQuoteTotals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.builderQuoteTotals div {
  padding: 16px;
  border-radius: 16px;
  background: #f5f6f8;
}

.builderQuoteTotals strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
}

@media (max-width: 1100px) {
  .builderHero,
  .builderStage,
  .builderOutputGrid {
    grid-template-columns: 1fr;
  }

  .builderHero {
    min-height: auto;
  }

  .builderDevice {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .builderProPage {
    padding: calc(var(--header-h) + 28px) 14px 70px;
  }

  .builderHero {
    gap: 28px;
    padding-top: 34px;
  }

  .builderHero h1 {
    font-size: 48px;
  }

  .builderDevice {
    min-height: 380px;
    border-radius: 26px;
  }

  .builderDroneMap {
    width: 78%;
    margin-top: 38px;
  }

  .builderStage,
  .builderMetrics,
  .builderOutputGrid,
  .builderQuoteTotals {
    grid-template-columns: 1fr;
  }

  .builderSelectRow {
    grid-template-columns: 1fr;
  }

  .builderMetrics {
    gap: 10px;
  }

  .builderMetricTile {
    min-height: 118px;
  }
}

/* FPV Builder Pro planner refinement */
.chromeLessMain {
  padding-top: 0;
}

.builderFloatingHeader,
.builderFloatingHeader.transparent {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: auto;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.builderFloatingHeader .siteHeaderInner {
  width: min(var(--content-max), calc(100% - 40px));
  min-height: 58px;
  margin-inline: auto;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 44px rgba(24, 30, 42, 0.1);
  backdrop-filter: blur(18px);
}

.builderFloatingHeader .brandMark {
  width: 38px;
  height: 38px;
  font-size: 13px;
}

.builderFloatingHeader .brandTag {
  display: none;
}

.builderFloatingHeader .brandName,
.builderFloatingHeader .navLink,
.builderFloatingHeader .langButton,
.builderFloatingHeader .iconBtn {
  color: #111114;
}

.builderFloatingHeader .navLink:hover,
.builderFloatingHeader .navLink.active {
  color: #0066cc;
}

.builderFloatingHeader .navDropdown {
  top: 66px;
}

.builderProPage {
  padding-top: 96px;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 102, 204, 0.08), transparent 26%),
    linear-gradient(180deg, #f6f7fa 0%, #ffffff 72%);
}

.builderHero,
.builderStage {
  display: none;
}

.builderPlannerTop,
.builderSummaryBar,
.builderPlannerDesk,
.builderMetrics,
.builderOutputGrid {
  width: min(var(--content-max), 100%);
  margin-inline: auto;
}

.builderPlannerTop {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  padding: 14px 0 18px;
}

.builderPlannerTop h1 {
  margin: 10px 0 0;
  color: #090a0d;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.98;
  font-weight: 850;
}

.builderPlannerTop p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #565b66;
  font-size: 17px;
  line-height: 1.5;
}

.builderTopActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.builderTopActions button,
.builderTopActions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 20, 0.12);
  color: #111114;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(24, 30, 42, 0.06);
}

.builderTopActions a {
  color: #fff;
  border-color: #0066cc;
  background: #0066cc;
}

.builderSummaryBar {
  position: sticky;
  top: 0;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 20, 0.1);
  border-radius: 20px;
  background: rgba(17, 17, 20, 0.1);
  box-shadow: 0 18px 48px rgba(24, 30, 42, 0.1);
}

.builderSummaryBar div {
  min-width: 0;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.builderSummaryBar span,
.builderSummaryBar small {
  display: block;
  color: #747985;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
}

.builderSummaryBar strong {
  display: block;
  margin: 6px 0 5px;
  color: #0d0f14;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 0.95;
  font-weight: 900;
  white-space: nowrap;
}

.builderPlannerDesk {
  display: grid;
  grid-template-columns: 300px minmax(390px, 1.08fr) minmax(300px, 0.92fr);
  gap: 14px;
  align-items: start;
  margin-top: 14px;
}

.builderGoalsColumn,
.builderSlotsColumn,
.builderCatalogColumn {
  min-width: 0;
  border: 1px solid rgba(17, 17, 20, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(24, 30, 42, 0.08);
}

.builderGoalsColumn,
.builderCatalogColumn {
  position: sticky;
  top: 92px;
}

.builderGoalsColumn {
  padding: 20px;
}

.builderGoalsColumn p {
  margin: 10px 0 18px;
  color: #666b76;
  font-size: 13px;
  line-height: 1.55;
}

.builderGoalGroup > span,
.builderGoalSelect > span,
.builderFilterStack span,
.builderSlotsHead > span,
.builderCatalogHead > span {
  color: #747985;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
}

.builderStyleButtons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.builderStyleButtons button,
.builderSlotList button,
.builderCatalogList button {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(17, 17, 20, 0.08);
  text-align: left;
  cursor: pointer;
}

.builderStyleButtons button {
  padding: 12px;
  border-radius: 14px;
  background: #f5f6f8;
  min-height: 74px;
}

.builderStyleButtons button.active,
.builderSlotList button.active,
.builderCatalogList button.active {
  border-color: rgba(0, 102, 204, 0.48);
  background: #eaf4ff;
  box-shadow: inset 0 0 0 1px rgba(0, 102, 204, 0.08);
}

.builderStyleButtons strong,
.builderStyleButtons small,
.builderSlotList strong,
.builderSlotList small,
.builderCatalogList strong,
.builderCatalogList small {
  display: block;
}

.builderStyleButtons strong {
  color: #16181d;
  font-size: 13px;
  line-height: 1.2;
}

.builderStyleButtons small {
  margin-top: 4px;
  color: #747985;
  font-size: 11px;
  line-height: 1.2;
}

.builderGoalSelect {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.builderGoalSelect select {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(17, 17, 20, 0.12);
  border-radius: 12px;
  background: #fff;
  color: #15171c;
  font-size: 13px;
  font-weight: 700;
}

.builderFrameSwitch.compact {
  margin: 16px 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 16px;
}

.builderFilterStack {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.builderFilterStack div {
  padding: 12px;
  border-radius: 14px;
  background: #f5f6f8;
}

.builderFilterStack strong {
  display: block;
  margin-top: 6px;
  color: #15171c;
  font-size: 13px;
  line-height: 1.35;
}

.builderSlotsColumn,
.builderCatalogColumn {
  padding: 18px;
}

.builderSlotsHead,
.builderCatalogHead {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 17, 20, 0.08);
}

.builderSlotsHead h2,
.builderCatalogHead h2 {
  margin: 8px 0 0;
  color: #111114;
  font-size: 24px;
  line-height: 1.05;
}

.builderSlotList,
.builderCatalogList {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.builderSlotList button {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 13px 14px;
  border-radius: 16px;
  background: #fff;
}

.builderSlotList button::after {
  content: attr(data-action);
  position: absolute;
  top: 14px;
  right: 14px;
  color: #0066cc;
  font-size: 11px;
  font-weight: 850;
}

.builderSlotList span {
  color: #0066cc;
  font-size: 12px;
  font-weight: 900;
}

.builderSlotList strong {
  max-width: calc(100% - 58px);
  color: #101116;
  font-size: 16px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.builderSlotList small {
  max-width: 92%;
  color: #747985;
  font-size: 11px;
  line-height: 1.4;
}

.builderCatalogList button {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  background: #f8f9fb;
}

.builderCatalogList span {
  color: #747985;
  font-size: 12px;
  line-height: 1.25;
}

.builderCatalogList strong {
  color: #111114;
  font-size: 15px;
  line-height: 1.22;
}

.builderCatalogList small {
  color: #4e545f;
  font-size: 12px;
  line-height: 1.4;
}

.builderCompatMini {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 20, 0.08);
}

.builderCompatMini > strong {
  display: block;
  margin-bottom: 10px;
  color: #111114;
  font-size: 14px;
}

.builderChecks.compact div {
  padding: 10px;
  font-size: 12px;
}

@media (max-width: 1240px) {
  .builderPlannerDesk {
    grid-template-columns: 270px minmax(0, 1fr);
  }

  .builderCatalogColumn {
    grid-column: 1 / -1;
    position: static;
  }

  .builderCatalogList {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .builderFloatingHeader {
    top: 10px;
  }

  .builderFloatingHeader .siteHeaderInner {
    width: calc(100% - 24px);
    min-height: 54px;
  }

  .builderProPage {
    padding-top: 82px;
  }

  .builderPlannerTop,
  .builderPlannerDesk {
    grid-template-columns: 1fr;
  }

  .builderTopActions {
    justify-content: flex-start;
  }

  .builderSummaryBar {
    position: static;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 18px;
  }

  .builderFrameSwitch,
  .builderFrameSwitch.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .builderGoalsColumn {
    position: static;
  }

  .builderCatalogList {
    grid-template-columns: 1fr;
  }

  .builderStyleButtons {
    grid-template-columns: 1fr;
  }
}

/* Warehouse footer */
.siteFooter {
  position: relative;
  overflow: hidden;
  background: #08090b;
  color: #fff;
  isolation: isolate;
}

.siteFooterMedia {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.siteFooterMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04) brightness(0.78);
}

.siteFooter::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 5, 7, 0.1) 0%, rgba(4, 5, 7, 0.76) 100%),
    linear-gradient(90deg, rgba(4, 5, 7, 0.5) 0%, rgba(4, 5, 7, 0.2) 50%, rgba(4, 5, 7, 0.5) 100%);
}

.siteFooterInner {
  width: min(88%, var(--content-max));
  margin: 0 auto;
  padding: 64px 0 36px;
  display: grid;
  grid-template-columns: 240px 1fr 220px;
  grid-template-rows: auto auto;
  column-gap: clamp(32px, 5vw, 72px);
  row-gap: 40px;
  align-items: start;
}

/* ── Brand column ── */
.footerBrandCol {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footerLogo {
  width: 148px;
  max-width: 44vw;
  opacity: 0.94;
}

.footerDesc {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.72;
  font-weight: 500;
}

.footerContactInfo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footerContactEmail {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s;
}

.footerContactEmail:hover {
  color: #fff;
}

.footerContactAddr {
  display: block;
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
}

/* ── Nav columns ── */
.footerNavCols {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 40px;
  align-content: start;
}

.footerNavLabel {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.footerNavLinks {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footerNavLinks a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footerNavLinks a:hover {
  color: #fff;
  transform: translateX(3px);
}

/* ── Subscribe column ── */
.footerSubscribeCol {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footerSubscribePanel label {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.footerSubscribeBox {
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 50px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
}

.footerSubscribeBox input {
  min-width: 0;
  height: 100%;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footerSubscribeBox input::placeholder {
  color: rgba(255, 255, 255, 0.46);
  opacity: 1;
}

.footerSubscribeBox button {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footerSubscribeBox button:hover {
  color: #fff;
  transform: translateX(3px);
}

.footerSubscribeMessage {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.footerSubscribeMessage.error {
  color: #fca5a5;
}

.footerWhatsappQr {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footerWhatsappQr img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border: 3px solid #fff;
  border-radius: 8px;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.footerWhatsappQr span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

/* ── Bottom bar ── */
.footerBottom {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footerMuted {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 600;
}

.footerActions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footerLang {
  display: flex;
  gap: 5px;
}

.footerLangBtn,
.footerTop {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.footerLangBtn {
  min-width: 38px;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.footerLangBtn.active {
  border-color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.9);
  color: #0b0c0f;
}

.footerTop {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}

.footerLangBtn:hover,
.footerTop:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 1060px) {
  .siteFooterInner {
    grid-template-columns: 210px 1fr 200px;
    column-gap: clamp(24px, 4vw, 48px);
  }
}

@media (max-width: 820px) {
  .siteFooterInner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 32px;
  }

  .footerBrandCol    { grid-column: 1 / -1; grid-row: 1; }
  .footerNavCols     { grid-column: 1;      grid-row: 2; }
  .footerSubscribeCol{ grid-column: 2;      grid-row: 2; }
  .footerBottom      { grid-column: 1 / -1; grid-row: 3; }
}

@media (max-width: 560px) {
  .siteFooterInner {
    width: calc(100% - 32px);
    padding: 36px 0 24px;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .footerBrandCol,
  .footerNavCols,
  .footerSubscribeCol,
  .footerBottom {
    grid-column: 1;
    grid-row: auto;
  }

  .footerNavCols {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 20px;
  }

  .footerSubscribeBox {
    height: 46px;
    grid-template-columns: 1fr 46px;
  }

  .footerBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 16px;
  }

  .footerMuted { font-size: 11px; }

  .footerLangBtn {
    min-width: 34px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .footerTop {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}

/* Installation detail poster deck */
.brandProofSection {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: clamp(42px, 5.2vw, 72px) clamp(22px, 5vw, 78px);
  display: block;
  overflow: hidden;
  border-top: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 10% 18%, rgba(255, 118, 54, 0.22), transparent 24%),
    radial-gradient(circle at 74% 12%, rgba(119, 85, 255, 0.2), transparent 28%),
    radial-gradient(circle at 56% 100%, rgba(30, 151, 255, 0.1), transparent 38%),
    linear-gradient(135deg, #242527 0%, #303033 48%, #1d1e20 100%);
  background-size: 34px 34px, 34px 34px, auto, auto, auto, auto;
  color: #fff;
}

.brandProofInner {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
}

.brandProofImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}

.brandProofHeading {
  align-self: center;
}

.brandProofHeading::before {
  content: "CHECKLIST";
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.brandProofHeading h2 {
  max-width: 360px;
  color: #fff;
  font-size: clamp(26px, 2.3vw, 28px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: 0;
}

.brandProofHeading p {
  max-width: 360px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.68;
}

.brandProofGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.brandProofCard {
  --brand-proof-card-pad-x: 18px;
  --brand-proof-card-pad-top: 22px;
  --brand-proof-card-pad-bottom: 20px;
  position: relative;
  min-height: 286px;
  overflow: hidden;
  padding: var(--brand-proof-card-pad-top) var(--brand-proof-card-pad-x) var(--brand-proof-card-pad-bottom);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: #0d0e11;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.brandProofCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 78% 10%, rgba(255, 255, 255, 0.16), transparent 24%),
    radial-gradient(circle at 0% 90%, rgba(0, 0, 0, 0.68), transparent 44%);
  background-size: 22px 22px, 22px 22px, auto, auto;
  opacity: 0.86;
}

.brandProofCard::after {
  content: "";
  position: absolute;
  left: var(--brand-proof-card-pad-x);
  right: var(--brand-proof-card-pad-x);
  bottom: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.brandProofProduct {
  display: none;
}

.brandProofDrone {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: -72px;
  width: min(118%, 255px);
  height: 160px;
  object-fit: contain;
  object-position: center;
  opacity: 0.96;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28));
  pointer-events: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.brandProofCard:nth-child(2) .brandProofDrone,
.brandProofCard:nth-child(4) .brandProofDrone {
  opacity: 0.9;
}

.brandProofCard:nth-child(2) .brandProofDrone {
  top: -12px;
  right: -62px;
  width: min(112%, 235px);
}

.brandProofCard:nth-child(3) .brandProofDrone {
  right: -86px;
  width: min(126%, 270px);
}

.brandProofCard:nth-child(4) .brandProofDrone {
  top: -38px;
  right: -78px;
  width: min(116%, 250px);
  height: 176px;
}

.brandProofCard:nth-child(1) {
  background:
    radial-gradient(circle at 94% 2%, #ff9b45, transparent 34%),
    radial-gradient(circle at 12% 48%, #0d1016, transparent 42%),
    linear-gradient(180deg, #b63625, #08090c 76%);
}

.brandProofCard:nth-child(2) {
  background:
    radial-gradient(circle at 92% 104%, rgba(86, 69, 255, 0.58), transparent 40%),
    radial-gradient(circle at 10% 8%, rgba(0, 0, 0, 0.08), transparent 20%),
    linear-gradient(180deg, #f4f2ed, #ffffff 64%);
  color: #201d35;
}

.brandProofCard:nth-child(3) {
  background:
    radial-gradient(circle at 92% 0%, #3772ff, transparent 34%),
    radial-gradient(circle at 18% 74%, #000, transparent 46%),
    linear-gradient(180deg, #101b30, #050608);
}

.brandProofCard:nth-child(4) {
  background:
    radial-gradient(circle at 74% 4%, #c76aff, transparent 32%),
    radial-gradient(circle at 78% 46%, rgba(255, 255, 255, 0.68), transparent 32%),
    linear-gradient(180deg, #401094, #ffffff 94%);
  color: #151518;
}

.brandProofCard span,
.brandProofCard h3,
.brandProofCard p,
.brandProofAction {
  position: relative;
  z-index: 1;
}

.brandProofCard span {
  color: currentColor;
  opacity: 0.58;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brandProofCard h3 {
  margin: 54px 0 12px;
  color: currentColor;
  font-size: clamp(20px, 1.75vw, 28px);
  line-height: 1.02;
  font-weight: 820;
  letter-spacing: 0;
}

.brandProofCard p {
  margin: 0;
  color: currentColor;
  opacity: 0.72;
  font-size: 12px;
  line-height: 1.48;
}

.brandProofAction {
  position: absolute;
  left: var(--brand-proof-card-pad-x);
  right: var(--brand-proof-card-pad-x);
  bottom: var(--brand-proof-card-pad-bottom);
  margin: 0;
  color: currentColor;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.brandProofCard:hover {
  color: #f97316;
  transform: translateY(-6px);
  border-color: rgba(249, 115, 22, 0.78);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3);
}

.brandProofCard:hover .brandProofDrone {
  transform: translate(-12px, 5px) scale(1.06);
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.34));
}

@media (max-width: 1240px) {
  .brandProofInner {
    grid-template-columns: 1fr;
  }

  .brandProofGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brandProofGrid {
    grid-template-columns: 1fr;
  }

  .brandProofCard {
    min-height: 260px;
  }
}

/* Solution expectation block */
.brandFooterCta {
  width: min(var(--content-max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 92px) 0 clamp(70px, 8vw, 104px);
  background: #fff;
  border-top: 0;
}

.brandFooterCtaHead {
  max-width: 660px;
}

.brandFooterCtaHead > span {
  display: block;
  margin-bottom: 18px;
  color: #315bbb;
  font-size: 13px;
  line-height: 1;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.brandFooterCta h2 {
  max-width: 900px;
  margin: 0;
  color: #0b0c0f;
  font-size: clamp(26px, 2.3vw, 28px);
  line-height: 1.12;
  font-weight: 760;
  letter-spacing: 0;
}

.brandFooterCta p {
  max-width: 520px;
  margin: 22px 0 0;
  color: #6d7178;
  font-size: 16px;
  line-height: 1.58;
  font-weight: 560;
}

.brandFooterCtaGrid {
  margin-top: clamp(48px, 6vw, 76px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 8vw, 140px);
}

.brandFooterCtaItem {
  display: grid;
  align-content: start;
  min-width: 0;
  color: #15171a;
  text-decoration: none;
}

.brandFooterCtaItem i {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  margin-bottom: 26px;
}

.brandFooterCtaItem i::before,
.brandFooterCtaItem i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #315bbb 0%, #58c9f6 100%);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.brandFooterCtaItem-1 i::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 68% 100%, 68% 48%, 20% 96%, 0 74%, 48% 28%, 0 28%);
}

.brandFooterCtaItem-2 i::before {
  border-radius: 50%;
  -webkit-mask: radial-gradient(circle, transparent 38%, #000 40%);
  mask: radial-gradient(circle, transparent 38%, #000 40%);
}

.brandFooterCtaItem-2 i::after {
  inset: 18px;
  border-radius: 50%;
  opacity: 0.34;
}

.brandFooterCtaItem-3 i::before,
.brandFooterCtaItem-3 i::after {
  left: 31px;
  right: auto;
  width: 12px;
  border-radius: 999px;
}

.brandFooterCtaItem-3 i::after {
  top: 31px;
  left: 0;
  width: 74px;
  height: 12px;
}

.brandFooterCtaItem strong {
  color: #17191d;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 820;
}

.brandFooterCtaItem span {
  max-width: 310px;
  margin-top: 8px;
  color: #6f737a;
  font-size: 14px;
  line-height: 1.52;
  font-weight: 560;
}

.brandFooterCtaItem:hover i::before,
.brandFooterCtaItem:hover i::after {
  transform: translateY(-5px);
  filter: saturate(1.16) brightness(1.08);
}

.homeFeaturedSection {
  margin-top: -100px;
}

.homeFeaturedSection .featuredGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(280px, 1.25fr);
  gap: 18px;
}

.homeFeaturedSection .featuredTile {
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 36px;
  background: #fff;
  color: #18181b;
  text-decoration: none;
  box-shadow:
    rgb(228, 228, 231) 0 1px 0 0 inset,
    rgba(0, 0, 0, 0.04) 0 4px 12px 0;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.homeFeaturedSection .featuredTile:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow:
    rgb(228, 228, 231) 0 1px 0 0 inset,
    rgba(0, 0, 0, 0.08) 0 18px 42px -18px;
}

.homeFeaturedSection .featuredMedia {
  aspect-ratio: 1.38 / 1;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 36px 36px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.78), transparent 30%),
    linear-gradient(145deg, #ececee, #f7f7f8);
}

.homeFeaturedSection .featuredImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  filter: none;
  transform: none;
}

.homeFeaturedSection .featuredDivider {
  width: 20px;
  height: 2px;
  margin: 18px 24px 14px;
  background: #d4d4d8;
}

.homeFeaturedSection .featuredMeta {
  padding: 0 24px;
  color: #71717a;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.homeFeaturedSection .featuredTitle {
  padding: 10px 24px 0;
  color: #09090b;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 750;
}

.homeFeaturedSection .featuredPrice {
  align-self: end;
  padding: 16px 24px 24px;
  color: #09090b;
  font-size: 22px;
  line-height: 1;
  font-weight: 820;
}

.homeFeaturedSection .featuredAssist {
  min-height: 100%;
  border: 0;
  border-radius: 36px;
  box-shadow:
    rgb(20, 44, 54) 0 1px 0 0 inset,
    rgba(0, 0, 0, 0.12) 0 18px 42px -18px;
}

.homeSplitSection {
  gap: 18px;
}

.homeSplitSection .splitCard {
  border: 0;
  border-radius: 32px;
  background: #fff;
  box-shadow:
    rgba(17, 24, 39, 0.05) 0 1px 2px,
    rgba(17, 24, 39, 0.08) 0 18px 46px -28px;
}

.homeSplitSection .splitCard:hover {
  transform: translateY(-2px);
  box-shadow:
    rgba(17, 24, 39, 0.06) 0 2px 6px,
    rgba(17, 24, 39, 0.12) 0 24px 54px -30px;
}

@media (max-width: 980px) {
  .homeFeaturedSection .featuredGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homeFeaturedSection .featuredAssist {
    min-height: 220px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .homeFeaturedSection .featuredGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .homeFeaturedSection .featuredTile,
  .homeFeaturedSection .featuredAssist {
    border-radius: 28px;
  }

  .homeFeaturedSection .featuredMedia {
    border-radius: 28px 28px 0 0;
  }

  .homeFeaturedSection .featuredTitle {
    font-size: 19px;
  }

  .homeFeaturedSection .featuredAssist {
    min-height: 198px;
    padding: 20px;
  }

  .homeSplitSection {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .homeSplitSection .splitCard {
    border-radius: 26px;
    padding: 18px;
  }
}

.page:has(> .productsHeroBand) {
  padding-top: 0;
}

/* Full-width product catalog banner */
.productsHeroBand {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: calc(-1 * var(--header-h));
  padding: calc(var(--header-h) + 48px) 0 34px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  isolation: isolate;
}

.productsHeroBand::before {
  content: none;
}

.productsHeroBand::after {
  content: none;
}

.productsHeroBandInner {
  position: relative;
  z-index: 1;
  width: min(var(--content-max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.productsHeroCopy {
  display: grid;
  gap: 18px;
}

.productsHeroCopy span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 12px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 760;
  box-shadow: none;
}

.productsHeroCopy h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(39px, 5.35vw, 75px);
  line-height: 0.95;
  font-weight: 820;
  letter-spacing: 0;
  text-shadow: none;
}

.productsHeroCopy p {
  max-width: 620px;
  margin: 0;
  color: rgba(15, 23, 42, 0.68);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 520;
  text-shadow: none;
}

.productsHeroCategories {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: clamp(28px, 5vw, 76px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 4px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.productsHeroCategories::-webkit-scrollbar {
  display: none;
}

.productsHeroCategory {
  flex: 0 0 clamp(104px, 10vw, 150px);
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  align-items: center;
  min-height: 126px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0f172a;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 700;
  text-align: center;
  scroll-snap-align: start;
  box-shadow: none;
  transition: transform 0.24s ease, color 0.24s ease, opacity 0.24s ease;
}

.productsHeroCategoryImage {
  width: clamp(84px, 8.4vw, 124px);
  height: clamp(64px, 6.6vw, 96px);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 16px rgba(15, 23, 42, 0.08));
  transition: transform 0.24s ease, filter 0.24s ease;
}

.productsHeroCategory[href="/products/fpv-cameras"] .productsHeroCategoryImage {
  transform: scale(0.82);
}

.productsHeroCategory:hover {
  transform: translateY(-3px);
  color: #000;
}

.productsHeroCategory:hover .productsHeroCategoryImage {
  transform: scale(1.04);
  filter: drop-shadow(0 14px 22px rgba(15, 23, 42, 0.12));
}

.productsHeroCategory[href="/products/fpv-cameras"]:hover .productsHeroCategoryImage {
  transform: scale(0.86);
}

.productsHeroCategory.active {
  color: #0f172a;
}

.productsHeroCategory.active span {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}

@media (max-width: 900px) {
  .productsHeroBand {
    margin-top: calc(-1 * var(--header-h));
    padding: calc(var(--header-h) + 36px) 0 28px;
  }

  .productsHeroBandInner {
    width: calc(100% - 36px);
    gap: 28px;
  }

  .productsHeroCategories {
    justify-content: flex-start;
    gap: 28px;
  }

  .productsHeroCopy p {
    font-size: 17px;
  }

  .productsHeroCopy h1 {
    font-size: 24px;
    line-height: 1.1;
  }
}

/* Non-home page top wash */
.siteMain:not(.homeMain) {
  background:
    linear-gradient(
      180deg,
      #cfd3da 0%,
      #e8eaee 32%,
      #ffffff 72%,
      #ffffff 100%
    ) top / 100% 200px no-repeat,
    #ffffff;
}

.siteMain:not(.homeMain) > .page,
.siteMain:not(.homeMain) > .guidePage,
.siteMain:not(.homeMain) > .guideDetailPage,
.siteMain:not(.homeMain) > .downloadsPage {
  background: transparent;
}

.siteMain:not(.homeMain) > .downloadsPage,
.siteMain:not(.homeMain) > .guidePage {
  max-width: none;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

/* Awesomic-style product catalog body */
.page:has(> .productsHeroBand),
.productsPage {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  background: #f5f5f7;
}

.siteMain:not(.homeMain) > .productsPage {
  padding-right: 0;
  padding-left: 0;
  background: #f5f5f7;
}

.productsCatalogSection {
  width: min(var(--content-max), calc(100% - 36px));
  margin: 0 auto;
  padding: 52px 0 82px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.productsCatalogSection .listHead {
  margin: 0;
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.productsCatalogSection .listHead.noTitle {
  grid-template-columns: 1fr;
}

.productsCatalogSection .listHead.noTitle .productRefineRow {
  grid-column: 1;
  justify-self: start;
}

.productsCatalogSection .listTitle {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.08;
  font-weight: 720;
  letter-spacing: 0;
}

.productsCatalogSection .listTitle.compact {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 720;
}

.productsCatalogSection .listMeta {
  grid-column: 1 / -1;
  max-width: 780px;
  margin: 0;
  color: #6e6e73;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.48;
  font-weight: 500;
}

.productsCatalogSection .productRefineRow {
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(132px, 180px));
  gap: 12px;
  align-self: center;
  justify-self: end;
}

.productsCatalogSection .productRefineField {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
}

.productsCatalogSection .label {
  color: #71717a;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.productsCatalogSection .input,
.productsCatalogSection select {
  width: 100%;
  min-height: 48px;
  padding: 0 40px 0 16px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #18181b;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.035);
}

.productsCatalogSection .input:focus,
.productsCatalogSection select:focus {
  border-color: #3f3f46;
  outline: none;
  box-shadow: rgb(63, 63, 70) 0 0 0 1px;
}

.productsCatalogSection .filters {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1d1d1f;
  box-shadow: none;
}

.productsCatalogSection .filtersTitle {
  margin: 0 0 12px;
  color: #1d1d1f;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
}

.productsCatalogSection .filtersGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.productsCatalogSection .filterCard {
  min-height: 72px;
  display: grid;
  align-content: space-between;
  gap: 4px;
  padding: 14px 16px;
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.035);
}

.productsCatalogSection .filterTitle {
  color: #18181b;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
}

.productsCatalogSection .filterHint {
  margin: 0;
  color: #71717a;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 400;
}

.productsCatalogSection .productGrid {
  grid-column: 1 / -1;
  grid-row: auto;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.productsCatalogSection .productCard {
  position: relative;
  min-height: clamp(300px, 22vw, 380px);
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0 0 14px;
  border: 0;
  border-radius: 22px;
  background: #ffffff;
  color: #1d1d1f;
  text-decoration: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.015);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.productsCatalogSection .productCard:hover {
  transform: translateY(-5px);
  border-color: transparent;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
}

.productsCatalogSection .productMedia {
  grid-row: 3;
  align-self: end;
  aspect-ratio: 1.54 / 1;
  width: 100%;
  margin: 8px 0 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
}

.productsCatalogSection .productImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  padding: 4px 16px 0;
  background: #ffffff;
  filter: none;
  transform: none;
}

.productsCatalogSection .productTop {
  grid-row: 1;
  padding: 22px 20px 0;
}

.productsCatalogSection .productBadgeRow {
  gap: 8px;
  margin-bottom: 10px;
}

.productsCatalogSection .productBadge {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.productsCatalogSection .productBadge.productBadgeMuted {
  display: none;
}

.productsCatalogSection .productTitle {
  color: #1d1d1f;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.14;
  font-weight: 720;
  letter-spacing: 0;
}

.productsCatalogSection .productDesc {
  margin-top: 10px;
  color: #424245;
  font-size: clamp(12px, 0.92vw, 14px);
  line-height: 1.38;
  font-weight: 450;
}

.productsCatalogSection .specRow {
  grid-row: 2;
  align-self: start;
  gap: 5px;
  padding: 10px 20px 0;
}

.productsCatalogSection .specChip {
  padding: 4px 7px;
  border: 0;
  border-radius: 10px;
  background: #f5f5f7;
  color: #6e6e73;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
}

.productsCatalogSection .productActions {
  display: none;
}

.productsCatalogSection .productAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-height: 0;
  padding: 0;
  border-radius: 50%;
  background: #1d1d1f;
  color: #ffffff;
  font-size: 0;
  font-weight: 500;
  box-shadow: none;
}

.productsCatalogSection .productAction::before {
  content: "+";
  display: block;
  margin-top: -2px;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

.productsCatalogSection .cardFavorite {
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-color: rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: #1d1d1f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@media (max-width: 980px) {
  .productsCatalogSection {
    width: min(var(--content-max), calc(100% - 36px));
    padding: 42px 0 66px;
    gap: 22px;
  }

  .productsCatalogSection .listHead {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 14px;
  }

  .productsCatalogSection .productGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .productsCatalogSection .productRefineRow {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: repeat(2, minmax(132px, 180px));
  }

  .productsCatalogSection .productCard {
    min-height: 316px;
  }

  .productsCatalogSection .productTop {
    padding: 22px 18px 0;
  }

  .productsCatalogSection .specRow {
    padding: 9px 18px 0;
  }
}

@media (max-width: 760px) {
  .productsCatalogSection {
    width: calc(100% - 32px);
    padding-top: 42px;
    gap: 22px;
  }

  .productsCatalogSection .listHead,
  .productsCatalogSection .filters,
  .productsCatalogSection .productGrid {
    grid-column: 1;
    grid-row: auto;
  }

  .productsCatalogSection .listHead {
    grid-template-columns: 1fr;
  }

  .productsCatalogSection .listTitle {
    font-size: 42px;
  }

  .productsCatalogSection .listTitle.compact {
    font-size: 18px;
  }

  .productsCatalogSection .filtersTitle {
    font-size: 22px;
  }

  .productsCatalogSection .productRefineRow,
  .productsCatalogSection .productGrid {
    grid-column: 1;
    grid-row: auto;
  }

  .productsCatalogSection .productRefineRow {
    grid-template-columns: repeat(2, minmax(132px, 180px));
    justify-self: start;
  }

  .productsCatalogSection .productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .productsCatalogSection .productRefineField {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .productsCatalogSection .productCard {
    min-height: 320px;
    border-radius: 22px;
  }

  .productsCatalogSection .productTop {
    padding: 22px 18px 0;
  }

  .productsCatalogSection .productTitle {
    font-size: 19px;
  }

  .productsCatalogSection .productDesc {
    font-size: 12px;
    line-height: 1.38;
  }

  .productsCatalogSection .specRow {
    padding: 9px 18px 0;
  }

  .productsCatalogSection .productMedia {
    margin-top: 10px;
  }

  .productsCatalogSection .productImage {
    padding: 4px 12px 0;
  }

  .productsCatalogSection .cardFavorite {
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 520px) {
  .productsCatalogSection .productGrid {
    grid-template-columns: 1fr;
  }

  .productsCatalogSection .productCard {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .brandFooterCtaGrid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .brandFooterCtaItem i {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
  }
}

/* Shared real-image hero bands for non-home sections */
.siteMain:not(.homeMain) > .page:not(.downloadsPage):not(:has(> .productsHeroBand)) > .pageHead:first-child {
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-height: 380px;
  margin: calc(-1 * var(--header-h)) 0 56px calc(50% - 50vw);
  padding: calc(var(--header-h) + 88px) max(24px, calc((100vw - var(--content-max)) / 2)) 64px;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.72) 0%, rgba(7, 9, 12, 0.45) 44%, rgba(7, 9, 12, 0.1) 100%),
    linear-gradient(180deg, rgba(7, 9, 12, 0.2), rgba(7, 9, 12, 0.34)),
    url('/images/hero/nonhome-city-drone-hero.png') center / cover no-repeat;
  color: #fff;
  box-shadow: none;
}

.siteMain:not(.homeMain) > .page:not(.downloadsPage):not(:has(> .productsHeroBand)) > .pageHead:first-child .pageTitle,
.siteMain:not(.homeMain) > .page:not(.downloadsPage):not(:has(> .productsHeroBand)) > .pageHead:first-child .pageSub {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.siteMain:not(.homeMain) > .page:not(.downloadsPage):not(:has(> .productsHeroBand)) > .pageHead:first-child .pageTitle {
  max-width: 760px;
  font-size: clamp(48px, 7.6vw, 104px);
  line-height: 0.96;
}

.siteMain:not(.homeMain) > .page:not(.downloadsPage):not(:has(> .productsHeroBand)) > .pageHead:first-child .pageSub {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.45;
}

.siteMain:not(.homeMain) > .supportPage {
  padding-top: 0;
}

.siteMain:not(.homeMain) > .page.supportPage:not(.downloadsPage):not(:has(> .productsHeroBand)) > .pageHead.supportHeroHead:first-child {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 430px;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: calc(-1 * var(--header-h));
  margin-bottom: 56px;
  padding: calc(var(--header-h) + 104px) max(28px, calc((100vw - var(--content-max)) / 2)) 72px;
  background:
    linear-gradient(90deg, rgba(4, 7, 12, 0.82) 0%, rgba(4, 7, 12, 0.56) 42%, rgba(4, 7, 12, 0.18) 100%),
    linear-gradient(180deg, rgba(4, 7, 12, 0.16) 0%, rgba(4, 7, 12, 0.44) 100%),
    url('/images/hero/support-warehouse-tech-screen-hero.png') center / cover no-repeat;
}

.siteMain:not(.homeMain) > .page.supportPage:not(.downloadsPage):not(:has(> .productsHeroBand)) > .pageHead.supportHeroHead:first-child .pageTitle {
  max-width: 760px;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.12;
}

.siteMain:not(.homeMain) > .page.supportPage:not(.downloadsPage):not(:has(> .productsHeroBand)) > .pageHead.supportHeroHead:first-child .pageSub {
  max-width: 780px;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
}

.downloadsPage .pageHead {
  position: relative;
  overflow: hidden;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 380px;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: calc(-1 * var(--header-h));
  margin-bottom: 56px;
  padding: calc(var(--header-h) + 88px) max(24px, calc((100vw - var(--content-max)) / 2)) 64px;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.66) 0%, rgba(7, 9, 12, 0.38) 46%, rgba(7, 9, 12, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 9, 12, 0.18), rgba(7, 9, 12, 0.34)),
    url('/images/hero/downloads-warehouse-drone-repair-hero.png') center / cover no-repeat;
  box-shadow: none;
}

.downloadsPage .pageHead::after {
  content: none;
}

.downloadsPage .pageTitle,
.downloadsPage .pageSub {
  color: #fff;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

/* Guide Page — full-bleed hero with video */
.guidePage .pageHead {
  position: relative;
  overflow: hidden;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 460px;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: calc(-1 * var(--header-h));
  margin-bottom: 56px;
  padding: calc(var(--header-h) + 88px) max(24px, calc((100vw - var(--content-max)) / 2)) 64px;
  border-radius: 0;
  background: #09090b;
  box-shadow: none;
  color: #fff;
}

.guidePage .pageHead .guideHeroVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.guidePage .pageHead .guideHeroOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.78) 0%, rgba(7, 9, 12, 0.48) 44%, rgba(7, 9, 12, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 9, 12, 0.22), rgba(7, 9, 12, 0.4));
}

.guidePage .pageTitle,
.guidePage .pageSub {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.guidePage .pageTitle {
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.12;
}

.guidePage .pageSub {
  font-size: clamp(14px, 1.2vw, 16px);
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.5;
}

.downloadsPage .pageTitle {
  max-width: 780px;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.12;
}

.downloadsPage .pageSub {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
}

.guideHero {
  position: relative;
  display: block;
  width: min(var(--content-max), calc(100% - 48px));
  min-height: 0;
  margin: 28px auto 18px;
  padding: 10px 0 18px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guideHero img {
  display: none;
}

.guideHeroCopy {
  width: 100%;
  max-width: 900px;
  margin-left: 0;
  padding: 0;
  justify-content: flex-start;
}

.guideHeroCopy span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #111827;
  font-size: 12px;
  font-weight: 760;
  box-shadow: none;
}

.guideHeroCopy h1 {
  max-width: 840px;
  margin: 14px 0 10px;
  color: #111114;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  text-shadow: none;
}

.guideHeroCopy p {
  max-width: 780px;
  color: #565b66;
  font-size: 15px;
  line-height: 1.5;
  text-shadow: none;
}

.guideHero .guideHeroActions {
  gap: 10px;
  margin-top: 18px;
}

.guideHeroFilters {
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guideHeroFilters button {
  border: 1px solid #d8dde5;
  border-radius: 999px;
  background: #fff;
  color: #444b57;
  padding: 9px 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.guideHeroFilters button.active,
.guideHeroFilters button:hover {
  border-color: #111114;
  background: #111114;
  color: #fff;
}

.builderPlannerTop {
  position: relative;
  overflow: visible;
  width: min(var(--content-max), calc(100% - 36px));
  min-height: 0;
  margin: 0 auto 16px;
  padding: 8px 0 12px;
  border-radius: 0;
  background: transparent;
}

.builderPlannerTop h1,
.builderPlannerTop p,
.builderPlannerTop .builderKicker {
  color: #111114;
  text-shadow: none;
}

.builderPlannerTop h1 {
  margin-top: 6px;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.04;
}

.builderPlannerTop p {
  max-width: 760px;
  margin-top: 8px;
  color: #565b66;
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .siteMain:not(.homeMain) > .page:not(.downloadsPage):not(:has(> .productsHeroBand)) > .pageHead:first-child,
  .downloadsPage .pageHead {
    min-height: 340px;
    padding-top: calc(var(--header-h) + 70px);
    padding-bottom: 44px;
  }

  .guideHero {
    width: min(100% - 32px, 1180px);
    min-height: 0;
    margin-top: 18px;
    padding-top: 6px;
    padding-bottom: 14px;
  }

  .guideHeroCopy h1 {
    font-size: 30px;
  }

  .guideHeroCopy p {
    font-size: 14px;
  }

  .guideHeroFilters {
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }

  .builderPlannerTop {
    min-height: 0;
    padding-top: 6px;
    padding-bottom: 10px;
  }
}

.akkNeoPage {
  --akkOrange: #ff5a1f;
  --akkOrange2: #ff8a2a;
  --akkBg: #070707;
  --akkPanel: #101010;
  --akkPanel2: #171717;
  --akkLine: rgba(255, 255, 255, 0.12);
  width: min(100%, 980px);
  margin: 0 auto;
  background: var(--akkBg);
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

.akkNeoPage * {
  box-sizing: border-box;
}

.akkNeoHero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 90, 31, 0.82), transparent 32%),
    radial-gradient(circle at 70% 18%, rgba(255, 138, 42, 0.58), transparent 25%),
    linear-gradient(180deg, #111 0%, #050505 72%);
}

.akkNeoHero::before {
  content: "";
  position: absolute;
  inset: 92px 0 auto;
  height: 250px;
  background: linear-gradient(90deg, rgba(255, 90, 31, 0.02), rgba(255, 90, 31, 0.95));
  transform: skewY(-5deg);
  transform-origin: left center;
}

.akkNeoNav {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 38px;
}

.akkNeoBrandMark,
.akkNeoNav a {
  color: #fff;
  text-decoration: none;
}

.akkNeoBrandMark {
  display: grid;
  gap: 2px;
}

.akkNeoBrandMark span {
  color: var(--akkOrange);
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
}

.akkNeoBrandMark small {
  font-size: 10px;
  font-weight: 780;
  opacity: 0.76;
}

.akkNeoNav > div {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.akkNeoNav button,
.akkNeoStartBtn {
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  background: linear-gradient(180deg, var(--akkOrange2), var(--akkOrange));
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 12px 32px rgba(255, 90, 31, 0.35);
  cursor: pointer;
}

.akkNeoHeroStage {
  position: relative;
  z-index: 2;
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  padding: 24px 38px 84px;
}

.akkNeoHeroCopy {
  position: relative;
  z-index: 3;
}

.akkNeoEyebrow {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.akkNeoHero h1 {
  max-width: 580px;
  margin: 34px 0 0;
  color: #fff;
  font-size: clamp(48px, 8.3vw, 82px);
  font-weight: 1000;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.akkNeoHeroCopy p {
  max-width: 420px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.55;
}

.akkNeoSpecTicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.akkNeoSpecTicker span,
.akkNeoTicker span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 820;
}

.akkNeoSpecTicker span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(0, 0, 0, 0.28);
}

.akkNeoHeroMedia {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 420px;
}

.akkNeoHeroMedia::before {
  content: "h";
  position: absolute;
  right: 8%;
  top: -18%;
  color: rgba(0, 0, 0, 0.18);
  font-size: 360px;
  font-weight: 1000;
  line-height: 1;
  transform: rotateY(-18deg);
  text-shadow: 0 0 40px rgba(255, 120, 32, 0.34);
}

.akkNeoHeroMedia img {
  position: relative;
  z-index: 2;
  width: min(430px, 92%);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.46));
}

.akkNeoHeroMetric {
  position: relative;
  z-index: 3;
  width: min(250px, 80%);
  margin-left: auto;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.46);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.akkNeoHeroMetric strong,
.akkNeoHeroMetric span {
  display: block;
}

.akkNeoHeroMetric strong {
  color: #fff;
  font-size: 42px;
  font-weight: 1000;
  line-height: 0.9;
}

.akkNeoHeroMetric span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 760;
}

.akkNeoTicker {
  display: flex;
  gap: 70px;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: #080808;
  white-space: nowrap;
}

.akkNeoTicker span {
  min-width: max-content;
  color: rgba(255, 255, 255, 0.48);
}

.akkNeoBand {
  padding: 72px 54px;
  background: #070707;
}

.akkNeoBand h2 {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 1000;
  line-height: 0.96;
  text-align: center;
  text-transform: uppercase;
}

.akkNeoBand > p,
.akkNeoBand header p,
.akkNeoWiring p,
.akkNeoGrowthTitle p {
  max-width: 560px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.akkNeoVideoBlock {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 560px);
  height: 300px;
  margin: 38px auto 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #444;
}

.akkNeoVideoBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  filter: grayscale(0.2) contrast(0.85);
}

.akkNeoVideoBlock button {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: var(--akkOrange);
  color: #fff;
  font-size: 20px;
  box-shadow: 0 16px 34px rgba(255, 90, 31, 0.4);
}

.akkNeoStartBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
}

.akkNeoServiceRail {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.6fr;
  min-height: 190px;
  margin-top: 38px;
  overflow: hidden;
  border-radius: 22px;
  background: #030303;
}

.akkNeoServiceRail article {
  min-height: 190px;
  padding: 24px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.akkNeoServiceRail article.hot {
  background: var(--akkOrange);
  color: #111;
}

.akkNeoServiceRail h3 {
  max-width: 180px;
  margin: 0;
  font-size: 24px;
  font-weight: 1000;
  line-height: 0.92;
  text-transform: uppercase;
}

.akkNeoServiceRail p {
  margin-top: 44px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

.akkNeoServiceRail article.hot p {
  color: rgba(0, 0, 0, 0.62);
}

.akkNeoRing {
  position: absolute;
  right: 48px;
  top: 55px;
  width: 110px;
  height: 54px;
  border: 14px solid #d7d7d7;
  border-radius: 50%;
  transform: rotate(-24deg);
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.6), 0 14px 32px rgba(0, 0, 0, 0.45);
}

.akkNeoGrowth {
  padding-top: 62px;
}

.akkNeoGrowthTitle h2 {
  margin-left: 0;
  text-align: left;
}

.akkNeoGrowthTitle p {
  margin-left: 0;
  text-align: left;
}

.akkNeoStats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.akkNeoStats article,
.akkNeoGrowthGrid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background:
    radial-gradient(circle at 76% 78%, rgba(255, 90, 31, 0.72), transparent 42%),
    linear-gradient(180deg, #151515, #050505);
}

.akkNeoStats article {
  min-height: 170px;
  padding: 18px;
}

.akkNeoStats strong {
  display: block;
  margin-top: 54px;
  color: #fff;
  font-size: 44px;
  font-weight: 1000;
  line-height: 0.9;
}

.akkNeoStats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 760;
}

.akkNeoGrowthGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.akkNeoGrowthGrid article {
  min-height: 180px;
  padding: 18px;
}

.akkNeoGrowthGrid b,
.akkNeoGrowthGrid span {
  display: block;
}

.akkNeoGrowthGrid b {
  max-width: 180px;
  font-size: 18px;
  font-weight: 1000;
  line-height: 0.98;
  text-transform: uppercase;
}

.akkNeoGrowthGrid span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.akkNeoGrowthGrid strong {
  display: block;
  margin-top: 58px;
  padding: 7px 10px 4px;
  width: fit-content;
  background: #fff;
  color: #111;
  font-size: 42px;
  font-weight: 1000;
  line-height: 0.9;
}

.akkNeoSpecs header h2 {
  text-align: center;
}

.akkNeoSpecTable {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
}

.akkNeoSpecTable div {
  min-height: 70px;
  padding: 18px;
  background: #111;
}

.akkNeoSpecTable span,
.akkNeoSpecTable b {
  display: block;
}

.akkNeoSpecTable span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.akkNeoSpecTable b {
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.akkNeoWiring {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
}

.akkNeoWiring h2,
.akkNeoWiring p {
  text-align: left;
}

.akkNeoWiring p {
  margin-left: 0;
}

.akkNeoWiring img {
  width: 100%;
  border-radius: 18px;
  background: #151515;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.akkNeoChannelTable {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.akkNeoChannelTable div {
  display: grid;
  grid-template-columns: 1.1fr repeat(8, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.akkNeoChannelTable div:last-child {
  border-bottom: 0;
}

.akkNeoChannelTable b,
.akkNeoChannelTable span {
  padding: 13px 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.akkNeoChannelTable b {
  background: rgba(255, 90, 31, 0.12);
  color: #fff;
}

@media (max-width: 820px) {
  .akkNeoPage {
    width: 100%;
  }

  .akkNeoNav {
    padding: 22px 20px;
  }

  .akkNeoNav > div a {
    display: none;
  }

  .akkNeoHeroStage,
  .akkNeoWiring {
    grid-template-columns: 1fr;
    padding-inline: 22px;
  }

  .akkNeoHero {
    min-height: auto;
  }

  .akkNeoHeroMedia {
    min-height: 300px;
  }

  .akkNeoBand {
    padding: 54px 22px;
  }

  .akkNeoServiceRail,
  .akkNeoStats,
  .akkNeoGrowthGrid,
  .akkNeoSpecTable {
    grid-template-columns: 1fr;
  }

  .akkNeoServiceRail article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .akkNeoRing {
    display: none;
  }

  .akkNeoChannelTable {
    overflow-x: auto;
  }

  .akkNeoChannelTable div {
    min-width: 760px;
  }
}

/* Site-wide favorites */
.favoriteHeaderBtn {
  position: relative;
  text-decoration: none;
}

.headerRight .favoriteHeaderBtn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.favoriteIcon {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linejoin: round;
}

.favoriteHeaderCount {
  position: absolute;
  right: -5px;
  top: -5px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 18px;
}

.favoriteToggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  padding: 0 14px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.favoriteToggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.favoriteToggle.active {
  background: #050505;
  color: #fff;
}

.favoriteToggle.active svg {
  fill: currentColor;
}

.favoriteToggle.compact {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
}

.featuredTile,
.productCard,
.guideVideoCard,
.softwareTop,
.toolboxToolCard,
.docRow {
  position: relative;
}

.cardFavorite {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 4;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.inlineFavorite {
  flex: 0 0 auto;
}

.stdPdpActions .favoriteToggle.stdPdpFavorite {
  width: var(--std-action-height);
  min-width: var(--std-action-height);
  height: var(--std-action-height);
  min-height: var(--std-action-height);
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  justify-self: end;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}

.stdPdpActions .favoriteToggle.stdPdpFavorite svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 900px) {
  .favoritesGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .headerRight .favoriteHeaderBtn {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .favoriteIcon {
    width: 18px;
    height: 18px;
  }

  .favoriteHeaderCount {
    right: -4px;
    top: -4px;
    min-width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 16px;
  }

  .favoriteToggle:not(.compact) {
    min-height: 34px;
    font-size: 12px;
  }

  .stdPdpActions .favoriteToggle.stdPdpFavorite {
    width: var(--std-action-height);
    min-width: var(--std-action-height);
    height: var(--std-action-height);
    min-height: var(--std-action-height);
    padding: 0;
  }

  .favoritesGrid {
    grid-template-columns: 1fr;
  }

  .favoriteCard {
    min-height: 0;
  }

  .favoriteCardLink {
    grid-template-rows: 112px 1fr;
  }
}

.aiFab {
  z-index: 64;
  min-width: 86px;
}

.aiPanel {
  width: min(620px, calc(100vw - 24px));
  background: #fbfbfa;
}

.aiHeader {
  min-height: 64px;
}

.aiBody {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  overflow: hidden;
}

.aiServiceBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 13, 16, 0.1);
  border-radius: 8px;
  background: #fff;
}

.aiServiceBar span,
.aiServiceBar strong {
  overflow-wrap: anywhere;
  font-size: 12px;
}

.aiServiceBar span {
  color: #6f7076;
  font-weight: 800;
}

.siteHeader.homeHeader .headerRight .favoriteHeaderBtn {
  width: 2.34rem;
  min-width: 2.34rem;
  height: 2.34rem;
  background: #fff;
  color: #000;
}

.siteHeader.homeHeader .headerRight .favoriteHeaderBtn:hover {
  background: #fff;
  color: #000;
}

.siteHeader.homeHeader .headerRight .favoriteIcon {
  stroke: #000;
}

.aiServiceBar strong {
  color: #000d10;
}

.aiQuickButtons {
  flex: 0 0 auto;
  margin-top: 0;
  max-height: 84px;
  overflow: auto;
  padding-bottom: 2px;
}

.aiQuickButtons .aiChip {
  cursor: pointer;
}

.aiQuickButtons .aiChip:disabled {
  cursor: wait;
  opacity: 0.64;
}

.aiThread {
  flex: 1;
  min-height: 250px;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 2px 2px 6px;
}

.aiMsg {
  display: flex;
  justify-content: flex-start;
}

.aiMsg.user {
  justify-content: flex-end;
}

.aiMsgBubble {
  max-width: min(86%, 480px);
  padding: 12px 13px;
  border: 1px solid rgba(0, 13, 16, 0.1);
  border-radius: 8px;
  background: #fff;
  color: #000d10;
  box-shadow: rgba(0, 0, 0, 0.05) 0 14px 36px -26px;
}

.aiMsg.user .aiMsgBubble {
  border-color: #000d10;
  background: #000d10;
  color: #fff;
}

.aiMsg.needsHuman .aiMsgBubble {
  border-color: rgba(188, 113, 85, 0.45);
}

.aiMsgText {
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.55;
}

.aiConfidence {
  margin-top: 10px;
  color: #707178;
  font-size: 12px;
  font-weight: 800;
}

.aiSources {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}

.aiSources span {
  color: #707178;
  font-size: 12px;
  font-weight: 900;
}

.aiSources a,
.aiSources strong {
  display: block;
  min-height: 30px;
  padding: 7px 9px;
  border: 1px solid rgba(0, 13, 16, 0.1);
  border-radius: 8px;
  background: #f3f1ee;
  color: #000d10;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.aiInlineHuman {
  margin-top: 10px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(188, 113, 85, 0.45);
  border-radius: 999px;
  background: rgba(188, 113, 85, 0.12);
  color: #9b573f;
  cursor: pointer;
  font-weight: 900;
}

.aiThinking {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #707178;
  font-size: 13px;
  font-weight: 800;
}

.aiThinking span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #bc7155;
  animation: aiPulse 900ms ease-in-out infinite;
}

@keyframes aiPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.82);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.aiHandoff,
.aiComposer {
  flex: 0 0 auto;
  border: 1px solid rgba(0, 13, 16, 0.12);
  border-radius: 8px;
  background: #fff;
}

.aiHandoff {
  display: grid;
  gap: 9px;
  padding: 12px;
}

.aiHandoff strong {
  color: #000d10;
}

.aiHandoff p {
  margin: 4px 0 0;
  color: #707178;
  font-size: 12px;
  line-height: 1.45;
}

.aiHandoff input,
.aiHandoff textarea,
.aiComposer textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 13, 16, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #000d10;
  outline: none;
  font: inherit;
}

.aiHandoff input {
  min-height: 40px;
  padding: 0 11px;
}

.aiHandoff textarea {
  min-height: 72px;
  padding: 10px 11px;
  resize: vertical;
}

.aiHandoffActions,
.aiComposerActions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.aiFormStatus {
  color: #6f7076;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.aiFormStatus.error {
  color: #a43b22;
}

.aiComposer {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.aiComposer textarea {
  min-height: 78px;
  max-height: 160px;
  padding: 10px 11px;
  resize: vertical;
}

.aiImageDraft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 8px;
  border: 1px solid rgba(188, 113, 85, 0.28);
  border-radius: 8px;
  background: rgba(188, 113, 85, 0.1);
  color: #6f3e2d;
  font-size: 12px;
  font-weight: 850;
}

.aiImageDraft span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aiImageDraft button {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #6f3e2d;
  cursor: pointer;
  font-weight: 900;
}

.aiToolBtn,
.aiSendBtn {
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
}

.aiToolBtn {
  border: 1px solid rgba(0, 13, 16, 0.14);
  background: #f3f1ee;
  color: #000d10;
}

.aiSendBtn {
  margin-left: auto;
  border: 1px solid #bc7155;
  background: #bc7155;
  color: #fff;
}

.aiSendBtn:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

@media (max-width: 640px) {
  .aiPanel {
    width: 100%;
  }

  .aiHeader {
    min-height: 58px;
    padding: 10px;
  }

  .aiTitle {
    font-size: 15px;
  }

  .aiLang {
    gap: 4px;
  }

  .aiLangBtn {
    padding: 6px 8px;
  }

  .aiBody {
    padding: 10px;
    gap: 10px;
    overflow: auto;
  }

  .aiServiceBar {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 7px 9px;
  }

  .aiQuickButtons {
    flex-wrap: nowrap;
    max-height: none;
    overflow-x: auto;
  }

  .aiQuickButtons .aiChip {
    flex: 0 0 auto;
  }

  .aiThread {
    min-height: 120px;
  }

  .aiMsgBubble {
    max-width: 94%;
  }

  .aiHandoff {
    gap: 7px;
    padding: 10px;
  }

  .aiHandoff input {
    min-height: 36px;
  }

  .aiHandoff textarea {
    min-height: 58px;
    max-height: 82px;
  }

  .aiComposer {
    gap: 6px;
    padding: 8px;
  }

  .aiComposer textarea {
    min-height: 56px;
    max-height: 96px;
  }

  .aiComposerActions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .aiSendBtn {
    grid-column: 1 / -1;
    margin-left: 0;
  }
}

.serviceHubPage {
  --service-ink: #000d10;
  --service-accent: #bc7155;
  --service-soft: #f3f1ee;
}

.serviceHubHero.pageHead {
  position: relative;
  max-width: none;
  min-height: 520px;
  display: grid;
  align-content: end;
  padding: calc(var(--header-h) + 72px) max(20px, calc((100vw - var(--content-max)) / 2)) 74px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 13, 16, 0.9) 0%, rgba(0, 13, 16, 0.68) 45%, rgba(0, 13, 16, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 13, 16, 0.18) 0%, rgba(0, 13, 16, 0.92) 100%),
    url('/product-images/generated/hero-b2b-integration.svg') center right / cover no-repeat;
}

.serviceHubHero.pageHead::after {
  content: '';
  position: absolute;
  left: max(20px, calc((100vw - var(--content-max)) / 2));
  right: max(20px, calc((100vw - var(--content-max)) / 2));
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.serviceHubKicker {
  position: relative;
  z-index: 1;
  color: #d7a28d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.serviceHubHero .pageTitle,
.serviceHubHero .pageSub {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: #fff;
}

.serviceHubHero .pageTitle {
  margin-top: 14px;
}

.serviceHubHero .pageSub {
  color: rgba(255, 255, 255, 0.78);
}

.serviceHubHeroActions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.serviceHubHeroActions .btnSecondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.serviceHubFlow,
.serviceHubBrief,
.serviceHubInquiry {
  max-width: var(--content-max);
  margin-inline: auto;
}

.serviceHubFlow {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 18px;
  align-items: stretch;
}

.serviceHubAiCard,
.serviceHubRouteCard {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 330px;
  padding: 24px;
  border: 1px solid rgba(0, 13, 16, 0.11);
  border-radius: 18px;
  background: #fff;
}

.serviceHubAiCard {
  background:
    linear-gradient(135deg, rgba(188, 113, 85, 0.12), rgba(255, 255, 255, 0) 42%),
    #fff;
}

.serviceHubAiCard > span,
.serviceHubRouteCard > span {
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(188, 113, 85, 0.28);
  border-radius: 999px;
  background: rgba(188, 113, 85, 0.1);
  color: #9b573f;
  font-size: 12px;
  font-weight: 900;
}

.serviceHubAiCard h2,
.serviceHubRouteCard h2 {
  margin: 0;
  max-width: 700px;
  color: var(--service-ink);
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: 0;
}

.serviceHubAiCard p,
.serviceHubRouteCard p,
.serviceHubSectionSub {
  margin: 0;
  color: #707178;
  line-height: 1.58;
}

.serviceHubChips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.serviceHubChips button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(0, 13, 16, 0.12);
  border-radius: 999px;
  background: var(--service-soft);
  color: var(--service-ink);
  cursor: pointer;
  font-weight: 900;
}

.serviceHubRouteList {
  display: grid;
  gap: 10px;
}

.serviceHubRouteList div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(0, 13, 16, 0.1);
  border-radius: 12px;
  background: var(--service-soft);
}

.serviceHubRouteList strong {
  color: var(--service-ink);
}

.serviceHubBrief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.serviceHubBrief .sectionHead {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.serviceInquiryGrid {
  gap: 18px;
}

.serviceHubInquiry .formCard {
  border-radius: 18px;
  box-shadow: none;
}

.serviceHubInquiry .pre {
  min-height: 300px;
  max-height: 460px;
  overflow: auto;
}

.formStatus {
  margin-top: 12px;
  color: #6f7076;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .serviceHubHero.pageHead {
    min-height: 500px;
  }

  .serviceHubFlow,
  .serviceHubBrief,
  .serviceInquiryGrid {
    grid-template-columns: 1fr;
  }

  .serviceHubAiCard,
  .serviceHubRouteCard {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .serviceHubHero.pageHead {
    min-height: 470px;
    padding: calc(var(--header-h) + 46px) 18px 48px;
  }

  .serviceHubHero .pageTitle {
    font-size: 48px;
  }

  .serviceHubHero .pageSub {
    font-size: 17px;
  }

  .serviceHubAiCard,
  .serviceHubRouteCard {
    padding: 18px;
  }

  .serviceHubAiCard h2,
  .serviceHubRouteCard h2 {
    font-size: 26px;
  }

  .serviceHubChips {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .serviceHubChips button {
    flex: 1 1 150px;
  }
}

/* Standard PDP compact technical modules */
.stdPdp .stdPdpPoster {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.stdPdp .stdPdpPoster h2 {
  width: min(720px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  line-height: 1.05;
  text-wrap: balance;
  overflow-wrap: normal;
}

.stdPdp .stdPdpSpecs {
  width: min(920px, calc(100% - 48px));
  margin: 56px auto 0;
}

.stdPdp .stdPdpSpecs .stdPdpTitle {
  font-size: clamp(28px, 4.2vw, 48px);
}

.stdPdp .stdPdpSpecGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-top: 1px solid #777;
  border-bottom: 0;
}

.stdPdp .stdPdpSpecGrid > div,
.stdPdp .stdPdpSpecGrid > div:nth-child(even),
.stdPdp .stdPdpSpecGrid > div.wide {
  grid-column: auto;
  min-height: 72px;
  padding: 13px 14px 12px;
  border-top: 0;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}

.stdPdp .stdPdpSpecGrid > div:nth-child(3n) {
  border-right: 0;
}

.stdPdp .stdPdpSpecGrid strong {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.stdPdp .stdPdpSpecGrid span {
  font-size: 14px;
  line-height: 1.26;
  overflow-wrap: anywhere;
}

.stdPdp .stdPdpFeaturePanel {
  width: 100%;
  max-width: none;
  margin: 42px 0 0;
  padding: 34px 0 28px;
}

.stdPdp .stdPdpFeaturePanel .stdPdpTitle {
  margin-bottom: 28px;
  font-size: clamp(30px, 5vw, 56px);
}

.stdPdp .stdPdpFeaturePanel .stdPdpTitle,
.stdPdp .stdPdpFeaturePanel ol {
  width: min(920px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.footerSubscribeMessage {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.footerSubscribeMessage.error {
  color: #ffb4a8;
}

.footerSubscribeBox button:disabled,
.footerSubscribeBox input:disabled {
  cursor: wait;
  opacity: 0.72;
}

.productsCatalogSection .productGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 760px) {
  .productsCatalogSection .productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .productsCatalogSection .productGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .stdPdp .stdPdpSpecs {
    width: calc(100% - 24px);
    margin-top: 34px;
  }

  .stdPdp .stdPdpSpecGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }

  .stdPdp .stdPdpSpecGrid > div,
  .stdPdp .stdPdpSpecGrid > div:nth-child(even),
  .stdPdp .stdPdpSpecGrid > div.wide {
    min-height: 62px;
    padding: 10px 9px 9px;
  }

  .stdPdp .stdPdpSpecGrid > div:nth-child(3n) {
    border-right: 1px solid #777;
  }

  .stdPdp .stdPdpSpecGrid > div:nth-child(2n) {
    border-right: 0;
  }

  .stdPdp .stdPdpSpecGrid strong {
    font-size: 13px;
  }

  .stdPdp .stdPdpSpecGrid span {
    font-size: 12px;
  }

  .stdPdp .stdPdpFeaturePanel {
    margin-top: 28px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .stdPdp .stdPdpFeaturePanel .stdPdpTitle,
  .stdPdp .stdPdpFeaturePanel ol {
    width: calc(100% - 24px);
  }
}

/* Footer navigation density pass */
.siteFooter .footerNavCol {
  gap: 24px;
}

.siteFooter .footerCols {
  width: min(100%, 540px);
  gap: 26px 40px;
}

.siteFooter .footerNo {
  font-size: 12px;
  line-height: 1.12;
}

.siteFooter .footerTitle {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.18;
}

.siteFooter .footerLinks {
  margin-top: 12px;
  gap: 8px;
}

.siteFooter .footerLinks a {
  font-size: 15px;
  line-height: 1.26;
  font-weight: 680;
}

@media (max-width: 980px) {
  .siteFooter .footerCols {
    width: min(100%, 460px);
    gap: 20px 28px;
  }

  .siteFooter .footerLinks a {
    font-size: 14px;
  }
}

@media (max-width: 620px) {
  .siteFooter .footerCols {
    width: 100%;
    margin-top: 14px;
    gap: 14px 16px;
  }

  .siteFooter .footerTitle {
    font-size: 14px;
  }

  .siteFooter .footerLinks {
    margin-top: 8px;
    gap: 6px;
  }

.siteFooter .footerLinks a {
  font-size: 13px;
}
}

/* Home mobile cleanup: keep desktop layout intact */
@media (max-width: 640px) {
  .siteHeader.homeHeader .siteHeaderInner {
    width: calc(100% - 24px);
    margin: 10px auto 0;
    padding: 8px 9px 8px 14px;
    display: grid;
    grid-template-columns: minmax(92px, auto) 1fr auto;
    align-items: center;
    border-radius: 28px;
    background: rgba(8, 10, 13, 0.64);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }


  .siteHeader.homeHeader .brand {
    grid-column: 1;
    width: auto;
    min-width: 92px;
    margin-left: 0;
    justify-self: start;
  }

  .siteHeader.homeHeader .headerRight {
    grid-column: 3;
    justify-self: end;
    gap: 6px;
  }

  .siteHeader.homeHeader .headerLangSwitch {
    gap: 2px;
    padding: 3px;
  }

  .siteHeader.homeHeader .headerLangBtn {
    min-width: 30px;
    height: 28px;
    padding: 0 6px;
    font-size: 10px;
    line-height: 28px;
  }

  .siteHeader.homeHeader .headerRight .favoriteHeaderBtn {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .siteHeader.homeHeader .headerRight .favoriteIcon {
    width: 17px;
    height: 17px;
  }

  .siteHeader.homeHeader .mobileMenuBtn {
    order: 3;
    display: grid;
    place-items: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
  }

  .siteHeader.homeHeader .mobileMenuBtn span {
    width: 15px;
    height: 2px;
    margin: 2px 0;
    background: #000;
  }

  .homeLayeredHero {
    min-height: 610px;
  }

  .homeHeroInner {
    padding: 88px 18px 0;
  }

  .homeHeroCopyLayer h1,
  .homeLayeredHero-alvt25w .homeHeroCopyLayer h1 {
    max-width: 11em;
    font-size: clamp(34px, 10vw, 39px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .homeHeroSubtitle {
    max-width: 17em;
    font-size: 16px;
    line-height: 1.45;
  }

  .homeHeroSpecs {
    gap: 10px;
  }

  #brand-solutions.brandSplitSection {
    gap: 30px;
    padding: 54px 0 64px;
  }

  #brand-solutions .brandSectionIntro {
    padding: 0 18px;
  }

  #brand-solutions .brandSectionIntro h2,
  .brandComponentsSection .brandSectionIntro h2,
  .brandProofHeading h2,
  .brandFooterCta h2 {
    font-size: 28px;
    line-height: 1.16;
    text-wrap: balance;
  }

  #brand-solutions .brandSectionIntro p,
  .brandComponentsSection .brandSectionIntro p,
  .brandProofHeading p,
  .brandFooterCta p {
    max-width: 32em;
    font-size: 14px;
    line-height: 1.72;
  }

  #brand-solutions .brandSolutionGrid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(252px, 76vw);
    gap: 14px;
    width: 100%;
    margin-inline: 0;
    padding: 8px 18px 18px;
    overflow-x: auto;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #brand-solutions .brandSolutionGrid::-webkit-scrollbar {
    display: none;
  }

  #brand-solutions .brandSolutionCard {
    width: 100%;
    height: 392px;
    min-height: 392px;
    padding: 0 20px 22px;
    border-radius: 24px;
    scroll-snap-align: start;
  }

  #brand-solutions .brandSolutionProductWrap {
    height: 188px;
    width: calc(100% + 40px);
    margin: 0 -20px 0 -46px;
  }

  #brand-solutions .brandSolutionCard h3 {
    margin-top: 8px;
    font-size: 30px;
    line-height: 1.05;
  }

  #brand-solutions .brandSolutionCard p {
    max-height: none;
    font-size: 13px;
    line-height: 1.48;
  }

  #brand-solutions .brandSolutionEnglish {
    max-width: 100%;
    font-size: 10px;
  }

  #brand-solutions .brandSolutionAction {
    left: 20px;
    right: 20px;
    bottom: 22px;
    font-size: 12px;
  }

  .brandComponentsSection {
    gap: 28px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brandComponentsSection .brandSectionIntro {
    padding-inline: 2px;
  }

  .brandComponentStrip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "video stack"
      "drone camera"
      "receiver frame";
    gap: 14px;
    margin-inline: 0;
  }

  .brandComponentDroneCard {
    min-height: 210px;
    border-radius: 24px;
  }

  .brandComponentTile,
  .brandComponentTile-1,
  .brandComponentTile-2,
  .brandComponentTile-3 {
    min-height: 210px;
    padding: 18px 14px 16px;
    border-radius: 24px;
  }

  .brandComponentTile-4,
  .brandComponentTile-5 {
    min-height: 210px;
    padding: 18px 14px 16px;
    border-radius: 24px;
  }

  .brandComponentTile .brandComponentIcon,
  .brandComponentTile-1 .brandComponentIcon,
  .brandComponentTile-2 .brandComponentIcon,
  .brandComponentTile-3 .brandComponentIcon,
  .brandComponentTile-4 .brandComponentIcon,
  .brandComponentTile-5 .brandComponentIcon {
    left: 50%;
    right: auto;
    top: 10px;
    width: min(112px, 74%);
    height: 82px;
    transform: translateX(-50%);
    object-fit: contain;
  }

  .brandComponentTile-3 .brandComponentIcon {
    top: 4px;
    width: min(142px, 86%);
    height: 96px;
  }

  .brandComponentTile em,
  .brandComponentTile-1 em,
  .brandComponentTile-2 em,
  .brandComponentTile-3 em,
  .brandComponentTile-4 em,
  .brandComponentTile-5 em {
    margin-top: 96px;
    font-size: 13px;
  }

  .brandComponentMeta {
    margin-top: 7px;
    font-size: 9px;
    line-height: 1.25;
    letter-spacing: 0.06em;
  }

  .brandComponentTile strong,
  .brandComponentsSection .brandComponentTile strong,
  .brandComponentsSection .brandComponentTile-3 strong {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.16;
  }

  .brandComponentDesc,
  .brandComponentsSection .brandComponentDesc,
  .brandComponentsSection .brandComponentTile-1 .brandComponentDesc,
  .brandComponentsSection .brandComponentTile-3 .brandComponentDesc {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.42;
    -webkit-line-clamp: 3;
  }

  .brandProofSection {
    padding: 48px 18px 54px;
  }

  .brandProofInner {
    gap: 28px;
  }

  .brandProofGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .brandProofCard {
    --brand-proof-card-pad-x: 14px;
    --brand-proof-card-pad-top: 18px;
    --brand-proof-card-pad-bottom: 16px;
    min-height: 292px;
    border-radius: 22px;
  }

  .brandProofCard::after {
    bottom: 42px;
  }

  .brandProofDrone,
  .brandProofCard:nth-child(2) .brandProofDrone,
  .brandProofCard:nth-child(3) .brandProofDrone,
  .brandProofCard:nth-child(4) .brandProofDrone {
    top: 0;
    right: -54px;
    width: min(126%, 190px);
    height: 116px;
  }

  .brandProofCard span {
    font-size: 10px;
  }

  .brandProofCard h3 {
    margin-top: 98px;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.08;
    -webkit-line-clamp: 2;
  }

  .brandProofCard p {
    font-size: 11px;
    line-height: 1.42;
    -webkit-line-clamp: 2;
  }

  .brandProofAction {
    bottom: var(--brand-proof-card-pad-bottom);
    font-size: 8px;
    line-height: 1.2;
  }

  .brandFooterCta {
    width: calc(100% - 36px);
    padding: 54px 0 62px;
  }

  .brandFooterCtaGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
  }

  .brandFooterCtaItem {
    min-width: 0;
  }

  .brandFooterCtaItem i {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
  }

  .brandFooterCtaItem-2 i::after {
    inset: 10px;
  }

  .brandFooterCtaItem-3 i::before,
  .brandFooterCtaItem-3 i::after {
    left: 18px;
    width: 7px;
  }

  .brandFooterCtaItem-3 i::after {
    top: 18px;
    left: 0;
    width: 42px;
    height: 7px;
  }

  .brandFooterCtaItem strong {
    font-size: 13px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }

  .brandFooterCtaItem span {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.36;
    -webkit-line-clamp: 3;
  }

  .homeFeaturedSection {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .homeFeaturedSection .featuredGrid {
    gap: 14px;
  }

  .homeFeaturedSection .featuredTile,
  .homeFeaturedSection .featuredAssist,
  .homeSplitSection .splitCard {
    border-radius: 22px;
  }

  .homeSplitSection {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .siteFooter {
    margin-top: 0;
  }

  .siteFooterInner {
    gap: 28px;
    padding-block: 48px 30px;
  }
}

/* ===== NEW FOOTER ===== */
.siteFooter {
  background: #000;
  color: #fff;
  padding: 0;
}

.siteFooterInner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px 40px;
  display: grid;
  grid-template-columns: 260px 140px 1fr 160px;
  gap: 40px;
  align-items: start;
}

.footerBrandName {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
  color: #fff;
}

.footerDesc {
  font-size: 13px;
  color: #999;
  line-height: 1.6;
  margin: 0 0 16px;
}

.footerAboutLink {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 2px;
}
.footerAboutLink:hover { border-color: #fff; }

.footerColLabel {
  font-size: 13px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.footerProductLinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerProductLinks a {
  font-size: 15px;
  color: #e0e0e0;
  text-decoration: none;
}
.footerProductLinks a:hover { color: #fff; }

/* Contact cards 2×2 */
.footerContactCards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.footerContactCard {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}

.footerContactCardFb {
  min-height: 80px;
}

.footerContactCardName {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}

.footerContactCardValue {
  font-size: 12px;
  color: #aaa;
}

.footerContactQr {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  margin-top: 10px;
  object-fit: contain;
  background: #fff;
  padding: 3px;
}

/* Language buttons */
.footerLangButtons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footerLangBtn {
  background: transparent;
  border: 1px solid #333;
  color: #aaa;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s, color 0.15s;
}
.footerLangBtn:hover { border-color: #666; color: #fff; }
.footerLangBtn.active {
  background: #fff;
  border-color: #fff;
  color: #000;
  font-weight: 600;
}

/* Footer bottom bar */
.footerBottom {
  border-top: 1px solid #1a1a1a;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footerCopyright {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

.footerTopBtn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  border: none;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerTopBtn:hover { background: #e0e0e0; }

@media (max-width: 1024px) {
  .siteFooterInner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .siteFooterInner {
    grid-template-columns: 1fr;
    padding: 40px 20px 32px;
  }
  .footerContactCards {
    grid-template-columns: 1fr 1fr;
  }
  .footerBottom {
    padding: 16px 20px;
  }
}
/* ===== END NEW FOOTER ===== */

/* ===== SIMPLE CHAT WIDGET ===== */
.chatFab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0066ff;
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  z-index: 1200;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatFab:hover { background: #0055dd; }

.chatPanel {
  position: fixed;
  bottom: 90px;
  right: 28px;
  width: 340px;
  max-height: 520px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.18);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chatHeader {
  background: #0066ff;
  color: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 15px;
}
.chatHeader button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.chatBody {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chatBotMsg {
  background: #f0f4ff;
  color: #111;
  padding: 10px 13px;
  border-radius: 12px 12px 12px 2px;
  font-size: 13px;
  line-height: 1.5;
  max-width: 90%;
  align-self: flex-start;
}

.chatUserMsg {
  background: #0066ff;
  color: #fff;
  padding: 10px 13px;
  border-radius: 12px 12px 2px 12px;
  font-size: 13px;
  line-height: 1.5;
  max-width: 85%;
  align-self: flex-end;
}

.chatQuickReplies {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: flex-start;
  width: 100%;
}

.chatQuickBtn {
  background: #fff;
  border: 1px solid #d0d8f0;
  color: #0066ff;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  text-align: left;
  transition: background 0.12s;
}
.chatQuickBtn:hover { background: #f0f4ff; }

.chatContactInfo {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #444;
  background: rgba(0,0,0,0.04);
  border-radius: 8px;
  padding: 8px 10px;
}

.chatLinkBtn {
  display: inline-block;
  margin-top: 8px;
  background: #0066ff;
  color: #fff !important;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.chatLinkBtn:hover { background: #0055dd; }

.chatInputRow {
  padding: 10px 12px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 8px;
}

.chatInput {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 13px;
  outline: none;
}
.chatInput:focus { border-color: #0066ff; }

.chatSendBtn {
  background: #0066ff;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.chatSendBtn:hover { background: #0055dd; }

@media (max-width: 480px) {
  .chatPanel { width: calc(100vw - 32px); right: 16px; bottom: 80px; }
  .chatFab { right: 16px; bottom: 20px; }
}
/* ===== END CHAT WIDGET ===== */

/* ===== B2B INQUIRY FORM V2 ===== */
.b2bFormSection {
  padding-top: 0;
}

.b2bFormLayout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.b2bSidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.b2bSidebarCard {
  background: #f8f9fb;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 24px;
}

.b2bSidebarTitle {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.b2bSidebarItem {
  margin-bottom: 14px;
}
.b2bSidebarItem:last-child { margin-bottom: 0; }

.b2bSidebarLabel {
  font-size: 12px;
  color: #888;
  margin-bottom: 2px;
}

.b2bSidebarValue {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.b2bCapabilityList {
  padding-left: 18px;
  margin: 0;
}
.b2bCapabilityList li {
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
  line-height: 1.4;
}

.b2bForm {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.b2bFormSection2Col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.b2bTextarea {
  resize: vertical;
  font-family: inherit;
  min-height: 120px;
  border-radius: 4px;
}

.b2bRequired {
  color: #e03;
  margin-left: 2px;
}

.b2bFormActions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.b2bSubmitBtn {
  padding: 12px 32px;
  font-size: 15px;
}
.b2bSubmitBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.b2bFormNote {
  font-size: 12px;
  color: #999;
  margin: 0;
  max-width: 420px;
  line-height: 1.5;
}

.formStatusError {
  background: #fff0f0;
  color: #c00;
  border: 1px solid #fcc;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
}

/* Success state */
.b2bSuccessWrap {
  max-width: 520px;
  margin: 80px auto;
  text-align: center;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.b2bSuccessIcon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #0066ff;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b2bSuccessTitle {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.b2bSuccessMsg {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.b2bSuccessContacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: #444;
  background: #f5f7ff;
  border-radius: 12px;
  padding: 16px 24px;
}

@media (max-width: 900px) {
  .b2bFormLayout {
    grid-template-columns: 1fr;
  }
  .b2bSidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .b2bFormSection2Col { grid-template-columns: 1fr; }
  .b2bSidebar { grid-template-columns: 1fr; }
  .b2bForm { padding: 20px; }
}
/* ===== END B2B FORM V2 ===== */

/* ===== ABOUT PAGE ===== */
.aboutPage {
  --about-blue: #0066ff;
  --about-dark: #0a0a0a;
}

/* Hero */
.aboutHero {
  background:
    linear-gradient(90deg, rgba(7, 18, 34, 0.94) 0%, rgba(7, 18, 34, 0.82) 45%, rgba(7, 18, 34, 0.62) 100%),
    var(--about-hero-bg, url('/images/hero/nonhome-mountain-drone-hero.png')) center / cover no-repeat,
    #0a0a0a;
  color: #fff;
  padding: 100px 32px 80px;
}
.aboutHeroInner {
  max-width: 1100px;
  margin: 0 auto;
}
.aboutHeroMeta {
  font-size: 13px;
  color: rgba(215, 230, 255, 0.66);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.aboutHeroName {
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
  margin: 0 0 16px;
}
.aboutHeroSlogan {
  font-size: clamp(14px, 2vw, 18px);
  color: rgba(215, 230, 255, 0.76);
  margin: 0 0 56px;
}
.aboutHeroStats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  overflow: hidden;
  max-width: 800px;
  backdrop-filter: blur(16px);
}
.aboutHeroStat {
  background: rgba(12, 28, 50, 0.68);
  padding: 24px 20px;
  text-align: center;
}
.aboutHeroStatValue {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
.aboutHeroStatLabel {
  font-size: 12px;
  color: rgba(215, 230, 255, 0.64);
}

/* Brand Statement */
.aboutStatement {
  background: #fff;
  padding: 80px 32px;
  text-align: center;
}
.aboutStatementInner {
  max-width: 800px;
  margin: 0 auto;
}
.aboutStatementEn {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #111;
  line-height: 1.1;
  margin-bottom: 16px;
}
.aboutStatementZh {
  font-size: clamp(16px, 2vw, 20px);
  color: #666;
  line-height: 1.6;
}

/* Shared section labels */
.aboutSectionKicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--about-blue);
  margin-bottom: 10px;
}
.aboutSectionKickerLight {
  color: rgba(255,255,255,0.5);
}
.aboutSectionH2 {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #111;
  margin: 0 0 40px;
  line-height: 1.2;
}
.aboutSectionH2Light {
  color: #fff;
}

/* Intro */
.aboutIntroSection {
  background: #f5f7fc;
  padding: 80px 32px;
}
.aboutIntroInner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start;
}
.aboutIntroText p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 16px;
}
.aboutIntroCards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.aboutIntroCard {
  border-radius: 16px;
  padding: 28px;
}
.aboutIntroCardDark {
  background: #111;
  color: #fff;
}
.aboutIntroCardBlue {
  background: var(--about-blue);
  color: #fff;
}
.aboutIntroCardLabel {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin-bottom: 10px;
}
.aboutIntroCard p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  opacity: 0.9;
}

/* Product Lines */
.aboutProductSection {
  background: #fff;
  padding: 80px 32px;
}
.aboutProductInner {
  max-width: 1100px;
  margin: 0 auto;
}
.aboutProductGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.aboutProductCard {
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 24px 20px;
  transition: box-shadow 0.15s, transform 0.15s;
}
.aboutProductCard:hover {
  box-shadow: 0 8px 32px rgba(0,102,255,0.08);
  transform: translateY(-2px);
}
.aboutProductCardTag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--about-blue);
  background: #eef4ff;
  border-radius: 20px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 16px;
}
.aboutProductFreq {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}
.aboutProductModels {
  font-size: 11px;
  color: #888;
  margin-bottom: 14px;
}
.aboutProductDesc {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
  margin: 0;
}

/* Applications */
.aboutAppsSection {
  background:
    linear-gradient(90deg, rgba(7, 18, 34, 0.94) 0%, rgba(7, 18, 34, 0.84) 52%, rgba(7, 18, 34, 0.62) 100%),
    var(--about-apps-bg, url('/images/hero/nonhome-city-drone-hero.png')) center / cover no-repeat,
    #0a0a0a;
  padding: 80px 32px;
}
.aboutAppsInner {
  max-width: 1100px;
  margin: 0 auto;
}
.aboutAppsGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.aboutAppTag {
  background: rgba(255,255,255,0.10);
  color: rgba(238,245,255,0.86);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  padding: 8px 20px;
  font-size: 14px;
  transition: background 0.12s, color 0.12s;
  backdrop-filter: blur(10px);
}
.aboutAppTag:hover {
  background: var(--about-blue);
  color: #fff;
  border-color: var(--about-blue);
}

/* Manufacturing + OEM/ODM */
.aboutCapSection {
  background: #f5f7fc;
  padding: 80px 32px;
}
.aboutCapInner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 56px;
  align-items: start;
}
.aboutCapDivider {
  background: #e0e4ea;
  width: 1px;
  min-height: 300px;
  justify-self: center;
}
.aboutCapH3 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin: 0 0 24px;
}
.aboutCapList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aboutCapItem {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
}
.aboutCapDot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--about-blue);
  flex-shrink: 0;
}
.aboutOemGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.aboutOemCard {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 14px;
  padding: 20px;
}
.aboutOemCardTitle {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.aboutOemCard ul {
  padding-left: 16px;
  margin: 0;
}
.aboutOemCard li {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.4;
}

/* Why Section */
.aboutWhySection {
  background: #fff;
  padding: 80px 32px;
}
.aboutWhyInner {
  max-width: 1100px;
  margin: 0 auto;
}
.aboutWhyGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.aboutWhyCard {
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 28px 22px;
  transition: box-shadow 0.15s;
}
.aboutWhyCard:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.aboutWhyCardNum {
  font-size: 11px;
  font-weight: 700;
  color: #ccc;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.aboutWhyCardIcon {
  font-size: 28px;
  margin-bottom: 14px;
}
.aboutWhyCardTitle {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.3;
}
.aboutWhyCardDesc {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
  margin: 0;
}

/* CTA */
.aboutCta {
  background:
    linear-gradient(90deg, rgba(7, 18, 34, 0.94) 0%, rgba(7, 18, 34, 0.84) 55%, rgba(7, 18, 34, 0.64) 100%),
    var(--about-cta-bg, url('/images/warehouse-packing-boxes-wide.png')) center / cover no-repeat,
    #0a0a0a;
  padding: 80px 32px;
}
.aboutCtaInner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.aboutCtaLeft { flex: 1; }
.aboutCtaTitle {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.aboutCtaSub {
  font-size: 15px;
  color: rgba(238,245,255,0.72);
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 20px;
}
.aboutCtaContacts {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: rgba(238,245,255,0.62);
  flex-wrap: wrap;
}
.aboutCtaActions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.aboutCtaBtn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  min-width: 160px;
  transition: opacity 0.15s;
}
.aboutCtaBtn:hover { opacity: 0.85; }
.aboutCtaBtnPrimary {
  background: #fff;
  color: #000;
}
.aboutCtaBtnSecondary {
  background: transparent;
  color: #fff;
  border: 1px solid #444;
}

/* Responsive */
@media (max-width: 1024px) {
  .aboutProductGrid { grid-template-columns: repeat(3, 1fr); }
  .aboutWhyGrid { grid-template-columns: repeat(3, 1fr); }
  .aboutHeroStats { grid-template-columns: repeat(2, 1fr); max-width: 480px; }
}
@media (max-width: 768px) {
  .aboutIntroInner { grid-template-columns: 1fr; }
  .aboutCapInner { grid-template-columns: 1fr; }
  .aboutCapDivider { display: none; }
  .aboutCtaInner { flex-direction: column; align-items: flex-start; }
  .aboutCtaActions { flex-direction: row; }
}
@media (max-width: 640px) {
  .aboutProductGrid { grid-template-columns: repeat(2, 1fr); }
  .aboutWhyGrid { grid-template-columns: repeat(2, 1fr); }
  .aboutHero { padding: 60px 20px 50px; }
  .aboutStatement { padding: 50px 20px; }
  .aboutCtaActions { flex-direction: column; width: 100%; }
  .aboutCtaBtn { width: 100%; }
}
/* ===== END ABOUT PAGE ===== */

/* ===== CONTACT PAGE ===== */
.contactHero .contactHeroKicker {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0066ff;
  margin-bottom: 10px;
}

.contactSection {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px 60px;
}

.contactGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.contactCard {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #f8f9fb;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 24px 20px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s, transform 0.15s;
}
.contactCard:hover {
  box-shadow: 0 6px 24px rgba(0,102,255,0.1);
  transform: translateY(-2px);
}

.contactCardIcon { font-size: 28px; margin-bottom: 6px; }
.contactCardLabel { font-size: 12px; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
.contactCardValue { font-size: 14px; font-weight: 700; color: #111; word-break: break-all; }
.contactCardNote { font-size: 12px; color: #aaa; margin-top: 4px; }

.contactInfoBlock {
  background: #f5f7fc;
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}
.contactInfoRow {
  display: flex;
  gap: 16px;
  align-items: baseline;
  font-size: 14px;
}
.contactInfoRow span { color: #888; min-width: 90px; flex-shrink: 0; }
.contactInfoRow strong { color: #111; }

.contactCta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .contactGrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .contactGrid { grid-template-columns: 1fr; }
  .contactSection { padding: 0 16px 40px; }
}
/* ===== END CONTACT PAGE ===== */

/* Language dropdown */
.languageSelectWrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #111;
}

.languageSelectPrefix {
  font-size: 12px;
  font-weight: 850;
  color: currentColor;
  opacity: 0.72;
  white-space: nowrap;
  pointer-events: none;
}

.languageSelect {
  appearance: none;
  -webkit-appearance: none;
  min-width: 112px;
  border: 0;
  outline: 0;
  background:
    linear-gradient(45deg, transparent 50%, currentColor 50%) calc(100% - 10px) 52% / 5px 5px no-repeat,
    linear-gradient(135deg, currentColor 50%, transparent 50%) calc(100% - 5px) 52% / 5px 5px no-repeat;
  color: currentColor;
  padding: 6px 20px 6px 0;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.languageSelect option {
  color: #111;
  background: #fff;
}

.languageSelectWrap.compact {
  min-width: 0;
  min-height: 40px;
  gap: 6px;
  padding: 4px 10px;
}

.languageSelectWrap.compact .languageSelectPrefix {
  min-width: 28px;
}

.languageSelectWrap.compact .languageSelect {
  width: auto;
  min-width: 52px;
  max-width: 92px;
  padding-right: 18px;
}

.siteHeader.transparent .languageSelectWrap {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(14px);
}

.siteHeader.homeHeader .headerLangSwitch.languageSelectWrap,
.siteHeader .headerLangSwitch.languageSelectWrap {
  display: inline-flex;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 4px 10px;
}

.footerLangButtons.languageSelectWrap,
.mobileLang.languageSelectWrap {
  width: 100%;
  max-width: 220px;
  border-color: #333;
  background: #111;
  color: #fff;
}

.footerLangButtons.languageSelectWrap .languageSelect,
.mobileLang.languageSelectWrap .languageSelect {
  min-width: 128px;
}

.mobileLang.languageSelectWrap {
  margin-top: 10px;
  background: #fff;
  color: #111;
  border-color: var(--border);
}

@media (max-width: 640px) {
  .languageSelectWrap.compact {
    min-width: 104px;
    min-height: 36px;
    padding-inline: 10px;
  }

  .languageSelectWrap.compact .languageSelectPrefix {
    display: none;
  }

  .languageSelectWrap.compact .languageSelect {
    min-width: 78px;
    font-size: 12px;
  }

  .siteHeader.homeHeader .headerLangSwitch.languageSelectWrap,
  .siteHeader.homeHeader .headerLangSwitch {
    gap: 6px;
    min-width: 104px;
    height: 36px;
    padding: 4px 10px;
  }
}

/* ===== FAVORITES PAGE REDESIGN ===== */

/* Empty state */
.favEmptyWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 60px 24px;
  text-align: center;
  gap: 16px;
}

.favEmptyIcon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  margin-bottom: 8px;
}

.favEmptyTitle {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.favEmptyDesc {
  font-size: 15px;
  color: #888;
  max-width: 320px;
  line-height: 1.6;
  margin: 0;
}

.favEmptyActions {
  margin-top: 8px;
}

/* Header bar */
.favHeader {
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  position: sticky;
  top: 60px;
  z-index: 10;
}

.favHeaderInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.favHeaderLeft {
  display: flex;
  align-items: center;
  gap: 10px;
}

.favHeaderTitle {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.favHeaderCount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.favClearBtn {
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #888;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: border-color 0.12s, color 0.12s;
}
.favClearBtn:hover {
  border-color: #e03;
  color: #e03;
}

/* Body */
.favBody {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 32px 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Section label */
.favSection {}

.favSectionLabel {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #aaa;
  margin-bottom: 16px;
}

/* Non-product grid */
.favOtherGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

.favOtherCard {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 16px;
  transition: box-shadow 0.15s;
}
.favOtherCard:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.favOtherRemove {
  position: absolute !important;
  top: 10px;
  right: 10px;
}

.favOtherThumb {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f5f5f7;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favOtherThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favOtherInitial {
  font-size: 20px;
  font-weight: 800;
  color: #ccc;
}

.favOtherInfo {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}

.favOtherKind {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.favOtherTitle {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.favOtherSub {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.favOtherLink {
  position: absolute;
  inset: 0;
  border-radius: 14px;
}

/* Responsive */
@media (max-width: 640px) {
  .favHeaderInner { padding: 14px 16px; }
  .favBody { padding: 20px 16px 40px; }
}
/* ===== END FAVORITES PAGE ===== */

/* ===== CONTACT PAGE REDESIGN ===== */
.contactPage { padding: 0; }

.csInner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.csSectionKicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0066ff;
  margin-bottom: 24px;
}

/* Hero */
.csHero {
  background: #0a0a0a;
  padding: 72px 32px 64px;
}
.csHeroInner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: center;
}
.csHeroKicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
}
.csHeroTitle {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.8px;
  line-height: 1.15;
  margin: 0 0 14px;
}
.csHeroDesc {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 480px;
}
.csHeroStats {
  display: flex;
  align-items: center;
  gap: 20px;
}
.csHeroStat {}
.csHeroStatVal {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.csHeroStatLbl {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.csHeroStatDiv {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.12);
}

/* Hero CTA card */
.csHeroCta {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 24px 22px;
  text-decoration: none;
  color: #111;
  transition: transform 0.15s, box-shadow 0.15s;
}
.csHeroCta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.csHeroCtaIcon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #0066ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.csHeroCtaTitle {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 3px;
}
.csHeroCtaSub {
  font-size: 12px;
  color: #888;
}
.csHeroCtaArrow {
  margin-left: auto;
  font-size: 18px;
  color: #aaa;
}

/* Channels */
.csChannelsSection {
  padding: 64px 0;
  background: #fff;
}
.csChannelGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.csChannel {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8eaed;
  border-radius: 20px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s, transform 0.15s, border-color 0.15s;
  gap: 6px;
}
.csChannel:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}
.csChannelEmail:hover { border-color: #111; }
.csChannelWa:hover { border-color: #25d366; }
.csChannelFb:hover { border-color: #1877f2; }

.csChannelHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.csChannelIconWrap {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.csChannelIconWrapDark { background: #111; color: #fff; }
.csChannelIconWrapGreen { background: #25d366; color: #fff; }
.csChannelIconWrapBlue { background: #1877f2; color: #fff; }

.csChannelOnline {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #aaa;
  background: #f5f5f7;
  padding: 3px 8px;
  border-radius: 10px;
}
.csChannelOnlineGreen { color: #15803d; background: #dcfce7; }
.csChannelOnlineBlue { color: #1d4ed8; background: #dbeafe; }

.csChannelName {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-top: 4px;
}
.csChannelValue {
  font-size: 13px;
  color: #555;
  word-break: break-all;
}
.csChannelNote {
  font-size: 12px;
  color: #aaa;
  flex: 1;
  margin-top: 4px;
}
.csChannelBtn {
  margin-top: 16px;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  background: #f5f5f7;
  color: #111;
  text-align: center;
  transition: background 0.12s;
}
.csChannel:hover .csChannelBtn { background: #e8e8ea; }
.csChannelBtnGreen { background: #dcfce7; color: #15803d; }
.csChannelWa:hover .csChannelBtnGreen { background: #bbf7d0; }
.csChannelBtnBlue { background: #dbeafe; color: #1d4ed8; }
.csChannelFb:hover .csChannelBtnBlue { background: #bfdbfe; }

/* FAQ */
.csFaqSection {
  padding: 64px 0;
  background: #f8f9fb;
}
.csFaqGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
.csFaqCard {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 24px;
}
.csFaqQ {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.4;
}
.csFaqA {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.csFaqMore {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #888;
}
.csFaqMore a {
  color: #0066ff;
  text-decoration: none;
  font-weight: 600;
}
.csFaqMore a:hover { text-decoration: underline; }

/* Company strip */
.csCompanyStrip {
  border-top: 1px solid #f0f0f0;
  padding: 24px 32px;
  background: #fff;
}
.csCompanyStripInner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.csCompanyItem {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.csCompanyItem span { font-size: 11px; color: #aaa; text-transform: uppercase; letter-spacing: 0.06em; }
.csCompanyItem strong { font-size: 13px; color: #333; }
.csCompanyDiv { width: 1px; height: 28px; background: #eee; flex-shrink: 0; }

/* Responsive */
@media (max-width: 1024px) {
  .csChannelGrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .csHeroInner { grid-template-columns: 1fr; gap: 32px; }
  .csFaqGrid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .csHero { padding: 48px 20px 40px; }
  .csChannelGrid { grid-template-columns: 1fr; }
  .csInner { padding: 0 20px; }
  .csCompanyStripInner { flex-direction: column; align-items: flex-start; }
  .csCompanyDiv { display: none; }
}
/* ===== END CONTACT PAGE ===== */
