:root {
    --primary: #23486e;
    --primary-dark: #183552;
    --accent: #e3c15d;
    --accent-dark: #b8942f;
    --canvas: #f6f1e5;
    --surface: rgba(255, 255, 255, 0.82);
    --text: #14304c;
    --muted: #5e6e80;
    --border: rgba(35, 72, 110, 0.15);
    --shadow: 0 18px 40px rgba(20, 48, 76, 0.14);
    --radius: 24px;
    --radius-sm: 16px;
}

body,
button,
input,
select,
textarea {
    font-family: "Times New Roman", Times, serif;
}

.public-home-body,
.public-contact-body {
    background: #ffffff;
    overflow-x: hidden;
}

.public-navbar-wrap {
    padding: 0.55rem 0.7rem 0;
    margin-bottom: 1.25rem;
}

.public-navbar {
    position: relative;
    background: #fffdfa;
    border: 1.5px solid rgba(197, 157, 72, 0.78);
    border-radius: 22px;
    box-shadow: 0 8px 20px rgba(38, 30, 18, 0.05);
    padding: 0.5rem 0.75rem;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    margin-right: 1.2rem;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.brand-copy strong {
    color: #26334d;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.98;
}

.brand-copy small {
    color: #4f5662;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.public-navbar .brand-mark {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    padding: 0;
}

.public-navbar .brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.public-navbar .navbar-toggler {
    border: 0;
    box-shadow: none;
    padding: 0.35rem;
    margin-left: auto;
}

.public-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2818, 34, 53, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.public-nav-list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1.7rem;
}

.public-nav-list .nav-item {
    display: flex;
    align-items: center;
}

.public-navbar .nav-link {
    position: relative;
    color: #1e2430;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.28rem;
    font-weight: 700;
    padding: 0.25rem 0 !important;
    border-radius: 0;
    line-height: 1.15;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.public-navbar .nav-link.active,
.public-navbar .nav-link:hover {
    color: #9d6c1f;
    opacity: 1;
}

.public-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.25rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d3ab52, #a76a19);
}

.public-navbar-tools {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: 1rem;
    flex-shrink: 0;
}

.public-navbar-drawer {
    border: 0;
    background: transparent;
}

.public-navbar-drawer-body {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
}

.public-navbar-drawer-head {
    display: none;
}

.public-navbar-drawer-brand {
    display: grid;
    gap: 0.15rem;
}

.public-navbar-drawer-brand strong {
    color: #26334d;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.05rem;
    line-height: 1.05;
}

.public-navbar-drawer-brand small {
    color: #5b6472;
    font-size: 0.72rem;
}

.public-help-card {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.7rem;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(33, 53, 82, 0.1);
    border-radius: 12px;
    color: #23314d;
    min-height: 44px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.public-help-card:hover {
    border-color: rgba(197, 157, 72, 0.55);
    box-shadow: 0 10px 20px rgba(38, 30, 18, 0.08);
    transform: translateY(-1px);
}

.public-help-icon,
.public-signin-icon {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    color: #1f4f87;
    background: rgba(31, 79, 135, 0.08);
}

.public-help-icon svg,
.public-signin-icon svg {
    width: 15px;
    height: 15px;
}

.public-help-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.public-help-copy small {
    color: #8c93a0;
    font-size: 0.62rem;
    font-weight: 600;
}

.public-help-copy strong {
    color: #26334d;
    font-size: 0.88rem;
    font-weight: 800;
}

.public-signin-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    min-width: 54px;
    min-height: 44px;
    padding: 0.2rem 0.45rem;
    text-decoration: none;
    color: #2f3643;
    border-radius: 12px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.public-signin-link span:last-child {
    font-size: 0.62rem;
    font-weight: 700;
}

.public-signin-link:hover {
    background: rgba(31, 79, 135, 0.06);
    color: #1f4f87;
}

@media (max-width: 991.98px) {
    .public-navbar {
        padding: 0.75rem 0.85rem;
        width: 100%;
    }

    .public-navbar .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.6rem;
        width: 100%;
        max-width: none;
    }

    .brand-link {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 0;
        max-width: calc(100% - 52px);
    }

    .public-navbar .navbar-toggler {
        flex: 0 0 auto;
    }

    .brand-copy {
        min-width: 0;
    }

    .brand-copy strong {
        font-size: 1rem;
        overflow-wrap: anywhere;
    }

    .brand-copy small {
        font-size: 0.68rem;
        overflow-wrap: anywhere;
    }

    .public-navbar-drawer {
        width: min(320px, calc(100vw - 44px));
        border-right: 1px solid rgba(20, 32, 55, 0.08);
        background: linear-gradient(180deg, #fffdfa 0%, #fffaf2 100%);
        box-shadow: 0 18px 42px rgba(19, 32, 52, 0.18);
    }

    .public-navbar-drawer-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 1rem 1rem 0.85rem;
        border-bottom: 1px solid rgba(20, 32, 55, 0.08);
    }

    .public-navbar-drawer-body {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0.9rem 1rem 1.1rem;
    }

    .public-nav-list {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    .public-navbar .nav-link {
        display: inline-block;
        padding: 0.55rem 0 !important;
    }

    .public-navbar-tools {
        margin-left: 0;
        margin-top: 0.85rem;
        flex-direction: column;
        align-items: stretch;
    }

    .public-help-card,
    .public-signin-link {
        width: 100%;
    }

    .public-signin-link {
        flex-direction: row;
        justify-content: flex-start;
        gap: 0.65rem;
        padding-inline: 0.8rem;
    }

    .hero-slide {
        grid-template-columns: 1fr;
    }

    .hero-slider-stage {
        min-height: 280px;
    }

    .phase-track-grid {
        grid-template-columns: 1fr;
    }

    .phase-connector {
        height: 42px;
        width: 6px;
        justify-self: center;
    }

    .phase-connector i {
        inset: 0 0 auto 0;
        width: 100%;
        height: 0;
        transition: height 0.75s ease;
    }

    .phase-connector.is-active i {
        height: 100%;
    }
}

.btn-premium {
    background: #18365d;
    border: 0;
    border-radius: 14px;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 18px 30px rgba(24, 54, 93, 0.24);
}

.btn-premium:hover,
.btn-premium:focus {
    background: #122b4b;
    color: #fff;
}

.public-hero,
.workflow-progress-card,
.quote-builder-card,
.quote-summary-card,
.quote-products-card,
.public-page-intro,
.contact-hero-card,
.contact-side-card,
.contact-form-card,
.invoice-review-card {
    border: 1px solid rgba(20, 32, 55, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 70px rgba(22, 31, 49, 0.08);
}

.hero-slider-shell,
.phase-track-card {
    border: 1px solid rgba(20, 32, 55, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 70px rgba(22, 31, 49, 0.08);
    margin-bottom: 1.5rem;
}

.service-mosaic-card {
    display: none;
}

.quote-launchpad-card {
    margin-bottom: 1.8rem;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0.6rem 1rem 0.15rem;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 50% 45%, rgba(216, 178, 87, 0.08), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow: none;
}

.quote-launchpad-grid {
    display: grid;
    grid-template-columns: minmax(84px, 1fr) minmax(96px, 1.15fr) minmax(80px, 0.95fr) minmax(112px, 1.35fr) minmax(78px, 0.92fr) minmax(112px, 1.35fr) minmax(100px, 1.2fr) minmax(94px, 1.12fr) minmax(84px, 1fr);
    grid-template-rows: 82px 92px 108px;
    gap: 0.65rem;
    align-items: stretch;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: stretch;
}

.launchpad-slot {
    min-height: 82px;
}

.quote-launchpad-center {
    grid-column: 4 / 7;
    grid-row: 2 / 4;
    position: relative;
    z-index: 2;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    padding: 0.2rem 0.3rem 0;
    gap: 0.8rem;
}

.launchpad-center-copy h2 {
    margin: 0;
    color: #202020;
    font-family: "Times New Roman", Times, serif;
    font-size: 1rem;
    line-height: 1.24;
    font-weight: 700;
    max-width: 300px;
}

.launchpad-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    min-height: 36px;
    padding: 0.42rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #244b87, #1a345a);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    border: 1px solid #17365f;
    box-shadow: 0 6px 12px rgba(23, 47, 84, 0.14);
}

.launchpad-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(72px, 1fr));
    align-items: start;
    justify-content: center;
    column-gap: 1rem;
    row-gap: 0.55rem;
    width: 100%;
    max-width: 560px;
}

.launchpad-step {
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    min-width: 0;
}

.launchpad-step-node {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #bd8c2a;
    background: radial-gradient(circle at 35% 35%, #3c67b4 0%, #274f95 55%, #193a72 100%);
    box-shadow: inset 0 0 0 2px #f1cb6d;
    color: #f7d67a;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}

.launchpad-step-label {
    color: #111111;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: normal;
    text-align: center;
}

.launchpad-step-line {
    display: none;
}

.launchpad-category {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background:
        var(--launchpad-image),
        linear-gradient(180deg, rgba(245, 248, 252, 0.95), rgba(213, 223, 238, 0.92));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 82px;
    box-shadow: 0 8px 18px rgba(24, 36, 66, 0.12);
    transform: translateY(var(--launchpad-shift, 0));
}

.launchpad-category::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(14, 20, 32, 0.7), rgba(14, 20, 32, 0.16) 42%, rgba(255, 255, 255, 0)),
        linear-gradient(0deg, rgba(18, 31, 53, 0.12), rgba(18, 31, 53, 0.12));
    pointer-events: none;
}

.launchpad-category span {
    position: absolute;
    top: 0.46rem;
    left: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    color: #ffffff;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.56rem;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.38);
}

.launchpad-slot-washing { grid-column: 1; grid-row: 1 / span 2; }
.launchpad-slot-laptops { grid-column: 2; grid-row: 1; }
.launchpad-slot-refrigerators { grid-column: 3; grid-row: 1 / span 2; }
.launchpad-slot-desktops { grid-column: 4; grid-row: 1; }
.launchpad-slot-mobiles { grid-column: 5; grid-row: 1; }
.launchpad-slot-cctv { grid-column: 6; grid-row: 1; }
.launchpad-slot-purifiers { grid-column: 8; grid-row: 1; }
.launchpad-slot-gaming { grid-column: 7; grid-row: 1 / span 2; }
.launchpad-slot-servers { grid-column: 9; grid-row: 1; }
.launchpad-slot-tv { grid-column: 1; grid-row: 3; }
.launchpad-slot-ac { grid-column: 2; grid-row: 2 / span 2; }
.launchpad-slot-networking { grid-column: 8; grid-row: 2 / span 2; }
.launchpad-slot-dishwashers { grid-column: 9; grid-row: 2 / span 2; }

.launchpad-slot-washing,
.launchpad-slot-ac,
.launchpad-slot-tv,
.launchpad-slot-purifiers,
.launchpad-slot-networking {
    background-position: center;
}

.launchpad-slot-laptops,
.launchpad-slot-desktops,
.launchpad-slot-cctv,
.launchpad-slot-gaming,
.launchpad-slot-servers {
    background-position: center top;
}

.launchpad-slot-refrigerators,
.launchpad-slot-dishwashers {
    background-position: center center;
}

.launchpad-slot-mobiles {
    background-position: 58% center;
}

.launchpad-slot-washing { --launchpad-shift: 10px; }
.launchpad-slot-laptops { --launchpad-shift: -6px; }
.launchpad-slot-refrigerators { --launchpad-shift: 12px; }
.launchpad-slot-desktops { --launchpad-shift: -5px; }
.launchpad-slot-mobiles { --launchpad-shift: 2px; }
.launchpad-slot-cctv { --launchpad-shift: -6px; }
.launchpad-slot-gaming { --launchpad-shift: 14px; }
.launchpad-slot-purifiers { --launchpad-shift: -4px; }
.launchpad-slot-servers { --launchpad-shift: 8px; }
.launchpad-slot-tv { --launchpad-shift: 6px; }
.launchpad-slot-ac { --launchpad-shift: 2px; }
.launchpad-slot-networking { --launchpad-shift: 8px; }
.launchpad-slot-dishwashers { --launchpad-shift: 10px; }

.hero-slider-shell {
    padding: 1.15rem;
    background:
        radial-gradient(circle at 0% 0%, rgba(232, 172, 39, 0.42), transparent 26%),
        radial-gradient(circle at 100% 100%, rgba(48, 90, 138, 0.22), transparent 28%),
        linear-gradient(130deg, rgba(255, 245, 218, 0.98), rgba(255, 250, 242, 0.96) 40%, rgba(229, 239, 250, 0.98) 100%);
    box-shadow: 0 28px 70px rgba(22, 31, 49, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-slider-stage {
    position: relative;
    min-height: 360px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateX(34px) scale(0.985);
    transition: opacity 0.7s ease, transform 0.75s ease;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
}

.hero-slide-copy {
    display: grid;
    align-content: start;
    padding: clamp(2rem, 4vw, 3.1rem);
}

.hero-slide-media-only {
    padding: 0.2rem;
}

.hero-slide-image {
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 22px 48px rgba(22, 31, 49, 0.12);
    background: #e8edf4;
}

.hero-slide-image.single {
    height: 100%;
    min-height: 360px;
}

.hero-slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-slide-copy h1 {
    margin: 0.5rem 0 1rem;
    color: #162136;
    font-size: clamp(2.35rem, 4.8vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.hero-slide-copy p {
    max-width: 820px;
    color: #334155;
    font-size: 1.06rem;
    line-height: 1.75;
    margin: 0;
}

.hero-slide-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.hero-slide-points span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(35, 72, 110, 0.12);
    background: rgba(255, 255, 255, 0.66);
    color: #23486e;
    font-size: 0.9rem;
    font-weight: 700;
}

.hero-slide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.55rem;
}

.hero-slider-nav {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 0.35rem;
}

.hero-slider-dot {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(24, 53, 82, 0.16);
    box-shadow: none;
    transition: transform 0.25s ease, background-color 0.25s ease, width 0.25s ease;
}

.hero-slider-dot.is-active {
    width: 44px;
    background: linear-gradient(90deg, #d8ac47, #9c6416);
}

.home-media-section {
    margin-top: 1.6rem;
}

.home-media-head {
    margin-bottom: 1rem;
    text-align: center;
}

.home-media-head p {
    max-width: 70ch;
    margin: 0.95rem auto 0;
    color: #425468;
    font-size: 1rem;
    line-height: 1.7;
}

.home-showcase-slider {
    padding: 0.3rem;
}

.home-showcase-slide {
    overflow: hidden;
    border-radius: 28px;
}

.home-showcase-slide .hero-slide-image.single {
    min-height: 220px;
}

.home-video-section {
    padding: 1.45rem 1.2rem 1.3rem;
    border: 1px solid rgba(20, 32, 55, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(224, 185, 95, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.96));
    box-shadow: 0 22px 60px rgba(22, 31, 49, 0.08);
}

.home-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 1fr);
    gap: 1.2rem;
    align-items: stretch;
}

.home-video-frame,
.home-video-copy {
    border-radius: 24px;
    border: 1px solid rgba(20, 32, 55, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(22, 31, 49, 0.08);
}

.home-video-frame {
    overflow: hidden;
    min-height: 100%;
    max-width: 720px;
}

.home-video-frame iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.home-video-copy {
    padding: 1.35rem 1.25rem;
    color: #22344e;
}

.home-video-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: rgba(214, 174, 79, 0.14);
    color: #8c6112;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-video-copy h3 {
    margin: 0.9rem 0 0;
    color: #132947;
    font-size: clamp(1.25rem, 2.3vw, 1.75rem);
    line-height: 1.15;
    font-weight: 800;
}

.home-video-copy p {
    margin: 0.8rem 0 0;
    color: #425468;
    font-size: 0.96rem;
    line-height: 1.65;
}

.home-video-points {
    margin: 0.85rem 0 0;
    padding-left: 1.1rem;
    color: #314761;
    font-size: 0.95rem;
    line-height: 1.55;
}

.home-video-points li + li {
    margin-top: 0.5rem;
}

.service-mosaic-card {
    margin-top: 1.7rem;
    padding: 1.5rem 0 0.9rem;
    border: 1px solid rgba(23, 31, 60, 0.06);
    border-radius: 34px;
    background: linear-gradient(180deg, #f7f8ff 0%, #eef1ff 100%);
    overflow: hidden;
}

.service-mosaic-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(54px, auto);
    gap: 0.75rem;
    align-items: start;
}

.service-mosaic-copy {
    grid-column: 4 / 10;
    grid-row: 4 / 7;
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.95rem;
    align-content: center;
    padding: 0.5rem 1.15rem 0;
}

.service-mosaic-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 1rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(73, 103, 219, 0.2);
    color: #343a46;
    font-size: 0.92rem;
    font-weight: 500;
    box-shadow: 0 10px 24px rgba(26, 34, 54, 0.08);
}

.service-mosaic-rating-icon {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #173d71;
    color: #ffffff;
    font-size: 0.62rem;
}

.service-mosaic-copy h2 {
    margin: 0;
    max-width: 14ch;
    color: #1f2128;
    font-size: clamp(3rem, 4.8vw, 4.6rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.service-mosaic-copy h2 span {
    color: #6574ff;
    text-decoration: underline;
    text-underline-offset: 0.08em;
}

.service-mosaic-pills {
    display: none;
}

.service-mosaic-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(23, 31, 60, 0.08);
    color: #284267;
    font-weight: 700;
    font-size: 0.78rem;
}

.service-mosaic-image {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(24, 36, 66, 0.14);
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
    animation: serviceMosaicOrbit var(--mosaic-duration, 19s) linear infinite;
    animation-delay: var(--mosaic-delay, 0s);
    will-change: transform, opacity;
}

.service-mosaic-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 186px;
    object-fit: cover;
}

.service-mosaic-image.card-a { grid-column: 1 / 3; grid-row: 2 / 5; --mosaic-duration: 20s; --mosaic-delay: -2s; }
.service-mosaic-image.card-b { grid-column: 2 / 4; grid-row: 1 / 4; --mosaic-duration: 17s; --mosaic-delay: -9s; }
.service-mosaic-image.card-c { grid-column: 4 / 6; grid-row: 3 / 6; --mosaic-duration: 18.5s; --mosaic-delay: -5s; }
.service-mosaic-image.card-d { grid-column: 5 / 7; grid-row: 1 / 4; --mosaic-duration: 15.5s; --mosaic-delay: -11s; }
.service-mosaic-image.card-e { grid-column: 7 / 9; grid-row: 1 / 4; --mosaic-duration: 19.5s; --mosaic-delay: -6.5s; }
.service-mosaic-image.card-f { grid-column: 9 / 11; grid-row: 3 / 6; --mosaic-duration: 16.8s; --mosaic-delay: -13.5s; }
.service-mosaic-image.card-g { grid-column: 10 / 12; grid-row: 1 / 4; --mosaic-duration: 18.8s; --mosaic-delay: -8s; }
.service-mosaic-image.card-h { grid-column: 11 / 13; grid-row: 2 / 5; --mosaic-duration: 17.4s; --mosaic-delay: -3.2s; }

