/* ==========================================
   MODA FOTOĞRAFÇILIK - NEOSKOLA PREMIUM STYLE
   Ultra Modern • Professional • Premium
   ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    /* Pure Black Background */
    --bg-primary: #000000;
    --bg-secondary: #0a0a0a;
    --bg-tertiary: #111111;
    --bg-card: rgba(255, 255, 255, 0.03);
    --bg-card-hover: rgba(255, 255, 255, 0.06);

    /* Pink & Orange-Red Palette */
    --pink-400: #f472b6;
    --pink-500: #ec4899;
    --pink-600: #db2777;
    --orange-500: #f97316;
    --red-500: #ef4444;
    --orange-red: #ff6b35;

    /* Gradients - Pink to Orange/Red */
    --gradient-primary: linear-gradient(135deg, #ec4899 0%, #f97316 100%);
    --gradient-secondary: linear-gradient(135deg, #ff6b35 0%, #ec4899 100%);
    --gradient-text: linear-gradient(135deg, #f472b6 0%, #ff6b35 50%, #f97316 100%);
    --gradient-border: linear-gradient(135deg, rgba(236, 72, 153, 0.5), rgba(249, 115, 22, 0.5));

    /* Text */
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);

    /* Border */
    --border-color: rgba(255, 255, 255, 0.08);
    --border-light: rgba(255, 255, 255, 0.12);

    /* Shadows */
    --shadow-glow: 0 0 60px rgba(236, 72, 153, 0.3);
    --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4);
    --shadow-button: 0 8px 32px rgba(236, 72, 153, 0.4);

    /* Font */
    --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Sizing */
    --container-width: 1200px;
    --header-height: 80px;
    --section-spacing: 120px;
    --border-radius: 16px;
}

/* ==========================================
   LIGHT THEME VARIABLES
   ========================================== */
[data-theme="light"] {
    /* Light Background Colors */
    --bg-primary: #ffffff;
    --bg-secondary: #f8f9fa;
    --bg-tertiary: #f0f2f5;
    --bg-card: rgba(0, 0, 0, 0.02);
    --bg-card-hover: rgba(0, 0, 0, 0.05);

    /* Text Colors for Light Theme */
    --text-primary: #1a1a2e;
    --text-secondary: rgba(26, 26, 46, 0.7);
    --text-muted: rgba(26, 26, 46, 0.5);

    /* Border Colors for Light Theme */
    --border-color: rgba(0, 0, 0, 0.08);
    --border-light: rgba(0, 0, 0, 0.12);

    /* Shadows for Light Theme */
    --shadow-glow: 0 0 60px rgba(236, 72, 153, 0.15);
    --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.08);
    --shadow-button: 0 8px 32px rgba(236, 72, 153, 0.25);
}

/* Light theme specific overrides */
[data-theme="light"] body {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #f0f2f5 100%);
}

[data-theme="light"] .header-spectacular {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .header-spectacular.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .nav-link-spectacular .link-text {
    color: var(--text-primary);
}

[data-theme="light"] .logo-letter {
    color: var(--text-primary);
}

[data-theme="light"] .logo-sub-animated {
    color: var(--text-secondary);
}

[data-theme="light"] .hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

[data-theme="light"] .hero-bg {
    opacity: 0.5;
}

[data-theme="light"] .aurora-container {
    opacity: 0.3;
}

[data-theme="light"] .section {
    background: var(--bg-primary);
}

[data-theme="light"] .services-section-premium {
    background: var(--bg-secondary);
}

[data-theme="light"] .service-card-premium {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .service-card-premium:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .service-title-premium,
[data-theme="light"] .service-desc-premium {
    color: var(--text-primary);
}

[data-theme="light"] .service-features li {
    color: var(--text-secondary);
}

[data-theme="light"] .section-title,
[data-theme="light"] .section-title-premium {
    color: var(--text-primary);
}

[data-theme="light"] .section-description,
[data-theme="light"] .section-description-premium {
    color: var(--text-secondary);
}

[data-theme="light"] .gallery-section {
    background: var(--bg-primary);
}

[data-theme="light"] .gallery-card {
    background: rgba(255, 255, 255, 0.9);
}

[data-theme="light"] .gallery-card-title {
    color: #ffffff;
}

[data-theme="light"] .testimonials-section {
    background: var(--bg-secondary);
}

[data-theme="light"] .testimonial-card-netflix {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .testimonial-card-netflix h4 {
    color: var(--text-primary);
}

[data-theme="light"] .testimonial-text {
    color: var(--text-secondary);
}

[data-theme="light"] .testimonial-role {
    color: var(--text-muted);
}

[data-theme="light"] .products-section-premium {
    background: var(--bg-primary);
}

[data-theme="light"] .product-card-premium {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .product-card-premium:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

[data-theme="light"] .product-name {
    color: var(--text-primary);
}

[data-theme="light"] .product-desc {
    color: var(--text-secondary);
}

[data-theme="light"] .featured-product {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.05) 0%, rgba(249, 115, 22, 0.05) 100%);
    border: 1px solid rgba(236, 72, 153, 0.1);
}

[data-theme="light"] .featured-title {
    color: var(--text-primary);
}

[data-theme="light"] .featured-desc {
    color: var(--text-secondary);
}

[data-theme="light"] .trust-badge {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .trust-text strong {
    color: var(--text-primary);
}

[data-theme="light"] .trust-text span {
    color: var(--text-secondary);
}

[data-theme="light"] .instagram-feed-section {
    background: var(--bg-secondary);
}

[data-theme="light"] .instagram-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .cta-section {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.08) 0%, rgba(249, 115, 22, 0.08) 100%);
}

[data-theme="light"] .cta-title {
    color: var(--text-primary);
}

[data-theme="light"] .cta-description {
    color: var(--text-secondary);
}

[data-theme="light"] #contact {
    background: var(--bg-primary);
}

[data-theme="light"] .contact-info {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .contact-info h3 {
    color: var(--text-primary);
}

[data-theme="light"] .contact-details h4 {
    color: var(--text-primary);
}

[data-theme="light"] .contact-details p {
    color: var(--text-secondary);
}

[data-theme="light"] .contact-form {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .form-label {
    color: var(--text-primary);
}

[data-theme="light"] .form-input,
[data-theme="light"] .form-select,
[data-theme="light"] .form-textarea {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--text-primary);
}

[data-theme="light"] .form-input:focus,
[data-theme="light"] .form-select:focus,
[data-theme="light"] .form-textarea:focus {
    background: rgba(255, 255, 255, 1);
    border-color: var(--pink-500);
}

[data-theme="light"] .form-input::placeholder,
[data-theme="light"] .form-textarea::placeholder {
    color: var(--text-muted);
}

[data-theme="light"] .faq-section {
    background: var(--bg-secondary);
}

[data-theme="light"] .faq-item {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .faq-question h4 {
    color: var(--text-primary);
}

[data-theme="light"] .faq-answer p {
    color: var(--text-secondary);
}

[data-theme="light"] .map-section {
    background: var(--bg-primary);
}

[data-theme="light"] .map-title {
    color: var(--text-primary);
}

[data-theme="light"] .map-subtitle {
    color: var(--text-secondary);
}

[data-theme="light"] .location-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .location-card h4 {
    color: var(--text-primary);
}

[data-theme="light"] .location-card p {
    color: var(--text-secondary);
}

[data-theme="light"] .studio-features .feature {
    color: var(--text-secondary);
}

[data-theme="light"] .footer-premium {
    background: linear-gradient(180deg, var(--bg-secondary) 0%, #e9ecef 100%);
}

[data-theme="light"] .footer-cta .cta-title,
[data-theme="light"] .footer-cta .cta-text-animate,
[data-theme="light"] .footer-cta .cta-subtitle {
    color: var(--text-primary);
}

[data-theme="light"] .footer-stat .stat-number {
    color: var(--text-primary);
}

[data-theme="light"] .footer-stat .stat-label {
    color: var(--text-secondary);
}

[data-theme="light"] .footer-tagline {
    color: var(--text-secondary);
}

[data-theme="light"] .footer-heading {
    color: var(--text-primary);
}

[data-theme="light"] .footer-nav a {
    color: var(--text-secondary);
}

[data-theme="light"] .footer-nav a:hover {
    color: var(--pink-500);
}

[data-theme="light"] .contact-info-footer .contact-item span {
    color: var(--text-secondary);
}

[data-theme="light"] .newsletter-text h4 {
    color: var(--text-primary);
}

[data-theme="light"] .newsletter-text p {
    color: var(--text-secondary);
}

[data-theme="light"] .newsletter-form input {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--text-primary);
}

[data-theme="light"] .copyright {
    color: var(--text-secondary);
}

[data-theme="light"] .footer-badges .badge-item {
    color: var(--text-secondary);
}

[data-theme="light"] .mobile-menu-overlay {
    background: rgba(255, 255, 255, 0.98);
}

[data-theme="light"] .mobile-menu-overlay .mobile-nav-link {
    color: var(--text-primary);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .mobile-logo span {
    color: var(--text-primary);
}

[data-theme="light"] .wp-chat-box {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .wp-header-info h4 {
    color: var(--text-primary);
}

[data-theme="light"] .wp-header-info p {
    color: var(--text-secondary);
}

[data-theme="light"] .wp-message-bubble {
    background: rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .wp-message-bubble p {
    color: var(--text-primary);
}

[data-theme="light"] .wp-message-form input {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--text-primary);
}

[data-theme="light"] .scroll-top {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--text-primary);
}

[data-theme="light"] .lightbox {
    background: rgba(255, 255, 255, 0.95);
}

[data-theme="light"] .stats-section {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.05) 0%, rgba(249, 115, 22, 0.05) 100%);
}

[data-theme="light"] .stat-item .stat-number {
    color: var(--text-primary);
}

[data-theme="light"] .stat-item .stat-label {
    color: var(--text-secondary);
}

[data-theme="light"] .brands-section-compact {
    background: var(--bg-secondary);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .brands-title {
    color: var(--text-secondary);
}

[data-theme="light"] .brand-item {
    color: var(--text-muted);
}

[data-theme="light"] .section-badge,
[data-theme="light"] .section-badge-premium {
    background: rgba(236, 72, 153, 0.1);
    color: var(--pink-500);
}

[data-theme="light"] .products-badge {
    background: rgba(236, 72, 153, 0.1);
}

[data-theme="light"] .products-title {
    color: var(--text-primary);
}

[data-theme="light"] .products-subtitle {
    color: var(--text-secondary);
}

[data-theme="light"] .header-stat .stat-value {
    color: var(--text-primary);
}

[data-theme="light"] .header-stat .stat-text {
    color: var(--text-secondary);
}

[data-theme="light"] .filter-btn {
    background: rgba(0, 0, 0, 0.03);
    color: var(--text-secondary);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .filter-btn:hover,
[data-theme="light"] .filter-btn.active {
    background: var(--gradient-primary);
    color: #ffffff;
    border-color: transparent;
}

[data-theme="light"] .hero-title {
    color: var(--text-primary);
}

[data-theme="light"] .hero-description {
    color: var(--text-secondary);
}

[data-theme="light"] .hero-stat-number {
    color: var(--text-primary);
}

[data-theme="light"] .hero-stat-label {
    color: var(--text-secondary);
}

[data-theme="light"] .hero-badge {
    background: rgba(236, 72, 153, 0.1);
    color: var(--pink-500);
}

[data-theme="light"] .btn-ghost {
    border-color: var(--text-primary);
    color: var(--text-primary);
}

[data-theme="light"] .btn-ghost:hover {
    background: var(--text-primary);
    color: #ffffff;
}

[data-theme="light"] .video-overlay {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 249, 250, 0.8) 100%);
}

[data-theme="light"] .instagram-feed-title {
    color: var(--text-primary);
}

[data-theme="light"] .instagram-feed-subtitle {
    color: var(--text-secondary);
}

[data-theme="light"] .profile-stat-number {
    color: var(--text-primary);
}

[data-theme="light"] .profile-stat-label {
    color: var(--text-secondary);
}

[data-theme="light"] .faq-title {
    color: var(--text-primary);
}

[data-theme="light"] .faq-subtitle {
    color: var(--text-secondary);
}

[data-theme="light"] .map-frame {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .map-container iframe {
    filter: grayscale(20%) contrast(1.05) brightness(1);
}

/* Theme Toggle Button Styles */
.theme-lang-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 16px;
}

.theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--text-primary);
}

.theme-toggle:hover {
    background: var(--gradient-primary);
    border-color: transparent;
    transform: scale(1.05);
}

.theme-toggle i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.theme-toggle:hover i {
    transform: rotate(20deg);
}

[data-theme="light"] .theme-toggle {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .theme-toggle:hover {
    background: var(--gradient-primary);
    color: #ffffff;
}

/* Language Selector Styles */
.lang-selector {
    position: relative;
    display: flex;
    align-items: center;
}

.lang-select {
    appearance: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 32px 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-main);
}

.lang-select:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.lang-select:focus {
    outline: none;
    border-color: var(--pink-500);
}

.lang-selector::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    pointer-events: none;
    color: var(--text-secondary);
    font-size: 12px;
}

[data-theme="light"] .lang-select {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .lang-select:hover {
    background: rgba(0, 0, 0, 0.08);
}

.lang-select option {
    background: var(--bg-secondary);
    color: var(--text-primary);
    padding: 10px;
}

[data-theme="light"] .lang-select option {
    background: #ffffff;
    color: #1a1a2e;
}

/* Smooth theme transition */
* {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Disable transition for specific elements during theme change */
.no-transition,
.no-transition * {
    transition: none !important;
}

/* Reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-main);
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ==========================================
   AURORA BOREALIS BACKGROUND EFFECT
   ========================================== */

.aurora-container {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    opacity: 0.6;
    pointer-events: none;
}

.aurora {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: transparent;
    filter: blur(80px);
    opacity: 0.5;
}

.aurora-1 {
    background: radial-gradient(ellipse at 20% 50%,
        rgba(236, 72, 153, 0.4) 0%,
        transparent 50%);
    animation: aurora1 15s ease-in-out infinite;
}

.aurora-2 {
    background: radial-gradient(ellipse at 80% 20%,
        rgba(249, 115, 22, 0.3) 0%,
        transparent 50%);
    animation: aurora2 18s ease-in-out infinite;
}

.aurora-3 {
    background: radial-gradient(ellipse at 40% 80%,
        rgba(168, 85, 247, 0.3) 0%,
        transparent 50%);
    animation: aurora3 20s ease-in-out infinite;
}

.aurora-4 {
    background: radial-gradient(ellipse at 70% 60%,
        rgba(6, 182, 212, 0.2) 0%,
        transparent 50%);
    animation: aurora4 22s ease-in-out infinite;
}

@keyframes aurora1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    25% { transform: translate(5%, 10%) rotate(5deg) scale(1.1); }
    50% { transform: translate(-5%, 5%) rotate(-5deg) scale(0.9); }
    75% { transform: translate(10%, -5%) rotate(3deg) scale(1.05); }
}

@keyframes aurora2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    25% { transform: translate(-10%, 5%) rotate(-5deg) scale(1.15); }
    50% { transform: translate(5%, -10%) rotate(5deg) scale(0.85); }
    75% { transform: translate(-5%, 10%) rotate(-3deg) scale(1.1); }
}

@keyframes aurora3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    33% { transform: translate(10%, -5%) rotate(10deg) scale(1.2); }
    66% { transform: translate(-10%, 10%) rotate(-10deg) scale(0.8); }
}

@keyframes aurora4 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 0.2; }
    50% { transform: translate(-5%, -5%) rotate(15deg) scale(1.3); opacity: 0.4; }
}

/* Stars Effect */
.stars {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.9), transparent),
        radial-gradient(2px 2px at 130px 80px, rgba(255,255,255,0.5), transparent),
        radial-gradient(1px 1px at 160px 120px, rgba(255,255,255,0.7), transparent),
        radial-gradient(2px 2px at 200px 50px, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 250px 160px, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 300px 90px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 350px 200px, rgba(255,255,255,0.5), transparent),
        radial-gradient(2px 2px at 400px 130px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 450px 60px, rgba(255,255,255,0.9), transparent),
        radial-gradient(2px 2px at 500px 180px, rgba(255,255,255,0.4), transparent);
    background-repeat: repeat;
    background-size: 550px 250px;
    animation: twinkle 5s ease-in-out infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

/* ==========================================
   INFINITE ZOOM GALLERY
   ========================================== */

.infinite-zoom-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-header {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 20;
}

.zoom-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(236, 72, 153, 0.1);
    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    color: #ec4899;
    margin-bottom: 20px;
}

.zoom-title {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, #ec4899 50%, #f97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.zoom-subtitle {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
}

/* Zoom Container */
.zoom-container {
    position: relative;
    width: 100%;
    height: 100vh;
    perspective: 1000px;
    cursor: grab;
}

.zoom-container:active {
    cursor: grabbing;
}

/* Zoom Layers */
.zoom-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    gap: 20px;
    transition: transform 0.1s ease-out;
    will-change: transform;
}

.zoom-layer-1 {
    grid-template-columns: repeat(3, 300px);
    z-index: 5;
}

