    :root {
      --maroon: #a71930;
      --maroon-dark: #861326;
      --maroon-soft: #f9ebee;
      --navy: #123b66;
      --navy-dark: #082846;
      --navy-soft: #edf5fb;
      --gold: #d6a33c;
      --gold-light: #f2d89c;
      --ink: #243343;
      --muted: #667483;
      --line: #dfe7ed;
      --white: #fff;
      --cream: #fbfaf7;
      --shadow: 0 22px 60px rgba(9, 45, 80, 0.12);
      --shadow-small: 0 12px 32px rgba(9, 45, 80, 0.09);
      --radius: 24px;
      --container: 1240px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      -webkit-text-size-adjust: 100%;
    }

    body {
      margin: 0;
      min-width: 320px;
      color: var(--ink);
      background: var(--cream);
      font-family:
        Inter,
        ui-sans-serif,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
      overflow-x: hidden;
    }

    body.menu-open {
      overflow: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    img,
    svg {
      display: block;
    }

    .icon {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .container {
      width: min(calc(100% - 40px), var(--container));
      margin: auto;
    }

    .skip {
      position: fixed;
      left: 14px;
      top: -70px;
      z-index: 1000;
      padding: 10px 16px;
      color: #fff;
      background: var(--navy-dark);
      border-radius: 8px;
    }

    .skip:focus {
      top: 14px;
    }

    .topbar {
      background: var(--navy-dark);
      color: #fff;
      font-size: 13px;
    }

    .topbar-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .topbar-group {
      display: flex;
      gap: 24px;
      align-items: center;
    }

    .topbar a,
    .topbar span {
      display: flex;
      align-items: center;
      gap: 7px;
      color: rgba(255, 255, 255, 0.88);
    }

    .topbar .icon {
      width: 15px;
      height: 15px;
      color: var(--gold-light);
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 80;
      border-bottom: 1px solid rgba(18, 59, 102, 0.08);
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: blur(18px);
    }

    .nav {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--navy);
      flex: 0 0 auto;
    }

    .brand-mark {
      width: 67px;
      height: 44px;
    }

    .brand-name {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 21px;
      font-weight: 700;
      line-height: 1;
    }

    .brand-name small {
      display: block;
      margin-top: 5px;
      color: var(--maroon);
      font-family: Inter, Arial, sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: 0.19em;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
    }

    .nav-links a {
      position: relative;
      padding: 30px 0;
      color: var(--navy);
      font-size: 14px;
      font-weight: 700;
    }

    .nav-links a:after {
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 20px;
      height: 2px;
      background: var(--maroon);
      transition: 0.2s;
    }

    .nav-links a:hover:after,
    .nav-links a.active:after {
      left: 0;
      right: 0;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .menu-btn {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: #fff;
      color: var(--navy);
      place-items: center;
    }

    .menu-btn .icon {
      width: 24px;
      height: 24px;
    }

    .btn {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 0 20px;
      border: 1px solid transparent;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 800;
      transition:
        transform 0.2s,
        box-shadow 0.2s,
        background 0.2s;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
      box-shadow: 0 10px 24px rgba(167, 25, 48, 0.2);
    }

    .btn-outline {
      color: var(--navy);
      border-color: rgba(18, 59, 102, 0.25);
      background: #fff;
    }

    .btn-outline:hover {
      border-color: var(--navy);
      box-shadow: var(--shadow-small);
    }

    .btn-light {
      color: var(--maroon);
      background: #fff;
      box-shadow: 0 12px 28px rgba(78, 0, 18, 0.18);
    }

    .hero {
      position: relative;
      min-height: 430px;
      display: grid;
      align-items: center;
      isolation: isolate;
      overflow: hidden;
      background: url('../Images/branch-1.png') center/cover no-repeat;
    }

    .hero:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(100deg,
          rgba(8, 40, 70, 0.78) 0%,
          rgba(8, 40, 70, 0.55) 38%,
          rgba(8, 40, 70, 0.22) 68%,
          rgba(8, 40, 70, 0.06) 100%);
    }

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

    .hero-copy {
      padding: 56px 0;
      color: #fff;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
      color: rgba(255,255,255,.96);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      text-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    .eyebrow:before {
      content: "";
      width: 31px;
      height: 2px;
      background: rgba(255,255,255,.92);
    }

    .hero h1 {
      max-width: 610px;
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(48px, 5vw, 76px);
      font-weight: 700;
      line-height: 1.03;
      letter-spacing: -0.035em;
      color: #fff;
      text-shadow: 0 3px 18px rgba(0,0,0,.28);
    }

    .hero h1 span {
      color: var(--gold-light);
    }

    .hero p {
      max-width: 570px;
      margin: 24px 0 30px;
      color: rgba(255, 255, 255, 0.94);
      font-size: 18px;
      line-height: 1.75;
      text-shadow: 0 2px 10px rgba(0,0,0,.22);
    }

    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .hero .btn-outline {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.35);
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(8px);
    }

    .hero-highlights {
      margin-top: 34px;
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
    }

    .highlight-item {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .highlight-value {
      color: #fff;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 42px;
      line-height: 1;
      font-weight: 700;
      text-shadow: 0 3px 14px rgba(0,0,0,.26);
    }

    .highlight-label {
      color: rgba(255,255,255,.9);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .trust-item {
      min-height: 86px;
      display: flex;
      align-items: center;
      gap: 13px;
      padding: 18px 25px;
      border-right: 1px solid var(--line);
    }

    .trust-item:last-child {
      border: 0;
    }

    .trust-icon {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 12px;
      color: var(--maroon);
      background: var(--maroon-soft);
    }

    .trust-item strong {
      display: block;
      color: var(--navy);
      font-size: 14px;
    }

    .trust-item small {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.45;
    }

    .section {
      padding: 96px 0;
    }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 14px;
      color: var(--maroon);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .section-label:before {
      content: "";
      width: 28px;
      height: 2px;
      background: var(--gold);
    }

    .section-title {
      margin: 0;
      color: var(--navy-dark);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(36px, 4vw, 54px);
      font-weight: 500;
      line-height: 1.08;
      letter-spacing: -0.025em;
    }

    .section-title span {
      color: var(--maroon);
    }

    .section-copy {
      max-width: 660px;
      margin: 18px 0 0;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.75;
    }

    .center-head {
      text-align: center;
      max-width: 760px;
      margin: 0 auto 46px;
    }

    .center-head .section-label {
      justify-content: center;
    }

    .center-head .section-copy {
      margin-left: auto;
      margin-right: auto;
    }

    .selector-section {
      background: #fff;
    }

    .selector-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      grid-template-rows: auto auto auto;
      gap: 14px 56px;
      align-items: start;
      margin-bottom: 36px;
    }

    .selector-head > .section-label { grid-column: 1; grid-row: 1; }
    .selector-head > .section-title { grid-column: 1; grid-row: 2; max-width: 620px; }
    .selector-head > .section-copy  { grid-column: 1; grid-row: 3; }

    .branch-tabs {
      grid-column: 2;
      grid-row: 1 / span 3;
      align-self: center;
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      padding: 8px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: var(--cream);
      box-shadow: var(--shadow-small);
      max-width: 520px;
    }

    .branch-tab {
      min-height: 44px;
      padding: 0 17px;
      border: 0;
      border-radius: 11px;
      color: var(--muted);
      background: transparent;
      font-weight: 800;
      font-size: 13px;
      white-space: nowrap;
      transition: background .2s ease, color .2s ease, box-shadow .2s ease;
    }

    .branch-tab.active {
      color: #fff;
      background: var(--navy);
      box-shadow: 0 8px 18px rgba(18, 59, 102, 0.18);
    }

    .branch-tab:hover:not(.active) {
      color: var(--navy);
      background: #fff;
    }

    .featured-branch {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      min-height: 530px;
      border: 1px solid var(--line);
      border-radius: 30px;
      overflow: hidden;
      background: var(--cream);
      box-shadow: var(--shadow);
    }

    .featured-media {
      position: relative;
      min-height: 530px;
      overflow: hidden;
    }

    .featured-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition:
        opacity 0.25s,
        transform 0.5s;
    }

    .featured-media:hover img {
      transform: scale(1.025);
    }

    .media-tag {
      position: absolute;
      top: 24px;
      left: 24px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      color: #fff;
      background: rgba(8, 40, 70, 0.88);
      backdrop-filter: blur(8px);
      font-size: 12px;
      font-weight: 800;
    }

    .media-tag:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #58c788;
      box-shadow: 0 0 0 4px rgba(88, 199, 136, 0.18);
    }

    .featured-content {
      padding: 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .branch-no {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
      color: var(--maroon);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .branch-no b {
      color: rgba(18, 59, 102, 0.11);
      font-family: Georgia, serif;
      font-size: 54px;
      line-height: 0.8;
    }

    .featured-content h2 {
      margin: 0;
      color: var(--navy-dark);
      font-family: Georgia, serif;
      font-size: 42px;
      font-weight: 500;
      line-height: 1.1;
    }

    .featured-content>p {
      margin: 17px 0 25px;
      color: var(--muted);
      line-height: 1.72;
    }

    .info-list {
      display: grid;
      gap: 12px;
      margin-bottom: 27px;
    }

    .info-row {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 13px;
      align-items: center;
    }

    .info-row i {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      color: var(--navy);
      background: var(--navy-soft);
    }

    .info-row strong {
      display: block;
      color: var(--navy);
      font-size: 13px;
    }

    .info-row span {
      display: block;
      margin-top: 3px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .branch-actions {
      display: flex;
      gap: 11px;
      flex-wrap: wrap;
    }

    .notice {
      display: flex;
      gap: 10px;
      margin-top: 20px;
      padding: 13px 15px;
      border-radius: 12px;
      color: #6f5830;
      background: #fff7e6;
      font-size: 12px;
      line-height: 1.55;
    }

    .notice .icon {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
      margin-top: 1px;
      color: var(--gold);
    }

    .network {
      position: relative;
      background: linear-gradient(145deg, var(--navy-dark), var(--navy));
      color: #fff;
      overflow: hidden;
    }

    .network:before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1.3px,
          transparent 1.3px);
      background-size: 22px 22px;
      mask-image: linear-gradient(90deg, #000, transparent 60%);
    }

    .network-grid {
      position: relative;
      display: grid;
      grid-template-columns: 0.8fr 1.2fr;
      gap: 70px;
      align-items: center;
    }

    .network .section-title {
      color: #fff;
    }

    .network .section-copy {
      color: rgba(255, 255, 255, 0.72);
    }

    .network .section-label {
      color: var(--gold-light);
    }

    .network-map {
      position: relative;
      min-height: 390px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.06);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
      overflow: hidden;
    }

    .network-map>svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0.65;
      pointer-events: none;
    }

    .map-node {
      position: absolute;
      z-index: 2;
      display: block;
      color: #fff;
    }

    .map-node.one {
      left: 15%;
      top: 24%;
    }

    .map-node.two {
      right: 13%;
      top: 37%;
    }

    .map-node.three {
      left: 38%;
      bottom: 18%;
    }

    .map-pin {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border: 7px solid rgba(255, 255, 255, 0.18);
      border-radius: 50%;
      color: #fff;
      background: var(--maroon);
      box-shadow: 0 0 0 8px rgba(167, 25, 48, 0.16);
      transition:
        transform 0.22s,
        box-shadow 0.22s,
        background 0.22s;
    }

    .map-pin .icon {
      width: 20px;
      height: 20px;
    }

    .map-node:hover .map-pin,
    .map-node:focus-visible .map-pin {
      transform: scale(1.1);
      background: #c2213d;
      box-shadow:
        0 0 0 10px rgba(167, 25, 48, 0.18),
        0 12px 30px rgba(0, 0, 0, 0.24);
    }

    .map-node:focus-visible {
      outline: 0;
    }

    .map-tooltip {
      position: absolute;
      left: calc(100% + 16px);
      top: 50%;
      z-index: 4;
      width: max-content;
      max-width: 250px;
      padding: 11px 14px;
      border: 1px solid rgba(214, 163, 60, 0.35);
      border-radius: 12px;
      color: var(--navy-dark);
      background: #fff;
      box-shadow: 0 14px 34px rgba(2, 23, 42, 0.28);
      opacity: 0;
      visibility: hidden;
      transform: translate(8px, -50%);
      transition:
        opacity 0.2s,
        transform 0.2s,
        visibility 0.2s;
      pointer-events: none;
    }

    .map-tooltip:before {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      border: 7px solid transparent;
      border-right-color: #fff;
      transform: translateY(-50%);
    }

    .map-tooltip strong {
      display: block;
      font-size: 12px;
      font-weight: 900;
      line-height: 1.35;
      white-space: normal;
    }

    .map-tooltip small {
      display: block;
      margin-top: 4px;
      color: var(--maroon);
      font-size: 10px;
      font-weight: 800;
    }

    .map-node.two .map-tooltip {
      left: auto;
      right: calc(100% + 16px);
      transform: translate(-8px, -50%);
    }

    .map-node.two .map-tooltip:before {
      left: 100%;
      right: auto;
      border-right-color: transparent;
      border-left-color: #fff;
    }

    .map-node:hover .map-tooltip,
    .map-node:focus-visible .map-tooltip {
      opacity: 1;
      visibility: visible;
      transform: translate(0, -50%);
    }

    .network-facts {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 30px;
    }

    .network-fact {
      padding: 18px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.06);
    }

    .network-fact strong {
      display: block;
      color: var(--gold-light);
      font-family: Georgia, serif;
      font-size: 32px;
    }

    .network-fact span {
      display: block;
      margin-top: 4px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 13px;
    }

    .all-branches {
      background: var(--cream);
    }

    .branch-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .branch-card {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: #fff;
      box-shadow: var(--shadow-small);
      transition:
        transform 0.25s,
        box-shadow 0.25s;
    }

    .branch-card:hover {
      transform: translateY(-7px);
      box-shadow: var(--shadow);
    }

    .card-media {
      position: relative;
      height: 250px;
      overflow: hidden;
    }

    .card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s;
    }

    .branch-card:hover .card-media img {
      transform: scale(1.035);
    }

    .card-badge {
      position: absolute;
      top: 17px;
      left: 17px;
      padding: 8px 12px;
      border-radius: 999px;
      color: #fff;
      background: var(--navy-dark);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .card-number {
      position: absolute;
      right: 16px;
      bottom: 12px;
      color: rgba(255, 255, 255, 0.95);
      font-family: Georgia, serif;
      font-size: 56px;
      text-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    }

    .card-body {
      padding: 26px;
    }

    .card-body h3 {
      margin: 0;
      color: var(--navy-dark);
      font-family: Georgia, serif;
      font-size: 27px;
      font-weight: 500;
    }

    .card-body p {
      min-height: 66px;
      margin: 12px 0 17px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.65;
    }

    .card-meta {
      display: flex;
      align-items: center;
      gap: 8px;
      padding-top: 16px;
      border-top: 1px solid var(--line);
      color: var(--navy);
      font-size: 12px;
      font-weight: 800;
    }

    .card-meta .icon {
      width: 17px;
      height: 17px;
      color: var(--maroon);
    }

    .card-links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px;
      margin-top: 19px;
    }

    .card-links .btn {
      min-height: 43px;
      padding: 0 12px;
      font-size: 12px;
    }

    .visit {
      background: #fff;
    }

    .visit-grid {
      display: grid;
      grid-template-columns: 0.88fr 1.12fr;
      gap: 65px;
      align-items: center;
    }

    .visit-panel {
      position: relative;
      padding: 34px;
      border: 1px solid var(--line);
      border-radius: 28px;
      background: var(--navy-soft);
      box-shadow: var(--shadow-small);
    }

    .visit-panel:before {
      content: "";
      position: absolute;
      inset: 16px;
      border: 1px dashed rgba(18, 59, 102, 0.18);
      border-radius: 20px;
      pointer-events: none;
    }

    .visit-list {
      position: relative;
      display: grid;
      gap: 13px;
    }

    .visit-item {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 14px;
      align-items: center;
      padding: 17px;
      border-radius: 16px;
      background: #fff;
    }

    .visit-icon {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      align-self: center;
      flex: 0 0 auto;
      margin: 0;
      border-radius: 14px;
      color: #fff;
      background: var(--navy);
    }

    .visit-icon .icon {
      width: 22px;
      height: 22px;
      margin: 0;
    }

    .visit-item:nth-child(2) .visit-icon {
      background: var(--maroon);
    }

    .visit-item:nth-child(3) .visit-icon {
      color: var(--navy-dark);
      background: var(--gold-light);
    }

    .visit-item strong {
      display: block;
      color: var(--navy-dark);
      font-size: 14px;
    }

    .visit-item>span:last-child>span {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.5;
    }

    .check-list {
      display: grid;
      gap: 12px;
      margin: 27px 0;
    }

    .check {
      display: flex;
      align-items: flex-start;
      gap: 11px;
      color: var(--ink);
      font-size: 14px;
      line-height: 1.55;
    }

    .check i {
      width: 24px;
      height: 24px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 50%;
      color: #fff;
      background: var(--maroon);
    }

    .check .icon {
      width: 14px;
      height: 14px;
    }

    .faq {
      background: var(--cream);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: 0.78fr 1.22fr;
      gap: 60px;
      align-items: start;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border: 1px solid var(--line);
      border-radius: 17px;
      background: #fff;
      overflow: hidden;
    }

    .faq-btn {
      width: 100%;
      min-height: 68px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 18px 20px;
      border: 0;
      color: var(--navy-dark);
      background: #fff;
      text-align: left;
      font-weight: 800;
    }

    .faq-btn i {
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 50%;
      color: var(--maroon);
      background: var(--maroon-soft);
      font-style: normal;
      font-size: 20px;
      transition: transform 0.2s;
    }

    .faq-item.open .faq-btn i {
      transform: rotate(45deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.28s;
    }

    .faq-answer p {
      margin: 0;
      padding: 0 20px 20px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .cta {
      padding: 0 0 86px;
      background: var(--cream);
    }

    .cta-card {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 30px;
      align-items: center;
      padding: 46px 52px;
      border-radius: 28px;
      color: #fff;
      background: linear-gradient(125deg, var(--maroon-dark), var(--maroon));
      box-shadow: 0 24px 55px rgba(134, 19, 38, 0.22);
    }

    .cta-card:before,
    .cta-card:after {
      content: "";
      position: absolute;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 50%;
    }

    .cta-card:before {
      width: 280px;
      height: 280px;
      right: -100px;
      top: -160px;
      box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.03);
    }

    .cta-card:after {
      width: 170px;
      height: 170px;
      left: -90px;
      bottom: -130px;
    }

    .cta-card>* {
      position: relative;
    }

    .cta-card small {
      color: var(--gold-light);
      font-weight: 900;
      letter-spacing: 0.15em;
      text-transform: uppercase;
    }

    .cta-card h2 {
      margin: 9px 0 9px;
      font-family: Georgia, serif;
      font-size: 35px;
      font-weight: 500;
    }

    .cta-card p {
      margin: 0;
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.65;
    }

    .cta-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .cta-card .btn-outline {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.4);
      background: transparent;
    }

    .footer {
      padding: 70px 0 24px;
      color: #fff;
      background: var(--navy-dark);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.25fr 0.72fr 0.78fr 1.15fr;
      gap: 46px;
    }

    .footer-brand p {
      max-width: 330px;
      color: rgba(255, 255, 255, 0.65);
      font-size: 13px;
      line-height: 1.7;
    }

    .footer .brand {
      color: #fff;
    }

    .footer h3 {
      margin: 0 0 19px;
      color: var(--gold-light);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }

    .footer-links,
    .footer-contact {
      display: grid;
      gap: 12px;
    }

    .footer-links a,
    .footer-contact a,
    .footer-contact span {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      color: rgba(255, 255, 255, 0.68);
      font-size: 13px;
      line-height: 1.55;
    }

    .footer a:hover {
      color: #fff;
    }

    .footer .icon {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
      margin-top: 2px;
      color: var(--gold-light);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      margin-top: 46px;
      padding-top: 22px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.48);
      font-size: 12px;
    }

    .mobile-actions {
      display: none;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition:
        opacity 0.55s,
        transform 0.55s;
    }

    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    @media (max-width: 1060px) {
      .nav-links {
        gap: 16px;
      }

      .nav-links a {
        font-size: 13px;
      }

      .nav .btn {
        display: none;
      }

      .featured-content {
        padding: 38px;
      }

      .branch-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .branch-card:last-child {
        grid-column: span 2;
        max-width: 50%;
        width: 100%;
        margin: auto;
      }

      .network-grid {
        gap: 38px;
      }

      .footer-grid {
        grid-template-columns: 1.2fr 1fr 1fr;
      }

      .footer-grid> :last-child {
        grid-column: 1/-1;
      }

      .selector-head {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 14px;
      }

      .selector-head > .section-label { grid-column: 1; grid-row: 1; }
      .selector-head > .section-title { grid-column: 1; grid-row: 2; max-width: none; }
      .selector-head > .section-copy  { grid-column: 1; grid-row: 3; }
      .selector-head > .branch-tabs  { grid-column: 1; grid-row: 4; max-width: none; }
    }

    @media (max-width: 820px) {
      body {
        padding-bottom: 64px;
      }

      .topbar {
        display: none;
      }

      .nav {
        min-height: 70px;
      }

      .brand-mark {
        width: 57px;
        height: 38px;
      }

      .brand-name {
        font-size: 18px;
      }

      .menu-btn {
        display: grid;
      }

      .nav-links {
        position: fixed;
        inset: 70px 0 0;
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 22px;
        background: #fff;
        transform: translateX(100%);
        transition: transform 0.25s;
      }

      .nav-links.open {
        transform: none;
      }

      .nav-links a {
        padding: 17px;
        border-bottom: 1px solid var(--line);
        font-size: 15px;
      }

      .nav-links a:after {
        display: none;
      }

      .hero {
        min-height: 430px;
      }

      .hero-bg {
        object-position: 65% center;
      }

      .hero-grid {
        grid-template-columns: 1fr;
        min-height: 430px;
      }

      .hero-copy {
        padding: 62px 0 90px;
        text-align: center;
      }

      .eyebrow {
        justify-content: center;
      }

      .hero h1 {
        font-size: clamp(42px, 11vw, 62px);
        margin-inline: auto;
      }

      .hero p {
        font-size: 16px;
        margin-inline: auto;
      }

      .hero-actions {
        justify-content: center;
      }

      .hero-highlights {
        justify-content: center;
      }

      .trust-item {
        min-height: 94px;
        justify-content: center;
        padding: 13px 10px;
        text-align: center;
        flex-direction: column;
      }

      .trust-icon {
        width: 36px;
        height: 36px;
      }

      .trust-item small {
        display: none;
      }

      .section {
        padding: 74px 0;
      }

      .featured-branch {
        grid-template-columns: 1fr;
      }

      .featured-media {
        min-height: 340px;
      }

      .featured-content {
        padding: 34px;
      }

      .selector-tabs {
        width: 100%;
        overflow-x: auto;
      }

      .branch-tab {
        flex: 0 0 auto;
      }

      .network-grid,
      .visit-grid,
      .faq-grid {
        grid-template-columns: 1fr;
      }

      .network-copy {
        order: -1;
      }

      .network-map {
        min-height: 350px;
      }

      .branch-grid {
        grid-template-columns: 1fr;
      }

      .branch-card:last-child {
        grid-column: auto;
        max-width: none;
      }

      .card-body p {
        min-height: 0;
      }

      .visit-grid,
      .faq-grid {
        gap: 36px;
      }

      .cta-card {
        grid-template-columns: 1fr;
        padding: 38px;
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-grid> :last-child {
        grid-column: auto;
      }

      .mobile-actions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 90;
        height: 64px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        color: #fff;
        background: var(--navy-dark);
        box-shadow: 0 -8px 25px rgba(8, 40, 70, 0.17);
      }

      .mobile-actions a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 10px;
        font-weight: 800;
      }

      .mobile-actions a:last-child {
        border: 0;
        background: var(--maroon);
      }

      .mobile-actions .icon {
        width: 20px;
        height: 20px;
      }

      .copyright {
        margin-bottom: 10px;
      }
    }

    @media (max-width: 560px) {
      .container {
        width: min(calc(100% - 28px), var(--container));
      }

      .hero {
        min-height: 390px;
      }

      .hero-grid {
        min-height: 390px;
      }

      .hero-copy {
        padding-top: 42px;
        padding-bottom: 70px;
      }

      .hero h1 {
        font-size: 44px;
      }

      .hero p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.65;
      }

      .hero-highlights {
        gap: 22px;
        margin-top: 26px;
      }

      .highlight-value {
        font-size: 34px;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .hero-trust {
        width: calc(100% - 20px);
      }

      .trust-item strong {
        font-size: 11px;
      }

      .section {
        padding: 62px 0;
      }

      .section-title {
        font-size: 36px;
      }

      .section-copy {
        font-size: 14px;
      }

      .selector-head {
        margin-bottom: 25px;
      }

      .featured-media {
        min-height: 255px;
      }

      .featured-content {
        padding: 27px 22px;
      }

      .featured-content h2 {
        font-size: 34px;
      }

      .branch-no b {
        font-size: 44px;
      }

      .branch-actions .btn {
        width: 100%;
      }

      .network-map {
        min-height: 300px;
      }

      .map-node.one {
        left: 7%;
        top: 18%;
      }

      .map-node.two {
        right: 4%;
        top: 43%;
      }

      .map-node.three {
        left: 24%;
        bottom: 13%;
      }

      .map-pin {
        width: 42px;
        height: 42px;
      }

      .map-node span:last-child {
        font-size: 10px;
        padding: 7px 9px;
      }

      .network-facts {
        grid-template-columns: 1fr;
      }

      .card-media {
        height: 225px;
      }

      .visit-panel {
        padding: 25px 20px;
      }

      .visit-panel:before {
        inset: 10px;
      }

      .visit-item {
        grid-template-columns: 42px 1fr;
        padding: 14px;
      }

      .visit-icon {
        width: 42px;
        height: 42px;
      }

      .cta {
        padding-bottom: 62px;
      }

      .cta-card {
        padding: 32px 24px;
      }

      .cta-card h2 {
        font-size: 30px;
      }

      .cta-actions .btn {
        width: 100%;
      }

      .footer {
        padding-top: 56px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .copyright {
        flex-direction: column;
      }

      .footer-grid> :last-child {
        grid-column: auto;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      * {
        scroll-behavior: auto !important;
        transition: none !important;
      }

      .reveal {
        opacity: 1;
        transform: none;
      }
    }

    @media (max-width: 560px) {
      .network-map .map-node .map-tooltip {
        max-width: 180px;
        padding: 9px 11px;
      }

      .network-map .map-tooltip strong {
        font-size: 10px;
      }

      .network-map .map-tooltip small {
        font-size: 9px;
        padding: 0;
      }
    }