@keyframes serviceMosaicOrbit {
    0%, 12%, 100% {
        opacity: 1;
        transform: perspective(1200px) translateY(0) rotateY(0deg) scale(1);
    }
    18% {
        opacity: 1;
        transform: perspective(1200px) translateY(-2px) rotateY(180deg) scale(0.985);
    }
    24% {
        opacity: 1;
        transform: perspective(1200px) translateY(0) rotateY(360deg) scale(1);
    }
    48% {
        opacity: 1;
        transform: perspective(1200px) translateY(-4px) rotateY(360deg) scale(1.01);
    }
    54% {
        opacity: 1;
        transform: perspective(1200px) translateY(0) rotateY(540deg) scale(0.985);
    }
    60% {
        opacity: 1;
        transform: perspective(1200px) translateY(0) rotateY(720deg) scale(1);
    }
    78% {
        opacity: 1;
        transform: perspective(1200px) translateY(-3px) rotateY(720deg) scale(1.008);
    }
    82% {
        opacity: 1;
        transform: perspective(1200px) translateY(0) rotateY(900deg) scale(0.988);
    }
    88% {
        opacity: 1;
        transform: perspective(1200px) translateY(0) rotateY(1080deg) scale(1);
    }
}

.phase-track-card {
    padding: 1.45rem 1.6rem;
}

.phase-track-head {
    position: relative;
    margin-bottom: 1.2rem;
    align-items: flex-start;
}

.phase-track-copy {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.phase-track-head h2 {
    text-align: center;
}

.phase-track-subtitle {
    margin: 0.95rem auto 0;
    max-width: 540px;
    color: #53657f;
    font-size: 1rem;
    line-height: 1.65;
    text-align: center;
}

.phase-track-head .section-badge {
    position: absolute;
    top: 0;
    right: 0;
}

.phase-track-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr) 80px minmax(0, 1fr) 80px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
}

.phase-node {
    padding: 1.05rem 1.1rem;
    border-radius: 22px;
    border: 1px solid rgba(35, 72, 110, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 251, 0.88));
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.phase-node.is-active {
    transform: translateY(-4px);
    border-color: rgba(216, 172, 71, 0.38);
    background:
        radial-gradient(circle at top left, rgba(233, 200, 106, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 244, 232, 0.95));
    box-shadow: 0 18px 34px rgba(192, 144, 48, 0.16);
}

.phase-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(24, 53, 82, 0.08);
    color: #a56618;
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.phase-node strong {
    display: block;
    color: #162136;
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.phase-node p {
    margin: 0;
    color: #334155;
    line-height: 1.75;
    font-size: 1.06rem;
}

.phase-connector {
    position: relative;
    height: 6px;
    border-radius: 999px;
    background: rgba(24, 53, 82, 0.08);
    overflow: hidden;
}

.phase-connector i {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #60a5fa 0%, #2563eb 100%);
    transition: width 0.75s ease;
}

.phase-connector.is-active i {
    width: 100%;
}

.public-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.82fr);
    gap: 1.35rem;
    padding: 2.25rem;
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(255, 229, 162, 0.32), transparent 28%),
        radial-gradient(circle at bottom right, rgba(28, 64, 102, 0.14), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 238, 0.96) 46%, rgba(238, 244, 251, 0.97));
}

.public-hero-copy h1,
.contact-hero-card h1 {
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.05;
    margin: 0.4rem 0 1rem;
    color: #162136;
}

.public-hero-copy p,
.contact-hero-card p,
.helper-panel p,
.contact-side-card p,
.empty-products-state p {
    color: #5e6a7e;
    font-size: 1.08rem;
    line-height: 1.85;
}

.public-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.eyebrow {
    display: inline-block;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.73rem;
    font-weight: 800;
    color: #9c4f0f;
}

.compact-builder-head .eyebrow,
.quote-products-card .selected-products-copy .eyebrow,
.request-upload-card .eyebrow {
    display: block;
    text-align: center;
    color: #1e1a16;
    font-size: clamp(1rem, 1.9vw, 2.15rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    padding-bottom: 1rem;
    margin: 0;
    text-shadow:
        0 1px 0 #f5d28b,
        0 3px 0 #bd8f36,
        0 8px 14px rgba(78, 53, 8, 0.24);
}

.compact-builder-head .eyebrow::after,
.quote-products-card .selected-products-copy .eyebrow::after,
.request-upload-card .eyebrow::after {
    content: "";
    display: block;
    width: min(100%, 680px);
    height: 2px;
    margin: 0.75rem auto 0;
    background: linear-gradient(90deg, rgba(214, 176, 92, 0), rgba(214, 176, 92, 0.95) 18%, rgba(214, 176, 92, 1) 50%, rgba(214, 176, 92, 0.95) 82%, rgba(214, 176, 92, 0));
    box-shadow: 0 0 10px rgba(214, 176, 92, 0.35);
}

.process-showcase-divider,
.static-categories-divider,
.why-choose-board-divider {
    display: block;
    width: min(100%, 680px);
    height: 2px;
    margin: 0.75rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(214, 176, 92, 0), rgba(214, 176, 92, 0.95) 18%, rgba(214, 176, 92, 1) 50%, rgba(214, 176, 92, 0.95) 82%, rgba(214, 176, 92, 0));
    box-shadow: 0 0 10px rgba(214, 176, 92, 0.35);
}

.public-hero-stats {
    display: grid;
    gap: 0.9rem;
    align-content: start;
}

.hero-logo-panel {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    border-radius: 24px;
    padding: 1rem 1.1rem;
    background:
        linear-gradient(145deg, #173d66 0%, #102746 100%);
    border: 1px solid rgba(216, 172, 71, 0.32);
    box-shadow: 0 24px 45px rgba(16, 39, 70, 0.2);
}

.hero-logo-panel img {
    width: 82px;
    height: 82px;
    display: block;
    object-fit: contain;
}

.hero-logo-panel strong {
    display: block;
    color: #fff6dd;
    font-size: 1.04rem;
    letter-spacing: 0.02em;
}

.hero-logo-panel span {
    display: block;
    margin-top: 0.3rem;
    color: rgba(255, 246, 221, 0.76);
    line-height: 1.55;
}

.hero-stat-card,
.contact-hero-badge {
    border-radius: 22px;
    background: linear-gradient(180deg, #fffaf0 0%, #f2ebde 100%);
    border: 1px solid rgba(176, 137, 53, 0.22);
    padding: 1.1rem 1.2rem;
}

.hero-stat-card strong,
.contact-hero-badge strong,
.summary-metric strong {
    display: block;
    color: #162136;
    font-size: 1.75rem;
    font-weight: 800;
}

.hero-stat-card span,
.contact-hero-badge span,
.summary-metric span {
    color: #6f6d68;
}

.workflow-progress-card,
.quote-builder-card,
.quote-summary-card,
.quote-products-card,
.public-page-intro,
.contact-hero-card,
.contact-side-card,
.contact-form-card,
.invoice-review-card {
    padding: 1.6rem;
}

.workflow-progress-card,
.quote-products-card,
.public-page-intro,
.contact-hero-card {
    margin-bottom: 1.5rem;
}

.public-page-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.85fr);
    gap: 1.4rem;
    align-items: stretch;
}

.public-page-intro-copy {
    display: grid;
    align-content: center;
}

.public-page-intro h1 {
    color: #162136;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    line-height: 1.04;
    margin: 0.45rem 0 0.9rem;
}

.public-page-intro p {
    max-width: 820px;
    color: #334155;
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.75;
}

.public-page-status {
    display: grid;
    gap: 1rem;
    padding: 1.35rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(227, 193, 93, 0.18), transparent 34%),
        linear-gradient(145deg, #18253a 0%, #233b5f 100%);
    color: #fff;
    box-shadow: 0 24px 50px rgba(24, 37, 58, 0.2);
}

.public-page-status-step span,
.public-page-status-progress span {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.74;
}

.public-page-status-step strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.4rem;
    font-weight: 800;
}

.public-page-status-progress {
    display: grid;
    gap: 0.55rem;
}

.public-page-progress-bar {
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    overflow: hidden;
}

.public-page-progress-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #e3c15d 0%, #f4d98e 100%);
    box-shadow: 0 6px 16px rgba(227, 193, 93, 0.3);
}

.bootstrap-steps {
    justify-content: flex-start;
    margin-top: 1.35rem;
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.4rem;
}

.section-head h2,
.contact-side-card h2,
.contact-form-card h2,
.quote-summary-card h2 {
    margin: 0.4rem 0 0;
    font-size: 1.5rem;
    color: #162136;
}

.section-badge {
    border-radius: 999px;
    background: #fff4e5;
    color: #9c4f0f;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.55rem 0.85rem;
    white-space: nowrap;
}

.section-badge.neutral {
    background: #eef2f7;
    color: #475467;
}

.quote-builder-card .form-label,
.contact-form-card .form-label {
    color: #243246;
    font-size: 1.12rem;
    font-weight: 700;
}

.quote-builder-card .form-select,
.quote-builder-card .form-control,
.contact-form-card .form-control {
    border: 1px solid #d6d7d2;
    border-radius: 18px;
    min-height: 56px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.96);
}

.quote-builder-card .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3rem;
    background-color: rgba(255, 255, 255, 0.96);
    background-image:
        linear-gradient(45deg, transparent 50%, #9c6416 50%),
        linear-gradient(135deg, #9c6416 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 2px),
        calc(100% - 16px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    background-clip: padding-box;
}

.quote-builder-card .form-select:focus,
.quote-builder-card .form-control:focus,
.contact-form-card .form-control:focus {
    border-color: #be7a2a;
    box-shadow: 0 0 0 0.25rem rgba(190, 122, 42, 0.15);
}

.quote-builder-card .catalog-native-select {
    display: none;
}

.catalog-combobox {
    position: relative;
}

.catalog-combobox-trigger {
    width: 100%;
    min-height: 56px;
    padding: 0.95rem 3rem 0.95rem 1rem;
    border: 1px solid #d6d7d2;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    color: #243246;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3;
    position: relative;
    box-shadow: none;
}

.catalog-combobox-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 12px;
    height: 8px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%239c6416' d='M6 8 .8 1.7 2.2.3 6 4.9 9.8.3 11.2 1.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    transition: transform 0.18s ease;
}

.catalog-combobox.is-open .catalog-combobox-trigger {
    border-color: #be7a2a;
    box-shadow: 0 0 0 0.25rem rgba(190, 122, 42, 0.15);
}

.catalog-combobox.is-open .catalog-combobox-trigger::after {
    transform: translateY(-50%) rotate(180deg);
}

.catalog-combobox.is-disabled .catalog-combobox-trigger {
    background: #eef2f6;
    color: #91a0b2;
    cursor: not-allowed;
}

.catalog-combobox-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 30;
    display: none;
    padding: 0.85rem;
    border: 1px solid rgba(190, 122, 42, 0.18);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(17, 34, 58, 0.16);
}

.catalog-combobox.is-open .catalog-combobox-panel {
    display: block;
}

.catalog-combobox-search {
    width: 100%;
    min-height: 46px;
    padding: 0.8rem 0.95rem;
    border: 1px solid #d8dee8;
    border-radius: 14px;
    outline: none;
}

.catalog-combobox-search:focus {
    border-color: #be7a2a;
    box-shadow: 0 0 0 0.2rem rgba(190, 122, 42, 0.12);
}

.catalog-combobox-list {
    margin-top: 0.75rem;
    max-height: 260px;
    overflow-y: auto;
    display: grid;
    gap: 0.35rem;
    padding-right: 0.2rem;
}

.catalog-combobox-list::-webkit-scrollbar {
    width: 8px;
}

.catalog-combobox-list::-webkit-scrollbar-thumb {
    background: rgba(156, 100, 22, 0.28);
    border-radius: 999px;
}

.catalog-combobox-option,
.catalog-combobox-empty {
    width: 100%;
    padding: 0.78rem 0.9rem;
    border: 0;
    border-radius: 12px;
    text-align: left;
    background: #f7f9fc;
    color: #243246;
}

.catalog-combobox-option:hover,
.catalog-combobox-option.is-active {
    background: #f7e8bf;
    color: #6d450d;
}

.catalog-combobox-empty {
    color: #6f7e90;
}

.catalog-description-preview {
    position: relative;
    min-height: 54px;
    padding: 0.82rem 3rem 0.82rem 1rem;
    border-radius: 16px;
    border: 1px solid #d8dee8;
    background: #fff;
    box-shadow: none;
    display: grid;
    align-content: center;
    gap: 0.35rem;
    transition: all 0.22s ease;
}

.catalog-description-preview::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 12px;
    height: 8px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23808b9b' d='M6 8 .8 1.7 2.2.3 6 4.9 9.8.3 11.2 1.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    pointer-events: none;
}

.catalog-description-preview.is-filled {
    min-height: 154px;
    padding: 1.05rem 1.15rem;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 248, 253, 0.98)),
        radial-gradient(circle at top left, rgba(72, 95, 227, 0.12), transparent 34%);
    border-color: rgba(82, 104, 218, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    align-content: start;
    gap: 0.65rem;
}

.catalog-description-preview.is-filled::after {
    display: none;
}

.catalog-description-topline {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.catalog-description-topline span {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-description-preview:not(.is-filled) .catalog-description-topline {
    display: none;
}

#catalog-preview-category {
    color: #5b53d6;
}

#catalog-preview-model {
    color: #98a5b7;
}

.catalog-description-preview h3 {
    margin: 0;
    color: #162136;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 800;
}

.catalog-description-preview p {
    margin: 0;
    color: #334155;
    font-size: 1.06rem;
    line-height: 1.75;
}

.catalog-description-preview:not(.is-filled) h3 {
    display: none;
}

.catalog-description-preview:not(.is-filled) p {
    color: #334155;
    font-size: 1.06rem;
    font-weight: 500;
    line-height: 1.4;
}

.table-remove-btn {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
}

.table-remove-btn svg {
    width: 16px;
    height: 16px;
}

.builder-helper-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.helper-panel {
    border-radius: 20px;
    background: #f6f8fb;
    padding: 1.2rem;
}

.helper-panel.accent {
    background: linear-gradient(135deg, #163b49 0%, #244f56 100%);
    color: #eef5f6;
}

.helper-panel strong {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1rem;
}

.helper-panel.accent p,
.helper-panel.accent strong {
    color: #eef5f6;
}

.quote-summary-card {
    height: 100%;
}

.compact-builder-card {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    margin-bottom: 1.5rem;
}

.compact-builder-head {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.compact-builder-head .section-heading-pill {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
}

.compact-builder-divider {
    display: none;
    width: min(100%, 640px);
    height: 4px;
    margin: 0.95rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(196, 146, 48, 0), rgba(196, 146, 48, 0.9) 16%, rgba(243, 215, 154, 0.95) 50%, rgba(196, 146, 48, 0.9) 84%, rgba(196, 146, 48, 0));
    box-shadow: 0 4px 14px rgba(169, 122, 23, 0.18);
}

.compact-builder-title {
    margin: 0.9rem 0 0;
    color: #0f245e;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.08;
    text-align: center;
}

.compact-builder-row .form-select,
.compact-builder-row .form-control {
    min-height: 54px;
}

.workflow-form-wrap,
.quote-builder-card,
.quote-products-card {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.compact-save-btn,
.compact-builder-followup .btn {
    min-height: 48px;
    border-radius: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.compact-save-btn {
    width: 100%;
}

.compact-builder-followup {
    display: flex;
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: 0.95rem;
}

.compact-builder-followup .btn,
.compact-builder-followup .btn-outline-secondary,
.compact-builder-followup .btn-outline-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    padding: 0.78rem 1.5rem;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #203f6a 0%, #17345b 100%);
    color: #ffffff;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(23, 52, 91, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.compact-builder-followup .btn:hover,
.compact-builder-followup .btn-outline-secondary:hover,
.compact-builder-followup .btn-outline-dark:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #244772 0%, #19385f 100%);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(23, 52, 91, 0.22);
}

.compact-builder-followup .btn.disabled,
.compact-builder-followup .btn[aria-disabled="true"] {
    opacity: 0.62;
    pointer-events: none;
    box-shadow: none;
}

.compact-builder-note {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
    color: #334155;
    font-size: 1rem;
}

.request-upload-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(20, 32, 55, 0.08);
    box-shadow: 0 22px 60px rgba(22, 31, 49, 0.08);
}

.request-upload-head {
    position: relative;
}

.request-upload-copy {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.request-card-title {
    color: #162136;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none;
}

.request-upload-copy > .eyebrow,
.business-stats-slider-head h2,
.reviews-slider-head h2,
.process-showcase-head h2,
.static-categories-head-visual h2,
.why-choose-board-head h2 {
    display: inline-block;
    padding: 0;
    margin-inline: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #1e1a16;
    font-family: "Times New Roman", Times, serif;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0.11em;
    text-align: center;
    text-transform: uppercase;
    text-shadow:
        0 1px 0 #fff7cf,
        0 2px 0 #e6bc56,
        0 3px 0 rgba(22, 28, 42, 0.88);
}

.business-stats-slider-head h2,
.reviews-slider-head h2,
.process-showcase-head h2,
.static-categories-head-visual h2,
.why-choose-board-head h2 {
    font-size: clamp(1.8rem, 3vw, 2.85rem);
}

/* Homepage heading unification: match the CATEGORIES title style */
.phase-track-head .eyebrow,
.compact-builder-head .eyebrow,
.quote-products-card .selected-products-copy .eyebrow,
.request-upload-card .eyebrow,
.static-categories-head-visual h2,
.business-stats-slider-head h2,
.comparison-analysis-head h2,
.why-choose-board-head h2,
.reviews-slider-head h2,
.process-showcase-badge,
.process-showcase-head h2 {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #1e1a16 !important;
    font-family: "Times New Roman", Times, serif !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-shadow:
        0 1px 0 #f5d28b,
        0 3px 0 #bd8f36,
        0 8px 14px rgba(78, 53, 8, 0.24) !important;
}

.static-categories-head-visual h2,
.business-stats-slider-head h2,
.comparison-analysis-head h2,
.why-choose-board-head h2,
.reviews-slider-head h2,
.process-showcase-head h2 {
    font-size: clamp(1.5rem, 2.6vw, 2.75rem) !important;
}

.process-showcase-badge,
.phase-track-head .eyebrow,
.compact-builder-head .eyebrow,
.quote-products-card .selected-products-copy .eyebrow,
.request-upload-card .eyebrow {
    font-size: clamp(1rem, 1.9vw, 2.15rem) !important;
}

.phase-track-head .eyebrow::after,
.compact-builder-head .eyebrow::after,
.quote-products-card .selected-products-copy .eyebrow::after,
.request-upload-card .eyebrow::after,
.static-categories-head-visual h2::after,
.business-stats-slider-head h2::after,
.comparison-analysis-head h2::after,
.why-choose-board-head h2::after,
.reviews-slider-head h2::after,
.process-showcase-badge::after,
.process-showcase-head h2::after {
    content: "";
    display: block;
    width: min(100%, 680px);
    height: 2px;
    margin: 0.75rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(214, 176, 92, 0), rgba(214, 176, 92, 0.95) 18%, rgba(214, 176, 92, 1) 50%, rgba(214, 176, 92, 0.95) 82%, rgba(214, 176, 92, 0));
    box-shadow: 0 0 10px rgba(214, 176, 92, 0.35);
}

.phase-track-head .eyebrow::after {
    display: none;
}

.process-showcase-divider,
.static-categories-divider,
.why-choose-board-divider,
.business-stats-heading-line {
    display: none !important;
}

.section-heading-pill {
    position: relative;
    z-index: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: min(100%, 780px);
    margin: 0.9rem auto 0 !important;
    padding: 0.72rem 1.9rem 0.82rem !important;
    border: 2.2px solid rgba(120, 81, 10, 1) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(248, 245, 238, 0.94)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0));
    box-shadow:
        inset 0 0 0 1px rgba(250, 223, 154, 0.9),
        0 0 0 1px rgba(214, 170, 61, 0.75) !important;
    color: #151515 !important;
    font-family: "Arial Black", Arial, sans-serif !important;
    font-size: clamp(1.15rem, 2.3vw, 2rem) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow: none !important;
    overflow: hidden;
}

