.door-page .door-hero h1,
.door-page .door-hero h2,
.door-page .door-hero h3 {
  color: #fff !important;
}
.door-page .why-door-section h2,
.door-page .why-door-section h3,
.door-page .why-door-section h5,
.door-page .why-door-section p {
  color: #fff !important;
}
.door-page .door-areas-section h2,
.door-page .door-areas-section h3,
.door-page .door-areas-section p {
  color: #fff !important;
}
.door-page .door-feat-img-col h3,
.door-page .door-feat-img-col p,
.door-page .door-feat-img-col .big-label,
.door-page .door-feat-img-col .big-sub,
.door-page .door-feat-img-col .feat-bullets li {
  color: #fff !important;
}

.section-pad {
  padding: 80px 0;
}

.section-pad-sm {
  padding: 48px 0;
}

.door-page .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c42026;
  margin-bottom: 12px;
}
.door-page .section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #c42026;
  flex-shrink: 0;
}
.door-page .section-eyebrow.eyebrow-light {
  color: rgba(255, 255, 255, 0.65);
}
.door-page .section-eyebrow.eyebrow-light::before {
  background: rgba(255, 255, 255, 0.45);
}

.door-page .section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
  color: #000 !important;
  margin-bottom: 14px !important;
  font-family: "fm_secondary", sans-serif;
}
.door-page .section-title.title-white {
  color: #fff !important;
}
@media (max-width: 768px) {
  .door-page .section-title {
    font-size: 24px;
  }
}

.door-page .section-sub {
  color: #555;
  font-size: 16px;
  line-height: 1.78;
  max-width: 680px;
  margin-bottom: 48px;
}
.door-page .section-sub.sub-light {
  color: rgba(255, 255, 255, 0.8);
}

.door-hero {
  background: linear-gradient(135deg, #0d1a24 0%, #1a3548 45%, rgb(8.9408163265, 17.8816326531, 24.7591836735) 100%);
  min-height: 530px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.door-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px);
}
.door-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #c42026;
}
.door-hero .hero-glow {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(196, 32, 38, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.door-hero .hero-inner {
  position: relative;
  z-index: 2;
  padding: 60px 24px 40px;
}
.door-hero .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 32, 38, 0.18);
  border: 1px solid rgba(196, 32, 38, 0.45);
  padding: 5px 16px;
  margin-bottom: 22px;
  border-radius: 40px;
}
.door-hero .hero-pill .pill-dot {
  width: 8px;
  height: 8px;
  background: #c42026;
  border-radius: 50%;
  flex-shrink: 0;
}
.door-hero .hero-pill span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
}
.door-hero h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff !important;
  margin-bottom: 20px;
  font-family: "fm_secondary", sans-serif;
}
.door-hero h1 .hero-highlight {
  color: #c42026;
}
@media (max-width: 768px) {
  .door-hero h1 {
    font-size: 34px;
  }
}
.door-hero .hero-lead {
  font-size: 17px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  max-width: 580px;
}
.door-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}
.door-hero .btn-hero-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #0d1a24;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 2px solid #fff;
}
.door-hero .btn-hero-white i {
  color: #c42026;
}
.door-hero .btn-hero-white:hover {
  background: rgb(242.25, 242.25, 242.25);
  color: #0d1a24;
}
.door-hero .btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.45);
  transition: all 0.25s ease;
}
.door-hero .btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}
.door-hero .hero-stats-full {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 28px;
  margin-top: 8px;
}
.door-hero .hero-stats-full .stat-item {
  flex: 1;
  min-width: 120px;
  padding: 0 24px 0 0;
}
.door-hero .hero-stats-full .stat-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  margin-right: 24px;
}
.door-hero .hero-stats-full .stat-item .stat-val {
  font-size: 32px;
  font-weight: 800;
  color: #c42026;
  line-height: 1.1;
  font-family: "fm_secondary", sans-serif;
}
.door-hero .hero-stats-full .stat-item .stat-lbl {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 4px;
}

