.elementor-1470 .elementor-element.elementor-element-6265006{--display:flex;}.elementor-1470 .elementor-element.elementor-element-5ccd35e{--display:flex;}.elementor-1470 .elementor-element.elementor-element-bb32a58{--display:flex;}/* Start custom CSS for html, class: .elementor-element-46b969f */.audit-hero{
  min-height:100vh;
  padding:90px 20px;
  background:
    linear-gradient(rgba(7,13,31,0.78), rgba(7,13,31,0.95)),
    url('https://images.unsplash.com/photo-1552664730-d307ca884978') center/cover no-repeat;
  display:flex;
  align-items:center;
}

.audit-hero-wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:40px;
  align-items:center;
}

/* LEFT CONTENT */
.audit-badge{
  display:inline-block;
  background:rgba(59,130,246,0.15);
  color:#93c5fd;
  padding:8px 16px;
  border-radius:999px;
  font-size:13px;
  margin-bottom:18px;
}

.audit-hero-content h1{
  font-size:46px;
  line-height:1.2;
  color:#ffffff;
  margin-bottom:18px;
}

.audit-hero-content h1 span{
  color:#3b82f6;
}

.audit-hero-content p{
  font-size:18px;
  color:#e5e7eb;
  margin-bottom:26px;
}

.audit-points{
  margin-bottom:34px;
}

.audit-points li{
  list-style:none;
  font-size:16px;
  color:#f3f4f6;
  margin-bottom:10px;
}

/* TRUST LINE */
.audit-trust{
  display:block;
  margin-top:22px;
  font-size:14px;
  color:#c7d2fe;
}

/* RIGHT 3D CARD */
.audit-hero-card{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  border-radius:26px;
  padding:38px 34px;
  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);
}

.audit-hero-card h3{
  color:#ffffff;
  font-size:22px;
  margin-bottom:18px;
}

.audit-hero-card ul li{
  list-style:none;
  font-size:16px;
  color:#e5e7eb;
  margin-bottom:12px;
}

.audit-time{
  margin-top:18px;
  background:rgba(59,130,246,0.15);
  padding:12px 16px;
  border-radius:14px;
  font-size:15px;
  color:#bfdbfe;
}

/* RESPONSIVE */
@media(max-width:900px){
  .audit-hero-wrap{
    grid-template-columns:1fr;
    text-align:center;
  }

  .audit-hero-content h1{
    font-size:34px;
  }

  .audit-hero-card{
    transform:none;
  }

  .hero-cta{
    justify-content:center;
  }
}

@media(max-width:520px){
  .audit-hero-content h1{
    font-size:28px;
  }

  .audit-hero-content p{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d84aec */.audit-get{
  padding:120px 20px;
  background:#0b1229;
  color:#ffffff;
}

.audit-get-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.audit-get h2{
  font-size:40px;
  margin-bottom:12px;
}

.audit-get-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.audit-get-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  perspective:1000px;
}

.audit-get-card{
  background:#111a3c;
  padding:34px 26px;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
  transform:rotateY(-6deg);
  transition:0.35s ease;
  text-align:left;
}

.audit-get-card:hover{
  transform:rotateY(0deg) translateY(-10px);
}

.audit-get-card .icon{
  font-size:34px;
  display:block;
  margin-bottom:14px;
}

.audit-get-card h3{
  color:#3b82f6;
  font-size:18px;
  margin-bottom:10px;
}

.audit-get-card p{
  font-size:15px;
  color:#e5e7eb;
  line-height:1.6;
}

/* Highlight key value */
.audit-get-card.highlight{
  border:2px solid #3b82f6;
  transform:rotateY(0deg) scale(1.05);
}

/* Footer */
.audit-get-footer{
  margin-top:70px;
}

.audit-get-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .audit-get-grid{
    grid-template-columns:1fr 1fr;
  }

  .audit-get-card{
    transform:none;
  }

  .audit-get h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .audit-get-grid{
    grid-template-columns:1fr;
  }

  .audit-get h2{
    font-size:28px;
  }

  .audit-get-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd10dff */.audit-for{
  padding:120px 20px;
  background:#070d1f;
  color:#ffffff;
}

.audit-for-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.audit-for h2{
  font-size:40px;
  margin-bottom:12px;
}

.audit-for-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.audit-for-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  perspective:1000px;
}

.audit-for-card{
  background:#0f1736;
  padding:32px 26px;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
  transform:rotateY(-6deg);
  transition:0.35s ease;
  text-align:left;
}

.audit-for-card:hover{
  transform:rotateY(0deg) translateY(-10px);
}

.audit-for-card h3{
  color:#3b82f6;
  font-size:18px;
  margin-bottom:10px;
}

