@import 'tailwindcss';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap');

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Montserrat fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'UncleSam';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Montserrat fonts/UncleSam-KVdvW.otf') format('opentype');
}

:root {
    --bs-font-sans-serif: system-ui;
    --highlight-text-color: #144881;
    --header-offset: 100px; /* height reserved for fixed header */
    --padding-left: 80rem;
    --site-padding: 1rem;
    --site-button-font-size: 1.1875rem;
}

button,
.btn,
.btn-sm,
.btn-lg,
.button-color,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-size: var(--site-button-font-size) !important;
    font-variant-caps: all-small-caps;
    text-transform: capitalize !important;
}

html {
    scroll-padding-top: calc(var(--header-offset) + 12px);
}

body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    line-height: 1.5;
    color: #212529;
}

/* Improve paragraph rag to reduce orphan last lines in body copy */
p,
.card p,
.card .card-text,
.hero-message,
.ems-text2,
.rates-card__description,
.service-card__description,
.equipment-item-detail__description p,
.pac-program-card p,
.pac-difference-block p,
.pac-offer-card p,
.gettingpaid p,
.eliminatefees p,
.list-step-graph li p {
    text-wrap: pretty;
}

.general-inquiry-callout {
    border: 1px solid #c8dbef;
    border-left: 4px solid #0c3159;
    border-radius: 10px;
    background: linear-gradient(180deg, #f6faff 0%, #edf5fd 100%);
    padding: 10px 12px;
}

.general-inquiry-callout-label {
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0c3159;
}

.general-inquiry-callout .general-inquiry-phone {
    font-size: 1.35rem;
    color: #0b3f75;
}

@media print {
    p {
        widows: 2;
        orphans: 2;
    }
}

html, body {
    overflow-x: hidden;
}

.company-header {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    line-height: 1;
}

.company-header__line {
    display: block;
}

.company-header__line--primary {
    font-size: 2rem;
    font-weight: 800;
    color: yellow;
}

.company-header__line--secondary {
    font-size: 1.0rem;
    font-weight: 700;
    margin-top: 0.16em;
    color: yellow;    
}

h2 {
    font-size: 2rem;
    padding-block: 2rem;
    /* padding: 2rem; */
    color: var(--highlight-text-color);
    font-weight: bold;
}
h3 {
    font-size: 1.5rem;
    padding: 1rem;
    color: var(--highlight-text-color);
    font-weight: bold;
}
li{
    padding-left: 1em;
}
.redmark li::marker {
    content: "✓";
    color: #B22234;
    font-size: 1.5rem;
}
.wrapper {
    max-inline-size: var(--padding-left);
    margin-inline: auto;
    padding-inline: var(--site-padding);
}

.content-section {
    margin-bottom: 0.5rem;
}

.content-section .content-row {
    align-items: flex-start;
}

.content-section .content-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.content-section .ems-text2,
.content-section .header-highlight {
    margin: 0;
}

.content-section .benefits-list {
    margin: 0;
    line-height: 1.1;
}

.content-section .benefits-list li {
    margin-bottom: 0.75rem;
}

.content-section .button-color {
    margin-top: 0.25rem;
}

.hero-section {
    display: grid;
    grid-template-columns: 60fr 40fr;
    min-height: clamp(440px, 72vh, 760px);
    width: 100%;
    background-color: #000000;
}

.hero-panel {
    min-width: 0;
}

.hero-panel--content {
    background-color: #000000;
    color: #ffffff;
    padding: clamp(2rem, 4.5vw, 4rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.hero-kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    color: #9fb5d1;
}

.hero-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 3.2vw, 3.1rem);
    line-height: 1.1;
    font-weight: 800;
}

.hero-message {
    margin: 0;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    color: #e8edf4;
}

.why-us-copy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
}

.why-us-benefits {
    margin: 0;
    padding-left: 1.1rem;
    color: inherit;
    font-size: 1rem;
    line-height: 1.55;
}

.why-us-benefits li {
    margin-bottom: 0.35rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.25rem;
    row-gap: 0.8rem;
    margin-top: 0.35rem;
}

.hero-panel--media {
    position: relative;
    overflow: hidden;
    background-color: #001428;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
    height: 100%;
}

.hero-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-carousel .carousel-indicators {
    margin-bottom: 0.65rem;
}

.hero-carousel .carousel-indicators button {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 12%;
}

@media (max-width: 992px) {
    .hero-section {
        grid-template-columns: 1fr;
    }

    .why-us-copy-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel--content {
        min-height: 360px;
    }

    .hero-panel--media {
        min-height: 300px;
    }
}

.equipment-section {
    margin-top: 0.5rem;
}

.equipment-showcase-switcher {
    display: grid;
    gap: 1rem;
}

.equipment-showcase-switcher__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.equipment-showcase-switcher__eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: #4b6b8c;
    font-weight: 700;
}

.equipment-showcase-switcher__title {
    margin: 0.2rem 0 0;
    color: #144881;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.1;
    font-weight: 800;
}

.equipment-showcase-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #f4f7fb;
    border: 1px solid #d4dce6;
}

.equipment-showcase-toggle__label {
    color: #3d5874;
    font-size: 0.86rem;
    font-weight: 700;
}

.equipment-showcase-toggle__switch {
    position: relative;
    display: inline-flex;
}

.equipment-showcase-toggle__input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
}

.equipment-showcase-toggle__slider {
    position: relative;
    inline-size: 52px;
    block-size: 30px;
    border-radius: 999px;
    background: #9db1c8;
    border: 1px solid #6b8098;
    transition: background-color 180ms ease;
}

.equipment-showcase-toggle__slider::after {
    content: "";
    position: absolute;
    inset: 3px auto auto 3px;
    inline-size: 22px;
    block-size: 22px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.35);
    transition: transform 180ms ease;
}

.equipment-showcase-toggle__input:checked + .equipment-showcase-toggle__slider {
    background: #002868;
    border-color: #001f4d;
}

.equipment-showcase-toggle__input:checked + .equipment-showcase-toggle__slider::after {
    transform: translateX(22px);
}

.equipment-showcase-toggle__input:focus-visible + .equipment-showcase-toggle__slider {
    outline: 2px solid #7f9cba;
    outline-offset: 2px;
}

.equipment-showcase-view {
    display: none;
}

.equipment-showcase-view--active {
    display: block;
}

.rates-section {
    padding-block: 2rem;
}

/* ── Rates grid: CSS subgrid so header / body / footer align across all cards ── */
/* ── Rates grid ── */
.rates-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 0.5rem;
    justify-content: center;
}

