.geo-premium-section,
.geo-premium-section *{
  box-sizing:border-box;
  font-family:'Poppins',Arial,sans-serif;
}

.geo-premium-section{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:110px 5%;
  background:
    radial-gradient(circle at 80% 20%,rgba(31,98,174,.12),transparent 32%),
    radial-gradient(circle at 10% 90%,rgba(14,113,57,.08),transparent 28%),
    linear-gradient(120deg,#ffffff 0%,#f7fbff 55%,#eef7ff 100%);
}

.geo-premium-wrap{
  max-width:1480px;
  margin:auto;
  display:grid;
  grid-template-columns:42% 58%;
  gap:70px;
  align-items:center;
}

.geo-premium-kicker{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:34px;
  color:#0E7139;
  font-size:15px;
  font-weight:800;
  letter-spacing:1.5px;
}

.geo-premium-kicker span{
  width:60px;
  height:3px;
  border-radius:20px;
  background:#0E7139;
}

.geo-premium-brand{
  display:flex;
  align-items:center;
  margin-bottom:26px;
}

.geo-geotab-logo{
  display:block;
  width:310px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}

.geo-premium-left h2{
  margin:0;
  font-size:60px;
  line-height:1.03;
  font-weight:800;
  letter-spacing:-1.2px;
}

.geo-premium-left h2 span{
  display:block;
}

.geo-title-blue{
  color:#08264f;
}

.geo-title-green{
  color:#0E7139;
}

.geo-premium-main{
  margin:24px 0 0;
  color:#08264f;
  font-size:17px;
  line-height:1.7;
}

.geo-premium-main strong{
  color:#1F62AE;
}

.geo-premium-line{
  width:95px;
  height:4px;
  margin:34px 0;
  border-radius:20px;
  background:linear-gradient(90deg,#1F62AE,#0E7139);
}

.geo-premium-desc{
  max-width:560px;
  margin:0;
  color:#08264f;
  font-size:17px;
  line-height:1.7;
}

.geo-premium-desc strong{
  color:#0E7139;
}

.geo-premium-btn{
  margin-top:42px;
  min-height:66px;
  padding:0 38px;
  display:inline-flex;
  align-items:center;
  gap:16px;
  border-radius:16px;
  background:linear-gradient(90deg,#0053A3 0%,#0E7139 100%);
  color:#fff !important;
  text-decoration:none !important;
  font-size:17px;
  font-weight:800;
  box-shadow:0 24px 55px rgba(8,38,79,.18);
  transition:.3s ease;
}

.geo-premium-btn:hover{
  transform:translateY(-5px);
  color:#fff !important;
  box-shadow:0 30px 65px rgba(8,38,79,.24);
}

.geo-premium-right{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.geo-dashboard-image{
  position:relative;
  z-index:2;
  width:100%;
}

.geo-dashboard-image img{
  width:100%;
  display:block;
  filter:drop-shadow(0 45px 80px rgba(8,38,79,.18));
  animation:geoFloat 7s ease-in-out infinite;
}

@keyframes geoFloat{
  50%{
    transform:translateY(-10px);
  }
}

.geo-video-play{
  position:absolute;
  top:50%;
  left:50%;
  z-index:8;
  width:96px;
  height:96px;
  border:0;
  border-radius:50%;
  transform:translate(-50%,-50%);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  font-size:34px;
  background:linear-gradient(135deg,var(--geo-play-bg-start,#0053A3) 0%,var(--geo-play-bg-end,#0E7139) 100%);
  box-shadow:
    0 24px 60px rgba(8,38,79,.28),
    0 0 0 16px rgba(255,255,255,.22);
  transition:.28s ease;
}

.geo-video-play:before,
.geo-video-play:after{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius:50%;
  border:2px solid rgba(14,113,57,.42);
  animation:geoPlayPulse 2.2s ease-out infinite;
  pointer-events:none;
}

.geo-video-play:after{
  inset:-24px;
  border-color:rgba(31,98,174,.32);
  animation-delay:.55s;
}

.geo-video-play i{
  position:relative;
  z-index:2;
  margin-left:5px;
}

.geo-video-play:hover{
  transform:translate(-50%,-50%) scale(1.08);
  box-shadow:
    0 30px 75px rgba(8,38,79,.34),
    0 0 0 20px rgba(255,255,255,.30);
}

@keyframes geoPlayPulse{
  0%{
    transform:scale(.75);
    opacity:.75;
  }

  70%{
    transform:scale(1.35);
    opacity:.12;
  }

  100%{
    transform:scale(1.55);
    opacity:0;
  }
}

.geo-floating-card{
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px 22px;
  border-radius:20px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  box-shadow:0 22px 50px rgba(8,38,79,.12);
  border:1px solid rgba(31,98,174,.08);
}

.geo-floating-card i{
  width:58px;
  height:58px;
  border-radius:50%;
  background:linear-gradient(90deg,#0053A3 0%,#0E7139 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  flex:0 0 auto;
}

.geo-floating-card strong{
  display:block;
  color:#08264f;
  font-size:16px;
  font-weight:800;
}

.geo-floating-card span{
  display:block;
  margin-top:4px;
  color:#08264f;
  font-size:17px;
  line-height:1.5;
}

.geo-card-1{
  top:80px;
  left:-20px;
}

.geo-card-2{
  right:10px;
  bottom:80px;
}

.geo-video-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  align-items:center;
  justify-content:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .28s ease, visibility .28s ease;
}

.geo-video-modal.geo-video-open{
  display:flex !important;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.geo-video-backdrop{
  position:absolute;
  inset:0;
  background:rgba(8,38,79,.78);
  backdrop-filter:blur(10px);
}

.geo-video-box{
  position:relative;
  z-index:2;
  width:min(980px,100%);
  border-radius:28px;
  background:#ffffff;
  box-shadow:0 40px 110px rgba(0,0,0,.35);
  overflow:hidden;
  transform:translateY(22px) scale(.96);
  transition:.28s ease;
}

.geo-video-modal.geo-video-open .geo-video-box{
  transform:translateY(0) scale(1);
}

.geo-video-close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:5;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#ffffff;
  color:#08264f;
  font-size:22px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  transition:.25s ease;
}

.geo-video-close:hover{
  transform:scale(1.08);
  color:#0E7139;
}

.geo-video-frame{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  background:#000;
}

.geo-video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.geo-reveal{
  opacity:0;
  transform:translateY(44px);
  filter:blur(10px);
  transition:
    opacity .9s cubic-bezier(.16,1,.3,1),
    transform .9s cubic-bezier(.16,1,.3,1),
    filter .9s cubic-bezier(.16,1,.3,1);
}

.geo-reveal.geo-show{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}

.geo-delay-1{transition-delay:.12s;}
.geo-delay-2{transition-delay:.22s;}
.geo-delay-3{transition-delay:.32s;}

@media(max-width:1200px){
  .geo-premium-wrap{
    grid-template-columns:1fr;
  }

  .geo-premium-right{
    min-height:auto;
    margin-top:40px;
  }

  .geo-card-1{
    top:20px;
    left:0;
  }

  .geo-card-2{
    right:0;
    bottom:20px;
  }
}

@media(max-width:768px){
  .geo-premium-section{
    padding:70px 22px;
  }

  .geo-premium-brand{
    margin-bottom:22px;
  }

  .geo-geotab-logo{
    width:250px;
    max-width:100%;
  }

  .geo-premium-left h2{
    font-size:44px;
    letter-spacing:-.8px;
  }

  .geo-premium-main{
    font-size:17px;
  }

  .geo-premium-desc{
    font-size:17px;
  }

  .geo-premium-btn{
    width:100%;
    justify-content:center;
  }

  .geo-floating-card{
    position:relative;
    margin-top:18px;
  }

  .geo-card-1,
  .geo-card-2{
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
  }

  .geo-video-play{
    width:76px;
    height:76px;
    font-size:26px;
    box-shadow:
      0 20px 50px rgba(8,38,79,.26),
      0 0 0 12px rgba(255,255,255,.24);
  }

  .geo-video-play:before{
    inset:-10px;
  }

  .geo-video-play:after{
    inset:-20px;
  }

  .geo-video-modal{
    padding:16px;
  }

  .geo-video-box{
    border-radius:20px;
  }

  .geo-video-close{
    top:10px;
    right:10px;
    width:40px;
    height:40px;
    font-size:20px;
  }
}

body.elementor-editor-active .geo-reveal,
body.elementor-editor-active .anc-global-reveal,
body.elementor-editor-active .anc-pressure-reveal,
body.elementor-editor-active .anc-eco-reveal,
.elementor-editor-active .geo-reveal,
.elementor-editor-active .anc-global-reveal,
.elementor-editor-active .anc-pressure-reveal,
.elementor-editor-active .anc-eco-reveal{
  opacity:1 !important;
  transform:none !important;
  filter:none !important;
}

.geo-premium-btn svg,
.geo-floating-card svg{
  width:1em;
  height:1em;
}
.geo-floating-rendered-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:linear-gradient(90deg,#0053A3 0%,#0E7139 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  flex:0 0 auto;
}
.geo-floating-rendered-icon i,
.geo-floating-rendered-icon svg{
  width:1em;
  height:1em;
}

/* v0.2.7: Elementor Icon Library visibility fixes */
.geo-premium-btn .elementor-icon,
.geo-premium-btn i,
.geo-premium-btn svg{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:1em;
  height:1em;
  margin-left:2px;
  flex:0 0 auto;
}

.geo-floating-rendered-icon{
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  background:linear-gradient(90deg,#0053A3 0%,#0E7139 100%);
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:22px !important;
  flex:0 0 58px !important;
}

.geo-floating-rendered-icon i,
.geo-floating-rendered-icon svg,
.geo-floating-rendered-icon .elementor-icon{
  color:inherit !important;
  fill:currentColor !important;
  width:22px !important;
  height:22px !important;
  display:block !important;
  margin:0 !important;
}

/* v0.2.8: play/close icons + stronger mobile responsive */
.geo-video-play i,
.geo-video-play svg{
  display:block !important;
  width:1em !important;
  height:1em !important;
  color:currentColor !important;
  fill:currentColor !important;
}

.geo-video-close i,
.geo-video-close svg{
  display:block !important;
  width:1em !important;
  height:1em !important;
  color:currentColor !important;
  fill:currentColor !important;
}

@media(max-width:1200px){
  .geo-premium-section .geo-premium-wrap{
    grid-template-columns:1fr !important;
    gap:42px;
  }

  .geo-premium-section .geo-premium-right{
    min-height:auto !important;
    margin-top:22px;
  }

  .geo-premium-section .geo-dashboard-image{
    max-width:900px;
    margin:0 auto;
  }
}

@media(max-width:768px){
  .geo-premium-section .geo-premium-wrap{
    gap:28px;
  }

  .geo-premium-section .geo-premium-left{
    text-align:left;
  }

  .geo-premium-section .geo-premium-right{
    display:block;
    min-height:auto !important;
  }

  .geo-premium-section .geo-dashboard-image{
    width:100% !important;
    max-width:100%;
    margin:28px auto 0;
  }

  .geo-premium-section .geo-dashboard-image img{
    animation:none;
  }

  .geo-premium-section .geo-video-play{
    width:76px !important;
    height:76px !important;
    font-size:26px !important;
  }

  .geo-premium-section .geo-floating-card{
    width:100%;
    position:relative !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    margin:18px 0 0;
  }

  .geo-premium-section .geo-floating-rendered-icon{
    width:52px !important;
    height:52px !important;
    flex-basis:52px !important;
  }
}

@media(max-width:480px){
  .geo-premium-section .geo-premium-btn{
    width:100%;
    justify-content:center;
    padding-left:22px;
    padding-right:22px;
  }

  .geo-premium-section .geo-floating-card{
    align-items:flex-start;
  }
}


/* v0.3.3: Geotab Premium typography fix.
   El tamaño y fuente del párrafo izquierdo se controla SOLO en Estilo > Tipografía > Párrafo izquierdo. */
.geo-premium-left .geo-premium-main,
.geo-premium-left .geo-premium-desc,
.geo-premium-left .geo-premium-main strong,
.geo-premium-left .geo-premium-desc strong{
  font-size:inherit;
  line-height:inherit;
}

/* v0.3.6: fuerza herencia interna para que el lápiz de Tipografía controle el párrafo izquierdo. */
.geo-premium-left p.geo-premium-main strong,
.geo-premium-left p.geo-premium-desc strong{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}
