/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-r93bbri7jg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r93bbri7jg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.topbar[b-08hiarcq8g] {
    border-bottom: 1px solid var(--border-light);
}

nav[b-08hiarcq8g] {
    background: rgba(255, 255, 255, 0.96);
}

nav .inner[b-08hiarcq8g] {
    height: 76px;
}

.logo[b-08hiarcq8g] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    color: var(--text-dark);
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
}

.logo span[b-08hiarcq8g] {
    color: var(--accent-orange);
}

.nav-links[b-08hiarcq8g] {
    gap: 22px;
}

.menu-toggle[b-08hiarcq8g] {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.menu-toggle span[b-08hiarcq8g] {
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: var(--metal-dark);
}

.nav-link[b-08hiarcq8g] {
    font-family: 'Barlow Condensed', sans-serif;
    position: relative;
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 6px 0;
    transition: color 0.2s;
}

.nav-link[b-08hiarcq8g]::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: var(--accent-orange);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s;
}

.nav-link:hover[b-08hiarcq8g] {
    color: var(--metal-dark);
}

.nav-link:hover[b-08hiarcq8g]::after {
    transform: scaleX(1);
}

.nav-cta[b-08hiarcq8g] {
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 6px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.lang-switch[b-08hiarcq8g] {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    margin-left: 2px;
    border: 1px solid var(--border-light);
    border-radius: 999px;
    background: var(--bg-light);
}

.lang-option[b-08hiarcq8g] {
    font-family: 'Barlow Condensed', sans-serif;
    min-width: 42px;
    text-align: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: var(--text-mid);
    transition: background 0.2s, color 0.2s;
}

.lang-option:hover[b-08hiarcq8g] {
    background: var(--ice-blue);
    color: var(--metal-dark);
}

.lang-option.active[b-08hiarcq8g] {
    background: var(--accent-orange);
    color: var(--crisp-white);
}

@media (max-width: 992px) {
    .nav-links[b-08hiarcq8g] {
        gap: 14px;
    }

    .nav-link[b-08hiarcq8g] {
        font-size: 0.84rem;
    }

    .nav-cta[b-08hiarcq8g] {
        padding: 9px 14px;
    }
}

@media (max-width: 768px) {
    nav .inner[b-08hiarcq8g] {
        height: 68px;
        position: relative;
    }

    .menu-toggle[b-08hiarcq8g] {
        display: inline-flex;
    }

    .nav-links[b-08hiarcq8g] {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        right: 16px;
        left: 16px;
        background: #fff;
        border: 1px solid var(--border-light);
        border-radius: 12px;
        box-shadow: 0 12px 30px rgba(28, 43, 58, 0.12);
        padding: 14px;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        z-index: 120;
    }

    .nav-links.open[b-08hiarcq8g] {
        display: flex;
    }

    .nav-link[b-08hiarcq8g] {
        padding: 8px 6px;
        font-size: 0.9rem;
    }

    .nav-link[b-08hiarcq8g]::after {
        display: none;
    }

    .nav-cta[b-08hiarcq8g] {
        margin-top: 4px;
        text-align: center;
        padding: 11px 14px;
    }

    .lang-switch[b-08hiarcq8g] {
        margin-top: 4px;
        width: fit-content;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hv85j42h1n],
.components-reconnect-repeated-attempt-visible[b-hv85j42h1n],
.components-reconnect-failed-visible[b-hv85j42h1n],
.components-pause-visible[b-hv85j42h1n],
.components-resume-failed-visible[b-hv85j42h1n],
.components-rejoining-animation[b-hv85j42h1n] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hv85j42h1n],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hv85j42h1n],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hv85j42h1n],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hv85j42h1n],
#components-reconnect-modal.components-reconnect-retrying[b-hv85j42h1n],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hv85j42h1n],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hv85j42h1n],
#components-reconnect-modal.components-reconnect-failed[b-hv85j42h1n],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hv85j42h1n] {
    display: block;
}


#components-reconnect-modal[b-hv85j42h1n] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hv85j42h1n 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hv85j42h1n 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hv85j42h1n 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hv85j42h1n]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hv85j42h1n 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hv85j42h1n {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hv85j42h1n {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hv85j42h1n {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hv85j42h1n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hv85j42h1n] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hv85j42h1n] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hv85j42h1n] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hv85j42h1n] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hv85j42h1n] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hv85j42h1n] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hv85j42h1n 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hv85j42h1n] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hv85j42h1n {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-page[b-r6ykuq72jm] {
    background: var(--crisp-white);
    color: var(--text-dark);
}

.about-page .inner[b-r6ykuq72jm] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.about-hero[b-r6ykuq72jm] {
    padding: 76px 0 68px;
    background: linear-gradient(135deg, var(--metal-dark), #263747 58%, #3a5a8a);
    color: #fff;
}

.about-hero-grid[b-r6ykuq72jm] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .9fr);
    gap: 42px;
    align-items: center;
}

.about-page .hero-breadcrumb[b-r6ykuq72jm] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
}

.about-page .hero-breadcrumb a[b-r6ykuq72jm] {
    color: rgba(255, 255, 255, .82);
}

.about-page .hero-kicker[b-r6ykuq72jm] {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: #d8e8ff;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-hero h1[b-r6ykuq72jm] {
    max-width: 820px;
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 6vw, 4.8rem);
    line-height: .98;
    letter-spacing: .03em;
}

.about-hero p[b-r6ykuq72jm] {
    max-width: 760px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .8);
    font-size: 1.04rem;
    line-height: 1.8;
}

.about-page .hero-actions[b-r6ykuq72jm] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.about-hero-visual[b-r6ykuq72jm] {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .26);
}

.about-hero-visual img[b-r6ykuq72jm] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.about-hero-visual figcaption[b-r6ykuq72jm] {
    padding: 14px 18px;
    color: rgba(255, 255, 255, .72);
    font-size: .86rem;
}

.about-metrics[b-r6ykuq72jm] {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid var(--border-light);
}

.metric-grid[b-r6ykuq72jm] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.metric-card[b-r6ykuq72jm] {
    padding: 26px 22px;
    border-right: 1px solid var(--border-light);
}

.metric-card:last-child[b-r6ykuq72jm] {
    border-right: 0;
}

.metric-value[b-r6ykuq72jm] {
    display: block;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .04em;
    color: var(--steel-blue-dark);
}

.metric-label[b-r6ykuq72jm] {
    display: block;
    margin-top: 8px;
    color: var(--text-mid);
    font-size: .88rem;
    line-height: 1.45;
}

.about-section[b-r6ykuq72jm] {
    padding: 76px 0;
}

.about-quick-facts[b-r6ykuq72jm] {
    padding: 34px 0 0;
    background: #fff;
}

.about-page .section-gray[b-r6ykuq72jm] {
    background: #f7f9fc;
}

.about-card-grid[b-r6ykuq72jm],
.lane-grid[b-r6ykuq72jm],
.compact-card-grid[b-r6ykuq72jm] {
    display: grid;
    gap: 20px;
}

.about-card-grid[b-r6ykuq72jm] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lane-grid[b-r6ykuq72jm],
.compact-card-grid[b-r6ykuq72jm] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-card[b-r6ykuq72jm],
.lane-card[b-r6ykuq72jm],
.compact-card[b-r6ykuq72jm] {
    border: 1px solid var(--border-light);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 43, 58, .06);
}

.about-card[b-r6ykuq72jm],
.lane-card[b-r6ykuq72jm] {
    padding: 26px;
}

.compact-card[b-r6ykuq72jm] {
    padding: 22px;
}

.card-eyebrow[b-r6ykuq72jm],
.compact-card span[b-r6ykuq72jm] {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--steel-blue-dark);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-card h3[b-r6ykuq72jm],
.lane-card h3[b-r6ykuq72jm],
.compact-card h3[b-r6ykuq72jm],
.why-row h3[b-r6ykuq72jm] {
    margin: 0 0 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: .02em;
}

.about-card p[b-r6ykuq72jm],
.lane-card p[b-r6ykuq72jm],
.compact-card p[b-r6ykuq72jm],
.why-row p[b-r6ykuq72jm] {
    margin: 0;
    color: var(--text-mid);
    line-height: 1.7;
}

.about-card ul[b-r6ykuq72jm],
.lane-card ul[b-r6ykuq72jm] {
    margin: 18px 0 0;
    padding-left: 20px;
    color: var(--text-dark);
}

.about-card li + li[b-r6ykuq72jm],
.lane-card li + li[b-r6ykuq72jm] {
    margin-top: 8px;
}

.about-subheading[b-r6ykuq72jm] {
    margin: 32px 0 18px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.55rem;
    line-height: 1.15;
    letter-spacing: .02em;
    color: var(--text-dark);
}

.quick-facts-shell[b-r6ykuq72jm] {
    max-width: 920px;
    padding: 28px 30px;
    border: 1px solid var(--border-light);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 16px 36px rgba(28, 43, 58, .08);
}

.quick-facts-shell .section-title[b-r6ykuq72jm] {
    margin-bottom: 22px;
}

.quick-facts-list[b-r6ykuq72jm] {
    display: grid;
    gap: 0;
    margin: 0;
}

.quick-fact-row[b-r6ykuq72jm] {
    display: grid;
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid var(--border-light);
}

.quick-fact-row:first-child[b-r6ykuq72jm] {
    border-top: 0;
    padding-top: 0;
}

.quick-fact-row:last-child[b-r6ykuq72jm] {
    padding-bottom: 0;
}

.quick-fact-row dt[b-r6ykuq72jm] {
    margin: 0;
    color: var(--steel-blue-dark);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.quick-fact-row dd[b-r6ykuq72jm] {
    margin: 0;
    color: var(--text-dark);
    line-height: 1.7;
}

.standards-layout[b-r6ykuq72jm],
.split-section[b-r6ykuq72jm] {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: start;
}

.why-list[b-r6ykuq72jm] {
    display: grid;
    gap: 14px;
    max-width: 920px;
}

.about-table-caption[b-r6ykuq72jm] {
    margin-bottom: 14px;
    color: var(--text-light);
    font-size: .85rem;
    text-align: left;
    caption-side: top;
}

.why-row[b-r6ykuq72jm] {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    background: #fff;
}

.why-index[b-r6ykuq72jm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--steel-blue), var(--steel-blue-dark));
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.35rem;
    letter-spacing: .04em;
}

.references-note[b-r6ykuq72jm] {
    max-width: 920px;
    margin: 18px 0 0;
    padding: 18px 20px;
    border: 1px solid rgba(232, 114, 42, .18);
    border-left: 4px solid var(--accent-orange);
    border-radius: 0 14px 14px 0;
    background: rgba(232, 114, 42, .08);
    color: var(--text-mid);
    line-height: 1.7;
}

.reference-grid[b-r6ykuq72jm] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.reference-logo-card[b-r6ykuq72jm] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 22px;
    border: 1px solid var(--border-light);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 43, 58, .06);
}

.reference-logo-card img[b-r6ykuq72jm] {
    width: 100%;
    max-width: 170px;
    max-height: 64px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .92;
}

.about-cta-section[b-r6ykuq72jm] {
    padding: 72px 0;
    background: linear-gradient(135deg, var(--metal-dark), var(--metal-charcoal));
}

.about-cta-shell[b-r6ykuq72jm] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) auto;
    gap: 24px;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .04);
}

.section-title.light[b-r6ykuq72jm],
.section-desc.light[b-r6ykuq72jm] {
    color: #fff;
}

.section-desc.light[b-r6ykuq72jm] {
    opacity: .78;
    margin-bottom: 0;
}

.cta-actions-wrap[b-r6ykuq72jm] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.faq-block[b-r6ykuq72jm] {
    background: #fff;
}

.about-footnote[b-r6ykuq72jm] {
    padding: 0 0 44px;
    background: #fff;
}

.about-footnote p[b-r6ykuq72jm] {
    max-width: 840px;
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid var(--border-light);
    color: var(--text-light);
    font-size: .82rem;
    line-height: 1.7;
    opacity: .9;
}

