/* Advocacy Associates Premium Styling */

/* Premium Color Variables */
:root {
    --primary-blue: #0a1628;
    --secondary-blue: #1e3a8a;
    --accent-blue: #3b82f6;
    --gold: #d4af37;
    --dark-gold: #b8941f;
    --light-gold: #f4e8c1;
    --premium-gold: #ffdf00;
    --dark-bg: #020617;
    --light-bg: #f8fafc;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --white: #ffffff;
    --gradient-primary: linear-gradient(135deg, #0a1628 0%, #1e3a8a 50%, #3b82f6 100%);
    --gradient-gold: linear-gradient(135deg, #d4af37 0%, #ffdf00 50%, #b8941f 100%);
    --gradient-premium: linear-gradient(45deg, #d4af37, #ffdf00, #d4af37, #b8941f);
    --shadow-premium: 0 25px 50px -12px rgba(212, 175, 55, 0.25), 0 0 30px rgba(212, 175, 55, 0.1);
    --shadow-ultra: 0 35px 60px -12px rgba(0, 0, 0, 0.3), 0 0 40px rgba(212, 175, 55, 0.15);
    --gradient-text: linear-gradient(45deg, #d4af37, #ffdf00, #d4af37);
}

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

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

/* Utility Classes */
.text-gold {
    color: var(--gold) !important;
}

.bg-primary {
    background: var(--gradient-primary) !important;
}

.bg-gold {
    background: var(--gradient-gold) !important;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
}

.section-divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-gold);
    margin: 0 auto 2rem;
    border-radius: 2px;
}

.premium-section {
    background: var(--light-bg);
}

/* Premium Navigation */
.premium-nav {
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.98), rgba(30, 58, 138, 0.95)) !important;
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: var(--shadow-premium);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

/* Logo styling */
.navbar-brand img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.navbar-brand:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(251,191,36,0.4));
}

.premium-nav.scrolled {
    background: rgba(15, 23, 42, 0.98) !important;
    box-shadow: var(--shadow-xl);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.nav-link {
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: var(--gold) !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: var(--gradient-gold);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

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

/* Enhanced Logo Styling - Full Logo */
.logo-navbar-full {
    filter: brightness(3.2) contrast(2.8) saturate(0.1) invert(1);
    transition: all 0.3s ease;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.9);
    max-width: 250px;
    height: auto;
}

.logo-navbar-full:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 25px rgba(251, 191, 36, 0.7);
    filter: brightness(3.2) contrast(2.7) saturate(0.05) invert(1);
}

/* Legacy logo styling for footer */
.logo-navbar {
    filter: brightness(2.5) contrast(2) saturate(0.2) invert(1);
    transition: all 0.3s ease;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.logo-navbar:hover {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.6);
    filter: brightness(2.8) contrast(2.2) saturate(0.1) invert(1);
}

.brand-text {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Playfair Display', serif;
}

/* Footer Logo Styling */
.footer-brand {
    display: flex;
    align-items: center;
}

.logo-footer-full {
    filter: brightness(3.5) contrast(1.2) saturate(0);
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: 200px;
}

.logo-footer-full:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.05);
    filter: brightness(4) contrast(1.3) saturate(0);
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
}

/* Legacy footer logo */
.logo-footer {
    filter: brightness(2.2) contrast(1.8) saturate(0.3) invert(1);
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 8px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.logo-footer:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.08);
    filter: brightness(2.5) contrast(2) saturate(0.2) invert(1);
}

/* Premium Buttons */
.btn-gold {
    background: var(--gradient-premium);
    background-size: 200% 200%;
    border: 2px solid rgba(212, 175, 55, 0.5);
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 1.1rem;
    padding: 15px 40px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: var(--shadow-premium);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    animation: goldPulse 4s ease-in-out infinite;
}

@keyframes goldPulse {
    0%, 100% { background-position: 0% 50%; box-shadow: var(--shadow-premium); }
    50% { background-position: 100% 50%; box-shadow: var(--shadow-ultra); }
}

.btn-gold:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: var(--shadow-ultra);
    color: var(--primary-blue);
    background-position: 100% 50%;
    border-color: var(--premium-gold);
}

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

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

