/* Cro Hero Video Module
 * Block 3 - Modern Flat Design with Vivid Colors - COMPACT VERSION
 * Primary: var(--color-primary-normal-bg) for active elements
 * Secondary: var(--color-secondary-normal-bg) for backgrounds
 * ------------------------------------------------------------------------------------------------------------------ */

/* =================================================================== */
/* SVG ICON STYLING - Colorful Vibrant Icons */
/* =================================================================== */

.svg-icon-img {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

/* Stat icons - White */
.stat-svg {
    width: 1.5rem;
    height: 1.5rem;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: all 0.2s ease;
}

.stat-item.active .stat-svg,
.stat-item:hover .stat-svg {
    opacity: 1;
    transform: scale(1.1);
}

/* Tab icons - White default, stays white on active */
.tab-svg {
    width: 1rem;
    height: 1rem;
    filter: brightness(0) invert(1);
    transition: transform 0.2s ease;
}

/* Badge icons - Cyan */
.badge-svg {
    width: 0.875rem;
    height: 0.875rem;
    filter: brightness(0) saturate(100%) invert(65%) sepia(70%) saturate(500%) hue-rotate(145deg) brightness(100%);
}

/* Benefit icons - Cyan/Teal */
.benefit-svg {
    width: 1.125rem;
    height: 1.125rem;
    filter: brightness(0) saturate(100%) invert(70%) sepia(50%) saturate(500%) hue-rotate(140deg) brightness(100%) contrast(95%);
}

/* Verify button icon - White */
.verify-icon .svg-icon-img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.375rem;
    filter: brightness(0) invert(1);
}

/* Contact icons - Green */
.contact-svg {
    width: 1.25rem;
    height: 1.25rem;
    filter: brightness(0) saturate(100%) invert(56%) sepia(53%) saturate(652%) hue-rotate(106deg) brightness(101%) contrast(94%);
    transition: transform 0.2s ease;
}

.contact-method-compact:hover .contact-svg {
    transform: scale(1.15);
}

/* Fact icons - Colorful based on position */
.fact-svg {
    width: 1rem;
    height: 1rem;
}

/* Certificate icons - Green */
.cert-svg {
    width: 1.25rem;
    height: 1.25rem;
    filter: brightness(0) saturate(100%) invert(56%) sepia(53%) saturate(652%) hue-rotate(106deg) brightness(101%) contrast(94%);
    margin-right: 0.5rem;
}

/* Verified icon - Green */
.verified-svg {
    width: 1.125rem;
    height: 1.125rem;
    filter: brightness(0) saturate(100%) invert(56%) sepia(53%) saturate(652%) hue-rotate(106deg) brightness(101%) contrast(94%);
}

.fact-icon,
.contact-icon-compact,
.pill-icon-compact,
.badge-icon-compact,
.benefit-icon-compact,
.stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fact-icon .svg-icon-img {
    width: 1rem;
    height: 1rem;
}

.contact-icon-compact .svg-icon-img {
    width: 1.25rem;
    height: 1.25rem;
}

.pill-icon-compact .svg-icon-img {
    width: 1rem;
    height: 1rem;
}

.badge-icon-compact .svg-icon-img,
.benefit-icon-compact .svg-icon-img {
    width: 0.875rem;
    height: 0.875rem;
}

.cert-title-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 0.5rem;
}

/* =================================================================== */
/* HERO CONTAINER - NO MARGINS - Solid Secondary Background */
/* =================================================================== */

.hero-compact-video {
    position: relative;
    width: 100%;
    background: var(--color-secondary-normal-bg);
    margin: 0 !important;
    overflow: hidden;
}

.hero-video-container {
    position: relative;
    min-height: auto;
    width: 100%;
    overflow: hidden;
    background: var(--color-secondary-normal-bg);
    padding: 12px 16px 16px;
    margin: 0 !important;
}

