
  .sbcab-faq-wrap{
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 24px 100px;
  }
 
  .sbcab-faq-head{
    text-align:center;
    max-width:560px;
    margin: 0 auto 44px;
  }
 
  .sbcab-faq-eyebrow{
    display:inline-block;
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#f2b705;
    padding: 6px 14px;
    border: 1px solid rgba(242,183,5,0.35);
    border-radius:999px;
    margin-bottom:18px;
  }
 
  .sbcab-faq-title{
    font-size:34px;
    font-weight:700;
    line-height:1.25;
    letter-spacing:0.2px;
    color: #fff;
  }
 
  .sbcab-faq-title span{
    color:#f2b705;
  }
 
  .sbcab-faq-sub{
    font-size:15px;
    color:#fff;
    line-height:1.7;
    margin-top:14px;
  }
 
  /* ---------------- FAQ LIST ---------------- */
 
  .sbcab-faq-list{
    display:flex;
    flex-direction:column;
    gap:12px;
  }
 
  .sbcab-faq-item{
    background: #1b1f27;
    border: 1px solid rgba(245,245,242,0.09);
    border-radius: 14px;
    overflow:hidden;
    transition: border-color .2s ease;
  }
 
  .sbcab-faq-item.open{
    border-color: rgba(242,183,5,0.4);
  }
 
  .sbcab-faq-q{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    text-align:left;
    padding: 20px 22px;
  }
 
  .sbcab-faq-q-text{
    font-size:15px;
    font-weight:600;
    letter-spacing:0.1px;
    color:#f5f5f2;
    line-height:1.5;
    transition: color .2s ease;
  }
 
  .sbcab-faq-item.open .sbcab-faq-q-text{
    color:#f2b705;
  }
 
  .sbcab-faq-icon{
    width:12px;
    height:12px;
    flex:0 0 auto;
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    filter: brightness(0) invert(1);
  }
 
  .sbcab-faq-item.open .sbcab-faq-icon{
    transform: rotate(180deg);
  }
 
  .sbcab-faq-a{
    max-height:0;
    overflow:hidden;
    transition: max-height .35s cubic-bezier(.4,0,.2,1);
  }
 
  .sbcab-faq-a-inner{
    padding: 0 22px 22px;
  }
 
  .sbcab-faq-a-inner p{
    font-size:14px;
    line-height:1.75;
    color:#c7cbd1;
  }
 
  .sbcab-faq-a-inner p + p{
    margin-top:12px;
  }
 
  .sbcab-faq-a-inner p em{
    color:#fff;
    font-style:normal;
  }
 
  /* bullet list — matches the "route stop" motif used across the site */
  .sbcab-faq-bullets{
    margin-top:12px;
    display:flex;
    flex-direction:column;
    gap:10px;
  }
 
  .sbcab-faq-bullets li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    font-size:14px;
    line-height:1.6;
    color:#c7cbd1;
  }
 
  .sbcab-faq-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#1b1f27;
    border: 2px solid #f2b705;
    flex:0 0 auto;
    margin-top:5px;
  }

  @media (max-width: 640px){
    .sbcab-faq-wrap{ padding: 56px 18px 70px; }
    .sbcab-faq-title{ font-size:26px; }
    .sbcab-faq-sub{ font-size:14px; }
    .sbcab-faq-q{ padding: 16px 16px; gap:12px; }
    .sbcab-faq-q-text{ font-size:14px; }
    .sbcab-faq-a-inner{ padding: 0 16px 18px; }
  }

  
