
/* Iconos globales SVG y .ic - dimensiones compactas y elegantes */
.ic, svg.ic, svg[class*="ic"] {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  display: inline-block !important;
  vertical-align: -0.15em !important;
  fill: currentColor !important;
  flex-shrink: 0 !important;
}

.topbar .ic, .topbar svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  vertical-align: -0.12em !important;
}

.btn .ic {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  margin-right: 0.35rem;
}

.service-link .ic {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}

.contact-list .ic {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
}

.menu-btn svg, .menu-btn .ic {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
}

/* ============================================================
   CARPINTERÍA DE ALUMINIO BARCELONA — DJI OSMO ACTION 4 THEME
   Estética cinemática oscura, ultra-visual, ingeniería de precisión.
   ============================================================ */
:root {
  /* Lienzo y Superficies Oscuras */
  --bg: #050608;
  --bg-soft: #0b0d12;
  --bg-surface: #10141c;
  --bg-surface-elevated: #161b26;
  --bg-glass: rgba(16, 20, 28, 0.75);
  --bg-glass-card: rgba(22, 27, 38, 0.65);
  
  /* Tipografía y Contraste */
  --ink: #f8fafc;
  --ink-soft: #cbd5e1;
  --muted: #6b778c;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --line-cyan: rgba(0, 240, 255, 0.35);
  
  /* Acentos Tecnológicos DJI */
  --cyan: #00f0ff;
  --cyan-bright: #38f8ff;
  --cyan-glow: rgba(0, 240, 255, 0.28);
  --dji-orange: #ff6a00;
  --dji-orange-hover: #ff7d1a;
  --dji-orange-glow: rgba(255, 106, 0, 0.32);
  
  /* Metálicos Titanio / Aluminio */
  --aluminum: #e2e8f0;
  --aluminum-dark: #334155;
  --titanium-gradient: linear-gradient(180deg, #ffffff 0%, #cbd5e1 45%, #64748b 100%);
  --metal-card: linear-gradient(145deg, rgba(28, 34, 48, 0.8) 0%, rgba(12, 15, 22, 0.9) 100%);
  
  /* Estados */
  --ok: #10b981;
  --danger: #ef4444;
  --bronze: #ff6a00;
  --bronze-dark: #e05300;
  --cobalt: #00f0ff;
  --graphite: #0b0d12;
  --graphite-2: #10141c;
  --on-dark: #f8fafc;
  
  /* Geometría y Sombras */
  --radius: 18px;
  --radius-sm: 10px;
  --radius-lg: 26px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.65);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.85);
  --shadow-cyan: 0 0 40px rgba(0, 240, 255, 0.16);
  --shadow-orange: 0 0 35px rgba(255, 106, 0, 0.25);
  
  /* Tipografías */
  --font-display: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  
  --container: 1240px;
  --space-section: clamp(4.5rem, 8vw, 7.5rem);
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background-color: var(--bg);
  color-scheme: dark;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-soft);
  line-height: 1.65;
  background-color: var(--bg);
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection {
  background: var(--cyan);
  color: #050608;
}

img, video {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: var(--cyan);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: var(--cyan-bright);
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.12;
  margin: 0 0 0.5em;
  color: var(--ink);
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  font-weight: 750;
  letter-spacing: -0.025em;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 650;
}

p {
  margin: 0 0 1.2em;
}

ul, ol {
  margin: 0 0 1.2em;
  padding-left: 1.4em;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 6px;
}

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.2rem, 4vw, 2.4rem);
}

.section {
  padding-block: var(--space-section);
  position: relative;
}

.section--soft {
  background-color: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section--dark {
  background-color: var(--bg);
  color: var(--ink-soft);
}

.section--narrow {
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

/* Grids */
.grid {
  display: grid;
  gap: 1.5rem;
}
.grid--2, .grid--3, .grid--4 {
  grid-template-columns: 1fr;
}
@media(min-width: 640px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
}
@media(min-width: 992px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media(min-width: 992px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split.two-thirds { grid-template-columns: 1.2fr 1fr; }
}

/* Botones DJI Style */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.96rem;
  line-height: 1;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.btn--primary {
  background: linear-gradient(135deg, var(--dji-orange) 0%, #e05300 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px var(--dji-orange-glow);
}

.btn--primary:hover {
  background: linear-gradient(135deg, var(--dji-orange-hover) 0%, var(--dji-orange) 100%);
  box-shadow: 0 6px 28px rgba(255, 106, 0, 0.45);
  color: #ffffff;
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  border-color: var(--line-strong);
  backdrop-filter: blur(12px);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--cyan);
  color: var(--cyan);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.15);
}

.btn--light {
  background: #ffffff;
  color: #050608;
  border-color: #ffffff;
}

.btn--light:hover {
  background: #e2e8f0;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
}

.btn--ghost-light {
  background: rgba(16, 20, 28, 0.6);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(16px);
}

.btn--ghost-light:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  background: rgba(0, 240, 255, 0.08);
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.2);
}

.btn--call {
  background: var(--bg-surface-elevated);
  color: #ffffff;
  border-color: var(--line-strong);
}

.btn--call:hover {
  background: #1c2230;
  border-color: var(--cyan);
  color: var(--cyan);
}

.btn .ic {
  width: 18px;
  height: 18px;
  flex: none;
}

.btn--block {
  width: 100%;
}

.btn + .btn {
  margin-top: 0.8rem;
}

