/* HERO */
.hero{
  position:relative;
  overflow:hidden;
  padding:20px 0;
  background:
    linear-gradient(
    to bottom,
    #e8e2e2,
    #ef4141
  );
}

.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

/* BADGE */

.badge{
  background:#eff6ff;
  color:#eb2525;
  padding:8px 18px;
  border-radius:50px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:0.9rem;
  font-weight:600;
  animation:fadeUp 1s ease;
}
/* HEADING */

.hero h1{
  font-size:4.2rem;
  line-height:1.1;
  margin:28px 0;
  font-weight:800;
  color:#0f172a;
  animation:fadeUp 1.2s ease;
}

h1{
  font-size:3.5rem;
  margin:24px 0;
  line-height:1.2;
}

.gradient-text{
  background:  linear-gradient(
    90deg,
    #ff0055,
    #ff9800
  );

  -webkit-background-clip:text;
  color:transparent;
}

.hero-text{
  font-size:1.1rem;
  line-height:1.9;
  color:#0a0a0a;
  margin-bottom:36px;
  max-width:620px;
  animation:fadeUp 1.4s ease;
}

.hero-buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:40px;
}

.hero-whatsapp{
  margin-top:32px;
  background:#0F172A;
  color:white;
  padding:12px 20px;
  border-radius:40px;
  display:inline-block;
}
.btn-outline{
  padding:15px 30px;
  border-radius:14px;
  font-weight:600;
  text-decoration:none;
  transition:0.4s;
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.btn-primary-home{
  background:  linear-gradient(
    90deg,
    #ff0055,
    #ff9800
  );
  color:#fff;
    padding:13px 24px !important;

  border-radius:999px;

  font-weight:600;

  text-decoration:none;
  box-shadow:0 15px 35px rgba(235, 44, 37, 0.25);
}

.btn-primary-home:hover{
  transform:translateY(-5px);
}
 

.hero-card{
  background:#F1F5F9;
  padding:40px;
  border-radius:32px;
  text-align:center;
}

.hero-icon{
  font-size:4rem;
  margin-bottom:16px;
}

/* SECTION */

section{
  padding:80px 0;
}

.section-title{
  text-align:center;
  max-width:700px;
  margin:auto auto 48px;
}

.section-title h2{
  margin-top:16px;
  font-size:2.3rem;
}

/* STEPS */

.steps{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

.step-card{
  background:#F8FAFC;
  padding:24px;
  border-radius:24px;
}

.step-number{
  font-size:2rem;
  font-weight:800;
  color:#94A3B8;
  margin-bottom:12px;
}

/* PRICING */

.pricing-section{
  background:#F8FAFC;
}

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:32px;
}

.pricing-card{
  background:white;
  padding:32px;
  border-radius:32px;
  border:1px solid #E2E8F0;
}

.price{
  font-size:2.5rem;
  font-weight:800;
  margin:20px 0;
}

.full-btn{
  width:100%;
  text-align:center;
  margin-top:24px;
}

.btn-outline{
  border:1px solid #cbd5e1;
  color:#0f172a;
  background:#fff;
}

.btn-outline:hover{
  background:#0f172a;
  color:#fff;
}

/* TRUST */

.hero-trust{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.trust-box{
  background:#fff;
  padding:18px 24px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
  min-width:120px;
}

.trust-box h3{
  font-size:1.8rem;
  color:#eb2525;
}

.trust-box p{
  color:#64748b;
}

/* IMAGE SIDE */

.hero-image-wrapper{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
}

/* GLOW */

.hero-glow{
  position:absolute;
  width:420px;
  height:420px;
  background:linear-gradient(
    135deg,
    rgba(235, 37, 37, 0.25),
    rgba(237, 82, 58, 0.2)
  );

  filter:blur(80px);
  border-radius:50%;
  animation:pulse 5s infinite alternate;
}

/* MAIN CARD */

.hero-image-card{
  position:relative;
  z-index:2;
  background:#fff;
  padding:18px;
  border-radius:35px;
  box-shadow:
  0 25px 60px rgba(15,23,42,0.12);

  animation:floatCard 5s ease-in-out infinite;
}

.hero-main-image{
  width:100%;
  max-width:520px;
  border-radius:28px;
  display:block;
}

/* MINI CARD */

.mini-card{
  position:absolute;
  bottom:25px;
  left:-40px;

  background:#fff;
  border-radius:20px;
  padding:18px 20px;

  display:flex;
  align-items:center;
  gap:14px;

  box-shadow:
  0 15px 40px rgba(0,0,0,0.12);

  animation:fadeUp 1.5s ease;
}

.mini-icon{
  width:55px;
  height:55px;
  background:#eff6ff;
  border-radius:14px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#eb2525;
  font-size:1.5rem;
}

.mini-card h4{
  margin-bottom:4px;
}

.mini-card p{
  color:#64748b;
  font-size:0.9rem;
}

/* FLOATING ICONS */

.floating{
  position:absolute;
  width:70px;
  height:70px;
  background:#fff;
  border-radius:22px;

  display:flex;
  justify-content:center;
  align-items:center;

  font-size:2rem;
  color:#2563eb;

  box-shadow:0 15px 40px rgba(0,0,0,0.08);

  z-index:3;
}

.floating-1{
  top:40px;
  left:20px;
  animation:float1 5s infinite ease-in-out;
}

.floating-2{
  top:120px;
  right:20px;
  animation:float2 6s infinite ease-in-out;
}

.floating-3{
  bottom:50px;
  right:70px;
  animation:float3 4s infinite ease-in-out;
}

/* ANIMATIONS */

@keyframes floatCard{

  0%{
    transform:translateY(0px);
  }

  50%{
    transform:translateY(-18px);
  }

  100%{
    transform:translateY(0px);
  }

}

@keyframes pulse{

  from{
    transform:scale(1);
  }

  to{
    transform:scale(1.15);
  }

}

@keyframes float1{

  0%{
    transform:translateY(0);
  }

  50%{
    transform:translateY(-20px);
  }

  100%{
    transform:translateY(0);
  }

}

@keyframes float2{

  0%{
    transform:translateY(0);
  }

  50%{
    transform:translateY(15px);
  }

  100%{
    transform:translateY(0);
  }

}

@keyframes float3{

  0%{
    transform:translateY(0);
  }

  50%{
    transform:translateY(-12px);
  }

  100%{
    transform:translateY(0);
  }

}

@keyframes fadeUp{

  from{
    opacity:0;
    transform:translateY(30px);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }

}

/* RESPONSIVE */

@media(max-width:992px){

  .grid-2{
    grid-template-columns:1fr;
  }

  .hero{
    padding:20px 0;
    text-align:center;
  }

  .hero h1{
    font-size:3rem;
  }

  .hero-buttons{
    justify-content:center;
  }

  .hero-trust{
    justify-content:center;
  }

  .mini-card{
    left:10px;
    bottom:15px;
  }

}

@media(max-width:768px){

  .hero h1{
    font-size:2.4rem;
  }

  .hero-text{
    font-size:1rem;
  }

  .hero-main-image{
    max-width:100%;
  }

  .floating{
    width:55px;
    height:55px;
    font-size:1.5rem;
  }

}
/* RESPONSIVE */

@media(max-width:800px){

  .grid-2{
    grid-template-columns:1fr;
  }

  h1{
    font-size:2.4rem;
  }

  .section-title h2{
    font-size:1.8rem;
  }

}

#webcarousel,
#business-website,
#web-combo,
#gmb-card{
  scroll-margin-top:120px;
}

/* SERVICES */

.services-section{
    padding:100px 0;
    background:#f8fafc;
}

.services-section .section-title{
    text-align:center;
    max-width:800px;
    margin:auto auto 70px;
}

.services-section .section-title h2{
    font-size:2.8rem;
    font-weight:800;
    margin:20px 0;
    color:#0f172a;
}

.services-section .section-title p{
    color:#64748b;
    font-size:1.05rem;
    line-height:1.8;
}

/* CARD */

.service-card{
    position:relative;
    height:100%;
    background:#fff;
    padding:35px;
    border-radius:30px;
    overflow:hidden;

    border:1px solid rgba(235,37,37,0.08);

    transition:.4s ease;

    box-shadow:
    0 15px 35px rgba(15,23,42,0.06);
}

/* TOP GLOW */

.service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;

    background:
    linear-gradient(
    90deg,
    #ff0055,
    #ff9800
    );
}