.rates-grid > * {
    flex: 1 1 260px;
    max-width: 360px;
    min-width: 240px;
}

.rates-card {
    background-color: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.rates-card--focus {
    border-color: #002868;
    box-shadow:
        0 12px 28px rgba(0, 40, 104, 0.28),
        0 0 0 1px rgba(0, 40, 104, 0.35),
        0 0 26px rgba(0, 40, 104, 0.26);
    transform: translateY(-2px);
}

.rates-card--focus::before {
    content: "";
    position: absolute;
    inset: -35% -20% auto;
    height: 90px;
    background: radial-gradient(circle at center, rgba(0, 40, 104, 0.32) 0%, rgba(0, 40, 104, 0) 72%);
    pointer-events: none;
}

.rates-card--clickable {
    cursor: pointer;
    text-decoration: none;
}

.rates-card--clickable:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 32px rgba(15, 63, 112, 0.12);
    border-color: #002868;
}

.rates-card--clickable:focus-visible {
    outline: 2px solid #7ea6d6;
    outline-offset: 2px;
}

.rates-card__header,
.rates-card__body,
.rates-card__footer {
    padding: 1rem 1.25rem;
}

.rates-card__header {
    background-color: #f9f9f9;
    min-height: 6.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.rates-card__footer {
    background-color: #f9f9f9;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
}

.rates-card__heading {
    margin: 0;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", Arial, sans-serif;
    font-weight: 800;
    line-height: 1.12;
    color: #101828;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.rates-card__body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7rem;
    padding-inline: 0.6rem;
}

.rates-card__percentage {
    margin: 0;
    font-size: clamp(2.35rem, 4.8vw, 4.9rem);
    line-height: 0.94;
    font-family: "Roboto Condensed", "Arial Narrow", "Franklin Gothic Demi", Arial, sans-serif;
    font-weight: 900;
    color: #002868;
    text-align: center;
    white-space: normal;
    max-width: 100%;
    letter-spacing: -0.01em;
}

.rates-card__percentage--text {
    font-size: clamp(1.2rem, 2.2vw, 2rem);
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
    padding: 0.35rem 0.5rem;
}

.rates-card__percent-symbol {
    font-size: 1em;
    line-height: 1;
    vertical-align: baseline;
}

.rates-card__description {
    margin: 0;
    color: #344054;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

.rates-divider {
    margin: 0;
    border: 0;
    border-top: 1px solid #eaecf0;
}

.equipment-showcase {
    display: grid;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 2.4fr);
    gap: clamp(1rem, 2vw, 1.75rem);
    padding: clamp(1.2rem, 2.8vw, 1.8rem);
    border-radius: 28px;
    border: 1px solid #1e3147;
    background:
        linear-gradient(135deg, #000000 0%, #071525 38%, #0d2741 100%);
    box-shadow:
        inset 0 1px 0 rgba(159, 181, 209, 0.16),
        0 18px 40px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    position: relative;
}

.equipment-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(145deg, rgba(159, 181, 209, 0.08) 0%, rgba(159, 181, 209, 0) 36%),
        radial-gradient(circle at 70% 12%, rgba(20, 72, 129, 0.28) 0%, rgba(20, 72, 129, 0) 46%);
    pointer-events: none;
}

.equipment-showcase__intro,
.equipment-showcase__rail {
    position: relative;
    z-index: 1;
}

.equipment-showcase__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(0.4rem, 1vw, 0.9rem);
    color: #ffffff;
}

.equipment-showcase__kicker {
    margin: 0 0 0.7rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #9fb5d1;
    font-weight: 700;
}

.equipment-showcase__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 0.98;
    font-weight: 800;
    max-width: 8ch;
}

.equipment-showcase__summary {
    margin: 1.2rem 0 0;
    color: #e8edf4;
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.35;
    max-width: 16ch;
}

.equipment-showcase__rail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(0.9rem, 1.6vw, 1.35rem);
    align-items: stretch;
}

.equipment-showcase__card {
    min-height: 100%;
    padding: clamp(0.9rem, 1.8vw, 1.15rem);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(0, 11, 24, 0.92) 0%, rgba(5, 20, 36, 0.98) 100%);
    border: 1px solid rgba(30, 49, 71, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.equipment-showcase__card--no-image {
    justify-content: center;
}

.equipment-showcase__card--no-image .equipment-showcase__content {
    min-height: 220px;
    justify-content: center;
}

.equipment-showcase__card--no-image .equipment-showcase__heading-row {
    gap: 0.45rem;
}

.equipment-showcase__card--no-image .equipment-showcase__name {
    font-size: clamp(1.75rem, 2.2vw, 2.25rem);
    max-width: 13ch;
}

.equipment-showcase__image-shell {
    width: 100%;
    height: 190px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(0, 40, 104, 0.26) 0%, rgba(0, 14, 30, 0.16) 100%),
        linear-gradient(90deg, rgba(8, 27, 49, 0.9) 0 27%, rgba(15, 46, 78, 0.38) 27% 73%, rgba(8, 27, 49, 0.9) 73% 100%);
}

.equipment-showcase__image {
    width: 100%;
    max-width: 130px;
    max-height: 170px;
    object-fit: contain;
}

.equipment-showcase__image--placeholder {
    width: 112px;
    height: 190px;
    border-radius: 22px;
    background: linear-gradient(180deg, #d8e6ef 0%, #f8fbfc 100%);
    box-shadow:
        inset 0 0 0 4px #111827,
        0 12px 24px rgba(0, 0, 0, 0.22);
}

.equipment-showcase__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #ffffff;
}

.equipment-showcase__heading-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.28rem;
    width: 100%;
}

.equipment-showcase__name {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.55rem, 1.9vw, 2rem);
    line-height: 1.02;
    font-weight: 500;
}

.equipment-showcase__copy {
    margin: 0.55rem 0 0;
    color: #f2f4f7;
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
    line-height: 1.17;
    max-width: 18ch;
}

.equipment-showcase__items {
    list-style: none;
    margin: 0.8rem 0 0;
    padding: 0;
    width: 100%;
    color: #d4dfeb;
    font-size: 0.9rem;
    line-height: 1.25;
    display: grid;
    gap: 0.28rem;
}