@media (max-width: 960px) {
    .about-hero-grid[b-r6ykuq72jm],
    .standards-layout[b-r6ykuq72jm],
    .split-section[b-r6ykuq72jm],
    .about-cta-shell[b-r6ykuq72jm] {
        grid-template-columns: 1fr;
    }

    .metric-grid[b-r6ykuq72jm],
    .about-card-grid[b-r6ykuq72jm],
    .lane-grid[b-r6ykuq72jm],
    .compact-card-grid[b-r6ykuq72jm],
    .reference-grid[b-r6ykuq72jm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quick-fact-row[b-r6ykuq72jm] {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .cta-actions-wrap[b-r6ykuq72jm] {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .about-page .inner[b-r6ykuq72jm] {
        padding: 0 18px;
    }

    .about-hero[b-r6ykuq72jm],
    .about-section[b-r6ykuq72jm],
    .about-cta-section[b-r6ykuq72jm] {
        padding: 58px 0;
    }

    .metric-grid[b-r6ykuq72jm],
    .about-card-grid[b-r6ykuq72jm],
    .lane-grid[b-r6ykuq72jm],
    .compact-card-grid[b-r6ykuq72jm],
    .reference-grid[b-r6ykuq72jm] {
        grid-template-columns: 1fr;
    }

    .metric-card[b-r6ykuq72jm] {
        border-right: 0;
        border-bottom: 1px solid var(--border-light);
    }

    .metric-card:last-child[b-r6ykuq72jm] {
        border-bottom: 0;
    }

    .about-page .hero-actions[b-r6ykuq72jm],
    .cta-actions-wrap[b-r6ykuq72jm] {
        flex-direction: column;
        align-items: stretch;
    }

    .about-page .hero-actions a[b-r6ykuq72jm],
    .cta-actions-wrap a[b-r6ykuq72jm] {
        justify-content: center;
    }

    .why-row[b-r6ykuq72jm] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Blogs.razor.rz.scp.css */
.blogs-page[b-jo4t7zxkby] {
    background: var(--crisp-white);
    color: var(--text-dark);
}

.blogs-page .inner[b-jo4t7zxkby] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.blogs-hero[b-jo4t7zxkby] {
    position: relative;
    overflow: hidden;
    padding: 76px 0 64px;
    background:
        radial-gradient(circle at top right, rgba(232, 114, 42, .22), transparent 28%),
        linear-gradient(135deg, var(--metal-dark), var(--metal-charcoal));
    color: #fff;
}

.blogs-hero[b-jo4t7zxkby]::after {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    filter: blur(10px);
}

.blogs-hero .inner[b-jo4t7zxkby] {
    position: relative;
    z-index: 1;
}

.hero-breadcrumb[b-jo4t7zxkby] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
}

.hero-breadcrumb a[b-jo4t7zxkby] {
    color: rgba(255, 255, 255, .78);
}

.hero-kicker[b-jo4t7zxkby] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(232, 114, 42, .35);
    border-radius: 999px;
    background: rgba(232, 114, 42, .14);
    color: #ffd3b7;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-kicker[b-jo4t7zxkby]::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
}

.blogs-hero h1[b-jo4t7zxkby] {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.6rem);
    line-height: 1;
    letter-spacing: .03em;
}

.blogs-hero p[b-jo4t7zxkby] {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 1.02rem;
}

.hero-actions[b-jo4t7zxkby] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-meta-grid[b-jo4t7zxkby] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.hero-meta-card[b-jo4t7zxkby] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(4px);
}

.hero-meta-card .value[b-jo4t7zxkby] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .03em;
}

.hero-meta-card .label[b-jo4t7zxkby] {
    color: rgba(255, 255, 255, .7);
    font-size: .84rem;
}

.blogs-section[b-jo4t7zxkby] {
    padding: 72px 0;
}

.section-gray[b-jo4t7zxkby] {
    background: #f7f9fc;
}

.featured-card[b-jo4t7zxkby] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .9fr);
    gap: 24px;
    margin-top: 34px;
    padding: 28px;
    border: 1px solid var(--border-light);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(28, 43, 58, .08);
}

.featured-copy h3[b-jo4t7zxkby],
.blog-card h3[b-jo4t7zxkby] {
    margin: 14px 0 12px;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    line-height: 1.2;
}

.featured-copy p[b-jo4t7zxkby],
.blog-card p[b-jo4t7zxkby] {
    margin: 0;
    color: var(--text-mid);
}

.post-chip[b-jo4t7zxkby] {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(74, 111, 165, .12);
    color: var(--steel-blue-dark);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.featured-points[b-jo4t7zxkby] {
    margin: 20px 0 0;
    padding-left: 20px;
    color: var(--text-dark);
}

.featured-points li + li[b-jo4t7zxkby] {
    margin-top: 8px;
}

.post-meta-row[b-jo4t7zxkby] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 18px;
    color: var(--text-light);
    font-size: .86rem;
}

.post-link[b-jo4t7zxkby] {
    display: inline-flex;
    margin-top: 18px;
    color: var(--accent-orange);
    font-weight: 700;
}

.post-link:hover[b-jo4t7zxkby] {
    opacity: .85;
}

.featured-visual[b-jo4t7zxkby] {
    display: flex;
    align-items: stretch;
}

.visual-frame[b-jo4t7zxkby] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 24px;
    border-radius: 16px;
    background:
        linear-gradient(160deg, rgba(58, 90, 138, .95), rgba(28, 43, 58, .96)),
        linear-gradient(135deg, transparent, rgba(232, 114, 42, .22));
    color: #fff;
}

.visual-frame span[b-jo4t7zxkby] {
    color: rgba(255, 255, 255, .72);
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.visual-frame strong[b-jo4t7zxkby] {
    margin-top: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: .96;
    letter-spacing: .04em;
}

.blog-grid[b-jo4t7zxkby] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.blog-card[b-jo4t7zxkby] {
    padding: 24px;
    border: 1px solid var(--border-light);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 43, 58, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.blog-card:hover[b-jo4t7zxkby] {
    transform: translateY(-3px);
    border-color: rgba(232, 114, 42, .35);
    box-shadow: 0 16px 30px rgba(28, 43, 58, .1);
}

.path-grid[b-jo4t7zxkby] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.path-card[b-jo4t7zxkby] {
    padding: 24px;
    border: 1px solid var(--border-light);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 43, 58, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.path-card:hover[b-jo4t7zxkby] {
    transform: translateY(-3px);
    border-color: rgba(232, 114, 42, .35);
    box-shadow: 0 16px 30px rgba(28, 43, 58, .1);
}

.path-card h3[b-jo4t7zxkby] {
    margin: 14px 0 12px;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    line-height: 1.2;
}

.path-card p[b-jo4t7zxkby] {
    margin: 0;
    color: var(--text-mid);
}

.path-step[b-jo4t7zxkby] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(28, 43, 58, .08);
    color: var(--steel-blue-dark);
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .08em;
}

@media (max-width: 900px) {
    .hero-meta-grid[b-jo4t7zxkby],
    .featured-card[b-jo4t7zxkby] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .blogs-hero[b-jo4t7zxkby] {
        padding: 64px 0 56px;
    }

    .blogs-page .inner[b-jo4t7zxkby] {
        padding: 0 18px;
    }

    .hero-actions[b-jo4t7zxkby] {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions a[b-jo4t7zxkby] {
        justify-content: center;
    }

    .hero-meta-card[b-jo4t7zxkby],
    .featured-card[b-jo4t7zxkby],
    .blog-card[b-jo4t7zxkby],
    .path-card[b-jo4t7zxkby] {
        padding: 20px;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-mkjrcq6x5r] {
    background: var(--crisp-white);
    color: var(--text-dark);
}

.contact-page .inner[b-mkjrcq6x5r] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.contact-breadcrumb[b-mkjrcq6x5r] {
    background: #f4f7fb;
    border-bottom: 1px solid var(--border-light);
    padding: 12px 0;
    font-size: .85rem;
}

.contact-breadcrumb .inner[b-mkjrcq6x5r] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-breadcrumb a[b-mkjrcq6x5r] {
    color: var(--text-mid);
}

.contact-breadcrumb .current[b-mkjrcq6x5r] {
    color: var(--text-dark);
    font-weight: 600;
}

.contact-hero[b-mkjrcq6x5r] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--metal-dark), var(--metal-charcoal));
    color: #fff;
    text-align: center;
    padding: 72px 0 64px;
}

.contact-hero[b-mkjrcq6x5r]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(232, 114, 42, .2) 0%, transparent 72%);
    pointer-events: none;
}

.contact-hero .inner[b-mkjrcq6x5r] {
    position: relative;
    z-index: 1;
}

.contact-hero .hero-tag[b-mkjrcq6x5r] {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(232, 114, 42, .35);
    background: rgba(232, 114, 42, .16);
    color: #ffd3b7;
    font-size: .78rem;
    margin-bottom: 18px;
}

.contact-hero .hero-tag[b-mkjrcq6x5r]::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    background: #22c55e;
    animation: contact-pulse-b-mkjrcq6x5r 2s infinite;
}

.contact-hero h1[b-mkjrcq6x5r] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.4rem, 5vw, 3.4rem);
    letter-spacing: .02em;
    line-height: 1.08;
    margin-bottom: 14px;
}

.contact-hero p[b-mkjrcq6x5r] {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .75);
}

.hero-badges[b-mkjrcq6x5r] {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-badge[b-mkjrcq6x5r] {
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .08);
    border-radius: 6px;
    font-size: .82rem;
}

.contact-section[b-mkjrcq6x5r] {
    padding: 72px 0;
}

.section-gray[b-mkjrcq6x5r] {
    background: #f7f9fc;
}

.section-dark[b-mkjrcq6x5r] {
    background: var(--metal-dark);
}

.section-label[b-mkjrcq6x5r] {
    color: var(--accent-orange);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .76rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
}

.section-title[b-mkjrcq6x5r] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.05;
    margin: 8px 0 12px;
    color: var(--text-dark);
}

.section-title.light[b-mkjrcq6x5r] {
    color: #fff;
}

.section-desc[b-mkjrcq6x5r] {
    color: var(--text-mid);
    max-width: 760px;
}

.cards-grid[b-mkjrcq6x5r] {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.contact-card[b-mkjrcq6x5r] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 24px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.contact-card:hover[b-mkjrcq6x5r] {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(28, 43, 58, .12);
    border-color: rgba(232, 114, 42, .35);
}

.contact-card .label[b-mkjrcq6x5r] {
    color: var(--text-light);
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: .09em;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-card h3[b-mkjrcq6x5r] {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
}

.contact-card p[b-mkjrcq6x5r] {
    margin: 0;
    font-size: .92rem;
    color: var(--text-mid);
}

.contact-card a[b-mkjrcq6x5r] {
    display: inline-block;
    margin-top: 14px;
    color: var(--accent-orange);
    font-weight: 700;
    font-size: .9rem;
    transition: transform .18s ease, opacity .18s ease;
}

.contact-card a:hover[b-mkjrcq6x5r] {
    transform: translateX(3px);
    opacity: .88;
}

.contact-layout[b-mkjrcq6x5r] {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 34px;
    align-items: start;
}

.form-subtitle[b-mkjrcq6x5r] {
    margin-bottom: 20px;
}

.form-card[b-mkjrcq6x5r] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 6px 20px rgba(28, 43, 58, .08);
}

.form-row[b-mkjrcq6x5r] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group[b-mkjrcq6x5r] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.form-group label[b-mkjrcq6x5r] {
    font-size: .86rem;
    font-weight: 600;
}

.req[b-mkjrcq6x5r] {
    color: var(--accent-orange);
}

.form-group input[b-mkjrcq6x5r],
.form-group select[b-mkjrcq6x5r],
.form-group textarea[b-mkjrcq6x5r] {
    width: 100%;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 10px 12px;
    font-family: 'Barlow', sans-serif;
    background: #f7f9fc;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.form-group select[b-mkjrcq6x5r] {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--text-mid) 50%), linear-gradient(135deg, var(--text-mid) 50%, transparent 50%);
    background-position: calc(100% - 16px) calc(50% - 3px), calc(100% - 11px) calc(50% - 3px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.form-group input:focus[b-mkjrcq6x5r],
.form-group select:focus[b-mkjrcq6x5r],
.form-group textarea:focus[b-mkjrcq6x5r] {
    outline: none;
    border-color: var(--steel-blue);
    box-shadow: 0 0 0 2px rgba(74, 111, 165, .15);
    background: #fff;
}

.form-group textarea[b-mkjrcq6x5r] {
    min-height: 110px;
    resize: vertical;
}

.submit-btn[b-mkjrcq6x5r] {
    width: 100%;
}

.form-note[b-mkjrcq6x5r] {
    margin-top: 12px;
    background: #f8fbff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: .82rem;
    color: var(--text-mid);
}

.success-state[b-mkjrcq6x5r] {
    display: none;
    text-align: center;
    padding: 34px 18px;
}

.success-state.show[b-mkjrcq6x5r] {
    display: block;
}

.success-state h3[b-mkjrcq6x5r] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    margin-bottom: 8px;
}

.sidebar[b-mkjrcq6x5r] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-box[b-mkjrcq6x5r] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(28, 43, 58, .06);
}

.info-title[b-mkjrcq6x5r] {
    font-size: .92rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-dark);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-light);
}

.response-time[b-mkjrcq6x5r] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.8rem;
    color: var(--text-dark);
    line-height: 1;
}

.response-label[b-mkjrcq6x5r] {
    font-size: .86rem;
    color: var(--text-mid);
}

.info-row[b-mkjrcq6x5r] {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-light);
    font-size: .9rem;
}

.info-row:last-child[b-mkjrcq6x5r] {
    border-bottom: none;
}

.info-label[b-mkjrcq6x5r] {
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .66rem;
    margin-bottom: 3px;
}

.info-row a[b-mkjrcq6x5r] {
    color: var(--accent-orange);
    transition: opacity .18s ease;
}

.info-row a:hover[b-mkjrcq6x5r] {
    opacity: .8;
}

.certs[b-mkjrcq6x5r] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.certs span[b-mkjrcq6x5r] {
    text-align: center;
    font-size: .7rem;
    border: 1px solid var(--border-light);
    border-radius: 6px;
    padding: 6px;
    background: #f8fbff;
    font-weight: 700;
}

