/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-visual .nav-partner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin-top: 20px;
}

.nav-partner-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 30px;
}

.nav-partner-link {
    display: inline-block;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.nav-partner-link:hover {
    opacity: 1;
    transform: scale(1.1);
}

.nav-partner-logo {
    height: 160px;
    width: auto;
}

.logo-icon {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.logo-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    color: #64748b;
    margin-top: -2px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.language-selector {
    display: flex;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 6px;
    padding: 2px;
    gap: 2px;
}

.lang-option {
    background: transparent;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lang-option:hover {
    background: rgba(99, 102, 241, 0.1);
    color: #6366f1;
}

.lang-option.active {
    background: #6366f1;
    color: white;
}

.nav-link {
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #6366f1;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background-color: #6366f1;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 100%;
}

.btn-demo {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.btn-demo:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}

/* Hero Section */
.hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    transform: rotate(-15deg);
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    width: 100%;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #1a1a1a, #4a5568);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #64748b;
    margin-bottom: 40px;
    line-height: 1.7;
}

.hero-cta-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-partner-logos {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-left: 30px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-partner-logo {
    height: 55px;
    width: auto;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.hero-partner-logos .partner-logo-link {
    display: inline-block;
    transition: all 0.3s ease;
}

.hero-partner-logos .partner-logo-link:hover .hero-partner-logo {
    opacity: 1;
    transform: scale(1.1);
}

/* Technology Partners Section */
.technology-partners {
    padding: 80px 0;
    background: rgba(248, 250, 252, 0.3);
    border-top: 1px solid rgba(203, 213, 225, 0.2);
    border-bottom: 1px solid rgba(203, 213, 225, 0.2);
}

.partners-logos-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.tech-partner-link {
    display: inline-block;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.tech-partner-link:hover {
    opacity: 1;
    transform: translateY(-5px);
}

.tech-partner-logo {
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.intech-logo {
    height: 150px;
    width: auto;
}

.deep-logo {
    height: 90px;
    width: auto;
}

.tech-partner-link:hover .tech-partner-logo {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.15));
    transform: scale(1.05);
}

.btn-primary {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(99, 102, 241, 0.4);
}

.btn-primary.large {
    padding: 20px 40px;
    font-size: 1.2rem;
}

.btn-secondary {
    background: transparent;
    color: #6366f1;
    border: 2px solid #6366f1;
    padding: 14px 30px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover {
    background: #6366f1;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Hero Visual */
.hero-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.ai-agent-visualization {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}

.agent-node {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3);
    animation: pulse 3s ease-in-out infinite;
}

.agent-node.central {
    width: 120px;
    height: 120px;
    z-index: 3;
}

.agent-node.satellite {
    width: 80px;
    height: 80px;
    z-index: 2;
}

.agent-node.satellite:nth-child(2) {
    top: 20%;
    right: 20%;
    animation-delay: 0.5s;
}

.agent-node.satellite:nth-child(3) {
    bottom: 20%;
    left: 20%;
    animation-delay: 1s;
}

.agent-node.satellite:nth-child(4) {
    top: 60%;
    right: 15%;
    animation-delay: 1.5s;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

/* Trusted Partners Section */
.trusted-partners {
    background: rgba(248, 250, 252, 0.6);
    padding: 60px 0;
    border-top: 1px solid rgba(203, 213, 225, 0.3);
    border-bottom: 1px solid rgba(203, 213, 225, 0.3);
}

.trusted-partners-content {
    text-align: center;
}

.partners-label {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.partner-logos-enhanced {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.partner-logo-link {
    display: inline-block;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.partner-logo-link:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.partner-logo-enhanced {
    height: 85px;
    width: auto;
    filter: grayscale(15%) brightness(1.05);
    transition: all 0.3s ease;
}

.partner-logo-enhanced:hover {
    filter: grayscale(0%) brightness(1.1);
    transform: scale(1.05);
}

.partners-commitment {
    font-size: 14px;
    color: #64748b;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Enhanced Logos in Partnerships Section */
.enhanced-logos-section {
    margin-top: 80px;
    padding: 60px 40px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    text-align: center;
}

.enhanced-logos-header {
    margin-bottom: 50px;
}

.enhanced-logos-header h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #1a1a1a, #4a5568);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.enhanced-logos-header p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto;
}

.enhanced-logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.enhanced-logo-item {
    text-align: center;
    transition: all 0.3s ease;
}

.enhanced-logo-item:hover {
    transform: translateY(-5px);
}

.enhanced-logo-link {
    display: inline-block;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 15px;
    width: 180px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enhanced-logo-link:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.enhanced-partner-logo {
    height: 90px;
    width: auto;
    transition: all 0.3s ease;
}

/* Make InTech logo larger within its container */
.enhanced-logo-link.intech-link .enhanced-partner-logo {
    height: 120px;
}

.logo-description {
    opacity: 0.8;
}

.partner-role {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Value Props Section - Enhanced B2B Design */
.value-props {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.value-props::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(99, 102, 241, 0.06) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.06) 0%, transparent 60%),
        linear-gradient(180deg, transparent 0%, rgba(99, 102, 241, 0.02) 100%);
    pointer-events: none;
}

.value-props::after {
    content: '';
    position: absolute;
    top: 20%;
    left: -10%;
    width: 120%;
    height: 60%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20" fill="none"><path stroke="rgba(99,102,241,0.08)" stroke-width="1" d="M0 10h100M0 10c10-5 20 5 30 0s20-5 30 0 20 5 30 0"/></svg>');
    background-size: 200px 40px;
    animation: float-pattern 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes float-pattern {
    0%, 100% { transform: translateX(0) translateY(0); }
    33% { transform: translateX(-20px) translateY(-10px); }
    66% { transform: translateX(20px) translateY(10px); }
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px 32px;
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    will-change: transform;
    max-width: 1000px;
    margin: 0 auto;
}

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

.value-card {
    text-align: left;
    padding: 52px 40px 48px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(24px);
    border-radius: 24px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    will-change: transform, box-shadow;
    transform: translateZ(0);
}

/* Enhanced gradient border effect */
.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);
    transform: scaleX(0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left;
    border-radius: 24px 24px 0 0;
}

/* Subtle glow effect */
.value-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.1));
    border-radius: 26px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-card:hover::after {
    opacity: 1;
}

.value-card:hover {
    transform: translateY(-16px) scale(1.03);
    box-shadow: 
        0 32px 80px rgba(0, 0, 0, 0.12),
        0 12px 32px rgba(99, 102, 241, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.6);
}

/* Professional SVG icon styling - Automation Anywhere inspired */
.value-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.8));
    border-radius: 20px;
    border: 1px solid rgba(99, 102, 241, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.04),
        0 2px 8px rgba(0, 0, 0, 0.02),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.value-icon svg {
    width: 64px;
    height: 64px;
    transition: all 0.3s ease;
    z-index: 2;
}

.value-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.05) 0%, 
        rgba(139, 92, 246, 0.08) 50%, 
        rgba(236, 72, 153, 0.05) 100%);
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 20px;
    z-index: 1;
}

.value-card:hover .value-icon {
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.08) 0%, 
        rgba(139, 92, 246, 0.10) 50%, 
        rgba(236, 72, 153, 0.08) 100%);
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 8px 30px rgba(99, 102, 241, 0.15),
        0 4px 15px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.value-card:hover .value-icon svg {
    transform: scale(1.02);
}

.value-card:hover .value-icon::before {
    opacity: 1;
}

/* Enhanced typography hierarchy */
.value-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1e293b;
    line-height: 1.25;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
    letter-spacing: -0.02em;
}

