:root{
  --blue:#2f5bea;
  --light:#6ec1e4;
  --dark:#111;
  --bg-dark:#060714;
  --soft-blue:rgba(46, 91, 234, 0.18);
}

/* Global */
*,
*::before,
*::after{
  box-sizing:border-box;
}

body{
  font-family:'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  padding:0;
  margin:0;
  color:#222;
  background:#f7f8fc;
}

a{
  text-decoration:none;
}

/* TOP BAR */
.top-bar{
  background-color:#111;
  color:#fff;
  font-size:14px;
}

.top-bar a{
  color:#fff;
  margin-right:18px;
}

.top-bar i{
  margin-right:2px;
}


/* HERO */
.hero{
  min-height:100vh;
  background:radial-gradient(circle at top left, #2f5bea1a, transparent 55%),
             radial-gradient(circle at bottom right, #6ec1e41f, transparent 55%),
             #050816;
  color:#fff;
  padding:80px 0 70px;
}

.hero-text h1{
  font-size:2.8rem;
  font-weight:700;
  line-height:1.2;
}

.hero-text h1 span{
  color:var(--light);
}

.hero-text p{
  margin-top:18px;
  color:#d0d4ff;
  max-width:520px;
}

.badge.bg-soft-blue{
  background:var(--soft-blue);
  color:#c7d2ff;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
}

.hero-actions .btn-primary-grad{
  margin-right:6px;
}


.btn-primary-grad2 {
    background:
        radial-gradient(circle at top left, #25D36633, transparent 55%),
        radial-gradient(circle at bottom right, #128C7E33, transparent 55%),
        #25D366 !important;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary-grad2:hover {
    background:
        radial-gradient(circle at top left, #25D36655, transparent 55%),
        radial-gradient(circle at bottom right, #128C7E55, transparent 55%),
        #128C7E !important;
}


/* Primary gradient button */
.btn-primary-grad{
  /* background: ; */
  border:2px solid white;
  color:#fff;
  border-radius:999px;
  padding:10px 26px;
  font-weight:600;
  font-size:14px;
  box-shadow:0 12px 40px rgba(46, 91, 234, 0.45);
}

.btn-primary-grad:hover{
  opacity:.92;
  color:#fff;
  border: 2px solid greenyellow;
}

.hero-secondary-btn{
  border-radius:999px;
  border:1px solid rgba(148, 163, 184, 0.6);
  color:#e5e7eb;
  padding:10px 22px;
  font-size:14px;
}

.hero-secondary-btn:hover{
  background:rgba(15,23,42,.5);
  color:#fff;
}

.hero-meta h4{
  font-size:18px;
  margin-bottom:3px;
}

.hero-meta span{
  font-size:13px;
  color:#9ca3af;
}

/* Hero app style card */
.hero-app-card{
  background:linear-gradient(145deg,#0b1020,#050816);
  border-radius:26px;
  padding:22px 22px 18px;
  box-shadow:0 20px 60px rgba(15,23,42,.8);
  border:1px solid rgba(148,163,184,.4);
}

.hero-app-header{
  margin-bottom:16px;
}

.hero-app-header .brand{
  font-weight:600;
  font-size:14px;
  color:#e5e7eb;
}

.status-pill{
  padding:4px 10px;
  border-radius:999px;
  background:rgba(22,163,74,.18);
  color:#bbf7d0;
  font-size:11px;
}

.hero-app-body ul li{
  padding:10px 0;
  border-bottom:1px dashed rgba(148,163,184,.4);
  font-size:14px;
  display:flex;
  flex-direction:column;
  gap:4px;
  color:#e5e7eb;
}

.hero-app-body ul li:last-child{
  border-bottom:none;
}

.hero-app-body i{
  color:var(--light);
  margin-right:8px;
}

.hero-app-body li > i{
  margin-bottom:2px;
}

.hero-app-body .tag{
  font-size:11px;
  color:#9ca3af;
}

.hero-app-footer{
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(31,41,55,.8);
}

.hero-app-footer small{
  font-size:11px;
  color:#9ca3af;
}

.hero-app-footer h6{
  font-size:13px;
  color:#e5e7eb;
}

.btn-whatsapp{
  background:#22c55e;
  color:#052e16;
  border-radius:999px;
  font-size:12px;
  padding:6px 14px;
  border:none;
}

.btn-whatsapp:hover{
  background:#16a34a;
  color:#022c22;
}

/* SECTIONS */
.section-padding{
  padding:80px 0;
}

.section-header .subtitle{
  display:inline-block;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.14em;
  color:#6b7280;
  margin-bottom:6px;
}

.section-header h2{
  font-weight:700;
  margin-bottom:10px;
}

.section-header p{
  max-width:620px;
  margin:0 auto;
  color:#6b7280;
}

/* SERVICES */
.service-card{
  background:#fff;
  border-radius:18px;
  padding:22px 22px 20px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  border:1px solid rgba(226,232,240,.9);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 60px rgba(15,23,42,.12);
  border-color:rgba(129,140,248,.7);
}

.service-card .icon-wrap{
  width:44px;
  height:44px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(79,70,229,.08);
  color:var(--blue);
  margin-bottom:14px;
}

.service-card h4{
  font-size:18px;
  margin-bottom:10px;
}

.service-card p{
  font-size:14px;
  color:#6b7280;
  margin-bottom:10px;
}

.service-card ul{
  padding-left:18px;
  margin-bottom:0;
}

.service-card ul li{
  font-size:13px;
  color:#4b5563;
  margin-bottom:4px;
}

/* ABOUT */
.about-card{
  background:#fff;
  border-radius:18px;
  padding:22px;
}

.about-card li{
  margin-bottom:8px;
  font-size:14px;
  color:#4b5563;
}

.about-card i{
  color:#22c55e;
  margin-right:6px;
}

.about-stat h3{
  font-size:22px;
  margin-bottom:2px;
  color:var(--blue);
}

.about-stat span{
  font-size:13px;
  color:#4b5563;
}

/* CONTACT */
.bg-dark{
  background:#050816 !important;
}

.contact-card{
  background:rgba(15,23,42,.95);
  border-radius:20px;
  padding:22px;
  border:1px solid rgba(148,163,184,.5);
  box-shadow:0 18px 50px rgba(15,23,42,1);
}

.contact-card .form-control,
.contact-card .form-select{
  background:rgba(15,23,42,.95);
  border:1px solid rgba(55,65,81,.9);
  color:#e5e7eb;
  font-size:14px;
}

.contact-card .form-control::placeholder{
  color:#6b7280;
}

.contact-card .form-control:focus,
.contact-card .form-select:focus{
  border-color:var(--light);
  box-shadow:none;
}

.contact-info p{
  margin-bottom:6px;
  font-size:14px;
}

.contact-info i{
  color:var(--light);
}

/* FOOTER */
footer{
  font-size:13px;
}

/* UTILITIES */
.bg-black{
  background:#020617 !important;
}

/* RESPONSIVE */
@media (max-width: 991.98px){
  .hero{
    padding-top:40px;
  }
  .hero-text h1{
    font-size:2.2rem;
  }
}

@media (max-width: 575.98px){
  .hero{
    padding-top:30px;
  }
  .hero-text h1{
    font-size:1.9rem;
  }
  .service-card{
    padding:18px;
  }
}
