/* =================================================================
   c:\Users\chand\OneDrive\Desktop\aone website\assets\css\style.css
   AONE — Public Frontend Stylesheet
   Competition-Level Design — Every Pixel Intentional
   ================================================================= */

/* ============================
   1. CSS RESET & BOX SIZING
   ============================ */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

/* ============================
   2. CSS VARIABLES
   ============================ */
:root {
    /* 60% — Deep Navy (dominant background) */
    --navy-darkest: #070c22;
    --navy-dark: #0a0f2e;
    --navy-mid: #0d1544;
    --navy-light: #1a2560;

    /* 30% — Electric Blue (secondary) */
    --blue-primary: #1a6bff;
    --blue-bright: #2979ff;
    --blue-glow: #4d9fff;
    --blue-steel: #1e3a8a;

    /* 10% — Gold (accent) */
    --gold-primary: #f5a623;
    --gold-bright: #fbbf24;
    --gold-glow: #fcd34d;
    --gold-dark: #d97706;

    /* Supporting */
    --white: #ffffff;
    --white-90: rgba(255,255,255,0.9);
    --white-80: rgba(255,255,255,0.8);
    --white-60: rgba(255,255,255,0.6);
    --white-20: rgba(255,255,255,0.2);
    --white-10: rgba(255,255,255,0.1);
    --white-05: rgba(255,255,255,0.05);
    --success: #22c55e;
    --danger: #ef4444;
    --warning: #f59e0b;
    --text-primary: #e8eeff;
    --text-muted: #8899cc;

    /* Typography */
    --font-display: 'Orbitron', sans-serif;
    --font-heading: 'Rajdhani', sans-serif;
    --font-body: 'Exo 2', sans-serif;
    --font-accent: 'Bebas Neue', sans-serif;

    /* Spacing */
    --section-padding: 100px 0;
    --container-width: 1200px;
    --container-padding: 0 24px;

    /* Shadows */
    --shadow-card: 0 8px 32px rgba(0,0,0,0.3);
    --shadow-glow-blue: 0 0 20px rgba(26,107,255,0.3);
    --shadow-glow-gold: 0 0 20px rgba(245,166,35,0.3);

    /* Transitions */
    --transition-fast: 0.25s ease;
    --transition: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/* ============================
   3. BASE STYLES
   ============================ */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;900&family=Rajdhani:wght@400;500;600;700&family=Exo+2:wght@300;400;500;600&family=Bebas+Neue&display=swap');

body {
    background: var(--navy-darkest);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    cursor: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: none;
}

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

ul, ol { list-style: none; }
button { cursor: none; }

/* ============================
   4. CUSTOM SCROLLBAR
   ============================ */
::-webkit-scrollbar {
    width: 6px;
}

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

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--blue-primary), var(--gold-primary));
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold-bright);
}

/* ============================
   5. TEXT SELECTION
   ============================ */
::selection {
    background: var(--gold-primary);
    color: var(--navy-darkest);
}

::-moz-selection {
    background: var(--gold-primary);
    color: var(--navy-darkest);
}

/* ============================
   6. TYPOGRAPHY SYSTEM
   ============================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.2;
    color: var(--white);
}

h1 { font-size: clamp(36px, 5vw, 72px); letter-spacing: 2px; }
h2 { font-size: clamp(28px, 4vw, 48px); letter-spacing: 1.5px; }
h3 { font-size: clamp(22px, 3vw, 36px); letter-spacing: 1px; }
h4 { font-size: clamp(18px, 2.5vw, 24px); }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
    font-family: var(--font-body);
    color: var(--white-60);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* ============================
   7. UTILITY CLASSES
   ============================ */
.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: var(--container-padding);
}

.section-padding {
    padding: var(--section-padding);
}

.gradient-text {
    background: linear-gradient(135deg, var(--blue-bright), var(--gold-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gold-text { color: var(--gold-primary); }
.blue-text { color: var(--blue-primary); }
.white-text { color: var(--white); }
.muted-text { color: var(--white-60); }

.text-center { text-align: center; }
.text-uppercase { text-transform: uppercase; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

/* ============================
   8. NOISE TEXTURE OVERLAY
   ============================ */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.035'/%3E%3C/svg%3E");
    opacity: 0.03;
    pointer-events: none;
    z-index: 9999;
}

/* ============================
   9. SCROLL PROGRESS BAR
   ============================ */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-bright));
    z-index: 10001;
    width: 0%;
    transition: width 0.1s linear;
    box-shadow: 0 0 10px var(--gold-glow);
}