.spc-airport-section{
  background-color:#000000;
  background-image:radial-gradient(circle at 20% 20%, #1a1a1a 0%, #000000 55%);
  padding:90px 20px 20px 20px;
  position:relative;
  overflow:hidden;
  font-family:Arial, Helvetica, sans-serif;
}

.spc-airport-section::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:2px;
  background-image:linear-gradient(90deg, transparent 0%, #ffc000 50%, transparent 100%);
}

.spc-airport-eyebrow{
  display:table;
  margin:0 auto 14px auto;
  background-color:#ffc000;
  color:#000000;
  font-family:"Courier New", Courier, monospace;
  font-weight:700;
  font-size:12px;
  letter-spacing:3px;
  text-transform:uppercase;
  padding:6px 16px;
  border-radius:2px;
}

.spc-airport-heading{
  text-align:center;
  color:#ffffff;
  font-family:Georgia, "Times New Roman", serif;
  font-size:38px;
  font-weight:700;
  margin:0 0 8px 0;
  letter-spacing:0.5px;
}

.spc-airport-sub{
  text-align:center;
  color:#e0e0e0;
  font-size:15px;
  margin:0 0 55px 0;
  font-family:Arial, Helvetica, sans-serif;
}

.spc-airport-track{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  gap:26px 22px;
  max-width:1180px;
  margin:0 auto;
  position:relative;
}

/* individual boarding pass ticket */
.spc-ticket{
  display:flex;
  width:250px;
  background-color:#ffffff;
  border-radius:8px;
  box-shadow:0 14px 26px rgba(0,0,0,0.35);
  text-decoration:none;
  overflow:visible;
  position:relative;
  transition:transform 0.35s ease, box-shadow 0.35s ease;
}

.spc-ticket:nth-child(1){ transform:rotate(-4deg); }
.spc-ticket:nth-child(2){ transform:rotate(3deg); top:14px; }
.spc-ticket:nth-child(3){ transform:rotate(-2deg); top:-6px; }
.spc-ticket:nth-child(4){ transform:rotate(4deg); top:10px; }
.spc-ticket:nth-child(5){ transform:rotate(-3deg); }

.spc-ticket:hover{
  transform:rotate(0deg) translateY(-10px);
  box-shadow:0 22px 34px rgba(0,0,0,0.45);
  z-index:5;
}

/* left stub */
.spc-ticket-stub{
  width:76px;
  flex-shrink:0;
  background-color:#000000;
  background-image:linear-gradient(160deg, #1a1a1a 0%, #000000 100%);
  border-radius:8px 0 0 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:16px 6px;
  position:relative;
}

.spc-ticket-stub img{
  width:30px;
  height:30px;
  object-fit:contain;
  margin-bottom:10px;
  filter:brightness(0) invert(1);
  opacity:0.9;
}

.spc-ticket-code{
  font-family:"Courier New", Courier, monospace;
  font-size:20px;
  font-weight:700;
  color:#ffc000;
  letter-spacing:1px;
}

.spc-ticket-code-label{
  font-family:Arial, Helvetica, sans-serif;
  font-size:9px;
  color:#c9c9c9;
  letter-spacing:2px;
  margin-top:4px;
  text-transform:uppercase;
}

/* perforation between stub and body */
.spc-ticket-perf{
  width:0;
  border-left:2px dashed #ffc000;
  position:relative;
}

.spc-ticket-perf::before,
.spc-ticket-perf::after{
  content:"";
  position:absolute;
  left:-8px;
  width:16px;
  height:16px;
  background-color:#000000;
  border-radius:50%;
}
.spc-ticket-perf::before{ top:-8px; }
.spc-ticket-perf::after{ bottom:-8px; }

/* right body */
.spc-ticket-body{
  flex-grow:1;
  padding:18px 16px 16px 18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.spc-ticket-name{
  font-family:Georgia, "Times New Roman", serif;
  font-size:15px;
  font-weight:700;
  color:#000000;
  margin:0 0 6px 0;
  line-height:1.2;
  text-transform: capitalize;
}

.spc-ticket-desc{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
  line-height:1.5;
  margin:0 0 14px 0;
}

.spc-ticket-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px dashed #ffc000;
  padding-top:10px;
}

.spc-ticket-cta{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:700;
  color:#000000;
  letter-spacing:0.5px;
}

.spc-ticket-arrow{
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#ffc000;
  transition:transform 0.3s ease;
}

.spc-ticket:hover .spc-ticket-arrow{
  transform:translateX(5px);
}

.spc-airport-footnote{
  text-align:center;
  color:#fff;
  font-size:12px;
  margin-top:60px;
  font-family:Arial, Helvetica, sans-serif;
}

/* responsive */
@media (max-width:900px){
  .spc-ticket:nth-child(odd),
  .spc-ticket:nth-child(even){ top:0; }
}

@media (max-width:600px){
  .spc-airport-heading{ font-size:28px; }
  .spc-ticket{ width:100%; max-width:340px; transform:rotate(0deg) !important; }
  .spc-ticket:hover{ transform:translateY(-6px) !important; }
  .spc-airport-track{ gap:18px; }
}

.sc-fleet {
  background: #0000;
  padding: 90px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff;
}
 
.sc-fleet-inner {
  max-width: 1180px;
  margin: 0 auto;
}
 
.sc-fleet-head {
  max-width: 640px;
  margin-bottom: 20px;
}
 
.sc-fleet-eyebrow {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  padding: 6px 12px;
  margin-bottom: 20px;
}
 
.sc-fleet-title {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.05;
  margin: 0 0 16px 0;
  color: #fff;
}
 
.sc-fleet-lede {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  max-width: 560px;
}
 
.sc-fleet-ticketrow {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 10px 0;
  margin: 36px 0 44px 0;
  display: flex;
  justify-content: space-between;
}
 
.sc-fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
 
/* ---------- Ticket card ---------- */
.sc-ticket {
  display: flex;
  background: #ffffff;
  border: 3px solid #000000;
  min-height: 260px;
  transition: transform 0.15s ease;
}
 
.sc-ticket:hover {
  transform: translateY(-5px);
}
 
.sc-ticket-photo {
  flex: 1 1 60%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 18px 18px 18px;
  box-sizing: border-box;
}
 
.sc-ticket-classno {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
}
 
.sc-ticket-img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}
 
/* Perforated split between photo and stub */
.sc-ticket-perf {
  flex: 0 0 0;
  width: 0;
  border-left: 3px dashed #000000;
  position: relative;
}
 
.sc-ticket-perf::before,
.sc-ticket-perf::after {
  content: "";
  position: absolute;
  left: -13px;
  width: 26px;
  height: 26px;
  background: #000;
  border: 3px solid #000000;
  border-radius: 50%;
}
.sc-ticket-perf::before { top: -13px; }
.sc-ticket-perf::after  { bottom: -13px; }
 
.sc-ticket-stub {
  flex: 0 0 168px;
  background: #ffc000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 16px;
  box-sizing: border-box;
}
 
.sc-ticket-name {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #000000;
  margin: 0 0 14px 0;
  line-height: 1.05;
}
 
.sc-ticket-fields {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid #000000;
}
 
.sc-ticket-fields li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 2px solid #000000;
}
 
