.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: #0464dd;
}

.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: #e9d5ff;
}

/* Title */

.hero-title {
    font-weight: 700;
    /* font-size: 3.75rem; */
    line-height: 1.05;
    margin: 0;
    /* background: #fff; */
    background: linear-gradient(to right, #e9d5ff, #0464dd, #e9d5ff);
    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: #66ff4d;
    --celeste-accent-strong: #29d84d;
    --celeste-neon: #9dff5d;
    --celeste-accent-deep: #081a0d;
    --celeste-accent-mid: #0f2e1a;
    --celeste-accent-soft: #effff1;
    --celeste-text: #111a13;
    --celeste-muted: #607061;
}

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/c-green.jpeg); */
    background-image:
        radial-gradient(120% 130% at 78% 0%, rgba(102, 255, 77, 0.35) 0%, rgba(102, 255, 77, 0) 45%),
        radial-gradient(90% 110% at 15% 15%, rgba(61, 189, 72, 0.3) 0%, rgba(61, 189, 72, 0) 55%),
        linear-gradient(140deg, #06140b 0%, #0a2a16 55%, #0d381e 100%);
}

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

.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: linear-gradient(180deg, rgba(9, 30, 16, 0.96) 0%, rgba(12, 41, 22, 0.9) 100%);
    border-bottom: 1px solid rgba(102, 255, 77, 0.26);
}

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

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