.btn-outline-gold {
    border: 2px solid var(--gold);
    color: var(--gold);
    background: linear-gradient(135deg, transparent, rgba(212, 175, 55, 0.05), transparent);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.btn-outline-gold:hover {
    background: var(--gradient-premium);
    color: var(--primary-blue);
    transform: translateY(-5px) scale(1.05);
    box-shadow: var(--shadow-ultra);
    border-color: var(--premium-gold);
}

.btn-outline-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
    transition: left 0.6s;
}

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

/* Ultra Premium Hero Section */
.hero-section {
    min-height: 100vh;
    background: 
        linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 50%, #475569 75%, #64748b 100%),
        radial-gradient(circle at 30% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(147, 51, 234, 0.08) 0%, transparent 50%);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Floating Premium Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.floating-orb {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(16, 185, 129, 0.1), rgba(147, 51, 234, 0.08), rgba(6, 182, 212, 0.1));
    backdrop-filter: blur(40px);
    animation: floatOrb 20s ease-in-out infinite;
}

.orb-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.orb-2 {
    width: 200px;
    height: 200px;
    top: 60%;
    right: 10%;
    animation-delay: -5s;
}

.orb-3 {
    width: 150px;
    height: 150px;
    top: 30%;
    right: 30%;
    animation-delay: -10s;
}

.orb-4 {
    width: 250px;
    height: 250px;
    bottom: 20%;
    left: 20%;
    animation-delay: -15s;
}

@keyframes floatOrb {
    0%, 100% { 
        transform: translate(0, 0) rotate(0deg) scale(1);
        opacity: 0.3;
    }
    25% { 
        transform: translate(30px, -50px) rotate(90deg) scale(1.1);
        opacity: 0.5;
    }
    50% { 
        transform: translate(-20px, -30px) rotate(180deg) scale(0.9);
        opacity: 0.4;
    }
    75% { 
        transform: translate(40px, 20px) rotate(270deg) scale(1.05);
        opacity: 0.6;
    }
}

/* Premium Badge */
.premium-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(147, 51, 234, 0.15));
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    padding: 12px 24px;
    margin-bottom: 2rem;
    backdrop-filter: blur(20px);
    animation: badgePulse 3s ease-in-out infinite;
}

.badge-icon {
    font-size: 1.2rem;
    margin-right: 12px;
}

.badge-text {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

@keyframes badgePulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
    }
    50% { 
        transform: scale(1.02);
        box-shadow: 0 0 30px rgba(16, 185, 129, 0.5);
    }
}

/* Hero Content Styling */
.hero-content {
    position: relative;
    z-index: 5;
    width: 100%;
}

/* Advanced Typography */
.hero-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 0.9;
    margin-bottom: 2rem;
    position: relative;
}

.title-line-1 {
    display: inline;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
    animation: titleReveal 1.5s ease-out;
}

.title-line-2 {
    display: inline;
    background: linear-gradient(135deg, #10b981, #8b5cf6, #06b6d4);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite, titleReveal 1.5s ease-out 0.3s both;
    filter: drop-shadow(0 0 20px rgba(16, 185, 129, 0.5));
}

.title-decoration {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #8b5cf6, #06b6d4);
    border-radius: 2px;
    animation: decorationGrow 1.8s ease-out 0.8s both;
}

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

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes decorationGrow {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 400px;
        opacity: 1;
    }
}

/* Enhanced Subtitle */
.hero-enhanced-subtitle {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.highlight-text {
    color: #10b981;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.highlight-location {
    color: #8b5cf6;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
}

/* Inline Founder Info */
.hero-founder-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 2rem;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    backdrop-filter: blur(20px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.founder-avatar-small {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.founder-avatar-small i {
    color: white;
    font-size: 1.2rem;
}

.founder-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 500;
}

.founder-text strong {
    color: #10b981;
    font-weight: 600;
}

/* Feature Pills */
.features-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 3rem;
    justify-content: center;
}

.feature-pill {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    animation: pillFloat 3s ease-in-out infinite;
}

.feature-pill:nth-child(2) { animation-delay: -1s; }
.feature-pill:nth-child(3) { animation-delay: -2s; }

.feature-pill i {
    margin-right: 8px;
    color: #10b981;
}

.feature-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.3);
}

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

