/* FPV PAGE HERO */

.fpv-visor-stage {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background:
    radial-gradient(circle at 50% 8%, rgba(200, 169, 126, 0.08), transparent 30%),
    radial-gradient(ellipse at 50% 96%, rgba(200, 169, 126, 0.045), transparent 52%),
    linear-gradient(180deg, #171715 0%, #131313 66%, #151514 100%);
}

.fpv-visor-stage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 118px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(21, 21, 20, 0), rgba(21, 21, 20, 0.58) 58%, #151514 100%);
}

.fpv-visor-stage-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.fpv-stage-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.fpv-stage-copy h1 {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1;
  font-weight: 400;
}

.fpv-stage-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
  padding-bottom: 8px;
}

.fpv-stage-header h1 {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  line-height: 1;
  font-weight: 400;
}

.fpv-stage-intro {
  margin: 0;
  max-width: 480px;
  color: #dddddd;
  font-size: 1.05rem;
  line-height: 1.72;
}

/* FPV INTRO */

.fpv-intro {
  padding-top: 64px;
  padding-bottom: 46px;
  background:
    linear-gradient(180deg, rgba(200, 169, 126, 0.026), transparent 70%),
    #151514;
}

.fpv-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(200, 169, 126, 0.14);
}

.fpv-intro-grid h2 {
  margin: 0;
  max-width: 17ch;
  font-size: clamp(1.95rem, 3vw, 2.8rem);
  line-height: 1.08;
  font-weight: 400;
}

.fpv-intro-centered {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.fpv-intro-h1 {
  margin: 0 0 20px;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1;
  font-weight: 400;
}

.fpv-intro-desc {
  margin: 0;
  color: #dfddd8;
  font-size: 1.05rem;
  line-height: 1.72;
}

.fpv-intro-copy {
  max-width: 620px;
}

.fpv-intro-copy p {
  margin: 0 0 16px;
  color: #dfddd8;
  font-size: 1.06rem;
  line-height: 1.72;
}

.fpv-intro-copy p:first-child { margin-top: 0; }
.fpv-intro-copy p:last-child { margin-bottom: 0; }

/* FPV REASONS */

.fpv-reasons {
  padding-top: 46px;
}

.fpv-reasons-redesign .fpv-reasons-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  margin-bottom: 30px;
}

.fpv-reasons-redesign .fpv-reasons-head h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4.3vw, 3.35rem);
  line-height: 1;
  font-weight: 400;
  max-width: 13ch;
}

.fpv-reasons-intro {
  margin: 0;
  max-width: 44ch;
  color: #dedbd4;
  font-size: 1.06rem;
  line-height: 1.68;
}

.fpv-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 26px;
  align-items: stretch;
}

.fpv-flow-main,
.fpv-flow-steps {
  border: 1px solid rgba(200, 169, 126, 0.18);
  background:
    linear-gradient(135deg, rgba(200, 169, 126, 0.12), rgba(255, 255, 255, 0.025) 44%, rgba(255, 255, 255, 0.015)),
    #1d1c1a;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.fpv-flow-main {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.fpv-flow-main::before {
  content: "";
  position: absolute;
  inset: 34px 38px auto auto;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(200, 169, 126, 0.22);
  border-radius: 999px;
  opacity: 0.55;
}

.fpv-flow-main::after {
  content: "";
  position: absolute;
  inset: 52px 58px 52px auto;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(200, 169, 126, 0.72), transparent);
  transform: rotate(32deg);
  transform-origin: center;
  opacity: 0.72;
}

.fpv-flow-kicker {
  margin: 0 0 14px;
  color: #c8a97e;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fpv-flow-main h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  max-width: 15ch;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1.02;
  font-weight: 400;
}

.fpv-flow-main p:last-child {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 52ch;
  color: #dedbd4;
  line-height: 1.75;
}

.fpv-flow-steps {
  position: relative;
  border-radius: 28px;
  padding: 26px;
  display: grid;
  gap: 14px;
}

