/* ========================================
   Metallion Partners - Modern SaaS Website
   ======================================== */

/* CSS Variables */
:root {
    /* Colors - Light Mode (Clean & Professional) */
    --primary: #E87A2A;
    --primary-light: #F59A4A;
    --primary-dark: #C96820;
    --secondary: #1E1E6E;
    --secondary-light: #2D2D8A;
    
    --accent: #6EC8E8;
    --accent-light: #8ED8F0;
    
    --text: #1E1E6E;
    --text-muted: #5A5A8A;
    --text-dark: #0F0F3A;
    
    --bg-dark: #FFFFFF;
    --bg-card: #F8FAFC;
    --bg-card-hover: #F0F4F8;
    
    --border: rgba(30, 30, 110, 0.12);
    --border-light: rgba(30, 30, 110, 0.08);
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    --gradient-dark: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    --gradient-glow: radial-gradient(ellipse at center, rgba(232, 122, 42, 0.08) 0%, rgba(110, 200, 232, 0.05) 40%, transparent 70%);
    
    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 5rem;
    
    /* Typography */
    --font-main: 'Outfit', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    
    /* Border Radius */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    
    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
    --transition-slow: 400ms ease;
    
    /* Container */
    --container-max: 1200px;
}

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

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-main);
    background-color: var(--bg-dark);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='cg1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23E87A2A;stop-opacity:0.35'/%3E%3Cstop offset='100%25' style='stop-color:%236EC8E8;stop-opacity:0.35'/%3E%3C/linearGradient%3E%3ClinearGradient id='cg2' x1='100%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%236EC8E8;stop-opacity:0.25'/%3E%3Cstop offset='100%25' style='stop-color:%231E1E6E;stop-opacity:0.25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 200 L80 200 L80 280 L150 280' stroke='url(%23cg1)' stroke-width='1.5' fill='none' opacity='0.5'/%3E%3Cpath d='M0 350 L60 350 L60 420 L120 420 L120 350 L180 350' stroke='url(%23cg2)' stroke-width='1.5' fill='none' opacity='0.4'/%3E%3Cpath d='M0 550 L100 550 L100 630 L50 630 L50 700' stroke='url(%23cg1)' stroke-width='1.5' fill='none' opacity='0.3'/%3E%3Cpath d='M1200 180 L1100 180 L1100 250 L1030 250' stroke='url(%23cg1)' stroke-width='1.5' fill='none' opacity='0.5'/%3E%3Cpath d='M1200 380 L1120 380 L1120 300 L1050 300 L1050 380 L980 380' stroke='url(%23cg2)' stroke-width='1.5' fill='none' opacity='0.4'/%3E%3Cpath d='M1200 600 L1080 600 L1080 530 L1140 530 L1140 450' stroke='url(%23cg1)' stroke-width='1.5' fill='none' opacity='0.3'/%3E%3Cpath d='M300 0 L300 60 L380 60 L380 120' stroke='url(%23cg2)' stroke-width='1.5' fill='none' opacity='0.3'/%3E%3Cpath d='M900 0 L900 80 L820 80 L820 40 L750 40' stroke='url(%23cg1)' stroke-width='1.5' fill='none' opacity='0.35'/%3E%3Cpath d='M400 800 L400 720 L480 720 L480 760 L550 760' stroke='url(%23cg1)' stroke-width='1.5' fill='none' opacity='0.3'/%3E%3Cpath d='M800 800 L800 700 L720 700 L720 750' stroke='url(%23cg2)' stroke-width='1.5' fill='none' opacity='0.35'/%3E%3Crect x='76' y='196' width='6' height='6' fill='%23E87A2A' opacity='0.6'/%3E%3Crect x='146' y='276' width='6' height='6' fill='%236EC8E8' opacity='0.5'/%3E%3Crect x='56' y='346' width='6' height='6' fill='%236EC8E8' opacity='0.4'/%3E%3Crect x='176' y='346' width='6' height='6' fill='%23E87A2A' opacity='0.5'/%3E%3Crect x='96' y='546' width='6' height='6' fill='%23E87A2A' opacity='0.4'/%3E%3Crect x='1096' y='176' width='6' height='6' fill='%236EC8E8' opacity='0.6'/%3E%3Crect x='1026' y='246' width='6' height='6' fill='%23E87A2A' opacity='0.5'/%3E%3Crect x='1116' y='376' width='6' height='6' fill='%23E87A2A' opacity='0.4'/%3E%3Crect x='976' y='376' width='6' height='6' fill='%236EC8E8' opacity='0.5'/%3E%3Crect x='1076' y='596' width='6' height='6' fill='%236EC8E8' opacity='0.4'/%3E%3Crect x='296' y='56' width='6' height='6' fill='%236EC8E8' opacity='0.4'/%3E%3Crect x='376' y='116' width='6' height='6' fill='%23E87A2A' opacity='0.4'/%3E%3Crect x='896' y='76' width='6' height='6' fill='%23E87A2A' opacity='0.4'/%3E%3Crect x='746' y='36' width='6' height='6' fill='%236EC8E8' opacity='0.4'/%3E%3Crect x='396' y='716' width='6' height='6' fill='%23E87A2A' opacity='0.4'/%3E%3Crect x='546' y='756' width='6' height='6' fill='%236EC8E8' opacity='0.4'/%3E%3Crect x='796' y='696' width='6' height='6' fill='%236EC8E8' opacity='0.4'/%3E%3Crect x='716' y='746' width='6' height='6' fill='%23E87A2A' opacity='0.4'/%3E%3C/svg%3E");
    background-size: 100% 800px;
    background-repeat: repeat-y;
    background-attachment: scroll;
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Subtle dot grid overlay */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
    background-image: 
        radial-gradient(circle at 2px 2px, rgba(30, 30, 110, 0.06) 1px, transparent 1px);
    background-size: 50px 50px;
}