.section-heading-pill::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: transparent;
    pointer-events: none;
    z-index: -1;
}

.section-heading-pill::after {
    display: none !important;
}

@media (max-width: 760px) {
    .section-heading-pill {
        box-sizing: border-box !important;
        width: 100%;
        max-width: 100%;
        padding: 0.68rem 1.05rem 0.76rem !important;
        font-size: 1.05rem !important;
        line-height: 1.15 !important;
    }
}

.request-review-badge {
    color: #9c4f0f !important;
    background: #fff1de !important;
    font-size: 0.88rem;
    font-weight: 700;
}

.request-intro-text {
    color: #334155;
    font-size: 1.02rem;
    line-height: 1.75;
    max-width: 820px;
    margin-inline: auto;
}

.request-product-form .form-label {
    color: #243246;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.required-mark {
    color: #c2410c;
    font-weight: 800;
}

.request-product-form .form-control {
    min-height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(35, 72, 110, 0.14);
    padding-inline: 1rem;
    font-size: 1rem;
    box-shadow: none;
}

.request-product-form .form-control:focus {
    border-color: rgba(156, 79, 15, 0.42);
    box-shadow: 0 0 0 0.2rem rgba(190, 122, 42, 0.14);
}

.request-divider {
    position: relative;
    margin: 0.4rem 0 0.2rem;
    color: #8a96a8;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.request-divider::before,
.request-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 110px);
    height: 1px;
    background: rgba(35, 72, 110, 0.12);
}

.request-divider::before {
    left: 0;
}

.request-divider::after {
    right: 0;
}

.request-submit-btn {
    min-height: 50px;
    border-radius: 16px;
    font-size: 0.96rem;
    font-weight: 700;
}

.request-next-note {
    min-height: 50px;
    display: flex;
    align-items: center;
    color: #6f6d68;
    font-size: 0.92rem;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .request-divider::before,
    .request-divider::after {
        width: calc(50% - 72px);
    }

    .request-product-form .form-control,
    .request-submit-btn {
        min-height: 46px;
        font-size: 0.95rem;
    }

    .hero-slider-stage {
        min-height: 520px;
    }

    .hero-slide-copy h1 {
        font-size: 2rem;
    }

    .hero-slide-copy p {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .hero-slide-copy {
        padding: 1.6rem;
    }
}

.search-bar-form .search-form-grid {
    align-items: end;
}

.request-image-preview {
    display: grid;
    place-items: center;
    padding: 12px;
    border-radius: 22px;
    background: rgba(35, 72, 110, 0.04);
}

.request-image-preview img {
    max-width: 100%;
    max-height: 360px;
    border-radius: 18px;
    object-fit: cover;
}

.compact-builder-note span {
    border-radius: 999px;
    background: #f5f7fb;
    padding: 0.55rem 0.85rem;
}

.selected-products-copy {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 992px) {
    .quote-products-card .section-head {
        position: relative;
        justify-content: center;
    }

    .quote-products-card .section-badge {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.selected-products-title {
    text-align: center;
}

.selected-products-divider {
    display: none;
    width: min(100%, 640px);
    height: 4px;
    margin: 0.95rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(196, 146, 48, 0), rgba(196, 146, 48, 0.9) 16%, rgba(243, 215, 154, 0.95) 50%, rgba(196, 146, 48, 0.9) 84%, rgba(196, 146, 48, 0));
    box-shadow: 0 4px 14px rgba(169, 122, 23, 0.18);
}

.summary-metric {
    border-radius: 22px;
    background: linear-gradient(135deg, #172235 0%, #2a3850 100%);
    padding: 1.35rem;
    margin-bottom: 1rem;
}

.summary-metric strong,
.summary-metric span {
    color: #fff;
}

.summary-points {
    margin: 0 0 1.25rem;
    padding-left: 1.1rem;
    color: #5e6a7e;
    font-size: 1.04rem;
    line-height: 1.8;
}

.quote-items-table thead th {
    border-bottom: 0;
    color: #455468;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quote-items-table tbody td {
    border-color: #edf1f5;
    color: #22324a;
    vertical-align: middle;
}

.quote-items-table .qty-col {
    width: 110px;
}

.status-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #e8f7ee;
    color: #147a41;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.4rem 0.7rem;
}

.empty-products-state {
    text-align: center;
    border: 1px dashed #d6dde7;
    border-radius: 22px;
    padding: 3rem 1.5rem;
}

.empty-products-state h3 {
    color: #162136;
    margin-bottom: 0.65rem;
}

.contact-hero-card {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.contact-side-card {
    background: linear-gradient(160deg, #152033 0%, #284966 100%);
    color: #fff;
    height: 100%;
}

.contact-side-card .eyebrow,
.contact-side-card h2,
.contact-side-card p,
.contact-side-card .summary-points {
    color: #f4f7fb;
}

.contact-form-card {
    background: rgba(255, 255, 255, 0.94);
}

.invoice-review-card {
    background: rgba(255, 255, 255, 0.94);
}

.invoice-side-panel {
    background: linear-gradient(160deg, #152033 0%, #284966 100%);
    border-radius: 24px;
    color: #fff;
    height: 100%;
    padding: 1.5rem;
}

.invoice-side-panel h2 {
    color: #fff;
    margin-bottom: 1rem;
}

.payment-checkout-card {
    display: grid;
    gap: 1rem;
    padding: 1.6rem;
    align-self: start;
    align-content: start;
    height: auto;
}

.payment-checkout-shell {
    align-content: start;
}

.payment-checkout-page .public-shell {
    min-height: auto;
}

.payment-checkout-page .public-flow-shell {
    flex: 0 0 auto;
}

.payment-checkout-page .public-footer {
    margin-top: 12px;
}

.payment-checkout-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.payment-gateway-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.1rem 1.3rem;
    border: 1px solid #dce4ef;
    border-radius: 24px;
    background: linear-gradient(180deg, #fbfdff 0%, #f2f6fb 100%);
}

.payment-gateway-panel-actions-only {
    justify-content: flex-end;
}

.payment-gateway-panel-compact {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.payment-gateway-panel-compact .payment-checkout-badges {
    flex: 1 1 420px;
    margin: 0;
}

.payment-checkout-head h2 {
    margin-bottom: 0.35rem;
}

.payment-checkout-head p {
    line-height: 1.55;
}

.payment-checkout-head .payment-checkout-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: fit-content;
    padding: 0.85rem 1.75rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffe58a 0%, #ffd659 100%);
    color: #0f2b57;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(169, 122, 23, 0.16);
    white-space: nowrap;
}

.payment-gateway-copy {
    flex: 1 1 360px;
    max-width: 720px;
}

.payment-gateway-copy h3 {
    margin: 0.2rem 0 0.35rem;
    color: #162136;
    font-size: 1.35rem;
}

.payment-gateway-copy p {
    color: #55657b;
    font-size: 0.98rem;
    line-height: 1.55;
}

.payment-gateway-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.payment-gateway-actions .btn {
    min-width: 190px;
    min-height: 50px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.review-list.compact {
    margin: 0;
}

.review-list.compact li {
    padding: 0.7rem 0;
    border-color: rgba(255, 255, 255, 0.14);
}

.review-list.compact li span,
.review-list.compact li strong {
    color: #fff;
}

.invoice-preview-sheet {
    border: 1px solid #d6deea;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.invoice-topline,
.invoice-brand-bar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(180deg, #f8fbff 0%, #edf2f9 100%);
    border-bottom: 1px solid #d8e0eb;
}

.invoice-topline h2,
.invoice-brand-bar h2 {
    color: #162136;
    margin: 0 0 0.25rem;
}

.invoice-small-text,
.invoice-line-note {
    color: #5e6a7e;
    font-size: 0.92rem;
}

.invoice-header-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.9fr);
    gap: 1rem;
    padding: 1.5rem;
    border-bottom: 1px solid #d8e0eb;
}

.invoice-customer-box,
.invoice-meta-grid {
    border: 1px solid #d6deea;
    border-radius: 18px;
    padding: 1.1rem 1.15rem;
    background: #fff;
}

.invoice-customer-box h3 {
    color: #162136;
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
}

.invoice-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.invoice-meta-grid div span {
    display: block;
    color: #677587;
    font-size: 0.78rem;
    margin-bottom: 0.15rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.invoice-meta-grid div strong {
    color: #162136;
}

.invoice-table thead th {
    background: #223a5b;
    border: 0;
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.invoice-table tbody td {
    border-color: #dfe6f0;
    color: #243246;
    vertical-align: top;
}

.invoice-totals-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid #d8e0eb;
}

.invoice-notes {
    color: #556274;
    line-height: 1.8;
}

.invoice-total-box {
    border: 1px solid #d6deea;
    border-radius: 18px;
    overflow: hidden;
}

.invoice-total-box div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #dfe6f0;
}

.invoice-total-box div:last-child {
    border-bottom: 0;
}

.invoice-total-box .grand {
    background: #f2f6fc;
}

.invoice-total-box span {
    color: #556274;
}

.invoice-total-box strong {
    color: #162136;
}

.invoice-badge-stack {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    align-items: flex-end;
}

.invoice-ref {
    border-radius: 999px;
    background: #fff3df;
    color: #9c4f0f;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.45rem 0.8rem;
}

@media (max-width: 991.98px) {
    .quote-launchpad-card {
        display: none;
    }

    .quote-launchpad-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        max-width: 100%;
        gap: 0.8rem;
    }

    .quote-launchpad-center,
    .launchpad-slot {
        grid-column: auto;
        grid-row: auto;
    }

    .quote-launchpad-center {
        order: -1;
        grid-column: 1 / -1;
        padding: 0.2rem 0 0.9rem;
    }

    .launchpad-center-copy h2 {
        font-size: 1.15rem;
        max-width: 100%;
    }

    .launchpad-steps {
        max-width: 100%;
        flex-wrap: wrap;
        gap: 0.7rem 0.85rem;
    }

    .launchpad-search-btn {
        min-width: 148px;
        min-height: 40px;
        font-size: 0.82rem;
    }

    .launchpad-category {
        min-height: 138px;
    }

    .launchpad-category span {
        font-size: 0.82rem;
    }

    .launchpad-step {
        min-width: calc(50% - 0.5rem);
    }

    .launchpad-step-label {
        font-size: 0.72rem;
    }

    .launchpad-step-line {
        display: none;
    }

    .public-top-strip {
        border-radius: 14px;
    }

    .public-hero,
    .contact-hero-card,
    .public-page-intro {
        grid-template-columns: 1fr;
        display: grid;
    }

    .builder-helper-grid {
        grid-template-columns: 1fr;
    }

    .invoice-header-grid,
    .invoice-totals-wrap {
        grid-template-columns: 1fr;
    }

    .compact-builder-followup {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .public-navbar-wrap {
        padding: 0.75rem 0.75rem 0;
    }

    .public-navbar {
        padding: 0.7rem 0.8rem;
        border-radius: 20px;
    }

    .public-navbar .brand-mark {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .public-top-strip-track {
        font-size: 0.74rem;
        padding-inline: 1rem;
    }

    .public-hero,
    .workflow-progress-card,
    .quote-builder-card,
    .quote-summary-card,
    .quote-products-card,
    .public-page-intro,
    .contact-hero-card,
    .contact-side-card,
    .contact-form-card,
    .invoice-review-card {
        padding: 1.2rem;
        border-radius: 22px;
    }

    .public-hero-copy h1,
    .contact-hero-card h1,
    .public-page-intro h1 {
        font-size: 1.8rem;
    }

    .brand-copy strong {
        font-size: 0.96rem;
        line-height: 1.08;
    }

    .brand-copy small {
        font-size: 0.64rem;
        line-height: 1.2;
    }

    .compact-builder-title {
        font-size: 1.12rem;
        line-height: 1.25;
    }

    .compact-builder-row {
        --bs-gutter-x: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .compact-builder-row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .quote-builder-card .form-label,
    .contact-form-card .form-label {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }

    .quote-builder-card .form-select,
    .quote-builder-card .form-control,
    .contact-form-card .form-control,
    .compact-builder-row .form-select,
    .compact-builder-row .form-control {
        min-height: 50px;
        font-size: 0.96rem;
    }

    .compact-save-btn,
    .compact-builder-followup .btn,
    .compact-builder-followup .btn-outline-secondary,
    .compact-builder-followup .btn-outline-dark {
        width: 100%;
        min-width: 0;
    }

    .compact-builder-followup {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }

    .catalog-description-preview {
        padding: 0.78rem 2.7rem 0.78rem 0.95rem;
    }

    .catalog-description-preview p,
    .catalog-description-preview:not(.is-filled) p {
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .compact-builder-note {
        gap: 0.55rem;
        font-size: 0.88rem;
    }

    .compact-builder-note span {
        width: 100%;
    }

    .section-head {
        flex-direction: column;
    }

    .invoice-topline,
    .invoice-brand-bar {
        flex-direction: column;
    }

    .payment-gateway-panel {
        flex-direction: column;
        align-items: stretch;
        padding: 1.15rem;
    }

    .payment-gateway-copy,
    .payment-gateway-actions,
    .payment-gateway-actions .btn {
        max-width: none;
        width: 100%;
    }

    .payment-gateway-actions {
        justify-content: stretch;
    }

    .invoice-badge-stack {
        align-items: flex-start;
    }

    .invoice-meta-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .public-navbar-wrap {
        padding: 0.6rem 0.5rem 0;
    }

    .public-navbar {
        padding: 0.65rem 0.7rem;
        border-radius: 18px;
    }

    .brand-link {
        gap: 0.5rem;
        max-width: calc(100% - 46px);
    }

    .public-navbar .brand-mark {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .brand-copy strong {
        font-size: 0.88rem;
    }

    .brand-copy small {
        font-size: 0.58rem;
    }

    .compact-builder-title {
        font-size: 1.02rem;
    }

    .quote-builder-card,
    .quote-products-card {
        padding: 1rem;
    }

    .public-flow-shell {
        padding-left: 12px;
        padding-right: 12px;
    }

    .quote-builder-card .form-label,
    .contact-form-card .form-label {
        font-size: 0.95rem;
    }

    .compact-builder-followup {
        gap: 0.65rem;
    }

    .catalog-description-preview {
        padding-right: 2.45rem;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Times New Roman", Times, serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(227, 193, 93, 0.42), transparent 28%),
        radial-gradient(circle at bottom right, rgba(35, 72, 110, 0.28), transparent 26%),
        linear-gradient(135deg, #fbf7ee 0%, #f4ecdb 45%, #eef3f8 100%);
}

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

.glass-panel {
    background: var(--surface);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: var(--shadow);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    border-radius: 999px;
    padding: 11px 18px;
    font-size: 0.88rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button.primary {
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    box-shadow: 0 12px 24px rgba(24, 53, 82, 0.22);
}

.button.accent {
    color: var(--primary-dark);
    background: linear-gradient(135deg, #edd27d, var(--accent));
    box-shadow: 0 12px 24px rgba(184, 148, 47, 0.22);
}

.button.ghost {
    color: var(--primary);
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(35, 72, 110, 0.14);
}

.button.success {
    color: #fff;
    background: linear-gradient(135deg, #1d8f5a, #136b43);
    box-shadow: 0 12px 24px rgba(19, 107, 67, 0.22);
}

.button.danger {
    color: #fff;
    background: linear-gradient(135deg, #d45050, #a63232);
    box-shadow: 0 12px 24px rgba(166, 50, 50, 0.22);
}

.button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
    transform: none;
    box-shadow: none;
}

.auth-shell {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    gap: 0;
    padding: 24px 18px;
    font-family: "Times New Roman", Times, serif;
    background:
        radial-gradient(circle at top left, rgba(227, 193, 93, 0.22), transparent 32%),
        radial-gradient(circle at bottom right, rgba(35, 72, 110, 0.18), transparent 28%),
        linear-gradient(180deg, #f5efe3 0%, #eef3f8 100%);
}

.auth-shell::before,
.auth-shell::after {
    content: "";
    position: fixed;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.6;
    z-index: -1;
    animation: float 9s ease-in-out infinite;
}

.auth-shell::before {
    top: -90px;
    left: -70px;
    background: radial-gradient(circle, rgba(227, 193, 93, 0.88) 0%, rgba(227, 193, 93, 0) 68%);
}

.auth-shell::after {
    right: -70px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(35, 72, 110, 0.72) 0%, rgba(35, 72, 110, 0) 68%);
}

.auth-card {
    width: min(1120px, 100%);
    margin-block: auto;
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
    border-radius: 34px;
    overflow: hidden;
    animation: liftIn 0.8s ease;
}

.auth-card-compact {
    width: min(420px, 100%);
    min-height: auto;
    display: block;
    border-radius: 28px;
    background: rgba(255, 251, 245, 0.96);
    border: 1px solid rgba(35, 72, 110, 0.12);
    box-shadow: 0 24px 60px rgba(20, 48, 76, 0.14);
}

.auth-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 44px 36px;
    color: #fff;
    background:
        linear-gradient(160deg, rgba(19, 47, 75, 0.96), rgba(35, 72, 110, 0.93)),
        linear-gradient(120deg, rgba(227, 193, 93, 0.12), rgba(255, 255, 255, 0));
    position: relative;
}

.auth-hero::after {
    content: "";
    position: absolute;
    inset: auto 30px 16px auto;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px;
    transform: rotate(14deg);
}

.hero-logo {
    display: inline-grid;
    place-items: center;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--primary-dark);
    background: radial-gradient(circle at 30% 30%, #f6e19f, #c79822 62%, #855d09 100%);
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.3), 0 15px 30px rgba(0, 0, 0, 0.25);
}

.hero-logo img {
    display: block;
    width: 74%;
    height: 74%;
    object-fit: contain;
}

.hero-logo-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hero-kicker {
    padding: 10px 16px;
    border-radius: 999px;
    color: #f8f4ea;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.auth-hero h1 {
    margin: 24px 0 10px;
    font-size: clamp(2.5rem, 4vw, 4.2rem);
    line-height: 0.94;
}

.auth-hero p {
    max-width: 480px;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.hero-ribbon {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    margin-bottom: 20px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
    max-width: 520px;
}

.hero-points article {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-points h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
}

.hero-points p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.auth-form-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 34px 38px;
    background: rgba(255, 251, 245, 0.95);
}

.auth-form-panel-compact {
    padding: 22px 22px 18px;
    background: transparent;
}

.auth-brand-lockup {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.auth-brand-lockup .hero-logo {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    font-size: 1.65rem;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.32), 0 10px 22px rgba(0, 0, 0, 0.14);
}

.auth-brand-lockup .hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.auth-brand-copy {
    min-width: 0;
}

.auth-brand-lockup strong {
    display: block;
    color: #1f2a3b;
    font-size: 1rem;
    line-height: 1.2;
}

.auth-brand-lockup span {
    display: block;
    margin-top: 2px;
    color: #6f7c8d;
    font-size: 0.82rem;
}

.auth-topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.auth-topline h2 {
    margin: 0;
    font-size: 1.95rem;
}

.auth-topline p {
    margin: 8px 0 0;
    max-width: 380px;
    line-height: 1.6;
}

.auth-topline-compact {
    margin-bottom: 18px;
}

.auth-topline-compact h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary-dark);
}

.auth-topline-compact p {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.demo-banner {
    margin-bottom: 18px;
    padding: 12px 16px;
    border-radius: 14px;
    color: var(--primary-dark);
    font-size: 0.92rem;
    background: linear-gradient(135deg, rgba(227, 193, 93, 0.22), rgba(35, 72, 110, 0.08));
    border: 1px solid rgba(227, 193, 93, 0.55);
}

.support-chip {
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(227, 193, 93, 0.2);
    color: var(--primary-dark);
    font-weight: 700;
}

.message,
.alert.alert-success {
    position: relative;
    padding: 14px 18px;
    margin-bottom: 18px;
    border-radius: 16px;
    font-weight: 700;
    transition: opacity 0.28s ease, transform 0.28s ease, max-height 0.28s ease, margin 0.28s ease, padding 0.28s ease;
    max-height: 120px;
    overflow: hidden;
}

.message.is-hiding,
.alert.alert-success.is-hiding {
    opacity: 0;
    transform: translateY(-8px);
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
}

.message.error {
    color: #8f1d1d;
    background: rgba(202, 58, 58, 0.12);
    border: 1px solid rgba(202, 58, 58, 0.18);
}

.message.success,
.alert.alert-success {
    color: #1d5d31;
    background: rgba(64, 164, 95, 0.12);
    border: 1px solid rgba(64, 164, 95, 0.18);
    padding-right: 52px;
}

.message-dismiss {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.72;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.message-dismiss:hover,
.message-dismiss:focus-visible {
    background: rgba(29, 93, 49, 0.12);
    opacity: 1;
    outline: none;
}

.login-form {
    display: grid;
    gap: 18px;
}

.field-group {
    display: grid;
    gap: 10px;
}

.field-group label {
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--primary-dark);
    font-family: "Times New Roman", Times, serif;
}

.input-shell {
    position: relative;
}

.input-shell > span {
    position: absolute;
    inset: 50% auto auto 14px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    color: var(--muted);
    font-weight: 700;
    pointer-events: none;
}

.input-shell > span + input {
    padding-left: 64px;
}

.password-shell {
    display: flex;
    align-items: center;
}

.password-shell input {
    padding-left: 18px;
    padding-right: 58px;
}

.field-group input {
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 15px;
    border: 1px solid rgba(35, 72, 110, 0.16);
    outline: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.92rem;
    line-height: 1.35;
    color: var(--text);
    background: rgba(255, 255, 255, 0.98);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.field-group input::placeholder,
.textarea-shell textarea::placeholder {
    color: #7f8897;
    opacity: 1;
}

.field-group input[type="file"] {
    padding: 8px 12px;
    line-height: 1.25;
}

.field-group input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 9px 14px;
    border: 1px solid rgba(35, 72, 110, 0.16);
    border-radius: 10px;
    font: inherit;
    font-size: 0.88rem;
    color: var(--primary-dark);
    background: rgba(35, 72, 110, 0.06);
    cursor: pointer;
}

.field-group input:focus {
    border-color: rgba(35, 72, 110, 0.48);
    box-shadow: 0 0 0 3px rgba(35, 72, 110, 0.1);
}

.helper-text {
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 44px;
    height: calc(100% - 2px);
    display: inline-grid;
    place-items: center;
    border: 0;
    border-left: 1px solid rgba(35, 72, 110, 0.14);
    border-radius: 0 15px 15px 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    transform: translateY(-50%);
    color: var(--primary);
    background: rgba(255, 255, 255, 0.96);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.password-toggle:hover {
    background: rgba(35, 72, 110, 0.06);
}

.password-toggle:focus-visible {
    outline: 2px solid rgba(35, 72, 110, 0.35);
    outline-offset: 2px;
}

.password-toggle-icon {
    position: relative;
    width: 18px;
    height: 10px;
    border: 2px solid currentColor;
    border-radius: 12px / 9px;
}

.password-toggle-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.password-toggle.is-visible .password-toggle-icon::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 7px;
    width: 2px;
    height: 17px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 4px;
}

.button-row .button {
    min-height: 46px;
}

.password-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.25rem;
    align-items: start;
}

.password-panel-card {
    padding: 1.5rem 1.75rem;
}

.password-panel-card h3 {
    margin-bottom: 1rem;
}

.password-summary-list,
.password-form-list {
    display: grid;
    gap: 0.85rem;
}

.password-summary-row,
.password-form-row {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.password-summary-row span,
.password-form-label {
    font-weight: 700;
    color: #173454;
}

.password-summary-row strong {
    color: #26415f;
    text-align: right;
    word-break: break-word;
}

.password-form-label {
    padding-top: 0;
    margin: 0;
}

.password-form-note {
    margin: 0 0 1rem;
    color: #5e6e80;
    line-height: 1.7;
}

.password-form-row .password-shell {
    position: relative;
    width: 100%;
    display: block;
}

.password-form-row .password-shell input {
    width: 100%;
    min-height: 52px;
    padding: 0.8rem 3.25rem 0.8rem 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.75rem;
    background: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.95rem;
    color: #173454;
    box-shadow: none;
}

.password-form-row .password-shell input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.18);
}

.password-form-row .password-toggle {
    right: 1px;
    width: 48px;
    height: calc(100% - 2px);
    border-left: 1px solid rgba(35, 72, 110, 0.12);
    border-radius: 0 0.75rem 0.75rem 0;
    background: #fff;
}

.password-form-actions {
    margin-top: 1rem;
    padding-left: calc(180px + 1rem);
}

.password-form-actions .button,
.password-form-actions .btn {
    min-height: 48px;
    padding-inline: 1.35rem;
    border-radius: 999px;
}

@media (max-width: 991.98px) {
    .password-page-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .password-summary-row,
    .password-form-row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .password-summary-row strong {
        text-align: left;
    }

    .password-form-label {
        padding-top: 0;
    }

    .password-form-actions {
        padding-left: 0;
    }
}

.remember-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-family: "Times New Roman", Times, serif;
    font-size: 0.9rem;
    cursor: pointer;
}

.remember-row input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--primary);
}

.auth-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: -4px;
    margin-bottom: 2px;
}

.auth-forgot-link {
    margin-left: auto;
    font-weight: 700;
    white-space: nowrap;
}

.button-stack {
    display: grid;
    gap: 14px;
    margin-top: 2px;
}

.demo-outline-button {
    min-height: 48px;
    color: var(--primary);
    font-family: "Times New Roman", Times, serif;
    font-size: 0.95rem;
    font-weight: 800;
    background: transparent;
    border: 1.5px dashed rgba(35, 72, 110, 0.55);
    box-shadow: none;
}

.demo-outline-button:hover {
    transform: none;
    background: rgba(35, 72, 110, 0.05);
}

.auth-login-button {
    min-height: 56px;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    box-shadow: 0 12px 28px rgba(24, 53, 82, 0.22);
}

.auth-login-button:hover {
    transform: translateY(-1px);
}

.auth-shell .site-footer {
    width: 100%;
    margin-top: 0;
    padding-top: 12px;
}


.demo-card {
    margin-top: 24px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(35, 72, 110, 0.08), rgba(227, 193, 93, 0.16));
    border: 1px solid rgba(35, 72, 110, 0.08);
}

.demo-card h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.1rem;
}

.demo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.demo-grid div {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.demo-grid strong {
    display: block;
    margin-bottom: 8px;
}

.demo-grid p {
    margin: 0;
    font-size: 1.05rem;
}

.dashboard-shell {
    display: grid;
    grid-template-columns: 272px minmax(0, 1fr);
    min-height: 100vh;
    transition: grid-template-columns 0.22s ease;
}

.dashboard-body {
    overflow-x: hidden;
    font-size: 13px;
}

.dashboard-body.sidebar-mobile-open {
    overflow: hidden;
}

.sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 18px 14px;
    border-radius: 0 24px 24px 0;
    overflow-y: auto;
    background: linear-gradient(180deg, rgba(24, 53, 82, 0.98) 0%, rgba(35, 72, 110, 0.96) 55%, rgba(14, 35, 56, 0.98) 100%);
    transition: padding 0.22s ease;
    z-index: 1100;
}

.sidebar-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 8px 16px;
}

.sidebar-intro-copy {
    min-width: 0;
}

.sidebar-logo {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    color: var(--primary-dark);
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(145deg, #f3dd93, #ca9f31);
}

.sidebar-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.sidebar-intro h2,
.sidebar-intro p {
    margin: 0;
}

.sidebar-intro h2 {
    color: #f7f9fc;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.01em;
}

.sidebar-intro p {
    margin-top: 4px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.72);
}

.sidebar-toggle-btn {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #f7f9fc;
    transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.sidebar-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.24);
}

.sidebar-toggle-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.22s ease;
}

