/* ============================================
   TECHNICAL CONSULTING - PREMIUM DESIGN
   Modern, Elegant, Professional
   Version: 2.0 - Premium Redesign
   ============================================ */

/* Force load indicator - remove body default margin */
body.tech-consulting-page {
    margin: 0 !important;
    padding: 0 !important;
}

:root {
    --primary-green: #1e392f;
    --primary-green-light: #2a4a3f;
    --accent-gold: #DAA520;
    --gold-light: #FFD700;
    --gold-dark: #B8860B;
    --off-white: #fdfdf5;
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-900: #111827;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Main Container */
.tech-consulting-main {
    background: linear-gradient(180deg, var(--white) 0%, var(--off-white) 100%) !important;
    overflow-x: hidden;
    width: 100%;
}

/* Override any conflicting styles */
.tech-consulting-main * {
    box-sizing: border-box;
}

/* ===== HERO SECTION ===== */
.tech-hero-premium {
    position: relative;
    min-height: 25vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0A1F1A 0%, #1A3D35 50%, #2D5F52 100%) !important;
    overflow: hidden;
    padding: 5rem 0 1.5rem;
    margin: 0;
    width: 100%;
}

.hero-gradient-overlay {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(218, 165, 32, 0.08) 0%, transparent 50%);
    z-index: 1;
}

.hero-pattern-bg {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(218,165,32,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 1;
}

.tech-hero-premium .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    color: #D4AF37;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    animation: fadeInDown 0.8s ease-out;
}

.hero-badge-premium svg {
    color: #D4AF37;
}

.hero-badge-premium span {
    color: #D4AF37;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-title-premium {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-description-premium {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}



/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Container overrides for all sections */
.tech-consulting-main .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

/* ===== SECTION HEADERS ===== */
.section-header-premium {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 1rem;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent-gold), var(--gold-light));
    color: var(--primary-green);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.section-badge-light {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.section-title-premium {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.section-title-light {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-subtitle-premium {
    font-size: 1rem;
    color: var(--gray-600);
    line-height: 1.5;
}

/* ===== CORE SERVICES SECTION ===== */
.tech-consulting-main .core-services-section {
    padding: 1.5rem 0;
    background: var(--white) !important;
    width: 100%;
}

.services-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.service-card-premium {
    background: linear-gradient(135deg, var(--white) 0%, var(--gray-50) 100%);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 1.25rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-gold), var(--gold-light));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card-premium:hover::before {
    transform: scaleX(1);
}

.service-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--accent-gold);
}

.service-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--off-white), var(--gray-50));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: var(--transition);
}

.service-icon-wrapper svg {
    color: var(--primary-green);
}

.service-card-premium:hover .service-icon-wrapper {
    background: linear-gradient(135deg, var(--accent-gold), var(--gold-light));
    transform: scale(1.1) rotate(5deg);
}

.service-card-premium:hover .service-icon-wrapper svg {
    color: var(--primary-green);
}

.service-card-premium h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 1rem;
}

.service-card-premium p {
    color: var(--gray-600);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-metric {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--gray-200);
}

.service-metric .metric-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-gold);
}

.service-metric .metric-label {
    font-size: 0.9rem;
    color: var(--gray-600);
}

/* ===== PROCESS SECTION ===== */
.tech-consulting-main .process-section-premium {
    padding: 1.5rem 0;
    background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%) !important;
    width: 100%;
}

.process-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.process-step-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 1.25rem;
    position: relative;
    transition: var(--transition);
}

.process-step-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--accent-gold);
}

.step-number {
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent-gold);
    opacity: 0.15;
    font-family: 'Playfair Display', Georgia, serif;
}

.step-icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-gold), var(--gold-light));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 16px rgba(218, 165, 32, 0.3);
}

.step-icon-box svg {
    color: var(--primary-green);
}

.process-step-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 1rem;
}

.process-step-card p {
    color: var(--gray-600);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.step-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--gray-600);
    font-size: 0.95rem;
}