.callnow-bar {
  background: #c42026;
  padding: 14px 0;
}
.callnow-bar .bar-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.callnow-bar .bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.callnow-bar .bar-item i {
  font-size: 17px;
}
.callnow-bar .bar-item strong {
  font-weight: 700;
}
.callnow-bar .bar-sep {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 576px) {
  .callnow-bar .bar-sep {
    display: none;
  }
}
.callnow-bar .bar-appt-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: #c42026;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.callnow-bar .bar-appt-btn:hover {
  background: rgb(234.6, 234.6, 234.6);
}

.door-intro-section {
  background: #fff;
}
.door-intro-section .intro-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}
.door-intro-section .intro-cta-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8fafc;
  border-left: 4px solid #c42026;
  padding: 14px 18px;
  border-radius: 0 6px 6px 0;
  margin-top: 28px;
}
.door-intro-section .intro-cta-bar i {
  color: #c42026;
  font-size: 20px;
}
.door-intro-section .intro-cta-bar a {
  text-decoration: none;
  color: inherit;
}
.door-intro-section .intro-cta-bar p {
  margin: 0;
  font-size: 15px;
  color: #222;
}
.door-intro-section .intro-cta-bar p strong {
  color: #c42026;
}
.door-intro-section .quick-panel {
  background: #0d1a24;
  border-radius: 10px;
  padding: 28px;
  height: 100%;
}
.door-intro-section .quick-panel h5 {
  color: #fff;
  font-weight: 700;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
}
.door-intro-section .quick-panel ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.door-intro-section .quick-panel ul li:last-child {
  border-bottom: none;
}
.door-intro-section .quick-panel ul li i {
  color: #c42026;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.door-services-section {
  background: #f8fafc;
}
.door-services-section .svc-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px 24px;
  height: 100%;
  border: 1px solid #e0e7ef;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
}
.door-services-section .svc-card:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  border-color: rgb(240.4736842105, 166.0263157895, 168.75);
}
.door-services-section .svc-card .svc-icon {
  width: 52px;
  height: 52px;
  background: rgba(196, 32, 38, 0.18);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.door-services-section .svc-card .svc-icon i {
  font-size: 22px;
  color: #c42026;
}
.door-services-section .svc-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0d1a24;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 10px;
}
.door-services-section .svc-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.door-feature-split {
  background: #fff;
}
.door-feature-split .door-feat-img-col {
  background: linear-gradient(150deg, #0d1a24 0%, #1a3548 100%);
  border-radius: 10px 0 0 10px;
  padding: 48px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.door-feature-split .door-feat-img-col::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  background: rgba(196, 32, 38, 0.18);
  border-radius: 50%;
}
@media (max-width: 992px) {
  .door-feature-split .door-feat-img-col {
    border-radius: 10px 10px 0 0;
  }
}
.door-feature-split .door-feat-img-col .big-number {
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  color: #c42026;
  font-family: "fm_secondary", sans-serif;
  opacity: 0.9;
}
.door-feature-split .door-feat-img-col .big-label {
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  font-family: "fm_secondary", sans-serif;
  margin: 4px 0 10px;
  line-height: 1.3;
}
.door-feature-split .door-feat-img-col .big-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1.7;
  margin-bottom: 24px;
}
.door-feature-split .door-feat-img-col .red-rule {
  width: 40px;
  height: 3px;
  background: #c42026;
  margin-bottom: 24px;
  border-radius: 2px;
}
.door-feature-split .door-feat-img-col .feat-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.door-feature-split .door-feat-img-col .feat-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  padding: 8px 0;
}
.door-feature-split .door-feat-img-col .feat-bullets li i {
  color: #c42026;
  flex-shrink: 0;
  margin-top: 2px;
}
.door-feature-split .door-feat-content-col {
  padding: 48px 40px;
}
@media (max-width: 992px) {
  .door-feature-split .door-feat-content-col {
    padding: 40px 24px;
  }
}
.door-feature-split .door-feat-content-col .feature-item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e7ef;
}
.door-feature-split .door-feat-content-col .feature-item:last-child {
  border-bottom: none;
}
.door-feature-split .door-feat-content-col .feature-item .feat-num {
  font-size: 28px;
  font-weight: 800;
  color: #eef2f7;
  font-family: "fm_secondary", sans-serif;
  flex-shrink: 0;
  line-height: 1;
  min-width: 40px;
}
.door-feature-split .door-feat-content-col .feature-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0d1a24;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 8px;
}
.door-feature-split .door-feat-content-col .feature-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.72;
  margin: 0;
}

