/* --- Corporations --- */
/* .corp-risk-mitigation-section {
    padding: 100px 0;
    background-color: #ffffff; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */


.corp-risk-mitigation-section .style-gold-badge {
    color: #b38a38 !important;
    background-color: rgba(179, 138, 56, 0.1);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
}

.corp-risk-mitigation-section .team-title-wrapper h2 {
    color: white; 
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
}

.corp-risk-mitigation-section .team-title-wrapper p {
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto !important;
    line-height: 1.6;
}

.corp-architecture-stack {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 60px;
}


.architecture-row-item {
    background-color: #f8fafc; 
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    display: grid;
    margin-bottom: 40px !important; 
    grid-template-columns: 1fr 1.2fr; 
    gap: 50px;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.architecture-row-item:hover {
    transform: scale(1.01);
    border-color: #b38a38; /* Gold Border frame shift on hover action */
    box-shadow: 0 15px 30px -10px rgba(10, 37, 64, 0.08);
}

/* Left Metadata Columns */
.arch-meta-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.arch-phase-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b38a38; /* Accent Gold tag */
    letter-spacing: 1px;
}

.architecture-row-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0a2540; /* Primary Corporate Navy */
    margin: 0;
    line-height: 1.2;
}

.arch-financial-impact {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 5px 0 0 0;
}

.arch-financial-impact strong {
    color: #0a2540;
}