/* Selection */
::selection {
    background: var(--primary);
    color: var(--secondary);
}

/* Container */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

/* ========================================
   Typography
   ======================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1 { font-size: clamp(3rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }

.gradient-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ========================================
   Buttons
   ======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-xs);
    padding: 0.75rem 1.5rem;
    font-family: var(--font-main);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: var(--radius-md);
    border: 1px solid transparent;
    cursor: pointer;
    transition: all var(--transition-base);
    white-space: nowrap;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--secondary);
    border-color: var(--primary);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(232, 122, 42, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--secondary);
    border-color: var(--border);
}

.btn-outline:hover {
    background: var(--bg-card);
    border-color: var(--primary);
    color: var(--primary);
}

.btn-ghost {
    background: transparent;
    color: var(--secondary);
    border-color: transparent;
}

.btn-ghost:hover {
    background: var(--bg-card);
}

.btn-white {
    background: white;
    color: var(--secondary);
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2);
}

.btn-outline-white {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-block {
    width: 100%;
}

/* ========================================
   Header & Navigation
   ======================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: var(--space-xs) 0;
    transition: all var(--transition-base);
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-light);
    box-shadow: 0 2px 20px rgba(30, 30, 110, 0.08);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    transition: transform var(--transition-fast);
}

.logo:hover .logo-img {
    transform: scale(1.02);
}

.footer-logo.logo-img {
    height: 36px !important;
}

/* Responsive logo sizes */
@media (min-width: 1024px) {
    .logo-img {
        height: 56px;
    }
}

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

.nav-links a {
    color: var(--text);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    background: rgba(30, 30, 110, 0.03);
    transition: all var(--transition-fast);
}

.nav-links a:hover {
    color: var(--primary);
    border-color: var(--primary);
    background: rgba(232, 122, 42, 0.1);
}

.nav-actions {
    display: flex;
    gap: var(--space-sm);
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-btn span {
    width: 24px;
    height: 2px;
    background: var(--text);
    transition: all var(--transition-base);
}

/* ========================================
   Hero Section
   ======================================== */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(80px + var(--space-2xl)) 0 var(--space-2xl);
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: var(--gradient-glow);
    pointer-events: none;
}

.hero-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(232, 122, 42, 0.12) 0%, rgba(110, 200, 232, 0.08) 30%, transparent 50%);
}

.hero-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: 
        linear-gradient(to top, var(--bg-dark) 0%, transparent 100%);
    pointer-events: none;
}


