/*
Theme Name: Lapcel Elementor V30
Theme URI: https://lapcel.com
Author: Lapcel
Description: Tema premium para Lapcel, fiel al mockup. Oscuro tech, verde neon, compatible con Elementor Free.
Version: 30.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Requires Plugins: elementor
Text Domain: lapcel-elementor-v30
*/

/* ═══════════════════════════════════════════
   TOKENS
═══════════════════════════════════════════ */
:root {
  --lap-bg:        #030e1c;
  --lap-bg-2:      #051628;
  --lap-panel:     #071b33;
  --lap-neon:      #bffe00;
  --lap-neon-2:    #9ae000;
  --lap-neon-dim:  rgba(191,254,0,.14);
  --lap-blue:      #0a84ff;
  --lap-blue-dim:  rgba(10,132,255,.18);
  --lap-text:      #ffffff;
  --lap-muted:     #c8d8ec;
  --lap-line:      rgba(10,132,255,.22);
  --lap-card-bg:   rgba(7,27,51,.88);
  --lap-radius:    16px;
  --lap-font-head: 'Syne', 'Poppins', system-ui, sans-serif;
  --lap-font-body: 'DM Sans', 'Inter', system-ui, sans-serif;
}

/* ═══════════════════════════════════════════
   RESET / BASE
═══════════════════════════════════════════ */
html { overflow-x: hidden; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--lap-bg);
  color: var(--lap-text);
  font-family: var(--lap-font-body);
  -webkit-font-smoothing: antialiased;
}

body h1, body h2, body h3,
body .elementor-heading-title {
  font-family: var(--lap-font-head);
}

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

.site-header, .site-footer,
.entry-title, .page-title, .entry-header { display: none; }

.elementor-widget:not(:last-child) { margin-bottom: 0; }

/* ═══════════════════════════════════════════
   ADMIN BAR
═══════════════════════════════════════════ */
body.admin-bar .lp-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .lp-header { top: 46px; }
}
#wpadminbar {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999999 !important;
  position: fixed !important;
}

/* ═══════════════════════════════════════════
   PAGE WRAPPER
═══════════════════════════════════════════ */
.lapcel-page {
  min-height: 100vh;
  background: var(--lap-bg);
  overflow-x: hidden;
}

/* ═══════════════════════════════════════════
   CIRCUIT PATTERN (background)
═══════════════════════════════════════════ */
.lp-circuit {
  position: relative;
  overflow: hidden;
}

.lp-circuit::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(90deg, rgba(10,132,255,.10) 1px, transparent 1px),
    linear-gradient(rgba(10,132,255,.07) 1px, transparent 1px),
    radial-gradient(circle, rgba(10,132,255,.55) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px, 72px 72px;
  background-position: 0 0, 0 0, 36px 36px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 40%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 40%, transparent 100%);
  opacity: .28;
}

.lp-circuit::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(191,254,0,.12), transparent 26%),
    radial-gradient(circle at 15% 70%, rgba(10,132,255,.15), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(10,132,255,.10), transparent 35%);
}

.lp-circuit > .elementor-container,
.lp-circuit > .lp-container { position: relative; z-index: 1; }

/* ═══════════════════════════════════════════
   CONTAINER / PADDING
═══════════════════════════════════════════ */
.lp-section, .lp-hero, .lp-repair-wrap,
.lp-cta, .lp-footer, .lp-footer-bottom,
.lp-section-cards, .lp-ai, .lp-ai-cards {
  padding-left: 28px;
  padding-right: 28px;
}

