/* ========================================================= */
/* LANDING SENSORES Y ACCESORIOS - GAMILAR TECH              */
/* Ruta: /sensores-accesorios                                */
/* ========================================================= */

.sensors-page {
  background: #ffffff;
  color: #0f172a;
  overflow: hidden;
}

.sensors-page .container {
  max-width: 1180px;
}

/* BOTONES */

.sensors-btn-primary,
.sensors-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 850;
  text-decoration: none;
  transition: all 0.22s ease;
}

.sensors-btn-primary {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.26);
}

.sensors-btn-primary:hover {
  background: #1d4ed8;
  color: #ffffff;
  transform: translateY(-2px);
}

.sensors-btn-secondary {
  background: rgba(255, 255, 255, 0.88);
  color: #1e3a8a;
  border: 1px solid rgba(37, 99, 235, 0.20);
}

.sensors-btn-secondary:hover {
  background: #ffffff;
  color: #1e3a8a;
  transform: translateY(-2px);
}

/* HERO */

.sensors-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 86px;
  background:
    linear-gradient(rgba(37, 99, 235, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 80% 24%, rgba(37, 99, 235, 0.18), transparent 34%),
    radial-gradient(circle at 16% 78%, rgba(249, 115, 22, 0.10), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}

.sensors-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: center;
  padding: 52px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 78% 42%, rgba(37, 99, 235, 0.10), transparent 34%),
    radial-gradient(circle at 20% 85%, rgba(249, 115, 22, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.90));
  border: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow:
    0 34px 90px rgba(37, 99, 235, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.sensors-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.10);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #c2410c;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sensors-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.12);
}

.sensors-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: #061431;
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  font-weight: 720;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.sensors-hero-content > p {
  max-width: 680px;
  margin: 0 0 28px;
  color: #334155;
  font-size: 1.12rem;
  line-height: 1.72;
}

.sensors-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.sensors-hero-tags span,
.sensors-variable-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(37, 99, 235, 0.14);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sensors-hero-tags span:first-child,
.sensors-variable-strip span:first-child {
  border-color: rgba(249, 115, 22, 0.22);
  color: #c2410c;
  background: rgba(255, 247, 237, 0.92);
}

.sensors-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ============================= */
/* HERO VISUAL                   */
/* ============================= */

.sensors-hero-visual {
  display: flex;
  justify-content: center;
}

.sensors-visual-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 465px);
  min-height: 545px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.88), transparent 42%),
    radial-gradient(circle at 74% 18%, rgba(249, 115, 22, 0.12), transparent 32%),
    linear-gradient(180deg, #dbeafe 0%, #eff6ff 100%);
  box-shadow:
    0 28px 70px rgba(37, 99, 235, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.90);
}

.sensors-solar-visual-card {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.92), transparent 42%),
    radial-gradient(circle at 58% 38%, rgba(249, 115, 22, 0.22), transparent 35%),
    linear-gradient(180deg, #dbeafe 0%, #eff6ff 100%);
}

.sensors-visual-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 6;
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #c2410c;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sensors-product-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 545px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
}

.sensors-product-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(249, 115, 22, 0.22), rgba(249, 115, 22, 0.08) 45%, transparent 72%);
  filter: blur(2px);
  z-index: 1;
}

.sensors-orbit-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  z-index: 1;
}

.sensors-orbit-ring-1 {
  width: 210px;
  height: 210px;
}

.sensors-orbit-ring-2 {
  width: 300px;
  height: 300px;
  border-color: rgba(255, 255, 255, 0.54);
}

.sensors-orbit-ring-3 {
  width: 390px;
  height: 390px;
  border-color: rgba(255, 255, 255, 0.36);
}

.sensors-product-image {
  position: relative;
  z-index: 3;
  width: min(92%, 390px);
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 34px 42px rgba(15, 23, 42, 0.28));
  transition: transform 0.35s ease;
}

.sensors-hero-grid:hover .sensors-product-image {
  transform: translateY(-8px) scale(1.015);
}

.sensors-live-panel {
  position: absolute;
  right: 24px;
  bottom: 30px;
  z-index: 5;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(249, 115, 22, 0.20);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-align: left;
}

.sensors-live-panel span {
  color: #c2410c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sensors-live-panel strong {
  color: #061431;
  font-size: 2rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.06em;
}

.sensors-live-panel small {
  color: #475569;
  font-size: 0.82rem;
  font-weight: 750;
}

/* INTRO */

.sensors-intro {
  padding: 86px 0;
  background: #ffffff;
}