@media(min-width: 480px) {
  .btn + .btn {
    margin-top: 0;
    margin-left: 0.8rem;
  }
  .btn--block + .btn--block {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}

/* ============================================================
   CABECERA Y NAVEGACIÓN — DJI GLASS HUD
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(5, 6, 8, 0.85);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border-bottom: 1px solid var(--line);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.topbar {
  background: #000000;
  color: var(--muted);
  font-size: 0.78rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}

.topbar__inner {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  padding-block: 0.45rem;
  flex-wrap: wrap;
}

.topbar__claim {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink-soft);
}

.topbar__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
  animation: dji-pulse 2s infinite ease-in-out;
}

@keyframes dji-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.topbar .topbar__right {
  margin-left: auto;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.topbar .topbar__right a {
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.topbar .topbar__right a:hover {
  color: var(--cyan);
}

.topbar__phone {
  color: var(--ink) !important;
  font-weight: 600;
}

.topbar__sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.12);
}

/* Navwrap */
.navwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.8rem;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: #ffffff;
}

.brand:hover {
  text-decoration: none;
}

.brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-strong);
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.brand__logo img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand__name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand__name small {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  font-family: var(--font-mono);
}

/* Enlaces del menú */
.nav {
  display: none;
  align-items: center;
  gap: 0.4rem;
}

@media(min-width: 1040px) {
  .nav { display: flex; }
}

.nav__link {
  font-size: 0.92rem;
  font-weight: 550;
  color: var(--ink-soft);
  padding: 0.55rem 0.9rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
}

.nav__link:hover, .nav__link[aria-current="page"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.nav__link[aria-current="page"] {
  color: var(--cyan);
}

.nav__link[aria-current="page"]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
  border-radius: 2px;
}

.nav__group {
  position: relative;
}

.nav__group:hover .nav__dropdown,
.nav__group:focus-within .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 230px;
  background: rgba(14, 18, 25, 0.96);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 0.6rem;
  box-shadow: var(--shadow-lg), 0 0 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 100;
}

.nav__dropdown .nav__link {
  font-size: 0.88rem;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  display: block;
}

.nav__dropdown .nav__link:hover {
  background: rgba(0, 240, 255, 0.08);
  color: var(--cyan);
  padding-left: 1.1rem;
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-phone {
  display: none;
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-soft);
  align-items: center;
  gap: 0.4rem;
}

@media(min-width: 1200px) {
  .header-phone { display: inline-flex; }
}

.header-phone:hover {
  color: var(--cyan);
}

.nav__cta {
  padding: 0.65rem 1.25rem;
  font-size: 0.88rem;
  min-height: 40px;
}

.menu-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-strong);
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

@media(min-width: 1040px) {
  .menu-btn { display: none; }
}

.menu-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--cyan);
}

/* Menú móvil */
.mobile-menu {
  display: none;
  background: rgba(8, 10, 14, 0.98);
  backdrop-filter: blur(28px);
  border-top: 1px solid var(--line);
  padding-block: 1.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: var(--shadow-lg);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.mobile-menu.is-open,
.mobile-menu.open {
  display: block !important;
}

.mobile-menu .container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mobile-menu a {
  color: var(--ink-soft);
  font-size: 1.05rem;
  font-weight: 600;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
}

.mobile-menu a:hover {
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.05);
}

.mobile-menu .nav__actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

/* ============================================================
   HERO CINEMATOGRÁFICO ESTILO DJI OSMO ACTION 4
   ============================================================ */
.hero {
  position: relative;
  min-height: clamp(620px, 92vh, 920px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #030406;
  border-bottom: 1px solid var(--line);
}

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

.hero__media video, .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1) contrast(1.08) saturate(1.2);
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: 
    linear-gradient(180deg, rgba(5, 6, 8, 0.45) 0%, rgba(5, 6, 8, 0) 30%, rgba(5, 6, 8, 0.15) 60%, #050608 100%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 3;
  padding-block: clamp(4rem, 10vw, 7rem);
  max-width: 900px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.28);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.12);
}

.hero h1 {
  color: #ffffff;
  margin-bottom: 1.2rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
}

.hero__lead {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.55;
  color: #cbd5e1;
  max-width: 65ch;
  margin-bottom: 2rem;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9);
}

.hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.8rem;
}

.hero__meta {
  display: flex;
  gap: 1.5rem 2.2rem;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--ink-soft);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.4rem;
}

.hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero__meta .ic {
  color: var(--cyan);
  width: 16px;
  height: 16px;
}

/* ============================================================
   HUD DE ESPECIFICACIONES TÉCNICAS (DJI METRIC BAR)
   ============================================================ */
.spec-hud {
  position: relative;
  z-index: 10;
  margin-top: -3.5rem;
  margin-bottom: 3.5rem;
}

.spec-hud__inner {
  background: rgba(14, 18, 26, 0.85);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg), var(--shadow-cyan);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

@media(min-width: 860px) {
  .spec-hud__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

.spec-hud__item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  border-left: 2px solid rgba(0, 240, 255, 0.35);
  padding-left: 1.1rem;
}

.spec-hud__val {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

.spec-hud__val small {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cyan);
}

.spec-hud__label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
}

.spec-hud__sub {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.35;
}

/* ============================================================
   BENTO GRID MODULAR (DJI PRODUCT SHOWCASE)
   ============================================================ */
.bento-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 2.5rem;
}

@media(min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

.bento-card {
  position: relative;
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.bento-card:hover {
  border-color: var(--line-cyan);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg), 0 0 35px rgba(0, 240, 255, 0.12);
  text-decoration: none;
}

.bento-card--col-8 {
  grid-column: span 12;
}

.bento-card--col-4 {
  grid-column: span 12;
}

.bento-card--col-6 {
  grid-column: span 12;
}

@media(min-width: 768px) {
  .bento-card--col-8 { grid-column: span 8; }
  .bento-card--col-4 { grid-column: span 4; }
  .bento-card--col-6 { grid-column: span 6; }
}

.bento-card__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.bento-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(1) contrast(1.06) saturate(1.25);
}

.bento-card:hover .bento-card__media img {
  transform: scale(1.06);
  filter: brightness(1.05) contrast(1.1) saturate(1.3);
}