/* Premium Buttons */
.hero-premium-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 3rem;
    align-items: center;
}

.btn-premium-primary,
.btn-premium-secondary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    padding: 18px 28px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    min-width: 320px;
    max-width: 380px;
    width: 100%;
}

.btn-premium-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.25), 
                0 4px 16px rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-premium-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.4), 
                0 8px 24px rgba(16, 185, 129, 0.25);
    color: white;
}

.btn-premium-secondary {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.08) 0%, 
        rgba(255, 255, 255, 0.02) 50%,
        rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.btn-premium-secondary:hover {
    transform: translateY(-4px) scale(1.02);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%, 
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.1) 100%);
    border-color: rgba(255, 255, 255, 0.25);
    color: white;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.btn-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.btn-premium-primary .btn-icon {
    background: rgba(255, 255, 255, 0.2);
}

.btn-icon i {
    font-size: 1.2rem;
    color: white;
}

.btn-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 16px;
}

.btn-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1.2;
}

.btn-subtitle {
    font-size: 0.8rem;
    opacity: 0.85;
    font-weight: 400;
    line-height: 1.2;
}

.btn-arrow {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.btn-premium-primary:hover .btn-arrow,
.btn-premium-secondary:hover .btn-arrow {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
}

.btn-arrow i {
    font-size: 1rem;
    color: white;
}

.btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.15), 
        transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.btn-premium-primary:hover .btn-glow {
    left: 100%;
}

/* Button Responsive */
@media (max-width: 768px) {
    .btn-premium-primary,
    .btn-premium-secondary {
        min-width: 320px;
        padding: 20px 24px;
    }
    
    .btn-icon {
        width: 48px;
        height: 48px;
    }
    
    .btn-content {
        margin: 0 16px;
    }
    
    .btn-title {
        font-size: 1rem;
    }
    
    .btn-subtitle {
        font-size: 0.85rem;
    }
}

/* Clean up - removed founder card styles */

/* Premium Scroll Indicator */
.premium-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 6;
    animation: scrollFloat 3s ease-in-out infinite;
}

.scroll-line {
    width: 2px;
    height: 30px;
    background: linear-gradient(to bottom, #10b981, #8b5cf6);
    margin-bottom: 10px;
    animation: lineGlow 2s ease-in-out infinite;
}

.scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    position: relative;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: #10b981;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: wheelMove 2s ease-in-out infinite;
}

.scroll-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@keyframes scrollFloat {
    0%, 100% { 
        transform: translateX(-50%) translateY(0px);
        opacity: 0.8;
    }
    50% { 
        transform: translateX(-50%) translateY(-8px);
        opacity: 1;
    }
}

@keyframes lineGlow {
    0%, 100% { 
        box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
    }
    50% { 
        box-shadow: 0 0 20px rgba(16, 185, 129, 0.8);
    }
}

@keyframes wheelMove {
    0%, 100% { 
        transform: translateX(-50%) translateY(0px);
        opacity: 1;
    }
    50% { 
        transform: translateX(-50%) translateY(8px);
        opacity: 0.5;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-main-title {
        font-size: 4rem;
    }
    
    .features-pills {
        justify-content: center;
    }
    
    .founder-premium-card {
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .hero-main-title {
        font-size: 3rem;
    }
    
    .hero-enhanced-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-premium-buttons {
        align-items: center;
    }
    
    .btn-premium-primary {
        min-width: 280px;
    }
}

/* About Section - Premium */
.about-visual-container {
    position: relative;
    padding: 20px;
}

.about-premium-card {
    background: linear-gradient(135deg, 
        rgba(16, 185, 129, 0.1) 0%,
        rgba(139, 92, 246, 0.08) 50%,
        rgba(251, 191, 36, 0.1) 100%);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.15),
                0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.about-premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(16, 185, 129, 0.25),
                0 12px 32px rgba(0, 0, 0, 0.15);
}

.premium-avatar {
    position: relative;
    margin-bottom: 30px;
}

.avatar-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.avatar-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.4);
    border: 4px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

