/* --- GLOBAL STYLES --- */

body {
    font-family: 'Inter', system-ui, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* color: #333; */
}

.about-hero-content h1,
.main-desc,
.sub-desc,
.approach-card h3,
.philo-item h4 {
    font-family: 'Inter', system-ui, sans-serif;
}


/* --- ABOUT HERO --- */

.about-hero {
    padding: 140px 0 0; /* Clear fixed navbar on desktop */
    background: var(--orange);
    overflow: hidden;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: clamp(30px, 5vw, 60px);
    align-items: stretch;
}

.about-hero-media {
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about-hero-content {
    min-width: 0;
    align-self: center;
    padding-bottom: clamp(40px, 6vw, 80px);
}

.image-frame {
    width: min(100%, 420px);
    height: clamp(360px, 42vw, 520px);
    border-radius: 180px 180px 40px 40px;
    overflow: hidden;
    margin-inline: auto;
}

.image-frame img {
    width: 100%;
    height: 145%; /* Zoom in to hide empty bottom space */
    object-fit: cover;
    object-position: center top; /* Align head to top, waist to bottom */
}

.about-hero-content h1 {
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 20px;
    overflow-wrap: anywhere;
    /* color: #000; */
    /* Heading Black */
}

.hero-subtitle {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 500px;
    margin: 20px 0 34px;
    overflow-wrap: break-word;
    /* color: #000; */
    /* Subtitle Black as requested */
}

.badge {
    display: inline-flex;
    /* Flexbox use kiya taaki content center ho sake */
    align-items: center;
    /* Vertically center alignment */
    justify-content: center;
    /* Horizontally center alignment */
    background: #ffffff;
    /* Background color white */
    color: #000000;
    /* Text color black taaki white par dikhe */
    padding: 8px 20px;
    /* Up-neeche aur side ka space */
    border-radius: 50px;
    /* Pill shape look */
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    min-width: 150px;
    /* Thoda width fix kiya taaki centering dikhe */
    text-transform: uppercase;
    max-width: 100%;
    white-space: normal;
}


/* --- INTRO --- */

.company-intro {
    background: #fff;
    padding-top: clamp(52px, 8vw, 90px);
    padding-bottom: clamp(10px, 3vw, 24px);
}

.intro-box {
    max-width: 900px;
    margin: auto;
    text-align: center;
    min-width: 0;
}

.main-desc {
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 1.8;
    margin-bottom: clamp(24px, 5vw, 40px);
    overflow-wrap: break-word;
    /* color: #000; */
    /* Dark Color */
}

.sub-desc {
    font-size: clamp(0.95rem, 1.8vw, 1rem);
    line-height: 1.75;
    overflow-wrap: break-word;
}

.highlight-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.h-item {
    background: #fdf2e3;
    padding: 12px 22px;
    border-radius: 30px;
    font-size: .9rem;
    border: 1px solid #D6882A;
    color: #D6882A;
    font-weight: 600;
}


/* --- DARK CALLOUT --- */

.architects-callout {
    padding: clamp(48px, 7vw, 80px) 0;
    background: #fff;
}

.dark-card {
    background: transparent;
    color: #fff;
    padding: clamp(28px, 6vw, 60px);
    border-radius: clamp(18px, 3vw, 30px);
    text-align: center;
    overflow: hidden;
    
    /* Transparent border with a subtle gradient default state */
    border: 3px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: 
        linear-gradient(#1a1a2e, #1a1a2e), 
        linear-gradient(135deg, rgba(214, 136, 42, 0.15), rgba(33, 150, 243, 0.15));
        
    transition: box-shadow 0.4s ease, transform 0.3s ease;
}

.dark-card:hover {
    background-image: 
        linear-gradient(#1a1a2e, #1a1a2e), 
        conic-gradient(from var(--rotation, 0deg), #D6882A, #FF5613, #2196F3, #9F4EFF, #D6882A);
    box-shadow: 0 12px 35px rgba(214, 136, 42, 0.25);
    transform: translateY(-2px);
}

.dark-card h2 {
    font-size: clamp(1.35rem, 3vw, 2rem);
    color: #D6882A;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}

.dark-card p {
    margin: 0 auto;
    max-width: 900px;
    overflow-wrap: break-word;
}


/* --- APPROACH (Expertise Section - Updated & Compact) --- */

/* --- GRADIENT CARDS (Expertise Section) --- */

.our-approach {
    padding: clamp(80px, 10vw, 120px) 0;
    background: #fdfdfd;
}

.approach-head h2 {
    text-align: center;
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--ink);
    margin-bottom: clamp(40px, 6vw, 60px);
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.gradient-card-wrapper {
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gradient-card-wrapper:hover {
    transform: scale(1.03) translateY(-4px);
}

.gradient-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    min-height: 220px;
}

.gradient-card-wrapper:hover .gradient-card {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Gradients */
.gradient-card.orange {
    background: linear-gradient(135deg, #fffcf6 0%, #fff3e0 100%);
    border: 1px solid rgba(214, 136, 42, 0.15);
}
.gradient-card.green {
    background: linear-gradient(135deg, #f7fdf9 0%, #e8f5e9 100%);
    border: 1px solid rgba(16, 185, 129, 0.15);
}
.gradient-card.gray {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid rgba(75, 85, 99, 0.15);
}
.gradient-card.purple {
    background: linear-gradient(135deg, #fdfbfe 0%, #f3e5f5 100%);
    border: 1px solid rgba(139, 92, 246, 0.15);
}
.gradient-card.blue {
    background: linear-gradient(135deg, #f7faff 0%, #e3f2fd 100%);
    border: 1px solid rgba(31, 79, 255, 0.15);
}
.gradient-card.rose {
    background: linear-gradient(135deg, #fff5f6 0%, #ffe4e6 100%);
    border: 1px solid rgba(236, 72, 153, 0.15);
}

.card-content-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
}

.gradient-card .card-icon {
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 90px;
    height: 90px;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
}

.gradient-card .card-icon svg {
    width: 100%;
    height: 100%;
}

.gradient-card-wrapper:hover .card-icon {
    transform: scale(1.15) rotate(8deg);
    opacity: 0.28;
}

.gradient-card.orange .card-icon { color: #d6882a; }
.gradient-card.green .card-icon { color: #10b981; }
.gradient-card.gray .card-icon { color: #4b5563; }
.gradient-card.purple .card-icon { color: #8b5cf6; }
.gradient-card.blue .card-icon { color: #1f4fff; }
.gradient-card.rose .card-icon { color: #ec4899; }

.gradient-card .card-number {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: 'Outfit', sans-serif;
}

.gradient-card.orange .card-number { color: #d6882a; }
.gradient-card.green .card-number { color: #10b981; }
.gradient-card.gray .card-number { color: #4b5563; }
.gradient-card.purple .card-number { color: #8b5cf6; }
.gradient-card.blue .card-number { color: #1f4fff; }
.gradient-card.rose .card-number { color: #ec4899; }

.gradient-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0;
    line-height: 1.4;
    max-width: 250px;
}


/* --- DYNAMICS --- */

.dynamics {
    padding: clamp(52px, 7vw, 80px) 0 clamp(44px, 6vw, 60px);
    background: #f9f9f9;
}

.dynamics-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
    font-style: italic;
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #555;
    overflow-wrap: break-word;
}

.dynamics-content p {
    margin: 0;
}


/* --- PHILOSOPHY --- */

.philosophy {
    background: #fff;
    padding: clamp(56px, 8vw, 100px) 0;
}

.philosophy-wrapper {
    background: transparent;
    padding: clamp(30px, 6vw, 80px);
    border-radius: clamp(18px, 3vw, 30px);
    color: #fff;
    text-align: center;
    overflow: hidden;
    
    /* Transparent border with a subtle gradient default state */
    border: 3px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: 
        linear-gradient(#1a1a2e, #1a1a2e), 
        linear-gradient(135deg, rgba(214, 136, 42, 0.15), rgba(33, 150, 243, 0.15));
        
    transition: box-shadow 0.4s ease, transform 0.3s ease;
}

.philosophy-wrapper:hover {
    background-image: 
        linear-gradient(#1a1a2e, #1a1a2e), 
        conic-gradient(from var(--rotation, 0deg), #D6882A, #FF5613, #2196F3, #9F4EFF, #D6882A);
    box-shadow: 0 12px 35px rgba(214, 136, 42, 0.25);
    transform: translateY(-2px);
}

.philosophy-wrapper h2 {
    font-size: clamp(1.45rem, 3.5vw, 2rem);
    margin-bottom: clamp(22px, 4vw, 30px);
    color: #D6882A;
    overflow-wrap: break-word;
}

.philo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 40px);
    margin-top: clamp(28px, 5vw, 40px);
}

.philo-item {
    min-width: 0;
}

.philo-item h4 {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #D6882A;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}

.philo-item p {
    margin: 0;
    overflow-wrap: break-word;
}

.closing-text {
    margin-top: clamp(30px, 5vw, 40px);
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.closing-text p {
    margin: 0 auto 14px;
    max-width: 940px;
    overflow-wrap: break-word;
}

.closing-text p:last-child {
    margin-bottom: 0;
}

.closing-statement {
    margin-top: clamp(34px, 6vw, 50px);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: clamp(22px, 4vw, 30px);
}

.closing-statement h3 {
    font-size: clamp(1.15rem, 3vw, 1.5rem);
    font-weight: 700;
    color: #fff;
    margin: 0;
    overflow-wrap: break-word;
}


/* --- RESPONSIVE FIX: Tablet layouts keep two-column cards while preventing overflow. --- */

@media(max-width:900px) {
    .about-hero {
        padding-top: 110px; /* Clear fixed navbar on mid-size screens */
    }
    .about-hero-grid {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "content"
            "media";
        text-align: center;
        gap: 30px;
    }
    .about-hero-content {
        padding-bottom: 0;
        grid-area: content; /* Restrict grid placement to mobile query */
    }
    .about-hero-media {
        grid-area: media; /* Restrict grid placement to mobile query */
    }
    .hero-subtitle {
        margin-inline: auto;
    }
    .image-frame {
        width: min(78vw, 340px);
        height: clamp(330px, 58vw, 440px);
        margin: 0 auto;
    }
    .approach-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .philo-grid {
        grid-template-columns: 1fr;
    }
}


/* --- TABLET FIX: Reduce panel padding and keep readable line lengths on mid-sized screens. --- */

@media(min-width:481px) and (max-width:768px) {
    .about-hero {
        padding-top: 110px; /* Clear navbar */
    }
    .dark-card,
    .philosophy-wrapper {
        padding-inline: 36px;
    }
    .approach-card {
        min-height: 120px;
    }
}


/* --- MOBILE FIX: Single-column layout, smaller spacing, and edge-safe content for 320px screens. --- */

@media(max-width:600px) {
    .approach-grid {
        grid-template-columns: 1fr;
        /* Mobile pe single column */
    }
    .about-hero-content h1 {
        font-size: clamp(1.85rem, 9vw, 2.2rem);
    }
}

@media(max-width:480px) {
    .about-hero {
        padding-top: 100px; /* Clear navbar on mobile */
    }
    .about-hero-grid {
        gap: 26px;
    }
    .image-frame {
        width: min(86vw, 300px);
        height: clamp(300px, 100vw, 370px);
        border-radius: 140px 140px 28px 28px;
    }
    .badge {
        min-width: 0;
        width: auto;
        padding: 8px 16px;
        font-size: 0.72rem;
        letter-spacing: 0.8px;
    }
    .hero-subtitle,
    .sub-desc,
    .dark-card p,
    .dynamics-content,
    .closing-text {
        line-height: 1.65;
    }
    .dark-card,
    .philosophy-wrapper {
        border-radius: 18px;
    }
    .gradient-card {
        min-height: 180px;
        padding: 25px 20px;
    }
    .gradient-card .card-icon {
        width: 80px;
        height: 80px;
        right: -10px;
        bottom: -10px;
    }
}

/* ================= GLOBAL SOURCING PROCESS ================= */

.global-sourcing-process {
    padding: clamp(80px, 10vw, 120px) 0;
    background: #fdfdfd;
    position: relative;
}

/* Two-column layout grid for desktop */
.process-layout-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

/* Left side sticky content */
.process-left-sticky {
    position: sticky;
    top: 140px; /* Space for the navigation bar */
    height: auto;
    padding-bottom: 40px;
}

.process-left-sticky .process-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(214, 136, 42, 0.1);
    color: var(--orange);
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.process-left-sticky h2 {
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 20px;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.process-left-sticky .process-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--muted);
}

/* Right side scroll/stack container */
.process-scroll-container {
    display: flex;
    flex-direction: column;
    gap: 30px; /* Space between cards as they flow */
    position: relative;
    padding-bottom: 50px;
}

/* Sticky stacking cards style */
.process-sticky-card {
    position: sticky;
    top: calc(140px + var(--index) * 20px);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    z-index: var(--index);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.process-sticky-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(214, 136, 42, 0.08);
    border-color: rgba(214, 136, 42, 0.25);
}

.card-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.process-sticky-card .process-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(214, 136, 42, 0.08);
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 0; /* Override default */
    transition: all 0.3s ease;
}

.process-sticky-card:hover .process-icon-box {
    background: var(--orange);
    color: #ffffff;
}

.process-sticky-card .process-number {
    position: static; /* Reset absolute positioning */
    font-size: 1.6rem;
    font-weight: 800;
    color: rgba(214, 136, 42, 0.25);
    font-family: 'Outfit', sans-serif;
}

.process-sticky-card .step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.process-sticky-card .step-desc {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
}

/* Responsive styles */
@media(max-width: 991px) {
    .process-layout-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .process-left-sticky {
        position: static;
        padding-bottom: 0;
        text-align: center;
    }
    
    .process-scroll-container {
        gap: 20px;
    }
    
    .process-sticky-card {
        position: sticky;
        top: calc(80px + var(--index) * 15px);
        padding: 25px 20px;
    }
}

.process-footer-info {
    max-width: 800px;
    margin: 60px auto 0;
    text-align: center;
    background: rgba(214, 136, 42, 0.03);
    border: 1px dashed rgba(214, 136, 42, 0.2);
    padding: 30px 40px;
    border-radius: 16px;
    position: relative;
    z-index: 2;
}

.process-footer-info h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
}

.process-footer-info p {
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
}

.process-cta-box {
    background: linear-gradient(135deg, #16162a 0%, #0d0d1a 100%);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    max-width: 1200px;
    margin: 80px auto 0;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}

.process-cta-box h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 16px;
    color: #ffffff;
}

.process-cta-box p {
    font-size: clamp(0.98rem, 2vw, 1.1rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0 auto 32px;
}

.process-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-orange {
    background: var(--orange);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid var(--orange);
}

.btn-orange:hover {
    background: #c2761f;
    border-color: #c2761f;
    transform: translateY(-2px);
}

.btn-blue-outline {
    background: transparent;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-blue-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* ================= VISION & MISSION ================= */

.vision-mission {
    padding: clamp(80px, 10vw, 120px) 0;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%), url('../images/vm-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #ffffff;
    position: relative;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.vm-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vm-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.vm-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 24px;
}

.vm-badge {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.vm-heading {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.vm-body-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vm-body-text p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.vm-quote-box {
    margin-top: 30px;
    padding: 24px 28px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    width: 100%;
}

.vm-quote-text {
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-weight: 500;
}

/* ================= ADDITIONAL RESPONSIVE ADJUSTMENTS ================= */

@media(max-width: 991px) {
    .vm-card {
        padding: 38px 30px;
    }
}

@media(max-width: 768px) {
    .vision-mission-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .vm-card {
        padding: 32px 24px;
    }
}

/* ================= BIMI ACRONYM EXPLANATION SECTION ================= */
.bimi-explanation-section {
    padding: clamp(60px, 8vw, 100px) 0;
    background: #fdfdfd;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.explanation-head {
    text-align: center;
    max-width: 750px;
    margin: 0 auto clamp(40px, 6vw, 60px);
}

.expl-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(214, 136, 42, 0.1);
    color: var(--orange);
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.explanation-head h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: #1a1a2e; /* Explicit brand dark blue color */
    font-weight: 800;
    margin-bottom: 16px;
}

.explanation-head h2 span {
    color: var(--orange);
}

.explanation-head p {
    font-size: 1.05rem;
    color: var(--muted);
    line-height: 1.6;
}

.acronym-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.acronym-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: clamp(20px, 3vw, 30px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.acronym-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(214, 136, 42, 0.08);
    border-color: rgba(214, 136, 42, 0.2);
}

.letter-box {
    width: 54px;
    height: 54px;
    background: var(--orange);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 6px 15px rgba(214, 136, 42, 0.25);
}

.acronym-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
}

.acronym-content p {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.6;
    margin: 0;
}

/* Worldwide full-width card */
.worldwide-card {
    max-width: 1200px;
    margin: 30px auto 0;
    background: transparent;
    border-radius: 20px;
    padding: clamp(30px, 4vw, 45px);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    overflow: hidden;
    
    /* Transparent border with a subtle gradient default state */
    border: 3px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: 
        linear-gradient(135deg, #1a1a2e 0%, #111122 100%), 
        linear-gradient(135deg, rgba(214, 136, 42, 0.15), rgba(33, 150, 243, 0.15));
        
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.worldwide-card:hover {
    background-image: 
        linear-gradient(135deg, #1a1a2e 0%, #111122 100%), 
        conic-gradient(from var(--rotation, 0deg), #D6882A, #FF5613, #2196F3, #9F4EFF, #D6882A);
    box-shadow: 0 15px 45px rgba(214, 136, 42, 0.25);
    transform: translateY(-2px);
}

.worldwide-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(214, 136, 42, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.worldwide-header {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.world-globe {
    width: 60px;
    height: 60px;
    background: rgba(214, 136, 42, 0.15);
    border: 1px solid rgba(214, 136, 42, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--orange);
    animation: spinGlobe 15s linear infinite;
}

@keyframes spinGlobe {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.worldwide-header h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.worldwide-card p {
    font-size: 1.05rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0;
    max-width: 800px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .acronym-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .worldwide-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .acronym-grid {
        grid-template-columns: 1fr;
    }
    .worldwide-header h3 {
        font-size: 1.5rem;
    }
    .worldwide-card p {
        font-size: 0.95rem;
    }
}