/* /Components/Layout/CookieConsent.razor.rz.scp.css */
.cd-cookie[b-029h6ls2le] {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 200;
    background: var(--cd-ink);
    color: #e7e8e2;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.25);
}

.cd-cookie__inner[b-029h6ls2le] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--cd-space-3);
    padding-block: var(--cd-space-2);
}

.cd-cookie__text[b-029h6ls2le] {
    margin: 0;
    font-size: var(--cd-fs-sm);
}

[b-029h6ls2le] .cd-cookie__text a { color: var(--cd-primary); }

.cd-cookie__actions[b-029h6ls2le] {
    display: flex;
    gap: 0.6rem;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .cd-cookie__inner[b-029h6ls2le] { flex-direction: column; align-items: stretch; }
    .cd-cookie__actions[b-029h6ls2le] { justify-content: stretch; }
    .cd-cookie__actions .cd-btn[b-029h6ls2le] { flex: 1; }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-qi6a5t3hcr] {
    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-qi6a5t3hcr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
.cd-footer[b-kuinh9q560] {
    position: relative;
    background:
        radial-gradient(80% 100% at 90% 0%, rgba(61, 174, 43, 0.12) 0%, transparent 55%),
        var(--cd-ink-2);
    color: #c9d2cb;
    margin-top: auto;
}
.cd-footer[b-kuinh9q560]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--cd-primary-dark), var(--cd-primary));
}

.cd-footer__grid[b-kuinh9q560] {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: var(--cd-space-4);
    padding-block: var(--cd-space-5);
}

.cd-footer__heading[b-kuinh9q560] {
    color: #fff;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: var(--cd-space-2);
}

.cd-footer__nav[b-kuinh9q560] {
    list-style: none;
    margin: var(--cd-space-2) 0 0;
    padding: 0;
}

.cd-footer__nav li[b-kuinh9q560] { margin-bottom: 0.6rem; }

.cd-footer__nav a[b-kuinh9q560],
.cd-footer__address a[b-kuinh9q560] {
    color: #aebbb1;
    text-decoration: none;
    transition: color var(--cd-dur) var(--cd-ease);
}

.cd-footer__nav a:hover[b-kuinh9q560],
.cd-footer__address a:hover[b-kuinh9q560] {
    color: var(--cd-primary);
    text-decoration: none;
}

.cd-footer__address[b-kuinh9q560] {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: var(--cd-fs-sm);
}

.cd-footer__bar[b-kuinh9q560] {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-block: var(--cd-space-2);
    font-size: var(--cd-fs-sm);
    color: #8b988f;
}

@media (max-width: 960px) {
    .cd-footer__grid[b-kuinh9q560] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .cd-footer__grid[b-kuinh9q560] { grid-template-columns: 1fr; }
}
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
.cd-header[b-s7rnayv8mg] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid transparent;
    transition: border-color var(--cd-dur) var(--cd-ease), box-shadow var(--cd-dur) var(--cd-ease);
}

.cd-header.is-scrolled[b-s7rnayv8mg] {
    border-bottom-color: var(--cd-line);
    box-shadow: 0 4px 24px rgba(21, 33, 26, 0.07);
}

.cd-header__inner[b-s7rnayv8mg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--cd-header-h);
    gap: var(--cd-space-3);
}

.cd-header__nav[b-s7rnayv8mg] {
    display: flex;
    align-items: center;
    gap: var(--cd-space-4);
    flex: 1;
    justify-content: flex-end;
}

.cd-header__links[b-s7rnayv8mg] {
    display: flex;
    align-items: center;
    gap: var(--cd-space-3);
    list-style: none;
    margin: 0;
    padding: 0;
}

.cd-header__links li[b-s7rnayv8mg] { margin: 0; }

[b-s7rnayv8mg] .cd-header__link {
    position: relative;
    font-family: var(--cd-font-head);
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--cd-ink);
    text-decoration: none;
    padding: 0.4rem 0;
}

[b-s7rnayv8mg] .cd-header__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--cd-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--cd-dur) var(--cd-ease);
}

[b-s7rnayv8mg] .cd-header__link:hover,
[b-s7rnayv8mg] .cd-header__link.active {
    color: var(--cd-primary-deep);
    text-decoration: none;
}