.sensors-intro-box {
  padding: 46px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.12), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(249, 115, 22, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
  border: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow:
    0 34px 90px rgba(37, 99, 235, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.sensors-section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #c2410c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.sensors-intro h2 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #061431;
  font-size: clamp(2.45rem, 4.7vw, 4.65rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

.sensors-intro p {
  max-width: 760px;
  margin: 0;
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.75;
}

.sensors-variable-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

/* SECCIÓN SENSORES */

.sensors-catalog-section {
  padding: 86px 0 96px;
  background:
    linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    #f8fbff;
  background-size: 34px 34px;
}

.sensors-section-header {
  max-width: 840px;
  margin-bottom: 48px;
}

.sensors-section-header span {
  display: inline-block;
  margin-bottom: 14px;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.sensors-section-header h2 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #061431;
  font-size: clamp(2.45rem, 4.7vw, 4.65rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

.sensors-section-header p {
  max-width: 720px;
  margin: 0;
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.75;
}

/* SENSORES DESTACADOS */

.sensors-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 26px;
}

.sensor-featured-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto auto;
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 0%, rgba(37, 99, 235, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.07);
  transition: all 0.24s ease;
}

.sensor-featured-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 32px 76px rgba(37, 99, 235, 0.12);
}

.sensor-featured-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
}

.sensor-featured-solar {
  background:
    radial-gradient(circle at 88% 0%, rgba(249, 115, 22, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.92));
  border-color: rgba(249, 115, 22, 0.18);
}

.sensor-featured-solar:hover {
  border-color: rgba(249, 115, 22, 0.28);
  box-shadow: 0 32px 76px rgba(249, 115, 22, 0.14);
}

.sensor-featured-solar::before {
  background: linear-gradient(90deg, #f97316, rgba(249, 115, 22, 0.18));
}

.sensor-featured-leaf::before {
  background: linear-gradient(90deg, #10b981, rgba(16, 185, 129, 0.18));
}

.sensor-featured-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.09);
  border: 1px solid rgba(37, 99, 235, 0.14);
  color: #2563eb;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sensor-featured-solar .sensor-featured-badge {
  background: rgba(249, 115, 22, 0.11);
  border-color: rgba(249, 115, 22, 0.20);
  color: #c2410c;
}

.sensor-featured-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.20);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  font-size: 1.9rem;
}

.sensor-featured-solar .sensor-featured-icon {
  border-color: rgba(249, 115, 22, 0.22);
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.12);
}

.sensor-featured-card h3 {
  margin: 0;
  color: #07122f;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 740;
  line-height: 1;
  letter-spacing: -0.06em;
}

.sensor-featured-card p {
  margin: 20px 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.72;
}

.sensor-featured-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.sensor-featured-metrics span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.20);
  color: #334155;
  font-size: 0.8rem;
  font-weight: 850;
}

.sensor-featured-solar .sensor-featured-metrics span {
  border-color: rgba(249, 115, 22, 0.20);
}

.sensor-featured-note {
  min-height: 92px;
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.16);
  color: #1e3a8a;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.58;
}

.sensor-featured-solar .sensor-featured-note {
  background: rgba(249, 115, 22, 0.10);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #9a3412;
}

.sensor-featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* MINI CARDS */

.sensors-more-grid {
  display: grid;
  gap: 22px;
}

.sensors-more-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.sensor-mini-card {
  position: relative;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.06);
  transition: all 0.22s ease;
}

.sensor-mini-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 28px 66px rgba(37, 99, 235, 0.11);
}

.sensor-mini-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #eff6ff;
  font-size: 1.55rem;
}

.sensor-mini-badge {
  display: inline-block;
  margin-bottom: 13px;
  color: #2563eb;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.sensor-mini-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.2;
}

.sensor-mini-card p {
  margin: 0 0 22px;
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.65;
}

.sensor-mini-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: #c2410c;
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .sensors-hero {
    padding: 58px 0 70px;
  }

  .sensors-hero-grid {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .sensors-visual-card {
    width: 100%;
    min-height: 420px;
  }

  .sensors-product-stage {
    min-height: 420px;
  }

  .sensors-featured-grid,
  .sensors-more-grid-3 {
    grid-template-columns: 1fr;
  }

  .sensor-featured-card {
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .sensors-hero {
    padding: 44px 0 56px;
  }

  .sensors-hero-grid {
    padding: 28px;
    border-radius: 30px;
  }

  .sensors-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .sensors-hero-content > p,
  .sensors-intro p,
  .sensors-section-header p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .sensors-hero-actions,
  .sensor-featured-actions {
    flex-direction: column;
  }

  .sensors-btn-primary,
  .sensors-btn-secondary {
    width: 100%;
  }

  .sensors-intro,
  .sensors-catalog-section {
    padding: 62px 0 72px;
  }

  .sensors-intro-box {
    padding: 28px;
    border-radius: 30px;
  }

  .sensor-featured-card {
    padding: 26px;
    border-radius: 28px;
  }

  .sensors-live-panel {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .sensors-live-panel strong {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .sensors-hero-grid {
    padding: 24px;
  }

  .sensors-visual-card,
  .sensors-product-stage {
    min-height: 340px;
  }

  .sensors-hero h1 {
    font-size: 2.55rem;
  }

  .sensors-intro h2,
  .sensors-section-header h2 {
    font-size: 2.25rem;
  }

  .sensor-featured-card h3 {
    font-size: 2rem;
  }

  .sensors-product-image {
    width: min(92%, 300px);
    max-height: 300px;
  }

  .sensors-orbit-ring-3 {
    width: 320px;
    height: 320px;
  }

  .sensors-orbit-ring-2 {
    width: 250px;
    height: 250px;
  }

  .sensors-orbit-ring-1 {
    width: 180px;
    height: 180px;
  }

}