.value-card:hover h3 {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Value card content structure for B2B executives */
.value-intro {
    margin-bottom: 24px;
}

.value-intro p {
    color: #475569;
    line-height: 1.6;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.01em;
}

/* Highlighted keywords for quick scanning */
.highlight-text {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    position: relative;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.3), rgba(139, 92, 246, 0.3));
    border-radius: 1px;
}

/* Professional benefits list */
.value-benefits {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

.value-benefits li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.value-benefits .benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
    transition: all 0.3s ease;
}

.value-benefits li::after {
    content: "";
    flex: 1;
    min-height: 1.5em; /* force une hauteur minimale */
}

/* Force left alignment for value-benefits */
.value-card .value-benefits {
    align-items: flex-start !important;
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.value-card .value-benefits li {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.value-card:hover .value-benefits li {
    color: #475569;
    transform: translateX(4px);
}

.value-card:hover .benefit-icon {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    transform: scale(1.1);
}

/* Legacy paragraph styling for backward compatibility */
.value-card p:not(.value-intro p) {
    color: #64748b;
    line-height: 1.75;
    font-size: 1.05rem;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Trust signals and conversion elements */
.value-card .trust-indicator {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    opacity: 0.7;
    animation: pulse-trust 2s ease-in-out infinite;
}

@keyframes pulse-trust {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
    }
    50% { 
        transform: scale(1.2); 
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }
}

/* Feature tags for conversion enhancement */
.value-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.feature-tag {
    padding: 6px 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.08));
    color: #6366f1;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid rgba(99, 102, 241, 0.15);
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}

.value-card:hover .feature-tag {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

/* Card entrance animation with stagger */
.value-card:nth-child(1) { 
    animation: fadeInUp 0.8s ease-out 0.1s both;
}
.value-card:nth-child(2) { 
    animation: fadeInUp 0.8s ease-out 0.2s both;
}
.value-card:nth-child(3) { 
    animation: fadeInUp 0.8s ease-out 0.3s both;
}
.value-card:nth-child(4) { 
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Advantages Section - Modern Design */
.advantages {
    padding: 120px 0;
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.advantages::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 70%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(139, 92, 246, 0.08) 0%, transparent 50%);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

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

.advantages .section-header {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.advantages .section-header h2 {
    color: white;
    background: linear-gradient(135deg, #ffffff, #cbd5e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.advantages .section-header p {
    color: #cbd5e1;
}

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

.advantage-item {
    text-align: left;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.advantage-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.advantage-item:hover::before {
    opacity: 1;
}

.advantage-item:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 
        0 25px 80px rgba(0, 0, 0, 0.3),
        0 10px 30px rgba(99, 102, 241, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.advantage-icon {
    font-size: 3.5rem;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 4px 20px rgba(0, 0, 0, 0.04),
        0 2px 8px rgba(0, 0, 0, 0.02),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.advantage-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.1) 0%, 
        rgba(139, 92, 246, 0.12) 50%, 
        rgba(236, 72, 153, 0.1) 100%);
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 20px;
    z-index: 1;
}

.advantage-item:hover .advantage-icon {
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.08) 0%, 
        rgba(139, 92, 246, 0.10) 50%, 
        rgba(236, 72, 153, 0.08) 100%);
    border-color: rgba(99, 102, 241, 0.2);
    transform: translateY(-2px);
    box-shadow: 
        0 16px 40px rgba(99, 102, 241, 0.15),
        0 8px 30px rgba(99, 102, 241, 0.15),
        0 4px 15px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.advantage-item:hover .advantage-icon::before {
    opacity: 1;
}

.advantage-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #f1f5f9;
    line-height: 1.3;
    background: linear-gradient(135deg, #ffffff, #cbd5e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.advantage-item p {
    color: #cbd5e1;
    line-height: 1.8;
    font-size: 1.05rem;
    text-align: justify;
}

/* SVG Icon styles */
.sovereignty-icon {
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}

.advantage-icon svg {
    width: 64px;
    height: 64px;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.advantage-item:hover .advantage-icon svg {
    transform: scale(1.02);
}

/* Features Section */
.features {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.section-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1a1a1a, #4a5568);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header p {
    font-size: 1.25rem;
    color: #64748b;
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.feature-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.feature-item.reverse {
    direction: rtl;
}

.feature-item.reverse > * {
    direction: ltr;
}

.feature-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.feature-content p {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 30px;
    line-height: 1.7;
}

.feature-content ul {
    list-style: none;
    padding: 0;
}

.feature-content li {
    padding: 12px 0;
    color: #4a5568;
    position: relative;
    padding-left: 30px;
}

.feature-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 1.2rem;
}

.feature-visual {
    height: 300px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.feature-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

/* AI Value Section */
.ai-value {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.ai-value-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.ai-value-content h2 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.ai-value-subtitle {
    font-size: 1.25rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 40px;
}

.ai-value-metrics {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

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

.metric-value {
    font-size: 3.5rem;
    font-weight: 900;
    color: #1e40af;
    text-shadow: 0 2px 8px rgba(30, 64, 175, 0.3);
    letter-spacing: -0.02em;
    line-height: 1;
}

.metric-label {
    font-size: 1rem;
    color: #1e293b;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.screenshot-hero {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Benefits Grid */
.ai-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 100px;
}

.benefit-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.15);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 20px;
}

.benefit-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
    line-height: 1.3;
}

.benefit-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
}

.benefit-screenshot {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-top: 20px;
    border: 1px solid #e2e8f0;
}

/* How it Works */
.how-it-works {
    background: white;
    padding: 60px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.how-it-works h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: 16px;
}

.how-it-works-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    text-align: center;
    margin-bottom: 60px;
}

.process-flow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
}

.process-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 10px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.step-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
}