[b-s7rnayv8mg] .cd-header__link:hover::after,
[b-s7rnayv8mg] .cd-header__link.active::after {
    transform: scaleX(1);
}

.cd-header__actions[b-s7rnayv8mg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Compact header buttons */
.cd-header__actions[b-s7rnayv8mg]  .cd-btn,
.cd-header__actions .cd-btn[b-s7rnayv8mg] { padding: 0.7rem 1.3rem; }

/* Burger */
.cd-header__burger[b-s7rnayv8mg] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.cd-header__burger span[b-s7rnayv8mg] {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--cd-ink);
    border-radius: 2px;
    transition: transform .2s ease, opacity .2s ease;
}

.cd-header__burger[aria-expanded="true"] span:nth-child(1)[b-s7rnayv8mg] { transform: translateY(7px) rotate(45deg); }
.cd-header__burger[aria-expanded="true"] span:nth-child(2)[b-s7rnayv8mg] { opacity: 0; }
.cd-header__burger[aria-expanded="true"] span:nth-child(3)[b-s7rnayv8mg] { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 960px) {
    .cd-header__burger[b-s7rnayv8mg] { display: flex; }

    .cd-header__nav[b-s7rnayv8mg] {
        position: fixed;
        inset: var(--cd-header-h) 0 auto 0;
        flex-direction: column;
        align-items: stretch;
        gap: var(--cd-space-2);
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(16px) saturate(160%);
        -webkit-backdrop-filter: blur(16px) saturate(160%);
        border-bottom: 1px solid var(--cd-line);
        border-radius: 0 0 var(--cd-radius) var(--cd-radius);
        padding: var(--cd-space-3);
        box-shadow: var(--cd-shadow-lift);
        transform: translateY(-150%);
        opacity: 0;
        transition: transform .28s var(--cd-ease), opacity .28s var(--cd-ease);
    }

    .cd-header__nav.is-open[b-s7rnayv8mg] { transform: translateY(0); opacity: 1; }

    .cd-header__links[b-s7rnayv8mg] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .cd-header__links li[b-s7rnayv8mg] { border-bottom: 1px solid var(--cd-line); }

    [b-s7rnayv8mg] .cd-header__link { display: block; padding: 0.85rem 0; }
    [b-s7rnayv8mg] .cd-header__link::after { display: none; }

    .cd-header__actions[b-s7rnayv8mg] {
        flex-direction: column;
        align-items: stretch;
        margin-top: var(--cd-space-2);
    }
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
.contact-grid[b-3dht22lq49] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--cd-space-4);
    align-items: start;
}

.contact-note[b-3dht22lq49] {
    font-size: var(--cd-fs-sm);
    background: #fff;
    border-left: 3px solid var(--cd-primary);
    padding: var(--cd-space-2);
    border-radius: 8px;
}

.contact-details[b-3dht22lq49] {
    font-style: normal;
    margin-top: var(--cd-space-3);
    font-size: var(--cd-fs-sm);
}

.contact-result--ok h2[b-3dht22lq49] { color: var(--cd-primary); }

.contact-result--info[b-3dht22lq49] {
    color: var(--cd-grey-1);
    background: var(--cd-primary-light);
    border-radius: 8px;
    padding: var(--cd-space-2);
    font-size: var(--cd-fs-sm);
}

@media (max-width: 860px) {
    .contact-grid[b-3dht22lq49] { grid-template-columns: 1fr; }
}
/* /Components/Pages/CustomerStories.razor.rz.scp.css */
.cd-quote[b-g2nmutjhh7] {
    display: flex;
    flex-direction: column;
    gap: var(--cd-space-2);
}

.cd-quote blockquote[b-g2nmutjhh7] {
    margin: 0;
    position: relative;
    padding-left: 1.5rem;
    border-left: 3px solid var(--cd-primary);
    color: var(--cd-grey-1);
    font-size: var(--cd-fs-lg);
    line-height: 1.6;
}

.cd-quote figcaption[b-g2nmutjhh7] {
    color: var(--cd-ink);
    font-size: var(--cd-fs-sm);
}