.sc-ticket-fields li b {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}
 
.sc-ticket-fields li span {
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}
 
.sc-ticket-cta {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  padding: 12px 8px;
  margin-top: 14px;
}
 
.sc-ticket-cta:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: inset 0 0 0 2px #000000;
}
 
.sc-ticket--exec .sc-ticket-stub {
  background: #fff;
}
.sc-ticket--exec .sc-ticket-name,
.sc-ticket--exec .sc-ticket-fields li b,
.sc-ticket--exec .sc-ticket-fields li span {
  color: #000;
}
.sc-ticket--exec .sc-ticket-fields,
.sc-ticket--exec .sc-ticket-fields li {
  border-color: #ffc000;
}
.sc-ticket--exec .sc-ticket-cta {
  background: #ffc000;
  color: #000000;
}
.sc-ticket--exec .sc-ticket-cta:hover {
  background: #000000;
  color: #ffc000;
  box-shadow: inset 0 0 0 2px #ffc000;
}
 
@media (max-width: 560px) {
  .sc-ticket { flex-direction: column; }
  .sc-ticket-perf {
    width: auto;
    height: 0;
    border-left: none;
    border-top: 3px dashed #000000;
  }
  .sc-ticket-perf::before,
  .sc-ticket-perf::after {
    left: auto;
    top: -13px;
  }
  .sc-ticket-perf::before { left: -13px; }
  .sc-ticket-perf::after  { right: -13px; left: auto; }
  .sc-ticket-stub { flex: 1 1 auto; }
  .sc-fleet-title { font-size: 32px; }
  .sc-fleet { padding: 56px 16px; }
}