.mobile-sidebar-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(23, 61, 102, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(19, 37, 62, 0.08);
    color: var(--primary-dark);
}

.mobile-sidebar-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.sidebar-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(7, 18, 34, 0.52);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 1090;
}

.sidebar-nav {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.sidebar-search {
    padding: 0 8px 10px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sidebar-search-input {
    width: 100%;
    padding: 11px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 600;
    outline: none;
}

.sidebar-search-input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.sidebar-search-input:focus {
    border-color: rgba(240, 212, 122, 0.65);
    box-shadow: 0 0 0 3px rgba(240, 212, 122, 0.16);
}

.sidebar-search-empty {
    margin: 10px 4px 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.76rem;
    font-weight: 600;
}

.nav-item,
.nav-group summary,
.nav-group a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.84rem;
}

.nav-item {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.nav-item:hover {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.14);
}

.nav-item.is-filter-hidden {
    display: none;
}

.nav-item.active {
    color: var(--primary-dark);
    background: linear-gradient(135deg, #f0d47a, #ddb852);
    outline: none;
    box-shadow: 0 14px 28px rgba(221, 184, 82, 0.25);
    border-color: rgba(255, 255, 255, 0.18);
}

.nav-icon {
    display: inline-grid;
    place-items: center;
    min-width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-item.active .nav-icon {
    background: rgba(24, 53, 82, 0.16);
    color: var(--primary-dark);
    border-color: rgba(24, 53, 82, 0.12);
}

.nav-group {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.nav-group summary {
    cursor: pointer;
    list-style: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    padding-right: 40px;
}

.nav-group summary::-webkit-details-marker {
    display: none;
}

.nav-group summary::after {
    content: "▾";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.82);
    transition: transform 0.2s ease;
}

.nav-group[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.nav-group a {
    margin: 6px 8px 8px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-footer {
    margin-top: 18px;
    padding: 0 8px;
}

.content-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 20px;
    min-width: 0;
}

.content-shell > * {
    min-width: 0;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(29, 59, 92, 0.38) rgba(29, 59, 92, 0.08);
}

.table-responsive > table,
.table-responsive > .compact-table,
.table-responsive > .data-table {
    min-width: 720px;
}

.table-responsive::-webkit-scrollbar {
    height: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    background: rgba(29, 59, 92, 0.08);
    border-radius: 999px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: rgba(29, 59, 92, 0.35);
    border-radius: 999px;
}

@media (min-width: 992px) {
    html.sidebar-collapsed .dashboard-body .dashboard-shell,
    .dashboard-body.sidebar-collapsed .dashboard-shell {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    html.sidebar-collapsed .dashboard-body .sidebar,
    .dashboard-body.sidebar-collapsed .sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }

    html.sidebar-collapsed .dashboard-body .sidebar-intro,
    .dashboard-body.sidebar-collapsed .sidebar-intro {
        justify-content: center;
        padding-bottom: 12px;
    }

    html.sidebar-collapsed .dashboard-body .sidebar-intro-copy,
    html.sidebar-collapsed .dashboard-body .sidebar-search,
    html.sidebar-collapsed .dashboard-body .sidebar-footer .button,
    .dashboard-body.sidebar-collapsed .sidebar-intro-copy,
    .dashboard-body.sidebar-collapsed .sidebar-search,
    .dashboard-body.sidebar-collapsed .sidebar-footer .button {
        display: none;
    }

    html.sidebar-collapsed .dashboard-body .sidebar-nav,
    .dashboard-body.sidebar-collapsed .sidebar-nav {
        gap: 10px;
    }

    html.sidebar-collapsed .dashboard-body .nav-item,
    .dashboard-body.sidebar-collapsed .nav-item {
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    html.sidebar-collapsed .dashboard-body .nav-item > span:last-child,
    .dashboard-body.sidebar-collapsed .nav-item > span:last-child {
        display: none;
    }

    html.sidebar-collapsed .dashboard-body .nav-icon,
    .dashboard-body.sidebar-collapsed .nav-icon {
        min-width: 34px;
        width: 34px;
        height: 34px;
    }

    html.sidebar-collapsed .dashboard-body .sidebar-toggle-btn svg,
    .dashboard-body.sidebar-collapsed .sidebar-toggle-btn svg {
        transform: rotate(180deg);
    }
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
    padding: 16px 20px;
    border-radius: 22px;
}

.brand-block {
    min-width: 0;
}

.topbar .brand-link {
    display: flex;
    align-items: center;
    gap: 16px;
}

.topbar .brand-mark {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0) 45%);
    box-shadow: 0 18px 34px rgba(176, 124, 41, 0.22);
}

.topbar .brand-copy {
    display: flex;
    flex-direction: column;
}

.topbar .brand-copy strong {
    font-size: clamp(0.96rem, 1.4vw, 1.2rem);
}

.topbar .brand-copy small {
    color: var(--muted);
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.topbar-user {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.topbar-user strong {
    color: var(--primary-dark);
    font-size: 0.98rem;
    line-height: 1.2;
}

.topbar-user small {
    color: var(--muted);
    font-size: 0.82rem;
}

.topbar-logout {
    min-width: 108px;
}

.hero-banner {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 22px;
    margin-bottom: 24px;
    padding: 28px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(35, 72, 110, 0.96), rgba(24, 53, 82, 0.92)),
        radial-gradient(circle at top right, rgba(227, 193, 93, 0.16), transparent 30%);
    color: #fff;
}

.hero-banner h1 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 3vw, 3.2rem);
}

.hero-banner p {
    margin: 0 0 18px;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

.hero-actions,
.hero-stat-grid,
.card-grid,
.mini-grid,
.table-grid {
    display: grid;
    gap: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
}

.hero-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: center;
}

.hero-stat {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat strong {
    display: block;
    font-size: 2rem;
    margin-bottom: 6px;
}

.card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
}

.master-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.master-inline-form {
    gap: 12px;
}

.master-live-group {
    position: relative;
}

.master-live-group label {
    margin-bottom: 6px;
}

.master-live-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    display: grid;
    gap: 4px;
    max-height: 220px;
    overflow-y: auto;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(35, 72, 110, 0.16);
    box-shadow: 0 18px 32px rgba(20, 48, 76, 0.16);
}

.master-live-option {
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 12px;
    text-align: left;
    font: inherit;
    font-weight: 700;
    color: var(--text);
    background: rgba(35, 72, 110, 0.06);
    cursor: pointer;
}

.master-live-option:hover,
.master-live-option.create {
    background: rgba(227, 193, 93, 0.28);
}

.mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.panel-card,
.table-card,
.timeline-card {
    border-radius: 26px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    animation: rise 0.6s ease both;
}

.info-card h3,
.panel-card h3,
.table-card h3,
.timeline-card h3 {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 800;
}

.info-card .metric {
    display: block;
    margin: 8px 0;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--primary-dark);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin: 22px 0 16px;
}

.section-header h2,
.section-header p {
    margin: 0;
}

.panel-columns {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 22px;
    margin-bottom: 24px;
}

.status-list,
.list-clean,
.timeline-list {
    display: grid;
    gap: 12px;
}

.status-row,
.list-clean li,
.timeline-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(35, 72, 110, 0.05);
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
}

.badge.gold {
    color: var(--primary-dark);
    background: rgba(227, 193, 93, 0.35);
}

.badge.blue {
    color: #fff;
    background: rgba(35, 72, 110, 0.82);
}

.badge.danger {
    color: #fff;
    background: rgba(166, 50, 50, 0.88);
}

.badge.soft {
    color: var(--primary-dark);
    background: rgba(35, 72, 110, 0.08);
}

.table-card table {
    width: 100%;
    border-collapse: collapse;
}

.table-card th,
.table-card td {
    padding: 12px 10px;
    text-align: left;
    border-bottom: 1px solid rgba(35, 72, 110, 0.1);
    vertical-align: middle;
}

.table-card th {
    color: #1f3551;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
}

.table-card td,
.compact-table td {
    font-size: 0.84rem;
    color: rgba(20, 48, 76, 0.82);
}

.table-card thead th,
.compact-table thead th,
.invoice-table thead th,
table thead th {
    color: #233a57;
    background: linear-gradient(180deg, #f9fbfe 0%, #edf3fa 100%);
}

.table-card tbody tr,
.compact-table tbody tr,
.invoice-table tbody tr {
    background: rgba(255, 255, 255, 0.72);
}

.table-card tbody tr:hover {
    background: rgba(227, 238, 248, 0.8);
}

.empty-state-card {
    padding: 2rem;
    border: 1px dashed rgba(35, 72, 110, 0.18);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(255, 251, 241, 0.9) 100%);
    text-align: center;
}

.empty-state-card h4 {
    margin: 0 0 0.5rem;
    color: #1f3551;
    font-size: 1.1rem;
}

.empty-state-card p {
    margin: 0 auto;
    max-width: 520px;
    color: rgba(20, 48, 76, 0.78);
}