.audit-for-card p{
  font-size:15px;
  color:#e5e7eb;
  margin-bottom:14px;
  line-height:1.6;
}

.audit-for-card ul{
  list-style:none;
}

.audit-for-card ul li{
  font-size:14px;
  margin-bottom:8px;
}

/* Highlight main fit */
.audit-for-card.highlight{
  border:2px solid #3b82f6;
  transform:rotateY(0deg) scale(1.05);
}

/* Not for note */
.audit-for-note{
  margin-top:50px;
}

.audit-for-note p{
  font-size:16px;
  color:#fca5a5;
}

/* Footer */
.audit-for-footer{
  margin-top:40px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .audit-for-grid{
    grid-template-columns:1fr 1fr;
  }

  .audit-for-card{
    transform:none;
  }

  .audit-for h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .audit-for-grid{
    grid-template-columns:1fr;
  }

  .audit-for h2{
    font-size:28px;
  }

  .audit-for-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-868e83a */.audit-how{
  padding:120px 20px;
  background:#0b1229;
  color:#ffffff;
}

.audit-how-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.audit-how h2{
  font-size:40px;
  margin-bottom:10px;
}

.audit-how-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.audit-how-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  perspective:1000px;
}

.audit-how-step{
  background:#111a3c;
  padding:38px 30px;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
  transform:rotateY(-6deg);
  transition:0.35s ease;
  position:relative;
}

.audit-how-step:hover{
  transform:rotateY(0deg) translateY(-10px);
}

.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);
}

.audit-how-step h3{
  margin-top:26px;
  margin-bottom:14px;
  font-size:20px;
}

.audit-how-step p{
  font-size:15px;
  color:#e5e7eb;
  line-height:1.6;
}

/* Highlight middle step */
.audit-how-step.highlight{
  border:2px solid #3b82f6;
  transform:rotateY(0deg) scale(1.05);
}

/* Footer */
.audit-how-footer{
  margin-top:70px;
}

.audit-how-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .audit-how-steps{
    grid-template-columns:1fr;
  }

  .audit-how-step{
    transform:none;
  }

  .audit-how h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .audit-how h2{
    font-size:28px;
  }

  .audit-how-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59b8315 */.audit-why{
  padding:120px 20px;
  background:#070d1f;
  color:#ffffff;
}

.audit-why-container{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

.audit-why h2{
  font-size:40px;
  margin-bottom:12px;
}

.audit-why-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.audit-why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  perspective:1000px;
}

.audit-why-card{
  background:#0f1736;
  padding:34px 28px;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
  transform:rotateY(-6deg);
  transition:0.35s ease;
  text-align:left;
}

.audit-why-card:hover{
  transform:rotateY(0deg) translateY(-10px);
}

.audit-why-card .icon{
  font-size:34px;
  display:block;
  margin-bottom:14px;
}

.audit-why-card h3{
  color:#3b82f6;
  font-size:20px;
  margin-bottom:10px;
}

.audit-why-card p{
  font-size:15px;
  color:#e5e7eb;
  line-height:1.6;
}

/* Highlight trust point */
.audit-why-card.highlight{
  border:2px solid #3b82f6;
  transform:rotateY(0deg) scale(1.05);
}

/* Trust note */
.audit-why-note{
  margin-top:50px;
}

.audit-why-note p{
  font-size:18px;
  color:#bbf7d0;
}