.map-section[b-mkjrcq6x5r] {
    height: 360px;
    background: var(--metal-charcoal);
}

.map-section iframe[b-mkjrcq6x5r] {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(20%) contrast(1.05);
}

.dept-grid[b-mkjrcq6x5r] {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.dept-card[b-mkjrcq6x5r] {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    padding: 18px;
    background: rgba(255, 255, 255, .05);
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.dept-card:hover[b-mkjrcq6x5r] {
    border-color: rgba(232, 114, 42, .35);
    background: rgba(255, 255, 255, .08);
    transform: translateY(-2px);
}

.dept-card h4[b-mkjrcq6x5r] {
    color: #fff;
    font-size: .95rem;
    margin-bottom: 8px;
}

.dept-card a[b-mkjrcq6x5r] {
    color: #ffb384;
    font-weight: 600;
    font-size: .86rem;
}

.faq-wrap[b-mkjrcq6x5r] {
    max-width: 800px;
}

.faq-list[b-mkjrcq6x5r] {
    margin-top: 24px;
    display: grid;
    gap: 10px;
}

.faq-list details[b-mkjrcq6x5r] {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: border-color .18s ease;
}

.faq-list details[open][b-mkjrcq6x5r] {
    border-color: rgba(232, 114, 42, .35);
}

.faq-list summary[b-mkjrcq6x5r] {
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: .94rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color .18s ease, color .18s ease;
    list-style: none;
}

.faq-list summary[b-mkjrcq6x5r]::-webkit-details-marker {
    display: none;
}

.faq-list summary[b-mkjrcq6x5r]::after {
    content: "+";
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--text-mid);
}

.faq-list details[open] summary[b-mkjrcq6x5r] {
    background: rgba(232, 114, 42, .06);
    color: var(--accent-orange);
}

.faq-list details[open] summary[b-mkjrcq6x5r]::after {
    content: "−";
    color: var(--accent-orange);
}

.faq-body[b-mkjrcq6x5r] {
    padding: 0 16px 16px;
    color: var(--text-mid);
    font-size: .9rem;
    line-height: 1.7;
}

@keyframes contact-pulse-b-mkjrcq6x5r {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .4;
    }
}

@media (max-width: 960px) {
    .contact-layout[b-mkjrcq6x5r] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .form-row[b-mkjrcq6x5r] {
        grid-template-columns: 1fr;
    }

    .contact-hero[b-mkjrcq6x5r] {
        padding: 56px 0 52px;
    }

    .contact-section[b-mkjrcq6x5r] {
        padding: 56px 0;
    }
}
/* /Components/Pages/Get-quote.razor.rz.scp.css */
.get-quote-page[b-3d8dphzd63] {
    background: var(--crisp-white);
}

.quote-main[b-3d8dphzd63] {
    padding: 3rem 0;
    background: linear-gradient(180deg, rgba(212, 228, 247, 0.18) 0%, rgba(250, 250, 250, 1) 100%);
}

.quote-main-grid[b-3d8dphzd63] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.5rem;
    align-items: start;
}

.quote-form-column .section-desc[b-3d8dphzd63] {
    margin-bottom: 1.25rem;
}

.quote-sidebar[b-3d8dphzd63] {
    display: grid;
    gap: 1rem;
}

.sidebar-box[b-3d8dphzd63] {
    background: var(--crisp-white);
    border: 1px solid var(--border-light);
    border-radius: 0.85rem;
    padding: 1rem;
}

.sidebar-box h3[b-3d8dphzd63] {
    margin: 0 0 0.6rem;
    font-size: 1.1rem;
    color: var(--metal-charcoal);
}

.sidebar-box p[b-3d8dphzd63] {
    margin: 0.35rem 0;
    color: var(--text-mid);
}

.sidebar-box ul[b-3d8dphzd63] {
    margin: 0;
    padding-left: 1rem;
}

.sidebar-box li[b-3d8dphzd63] {
    margin: 0.45rem 0;
    color: var(--text-mid);
}

.sidebar-box a[b-3d8dphzd63] {
    font-weight: 600;
}

.faq-wrapper[b-3d8dphzd63] {
    padding: 0 0 3.5rem;
}

.faq-wrapper .section-title[b-3d8dphzd63] {
    margin-bottom: 1rem;
}

.quote-faq-list[b-3d8dphzd63] {
    max-width: 800px;
}

.quote-faq-item[b-3d8dphzd63] {
    background: var(--crisp-white);
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid var(--border-light);
    overflow: hidden;
    transition: all 0.2s;
}

.quote-faq-item:hover[b-3d8dphzd63] {
    border-color: var(--steel-blue);
}

.quote-faq-q[b-3d8dphzd63] {
    width: 100%;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dark);
    user-select: none;
    margin: 0;
    border: 0;
    background: transparent;
    text-align: left;
    transition: background 0.2s;
}

.quote-faq-q:hover[b-3d8dphzd63] {
    background: rgba(74, 111, 165, 0.03);
}

.quote-faq-q[b-3d8dphzd63]::after {
    content: '+';
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: var(--steel-blue);
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 16px;
}

.quote-faq-item.open .quote-faq-q[b-3d8dphzd63]::after {
    transform: rotate(45deg);
}

.quote-faq-a[b-3d8dphzd63] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.quote-faq-item.open .quote-faq-a[b-3d8dphzd63] {
    max-height: 600px;
    padding: 0 24px 20px;
}

.quote-faq-a p[b-3d8dphzd63] {
    color: var(--text-mid);
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 1024px) {
    .quote-main-grid[b-3d8dphzd63] {
        grid-template-columns: 1fr;
    }

    .quote-sidebar[b-3d8dphzd63] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .quote-main[b-3d8dphzd63] {
        padding: 2.25rem 0;
    }

    .quote-sidebar[b-3d8dphzd63] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-r1r1ekmrv1] {
    overflow-x: hidden;
}

.home-page .inner[b-r1r1ekmrv1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.home-page .section-header[b-r1r1ekmrv1] {
    text-align: center;
    margin-bottom: 48px;
}

.home-page .section-desc[b-r1r1ekmrv1] {
    margin-left: auto;
    margin-right: auto;
}


/* ─── TRUST BAR ─── */
.home-page .trust-bar[b-r1r1ekmrv1] {
    background: var(--metal-dark);
    padding: 0;
    border: 0;
    position: relative;
    overflow: hidden;
}

/* Diagonal hatching texture */
.home-page .trust-bar[b-r1r1ekmrv1]::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -58deg,
        transparent,
        transparent 22px,
        rgba(255, 255, 255, 0.016) 22px,
        rgba(255, 255, 255, 0.016) 23px
    );
    pointer-events: none;
}

/* Orange gradient accent line at bottom */
.home-page .trust-bar[b-r1r1ekmrv1]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--accent-orange) 20%,
        var(--accent-orange) 80%,
        transparent 100%
    );
}

.home-page .trust-bar .inner[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.home-page .trust-item[b-r1r1ekmrv1] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 26px 22px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    transition: background 0.3s;
}

/* Left accent bar — slides in on hover */
.home-page .trust-item[b-r1r1ekmrv1]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: var(--accent-orange);
    border-radius: 0 2px 2px 0;
    transition: height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.home-page .trust-item:hover[b-r1r1ekmrv1] {
    background: rgba(255, 255, 255, 0.025);
}

.home-page .trust-item:hover[b-r1r1ekmrv1]::before {
    height: 44%;
}

.home-page .trust-item:last-child[b-r1r1ekmrv1] {
    border-right: none;
}

/* Chamfered-corner badge — industrial precision detail */
.home-page .trust-icon[b-r1r1ekmrv1] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    flex-shrink: 0;
    transition: background 0.3s, color 0.3s;
}

.home-page .trust-item:hover .trust-icon[b-r1r1ekmrv1] {
    background: rgba(230, 115, 30, 0.16);
    color: var(--accent-orange);
}

.home-page .trust-value[b-r1r1ekmrv1] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 21px;
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 1;
}

.home-page .trust-label[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.38);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 4px;
}

.home-page .products[b-r1r1ekmrv1] {
    background: var(--metal-dark);
    padding: 96px 0 108px;
}

.home-page .products .section-label[b-r1r1ekmrv1] {
    color: var(--accent-orange);
}

.home-page .products .section-title[b-r1r1ekmrv1] {
    color: #fff;
}

.home-page .products .section-desc[b-r1r1ekmrv1] {
    color: rgba(255,255,255,0.6);
}

/* ─── PRODUCT HIGHLIGHTS ─── */
/* 1px gap trick: container bg = separator color */
.home-page .product-highlights[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    max-width: 860px;
    margin: 48px auto 0;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    overflow: hidden;
}

.home-page .product-highlight[b-r1r1ekmrv1] {
    display: flex;
    align-items: stretch;
    background: rgba(12, 20, 32, 0.55);
    padding: 0;
    gap: 0;
    position: relative;
    overflow: hidden;
    transition: background 0.25s;
}

/* Bottom sweep on hover */
.home-page .product-highlight[b-r1r1ekmrv1]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-orange);
    transition: width 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.home-page .product-highlight:hover[b-r1r1ekmrv1] {
    background: rgba(255, 255, 255, 0.04);
}

.home-page .product-highlight:hover[b-r1r1ekmrv1]::after {
    width: 100%;
}

/* Narrow left code column — acts as icon zone */
.home-page .product-highlight-icon[b-r1r1ekmrv1] {
    width: 56px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.025);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    align-self: stretch;
    transition: color 0.25s, background 0.25s, border-color 0.25s;
}

.home-page .product-highlight:hover .product-highlight-icon[b-r1r1ekmrv1] {
    color: var(--accent-orange);
    background: rgba(230, 115, 30, 0.09);
    border-right-color: rgba(230, 115, 30, 0.22);
}

.home-page .product-highlight-text[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.5;
    letter-spacing: 0.2px;
    padding: 20px 22px;
    align-self: center;
    transition: color 0.25s;
}

.home-page .product-highlight:hover .product-highlight-text[b-r1r1ekmrv1] {
    color: rgba(255, 255, 255, 0.9);
}

.home-page .product-grid[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.home-page .product-card[b-r1r1ekmrv1] {
    background: var(--metal-charcoal);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.35s cubic-bezier(0.23,1,0.32,1);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.home-page .product-card:hover[b-r1r1ekmrv1] {
    transform: translateY(-8px);
    border-color: rgba(255,255,255,0.12);
    box-shadow: 0 32px 64px rgba(0,0,0,0.3);
}

.home-page .product-img[b-r1r1ekmrv1] {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.home-page .product-card-body[b-r1r1ekmrv1] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.home-page .product-card .tag[b-r1r1ekmrv1] {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-orange);
    margin-bottom: 10px;
    background: none;
    padding: 0;
}

.home-page .product-card h3[b-r1r1ekmrv1] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 8px;
    min-height: auto;
}

.home-page .product-card-body > p[b-r1r1ekmrv1] {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.55);
    margin-bottom: 18px;
}

.home-page .product-specs[b-r1r1ekmrv1] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.home-page .product-sub-items[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    gap: 6px;
    margin-bottom: 20px;
    flex: 1;
}

.home-page .sub-item[b-r1r1ekmrv1] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 8px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.04);
    transition: all 0.2s;
}

.home-page .sub-item:hover[b-r1r1ekmrv1] {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.1);
}

.home-page a.sub-item-link[b-r1r1ekmrv1] {
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
}

.home-page a.sub-item-link:hover .sub-item-name[b-r1r1ekmrv1] {
    color: rgba(255,255,255,0.95);
}

.home-page .sub-item-dot[b-r1r1ekmrv1] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent-orange);
    flex-shrink: 0;
}

.home-page .sub-item-dot-blue[b-r1r1ekmrv1] {
    background: var(--steel-blue);
}

.home-page .sub-item-dot-silver[b-r1r1ekmrv1] {
    background: var(--silver);
}

.home-page .sub-item-name[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    line-height: 1.25;
}

.home-page .spec-chip[b-r1r1ekmrv1] {
    padding: 5px 12px;
    border-radius: 6px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
}

.home-page .product-card-link[b-r1r1ekmrv1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-orange);
    margin-top: auto;
    transition: gap 0.2s;
    text-decoration: none;
}

.home-page .product-card-link[b-r1r1ekmrv1]::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-page .product-card:hover .product-card-link[b-r1r1ekmrv1] {
    gap: 10px;
}

.home-page .product-card-link-blue[b-r1r1ekmrv1] {
    color: var(--steel-blue);
}

.home-page .product-card-link-silver[b-r1r1ekmrv1] {
    color: var(--silver);
}

.home-page .why-source[b-r1r1ekmrv1] {
    padding: 96px 0;
    background: linear-gradient(180deg, var(--crisp-white) 0%, var(--ice-blue) 100%);
}

.home-page .why-grid[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-page .why-card[b-r1r1ekmrv1] {
    background: #fff;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    transition: all 0.35s;
    position: relative;
    overflow: hidden;
}

.home-page .why-card[b-r1r1ekmrv1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--steel-blue), var(--accent-orange));
    opacity: 0;
    transition: opacity 0.3s;
}

.home-page .why-card:hover[b-r1r1ekmrv1] {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(28,43,58,0.1);
    border-color: rgba(74,111,165,0.2);
}