.cd-quote__industry[b-g2nmutjhh7] { color: var(--cd-grey-2); }

.cd-quote--wide[b-g2nmutjhh7] { grid-column: 1 / -1; }

.cd-quote__logo[b-g2nmutjhh7] {
    height: 44px;
    width: auto;
    align-self: flex-start;
    margin-top: auto;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* --- Hero --------------------------------------------------- */
.home-hero[b-ejw6or5tm8] {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(70% 110% at 90% -10%, var(--cd-primary-light) 0%, transparent 60%),
        linear-gradient(180deg, var(--cd-primary-faint) 0%, #fff 70%);
    border-bottom: 1px solid var(--cd-line);
}
.home-hero[b-ejw6or5tm8]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(21, 33, 26, 0.035) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(21, 33, 26, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(70% 90% at 50% 0%, black 30%, transparent 100%);
    pointer-events: none;
}

.home-hero__blob1[b-ejw6or5tm8] {
    width: 480px;
    height: 480px;
    top: -160px;
    right: -80px;
    background: radial-gradient(circle, rgba(61, 174, 43, 0.22), transparent 65%);
}

.home-hero__blob2[b-ejw6or5tm8] {
    width: 380px;
    height: 380px;
    bottom: -180px;
    left: -120px;
    background: radial-gradient(circle, rgba(75, 196, 55, 0.14), transparent 65%);
    animation-delay: -5s;
}

.home-hero__inner[b-ejw6or5tm8] {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    gap: var(--cd-space-5);
    padding-block: var(--cd-space-6);
}

.home-hero__title[b-ejw6or5tm8] { margin-bottom: var(--cd-space-2); }

.home-hero__highlight[b-ejw6or5tm8] {
    color: var(--cd-primary-deep);
    position: relative;
    white-space: nowrap;
}
.home-hero__highlight[b-ejw6or5tm8]::after {
    content: "";
    position: absolute;
    left: 2%;
    bottom: -0.08em;
    width: 96%;
    height: 0.16em;
    background: linear-gradient(90deg, var(--cd-primary), #4BC437 60%, transparent);
    border-radius: 999px;
    opacity: .55;
}

.home-hero__lead[b-ejw6or5tm8] { margin-bottom: var(--cd-space-3); max-width: 56ch; }

.home-hero__actions[b-ejw6or5tm8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: var(--cd-space-3);
}

.home-hero__points[b-ejw6or5tm8] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: var(--cd-fs-sm);
    color: var(--cd-body);
}
.home-hero__points li[b-ejw6or5tm8] { display: inline-flex; align-items: center; gap: .45rem; margin: 0; }
.home-hero__points svg[b-ejw6or5tm8] { width: 16px; height: 16px; color: var(--cd-primary); }

/* Decorative report card */
.home-hero__visual[b-ejw6or5tm8] { position: relative; justify-self: center; }

.home-hero__card[b-ejw6or5tm8] {
    width: min(380px, 88vw);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    outline: 1px solid var(--cd-line);
    border-radius: var(--cd-radius);
    box-shadow: var(--cd-shadow-lift);
    padding: 1.4rem 1.5rem 1.2rem;
    transform: rotate(1.5deg);
    transition: transform .35s var(--cd-ease), box-shadow .35s var(--cd-ease);
}
.home-hero__visual:hover .home-hero__card[b-ejw6or5tm8] { transform: rotate(0deg) translateY(-4px); }

.home-hero__card-head[b-ejw6or5tm8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}
.home-hero__card-title[b-ejw6or5tm8] {
    font-family: var(--cd-font-head);
    font-weight: 700;
    color: var(--cd-ink);
    font-size: .95rem;
}
.home-hero__badge[b-ejw6or5tm8] {
    font-family: var(--cd-font-head);
    font-weight: 700;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--cd-primary-deep);
    background: var(--cd-primary-light);
    border-radius: 999px;
    padding: .25rem .6rem;
}

.home-hero__row[b-ejw6or5tm8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: .85rem;
    color: var(--cd-muted);
    padding-block: .55rem;
    border-top: 1px solid var(--cd-off-white);
}
.home-hero__ok[b-ejw6or5tm8] {
    color: var(--cd-primary-deep);
    font-weight: 600;
    font-size: .8rem;
}
.home-hero__bar[b-ejw6or5tm8] {
    flex: 0 0 110px;
    height: 8px;
    background: var(--cd-off-white);
    border-radius: 999px;
    overflow: hidden;
}
.home-hero__bar i[b-ejw6or5tm8] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--cd-primary-dark), var(--cd-primary));
}

