/* /Components/Comps/Contact.razor.rz.scp.css */
.contact-section[b-zzx84egwn8] {
    position: relative;
    padding: 74px 0;
    overflow: hidden;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.92)), var(--contact-bg);
    background-size: cover;
    background-position: 50% 45%;
}

/* Extra overlay for depth (subtle) */
.contact-overlay[b-zzx84egwn8] {
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 500px at 15% 15%, rgba(0,105,61,0.08), rgba(0,0,0,0) 60%), radial-gradient(900px 420px at 80% 25%, rgba(0,0,0,0.06), rgba(0,0,0,0) 60%);
    pointer-events: none;
}

.contact-container[b-zzx84egwn8] {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.contact-grid[b-zzx84egwn8] {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 28px;
    align-items: start;
}

/* Left */
.contact-left[b-zzx84egwn8] {
    padding: 8px 6px;
}

.contact-pill[b-zzx84egwn8] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(10, 20, 30, 0.05);
    border: 1px solid rgba(10, 20, 30, 0.08);
    color: rgba(10, 20, 30, 0.85);
    font-weight: 850;
    font-size: 14px;
}

.contact-pill-dot[b-zzx84egwn8] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent-color, #00693d);
    box-shadow: 0 0 0 3px rgba(0,105,61,0.12);
}

.contact-title[b-zzx84egwn8] {
    margin: 18px 0 14px;
    color: #0b1220;
    font-size: clamp(36px, 3.8vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 900;
}

.contact-text[b-zzx84egwn8] {
    margin: 0 0 22px;
    max-width: 520px;
    color: rgba(11, 18, 32, 0.70);
    font-size: 16.5px;
    line-height: 1.65;
}

.contact-cards[b-zzx84egwn8] {
    display: grid;
    gap: 12px;
    max-width: 520px;
}

.contact-card[b-zzx84egwn8] {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(10, 20, 30, 0.08);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
}

.contact-card-icon[b-zzx84egwn8] {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,105,61,0.10);
    color: var(--accent-color, #00693d);
}

.contact-card-title[b-zzx84egwn8] {
    font-weight: 900;
    color: #0b1220;
    letter-spacing: -0.01em;
}

.contact-card-link[b-zzx84egwn8] {
    display: inline-block;
    margin-top: 4px;
    color: rgba(11, 18, 32, 0.70);
    text-decoration: none;
    font-weight: 700;
    position: relative;
    padding-bottom: 2px;
}

    .contact-card-link[b-zzx84egwn8]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: rgba(0,105,61,0.22);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 220ms ease;
    }

    .contact-card-link:hover[b-zzx84egwn8]::after {
        transform: scaleX(1);
    }

.contact-card-muted[b-zzx84egwn8] {
    margin-top: 4px;
    color: rgba(11, 18, 32, 0.70);
    font-weight: 700;
}

/* Right form card */
.contact-form-card[b-zzx84egwn8] {
    border-radius: 20px;
    padding: 18px 18px 16px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(10, 20, 30, 0.10);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
}

.contact-form-head[b-zzx84egwn8] {
    padding: 6px 6px 12px;
}

.contact-form-title[b-zzx84egwn8] {
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -0.01em;
    color: #0b1220;
}

.contact-form-subtitle[b-zzx84egwn8] {
    margin-top: 6px;
    color: rgba(11, 18, 32, 0.65);
    font-weight: 650;
    font-size: 14.5px;
}

.contact-form-grid[b-zzx84egwn8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 8px 6px 14px;
}

.field-full[b-zzx84egwn8] {
    grid-column: 1 / -1;
}

.field-label[b-zzx84egwn8] {
    display: block;
    font-size: 13px;
    font-weight: 850;
    color: rgba(11, 18, 32, 0.72);
    margin: 0 0 6px;
}

.field-input[b-zzx84egwn8],
.field-textarea[b-zzx84egwn8] {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(10, 20, 30, 0.12);
    background: rgba(255,255,255,0.92);
    padding: 12px 12px;
    font-size: 15px;
    font-weight: 650;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.field-textarea[b-zzx84egwn8] {
    padding: 12px 12px;
    resize: vertical;
    min-height: 120px;
}

    .field-input:focus[b-zzx84egwn8],
    .field-textarea:focus[b-zzx84egwn8] {
        border-color: rgba(0, 105, 61, 0.35);
        box-shadow: 0 0 0 4px rgba(0, 105, 61, 0.12);
    }

.contact-submit[b-zzx84egwn8] {
    width: calc(100% - 12px);
    margin: 0 6px;
    border: none;
    border-radius: 14px;
    padding: 14px 14px;
    background: var(--accent-color, #00693d);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.16);
    transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
}

    .contact-submit:hover[b-zzx84egwn8] {
        transform: translateY(-1px);
        filter: brightness(1.05);
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    }

    .contact-submit:active[b-zzx84egwn8] {
        transform: translateY(0px);
        filter: brightness(0.98);
    }

.contact-submit-icon[b-zzx84egwn8] {
    opacity: 0.95;
}

.contact-privacy[b-zzx84egwn8] {
    margin: 10px 6px 0;
    font-size: 12.5px;
    color: rgba(11, 18, 32, 0.55);
    line-height: 1.45;
}

/* Responsive */
@media (max-width: 980px) {
    .contact-grid[b-zzx84egwn8] {
        grid-template-columns: 1fr;
    }

    .contact-form-grid[b-zzx84egwn8] {
        grid-template-columns: 1fr;
    }

    .contact-form-card[b-zzx84egwn8] {
        padding: 16px 14px 14px;
    }
}

@media (max-width: 640px) {
    .contact-container[b-zzx84egwn8] {
        width: min(1180px, calc(100% - 28px));
    }
}
/* /Components/Comps/Hero.razor.rz.scp.css */
.hero[b-toblgffoj3] {
    min-height: 680px;
    border-radius: 18px;
    overflow: hidden;
    background-image: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.44) 28%, rgba(0,0,0,.18) 52%, rgba(0,0,0,0) 72% ), url("https://images.pexels.com/photos/323780/pexels-photo-323780.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop");
    background-size: cover;
    background-position: 75% 45%;
    position: relative;
    isolation: isolate;
}

    .hero[b-toblgffoj3]::after {
        content: "";
        position: absolute;
        left: -2px;
        right: -2px;
        bottom: -2px;
        height: 95px;
        background: #fff;
        clip-path: polygon(0 46%, 100% 0, 100% 100%, 0 100%);
        z-index: 2;
    }

