/*
Theme Name: Divisek Systems
Description: Tema hijo de GeneratePress para la arquitectura híbrida WordPress + HTML/CSS de Divisek Systems.
Author: Divisek Systems
Template: generatepress
Version: 1.36.0
Text Domain: divisek-systems
*/

:root {
  --dv-bg: #06111f;
  --dv-bg-soft: #0a192b;
  --dv-panel: rgba(13, 31, 52, 0.72);
  --dv-line: rgba(145, 205, 255, 0.18);
  --dv-text: #f5f8fc;
  --dv-muted: #a8b7c9;
  --dv-cyan: #5de4ff;
  --dv-blue: #3d7cff;
  --dv-white: #ffffff;
  --dv-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  --dv-radius: 28px;
  --dv-container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.divisek-site {
  margin: 0;
  background: var(--dv-bg);
  color: var(--dv-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.divisek-site.admin-bar .dv-header { top: 32px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }

.dv-container { width: var(--dv-container); margin-inline: auto; }
.dv-site-main { overflow: hidden; }
.dv-section { position: relative; padding: 112px 0; }
.dv-section--tight { padding: 76px 0; }
.dv-section--light {
  background: #edf4fb;
  color: #071321;
}
.dv-section--grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(93,228,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93,228,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
}

.dv-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(5, 14, 26, .72);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.dv-header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.dv-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex: 0 0 auto;
  min-width: 0;
}
.dv-brand__logo {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 13px rgba(93,228,255,.22));
}
.dv-brand__text {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}
.dv-brand__title {
  display: block;
  color: #f4f8fc;
  font-size: .98rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.dv-brand__tag {
  display: block;
  color: #a8b7c9;
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.dv-nav { display: flex; align-items: center; gap: 24px; }
.dv-nav a {
  text-decoration: none;
  color: #d9e4ef;
  font-size: .94rem;
  font-weight: 650;
  transition: color .2s ease;
}
.dv-nav a:hover { color: var(--dv-cyan); }
.dv-nav .dv-nav__cta {
  border: 1px solid rgba(93,228,255,.45);
  border-radius: 999px;
  padding: 10px 17px;
  background: rgba(93,228,255,.07);
}
.dv-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.dv-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.dv-hero {
  min-height: 872px;
  padding: 182px 0 82px;
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 38%, rgba(44, 122, 255, .16), transparent 30%),
    radial-gradient(circle at 15% 22%, rgba(93, 228, 255, .08), transparent 26%),
    linear-gradient(145deg, #06111f 0%, #071727 53%, #04101e 100%);
}
.dv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .24;
  background-image:
    linear-gradient(rgba(93,228,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93,228,255,.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 55% 45%, black, transparent 78%);
}
.dv-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(480px, .96fr);
  align-items: center;
  gap: 56px;
}
.dv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--dv-cyan);
  font-size: .77rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.dv-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}