.fpv-flow-steps::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 42px;
  width: 1px;
  background: linear-gradient(180deg, rgba(200, 169, 126, 0.2), rgba(200, 169, 126, 0.7), rgba(200, 169, 126, 0.18));
}

.fpv-flow-step {
  position: relative;
  min-height: 112px;
  padding: 22px 24px 22px 52px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.fpv-flow-step:hover {
  transform: translateX(4px);
  border-color: rgba(200, 169, 126, 0.34);
  background: rgba(200, 169, 126, 0.055);
}

.fpv-flow-dot {
  position: absolute;
  top: 28px;
  left: 11px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #c8a97e;
  box-shadow: 0 0 0 8px rgba(200, 169, 126, 0.1);
}

.fpv-flow-step h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
  line-height: 1.1;
}

.fpv-flow-step p {
  margin: 0;
  color: #d4d1ca;
  line-height: 1.65;
}

/* FPV VS */

.fpv-vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.compare-card {
  background: #181818;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 28px;
}

.compare-card-featured {
  border-color: rgba(200, 169, 126, 0.32);
}

.compare-label {
  margin: 0 0 14px;
  color: #c8a97e;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.compare-card h3 {
  margin: 0 0 14px;
  font-size: 1.22rem;
  line-height: 1.1;
}

.compare-list {
  margin: 0;
  padding-left: 18px;
  color: #d0d0d0;
}

.compare-list li {
  margin-bottom: 12px;
  line-height: 1.7;
}

/* MEGA VISOR */

.mega-visor { margin-top: 0; }

.mega-visor-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.mega-visor-shell {
  position: relative;
  padding: 18px 18px 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #242321 0%, #151514 100%);
  border: 1px solid rgba(200, 169, 126, 0.16);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.mega-visor-button:hover .mega-visor-shell {
  transform: translateY(-4px);
  border-color: rgba(200, 169, 126, 0.28);
}

.mega-visor-body {
  position: absolute;
  inset: 46px 22px 54px;
  z-index: 1;
  border-radius: 100px 100px 72px 72px;
  background:
    radial-gradient(circle at 50% 15%, rgba(255,255,255,0.055), transparent 32%),
    linear-gradient(180deg, #302f2b 0%, #1d1c1a 52%, #141413 100%);
}

.mega-visor-topbar,
.mega-visor-bottomdata {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.mega-visor-topbar { margin-bottom: 12px; }

.mega-visor-bottomdata {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mega-visor-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mega-visor-lenses {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  align-items: center;
  min-height: 320px;
  padding-inline: 10px;
}

.mega-lens {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
  background: #090909;
  border: 12px solid #191817;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.1),
    0 16px 42px rgba(0,0,0,0.34);
}

.mega-visor-video {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: brightness(1.16) saturate(1.06);
  transition: transform 0.7s ease;
}

.mega-visor-button:hover .mega-visor-video { transform: scale(1.12); }

.mega-lens-shine {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.015) 16%, transparent 34%),
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 24%);
  mix-blend-mode: screen;
}

.mega-lens-reticle {
  position: absolute; inset: 0; z-index: 4; pointer-events: none;
}

.mega-lens-reticle::before,
.mega-lens-reticle::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  background: rgba(255, 255, 255, 0.08);
  transform: translate(-50%, -50%);
}

.mega-lens-reticle::before { width: 54px; height: 1px; }
.mega-lens-reticle::after { width: 1px; height: 54px; }