.home-page .why-card:hover[b-r1r1ekmrv1]::before {
    opacity: 1;
}

.home-page .why-card-icon[b-r1r1ekmrv1] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--ice-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.home-page .why-card h3[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
}

.home-page .why-card p[b-r1r1ekmrv1] {
    font-size: 14px;
    line-height: 1.55;
    color: var(--text-mid);
}

.home-page .specs-section[b-r1r1ekmrv1],
.home-page .quality[b-r1r1ekmrv1] {
    padding: 88px 0;
    background: var(--crisp-white);
}

.home-page .industries[b-r1r1ekmrv1] {
    padding: 96px 0;
    background: linear-gradient(180deg, var(--ice-blue) 0%, var(--crisp-white) 100%);
}

.home-page .ind-grid[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.home-page .ind-card[b-r1r1ekmrv1] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    transition: all 0.3s;
}

.home-page .ind-card:hover[b-r1r1ekmrv1] {
    border-color: rgba(74,111,165,0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(28,43,58,0.07);
}

.home-page .ind-icon[b-r1r1ekmrv1] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--ice-blue);
    color: var(--steel-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.home-page .ind-card h3[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    margin-bottom: 4px;
}

.home-page .ind-card p[b-r1r1ekmrv1] {
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-mid);
}

.home-page .cert-grid[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.home-page .cert-badge[b-r1r1ekmrv1] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 22px 16px;
    text-align: center;
    transition: all 0.3s;
}

.home-page .cert-badge:hover[b-r1r1ekmrv1] {
    border-color: var(--steel-blue);
    box-shadow: 0 6px 20px rgba(74,111,165,0.1);
    transform: translateY(-2px);
}

.home-page .cert-name[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.home-page .cert-desc[b-r1r1ekmrv1] {
    font-size: 11px;
    color: var(--text-light);
}

.home-page .quality-quote[b-r1r1ekmrv1] {
    background: var(--metal-dark);
    border-radius: 12px;
    padding: 30px;
    color: #fff;
}

.home-page .quality-quote p[b-r1r1ekmrv1] {
    color: rgba(255,255,255,0.85);
    margin-bottom: 12px;
}

.home-page .quality-quote cite[b-r1r1ekmrv1] {
    color: rgba(255,255,255,0.55);
}

.home-page .quality-quote cite strong[b-r1r1ekmrv1] {
    color: var(--accent-orange);
}

.home-page .coatings[b-r1r1ekmrv1] {
    padding: 88px 0;
    background: linear-gradient(180deg, #fff, var(--ice-blue));
}

.home-page .coating-list[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.home-page .coating-item[b-r1r1ekmrv1] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.home-page .coating-dot[b-r1r1ekmrv1] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--steel-blue);
    flex-shrink: 0;
}

.home-page .ordering[b-r1r1ekmrv1] {
    padding: 88px 0;
    background: #fff;
}

.home-page .steps[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.home-page .step[b-r1r1ekmrv1] {
    text-align: center;
    padding: 24px 18px;
}

.home-page .step-num[b-r1r1ekmrv1] {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--steel-blue), var(--steel-blue-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
}

.home-page .step h3[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 8px;
}

.home-page .step p[b-r1r1ekmrv1] {
    font-size: 0.9rem;
    color: var(--text-mid);
}

.home-page .cta-section[b-r1r1ekmrv1] {
    position: relative;
    padding: 96px 0;
    background: var(--metal-dark);
    overflow: hidden;
}

.home-page .cta-section[b-r1r1ekmrv1]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(28,43,58,0.92), rgba(28,43,58,0.92)), repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(255,255,255,0.03) 59px, rgba(255,255,255,0.03) 60px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255,255,255,0.03) 59px, rgba(255,255,255,0.03) 60px);
}

.home-page .cta-inner[b-r1r1ekmrv1] {
    position: relative;
    z-index: 2;
    text-align: center;
}

.home-page .cta-section .section-title[b-r1r1ekmrv1] {
    color: #fff;
}

.home-page .cta-section .section-title .accent[b-r1r1ekmrv1] {
    color: var(--accent-orange);
}

.home-page .cta-checks[b-r1r1ekmrv1] {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin: 24px 0 36px;
    flex-wrap: wrap;
}

.home-page .cta-check[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.72);
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-page .cta-check[b-r1r1ekmrv1]::before {
    content: '✓';
    color: var(--accent-orange);
    font-weight: 700;
}

.home-page .cta-actions[b-r1r1ekmrv1] {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.home-page .cta-section .btn-secondary[b-r1r1ekmrv1] {
    color: rgba(255,255,255,0.8);
    border-color: rgba(255,255,255,0.2);
}

.home-page .cta-section .btn-secondary:hover[b-r1r1ekmrv1] {
    color: #fff;
    border-color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.05);
}

.home-page .cta-contact[b-r1r1ekmrv1] {
    margin-top: 28px;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

.home-page .cta-contact a[b-r1r1ekmrv1] {
    color: var(--accent-orange);
    text-decoration: none;
}

.home-page[b-r1r1ekmrv1] (.faq) {
    background: var(--crisp-white);
}

.home-page[b-r1r1ekmrv1] (.quote-section) {
    background: linear-gradient(180deg, var(--ice-blue) 0%, var(--crisp-white) 100%);
}

.home-page[b-r1r1ekmrv1] (.quote-section .section-title) {
    line-height: 1.05;
}

.home-page[b-r1r1ekmrv1] (.whatsapp-float) {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(37,211,102,0.35);
    z-index: 99;
    transition: transform 0.2s;
}

.home-page[b-r1r1ekmrv1] (.whatsapp-float:hover) {
    transform: scale(1.1);
}

.home-page .reveal[b-r1r1ekmrv1] {
    opacity: 1;
    transform: none;
}

.home-page .reveal.reveal-animate[b-r1r1ekmrv1] {
    opacity: 0;
    transform: translateY(28px);
    transition: all 0.6s cubic-bezier(0.23,1,0.32,1);
}

.home-page .reveal.reveal-animate.visible[b-r1r1ekmrv1] {
    opacity: 1;
    transform: translateY(0);
}

.home-page .reveal-d1[b-r1r1ekmrv1] {
    transition-delay: 0.1s;
}

.home-page .reveal-d2[b-r1r1ekmrv1] {
    transition-delay: 0.2s;
}

/* ─── PRODUCT OVERVIEW (rich structured) ─── */

.home-page .product-overview .overview-body[b-r1r1ekmrv1] {
    max-width: 820px;
    margin: 0 auto;
}

.home-page .overview-intro[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.home-page .overview-scope-grid[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.home-page .overview-scope-card[b-r1r1ekmrv1] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 22px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid var(--border-light);
    border-top: 3px solid var(--steel-blue);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.home-page .overview-scope-card:hover[b-r1r1ekmrv1] {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(28, 43, 58, 0.09);
    border-top-color: var(--accent-orange);
}

a.overview-scope-card.overview-scope-link[b-r1r1ekmrv1] {
    text-decoration: none;
    color: inherit;
}

.home-page .overview-scope-type[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: 0.2px;
}

.home-page .overview-scope-desc[b-r1r1ekmrv1] {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-mid);
}

.home-page .overview-text[b-r1r1ekmrv1] {
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--text-mid);
    margin-bottom: 28px;
}

.home-page .overview-config[b-r1r1ekmrv1] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 28px;
}

.home-page .overview-config-intro[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 14px;
    letter-spacing: 0.2px;
}

.home-page .overview-config-list[b-r1r1ekmrv1] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
}

.home-page .overview-config-list li[b-r1r1ekmrv1] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-mid);
    line-height: 1.6;
}

.home-page .overview-config-list li[b-r1r1ekmrv1]::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(74, 111, 165, 0.1);
    color: var(--steel-blue);
    font-size: 0.65rem;
    font-weight: 700;
    flex-shrink: 0;
}

.home-page .overview-inquiries[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--steel-blue);
    background: rgba(74, 111, 165, 0.06);
    border-left: 3px solid var(--steel-blue);
    padding: 14px 20px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    line-height: 1.6;
}

.home-page .overview-contextual-link[b-r1r1ekmrv1] {
    margin-top: 18px;
    margin-bottom: 0;
}

.home-page .overview-contextual-link a[b-r1r1ekmrv1] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.96rem;
    font-weight: 600;
    color: var(--steel-blue-dark);
    text-decoration: none;
    letter-spacing: 0.2px;
}

.home-page .overview-contextual-link a:hover[b-r1r1ekmrv1] {
    color: var(--accent-orange-dark);
}

@media (max-width: 1024px) {
    .home-page .overview-scope-grid[b-r1r1ekmrv1] {
        grid-template-columns: 1fr;
    }

    .home-page .product-grid[b-r1r1ekmrv1],
    .home-page .why-grid[b-r1r1ekmrv1] {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-page .ind-grid[b-r1r1ekmrv1] {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-page .cert-grid[b-r1r1ekmrv1],
    .home-page .coating-list[b-r1r1ekmrv1] {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-page .steps[b-r1r1ekmrv1] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .home-page .overview-config-list[b-r1r1ekmrv1] {
        grid-template-columns: 1fr;
    }

    .home-page .product-highlights[b-r1r1ekmrv1] {
        grid-template-columns: 1fr;
    }

    .home-page .product-grid[b-r1r1ekmrv1],
    .home-page .why-grid[b-r1r1ekmrv1],
    .home-page .ind-grid[b-r1r1ekmrv1],
    .home-page .coating-list[b-r1r1ekmrv1],
    .home-page .steps[b-r1r1ekmrv1] {
        grid-template-columns: 1fr;
    }

    .home-page .product-sub-items[b-r1r1ekmrv1] {
        grid-template-columns: 1fr;
    }

    .home-page .cert-grid[b-r1r1ekmrv1] {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-page .trust-bar .inner[b-r1r1ekmrv1] {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-page .trust-item:nth-child(even)[b-r1r1ekmrv1] {
        border-right: none;
    }

    .home-page .cta-checks[b-r1r1ekmrv1] {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}
/* /Components/Pages/Kvkk.razor.rz.scp.css */
.kvkk-page[b-yhd8ovw1kt] {
    background:
        radial-gradient(circle at top left, rgba(212, 228, 247, 0.7), transparent 34%),
        linear-gradient(180deg, rgba(244, 248, 252, 0.98) 0%, rgba(250, 250, 250, 1) 100%);
    padding: 48px 0 72px;
}

.kvkk-shell[b-yhd8ovw1kt] {
    max-width: 980px;
    background: var(--crisp-white);
    border: 1px solid rgba(74, 111, 165, 0.12);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(9, 29, 52, 0.08);
    padding: 40px 32px;
}

.kvkk-content[b-yhd8ovw1kt] {
    display: grid;
    gap: 20px;
}

.kvkk-block[b-yhd8ovw1kt] {
    border-top: 1px solid rgba(74, 111, 165, 0.14);
    padding-top: 20px;
}

.kvkk-block:first-child[b-yhd8ovw1kt] {
    border-top: 0;
    padding-top: 0;
}

.kvkk-block h2[b-yhd8ovw1kt] {
    margin: 0 0 12px;
    color: var(--navy);
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.kvkk-block p[b-yhd8ovw1kt] {
    margin: 0 0 12px;
    color: rgba(9, 29, 52, 0.86);
    line-height: 1.7;
}

.kvkk-list[b-yhd8ovw1kt] {
    margin: 0 0 12px;
    padding-left: 1.25rem;
    color: rgba(9, 29, 52, 0.86);
}

.kvkk-list li[b-yhd8ovw1kt] {
    margin-bottom: 8px;
    line-height: 1.7;
}

.kvkk-checks[b-yhd8ovw1kt] {
    list-style: none;
    padding-left: 0;
}

.kvkk-checks li[b-yhd8ovw1kt] {
    position: relative;
    padding-left: 1.5rem;
}

.kvkk-checks li[b-yhd8ovw1kt]::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--steel-blue-dark);
}

.kvkk-contact-list[b-yhd8ovw1kt] {
    display: grid;
    gap: 10px;
    margin: 0;
}

.kvkk-contact-list div[b-yhd8ovw1kt] {
    display: grid;
    grid-template-columns: minmax(160px, 220px) 1fr;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(212, 228, 247, 0.3);
}

.kvkk-contact-list dt[b-yhd8ovw1kt],
.kvkk-contact-list dd[b-yhd8ovw1kt] {
    margin: 0;
}

.kvkk-contact-list dt[b-yhd8ovw1kt] {
    font-weight: 700;
    color: var(--navy);
}

.kvkk-note[b-yhd8ovw1kt] {
    margin: 16px 0 0;
    padding: 16px 18px;
    border-left: 4px solid var(--accent-orange);
    border-radius: 16px;
    background: rgba(255, 122, 48, 0.08);
}

.kvkk-table[b-yhd8ovw1kt] {
    width: 100%;
}

.kvkk-table caption[b-yhd8ovw1kt] {
    margin-bottom: 10px;
    color: rgba(9, 29, 52, 0.74);
    font-weight: 600;
    text-align: left;
}

.kvkk-table th[b-yhd8ovw1kt],
.kvkk-table td[b-yhd8ovw1kt] {
    vertical-align: top;
}

.kvkk-page a[b-yhd8ovw1kt] {
    word-break: break-word;
}

@media (max-width: 720px) {
    .kvkk-page[b-yhd8ovw1kt] {
        padding: 28px 0 48px;
    }

    .kvkk-shell[b-yhd8ovw1kt] {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .kvkk-contact-list div[b-yhd8ovw1kt] {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}
/* /Components/Pages/Products/Aluminum-Extrusion-Profiles.razor.rz.scp.css */
.aep-page[b-f974txpu9p]  .breadcrumb {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.86rem;
    letter-spacing: 0.2px;
}

.aep-page[b-f974txpu9p]  .products {
    background: linear-gradient(170deg, var(--metal-dark), var(--metal-charcoal));
    color: #fff;
}

.aep-page[b-f974txpu9p]  .products .section-label {
    color: var(--accent-orange);
}

.aep-page[b-f974txpu9p]  #product-range .section-label {
    font-size: 0.85rem;
    letter-spacing: 3.2px;
    margin-bottom: 10px;
}

.aep-page[b-f974txpu9p]  .products .section-title,
.aep-page[b-f974txpu9p]  .products .section-desc {
    color: #fff;
}

.aep-page[b-f974txpu9p]  #product-range .section-title {
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #fff;
}

.aep-page[b-f974txpu9p]  #product-range .section-title .title-accent {
    color: var(--accent-orange);
}

.aep-page[b-f974txpu9p]  .products .section-desc {
    color: rgba(255, 255, 255, 0.62);
}

.aep-page[b-f974txpu9p]  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aep-page[b-f974txpu9p]  .product-card {
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.aep-page[b-f974txpu9p]  .product-card:hover {
    border-color: rgba(232, 114, 42, 0.28);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.aep-page[b-f974txpu9p]  .product-card-body {
    padding: 20px 24px 24px;
}

.aep-page[b-f974txpu9p]  .product-detail-specs p {
    margin-bottom: 8px;
}

.aep-page .grades-section[b-f974txpu9p] {
    background: #fff;
}

.aep-page #technical-specs[b-f974txpu9p] {
    background: linear-gradient(180deg, var(--ice-blue) 0%, var(--crisp-white) 100%);
}

.aep-page #surface-finishes[b-f974txpu9p] {
    background: #fff;
}

.aep-page .aep-finish-hero[b-f974txpu9p] {
    margin-bottom: 18px;
}

.aep-page .aep-finish-grid[b-f974txpu9p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 12px;
}

.aep-page .aep-finish-card[b-f974txpu9p] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 16px;
    transition: all 0.25s;
}

.aep-page .aep-finish-card:hover[b-f974txpu9p] {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(28, 43, 58, 0.08);
}

.aep-page .aep-finish-icon[b-f974txpu9p] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--ice-blue), #e4ecf6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: var(--steel-blue);
    font-weight: 700;
}

.aep-page .aep-finish-card h3[b-f974txpu9p] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    margin-bottom: 6px;
    color: var(--text-dark);
}

