@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Sora:wght@600;700;800&display=swap');

/* AR Digital Web — Global CSS
   Brand: Digital Solutions. Real Growth.
   Designed for Astra + Elementor + Elementor Pro.
*/
:root{
  --ardw-navy:#07111F;
  --ardw-blue:#2563EB;
  --ardw-cyan:#38BDF8;
  --ardw-orange:#F97316;
  --ardw-ink:#0F172A;
  --ardw-muted:#64748B;
  --ardw-line:#E2E8F0;
  --ardw-soft:#F8FAFC;
  --ardw-white:#fff;
}
.ardw-wrap{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ardw-ink)}
.ardw-container{max-width:1180px;margin:auto}
.ardw-eyebrow{display:inline-flex;padding:7px 12px;border:1px solid rgba(37,99,235,.2);border-radius:999px;color:var(--ardw-blue);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#fff}
.ardw-title{font-family:Sora,Inter,sans-serif;letter-spacing:-.035em;line-height:1.05}
.ardw-gradient{background:linear-gradient(90deg,var(--ardw-blue),var(--ardw-cyan),var(--ardw-orange));-webkit-background-clip:text;background-clip:text;color:transparent}
.ardw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 21px;border-radius:12px;background:var(--ardw-blue);color:#fff!important;text-decoration:none!important;font-weight:700;box-shadow:0 12px 30px rgba(37,99,235,.2);transition:.25s}
.ardw-btn:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(37,99,235,.28)}
.ardw-btn.dark{background:var(--ardw-navy)}
.ardw-btn.ghost{background:#fff;color:var(--ardw-ink)!important;border:1px solid var(--ardw-line);box-shadow:none}
.ardw-grid{display:grid;gap:22px}
.ardw-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ardw-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ardw-card{background:#fff;border:1px solid var(--ardw-line);border-radius:20px;padding:26px;box-shadow:0 10px 35px rgba(15,23,42,.05);transition:.25s}
.ardw-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(15,23,42,.1)}
.ardw-dark{background:var(--ardw-navy);color:#fff}
.ardw-dark .ardw-muted{color:#A9B6C8}
.ardw-muted{color:var(--ardw-muted)}
.ardw-kicker{font-weight:800;color:var(--ardw-blue);font-size:13px}
.ardw-stat{font-size:34px;font-weight:900;line-height:1;margin-bottom:8px}
.ardw-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#EFF6FF;color:var(--ardw-blue);font-size:21px;margin-bottom:18px}
.ardw-hero{padding:110px 25px 90px;background:radial-gradient(circle at 80% 20%,rgba(56,189,248,.17),transparent 30%),radial-gradient(circle at 10% 10%,rgba(37,99,235,.12),transparent 35%),#fff}
.ardw-hero-panel{background:linear-gradient(145deg,#07111F,#0D1C32);border-radius:28px;padding:30px;color:#fff;box-shadow:0 30px 80px rgba(7,17,31,.22)}
.ardw-flow{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;font-size:12px;font-weight:800}
.ardw-flow span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--ardw-line)}
.ardw-flow b{color:var(--ardw-blue)}
.ardw-section{padding:80px 25px}
.ardw-section.soft{background:var(--ardw-soft)}
.ardw-section.dark{background:var(--ardw-navy);color:#fff}
.ardw-section-head{max-width:760px;margin:0 auto 42px;text-align:center}
.ardw-section-head h2{font-size:44px;margin:10px 0 14px}
.ardw-section-head p{font-size:17px;line-height:1.7;color:var(--ardw-muted)}
.ardw-dark .ardw-section-head p{color:#A9B6C8}
.ardw-list{display:grid;gap:12px;padding:0;margin:0;list-style:none}
.ardw-list li{padding-left:25px;position:relative;line-height:1.6}
.ardw-list li:before{content:"✓";position:absolute;left:0;color:var(--ardw-blue);font-weight:900}
.ardw-faq details{border:1px solid var(--ardw-line);border-radius:14px;padding:18px 20px;background:#fff;margin-bottom:12px}
.ardw-faq summary{cursor:pointer;font-weight:800}
.ardw-input{width:100%;padding:14px 15px;border:1px solid var(--ardw-line);border-radius:10px}
.ardw-cta{border-radius:28px;padding:55px;background:linear-gradient(135deg,#07111F,#122B4D);color:#fff;text-align:center}
.ardw-floating-wa{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;text-decoration:none;font-size:25px;z-index:9999;box-shadow:0 12px 30px rgba(0,0,0,.2)}
@media(max-width:1024px){.ardw-grid-4{grid-template-columns:repeat(2,1fr)}.ardw-grid-3{grid-template-columns:repeat(2,1fr)}.ardw-section-head h2{font-size:38px}}
@media(max-width:767px){.ardw-grid-4,.ardw-grid-3{grid-template-columns:1fr}.ardw-hero{padding:75px 18px 60px}.ardw-section{padding:58px 18px}.ardw-section-head h2{font-size:32px}.ardw-title{font-size:42px!important}.ardw-btn{width:100%}.ardw-flow{gap:5px}.ardw-flow b{display:none}}

/* AR Digital Web safe global adjustments */
.ardw-wrap a{transition:all .25s ease}
.ardw-wrap h1,.ardw-wrap h2,.ardw-wrap h3,.ardw-wrap h4{font-family:Sora,Inter,system-ui,sans-serif}
.ardw-wrap p,.ardw-wrap li,.ardw-wrap a,.ardw-wrap span{font-family:Inter,system-ui,sans-serif}
/* AR Digital Web — Premium Services Page v2 */

.ardw-services-hero{
  position:relative;
  overflow:hidden;
}

.ardw-services-hero h1,
.ardw-services-hero .elementor-heading-title{
  color:#fff!important;
  font-weight:800!important;
  letter-spacing:-1.2px;
}

.ardw-services-hero .elementor-widget-text-editor{
  color:#aebdce;
}

.ardw-services-hero .elementor-button{
  background:#2563EB!important;
  border:1px solid #3b82f6!important;
  color:#fff!important;
  border-radius:12px!important;
  padding:15px 26px!important;
  margin:7px!important;
  box-shadow:0 10px 25px rgba(37,99,235,.25);
  transition:all .28s ease!important;
}

.ardw-services-hero .elementor-button:hover{
  background:#1d4ed8!important;
  transform:translateY(-3px);
  box-shadow:0 15px 32px rgba(37,99,235,.35);
}

/* Service Section */

.ardw-section-heading h2,
.ardw-section-heading .elementor-heading-title{
  color:#07111F!important;
  font-weight:800!important;
}

.ardw-section-heading .elementor-widget-text-editor{
  color:#64748b;
}

.ardw-services-grid>.elementor-container{
  gap:24px;
}

.ardw-service-card{
  background:#fff!important;
  border:1px solid #e6edf5!important;
  border-radius:20px!important;
  padding:28px 24px!important;
  min-height:245px;
  box-shadow:0 10px 30px rgba(7,17,31,.06);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
  position:relative;
  overflow:hidden;
}

.ardw-service-card:hover{
  transform:translateY(-8px);
  border-color:#bfdbfe!important;
  box-shadow:0 22px 48px rgba(37,99,235,.14);
}

.ardw-service-card .elementor-icon{
  background:linear-gradient(135deg,#2563EB,#38BDF8)!important;
  color:#fff!important;
  width:62px;
  height:62px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border-radius:17px!important;
  box-shadow:0 10px 22px rgba(37,99,235,.2);
  transition:transform .35s ease;
}

.ardw-service-card:hover .elementor-icon{
  transform:rotate(-7deg) scale(1.08);
}

.ardw-service-card .elementor-icon-box-title{
  color:#07111F!important;
  font-weight:750!important;
  font-size:20px!important;
  margin-top:18px!important;
}

.ardw-service-card .elementor-icon-box-description{
  color:#64748b!important;
  line-height:1.7!important;
  font-size:14px!important;
}

/* Why Choose Us */

.ardw-services-why .elementor-icon-box-wrapper{
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:16px;
  padding:18px;
  margin-top:16px;
  transition:.28s ease;
}

.ardw-services-why .elementor-icon-box-wrapper:hover{
  transform:translateX(5px);
  border-color:#bfdbfe;
  box-shadow:0 10px 28px rgba(7,17,31,.07);
}

.ardw-services-why .elementor-icon{
  color:#2563EB!important;
}

/* Process */

.ardw-process-grid>.elementor-container{
  gap:24px;
}

.ardw-process-card{
  background:#fff!important;
  border:1px solid #e6edf5!important;
  border-radius:18px!important;
  padding:26px!important;
  min-height:185px;
  box-shadow:0 8px 25px rgba(7,17,31,.05);
  transition:.28s ease;
}

.ardw-process-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 38px rgba(37,99,235,.12);
}

.ardw-process-number .elementor-heading-title{
  color:#2563EB!important;
  font-size:13px!important;
  letter-spacing:2px!important;
}

/* Final CTA */

.ardw-services-cta{
  margin-top:55px;
  border-radius:24px!important;
  overflow:hidden;
}

.ardw-services-cta h2,
.ardw-services-cta .elementor-heading-title{
  color:#fff!important;
  font-weight:800!important;
}

.ardw-services-cta .elementor-widget-text-editor{
  color:#b9c7d8!important;
}

.ardw-services-cta .elementor-button{
  background:#2563EB!important;
  color:#fff!important;
  border-radius:12px!important;
  padding:15px 28px!important;
  box-shadow:0 10px 28px rgba(37,99,235,.28);
  transition:.28s ease;
}

.ardw-services-cta .elementor-button:hover{
  transform:translateY(-3px);
  background:#1d4ed8!important;
}

/* Tablet */

@media(max-width:1024px){

  .ardw-service-card,
  .ardw-process-card{
    width:calc(50% - 12px)!important;
  }

  .ardw-service-card{
    min-height:230px;
  }

}

/* Mobile */

@media(max-width:767px){

  .ardw-services-hero{
    padding-top:65px!important;
    padding-bottom:65px!important;
  }

  .ardw-services-hero h1,
  .ardw-services-hero .elementor-heading-title{
    font-size:38px!important;
  }

  .ardw-services-hero .elementor-button{
    width:100%;
    margin:6px 0!important;
  }

  .ardw-services-grid>.elementor-container,
  .ardw-process-grid>.elementor-container{
    display:block;
  }

  .ardw-service-card,
  .ardw-process-card{
    width:100%!important;
    margin-bottom:18px;
    min-height:auto;
  }

  .ardw-services-why{
    margin-top:35px;
  }

  .ardw-services-cta{
    border-radius:18px!important;
  }

}