.mega-visor-bridge {
  position: relative; z-index: 2;
  width: 54px; height: 120px;
  margin: 0 auto;
  border-radius: 22px;
  background: linear-gradient(180deg, #33312e 0%, #201f1d 50%, #171615 100%);
}

.mega-visor-center-ui {
  position: absolute; inset: 0; z-index: 5;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}

.mega-visor-enter {
  display: inline-flex;
  align-items: center; justify-content: center;
  min-height: 38px; padding: 0 18px;
  border-radius: 999px;
  background: rgba(18, 17, 15, 0.78);
  border: 1px solid rgba(200, 169, 126, 0.42);
  box-shadow: 0 10px 28px rgba(0,0,0,0.24);
  color: #f1eadf;
  font-size: 0.68rem; letter-spacing: 0.11em; text-transform: uppercase;
  backdrop-filter: blur(10px);
  animation: megaVisorPulse 2.2s ease-in-out infinite;
}

@keyframes megaVisorPulse {
  0%, 100% { opacity: 0.88; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}

.mega-visor-scanline {
  position: absolute;
  left: 46px; right: 46px; top: 24%;
  height: 1px; z-index: 4;
  background: linear-gradient(to right, transparent, rgba(200, 169, 126, 0.16), transparent);
  opacity: 0.28;
  animation: megaVisorScan 5.4s linear infinite;
  pointer-events: none;
}

@keyframes megaVisorScan {
  0%   { transform: translateY(-28px); opacity: 0; }
  20%  { opacity: 0.34; }
  60%  { opacity: 0.58; }
  100% { transform: translateY(320px); opacity: 0; }
}

.mega-visor-panel {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
  align-items: start;
}

.mega-visor-modes {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mega-mode {
  min-height: 42px; padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: #e4e4e4;
  font-size: 0.84rem; letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.mega-mode:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 169, 126, 0.32);
}

.mega-mode.is-active {
  background: rgba(200, 169, 126, 0.18);
  border-color: rgba(200, 169, 126, 0.5);
  color: #ffffff;
}

.mega-visor-copy h3 {
  margin: 0 0 8px;
  font-size: 1.3rem; line-height: 1.02;
}

.mega-visor-copy p:last-child {
  margin: 0;
  color: #dddddd; line-height: 1.65; font-size: 0.96rem;
}

/* MEGA VISOR TRANSITION */

.mega-visor-transition {
  position: absolute; inset: 0; z-index: 6;
  pointer-events: none; opacity: 0;
}

.mega-transition-flash {
  position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.72), rgba(255,255,255,0.12) 34%, rgba(255,255,255,0) 66%);
  opacity: 0; transform: scale(0.96);
}

.mega-transition-shutters { position: absolute; inset: 0; }

.mega-transition-shutters .shutter {
  position: absolute; top: 0; bottom: 0; width: 50%;
  background: linear-gradient(180deg, rgba(8,8,8,0.94), rgba(0,0,0,0.98));
}

.mega-transition-shutters .shutter.left  { left: 0;  transform: translateX(-100%); }
.mega-transition-shutters .shutter.right { right: 0; transform: translateX(100%); }

.mega-transition-glitch {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 16px; border-radius: 999px;
  background: rgba(0,0,0,0.72);
  border: 1px solid rgba(200, 169, 126, 0.38);
  color: #f5f5f5;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  opacity: 0; white-space: nowrap;
}

.mega-visor.is-entering .mega-visor-transition { opacity: 1; }
.mega-visor.is-entering .mega-transition-flash { animation: visorFlash 0.5s ease forwards; }
.mega-visor.is-entering .mega-transition-shutters .shutter.left  { animation: visorShutterLeft  0.56s cubic-bezier(0.7, 0, 0.2, 1) forwards; }
.mega-visor.is-entering .mega-transition-shutters .shutter.right { animation: visorShutterRight 0.56s cubic-bezier(0.7, 0, 0.2, 1) forwards; }
.mega-visor.is-entering .mega-transition-glitch { animation: visorGlitch 0.54s steps(2, end) forwards; }
.mega-visor.is-entering .mega-visor-shell { animation: visorShellZoom 0.56s ease forwards; }

@keyframes visorFlash {
  0%   { opacity: 0; transform: scale(0.96); }
  18%  { opacity: 0.95; transform: scale(1.02); }
  100% { opacity: 0; transform: scale(1.08); }
}

@keyframes visorShutterLeft  { 0%{transform:translateX(-100%)} 100%{transform:translateX(0%)} }
@keyframes visorShutterRight { 0%{transform:translateX(100%)}  100%{transform:translateX(0%)} }

