/* ==========================================
   Beijing Qiancheng Hexin Human Resources Co., Ltd.
   Global Enterprise Website - Main Styles
   Premium Design for International Markets
   ========================================== */

/* ----------------------------------------
   CSS Variables & Root Configuration
   ---------------------------------------- */
:root {
    /* Primary Colors - Luxury corporate palette */
    --primary-dark: #0a1628;
    --primary-color: #1a2a4a;
    --primary-light: #2d4a7c;
    --accent-gold: #c9a961;
    --accent-silver: #a8b4c4;
    --accent-blue: #3b82f6;
    
    /* Gradient definitions */
    --gradient-dark: linear-gradient(135deg, #0a1628 0%, #1a2a4a 50%, #2d4a7c 100%);
    --gradient-gold: linear-gradient(135deg, #c9a961 0%, #e8d5a3 50%, #c9a961 100%);
    --gradient-hero: linear-gradient(180deg, rgba(10,22,40,0.95) 0%, rgba(26,42,74,0.85) 50%, rgba(45,74,124,0.75) 100%);
    --gradient-card: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    --gradient-hero-overlay: linear-gradient(135deg, rgba(201,169,97,0.15) 0%, transparent 50%);
    
    /* Typography */
    --font-primary: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    --font-heading: 'Georgia', 'Times New Roman', serif;
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-bold: 700;
    --font-black: 900;
    
    /* Spacing */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 2rem;
    --space-xl: 4rem;
    --space-xxl: 8rem;
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
    --transition-smooth: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
    --shadow-lg: 0 10px 40px rgba(0,0,0,0.15);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.2);
    --shadow-gold: 0 0 40px rgba(201,169,97,0.4);
    --shadow-luminous: 0 0 80px rgba(201,169,97,0.2);
    
    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-2xl: 32px;
    --radius-full: 50%;
    
    /* Z-index layers */
    --z-base: 1;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-modal: 300;
    --z-tooltip: 400;
}

/* ----------------------------------------
   CSS Reset & Base Styles
   ---------------------------------------- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body {
    font-family: var(--font-primary);
    font-weight: var(--font-regular);
    line-height: 1.7;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-base);
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    font-family: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

/* ----------------------------------------
   Typography
   ---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: var(--font-bold);
    line-height: 1.2;
    color: var(--primary-dark);
}

h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.5rem, 3vw, 2.5rem); }
h4 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
h5 { font-size: clamp(1rem, 2vw, 1.25rem); }
h6 { font-size: 1rem; }

p {
    margin-bottom: var(--space-md);
    color: #555;
    line-height: 1.8;
}

/* ----------------------------------------
   Container & Layout
   ---------------------------------------- */
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 var(--space-xl);
}

.container-fluid {
    width: 100%;
    padding: 0 var(--space-xl);
}

.section {
    padding: var(--space-xxl) 0;
    position: relative;
    overflow: hidden;
}

.section-dark {
    background: var(--gradient-dark);
    color: #fff;
}

.section-pattern {
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(201,169,97,0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(59,130,246,0.05) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm48 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23c9a961' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* ----------------------------------------
   Header & Navigation
   ---------------------------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: var(--z-sticky);
    background: rgba(10,22,40,0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: var(--transition-smooth);
}

.header.scrolled {
    background: rgba(10,22,40,0.98);
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
    border-bottom-color: rgba(201,169,97,0.2);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-md) var(--space-xl);
    max-width: 1440px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    color: #fff;
    transition: var(--transition-base);
}

.logo:hover {
    transform: translateX(5px);
}

.logo svg {
    width: 55px;
    height: 55px;
    transition: var(--transition-smooth);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.logo:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 4px 8px rgba(201,169,97,0.4));
}

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

.logo-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: var(--font-bold);
    color: #fff;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.logo-subtitle {
    font-size: 0.7rem;
    color: var(--accent-gold);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: var(--font-medium);
}

/* Navigation */
.nav {
    display: flex;
    align-items: center;
    gap: var(--space-xl);
}