.zoom-layer-2 {
    grid-template-columns: repeat(4, 250px);
    z-index: 4;
    opacity: 0.8;
}

.zoom-layer-3 {
    grid-template-columns: repeat(5, 200px);
    z-index: 3;
    opacity: 0.6;
}

.zoom-layer-4 {
    grid-template-columns: repeat(6, 150px);
    z-index: 2;
    opacity: 0.4;
}

/* Zoom Photos */
.zoom-photo {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.zoom-photo:hover {
    transform: scale(1.1);
    z-index: 100;
    border-color: rgba(236, 72, 153, 0.5);
    box-shadow: 0 20px 60px rgba(236, 72, 153, 0.3);
}

.zoom-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.zoom-photo:hover img {
    transform: scale(1.1);
}

.zoom-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.zoom-photo:hover .zoom-photo-overlay {
    opacity: 1;
}

.zoom-photo-title {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}

.zoom-photo-category {
    color: #ec4899;
    font-size: 0.75rem;
    margin-top: 4px;
}

/* Zoom Controls */
.zoom-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 30;
}

.zoom-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.zoom-btn:hover {
    background: rgba(236, 72, 153, 0.3);
    border-color: #ec4899;
    transform: scale(1.1);
}

.zoom-level {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.zoom-level-bar {
    width: 100px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.zoom-level-fill {
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #ec4899, #f97316);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.zoom-level-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    min-width: 40px;
    text-align: center;
}

/* Zoom Hint */
.zoom-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
    z-index: 25;
    opacity: 0;
    animation: hintFade 3s ease-out 1s forwards;
}

.zoom-hint-icon {
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    animation: hintPulse 2s ease-in-out infinite;
}

.zoom-hint-icon i {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.6);
}

.zoom-hint-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

@keyframes hintFade {
    0% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; visibility: hidden; }
}

@keyframes hintPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 1; }
}

/* Container */
.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== SPECTACULAR ANIMATED HEADER ===== */
.header-spectacular {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    z-index: 1000;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-spectacular::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 100%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.header-spectacular.scrolled::before {
    opacity: 1;
}

.header-spectacular.scrolled {
    height: 65px;
    box-shadow: 0 20px 60px rgba(236, 72, 153, 0.15);
}

.header-spectacular .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

/* ===== HEADER BACKGROUND EFFECTS ===== */
.header-bg-effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

/* Floating Particles */
.header-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    border-radius: 50%;
    animation: headerParticleFloat 8s ease-in-out infinite;
}

.hp-1 { left: 5%; top: 20%; animation-delay: 0s; }
.hp-2 { left: 15%; top: 60%; animation-delay: 1s; }
.hp-3 { left: 25%; top: 30%; animation-delay: 2s; }
.hp-4 { left: 45%; top: 70%; animation-delay: 0.5s; }
.hp-5 { left: 55%; top: 25%; animation-delay: 1.5s; }
.hp-6 { left: 70%; top: 55%; animation-delay: 2.5s; }
.hp-7 { left: 85%; top: 35%; animation-delay: 0.8s; }
.hp-8 { left: 95%; top: 65%; animation-delay: 1.8s; }

@keyframes headerParticleFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.3; }
    25% { transform: translateY(-10px) scale(1.5); opacity: 0.8; }
    50% { transform: translateY(-5px) scale(1); opacity: 0.5; }
    75% { transform: translateY(-15px) scale(1.2); opacity: 0.7; }
}

/* Header Orbs */
.header-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    animation: headerOrbFloat 6s ease-in-out infinite;
}

.orb-left {
    width: 200px;
    height: 200px;
    background: rgba(236, 72, 153, 0.3);
    left: -100px;
    top: -100px;
    animation-delay: 0s;
}

.orb-right {
    width: 150px;
    height: 150px;
    background: rgba(249, 115, 22, 0.25);
    right: -50px;
    top: -50px;
    animation-delay: 2s;
}

.orb-center {
    width: 100px;
    height: 100px;
    background: rgba(168, 85, 247, 0.2);
    left: 50%;
    top: -30px;
    animation-delay: 4s;
}

@keyframes headerOrbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, 10px) scale(1.2); }
}

/* Animated Lines */
.header-lines {
    position: absolute;
    inset: 0;
}

.h-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(236, 72, 153, 0.5), transparent);
    animation: headerLineMove 4s ease-in-out infinite;
}

.h-line-1 { top: 20%; width: 100px; left: 10%; animation-delay: 0s; }
.h-line-2 { top: 50%; width: 150px; right: 20%; animation-delay: 1.5s; }
.h-line-3 { top: 80%; width: 80px; left: 60%; animation-delay: 3s; }

@keyframes headerLineMove {
    0%, 100% { opacity: 0; transform: translateX(-50px); }
    50% { opacity: 1; transform: translateX(50px); }
}

/* Top Glow */
.header-top-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,
        transparent 0%,
        #ec4899 20%,
        #f97316 40%,
        #a855f7 60%,
        #ec4899 80%,
        transparent 100%);
    background-size: 200% 100%;
    animation: topGlowSlide 3s linear infinite;
}

@keyframes topGlowSlide {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ===== SPECTACULAR LOGO ===== */
.logo-spectacular {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 20;
}

.logo-glow-bg {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(236, 72, 153, 0.2) 0%, transparent 70%);
    animation: logoGlowPulse 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes logoGlowPulse {
    0%, 100% { transform: translateY(-50%) scale(1); opacity: 0.5; }
    50% { transform: translateY(-50%) scale(1.2); opacity: 1; }
}

/* Orbiting Elements */
.logo-orbit {
    position: absolute;
    width: 60px;
    height: 60px;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    animation: logoOrbitSpin 8s linear infinite;
}

.orbit-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(236, 72, 153, 0.8);
}

.od-1 { top: 0; left: 50%; transform: translateX(-50%); }
.od-2 { bottom: 8px; left: 8px; }
.od-3 { bottom: 8px; right: 8px; }

@keyframes logoOrbitSpin {
    from { transform: translateY(-50%) rotate(0deg); }
    to { transform: translateY(-50%) rotate(360deg); }
}

/* Logo Main Container */
.logo-main-container {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Rotating Rings */
.logo-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid transparent;
}

.ring-1 {
    inset: -5px;
    border-color: rgba(236, 72, 153, 0.3);
    border-style: dashed;
    animation: ringRotate1 12s linear infinite;
}

.ring-2 {
    inset: -3px;
    border-color: rgba(249, 115, 22, 0.4);
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation: ringRotate2 8s linear infinite reverse;
}

.ring-3 {
    inset: 0;
    border-color: rgba(168, 85, 247, 0.3);
    border-left-color: transparent;
    border-right-color: transparent;
    animation: ringRotate1 6s linear infinite;
}

@keyframes ringRotate1 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes ringRotate2 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Camera Icon */
.logo-camera {
    position: relative;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(249, 115, 22, 0.15));
    border: 1px solid rgba(236, 72, 153, 0.4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease;
}

.logo-camera:hover {
    border-color: #ec4899;
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.5);
    transform: scale(1.05);
}

.logo-camera svg {
    width: 30px;
    height: 30px;
}

.cam-ring-1 { animation: camRing 10s linear infinite; transform-origin: center; }
.cam-ring-2 { animation: camRing 7s linear infinite reverse; transform-origin: center; }
.cam-ring-3 { animation: camRing 5s linear infinite; transform-origin: center; }

@keyframes camRing {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Shutter Flash */
.shutter-flash-effect {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), transparent 60%);
    opacity: 0;
    animation: shutterFlashLoop 4s ease-in-out infinite;
}

@keyframes shutterFlashLoop {
    0%, 90%, 100% { opacity: 0; }
    95% { opacity: 0.6; }
}

/* Logo Text Spectacular */
.logo-text-spectacular {
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1;
}

.logo-main-wrapper {
    display: flex;
    gap: 1px;
}

.logo-letter {
    font-size: 1.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #fff 0%, #ec4899 50%, #f97316 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: letterFloat 3s ease-in-out infinite, letterGradient 4s ease-in-out infinite;
    animation-delay: calc(var(--delay) * 0.1s);
    line-height: 1;
}

@keyframes letterFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}

@keyframes letterGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.logo-sub-wrapper {
    position: relative;
    margin-top: 1px;
}

.logo-sub-animated {
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.6);
    animation: subTextGlow 2s ease-in-out infinite;
    white-space: nowrap;
}

@keyframes subTextGlow {
    0%, 100% { text-shadow: none; }
    50% { text-shadow: 0 0 10px rgba(249, 115, 22, 0.5); }
}

.sub-underline {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0;
    background: linear-gradient(90deg, #ec4899, #f97316);
    animation: underlineExpand 3s ease-in-out infinite;
}

@keyframes underlineExpand {
    0%, 100% { width: 0; left: 0; }
    50% { width: 100%; left: 0; }
}

/* ===== SPECTACULAR NAVIGATION ===== */
.nav-spectacular {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.nav-glass-bg {
    position: absolute;
    inset: -8px -15px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header-spectacular.scrolled .nav-glass-bg {
    opacity: 1;
}

.nav-menu-spectacular {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
    z-index: 1;
}

.nav-item-spectacular {
    position: relative;
}

.nav-link-spectacular {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
    white-space: nowrap;
}

.link-icon {
    font-size: 0.85rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.link-text {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.link-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(236, 72, 153, 0.3), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.link-border {
    position: absolute;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.link-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.link-particles i {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #ec4899;
    border-radius: 50%;
    opacity: 0;
}

.link-particles i:nth-child(1) { top: 20%; left: 20%; }
.link-particles i:nth-child(2) { top: 50%; right: 20%; }
.link-particles i:nth-child(3) { bottom: 20%; left: 50%; }

/* Nav Link Hover & Active States */
.nav-link-spectacular:hover,
.nav-link-spectacular.active {
    color: #fff;
    transform: translateY(-2px);
}

.nav-link-spectacular:hover .link-icon,
.nav-link-spectacular.active .link-icon {
    opacity: 1;
    transform: translateX(0);
    color: #ec4899;
}

.nav-link-spectacular:hover .link-glow,
.nav-link-spectacular.active .link-glow {
    opacity: 1;
}

.nav-link-spectacular:hover .link-border,
.nav-link-spectacular.active .link-border {
    border-color: rgba(236, 72, 153, 0.3);
    box-shadow: 0 0 20px rgba(236, 72, 153, 0.2);
}

.nav-link-spectacular:hover .link-particles i,
.nav-link-spectacular.active .link-particles i {
    animation: navParticlePop 0.6s ease forwards;
}

.link-particles i:nth-child(1) { animation-delay: 0s; }
.link-particles i:nth-child(2) { animation-delay: 0.1s; }
.link-particles i:nth-child(3) { animation-delay: 0.2s; }

@keyframes navParticlePop {
    0% { opacity: 0; transform: scale(0); }
    50% { opacity: 1; transform: scale(1.5); }
    100% { opacity: 0; transform: scale(0) translateY(-20px); }
}

/* Active underline */
.nav-link-spectacular::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ec4899, #f97316);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link-spectacular:hover::after,
.nav-link-spectacular.active::after {
    width: 50%;
}

/* ===== SPECTACULAR CTA BUTTONS ===== */
.nav-cta-spectacular {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.cta-btn-spectacular {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
    white-space: nowrap;
}

.cta-btn-spectacular .cta-icon,
.cta-btn-spectacular .cta-text {
    position: relative;
    z-index: 2;
}

/* Ghost Button */
.cta-ghost {
    color: rgba(255, 255, 255, 0.7);
}

.cta-ghost .cta-bg {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
}

.cta-ghost .cta-border {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.cta-ghost .cta-hover-effect {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(249, 115, 22, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-ghost:hover {
    color: #fff;
    transform: translateY(-3px);
}

.cta-ghost:hover .cta-border {
    border-color: rgba(236, 72, 153, 0.5);
    box-shadow: 0 0 25px rgba(236, 72, 153, 0.2);
}

.cta-ghost:hover .cta-hover-effect {
    opacity: 1;
}

/* Primary Button */
.cta-primary {
    color: #fff;
}

.cta-primary .cta-bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ec4899, #f97316);
    transition: all 0.3s ease;
}

.cta-primary .cta-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: ctaShine 3s ease-in-out infinite;
}

@keyframes ctaShine {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.cta-primary .cta-pulse {
    position: absolute;
    inset: -3px;
    border: 2px solid rgba(236, 72, 153, 0.5);
    border-radius: 16px;
    animation: ctaPulse 2s ease-in-out infinite;
}

@keyframes ctaPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.05); opacity: 0; }
}

.cta-primary .cta-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cta-primary .cta-particles i {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
}

.cta-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(236, 72, 153, 0.4);
}

.cta-primary:hover .cta-bg-gradient {
    background: linear-gradient(135deg, #f97316, #ec4899);
}

.cta-primary:hover .cta-particles i {
    animation: ctaParticleExplode 0.8s ease forwards;
}

.cta-particles i:nth-child(1) { top: 50%; left: 10%; animation-delay: 0s; }
.cta-particles i:nth-child(2) { top: 20%; left: 30%; animation-delay: 0.1s; }
.cta-particles i:nth-child(3) { top: 80%; left: 50%; animation-delay: 0.2s; }
.cta-particles i:nth-child(4) { top: 30%; right: 20%; animation-delay: 0.15s; }
.cta-particles i:nth-child(5) { top: 70%; right: 10%; animation-delay: 0.25s; }

@keyframes ctaParticleExplode {
    0% { opacity: 1; transform: scale(1) translate(0, 0); }
    100% { opacity: 0; transform: scale(0) translate(var(--tx, 20px), var(--ty, -20px)); }
}

/* ===== MOBILE TOGGLE SPECTACULAR ===== */
.mobile-toggle-spectacular {
    display: none;
    position: relative;
    width: 55px;
    height: 55px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.mt-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 3px;
    background: linear-gradient(90deg, #ec4899, #f97316);
    border-radius: 3px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 10px rgba(236, 72, 153, 0.5);
}

.mt-1 { top: 18px; }
.mt-2 { top: 26px; width: 20px; }
.mt-3 { top: 34px; }

.mt-glow {
    position: absolute;
    inset: 5px;
    background: rgba(236, 72, 153, 0.1);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 14px;
    transition: all 0.3s ease;
}

.mobile-toggle-spectacular:hover .mt-glow {
    background: rgba(236, 72, 153, 0.2);
    box-shadow: 0 0 20px rgba(236, 72, 153, 0.3);
}

.mobile-toggle-spectacular.active .mt-1 {
    top: 26px;
    transform: translateX(-50%) rotate(45deg);
}

.mobile-toggle-spectacular.active .mt-2 {
    opacity: 0;
    width: 0;
}

.mobile-toggle-spectacular.active .mt-3 {
    top: 26px;
    transform: translateX(-50%) rotate(-45deg);
}

/* ===== HEADER BOTTOM BORDER ===== */
.header-bottom-border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    overflow: hidden;
}

.border-line {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(236, 72, 153, 0.3), transparent);
}

.border-glow {
    position: absolute;
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ec4899, #f97316, transparent);
    animation: borderGlowMove 4s linear infinite;
}

@keyframes borderGlowMove {
    0% { left: -200px; }
    100% { left: 100%; }
}

.border-particles {
    position: absolute;
    inset: 0;
}

.border-particles span {
    position: absolute;
    bottom: 0;
    width: 4px;
    height: 4px;
    background: #ec4899;
    border-radius: 50%;
    animation: borderParticleRise 3s ease-out infinite;
}

.border-particles span:nth-child(1) { left: 10%; animation-delay: 0s; }
.border-particles span:nth-child(2) { left: 30%; animation-delay: 0.5s; }
.border-particles span:nth-child(3) { left: 50%; animation-delay: 1s; }
.border-particles span:nth-child(4) { left: 70%; animation-delay: 1.5s; }
.border-particles span:nth-child(5) { left: 90%; animation-delay: 2s; }

@keyframes borderParticleRise {
    0% { opacity: 0; transform: translateY(0) scale(0); }
    20% { opacity: 1; transform: translateY(-10px) scale(1); }
    100% { opacity: 0; transform: translateY(-30px) scale(0); }
}

/* ===== HEADER RESPONSIVE ===== */
@media (max-width: 1200px) {
    .nav-link-spectacular {
        padding: 8px 12px;
    }

    .link-icon {
        display: none;
    }

    .cta-btn-spectacular {
        padding: 8px 14px;
    }
}

@media (max-width: 1024px) {
    .nav-menu-spectacular {
        display: none;
    }

    .nav-cta-spectacular {
        display: none;
    }

    .mobile-toggle-spectacular {
        display: block;
    }
}

@media (max-width: 768px) {
    .logo-text-spectacular {
        display: none;
    }

    .header-spectacular {
        height: 60px;
    }

    .logo-main-container {
        width: 40px;
        height: 40px;
    }

    .logo-camera {
        width: 36px;
        height: 36px;
    }

    .logo-camera svg {
        width: 26px;
        height: 26px;
    }
}

/* ===== NAV CTA BUTTONS ===== */
.nav-cta-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.nav-btn .btn-icon {
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

.nav-btn .btn-text {
    position: relative;
    z-index: 2;
}

/* Ghost Button */
.nav-btn-ghost {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

.nav-btn-ghost .btn-border {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.nav-btn-ghost:hover {
    color: #fff;
}

.nav-btn-ghost:hover .btn-border {
    border-color: rgba(236, 72, 153, 0.5);
    box-shadow: inset 0 0 20px rgba(236, 72, 153, 0.1);
}

/* Primary Button */
.nav-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #ec4899, #f97316);
    box-shadow: 0 5px 20px rgba(236, 72, 153, 0.4);
}

.nav-btn-primary .btn-bg-animate {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f97316, #ec4899);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-btn-primary:hover .btn-bg-animate {
    opacity: 1;
}

.nav-btn-primary .btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: btnShineHeader 3s ease-in-out infinite;
}

@keyframes btnShineHeader {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.nav-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.5);
}

/* ===== MOBILE TOGGLE PREMIUM ===== */
.mobile-toggle-premium {
    display: none;
    position: relative;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.toggle-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #ec4899, #f97316);
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.line-1 { top: 16px; }
.line-2 { top: 24px; width: 18px; }
.line-3 { top: 32px; }

.toggle-bg {
    position: absolute;
    inset: 5px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.mobile-toggle-premium:hover .toggle-bg {
    background: rgba(236, 72, 153, 0.1);
    border-color: rgba(236, 72, 153, 0.3);
}

.mobile-toggle-premium.active .line-1 {
    top: 24px;
    transform: translateX(-50%) rotate(45deg);
}

.mobile-toggle-premium.active .line-2 {
    opacity: 0;
    width: 0;
}

.mobile-toggle-premium.active .line-3 {
    top: 24px;
    transform: translateX(-50%) rotate(-45deg);
}

/* ===== MOBILE MENU OVERLAY ===== */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.mobile-menu-overlay.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.mobile-menu-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
}

.mobile-menu-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 100px 40px 40px;
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu-header {
    margin-bottom: 50px;
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-logo svg {
    width: 40px;
    height: 40px;
}

.mobile-logo span {
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mobile-nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.mobile-nav-link:hover {
    background: rgba(236, 72, 153, 0.1);
    border-color: rgba(236, 72, 153, 0.3);
    transform: translateX(10px);
}

.mobile-link-number {
    font-size: 0.8rem;
    font-weight: 700;
    color: #ec4899;
    margin-right: 20px;
    opacity: 0.5;
}

.mobile-link-text {
    flex: 1;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
}

.mobile-link-arrow {
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.mobile-nav-link:hover .mobile-link-arrow {
    color: #ec4899;
    transform: translateX(5px);
}

.mobile-menu-footer {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-social {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.mobile-social a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.mobile-social a:hover {
    background: linear-gradient(135deg, #ec4899, #f97316);
    border-color: transparent;
    color: #fff;
    transform: translateY(-3px);
}

.mobile-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
}

.mobile-contact i {
    color: #ec4899;
}

/* ===== HEADER RESPONSIVE ===== */
@media (max-width: 1024px) {
    .nav-menu-premium {
        display: none;
    }

    .nav-cta-buttons {
        display: none;
    }

    .mobile-toggle-premium {
        display: block;
    }
}

@media (max-width: 768px) {
    .logo-text-premium {
        display: none;
    }

    .mobile-menu-content {
        padding: 100px 25px 30px;
    }

    .mobile-link-text {
        font-size: 1.1rem;
    }
}

/* Legacy button classes for compatibility */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-primary {
    background: var(--gradient-primary);
    color: white;
    box-shadow: var(--shadow-button);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(236, 72, 153, 0.5);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(236, 72, 153, 0.5);
}

.btn-lg {
    padding: 16px 32px;
    font-size: 1rem;
    border-radius: 14px;
}

/* ===== HERO SECTION ===== */
.hero {
    min-height: 100vh;
    padding: calc(var(--header-height) + 60px) 0 80px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #000000;
}

/* Hero Video Background */
.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.7) 30%,
        rgba(0, 0, 0, 0.6) 60%,
        rgba(0, 0, 0, 0.8) 100%
    );
}

/* Background Container */
.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

/* Animated Gradient Orbs */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    mix-blend-mode: screen;
}

.hero-orb-1 {
    top: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #ec4899 0%, transparent 70%);
    animation: orb1 20s ease-in-out infinite;
}

.hero-orb-2 {
    top: 50%;
    right: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #f97316 0%, transparent 70%);
    animation: orb2 25s ease-in-out infinite;
}

.hero-orb-3 {
    bottom: -20%;
    left: 30%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #ef4444 0%, transparent 70%);
    animation: orb3 18s ease-in-out infinite;
}

.hero-orb-4 {
    top: 30%;
    left: 50%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #f472b6 0%, transparent 70%);
    animation: orb4 22s ease-in-out infinite;
}

@keyframes orb1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(100px, 50px) scale(1.1); }
    50% { transform: translate(50px, 100px) scale(0.9); }
    75% { transform: translate(-50px, 50px) scale(1.05); }
}

@keyframes orb2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(-80px, -40px) scale(0.95); }
    50% { transform: translate(-40px, 60px) scale(1.1); }
    75% { transform: translate(40px, -30px) scale(1); }
}

@keyframes orb3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(60px, -80px) scale(1.15); }
    66% { transform: translate(-40px, -40px) scale(0.9); }
}

@keyframes orb4 {
    0%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); }
    50% { transform: translate(-100px, 50px) scale(1.2) rotate(180deg); }
}

