/* responsive.css - All Media Queries Consolidated */

/* ===== TABLET STYLES (≤1024px) ===== */
@media (max-width: 1024px) {
    /* Header Tablet */
    .header {
        padding: var(--space-lg) var(--space-3xl);
    }

    .logo {
        width: 200px;
    }

    .logo-image {
        height: var(--space-3xl);
    }

    .navigation {
        gap: var(--space-md);
        padding: var(--space-sm) var(--space-xl);
    }

    .nav-item {
        font-size: var(--fs-sm);
    }

    .sign-in-btn {
        padding: 15px var(--space-3xl);
        font-size: var(--fs-sm);
    }

    .language-selector {
        padding: 15px;
        font-size: var(--fs-sm);
        min-width: 120px;
    }

    .language-option {
        padding: 10px 14px;
        font-size: 13px;
    }

    .actions {
        gap: var(--space-lg);
    }

    /* Hero Tablet */
    .hero {
        padding: var(--space-6xl) var(--space-3xl);
        gap: var(--space-5xl);
    }

    .hero-title {
        font-size: var(--space-5xl);
        line-height: 66px;
    }

    .hero-description {
        font-size: var(--fs-2xl);
        line-height: 30px;
    }

    .btn {
        padding: 15px 50px;
        font-size: 15px;
    }

    .hero-buttons {
        gap: var(--space-lg);
    }

    /* Key Tech Hero Tablet */
    .key-tech-hero {
        padding: var(--space-5xl) var(--space-3xl);
    }

    .key-tech-hero-title {
        font-size: var(--space-3xl);
        line-height: 44px;
    }

    /* Steps Tablet */
    .step-section {
        padding: var(--space-5xl) var(--space-3xl);
        gap: var(--space-5xl);
    }

    .step-heading {
        font-size: var(--space-3xl);
        line-height: 44px;
    }

    .features-grid {
        gap: var(--space-5xl);
    }

    .feature-title {
        font-size: 28px;
        line-height: 30px;
    }

    .feature-description {
        font-size: var(--fs-base);
        line-height: 20px;
    }

    .learn-more-link {
        font-size: var(--fs-base);
    }

    /* Step 2 Tablet */
    .step-description {
        font-size: var(--fs-lg);
        line-height: 24px;
    }

    .detect-cards {
        gap: 30px;
    }

    .detect-card {
        padding: 50px 25px;
        min-height: 180px;
    }

    .detect-content p {
        font-size: var(--fs-base);
        line-height: 20px;
    }

    .coverage-panel {
        padding: 50px;
        gap: 30px;
        flex-direction: column;
        text-align: center;
    }

    .coverage-text-left,
    .coverage-text-right {
        flex: none;
        max-width: 100%;
    }

    .coverage-text-left p,
    .coverage-text-right p {
        font-size: var(--fs-base);
        line-height: 22px;
    }

    .coverage-chart {
        padding: 0;
    }

    .coverage-chart img {
        width: 120px;
        height: 120px;
    }

    /* Step 3 Tablet */
    .resolve-grid {
        gap: var(--space-3xl);
    }

    .resolve-title {
        font-size: 26px;
        line-height: 28px;
    }

    .resolve-description {
        font-size: var(--fs-base);
        line-height: 20px;
    }

    /* Step 4 Tablet */
    .automate-content {
        flex-direction: column;
        text-align: center;
        gap: 50px;
        align-items: center;
    }

    .automate-features {
        max-width: 100%;
        gap: 28px;
        align-items: center;
    }

    .automate-feature {
        gap: var(--space-lg);
        justify-content: flex-start;
        text-align: left;
        max-width: 600px;
    }

    .automate-text p {
        font-size: var(--fs-base);
        line-height: 20px;
    }

    .automate-percentage img {
        width: 100px;
        height: 100px;
    }

    /* Team Tablet */
    .team-section {
        padding: var(--space-5xl) var(--space-3xl);
        gap: var(--space-5xl);
    }

    .team-heading {
        font-size: var(--space-3xl);
        line-height: 44px;
    }

    .team-members {
        gap: 30px;
    }

    .team-card {
        padding: var(--space-lg);
    }

    .team-photo img {
        width: 100px;
        height: 100px;
    }

    .team-name {
        font-size: var(--fs-base);
    }

    .team-role {
        font-size: var(--fs-sm);
    }

    .team-tagline {
        font-size: 28px;
        line-height: 30px;
    }

    .team-text {
        font-size: var(--fs-base);
    }

    /* CTA Tablet */
    .cta-section {
        padding: var(--space-5xl) var(--space-3xl);
    }

    .cta-container {
        padding: var(--space-5xl) var(--space-6xl);
        gap: var(--space-5xl);
        border-radius: var(--space-2xl);
    }

    .cta-heading {
        font-size: var(--fs-5xl);
        line-height: 60px;
    }

    .cta-buttons {
        gap: var(--space-xl);
    }

    /* Footer Tablet */
    .footer {
        padding: var(--space-3xl) var(--space-3xl);
        gap: 30px;
    }

    .footer-content {
        flex-direction: column;
        gap: var(--space-3xl);
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        max-width: 100%;
        justify-content: center;
    }

    .footer-links {
        gap: var(--space-5xl);
        margin-left: 0;
        justify-content: center;
    }

    .footer-right {
        align-items: center;
        text-align: center;
        margin-left: 0;
    }

    .footer-column {
        gap: var(--space-xl);
    }

    .footer-list {
        gap: var(--space-sm);
    }

    /* About Tablet */
    .about-overview-section {
        padding: var(--space-5xl) 30px;
    }

    .about-container {
        gap: 50px;
    }

    .about-main-heading {
        font-size: var(--space-3xl);
        line-height: 44px;
    }

    .timeline-container {
        gap: var(--space-3xl);
    }

    .timeline-item {
        gap: 50px;
    }

    .timeline-content {
        max-width: 380px;
        padding: var(--space-xl);
    }

    .timeline-icon {
        width: var(--space-5xl);
        height: var(--space-5xl);
        border-width: 3px;
    }

    .timeline-icon img {
        width: var(--space-xl);
        height: var(--space-xl);
    }

    .about-thanks-section {
        gap: var(--space-lg);
        margin-top: var(--space-2xl);
        padding-top: var(--space-2xl);
    }

    .about-thanks-heading {
        font-size: 28px;
        line-height: 30px;
    }

    .about-thanks-description {
        font-size: var(--fs-base);
        line-height: 22px;
    }

    .logos-row {
        gap: 28px;
        max-width: 800px;
    }

    .logo-item {
        padding: var(--fs-base);
        min-width: 110px;
        max-width: 130px;
        gap: 10px;
        flex: 0 1 calc(25% - 21px);
    }

    .logo-item img {
        width: 50px;
        height: 50px;
    }

    .logo-item .company-name {
        font-size: 13px;
    }

    /* CVE Tablet */
    .about-cves-section {
        gap: var(--space-2xl);
        margin-top: var(--space-5xl);
        padding-top: 50px;
    }

    .about-cves-heading {
        font-size: 28px;
        line-height: 30px;
    }

    .about-cves-description {
        font-size: var(--fs-base);
        line-height: 22px;
    }

    .cve-stats-grid {
        gap: var(--space-xl);
    }

    .cve-stat-card {
        padding: 28px var(--space-lg);
    }

    .stat-number {
        font-size: var(--space-3xl);
        line-height: 40px;
    }

    .stat-label {
        font-size: var(--fs-base);
    }

    .all-cves-grid {
        gap: 14px;
        max-width: 100%;
    }

    .cve-card {
        padding: 14px;
        gap: 10px;
        min-height: 140px;
    }

    .cve-card .cve-logo {
        width: 35px;
        height: 35px;
    }

    .cve-card .cve-title {
        font-size: 13px;
        line-height: 16px;
    }

    .cve-list {
        gap: 5px;
    }

    .cve-item {
        padding: 5px var(--space-xs);
        gap: 2px;
    }

    .cve-id, .cve-note {
        font-size: 10px;
    }

    .cve-note {
        font-size: 9px;
    }

    .cve-item .cve-link {
        font-size: 9px;
    }

    .cve-recognition {
        padding: var(--space-lg) var(--space-md);
    }

    .recognition-title {
        font-size: var(--fs-lg);
        line-height: 20px;
    }

    .recognition-text {
        font-size: 13px;
        line-height: 17px;
    }

    .recognition-badges {
        flex-direction: column;
        align-items: center;
        gap: var(--space-xs);
    }

    .recognition-badge {
        padding: var(--space-xs) 14px;
        font-size: var(--fs-xs);
    }

    .badge-icon {
        font-size: var(--fs-sm);
    }

    /* Key Tech Very Small */
    .key-tech-hero {
        padding: 30px 15px;
    }

    .key-tech-hero-title {
        font-size: 28px;
        line-height: 32px;
    }

    /* General Very Small Adjustments */
    .step-section {
        padding: 30px 15px;
    }

    .step-heading {
        font-size: 22px;
        line-height: 24px;
    }

    .team-section {
        padding: var(--space-lg) 15px;
    }

    .cta-container {
        padding: 30px var(--space-lg);
    }

    .cta-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .footer {
        padding: var(--space-lg) 15px;
    }

    .footer-logo img {
        height: var(--space-3xl);
    }

    .footer-links {
        gap: var(--space-lg);
    }

    .footer-column {
        gap: var(--space-md);
    }

    .footer-title {
        font-size: 15px;
    }

    .footer-link {
        font-size: 13px;
    }
}