.step-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-gold);
    font-weight: 700;
}



/* ===== INDUSTRIES SECTION ===== */
.tech-consulting-main .industries-section-premium {
    padding: 1.5rem 0;
    background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%) !important;
    width: 100%;
}

.industries-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
}

.industry-card-premium {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 1.75rem 1.5rem;
    border-top: 4px solid var(--accent-gold);
    transition: var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 340px;
}

.industry-card-premium:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.industry-icon-premium {
    width: 56px;
    height: 56px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.industry-card-premium h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.industry-card-premium p {
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: auto;
    flex-grow: 1;
}

.industry-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.metric-box {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 0.875rem 0.75rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.metric-num {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--accent-gold);
    line-height: 1.2;
}

.metric-txt {
    font-size: 0.7rem;
    color: #666666;
    font-weight: 500;
    line-height: 1.3;
}

/* ===== TEAM SECTION ===== */
.tech-consulting-main .team-section-premium {
    padding: 1.25rem 0;
    background: linear-gradient(135deg, #0A1F1A 0%, #1A3D35 50%, #2D5F52 100%) !important;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.team-bg-overlay {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(218, 165, 32, 0.08) 0%, transparent 50%);
}

.team-content-grid-premium {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: center;
}

.team-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.team-highlights {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.highlight-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(8px);
}

.highlight-icon {
    font-size: 2rem;
}

.highlight-text h4 {
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.highlight-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0;
}

.team-stats-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.team-stat-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
    transition: var(--transition);
}

.team-stat-box:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.stat-big-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--accent-gold);
    line-height: 1;
    margin-bottom: 0.4rem;
}

.stat-big-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.4rem;
}

.team-stat-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    margin: 0;
}

.credentials-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.25rem;
}

.credentials-box h4 {
    color: var(--accent-gold);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.credentials-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.credentials-box li {
    padding: 0.5rem 0;
    padding-left: 1.25rem;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.credentials-box li:last-child {
    border-bottom: none;
}

.credentials-box li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-gold);
    font-weight: 700;
}

/* ===== CTA SECTION ===== */
.tech-consulting-main .cta-section-premium {
    padding: 1.25rem 0;
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 100%) !important;
    width: 100%;
}

.cta-content-premium {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: center;
}

.cta-main-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.cta-main-content p {
    font-size: 1rem;
    color: var(--gray-600);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.cta-button-group {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.btn-cta-primary,
.btn-cta-secondary {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-cta-primary {
    background: linear-gradient(135deg, var(--accent-gold), var(--gold-light));
    color: var(--primary-green);
    box-shadow: 0 8px 24px rgba(218, 165, 32, 0.4);
    border: none;
}

.btn-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(218, 165, 32, 0.5);
}

.btn-cta-secondary {
    background: var(--white);
    color: var(--primary-green);
    border: 2px solid var(--primary-green);
}

.btn-cta-secondary:hover {
    background: var(--primary-green);
    color: var(--white);
    transform: translateY(-2px);
}

.cta-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--gray-700);
    font-weight: 500;
}

.cta-feature svg {
    color: var(--accent-gold);
    flex-shrink: 0;
}

.cta-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.contact-card-premium {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: var(--transition);
}

.contact-card-premium:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-gold);
}

.contact-icon-premium {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-card-premium h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 0.5rem;
}

.contact-card-premium p {
    font-size: 1.1rem;
    color: var(--gray-700);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-time {
    font-size: 0.9rem;
    color: var(--gray-600);
}

/* ===== RELATED SERVICES SECTION ===== */
.tech-consulting-main .related-services-premium {
    padding: 1.5rem 0;
    background: var(--white) !important;
    width: 100%;
}

.related-grid-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.related-card-premium {
    background: linear-gradient(135deg, var(--white) 0%, var(--gray-50) 100%);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 1.25rem;
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
}

.related-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--accent-gold);
}