/* Grid Pattern */
.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(236, 72, 153, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(236, 72, 153, 0.06) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse at center, black 0%, transparent 75%);
    animation: grid-pulse 10s ease-in-out infinite;
}

@keyframes grid-pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Floating Particles */
.particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    border-radius: 50%;
    opacity: 0;
    animation: particle-float 15s linear infinite;
}

.particle:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 12s; }
.particle:nth-child(2) { left: 20%; animation-delay: 2s; animation-duration: 14s; }
.particle:nth-child(3) { left: 30%; animation-delay: 4s; animation-duration: 11s; }
.particle:nth-child(4) { left: 40%; animation-delay: 1s; animation-duration: 16s; }
.particle:nth-child(5) { left: 50%; animation-delay: 3s; animation-duration: 13s; }
.particle:nth-child(6) { left: 60%; animation-delay: 5s; animation-duration: 15s; }
.particle:nth-child(7) { left: 70%; animation-delay: 2.5s; animation-duration: 12s; }
.particle:nth-child(8) { left: 80%; animation-delay: 4.5s; animation-duration: 14s; }
.particle:nth-child(9) { left: 90%; animation-delay: 1.5s; animation-duration: 11s; }
.particle:nth-child(10) { left: 15%; animation-delay: 3.5s; animation-duration: 16s; }
.particle:nth-child(11) { left: 45%; animation-delay: 0.5s; animation-duration: 13s; }
.particle:nth-child(12) { left: 75%; animation-delay: 2.8s; animation-duration: 15s; }

@keyframes particle-float {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) scale(1);
        opacity: 0;
    }
}

/* Geometric Shapes */
.geo-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.geo-shape {
    position: absolute;
    border: 1px solid rgba(236, 72, 153, 0.2);
    opacity: 0.5;
}

.shape-1 {
    top: 15%;
    left: 10%;
    width: 100px;
    height: 100px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: shape-morph 20s ease-in-out infinite, shape-rotate 30s linear infinite;
}

.shape-2 {
    top: 60%;
    right: 15%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-width: 2px;
    border-color: rgba(249, 115, 22, 0.15);
    animation: shape-pulse 8s ease-in-out infinite;
}

.shape-3 {
    bottom: 20%;
    left: 20%;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    animation: shape-float 15s ease-in-out infinite;
}

.shape-4 {
    top: 40%;
    right: 30%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(249, 115, 22, 0.1));
    border: none;
    animation: shape-scale 10s ease-in-out infinite;
}

@keyframes shape-morph {
    0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    25% { border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
    50% { border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; }
    75% { border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; }
}

@keyframes shape-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes shape-pulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.2); opacity: 0.6; }
}

@keyframes shape-float {
    0%, 100% { transform: rotate(45deg) translate(0, 0); }
    50% { transform: rotate(45deg) translate(20px, -30px); }
}

@keyframes shape-scale {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.5); }
}

/* Gradient Lines */
.gradient-lines {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.g-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(236, 72, 153, 0.5), rgba(249, 115, 22, 0.5), transparent);
    animation: line-move 8s linear infinite;
}

.g-line:nth-child(1) {
    top: 20%;
    width: 60%;
    left: -60%;
    animation-delay: 0s;
}

.g-line:nth-child(2) {
    top: 50%;
    width: 80%;
    left: -80%;
    animation-delay: 3s;
}

.g-line:nth-child(3) {
    top: 80%;
    width: 50%;
    left: -50%;
    animation-delay: 6s;
}

@keyframes line-move {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(100vw + 100%)); }
}

/* Noise Overlay */
.noise-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.03;
    pointer-events: none;
    mix-blend-mode: overlay;
}

/* ===== DJI MAVIC PRO - ULTRA REALISTIC DRONE ===== */
.flying-drone {
    position: absolute;
    top: 8%;
    left: 3%;
    z-index: 5;
    animation: drone-fly-realistic 35s ease-in-out infinite;
    pointer-events: none;
}

.drone-wrapper {
    animation: drone-hover-realistic 2.5s ease-in-out infinite;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6))
            drop-shadow(0 10px 20px rgba(0, 0, 0, 0.4));
}

.drone-svg-realistic {
    width: 180px;
    height: 108px;
}

@keyframes drone-fly-realistic {
    0% {
        transform: translate(0, 0) rotate(-2deg) scale(0.85);
        opacity: 0.9;
    }
    8% {
        transform: translate(12vw, 8vh) rotate(1deg) scale(0.95);
        opacity: 1;
    }
    16% {
        transform: translate(35vw, 2vh) rotate(-1deg) scale(1.05);
    }
    24% {
        transform: translate(55vw, 12vh) rotate(2deg) scale(1);
    }
    32% {
        transform: translate(62vw, 28vh) rotate(-2deg) scale(0.9);
    }
    40% {
        transform: translate(45vw, 38vh) rotate(1deg) scale(0.95);
    }
    48% {
        transform: translate(28vw, 25vh) rotate(-1deg) scale(1.1);
    }
    56% {
        transform: translate(18vw, 42vh) rotate(2deg) scale(0.95);
    }
    64% {
        transform: translate(38vw, 15vh) rotate(-2deg) scale(1);
    }
    72% {
        transform: translate(58vw, 8vh) rotate(1deg) scale(1.05);
    }
    80% {
        transform: translate(48vw, 32vh) rotate(-1deg) scale(0.9);
    }
    88% {
        transform: translate(22vw, 18vh) rotate(2deg) scale(1);
    }
    100% {
        transform: translate(0, 0) rotate(-2deg) scale(0.85);
        opacity: 0.9;
    }
}

@keyframes drone-hover-realistic {
    0%, 100% {
        transform: translateY(0) rotateX(3deg) rotateZ(0deg);
    }
    25% {
        transform: translateY(-6px) rotateX(1deg) rotateZ(1deg);
    }
    50% {
        transform: translateY(-12px) rotateX(-3deg) rotateZ(0deg);
    }
    75% {
        transform: translateY(-6px) rotateX(1deg) rotateZ(-1deg);
    }
}

/* Propeller Disc Animation - Motion Blur */
.prop-disc {
    transform-origin: center;
    animation: propeller-blur 0.08s linear infinite;
}

.prop-1 { animation-delay: 0s; }
.prop-2 { animation-delay: 0.02s; }
.prop-3 { animation-delay: 0.04s; }
.prop-4 { animation-delay: 0.06s; }

@keyframes propeller-blur {
    0% {
        opacity: 0.4;
        transform: scaleX(1) scaleY(1);
    }
    25% {
        opacity: 0.7;
        transform: scaleX(0.85) scaleY(1.1);
    }
    50% {
        opacity: 0.5;
        transform: scaleX(1) scaleY(1);
    }
    75% {
        opacity: 0.7;
        transform: scaleX(1.1) scaleY(0.9);
    }
    100% {
        opacity: 0.4;
        transform: scaleX(1) scaleY(1);
    }
}

/* Gimbal subtle movement */
.gimbal {
    transform-origin: center top;
    animation: gimbal-stabilize 4s ease-in-out infinite;
}

@keyframes gimbal-stabilize {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-2deg); }
    75% { transform: rotate(2deg); }
}

/* Light beam from camera */
.drone-light-beam {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 60px;
    background: linear-gradient(to bottom,
        rgba(236, 72, 153, 0.3) 0%,
        rgba(236, 72, 153, 0.1) 40%,
        transparent 100%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 100%, 0% 100%);
    filter: blur(8px);
    opacity: 0.6;
    animation: light-pulse 3s ease-in-out infinite;
}

@keyframes light-pulse {
    0%, 100% { opacity: 0.4; height: 50px; }
    50% { opacity: 0.7; height: 70px; }
}

/* ===== DRONE PILOT WITH DJI CONTROLLER ===== */
.drone-pilot {
    position: absolute;
    bottom: 5%;
    right: 8%;
    z-index: 4;
    pointer-events: none;
    animation: pilot-idle 4s ease-in-out infinite;
}

.pilot-svg {
    width: 140px;
    height: 245px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

@keyframes pilot-idle {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Signal waves from controller to drone */
.signal-waves {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 80px;
    pointer-events: none;
}

.signal-wave {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(16, 185, 129, 0.6);
    border-radius: 50%;
    transform: translateX(-50%);
    animation: signal-emit 2s ease-out infinite;
}

.signal-wave:nth-child(1) { animation-delay: 0s; }
.signal-wave:nth-child(2) { animation-delay: 0.5s; }
.signal-wave:nth-child(3) { animation-delay: 1s; }

@keyframes signal-emit {
    0% {
        width: 10px;
        height: 10px;
        opacity: 1;
        bottom: 0;
    }
    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
        bottom: 60px;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .drone-pilot {
        right: 5%;
        bottom: 3%;
    }

    .pilot-svg {
        width: 100px;
        height: 175px;
    }
}

@media (max-width: 768px) {
    .drone-svg-realistic {
        width: 120px;
        height: 72px;
    }

    .flying-drone {
        top: 5%;
        left: 2%;
    }

    .drone-pilot {
        display: none;
    }
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-text {
    max-width: 600px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 8px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 100px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.hero-badge-icon {
    width: 28px;
    height: 28px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.hero-title {
    font-size: clamp(2.75rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.hero-title .gradient {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 32px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 48px;
}

.hero-stat {
    text-align: left;
}

.hero-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 4px;
}

.hero-stat-label {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Hero Image/Slider */
.hero-visual {
    position: relative;
}

.hero-slider {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-glow);
    border: 1px solid var(--border-color);
}

.hero-slider::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: var(--gradient-border);
    border-radius: 25px;
    z-index: -1;
}

.slides-container {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide {
    min-width: 100%;
    aspect-ratio: 4/3;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 26, 0.9) 0%, transparent 50%);
}

.slide-content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}

.slide-tag {
    display: inline-block;
    padding: 6px 12px;
    background: var(--gradient-primary);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.slide-title {
    font-size: 1.25rem;
    font-weight: 700;
}

/* Slider Controls */
.slider-nav {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.slider-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: var(--gradient-primary);
    border-color: transparent;
}

.slider-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.slider-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    width: 24px;
    background: var(--gradient-primary);
}

/* ===== BRANDS/PARTNERS SECTION - COMPACT INFINITE SCROLL ===== */
.brands-section-compact {
    padding: 30px 0;
    background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-primary) 100%);
    border-top: 1px solid rgba(236, 72, 153, 0.1);
    border-bottom: 1px solid rgba(236, 72, 153, 0.1);
    overflow: hidden;
    position: relative;
}

.brands-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.brands-badge {
    width: 32px;
    height: 32px;
    background: var(--gradient-primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: white;
}

.brands-title {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
}

.brands-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.brands-track {
    display: flex;
    gap: 40px;
    animation: brands-scroll 30s linear infinite;
    width: max-content;
}

.brands-track:hover {
    animation-play-state: paused;
}

@keyframes brands-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.brands-section-compact .brand-item {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    padding: 0 20px;
    transition: all 0.4s ease;
    cursor: default;
    letter-spacing: 1px;
}

.brands-section-compact .brand-item:hover {
    color: white;
    transform: scale(1.1);
    text-shadow: 0 0 30px rgba(236, 72, 153, 0.5);
}

/* Brand-specific fonts */
.brand-canon { font-family: 'Times New Roman', serif; font-style: italic; font-weight: 700; }
.brand-sony { font-family: 'Arial Black', sans-serif; letter-spacing: 3px; }
.brand-dji { font-family: 'Helvetica Neue', sans-serif; font-weight: 800; }
.brand-adobe { font-family: 'Arial', sans-serif; font-weight: 600; }
.brand-profoto { font-family: 'Helvetica', sans-serif; letter-spacing: 4px; font-weight: 300; }
.brand-nikon { font-family: 'Arial', sans-serif; font-weight: 700; font-style: italic; }
.brand-fujifilm { font-family: 'Helvetica Neue', sans-serif; letter-spacing: 2px; font-weight: 600; }
.brand-leica { font-family: 'Georgia', serif; font-weight: 400; letter-spacing: 3px; }
.brand-gopro { font-family: 'Impact', sans-serif; letter-spacing: 1px; }
.brand-blackmagic { font-family: 'Arial', sans-serif; font-weight: 300; letter-spacing: 2px; }
.brand-hasselblad { font-family: 'Times New Roman', serif; letter-spacing: 3px; font-weight: 400; }
.brand-zeiss { font-family: 'Helvetica', sans-serif; font-weight: 700; letter-spacing: 4px; }

/* ===== AUTO SCROLL GALLERY ===== */
.scroll-gallery-section {
    padding: 80px 0;
    overflow: hidden;
    background: var(--bg-primary);
}

.scroll-gallery-wrapper {
    display: flex;
    gap: 20px;
    animation: scroll-infinite 40s linear infinite;
}

.scroll-gallery-wrapper:hover {
    animation-play-state: paused;
}

@keyframes scroll-infinite {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.scroll-item {
    flex-shrink: 0;
    width: 320px;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.scroll-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.scroll-item:hover img {
    transform: scale(1.1);
}

.scroll-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 26, 0.8) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.scroll-item:hover .scroll-item-overlay {
    opacity: 1;
}

/* ===== SECTIONS ===== */
.section {
    padding: var(--section-spacing) 0;
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--purple-400);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.section-description {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ===== SERVICES SECTION - PREMIUM ===== */
.services-section-premium {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #000000 0%, #050508 50%, #000000 100%);
}

.services-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.services-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
}

.services-orb-1 {
    top: 10%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #ec4899 0%, transparent 70%);
    animation: services-float-1 20s ease-in-out infinite;
}

.services-orb-2 {
    top: 50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #f97316 0%, transparent 70%);
    animation: services-float-2 25s ease-in-out infinite;
}

.services-orb-3 {
    bottom: -10%;
    left: 30%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ef4444 0%, transparent 70%);
    animation: services-float-3 18s ease-in-out infinite;
}

@keyframes services-float-1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, 30px) scale(1.1); }
}