.hero-inner[b-toblgffoj3] {
    padding: 84px 86px 150px;
    max-width: 1060px;
    position: relative;
    z-index: 3;
}

.hero-badge[b-toblgffoj3] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.7);
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.95);
}

.hero-badge-dot[b-toblgffoj3] {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
}

.hero-title[b-toblgffoj3] {
    color: rgba(255,255,255,.96);
    /*font-size: clamp(44px,5.4vw,82px);*/
    font-size: 4.8rem;
    line-height: 1.02;
    margin: 22px 0 18px;
}

.hero-subtitle[b-toblgffoj3] {
    color: rgba(255,255,255,.82);
    font-size: 19px;
    margin: 0 0 34px;
}

.hero-cta[b-toblgffoj3] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 14px 22px;
    border-radius: 12px;
    background: var(--accent-color, #00693d);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}
/* /Components/Comps/Services.razor.rz.scp.css */
.services-section[b-8tq38zppo9] {
    padding: 70px 0;
    background: #ffffff;
}

.services-container[b-8tq38zppo9] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.services-header[b-8tq38zppo9] {
    text-align: center;
    margin-bottom: 38px;
}

.services-pill[b-8tq38zppo9] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(10, 20, 30, 0.05);
    border: 1px solid rgba(10, 20, 30, 0.08);
    color: rgba(10, 20, 30, 0.85);
    font-weight: 800;
    font-size: 14px;
}

.services-pill-icon[b-8tq38zppo9] {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 105, 61, 0.10);
    color: var(--accent-color, #00693d);
}

.services-title[b-8tq38zppo9] {
    margin: 16px 0 12px;
    font-size: clamp(34px, 3.4vw, 56px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.05;
    color: #0b1220;
}

.services-subtitle[b-8tq38zppo9] {
    margin: 0 auto;
    max-width: 680px;
    color: rgba(11, 18, 32, 0.68);
    font-size: 16.5px;
    line-height: 1.65;
}

.services-grid[b-8tq38zppo9] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: stretch;
}

.service-card[b-8tq38zppo9] {
    border-radius: 18px;
    border: 1px solid rgba(10, 20, 30, 0.08);
    background: rgba(10, 20, 30, 0.02);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.06);
    padding: 22px 22px 20px;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

    .service-card:hover[b-8tq38zppo9] {
        transform: translateY(-2px);
        border-color: rgba(0, 105, 61, 0.18);
        /*background: rgba(0, 105, 61, 0.04);*/
        box-shadow: 0 26px 80px rgba(0, 0, 0, 0.10);
    }

.service-icon[b-8tq38zppo9] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 105, 61, 0.10);
    color: var(--accent-color, #00693d);
}

.service-title[b-8tq38zppo9] {
    margin: 14px 0 8px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.01em;
    color: #0b1220;
}

.service-text[b-8tq38zppo9] {
    margin: 0 0 14px;
    color: rgba(11, 18, 32, 0.70);
    font-size: 15.2px;
    line-height: 1.6;
}

.service-link[b-8tq38zppo9] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 850;
    color: var(--accent-color, #00693d);
    position: relative;
    padding-bottom: 4px;
    cursor: pointer;
}

    .service-link[b-8tq38zppo9]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: rgba(0, 105, 61, 0.22);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 220ms ease;
    }

.service-card:hover .service-link[b-8tq38zppo9]::after {
    transform: scaleX(1);
}

/* Accent card */
.service-card-accent[b-8tq38zppo9] {
    /*background: radial-gradient(900px 400px at 20% 10%, rgba(255,255,255,0.14), rgba(255,255,255,0) 60%), linear-gradient(135deg, rgba(0, 105, 61, 0.98), rgba(0, 105, 61, 0.86));*/
    background: radial-gradient(900px 400px at 20% 10%, rgba(255,255,255,0.14), rgba(255,255,255,0) 60%), linear-gradient(135deg, var(--secondary-color), var(--accent-color));
    border: 1px solid rgba(0, 105, 61, 0.22);
}

    .service-card-accent:hover[b-8tq38zppo9] {
        /*background: radial-gradient(900px 400px at 20% 10%, rgba(255,255,255,0.18), rgba(255,255,255,0) 60%), linear-gradient(135deg, rgba(0, 105, 61, 1), rgba(0, 105, 61, 0.88));*/
        /*border-color: rgba(0, 105, 61, 0.30);*/
    }

    .service-card-accent .service-title[b-8tq38zppo9],
    .service-card-accent .service-text[b-8tq38zppo9] {
        color: rgba(255, 255, 255, 0.95);
    }

    .service-card-accent .service-text[b-8tq38zppo9] {
        color: rgba(255, 255, 255, 0.82);
    }

