.elementor-12264 .elementor-element.elementor-element-02d9a7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12264 .elementor-element.elementor-element-5efb7b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-12264 .page-title{display:block;}/* Start custom CSS *//* =========================
   INNOVABLACK LANDING CSS
========================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#050505;
  color:#fff;
  font-family:'Inter',Arial,sans-serif;
  overflow-x:hidden;
}

/* =========================
   GENERAL
========================= */

.ib-hero,
.ib-section{
  background:#050505;
  color:#fff;
  padding:100px 0;
  position:relative;
}

.ib-dark{
  background:#080808;
}

.ib-container{
  width:min(1180px,92%);
  margin:auto;
}

.ib-section-title{
  text-align:center;
  margin-bottom:60px;
}

.ib-section-title span{
  color:#ff6a00;
  font-weight:800;
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:.08em;
}

.ib-section-title h2{
  font-size:clamp(38px,4vw,62px);
  line-height:1;
  margin-top:18px;
  color:#fff;
  font-weight:900;
}

.ib-section-title h2 strong{
  color:#ff6a00;
}

/* =========================
   HERO
========================= */

.ib-hero{
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(255,106,0,.15), transparent 30%),
    #050505;
}

.ib-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:24px 24px;
  opacity:.25;
  pointer-events:none;
}

.ib-hero-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:70px;
  align-items:center;
  position:relative;
  z-index:2;
}

.ib-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(255,106,0,.35);
  padding:10px 18px;
  border-radius:999px;
  color:#ff6a00;
  font-weight:800;
  font-size:14px;
  background:rgba(255,106,0,.08);
}

.ib-hero h1{
  font-size:clamp(52px,5vw,86px);
  line-height:.92;
  font-weight:900;
  margin:30px 0;
  letter-spacing:-.05em;
  color:#fff;
}

.ib-hero h1 span{
  color:#ff6a00;
}

.ib-hero-content p{
  color:#e5e5e5 !important;
  font-size:19px !important;
  line-height:1.7;
  max-width:620px;
}

.ib-badges{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.ib-badges span{
  padding:12px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:#0f0f10;
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.ib-buttons{
  display:flex;
  gap:14px;
  margin-top:35px;
  flex-wrap:wrap;
}

.ib-btn{
  padding:16px 24px;
  border-radius:10px;
  font-weight:800;
  text-decoration:none !important;
  transition:.25s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.ib-btn:hover{
  transform:translateY(-3px);
}

.ib-btn-primary{
  background:#ff6a00;
  color:#fff !important;
  box-shadow:0 20px 50px rgba(255,106,0,.25);
}

.ib-btn-secondary{
  border:1px solid rgba(255,255,255,.12);
  background:#111;
  color:#fff !important;
}

.ib-proof{
  display:flex;
  align-items:center;
  gap:15px;
  margin-top:24px;
}

.ib-proof p{
  color:#cfcfcf !important;
}

.ib-avatars{
  display:flex;
}

.ib-avatars span{
  width:36px;
  height:36px;
  border-radius:50%;
  background:linear-gradient(135deg,#fff,#ffb16c);
  border:2px solid #050505;
  margin-left:-8px;
}

.ib-avatars span:first-child{
  margin-left:0;
}

/* =========================
   MOCKUP
========================= */

.ib-mockup-area{
  position:relative;
  transform:translateX(40px);
}

.ib-orbit{
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  border:2px solid rgba(255,106,0,.45);
  right:-40px;
  top:-30px;
  filter:drop-shadow(0 0 30px rgba(255,106,0,.35));
}

.ib-laptop{
  position:relative;
  background:#121212;
  border:2px solid #393939;
  border-radius:20px;
  padding:18px;
  box-shadow:0 30px 80px rgba(0,0,0,.5);
  z-index:2;
}

.ib-screen{
  background:#fff;
  overflow:hidden;
  border-radius:12px;
}

.ib-store-menu{
  display:flex;
  gap:24px;
  padding:16px 22px;
  font-size:13px;
  color:#111;
  align-items:center;
}

.ib-store-menu strong{
  margin-right:auto;
}

.ib-store-hero{
  position:relative;
  height:260px;
  overflow:hidden;
}

.ib-store-hero img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.ib-store-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.75),
    rgba(0,0,0,.15)
  );
  display:flex;
  align-items:center;
  padding:40px;
}

.ib-store-overlay h3{
  color:#fff;
  font-size:52px;
  line-height:.95;
  font-weight:900;
  margin-bottom:20px;
}

.ib-store-overlay button{
  border:0;
  background:#ff6a00;
  color:#fff;
  padding:14px 22px;
  border-radius:8px;
  font-weight:800;
  cursor:pointer;
}

.ib-products{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:20px;
}

.ib-products div{
  height:100px;
  border-radius:10px;
  background:#ececec;
}

.ib-phone{
  position:absolute;
  right:-35px;
  top:80px;
  width:230px;
  background:#e6ddd2;
  border:10px solid #222;
  border-radius:34px;
  overflow:hidden;
  z-index:3;
  box-shadow:0 25px 70px rgba(0,0,0,.55);
}

.ib-phone-header{
  background:#0a7b61;
  color:#fff;
  padding:18px;
  font-weight:800;
  font-size:20px;
}

.ib-chat{
  padding:16px;
}

.ib-bubble{
  background:#fff;
  color:#111;
  padding:14px;
  border-radius:14px;
  margin-bottom:14px;
  font-size:14px;
}

.ib-me{
  background:#c9f7b2;
  margin-left:30px;
}

.ib-order{
  position:absolute;
  left:80px;
  bottom:-40px;
  background:#fff;
  color:#111;
  border-radius:18px;
  padding:20px 24px;
  display:flex;
  gap:14px;
  align-items:center;
  z-index:5;
  box-shadow:0 25px 60px rgba(0,0,0,.45);
}

/* =========================
   CARDS
========================= */

.ib-problem-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}

