/*
Theme Name: Verinox Trade
Theme URI: https://verinoxtrading.com
Author: Verinox Trading Team
Author URI: https://verinoxtrading.com
Description: Premium WordPress theme for international trading, logistics and corporate companies. Features Rich Dark Theme design with glassmorphism effects.
Version: 1.3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: verinox-trade
Tags: corporate, business, logistics, trade, responsive, custom-logo, modern, dark-theme
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* ========================================
   VERINOX TRADE - Rich Dark Theme v1.2
   ========================================
   Premium Dark Theme Design
   - Glassmorphism effects
   - Carbon fiber + Noise textures
   - Gradient highlights
   - Scroll animations
   ======================================== */

/* Google Fonts - Manrope */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* WordPress Admin Bar Fix */
body.admin-bar .header {
    top: 32px;
}

body.admin-bar .header.header-transparent {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .header {
        top: 46px;
    }

    body.admin-bar .header.header-transparent {
        top: 46px;
    }
}

:root {
    /* ===== NEW DESIGN SYSTEM - FUTURISTIC TECH ===== */

    /* Primary Colors - Deep Navy */
    --primary-dark: #0a0f1a;
    --primary-darker: #050810;
    --primary-medium: #0d1424;
    --primary-light: #151d2e;
    --primary-muted: #1f2937;

    /* Accent Colors - Cyan to Purple Gradient */
    --accent-cyan: #06b6d4;
    --accent-purple: #8b5cf6;
    --accent-color: #06b6d4;
    --accent-hover: #0891b2;
    --accent-light: #22d3ee;
    --accent-soft: rgba(6, 182, 212, 0.1);
    --accent-purple-soft: rgba(139, 92, 246, 0.1);

    /* Metallic */
    --silver: #9ca3af;
    --silver-light: #d1d5db;

    /* Text Colors */
    --text-white: #ffffff;
    --text-light: #94a3b8;
    --text-muted: #64748b;
    --text-dark: #0f172a;

    /* Backgrounds */
    --bg-dark: #0a0f1a;
    --bg-darker: #050810;
    --bg-light: #f1f5f9;
    --bg-white: #ffffff;
    --border-color: #e2e8f0;
    --border-dark: rgba(255, 255, 255, 0.08);

    /* ===== GRADIENTS - NEW ===== */
    --gradient-dark: linear-gradient(180deg, #0a0f1a 0%, #151d2e 100%);
    --gradient-hero: linear-gradient(135deg, rgba(10, 15, 26, 0.95) 0%, rgba(21, 29, 46, 0.85) 100%);
    --gradient-accent: linear-gradient(135deg, #06b6d4 0%, #8b5cf6 100%);
    --gradient-accent-reverse: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%);
    --gradient-accent-soft: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
    --gradient-text: linear-gradient(135deg, #06b6d4 0%, #8b5cf6 100%);
    --gradient-mesh: radial-gradient(at 40% 20%, rgba(6, 182, 212, 0.15) 0%, transparent 50%),
        radial-gradient(at 80% 0%, rgba(139, 92, 246, 0.12) 0%, transparent 40%),
        radial-gradient(at 0% 50%, rgba(6, 182, 212, 0.1) 0%, transparent 50%),
        radial-gradient(at 80% 50%, rgba(139, 92, 246, 0.08) 0%, transparent 40%),
        radial-gradient(at 0% 100%, rgba(6, 182, 212, 0.08) 0%, transparent 50%);

    /* ===== GRADIENT BORDERS ===== */
    --border-gradient: linear-gradient(135deg, rgba(6, 182, 212, 0.5) 0%, rgba(139, 92, 246, 0.5) 100%);
    --border-gradient-hover: linear-gradient(135deg, rgba(6, 182, 212, 0.8) 0%, rgba(139, 92, 246, 0.8) 100%);

    /* ===== GLOW EFFECTS ===== */
    --glow-cyan: 0 0 30px rgba(6, 182, 212, 0.4);
    --glow-purple: 0 0 30px rgba(139, 92, 246, 0.4);
    --glow-accent: 0 0 40px rgba(6, 182, 212, 0.3), 0 0 80px rgba(139, 92, 246, 0.2);
    --glow-accent-sm: 0 0 20px rgba(6, 182, 212, 0.25);

    /* ===== SHADOWS ===== */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.15);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.25);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
    --shadow-glow: var(--glow-accent);
    --shadow-glow-sm: var(--glow-accent-sm);
    --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.12);
    --shadow-card-hover: 0 16px 48px rgba(0, 0, 0, 0.2);

    /* ===== CARD STYLES ===== */
    --card-bg: rgba(15, 23, 42, 0.6);
    --card-bg-light: rgba(255, 255, 255, 0.98);
    --card-border: 1px solid rgba(255, 255, 255, 0.08);

    /* ===== TRANSITIONS ===== */
    --transition-fast: 150ms ease;
    --transition-base: 300ms ease;
    --transition-slow: 500ms ease;
    --transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);

    /* ===== BORDER RADIUS - MIXED ===== */
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-2xl: 32px;
    --radius-full: 9999px;
    --radius-button: 8px;
    --radius-card: 20px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Headings use Space Grotesk */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
}

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

