.sc-section {
  padding: 96px 0;
}

.sc-section-sm {
  padding: 60px 0;
}

.sc-section-dark {
  background: #08111c;
}

.sc-section-navy {
  background: #0f1e2e;
}

.sc-section-light {
  background: #f8f9fb;
}

.sc-section-white {
  background: #ffffff;
}

.sc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "fm_primary", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c42026;
  margin-bottom: 14px;
}
.sc-eyebrow::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #c42026;
  flex-shrink: 0;
}
.sc-eyebrow--light {
  color: rgba(255, 255, 255, 0.65);
}
.sc-eyebrow--light::before {
  background: rgba(255, 255, 255, 0.4);
}

.sc-title {
  font-family: "fm_secondary", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.13;
  color: #1e1e1e;
  margin-bottom: 16px;
}
.sc-title span {
  color: #c42026;
}
@media (max-width: 768px) {
  .sc-title {
    font-size: 28px;
  }
}

.sc-title--light {
  color: #ffffff !important;
}
.sc-title--light span {
  color: #c42026;
}

.sc-sub {
  font-family: "fm_primary", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #5a5a5a;
  max-width: 660px;
  margin-bottom: 48px;
}

.sc-sub--light {
  color: rgba(255, 255, 255, 0.75) !important;
}

.scarborough-hero {
  background: linear-gradient(135deg, #08111c 0%, #0f1e2e 45%, rgb(3.4666666667, 7.3666666667, 12.1333333333) 100%);
  min-height: 640px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.scarborough-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);
  pointer-events: none;
}
.scarborough-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #c42026;
}
.scarborough-hero .hero-glow {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(196, 32, 38, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.scarborough-hero .hero-inner {
  position: relative;
  z-index: 2;
  padding: 60px 24px 40px;
}
.scarborough-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;
}
.scarborough-hero .hero-pill .pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c42026;
  animation: sc-pulse 2s infinite;
  flex-shrink: 0;
}
.scarborough-hero .hero-pill span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ffffff !important;
}
.scarborough-hero h1 {
  color: #ffffff !important;
  font-family: "fm_secondary", sans-serif;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 20px !important;
}
.scarborough-hero h1 .hero-highlight {
  color: #c42026 !important;
}
@media (max-width: 768px) {
  .scarborough-hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .scarborough-hero h1 {
    font-size: 38px;
  }
}
.scarborough-hero .hero-lead {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 36px;
}
.scarborough-hero .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.scarborough-hero .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c42026;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border: none;
  box-shadow: 0 6px 20px rgba(196, 32, 38, 0.45);
  transition: all 0.22s ease;
  text-decoration: none;
}
.scarborough-hero .btn-hero-primary:hover {
  background: #9a1a1f;
  transform: translateY(-2px);
  color: #ffffff !important;
}
.scarborough-hero .btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  transition: all 0.22s ease;
  text-decoration: none;
}
.scarborough-hero .btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}
.scarborough-hero .hero-info-panel {
  background: rgba(196, 32, 38, 0.1);
  border: 1px solid rgba(196, 32, 38, 0.25);
  padding: 36px 32px;
}
.scarborough-hero .hero-info-panel .panel-tag {
  display: inline-block;
  background: #c42026;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 20px;
}
.scarborough-hero .hero-info-panel .panel-intro {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.scarborough-hero .hero-info-panel .panel-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.scarborough-hero .hero-info-panel .panel-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.scarborough-hero .hero-info-panel .panel-checklist li:last-child {
  border-bottom: none;
}
.scarborough-hero .hero-info-panel .panel-checklist li i {
  color: #c42026;
  font-size: 16px;
  flex-shrink: 0;
}
.scarborough-hero .hero-stats-full {
  display: flex;
  width: 100%;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.scarborough-hero .hero-stats-full .stat-item {
  flex: 1;
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.scarborough-hero .hero-stats-full .stat-item:last-child {
  border-right: none;
}
.scarborough-hero .hero-stats-full .stat-item .stat-val {
  font-size: 30px;
  font-weight: 800;
  color: #c42026;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "fm_secondary", sans-serif;
}
.scarborough-hero .hero-stats-full .stat-item .stat-lbl {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 576px) {
  .scarborough-hero .hero-stats-full {
    flex-wrap: wrap;
  }
  .scarborough-hero .hero-stats-full .stat-item {
    flex: 0 0 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@keyframes sc-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.callnow-bar {
  background: #c42026;
  padding: 15px 0;
}
.callnow-bar .bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.callnow-bar .bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 15px;
}
.callnow-bar .bar-item i {
  font-size: 18px;
  color: #ffffff !important;
}
.callnow-bar .bar-sep {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
}
.callnow-bar .bar-appt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #c42026 !important;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px;
  text-decoration: none;
  transition: all 0.22s ease;
  border: none;
}
.callnow-bar .bar-appt-btn:hover {
  background: #f5f5f5;
}

@keyframes sc-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.sc-intro .intro-body p {
  font-family: "fm_primary", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #5a5a5a;
  margin-bottom: 18px;
}
.sc-intro .intro-body p strong {
  color: #1e1e1e;
}
.sc-intro .intro-highlight-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff5f5;
  border-left: 4px solid #c42026;
  padding: 16px 20px;
  margin-top: 28px;
  font-size: 14.5px;
  color: #1e1e1e;
  line-height: 1.6;
}
.sc-intro .intro-highlight-bar i {
  color: #c42026;
  font-size: 20px;
  flex-shrink: 0;
}
.sc-intro .intro-highlight-bar a {
  color: #c42026;
  font-weight: 700;
  text-decoration: none;
}
.sc-intro .intro-highlight-bar a:hover {
  text-decoration: underline;
}
.sc-intro .qf-panel {
  background: #08111c;
  padding: 32px;
  height: 100%;
}
.sc-intro .qf-panel h5 {
  font-family: "fm_secondary", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sc-intro .qf-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-intro .qf-panel ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.5;
}
.sc-intro .qf-panel ul li:last-child {
  border-bottom: none;
}
.sc-intro .qf-panel ul li i {
  color: #c42026;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

.sc-services .svc-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 32px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.38s ease;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
}
.sc-services .svc-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c42026, #9a1a1f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.sc-services .svc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
.sc-services .svc-card:hover::before {
  transform: scaleX(1);
}
.sc-services .svc-card:hover .svc-icon-wrap {
  background: #c42026;
}
.sc-services .svc-card:hover .svc-icon-wrap i {
  color: #ffffff;
}
.sc-services .svc-card .svc-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #fff0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.22s ease;
}
.sc-services .svc-card .svc-icon-wrap i {
  font-size: 24px;
  color: #c42026;
  transition: all 0.22s ease;
}
.sc-services .svc-card h5 {
  font-family: "fm_secondary", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 12px;
}
.sc-services .svc-card p {
  font-size: 14.5px;
  line-height: 1.72;
  color: #5a5a5a;
  margin: 0;
}

.sc-feature-split .feat-left {
  background: #08111c;
  padding: 48px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sc-feature-split .feat-left::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(196, 32, 38, 0.1);
  pointer-events: none;
}
.sc-feature-split .feat-left .big-num {
  font-family: "fm_secondary", sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  color: #c42026;
  opacity: 0.75;
  margin-bottom: -10px;
}
.sc-feature-split .feat-left .big-label {
  font-family: "fm_secondary", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 8px;
}
.sc-feature-split .feat-left .big-sub {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.6;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sc-feature-split .feat-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-feature-split .feat-left ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sc-feature-split .feat-left ul li:last-child {
  border-bottom: none;
}
.sc-feature-split .feat-left ul li i {
  color: #c42026;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}
.sc-feature-split .feat-right {
  padding-left: 48px;
}
@media (max-width: 992px) {
  .sc-feature-split .feat-right {
    padding-left: 0;
    padding-top: 40px;
  }
}
.sc-feature-split .feat-item {
  display: flex;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.sc-feature-split .feat-item:last-child {
  border-bottom: none;
}
.sc-feature-split .feat-item .feat-num {
  font-family: "fm_secondary", sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: rgba(196, 32, 38, 0.14);
  line-height: 1;
  flex-shrink: 0;
  min-width: 52px;
}
.sc-feature-split .feat-item h5 {
  font-family: "fm_secondary", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 8px;
}
.sc-feature-split .feat-item p {
  font-size: 14.5px;
  line-height: 1.72;
  color: #5a5a5a;
  margin: 0;
}

.sc-types-table .wt-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
  font-size: 14.5px;
}
.sc-types-table .wt-table thead tr {
  background: #08111c;
}
.sc-types-table .wt-table thead tr th {
  color: #ffffff;
  font-family: "fm_primary", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 20px;
  text-align: left;
  border: none;
}
.sc-types-table .wt-table thead tr th:first-child {
  padding-left: 28px;
}
.sc-types-table .wt-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
  transition: background 0.15s;
}
.sc-types-table .wt-table tbody tr:last-child {
  border-bottom: none;
}
.sc-types-table .wt-table tbody tr:hover {
  background: #fafbfc;
}
.sc-types-table .wt-table tbody tr td {
  padding: 15px 20px;
  color: #1e1e1e;
  border: none;
}
.sc-types-table .wt-table tbody tr td:first-child {
  font-weight: 600;
  padding-left: 28px;
}
.sc-types-table .wt-table tbody tr .td-yes {
  color: #c42026;
  font-weight: 600;
}
.sc-types-table .wt-table tbody tr .td-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: 100px;
  border: 1px solid rgba(26, 122, 58, 0.25);
}
.sc-types-table .wt-table tbody tr .td-badge .pill i {
  font-size: 11px;
}

.sc-emg-banner {
  background: linear-gradient(110deg, #8a0d11 0%, #c42026 50%, #a01318 100%);
  position: relative;
  overflow: hidden;
  padding: 56px 0;
}
.sc-emg-banner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.sc-emg-banner .emg-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.sc-emg-banner .emg-icon {
  font-size: 56px;
  color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  line-height: 1;
}
.sc-emg-banner .emg-copy {
  flex: 1 1 280px;
}
.sc-emg-banner .emg-copy h3 {
  font-family: "fm_secondary", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}
.sc-emg-banner .emg-copy p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
.sc-emg-banner .emg-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}
.sc-emg-banner .btn-emg-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #c42026 !important;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 24px;
  text-decoration: none;
  transition: all 0.22s ease;
}
.sc-emg-banner .btn-emg-white:hover {
  background: #f5f5f5;
}
.sc-emg-banner .btn-emg-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.22s ease;
}
.sc-emg-banner .btn-emg-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}