/* ===== MEDIUM SCREENS (1025px-1200px) ===== */
@media (max-width: 1200px) and (min-width: 1025px) {
    .coverage-panel {
        padding: var(--space-5xl) var(--space-3xl);
        gap: 30px;
    }
    
    .coverage-text-left {
        flex: 0 0 240px;
    }
    
    .coverage-text-right {
        max-width: 500px;
    }
    
    .coverage-text-right p {
        font-size: var(--fs-base);
        line-height: 26px;
        letter-spacing: 0.32px;
    }
    
    .coverage-chart img {
        width: 125px;
        height: 125px;
    }

    .resolve-grid {
        gap: var(--space-5xl);
    }

    .resolve-title {
        font-size: 28px;
        line-height: 30px;
    }

    .resolve-description {
        font-size: var(--fs-base);
        line-height: 20px;
    }
}

/* ===== LARGE DESKTOP COMPANY LOGOS (≥1200px) ===== */
@media (min-width: 1200px) {
    .logos-row {
        max-width: 800px;
        margin: 0 auto;
    }
    
    .logo-item {
        flex: 0 1 calc(25% - 30px);
        min-width: 140px;
        max-width: 180px;
    }
}

/* ===== DESKTOP COMPANY LOGOS (1025px-1199px) ===== */
@media (max-width: 1199px) and (min-width: 1025px) {
    .logos-row {
        max-width: 1000px;
        gap: 35px;
    }
    
    .logo-item {
        flex: 0 1 calc(16.666% - 30px);
        min-width: 130px;
        max-width: 150px;
    }
}