.empty-state-actions {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.table-link {
    font-weight: 700;
    color: var(--primary);
}

.table-link:hover {
    text-decoration: underline;
}

.table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.table-actions .button {
    min-height: auto;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
}

.button.button-icon-only {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    gap: 0;
}

.table-actions .button.button-icon-only,
.table-action-row .button.button-icon-only,
.table-action-stack .button.button-icon-only,
td > .button.button-icon-only {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
}

.button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.button-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.button.button-icon-only.button-icon-view {
    color: #ffffff;
    background: linear-gradient(135deg, #2d5f93, #173d66);
    border: 1px solid rgba(23, 61, 102, 0.16);
    box-shadow: 0 10px 20px rgba(23, 61, 102, 0.2);
}

.button.button-icon-only.button-icon-download {
    color: var(--primary);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(35, 72, 110, 0.16);
    box-shadow: none;
}

.button.button-icon-only.button-icon-edit {
    color: var(--primary-dark);
    background: linear-gradient(135deg, #edd27d, var(--accent));
    border: 1px solid rgba(184, 148, 47, 0.18);
    box-shadow: 0 10px 20px rgba(184, 148, 47, 0.2);
}

.button.button-icon-only.button-icon-delete {
    color: #ffffff;
    background: linear-gradient(135deg, #d45050, #a63232);
    border: 1px solid rgba(166, 50, 50, 0.18);
    box-shadow: 0 10px 20px rgba(166, 50, 50, 0.2);
}

.quotation-detail-list,
.quotation-summary-list {
    display: grid;
    gap: 0.8rem;
}

.quotation-detail-row,
.quotation-summary-row {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.quotation-detail-label,
.quotation-summary-row span {
    font-weight: 700;
    color: #173454;
}

.quotation-detail-value,
.quotation-summary-row strong {
    min-width: 0;
    color: var(--text);
}

.quotation-summary-row strong {
    font-size: 0.96rem;
}

.inline-form {
    display: inline;
}

.inline-delete-form {
    margin: 0;
}

.pagination-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.pagination-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pagination-links a,
.pagination-links span {
    min-width: 40px;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    border: 1px solid rgba(35, 72, 110, 0.14);
    background: rgba(255, 255, 255, 0.7);
    color: var(--primary);
}

.pagination-links span.active {
    color: #fff;
    background: var(--primary);
}

.summary-kicker {
    color: var(--muted);
    font-size: 0.84rem;
}

.confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.confirm-modal.is-open {
    display: flex;
}

.confirm-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
}

.confirm-modal-card {
    position: relative;
    width: min(460px, 100%);
    padding: 1.5rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,248,252,0.98));
    border: 1px solid rgba(35, 72, 110, 0.12);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.confirm-modal-card h3 {
    margin: 0 0 0.5rem;
    color: #183552;
    font-size: 1.1rem;
}

.confirm-modal-card p {
    margin: 0;
    color: #55657a;
    line-height: 1.7;
}

.confirm-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.site-footer {
    margin-top: auto;
    padding: 12px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.floating-contact-widget {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 2400;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.floating-contact-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.floating-contact-button {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(18, 39, 64, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.floating-contact-button:hover,
.floating-contact-button:focus-visible {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 20px 34px rgba(18, 39, 64, 0.28);
    filter: saturate(1.05);
}

.floating-contact-button svg {
    width: 28px;
    height: 28px;
}

.floating-contact-button.whatsapp {
    background: #25d366;
}

.floating-contact-button.chat {
    background: linear-gradient(135deg, #173d66 0%, #244f7f 100%);
}

.floating-contact-button.call {
    background: linear-gradient(135deg, #e53935 0%, #c62828 100%);
}

.floating-contact-panel {
    position: fixed;
    right: 22px;
    bottom: 96px;
    width: min(360px, calc(100vw - 28px));
    max-height: calc(100vh - 118px);
    padding: 1rem;
    border-radius: 24px;
    border: 1px solid rgba(23, 61, 102, 0.12);
    background: rgba(255, 251, 245, 0.98);
    box-shadow: 0 26px 60px rgba(18, 39, 64, 0.2);
    backdrop-filter: blur(16px);
    display: none;
    overflow: hidden;
    z-index: 2450;
}

.floating-contact-panel.is-open {
    display: flex;
    flex-direction: column;
}

.floating-contact-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.floating-contact-panel-head strong {
    display: block;
    color: #173d66;
    font-size: 1.02rem;
}

.floating-contact-panel-head p {
    margin: 0.2rem 0 0;
    color: #5f6d7c;
    font-size: 0.84rem;
    line-height: 1.55;
}

.floating-contact-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(23, 61, 102, 0.12);
    color: #173d66;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px rgba(23, 61, 102, 0.08);
}

.floating-contact-close svg {
    width: 20px;
    height: 20px;
}

.floating-contact-status {
    display: none;
    margin-bottom: 0.75rem;
    padding: 0.75rem 0.85rem;
    border-radius: 16px;
    font-size: 0.84rem;
    line-height: 1.45;
}

.floating-contact-status.is-visible {
    display: block;
}

.floating-contact-status.success {
    background: rgba(37, 211, 102, 0.12);
    color: #0e7a3f;
}

.floating-contact-status.error {
    background: rgba(191, 44, 44, 0.1);
    color: #a02626;
}

.floating-chat-history {
    display: grid;
    flex: 0 1 auto;
    gap: 0.75rem;
    min-height: 84px;
    max-height: 180px;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.1rem 0.15rem;
    overflow-y: auto;
}

.floating-chat-empty {
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    background: rgba(23, 61, 102, 0.05);
    color: #5f6d7c;
    font-size: 0.83rem;
    line-height: 1.5;
}

.floating-chat-bubble {
    max-width: 88%;
    padding: 0.8rem 0.9rem;
    border-radius: 18px;
    box-shadow: 0 10px 20px rgba(16, 32, 52, 0.08);
}

.floating-chat-bubble.customer {
    justify-self: end;
    border-top-right-radius: 6px;
    background: linear-gradient(135deg, #dff7c8 0%, #cdeeb0 100%);
    color: #183024;
}

.floating-chat-bubble.admin {
    justify-self: start;
    border-top-left-radius: 6px;
    background: #fff;
    border: 1px solid rgba(23, 61, 102, 0.08);
    color: #243246;
}

.floating-chat-bubble-head {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.35rem;
    font-size: 0.74rem;
}

.floating-chat-bubble-head strong {
    font-size: 0.78rem;
    color: inherit;
}

.floating-chat-bubble-head small {
    color: inherit;
    opacity: 0.72;
}

.floating-chat-bubble p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    white-space: pre-wrap;
}

.floating-contact-form {
    display: grid;
    flex: 1 1 auto;
    gap: 0.8rem;
    overflow-y: auto;
    padding-right: 0.2rem;
}

.floating-contact-form.is-thread-active [data-live-chat-identity] {
    display: none;
}

.floating-contact-form label {
    display: grid;
    gap: 0.4rem;
}

.floating-contact-form span {
    font-size: 0.82rem;
    font-weight: 700;
    color: #173d66;
}

.floating-contact-form input,
.floating-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(23, 61, 102, 0.16);
    border-radius: 14px;
    padding: 0.78rem 0.9rem;
    background: #fff;
    color: #243246;
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact-form input:focus,
.floating-contact-form textarea:focus {
    border-color: rgba(23, 61, 102, 0.38);
    box-shadow: 0 0 0 4px rgba(23, 61, 102, 0.08);
}

.floating-contact-form textarea {
    resize: vertical;
    min-height: 104px;
    max-height: 180px;
}

.floating-contact-submit {
    position: sticky;
    bottom: 0;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #173d66 0%, #244f7f 100%);
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-weight: 800;
    box-shadow: 0 14px 26px rgba(23, 61, 102, 0.18);
    margin-top: 0.1rem;
}

.footer-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    padding: 10px 0 0;
    border-top: 1px solid rgba(35, 72, 110, 0.12);
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

.dashboard-body .footer-line,
.auth-shell .footer-line {
    background: transparent;
    color: #1f3552;
    border-top-color: rgba(31, 53, 82, 0.18);
}

.dashboard-body .footer-center,
.auth-shell .footer-center {
    color: #1f3552;
    font-weight: 700;
}

.footer-line strong {
    color: var(--primary-dark);
    font-size: 0.84rem;
}

.footer-showcase {
    margin: 0;
    padding: 2.35rem 2.6rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background: #18365d;
    box-shadow: 0 24px 56px rgba(9, 24, 44, 0.24);
}

.footer-brand-lockup {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.footer-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
    flex-shrink: 0;
}

.footer-brand-mark img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 8px 18px rgba(9, 24, 44, 0.24));
}

.footer-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(170px, 0.72fr) minmax(250px, 1fr) minmax(200px, 0.78fr);
    gap: 2rem;
    align-items: start;
}

.footer-kicker {
    display: inline-block;
    margin-bottom: 0.65rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.footer-brand-block h2,
.footer-link-block h3,
.footer-contact-block h3,
.footer-social-block h3 {
    margin: 0;
    color: #ffffff;
}

.footer-link-block,
.footer-contact-block,
.footer-social-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.footer-link-block h3,
.footer-contact-block h3,
.footer-social-block h3 {
    width: 100%;
    text-align: left;
}

.footer-brand-block h2 {
    font-size: clamp(1.3rem, 2vw, 1.95rem);
    line-height: 1.1;
    white-space: nowrap;
}

.footer-brand-lockup p {
    margin: 0.35rem 0 0;
    color: rgba(238, 243, 250, 0.9);
    font-size: 1.08rem;
    line-height: 1.45;
}

.footer-brand-block p,
.footer-contact-list p {
    margin: 0.85rem 0 0;
    color: rgba(238, 243, 250, 0.84);
    line-height: 1.8;
}

.footer-project-copy {
    margin-top: 1rem;
}

.footer-project-copy p {
    margin: 0.18rem 0 0;
    color: rgba(238, 243, 250, 0.84);
    font-size: 1.05rem;
    line-height: 1.65;
}

.footer-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.footer-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
}

.footer-link-list {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-items: start;
}

.footer-link-list a {
    display: inline-flex;
    align-items: center;
    color: rgba(246, 248, 252, 0.92);
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-link-list a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.footer-contact-list {
    display: grid;
    gap: 0.95rem;
    margin-top: 0;
    justify-items: start;
}

.footer-contact-list p {
    margin: 0;
    width: 100%;
    text-align: left;
}

.footer-contact-list strong {
    color: #ffffff;
}

.footer-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 0;
    justify-content: flex-start;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: #23314d;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.footer-social-link:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
}

.footer-social-icon {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    color: #fff;
    flex-shrink: 0;
}

.footer-social-icon svg {
    width: 18px;
    height: 18px;
}

.footer-social-link.facebook .footer-social-icon {
    background: #1877f2;
}

.footer-social-link.instagram .footer-social-icon {
    background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 55%, #6228d7 100%);
}

.footer-social-link.linkedin .footer-social-icon {
    background: #0a66c2;
}

.footer-social-link.twitter .footer-social-icon {
    background: #111827;
}

.footer-social-link.youtube .footer-social-icon {
    background: #ff0000;
}

.footer-line-rich {
    justify-content: center;
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(35, 72, 110, 0.95), rgba(24, 53, 82, 0.9));
    color: #fff;
    box-shadow: var(--shadow);
}

.page-hero p,
.page-hero small {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
}

.page-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(1.26rem, 1.7vw, 1.65rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.page-hero h2 {
    font-weight: 800;
}

.stack-card {
    display: grid;
    gap: 18px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.admin-two-col {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 22px;
    margin-bottom: 24px;
}

.admin-catalog-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr;
    gap: 22px;
    margin-bottom: 24px;
}

.clean-form {
    display: grid;
    gap: 16px;
}

.compact-hero {
    margin-bottom: 18px;
    padding: 22px 24px;
}

.admin-management-hero {
    align-items: center;
}

.hero-side-note {
    min-width: 220px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-side-note h2 {
    margin: 4px 0 0;
    color: #fff;
    font-size: 1.05rem;
}

.admin-form-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-span-3 {
    grid-column: 1 / -1;
}

.master-other-wrap {
    display: none;
}

.master-other-wrap.is-visible {
    display: block;
}

.admin-shortcut-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.admin-shortcut-card {
    display: grid;
    gap: 8px;
    color: var(--text);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.admin-shortcut-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(24, 53, 82, 0.14);
}

.admin-shortcut-card strong {
    font-size: 1.05rem;
}

.admin-shortcut-card span {
    color: var(--muted);
}

.admin-upload-surface {
    padding-top: 0;
}

.admin-upload-strip {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    padding: 6px 0;
}

.admin-upload-strip::before {
    content: "";
    position: absolute;
    inset: 12px 0;
    border-radius: 4px;
    background: var(--primary);
    z-index: 0;
}

.admin-upload-chip {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 34px;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    color: #0d2b49;
    background: #e3c15d;
    box-shadow: 0 8px 16px rgba(24, 53, 82, 0.12);
}

.admin-upload-chip span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    background: var(--primary);
}

.admin-upload-chip.action {
    padding-inline: 20px;
}

.catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.catalog-toolbar button.button {
    cursor: pointer;
}

.catalog-manual-toggle-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.catalog-manual-toggle-button {
    cursor: pointer;
}

.catalog-manual-toggle-close-text {
    display: none;
}

#manual_product_toggle:checked ~ .catalog-toolbar .catalog-manual-toggle-open-text {
    display: none;
}

#manual_product_toggle:checked ~ .catalog-toolbar .catalog-manual-toggle-close-text {
    display: inline;
}

#manual_product_toggle:not(:checked) ~ #manual-product-form {
    display: none;
}

#manual_shipping_toggle:checked ~ .catalog-toolbar .catalog-manual-toggle-open-text {
    display: none;
}

#manual_shipping_toggle:checked ~ .catalog-toolbar .catalog-manual-toggle-close-text {
    display: inline;
}

#manual_shipping_toggle:not(:checked) ~ #manual-shipping-forms {
    display: none;
}

.catalog-master-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.catalog-upload-panel {
    margin-top: 24px;
}

.shipping-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
    margin-bottom: 24px;
}

.shipping-form-card {
    min-height: 100%;
    align-content: start;
}

.shipping-form-card .section-header {
    margin-bottom: 4px;
}

.shipping-form-card .section-header p {
    max-width: 56ch;
}

.shipping-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.shipping-stat-card {
    display: grid;
    gap: 10px;
    padding: 18px 22px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(35, 72, 110, 0.05));
    border: 1px solid rgba(35, 72, 110, 0.09);
    box-shadow: 0 16px 32px rgba(24, 53, 82, 0.08);
}

.shipping-stat-card span {
    color: var(--muted);
    font-size: 0.82rem;
}

.shipping-stat-card strong {
    justify-self: end;
    color: var(--primary-dark);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    line-height: 1;
}

.catalog-upload-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.catalog-upload-notes {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 16px;
    margin-top: 18px;
}

.catalog-note-card {
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(35, 72, 110, 0.06), rgba(227, 193, 93, 0.12));
    border: 1px solid rgba(35, 72, 110, 0.08);
    box-shadow: none;
}

.catalog-note-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--primary-dark);
}

.catalog-note-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.catalog-upload-panel .upload-dropzone {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.quick-search-card {
    margin-bottom: 22px;
}

.quick-search-types {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.quick-search-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.8fr) auto;
    gap: 16px;
    align-items: end;
}

.quick-search-actions {
    align-self: end;
}

.compact-quotation-filter-form {
    display: block;
}

.inline-suggestion-field {
    position: relative;
}

.inline-suggestion-list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 30;
    display: grid;
    gap: 6px;
    max-height: 280px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid rgba(35, 72, 110, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 32px rgba(20, 48, 76, 0.16);
}

.inline-suggestion-list-static {
    position: static;
    margin-top: 10px;
    box-shadow: none;
}

.inline-suggestion-option {
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 12px;
    background: rgba(35, 72, 110, 0.06);
    color: var(--text);
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.inline-suggestion-option:hover,
.inline-suggestion-option:focus {
    outline: none;
    background: rgba(227, 193, 93, 0.28);
}

.quotation-suggestion-panel {
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(35, 72, 110, 0.12);
    border-radius: 18px;
    background: rgba(35, 72, 110, 0.03);
}

.quotation-suggestion-title {
    display: block;
    margin-bottom: 10px;
    color: var(--primary-dark);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.quotation-suggestion-links {
    display: grid;
    gap: 6px;
}

.quotation-filter-toolbar {
    display: grid;
    gap: 16px;
    align-items: end;
    margin-bottom: 16px;
}

.quotation-filter-toolbar-primary {
    grid-template-columns: minmax(280px, 1.6fr) minmax(180px, 0.8fr) minmax(180px, 0.7fr);
}

.quotation-filter-toolbar-secondary {
    grid-template-columns: minmax(180px, 0.9fr) minmax(180px, 0.9fr) auto;
}

.quotation-filter-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: end;
    flex-wrap: wrap;
}

.quotation-filter-downloads {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-self: start;
    flex-wrap: wrap;
}

.upload-downloads-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.upload-button-grid {
    grid-template-columns: 1fr 1fr;
}

.download-action-btn {
    min-height: 54px;
    border-radius: 14px;
    text-align: center;
}

.compact-table th,
.compact-table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-action-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.table-icon-link,
.table-icon-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(35, 72, 110, 0.14);
    background: rgba(255, 255, 255, 0.86);
    color: var(--primary);
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.table-icon-link:hover,
.table-icon-btn:hover {
    transform: translateY(-1px);
    background: rgba(227, 238, 248, 0.96);
}

.table-icon-link svg,
.table-icon-btn svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.inline-delete-form {
    margin: 0;
}

.table-delete-btn {
    padding: 0;
    color: #8f1d1d;
    background: rgba(202, 58, 58, 0.12);
    cursor: pointer;
}

.table-delete-btn:hover {
    background: rgba(202, 58, 58, 0.18);
}

.one-col {
    grid-template-columns: 1fr;
}

.mini-stats {
    display: grid;
    gap: 12px;
}

.mini-stats div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(35, 72, 110, 0.05);
}

.mini-stats span {
    font-size: 0.82rem;
}

.mini-stats strong {
    font-size: 0.88rem;
}