ul {
    list-style: none;
}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== UTILITY CLASSES ===== */

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

.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
}

/* Fade In Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger Animation Delays */
.stagger-item:nth-child(1) {
    transition-delay: 0ms;
}

.stagger-item:nth-child(2) {
    transition-delay: 100ms;
}

.stagger-item:nth-child(3) {
    transition-delay: 200ms;
}

.stagger-item:nth-child(4) {
    transition-delay: 300ms;
}

.stagger-item:nth-child(5) {
    transition-delay: 400ms;
}

.stagger-item:nth-child(6) {
    transition-delay: 500ms;
}

/* Float Animations */
@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(2deg);
    }
}

@keyframes float-reverse {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(20px) rotate(-2deg);
    }
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: var(--shadow-glow-sm);
    }

    50% {
        box-shadow: var(--shadow-glow);
    }
}

/* Noise Texture Overlay */
.noise-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.04;
    pointer-events: none;
    z-index: 1;
}

/* Carbon Fiber Pattern */
.carbon-fiber::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.1) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.1) 75%);
    background-size: 4px 4px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
}

/* ========================================
   TOP BAR (Dark Theme)
   ======================================== */
.top-bar {
    background: var(--gradient-dark);
    color: var(--text-white);
    padding: 12px 0;
    font-size: 13px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid var(--border-dark);
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.top-bar-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.top-bar-left a,
.top-bar-right span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    transition: var(--transition-fast);
}

.top-bar-left a:hover {
    color: var(--text-white);
}

.top-bar i {
    color: var(--accent-color);
    font-size: 14px;
}

/* ========================================
   HEADER / NAVIGATION (Dark Glassmorphism)
   ======================================== */
.header {
    background: var(--primary-dark);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition-base);
    border-bottom: 1px solid var(--border-dark);
}

/* Glassmorphism effect on scroll */
.header.scrolled {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--shadow-lg);
}

/* Transparent Header - Overlay on Hero */
.header.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom: none;
}

.header.header-transparent.scrolled {
    position: fixed;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-dark);
}

/* Hero padding when transparent header */
.hero-transparent-header {
    padding-top: 100px;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
}

/* Logo Styles - 40px whitespace */
.site-branding {
    display: flex;
    align-items: center;
    padding: 0 40px 0 0;
}

.custom-logo-link {
    display: flex;
    align-items: center;
    transition: var(--transition-base);
}

.custom-logo-link img,
.custom-logo {
    /* max-height controlled by Customizer via Logo Settings */
    width: auto;
    height: auto;
    filter: brightness(1.1);
}

.custom-logo-link:hover {
    opacity: 0.9;
}

.logo {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo-icon {
    width: 48px;
    height: 48px;
    background: var(--gradient-accent);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.02em;
    transition: var(--transition-base);
    box-shadow: var(--shadow-glow-sm);
}

.logo-link:hover .logo-icon {
    transform: scale(1.05);
    box-shadow: var(--shadow-glow);
}

.logo-text {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-white);
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

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

/* Navigation Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    list-style: none;
    padding: 0;
}

.nav-menu li {
    position: relative;
    list-style: none;
}

.nav-menu a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding: 10px 4px;
    display: block;
    transition: var(--transition-fast);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.nav-menu a:hover,
.nav-menu li.current-menu-item>a,
.nav-menu li.current_page_item>a {
    color: var(--accent-color);
}

/* Submenus */
.nav-menu ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-dark);
    box-shadow: var(--shadow-xl);
    min-width: 220px;
    padding: 8px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-dark);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-fast);
    z-index: 100;
}