.service-icon-invert[b-8tq38zppo9] {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.service-link-invert[b-8tq38zppo9] {
    color: #ffffff;
}

    .service-link-invert[b-8tq38zppo9]::after {
        background: rgba(255, 255, 255, 0.28);
    }

/* Responsive */
@media (max-width: 1100px) {
    .services-grid[b-8tq38zppo9] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .services-container[b-8tq38zppo9] {
        width: min(1180px, calc(100% - 28px));
    }

    .services-grid[b-8tq38zppo9] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Comps/ShowcaseSection.razor.rz.scp.css */
.showcase-section[b-3kpmqmwxtm] {
    padding: 74px 0;
    background: #ffffff;
}

.showcase-container[b-3kpmqmwxtm] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.showcase-shell[b-3kpmqmwxtm] {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background-image: linear-gradient(90deg, rgba(11,18,32,0.78) 0%, rgba(11,18,32,0.52) 35%, rgba(11,18,32,0.20) 62%, rgba(11,18,32,0.05) 100%), var(--showcase-bg);
    background-size: cover;
    background-position: 70% 45%;
    border: 1px solid rgba(10, 20, 30, 0.10);
    box-shadow: 0 34px 120px rgba(0, 0, 0, 0.18);
}

.showcase-overlay[b-3kpmqmwxtm] {
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 500px at 20% 25%, rgba(0,105,61,0.18), rgba(0,0,0,0) 60%), radial-gradient(900px 420px at 85% 20%, rgba(0,0,0,0.22), rgba(0,0,0,0) 60%);
    pointer-events: none;
}

.showcase-content[b-3kpmqmwxtm] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 26px;
    padding: 62px 56px;
    align-items: center;
}

/* Left */
.showcase-pill[b-3kpmqmwxtm] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.92);
    font-weight: 850;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.showcase-pill-dot[b-3kpmqmwxtm] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent-color, #00693d);
    box-shadow: 0 0 0 3px rgba(0,105,61,0.18);
}

.showcase-title[b-3kpmqmwxtm] {
    margin: 18px 0 14px;
    color: #ffffff;
    font-size: clamp(34px, 3.8vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 950;
}

.showcase-text[b-3kpmqmwxtm] {
    margin: 0 0 24px;
    max-width: 540px;
    color: rgba(255,255,255,0.80);
    font-size: 16.5px;
    line-height: 1.65;
}

.showcase-actions[b-3kpmqmwxtm] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

    .showcase-actions a[b-3kpmqmwxtm] {
        cursor: pointer;
    }

    .showcase-primary[b-3kpmqmwxtm] {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 20px;
        border-radius: 14px;
        background: var(--accent-color, #00693d);
        color: #ffffff;
        text-decoration: none;
        font-weight: 950;
        font-size: 15.5px;
        box-shadow: 0 20px 60px rgba(0,0,0,0.22);
        transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
    }

    .showcase-primary:hover[b-3kpmqmwxtm] {
        transform: translateY(-1px);
        filter: brightness(1.05);
        box-shadow: 0 26px 80px rgba(0,0,0,0.26);
    }

    .showcase-primary:active[b-3kpmqmwxtm] {
        transform: translateY(0px);
        filter: brightness(0.98);
    }

.showcase-ghost[b-3kpmqmwxtm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    font-weight: 900;
    font-size: 15px;
    backdrop-filter: blur(10px);
    transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}

    .showcase-ghost:hover[b-3kpmqmwxtm] {
        transform: translateY(-1px);
        background: rgba(255,255,255,0.16);
        border-color: rgba(255,255,255,0.26);
    }

    .showcase-ghost:active[b-3kpmqmwxtm] {
        transform: translateY(0px);
    }

.showcase-trust[b-3kpmqmwxtm] {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.showcase-avatars[b-3kpmqmwxtm] {
    display: inline-flex;
    align-items: center;
}

.avatar[b-3kpmqmwxtm] {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.35), rgba(255,255,255,0.08) 60%), rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 10px 30px rgba(0,0,0,0.14);
    margin-left: -10px;
}

    .avatar:first-child[b-3kpmqmwxtm] {
        margin-left: 0;
    }

.showcase-trust-text[b-3kpmqmwxtm] {
    color: rgba(255,255,255,0.82);
    font-weight: 750;
    font-size: 14.5px;
}

/* Right cards */
.showcase-right[b-3kpmqmwxtm] {
    position: relative;
    display: grid;
    justify-items: end;
}

.showcase-cards[b-3kpmqmwxtm] {
    width: min(420px, 100%);
    display: grid;
    gap: 12px;
}

.showcase-stat[b-3kpmqmwxtm] {
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 80px rgba(0,0,0,0.22);
}

.showcase-stat-value[b-3kpmqmwxtm] {
    font-size: 34px;
    font-weight: 950;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.showcase-stat-label[b-3kpmqmwxtm] {
    margin-top: 6px;
    color: rgba(255,255,255,0.78);
    font-weight: 750;
    font-size: 14.5px;
}

.showcase-feature[b-3kpmqmwxtm] {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 80px rgba(0,0,0,0.18);
}

.feature-icon[b-3kpmqmwxtm] {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,105,61,0.20);
    color: #ffffff;
    border: 1px solid rgba(0,105,61,0.22);
}

.feature-title[b-3kpmqmwxtm] {
    color: #ffffff;
    font-weight: 950;
    letter-spacing: -0.01em;
}

.feature-sub[b-3kpmqmwxtm] {
    margin-top: 4px;
    color: rgba(255,255,255,0.75);
    font-weight: 650;
    font-size: 14px;
}

.showcase-glow[b-3kpmqmwxtm] {
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: rgba(0,105,61,0.22);
    filter: blur(70px);
    pointer-events: none;
}

/* Responsive */
@media (max-width: 980px) {
    .showcase-content[b-3kpmqmwxtm] {
        grid-template-columns: 1fr;
        padding: 48px 22px;
    }

    .showcase-right[b-3kpmqmwxtm] {
        justify-items: start;
    }

    .showcase-shell[b-3kpmqmwxtm] {
        background-position: 70% 35%;
    }
}

@media (max-width: 640px) {
    .showcase-container[b-3kpmqmwxtm] {
        width: min(1180px, calc(100% - 28px));
    }

    .showcase-title[b-3kpmqmwxtm] {
        line-height: 1.02;
    }
}
/* /Components/Comps/WhoWeAreSection.razor.rz.scp.css */
.who-section[b-qrjec1lggd] {
    padding: 64px 0;
    background: #ffffff;
}

.who-container[b-qrjec1lggd] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1.25fr;
    gap: 46px;
    align-items: start;
}