.equipment-showcase__items li {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.equipment-showcase__item-name {
    color: #ffffff;
    font-weight: 700;
}

.equipment-showcase__item-meta {
    color: #c8d3e0;
    font-size: 0.84rem;
}

.equipment-showcase__item-price {
    color: #9fb5d1;
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    font-weight: 700;
}

.equipment-showcase__cta {
    margin-top: auto;
    padding-top: 1rem;
    color: #9fb5d1;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.equipment-showcase__cta:hover,
.equipment-showcase__cta:focus-visible {
    color: #ffffff;
    text-decoration: none;
}

.equipment-showcase__empty {
    margin: 0;
    color: #e8edf4;
    padding: 1rem;
}

.equipment-nested-showcase {
    display: grid;
    gap: 1.25rem;
}

.equipment-nested-showcase__group {
    display: grid;
    grid-template-columns: minmax(220px, 25%) minmax(0, 75%);
    gap: 1rem;
    align-items: stretch;
    padding: 1rem;
    border-radius: 28px;
    border: 1px solid #1e3147;
    background: linear-gradient(135deg, #000000 0%, #071525 38%, #0d2741 100%);
    box-shadow:
        inset 0 1px 0 rgba(159, 181, 209, 0.16),
        0 18px 40px rgba(0, 0, 0, 0.24);
}

.equipment-nested-showcase__group--items-only {
    grid-template-columns: minmax(0, 1fr);
}

.equipment-nested-showcase__outer-card {
    padding: 1rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(0, 11, 24, 0.92) 0%, rgba(5, 20, 36, 0.98) 100%);
    border: 1px solid rgba(30, 49, 71, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    min-height: 100%;
    height: 100%;
}

.equipment-nested-showcase__outer-card--no-image {
    justify-content: center;
    min-height: 280px;
}

.equipment-nested-showcase__outer-card--no-image .equipment-nested-showcase__outer-content {
    justify-content: center;
    min-height: 240px;
}

.equipment-nested-showcase__outer-card--no-image .equipment-nested-showcase__outer-name {
    font-size: clamp(1.85rem, 2.4vw, 2.35rem);
    max-width: 12ch;
}

.equipment-nested-showcase__outer-media {
    width: 100%;
    flex: 1 1 auto;
    min-height: 250px;
    margin-bottom: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(0, 40, 104, 0.26) 0%, rgba(0, 14, 30, 0.16) 100%),
        linear-gradient(90deg, rgba(8, 27, 49, 0.9) 0 27%, rgba(15, 46, 78, 0.38) 27% 73%, rgba(8, 27, 49, 0.9) 73% 100%);
}

.equipment-nested-showcase__outer-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.equipment-nested-showcase__outer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #ffffff;
}

.equipment-nested-showcase__outer-heading {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.equipment-nested-showcase__outer-name {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.55rem, 1.9vw, 2rem);
    line-height: 1.02;
    font-weight: 500;
}

.equipment-nested-showcase__category-link {
    color: inherit;
    text-decoration: none;
}

.equipment-nested-showcase__category-link:hover,
.equipment-nested-showcase__category-link:focus-visible {
    color: #c9dffb;
    text-decoration: none;
}

.equipment-nested-showcase__category-cta {
    margin-top: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(159, 181, 209, 0.4);
    color: #e8edf4;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.equipment-nested-showcase__category-cta:hover,
.equipment-nested-showcase__category-cta:focus-visible {
    background: rgba(0, 40, 104, 0.4);
    color: #ffffff;
}

.equipment-nested-showcase__outer-copy {
    margin: 0.6rem 0 0;
    color: #f2f4f7;
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
    line-height: 1.25;
    max-width: 22ch;
}

.equipment-nested-showcase__inner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1rem;
    align-content: start;
}

.equipment-nested-showcase__inner-card {
    min-height: 300px;
    padding: 1rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(0, 11, 24, 0.92) 0%, rgba(5, 20, 36, 0.98) 100%);
    border: 1px solid rgba(30, 49, 71, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.equipment-nested-showcase__inner-card--link::after {
    content: 'Click for Details';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 40, 104, 0.72);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 22px;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.equipment-nested-showcase__inner-card--link:hover::after,
.equipment-nested-showcase__inner-card--link:focus-visible::after {
    opacity: 1;
}

.equipment-nested-showcase__tap-label {
    display: none;
}

@media (hover: none) {
    .equipment-nested-showcase__tap-label {
        display: block;
        margin-top: auto;
        padding-top: 0.6rem;
        text-align: center;
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #9fb5d1;
        border-top: 1px solid rgba(159, 181, 209, 0.2);
    }
}

.equipment-nested-showcase__inner-card--link {
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.equipment-nested-showcase__inner-card--link:hover,
.equipment-nested-showcase__inner-card--link:focus-visible {
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 8px 20px rgba(0, 0, 0, 0.28);
}

.equipment-category-page__header,
.equipment-item-detail__header {
    position: relative;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(123, 168, 219, 0.45);
    background: linear-gradient(180deg, rgba(7, 25, 45, 0.95) 0%, rgba(6, 19, 36, 0.92) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.25rem;
}

.equipment-category-page__back,
.equipment-item-detail__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: 1px solid #7fb3ea;
    background: rgba(10, 37, 67, 0.95);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    color: #f4f9ff;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.equipment-overlay-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid rgba(212, 227, 245, 0.95);
    background: rgba(240, 247, 255, 0.96);
    color: #0e2742;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.equipment-overlay-close:hover,
.equipment-overlay-close:focus-visible {
    background: #ffffff;
    color: #091b2f;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
    text-decoration: none;
}

.equipment-overlay-close:focus-visible {
    outline: 2px solid #d6ebff;
    outline-offset: 2px;
}

.equipment-category-page__back:hover,
.equipment-category-page__back:focus-visible,
.equipment-item-detail__back:hover,
.equipment-item-detail__back:focus-visible {
    background: rgba(20, 59, 99, 0.98);
    border-color: #a7d0ff;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
}

.equipment-category-page__back:focus-visible,
.equipment-item-detail__back:focus-visible {
    outline: 2px solid #d6ebff;
    outline-offset: 2px;
}

.equipment-category-page__title,
.equipment-item-detail__title {
    margin: 0.45rem 0 0;
    color: #f9fcff;
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.equipment-category-page__subtitle,
.equipment-item-detail__subtitle {
    margin: 0.35rem 0 0;
    color: #deebfa;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.equipment-item-detail__panel {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(300px, 1fr);
    gap: 1rem;
    padding: 1rem;
    border-radius: 28px;
    border: 1px solid #1e3147;
    background: linear-gradient(135deg, #000000 0%, #071525 38%, #0d2741 100%);
    box-shadow:
        inset 0 1px 0 rgba(159, 181, 209, 0.16),
        0 18px 40px rgba(0, 0, 0, 0.24);
}

.equipment-item-detail__media,
.equipment-item-detail__content {
    border-radius: 22px;
    border: 1px solid rgba(30, 49, 71, 0.9);
    background: linear-gradient(180deg, rgba(0, 11, 24, 0.92) 0%, rgba(5, 20, 36, 0.98) 100%);
    padding: 1rem;
}

.equipment-item-detail__main-image {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 40, 104, 0.2) 0%, rgba(0, 14, 30, 0.16) 100%);
}

.equipment-item-detail__no-image {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4dfeb;
    border: 1px dashed rgba(159, 181, 209, 0.28);
    border-radius: 16px;
}

.equipment-item-detail__thumbs {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 0.5rem;
}

.equipment-item-detail__thumb {
    width: 100%;
    height: 88px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(159, 181, 209, 0.24);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.equipment-item-detail__thumb:hover,
.equipment-item-detail__thumb:focus-visible {
    border-color: rgba(88, 189, 255, 0.85);
    box-shadow: 0 0 0 2px rgba(88, 189, 255, 0.28);
    transform: translateY(-1px);
    outline: none;
}

.equipment-item-detail__thumb.is-active {
    border-color: #58bdff;
    box-shadow: 0 0 0 2px rgba(88, 189, 255, 0.36);
}

.equipment-item-detail__meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
}

.equipment-item-detail__meta-label {
    display: block;
    color: #9fb5d1;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.equipment-item-detail__meta-value {
    margin: 0.2rem 0 0;
    color: #ffffff;
}

.equipment-item-detail__description,
.equipment-item-detail__features,
.equipment-item-detail__bullets {
    margin-top: 1rem;
}

.equipment-item-detail__description h2,
.equipment-item-detail__features h2 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    color: #e8edf4;
}

.equipment-item-detail__description p,
.equipment-item-detail__features li {
    color: #d4dfeb;
}

.equipment-item-detail__features ul {
    margin: 0;
    padding-left: 1.1rem;
}

.equipment-item-detail__bullet-list {
    margin: 0;
    padding-left: 1.15rem;
    color: #d4dfeb;
    column-count: 2;
    column-gap: 1.5rem;
}

.equipment-item-detail__bullet-list li {
    break-inside: avoid;
    margin-bottom: 0.35rem;
}

@media (max-width: 991.98px) {
    .equipment-item-detail__panel {
        grid-template-columns: 1fr;
    }

    .equipment-item-detail__bullet-list {
        column-count: 1;
    }
}

.equipment-nested-showcase__inner-media {
    width: min(100%, 225px);
    height: 225px;
    flex: 0 0 225px;
    min-height: 225px;
    margin-bottom: 0.7rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(0, 40, 104, 0.2) 0%, rgba(0, 14, 30, 0.16) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
}

.equipment-nested-showcase__inner-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.equipment-nested-showcase__inner-name {
    margin: 0;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.12;
    font-weight: 700;
    text-align: center;
}

.equipment-nested-showcase__inner-copy {
    margin: 0.55rem 0 0;
    color: #d4dfeb;
    font-size: 0.95rem;
    line-height: 1.35;
}

.equipment-nested-showcase__inner-meta {
    margin: 0.45rem 0 0;
    color: #c9d4e2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.86rem;
}

.equipment-nested-showcase__inner-price {
    color: #9fb5d1;
    letter-spacing: 0.16em;
    font-weight: 700;
}

.equipment-nested-showcase__inner-empty {
    margin: 0;
    padding: 1rem;
    color: #d4dfeb;
    border-radius: 22px;
    background: rgba(0, 11, 24, 0.74);
    border: 1px dashed rgba(159, 181, 209, 0.28);
    text-align: center;
}

.equipment-showcase__empty {
    margin: 0;
    padding: 1rem;
    color: #d4dfeb;
    border-radius: 22px;
    background: rgba(0, 11, 24, 0.74);
    border: 1px dashed rgba(159, 181, 209, 0.28);
    text-align: center;
}

.equipment-empty-state__icon {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto 0.55rem;
    opacity: 0.95;
}

.equipment-empty-state__text {
    margin: 0;
}

.faq-section {
    margin-top: 2rem;
}

.site-header {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-inline: 0;
    /* transition: opacity .15s ease-in, box-shadow .15s ease-in; */
    width: 100%;
    height: var(--header-offset);
    top: 0;
    left: 0;
    z-index: 99;
    overflow: visible;
}

.header-background {
    background-color: #000000;
}

.header-inner {
    width: 100%;
}
main {
    margin-top: var(--header-offset);
}
.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone-call::before {
    content: "📞";
    margin-right: 8px;
}

.header-spacing {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    gap: 1rem;
    margin-inline: auto;
    padding-inline: var(--site-padding);
}

.header-logo {
    justify-self: center;
}
.header-logo img {
    max-width: 150px;
}

.header-quick-nav {
    flex: 0 0 auto;
    justify-self: start;
}

.header-quick-nav__toggle {
    border: 1px solid #2c4260;
    background: #04152d;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.45rem 0.8rem;
}

.header-quick-nav__icon {
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1;
}

.header-quick-nav__toggle:hover,
.header-quick-nav__toggle:focus,
.header-quick-nav__toggle:active {
    color: #ffffff;
    background: #002868;
    border-color: #4d678b;
}

.header-quick-nav__menu {
    border: 1px solid #d8dee7;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 13, 31, 0.2);
    min-width: 15.5rem;
}

.header-quick-nav__menu .dropdown-item {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1b3656;
}

.header-quick-nav__menu .dropdown-item:hover,
.header-quick-nav__menu .dropdown-item:focus {
    background-color: #eef4fb;
    color: #0f2948;
}

.text-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: fit-content;
    text-decoration: none;
    line-height: 0.92;
}

.text-logo__brandline {
    display: inline-flex;
    align-items: baseline;
    gap: 0.22rem;
    white-space: nowrap;
}

.text-logo__nra {
    color: #ffffff;
    font-family: "Arial Black", Impact, "Franklin Gothic Heavy", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1.9rem, 3.7vw, 2.7rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 0.95;
}

.text-logo__payments {
    color: #ffffff;
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(0.95rem, 1.85vw, 1.35rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 0.9;
    width: auto;
    text-align: left;
    text-transform: none;
    font-variant-caps: all-small-caps;
}

.text-logo__powered {
    color: #9aa3af;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: clamp(0.58rem, 1.1vw, 0.75rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0.05rem;
    width: 100%;
    text-align: center;
}

.text-logo:hover .text-logo__nra,
.text-logo:focus-visible .text-logo__nra {
    color: #f0f0f0;
}

.text-logo:hover .text-logo__payments,
.text-logo:focus-visible .text-logo__payments {
    color: #f4f6f8;
}

.text-logo:focus-visible {
    outline: 2px dashed #b22234;
    outline-offset: 3px;
}

.company-header {
    text-decoration: none;
}
.link-text {
    text-align: right;
    font-size: 1.25rem;
    /* margin-left: 0;
    padding-right: 2rem; */
}
.d-flex {
    display: flex !important;
}
.header-link{
    text-align: right;
    /* padding-right: 350px; */
}

.header-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.7rem, 2vw, 1.5rem);
    justify-self: end;
}

.header-phone {
    color: #ffffff;
    text-decoration: none;
    font-family: Segoe, sans-serif;
    font-size: var(--site-button-font-size);
    letter-spacing: 0.06em;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1;
    text-transform: none;
    font-variant-caps: all-small-caps;
}

.header-phone:hover,
.header-phone:focus-visible {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.96;
}

.header-link a {
    text-decoration: none;
    /* color: yellow; */
    /* margin-left: 20px; */
    font-weight: 700;
}
.content {
    padding-top: 40px;
    /* box-sizing: border-box; */
    width: 100%;
}
.ems-text {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: .8;
}
.ems-text2 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}
.ems-text3 {
    font-size: 1.5rem;
    line-height: .8;
}
.highlight {
    color: #B22234;
}
.header-highlight {
    font-size: 1.5rem;
    color: var(--highlight-text-color);
}