.nav-menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 5px);
}

.nav-menu ul li a {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: var(--radius-md);
    color: var(--text-light);
    text-transform: none;
}

.nav-menu ul li a:hover {
    background: var(--glass-bg-light);
    color: var(--text-white);
}

/* Navbar Button */
.nav-menu .btn {
    padding: 12px 24px;
    margin-left: 8px;
    color: var(--text-white) !important;
    font-weight: 700;
}

/* ========================================
   BUTTONS (NEW - Gradient + Glow Design)
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: var(--radius-button);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: var(--transition-base);
    border: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-primary {
    background: var(--gradient-accent);
    color: var(--text-white);
    box-shadow: var(--glow-accent-sm);
}

.btn-primary:hover {
    box-shadow: var(--glow-accent);
    transform: translateY(-3px);
    filter: brightness(1.1);
}

.btn-primary:active {
    transform: translateY(-1px);
}

/* Outline Button with Gradient Border Effect */
.btn-outline {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
    background-image: linear-gradient(rgba(10, 15, 26, 0.9), rgba(10, 15, 26, 0.9)), var(--gradient-accent);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: var(--text-white);
}

.btn-outline:hover {
    background-image: linear-gradient(rgba(10, 15, 26, 0.7), rgba(10, 15, 26, 0.7)), var(--gradient-accent);
    box-shadow: var(--glow-accent-sm);
    transform: translateY(-3px);
}

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

.btn-outline-dark:hover {
    background: var(--gradient-accent);
    border-color: transparent;
    color: var(--text-white);
    transform: translateY(-3px);
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    background: none;
    border: none;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--text-white);
    border-radius: 2px;
    transition: var(--transition-base);
}

/* ========================================
   HERO SECTION (NEW - Mesh Gradient Tech)
   ======================================== */
.hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Dark gradient overlay with mesh */
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-hero), var(--gradient-mesh);
    z-index: 1;
}

/* Decorative floating orb - Cyan */
.hero::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.2) 0%, transparent 60%);
    top: -200px;
    right: -100px;
    z-index: 2;
    animation: float 25s ease-in-out infinite;
    pointer-events: none;
    filter: blur(40px);
}

/* Grid pattern overlay - Subtle */
.hero-grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 2;
    pointer-events: none;
}

/* Secondary floating orb - Purple */
.hero-shape {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.2) 0%, transparent 60%);
    bottom: -100px;
    left: -100px;
    z-index: 2;
    animation: float-reverse 20s ease-in-out infinite;
    pointer-events: none;
    filter: blur(50px);
}

