.fs-0 {
    font-size: 0rem !important;
}

.fs-10 {
    font-size: 0.7142857143rem !important;
}

.fs-12 {
    font-size: 0.8571428571rem !important;
}

.fs-14 {
    font-size: 1rem !important;
}

.fs-16 {
    font-size: 1.1428571429rem !important;
}

.fs-18 {
    font-size: 1.2857142857rem !important;
}

.fs-20 {
    font-size: 1.4285714286rem !important;
}

.fs-22 {
    font-size: 1.5714285714rem !important;
}

.fs-24 {
    font-size: 1.7142857143rem !important;
}

.fs-26 {
    font-size: 1.8571428571rem !important;
}

.fs-30 {
    font-size: 2.1428571429rem !important;
}

.fs-32 {
    font-size: 2.2857142857rem !important;
}

.fs-36 {
    font-size: 2.5714285714rem !important;
}

.fs-38 {
    font-size: 2.7142857143rem !important;
}

.fs-40 {
    font-size: 2.8571428571rem !important;
}

.fs-42 {
    font-size: 3rem !important;
}

.fs-46 {
    font-size: 3.2857142857rem !important;
}

.fs-48 {
    font-size: 3.4285714286rem !important;
}

.fs-50 {
    font-size: 3.5714285714rem !important;
}

.fs-60 {
    font-size: 4.2857142857rem !important;
}

.fs-70 {
    font-size: 5rem !important;
}

.fs-72 {
    font-size: 5.1428571429rem !important;
}

.fs-76 {
    font-size: 5.4285714286rem !important;
}

.fs-78 {
    font-size: 5.5714285714rem !important;
}

.fs-80 {
    font-size: 5.7142857143rem !important;
}

.fs-100 {
    font-size: 7.1428571429rem !important;
}

.fs-140 {
    font-size: 10rem !important;
}

.fs-180 {
    font-size: 12.8571428571rem !important;
}

.fs-200 {
    font-size: 14.2857142857rem !important;
}

/* Radius */
.rounded0 {
    border-radius: 0px;
}

.rounded5 {
    border-radius: 5px;
}

.rounded10 {
    border-radius: 10px;
}

.rounded15 {
    border-radius: 15px;
}

.rounded20 {
    border-radius: 20px;
}

.rounded25 {
    border-radius: 25px;
}

.rounded30 {
    border-radius: 30px;
}

.rounded35 {
    border-radius: 35px;
}

.rounded40 {
    border-radius: 40px;
}

.rounded45 {
    border-radius: 45px;
}

.rounded50 {
    border-radius: 50px;
}

.rounded55 {
    border-radius: 55px;
}

.rounded60 {
    border-radius: 60px;
}

.rounded65 {
    border-radius: 65px;
}

.rounded70 {
    border-radius: 70px;
}

.rounded75 {
    border-radius: 75px;
}

.rounded80 {
    border-radius: 80px;
}

.rounded85 {
    border-radius: 85px;
}

.rounded90 {
    border-radius: 90px;
}

.rounded95 {
    border-radius: 95px;
}

.rounded100 {
    border-radius: 100px;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 0.75rem !important;
}

.gap-4 {
    gap: 1rem !important;
}

.gap-5 {
    gap: 1.25rem !important;
}

/* the navbar */
.mil-top-panel .mil-logo img {
    filter: brightness(0.1);
}

.mil-top-panel.mil-active .mil-logo img {
    filter: brightness(1);
}

/* Layout & Background */

