/* BFMIDI — palco escuro, partículas e apresentação direta do produto. */
:root {
  color-scheme: dark;
  --paper: #080b10; --paper-2: #111720;
  --ink: #edf1f7; --ink-2: #b3bdcc; --ink-3: #929eaf;
  --hairline: #ffffff12; --hairline-strong: #ffffff25;
  --graphite: #101620; --graphite-lift: #1b2431;
  --blue: #4289ff; --blue-ink: #91bcff; --blue-lit: #99c4ff;
  --focus: #99c4ff; --contact: #0009; --maxw-page: 1360px;
  --fs-label: .75rem; --fs-body: 1rem;
}
html,body { height: auto; }
body { overflow: auto; overscroll-behavior: auto; background: var(--paper); }
.app { height: auto; min-height: 100svh; overflow: clip; isolation: isolate; }
.app::before { display: none; }
#particle-field { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.app > :not(#particle-field) { position: relative; z-index: 1; }
.wrap { padding-inline: clamp(20px,4.5vw,64px); }
button,a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
::selection { background: #346ac8; color: #fff; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 5px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 20; padding: 12px 20px; background: var(--paper-2); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { height: 72px; padding-block: 0; gap: 28px; border-bottom: 1px solid var(--hairline); }
.brand { gap: 4px; font: 900 27px/1 var(--font-display); letter-spacing: -.06em; }
.brand-dot { height: 5px; width: 5px; background: #8ab5ff; box-shadow: 0 0 12px #4f92ff66; }
.header-caption { font: 400 .75rem/1.4 var(--font-mono); letter-spacing: .12em; color: var(--ink-3); }
.header-caption { border-left: 1px solid var(--hairline-strong); padding-left: 26px; }
.header-link { margin-left: auto; display: flex; align-items: center; gap: 16px; border: 0; background: transparent; padding: 12px 0; font-size: .875rem; color: var(--ink-2); cursor: pointer; }
.header-link:hover { color: #fff; }
.header-link > span:last-child { font-size: 20px; }

/* Menu inspirado na cápsula do aplicativo: vidro azul e seleção âmbar. */
.selector-zone { display: flex; justify-content: center; align-items: center; padding-block: 32px 20px; }
.selector-zone > .selector { width: min(780px,100%); }
.selector { --pad: 7px; width: 100%; padding: var(--pad); border: 1px solid #6997b77a; border-radius: 999px; background: linear-gradient(165deg,#243e58e8 0%,#14283df2 48%,#1a344ced 100%); box-shadow: inset 0 2px 2px #aedbff4a,inset 0 -2px 3px #0009,0 0 0 1px #273f55,0 16px 35px -18px #000,0 0 35px -18px #5d9ccc66; }
.selector-track { position: relative; }
.selector-bed { border-radius: 999px; background: linear-gradient(160deg,#ffbb64 0%,#ff8e3e 44%,#ff6933 100%); box-shadow: inset 0 2px 2px #fff0cbcc,inset 0 -2px 3px #b9311766,0 0 0 1px #ffae6077,0 5px 22px -6px #ff6f3388; }
.tab { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 14px 8px; min-height: 58px; font-size: clamp(1rem,1.8vw,1.25rem); color: #bacbde; text-shadow: 0 1px 2px #0005; transition: color .2s,background .2s,transform .2s; }
.tab + .tab::before { display: block; top: 28%; bottom: 28%; background: #a7c3db24; }
.tab:hover { color: #fff; background: #badfff0a; }
.tab[aria-pressed="true"] { color: #391508; text-shadow: 0 1px #ffc78177; }
.tab[aria-pressed="true"]::before,.tab[aria-pressed="true"] + .tab::before { opacity: 0; }
.selector-led { display: none; }
.nav-icon { display: block; width: 22px; height: 22px; flex: 0 0 auto; }
.gear-tab,.software-tab { justify-self: center; width: 58px; padding: 0; background: radial-gradient(circle at 50% 38%,#132639,#0b1725); box-shadow: inset 0 1px 2px #9ac5e833,0 1px 1px #07111a66; }
.gear-tab .nav-icon,.software-tab .nav-icon { width: 25px; height: 25px; transition: transform .4s var(--ease); }
.gear-tab:hover .nav-icon { transform: rotate(25deg); }
.software-tab:hover .nav-icon { transform: scale(1.08); }
.gear-tab[aria-pressed="true"],.software-tab[aria-pressed="true"] { background: transparent; box-shadow: none; }
.gear-tab::before,.software-tab::before { display: none !important; }
.view-nav { display: flex; align-items: stretch; justify-content: center; gap: 4px; width: calc(100% - 40px); max-width: 620px; padding: 6px; margin-inline: auto; border: 1px solid #6f91b144; border-radius: 27px; background: linear-gradient(155deg,#192b3ddc,#0d1927ed); box-shadow: inset 0 1px 1px #add3f426,0 8px 22px -12px #000; }
.overview-link,.selector-sub .tab,.resource-nav .tab { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; min-height: 58px; padding: 8px; border: 1px solid transparent; border-radius: 19px; background: transparent; font: 500 .875rem/1.15 var(--font-body); letter-spacing: 0; color: #acbed3; cursor: pointer; text-shadow: none; transition: background .2s,border-color .2s,color .2s,box-shadow .2s; }
.overview-link { flex: 1; }
.selector-sub { --pad: 0px; display: block; flex: 3; width: auto; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
.selector-sub .selector-track { height: 100%; gap: 4px; }
.selector-sub .selector-bed,.selector-sub .selector-led,.selector-sub .tab::before { display: none; }
.overview-link:hover,.selector-sub .tab:hover,.resource-nav .tab:hover { color: #f1f6ff; background: #7ba7d018; }
.overview-link.is-active,.selector-sub .tab[aria-selected="true"],.resource-nav .tab[aria-selected="true"] { color: #ffcf9e; border-color: #e7a36b66; background: linear-gradient(#543b2b99,#30271ff2); box-shadow: inset 0 1px 1px #ffd7ad22,0 2px 8px #0003; }
.resource-nav { max-width: 510px; }
.resource-nav .tab { flex: 1; font-variation-settings: normal; }
.resource-nav .tab::before { display: none; }
.resource-page { max-width: 960px; padding-top: 44px; padding-bottom: 52px; }
.resource-heading { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; margin-bottom: 30px; }
.resource-heading > .nav-icon { width: 40px; height: 40px; padding: 8px; box-sizing: content-box; color: #e6b989; border: 1px solid #c0916044; border-radius: 18px; background: #2d2926; }
.resource-cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,260px),1fr)); gap: 18px; }
.resource-card { padding: 26px; border: 1px solid #5c7e9d44; border-radius: 22px; background: linear-gradient(145deg,#192b3adc,#101b28ef); box-shadow: inset 0 1px 1px #b4d7f312,0 16px 30px -25px #000; }
.resource-card h3 { font: 600 1.125rem/1.4 var(--font-display); }
.resource-card p { color: var(--ink-2); font-size: 1rem; line-height: 1.5; margin-block: 12px 24px; }
.resource-card .btn { width: 100%; }
.software-page { width: min(1180px,100%); margin-inline: auto; padding: clamp(28px,5vw,68px) clamp(20px,4vw,54px); }
.software-hero { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: clamp(18px,3vw,34px); padding: clamp(24px,4vw,46px); border: 1px solid #7ba4c13d; border-radius: 28px; background: radial-gradient(circle at 10% 10%,#284b6866,transparent 36%),linear-gradient(145deg,#162638e8,#0c151fef); box-shadow: inset 0 1px #c7e4f51c,0 24px 60px -38px #000; }
.software-brand-icon { width: clamp(74px,9vw,112px); aspect-ratio: 1; border-radius: 25%; background: #000 url('../assets/apps/icon-256.png') center/cover no-repeat; box-shadow: 0 18px 38px #0008,0 0 28px #ff782d26; }
.software-intro { display: grid; gap: 9px; }
.software-intro .panel-title,.software-intro .panel-lead { margin: 0; }
.software-action { white-space: nowrap; }
.software-features { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 18px; }
.software-feature { min-height: 180px; padding: 24px; border: 1px solid #7796af2e; border-radius: 20px; background: linear-gradient(155deg,#172534d9,#0d161fdf); }
.software-feature-number { display: block; margin-bottom: 30px; color: #ff9a57; font: 600 .72rem/1 var(--font-mono); letter-spacing: .12em; }
.software-feature h3 { margin: 0 0 8px; color: #edf4ff; font: 700 1.15rem/1.25 var(--font-display); }
.software-feature p { margin: 0; color: var(--ink-2); font-size: .92rem; line-height: 1.5; }
.panels { display: grid; }
.panel { position: static; grid-area: 1/1; min-width: 0; display: none; transition: none; }
.panel.is-on { display: flex; animation: panel-enter .4s var(--ease) both; }
.hero { max-width: 1120px; padding: 24px clamp(20px,4.5vw,64px) 30px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-stage { flex: none; width: 100%; min-height: 0; height: clamp(300px,42vh,440px); margin-top: 8px; isolation: isolate; }
.hero-stage::before { content: ''; position: absolute; inset: -22% -15%; z-index: -2; background: radial-gradient(ellipse at 50% 57%,#28416366 0%,#19273844 25%,transparent 64%); pointer-events: none; }
.hero-stage::after { content: ''; position: absolute; width: 68%; height: 12%; bottom: 8%; left: 16%; border-radius: 50%; background: #0009; filter: blur(24px); z-index: -1; }
.shot { inset: 0 3%; transform: translateY(8px); transition: opacity .4s,transform .6s var(--ease),visibility .4s; }
.shot.is-on { transform: translateY(0); }
.shot img { filter: drop-shadow(0 22px 16px #0009) drop-shadow(0 -1px 1px #a6c6ff18); }
.product-gallery { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 24px; touch-action: pan-y; user-select: none; }
.gallery-track { display: flex; width: 100%; height: 100%; transition: transform .55s var(--ease); will-change: transform; }
.gallery-slide { display: flex; align-items: center; justify-content: center; flex: 0 0 100%; width: 100%; height: 100%; }
.gallery-slide img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #9abbd25c; border-radius: 50%; background: #101b28d9; color: #eef6ff; box-shadow: 0 8px 22px #0008,inset 0 1px #c9e6fa26; cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(12px); transition: background .2s,border-color .2s,transform .2s; }
.gallery-arrow:hover { background: #1d3348ee; border-color: #b4d8f58a; transform: translateY(-50%) scale(1.04); }
.gallery-arrow span { font: 300 2rem/1 Arial,sans-serif; transform: translateY(-1px); }
.gallery-prev { left: 12px; }
.gallery-next { right: 12px; }
.gallery-dots { position: absolute; z-index: 2; left: 50%; bottom: 9px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #91b0c744; border-radius: 999px; background: #08111bd4; transform: translateX(-50%); backdrop-filter: blur(12px); }
.gallery-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #8091a5; cursor: pointer; transition: width .2s,background .2s,box-shadow .2s; }
.gallery-dot.is-active { width: 22px; border-radius: 999px; background: #ff9a52; box-shadow: 0 0 10px #ff8b4688; }
.hero-ctas { justify-content: center; align-items: center; gap: 12px; margin-top: 4px; }
.btn { height: auto; min-height: 46px; border-radius: 9px; gap: 20px; padding: 11px 22px; font: 500 .875rem/1.4 var(--font-body); letter-spacing: 0; text-transform: none; transition: background .2s,border-color .2s,transform .2s; }
.btn-primary { background: #d8e6fa; color: #101a28; border-color: #d8e6fa; box-shadow: none; }
.btn-primary:hover { background: #fff; color: #101a28; border-color: #fff; transform: translateY(-1px); }
.btn-ghost { color: var(--ink-2); border-color: #ffffff28; background: #11182388; }
.btn-ghost:hover { color: #fff; background: #1b2634; border-color: #ffffff45; transform: translateY(-1px); }
.btn:disabled { cursor: not-allowed; background: #1b2430; color: #8c99ab; border-color: #ffffff12; box-shadow: none; transform: none; }
.hero-facts { align-self: stretch; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 22px 0 0; margin-top: 28px; border-top: 1px solid var(--hairline); gap: 20px; }
.hero-fact { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 0; }
.hero-fact + .hero-fact { border-left: 1px solid var(--hairline); }
.fact-value { font: 600 1.375rem/1.2 var(--font-display); letter-spacing: -.02em; color: #d6e1f1; }
.fact-label { color: var(--ink-3); font-size: .875rem; line-height: 1.35; }
.panel-inner { max-width: var(--maxw-page); padding: 38px clamp(20px,4.5vw,64px); margin-block: auto; }
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px,5vw,70px); align-items: center; height: auto; }
.split-media { position: relative; min-width: 0; padding: 30px 0; background: radial-gradient(ellipse,#253a5355,transparent 70%); }
.panel-shot img { max-height: 440px; width: 100%; object-fit: contain; }
.split-copy { gap: 16px; overflow: visible; padding: 0; }
.silk { font-size: .75rem; line-height: 1.4; letter-spacing: .1em; }
.panel-title { font: 700 clamp(1.8rem,2.8vw,2.5rem)/1.15 var(--font-display); letter-spacing: -.035em; text-transform: none; }
.panel-lead { font-size: 1rem; }
.spec-strip { background: #ffffff12; border-radius: 12px; }
.spec-cell { padding: 18px; gap: 8px; background: #101720; }
.spec-value { font-size: 1.6rem; }
.spec-note { font-size: .875rem; line-height: 1.4; }
.feat { gap: 10px; }
.feat-title { font-size: 1.125rem; line-height: 1.3; text-transform: none; }
.feat-body,.band-list li { font-size: 1rem; line-height: 1.5; }
.band-list { gap: 10px; }
.band-list li { padding-left: 20px; }
.band-list li::before { top: .68em; height: 4px; width: 4px; border-radius: 50%; background: #759dce; }
.editor-note { gap: 10px; margin-top: 10px; padding-top: 22px; }
.buy { max-width: 740px; gap: 14px; height: auto; overflow: visible; }
.buy-thumb { max-height: none; }
.buy-thumb img { width: 320px; height: auto; max-height: 200px; object-fit: contain; }
.buy-price { font-size: 1.8rem; }
.buy .hero-ctas { justify-content: center; margin-top: 8px; }
.buy-unavailable { font-size: .875rem; color: var(--ink-2); }
.whatsapp-waitlist { display: flex; align-items: center; gap: 12px; width: min(100%,560px); margin-top: 4px; padding: 13px 16px; border: 1px solid #41d88255; border-radius: 16px; background: linear-gradient(145deg,#16372b99,#10251eaa); color: #dcebe4; text-align: left; transition: border-color .2s,background .2s,transform .2s; }
.whatsapp-waitlist:hover { border-color: #58e49899; background: linear-gradient(145deg,#1b4937bb,#123126cc); color: #fff; transform: translateY(-1px); }
.whatsapp-waitlist svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: #55df91; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-waitlist span { display: grid; gap: 2px; font-size: .83rem; line-height: 1.35; }
.whatsapp-waitlist strong { color: #69e9a0; font-size: .9rem; }
.shot-map { min-height: 210px; height: auto; background: linear-gradient(160deg,#202c3c,#10151e); border-color: #52647b55; }
.shot-map .silk { color: #bec7d7; }
.map-sw { border-color: #8190a8; }
.site-footer { margin-top: auto; padding-block: 0; }
.footer-row { min-height: 50px; align-items: center; justify-content: space-between; gap: 20px; }
.footer-end { color: var(--ink-3); font-size: .75rem; }
@keyframes panel-enter { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 860px) {
  .site-header { height: 64px; gap: 22px; }
  .header-caption { display: none; }
  .selector-zone { padding-block: 18px 8px; }
  .selector { width: min(780px,100%); margin-inline: auto; }
  .selector-sub { margin: 0; width: auto; }
  .view-nav { gap: 4px; }
  .hero { padding-top: 26px; }
  .hero-stage { height: clamp(270px,55vw,400px); }
  .shot { inset: 0 -3%; }
  .hero-facts { margin-top: 24px; gap: 20px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero-fact:nth-child(3) { border-left: 0; }
  .split { display: grid; grid-template-columns: 1fr; gap: 20px; overflow: visible; }
  .panel-inner { padding-top: 20px; }
  .split-media { display: block; padding: 0; }
  .panel-shot { max-height: none; }
  .panel-shot img { max-height: 320px; }
}
@media (max-width: 560px) { .hero-ctas .btn { flex: 0 1 auto; } .panel-lead,.feat-body { font-size: 1rem; line-height: 1.5; } .spec-note { font-size: .875rem; } }
@media (max-width: 420px) {
  .brand { font-size: 25px; }
  .view-nav { gap: 4px; }
  .overview-link { white-space: normal; }
  .selector-sub .tab { padding-inline: 6px; font-size: .875rem; }
  .btn { padding-inline: 18px; gap: 14px; }
  .hero-stage { height: 245px; }
  .hero-facts { gap: 18px; }
  .spec-cell { padding: 14px; }
}
@media (max-height: 620px) and (max-width: 900px) and (orientation: landscape) { .split-media,.feat-body { display: block; } .spec-strip { grid-template-columns: repeat(2,minmax(0,1fr)); } .spec-note { display: block; } .buy .band-list { display: flex; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* Botões de ação seguem o mesmo material do menu. */
.btn { border-radius: 999px; padding-inline: 24px; min-height: 48px; }
.btn-primary { background: linear-gradient(155deg,#ffb765,#ff7838); color: #391508; border-color: #ffc17e99; box-shadow: inset 0 1px 1px #ffdfb2,0 6px 16px -8px #d85526aa; }
.btn-primary:hover { color: #301105; background: linear-gradient(155deg,#ffc881,#ff8c45); border-color: #ffd7a6; }
.btn-ghost { background: linear-gradient(#23394c,#152537); border-color: #86a8c64d; color: #d3dfed; box-shadow: inset 0 1px #b7dbf31a; }
.btn-ghost:hover { background: linear-gradient(#2c4860,#1b3046); border-color: #86a8c67d; }
.btn:disabled { background: #182330; color: #8797aa; border-color: #43536955; box-shadow: none; }
@media (max-width: 1050px) { .selector-zone { padding-inline: 24px; } }
@media (max-width: 760px) {
  .software-hero { grid-template-columns: auto minmax(0,1fr); border-radius: 22px; }
  .software-action { grid-column: 1 / -1; width: 100%; }
  .software-features { grid-template-columns: 1fr; }
  .software-feature { min-height: 0; }
}
@media (max-width: 860px) { .selector-zone { padding: 22px 20px 16px; } .view-nav { max-width: 600px; } .resource-nav { max-width: 510px; } }
@media (max-width: 560px) { .selector { --pad: 6px; } .tab { min-height: 56px; padding: 14px 3px; font-size: .875rem; font-variation-settings: 'wdth' 100; } .gear-tab { width: 52px; height: 56px; padding: 0; } .gear-tab .nav-icon { width: 25px; height: 25px; } .view-nav { padding: 5px; border-radius: 26px; } .overview-link,.selector-sub .tab,.resource-nav .tab { padding: 9px 4px; min-height: 64px; border-radius: 20px; font-size: .875rem; } .nav-icon { width: 20px; height: 20px; } .resource-card { padding: 22px; } }
@media (max-width: 360px) { .selector-zone { padding-inline: 12px; } .view-nav { width: calc(100% - 24px); } .gear-tab { width: 44px; } }

/* No celular, a vitrine assume a estrutura de um aplicativo: modelos no topo,
   conteúdo em primeiro plano e navegação persistente ao alcance do polegar. */
@media (max-width: 600px) {
  html { scroll-padding-top: 76px; scroll-padding-bottom: 96px; }
  body { background: linear-gradient(180deg,#080c12 0%,#06090e 100%); }
  .app { min-height: 100dvh; padding-bottom: calc(82px + env(safe-area-inset-bottom)); }

  .selector-zone {
    position: sticky;
    top: 0;
    z-index: 40;
    width: 100%;
    padding: max(10px,env(safe-area-inset-top)) 10px 9px;
    border-bottom: 1px solid #8eb8d51a;
    background: linear-gradient(180deg,#080c12f5 60%,#080c12d9 84%,transparent);
    backdrop-filter: blur(18px) saturate(1.2);
  }
  .selector-zone > .selector {
    --pad: 5px;
    width: 100%;
    padding: var(--pad);
    border-radius: 22px;
    border-color: #6997b75c;
    background: linear-gradient(160deg,#1d354be8,#0f2031f2);
    box-shadow: inset 0 1px 1px #b8ddf52e,inset 0 -1px 2px #0008,0 8px 22px -16px #000;
  }
  .selector-zone .selector-bed { border-radius: 17px; }
  .selector-zone .tab {
    min-height: 44px;
    padding: 8px 2px;
    border-radius: 17px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: -.01em;
  }
  .selector-zone .gear-tab,.selector-zone .software-tab { width: 44px; height: 44px; min-height: 44px; }
  .selector-zone .gear-tab .nav-icon,.selector-zone .software-tab .nav-icon { width: 21px; height: 21px; }

  .view-nav {
    position: fixed;
    z-index: 50;
    left: 10px;
    right: 10px;
    bottom: max(10px,env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    margin: 0;
    padding: 5px;
    gap: 2px;
    border-radius: 21px;
    border-color: #8ab1ce52;
    background: linear-gradient(155deg,#1b3043f5,#0c1927f7);
    box-shadow: inset 0 1px 1px #c1e3fa24,0 18px 46px #000c,0 0 0 1px #071019;
    backdrop-filter: blur(22px) saturate(1.3);
  }
  .overview-link,.selector-sub .tab,.resource-nav .tab {
    min-height: 54px;
    padding: 6px 2px;
    gap: 4px;
    border-radius: 16px;
    font-size: .72rem;
    line-height: 1.1;
  }
  .nav-icon { width: 21px; height: 21px; }
  .selector-sub .selector-track { gap: 2px; }
  .resource-nav { max-width: none; }

  .panels { min-height: calc(100dvh - 76px - 84px); }
  .hero {
    width: 100%;
    padding: 8px 14px 20px;
  }
  .hero-stage {
    height: clamp(250px,68vw,320px);
    margin-top: 0;
    border: 1px solid #7da0bd1f;
    border-radius: 24px;
    background: linear-gradient(160deg,#14213199,#090e1688);
    overflow: hidden;
  }
  .hero-stage::before {
    inset: -10% -25%;
    background: radial-gradient(ellipse at 50% 58%,#31507255 0%,#17283b38 42%,transparent 72%);
  }
  .hero-stage::after { bottom: 9%; height: 10%; filter: blur(17px); }
  .shot { inset: 12px 2px; }
  .shot img { filter: drop-shadow(0 14px 12px #000a); }
  .gallery-arrow { width: 40px; height: 40px; }
  .gallery-prev { left: 7px; }
  .gallery-next { right: 7px; }
  .gallery-dots { bottom: 7px; gap: 6px; padding: 6px 9px; }

  .hero-facts {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #7292ad29;
    border-radius: 22px;
    background: linear-gradient(150deg,#152333d9,#0c151fdf);
    box-shadow: inset 0 1px #bfddf014;
  }
  .hero-fact {
    min-height: 88px;
    justify-content: center;
    gap: 5px;
    padding: 12px 8px;
    border: 1px solid #91aec51a;
    border-radius: 16px;
    background: #ffffff05;
  }
  .hero-fact + .hero-fact { border-left: 1px solid #91aec51a; }
  .hero-fact:nth-child(3) { border-left: 1px solid #91aec51a; }
  .fact-value { font-size: 1.3rem; }
  .fact-label { font-size: .8rem; line-height: 1.25; }

  .panel-inner { width: 100%; margin: 0; padding: 16px 16px 26px; }
  .split { display: flex; flex-direction: column; gap: 14px; }
  .split-media {
    width: 100%;
    margin: 0;
    padding: 14px;
    border: 1px solid #7897b224;
    border-radius: 22px;
    background: radial-gradient(ellipse,#29415e4d,#111b288f 70%);
    overflow: hidden;
  }
  .panel-shot,.split-media .shot-map { max-height: 260px; }
  .split-copy { gap: 12px; }
  .panel-title { font-size: clamp(1.65rem,8vw,2.15rem); }
  .panel-lead,.feat-body,.band-list li { font-size: .95rem; line-height: 1.5; }
  .spec-strip { border-radius: 18px; }
  .spec-cell { padding: 14px; }
  .buy { align-items: stretch; text-align: left; }
  .buy-thumb { align-self: center; }
  .buy .hero-ctas { justify-content: stretch; }
  .buy .hero-ctas .btn { flex: 1 1 100%; }
  .resource-page { padding: 22px 16px 28px; }
  .software-page { padding: 18px 14px 28px; }
  .software-hero { grid-template-columns: 58px minmax(0,1fr); gap: 14px; padding: 20px; }
  .software-brand-icon { width: 58px; border-radius: 16px; }
  .software-intro .panel-title { font-size: 1.55rem; }
  .software-intro .panel-lead { grid-column: 1 / -1; font-size: .9rem; }
  .software-feature { padding: 20px; }
  .software-feature-number { margin-bottom: 18px; }
  .resource-heading { align-items: flex-start; text-align: left; gap: 10px; margin-bottom: 18px; }
  .resource-heading > .nav-icon { width: 30px; height: 30px; border-radius: 14px; }
  .resource-card { border-radius: 18px; }
  .site-footer { margin-bottom: 8px; }
}

@media (max-width: 380px) {
  .selector-zone { padding-inline: 7px; }
  .selector-zone .tab { font-size: .7rem; }
  .selector-zone .gear-tab,.selector-zone .software-tab { width: 40px; }
  .view-nav { left: 7px; right: 7px; }
  .overview-link,.selector-sub .tab,.resource-nav .tab { font-size: .67rem; }
  .hero { padding-inline: 10px; }
  .hero-stage { height: 242px; }
}

/* Submenu do modelo só com ícones (17/09/2026). O rótulo continua no DOM,
   escondido como .sr-only: some da vista, não da árvore de acessibilidade —
   é ele que dá nome ao botão para leitor de tela. Como estas regras vêm por
   último no arquivo, elas vencem por ORDEM os blocos responsivos acima, que
   dimensionam a mesma pílula; mexer nelas exige olhar lá também. */
.overview-link > span,.selector-sub .tab > span {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0;
}
#model-navigation { max-width: 460px; padding: 5px; border-radius: 21px; }
.overview-link,.selector-sub .tab { min-height: 42px; padding: 6px 4px; gap: 0; border-radius: 16px; }
#model-navigation .nav-icon { width: 25px; height: 25px; }

/* No celular a pílula encolhe, mas o alvo de toque não pode acompanhar:
   48px é o piso confortável para o polegar. (O bloco de 600px acima QUER
   esta barra fixa no rodapé e não consegue — `.app > :not(#particle-field)`
   ganha em especificidade e a mantém `relative`. Bug anterior a isto.) */
@media (max-width: 600px) {
  #model-navigation { max-width: none; border-radius: 19px; }
  .overview-link,.selector-sub .tab { min-height: 48px; }
}