.avatar-icon i {
    font-size: 2.5rem;
    color: white;
}

.avatar-glow {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 140px;
    height: 140px;
    background: linear-gradient(45deg, #10b981, #8b5cf6, #10b981);
    border-radius: 50%;
    opacity: 0.3;
    animation: avatarPulse 3s ease-in-out infinite;
    z-index: 1;
}

@keyframes avatarPulse {
    0%, 100% { 
        transform: scale(1) rotate(0deg);
        opacity: 0.3;
    }
    50% { 
        transform: scale(1.1) rotate(180deg);
        opacity: 0.6;
    }
}

.founder-details {
    margin-bottom: 25px;
}

.founder-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #10b981, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.founder-title {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 20px;
    font-weight: 500;
}

.experience-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.3);
}

.experience-badge i {
    margin-right: 8px;
    font-size: 1rem;
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.expertise-tag {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #4b5563;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.expertise-tag:hover {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
    color: #059669;
    transform: translateY(-2px);
}

.premium-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: 
        radial-gradient(circle at 25% 25%, #10b981 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, #8b5cf6 2px, transparent 2px);
    background-size: 50px 50px;
    z-index: 1;
}

.founder-info {
    border-left: 4px solid var(--gold);
    position: relative;
}

.feature-item {
    display: flex;
    align-items: center;
    font-weight: 500;
}

/* Premium Service Cards */
.service-card {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(255, 255, 255, 0.12), rgba(212, 175, 55, 0.05));
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-gold);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-15px) scale(1.02) rotateX(5deg);
    box-shadow: var(--shadow-ultra);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(255, 255, 255, 0.18), rgba(212, 175, 55, 0.1));
    border-color: rgba(212, 175, 55, 0.4);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 100px;
    height: 100px;
    background: var(--gradient-premium);
    background-size: 200% 200%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: var(--shadow-premium);
    border: 3px solid rgba(212, 175, 55, 0.3);
    animation: iconFloat 6s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); background-position: 0% 50%; }
    50% { transform: translateY(-10px) rotate(5deg); background-position: 100% 50%; }
}

.service-icon i {
    font-size: 2rem;
    color: var(--white);
}

.service-card:hover .service-icon {
    transform: scale(1.15) rotate(15deg) translateY(-5px);
    box-shadow: var(--shadow-ultra);
    border-color: var(--premium-gold);
    animation-play-state: paused;
}

.service-card h4 {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.service-card p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.service-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.service-list li {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 20px;
}

.service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: bold;
}

/* Premium Testimonials */
.testimonial-card-premium {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 35px 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08),
                0 5px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial-card-premium:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12),
                0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(16, 185, 129, 0.2);
}

.testimonial-quote {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.testimonial-quote i {
    color: white;
    font-size: 1rem;
}

.testimonial-stars {
    color: #fbbf24;
    margin-bottom: 20px;
    font-size: 1.2rem;
    display: flex;
    gap: 4px;
}

.testimonial-stars i {
    text-shadow: 0 2px 4px rgba(251, 191, 36, 0.3);
    transition: all 0.2s ease;
}

.testimonial-card-premium:hover .testimonial-stars i {
    transform: scale(1.1);
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 25px;
    color: #374151;
    line-height: 1.7;
    font-size: 1rem;
    position: relative;
    padding-left: 15px;
}

.testimonial-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #10b981, #8b5cf6);
    border-radius: 2px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e5e7eb, #d1d5db);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(16, 185, 129, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.testimonial-card-premium:hover .author-avatar {
    border-color: rgba(16, 185, 129, 0.3);
    transform: scale(1.05);
}

.author-avatar i {
    font-size: 1.5rem;
    color: #6b7280;
}