.textarea-shell textarea,
.select-shell select,
.field-group select {
    width: 100%;
    padding: 13px 16px;
    border-radius: 18px;
    border: 1px solid rgba(35, 72, 110, 0.16);
    outline: none;
    font: inherit;
    font-size: 0.88rem;
    color: var(--text);
    background: rgba(255, 255, 255, 0.92);
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.kpi-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.kpi-tile {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.kpi-tile strong {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
}

.pill-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.pill-tabs a {
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.82rem;
    background: rgba(35, 72, 110, 0.08);
}

.pill-tabs a.active {
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.pill-tabs a .tab-count {
    margin-left: 0.35rem;
}

.pill-tabs a.active .tab-count {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.compact-stats {
    align-items: stretch;
}

.compact-stats .mini-stat-card {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.table-header-inline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.duplicate-filter-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    align-items: end;
}

.duplicate-filter-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.commission-filter-grid {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(180px, 1fr)) auto;
}

.commission-filter-grid .duplicate-filter-actions {
    flex-wrap: nowrap;
    justify-self: start;
}

.commission-filter-grid .duplicate-filter-actions .button {
    white-space: nowrap;
}

.duplicate-filter-summary {
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.duplicate-filter-summary span.active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.65rem 1rem;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .duplicate-filter-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .commission-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .commission-filter-grid {
        grid-template-columns: 1fr;
    }

    .commission-filter-grid .duplicate-filter-actions {
        flex-wrap: wrap;
    }
}

.upload-dropzone {
    padding: 26px;
    border-radius: 24px;
    border: 2px dashed rgba(35, 72, 110, 0.26);
    background: rgba(35, 72, 110, 0.03);
    text-align: center;
    font-size: 0.84rem;
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.search-result-card {
    padding: 18px;
    border-radius: 22px;
    background: rgba(35, 72, 110, 0.05);
    border: 1px solid rgba(35, 72, 110, 0.1);
}

.search-result-card h4 {
    margin: 0 0 10px;
    color: var(--primary-dark);
}

.download-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.button.small {
    padding: 9px 14px;
    font-size: 0.78rem;
}

.table-action-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.table-inline-form {
    margin: 0;
}

.inline-add-form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.inline-add-form input {
    width: 92px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(35, 72, 110, 0.16);
    font: inherit;
}

.public-flow-shell {
    padding: 12px 22px 24px;
    display: grid;
    gap: 22px;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.workflow-header-card {
    padding: 10px 18px 0;
    text-align: center;
}

.workflow-header-card h1 {
    margin: 0 auto 14px;
    max-width: 1180px;
    font-size: clamp(1.2rem, 2.1vw, 2rem);
    font-weight: 400;
    line-height: 1.45;
}

.workflow-header-card.slim {
    padding-top: 16px;
}

.workflow-header-card.slim h1 {
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 700;
    color: var(--primary);
    text-decoration: underline;
}

.workflow-header-card p {
    margin: 0 auto;
    max-width: 900px;
    color: #334155;
    font-size: 1.06rem;
    line-height: 1.75;
}

.workflow-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.workflow-step {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.workflow-step span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    background: var(--primary);
}

.workflow-step small {
    font-size: 0.95rem;
    font-weight: 700;
}

.workflow-step.active span {
    background: var(--primary-dark);
    box-shadow: 0 10px 18px rgba(24, 53, 82, 0.24);
}

.workflow-step-line {
    width: 92px;
    height: 1px;
    background: rgba(35, 72, 110, 0.35);
    margin-top: -20px;
}

.workflow-surface {
    padding: 12px 0;
}

.workflow-title-bar {
    width: min(880px, calc(100% - 180px));
    margin: 0 auto 10px;
    padding: 10px 18px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: var(--primary);
}

.workflow-search-grid,
.workflow-saved-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.7fr 0.9fr 0.7fr;
    gap: 10px;
    align-items: center;
}

.workflow-col-head {
    text-align: center;
    font-weight: 700;
    color: #0d2b49;
    font-size: 0.96rem;
}

.workflow-col-head.wide {
    padding: 0 12px;
}

.workflow-input-grid {
    position: relative;
    padding: 10px 8px;
    margin-top: 8px;
}

.workflow-input-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    background: var(--primary);
    z-index: 0;
}

.workflow-input-grid > * {
    position: relative;
    z-index: 1;
}

.workflow-pill-input input,
.workflow-pill-display,
.workflow-pill-qty {
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border: 0;
    border-radius: 8px;
    text-align: center;
    font: inherit;
    font-weight: 700;
    color: #0d2b49;
    background: #e3c15d;
}

.workflow-pill-input input:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    background: #f0ddb0;
}

.workflow-pill-input input::placeholder {
    color: #0d2b49;
    opacity: 1;
}

.workflow-pill-display.wide {
    font-size: 0.85rem;
    line-height: 1.15;
}

.workflow-pill-save {
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.workflow-note-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.workflow-note-row p {
    margin: 0;
    flex: 1;
    text-align: center;
    font-weight: 700;
    color: #0d2b49;
    line-height: 1.1;
}

.workflow-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.workflow-actions.bottom {
    justify-content: flex-end;
    margin-top: 16px;
}

.workflow-btn {
    min-width: 138px;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.workflow-btn.alt {
    background: #fff;
}

.workflow-results-wrap {
    margin-top: 12px;
}

.workflow-results-wrap .search-results-grid {
    gap: 12px;
}

.workflow-selected-block {
    margin-top: 18px;
}

.workflow-selected-block h2 {
    margin: 0 0 12px;
    color: var(--primary);
    font-size: 1.35rem;
    text-align: center;
}

.workflow-inline-helper {
    margin: 0 0 12px;
    text-align: center;
    color: var(--muted);
    font-size: 0.95rem;
}

.workflow-saved-list {
    display: grid;
    gap: 10px;
}

.workflow-saved-row {
    position: relative;
    padding: 10px 8px;
}

.workflow-saved-row::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    background: rgba(35, 72, 110, 0.1);
    z-index: 0;
}

.workflow-saved-row > * {
    position: relative;
    z-index: 1;
}

.saved-brand,
.saved-category,
.saved-model,
.saved-desc,
.saved-qty,
.saved-action {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
}

.saved-brand,
.saved-category,
.saved-model,
.saved-desc,
.saved-qty {
    background: #e3c15d;
    color: #0d2b49;
}

.saved-desc {
    font-size: 0.86rem;
    line-height: 1.15;
}

.saved-qty input {
    width: 78px;
    border: 0;
    text-align: center;
    font: inherit;
    font-weight: 700;
    background: transparent;
}

.saved-action {
    color: #fff;
    background: var(--primary);
}

.workflow-form-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px 12px;
}

.workflow-form-grid .field-group:last-child {
    grid-column: 3 / span 1;
}

.workflow-form-grid label {
    display: none;
}

.workflow-form-input {
    min-height: 42px;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    border: 0 !important;
    text-align: center;
    font-weight: 700;
    background: #e3c15d !important;
}

.workflow-panel-card h2 {
    margin-bottom: 14px;
    text-align: center;
    color: var(--primary);
}

.flow-title-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.brand-banner {
    color: #fff;
    background: linear-gradient(145deg, rgba(35, 72, 110, 0.96), rgba(24, 53, 82, 0.92));
}

.brand-banner p {
    color: rgba(255, 255, 255, 0.82);
}

.public-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.stepper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.step {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-weight: 700;
    color: var(--primary-dark);
    background: rgba(255, 255, 255, 0.74);
}

.step.active {
    color: #fff;
    background: var(--accent-dark);
}

.step-line {
    width: 58px;
    height: 2px;
    background: rgba(255, 255, 255, 0.55);
}

.cart-list,
.review-list {
    display: grid;
    gap: 14px;
}

.cart-row,
.review-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(35, 72, 110, 0.05);
    list-style: none;
}

.qty-box,
.amount-box {
    min-width: 110px;
    text-align: right;
}

.qty-box input {
    width: 84px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(35, 72, 110, 0.16);
    font: inherit;
}

.quote-output-grid {
    grid-template-columns: 0.9fr 1.2fr 0.9fr;
}

.note-card h2,
.quote-preview-card h2 {
    margin-top: 0;
}

.quote-preview-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(35, 72, 110, 0.1);
}

.mini-meta {
    text-align: right;
}

.quote-table {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.quote-row {
    display: grid;
    grid-template-columns: 1.8fr 0.4fr 0.8fr;
    gap: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(35, 72, 110, 0.05);
}

.quote-head {
    font-weight: 700;
    background: rgba(227, 193, 93, 0.22);
}

.quote-total-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.quote-total-grid div {
    padding: 14px;
    border-radius: 16px;
    background: rgba(35, 72, 110, 0.05);
}

.action-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.action-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    background: rgba(227, 193, 93, 0.35);
}

.action-pill.active {
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.thank-you-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
}

.thank-you-card {
    width: min(980px, 100%);
    padding: 48px 30px;
    text-align: center;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.thank-you-card h1 {
    margin: 0 0 18px;
    font-size: clamp(2.4rem, 6vw, 5.6rem);
    color: var(--primary);
    text-decoration: underline;
}

.public-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.public-flow-shell {
    flex: 1;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.public-header {
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.public-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.public-nav a {
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    background: rgba(35, 72, 110, 0.06);
}

.public-hero {
    display: grid;
    grid-template-columns: 1.55fr 0.82fr;
    gap: 22px;
    padding: 20px 22px;
}

.public-card {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.public-card.brand {
    color: #fff;
    background: linear-gradient(145deg, rgba(35, 72, 110, 0.96), rgba(24, 53, 82, 0.92));
}

.public-footer {
    margin: 22px;
    padding: 0;
    border-radius: 32px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.footer-center {
    margin: 0;
    width: 100%;
    text-align: center;
    color: rgba(243, 239, 227, 0.92);
    font-size: 1rem;
    font-weight: 600;
}

.dashboard-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.dashboard-card-grid .info-card {
    position: relative;
    overflow: hidden;
}

.dashboard-card-grid .info-card::after {
    content: "";
    position: absolute;
    inset: auto -30px -30px auto;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(227, 193, 93, 0.18) 0%, rgba(227, 193, 93, 0) 72%);
}

.dashboard-stat-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 210px;
    height: 100%;
    padding: 16px 16px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 254, 0.96));
    border: 1px solid rgba(35, 72, 110, 0.08);
    box-shadow: 0 18px 34px rgba(21, 42, 67, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-stat-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--card-accent, linear-gradient(90deg, #d8ac47, #b86e1f));
}

.dashboard-stat-card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(35, 72, 110, 0.08) 0%, rgba(35, 72, 110, 0) 72%);
    pointer-events: none;
}

.dashboard-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 40px rgba(21, 42, 67, 0.14);
}

.dashboard-stat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.dashboard-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(245, 236, 222, 0.92);
    color: var(--card-icon, #b86e1f);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.dashboard-stat-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}

.dashboard-stat-arrow {
    color: #66758a;
    font-size: 1.4rem;
    line-height: 1;
}

.dashboard-stat-card h3 {
    margin: 0;
    color: #1e2a3d;
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.35;
    min-height: 2.6em;
}

.dashboard-stat-card .metric {
    display: block;
    margin-top: 0.6rem;
    color: #162136;
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 800;
    line-height: 1;
}

.dashboard-stat-card p {
    margin: auto 0 0;
    color: #5b6a7d;
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 24ch;
}

.dashboard-stat-card.tone-amber {
    --card-accent: linear-gradient(90deg, #d66b22, #c75516);
    --card-icon: #c9641f;
}

.dashboard-stat-card.tone-gold {
    --card-accent: linear-gradient(90deg, #d9ab2d, #c68b0f);
    --card-icon: #c58c16;
}

.dashboard-stat-card.tone-blue {
    --card-accent: linear-gradient(90deg, #34567d, #1c3b62);
    --card-icon: #2b4f77;
}

.dashboard-stat-card.tone-slate {
    --card-accent: linear-gradient(90deg, #5a6677, #3c4758);
    --card-icon: #4d5a6b;
}

.dashboard-stat-card.tone-green {
    --card-accent: linear-gradient(90deg, #1f8d66, #14684b);
    --card-icon: #187557;
}

.dashboard-stat-card.tone-red {
    --card-accent: linear-gradient(90deg, #dc5665, #c6324a);
    --card-icon: #d04357;
}

.dashboard-stat-card.tone-indigo {
    --card-accent: linear-gradient(90deg, #5d6ec7, #4458a9);
    --card-icon: #4f61b7;
}

.dashboard-stat-card.tone-orange {
    --card-accent: linear-gradient(90deg, #e08b2d, #cf6519);
    --card-icon: #d97824;
}

.dashboard-stat-card.tone-rose {
    --card-accent: linear-gradient(90deg, #eb5f78, #d63e5c);
    --card-icon: #df4c67;
}

.graph-card {
    padding: 24px;
}

.graph-bars {
    display: grid;
    gap: 18px;
}

.graph-item {
    display: grid;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(35, 72, 110, 0.04), rgba(227, 193, 93, 0.08));
}

.graph-label-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-weight: 700;
}

.graph-track {
    width: 100%;
    height: 14px;
    border-radius: 999px;
    background: rgba(35, 72, 110, 0.1);
    overflow: hidden;
}

.graph-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ddb852, #23486e);
    box-shadow: 0 8px 16px rgba(35, 72, 110, 0.18);
}

.dashboard-graph-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.chart-card {
    padding: 22px 22px 18px;
    overflow: hidden;
}

.chart-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.chart-card-head h3 {
    margin: 0;
    color: #26364e;
    font-size: 1.15rem;
}

.chart-card-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 6px 12px;
    border-radius: 999px;
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(35, 72, 110, 0.08);
}

.line-chart,
.bar-chart {
    position: relative;
    min-height: 260px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 250, 0.96));
    border: 1px solid rgba(35, 72, 110, 0.08);
    padding: 18px 18px 46px 42px;
}

.chart-grid-lines,
.bar-chart-lines {
    position: absolute;
    inset: 18px 18px 46px 42px;
    display: grid;
    align-content: space-between;
    pointer-events: none;
}

.chart-grid-lines span,
.bar-chart-lines span {
    display: block;
    border-top: 1px solid rgba(35, 72, 110, 0.08);
}

.chart-svg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 170px;
}

.chart-axis {
    position: absolute;
    z-index: 1;
    color: #7a8898;
    font-size: 0.78rem;
}

.chart-axis-y {
    top: 14px;
    left: 12px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.chart-axis-x {
    left: 42px;
    right: 18px;
    bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.bar-chart-columns {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    gap: 18px;
    height: 196px;
}

.bar-chart-item {
    display: grid;
    justify-items: center;
    gap: 10px;
    height: 100%;
}

.bar-value {
    color: #6f7e90;
    font-size: 0.78rem;
    font-weight: 700;
}

.bar-shell {
    width: 100%;
    max-width: 72px;
    height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bar-fill {
    width: 100%;
    border-radius: 14px 14px 6px 6px;
    background: linear-gradient(180deg, #7d98f1 0%, #5d7fe4 100%);
    box-shadow: 0 12px 18px rgba(93, 127, 228, 0.18);
}

.bar-label {
    color: #6a7888;
    font-size: 0.76rem;
    text-align: center;
    line-height: 1.35;
}

.chart-empty-state {
    min-height: 196px;
    display: grid;
    place-items: center;
    color: #6f7e90;
    font-size: 0.92rem;
    text-align: center;
}

.contact-page-hero,
.contact-info-panel,
.contact-form-panel,
.contact-map-card {
    border: 1px solid rgba(20, 32, 55, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(22, 31, 49, 0.08);
}

.contact-page-hero {
    position: relative;
    overflow: hidden;
    margin-top: 2.25rem;
    padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.2rem);
    background: #18365d;
}

.contact-page-hero-copy-centered {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.contact-page-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    padding: 0.9rem 1.8rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(9, 24, 44, 0.18);
}

.contact-page-hero-copy h1 {
    margin: 0.4rem 0 1rem;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.contact-page-hero-copy p {
    color: rgba(244, 247, 252, 0.88);
    line-height: 1.65;
    max-width: 720px;
    margin: 0.5rem auto 0;
}

.contact-page-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

.contact-page-pills span {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-weight: 700;
    padding: 0.65rem 0.95rem;
    backdrop-filter: blur(10px);
}

.contact-page-hero-card {
    display: none;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 1.5rem;
}

.contact-info-panel,
.contact-form-panel,
.contact-map-card {
    padding: 1.6rem;
}

.contact-info-panel {
    background: linear-gradient(160deg, #152033 0%, #284966 100%);
    color: #fff;
}

.contact-info-panel .eyebrow,
.contact-info-panel h2 {
    color: #fff;
}

.contact-info-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.contact-info-card {
    display: grid;
    gap: 0.45rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-info-card strong {
    color: #fff;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-info-card span {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.75;
}

.contact-enquiry-form .form-label {
    color: #243246;
    font-size: 1.12rem;
    font-weight: 700;
}

.contact-enquiry-form .form-control {
    min-height: 56px;
    border: 1px solid #d8dee8;
    border-radius: 16px;
    box-shadow: none;
}

.contact-enquiry-form .form-control:focus {
    border-color: #be7a2a;
    box-shadow: 0 0 0 0.25rem rgba(190, 122, 42, 0.15);
}

.contact-message-box {
    min-height: 180px;
    resize: vertical;
}

.contact-map-embed {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(35, 72, 110, 0.08);
}

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

.contact-map-empty {
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 1.5rem;
    border-radius: 22px;
    border: 1px dashed rgba(35, 72, 110, 0.16);
    color: #5e6a7e;
    text-align: center;
    background: #f8fbff;
}

.about-page-hero,
.about-story-card,
.about-value-card,
.about-cta-card {
    border: 1px solid rgba(20, 32, 55, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(22, 31, 49, 0.08);
}

.about-page-hero {
    position: relative;
    overflow: hidden;
    margin-top: 2.25rem;
    padding: clamp(1.9rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.2rem);
    background: #18365d;
}

.about-page-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.about-page-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: fit-content;
    padding: 0.85rem 1.75rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffe58a 0%, #ffd659 100%);
    color: #0f2b57;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(169, 122, 23, 0.16);
    white-space: nowrap;
}

.about-page-hero-copy h1 {
    margin: 0.4rem 0 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.about-story-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 1.6rem;
    margin-top: 1.5rem;
    padding: 1.6rem;
}

.about-story-copy {
    display: grid;
    align-content: center;
    gap: 0.9rem;
}

.about-story-copy h2 {
    margin: 0;
    color: #162136;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}

.about-story-title {
    margin: 0;
    color: #162136;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.about-story-copy p {
    margin: 0;
    color: #334155;
    font-size: 1.06rem;
    line-height: 1.75;
}

.about-story-visual {
    overflow: hidden;
    border-radius: 24px;
    min-height: 420px;
    background: #dfe8f2;
}

.about-story-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.about-value-card {
    padding: 1.6rem;
}

.about-value-card h3 {
    margin: 0.6rem 0 0.8rem;
    color: #162136;
    font-size: 1.55rem;
    line-height: 1.2;
}

.about-value-card p {
    margin: 0;
    color: #334155;
    font-size: 1.06rem;
    line-height: 1.75;
}

.about-cta-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.6rem;
    position: relative;
    overflow: hidden;
    background: #18365d;
    border-color: rgba(20, 32, 55, 0.02);
}

.about-cta-card > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.about-cta-card h2 {
    margin: 0.45rem 0 0.8rem;
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.1;
}

.about-cta-card p {
    margin: 0;
    color: rgba(244, 247, 252, 0.88);
    font-size: 1.06rem;
    line-height: 1.75;
    max-width: 720px;
}

.about-cta-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.85rem;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 auto;
    align-self: center;
}

.about-cta-actions .btn {
    white-space: nowrap;
    min-width: 128px;
    padding-inline: 1.15rem !important;
}

.about-cta-card .eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.about-cta-card .btn-outline-dark {
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    background: #244a7a;
}

.about-cta-card .btn-outline-dark:hover {
    border-color: rgba(255, 255, 255, 0.24);
    background: #1a3d69;
    color: #ffffff;
}


.process-showcase-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: center;
    margin-top: 1.5rem;
    padding: 1.7rem 1.8rem 2rem;
    border: 1px solid rgba(27, 49, 84, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, #e8fbf4 0%, #e1f8ef 100%);
    box-shadow: 0 24px 52px rgba(20, 47, 72, 0.08);
}

.process-showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 22%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.24) 18%, rgba(255, 255, 255, 0) 40%),
        linear-gradient(90deg, rgba(18, 36, 86, 0.03), rgba(18, 36, 86, 0));
    pointer-events: none;
}

.process-showcase-illustration,
.process-showcase-inner {
    position: relative;
    z-index: 1;
}

.process-showcase-illustration {
    color: rgba(17, 34, 78, 0.16);
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-showcase-illustration svg {
    width: 100%;
    max-width: 165px;
    height: auto;
}

.process-showcase-inner {
    display: grid;
    gap: 2rem;
}

.process-showcase-head {
    text-align: center;
}

.process-showcase-badge {
    display: block;
    color: #1e1a16;
    font-size: clamp(1.35rem, 2.4vw, 2.15rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
    text-shadow:
        0 1px 0 #f5d28b,
        0 3px 0 #bd8f36,
        0 8px 14px rgba(78, 53, 8, 0.24);
}

.process-showcase-head h2 {
    margin: 0.9rem 0 0.55rem;
    line-height: 0.98;
}

.process-showcase-head p {
    margin: 0;
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.75;
}

.process-showcase-track {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr) 78px minmax(0, 1fr) 78px minmax(0, 1fr);
    align-items: start;
    gap: 0;
}

.process-step-card {
    display: grid;
    justify-items: center;
    text-align: center;
}

.process-step-visual {
    position: relative;
    display: grid;
    place-items: center;
    width: 172px;
    height: 172px;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    border: 2px solid rgba(18, 36, 86, 0.8);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 34px rgba(20, 47, 72, 0.08);
}

.process-step-icon {
    color: #4a67db;
}

.process-step-icon svg {
    width: 60px;
    height: 60px;
    display: block;
}

.process-step-no {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0f245e;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 24px rgba(15, 36, 94, 0.18);
}

.process-step-card h3 {
    margin: 0 0 0.7rem;
    color: #112a62;
    font-size: 1.35rem;
}

.process-step-card p {
    max-width: 24ch;
    margin: 0;
    color: #334155;
    font-size: 1.02rem;
    line-height: 1.65;
}

.process-step-link {
    position: relative;
    align-self: start;
    justify-self: center;
    width: 100%;
    height: 172px;
}

.process-step-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px dotted rgba(15, 36, 94, 0.9);
    transform: translateY(-50%);
}

.process-step-link::after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: -1px;
    width: 16px;
    height: 16px;
    border-top: 2px solid rgba(15, 36, 94, 0.9);
    border-right: 2px solid rgba(15, 36, 94, 0.9);
    transform: rotate(45deg);
    background: transparent;
}

.static-categories-card {
    margin-top: 1.5rem;
    padding: 1.05rem 1rem;
    border: 1px solid rgba(20, 32, 55, 0.06);
    border-radius: 22px;
    background: linear-gradient(180deg, #f9fbff, #eef3fb);
    box-shadow: 0 18px 44px rgba(22, 31, 49, 0.08);
}

.static-categories-head {
    margin-bottom: 1.35rem;
    text-align: center;
}

.static-categories-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 0.42rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(73, 103, 219, 0.42);
    background: #ffffff;
    color: #112a62;
    font-size: 0.84rem;
    font-weight: 700;
}

.static-categories-head h2 {
    margin: 0.9rem 0 0;
    color: #171f69;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.1;
}

.static-categories-head-visual h2 {
    margin-top: 0;
    line-height: 0.98;
}

.static-categories-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
}

.static-category-item {
    min-height: 100%;
    padding: 0.75rem 0.75rem 0.55rem;
    border: 1px solid rgba(20, 32, 55, 0.05);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 253, 0.96));
    box-shadow: 0 10px 24px rgba(24, 40, 68, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.static-category-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(24, 40, 68, 0.12);
}

.static-category-media {
    margin: 0 0 0.55rem;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1.28 / 1;
    background: linear-gradient(180deg, #ffffff, #edf2f9);
}

.static-category-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.static-category-item h3 {
    margin: 0;
    color: #111c33;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.25;
    text-transform: uppercase;
}

.why-choose-card {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.98fr);
    gap: 1.35rem 1.55rem;
    align-items: start;
    margin-top: 1.5rem;
    padding: 1.75rem 1.9rem 1.7rem;
    border: 0;
    border-radius: 0;
    background: #edf0ff;
    box-shadow: none;
}

.why-choose-board {
    display: block;
    margin-top: 1.8rem;
    padding: 2rem 1.5rem 2.2rem;
    border: 4px solid #b98c2f;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(214, 162, 47, 0.28), transparent 18%),
        radial-gradient(circle at bottom left, rgba(232, 197, 116, 0.18), transparent 20%),
        linear-gradient(180deg, #fffdfa 0%, #fff7e9 100%);
    box-shadow:
        0 22px 54px rgba(111, 77, 16, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72);
    position: relative;
    overflow: hidden;
}

.why-choose-board::before,
.why-choose-board::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.why-choose-board::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0.55)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.22));
    opacity: 0.7;
}