.step-screenshot {
    width: 100%;
    max-width: 160px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin-top: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-screenshot:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}

/* Make AI Value section images clickable with zoom */
.screenshot-hero,
.benefit-screenshot {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.screenshot-hero:hover,
.benefit-screenshot:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15);
}

.process-connector {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    align-self: center;
    margin-top: 25px;
    opacity: 0.3;
}

.cta-section {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-large {
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Image Zoom Modal */
.image-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.image-modal.active {
    display: block;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 12px;
    animation: zoomIn 0.3s ease;
}

#modalCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 20px 0;
    font-size: 1.1rem;
}

.modal-close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
}

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

@keyframes zoomIn {
    from { transform: scale(0.5); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Use Cases Section */
/* Modern Use Cases Section */
.use-cases-modern {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.use-cases-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #6366f1, transparent);
}

.section-header-modern {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.25);
}

.section-header-modern h2 {
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    font-weight: 700;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #1e293b, #475569);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* Featured Use Case */
.featured-use-case {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    background: white;
    padding: 60px;
    border-radius: 24px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.featured-use-case::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899);
}

.featured-stats {
    display: flex;
    gap: 48px;
    margin-bottom: 32px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.featured-stats .stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.featured-stats .stat-label {
    font-size: 0.95rem;
    color: #334155;
    font-weight: 600;
    line-height: 1.4;
}

.featured-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.3;
}

.featured-content p {
    font-size: 1.125rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 32px;
}

.featured-industries {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.industry-tag {
    padding: 6px 16px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    color: #475569;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid #e2e8f0;
}

.btn-explore {
    padding: 16px 32px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.25);
}

.btn-explore:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.35);
}

/* Document Flow Animation */
.featured-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.document-flow-animation {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.doc-input, .doc-output {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all 0.4s ease;
}

.doc-input {
    background: linear-gradient(135deg, #ddd6fe, #e0e7ff);
    border: 2px solid #c7d2fe;
}

.doc-output {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.25);
}

.processing-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.3s;
}

.dot:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

/* Use Cases Grid */
.use-cases-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 32px;
    margin-bottom: 80px;
}

.use-case-card {
    background: white;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.use-case-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.use-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(99, 102, 241, 0.2);
}

.use-case-card:hover::before {
    transform: scaleX(1);
}

.use-case-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.use-case-icon-modern {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.use-case-icon-modern svg {
    width: 32px;
    height: 32px;
}

.use-case-card:hover .use-case-icon-modern {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.25);
}

.use-case-card:hover .use-case-icon-modern svg {
    filter: brightness(0) invert(1);
}

.use-case-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.use-case-category {
    padding: 4px 12px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    color: #475569;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.use-case-impact {
    font-size: 0.875rem;
    font-weight: 600;
    color: #059669;
    background: #dcfdf7;
    padding: 4px 8px;
    border-radius: 8px;
}

.use-case-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    line-height: 1.3;
}

.use-case-card p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 24px;
    font-size: 1rem;
}

.use-case-benefits {
    margin-bottom: 32px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: #475569;
    margin-bottom: 8px;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.btn-learn-more {
    width: 100%;
    padding: 12px 24px;
    background: transparent;
    border: 2px solid #f1f5f9;
    color: #475569;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-learn-more:hover {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.25);
}

/* Industry Showcase */
.industry-showcase {
    background: white;
    padding: 60px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    margin-bottom: 80px;
    text-align: center;
}

.industry-showcase h3 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 40px;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
}

.industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-4px);
    background: white;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.industry-icon {
    font-size: 2.5rem;
}

.industry-name {
    font-weight: 600;
    color: #1e293b;
    font-size: 1rem;
}

.industry-stat {
    font-size: 0.875rem;
    color: #059669;
    font-weight: 600;
    background: #dcfdf7;
    padding: 4px 12px;
    border-radius: 12px;
}

/* Use Cases CTA */
.use-cases-cta {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60px;
    align-items: center;
    background: linear-gradient(135deg, #1e293b, #475569);
    padding: 60px;
    border-radius: 24px;
    color: white;
}

.cta-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: white;
}

.cta-content p {
    font-size: 1.125rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 32px;
}

.cta-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-actions .btn-primary {
    padding: 16px 32px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.25);
}

.cta-actions .btn-secondary {
    padding: 16px 32px;
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-actions .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.35);
}

