/* =========================================================
   YUNYOU - Night Cable-Car Ridge Station Theme
   Palette keys:
   - Ridge-Station body background  #10161A
   - Cabin-light text               #E8ECEA
   - Cable-car red (accent)         #B8452F
   - Station-steel raised panels    #1B242A
   - Valley-mist recesses           #0A0E10
   - Tower-grey pylons/frames       #52616B
   - Ridge-pine dark bands          #3F5A50
   - Cabin-lamp dots (small only)   #E9C46A
   Forbidden family colors omitted by design.
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #10161A;
  color: #E8ECEA;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a {
  color: #B8452F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.wrap-tight {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Reveal system (JS adds visible) ---------- */
.reveal {
  opacity: 1;
  transform: none;
}
.no-js .reveal {
  visibility: visible;
}
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js .reveal.visible {
  opacity: 1;
  transform: none;
}

/* =========================================================
   1. CABLE-LINE NAV (.cableline)
   ========================================================= */
.cableline {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #1B242A;
  border-bottom: 3px solid #3F5A50;
}
.cableline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}
.cableline-cable {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: #52616B;
  pointer-events: none;
}
.cableline-brand {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background-color: #E9C46A;
  color: #10161A;
  font-family: "Courier New", monospace;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  border: 3px solid #B8452F;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.cableline-links {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}
.cableline-link {
  background-color: #1B242A;
  color: #E9C46A;
  border: 1px solid #52616B;
  border-radius: 24px;
  padding: 10px 20px;
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.cableline-link:hover {
  background-color: #B8452F;
  color: #E8ECEA;
  text-decoration: none;
}
.cableline-link.routes {
  background-color: #B8452F;
  color: #E8ECEA;
  border-color: #B8452F;
}
.cableline-link.routes:hover {
  background-color: #E9C46A;
  color: #10161A;
}
.cable-toggle {
  display: none;
  background-color: #B8452F;
  color: #E8ECEA;
  border: 2px solid #52616B;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 16px;
  cursor: pointer;
}

/* =========================================================
   2. RIDGE-PLATFORM HERO (.ridgeplatform)
   ========================================================= */
.ridgeplatform {
  background-color: #0A0E10;
}
.ridgeplatform-sky {
  background-color: #0A0E10;
  padding: 26px 0 0;
  position: relative;
}
.ridgeplatform-cable {
  height: 60px;
  position: relative;
}
.ridgeplatform-cableline {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 2px;
  background-color: #52616B;
}
.ridgeplatform-gondola {
  position: absolute;
  top: 30px;
  transform: translateY(-12px);
  text-align: center;
}
.ridgeplatform-gondola.g1 {
  left: 12%;
}
.ridgeplatform-gondola.g2 {
  left: 46%;
  top: 34px;
}
.ridgeplatform-gondola.g3 {
  left: 76%;
  top: 22px;
}
.ridgeplatform-hangarm {
  width: 2px;
  height: 12px;
  margin: 0 auto;
  background-color: #52616B;
}
.ridgeplatform-cabinbody {
  background-color: #B8452F;
  width: 70px;
  height: 46px;
  border-radius: 8px 8px 10px 10px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 22px #E9C46A;
}
.ridgeplatform-window {
  position: absolute;
  top: 8px;
  width: 32px;
  height: 16px;
  border-radius: 3px;
  background-color: #E9C46A;
}
.ridgeplatform-window.lm {
  left: 8px;
}
.ridgeplatform-window.rm {
  right: 8px;
}
.ridgeplatform-pylon {
  position: absolute;
  top: 10px;
  bottom: 0;
  width: 6px;
  background-color: #52616B;
}
.ridgeplatform-pylon.p1 {
  left: 26%;
  height: 74px;
}
.ridgeplatform-pylon.p2 {
  right: 20%;
  height: 60px;
}
.ridgeplatform-pylonguy {
  position: absolute;
  top: 0;
  height: 2px;
  background-color: #52616B;
  transform-origin: left;
}
.ridgeplatform-lights {
  padding: 10px 24px 20px;
  position: relative;
  height: 60px;
}
.ridgeplatform-light {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E9C46A;
}
.ridgeplatform-light.l1 {
  left: 6%;
  top: 8px;
}
.ridgeplatform-light.l2 {
  left: 16%;
  top: 26px;
}
.ridgeplatform-light.l3 {
  left: 33%;
  top: 12px;
}
.ridgeplatform-light.l4 {
  left: 62%;
  top: 30px;
}
.ridgeplatform-light.l5 {
  left: 71%;
  top: 6px;
}
.ridgeplatform-light.l6 {
  left: 86%;
  top: 22px;
}
.ridgeplatform-light.l7 {
  left: 92%;
  top: 6px;
}
.ridgeplatform-static {
  background-color: #1B242A;
  border-top: 4px solid #B8452F;
}
.ridgeplatform-static-inner {
  padding: 60px 0;
  text-align: center;
}
.ridgeplatform-eyebrow {
  display: inline-block;
  font-family: "Courier New", monospace;
  font-size: 15px;
  letter-spacing: 5px;
  color: #E9C46A;
  border: 1px solid #3F5A50;
  background-color: #1B242A;
  padding: 6px 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ridgeplatform-h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 1.08;
  margin: 0 0 18px;
  color: #E8ECEA;
}
.ridgeplatform-h1 .red {
  color: #B8452F;
}
.ridgeplatform-lead {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 19px;
  color: #E8ECEA;
}
.ridgeplatform-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  border-radius: 6px;
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 26px;
  cursor: pointer;
}
.btn-solid {
  background-color: #B8452F;
  border: 2px solid #B8452F;
  color: #E8ECEA;
}
.btn-solid:hover {
  background-color: #E9C46A;
  color: #10161A;
  text-decoration: none;
}
.btn-ghost {
  background-color: transparent;
  border: 2px solid #52616B;
  color: #E8ECEA;
}
.btn-ghost:hover {
  border-color: #E8ECEA;
  color: #E8ECEA;
  text-decoration: none;
}
.ridgeplatform-kick {
  background-color: #3F5A50;
  border-top: 3px solid #0A0E10;
}
.ridgeplatform-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 26px 0;
}
.stat {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
.stat-sep {
  width: 2px;
  align-self: stretch;
  background-color: #B8452F;
}
.stat-num {
  font-family: "Courier New", monospace;
  font-size: 34px;
  font-weight: 700;
  color: #E9C46A;
}
.stat-txt {
  color: #E8ECEA;
  font-family: "Courier New", monospace;
  letter-spacing: 1px;
}

/* =========================================================
   3. SECTION HEADERS
   ========================================================= */
.section-pad {
  padding: 78px 0;
}
.section-tag {
  font-family: "Courier New", monospace;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #E9C46A;
}
.section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  margin: 8px 0 14px;
  color: #E8ECEA;
}
.section-sub {
  color: #E8ECEA;
  max-width: 760px;
  font-size: 18px;
}

