/* _content/AltaneebWebsite/Components/Account/Pages/Login.razor.rz.scp.css */
.lg-body[b-9o9mmi1ufa] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 88px 24px 120px;
    display: flex;
    justify-content: center;
}

.lg-card[b-9o9mmi1ufa] {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 40px 36px;
    box-shadow: 0 1px 2px rgba(11,28,56,.04);
}

.lg-card h1[b-9o9mmi1ufa] {
    font-size: 28px;
    color: var(--navy);
    margin: 12px 0 8px;
}

.lg-subtitle[b-9o9mmi1ufa] {
    font-family: 'Public Sans', sans-serif;
    font-size: 13.5px;
    color: var(--ink-soft);
    margin: 0 0 28px;
}

.lg-field[b-9o9mmi1ufa] {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.lg-field label[b-9o9mmi1ufa] {
    font-family: 'Public Sans', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--navy);
}

.lg-input[b-9o9mmi1ufa] {
    padding: 11px 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
    color: var(--ink);
}

.lg-input:focus[b-9o9mmi1ufa] {
    outline: none;
    border-color: var(--red);
}

.lg-checkbox[b-9o9mmi1ufa] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Public Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 24px;
}

.lg-submit[b-9o9mmi1ufa] {
    width: 100%;
    justify-content: center;
}

.lg-validation[b-9o9mmi1ufa],
.lg-validation-summary[b-9o9mmi1ufa]  li {
    color: var(--red);
    font-size: 12.5px;
}

.lg-validation-summary[b-9o9mmi1ufa]  ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
/* _content/AltaneebWebsite/Components/Admin/ImageUploadField.razor.rz.scp.css */
.iu-field[b-n7pin7omb5] {
    margin-bottom: 20px;
}

.iu-field > label[b-n7pin7omb5] {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 8px;
}

.iu-row[b-n7pin7omb5] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.iu-preview[b-n7pin7omb5] {
    width: 88px;
    height: 88px;
    flex: 0 0 auto;
    border: 1px dashed var(--line);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--stone);
    overflow: hidden;
}

.iu-preview img[b-n7pin7omb5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iu-preview span[b-n7pin7omb5] {
    font-size: 11px;
    color: var(--ink-soft);
}

.iu-controls[b-n7pin7omb5] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12.5px;
}

.iu-remove[b-n7pin7omb5] {
    align-self: flex-start;
    background: none;
    border: none;
    color: var(--red);
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.iu-status[b-n7pin7omb5] {
    color: var(--ink-soft);
}

.iu-error[b-n7pin7omb5] {
    color: var(--red);
}
/* _content/AltaneebWebsite/Components/Layout/AdminLayout.razor.rz.scp.css */
.ad-shell[b-gmtvlbqkgz] {
    display: flex;
    min-height: 100vh;
    background: var(--stone);
}

.ad-sidebar[b-gmtvlbqkgz] {
    width: 240px;
    flex: 0 0 240px;
    background: var(--navy-deep);
    display: flex;
    flex-direction: column;
    padding: 20px 14px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.ad-brand[b-gmtvlbqkgz] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px 20px;
    border-bottom: 1px solid #1c3157;
    margin-bottom: 12px;
}

.ad-brand img[b-gmtvlbqkgz] {
    height: 30px;
    width: auto;
    object-fit: contain;
}

.ad-brand-name[b-gmtvlbqkgz] {
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    line-height: 1.1;
    font-family: 'Public Sans', sans-serif;
}

.ad-brand-sub[b-gmtvlbqkgz] {
    color: #7987a6;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
}

.ad-nav-group[b-gmtvlbqkgz] {
    color: #5f6d8c;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 14px 16px 6px;
}

.ad-sidebar[b-gmtvlbqkgz]  .ad-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 6px;
    color: #aab6cf;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
}

.ad-sidebar[b-gmtvlbqkgz]  .ad-link:hover {
    background: #16294c;
    color: #fff;
}

.ad-sidebar[b-gmtvlbqkgz]  .ad-link.active {
    background: var(--red);
    color: #fff;
}