.cta-actions .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Consultation Preview */
.consultation-preview {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.preview-header {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.preview-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e2e8f0;
}

.preview-dot:first-child {
    background: #ef4444;
}

.preview-dot:nth-child(2) {
    background: #f59e0b;
}

.preview-dot:nth-child(3) {
    background: #10b981;
}

.message-bubble {
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    color: #475569;
    padding: 12px 16px;
    border-radius: 12px 12px 12px 4px;
    margin-bottom: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.typing-indicator {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 8px 12px;
}

.typing-indicator span {
    width: 6px;
    height: 6px;
    background: #6366f1;
    border-radius: 50%;
    animation: typing 1.4s infinite;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-10px); }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .featured-use-case {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .use-cases-cta {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .featured-stats {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .use-cases-modern {
        padding: 80px 0;
    }

    .featured-use-case {
        padding: 40px;
    }

    .industry-showcase {
        padding: 40px;
    }

    .use-cases-cta {
        padding: 40px;
    }

    .use-cases-grid-modern {
        grid-template-columns: 1fr;
    }

    .feature-item {
        text-align: left !important;
    }

    .feature-content {
        text-align: left !important;
    }

    .feature-content h3 {
        text-align: left !important;
    }

    .feature-content p {
        text-align: left !important;
        font-size: 1.1rem;
        line-height: 1.7;
    }

    .feature-content ul {
        text-align: left !important;
    }

    .feature-content li {
        text-align: left !important;
    }

    .use-case-card {
        text-align: left !important;
    }

    .use-case-card h3 {
        text-align: left !important;
    }

    .use-case-card p {
        text-align: left !important;
    }
    
    .cta-actions {
        flex-direction: column;
    }
    
    .featured-stats {
        gap: 24px;
    }
    
    .document-flow-animation {
        gap: 20px;
        padding: 24px;
    }
    
    .doc-input, .doc-output {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* Why Breign Section */
.why-breign {
    padding: 100px 0;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.why-item {
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.why-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.why-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.why-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.why-item p {
    color: #64748b;
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials {
    padding: 100px 0;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
}

.testimonials-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.testimonial-quote {
    text-align: center;
}

.testimonial-quote blockquote {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
}

.testimonial-quote blockquote::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.3);
    font-family: serif;
}

.testimonial-quote cite {
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.9;
}

.partnerships h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.partnerships p {
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
}

.partners-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.partner-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.partner-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(10px);
}

.partner-logo {
    font-size: 1.5rem;
}

.partnerships-footer {
    font-style: italic;
    opacity: 0.8;
    margin-bottom: 0;
}

/* Modern CTA Section */
.modern-cta-section {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, 
        #6366f1 0%, 
        #8b5cf6 35%, 
        #ec4899 70%, 
        #f97316 100%);
    text-align: center;
    overflow: hidden;
}

/* Animated Background Elements */
.cta-background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.floating-gradient {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: float-rotate 8s infinite ease-in-out;
}

.gradient-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.gradient-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    top: 60%;
    right: 15%;
    animation-delay: -2s;
}

.gradient-3 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    top: 30%;
    right: 30%;
    animation-delay: -4s;
}

@keyframes float-rotate {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
    }
    25% { 
        transform: translateY(-20px) rotate(90deg); 
    }
    50% { 
        transform: translateY(-10px) rotate(180deg); 
    }
    75% { 
        transform: translateY(-30px) rotate(270deg); 
    }
}

/* Content Container */
.modern-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

/* Trust Badge */
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 50px;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-icon {
    font-size: 1rem;
}

/* Headlines */
.cta-headlines {
    margin-bottom: 50px;
}

.cta-headlines h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin-bottom: 20px;
    color: white;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.1;
}

.cta-subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.cta-value-prop {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    margin: 0;
    font-style: italic;
}

/* CTA Actions */
.modern-cta-actions {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.primary-cta-container,
.secondary-cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.btn-primary-modern {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: white;
    color: #6366f1;
    border: none;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-primary-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-primary-modern:hover::before {
    left: 100%;
}

.btn-primary-modern:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-secondary-modern {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.btn-secondary-modern:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.btn-icon {
    font-size: 1.2rem;
}

.cta-disclaimer {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-weight: 400;
    text-align: center;
}

/* Benefits Grid */
.cta-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.benefit-icon {
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Social Proof */
.social-proof {
    display: grid;
    gap: 40px;
    max-width: 600px;
    margin: 0 auto;
}

.social-proof-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(45deg, #ffffff, #f1f5f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testimonial-quote {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.testimonial-quote p {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.author-name {
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.author-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 400;
}

/* CTA Mobile Responsive Styles */
@media (max-width: 1024px) {
    .modern-cta-section {
        padding: 100px 0 80px;
    }
    
    .floating-gradient {
        opacity: 0.08;
    }
    
    .gradient-1 {
        width: 200px;
        height: 200px;
    }
    
    .gradient-2 {
        width: 150px;
        height: 150px;
    }
    
    .social-proof-stats {
        gap: 20px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .modern-cta-section {
        padding: 80px 0 60px;
    }
    
    .trust-badge {
        font-size: 0.8rem;
        padding: 10px 20px;
    }
    
    .cta-headlines {
        margin-bottom: 40px;
    }
    
    .cta-headlines h2 {
        font-size: clamp(2rem, 6vw, 2.5rem);
        margin-bottom: 16px;
    }
    
    .cta-subtitle {
        font-size: clamp(1rem, 3vw, 1.2rem);
        margin-bottom: 12px;
    }
    
    .cta-value-prop {
        font-size: 1rem;
    }
    
    .modern-cta-actions {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }
    
    .btn-primary-modern,
    .btn-secondary-modern {
        padding: 18px 32px;
        font-size: 1rem;
        width: 100%;
        max-width: 300px;
    }
    
    .cta-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }
    
    .benefit-item {
        justify-content: flex-start !important;
        text-align: left !important;
    }
    
    .social-proof-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .testimonial-quote {
        padding: 24px;
    }
    
    .testimonial-quote p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .modern-cta-section {
        padding: 60px 0 50px;
    }
    
    .trust-badge {
        font-size: 0.75rem;
        padding: 8px 16px;
        gap: 6px;
    }
    
    .cta-headlines h2 {
        font-size: clamp(1.8rem, 7vw, 2rem);
    }
    
    .btn-primary-modern,
    .btn-secondary-modern {
        padding: 16px 24px;
        font-size: 0.95rem;
        gap: 8px;
        justify-content: center;
        text-align: center;
    }

    .secondary-cta-container {
        text-align: center;
        width: 100%;
    }
    
    .btn-icon {
        font-size: 1rem;
    }
    
    .cta-disclaimer {
        font-size: 0.8rem;
    }
    
    .benefit-icon {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .testimonial-quote {
        padding: 20px;
    }
    
    .testimonial-quote p {
        font-size: 0.95rem;
    }
    
    .author-name {
        font-size: 0.9rem;
    }
    
    .author-title {
        font-size: 0.8rem;
    }
}

/* Footer */
.footer {
    padding: 60px 0 30px;
    background: #1e293b;
    color: white;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-logo .logo-container {
    margin-bottom: 16px;
}

.footer-logo .logo-icon {
    height: 40px;
    width: 40px;
}

.footer-logo .logo-title {
    color: #f1f5f9;
}

.footer-logo .logo-subtitle {
    color: #94a3b8;
}

.footer-logo p {
    color: #cbd5e1;
    font-size: 0.95rem;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-column h4 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #f1f5f9;
}

.footer-column a {
    display: block;
    color: #cbd5e1;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #6366f1;
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid #334155;
    text-align: center;
}

.footer-bottom p {
    color: #94a3b8;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .value-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 32px;
        max-width: 600px;
    }
}

/* Tablet responsive design for advantages */
@media (max-width: 1024px) and (min-width: 769px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
        max-width: 900px;
    }
    
    .advantage-item {
        padding: 45px 35px;
    }
}

@media (max-width: 768px) {
    /* Mobile responsive styles for trusted partners */
    .trusted-partners {
        padding: 40px 0;
    }

    .partner-logos-enhanced {
        gap: 40px;
        flex-direction: column;
    }

    .partner-logo-enhanced {
        height: 70px;
    }

    .partners-label {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .partners-commitment {
        font-size: 13px;
        padding: 0 20px;
    }

    /* Enhanced logos section mobile */
    .enhanced-logos-section {
        margin-top: 60px;
        padding: 40px 20px;
    }

    .enhanced-logos-header h4 {
        font-size: 1.5rem;
    }

    .enhanced-logos-header p {
        font-size: 1rem;
        padding: 0 10px;
    }

    .enhanced-logos-container {
        gap: 40px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .enhanced-logo-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .enhanced-logo-link {
        padding: 15px;
    }

    .enhanced-partner-logo {
        height: 75px;
    }

    .nav-menu {
        gap: 1rem;
    }

    .nav-link {
        display: none;
    }
    
    
    .logo-icon {
        height: 35px;
        width: 35px;
    }
    
    .language-selector {
        gap: 1px;
        padding: 1px;
    }
    
    .lang-option {
        padding: 4px 8px;
        font-size: 0.8rem;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-visual {
        order: -1;
    }
    
    .ai-agent-visualization {
        height: 200px;
        margin-top: -50px;
    }

    .hero-visual {
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        gap: 0;
    }
    
    .value-props {
        padding: 50px 0 40px;
    }
    
    .value-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 24px;
        max-width: none;
    }
    
    .value-card {
        padding: 40px 32px 36px;
        text-align: center;
        border-radius: 20px;
    }
    
    .value-icon {
        width: 72px;
        height: 72px;
        margin: 0 auto 28px;
        border-radius: 18px;
    }
    
    .value-icon svg {
        width: 56px;
        height: 56px;
    }
    
    .value-card h3 {
        font-size: 1.35rem;
        margin-bottom: 20px;
        text-align: center;
    }
    
    /* Mobile optimization for new structure */
    .value-intro p {
        font-size: 1.05rem;
        text-align: center;
        line-height: 1.6;
    }
    
    .value-benefits {
        gap: 10px;
        margin-top: 20px;
    }
    
    .value-benefits li {
        font-size: 0.95rem;
        line-height: 1.4;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 10px;
    }
    
    .benefit-icon {
        width: 18px;
        height: 18px;
        font-size: 11px;
        margin-top: 1px;
    }
    
    .value-card p:not(.value-intro p) {
        font-size: 1rem;
        text-align: center;
        line-height: 1.7;
    }
    
    .value-features {
        justify-content: center;
        margin-top: 20px;
    }
    
    .feature-tag {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .advantage-item {
        padding: 40px 30px;
        text-align: center;
    }
    
    .advantage-icon {
        width: 72px;
        height: 72px;
        font-size: 3rem;
        margin: 0 auto 25px;
        border-radius: 18px;
    }
    
    .advantage-icon svg {
        width: 56px;
        height: 56px;
    }
    
    .feature-item,
    .feature-item.reverse {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 20px;
        position: relative;
    }

    /* Supprimer l'espace au-dessus du deuxième feature-item */
    .feature-item.reverse {
        margin-top: -5px;
    }

    .feature-content {
        padding-top: 0;
        margin-top: 0;
    }

    /* Ajouter un séparateur après chaque feature-item sauf le dernier */
    .feature-item:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 1px;
        background: linear-gradient(90deg, transparent, #e2e8f0 20%, #e2e8f0 80%, transparent);
    }

    /* Cacher les images des features sur mobile */
    .feature-visual {
        display: none !important;
    }
    
    .ai-value-hero {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .ai-value-metrics {
        flex-direction: column;
        gap: 20px;
    }
    
    .ai-benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .how-it-works {
        padding: 30px 20px;
    }
    
    .process-flow {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .process-step {
        width: 100%;
        max-width: 280px;
    }
    
    .process-connector {
        transform: rotate(90deg);
        margin: 20px auto;
        text-align: center;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .cta-info {
        flex-direction: column;
        gap: 15px;
    }
    
    .use-cases-grid {
        grid-template-columns: 1fr;
    }
    
    .why-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-content {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .partners-list {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .nav-container {
        padding: 0 15px;
    }

    .nav-logo {
        gap: 15px;
    }

    .nav-partner-logos {
        gap: 15px;
        padding-left: 0;
        justify-content: center;
        width: 100%;
    }

    .nav-partner-logo {
        height: 80px;
    }

    /* Cacher la visualisation AI sur mobile */
    .ai-agent-visualization {
        display: none !important;
    }

    /* Réorganiser la structure hero pour mobile */
    .hero-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow-x: hidden;
        padding: 20px 15px;
    }

    /* Mettre le titre et sous-titre en premier */
    .hero-content {
        order: 1;
        text-align: center;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    /* Mettre les logos partenaires en deuxième */
    .hero-visual {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .hero-visual .nav-partner-logos {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding: 0;
        margin: 0;
        width: 100%;
        order: 1;
    }

    /* Mettre le CTA en dernier */
    .hero-cta {
        order: 3;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .hero {
        padding: 60px 0 30px;
        overflow-x: hidden;
        width: 100%;
    }

    .hero-title {
        font-size: 2rem;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 0;
    }

    .cta-section {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        padding: 0 20px;
    }

    .btn-large {
        padding: 14px 20px;
        font-size: 0.95rem;
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .features {
        text-align: left !important;
        padding: 30px 0 30px;
    }

    .feature-item {
        text-align: left !important;
    }

    .feature-content {
        text-align: left !important;
    }

    .feature-content h3 {
        text-align: left !important;
    }

    .feature-content p {
        text-align: left !important;
        font-size: 1.1rem;
        line-height: 1.7;
    }

    .feature-content ul {
        text-align: left !important;
    }

    .feature-content li {
        text-align: left !important;
        line-height: 1.5;
        padding: 12px 0 !important;
        text-indent: -1.5em !important;
        padding-left: 1.5em !important;
        position: relative !important;
    }

    .feature-content li::before {
        content: '✓ ' !important;
        position: static !important;
        color: #6366f1 !important;
        font-weight: bold !important;
    }

    .feature-content li > * {
        text-align: left !important;
    }

    .use-case-card {
        text-align: left !important;
    }

    .use-case-card h3 {
        text-align: left !important;
    }

    .use-case-card p {
        text-align: left !important;
    }

    .use-case-benefits {
        text-align: left !important;
    }

    .use-case-benefits .benefit-item {
        text-align: left !important;
        line-height: 1.5;
        padding: 4px 0 !important;
        text-indent: -1.5em !important;
        padding-left: 1.5em !important;
        position: relative !important;
    }

    .use-case-benefits .benefit-item > * {
        text-align: left !important;
    }

    /* Force left alignment after i18n innerHTML injection */
    .feature-content li *,
    .feature-content li span,
    .use-case-benefits .benefit-item *,
    .use-case-benefits .benefit-item span {
        text-align: left !important;
    }

    /* Override any inherited center alignment */
    [data-i18n] li,
    [data-i18n] li *,
    [data-i18n] .benefit-item,
    [data-i18n] .benefit-item * {
        text-align: left !important;
    }

    /* Specific override for all benefit-item instances */
    .benefit-item,
    .value-benefits .benefit-item,
    .use-case-benefits .benefit-item,
    .partner-benefits .benefit-item {
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    
    .hero-cta-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .hero-partner-logos {
        margin-top: 30px;
        padding-left: 0;
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        padding-top: 30px;
    }

    .hero-partner-logo {
        height: 45px;
    }

    /* Technology Partners Mobile */
    .technology-partners {
        padding: 60px 0;
    }

    .partners-logos-container {
        gap: 60px;
        flex-direction: column;
    }

    .intech-logo {
        height: 120px;
    }

    .deep-logo {
        height: 75px;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
    }
    
    .value-props {
        padding: 60px 0;
    }
    
    .value-card {
        padding: 32px 24px 28px;
        border-radius: 16px;
    }
    
    .value-icon {
        width: 64px;
        height: 64px;
        margin: 0 auto 24px;
        border-radius: 16px;
    }
    
    .value-icon svg {
        width: 48px;
        height: 48px;
    }
    
    .value-card h3 {
        font-size: 1.25rem;
        margin-bottom: 18px;
    }
    
    /* Small mobile optimization */
    .value-intro p {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .value-benefits {
        gap: 8px;
        margin-top: 18px;
    }
    
    .value-benefits li {
        font-size: 0.9rem;
        line-height: 1.3;
        gap: 8px;
        justify-content: flex-start !important;
        text-align: left !important;
    }
    
    .benefit-icon {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
    
    .value-card p:not(.value-intro p) {
        font-size: 0.95rem;
        line-height: 1.65;
    }
    
    .value-features {
        gap: 6px;
        margin-top: 18px;
    }
    
    .feature-tag {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
    
    /* Advantages responsive styles for small mobile */
    .advantages {
        padding: 80px 0;
    }
    
    .advantage-icon {
        width: 64px;
        height: 64px;
        margin: 0 auto 20px;
        border-radius: 16px;
    }
    
    .advantage-icon svg {
        width: 48px;
        height: 48px;
    }
}

/* ========================================
   MODERN TESTIMONIALS & PARTNERSHIPS SECTION
   ======================================== */

.testimonials-partnerships-modern {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-partnerships-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.2), transparent);
}

/* Section Header Styles */
.section-header-center {
    text-align: center;
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-badge-modern {
    display: inline-block;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
}

.section-title-modern {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #1a1a1a, #4a4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle-modern {
    font-size: 1.25rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Testimonials Grid */
.testimonials-grid-modern {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    margin-bottom: 80px;
    align-items: start;
}

.testimonial-card-modern {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card-modern:hover {
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.1);
    transform: translateY(-2px);
}

.testimonial-card-modern.featured {
    background: linear-gradient(135deg, #ffffff, #f8faff);
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
}

.testimonial-card-modern.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.quote-icon {
    margin-bottom: 24px;
    opacity: 0.8;
}

.testimonial-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 32px;
    font-style: normal;
}

.testimonial-card-modern.featured .testimonial-text {
    font-size: 1.25rem;
    font-weight: 500;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.125rem;
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    font-style: normal;
}

.author-role {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 400;
}

.testimonial-metrics {
    display: flex;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.metric-value {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.metric-label {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 80px;
    padding: 32px 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #64748b;
    font-weight: 500;
    font-size: 0.875rem;
}

.trust-icon {
    width: 24px;
    height: 24px;
}

/* Partnerships Section */
.partnerships-modern {
    background: white;
    border-radius: 32px;
    padding: 60px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.partnerships-header {
    text-align: center;
    margin-bottom: 60px;
}

.partnerships-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.partnerships-subtitle {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 32px;
    margin-bottom: 60px;
}

.partner-card {
    background: #f8faff;
    border-radius: 20px;
    padding: 36px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(99, 102, 241, 0.12);
}

.partner-card.featured {
    background: linear-gradient(135deg, #ffffff, #f8faff);
    border: 2px solid transparent;
    background-clip: padding-box;
}

.partner-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6, #ec4899);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.partner-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.partner-logo-container {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.partner-logo.fit4digital {
    width: 64px;
    height: auto;
    object-fit: contain;
}

.partner-logo-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.partner-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.partner-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.partner-badge.certified {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.partner-badge.sovereign {
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    color: white;
}

.partner-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.partner-benefits {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.9rem;
    color: #4a4a4a;
}

.benefit-item::after {
    content: "";
    flex: 1;
    min-height: 1.5em;
}

.benefit-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

.partner-link {
    color: #6366f1;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.partner-link:hover {
    color: #4f46e5;
    transform: translateX(4px);
}

.partnerships-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 40px;
}

.partnerships-commitment {
    font-size: 1.125rem;
    color: #4a4a4a;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.partnership-cta {
    display: flex;
    justify-content: center;
}

.btn-partnership {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
}

.btn-partnership:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .testimonials-partnerships-modern {
        padding: 80px 0;
    }
    
    .section-title-modern {
        font-size: 2.5rem;
    }
    
    .testimonials-grid-modern {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .testimonial-card-modern {
        padding: 32px;
    }
    
    .partnerships-modern {
        padding: 40px;
    }
    
    .partners-grid {
        grid-template-columns: 1fr;
    }
    
    .trust-indicators {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .testimonials-partnerships-modern {
        padding: 60px 0;
    }
    
    .section-header-center {
        margin-bottom: 60px;
    }
    
    .section-title-modern {
        font-size: 2rem;
    }
    
    .section-subtitle-modern {
        font-size: 1.125rem;
    }
    
    .testimonial-card-modern {
        padding: 24px;
        border-radius: 16px;
    }
    
    .testimonial-text {
        font-size: 1rem;
    }
    
    .testimonial-card-modern.featured .testimonial-text {
        font-size: 1.125rem;
    }
    
    .testimonial-metrics {
        gap: 16px;
    }
    
    .trust-indicators {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
    }
    
    .partnerships-modern {
        padding: 32px 24px;
        border-radius: 20px;
    }
    
    .partnerships-title {
        font-size: 1.875rem;
    }
    
    .partner-card {
        padding: 24px;
        border-radius: 16px;
    }
    
    .partner-header {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .partner-logo-container {
        width: 72px;
        height: 72px;
    }
    
    .partnerships-commitment {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .testimonials-partnerships-modern {
        padding: 40px 0;
    }
    
    .section-badge-modern {
        font-size: 0.75rem;
        padding: 6px 16px;
    }
    
    .section-title-modern {
        font-size: 1.75rem;
    }
    
    .section-subtitle-modern {
        font-size: 1rem;
    }
    
    .testimonial-card-modern {
        padding: 20px;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
    }
    
    .author-avatar {
        width: 48px;
        height: 48px;
    }
    
    .avatar-placeholder {
        font-size: 1rem;
    }
    
    .trust-indicators {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    
    .partnerships-modern {
        padding: 24px 16px;
    }
    
    .partnerships-title {
        font-size: 1.5rem;
    }
    
    .partnerships-subtitle {
        font-size: 1rem;
    }
    
    .partner-card {
        padding: 20px;
    }
    
    .partner-name {
        font-size: 1.25rem;
    }
    
    .btn-partnership {
        padding: 14px 24px;
        font-size: 0.9rem;
    }
}

        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 0.875rem;
    }
    
    .faq-item p {
        font-size: 0.9rem;
        padding-left: 34px;
    }
}
/* ========================================
   FAQ SECTION - SEO OPTIMIZED WITH ACCORDION
   ======================================== */

.faq-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
    position: relative;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.3), transparent);
}

.faq-section h2 {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 60px;
    background: linear-gradient(135deg, #1a1a1a, #4a5568);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding-bottom: 20px;
}

.faq-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    border-radius: 2px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(99, 102, 241, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #6366f1, #8b5cf6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.3);
}

.faq-item.active::before {
    opacity: 1;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 28px 32px;
    cursor: pointer;
    user-select: none;
}

.faq-question h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

.faq-question h3::before {
    content: '?';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 2px;
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    color: #6366f1;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 32px 28px 32px;
}

.faq-answer p {
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
    margin: 0;
    padding-left: 40px;
}

.faq-answer p strong {
    color: #6366f1;
    font-weight: 600;
}

/* Responsive FAQ */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-section h2 {
        font-size: 1.75rem;
        margin-bottom: 40px;
    }

    .faq-question {
        padding: 20px 24px;
    }

    .faq-question h3 {
        font-size: 1.1rem;
    }

    .faq-item.active .faq-answer {
        padding: 0 24px 20px 24px;
    }

    .faq-answer p {
        font-size: 0.95rem;
        padding-left: 40px;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-question {
        padding: 16px 20px;
        gap: 12px;
    }

    .faq-question h3 {
        font-size: 1rem;
        gap: 10px;
    }

    .faq-question h3::before {
        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 0.875rem;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 16px 20px;
    }

    .faq-answer p {
        font-size: 0.9rem;
        padding-left: 34px;
    }

    .faq-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .faq-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* ============================================
   NEW B2B SECTIONS - BREIGN WEBSITE REDESIGN
   ============================================ */

/* ==========================================
   OFFERING SECTION - 3 Strategic Pillars
   ========================================== */
.offering {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.offering-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .offering-grid {
        grid-template-columns: 1fr;
    }
}

.offering-pillar {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.offering-pillar:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.2);
    border-color: rgba(99, 102, 241, 0.3);
}

.pillar-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
}

.offering-pillar h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.offering-pillar p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
}

.offering-pillar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offering-pillar ul li {
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    color: #475569;
    line-height: 1.6;
}

.offering-pillar ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #6366f1;
    font-weight: 700;
}

/* ==========================================
   WHY BREIGN SECTION - Challenges
   ========================================== */
.why-breign {
    padding: 100px 0;
    background: white;
}

.challenges-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
}

@media (max-width: 768px) {
    .challenges-grid {
        grid-template-columns: 1fr;
    }
}







.challenge-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(203, 213, 225, 0.3);
}

.challenge-card:hover {
    transform: translateY(-4px);
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 8px 30px rgba(239, 68, 68, 0.15);
}

.challenge-icon {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 24px;
    display: block;
}

.challenge-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.challenge-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ==========================================
   SOLUTION SECTION - Two Phases
   ========================================== */
.solution {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.phases-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.phase-card {
    flex: 1;
    min-width: 400px;
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid;
    transition: all 0.3s ease;
}

.phase-card.phase-1 {
    border-color: #6366f1;
}

.phase-card.phase-2 {
    border-color: #8b5cf6;
}

.phase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(99, 102, 241, 0.2);
}

.phase-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.phase-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.phase-tagline {
    color: #6366f1;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.phase-content {
    margin-top: 24px;
}

.phase-description p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 16px;
}

.phase-description ul, .phase-benefits ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.phase-description ul li, .phase-benefits ul li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    color: #475569;
    line-height: 1.6;
}

.phase-description ul li::before {
    content: '•';
    position: absolute;
    left: 8px;
    color: #6366f1;
    font-size: 1.5rem;
    line-height: 1;
}

.phase-benefits {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 2px solid rgba(99, 102, 241, 0.1);
}

.phase-benefits h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.phase-benefits ul li::before {
    content: '';
    left: 0;
}

.phase-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================
   BREIGNMATE SECTION - 5 Features
   ========================================== */
.breignmate {
    padding: 100px 0;
    background: white;
}

.breignmate-features {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
    margin-top: 60px;
}

/* Each card spans 2 columns for 3-2 balanced layout */
.breignmate-features .feature-card {
    grid-column: span 2;
}

/* Center the last two cards on second row */
.breignmate-features .feature-card:nth-child(4) {
    grid-column: 2 / 4;
}

.breignmate-features .feature-card:nth-child(5) {
    grid-column: 4 / 6;
}

@media (max-width: 1024px) {
    .breignmate-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .breignmate-features .feature-card {
        grid-column: span 1;
    }

    .breignmate-features .feature-card:nth-child(4),
    .breignmate-features .feature-card:nth-child(5) {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .breignmate-features {
        grid-template-columns: 1fr;
    }
}

.feature-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 36px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(203, 213, 225, 0.2);
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
}

.feature-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.feature-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ==========================================
   APPROACH SECTION - 5 Steps
   ========================================== */
.approach {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.approach-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
    margin-top: 60px;
}

/* 3-2 balanced layout for 5 items */
.approach-steps .step-card {
    grid-column: span 2;
}

.approach-steps .step-card:nth-child(4) {
    grid-column: 2 / 4;
}

.approach-steps .step-card:nth-child(5) {
    grid-column: 4 / 6;
}

@media (max-width: 1024px) {
    .approach-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .approach-steps .step-card {
        grid-column: span 1;
    }

    .approach-steps .step-card:nth-child(4),
    .approach-steps .step-card:nth-child(5) {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .approach-steps {
        grid-template-columns: 1fr;
    }
}

.step-card {
    background: white;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(203, 213, 225, 0.2);
    position: relative;
}

.step-card:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.step-number {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 24px;
}

.step-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.step-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ==========================================
   TEAM SECTION - Expert Team
   ========================================== */
.team {
    padding: 100px 0;
    background: white;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}

.team-member {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 36px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(203, 213, 225, 0.2);
}

.team-member:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.member-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
}

.member-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.team-member h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.team-member p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ==========================================
   ARCHITECTURE SECTION
   ========================================== */
.architecture {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.architecture-stack {
    max-width: 900px;
    margin: 60px auto 0;
}

.architecture-layer {
    background: white;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(203, 213, 225, 0.2);
    transition: all 0.3s ease;
}

.architecture-layer:hover {
    transform: translateX(8px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.15);
}

.layer-number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.layer-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.layer-content p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Deployment Options */
.deployment-options {
    margin-top: 80px;
}

.deployment-options h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 48px;
}

.deployment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .deployment-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}

.deployment-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(203, 213, 225, 0.2);
    transition: all 0.3s ease;
}

.deployment-card:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.deployment-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
}

.deployment-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.deployment-card h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.deployment-card p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
}

.deployment-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.deployment-card ul li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    color: #475569;
    line-height: 1.6;
}

.deployment-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #6366f1;
    font-weight: 700;
}

/* ==========================================
   INDUSTRIES SECTION
   ========================================== */
.industries {
    padding: 100px 0;
    background: white;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 60px;
}

@media (max-width: 768px) {
    .industries-grid {
        grid-template-columns: 1fr;
    }
}

.industry-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 36px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(203, 213, 225, 0.2);
}

.industry-card:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.industry-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    display: block;
}

.industry-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.industry-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ==========================================
   SECURITY SECTION
   ========================================== */
.security {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .security-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .security-grid {
        grid-template-columns: 1fr;
    }
}

.security-item {
    background: white;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(203, 213, 225, 0.2);
}

.security-item:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.15);
}

.security-badge {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.security-item h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.security-item p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.9rem;
}

/* ==========================================
   TESTIMONIALS SECTION
   ========================================== */
.testimonials {
    padding: 100px 0;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.testimonial-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(203, 213, 225, 0.2);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.testimonial-content {
    margin-bottom: 28px;
}

.testimonial-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #475569;
    font-style: italic;
    position: relative;
}

.testimonial-content p::before {
    content: '"';
    font-size: 3rem;
    color: #6366f1;
    position: absolute;
    left: -20px;
    top: -10px;
    opacity: 0.3;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    border-top: 2px solid rgba(203, 213, 225, 0.2);
}

.author-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.author-info p {
    font-size: 0.9rem;
    color: #6366f1;
    font-weight: 500;
}

/* ==========================================
   CTA SECTION
   ========================================== */
.cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: rotate(-15deg);
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

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

.btn-large {
    padding: 16px 40px;
    font-size: 1.1rem;
}

/* ==========================================
   CONTACT SECTION
   ========================================== */
.contact {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

.contact-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(203, 213, 225, 0.2);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15);
}

.contact-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.contact-role {
    color: #6366f1;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.contact-details p {
    margin: 12px 0;
    color: #475569;
    font-size: 1rem;
}

.contact-details a {
    color: #6366f1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-details a:hover {
    text-decoration: underline;
    color: #8b5cf6;
}

/* ==========================================
   BUTTONS
   ========================================== */
.btn-primary {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}

.btn-secondary {
    background: white;
    color: #6366f1;
    border: 2px solid #6366f1;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover {
    background: #6366f1;
    color: white;
    transform: translateY(-2px);
}

/* ==========================================
   SECTION HEADER COMMON STYLES
   ========================================== */
.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.section-header p {
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.7;
}

/* ==========================================
   RESPONSIVE STYLES FOR NEW SECTIONS
   ========================================== */
@media (max-width: 768px) {
    /* General section padding */
    .offering, .why-breign, .solution, .breignmate, .approach, .team, 
    .architecture, .industries, .security, .testimonials, .cta, .contact {
        padding: 60px 0;
    }

    /* Section headers */
    .section-header h2 {
        font-size: 1.8rem;
    }

    .section-header p {
        font-size: 1rem;
    }

    /* Grids */
    .offering-grid, .challenges-grid, .breignmate-features, .approach-steps,
    .team-grid, .industries-grid, .security-grid, .testimonials-grid, .contact-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    /* Phase cards */
    .phases-container {
        flex-direction: column;
    }

    .phase-card {
        min-width: 100%;
    }

    .phase-arrow {
        transform: rotate(90deg);
    }

    /* Architecture layers */
    .architecture-layer {
        flex-direction: column;
        text-align: center;
    }

    /* Deployment grid */
    .deployment-grid {
        grid-template-columns: 1fr;
    }

    /* CTA */
    .cta h2 {
        font-size: 1.8rem;
    }

    .cta p {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-large {
        width: 100%;
    }
}

@media (max-width: 480px) {
    /* Even smaller section padding */
    .offering, .why-breign, .solution, .breignmate, .approach, .team, 
    .architecture, .industries, .security, .testimonials, .cta, .contact {
        padding: 40px 0;
    }

    /* Section headers */
    .section-header h2 {
        font-size: 1.5rem;
    }

    /* Cards padding */
    .offering-pillar, .challenge-card, .phase-card, .feature-card, .step-card,
    .team-member, .industry-card, .security-item, .testimonial-card, .contact-card {
        padding: 24px;
    }

    /* Architecture layer */
    .architecture-layer {
        padding: 24px;
    }

    /* Contact cards */
    .contact-card h3 {
        font-size: 1.3rem;
    }

    /* Buttons */
    .btn-primary, .btn-secondary {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
}

/* Footer Legal Links */
.footer-legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.footer-legal a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #6366f1;
}

.footer-legal .separator {
    color: #475569;
    font-size: 0.875rem;
}

/* Demo Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    animation: fadeIn 0.3s ease;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-content {
    background-color: white;
    margin: auto;
    padding: 0;
    border-radius: 16px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal .modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #64748b;
    font-size: 32px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modal .modal-close:hover {
    background: #f1f5f9;
    color: #1e293b;
}

.modal h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    padding: 40px 40px 0;
}

.modal p {
    color: #64748b;
    margin-bottom: 32px;
    line-height: 1.6;
    padding: 0 40px;
}

/* Demo Form */
.demo-form {
    padding: 0 40px 40px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #334155;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.demo-form button[type="submit"] {
    width: 100%;
    margin-top: 12px;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal .modal-content {
        width: 95%;
        margin: 20px auto;
    }

    .modal h2 {
        font-size: 1.5rem;
        padding: 30px 30px 0;
    }

    .modal p {
        padding: 0 30px;
    }

    .demo-form {
        padding: 0 30px 30px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px 14px;
        font-size: 0.95rem;
    }
}