.hero-content {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    padding: 0.5rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: var(--space-lg);
    animation: fadeInUp 0.6s ease forwards;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.hero-title {
    margin-bottom: var(--space-md);
    animation: fadeInUp 0.6s ease 0.1s forwards;
    opacity: 0;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto var(--space-xl);
    animation: fadeInUp 0.6s ease 0.2s forwards;
    opacity: 0;
}

.hero-subtitle-emphasis {
    display: block;
    margin-top: var(--space-xs);
    color: var(--primary);
    font-style: italic;
}

.hero-tagline {
    display: block;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: var(--space-xs);
}

.hero-keywords {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text);
    letter-spacing: 0.05em;
}

.hero-keywords .bullet {
    color: var(--accent);
    margin: 0 0.3rem;
    font-weight: 400;
}

.hero-cta {
    display: flex;
    gap: var(--space-sm);
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: var(--space-2xl);
    animation: fadeInUp 0.6s ease 0.3s forwards;
    opacity: 0;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: var(--space-xl);
    padding-top: var(--space-xl);
    border-top: 1px solid var(--border-light);
    animation: fadeInUp 0.6s ease 0.4s forwards;
    opacity: 0;
}

.stat {
    text-align: center;
}

.stat-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.stat-divider {
    width: 1px;
    background: var(--border-light);
}

/* ========================================
   Section Styles
   ======================================== */

section {
    padding: var(--space-2xl) 0;
}

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

.section-header .section-subtitle + .section-subtitle {
    margin-top: var(--space-sm);
}

.section-tag {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(232, 122, 42, 0.1);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: var(--radius-full);
    margin-bottom: var(--space-md);
}

.section-title {
    margin-bottom: var(--space-sm);
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* ========================================
   Features Section
   ======================================== */

.features {
    background: transparent;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-md);
}

.feature-card {
    padding: var(--space-lg);
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.feature-card:hover {
    background: var(--bg-card-hover);
    border-color: var(--border);
    transform: translateY(-4px);
}

.feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 122, 42, 0.1);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-md);
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--primary);
}

.feature-card h3 {
    margin-bottom: var(--space-xs);
}

.feature-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ========================================
   Highlights Section
   ======================================== */

.highlights-grid {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    margin-bottom: var(--space-2xl);
}

.highlight-card {
    position: relative;
    flex: 0 1 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--space-sm);
    padding: var(--space-md);
    background: linear-gradient(135deg, rgba(232, 122, 42, 0.08) 0%, rgba(110, 200, 232, 0.1) 100%);
    border: 1px solid var(--primary);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all var(--transition-base);
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
}

.highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(232, 122, 42, 0.2);
}

.highlight-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 122, 42, 0.15);
    border-radius: var(--radius-md);
}

.highlight-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--primary);
}

.highlight-content h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 0.25rem;
}

.highlight-content p {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 768px) {
    .highlights-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .highlight-card {
        flex: 0 1 auto;
        width: 100%;
        max-width: 320px;
    }
}

/* ========================================
   Services Section
   ======================================== */

.services {
    background: transparent;
    position: relative;
}

.services::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -200px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(232, 122, 42, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services::after {
    content: '';
    position: absolute;
    top: 30%;
    right: -150px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(110, 200, 232, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
}

.service-card {
    padding: var(--space-xl);
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.service-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 15px 50px rgba(30, 30, 110, 0.1);
}

.service-header {
    margin-bottom: var(--space-md);
}

.service-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(232, 122, 42, 0.1);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-md);
}

.service-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--primary);
}

.service-header h3 {
    font-size: 1.25rem;
    margin-bottom: var(--space-xs);
    color: var(--secondary);
}

.service-tagline {
    display: block;
    font-size: 0.9rem;
    color: var(--primary);
    font-weight: 500;
    font-style: italic;
}

.service-description {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: var(--space-md);
}

.service-capabilities {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-capabilities li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: var(--space-xs);
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.service-capabilities li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 600;
}

/* ========================================
   Pricing Section
   ======================================== */

.pricing {
    background: transparent;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-md);
    align-items: start;
}

