/* =========================================
   HSN Tech - Services Page
   Complete Visual Design System
   ========================================= */

/* ===== PAGE HERO ===== */
.page-hero {
    background: linear-gradient(135deg, #0066cc 0%, #6c5ce7 100%);
    padding: 140px 0 80px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: 50px 50px;
}

.page-hero .hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.page-hero h1 {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.1;
}

.page-hero h1 span {
    background: linear-gradient(90deg, #4facfe, #00f2fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-hero p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0;
    line-height: 1.7;
}

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 14px;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: #4facfe;
}

.breadcrumb span {
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumb .current {
    color: #ffffff;
}

/* ===== STICKY NAVIGATION ===== */
.services-nav {
    position: sticky;
    top: 70px;
    z-index: 100;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 2px solid #e9ecef;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.nav-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 20px 0;
}

.nav-tab {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 50px;
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.nav-tab:hover {
    background: #f0f7ff;
    border-color: #0066cc;
    color: #0066cc;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.15);
}

.nav-tab.active {
    background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.35);
}

.nav-tab i {
    font-size: 18px;
}

/* ===== SECTION BASE ===== */
.services-section {
    padding: 100px 0;
    background: #ffffff;
}

.services-section.alt-bg {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

/* Section Intro */
.section-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px;
}

.section-label {
    display: inline-block;
    background: linear-gradient(135deg, #0066cc, #6c5ce7);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.section-intro h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.15;
}

.section-intro p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* ===== FEATURED SERVICE (FIORI SPOTLIGHT) ===== */
.featured-service {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 2px solid #bfdbfe;
    border-radius: 28px;
    padding: 60px;
    margin-bottom: 70px;
    box-shadow: 0 10px 40px rgba(0, 102, 204, 0.08);
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 22px;
    border-radius: 50px;
    margin-bottom: 24px;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
}

.featured-badge i {
    font-size: 14px;
}

.featured-content h3 {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px;
    line-height: 1.25;
}

.featured-content > p {
    font-size: 17px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 32px;
}

.featured-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
    margin-bottom: 36px;
    list-style: none;
    padding: 0;
}

.featured-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    background: rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 102, 204, 0.1);
}

.featured-item i {
    color: #10b981;
    font-size: 14px;
    flex-shrink: 0;
}

/* Browser Mockup */
.featured-visual {
    display: flex;
    justify-content: center;
}