.door-types-section {
  background: #f8fafc;
}
.door-types-section .dt-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
}
.door-types-section .dt-table thead tr {
  background: #0d1a24;
}
.door-types-section .dt-table thead tr th {
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: left;
}
.door-types-section .dt-table tbody tr {
  border-bottom: 1px solid #e0e7ef;
  transition: all 0.15s ease;
}
.door-types-section .dt-table tbody tr:last-child {
  border-bottom: none;
}
.door-types-section .dt-table tbody tr:hover {
  background: #f4f4f4;
}
.door-types-section .dt-table tbody tr td {
  padding: 14px 20px;
  font-size: 14px;
  color: #222;
}
.door-types-section .dt-table tbody tr td:first-child {
  font-weight: 600;
  color: #0d1a24;
}
.door-types-section .dt-table .td-yes {
  color: #1a7a3a;
  font-weight: 600;
}
.door-types-section .dt-table .td-badge .badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(26, 122, 58, 0.1);
  color: #1a7a3a;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 40px;
}
.door-types-section .dt-table .td-badge .badge-pill i {
  font-size: 11px;
}

.why-door-section {
  background: linear-gradient(150deg, #0d1a24 0%, #1a3548 100%);
  position: relative;
  overflow: hidden;
}
.why-door-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 500px;
  height: 500px;
  background: rgba(196, 32, 38, 0.18);
  border-radius: 50%;
  pointer-events: none;
}
.why-door-section .why-card {
  display: flex;
  gap: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.25s ease;
}
.why-door-section .why-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(196, 32, 38, 0.4);
}
.why-door-section .why-card .why-icon {
  width: 46px;
  height: 46px;
  background: rgba(196, 32, 38, 0.18);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-door-section .why-card .why-icon i {
  font-size: 20px;
  color: #c42026;
}
.why-door-section .why-card h6 {
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 6px;
}
.why-door-section .why-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1.68;
  margin: 0;
}

.door-benefits-section {
  background: #fff;
}
.door-benefits-section .benefit-card {
  background: #f8fafc;
  border: 1px solid #e0e7ef;
  border-radius: 10px;
  padding: 28px 22px;
  height: 100%;
  transition: all 0.25s ease;
}
.door-benefits-section .benefit-card:hover {
  border-color: #e05055;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.door-benefits-section .benefit-card .benefit-emoji {
  font-size: 30px;
  display: block;
  margin-bottom: 14px;
}
.door-benefits-section .benefit-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0d1a24;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 10px;
}
.door-benefits-section .benefit-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.72;
  margin: 0;
}

.door-process-section {
  background: #f8fafc;
}
.door-process-section .process-left .process-cta-box {
  background: #fff;
  border-left: 4px solid #c42026;
  border-radius: 0 6px 6px 0;
  padding: 18px 20px;
  margin-top: 28px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.1);
}
.door-process-section .process-left .process-cta-box a {
  text-decoration: none;
  color: inherit;
}
.door-process-section .process-left .process-cta-box p {
  margin: 0;
  font-size: 15px;
  color: #222;
}
.door-process-section .process-left .process-cta-box p strong {
  color: #c42026;
}
.door-process-section .process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.door-process-section .process-step {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e0e7ef;
}
.door-process-section .process-step:last-child {
  border-bottom: none;
}
.door-process-section .process-step .step-num {
  width: 44px;
  height: 44px;
  background: #c42026;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  font-family: "fm_secondary", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
}
.door-process-section .process-step h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0d1a24;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 8px;
}
.door-process-section .process-step p {
  font-size: 14px;
  color: #555;
  line-height: 1.72;
  margin: 0;
}

