.bntic-utility {
    position: relative;
    margin-top: 1.25rem;
    margin-bottom: .5rem;
}

.bntic-tools{margin-top:1rem;padding:1.2rem;border:1px solid rgba(148,163,184,.22);border-radius:24px;background:linear-gradient(145deg,#f8fbff,#fff);box-shadow:0 18px 48px -40px rgba(15,23,42,.55)}
.bntic-tools__heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-bottom:.9rem}.bntic-tools__heading>span{grid-column:1/-1;display:flex;align-items:center;gap:.4rem;color:#0d78a5;font-size:.65rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.bntic-tools__heading h2{margin:.25rem 0 0;color:#14243a;font-size:1.35rem;font-weight:900;letter-spacing:-.035em}.bntic-tools__heading p{margin:0;color:#64748b;font-size:.75rem}.bntic-tools__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.bntic-tool-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;min-width:0;overflow:hidden;padding:1rem;border:1px solid rgba(148,163,184,.2);border-radius:18px;background:#fff;color:#14243a;text-decoration:none;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.bntic-tool-card:hover{color:#14243a;transform:translateY(-3px);box-shadow:0 20px 35px -28px rgba(15,23,42,.6)}.bntic-tool-card__icon{display:grid;width:45px;height:45px;place-items:center;border-radius:14px;font-size:1.2rem}.bntic-tool-card__content{display:grid;min-width:0}.bntic-tool-card__content small{font-size:.56rem;font-weight:900;letter-spacing:.08em}.bntic-tool-card__content strong{margin:.08rem 0 .22rem;font-size:1rem;font-weight:900}.bntic-tool-card__content>span{color:#64748b;font-size:.68rem;line-height:1.5}.bntic-tool-card__action{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding-top:.65rem;border-top:1px solid rgba(148,163,184,.16);font-size:.65rem;font-weight:900}.bntic-tool-card--safe:hover{border-color:rgba(23,70,162,.4)}.bntic-tool-card--safe .bntic-tool-card__icon{color:#1746a2;background:#eaf2ff}.bntic-tool-card--safe .bntic-tool-card__content small,.bntic-tool-card--safe .bntic-tool-card__action{color:#1746a2}.bntic-tool-card--prompt:hover{border-color:rgba(217,119,6,.4)}.bntic-tool-card--prompt .bntic-tool-card__icon{color:#a55705;background:#fff3df}.bntic-tool-card--prompt .bntic-tool-card__content small,.bntic-tool-card--prompt .bntic-tool-card__action{color:#a55705}.bntic-tool-card--solar:hover{border-color:rgba(22,101,52,.38)}.bntic-tool-card--solar .bntic-tool-card__icon{color:#d97706;background:#f0fdf4}.bntic-tool-card--solar .bntic-tool-card__content small,.bntic-tool-card--solar .bntic-tool-card__action{color:#166534}.bntic-tool-card--data:hover{border-color:rgba(13,120,165,.42)}.bntic-tool-card--data .bntic-tool-card__icon{color:#0d78a5;background:#e4f6fd}.bntic-tool-card--data .bntic-tool-card__content small,.bntic-tool-card--data .bntic-tool-card__action{color:#0d78a5}
@media(max-width:991.98px){.bntic-tools__grid{grid-template-columns:1fr}.bntic-tools__heading{grid-template-columns:1fr}.bntic-tools__heading p{margin-top:.25rem}}
@media(max-width:575.98px){.bntic-tools{padding:.9rem;border-radius:20px}.bntic-tool-card{padding:.85rem}.bntic-tools__heading h2{font-size:1.2rem}}
[data-bs-theme="dark"] .bntic-tools{border-color:rgba(148,163,184,.18);background:linear-gradient(145deg,#0e1c2d,#102438)}[data-bs-theme="dark"] .bntic-tools__heading h2,[data-bs-theme="dark"] .bntic-tool-card{color:#edf5fb}[data-bs-theme="dark"] .bntic-tools__heading p,[data-bs-theme="dark"] .bntic-tool-card__content>span{color:#aebdca}[data-bs-theme="dark"] .bntic-tool-card{border-color:rgba(148,163,184,.18);background:#102033}
/* CyberAlert — accent (utilitaire vulnérabilités) */
.bntic-tool-card--cyber:hover{border-color:rgba(14,116,144,.4)}
.bntic-tool-card--cyber .bntic-tool-card__icon{color:#0e7490;background:#e2f5fb}
.bntic-tool-card--cyber .bntic-tool-card__content small,.bntic-tool-card--cyber .bntic-tool-card__action{color:#0e7490}
.bntic-tool-card--vigilance:hover{border-color:rgba(124,58,237,.4)}
.bntic-tool-card--vigilance .bntic-tool-card__icon{color:#7c3aed;background:#f1eafe}
.bntic-tool-card--vigilance .bntic-tool-card__content small,.bntic-tool-card--vigilance .bntic-tool-card__action{color:#7c3aed}
.utility-dropdown__item--cyber .utility-dropdown__icon{color:#0e7490;background:#e2f5fb}

.bntic-utility__shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px -34px rgba(15, 23, 42, .5);
}

.bntic-utility__shell::before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #14b8a6, #38bdf8 45%, #fbbf24 100%);
    content: "";
}

.bntic-utility__live {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 1.4rem;
    color: #fff;
    background:
        radial-gradient(circle at 92% 8%, rgba(56, 189, 248, .3), transparent 36%),
        linear-gradient(145deg, #0f172a 0%, #142a4c 54%, #0b4b53 100%);
}

.bntic-utility__live::before {
    position: absolute;
    z-index: -1;
    top: -75px;
    right: -45px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(45, 212, 191, .14);
    filter: blur(12px);
    content: "";
    animation: bntic-orb-float 8s ease-in-out infinite;
}

.bntic-utility__live::after {
    position: absolute;
    z-index: -1;
    right: -65px;
    bottom: -78px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-top-color: rgba(125, 211, 252, .36);
    border-radius: 50%;
    content: "";
    animation: bntic-ring-drift 18s linear infinite;
}

.bntic-utility__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 1.05rem;
}

.bntic-utility__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    margin-bottom: .45rem;
    color: #67e8f9;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bntic-utility__status-dot {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, .12);
}

.bntic-utility__status-dot::after {
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(52, 211, 153, .68);
    border-radius: inherit;
    content: "";
    animation: bntic-live-pulse 2.2s ease-out infinite;
}

.bntic-utility__heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 850;
    letter-spacing: -.03em;
}

.bntic-utility__heading p {
    max-width: 48ch;
    margin: .35rem 0 0;
    color: rgba(226, 232, 240, .78);
    font-size: .84rem;
    line-height: 1.5;
}

.bntic-live-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.bntic-live-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    min-width: 0;
    overflow: hidden;
    padding: .95rem;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 17px;
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(8px);
    transition:
        border-color .25s ease,
        background-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.bntic-live-card:hover {
    border-color: rgba(125, 211, 252, .34);
    background: rgba(255, 255, 255, .115);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 16px 30px -24px rgba(2, 132, 199, .85);
    transform: translateY(-3px);
}

.bntic-live-card__shine {
    position: absolute;
    top: -90%;
    left: -42%;
    width: 34%;
    height: 280%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, .13),
        transparent
    );
    pointer-events: none;
    transform: rotate(18deg) translateX(-180%);
    transition: transform .75s ease;
}

.bntic-live-card:hover .bntic-live-card__shine {
    transform: rotate(18deg) translateX(620%);
}

.bntic-live-card__icon {
    position: relative;
    z-index: 1;
    display: inline-grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    color: #fde68a;
    background: rgba(255, 255, 255, .1);
    font-size: 1.08rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    transition:
        color .25s ease,
        background-color .25s ease,
        transform .25s ease;
}

.bntic-live-card:hover .bntic-live-card__icon {
    background: rgba(255, 255, 255, .16);
    transform: scale(1.06) rotate(-3deg);
}

.bntic-live-card--weather .bntic-live-card__icon {
    color: #7dd3fc;
}

.bntic-live-card--weather.is-loading .bntic-live-card__icon {
    animation: bntic-weather-breathe 1.5s ease-in-out infinite;
}

.bntic-live-card--weather.is-ready .bntic-live-card__icon {
    animation: bntic-weather-ready .72s cubic-bezier(.2, .9, .2, 1);
}

.bntic-live-card--weather.is-unavailable .bntic-live-card__icon {
    color: #cbd5e1;
}

.bntic-live-card__label,
.bntic-live-card__detail,
.bntic-live-card__meta {
    margin: 0;
}

.bntic-live-card__label {
    margin-bottom: .1rem;
    color: rgba(226, 232, 240, .68);
    font-size: .67rem;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bntic-live-card__value {
    display: block;
    margin: 0;
    color: #fff;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    font-weight: 850;
    letter-spacing: -.04em;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 4px 22px rgba(15, 23, 42, .28);
}

.bntic-live-card__value.is-ticking {
    animation: bntic-value-tick .42s ease-out;
}

.bntic-live-card--weather.is-loading .bntic-live-card__value {
    width: 3.5ch;
    color: transparent;
    border-radius: 7px;
    background:
        linear-gradient(
            100deg,
            rgba(255, 255, 255, .08) 20%,
            rgba(255, 255, 255, .22) 42%,
            rgba(255, 255, 255, .08) 64%
        );
    background-size: 220% 100%;
    text-shadow: none;
    animation: bntic-shimmer 1.25s linear infinite;
}

.bntic-live-card--weather.is-loading .bntic-live-card__detail {
    animation: bntic-loading-text 1.4s ease-in-out infinite;
}

.bntic-live-card__detail {
    margin-top: .25rem;
    color: rgba(241, 245, 249, .86);
    font-size: .75rem;
    line-height: 1.35;
}

.bntic-live-card__meta {
    margin-top: .28rem;
    color: rgba(186, 230, 253, .78);
    font-size: .67rem;
}

.bntic-weather-credit {
    margin: .75rem 0 0;
    color: rgba(203, 213, 225, .64);
    font-size: .65rem;
}

.bntic-weather-credit a {
    color: #bae6fd;
    text-underline-offset: 2px;
}

.bntic-public-services {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 1.4rem;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, .94), #fff),
        #fff;
}

.bntic-public-services::before {
    position: absolute;
    z-index: -1;
    top: -120px;
    right: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 184, 166, .1), transparent 68%);
    content: "";
    pointer-events: none;
}

.bntic-public-services__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .85rem;
}

