/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-wevri8atjo] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0.1rem 0 0.8rem;
    margin-top: -0.9rem;
}

.home-hero[b-wevri8atjo] {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    padding: clamp(2.3rem, 4vw, 3.4rem) 0 clamp(2.1rem, 3.6vw, 3rem);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.82));
    box-shadow: 0 32px 80px rgba(29, 67, 131, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.home-hero[b-wevri8atjo]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.18)),
        radial-gradient(circle at 12% 18%, rgba(143, 188, 255, 0.14), transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(212, 226, 255, 0.22), transparent 30%),
        radial-gradient(circle at 70% 76%, rgba(173, 214, 255, 0.12), transparent 28%);
    pointer-events: none;
}

.home-hero[b-wevri8atjo]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/img/background_claudecv.png') center center / cover no-repeat;
    opacity: 0.1;
    pointer-events: none;
}

.home-hero__bg[b-wevri8atjo] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.home-hero__video[b-wevri8atjo] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.16);
    transform-origin: center;
    opacity: 0.045;
    mix-blend-mode: screen;
}

.home-hero__grid[b-wevri8atjo] {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.home-hero__grid span[b-wevri8atjo] {
    position: absolute;
    border-radius: 15px;
    border: 1px solid rgba(145, 176, 232, 0.20);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 35px rgba(124, 160, 216, 0.08);
}

.home-hero__grid span:nth-child(1)[b-wevri8atjo] {
    top: 16%;
    left: 62%;
    width: 88px;
    height: 64px;
}

.home-hero__grid span:nth-child(2)[b-wevri8atjo] {
    top: 25%;
    right: 11%;
    width: 112px;
    height: 82px;
}

.home-hero__grid span:nth-child(3)[b-wevri8atjo] {
    bottom: 24%;
    left: 8%;
    width: 96px;
    height: 96px;
}

.home-hero__grid span:nth-child(4)[b-wevri8atjo] {
    bottom: 15%;
    right: 18%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.home-hero .container[b-wevri8atjo] {
    position: relative;
    z-index: 2;
}

.home-hero__content[b-wevri8atjo] {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
    gap: clamp(1.4rem, 2.8vw, 2.6rem);
    align-items: stretch;
    min-height: 54vh;
}

.home-hero__text[b-wevri8atjo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding: clamp(0.8rem, 2vw, 1.25rem) clamp(0.55rem, 1vw, 0.85rem) clamp(0.8rem, 1.8vw, 1.1rem);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.1));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.home-eyebrow[b-wevri8atjo] {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    margin-bottom: 1.35rem;
    padding: 0.8rem 1.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.64);
    color: #2b5cab;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 35px rgba(65, 103, 165, 0.08);
    border: 1px solid rgba(178, 204, 242, 0.5);
}

.home-title[b-wevri8atjo] {
    margin: 0 0 1rem;
    max-width: none;
    color: #18356e;
    font-size: clamp(1.7rem, 2.55vw, 2.8rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.home-description[b-wevri8atjo] {
    margin: 0;
    max-width: 51ch;
    color: #314d7f;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.75;
}

.home-cta-group[b-wevri8atjo] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.55rem;
}

.home-btn[b-wevri8atjo] {
    min-width: 210px;
    min-height: 54px;
    padding: 0 1.45rem;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.home-btn:hover[b-wevri8atjo] {
    transform: translateY(-2px);
}

.home-btn-primary[b-wevri8atjo] {
    color: #fff;
    background: linear-gradient(135deg, #1f5db5, #2d74d8);
    border: 1px solid transparent;
    box-shadow: 0 18px 34px rgba(31, 93, 181, 0.24);
}

.home-btn-primary:hover[b-wevri8atjo] {
    color: #fff;
    background: linear-gradient(135deg, #194f9d, #2867bf);
}

.home-btn-secondary[b-wevri8atjo] {
    color: #1f4f99;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(87, 128, 194, 0.35);
    box-shadow: 0 14px 30px rgba(38, 78, 145, 0.08);
}

.home-btn-secondary:hover[b-wevri8atjo] {
    color: #173f7f;
    background: rgba(255, 255, 255, 0.92);
}

.home-hero__card[b-wevri8atjo] {
    display: flex;
    justify-content: flex-end;
    align-self: center;
    padding-top: 1.1rem;
}

.hero-card[b-wevri8atjo] {
    width: min(100%, 355px);
    padding: clamp(1.45rem, 2.6vw, 1.9rem);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 30px 65px rgba(28, 63, 124, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hero-card__badge[b-wevri8atjo] {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-bottom: 1.2rem;
    padding: 0.5rem 0.9rem;
    border-radius: 15px;
    background: linear-gradient(135deg, #76a7eb, #8fbaf0);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-card h2[b-wevri8atjo] {
    margin: 0 0 1rem;
    color: #153162;
    font-size: clamp(1.9rem, 2.45vw, 2.75rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.hero-card p[b-wevri8atjo] {
    margin: 0;
    color: #3a5685;
    font-size: 1rem;
    line-height: 1.68;
}

.hero-card__chips[b-wevri8atjo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.6rem;
}

.hero-card__chips span[b-wevri8atjo] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.72rem 0.95rem;
    border-radius: 15px;
    background: rgba(247, 250, 255, 0.96);
    color: #244271;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.15;
    box-shadow: inset 0 0 0 1px rgba(188, 207, 240, 0.7);
}

.hero-card__chips span[b-wevri8atjo]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8cb5ea, #b4d0f5);
    flex: 0 0 auto;
}

.home-pill-band[b-wevri8atjo] {
    margin-top: 1.25rem;
}

.home-pill-band__inner[b-wevri8atjo] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 55px rgba(34, 71, 134, 0.10);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-pill-band__inner span[b-wevri8atjo] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.62rem 1.1rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 245, 255, 0.96));
    color: #203d6a;
    font-size: 0.96rem;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(194, 212, 241, 0.92);
}

.home-pill-band-inline .home-pill-band__inner[b-wevri8atjo] {
    width: 100%;
}

.home-pill-band__inner span[b-wevri8atjo]::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8cb8ef, #bdd7f6);
}

@media (max-width: 991.98px) {
    .home-hero[b-wevri8atjo] {
        border-radius: 15px;
        padding: 2.1rem 0 2.5rem;
    }

    .home-hero__content[b-wevri8atjo] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .home-title[b-wevri8atjo],
    .home-description[b-wevri8atjo] {
        max-width: none;
    }

    .home-title[b-wevri8atjo] {
        white-space: normal;
        font-size: clamp(2rem, 6vw, 2.8rem);
    }

    .home-hero__card[b-wevri8atjo] {
        justify-content: flex-start;
        padding-top: 0;
    }

    .hero-card[b-wevri8atjo] {
        width: 100%;
        max-width: 430px;
    }
}

@media (max-width: 767.98px) {
    .home-page[b-wevri8atjo] {
        gap: 0;
        padding-top: 0;
        margin-top: -0.45rem;
    }

    .home-hero[b-wevri8atjo] {
        border-radius: 15px;
    }

    .home-eyebrow[b-wevri8atjo] {
        min-height: 46px;
        padding: 0.7rem 1rem;
        font-size: 0.92rem;
    }

    .home-title[b-wevri8atjo] {
        white-space: normal;
        font-size: clamp(2.1rem, 8vw, 3rem);
    }

    .home-btn[b-wevri8atjo] {
        width: 100%;
        min-width: unset;
    }

    .hero-card__chips span[b-wevri8atjo],
    .home-pill-band__inner span[b-wevri8atjo] {
        width: 100%;
        justify-content: flex-start;
    }
}