/* ============================
   10. CUSTOM CURSOR
   ============================ */
.cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--white);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10002;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease, background 0.3s ease;
    mix-blend-mode: difference;
}

.cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 1.5px solid var(--blue-glow);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10001;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    opacity: 0.5;
}

.cursor-ring.hover {
    width: 60px;
    height: 60px;
    border-color: var(--gold-primary);
    opacity: 0.8;
}

.cursor-dot.hover {
    transform: translate(-50%, -50%) scale(2);
    background: var(--gold-primary);
}

/* ============================
   11. PAGE LOADER
   ============================ */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--navy-darkest);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.page-loader.loaded {
    transform: translateY(-100%);
}

.page-loader .loader-logo {
    width: 100px;
    animation: loaderPulse 1.5s ease-in-out infinite;
}

@keyframes loaderPulse {
    0%, 100% { opacity: 0.5; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.05); }
}

.loader-text {
    font-family: var(--font-display);
    font-size: 14px;
    letter-spacing: 6px;
    color: var(--text-muted);
    margin-top: 20px;
    text-transform: uppercase;
}

/* ============================
   12. HEADER / NAVIGATION
   ============================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px 0;
    transition: all 0.4s ease;
    background: transparent;
}

.site-header.scrolled {
    background: rgba(10, 15, 46, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 10px 0;
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
    border-bottom: 1px solid var(--white-10);
}

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

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

.header-logo img {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(26,107,255,0.3));
}

.header-logo-text {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    color: var(--white);
}

/* Navigation */
.main-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-link {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 500;
    color: var(--white-80);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding: 4px 0;
    transition: color var(--transition-fast);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold-primary);
    transition: width var(--transition-fast);
}

.nav-link:hover {
    color: var(--white);
}

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

.nav-link.active {
    color: var(--gold-primary);
}

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

/* Header right */
.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-admin {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--gold-primary);
    border: 1px solid var(--gold-primary);
    padding: 8px 18px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all var(--transition);
}

.btn-admin:hover {
    background: var(--gold-primary);
    color: var(--navy-darkest);
    box-shadow: var(--shadow-glow-gold);
}

/* Mobile menu */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 8px;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(13, 21, 68, 0.98);
    backdrop-filter: blur(20px);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-nav.open {
    right: 0;
}

.mobile-nav .nav-link {
    font-size: 24px;
    letter-spacing: 2px;
}

/* ============================
   13. HERO SECTION
   ============================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 120px 24px 80px;
}

/* Grid line background */
.hero-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(26,107,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26,107,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.5) 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.5) 70%, transparent 100%);
    perspective: 500px;
    transform: rotateX(45deg);
    transform-origin: center bottom;
    opacity: 0.5;
}

/* Animated gradient orbs */
.gradient-orbs {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(150px);
    opacity: 0.3;
}

.orb-blue {
    width: 450px;
    height: 450px;
    background: var(--blue-primary);
    top: -10%;
    left: -5%;
    animation: orbDrift1 20s ease-in-out infinite;
}

.orb-gold {
    width: 350px;
    height: 350px;
    background: var(--gold-primary);
    bottom: -5%;
    right: -5%;
    animation: orbDrift2 18s ease-in-out infinite;
}

.orb-dark {
    width: 400px;
    height: 400px;
    background: var(--blue-steel);
    top: 40%;
    left: 40%;
    animation: orbDrift3 22s ease-in-out infinite;
}

@keyframes orbDrift1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(60px, 40px) scale(1.1); }
    66% { transform: translate(-30px, -20px) scale(0.9); }
}

@keyframes orbDrift2 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    33% { transform: translate(-50px, -30px) scale(1.05); opacity: 0.4; }
    66% { transform: translate(40px, 20px) scale(0.95); opacity: 0.25; }
}

@keyframes orbDrift3 {
    0%, 100% { transform: translate(-50%, -50%) rotate(0deg) scale(1); }
    50% { transform: translate(-50%, -50%) rotate(180deg) scale(1.1); }
}