.mil-btn {
    background-image: linear-gradient(135deg, var(--celeste-accent-strong) 0%, #1fa842 100%);
    box-shadow: 0 10px 24px rgba(33, 177, 68, 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%, #3de55b 100%);
    color: #0a1d0f;
    box-shadow: 0 12px 28px rgba(61, 229, 91, 0.42);
}

.hero-content {
    border: 1px solid rgba(37, 207, 71, 0.28);
    background: rgba(6, 20, 11, 0.46);
    box-shadow: 0 0 0 1px rgba(102, 255, 77, 0.12), 0 18px 45px rgba(7, 25, 13, 0.3);
}

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

.hero-pill {
    border: 1px solid rgba(37, 207, 71, 0.26);
    background: rgba(5, 20, 10, 0.42);
}

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

.hero-title {
    background: linear-gradient(to right, #e7ffe9, #28cf4a, #c8ffd4);
    text-shadow: 0 0 24px rgba(102, 255, 77, 0.42);
}

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

.btn-primary:hover {
    background-image: linear-gradient(135deg, var(--celeste-accent) 0%, #3de55b 100%);
    box-shadow: 0 24px 50px rgba(69, 248, 95, 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(102, 255, 77, 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-noise,
.hero.hero-modern .hero-grid-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero.hero-modern .hero-scanfield {
    position: absolute;
    inset: auto 0 0 0;
    height: 34%;
    pointer-events: none;
    opacity: 0.22;
    background-image: repeating-linear-gradient(90deg,
            rgba(21, 117, 40, 0.35) 0 1px,
            transparent 1px 6px);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.96) 10%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.96) 10%, rgba(0, 0, 0, 0));
}

.hero.hero-modern .hero-noise {
    opacity: 0.2;
    background-image: radial-gradient(rgba(12, 30, 18, 0.12) 0.7px, transparent 0.7px);
    background-size: 3px 3px;
}

.hero.hero-modern .hero-grid-overlay {
    background-image:
        linear-gradient(to right, rgba(8, 26, 13, 0.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(8, 26, 13, 0.06) 1px, transparent 1px),
        radial-gradient(60% 60% at 80% 0%, rgba(102, 255, 77, 0.15), rgba(102, 255, 77, 0));
    background-size: 52px 52px, 52px 52px, auto;
}

.hero.hero-modern .hero-aurora {
    position: absolute;
    border-radius: 999px;
    filter: blur(48px);
    pointer-events: none;
    opacity: 0.78;
}

.hero.hero-modern .hero-aurora--one {
    top: 8%;
    right: -9%;
    width: 42vw;
    max-width: 520px;
    height: 34vw;
    max-height: 390px;
    background: radial-gradient(circle at 32% 38%, rgba(105, 255, 88, 0.58), rgba(24, 145, 48, 0.06) 72%);
}

.hero.hero-modern .hero-aurora--two {
    left: -12%;
    bottom: -14%;
    width: 44vw;
    max-width: 580px;
    height: 28vw;
    max-height: 340px;
    background: radial-gradient(circle at 60% 40%, rgba(140, 255, 109, 0.44), rgba(30, 143, 55, 0.03) 70%);
}

.hero.hero-modern .hero-beam {
    position: absolute;
    left: -25%;
    top: 22%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, rgba(61, 196, 82, 0) 0%, rgba(61, 196, 82, 0.85) 50%, rgba(61, 196, 82, 0) 100%);
    box-shadow: 0 0 18px rgba(61, 196, 82, 0.58);
    transform: rotate(-8deg);
    pointer-events: none;
}

.hero.hero-modern .hero-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 44px;
    align-items: center;
}

.hero.hero-modern .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 10px;
    border: 1px solid rgba(41, 216, 77, 0.28);
    background: rgba(255, 255, 255, 0.86);
    color: #1c7e35;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero.hero-modern .hero-structure-label {
    margin-top: 14px;
    margin-bottom: 0;
    color: #173d23;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.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;
}

.hero.hero-modern .hero-word {
    display: inline-block;
    margin-right: 8px;
}

.hero.hero-modern .hero-word:last-child {
    color: #1ca842;
    text-shadow: 0 0 24px rgba(102, 255, 77, 0.3);
    background: linear-gradient(90deg, #12953b 0%, #66ff4d 35%, #22b84a 70%, #8cff79 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: hero-purpose-shimmer 2.8s linear infinite;
}

.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-live-line {
    margin-bottom: 18px;
    min-height: 24px;
    color: #2f4134;
    font-size: 14px;
    font-weight: 600;
}

.hero.hero-modern .hero-live-label {
    margin-right: 4px;
    color: #1f7f36;
    font-weight: 700;
}

.hero.hero-modern .hero-caret {
    display: inline-block;
    width: 2px;
    height: 15px;
    margin-left: 2px;
    background: #1ca842;
    transform: translateY(2px);
    animation: hero-caret-blink 0.9s steps(2, start) infinite;
}

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

.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-metric-chip span {
    font-size: 12px;
    font-weight: 700;
    color: #22462f;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.hero.hero-modern .hero-visual {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero.hero-modern .hero-orbit {
    position: absolute;
    inset: 8% 15%;
    border-radius: 12px;
    border: 1px solid rgba(38, 173, 72, 0.28);
    background: linear-gradient(150deg, rgba(41, 216, 77, 0.14) 0%, rgba(41, 216, 77, 0.02) 100%);
    transform: rotate(-8deg);
}

.hero.hero-modern .hero-rings {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero.hero-modern .hero-ring {
    position: absolute;
    border-radius: 999px;
    border: 1px dashed rgba(36, 160, 65, 0.4);
}

.hero.hero-modern .hero-ring--one {
    width: 280px;
    height: 280px;
    right: 4%;
    top: 2%;
}

.hero.hero-modern .hero-ring--two {
    width: 220px;
    height: 220px;
    left: 8%;
    bottom: 7%;
    border-color: rgba(36, 160, 65, 0.26);
}

.hero.hero-modern .hero-glow {
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(102, 255, 77, 0.55) 0%, rgba(102, 255, 77, 0) 72%);
    filter: blur(24px);
    opacity: 0.7;
}

.hero.hero-modern .hero-panel {
    position: relative;
    z-index: 2;
    width: min(430px, 100%);
    border-radius: 12px;
    padding: 24px;
    background: rgba(49, 168, 189, 0.061);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(11, 39, 20, 0.1);
    box-shadow: 0 24px 54px rgba(12, 34, 18, 0.14);
}

.hero.hero-modern .hero-quick-grid {
    position: absolute;
    left: -7%;
    right: -7%;
    bottom: -16%;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hero.hero-modern .hero-quick-card {
    padding: 11px 12px;
    border-radius: 10px;
    background: linear-gradient(165deg, rgba(6, 36, 15, 0.94) 0%, rgba(14, 74, 33, 0.86) 100%);
    border: 1px solid rgba(108, 255, 118, 0.35);
    box-shadow: inset 0 0 0 1px rgba(106, 255, 116, 0.12), 0 16px 26px rgba(9, 37, 18, 0.28);
}

.hero.hero-modern .hero-quick-card span {
    display: block;
    margin-bottom: 2px;
    color: #d4ffdb;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero.hero-modern .hero-quick-card strong {
    color: #7cff66;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.hero.hero-modern .hero-panel-label {
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #4f5f53;
    text-transform: uppercase;
}

.hero.hero-modern .hero-panel-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(10, 33, 17, 0.1);
}

.hero.hero-modern .hero-panel-row:first-of-type {
    border-top: none;
    padding-top: 0;
}

.hero.hero-modern .hero-panel-row span {
    color: #405044;
    font-size: 14px;
}

.hero.hero-modern .hero-panel-row strong {
    color: #1b903a;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.hero.hero-modern .hero-float-chip {
    position: absolute;
    z-index: 3;
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #d8ffe0;
    background: linear-gradient(130deg, rgba(17, 59, 30, 0.95) 0%, rgba(24, 111, 48, 0.88) 100%);
    border: 1px solid rgba(130, 255, 150, 0.26);
    box-shadow: 0 10px 22px rgba(9, 31, 15, 0.26);
}

.hero.hero-modern .hero-float-chip--one {
    left: 2%;
    top: 14%;
}

.hero.hero-modern .hero-float-chip--two {
    right: 0;
    bottom: 9%;
}

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

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

    .hero.hero-modern .hero-ring--one,
    .hero.hero-modern .hero-ring--two {
        opacity: 0.6;
    }

    .hero.hero-modern .hero-quick-grid {
        left: 0;
        right: 0;
    }
}

@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;
    }

    .hero.hero-modern .hero-panel {
        padding: 20px;
    }

    .hero.hero-modern .hero-float-chip {
        display: none;
    }

    .hero.hero-modern .hero-ring--one {
        width: 190px;
        height: 190px;
        right: 0;
        top: 5%;
    }

    .hero.hero-modern .hero-ring--two {
        width: 150px;
        height: 150px;
        left: 4%;
        bottom: 6%;
    }

    .hero.hero-modern .hero-beam {
        top: 36%;
    }

    .hero.hero-modern .hero-quick-grid {
        position: static;
        margin-top: 12px;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hero.hero-modern .hero-quick-card strong {
        font-size: 18px;
    }
}

@keyframes hero-purpose-shimmer {
    0% {
        background-position: 0% 50%;
    }

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

@keyframes hero-caret-blink {

    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

/* ====================================================== */
/* 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(102, 255, 77, 0.6) 0%, rgba(102, 255, 77, 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(102, 255, 77, 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: #1ca842;
}

/* .celeste-grids .mil-icon-box {
    background-color: rgb(49, 168, 189);
    border: 1px solid rgba(27, 145, 60, 0.16);
    box-shadow: none;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    -webkit-backdrop-filter: blur(42px);
    backdrop-filter: blur(42px);
    z-index: 1;
}

.celeste-grids .mil-icon-box::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #17321f;
    border-radius: inherit;
    width: inherit;
    height: 100%;
    transform: rotate(12deg) scale(0.9);
    z-index: -1;
} */

.celeste-grids .mil-icon-box {
    /* REMOVED: background-color and backdrop-filter */
    border: 1px solid rgba(27, 145, 60, 0.16);
    box-shadow: none;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    /* Make sure you have enough padding here so content doesn't hit edges */
}

/* 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;
}

/* 2. The Dark Green Box (Rotated Background) */
.celeste-grids .mil-icon-box::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(38, 173, 72, 0.28);
    background: linear-gradient(150deg, rgba(41, 216, 77, 0.6) 0%, rgba(41, 216, 77, 0.02) 100%);
    /* background: linear-gradient(165deg, rgba(6, 36, 15, 0.94) 0%, rgba(14, 74, 33, 0.86) 100%); */
    /* background-color: #17321f; */
    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(102, 255, 77, 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(102, 255, 77, 0.6), rgba(102, 255, 77, 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(61, 229, 91, 0.4);
}

.celeste-license .mil-out-frame {
    background-image: url(../img/dark-green.jpeg) !important;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(102, 255, 77, 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(102, 255, 77, 0.25), rgba(102, 255, 77, 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;
    }
}