.lp-container,
.elementor-section > .elementor-container {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Force grid on section containers */
.lp-header > .elementor-container,
.lp-hero > .elementor-container,
.lp-ai > .elementor-container,
.lp-repair-wrap > .elementor-container,
.lp-cta > .elementor-container,
.lp-footer > .elementor-container,
.lp-footer-bottom > .elementor-container,
.lp-section-cards > .elementor-container,
.lp-ai-cards > .elementor-container { display: grid !important; }

.lp-header > .elementor-container > .elementor-column,
.lp-hero > .elementor-container > .elementor-column,
.lp-ai > .elementor-container > .elementor-column,
.lp-repair-wrap > .elementor-container > .elementor-column,
.lp-cta > .elementor-container > .elementor-column,
.lp-footer > .elementor-container > .elementor-column,
.lp-footer-bottom > .elementor-container > .elementor-column,
.lp-section-cards > .elementor-container > .elementor-column,
.lp-ai-cards > .elementor-container > .elementor-column { width: auto !important; }

.lp-header .elementor-widget-wrap,
.lp-hero .elementor-widget-wrap,
.lp-ai .elementor-widget-wrap,
.lp-repair-wrap .elementor-widget-wrap,
.lp-cta .elementor-widget-wrap,
.lp-footer .elementor-widget-wrap,
.lp-section-cards .elementor-widget-wrap,
.lp-ai-cards .elementor-widget-wrap { padding: 0 !important; }

/* ═══════════════════════════════════════════
   HEADER
═══════════════════════════════════════════ */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(3,14,28,.95);
  border-bottom: 1px solid rgba(10,132,255,.20);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  padding-top: 12px;
  padding-bottom: 12px;
}

.lp-header > .elementor-container {
  grid-template-columns: 1.4fr .6fr .75fr 1.2fr .85fr .65fr 1.55fr;
  align-items: center;
  gap: 6px;
  min-height: 64px;
}

/* Logo */
.lp-logo .elementor-heading-title,
.lp-footer-logo .elementor-heading-title {
  color: #fff;
  font-family: var(--lap-font-head);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
}

.lp-logo span, .lp-footer-logo span, .lp-hero-title span { color: var(--lap-neon); }

/* Nav buttons */
.lp-nav-button .elementor-button {
  background: transparent;
  color: rgba(255,255,255,.82);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 6px;
  border: none;
  border-radius: 0;
  transition: color .2s;
  white-space: nowrap;
}
.lp-nav-button .elementor-button:hover,
.lp-nav-button.active .elementor-button { color: var(--lap-neon); }
.lp-nav-button.active .elementor-button {
  border-bottom: 2px solid var(--lap-neon);
}

/* CTA button (green) */
.lp-button-main .elementor-button {
  background: linear-gradient(135deg, var(--lap-neon) 0%, var(--lap-neon-2) 100%);
  color: #041120;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: -.01em;
  box-shadow: 0 0 32px rgba(191,254,0,.28), 0 4px 16px rgba(0,0,0,.3);
  padding: 13px 20px;
  transition: transform .18s, box-shadow .18s;
  white-space: nowrap;
}
.lp-button-main .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 48px rgba(191,254,0,.40), 0 8px 24px rgba(0,0,0,.3);
}