.bento-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0) 0%, rgba(5, 6, 8, 0.1) 40%, rgba(5, 6, 8, 0.82) 100%);
  pointer-events: none;
}

.bento-card__content {
  position: relative;
  z-index: 3;
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.bento-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 0.6rem;
}

.bento-card h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.bento-card p {
  font-size: 0.94rem;
  color: #cbd5e1;
  max-width: 44ch;
  margin-bottom: 1.2rem;
}

.bento-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--cyan);
}

.bento-card:hover .bento-card__link {
  color: #ffffff;
  gap: 0.65rem;
}

/* ============================================================
   DESPIECE TÉCNICO INTERACTIVO (DJI HARDWARE BREAKDOWN)
   ============================================================ */
.tech-breakdown {
  background: #020304;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  margin-block: 2rem;
}

.tech-breakdown::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.tech-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media(min-width: 992px) {
  .tech-grid {
    grid-template-columns: 1.15fr 1fr;
  }
}

.tech-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 240, 255, 0.1);
  background: #000000;
}

.tech-media img {
  width: 100%;
  aspect-ratio: 1024 / 792;
  object-fit: cover;
}

.tech-spec-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.tech-spec-item {
  background: rgba(16, 21, 30, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.1rem 1.3rem;
  transition: all 0.25s ease;
  position: relative;
}

.tech-spec-item:hover, .tech-spec-item.is-active {
  background: rgba(22, 28, 40, 0.9);
  border-color: var(--line-cyan);
  transform: translateX(4px);
  box-shadow: 0 4px 25px rgba(0, 240, 255, 0.1);
}

.tech-spec-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-weight: 650;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.tech-spec-item__num {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--cyan);
}

.tech-spec-item p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ============================================================
   PROCESO DE TRABAJO (TIMELINE TIPO MISSION FLOW)
   ============================================================ */
.steps {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
}

@media(min-width: 640px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media(min-width: 1024px) {
  .steps { grid-template-columns: repeat(5, 1fr); }
}

.step {
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.5rem 1.2rem;
  transition: all 0.25s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.step:hover {
  border-color: var(--line-cyan);
  background: var(--bg-surface-elevated);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.step__num {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.step__num::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(0, 240, 255, 0.2);
}

.step h3 {
  font-size: 1.12rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0;
}

/* ============================================================
   CARRUSEL DE PROYECTOS PANORÁMICO (DJI CINEMA SLIDER)
   ============================================================ */
.home-projects {
  background: #030406;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-projects__heading {
  max-width: 780px;
  margin-bottom: 2.5rem;
}

.project-carousel .carousel__viewport {
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  border: 1px solid var(--line-strong);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.project-carousel .carousel__track {
  gap: 0;
  display: flex;
}

.project-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-surface);
  overflow: hidden;
}

@media(min-width: 880px) {
  .project-slide {
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
    min-height: 520px;
  }
}

.project-slide__media {
  background: #000000;
  overflow: hidden;
  position: relative;
  min-height: 320px;
}

.project-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-slide:hover .project-slide__media img {
  transform: scale(1.04);
}

.project-slide__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  background: linear-gradient(145deg, #131722 0%, #0c0f16 100%);
  border-left: 1px solid var(--line);
}

.project-slide__number {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  color: var(--cyan);
  margin-bottom: 1rem;
}

.project-slide__content .eyebrow {
  color: var(--dji-orange);
  margin-bottom: 0.8rem;
}

.project-slide__content h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  color: #ffffff;
  margin-bottom: 1rem;
}

.project-slide__content p {
  color: var(--ink-soft);
  margin-bottom: 1.8rem;
  line-height: 1.6;
}

.carousel {
  position: relative;
}

.carousel__viewport {
  overflow: hidden;
}

.carousel__track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.carousel__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.carousel__arrow {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-strong);
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.carousel__arrow:hover {
  background: var(--cyan);
  color: #050608;
  border-color: var(--cyan);
  box-shadow: 0 0 20px var(--cyan);
}

.carousel__dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.carousel__dot {
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.carousel__dot.is-active {
  width: 42px;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}

/* ============================================================
   TESTIMONIOS GOOGLE MAPS — TARJETAS OSCURAS DE PRECISIÓN
   ============================================================ */
.reviews-section {
  background-color: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reviews-heading {
  margin-bottom: 2.5rem;
}

.review-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-strong);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-top: 0.8rem;
  font-size: 0.9rem;
}

.review-stars {
  color: #f59e0b;
  letter-spacing: 2px;
}

.reviews-carousel {
  --carousel-visible: 1;
}

@media(min-width: 640px) {
  .reviews-carousel { --carousel-visible: 2; }
}

@media(min-width: 1040px) {
  .reviews-carousel { --carousel-visible: 3; }
}

.reviews-carousel .carousel__track {
  gap: 1.5rem;
}

.reviews-carousel .carousel__slide {
  flex: 0 0 calc((100% - (var(--carousel-visible) - 1) * 1.5rem) / var(--carousel-visible));
  width: calc((100% - (var(--carousel-visible) - 1) * 1.5rem) / var(--carousel-visible));
}

.testimonial {
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  box-shadow: var(--shadow);
  transition: all 0.25s ease;
}

.testimonial:hover {
  border-color: var(--line-cyan);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg), 0 0 25px rgba(0, 240, 255, 0.1);
}

.testimonial__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.testimonial__author {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.05rem;
}

.testimonial__service {
  font-size: 0.8rem;
  color: var(--cyan);
  font-family: var(--font-mono);
}

.testimonial__quote {
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
  font-style: italic;
}

.testimonial__meta {
  font-size: 0.78rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
  font-family: var(--font-mono);
}

.reviews-link {
  text-align: center;
  margin-top: 2rem;
}

/* ============================================================
   FORMULARIO DE CONTROL COCKPIT (PRESUPUESTO)
   ============================================================ */