/* Module section reset - no gaps */
.section-hero-compact-video,
.modular-row.section-hero-compact-video {
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide video background completely */
.hero-video-bg {
    display: none !important;
}

.hero-video-overlay {
    display: none !important;
}

/* =================================================================== */
/* QUICK STATS WIDGET (Replaces Dropdown) - Horizontal Pills */
/* =================================================================== */

.hero-industry-stats {
    width: 100%;
    padding: 0 16px 12px;
    position: relative;
    z-index: 10;
}

.stats-grid {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.stat-item:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
}

/* Active state - Clean flat outline */
.stat-item.active {
    background: transparent;
    border: 2px solid var(--color-primary-normal-bg);
    color: white;
}

.stat-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon .svg-icon-img {
    width: 16px;
    height: 16px;
    transition: filter 0.2s ease;
}

.stat-item.active .stat-icon .svg-icon-img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(53%) saturate(652%) hue-rotate(106deg) brightness(101%) contrast(94%);
}

.stat-label {
    font-weight: 700;
}

.stat-count {
    font-size: 0.65rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 800;
    transition: all 0.2s ease;
}

.stat-item.active .stat-count {
    background: rgba(16, 185, 129, 0.2);
    color: #10B981;
}

/* Hide old dropdown elements */
.hero-industry-badge {
    display: none !important;
}

/* =================================================================== */
/* VIDEO CARD - Compact */
/* =================================================================== */

.hero-video-card {
    position: relative;
    background: #151a28;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 12px;
}

.video-card-header {
    margin-bottom: 10px;
}

.video-card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 4px 0;
    font-size: 0.9rem;
    font-weight: 800;
    color: white;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #EF4444;
    color: white;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.live-badge::before {
    content: '';
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
    animation: blink-live 1s infinite;
}

@keyframes blink-live {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.video-card-meta {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Video Embed Container */
.video-embed-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    aspect-ratio: 16/9;
    background: #0d1117;
}

.hero-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-controls-overlay {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    gap: 6px;
}

.video-control-btn {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.video-control-btn:hover {
    background: var(--color-primary-normal-bg);
    border-color: var(--color-primary-normal-bg);
}

.video-control-btn svg {
    width: 14px;
    height: 14px;
}

/* =================================================================== */
/* CHAPTER PILLS - Compact Inline */
/* =================================================================== */

.video-chapters {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.chapter-pill {
    flex: 1;
    min-width: 75px;
    padding: 6px 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.65rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.chapter-pill:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
}

/* Active state - Clean flat outline */
.chapter-pill.active {
    background: transparent;
    border: 2px solid var(--color-primary-normal-bg);
    color: white;
}

.chapter-number {
    font-size: 0.55rem;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    padding: 2px 6px;
    border-radius: 20px;
    font-weight: 800;
    transition: all 0.2s ease;
}

.chapter-pill.active .chapter-number {
    background: rgba(16, 185, 129, 0.2);
    color: #10B981;
}

/* =================================================================== */
/* QUICK FACTS - TINY COMPACT with Transform Scale */
/* =================================================================== */

.video-quick-facts {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    transform: scale(0.9);
    transform-origin: center center;
    margin-bottom: -4px;
    justify-content: center;
}

.fact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    flex: 1;
    min-width: 110px;
}

.fact-item:nth-child(1) {
    background: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.25);
}

.fact-item:nth-child(2) {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.25);
}

.fact-item:nth-child(3) {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.25);
}

.fact-item:hover {
    transform: translateY(-2px);
}

.fact-icon {
    font-size: 1rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
}

.fact-item:nth-child(1) .fact-icon {
    background: rgba(251, 191, 36, 0.2);
}

.fact-item:nth-child(2) .fact-icon {
    background: rgba(16, 185, 129, 0.2);
}

.fact-item:nth-child(3) .fact-icon {
    background: rgba(59, 130, 246, 0.2);
}

/* Color-specific icon filters */
.fact-item:nth-child(1) .fact-svg,
.fact-item:nth-child(1) .svg-icon-img {
    filter: brightness(0) saturate(100%) invert(80%) sepia(60%) saturate(600%) hue-rotate(350deg) brightness(105%);
}