.pricing-card {
    position: relative;
    padding: var(--space-lg);
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.pricing-card:hover {
    transform: translateY(-4px);
}

.pricing-card-featured {
    border-color: var(--primary);
    background: linear-gradient(180deg, rgba(232, 122, 42, 0.08) 0%, var(--bg-card) 100%);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.4rem 1rem;
    background: var(--gradient-primary);
    color: var(--secondary);
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--radius-full);
}

.pricing-header {
    margin-bottom: var(--space-md);
}

.pricing-header h3 {
    margin-bottom: var(--space-xs);
}

.pricing-header p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.pricing-price {
    margin-bottom: var(--space-lg);
    padding-bottom: var(--space-md);
    border-bottom: 1px solid var(--border-light);
}

.price-amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text);
}

.price-period {
    color: var(--text-muted);
}

.pricing-features {
    list-style: none;
    margin-bottom: var(--space-lg);
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-xs) 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.pricing-features svg {
    width: 18px;
    height: 18px;
    stroke: var(--primary);
    flex-shrink: 0;
}

/* ========================================
   About Section
   ======================================== */

.about {
    background: transparent;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: var(--space-2xl);
    align-items: center;
}

.about-content h2 {
    margin-bottom: var(--space-md);
}

.about-content p {
    color: var(--text-muted);
    margin-bottom: var(--space-md);
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
    margin-top: var(--space-xl);
    padding-top: var(--space-xl);
    border-top: 1px solid var(--border-light);
}

.value h4 {
    font-size: 1rem;
    margin-bottom: var(--space-xs);
    color: var(--primary);
}

.value p {
    font-size: 0.85rem;
    margin-bottom: 0;
}

.about-visual {
    display: flex;
    justify-content: center;
}

.about-card {
    padding: var(--space-2xl);
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    text-align: center;
}

.about-stat {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.about-stat-label {
    color: var(--text-muted);
}

/* Founder Photo */
.founder-photo {
    position: relative;
    text-align: center;
}

.founder-img {
    width: 220px;
    height: 280px;
    object-fit: cover;
    object-position: top;
    border-radius: var(--radius-lg);
    border: 2px solid var(--border);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    transition: transform var(--transition-base);
}

.founder-img:hover {
    transform: scale(1.02);
}

.founder-info {
    margin-top: var(--space-md);
    text-align: center;
}

.founder-name {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: var(--space-xs);
}

.founder-title {
    display: block;
    font-size: 0.85rem;
    color: var(--primary);
    font-weight: 500;
}

.founder-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-top: var(--space-sm);
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    color: var(--text-muted);
    transition: all var(--transition-fast);
}

.founder-linkedin:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: scale(1.1);
}

.founder-linkedin svg {
    width: 18px;
    height: 18px;
}

/* ========================================
   Global Footprint Section
   ======================================== */

.footprint {
    background: transparent;
}

.footprint-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-md);
}

.footprint-grid-two {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    margin: 0 auto;
}

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

.region-card {
    padding: var(--space-lg);
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    text-align: center;
    transition: all var(--transition-base);
}

.region-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(30, 30, 110, 0.1);
}

.region-flags {
    display: flex;
    justify-content: center;
    gap: var(--space-xs);
    margin-bottom: var(--space-md);
}

.region-flags .flag {
    font-size: 2.5rem;
    line-height: 1;
}

.region-card h3 {
    font-size: 1.25rem;
    margin-bottom: var(--space-xs);
    color: var(--primary);
}

.region-industry {
    display: block;
    font-size: 0.8rem;
    color: var(--text);
    font-weight: 500;
    margin-bottom: var(--space-sm);
    opacity: 0.9;
}

.region-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ========================================
   Contact Section
   ======================================== */

.contact {
    background: transparent;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
}

.contact-info h2 {
    margin-bottom: var(--space-md);
}

.contact-info > p {
    color: var(--text-muted);
    margin-bottom: var(--space-sm);
}

.contact-info > p:last-of-type {
    margin-bottom: var(--space-xl);
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    color: var(--text-muted);
}

.contact-item svg {
    width: 20px;
    height: 20px;
    stroke: var(--primary);
}

.contact-form {
    padding: var(--space-lg);
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
}

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

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: var(--space-xs);
    color: var(--text-muted);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    color: var(--text);
    font-family: var(--font-main);
    font-size: 0.95rem;
    transition: all var(--transition-fast);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(232, 122, 42, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-muted);
}