.form-card {
  background: rgba(16, 21, 30, 0.85);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: clamp(1.8rem, 4vw, 2.8rem);
  box-shadow: var(--shadow-lg), var(--shadow-cyan);
}

.form-grid {
  display: grid;
  gap: 1.2rem;
}

@media(min-width: 680px) {
  .form-grid { grid-template-columns: 1fr 1fr; }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.field label .req {
  color: var(--dji-orange);
}

.field input, .field select, .field textarea {
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(8, 10, 15, 0.8);
  color: #ffffff;
  transition: all 0.2s ease;
}

.field input::placeholder, .field textarea::placeholder {
  color: var(--muted);
}

.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0, 240, 255, 0.2), 0 0 15px rgba(0, 240, 255, 0.25);
  background: #0e121a;
}

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

.field select option {
  background-color: #0e121a;
  color: #ffffff;
}

.consent {
  font-size: 0.82rem;
  color: var(--muted);
  grid-column: 1 / -1;
  line-height: 1.5;
}

.consent a {
  color: var(--cyan);
}

.form-note {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.8rem;
  grid-column: 1 / -1;
}

.form-success {
  display: none;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid var(--ok);
  color: #ffffff;
  border-radius: var(--radius-sm);
  padding: 1.2rem;
  margin-top: 1.2rem;
}

.form-success.show { display: block; }

.form-error {
  display: none;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid var(--danger);
  color: #ffffff;
  border-radius: var(--radius-sm);
  padding: 1.2rem;
  margin-top: 1.2rem;
}

.form-error.show { display: block; }

.form-fallback {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  border-radius: var(--radius-sm);
  padding: 1.2rem;
  margin-top: 1.2rem;
}

.form-fallback[hidden] { display: none; }

/* ============================================================
   BANDA CTA Y CONTACTO
   ============================================================ */
.cta-band {
  background: linear-gradient(135deg, #0e121a 0%, #151a26 50%, #0a0d13 100%);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 6vw, 4.5rem);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.cta-band::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.cta-band h2 {
  color: #ffffff;
  max-width: 24ch;
}

.cta-band p {
  color: var(--ink-soft);
  max-width: 54ch;
}

.cta-band__actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

/* ============================================================
   TARJETAS DE ICONOS Y SERVICIOS
   ============================================================ */
.icon-card {
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.icon-card:hover {
  background: var(--bg-surface-elevated);
  border-color: var(--line-cyan);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg), 0 0 25px rgba(0, 240, 255, 0.12);
  text-decoration: none;
}

.icon-card .ic {
  width: 36px;
  height: 36px;
  color: var(--cyan);
  margin-bottom: 1.2rem;
}

.icon-card h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.icon-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 1.2rem;
  flex: 1;
}

.icon-card strong {
  font-size: 0.9rem;
  color: var(--cyan);
}

/* ============================================================
   FAQS Y ACORDEONES
   ============================================================ */
.faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.faq__item {
  background: var(--bg-surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.2rem 1.5rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.faq__item[open] {
  border-color: var(--line-cyan);
  background: var(--bg-surface-elevated);
}

.faq__item summary {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 650;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 1.3rem;
  color: var(--cyan);
  transition: transform 0.2s ease;
}

.faq__item[open] summary::after {
  transform: rotate(45deg);
  color: var(--dji-orange);
}

.faq__item p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* ============================================================
   PIE DE PÁGINA INDUSTRIAL — DJI AESTHETIC
   ============================================================ */
.site-footer {
  background: #020304;
  color: var(--muted);
  border-top: 1px solid var(--line-strong);
  margin-top: auto;
}

.site-footer a {
  color: var(--muted);
}

.site-footer a:hover {
  color: var(--cyan);
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-block: clamp(3rem, 7vw, 5rem);
}

.footer-col h3 {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-mono);
  margin-bottom: 1.2rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-col li a {
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-block: 1.4rem;
  font-size: 0.82rem;
  font-family: var(--font-mono);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom a {
  color: var(--muted);
}

.footer-bottom nav {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

@media(min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-about {
    grid-column: 1 / -1;
  }
}

@media(min-width: 1040px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
  .footer-about {
    grid-column: auto;
  }
}

/* ============================================================
   BARRA MÓVIL INFERIOR DE CONVERSIÓN
   ============================================================ */
.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(8, 10, 15, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--line-strong);
  display: none;
  padding: 6px;
  gap: 8px;
}

.mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.92rem;
  border-radius: 999px;
}

.mobile-cta .call {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid var(--line-strong);
}

.mobile-cta .quote {
  background: linear-gradient(135deg, var(--dji-orange) 0%, #e05300 100%);
  color: #ffffff;
  box-shadow: 0 0 15px var(--dji-orange-glow);
}

.mobile-cta .ic {
  width: 18px;
  height: 18px;
}

@media(max-width: 639px) {
  .mobile-cta { display: grid; }
  body { padding-bottom: 64px; }
}

/* ============================================================
   UTILIDADES TIPOGRÁFICAS Y COMPONENTES MENORES
   ============================================================ */
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 0.8rem;
  font-family: var(--font-mono);
}

.lead {
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  color: var(--ink-soft);
  max-width: 62ch;
  line-height: 1.6;
}

.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 1rem; }

.two-col-list {
  columns: 1;
  column-gap: 2.5rem;
  list-style: none;
  padding: 0;
}

@media(min-width: 640px) {
  .two-col-list { columns: 2; }
}

.two-col-list li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.65rem;
  color: var(--ink-soft);
}

.two-col-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-size: 0.65rem;
  top: 0.35em;
}

.stack > * + * { margin-top: 1rem; }

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.chip {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.84rem;
  color: var(--ink-soft);
  font-family: var(--font-mono);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-family: var(--font-mono);
  color: var(--muted);
  margin-bottom: 1.5rem;
}

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

