/* /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/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;
}


.home-page .trust-bar[b-r1r1ekmrv1] {
    background: var(--metal-dark);
    padding: 0;
    border: 0;
}

.home-page .trust-bar .inner[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
}

.home-page .trust-item[b-r1r1ekmrv1] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 16px;
    border-right: 1px solid rgba(255,255,255,0.06);
}

.home-page .trust-item:last-child[b-r1r1ekmrv1] {
    border-right: none;
}

.home-page .trust-icon[b-r1r1ekmrv1] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 20px;
}

.home-page .trust-value[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.3px;
}

.home-page .trust-label[b-r1r1ekmrv1] {
    font-size: 11px;
    color: var(--text-light);
}

.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);
}

.home-page .product-highlights[b-r1r1ekmrv1] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 780px;
    margin: 0 auto;
}

.home-page .product-highlight[b-r1r1ekmrv1] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.home-page .product-highlight:hover[b-r1r1ekmrv1] {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.home-page .product-highlight-icon[b-r1r1ekmrv1] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.home-page .product-highlight-text[b-r1r1ekmrv1] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.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;
}

.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;
    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 .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;
}

.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);
}

.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;
}

@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 .cta-checks[b-r1r1ekmrv1] {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}
/* /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 */
.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-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: 80ch;
    margin-bottom: 24px;
}

.octg-casing-tubing-page .octg-extended-grid[b-f7ddth8wej] {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
}

.octg-casing-tubing-page .octg-extended-card[b-f7ddth8wej] {
    grid-column: span 12;
    border: 1px solid var(--border-light);
    border-radius: 14px;
    padding: 16px;
    background: var(--crisp-white);
}

.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-dark);
    font-family: 'Barlow', sans-serif;
}

.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;
}

.octg-casing-tubing-page .octg-extended-card-label[b-f7ddth8wej] {
    margin: 0 0 6px;
    font-size: .9rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--text-mid);
    font-family: 'Barlow Condensed', sans-serif;
}

.octg-casing-tubing-page .octg-extended-note[b-f7ddth8wej] {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: .95rem;
    color: var(--text-mid);
}

.octg-casing-tubing-page .octg-extended-accordion[b-f7ddth8wej] {
    border: 1px solid var(--border-light);
    border-radius: 14px;
    background: var(--crisp-white);
    overflow: hidden;
}

.octg-casing-tubing-page .octg-extended-accordion details[b-f7ddth8wej] {
    border-top: 1px solid var(--border-light);
}

.octg-casing-tubing-page .octg-extended-accordion details:first-child[b-f7ddth8wej] {
    border-top: none;
}

.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: 14px 16px;
    font-weight: 600;
}

.octg-casing-tubing-page .octg-extended-accordion summary[b-f7ddth8wej]::-webkit-details-marker {
    display: none;
}

.octg-casing-tubing-page .octg-chev[b-f7ddth8wej] {
    color: var(--steel-blue);
    transition: transform .15s ease;
}

.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 16px 16px;
}

.octg-casing-tubing-page .octg-pillrow[b-f7ddth8wej] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.octg-casing-tubing-page .octg-pill[b-f7ddth8wej] {
    border: 1px solid var(--border-light);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: .85rem;
    color: var(--metal-charcoal);
    background: var(--crisp-white);
    font-family: 'Barlow', sans-serif;
}

.octg-casing-tubing-page .octg-extended-cta[b-f7ddth8wej] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.octg-casing-tubing-page .octg-extended-btn-secondary[b-f7ddth8wej] {
    color: var(--text-dark);
    border-color: var(--border-light);
}

@media (min-width: 900px) {
    .octg-casing-tubing-page .octg-extended-card.half[b-f7ddth8wej] {
        grid-column: span 6;
    }

    .octg-casing-tubing-page .octg-extended-card.third[b-f7ddth8wej] {
        grid-column: span 4;
    }
}
/* /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-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;
    }

    .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-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;
	}
}
/* /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;
    }
}