.hero {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    background: url(../img/home-4/bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@supports (-webkit-touch-callout: none) {
    .hero {
        background-attachment: scroll !important;
    }
}

.hero-inner {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 1rem;
    text-align: start;
}

/* Content spacing & animation */

.hero-content {
    padding: 0.5rem 1rem;
    border-radius: 16px;
    /* background: rgba(85, 101, 247, 0.1); */
    border: 1px solid rgba(85, 109, 247, 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    animation: hero-fade-in 0.9s ease-out;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.hero-content h1 {
    color: #239679;
}

.hero-content p {
    color: #4d4d4d;
}

/* Pill badge */

.hero-pill {
    display: inline-block;
    padding: 1rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(168, 85, 247, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.hero-pill-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
}

/* Title */

.hero-title {
    font-weight: 700;
    /* font-size: 3.75rem; */
    line-height: 1.05;
    margin: 0;
    /* background: #fff; */
    background: linear-gradient(to right, #ffffff, #239679, #ffffff);
    background-size: 200% 100%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: hero-shimmer 3s linear infinite;
}

/* Subtitle */

.hero-subtitle {
    margin: 0 auto;
    max-width: 40rem;
    line-height: 1.6;
    color: #898d96;
}

/* Actions */

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    /* gap-4 */
    padding-top: 1rem;
}

/* Buttons */

.btn {
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

/* Primary button */

.btn-primary {
    background-color: #7c3aed;
    /* purple-600 */
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.5);
}

.btn-primary:hover {
    background-color: #8b5cf6;
    /* hover: purple-500 */
    box-shadow: 0 24px 50px rgba(139, 92, 246, 0.7);
    transform: scale(1.05);
}

/* Secondary button */

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.06);
    /* white/10 */
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* white/20 */
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.12);
    /* white/20 */
    border-color: rgba(255, 255, 255, 0.4);
    /* white/40 */
}

/* Animations */

@keyframes hero-fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

@keyframes hero-shimmer {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* ===================== */
/*  Responsive (md:768px) */
/* ===================== */

@media (min-width: 768px) {
    .hero-title {
        font-size: 6rem;
        /* approx text-8xl */
    }

    .hero-subtitle {
        font-size: 1.5rem;
        /* md:text-2xl */
    }

    .hero-inner {
        padding: 0 2rem;
    }
}

/* ====================================================== */
/* Celeste Green Theme (from brand flyer)                 */
/* ====================================================== */
:root {
    --celeste-accent: #2cb89a;
    --celeste-accent-strong: #239679;
    --celeste-neon: #6bcab4;
    --celeste-accent-deep: #0f3a2f;
    --celeste-accent-mid: #1b5d4d;
    --celeste-accent-soft: #effaf6;
    --celeste-text: #102d26;
    --celeste-muted: #5b726c;
}

body {
    background: #ffffff;
    color: var(--celeste-text);
}

.mil-banner,
.mil-out-frame,
.mil-icon-box.mil-with-bg,
.mil-blog-card,
blockquote.mil-with-bg {
    background-color: #ffffff;
}

.mil-banner.mil-banner-inner {
    position: relative;
    overflow: hidden;
    background-image: url(../img/terrain-invert.png);
    background-size: cover;
}

.mil-banner.mil-banner-inner .mil-banner-text h1,
.mil-banner.mil-banner-inner .mil-banner-text .mil-text-m {
    color: #2a2a2a;
}

.mil-banner.mil-banner-inner .mil-breadcrumbs li a,
.mil-banner.mil-banner-inner .mil-breadcrumbs li:after {
    color: rgba(235, 255, 238, 0.78);
}

.mil-soft,
.mil-soft * {
    color: var(--celeste-muted);
}

.mil-accent,
.mil-breadcrumbs li a:hover,
.mil-top-menu ul li a:hover,
.mil-top-menu ul li.mil-active>a {
    color: var(--celeste-accent-strong);
}

.mil-top-panel.mil-active,
.mil-top-menu ul li ul,
.mil-progress-track .mil-progress,
.progress-wrap,
.mil-video-pos .mil-video .mil-video-play,
.mil-btn {
    background-color: var(--celeste-accent-strong);
}

.mil-top-menu ul li a:before {
    background: var(--celeste-accent-strong);
}

.mil-top-panel.mil-active {
    background: #c8cdca27;
}

.mil-top-menu ul li ul {
    background: linear-gradient(160deg, #0a2112 0%, #103320 100%);
    border: 1px solid rgba(35, 150, 121, 0.2);
}

.mil-top-menu ul li ul li a {
    color: #e6ffe9;
}

.mil-btn {
    background-image: linear-gradient(135deg, var(--celeste-accent-strong) 0%, #1d8068 100%);
    box-shadow: 0 10px 24px rgba(35, 150, 121, 0.3), inset 0 1px 0 rgba(222, 255, 228, 0.28);
    color: #ffffff;
    border-radius: 10px;
}

.mil-btn {
    color: #ffffff;
}

.mil-btn.mil-add-arrow:after,
.mil-btn.mil-add-play:after {
    color: #ffffff;
}

.mil-btn:hover,
.progress-wrap:hover {
    background-image: linear-gradient(135deg, var(--celeste-accent) 0%, #35b89a 100%);
    color: #0a1d0f;
    box-shadow: 0 12px 28px rgba(35, 150, 121, 0.42);
}

.hero-content {
    border: 1px solid rgba(35, 150, 121, 0.28);
    background: rgba(6, 20, 11, 0.46);
    box-shadow: 0 0 0 1px rgba(35, 150, 121, 0.12), 0 18px 45px rgba(7, 25, 13, 0.3);
}

.hero-content h1 {
    color: #ebffee;
}

.hero-pill {
    border: 1px solid rgba(35, 150, 121, 0.26);
    background: rgba(5, 20, 10, 0.42);
}

.hero-pill-text {
    color: #dafee2;
}

.hero-title {
    background: linear-gradient(to right, #ffffff, #239679, #d7eee7);
    text-shadow: 0 0 24px rgba(35, 150, 121, 0.42);
}

.btn-primary {
    background-image: linear-gradient(135deg, var(--celeste-accent-strong) 0%, #1d8068 100%);
    box-shadow: 0 20px 40px rgba(35, 150, 121, 0.36);
}

.btn-primary:hover {
    background-image: linear-gradient(135deg, var(--celeste-accent) 0%, #35b89a 100%);
    box-shadow: 0 24px 50px rgba(35, 150, 121, 0.4);
}

.mil-out-frame,
.mil-blog-card,
.mil-icon-box.mil-with-bg,
blockquote.mil-with-bg {
    border: 1px solid rgba(31, 168, 66, 0.14);
    box-shadow: 0 14px 34px rgba(7, 25, 13, 0.08);
}

.mil-breadcrumbs li a:hover {
    text-shadow: 0 0 14px rgba(35, 150, 121, 0.35);
}

/* ====================================================== */
/* Modern Home Hero                                      */
/* ====================================================== */
.hero.hero-modern {
    position: relative;
    min-height: calc(100vh - 80px);
    padding: 140px 0 96px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.hero.hero-modern .hero-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 170px;
}

.hero.hero-modern .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero.hero-modern .hero-title-modern {
    margin-top: 16px;
    margin-bottom: 14px;
    color: #0d1810;
    font-size: clamp(2.3rem, 5.5vw, 4.9rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    overflow: hidden;
    /* text-align: center; */
}

.hero.hero-modern .hero-lead {
    max-width: 640px;
    margin-bottom: 22px;
    color: #445246;
    font-size: clamp(1rem, 1.8vw, 1.22rem);
    line-height: 1.65;
}

.hero.hero-modern .hero-actions {
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}

.hero.hero-modern .hero-secondary-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #1a8438;
    border-bottom: 1px solid rgba(26, 132, 56, 0.25);
    transition: 0.2s ease;
}

.hero.hero-modern .hero-secondary-link:hover {
    border-bottom-color: rgba(26, 132, 56, 0.75);
    color: #146b2d;
}

.hero.hero-modern .hero-panel {
    position: relative;
    height: 420px;
    width: min(730px, 100%);
    border-radius: 12px;
    background: url(../img/terrain-bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
}

.hero.hero.hero-modern .hero-panel img {
    position: absolute;
    top: -140px;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
}


@media (max-width: 1200px) {
    .hero.hero-modern .hero-shell {
        grid-template-columns: 1fr;
        gap: 170px;
    }

    .hero.hero-modern .hero-visual {
        min-height: 360px;
    }

    .hero.hero.hero-modern .hero-panel img {
        width: 100%;
        top: -210px;
    }
}

@media (max-width: 768px) {
    .hero.hero-modern {
        min-height: auto;
        padding: 120px 0 72px;
    }

    .hero.hero-modern .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero.hero-modern .hero-secondary-link {
        margin-top: 2px;
    }
}

/* ====================================================== */
/* Celeste Section Overhaul                               */
/* ====================================================== */
.celeste-section {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.celeste-section:before,
.celeste-section:after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.22;
    pointer-events: none;
    z-index: 0;
}

.celeste-section:before {
    top: -90px;
    right: -120px;
    background: radial-gradient(circle, rgba(35, 150, 121, 0.6) 0%, rgba(35, 150, 121, 0) 70%);
    animation: celeste-orb 10s ease-in-out infinite;
}

.celeste-section:after {
    bottom: -120px;
    left: -140px;
    background: radial-gradient(circle, rgba(40, 160, 80, 0.45) 0%, rgba(40, 160, 80, 0) 70%);
    animation: celeste-orb 12s ease-in-out infinite reverse;
}

.celeste-section .container {
    position: relative;
    z-index: 2;
}

.celeste-banner .mil-banner-text h1 {
    text-shadow: 0 0 24px rgba(35, 150, 121, 0.35);
}

.celeste-text-image .mil-image-frame {
    border-radius: 12px;
    border: 1px solid rgba(20, 90, 45, 0.18);
    box-shadow: 0 20px 40px rgba(8, 26, 13, 0.12);
    overflow: hidden;
}

.celeste-text-image .mil-image-frame img {
    border-radius: 10px;
    filter: saturate(1.05) contrast(1.05);
}

.celeste-text-image .mil-text-m {
    font-size: 16px;
}

.celeste-text-image .ri-arrow-right-circle-fill {
    color: #239679;
}

.celeste-grids .mil-icon-box {
    border: 1px solid rgba(35, 150, 121, 0.16);
    box-shadow: none;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

/* 1. The Light Blue Box (Main Background) */
.celeste-grids .mil-icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(210, 244, 212, 0.281);
    border-radius: inherit;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    z-index: -1;
}

.celeste-grids .mil-icon-box::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(35, 150, 121, 0.28);
    background: linear-gradient(150deg, rgba(35, 150, 121, 0.6) 0%, rgba(35, 150, 121, 0.02) 100%);
    box-shadow: 0 24px 54px rgba(12, 34, 18, 0.14);
    border-radius: inherit;
    transform: rotate(17deg) scale(0.9);
    z-index: -2;
}

.celeste-grids .mil-icon-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 44px rgba(12, 34, 18, 0.16);
}

.celeste-grids .mil-icon-box .icon {
    background: rgba(27, 168, 66, 0.14);
    color: #0f2e1a;
}

.celeste-grids .mil-icon-box h5 {
    color: #0f2e1a;
}

.celeste-cta .celeste-cta-shell {
    position: relative;
    border-radius: 16px;
    padding: 72px 48px;
    background: linear-gradient(135deg, #0a2815 0%, #0e3a20 100%);
    border: 1px solid rgba(35, 150, 121, 0.25);
    box-shadow: 0 28px 60px rgba(8, 26, 13, 0.28);
    overflow: hidden;
}

.celeste-cta .celeste-cta-shell:before {
    content: '';
    position: absolute;
    inset: -40% 20% auto auto;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(35, 150, 121, 0.6), rgba(35, 150, 121, 0));
    filter: blur(40px);
    opacity: 0.8;
    animation: celeste-orb 9s ease-in-out infinite;
}

.celeste-cta h2 {
    color: #ecfff0;
}

.celeste-cta p {
    color: rgba(236, 255, 240, 0.78);
}

.celeste-cta .mil-btn {
    box-shadow: 0 16px 40px rgba(35, 150, 121, 0.4);
}

.celeste-license .mil-out-frame {
    background-image: url(../img/terrain-bg.png) !important;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(35, 150, 121, 0.24);
    box-shadow: 0 26px 60px rgba(8, 26, 13, 0.18);
    overflow: hidden;
}

.celeste-license .mil-out-frame:after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 80% at 80% 20%, rgba(35, 150, 121, 0.25), rgba(35, 150, 121, 0));
    opacity: 0.8;
    pointer-events: none;
}

.celeste-license h2,
.celeste-license p {
    color: #0c1d12;
}

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

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

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (max-width: 992px) {
    .celeste-cta .celeste-cta-shell {
        padding: 56px 28px;
    }

    .celeste-stats .mil-sm-text-center {
        padding: 22px 16px;
    }
}
/* ====================================================== */
/* Grids Section - Modern Refresh                         */
/* ====================================================== */
.celeste-grids-modern {
    position: relative;
}

.celeste-grids-modern .celeste-grids-head {
    max-width: 760px;
}

.celeste-grids-modern .celeste-grids-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1d8068;
    background: rgba(35, 150, 121, 0.1);
    border: 1px solid rgba(35, 150, 121, 0.18);
}

.celeste-grids-modern .celeste-grids-head h2 {
    margin-bottom: 0;
    color: #102d26;
    letter-spacing: -0.03em;
}

.celeste-grids-modern .celeste-grids-media {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(35, 150, 121, 0.2);
    box-shadow: 0 20px 48px rgba(7, 25, 13, 0.16);
    isolation: isolate;
}

.celeste-grids-modern .celeste-grids-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(70% 90% at 100% 0%, rgba(35, 150, 121, 0.3) 0%, rgba(35, 150, 121, 0) 70%),
        linear-gradient(180deg, rgba(5, 16, 10, 0) 0%, rgba(5, 16, 10, 0.28) 100%);
    pointer-events: none;
}

.celeste-grids-modern .celeste-grids-media img {
    width: 100%;
    object-fit: cover;
}

.celeste-grids-modern .celeste-grid-card {
    position: relative;
    height: 100%;
    padding: 30px 26px 28px;
    border-radius: 18px;
    border: 1px solid rgba(35, 150, 121, 0.16);
    background: linear-gradient(160deg, #ffffff 0%, #f8fffb 100%);
    box-shadow: 0 14px 34px rgba(7, 25, 13, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
}

.celeste-grids-modern .celeste-grid-card:hover {
    transform: translateY(-6px);
    border-color: rgba(35, 150, 121, 0.3);
    box-shadow: 0 22px 44px rgba(7, 25, 13, 0.14);
}

.celeste-grids-modern .celeste-grid-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 14px;
    color: #146b56;
    font-size: 24px;
    background: linear-gradient(145deg, rgba(35, 150, 121, 0.2) 0%, rgba(35, 150, 121, 0.08) 100%);
    border: 1px solid rgba(35, 150, 121, 0.2);
}

.celeste-grids-modern .celeste-grid-card h5 {
    margin-bottom: 10px;
    color: #11342b;
}

.celeste-grids-modern .celeste-grid-card p {
    margin-bottom: 0;
    line-height: 1.72;
}

.celeste-grids-modern .celeste-grid-index {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(16, 45, 38, 0.42);
}

@media (max-width: 992px) {
    .celeste-grids-modern .celeste-grid-card {
        padding: 24px 20px 22px;
    }

    .celeste-grids-modern .celeste-grid-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }
}

/* ====================================================== */
/* Banner Section - Modern Refresh                        */
/* ====================================================== */
.celeste-banner-modern {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    margin-bottom: 90px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-image:
        radial-gradient(70% 90% at 100% 0%, rgba(35, 150, 121, 0.35) 0%, rgba(35, 150, 121, 0) 70%),
        radial-gradient(90% 100% at 0% 10%, rgba(57, 202, 159, 0.28) 0%, rgba(57, 202, 159, 0) 68%),
        linear-gradient(140deg, #06140b 0%, #0a2a16 50%, #0d381e 100%);
}

.celeste-banner-modern::before,
.celeste-banner-modern::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.celeste-banner-modern::before {
    width: 320px;
    height: 320px;
    top: -170px;
    right: -90px;
    background: radial-gradient(circle, rgba(63, 225, 176, 0.36) 0%, rgba(63, 225, 176, 0) 72%);
    filter: blur(8px);
}

.celeste-banner-modern::after {
    width: 300px;
    height: 300px;
    bottom: -180px;
    left: -80px;
    background: radial-gradient(circle, rgba(35, 150, 121, 0.28) 0%, rgba(35, 150, 121, 0) 72%);
    filter: blur(8px);
}

.celeste-banner-modern .celeste-banner-shell {
    position: relative;
    z-index: 2;
}

.celeste-banner-modern .celeste-banner-content {
    max-width: 860px;
    margin-inline: auto;
}

.celeste-banner-modern .celeste-banner-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #239679;
    background: #2396793b;
    border: 1px solid #2396793b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.celeste-banner-modern .mil-banner-text h1 {
    margin-bottom: 26px;
    color: #ebffee;
    font-size: clamp(2.2rem, 5vw, 4.3rem);
    line-height: 1.05;
    text-shadow: 0 0 24px rgba(35, 150, 121, 0.35);
}

.celeste-banner-modern .celeste-banner-crumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
}

.celeste-banner-modern .celeste-banner-crumbs li {
    margin: 0;
}

.celeste-banner-modern .celeste-banner-crumbs li::after {
    display: none;
}

.celeste-banner-modern .celeste-banner-crumbs li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(235, 255, 238, 0.92);
    border: 1px solid rgba(216, 255, 229, 0.2);
    background: rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.celeste-banner-modern .celeste-banner-crumbs li a:hover {
    transform: translateY(-2px);
    color: #ffffff;
    border-color: rgba(216, 255, 229, 0.34);
    background: rgba(255, 255, 255, 0.11);
}

@media (max-width: 992px) {
    .celeste-banner-modern {
        min-height: 380px;
        margin-bottom: 70px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .celeste-banner-modern .mil-banner-text h1 {
        font-size: clamp(1.9rem, 8vw, 3rem);
    }
}