.dv-hero h1 {
  margin: 0;
  max-width: 740px;
  padding-right: .08em;
  font-size: clamp(3.25rem, 5.25vw, 5.9rem);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 760;
  overflow: visible;
}
.dv-gradient-text {
  display: inline-block;
  padding-right: .04em;
  background: linear-gradient(95deg, #ffffff 0%, #8ceaff 45%, #5d8fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.dv-hero__lead {
  max-width: 670px;
  margin: 30px 0 0;
  color: var(--dv-muted);
  font-size: clamp(1.06rem, 1.5vw, 1.28rem);
}
.dv-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.dv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 760;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.dv-button:hover { transform: translateY(-2px); }
.dv-button--primary {
  background: linear-gradient(120deg, var(--dv-cyan), #74a2ff);
  color: #04101e;
  box-shadow: 0 14px 40px rgba(61,124,255,.25);
}
.dv-button--ghost {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.035);
  color: white;
}
.dv-button--ghost:hover { border-color: rgba(93,228,255,.6); }
.dv-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 34px;
  margin-top: 52px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.dv-proof__item strong { display: block; font-size: 1.14rem; color: white; }
.dv-proof__item span { display: block; color: #8092a7; font-size: .82rem; }

.dv-hero-visual {
  position: relative;
  min-height: 600px;
  width: 100%;
  margin-right: 0;
  display: grid;
  place-items: center;
}
.dv-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93,228,255,.11) 0%, rgba(61,124,255,.06) 38%, transparent 72%);
  filter: blur(16px);
  pointer-events: none;
}
.dv-orbit {
  position: absolute;
  border: 1px solid rgba(93,228,255,.10);
  border-radius: 50%;
  animation: dv-spin 22s linear infinite;
}
.dv-orbit--one { width: 610px; height: 610px; }
.dv-orbit--two { width: 455px; height: 455px; animation-direction: reverse; animation-duration: 17s; }
.dv-orbit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: -5px;
  background: var(--dv-cyan);
  box-shadow: 0 0 14px rgba(93,228,255,.7);
}
@keyframes dv-spin { to { transform: rotate(360deg); } }
.dv-hero-card {
  width: min(590px, 100%);
  padding: 0;
  position: relative;
  z-index: 2;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.dv-hero-card::before {
  content: none;
}
.dv-hero-card img {
  width: 92%;
  max-width: 560px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  transform: translateX(2%) translateY(10px);
  filter:
    drop-shadow(0 34px 38px rgba(0,0,0,.34))
    drop-shadow(0 0 18px rgba(61,124,255,.10));
  mix-blend-mode: normal;
}
.dv-energy-ring {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 76px;
  width: 300px;
  height: 82px;
  transform: translateX(-50%);
  border: 1.5px solid rgba(93,228,255,.34);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(93,228,255,.18), inset 0 0 18px rgba(93,228,255,.08);
  opacity: .28;
}
.dv-float-label {
  position: absolute;
  min-width: 186px;
  max-width: 214px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 18px;
  background: rgba(6,17,31,.40);
  backdrop-filter: blur(7px);
  box-shadow: 0 7px 16px rgba(0,0,0,.08);
  font-size: .72rem;
  color: #93a5b8;
}
.dv-float-label strong { display: block; color: rgba(255,255,255,.96); font-size: .86rem; margin-bottom: 2px; }
.dv-float-label--power { z-index: 3; left: -48px; top: 228px; }
.dv-float-label--system { z-index: 3; right: 10px; bottom: 96px; }

.dv-section-heading { max-width: 780px; margin-bottom: 54px; }
.dv-section-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.dv-section-heading p { margin: 22px 0 0; color: var(--dv-muted); font-size: 1.12rem; }
.dv-section--light .dv-section-heading p { color: #53677b; }

.dv-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dv-capability {
  min-height: 330px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  border-radius: var(--dv-radius);
  border: 1px solid var(--dv-line);
  background: linear-gradient(150deg, rgba(17,41,67,.88), rgba(7,21,38,.74));
}
.dv-capability::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -86px;
  bottom: -92px;
  border: 1px solid rgba(93,228,255,.10);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(93,228,255,.035), 0 0 0 58px rgba(93,228,255,.02);
}
.dv-capability__number { color: var(--dv-cyan); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.dv-capability h3 { margin: 74px 0 16px; font-size: 1.45rem; line-height: 1.15; }
.dv-capability p { margin: 0; color: var(--dv-muted); }

.dv-product-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 78px;
  align-items: center;
}
.dv-product-visual {
  min-height: 560px;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(61,124,255,.22), transparent 42%),
    linear-gradient(145deg, #102842, #071522);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: var(--dv-shadow);
}
.dv-product-visual::before,
.dv-product-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(93,228,255,.10);
  border-radius: 50%;
}
.dv-product-visual::before { width: 410px; height: 410px; }
.dv-product-visual::after { width: 300px; height: 300px; }
.dv-product-visual img {
  width: min(430px, 78%);
  position: relative;
  z-index: 1;
  border-radius: 24px;
  filter: drop-shadow(0 35px 50px rgba(0,0,0,.42));
}
.dv-feature-list { display: grid; gap: 18px; margin-top: 36px; }
.dv-feature {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.dv-feature__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(93,228,255,.08);
  border: 1px solid rgba(93,228,255,.10);
  color: var(--dv-cyan);
  font-weight: 850;
}
.dv-feature h3 { margin: 0 0 5px; font-size: 1.08rem; }
.dv-feature p { margin: 0; color: var(--dv-muted); }