.hero .container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hero-content {
    color: var(--text-white);
    max-width: 720px;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.hero-content h1 span {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.85;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 560px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Hero Text Alignment & Position Options */
.hero.hero-align-left .hero-content {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.hero.hero-align-left .hero-buttons {
    justify-content: flex-start;
}

.hero.hero-align-center .container {
    display: flex;
    justify-content: center;
}

.hero.hero-align-center .hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero.hero-align-center .hero-content h1,
.hero.hero-align-center .hero-content p {
    max-width: 100%;
}

.hero.hero-align-center .hero-buttons {
    justify-content: center;
}

.hero.hero-align-right .container {
    display: flex;
    justify-content: flex-end;
}

.hero.hero-align-right .hero-content {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.hero.hero-align-right .hero-buttons {
    justify-content: flex-end;
}

/* ========================================
   SECTION COMMON STYLES
   ======================================== */
section {
    padding: 100px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.section-header p {
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
}

.section-tag {
    display: inline-block;
    background: var(--accent-soft);
    color: var(--accent-hover);
    padding: 8px 20px;
    border-radius: var(--radius-full);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Dark section variants */
.section-dark {
    background: var(--gradient-dark);
    color: var(--text-white);
}

.section-dark .section-header h2 {
    color: var(--text-white);
}

.section-dark .section-header p {
    color: var(--text-light);
}

.section-dark .section-tag {
    background: rgba(245, 158, 11, 0.15);
    color: var(--accent-light);
}

/* ========================================
   FEATURES GRID (BENTO STYLE)
   ======================================== */
.features {
    background: var(--bg-light);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-card {
    background: var(--bg-white);
    padding: 40px 28px;
    border-radius: var(--radius-xl);
    text-align: center;
    border: 1px solid var(--border-color);
    transition: var(--transition-base);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-accent);
    opacity: 0;
    transition: var(--transition-base);
}

.feature-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: transparent;
    transform: translateY(-4px);
}

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

.feature-card .icon {
    width: 72px;
    height: 72px;
    background: var(--gradient-accent);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 28px;
    color: var(--text-white);
    box-shadow: var(--shadow-glow-sm);
    transition: var(--transition-base);
}

.feature-card:hover .icon {
    transform: scale(1.05);
    box-shadow: var(--shadow-glow);
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.feature-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ========================================
   ABOUT PREVIEW
   ======================================== */
.about-preview {
    background: var(--bg-white);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.about-image::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    width: 100%;
    height: 100%;
    background: var(--gradient-accent);
    border-radius: var(--radius-xl);
    z-index: 0;
    opacity: 0.15;
}

.about-image::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, transparent 70%);
    z-index: 0;
}

.about-content .section-tag {
    margin-bottom: 12px;
}

.about-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.about-content p {
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.8;
    font-size: 16px;
}

.about-content .btn {
    margin-top: 24px;
}

/* ========================================
   SERVICES CARDS
   ======================================== */
.services {
    background: var(--bg-light);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background: var(--bg-white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: var(--transition-base);
}

.service-card:hover {
    box-shadow: var(--shadow-xl);
    border-color: transparent;
    transform: translateY(-6px);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: var(--transition-slow);
}

.service-card:hover img {
    transform: scale(1.05);
}

.service-card-content {
    padding: 28px;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.service-card p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* ========================================
   WHY US SECTION (Glassmorphism + Noise)
   ======================================== */
.why-us {
    background: var(--gradient-dark);
    color: var(--text-white);
    position: relative;
    overflow: hidden;
}

/* Noise texture */
.why-us::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.04;
    pointer-events: none;
    z-index: 0;
}

/* Decorative shape */
.why-us::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    pointer-events: none;
    z-index: 0;
}

.why-us .container {
    position: relative;
    z-index: 1;
}

.why-us .section-header h2 {
    color: var(--text-white);
}

.why-us .section-header p {
    color: rgba(255, 255, 255, 0.75);
}

.why-us .section-tag {
    background: rgba(245, 158, 11, 0.15);
    color: var(--accent-light);
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.why-us-card {
    text-align: center;
    padding: 48px 32px;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    transition: var(--transition-base);
}

.why-us-card:hover {
    background: var(--glass-bg-light);
    border-color: var(--glass-border-strong);
    transform: translateY(-4px);
}

.why-us-card .icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-accent);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    font-size: 32px;
    box-shadow: var(--shadow-glow-sm);
    transition: var(--transition-base);
}

.why-us-card:hover .icon {
    transform: scale(1.05);
    box-shadow: var(--shadow-glow);
}

.why-us-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.why-us-card p {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.8;
}

/* ========================================
   STATISTICS
   ======================================== */
.stats {
    background: var(--gradient-accent);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stats::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    pointer-events: none;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
    color: var(--text-white);
}

.stat-item h3 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.stat-item p {
    font-size: 16px;
    opacity: 0.9;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ========================================
   CTA SECTION (with Noise texture)
   ======================================== */
.cta {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: var(--text-white);
    padding: 120px 0;
    overflow: hidden;
}

/* Gradient overlay */
.cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-hero);
    z-index: 1;
}

/* Floating shape */
.cta::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 70%);
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.cta .container {
    position: relative;
    z-index: 2;
}

.cta h2 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cta p {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.85;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* CTA Orange Variant */
.cta.cta-orange {
    background: var(--gradient-accent);
}

.cta.cta-orange::before {
    display: none;
}

.cta.cta-orange::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    top: -150px;
    right: -150px;
    bottom: auto;
    left: auto;
    transform: none;
}

/* ========================================
   FOOTER (Dark Theme)
   ======================================== */
.footer {
    background: var(--gradient-dark);
    color: var(--text-white);
    padding: 80px 0 0;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gradient-accent);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-about .footer-brand {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-white);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.footer-about p {
    font-size: 14px;
    opacity: 0.75;
    line-height: 1.8;
}

.footer h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--gradient-accent);
    border-radius: var(--radius-full);
}