.nav-list {
    display: flex;
    gap: var(--space-lg);
}

.nav-link {
    position: relative;
    padding: var(--space-sm) 0;
    color: rgba(255,255,255,0.9);
    font-size: 0.95rem;
    font-weight: var(--font-medium);
    letter-spacing: 0.5px;
    transition: var(--transition-base);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-gold);
    transition: var(--transition-smooth);
    box-shadow: 0 0 10px rgba(201,169,97,0.5);
}

.nav-link:hover,
.nav-link.active {
    color: var(--accent-gold);
}

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

/* Language Selector */
.lang-selector {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--transition-base);
}

.lang-selector:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(201,169,97,0.3);
}

.lang-selector svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.lang-text {
    color: #fff;
    font-size: 0.875rem;
    font-weight: var(--font-medium);
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: var(--space-sm);
    background: transparent;
}

.mobile-menu-btn span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    transition: var(--transition-base);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.mobile-menu-btn:hover span {
    background: var(--accent-gold);
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    z-index: var(--z-modal);
    padding: var(--space-xxl) var(--space-xl);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth);
}

.mobile-nav.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.mobile-nav-link {
    display: block;
    padding: var(--space-md);
    color: #fff;
    font-size: 1.5rem;
    font-weight: var(--font-medium);
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition-base);
}

.mobile-nav-link:hover {
    color: var(--accent-gold);
    padding-left: var(--space-lg);
    background: rgba(201,169,97,0.1);
}

/* ----------------------------------------
   Hero Section
   ---------------------------------------- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-hero);
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 30% 20%, rgba(201,169,97,0.2) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(59,130,246,0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 80%, rgba(201,169,97,0.1) 0%, transparent 40%);
}

.hero-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--accent-gold);
    border-radius: 50%;
    opacity: 0.4;
    animation: float 20s infinite ease-in-out;
    box-shadow: 0 0 10px rgba(201,169,97,0.5);
}

@keyframes float {
    0%, 100% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 0.4; }
    90% { opacity: 0.4; }
    100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; }
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 1000px;
    padding: var(--space-xl);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-lg);
    background: rgba(201,169,97,0.15);
    border: 1px solid var(--accent-gold);
    border-radius: 50px;
    margin-bottom: var(--space-lg);
    animation: fadeInDown 1s ease;
    box-shadow: 0 0 30px rgba(201,169,97,0.2);
}

.hero-badge svg {
    width: 20px;
    height: 20px;
    fill: var(--accent-gold);
}

.hero-badge span {
    color: var(--accent-gold);
    font-size: 0.875rem;
    font-weight: var(--font-medium);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: var(--font-black);
    color: #fff;
    margin-bottom: var(--space-lg);
    line-height: 1.1;
    animation: fadeInUp 1s ease 0.2s both;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.hero-title .highlight {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.35rem);
    color: rgba(255,255,255,0.85);
    margin-bottom: var(--space-xl);
    line-height: 1.8;
    animation: fadeInUp 1s ease 0.4s both;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.6s both;
}

.hero-scroll {
    position: absolute;
    bottom: var(--space-xl);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    color: rgba(255,255,255,0.6);
    animation: bounce 2s infinite;
}

.hero-scroll svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.hero-scroll span {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-15px); }
    60% { transform: translateX(-50%) translateY(-8px); }
}

/* ----------------------------------------
   Buttons
   ---------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: var(--space-md) var(--space-xl);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: var(--radius-md);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.btn::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: var(--transition-slow);
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--gradient-gold);
    color: var(--primary-dark);
    box-shadow: var(--shadow-md), 0 0 25px rgba(201,169,97,0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg), 0 0 40px rgba(201,169,97,0.4);
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: var(--accent-gold);
    color: var(--accent-gold);
    box-shadow: 0 0 20px rgba(201,169,97,0.2);
}

.btn-outline {
    background: transparent;
    color: var(--primary-dark);
    border: 2px solid var(--primary-dark);
}

.btn-outline:hover {
    background: var(--primary-dark);
    color: #fff;
}

.btn-lg {
    padding: var(--space-lg) var(--space-xxl);
    font-size: 1.1rem;
}

.btn svg {
    width: 20px;
    height: 20px;
    transition: var(--transition-base);
}

.btn:hover svg {
    transform: translateX(5px);
}

/* ----------------------------------------
   Section Headers
   ---------------------------------------- */