/* Hero content */
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(245,166,35,0.08);
    border: 1px solid rgba(245,166,35,0.25);
    border-radius: 30px;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--gold-primary);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hero-badge-icon {
    font-size: 14px;
}

.hero-headline {
    font-family: var(--font-display);
    font-weight: 900;
    margin-bottom: 24px;
    line-height: 1.15;
}

.hero-headline .line-1 {
    display: block;
    color: var(--white);
}

.hero-headline .line-2 {
    display: block;
    background: linear-gradient(135deg, var(--blue-bright), var(--gold-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subheadline {
    font-family: var(--font-body);
    font-size: 18px;
    color: var(--white-60);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* CTA Buttons */
.hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
    color: var(--navy-darkest);
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--gold-bright), var(--gold-primary));
    box-shadow: 0 0 30px rgba(245,166,35,0.4);
    transform: translateY(-2px) scale(1.03);
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.btn-primary:active::after {
    width: 400px;
    height: 400px;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: transparent;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--blue-glow);
    border-radius: 8px;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.btn-secondary:hover {
    border-color: var(--blue-bright);
    box-shadow: var(--shadow-glow-blue);
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(26,107,255,0.15), transparent);
    transition: left 0.5s ease;
}

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

/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.scroll-indicator .arrow {
    width: 24px;
    height: 24px;
    border-right: 2px solid var(--gold-primary);
    border-bottom: 2px solid var(--gold-primary);
    transform: rotate(45deg);
    margin: 0 auto 12px;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: 0.6; }
    50% { transform: rotate(45deg) translate(5px, 5px); opacity: 1; }
}

.scroll-indicator .scroll-text {
    font-family: var(--font-accent);
    font-size: 11px;
    letter-spacing: 4px;
    color: var(--gold-primary);
    opacity: 0.6;
}

/* ============================
   14. SECTION TITLES
   ============================ */
.section-label {
    font-family: var(--font-accent);
    font-size: 14px;
    letter-spacing: 6px;
    color: var(--gold-primary);
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--gold-primary);
    margin-top: 16px;
    transition: width 0.6s ease;
}

.section-title.visible::after {
    width: 80px;
}

.section-desc {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--white-60);
    max-width: 600px;
    line-height: 1.7;
}

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

.section-header.center {
    text-align: center;
}

.section-header.center .section-title::after {
    margin-left: auto;
    margin-right: auto;
}

.section-header.center .section-desc {
    margin: 0 auto;
}

/* ============================
   15. STATS BAR
   ============================ */
.stats-bar {
    background: var(--navy-mid);
    border-top: 1px solid var(--white-10);
    border-bottom: 1px solid var(--white-10);
    padding: 50px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
}

.stat-item {
    padding: 10px 20px;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--gold-primary), transparent);
}

.stat-number {
    font-family: var(--font-accent);
    font-size: clamp(40px, 5vw, 64px);
    background: linear-gradient(135deg, var(--blue-bright), var(--gold-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-family: var(--font-heading);
    font-size: 14px;
    color: var(--white-60);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ============================
   16. BUSINESS CARDS
   ============================ */
.business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.business-card {
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 16px;
    overflow: hidden;
    transition: all var(--transition);
    position: relative;
}

.business-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--gold-primary);
    transition: width var(--transition);
    z-index: 2;
}

.business-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), var(--shadow-glow-blue);
    border-color: var(--blue-glow);
}

.business-card:hover::before {
    width: 100%;
}

.business-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.business-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.business-card-image .type-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gold-primary);
    color: var(--navy-darkest);
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.business-card-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid var(--white);
    overflow: hidden;
    margin: -35px 0 0 20px;
    position: relative;
    z-index: 2;
    background: var(--navy-mid);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.business-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-card-logo .logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--blue-primary), var(--blue-steel));
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 900;
    color: var(--white);
}

.business-card-body {
    padding: 16px 20px 20px;
}

.business-card-name {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
}

.business-card-desc {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--white-60);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

.business-card-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--success);
}

.business-card-status .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--success);
    animation: statusPulse 2s ease infinite;
}

@keyframes statusPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.business-card-footer {
    border-top: 1px solid var(--white-10);
}

.business-card-footer a {
    display: block;
    padding: 14px 20px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    transition: all var(--transition);
}