.footer-links a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 14px;
    font-size: 14px;
    transition: var(--transition-fast);
}

.footer-links a:hover {
    color: var(--text-white);
    padding-left: 8px;
}

.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.footer-contact i {
    color: var(--accent-color);
    margin-top: 3px;
    font-size: 14px;
}

.footer-bottom {
    text-align: center;
    padding: 28px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   PAGE HEADER (Inner Pages)
   ======================================== */
.page-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 80px;
    text-align: center;
    color: var(--text-white);
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-hero);
    z-index: 1;
}

.page-header::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    z-index: 1;
    pointer-events: none;
}

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

.page-header h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    opacity: 0.8;
}

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

.breadcrumb span {
    color: var(--accent-color);
}

/* ========================================
   PRODUCTS GRID
   ======================================== */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: var(--transition-base);
}

.product-card:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-4px);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card-content {
    padding: 20px;
}

.product-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.product-card p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
}

/* ========================================
   FEATURES STRIP
   ======================================== */
.features-strip {
    background: var(--primary-dark);
    padding: 50px 0;
}

.features-strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    color: var(--text-white);
    text-align: center;
}

.features-strip-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.features-strip-item i {
    font-size: 40px;
    color: var(--accent-color);
}

.features-strip-item h4 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.features-strip-item p {
    font-size: 14px;
    opacity: 0.8;
}

/* ========================================
   ABOUT PAGE
   ======================================== */
.about-full {
    background: var(--bg-white);
}

.about-full-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.about-logo-box {
    background: var(--primary-dark);
    padding: 50px;
    border-radius: var(--radius-lg);
    text-align: center;
    position: sticky;
    top: 100px;
}

.about-logo-box .logo-icon {
    width: 80px;
    height: 80px;
    font-size: 32px;
    margin: 0 auto 20px;
}

.about-logo-box h3 {
    color: var(--text-white);
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.about-text h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.about-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 30px 0 15px;
    text-transform: uppercase;
}

.about-text p {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Mission Vision Cards */
.mvn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mvn-card {
    background: var(--bg-white);
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    text-align: center;
    transition: var(--transition-base);
}

.mvn-card:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-4px);
}

.mvn-card .letter {
    width: 60px;
    height: 60px;
    background: var(--gradient-accent);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    font-weight: 800;
    color: var(--text-white);
}

.mvn-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.mvn-card p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* ========================================
   CONTACT PAGE
   ======================================== */
.contact-cards {
    padding: 60px 0;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.contact-card {
    background: var(--bg-white);
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: var(--transition-base);
}

.contact-card:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-4px);
}

.contact-card i {
    width: 60px;
    height: 60px;
    background: var(--accent-soft);
    color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 20px;
}

.contact-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-dark);
    text-transform: uppercase;
}

.contact-card p {
    color: var(--text-muted);
    font-size: 14px;
}

.contact-card a {
    color: var(--text-muted);
    transition: var(--transition-fast);
}

.contact-card a:hover {
    color: var(--accent-color);
}

.contact-form-wrapper {
    background: var(--bg-white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.contact-form-wrapper h2 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary-dark);
    text-transform: uppercase;
}

.map-section iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* Form Styles (CF7 Override) */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-family: inherit;
    font-size: 15px;
    transition: var(--transition-base);
    margin-bottom: 20px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

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

.wpcf7-form input[type="submit"] {
    background: var(--gradient-accent);
    color: var(--text-white);
    padding: 16px 40px;
    border: none;
    border-radius: var(--radius-md);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition-base);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.wpcf7-form input[type="submit"]:hover {
    box-shadow: var(--shadow-glow);
    transform: translateY(-2px);
}