.ad-logout-btn[b-gmtvlbqkgz] {
    font-family: inherit;
}

.ad-sidebar-footer[b-gmtvlbqkgz] {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #1c3157;
}

.ad-user-chip[b-gmtvlbqkgz] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
}

.ad-avatar[b-gmtvlbqkgz] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    flex: 0 0 auto;
}

.ad-user-info[b-gmtvlbqkgz] {
    min-width: 0;
}

.ad-user-name[b-gmtvlbqkgz] {
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-user-role[b-gmtvlbqkgz] {
    color: #7987a6;
    font-size: 10.5px;
}

.ad-main[b-gmtvlbqkgz] {
    flex: 1;
    min-width: 0;
}

.ad-content[b-gmtvlbqkgz] {
    padding: 28px 32px 48px;
}

@media (max-width: 820px) {
    .ad-shell[b-gmtvlbqkgz] {
        flex-direction: column;
    }

    .ad-sidebar[b-gmtvlbqkgz] {
        width: 100%;
        flex: none;
        height: auto;
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .ad-brand[b-gmtvlbqkgz] {
        border-bottom: none;
        margin-bottom: 0;
    }

    .ad-nav-group[b-gmtvlbqkgz] {
        display: none;
    }

    .ad-sidebar-footer[b-gmtvlbqkgz] {
        margin-top: 0;
        margin-left: auto;
        border-top: none;
        padding-top: 0;
    }
}
/* _content/AltaneebWebsite/Components/Layout/PublicLayout.razor.rz.scp.css */
.pl-shell[b-ot0hxjljf0] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Utility bar */
.pl-utility[b-ot0hxjljf0] {
    background: var(--navy-deep);
}

.pl-utility-row[b-ot0hxjljf0] {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c9d2e2;
    font-size: 12.5px;
}

.pl-utility-left[b-ot0hxjljf0] {
    display: flex;
    align-items: center;
    gap: 22px;
}

.pl-utility-item[b-ot0hxjljf0] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.pl-utility-right[b-ot0hxjljf0] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pl-social[b-ot0hxjljf0] {
    color: #c9d2e2;
    display: flex;
}

.pl-social:hover[b-ot0hxjljf0] {
    color: #fff;
}

/* Header */
.pl-header[b-ot0hxjljf0] {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 20;
}

.pl-header-row[b-ot0hxjljf0] {
    height: 84px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.pl-brand img[b-ot0hxjljf0] {
    height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
}

.pl-nav[b-ot0hxjljf0] {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
}

.pl-nav[b-ot0hxjljf0]  a {
    font-weight: 600;
    font-size: 14.5px;
    color: var(--navy);
    text-decoration: none;
    padding: 6px 2px;
    border-bottom: 2px solid transparent;
}

.pl-nav[b-ot0hxjljf0]  a:hover {
    color: var(--red);
}

.pl-nav[b-ot0hxjljf0]  a.active {
    color: var(--red);
    border-color: var(--red);
}

.pl-header-cta[b-ot0hxjljf0] {
    white-space: nowrap;
}

.pl-nav-toggle[b-ot0hxjljf0],
.pl-nav-toggle-input[b-ot0hxjljf0] {
    display: none;
}

/* Footer */
.pl-footer[b-ot0hxjljf0] {
    background: var(--navy-deep);
    padding-top: 64px;
}

.pl-footer-grid[b-ot0hxjljf0] {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #223559;
}

.pl-footer-col h4[b-ot0hxjljf0] {
    font-family: 'Public Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.pl-footer-col[b-ot0hxjljf0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pl-footer-col a[b-ot0hxjljf0],
.pl-footer-col span[b-ot0hxjljf0] {
    color: #8d99b5;
    font-size: 13.5px;
    text-decoration: none;
}

.pl-footer-col a:hover[b-ot0hxjljf0] {
    color: #fff;
}

.pl-footer-brand img[b-ot0hxjljf0] {
    height: 44px;
    width: auto;
    object-fit: contain;
    margin-bottom: 6px;
}

.pl-footer-brand p[b-ot0hxjljf0] {
    color: #8d99b5;
    font-size: 13.5px;
    line-height: 1.7;
    max-width: 280px;
    margin: 0;
}

.pl-footer-bottom[b-ot0hxjljf0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px;
    color: #5f6d8c;
    font-size: 12.5px;
}

.pl-footer-bottom a[b-ot0hxjljf0] {
    color: #5f6d8c;
    text-decoration: none;
}

.pl-footer-bottom a:hover[b-ot0hxjljf0] {
    color: #fff;
}

.pl-staff-login[b-ot0hxjljf0] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 900px) {
    .pl-nav-toggle[b-ot0hxjljf0] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-left: auto;
        color: var(--navy);
        cursor: pointer;
    }

    .pl-header-cta[b-ot0hxjljf0] {
        display: none;
    }

    .pl-nav[b-ot0hxjljf0] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 12px 24px -12px rgba(0,0,0,.15);
    }

    .pl-nav[b-ot0hxjljf0]  a {
        width: 100%;
        padding: 14px 24px;
        border-bottom: 1px solid var(--line);
    }

    .pl-nav-toggle-input:checked ~ .pl-nav[b-ot0hxjljf0] {
        display: flex;
    }

    .pl-footer-grid[b-ot0hxjljf0] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .pl-utility-left span:last-child[b-ot0hxjljf0] {
        display: none;
    }

    .pl-footer-grid[b-ot0hxjljf0] {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .pl-footer-brand[b-ot0hxjljf0] {
        grid-column: 1 / -1;
    }
}
/* _content/AltaneebWebsite/Components/Pages/About.razor.rz.scp.css */
.ab-shell[b-cvhln6m3xe] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.ab-body[b-cvhln6m3xe] {
    padding: 88px 0;
}

.ab-grid[b-cvhln6m3xe] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: start;
}

.ab-copy h2[b-cvhln6m3xe] {
    font-size: 30px;
    color: var(--navy);
    margin-bottom: 20px;
}

.ab-copy p[b-cvhln6m3xe] {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--ink-soft);
    margin: 0 0 20px;
}