.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto var(--space-xl);
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: rgba(201,169,97,0.1);
    border: 1px solid rgba(201,169,97,0.3);
    border-radius: 50px;
    margin-bottom: var(--space-md);
}

.section-badge svg {
    width: 18px;
    height: 18px;
    fill: var(--accent-gold);
}

.section-badge span {
    color: var(--accent-gold);
    font-size: 0.8rem;
    font-weight: var(--font-medium);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title {
    color: var(--primary-dark);
    margin-bottom: var(--space-md);
    position: relative;
}

.section-dark .section-title {
    color: #fff;
}

.section-line {
    width: 80px;
    height: 4px;
    background: var(--gradient-gold);
    margin: var(--space-md) auto;
    border-radius: 2px;
    box-shadow: var(--shadow-gold);
}

.section-subtitle {
    font-size: 1.15rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.section-dark .section-subtitle {
    color: rgba(255,255,255,0.8);
}

/* ----------------------------------------
   Service Cards
   ---------------------------------------- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-lg);
}

.service-card {
    position: relative;
    padding: var(--space-xl);
    background: var(--gradient-card);
    border: 1px solid rgba(201,169,97,0.15);
    border-radius: var(--radius-xl);
    overflow: hidden;
    transition: var(--transition-smooth);
}

.section-dark .service-card {
    background: rgba(15, 39, 68, 0.9);
    border-color: rgba(201,169,97,0.25);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(201,169,97,0.15) 0%, transparent 50%);
    opacity: 0;
    transition: var(--transition-smooth);
}

.service-card:hover {
    transform: translateY(-12px);
    border-color: var(--accent-gold);
    box-shadow: var(--shadow-xl), 0 0 50px rgba(201,169,97,0.15);
}

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

.service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-gold);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-lg);
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-md);
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: var(--shadow-gold);
}

.service-icon svg {
    width: 40px;
    height: 40px;
    fill: var(--primary-dark);
}

.service-title {
    font-size: 1.5rem;
    color: var(--primary-dark);
    margin-bottom: var(--space-md);
    transition: var(--transition-base);
}

.section-dark .service-title {
    color: #fff;
}

.service-card:hover .service-title {
    color: var(--accent-gold);
}

.service-desc {
    color: #666;
    line-height: 1.8;
    margin-bottom: var(--space-md);
}

.section-dark .service-desc {
    color: rgba(255,255,255,0.85);
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    color: var(--accent-gold);
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition-base);
}

.service-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: var(--transition-base);
}

.service-link:hover {
    gap: var(--space-md);
}

.service-link:hover svg {
    transform: translateX(5px);
}

/* ----------------------------------------
   App Showcase Section
   ---------------------------------------- */
.app-showcase {
    position: relative;
    overflow: hidden;
}

.app-showcase .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xxl);
    align-items: center;
}

.app-content {
    padding-right: var(--space-xl);
}

.app-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
    margin-top: var(--space-xl);
}

.app-feature {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    padding: var(--space-md);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-md);
    transition: var(--transition-base);
}

.app-feature:hover {
    background: rgba(255,255,255,0.1);
    transform: translateX(8px);
    border-color: rgba(201,169,97,0.3);
}

.app-feature svg {
    width: 24px;
    height: 24px;
    fill: var(--accent-gold);
    flex-shrink: 0;
    margin-top: 2px;
}

.app-feature-text h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.app-feature-text p {
    color: rgba(255,255,255,0.6);
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.6;
}