@keyframes visorGlitch {
  0%   { opacity:0; transform:translate(-50%,-50%) skewX(0deg); }
  20%  { opacity:1; transform:translate(calc(-50% + 2px),calc(-50% - 1px)) skewX(-8deg); }
  35%  { transform:translate(calc(-50% - 3px),calc(-50% + 1px)) skewX(7deg); }
  50%  { transform:translate(calc(-50% + 1px),calc(-50% - 2px)) skewX(-4deg); }
  100% { opacity:0.94; transform:translate(-50%,-50%); }
}

@keyframes visorShellZoom {
  0%   { transform:scale(1); filter:blur(0); }
  100% { transform:scale(1.04); filter:blur(1.2px); }
}

/* LIGHTBOX VISOR */

.video-lightbox-dialog-visor {
  position: relative; z-index: 1;
  width: min(94vw, 1420px);
  opacity: 0;
  transform: scale(0.97) translateY(14px);
  transition: opacity 0.42s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.video-lightbox.is-open .video-lightbox-dialog-visor {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.video-lightbox-player-shell-visor {
  padding: 14px; border-radius: 36px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.03), transparent 28%),
    linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.52);
}

.video-lightbox-player-visor {
  position: relative; width: 100%;
  height: min(82vh, 820px);
  border-radius: 24px; overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.video-lightbox-player-visor video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; background: #000;
}

.lightbox-vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.5) 100%);
}

.lightbox-visor-ui {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
}

.lightbox-corners { position: absolute; inset: 18px; }

.lightbox-corners .corner { position: absolute; width: 28px; height: 28px; }
.lightbox-corners .corner.tl { top:0; left:0;  border-top:1px solid rgba(255,255,255,0.22); border-left:1px solid rgba(255,255,255,0.22); }
.lightbox-corners .corner.tr { top:0; right:0; border-top:1px solid rgba(255,255,255,0.22); border-right:1px solid rgba(255,255,255,0.22); }
.lightbox-corners .corner.bl { bottom:0; left:0;  border-bottom:1px solid rgba(255,255,255,0.22); border-left:1px solid rgba(255,255,255,0.22); }
.lightbox-corners .corner.br { bottom:0; right:0; border-bottom:1px solid rgba(255,255,255,0.22); border-right:1px solid rgba(255,255,255,0.22); }

.lightbox-reticle {
  position: absolute; left:50%; top:50%;
  transform: translate(-50%,-50%);
}

.lightbox-reticle .reticle-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(200,169,126,0.8);
  box-shadow: 0 0 16px rgba(200,169,126,0.5);
}

.lightbox-scanline {
  position: absolute; left:0; right:0; height:1px; z-index:3; pointer-events:none;
  background: linear-gradient(to right, transparent, rgba(200,169,126,0.22), transparent);
  animation: heroScanline 5.2s linear infinite;
}

.lightbox-bottomdata {
  position: absolute; bottom:18px; left:18px; right:18px; z-index:2;
  display:flex; justify-content:space-between;
  font-size:0.66rem; letter-spacing:0.1em; text-transform:uppercase;
  color:rgba(255,255,255,0.5); pointer-events:none;
}

.lightbox-integrated-copy {
  position: absolute; bottom:0; left:0; right:0; z-index:3;
  padding: 48px 32px 32px;
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, transparent 100%);
}

.lightbox-mini-label {
  font-size:0.72rem; letter-spacing:0.12em; text-transform:uppercase;
  color:#c8a97e; margin:0 0 8px;
}