.ab-stats[b-cvhln6m3xe] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ab-stat[b-cvhln6m3xe] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 26px 24px;
    box-shadow: 0 1px 2px rgba(11,28,56,.04);
}

.ab-stat-value[b-cvhln6m3xe] {
    font-family: 'Public Sans', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: var(--navy);
}

.ab-stat-label[b-cvhln6m3xe] {
    font-size: 13px;
    color: var(--ink-soft);
    font-weight: 600;
    margin-top: 6px;
}

.ab-cta[b-cvhln6m3xe] {
    background: var(--stone-2);
    padding: 56px 0;
}

.ab-cta-row[b-cvhln6m3xe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.ab-cta-row h2[b-cvhln6m3xe] {
    font-size: 24px;
    color: var(--navy);
    margin-bottom: 6px;
}

.ab-cta-row p[b-cvhln6m3xe] {
    font-size: 14.5px;
    color: var(--ink-soft);
    margin: 0;
    max-width: 460px;
}

@media (max-width: 860px) {
    .ab-grid[b-cvhln6m3xe] {
        grid-template-columns: 1fr;
    }
}
/* _content/AltaneebWebsite/Components/Pages/Brands.razor.rz.scp.css */
.br-shell[b-h60t0fn8qq] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.br-body[b-h60t0fn8qq] {
    padding: 72px 0 96px;
}

.br-empty[b-h60t0fn8qq] {
    color: var(--ink-soft);
    font-size: 15px;
    text-align: center;
    padding: 40px 0;
}

.br-grid[b-h60t0fn8qq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.br-card[b-h60t0fn8qq] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.br-card:hover[b-h60t0fn8qq] {
    border-color: #d5d0c4;
    box-shadow: 0 12px 24px -18px rgba(11, 28, 56, .3);
}

.br-logo[b-h60t0fn8qq] {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.br-logo img[b-h60t0fn8qq] {
    max-height: 44px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.br-logo span[b-h60t0fn8qq] {
    font-family: 'Public Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: var(--navy);
}

.br-card p[b-h60t0fn8qq] {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0;
    flex: 1;
}

.br-link[b-h60t0fn8qq] {
    font-weight: 700;
    font-size: 13px;
    color: var(--red);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.br-link:hover[b-h60t0fn8qq] {
    color: var(--red-dark);
}
/* _content/AltaneebWebsite/Components/Pages/Clients.razor.rz.scp.css */
.cl-shell[b-9r98u5g9s7] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.cl-body[b-9r98u5g9s7] {
    padding: 64px 0 96px;
}

.cl-empty[b-9r98u5g9s7] {
    color: var(--ink-soft);
    font-size: 15px;
    text-align: center;
    padding: 40px 0;
}

.cl-grid[b-9r98u5g9s7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 14px;
}

.cl-card[b-9r98u5g9s7] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    box-shadow: 0 1px 2px rgba(11,28,56,.04);
    transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}

.cl-card:hover[b-9r98u5g9s7] {
    box-shadow: 0 10px 20px -12px rgba(11,28,56,.25);
    border-color: #d5d0c4;
    transform: translateY(-2px);
}

.cl-card img[b-9r98u5g9s7] {
    max-height: 42px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.cl-text[b-9r98u5g9s7] {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--ink-soft);
    text-align: center;
}
/* _content/AltaneebWebsite/Components/Pages/Contact.razor.rz.scp.css */
.ct-shell[b-kx75iftlo4] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.ct-body[b-kx75iftlo4] {
    padding: 72px 0 96px;
}

.ct-grid[b-kx75iftlo4] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 56px;
    align-items: start;
}

.ct-form-card[b-kx75iftlo4] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 36px;
    box-shadow: 0 1px 2px rgba(11,28,56,.04);
}

.ct-field[b-kx75iftlo4] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ct-field label[b-kx75iftlo4] {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
}

.ct-input[b-kx75iftlo4] {
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
    color: var(--ink);
}

.ct-input:focus[b-kx75iftlo4] {
    outline: none;
    border-color: var(--red);
}

.ct-textarea[b-kx75iftlo4] {
    resize: vertical;
}

.ct-field[b-kx75iftlo4]  .validation-message {
    color: var(--red);
    font-size: 12.5px;
}

.ct-success[b-kx75iftlo4] {
    text-align: center;
    padding: 40px 20px;
}

.ct-success h3[b-kx75iftlo4] {
    font-size: 22px;
    color: var(--navy);
    margin: 16px 0 8px;
}

.ct-success p[b-kx75iftlo4] {
    color: var(--ink-soft);
    font-size: 14.5px;
    margin: 0;
}

.ct-info[b-kx75iftlo4] {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ct-info-block h4[b-kx75iftlo4] {
    font-family: 'Public Sans', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin: 0 0 8px;
}

.ct-info-block p[b-kx75iftlo4] {
    font-size: 15px;
    color: var(--ink);
    margin: 0;
}

.ct-info-block a[b-kx75iftlo4] {
    color: var(--navy);
}

@media (max-width: 860px) {
    .ct-grid[b-kx75iftlo4] {
        grid-template-columns: 1fr;
    }
}
/* _content/AltaneebWebsite/Components/Pages/Home.razor.rz.scp.css */
.hm-shell[b-g2hs42a6ct] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Hero */
.hm-hero[b-g2hs42a6ct] {
    position: relative;
    background: var(--navy-deep) center / cover no-repeat;
    overflow: hidden;
}

.hm-hero-slide[b-g2hs42a6ct] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    filter: saturate(1.1) blur(0.6px);
    transform: scale(1.03);
    animation-name: heroSlideFade-b-g2hs42a6ct;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.hm-hero-slide-static[b-g2hs42a6ct] {
    opacity: 1;
    animation: none;
}

@keyframes heroSlideFade-b-g2hs42a6ct {
    0% { opacity: 0; }
    4% { opacity: 1; }
    29% { opacity: 1; }
    33% { opacity: 0; }
    100% { opacity: 0; }
}

.hm-hero-scrim[b-g2hs42a6ct] {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(9,18,36,.96) 0%, rgba(9,18,36,.88) 42%, rgba(9,18,36,.68) 75%, rgba(9,18,36,.5) 100%);
}

.hm-hero-inner[b-g2hs42a6ct] {
    position: relative;
    padding: 96px 24px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hm-hero-eyebrow[b-g2hs42a6ct] {
    color: #e2a3a9;
}

.hm-hero-inner h1[b-g2hs42a6ct] {
    font-size: 44px;
    line-height: 1.16;
    color: #fff;
    margin: 18px 0 22px;
    max-width: 620px;
}

.hm-hero-inner p[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #c3cad8;
    max-width: 520px;
    margin: 0 0 32px;
}

.hm-hero-actions[b-g2hs42a6ct] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Trust strip */
.hm-trust[b-g2hs42a6ct] {
    background: var(--stone);
    border-bottom: 1px solid var(--line);
    padding: 44px 0;
}

.hm-trust-label[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 20px;
}

.hm-trust-grid[b-g2hs42a6ct] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.hm-trust-card[b-g2hs42a6ct] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(11,28,56,.04);
    transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}

.hm-trust-card:hover[b-g2hs42a6ct] {
    box-shadow: 0 10px 20px -12px rgba(11,28,56,.25);
    border-color: #d5d0c4;
    transform: translateY(-2px);
}

.hm-trust-card img[b-g2hs42a6ct] {
    max-height: 42px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.hm-trust-text[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--ink-soft);
    text-align: center;
}

.hm-trust-card:hover .hm-trust-text[b-g2hs42a6ct] {
    color: var(--red);
}

/* Clients */
.hm-clients[b-g2hs42a6ct] {
    padding: 44px 0;
}

.hm-clients-intro[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    color: var(--ink-soft);
    max-width: 640px;
    margin: -12px 0 24px;
    line-height: 1.6;
}

.hm-clients-grid[b-g2hs42a6ct] {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.hm-clients-grid .hm-trust-card[b-g2hs42a6ct] {
    height: 66px;
    padding: 10px 16px;
}

.hm-clients-grid .hm-trust-card img[b-g2hs42a6ct] {
    max-height: 26px;
}

/* Section head */
.hm-section-head[b-g2hs42a6ct] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hm-section-head h2[b-g2hs42a6ct] {
    font-size: 30px;
    color: var(--navy);
    margin-top: 12px;
    max-width: 560px;
}

.hm-link-arrow[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--red);
    text-decoration: none;
    white-space: nowrap;
}

.hm-link-arrow:hover[b-g2hs42a6ct] {
    color: var(--red-dark);
}

/* Categories */
.hm-categories[b-g2hs42a6ct] {
    padding: 88px 0;
}

.hm-cat-grid[b-g2hs42a6ct] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.hm-cat-card[b-g2hs42a6ct] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    display: block;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(11,28,56,.04);
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.hm-cat-card:hover[b-g2hs42a6ct] {
    box-shadow: 0 20px 32px -18px rgba(11, 28, 56, .3);
    border-color: #d5d0c4;
    transform: translateY(-3px);
}

.hm-cat-card .hm-cat-body[b-g2hs42a6ct] {
    padding: 20px 24px 24px;
}

.hm-cat-photo[b-g2hs42a6ct] {
    height: 180px;
    background-size: cover;
    background-position: center;
    transition: transform .35s ease;
}

.hm-cat-card:hover .hm-cat-photo[b-g2hs42a6ct] {
    transform: scale(1.05);
}

.hm-cat-card h3[b-g2hs42a6ct] {
    font-size: 19px;
    margin: 0 0 10px;
}

.hm-cat-card p[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin: 0 0 18px;
    min-height: 44px;
}

.hm-cat-arrow[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 13px;
    color: var(--red);
    transition: transform .18s ease;
}

.hm-cat-card:hover .hm-cat-arrow[b-g2hs42a6ct] {
    transform: translateX(4px);
}

/* About */
.hm-about[b-g2hs42a6ct] {
    background: var(--stone-2);
    padding: 88px 0;
}

.hm-about-grid[b-g2hs42a6ct] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.hm-about-grid p[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--ink-soft);
    margin: 20px 0 28px;
}

.hm-stats[b-g2hs42a6ct] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hm-stat[b-g2hs42a6ct] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 26px 24px;
    box-shadow: 0 1px 2px rgba(11,28,56,.04);
}