.sc-why .why-card {
  background: #122030;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 30px 26px;
  height: 100%;
  transition: all 0.38s ease;
}
.sc-why .why-card:hover {
  border-color: rgba(196, 32, 38, 0.35);
  transform: translateY(-4px);
}
.sc-why .why-card:hover .why-icon {
  background: #c42026;
}
.sc-why .why-card:hover .why-icon i {
  color: #ffffff;
}
.sc-why .why-card .why-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(196, 32, 38, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: all 0.22s ease;
}
.sc-why .why-card .why-icon i {
  font-size: 22px;
  color: #c42026;
  transition: all 0.22s ease;
}
.sc-why .why-card h6 {
  font-family: "fm_secondary", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 10px;
}
.sc-why .why-card p {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72) !important;
  margin: 0;
}

.sc-benefits .ben-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 32px 26px;
  height: 100%;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.38s ease;
}
.sc-benefits .ben-card:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.sc-benefits .ben-card .ben-emoji {
  font-size: 32px;
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}
.sc-benefits .ben-card h5 {
  font-family: "fm_secondary", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 10px;
}
.sc-benefits .ben-card p {
  font-size: 14px;
  line-height: 1.72;
  color: #5a5a5a;
  margin: 0;
}

.sc-process .process-left .process-cta {
  background: #f5f5f5;
  border-left: 4px solid #c42026;
  padding: 18px 20px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.65;
  color: #1e1e1e;
}
.sc-process .process-left .process-cta a {
  color: #c42026;
  font-weight: 700;
  text-decoration: none;
}
.sc-process .process-left .process-cta a:hover {
  text-decoration: underline;
}
.sc-process .process-steps {
  display: flex;
  flex-direction: column;
}
.sc-process .ps-item {
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #e6e6e6;
}
.sc-process .ps-item:last-child {
  border-bottom: none;
}
.sc-process .ps-item .ps-num {
  font-family: "fm_secondary", sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #ffffff;
  background: #c42026;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.sc-process .ps-item h5 {
  font-family: "fm_secondary", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 8px;
}
.sc-process .ps-item p {
  font-size: 14.5px;
  line-height: 1.72;
  color: #5a5a5a;
  margin: 0;
}