.bntic-public-services__heading > span {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 850;
}

.bntic-public-services__heading > span i {
    color: #0f766e;
}

.bntic-public-services__heading small {
    color: #64748b;
    font-size: .68rem;
}

.bntic-eservices-catalog {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .85rem;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: .9rem;
    border: 1px solid rgba(14, 116, 144, .24);
    border-radius: 16px;
    color: #082f49;
    background:
        linear-gradient(115deg, rgba(236, 254, 255, .98), rgba(240, 253, 250, .92)),
        #ecfeff;
    box-shadow: 0 16px 34px -28px rgba(8, 145, 178, .9);
    text-decoration: none;
    transition:
        border-color .24s ease,
        box-shadow .24s ease,
        transform .24s ease;
}

.bntic-eservices-catalog::before {
    position: absolute;
    z-index: -1;
    top: -65px;
    right: -45px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 211, 238, .26), transparent 68%);
    content: "";
}

.bntic-eservices-catalog::after {
    position: absolute;
    right: 18%;
    bottom: 0;
    left: 18%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #06b6d4, #14b8a6, transparent);
    content: "";
    opacity: .75;
}

.bntic-eservices-catalog:hover {
    border-color: rgba(8, 145, 178, .48);
    color: #082f49;
    box-shadow: 0 22px 42px -27px rgba(8, 145, 178, .95);
    transform: translateY(-2px);
}