.hm-stat-value[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: var(--navy);
}

.hm-stat-label[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-size: 12.5px;
    color: var(--ink-soft);
    font-weight: 600;
    margin-top: 6px;
}

/* Projects */
.hm-projects[b-g2hs42a6ct] {
    padding: 88px 0;
}

.hm-project-grid[b-g2hs42a6ct] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.hm-project-card[b-g2hs42a6ct] {
    position: relative;
    display: block;
    height: 320px;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 12px;
}

.hm-project-overlay[b-g2hs42a6ct] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    background: linear-gradient(0deg, rgba(11,20,38,.85), transparent 55%);
}

.hm-project-sector[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #e2a3a9;
}

.hm-project-title[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-top: 4px;
}

/* CTA */
.hm-cta[b-g2hs42a6ct] {
    background: var(--navy-deep);
    border-top: 3px solid var(--red);
    padding: 56px 0;
}

.hm-cta-row[b-g2hs42a6ct] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.hm-cta-row h2[b-g2hs42a6ct] {
    color: #fff;
    font-size: 25px;
    margin-bottom: 8px;
}

.hm-cta-row p[b-g2hs42a6ct] {
    font-family: 'Public Sans', sans-serif;
    color: #aab4c6;
    font-size: 14.5px;
    margin: 0;
    max-width: 480px;
}