/* ========================================
   CTA Section
   ======================================== */

.cta {
    background: var(--gradient-primary);
    padding: var(--space-2xl) 0;
}

.cta-content {
    text-align: center;
}

.cta-content h2 {
    color: var(--secondary);
    margin-bottom: var(--space-sm);
}

.cta-content p {
    color: var(--secondary);
    opacity: 0.8;
    margin-bottom: var(--space-lg);
}

.cta-buttons {
    display: flex;
    gap: var(--space-sm);
    justify-content: center;
    flex-wrap: wrap;
}

/* ========================================
   Footer
   ======================================== */

.footer {
    background: transparent;
    padding: var(--space-2xl) 0 var(--space-lg);
}

.footer-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: var(--space-xl);
    border-bottom: 1px solid var(--border-light);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-brand p {
    color: var(--text-muted);
    margin: var(--space-xs) 0;
    max-width: 400px;
    text-align: center;
}

.footer-tagline {
    font-size: 1rem;
    color: var(--secondary) !important;
    margin-top: var(--space-sm) !important;
}

.footer-tagline-sub {
    font-size: 0.9rem;
    color: var(--text-muted) !important;
    font-style: italic;
}

.footer-keywords {
    font-size: 0.85rem;
    color: var(--text-muted) !important;
    letter-spacing: 0.05em;
}

.footer-keywords .bullet {
    color: var(--accent);
    margin: 0 0.2rem;
}

.social-links {
    display: flex;
    gap: var(--space-sm);
    justify-content: center;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    color: var(--text-muted);
    transition: all var(--transition-fast);
}

.social-links a:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.social-links svg {
    width: 16px;
    height: 16px;
}

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

.footer-column h4 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: var(--space-md);
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: var(--space-xs);
}

.footer-column a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.footer-column a:hover {
    color: var(--primary);
}

.footer-bottom {
    padding-top: var(--space-lg);
    text-align: center;
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* ========================================
   Animations
   ======================================== */

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

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

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

/* ========================================
   Responsive Design
   ======================================== */

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: var(--space-xl);
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .navbar {
        gap: var(--space-xs);
        padding: var(--space-xs) var(--space-sm);
    }
    
    .logo-img {
        height: 40px;
    }
    
    .nav-links {
        display: flex;
        gap: 0.4rem;
    }
    
    .nav-links a {
        font-size: 0.7rem;
        padding: 0.35rem 0.5rem;
    }
    
    .nav-actions {
        display: flex;
    }
    
    .nav-actions .btn {
        padding: 0.4rem 0.6rem;
        font-size: 0.75rem;
    }
    
    .mobile-menu-btn {
        display: none;
    }
    
    .hero {
        padding: calc(80px + var(--space-xl)) var(--space-md) var(--space-xl);
    }
    
    .hero-stats {
        flex-direction: column;
        gap: var(--space-md);
    }
    
    .stat-divider {
        width: 50px;
        height: 1px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .about-values {
        grid-template-columns: 1fr;
    }
    
    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-brand .logo {
        display: inline-block;
        width: auto;
    }
    
    .footer-brand p {
        text-align: center;
        max-width: 100%;
    }
    
    .social-links {
        justify-content: center;
    }
    
}

@media (max-width: 480px) {
    :root {
        --space-2xl: 3rem;
    }
    
    .btn-large {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
    
}

/* Small mobile devices (360px and below) */
@media (max-width: 400px) {
    .navbar {
        padding: var(--space-xs) 0.25rem;
        gap: 0.25rem;
    }
    
    .logo-img {
        height: 36px;
    }
    
    .nav-links {
        gap: 0.15rem;
    }
    
    .nav-links a {
        font-size: 0.55rem;
        padding: 0.25rem 0.35rem;
        letter-spacing: -0.02em;
    }
    
    .nav-actions .btn {
        padding: 0.2rem 0.35rem;
        font-size: 0.55rem;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-brand .logo {
        display: inline-block;
        width: auto;
    }
    
    .footer-brand p {
        text-align: center;
        max-width: 100%;
    }
    
    .social-links {
        justify-content: center;
    }
}