.breadcrumb a:hover {
  color: var(--cyan);
}

.breadcrumb__sep {
  color: var(--line-strong);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 2rem;
  background: var(--bg-surface);
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
}

.spec-table th, .spec-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}

.spec-table th {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-weight: 650;
  font-family: var(--font-mono);
  font-size: 0.84rem;
  text-transform: uppercase;
}

.spec-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

.spec-table td strong {
  color: #ffffff;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.2rem;
}

.contact-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-list .ic {
  width: 22px;
  height: 22px;
  color: var(--cyan);
  flex: none;
  margin-top: 0.15rem;
}

.contact-list strong {
  display: block;
  font-size: 0.98rem;
  color: #ffffff;
}

.contact-list span {
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-map iframe {
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-lg);
  filter: invert(90%) hue-rotate(180deg) contrast(1.1);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 200;
  background: var(--cyan);
  color: #050608;
  padding: 0.8rem 1.2rem;
  border-radius: 0 0 8px 0;
  font-weight: 700;
}

.skip-link:focus {
  left: 0;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

@media print {
  .site-header, .site-footer, .mobile-cta, .hero__media { display: none !important; }
  body { background: #fff; color: #000; }
}

/* Imáganes y vídeos a pleno color, hiper-vibrantes y luminosos estilo DJI */
.hero__media video, .hero__media img {
  filter: brightness(1) contrast(1.08) saturate(1.22) !important;
}
.bento-card__media img {
  filter: brightness(1) contrast(1.06) saturate(1.25) !important;
}
.project-slide__media img {
  filter: brightness(1) contrast(1.06) saturate(1.2) !important;
}
.gallery-grid img, .gallery-card img, .card__media img {
  filter: brightness(1) contrast(1.05) saturate(1.2) !important;
}
.tech-media img {
  filter: brightness(1.04) contrast(1.1) saturate(1.25) !important;
}
.hero h1, .hero__lead, .bento-card h3, .bento-card p {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.95), 0 1px 4px rgba(0, 0, 0, 0.8) !important;
}

/* ============================================================
   DJI OSMO ACTION 4 — ULTRA-IMPACT VISUAL EFFECTS & TELEMETRY
   ============================================================ */

/* Fondo con rejilla técnica aeroespacial */
body {
  background-color: #050608;
  background-image: 
    radial-gradient(rgba(0, 240, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 36px 36px, 72px 72px, 72px 72px;
}

/* Telemetría y marco de cámara DJI en el Hero */
.hero__telemetry {
  position: absolute;
  inset: 20px;
  pointer-events: none;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.08em;
}

@media(max-width: 768px) {
  .hero__telemetry { display: none; }
}

.telemetry-top, .telemetry-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.telemetry-rec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 50, 50, 0.4);
  color: #ff3344;
  font-weight: 700;
}

.telemetry-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3344;
  box-shadow: 0 0 10px #ff3344;
  animation: dji-blink 1s infinite;
}

@keyframes dji-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.2; transform: scale(0.8); }
}

.telemetry-specs {
  display: inline-flex;
  gap: 14px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 240, 255, 0.3);
  color: var(--cyan);
}

.telemetry-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  pointer-events: none;
  opacity: 0.35;
}

.telemetry-center::before, .telemetry-center::after {
  content: "";
  position: absolute;
  background: #ffffff;
}
.telemetry-center::before { top: 24px; left: 0; right: 0; height: 2px; }
.telemetry-center::after { left: 24px; top: 0; bottom: 0; width: 2px; }

.telemetry-timecode {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.telemetry-audio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.audio-bars-hud {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
}

.audio-bar-hud {
  width: 2px;
  height: 4px;
  background: var(--cyan);
  border-radius: 1px;
  animation: audioBounce 1.2s infinite ease-in-out;
}
.audio-bar-hud:nth-child(2) { animation-delay: 0.2s; }
.audio-bar-hud:nth-child(3) { animation-delay: 0.4s; }
.audio-bar-hud:nth-child(4) { animation-delay: 0.1s; }
.audio-bar-hud:nth-child(5) { animation-delay: 0.3s; }

@keyframes audioBounce {
  0%, 100% { height: 3px; }
  50% { height: 12px; background: #00ff88; }
}

/* Efecto láser que escanea el despiece técnico */
.tech-media {
  position: relative;
  overflow: hidden;
}

.tech-media .laser-scanner {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--cyan) 50%, transparent 100%);
  box-shadow: 0 0 18px var(--cyan), 0 0 35px var(--cyan);
  z-index: 5;
  pointer-events: none;
  animation: scanLaser 4.5s infinite ease-in-out;
}

@keyframes scanLaser {
  0% { top: 0%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

/* Spotlight dinámico sobre tarjetas Bento */
.bento-card {
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 240, 255, 0.14), transparent 45%), var(--bg-surface) !important;
  position: relative;
}

.bento-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 240, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.bento-card:hover::before {
  opacity: 1;
}

/* SIMULADOR DE RENDIMIENTO ACÚSTICO Y TÉRMICO INTERACTIVO (DJI TECH DEMO) */
.acoustic-sim {
  background: linear-gradient(145deg, #090c13 0%, #030508 100%);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(0, 240, 255, 0.08);
  margin-block: 3.5rem;
  position: relative;
  overflow: hidden;
}

.acoustic-sim::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.sim-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.sim-switcher {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-strong);
  padding: 4px;
  border-radius: 999px;
  gap: 4px;
  max-width: fit-content;
  margin-bottom: 2rem;
}