.business-card-footer a:hover {
    background: var(--blue-primary);
    color: var(--white);
}

/* ============================
   17. SERVICE CARDS
   ============================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-card {
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 12px;
    padding: 24px;
    transition: all var(--transition);
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: var(--white-20);
}

.service-card-icon {
    font-size: 32px;
    color: var(--blue-primary);
    margin-bottom: 16px;
    transition: all var(--transition);
}

.service-card:hover .service-card-icon {
    color: var(--gold-primary);
    transform: rotate(10deg);
}

.service-card-name {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 6px;
}

.service-card-business {
    font-size: 12px;
    color: var(--gold-primary);
    margin-bottom: 8px;
}

.service-card-price {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--white-60);
}

/* ============================
   18. WHY CHOOSE SECTION
   ============================ */
.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.why-visual {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-shape {
    position: absolute;
    border: 2px solid var(--blue-glow);
    opacity: 0.15;
    animation: shapeFloat 15s ease-in-out infinite;
}

.visual-shape:nth-child(1) {
    width: 200px; height: 200px; border-radius: 50%;
    top: 10%; left: 10%;
    animation-delay: 0s;
}

.visual-shape:nth-child(2) {
    width: 150px; height: 150px;
    bottom: 15%; right: 10%;
    transform: rotate(45deg);
    animation-delay: -5s;
}

.visual-shape:nth-child(3) {
    width: 120px; height: 120px; border-radius: 30%;
    top: 50%; left: 60%;
    animation-delay: -10s;
}

@keyframes shapeFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(20px, -20px) rotate(10deg); }
    66% { transform: translate(-15px, 15px) rotate(-5deg); }
}

.visual-logo {
    width: 120px;
    z-index: 2;
    animation: logoPulse2 3s ease-in-out infinite;
}

@keyframes logoPulse2 {
    0%, 100% { filter: drop-shadow(0 0 20px rgba(26,107,255,0.3)); }
    50% { filter: drop-shadow(0 0 40px rgba(26,107,255,0.5)); }
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.feature-item {
    display: flex;
    gap: 20px;
    padding-left: 20px;
    border-left: 3px solid var(--gold-primary);
}

.feature-number {
    font-family: var(--font-accent);
    font-size: 36px;
    color: var(--gold-primary);
    opacity: 0.4;
    line-height: 1;
    flex-shrink: 0;
}

.feature-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.feature-desc {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--white-60);
    line-height: 1.6;
}

/* ============================
   19. BLOG CARDS
   ============================ */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-card {
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 14px;
    overflow: hidden;
    transition: all var(--transition);
}

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

.blog-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.blog-card-image .category-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: var(--gold-primary);
    color: var(--navy-darkest);
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card-body {
    padding: 20px;
}

.blog-card-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.3;
}

.blog-card-excerpt {
    font-size: 14px;
    color: var(--white-60);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
    line-height: 1.5;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--white-10);
}

.blog-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-card-author-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue-primary), var(--blue-steel));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--white);
}

.blog-card-author-name {
    font-size: 12px;
    color: var(--white-80);
}

.blog-card-date {
    font-size: 12px;
    color: var(--text-muted);
}

.blog-card-readmore {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 14px;
    color: var(--gold-primary);
    font-weight: 600;
    transition: color var(--transition);
}

.blog-card-readmore:hover {
    color: var(--gold-bright);
}

/* ============================
   20. CTA BANNER
   ============================ */
.cta-banner {
    background: linear-gradient(135deg, var(--blue-steel), var(--navy-darkest));
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: 'AONE';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-display);
    font-size: clamp(100px, 15vw, 200px);
    font-weight: 900;
    color: rgba(255,255,255,0.02);
    white-space: nowrap;
    pointer-events: none;
}

.cta-headline {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
}

.cta-text {
    font-size: 18px;
    color: var(--white-60);
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-outline-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: transparent;
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--white-20);
    border-radius: 8px;
    transition: all var(--transition);
}

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

/* ============================
   21. FOOTER
   ============================ */
.site-footer {
    background: var(--navy-darkest);
    border-top: 1px solid var(--white-10);
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: 'AONE';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-display);
    font-size: clamp(150px, 20vw, 300px);
    font-weight: 900;
    color: rgba(255,255,255,0.015);
    white-space: nowrap;
    pointer-events: none;
}