.fact-item:nth-child(2) .fact-svg,
.fact-item:nth-child(2) .svg-icon-img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(53%) saturate(652%) hue-rotate(106deg) brightness(101%) contrast(94%);
}

.fact-item:nth-child(3) .fact-svg,
.fact-item:nth-child(3) .svg-icon-img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(80%) saturate(500%) hue-rotate(190deg) brightness(105%);
}

.fact-text {
    font-size: 0.72rem;
    color: white;
    font-weight: 700;
    flex: 1;
    line-height: 1.3;
}

/* =================================================================== */
/* VoC TESTIMONIAL CARD - Compact */
/* =================================================================== */

.hero-voc-card-compact {
    background: #151a28;
    border: 2px solid rgba(251, 191, 36, 0.25);
    border-radius: 14px;
    padding: 12px;
    position: relative;
    overflow: hidden;
}

.hero-voc-card-compact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FBBF24, #F59E0B);
}

.voc-compact-content {
    min-height: 65px;
}

.voc-stars {
    margin-bottom: 8px;
    display: flex;
    gap: 2px;
}

.voc-stars svg {
    color: #FBBF24;
    width: 14px;
    height: 14px;
}

.voc-testimonial-item {
    display: none;
    animation: fadeInUp 0.3s ease;
}

.voc-testimonial-item.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.voc-quote {
    font-size: 0.82rem;
    font-weight: 700;
    color: white;
    margin: 0 0 8px 0;
    line-height: 1.4;
    font-style: italic;
}

