.elementor-159 .elementor-element.elementor-element-932d9e8{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-159 .elementor-element.elementor-element-3bd2763{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-159 .elementor-element.elementor-element-dd56dda{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-159 .elementor-element.elementor-element-dd56dda.elementor-element{--align-self:center;}.elementor-159 .elementor-element.elementor-element-962544f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-159 .elementor-element.elementor-element-5f40a9a{--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-159 .elementor-element.elementor-element-21e9d0c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-159 .elementor-element.elementor-element-eb5de10{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-859127c */.gp-hero{
  background:#0f1a22; /* charcoal medical tone */
  padding:90px 20px 80px;
  text-align:center;
  color:#fff;
}

.gp-hero-inner{
  max-width:880px;
  margin:0 auto;
}

.gp-eyebrow{
  color:#d4b038; /* DMMR gold */
  font-weight:700;
  letter-spacing:.4px;
  font-size:15px;
}

.gp-hero h1{
  margin:10px 0 10px;
  font-size:40px;
  font-weight:800;
}

.gp-hero p{
  font-size:18px;
  line-height:1.7;
  max-width:760px;
  margin:0 auto 18px;
  opacity:.95;
}

/* CTA Buttons */
.gp-cta-group{
  margin-top:10px;
}

.gp-cta-primary{
  display:inline-block;
  padding:12px 26px;
  border-radius:30px;
  background:#d4af37;
  color:#000;
  font-weight:700;
  text-decoration:none;
  margin-right:10px;
}

.gp-cta-secondary{
  display:inline-block;
  padding:12px 24px;
  border-radius:30px;
  border:2px solid #fff;
  color:#fff;
  text-decoration:none;
}

.gp-cta-primary:hover{
  background:#ffd873;
}

.gp-cta-secondary:hover{
  background:#fff;
  color:#000;
}

/* Mobile */
@media(max-width:768px){
  .gp-hero h1{
    font-size:28px;
  }
  .gp-cta-primary, .gp-cta-secondary{
    display:block;
    margin:8px auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd56dda */.gp-intro{
  background:#ffffff;
  padding:70px 20px;
}

.gp-intro-inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.gp-intro h2{
  font-size:30px;
  font-weight:800;
  margin-bottom:10px;
  color:#0f1a22;
}

.gp-intro p{
  font-size:17px;
  line-height:1.7;
  margin-bottom:10px;
  color:#333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b7581c */.gp-process{
  background:#0f1418;
  padding:80px 20px;
  color:#fff;
}

.gp-process-container{
  max-width:1100px;
  margin:0 auto;
}

.gp-process h2{
  text-align:center;
  font-size:30px;
  font-weight:800;
  margin-bottom:40px;
}

.gp-steps{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
}

.gp-step{
  background:#1b242b;
  padding:25px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  transition:.2s;
}

.gp-step:hover{
  transform:translateY(-3px);
  border-color:#d4af37;
}

.step-number{
  display:inline-block;
  background:#d4af37;
  color:#000;
  font-weight:700;
  padding:4px 10px;
  border-radius:20px;
  margin-bottom:8px;
}

.gp-step h3{
  margin:8px 0;
  font-size:18px;
  color:#fff;
}

.gp-step p{
  font-size:15px;
  line-height:1.6;
  opacity:.9;
}

@media(max-width:900px){
  .gp-steps{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fa0f9b */.gp-faq{
  background:#ffffff;
  padding:80px 20px;
}

.gp-faq-container{
  max-width:900px;
  margin:0 auto;
}

.gp-faq h2{
  text-align:center;
  font-size:30px;
  font-weight:800;
  margin-bottom:30px;
  color:#0f1a22;
}

.gp-faq-list{
  display:grid;
  gap:12px;
}

/* FAQ Card */
.gp-faq-item{
  border:1px solid #e5e5e5;
  border-radius:12px;
  background:#f9fafb;
  overflow:hidden;
}

/* Question Button */
.gp-faq-question{
  width:100%;
  text-align:left;
  padding:16px 18px;
  background:none;
  border:0;
  font-size:16px;
  font-weight:700;
  color:#0f1a22;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.gp-faq-toggle{
  font-size:18px;
  font-weight:900;
  color:#cfa935;
}

/* Answer */
.gp-faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
  padding:0 18px;
}

.gp-faq-answer p{
  font-size:15px;
  color:#333;
  line-height:1.65;
  margin:14px 0 16px;
}

/* Active state */
.gp-faq-item.active .gp-faq-answer{
  max-height:240px;
}

.gp-faq-item.active .gp-faq-toggle{
  transform:rotate(45deg);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-21e9d0c */.gp-benefits{
  background:#0b1217;
  padding:80px 20px;
  color:#fff;
}

.gp-benefits-container{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

.gp-benefits h2{
  font-size:30px;
  font-weight:800;
  margin-bottom:10px;
}

.gp-benefits-intro{
  max-width:760px;
  margin:0 auto 35px;
  font-size:16px;
  line-height:1.7;
  opacity:.9;
}

.gp-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.gp-benefit-card{
  background:#121b22;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:24px;
  text-align:left;
  transition:.28s;
  position:relative;
}

.gp-benefit-card:hover{
  transform:translateY(-4px);
  border-color:#d4af37;
  box-shadow:0 16px 28px rgba(0,0,0,.35);
}

.gp-benefit-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#d4af37;
  color:#000;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
}

.gp-benefit-card h3{
  margin:4px 0 6px;
  font-size:18px;
}

.gp-benefit-card p{
  font-size:15px;
  line-height:1.6;
  opacity:.9;
}

/* Responsive */
@media(max-width:900px){
  .gp-benefit-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */