﻿:root {
    --navy-950: #07121d;
    --navy-900: #0d1a28;
    --navy-850: #132434;
    --navy-800: #1b2d3e;
    --steel-300: #dbe2ea;
    --steel-200: #edf2f6;
    --steel-100: #f6f8fb;
    --text-main: #0f1720;
    --text-soft: #5f6b78;
    --white: #ffffff;
    --gold: #2b8df2;
    --gold-400: #2b8df2;
    --gold-strong: #58abff;
    --brand-blue: #1480d0;
    --brand-blue-deep: #0c5ea0;
    --success: #6fd7a4;
    --shadow-xl: 0 24px 80px rgba(7, 18, 29, 0.18);
    --shadow-card: 0 18px 48px rgba(17, 26, 37, 0.10);
    --radius-2xl: 32px;
    --radius-xl: 26px;
    --radius-lg: 20px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --transition: 0.32s ease;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    color: var(--text-main);
    background: var(--steel-100);
    background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
    overflow-x: hidden;
    font-size: 18px;
}

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

a {
    text-decoration: none;
}

.page-shell {
    position: relative;
}

.container-xxl {
    position: relative;
    z-index: 2;
}

.section-space {
    padding: 110px 0;
}

.section-kicker,
.hero-kicker,
.panel-kicker,
.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.01em;
}

.section-head h2,
.intro-board h2,
.why-section h2,
.contact-box h2,
.hero-copy h1 {
    margin: 20px 0 20px;
    font-weight: 700;
    line-height: 1.12;
}

.section-head h2,
.intro-board h2,
.why-section h2,
.contact-box h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.section-head p,
.intro-board p,
.section-text,
.contact-box p {
    color: #030303;
    font-size: 1.2rem;
    line-height: 1.6;
}

.site-header {
    position: fixed;
    inset-inline: 0;
    top: 0;
    z-index: 1200;
    transition: var(--transition);
}

    .site-header.scrolled {
        backdrop-filter: blur(18px);
        background: rgba(7, 18, 29, 0.82);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }




.navbar {
    padding: 18px 0;
}

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

.brand-link {
    display: inline-flex;
    align-items: center;
}

.brand-logo {
    height: 58px;
    width: auto;
}

.brand-logo-color {
    display: none;
}

.site-header.scrolled .brand-logo-white {
    display: none;
}

.site-header.scrolled .brand-logo-color {
    display: block;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    font-size: 1.08rem;
    padding: 12px 14px;
    border-radius: 999px;
    transition: var(--transition);
}


@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}


.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.10);
    padding-right: 14px;
    padding-left: 14px;
}




.btn {
    transition: var(--transition);
}

.btn-accent,
.btn-quote {
    /* background: linear-gradient(145deg, var(--gold-strong), #1f7fe4); */
    /* background: linear-gradient(145deg, var(--gold-strong), var(--brand-blue)); */
    background-color: var(--gold);
    color: #ffffff;
    border: 0;
    font-weight: 700;
    border-radius: 60px;
    padding: 14px 28px;
    /* box-shadow: 0 0px 10px rgba(43, 141, 242, 0.26); */
    font-size: 1.1rem;
    /* line-height: 1; */
    height: auto;
}

    .btn-accent:active,
    .btn-quote:active {
        background-color: var(--gold) !important;
        color: #ffffff !important;
    }

    .btn-accent:hover,
    .btn-quote:hover {
        color: #ffffff;
        transform: translateY(-2px);
        background-color: #0089d1;
    }

.btn-outline-light {
    border-width: 1.5px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    font-size: 1.1rem;
}

.icon-btn {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .icon-btn:hover, .icon-btn:active {
        background: rgba(255, 255, 255, 0.14) !important;
        /* transform: translateY(-2px); */
        color: #fff !important;
    }

    .icon-btn i {
        font-size: 1.18rem;
    }

.cart-badge {
    position: absolute;
    top: -6px;
    left: -6px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--gold);
    color: #11161e;
    font-weight: 800;
    font-size: 0.78rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mega-item {
    position: static;
}

.mega-menu {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 100%;
    padding-top: 18px;
    width: min(1380px, calc(100vw - 34px));
    max-height: calc(100dvh - 84px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
}

.mega-item:hover .mega-menu,
.mega-item:focus-within .mega-menu,
.mega-item.is-open .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mega-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    height: min(760px, calc(100dvh - 102px));
    background: linear-gradient(180deg, rgba(8, 16, 25, 0.99), rgba(9, 20, 32, 0.97));
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--radius-2xl);
    padding: 18px;
    box-shadow: 0 30px 90px rgba(7, 16, 25, 0.5);
    backdrop-filter: blur(22px);
    overflow: hidden;
}

.mega-side,
.mega-panels,
.mega-feature {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.mega-side {
    padding: 10px;
    display: grid;
    align-content: start;
    gap: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02));
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(43, 141, 242, 0.38) rgba(255, 255, 255, 0.06);
}

.mega-tab {
    width: 100%;
    text-align: right;
    border: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
    color: rgba(255, 255, 255, 0.82);
    background: transparent;
    border-radius: 16px;
    font-weight: 800;
    font-size: 1rem;
    transition: var(--transition);
}

    .mega-tab img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        flex-shrink: 0;
        filter: brightness(0) invert(1);
        opacity: 0.86;
        transition: var(--transition);
    }

    .mega-tab.active,
    .mega-tab:hover,
    .mega-tab:focus-visible {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(43, 141, 242, 0.18));
        color: var(--white);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
        outline: none;
    }

        .mega-tab.active img,
        .mega-tab:hover img,
        .mega-tab:focus-visible img {
            opacity: 1;
        }

.mega-panels {
    padding: 20px 22px;
    min-height: 350px;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(43, 141, 242, 0.38) rgba(255, 255, 255, 0.06);
}

    .mega-side::-webkit-scrollbar,
    .mega-panels::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .mega-side::-webkit-scrollbar-track,
    .mega-panels::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.06);
        border-radius: 999px;
    }

    .mega-side::-webkit-scrollbar-thumb,
    .mega-panels::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, rgba(88, 171, 255, 0.56), rgba(20, 128, 208, 0.42));
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.14);
    }

        .mega-side::-webkit-scrollbar-thumb:hover,
        .mega-panels::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(180deg, rgba(88, 171, 255, 0.8), rgba(20, 128, 208, 0.62));
        }

.mega-panel {
    display: none;
}

    .mega-panel.active {
        display: block;
    }

.mega-panel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mega-list-col h5 {
    font-size: 1.03rem;
    font-weight: 900;
    color: var(--white);
    padding-right: 12px;
    border-right: 2px solid rgba(88, 171, 255, 0.72);
    margin-bottom: 12px;
    margin-top: 20px;
}



.mega-list-col a {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    padding: 8px 10px;
    line-height: 1.5;
    border-radius: 10px;
    font-size: 0.96rem;
    transition: var(--transition);
}

    .mega-list-col a:hover {
        color: #dceeff;
        background: rgba(255, 255, 255, 0.08);
        transform: translateX(-3px);
    }

.mega-list-col h5 a {
    padding: 0;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    border: none;
    border-radius: 0;
    transition: none;
}

    .mega-list-col h5 a:hover {
        color: inherit;
        background: inherit;
        transform: none;
    }

.mega-feature {
    padding: 24px;
    background: linear-gradient(170deg, rgba(20, 121, 201, 0.30), rgba(88, 171, 255, 0.18));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}

    .mega-feature h4 {
        font-size: 1.24rem;
        line-height: 1.45;
        color: var(--white);
        font-weight: 900;
        margin: 0;
    }

    .mega-feature p {
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.65;
        margin-bottom: 0;
        font-size: 0.95rem;
    }

    .mega-feature .tag {
        font-size: 0.94rem;
        color: #dceeff;
        margin-bottom: 0;
    }

.mega-feature-list {
    margin: 0;
    display: grid;
    gap: 8px;
}

    .mega-feature-list li {
        position: relative;
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.92rem;
        line-height: 1.4;
        padding-right: 14px;
    }

        .mega-feature-list li::before {
            content: "";
            position: absolute;
            right: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #69b5ff;
        }

.mega-feature .btn {
    margin-top: auto;
}

.mega-mini-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

    .mega-mini-stats div {
        padding: 16px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
    }

    .mega-mini-stats strong {
        display: block;
        color: var(--white);
        font-size: 1.55rem;
        font-weight: 900;
    }

    .mega-mini-stats span {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.95rem;
    }


.hero-section {
    position: relative;
    min-height: calc(100vh + 160px);
    color: var(--white);
    overflow: hidden;
}

.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-media {
    /* hero background image */
    background-image: linear-gradient(115deg, rgba(7, 18, 29, 0.58), rgba(7, 18, 29, 0.28)), url('assets/bg-07.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transform: scale(1.04);
}

.hero-media-next {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
}


.hero-overlay {
    background: radial-gradient(circle at 78% 18%, rgba(20, 128, 208, 0.28), transparent 30%), radial-gradient(circle at 16% 24%, rgba(88, 171, 255, 0.20), transparent 26%), linear-gradient(180deg, rgba(7, 18, 29, 0.30), rgba(7, 18, 29, 0.75));
}

.hero-row {
    padding-top: 190px;
    padding-bottom: 190px;
}

.hero-copy {
    max-width: 660px;
    /* text-align: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-items: center; */
    /* align-items: center; */
}

    .hero-copy h1 {
        font-size: clamp(2.7rem, 6vw, 2.7rem);
    }

    .hero-copy p {
        font-size: 1.2rem;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.82);
        max-width: 660px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

.hero-cta {
    margin-top: 28px;
}

.hero-stats {
    margin-top: 42px;
}


@media (max-width: 767px) {
    .hero-copy {
        text-align: center;
    }

    .hero-cta {
        justify-content: center;
    }
}



.stat-card,
.glass-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
}

.stat-card {
    height: 100%;
    padding: 22px 20px;
}

    .stat-card strong {
        display: block;
        font-size: 1.28rem;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .stat-card span {
        color: rgba(255, 255, 255, 0.76);
        line-height: 1.75;
    }

.hero-panel {
    padding: 28px;
    box-shadow: var(--shadow-xl);
}

    .hero-panel h3 {
        margin: 10px 0 20px;
        font-size: 2rem;
        font-weight: 900;
    }

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.75;
}

.feature-list i {
    color: var(--gold);
    font-size: 1.1rem;
    margin-top: 4px;
}

.intro-board-wrap {
    margin-top: -76px;
    position: relative;
    z-index: 3;
}

.intro-board {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 26, 37, 0.06);
    border-radius: 34px;
    padding: 38px 42px;
    box-shadow: 0 28px 80px rgba(16, 23, 32, 0.10);
}

.intro-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 22px;
    border-radius: 999px;
    background: #f0f4f8;
    color: #415060;
    font-weight: 800;
}

    .pill.active {
        background: var(--navy-900);
        color: var(--white);
        box-shadow: 0 14px 28px rgba(7, 18, 29, 0.16);
    }

.intro-side {
    height: 100%;
    border-radius: 24px;
    padding: 22px;
    background: linear-gradient(135deg, rgba(20, 128, 208, 0.10), rgba(88, 171, 255, 0.14));
    border: 1px solid rgba(20, 128, 208, 0.10);
}

    .intro-side span {
        display: block;
        color: var(--brand-blue-deep);
        font-weight: 800;
        margin-bottom: 10px;
    }

    .intro-side strong {
        line-height: 1.75;
        font-size: 1.05rem;
    }

.categories-section {
    /* background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%); */
    padding-top: 70px;
}

.category-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-radius: 28px;
    background: var(--white);
    border: 1px solid rgba(20, 128, 208, 0.08);
    box-shadow: var(--shadow-card);
    color: var(--text-main);
    position: relative;
    overflow: hidden;
}

    .category-card::before {
        content: "";
        position: absolute;
        inset-inline: 0;
        top: 0;
        height: 5px;
        background: linear-gradient(90deg, var(--gold), var(--brand-blue));
        opacity: 0;
        transition: var(--transition);
    }

    .category-card:hover {
        /* transform: translateY(-8px); */
        box-shadow: 0 28px 60px rgba(15, 23, 32, 0.14);
    }

        .category-card:hover::before {
            opacity: 1;
        }

.category-card-accent {
    background: linear-gradient(180deg, #ffffff 0%, #fbf6eb 100%);
}

.category-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(20, 128, 208, 0.12), rgba(88, 171, 255, 0.16));
    color: #333c45;
    font-size: 2.5rem;
    margin-bottom: 22px;
    transition: var(--transition);
}

    .category-icon img {
        width: 44px;
        height: 44px;
        object-fit: contain;
    }

.category-card:hover .category-icon {
    transform: scale(1.07) rotate(-6deg);
    background: linear-gradient(135deg, rgba(20, 128, 208, 0.18), rgba(88, 171, 255, 0.24));
}

.category-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.category-card p {
    color: var(--text-soft);
    line-height: 1.5;
    margin-bottom: auto;
    font-size: 1.1rem;
}

.category-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-weight: 800;
    color: var(--brand-blue-deep);
    font-size: 1.1rem;
}

    .category-link i {
        transition: var(--transition);
    }

.category-card:hover .category-link i {
    transform: translateX(-5px);
}

.worlds-section {
    background: url(assets/bg-03.jpg);
    color: var(--white);
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

    .worlds-section::before {
        content: "";
        position: absolute;
        inset-inline-start: -120px;
        bottom: -120px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(20, 128, 208, 0.18), transparent 68%);
    }

    .worlds-section .section-head p {
        color: rgba(255, 255, 255, 0.72);
    }

.world-card {
    height: 100%;
    padding: 34px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.world-tools {
    background: linear-gradient(180deg, rgba(20, 128, 208, 0.16), rgba(255, 255, 255, 0.05));
}

.world-systems {
    background: linear-gradient(180deg, rgba(88, 171, 255, 0.14), rgba(255, 255, 255, 0.05));
}

.world-card h3 {
    font-size: 2rem;
    font-weight: 900;
    margin: 14px 0 24px;
}

.world-card p {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.85;
    font-size: 1.2rem;
}

.world-list {
    margin: 24px 0 28px;
}

    .world-list li {
        position: relative;
        padding-right: 22px;
        margin-bottom: 14px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 1.2rem;
    }

        .world-list li::before {
            content: "";
            position: absolute;
            right: 0;
            top: 11px;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--gold);
        }

.industries-section {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.industry-card {
    height: 100%;
    border-radius: 26px;
    padding: 28px;
    background: var(--white);
    border: 1px solid rgba(17, 26, 37, 0.06);
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: hidden;
}

    .industry-card::after {
        content: "";
        position: absolute;
        inset-inline-start: -30px;
        bottom: -30px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(20, 128, 208, 0.10), transparent 70%);
    }

.industry-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(20, 128, 208, 0.12), rgba(88, 171, 255, 0.18));
    color: var(--brand-blue-deep);
    font-size: 1.1rem;
    font-weight: 900;
}

.industry-card h3 {
    font-size: 1.42rem;
    font-weight: 900;
    margin: 18px 0 10px;
}

.industry-card p {
    color: var(--text-soft);
    line-height: 1.8;
    margin-bottom: 0;
}

.brands-strip {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: -39px;
}

.brands-kicker {
    color: #0e1e2f;
    font-weight: 800;
    font-size: 1.5rem;
}

.brands-bar {
    border-radius: 68px;
    padding: 35px 32px;
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(244,247,250,1));
    border: 1px solid rgba(17, 26, 37, 0.06);
    box-shadow: var(--shadow-card);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 68px;
}

.brand-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 62px;
    flex: 1;
}

.brand-pill-carousel-mobile {
    width: 100%;
}

.brand-pill-carousel-track {
    width: 100%;
    direction: rtl;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .brand-pill-carousel-track::-webkit-scrollbar {
        display: none;
    }

    .brand-pill-carousel-track .owl-stage {
        display: flex;
        align-items: center;
    }

    .brand-pill-carousel-track .owl-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .brand-pill-carousel-track .owl-nav,
    .brand-pill-carousel-track .owl-dots {
        display: none !important;
    }

.brand-pill-mobile-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    text-decoration: none;
}

    .brand-pill-mobile-item:hover,
    .brand-pill-mobile-item:focus,
    .brand-pill-mobile-item:visited {
        text-decoration: none;
    }

.brand-pill-mobile-logo {
    max-height: 38px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}


.brand-pill-list a, .brand-pill-list a:hover, .brand-pill-list a:visited, .brand-pill-list a:visited {
    display: contents;
    border: none;
    text-decoration: none;
}

.brand-pill-list img {
    max-height: 46px;
    display: block;
}

.why-section {
    /* background: linear-gradient(180deg, #f3f6fb 0%, #ffffff 100%); */
    position: relative;
    overflow: hidden;
    padding-bottom: 50px !important;
}

    .why-section::before {
        content: "";
        position: absolute;
        inset-inline-end: -130px;
        top: -120px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(20, 128, 208, 0.14), transparent 70%);
    }

    .why-section::after {
        content: "";
        position: absolute;
        inset-inline-start: -120px;
        bottom: -150px;
        width: 380px;
        height: 380px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(88, 171, 255, 0.16), transparent 72%);
    }

.why-intro {
    /* background: rgba(255, 255, 255, 0.78); */
    /* border: 1px solid rgba(20, 128, 208, 0.08); */
    border-radius: 30px;
    padding: 30px;
    backdrop-filter: blur(8px);
    /* box-shadow: 0 20px 50px rgba(10, 24, 40, 0.08); */
}

    .why-intro h2 {
        font-size: clamp(2rem, 3vw, 2.65rem);
    }

    .why-intro .section-text {
        margin-bottom: 18px;
    }

.why-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.why-highlight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    text-align: center;
    border-radius: 12px;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #17314a;
    border: 1px solid rgba(20, 128, 208, 0.14);
    background: linear-gradient(180deg, rgba(20, 128, 208, 0.11), rgba(255, 255, 255, 0.75));
}

.why-card {
    height: 100%;
    padding: 26px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    border: 1px solid rgba(20, 128, 208, 0.10);
    box-shadow: 0 16px 36px rgba(15, 28, 44, 0.09);
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

    .why-card::before {
        content: "";
        position: absolute;
        inset-inline: 14px;
        top: 0;
        height: 3px;
        border-radius: 12px;
        background: linear-gradient(90deg, rgba(20, 128, 208, 0.92), rgba(88, 171, 255, 0.88));
    }

    .why-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 24px 46px rgba(15, 28, 44, 0.16);
        border-color: rgba(20, 128, 208, 0.18);
    }

    .why-card img {
        width: 62px;
        height: 62px;
        border-radius: 16px;
        display: block;
        object-fit: contain;
        background: linear-gradient(145deg, rgba(20, 128, 208, 0.14), rgba(88, 171, 255, 0.19));
        padding: 10px;
    }

    .why-card h3 {
        margin: 16px 0 10px;
        font-size: 1.3rem;
        font-weight: 900;
    }

    .why-card p {
        margin-bottom: 0;
        color: #506273;
        line-height: 1.72;
        font-size: 1.02rem;
    }

.contact-section {
    background: linear-gradient(140deg, #071729, #0f2940 55%, #163752);
    color: var(--white);
    padding: 46px 38px !important;
    overflow: hidden;
    position: relative;
    /* margin-top: 50px; */
}

.page-quote-request .contact-box {
    max-width: 920px;
    margin: 0 auto;
}



.contact-box p {
    color: rgba(255, 255, 255, 0.78);
    /* max-width: 920px; */
    margin-inline: auto;
    margin-bottom: 0;
}

.contact-form {
    position: relative;
    z-index: 2;
    /* max-width: 920px; */
    margin: 0 auto;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(220px, 1.35fr) 180px;
    gap: 12px;
    align-items: center;
}

.contact-field {
    position: relative;
}

    .contact-field i {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.72);
        font-size: 1rem;
        pointer-events: none;
    }


.dark .contact-field i {
    color: rgba(0, 0, 0, 0.72);
}


.form-label {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
}

.dark .form-label {
    color: rgba(0, 0, 0, 0.92);
}


[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}

.contact-form .form-control,
.contact-form .form-select {
    min-height: 56px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    padding-inline: 44px 16px;
}


.contact-form.dark .form-control,
.contact-form.dark .form-select {
    border: 1px solid rgba(0, 0, 0, 0.16);
    /*background: rgba(0, 0, 0, 0.1);*/
    color: #222;
}


.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.56);
}

.contact-form.dark .form-control::placeholder {
    color: rgba(0, 0, 0, 0.56);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 141, 242, 0.24);
    border-color: rgba(43, 141, 242, 0.48);
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
}

.contact-form.dark .form-control:focus,
.contact-form.dark .form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 141, 242, 0.24);
    border-color: rgba(43, 141, 242, 0.48);
    /*background: rgba(255, 255, 255, 0.16);*/
    color: #222;
}



.contact-form .form-select option {
    color: #11161e;
}

.contact-submit {
    min-height: 56px;
    width: 100%;
    /* padding: 0 20px; */
    font-size: 1rem;
    white-space: nowrap;
}

/* Quote request: same contact-box UI as home, extra rows only */
.contact-form-grid--quote-3 {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
}

.contact-form-grid--quote-2 {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
}

.contact-form-grid--quote-full {
    grid-template-columns: 1fr;
}

.contact-form-grid--quote-submit {
    grid-template-columns: 1fr;
    /* max-width: 360px; */
    margin-inline: auto;
}

.contact-field--textarea i {
    top: 18px;
    transform: none;
}

.contact-form .contact-field--textarea .form-control {
    min-height: 120px;
    padding-top: 16px;
    resize: none;
}

.gap-10 {
    gap: 15px;
}


.quote-privacy-row {
    text-align: center;
}

.quote-privacy-check {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.98rem;
    line-height: 1.7;
    cursor: pointer;
    max-width: 100%;
}

    .quote-privacy-check input {
        margin-top: 4px;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        accent-color: var(--gold);
    }

.contact-form .form-control.is-invalid,
.contact-form .form-select.is-invalid {
    border-color: rgba(255, 107, 107, 0.9);
    box-shadow: 0 0 0 0.18rem rgba(255, 107, 107, 0.16);
}

.contact-page .contact-form .contact-field {
    position: relative;
    padding-bottom: 0;
}

    .contact-page .contact-form .contact-field.contact-field--textarea {
        /* padding-bottom: 22px; */
    }

    .contact-page .contact-form .contact-field .form-error.contact-field-error {
        position: absolute;
        right: 16px;
        left: 25px;
        top: 6px;
        margin: 0;
        font-size: 0.72rem;
        line-height: 1.2;
        font-weight: 600;
        color: #ff8f8f;
        text-align: left;
        pointer-events: none;
    }

.contact-form-message {
    min-height: 26px;
    margin-top: 14px;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

    .contact-form-message.is-error {
        color: #ffb4b4;
    }

    .contact-form-message.is-success {
        color: #9ee5be;
    }

.site-footer {
    background: #08111a;
    color: rgba(255, 255, 255, 0.74);
    padding: 72px 0 28px;
}

.footer-top {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 42px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand img {
    height: 58px;
    width: auto;
}

.footer-brand-col p,
.footer-top p {
    margin-top: 18px;
    line-height: 1.9;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.footer-col h4 {
    color: var(--white);
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 14px;
}

.footer-col a,
.footer-static {
    display: block;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 10px;
    line-height: 1.8;
}

    .footer-col a:hover {
        color: var(--gold-400);
    }

.footer-bottom {
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 0.94rem;
}

.footer-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

    .footer-bottom a,
    .footer-links a {
        color: rgba(255, 255, 255, 0.72);
    }

.offcanvas {
    background: linear-gradient(180deg, var(--navy-900), var(--navy-950));
}

.mobile-menu-shell {
    position: relative;
    padding-top: 10px;
}

.mobile-main-level {
    display: none;
}

    .mobile-main-level.is-active {
        display: block;
    }

.mobile-main-link,
.mobile-main-link:visited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: rgba(255, 255, 255, 0.90);
    font-weight: 800;
    text-decoration: none;
    text-align: right;
}

    .mobile-main-link:hover,
    .mobile-main-link:focus {
        color: var(--white);
        text-decoration: none;
    }

    .mobile-main-link.mobile-main-link-products i {
        font-size: 0.9rem;
    }

.mobile-products-level {
    display: none;
    position: relative;
    overflow: hidden;
    min-height: 220px;
}

    .mobile-products-level.is-active {
        display: block;
    }

.mobile-products-screen {
    display: none;
    opacity: 0;
    transform: translateX(14px);
}

    .mobile-products-screen.is-active {
        display: block;
        opacity: 1;
        transform: translateX(0);
    }

    .mobile-products-screen.is-exiting-forward,
    .mobile-products-screen.is-exiting-back {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        pointer-events: none;
    }

.mobile-products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-products-title {
    margin: 0;
    color: var(--white);
    font-size: 1.12rem;
    font-weight: 700;
}

.mobile-products-back {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.74);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    font-weight: 600;
}

    .mobile-products-back:hover,
    .mobile-products-back:focus {
        color: var(--white);
    }

.mobile-products-view-all {
    display: block;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(43, 141, 242, 0.18);
    color: #8ec7ff;
    font-weight: 600;
    text-decoration: none;
}

    .mobile-products-view-all:hover,
    .mobile-products-view-all:focus {
        color: #b6dcff;
        text-decoration: none;
    }

.mobile-products-list {
    display: flex;
    flex-direction: column;
}

.mobile-products-item,
.mobile-products-item:visited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 700;
    text-align: right;
}

    .mobile-products-item.has-children i {
        color: rgba(255, 255, 255, 0.60);
        font-size: 0.9rem;
    }

    .mobile-products-item:hover,
    .mobile-products-item:focus {
        color: var(--white);
        text-decoration: none;
    }

    .mobile-products-item:last-child {
        border-bottom: 0;
    }

.mobile-products-screen.is-entering-forward {
    animation: mobileScreenInForward .24s ease;
}

.mobile-products-screen.is-exiting-forward {
    animation: mobileScreenOutForward .24s ease;
}

.mobile-products-screen.is-entering-back {
    animation: mobileScreenInBack .24s ease;
}

.mobile-products-screen.is-exiting-back {
    animation: mobileScreenOutBack .24s ease;
}

@keyframes mobileScreenInForward {
    from {
        opacity: 0;
        transform: translateX(26px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes mobileScreenOutForward {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-26px);
    }
}

@keyframes mobileScreenInBack {
    from {
        opacity: 0;
        transform: translateX(-26px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes mobileScreenOutBack {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(26px);
    }
}

.search-modal {
    background: linear-gradient(180deg, var(--navy-900), #0b1b2c);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
}

.search-close {
    position: absolute;
    top: 24px;
    left: 24px;
}

.search-field {
    position: relative;
}


#header_btnSearch {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.search-field i {
    color: rgba(255, 255, 255, 0.6);
}

.search-field .form-control {
    padding-left: 48px;
    min-height: 56px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    /* padding-inline: 44px 16px; */
}


    .search-field .form-control::placeholder {
        color: rgba(255, 255, 255, 0.56);
    }



.reveal-up {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

    .reveal-up.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

@media (max-width: 1399.98px) {
    .mega-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mega-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1199.98px) {
    .site-header {
        background: rgba(7, 18, 29, 0.74);
        backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .navbar {
        padding: 14px 0;
    }

    .brand-logo-white {
        display: none;
    }

    .brand-logo-color {
        display: block;
        height: 50px;
    }

    .hero-row {
        padding-top: 120px;
        padding-bottom: 90px;
    }

    .intro-board-wrap {
        margin-top: -48px;
    }

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

@media (max-width: 991.98px) {
    .section-space {
        padding: 46px 20px !important;
    }

    .hero-copy h1 {
        font-size: clamp(1.4rem, 8vw, 4rem);
    }

    .hero-panel {
        margin-top: 16px;
    }

    .intro-board {
        padding: 28px 24px;
    }

    .contact-box {
        padding: 0;
    }

    .why-intro {
        padding: 24px;
        text-align: center;
    }

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

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-grid--quote-3,
    .contact-form-grid--quote-2 {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand img {
        margin: 0 auto;
    }

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

@media (max-width: 767.98px) {



    .hero-section {
        min-height: auto;
    }


    .hero-media {
        background-position: center right;
    }

    .hero-copy p,
    .section-head p,
    .intro-board p,
    .section-text,
    .contact-box p {
        font-size: 1.1rem;
    }

    .hero-stats {
        margin-top: 28px;
    }

    .stat-card {
        padding: 18px 16px;
    }

    .hero-panel {
        padding: 22px;
    }

    .brands-bar,
    .footer-bottom {
        flex-direction: column;
        /* align-items: flex-start; */
        text-align: center;
        /* justify-content: center; */
    }

    .brands-strip {
        margin-top: 0;
        background-color: #fff;
    }

    .brands-bar {
        min-height: 106px;
        padding: 25px 0;
        border-radius: 0;
        gap: 10px;
        align-items: center;
        box-shadow: none;
        background: none;
        border: none;
    }

    .brands-kicker {
        width: 100%;
        margin-bottom: 10px !important;
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.35;
        font-weight: 700;
        justify-content: center;
        /* margin-top: 6px; */
    }

    .brand-pill-carousel-mobile {
        width: 100%;
    }

    .brand-pill-carousel-track {
        width: 100%;
    }

        .brand-pill-carousel-track .owl-stage-outer {
            overflow: hidden;
        }

    .brand-pill-mobile-item {
        min-height: 44px;
        padding: 2px 8px;
    }

    .brand-pill-mobile-logo {
        max-height: 54px;
        max-width: 150px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .btn-quote {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .brand-logo-color,
    .brand-logo-white {
        height: 42px;
    }

    .icon-btn {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .hero-row {
        padding-top: calc(150px + 72px);
        padding-bottom: 150px;
    }

    .section-space {
        padding: 30px 0;
    }

    .intro-board-wrap {
        margin-top: -34px;
    }

    .intro-pills {
        flex-direction: column;
    }

    .category-card,
    .industry-card,
    .why-card,
    .world-card {
        padding: 24px 20px;
    }

    .contact-box {
        /* border-radius: 28px; */
    }
}

.sr-only {
    display: none;
}

/* Category page (static prototype) */
.category-page-body {
    background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
}

.category-page-shell .site-header {
    background: rgba(7, 18, 29, 0.85);
    backdrop-filter: blur(14px);
}

.category-hero {
    position: relative;
    padding: 160px 0 54px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.category-hero-media {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(120deg, rgba(7, 18, 29, 0.86), rgba(7, 18, 29, 0.6)), url("assets/bg-08.jpg");
    background-size: cover;
    background-position: 390px center;
}

.category-hero-content {
    position: relative;
    /* max-width: 760px; */
    text-align: center;
}

    .category-hero-content h1 {
        margin: 16px 0 14px;
        font-weight: 700;
        line-height: 1.1;
        font-size: clamp(2rem, 4vw, 3rem);
    }

    .category-hero-content p {
        margin: 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.3rem;
        line-height: 1.7;
    }

.category-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
    padding: 0;
    font-size: 0.95rem;
    justify-content: center;
}

    .category-breadcrumb li {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

        .category-breadcrumb li:not(:last-child)::after {
            content: "/";
            opacity: 0.55;
        }

    .category-breadcrumb a {
        color: rgba(255, 255, 255, 0.88);
        /* font-weight: 700; */
    }

    .category-breadcrumb span {
        /* color: var(--gold); */
        font-weight: 700;
    }

.category-content-section {
    padding-top: 35px;
}

.category-sidebar {
    display: grid;
    gap: 20px;
}

.category-side-card {
    border-radius: 20px;
    border: 1px solid rgba(18, 55, 90, 0.08);
    background: #fff;
    box-shadow: var(--shadow-card);
    padding: 24px 22px;
}

    .category-side-card h3 {
        margin: 0 0 14px;
        font-size: 1.2rem;
        font-weight: 700;
    }

.category-link-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

    .category-link-list a {
        color: #14355a;
        font-weight: 600;
    }

.category-filter-group {
    display: grid;
    gap: 10px;
    color: #15324f;
}

    .category-filter-group label {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
    }

.side-cta-card p {
    color: var(--text-soft);
    margin: 0 0 12px;
}

.category-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
}

    .category-content-head p {
        margin: 0;
        color: #16324b;
        font-weight: 600;
    }

.category-content-actions {
    display: inline-flex;
    gap: 8px;
}

    .category-content-actions .btn {
        border-radius: 10px;
    }

.category-product-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(18, 55, 90, 0.08);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .24s ease, box-shadow .24s ease;
}

.category-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    /* background: linear-gradient(180deg, #f3f8fe, #fff); */
    padding: 24px;
}

    .category-product-image img {
        width: 90px;
        height: 90px;
        object-fit: contain;
    }

.category-product-body {
    padding: 18px 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

    .category-product-body h3 {
        margin: 0;
        font-size: 1.12rem;
        line-height: 1.38;
        text-wrap: pretty;
    }

        .category-product-body h3 a {
            color: #0f2237;
        }

    .category-product-body .st-product-description {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
        color: var(--text-soft);
        flex: 1;
        min-width: 0;
    }

    .category-product-body .st-product-barcode {
        display: block;
        /* color: #5f7084; */
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.35;
    }

    .category-product-body .st-product-shortdesc {
        /* display: none; */
        color: var(--text-soft);
        line-height: 1.45;
        font-size: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }

    .category-product-body p {
        margin: 0;
        color: var(--text-soft);
        line-height: 1.6;
        font-size: 0.95rem;
        flex: 1;
    }

    .category-product-body .btn {
        align-self: flex-start;
    }


.st-product-btn:hover,
.st-product-btn:hover {
    color: #fff;
    transform: translateY(0px);
}


@media (max-width: 1199.98px) {
    .category-hero {
        padding-top: 138px;
    }

    .category-sidebar {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .category-content-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-hero-content p {
        font-size: 1rem;
    }
}

/* Internal pages shared shell */
.internal-page-body {
    background: linear-gradient(180deg, #f3f7fb 0%, #ffffff 100%);
}

.internal-page-shell .site-header {
    background: rgba(7, 18, 29, 0.85);
    backdrop-filter: blur(14px);
}

.internal-hero {
    position: relative;
    padding: 160px 0 54px;
    color: #fff;
    overflow: hidden;
}

.internal-hero-media {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(120deg, rgba(7, 18, 29, 0.9), rgba(7, 18, 29, 0.64)), url("assets/bg-03.jpg");
    background-size: cover;
    background-position: center;
}

.internal-hero-content {
    position: relative;
    max-width: 760px;
}

    .internal-hero-content h1 {
        margin: 16px 0 14px;
        font-weight: 700;
        line-height: 1.1;
        font-size: clamp(2rem, 4vw, 3rem);
    }

    .internal-hero-content p {
        margin: 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.1rem;
        line-height: 1.7;
    }

.internal-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
    padding: 0;
    font-size: 0.95rem;
}

    .internal-breadcrumb li {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

        .internal-breadcrumb li:not(:last-child)::after {
            content: "/";
            opacity: 0.55;
        }

    .internal-breadcrumb a {
        color: rgba(255, 255, 255, 0.9);
    }

    .internal-breadcrumb span {
        font-weight: 700;
    }

.internal-content-section {
    padding-top: 35px;
}

/* Quote request page (static prototype) */
.quote-content-section {
    padding-top: 30px;
    padding-bottom: 46px;
}

.quote-card {
    border-radius: 22px;
    border: 1px solid rgba(18, 55, 90, 0.09);
    background: #fff;
    box-shadow: var(--shadow-card);
    padding: 26px 24px;
}

.quote-card__head {
    margin-bottom: 18px;
}

.quote-card__kicker {
    display: inline-flex;
    font-size: 0.92rem;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 8px;
}

.quote-card__head h2 {
    margin: 0 0 10px;
    font-size: 1.48rem;
    line-height: 1.35;
}

.quote-card__head p {
    margin: 0;
    color: var(--text-soft);
}

.quote-items-list {
    display: grid;
    gap: 14px;
}

.quote-item-row {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border-radius: 18px;
    border: 1px solid rgba(18, 55, 90, 0.08);
    background: #f8fbff;
    padding: 14px;
}

.quote-item-remove {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    background: #e9eef5;
    color: #55606e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

    .quote-item-remove:hover {
        background: #dce5f0;
    }

.quote-item-media {
    width: 82px;
    height: 82px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(18, 55, 90, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .quote-item-media img {
        width: 56px;
        height: 56px;
        object-fit: contain;
    }

.quote-item-main h3 {
    margin: 0 0 4px;
    font-size: 1.04rem;
    line-height: 1.5;
}

.quote-item-main p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.95rem;
}

.quote-item-qty {
    display: grid;
    gap: 8px;
    text-align: center;
}

    .quote-item-qty span {
        font-size: 0.86rem;
        color: #516073;
        font-weight: 700;
    }

.quote-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(18, 55, 90, 0.16);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

    .quote-qty-control button {
        border: 0;
        background: #eef3f8;
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
        line-height: 1;
        color: #2a3a4e;
    }

    .quote-qty-control input {
        width: 46px;
        border: 0;
        outline: 0;
        text-align: center;
        font-weight: 700;
        color: #1c2a3a;
    }

.quote-cart-footer {
    border-top: 1px solid rgba(18, 55, 90, 0.1);
    margin-top: 16px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

    .quote-cart-footer p {
        margin: 0;
        color: #1f3045;
        font-weight: 700;
    }

.quote-side-stack {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 104px;
}

.quote-summary-card h3 {
    margin: 0 0 14px;
    font-size: 1.24rem;
}

.quote-summary-card p {
    margin: 0;
    color: var(--text-soft);
}

.quote-summary-list {
    display: grid;
    gap: 12px;
    margin: 0 0 14px;
    padding: 0;
}

    .quote-summary-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-bottom: 1px dashed rgba(18, 55, 90, 0.18);
        padding-bottom: 9px;
    }

        .quote-summary-list li span {
            color: #576479;
        }

        .quote-summary-list li strong {
            color: #1f3045;
            font-size: 1.02rem;
        }

.quote-form .form-label {
    font-weight: 700;
    color: #15324d;
    margin-bottom: 6px;
}

.quote-form .form-control {
    border-radius: 12px;
    border: 1px solid rgba(18, 55, 90, 0.15);
    padding: 12px 14px;
}

    .quote-form .form-control:focus {
        border-color: rgba(21, 128, 208, 0.55);
        box-shadow: 0 0 0 0.2rem rgba(43, 141, 242, 0.15);
    }

.quote-help-note {
    margin-top: 14px;
    font-weight: 700;
    color: #27415f;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.quote-empty-preview {
    padding-top: 0;
}

.quote-empty-box {
    border-radius: 24px;
    border: 1px dashed rgba(18, 55, 90, 0.24);
    background: #f9fcff;
    padding: 40px 24px;
    text-align: center;
}

    .quote-empty-box h2 {
        margin: 14px 0 12px;
        font-size: clamp(1.7rem, 4vw, 2.2rem);
    }

    .quote-empty-box p {
        max-width: 760px;
        margin: 0 auto 18px;
        color: #435166;
        line-height: 1.7;
    }

.quote-empty-icon {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    margin: 0 auto;
    background: #e5f2ff;
    color: #1d7fd5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

@media (max-width: 1199.98px) {
    .internal-hero {
        padding-top: 138px;
    }

    .quote-side-stack {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .internal-hero-content p {
        font-size: 1rem;
    }

    .internal-hero--quote-clean .internal-hero-content p {
        font-size: 1.1rem !important;
        line-height: 1.5;
    }

    .quote-card {
        padding: 20px 16px;
    }

    .quote-item-row {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
    }

    .quote-item-remove {
        justify-self: end;
    }

    .quote-item-media {
        width: 70px;
        height: 70px;
    }

    .quote-item-main {
        grid-column: 1 / -1;
    }

    .quote-item-qty {
        grid-column: 1 / -1;
        justify-content: flex-start;
        justify-items: flex-start;
    }

    .quote-cart-footer {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Quote request page redesign v2 */
.quote-page-flow {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 15px 40px;
}

.internal-hero--quote-clean {
    padding: 116px 0 48px;
    color: var(--text-main);
    /* background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); */
}

    .internal-hero--quote-clean .internal-hero-content {
        max-width: 920px;
        margin: 0 auto;
        text-align: center;
    }

    .internal-hero--quote-clean .internal-breadcrumb {
        justify-content: center;
        margin-bottom: 10px;
        color: #7f91a3;
    }

        .internal-hero--quote-clean .internal-breadcrumb a {
            color: #62758b;
        }

        .internal-hero--quote-clean .internal-breadcrumb span {
            color: var(--brand-blue);
        }

    .internal-hero--quote-clean .internal-hero-content h1 {
        margin: 0 0 12px;
        color: #11283e;
        /* font-size: clamp(2.3rem, 5vw, 3.45rem); */
    }

    .internal-hero--quote-clean .internal-hero-content p {
        margin: 0 auto;
        color: #5d6f83;
        font-size: 1.2rem;
    }

.page-quote-request.quote-request-empty .internal-hero--quote-clean {
    padding-bottom: 20px;
}

    .page-quote-request.quote-request-empty .internal-hero--quote-clean .internal-hero-content h1,
    .page-quote-request.quote-request-empty .internal-hero--quote-clean .internal-hero-content p {
        display: none;
    }

.page-quote-request.quote-request-empty .quote-page-flow {
    padding: 24px 0 56px;
}

.page-quote-request.quote-request-empty .quote-empty-box {
    margin: 0 auto;
}

.quote-cart-list {
    display: grid;
    gap: 18px;
}

.quote-item-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 28px;
    background: #fff;
    border-radius: 28px;
    padding: 24px 28px;
    box-shadow: 0 12px 28px rgba(13, 26, 40, 0.05);
}

.quote-item-remove--corner {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: transparent;
    color: #c2c9d3;
    font-size: 1.05rem;
    margin-inline-start: auto;
    flex: 0 0 auto;
    position: absolute;
    top: 10px;
    left: 10px;
}

    .quote-item-remove--corner:hover {
        background: rgba(18, 55, 90, 0.05);
        color: #637287;
    }

.quote-item-card__qty {
    display: grid;
    justify-items: center;
    gap: 10px;
    flex: 0 0 110px;
}

    .quote-item-card__qty span {
        color: #6b798a;
        font-weight: 700;
    }

.quote-item-card__content {
    min-width: 0;
    flex: 1 1 auto;
}

.quote-item-card__content,
.quote-item-card__qty {
    text-align: right;
}

    .quote-item-card__content h3 {
        margin: 0 0 8px;
        font-size: clamp(1.2rem, 2vw, 1.3rem);
        line-height: 1.4;
        color: #13304a;
        font-weight: 700;
    }

.quote-item-sku {
    margin: 0;
    color: #808c9b;
    font-size: 0.98rem;
    line-height: 1.6;
}

    .quote-item-sku span {
        color: #5b6a7c;
        font-weight: 700;
        margin-left: 4px;
    }

.quote-item-media--plain {
    width: 90px;
    height: 90px;
    border-radius: 22px;
    background: #ffffff;
    /* border: 0; */
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    overflow: hidden;
}

    .quote-item-media--plain img {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: contain;
    }

.quote-qty-control--clean {
    border: 1px solid rgba(18, 55, 90, 0.12);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: none;
}

    .quote-qty-control--clean button,
    .quote-qty-control--clean a {
        width: 34px;
        height: 34px;
        background: #f4f7fb;
        color: #647285;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border: 0;
        line-height: 1;
    }

    .quote-qty-control--clean input {
        width: 42px;
        background: #fff;
    }

.quote-cart-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 6px 0;
}

.quote-cart-meta--tight {
    padding-inline: 2px;
}

.quote-cart-meta p {
    margin: 0;
    color: #304258;
    font-weight: 700;
}

.quote-inline-link {
    color: var(--brand-blue);
    font-weight: 700;
}

.quote-form-section {
    padding-top: 18px;
    padding-bottom: 0;
}

    .quote-form-section .contact-form {
        max-width: none;
        width: 100%;
    }

/* Quote request uses a clean in-content heading instead of the global image hero */
.page-quote-request .category-hero {
    display: none;
}

@media (max-width: 767.98px) {
    .internal-hero--quote-clean {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .quote-item-card {
        display: grid;
        grid-template-columns: 50px minmax(0, 1fr) 24px;
        grid-template-areas:
            "media content remove"
            "qty qty qty";
        gap: 12px 10px;
        align-items: start;
        padding: 22px 10px;
    }

    .quote-item-media--plain {
        grid-area: media;
        width: 50px;
        height: 50px;
        flex-basis: auto;
        border-radius: 10px;
    }

    .quote-item-card__content {
        grid-area: content;
    }

    .quote-item-remove--corner {
        grid-area: remove;
        position: static;
        top: auto;
        left: auto;
        margin-inline-start: 0;
        justify-self: end;
        align-self: start;
    }

    .quote-item-card__qty {
        grid-area: qty;
        flex-basis: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        padding-top: 8px;
        border-top: 1px solid rgba(18, 55, 90, 0.1);
    }

        .quote-item-card__qty span {
            margin: 0;
        }

        .quote-item-card__qty .quote-qty-control--clean {
            margin-inline-start: auto;
        }

    .quote-cart-meta {
        /* flex-direction: column; */
        align-items: flex-start;
        padding-top: 14px;
    }

    .contact-form-grid--quote-submit {
        max-width: none;
    }

    .quote-page-flow {
        padding: 0 15px 30px;
    }

    .quote-item-card__content h3 {
        font-size: clamp(1.1rem, 2vw, 1.3rem);
        margin-bottom: 2px;
    }
}

/* ======================================
   Header mini-cart redesign (card style, site colors)
   ====================================== */

#siteHeader #cart .btn.icon-btn.cart-btn {
    margin: 0;
    border-radius: 14px;
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
    /* background: rgba(6, 24, 39, 0.74); */
    color: #ffffff;
    box-shadow: none;
}

    #siteHeader #cart .btn.icon-btn.cart-btn .items-counter {
        background: #2b8df2;
        color: #ffffff;
        font-weight: 700;
    }

#siteHeader #cart .dropdown-menu {
    min-width: 320px;
    width: min(330px, calc(100vw - 20px));
    max-width: 330px;
    right: 0;
    left: auto;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    /* background: linear-gradient(165deg, #0f2c48 0%, #164164 100%); */
    color: #eaf4ff;
    box-shadow: 0 0px 22px rgba(6, 18, 33, 0.15);
    overflow: hidden;
}

    #siteHeader #cart .dropdown-menu li > div {
        min-width: 0;
        padding: 0;
    }

    #siteHeader #cart .dropdown-menu li p {
        margin: 0;
    }

    #siteHeader #cart .dropdown-menu .hcart {
        margin: 0;
        max-height: 320px;
        display: block;
        overflow: auto;
    }


#siteHeader #cart tbody {
    display: block;
}


#siteHeader #cart .dropdown-menu .hcart,
#siteHeader #cart .dropdown-menu .hcart td {
    border: 0;
    background: transparent;
}

    #siteHeader #cart .dropdown-menu .hcart tr {
        display: flex;
        direction: ltr;
        align-items: center;
        gap: 10px;
        margin: 0;
        padding: 10px 12px;
        /* border: 1px solid rgba(255, 255, 255, 0.18); */
        /* border-radius: 12px; */
        /* background: rgb(228 241 253 / 26%); */
        border-bottom: 1px solid #eef5ff;
    }

        #siteHeader #cart .dropdown-menu .hcart tr:last-child {
            margin-bottom: 0;
        }

    #siteHeader #cart .dropdown-menu .hcart td {
        padding: 0;
        vertical-align: middle;
        /* color: #d4e7fa; */
        border: 0;
        background: transparent;
    }

        #siteHeader #cart .dropdown-menu .hcart td:first-child {
            order: 4;
            width: 44px;
            flex: 0 0 44px;
        }

        #siteHeader #cart .dropdown-menu .hcart td:nth-child(2) {
            order: 3;
            flex: 1 1 auto;
            min-width: 0;
            direction: rtl;
            text-align: right;
            font-size: 15px;
            line-height: 1.45;
        }

        #siteHeader #cart .dropdown-menu .hcart td a {
            color: var(--bs-body-color);
            font-weight: 600;
            text-decoration: none;
        }

            #siteHeader #cart .dropdown-menu .hcart td a:hover {
                /* color: #bfe1ff; */
            }

        #siteHeader #cart .dropdown-menu .hcart td.quantity {
            order: 2;
            width: 42px;
            flex: 0 0 42px;
            white-space: nowrap;
            text-align: center;
            color: var(--bs-body-color);
            font-weight: 600;
        }

        #siteHeader #cart .dropdown-menu .hcart td:last-child {
            order: 1;
            width: 8px;
            flex: 0 0 8px;
            text-align: center;
            position: relative;
        }

    #siteHeader #cart .dropdown-menu .hcart img {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.28);
        background: #ffffff;
        object-fit: contain;
        padding: 3px;
    }

    #siteHeader #cart .dropdown-menu .hcart a.del {
        display: block;
        align-items: center;
        justify-content: center;
        width: 10px;
        height: 10px;
        color: #dc3545;
        background: transparent;
        border-radius: 0;
        font-size: 10px;
        line-height: 1;
        position: absolute;
        top: -20px;
        font-weight: 400;
    }

        #siteHeader #cart .dropdown-menu .hcart a.del:hover {
            /* color: #ffffff; */
        }

#siteHeader #cart .btn-block1 {
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    padding: 12px 0 2px;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 10px;
    background: transparent;
    margin-top: 5px !important;
}

    #siteHeader #cart .btn-block1 a {
        margin: 0;
        padding: 0 10px;
        border: 0;
        border-radius: 20px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #eef5ff;
        color: #0f4a7c;
        text-transform: none;
        font-size: 15px;
        font-weight: 700;
        transition: 0.2s ease;
        text-decoration: none;
    }

        #siteHeader #cart .btn-block1 a:first-child:hover {
            background: #dcecff;
            color: #0a3f6d;
        }

        #siteHeader #cart .btn-block1 a:last-child {
            background: #2b8df2;
            color: #ffffff;
        }

            #siteHeader #cart .btn-block1 a:last-child:hover {
                background: #1f7ede;
                color: #ffffff;
            }

@media (max-width: 575.98px) {
    #siteHeader #cart .dropdown-menu {
        min-width: 0;
        width: calc(100vw - 82px);
        padding: 10px;
    }

    #siteHeader #cart .btn-block1 {
        grid-template-columns: 1fr;
        gap: 8px;
        padding-top: 10px;
    }

        #siteHeader #cart .btn-block1 a {
            width: 100%;
            font-size: 14px;
        }
}




.category-hero-breadcrumbs {
    display: none !important;
}


.contact-page .panel-heading {
    padding: 20px 0;
}


.contact-page .panel-title {
    font-size: 2rem;
    font-weight: 700;
}

.text-primary {
    color: var(--gold) !important;
}

@media (max-width:767px) {
    .contact-page {
        padding-left: 8px;
        padding-right: 8px;
        overflow: hidden;
    }
    .panel-heading {
        text-align: center;
    }

    .contact-page .panel-title {
        font-size: 1.7rem;
    }

    .contact-box h2 {
        font-size: clamp(1.8rem, 3vw, 2.7rem);
    }

    .world-card h3 {
        font-size: 1.7rem;
        font-weight: 700;
    }

    .world-card p, .world-card li {
        font-size: 1.1rem;
    }

    .why-card p {
        font-size: 1.1rem;
    }


    .why-card h3 {
        /* font-size: 1.4rem; */
        font-weight: 700
    }
}