@keyframes services-float-2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, -30px) scale(0.9); }
}

@keyframes services-float-3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -40px) scale(1.15); }
}

.services-grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(236, 72, 153, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(236, 72, 153, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 0%, transparent 80%);
}

/* Premium Section Header */
.section-badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.badge-icon {
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: white;
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.3);
}

.badge-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.badge-line {
    width: 60px;
    height: 2px;
    background: var(--gradient-primary);
    border-radius: 1px;
}

.section-title-premium {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.title-line {
    display: block;
    color: white;
}

.title-gradient {
    display: block;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-description-premium {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Premium Services Grid */
.services-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

/* Premium Service Card */
.service-card-premium {
    position: relative;
    border-radius: 24px;
    padding: 3px;
    background: transparent;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-premium .card-glow {
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, #ec4899, #f97316, #ef4444);
    border-radius: 26px;
    opacity: 0;
    filter: blur(20px);
    transition: opacity 0.5s ease;
    z-index: -1;
}

.service-card-premium:hover .card-glow {
    opacity: 0.5;
}

.service-card-premium .card-border {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.3), rgba(249, 115, 22, 0.3), rgba(239, 68, 68, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card-premium:hover .card-border {
    opacity: 1;
}

.service-card-premium .card-content {
    background: linear-gradient(145deg, rgba(20, 20, 25, 0.9) 0%, rgba(10, 10, 15, 0.95) 100%);
    backdrop-filter: blur(20px);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 36px 32px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.service-card-premium:hover .card-content {
    border-color: rgba(236, 72, 153, 0.2);
    transform: translateY(-8px);
}

/* Service Number */
.service-number {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(249, 115, 22, 0.1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.service-card-premium:hover .service-number {
    opacity: 1;
}

/* Icon Wrapper */
.service-icon-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
}

.service-icon-wrapper .icon-bg {
    position: absolute;
    inset: 0;
    background: var(--gradient-primary);
    border-radius: 20px;
    transition: all 0.4s ease;
}

.service-icon-wrapper .icon-ring {
    position: absolute;
    inset: -6px;
    border: 2px solid transparent;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.3), transparent) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: all 0.4s ease;
}

.service-card-premium:hover .icon-ring {
    opacity: 1;
    inset: -10px;
}

.service-icon-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75rem;
    color: white;
    z-index: 1;
    transition: transform 0.4s ease;
}

.service-card-premium:hover .service-icon-wrapper i {
    transform: translate(-50%, -50%) scale(1.1);
}

.service-card-premium:hover .service-icon-wrapper .icon-bg {
    transform: rotate(-10deg) scale(1.05);
    box-shadow: 0 15px 40px rgba(236, 72, 153, 0.4);
}

/* Service Title */
.service-title-premium {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.service-card-premium:hover .service-title-premium {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Service Description */
.service-desc-premium {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Service Features */
.service-features {
    list-style: none;
    margin-bottom: 24px;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: var(--text-muted);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.service-features li:last-child {
    border-bottom: none;
}

.service-features li i {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: #10b981;
}

.service-card-premium:hover .service-features li {
    color: var(--text-secondary);
}

/* Service Link */
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    transition: all 0.3s ease;
    padding-top: 8px;
}

.service-link i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.service-card-premium:hover .service-link {
    color: #ec4899;
}

.service-card-premium:hover .service-link i {
    transform: translateX(5px);
}

/* Services CTA */
.services-cta {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.services-cta .cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 50px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(249, 115, 22, 0.1) 100%);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.services-cta .cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.05), transparent);
    pointer-events: none;
}

.services-cta .cta-content h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.services-cta .cta-content p {
    font-size: 1rem;
    color: var(--text-secondary);
}

.services-cta .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 14px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.services-cta .cta-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
}

.services-cta .cta-btn i {
    font-size: 1.5rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .services-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .services-grid-premium {
        grid-template-columns: 1fr;
    }

    .services-cta .cta-card {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        padding: 32px 24px;
    }

    .service-card-premium .card-content {
        padding: 28px 24px;
    }

    .section-title-premium {
        font-size: 2rem;
    }

    .section-description-premium {
        font-size: 1rem;
    }
}

/* ===== GALLERY SECTION - MODERN ===== */
.gallery-section {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #050508 50%, #000000 100%);
    overflow: hidden;
}

.gallery-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.gallery-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
}

.gallery-glow-1 {
    top: 20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #ec4899 0%, transparent 70%);
    animation: gallery-float 20s ease-in-out infinite;
}

.gallery-glow-2 {
    bottom: 10%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #f97316 0%, transparent 70%);
    animation: gallery-float 25s ease-in-out infinite reverse;
}

@keyframes gallery-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(50px, -30px); }
}

/* Gallery Filters */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: rgba(255, 255, 255, 0.06);
    color: white;
    border-color: rgba(255, 255, 255, 0.15);
}

.filter-btn.active {
    background: linear-gradient(135deg, #ec4899, #f97316);
    border-color: transparent;
    color: white;
    box-shadow: 0 8px 32px rgba(236, 72, 153, 0.3);
}

.filter-btn i {
    font-size: 0.85rem;
}

/* Masonry Gallery */
.gallery-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.gallery-card {
    position: relative;
    cursor: pointer;
}

.gallery-card.tall {
    grid-row: span 2;
}

.gallery-card.wide {
    grid-column: span 2;
}

.gallery-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #111;
}

.gallery-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s ease;
}

.gallery-card:hover .gallery-card-inner img {
    transform: scale(1.15);
    filter: brightness(0.7);
}

/* Card Border Gradient */
.gallery-card-border {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #ec4899, #f97316, #ef4444);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.gallery-card:hover .gallery-card-border {
    opacity: 1;
}

/* Card Overlay */
.gallery-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.7) 70%,
        rgba(0, 0, 0, 0.95) 100%
    );
    display: flex;
    align-items: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-card-overlay {
    opacity: 1;
}

.overlay-content {
    width: 100%;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.gallery-card:hover .overlay-content {
    transform: translateY(0);
}

.gallery-category {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.9), rgba(249, 115, 22, 0.9));
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.gallery-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
}

.gallery-card-actions {
    display: flex;
    gap: 12px;
}

.gallery-action-btn {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-action-btn:hover {
    background: linear-gradient(135deg, #ec4899, #f97316);
    border-color: transparent;
    transform: scale(1.1);
}

.like-btn:hover i {
    animation: like-pop 0.4s ease;
}

@keyframes like-pop {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}

.like-btn.liked i {
    font-weight: 900;
    color: #ef4444;
}

/* View More Button */
.gallery-more {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.btn-view-more {
    position: relative;
    display: inline-flex;
    padding: 4px;
    border-radius: 100px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
}

.btn-view-more:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(236, 72, 153, 0.4);
}

.btn-view-more .btn-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ec4899, #f97316, #ef4444);
    background-size: 200% 200%;
    animation: gradient-move 4s ease infinite;
}

@keyframes gradient-move {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.btn-view-more .btn-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 36px;
    background: #000;
    border-radius: 100px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-view-more:hover .btn-content {
    background: transparent;
}

.btn-view-more .btn-content i:last-child {
    transition: transform 0.3s ease;
}

.btn-view-more:hover .btn-content i:last-child {
    transform: translateX(4px);
}

/* ===== PRODUCTS SECTION - PREMIUM E-COMMERCE ===== */
.products-section-premium {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #000000 0%, #0a0508 50%, #000000 100%);
}

.products-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.products-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
}

.products-orb-1 {
    top: 20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #ec4899 0%, transparent 70%);
    animation: products-float 20s ease-in-out infinite;
}

.products-orb-2 {
    bottom: 10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #f97316 0%, transparent 70%);
    animation: products-float 25s ease-in-out infinite reverse;
}

.products-shape {
    position: absolute;
    border: 1px solid rgba(236, 72, 153, 0.1);
    border-radius: 50%;
}

.products-shape-1 {
    top: 10%;
    left: 5%;
    width: 300px;
    height: 300px;
    animation: shape-rotate 40s linear infinite;
}

.products-shape-2 {
    bottom: 20%;
    right: 10%;
    width: 200px;
    height: 200px;
    animation: shape-rotate 30s linear infinite reverse;
}

@keyframes products-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 30px); }
}

@keyframes shape-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Products Header */
.products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.products-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 8px 8px;
    background: rgba(236, 72, 153, 0.1);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ec4899;
    margin-bottom: 20px;
}

.badge-icon-animated {
    width: 32px;
    height: 32px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: white;
    animation: icon-bounce 2s ease-in-out infinite;
}

@keyframes icon-bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.products-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
}

.title-highlight {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.products-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 500px;
}

.products-header-stats {
    display: flex;
    gap: 40px;
}

.header-stat {
    text-align: center;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.stat-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-text {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Products Showcase */
.products-showcase {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
    position: relative;
    z-index: 1;
}

/* Featured Product */
.featured-product {
    position: relative;
}

.featured-product-inner {
    background: linear-gradient(145deg, rgba(30, 30, 35, 0.9) 0%, rgba(15, 15, 20, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
}

.featured-product-inner:hover {
    border-color: rgba(236, 72, 153, 0.3);
    box-shadow: 0 30px 80px rgba(236, 72, 153, 0.15);
    transform: translateY(-5px);
}

.featured-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #000;
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.3);
}

.featured-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.featured-product-inner:hover .featured-image img {
    transform: scale(1.08);
}

.featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    pointer-events: none;
}

.featured-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.featured-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discount-tag {
    padding: 8px 16px;
    background: #ef4444;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
}

.featured-content {
    padding: 28px;
}

.featured-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.featured-rating i {
    color: #fbbf24;
    font-size: 0.9rem;
}

.featured-rating span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.featured-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.featured-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
}