.related-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.related-card-premium h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 0.75rem;
}

.related-card-premium p {
    color: var(--gray-600);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.related-arrow {
    font-size: 1.5rem;
    color: var(--accent-gold);
    align-self: flex-end;
    transition: var(--transition);
}

.related-card-premium:hover .related-arrow {
    transform: translateX(8px);
}

/* ===== DESKTOP COMPACT MODE ===== */
@media (min-width: 1025px) {
    .tech-hero-premium {
        min-height: 20vh;
        padding: 4rem 0 1rem;
    }
    
    .hero-title-premium {
        font-size: clamp(1.8rem, 3vw, 2.5rem);
        margin-bottom: 0.75rem;
    }
    
    .hero-description-premium {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    
    .core-services-section,
    .process-section-premium,
    .industries-section-premium,
    .team-section-premium,
    .cta-section-premium,
    .related-services-premium {
        padding: 1rem 0;
    }
    
    .section-header-premium {
        margin-bottom: 0.75rem;
    }
    
    .section-title-premium,
    .section-title-light {
        font-size: clamp(1.5rem, 2.5vw, 2rem);
        margin-bottom: 0.4rem;
    }
    
    .section-subtitle-premium {
        font-size: 0.9rem;
    }
    
    .service-card-premium,
    .process-step-card,
    .portfolio-card,
    .industry-card-premium,
    .related-card-premium {
        padding: 1rem;
    }
    
    .service-card-premium h3,
    .process-step-card h3,
    .industry-card-premium h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .service-card-premium p,
    .process-step-card p,
    .industry-card-premium p {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }
    
    .services-grid-premium,
    .process-grid-premium,
    .industries-grid-premium,
    .related-grid-premium {
        gap: 0.6rem;
    }
    
    .team-content-grid-premium {
        gap: 1rem;
    }
    
    .team-stat-box {
        padding: 1rem;
    }
    
    .credentials-box {
        padding: 1rem;
    }
    
    .cta-content-premium {
        gap: 1rem;
    }
    
    .contact-card-premium {
        padding: 1rem;
    }
    
    /* Extra compact CTA and Team sections for desktop */
    .cta-main-content h2 {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }
    
    .cta-main-content p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .cta-button-group {
        margin-bottom: 1rem;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        padding: 0.65rem 1.25rem;
        font-size: 0.85rem;
    }
    
    .team-description {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .team-stat-box {
        padding: 1rem;
    }
    
    .stat-big-number {
        font-size: 1.8rem;
        margin-bottom: 0.3rem;
    }
    
    .stat-big-label {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }
    
    .team-stat-box p {
        font-size: 0.75rem;
    }
    
    .credentials-box {
        padding: 1rem;
    }
    
    .credentials-box h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .credentials-box li {
        padding: 0.4rem 0;
        padding-left: 1rem;
        font-size: 0.8rem;
    }
    
    .highlight-item {
        padding: 0.75rem;
        gap: 0.5rem;
    }
    
    .highlight-text h4 {
        font-size: 0.9rem;
    }
    
    .highlight-text p {
        font-size: 0.75rem;
    }
    
    .team-highlights {
        gap: 0.75rem;
    }
    
    .team-stats-content {
        gap: 0.75rem;
    }
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet - 1024px and below */
@media (max-width: 1024px) {
    .tech-hero-premium {
        padding: 6rem 0 3rem;
        min-height: 45vh;
    }

    .hero-title-premium {
        font-size: clamp(1.8rem, 4vw, 2.8rem);
    }



    .services-grid-premium,
    .process-grid-premium,
    .industries-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .team-content-grid-premium,
    .cta-content-premium {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .team-text-content,
    .cta-main-content {
        text-align: center;
    }

    .team-highlights {
        max-width: 600px;
        margin: 0 auto;
    }

    .cta-button-group {
        justify-content: center;
    }

    .cta-features {
        align-items: center;
    }

    .core-services-section,
    .process-section-premium,
    .industries-section-premium,
    .team-section-premium,
    .cta-section-premium,
    .related-services-premium {
        padding: 2.5rem 0;
    }
}

/* Mobile - 768px and below */
@media (max-width: 768px) {
    .tech-hero-premium {
        padding: 6rem 0 2rem;
        min-height: 45vh;
    }

    .tech-hero-premium .container {
        padding: 0 1.5rem;
    }

    .hero-content-wrapper {
        padding: 0;
    }

    .hero-badge-premium {
        padding: 0.4rem 1rem;
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }

    .hero-title-premium {
        font-size: clamp(1.6rem, 5vw, 2.2rem);
        margin-bottom: 0.75rem;
    }

    .hero-description-premium {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }



    .section-header-premium {
        margin-bottom: 1.5rem;
    }

    .section-badge,
    .section-badge-light {
        font-size: 0.7rem;
        padding: 0.35rem 1rem;
    }

    .section-title-premium,
    .section-title-light {
        font-size: clamp(1.5rem, 4vw, 2rem);
        margin-bottom: 0.75rem;
    }

    .section-subtitle-premium {
        font-size: 0.95rem;
    }

    .core-services-section,
    .process-section-premium,
    .industries-section-premium,
    .team-section-premium,
    .cta-section-premium,
    .related-services-premium {
        padding: 2rem 0;
    }

    /* All card grids - 2 cards per row on mobile */
    .services-grid-premium,
    .process-grid-premium,
    .industries-grid-premium,
    .related-grid-premium {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .service-card-premium,
    .process-step-card,
    .portfolio-card,
    .industry-card-premium,
    .related-card-premium {
        padding: 1rem;
    }

    .service-card-premium h3,
    .process-step-card h3,
    .industry-card-premium h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .service-card-premium p,
    .process-step-card p,
    .industry-card-premium p {
        font-size: 0.8rem;
        line-height: 1.4;
        margin-bottom: 0.75rem;
    }

    .service-icon-wrapper {
        width: 55px;
        height: 55px;
        margin-bottom: 0.75rem;
    }

    .service-metric .metric-value {
        font-size: 1.25rem;
    }

    .service-metric .metric-label {
        font-size: 0.7rem;
    }

    .step-icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 0.75rem;
    }

    .step-number {
        font-size: 2rem;
        top: -8px;
        right: 8px;
    }

    .step-features {
        font-size: 0.75rem;
    }

    .step-features li {
        padding: 0.3rem 0;
        padding-left: 1rem;
    }

    .industry-metrics {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        padding-top: 0.75rem;
    }

    .team-highlights {
        gap: 0.75rem;
    }

    .highlight-item {
        padding: 0.85rem;
    }

    .highlight-icon {
        font-size: 1.5rem;
    }

    .team-stat-box {
        padding: 1.25rem;
    }

    .stat-big-number {
        font-size: 2rem;
    }

    .credentials-box {
        padding: 1.25rem;
    }

    .cta-content-premium {
        gap: 1.5rem;
    }

    .cta-button-group {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        justify-content: center;
        padding: 0.85rem 1.75rem;
    }

    .cta-contact-grid {
        gap: 0.75rem;
    }

    .contact-card-premium {
        padding: 1.25rem;
    }
}

/* Small Mobile - 480px and below */
@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .tech-hero-premium .container {
        padding: 0 1rem;
    }

    .tech-hero-premium {
        padding: 5rem 0 2rem;
        min-height: 40vh;
    }

    .hero-title-premium {
        font-size: 1.5rem;
    }

    .hero-description-premium {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }



    .section-title-premium,
    .section-title-light {
        font-size: 1.5rem;
    }

    .section-subtitle-premium {
        font-size: 0.85rem;
    }

    .core-services-section,
    .process-section-premium,
    .portfolio-section-premium,
    .industries-section-premium,
    .team-section-premium,
    .cta-section-premium,
    .related-services-premium {
        padding: 1.5rem 0;
    }

    /* All card grids - maintain 2 cards per row on small mobile */
    .services-grid-premium,
    .process-grid-premium,
    .industries-grid-premium,
    .related-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }

    .service-card-premium,
    .process-step-card,
    .industry-card-premium,
    .related-card-premium {
        padding: 0.85rem;
    }

    .service-card-premium h3,
    .process-step-card h3,
    .industry-card-premium h3 {
        font-size: 0.95rem;
        margin-bottom: 0.4rem;
    }

    .service-card-premium p,
    .process-step-card p,
    .industry-card-premium p {
        font-size: 0.75rem;
        line-height: 1.4;
        margin-bottom: 0.6rem;
    }

    .service-icon-wrapper {
        width: 45px;
        height: 45px;
        margin-bottom: 0.6rem;
    }

    .service-metric .metric-value {
        font-size: 1.1rem;
    }

    .service-metric .metric-label {
        font-size: 0.65rem;
    }

    .step-icon-box {
        width: 40px;
        height: 40px;
        margin-bottom: 0.5rem;
    }

    .step-number {
        font-size: 1.75rem;
        top: -6px;
        right: 6px;
    }

    .step-features {
        font-size: 0.7rem;
    }

    .step-features li {
        padding: 0.25rem 0;
        padding-left: 0.85rem;
    }

    .industry-icon-premium,
    .related-icon {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .industry-metrics {
        grid-template-columns: 1fr 1fr;
        gap: 0.4rem;
        padding-top: 0.6rem;
    }

    .metric-box {
        padding: 0.4rem 0.3rem;
    }

    .metric-num {
        font-size: 0.95rem;
    }

    .metric-txt {
        font-size: 0.55rem;
        line-height: 1.1;
    }

    .team-highlights {
        gap: 0.6rem;
    }

    .highlight-item {
        padding: 0.7rem;
    }

    .highlight-icon {
        font-size: 1.3rem;
    }

    .highlight-text h4 {
        font-size: 0.9rem;
    }

    .highlight-text p {
        font-size: 0.75rem;
    }

    .team-stat-box {
        padding: 1rem;
    }

    .stat-big-number {
        font-size: 1.75rem;
    }

    .stat-big-label {
        font-size: 0.9rem;
    }

    .team-stat-box p {
        font-size: 0.75rem;
    }

    .credentials-box {
        padding: 1rem;
    }

    .credentials-box h4 {
        font-size: 1rem;
        margin-bottom: 0.6rem;
    }

    .credentials-box li {
        font-size: 0.75rem;
        padding: 0.5rem 0;
        padding-left: 1rem;
    }

    .cta-main-content h2 {
        font-size: 1.5rem;
    }

    .cta-main-content p {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
    }

    .cta-button-group {
        gap: 0.6rem;
        margin-bottom: 1.25rem;
    }

    .btn-cta-primary,
    .btn-cta-secondary {
        padding: 0.75rem 1.5rem;
        font-size: 0.85rem;
    }

    .cta-features {
        gap: 0.6rem;
    }

    .cta-feature {
        font-size: 0.75rem;
    }

    .contact-card-premium {
        padding: 1rem;
    }

    .contact-icon-premium {
        font-size: 2rem;
        margin-bottom: 0.6rem;
    }

    .contact-card-premium h4 {
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }

    .contact-card-premium p {
        font-size: 0.9rem;
        margin-bottom: 0.35rem;
    }

    .contact-time {
        font-size: 0.75rem;
    }

    .related-card-premium h3 {
        font-size: 0.9rem;
    }

    .related-card-premium p {
        font-size: 0.7rem;
        line-height: 1.3;
    }

    .related-arrow {
        font-size: 1.1rem;
    }
}

/* ===== SMOOTH SCROLLING ===== */
html {
    scroll-behavior: smooth;
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus states for accessibility */
a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--accent-gold);
    outline-offset: 4px;
}