/* =========================================================
   4. CABIN-WINDOW ROWS (.cabinwindow) - movement one
   ========================================================= */
.cabinwindow {
  background-color: #10161A;
}
.cabinwindow-directions {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}
.cabinwindows {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.cabinrow {
  background-color: #1B242A;
  border: 1px solid #52616B;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 34px 38px;
  position: relative;
}
.cabinrow.offset-right {
  transform: translateX(40px);
  margin-right: 0;
}
.cabinrow.offset-left {
  transform: translateX(-40px);
}
.cabinrow-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 56%;
}
.cabinrow-base.right {
  order: 2;
  justify-content: space-between;
}
.cabin-chip {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  background-color: #B8452F;
  border: 3px solid #E9C46A;
  color: #E8ECEA;
  font-family: "Courier New", monospace;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabinrow-num {
  text-align: center;
  color: #E9C46A;
  font-family: "Courier New", monospace;
  letter-spacing: 1px;
}
.cabinrow-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  margin: 0 0 8px;
  color: #E8ECEA;
}
.cabinrow-title .red {
  color: #B8452F;
}
.cabinrow-copy {
  margin: 0;
  color: #E8ECEA;
}
.cabinrow-details {
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 1px;
  color: #B8452F;
}
.cabinwindow-window {
  width: 42%;
  height: 150px;
  border-radius: 10px;
  background-color: #0A0E10;
  border: 3px solid #B8452F;
  position: relative;
  box-shadow: inset 0 0 40px #10161A;
}
.cabinwindow-window .winlight {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 320px;
  height: 60px;
  opacity: 1;
  background-color: #E9C46A;
}
@media (max-width: 900px) {
  .cabinwindow-window {
    display: none;
  }
  .cabinrow-base {
    width: 100%;
  }
  .cabinrow.offset-right,
  .cabinrow.offset-left {
    transform: none;
  }
}