.bntic-eservices-catalog:focus-visible {
    outline: 3px solid rgba(6, 182, 212, .24);
    outline-offset: 3px;
}

.bntic-eservices-catalog__icon {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, #0891b2, #0f766e);
    box-shadow:
        0 12px 24px -14px rgba(15, 118, 110, .9),
        inset 0 1px rgba(255, 255, 255, .28);
    font-size: 1.05rem;
    transition: transform .24s ease;
}

.bntic-eservices-catalog:hover .bntic-eservices-catalog__icon,
.bntic-eservices-catalog:focus-visible .bntic-eservices-catalog__icon {
    transform: rotate(-5deg) scale(1.06);
}

.bntic-eservices-catalog__content {
    display: grid;
    min-width: 0;
    gap: .12rem;
}

.bntic-eservices-catalog__content small {
    color: #0e7490;
    font-size: .59rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.bntic-eservices-catalog__content strong {
    color: inherit;
    font-size: .82rem;
    font-weight: 900;
    line-height: 1.25;
}

.bntic-eservices-catalog__content > span {
    color: #475569;
    font-size: .63rem;
    line-height: 1.35;
}

.bntic-eservices-catalog__action {
    display: inline-flex;
    align-items: center;
    gap: .34rem;
    padding: .5rem .6rem;
    border: 1px solid rgba(8, 145, 178, .18);
    border-radius: 10px;
    color: #0e7490;
    background: rgba(255, 255, 255, .74);
    font-size: .62rem;
    font-weight: 850;
}

.bntic-eservices-catalog__action i {
    transition: transform .22s ease;
}

.bntic-eservices-catalog:hover .bntic-eservices-catalog__action i,
.bntic-eservices-catalog:focus-visible .bntic-eservices-catalog__action i {
    transform: translate(2px, -2px);
}

.bntic-service-group + .bntic-service-group {
    margin-top: .75rem;
}

.bntic-service-group h3 {
    margin: 0 0 .42rem;
    color: #64748b;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bntic-service-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .52rem;
}

.bntic-service-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
    padding: .62rem .7rem;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    color: #0f172a;
    background: #fff;
    text-decoration: none;
    transition:
        border-color .22s ease,
        box-shadow .22s ease,
        transform .22s ease;
}

