  /* Main Title Font - barlow_condensed */
  @import url(/wp-content/themes/astra-child/assets/fonts/barlow_condensed/stylesheet.css);


  /* Main Body Font - barlow */
  @import url(/wp-content/themes/astra-child/assets/fonts/barlow/stylesheet.css);



  :root {
    --blue: #0a3d62;
    --blue-d: #072b46;
    --blue-l: #1763a0;
    --red: #c0392b;
    --red-d: #962a1f;
    --ink: #1a242f;
    --text: #3a4654;
    --muted: #6b7889;
    --line: #dfe4ec;
    --line-2: #eef1f6;
    --bg: #ffffff;
    --bg-2: #f5f7fa;
    --bg-3: #eef2f7;
    --yellow: #f4b400;
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --display: 'Barlow Condensed';
    --body: "Barlow";
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--display);
  }

  p,
  a,
  li,
  span {
    font-family: var(--body);
  }




  * {
    box-sizing: border-box
  }

  html,
  body {
    margin: 0;
    padding: 0
  }

  body {
    font-family: var(--body);
    font-size: 15px;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    line-height: 1.55
  }

  img {
    max-width: 100%;
    display: block
  }

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

  button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    background: none;
    border-radius: 10px
  }

  ::selection {
    background: var(--blue);
    color: #fff
  }

  .wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px
  }

  @media(max-width:720px) {
    .wrap {
      padding: 0 18px
    }
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0;
    font-family: var(--display);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.1
  }

  .kicker {
    display: inline-block;
    font-family: var(--body);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--red);
    margin-bottom: 14px;
    position: relative;
    padding-left: 34px
  }

  .kicker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 2px;
    background: var(--red);
    transform: translateY(-50%)
  }

  .kicker.light {
    color: #ffd166
  }

  .kicker.light::before {
    background: #ffd166
  }

  .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 26px;
    font-family: var(--body);
    font-weight: 600;
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 10px;
    transition: all .3s linear;
  }

  .btn-red {
    background: var(--red);
    color: var(--bg);
    border-color: var(--red);
  }

  .btn-red:hover {
    background: var(--bg);
    border-color: var(--red);
    color: var(--red);
  }

  .btn-blue {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
  }

  .btn-blue:hover {
    background: var(--blue-d);
    border-color: var(--blue-d);
  }

  .btn-outline {
    border-color: var(--blue);
    color: var(--blue);
    background: transparent;
  }

  .btn-outline:hover {
    background: var(--blue);
    color: #fff;
  }

  .btn-ghost-light {
    border-color: #fff;
    color: #fff;
  }

  .btn-ghost-light:hover {
    background: #fff;
    color: var(--blue);
  }

  /* ── TOPBAR ── */
  .topbar {
    background: var(--blue-d);
    color: #cdd6e3;
    font-size: 13px;
    /* padding: 0px 15px; */
  }

  .topbar .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 28px;
    gap: 24px;
    flex-wrap: wrap;
  }

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

  .topbar .info a,
  .topbar .info span {
    font-family: var(--body);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #CDD6E3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .2s;
  }

  .topbar .info a:hover {
    color: #fff;
  }

  .topbar .info svg {
    color: var(--yellow)
  }

  .topbar .right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .topbar .socials {
    display: flex;
    gap: 10px
  }

  .topbar .socials a {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .15);
    transition: all .2s;
    border-radius: 999px
  }

  .topbar .socials a:hover {
    background: var(--yellow);
    border-color: var(--yellow);
    color: var(--blue-d)
  }

  .topbar .iso {
    font-family: var(--body);
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.72px;
    color: #fff;
  }

  /* ── NAV ── */
  .nav {
    padding: 0px 15px;
    background: #fff;
    border-bottom: 3px solid var(--blue);
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04)
  }

  .nav .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    gap: 24px
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 14px
  }

  .header-logo img {
    height: 70px
  }

  .menu {
    display: flex;
    align-items: center;
    gap: 4px
  }

  .menu a {
    padding: 10px 14px;
    font-weight: 600;
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--ink);
    position: relative;
    transition: color .2s;
  }

  .menu a:hover {
    color: var(--red);
  }

  .menu a.active {
    color: var(--blue);
    outline: none;
  }

  .menu a.active::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 14px;
    right: 14px;
    height: 3px;
    background: var(--red);
  }

  .nav-right {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .search-btn {
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    transition: all .2s;
    border-radius: var(--radius-sm);
  }

  .search-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
  }

  .mobile-toggle {
    display: none;
  }

  @media(max-width:1020px) {
    .nav .wrap {
      flex-wrap: wrap;
    }

    .menu {
      display: none;
      width: 100%;
      order: 3;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding-top: 14px;
    }

    .menu.open {
      display: flex;
    }

    .menu a {
      padding: 14px 0;
      border-top: 1px solid var(--line);
    }

    .menu a.active::after {
      display: none
    }

    .mobile-toggle {
      display: inline-flex;
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-sm);
    }
  }

  @media(max-width:640px) {
    .nav-right .btn {
      display: none;
    }
  }

  @media(max-width:768px) {
    .header-logo img {
      height: 40px;
    }
  }

  /* ── PAGE HERO ── */
  .page-hero {
    position: relative;
    background: var(--blue-d);
    color: #fff;
    padding: 70px 0px 80px;
    overflow: hidden;
  }

  .page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?fm=jpg&auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    opacity: .12;
  }

  .page-hero-accent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--red) 0%, rgba(192, 57, 43, .2) 100%);
  }

  .page-hero .wrap {
    position: relative;
    z-index: 1;
    padding: 0px 28px;
  }

  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 17px;
  }

  .breadcrumb a {
    font-family: var(--body);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, .55);
    transition: color .3s linear;
  }

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

  .breadcrumb span {
    font-family: var(--body);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, .55);
  }

  .breadcrumb svg {
    width: 12px;
    height: 12px;
    opacity: .4;
  }

  .page-hero h1 {
    font-family: var(--display);
    font-weight: 800;
    font-size: 64px;
    line-height: 64px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 17px;
  }

  .page-hero h1 em {
    font-style: normal;
    color: #ffd166;
  }

  .page-hero .ph-sub {
    font-family: var(--body);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #a8b8cc;
    margin-bottom: 0;
  }

  .ph-stats {
    display: flex;
    gap: 40px;
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    flex-wrap: wrap;
  }

  .ph-stat b {
    font-family: var(--display);
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    display: block;
    line-height: 1;
  }

  .ph-stat span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #7a9ab8;
    margin-top: 4px;
    display: block;
  }

  /* ── CONTACT SECTION ── */
  .contact-section {
    padding: 90px 0px;
    background: var(--bg-2);
  }

  .contact-section .wrap {
    padding: 0px 28px;
  }

  .c-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 50px;
    align-items: start;
  }

  @media(max-width:960px) {
    .c-grid {
      grid-template-columns: 1fr;
    }
  }

  .form-box {
    background: #fff;
    border: 1px solid var(--line);
    padding: 40px;
    border-radius: var(--radius-lg);
  }

  .form-box h3 {
    font-family: var(--display);
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: var(--blue);
  }

  .form-box .sub {
    font-family: var(--body);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--muted);
    margin-bottom: 28px;
  }

  .form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 18px;
  }

  .form .full {
    grid-column: 1 / -1;
  }

  .form .full.form-submit {
    /* grid-column: 1 / -1; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .form .form-submit p {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #6B7889;
    margin-bottom: 0px;
  }

  .form .field {
    margin-bottom: 20px;
  }

  .form .field p {
    margin-bottom: 0px !important;
  }

  .field label {
    font-family: var(--body);
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1.2px;
    display: block;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 8px;
  }

  .field input,
  .field select,
  .field textarea {
    width: 100%;
    height: 45px;
    padding: 13px 14px;
    border: 1px solid var(--line);
    background: #fff;
    font-family: var(--body);
    font-size: 14.5px;
    font-weight: 400;
    line-height: 17px;
    color: var(--ink);
    box-shadow: none;
    transition: all .3s linear;
    border-radius: var(--radius-sm);
  }

  .field input::placeholder,
  .field select::placeholder,
  .field textarea::placeholder {
    font-family: var(--body);
    font-size: 14.5px;
    font-weight: 400;
    line-height: 17px;
    color: #757575;
  }

  .field input:focus,
  .field select:focus,
  .field textarea:focus {
    outline: none;
    border: 1px solid var(--blue);
    box-shadow: none;
  }

  .field textarea {
    min-height: 130px;
    resize: vertical;
  }

  .form .field p .wpcf7-form-control-wrap .error {
    font-family: var(--body);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 8px;
    color: #DC2626;
    text-transform: math-auto;
    display: block;
  }

  .wpcf7-not-valid-tip {
    display: none;
  }

  @media(max-width:560px) {
    .form {
      grid-template-columns: 1fr
    }
  }

  .info-side {
    display: flex;
    flex-direction: column;
    gap: 18px
  }

  .info-card {
    background: #fff;
    border: 1px solid var(--line);
    padding: 26px;
    border-radius: var(--radius-md)
  }

  .info-card h4 {
    font-family: var(--display);
    font-size: 18px;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--red);
    display: inline-block
  }

  .info-row {
    display: flex;
    gap: 14px;
    padding: 11px 0;
    align-items: flex-start;
    border-bottom: 1px solid var(--line-2)
  }

  .info-row:last-child {
    border-bottom: 0;
    padding-bottom: 0
  }

  .info-row .ic {
    width: 40px;
    height: 40px;
    background: var(--bg-2);
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    border-radius: var(--radius-sm);
  }

  .info-row .k {
    font-family: var(--body);
    font-weight: 700;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 1.32px;
    color: var(--muted);
    text-transform: uppercase;
    margin-bottom: 3px;
  }

  .info-row .v {
    font-family: var(--body);
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--ink);
  }

  .info-row a:hover {
    color: var(--red);
  }

  .sales-card {
    background: var(--blue);
    color: #fff;
    border: 1px solid var(--blue);
    padding: 26px;
    border-radius: var(--radius-md);
  }

  .sales-card h4 {
    font-family: var(--display);
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 2px solid #ffd166;
    display: inline-block;
  }

  .sales-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: rgba(255, 255, 255, .85);
    margin: 0 0 18px;
  }

  .sales-card .btn-yellow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 22px;
    font-family: var(--body);
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border: 2px solid #ffd166;
    color: #ffd166;
    border-radius: 10px;
    transition: all .3s linear;
  }

  .sales-card .btn-yellow:hover {
    background: #ffd166;
    color: var(--blue);
  }

  /* ── QUICK CONTACT STRIPS ── */
  .quick-strip {
    padding: 0px 0px;
    background: var(--blue);
  }

  .quick-strip .wrap {
    padding: 0px 28px;
    /* display: flex; */
    /* flex-wrap: wrap; */

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .qs-item {
    /* display: flex; */
    /* align-items: center; */

    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: center;
    gap: 14px;
    padding: 24px 36px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    flex: 1;
    /* min-width: 220px */
  }

  .qs-item:last-child {
    border-right: 0;
  }

  .qs-ic {
    width: 46px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd166;
    flex: none;
    border-radius: var(--radius-sm);
  }

  .qs-label {
    font-family: var(--body);
    font-weight: 700;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    margin-bottom: 3px;
  }

  .qs-val {
    font-family: var(--body);
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
  }

  .qs-val a {
    font-family: var(--body);
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    transition: color .3s linear;
  }

  .qs-val a:hover {
    color: #ffd166;
  }

  @media(max-width:760px) {
    .qs-item {
      min-width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
  }

  /* ── MAP SECTION ── */
  .map-section {
    padding: 80px 0px;
    background: #fff;
  }

  .map-section .wrap {
    padding: 0px 28px;
  }

  .map-section .sec-head {
    margin-bottom: 40px
  }

  .map-section .sec-head h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--ink);
    margin-top: 4px;
    margin-bottom: 0px;
  }

  .map-wrap {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 12px 40px rgba(10, 61, 98, .1)
  }

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

  @media(max-width:640px) {
    .map-wrap iframe {
      height: 280px
    }
  }

  /* ── CTA BAND ── */
  .cta-band {
    background: var(--red);
    color: #fff;
    padding: 60px 0PX;
    position: relative;
    overflow: hidden
  }

  .cta-band .wrap {
    padding: 0px 28px;
  }

  .cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, transparent 0 40px, rgba(0, 0, 0, .04) 40px 41px)
  }

  .cta-band .wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 30px;
    align-items: center
  }

  @media(max-width:860px) {
    .cta-band .wrap {
      grid-template-columns: 1fr
    }
  }

  .cta-band h2 {
    color: #fff;
    font-weight: 800;
    font-family: var(--display);
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
  }

  .cta-band p {
    color: rgba(255, 255, 255, .9);
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .cta-band .row {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    flex-wrap: wrap
  }

  @media(max-width:860px) {
    .cta-band .row {
      justify-content: flex-start
    }
  }

  .cta-band .btn-white {
    background: #fff;
    color: var(--red);
    border-color: #fff
  }

  .cta-band .btn-white:hover {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink)
  }

  /* ── FOOTER ── */
  footer {
    background: #f2f5f8;
    color: var(--text);
    padding: 0;
    border-top: 4px solid var(--red)
  }

  .foot-top {
    background: var(--blue);
    padding: 12px 0px;
  }

  .foot-top .wrap {
    padding: 0px 28px;
  }

  .foot-top .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
  }

  .foot-certs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .foot-cert {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, .72);
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 0 18px;
    border-right: 1px solid rgba(255, 255, 255, .15);
  }

  .foot-cert:first-child {
    padding-left: 0;
  }

  .foot-cert:last-child {
    border-right: 0;
  }

  .foot-cert svg {
    color: #ffd166;
    flex: none;
  }

  .foot-tagline {
    font-size: 12px;
    color: rgba(255, 255, 255, .42);
    font-style: italic;
    white-space: nowrap;
  }

  @media(max-width:760px) {
    .foot-tagline {
      display: none;
    }

    .foot-cert {
      padding: 4px 12px;
    }
  }

  @media(max-width:520px) {
    .foot-top {
      display: none;
    }
  }

  .foot-main {
    padding: 48px 0px;
  }

  .foot-main .wrap {
    padding: 0px 28px;
  }

  .foot-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 48px
  }

  @media(max-width:960px) {
    .foot-grid {
      grid-template-columns: 1fr 1fr;
      gap: 36px
    }
  }

  @media(max-width:520px) {
    .foot-grid {
      grid-template-columns: 1fr
    }
  }

  .foot-brand .foot-logo {
    margin-bottom: 16px
  }

  .foot-brand .foot-logo img {
    height: 64px;
    width: auto
  }

  .foot-brand p {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.75;
    margin: 0 0 20px
  }

  .foot-socials {
    display: flex;
    gap: 9px;
    flex-wrap: wrap
  }

  .foot-socials a {
    width: 38px;
    height: 38px;
    background: #fff;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    transition: all .2s;
    border-radius: var(--radius-sm)
  }

  .foot-socials a:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff
  }

  footer h5 {
    font-family: var(--display);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--blue);
    margin: 0 0 20px;
    padding-bottom: 11px;
    border-bottom: 2px solid var(--red);
    display: inline-block;
    letter-spacing: .04em
  }

  footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
  }

  footer ul a {
    font-size: 13.5px;
    color: var(--muted);
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 7px
  }

  footer ul a:hover {
    color: var(--red);
    padding-left: 3px
  }

  footer ul a::before {
    content: "›";
    color: var(--red);
    font-weight: 700;
    font-size: 15px;
    line-height: 1
  }

  .foot-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line-2)
  }

  .foot-contact-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
  }

  .fci-ic {
    width: 34px;
    height: 34px;
    background: var(--blue);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-top: 1px
  }

  .fci-k {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--muted);
    margin-bottom: 2px
  }

  .fci-v {
    font-size: 12.5px;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.5
  }

  .fci-v a:hover {
    color: var(--red)
  }

  .foot-bar {
    border-top: 1px solid var(--line);
    background: #e5e9ef;
    padding: 15px 0
  }

  .foot-bar .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
  }

  .foot-bar-copy {
    font-size: 12.5px;
    color: var(--muted)
  }

  .foot-bar-copy strong {
    color: var(--ink);
    font-weight: 600
  }

  .foot-back-top {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--blue);
    padding: 7px 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    transition: all .2s;
    cursor: pointer;
    text-decoration: none
  }

  .foot-back-top:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue)
  }

  /* ── UTILS ── */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s ease, transform .7s ease
  }

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