/* --- Licensing Asymmetric Blueprint Section Styles --- */

/* --- Licensing Hero Section Styles --- */
.licensing-hero-section {
    padding: 100px 0 120px 0;
    background-color: #0a2540; 
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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


.licensing-hero-section .gold-badge {
    color: #b38a38 !important;
    background-color: rgba(179, 138, 56, 0.15);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Typography Structure */
.lic-hero-content h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin: 20px 0;
}

.lic-hero-content p {
    font-size: 17px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* Action Controls Panel */
.lic-hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.lic-primary-btn {
    display: inline-block;
    background-color: #b38a38; 
    color: #ffffff;
    padding: 15px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(179, 138, 56, 0.3);
}

.lic-primary-btn:hover {
    background-color: #96732e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(179, 138, 56, 0.5);
    color:#0a2540;
}

.lic-secondary-btn {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lic-secondary-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #b38a38;
    color:#b38a38;
}


.lic-hero-visual {
    display: flex;
    justify-content: flex-end;
}

.lic-deal-flow-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    width: 100%;
    max-width: 440px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.lic-card-top {
    background: rgba(0, 0, 0, 0.2);
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lic-window-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 4px;
}

.lic-card-top p {
    font-size: 12px;
    color: #94a3b8;
    margin: 0 0 0 auto;
    font-weight: 500;
}

.lic-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lic-node-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.border-top-dash {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.lic-node-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.node-tag {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.node-status {
    font-size: 11px;
    font-weight: 700;
}

.status-active {
    color: #10b981; 
}

.lic-node-item h4 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.lic-node-item p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.4;
}


.text-gold { color: #b38a38 !important; }

@media (max-width: 991px) {
    .lic-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .lic-hero-actions {
        justify-content: center;
    }

    .lic-hero-visual {
        justify-content: center;
    }
    
    .lic-deal-flow-card {
        max-width: 100%;
    }
    
    .lic-node-item {
        text-align: left;
    }
    
    .lic-hero-content h1 {
        font-size: 34px;
    }
}

.lic-monetization-blueprint-section {
    padding: 100px 0;
    background-color: #ffffff; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.lic-monetization-blueprint-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;
}


.lic-monetization-blueprint-section .team-title-wrapper h2 {
    color: #0a2540; 
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
}

.lic-monetization-blueprint-section .team-title-wrapper p {
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* --- Asymmetric Blueprint Stack --- */
.lic-blueprint-stack {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 60px;
}

/* --- Individual Row Structure Base --- */
.blueprint-row-card {
    background-color: #f8fafc; 
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1.2fr; 
    gap: 50px;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blueprint-row-card:hover {
    transform: scale(1.01);
    border-color: #b38a38; 
    box-shadow: 0 15px 30px -10px rgba(10, 37, 64, 0.08);
}

/* Left Metadata Rail */
.blueprint-meta-rail {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blueprint-step-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b38a38; /* Matte Gold steps */
    letter-spacing: 1px;
}

.blueprint-row-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0a2540; /* Primary Navy title text */
    margin: 0;
    line-height: 1.2;
}

.blueprint-scope-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 5px 0 0 0;
}

.blueprint-scope-text strong {
    color: #0a2540;
}

/* Right Details Rail */
.blueprint-details-rail {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

/* Utility layout color weights */
.text-gold { color: #b38a38 !important; }
.text-white { color: #ffffff !important; }
.gold-text { color: #b38a38 !important; }


.featured-navy-blueprint {
    background-color: #0a2540 !important; 
    border-color: #0a2540;
}

.featured-navy-blueprint .blueprint-scope-text strong {
    color: #ffffff;
}

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


@media (max-width: 991px) {
    .blueprint-row-card {
        grid-template-columns: 1fr; 
        gap: 30px;
        padding: 35px;
    }
}

.lic-revenue-stack-section {
    padding: 100px 0;
    background-color: #f8fafc; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.lic-revenue-stack-section .revenue-text-side .style-gold-badge {
    color: #b38a38 !important; /* टेक्स्ट का कलर बदलने के लिए */
    font-size: 13px;
    font-weight: 600;
}

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


.revenue-text-side h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0a2540; 
    margin: 20px 0;
    line-height: 1.25;
}

.revenue-text-side p {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Checklist indicators system */
.revenue-feature-checks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rev-check-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.rev-gold-dot {
    width: 8px;
    height: 8px;
    background-color: #b38a38; 
    border-radius: 50%;
    margin-top: 7px;
    flex-shrink: 0;
}

.rev-check-item p {
    font-size: 14px;
    color: #334155;
    margin: 0;
    line-height: 1.5;
}

.rev-check-item strong {
    color: #0a2540;
}


.revenue-visual-side {
    width: 100%;
}

.yield-window-mockup {
    background-color: #0a2540; 
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px -15px rgba(10, 37, 64, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Window Top Toolbar panel */
.yield-mockup-header {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.yield-mockup-header h4 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.yield-indicator-flag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #b38a38;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* Internal Diagnostic Matrix data panels */
.yield-mockup-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.yield-metric-box {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 20px;
}

.yield-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.yield-node-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.yield-percentage {
    font-size: 13px;
    font-weight: 700;
}

/* Custom Data Bars Simulation Rails */
.yield-progress-rail {
    width: 100%;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.yield-progress-fill {
    height: 100%;
    background-color: #b38a38; 
    border-radius: 10px;
}

.yield-progress-fill.fill-slate {
    background-color: #64748b;
}

.yield-node-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.4;
    margin: 0;
}


.text-gold { color: #b38a38 !important; }
.text-slate { color: #64748b !important; }


@media (max-width: 991px) {
    .revenue-split-grid {
        grid-template-columns: 1fr; 
        gap: 50px;
    }
    
    .revenue-text-side {
        text-align: center;
    }
    
    .rev-check-item {
        text-align: left;
    }
}


.lic-evidence-stack-section {
    padding: 20px 0;
    background-color: #ffffff; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.lic-evidence-stack-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;
}


.lic-evidence-stack-section .team-title-wrapper h2 {
    color: #0a2540; 
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
}

.lic-evidence-stack-section .team-title-wrapper p {
    color: #475569;
    max-width: 600px;
    margin: 0 auto !important;
    line-height: 1.6;
}

.evidence-main-stack {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
    align-items: stretch;
}


.evidence-asym-card {
    background: #f8fafc; 
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.evidence-asym-card:hover {
    background: #ffffff;
    transform: translateY(-8px);
    border-color: #b38a38; 
    box-shadow: 0 20px 30px -10px rgba(10, 37, 64, 0.05);
}


.card-accent-strip {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #0a2540; 
}

.card-accent-strip.gold-strip {
    background-color: #b38a38; 
}


.evidence-card-body {
    padding: 40px 35px 40px 45px; 
    display: flex;
    flex-direction: column;
}

.evidence-index {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b38a38; /* Gold tracker labels */
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.evidence-asym-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0a2540; /* Navy Heading */
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.evidence-asym-card p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}


.dark-navy-asym {
    background-color: #0a2540 !important; 
    border-color: #0a2540;
}

.dark-navy-asym:hover {
    border-color: #b38a38; 
}


.text-white { color: #ffffff !important; }
.text-gold { color: #b38a38 !important; }
.text-slate { color: #cbd5e1 !important; }


@media (max-width: 991px) {
    .evidence-main-stack {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .evidence-card-body {
        padding: 35px 30px 35px 40px;
    }
}

/* add new section */
/* Licensing Monetization Section Styling */
.lic-monetization-section {
    background-color: #0a2540; 
    padding: 80px 0;
    color: #ffffff;
}

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

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

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

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

/* Grid System */
.lic-monetization-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.lic-monetization-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.lic-monetization-card:hover {
    transform: translateY(-5px);
    border-color: #b38a38;
    background: rgba(255, 255, 255, 0.06);
}

/* Center Highlighted Card */
.lic-monetization-card.featured-gold {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid #b38a38; /* Gold Border */
    box-shadow: 0 12px 30px rgba(179, 138, 56, 0.15);
}

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

.lic-monetization-card h3 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.4;
}

.lic-monetization-card p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Infrastructure */
@media (max-width: 991px) {
    .lic-monetization-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
        gap: 40px;
    }
}

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

/* Licensing Global Coverage Section Styling */
.lic-global-section {
    background-color: #ffffff; /* Clean white background for contrast after previous dark section */
    padding: 80px 0;
}

.lic-gl-title-wrapper {
    margin-bottom: 55px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.lic-gl-title-wrapper p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
}

/* Row Grid Layout */
.lic-gl-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.lic-gl-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.lic-gl-item:hover {
    border-color: #b38a38; /* Gold Hover Highlight */
    box-shadow: 0 10px 20px rgba(10, 37, 64, 0.05);
}

.lic-gl-icon-box {
    font-size: 26px;
    color: #b38a38; /* Gold Icon */
    background: rgba(179, 138, 56, 0.1); /* Soft Gold Background Tint */
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.lic-gl-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0a2540; /* Dark Blue Heading */
    margin-bottom: 10px;
}

.lic-gl-text p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Structural Controls */
@media (max-width: 767px) {
    .lic-gl-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lic-gl-title-wrapper h2 {
        font-size: 28px;
    }
}


