@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;
}
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;
}

@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__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(2.1rem, 3.3vw, 2.8rem);
    font-family: "Arial Narrow", "Roboto Condensed", "Franklin Gothic Medium", Arial, sans-serif;
    font-weight: 800;
    line-height: 1.12;
    color: #101828;
    text-align: center;
}

.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__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 {
    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-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);
}

.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 {
    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__cta {
    margin-top: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.62rem 1rem;
    border-radius: 999px;
    border: 1px solid #1e3147;
    background: #002868;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.equipment-item-detail__cta:hover,
.equipment-item-detail__cta:focus-visible {
    background: #001f4d;
    color: #ffffff;
}

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

.equipment-nested-showcase__inner-media {
    width: 100%;
    flex: 1 1 auto;
    min-height: 220px;
    margin-bottom: 0.7rem;
    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;
}

.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);
}

.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: flex !important;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
    gap: 1rem;
    margin-inline: auto;
}
.header-logo img {
    max-width: 150px;
}

.text-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    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: #b22234;
    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(1rem, 1.9vw, 1.3rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 0.9;
    width: auto;
    text-align: left;
    text-transform: lowercase;
}

.text-logo__powered {
    color: #d7dde5;
    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);
}

.header-phone {
    color: #ffffff;
    text-decoration: none;
    font-family: inherit;
    font-size: clamp(1rem, 1.8vw, 1.35rem);
    letter-spacing: 0.06em;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1;
    text-transform: uppercase;
}

.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: 19px;
    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 {
    color: #0f3f70;
}

.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 {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    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 #d8dee8;
    border-radius: 0.9rem;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

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

.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.95rem 1rem;
    min-height: 62px;
    font-size: 1rem;
    font-weight: 600;
    color: #142f54;
}

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

.faq .accordion-button:not(.collapsed) {
    border-radius: 0.9rem 0.9rem 0 0;
    color: #0f2948;
}

.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);
}

.faq .accordion-body{
    border-top: 1px solid #e7edf5;
    padding: 1rem;
    border-radius: 0 0 0.9rem 0.9rem;
    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: 130px;
    }

    .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 {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

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

    .header-logo {
        padding-left: 0;
    }

    .text-logo {
        gap: 0;
    }

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

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

    .header-phone {
        font-size: clamp(0.9rem, 3.4vw, 1.05rem);
    }

    .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;
}

.letsgetstarted {
    max-width: 600px;
    padding: 20px;
    .row {
        padding-block: 10px;
    }
}

.additionalinfo {
    label {
        font-weight: bold;
    }
}

.findoutmore {
    padding: 2rem;
}

.footer-text {
    display: inline-flex;
    font-size: .60rem;
    color: #999;
    text-align: center;
    padding: 2rem;
}

.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(auto-fit, minmax(280px, 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: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
}

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

.service-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(130deg, #002868 0%, #1e3f7a 100%);
    font-size: 2rem;
    line-height: 1;
}

.service-icon--invoice,
.service-icon--inventory,
.service-icon--mobile,
.service-icon--retail,
.service-icon--checkout {
    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;
}

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

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

    .service-card__icon {
        width: 50px;
        height: 50px;
        font-size: 1.75rem;
    }
}