.voc-author {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.voc-author strong {
    color: #FBBF24;
}

.voc-progress-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.voc-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.voc-dot:hover {
    background: rgba(255, 255, 255, 0.3);
}

.voc-dot.active {
    width: 22px;
    border-radius: 8px;
    background: #FBBF24;
}

/* =================================================================== */
/* CONTACT CARD - COMPACT with Transform Scale */
/* =================================================================== */

.hero-contact-card-compact {
    background: #151a28;
    border: 2px solid rgba(16, 185, 129, 0.25);
    border-radius: 14px;
    padding: 10px 12px;
    transform: scale(0.92);
    transform-origin: top center;
    margin-bottom: 0 !important;
}

.contact-compact-title {
    font-size: 0.7rem;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.contact-methods-compact {
    display: flex;
    gap: 8px;
}

.contact-method-compact {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 8px;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.contact-method-compact:hover {
    background: rgba(16, 185, 129, 0.15);
    border-color: #10B981;
    transform: translateY(-2px);
}

.contact-icon-compact {
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(16, 185, 129, 0.15);
    border-radius: 10px;
    transition: all 0.2s ease;
}

.contact-method-compact:hover .contact-icon-compact {
    background: rgba(16, 185, 129, 0.3);
    transform: scale(1.05);
}

.contact-icon-compact svg,
.contact-icon-compact img {
    width: 20px;
    height: 20px;
}

.contact-label-compact {
    font-size: 0.7rem;
    font-weight: 800;
    color: white;
}

/* Hide footer */
.contact-footer-compact {
    display: none;
}

/* =================================================================== */
/* TABS CARD - COMPACT */
/* =================================================================== */

.hero-tabs-card-compact {
    background: #151a28;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 12px;
    overflow: hidden;
}

/* =================================================================== */
/* TABS PILL NAV - TINY with Transform Scale */
/* =================================================================== */

.tabs-pill-nav-compact {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
    transform: scale(0.88);
    transform-origin: center center;
}

/* Inactive tabs - Striped dashed outline */
.tab-pill-compact {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    background: transparent;
    border: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tab-pill-compact:hover {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.9);
}

/* Active tab - Bold solid outline */
.tab-pill-compact.active {
    background: transparent;
    border: 2px solid var(--color-primary-normal-bg);
    border-style: solid;
    color: white;
}

.pill-icon-compact {
    font-size: 0.9rem;
    line-height: 1;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

.tab-pill-compact.active .pill-icon-compact {
    background: rgba(16, 185, 129, 0.2);
}

.tab-pill-compact.active .pill-icon-compact .svg-icon-img,
.tab-pill-compact.active .pill-icon-compact .tab-svg {
    filter: brightness(0) saturate(100%) invert(56%) sepia(53%) saturate(652%) hue-rotate(106deg) brightness(101%) contrast(94%);
}

.pill-label-compact {
    font-size: 0.68rem;
    line-height: 1.2;
}

/* Tab Content */
.tabs-compact-content {
    position: relative;
    min-height: 160px;
}

.tab-compact-pane {
    display: none;
    animation: fadeIn 0.25s ease;
}

.tab-compact-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* =================================================================== */
/* TRUST SCORE TAB - Compact */
/* =================================================================== */

.trust-score-compact {
    text-align: center;
    margin-bottom: 10px;
}

.trust-number-compact {
    font-size: 2.2rem;
    font-weight: 900;
    color: white;
    line-height: 1;
}

.trust-denom-compact {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}

.trust-bar-compact {
    height: 6px;
    background: rgba(6, 182, 212, 0.15);
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.trust-bar-fill-compact {
    height: 100%;
    background: linear-gradient(90deg, #06B6D4, #0891B2);
    border-radius: 6px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.trust-badges-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 10px;
}

.trust-badge-compact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 10px;
    background: rgba(6, 182, 212, 0.08);
    border: 1px solid rgba(6, 182, 212, 0.2);
    border-radius: 10px;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.trust-badge-compact:hover {
    background: rgba(6, 182, 212, 0.15);
    border-color: #06B6D4;
    transform: translateY(-1px);
}

.badge-icon-compact {
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 182, 212, 0.2);
    padding: 4px;
    border-radius: 6px;
    min-width: 22px;
    min-height: 22px;
}

/* Cyan icon filter for badges */
.badge-icon-compact .badge-svg,
.badge-icon-compact .svg-icon-img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(70%) saturate(500%) hue-rotate(145deg) brightness(100%);
}

.verify-btn-compact {
    width: 100%;
    padding: 10px 14px;
    background: var(--color-primary-normal-bg);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.verify-btn-compact:hover {
    background: var(--color-primary-hover-bg);
    transform: translateY(-1px);
}

/* =================================================================== */
/* PROOF/TESTIMONIAL TAB - Compact */
/* =================================================================== */

.testimonial-compact-carousel {
    position: relative;
}

.testimonial-compact-track {
    overflow: hidden;
}

.testimonial-compact-slide {
    display: none;
    animation: fadeIn 0.3s ease;
}

.testimonial-compact-slide.active {
    display: block;
}

.testimonial-compact-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
}

.testimonial-compact-quote {
    font-size: 0.78rem;
    font-weight: 600;
    color: white;
    margin: 0 0 8px 0;
    line-height: 1.4;
    font-style: italic;
}

.testimonial-compact-author {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.testimonial-compact-author strong {
    color: #FBBF24;
}

.author-detail-compact {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65rem;
}

.carousel-compact-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.carousel-compact-btn {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.carousel-compact-btn:hover {
    background: var(--color-primary-normal-bg);
    border-color: var(--color-primary-normal-bg);
}

.carousel-compact-counter {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
}

/* =================================================================== */
/* BENEFITS TAB - Compact */
/* =================================================================== */

.benefits-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.benefit-compact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: rgba(6, 182, 212, 0.08);
    border: 1px solid rgba(6, 182, 212, 0.15);
    border-radius: 10px;
    transition: all 0.2s ease;
}

.benefit-compact-item:hover {
    background: rgba(6, 182, 212, 0.15);
    border-color: rgba(6, 182, 212, 0.3);
    transform: translateY(-1px);
}

.benefit-icon-compact {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(6, 182, 212, 0.2);
    border-radius: 6px;
    flex-shrink: 0;
}

.benefit-text-compact {
    font-size: 0.68rem;
    color: white;
    font-weight: 700;
    line-height: 1.3;
}

/* =================================================================== */
/* MODAL - Compact */
/* =================================================================== */

.hero-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.hero-modal.show {
    display: flex;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
}

.modal-content {
    position: relative;
    background: #151a28;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    max-width: 500px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.modal-close:hover {
    background: #EF4444;
}

.modal-header {
    padding: 18px 20px 0;
}

.modal-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: white;
}

.modal-body {
    padding: 16px 20px 20px;
}

.cert-section {
    margin-bottom: 16px;
}

.cert-section h4 {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 800;
    color: white;
    margin: 0 0 8px 0;
}

.cert-details {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.cert-details p {
    margin: 0 0 6px 0;
}

.cert-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.cert-link {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-primary-normal-bg);
    text-decoration: none;
    transition: color 0.2s ease;
}

.cert-link:hover {
    color: var(--color-primary-hover-bg);
    text-decoration: underline;
}

.cert-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 16px 0;
}

.cert-verified {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 10px;
    color: #10B981;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.modal-cta-btn {
    display: block;
    width: 100%;
    padding: 12px 18px;
    background: var(--color-primary-normal-bg);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 0.85rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-cta-btn:hover {
    background: var(--color-primary-hover-bg);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* =================================================================== */
/* RESPONSIVE - Mobile First Optimizations */
/* =================================================================== */

@media (max-width: 991px) {
    .hero-video-container {
        padding: 10px 12px 14px;
    }
    
    .stats-grid {
        justify-content: flex-start;
    }
    
    .stat-item {
        padding: 5px 10px;
        font-size: 0.65rem;
    }
    
    .hero-video-card {
        margin-bottom: 10px !important;
    }
    
    .hero-voc-card-compact,
    .hero-contact-card-compact,
    .hero-tabs-card-compact {
        margin-bottom: 10px !important;
    }
    
    .hero-contact-card-compact {
        transform: scale(0.95);
    }
    
    .video-quick-facts {
        transform: scale(0.92);
    }
    
    .tabs-pill-nav-compact {
        transform: scale(0.9);
    }
}

@media (max-width: 767px) {
    .hero-video-container {
        padding: 8px 10px 12px;
    }
    
    .hero-industry-stats {
        padding: 0 10px 10px;
    }
    
    .stats-grid {
        gap: 5px;
    }
    
    .stat-item {
        padding: 4px 8px;
        font-size: 0.6rem;
        gap: 4px;
    }
    
    .stat-icon {
        width: 16px;
        height: 16px;
    }
    
    .stat-icon .svg-icon-img {
        width: 12px;
        height: 12px;
    }
    
    .stat-count {
        font-size: 0.55rem;
        padding: 1px 4px;
    }
    
    .video-quick-facts {
        transform: scale(0.85);
        transform-origin: left top;
    }
    
    .fact-item {
        min-width: 90px;
        padding: 5px 8px;
    }
    
    .hero-contact-card-compact {
        transform: scale(0.9);
    }
    
    .tabs-pill-nav-compact {
        transform: scale(0.85);
    }
    
    .tab-pill-compact {
        padding: 6px 8px;
        gap: 4px;
    }
    
    .pill-icon-compact {
        width: 22px;
        height: 22px;
    }
    
    .pill-label-compact {
        font-size: 0.6rem;
    }
    
    .trust-badges-compact-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .benefits-compact-grid {
        grid-template-columns: 1fr;
    }
}

/* =================================================================== */
/* Desktop Layout - Balanced Columns */
/* =================================================================== */

@media (min-width: 992px) {
    .hero-video-container .col-lg-6:first-of-type {
        display: flex;
        flex-direction: column;
    }
    
    .hero-video-container .col-lg-6:last-of-type {
        display: flex;
        flex-direction: column;
    }
    
    .hero-video-card {
        flex: 1;
    }
    
    .hero-voc-card-compact {
        flex-shrink: 0;
    }
    
    .hero-contact-card-compact {
        flex-shrink: 0;
    }
    
    .hero-tabs-card-compact {
        flex: 1;
    }
}