.footer-main {
    padding: 80px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-brand .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.footer-brand .footer-logo img {
    height: 40px;
}

.footer-brand .footer-logo-text {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 900;
    color: var(--white);
    letter-spacing: 3px;
}

.footer-brand .glitch-logo {
    position: relative;
    display: inline-block;
}

.footer-brand p {
    font-size: 14px;
    color: var(--white-60);
    max-width: 280px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid var(--white-10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-60);
    font-size: 16px;
    transition: all var(--transition);
}

.social-links a:hover {
    border-color: var(--blue-primary);
    color: var(--blue-primary);
    background: rgba(26,107,255,0.1);
    transform: translateY(-3px);
}

.footer-column h4 {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 14px;
    color: var(--white-60);
    transition: all var(--transition-fast);
}

.footer-links a:hover {
    color: var(--gold-primary);
    padding-left: 5px;
}

/* Newsletter */
.newsletter-form {
    display: flex;
    gap: 0;
    margin-top: 12px;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 16px;
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 8px 0 0 8px;
    color: var(--white);
    font-family: var(--font-body);
    font-size: 14px;
    outline: none;
    transition: border-color var(--transition);
}

.newsletter-form input:focus {
    border-color: var(--blue-primary);
}

.newsletter-form input::placeholder {
    color: var(--text-muted);
}

.newsletter-form button {
    padding: 12px 20px;
    background: var(--gold-primary);
    color: var(--navy-darkest);
    border: none;
    border-radius: 0 8px 8px 0;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    transition: all var(--transition);
}

.newsletter-form button:hover {
    background: var(--gold-bright);
}

/* Footer bottom */
.footer-bottom {
    padding: 24px 0;
    border-top: 1px solid var(--white-10);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}

.footer-bottom .tagline {
    font-family: var(--font-heading);
    color: var(--gold-primary);
    letter-spacing: 2px;
    font-size: 13px;
}

/* ============================
   22. PAGE HERO (Short)
   ============================ */
.page-hero {
    position: relative;
    background: var(--navy-dark);
    padding: 160px 0 80px;
    text-align: center;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(26,107,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26,107,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.5;
}

.page-hero .gradient-orbs {
    opacity: 0.5;
}

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

.page-hero-title {
    font-family: var(--font-display);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    color: var(--white);
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.page-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-muted);
}

.page-breadcrumb a {
    color: var(--blue-glow);
    transition: color var(--transition-fast);
}

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

.page-breadcrumb .sep {
    color: var(--text-muted);
    opacity: 0.4;
}

/* ============================
   23. FORMS (PUBLIC)
   ============================ */
.form-public .form-group {
    margin-bottom: 20px;
}

.form-public label {
    display: block;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.form-public .form-input {
    width: 100%;
    padding: 14px 16px;
    background: var(--navy-darkest);
    border: 1px solid var(--white-10);
    border-radius: 8px;
    color: var(--white);
    font-family: var(--font-body);
    font-size: 15px;
    transition: all var(--transition);
    outline: none;
}

.form-public .form-input:focus {
    border-color: var(--gold-primary);
    box-shadow: 0 0 15px rgba(245,166,35,0.1);
}

.form-public .form-input::placeholder {
    color: var(--text-muted);
    opacity: 0.5;
}

.form-public textarea.form-input {
    resize: vertical;
    min-height: 120px;
}

.form-public select.form-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238899cc'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

/* ============================
   24. GALLERY
   ============================ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item .gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,15,46,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 28px;
    color: var(--white);
}

/* ============================
   25. TESTIMONIALS
   ============================ */
.testimonials-slider {
    position: relative;
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-card {
    min-width: 100%;
    padding: 0 20px;
}

.testimonial-card-inner {
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 16px;
    padding: 36px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-quote-icon {
    font-size: 48px;
    color: var(--gold-primary);
    opacity: 0.15;
    position: absolute;
    top: 20px;
    right: 30px;
}

.testimonial-text {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--white);
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonial-stars {
    color: var(--gold-primary);
    margin-bottom: 16px;
    font-size: 14px;
    display: flex;
    gap: 4px;
}

.testimonial-divider {
    width: 40px;
    height: 2px;
    background: var(--gold-primary);
    margin-bottom: 16px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue-primary), var(--blue-steel));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--white);
}

.testimonial-name {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
}

.testimonial-title {
    font-size: 13px;
    color: var(--text-muted);
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.testimonial-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--white-20);
    cursor: pointer;
    transition: all var(--transition);
}