/* Outline button */
.lp-button-outline .elementor-button {
  background: rgba(4,17,36,.5);
  color: #fff;
  border: 1.5px solid rgba(191,254,0,.50);
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 22px;
  transition: border-color .2s, background .2s;
}
.lp-button-outline .elementor-button:hover {
  background: rgba(191,254,0,.08);
  border-color: var(--lap-neon);
}

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.lp-hero {
  padding-top: 64px;
  padding-bottom: 54px;
  background:
    radial-gradient(circle at 80% 25%, rgba(191,254,0,.12), transparent 26%),
    radial-gradient(circle at 68% 50%, rgba(10,132,255,.17), transparent 30%),
    linear-gradient(140deg, #051628 0%, #071f3a 55%, #030e1c 100%);
}

.lp-hero > .elementor-container {
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 32px;
}

/* Kicker (uppercase label) */
.lp-kicker .elementor-heading-title {
  color: var(--lap-neon);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.lp-kicker.center { text-align: center; }

/* Hero title */
.lp-hero-title .elementor-heading-title {
  color: #fff;
  font-family: var(--lap-font-head);
  font-size: clamp(40px, 5.2vw, 74px);
  line-height: .96;
  letter-spacing: -.048em;
  max-width: 640px;
  margin-bottom: 20px;
}

/* Section titles */
.lp-section-title .elementor-heading-title {
  color: #fff;
  font-family: var(--lap-font-head);
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.lp-section-title.center { text-align: center; }
.lp-section-title.center .elementor-heading-title { max-width: 840px; margin: 0 auto; }

/* Body copy */
.lp-hero-copy, .lp-hero-copy p {
  color: #dde9f8;
  font-size: 17px;
  line-height: 1.65;
  max-width: 580px;
  margin-bottom: 28px;
}
.lp-section-text, .lp-section-text p,
.lp-card-text, .lp-card-text p,
.lp-footer-text, .lp-footer-text p {
  color: var(--lap-muted);
  line-height: 1.62;
  font-size: 15px;
}

/* Hero buttons */
.lp-hero-btn { display: inline-block; margin-top: 0; margin-right: 12px; margin-bottom: 12px; }
.lp-hero-btn .elementor-button { min-width: 200px; font-size: 15px; padding: 15px 24px; }

/* Hero image */
.lp-hero-img { text-align: right; }
.lp-hero-img img {
  width: 100%;
  max-width: 660px;
  max-height: 460px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 32px 90px rgba(0,0,0,.50), 0 0 60px rgba(10,132,255,.15);
  margin-left: auto;
}

/* Badges row */
.lp-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  max-width: 600px;
}

.lp-badge {
  border-radius: 12px;
  border: 1px solid rgba(10,132,255,.18);
  background: rgba(255,255,255,.04);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: #d0dff0;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}
.lp-badge svg, .lp-badge .badge-icon {
  color: var(--lap-neon);
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

/* ═══════════════════════════════════════════
   SECTIONS
═══════════════════════════════════════════ */
.lp-section {
  padding-top: 52px;
  padding-bottom: 32px;
  background: var(--lap-bg);
}

.lp-section-cards, .lp-ai-cards {
  padding-top: 0;
  padding-bottom: 52px;
  background: var(--lap-bg);
}

/* ═══════════════════════════════════════════
   CARDS
═══════════════════════════════════════════ */
.lp-card {
  padding: 24px 22px;
  border-radius: var(--lap-radius);
  background: linear-gradient(180deg, rgba(7,27,51,.95), rgba(4,18,35,.90));
  border: 1px solid rgba(10,132,255,.18);
  box-shadow: 0 16px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .22s, border-color .22s, box-shadow .22s;
  min-height: 160px;
}
.lp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191,254,0,.30);
  box-shadow: 0 24px 56px rgba(0,0,0,.35), 0 0 28px rgba(191,254,0,.10);
}

.lp-section-cards > .elementor-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.lp-five-cards > .elementor-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.lp-card .elementor-widget-wrap { padding: 0; }
.lp-card-center { text-align: center; }

.lp-card-icon .elementor-heading-title {
  color: var(--lap-neon);
  font-size: 32px;
  line-height: 1;
  margin: 0 0 12px;
}

.lp-card-title .elementor-heading-title {
  color: #fff;
  font-family: var(--lap-font-head);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
}
.lp-card-center .lp-card-title .elementor-heading-title { color: var(--lap-neon); }

/* ═══════════════════════════════════════════
   AI SECTION
═══════════════════════════════════════════ */
.lp-ai {
  padding-top: 52px;
  padding-bottom: 36px;
  background:
    radial-gradient(circle at 14% 55%, rgba(10,132,255,.18), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(191,254,0,.08), transparent 25%),
    linear-gradient(180deg, #030e1c 0%, #061729 100%);
}

.lp-ai > .elementor-container {
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: center;
}

.lp-ai-img img {
  width: 100%;
  max-width: 520px;
  max-height: 440px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 0 80px rgba(10,132,255,.22), 0 30px 80px rgba(0,0,0,.40);
}

.lp-ai-cards { background: #051628; }
.lp-ai-cards > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.lp-ai-cards .lp-card { min-height: 140px; }
.lp-ai-cards-bottom { padding-bottom: 52px; }

/* ═══════════════════════════════════════════
   REPAIR / TRACKING
═══════════════════════════════════════════ */
.lp-repair-wrap {
  padding-top: 32px;
  padding-bottom: 32px;
  background: var(--lap-bg);
}

.lp-repair-wrap > .elementor-container {
  grid-template-columns: 1fr 300px;
  gap: 36px;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--lap-line);
  background:
    radial-gradient(circle at 84% 50%, rgba(10,132,255,.18), transparent 28%),
    linear-gradient(90deg, rgba(7,27,51,.90), rgba(4,18,35,.86));
  padding: 36px 44px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.lp-repair-img img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  border-radius: 16px;
  box-shadow: 0 0 48px rgba(10,132,255,.20);
}

/* Tracking form */
.lapcel-tracking-form,
.lapcel-tracking-inline,
.lp-repair-wrap form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 12px;
}

.lp-repair-wrap input[type="text"],
.lp-repair-wrap input[type="search"],
.lp-repair-wrap input[type="tel"] {
  flex: 1;
  min-width: 240px;
  height: 52px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  padding: 0 18px;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: border-color .2s;
}
.lp-repair-wrap input[type="text"]:focus,
.lp-repair-wrap input[type="search"]:focus { border-color: var(--lap-neon); }
.lp-repair-wrap input::placeholder { color: rgba(255,255,255,.38); }

.lp-repair-wrap button,
.lp-repair-wrap input[type="submit"] {
  height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--lap-neon), var(--lap-neon-2));
  font-weight: 900;
  font-size: 15px;
  color: #041120;
  cursor: pointer;
  transition: transform .18s;
}
.lp-repair-wrap button:hover { transform: translateY(-1px); }