.door-testimonials-section {
  background: #0d1a24;
  position: relative;
  overflow: hidden;
}
.door-testimonials-section::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -100px;
  width: 400px;
  height: 400px;
  background: rgba(196, 32, 38, 0.18);
  border-radius: 50%;
  pointer-events: none;
}
.door-testimonials-section .section-eyebrow {
  color: rgba(255, 255, 255, 0.55);
}
.door-testimonials-section .section-eyebrow::before {
  background: rgba(255, 255, 255, 0.35);
}
.door-testimonials-section .section-title {
  color: #fff !important;
}
.door-testimonials-section .review-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.25s ease;
}
.door-testimonials-section .review-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(196, 32, 38, 0.35);
}
.door-testimonials-section .review-card .stars {
  color: #e8a822;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.door-testimonials-section .review-card blockquote {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6) !important;
  font-style: italic;
  margin: 0 0 20px;
  border: none;
  padding: 0;
}
.door-testimonials-section .review-card .reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.door-testimonials-section .review-card .reviewer .avatar {
  width: 42px;
  height: 42px;
  background: #c42026;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.door-testimonials-section .review-card .reviewer .rname {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.door-testimonials-section .review-card .reviewer .rloc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}

.door-faq-section {
  background: #fff;
}
.door-faq-section .faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.door-faq-section .faq-item {
  border-bottom: 1px solid #e0e7ef;
}
.door-faq-section .faq-item:first-child {
  border-top: 1px solid #e0e7ef;
}
.door-faq-section .faq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #0d1a24;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: "fm_primary", sans-serif;
}
.door-faq-section .faq-btn:hover {
  color: #c42026;
}
.door-faq-section .faq-btn .faq-toggle {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #e0e7ef;
  position: relative;
  transition: all 0.25s ease;
}
.door-faq-section .faq-btn .faq-toggle::before, .door-faq-section .faq-btn .faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #555;
  transition: all 0.25s ease;
}
.door-faq-section .faq-btn .faq-toggle::before {
  width: 10px;
  height: 2px;
}
.door-faq-section .faq-btn .faq-toggle::after {
  width: 2px;
  height: 10px;
}
.door-faq-section .faq-body {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0 0 0;
}
.door-faq-section .faq-body strong {
  color: #0d1a24;
}
.door-faq-section .faq-item.open .faq-btn {
  color: #c42026;
}
.door-faq-section .faq-item.open .faq-toggle {
  border-color: #c42026;
  background: rgba(196, 32, 38, 0.18);
}
.door-faq-section .faq-item.open .faq-toggle::after {
  opacity: 0;
}
.door-faq-section .faq-item.open .faq-toggle::before, .door-faq-section .faq-item.open .faq-toggle::after {
  background: #c42026;
}
.door-faq-section .faq-item.open .faq-body {
  max-height: 400px;
  padding: 0 0 20px;
}

.door-areas-section {
  background: linear-gradient(150deg, #112233 0%, #0d1a24 100%);
  position: relative;
  overflow: hidden;
}
.door-areas-section::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 380px;
  height: 380px;
  background: rgba(196, 32, 38, 0.18);
  border-radius: 50%;
  pointer-events: none;
}
.door-areas-section p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.78;
  margin-bottom: 32px;
}
.door-areas-section .area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.door-areas-section .area-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.door-areas-section .area-chip i {
  font-size: 12px;
  color: #c42026;
}
.door-areas-section .area-chip:hover {
  background: rgba(196, 32, 38, 0.18);
  border-color: rgba(196, 32, 38, 0.45);
  color: #fff;
}

.door-final-cta {
  background: #c42026;
  text-align: center;
  padding: 72px 0;
}
.door-final-cta h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff !important;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .door-final-cta h2 {
    font-size: 24px;
  }
}
.door-final-cta p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 28px;
}
.door-final-cta .cta-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}
.door-final-cta .cta-trust-badges .trust-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.door-final-cta .cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.door-final-cta .btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #c42026;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.door-final-cta .btn-cta-white:hover {
  background: rgb(237.15, 237.15, 237.15);
  color: #c42026;
}
.door-final-cta .btn-cta-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0d1a24;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.door-final-cta .btn-cta-dark:hover {
  background: #1a3548;
  color: #fff;
}

@media (max-width: 768px) {
  .section-pad {
    padding: 48px 0;
  }
  .door-final-cta {
    padding: 48px 0;
  }
  .door-hero .hero-stats-full {
    gap: 16px;
  }
  .door-hero .hero-stats-full .stat-item {
    flex: 0 0 calc(50% - 8px);
    border-right: none !important;
    margin-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 14px;
  }
}
@media (max-width: 576px) {
  .door-hero .hero-stats-full .stat-item {
    flex: 0 0 100%;
  }
}