* { margin: 0; padding: 0; box-sizing: border-box; }
        
body { 
    font-family: 'Inter', sans-serif; 
    background: #ffffff; 
    color: #1f2937; 
    line-height: 1.6; 
    overflow-x: hidden; 
}

.container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }

/* Language Selector */
.language-selector { 
    position: fixed; 
    top: 40px; 
    right: 40px; 
    z-index: 10000; 
    display: flex;
    align-items: center;
    background: white;
    padding: 6px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid #e5e7eb;
}

.lang-options {
    display: flex;
    gap: 6px;
}

.lang-option { 
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px; 
    border: none;
    background: transparent;
    color: #6b7280;
    border-radius: 50px; 
    cursor: pointer; 
    font-weight: 600; 
    transition: all 0.3s ease;
    font-size: 0.9rem; 
    font-family: 'Inter', sans-serif;
}

.lang-option .flag {
    font-size: 1.3rem;
    line-height: 1;
}

.lang-option .lang-text {
    font-weight: 700;
}

.lang-option:hover { 
    background: #f3f4f6;
    transform: translateY(-2px);
}

.lang-option.active { 
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

/* Header (v2) */
header { 
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
    padding: 140px 20px 100px 20px;
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    animation: float 20s ease-in-out infinite;
}

.orb-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    top: -200px;
    right: -200px;
    animation-delay: 0s;
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
    bottom: -150px;
    left: -150px;
    animation-delay: 5s;
}

.orb-3 {
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-30px, 30px) scale(0.9); }
}

.grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(139, 92, 246, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(139, 92, 246, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

.header-content { 
    position: relative; 
    z-index: 10; 
    text-align: center;
    padding: 20px;
    width: 100%;
}

.evolution-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(139, 92, 246, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 92, 246, 0.2);
    padding: 10px 28px;
    border-radius: 30px;
    margin-bottom: 35px;
}

.evolution-badge-text {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h1 { 
    font-family: 'Poppins', sans-serif;
    font-size: clamp(4rem, 13vw, 10rem);
    font-weight: 900; 
    line-height: 0.95;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: -0.02em;
}

.title-main {
    display: block;
    background: linear-gradient(
        135deg,
        #fbbf24 0%,
        #f59e0b 20%,
        #ec4899 40%,
        #8b5cf6 60%,
        #06b6d4 80%,
        #fbbf24 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 8s ease-in-out infinite;
    filter: drop-shadow(0 4px 20px rgba(139, 92, 246, 0.15));
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

.title-sub {
    display: block;
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: 700;
    background: linear-gradient(135deg, #6b7280 0%, #374151 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 12px;
    letter-spacing: 0.15em;
}

.header-subtitle {
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.header-stats {
    display: flex;
    justify-content: center;
    gap: clamp(25px, 4vw, 40px);
    margin-top: 60px;
    flex-wrap: wrap;
}

.stat-item {
    position: relative;
    padding: 32px 40px;
    background: white;
    border: 2px solid transparent;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 170px;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.08);
    cursor: default;
}

.stat-item.expandable {
    cursor: pointer;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #fbbf24, #ec4899, #8b5cf6);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.stat-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(139, 92, 246, 0.15);
}

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

.stat-icon {
    font-size: 2.5rem;
    line-height: 1;
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.8rem, 5vw, 4rem);
    font-weight: 800;
    background: linear-gradient(135deg, #fbbf24 0%, #ec4899 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    display: block;
    margin-top: 12px;
    text-align: center;
}

.stat-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
}

.stat-item.expanded .stat-details {
    max-height: 500px;
    opacity: 1;
    margin-top: 20px;
}

.stat-details p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.7;
    text-align: center;
    padding: 0 10px;
}

.expand-icon {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    color: #8b5cf6;
    margin-top: 15px;
    transition: transform 0.3s ease;
}

.stat-item.expanded .expand-icon {
    transform: rotate(180deg);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    z-index: 10;
}

.scroll-text {
    font-size: 0.75rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.scroll-icon {
    width: 24px;
    height: 40px;
    border: 2px solid #d1d5db;
    border-radius: 20px;
    position: relative;
}

.scroll-icon::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 8px;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    border-radius: 2px;
    animation: scrollAnim 2s infinite;
}

@keyframes scrollAnim {
    0% { opacity: 0; top: 8px; }
    50% { opacity: 1; }
    100% { opacity: 0; top: 24px; }
}

/* Generic Section Styling */
.section {
    padding: 120px 0;
    position: relative;
}
.section-gray { background: #fafafa; }
.section-white { background: #ffffff; }

.section-title { 
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800; 
    background: linear-gradient(135deg, #1f2937 0%, #6b7280 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px; 
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.section-subtitle { 
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #9ca3af; 
    text-align: center; 
    margin-bottom: 70px;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

/* NGR Section - 6 cards in one row */
.section-gray .impact-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.section-gray .impact-card {
    padding: 30px 20px;
}

.section-gray .impact-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-gray .impact-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.section-gray .impact-card p {
    font-size: 0.9rem;
    line-height: 1.5;
}

.impact-card {
    background: white;
    border: 1px solid #f3f4f6;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.impact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fbbf24, #ec4899, #8b5cf6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.impact-card:hover::before {
    opacity: 1;
}

.impact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(139, 92, 246, 0.12);
    border-color: rgba(139, 92, 246, 0.2);
}

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

.impact-card h3 {
    font-size: 1.5rem;
    color: #1f2937;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.impact-card p {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.6;
}

/* NGR Highlight Box (v2) */
.ngr-highlight {
    background: white;
    border: 2px solid #f3f4f6;
    padding: 60px;
    border-radius: 24px;
    margin-top: 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ngr-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(251, 191, 36, 0.03) 0%, 
        rgba(236, 72, 153, 0.03) 50%, 
        rgba(139, 92, 246, 0.03) 100%);
    z-index: 0;
}

.ngr-highlight > * {
    position: relative;
    z-index: 1;
}

.ngr-highlight h3 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    background: linear-gradient(135deg, #fbbf24 0%, #ec4899 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.ngr-highlight p {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 35px;
}

.ngr-formula-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
    padding: 30px 20px;
}

.formula-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid #f3f4f6;
}

.formula-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.3);
}

.formula-step.highlight-step {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    border: 2px solid rgba(139, 92, 246, 0.3);
}

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

.formula-label {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.highlight-step .formula-label {
    font-size: 1.2rem;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.formula-arrow {
    font-size: 2rem;
    color: #9ca3af;
    font-weight: 700;
}

.formula-arrow.highlight-arrow {
    color: #8b5cf6;
    font-size: 2.5rem;
}

/* Partners Carousel */
.partnerships-section {
    padding: 60px 0;
}

.partners-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease;
}

.partner-logo:hover {
    transform: translateY(-10px);
}

.partner-logo img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-name {
    font-size: 1rem;
    font-weight: 600;
    color: #4b5563;
    text-align: center;
}

/* ADM Compliance Badge */
.adm-compliance {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.compliance-badge {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    max-width: 900px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(5, 150, 105, 0.08));
    padding: 35px 40px;
    border-radius: 16px;
    border: 2px solid rgba(16, 185, 129, 0.2);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.1);
}

.compliance-icon {
    font-size: 3rem;
    line-height: 1;
    flex-shrink: 0;
}

.compliance-text h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #047857;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.compliance-text p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

/* Pragmatic Play Note */
.pragmatic-note {
    padding: 60px 0;
}

.pragmatic-box {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #8b5cf6;
}

.pragmatic-icon {
    font-size: 4rem;
    line-height: 1;
    flex-shrink: 0;
}

.pragmatic-content h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.pragmatic-content p {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
}

.pragmatic-cta {
    margin-top: 25px;
    padding: 20px 25px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
    border-radius: 12px;
    font-size: 1.1rem !important;
    color: #6366f1 !important;
    border-left: 4px solid #8b5cf6;
}

/* Chart Section */
.chart-container { 
    max-width: 1000px; 
    margin: 50px auto; 
    padding: 40px; 
    background: white;
    border: 2px solid #f3f4f6;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.06);
}

/* NEW: SEO Table (v1 content, v2 style) */
.seo-table-wrapper {
    max-width: 1200px;
    margin: 70px auto 0 auto;
    background: white;
    border: 2px solid #f3f4f6;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.06);
    overflow: hidden;
}
.seo-table {
    width: 100%;
    border-collapse: collapse;
}
.seo-table th {
    background: #f9fafb;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    padding: 20px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #f3f4f6;
}
.seo-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 1rem;
    color: #4b5563;
}
.seo-table tr:last-child td {
    border-bottom: none;
}
.keyword-name {
    font-weight: 600;
    color: #1f2937;
}
.keyword-volume {
    font-weight: 700;
    background: linear-gradient(135deg, #8b5cf6, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.keyword-difficulty {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}
.diff-low {
    background: rgba(16, 185, 129, 0.1);
    color: #047857;
}
.diff-medium {
    background: rgba(251, 191, 36, 0.1);
    color: #b45309;
}

/* NEW: Milestone Cards (v1 content, v2 style) */
.milestone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.milestone-card {
    background: white;
    border: 1px solid #f3f4f6;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.06);
}
.milestone-label {
    font-size: 0.85rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.milestone-value {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 800;
    background: linear-gradient(135deg, #fbbf24 0%, #ec4899 50%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    line-height: 1;
}
.milestone-text {
    font-size: 1rem;
    color: #6b7280;
    margin-top: 10px;
}

/* NEW: Roadmap Phase Badge */
.roadmap-phase {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    background: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
}
.phase-2 { background: rgba(236, 72, 153, 0.1); color: #ec4899; }
.phase-3 { background: rgba(251, 191, 36, 0.1); color: #b45309; }

/* CTA Section */
.cta-section { 
    background: linear-gradient(135deg, #fafafa 0%, #f3f4f6 100%);
    padding: 120px 0; 
    text-align: center;
}

.cta-box { 
    max-width: 900px; 
    margin: 0 auto;
}

.cta-section h2 { 
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900; 
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1f2937 0%, #6b7280 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Poppins', sans-serif;
}

.cta-features { 
    background: white;
    border: 2px solid #f3f4f6;
    padding: 45px; 
    border-radius: 24px; 
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.06);
    text-align: left;
}

.cta-features p { 
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin: 18px 0; 
    font-weight: 500;
    color: #4b5563;
}

/* Concept Showcase Section - Narrative Layout */
.concept-showcase {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.concept-narrative {
    margin-top: 60px;
}

.concept-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.concept-block.reverse {
    grid-template-columns: 1fr 1fr;
}

.concept-block.reverse .concept-image-container {
    order: -1;
}

.concept-text {
    padding: 20px;
}

.concept-text h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.concept-text p {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
}

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

.concept-image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.concept-image-container:hover {
    transform: scale(1.03);
    box-shadow: 0 25px 80px rgba(139, 92, 246, 0.25);
}

.concept-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.concept-summary {
    margin-top: 60px;
    padding: 50px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(236, 72, 153, 0.08));
    border-radius: 20px;
    border: 2px solid rgba(139, 92, 246, 0.15);
}

.concept-summary h3 {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.concept-summary p {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
    text-align: left;
}

.concept-summary p:last-child {
    margin-bottom: 0;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    color: white;
    padding: 60px 0 40px 0;
    margin-top: 0;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.footer-brand h3 {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fbbf24, #ec4899, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.footer-tagline {
    font-size: 1rem;
    color: #9ca3af;
    margin-bottom: 20px;
}

.footer-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-badges span {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-ai {
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    color: white;
}

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

.badge-realtime {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: white;
}

.footer-info {
    text-align: center;
}

.footer-copyright {
    font-size: 0.95rem;
    color: #d1d5db;
    margin-bottom: 8px;
}

.footer-subtitle {
    font-size: 0.9rem;
    color: #9ca3af;
}

/* Footer Compliance Sections */
.footer-compliance {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.compliance-section h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.compliance-section p {
    font-size: 0.9rem;
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 15px;
}

.compliance-logos {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.compliance-link {
    font-size: 0.8rem;
    color: #9ca3af;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.compliance-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(251, 191, 36, 0.3);
    color: #fbbf24;
}

/* Footer Disclaimer */
.footer-disclaimer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-disclaimer p {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
}

/* Utility */
.lang-content { display: none; }
.lang-content.active { display: block; }

/* Responsive - Large Desktop */
@media (min-width: 1400px) {
    .section-gray .impact-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 25px;
    }
    
    .section-gray .impact-card {
        padding: 35px 25px;
    }
}

/* Responsive - Medium Desktop/Laptop */
@media (min-width: 1025px) and (max-width: 1399px) {
    .section-gray .impact-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .section-gray .impact-card {
        padding: 35px 25px;
    }
}

/* Responsive - Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .section-gray .impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-gray .impact-card {
        padding: 35px 25px;
    }
    
    .concept-block {
        gap: 40px;
        padding: 35px;
    }
    
    .concept-text h3 {
        font-size: 1.6rem;
    }
    
    .concept-text p {
        font-size: 1rem;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .language-selector { 
        top: 15px; 
        right: 15px;
        padding: 4px;
    }
    
    .lang-option {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    .lang-option .flag {
        font-size: 1.1rem;
    }
    
    .lang-option .lang-text {
        display: none;
    }
    
    /* Header Stats Mobile */
    .header-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .stat-item {
        min-width: 100%;
        padding: 25px 30px;
    }
    
    .stat-icon {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
    }
    
    .stat-details p {
        font-size: 0.85rem;
    }
    
    .expand-icon {
        font-size: 0.8rem;
        margin-top: 10px;
    }
    
    .impact-grid, .milestone-grid { 
        grid-template-columns: 1fr;
    }
    
    .section-gray .impact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-gray .impact-card {
        padding: 30px 25px;
    }
    
    .section-gray .impact-icon {
        font-size: 3rem;
        margin-bottom: 15px;
    }
    
    .section-gray .impact-card h3 {
        font-size: 1.2rem;
    }
    
    .section-gray .impact-card p {
        font-size: 0.95rem;
    }
    
    .container { 
        padding: 0 20px;
        max-width: 100%;
    }
    
    header { padding: 120px 20px 80px 20px; }
    .header-stats { gap: 20px; }
    .stat-item { min-width: 150px; padding: 28px 36px; }
    .orb-1, .orb-2, .orb-3 { opacity: 0.2; }
    .seo-table-wrapper { display: none; } /* Hide complex table on mobile */
    
    /* Concept Section Mobile Optimization */
    .concept-showcase {
        padding: 40px 0;
    }
    
    .concept-narrative {
        margin-top: 30px;
    }
    
    .concept-block {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 15px;
        margin-bottom: 30px;
        border-radius: 16px;
    }
    
    .concept-block.reverse {
        grid-template-columns: 1fr;
    }
    
    .concept-block.reverse .concept-image-container {
        order: 0;
    }
    
    .concept-text {
        padding: 5px 0;
        order: 2;
    }
    
    .concept-text h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .concept-text p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    
    .concept-image-container {
        order: 1;
        width: 100%;
        max-width: 100%;
        border-radius: 12px;
        margin: 0 auto;
    }
    
    .concept-img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
    }
    
    .concept-summary {
        padding: 25px 20px;
        margin-top: 30px;
        border-radius: 16px;
    }
    
    .concept-summary h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .concept-summary p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    
    /* Footer Mobile */
    .footer {
        padding: 40px 0 30px 0;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .footer-brand h3 {
        font-size: 1.6rem;
    }
    
    .footer-badges {
        justify-content: center;
    }
    
    .footer-info {
        text-align: center;
    }
    
    .footer-copyright {
        font-size: 0.85rem;
    }
    
    .footer-subtitle {
        font-size: 0.8rem;
    }
    
    /* Footer Compliance Mobile */
    .footer-compliance {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
        padding-top: 30px;
    }
    
    .compliance-section h4 {
        font-size: 1rem;
    }
    
    .compliance-section p {
        font-size: 0.85rem;
    }
    
    .compliance-logos {
        justify-content: center;
        gap: 10px;
    }
    
    .compliance-link {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
    
    .footer-disclaimer {
        margin-top: 30px;
        padding-top: 20px;
    }
    
    .footer-disclaimer p {
        font-size: 0.7rem;
    }
    
    /* NGR Formula Mobile */
    .ngr-formula-flow {
        flex-direction: column;
        gap: 10px;
        padding: 20px 15px;
    }
    
    .formula-step {
        width: 100%;
        padding: 15px 20px;
    }
    
    .formula-icon {
        font-size: 2rem;
    }
    
    .formula-label {
        font-size: 0.9rem;
    }
    
    .formula-arrow {
        transform: rotate(90deg);
        font-size: 1.5rem;
    }
    
    .highlight-step .formula-label {
        font-size: 1rem;
    }
    
    /* Partners Carousel Mobile */
    .partners-carousel {
        gap: 40px;
    }
    
    .partner-logo img {
        width: 100px;
        height: 100px;
    }
    
    .partner-name {
        font-size: 0.9rem;
    }
    
    /* ADM Compliance Mobile */
    .compliance-badge {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 20px;
        gap: 15px;
    }
    
    .compliance-icon {
        font-size: 2.5rem;
    }
    
    .compliance-text h4 {
        font-size: 1.1rem;
    }
    
    .compliance-text p {
        font-size: 0.85rem;
    }
    
    /* Pragmatic Note Mobile */
    .pragmatic-box {
        flex-direction: column;
        padding: 25px 20px;
        gap: 20px;
    }
    
    .pragmatic-icon {
        font-size: 3rem;
    }
    
    .pragmatic-content h3 {
        font-size: 1.3rem;
    }
    
    .pragmatic-content p {
        font-size: 0.95rem;
    }
    
    .pragmatic-cta {
        padding: 15px 20px;
        font-size: 1rem !important;
    }
}

/* Extra small devices (iPhone SE, small phones) */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .concept-block {
        padding: 15px 10px;
        margin-bottom: 25px;
    }
    
    .concept-text h3 {
        font-size: 1.2rem;
    }
    
    .concept-text p {
        font-size: 0.85rem;
    }
    
    .concept-summary {
        padding: 20px 15px;
    }
    
    .concept-summary h3 {
        font-size: 1.2rem;
    }
    
    .concept-summary p {
        font-size: 0.85rem;
    }
}

/* iPhone Pro Max and larger devices in portrait */
@media (min-width: 400px) and (max-width: 480px) {
    .concept-text h3 {
        font-size: 1.25rem;
    }
    
    .concept-text p {
        font-size: 0.9rem;
    }
}

/* Tablet devices */
@media (min-width: 769px) and (max-width: 1024px) {
    .concept-block {
        gap: 40px;
        padding: 35px;
    }
    
    .concept-text h3 {
        font-size: 1.6rem;
    }
    
    .concept-text p {
        font-size: 1rem;
    }
}