  :root {
      --red:    #CC1F1F;
      --red2:   #a51717;
      --navy:   #1A2B4A;
      --silver: #B8BEC8;
      --light:  #F5F6F8;
      --white:  #ffffff;
      --text:   #2d3748;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: 'Barlow', sans-serif;
      background: var(--light);
      color: var(--text);
      overflow-x: hidden;
    }

    /* ─── HEADER ─────────────────────────────────────────── */
    header {
      background:white;
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 2px 20px rgba(0,0,0,.4);
    }

    .topbar {
      background: var(--red);
      font-size: .78rem;
      letter-spacing: .03em;
      padding: 5px 0;
      color: #fff;
    }
    .topbar a { color: #fff; text-decoration: none; }
    .topbar a:hover { text-decoration: underline; }

    .navbar-brand img { height: 48px; filter: drop-shadow(0 0 6px rgba(255,255,255,.2)); }

    .navbar-nav .nav-link {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: .06em;
      text-transform: uppercase;
      color:black!important;
      padding: 8px 14px !important;
      transition: color .2s;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active { color: #fff !important; }
    .navbar-nav .nav-link.active { border-bottom: 2px solid var(--red); }

    .navbar-toggler { border-color: var(--silver); }
    .navbar-toggler-icon { filter: invert(1); }

    /* ─── HERO STRIP ─────────────────────────────────────── */
    .hero-strip {
      background: linear-gradient(135deg, var(--navy) 0%, #243560 50%, var(--red2) 100%);
      padding: 70px 0 50px;
      position: relative;
      overflow: hidden;
    }
    .hero-strip::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    .hero-strip .badge-pill {
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.25);
      color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      letter-spacing: .1em;
      font-size: .78rem;
      padding: 5px 16px;
      border-radius: 50px;
      display: inline-block;
      margin-bottom: 14px;
    }
    .hero-strip h1 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: clamp(2.4rem, 6vw, 4.2rem);
      color: #fff;
      line-height: 1;
      letter-spacing: -.01em;
    }
    .hero-strip h1 span { color: var(--red); }
    .hero-strip p { color: rgba(255,255,255,.7); font-size: 1.05rem; max-width: 520px; }

    .breadcrumb { background: transparent; padding: 0; margin: 0; }
    .breadcrumb-item, .breadcrumb-item a { color: rgba(255,255,255,.55); font-size: .85rem; }
    .breadcrumb-item.active { color: #fff; }
    .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.35); }

    /* rebar decoration */
    .rebar-deco {
      position: absolute;
      right: -60px;
      bottom: -20px;
      width: 480px;
      height: 12px;
      background: repeating-linear-gradient(
        90deg,
        rgba(255,255,255,.07) 0px, rgba(255,255,255,.07) 30px,
        rgba(255,255,255,.12) 30px, rgba(255,255,255,.12) 38px
      );
      transform: rotate(-8deg);
      border-radius: 8px;
    }
    .rebar-deco + .rebar-deco { bottom: 0; right: -30px; width: 380px; opacity: .4; transform: rotate(-6deg); }

    /* ─── CONTACT CARDS ──────────────────────────────────── */
    .info-cards { margin-top: -36px; position: relative; z-index: 10; }

    .icard {
      background: #fff;
      border-radius: 16px;
      padding: 28px 22px;
      box-shadow: 0 8px 32px rgba(26,43,74,.12);
      height: 100%;
      transition: transform .25s, box-shadow .25s;
      border-top: 4px solid var(--navy);
      position: relative;
      overflow: hidden;
    }
    .icard:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(26,43,74,.18); }
    .icard.red-top { border-top-color: var(--red); }

    .icard-icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--navy), #2d4a80);
      display: flex; align-items: center; justify-content: center;
      color: #fff; font-size: 1.4rem;
      margin-bottom: 16px;
      flex-shrink: 0;
    }
    .icard.red-top .icard-icon { background: linear-gradient(135deg, var(--red), #e04040); }
    .icard h6 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: .78rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--silver);
      margin-bottom: 6px;
    }
    .icard p { font-size: .97rem; font-weight: 500; color: var(--text); margin: 0; line-height: 1.5; }
    .icard a { color: var(--red); text-decoration: none; font-weight: 600; }
    .icard a:hover { text-decoration: underline; }

    /* ─── MAIN SECTION ───────────────────────────────────── */
    .main-section { padding: 64px 0; }

    /* FORM */
    .form-card {
      background: #fff;
      border-radius: 20px;
      padding: 90px 36px;
      box-shadow: 0 8px 40px rgba(26,43,74,.1);
    }
    .section-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: .78rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--red);
      margin-bottom: 8px;
    }
    .section-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      color: var(--navy);
      line-height: 1.1;
      margin-bottom: 6px;
    }
    .section-sub { color: #64748b; font-size: .95rem; margin-bottom: 28px; }

    .form-label {
      font-weight: 600;
      font-size: .85rem;
      color: var(--navy);
      margin-bottom: 6px;
    }
    .form-control, .form-select {
      border: 1.5px solid #dde1ea;
      border-radius: 10px;
      padding: 11px 14px;
      font-size: .95rem;
      color: var(--text);
      transition: border-color .2s, box-shadow .2s;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--red);
      box-shadow: 0 0 0 3px rgba(204,31,31,.12);
    }
    textarea.form-control { min-height: 130px; resize: vertical; }

    .btn-submit {
      background: linear-gradient(135deg, var(--red), #e04040);
      color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 1.1rem;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: 13px 36px;
      border-radius: 10px;
      border: none;
      position: relative;
      overflow: hidden;
      transition: transform .2s, box-shadow .2s;
    }
    .btn-submit::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, transparent, rgba(255,255,255,.15), transparent);
      transform: translateX(-100%);
      transition: transform .4s;
    }
    .btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(204,31,31,.4); }
    .btn-submit:hover::after { transform: translateX(100%); }

    /* MAP / SIDEBAR */
    .sidebar-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(26,43,74,.1);
      height: 100%;
    }
    .map-embed {
      width: 100%;
      height: 280px;
      border: none;
    }
    .sidebar-body { padding: 28px 26px; }

    .detail-row {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 14px 0;
      border-bottom: 1px solid #f0f2f6;
    }
    .detail-row:last-child { border-bottom: none; }
    .detail-icon {
      width: 40px; height: 40px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--navy), #2d4a80);
      display: flex; align-items: center; justify-content: center;
      color: #fff; font-size: 1rem;
      flex-shrink: 0;
    }
    .detail-icon.red { background: linear-gradient(135deg, var(--red), #e04040); }
    .detail-text h6 { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #94a3b8; margin-bottom: 3px; }
    .detail-text p { font-size: .95rem; font-weight: 500; color: var(--text); margin: 0; }
    .detail-text a { color: var(--red); text-decoration: none; }
    .detail-text a:hover { text-decoration: underline; }

    /* HOURS BOX */
    .hours-box {
      background: linear-gradient(135deg, var(--navy), #2a3f6a);
      border-radius: 14px;
      padding: 20px 22px;
      margin-top: 16px;
      color: #fff;
    }
    .hours-box h6 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--silver);
      margin-bottom: 12px;
    }
    .hours-row { display: flex; justify-content: space-between; font-size: .9rem; margin-bottom: 6px; }
    .hours-row span:last-child { font-weight: 600; color: #a5f3a5; }
    .hours-row.closed span:last-child { color: #fca5a5; }

    /* ─── WHY SECTION ────────────────────────────────────── */
    .why-section {
      background: linear-gradient(135deg, var(--navy) 0%, #243560 100%);
      padding: 64px 0;
      position: relative;
      overflow: hidden;
    }
    .why-section::before {
      content: '';
      position: absolute;
      right: -100px; top: -100px;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: rgba(204,31,31,.1);
    }
    .why-card {
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 16px;
      padding: 26px 22px;
      transition: background .25s;
      height: 100%;
    }
    .why-card:hover { background: rgba(255,255,255,.12); }
    .why-num {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 2.8rem;
      color: rgba(204,31,31,.5);
      line-height: 1;
      margin-bottom: 8px;
    }
    .why-card h5 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 8px;
    }
    .why-card p { font-size: .88rem; color: rgba(255,255,255,.6); line-height: 1.6; }

    /* ─── FOOTER ─────────────────────────────────────────── */
    footer {
      background: #0e1928;
      color: rgba(255,255,255,.65);
      padding: 52px 0 0;
    }
    .footer-logo img { height: 44px; }
    .footer-tagline { font-size: .88rem; color: rgba(255,255,255,.45); margin-top: 10px; text-align:center;line-height: 1.5; }

    .footer-heading {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: .78rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: rgba(255,255,255,.35);
      margin-bottom: 18px;
    }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 10px; }
    .footer-links a {
      color: rgba(255,255,255,.6);
      text-decoration: none;
      font-size: .9rem;
      transition: color .2s;
    }
    .footer-links a:hover { color: var(--red); }

    .social-btn {
      width: 36px; height: 36px;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,.12);
      display: inline-flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.5);
      font-size: .95rem;
      transition: background .2s, color .2s;
      text-decoration: none;
    }
    .social-btn:hover { background: var(--red); border-color: var(--red); color: #fff; }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.08);
      margin-top: 40px;
      padding: 18px 0;
      font-size: .82rem;
      color: rgba(255,255,255,.3);
    }

    /* ─── SUCCESS TOAST ──────────────────────────────────── */
    .toast-custom {
      position: fixed;
      bottom: 28px; right: 28px;
      z-index: 9999;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 10px 40px rgba(0,0,0,.2);
      padding: 18px 22px;
      display: flex; gap: 14px; align-items: center;
      transform: translateX(120%);
      transition: transform .4s cubic-bezier(.34,1.56,.64,1);
      max-width: 320px;
    }
    .toast-custom.show { transform: translateX(0); }
    .toast-icon { font-size: 2rem; }
    .toast-custom h6 { font-weight: 700; font-size: .95rem; margin: 0 0 3px; color: var(--navy); }
    .toast-custom p { font-size: .82rem; color: #64748b; margin: 0; }

    /* ─── RESPONSIVE TWEAKS ──────────────────────────────── */
    @media(max-width:768px) {
      .form-card { padding: 26px 18px; }
      .hero-strip { padding: 50px 0 40px; }
    }