/* statement row between movements */
.statement-band {
  background-color: #52616B;
  color: #10161A;
  padding: 44px 0;
  margin: 0;
}
.statement-inner {
  text-align: center;
}
.statement-figure {
  font-family: "Courier New", monospace;
  font-size: 88px;
  font-weight: 700;
  color: #E9C46A;
  line-height: 1;
  text-shadow: 0 4px 0 #B8452F;
}
.statement-pledge {
  font-size: 18px;
  color: #10161A;
  font-weight: 700;
  margin-top: 6px;
}

/* =========================================================
   5. RIDGE RUN (.ridgerun) - movement two
   ========================================================= */
.ridgerun {
  background-color: #0A0E10;
  overflow-x: hidden;
}
.ridgerun-directions {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}
.routecable {
  position: relative;
  height: 240px;
}
.routecable-line {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 40px;
  bottom: 60px;
  background-color: transparent;
}
.routecable-sweep {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 44px;
  height: 2px;
  background-color: #52616B;
  transform: rotate(-2deg);
}
.routepylon {
  position: absolute;
  width: 3px;
  background-color: #52616B;
  bottom: 56px;
}
.routepylon.rp1 {
  left: 9%;
  height: 40px;
}
.routepylon.rp2 {
  left: 30%;
  height: 66px;
}
.routepylon.rp3 {
  left: 50%;
  height: 92px;
}
.routepylon.rp4 {
  left: 72%;
  height: 120px;
}
.routepylon.rp5 {
  left: 91%;
  height: 148px;
}
.station-mark {
  position: absolute;
  bottom: 56px;
  transform: translateX(-50%);
  background-color: #1B242A;
  color: #E9C46A;
  border: 2px solid #B8452F;
  border-radius: 6px;
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 16px;
  text-align: center;
}
.station-mark.sm1 {
  left: 9%;
}
.station-mark.sm2 {
  left: 30%;
}
.station-mark.sm3 {
  left: 50%;
}
.station-mark.sm4 {
  left: 72%;
}
.station-mark.sm5 {
  left: 91%;
  background-color: #B8452F;
  color: #E8ECEA;
}
.routecaption-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: -30px;
  position: relative;
}
.routecaption {
  text-align: center;
  padding: 30px 14px 0;
}
.routecaption-top {
  color: #E9C46A;
  font-family: "Courier New", monospace;
  letter-spacing: 1px;
}
.routecaption h4 {
  color: #E8ECEA;
  margin: 4px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}
.routecaption p {
  color: #E8ECEA;
  font-size: 15px;
}
.routecaption-summit {
  border-top: 3px solid #E9C46A;
}
@media (max-width: 900px) {
  .routecaption-row {
    grid-template-columns: 1fr;
  }
  .routecable {
    display: none;
  }
}

/* =========================================================
   6. SERVICES PAGE MIRROR rows + process + CTA band
   ========================================================= */