.align-items-center {
    padding: 20px;
}

.button-color {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    white-space: nowrap;
    padding: 12px 18px;
    font-size: var(--site-button-font-size);
    text-transform: none;
    line-height: 1.05;
    font-family: Segoe, sans-serif;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 12px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: #002868;
    display: inline-block;
    box-shadow: none;
}

.button-color:hover,
.button-color:focus,
.button-color:active,
.button-color:visited {
    border-color: #ffffff;
    color: #ffffff !important;
    background-color: #001f4d;
    text-decoration: none !important;
}

.pac-step4-hero {
    border: 1px solid #d9e2ee;
    background: linear-gradient(120deg, #f7fbff 0%, #eef4fb 100%);
    border-radius: 14px;
    padding: 1.25rem;
}

.pac-step4-kicker {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f678f;
}

.pac-program-card {
    border: 1px solid #d8e1ec;
    border-radius: 14px;
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0 10px 24px rgba(25, 63, 103, 0.08);
}

.pac-program-card h5 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    color: #0f3f70;
}

.pac-program-card p {
    color: #475467;
    line-height: 1.45;
}

.pac-device-note {
    border-left: 4px solid #1788d0;
    background-color: #f5faff;
    border-radius: 10px;
    padding: 1rem;
    color: #21486c;
}