.home-hero__card-foot[b-ejw6or5tm8] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
    font-size: .8rem;
    color: var(--cd-muted);
}
.home-hero__dot[b-ejw6or5tm8] {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--cd-primary);
    box-shadow: 0 0 0 4px var(--cd-primary-light);
}

.home-hero__chip[b-ejw6or5tm8] {
    position: absolute;
    background: #fff;
    border: 1px solid var(--cd-line);
    border-radius: 999px;
    box-shadow: var(--cd-shadow);
    font-family: var(--cd-font-head);
    font-weight: 700;
    font-size: .8rem;
    color: var(--cd-ink);
    padding: .5rem .95rem;
}
.home-hero__chip--1[b-ejw6or5tm8] { top: -14px; left: -22px; transform: rotate(-3deg); }
.home-hero__chip--2[b-ejw6or5tm8] { bottom: -10px; right: -14px; transform: rotate(2deg); }

/* --- Trust bar ---------------------------------------------- */
.home-trust[b-ejw6or5tm8] { border-bottom: 1px solid var(--cd-line); }

/* --- Stats ---------------------------------------------------*/
.home-stats[b-ejw6or5tm8] { text-align: center; }

/* --- Steps -------------------------------------------------- */
.home-step[b-ejw6or5tm8] { position: relative; padding-top: var(--cd-space-4); }
.home-step__num[b-ejw6or5tm8] {
    position: absolute;
    top: var(--cd-space-3);
    right: var(--cd-space-3);
    font-family: var(--cd-font-head);
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
    color: var(--cd-primary-light);
    user-select: none;
}

/* --- Testimonial -------------------------------------------- */
.home-quote[b-ejw6or5tm8] {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
    margin-block: 0;
}
.home-quote .cd-stars[b-ejw6or5tm8] { margin-bottom: var(--cd-space-2); }
.home-quote__mark[b-ejw6or5tm8] { width: 44px; height: 44px; color: var(--cd-primary); margin-inline: auto; margin-bottom: var(--cd-space-2); display: none; }
.home-quote blockquote[b-ejw6or5tm8] {
    margin: 0 0 var(--cd-space-2);
    font-family: var(--cd-font-head);
    font-weight: 600;
    font-size: clamp(1.2rem, 2.2vw, 1.55rem);
    line-height: 1.45;
    color: var(--cd-ink);
    letter-spacing: -0.01em;
}
.home-quote figcaption[b-ejw6or5tm8] { color: var(--cd-muted); font-size: var(--cd-fs-sm); margin-bottom: var(--cd-space-2); }
.home-quote figcaption strong[b-ejw6or5tm8] { color: var(--cd-ink); }
.home-quote__more[b-ejw6or5tm8] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-family: var(--cd-font-head);
    font-weight: 700;
    font-size: var(--cd-fs-sm);
}
.home-quote__more svg[b-ejw6or5tm8] { width: 16px; height: 16px; transition: transform var(--cd-dur) var(--cd-ease); }
.home-quote__more:hover svg[b-ejw6or5tm8] { transform: translateX(3px); }

/* --- Responsive --------------------------------------------- */
@media (max-width: 960px) {
    .home-hero__inner[b-ejw6or5tm8] { grid-template-columns: 1fr; gap: var(--cd-space-4); }
    .home-hero__visual[b-ejw6or5tm8] { justify-self: start; margin-top: var(--cd-space-2); }
    .home-hero__chip--1[b-ejw6or5tm8] { left: auto; right: -8px; }
}