.featured-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.price-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.old-price {
    font-size: 1.1rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.current-price {
    font-size: 2rem;
    font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 12px;
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.featured-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
}

.featured-features {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: var(--text-muted);
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 100px;
}

.feature-item i {
    color: #10b981;
    font-size: 0.75rem;
}

/* Products Grid Premium */
.products-grid-premium {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Product Card Premium */
.product-card-premium {
    position: relative;
}

.product-card-inner {
    background: linear-gradient(145deg, rgba(25, 25, 30, 0.9) 0%, rgba(12, 12, 16, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.product-card-inner:hover {
    border-color: rgba(236, 72, 153, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(236, 72, 153, 0.12);
}

.product-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tag-premium { background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #000; }
.tag-yeni { background: linear-gradient(135deg, #10b981, #059669); color: white; }
.tag-trend { background: linear-gradient(135deg, #ec4899, #db2777); color: white; }
.tag-en-çok-satan { background: linear-gradient(135deg, #6366f1, #4f46e5); color: white; }

.product-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card-inner:hover .product-image-wrapper img {
    transform: scale(1.1);
}

.product-actions {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.product-card-inner:hover .product-actions {
    opacity: 1;
    transform: translateX(0);
}

.action-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.action-btn:hover {
    background: var(--gradient-primary);
    color: white;
    transform: scale(1.1);
}

.discount-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 6px 12px;
    background: #ef4444;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: white;
}

.product-info {
    padding: 20px;
}

.product-category-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #ec4899;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.product-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 6px;
}

.product-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 12px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.product-rating .stars {
    display: flex;
    gap: 2px;
}

.product-rating .stars i {
    color: #fbbf24;
    font-size: 0.75rem;
}

.review-count {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.product-prices {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-old {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.price-current {
    font-size: 1.35rem;
    font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.order-btn {
    width: 48px;
    height: 48px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.3);
}

.order-btn:hover {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 12px 32px rgba(236, 72, 153, 0.4);
}

/* Trust Section */
.trust-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.trust-badge:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(236, 72, 153, 0.2);
    transform: translateY(-4px);
}

.trust-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(249, 115, 22, 0.1));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ec4899;
}

.trust-text strong {
    display: block;
    font-size: 0.95rem;
    color: white;
    margin-bottom: 4px;
}

.trust-text span {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Products Responsive */
@media (max-width: 1024px) {
    .products-showcase {
        grid-template-columns: 1fr;
    }

    .products-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .products-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .products-grid-premium {
        grid-template-columns: 1fr;
    }

    .trust-section {
        grid-template-columns: 1fr;
    }

    .featured-pricing {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .products-header-stats {
        width: 100%;
        justify-content: space-between;
    }
}

/* ===== TESTIMONIALS - NETFLIX STYLE ===== */
.testimonials-section {
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
    padding-bottom: 80px;
    overflow: hidden;
}

.testimonials-section .container {
    margin-bottom: 40px;
}

/* Netflix Carousel */
.testimonials-carousel {
    position: relative;
    padding: 0 60px;
}

.testimonials-track-wrapper {
    overflow: hidden;
    margin: 0 -12px;
}

.testimonials-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px 12px;
}

/* Carousel Buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: rgba(236, 72, 153, 0.9);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(236, 72, 153, 0.4);
}

.carousel-btn:hover {
    background: #ec4899;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 12px 40px rgba(236, 72, 153, 0.5);
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

/* Carousel Indicators */
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.indicator {
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.4);
}

.indicator.active {
    background: linear-gradient(135deg, #ec4899, #f97316);
    width: 60px;
}

/* Netflix Card */
.testimonial-card-netflix {
    flex: 0 0 400px;
    perspective: 1000px;
}

.testimonial-card-inner {
    background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.testimonial-card-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.testimonial-card-netflix:hover .testimonial-card-inner {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 60px rgba(236, 72, 153, 0.2);
}

.testimonial-card-netflix:hover .testimonial-card-inner::before {
    opacity: 1;
}

/* Card Header */
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-avatar-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
    background: linear-gradient(#0a0a0a, #0a0a0a) padding-box,
                linear-gradient(135deg, #ec4899, #f97316) border-box;
}

.testimonial-meta {
    flex: 1;
}

.testimonial-meta h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}

.testimonial-role {
    font-size: 0.85rem;
    color: #ec4899;
    font-weight: 500;
}

.testimonial-rating {
    display: flex;
    gap: 3px;
}

.testimonial-rating i {
    color: #fbbf24;
    font-size: 0.8rem;
}

/* Card Body */
.testimonial-body {
    position: relative;
    margin-bottom: 20px;
}

.quote-icon {
    position: absolute;
    top: -8px;
    left: -4px;
    font-size: 2rem;
    color: #ec4899;
    opacity: 0.3;
}

.testimonial-body .testimonial-text {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
    padding-left: 24px;
    font-style: italic;
    margin: 0;
}

/* Card Footer */
.testimonial-footer {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.verified {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #10b981;
    font-weight: 500;
}

.verified i {
    font-size: 0.9rem;
}

/* ===== STATS SECTION ===== */
.stats-section {
    padding: 80px 0;
    background: var(--bg-tertiary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ===== INSTAGRAM FEED SECTION ===== */
.instagram-feed-section {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
}

.instagram-feed-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.instagram-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
}

.instagram-orb-1 {
    top: 10%;
    left: 10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ec4899 0%, transparent 70%);
    animation: orb-float-1 15s ease-in-out infinite;
}

.instagram-orb-2 {
    top: 50%;
    right: 10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #f97316 0%, transparent 70%);
    animation: orb-float-2 18s ease-in-out infinite;
}

.instagram-orb-3 {
    bottom: 10%;
    left: 30%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #ef4444 0%, transparent 70%);
    animation: orb-float-3 12s ease-in-out infinite;
}

@keyframes orb-float-1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, -30px) scale(1.1); }
}

@keyframes orb-float-2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, 40px) scale(0.9); }
}

@keyframes orb-float-3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -50px) scale(1.15); }
}

.instagram-feed-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.instagram-logo-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}

.instagram-logo-glow {
    position: absolute;
    inset: -30px;
    background: conic-gradient(from 0deg, #ec4899, #f472b6, #ff6b35, #f97316, #ef4444, #ec4899);
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.6;
    animation: instagram-glow-rotate 8s linear infinite;
}

@keyframes instagram-glow-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.instagram-logo {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 25%, #ff6b35 50%, #f97316 75%, #ef4444 100%);
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    position: relative;
    box-shadow: 0 20px 60px rgba(225, 48, 108, 0.5);
    animation: instagram-logo-pulse 3s ease-in-out infinite;
}

@keyframes instagram-logo-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.instagram-feed-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 16px;
}

.gradient-instagram {
    background: linear-gradient(135deg, #ec4899 0%, #ff6b35 50%, #f97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.instagram-feed-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.instagram-profile-stats {
    display: inline-flex;
    gap: 48px;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    backdrop-filter: blur(10px);
}

.profile-stat {
    text-align: center;
}

.profile-stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
}

.profile-stat-label {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Instagram Carousel */
.instagram-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    margin-bottom: 40px;
}

.instagram-carousel::before,
.instagram-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 10;
    pointer-events: none;
}

.instagram-carousel::before {
    left: 0;
    background: linear-gradient(to right, var(--bg-primary), transparent);
}

.instagram-carousel::after {
    right: 0;
    background: linear-gradient(to left, var(--bg-primary), transparent);
}

.instagram-carousel-track {
    display: flex;
    gap: 24px;
    animation: instagram-scroll 60s linear infinite;
    width: max-content;
}

.instagram-carousel-track:hover {
    animation-play-state: paused;
}

@keyframes instagram-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Instagram Card */
.instagram-card {
    flex-shrink: 0;
    width: 320px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.instagram-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.instagram-card-inner {
    background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
}

.instagram-card:hover .instagram-card-inner {
    border-color: rgba(225, 48, 108, 0.3);
    box-shadow: 0 30px 80px rgba(225, 48, 108, 0.2), 0 0 0 1px rgba(225, 48, 108, 0.1);
}

.instagram-card-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #ec4899, #f472b6, #ff6b35, #f97316, #ef4444);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.instagram-card:hover .instagram-card-inner::before {
    opacity: 1;
}

.instagram-card-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.instagram-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.instagram-card:hover .instagram-card-image img {
    transform: scale(1.1);
}

.instagram-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-card:hover .instagram-card-overlay {
    opacity: 1;
}

.instagram-card-stats {
    display: flex;
    gap: 24px;
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
}

.instagram-card-stats span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.instagram-card-stats i {
    color: #ff3b5c;
}

.instagram-card-footer {
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
}

.instagram-card-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 1.25rem;
    color: var(--text-secondary);
}

.action-icons {
    display: flex;
    gap: 16px;
}

.action-icons i,
.instagram-card-actions > i {
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-icons i:hover {
    color: #ff3b5c;
    transform: scale(1.2);
}

.instagram-card-actions > i:hover {
    color: white;
}

.instagram-card-caption {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.instagram-card-caption strong {
    color: white;
    font-weight: 600;
}

/* Instagram Follow Button */
.instagram-feed-footer {
    text-align: center;
    position: relative;
    z-index: 2;
}

.instagram-follow-btn {
    position: relative;
    display: inline-flex;
    padding: 4px;
    border-radius: 100px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.instagram-follow-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(225, 48, 108, 0.4);
}

.instagram-follow-btn-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 25%, #ff6b35 50%, #f97316 75%, #ef4444 100%);
    background-size: 200% 200%;
    animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.instagram-follow-btn-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: var(--bg-primary);
    border-radius: 100px;
    color: white;
    font-size: 1.125rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.instagram-follow-btn:hover .instagram-follow-btn-content {
    background: transparent;
}

.instagram-follow-btn-content i {
    font-size: 1.75rem;
}

.instagram-handle {
    padding-left: 12px;
    border-left: 1px solid rgba(255,255,255,0.2);
    color: var(--text-secondary);
    font-weight: 500;
    transition: color 0.3s ease;
}

.instagram-follow-btn:hover .instagram-handle {
    color: white;
}

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 100px 0;
    background: var(--bg-secondary);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.1) 0%, transparent 60%);
}

.cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 16px;
}

.cta-description {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== APPOINTMENT SECTION ===== */
.appointment-section {
    position: relative;
    overflow: hidden;
}

.appointment-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    align-items: start;
}

.appointment-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.appointment-info-card {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.appointment-info-card:hover {
    border-color: rgba(236, 72, 153, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.08);
}

.appointment-info-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.appointment-info-card h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.appointment-info-card p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.5;
}

.appointment-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.appointment-services-list li {
    color: var(--text-secondary);
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.appointment-services-list li i {
    color: #ec4899;
    font-size: 0.7rem;
}

.appointment-wa-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: #25D366;
    font-size: 0.85rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.appointment-wa-link:hover {
    color: #1da851;
}

.appointment-form-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 40px;
}

.appointment-form-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.appointment-form-title i {
    color: #ec4899;
}

.appointment-whatsapp-option {
    margin-top: 4px;
}

.appointment-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.appointment-checkbox-label input[type="checkbox"] {
    display: none;
}

.appointment-checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.appointment-checkbox-label input:checked + .appointment-checkbox-custom {
    background: #25D366;
    border-color: #25D366;
}

.appointment-checkbox-label input:checked + .appointment-checkbox-custom::after {
    content: '✓';
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
}

.appointment-checkbox-label .fab.fa-whatsapp {
    color: #25D366;
}

.appointment-submit-btn {
    width: 100%;
    padding: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 8px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    border: none;
    border-radius: 14px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.appointment-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(236, 72, 153, 0.3);
}

/* ===== CONTACT ===== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 24px;
}

.contact-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-icon {
    width: 52px;
    height: 52px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple-400);
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    background: var(--gradient-primary);
    color: white;
    border-color: transparent;
}

.contact-details h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-details p {
    color: var(--text-secondary);
    font-size: 0.9375rem;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.social-link {
    width: 48px;
    height: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--gradient-primary);
    color: white;
    border-color: transparent;
    transform: translateY(-4px);
}

/* Contact Form */
.contact-form {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 40px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-secondary);
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: 14px 18px;
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    color: var(--text-primary);
    font-size: 0.9375rem;
    transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    outline: none;
    border-color: var(--purple-500);
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--text-muted);
}

.form-textarea {
    min-height: 140px;
    resize: vertical;
}

/* ===== FAQ SECTION - PHOTOGRAPHY THEME ===== */
.faq-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
}

.faq-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.faq-camera-icon {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 400px;
    height: 400px;
    opacity: 0.5;
    animation: faq-rotate 60s linear infinite;
}

@keyframes faq-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(249, 115, 22, 0.1));
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ec4899;
    margin-bottom: 20px;
}

.faq-badge i {
    font-size: 1.1rem;
}

.faq-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.faq-title span {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* FAQ Item */
.faq-item {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-item:hover {
    border-color: rgba(236, 72, 153, 0.3);
    box-shadow: 0 10px 40px rgba(236, 72, 153, 0.1);
}

.faq-item.active {
    background: linear-gradient(145deg, rgba(236, 72, 153, 0.05) 0%, rgba(249, 115, 22, 0.03) 100%);
    border-color: rgba(236, 72, 153, 0.3);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.faq-item:hover .faq-icon,
.faq-item.active .faq-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
}

.faq-question h4 {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    transition: color 0.3s ease;
}

.faq-item:hover .faq-question h4 {
    color: #ec4899;
}

.faq-toggle {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
    background: var(--gradient-primary);
    color: white;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 28px 24px 98px;
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
}

/* FAQ CTA */
.faq-cta {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(249, 115, 22, 0.1) 100%);
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 20px;
}

.faq-cta-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.faq-cta-content i {
    font-size: 2.5rem;
    color: #ec4899;
}

.faq-cta-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}

.faq-cta-content p {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 14px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.faq-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
}

/* ===== MAP SECTION - CINEMATIC STYLE ===== */
.map-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #000000 0%, #050508 100%);
}

.map-bg-effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.map-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
}

.map-orb-1 {
    top: 20%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #ec4899 0%, transparent 70%);
}

.map-orb-2 {
    bottom: 10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #f97316 0%, transparent 70%);
}

.map-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Map Info */
.map-header {
    margin-bottom: 40px;
}

.map-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(249, 115, 22, 0.1));
    border: 1px solid rgba(236, 72, 153, 0.2);
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ec4899;
    margin-bottom: 20px;
}

.map-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.map-title span {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.map-subtitle {
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Location Cards */
.location-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.location-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.location-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(236, 72, 153, 0.2);
    transform: translateX(8px);
}

.location-card .card-icon {
    width: 56px;
    height: 56px;
    background: var(--gradient-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: white;
    flex-shrink: 0;
}

.location-card .card-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 4px;
}

.location-card .card-content p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 6px;
}

.card-tag {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(236, 72, 153, 0.1);
    border-radius: 100px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #ec4899;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Studio Features */
.studio-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.studio-features .feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.studio-features .feature i {
    color: #10b981;
    font-size: 0.8rem;
}

/* Directions Button */
.directions-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: var(--gradient-primary);
    border-radius: 14px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
}

.directions-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(236, 72, 153, 0.4);
}

.directions-btn i:last-child {
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Map Frame - Camera Viewfinder Style */
.map-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #0a0a0a;
}

.map-frame-border {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 3px;
    background: linear-gradient(135deg, #ec4899, #f97316, #ef4444);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 10;
}

.map-camera-ui {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.camera-corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(236, 72, 153, 0.8);
}

.corner-tl { top: 20px; left: 20px; border-right: none; border-bottom: none; }
.corner-tr { top: 20px; right: 20px; border-left: none; border-bottom: none; }
.corner-bl { bottom: 20px; left: 20px; border-right: none; border-top: none; }
.corner-br { bottom: 20px; right: 20px; border-left: none; border-top: none; }

.rec-indicator {
    position: absolute;
    top: 25px;
    right: 70px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #10b981;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rec-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: rec-blink 1s ease-in-out infinite;
}

@keyframes rec-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.coordinates {
    position: absolute;
    bottom: 25px;
    left: 70px;
    font-size: 0.7rem;
    font-family: 'Courier New', monospace;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
}

.map-container {
    width: 100%;
    height: 450px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
}

/* Custom Map Pin */
.map-pin-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
}

.custom-pin {
    position: relative;
}

.custom-pin .pin-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.5);
    animation: pin-bounce 2s ease-in-out infinite;
}

.custom-pin .pin-icon i {
    transform: rotate(45deg);
    font-size: 1.5rem;
    color: white;
}

@keyframes pin-bounce {
    0%, 100% { transform: rotate(-45deg) translateY(0); }
    50% { transform: rotate(-45deg) translateY(-10px); }
}

.pin-pulse {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 15px;
    background: radial-gradient(ellipse, rgba(236, 72, 153, 0.4), transparent 70%);
    border-radius: 50%;
    animation: pulse-shadow 2s ease-in-out infinite;
}

@keyframes pulse-shadow {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.4; }
    50% { transform: translateX(-50%) scale(1.5); opacity: 0.2; }
}

/* FAQ & Map Responsive */
@media (max-width: 1024px) {
    .map-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .map-container {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .faq-question {
        padding: 20px;
    }

    .faq-answer p {
        padding: 0 20px 20px 20px;
    }

    .faq-icon {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }

    .faq-cta {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 24px;
    }

    .faq-cta-content {
        flex-direction: column;
    }

    .studio-features {
        grid-template-columns: 1fr;
    }

    .map-container {
        height: 350px;
    }

    .camera-corner {
        width: 30px;
        height: 30px;
    }

    .corner-tl, .corner-tr { top: 15px; }
    .corner-bl, .corner-br { bottom: 15px; }
    .corner-tl, .corner-bl { left: 15px; }
    .corner-tr, .corner-br { right: 15px; }
}

/* ===== ULTRA PREMIUM ANIMATED FOOTER ===== */
.footer-premium {
    position: relative;
    background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
    padding: 0 0 40px;
    overflow: visible;
}

/* Animated Wave Separator */
.footer-wave {
    position: relative;
    height: 120px;
    overflow: hidden;
    margin-bottom: -1px;
}

.footer-wave svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wave-path {
    fill: #0a0a0a;
}

.wave-1 {
    opacity: 0.3;
    animation: waveMove1 8s ease-in-out infinite;
}

.wave-2 {
    opacity: 0.5;
    animation: waveMove2 6s ease-in-out infinite;
}

.wave-3 {
    opacity: 1;
    animation: waveMove3 4s ease-in-out infinite;
}

@keyframes waveMove1 {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-25px); }
}

@keyframes waveMove2 {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(25px); }
}

@keyframes waveMove3 {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-15px); }
}

/* Floating Particles */
.footer-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.f-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    border-radius: 50%;
    opacity: 0.6;
    animation: floatParticle 15s linear infinite;
}

.f-particle:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 20s; }
.f-particle:nth-child(2) { left: 20%; animation-delay: 2s; animation-duration: 18s; }
.f-particle:nth-child(3) { left: 30%; animation-delay: 4s; animation-duration: 22s; }
.f-particle:nth-child(4) { left: 40%; animation-delay: 1s; animation-duration: 16s; }
.f-particle:nth-child(5) { left: 50%; animation-delay: 3s; animation-duration: 24s; }
.f-particle:nth-child(6) { left: 60%; animation-delay: 5s; animation-duration: 19s; }
.f-particle:nth-child(7) { left: 70%; animation-delay: 2s; animation-duration: 21s; }
.f-particle:nth-child(8) { left: 80%; animation-delay: 4s; animation-duration: 17s; }
.f-particle:nth-child(9) { left: 90%; animation-delay: 1s; animation-duration: 23s; }
.f-particle:nth-child(10) { left: 15%; animation-delay: 3s; animation-duration: 25s; }
.f-particle:nth-child(11) { left: 45%; animation-delay: 0s; animation-duration: 20s; }
.f-particle:nth-child(12) { left: 75%; animation-delay: 2s; animation-duration: 18s; }

@keyframes floatParticle {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 0.6; }
    90% { opacity: 0.6; }
    100% { transform: translateY(-100px) rotate(720deg); opacity: 0; }
}

/* Glowing Orbs */
.footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.footer-glow-1 {
    width: 400px;
    height: 400px;
    background: rgba(236, 72, 153, 0.15);
    top: 10%;
    left: -10%;
    animation: glowFloat1 10s ease-in-out infinite;
}

.footer-glow-2 {
    width: 300px;
    height: 300px;
    background: rgba(249, 115, 22, 0.1);
    bottom: 20%;
    right: -5%;
    animation: glowFloat2 12s ease-in-out infinite;
}

.footer-glow-3 {
    width: 250px;
    height: 250px;
    background: rgba(168, 85, 247, 0.1);
    top: 50%;
    left: 40%;
    animation: glowFloat3 8s ease-in-out infinite;
}

@keyframes glowFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, 20px) scale(1.1); }
}

@keyframes glowFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, -30px) scale(1.15); }
}

@keyframes glowFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    50% { transform: translate(20px, -20px) scale(1.2); opacity: 0.8; }
}

/* CTA Section */
.footer-cta {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    margin-bottom: 60px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(249, 115, 22, 0.1) 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.footer-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cta-text-animate {
    color: #fff;
    animation: textGlow 3s ease-in-out infinite;
}

.cta-highlight {
    background: linear-gradient(135deg, #ec4899, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 5s ease-in-out infinite;
}

@keyframes textGlow {
    0%, 100% { text-shadow: 0 0 20px rgba(255, 255, 255, 0); }
    50% { text-shadow: 0 0 30px rgba(255, 255, 255, 0.3); }
}

@keyframes gradientShift {
    0%, 100% { filter: hue-rotate(0deg); }
    50% { filter: hue-rotate(20deg); }
}

.cta-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 1;
}

.cta-btn {
    position: relative;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #ec4899, #f97316);
    color: #fff;
    box-shadow: 0 10px 40px rgba(236, 72, 153, 0.4);
}

.cta-btn-primary .btn-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f97316, #ec4899);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-btn-primary:hover .btn-bg {
    opacity: 1;
}