.sc-testimonials .rev-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 32px;
  height: 100%;
  transition: all 0.38s ease;
}
.sc-testimonials .rev-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}
.sc-testimonials .rev-card .stars {
  color: #e8a020;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.sc-testimonials .rev-card blockquote {
  font-size: 14.5px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.82) !important;
  font-style: italic;
  margin: 0 0 22px;
  padding: 0;
  border: none;
  position: relative;
}
.sc-testimonials .rev-card blockquote::before {
  content: '"';
  position: absolute;
  top: -16px;
  left: -4px;
  font-size: 56px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Georgia, serif;
  line-height: 1;
}
.sc-testimonials .rev-card .rev-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.sc-testimonials .rev-card .rev-author .av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #c42026;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  flex-shrink: 0;
}
.sc-testimonials .rev-card .rev-author .rname {
  font-weight: 700;
  color: #ffffff !important;
  font-size: 14px;
}
.sc-testimonials .rev-card .rev-author .rloc {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12.5px;
  margin-top: 2px;
}

.sc-faq .faq-list {
  max-width: 860px;
  margin: 0 auto;
}
.sc-faq .faq-item {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.sc-faq .faq-item:first-child {
  border-top: 1px solid #e6e6e6;
}
.sc-faq .faq-item.open .faq-body {
  display: block;
}
.sc-faq .faq-item.open .faq-chevron {
  transform: rotate(180deg);
}
.sc-faq .faq-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}
.sc-faq .faq-btn span.q-text {
  font-family: "fm_secondary", sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  color: #1e1e1e;
  line-height: 1.35;
}
.sc-faq .faq-btn .faq-chevron {
  color: #c42026;
  font-size: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.sc-faq .faq-btn:hover span.q-text {
  color: #c42026;
}
.sc-faq .faq-body {
  display: none;
  padding: 0 0 24px 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5a5a5a;
}
.sc-faq .faq-body strong {
  color: #1e1e1e;
}

.sc-areas p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #5a5a5a;
  max-width: 640px;
  margin-bottom: 36px;
}
.sc-areas .area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sc-areas .a-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.22s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.sc-areas .a-chip i {
  color: #c42026;
  font-size: 12px;
}
.sc-areas .a-chip:hover {
  background: #c42026;
  color: #ffffff;
  border-color: #c42026;
  transform: translateY(-2px);
}
.sc-areas .a-chip:hover i {
  color: #ffffff;
}
.sc-areas .a-chip--highlight {
  background: #c42026;
  color: #ffffff;
  border-color: #c42026;
}
.sc-areas .a-chip--highlight i {
  color: #ffffff;
}

.sc-final-cta {
  background: linear-gradient(130deg, #08111c 0%, #0f1e2e 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sc-final-cta::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(196, 32, 38, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.sc-final-cta .cta-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}
.sc-final-cta h2 {
  font-family: "fm_secondary", sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.15;
}
@media (max-width: 768px) {
  .sc-final-cta h2 {
    font-size: 28px;
  }
}
.sc-final-cta p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 32px;
}
.sc-final-cta .trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin-bottom: 36px;
}
.sc-final-cta .trust-badges .tb {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px;
  font-weight: 500;
}
.sc-final-cta .trust-badges .tb i {
  color: #c42026;
  font-size: 14px;
}
.sc-final-cta .cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.sc-final-cta .btn-cta-red {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c42026;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(196, 32, 38, 0.28);
  transition: all 0.22s ease;
}
.sc-final-cta .btn-cta-red:hover {
  background: #9a1a1f;
  color: #ffffff !important;
  transform: translateY(-2px);
}
.sc-final-cta .btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: all 0.22s ease;
}
.sc-final-cta .btn-cta-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

/*# sourceMappingURL=win_gl_rep_scarborough_v2.css.map */