@media (max-width: 640px) {
    .home-hero__inner[b-ejw6or5tm8] { padding-block: var(--cd-space-5); }
    .home-hero__chip[b-ejw6or5tm8] { display: none; }
    .home-hero__card[b-ejw6or5tm8] { transform: none; }
}
/* /Components/Pages/Knowledge/KnowledgeCentre.razor.rz.scp.css */
/* Search pill */
.kb-search[b-3ma2gqhceq] {
    position: relative;
    margin-top: var(--cd-space-3);
    max-width: 560px;
}

.kb-search__icon[b-3ma2gqhceq] {
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: var(--cd-muted);
    pointer-events: none;
}

.kb-search__input[b-3ma2gqhceq] {
    width: 100%;
    padding: 1rem 1.3rem 1rem 3rem;
    font-family: var(--cd-font-body);
    font-size: 1rem;
    color: var(--cd-ink);
    background: #fff;
    border: 1px solid var(--cd-line);
    border-radius: 999px;
    box-shadow: var(--cd-shadow-sm);
    transition: border-color var(--cd-dur) var(--cd-ease), box-shadow var(--cd-dur) var(--cd-ease);
}

.kb-search__input:focus[b-3ma2gqhceq] {
    outline: none;
    border-color: var(--cd-primary);
    box-shadow: 0 0 0 4px var(--cd-primary-light), var(--cd-shadow-sm);
}

/* Search results */
.kb-results__heading[b-3ma2gqhceq] { margin-bottom: var(--cd-space-3); }

.kb-results[b-3ma2gqhceq] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--cd-space-2);
    max-width: 820px;
}
.kb-results li[b-3ma2gqhceq] { margin: 0; }

[b-3ma2gqhceq] .kb-results__item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title arrow" "excerpt arrow";
    align-items: center;
    column-gap: var(--cd-space-2);
    text-decoration: none;
    color: inherit;
}
[b-3ma2gqhceq] .kb-results__item:hover { text-decoration: none; color: inherit; }

[b-3ma2gqhceq] .kb-results__title {
    grid-area: title;
    font-family: var(--cd-font-head);
    font-weight: 700;
    color: var(--cd-ink);
}
[b-3ma2gqhceq] .kb-results__item:hover .kb-results__title { color: var(--cd-primary-deep); }

[b-3ma2gqhceq] .kb-results__excerpt {
    grid-area: excerpt;
    margin: .25rem 0 0;
    color: var(--cd-muted);
    font-size: var(--cd-fs-sm);
}

[b-3ma2gqhceq] .kb-results__arrow {
    grid-area: arrow;
    width: 20px;
    height: 20px;
    color: var(--cd-primary);
    transition: transform var(--cd-dur) var(--cd-ease);
}
[b-3ma2gqhceq] .kb-results__item:hover .kb-results__arrow { transform: translateX(4px); }

/* Category cards */
.kb-category[b-3ma2gqhceq] { height: 100%; }

.kb-category__head[b-3ma2gqhceq] {
    display: flex;
    align-items: center;
    gap: var(--cd-space-2);
    margin-bottom: var(--cd-space-2);
}
.kb-category__head[b-3ma2gqhceq]  .cd-icon-chip { margin-bottom: 0; flex: none; }

.kb-category__title[b-3ma2gqhceq] {
    margin: 0;
    font-size: 1.25rem;
    flex: 1;
}

.kb-category__count[b-3ma2gqhceq] {
    flex: none;
    font-family: var(--cd-font-head);
    font-weight: 700;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--cd-primary-deep);
    background: var(--cd-primary-light);
    border-radius: 999px;
    padding: .25rem .6rem;
    white-space: nowrap;
}

.kb-category__list[b-3ma2gqhceq] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}

.kb-category__list li[b-3ma2gqhceq] {
    margin: 0;
    border-top: 1px solid var(--cd-off-white);
}
.kb-category__list li:first-child[b-3ma2gqhceq] { border-top: 0; }

.kb-category__list a[b-3ma2gqhceq] {
    display: block;
    padding: .55rem .25rem;
    text-decoration: none;
    color: var(--cd-body);
    font-size: var(--cd-fs-sm);
    border-radius: 6px;
    transition: color var(--cd-dur) var(--cd-ease), background var(--cd-dur) var(--cd-ease), padding-left var(--cd-dur) var(--cd-ease);
}