.app-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-mockup {
    position: relative;
    width: 320px;
    height: 650px;
    background: linear-gradient(145deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 45px;
    border: 5px solid #333;
    overflow: hidden;
    box-shadow: var(--shadow-xl), 0 0 100px rgba(201,169,97,0.1);
    animation: floatPhone 8s ease-in-out infinite;
}

@keyframes floatPhone {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-25px) rotate(-2deg); }
}

.app-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.app-screen-header {
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.app-screen-header h4 {
    color: #fff;
    font-size: 1.1rem;
}

.app-screen-content {
    flex: 1;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.app-screen-item {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.app-screen-item-icon {
    width: 45px;
    height: 45px;
    background: var(--gradient-gold);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-screen-item-icon svg {
    width: 22px;
    height: 22px;
    fill: var(--primary-dark);
}

.app-screen-item-text {
    flex: 1;
}

.app-screen-item-text span {
    display: block;
    color: #fff;
    font-size: 0.85rem;
}

.app-screen-item-text small {
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
}

.app-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201,169,97,0.25) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: pulse 4s ease-in-out infinite;
}

/* ----------------------------------------
   Stats Section
   ---------------------------------------- */
.stats-section {
    background: var(--gradient-dark);
    padding: var(--space-xxl) 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 50%, rgba(201,169,97,0.1) 0%, transparent 70%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg);
    position: relative;
    z-index: 1;
}

.stat-item {
    text-align: center;
    padding: var(--space-xl);
    position: relative;
}

.stat-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: linear-gradient(180deg, transparent, rgba(201,169,97,0.4), transparent);
}

.stat-item:last-child::after {
    display: none;
}

.stat-number {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: var(--font-black);
    color: var(--accent-gold);
    line-height: 1;
    margin-bottom: var(--space-sm);
    text-shadow: 0 0 30px rgba(201,169,97,0.3);
}

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

/* ----------------------------------------
   Features Section
   ---------------------------------------- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.feature-card {
    text-align: center;
    padding: var(--space-xl);
    background: #fff;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
}

.feature-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-xl);
}

.feature-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-dark);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-lg);
    transition: var(--transition-smooth);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
    background: var(--gradient-gold);
}

.feature-icon svg {
    width: 45px;
    height: 45px;
    fill: var(--accent-gold);
    transition: var(--transition-base);
}

.feature-card:hover .feature-icon svg {
    fill: var(--primary-dark);
}

.feature-title {
    font-size: 1.35rem;
    color: var(--primary-dark);
    margin-bottom: var(--space-md);
}

.feature-desc {
    color: #666;
    line-height: 1.8;
}

/* ----------------------------------------
   News Section
   ---------------------------------------- */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.news-card {
    background: #fff;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
}

.news-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-xl);
}

.news-image {
    position: relative;
    height: 250px;
    background: var(--gradient-dark);
    overflow: hidden;
}

.news-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5) 100%);
}

.news-category {
    position: absolute;
    top: var(--space-md);
    left: var(--space-md);
    padding: var(--space-xs) var(--space-md);
    background: var(--accent-gold);
    color: var(--primary-dark);
    font-size: 0.75rem;
    font-weight: var(--font-bold);
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-content {
    padding: var(--space-lg);
}

.news-date {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    color: #999;
    font-size: 0.875rem;
    margin-bottom: var(--space-sm);
}

.news-date svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.news-title {
    font-size: 1.25rem;
    color: var(--primary-dark);
    margin-bottom: var(--space-md);
    line-height: 1.4;
    transition: var(--transition-base);
}

.news-card:hover .news-title {
    color: var(--accent-gold);
}

.news-excerpt {
    color: #666;
    line-height: 1.8;
}

.news-link {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    margin-top: var(--space-md);
    color: var(--accent-gold);
    font-weight: 600;
}

.news-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: var(--transition-base);
}

.news-card:hover .news-link svg {
    transform: translateX(5px);
}

/* ----------------------------------------
   Timeline
   ---------------------------------------- */
.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: var(--space-xl) 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--accent-gold), var(--primary-color));
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: var(--space-lg);
}