.ib-solution-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:20px;
}

.ib-card,
.ib-feature,
.ib-step{
  background:linear-gradient(180deg,#171717,#101010);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:34px 22px;
  text-align:center;
  transition:.3s ease;
}

.ib-card:hover,
.ib-feature:hover,
.ib-step:hover{
  transform:translateY(-6px);
  border-color:rgba(255,106,0,.35);
}

.ib-feature{
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.ib-card{
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.ib-icon{
  color:#ff6a00;
  font-size:30px;
  margin-bottom:18px;
}

.ib-card h3,
.ib-feature h3,
.ib-step h3{
  color:#ffffff !important;
  font-size:22px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  margin:12px 0 12px !important;
}

.ib-card p,
.ib-step p{
  color:#cfcfcf !important;
  font-size:15px !important;
  line-height:1.7 !important;
}

/* =========================
   STEPS
========================= */

.ib-steps-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.ib-step-number{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#ff6a00;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  font-weight:900;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:980px){

  .ib-hero-grid,
  .ib-problem-grid,
  .ib-solution-grid,
  .ib-steps-grid{
    grid-template-columns:1fr;
  }

  .ib-hero{
    padding-top:70px;
  }

  .ib-mockup-area{
    transform:none;
  }

  .ib-phone{
    position:relative;
    right:auto;
    top:auto;
    margin:20px auto;
  }

  .ib-order{
    position:relative;
    left:auto;
    bottom:auto;
    margin:20px auto 0;
    width:max-content;
  }

  .ib-orbit{
    display:none;
  }

  .ib-store-overlay h3{
    font-size:34px;
  }

  .ib-hero h1{
    font-size:56px;
  }
}

@media(max-width:640px){

  .ib-hero,
  .ib-section{
    padding:70px 0;
  }

  .ib-hero h1{
    font-size:44px;
  }

  .ib-buttons{
    flex-direction:column;
  }

  .ib-btn{
    width:100%;
  }

  .ib-store-overlay{
    padding:20px;
  }

  .ib-store-overlay h3{
    font-size:28px;
  }

  .ib-phone{
    width:190px;
  }
}
/* =========================
   HEADER / MENU
========================= */

.ib-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(5,5,5,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.ib-nav{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.ib-logo{
  color:#fff;
  text-decoration:none;
  font-size:34px;
  font-weight:900;
  line-height:.8;
  letter-spacing:-.05em;
}

.ib-logo span{
  display:block;
  color:#ff6a00;
  font-size:13px;
  letter-spacing:.22em;
  margin-left:58px;
  margin-top:6px;
}

.ib-menu{
  display:flex;
  align-items:center;
  gap:34px;
}

.ib-menu a{
  color:#d8d8d8;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  transition:.25s ease;
  position:relative;
}

.ib-menu a:hover{
  color:#ff6a00;
}

.ib-menu a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:#ff6a00;
  transition:.25s ease;
}

.ib-menu a:hover::after{
  width:100%;
}

.ib-nav-btn{
  background:#ff6a00;
  color:#fff !important;
  text-decoration:none;
  padding:14px 22px;
  border-radius:10px;
  font-weight:800;
  transition:.25s ease;
  box-shadow:0 18px 45px rgba(255,106,0,.25);
}

.ib-nav-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 55px rgba(255,106,0,.35);
}

.ib-mobile-toggle{
  display:none;
  background:none;
  border:none;
  color:#fff;
  font-size:30px;
  cursor:pointer;
}

/* =========================
   MOBILE MENU
========================= */

@media(max-width:980px){

  .ib-nav{
    height:78px;
  }

  .ib-menu{
    display:none;
  }

  .ib-nav-btn{
    display:none;
  }

  .ib-mobile-toggle{
    display:block;
  }

  .ib-logo{
    font-size:28px;
  }

}
/* =========================
   HEADER / MENU
========================= */

.ib-header{
  position:sticky;
  top:0;
  z-index:999;
  width:100%;
  background:rgba(5,5,5,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.ib-nav{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

/* =========================
   LOGO
========================= */

.ib-logo{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.ib-logo img{
  width:220px;
  height:auto;
  display:block;
}

/* =========================
   MENU LINKS
========================= */

.ib-menu{
  display:flex;
  align-items:center;
  gap:34px;
}

.ib-menu a{
  color:#d8d8d8;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  transition:.25s ease;
  position:relative;
}

.ib-menu a:hover{
  color:#ff6a00;
}

.ib-menu a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:#ff6a00;
  transition:.25s ease;
}

.ib-menu a:hover::after{
  width:100%;
}

/* =========================
   BUTTON
========================= */

.ib-nav-btn{
  background:#ff6a00;
  color:#fff !important;
  text-decoration:none;
  padding:14px 22px;
  border-radius:10px;
  font-weight:800;
  transition:.25s ease;
  box-shadow:0 18px 45px rgba(255,106,0,.25);
  white-space:nowrap;
}

.ib-nav-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 55px rgba(255,106,0,.35);
}

/* =========================
   MOBILE TOGGLE
========================= */

.ib-mobile-toggle{
  display:none;
  background:none;
  border:none;
  color:#fff;
  font-size:30px;
  cursor:pointer;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:980px){

  .ib-nav{
    height:78px;
  }

  .ib-menu{
    display:none;
  }

  .ib-nav-btn{
    display:none;
  }

  .ib-mobile-toggle{
    display:block;
  }

  .ib-logo img{
    width:170px;
  }

}
/* =========================
   PLANES
========================= */

.ib-pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.ib-price-card{
  position:relative;
  background:linear-gradient(180deg,#181818,#101010);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:40px 30px;
  transition:.3s ease;
}

.ib-price-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,106,0,.35);
}

.ib-featured{
  border:1px solid #ff6a00;
  box-shadow:0 0 0 1px rgba(255,106,0,.25);
}

.ib-popular{
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  background:#ff6a00;
  color:#fff;
  padding:8px 18px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
}

.ib-price-card h3{
  font-size:30px;
  font-weight:900;
  margin-bottom:10px;
}

.ib-price-desc{
  color:#bcbcbc;
  margin-bottom:24px;
}

.ib-price{
  font-size:64px;
  font-weight:900;
  color:#ff6a00;
  line-height:1;
}

.ib-price-card small{
  color:#bcbcbc;
}

.ib-price-card ul{
  list-style:none;
  margin:30px 0;
}

.ib-price-card ul li{
  color:#e5e5e5;
  margin-bottom:16px;
  position:relative;
  padding-left:26px;
}

.ib-price-card ul li::before{
  content:'✓';
  position:absolute;
  left:0;
  color:#22c55e;
  font-weight:900;
}

.ib-price-card a{
  display:block;
  text-align:center;
  background:#ff6a00;
  color:#fff;
  text-decoration:none;
  padding:16px;
  border-radius:10px;
  font-weight:800;
  transition:.25s ease;
}

.ib-price-card a:hover{
  transform:translateY(-3px);
}

/* RESPONSIVE */

@media(max-width:980px){

  .ib-pricing-grid{
    grid-template-columns:1fr;
  }

}
/* =========================
   FAQ
========================= */

.ib-faq{
  max-width:900px;
  margin:auto;
}

.ib-faq details{
  background:#141414;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:24px;
  margin-bottom:18px;
}

.ib-faq summary{
  cursor:pointer;
  font-size:20px;
  font-weight:700;
  color:#fff;
  list-style:none;
}

.ib-faq summary::-webkit-details-marker{
  display:none;
}

.ib-faq p{
  margin-top:18px;
  color:#cfcfcf;
  line-height:1.7;
}
/* =========================
   CTA PROYECTOS
========================= */

.ib-projects-cta{
  margin-top:60px;
  text-align:center;
}

.ib-projects-cta p{
  color:#cfcfcf;
  margin-bottom:22px;
  font-size:18px;
}

.ib-projects-cta .ib-btn{
  min-width:260px;
}/* End custom CSS */