.aep-page .aep-finish-card p[b-f974txpu9p] {
    margin-bottom: 0;
    font-size: 0.86rem;
    color: var(--text-mid);
    line-height: 1.65;
}

.aep-page .industries[b-f974txpu9p] {
    background: linear-gradient(180deg, var(--ice-blue) 0%, #fff 100%);
}

.aep-page #fabrication-services[b-f974txpu9p] {
    background: linear-gradient(180deg, #fff 0%, var(--ice-blue) 100%);
}

.aep-page .aep-fab-split[b-f974txpu9p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
}

.aep-page .aep-fab-list[b-f974txpu9p] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aep-page .aep-fab-item[b-f974txpu9p] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
}

.aep-page .aep-fab-dot[b-f974txpu9p] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-orange);
    flex-shrink: 0;
}

.aep-page .aep-fab-item span:last-child[b-f974txpu9p] {
    font-size: 0.9rem;
    color: var(--text-mid);
    line-height: 1.45;
}

.aep-page .why-source[b-f974txpu9p] {
    background: linear-gradient(180deg, var(--crisp-white) 0%, var(--ice-blue) 100%);
}

.aep-page .why-card-icon[b-f974txpu9p] {
    background: linear-gradient(135deg, var(--ice-blue), #e4ecf6);
    color: var(--steel-blue);
}

.aep-page .quality-quote cite[b-f974txpu9p] {
    color: rgba(255, 255, 255, 0.55);
}

.aep-page .quality-quote cite .cite-accent[b-f974txpu9p] {
    color: var(--accent-orange);
    font-weight: 600;
}

.aep-page .quality-quote cite .cite-rest[b-f974txpu9p] {
    color: rgba(255, 255, 255, 0.55);
}

.aep-page[b-f974txpu9p]  .quote-section {
    margin: 52px 0;
}

.aep-page[b-f974txpu9p]  .quote-section .cta-actions {
    justify-content: center;
    margin-bottom: 16px;
}

.aep-page[b-f974txpu9p]  .quote-section .btn-primary {
    margin: 6px;
}

.aep-page .cta-section .section-label[b-f974txpu9p] {
    color: var(--accent-orange);
}

.aep-page .aep-page-meta[b-f974txpu9p] {
    padding: 28px 24px;
    text-align: center;
    border-top: 1px solid var(--border-light);
}

.aep-page .aep-page-meta .inner[b-f974txpu9p] {
    max-width: 980px;
    margin: 0 auto;
}

.aep-page .aep-page-meta p[b-f974txpu9p] {
    margin: 0 0 6px;
    color: var(--text-light);
    font-size: 0.82rem;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .aep-page[b-f974txpu9p]  .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aep-page .aep-fab-split[b-f974txpu9p] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .aep-page[b-f974txpu9p]  .product-grid,
    .aep-page .aep-finish-grid[b-f974txpu9p],
    .aep-page .ind-grid[b-f974txpu9p] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Products/Aluminum-Square-Tubes.razor.rz.scp.css */



.aluminum-square-tubes-page[b-lbtxkofu64]  .square-alloy-panel {
    display: none;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-alloy-panel.is-active {
    display: block;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-size-panel {
    display: none;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-size-panel.is-active {
    display: block;
}


.aluminum-square-tubes-page .square-proof-bar[b-lbtxkofu64] {
    background: #fff;
    border-top: 3px solid var(--accent-orange);
    border-bottom: 1px solid var(--border-light);
    padding: 0 24px;
}

.aluminum-square-tubes-page .square-proof-grid[b-lbtxkofu64] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.aluminum-square-tubes-page .square-proof-item[b-lbtxkofu64] {
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--border-light);
    transition: background 0.2s ease;
    position: relative;
}

.aluminum-square-tubes-page .square-proof-item:last-child[b-lbtxkofu64] {
    border-right: 0;
}

.aluminum-square-tubes-page .square-proof-item[b-lbtxkofu64]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: var(--accent-orange);
    transition: height 0.22s ease;
}

.aluminum-square-tubes-page .square-proof-item:hover[b-lbtxkofu64] {
    background: var(--ice-blue);
}

.aluminum-square-tubes-page .square-proof-item:hover[b-lbtxkofu64]::before {
    height: 3px;
}

.aluminum-square-tubes-page .square-proof-value[b-lbtxkofu64] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: var(--metal-dark);
}

.aluminum-square-tubes-page .square-proof-value span[b-lbtxkofu64] {
    color: var(--accent-orange);
}

.aluminum-square-tubes-page .square-proof-label[b-lbtxkofu64] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-mid);
    line-height: 1.4;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-alloy-tabs,
.aluminum-square-tubes-page[b-lbtxkofu64]  .square-size-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-alloy-tab,
.aluminum-square-tubes-page[b-lbtxkofu64]  .square-size-tab {
    border: 1px solid rgba(32, 51, 73, 0.18);
    background: #fff;
    color: var(--text-mid);
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-alloy-tab.is-active,
.aluminum-square-tubes-page[b-lbtxkofu64]  .square-size-tab.is-active {
    background: var(--metal-dark);
    color: #fff;
    border-color: var(--metal-dark);
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-alloy-head {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    margin: 8px 0 12px;
    background: rgba(74, 111, 165, 0.14);
    color: var(--steel-blue);
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-stat-card {
    border: 1px solid rgba(32, 51, 73, 0.12);
    border-radius: 10px;
    padding: 14px;
    background: #fff;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-stat-value {
    font-size: 1.2rem;
    font-weight: 700;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-stat-label {
    font-size: 0.75rem;
    opacity: 0.8;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-note {
    margin-top: 10px;
    opacity: 0.8;
    font-size: 0.85rem;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-order-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-order-card {
    border: 1px solid rgba(32, 51, 73, 0.14);
    border-radius: 10px;
    background: #fff;
    padding: 18px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-order-card h3 {
    margin: 8px 0 10px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-order-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(32, 51, 73, 0.08);
    font-size: 0.88rem;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-order-row:last-child {
    border-bottom: 0;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-process-head {
    margin-top: 26px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-process-item {
    text-align: center;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-process-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--metal-dark);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-process-number.is-accent {
    background: var(--accent-orange);
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-process-item h4 {
    margin-bottom: 5px;
}

.aluminum-square-tubes-page[b-lbtxkofu64]  .square-process-item p {
    font-size: 0.84rem;
}

.aluminum-square-tubes-page .square-split[b-lbtxkofu64] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.aluminum-square-tubes-page .square-feature-grid[b-lbtxkofu64] {
    margin-top: 14px;
}

.aluminum-square-tubes-page .square-cert-list[b-lbtxkofu64] {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.aluminum-square-tubes-page .square-cert-list span[b-lbtxkofu64] {
    font-size: 0.78rem;
    border: 1px solid rgba(32, 51, 73, 0.18);
    background: #fff;
    border-radius: 999px;
    padding: 6px 10px;
}

.aluminum-square-tubes-page .square-cert-image img[b-lbtxkofu64] {
    margin-top: 14px;
    border-radius: 10px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.aluminum-square-tubes-page .square-industry-grid[b-lbtxkofu64] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.aluminum-square-tubes-page .square-industry-grid .ind-card[b-lbtxkofu64] {
    padding: 14px;
}

.aluminum-square-tubes-page .square-industry-grid .ind-card h3[b-lbtxkofu64] {
    margin: 0;
    font-size: 0.92rem;
}

@media (max-width: 992px) {
    .aluminum-square-tubes-page[b-lbtxkofu64]  .square-order-grid,
    .aluminum-square-tubes-page[b-lbtxkofu64]  .square-process-grid,
    .aluminum-square-tubes-page .square-industry-grid[b-lbtxkofu64],
    .aluminum-square-tubes-page .square-split[b-lbtxkofu64],
    .aluminum-square-tubes-page[b-lbtxkofu64]  .square-alloy-head {
        grid-template-columns: 1fr;
    }

    .aluminum-square-tubes-page .square-proof-grid[b-lbtxkofu64] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .aluminum-square-tubes-page .square-proof-item[b-lbtxkofu64] {
        padding: 16px 14px;
    }

    .aluminum-square-tubes-page .square-proof-item:nth-child(3)[b-lbtxkofu64] {
        border-right: 0;
    }

    .aluminum-square-tubes-page .square-proof-value[b-lbtxkofu64] {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .aluminum-square-tubes-page .square-proof-grid[b-lbtxkofu64] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aluminum-square-tubes-page .square-proof-item:nth-child(2n)[b-lbtxkofu64] {
        border-right: 0;
    }

    .aluminum-square-tubes-page .square-proof-item:nth-child(3)[b-lbtxkofu64] {
        border-right: 1px solid var(--border-light);
    }

    .aluminum-square-tubes-page .square-proof-item[b-lbtxkofu64] {
        padding: 14px 12px;
    }

    .aluminum-square-tubes-page .square-proof-value[b-lbtxkofu64] {
        font-size: 1.8rem;
    }

    .aluminum-square-tubes-page .square-proof-label[b-lbtxkofu64] {
        font-size: 0.71rem;
    }
}
/* /Components/Pages/Products/AluminumRoundTubes.razor.rz.scp.css */
/* Round Tubes page specific overrides
   Palette aligned with site BoFu tokens */

.aep-page[b-bzbfdl1dnf]  .breadcrumb {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.86rem;
    letter-spacing: 0.2px;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf] {
    background: linear-gradient(180deg, var(--crisp-white) 0%, var(--ice-blue) 100%);
}

.aluminum-round-tubes-page .grades-section[b-bzbfdl1dnf],
.aluminum-round-tubes-page #delivery[b-bzbfdl1dnf],
.aluminum-round-tubes-page #certifications[b-bzbfdl1dnf] {
    background: #fff;
}

.aluminum-round-tubes-page #quality[b-bzbfdl1dnf],
.aluminum-round-tubes-page .industries[b-bzbfdl1dnf],
.aluminum-round-tubes-page .why-source[b-bzbfdl1dnf] {
    background: linear-gradient(180deg, var(--ice-blue) 0%, #fff 100%);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .trust-bar {
    background: #fff;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    box-shadow: 0 10px 24px rgba(28, 43, 58, 0.06);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .trust-item {
    border-right: 1px solid var(--border-light);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .trust-icon {
    color: var(--accent-orange);
    background: rgba(232, 114, 42, 0.1);
    border-radius: 8px;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .highlight-block {
    background: #fff;
    border-left: 4px solid var(--accent-orange);
    border-radius: 0 10px 10px 0;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .specs-table-wrap {
    border: 1px solid var(--border-light);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(28, 43, 58, 0.07);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .specs-table-wrap th {
    background: var(--metal-dark);
    color: #fff;
    border-bottom: 2px solid var(--accent-orange);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .specs-table-wrap tr:hover td {
    background: rgba(232, 114, 42, 0.05);
}

.aluminum-round-tubes-page #quality[b-bzbfdl1dnf]  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.aluminum-round-tubes-page #quality[b-bzbfdl1dnf]  .related-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
}

.aluminum-round-tubes-page #quality[b-bzbfdl1dnf]  .related-card h3 {
    color: var(--text-dark);
    margin-top: 10px;
}

.aluminum-round-tubes-page #quality[b-bzbfdl1dnf]  .related-card p {
    color: var(--text-mid);
}

.aluminum-round-tubes-page #quality[b-bzbfdl1dnf]  .trust-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .why-card-icon,
.aluminum-round-tubes-page[b-bzbfdl1dnf]  .ind-icon {
    background: linear-gradient(135deg, var(--ice-blue), #e4ecf6);
    color: var(--steel-blue);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .industries .inner {
    max-width: 1200px;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .industries .section-desc {
    max-width: 76ch;
    margin: 0 auto 26px;
    text-align: center;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .ind-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .ind-card {
    height: 100%;
    min-height: 230px;
    padding: 22px 20px;
    gap: 14px;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .ind-card > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .ind-card h3 {
    margin-bottom: 0;
    line-height: 1.2;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .ind-card p {
    margin: 0;
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .quality-quote cite .cite-accent {
    color: var(--accent-orange);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .quality-quote cite .cite-rest {
    color: rgba(255, 255, 255, 0.6);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .cluster-link {
    border-bottom-color: var(--accent-orange);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .btn-primary {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
}

.aluminum-round-tubes-page[b-bzbfdl1dnf]  .btn-primary:hover {
    background: #d66726;
    border-color: #d66726;
}

@media (max-width: 900px) {
    .aluminum-round-tubes-page #quality[b-bzbfdl1dnf]  .related-grid {
        grid-template-columns: 1fr;
    }

    .aluminum-round-tubes-page[b-bzbfdl1dnf]  .ind-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .aluminum-round-tubes-page[b-bzbfdl1dnf]  .ind-grid {
        grid-template-columns: 1fr;
    }

    .aluminum-round-tubes-page[b-bzbfdl1dnf]  .ind-card {
        min-height: unset;
    }
}
/* /Components/Pages/Products/Anodized-profiles.razor.rz.scp.css */
.sub-heading[b-r26lwcb1n5] {
    margin-top: 1.5rem;
}

.specs-table-wrap + .sub-heading[b-r26lwcb1n5] {
    margin-top: 2rem;
}

.cta-section .cta-contact a[b-r26lwcb1n5] {
    font-weight: 700;
}
/* /Components/Pages/Products/Steel-Pipes/Octg-casing-tubing.razor.rz.scp.css */
/* ─── SPECS TABLE ─── */
.octg-casing-tubing-page .specs-table-wrap table td[b-f7ddth8wej],
.octg-casing-tubing-page .specs-table-wrap table th[b-f7ddth8wej] {
    white-space: nowrap;
}

.octg-casing-tubing-page .highlight-block ul[b-f7ddth8wej] {
    margin: 0;
}

/* ─── OCTG TECHNICAL SCOPE ─── */
.octg-casing-tubing-page .octg-extended[b-f7ddth8wej] {
    background: linear-gradient(180deg, var(--crisp-white) 0%, var(--ice-blue) 100%);
}

.octg-casing-tubing-page .octg-extended-sub[b-f7ddth8wej] {
    max-width: 640px;
    margin-bottom: 48px;
}

/* Grid: flexible auto-fit matching site pattern */
.octg-casing-tubing-page .octg-extended-grid[b-f7ddth8wej] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

/* Card: matches .why-card pattern */
.octg-casing-tubing-page .octg-extended-card[b-f7ddth8wej] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 32px 28px;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}

.octg-casing-tubing-page .octg-extended-card[b-f7ddth8wej]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--steel-blue), var(--accent-orange));
    opacity: 0;
    transition: opacity 0.25s;
}

.octg-casing-tubing-page .octg-extended-card:hover[b-f7ddth8wej] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(74, 111, 165, 0.1);
}

.octg-casing-tubing-page .octg-extended-card:hover[b-f7ddth8wej]::before {
    opacity: 1;
}

.octg-casing-tubing-page .octg-extended-card p[b-f7ddth8wej],
.octg-casing-tubing-page .octg-extended-card li[b-f7ddth8wej],
.octg-casing-tubing-page .octg-extended-card summary[b-f7ddth8wej] {
    color: var(--text-mid);
    font-family: 'Barlow', sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
}

.octg-casing-tubing-page .octg-extended-card ul[b-f7ddth8wej] {
    margin: 0;
    padding-left: 18px;
}

.octg-casing-tubing-page .octg-extended-card li[b-f7ddth8wej] {
    margin: 6px 0;
}

/* Card label: matches .why-card h3 pattern */
.octg-casing-tubing-page .octg-extended-card-label[b-f7ddth8wej] {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--text-dark);
    letter-spacing: 0.5px;
    margin: 0 0 12px;
}

.octg-casing-tubing-page .octg-extended-note[b-f7ddth8wej] {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 0.88rem;
    color: var(--text-light);
    line-height: 1.6;
    font-style: italic;
}

/* QC card: full-width override */
.octg-casing-tubing-page .octg-extended-card.full[b-f7ddth8wej] {
    grid-column: 1 / -1;
}

/* Accordion: matches FAQ pattern */
.octg-casing-tubing-page .octg-extended-accordion[b-f7ddth8wej] {
    max-width: 800px;
}

.octg-casing-tubing-page .octg-extended-accordion details[b-f7ddth8wej] {
    background: var(--crisp-white);
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid var(--border-light);
    overflow: hidden;
    transition: all 0.2s;
}

.octg-casing-tubing-page .octg-extended-accordion details:hover[b-f7ddth8wej] {
    border-color: var(--steel-blue);
}

.octg-casing-tubing-page .octg-extended-accordion summary[b-f7ddth8wej] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-dark);
    transition: background 0.2s;
}

.octg-casing-tubing-page .octg-extended-accordion summary:hover[b-f7ddth8wej] {
    background: rgba(74, 111, 165, 0.03);
}

.octg-casing-tubing-page .octg-extended-accordion summary[b-f7ddth8wej]::-webkit-details-marker {
    display: none;
}

.octg-casing-tubing-page .octg-chev[b-f7ddth8wej] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
    color: var(--steel-blue);
    transition: transform 0.3s;
    flex-shrink: 0;
}

.octg-casing-tubing-page .octg-extended-accordion details[open] .octg-chev[b-f7ddth8wej] {
    transform: rotate(180deg);
}

.octg-casing-tubing-page .octg-panel[b-f7ddth8wej] {
    padding: 0 24px 20px;
}

.octg-casing-tubing-page .octg-panel ul[b-f7ddth8wej] {
    margin: 0;
    padding-left: 18px;
}

.octg-casing-tubing-page .octg-panel li[b-f7ddth8wej] {
    color: var(--text-mid);
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 4px 0;
}

/* Pills: steel-blue themed */
.octg-casing-tubing-page .octg-pillrow[b-f7ddth8wej] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0;
}

.octg-casing-tubing-page .octg-pill[b-f7ddth8wej] {
    border: 1px solid rgba(74, 111, 165, 0.2);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.82rem;
    color: var(--steel-blue);
    background: var(--ice-blue);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* CTA row */
.octg-casing-tubing-page .octg-extended-cta[b-f7ddth8wej] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 12px;
}

/* Half/third layout on desktop */
@media (min-width: 900px) {
    .octg-casing-tubing-page .octg-extended-grid[b-f7ddth8wej] {
        grid-template-columns: repeat(3, 1fr);
    }

    .octg-casing-tubing-page .octg-extended-card.half[b-f7ddth8wej] {
        grid-column: span 1;
    }

    .octg-casing-tubing-page .octg-extended-card.full[b-f7ddth8wej] {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1080px) {
    .octg-casing-tubing-page .octg-extended-grid[b-f7ddth8wej] {
        grid-template-columns: repeat(6, 1fr);
    }

    .octg-casing-tubing-page .octg-extended-card.third[b-f7ddth8wej] {
        grid-column: span 2;
    }

    .octg-casing-tubing-page .octg-extended-card.half[b-f7ddth8wej] {
        grid-column: span 3;
    }

    .octg-casing-tubing-page .octg-extended-card.full[b-f7ddth8wej] {
        grid-column: 1 / -1;
    }
}
/* /Components/Pages/ResourceLibrary.razor.rz.scp.css */
.resources-hub-page[b-5gstq9t598] {
    background: var(--crisp-white);
    color: var(--text-dark);
}

.resources-hub-page .inner[b-5gstq9t598] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.resources-hero[b-5gstq9t598] {
    position: relative;
    overflow: hidden;
    padding: 76px 0 64px;
    background:
        radial-gradient(circle at top left, rgba(74, 111, 165, .24), transparent 28%),
        linear-gradient(135deg, var(--metal-dark), var(--metal-charcoal));
    color: #fff;
}

.resources-hero[b-5gstq9t598]::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    filter: blur(12px);
}

.resources-hero .inner[b-5gstq9t598] {
    position: relative;
    z-index: 1;
}

.resources-hub-page .hero-breadcrumb[b-5gstq9t598] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
}

.resources-hub-page .hero-breadcrumb a[b-5gstq9t598] {
    color: rgba(255, 255, 255, .78);
}

.resources-hub-page .hero-kicker[b-5gstq9t598] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(74, 111, 165, .34);
    border-radius: 999px;
    background: rgba(74, 111, 165, .18);
    color: #d8e8ff;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.resources-hub-page .hero-kicker[b-5gstq9t598]::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f59e0b;
}

.resources-hero h1[b-5gstq9t598] {
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.4rem);
    line-height: 1;
    letter-spacing: .03em;
}

.resources-hero p[b-5gstq9t598] {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1.02rem;
}

.resources-hub-page .hero-actions[b-5gstq9t598] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.resources-hub-page .hero-meta-grid[b-5gstq9t598] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.resources-hub-page .hero-meta-card[b-5gstq9t598] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(4px);
}

.resources-hub-page .hero-meta-card .value[b-5gstq9t598] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: .03em;
}

.resources-hub-page .hero-meta-card .label[b-5gstq9t598] {
    color: rgba(255, 255, 255, .7);
    font-size: .84rem;
}

.resources-section[b-5gstq9t598] {
    padding: 72px 0;
}

.resources-hub-page .section-gray[b-5gstq9t598] {
    background: #f7f9fc;
}

.resources-hub-page .featured-card[b-5gstq9t598] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .9fr);
    gap: 24px;
    margin-top: 34px;
    padding: 28px;
    border: 1px solid var(--border-light);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(28, 43, 58, .08);
}

.resources-hub-page .featured-copy h3[b-5gstq9t598],
.resource-card h3[b-5gstq9t598],
.path-card h3[b-5gstq9t598] {
    margin: 14px 0 12px;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    line-height: 1.2;
}

.resources-hub-page .featured-copy p[b-5gstq9t598],
.resource-card p[b-5gstq9t598],
.path-card p[b-5gstq9t598] {
    margin: 0;
    color: var(--text-mid);
}

.resources-hub-page .post-chip[b-5gstq9t598] {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(74, 111, 165, .12);
    color: var(--steel-blue-dark);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.resources-hub-page .featured-points[b-5gstq9t598] {
    margin: 20px 0 0;
    padding-left: 20px;
    color: var(--text-dark);
}

.resources-hub-page .featured-points li + li[b-5gstq9t598] {
    margin-top: 8px;
}

.resources-hub-page .post-meta-row[b-5gstq9t598] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 18px;
    color: var(--text-light);
    font-size: .86rem;
}

.resources-hub-page .post-link[b-5gstq9t598],
.resource-secondary-link[b-5gstq9t598] {
    display: inline-flex;
    margin-top: 18px;
    color: var(--accent-orange);
    font-weight: 700;
}

.resources-hub-page .post-link:hover[b-5gstq9t598],
.resource-secondary-link:hover[b-5gstq9t598] {
    opacity: .85;
}

.card-actions[b-5gstq9t598],
.resource-links[b-5gstq9t598],
.cta-actions-wrap[b-5gstq9t598] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    align-items: center;
}

.inline-secondary[b-5gstq9t598] {
    margin-top: 18px;
}

.resources-hub-page .featured-visual[b-5gstq9t598] {
    display: flex;
    align-items: stretch;
}

.resources-hub-page .visual-frame[b-5gstq9t598] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 24px;
    border-radius: 16px;
    background:
        linear-gradient(160deg, rgba(58, 90, 138, .95), rgba(28, 43, 58, .96)),
        linear-gradient(135deg, transparent, rgba(245, 158, 11, .18));
    color: #fff;
}

.resources-hub-page .visual-frame span[b-5gstq9t598] {
    color: rgba(255, 255, 255, .72);
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.resources-hub-page .visual-frame strong[b-5gstq9t598] {
    margin-top: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: .96;
    letter-spacing: .04em;
}

.resource-grid[b-5gstq9t598],
.path-grid[b-5gstq9t598] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.resource-card[b-5gstq9t598],
.path-card[b-5gstq9t598] {
    padding: 24px;
    border: 1px solid var(--border-light);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 43, 58, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.resource-card:hover[b-5gstq9t598],
.path-card:hover[b-5gstq9t598] {
    transform: translateY(-3px);
    border-color: rgba(232, 114, 42, .35);
    box-shadow: 0 16px 30px rgba(28, 43, 58, .1);
}

.path-step[b-5gstq9t598] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(28, 43, 58, .08);
    color: var(--steel-blue-dark);
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .08em;
}

.resources-cta-section[b-5gstq9t598] {
    background: linear-gradient(135deg, var(--metal-dark), var(--metal-charcoal));
}

.cta-shell[b-5gstq9t598] {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) auto;
    gap: 24px;
    align-items: center;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .04);
}

.section-title.light[b-5gstq9t598],
.section-desc.light[b-5gstq9t598] {
    color: #fff;
}

.section-desc.light[b-5gstq9t598] {
    opacity: .78;
}

@media (max-width: 900px) {
    .resources-hub-page .hero-meta-grid[b-5gstq9t598],
    .resources-hub-page .featured-card[b-5gstq9t598],
    .cta-shell[b-5gstq9t598] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .resources-hero[b-5gstq9t598] {
        padding: 64px 0 56px;
    }

    .resources-hub-page .inner[b-5gstq9t598] {
        padding: 0 18px;
    }

    .resources-hub-page .hero-actions[b-5gstq9t598],
    .card-actions[b-5gstq9t598],
    .resource-links[b-5gstq9t598],
    .cta-actions-wrap[b-5gstq9t598] {
        flex-direction: column;
        align-items: stretch;
    }

    .resources-hub-page .hero-actions a[b-5gstq9t598],
    .cta-actions-wrap a[b-5gstq9t598] {
        justify-content: center;
    }

    .resources-hub-page .hero-meta-card[b-5gstq9t598],
    .resources-hub-page .featured-card[b-5gstq9t598],
    .resource-card[b-5gstq9t598],
    .path-card[b-5gstq9t598],
    .cta-shell[b-5gstq9t598] {
        padding: 20px;
    }
}
/* /Components/Shared/AdvRequestQuote.razor.rz.scp.css */
.form-card[b-i7ogkdmd1b] {
    --aq-bg: var(--metal-dark);
    --aq-surface: var(--metal-charcoal);
    --aq-border: rgba(255, 255, 255, .14);
    --aq-text: #e8ecf3;
    --aq-muted: #9aa7bc;
    --aq-accent: var(--accent-orange);
    --aq-accent-hover: var(--accent-orange-dark);
    --aq-success: #34d399;
    --aq-radius: 8px;
    --aq-radius-lg: 14px;
    --aq-shadow: 0 4px 24px rgba(0, 0, 0, .25);

    background: var(--aq-bg);
    border: 1px solid var(--aq-border);
    border-radius: var(--aq-radius-lg);
    overflow: hidden;
    box-shadow: var(--aq-shadow);
}

.form-header[b-i7ogkdmd1b] {
    background: var(--aq-surface);
    border-bottom: 1px solid var(--aq-border);
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-header-icon[b-i7ogkdmd1b] {
    width: 38px;
    height: 38px;
    background: rgba(232, 114, 42, .16);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--aq-accent);
}

.form-header h2[b-i7ogkdmd1b] {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 2px;
}

.form-header p[b-i7ogkdmd1b] {
    font-size: 12.5px;
    color: var(--aq-muted);
    margin: 0;
}

.form-body[b-i7ogkdmd1b] {
    padding: 28px;
}

.step-pills[b-i7ogkdmd1b] {
    display: flex;
    margin-bottom: 28px;
    border-radius: var(--aq-radius);
    overflow: hidden;
    border: 1px solid var(--aq-border);
}

.step-pill[b-i7ogkdmd1b] {
    flex: 1;
    padding: 9px 6px;
    font-size: 11.5px;
    font-weight: 600;
    text-align: center;
    color: var(--aq-muted);
    background: var(--aq-surface);
    border-right: 1px solid var(--aq-border);
}

.step-pill:last-child[b-i7ogkdmd1b] {
    border-right: 0;
}

.step-pill.active[b-i7ogkdmd1b] {
    background: rgba(232, 114, 42, .12);
    color: var(--aq-accent);
}

.step-num[b-i7ogkdmd1b] {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: rgba(255, 255, 255, .16);
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    margin-right: 4px;
}

.step-pill.active .step-num[b-i7ogkdmd1b] {
    background: var(--aq-accent);
    color: #fff;
}

.form-section[b-i7ogkdmd1b] {
    display: none;
}

.form-section.visible[b-i7ogkdmd1b] {
    display: block;
}

.field-row[b-i7ogkdmd1b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.field[b-i7ogkdmd1b] {
    margin-bottom: 18px;
}

.field label[b-i7ogkdmd1b] {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--aq-text);
    margin-bottom: 6px;
    letter-spacing: .02em;
}

.field label .req[b-i7ogkdmd1b] {
    color: var(--aq-accent);
    margin-left: 2px;
}

.field label .opt[b-i7ogkdmd1b] {
    color: var(--aq-muted);
    font-weight: 400;
    margin-left: 4px;
}

.field input[b-i7ogkdmd1b],
.field select[b-i7ogkdmd1b],
.field textarea[b-i7ogkdmd1b] {
    width: 100%;
    background: var(--aq-surface);
    border: 1px solid var(--aq-border);
    border-radius: var(--aq-radius);
    padding: 10px 13px;
    font-size: 13.5px;
    color: var(--aq-text);
    font-family: 'Barlow', sans-serif;
    transition: border-color .2s, box-shadow .2s;
    appearance: none;
}

.field input[b-i7ogkdmd1b]::placeholder,
.field textarea[b-i7ogkdmd1b]::placeholder {
    color: var(--aq-muted);
}

.field input:focus[b-i7ogkdmd1b],
.field select:focus[b-i7ogkdmd1b],
.field textarea:focus[b-i7ogkdmd1b] {
    outline: none;
    border-color: var(--aq-accent);
    box-shadow: 0 0 0 3px rgba(232, 114, 42, .15);
}

.field textarea[b-i7ogkdmd1b] {
    resize: vertical;
    min-height: 88px;
}

.field select[b-i7ogkdmd1b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239aa7bc' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
    cursor: pointer;
}

.product-cards[b-i7ogkdmd1b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.product-card[b-i7ogkdmd1b] {
    border: 2px solid var(--aq-border);
    border-radius: var(--aq-radius);
    padding: 13px 14px;
    cursor: pointer;
    transition: all .2s;
    background: var(--aq-surface);
}

.product-card:hover[b-i7ogkdmd1b] {
    border-color: rgba(232, 114, 42, .42);
}

.product-card.selected[b-i7ogkdmd1b] {
    border-color: var(--aq-accent);
    background: rgba(232, 114, 42, .08);
}

.product-card input[type="radio"][b-i7ogkdmd1b] {
    display: none;
}

.product-card-icon[b-i7ogkdmd1b] {
    font-size: 22px;
    margin-bottom: 4px;
}

.product-card-title[b-i7ogkdmd1b] {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.product-card-sub[b-i7ogkdmd1b] {
    font-size: 11.5px;
    color: var(--aq-muted);
    margin-top: 2px;
}

.grade-pills[b-i7ogkdmd1b] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
}

.grade-pill[b-i7ogkdmd1b] {
    padding: 5px 13px;
    border: 1px solid var(--aq-border);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--aq-muted);
    cursor: pointer;
    transition: all .2s;
    background: var(--aq-surface);
}

.grade-pill:hover[b-i7ogkdmd1b] {
    border-color: rgba(232, 114, 42, .5);
    color: var(--aq-text);
}

.grade-pill.selected[b-i7ogkdmd1b] {
    border-color: var(--aq-accent);
    background: rgba(232, 114, 42, .12);
    color: var(--aq-accent);
}

.form-nav[b-i7ogkdmd1b] {
    display: flex;
    gap: 12px;
    margin-top: 6px;
}

.btn-back[b-i7ogkdmd1b] {
    padding: 12px 20px;
    background: var(--aq-surface);
    border: 1px solid var(--aq-border);
    border-radius: var(--aq-radius);
    color: var(--aq-muted);
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
}

.btn-back:hover[b-i7ogkdmd1b] {
    border-color: var(--aq-accent);
    color: var(--aq-text);
}

.btn-next[b-i7ogkdmd1b],
.btn-submit[b-i7ogkdmd1b] {
    flex: 1;
    padding: 13px 24px;
    background: var(--aq-accent);
    border: none;
    border-radius: var(--aq-radius);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, transform .1s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-next:hover[b-i7ogkdmd1b],
.btn-submit:hover[b-i7ogkdmd1b] {
    background: var(--aq-accent-hover);
}

.btn-next:active[b-i7ogkdmd1b],
.btn-submit:active[b-i7ogkdmd1b] {
    transform: scale(.98);
}

.form-privacy[b-i7ogkdmd1b] {
    margin-top: 14px;
    font-size: 11.5px;
    color: var(--aq-muted);
    text-align: center;
}

.form-consent[b-i7ogkdmd1b] {
    margin: 0 0 12px;
    padding: 12px 14px;
    border: 1px solid rgba(232, 114, 42, .2);
    border-radius: var(--aq-radius);
    background: rgba(255, 255, 255, .04);
}

.form-consent-label[b-i7ogkdmd1b] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12.5px;
    line-height: 1.6;
    color: var(--aq-text);
    cursor: pointer;
}

.form-consent-label input[type="checkbox"][b-i7ogkdmd1b] {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    accent-color: var(--aq-accent);
    flex-shrink: 0;
}

.form-consent-link[b-i7ogkdmd1b] {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.form-consent-link:hover[b-i7ogkdmd1b] {
    color: var(--aq-accent);
}

.form-error[b-i7ogkdmd1b] {
    margin: 4px 0 8px;
    color: #ffb4b4;
    font-size: 12px;
}

.success-state[b-i7ogkdmd1b] {
    padding: 48px 28px;
    text-align: center;
}

.success-state.visible[b-i7ogkdmd1b] {
    display: block;
}

.success-icon[b-i7ogkdmd1b] {
    width: 64px;
    height: 64px;
    background: rgba(52, 211, 153, .12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
}

.success-state h3[b-i7ogkdmd1b] {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
}

.success-state p[b-i7ogkdmd1b] {
    color: var(--aq-muted);
    margin: 0 0 24px;
}

.success-steps[b-i7ogkdmd1b] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    background: var(--aq-surface);
    border: 1px solid var(--aq-border);
    border-radius: var(--aq-radius);
    padding: 18px;
}

.success-step[b-i7ogkdmd1b] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ss-num[b-i7ogkdmd1b] {
    width: 24px;
    height: 24px;
    background: var(--aq-accent);
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.ss-text[b-i7ogkdmd1b] {
    font-size: 13px;
    color: var(--aq-muted);
}

.ss-text strong[b-i7ogkdmd1b] {
    color: var(--aq-text);
    display: block;
    font-size: 13.5px;
}

@media (max-width: 640px) {
    .field-row[b-i7ogkdmd1b] {
        grid-template-columns: 1fr;
    }

    .form-consent-label[b-i7ogkdmd1b] {
        font-size: 12px;
    }

    .product-cards[b-i7ogkdmd1b] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Shared/CtaSection.razor.rz.scp.css */
.cta-section[b-vx5un8qr3w] {
    background: linear-gradient(135deg, rgba(28, 43, 58, 0.93) 0%, rgba(58, 90, 138, 0.9) 100%), var(--cta-background-image, none) center/cover no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section[b-vx5un8qr3w]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 60px);
}

.cta-section .inner[b-vx5un8qr3w] {
    position: relative;
    z-index: 2;
}

.cta-section .section-title[b-vx5un8qr3w] {
    color: #fff;
    margin-bottom: 20px;
}

.cta-section p[b-vx5un8qr3w] {
    color: rgba(255, 255, 255, 0.65);
    max-width: 560px;
    margin: 0 auto 36px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.cta-actions[b-vx5un8qr3w] {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.cta-contact[b-vx5un8qr3w] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.88rem;
}

.cta-contact a[b-vx5un8qr3w] {
    color: var(--accent-orange);
    text-decoration: none;
    font-weight: 600;
}
/* /Components/Shared/FaqSection.razor.rz.scp.css */
.faq[b-8a92puow8j] {
    background: var(--ice-blue);
}

.faq-list[b-8a92puow8j] {
    max-width: 800px;
}

.faq-item[b-8a92puow8j] {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid var(--border-light);
    overflow: hidden;
    transition: all 0.2s;
}

.faq-item:hover[b-8a92puow8j] {
    border-color: var(--steel-blue);
}

.faq-q[b-8a92puow8j] {
    width: 100%;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dark);
    user-select: none;
    margin: 0;
    transition: background 0.2s;
}

.faq-q:hover[b-8a92puow8j] {
    background: rgba(74, 111, 165, 0.03);
}

.faq-q[b-8a92puow8j]::after {
    content: '+';
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: var(--steel-blue);
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 16px;
}

.faq-item.open .faq-q[b-8a92puow8j]::after {
    transform: rotate(45deg);
}

.faq-a[b-8a92puow8j] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.open .faq-a[b-8a92puow8j] {
    max-height: 600px;
    padding: 0 24px 20px;
}

.faq-a p[b-8a92puow8j] {
    color: var(--text-mid);
    font-size: 0.9rem;
    line-height: 1.8;
}
/* /Components/Shared/HeroSection.razor.rz.scp.css */
/* ─── HERO SECTION (Isolated CSS) ─── */

.hero[b-0zaas7v0vo] {
    background: linear-gradient(135deg, rgba(28, 43, 58, 0.92) 0%, rgba(42, 61, 82, 0.88) 40%, rgba(58, 90, 138, 0.85) 100%),
    var(--hero-bg-image, url('https://images.unsplash.com/photo-1605600659873-d808a13e4d2a?w=1600&q=80&auto=format')) center/cover no-repeat;
    position: relative;
    overflow: hidden;
    padding: 100px 24px 80px;
}

.hero[b-0zaas7v0vo]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0px, rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 80px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.015) 0px, rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 80px);
}

.hero[b-0zaas7v0vo]::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74, 111, 165, 0.15) 0%, transparent 70%);
}

.hero .inner[b-0zaas7v0vo] {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Breadcrumb — div is directly rendered, inner <a>/<span> come from MarkupString → ::deep */
.breadcrumb[b-0zaas7v0vo] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.82rem;
    margin-bottom: 28px;
    letter-spacing: 0.3px;
}

.breadcrumb[b-0zaas7v0vo]  a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.breadcrumb[b-0zaas7v0vo]  a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.breadcrumb[b-0zaas7v0vo]  span {
    margin: 0 8px;
}

/* Hero h1 — element is directly rendered, .accent <span> comes from MarkupString → ::deep */
.hero h1[b-0zaas7v0vo] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero h1[b-0zaas7v0vo]  .accent {
    color: var(--accent-orange);
}

.hero-sub[b-0zaas7v0vo] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.15rem;
    max-width: 640px;
    line-height: 1.8;
    margin-bottom: 36px;
    font-weight: 300;
}

.hero-actions[b-0zaas7v0vo] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hero[b-0zaas7v0vo] {
        padding: 60px 20px 50px;
    }
}
/* /Components/Shared/ProcessSection.razor.rz.scp.css */
.process-section[b-vaerhc16jx] {
    padding: 80px 24px;
    background: var(--crisp-white);
}