/* ═══════════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════════ */
.lp-cta {
  padding-top: 28px;
  padding-bottom: 52px;
  background: var(--lap-bg);
}

.lp-cta > .elementor-container {
  grid-template-columns: 170px 1fr 320px;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--lap-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 50%, rgba(191,254,0,.08), transparent 28%),
    linear-gradient(90deg, rgba(7,27,51,.90), rgba(4,18,35,.86));
  padding: 28px 36px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.lp-cta-img img {
  max-width: 160px;
  border-radius: 18px;
  box-shadow: 0 0 48px rgba(191,254,0,.18);
}

.lp-phone .elementor-heading-title {
  font-size: 30px;
  color: #fff;
  margin-top: 14px;
  font-weight: 900;
}

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.lp-footer {
  background: #020a15;
  border-top: 1px solid rgba(10,132,255,.20);
  padding-top: 44px;
  padding-bottom: 24px;
}

.lp-footer > .elementor-container {
  grid-template-columns: 1.2fr .75fr 1fr 1fr;
  gap: 36px;
}

.lp-footer-title .elementor-heading-title {
  color: var(--lap-neon);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.lp-footer-bottom {
  background: #020a15;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 18px;
  padding-bottom: 18px;
}
.lp-footer-bottom > .elementor-container {
  grid-template-columns: 1fr 1fr;
}
.lp-footer-bottom-text, .lp-footer-bottom-text p {
  color: #6b7f96;
  font-size: 13px;
}
.lp-footer-bottom-text.right { text-align: right; }

/* ═══════════════════════════════════════════
   NEON DIVIDER
═══════════════════════════════════════════ */
.lp-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--lap-neon), transparent);
  border-radius: 4px;
  margin: 12px 0 20px;
}
.center .lp-divider { margin-left: auto; margin-right: auto; }

/* ═══════════════════════════════════════════
   RESPONSIVE — 1120px
═══════════════════════════════════════════ */
@media (max-width: 1120px) {
  .lp-section-cards > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-five-cards > .elementor-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lp-cta > .elementor-container {
    grid-template-columns: 150px 1fr;
  }
  .lp-cta > .elementor-container > .elementor-column:last-child {
    grid-column: 1 / -1;
  }
}

/* ═══════════════════════════════════════════
   RESPONSIVE — 960px
═══════════════════════════════════════════ */
@media (max-width: 960px) {
  .lp-hero > .elementor-container,
  .lp-ai > .elementor-container,
  .lp-repair-wrap > .elementor-container {
    grid-template-columns: 1fr;
  }
  .lp-hero-img { text-align: center; }
  .lp-hero-img img, .lp-ai-img img, .lp-repair-img img {
    margin-left: auto; margin-right: auto;
  }
  .lp-ai-cards > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lp-badges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-repair-wrap > .elementor-container { padding: 28px 24px; }
}