.spc-station-section{
  background-color:#000000;
  background-image:radial-gradient(circle at 80% 15%, #1a1a1a 0%, #000000 55%);
  padding:90px 20px 30px 20px;
  position:relative;
  overflow:hidden;
  font-family:Arial, Helvetica, sans-serif;
}

.spc-station-section::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:2px;
  background-image:linear-gradient(90deg, transparent 0%, #ffc000 50%, transparent 100%);
}

.spc-station-eyebrow{
  display:table;
  margin:0 auto 14px auto;
  background-color:#ffc000;
  color:#000000;
  font-family:"Courier New", Courier, monospace;
  font-weight:700;
  font-size:12px;
  letter-spacing:3px;
  text-transform:uppercase;
  padding:6px 16px;
  border-radius:2px;
}

.spc-station-heading{
  text-align:center;
  color:#ffffff;
  font-family:Georgia, "Times New Roman", serif;
  font-size:38px;
  font-weight:700;
  margin:0 0 8px 0;
  letter-spacing:0.5px;
}

.spc-station-sub{
  text-align:center;
  color:#e0e0e0;
  font-size:15px;
  margin:0 0 55px 0;
  font-family:Arial, Helvetica, sans-serif;
}

.spc-station-track{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  gap:26px 22px;
  max-width:1180px;
  margin:0 auto;
  position:relative;
}

/* individual rail ticket */
.spc-rticket{
  display:flex;
  width:230px;
  background-color:#ffffff;
  border-radius:8px;
  box-shadow:0 14px 26px rgba(0,0,0,0.35);
  text-decoration:none;
  overflow:visible;
  position:relative;
  transition:transform 0.35s ease, box-shadow 0.35s ease;
}

.spc-rticket:nth-child(1){ transform:rotate(3deg); }
.spc-rticket:nth-child(2){ transform:rotate(-4deg); top:12px; }
.spc-rticket:nth-child(3){ transform:rotate(2deg); top:-6px; }
.spc-rticket:nth-child(4){ transform:rotate(-2deg); top:8px; }
.spc-rticket:nth-child(5){ transform:rotate(4deg); top:-4px; }
.spc-rticket:nth-child(6){ transform:rotate(-3deg); top:10px; }
.spc-rticket:nth-child(7){ transform:rotate(2deg); }

.spc-rticket:hover{
  transform:rotate(0deg) translateY(-10px);
  box-shadow:0 22px 34px rgba(0,0,0,0.45);
  z-index:5;
}

/* left stub */
.spc-rticket-stub{
  width:70px;
  flex-shrink:0;
  background-color:#000000;
  background-image:linear-gradient(160deg, #1a1a1a 0%, #000000 100%);
  border-radius:8px 0 0 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:16px 6px;
  position:relative;
}

.spc-rticket-stub img{
  width:28px;
  height:28px;
  object-fit:contain;
  margin-bottom:10px;
  filter:brightness(0) invert(1);
  opacity:0.9;
}

.spc-rticket-code{
  font-family:"Courier New", Courier, monospace;
  font-size:18px;
  font-weight:700;
  color:#ffc000;
  letter-spacing:1px;
}

.spc-rticket-code-label{
  font-family:Arial, Helvetica, sans-serif;
  font-size:9px;
  color:#c9c9c9;
  letter-spacing:2px;
  margin-top:4px;
  text-transform:uppercase;
}

/* perforation between stub and body */
.spc-rticket-perf{
  width:0;
  border-left:2px dashed #ffc000;
  position:relative;
}

.spc-rticket-perf::before,
.spc-rticket-perf::after{
  content:"";
  position:absolute;
  left:-8px;
  width:16px;
  height:16px;
  background-color:#000000;
  border-radius:50%;
}
.spc-rticket-perf::before{ top:-8px; }
.spc-rticket-perf::after{ bottom:-8px; }

/* right body */
.spc-rticket-body{
  flex-grow:1;
  padding:16px 14px 14px 16px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.spc-rticket-name{
  font-family:Georgia, "Times New Roman", serif;
  font-size:16px;
  font-weight:700;
  color:#000000;
  margin:0 0 6px 0;
  line-height:1.2;
}

.spc-rticket-desc{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333333;
  line-height:1.5;
  margin:0 0 12px 0;
}

.spc-rticket-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px dashed #ffc000;
  padding-top:9px;
}

.spc-rticket-cta{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:700;
  color:#000000;
  letter-spacing:0.5px;
}

.spc-rticket-arrow{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#ffc000;
  transition:transform 0.3s ease;
}

.spc-rticket:hover .spc-rticket-arrow{
  transform:translateX(5px);
}

.spc-station-footnote{
  text-align:center;
  color:#fff;
  font-size:12px;
  margin-top:60px;
  font-family:Arial, Helvetica, sans-serif;
}

/* responsive */
@media (max-width:900px){
  .spc-rticket{ top:0 !important; }
}

@media (max-width:600px){
  .spc-station-heading{ font-size:28px; }
  .spc-rticket{ width:100%; max-width:340px; transform:rotate(0deg) !important; }
  .spc-rticket:hover{ transform:translateY(-6px) !important; }
  .spc-station-track{ gap:18px; }
}

.sc-footer {
  font-family: 'Segoe UI', Arial, sans-serif;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
 
/* ===== Checkerboard background strip behind main content ===== */

/* ===== Main wrapper ===== */
.sc-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 24px 20px 24px;
  position: relative;
}
 
/* decorative giant faded word in background */
.sc-footer-watermark {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 130px;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.035;
  letter-spacing: 4px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
}
 
.sc-footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
 
.sc-footer-col {
  flex: 1 1 240px;
  min-width: 220px;
}
 
.sc-footer-col-brand {
  flex: 1 1 300px;
}
 
.sc-footer-logo img{
  width: 80px;
  height: 86px;
  margin-bottom: 20px;
}
 
.sc-footer-logo .sc-logo-icon {
  width: 42px;
  height: 42px;
  background-color: #ffc000;
  color: #000000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transform: rotate(-8deg);
}
 
.sc-footer-logo span {
  color: #ffc000;
}
 
.sc-footer-tagline {
  font-size: 12px;
  color: #ffc000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 18px;
}
 
.sc-footer-desc {
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 22px;
  max-width: 320px;
}
 
/* ===== Socials as circular buttons with border-draw hover ===== */
.sc-footer-social {
  display: flex;
  gap: 12px;
}
 
.sc-footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
}
 
.sc-footer-social a:hover {
  background-color: #ffc000;
  border-color: #ffc000;
  color: #000000;
  transform: translateY(-4px);
}
 
/* ===== Heading with number badge ===== */
.sc-footer-heading {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
 
.sc-footer-heading::before {
  content: "";
  width: 18px;
  height: 3px;
  background-color: #ffc000;
  display: inline-block;
}
 
/* ===== Links list ===== */
.sc-footer-links {
  list-style: none;
}
 
.sc-footer-links li {
  margin-bottom: 13px;
  border-bottom: 1px dashed #232323;
  padding-bottom: 13px;
}
 
.sc-footer-links li:last-child {
  border-bottom: none;
}
 
.sc-footer-links a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease, margin-left 0.2s ease;
  display: inline-block;
}
 
.sc-footer-links a:hover {
  color: #ffc000;
  margin-left: 6px;
}
 
/* ===== Contact cards ===== */
.sc-footer-contact-card {
  background-color: #161616;
  border: 1px solid #262626;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
 
.sc-footer-contact-card:hover {
  border-color: #ffc000;
  transform: translateX(4px);
}
 
.sc-footer-contact-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background-color: #ffc000;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
 
.sc-footer-contact-label {
  display: block;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
 
.sc-footer-contact-text {
  font-size: 13px;
  color: #ffffff;
  line-height: 18px;
}
 
.sc-footer-contact-text a {
  color: #ffffff;
  text-decoration: none;
}
 
.sc-footer-contact-text a:hover {
  color: #ffc000;
}
 
/* ===== Bottom strip ===== */
.sc-footer-bottom {
  border-top: 1px solid #232323;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
 
.sc-footer-copy {
  font-size: 12px;
  color: #fff;
}
 
.sc-footer-copy span {
  color: #ffc000;
  font-weight: 700;
}
 
.sc-footer-bottom-links {
  display: flex;
  gap: 20px;
  list-style: none;
}
 
.sc-footer-bottom-links a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
 
.sc-footer-bottom-links a:hover {
  color: #ffc000;
}
 
/* ===== Responsive ===== */
@media (max-width: 700px) {
  .sc-footer-watermark { display: none; }
  .sc-footer-bottom { justify-content: center; text-align: center; }
}