.process-section .inner[b-vaerhc16jx] {
    max-width: 1200px;
    margin: 0 auto;
}

.process-header[b-vaerhc16jx] {
    margin-bottom: 48px;
}

.process-label[b-vaerhc16jx] {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--steel-blue);
    margin-bottom: 12px;
}

.process-title[b-vaerhc16jx] {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: var(--metal-dark);
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.1;
}

.process-desc[b-vaerhc16jx] {
    font-size: 1.1rem;
    color: var(--text-mid);
    max-width: 600px;
}

.process-grid[b-vaerhc16jx] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.process-card[b-vaerhc16jx] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover[b-vaerhc16jx] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.process-number[b-vaerhc16jx] {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    color: var(--accent-orange);
    line-height: 1;
    margin-bottom: 16px;
}

.process-card-title[b-vaerhc16jx] {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--metal-dark);
    margin-bottom: 12px;
}

.process-card-desc[b-vaerhc16jx] {
    font-size: 0.95rem;
    color: var(--text-mid);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 992px) {
    .process-grid[b-vaerhc16jx] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .process-grid[b-vaerhc16jx] {
        grid-template-columns: 1fr;
    }
    .process-title[b-vaerhc16jx] {
        font-size: 2rem;
    }
}
/* /Components/Shared/ProductCardBoFU.razor.rz.scp.css */
.bofu-hero-figure[b-phqmds4xdz] {
    margin: 0 0 32px;
}

