/* Shared inline CSS extracted from /locations/illinois/*.html. */
/* Generated by extract_inline_css.py — do not edit by hand. */

html { overflow-x: hidden; }

.textbox li::marker,
    .section-articles li::marker,
    .section-whyus li::marker,
    .csc-section li::marker,
    .about-snippet-section li::marker,
    .service-box li::marker {
      color: #d23540;
    }

.hero-homepage {
      background: #1c1f24;
      padding: 100px 0 64px;
      font-family: "Montserrat", Arial, sans-serif;
      position: relative;
      overflow: hidden;
    }

.hero-homepage::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 48%,
        rgba(0, 0, 0, 0.50) 100%
      );
      pointer-events: none;
      z-index: 1;
    }

.hero-homepage .hero-bg-img {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
    }

.hero-homepage .hero-bg-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

.hero-grid {
      display: grid;
      grid-template-columns: 1fr 430px;
      gap: 56px;
      align-items: center;
    }

.hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(245,166,35,.16);
      border: 1px solid rgba(245,166,35,.4);
      border-radius: 20px;
      padding: 6px 14px;
      font-size: 11px;
      font-weight: 700;
      color: #f5a623;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

.hero-h1 {
      font-size: clamp(1.9rem, 3.6vw, 2.85rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.12;
      text-transform: uppercase;
      margin: 0 0 18px;
      font-family: "Montserrat", Arial, sans-serif;
    }

.hero-sub {
      font-size: 15px;
      color: #9faabd;
      line-height: 1.75;
      max-width: 500px;
      margin: 0 0 28px;
    }

.hero-ticks {
      list-style: none;
      padding: 0;
      margin: 0 0 32px;
      display: flex;
      flex-direction: column;
      gap: 11px;
    }

.hero-ticks li {
      display: flex;
      align-items: center;
      gap: 11px;
      font-size: 14px;
      font-weight: 500;
      color: #e2e8f0;
      font-family: "Montserrat", Arial, sans-serif;
    }

.htick {
      width: 20px;
      height: 20px;
      min-width: 20px;
      background: #d23540;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.htick i { font-size: 8px; color: #fff; }

.htick svg { width: 10px; height: 10px; display: block; }

.hero-phone-row {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
      margin-bottom: 18px;
    }

.hero-phone-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 6px;
      padding: 12px 22px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      font-family: "Montserrat", Arial, sans-serif;
      text-decoration: none;
      transition: background .2s;
    }

.hero-phone-link i { color: #d23540; font-size: 15px; }

.hero-hours {
      font-size: 11px;
      color: #6b7a90;
      font-family: "Montserrat", Arial, sans-serif;
      margin-top: 4px;
    }

.hero-form-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 28px 70px rgba(0,0,0,.55);
    }

.hfc-top {
      background: #d23540;
      padding: 20px 26px;
      text-align: center;
    }

.hfc-top h2 {
      font-size: 17px;
      font-weight: 800;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin: 0 0 4px;
      font-family: "Montserrat", Arial, sans-serif;
    }

.hfc-top p {
      font-size: 13px;
      color: rgba(255,255,255,.85);
      margin: 0;
      font-family: "Montserrat", Arial, sans-serif;
    }

.hfc-urgency {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #fff8e1;
      border-bottom: 2px solid #f6c90e;
      padding: 11px 20px;
      font-size: 12px;
      font-weight: 700;
      color: #7a4800;
      font-family: "Montserrat", Arial, sans-serif;
    }

.hfc-urgency i { color: #f57c00; font-size: 13px; }

.hfc-body { padding: 20px 24px 18px; }

.hfg { margin-bottom: 13px; }

.hfg-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

.hfc-submit {
      width: 100%;
      background: #d23540;
      color: #fff;
      border: none;
      padding: 15px;
      font-size: 14px;
      font-weight: 800;
      font-family: "Montserrat", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: .7px;
      cursor: pointer;
      border-radius: 5px;
      margin-top: 4px;
      transition: background .2s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

.hero-trust-strip {
      background: #14171b;
      border-bottom: 1px solid rgba(255,255,255,.06);
      font-family: "Montserrat", Arial, sans-serif;
    }

.ts-inner {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
    }

.ts-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 20px 28px;
      border-right: 1px solid rgba(255,255,255,.08);
      flex: 1 1 0;
      min-width: 175px;
      text-decoration: none;
      color: inherit;
    }

.ts-icon {
      width: 40px;
      height: 40px;
      min-width: 40px;
      background: #d23540;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.ts-icon svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      display: block;
    }

.ts-val {
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
    }

.ts-label {
      font-size: 10px;
      color: #7a8799;
      letter-spacing: .2px;
      margin-top: 3px;
    }

.ts-stars { color: #f6c90e; font-size: 12px; letter-spacing: 1px; }

@media (max-width: 767px) {
      .ts-inner { justify-content: center; }
      .ts-item { padding: 14px 16px; min-width: 0; flex: 0 0 calc(50% - 1px); border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); justify-content: center; }
      .ts-item:nth-child(1) { border-right: 1px solid rgba(255,255,255,.08); }
      .ts-item:nth-child(3) { flex: 0 0 auto; border-bottom: none; }
      .ts-item:nth-child(n+4) { display: none; }
    }

.isb {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #fff;
      border: 1px solid #e4e6ea;
      border-radius: 4px;
      padding: 7px 13px;
      font-size: 12px;
      font-weight: 600;
      color: #3a3b44;
      transition: background .2s, border-color .2s;
      cursor: default;
    }

.isb:hover {
      background: #fff9e6;
      border-color: #f5c518;
    }

.section.section-stats {
      background: #2d3238;
    }

.section.section-stats + .section.bg-gray.section-services {
      margin-top: 0;
    }

.section-services { margin: 0 !important; }

.section.section-stats .stats-box {
      background: #fffbeb;
      border: 1px solid rgba(245, 166, 35, 0.28);
      box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
    }

.section.section-stats .stats-box:hover {
      background: #fef3c7;
      border-color: rgba(245, 166, 35, 0.45);
      box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
    }

.section-services .services-modern-header {
      text-align: center;
      margin-bottom: 36px;
      font-family: "Montserrat", Arial, sans-serif;
    }

.section-services .services-block { display: block !important; }

.section-services .services-tabset {
      display: flex !important;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin: 0 0 32px !important;
      padding: 0 !important;
      width: 100% !important;
      list-style: none;
    }

.section-services .services-tabset li {
      padding: 0 !important;
      width: auto !important;
    }

.section-services .services-tabset li a {
      display: inline-flex !important;
      align-items: center;
      height: auto !important;
      padding: 10px 20px !important;
      border-radius: 4px;
      border: 1.5px solid #ddd;
      background: #fff !important;
      color: #555 !important;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: border-color 0.2s, background 0.2s, color 0.2s;
      font-family: "Montserrat", Arial, sans-serif;
    }

.section-services .services-tabset li a::after { display: none !important; }

.section-services .services-tabset li a:hover {
      border-color: #d23540 !important;
      color: #d23540 !important;
      background: #fff8f8 !important;
    }

.section-services .services-tabset li.active a {
      border-color: #d23540 !important;
      color: #d23540 !important;
      background: #fff8f8 !important;
      box-shadow: 0 0 0 1px #d23540;
    }

.section-services .tab-content { padding-left: 0 !important; }

.section-services .service-box { display: flex !important; gap: 32px; align-items: flex-start; }

.section-services .service-box .image-holder { width: 35%; flex-shrink: 0; border-radius: 8px; overflow: hidden; }

.section-services .service-box .textbox { flex: 1; }

.section-services .service-box .textbox h3 {
      font-size: 1.4rem;
      font-weight: 800;
      color: #1a1d22;
      margin: 0 0 14px;
    }

.section-services .service-box .textbox p {
      font-size: 15px;
      color: #444;
      line-height: 1.7;
      margin: 0 0 14px;
    }

.section-services .service-box .textbox ul {
      padding-left: 18px;
      margin: 0 0 18px;
    }

.section-services .service-box .textbox li {
      font-size: 15px;
      color: #444;
      line-height: 1.7;
      margin-bottom: 5px;
    }

.section-services .svc-cta {
      display: inline-block;
      padding: 10px 24px;
      background: #d23540;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .5px;
      border-radius: 4px;
      text-decoration: none;
      transition: background .2s;
    }

.section-services .svc-cta:hover { background: #b82d37; }

@media (max-width: 767px) {
      .section-services .service-box { flex-direction: column !important; gap: 20px; }
      .section-services .service-box .image-holder { width: 100%; }
      .section-services .services-tabset { gap: 8px; }
      .section-services .services-tabset li a { padding: 8px 14px !important; font-size: 11px; }
    }

.reviews-section {
      background-color: #1c1f24;
      background-image:
        linear-gradient(180deg, rgba(28, 31, 36, 0.55) 0%, rgba(28, 31, 36, 0.65) 100%),
        url("/images/blue-orbit-epoxy-garage.webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 80px 0;
      font-family: "Montserrat", Arial, sans-serif;
    }

.reviews-branch-row {
      display: flex;
      justify-content: center;
      margin-bottom: 44px;
    }

.reviews-brand-badge {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      text-decoration: none;
      transition: opacity .2s;
    }

.reviews-brand-badge:hover { opacity: .85; }

.reviews-brand-badge img {
      width: 46px;
      height: auto;
      filter: drop-shadow(0 0 4px rgba(255,255,255,.1)) drop-shadow(0 0 10px rgba(255,255,255,.05)) drop-shadow(0 2px 4px rgba(0,0,0,.3));
    }

.reviews-brand-badge span {
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      letter-spacing: .3px;
    }

.review-stars-4 { color: #f6c90e; font-size: 14px; letter-spacing: 1px; }

@media (max-width: 960px) {
      .reviews-section { padding: 56px 0; overflow-x: hidden; }
      .reviews-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 16px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-left: -15px;
        margin-right: -15px;
        padding: 8px max(52px, calc((100vw - min(84vw, 320px)) / 2)) 24px;
        scroll-padding-inline: max(52px, calc((100vw - min(84vw, 320px)) / 2));
      }
      .reviews-grid::-webkit-scrollbar { display: none; }
      .review-card {
        flex: 0 0 min(84vw, 320px);
        max-width: 320px;
        scroll-snap-align: center;
        min-width: 0;
      }
    }

@media (max-width: 600px) {
      .reviews-brand-badge img { width: 38px; }
      .reviews-brand-badge span { font-size: 13px; }
    }

.pricing-section {
      background: linear-gradient(180deg, #111318, #181c22);
      padding: 80px 0;
      font-family: "Montserrat", Arial, sans-serif;
    }

.pricing-tag {
      display: inline-block;
      background: #d23540;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      padding: 5px 16px;
      border-radius: 20px;
      margin-bottom: 14px;
    }

.price-tile {
      background: #1c2028;
      border: 1.5px solid rgba(255,255,255,.06);
      border-radius: 14px;
      padding: 32px 24px;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: border-color .2s, transform .2s, box-shadow .2s;
      overflow: hidden;
    }

.price-tile:hover {
      border-color: rgba(210,53,64,.5);
      transform: translateY(-4px);
      box-shadow: 0 14px 36px rgba(0,0,0,.3);
    }

.price-tile::before {
      content: "";
      position: absolute;
      bottom: 0; left: 20%; right: 20%;
      height: 3px;
      background: #d23540;
      border-radius: 3px 3px 0 0;
      opacity: 0;
      transition: opacity .25s;
    }

.price-tile.is-featured {
      border-color: #d23540;
      background: #221a1b;
      box-shadow: 0 0 0 1px rgba(210,53,64,.25);
    }

.price-tile.is-featured::before { opacity: 1; left: 10%; right: 10%; }

.price-tile-wrap {
      position: relative;
      overflow: hidden;
      border-radius: 14px;
    }

.price-tile-wrap {
      transition: transform .2s, box-shadow .2s;
    }

.price-tile-wrap:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 36px rgba(0,0,0,.3);
    }

.price-tile-wrap .price-tile {
      border-radius: 14px;
    }

.price-tile-wrap .price-tile:hover {
      transform: none;
      box-shadow: none;
    }

.price-tile-ribbon {
      position: absolute;
      top: 0;
      right: 0;
      width: 160px;
      height: 160px;
      z-index: 1;
      pointer-events: none;
      overflow: hidden;
    }

.price-tile-ribbon span {
      display: block;
      position: absolute;
      top: 34px;
      right: -52px;
      width: 220px;
      text-align: center;
      background: #d23540;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      padding: 9px 0;
      line-height: 1;
      transform: rotate(45deg);
      box-shadow: 0 2px 6px rgba(0,0,0,.4);
    }

.price-tile-icon {
      width: 46px; height: 46px;
      background: rgba(210,53,64,.15);
      border: 1px solid rgba(210,53,64,.3);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
    }

.price-tile-range sup { font-size: .5em !important; font-weight: 700; color: #d23540; vertical-align: top !important; position: relative !important; top: .15em !important; left: 0 !important; margin-right: 4px !important; }

.price-tile-includes li svg { width: 12px; height: 12px; margin-top: 3px; flex-shrink: 0; }

.price-tile-cta {
      display: block; width: 100%; text-align: center; padding: 12px;
      border-radius: 8px; font-size: 12px; font-weight: 800;
      text-transform: uppercase; letter-spacing: .6px; cursor: pointer;
      font-family: "Montserrat", Arial, sans-serif;
      transition: background .2s, color .2s;
      border: 1.5px solid rgba(210,53,64,.5);
      background: transparent; color: #d23540; text-decoration: none;
    }

@media (max-width: 960px) {
      .pricing-section { padding: 56px 0; overflow-x: hidden; }
      .pricing-swipe-arrows {
        display: flex; justify-content: space-between; align-items: center;
        position: absolute; left: 0; right: 0; top: 50%;
        transform: translateY(-50%); z-index: 4; pointer-events: none; padding: 0 2px;
      }
      .pricing-swipe-arrow {
        pointer-events: auto; display: flex; align-items: center; justify-content: center;
        width: 40px; height: 40px; padding: 0; border-radius: 50%;
        border: 1px solid rgba(255,255,255,.12); background: rgba(28,32,40,.96);
        color: #d23540; box-shadow: 0 2px 12px rgba(0,0,0,.3); cursor: pointer;
      }
      .pricing-swipe-arrow:disabled { opacity: .28; cursor: default; pointer-events: none; }
      .pricing-swipe-arrow-svg { display: block; flex-shrink: 0; }
      .pricing-grid {
        display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px;
        overflow-x: auto; overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory; scroll-snap-stop: always;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-left: -15px; margin-right: -15px;
        padding: 4px max(52px, calc((100vw - min(88vw, 340px)) / 2)) 22px;
        scroll-padding-inline: max(52px, calc((100vw - min(88vw, 340px)) / 2));
      }
      .pricing-grid::-webkit-scrollbar { display: none; }
      .price-tile--order-1 { order: 2; }
      .price-tile--order-2 { order: 1; }
      .price-tile--order-3 { order: 3; }
      .price-tile--order-4 { order: 4; }
      .price-tile {
        padding: 28px 20px;
        flex: 0 0 min(88vw, 340px); max-width: 340px;
        scroll-snap-align: center;
      }
      .price-tile-wrap {
        flex: 0 0 min(88vw, 340px); max-width: 340px;
        scroll-snap-align: center;
      }
    }

.ba-sec { padding: 80px 0; background: #fff; font-family: "Montserrat", Arial, sans-serif; position: relative; z-index: 0; }

.ba-sec .sec-head { text-align: center; margin-bottom: 52px; }

.ba-sec .sec-tag {
      display: inline-block;
      background: #d23540;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      padding: 5px 12px;
      border-radius: 2px;
      margin-bottom: 14px;
    }

.ba-sec .sec-head h2 {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 800;
      color: #1a1d22;
      text-transform: uppercase;
      margin-bottom: 10px;
      line-height: 1.15;
    }

.ba-sec .sec-head p { font-size: 15px; color: #555; max-width: 580px; margin: 0 auto; }

.ba-sec .ba-picker { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 12px; }

.ba-sec .ba-pick {
      border: 1.5px solid #ddd;
      background: #f5f5f5;
      padding: 10px 18px;
      border-radius: 4px;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      cursor: pointer;
      font-family: inherit;
      color: #444;
      transition: border-color 0.2s, background 0.2s, color 0.2s;
    }

.ba-sec .ba-pick:hover { border-color: #d23540; color: #1a1d22; background: #eee; }

.ba-sec .ba-pick.is-active {
      border-color: #d23540;
      color: #fff;
      background: #d23540;
      box-shadow: 0 0 0 1px #d23540;
    }

.ba-sec .ba-hint { text-align: center; font-size: 13px; color: #888; margin-bottom: 14px; }

.ba-sec .ba-stage {
      position: relative;
      max-width: 920px;
      margin: 0 auto;
      aspect-ratio: 16 / 10;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      border: 1px solid #e5e5e5;
      background: #f0f0f0;
      touch-action: none;
      -webkit-user-select: none;
      user-select: none;
    }

.ba-sec .ba-after { display: block; width: 100%; height: 100%; object-fit: cover; }

.ba-sec .ba-clip {
      position: absolute; top: 0; left: 0; bottom: 0;
      width: var(--split, 50%);
      overflow: hidden; z-index: 4; pointer-events: none;
    }

.ba-sec .ba-before {
      position: absolute; top: 0; left: 0;
      height: 100%; width: 100%; max-width: none;
      object-fit: cover; object-position: left center;
    }

.ba-sec .ba-split-line {
      position: absolute; top: 0; bottom: 0;
      width: 3px; margin-left: -1.5px;
      background: #fff;
      box-shadow: 0 0 14px rgba(0, 0, 0, 0.35);
      z-index: 6; pointer-events: none;
      left: 50%; transform: translateX(-50%);
    }

.ba-sec .ba-split-line::after {
      content: "";
      position: absolute; top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 40px; height: 40px; border-radius: 50%;
      background: #fff; border: 3px solid #d23540;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
    }

.ba-sec .ba-scrub {
      position: absolute; inset: 0;
      width: 100%; height: 100%; margin: 0;
      opacity: 0; cursor: ew-resize; z-index: 8;
      -webkit-appearance: none; appearance: none;
    }

.ba-sec .ba-caption { text-align: center; margin-top: 16px; font-size: 15px; font-weight: 700; color: #1a1d22; }

.ba-sec .ba-caption span { font-weight: 500; color: #666; }

.ba-sec .ba-visually-hidden {
      position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
      overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
    }

@media (max-width: 600px) {
      .ba-sec .ba-pick { padding: 8px 12px; font-size: 11px; }
      .ba-sec .ba-split-line::after { width: 36px; height: 36px; }
      .ba-sec { padding: 56px 0; }
    }

.service-areas-section { padding: 60px 0; background: #1a1a1a; }

.service-areas-section .section-header h2 { color: #fff; }

.service-areas-section .section-header p { color: #9ea8b5; }

.service-areas-grid a { display: block; padding: 10px 12px; background: #252525; border: 1px solid #333; border-radius: 6px; font-size: 13px; font-weight: 500; color: #ccc; text-decoration: none; transition: all .3s ease; text-align: center; }

.service-areas-grid a:hover { border-color: #d23540; color: #fff; background: #2e2e2e; }

.service-areas-note { text-align: center; font-size: 13px; color: #7a8799; margin: 0; font-style: italic; }

.service-areas-note a { color: #d23540; }

@media (max-width: 767px) {
      .service-areas-grid { grid-template-columns: repeat(2,1fr); }
      .service-areas-section { padding: 40px 0; }
    }

.contact-map-section {
      padding: 80px 0;
      background: #fff;
      font-family: "Montserrat", Arial, sans-serif;
    }

.contact-map-header {
      text-align: center;
      margin-bottom: 48px;
    }

.contact-map-tag {
      display: inline-block;
      background: #d23540;
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      padding: 5px 12px;
      border-radius: 3px;
      margin-bottom: 14px;
    }

.contact-map-header h2 {
      font-size: clamp(1.5rem, 2.4vw, 2rem);
      font-weight: 800;
      color: #1a1d22;
      text-transform: uppercase;
      margin: 0 0 10px;
    }

.contact-map-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

.contact-map-info h3 {
      font-size: 18px;
      font-weight: 800;
      color: #1a1d22;
      margin: 0 0 20px;
      text-transform: uppercase;
    }

.contact-detail {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding-bottom: 18px;
      margin-bottom: 18px;
      border-bottom: 1.5px solid rgba(0,0,0,.25);
    }

.contact-detail:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

.contact-detail-icon {
      width: 40px;
      height: 40px;
      min-width: 40px;
      background: #d23540;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.contact-detail-icon svg {
      width: 18px;
      height: 18px;
      fill: #fff;
      flex-shrink: 0;
      display: block;
      color: #fff;
      font-size: 16px;
    }

.contact-detail-text {
      font-size: 14px;
      color: #515465;
      line-height: 1.6;
    }

.contact-detail-text strong {
      display: block;
      color: #1a1d22;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 2px;
    }

.contact-detail-text a {
      color: #d23540;
      text-decoration: none;
      font-weight: 600;
    }

.contact-detail-text a:hover { text-decoration: underline; }

.contact-map-embed {
      border-radius: 10px;
      overflow: hidden;
      border: 1.5px solid #e9eaec;
      box-shadow: 0 8px 30px rgba(0,0,0,.08);
    }

.contact-map-embed iframe {
      width: 100%;
      height: 420px;
      display: block;
      border: 0;
    }

@media (max-width: 900px) {
      .contact-map-grid { grid-template-columns: 1fr; }
      .contact-map-section { padding: 56px 0; }
    }

.csc-section--white { background-color: #fff !important; }

.csc-section--white .csc-section-title { color: #1a1d22 !important; }

.csc-section--white .csc-section-subtitle { color: #676a73 !important; }

.csc-process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 20px 24px; }

.csc-process-step { display: flex; align-items: flex-start; background-color: #1a1a1a; border-radius: 4px; border: 1px solid #2a2a2a; box-shadow: 0 8px 20px rgba(0,0,0,.15); padding: 18px 18px 20px; }

.csc-process-step-last { display: flex; align-items: flex-start; background-color: #d23540; border-radius: 4px; border: 1px solid #d23540; box-shadow: 0 8px 20px rgba(0,0,0,.04); padding: 18px 18px 20px; }

.csc-process-step-number { width: 38px; height: 38px; border-radius: 50%; background-color: #d23540; color: #fff; font-family: "Montserrat",Arial,sans-serif; font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; margin-right: 14px; flex-shrink: 0; }

.csc-process-step-number-last { width: 42px; height: 42px; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center; margin-right: 14px; flex-shrink: 0; }

.csc-process-step-body { flex: 1; }

.csc-process-step-title { font-family: "Montserrat",Arial,sans-serif; font-weight: 600; font-size: 15px; color: #fff; margin: 0 0 6px; }

.csc-process-step-title-last { font-family: "Montserrat",Arial,sans-serif; font-weight: 600; font-size: 15px; color: #fff; margin: 0 0 6px; }

.csc-process-step p { margin: 0; font-size: 14px; line-height: 1.7; color: #b0b0b0; }

.csc-process-step p a { color: #e8636b; }

.csc-process-step-last p { margin: 0; font-size: 14px; line-height: 1.7; color: #fff; }

@media (max-width: 960px) {
      .csc-process { overflow-x: hidden; }
      .csc-process-grid {
        display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px;
        overflow-x: auto; overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory; scroll-snap-stop: always;
        -webkit-overflow-scrolling: touch; scrollbar-width: none;
        margin-left: -20px; margin-right: -20px;
        padding: 4px max(32px, calc((100vw - min(84vw, 340px)) / 2)) 22px;
        scroll-padding-inline: max(32px, calc((100vw - min(84vw, 340px)) / 2));
      }
      .csc-process-grid::-webkit-scrollbar { display: none; }
      .csc-process-step,
      .csc-process-step-last {
        flex: 0 0 min(84vw, 340px); max-width: 340px;
        scroll-snap-align: center;
      }
    }

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

.csc-section--light { background-color: #fff; }

.csc-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

.csc-section-header { text-align: center; margin-bottom: 40px; }

.csc-section-title { font-family: "Montserrat",Arial,sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 26px; color: #1a1d22; margin: 0 0 16px; position: relative; display: inline-block; }

.csc-section-title::after { content: ""; display: block; width: 80px; height: 3px; background-color: #c9463f; margin: 10px auto 0; }

.csc-section-subtitle { max-width: 620px; margin: 0 auto; font-size: 15px; color: #666; line-height: 1.6; }

.csc-faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 24px; align-items: start; }

@media (max-width: 768px) { .csc-faq-grid { grid-template-columns: 1fr; } }

.csc-faq-item { background-color: #f8f8f8; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,.06); border: 1px solid #e8e8e8; overflow: hidden; display: grid; }

.csc-faq-question { width: 100%; min-height: 72px; text-align: left; padding: 16px 52px 16px 20px; background: #f8f8f8; border: none; border-bottom: 1px solid #e8e8e8; cursor: pointer; font-family: "Montserrat",Arial,sans-serif; font-weight: 600; font-size: 15px; color: #1a1d22; position: relative; transition: background .2s ease; display: flex; align-items: center; }

.csc-faq-question:hover { background-color: #f0f0f0; }

.csc-faq-question::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 20px; color: #d23540; }

.csc-faq-question[aria-expanded="true"]::after { content: "\2212"; }

.csc-faq-answer { padding: 16px 20px 18px; font-size: 14px; line-height: 1.7; color: #555; }

.csc-faq-answer a { color: #d23540; font-weight: 600; }

@media (max-width: 1100px) {
      .hero-grid { grid-template-columns: 1fr 400px; gap: 40px; }
    }

@media (max-width: 960px) {
      .hero-grid { grid-template-columns: 1fr; gap: 36px; }
      .hero-homepage { padding: 90px 0 52px; }
      .hero-sub { max-width: 100%; }
    }

@media (max-width: 767px) {
      .hero-h1 { font-size: 1.75rem; }
      .hfc-body { padding: 16px 18px 14px; }
      .hfg-row { grid-template-columns: 1fr; }
      .csc-section { padding: 60px 0; }
      .csc-section-title { font-size: 22px; }
    }

.ba-watermark {
      position: absolute;
      bottom: 14px;
      right: 14px;
      width: 44px;
      height: auto;
      opacity: 1;
      pointer-events: none;
      z-index: 2;
      filter: drop-shadow(0 1px 3px rgba(0,0,0,.35));
    }

/* ============================================================
   RELATED READING SECTION (Phase A interlinking)
   ============================================================ */
.related-reading-section {
  padding: 70px 0;
  background: #f6f8fb;
  font-family: "Montserrat", Arial, sans-serif;
}
.related-reading-section .section-header {
  text-align: center;
  margin-bottom: 36px;
}
.related-reading-section .section-header h2 {
  color: #1a1a1a;
  margin: 0 0 10px;
}
.related-reading-section .section-header p {
  color: #5a6878;
  margin: 0;
  font-size: 15px;
}
.related-reading-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.related-reading-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 10px;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 1px 2px rgba(20, 30, 50, .03);
}
.related-reading-card:hover {
  border-color: #d23540;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(20, 30, 50, .08);
}
.related-reading-tag {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 10px;
  background: #fdecec;
  color: #d23540;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.related-reading-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a1a;
}
.related-reading-cta {
  font-size: 13px;
  font-weight: 600;
  color: #d23540;
  margin-top: auto;
}
.related-reading-note {
  text-align: center;
  font-size: 13px;
  color: #5a6878;
  margin: 0;
}
.related-reading-note a {
  color: #d23540;
  font-weight: 500;
}
@media (max-width: 767px) {
  .related-reading-section { padding: 50px 0; }
  .related-reading-grid { grid-template-columns: 1fr; gap: 14px; }
  .related-reading-card { padding: 20px; }
}