.cta-btn-primary .btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: btnShine 3s ease-in-out infinite;
}

@keyframes btnShine {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.cta-btn-primary i,
.cta-btn-primary span {
    position: relative;
    z-index: 1;
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(236, 72, 153, 0.5);
}

.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(236, 72, 153, 0.5);
    transform: translateY(-3px);
}

/* Footer Stats */
.footer-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-stat {
    text-align: center;
    position: relative;
}

.stat-icon-wrap {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon-wrap i {
    font-size: 1.8rem;
    background: linear-gradient(135deg, #ec4899, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 2;
}

.stat-ring {
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.3), rgba(249, 115, 22, 0.3)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: ringPulse 2s ease-in-out infinite;
}

@keyframes ringPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 1; }
}

.footer-stat .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.footer-stat .stat-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

/* Footer Main */
.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 2.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

/* Footer Brand */
.footer-brand-premium {
    position: relative;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    position: relative;
}

.logo-glow {
    position: absolute;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.4) 0%, transparent 70%);
    filter: blur(20px);
    animation: logoGlow 3s ease-in-out infinite;
}

@keyframes logoGlow {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

.logo-icon-animated {
    width: 60px;
    height: 60px;
    position: relative;
}

.logo-icon-animated svg {
    width: 100%;
    height: 100%;
}

.logo-ring-1 {
    animation: logoRing1 4s linear infinite;
    transform-origin: center;
}

.logo-ring-2 {
    animation: logoRing2 3s linear infinite reverse;
    transform-origin: center;
}

.logo-ring-3 {
    animation: logoRing3 2s linear infinite;
    transform-origin: center;
}

.logo-center {
    animation: logoCenter 2s ease-in-out infinite;
}

@keyframes logoRing1 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes logoRing2 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes logoRing3 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes logoCenter {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.logo-text-premium {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.logo-sub {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f97316;
    letter-spacing: 3px;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    margin-bottom: 30px;
    font-style: italic;
}

/* Social Links Premium */
.social-links-premium {
    display: flex;
    gap: 12px;
}

.social-btn {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.social-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.social-ripple {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: currentColor;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}

.social-btn:hover .social-ripple {
    opacity: 0.2;
    transform: scale(1);
}

.social-btn i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.social-btn:hover i {
    transform: scale(1.2);
}

.social-instagram:hover::before { background: linear-gradient(135deg, #833AB4, #FD1D1D, #F77737); border-color: transparent; }
.social-facebook:hover::before { background: #1877F2; border-color: transparent; }
.social-youtube:hover::before { background: #FF0000; border-color: transparent; }
.social-tiktok:hover::before { background: linear-gradient(135deg, #00f2ea, #ff0050); border-color: transparent; }
.social-whatsapp:hover::before { background: #25D366; border-color: transparent; }

.social-btn:hover {
    transform: translateY(-5px);
}

/* Footer Links Grid */
.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-column {
    position: relative;
}

.footer-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.heading-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(249, 115, 22, 0.2));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #ec4899;
}

.footer-nav li {
    margin-bottom: 12px;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.link-arrow {
    color: #ec4899;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.footer-nav a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-nav a:hover .link-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Contact Info Footer */
.contact-info-footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
}

.contact-item i {
    width: 32px;
    height: 32px;
    background: rgba(236, 72, 153, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ec4899;
    font-size: 0.85rem;
}

/* Newsletter Section */
.footer-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 50px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(249, 115, 22, 0.15));
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.newsletter-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.newsletter-icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-icon i {
    font-size: 1.8rem;
    color: #ec4899;
    position: relative;
    z-index: 1;
    animation: iconBounce 2s ease-in-out infinite;
}

@keyframes iconBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.icon-orbit {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(236, 72, 153, 0.3);
    border-radius: 50%;
    animation: orbitSpin 10s linear infinite;
}

@keyframes orbitSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.newsletter-text h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.newsletter-text p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.newsletter-form {
    flex-shrink: 0;
}

.input-wrapper {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.input-wrapper:focus-within {
    border-color: #ec4899;
    box-shadow: 0 0 20px rgba(236, 72, 153, 0.2);
}

.input-wrapper input {
    background: none;
    border: none;
    padding: 15px 25px;
    color: #fff;
    font-size: 0.95rem;
    width: 280px;
    outline: none;
}

.input-wrapper input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.input-wrapper button {
    padding: 15px 30px;
    background: linear-gradient(135deg, #ec4899, #f97316);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.input-wrapper button:hover {
    filter: brightness(1.1);
}

/* Footer Bottom Premium */
.footer-bottom-premium {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.copyright-icon {
    font-size: 1.2rem;
    color: #ec4899;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.3);
}

.made-with {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.made-with i {
    color: #ef4444;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.footer-badges {
    display: flex;
    gap: 25px;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
}

.badge-item i {
    color: #ec4899;
}

/* Shutter Decoration */
.footer-shutter-deco {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 100px;
    height: 100px;
    opacity: 0.1;
    pointer-events: none;
}

.footer-shutter-deco .shutter-blade {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, 35% 0%, 65% 0%);
    background: linear-gradient(180deg, #ec4899 0%, transparent 100%);
    transform-origin: center center;
    animation: shutterSpin 20s linear infinite;
}

.footer-shutter-deco .shutter-blade:nth-child(1) { transform: rotate(0deg); }
.footer-shutter-deco .shutter-blade:nth-child(2) { transform: rotate(60deg); }
.footer-shutter-deco .shutter-blade:nth-child(3) { transform: rotate(120deg); }
.footer-shutter-deco .shutter-blade:nth-child(4) { transform: rotate(180deg); }
.footer-shutter-deco .shutter-blade:nth-child(5) { transform: rotate(240deg); }
.footer-shutter-deco .shutter-blade:nth-child(6) { transform: rotate(300deg); }

@keyframes shutterSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Footer Responsive */
@media (max-width: 1024px) {
    .footer-cta {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 40px;
    }

    .cta-title {
        justify-content: center;
        font-size: 2rem;
    }

    .footer-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-links-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-newsletter {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 30px;
    }

    .newsletter-content {
        flex-direction: column;
    }

    .input-wrapper input {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .footer-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 30px 20px;
    }

    .footer-stat .stat-number {
        font-size: 2rem;
    }

    .footer-links-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-btn {
        justify-content: center;
    }

    .footer-bottom-premium {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .copyright {
        flex-wrap: wrap;
        justify-content: center;
    }

    .made-with {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }

    .footer-badges {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-links-grid {
        grid-template-columns: 1fr;
    }

    .footer-stats {
        grid-template-columns: 1fr 1fr;
    }

    .input-wrapper {
        flex-direction: column;
        border-radius: 15px;
    }

    .input-wrapper input {
        width: 100%;
        text-align: center;
    }

    .input-wrapper button {
        justify-content: center;
        border-radius: 0 0 15px 15px;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .social-links-premium {
        justify-content: center;
    }
}

/* ===== WHATSAPP BUTTON ===== */
.whatsapp-btn {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    z-index: 999;
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.1) translateY(-4px);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
}

.whatsapp-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0; }
}

/* ===== SCROLL TO TOP ===== */
.scroll-top {
    position: fixed;
    bottom: 110px;
    right: 32px;
    width: 48px;
    height: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 1.25rem;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background: var(--gradient-primary);
    color: white;
    border-color: transparent;
    transform: translateY(-4px);
}

/* ===== ANIMATIONS ===== */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children */
.stagger-children > * {
    opacity: 0;
    transform: translateY(20px);
}

.stagger-children.visible > *:nth-child(1) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.4s; opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.5s; opacity: 1; transform: translateY(0); }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.6s; opacity: 1; transform: translateY(0); }

/* ===== LIGHTBOX ===== */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 16px;
    box-shadow: var(--shadow-glow);
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    color: white;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lightbox-close:hover {
    background: var(--gradient-primary);
    border-color: transparent;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    :root {
        --section-spacing: 80px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-visual {
        max-width: 600px;
        margin: 0 auto;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .appointment-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-menu,
    .nav-buttons {
        display: none;
    }

    .mobile-toggle {
        display: flex;
    }

    .nav-menu.active {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: var(--bg-secondary);
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 24px 24px;
        gap: 8px;
        border-left: 1px solid var(--border-color);
        z-index: 999;
    }

    .hero-stats {
        flex-direction: column;
        gap: 24px;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* Testimonials Carousel Mobile */
    .testimonials-carousel {
        padding: 0 20px;
    }

    .carousel-btn {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }

    .carousel-prev {
        left: 5px;
    }

    .carousel-next {
        right: 5px;
    }

    .testimonial-card-netflix {
        flex: 0 0 320px;
    }

    .testimonial-card-inner {
        padding: 20px;
    }

    .testimonial-avatar-img {
        width: 48px;
        height: 48px;
    }

    /* Gallery Responsive */
    .gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 150px;
        gap: 12px;
    }

    .gallery-card.wide {
        grid-column: span 1;
    }

    .gallery-filters {
        gap: 8px;
    }

    .filter-btn {
        padding: 10px 16px;
        font-size: 0.8rem;
    }

    .filter-btn span {
        display: none;
    }

    .gallery-card-title {
        font-size: 1rem;
    }

    .instagram-profile-stats {
        flex-direction: column;
        gap: 16px;
        padding: 16px 24px;
    }

    .instagram-logo {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
        border-radius: 22px;
    }

    .instagram-card {
        width: 280px;
    }

    .instagram-carousel-track {
        gap: 16px;
    }

    .instagram-follow-btn-content {
        padding: 14px 28px;
        font-size: 1rem;
    }

    .instagram-handle {
        display: none;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .whatsapp-btn {
        bottom: 24px;
        right: 24px;
        width: 56px;
        height: 56px;
    }

    .scroll-top {
        bottom: 90px;
        right: 24px;
    }

    .scroll-item {
        width: 260px;
        height: 180px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .services-grid,
    .gallery-grid,
    .products-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .brands-grid {
        gap: 32px;
    }
}

/* ===== Reveal Animations ===== */
.reveal-element {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-element.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animations for grids */
.services-grid .reveal-element:nth-child(1) { transition-delay: 0.1s; }
.services-grid .reveal-element:nth-child(2) { transition-delay: 0.2s; }
.services-grid .reveal-element:nth-child(3) { transition-delay: 0.3s; }
.services-grid .reveal-element:nth-child(4) { transition-delay: 0.4s; }
.services-grid .reveal-element:nth-child(5) { transition-delay: 0.5s; }
.services-grid .reveal-element:nth-child(6) { transition-delay: 0.6s; }

.gallery-grid .reveal-element:nth-child(1) { transition-delay: 0.05s; }
.gallery-grid .reveal-element:nth-child(2) { transition-delay: 0.1s; }
.gallery-grid .reveal-element:nth-child(3) { transition-delay: 0.15s; }
.gallery-grid .reveal-element:nth-child(4) { transition-delay: 0.2s; }
.gallery-grid .reveal-element:nth-child(5) { transition-delay: 0.25s; }
.gallery-grid .reveal-element:nth-child(6) { transition-delay: 0.3s; }

.products-grid .reveal-element:nth-child(1) { transition-delay: 0.1s; }
.products-grid .reveal-element:nth-child(2) { transition-delay: 0.2s; }
.products-grid .reveal-element:nth-child(3) { transition-delay: 0.3s; }
.products-grid .reveal-element:nth-child(4) { transition-delay: 0.4s; }

.testimonials-grid .reveal-element:nth-child(1) { transition-delay: 0.1s; }
.testimonials-grid .reveal-element:nth-child(2) { transition-delay: 0.2s; }
.testimonials-grid .reveal-element:nth-child(3) { transition-delay: 0.3s; }

/* Card tilt effect reset */
.service-card,
.product-card {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s ease;
}

/* Button smooth transforms */
.btn-primary,
.btn-secondary {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Stats number pulse */
.stat-number.animated {
    animation: numberPulse 0.5s ease;
}

@keyframes numberPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Glow effect on hover for cards */
.service-card::after,
.product-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
                rgba(236, 72, 153, 0.15) 0%,
                transparent 50%);
    pointer-events: none;
}

.service-card:hover::after,
.product-card:hover::after {
    opacity: 1;
}

/* Enhanced focus states for accessibility */
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.nav-link:focus-visible {
    outline: 2px solid var(--purple-400);
    outline-offset: 4px;
}

/* Loading shimmer effect */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.loading-shimmer {
    background: linear-gradient(90deg,
        var(--bg-tertiary) 25%,
        var(--bg-card) 50%,
        var(--bg-tertiary) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

/* ===== WHATSAPP LIVE SUPPORT WIDGET ===== */
.wp-live-support {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-family: var(--font-main);
}

/* Toggle Button */
.wp-support-toggle {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.wp-support-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
}

.wp-toggle-icon,
.wp-toggle-close {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    transition: all 0.4s ease;
}

.wp-toggle-icon {
    opacity: 1;
    transform: scale(1);
}

.wp-toggle-close {
    opacity: 0;
    transform: scale(0.5) rotate(-180deg);
}

.wp-live-support.active .wp-toggle-icon {
    opacity: 0;
    transform: scale(0.5) rotate(180deg);
}

.wp-live-support.active .wp-toggle-close {
    opacity: 1;
    transform: scale(1) rotate(0);
}

/* Pulse Rings */
.wp-pulse-ring {
    position: absolute;
    inset: -4px;
    border: 2px solid rgba(37, 211, 102, 0.6);
    border-radius: 50%;
    animation: wpPulse 2s ease-out infinite;
}

.wp-pulse-ring.delay {
    animation-delay: 1s;
}

@keyframes wpPulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.wp-live-support.active .wp-pulse-ring {
    animation: none;
    opacity: 0;
}

/* Chat Box */
.wp-chat-box {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 350px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom right;
}

.wp-live-support.active .wp-chat-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Chat Header */
.wp-chat-header {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.wp-header-avatar {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.wp-header-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.wp-online-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #4ade80;
    border: 2px solid #128C7E;
    border-radius: 50%;
    animation: onlinePulse 2s ease-in-out infinite;
}

@keyframes onlinePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.wp-header-info {
    flex: 1;
}

.wp-header-info h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.wp-header-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.wp-typing-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: typingDot 1.4s ease-in-out infinite;
}

.wp-typing-dot:nth-child(2) { animation-delay: 0.2s; }
.wp-typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingDot {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-4px); }
}

.wp-header-close {
    width: 30px;
    height: 30px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-header-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

/* Chat Body */
.wp-chat-body {
    padding: 20px;
    background: #e5ddd5;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9c9c9' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    min-height: 150px;
}

.wp-welcome-message {
    display: flex;
    justify-content: flex-start;
}

.wp-message-bubble {
    background: #fff;
    padding: 12px 16px;
    border-radius: 0 18px 18px 18px;
    max-width: 85%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

.wp-message-bubble::before {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
}

.wp-message-bubble p {
    color: #303030;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 5px;
}

.wp-message-time {
    font-size: 0.7rem;
    color: #999;
    text-align: right;
    display: block;
}

/* Chat Footer */
.wp-chat-footer {
    padding: 15px;
    background: #f0f0f0;
}

.wp-message-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wp-message-form input {
    flex: 1;
    padding: 12px 18px;
    border: none;
    border-radius: 25px;
    background: #fff;
    font-size: 0.9rem;
    color: #333;
    outline: none;
    transition: box-shadow 0.3s ease;
}

.wp-message-form input:focus {
    box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.3);
}

.wp-message-form input::placeholder {
    color: #999;
}

.wp-send-btn {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-send-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
}

.wp-send-btn:active {
    transform: scale(0.95);
}

/* Powered By */
.wp-powered-by {
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #128C7E;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-top: 1px solid #e5e5e5;
}

.wp-powered-by i {
    font-size: 1rem;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .wp-live-support {
        bottom: 20px;
        right: 20px;
    }

    .wp-support-toggle {
        width: 55px;
        height: 55px;
    }

    .wp-chat-box {
        width: calc(100vw - 40px);
        right: -10px;
        bottom: 70px;
    }
}

/* ===== HEMEN ARA BUTTON SHAKE EFFECT ===== */
.cta-primary {
    animation: ctaShake 3s ease-in-out infinite;
}

@keyframes ctaShake {
    0%, 100% { transform: translateY(0) rotate(0); }
    10% { transform: translateY(-2px) rotate(-1deg); }
    20% { transform: translateY(0) rotate(1deg); }
    30% { transform: translateY(-2px) rotate(-1deg); }
    40% { transform: translateY(0) rotate(1deg); }
    50%, 100% { transform: translateY(0) rotate(0); }
}

.cta-primary:hover {
    animation: none;
    transform: translateY(-3px) scale(1.02);
}

/* ===== SITE CREATOR COPYRIGHT ===== */
.site-creator {
    text-align: center;
    padding: 20px 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 20px;
}

.creator-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.75rem;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.creator-link:hover {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(236, 72, 153, 0.3);
}

.creator-link i {
    font-size: 0.85rem;
}

/* ===== CREATOR MODAL - Professional Developer Showcase ===== */
.creator-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    padding: 20px;
}
.creator-modal.active {
    opacity: 1;
    visibility: visible;
}

.creator-modal-content {
    background: linear-gradient(160deg, #0d0d1a 0%, #111128 40%, #0a0a18 100%);
    border-radius: 28px;
    padding: 0 32px 28px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    position: relative;
    border: 1px solid rgba(236, 72, 153, 0.15);
    transform: scale(0.85) translateY(30px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
    opacity: 0;
    overflow: hidden;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.6),
        0 0 60px rgba(236, 72, 153, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.creator-modal.active .creator-modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Animated gradient accent bar */
.creator-accent-bar {
    height: 3px;
    margin: 0 -32px 0;
    background: linear-gradient(90deg, #ec4899, #f97316, #8b5cf6, #06b6d4, #ec4899);
    background-size: 300% 100%;
    animation: accentSlide 4s linear infinite;
}
@keyframes accentSlide {
    0% { background-position: 0% 0%; }
    100% { background-position: 300% 0%; }
}

/* Close button */
.creator-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    font-size: 0.85rem;
}
.creator-modal-close:hover {
    background: rgba(236, 72, 153, 0.2);
    border-color: rgba(236, 72, 153, 0.4);
    color: #fff;
    transform: rotate(90deg);
}

/* Terminal bar */
.creator-terminal-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 0 16px;
}
.terminal-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.terminal-dot.red { background: #ff5f57; }
.terminal-dot.yellow { background: #febc2e; }
.terminal-dot.green { background: #28c840; }
.terminal-title {
    margin-left: 10px;
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5px;
}

/* Avatar with animated ring */
.creator-avatar-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 8px auto 16px;
}
.creator-avatar-ring {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #ec4899, #f97316, #8b5cf6, #06b6d4, #ec4899);
    animation: ringRotate 3s linear infinite;
    opacity: 0.8;
}
@keyframes ringRotate {
    to { transform: rotate(360deg); }
}
.creator-avatar-ring::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #0d0d1a;
}
.creator-avatar {
    position: relative;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(139, 92, 246, 0.15));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ec4899;
    z-index: 2;
}
.creator-status-dot {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    background: #28c840;
    border-radius: 50%;
    border: 3px solid #0d0d1a;
    z-index: 3;
    animation: statusPulse 2s ease infinite;
}
@keyframes statusPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(40, 200, 64, 0.4); }
    50% { box-shadow: 0 0 0 6px rgba(40, 200, 64, 0); }
}

/* Info */
.creator-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}
.creator-name {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: var(--font-main);
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.creator-tagline {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.82rem;
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
}
.typing-cursor {
    animation: cursorBlink 1s step-end infinite;
    color: #ec4899;
    font-weight: 300;
}
@keyframes cursorBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* Stats row */
.creator-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 16px 0;
    margin: 0 -10px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.creator-stat {
    flex: 1;
    text-align: center;
}
.stat-number {
    font-size: 1.4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ec4899, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: var(--font-main);
}
.stat-plus {
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ec4899, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stat-label {
    display: block;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}
.creator-stat-divider {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.08);
}

/* Tech stack badges */
.creator-tech-stack {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
}
.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}
.tech-badge:hover {
    background: rgba(236, 72, 153, 0.1);
    border-color: rgba(236, 72, 153, 0.3);
    color: #f472b6;
    transform: translateY(-2px);
}
.tech-badge i {
    font-size: 0.75rem;
}
.tech-badge:nth-child(1) i { color: #e34f26; }
.tech-badge:nth-child(2) i { color: #1572b6; }
.tech-badge:nth-child(3) i { color: #f7df1e; }
.tech-badge:nth-child(4) i { color: #777bb4; }
.tech-badge:nth-child(5) i { color: #61dafb; }
.tech-badge:nth-child(6) i { color: #4479a1; }
.tech-badge:nth-child(7) i { color: #339933; }
.tech-badge:nth-child(8) i { color: #3776ab; }

/* Services grid */
.creator-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}
.service-item:hover {
    background: rgba(236, 72, 153, 0.08);
    border-color: rgba(236, 72, 153, 0.2);
    color: rgba(255, 255, 255, 0.85);
}
.service-item i {
    color: #ec4899;
    font-size: 0.85rem;
    width: 18px;
    text-align: center;
}

/* CTA Buttons */
.creator-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
}
.creator-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.creator-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.creator-btn:hover::before {
    opacity: 1;
}
.creator-btn:hover {
    transform: translateY(-3px);
}
.creator-btn i {
    font-size: 1.4rem;
    z-index: 1;
}
.creator-btn div {
    z-index: 1;
    text-align: left;
}
.btn-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
}
.btn-sub {
    display: block;
    font-size: 0.65rem;
    opacity: 0.7;
    font-weight: 400;
}
.creator-btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.25);
}
.creator-btn-whatsapp::before {
    background: linear-gradient(135deg, #2ae876, #15a06a);
}
.creator-btn-whatsapp:hover {
    box-shadow: 0 10px 35px rgba(37, 211, 102, 0.4);
}
.creator-btn-call {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 6px 24px rgba(99, 102, 241, 0.25);
}
.creator-btn-call::before {
    background: linear-gradient(135deg, #818cf8, #a78bfa);
}
.creator-btn-call:hover {
    box-shadow: 0 10px 35px rgba(99, 102, 241, 0.4);
}

/* Footer line */
.creator-footer-line {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.creator-footer-line i {
    color: #ec4899;
    margin-right: 4px;
}

/* Floating code particles */
.creator-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.code-particle {
    position: absolute;
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 0.8rem;
    color: rgba(236, 72, 153, 0.08);
    animation: codeFloat 8s ease-in-out infinite;
}
.code-particle:nth-child(1) { top: 15%; left: 8%; animation-delay: 0s; }
.code-particle:nth-child(2) { top: 30%; right: 6%; animation-delay: 1.5s; font-size: 1rem; }
.code-particle:nth-child(3) { bottom: 25%; left: 12%; animation-delay: 3s; }
.code-particle:nth-child(4) { top: 55%; right: 10%; animation-delay: 4.5s; font-size: 0.9rem; }
.code-particle:nth-child(5) { bottom: 12%; right: 15%; animation-delay: 6s; }

@keyframes codeFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.08; }
    25% { transform: translateY(-8px) rotate(5deg); opacity: 0.15; }
    50% { transform: translateY(-4px) rotate(-3deg); opacity: 0.1; }
    75% { transform: translateY(-12px) rotate(3deg); opacity: 0.12; }
}

/* Stat counter animation */
.creator-modal.active .stat-number {
    animation: countUp 0.6s ease-out forwards;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .creator-modal-content {
        padding: 0 20px 20px;
        border-radius: 22px;
        max-width: 360px;
    }
    .creator-avatar-wrapper { width: 74px; height: 74px; }
    .creator-avatar { width: 74px; height: 74px; font-size: 1.6rem; }
    .creator-name { font-size: 1.1rem; }
    .stat-number { font-size: 1.2rem; }
    .creator-services { gap: 6px; }
    .service-item { padding: 8px 10px; font-size: 0.7rem; }
    .creator-btn { padding: 12px 12px; }
    .tech-badge { padding: 4px 8px; font-size: 0.6rem; }
}

/* ===== SECURITY POPUP - Developer Showcase Security Edition ===== */
.security-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    padding: 20px;
}
.security-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.security-popup-content {
    background: linear-gradient(160deg, #0a0d1a 0%, #0d1128 40%, #080a18 100%);
    border-radius: 28px;
    padding: 0 32px 28px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    position: relative;
    border: 1px solid rgba(6, 182, 212, 0.15);
    transform: scale(0.85) translateY(30px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
    opacity: 0;
    overflow: hidden;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.6),
        0 0 60px rgba(6, 182, 212, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.security-popup-overlay.active .security-popup-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Security accent bar - cyber gradient */
.security-accent-bar {
    height: 3px;
    margin: 0 -32px 0;
    background: linear-gradient(90deg, #06b6d4, #10b981, #6366f1, #8b5cf6, #06b6d4);
    background-size: 300% 100%;
    animation: accentSlide 4s linear infinite;
}

/* Security close button */
.security-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    font-size: 0.85rem;
}
.security-popup-close:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.4);
    color: #fff;
    transform: rotate(90deg);
}

/* Security terminal bar */
.security-terminal-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 0 16px;
}
.security-terminal-bar .terminal-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.security-terminal-bar .terminal-dot.red { background: #ff5f57; }
.security-terminal-bar .terminal-dot.yellow { background: #febc2e; }
.security-terminal-bar .terminal-dot.green { background: #28c840; }
.security-terminal-title {
    margin-left: 10px;
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5px;
}

/* Shield avatar with animated ring */
.security-avatar-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 8px auto 16px;
}
.security-avatar-ring {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #06b6d4, #10b981, #6366f1, #8b5cf6, #06b6d4);
    animation: ringRotate 3s linear infinite;
    opacity: 0.8;
}
.security-avatar-ring::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #0a0d1a;
}
.security-avatar-icon {
    position: relative;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(99, 102, 241, 0.15));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #06b6d4;
    z-index: 2;
}
.security-status-dot {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    background: #28c840;
    border-radius: 50%;
    border: 3px solid #0a0d1a;
    z-index: 3;
    animation: statusPulse 2s ease infinite;
}

/* Security info */
.security-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}
.security-popup-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.security-popup-tagline {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.82rem;
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
}
.security-popup-tagline .sec-cursor {
    animation: cursorBlink 1s step-end infinite;
    color: #06b6d4;
    font-weight: 300;
}

/* Security stats row */
.security-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 16px 0;
    margin: 0 -10px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.security-stat-item {
    flex: 1;
    text-align: center;
}
.security-stat-item .sec-stat-number {
    font-size: 1.4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #06b6d4, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.security-stat-item .sec-stat-plus {
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #06b6d4, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.security-stat-item .sec-stat-label {
    display: block;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}
.security-stat-divider {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.08);
}

/* Security protocol badges */
.security-protocols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
}
.sec-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}
.sec-badge:hover {
    background: rgba(6, 182, 212, 0.1);
    border-color: rgba(6, 182, 212, 0.3);
    color: #67e8f9;
    transform: translateY(-2px);
}
.sec-badge i {
    font-size: 0.75rem;
}
.sec-badge:nth-child(1) i { color: #06b6d4; }
.sec-badge:nth-child(2) i { color: #10b981; }
.sec-badge:nth-child(3) i { color: #f59e0b; }
.sec-badge:nth-child(4) i { color: #6366f1; }
.sec-badge:nth-child(5) i { color: #ef4444; }
.sec-badge:nth-child(6) i { color: #8b5cf6; }
.sec-badge:nth-child(7) i { color: #ec4899; }
.sec-badge:nth-child(8) i { color: #14b8a6; }

/* Security features grid */
.security-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
}
.sec-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}
.sec-feature-item:hover {
    background: rgba(6, 182, 212, 0.08);
    border-color: rgba(6, 182, 212, 0.2);
    color: rgba(255, 255, 255, 0.85);
}
.sec-feature-item i {
    color: #06b6d4;
    font-size: 0.85rem;
    width: 18px;
    text-align: center;
}

/* Security CTA button */
.security-cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
}
.sec-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.sec-cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.sec-cta-btn:hover::before { opacity: 1; }
.sec-cta-btn:hover { transform: translateY(-3px); }
.sec-cta-btn i { font-size: 1.2rem; z-index: 1; }
.sec-cta-btn span { z-index: 1; font-size: 0.82rem; font-weight: 700; }

.sec-btn-understood {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    box-shadow: 0 6px 24px rgba(6, 182, 212, 0.25);
}
.sec-btn-understood::before { background: linear-gradient(135deg, #22d3ee, #06b6d4); }
.sec-btn-understood:hover { box-shadow: 0 10px 35px rgba(6, 182, 212, 0.4); }

.sec-btn-developer {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 6px 24px rgba(99, 102, 241, 0.25);
}
.sec-btn-developer::before { background: linear-gradient(135deg, #818cf8, #a78bfa); }
.sec-btn-developer:hover { box-shadow: 0 10px 35px rgba(99, 102, 241, 0.4); }

/* Security footer line */
.security-footer-line {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.security-footer-line i {
    color: #06b6d4;
    margin-right: 4px;
}

/* Floating security particles */
.security-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.sec-particle {
    position: absolute;
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 0.8rem;
    color: rgba(6, 182, 212, 0.08);
    animation: codeFloat 8s ease-in-out infinite;
}
.sec-particle:nth-child(1) { top: 15%; left: 8%; animation-delay: 0s; }
.sec-particle:nth-child(2) { top: 30%; right: 6%; animation-delay: 1.5s; font-size: 1rem; }
.sec-particle:nth-child(3) { bottom: 25%; left: 12%; animation-delay: 3s; }
.sec-particle:nth-child(4) { top: 55%; right: 10%; animation-delay: 4.5s; font-size: 0.9rem; }
.sec-particle:nth-child(5) { bottom: 12%; right: 15%; animation-delay: 6s; }

/* Security stat counter animation */
.security-popup-overlay.active .sec-stat-number {
    animation: countUp 0.6s ease-out forwards;
}

/* Security popup mobile responsive */
@media (max-width: 480px) {
    .security-popup-content {
        padding: 0 20px 20px;
        border-radius: 22px;
        max-width: 360px;
    }
    .security-avatar-wrapper { width: 74px; height: 74px; }
    .security-avatar-icon { width: 74px; height: 74px; font-size: 1.6rem; }
    .security-popup-title { font-size: 1.1rem; }
    .sec-stat-number { font-size: 1.2rem !important; }
    .security-features-grid { gap: 6px; }
    .sec-feature-item { padding: 8px 10px; font-size: 0.7rem; }
    .sec-cta-btn { padding: 12px 12px; }
    .sec-badge { padding: 4px 8px; font-size: 0.6rem; }
    .security-cta-actions { grid-template-columns: 1fr; }
}

/* ================================
   Subcategory & Product Link Styles
   ================================ */

/* Product Name Link */
.product-name-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-name-link:hover .product-name {
    color: #ec4899;
}

/* Product Image Link inside wrapper */
.product-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.product-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-image-wrapper:hover .product-image-link img {
    transform: scale(1.08);
}

/* Featured Image Link */
.featured-image a {
    display: block;
}

.featured-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-image:hover a img {
    transform: scale(1.05);
}

/* Featured Title Link */
.featured-title-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.featured-title-link:hover .featured-title {
    background: linear-gradient(135deg, #ec4899 0%, #f97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Subcategory Badge for Featured Product */
.subcategory-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(249, 115, 22, 0.2));
    border: 1px solid rgba(236, 72, 153, 0.3);
    border-radius: 8px;
    font-size: 0.85rem;
    color: #ec4899;
    margin-bottom: 16px;
}

.subcategory-badge i {
    font-size: 0.9rem;
}

/* Subcategory Indicator for Grid Products */
.subcategory-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: rgba(236, 72, 153, 0.15);
    border-radius: 6px;
    font-size: 0.75rem;
    color: #ec4899;
    margin-bottom: 10px;
}

.subcategory-indicator i {
    font-size: 0.7rem;
}

/* Product Card Transition */
.product-card-premium {
    transition: transform 0.3s ease;
}

.product-card-premium:hover {
    transform: translateY(-8px);
}

/* ================================
   LIVE ANIMATIONS & EFFECTS
   ================================ */

/* Full Card Clickable Overlay */
.card-overlay-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.product-card-inner {
    position: relative;
}

.product-actions {
    position: relative;
    z-index: 5;
}

.featured-full-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.featured-product-inner {
    position: relative;
}

.featured-btn, .featured-badge {
    position: relative;
    z-index: 5;
}

/* Hover Flash Effect */
.hover-flash {
    position: absolute;
    inset: 0;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
}

.product-card-premium:hover .hover-flash,
.featured-product:hover .hover-flash {
    animation: cameraFlash 0.3s ease;
}

@keyframes cameraFlash {
    0% { opacity: 0; }
    50% { opacity: 0.6; }
    100% { opacity: 0; }
}

/* Focus Brackets Animation */
.focus-brackets {
    position: absolute;
    inset: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-product:hover .focus-brackets {
    opacity: 1;
}

.bracket {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #ec4899;
}

.br-tl { top: 0; left: 0; border-right: none; border-bottom: none; animation: bracketPulse 1.5s infinite; }
.br-tr { top: 0; right: 0; border-left: none; border-bottom: none; animation: bracketPulse 1.5s infinite 0.2s; }
.br-bl { bottom: 0; left: 0; border-right: none; border-top: none; animation: bracketPulse 1.5s infinite 0.4s; }
.br-br { bottom: 0; right: 0; border-left: none; border-top: none; animation: bracketPulse 1.5s infinite 0.6s; }

@keyframes bracketPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.95); }
}

/* ================================
   SOFTBOX LIGHTS - LEFT & RIGHT
   ================================ */

.softbox-left,
.softbox-right {
    position: absolute;
    bottom: 80px;
    z-index: 100;
    pointer-events: none;
}

.softbox-left { left: 40px; }
.softbox-right { right: 40px; }

.softbox-stand {
    width: 10px;
    height: 150px;
    background: linear-gradient(180deg, #444 0%, #222 100%);
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.5);
}

.softbox-head {
    width: 100px;
    height: 120px;
    background: linear-gradient(180deg, #333 0%, #1a1a1a 100%);
    border-radius: 12px;
    position: relative;
    margin: 0 auto;
    margin-top: -5px;
    border: 3px solid #444;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.softbox-light {
    position: absolute;
    inset: 12px;
    background: linear-gradient(180deg, #fffbe6 0%, #ffd700 50%, #ffaa00 100%);
    border-radius: 8px;
    animation: softboxFlash 2.5s ease-in-out infinite;
}

.softbox-left .softbox-light { animation-delay: 0s; }
.softbox-right .softbox-light { animation-delay: 1.25s; }

@keyframes softboxFlash {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
    }
    15% {
        opacity: 1;
        box-shadow: 0 0 80px rgba(255, 215, 0, 1), 0 0 150px rgba(255, 170, 0, 0.8);
    }
    30% {
        opacity: 0.5;
        box-shadow: 0 0 40px rgba(255, 215, 0, 0.5);
    }
    50% {
        opacity: 0.3;
    }
}

.softbox-glow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 250px;
    background: radial-gradient(ellipse at top, rgba(255, 215, 0, 0.4) 0%, rgba(255, 170, 0, 0.2) 40%, transparent 70%);
    animation: glowPulse 2.5s ease-in-out infinite;
    pointer-events: none;
}

.softbox-left .softbox-glow { animation-delay: 0s; }
.softbox-right .softbox-glow { animation-delay: 1.25s; }

@keyframes glowPulse {
    0%, 100% { opacity: 0.2; transform: translateX(-50%) scaleY(0.8); }
    15% { opacity: 1; transform: translateX(-50%) scaleY(1.3); }
    30% { opacity: 0.5; transform: translateX(-50%) scaleY(1); }
    50% { opacity: 0.2; }
}

/* ================================
   FOOTER FLYING DRONE - CENTER
   ================================ */

.footer-flying-drone {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    animation: droneMove 10s ease-in-out infinite;
}

@keyframes droneMove {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    25% { transform: translateX(-70%) translateY(-40px); }
    50% { transform: translateX(-50%) translateY(-60px); }
    75% { transform: translateX(-30%) translateY(-30px); }
}

.drone-main {
    position: relative;
    animation: droneFloat 1.5s ease-in-out infinite;
}

@keyframes droneFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

.drone-body-main {
    width: 120px;
    height: 50px;
    background: linear-gradient(180deg, #555 0%, #2a2a2a 100%);
    border-radius: 25px;
    position: relative;
    box-shadow:
        0 8px 30px rgba(0,0,0,0.6),
        inset 0 3px 8px rgba(255,255,255,0.15);
    border: 2px solid #666;
}

.drone-camera-main {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 30px;
    background: linear-gradient(180deg, #333 0%, #111 100%);
    border-radius: 10px;
    border: 2px solid #444;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.drone-lens-main {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    background: radial-gradient(circle, #6cf 0%, #39f 40%, #06c 70%, #024 100%);
    border-radius: 50%;
    border: 3px solid #222;
    box-shadow:
        0 0 20px #39f,
        0 0 40px rgba(51, 153, 255, 0.6),
        inset 0 0 8px rgba(255,255,255,0.4);
    animation: lensPulse 2s ease-in-out infinite;
}

@keyframes lensPulse {
    0%, 100% { box-shadow: 0 0 20px #39f, 0 0 40px rgba(51, 153, 255, 0.6); }
    50% { box-shadow: 0 0 35px #f39, 0 0 70px #39f; }
}

.drone-arm-main {
    position: absolute;
    width: 55px;
    height: 8px;
    background: linear-gradient(90deg, #666 0%, #333 100%);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.arm-fl { top: 10px; left: -40px; transform: rotate(-35deg); }
.arm-fr { top: 10px; right: -40px; transform: rotate(35deg); }
.arm-bl { bottom: 10px; left: -40px; transform: rotate(35deg); }
.arm-br { bottom: 10px; right: -40px; transform: rotate(-35deg); }

.drone-rotor {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.4);
    background: conic-gradient(from 0deg, rgba(255,255,255,0.3), transparent, rgba(255,255,255,0.3), transparent);
    animation: rotorSpin 0.08s linear infinite;
    box-shadow: 0 0 15px rgba(255,255,255,0.2);
}

.rotor-fl { top: -25px; left: -60px; }
.rotor-fr { top: -25px; right: -60px; }
.rotor-bl { bottom: -25px; left: -60px; }
.rotor-br { bottom: -25px; right: -60px; }

@keyframes rotorSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.drone-spotlight {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 120px;
    background: linear-gradient(180deg, rgba(51, 153, 255, 0.5) 0%, rgba(51, 153, 255, 0.1) 50%, transparent 100%);
    clip-path: polygon(35% 0%, 65% 0%, 100% 100%, 0% 100%);
    animation: spotlightMove 2s ease-in-out infinite;
}

@keyframes spotlightMove {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scaleY(1); }
    50% { opacity: 1; transform: translateX(-50%) scaleY(1.3); }
}

/* ================================
   PHOTO CAPTURE EFFECT
   ================================ */

.photo-capture-effect {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
}

.photo-capture-effect.active {
    animation: captureSequence 2s ease forwards;
}

@keyframes captureSequence {
    0% { opacity: 1; }
    10% { opacity: 1; }
    15% { opacity: 0; }
    100% { opacity: 0; }
}

.capture-frame {
    width: 300px;
    height: 200px;
    position: relative;
}

.frame-corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #ec4899;
}

.corner-tl { top: 0; left: 0; border-right: none; border-bottom: none; }
.corner-tr { top: 0; right: 0; border-left: none; border-bottom: none; }
.corner-bl { bottom: 0; left: 0; border-right: none; border-top: none; }
.corner-br { bottom: 0; right: 0; border-left: none; border-top: none; }

.capture-flash {
    position: fixed;
    inset: 0;
    background: white;
    animation: flashEffect 0.5s ease;
}

@keyframes flashEffect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 0; }
}

/* Polaroid Output */
.polaroid-output {
    position: fixed;
    bottom: -200px;
    right: 50px;
    width: 150px;
    background: white;
    padding: 10px;
    padding-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    animation: polaroidDrop 3s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

@keyframes polaroidDrop {
    0% { bottom: -200px; opacity: 0; transform: rotate(0deg); }
    30% { bottom: 100px; opacity: 1; transform: rotate(-5deg); }
    50% { transform: rotate(3deg); }
    70% { transform: rotate(-2deg); }
    100% { bottom: 80px; opacity: 0; transform: rotate(0deg); }
}

.polaroid-image {
    width: 100%;
    height: 100px;
    background: linear-gradient(135deg, #667eea, #764ba2);
}

/* Scroll Flash Effect */
.scroll-flash-effect {
    position: fixed;
    inset: 0;
    background: white;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.1s ease;
}

.scroll-flash-effect.flash {
    animation: scrollFlash 0.3s ease;
}

@keyframes scrollFlash {
    0% { opacity: 0; }
    30% { opacity: 0.5; }
    100% { opacity: 0; }
}

/* ================================
   PRODUCT CARD ENHANCEMENTS
   ================================ */

.product-card-premium {
    position: relative;
    overflow: hidden;
}

.product-card-premium::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(236, 72, 153, 0.1) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    transition: transform 0.6s ease;
    pointer-events: none;
    z-index: 2;
}

.product-card-premium:hover::before {
    transform: rotate(45deg) translate(50%, 50%);
}

/* Live indicator on featured product */
.featured-product::after {
    content: 'CANLI';
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ef4444;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    animation: livePulse 2s infinite;
    z-index: 10;
}

@keyframes livePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
    50% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
}

/* Cursor camera on products */
.product-card-premium:hover,
.featured-product:hover {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23ec4899'%3E%3Cpath d='M12 10.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-8 13c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z'/%3E%3C/svg%3E") 16 16, pointer;
}

/* Shutter sound visual effect */
.product-card-premium:active .product-image-wrapper,
.featured-product:active .featured-image {
    animation: shutterClick 0.2s ease;
}

@keyframes shutterClick {
    0% { transform: scale(1); }
    50% { transform: scale(0.98); filter: brightness(1.5); }
    100% { transform: scale(1); }
}

/* ==========================================
   PROFESSIONAL POPUP / MODAL SYSTEM
   ========================================== */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px;
}
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-card {
    background: linear-gradient(145deg, rgba(20, 20, 20, 0.95), rgba(10, 10, 10, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px 36px 32px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    transform: scale(0.85) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 80px rgba(236, 72, 153, 0.1);
}
.popup-overlay.active .popup-card {
    transform: scale(1) translateY(0);
}

/* Top gradient accent line */
.popup-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 24px 24px 0 0;
}
.popup-card.popup-success::before {
    background: linear-gradient(90deg, #10b981, #34d399, #6ee7b7);
}
.popup-card.popup-error::before {
    background: linear-gradient(90deg, #ef4444, #f97316, #ef4444);
}
.popup-card.popup-info::before {
    background: var(--gradient-primary);
}

/* Icon circle */
.popup-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    position: relative;
    animation: popupIconIn 0.5s 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.popup-success .popup-icon {
    background: rgba(16, 185, 129, 0.12);
    color: #34d399;
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.2);
}
.popup-error .popup-icon {
    background: rgba(239, 68, 68, 0.12);
    color: #f87171;
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.2);
}
.popup-info .popup-icon {
    background: rgba(236, 72, 153, 0.12);
    color: #f472b6;
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.2);
}

@keyframes popupIconIn {
    from { transform: scale(0) rotate(-45deg); opacity: 0; }
    to { transform: scale(1) rotate(0deg); opacity: 1; }
}

/* Checkmark animation */
.popup-icon .check-icon {
    width: 36px;
    height: 36px;
}
.popup-icon .check-icon path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: drawCheck 0.5s 0.5s ease forwards;
}
@keyframes drawCheck {
    to { stroke-dashoffset: 0; }
}

.popup-title {
    font-family: var(--font-main);
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    animation: popupTextIn 0.4s 0.3s ease both;
}

.popup-message {
    font-family: var(--font-main);
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin-bottom: 28px;
    animation: popupTextIn 0.4s 0.4s ease both;
}

@keyframes popupTextIn {
    from { transform: translateY(10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.popup-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 36px;
    border: none;
    border-radius: 12px;
    font-family: var(--font-main);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: popupTextIn 0.4s 0.5s ease both;
}
.popup-success .popup-btn {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}
.popup-success .popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
}
.popup-error .popup-btn {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.3);
}
.popup-error .popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(239, 68, 68, 0.4);
}
.popup-info .popup-btn {
    background: var(--gradient-primary);
    color: #fff;
    box-shadow: 0 4px 20px rgba(236, 72, 153, 0.3);
}
.popup-info .popup-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(236, 72, 153, 0.4);
}

/* Progress bar at bottom */
.popup-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 0 0 24px 24px;
    animation: popupProgressShrink 5s linear forwards;
}
.popup-success .popup-progress { background: linear-gradient(90deg, #10b981, #34d399); }
.popup-error .popup-progress { background: linear-gradient(90deg, #ef4444, #f97316); }
.popup-info .popup-progress { background: var(--gradient-primary); }

@keyframes popupProgressShrink {
    from { width: 100%; }
    to { width: 0%; }
}

/* Floating particles (subtle) */
.popup-card .popup-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}
.popup-success .popup-particle { background: #34d399; }
.popup-error .popup-particle { background: #f87171; }
.popup-info .popup-particle { background: #f472b6; }

@keyframes particleFloat {
    0% { opacity: 0; transform: translateY(0) scale(0); }
    30% { opacity: 0.6; }
    100% { opacity: 0; transform: translateY(-80px) scale(1.5); }
}

/* Close overlay on click */
.popup-overlay.dismissible { cursor: pointer; }
.popup-overlay.dismissible .popup-card { cursor: default; }

/* Mobile responsive */
@media (max-width: 480px) {
    .popup-card {
        padding: 32px 24px 24px;
        border-radius: 20px;
        margin: 10px;
    }
    .popup-icon { width: 60px; height: 60px; font-size: 28px; }
    .popup-title { font-size: 1.15rem; }
    .popup-message { font-size: 0.85rem; }
    .popup-btn { padding: 10px 28px; font-size: 0.9rem; }
}

/* ============================================
   MOBILE PERFORMANCE OPTIMIZATION
   Disables heavy GPU effects on mobile/tablet
   ============================================ */
@media (max-width: 1024px) {
    /* Remove ALL backdrop-filter (extremely heavy on mobile GPU) */
    *,
    *::before,
    *::after {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    /* Replace transparent backgrounds with solid ones */
    .header-spectacular,
    .header-spectacular.scrolled {
        background: rgba(10, 10, 15, 0.95) !important;
    }

    .mobile-menu-bg {
        background: rgba(10, 10, 15, 0.97) !important;
    }

    .lightbox {
        background: rgba(0, 0, 0, 0.95) !important;
    }

    .creator-modal,
    .security-popup-overlay {
        background: rgba(0, 0, 0, 0.92) !important;
    }

    /* Remove heavy blur filters */
    .aurora,
    .hero::before,
    .hero::after,
    .hero-floating-shapes span,
    .cta-section::before,
    .cta-section::after,
    .section-bg-glow,
    [class*="bg-blur"],
    [class*="bg-glow"] {
        filter: none !important;
    }

    /* Disable floating/orbit/parallax animations on mobile */
    .hero-orb,
    .floating-shape,
    .hero-floating-shapes span,
    .cta-bg-orb,
    .bg-orb,
    .drone-element,
    .drone-wrapper,
    .drone-shadow,
    .drone-propeller,
    .cam-ring-1,
    .cam-ring-2,
    .cam-ring-3 {
        animation: none !important;
        transform: none !important;
    }

    /* Reduce header particle/orb animations */
    .header-particle,
    .header-orb,
    .nav-glow {
        display: none !important;
    }

    /* Simplify card hover effects */
    .service-card:hover,
    .product-card:hover,
    .gallery-card:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    }

    /* Disable CTA particle explosions */
    .cta-particles,
    .cta-particle,
    .sec-particle,
    .security-particles {
        display: none !important;
    }

    /* Simplify scroll animations - show immediately */
    .fade-up { opacity: 1 !important; transform: translateY(0) !important; }
    .reveal-element { opacity: 1 !important; transform: translateY(0) !important; }

    /* Reduce gradient animations */
    .gradient-text-animated,
    [class*="gradient-shift"] {
        animation: none !important;
    }

    /* Disable lens loader heavy effects */
    .lens-container {
        background: #0a0a0f !important;
    }

    /* Simplify WhatsApp button animation */
    .whatsapp-btn::before {
        animation: none !important;
    }
}

/* Extra optimization for small phones - targeted only */
@media (max-width: 640px) {
    /* Disable heavy decorative animations only */
    .hero-orb,
    .floating-shape,
    .hero-floating-shapes span,
    .cta-bg-orb, .bg-orb,
    .drone-element, .drone-wrapper,
    .cam-ring-1, .cam-ring-2, .cam-ring-3,
    .header-particle, .header-orb,
    .whatsapp-btn::before,
    .gradient-text-animated,
    .aurora {
        animation: none !important;
    }

    /* Remove heavy blur on decorative backgrounds only */
    .aurora,
    .hero::before, .hero::after,
    .cta-section::before, .cta-section::after,
    .section-bg-glow,
    [class*="bg-blur"], [class*="bg-glow"] {
        filter: none !important;
    }

    /* Simplify box-shadows */
    .service-card, .product-card,
    .gallery-card, .product-detail-card {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

/* ============================================
   MOBILE VIEWPORT FIT & PERFORMANCE
   ============================================ */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
        max-width: 100% !important;
    }

    /* Aurora background - disable on mobile completely */
    .aurora-container,
    .aurora,
    .aurora-layer {
        display: none !important;
    }

    /* Hero section mobile */
    .hero {
        min-height: auto !important;
        padding: 100px 16px 50px !important;
    }

    .hero h1 {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
    }

    .hero p {
        font-size: 0.95rem !important;
    }

    /* Service cards - full width stack */
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    /* Gallery grid */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    /* Contact form */
    .contact-grid {
        grid-template-columns: 1fr !important;
    }

    /* Fixed elements */
    .whatsapp-float {
        bottom: 16px !important;
        right: 16px !important;
    }

    /* Section padding reduction */
    section {
        padding: 40px 0 !important;
    }

    /* Disable heavy decorative elements */
    .hero-orb,
    .floating-shape,
    .bg-orb,
    .section-bg-glow,
    .cta-particles,
    .header-particle,
    .header-orb {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.4rem !important;
    }

    .hero-buttons {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        width: 100% !important;
        text-align: center !important;
    }

    .gallery-grid {
        grid-template-columns: 1fr !important;
    }

    /* Footer mobile */
    .footer-grid {
        grid-template-columns: 1fr !important;
    }
}
