.site-header {
    position: relative;
    z-index: 1000;
}
.cursor {
    width: 25px;
    height: 25px;
    border: 2px solid #00ffe7;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease;
    z-index: 9999;
    box-shadow: 0 0 15px #00ffe7;
}
.cursor.active {
    transform: translate(-50%, -50%) scale(2);
    background: #00ffe744;
    box-shadow: 0 0 25px #00ffe7;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}
.site-header .mobile-header {
    position: fixed;
    width: 320px;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 80px 25px 30px;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 11111111 !important;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    margin: 0;
    list-style: none;
}

.site-header .mobile-header.open {
    transform: translateX(0);
}
/* Header Css  */

/* Banner Css */
.banner {
    padding: 200px 0px;
    position: relative;
}

.banner::before {
    content: '';
    position: absolute;
    width: 580px;
    height: 580px;
    border-radius: 50%;
    background: #17d0d847;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
    filter: blur(140px);
    z-index: -1;
    pointer-events: none;
}

.banner::after {
    content: '';
    position: absolute;
    width: 490px;
    height: 440px;
    border-radius: 50%;
    background: #ebbd575e;
    bottom: 0;
    right: 20px;
    filter: blur(140px);
    z-index: -1;
    pointer-events: none;
}

/* Banner Css */
.exact-impact-section {
    background-color: #f5f7f6;
}

.impact-title-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 1px;
    background-color: #888198;
}

.state-search-panel {
    background-color: #062250;
    border-radius: 16px;
}

.search-action-btn {
    background: #123b5a;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-family: var(--primary-medium-font);
    font-size: 12px;
    padding: 12px 20px;
}

.state-badge {
    background: #ffffff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.banner____btn {
    background: linear-gradient(
        135deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    color: var(--extra-color-3);
    border-color: #ffffff1a;
}

.built____badge {
    background: #ffffff08;
    border: 1px solid #ffffff1a;
}

/* banner Css  */

/* constellation-universe-section Css  */
.constellation-glass-canvas {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-image: url(../img/stars-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.02);
    padding: 100px 0px;
    border-radius: 28px;
}
.nodes-wrapper {
    min-height: 650px;
}
.space-star-node {
    position: absolute;
    transform: translate(-50%, 0);
    z-index: 5;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.space-star-node:hover {
    transform: translate(-50%, -4px) scale(1.04);
}
.constellation-svg-matrix {
    z-index: 1;
    pointer-events: none;
    max-height: 590px;
    margin: auto;
    top: 130px !important;
}
.aurora-glowing-star {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(
        circle at center,
        rgba(255, 234, 161, 0.7) 0%,
        rgba(255, 234, 161, 0.65) 20%,
        rgba(235, 189, 87, 0.56) 45%,
        rgba(235, 189, 87, 0.35) 65%,
        rgba(235, 189, 87, 0.12) 82%,
        transparent 100%
    );
    z-index: 2;
}
.aurora-glowing-star::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 234, 161, 0.35) 0%,
        rgba(235, 189, 87, 0.28) 35%,
        rgba(235, 189, 87, 0.18) 60%,
        rgba(235, 189, 87, 0.08) 80%,
        transparent 100%
    );
    filter: blur(18px);
    z-index: -2;
    pointer-events: none;
}
.aurora-glowing-star::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    z-index: 3;
}
@media (max-width: 991px) {
    .constellation-glass-canvas {
        min-height: auto;
        padding: 30px 15px !important;
    }
    .constellation-svg-matrix {
        display: none;
    }
    .nodes-wrapper {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        align-items: center;
    }
    .space-star-node {
        position: static !important;
        transform: none !important;
    }
    .space-star-node:hover {
        transform: translateY(-2px);
    }
}

@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid #e1e2df;
    }
}

@media (max-width: 991px) {
    .circle-mask {
        width: 380px;
        height: 380px;
    }
}