.sim-switch-btn {
  background: transparent;
  border: none;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.sim-switch-btn.is-active[data-mode="street"] {
  background: #ef4444;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(239, 68, 68, 0.4);
}

.sim-switch-btn.is-active[data-mode="indoor"] {
  background: var(--cyan);
  color: #050608;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.45);
}

.sim-meter-card {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  background: rgba(14, 18, 26, 0.75);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

@media(min-width: 768px) {
  .sim-meter-card { grid-template-columns: 1.2fr 1fr; }
}

.sim-db-big {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  transition: color 0.4s ease;
}

.sim-db-big.is-noisy { color: #ef4444; }
.sim-db-big.is-quiet { color: var(--cyan); text-shadow: 0 0 35px rgba(0, 240, 255, 0.5); }

.sim-db-big small {
  font-size: 1.4rem;
  font-family: var(--font-mono);
  font-weight: 600;
  color: #ffffff;
}

.sim-spectrum-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 90px;
  padding-block: 10px;
}

.spectrum-col {
  flex: 1;
  background: var(--cyan);
  border-radius: 2px;
  transition: height 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
}

.spectrum-col.noisy {
  background: linear-gradient(180deg, #ef4444 0%, #f59e0b 100%);
}

.spectrum-col.quiet {
  background: linear-gradient(180deg, var(--cyan) 0%, #0077aa 100%);
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.3);
}

/* Animación de entrada al scroll */
.hero h1, .spec-hud, .bento-card, .tech-breakdown, .acoustic-sim {
  animation: djiFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

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

/* ============================================================
   DJI CINEMA SHOWCASE — BLOQUES VISUALES GIGANTES Y MÁXIMO IMPACTO
   ============================================================ */

/* Hero a 100vh de altura total */
.hero {
  min-height: 95vh !important;
  max-height: 1050px;
}

/* Bloque Cinema Full-Width */
.cinema-block {
  position: relative;
  min-height: clamp(540px, 75vh, 780px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  margin-block: 2.5rem;
  box-shadow: var(--shadow-lg), 0 0 50px rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: flex-end;
  background: #000;
}

.cinema-block__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cinema-block__media img, .cinema-block__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1) contrast(1.08) saturate(1.22) !important;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.cinema-block:hover .cinema-block__media img,
.cinema-block:hover .cinema-block__media video {
  transform: scale(1.03);
}

.cinema-block__gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(5,6,8,0.1) 0%, rgba(5,6,8,0.25) 40%, rgba(5,6,8,0.92) 100%);
  pointer-events: none;
}

.cinema-block__content {
  position: relative;
  z-index: 3;
  padding: clamp(2rem, 5vw, 4rem);
  max-width: 820px;
}

.cinema-block__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(0, 240, 255, 0.12);
  border: 1px solid rgba(0, 240, 255, 0.4);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 1.2rem;
  backdrop-filter: blur(12px);
}

.cinema-block h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 0 4px 25px rgba(0,0,0,0.9);
}

.cinema-block p {
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  color: #e2e8f0;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  text-shadow: 0 2px 14px rgba(0,0,0,0.95);
}

.cinema-specs-hud {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.cinema-spec-pill {
  background: rgba(14, 18, 26, 0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  padding: 8px 14px;
  display: flex;
  flex-direction: column;
}

.cinema-spec-pill strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1;
}

.cinema-spec-pill span {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--cyan);
}

/* Bento Cards Gigantes y Ultra-Visuales */
.bento-card {
  min-height: 480px !important;
}

.bento-card--col-8 {
  min-height: 540px !important;
}

/* Contenedor de vídeo inmersivo */
.video-feature-box {
  background: #000000;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  position: relative;
  box-shadow: var(--shadow-lg), 0 0 50px rgba(0, 240, 255, 0.1);
  margin-block: 3.5rem;
}

.video-feature-box video {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  filter: brightness(1) contrast(1.08) saturate(1.22);
}

.video-feature-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(2rem, 5vw, 3.5rem);
  background: linear-gradient(180deg, transparent 0%, rgba(5,6,8,0.95) 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.5rem;
}

/* ============================================================
   NUEVO LAYOUT DE CONTACTO Y MAPA PANORÁMICO ORGANIZADO
   ============================================================ */