.hm-cta-actions[b-g2hs42a6ct] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .hm-about-grid[b-g2hs42a6ct] {
        grid-template-columns: 1fr;
    }
}
/* _content/AltaneebWebsite/Components/Pages/Products/Details.razor.rz.scp.css */
.pdt-shell[b-hcedgerwdx] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.pdt-body[b-hcedgerwdx] {
    padding: 40px 0 96px;
}

.pdt-breadcrumb[b-hcedgerwdx] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 32px;
}

.pdt-breadcrumb a[b-hcedgerwdx] {
    color: var(--ink-soft);
    text-decoration: none;
}

.pdt-breadcrumb a:hover[b-hcedgerwdx] {
    color: var(--red);
}

.pdt-breadcrumb-current[b-hcedgerwdx] {
    color: var(--ink);
    font-weight: 600;
}

.pdt-grid[b-hcedgerwdx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
}

.pdt-image[b-hcedgerwdx] {
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-color: var(--stone);
    border: 1px solid var(--line);
    border-radius: 12px;
}

.pdt-brand[b-hcedgerwdx] {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
}

.pdt-info h1[b-hcedgerwdx] {
    font-size: 32px;
    color: var(--navy);
    margin: 0 0 10px;
}

.pdt-sku[b-hcedgerwdx] {
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 18px;
}

