.elementor-1394 .elementor-element.elementor-element-4b218b7{--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-1394 .elementor-element.elementor-element-a966491{--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-1394 .elementor-element.elementor-element-7b9050a{--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-1394 .elementor-element.elementor-element-1741e80{--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-1394 .elementor-element.elementor-element-3c5a2e2{--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-1394 .elementor-element.elementor-element-3090224{--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-1394 .elementor-element.elementor-element-7d3397b{--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-1394 .elementor-element.elementor-element-03c9823{--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-1394 .elementor-element.elementor-element-fd435e8{--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-1394 .elementor-element.elementor-element-5c0e904{--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;}/* Start custom CSS for html, class: .elementor-element-d70c3a6 */.res-hero{
  min-height:100vh;
  padding:80px 20px;
  background:
    linear-gradient(rgba(10,10,10,0.75), rgba(10,10,10,0.9)),
    url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5') center/cover no-repeat;
  display:flex;
  align-items:center;
}

.res-hero-wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

/* LEFT CONTENT */
.res-hero-content h1{
  font-size:48px;
  line-height:1.2;
  color:#ffffff;
  margin-bottom:20px;
}

.res-hero-content h1 span{
  color:#3b82f6;
}

.res-hero-content p{
  font-size:18px;
  color:#e5e7eb;
  margin-bottom:26px;
}

.res-hero-points{
  margin-bottom:34px;
}

.res-hero-points li{
  list-style:none;
  font-size:16px;
  color:#f3f4f6;
  margin-bottom:10px;
}

/* TRUST LINE */
.res-hero-trust{
  display:block;
  margin-top:22px;
  font-size:14px;
  color:#c7d2fe;
}

/* RIGHT CARD – 3D */
.res-hero-card{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  border-radius:24px;
  padding:36px 32px;
  box-shadow:
    0 40px 90px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.15);
  transform:perspective(1000px) rotateY(-10deg);
}

.res-hero-card h3{
  color:#ffffff;
  font-size:22px;
  margin-bottom:18px;
}

.res-hero-card ul li{
  list-style:none;
  font-size:16px;
  color:#e5e7eb;
  margin-bottom:12px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .res-hero-wrap{
    grid-template-columns:1fr;
    text-align:center;
  }

  .res-hero-content h1{
    font-size:36px;
  }

  .res-hero-card{
    transform:none;
  }

  .hero-cta{
    justify-content:center;
  }
}

@media(max-width:520px){
  .res-hero-content h1{
    font-size:30px;
  }

  .res-hero-content p{
    font-size:16px;
  }
}
/* ===== MOBILE FIRST FIX ===== */
@media (max-width: 768px){

  .res-hero{
    min-height:auto;
    padding:70px 16px;
  }

  .res-hero-wrap{
    grid-template-columns:1fr;
    gap:32px;
    text-align:center;
  }

  /* TEXT SCALE */
  .res-hero-content h1{
    font-size:32px;
    line-height:1.25;
  }

  .res-hero-content p{
    font-size:16px;
    line-height:1.6;
  }

  .res-hero-points{
    text-align:left;
    max-width:420px;
    margin:0 auto 28px;
  }

  .res-hero-points li{
    font-size:15px;
  }

  /* CTA FIX – FULL WIDTH */
  .hero-cta{
    justify-content:center;
  }

  .cta-clean{
    width:100%;
    max-width:320px;
  }

  /* 3D CARD FIX */
  .res-hero-card{
    transform:none;
    padding:28px 24px;
  }

  .res-hero-card h3{
    font-size:20px;
  }

  .res-hero-card ul li{
    font-size:15px;
  }
}

/* SMALL MOBILE (VERY IMPORTANT) */
@media (max-width: 480px){

  .res-hero-content h1{
    font-size:28px;
  }

  .res-hero-content p{
    font-size:15px;
  }

  .res-hero-trust{
    font-size:13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-051802a */.res-problem{
  padding:100px 20px;
  background:#070d1f;
  color:#ffffff;
}

.res-problem-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.res-problem h2{
  font-size:40px;
  margin-bottom:12px;
}

.res-problem-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.res-problem-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.res-problem-card{
  background:#0f1736;
  padding:30px 24px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.55);
  transition:0.3s ease;
}

.res-problem-card:hover{
  transform:translateY(-6px);
}

.res-problem-card h3{
  font-size:18px;
  color:#3b82f6;
  margin-bottom:10px;
}

.res-problem-card p{
  font-size:15px;
  color:#e5e7eb;
}

/* FOOTER */
.res-problem-footer{
  margin-top:70px;
}

.res-problem-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .res-problem-grid{
    grid-template-columns:1fr 1fr;
  }

  .res-problem h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .res-problem-grid{
    grid-template-columns:1fr;
  }

  .res-problem h2{
    font-size:28px;
  }

  .res-problem-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b63f4d */.res-solution{
  padding:110px 20px;
  background:#0b1229;
  color:#ffffff;
}

.res-solution-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.res-solution h2{
  font-size:40px;
  margin-bottom:12px;
}

.res-solution-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.res-solution-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.res-solution-card{
  background:#111a3c;
  border-radius:22px;
  padding:34px 26px;
  box-shadow:0 24px 60px rgba(0,0,0,0.55);
  transition:0.3s ease;
}

.res-solution-card:hover{
  transform:translateY(-8px);
}

.res-solution-card h3{
  color:#3b82f6;
  margin-bottom:14px;
  font-size:20px;
}

.res-solution-card p{
  font-size:15px;
  color:#e5e7eb;
  margin-bottom:18px;
}

.res-solution-card ul{
  list-style:none;
  text-align:left;
}

.res-solution-card ul li{
  margin-bottom:10px;
  font-size:14px;
}

/* Highlight middle card */
.res-solution-card.highlight{
  border:2px solid #3b82f6;
  transform:scale(1.04);
}

/* Footer */
.res-solution-footer{
  margin-top:70px;
}

.res-solution-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .res-solution-grid{
    grid-template-columns:1fr;
  }

  .res-solution h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .res-solution h2{
    font-size:28px;
  }

  .res-solution-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8d416b */.res-how{
  padding:110px 20px;
  background:#070d1f;
  color:#ffffff;
}

.res-how-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.res-how h2{
  font-size:40px;
  margin-bottom:10px;
}

.res-how-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.res-how-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.res-how-step{
  background:#0f1736;
  padding:36px 28px;
  border-radius:22px;
  box-shadow:0 24px 60px rgba(0,0,0,0.55);
  position:relative;
  transition:0.3s ease;
}

.res-how-step:hover{
  transform:translateY(-8px);
}

.step-no{
  position:absolute;
  top:-18px;
  left:50%;
  transform:translateX(-50%);
  width:48px;
  height:48px;
  border-radius:50%;
  background:#3b82f6;
  color:#ffffff;
  font-weight:700;
  font-size:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(59,130,246,0.45);
}

.res-how-step h3{
  margin-top:26px;
  margin-bottom:14px;
  font-size:20px;
}

.res-how-step p{
  font-size:15px;
  color:#e5e7eb;
}

/* Highlight middle step */
.res-how-step.highlight{
  border:2px solid #3b82f6;
  transform:scale(1.04);
}

/* Footer */
.res-how-footer{
  margin-top:70px;
}

.res-how-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .res-how-steps{
    grid-template-columns:1fr;
  }

  .res-how h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .res-how h2{
    font-size:28px;
  }

  .res-how-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-652f163 */.res-ideal{
  padding:110px 20px;
  background:#0b1229;
  color:#ffffff;
}

.res-ideal-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.res-ideal h2{
  font-size:40px;
  margin-bottom:12px;
}

.res-ideal-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.res-ideal-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  perspective:1000px;
}

.res-ideal-card{
  background:#111a3c;
  border-radius:24px;
  padding:34px 28px;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
  transform:rotateY(-6deg);
  transition:0.35s ease;
}

.res-ideal-card:hover{
  transform:rotateY(0deg) translateY(-10px);
}

.res-ideal-card h3{
  color:#3b82f6;
  font-size:20px;
  margin-bottom:14px;
}

.res-ideal-card p{
  font-size:15px;
  color:#e5e7eb;
  margin-bottom:18px;
}

.res-ideal-card ul{
  list-style:none;
  text-align:left;
}

.res-ideal-card ul li{
  margin-bottom:10px;
  font-size:14px;
}

/* Highlight middle */
.res-ideal-card.highlight{
  border:2px solid #3b82f6;
  transform:rotateY(0deg) scale(1.05);
}

/* Footer */
.res-ideal-footer{
  margin-top:70px;
}

.res-ideal-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .res-ideal-grid{
    grid-template-columns:1fr;
  }

  .res-ideal-card{
    transform:none;
  }

  .res-ideal h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .res-ideal h2{
    font-size:28px;
  }

  .res-ideal-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92c941c */.res-case{
  padding:110px 20px;
  background:#070d1f;
  color:#ffffff;
}

.res-case-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.res-case h2{
  font-size:40px;
  margin-bottom:12px;
}

.res-case-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.res-case-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  perspective:1000px;
}

.res-case-card{
  background:#0f1736;
  border-radius:24px;
  padding:34px 28px;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
  transform:rotateY(-6deg);
  transition:0.35s ease;
  text-align:left;
}

.res-case-card:hover{
  transform:rotateY(0deg) translateY(-10px);
}

.res-case-card h3{
  color:#3b82f6;
  font-size:20px;
  margin-bottom:4px;
}

.case-location{
  font-size:14px;
  color:#c7d2fe;
  margin-bottom:22px;
}

.case-metrics{
  display:flex;
  justify-content:space-between;
  margin-bottom:20px;
}

.metric{
  font-size:30px;
  font-weight:700;
  display:block;
}

.case-metrics small{
  font-size:13px;
  color:#e5e7eb;
}

.case-note{
  font-size:14px;
  color:#e5e7eb;
  line-height:1.6;
}

/* Highlight middle card */
.res-case-card.highlight{
  border:2px solid #3b82f6;
  transform:rotateY(0deg) scale(1.05);
}

/* Footer */
.res-case-footer{
  margin-top:70px;
}

.res-case-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .res-case-grid{
    grid-template-columns:1fr;
  }

  .res-case-card{
    transform:none;
  }

  .res-case h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .res-case h2{
    font-size:28px;
  }

  .res-case-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30eaa7b */.res-offer{
  padding:120px 20px;
  background:linear-gradient(180deg,#070d1f,#0b1229);
  color:#ffffff;
}

.res-offer-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.res-offer h2{
  font-size:42px;
  margin-bottom:14px;
}

.res-offer-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.res-offer-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.res-offer-card{
  background:#0f1736;
  border-radius:24px;
  padding:36px 28px;
  box-shadow:0 28px 70px rgba(0,0,0,0.6);
  transition:0.3s ease;
}

.res-offer-card:hover{
  transform:translateY(-8px);
}

.res-offer-card h3{
  color:#3b82f6;
  font-size:20px;
  margin-bottom:14px;
}

.res-offer-card p{
  font-size:15px;
  color:#e5e7eb;
  margin-bottom:18px;
}

.res-offer-card ul{
  list-style:none;
  text-align:left;
}

.res-offer-card ul li{
  margin-bottom:10px;
  font-size:14px;
}

/* Highlight middle card */
.res-offer-card.highlight{
  border:2px solid #3b82f6;
  transform:scale(1.05);
}

/* Footer */
.res-offer-footer{
  margin-top:70px;
}

.res-offer-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .res-offer-grid{
    grid-template-columns:1fr;
  }

  .res-offer h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .res-offer h2{
    font-size:28px;
  }

  .res-offer-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ea4596 */.res-pricing{
  padding:120px 20px;
  background:#070d1f;
  color:#ffffff;
}

.res-pricing-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.res-pricing h2{
  font-size:42px;
  margin-bottom:14px;
}

.res-pricing-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.res-pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.res-pricing-card{
  background:#0f1736;
  border-radius:24px;
  padding:38px 30px;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
  transition:0.3s ease;
}

.res-pricing-card:hover{
  transform:translateY(-8px);
}

.res-pricing-card h3{
  color:#3b82f6;
  font-size:22px;
  margin-bottom:10px;
}

.price{
  font-size:34px;
  font-weight:700;
  margin-bottom:22px;
}

.price span{
  font-size:14px;
  font-weight:400;
  color:#c7d2fe;
}

.res-pricing-card ul{
  list-style:none;
  text-align:left;
  margin-bottom:28px;
}

.res-pricing-card ul li{
  margin-bottom:12px;
  font-size:15px;
}

/* Highlight plan */
.res-pricing-card.highlight{
  border:2px solid #3b82f6;
  transform:scale(1.06);
}

.badge{
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  background:#3b82f6;
  color:#ffffff;
  padding:6px 16px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
}

/* Footer */
.res-pricing-footer{
  margin-top:70px;
}

.res-pricing-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .res-pricing-grid{
    grid-template-columns:1fr;
  }

  .res-pricing h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .res-pricing h2{
    font-size:28px;
  }

  .res-pricing-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc46d4e */.res-faq{
  padding:120px 20px;
  background:#0b1229;
  color:#ffffff;
}

.res-faq-container{
  max-width:1000px;
  margin:auto;
  text-align:center;
}

.res-faq h2{
  font-size:40px;
  margin-bottom:12px;
}

.res-faq-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.res-faq-list{
  display:flex;
  flex-direction:column;
  gap:22px;
  text-align:left;
}

.res-faq-item{
  background:#111a3c;
  padding:28px 30px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.5);
}

.res-faq-item h3{
  font-size:18px;
  margin-bottom:8px;
  color:#3b82f6;
}

.res-faq-item p{
  font-size:15px;
  color:#e5e7eb;
  line-height:1.6;
}

/* Footer */
.res-faq-footer{
  margin-top:70px;
  text-align:center;
}

.res-faq-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:520px){
  .res-faq h2{
    font-size:28px;
  }

  .res-faq-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fc153a */.res-final-cta{
  padding:130px 20px;
  background:
    linear-gradient(rgba(7,13,31,0.88), rgba(7,13,31,0.96)),
    url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0') center/cover no-repeat;
  color:#ffffff;
  text-align:center;
}

.res-final-cta-container{
  max-width:900px;
  margin:auto;
}

.res-final-cta h2{
  font-size:44px;
  margin-bottom:18px;
}

.res-final-cta-sub{
  font-size:19px;
  color:#e5e7eb;
  margin-bottom:36px;
}

.res-final-points{
  display:flex;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
  margin-bottom:40px;
}

.res-final-points span{
  background:rgba(255,255,255,0.08);
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
}

.res-final-note{
  margin-top:28px;
  font-size:14px;
  color:#c7d2fe;
}

/* RESPONSIVE */
@media(max-width:600px){
  .res-final-cta h2{
    font-size:30px;
  }

  .res-final-cta-sub{
    font-size:16px;
  }
}/* End custom CSS */