.servicesmaster-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  color: #E8ECEA;
  margin: 0 0 8px;
}
.servicesmaster-sub {
  color: #E8ECEA;
  font-size: 19px;
  max-width: 780px;
}
.servicespages {
  background-color: #10161A;
}
.servicepage-row {
  background-color: #1B242A;
  border: 1px solid #52616B;
  border-left: 6px solid #B8452F;
  padding: 34px 38px;
  border-radius: 8px;
  margin-bottom: 26px;
}
.servicepage-row h3 {
  color: #E8ECEA;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  margin: 0 0 12px;
}
.servicepage-row h3 .num {
  color: #E9C46A;
  font-family: "Courier New", monospace;
  margin-right: 10px;
}
.servicepage-row p {
  color: #E8ECEA;
}
.servicepage-row ul {
  color: #E8ECEA;
}

.process-title {
  background-color: #3F5A50;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}
.process-step {
  background-color: #1B242A;
  border: 1px solid #52616B;
  border-radius: 8px;
  padding: 26px;
}
.process-step .pn {
  font-family: "Courier New", monospace;
  color: #E9C46A;
}
.process-step h4 {
  color: #E8ECEA;
}
.process-step p {
  color: #E8ECEA;
  font-size: 15px;
}
.cta-band {
  background-color: #B8452F;
  color: #10161A;
  padding: 56px 0;
}
.cta-band-inner {
  text-align: center;
}
.cta-band h2 {
  color: #10161A;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  margin: 0 0 10px;
}
.cta-band p {
  color: #10161A;
  font-size: 18px;
  font-weight: 600;
  max-width: 660px;
  margin: 0 auto 26px;
}
.btn-dark {
  background-color: #10161A;
  border: 2px solid #10161A;
  color: #E9C46A;
}
.btn-dark:hover {
  background-color: #1B242A;
  color: #E9C46A;
  text-decoration: none;
}

/* =========================================================
   7. NIGHT-SHIFT ACCENT STRIP
   ========================================================= */
.nightshift {
  background-color: #B8452F;
  color: #111417;
  border-top: 3px solid #52616B;
  border-bottom: 3px solid #3F5A50;
}
.nightshift-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
  flex-wrap: wrap;
}
.nightshift-stamp {
  font-family: "Courier New", monospace;
  font-weight: 700;
  border: 3px solid #111417;
  border-radius: 50%;
  padding: 18px;
  text-align: center;
  color: #111417;
  flex: 0 0 auto;
  transform: rotate(-6deg);
}
.nightshift-stamp .big {
  display: block;
  font-size: 26px;
  line-height: 1;
}
.nightshift p {
  color: #111417;
  font-weight: 700;
  font-size: 18px;
  flex: 1;
  min-width: 260px;
}
.nightshift .btn-ghost {
  border-color: #111417;
  color: #111417;
}
.nightshift .btn-ghost:hover {
  background-color: #E9C46A;
}

/* =========================================================
   8. LEGACY HOME BODY SECTIONS (mission etc.)
   ========================================================= */
.homebody {
  background-color: #10161A;
}
.twin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 800px) {
  .twin {
    grid-template-columns: 1fr;
  }
}
.ledge {
  background-color: #0A0E10;
  border: 1px solid #52616B;
  padding: 26px;
  position: relative;
}
.ledge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E9C46A;
}
.ledge ul {
  color: #E8ECEA;
}
.ledgelist {
  list-style: none;
  padding: 0;
}
.ledgelist li {
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px solid #52616B;
  color: #E8ECEA;
}
.ledgelist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B8452F;
}
.responsible {
  background-color: #0A0E10;
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}
@media (max-width: 800px) {
  .grid3 {
    grid-template-columns: 1fr;
  }
}
.summit-board {
  background-color: #1B242A;
  border-top: 4px solid #B8452F;
  padding: 26px;
  border-radius: 6px;
}
.summit-board h3 {
  color: #E8ECEA;
  font-family: Georgia, "Times New Roman", serif;
}
.summit-board p {
  color: #E8ECEA;
  font-size: 15px;
}
.summit-board .accent {
  color: #E9C46A;
  font-family: "Courier New", monospace;
  font-weight: 700;
}

/* =========================================================
   9. STATION-SIGN FOOTER (.stationsign)
   ========================================================= */