.testimonial-dot.active {
    background: var(--gold-primary);
    width: 24px;
    border-radius: 4px;
}

/* ============================
   26. TIMELINE
   ============================ */
.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 0;
    background: var(--gold-primary);
    transition: height 1.5s ease;
}

.timeline.visible::before {
    height: 100%;
}

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

.timeline-item:nth-child(odd) {
    flex-direction: row;
    padding-right: calc(50% + 40px);
    text-align: right;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: calc(50% + 40px);
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--gold-primary);
    border: 3px solid var(--navy-darkest);
    z-index: 2;
}

.timeline-year {
    font-family: var(--font-accent);
    font-size: 24px;
    color: var(--gold-primary);
    margin-bottom: 8px;
}

.timeline-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
}

.timeline-desc {
    font-size: 14px;
    color: var(--white-60);
    line-height: 1.6;
}

/* ============================
   27. TEAM CARDS
   ============================ */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.team-card {
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 14px;
    overflow: hidden;
    transition: all var(--transition);
}

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

.team-card-image {
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
}

.team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

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

.team-card-image .placeholder-avatar {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--navy-mid), var(--blue-steel));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 48px;
    color: var(--white-20);
}

.team-card-social-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,15,46,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.team-card:hover .team-card-social-overlay {
    opacity: 1;
}

.team-card-social-overlay a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--white-20);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all 0.3s;
}

.team-card-social-overlay a:hover {
    background: var(--blue-primary);
    border-color: var(--blue-primary);
}

.team-card-info {
    padding: 16px 20px;
}

.team-card-name {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
}

.team-card-position {
    font-size: 13px;
    color: var(--gold-primary);
}

/* ============================
   28. JOB CARDS
   ============================ */
.job-card {
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    transition: all var(--transition);
}

.job-card:hover {
    border-color: var(--blue-glow);
    box-shadow: var(--shadow-glow-blue);
    transform: translateY(-3px);
}

.job-card-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
}

.job-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: var(--text-muted);
}

.job-card-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.job-type-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(26,107,255,0.1);
    color: var(--blue-glow);
}

/* ============================
   29. CONTACT PAGE
   ============================ */
.contact-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 40px;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 12px;
    padding: 18px;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(26,107,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-primary);
    font-size: 20px;
    flex-shrink: 0;
}

.contact-info-label {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.contact-info-value {
    font-size: 15px;
    color: var(--white);
}

/* ============================
   30. 404 PAGE
   ============================ */
.page-404 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.error-number {
    font-family: var(--font-display);
    font-size: clamp(100px, 20vw, 200px);
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    margin-bottom: 16px;
    animation: glitch 3s ease-in-out infinite;
    position: relative;
}

/* ============================
   31. FILTER PILLS
   ============================ */
.filter-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    justify-content: center;
}

.filter-pill {
    padding: 10px 24px;
    border: 1px solid var(--white-10);
    border-radius: 30px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    color: var(--white-60);
    background: transparent;
    cursor: pointer;
    transition: all var(--transition);
}

.filter-pill:hover {
    border-color: var(--white-20);
    color: var(--white);
}

.filter-pill.active {
    background: var(--gold-primary);
    color: var(--navy-darkest);
    border-color: var(--gold-primary);
}

/* ============================
   32. PAGINATION (PUBLIC)
   ============================ */
.pub-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 48px;
}

.pub-pagination .page-link {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-10);
    border-radius: 8px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    color: var(--white-60);
    transition: all var(--transition);
}

.pub-pagination .page-link:hover {
    border-color: var(--blue-primary);
    color: var(--blue-primary);
}

.pub-pagination .page-link.active {
    background: var(--blue-primary);
    color: var(--white);
    border-color: var(--blue-primary);
}

/* ============================
   33. MAP EMBED
   ============================ */
.map-container {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--white-10);
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
    filter: brightness(0.8) contrast(1.2) saturate(0.5);
}

/* ============================
   34. BLOG SINGLE
   ============================ */
.blog-single-layout {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 40px;
}