.contact-bento {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

@media(min-width: 640px) {
  .contact-bento { grid-template-columns: repeat(2, 1fr); }
}

@media(min-width: 1024px) {
  .contact-bento { grid-template-columns: repeat(4, 1fr); }
}

.contact-card-mini {
  background: var(--bg-surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: all 0.25s ease;
}

.contact-card-mini:hover {
  border-color: var(--line-cyan);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.contact-card-mini__top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-card-mini h3 {
  font-size: 1.15rem;
  color: #ffffff;
  margin: 0;
}

.contact-card-mini p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.contact-card-mini a {
  color: #ffffff;
  font-weight: 650;
}

.contact-card-mini a:hover {
  color: var(--cyan);
}

/* Grid equilibrado de 2 columnas para Formulario y Taller */
.contact-balanced-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  align-items: start;
  margin-bottom: 3.5rem;
}

@media(min-width: 992px) {
  .contact-balanced-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

.workshop-card {
  background: var(--bg-surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
}

.workshop-card__media {
  height: 240px;
  overflow: hidden;
  position: relative;
}

.workshop-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workshop-card__body {
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.workshop-card__body h3 {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

.guarantee-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.guarantee-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.guarantee-list .check-icon {
  color: var(--cyan);
  font-weight: 700;
  flex: none;
  margin-top: 0.1rem;
}

/* SECCIÓN DE MAPA GIGANTE PANORÁMICO */
.map-showcase {
  position: relative;
  background: #000000;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 50px rgba(0, 0, 0, 0.8);
}

.map-showcase iframe {
  width: 100%;
  height: clamp(420px, 55vh, 580px);
  display: block;
  border: 0;
  filter: contrast(1.05);
}

.map-hud-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(14, 18, 26, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 1.2rem 1.6rem;
  box-shadow: var(--shadow-lg);
  max-width: 440px;
  z-index: 10;
}

@media(max-width: 640px) {
  .map-hud-overlay {
    position: static;
    border-radius: 0;
    max-width: none;
    border: none;
    border-top: 1px solid var(--line-strong);
  }
}

.map-hud-overlay h4 {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0 0 0.4rem;
}

.map-hud-overlay p {
  color: var(--ink-soft);
  font-size: 0.88rem;
  margin: 0 0 0.8rem;
}

/* ============================================================
   APPLE-INSPIRED HERO & WHITE HEADER WITH IPHONE DUO
   Inspirado en apple.com/es: Cabecera blanca, caja azul,
   iPhone Duo con manos sosteniendo el vídeo y transición a negro.
   ============================================================ */
/* HEADER CON FONDO AZUL CLARÍSIMO CASI BLANCO Y TEXTO EN NEGRO COMO EN APPLE */
.site-header.apple-nav--white {
  background: rgba(245, 247, 252, 0.92) !important;
  backdrop-filter: saturate(180%) blur(20px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.site-header.apple-nav--white .topbar {
  background: rgba(235, 242, 250, 0.95) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  color: #424245 !important;
}

.site-header.apple-nav--white .topbar a {
  color: #1d1d1f !important;
}

.site-header.apple-nav--white .topbar a:hover {
  color: #0071e3 !important;
}

.site-header.apple-nav--white .topbar .topbar__phone {
  color: #1d1d1f !important;
  font-weight: 600 !important;
}

.site-header.apple-nav--white .topbar__sep {
  background: rgba(0, 0, 0, 0.12) !important;
}

.site-header.apple-nav--white .topbar svg,
.site-header.apple-nav--white .topbar .ic {
  fill: #424245 !important;
}

/* LOGO DE VENTANA PEQUEÑITO ESTILO APPLE */
.brand.brand--apple {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.35rem 0.5rem !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.brand.brand--apple:hover {
  opacity: 0.65 !important;
}

.brand__icon-apple {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  display: block !important;
  filter: brightness(0.2) !important;
}

/* ENLACES DEL MENÚ EN NEGRO ESTILO APPLE */
.site-header.apple-nav--white .nav {
  gap: 0.2rem !important;
}

.site-header.apple-nav--white .nav__link {
  color: #1d1d1f !important;
  font-size: 0.88rem !important;
  font-weight: 450 !important;
  letter-spacing: -0.01em !important;
  opacity: 0.82 !important;
  padding: 0.5rem 0.85rem !important;
  border-radius: 6px !important;
  background: transparent !important;
  transition: opacity 0.2s ease, color 0.2s ease, background 0.2s ease !important;
}

.site-header.apple-nav--white .nav__link:hover {
  color: #000000 !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.05) !important;
}

.site-header.apple-nav--white .nav__link[aria-current="page"] {
  color: #000000 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  background: transparent !important;
}

.site-header.apple-nav--white .nav__link[aria-current="page"]::after {
  display: none !important;
}

/* DESPLEGABLES DEL MENÚ EN BLANCO Y NEGRO */
.site-header.apple-nav--white .nav__dropdown {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 12px !important;
  padding: 0.5rem !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

.site-header.apple-nav--white .nav__dropdown .nav__link {
  color: #1d1d1f !important;
  font-size: 0.85rem !important;
  padding: 0.55rem 0.85rem !important;
  border-radius: 6px !important;
  opacity: 0.85 !important;
}

.site-header.apple-nav--white .nav__dropdown .nav__link:hover {
  background: rgba(0, 113, 227, 0.08) !important;
  color: #0071e3 !important;
  opacity: 1 !important;
  padding-left: 1.05rem !important;
}

/* TELÉFONO Y BOTÓN CTA EN CABECERA */
.site-header.apple-nav--white .header-phone {
  color: #1d1d1f !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  opacity: 0.85 !important;
  transition: opacity 0.2s ease !important;
}

.site-header.apple-nav--white .header-phone:hover {
  opacity: 1 !important;
  color: #000000 !important;
}

.site-header.apple-nav--white .header-phone svg,
.site-header.apple-nav--white .header-phone .ic {
  fill: #1d1d1f !important;
}

.site-header.apple-nav--white .nav__cta {
  background: #0071e3 !important;
  color: #ffffff !important;
  border-radius: 980px !important;
  padding: 0.45rem 1.15rem !important;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.25) !important;
  transition: all 0.2s ease !important;
}

.site-header.apple-nav--white .nav__cta:hover {
  background: #0077ed !important;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.35) !important;
}

.site-header.apple-nav--white .menu-btn {
  color: #1d1d1f !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  background: rgba(0, 0, 0, 0.04) !important;
}

.site-header.apple-nav--white .menu-btn svg,
.site-header.apple-nav--white .menu-btn .ic {
  stroke: #1d1d1f !important;
  fill: #1d1d1f !important;
}

/* MENÚ MÓVIL BLANCO Y NEGRO ESTILO APPLE */
.site-header.apple-nav--white .mobile-menu {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(28px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12) !important;
  padding: 1.25rem 0 2rem !important;
}

.site-header.apple-nav--white .mobile-menu .container {
  gap: 0.35rem !important;
}

.site-header.apple-nav--white .mobile-menu a {
  color: #1d1d1f !important;
  font-size: 1.02rem !important;
  font-weight: 500 !important;
  padding: 0.75rem 1rem !important;
  border-radius: 8px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
  transition: all 0.2s ease !important;
}

.site-header.apple-nav--white .mobile-menu a:hover {
  color: #0071e3 !important;
  background: rgba(0, 113, 227, 0.06) !important;
  padding-left: 1.25rem !important;
}

.site-header.apple-nav--white .mobile-menu .nav__actions {
  margin-top: 1.25rem !important;
  padding-top: 1.25rem !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  gap: 0.75rem !important;
}

.site-header.apple-nav--white .mobile-menu .btn--primary {
  background: #0071e3 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding: 0.85rem 1.2rem !important;
  border-radius: 980px !important;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.3) !important;
}

.site-header.apple-nav--white .mobile-menu .btn--primary:hover {
  background: #0077ed !important;
  color: #ffffff !important;
}

.site-header.apple-nav--white .mobile-menu .btn--call {
  background: #f5f5f7 !important;
  color: #1d1d1f !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding: 0.85rem 1.2rem !important;
  border-radius: 980px !important;
}

.site-header.apple-nav--white .mobile-menu .btn--call:hover {
  background: #e8e8ed !important;
  color: #000000 !important;
}

.site-header.apple-nav--white .mobile-menu .btn--call svg,
.site-header.apple-nav--white .mobile-menu .btn--call .ic {
  fill: #1d1d1f !important;
}

/* TOPBAR RESPONSIVE EN MÓVILES PEQUEÑOS */
@media (max-width: 540px) {
  .site-header .topbar__inner {
    padding-block: 0.35rem;
    gap: 0.5rem;
  }
  .site-header .topbar__claim {
    font-size: 0.73rem;
  }
  .site-header .topbar .topbar__right {
    gap: 0.6rem;
  }
  .site-header .topbar .topbar__right .topbar__sep:nth-of-type(1),
  .site-header .topbar .topbar__right a[href^="mailto:"] {
    display: none !important;
  }
}

/* ELIMINACIÓN LÍNEA SUPERIOR SOBRE EL MENÚ Y BOTÓN PRESUPUESTO */
.topbar {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
}

.nav__cta,
.btn-nav-quote,
[data-cta="header-presupuesto"],
[data-cta="mobile-presupuesto"] {
  display: none !important;
}

/* CAJA AZUL COMPLETA DE IZQUIERDA A DERECHA Y AZUL PLENO IDÉNTICO A APPLE (LÍNEA ÚNICA) */
.apple-keynote-banner {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: radial-gradient(ellipse 75% 70% at 50% 20%, #76aee6 0%, #447ab9 45%, #2a5a96 85%, #21487a 100%) !important;
  padding: clamp(0.7rem, 1.8vw, 1.05rem) 1.25rem !important;
  text-align: center !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.apple-keynote-content {
  max-width: 960px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.apple-keynote-banner h1,
.apple-keynote-banner h2,
.apple-keynote-title {
  font-size: clamp(1.1rem, 2.6vw, 1.6rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
  white-space: nowrap !important;
}

@media (max-width: 480px) {
  .apple-keynote-banner h1,
  .apple-keynote-banner h2,
  .apple-keynote-title {
    font-size: clamp(0.95rem, 4vw, 1.15rem) !important;
    white-space: normal !important;
  }
}

/* HERO BLANCO ESTILO APPLE (SOLO DISPOSITIVO CON VÍDEO CENTRADO) */
.hero--apple-white {
  background: #ffffff !important;
  color: #1d1d1f !important;
  padding: 2.2rem 1.25rem 2rem !important;
  text-align: center;
  position: relative;
  overflow: visible;
}

.hero--apple-white .hero__container {
  max-width: 1040px;
  margin: 0 auto;
}

/* ENVOLTORIO EXACTO IPHONE DUO CON MANOS */
.apple-hero-device-wrapper {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 1.5rem;
  aspect-ratio: 1024 / 792;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* VÍDEO CON TAMAÑO EXACTO AJUSTADO DENTRO DE LA PANTALLA (IPHONE DUO ABIERTO) */
.apple-hero-video-container {
  position: absolute;
  left: 20.31%;
  top: 11.11%;
  width: 64.84%;
  height: 59.22%;
  z-index: 1;
  overflow: hidden;
  border-radius: 28px;
  background: #000000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
}

.apple-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* PLIEGUE SUAVE PANTALLA PLANA ABIERTA */
.apple-hero-crease-shadow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to right,
    transparent 0%,
    transparent 49.2%,
    rgba(0, 0, 0, 0.12) 50%,
    rgba(255, 255, 255, 0.08) 50.4%,
    transparent 51.2%,
    transparent 100%
  );
}

/* MARCO DEL IPHONE DUO CON MANOS (POR ENCIMA DEL VÍDEO) */
.apple-hero-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  display: block;
}

/* VÍDEO INTRODUCCIÓN IPHONE DESPLEGÁNDOSE */
.apple-hero-intro-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 5;
  pointer-events: none;
  background: #ffffff;
  transition: opacity 0.55s ease;
}

.apple-hero-intro-video.fade-out {
  opacity: 0;
  pointer-events: none;
}

.apple-hero-caption,
.iphone-duo-caption {
  font-size: 0.85rem;
  color: #86868b;
  margin-top: 1rem;
  text-align: center;
}

/* ZONA DE TRANSICIÓN SUAVE A NEGRO */
.dark-transition-zone {
  background: linear-gradient(180deg, #ffffff 0%, #151a24 45%, #050608 100%) !important;
  padding-top: 3.5rem;
  margin-top: -1px;
}

/* ============================================================
   FIXES PRODUCCIÓN: CABECERA APPLE, LOGO R Y ELIMINACIÓN DE HUECO
   ============================================================ */
.breadcrumb {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

main > .hero:first-child,
.hero {
  margin-top: 0 !important;
}

main > .section.page-intro:first-child,
main > .page-intro:first-child {
  padding-top: clamp(2rem, 4vw, 3.2rem) !important;
}

.brand.brand--apple {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.35rem 0.5rem !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
  min-width: 24px !important;
  min-height: 24px !important;
  overflow: visible !important;
}

.brand.brand--apple:hover {
  opacity: 0.65 !important;
}

.brand__icon-apple {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  display: block !important;
  flex-shrink: 0 !important;
  filter: none !important;
}