.timeline-item:nth-child(odd) {
    left: 0;
    padding-right: var(--space-xl);
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    padding-left: var(--space-xl);
}

.timeline-dot {
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--accent-gold);
    border: 5px solid #fff;
    border-radius: 50%;
    top: var(--space-lg);
    box-shadow: var(--shadow-md), 0 0 20px rgba(201,169,97,0.3);
}

.timeline-item:nth-child(odd) .timeline-dot {
    right: -12px;
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -12px;
}

.timeline-year {
    font-size: 1.5rem;
    font-weight: var(--font-bold);
    color: var(--accent-gold);
    margin-bottom: var(--space-sm);
}

.timeline-title {
    font-size: 1.25rem;
    color: var(--primary-dark);
    margin-bottom: var(--space-sm);
}

.timeline-desc {
    color: #666;
    line-height: 1.8;
}

/* ----------------------------------------
   Values Grid
   ---------------------------------------- */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
}

.value-item {
    display: flex;
    gap: var(--space-lg);
    padding: var(--space-xl);
    background: #fff;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
}

.value-item:hover {
    transform: translateX(12px);
    box-shadow: var(--shadow-xl);
}

.value-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-gold);
    border-radius: var(--radius-lg);
    flex-shrink: 0;
}

.value-icon svg {
    width: 35px;
    height: 35px;
    fill: var(--primary-dark);
}

.value-content h4 {
    color: var(--primary-dark);
    margin-bottom: var(--space-sm);
}

.value-content p {
    color: #666;
    line-height: 1.8;
}

/* ----------------------------------------
   Team Grid
   ---------------------------------------- */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg);
}

.team-member {
    text-align: center;
    padding: var(--space-xl);
    background: #fff;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
}

.team-member:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-xl);
}

.team-avatar {
    width: 130px;
    height: 130px;
    background: var(--gradient-dark);
    border-radius: 50%;
    margin: 0 auto var(--space-md);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--accent-gold);
}

.team-avatar svg {
    width: 65px;
    height: 65px;
    fill: var(--accent-gold);
}

.team-name {
    font-size: 1.25rem;
    color: var(--primary-dark);
    margin-bottom: var(--space-xs);
}

.team-role {
    color: var(--accent-gold);
    font-size: 0.9rem;
    margin-bottom: var(--space-md);
}

.team-bio {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.7;
}

/* ----------------------------------------
   Contact Section
   ---------------------------------------- */
.contact-section {
    background: var(--gradient-dark);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 30% 50%, rgba(201,169,97,0.08) 0%, transparent 50%);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xxl);
    position: relative;
    z-index: 1;
}

.contact-info {
    color: #fff;
}

.contact-info h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: var(--space-lg);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
    padding: var(--space-md);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-md);
    transition: var(--transition-base);
}

.contact-item:hover {
    background: rgba(255,255,255,0.1);
    transform: translateX(12px);
}

.contact-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-gold);
    border-radius: var(--radius-md);
    flex-shrink: 0;
}

.contact-icon svg {
    width: 26px;
    height: 26px;
    fill: var(--primary-dark);
}

.contact-text h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.contact-text p {
    color: rgba(255,255,255,0.8);
    margin: 0;
    font-size: 0.95rem;
}

.contact-text a {
    color: var(--accent-gold);
}

.contact-text a:hover {
    text-decoration: underline;
}

.contact-form {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-xl);
    padding: var(--space-xl);
}

.form-group {
    margin-bottom: var(--space-md);
}

.form-label {
    display: block;
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    margin-bottom: var(--space-sm);
    font-weight: 500;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: var(--space-md);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius-md);
    color: #fff;
    font-size: 1rem;
    transition: var(--transition-base);
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--accent-gold);
    background: rgba(255,255,255,0.12);
    box-shadow: 0 0 15px rgba(201,169,97,0.2);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(255,255,255,0.5);
}

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

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
}

/* ----------------------------------------
   Footer
   ---------------------------------------- */