.kb-category__list a:hover[b-3ma2gqhceq] {
    text-decoration: none;
    color: var(--cd-primary-deep);
    background: var(--cd-primary-faint);
    padding-left: .6rem;
}
/* /Components/Pages/Legal/LegalCentre.razor.rz.scp.css */
.legal-link[b-a83c287w55] {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: border-color .15s ease, transform .15s ease;
}

.legal-link:hover[b-a83c287w55] {
    text-decoration: none;
    border-color: var(--cd-primary);
    transform: translateY(-2px);
}

.legal-link h3[b-a83c287w55] { color: var(--cd-ink); }
.legal-link:hover h3[b-a83c287w55] { color: var(--cd-primary); }

.legal-docs[b-a83c287w55] {
    list-style: none;
    padding: 0;
    margin: var(--cd-space-2) 0 0;
}

.legal-docs li[b-a83c287w55] {
    padding: var(--cd-space-2) 0;
    border-bottom: 1px solid var(--cd-line);
}

.legal-docs a[b-a83c287w55] {
    font-family: var(--cd-font-head);
    font-weight: var(--cd-weight-bold);
}

.legal-docs span[b-a83c287w55] {
    display: block;
    font-size: var(--cd-fs-sm);
    color: var(--cd-grey-2);
    margin-top: 0.2rem;
}
/* /Components/Pages/Signup.razor.rz.scp.css */
.signup-benefits[b-ml81dnnve6] {
    list-style: none;
    margin: var(--cd-space-4) 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--cd-space-2);
}

.signup-benefits li[b-ml81dnnve6] {
    background: var(--cd-primary-light);
    border-radius: 10px;
    padding: var(--cd-space-2);
    font-weight: var(--cd-weight-bold);
    color: var(--cd-ink);
    font-size: var(--cd-fs-sm);
}

.signup-grid[b-ml81dnnve6] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: var(--cd-space-4);
    align-items: start;
}

.signup-ack[b-ml81dnnve6] {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: var(--cd-fs-sm);
    margin-bottom: var(--cd-space-2);
}

.signup-ack input[b-ml81dnnve6] { margin-top: 0.25rem; }

@media (max-width: 860px) {
    .signup-benefits[b-ml81dnnve6] { grid-template-columns: 1fr 1fr; }
    .signup-grid[b-ml81dnnve6] { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .signup-benefits[b-ml81dnnve6] { grid-template-columns: 1fr; }
}

/* V2 polish: benefit chips with left accent + hover */
.signup-benefits li[b-ml81dnnve6] {
    border-left: 3px solid var(--cd-primary);
    transition: transform var(--cd-dur) var(--cd-ease), box-shadow var(--cd-dur) var(--cd-ease);
}
.signup-benefits li:hover[b-ml81dnnve6] {
    transform: translateY(-2px);
    box-shadow: var(--cd-shadow-sm);
}
/* /Components/Pages/WhatWeDo.razor.rz.scp.css */
.whatwedo-video[b-4ri97awvnm] {
    max-width: 880px;
    margin: var(--cd-space-3) auto 0;
    aspect-ratio: 16 / 9;
    border-radius: calc(var(--cd-radius) + 6px);
    overflow: hidden;
    box-shadow: var(--cd-shadow-lift);
    border: 1px solid var(--cd-line);
    outline: 8px solid rgba(61, 174, 43, 0.07);
}

.whatwedo-video iframe[b-4ri97awvnm] {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
/* /Components/Shared/BrandLogo.razor.rz.scp.css */
/*.cd-logo {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.cd-logo img {
    height: 34px;
    width: auto;
    display: block;
}
*/
.cd-logo[b-d71791vgpa] {
    font-family: var(--cd-font-head);
    font-weight: var(--cd-weight-bold);
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    color: var(--cd-ink);
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

    .cd-logo:hover[b-d71791vgpa] {
        text-decoration: none;
        color: var(--cd-ink);
    }

.cd-logo__sep[b-d71791vgpa] {
    color: var(--cd-primary);
}

.cd-logo--light[b-d71791vgpa] {
    color: #fff;
}

    .cd-logo--light:hover[b-d71791vgpa] {
        color: #fff;
    }