/* Right Details Columns */
.arch-details-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.arch-details-side h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.arch-details-side p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.team-title-wrapper {
    background: linear-gradient(135deg, #0a2540 80%, #b38a38 20%);
    padding: 40px 20px;
    border-radius: 0px !important; /* किनारों को गोल से सीधा करने के लिए */
    
    /* 🌟 स्क्रीन के दोनों तरफ अंत तक खींचने के लिए जादुई कोड 🌟 */
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}


/* Text color helpers */
.text-gold { color: #b38a38 !important; }
.text-white { color: #ffffff !important; }
.gold-text { color: #b38a38 !important; }

/* --- Special Center High Contrast Row Override (Navy focus) --- */
.featured-navy-row {
    background-color: #0a2540 !important; /* Premium Deep Navy focal backdrop */
    border-color: #0a2540;
}

.featured-navy-row .arch-financial-impact strong {
    color: #ffffff;
}

.text-slate {
    color: #cbd5e1 !important;
}

/* --- Responsive Layout Configurations for Mobile --- */
@media (max-width: 991px) {
    .architecture-row-item {
        grid-template-columns: 1fr; /* Flips horizontally into stack nodes on tablets */
        gap: 30px;
        padding: 35px;
    }
}

/* --- Corporations Security Trust Matrix Section Styles --- */
.corp-security-trust-section {
    padding: 100px 0;
    background-color: #0a2540; /* Solid Deep Navy focal backdrop for absolute trust */
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
}

.security-split-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* --- Left Column: Narrative Formatting --- */
.security-narrative-side h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0;
    line-height: 1.25;
}

.security-narrative-side p {
    font-size: 16px;
    color: #cbd5e1; /* Clean readability layout color */
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Compliance Stack lists */
.security-compliance-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.compliance-row-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.compliance-bullet {
    background-color: rgba(179, 138, 56, 0.15); /* Matte Gold Tint */
    color: #b38a38;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(179, 138, 56, 0.3);
    flex-shrink: 0;
}

.compliance-row-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 4px 0;
}

.compliance-row-item p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
}

/* --- Right Column: Trust Counters Box UI --- */
.security-metrics-side {
    display: flex;
    justify-content: flex-end;
}

.metrics-overlay-box {
    background: rgba(255, 255, 255, 0.03); /* Translucent premium layer overlay */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px;
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

.trust-metric-node {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.border-top-split {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 30px;
}

.metric-num-label {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    flex-shrink: 0;
    width: 80px;
}

.metric-text-label h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.metric-text-label p {
    font-size: 13px;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.4;
}

/* Utility Helpers */
.text-gold { color: #b38a38 !important; }

/* --- Responsive Media Screen Adapters --- */
@media (max-width: 991px) {
    .security-split-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .security-narrative-side {
        text-align: center;
    }
    
    .compliance-row-item {
        text-align: left;
    }
    
    .security-metrics-side {
        justify-content: center;
    }
    
    .metrics-overlay-box {
        max-width: 100%;
    }
}

/* corporations-innovation-section */
/* Corporations Innovation Section Styling */
.corp-innovation-section {
    background-color: #ffffff; /* Clean White background pichle dark sections ke baad contrast ke liye */
    padding: 80px 0;
}



.corp-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b38a38; /* Gold Accent */
    border: 1px solid #b38a38;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.corp-title-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #0a2540; /* Dark Blue Text */
}

.corp-title-wrapper {
    margin-bottom: 50px;
    max-width: 1320px; /* इसे 700px से बढ़ाकर 1320px किया */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.corp-title-wrapper p {
    max-width: 1320px; /* इसे भी 1320px किया */
    margin: 20px auto 0;
    color: #5b6472;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
    text-align-last: left; 
}

/* 3 Column Grid Layout */
.corp-innovation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.corp-innovation-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 40px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.corp-innovation-card:hover {
    transform: translateY(-5px);
    border-color: #b38a38;
    box-shadow: 0 10px 15px -3px rgba(10, 37, 64, 0.08);
}

.corp-card-icon {
    font-size: 32px;
    color: #b38a38; /* Gold Icon */
    margin-bottom: 20px;
}

.corp-innovation-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0a2540; /* Dark Blue Heading */
    margin-bottom: 12px;
}

.corp-innovation-card p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1; /* Aligns tags at the bottom uniformly */
}

/* Sub-label badge inside cards */
.corp-card-tag {
    align-self: flex-start;
    font-size: 12px;
    font-weight: 600;
    background-color: rgba(10, 37, 64, 0.05);
    color: #0a2540;
    padding: 4px 12px;
    border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .corp-innovation-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .corp-title-wrapper h2 {
        font-size: 28px;
    }
}

/* Corporations Integration Section Styling */
.corp-integration-section {
    background-color: #0a2540; /* Dark Blue Background */
    padding: 80px 0;
    color: #ffffff;
}

.corp-int-title-wrapper {
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.corp-int-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b38a38; /* Gold Accent */
    border: 1px solid #b38a38;
    padding: 5px 15px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.corp-int-title-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #ffffff;
}

.corp-int-title-wrapper p {
    font-size: 16px;
    color: #cbd5e1;
    line-height: 1.6;
}

/* Vertical Timeline Layout */
.corp-int-timeline {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}

/* Timeline central vertical line */
.corp-int-timeline::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    width: 2px;
    background: rgba(179, 138, 56, 0.3); /* Soft Gold Line */
}

.corp-int-step {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
}

.corp-int-step:last-child {
    margin-bottom: 0;
}

.corp-int-num-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #0a2540;
    border: 2px solid #b38a38; /* Gold Circle Border */
    color: #b38a38;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    z-index: 2;
}

.corp-int-content {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px 30px;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s ease;
}

.corp-int-step:hover .corp-int-content {
    background: rgba(255, 255, 255, 0.06);
    border-color: #b38a38;
}

.corp-int-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.corp-int-content p {
    font-size: 15px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 767px) {
    .corp-int-timeline::before {
        left: 20px;
    }
    .corp-int-step {
        gap: 20px;
    }
    .corp-int-num-box {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 16px;
    }
    .corp-int-content {
        padding: 20px;
    }
    .corp-int-title-wrapper h2 {
        font-size: 28px;
    }
}

/* Corporations Final CTA Section Styling */
.corp-cta-section {
    background-color: #ffffff; /* Clean contrast following the previous dark section */
    padding: 80px 0;
}

.corp-cta-card-wrapper {
    background: #0a2540; /* Dark Blue */
    border-radius: 12px;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    box-shadow: 0 20px 40px rgba(10, 37, 64, 0.12);
    border-left: 5px solid #b38a38; /* Thick Gold border on left side */
}

/* Left Content Column */
.corp-cta-content-left {
    flex: 1;
}

.corp-cta-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b38a38; /* Gold Accent */
    margin-bottom: 15px;
}

.corp-cta-content-left h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 15px;
}

.corp-cta-content-left p {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 25px;
}

.corp-cta-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.corp-cta-features li {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.corp-cta-features li i {
    color: #b38a38; /* Gold Checkmark */
}

/* Right Actions Column */
.corp-cta-actions-right {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.corp-btn-stack {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

/* Solid Gold Button */
.corp-btn-gold {
    background-color: #b38a38;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.corp-btn-gold:hover {
    background-color: #94712e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(179, 138, 56, 0.3);
}

/* Transparent Outline Button */
.corp-btn-outline {
    background-color: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.corp-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #b38a38;
    color: #b38a38;
    transform: translateY(-2px);
}

.corp-security-text {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .corp-cta-card-wrapper {
        flex-direction: column;
        padding: 40px;
        gap: 30px;
    }
    .corp-cta-actions-right {
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 575px) {
    .corp-cta-card-wrapper {
        padding: 30px 20px;
    }
    .corp-cta-content-left h2 {
        font-size: 26px;
    }
    .corp-cta-features {
        flex-direction: column;
        gap: 10px;
    }
}