.bofu-hero-image[b-phqmds4xdz] {
    width: 100%;
    border-radius: 12px;
}

.product-img-wrap[b-phqmds4xdz] {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.product-img-wrap .product-img[b-phqmds4xdz] {
    transition: transform 0.4s ease;
}

.product-card:hover .product-img-wrap .product-img[b-phqmds4xdz] {
    transform: scale(1.05);
}

.product-detail-specs[b-phqmds4xdz] {
    margin-bottom: 14px;
}

.product-card-body[b-phqmds4xdz] {
    gap: 6px;
}

.product-card-body p strong[b-phqmds4xdz],
.product-detail-specs p strong[b-phqmds4xdz] {
    color: rgba(255, 255, 255, 0.9);
}

.product-detail-specs p[b-phqmds4xdz] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 6px;
}

.product-detail-specs p strong[b-phqmds4xdz] {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}
/* /Components/Shared/QuoteForm.razor.rz.scp.css */
.quote-section[b-o0epp66xi6] {
	background: var(--metal-dark);
	position: relative;
	overflow: hidden;
}

.quote-section[b-o0epp66xi6]::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(90deg, rgba(255,255,255,0.012) 0px, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 80px),
		repeating-linear-gradient(0deg, rgba(255,255,255,0.012) 0px, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 80px);
}