.author-info strong {
    color: #1f2937;
    font-weight: 700;
    display: block;
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.author-info span {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 500;
}

.testimonial-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    background-image: 
        radial-gradient(circle at 25% 25%, #10b981 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, #8b5cf6 2px, transparent 2px);
    background-size: 30px 30px;
    z-index: 1;
}

/* Legacy testimonial styles for compatibility */
.testimonial-card {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Contact Section */
.contact-form-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-control, .form-select {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    background: var(--white);
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(251, 191, 36, 0.25);
}

.form-label {
    color: var(--white);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.contact-info {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: fit-content;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

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

.contact-icon i {
    color: var(--white);
    font-size: 1.2rem;
}

.contact-details h5 {
    color: var(--white);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.contact-details p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    line-height: 1.6;
}

.contact-details a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-details a:hover {
    color: var(--white) !important;
}

/* Map Section */
.map-section {
    height: 500px;
    position: relative;
    overflow: hidden;
}

#googleMap {
    width: 100%;
    height: 100%;
    filter: grayscale(0.3);
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.4) 50%, transparent 100%);
    display: flex;
    align-items: center;
    z-index: 2;
}

.map-info-card {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow-xl);
    max-width: 400px;
}

.office-note {
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(251, 191, 36, 0.1);
    border-radius: 10px;
    border-left: 3px solid var(--gold);
}

.map-info-card h4 {
    color: var(--primary-blue);
    margin-bottom: 1rem;
}

.map-details {
    margin-bottom: 1.5rem;
}

.map-details div {
    display: flex;
    align-items: center;
    color: var(--text-light);
}

/* Footer */
footer {
    background: var(--gradient-primary) !important;
}

footer h5, footer h6 {
    color: var(--gold) !important;
}

.social-links a {
    transition: all 0.3s ease;
    display: inline-block;
}

.social-links a:hover {
    transform: translateY(-3px);
    color: var(--white) !important;
}

.contact-info-footer p {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.contact-info-footer i {
    color: var(--gold);
    width: 20px;
}

/* Loading Animation */
.loading {
    position: relative;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid var(--white);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Modal Styles */
.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: var(--shadow-xl);
}

.modal-header {
    background: var(--gradient-primary);
    color: var(--white);
    border-radius: 15px 15px 0 0;
}

.btn-close {
    filter: invert(1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        padding: 1.5rem;
    }
    
    .stat-item h3 {
        font-size: 2rem;
    }
    
    .contact-info {
        margin-top: 2rem;
    }
    
    .map-overlay {
        background: rgba(15, 23, 42, 0.8);
    }
    
    .service-card, .testimonial-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .hero-buttons .btn:last-child {
        margin-bottom: 0;
    }
    
    .contact-form-container,
    .contact-info {
        padding: 1.5rem;
    }
}

/* Premium Enhancements */
.premium-cta {
    position: relative;
    overflow: hidden;
}

.premium-cta::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 223, 0, 0.4), transparent);
    transition: all 0.6s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.premium-cta:hover::after {
    width: 300px;
    height: 300px;
}

.premium-secondary {
    position: relative;
}

.premium-secondary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50px;
}

.premium-secondary:hover::after {
    opacity: 1;
}

/* Luxury Animations */
@keyframes luxuryFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-5px) rotate(1deg); }
    50% { transform: translateY(-10px) rotate(0deg); }
    75% { transform: translateY(-5px) rotate(-1deg); }
}

@keyframes premiumGlow {
    0%, 100% { 
        box-shadow: var(--shadow-premium); 
        border-color: rgba(212, 175, 55, 0.3);
    }
    50% { 
        box-shadow: var(--shadow-ultra), 0 0 40px rgba(212, 175, 55, 0.4); 
        border-color: rgba(212, 175, 55, 0.6);
    }
}

/* Enhanced Testimonials */
.testimonial-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9)) !important;
    border-radius: 25px !important;
    padding: 2.5rem !important;
    box-shadow: var(--shadow-premium) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    border: 2px solid rgba(212, 175, 55, 0.1) !important;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--gradient-premium);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: var(--shadow-ultra) !important;
    border-color: rgba(212, 175, 55, 0.3) !important;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection Styles */
::selection {
    background: var(--gold);
    color: var(--white);
}

::-moz-selection {
    background: var(--gold);
    color: var(--white);
}

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

::-webkit-scrollbar-track {
    background: var(--light-bg);
}

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

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