.dv-system {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.dv-system-card {
  min-height: 520px;
  padding: 38px;
  border-radius: 34px;
  background: white;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(3,19,35,.08);
}
.dv-system-card--image {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #e0e0e0;
  border: 0;
  box-shadow: none;
}
.dv-system-card--image img {
  display: block;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}
.dv-system-card__caption {
  flex: 0 0 auto;
  padding: 24px 32px 30px;
  border-top: 1px solid rgba(7,19,33,.14);
  background: transparent;
}
.dv-system-card__caption strong,
.dv-system-card__caption span { display:block; }
.dv-system-card__caption strong {
  color: #071321;
  font-size: 1.08rem;
  line-height: 1.25;
}
.dv-system-card__caption span {
  margin-top: 7px;
  color: #53677b;
  font-size: .88rem;
  line-height: 1.5;
}

.dv-system-card__tag {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0b5d70;
  background: #dff9ff;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dv-system-card h3 { margin: 32px 0 18px; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.02; letter-spacing: -.04em; }
.dv-system-card p { color: #526578; font-size: 1.05rem; }
.dv-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.dv-spec {
  padding: 18px;
  border-radius: 18px;
  background: #f3f7fb;
  border: 1px solid #e0e8f0;
}
.dv-spec strong { display: block; font-size: 1.45rem; color: #071321; }
.dv-spec span { font-size: .78rem; color: #627487; }

.dv-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  counter-reset: process;
}
.dv-process__step {
  counter-increment: process;
  padding: 28px 24px;
  border-left: 1px solid rgba(255,255,255,.15);
}
.dv-process__step::before {
  content: "0" counter(process);
  display: block;
  margin-bottom: 44px;
  color: var(--dv-cyan);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
}
.dv-process__step h3 { margin: 0 0 12px; font-size: 1.15rem; }
.dv-process__step p { margin: 0; color: var(--dv-muted); font-size: .94rem; }

.dv-section-heading--partners {
  max-width: 850px;
  margin-inline: auto;
  margin-bottom: 42px;
  text-align: center;
}
.dv-section-heading--partners .dv-eyebrow { justify-content: center; }
.dv-partners__intro {
  max-width: 680px;
  margin: 20px auto 0 !important;
  color: var(--dv-muted);
  font-size: 1.02rem !important;
}
.dv-partners {
  width: 100%;
}
.dv-partners--logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  padding: 26px 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f4f6f6 0%, #eaeeee 100%);
  box-shadow: 0 22px 54px rgba(0,0,0,.18);
}
.dv-partner-logo {
  min-width: 0;
  min-height: 118px;
  margin: 0;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-partner-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  opacity: .84;
  transition: opacity .25s ease, transform .25s ease;
}
.dv-partner-logo:hover img {
  opacity: 1;
  transform: translateY(-2px);
}
.dv-partners--fallback {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.dv-partner {
  padding: 14px 21px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.11);
  color: #c8d5e1;
  background: rgba(255,255,255,.025);
  font-size: .84rem;
  font-weight: 750;
}

.dv-contact-panel {
  padding: 58px;
  border-radius: 38px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: 58px;
  align-items: start;
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #113c67 0%, #0a2440 50%, #112e51 100%);
  border: 1px solid rgba(93,228,255,.10);
  box-shadow: var(--dv-shadow);
}
.dv-contact-panel::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -190px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 1px solid rgba(93,228,255,.2);
  box-shadow: 0 0 0 50px rgba(93,228,255,.035), 0 0 0 100px rgba(93,228,255,.02);
  pointer-events: none;
}
.dv-contact-panel > * { position: relative; z-index: 1; }
.dv-contact-copy { padding-top: 8px; }
.dv-contact-copy h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.04em; }
.dv-contact-copy > p:not(.dv-eyebrow) { margin: 20px 0 0; max-width: 620px; color: #b4c5d5; }
.dv-contact-email {
  display: inline-flex;
  margin-top: 30px;
  color: #d9f8ff;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid rgba(93,228,255,.35);
}
.dv-contact-email:hover { color: white; border-color: rgba(255,255,255,.7); }
.dv-contact-form-wrap {
  padding: 28px;
  border-radius: 28px;
  background: rgba(4,14,26,.55);
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(14px);
}
.dv-contact-form { display: grid; gap: 18px; }
.dv-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.dv-form-field { display: grid; gap: 8px; }
.dv-form-field > span { color: #d4e1ec; font-size: .78rem; font-weight: 700; }
.dv-form-field input,
.dv-form-field select,
.dv-form-field textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  outline: none;
  color: #f4f8fb;
  background: rgba(255,255,255,.065);
  box-shadow: none;
  font: inherit;
  font-size: .9rem;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
body.divisek-site .dv-contact-form .dv-form-field input,
body.divisek-site .dv-contact-form .dv-form-field select,
body.divisek-site .dv-contact-form .dv-form-field textarea {
  color: #f4f8fb !important;
  -webkit-text-fill-color: #f4f8fb;
  caret-color: #5de4ff;
}
body.divisek-site .dv-contact-form .dv-form-field select {
  color-scheme: light;
  appearance: auto;
}
body.divisek-site .dv-contact-form .dv-form-field select option,
body.divisek-site .dv-contact-form .dv-form-field select optgroup {
  color: #071321 !important;
  -webkit-text-fill-color: #071321;
  background: #ffffff !important;
}
body.divisek-site .dv-contact-form .dv-form-field select option:checked {
  color: #071321 !important;
  background: #eaf7fb !important;
}
body.divisek-site .dv-contact-form .dv-form-field input:-webkit-autofill,
body.divisek-site .dv-contact-form .dv-form-field input:-webkit-autofill:hover,
body.divisek-site .dv-contact-form .dv-form-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: #f4f8fb !important;
  caret-color: #5de4ff;
  box-shadow: 0 0 0 1000px #102236 inset !important;
  transition: background-color 9999s ease-out 0s;
}
.dv-form-field textarea { min-height: 132px; resize: vertical; }
.dv-form-field input::placeholder,
.dv-form-field textarea::placeholder { color: #7f93a7; }
.dv-form-field input:focus,
.dv-form-field select:focus,
.dv-form-field textarea:focus {
  border-color: rgba(93,228,255,.65);
  background: rgba(255,255,255,.09);
  box-shadow: 0 0 0 3px rgba(93,228,255,.10);
}
.dv-form-field--full { width: 100%; }
.dv-form-actions { display: flex; align-items: center; gap: 18px; margin-top: 2px; }
.dv-form-actions .dv-button { border: 0; cursor: pointer; }
.dv-form-actions p { margin: 0; color: #8196aa; font-size: .72rem; }
.dv-form-message {
  margin-bottom: 18px;
  padding: 13px 15px;
  border-radius: 13px;
  font-size: .84rem;
  line-height: 1.45;
}
.dv-form-message--success { color: #d8ffe8; background: rgba(51,191,114,.14); border: 1px solid rgba(95,232,156,.26); }
.dv-form-message--error { color: #ffe4e4; background: rgba(220,75,75,.14); border: 1px solid rgba(255,120,120,.24); }
.dv-form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.dv-footer {
  padding: 52px 0 30px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #040c16;
}
.dv-footer__top { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.dv-footer__brand { display: inline-flex; align-items: center; text-decoration: none; }
.dv-footer__wordmark { display: block; width: min(320px, 62vw); height: auto; }
.dv-footer__contact { color: #b2c0cf; text-decoration: none; }
.dv-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #708295;
  font-size: .78rem;
}

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  body.divisek-site.admin-bar .dv-header { top: 46px; }
  .dv-nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    padding: 24px 20px 28px;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(5,14,26,.97);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .dv-nav.is-open { display: flex; }
  .dv-menu-toggle { display: block; }
  .dv-hero { min-height: auto; padding-top: 160px; }
  .dv-hero__inner { grid-template-columns: 1fr; gap: 42px; }
  .dv-hero-visual { min-height: 590px; width: 100%; margin-right: 0; }
  .dv-hero-visual::before { width: 540px; height: 540px; }
  .dv-hero-card { width: min(600px, 100%); }
  .dv-float-label--power { left: -10px; top: 222px; }
  .dv-float-label--system { right: 4px; }
  .dv-capabilities { grid-template-columns: 1fr; }
  .dv-capability { min-height: 240px; }
  .dv-capability h3 { margin-top: 45px; }
  .dv-product-grid { grid-template-columns: 1fr; gap: 48px; }
  .dv-system { grid-template-columns: 1fr; }
  .dv-process { grid-template-columns: repeat(2, 1fr); }
  .dv-contact-panel { grid-template-columns: 1fr; padding: 44px; gap: 36px; }
}


@media (max-width: 900px) {
  .dv-partners--logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px 24px;
    border-radius: 30px;
  }
  .dv-partner-logo { min-height: 106px; padding: 18px 20px; }
  .dv-partner-logo img { max-height: 64px; }
}

@media (max-width: 640px) {
  :root { --dv-container: min(100% - 26px, 1180px); --dv-radius: 22px; }
  .dv-header__inner { min-height: 68px; }
  .dv-section { padding: 78px 0; }
  .dv-section-heading--partners { margin-bottom: 30px; }
  .dv-partners--logos { padding: 14px 12px; border-radius: 24px; }
  .dv-partner-logo { min-height: 86px; padding: 12px 14px; }
  .dv-partner-logo img { max-height: 50px; }
  .dv-hero { padding: 138px 0 70px; }
  .dv-hero h1 { font-size: clamp(3.05rem, 15vw, 4.7rem); }
  .dv-hero__lead { font-size: 1rem; }
  .dv-actions { flex-direction: column; }
  .dv-button { width: 100%; }
  .dv-hero__proof { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .dv-hero-visual { min-height: 480px; width: calc(100% + 30px); margin-left: -15px; }
  .dv-hero-visual::before { width: 430px; height: 430px; }
  .dv-orbit--one { width: 430px; height: 430px; }
  .dv-orbit--two { width: 320px; height: 320px; }
  .dv-hero-card { width: 100%; padding: 0; border-radius: 0; }
  .dv-hero-card::before { top: 22px; right: 18px; }
  .dv-hero-card img { width: 100%; max-width: 520px; transform: translateX(0) translateY(16px); }
  .dv-energy-ring { width: 240px; height: 68px; bottom: 54px; }
  .dv-float-label { display: none; }
  .dv-product-visual { min-height: 400px; }
  .dv-system-card { min-height: 430px; padding: 28px; }
  .dv-system-card--image { padding: 0; }
  .dv-system-card__caption { padding: 20px 24px 24px; }
  .dv-specs { grid-template-columns: 1fr; }
  .dv-process { grid-template-columns: 1fr; }
  .dv-process__step { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .dv-process__step::before { margin-bottom: 20px; }
  .dv-contact-panel { padding: 34px 24px; border-radius: 26px; }
  .dv-contact-form-wrap { padding: 22px 18px; border-radius: 22px; }
  .dv-form-grid { grid-template-columns: 1fr; }
  .dv-form-actions { align-items: stretch; flex-direction: column; }
  .dv-form-actions .dv-button { width: 100%; }
  .dv-footer__top, .dv-footer__bottom { flex-direction: column; align-items: flex-start; }
}


@media (max-width: 640px) {
  .dv-brand { gap: 10px; }
  .dv-brand__text { display: none; }
  .dv-brand__logo { width: 42px; height: 42px; }
}


/* v1.11 hero refinements */
@media (max-width: 1024px) {
  .dv-float-label--power { left: -4px; top: 204px; }
}


@media (max-width: 1180px) {
  .dv-header__inner { gap: 22px; }
  .dv-brand__title { font-size: .92rem; letter-spacing: .16em; }
  .dv-brand__tag { font-size: .54rem; letter-spacing: .20em; }
  .dv-nav { gap: 20px; }
  .dv-hero { padding-top: 194px; }
}


/* v1.14 — FPV and compact UAV solutions */
.dv-section--compact {
  background:
    radial-gradient(circle at 18% 46%, rgba(93,228,255,.09), transparent 28%),
    linear-gradient(180deg, #071625 0%, #06111f 100%);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.dv-section-heading--compact { margin-bottom: 28px; }

.dv-product-visual--compact {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  position: relative;
  padding: 42px 42px 30px;
  border-radius: 36px;
  background: #e0e0e0;
  box-shadow: 0 24px 54px rgba(0,0,0,.18);
  overflow: hidden;
}
.dv-product-visual--compact::before,
.dv-product-visual--compact::after,
.dv-product-visual__glow {
  content: none;
  display: none;
}

/* compact top callout removed in v1.32 */
.dv-product-visual--compact img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(390px, 92%);
  height: auto;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  filter: none;
  transform: none;
}
.dv-product-stat {
  position: static;
  z-index: 1;
  width: 100%;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid rgba(7,19,33,.14);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
.dv-product-stat strong,
.dv-product-stat span { display: block; }
.dv-product-stat strong {
  color: #071321;
  font-size: 1.08rem;
  line-height: 1.25;
}
.dv-product-stat span {
  margin-top: 7px;
  color: #53677b;
  font-size: .88rem;
  line-height: 1.5;
}
.dv-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 32px;
}
.dv-product-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(93,228,255,.20);
  background: rgba(93,228,255,.055);
  color: #bceffa;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.dv-feature-list--compact .dv-feature {
  padding-block: 19px;
}

@media (max-width: 1024px) {
  .dv-product-visual--compact { padding: 36px 36px 28px; border-radius: 32px; }
  
/* compact top callout removed in v1.32 */
.dv-product-visual--compact img { width: min(360px, 90%); }
}
@media (max-width: 700px) {
  .dv-product-visual--compact { padding: 28px 24px 24px; border-radius: 28px; gap: 22px; }
  
/* compact top callout removed in v1.32 */
.dv-product-visual--compact img { width: min(320px, 94%); }
  .dv-product-stat { padding-top: 20px; }
}


/* v1.18 compact module cleanup */
.dv-product-visual--compact img[src$=".jpg"],
.dv-product-visual--compact img[src$=".jpeg"] {
  mix-blend-mode: normal;
}


/* v1.22 simplified compact-module card */


/* v1.23 single-card compact module */


/* v1.24: completed editable Home sections */


/* v1.25 — single-surface engineering image card */


/* v1.29 keep scalable-power callout in original position, but lighter and more transparent */


/* v1.30 FPV base callout */


/* v1.31 engineering image callout */


/* v1.32: remove top FPV callouts and use bottom caption style */


/* v1.34 contact form */


/* v1.35 contact field text and native select option visibility */


/* v1.36 customers and partners logo strip */