/* ===== LANGUAGE SELECTOR MOBILE IMPROVEMENTS ===== */
@media (max-width: 768px) {
    .language-dropdown {
        left: -10px;
        right: -10px;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
    }
    
    .language-option {
        padding: 14px var(--space-md);
        font-size: 15px;
        margin: 1px 6px;
    }
    
    .language-selector {
        min-width: 100px;
        padding: var(--space-sm) 14px;
    }
}

@media (max-width: 480px) {
    .language-dropdown {
        left: -20px;
        right: -20px;
    }
    
    .language-selector {
        min-width: 90px;
        padding: 10px var(--space-sm);
        font-size: 13px;
    }
    
    .current-lang .flag {
        font-size: var(--fs-sm);
    }
}

/* ===== TABLET CVE GRID STYLES ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    .all-cves-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
        max-width: 800px;
    }

    .cve-card {
        padding: 18px;
        gap: 14px;
        min-height: 180px;
    }

    .cve-card .cve-logo {
        width: 45px;
        height: 45px;
    }

    .cve-card .cve-title {
        font-size: 15px;
        line-height: 18px;
    }

    .cve-list {
        gap: 7px;
    }

    .cve-item {
        padding: 7px 10px;
        gap: 3px;
    }

    .cve-id, .cve-note {
        font-size: var(--fs-xs);
    }

    .cve-note {
        font-size: 11px;
    }

    .cve-item .cve-link {
        font-size: 11px;
    }

    .cve-recognition {
        padding: var(--space-2xl);
    }

    .recognition-badges {
        gap: var(--fs-base);
    }
}

/* ===== MOBILE STYLES (≤768px) ===== */
@media (max-width: 768px) {
    /* Header Mobile */
    .header {
        padding: 15px var(--space-lg);
        position: relative;
    }

    .logo {
        width: 150px;
    }

    .logo-image {
        height: 36px;
    }

    .navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: var(--space-lg);
        right: var(--space-lg);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: var(--space-lg);
        margin-top: 10px;
        border-radius: var(--space-md);
        z-index: var(--z-dropdown);
    }

    .navigation.active {
        display: flex;
    }

    .nav-item {
        padding: var(--space-sm) 0;
        border-bottom: 1px solid rgba(240, 240, 240, 0.1);
        text-align: center;
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .actions {
        gap: var(--space-sm);
    }

    .sign-in-btn {
        padding: var(--space-sm) var(--space-lg);
        font-size: var(--fs-sm);
    }

    .language-selector {
        padding: var(--space-sm);
        font-size: var(--fs-sm);
        min-width: 110px;
    }

    .current-lang {
        gap: 6px;
    }

    .language-dropdown {
        left: -20px;
        right: -20px;
    }

    .mobile-menu-toggle {
        display: flex;
        order: -1;
        margin-right: 15px;
    }

    /* Hero Mobile */
    .hero {
        padding: var(--space-5xl) var(--space-lg);
        gap: var(--space-3xl);
    }

    .hero-title {
        font-size: var(--space-3xl);
        line-height: 44px;
    }

    .hero-description {
        font-size: var(--fs-lg);
        line-height: 24px;
    }

    .hero-description br {
        display: none;
    }

    .hero-buttons {
        flex-direction: column;
        gap: var(--space-md);
        width: 100%;
    }

    .btn {
        padding: 14px var(--space-3xl);
        font-size: var(--fs-sm);
        width: 100%;
        max-width: 280px;
    }

    /* Key Tech Hero Mobile */
    .key-tech-hero {
        padding: var(--space-3xl) var(--space-lg);
    }

    .key-tech-hero-title {
        font-size: var(--space-2xl);
        line-height: 36px;
    }

    /* Steps Mobile */
    .step-section {
        padding: var(--space-3xl) var(--space-lg);
        gap: var(--space-3xl);
    }

    .step-heading {
        font-size: var(--space-2xl);
        line-height: 36px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: var(--space-3xl);
    }

    .feature-card {
        gap: var(--space-lg);
    }

    .feature-title {
        font-size: var(--fs-2xl);
        line-height: 26px;
    }

    .feature-description {
        font-size: var(--fs-base);
        line-height: 20px;
    }

    .learn-more-link {
        font-size: var(--fs-base);
    }

    .step-badge {
        padding: var(--space-sm) var(--space-2xl);
    }

    /* Step 2 Mobile */
    .step-description {
        font-size: var(--fs-base);
        line-height: 22px;
    }

    .detect-cards {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .detect-card {
        padding: 30px var(--space-lg);
        min-height: 160px;
        gap: var(--space-md);
    }

    .detect-icon img {
        width: var(--space-3xl);
        height: var(--space-3xl);
    }

    .detect-content p {
        font-size: var(--fs-base);
        line-height: 20px;
    }

    .detect-content br {
        display: none;
    }

    .step-content {
        gap: var(--space-3xl);
    }

    .coverage-panel {
        padding: 30px var(--space-lg);
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .coverage-text-left,
    .coverage-text-right {
        flex: none;
        max-width: 100%;
    }

    .coverage-text-left p,
    .coverage-text-right p {
        font-size: var(--fs-sm);
        line-height: 20px;
    }

    .coverage-text-left br,
    .coverage-text-right br {
        display: none;
    }

    .coverage-chart {
        padding: 0;
        order: -1;
    }

    .coverage-chart img {
        width: 100px;
        height: 100px;
    }

    /* Step 3 Mobile */
    .resolve-grid {
        grid-template-columns: 1fr;
        gap: var(--space-3xl);
    }

    .resolve-card {
        gap: var(--space-lg);
        max-width: 100%;
    }

    .resolve-title {
        font-size: var(--fs-2xl);
        line-height: 26px;
    }

    .resolve-description {
        font-size: var(--fs-base);
        line-height: 20px;
    }

    .resolve-description br {
        display: none;
    }

    /* Step 4 Mobile */
    .automate-content {
        gap: var(--space-3xl);
    }

    .automate-features {
        gap: var(--space-xl);
    }

    .automate-feature {
        gap: var(--space-md);
        max-width: 100%;
    }

    .automate-icon img {
        width: var(--space-lg);
        height: var(--space-lg);
    }

    .automate-text p {
        font-size: var(--fs-base);
        line-height: 20px;
    }

    .automate-text br {
        display: none;
    }

    .automate-percentage {
        order: -1;
    }

    .automate-percentage img {
        width: var(--space-6xl);
        height: var(--space-6xl);
    }

    /* Team Mobile */
    .team-section {
        padding: var(--space-3xl) var(--space-lg);
        gap: var(--space-3xl);
    }

    .team-heading {
        font-size: var(--space-2xl);
        line-height: 36px;
    }

    .team-container {
        gap: 30px;
    }

    .team-members {
        flex-direction: column;
        gap: var(--space-lg);
    }

    .team-card {
        padding: var(--space-lg);
        max-width: 300px;
        margin: 0 auto;
    }

    .team-photo img {
        width: var(--space-6xl);
        height: var(--space-6xl);
    }

    .team-name {
        font-size: var(--fs-base);
    }

    .team-role {
        font-size: var(--fs-sm);
        line-height: 18px;
    }

    .team-tagline {
        font-size: var(--fs-2xl);
        line-height: 28px;
    }

    .team-tagline br,
    .team-text br {
        display: none;
    }

    .team-text {
        font-size: var(--fs-base);
        line-height: 20px;
    }

    /* CTA Mobile */
    .cta-section {
        padding: var(--space-3xl) var(--space-lg);
    }

    .cta-container {
        padding: var(--space-3xl) 30px;
        gap: var(--space-3xl);
        border-radius: var(--space-xl);
    }

    .cta-heading {
        font-size: var(--space-2xl);
        line-height: 40px;
    }

    .cta-heading br {
        display: none;
    }

    .cta-buttons {
        flex-direction: column;
        gap: var(--space-md);
        width: 100%;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }

    /* Footer Mobile */
    .footer {
        padding: 30px var(--space-lg);
        gap: 30px;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .footer-column {
        gap: var(--space-lg);
        align-items: center;
        text-align: center;
    }

    .footer-right {
        align-items: center;
        text-align: center;
    }

    .footer-list {
        gap: 10px;
    }

    .footer-link {
        font-size: var(--fs-sm);
        line-height: 18px;
    }

    .footer-copyright {
        font-size: 11px;
        line-height: 14px;
    }

    .footer-copyright br {
        display: none;
    }

    /* About Mobile */
    .about-overview-section {
        padding: var(--space-3xl) var(--space-lg);
    }

    .about-container {
        gap: var(--space-3xl);
    }

    .about-main-heading {
        font-size: var(--space-2xl);
        line-height: 36px;
    }

    .timeline-container::before {
        left: 30px;
        transform: none;
    }

    .timeline-item {
        flex-direction: row !important;
        gap: 0;
        padding-left: var(--space-6xl);
    }

    .timeline-item:nth-child(even) {
        flex-direction: row !important;
    }

    .timeline-icon {
        left: 30px;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
    }

    .timeline-icon img {
        width: var(--space-lg);
        height: var(--space-lg);
    }

    .timeline-content {
        max-width: 100%;
        padding: var(--space-lg);
    }

    .timeline-content::before {
        left: -14px !important;
        right: auto !important;
        border-right-color: var(--purple-border) !important;
        border-left-color: transparent !important;
    }

    .timeline-text p {
        font-size: 15px;
        line-height: 20px;
    }

    .timeline-year {
        font-size: var(--fs-xs);
        padding: 6px var(--space-sm);
    }

    .company-logos-grid {
        gap: var(--space-xl);
        margin-top: 28px;
    }

    .logos-row {
        gap: var(--space-lg);
        max-width: 100%;
    }

    .logo-item {
        padding: 14px;
        min-width: 90px;
        max-width: 110px;
        gap: var(--space-xs);
        border-radius: var(--space-sm);
        flex: 0 1 calc(50% - 10px);
    }

    .logo-item img {
        width: 45px;
        height: 45px;
    }

    .logo-item .company-name {
        font-size: var(--fs-xs);
        line-height: 14px;
    }

    /* CVE Mobile */
    .about-cves-section {
        gap: 28px;
        margin-top: 50px;
        padding-top: var(--space-3xl);
    }

    .about-cves-heading {
        font-size: var(--fs-2xl);
        line-height: 26px;
    }

    .about-cves-description {
        font-size: 15px;
        line-height: 20px;
    }

    .cve-stats-grid {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
        max-width: 400px;
    }

    .cve-stat-card {
        padding: var(--space-xl) var(--space-lg);
    }

    .stat-number {
        font-size: 36px;
        line-height: 36px;
    }

    .stat-label {
        font-size: var(--fs-base);
    }

    .stat-description {
        font-size: 13px;
        line-height: 16px;
    }

    .all-cves-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .cve-card {
        padding: var(--space-md);
        gap: var(--space-sm);
        min-height: 160px;
    }

    .cve-card .cve-logo {
        width: var(--space-3xl);
        height: var(--space-3xl);
    }

    .cve-card .cve-title {
        font-size: var(--fs-sm);
        line-height: 17px;
    }

    .cve-list {
        gap: 6px;
    }

    .cve-item {
        padding: 6px var(--space-xs);
        gap: 2px;
    }

    .cve-id, .cve-note {
        font-size: 11px;
    }

    .cve-note {
        font-size: 10px;
    }

    .cve-item .cve-link {
        font-size: 10px;
    }

    .cve-recognition {
        padding: var(--space-xl) var(--space-lg);
    }

    .recognition-title {
        font-size: var(--space-lg);
        line-height: 22px;
    }

    .recognition-text {
        font-size: var(--fs-sm);
        line-height: 19px;
    }

    .recognition-badges {
        gap: var(--space-sm);
    }

    .recognition-badge {
        padding: 10px var(--space-md);
        font-size: 13px;
    }
}

/* ===== VERY SMALL MOBILE (≤480px) ===== */
@media (max-width: 480px) {
    /* Header Very Small */
    .header {
        padding: 15px 15px;
    }

    .logo-text {
        font-size: var(--space-lg);
    }

    .logo-image {
        height: var(--space-2xl);
    }

    .sign-in-btn {
        padding: 10px var(--space-md);
        font-size: 13px;
    }

    .language-selector {
        padding: 10px;
        font-size: 13px;
        min-width: 100px;
    }

    .current-lang {
        gap: 4px;
    }

    .language-dropdown {
        left: -30px;
        right: -30px;
    }

    /* Hero Very Small */
    .hero {
        padding: var(--space-3xl) 15px;
        gap: 30px;
    }

    .hero-title {
        font-size: var(--space-2xl);
        line-height: 36px;
    }

    .hero-description {
        font-size: var(--fs-base);
        line-height: 22px;
    }

    .btn {
        padding: var(--space-sm) 30px;
        font-size: 13px;
    }

    /* About Very Small */
    .timeline-item {
        padding-left: 70px;
    }

    .timeline-container::before {
        left: 25px;
    }

    .timeline-icon {
        left: 25px;
        width: var(--space-3xl);
        height: var(--space-3xl);
    }

    .timeline-icon img {
        width: var(--space-md);
        height: var(--space-md);
    }

    .timeline-content {
        padding: var(--space-md);
    }

    .timeline-text p {
        font-size: var(--fs-sm);
        line-height: 19px;
    }

    .timeline-year {
        font-size: 11px;
        padding: 5px 10px;
    }

    .timeline-contact {
        margin-top: var(--space-sm);
        padding-top: var(--space-sm);
    }

    .logos-row {
        gap: var(--space-md);
    }

    .logo-item {
        padding: var(--space-sm);
        min-width: var(--space-6xl);
        max-width: 100px;
        gap: 6px;
        border-radius: 10px;
        flex: 0 1 calc(33.333% - 11px);
    }

    .logo-item img {
        width: var(--space-3xl);
        height: var(--space-3xl);
    }

    .logo-item .company-name {
        font-size: 11px;
        line-height: 13px;
    }

    /* CVE Very Small */
    .about-cves-section {
        gap: var(--space-xl);
        margin-top: var(--space-3xl);
        padding-top: var(--space-2xl);
    }

    .about-cves-heading {
        font-size: 22px;
        line-height: 24px;
    }

    .about-cves-description {
        font-size: var(--fs-sm);
        line-height: 18px;
    }

    .cve-stats-grid {
        gap: var(--space-md);
        max-width: 320px;
    }

    .cve-stat-card {
        padding: var(--space-lg) var(--space-md);
    }

    .stat-number {
        font-size: var(--space-2xl);
        line-height: 32px;
        margin-bottom: var(--space-xs);
    }

    .stat-label {
        font-size: 15px;
    }

    .stat-description {
        font-size: var(--fs-xs);
        line-height: 15px;
    }

    .all-cves-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
        max-width: 320px;
        margin: 0 auto;
    }
}