.footer {
    background: #050a14;
    color: #fff;
    padding-top: var(--space-xxl);
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-xl);
    padding-bottom: var(--space-xl);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand {
    max-width: 380px;
}

.footer-brand .logo {
    margin-bottom: var(--space-lg);
}

.footer-brand p {
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
    margin-bottom: var(--space-lg);
}

.footer-social {
    display: flex;
    gap: var(--space-md);
}

.social-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border-radius: var(--radius-md);
    transition: var(--transition-base);
}

.social-link:hover {
    background: var(--accent-gold);
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold);
}

.social-link svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    transition: var(--transition-base);
}

.social-link:hover svg {
    fill: var(--primary-dark);
}

.footer-column h5 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: var(--space-lg);
    position: relative;
    padding-bottom: var(--space-sm);
}

.footer-column h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: var(--accent-gold);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.footer-link {
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
    transition: var(--transition-base);
}

.footer-link:hover {
    color: var(--accent-gold);
    padding-left: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-lg) 0;
    flex-wrap: wrap;
    gap: var(--space-md);
}

.footer-copyright {
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
}

.footer-legal {
    display: flex;
    gap: var(--space-lg);
}

.footer-legal a {
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
    transition: var(--transition-base);
}

.footer-legal a:hover {
    color: var(--accent-gold);
}

/* ----------------------------------------
   Page Headers
   ---------------------------------------- */
.page-header {
    position: relative;
    padding: 200px 0 120px;
    background: var(--gradient-dark);
    text-align: center;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 0%, rgba(201,169,97,0.25) 0%, transparent 50%);
}

.page-header-content {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    color: #fff;
    margin-bottom: var(--space-md);
    animation: fadeInUp 0.8s ease;
}

.page-header p {
    color: rgba(255,255,255,0.75);
    font-size: 1.15rem;
    max-width: 650px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-lg);
    animation: fadeIn 0.8s ease;
}

.breadcrumb a {
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
}

.breadcrumb a:hover {
    color: var(--accent-gold);
}

.breadcrumb span {
    color: var(--accent-gold);
    font-size: 0.9rem;
}

.breadcrumb-current {
    color: rgba(255,255,255,0.4);
    font-size: 0.9rem;
}

/* ----------------------------------------
   Legal Pages
   ---------------------------------------- */
.legal-content {
    max-width: 950px;
    margin: 0 auto;
    padding: var(--space-xxl) var(--space-lg);
}

.legal-section {
    margin-bottom: var(--space-xl);
    padding-bottom: var(--space-xl);
    border-bottom: 1px solid rgba(201,169,97,0.15);
}

.legal-section:last-child {
    border-bottom: none;
}

.legal-section h2 {
    font-size: 1.75rem;
    color: var(--primary-dark);
    margin-bottom: var(--space-md);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.legal-section h2 svg {
    width: 28px;
    height: 28px;
    fill: var(--accent-gold);
}

.legal-section h3 {
    font-size: 1.25rem;
    color: var(--primary-dark);
    margin: var(--space-lg) 0 var(--space-md);
}

.legal-section p {
    color: #555;
    line-height: 1.9;
    margin-bottom: var(--space-md);
}

.legal-section ul {
    margin-bottom: var(--space-md);
    padding-left: var(--space-lg);
}

.legal-section li {
    color: #555;
    line-height: 1.9;
    margin-bottom: var(--space-sm);
    position: relative;
}

.legal-section li::before {
    content: '•';
    position: absolute;
    left: -20px;
    color: var(--accent-gold);
    font-weight: bold;
}

.legal-section a {
    color: var(--accent-blue);
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-section strong {
    color: var(--primary-dark);
}

/* ----------------------------------------
   Animation Classes
   ---------------------------------------- */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

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

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.85); }
    to { opacity: 1; transform: scale(1); }
}

.animate-fadeIn { animation: fadeIn 0.8s ease; }
.animate-fadeInUp { animation: fadeInUp 0.8s ease; }
.animate-fadeInDown { animation: fadeInDown 0.8s ease; }
.animate-slideInLeft { animation: slideInLeft 0.8s ease; }
.animate-slideInRight { animation: slideInRight 0.8s ease; }
.animate-scaleIn { animation: scaleIn 0.8s ease; }