.pdt-short[b-hcedgerwdx] {
    font-size: 16px;
    color: var(--ink);
    line-height: 1.6;
    margin: 0 0 16px;
}

.pdt-desc[b-hcedgerwdx] {
    font-size: 14.5px;
    color: var(--ink-soft);
    line-height: 1.75;
    margin: 0 0 28px;
    white-space: pre-line;
}

.pdt-meta[b-hcedgerwdx] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
    padding: 20px;
    background: var(--stone);
    border: 1px solid var(--line);
    border-radius: 10px;
}

.pdt-meta div[b-hcedgerwdx] {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
}

.pdt-meta span[b-hcedgerwdx] {
    color: var(--ink-soft);
    font-weight: 600;
}

.pdt-meta a[b-hcedgerwdx] {
    color: var(--navy);
    font-weight: 700;
    text-decoration: none;
}

.pdt-meta a:hover[b-hcedgerwdx] {
    color: var(--red);
}

@media (max-width: 800px) {
    .pdt-grid[b-hcedgerwdx] {
        grid-template-columns: 1fr;
    }
}
/* _content/AltaneebWebsite/Components/Pages/Products/Index.razor.rz.scp.css */
.pd-shell[b-k5xx2sxgz6] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.pd-body[b-k5xx2sxgz6] {
    padding: 56px 0 96px;
}