.browser-mockup {
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.browser-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.browser-dots {
    display: flex;
    gap: 8px;
}

.browser-dots span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.browser-dots span:nth-child(1) { background: linear-gradient(180deg, #ff6b6b, #ff5252); }
.browser-dots span:nth-child(2) { background: linear-gradient(180deg, #ffd93d, #ffca28); }
.browser-dots span:nth-child(3) { background: linear-gradient(180deg, #6bcb77, #4caf50); }

.browser-url {
    flex: 1;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.browser-screen {
    padding: 24px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    min-height: 280px;
}

.shell-bar {
    height: 48px;
    background: linear-gradient(90deg, #0066cc 0%, #0052a3 100%);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.tile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.tile {
    aspect-ratio: 1;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.tile:hover {
    transform: scale(1.05);
}

.tile-1 { background: linear-gradient(135deg, #667eea, #764ba2); }
.tile-2 { background: linear-gradient(135deg, #f093fb, #f5576c); }
.tile-3 { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.tile-4 { background: linear-gradient(135deg, #43e97b, #38f9d7); }
.tile-5 { background: linear-gradient(135deg, #fa709a, #fee140); }
.tile-6 { background: linear-gradient(135deg, #a18cd1, #fbc2eb); }

/* ===== SERVICE CARDS GRID ===== */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}

.cards-grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.service-card,
.tech-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-card::before,
.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066cc, #6c5ce7);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s;
}

.service-card:hover,
.tech-card:hover {
    border-color: #0066cc;
    box-shadow: 0 20px 50px rgba(0, 102, 204, 0.12);
    transform: translateY(-8px);
}

.service-card:hover::before,
.tech-card:hover::before {
    transform: scaleX(1);
}

.card-icon,
.tech-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-icon i,
.tech-icon i {
    font-size: 28px;
    color: #ffffff;
}

/* Icon Colors */
.card-icon.blue, .tech-icon.cloud { 
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); 
}
.card-icon.orange { 
    background: linear-gradient(135deg, #ff9a56 0%, #ff6f56 100%); 
}
.card-icon.purple { 
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%); 
}
.card-icon.green { 
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); 
}
.card-icon.indigo { 
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
}
.card-icon.pink { 
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); 
}
.tech-icon.java { 
    background: linear-gradient(135deg, #f89820 0%, #e76f00 100%); 
}
.tech-icon.js { 
    background: linear-gradient(135deg, #f7df1e 0%, #d4a800 100%); 
}
.tech-icon.js i { 
    color: #323330; 
}
.tech-icon.ai { 
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
}
.tech-icon.prompt { 
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%); 
}
.tech-icon.integration { 
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); 
}

.service-card h4,
.tech-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
}

.service-card > p,
.tech-card > p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 22px;
}

/* Card Lists */
.card-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f1f5f9;
}

.card-list li {
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-list li::before {
    content: '→';
    color: #0066cc;
    font-weight: 700;
}

.card-list li:last-child {
    border-bottom: none;
}

/* Tech Tags */
.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-tags span {
    background: linear-gradient(135deg, #f0f7ff 0%, #e0edff 100%);
    color: #0066cc;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #bfdbfe;
}

/* ===== PRINCIPLES BANNER ===== */
.principles-banner {
    background: linear-gradient(135deg, #0066cc 0%, #4f46e5 50%, #7c3aed 100%);
    border-radius: 24px;
    padding: 60px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 102, 204, 0.3);
    position: relative;
    overflow: hidden;
}

.principles-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.principles-banner h3 {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}

.principles-banner > p {
    font-size: 17px;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 48px;
    position: relative;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

.principle {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s;
}

.principle:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-4px);
}

.principle i {
    font-size: 32px;
    margin-bottom: 18px;
    display: block;
    color: #ffffff;
}

.principle h5 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.principle span {
    font-size: 14px;
    opacity: 0.85;
    display: block;
}

/* ===== HIGHLIGHT BANNER ===== */
.highlight-banner {
    display: flex;
    align-items: center;
    gap: 32px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 20px;
    padding: 44px 50px;
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
}

.banner-icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4);
}

.banner-icon i {
    font-size: 30px;
    color: #ffffff;
}

.banner-content {
    flex: 1;
}

.banner-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.banner-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.7;
}

/* ===== STAFF AUGMENTATION MODELS ===== */
.models-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 70px;
}

.model-card {
    position: relative;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 24px;
    padding: 48px 36px 40px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.model-card:hover {
    border-color: #0066cc;
    box-shadow: 0 20px 50px rgba(0, 102, 204, 0.12);
    transform: translateY(-6px);
}

.model-card.featured {
    border-color: #0066cc;
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 30%);
    box-shadow: 0 12px 40px rgba(0, 102, 204, 0.15);
}

.model-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
    white-space: nowrap;
}

.model-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 28px;
    background: linear-gradient(135deg, #0066cc 0%, #4f46e5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.3);
}

.model-icon i {
    font-size: 36px;
    color: #ffffff;
}

.model-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
}

.model-card > p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 28px;
}

.model-list {
    text-align: left;
    margin-bottom: 32px;
    list-style: none;
    padding: 0;
}

.model-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #334155;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.model-list li:last-child {
    border-bottom: none;
}

.model-list li i {
    color: #10b981;
    font-size: 14px;
    flex-shrink: 0;
}

.btn-full {
    width: 100%;
}

/* ===== TALENT POOL ===== */
.talent-section {
    text-align: center;
    margin-bottom: 70px;
}

.talent-section h3 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 40px;
}

.talent-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.talent-item {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 18px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.talent-item:hover {
    background: linear-gradient(135deg, #0066cc 0%, #4f46e5 100%);
    border-color: transparent;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.25);
}

.talent-item i {
    display: block;
    font-size: 28px;
    color: #0066cc;
    margin-bottom: 14px;
    transition: color 0.3s;
}

.talent-item:hover i {
    color: #ffffff;
}

.talent-item span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    transition: color 0.3s;
}

.talent-item:hover span {
    color: #ffffff;
}

/* ===== STATS BANNER ===== */
.stats-banner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: linear-gradient(135deg, #0066cc 0%, #4f46e5 50%, #7c3aed 100%);
    border-radius: 24px;
    padding: 60px 40px;
    box-shadow: 0 20px 50px rgba(0, 102, 204, 0.3);
}

.stat {
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat:last-child {
    border-right: none;
}

.stat-number {
    display: block;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== CTA SECTION ===== */
.cta-section {
    background: linear-gradient(135deg, #0066cc 0%, #6c5ce7 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: 50px 50px;
}

.cta-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    position: relative;
}

.cta-section p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 36px;
    position: relative;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.35);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0052a3 0%, #003d7a 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 102, 204, 0.4);
}

.btn-outline {
    background: transparent;
    color: #0066cc;
    border: 2px solid #0066cc;
}

.btn-outline:hover {
    background: #0066cc;
    color: #ffffff;
}

.btn-lg {
    padding: 18px 40px;
    font-size: 16px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .cards-grid,
    .cards-grid.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .talent-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .principles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .services-section {
        padding: 80px 0;
    }
    
    .featured-service {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px;
    }
    
    .featured-visual {
        order: -1;
    }
    
    .models-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .stats-banner {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .stat {
        border-right: none;
        padding: 0;
    }
    
    .talent-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .highlight-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 120px 0 60px;
    }
    
    .page-hero h1 {
        font-size: 36px;
    }
    
    .section-intro h2 {
        font-size: 32px;
    }
    
    .nav-tabs {
        gap: 8px;
        padding: 16px 0;
    }
    
    .nav-tab span {
        display: none;
    }
    
    .nav-tab {
        padding: 14px 20px;
    }
    
    .featured-service {
        padding: 30px;
    }
    
    .featured-content h3 {
        font-size: 28px;
    }
    
    .featured-list {
        grid-template-columns: 1fr;
    }
    
    .cards-grid,
    .cards-grid.cols-3 {
        grid-template-columns: 1fr;
    }
    
    .principles-banner {
        padding: 40px 24px;
    }
    
    .principles-banner h3 {
        font-size: 26px;
    }
    
    .principles-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .talent-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-banner {
        grid-template-columns: 1fr;
        padding: 50px 30px;
        gap: 32px;
    }
    
    .stat-number {
        font-size: 42px;
    }
    
    .cta-section h2 {
        font-size: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}