.pac-difference-block {
    background-color: #fafbfc;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 1rem;
}

.pac-difference-block h4 {
    color: #0f3f70;
}

.pac-difference-block p {
    color: #4a5565;
}

.pac-offer-card {
    border-radius: 14px;
    border: 1px solid #d8e1ec;
    background: linear-gradient(150deg, #ffffff 0%, #f8fbff 100%);
    padding: 1rem;
}

.pac-offer-label {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #4f6f8f;
}

.pac-offer-card h5 {
    font-family: Segoe, sans-serif;
    color: #0f3f70;
    font-weight: 700;
}

.pac-offer-card p {
    color: #475467;
}

.benefits-list {
    width: 100%;
    /* box-sizing: border-box; */
    display: block;
    float: none;
    line-height: .5rem;
    margin-left: 0;
    color: #666;
    position: relative;
}
.benefits-list li {
    margin-bottom: 1.5rem;
}
.benefits-list li::marker {
    content: "✓";
    color: #B22234;
    font-size: 1.5rem;
}
.main-image {
    font-size: 1em;
    line-height: 1;
    vertical-align: baseline;
    bottom: 0;
    right: 0;
}
.main-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.gettingpaid {
    display: flex;
    background-color: #f8f9fa;
    text-align: center;
}

.gettingpaid p {
    font-size: 1.25rem;
    padding: 0 2rem 2rem 2rem;
    color: #666;
}
.eliminatefees {
    display: flex;
    background-color: #f8f9fa;
    text-align: center;
}
.eliminatefees p {
    font-size: 1.25rem;
    padding: 0 2rem 2rem 2rem;
    color: #666;
}
.zero {
    color: #1788d0;
    font-weight: bold;
}
.table-section {
    padding: 2rem 0;
}

.img-icon {
  font-size: 80px;
  width: auto;
  height: 1.1em;
  max-width: 100%;
  padding-bottom: 10px;
}

table img {
    max-width: 100%;
}
table tr {
    height: 35px;
}
table th {
    text-align: center;
}
table td {
    text-align: center;
}
table.table-borderless {
    width: 100%;
}
.tablerowheader {
    text-align: left;
}
ul {
    list-style-type: none;

}
.list-step-graph li {
    font-family: Muli, sans-serif;
    font-weight: 700;
    position: relative;
    padding-left: 45px;
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 17px;
}
.list-step-graph li p {
    margin-bottom: 0
}
.lsg-additional-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #999;
    font-size: .85em;
    margin-top: 5px
}
.list-step-graph li::before, .lsg-circle, .lsg-line {
    position: absolute;
    background-color: #1788d0
}
.lsg-circle, .lsg-line {
    box-shadow: 0 0 21px rgba(0, 0, 0, .44)
}
.list-step-graph li::before {
    content: '';
    display: block;
    z-index: 3
}
.lsg-01 .lsg-circle, .lsg-01 .lsg-line, .lsg-01 li::before {
    background-color: #fcfcfc
}
.list-step-graph li::before, .lsg-circle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 6px;
    left: 0
}
.lsg-circle {
    z-index: 1
}
.lsg-line {
    z-index: 2;
    width: 4px;
    left: 4px;
    top: 9px;
    bottom: -26px
}
.list-step-graph li:last-child .lsg-line {
    display: none
}
.list-step-graph-right.list-step-graph li {
    text-align: right;
    padding-left: 0;
    padding-right: 45px
}
.list-step-graph-right.list-step-graph .lsg-circle, .list-step-graph-right.list-step-graph li::before {
    left: auto;
    right: 0
}
.list-step-graph-right.list-step-graph .lsg-line {
    left: auto;
    right: 4px
}
.savings {
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.howitworks{
    border-radius: 10px;
}

.block-ptb-md {
    padding: 80px 0;
}

.bg-flag{
    background-image: url('/images/bg-flag.jpg');
    background-position: right;
    /* background-size: cover; */
}

.amazingpos .card {
    height: 100%;
    margin-bottom: 50px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out;
}

.amazingpos .row.g-4 > [class*="col-"] {
    display: flex;
}

.amazingpos .card img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    object-position: center;
}