/* Scroll animations */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.8s ease;
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.8s ease;
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* ----------------------------------------
   Utility Classes
   ---------------------------------------- */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--space-sm); }
.mt-2 { margin-top: var(--space-md); }
.mt-3 { margin-top: var(--space-lg); }
.mt-4 { margin-top: var(--space-xl); }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--space-sm); }
.mb-2 { margin-bottom: var(--space-md); }
.mb-3 { margin-bottom: var(--space-lg); }
.mb-4 { margin-bottom: var(--space-xl); }
.d-flex { display: flex; }
.d-grid { display: grid; }
.d-block { display: block; }
.d-none { display: none; }
.align-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: var(--space-sm); }
.gap-2 { gap: var(--space-md); }
.gap-3 { gap: var(--space-lg); }
.w-100 { width: 100%; }

/* Loading overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-dark);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loading-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 70px;
    height: 70px;
    border: 4px solid rgba(201,169,97,0.2);
    border-top-color: var(--accent-gold);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--primary-dark);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-gold);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d4b86a;
}

/* Selection */
::selection {
    background: var(--accent-gold);
    color: var(--primary-dark);
}

/* ==========================================
   CONTRAST FIX - Ensure text visibility
   ========================================== */
.section-dark {
    background: #0a1628 !important;
}

.section-dark * {
    color: #ffffff !important;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
    color: #ffffff !important;
}

.section-dark p,
.section-dark span,
.section-dark li {
    color: rgba(255, 255, 255, 0.9) !important;
}

.section-dark .service-card {
    background: #0f2744 !important;
    border: 1px solid rgba(201, 169, 97, 0.4) !important;
}

.section-dark .service-card * {
    color: #ffffff !important;
}

.section-dark .service-card .service-title {
    color: #ffffff !important;
    font-weight: 600;
}

.section-dark .service-card .service-desc {
    color: rgba(255, 255, 255, 0.85) !important;
}

.section-dark .section-header h2,
.section-dark .section-header p {
    color: #ffffff !important;
}

.section-dark .stat-number {
    color: #c9a961 !important;
}

.section-dark .stat-label {
    color: rgba(255, 255, 255, 0.8) !important;
}

.section-dark .btn-primary {
    background: #c9a961 !important;
    color: #0a1628 !important;
}

.section-dark .btn-secondary {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

.section-dark .contact-info * {
    color: #ffffff !important;
}

.section-dark .form-label {
    color: rgba(255, 255, 255, 0.9) !important;
}

.section-dark .form-input,
.section-dark .form-textarea {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}

.section-dark .form-input::placeholder,
.section-dark .form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer {
    background: #050a14 !important;
}

.footer * {
    color: rgba(255, 255, 255, 0.9) !important;
}

.section-dark .app-content * {
    color: #ffffff !important;
}

.section-dark .app-feature-text h5 {
    color: #ffffff !important;
}

.section-dark .app-feature-text p {
    color: rgba(255, 255, 255, 0.7) !important;
}

.hero-content h1,
.hero-content h2,
.hero-content p,
.hero-content span {
    color: #ffffff !important;
}

.section-light .news-title,
.feature-card .feature-title {
    color: #0a1628 !important;
}

.section-light .news-excerpt,
.feature-card .feature-desc {
    color: #555555 !important;
}

.value-item .value-content h4,
.team-member .team-name {
    color: #0a1628 !important;
}

.value-item .value-content p,
.team-member .team-bio {
    color: #555555 !important;
}

.timeline-year { font-size: 1.25rem; font-weight: var(--font-bold); color: var(--accent-gold); margin-bottom: 0.5rem; }
.timeline-title { font-size: 1.125rem; font-weight: 600; color: var(--primary-dark); margin-bottom: 0.5rem; }
.timeline-desc { color: #666; line-height: 1.7; font-size: 0.95rem; }