.bntic-service-link::before {
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: -1px;
    width: 3px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, #14b8a6, #0ea5e9);
    content: "";
    transform: scaleY(0);
    transition: transform .22s ease;
}

.bntic-service-link:hover {
    border-color: rgba(13, 148, 136, .5);
    color: #0f172a;
    box-shadow: 0 12px 26px -18px rgba(15, 118, 110, .72);
    transform: translateY(-2px);
}

.bntic-service-link:hover::before,
.bntic-service-link:focus-visible::before {
    transform: scaleY(1);
}

.bntic-service-link:focus-visible {
    border-color: #0d9488;
    outline: 3px solid rgba(20, 184, 166, .2);
    outline-offset: 2px;
}

.bntic-service-link__icon {
    display: inline-grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: #0f766e;
    background: #ecfdf5;
    transition:
        color .22s ease,
        background-color .22s ease,
        transform .22s ease;
}

.bntic-service-link:hover .bntic-service-link__icon,
.bntic-service-link:focus-visible .bntic-service-link__icon {
    color: #fff;
    background: #0f766e;
    transform: scale(1.06) rotate(-4deg);
}

.bntic-service-link__text {
    display: grid;
    min-width: 0;
}

.bntic-service-link__text strong {
    color: inherit;
    font-size: .76rem;
    font-weight: 850;
}