.stationsign {
  background-color: #0A0E10;
  color: #E8ECEA;
  position: relative;
}
.stationsign-ways {
  background-color: #1B242A;
  border-bottom: 3px solid #B8452F;
}
.stationsign-ways-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .stationsign-ways-inner {
    grid-template-columns: 1fr;
  }
}
.route-sign {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.route-sign .rs {
  background-color: #10161A;
  border: 1px solid #52616B;
  border-left: 4px solid #E9C46A;
  color: #E9C46A;
  padding: 8px 12px;
  font-family: "Courier New", monospace;
  font-weight: 700;
}
.motto {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  color: #E8ECEA;
  font-style: italic;
  align-self: center;
}
.footer-cols-band {
  background-color: #10161A;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 44px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .footer-cols {
    grid-template-columns: 1fr;
  }
}
.footer-col {
  background-color: #1B242A;
  border: 1px solid #52616B;
  padding: 24px;
  border-radius: 8px;
}
.footer-col h4 {
  font-family: "Courier New", monospace;
  letter-spacing: 3px;
  color: #E9C46A;
  margin: 0 0 12px;
  font-size: 15px;
}
.footer-col a {
  display: block;
  color: #E8ECEA;
  margin: 7px 0;
}
.footer-col a:hover {
  color: #B8452F;
  text-decoration: none;
}
.plate {
  background-color: #52616B;
  color: #E8ECEA;
  border-top: 3px solid #3F5A50;
}
.plate-inner {
  padding: 26px 0;
  position: relative;
  z-index: 1;
}
.plate-company {
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 15px;
  color: #E8ECEA;
}
.plate-addr {
  color: #E8ECEA;
  font-size: 15px;
}
.plate-copyright {
  color: #E9C46A;
  font-size: 14px;
  margin-top: 10px;
}

/* =========================================================
   10. CONTACT PAGE
   ========================================================= */
.contact-intro {
  background-color: #10161A;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 36px;
  align-items: start;
}
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contactform {
  background-color: #1B242A;
  border: 1px solid #52616B;
  border-radius: 8px;
  padding: 30px;
}
.contactform label {
  display: block;
  font-family: "Courier New", monospace;
  letter-spacing: 1px;
  color: #E9C46A;
  margin: 18px 0 6px;
}
.contactform input,
.contactform textarea,
.contactform select {
  width: 100%;
  background-color: #0A0E10;
  color: #E8ECEA;
  border: 2px solid #52616B;
  border-radius: 4px;
  padding: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}
.contactform input:focus,
.contactform textarea:focus {
  outline: none;
  border-color: #B8452F;
}
.contactform-submit {
  margin-top: 20px;
}
.contact-side {
  background-color: #1B242A;
  border-radius: 8px;
  border-left: 6px solid #B8452F;
  padding: 26px;
}
.contact-side-addr {
  color: #E8ECEA;
}
.contact-side-addr strong {
  color: #E9C46A;
  display: block;
  margin-top: 16px;
  font-family: Georgia, "Times New Roman", serif;
}
.contact-side a {
  color: #B8452F;
  font-weight: 700;
}
.contact-hours {
  color: #E8ECEA;
}
.faq-block .qa {
  background-color: #0A0E10;
  border: 1px solid #52616B;
  padding: 20px;
  margin: 14px 0;
}
.faq-block .qa h3 {
  color: #E8ECEA;
  margin: 0 0 6px;
}
.faq-block .qa p {
  color: #E8ECEA;
  margin: 0;
}
.accheader {
  cursor: pointer;
  color: #E9C46A;
  font-family: "Courier New", monospace;
  font-weight: 700;
}

/* =========================================================
   11. PHONE BADGE (all pages)
   ========================================================= */
.phoneonpage {
  font-family: "Courier New", monospace;
  font-weight: 700;
  color: #E9C46A;
  white-space: nowrap;
}

/* small utilities */
.mt1 {
  margin-top: 1rem;
}
.center {
  text-align: center;
}