.lightbox-integrated-copy h3 { margin:0 0 6px; font-size:1.6rem; }
.lightbox-tech { color:#c8a97e; font-size:0.82rem; letter-spacing:0.08em; text-transform:uppercase; margin:0 0 8px !important; }
.lightbox-description { margin:0; color:#d0d0d0; font-size:0.96rem; line-height:1.6; }

/* DRONE CONTACT */

.drone-contact-box {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(200, 169, 126, 0.13), rgba(255, 255, 255, 0.025) 42%, rgba(255, 255, 255, 0.01)),
    #1d1c1a;
  border-color: rgba(200, 169, 126, 0.18);
}

.drone-contact-copy {
  max-width: 680px;
}

.drone-contact-copy h2 {
  max-width: 12ch;
}

.drone-contact-copy p:not(.section-label) {
  max-width: 58ch;
  line-height: 1.75;
}

.drone-contact-email {
  display: inline-flex;
  margin-top: 18px;
  color: #c8a97e;
  font-weight: 700;
}

.drone-contact-box .contact-actions {
  align-content: center;
  justify-content: flex-end;
  max-width: 560px;
}

.contact-icon-btn {
  gap: 10px;
  white-space: nowrap;
}

.contact-icon-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-icon-btn[href*="wa.me"] svg {
  fill: currentColor;
  stroke: none;
}

/* TRADITIONAL DRONE PAGE */

.traditional-hero {
  position: relative;
  padding-top: 118px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 72% 20%, rgba(200, 169, 126, 0.12), transparent 30%),
    linear-gradient(180deg, #171715 0%, #151514 100%);
}

.traditional-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.traditional-hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  line-height: 0.98;
  font-weight: 400;
}

.traditional-hero-copy p:not(.section-label) {
  margin: 22px 0 0;
  max-width: 54ch;
  color: #dfddd8;
  font-size: 1.08rem;
  line-height: 1.72;
}

.traditional-hero-copy .hero-actions {
  margin-top: 28px;
}

.traditional-hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(200, 169, 126, 0.18);
  background: #1d1c1a;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.32);
}

.traditional-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: brightness(0.78) saturate(1.04);
  transform: scale(1.02);
}

.traditional-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.3)),
    linear-gradient(90deg, rgba(0,0,0,0.12), transparent 48%);
}

.traditional-hero-visual p {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  margin: 0;
  color: #f1eadf;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.traditional-frame {
  position: absolute;
  inset: 24px;
  z-index: 2;
  pointer-events: none;
}

.traditional-frame span {
  position: absolute;
  width: 52px;
  height: 52px;
  border-color: rgba(200, 169, 126, 0.62);
}

.traditional-frame span:nth-child(1) { top: 0; left: 0; border-top: 1px solid; border-left: 1px solid; }
.traditional-frame span:nth-child(2) { top: 0; right: 0; border-top: 1px solid; border-right: 1px solid; }
.traditional-frame span:nth-child(3) { bottom: 0; left: 0; border-bottom: 1px solid; border-left: 1px solid; }
.traditional-frame span:nth-child(4) { bottom: 0; right: 0; border-bottom: 1px solid; border-right: 1px solid; }

.traditional-intro {
  background:
    linear-gradient(180deg, rgba(200, 169, 126, 0.026), transparent 72%),
    #151514;
}

.traditional-intro-grid,
.traditional-use-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.traditional-intro-grid h2,
.traditional-use-copy h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  font-weight: 400;
}

.traditional-intro-copy {
  max-width: 620px;
}

.traditional-intro-copy p,
.traditional-use-copy p {
  margin: 0 0 16px;
  color: #dfddd8;
  font-size: 1.06rem;
  line-height: 1.72;
}

.traditional-intro-copy p:last-child,
.traditional-use-copy p:last-child {
  margin-bottom: 0;
}

.traditional-value {
  padding-top: 52px;
}