/* begin-section Css  */
.begin-section {
    background-image: url(../img/begin-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

/* reviews-section Css  */
.review_____slide {
    background: linear-gradient(
        180deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(40, 79, 105, 1) 0%,
        rgba(57, 95, 100, 1) 100%
    );
    margin: 0px 10px;
}
.review_____slide hr {
    background: #dfded8;
}
/* reviews-section Css  */

/* Perfect Horizontal Axis Anchor Container */
.timeline-engine-container {
    max-width: 1000px;
    position: relative;
    padding: 2rem 0;
}
.timeline-center-spine {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(
        180deg,
        rgba(235, 208, 123, 0.8) 0%,
        rgba(78, 201, 170, 0.8) 50%,
        rgba(235, 208, 123, 0.8) 100%
    );
    transform: translateX(-50%);
    z-index: 1;
}
.timeline-item {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    align-items: center;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 2;
}
.timeline-content-block {
    padding: 0 2.5rem;
}
.timeline-icon-block {
    display: flex;
    align-items: center;
}
.item-left .timeline-icon-block {
    justify-content: flex-start;
    padding-left: 2.5rem;
}
.item-right .timeline-icon-block {
    justify-content: flex-end;
    padding-right: 2.5rem;
}
.timeline-node-dot {
    width: 12px;
    height: 12px;
    background-color: #ebd07b;
    border-radius: 50%;
    justify-self: center;
    box-shadow:
        0 0 15px #ebd07b,
        0 0 5px #fff;
}
.timeline-glass-icon-wrapper {
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow:
        0 0 0 1px rgba(235, 189, 87, 0.4),
        0 0 40px -10px rgba(235, 189, 87, 0.5);
}
.timeline-glass-icon-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    background: radial-gradient(
        circle,
        rgba(235, 208, 123, 0.15) 0%,
        transparent 75%
    );
    background: linear-gradient(
        135deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    z-index: -1;
}
.timeline-custom-icon {
    font-size: 1.3rem;
    color: #ebd07b;
    opacity: 0.9;
}
@media (max-width: 767px) {
    .timeline-center-spine {
        left: 30px;
        transform: none;
    }
    .timeline-item {
        grid-template-columns: 60px 1fr;
        grid-template-areas:
            'dot icon'
            'dot content';
        margin-bottom: 2.5rem;
        gap: 10px 0;
    }
    .timeline-node-dot {
        grid-area: dot;
        align-self: flex-start;
        margin-top: 32px;
    }
    .timeline-icon-block {
        grid-area: icon;
        justify-content: flex-start !important;
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }
    .timeline-content-block {
        grid-area: content;
        text-align: left !important;
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }
}

.const-hero-img-wrapper {
    width: 100%;
    max-width: 440px;
    height: 520px;
    border-radius: 2rem !important; /* Perfect luxury border corner match */
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}
.const-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.constellation-orbit-stage {
    width: 520px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.orbit-line {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.line-inner {
    width: 280px;
    height: 280px;
}
.line-outer {
    width: 400px;
    height: 400px;
}

.line-wrapper {
    width: 500px;
    height: 500px;
}
.const-nucleus-core {
    width: 140px;
    height: 140px;
    background: #ebbd5705;
    border: 1px solid rgba(235, 208, 123, 0.25);
    border-radius: 50%;
    box-shadow:
        0 0 40px rgba(235, 208, 123, 0.12),
        inset 0 0 20px rgba(235, 208, 123, 0.05);
    z-index: 10;
    position: relative;
}
.const-node-pill {
    z-index: 5;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.const-node-pill:hover {
    transform: scale(1.05);
}
.node-glass-pill {
    background: linear-gradient(
        135deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px 16px 12px 16px;
    border-radius: 24px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.node-text {
    font-size: 12px;
    color: var(--extra-color-3);
    font-family: var(--primary-regular-font);
    letter-spacing: 0.01em;
}
.node-aurora-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    background: #ebbd574d;
    color: var(--extra-color-4);
}
.node-top {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.node-right-top {
    top: 140px;
    right: -25px;
}
.node-right-bottom {
    bottom: 140px;
    right: -25px;
}
.node-bottom {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.node-left-bottom {
    bottom: 140px;
    left: -25px;
}
.node-left-top {
    top: 140px;
    left: -25px;
}
@media (max-width: 991px) {
    .const-hero-img-wrapper {
        height: 380px;
        margin: 0 auto;
    }
    .constellation-orbit-stage {
        width: 100%;
        max-width: 460px;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 2rem 0;
    }
    .orbit-line,
    .const-nucleus-core {
        display: none;
    }
    .const-node-pill {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        max-width: 280px;
    }
    .node-glass-pill {
        justify-content: center;
    }
}

.bento-link-arrow {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.88rem;
    font-family: var(--primary-medium-font), sans-serif;
    transition: color 0.2s ease;
}
.bento-link-arrow:hover {
    color: #ebd07b;
}
.bento-glass-card {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.035) 0%,
        rgba(255, 255, 255, 0.005) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 1.5rem !important; /* Elegant clean bento corner radius */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition:
        border-color 0.3s ease,
        transform 0.3s ease;
}
.bento-glass-card:hover {
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}
.card-tall {
    min-height: 420px;
    position: relative;
}
.card-tall::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: #ebbd5726;
    top: -30px;
    right: -40px;
    filter: blur(64px);
    z-index: -1;
    pointer-events: none;
}
.card-medium {
    min-height: 198px;
}
.bento-action-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    text-decoration: none;
    color: var(--extra-color-4);
}
.bento-glass-card:hover .bento-action-circle {
    transform: scale(1.05);
}

.knowledge___bg___anchor {
    background: var(--extra-color-4);
    color: var(--extra-color-1);
}
.bg-glass-dim {
    background: linear-gradient(
        135deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
    .card-tall,
    .card-medium {
        min-height: auto;
    }
}

/* footer Css  */
.input-pill-container {
    width: 100%;
    max-width: 270px;
    display: flex;
    flex-wrap: nowrap;
}

.input-pill-container input {
    min-width: 0;
    box-shadow: none;
}
.site-footer {
    background: linear-gradient(
        135deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border-radius: 40px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.site-footer::before {
    content: '';
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgb(235 189 87 / 40%);
    bottom: -40px;
    left: -60px;
    filter: blur(200px);
    z-index: -1;
    pointer-events: none;
}
.site-footer::after {
    content: '';
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgb(23 208 216 / 18%);
    top: -40px;
    right: -60px;
    filter: blur(200px);
    z-index: -1;
    pointer-events: none;
}
.border-white-10 {
    border-color: rgba(255, 255, 255, 0.06) !important;
}
.border-top-dps {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.bg-dps-trans {
    background-color: rgba(255, 255, 255, 0.015);
}
.text-dps-dim {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.86rem;
}
.icon-dps-gold {
    color: #ebd07b;
}
.gradient____text {
    background: linear-gradient(
        90deg,
        rgba(246, 211, 137, 1) 1%,
        rgba(246, 211, 137, 1) 0%,
        rgba(235, 169, 65, 1) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vault-universe-section {
    background: transparent;
}
.vault-pill-cta-trigger {
    background: linear-gradient(
        151deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(235, 189, 87, 1) 0%,
        rgba(23, 208, 216, 1) 100%
    );
    transition:
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.3s ease;
}
.vault-pill-cta-trigger:hover {
    transform: scale(1.025);
    filter: brightness(1.06);
}
.vault-glass-card-node {
    background: linear-gradient(
        135deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 28px;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    box-shadow:
        0 30px 80px -30px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 1px rgba(255, 255, 255, 0.06);
}
.active-vault-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.active-vault-card::before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(
        ellipse at center,
        rgba(235, 189, 87, 0.45) 0%,
        rgba(240, 212, 155, 0.3) 35%,
        rgba(240, 212, 155, 0.15) 60%,
        rgba(240, 212, 155, 0.05) 80%,
        transparent 100%
    );
    filter: blur(35px);
    z-index: -1;
    pointer-events: none;
}
.active-vault-card > * {
    position: relative;
    z-index: 1;
}
.active-vault-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.active-vault-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.015) 35%,
        rgba(255, 255, 255, 0.015) 65%,
        rgba(255, 255, 255, 0.05) 100%
    );
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}
.vault-glass-card-node:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.09);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.vault-btn-preview {
    background: #ebbd5733;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
    color: var(--extra-color-4);
    font-size: 10px;
    font-family: var(--primary-regular-font);
}
.vault-btn-preview:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}
.vault-shape-base {
    width: 106px;
    height: 106px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.shape-rect-gold {
    background-color: #ebd07b !important;
    border-radius: 26px;
    box-shadow: 0 0 35px 5px rgba(235, 208, 123, 0.15);
}
.shape-circle-cyan {
    background-color: #1fe0dd !important;
    border-radius: 50%;
    box-shadow: 0 0 45px 8px rgba(31, 224, 221, 0.26);
}
.shape-circle-emerald {
    background: linear-gradient(135deg, #a7e48d 0%, #20ddae 100%);
    border-radius: 50%;
    box-shadow: 0 0 45px 8px rgba(32, 221, 174, 0.24);
}
.shape-circle-amber {
    background-color: #ffd66b !important;
    border-radius: 50%;
    box-shadow: 0 0 45px 8px rgba(255, 214, 107, 0.26);
}
.vault-glass-card-node:hover .vault-shape-base {
    transform: scale(1.025);
}
.begin____span::before {
    content: '';
    position: absolute;
    background: #ffff;
    width: 30px;
    height: 1px;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