.why-choose-board::after {
    box-shadow: inset 0 0 26px rgba(191, 145, 44, 0.12);
}

.why-choose-board-head {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    text-align: center;
}

.why-choose-board-head h2 {
    margin: 0;
    line-height: 0.98;
}

.why-choose-board-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.2rem;
}

.why-choose-board-card {
    min-height: 100%;
    padding: 1.35rem 1rem 1.3rem;
    border: 2px solid rgba(187, 141, 44, 0.72);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 240, 0.94));
    box-shadow:
        0 14px 28px rgba(120, 82, 20, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.58);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.why-choose-board-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 82%;
    height: 1px;
    background: linear-gradient(90deg, rgba(194, 143, 34, 0), rgba(194, 143, 34, 0.85) 22%, rgba(194, 143, 34, 0.85) 78%, rgba(194, 143, 34, 0));
    transform: translateX(-50%);
    box-shadow: 0 0 16px rgba(212, 168, 72, 0.42);
}

.why-choose-board-card:hover {
    transform: translateY(-5px);
    border-color: rgba(196, 146, 37, 0.9);
    box-shadow:
        0 22px 42px rgba(120, 82, 20, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.why-choose-board-icon {
    position: relative;
    width: 126px;
    height: 104px;
    margin: 0 auto 0.35rem;
    display: grid;
    place-items: center;
    color: #cb9423;
}

.why-choose-board-icon svg {
    position: relative;
    z-index: 1;
    width: 118px;
    height: 96px;
    display: block;
    overflow: visible;
}

.why-choose-board-card:nth-child(2) .why-choose-board-icon svg,
.why-choose-board-card:nth-child(4) .why-choose-board-icon svg {
    width: 124px;
    height: 94px;
}

.why-choose-board-card h3 {
    margin: 0 0 0.8rem;
    color: #131313;
    font-size: 0.94rem;
    font-weight: 900;
    line-height: 0.92;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.015em;
}

.why-choose-board-list {
    margin: 0;
    padding-left: 1.05rem;
    color: #212121;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.22;
}

.why-choose-board-list li + li {
    margin-top: 0.45rem;
}

.why-choose-board-list li::marker {
    color: #c79431;
}

.why-choose-copy {
    display: grid;
    align-content: start;
    gap: 0.85rem;
    max-width: 510px;
    padding-top: 0.15rem;
}

.why-choose-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-width: 96px;
    padding: 0.34rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(73, 103, 219, 0.42);
    background: #ffffff;
    color: #112a62;
    font-size: 0.82rem;
    font-weight: 700;
}

.why-choose-badge-icon {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #0f2a62;
    font-size: 0.62rem;
    background: rgba(15, 42, 98, 0.08);
}

.why-choose-copy h2 {
    margin: 0;
    color: #0d1527;
    font-size: clamp(2.45rem, 3.2vw, 3.45rem);
    line-height: 1.03;
}

.why-choose-copy > p {
    margin: 0;
    color: #334155;
    max-width: 36ch;
    font-size: 1.1rem;
    line-height: 1.72;
}

.why-choose-points {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem;
    margin-top: -11.9rem;
    position: relative;
    z-index: 2;
    padding-inline: 0;
}

.why-choose-point {
    min-height: 172px;
    padding: 1.28rem 1rem 1.08rem;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(20, 32, 55, 0.06);
    box-shadow: 0 16px 34px rgba(20, 32, 55, 0.08);
    text-align: center;
}

.why-choose-icon {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 0.95rem;
    border-radius: 50%;
    background: #5a69f0;
    color: #ffffff;
}

.why-choose-icon svg {
    width: 32px;
    height: 32px;
    display: block;
}

.why-choose-point h3 {
    margin: 0 0 0.7rem;
    color: #171f2d;
    font-size: 1rem;
    line-height: 1.32;
}

.why-choose-point p {
    margin: 0;
    color: #334155;
    font-size: 1rem;
    line-height: 1.6;
}

.why-choose-action {
    grid-column: 1 / 2;
    justify-self: start;
    min-height: 54px;
    padding-inline: 1.55rem !important;
    margin-top: 0.35rem;
    text-transform: uppercase;
    font-size: 0.94rem;
    border-radius: 4px !important;
}

.why-choose-visuals {
    position: relative;
    min-height: 100%;
}

.why-choose-image-stack {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    min-height: 100%;
}

.why-choose-image {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(20, 32, 55, 0.12);
}

.why-choose-image.primary {
    margin-top: 0;
}

.why-choose-image.secondary {
    margin-top: 0;
}

.why-choose-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 402px;
    object-fit: cover;
}