.traditional-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.traditional-value-card {
  min-height: 260px;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(200, 169, 126, 0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
    #1b1b1a;
}

.traditional-value-card span {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 70px;
  background: linear-gradient(to right, rgba(200,169,126,0.72), transparent 72%);
}

.traditional-value-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.traditional-value-card p {
  margin: 0;
  color: #d8d5cf;
  line-height: 1.68;
}

.traditional-use {
  background:
    radial-gradient(circle at 18% 50%, rgba(200, 169, 126, 0.075), transparent 32%),
    #151514;
}

.traditional-use-list {
  display: grid;
  gap: 12px;
}

.traditional-use-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: rgba(255,255,255,0.026);
  color: #f1eadf;
  font-size: 1.12rem;
  font-weight: 700;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.traditional-use-list a::after {
  content: "↗";
  color: rgba(200, 169, 126, 0.9);
}

.traditional-use-list a:hover {
  transform: translateX(4px);
  border-color: rgba(200, 169, 126, 0.34);
  background: rgba(200, 169, 126, 0.055);
}

/* RESPONSIVE DRONE */

@media (max-width: 1100px) {
  .fpv-flow { grid-template-columns: 1fr; }
  .fpv-reasons-redesign .fpv-reasons-head { grid-template-columns: 1fr; }
  .fpv-flow-main { min-height: 320px; }
  .traditional-value-grid { grid-template-columns: 1fr; }
  .traditional-value-card { min-height: 220px; }
  .traditional-value-card span { margin-bottom: 44px; }
  .mega-visor-lenses { min-height: 300px; }
  .mega-lens { max-width: 360px; }
}

@media (max-width: 900px) {
  .fpv-intro-grid,
  .fpv-vs-grid,
  .mega-visor-panel,
  .traditional-hero-grid,
  .traditional-intro-grid,
  .traditional-use-grid { grid-template-columns: 1fr; }
  .fpv-intro-grid {
    gap: 24px;
    padding-bottom: 30px;
  }
  .drone-contact-box .contact-actions {
    justify-content: flex-start;
    max-width: none;
  }
  .mega-visor-lenses { grid-template-columns: 1fr 28px 1fr; min-height: 240px; }
  .mega-visor-bridge { width: 28px; height: 76px; }
}

@media (max-width: 640px) {
  .fpv-visor-stage { padding-top: 96px; padding-bottom: 66px; }
  .fpv-visor-stage::after { height: 92px; }
  .fpv-stage-copy h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .traditional-hero { padding-top: 96px; padding-bottom: 48px; }
  .traditional-hero-copy h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .traditional-hero-visual { min-height: 360px; border-radius: 22px; }
  .traditional-hero-visual p { left: 20px; right: 20px; bottom: 20px; line-height: 1.45; }
  .traditional-frame { inset: 16px; }
  .traditional-intro-grid h2,
  .traditional-use-copy h2 { font-size: clamp(1.85rem, 9vw, 2.55rem); }
  .traditional-intro-copy p,
  .traditional-use-copy p { font-size: 1rem; line-height: 1.64; }
  .traditional-use-list a { font-size: 1rem; }
  .fpv-intro { padding-top: 52px; padding-bottom: 34px; }
  .fpv-reasons { padding-top: 34px; }
  .fpv-intro-grid h2 { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .fpv-intro-copy p,
  .fpv-reasons-intro { font-size: 1rem; line-height: 1.64; }
  .fpv-reasons-redesign .fpv-reasons-head h2 { max-width: 12ch; }
  .fpv-flow-main { min-height: 300px; border-radius: 22px; }
  .fpv-flow-steps { padding: 18px; border-radius: 22px; }
  .fpv-flow-steps::before { left: 30px; }
  .fpv-flow-step { padding: 20px 18px 20px 42px; }
  .fpv-flow-dot { left: 6px; }
  .drone-contact-copy h2 { max-width: 11ch; }
  .contact-icon-btn { white-space: normal; }
  .mega-visor-shell { padding: 14px 12px; border-radius: 24px; }
  .mega-visor-body { inset: 42px 10px 50px; border-radius: 52px 52px 40px 40px; }
  .mega-visor-lenses { grid-template-columns: 1fr 14px 1fr; min-height: 170px; padding-inline: 0; }
  .mega-visor-bridge { width: 14px; height: 48px; border-radius: 10px; }
  .mega-lens { border-width: 8px; }
  .mega-visor-enter { font-size: 0.6rem; padding: 0 12px; min-height: 34px; }
  .mega-mode { width: 100%; }
}