.bntic-service-link__text small {
    overflow: hidden;
    color: #64748b;
    font-size: .63rem;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bntic-service-link__arrow {
    flex: 0 0 auto;
    margin-left: auto;
    color: #94a3b8;
    font-size: .68rem;
    transition: color .22s ease, transform .22s ease;
}

.bntic-service-link:hover .bntic-service-link__arrow,
.bntic-service-link:focus-visible .bntic-service-link__arrow {
    color: #0f766e;
    transform: translate(2px, -2px);
}

.bntic-directory-spotlight {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto minmax(0, 1.25fr) auto auto;
    align-items: center;
    gap: 1.15rem;
    overflow: hidden;
    margin-top: .85rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(56, 189, 248, .22);
    border-radius: 20px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 130%, rgba(20, 184, 166, .34), transparent 33%),
        radial-gradient(circle at 92% -25%, rgba(56, 189, 248, .32), transparent 36%),
        linear-gradient(125deg, #071827 0%, #0d3150 50%, #07535a 100%);
    text-decoration: none;
    box-shadow: 0 22px 48px -34px rgba(2, 132, 199, .86);
    transition:
        border-color .24s ease,
        box-shadow .24s ease,
        transform .24s ease;
}

.bntic-directory-spotlight::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent,
        rgba(255, 255, 255, .055),
        transparent
    );
    background-size: 230% 100%;
    content: "";
    pointer-events: none;
    transition: background-position .8s ease;
}

.bntic-directory-spotlight:hover,
.bntic-directory-spotlight:focus-visible {
    border-color: rgba(103, 232, 249, .54);
    color: #fff;
    box-shadow: 0 28px 54px -34px rgba(14, 165, 233, .95);
    transform: translateY(-4px);
}

.bntic-directory-spotlight:hover::before,
.bntic-directory-spotlight:focus-visible::before {
    background-position: -160% 0;
}

.bntic-directory-spotlight__glow {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 12%;
    width: 260px;
    height: 80px;
    border-radius: 50%;
    background: rgba(34, 211, 238, .16);
    filter: blur(35px);
    pointer-events: none;
    transform: translateY(-50%);
}

.bntic-directory-spotlight__visual {
    position: relative;
    display: grid;
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
    place-items: center;
}

.bntic-directory-spotlight__orbit {
    position: absolute;
    inset: 3px;
    border: 1px solid rgba(103, 232, 249, .3);
    border-top-color: #67e8f9;
    border-radius: 50%;
    animation: bntic-directory-spin 9s linear infinite;
}

.bntic-directory-spotlight__orbit--small {
    inset: 14px;
    border-color: rgba(251, 191, 36, .28);
    border-right-color: #fbbf24;
    animation-direction: reverse;
    animation-duration: 6s;
}

.bntic-directory-spotlight__crest {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, rgba(14, 165, 233, .9), rgba(15, 118, 110, .92));
    box-shadow: 0 10px 24px -14px rgba(34, 211, 238, .85);
}

.bntic-directory-spotlight__node {
    position: absolute;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 2px solid #0b2840;
    border-radius: 50%;
    color: #06202c;
    background: #67e8f9;
    font-size: .57rem;
}

.bntic-directory-spotlight__node--tic {
    top: -1px;
    right: 5px;
}

.bntic-directory-spotlight__node--energy {
    bottom: 2px;
    left: 4px;
    color: #451a03;
    background: #fbbf24;
}

.bntic-directory-spotlight__content {
    display: grid;
    min-width: 0;
}