.blog-content h2, .blog-content h3, .blog-content h4 {
    font-family: var(--font-heading);
    color: var(--gold-primary);
    margin-top: 32px;
    margin-bottom: 16px;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-content a {
    color: var(--blue-glow);
    text-decoration: underline;
}

.blog-content blockquote {
    border-left: 4px solid var(--blue-primary);
    padding: 16px 24px;
    margin: 24px 0;
    background: rgba(26,107,255,0.05);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: var(--white-80);
}

.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-widget {
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 14px;
    padding: 24px;
}

.sidebar-widget-title {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--white-10);
}

.sidebar-post {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--white-05);
}

.sidebar-post:last-child {
    border-bottom: none;
}

.sidebar-post-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--navy-dark);
}

.sidebar-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-post-title {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}

.sidebar-post-date {
    font-size: 12px;
    color: var(--text-muted);
}

/* ============================
   35. RESPONSIVE
   ============================ */
@media (max-width: 1024px) {
    .business-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .why-choose-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .blog-single-layout { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    body { cursor: auto; }
    .cursor-dot, .cursor-ring { display: none; }

    .main-nav { display: none; }
    .hamburger { display: flex; }
    .btn-admin { display: none; }

    .hero { min-height: 100vh; padding: 100px 24px 60px; }
    h1 { font-size: 36px; }

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

    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .stat-item:not(:last-child)::after { display: none; }

    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }

    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even) {
        padding-left: 40px;
        padding-right: 0;
        text-align: left;
        flex-direction: row;
    }

    .timeline::before { left: 8px; }
    .timeline-dot { left: 8px; }

    .job-card { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .hero-cta { flex-direction: column; }
    .btn-primary, .btn-secondary, .btn-outline-white { width: 100%; justify-content: center; }
    .stats-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr; }
    .cta-buttons { flex-direction: column; }
}

/* ============================
   36. SEARCH BAR
   ============================ */
.search-bar {
    max-width: 600px;
    margin: 0 auto 40px;
    position: relative;
}

.search-bar input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 12px;
    color: var(--white);
    font-family: var(--font-body);
    font-size: 16px;
    outline: none;
    transition: all var(--transition);
}

.search-bar input:focus {
    border-color: var(--blue-primary);
    box-shadow: 0 0 20px rgba(26,107,255,0.15);
}

.search-bar .search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 18px;
}

/* ============================
   37. SUCCESS / ERROR ANIMATIONS
   ============================ */
.form-success {
    text-align: center;
    padding: 40px;
}

.form-success .checkmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(34,197,94,0.1);
    border: 2px solid var(--success);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    animation: checkBounce 0.5s ease;
}

@keyframes checkBounce {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.form-error-shake {
    animation: formShake 0.5s ease;
}

@keyframes formShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-8px); }
    40% { transform: translateX(8px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}

/* ============================
   38. SHARE BUTTONS
   ============================ */
.share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.share-btn {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-family: var(--font-heading);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition);
    border: 1px solid var(--white-10);
    color: var(--white-60);
}

.share-btn:hover {
    border-color: var(--blue-primary);
    color: var(--white);
    background: rgba(26,107,255,0.1);
}

/* ============================
   39. TAGS
   ============================ */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    padding: 4px 14px;
    background: var(--navy-mid);
    border: 1px solid var(--white-10);
    border-radius: 20px;
    font-size: 13px;
    color: var(--text-muted);
    transition: all var(--transition);
}

.tag:hover {
    border-color: var(--gold-primary);
    color: var(--gold-primary);
}

/* ============================
   40. GLITCH EFFECT
   ============================ */
@keyframes glitch {
    0%, 90%, 100% { transform: translate(0); filter: none; }
    92% { transform: translate(-3px, 1px); filter: hue-rotate(90deg); }
    94% { transform: translate(3px, -1px); filter: hue-rotate(-90deg); }
    96% { transform: translate(-1px, -2px); filter: none; }
    98% { transform: translate(2px, 1px); filter: hue-rotate(45deg); }
}

.glitch-text {
    animation: glitch 4s ease-in-out infinite;
}

/* ============================
   41. PARTICLE CONTAINER
   ============================ */
#particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.particle {
    position: absolute;
    border: 1px solid var(--blue-glow);
    opacity: 0.12;
    pointer-events: none;
}