.quote-section[b-o0epp66xi6]::after {
	content: '';
	position: absolute;
	top: -30%;
	right: -15%;
	width: 700px;
	height: 700px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(232,114,42,0.06) 0%, transparent 70%);
}

.quote-section .inner[b-o0epp66xi6] {
	position: relative;
	z-index: 2;
}

.quote-grid[b-o0epp66xi6] {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 60px;
	align-items: start;
}

.quote-label[b-o0epp66xi6] {
	color: var(--silver);
}

.quote-title[b-o0epp66xi6] {
	color: #fff;
}

.quote-title-accent[b-o0epp66xi6] {
	color: var(--accent-orange);
}

.quote-desc[b-o0epp66xi6] {
	color: rgba(255,255,255,0.6);
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 28px;
	font-weight: 300;
}

.quote-benefits[b-o0epp66xi6] {
	margin-bottom: 28px;
}

.qb[b-o0epp66xi6] {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255,255,255,0.7);
	font-size: 0.9rem;
	padding: 6px 0;
}

.qb-icon[b-o0epp66xi6] {
	width: 22px;
	height: 22px;
	background: rgba(232,114,42,0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-orange);
	font-size: 0.7rem;
	font-weight: 700;
	flex-shrink: 0;
}

.quote-alt[b-o0epp66xi6] {
	color: rgba(255,255,255,0.4);
	font-size: 0.85rem;
	line-height: 1.8;
}

.quote-alt a[b-o0epp66xi6] {
	color: rgba(255,255,255,0.65);
	text-decoration: none;
	font-weight: 500;
}

.quote-alt a:hover[b-o0epp66xi6] {
	color: var(--accent-orange);
}

.quote-form-card[b-o0epp66xi6] {
	background: #fff;
	border-radius: 14px;
	padding: 36px 32px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.form-title[b-o0epp66xi6] {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: var(--text-dark);
	margin-bottom: 24px;
}

.form-row[b-o0epp66xi6] {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

.form-group[b-o0epp66xi6] {
	display: flex;
	flex-direction: column;
}

.form-group.full[b-o0epp66xi6] {
	margin-bottom: 16px;
}

.form-group label[b-o0epp66xi6] {
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--text-dark);
	margin-bottom: 6px;
	letter-spacing: 0.3px;
}

.form-group input[b-o0epp66xi6],
.form-group select[b-o0epp66xi6],
.form-group textarea[b-o0epp66xi6] {
	padding: 11px 14px;
	border: 1.5px solid var(--border-light);
	border-radius: 6px;
	font-family: 'Barlow', sans-serif;
	font-size: 0.88rem;
	color: var(--text-dark);
	background: var(--crisp-white);
	transition: border-color 0.2s, box-shadow 0.2s;
	outline: none;
}

.form-group input:focus[b-o0epp66xi6],
.form-group select:focus[b-o0epp66xi6],
.form-group textarea:focus[b-o0epp66xi6] {
	border-color: var(--steel-blue);
	box-shadow: 0 0 0 3px rgba(74,111,165,0.1);
}

.form-group textarea[b-o0epp66xi6] {
	resize: vertical;
}

.form-group select[b-o0epp66xi6] {
	cursor: pointer;
	appearance: auto;
}

.form-details-optional[b-o0epp66xi6] {
	font-weight: 400;
	color: var(--text-light);
}

.quote-submit[b-o0epp66xi6] {
	width: 100%;
	justify-content: center;
	padding: 16px;
}

.quote-submit:disabled[b-o0epp66xi6] {
	opacity: 0.7;
	cursor: wait;
}

.quote-status[b-o0epp66xi6] {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 0.85rem;
	line-height: 1.6;
}

.quote-status-error[b-o0epp66xi6] {
	background: #fff4f4;
	border: 1px solid rgba(184, 48, 48, 0.18);
	color: #9f2d2d;
}

.quote-status-success[b-o0epp66xi6] {
	background: #f1f8f2;
	border: 1px solid rgba(37, 128, 78, 0.18);
	color: #1f6d41;
	margin-bottom: 12px;
}

.quote-consent[b-o0epp66xi6] {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid rgba(74, 111, 165, 0.18);
	border-radius: 8px;
	background: rgba(212, 228, 247, 0.3);
}

.quote-consent-label[b-o0epp66xi6] {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.82rem;
	line-height: 1.6;
	color: var(--text-dark);
	cursor: pointer;
}

.quote-consent-label input[type="checkbox"][b-o0epp66xi6] {
	margin-top: 2px;
	width: 16px;
	height: 16px;
	accent-color: var(--steel-blue);
	flex-shrink: 0;
}

.quote-consent-link[b-o0epp66xi6] {
	color: var(--steel-blue-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.quote-consent-link:hover[b-o0epp66xi6] {
	color: var(--accent-orange-dark);
}

.quote-success-state[b-o0epp66xi6] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
}

.form-note[b-o0epp66xi6] {
	text-align: center;
	font-size: 0.76rem;
	color: var(--text-light);
	margin-top: 12px;
	letter-spacing: 0.2px;
}

@media (max-width: 768px) {
	.quote-grid[b-o0epp66xi6] {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.form-row[b-o0epp66xi6] {
		grid-template-columns: 1fr;
	}

	.quote-consent-label[b-o0epp66xi6] {
		font-size: 0.78rem;
	}
}
/* /Components/Shared/SplitHeroSection.razor.rz.scp.css */
.hero[b-ukldahrz4v] {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, var(--crisp-white) 0%, var(--ice-blue) 50%, rgba(74,111,165,0.08) 100%);
    overflow: hidden;
}

.hero[b-ukldahrz4v]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, var(--crisp-white));
    pointer-events: none;
}

.hero-grid-pattern[b-ukldahrz4v] {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--border-light) 1px, transparent 1px), linear-gradient(90deg, var(--border-light) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.5;
    mask-image: radial-gradient(ellipse 70% 60% at 30% 40%, black 20%, transparent 70%);
}

.hero .inner[b-ukldahrz4v] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.hero-breadcrumb[b-ukldahrz4v] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 20px;
}

.hero-breadcrumb[b-ukldahrz4v]  a {
    color: var(--steel-blue);
    text-decoration: none;
}

.hero h1[b-ukldahrz4v] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.02;
    letter-spacing: 1px;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.hero h1[b-ukldahrz4v]  .accent {
    color: var(--accent-orange);
}

.hero-subtitle[b-ukldahrz4v] {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-mid);
    max-width: 520px;
    margin-bottom: 32px;
}

.hero-actions[b-ukldahrz4v] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero .btn-secondary[b-ukldahrz4v] {
    color: var(--text-dark);
    border-color: var(--border-light);
}

.hero .btn-secondary:hover[b-ukldahrz4v] {
    color: var(--text-dark);
    border-color: var(--steel-blue);
    background: rgba(74,111,165,0.04);
}

.hero-image[b-ukldahrz4v] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 24px 64px rgba(28,43,58,0.15), 0 0 0 1px var(--border-light);
}

.hero-image img[b-ukldahrz4v] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img-caption[b-ukldahrz4v] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 16px;
    background: linear-gradient(transparent, rgba(28,43,58,0.75));
    color: rgba(255,255,255,0.85);
    font-size: 12px;
}

@media (max-width: 1024px) {
    .hero .inner[b-ukldahrz4v] {
        grid-template-columns: 1fr;
    }

    .hero-image[b-ukldahrz4v] {
        max-width: 520px;
    }
}

@media (max-width: 640px) {
    .hero[b-ukldahrz4v] {
        min-height: auto;
        padding: 100px 0 60px;
    }
}