.bntic-directory-spotlight__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    width: fit-content;
    color: #67e8f9;
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bntic-directory-spotlight__content strong {
    margin-top: .2rem;
    color: inherit;
    font-size: clamp(.96rem, 1.8vw, 1.18rem);
    font-weight: 850;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.bntic-directory-spotlight__content > span:last-child {
    max-width: 68ch;
    margin-top: .2rem;
    color: rgba(226, 232, 240, .72);
    font-size: .67rem;
    line-height: 1.45;
}

.bntic-directory-spotlight__facts {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.bntic-directory-spotlight__facts > span {
    display: grid;
    min-width: 68px;
    padding: .5rem .55rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 11px;
    color: rgba(226, 232, 240, .66);
    background: rgba(2, 6, 23, .12);
    font-size: .54rem;
    text-align: center;
}

.bntic-directory-spotlight__facts b {
    color: #fff;
    font-size: .85rem;
}

.bntic-directory-spotlight__facts i {
    color: #34d399;
    font-size: .82rem;
}

.bntic-directory-spotlight__action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: .42rem;
    padding: .65rem .75rem;
    border: 1px solid rgba(103, 232, 249, .25);
    border-radius: 11px;
    color: #062b30;
    background: #67e8f9;
    font-size: .64rem;
    font-weight: 850;
    box-shadow: 0 12px 24px -17px rgba(103, 232, 249, .9);
}

.bntic-directory-spotlight__action i {
    transition: transform .22s ease;
}

.bntic-directory-spotlight:hover .bntic-directory-spotlight__action i,
.bntic-directory-spotlight:focus-visible .bntic-directory-spotlight__action i {
    transform: translateX(3px);
}

.bntic-utility--motion-ready .bntic-utility__heading,
.bntic-utility--motion-ready .bntic-live-card,
.bntic-utility--motion-ready .bntic-weather-credit,
.bntic-utility--motion-ready .bntic-public-services__heading,
.bntic-utility--motion-ready .bntic-eservices-catalog,
.bntic-utility--motion-ready .bntic-service-group,
.bntic-utility--motion-ready .bntic-directory-spotlight {
    opacity: 0;
    transform: translateY(14px);
}

.bntic-utility--motion-ready.is-visible .bntic-utility__heading,
.bntic-utility--motion-ready.is-visible .bntic-live-card,
.bntic-utility--motion-ready.is-visible .bntic-weather-credit,
.bntic-utility--motion-ready.is-visible .bntic-public-services__heading,
.bntic-utility--motion-ready.is-visible .bntic-eservices-catalog,
.bntic-utility--motion-ready.is-visible .bntic-service-group,
.bntic-utility--motion-ready.is-visible .bntic-directory-spotlight {
    animation: bntic-reveal-up .55s cubic-bezier(.2, .75, .25, 1) forwards;
}

.bntic-utility--motion-ready.is-visible .bntic-live-card:nth-child(1) {
    animation-delay: .08s;
}

.bntic-utility--motion-ready.is-visible .bntic-live-card:nth-child(2) {
    animation-delay: .15s;
}

.bntic-utility--motion-ready.is-visible .bntic-weather-credit {
    animation-delay: .22s;
}

.bntic-utility--motion-ready.is-visible .bntic-public-services__heading {
    animation-delay: .14s;
}

.bntic-utility--motion-ready.is-visible .bntic-eservices-catalog {
    animation-delay: .2s;
}

.bntic-utility--motion-ready.is-visible .bntic-service-group:nth-of-type(1) {
    animation-delay: .27s;
}

.bntic-utility--motion-ready.is-visible .bntic-service-group:nth-of-type(2) {
    animation-delay: .34s;
}

.bntic-utility--motion-ready.is-visible .bntic-directory-spotlight {
    animation-delay: .38s;
}

@keyframes bntic-reveal-up {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bntic-directory-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes bntic-live-pulse {
    0% {
        opacity: .9;
        transform: scale(.75);
    }

    75%,
    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}

@keyframes bntic-orb-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-20px, 18px, 0) scale(1.08);
    }
}

@keyframes bntic-ring-drift {
    to {
        transform: rotate(360deg);
    }
}

@keyframes bntic-weather-breathe {
    0%,
    100% {
        opacity: .65;
        transform: scale(.94);
    }

    50% {
        opacity: 1;
        transform: scale(1.06);
    }
}