/* ========================================
   404 PAGE
   ======================================== */
.error-404 {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bg-light);
}

.error-404 h1 {
    font-size: 120px;
    font-weight: 800;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.error-404 h2 {
    font-size: 32px;
    color: var(--primary-dark);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.error-404 p {
    color: var(--text-muted);
    margin-bottom: 30px;
    font-size: 16px;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Large Desktop (1200px and below) */
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
        padding: 0 30px;
    }

    .hero-content h1 {
        font-size: 46px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
        gap: 30px;
    }
}

/* Tablet Landscape (1024px and below) */
@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 25px;
    }

    .hero {
        height: auto;
        min-height: 500px;
        padding: 80px 0;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .nav-menu {
        gap: 20px;
    }

    .nav-menu a {
        font-size: 14px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about-grid {
        gap: 40px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-us-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-us-card:last-child {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-full-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-logo-box {
        position: static;
        max-width: 400px;
        margin: 0 auto;
    }

    .mvn-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mvn-card:last-child {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
    }

    .contact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet Portrait (768px and below) */
@media (max-width: 768px) {
    section {
        padding: 60px 0;
    }

    .container {
        padding: 0 20px;
    }

    .top-bar .container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .top-bar-left {
        flex-direction: column;
        gap: 10px;
    }

    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--primary-dark);
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        box-shadow: var(--shadow-lg);
        display: none;
        z-index: 999;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        width: 100%;
        text-align: center;
    }

    .nav-menu .btn {
        width: 100%;
    }

    .hero {
        min-height: 450px;
        padding: 60px 0;
    }

    .hero-transparent-header {
        padding-top: 140px !important;
    }

    .hero-content {
        text-align: center;
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .features-grid,
    .services-grid,
    .why-us-grid,
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-us-card:last-child,
    .mvn-card:last-child {
        grid-column: auto;
        max-width: 100%;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-image {
        order: -1;
    }

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

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }

    .stat-item h3 {
        font-size: 36px;
    }

    .cta h2 {
        font-size: 28px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }

    .footer h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .page-header h1 {
        font-size: 30px;
    }

    .features-strip-grid {
        grid-template-columns: 1fr;
    }

    .mvn-grid {
        grid-template-columns: 1fr;
    }

    .contact-cards-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    section {
        padding: 50px 0;
    }

    .container {
        padding: 0 15px;
    }

    .btn {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .section-header h2 {
        font-size: 22px;
    }

    .stat-item h3 {
        font-size: 30px;
    }

    .cta h2 {
        font-size: 22px;
    }

    .page-header h1 {
        font-size: 24px;
    }

    .error-404 h1 {
        font-size: 80px;
    }

    .error-404 h2 {
        font-size: 24px;
    }

    .contact-form-wrapper {
        padding: 25px 20px;
    }
}

/* ========================================
   PREMIUM FEATURES v2.0
   ======================================== */

/* ===== HERO VARIANTS ===== */

/* Video Background Hero */
.hero-video-container {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-video-container video,
.hero-video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-video-container.video-fallback::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-dark);
}

/* Particles Hero */
#particles-js {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero.hero-particles::before {
    z-index: 1;
}

/* Typed Text Hero */
.hero-typed-wrapper {
    display: inline-block;
    min-width: 300px;
}

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

.typed-cursor {
    color: var(--accent-color);
    font-weight: 100;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* Parallax Hero */
.hero-parallax {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.parallax-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    will-change: transform;
}

.parallax-layer-1 {
    z-index: 1;
}

.parallax-layer-2 {
    z-index: 2;
    opacity: 0.7;
}

.parallax-layer-3 {
    z-index: 3;
    opacity: 0.5;
}

/* ===== PROCESS / HOW WE WORK SECTION ===== */
.process-section {
    background: var(--bg-light);
    position: relative;
    overflow: hidden;
}

.process-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

/* Vertical line */
.process-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--border-color);
    transform: translateX(-50%);
    border-radius: var(--radius-full);
}

.process-line-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-accent);
    border-radius: var(--radius-full);
    transform-origin: top;
}

.process-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.process-item:last-child {
    margin-bottom: 0;
}

.process-item:nth-child(odd) {
    flex-direction: row;
}