/* HOVER */

.service-card:hover{
    transform:translateY(-12px);

    box-shadow:
    0 25px 60px rgba(235,37,37,0.15);
}

/* ICON */

.service-icon{
    width:75px;
    height:75px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:22px;

    font-size:2rem;

    background:
    linear-gradient(
    135deg,
    rgba(255,0,85,.1),
    rgba(255,152,0,.15)
    );

    margin-bottom:25px;
}

/* TITLE */

.service-card h3{
    font-size:1.45rem;
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
}

/* TEXT */

.service-card p{
    color:#64748b;
    line-height:1.8;
    margin:0;
}

/* RESPONSIVE */

@media(max-width:768px){

    .services-section{
        padding:70px 0;
    }

    .services-section .section-title h2{
        font-size:2rem;
    }

    .service-card{
        padding:28px;
    }

}

/* ABOUT HIGHLIGHT SECTION */

.about-highlight-section{
    padding:100px 0;

    background:
    linear-gradient(
    135deg,
    #fff5f5,
    #fff8ee
    );
}

/* MAIN CARD */

.about-highlight-card{

    position:relative;

    max-width:1000px;

    margin:auto;

    text-align:center;

    background:#fff;

    padding:60px;

    border-radius:35px;

    overflow:hidden;

    box-shadow:
    0 25px 60px rgba(15,23,42,0.08);

    border:1px solid rgba(235,37,37,0.08);
}

/* TOP GRADIENT LINE */

.about-highlight-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:6px;

    background:
    linear-gradient(
    90deg,
    #ff0055,
    #ff9800
    );
}

/* HEADING */

.about-highlight-card h2{

    font-size:2.8rem;

    font-weight:800;

    color:#0f172a;

    margin:25px 0;
}

/* TEXT */

.about-highlight-card p{

    font-size:1.08rem;

    line-height:1.9;

    color:#64748b;

    max-width:850px;

    margin:0 auto 20px;
}

/* KEYWORDS */

.about-highlight-card strong{

    color:#eb2525;

    font-weight:700;
}

/* RESPONSIVE */

@media(max-width:768px){

    .about-highlight-section{
        padding:70px 0;
    }

    .about-highlight-card{
        padding:35px 25px;
    }

    .about-highlight-card h2{
        font-size:2rem;
    }

    .about-highlight-card p{
        font-size:1rem;
    }

}