/* Footer */
.audit-why-footer{
  margin-top:40px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .audit-why-grid{
    grid-template-columns:1fr;
  }

  .audit-why-card{
    transform:none;
  }

  .audit-why h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .audit-why h2{
    font-size:28px;
  }

  .audit-why-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5216e32 */.audit-after{
  padding:120px 20px;
  background:#0b1229;
  color:#ffffff;
}

.audit-after-container{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

.audit-after h2{
  font-size:40px;
  margin-bottom:12px;
}

.audit-after-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.audit-after-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  perspective:1000px;
}

.audit-after-card{
  background:#111a3c;
  padding:36px 28px;
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
  transform:rotateY(-6deg);
  transition:0.35s ease;
  text-align:left;
}

.audit-after-card:hover{
  transform:rotateY(0deg) translateY(-10px);
}

.audit-after-card .icon{
  font-size:34px;
  display:block;
  margin-bottom:14px;
}

.audit-after-card h3{
  color:#3b82f6;
  font-size:20px;
  margin-bottom:10px;
}

.audit-after-card p{
  font-size:15px;
  color:#e5e7eb;
  line-height:1.6;
}

/* Highlight main reassurance */
.audit-after-card.highlight{
  border:2px solid #3b82f6;
  transform:rotateY(0deg) scale(1.05);
}

/* Note */
.audit-after-note{
  margin-top:50px;
}

.audit-after-note p{
  font-size:18px;
  color:#bbf7d0;
}

/* Footer */
.audit-after-footer{
  margin-top:40px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .audit-after-grid{
    grid-template-columns:1fr;
  }

  .audit-after-card{
    transform:none;
  }

  .audit-after h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .audit-after h2{
    font-size:28px;
  }

  .audit-after-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16e0556 */.audit-book{
  padding:140px 20px;
  background:#070d1f;
  color:#ffffff;
}

.audit-book-container{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

.audit-book h2{
  font-size:42px;
  margin-bottom:14px;
}

.audit-book-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:70px;
}

.audit-book-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  perspective:1000px;
}

.audit-book-card{
  background:#0f1736;
  padding:42px 36px;
  border-radius:28px;
  box-shadow:0 40px 100px rgba(0,0,0,0.65);
  transform:rotateY(-6deg);
  transition:0.35s ease;
  text-align:left;
}

.audit-book-card:hover{
  transform:rotateY(0deg) translateY(-12px);
}

.audit-book-card h3{
  color:#3b82f6;
  font-size:22px;
  margin-bottom:12px;
}

.audit-book-card p{
  font-size:16px;
  color:#e5e7eb;
  margin-bottom:18px;
  line-height:1.6;
}

.audit-book-card ul{
  list-style:none;
  margin-bottom:28px;
}

.audit-book-card ul li{
  font-size:15px;
  margin-bottom:10px;
}

/* Highlight main option */
.audit-book-card.highlight{
  border:2px solid #3b82f6;
  transform:rotateY(0deg) scale(1.05);
}

.audit-note{
  display:block;
  margin-top:18px;
  font-size:13px;
  color:#c7d2fe;
}

/* Footer */
.audit-book-footer{
  margin-top:60px;
}

.audit-book-footer p{
  font-size:18px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .audit-book-grid{
    grid-template-columns:1fr;
  }

  .audit-book-card{
    transform:none;
  }

  .audit-book h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .audit-book h2{
    font-size:28px;
  }

  .audit-book-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f219e6b */.audit-faq{
  padding:130px 20px;
  background:#0b1229;
  color:#ffffff;
}

.audit-faq-container{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

.audit-faq h2{
  font-size:40px;
  margin-bottom:12px;
}

.audit-faq-sub{
  font-size:18px;
  color:#c7d2fe;
  margin-bottom:60px;
}

.audit-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
  perspective:1000px;
  text-align:left;
}

.audit-faq-card{
  background:#111a3c;
  padding:30px 28px;
  border-radius:24px;
  box-shadow:0 28px 70px rgba(0,0,0,0.6);
  transform:rotateY(-5deg);
  transition:0.35s ease;
}

.audit-faq-card:hover{
  transform:rotateY(0deg) translateY(-8px);
}

.audit-faq-card h3{
  color:#3b82f6;
  font-size:18px;
  margin-bottom:8px;
}

.audit-faq-card p{
  font-size:15px;
  color:#e5e7eb;
  line-height:1.6;
}

/* Highlight biggest objection */
.audit-faq-card.highlight{
  border:2px solid #3b82f6;
  transform:rotateY(0deg) scale(1.04);
}

/* Footer */
.audit-faq-footer{
  margin-top:70px;
}

.audit-faq-footer p{
  font-size:20px;
  margin-bottom:28px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .audit-faq-grid{
    grid-template-columns:1fr;
  }

  .audit-faq-card{
    transform:none;
  }

  .audit-faq h2{
    font-size:32px;
  }
}

@media(max-width:520px){
  .audit-faq h2{
    font-size:28px;
  }

  .audit-faq-sub{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39dfdc1 */.audit-final-cta{
  padding:150px 20px;
  background:
    linear-gradient(rgba(7,13,31,0.88), rgba(7,13,31,0.96)),
    url('https://images.unsplash.com/photo-1522071820081-009f0129c71c') center/cover no-repeat;
  color:#ffffff;
  text-align:center;
}

.audit-final-cta-container{
  max-width:900px;
  margin:auto;
}

.audit-final-cta h2{
  font-size:48px;
  margin-bottom:20px;
}

.audit-final-sub{
  font-size:19px;
  color:#e5e7eb;
  margin-bottom:40px;
}

.audit-final-points{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:44px;
}

.audit-final-points span{
  background:rgba(255,255,255,0.08);
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
}

.audit-final-note{
  margin-top:28px;
  font-size:14px;
  color:#c7d2fe;
}

/* RESPONSIVE */
@media(max-width:600px){
  .audit-final-cta h2{
    font-size:30px;
  }

  .audit-final-sub{
    font-size:16px;
  }
}/* End custom CSS */