.process-item:nth-child(even) {
    flex-direction: row-reverse;
}

.process-content {
    width: calc(50% - 60px);
    background: var(--bg-white);
    padding: 32px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-color);
    transition: var(--transition-base);
}

.process-content:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-4px);
}

.process-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    background: var(--gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: var(--text-white);
    box-shadow: var(--shadow-glow-sm);
    z-index: 2;
    border: 4px solid var(--bg-light);
}

.process-icon {
    width: 60px;
    height: 60px;
    background: var(--accent-soft);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--accent-color);
    font-size: 24px;
}

.process-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.process-content p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.7;
}

/* ===== WORLD MAP SECTION ===== */
.map-section-interactive {
    background: var(--gradient-dark);
    position: relative;
    overflow: hidden;
}

.map-section-interactive::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.03;
    pointer-events: none;
}

.map-section-interactive .section-header h2 {
    color: var(--text-white);
}

.map-section-interactive .section-header p {
    color: var(--text-light);
}

.map-section-interactive .section-tag {
    background: rgba(245, 158, 11, 0.15);
    color: var(--accent-light);
}

#world-map {
    width: 100%;
    height: 500px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-dark);
}

/* jVectorMap tooltip override */
.jvectormap-tip {
    background: var(--primary-dark) !important;
    border: 1px solid var(--border-dark) !important;
    border-radius: var(--radius-md) !important;
    padding: 10px 15px !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 13px !important;
    color: var(--text-white) !important;
    box-shadow: var(--shadow-lg) !important;
    pointer-events: none !important;
    z-index: 9999 !important;
}

.jvectormap-tip strong {
    color: var(--accent-color);
}

.jvectormap-tip small {
    color: var(--text-light);
    display: block;
    margin-top: 4px;
}

/* Map stats below the map */
.map-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.map-stat-item {
    text-align: center;
    padding: 24px;
    background: var(--glass-bg);
    border-radius: var(--radius-lg);
    border: 1px solid var(--glass-border);
}

.map-stat-item h4 {
    font-size: 36px;
    font-weight: 800;
    color: var(--accent-color);
    margin-bottom: 8px;
}

.map-stat-item p {
    font-size: 14px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ===== SWIPER CUSTOMIZATIONS ===== */
.swiper {
    width: 100%;
    padding-bottom: 60px;
}

.swiper-slide {
    height: auto;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--silver);
    opacity: 0.5;
    transition: var(--transition-base);
}

.swiper-pagination-bullet-active {
    background: var(--accent-color);
    opacity: 1;
    width: 32px;
    border-radius: var(--radius-full);
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--accent-color) !important;
    background: var(--bg-white);
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--accent-color);
    color: var(--text-white) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px !important;
    font-weight: 700;
}

/* Dark section swiper */
.section-dark .swiper-button-next,
.section-dark .swiper-button-prev {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
}

.section-dark .swiper-button-next:hover,
.section-dark .swiper-button-prev:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

/* ===== GSAP ANIMATION UTILITIES ===== */
.gsap-fade-up {
    opacity: 0;
}

.gsap-stagger-item {
    opacity: 0;
}

.gsap-scale-in {
    opacity: 0;
}

/* ===== RESPONSIVE PREMIUM STYLES ===== */
@media (max-width: 1024px) {
    .process-timeline {
        max-width: 100%;
    }

    .process-line {
        left: 28px;
    }

    .process-item,
    .process-item:nth-child(odd),
    .process-item:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 80px;
    }

    .process-content {
        width: 100%;
    }

    .process-number {
        left: 28px;
        transform: translateX(-50%);
    }

    .map-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    #world-map {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .process-item {
        padding-left: 70px;
    }

    .process-line {
        left: 24px;
    }

    .process-number {
        width: 48px;
        height: 48px;
        font-size: 16px;
        left: 24px;
    }

    .process-content {
        padding: 24px;
    }

    #world-map {
        height: 300px;
    }

    .map-stats {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .map-stat-item h4 {
        font-size: 28px;
    }

    .hero-typed-wrapper {
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .process-content h3 {
        font-size: 18px;
    }

    .map-stats {
        grid-template-columns: 1fr;
    }

    #world-map {
        height: 250px;
    }
}