.elementor-19431 .elementor-element.elementor-element-292ca51{--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;}:root{--page-title-display:none;}/* Start custom CSS */.pm-snail-page {
  color: #4A4E57;
  line-height: 1.7;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
}

.pm-snail-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
  padding: 55px 0 70px;
}

.pm-snail-hero h1 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 22px;
  color: #005FCF;
}

.pm-snail-hero p,
.pm-section p,
.pm-section li {
  font-size: 17px;
}

.pm-btn {
  display: inline-block;
  background: #005FCF;
  color: #fff !important;
  padding: 15px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-right: 12px;
  margin-bottom: 10px;
}

.pm-btn-alt {
  background: #3E82E8;
}

.pm-snail-img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  display: block;
}

.pm-section {
  padding: 60px 0;
  border-bottom: 1px solid #E4E7EB;
}

.pm-section-light {
  background: #F5F7FA;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
}

.pm-section-light-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.pm-section h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #005FCF;
  margin-bottom: 18px;
}

.pm-section h3 {
  font-size: 24px;
  color: #006AE6;
  margin-top: 24px;
  margin-bottom: 8px;
}

.pm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.pm-card,
.pm-faq details {
  background: #fff;
  border: 1px solid #E4E7EB;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
}

.pm-card h3 {
  font-size: 20px;
  color: #006AE6;
  margin-top: 0;
  margin-bottom: 10px;
}

.pm-list {
  columns: 2;
  padding-left: 22px;
  margin-top: 16px;
}

.pm-list li {
  margin-bottom: 4px;
}

.pm-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.pm-step {
  background: #fff;
  border: 1px solid #E4E7EB;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.pm-step-num {
  background: #005FCF;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pm-step h3 {
  font-size: 18px;
  color: #005FCF;
  margin-top: 4px;
  margin-bottom: 6px;
}

.pm-step p {
  font-size: 16px;
  margin: 0;
}

.pm-areas-box {
  background: #fff;
  border: 1px solid #E4E7EB;
  border-radius: 14px;
  padding: 24px;
  margin-top: 18px;
}

.pm-areas-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pm-area-tag {
  background: #EEF4FC;
  color: #005FCF;
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
}

.pm-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.pm-faq summary {
  font-weight: 700;
  cursor: pointer;
  color: #005FCF;
  font-size: 17px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pm-faq summary::-webkit-details-marker {
  display: none;
}

.pm-faq summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: #3E82E8;
  margin-left: 12px;
}

.pm-faq details[open] summary::after {
  content: '−';
}

.pm-faq details p {
  font-size: 16px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #E4E7EB;
}

.pm-cta {
  background: #005FCF;
  color: #fff;
  padding: 55px 35px;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pm-cta-inner {
  max-width: 980px;
  margin: 0 auto;
}

.pm-cta h2,
.pm-cta p,
.pm-cta a {
  color: #fff;
}

.pm-cta h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
}

.pm-cta p {
  font-size: 18px;
  margin-bottom: 10px;
}

.pm-cta-btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  margin: 6px 8px;
  font-size: 16px;
}

.pm-cta-btn-phone {
  background: rgba(255,255,255,0.2);
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.5);
}

.pm-cta-btn-quote {
  background: #fff;
  color: #005FCF !important;
}

@media (max-width: 900px) {

  .pm-snail-hero,
  .pm-grid,
  .pm-steps {
    grid-template-columns: 1fr;
  }

  .pm-snail-hero h1 {
    font-size: 40px;
  }

  .pm-section h2 {
    font-size: 30px;
  }

  .pm-list {
    columns: 1;
  }
}/* End custom CSS */