.pd-layout[b-k5xx2sxgz6] {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: start;
}

.pd-sidebar[b-k5xx2sxgz6] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 100px;
}

.pd-filter-block h4[b-k5xx2sxgz6] {
    font-family: 'Public Sans', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin: 0 0 14px;
}

.pd-filter-link[b-k5xx2sxgz6] {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid var(--line);
}

.pd-filter-link:hover[b-k5xx2sxgz6] {
    color: var(--red);
}

.pd-filter-link.active[b-k5xx2sxgz6] {
    color: var(--red);
}

.pd-select[b-k5xx2sxgz6] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-size: 13.5px;
    color: var(--ink);
    background: #fff;
}

.pd-empty[b-k5xx2sxgz6] {
    color: var(--ink-soft);
    font-size: 15px;
    padding: 40px 0;
}

.pd-grid[b-k5xx2sxgz6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.pd-card[b-k5xx2sxgz6] {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(11,28,56,.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pd-card:hover[b-k5xx2sxgz6] {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px -18px rgba(11, 28, 56, .3);
    border-color: #d5d0c4;
}

.pd-card-image[b-k5xx2sxgz6] {
    height: 170px;
    background-size: cover;
    background-position: center;
    background-color: var(--stone);
}

.pd-card-body[b-k5xx2sxgz6] {
    padding: 18px 20px 22px;
}

.pd-card-brand[b-k5xx2sxgz6] {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 6px;
}

.pd-card-body h3[b-k5xx2sxgz6] {
    font-size: 16.5px;
    color: var(--ink);
    margin: 0 0 8px;
}

.pd-card-body p[b-k5xx2sxgz6] {
    font-size: 13px;
    line-height: 1.55;
    color: var(--ink-soft);
    margin: 0;
}

@media (max-width: 760px) {
    .pd-layout[b-k5xx2sxgz6] {
        grid-template-columns: 1fr;
    }

    .pd-sidebar[b-k5xx2sxgz6] {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
    }
}
/* _content/AltaneebWebsite/Components/Pages/Projects.razor.rz.scp.css */
.pj-shell[b-nvo6wiqq9b] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.pj-body[b-nvo6wiqq9b] {
    padding: 72px 0 96px;
}

.pj-empty[b-nvo6wiqq9b] {
    color: var(--ink-soft);
    font-size: 15px;
    text-align: center;
    padding: 40px 0;
}

.pj-grid[b-nvo6wiqq9b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.pj-card[b-nvo6wiqq9b] {
    position: relative;
    min-height: 340px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 12px;
}

.pj-overlay[b-nvo6wiqq9b] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    background: linear-gradient(0deg, rgba(11,20,38,.88), transparent 60%);
}

.pj-sector[b-nvo6wiqq9b] {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ff8b91;
}

.pj-title[b-nvo6wiqq9b] {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-top: 4px;
}

.pj-overlay p[b-nvo6wiqq9b] {
    color: #d7dee9;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 10px 0 0;
}
/* _content/AltaneebWebsite/Components/Shared/CategoryIcon.razor.rz.scp.css */
.cat-icon[b-ozxsv7s2w2] {
    width: 52px;
    height: 52px;
    background: var(--navy);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/AltaneebWebsite/Components/Shared/PageHeader.razor.rz.scp.css */
.ph-hero[b-sfbxvvbhvt] {
    background: var(--navy-deep);
}

.ph-eyebrow[b-sfbxvvbhvt] {
    color: #d68a90;
}

.ph-shell[b-sfbxvvbhvt] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 24px;
}

.ph-hero h1[b-sfbxvvbhvt] {
    font-size: 36px;
    color: #fff;
    margin: 14px 0 0;
}

.ph-hero p[b-sfbxvvbhvt] {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    color: #aab4c6;
    max-width: 600px;
    margin: 14px 0 0;
    line-height: 1.7;
}