.amazingpos .card-body {
    display: flex;
    flex-direction: column;
}
.amazingpos li::marker {
    content: "●";
    padding-right: 50px;
    color: #999;
    font-size: 1.5rem;
}
/* .accordion {
    border-color: black;
    border-width: 1px;
} */

.faq .accordion-item {
    margin: 0 0 0.85rem 0;
    border: 1px solid #d3deea;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.faq .accordion-item:last-child {
    margin-bottom: 0;
}

.faq .accordion-item:hover {
    border-color: #b8cde5;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
    transform: translateY(-1px);
}

.faq .accordion-header {
    margin: 0;
}

.faq-intro {
    max-width: 720px;
    margin: 0 auto 1.35rem auto;
}

.faq-title {
    margin: 0;
    padding: 0;
    color: #0f2948;
    font-size: clamp(1.55rem, 2.2vw, 2rem);
    letter-spacing: 0.01em;
}

.faq-subtitle {
    margin: 0.4rem 0 0 0;
    color: #4b5d73;
    font-size: 1rem;
}

.faq .accordion-button {
    padding: 0.5rem 0.65rem;
    min-height: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #142f54;
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.faq .accordion-button.collapsed {
    border-radius: 1rem;
}

.faq .accordion-button:not(.collapsed) {
    border-radius: 1rem 1rem 0 0;
    color: #0f2948;
    background: linear-gradient(180deg, #edf5ff 0%, #e7f0fc 100%);
}

.faq .accordion-button:focus {
    box-shadow: inset 0 0 0 2px rgba(20, 72, 129, 0.18);
}

.faq .accordion-button::after {
    filter: saturate(0.7);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.faq .accordion-button:not(.collapsed)::after {
    filter: saturate(1.05);
}

.faq .accordion-body{
    border-top: 1px solid #e7edf5;
    padding: 0.5rem 0.65rem;
    border-radius: 0 0 1rem 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: #334b66;
    line-height: 1.65;
}

/* Make columns use full width on small viewports (1400px and below) */
@media (max-width: 1400px) {
    .site-header {
        padding-left: 0;
        padding-right: 0;
    }
    /* .header-logo {
        padding-left: 75px;
    } */
    .main .row > .col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    /* If you want to hide the image column on small screens, uncomment below */
    .main-image { display: none; }
}
@media (max-width: 700px) {
    /* Navbar: allow the bar to grow in height to contain all content */
    :root {
        --header-offset: 170px;
    }

    .hero-panel--content {
        padding-inline: var(--site-padding);
    }

    .site-header {
        height: auto;
        min-height: 64px;
        padding-block: 0.65rem;
        align-items: flex-start;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 1rem;
        column-gap: 0;
    }

    .hero-actions .button-color {
        margin: 0;
    }

    .hero-actions > .button-color:first-child {
        width: 100%;
        max-width: 100%;
        white-space: normal;
        font-size: clamp(1rem, 3.9vw, 1.15rem);
        line-height: 1.2;
        padding: 0.72rem 0.9rem;
    }

    .header-spacing {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .header-quick-nav {
        width: 100%;
        justify-self: stretch;
    }

    .header-quick-nav__toggle {
        width: 100%;
        text-align: left;
    }

    .header-quick-nav__menu {
        width: 100%;
        min-width: 0;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        justify-self: stretch;
    }

    .header-logo {
        padding-left: 0;
        justify-self: center;
    }

    .text-logo {
        gap: 0;
    }

    .text-logo__nra {
        letter-spacing: 0.05em;
    }

    .text-logo__powered {
        letter-spacing: 0.08em;
    }

    .header-phone {
        font-size: var(--site-button-font-size);
    }

    .equipment-showcase {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .equipment-showcase-switcher__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .equipment-showcase__intro {
        padding: 0;
    }

    .equipment-showcase__title,
    .equipment-showcase__summary {
        max-width: none;
    }

    .equipment-showcase__rail {
        grid-template-columns: 1fr;
    }

    .equipment-showcase__image-shell {
        min-height: 220px;
    }

    .equipment-showcase__cta {
        width: 100%;
    }

    .equipment-nested-showcase__group {
        grid-template-columns: 1fr;
    }

}
/* 991.98px is the breakpoint for large devices in Bootstrap 5 */
@media (min-width: 991.98px) {
    .site-header {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Utility to make a section's background span the full viewport width (full-bleed) */
.full-bleed {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    box-sizing: border-box;
}

/* Prevent a horizontal scrollbar when using full-bleed elements */


.extrapadding {
    padding-top: 40px;
}

.lead-flow-page {
    position: relative;
}

.lead-flow-page::before {
    display: none;
}

.lead-flow-page > * {
    position: relative;
    z-index: 1;
}

.lead-flow-page--flat::before {
    display: none;
}

.lead-flow-hero {
    border-radius: 24px;
    padding: clamp(1.5rem, 3.5vw, 2.5rem);
    background: linear-gradient(135deg, #04152d 0%, #0c3159 48%, #0f4b80 100%);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 13, 31, 0.16);
    overflow: hidden;
}

.lead-flow-hero .hero-kicker {
    color: #9fb5d1;
}

.lead-flow-hero .hero-title {
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.lead-flow-hero .hero-message {
    max-width: 68ch;
    color: #dbe8f5;
}

.lead-flow-hero .hero-actions {
    margin-top: 1rem;
}

.lead-flow-card {
    border: 1px solid #d9e2ee;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 12px 30px rgba(20, 72, 129, 0.08);
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.lead-flow-card--soft {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.lead-flow-card--hero-padding {
    padding: clamp(1.5rem, 3.5vw, 2.5rem);
}

.lead-flow-summary {
    border: 1px solid #d9e2ee;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    padding: 1rem 1.25rem;
}

.lead-flow-summary p {
    margin-bottom: 0.35rem;
}

.lead-flow-summary p:last-child {
    margin-bottom: 0;
}

.lead-flow-section-title {
    margin: 0 0 0.85rem;
    color: #144881;
    font-size: clamp(1.4rem, 2vw, 1.85rem);
    line-height: 1.15;
    font-weight: 800;
}

.lead-flow-stepper {
    border: 1px solid #d9e2ee;
    border-radius: 18px;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(20, 72, 129, 0.05);
}

.wizard-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid #c8d5e3;
    background: #f7fbff;
    color: #144881;
    font-weight: 700;
}

.recommend-feature-item {
    display: grid;
    grid-template-columns: minmax(125px, 160px) 1fr;
    gap: 0.9rem;
    padding: 0.9rem;
    border-radius: 20px;
    border: 1px solid #1e3147;
    background: linear-gradient(135deg, #000000 0%, #071525 38%, #0d2741 100%);
    box-shadow:
        inset 0 1px 0 rgba(159, 181, 209, 0.16),
        0 10px 24px rgba(0, 0, 0, 0.22);
}

.recommend-feature-item__media {
    border-radius: 14px;
    border: 1px solid rgba(30, 49, 71, 0.9);
    background: linear-gradient(180deg, rgba(0, 11, 24, 0.92) 0%, rgba(5, 20, 36, 0.98) 100%);
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem;
}

.recommend-feature-item__image {
    width: 100%;
    height: 100%;
    max-height: 140px;
    object-fit: contain;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 40, 104, 0.2) 0%, rgba(0, 14, 30, 0.16) 100%);
}

.recommend-feature-item__no-image {
    color: #d4dfeb;
    text-align: center;
    font-size: 0.88rem;
    border: 1px dashed rgba(159, 181, 209, 0.28);
    border-radius: 10px;
    width: 100%;
    padding: 0.8rem 0.55rem;
}

.recommend-feature-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recommend-feature-item__title {
    margin: 0;
    padding: 0;
    color: #f9fcff;
    font-size: 1.34rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.recommend-feature-item__meta {
    margin: 0.35rem 0 0;
    color: #deebfa;
}

.recommend-feature-item__link {
    align-self: flex-start;
    margin-top: 0.8rem;
    color: #58bdff;
    font-weight: 700;
    text-decoration: none;
}

.recommend-feature-item__link:hover,
.recommend-feature-item__link:focus-visible {
    color: #89d3ff;
    text-decoration: underline;
}

.recommend-rate-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.recommend-rate-option {
    flex: 1 1 220px;
    min-width: 220px;
    max-width: 320px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.recommend-rate-option__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.recommend-rate-card {
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.recommend-rate-card .rates-card__header,
.recommend-rate-card .rates-card__body,
.recommend-rate-card .rates-card__footer {
    padding: 0.75rem 0.9rem;
}

.recommend-rate-card .rates-card__header {
    min-height: 4.2rem;
}

.recommend-rate-card .rates-card__heading {
    font-size: clamp(1rem, 1.6vw, 1.3rem);
}

.recommend-rate-card .rates-card__body {
    height: 4.4rem;
}

.recommend-rate-card .rates-card__percentage {
    font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.recommend-rate-card .rates-card__footer {
    min-height: 4.4rem;
}

.recommend-rate-card .rates-card__description {
    font-size: 0.9rem;
    line-height: 1.35;
}

.recommend-rate-option:hover .rates-card {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(16, 24, 40, 0.12);
}

.recommend-rate-option__input:checked + .rates-card {
    border-color: #002868;
    box-shadow:
        0 12px 28px rgba(0, 40, 104, 0.28),
        0 0 0 1px rgba(0, 40, 104, 0.35),
        0 0 26px rgba(0, 40, 104, 0.2);
    transform: translateY(-2px);
}

.recommend-rate-option__input:focus-visible + .rates-card {
    outline: 2px solid #58bdff;
    outline-offset: 2px;
}

.text-justify {
    text-align: justify;
}

@media (max-width: 575.98px) {
    .recommend-feature-item {
        grid-template-columns: 1fr;
    }

    .recommend-feature-item__media {
        min-height: 185px;
    }

    .recommend-rate-option {
        min-width: 0;
        max-width: none;
        flex-basis: 100%;
    }
}

.letsgetstarted {
    max-width: none;
    width: 100%;
    padding: 0;
    .row {
        padding-block: 10px;
    }
}

.letsgetstarted--wide {
    max-width: none;
    width: 100%;
}

.additionalinfo {
    width: 100%;

    label {
        font-weight: bold;
    }
}

.findoutmore {
    padding: 2rem;
}

.footer-text {
    display: inline-flex;
    font-size: .60rem;
    color: #999;
    text-align: center;
    padding: 0.75rem 1rem 0.35rem;
    margin: 0;
}

.footer-text.text-center {
    display: block;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    margin: 0.1rem 0 0.45rem;
    color: #6f7780;
}

.footer-links a {
    color: #6f7780;
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #144881;
    text-decoration: underline;
}

.footer-links__divider {
    color: #9aa2ab;
    padding: 0 0.15rem;
}

.footer-logos-container {
    margin: 0.35rem 0 0.65rem;
    padding: 0.4rem 0.75rem;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 15%, rgba(255,255,255,0.8) 85%, rgba(255,255,255,1) 100%);
}

.footer-logos-scroll {
    display: flex;
    align-items: center;
    gap: 0;
    animation: scroll-logos var(--logos-scroll-duration, 60s) linear infinite;
    width: max-content;
}

.footer-logos-group {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-shrink: 0;
    padding-right: 3rem;
}

.footer-logos-container:hover .footer-logos-scroll {
    animation-play-state: paused;
}

.footer-logo-item {
    height: 90px;
    width: auto;
    flex-shrink: 0;
    opacity: 0.85;
    transition: opacity 0.3s ease;
    filter: brightness(1);
}

.footer-logo-item:hover {
    opacity: 1;
    filter: brightness(1.1);
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .footer-text {
        padding: 0.6rem 0.5rem 0.3rem;
    }

    .footer-links {
        font-size: 0.68rem;
        margin: 0.05rem 0 0.35rem;
    }

    .footer-logos-container {
        margin: 0.25rem 0 0.5rem;
        padding: 0 0.5rem;
    }

    .footer-logo-item {
        height: 50px;
    }

    .footer-logos-scroll {
        animation-duration: var(--logos-scroll-duration, 60s);
    }

    .footer-logos-group {
        gap: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 640px) {
    .footer-logo-item {
        height: 45px;
    }

    .footer-logos-scroll {
        animation-duration: var(--logos-scroll-duration, 60s);
    }

    .footer-logos-group {
        gap: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* Legacy footer-logos support */
.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0 0 1.5rem;
    padding: 0 1rem;
}

.footer-logos img {
    width: 100%;
    max-width: 140px;
    height: auto;
    flex: 0 1 140px;
}

@media (max-width: 640px) {
    .footer-logos {
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-logos img {
        max-width: 180px;
        flex: 0 1 auto;
    }
}

/* Services Section */
.services-section {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.services-intro {
    max-width: 720px;
    margin: 0 auto 2rem;
}

.services-title {
    margin: 0;
    padding: 0;
    color: #0f2948;
    font-size: clamp(1.55rem, 2.2vw, 2rem);
    letter-spacing: 0.01em;
    font-weight: 800;
}

.services-subtitle {
    margin: 0.4rem 0 0 0;
    color: #4b5d73;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.4;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 0;
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1.5rem;
    border: 1px solid #d8e1ec;
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
}

.service-card:hover,
.service-card--clickable:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 20px 32px rgba(15, 63, 112, 0.12);
    border-color: #002868;
}

.service-card--clickable {
    cursor: pointer;
}

.service-card--clickable:focus-visible {
    outline: 2px solid #7ea6d6;
    outline-offset: 2px;
}

.service-card__icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 2rem;
    line-height: 1;
}

.service-card__icon--image {
    width: 60px;
    height: 60px;
    padding: 6px;
    background: none;
    border-radius: 12px;
}

.service-card__icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-card__icon span {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.service-card__title {
    margin: 0;
    padding: 0;
    color: #0f2948;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
}

.service-card__description {
    margin: 0;
    padding: 0;
    color: #4b5d73;
    font-size: 0.95rem;
    line-height: 1.55;
    flex-grow: 1;
}

.service-card__link-label {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    color: #002868;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.service-detail {
    margin-top: 1rem;
}

.service-detail__back {
    display: inline-flex;
    margin-bottom: 1rem;
    color: #002868;
    font-weight: 700;
    text-decoration: none;
}

.service-detail__header {
    position: relative;
    padding-right: 3rem;
    margin-bottom: 1rem;
}

.service-detail__kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4b5d73;
    font-size: 0.78rem;
    font-weight: 700;
}

.service-detail__title {
    margin: 0.2rem 0 0;
    color: #0f2948;
}

.service-detail__subtitle {
    margin: 0.4rem 0 0;
    color: #4b5d73;
}

.service-detail__content {
    border: 1px solid #d8e1ec;
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    padding: 1.2rem;
}

@media (max-width: 1100px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .service-card {
        padding: 1.5rem 1.25rem;
    }

    .service-card__icon {
        font-size: 1.75rem;
    }
}

/* Mobile-only phone links */
.phone-link-mobile-only {
    /* On desktop (> 768px), disable the link */
    pointer-events: none;
    cursor: default;
    opacity: 1;
}

@media (max-width: 768px) {
    .phone-link-mobile-only {
        /* On mobile, enable the link */
        pointer-events: auto;
        cursor: pointer;
    }
}

/* Shared utility styles migrated from inline view styles */
.address-normal {
    font-style: normal;
}

.lead-flow-icon-circle {
    width: 72px;
    height: 72px;
    background: rgba(13, 110, 253, 0.08);
}

.gettingstarted-section {
    padding: clamp(1.5rem, 3.5vw, 2.5rem) !important;
    padding-top: clamp(0.6rem, 1.4vw, 0.9rem) !important;
}

.gettingstarted-section .lead-flow-section-title {
    margin: 0;
    line-height: 1.05;
}

.gettingstarted-section .lead-flow-section-title + p {
    margin-top: -0.54rem !important;
}

.gettingstarted-section p {
    margin-bottom: 0.12rem;
    line-height: 1.45;
}

.gettingstarted-section p:last-child {
    margin-bottom: 0;
}

.gettingstarted-section .compact-main-text {
    margin-bottom: 0 !important;
}

.lead-flow-card--compact {
    padding: 0.5rem 0.75rem !important;
}

.lead-flow-card--compact .lead-flow-section-title {
    margin-bottom: 0.125rem;
}

.lead-flow-card--compact .compact-main-text {
    font-size: 1.5rem;
    line-height: 1.2;
    color: inherit;
}

.call-us-section {
    border: 2px solid #0c3159;
}

.call-us-section .lead-flow-section-title,
.call-us-section .compact-main-text,
.call-us-section .call-us-phone,
.call-us-section .call-us-phone-link {
    color: #0c3159;
}

.call-us-phone-link {
    text-decoration: none;
    font-weight: 700;
}

.call-us-phone-link:hover,
.call-us-phone-link:focus-visible {
    text-decoration: underline;
    color: #144881;
}

.call-us-mobile-btn {
    border: 2px solid #0c3159;
    color: #0c3159;
    background: #ffffff;
    font-weight: 700;
}

.call-us-mobile-btn:hover,
.call-us-mobile-btn:focus-visible {
    background: #eaf2fb;
    color: #0c3159;
    border-color: #0c3159;
}

.summary-fill {
    border: 1px solid #d9e2ee;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    padding: 1rem 1.25rem;
}

.summary-fill p:last-child {
    margin-bottom: 0;
}

.pac-entry-row {
    align-items: flex-start;
}

.pac-entry-actions {
    display: flex;
    align-items: flex-start;
}

#pac::placeholder {
    color: #c3ccd8;
    opacity: 1;
}

.equipment-table-handle-col {
    width: 40px;
}

.equipment-table-drag-handle {
    cursor: grab;
    user-select: none;
}

.equipment-table-drag-icon {
    font-size: 1.2rem;
    color: #999;
}

.media-thumb-56 {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
}

.media-thumb-140 {
    max-height: 225px;
    max-width: 225px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.media-thumb-120 {
    max-height: 120px;
    width: 100%;
    object-fit: contain;
}

.media-thumb-220 {
    max-width: 220px;
    border-radius: 8px;
}

.media-thumb-48-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border: 1px solid #d8e1ec;
    border-radius: 8px;
    padding: 4px;
}

.service-list-icon-28 {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.media-modal-overlay {
    background: rgba(0, 0, 0, 0.55);
    z-index: 1055;
    overflow-y: auto;
}

.media-modal-card {
    max-width: 1080px;
}

.wizard-progress-height {
    height: 10px;
}

.wizard-progress-initial {
    width: 25%;
}

.wizard-hidden {
    display: none;
}

/* Veteran/First Responder Banner */
.veteran-banner {
    background: url('/images/veteransbanner.webp') center/cover;
    background-size: 100% auto;
    border-radius: 16px;
    padding: 0;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(20, 72, 129, 0.12);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    aspect-ratio: 20 / 2.5;
}

.veteran-banner__title {
    color: #ffffff;
    font-size: 1.65rem;
    font-weight: 700;
    margin: 0 0 0.35rem 0;
    padding: 0 2rem;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
}

.veteran-banner__message {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
    padding: 0 2rem;
    font-weight: 500;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    max-width: 100%;
}

@media (max-width: 768px) {
    .veteran-banner {
        padding: 0.75rem;
        aspect-ratio: 16 / 8;
    }

    .veteran-banner__title {
        font-size: 1.35rem;
        margin-bottom: 0.4rem;
    }

    .veteran-banner__message {
        font-size: 0.9rem;
    }
}