/* ==========================================================================
   ANUBIS LABS MINISITE - CUSTOM STYLES
   Variables & Globals
   ========================================================================== */
:root {
    --anubis-bg-black: #000000;
    --anubis-card-bg: #030303;
    --anubis-neon-green: #90FF00; /* Exact match from design */
    --anubis-text-white: #FFFFFF;
    --anubis-text-gray: #8A8A8A;
    --anubis-border-dark: #1A1A1A;
    --anubis-border-light: #2A2A2A;
}

body{
	overflow-x:hidden;
    font-family:
    Bai Jamjuree,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif;
}

.anubis-body {
    background-color: var(--anubis-bg-black);
    color: var(--anubis-text-white);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   SECTION 1: HERO
   ========================================================================== */
.anubis-hero-section {
    padding: 120px 0 60px 0;
    position: relative;
    overflow: hidden;
}

.anubis-logo-main {
    height: 56px;
    margin-bottom: 40px;
}

.anubis-hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.anubis-hero-desc {
    color: var(--anubis-text-gray);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 45px;
    max-width: 90%;
}

.anubis-hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.anubis-btn-primary {
    background-color: var(--anubis-neon-green);
    color: #000!important;
    border: none;
    border-radius: 0;
    padding: 14px 28px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.anubis-btn-primary:hover {
    background-color: #7ceb00;
    color: #fff!important;
}

.anubis-btn-secondary {
    background-color: transparent;
    color: var(--anubis-text-white);
    border: 1px solid #444;
    border-radius: 0;
    padding: 14px 28px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.anubis-btn-secondary:hover {
    border-color: var(--anubis-text-white);
    color: var(--anubis-text-white);
}

.anubis-hero-graphic {
    max-width: 100%; /* Allows graphic to span slightly larger */
    margin-top: -20px;
}

/* ==========================================================================
   SECTION 1.5: PROCESS FLOW
   ========================================================================== */
.anubis-process-section {
    padding: 0 0 80px 0;
}

.anubis-process-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.anubis-process-box {
    flex: 1;
    border: 1px solid #343825;
    background-color: var(--anubis-card-bg);
    padding: 25px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 110px;
}

.anubis-process-icon {
    height: 24px;
    margin-bottom: 12px;
    opacity: 0.7;
}

.anubis-process-text {
    color: #fff;
    font-size: 0.8rem;
	 opacity: 0.7;
    letter-spacing: 0.5px;
}

.anubis-process-arrow {
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anubis-process-box:hover{
	border-color:#90FF00;
	background-color:#001100;
    transition:all ease 0.5s;
}

.anubis-process-box:hover .anubis-process-icon {
	 opacity: 1;
}

.anubis-process-box:hover .anubis-process-text {
	color:#fff;
    transition: all ease 0.5s;
	 opacity: 1;
}

/* ==========================================================================
   SECTION 2: CORE POSITIONING
   ========================================================================== */
.anubis-core-positioning-section {
    padding: 80px 0;
    background-color: var(--anubis-bg-black);
    border-top: 1px solid #111; /* Extremely subtle section divider */
}

.anubis-core-badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.anubis-core-line {
    height: 1px;
    background-color: var(--anubis-neon-green);
    width: 20px;
}

.anubis-core-badge {
    border: 1px solid var(--anubis-neon-green);
    color: var(--anubis-neon-green);
    padding: 6px 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 20px;
    margin: 0 10px;
}

.anubis-core-title-wrapper {
    margin-bottom: 30px;
}

.anubis-title-img {
    height: 50px; /* Adjust based on your exported asset */
}

.anubis-core-desc {
    text-align: center;
    color: var(--anubis-text-gray);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 auto 40px auto;
}

.anubis-core-grid {
    display: flex;
    border: 1px solid var(--anubis-border-light);
    background-color: var(--anubis-card-bg);
}

.anubis-core-card {
    flex: 1;
    padding: 60px 30px;
    text-align: center;
    border-right: 1px solid var(--anubis-border-light);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anubis-core-card:last-child {
    border-right: none;
}

.anubis-card-icon {
    height: 55px;
    margin-bottom: 30px;
}

.anubis-card-title {
    color: var(--anubis-text-white);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
}

.anubis-card-text {
    color: #6A6A6A;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 991px) {
    .anubis-hero-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .anubis-hero-desc {
		line-height:1.4;
        margin: 0 auto 40px auto;
    }
    .anubis-hero-actions {
        justify-content: center;
    }
    .anubis-process-flow {
        flex-wrap: wrap;
        gap: 15px;
    }
    .anubis-process-arrow {
        display: none; /* Hide arrows on mobile for stacked layout */
    }
    .anubis-process-box {
        min-width: 45%;
    }
    .anubis-core-grid {
        flex-direction: column;
    }
    .anubis-core-card {
        border-right: none;
        border-bottom: 1px solid var(--anubis-border-light);
    }
    .anubis-core-card:last-child {
        border-bottom: none;
    }
	.anubis-hero-title {
		font-size: 2.2rem;
	}
	.anubis-process-section {
		padding: 0 0 60px 0;
	}
}

/* ==========================================================================
   REUSABLE SECTION COMPONENTS
   ========================================================================== */
.anubis-section-badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.anubis-section-line {
    height: 1px;
    background-color: var(--anubis-neon-green);
    width: 25px;
}

.anubis-section-badge {
    border: 1px solid var(--anubis-neon-green);
    color: var(--anubis-neon-green);
    padding: 6px 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 20px;
    margin: 0 10px;
    text-transform: uppercase;
}

.anubis-section-title-wrapper {
    margin-bottom: 40px;
}

.anubis-section-desc {
    text-align: center;
    color: var(--anubis-text-gray);
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 auto 50px auto;
}

/* ==========================================================================
   SECTION 3: CORE MISSION
   ========================================================================== */
.anubis-core-mission-section {
    padding: 80px 0;
    background-color: var(--anubis-bg-black);
    position: relative;
}

.anubis-mission-container {
    position: relative;
    z-index: 2;
}

/* Center circular pattern background */
.anubis-mission-bg-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 80%;
    height: 80%;
    background-image: url('../img/bg-mission-pattern.png'); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
}

.anubis-mission-desc {
    margin-bottom: 60px;
}

.anubis-mission-grid {
    position: relative;
    z-index: 2;
}

.anubis-mission-card {
	background:none;
    border: 1px solid var(--anubis-border-light);
    padding: 40px;
    height: 100%;
}

.anubis-mission-icon {
    height: 30px;
    margin-bottom: 25px;
}

.anubis-mission-title {
    color: var(--anubis-text-white);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
	font-family: YapariSemBd;
}

.anubis-mission-text {
    color: #6A6A6A;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ==========================================================================
   SECTION 4: CORE STRATEGY
   ========================================================================== */
.anubis-core-strategy-section {
    padding: 80px 0;
    background-color: var(--anubis-bg-black);
}

.anubis-strategy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--anubis-border-light);
    background-color: var(--anubis-card-bg);
}

.anubis-strategy-card {
    padding: 50px 40px;
    border-right: 1px solid var(--anubis-border-light);
    border-bottom: 1px solid var(--anubis-border-light);
    display: flex;
    flex-direction: column;
}

/* Remove borders on specific grid edges */
.anubis-strategy-card:nth-child(even) {
    border-right: none;
}
.anubis-strategy-card:nth-last-child(-n+2) {
    border-bottom: none;
}

.anubis-strategy-title {
    color: var(--anubis-text-white);
    font-size: 1.4rem;
    font-weight: 600;
	font-family: YapariSemBd;
    margin-bottom: 20px;
}

.anubis-strategy-text {
    color: #6A6A6A;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

.anubis-strategy-graphic {
    max-width: 280px;
    margin: auto auto 0 auto; /* Pushes graphic to the bottom and centers horizontally */
    display: block;
    opacity: 1;
}

@media (max-width: 1480px) {
	.anubis-strategy-graphic {
		max-width: 220px;
	}
}

/* ==========================================================================
   SECTION 5: INFRASTRUCTURE MATRIX
   ========================================================================== */
.anubis-infra-matrix-section {
    padding: 80px 0 100px 0;
    background-color: var(--anubis-bg-black);
}

.anubis-infra-desc {
    margin-bottom: 50px;
}

.anubis-infra-subtitle {
    text-align: center;
    color: var(--anubis-neon-green);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.anubis-infra-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3 columns */
    border: 1px solid var(--anubis-border-light);
    background-color: var(--anubis-card-bg);
}

.anubis-infra-card {
    padding: 30px 30px;
    text-align: center;
    border-right: 1px solid var(--anubis-border-light);
    border-bottom: 1px solid var(--anubis-border-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Remove right borders for the 3rd, 6th items */
.anubis-infra-card:nth-child(3n) {
    border-right: none;
}

/* Remove bottom borders for the last row (4th, 5th, 6th) */
.anubis-infra-card:nth-last-child(-n+3) {
    border-bottom: none;
}

.anubis-infra-icon {
    height: 80px;
    margin-bottom: 25px;
}

.anubis-infra-title {
    color: var(--anubis-text-white);
    font-size: 1.6rem;
    font-weight: 600;
	font-family: YapariSemBd;
    margin-bottom: 15px;
}

.anubis-infra-text {
    color: #6A6A6A;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS FOR NEW SECTIONS
   ========================================================================== */
@media (max-width: 991px) {
    .anubis-strategy-grid {
        grid-template-columns: 1fr; /* Stack to 1 column */
    }
    .anubis-strategy-card {
        border-right: none !important;
        border-bottom: 1px solid var(--anubis-border-light) !important;
    }
    .anubis-strategy-card:last-child {
        border-bottom: none !important;
    }
    
    .anubis-infra-grid {
        grid-template-columns: 1fr 1fr; /* Stack to 2 columns on tablet */
    }
    .anubis-infra-card:nth-child(3n) {
        border-right: 1px solid var(--anubis-border-light); /* Reset previous logic */
    }
    .anubis-infra-card:nth-child(even) {
        border-right: none; /* Every 2nd item has no right border */
    }
    .anubis-infra-card:nth-last-child(-n+3) {
        border-bottom: 1px solid var(--anubis-border-light); /* Reset previous logic */
    }
    .anubis-infra-card:nth-last-child(-n+2) {
        border-bottom: none; /* Last two items have no bottom border */
    }
	.anubis-section-desc{
		max-width:90%;
		font-size: 1rem;
		line-height: 1.5;
	}
	.anubis-section-desc br{
		display:none;
	}
}

@media (max-width: 576px) {
    .anubis-infra-grid {
        grid-template-columns: 1fr; /* Stack to 1 column on mobile */
    }
    .anubis-infra-card {
        border-right: none !important;
        border-bottom: 1px solid var(--anubis-border-light) !important;
    }
    .anubis-infra-card:last-child {
        border-bottom: none !important;
    }
    
    .anubis-mission-bg-pattern {
        display: none; /* Hide background pattern on very small screens to reduce clutter */
    }
}

/* ==========================================================================
   GLOBAL UTILITIES (Add if not already present)
   ========================================================================== */
.anubis-neon-text {
    color: var(--anubis-neon-green);
}

/* ==========================================================================
   SECTION 6: GENESIS FLAGSHIP PROJECT
   ========================================================================== */
.anubis-genesis-flagship-section {
    padding: 80px 0;
    background-color: var(--anubis-bg-black);
}

.anubis-flagship-row {
    margin-top: 40px;
}

.anubis-flagship-title {
    color: var(--anubis-text-white);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.anubis-flagship-desc-box p {
    color: var(--anubis-text-gray);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 90%;
}

.anubis-flagship-list {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}

.anubis-flagship-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.anubis-flagship-icon {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    margin-top: 3px;
}

.anubis-flagship-list span {
    color: var(--anubis-text-white);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
}

.anubis-flagship-graphic {
    max-width: 100%;
    transform: scale(1.1); /* Slightly enlarges the 3D graphic to match layout weighting */
}

/* ==========================================================================
   SECTION 7: GENESIS INCUBATION PROGRAM
   ========================================================================== */
.anubis-genesis-program-section {
    padding: 80px 0;
    background-color: var(--anubis-bg-black);
}

.anubis-program-header-row {
    margin-bottom: 60px;
}

.anubis-program-title {
    color: var(--anubis-text-white);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.anubis-program-desc {
    color: var(--anubis-text-gray);
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 10px;
}

.anubis-fund-cards-row {
    margin-bottom: 70px;
}

.anubis-fund-card {
    background-color: var(--anubis-card-bg);
    border: 1px solid var(--anubis-border-light);
    padding: 30px 40px;
    position: relative;
    height: 100%;
    min-height: 240px;
}

.anubis-fund-value {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--anubis-text-white);
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.anubis-fund-value span {
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: middle;
    letter-spacing: 1px;
}

.anubis-fund-text {
    color: var(--anubis-text-gray);
    font-size: 1rem;
    margin-bottom: 0;
}

.anubis-fund-icon-wrapper {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 60px;
    height: 60px;
    background-color: #111111;
    border: 1px solid var(--anubis-border-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anubis-fund-icon-wrapper img {
    width: 36px;
    height: 36px;
}

.anubis-key-tracks-title {
    color: var(--anubis-neon-green);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.anubis-tracks-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid var(--anubis-border-light);
    background-color: var(--anubis-card-bg);
}

.anubis-track-card {
    padding: 30px 20px 80px 20px; /* Extra bottom padding for the number */
    border-right: 1px solid var(--anubis-border-light);
    position: relative;
    display: flex;
    flex-direction: column;
}

.anubis-track-card:last-child {
    border-right: none;
}

.anubis-track-text {
    color: var(--anubis-text-white);
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.anubis-track-number {
    position: absolute;
    bottom: 20px;
    right: 25px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #222222; /* Very dark gray to match design watermark effect */
    line-height: 1;
}

/* ==========================================================================
   SECTION 8: STAGE GOALS
   ========================================================================== */
.anubis-stage-goals-section {
    padding: 80px 0 100px 0;
    background-color: var(--anubis-bg-black);
}

.anubis-stage-desc {
    margin-bottom: 60px;
}

.anubis-goals-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--anubis-border-light);
    background-color: var(--anubis-card-bg);
}

.anubis-goal-card {
    padding: 50px 40px;
    border-right: 1px solid var(--anubis-border-light);
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.anubis-goal-card:last-child {
    border-right: none;
}

.anubis-goal-text {
    color: var(--anubis-text-white);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

.anubis-goal-icon {
    width: 32px;
    height: auto;
    margin-top: auto; /* Pushes the icon to the absolute bottom left */
    align-self: flex-start;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 1199px) {
    .anubis-fund-value {
        font-size: 2.8rem;
    }
}

@media (max-width: 991px) {
    .anubis-flagship-title, .anubis-program-title {
        font-size: 2rem;
    }
    
    .anubis-flagship-desc-box p {
        max-width: 100%;
    }
	
	.anubis-track-text br{
		display:none;
	}

    .anubis-program-header-row {
        text-align: center;
    }
    
    .anubis-program-desc {
        margin-top: 30px;
    }
	
	.anubis-goal-text br{
		display:none;
	}

    .anubis-tracks-grid {
        grid-template-columns: repeat(2, 1fr); /* Break 5 columns into 2 columns */
    }
    .anubis-track-card {
        border-bottom: 1px solid var(--anubis-border-light);
    }
    .anubis-track-card:nth-child(even) {
        border-right: none;
    }
    .anubis-track-card:last-child {
        grid-column: span 2; /* Center the 5th item */
        border-bottom: none;
    }

    .anubis-goals-grid {
        grid-template-columns: repeat(2, 1fr); /* Break 4 columns into 2 columns */
    }
    .anubis-goal-card:nth-child(even) {
        border-right: none;
    }
    .anubis-goal-card:nth-last-child(-n+2) {
        border-top: 1px solid var(--anubis-border-light);
    }
	
	.anubis-program-desc br{
		display:none;
	}
}

@media (max-width: 576px) {
    .anubis-fund-card {
		height:340px;
        padding: 40px 20px;
    }
	
	.anubis-fund-icon-wrapper {
		bottom: 30px;
		left: 20px;
		width: 60px;
		height: 60px;
	}
    
    .anubis-tracks-grid, .anubis-goals-grid {
        grid-template-columns: 1fr; /* Stack grids to 1 column on mobile */
    }
    
    .anubis-track-card, .anubis-goal-card {
		min-height:auto;
        border-right: none !important;
        border-bottom: 1px solid var(--anubis-border-light);
    }
    
    .anubis-track-card:last-child, .anubis-goal-card:last-child {
        grid-column: span 1;
        border-bottom: none;
    }
}

/* ==========================================================================
   SECTION 9: FIVE VALUE ENGINES
   ========================================================================== */
.anubis-value-engines-section {
    padding: 80px 0 100px 0;
    background-color: var(--anubis-bg-black);
}

.anubis-engines-row {
    margin-top: 30px;
}

.anubis-engine-card {
    background-color: #030303; /* Matches the slightly elevated dark tone */
    border: 1px solid var(--anubis-border-light);
    padding: 40px;
    height: 100%;
    min-height: 240px;
    display: flex;
    flex-direction: column;
}

.anubis-engine-title {
    color: var(--anubis-text-white);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
	    font-family: YapariSemBd;
}

.anubis-engine-subtitle {
    color: #6A6A6A;
    font-size: 0.95rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 30px;
}

.anubis-engine-icon {
    width: 32px;
    height: auto;
    margin-top: auto; /* Pushes icon to the bottom left */
}

/* ==========================================================================
   SECTION 10: THREE INCENTIVE MODELS
   ========================================================================== */
.anubis-incentive-models-section {
    padding: 80px 0 100px 0;
    background-color: var(--anubis-bg-black);
}

.anubis-incentive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--anubis-border-light);
    background-color: var(--anubis-card-bg);
    margin-top: 50px;
}

.anubis-incentive-card {
    padding: 60px 40px;
    border-right: 1px solid var(--anubis-border-light);
    display: flex;
    flex-direction: column;
}

.anubis-incentive-card:last-child {
    border-right: none;
}

.anubis-incentive-title {
    color: var(--anubis-text-white);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 40px;
}

.anubis-incentive-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.anubis-incentive-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.anubis-incentive-list li:last-child {
    margin-bottom: 0;
}

.anubis-list-bullet {
    width: 14px;
    height: auto;
    margin-top: 6px;
    margin-right: 15px;
    flex-shrink: 0; /* Prevents bullet from shrinking on multi-line text */
}

.anubis-incentive-list span {
    color: #7A7A7A; /* Slightly lighter gray than previous subtitles for readability */
    font-size: 0.95rem;
    line-height: 1.65;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS (Append to media queries)
   ========================================================================== */
@media (max-width: 991px) {
    /* Section 9 */
    .anubis-engine-card {
        padding: 30px;
        min-height: 200px;
    }

    /* Section 10 */
    .anubis-incentive-grid {
        grid-template-columns: 1fr; /* Stack into 1 column on smaller tablet/mobile */
    }
    
    .anubis-incentive-card {
        border-right: none;
        border-bottom: 1px solid var(--anubis-border-light);
        padding: 40px 30px;
    }
    
    .anubis-incentive-card:last-child {
        border-bottom: none;
    }
	
	.anubis-flagship-desc-box p{
		font-size: 0.95rem;
		line-height: 1.5;
	}
	
	.anubis-flagship-desc-box br{
		display:none;
	}
	
	.anubis-incentive-models-section {
		padding: 40px 0 80px 0;
		background-color: var(--anubis-bg-black);
	}
	
}


/* ==========================================================================
   SECTION 11: GRANT FRAMEWORK
   ========================================================================== */
.anubis-grant-framework-section {
    padding: 80px 0 100px 0;
    background-color: var(--anubis-bg-black);
}

.anubis-grant-desc {
    margin-bottom: 60px;
}

/* Review Mechanism Header */
.anubis-review-header {
    margin-bottom: 30px;
}

.anubis-review-title {
    color: var(--anubis-text-white);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.anubis-review-line {
    height: 1px;
    width: 100%;
    background-color: var(--anubis-border-light);
}

/* 5-Step Process Flow */
.anubis-grant-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 100%;
}

.anubis-grant-box {
    flex: 1;
    border: 1px solid var(--anubis-border-light);
    background-color: var(--anubis-card-bg);
    padding: 25px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    transition: all 0.3s ease;
}

.anubis-grant-icon {
    height: 42px;
    margin-bottom: 15px;
}

.anubis-grant-text {
    color: #8A8A8A;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-transform: uppercase;
}

.anubis-grant-arrow {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 2 Column Grant Cards */
.anubis-grant-cards-row {
    margin-bottom: 40px;
}

.anubis-grant-card {
    background-color: var(--anubis-card-bg);
    border: 1px solid var(--anubis-border-light);
    padding: 40px;
    height: 100%;
    min-height: 280px;
    position: relative;
    overflow: hidden; /* Prevents background graphics from breaking layout */
}

.anubis-grant-card-title {
    color: var(--anubis-text-white);
    font-size: 1.6rem;
	 font-family: YapariSemBd, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

.anubis-grant-card-desc {
    color: #8A8A8A;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Custom Green Square Bullets */
.anubis-grant-bullet-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: relative;
    z-index: 2; /* Ensures text is above the absolute positioned graphic */
}

.anubis-grant-bullet-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    color: #B0B0B0;
    font-size: 1rem;
}

.anubis-grant-bullet-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: var(--anubis-neon-green);
}

.anubis-grant-card-graphic {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 140px; /* Adjust according to actual exported image dimensions */
    height: auto;
    opacity: 0.8;
    z-index: 1;
}

/* Footer Note */
.anubis-grant-note {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.anubis-note-icon {
    width: 14px;
    margin-top: 6px;
    margin-right: 15px;
    flex-shrink: 0;
}

.anubis-note-text {
    color: #666666;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 991px) {
    .anubis-grant-process {
        flex-wrap: wrap;
        gap: 15px;
    }
    
	.anubis-grant-text {
		font-size: 1rem;
	}
    .anubis-grant-arrow {
        display: none; /* Hide horizontal arrows when wrapped */
    }
    
    .anubis-grant-box {
        min-width: calc(33.333% - 15px); /* 3 in a row on tablet */
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .anubis-grant-box {
        min-width: 100%; /* Full width on mobile */
    }
    
    .anubis-grant-card {
        padding: 30px 20px;
    }
    
    .anubis-grant-card-graphic {
        bottom: 20px;
        right: 20px;
        width: 100px;
        opacity: 0.3; /* Reduce opacity on mobile so text remains readable */
    }
}

/* ==========================================================================
   SECTION 12: JOIN ANUBIS LABS (CTA)
   ========================================================================== */
.anubis-join-section {
    padding: 60px 0 120px 0; /* Extra bottom padding for the end of the page */
    background-color: var(--anubis-bg-black);
}

.anubis-join-card {
    background-color: #111111; /* Very dark gray base */
    background-image: url('../img/bg-join-grid.jpg'); /* Export the perspective grid pattern */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--anubis-border-dark);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.anubis-join-content {
    position: relative;
    z-index: 2;
}

.anubis-join-title {
    color: var(--anubis-text-white);
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.anubis-join-desc {
    color: #A0A0A0;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto 40px auto;
}

.anubis-join-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Note: .anubis-btn-primary and .anubis-btn-secondary are assumed to be 
   already present in your CSS from the Hero Section (Section 1). 
   If they are, you do not need to add anything extra here! 
*/

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 768px) {
    .anubis-join-card {
        padding: 60px 20px;
    }

    .anubis-join-title {
        font-size: 2.2rem;
    }

    .anubis-join-desc {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .anubis-join-actions {
        flex-direction: column;
        gap: 15px;
    }

    .anubis-join-actions .btn {
        width: 100%; /* Make buttons full width on small mobile devices */
        max-width: 320px;
        justify-content: center;
    }
}