.reviews-slider-card {
    margin-top: 1.5rem;
    padding: 1.7rem 1.2rem 1.9rem;
    border: 1px solid rgba(20, 32, 55, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(243, 247, 255, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: 0 24px 60px rgba(22, 31, 49, 0.08);
    overflow: hidden;
}

.business-stats-slider-card {
    margin-top: 1.6rem;
    padding: 1.7rem 1.2rem 1.9rem;
    border: 1px solid rgba(20, 32, 55, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(214, 176, 92, 0.2), transparent 24%),
        radial-gradient(circle at bottom right, rgba(35, 72, 110, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(246, 249, 255, 0.98));
    box-shadow: 0 24px 60px rgba(22, 31, 49, 0.08);
    overflow: hidden;
}

.business-stats-slider-head {
    margin-bottom: 1.25rem;
    text-align: center;
}

.business-stats-slider-head h2 {
    margin: 0 auto;
}

.business-stats-heading-line {
    display: block;
    width: min(100%, 660px);
    height: 2px;
    margin: 1rem auto 1.1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(214, 176, 92, 0), rgba(214, 176, 92, 0.88) 18%, rgba(214, 176, 92, 0.96) 50%, rgba(214, 176, 92, 0.88) 82%, rgba(214, 176, 92, 0));
    box-shadow: 0 0 12px rgba(196, 149, 43, 0.2);
}

.business-stats-slider-head p {
    margin: 0 auto;
    max-width: 58ch;
    color: #556476;
    font-size: 1rem;
    line-height: 1.7;
}

.business-stats-slider-shell {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    gap: 1rem;
    align-items: center;
}

.business-stats-arrow {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(20, 32, 55, 0.1);
    border-radius: 50%;
    background: #ffffff;
    color: #183552;
    box-shadow: 0 12px 28px rgba(18, 36, 86, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.business-stats-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(18, 36, 86, 0.12);
    background: #fdf8ee;
}

.business-stats-arrow svg {
    width: 22px;
    height: 22px;
    display: block;
}

.business-stats-viewport {
    overflow: hidden;
    padding: 0.6rem 0;
}

.business-stats-track {
    display: flex;
    align-items: stretch;
    gap: 1.1rem;
    transition: transform 0.35s ease;
    will-change: transform;
}

.business-stat-card {
    flex: 0 0 calc((100% - 3.3rem) / 4);
    min-height: 190px;
    padding: 0.85rem 0.95rem 0.8rem;
    border-radius: 18px;
    border: 1px solid rgba(20, 32, 55, 0.05);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 253, 0.96));
    box-shadow: 0 10px 24px rgba(24, 40, 68, 0.12);
    display: grid;
    align-content: start;
    gap: 0.95rem;
    opacity: 0.88;
    transform: translateY(0) scale(0.97);
    transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

.business-stat-card.is-active {
    opacity: 1;
    transform: translateY(-4px) scale(1);
    box-shadow: 0 20px 42px rgba(24, 40, 68, 0.12);
    border-color: rgba(214, 176, 92, 0.34);
}

.business-stat-card::before,
.business-stat-card::after {
    content: "";
}

.business-stat-card::before {
    display: none;
}

.business-stat-card::after {
    display: none;
}

.business-stat-topline {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.business-stat-icon {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.98), rgba(255, 248, 229, 0.96) 52%, rgba(248, 225, 171, 0.92) 100%);
    border: 1px solid rgba(214, 176, 92, 0.28);
    color: #c88a1f;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 22px rgba(207, 162, 55, 0.14);
}

.business-stat-card:hover,
.business-stat-card:focus-within {
    transform: translateY(-3px) scale(1);
    opacity: 1;
    border-color: rgba(214, 176, 92, 0.45);
    box-shadow: 0 20px 42px rgba(24, 40, 68, 0.12);
}

.business-stat-card:hover .business-stat-icon,
.business-stat-card:focus-within .business-stat-icon,
.business-stat-card.is-active .business-stat-icon {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 14px 28px rgba(207, 162, 55, 0.18);
}

.business-stat-icon svg {
    width: 24px;
    height: 24px;
    display: block;
    filter: drop-shadow(0 1px 0 rgba(255, 248, 231, 0.8));
}

.business-stat-label {
    margin: 0;
    color: #111c33;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.25;
    text-transform: uppercase;
}

.business-stat-value {
    color: #132947;
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
    padding-left: 0.1rem;
}

.business-stat-card-categories { background: linear-gradient(180deg, #fffdf6, #fff5da); }
.business-stat-card-brands { background: linear-gradient(180deg, #f9fbff, #eaf2ff); }
.business-stat-card-vendors { background: linear-gradient(180deg, #f8fffb, #e5f8ef); }
.business-stat-card-products { background: linear-gradient(180deg, #fff9f3, #ffeedd); }
.business-stat-card-quotations { background: linear-gradient(180deg, #f7f4ff, #ece5ff); }
.business-stat-card-invoices { background: linear-gradient(180deg, #f5fbff, #e2f2ff); }
.business-stat-card-customers { background: linear-gradient(180deg, #fff8fb, #ffe5ef); }

.business-stat-card-brands .business-stat-icon { color: #b67a16; }
.business-stat-card-vendors .business-stat-icon { color: #af7d22; }
.business-stat-card-products .business-stat-icon { color: #c7841e; }
.business-stat-card-quotations .business-stat-icon { color: #b9771d; }
.business-stat-card-invoices .business-stat-icon { color: #c08a2a; }
.business-stat-card-customers .business-stat-icon { color: #b3721c; }

.comparison-analysis-card {
    margin-top: 1.7rem;
    padding: 1.5rem 1.35rem 1.35rem;
    border-radius: 30px;
    border: 1px solid rgba(24, 39, 78, 0.08);
    background:
        radial-gradient(circle at top center, rgba(219, 178, 72, 0.16), transparent 26%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
    box-shadow: 0 24px 56px rgba(20, 47, 72, 0.08);
}

.comparison-analysis-head {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.comparison-analysis-head h2 {
    margin: 0;
    padding: 0.7rem 1.55rem 0.78rem;
    border: 1.5px solid rgba(211, 171, 82, 0.8);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(255, 255, 255, 0.94));
    color: #171717;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 14px 32px rgba(206, 165, 64, 0.12);
}

.comparison-analysis-table-wrap {
    overflow-x: auto;
    border-radius: 18px;
}

.comparison-analysis-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(196, 154, 67, 0.35);
    background: linear-gradient(180deg, #162a56, #102144);
    color: #f7f3e6;
    box-shadow: 0 18px 44px rgba(12, 26, 56, 0.22);
}

.comparison-analysis-table thead th {
    padding: 1rem 1.05rem;
    border: 1px solid rgba(217, 178, 92, 0.34);
    background:
        linear-gradient(180deg, rgba(217, 180, 108, 0.96), rgba(171, 127, 54, 0.98)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    color: #1e1b18;
    font-size: 0.94rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
}

.comparison-analysis-table tbody th,
.comparison-analysis-table tbody td {
    padding: 0.95rem 1rem;
    border: 1px solid rgba(209, 173, 91, 0.18);
    vertical-align: top;
}

.comparison-analysis-table tbody th {
    width: 28%;
    color: #dcb46b;
    font-size: 0.98rem;
    font-weight: 800;
    background: rgba(6, 18, 44, 0.16);
}

.comparison-analysis-table tbody td {
    width: 36%;
    color: rgba(246, 245, 240, 0.96);
    font-size: 0.96rem;
    line-height: 1.45;
}

.comparison-analysis-table tbody tr:nth-child(even) td,
.comparison-analysis-table tbody tr:nth-child(even) th {
    background: rgba(255, 255, 255, 0.02);
}

.comparison-feature-cell {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.comparison-feature-icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(226, 190, 110, 0.22), rgba(122, 87, 32, 0.18));
    color: #f1ca78;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.comparison-feature-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}

.reviews-slider-head {
    margin-bottom: 1.25rem;
    text-align: center;
}

.reviews-slider-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 0.42rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(73, 103, 219, 0.42);
    background: #ffffff;
    color: #112a62;
    font-size: 0.84rem;
    font-weight: 700;
}

.reviews-slider-head h2 {
    margin: 0.9rem 0 0.5rem;
    color: #171f69;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.1;
    position: relative;
    padding-bottom: 1rem;
}

.reviews-slider-head h2::after {
    content: "";
    display: block;
    width: min(100%, 680px);
    height: 2px;
    margin: 0.75rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(214, 176, 92, 0), rgba(214, 176, 92, 0.95) 18%, rgba(214, 176, 92, 1) 50%, rgba(214, 176, 92, 0.95) 82%, rgba(214, 176, 92, 0));
    box-shadow: 0 0 10px rgba(214, 176, 92, 0.35);
}

.reviews-slider-head p {
    margin: 0 auto;
    max-width: 60ch;
    color: #334155;
    font-size: 1.06rem;
    line-height: 1.75;
}

.reviews-slider-shell {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    gap: 1rem;
    align-items: center;
}

.reviews-slider-arrow {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(20, 32, 55, 0.1);
    border-radius: 50%;
    background: #ffffff;
    color: #12285d;
    box-shadow: 0 12px 28px rgba(18, 36, 86, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.reviews-slider-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(18, 36, 86, 0.12);
    background: #f7f9ff;
}

.reviews-slider-arrow svg {
    width: 22px;
    height: 22px;
    display: block;
}

.reviews-slider-viewport {
    overflow: hidden;
    padding: 0.6rem 0;
}

.reviews-slider-track {
    display: flex;
    align-items: stretch;
    gap: 1.2rem;
    transition: transform 0.35s ease;
    will-change: transform;
}

.review-slide-card {
    flex: 0 0 calc((100% - 2.4rem) / 3);
    min-height: 250px;
    padding: 1.45rem 1.25rem;
    border: 1px solid rgba(20, 32, 55, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(24, 40, 68, 0.08);
    opacity: 0.82;
    transform: scale(0.94);
    transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}

.review-slide-card.is-active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 20px 40px rgba(24, 40, 68, 0.12);
}

.review-slide-stars {
    margin-bottom: 1rem;
    color: #d79b23;
    font-size: 1rem;
    letter-spacing: 0.12em;
}

.review-slide-card p {
    margin: 0 0 1.2rem;
    color: #334155;
    font-size: 1.06rem;
    line-height: 1.75;
}

.review-slide-card strong {
    display: block;
    color: #112a62;
    font-size: 1.05rem;
}

.review-slide-card span {
    display: block;
    margin-top: 0.35rem;
    color: #8a93a5;
    font-size: 0.92rem;
}

.review-slide-card:not(.is-active) p {
    color: #7a89a1;
}

.review-slide-card:not(.is-active) strong {
    color: #667ba0;
}

.review-slide-card:not(.is-active) span {
    color: #9aa7bb;
}

@keyframes marqueeStrip {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(18px); }
}

@keyframes liftIn {
    from {
        opacity: 0;
        transform: translateY(26px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) {
    .auth-card,
    .hero-banner,
    .panel-columns,
    .public-hero,
    .contact-page-hero,
    .contact-page-grid,
    .about-story-card,
    .about-values-grid,
    .about-cta-card,
    .process-showcase-card,
    .admin-two-col,
    .admin-catalog-grid,
    .shipping-admin-grid,
    .shipping-stats-grid {
        grid-template-columns: 1fr;
    }

    .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-page-hero-badge {
        min-width: 140px;
        padding: 0.8rem 1.35rem;
        font-size: 0.92rem;
        letter-spacing: 0.18em;
    }

    .about-page-hero-badge {
        min-width: 140px;
        padding: 0.8rem 1.35rem;
        font-size: 0.92rem;
        letter-spacing: 0.18em;
    }

    .about-cta-actions {
        justify-content: flex-start;
    }

    .about-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-story-visual {
        min-height: 320px;
    }

    .process-showcase-illustration {
        min-height: 140px;
    }

    .process-showcase-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.4rem 1rem;
    }

    .static-categories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-mosaic-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .service-mosaic-copy {
        grid-column: 2 / 6;
        grid-row: 2 / 4;
    }

    .service-mosaic-image.card-a { grid-column: 1 / 3; grid-row: 1 / 3; }
    .service-mosaic-image.card-b { grid-column: 5 / 7; grid-row: 1 / 3; }
    .service-mosaic-image.card-c { grid-column: 1 / 3; grid-row: 4 / 6; }
    .service-mosaic-image.card-d { grid-column: 5 / 7; grid-row: 4 / 6; }
    .service-mosaic-image.card-e { grid-column: 1 / 3; grid-row: 6 / 8; }
    .service-mosaic-image.card-f { grid-column: 5 / 7; grid-row: 6 / 8; }
    .service-mosaic-image.card-g,
    .service-mosaic-image.card-h { display: none; }

    .service-mosaic-copy h2 {
        max-width: 12ch;
    }

    .why-choose-card {
        grid-template-columns: 1fr;
    }

    .why-choose-board-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .why-choose-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 1.1rem;
    }

    .review-slide-card {
        flex-basis: calc((100% - 1.2rem) / 2);
    }

    .process-step-link {
        display: none;
    }
}

@media (max-width: 980px) {
    .dashboard-shell {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: min(86vw, 320px);
        max-width: 320px;
        height: 100vh;
        border-radius: 0 24px 24px 0;
        transform: translateX(-100%);
        transition: transform 0.24s ease;
        box-shadow: 0 28px 54px rgba(5, 14, 29, 0.28);
    }

    .dashboard-body.sidebar-mobile-open .sidebar {
        transform: translateX(0);
    }

    .dashboard-body.sidebar-mobile-open .sidebar-backdrop {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-sidebar-toggle {
        display: inline-flex;
    }

    .topbar,
    .page-hero,
    .public-header {
        align-items: flex-start;
    }

    .topbar-actions {
        width: auto;
        margin-left: auto;
        justify-content: flex-end;
    }

    .topbar {
        flex-wrap: wrap;
        padding: 14px 16px;
        gap: 14px;
    }

    .brand-block,
    .topbar .brand-link,
    .topbar .brand-copy,
    .topbar-actions {
        min-width: 0;
    }

    .topbar .brand-link {
        flex: 1 1 0;
    }

    .topbar .brand-link {
        gap: 12px;
    }

    .topbar .brand-mark {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .topbar-user {
        align-items: flex-start;
    }

    .topbar .brand-copy strong,
    .topbar .brand-copy small {
        overflow-wrap: anywhere;
    }

    .why-choose-board {
        padding-inline: 1.2rem;
    }

    .why-choose-board-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-choose-board-head h2 {
        font-size: clamp(2.2rem, 10vw, 4.3rem);
    }

    .dashboard-graph-grid {
        grid-template-columns: 1fr;
    }

    .home-video-grid {
        grid-template-columns: 1fr;
    }

    .footer-showcase-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand-block {
        grid-column: 1 / -1;
    }

    .footer-social-block {
        grid-column: 1 / -1;
    }

    .catalog-upload-grid,
    .catalog-upload-notes,
    .catalog-master-grid,
    .quick-search-grid {
        grid-template-columns: 1fr 1fr;
    }

    .quotation-filter-toolbar,
    .quotation-filter-toolbar-primary,
    .quotation-filter-toolbar-secondary {
        grid-template-columns: 1fr 1fr;
    }

    .quotation-filter-downloads {
        justify-content: flex-start;
    }

    .process-showcase-card {
        padding: 1.4rem 1.2rem 1.6rem;
    }

    .process-showcase-head {
        text-align: left;
    }

    .static-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-mosaic-card {
        padding: 1.65rem 1rem 1.1rem;
        border-radius: 28px;
    }

    .service-mosaic-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.9rem;
    }

    .service-mosaic-copy {
        grid-column: 1 / -1;
        grid-row: auto;
        order: -1;
        padding: 0.2rem 0 0.6rem;
    }

    .service-mosaic-copy h2 {
        max-width: 14ch;
        font-size: clamp(2.25rem, 8vw, 3.6rem);
    }

    .service-mosaic-copy p {
        max-width: 44ch;
    }

    .service-mosaic-image {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .service-mosaic-image.card-g,
    .service-mosaic-image.card-h {
        display: block;
    }

    .reviews-slider-shell {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 0.7rem;
    }

    .reviews-slider-arrow {
        width: 42px;
        height: 42px;
    }

    .business-stats-slider-shell {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 0.7rem;
    }

    .business-stats-arrow {
        width: 42px;
        height: 42px;
    }

    .business-stat-card {
        flex-basis: calc((100% - 1.1rem) / 2);
        min-height: 180px;
    }

    .review-slide-card {
        flex-basis: 100%;
    }

    .content-shell {
        padding: 14px;
    }

    .page-hero,
    .compact-hero,
    .public-card,
    .invoice-review-card,
    .comparison-analysis-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    .table-responsive {
        margin-inline: -2px;
    }
}

@media (max-width: 760px) {
    .auth-hero,
    .auth-form-panel,
    .content-shell {
        padding: 24px 18px;
    }

    .hero-points,
    .hero-stat-grid,
    .card-grid,
    .admin-shortcut-grid,
    .mini-grid,
    .catalog-master-grid,
    .catalog-upload-grid,
    .catalog-upload-notes,
    .demo-grid,
    .kpi-strip,
    .form-grid,
    .admin-form-grid-3,
    .search-results-grid,
    .download-grid,
    .public-grid,
    .quote-output-grid,
    .quote-total-grid {
        grid-template-columns: 1fr;
    }

    .kpi-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quotation-filter-toolbar,
    .quotation-filter-toolbar-primary,
    .quotation-filter-toolbar-secondary {
        grid-template-columns: 1fr;
    }

    .form-span-3 {
        grid-column: auto;
    }

    .button-row,
    .hero-actions {
        flex-direction: column;
    }

    .section-header,
    .page-hero {
        flex-direction: column;
        align-items: stretch;
    }

    .section-header > *,
    .page-hero > * {
        min-width: 0;
        width: 100%;
    }

    .quick-search-types .button,
    .quick-search-types > a,
    .form-actions .button,
    .form-actions > a,
    .button-row .button,
    .hero-actions .button {
        width: 100%;
    }

    .form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .quick-search-types {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .quick-search-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .quick-search-grid .quick-search-actions,
    .duplicate-filter-grid .duplicate-filter-actions,
    .commission-filter-grid .duplicate-filter-actions,
    .quotation-filter-actions,
    .customers-filter-row .form-actions,
    .product-filter-row .form-actions,
    .vendor-filter-row .form-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quick-search-grid .quick-search-actions .button,
    .quick-search-grid .quick-search-actions > a,
    .duplicate-filter-grid .duplicate-filter-actions .button,
    .duplicate-filter-grid .duplicate-filter-actions > a,
    .commission-filter-grid .duplicate-filter-actions .button,
    .commission-filter-grid .duplicate-filter-actions > a,
    .quotation-filter-actions .button,
    .quotation-filter-actions > a,
    .customers-filter-row .form-actions .button,
    .customers-filter-row .form-actions > a,
    .product-filter-row .form-actions .button,
    .product-filter-row .form-actions > a,
    .vendor-filter-row .form-actions .button,
    .vendor-filter-row .form-actions > a {
        width: 100%;
    }

    .duplicate-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .duplicate-filter-grid > .field-group:first-child,
    .commission-filter-grid > .field-group:first-child {
        grid-column: 1 / -1;
    }

    .commission-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-logo-wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .auth-topline {
        flex-direction: column;
        align-items: flex-start;
    }

    .auth-meta-row {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .auth-forgot-link {
        margin-left: 0;
    }

    .brand-link {
        align-items: flex-start;
    }

    .why-choose-points,
    .why-choose-image-stack {
        grid-template-columns: 1fr;
    }

    .why-choose-board {
        padding: 1.4rem 0.9rem 1.6rem;
        border-width: 3px;
        border-radius: 24px;
    }

    .why-choose-board-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .why-choose-board-card {
        padding-inline: 1.05rem;
    }

    .why-choose-board-head h2 {
        font-size: clamp(2rem, 13vw, 3rem);
    }

    .why-choose-board-divider {
        margin-top: 0.8rem;
    }

    .service-mosaic-card {
        padding-inline: 0.85rem;
        border-radius: 22px;
    }

    .service-mosaic-grid {
        grid-template-columns: 1fr;
    }

    .home-showcase-slider {
        padding: 0.25rem;
    }

    .home-showcase-slide .hero-slide-image.single {
        min-height: 170px;
    }

    .home-media-head p,
    .home-video-copy p {
        font-size: 0.94rem;
    }

    .home-video-section {
        padding: 1rem 0.85rem;
        border-radius: 22px;
    }

    .home-video-copy {
        padding: 1rem 0.95rem;
        border-radius: 20px;
    }

    .service-mosaic-copy h2 {
        max-width: 11ch;
        font-size: clamp(2rem, 10vw, 2.9rem);
    }

    .service-mosaic-copy p {
        font-size: 0.95rem;
    }

    .service-mosaic-pills {
        gap: 0.55rem;
    }

    .service-mosaic-pills span {
        min-height: 40px;
        padding: 0.55rem 0.85rem;
        font-size: 0.84rem;
    }

    .service-mosaic-image.card-g,
    .service-mosaic-image.card-h {
        display: none;
    }

    .comparison-analysis-card {
        padding: 1.15rem 0.85rem 1rem;
        border-radius: 22px;
    }

    .comparison-analysis-head h2 {
        width: 100%;
        text-align: center;
        padding-inline: 0.95rem;
        font-size: 1.05rem;
        line-height: 1.15;
    }

    .comparison-analysis-table {
        table-layout: fixed;
        width: 100%;
    }

    .comparison-analysis-table thead th,
    .comparison-analysis-table tbody th,
    .comparison-analysis-table tbody td {
        padding: 0.8rem 0.75rem;
        font-size: 0.88rem;
        width: auto;
        min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .comparison-feature-cell {
        align-items: flex-start;
        gap: 0.65rem;
    }

    .comparison-feature-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .business-stats-slider-card {
        padding-inline: 0.85rem;
        border-radius: 22px;
    }

    .business-stat-card {
        flex-basis: 100%;
        min-height: 168px;
    }

    .why-choose-image.secondary {
        margin-top: 0;
    }

    .why-choose-points {
        margin-top: 1rem;
    }

    .topbar-actions {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        margin-left: auto;
    }

    .topbar-user {
        display: none;
    }

    .topbar-logout {
        display: inline-flex;
        min-width: 88px;
        width: auto;
        padding-inline: 14px;
        text-align: center;
    }

    .topbar .brand-copy strong {
        font-size: 0.95rem;
    }

    .topbar .brand-copy small {
        font-size: 0.76rem;
    }

    .topbar .brand-link,
    .topbar .brand-copy {
        min-width: 0;
    }

    .page-hero,
    .compact-hero,
    .public-card,
    .invoice-review-card,
    .comparison-analysis-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .panel-card,
    .table-card,
    .info-card,
    .timeline-card {
        padding: 18px 14px;
        border-radius: 22px;
    }

    .pill-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .pill-tabs a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .table-card {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .quotation-table-card {
        overflow-x: hidden;
    }

    .quotation-table-card .table-responsive {
        overflow-x: auto;
    }

    .table-card table,
    .table-card .compact-table,
    .table-card .data-table,
    .table-card .invoice-table {
        min-width: 640px;
    }

    .table-responsive > table,
    .table-responsive > .compact-table,
    .table-responsive > .data-table {
        min-width: 640px;
    }

    .footer-showcase {
        margin-inline: 0;
        padding: 1.5rem 1.25rem 1rem;
        border-radius: 24px;
    }

    .footer-showcase-grid {
        grid-template-columns: 1fr;
    }

    .footer-line-rich {
        justify-content: center;
    }

    .floating-contact-widget {
        right: 14px;
        bottom: 14px;
    }

    .floating-contact-button {
        width: 54px;
        height: 54px;
    }

    .floating-contact-panel {
        right: 14px;
        bottom: 84px;
        width: min(340px, calc(100vw - 18px));
        max-height: calc(100vh - 100px);
    }

    .workflow-steps,
    .workflow-note-row,
    .workflow-actions.bottom {
        justify-content: center;
    }

    .workflow-title-bar {
        width: 100%;
        font-size: 1.2rem;
    }

    .workflow-search-grid,
    .workflow-saved-row,
    .workflow-form-grid {
        grid-template-columns: 1fr;
    }

    .workflow-form-grid .field-group:last-child {
        grid-column: auto;
    }

    .workflow-col-head,
    .workflow-pill-save {
        display: none;
    }

    .table-header-inline {
        flex-direction: column;
        align-items: stretch;
    }

    .duplicate-filter-grid,
    .commission-filter-grid,
    .quick-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .content-shell,
    .auth-hero,
    .auth-form-panel {
        padding: 18px 12px;
    }

    .quick-search-types {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quick-search-grid,
    .duplicate-filter-grid,
    .commission-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-hero,
    .compact-hero,
    .public-card,
    .invoice-review-card,
    .comparison-analysis-card,
    .panel-card,
    .table-card,
    .info-card,
    .timeline-card {
        padding-left: 12px;
        padding-right: 12px;
    }

    .table-card th,
    .table-card td,
    .compact-table th,
    .compact-table td,
    .invoice-table th,
    .invoice-table td {
        padding-left: 8px;
        padding-right: 8px;
    }

    .kpi-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quotation-mobile-table,
    .quotation-mobile-table thead,
    .quotation-mobile-table tbody,
    .quotation-mobile-table tr,
    .quotation-mobile-table th,
    .quotation-mobile-table td {
        display: block;
        width: 100%;
    }

    .quotation-mobile-table {
        min-width: 0 !important;
    }

    .quotation-mobile-table thead {
        display: none;
    }

    .quotation-mobile-table tbody {
        display: grid;
        gap: 12px;
    }

    .quotation-mobile-table tbody tr {
        padding: 12px;
        border: 1px solid rgba(35, 72, 110, 0.1);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 24px rgba(20, 48, 76, 0.08);
    }

    .quotation-mobile-table tbody td {
        min-width: 0;
        padding: 6px 0;
        border-bottom: 1px solid rgba(35, 72, 110, 0.08);
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .quotation-mobile-table tbody td:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .quotation-mobile-table tbody td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: #5e6e80;
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .quotation-mobile-table .table-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .quotation-mobile-table .table-actions .button {
        width: 100%;
    }

    .quotation-table-card {
        overflow-x: visible;
    }

    .quotation-table-card .table-responsive {
        overflow-x: visible;
    }

    .pagination-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .pagination-links {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

.process-showcase-head h2.section-heading-pill,
.compact-builder-head .eyebrow.section-heading-pill,
.quote-products-card .selected-products-copy .eyebrow.section-heading-pill,
.request-upload-copy .eyebrow.section-heading-pill,
.static-categories-head h2.section-heading-pill,
.static-categories-head-visual h2.section-heading-pill,
.why-choose-board-head h2.section-heading-pill,
.why-choose-copy h2.section-heading-pill,
.business-stats-slider-head h2.section-heading-pill,
.comparison-analysis-head h2.section-heading-pill,
.reviews-slider-head h2.section-heading-pill,
.about-story-copy h2.section-heading-pill,
.about-cta-card h2.section-heading-pill,
.contact-info-panel h2.section-heading-pill,
.contact-form-panel h2.section-heading-pill,
.contact-map-card h2.section-heading-pill {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: min(100%, 780px) !important;
    margin: 0.9rem auto 0 !important;
    padding: 0.72rem 1.9rem 0.82rem !important;
    border: 2.2px solid rgba(120, 81, 10, 1) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 247, 239, 0.97)) !important;
    box-shadow:
        inset 0 0 0 1px rgba(250, 223, 154, 0.9),
        0 0 0 1px rgba(214, 170, 61, 0.75) !important;
    color: #151515 !important;
    font-family: Arial, sans-serif !important;
    font-size: clamp(1.15rem, 2.3vw, 2rem) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow: none !important;
    position: relative !important;
    overflow: hidden !important;
}

.process-showcase-head h2.section-heading-pill::after,
.compact-builder-head .eyebrow.section-heading-pill::after,
.quote-products-card .selected-products-copy .eyebrow.section-heading-pill::after,
.request-upload-copy .eyebrow.section-heading-pill::after,
.static-categories-head h2.section-heading-pill::after,
.static-categories-head-visual h2.section-heading-pill::after,
.why-choose-board-head h2.section-heading-pill::after,
.why-choose-copy h2.section-heading-pill::after,
.business-stats-slider-head h2.section-heading-pill::after,
.comparison-analysis-head h2.section-heading-pill::after,
.reviews-slider-head h2.section-heading-pill::after,
.about-story-copy h2.section-heading-pill::after,
.about-cta-card h2.section-heading-pill::after,
.contact-info-panel h2.section-heading-pill::after,
.contact-form-panel h2.section-heading-pill::after,
.contact-map-card h2.section-heading-pill::after {
    display: none !important;
}

@media (max-width: 760px) {
    .public-flow-shell > *,
    .public-hero,
    .workflow-progress-card,
    .quote-builder-card,
    .quote-summary-card,
    .quote-products-card,
    .public-page-intro,
    .contact-hero-card,
    .contact-side-card,
    .contact-form-card,
    .invoice-review-card,
    .hero-slider-shell,
    .phase-track-card,
    .request-upload-card {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .process-showcase-head h2.section-heading-pill,
    .compact-builder-head .eyebrow.section-heading-pill,
    .quote-products-card .selected-products-copy .eyebrow.section-heading-pill,
    .request-upload-copy .eyebrow.section-heading-pill,
    .static-categories-head h2.section-heading-pill,
    .static-categories-head-visual h2.section-heading-pill,
    .why-choose-board-head h2.section-heading-pill,
    .why-choose-copy h2.section-heading-pill,
    .business-stats-slider-head h2.section-heading-pill,
    .comparison-analysis-head h2.section-heading-pill,
    .reviews-slider-head h2.section-heading-pill,
    .about-story-copy h2.section-heading-pill,
    .about-cta-card h2.section-heading-pill,
    .contact-info-panel h2.section-heading-pill,
    .contact-form-panel h2.section-heading-pill,
    .contact-map-card h2.section-heading-pill {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0.68rem 1.05rem 0.76rem !important;
        font-size: 1.05rem !important;
        line-height: 1.15 !important;
    }
}