/* ═══════════════════════════════════════════
   SCROLL TO TOP BUTTON
═══════════════════════════════════════════ */
.lp-scroll-top {
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 9998;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(191,254,0,.35);
  background: rgba(3,14,28,.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s, transform .3s, background .2s, border-color .2s;
  pointer-events: none;
}
.lp-scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.lp-scroll-top:hover {
  background: rgba(191,254,0,.15);
  border-color: var(--lap-neon);
}
.lp-scroll-top svg {
  width: 18px;
  height: 18px;
  stroke: var(--lap-neon);
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  overflow: visible;
}

/* ═══════════════════════════════════════════
   HAMBURGER MENU (mobile)
═══════════════════════════════════════════ */
.lp-hamburger {
  display: none;
  position: fixed;
  top: 14px;
  right: 16px;
  z-index: 10000;
  width: 46px;
  height: 46px;
  background: rgba(3,14,28,.95);
  border: 1px solid rgba(10,132,255,.25);
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
  backdrop-filter: blur(12px);
}

.lp-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--lap-neon);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
  transform-origin: center;
}

.lp-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lp-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.lp-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer — oculto siempre en desktop */
.lp-mobile-nav {
  display: flex !important;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(3,14,28,.98);
  backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  pointer-events: none;
}
.lp-mobile-nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
/* En desktop: siempre invisible y sin interacción */
@media (min-width: 761px) {
  .lp-mobile-nav {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .lp-hamburger {
    display: none !important;
  }
}
body.admin-bar .lp-mobile-nav { padding-top: 32px; }

.lp-mobile-nav a {
  color: #fff;
  font-family: var(--lap-font-head);
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -.03em;
  padding: 10px 24px;
  border-radius: 12px;
  transition: color .2s, background .2s;
  width: 100%;
  max-width: 320px;
  text-align: center;
}
.lp-mobile-nav a:hover,
.lp-mobile-nav a.active { color: var(--lap-neon); }

.lp-mobile-nav .lp-mobile-wa {
  margin-top: 16px;
  background: linear-gradient(135deg, var(--lap-neon), var(--lap-neon-2));
  color: #041120 !important;
  font-size: 17px;
  padding: 15px 28px;
  border-radius: 14px;
  font-weight: 900;
  box-shadow: 0 0 32px rgba(191,254,0,.28);
}

/* ═══════════════════════════════════════════
   RESPONSIVE — 760px (mobile)
═══════════════════════════════════════════ */
@media (max-width: 760px) {
  .lp-section, .lp-hero, .lp-repair-wrap,
  .lp-cta, .lp-footer, .lp-footer-bottom,
  .lp-section-cards, .lp-ai-cards, .lp-ai { padding-left: 16px; padding-right: 16px; }

  .elementor-section > .elementor-container { width: calc(100% - 32px); }

  .lp-hamburger { display: flex; }

  .lp-mobile-nav { display: flex; }

  .lp-header .elementor-column:not(:first-child) { display: none; }

  .lp-section-cards > .elementor-container,
  .lp-ai-cards > .elementor-container,
  .lp-five-cards > .elementor-container,
  .lp-cta > .elementor-container,
  .lp-footer > .elementor-container,
  .lp-footer-bottom > .elementor-container { grid-template-columns: 1fr; }

  .lp-hero-title .elementor-heading-title { font-size: clamp(38px, 12vw, 58px); }

  .lapcel-tracking-form, .lapcel-tracking-inline, .lp-repair-wrap form { display: grid; }

  .lp-repair-wrap input[type="text"],
  .lp-repair-wrap input[type="search"],
  .lp-repair-wrap input[type="tel"],
  .lp-repair-wrap button,
  .lp-repair-wrap input[type="submit"] { width: 100%; min-width: 0; }

  .lp-footer-bottom-text.right { text-align: left; }
  .lp-cta > .elementor-container { padding: 24px 18px; }
}