/* Left */
.who-left[b-qrjec1lggd] {
    padding-top: 8px;
}

.who-pill[b-qrjec1lggd] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(10, 20, 30, 0.05);
    border: 1px solid rgba(10, 20, 30, 0.08);
    color: rgba(10, 20, 30, 0.85);
    font-weight: 700;
    font-size: 14px;
}

.who-pill-icon[b-qrjec1lggd] {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 105, 61, 0.10);
    color: var(--accent-color, #00693d);
}

.who-title[b-qrjec1lggd] {
    margin: 18px 0 16px;
    color: #0b1220;
    font-size: clamp(40px, 4vw, 66px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.who-text[b-qrjec1lggd] {
    margin: 0 0 26px;
    color: rgba(11, 18, 32, 0.72);
    font-size: 16.5px;
    line-height: 1.65;
    max-width: 520px;
}

.who-button[b-qrjec1lggd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15.5px;
    background: var(--accent-color, #00693d);
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
    cursor: pointer;
}

    .who-button:hover[b-qrjec1lggd] {
        transform: translateY(-1px);
        filter: brightness(1.05);
        box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
    }

    .who-button:active[b-qrjec1lggd] {
        transform: translateY(0px);
        filter: brightness(0.98);
    }

/* Bottom stats */
.who-stats[b-qrjec1lggd] {
    margin-top: 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
}

.who-stat-value[b-qrjec1lggd] {
    font-size: 34px;
    font-weight: 850;
    letter-spacing: -0.02em;
    color: #0b1220;
}

.who-stat-label[b-qrjec1lggd] {
    margin-top: 6px;
    font-size: 16px;
    color: rgba(11, 18, 32, 0.65);
    font-weight: 650;
}

/* Right grid */
.who-grid[b-qrjec1lggd] {
    display: grid;
    gap: 18px;
}

.who-row[b-qrjec1lggd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.who-card[b-qrjec1lggd] {
    border-radius: 18px;
    overflow: hidden;
    /*background: rgba(10, 20, 30, 0.03);*/
    background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
    border: 1px solid rgba(10, 20, 30, 0.08);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.who-card-large[b-qrjec1lggd] {
    aspect-ratio: 16 / 9;
}

.who-card-small[b-qrjec1lggd] {
    aspect-ratio: 16 / 10;
}

.who-image[b-qrjec1lggd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Metric card */
.who-card-metric[b-qrjec1lggd] {
    aspect-ratio: 16 / 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background: radial-gradient(1200px 500px at 20% 20%, rgba(255,255,255,0.12), rgba(255,255,255,0) 55%), linear-gradient(135deg, rgba(0, 105, 61, 0.98), rgba(0, 105, 61, 0.85));*/
    background: radial-gradient(1200px 500px at 20% 20%, rgba(255,255,255,0.12), rgba(255,255,255,0) 55%), linear-gradient(135deg, var(--secondary-color), var(--accent-color));
}

.who-metric-value[b-qrjec1lggd] {
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.who-metric-label[b-qrjec1lggd] {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 750;
    color: rgba(255, 255, 255, 0.90);
}

/* Responsive */
@media (max-width: 980px) {
    .who-container[b-qrjec1lggd] {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .who-stats[b-qrjec1lggd] {
        margin-top: 36px;
        gap: 26px;
    }
}

@media (max-width: 640px) {
    .who-container[b-qrjec1lggd] {
        width: min(1180px, calc(100% - 28px));
    }

    .who-row[b-qrjec1lggd] {
        grid-template-columns: 1fr;
    }

    .who-card-metric[b-qrjec1lggd],
    .who-card-small[b-qrjec1lggd] {
        aspect-ratio: 16 / 9;
    }
}
/* /Components/Comps/WhyChooseSection.razor.rz.scp.css */
/* Components/WhySection.razor.css */
.why-section[b-n26b2txwwh] {
    padding: 64px 0 74px;
    background: #ffffff;
}

.why-container[b-n26b2txwwh] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.why-title[b-n26b2txwwh] {
    text-align: center;
    margin: 10px 0 44px;
    font-size: clamp(40px, 4.2vw, 74px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.02;
    color: #0b1220;
}

.why-grid[b-n26b2txwwh] {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: start;
}

/* Left stack */
.why-images[b-n26b2txwwh] {
    position: relative;
    min-height: 520px;
}

.why-image-card[b-n26b2txwwh] {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(10, 20, 30, 0.08);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.10);
    background: rgba(10, 20, 30, 0.03);
}

.why-image-top[b-n26b2txwwh] {
    width: 420px;
    height: 420px;
}

.why-image-bottom[b-n26b2txwwh] {
    width: 420px;
    height: 360px;
    position: absolute;
    left: 170px;
    top: 200px;
}

.why-image[b-n26b2txwwh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Arrow overlay */
.why-arrow[b-n26b2txwwh] {
    position: absolute;
    left: 270px;
    top: 20px;
    width: 260px;
    height: 200px;
    pointer-events: none;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
}

/* Right timeline */
.why-timeline[b-n26b2txwwh] {
    position: relative;
    display: grid;
    gap: 26px;
    padding-top: 6px;
}

.why-item[b-n26b2txwwh] {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 22px;
    align-items: start;
}

.why-dot-area[b-n26b2txwwh] {
    position: relative;
    width: 56px;
    display: flex;
    justify-content: center;
}

.why-icon-circle[b-n26b2txwwh] {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 20, 30, 0.06);
    color: #0b1220;
    border: 1px solid rgba(10, 20, 30, 0.10);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
    position: relative;
}

    .why-icon-circle[b-n26b2txwwh]::after {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 999px;
        background: radial-gradient(1200px 500px at 20% 20%, rgba(255,255,255,0.10), rgba(255,255,255,0) 55%), linear-gradient(135deg, rgba(0, 105, 61, 0.96), rgba(0, 105, 61, 0.78));
        z-index: -1;
    }

    .why-icon-circle svg[b-n26b2txwwh] {
        color: #ffffff;
    }

/* dotted vertical line */
.why-line[b-n26b2txwwh] {
    position: absolute;
    top: 62px;
    bottom: -16px;
    width: 2px;
    background-image: linear-gradient(rgba(10, 20, 30, 0.18) 33%, rgba(255,255,255,0) 0%);
    background-position: left top;
    background-size: 2px 10px;
    background-repeat: repeat-y;
}

/* remove line on last item visually */
.why-item:last-child .why-line[b-n26b2txwwh] {
    display: none;
}

.why-item-title[b-n26b2txwwh] {
    font-size: 22px;
    font-weight: 850;
    letter-spacing: -0.01em;
    color: #0b1220;
    margin-top: 2px;
}

.why-item-text[b-n26b2txwwh] {
    margin-top: 8px;
    color: rgba(11, 18, 32, 0.68);
    font-size: 15.5px;
    line-height: 1.6;
    max-width: 420px;
}

/* Responsive */
@media (max-width: 1100px) {
    .why-grid[b-n26b2txwwh] {
        gap: 44px;
    }

    .why-image-top[b-n26b2txwwh],
    .why-image-bottom[b-n26b2txwwh] {
        width: 380px;
    }

    .why-image-top[b-n26b2txwwh] {
        height: 380px;
    }

    .why-image-bottom[b-n26b2txwwh] {
        height: 330px;
        left: 140px;
        top: 190px;
    }

    .why-arrow[b-n26b2txwwh] {
        left: 235px;
    }
}

@media (max-width: 980px) {
    .why-grid[b-n26b2txwwh] {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .why-images[b-n26b2txwwh] {
        min-height: 540px;
    }

    .why-image-top[b-n26b2txwwh],
    .why-image-bottom[b-n26b2txwwh] {
        width: min(420px, 100%);
    }

    .why-image-bottom[b-n26b2txwwh] {
        left: 80px;
        top: 220px;
    }

    .why-arrow[b-n26b2txwwh] {
        left: 190px;
        top: 8px;
    }

    .why-item-text[b-n26b2txwwh] {
        max-width: 520px;
    }
}

@media (max-width: 520px) {
    .why-container[b-n26b2txwwh] {
        width: min(1180px, calc(100% - 28px));
    }

    .why-images[b-n26b2txwwh] {
        min-height: 560px;
    }

    .why-image-top[b-n26b2txwwh] {
        width: 100%;
        height: 360px;
    }

    .why-image-bottom[b-n26b2txwwh] {
        width: 100%;
        height: 320px;
        left: 0;
        top: 250px;
    }

    .why-arrow[b-n26b2txwwh] {
        display: none;
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-vbsvetolz2] {
    background: #0b1220;
    color: rgba(255, 255, 255, 0.86);
    padding: 66px 0 28px;
}

.footer-container[b-vbsvetolz2] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.footer-top[b-vbsvetolz2] {
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* Brand | Links */
    gap: 34px;
    align-items: start;
}


/* Brand block */
.footer-brand-link[b-vbsvetolz2] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #ffffff;
}

.footer-brand-icon[b-vbsvetolz2] {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: var(--accent-color, #22c55e);
}

.footer-brand-text[b-vbsvetolz2] {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.footer-desc[b-vbsvetolz2] {
    margin: 12px 0 14px;
    max-width: 420px;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.65;
    font-size: 15.2px;
}

.footer-badges[b-vbsvetolz2] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-badge[b-vbsvetolz2] {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.86);
}

.footer-badge-accent[b-vbsvetolz2] {
    border-color: rgba(0, 105, 61, 0.35);
    background: rgba(0, 105, 61, 0.20);
}

/* Links */
.footer-links[b-vbsvetolz2] {
    display: grid;
    grid-auto-flow: row;
    gap: 26px;
    align-items: start;
    justify-items: start;
}

.footer-col[b-vbsvetolz2] {
    display: flex;
    flex-direction: column;
}

.footer-col-title[b-vbsvetolz2] {
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.footer-link[b-vbsvetolz2] {
    display: inline-block;
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
    font-weight: 700;
    font-size: 14.8px;
    position: relative;
    padding-bottom: 3px;
    cursor: pointer;
}

    .footer-link[b-vbsvetolz2]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: rgba(0, 105, 61, 0.35);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 220ms ease;
    }

    .footer-link:hover[b-vbsvetolz2] {
        color: #ffffff;
    }

        .footer-link:hover[b-vbsvetolz2]::after {
            transform: scaleX(0.5);
        }

/* Newsletter */
.footer-news-title[b-vbsvetolz2] {
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.footer-news-text[b-vbsvetolz2] {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14.8px;
    line-height: 1.55;
}

.footer-form[b-vbsvetolz2] {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.footer-input[b-vbsvetolz2] {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    padding: 12px 12px;
    font-weight: 700;
    font-size: 14.5px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

    .footer-input[b-vbsvetolz2]::placeholder {
        color: rgba(255, 255, 255, 0.45);
    }

    .footer-input:focus[b-vbsvetolz2] {
        border-color: rgba(0, 105, 61, 0.45);
        box-shadow: 0 0 0 4px rgba(0, 105, 61, 0.14);
    }

.footer-button[b-vbsvetolz2] {
    border: none;
    border-radius: 14px;
    padding: 12px 14px;
    background: var(--accent-color, #00693d);
    color: #ffffff;
    font-weight: 900;
    font-size: 14.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 140ms ease, filter 140ms ease;
}

    .footer-button:hover[b-vbsvetolz2] {
        transform: translateY(-1px);
        filter: brightness(1.05);
    }

    .footer-button:active[b-vbsvetolz2] {
        transform: translateY(0px);
        filter: brightness(0.98);
    }

.footer-fineprint[b-vbsvetolz2] {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12.5px;
    line-height: 1.45;
}

/* Divider + bottom row */
.footer-divider[b-vbsvetolz2] {
    margin: 34px 0 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
}

.footer-bottom[b-vbsvetolz2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-copy[b-vbsvetolz2] {
    color: rgba(255, 255, 255, 0.58);
    font-weight: 700;
    font-size: 13.5px;
}

.footer-social[b-vbsvetolz2] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-social-link[b-vbsvetolz2] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    text-decoration: none;
    transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}

    .footer-social-link:hover[b-vbsvetolz2] {
        transform: translateY(-1px);
        background: rgba(0, 105, 61, 0.18);
        border-color: rgba(0, 105, 61, 0.24);
        color: #ffffff;
    }

    .footer-social-link:active[b-vbsvetolz2] {
        transform: translateY(0px);
    }

/* Responsive */

@media (max-width: 760px) {
    .footer-top[b-vbsvetolz2] {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer-bottom[b-vbsvetolz2] {
        flex-direction: column;
        align-items: flex-start;
    }
}



.footer-inner[b-vbsvetolz2] {
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 1fr; /* Bal blokk | Térkép */
    gap: 48px;
    align-items: start;
}

/* Map (right side) */
.footer-map[b-vbsvetolz2] {
    width: 100%;
}

.footer-map-title[b-vbsvetolz2] {
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.footer-map-frame[b-vbsvetolz2] {
    width: 100%;
    height: 220px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
}

.footer-map-link[b-vbsvetolz2] {
    display: inline-block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-weight: 800;
    font-size: 14.5px;
    position: relative;
    padding-bottom: 3px;
}

    .footer-map-link[b-vbsvetolz2]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: rgba(0, 105, 61, 0.35);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 220ms ease;
    }

    .footer-map-link:hover[b-vbsvetolz2] {
        color: #ffffff;
    }

        .footer-map-link:hover[b-vbsvetolz2]::after {
            transform: scaleX(1);
        }


@media (max-width: 1100px) {
    .footer-inner[b-vbsvetolz2] {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-top[b-vbsvetolz2] {
        grid-template-columns: 1fr 1fr;
    }
}




.footer-credit[b-vbsvetolz2] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 650;
    /*color: rgba(11, 18, 32, 0.62);*/
    color: white;
    white-space: nowrap;
}

.footer-credit-link[b-vbsvetolz2] {
    color: var(--accent-color, #00693d);
    text-decoration: none;
    font-weight: 800;
    position: relative;
}

    .footer-credit-link[b-vbsvetolz2]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        height: 2px;
        background: rgba(0, 105, 61, 0.25);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 220ms ease;
    }

    .footer-credit-link:hover[b-vbsvetolz2]::after {
        transform: scaleX(1);
    }


@media (max-width: 640px) {
    .footer-bottom[b-vbsvetolz2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-91bob8vl59] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-91bob8vl59] {
    flex: 1;
}

.sidebar[b-91bob8vl59] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-91bob8vl59] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-91bob8vl59]  a, .top-row[b-91bob8vl59]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-91bob8vl59]  a:hover, .top-row[b-91bob8vl59]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-91bob8vl59]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-91bob8vl59] {
        justify-content: space-between;
    }

    .top-row[b-91bob8vl59]  a, .top-row[b-91bob8vl59]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-91bob8vl59] {
        flex-direction: row;
    }

    .sidebar[b-91bob8vl59] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-91bob8vl59] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-91bob8vl59]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-91bob8vl59], article[b-91bob8vl59] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-91bob8vl59] {
    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-91bob8vl59] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Navbar.razor.rz.scp.css */
.navbar[b-um52g8nobw] {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(10, 20, 30, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-top-line[b-um52g8nobw] {
    height: 6px;
    /*background: #41d7de;*/
    background: var(--accent-color);
}

.navbar-inner[b-um52g8nobw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 26px;
    gap: 22px;
}

/* Brand */
.navbar-brand[b-um52g8nobw] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0b1220;
    text-decoration: none;
    user-select: none;
}

.navbar-brand-icon[b-um52g8nobw] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color, #00693d);
    margin-bottom: -15px;
}

.navbar-brand-text[b-um52g8nobw] {
    font-size: 22px;
    font-weight: 750;
    letter-spacing: -0.01em;
}

/* Desktop links */
.navbar-links[b-um52g8nobw] {
    display: flex;
    align-items: center;
    gap: 26px;
    flex: 1;
    justify-content: flex-start;
    padding-left: 26px;
}

.navbar-link[b-um52g8nobw] {
    position: relative;
    text-decoration: none;
    color: #0b1220;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 2px;
    line-height: 1;
    cursor: pointer;
}

    .navbar-link[b-um52g8nobw]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px;
        height: 2px;
        /*background: rgba(0, 105, 61, 0.35);*/
        background: var(--accent-color);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 220ms ease;
    }

    .navbar-link:hover[b-um52g8nobw]::after {
        transform: scaleX(1);
    }

    .navbar-link:hover[b-um52g8nobw] {
        /*color: rgba(0, 105, 61, 0.95);*/
        color: var(--accent-color)
    }

    .navbar-link.active[b-um52g8nobw] {
        color: var(--accent-color, #00693d);
    }

        .navbar-link.active[b-um52g8nobw]::after {
            background: rgba(0, 105, 61, 0.60);
            transform: scaleX(1);
        }

/* Categories caret */
.navbar-link-with-caret[b-um52g8nobw] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.navbar-caret[b-um52g8nobw] {
    display: inline-flex;
    transform: translateY(1px);
    opacity: 0.9;
}

/* Right side */
.navbar-actions[b-um52g8nobw] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

/* Special right link underline animation (left-to-right grow + left-to-right shrink) */
.navbar-link-special[b-um52g8nobw] {
    position: relative;
    text-decoration: none;
    color: var(--accent-color, #00693d);
    font-size: 16px;
    font-weight: 750;
    padding: 8px 2px;
    line-height: 1;
}

    .navbar-link-special[b-um52g8nobw]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
        height: 3px;
        background: rgba(0, 105, 61, 0.25);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 260ms ease;
        will-change: transform;
    }

    .navbar-link-special:hover[b-um52g8nobw]::after {
        transform: scaleX(1);
    }

/* Search button (green circle) */
.navbar-search[b-um52g8nobw] {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 999px;
    background: var(--accent-color, #00693d);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
    transition: transform 140ms ease, filter 140ms ease, box-shadow 140ms ease;
}

    .navbar-search:hover[b-um52g8nobw] {
        transform: translateY(-1px);
        filter: brightness(1.05);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    }

    .navbar-search:active[b-um52g8nobw] {
        transform: translateY(0px);
        filter: brightness(0.98);
    }

/* Burger button */
.navbar-burger[b-um52g8nobw] {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(10, 20, 30, 0.10);
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    display: none; /* only mobile */
    align-items: center;
    justify-content: center;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

    .navbar-burger:hover[b-um52g8nobw] {
        transform: translateY(-1px);
        border-color: rgba(0, 105, 61, 0.22);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
    }

    .navbar-burger:active[b-um52g8nobw] {
        transform: translateY(0px);
    }

/* Burger lines -> X animation */
.burger-lines[b-um52g8nobw] {
    width: 18px;
    height: 14px;
    position: relative;
    display: inline-block;
}

    .burger-lines .line[b-um52g8nobw] {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2.4px;
        background: #0b1220;
        border-radius: 999px;
        transition: transform 220ms ease, opacity 180ms ease, top 220ms ease, bottom 220ms ease;
    }

    .burger-lines .line-1[b-um52g8nobw] {
        top: 0;
    }

    .burger-lines .line-2[b-um52g8nobw] {
        top: 50%;
        transform: translateY(-50%);
    }

    .burger-lines .line-3[b-um52g8nobw] {
        bottom: 0;
    }

    .burger-lines.is-open .line-1[b-um52g8nobw] {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .burger-lines.is-open .line-2[b-um52g8nobw] {
        opacity: 0;
    }

    .burger-lines.is-open .line-3[b-um52g8nobw] {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

/* Mobile dropdown panel */
.navbar-mobile[b-um52g8nobw] {
    display: none; /* only mobile */
    background: #ffffff;
    border-top: 1px solid rgba(10, 20, 30, 0.08);
    /* animation */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height 260ms ease, opacity 220ms ease, transform 220ms ease;
}

    .navbar-mobile.is-open[b-um52g8nobw] {
        max-height: 520px;
        opacity: 1;
        transform: translateY(0);
    }

.navbar-mobile-inner[b-um52g8nobw] {
    padding: 14px 18px 18px;
    display: grid;
    gap: 10px;
}

.navbar-mobile-link[b-um52g8nobw] {
    text-decoration: none;
    color: #0b1220;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid rgba(10, 20, 30, 0.08);
    background: rgba(10, 20, 30, 0.02);
    transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

    .navbar-mobile-link:hover[b-um52g8nobw] {
        transform: translateY(-1px);
        border-color: rgba(0, 105, 61, 0.20);
        background: rgba(0, 105, 61, 0.06);
    }

    .navbar-mobile-link.active[b-um52g8nobw] {
        border-color: rgba(0, 105, 61, 0.30);
        background: rgba(0, 105, 61, 0.08);
        color: var(--accent-color, #00693d);
    }

/* Mobile special */
.navbar-mobile-special[b-um52g8nobw] {
    text-decoration: none;
    color: var(--accent-color, #00693d);
    font-weight: 800;
    font-size: 16px;
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px dashed rgba(0, 105, 61, 0.30);
    background: rgba(0, 105, 61, 0.06);
}

/* Divider */
.navbar-mobile-divider[b-um52g8nobw] {
    height: 1px;
    background: rgba(10, 20, 30, 0.08);
    margin: 6px 0;
}

/* Mobile search (full width) */
.navbar-mobile-search[b-um52g8nobw] {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 12px 12px;
    background: var(--accent-color, #00693d);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    transition: transform 140ms ease, filter 140ms ease;
}

    .navbar-mobile-search:hover[b-um52g8nobw] {
        transform: translateY(-1px);
        filter: brightness(1.05);
    }

    .navbar-mobile-search:active[b-um52g8nobw] {
        transform: translateY(0px);
        filter: brightness(0.98);
    }

.navbar-mobile-search-icon[b-um52g8nobw] {
    display: inline-flex;
    opacity: 0.95;
}

/* Responsive rules */
@media (max-width: 980px) {
    .navbar-links[b-um52g8nobw] {
        gap: 18px;
        padding-left: 14px;
    }
}

@media (max-width: 820px) {
    .navbar-links[b-um52g8nobw] {
        display: none;
    }

    .navbar-burger[b-um52g8nobw] {
        display: inline-flex;
    }

    .navbar-mobile[b-um52g8nobw] {
        display: block;
    }

    .navbar-inner[b-um52g8nobw] {
        padding: 16px 18px;
    }

    /* opcionális: mobile-on a jobb oldali special linket elrejthetjük és csak a panelben legyen */
    .navbar-link-special[b-um52g8nobw] {
        display: none;
    }
}



/* Primary CTA button (Foglalás) */
.navbar-cta[b-um52g8nobw] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    background: var(--accent-color, #00693d);
    color: #ffffff;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: -0.01em;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
    transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
    overflow: hidden;
}

    .navbar-cta:hover[b-um52g8nobw] {
        transform: translateY(-1px);
        filter: brightness(1.03);
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    }

    .navbar-cta:active[b-um52g8nobw] {
        transform: translateY(0px);
        filter: brightness(0.98);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
    }

    /* Keyboard accessibility */
    .navbar-cta:focus-visible[b-um52g8nobw] {
        outline: 3px solid rgba(0, 105, 61, 0.25);
        outline-offset: 3px;
    }

    /* Subtle shine */
    .navbar-cta[b-um52g8nobw]::before {
        content: "";
        position: absolute;
        top: -40%;
        left: -35%;
        width: 60%;
        height: 180%;
        background: rgba(255, 255, 255, 0.22);
        transform: rotate(20deg) translateX(-120%);
        transition: transform 420ms ease;
        pointer-events: none;
    }

    .navbar-cta:hover[b-um52g8nobw]::before {
        transform: rotate(20deg) translateX(240%);
    }

.navbar-cta-text[b-um52g8nobw] {
    line-height: 1;
}

.navbar-cta-icon[b-um52g8nobw] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bub8t0m74w] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-bub8t0m74w] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-bub8t0m74w] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bub8t0m74w] {
    font-size: 1.1rem;
}

.bi[b-bub8t0m74w] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-bub8t0m74w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-bub8t0m74w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-bub8t0m74w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-bub8t0m74w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bub8t0m74w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bub8t0m74w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bub8t0m74w]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-bub8t0m74w]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-bub8t0m74w]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-bub8t0m74w] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bub8t0m74w] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bub8t0m74w] {
        display: none;
    }

    .nav-scrollable[b-bub8t0m74w] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-l89kpzi97w],
.components-reconnect-repeated-attempt-visible[b-l89kpzi97w],
.components-reconnect-failed-visible[b-l89kpzi97w],
.components-pause-visible[b-l89kpzi97w],
.components-resume-failed-visible[b-l89kpzi97w],
.components-rejoining-animation[b-l89kpzi97w] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-l89kpzi97w],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-l89kpzi97w],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-l89kpzi97w],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-l89kpzi97w],
#components-reconnect-modal.components-reconnect-retrying[b-l89kpzi97w],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-l89kpzi97w],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-l89kpzi97w],
#components-reconnect-modal.components-reconnect-failed[b-l89kpzi97w],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-l89kpzi97w] {
    display: block;
}


#components-reconnect-modal[b-l89kpzi97w] {
    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-l89kpzi97w 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-l89kpzi97w 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-l89kpzi97w 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-l89kpzi97w]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-l89kpzi97w 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-l89kpzi97w {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-l89kpzi97w {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-l89kpzi97w {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-l89kpzi97w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-l89kpzi97w] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-l89kpzi97w] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-l89kpzi97w] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-l89kpzi97w] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-l89kpzi97w] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-l89kpzi97w] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-l89kpzi97w 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-l89kpzi97w] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-l89kpzi97w {
    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;
    }
}