@keyframes bntic-weather-ready {
    0% {
        opacity: .35;
        transform: scale(.7) rotate(-12deg);
    }

    65% {
        transform: scale(1.12) rotate(4deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

@keyframes bntic-value-tick {
    from {
        opacity: .35;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bntic-shimmer {
    to {
        background-position: -220% 0;
    }
}

@keyframes bntic-loading-text {
    0%,
    100% {
        opacity: .48;
    }

    50% {
        opacity: .9;
    }
}

[data-bs-theme="dark"] .bntic-utility__shell,
[data-bs-theme="dark"] .bntic-public-services {
    border-color: rgba(148, 163, 184, .16);
    background: #111827;
}

[data-bs-theme="dark"] .bntic-public-services__heading > span,
[data-bs-theme="dark"] .bntic-service-link {
    color: #f8fafc;
}

[data-bs-theme="dark"] .bntic-service-link {
    border-color: #334155;
    background: #172033;
}

[data-bs-theme="dark"] .bntic-eservices-catalog {
    border-color: rgba(34, 211, 238, .22);
    color: #ecfeff;
    background:
        linear-gradient(115deg, rgba(8, 47, 73, .84), rgba(15, 118, 110, .22)),
        #0f172a;
}

[data-bs-theme="dark"] .bntic-eservices-catalog__content > span {
    color: #cbd5e1;
}

[data-bs-theme="dark"] .bntic-eservices-catalog__content small {
    color: #67e8f9;
}

[data-bs-theme="dark"] .bntic-eservices-catalog__action {
    border-color: rgba(103, 232, 249, .2);
    color: #cffafe;
    background: rgba(15, 23, 42, .58);
}

[data-bs-theme="dark"] .bntic-service-link__text small,
[data-bs-theme="dark"] .bntic-service-group h3,
[data-bs-theme="dark"] .bntic-public-services__heading small {
    color: #94a3b8;
}

[data-bs-theme="dark"] .bntic-directory-spotlight {
    border-color: rgba(56, 189, 248, .22);
}

@media (max-width: 991.98px) {
    .bntic-utility__shell {
        grid-template-columns: 1fr;
    }

    .bntic-directory-spotlight {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .bntic-directory-spotlight__facts {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .bntic-utility {
        margin-top: .9rem;
    }

    .bntic-utility__shell {
        border-radius: 19px;
    }

    .bntic-utility__live,
    .bntic-public-services {
        padding: 1rem;
    }

    .bntic-live-grid,
    .bntic-service-links {
        grid-template-columns: 1fr;
    }

    .bntic-public-services__heading {
        display: block;
    }

    .bntic-public-services__heading small {
        display: block;
        margin-top: .2rem;
        padding-left: 1.5rem;
    }

    .bntic-eservices-catalog {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .bntic-eservices-catalog__action {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .bntic-service-link__text small {
        white-space: normal;
    }

    .bntic-directory-spotlight {
        grid-template-columns: auto minmax(0, 1fr);
        gap: .8rem;
        padding: .9rem;
        border-radius: 17px;
    }

    .bntic-directory-spotlight__visual {
        width: 64px;
        height: 64px;
    }

    .bntic-directory-spotlight__content > span:last-child {
        display: none;
    }

    .bntic-directory-spotlight__action {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bntic-utility *,
    .bntic-utility *::before,
    .bntic-utility *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .bntic-utility--motion-ready .bntic-utility__heading,
    .bntic-utility--motion-ready .bntic-live-card,
    .bntic-utility--motion-ready .bntic-weather-credit,
    .bntic-utility--motion-ready .bntic-public-services__heading,
    .bntic-utility--motion-ready .bntic-eservices-catalog,
    .bntic-utility--motion-ready .bntic-service-group,
    .bntic-utility--motion-ready .bntic-directory-spotlight {
        opacity: 1;
        transform: none;
    }

    .bntic-live-card:hover,
    .bntic-service-link:hover,
    .bntic-directory-spotlight:hover {
        transform: none;
    }
}
