@tailwind base;
@tailwind components;
@tailwind utilities;

/* Prevent text overflow on mobile, especially for Russian */
@layer base {
    * {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: none;
    }
    
    /* Prevent hyphens on all text elements globally */
    body, h1, h2, h3, h4, h5, h6, p, span, a, button, div, li, td, th, label, input, textarea, select {
        hyphens: none !important;
    }
    
    /* Ensure text doesn't overflow on mobile */
    @media (max-width: 640px) {
        body {
            overflow-x: hidden;
        }
        
        h1, h2, h3, h4, h5, h6, p, span, a, button {
            word-break: break-word;
            overflow-wrap: break-word;
            hyphens: none;
        }
        
        /* Extra small text for Russian on mobile */
        #home h1,
        #home .heading-xl,
        #home .hero-heading {
            text-align: center !important;
        }
        
        #home h1 span,
        #home .heading-xl span,
        #home .hero-heading span,
        #home .hero-heading-span {
            text-align: center !important;
        }
        
        html[lang="ru"] #home h1,
        html[lang="ru"] #home .heading-xl,
        html[lang="ru"] #home .hero-heading {
            font-size: 1.25rem !important;
            line-height: 1.25 !important;
            text-align: center !important;
        }
        
        html[lang="ru"] #home h1 span,
        html[lang="ru"] #home .heading-xl span,
        html[lang="ru"] #home .hero-heading span,
        html[lang="ru"] #home .hero-heading-span {
            word-break: keep-all !important;
            overflow-wrap: normal !important;
            white-space: normal !important;
            display: block !important;
            text-align: center !important;
        }
        
        html[lang="ru"] #home p {
            font-size: 0.8rem !important;
            line-height: 1.4 !important;
        }
        
        html[lang="ru"] #home .btn-primary,
        html[lang="ru"] #home a[data-i18n] {
            font-size: 0.7rem !important;
            padding: 0.5rem 0.75rem !important;
        }
    }
    
    /* Hero section specific mobile fixes */
    @media (max-width: 640px) {
        #home {
            min-height: auto !important;
            height: auto !important;
            padding-top: 4rem !important;
            padding-bottom: 3rem !important;
        }
        
        #home .container {
            padding-left: 0.75rem !important;
            padding-right: 0.75rem !important;
        }
        
        #home .grid {
            min-height: auto !important;
            padding-top: 2rem !important;
            padding-bottom: 1.5rem !important;
        }
        
        #home .heading-xl,
        #home .hero-heading {
            padding-left: 0 !important;
            padding-right: 0 !important;
            margin-bottom: 1rem !important;
        }
        
        /* Override inline styles for Russian */
        html[lang="ru"] #home .hero-heading[style],
        html[lang="ru"] #home .heading-xl[style] {
            word-break: keep-all !important;
            overflow-wrap: normal !important;
        }
        
        #home .space-y-3 > * + *,
        #home .space-y-4 > * + * {
            margin-top: 1rem !important;
        }
        
        #home .space-y-6 > * + * {
            margin-top: 1.25rem !important;
        }
        
        #home .pt-2 {
            padding-top: 1rem !important;
        }
        
        #home .gap-6 {
            gap: 1.5rem !important;
        }
    }
    
    /* Section headings - slightly smaller */
    section h2 {
        font-size: calc(1.875rem - 0.5rem) !important; /* text-3xl -> slightly smaller */
    }
    
    @media (min-width: 640px) {
        section h2 {
            font-size: calc(2.25rem - 0.5rem) !important; /* text-4xl -> slightly smaller */
        }
    }
    
    @media (min-width: 768px) {
        section h2 {
            font-size: calc(3rem - 0.625rem) !important; /* text-5xl -> slightly smaller */
        }
    }
    
    @media (min-width: 1024px) {
        section h2 {
            font-size: calc(3.75rem - 0.75rem) !important; /* text-6xl -> slightly smaller */
        }
    }
    
    /* Section headings mobile optimization */
    @media (max-width: 640px) {
        section h2 {
            font-size: 1.3rem !important;
            line-height: 1.3 !important;
            margin-bottom: 1rem !important;
            padding-left: 0.5rem !important;
            padding-right: 0.5rem !important;
        }
        
        html[lang="ru"] section h2 {
            font-size: 1.15rem !important;
            line-height: 1.25 !important;
        }
        
        section p {
            font-size: 0.875rem !important;
            line-height: 1.5 !important;
            padding-left: 0.5rem !important;
            padding-right: 0.5rem !important;
        }
        
        html[lang="ru"] section p {
            font-size: 0.8rem !important;
        }
    }
    
    /* Cards mobile optimization */
    @media (max-width: 640px) {
        /* Products Services Grid - 2 columns on mobile */
        #products-services .grid {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 0.75rem !important;
        }
        
        .clean-service-card,
        .service-card-modern,
        .google-image-card,
        .branding-service-card,
        .testimonial-card-new,
        .automation-card {
            padding: 1rem !important;
            margin-bottom: 1rem !important;
        }
        
        .service-title-clean,
        .google-card-title,
        .branding-service-card h3 {
            font-size: 0.9rem !important;
            line-height: 1.3 !important;
            margin-bottom: 0.5rem !important;
        }
        
        .service-desc-clean {
            font-size: 0.75rem !important;
            line-height: 1.4 !important;
        }
        
        .service-icon-gradient {
            width: 48px !important;
            height: 48px !important;
            margin-bottom: 0.5rem !important;
        }
        
        .service-icon-gradient svg {
            width: 48px !important;
            height: 48px !important;
        }
        
        .automation-card-title {
            font-size: 1.125rem !important;
            line-height: 1.3 !important;
            margin-bottom: 0.75rem !important;
            text-align: center !important;
        }
        
        html[lang="ru"] .service-title-clean,
        html[lang="ru"] .google-card-title,
        html[lang="ru"] .branding-service-card h3 {
            font-size: 0.9rem !important;
        }
        
        html[lang="ru"] .automation-card-title {
            font-size: 1rem !important;
            text-align: center !important;
        }
        
        .service-desc-clean,
        .google-card-desc,
        .branding-service-card p {
            font-size: 0.8rem !important;
            line-height: 1.5 !important;
        }
        
        .automation-card-text {
            font-size: 0.95rem !important;
            line-height: 1.5 !important;
            text-align: center !important;
        }
        
        html[lang="ru"] .service-desc-clean,
        html[lang="ru"] .google-card-desc,
        html[lang="ru"] .branding-service-card p {
            font-size: 0.75rem !important;
        }
        
        html[lang="ru"] .automation-card-text {
            font-size: 0.85rem !important;
            text-align: center !important;
        }
    }
    
    /* Social media timeline cards mobile */
    @media (max-width: 640px) {
        .social-timeline-card-title {
            font-size: 1rem !important;
            line-height: 1.3 !important;
            margin-bottom: 0.5rem !important;
        }
        
        html[lang="ru"] .social-timeline-card-title {
            font-size: 0.9rem !important;
        }
        
        .social-timeline-card-desc {
            font-size: 0.8rem !important;
            line-height: 1.5 !important;
        }
        
        html[lang="ru"] .social-timeline-card-desc {
            font-size: 0.75rem !important;
        }
        
        .social-timeline-feature-title {
            font-size: 0.75rem !important;
        }
        
        .social-timeline-feature-desc {
            font-size: 0.7rem !important;
        }
        
        .social-timeline-cta-btn {
            font-size: 0.75rem !important;
            padding: 0.5rem 1rem !important;
        }
    }
    
    /* Section containers mobile optimization */
    @media (max-width: 640px) {
        section {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important;
        }
        
        section .container {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }
        
        .grid {
            gap: 1rem !important;
        }
    }
    
    /* Buttons mobile optimization */
    @media (max-width: 640px) {
        a[class*="cta"],
        a[class*="btn"] {
            font-size: 0.75rem !important;
            padding: 0.625rem 1rem !important;
            min-height: 2.5rem;
        }
        
        html[lang="ru"] a[class*="cta"],
        html[lang="ru"] a[class*="btn"] {
            font-size: 0.7rem !important;
            padding: 0.5rem 0.875rem !important;
        }
    }
    
    
    
    /* Testimonial cards mobile - 2 columns */
    @media (max-width: 640px) {
        /* Force 2 columns grid for testimonials on mobile */
        #testimonials .grid {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 0.75rem !important;
        }
        
        .testimonial-card-new {
            padding: 0.75rem !important;
            margin-bottom: 0 !important;
        }
        
        .testimonial-avatar-image {
            width: 70px !important;
            height: 70px !important;
            margin-bottom: 0.5rem !important;
            border-width: 2px !important;
        }
        
        .quote-badge {
            width: 24px !important;
            height: 24px !important;
            top: -2px !important;
            right: -2px !important;
        }
        
        .quote-badge svg {
            width: 14px !important;
            height: 14px !important;
        }
        
        .testimonial-card-new p {
            font-size: 0.7rem !important;
            line-height: 1.4 !important;
            margin-bottom: 0.5rem !important;
            hyphens: none !important;
        }
        
        html[lang="ru"] .testimonial-card-new p {
            font-size: 0.65rem !important;
            hyphens: none !important;
        }
        
        .testimonial-card-new h4 {
            font-size: 0.75rem !important;
            margin-bottom: 0.25rem !important;
            hyphens: none !important;
        }
        
        .testimonial-job {
            font-size: 0.65rem !important;
            line-height: 1.3 !important;
            hyphens: none !important;
        }
        
        .testimonial-card-new .text-sm {
            font-size: 0.7rem !important;
        }
        
        /* Reduce margin bottom for avatar container */
        .testimonial-card-new .relative.inline-block {
            margin-bottom: 0.5rem !important;
        }
    }
    
    /* Contact form mobile - only affects mobile, desktop stays unchanged */
    @media (max-width: 640px) {
        .contact-info-card {
            padding: 1rem !important;
        }
        
        .contact-info-title {
            font-size: 0.875rem !important;
        }
        
        .contact-info-text {
            font-size: 0.8rem !important;
        }
        
        input, textarea, select {
            font-size: 0.875rem !important;
            padding: 0.75rem !important;
        }
    }
    
    /* Desktop - ensure original sizes are preserved */
    @media (min-width: 641px) {
        .contact-info-title {
            font-size: 1.125rem !important;
        }
        
        .contact-info-text {
            font-size: 0.9375rem !important;
        }
    }
    
    /* Section padding mobile optimization */
    @media (max-width: 640px) {
        section {
            padding-left: 0.75rem !important;
            padding-right: 0.75rem !important;
        }
        
        section .container {
            padding-left: 0.75rem !important;
            padding-right: 0.75rem !important;
        }
    }
}

/* Custom Components */
@layer components {
    /* Button Primary */
    .btn-primary {
        @apply bg-neon text-dark px-6 sm:px-8 py-3 sm:py-4 rounded-lg font-heading font-bold text-sm sm:text-base;
        @apply hover:bg-neon-soft hover:shadow-neonSoft transition-all duration-300;
        @apply transform hover:scale-[1.02] active:scale-[0.98];
    }
    
    
    /* Heading XL */
    .heading-xl {
        @apply text-xl sm:text-2xl md:text-3xl lg:text-4xl xl:text-5xl font-heading font-bold leading-tight;
        hyphens: none !important;
    }
    
    /* Special rules for Russian language - smaller text */
    html[lang="ru"] .heading-xl,
    html[lang="ru"] .hero-heading {
        @apply text-base sm:text-lg md:text-xl lg:text-2xl xl:text-3xl;
        font-size: 1.3rem !important;
    }
    
    @media (min-width: 640px) {
        html[lang="ru"] .heading-xl,
        html[lang="ru"] .hero-heading {
            font-size: 1.5rem !important;
        }
    }
    
    @media (min-width: 768px) {
        html[lang="ru"] .heading-xl,
        html[lang="ru"] .hero-heading {
            font-size: 1.625rem !important;
        }
    }
    
    @media (min-width: 1024px) {
        html[lang="ru"] .heading-xl,
        html[lang="ru"] .hero-heading {
            font-size: 1.875rem !important;
        }
    }
    
    @media (min-width: 1280px) {
        html[lang="ru"] .heading-xl,
        html[lang="ru"] .hero-heading {
            font-size: 3.125rem !important;
        }
    }
    
    /* Mobile-specific hero text adjustments */
    @media (max-width: 640px) {
        .heading-xl,
        #home .heading-xl,
        #home .hero-heading {
            font-size: 1.2rem !important;
            line-height: 1.3 !important;
            max-width: 100% !important;
            text-align: center !important;
        }
        
        #home .heading-xl span,
        #home .hero-heading span,
        #home .hero-heading-span {
            text-align: center !important;
            display: block;
        }
        
        html[lang="ru"] .heading-xl,
        html[lang="ru"] .hero-heading,
        html[lang="ru"] #home .heading-xl,
        html[lang="ru"] #home .hero-heading {
            font-size: 2.25rem !important;
            line-height: 1.25 !important;
            max-width: 100% !important;
            text-align: center !important;
        }
        
        html[lang="ru"] .heading-xl span,
        html[lang="ru"] .hero-heading span,
        html[lang="ru"] .hero-heading-span,
        html[lang="ru"] #home .heading-xl span,
        html[lang="ru"] #home .hero-heading span,
        html[lang="ru"] #home .hero-heading-span {
            display: block;
            width: 100%;
            max-width: 100%;
            word-break: keep-all !important;
            overflow-wrap: normal !important;
            white-space: normal !important;
            text-align: center !important;
        }
    }
    
    @media (max-width: 480px) {
        .heading-xl,
        #home .heading-xl,
        #home .hero-heading {
            font-size: 2.1rem !important;
            text-align: center !important;
        }
        
        #home .heading-xl span,
        #home .hero-heading span,
        #home .hero-heading-span {
            text-align: center !important;
        }
        
        html[lang="ru"] .heading-xl,
        html[lang="ru"] .hero-heading,
        html[lang="ru"] #home .heading-xl,
        html[lang="ru"] #home .hero-heading {
            font-size: 1.15rem !important;
            line-height: 1.2 !important;
            text-align: center !important;
        }
        
        html[lang="ru"] .heading-xl span,
        html[lang="ru"] .hero-heading span,
        html[lang="ru"] .hero-heading-span,
        html[lang="ru"] #home .heading-xl span,
        html[lang="ru"] #home .hero-heading span,
        html[lang="ru"] #home .hero-heading-span {
            word-break: keep-all !important;
            overflow-wrap: normal !important;
            white-space: normal !important;
            text-align: center !important;
        }
    }
    
    /* Heading Large */
    .heading-lg {
        @apply text-3xl md:text-4xl lg:text-5xl font-heading font-bold;
    }
}

/* Custom Utilities */
@layer utilities {
    .drop-shadow-neon {
        filter: drop-shadow(0 0 20px rgba(197, 249, 0, 0.5));
    }
    
    .glow-neon {
        box-shadow: 0 0 20px rgba(197, 249, 0, 0.3);
    }
    
    .text-gradient-neon {
        background: linear-gradient(135deg, #c5f900 0%, #d6ff33 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    
    /* Clean Minimalist Service Cards */
    .clean-service-card {
        padding: 2rem 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .service-icon-gradient {
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .service-icon-gradient svg {
        width: 64px;
        height: 64px;
    }
    
    .service-title-clean {
        font-size: 1.25rem;
        font-weight: 700;
        color: white;
        margin-bottom: 0.75rem;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        hyphens: none !important;
    }
    
    .service-desc-clean {
        font-size: 0.9375rem;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.6;
        text-align: center;
        max-width: 100%;
        font-family: 'Roboto', sans-serif;
        hyphens: none !important;
    }
    
    /* Organic blob shapes - DISABLED for performance */
    /* .organic-blob { display: none; } */
    
    /* Scanline Effect */
    .scanlines {
        position: relative;
        overflow: hidden;
    }
    
    .scanlines::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: repeating-linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.15) 1px,
            transparent 1px,
            transparent 2px
        );
        pointer-events: none;
        z-index: 1;
    }
    
    /* Glitch Text Effect */
    @keyframes glitch {
        0% { transform: translate(0); }
        20% { transform: translate(-2px, 2px); }
        40% { transform: translate(-2px, -2px); }
        60% { transform: translate(2px, 2px); }
        80% { transform: translate(2px, -2px); }
        100% { transform: translate(0); }
    }
    
    .glitch-text:hover {
        animation: glitch 0.3s infinite;
    }
    
    /* Grid Pattern Overlay */
    .grid-overlay {
        background-image: 
            linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
        background-size: 50px 50px;
    }
    
    /* Diagonal Scratch Lines */
    .scratch-lines {
        position: relative;
    }
    
    .scratch-lines::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.02) 10px,
            rgba(255, 255, 255, 0.02) 20px
        );
        pointer-events: none;
        z-index: 0;
    }
    
    /* Holographic Border Effect */
    .holographic-border {
        position: relative;
    }
    
    .holographic-border::after {
        content: '';
        position: absolute;
        inset: -1px;
        border: 1px solid transparent;
        background: linear-gradient(90deg, 
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 50%,
            rgba(255, 255, 255, 0.1) 100%
        );
        background-clip: padding-box;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .holographic-border:hover::after {
        opacity: 1;
    }
    
    @keyframes gradientShift {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
    
    /* Floating Animation */
    @keyframes float {
        0%, 100% { transform: translateY(0px) rotate(0deg); }
        50% { transform: translateY(-20px) rotate(5deg); }
    }
    
    .floating {
        animation: float 6s ease-in-out infinite;
    }
    
    /* Pulse Glow Animation */
    @keyframes pulseGlow {
        0%, 100% { 
            opacity: 0.3;
            transform: scale(1);
        }
        50% { 
            opacity: 0.6;
            transform: scale(1.1);
        }
    }
    
    .pulse-glow {
        animation: pulseGlow 4s ease-in-out infinite;
    }
    
    /* Fade In Up Animation */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .fade-in-up {
        animation: fadeInUp 0.8s ease-out forwards;
    }
    
    .fade-in-up-delay-1 {
        animation: fadeInUp 0.8s ease-out 0.1s forwards;
        opacity: 0;
    }
    
    .fade-in-up-delay-2 {
        animation: fadeInUp 0.8s ease-out 0.2s forwards;
        opacity: 0;
    }
    
    .fade-in-up-delay-3 {
        animation: fadeInUp 0.8s ease-out 0.3s forwards;
        opacity: 0;
    }
    
    .fade-in-up-delay-4 {
        animation: fadeInUp 0.8s ease-out 0.4s forwards;
        opacity: 0;
    }
    
    .fade-in-up-delay-5 {
        animation: fadeInUp 0.8s ease-out 0.5s forwards;
        opacity: 0;
    }
    
    .fade-in-up-delay-6 {
        animation: fadeInUp 0.8s ease-out 0.6s forwards;
        opacity: 0;
    }
    
    /* Slide In Right Animation - for general elements */
    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    /* Slide In Right Large - for fixed position elements (like form messages) */
    @keyframes slideInRightLarge {
        from {
            opacity: 0;
            transform: translateX(400px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    .slide-in-right {
        animation: slideInRight 1s ease-out forwards;
    }
    
    /* Rotating Arrows */
    @keyframes rotateArrows {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    
    .rotate-arrows {
        animation: rotateArrows 20s linear infinite;
    }
    
    /* Shimmer Effect */
    @keyframes shimmer {
        0% { transform: translateX(-100%); }
        100% { transform: translateX(100%); }
    }
    
    .shimmer::before {
        content: '';
        @apply absolute inset-0 -z-10;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(163, 230, 53, 0.2),
            transparent
        );
        animation: shimmer 3s infinite;
    }
}

/* Scratched Background Texture - DISABLED for performance */
/* .scratched-bg { display: none; } */

.subtle-lines-bg {
    display: none; /* DISABLED for performance */
}


/* Definiția animației: DISABLED for performance */
/* @keyframes auroraFlow - removed */

/* All Styles Inline - CRM Implementation Section */
.crm-section-bg {
    position: relative;
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
    overflow: hidden;
}

/* Old CRM card styles removed - using modern version below at line 2560 */

/* All Styles Inline - Google Promotion Section */
.google-section-bg {
    position: relative;
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
    overflow: hidden;
}

.google-service-card {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(163, 230, 53, 0.2);
    border-radius: 2rem;
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: all 0.6s ease;
    overflow: hidden;
    cursor: pointer;
}

.google-service-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(163, 230, 53, 0.1) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
}

.google-service-card:hover::after {
    transform: scale(1);
}

.google-service-card:hover {
    border-color: rgba(163, 230, 53, 0.6);
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 50px rgba(163, 230, 53, 0.3);
}

.google-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.2), rgba(197, 249, 0, 0.1));
    border: 2px solid rgba(163, 230, 53, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.google-service-card:hover .google-icon-wrapper {
    transform: scale(1.15) rotate(-5deg);
    border-color: rgba(163, 230, 53, 0.7);
    box-shadow: 0 0 25px rgba(163, 230, 53, 0.5);
}

.service-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(163, 230, 53, 0.1);
    border: 1px solid rgba(163, 230, 53, 0.3);
    border-radius: 2rem;
    color: #a3e635;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.google-service-card:hover .service-badge {
    background: rgba(163, 230, 53, 0.2);
    border-color: rgba(163, 230, 53, 0.6);
    transform: scale(1.05);
}

/* Google Image Cards - Modern Style */
.google-image-card {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden;
}

@media (min-width: 768px) {
    .google-image-card {
        padding: 2rem;
    }
}

.google-image-card:hover {
    background: rgba(35, 35, 35, 0.9);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.google-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
    .google-card-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

.google-card-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    text-align: left;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
    .google-card-desc {
        font-size: 0.9375rem;
        margin-bottom: 2rem;
    }
}

.google-image-placeholder {
    width: 100%;
    aspect-ratio: 1600 / 992;
    background: rgba(60, 60, 60, 0.8);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.875rem;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    position: relative;
}

.google-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* All Styles Inline - Logo & Branding Section */
.branding-section-bg {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
    overflow: hidden;
}

.branding-service-card {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(163, 230, 53, 0.2);
    border-radius: 2rem;
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: all 0.6s ease;
    overflow: hidden;
    cursor: pointer;
}

.branding-service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(163, 230, 53, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.branding-service-card:hover::before {
    opacity: 1;
}

.branding-service-card:hover {
    border-color: rgba(163, 230, 53, 0.6);
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9), 0 0 60px rgba(163, 230, 53, 0.3);
}

.branding-icon {
    width: 80px;
    height: 80px;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.2), rgba(197, 249, 0, 0.1));
    border: 2px solid rgba(163, 230, 53, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.branding-service-card:hover .branding-icon {
    transform: scale(1.15) rotate(-5deg);
    border-color: rgba(163, 230, 53, 0.7);
    box-shadow: 0 0 30px rgba(163, 230, 53, 0.5);
}

.branding-feature {
    display: flex;
    align-items: start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.branding-service-card:hover .branding-feature {
    transform: translateX(8px);
    color: #ffffff;
}

.branding-check {
    color: #a3e635;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
    width: 16px;
    height: 16px;
}

.portfolio-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.portfolio-item {
    aspect-ratio: 1;
    background: rgba(163, 230, 53, 0.1);
    border: 1px solid rgba(163, 230, 53, 0.2);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.branding-service-card:hover .portfolio-item {
    border-color: rgba(163, 230, 53, 0.5);
    transform: scale(1.05);
}

 /* All Styles Inline - Social Media Section */
 .social-section-bg {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
    overflow: hidden;
}

.social-service-card {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(163, 230, 53, 0.2);
    border-radius: 2rem;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    transition: all 0.6s ease;
    overflow: hidden;
    cursor: pointer;
}

.social-service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(163, 230, 53, 0.05), transparent, rgba(197, 249, 0, 0.05));
    opacity: 0;
    transition: opacity 0.6s ease;
}

.social-service-card:hover::before {
    opacity: 1;
}

.social-service-card:hover {
    border-color: rgba(163, 230, 53, 0.6);
    transform: translateY(-10px) rotate(1deg);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 50px rgba(163, 230, 53, 0.3);
}

.social-service-card:nth-child(even):hover {
    transform: translateY(-10px) rotate(-1deg);
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.2), rgba(197, 249, 0, 0.1));
    border: 2px solid rgba(163, 230, 53, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.social-service-card:hover .social-icon {
    transform: scale(1.2) rotate(10deg);
    border-color: rgba(163, 230, 53, 0.7);
    box-shadow: 0 0 25px rgba(163, 230, 53, 0.5);
}

.social-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.social-feature:last-child {
    border-bottom: none;
}

.social-service-card:hover .social-feature {
    padding-left: 0.5rem;
    border-bottom-color: rgba(163, 230, 53, 0.2);
}

.social-check {
    color: #a3e635;
    font-size: 1.25rem;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

/* All Styles Inline - Testimonials Section */
.testimonials-section {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
    overflow: hidden;
}

/* Animated Background Pattern */
.testimonial-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(163, 230, 53, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(197, 249, 0, 0.1) 0%, transparent 50%);
    animation: pattern-move 20s ease-in-out infinite;
}

@keyframes pattern-move {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, -50px) scale(1.1); }
}

/* Testimonial Card */
.testimonial-card {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(163, 230, 53, 0.15);
    border-radius: 2rem;
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    hyphens: none !important;
}

.testimonial-card * {
    hyphens: none !important;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.1), transparent);
    transition: left 0.6s ease;
}

.testimonial-card:hover::before {
    left: 100%;
}

.testimonial-card:hover {
    border-color: rgba(163, 230, 53, 0.5);
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.9),
        0 0 60px rgba(163, 230, 53, 0.3),
        inset 0 0 40px rgba(163, 230, 53, 0.05);
}

/* Quote Icon */
.quote-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    color: rgba(163, 230, 53, 0.2);
    transition: all 0.4s ease;
}

.testimonial-card:hover .quote-icon {
    color: rgba(163, 230, 53, 0.5);
    transform: scale(1.2) rotate(15deg);
}

/* Client Info */
.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(163, 230, 53, 0.3);
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.2), rgba(197, 249, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.5rem;
    color: #a3e635;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover .client-avatar {
    border-color: rgba(163, 230, 53, 0.7);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 30px rgba(163, 230, 53, 0.5);
}

.client-avatar::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(45deg, #a3e635, #c5f900, #a3e635);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.testimonial-card:hover .client-avatar::before {
    opacity: 0.3;
    animation: rotate-border 2s linear infinite;
}

@keyframes rotate-border {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Rating Stars */
.rating-stars {
    display: flex;
    gap: 0.25rem;
    margin: 1rem 0;
}

.star {
    color: #a3e635;
    width: 1.25rem;
    height: 1.25rem;
    transition: all 0.3s ease;
}

.testimonial-card:hover .star {
    transform: scale(1.2) rotate(15deg);
    filter: drop-shadow(0 0 5px rgba(163, 230, 53, 0.8));
}

/* Success Metrics */
.success-metric {
    position: relative;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(163, 230, 53, 0.2);
    border-radius: 1.5rem;
    text-align: center;
    transition: all 0.5s ease;
    overflow: hidden;
}

.success-metric::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #a3e635, #c5f900);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.success-metric:hover::after {
    transform: scaleX(1);
}

.success-metric:hover {
    border-color: rgba(163, 230, 53, 0.5);
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(163, 230, 53, 0.2);
}

/* ====== PREMIUM TESTIMONIALS SECTION ====== */

.premium-testimonial-card {
    position: relative;
    background: linear-gradient(135deg, rgba(20, 25, 35, 0.8), rgba(15, 18, 28, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.2);
    border-radius: 2rem;
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
}

.premium-testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent,
        rgba(163, 230, 53, 0.5),
        transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.premium-testimonial-card:hover {
    border-color: rgba(163, 230, 53, 0.4);
    transform: translateY(-12px);
    background: linear-gradient(135deg, rgba(20, 25, 35, 0.95), rgba(15, 18, 28, 0.95));
    box-shadow: 0 20px 60px rgba(163, 230, 53, 0.15),
                0 0 40px rgba(163, 230, 53, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.premium-testimonial-card:hover::before {
    opacity: 1;
}

.premium-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.premium-quote-mark {
    font-size: 4rem;
    font-weight: 900;
    color: rgba(163, 230, 53, 0.15);
    line-height: 1;
    transition: all 0.4s ease;
}

.premium-testimonial-card:hover .premium-quote-mark {
    color: rgba(163, 230, 53, 0.3);
    transform: scale(1.2);
}

.premium-rating {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}

.premium-testimonial-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2rem;
    flex: 1;
    transition: all 0.3s ease;
}

.premium-testimonial-card:hover .premium-testimonial-text {
    color: rgba(255, 255, 255, 0.85);
}

.premium-client-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.premium-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(163, 230, 53, 0.2),
        rgba(197, 249, 0, 0.1));
    border: 2px solid rgba(163, 230, 53, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    color: #a3e635;
    transition: all 0.4s ease;
    position: relative;
    flex-shrink: 0;
}

.premium-testimonial-card:hover .premium-avatar {
    border-color: rgba(163, 230, 53, 0.6);
    background: linear-gradient(135deg, 
        rgba(163, 230, 53, 0.3),
        rgba(197, 249, 0, 0.15));
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(163, 230, 53, 0.3);
}

.premium-client-name {
    font-size: 1.05rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Heading Font', sans-serif;
    transition: all 0.3s ease;
}

.premium-testimonial-card:hover .premium-client-name {
    color: #a3e635;
}

.premium-client-title {
    font-size: 0.85rem;
    color: rgba(163, 230, 53, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.premium-testimonial-card:hover .premium-client-title {
    color: #a3e635;
}

/* Premium Metric Cards */
.premium-metric-card {
    position: relative;
    background: linear-gradient(135deg, rgba(20, 25, 35, 0.8), rgba(15, 18, 28, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.15);
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.premium-metric-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #a3e635, #c5f900);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.premium-metric-card:hover {
    border-color: rgba(163, 230, 53, 0.4);
    transform: translateY(-10px);
    background: linear-gradient(135deg, rgba(20, 25, 35, 0.95), rgba(15, 18, 28, 0.95));
    box-shadow: 0 15px 50px rgba(163, 230, 53, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.premium-metric-card:hover::after {
    transform: scaleX(1);
}

.metric-value {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
    display: block;
}

.metric-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    transition: all 0.3s ease;
}

.premium-metric-card:hover .metric-label {
    color: rgba(255, 255, 255, 0.85);
}

/* Floating Elements */

.floating-element {
    position: absolute;
    pointer-events: none;
    opacity: 0.3;
    animation: float-slow 15s ease-in-out infinite;
}

@keyframes float-slow {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

/* Section Title Animation */
.section-title-word {
    display: inline-block;
    transition: all 0.3s ease;
    hyphens: none !important;
}

.section-title:hover .section-title-word {
    transform: translateY(-5px);
    color: #a3e635;
    text-shadow: 0 0 20px rgba(163, 230, 53, 0.5);
}

.section-title:hover .section-title-word:nth-child(2) {
    transition-delay: 0.1s;
}

.section-title:hover .section-title-word:nth-child(3) {
    transition-delay: 0.2s;
}


/* All Styles Inline - Website Creation Section */
.website-section-bg {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
    overflow: hidden;
}

.website-card {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(163, 230, 53, 0.2);
    border-radius: 2rem;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.website-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.05) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: inherit;
}

.website-card:hover::before {
    opacity: 1;
}

.website-card:hover {
    border-color: rgba(163, 230, 53, 0.6);
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9), 0 0 60px rgba(163, 230, 53, 0.3);
}

.website-icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.15), rgba(197, 249, 0, 0.08));
    border: 2px solid rgba(163, 230, 53, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.website-icon-wrapper::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(45deg, #a3e635, #c5f900, #a3e635);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.website-card:hover .website-icon-wrapper::before {
    opacity: 0.3;
    animation: rotate-gradient 3s linear infinite;
}

@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.website-card:hover .website-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    border-color: rgba(163, 230, 53, 0.7);
    box-shadow: 0 0 30px rgba(163, 230, 53, 0.5);
}

.website-icon-svg {
    width: 50px;
    height: 50px;
    transition: all 0.4s ease;
}

.website-card:hover .website-icon-svg {
    transform: scale(1.1);
}

.feature-list-item {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.875rem;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

.feature-list-item::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #a3e635;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.website-card:hover .feature-list-item::before {
    transform: translateX(5px);
}

.website-card:hover .feature-list-item {
    color: #ffffff;
    transform: translateX(5px);
}

/* Creative Layout - Responsive Grid */
.website-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .website-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .website-card-3 {
        grid-column: span 2;
    }
}

@media (min-width: 1024px) {
    .website-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .website-card-3 {
        grid-column: span 1;
    }
}

/* Decorative Corner Accents */
.corner-accent {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(163, 230, 53, 0.2);
    pointer-events: none;
}

.corner-accent-tl {
    top: 1rem;
    left: 1rem;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 0.5rem;
}

.corner-accent-tr {
    top: 1rem;
    right: 1rem;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 0.5rem;
}

.corner-accent-bl {
    bottom: 1rem;
    left: 1rem;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 0.5rem;
}

.corner-accent-br {
    bottom: 1rem;
    right: 1rem;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 0.5rem;
}

.website-card:hover .corner-accent {
    border-color: rgba(163, 230, 53, 0.6);
}

/* ============================================
   SECTION STYLES - Moved from inline styles
   ============================================ */

/* Hero Section Styles */
#hero-decor-container {
    --decor-scale: 0.8;
    --decor-opacity-base: 0.75;
}

@media (max-width: 1920px) { 
    #hero-decor-container { --decor-scale: 0.8; } 
}
@media (max-width: 1440px) { 
    #hero-decor-container { --decor-scale: 0.75; } 
}
@media (max-width: 1280px) { 
    #hero-decor-container { --decor-scale: 0.65; } 
}
@media (max-width: 1024px) { 
    #hero-decor-container { --decor-scale: 0.5; } 
}
@media (max-width: 768px) { 
    #hero-decor-container { --decor-scale: 0.35; } 
}

/* Hero Diagonal Lines - Broad diagonal stripes */
.hero-diagonal-lines {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.hero-diagonal-line {
    position: absolute;
    width: 200%;
    height: 8px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(163, 230, 53, 0.15) 10%,
        rgba(197, 249, 0, 0.25) 30%,
        rgba(163, 230, 53, 0.3) 50%,
        rgba(197, 249, 0, 0.25) 70%,
        rgba(163, 230, 53, 0.15) 90%,
        transparent 100%
    );
    box-shadow: 
        0 0 30px rgba(163, 230, 53, 0.4),
        0 0 60px rgba(163, 230, 53, 0.2),
        inset 0 0 20px rgba(197, 249, 0, 0.2);
    transform-origin: left center;
    filter: blur(1px);
}

.hero-diagonal-line-1 {
    bottom: 15%;
    left: -30%;
    transform: rotate(22deg);
    opacity: 0.7;
    height: 10px;
    animation: diagonalGlow 5s ease-in-out infinite;
}

.hero-diagonal-line-2 {
    bottom: 30%;
    left: -25%;
    transform: rotate(24deg);
    opacity: 0.6;
    width: 180%;
    height: 8px;
    animation: diagonalGlow 5s ease-in-out infinite 0.8s;
}

.hero-diagonal-line-3 {
    bottom: 45%;
    left: -20%;
    transform: rotate(26deg);
    opacity: 0.5;
    width: 160%;
    height: 6px;
    animation: diagonalGlow 5s ease-in-out infinite 1.6s;
}

.hero-diagonal-line-4 {
    bottom: 60%;
    left: -15%;
    transform: rotate(28deg);
    opacity: 0.4;
    width: 140%;
    height: 5px;
    animation: diagonalGlow 5s ease-in-out infinite 2.4s;
}

@keyframes diagonalGlow {
    0%, 100% {
        opacity: 0.4;
        box-shadow: 
            0 0 20px rgba(163, 230, 53, 0.3),
            0 0 40px rgba(163, 230, 53, 0.15),
            inset 0 0 15px rgba(197, 249, 0, 0.15);
    }
    50% {
        opacity: 0.8;
        box-shadow: 
            0 0 40px rgba(163, 230, 53, 0.5),
            0 0 80px rgba(163, 230, 53, 0.3),
            inset 0 0 25px rgba(197, 249, 0, 0.3);
    }
}

/* Responsive adjustments for diagonal lines */
@media (max-width: 1024px) {
    .hero-diagonal-line {
        height: 6px;
    }
    .hero-diagonal-line-1 {
        height: 8px;
    }
    .hero-diagonal-line-2 {
        height: 6px;
    }
    .hero-diagonal-line-3 {
        height: 5px;
    }
    .hero-diagonal-line-4 {
        height: 4px;
    }
}

@media (max-width: 768px) {
    .hero-diagonal-lines {
        opacity: 0.6;
    }
    .hero-diagonal-line {
        height: 4px;
        filter: blur(0.5px);
    }
    .hero-diagonal-line-1 {
        height: 5px;
    }
    .hero-diagonal-line-2 {
        height: 4px;
    }
    .hero-diagonal-line-3 {
        height: 3px;
    }
    .hero-diagonal-line-4 {
        height: 2px;
    }
}

/* Decorative Diagonal Band from Navbar to Hero Image */
.hero-navbar-diagonal-line {
    position: absolute;
    top: 60px;
    right: 0;
    width: 150vh;
    height: 120px;
    background: linear-gradient(
        135deg,
        rgba(197, 249, 0, 0.15) 0%,
        rgba(163, 230, 53, 0.25) 5%,
        rgba(197, 249, 0, 0.35) 15%,
        rgba(163, 230, 53, 0.45) 25%,
        rgba(197, 249, 0, 0.5) 35%,
        rgba(163, 230, 53, 0.45) 45%,
        rgba(197, 249, 0, 0.4) 55%,
        rgba(163, 230, 53, 0.3) 65%,
        rgba(197, 249, 0, 0.2) 75%,
        rgba(163, 230, 53, 0.15) 85%,
        rgba(197, 249, 0, 0.08) 92%,
        transparent 100%
    );
    transform: rotate(-38deg);
    transform-origin: top right;
    z-index: 1;
    pointer-events: none;
    filter: blur(8px);
    box-shadow: 
        0 0 80px rgba(197, 249, 0, 0.4),
        0 0 150px rgba(163, 230, 53, 0.3),
        0 0 220px rgba(197, 249, 0, 0.2),
        0 0 300px rgba(163, 230, 53, 0.1),
        inset 0 0 60px rgba(197, 249, 0, 0.2);
    animation: navbarDiagonalGlow 6s ease-in-out infinite;
    opacity: 0.85;
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 8%,
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 70%,
        rgba(0, 0, 0, 0.5) 88%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 8%,
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 70%,
        rgba(0, 0, 0, 0.5) 88%,
        transparent 100%
    );
}

.hero-navbar-diagonal-line::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(197, 249, 0, 0.12) 15%,
        rgba(163, 230, 53, 0.18) 40%,
        rgba(197, 249, 0, 0.15) 65%,
        rgba(163, 230, 53, 0.1) 85%,
        transparent 100%
    );
    filter: blur(12px);
    transform: translateY(-50%);
    opacity: 0.7;
}

.hero-navbar-diagonal-line::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(163, 230, 53, 0.1) 20%,
        rgba(197, 249, 0, 0.15) 45%,
        rgba(163, 230, 53, 0.12) 70%,
        rgba(197, 249, 0, 0.08) 90%,
        transparent 100%
    );
    filter: blur(15px);
    transform: translateY(50%);
    opacity: 0.6;
}

@keyframes navbarDiagonalGlow {
    0%, 100% {
        opacity: 0.75;
        box-shadow: 
            0 0 60px rgba(197, 249, 0, 0.35),
            0 0 120px rgba(163, 230, 53, 0.25),
            0 0 180px rgba(197, 249, 0, 0.15),
            0 0 250px rgba(163, 230, 53, 0.08),
            inset 0 0 50px rgba(197, 249, 0, 0.15);
    }
    50% {
        opacity: 0.95;
        box-shadow: 
            0 0 100px rgba(197, 249, 0, 0.5),
            0 0 180px rgba(163, 230, 53, 0.4),
            0 0 260px rgba(197, 249, 0, 0.3),
            0 0 350px rgba(163, 230, 53, 0.15),
            inset 0 0 80px rgba(197, 249, 0, 0.25);
    }
}

@media (max-width: 1024px) {
    .hero-navbar-diagonal-line {
        width: 130vh;
        height: 90px;
        transform: rotate(-35deg);
        opacity: 0.75;
        filter: blur(6px);
    }
}

@media (max-width: 768px) {
    .hero-navbar-diagonal-line {
        width: 110vh;
        height: 60px;
        transform: rotate(-32deg);
        opacity: 0.65;
        filter: blur(4px);
        top: 50px;
    }
}

/* Products & Services Section */
.stats-section-bg {
    background: #000000;
    position: relative;
    overflow: hidden;
}

.stats-particles {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(163, 230, 53, 0.6);
    border-radius: 50%;
    animation: float-particle 8s infinite ease-in-out;
    box-shadow: 0 0 10px rgba(163, 230, 53, 0.8);
}

@keyframes float-particle {
    0%, 100% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-100px) translateX(50px) scale(1.5);
        opacity: 1;
    }
}



.process-step {
    position: relative;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.6);
    border-left: 3px solid rgba(163, 230, 53, 0.4);
    border-radius: 1rem;
    margin-bottom: 2rem;
    transition: all 0.4s ease;
    cursor: pointer;
}

.process-step:hover {
    border-left-width: 5px;
    border-left-color: #a3e635;
    background: rgba(0, 0, 0, 0.8);
    transform: translateX(10px);
    box-shadow: -5px 0 30px rgba(163, 230, 53, 0.3);
}

.process-number {
    position: absolute;
    left: -1.5rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #a3e635, #c5f900);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.25rem;
    color: #000;
    box-shadow: 0 0 20px rgba(163, 230, 53, 0.6);
    transition: all 0.4s ease;
}

.process-step:hover .process-number {
    transform: scale(1.2) rotate(360deg);
    box-shadow: 0 0 30px rgba(163, 230, 53, 0.9);
}

.gradient-orb {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(163, 230, 53, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    animation: orb-float 20s infinite ease-in-out;
}

@keyframes orb-float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(100px, -50px) scale(1.2);
    }
    50% {
        transform: translate(-50px, 100px) scale(0.8);
    }
    75% {
        transform: translate(50px, 50px) scale(1.1);
    }
}

.animated-border {
    position: relative;
}

.animated-border::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(45deg, #a3e635, #c5f900, #a3e635);
    background-size: 200% 200%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: border-shine 3s linear infinite;
}

@keyframes border-shine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

/* New Stats Cards - Modern Style */
.stat-card-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
}

.stat-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(30, 30, 30, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.stat-card-new:hover .stat-circle {
    background: rgba(40, 40, 40, 0.9);
    border-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.stat-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

.stat-description {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    max-width: 280px;
    font-family: 'Roboto', sans-serif;
}

/* New Testimonials Section - Modern Style */
.testimonials-section-new {
    background: #0a0a0a;
    position: relative;
}

.testimonial-card-new {
    background: rgba(20, 20, 20, 0.8);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.testimonial-card-new:hover {
    background: rgba(25, 25, 25, 0.9);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.testimonial-avatar-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(60, 60, 60, 0.8);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.testimonial-avatar-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 3px solid rgba(163, 230, 53, 0.3);
    box-shadow: 0 0 20px rgba(163, 230, 53, 0.2);
}

.quote-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.testimonial-text {
    color: white;
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
}

.testimonial-name {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
}

.testimonial-job {
    color: #a855f7;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

/* Alternate job title colors for variety */
.testimonial-card-new:nth-child(2) .testimonial-job,
.testimonial-card-new:nth-child(4) .testimonial-job {
    color: #ec4899;
}

.testimonial-card-new:nth-child(3) .testimonial-job,
.testimonial-card-new:nth-child(6) .testimonial-job {
    color: #f97316;
}

/* Modern Service Cards - Website Creation Section */
.service-card-modern {
    background: rgba(20, 20, 20, 0.8);
    border-radius: 1rem;
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .service-card-modern {
        padding: 2rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .service-card-modern {
        padding: 2.5rem 2rem;
    }
}

.service-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card-modern:hover {
    background: rgba(25, 25, 25, 0.9);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.1);
}

.service-card-modern:hover::before {
    opacity: 1;
}

.service-icon-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .service-icon-modern {
        margin-bottom: 1.5rem;
    }
}

.service-icon-modern svg {
    width: 56px;
    height: 56px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

@media (min-width: 768px) {
    .service-icon-modern svg {
        width: 64px;
        height: 64px;
    }
}

.service-title-modern {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
    .service-title-modern {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

.service-desc-modern {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
    .service-desc-modern {
        font-size: 0.9375rem;
    }
}

/* Testimonials Section */
.testimonials-section {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
    overflow: hidden;
}

.testimonial-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(163, 230, 53, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(197, 249, 0, 0.1) 0%, transparent 50%);
    animation: pattern-move 20s ease-in-out infinite;
}

@keyframes pattern-move {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, -50px) scale(1.1); }
}

.testimonial-card {
    position: relative;
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.9), rgba(11, 13, 15, 0.85));
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    border-radius: 3.5rem;
    padding: 3rem;
    backdrop-filter: blur(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.1), transparent);
    transition: left 0.6s ease;
}

.testimonial-card:hover::before {
    left: 100%;
}

.testimonial-card:hover {
    border-color: rgba(163, 230, 53, 0.5);
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(163, 230, 53, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
}

.quote-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    color: rgba(163, 230, 53, 0.2);
    transition: all 0.4s ease;
}

.testimonial-card:hover .quote-icon {
    color: rgba(163, 230, 53, 0.5);
    transform: scale(1.2) rotate(15deg);
}

.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(163, 230, 53, 0.3);
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.2), rgba(197, 249, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.5rem;
    color: #a3e635;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover .client-avatar {
    border-color: rgba(163, 230, 53, 0.7);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 30px rgba(163, 230, 53, 0.5);
}

.client-avatar::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: linear-gradient(45deg, #a3e635, #c5f900, #a3e635);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.testimonial-card:hover .client-avatar::before {
    opacity: 0.3;
    animation: rotate-border 2s linear infinite;
}

@keyframes rotate-border {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.rating-stars {
    display: flex;
    gap: 0.25rem;
    margin: 1rem 0;
}

.star {
    color: #a3e635;
    width: 1.25rem;
    height: 1.25rem;
    transition: all 0.3s ease;
}

.testimonial-card:hover .star {
    transform: scale(1.2) rotate(15deg);
    filter: drop-shadow(0 0 5px rgba(163, 230, 53, 0.8));
}

.success-metric {
    position: relative;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.9), rgba(11, 13, 15, 0.85));
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    border-radius: 3rem;
    text-align: center;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.success-metric::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #a3e635, #c5f900);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.success-metric:hover::after {
    transform: scaleX(1);
}

.success-metric:hover {
    border-color: rgba(163, 230, 53, 0.5);
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(163, 230, 53, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
}

.floating-element {
    position: absolute;
    pointer-events: none;
    opacity: 0.3;
    animation: float-slow 15s ease-in-out infinite;
}

.section-title-word {
    display: inline-block;
    transition: all 0.3s ease;
}

.section-title:hover .section-title-word {
    transform: translateY(-5px);
    color: #a3e635;
    text-shadow: 0 0 20px rgba(163, 230, 53, 0.5);
}

.section-title:hover .section-title-word:nth-child(2) {
    transition-delay: 0.1s;
}

.section-title:hover .section-title-word:nth-child(3) {
    transition-delay: 0.2s;
}

/* Footer Section */
.footer-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(163, 230, 53, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(197, 249, 0, 0.15) 0%, transparent 50%);
}

.footer-section {
    position: relative;
    border-top: 1px solid rgba(163, 230, 53, 0.1);
}

.footer-link {
    position: relative;
    transition: all 0.3s ease;
}

.footer-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #a3e635, #c5f900);
    transition: width 0.3s ease;
}

.footer-link:hover::before {
    width: 100%;
}

.social-icon {
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icon::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.2), rgba(197, 249, 0, 0.2));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.social-icon:hover::before {
    opacity: 1;
}

.social-icon:hover {
    transform: translateY(-5px) scale(1.1);
    color: #a3e635;
    filter: drop-shadow(0 0 10px rgba(163, 230, 53, 0.6));
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.3), transparent);
}

/* Contact Form Section */
.contact-form-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(163, 230, 53, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(197, 249, 0, 0.2) 0%, transparent 50%);
    animation: pattern-pulse 15s ease-in-out infinite;
}

@keyframes pattern-pulse {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.08; }
    50% { transform: translate(-30px, -30px) scale(1.1); opacity: 0.12; }
}

.form-container {
    position: relative;
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
    border: 2px solid rgba(163, 230, 53, 0.3);
    border-radius: 3rem;
    padding: 4rem;
    backdrop-filter: blur(30px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 80px rgba(163, 230, 53, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-container::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 3rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.3), rgba(197, 249, 0, 0.2), rgba(163, 230, 53, 0.3));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    filter: blur(20px);
}

.form-container:hover::before {
    opacity: 0.5;
}

.form-container:hover {
    border-color: rgba(163, 230, 53, 0.5);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 120px rgba(163, 230, 53, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.form-input-group {
    position: relative;
    margin-bottom: 2rem;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: rgba(11, 13, 15, 0.7);
    border: 2px solid rgba(163, 230, 53, 0.2);
    border-radius: 1rem;
    color: #ffffff;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

.form-input:focus,
.form-textarea:focus {
    border-color: rgba(163, 230, 53, 0.6);
    background: rgba(11, 13, 15, 0.85);
    box-shadow: 0 0 0 4px rgba(163, 230, 53, 0.1), 0 0 30px rgba(163, 230, 53, 0.2);
    transform: translateY(-2px);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-label {
    position: absolute;
    top: 1.25rem;
    left: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.3s ease;
    background: rgba(11, 13, 15, 0.9);
    padding: 0 0.5rem;
}

.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label,
.form-textarea:focus + .form-label,
.form-textarea:not(:placeholder-shown) + .form-label {
    top: -0.75rem;
    left: 1rem;
    font-size: 0.875rem;
    color: #a3e635;
    font-weight: 600;
}

.form-textarea {
    min-height: 150px;
    resize: vertical;
}

.form-submit-btn {
    position: relative;
    width: 100%;
    padding: 1.5rem 3rem;
    background: linear-gradient(135deg, #a3e635, #c5f900);
    color: #0b0d0f;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(163, 230, 53, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.form-submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #c5f900, #a3e635);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.form-submit-btn:hover::before {
    opacity: 1;
}

.form-submit-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 50px rgba(163, 230, 53, 0.5), 0 0 60px rgba(163, 230, 53, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.form-submit-btn:active {
    transform: translateY(-1px) scale(0.98);
}

.form-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.form-submit-btn .btn-text {
    position: relative;
    z-index: 1;
}

.form-submit-btn .btn-loader {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.form-submit-btn.loading .btn-text {
    opacity: 0;
}

.form-submit-btn.loading .btn-loader {
    display: flex;
}

.form-success-message,
.form-error-message {
    position: fixed;
    top: 100px;
    right: 20px;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    font-weight: 600;
    z-index: 1000;
    animation: slideInRightLarge 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 400px;
}

.form-success-message {
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.95), rgba(197, 249, 0, 0.95));
    color: #0b0d0f;
    border: 2px solid rgba(163, 230, 53, 0.5);
}

.form-error-message {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.95), rgba(220, 38, 38, 0.95));
    color: #ffffff;
    border: 2px solid rgba(239, 68, 68, 0.5);
}

.floating-icon {
    position: absolute;
    pointer-events: none;
    opacity: 0.2;
    animation: float-icon 20s ease-in-out infinite;
}

@keyframes float-icon {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(30px, -30px) rotate(90deg); }
    50% { transform: translate(-20px, 20px) rotate(180deg); }
    75% { transform: translate(20px, 30px) rotate(270deg); }
}

/* Logo & Branding Section */
.branding-section-bg {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
    overflow: hidden;
}

.branding-gradient-orb {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(163, 230, 53, 0.12) 0%, transparent 70%);
    filter: blur(100px);
    animation: branding-float 25s ease-in-out infinite;
    pointer-events: none;
}

@keyframes branding-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(150px, -80px) scale(1.3); }
    66% { transform: translate(-100px, 120px) scale(0.7); }
}

.branding-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 768px) {
    .branding-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

@media (min-width: 1024px) {
    .branding-grid {
        gap: 4rem;
    }
}

.branding-service-card {
    position: relative;
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    border-radius: 3.5rem;
    padding: 3rem;
    backdrop-filter: blur(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.branding-service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.08) 0%, transparent 50%, rgba(197, 249, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: inherit;
}

.branding-service-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(163, 230, 53, 0.15) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.8s ease;
    border-radius: 50%;
}

.branding-service-card:hover::before {
    opacity: 1;
}

.branding-service-card:hover::after {
    transform: scale(1);
}

.branding-service-card:hover {
    border-color: rgba(163, 230, 53, 0.6);
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 60px rgba(163, 230, 53, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(163, 230, 53, 0.2);
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.98), rgba(11, 13, 15, 0.95));
}

.branding-icon {
    width: 90px;
    height: 90px;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.25), rgba(197, 249, 0, 0.15));
    border: 2px solid rgba(163, 230, 53, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.branding-icon::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: conic-gradient(from 0deg, transparent, rgba(163, 230, 53, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    animation: branding-icon-rotate 4s linear infinite;
}

@keyframes branding-icon-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.branding-service-card:hover .branding-icon::before {
    opacity: 0.6;
}

.branding-service-card:hover .branding-icon {
    transform: scale(1.15) rotate(-5deg);
    border-color: rgba(163, 230, 53, 0.8);
    box-shadow: 0 0 40px rgba(163, 230, 53, 0.7);
}

.branding-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.875rem;
    border-radius: 1rem;
    background: rgba(163, 230, 53, 0.05);
    border: 1px solid rgba(163, 230, 53, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.branding-feature::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(163, 230, 53, 0.2), transparent);
    transition: width 0.4s ease;
}

.branding-service-card:hover .branding-feature::before {
    width: 100%;
}

.branding-service-card:hover .branding-feature {
    border-color: rgba(163, 230, 53, 0.3);
    transform: translateX(8px);
    background: rgba(163, 230, 53, 0.08);
}

.branding-check {
    color: #a3e635;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.branding-service-card:hover .branding-check {
    transform: translateX(5px) scale(1.2);
    filter: drop-shadow(0 0 6px rgba(163, 230, 53, 0.8));
}

.portfolio-preview {
    display: flex;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 2rem;
}

.portfolio-item {
    flex: 1;
    height: 80px;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.1), rgba(197, 249, 0, 0.05));
    border: 1px solid rgba(163, 230, 53, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.portfolio-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(163, 230, 53, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.branding-service-card:hover .portfolio-item::before {
    transform: translateX(100%);
}

.branding-service-card:hover .portfolio-item {
    border-color: rgba(163, 230, 53, 0.4);
    transform: translateY(-4px);
}

.branding-process-card {
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    border-radius: 3.5rem;
    padding: 3rem;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.branding-process-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(163, 230, 53, 0.1) 0%, transparent 70%);
    animation: process-glow 10s ease-in-out infinite;
}

@keyframes process-glow {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.2) rotate(180deg); }
}

.branding-process-card > * {
    position: relative;
    z-index: 1;
}

/* Process Steps - New Style */
/* ================================
   PROCESS STEPS — PREMIUM EDITION
================================ */

.process-steps-container{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:3rem;
    padding:4rem 0;
}

/* subtle center line */
.process-connecting-lines{
    position:absolute;
    top:56px;
    left:5%;
    right:5%;
    height:1px;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(163,230,53,.25),
        transparent
    );
    opacity:.6;
}

/* STEP */

.process-step{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    position:relative;
    z-index:2;
}

/* CIRCLE */

.process-step-circle{
    width:104px;
    height:104px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:1.6rem;

    background:
        radial-gradient(circle at 30% 30%,
            rgba(255,255,255,.15),
            rgba(255,255,255,0) 55%
        ),
        linear-gradient(145deg,#111,#050505);

    border:1px solid rgba(163,230,53,.25);

    box-shadow:
        inset 0 0 20px rgba(163,230,53,.15),
        0 12px 35px rgba(0,0,0,.6);

    transition:all .45s cubic-bezier(.2,.8,.2,1);
}

/* hover */

.process-step:hover .process-step-circle{
    transform:translateY(-6px) scale(1.04);
    box-shadow:
        inset 0 0 25px rgba(163,230,53,.25),
        0 25px 60px rgba(163,230,53,.25);
}

/* NUMBER */

.process-step-number{
    font-size:2.4rem;
    font-weight:700;
    letter-spacing:-0.03em;
    color:#a3e635;
}

/* TITLE */

.process-step-title{
    font-size:1.15rem;
    font-weight:700;
    color:#ffffff;
    margin-bottom:.6rem;
    letter-spacing:-0.01em;
}

/* DESCRIPTION */

.process-step-desc{
    font-size:.9rem;
    line-height:1.6;
    color:rgba(255,255,255,.65);
    max-width:200px;
}

/* ================================
   RESPONSIVE
================================ */

@media(max-width:1024px){

    .process-steps-container{
        flex-wrap:wrap;
        justify-content:center;
        gap:3rem;
    }

    .process-step{
        flex:0 0 calc(50% - 1.5rem);
    }

    .process-connecting-lines{
        display:none;
    }
}

@media(max-width:640px){

    .process-steps-container{
        flex-direction:column;
        gap:2.8rem;
        padding:3rem 0;
    }

    .process-step{
        flex:1;
    }

    .process-step-circle{
        width:86px;
        height:86px;
    }

    .process-step-number{
        font-size:2rem;
    }
}

/* Social Media Section */
.social-section-bg {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 50%, #000000 100%);
    overflow: hidden;
}

.social-gradient-orb {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(163, 230, 53, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    animation: float-orb 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes float-orb {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(100px, -50px) scale(1.2); }
    66% { transform: translate(-50px, 100px) scale(0.8); }
}

.social-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .social-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .social-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }
    .social-service-card:nth-child(1) { margin-top: 0; }
    .social-service-card:nth-child(2) { margin-top: 2rem; }
    .social-service-card:nth-child(3) { margin-top: 0; }
    .social-service-card:nth-child(4) { margin-top: -1rem; }
    .social-service-card:nth-child(5) { margin-top: 1rem; }
    .social-service-card:nth-child(6) { margin-top: 0; }
}

.social-service-card {
    position: relative;
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    border-radius: 3.5rem;
    padding: 2.5rem;
    backdrop-filter: blur(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.social-service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.08) 0%, transparent 50%, rgba(197, 249, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    border-radius: inherit;
}

.social-service-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(163, 230, 53, 0.12) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.8s ease;
    border-radius: 50%;
}

.social-service-card:hover::before {
    opacity: 1;
}

.social-service-card:hover::after {
    transform: scale(1);
}

.social-service-card:hover {
    border-color: rgba(163, 230, 53, 0.6);
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 60px rgba(163, 230, 53, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(163, 230, 53, 0.2);
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.98), rgba(11, 13, 15, 0.95));
}

.social-service-card.featured-card {
    border-width: 2px;
    border-color: rgba(163, 230, 53, 0.4);
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.98), rgba(11, 13, 15, 0.95));
    position: relative;
}

.social-service-card.featured-card::before {
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.15) 0%, transparent 50%, rgba(197, 249, 0, 0.1) 100%);
    opacity: 0.3;
}

.social-service-card.featured-card:hover {
    border-color: rgba(163, 230, 53, 0.7);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.8), 0 0 80px rgba(163, 230, 53, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(163, 230, 53, 0.3);
}

.social-icon {
    width: 70px;
    height: 70px;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.25), rgba(197, 249, 0, 0.15));
    border: 2px solid rgba(163, 230, 53, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.social-icon::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(45deg, #a3e635, #c5f900, #a3e635);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.social-service-card:hover .social-icon::before {
    opacity: 0.4;
    animation: rotate-gradient 3s linear infinite;
}

@keyframes rotate-gradient {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.social-service-card:hover .social-icon {
    transform: scale(1.15) rotate(5deg);
    border-color: rgba(163, 230, 53, 0.8);
    box-shadow: 0 0 35px rgba(163, 230, 53, 0.6);
}

.social-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.social-feature::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(163, 230, 53, 0.1), transparent);
    transition: width 0.3s ease;
}

.social-service-card:hover .social-feature::before {
    width: 100%;
}

.social-feature:last-child {
    border-bottom: none;
}

.social-service-card:hover .social-feature {
    padding-left: 0.75rem;
    border-bottom-color: rgba(163, 230, 53, 0.25);
}

.social-check {
    color: #a3e635;
    font-size: 1.25rem;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
}

.social-service-card:hover .social-check {
    transform: scale(1.2);
    filter: drop-shadow(0 0 4px rgba(163, 230, 53, 0.8));
}

.social-decorative-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.3), transparent);
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.3;
    pointer-events: none;
}

/* Social Media Timeline Styles */
.social-timeline-container {
    position: relative;
    padding: 2rem 0;
    width: 100%;
}

.social-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(163, 230, 53, 0.3) 10%, 
        rgba(163, 230, 53, 0.5) 50%, 
        rgba(163, 230, 53, 0.3) 90%, 
        transparent 100%
    );
    transform: translateX(-50%);
    z-index: 1;
}

.social-timeline-cards {
    position: relative;
    z-index: 2;
}

.social-timeline-card {
    position: relative;
    margin-bottom: 4rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    min-height: fit-content;
}

.social-timeline-marker {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.social-timeline-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a3e635;
    box-shadow: 0 0 20px rgba(163, 230, 53, 0.8), 0 0 40px rgba(163, 230, 53, 0.4);
    border: 3px solid #000000;
    animation: timeline-pulse 2s ease-in-out infinite;
}

@keyframes timeline-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(163, 230, 53, 0.8), 0 0 40px rgba(163, 230, 53, 0.4);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 30px rgba(163, 230, 53, 1), 0 0 60px rgba(163, 230, 53, 0.6);
    }
}

.social-timeline-card-content {
    width: calc(50% - 2rem);
    padding: 0 1rem;
    position: relative;
    z-index: 2;
}

.social-timeline-card-left {
    justify-content: flex-start;
}

.social-timeline-card-left .social-timeline-card-content {
    margin-right: auto;
    padding-right: 2rem;
    padding-left: 0;
}

.social-timeline-card-right {
    justify-content: flex-end;
}

.social-timeline-card-right .social-timeline-card-content {
    margin-left: auto;
    padding-left: 2rem;
    padding-right: 0;
}

.social-timeline-card-inner {
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    border-radius: 2rem;
    padding: 2.5rem;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    width: 100%;
}

.social-timeline-card:hover .social-timeline-card-inner {
    border-color: rgba(163, 230, 53, 0.6);
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 60px rgba(163, 230, 53, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.social-timeline-card-text {
    width: 100%;
}

.social-timeline-step-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.social-timeline-card-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}

.social-timeline-card-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.social-timeline-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.social-timeline-feature-item {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.75rem;
    border: 1px solid rgba(163, 230, 53, 0.1);
    transition: all 0.3s ease;
}

.social-timeline-card:hover .social-timeline-feature-item {
    border-color: rgba(163, 230, 53, 0.3);
    background: rgba(0, 0, 0, 0.5);
}

.social-timeline-feature-title {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.social-timeline-feature-desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

.social-timeline-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    background: linear-gradient(135deg, #9333ea, #ec4899);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(147, 51, 234, 0.4);
}

.social-timeline-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(147, 51, 234, 0.6);
    background: linear-gradient(135deg, #a855f7, #f472b6);
}

.social-timeline-card-image {
    flex: 0 0 40%;
    min-width: 0;
}

.social-timeline-card-image-opposite {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% - 2rem);
    max-width: 500px;
    z-index: 1;
    display: flex;
    align-items: stretch;
}

.social-timeline-card-left .social-timeline-card-image-opposite {
    right: 0;
    padding-left: 2rem;
    padding-right: 0;
}

.social-timeline-card-right .social-timeline-card-image-opposite {
    left: 0;
    padding-right: 2rem;
    padding-left: 0;
}

.social-timeline-image-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.social-timeline-card:hover .social-timeline-image-placeholder {
    border-color: rgba(163, 230, 53, 0.6);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 60px rgba(163, 230, 53, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: translateY(-8px);
}

.social-timeline-image-placeholder span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.875rem;
    font-weight: 500;
}

.social-timeline-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .social-timeline-line {
        left: 2rem;
    }
    
    .social-timeline-marker {
        left: 2rem;
    }
    
    .social-timeline-card {
        justify-content: flex-start !important;
        flex-direction: column;
        align-items: stretch;
    }
    
    .social-timeline-card-content {
        width: calc(100% - 4rem);
        padding-left: 4rem !important;
        padding-right: 1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        order: 2;
    }
    
    .social-timeline-card-image-opposite {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 1.5rem;
        height: auto !important;
        bottom: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        order: 1;
        padding-left: 4rem !important;
        padding-right: 1rem !important;
    }
    
    .social-timeline-image-placeholder {
        aspect-ratio: 16 / 9;
        height: auto;
        width: 100%;
    }
    
    .social-timeline-card-image {
        flex: 0 0 auto;
        width: 100%;
        order: -1;
    }
    
    .social-timeline-features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .social-timeline-container {
        padding: 1rem 0;
    }
    
    .social-timeline-card {
        margin-bottom: 2rem;
    }
    
    .social-timeline-card-content {
        padding-left: 3.5rem !important;
        padding-right: 1rem !important;
    }
    
    .social-timeline-card-image-opposite {
        padding-left: 3.5rem !important;
        padding-right: 1rem !important;
        margin-bottom: 1rem;
    }
    
    .social-timeline-card-inner {
        padding: 1.5rem;
        border-radius: 1.5rem;
    }
    
    .social-timeline-card-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    .social-timeline-card-desc {
        font-size: 0.9375rem;
        margin-bottom: 1.25rem;
        line-height: 1.6;
    }
    
    .social-timeline-features-grid {
        margin-bottom: 1.5rem;
        gap: 0.875rem;
    }
    
    .social-timeline-feature-item {
        padding: 0.875rem;
    }
    
    .social-timeline-feature-title {
        font-size: 0.9375rem;
    }
    
    .social-timeline-feature-desc {
        font-size: 0.8125rem;
    }
    
    .social-timeline-cta-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.8125rem;
        width: 100%;
        text-align: center;
    }
    
    .social-timeline-image-placeholder {
        aspect-ratio: 16 / 9;
        border-radius: 0.75rem;
    }
}

@media (max-width: 640px) {
    .social-timeline-container {
        padding: 0.5rem 0;
    }
    
    .social-timeline-card {
        margin-bottom: 1.5rem;
        padding-left: 0;
        padding-right: 0;
    }
    
    .social-timeline-line {
        left: 1.25rem;
    }
    
    .social-timeline-marker {
        left: 1.25rem;
        width: 28px;
        height: 28px;
    }
    
    .social-timeline-dot {
        width: 14px;
        height: 14px;
    }
    
    .social-timeline-card-content {
        width: calc(100% - 2.5rem);
        padding-left: 2.5rem !important;
        padding-right: 0.75rem !important;
    }
    
    .social-timeline-card-image-opposite {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        padding-left: 2.5rem !important;
        padding-right: 0.75rem !important;
        margin-bottom: 1rem;
        height: auto !important;
        bottom: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    
    .social-timeline-image-placeholder {
        aspect-ratio: 16 / 9;
        height: auto;
        border-radius: 0.75rem;
    }
    
    .social-timeline-card-inner {
        padding: 1.25rem;
        border-radius: 1.25rem;
    }
    
    .social-timeline-card-title {
        font-size: 1.125rem;
        line-height: 1.3;
        margin-bottom: 0.875rem;
    }
    
    .social-timeline-step-label {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    
    .social-timeline-card-desc {
        font-size: 0.875rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    .social-timeline-features-grid {
        margin-bottom: 1.25rem;
        gap: 0.75rem;
    }
    
    .social-timeline-feature-item {
        padding: 0.75rem;
        border-radius: 0.5rem;
    }
    
    .social-timeline-feature-title {
        font-size: 0.875rem;
        margin-bottom: 0.375rem;
    }
    
    .social-timeline-feature-desc {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    
    .social-timeline-cta-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.75rem;
        width: 100%;
        text-align: center;
        border-radius: 1.5rem;
    }
}

@media (max-width: 480px) {
    .social-timeline-container {
        padding: 0.5rem 0;
    }
    
    .social-timeline-card {
        margin-bottom: 1.25rem;
    }
    
    .social-timeline-line {
        left: 1rem;
    }
    
    .social-timeline-marker {
        left: 1rem;
        width: 24px;
        height: 24px;
    }
    
    .social-timeline-dot {
        width: 12px;
        height: 12px;
    }
    
    .social-timeline-card-content {
        width: calc(100% - 2rem);
        padding-left: 2rem !important;
        padding-right: 0.5rem !important;
    }
    
    .social-timeline-card-image-opposite {
        padding-left: 2rem !important;
        padding-right: 0.5rem !important;
        margin-bottom: 0.875rem;
    }
    
    .social-timeline-card-inner {
        padding: 1rem;
        border-radius: 1rem;
    }
    
    .social-timeline-card-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .social-timeline-card-desc {
        font-size: 0.8125rem;
        margin-bottom: 0.875rem;
    }
    
    .social-timeline-features-grid {
        gap: 0.625rem;
        margin-bottom: 1rem;
    }
    
    .social-timeline-feature-item {
        padding: 0.625rem;
    }
    
    .social-timeline-feature-title {
        font-size: 0.8125rem;
    }
    
    .social-timeline-feature-desc {
        font-size: 0.6875rem;
    }
    
    .social-timeline-cta-btn {
        padding: 0.5625rem 1rem;
        font-size: 0.6875rem;
    }
}

/* Social Media Compact Design - New Layout */
.social-compact-container {
    position: relative;
    padding: 2rem 0;
    min-height: 600px;
}

.social-life-line-svg {
    opacity: 0.4;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.social-life-path {
    animation: life-line-flow 8s ease-in-out infinite;
    filter: drop-shadow(0 0 4px rgba(163, 230, 53, 0.5));
}

@keyframes life-line-flow {
    0%, 100% {
        stroke-dashoffset: 0;
        opacity: 0.3;
    }
    50% {
        stroke-dashoffset: -30;
        opacity: 0.6;
    }
}

/* Alternative: Simple horizontal line for mobile */
@media (max-width: 1024px) {
    .social-compact-container::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, 
            transparent 0%, 
            rgba(163, 230, 53, 0.2) 10%, 
            rgba(163, 230, 53, 0.4) 50%, 
            rgba(163, 230, 53, 0.2) 90%, 
            transparent 100%
        );
        transform: translateY(-50%);
        z-index: 1;
        opacity: 0.3;
    }
}

.social-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
    position: relative;
    z-index: 2;
    align-items: stretch;
}

@media (min-width: 640px) {
    .social-compact-grid {
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    .social-compact-grid {
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .social-compact-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.social-compact-card {
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.social-compact-card-connector {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(163, 230, 53, 0.2) 20%, 
        rgba(163, 230, 53, 0.4) 50%, 
        rgba(163, 230, 53, 0.2) 80%, 
        transparent 100%
    );
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.social-compact-card:hover .social-compact-card-connector {
    opacity: 1;
}

.social-compact-card-inner {
    position: relative;
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.98), rgba(11, 13, 15, 0.95));
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    padding: 1.5rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 768px) {
    .social-compact-card-inner {
        border-width: 1px;
        border-radius: 1rem;
    }
}

.social-compact-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(147, 51, 234, 0.8), rgba(249, 115, 22, 0.8), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.social-compact-card:hover .social-compact-card-inner {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(147, 51, 234, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.social-compact-card:hover .social-compact-card-inner::before {
    transform: scaleX(1);
}

.social-compact-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
}

@media (max-width: 768px) {
    .social-compact-image-wrapper {
        border-radius: 0.75rem;
        border-width: 0.5px;
    }
}

.social-compact-card:hover .social-compact-image-wrapper {
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(147, 51, 234, 0.3);
}

.social-compact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.social-compact-card:hover .social-compact-image {
    transform: scale(1.05);
}

.social-compact-step-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.95), rgba(249, 115, 22, 0.9));
    border: 2px solid rgba(147, 51, 234, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(147, 51, 234, 0.6), 0 4px 12px rgba(0, 0, 0, 0.4);
    z-index: 2;
    transition: all 0.4s ease;
}

.social-compact-card:hover .social-compact-step-badge {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 30px rgba(147, 51, 234, 0.8), 0 0 20px rgba(249, 115, 22, 0.5), 0 6px 16px rgba(0, 0, 0, 0.5);
}

.social-compact-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.social-compact-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.01em;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: none;
}

.social-compact-desc {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.65;
    margin-bottom: 1rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: none;
}

.social-compact-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.social-compact-feature-tag {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.15), rgba(249, 115, 22, 0.1));
    border: 1px solid rgba(147, 51, 234, 0.3);
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    color: rgba(233, 213, 255, 1);
    font-weight: 600;
    transition: all 0.3s ease;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.social-compact-card:hover .social-compact-feature-tag {
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.25), rgba(249, 115, 22, 0.2));
    border-color: rgba(147, 51, 234, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(147, 51, 234, 0.3);
}

.social-compact-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.9), rgba(197, 249, 0, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.5);
    color: #000000;
    font-weight: 700;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    margin-top: auto;
    flex-shrink: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(163, 230, 53, 0.4);
}

.social-compact-cta:hover {
    background: linear-gradient(135deg, rgba(163, 230, 53, 1), rgba(197, 249, 0, 1));
    border-color: rgba(163, 230, 53, 0.8);
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(163, 230, 53, 0.6), 0 2px 8px rgba(197, 249, 0, 0.4);
}

/* Responsive Styles for Compact Design */
@media (max-width: 1024px) {
    .social-compact-container {
        min-height: auto;
    }
    
    .social-life-line-svg {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .social-compact-container {
        padding: 1.25rem 0;
    }
    
    .social-compact-card-inner {
        padding: 1rem;
        border-radius: 1rem;
        height: 100%;
    }
    
    .social-compact-image-wrapper {
        margin-bottom: 0.75rem;
        aspect-ratio: 16 / 10;
    }
    
    .social-compact-title {
        font-size: 0.9375rem;
        margin-bottom: 0.5rem;
        line-height: 1.35;
        font-weight: 700;
        display: block !important;
        -webkit-line-clamp: none !important;
        -webkit-box-orient: unset !important;
        overflow: visible !important;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: none;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    }
    
    .social-compact-desc {
        font-size: 0.8125rem;
        margin-bottom: 0.75rem;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.95);
        display: block !important;
        -webkit-line-clamp: none !important;
        -webkit-box-orient: unset !important;
        overflow: visible !important;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }
    
    .social-compact-step-badge {
        width: 32px;
        height: 32px;
        font-size: 0.6875rem;
        top: 0.5rem;
        right: 0.5rem;
    }
    
    .social-compact-features {
        margin-bottom: 0.75rem;
        gap: 0.375rem;
    }
    
    .social-compact-feature-tag {
        font-size: 0.6875rem;
        padding: 0.25rem 0.5rem;
        font-weight: 600;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
    
    .social-compact-cta {
        padding: 0.5rem 0.875rem;
        font-size: 0.75rem;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
}

@media (max-width: 640px) {
    .social-compact-container {
        padding: 1rem 0;
    }
    
    .social-compact-grid {
        gap: 0.75rem;
    }
    
    .social-compact-card-inner {
        padding: 0.875rem;
        border-radius: 0.875rem;
        height: 100%;
    }
    
    .social-compact-image-wrapper {
        margin-bottom: 0.625rem;
        aspect-ratio: 16 / 9;
    }
    
    .social-compact-title {
        font-size: 0.875rem;
        margin-bottom: 0.4375rem;
        font-weight: 700;
        line-height: 1.3;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
        display: block !important;
        -webkit-line-clamp: none !important;
        -webkit-box-orient: unset !important;
        overflow: visible !important;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: none;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    }
    
    .social-compact-desc {
        font-size: 0.75rem;
        margin-bottom: 0.625rem;
        line-height: 1.45;
        color: rgba(255, 255, 255, 0.95);
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
        display: block !important;
        -webkit-line-clamp: none !important;
        -webkit-box-orient: unset !important;
        overflow: visible !important;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }
    
    .social-compact-step-badge {
        width: 28px;
        height: 28px;
        font-size: 0.625rem;
        top: 0.375rem;
        right: 0.375rem;
    }
    
    .social-compact-features {
        margin-bottom: 0.625rem;
        gap: 0.3125rem;
    }
    
    .social-compact-feature-tag {
        font-size: 0.625rem;
        padding: 0.1875rem 0.4375rem;
        border-radius: 0.375rem;
        font-weight: 600;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
    
    .social-compact-cta {
        padding: 0.4375rem 0.75rem;
        font-size: 0.6875rem;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
}

@media (max-width: 480px) {
    .social-compact-grid {
        gap: 0.625rem;
    }
    
    .social-compact-card-inner {
        padding: 0.75rem;
        height: 100%;
    }
    
    .social-compact-image-wrapper {
        margin-bottom: 0.5rem;
    }
    
    .social-compact-title {
        font-size: 0.8125rem;
        font-weight: 700;
        line-height: 1.3;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
        display: block !important;
        -webkit-line-clamp: none !important;
        -webkit-box-orient: unset !important;
        overflow: visible !important;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: none;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    }
    
    .social-compact-desc {
        font-size: 0.6875rem;
        color: rgba(255, 255, 255, 0.95);
        line-height: 1.4;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
        display: block !important;
        -webkit-line-clamp: none !important;
        -webkit-box-orient: unset !important;
        overflow: visible !important;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }
    
    .social-compact-step-badge {
        width: 24px;
        height: 24px;
        font-size: 0.5625rem;
    }
    
    .social-compact-feature-tag {
        font-size: 0.5625rem;
        padding: 0.125rem 0.375rem;
        font-weight: 600;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
    
    .social-compact-cta {
        padding: 0.375rem 0.625rem;
        font-size: 0.625rem;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    }
}

/* CRM Implementation Section */
.crm-section-bg {
    position: relative;
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 50%, #0a0a0a 100%);
    overflow: hidden;
}

.crm-circuit-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.4), transparent);
    animation: circuit-pulse 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes circuit-pulse {
    0%, 100% { opacity: 0.2; transform: scaleX(0.8); }
    50% { opacity: 0.6; transform: scaleX(1); }
}

.crm-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #a3e635;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(163, 230, 53, 0.8);
    animation: particle-flow 8s linear infinite;
    pointer-events: none;
}

@keyframes particle-flow {
    0% { transform: translateX(0) translateY(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateX(200px) translateY(-100px); opacity: 0; }
}

.crm-features-container {
    position: relative;
    max-width: 6xl;
    margin: 0 auto;
}

.crm-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    position: relative;
}

@media (min-width: 768px) {
    .crm-features-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 800px;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .crm-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 2.5rem;
        max-width: 100%;
        align-items: start;
        align-content: start;
    }
    .crm-feature-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-self: start;
    }
}

@media (min-width: 1280px) {
    .crm-features-grid {
        gap: 3.5rem 3rem;
    }
}

.crm-feature-card {
    position: relative;
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    border-radius: 3.5rem;
    padding: 3rem;
    backdrop-filter: blur(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: visible;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    min-height: 100%;
}

.crm-icon {
    width: 80px;
    height: 80px;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(163, 230, 53, 0.25), rgba(197, 249, 0, 0.15));
    border: 2px solid rgba(163, 230, 53, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.crm-icon::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: conic-gradient(from 0deg, transparent, rgba(163, 230, 53, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    animation: icon-rotate 3s linear infinite;
}

@keyframes icon-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.crm-feature-card:hover .crm-icon::before {
    opacity: 0.6;
}

.crm-feature-card:hover .crm-icon {
    transform: scale(1.1) rotate(5deg);
    border-color: rgba(163, 230, 53, 0.8);
    box-shadow: 0 0 40px rgba(163, 230, 53, 0.7);
}

.crm-benefit {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(163, 230, 53, 0.05);
    border: 1px solid rgba(163, 230, 53, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.crm-benefit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(163, 230, 53, 0.2), transparent);
    transition: width 0.4s ease;
}

.crm-feature-card:hover .crm-benefit::before {
    width: 100%;
}

.crm-feature-card:hover .crm-benefit {
    border-color: rgba(163, 230, 53, 0.3);
    transform: translateX(8px);
    background: rgba(163, 230, 53, 0.08);
}

.crm-benefit-icon {
    color: #a3e635;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.crm-feature-card:hover .crm-benefit-icon {
    transform: translateX(5px) scale(1.2);
    filter: drop-shadow(0 0 6px rgba(163, 230, 53, 0.8));
}

.crm-info-card {
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    border-radius: 3.5rem;
    padding: 3rem;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.crm-info-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(163, 230, 53, 0.1) 0%, transparent 70%);
    animation: info-glow 8s ease-in-out infinite;
}

@keyframes info-glow {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.2) rotate(180deg); }
}

.crm-info-card > * {
    position: relative;
    z-index: 1;
}

.crm-circuit-bg {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: 
        linear-gradient(90deg, rgba(163, 230, 53, 0.1) 1px, transparent 1px),
        linear-gradient(rgba(163, 230, 53, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: circuit-move 20s linear infinite;
    pointer-events: none;
}

@keyframes circuit-move {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

/* CRM Benefits Grid */
.crm-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.crm-benefit-card {
    background: linear-gradient(135deg, rgba(18, 20, 23, 0.95), rgba(11, 13, 15, 0.9));
    border: 1.5px solid rgba(163, 230, 53, 0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.crm-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.5), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.crm-benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(163, 230, 53, 0.6);
    box-shadow: 0 20px 60px rgba(163, 230, 53, 0.3), 0 0 40px rgba(163, 230, 53, 0.2);
}

.crm-benefit-card:hover::before {
    transform: translateX(100%);
}

.crm-benefit-icon-wrapper {
    width: 64px;
    height: 64px;
    background: rgba(163, 230, 53, 0.1);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(163, 230, 53, 0.2);
    transition: all 0.3s ease;
}

.crm-benefit-card:hover .crm-benefit-icon-wrapper {
    background: rgba(163, 230, 53, 0.2);
    border-color: rgba(163, 230, 53, 0.4);
    transform: scale(1.1);
}

.crm-benefit-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.crm-benefit-card-desc {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .crm-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .crm-benefit-card {
        padding: 1.5rem;
    }
    
    .crm-benefit-card-title {
        font-size: 1.125rem;
    }
    
    .crm-benefit-card-desc {
        font-size: 0.875rem;
    }
}

/* Intelligent Automation Section */
.automation-card-container {
    width: 100%;
}

.automation-card {
    display: flex;
    align-items: center;
    gap: 4rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 1.5rem;
    padding: 3rem;
    transition: all 0.4s ease;
}

.automation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(163, 230, 53, 0.3);
}

/* inversare layout pentru cardurile care au această clasă */
.automation-card-reverse {
    flex-direction: row-reverse !important;
}

.automation-card-image {
    flex: 0 0 543px;
    max-width: 543px;
}

.automation-image-placeholder {
    width: 100%;
    aspect-ratio: 543 / 642;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.automation-image-text {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1rem;
    font-weight: 500;
}

.automation-card-content {
    flex: 1;
}

.automation-card-title {
    font-size: 2.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-align: center;
}

.automation-card-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 1.25rem;
    text-align: center;
}

.automation-cta-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #a3e635, #c5f900);
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 2rem;
    transition: all 0.3s ease;
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(163, 230, 53, 0.4);
}

.automation-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(163, 230, 53, 0.6);
    background: linear-gradient(135deg, #bef264, #d9f99d);
}

/* Responsive for Intelligent Automation */
@media (max-width: 1024px) {
    .automation-card {
        flex-direction: column !important;
        gap: 2rem;
        padding: 2rem;
    }
    
    .automation-card-reverse {
        flex-direction: column !important;
    }
    
    .automation-card-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        order: 1;
    }
    
    .automation-card-content {
        order: 2;
        width: 100%;
    }
    
    .automation-card-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .automation-card {
        padding: 1.5rem;
        border-radius: 1rem;
        flex-direction: column !important;
        display: flex !important;
    }
    
    .automation-card-reverse {
        flex-direction: column !important;
        display: flex !important;
    }
    
    .automation-card-image {
        order: 1 !important;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        flex: 0 0 auto;
    }
    
    .automation-card-content {
        order: 2 !important;
        width: 100%;
        max-width: 100%;
        flex: 1 1 auto;
        display: block !important;
        visibility: visible !important;
    }
    
    .automation-card-title {
        font-size: 1.625rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .automation-card-text {
        font-size: 1rem;
        margin-bottom: 0.875rem;
        text-align: center;
    }
    
    .automation-cta-btn {
        padding: 0.875rem 2rem;
        font-size: 0.875rem;
        width: 100%;
        text-align: center;
        display: block;
    }
}

@media (max-width: 640px) {
    .automation-card {
        padding: 1rem;
        flex-direction: column !important;
        gap: 1rem;
    }
    
    .automation-card-reverse {
        flex-direction: column !important;
    }
    
    .automation-card-image {
        order: 1 !important;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.75rem;
    }
    
    .automation-card-content {
        order: 2 !important;
        width: 100%;
        max-width: 100%;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .automation-card-image {
        order: 1 !important;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    
    /* Ensure text is visible and readable */
    .automation-card-title,
    .automation-card-text {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%;
        max-width: 100%;
        overflow: visible;
        text-align: center !important;
    }
    
    .automation-cta-btn {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%;
        margin-top: 1rem;
    }
}
    
    .automation-card-title {
        font-size: 1.375rem;
        line-height: 1.3;
        margin-bottom: 0.75rem;
        text-align: center;
    }
    
    .automation-card-text {
        font-size: 0.95rem;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 0.75rem;
    }
    
    .automation-cta-btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.8rem;
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 0.5rem;
    }
    
    html[lang="ru"] .automation-card-title {
        font-size: 1.2rem;
        text-align: center;
    }
    
    html[lang="ru"] .automation-card-text {
        font-size: 0.85rem;
        text-align: center;
    }
    
    html[lang="ru"] .automation-cta-btn {
        font-size: 0.75rem;
    }
}

/* Contact Form - New Style */
.contact-info-cards {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 2rem !important;
    column-gap: 2rem !important;
    row-gap: 2rem !important;
    margin-bottom: 3rem;
    align-items: stretch;
    width: 100%;
    flex-direction: row !important;
}

/* Force horizontal layout - override any other styles */
#contact-form .contact-info-cards {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    column-gap: 2rem !important;
    row-gap: 2rem !important;
    flex-direction: row !important;
}

.contact-info-card {
    background: #1a1a1a;
    border: none;
    border-radius: 0.75rem;
    padding: 2rem;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    margin: 0 !important;
}

.contact-info-card:hover {
    background: #1f1f1f;
    transform: translateY(-5px);
}

.contact-info-icon {
    width: 64px;
    height: 64px;
    margin: 0 0 1.5rem 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    flex-shrink: 0;
}

.contact-info-icon-phone {
    color: #00bcd4;
}

.contact-info-icon-email {
    color: #00bcd4;
}

.contact-info-icon-location {
    color: #00bcd4;
}

.contact-info-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
}

.contact-info-text {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: left;
}

.contact-form-map-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.contact-form-wrapper {
    width: 100%;
}

.contact-form-new {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form-field {
    width: 100%;
}

.contact-form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.contact-form-input,
.contact-form-textarea {
    width: 100%;
    padding: 1rem 1.25rem;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.5rem;
    color: #ffffff;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-form-input::placeholder,
.contact-form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form-input:focus,
.contact-form-textarea:focus {
    outline: none;
    border-color: rgba(163, 230, 53, 0.5);
    background: #1f1f1f;
    box-shadow: 0 0 0 3px rgba(163, 230, 53, 0.1);
}

.contact-form-field:focus-within .contact-form-label {
    color: rgba(163, 230, 53, 0.9);
}

/* Select styling */
select.contact-form-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' opacity='0.7' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
    cursor: pointer;
}

select.contact-form-input option {
    background: #1a1a1a;
    color: #ffffff;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

select.contact-form-input:invalid {
    color: rgba(255, 255, 255, 0.5);
}

select.contact-form-input:valid {
    color: #ffffff;
}

.contact-form-textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-form-submit {
    padding: 1rem 2.5rem;
    background: linear-gradient(90deg, #8a2be2, #ff4500);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-shadow: 0 4px 15px rgba(138, 43, 226, 0.4);
    position: relative;
}

.contact-form-submit:hover:not(.loading) {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(138, 43, 226, 0.6);
    background: linear-gradient(90deg, #9d4edd, #ff6347);
}

.contact-form-submit.loading {
    opacity: 0.8;
    cursor: not-allowed;
}

.contact-form-submit .btn-loader {
    display: none;
}

.contact-form-submit.loading .btn-loader {
    display: block;
}

.contact-form-submit.loading .btn-text {
    opacity: 0.7;
}

/* Language Switcher Styles */
.lang-btn {
    transition: all 0.3s ease;
    position: relative;
}

.lang-btn.active {
    color: #a3e635 !important;
    font-weight: 600;
}

.lang-btn:hover:not(.active) {
    color: #a3e635 !important;
}

.contact-map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.contact-map-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #ffffff;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

/* Responsive for Contact Form */
@media (max-width: 1024px) {
    .contact-form-map-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-map-wrapper,
    .contact-map-container {
        min-height: 400px;
    }
    
    .contact-info-cards,
    #contact-form .contact-info-cards {
        grid-template-columns: repeat(3, 1fr) !important;
        display: grid !important;
        gap: 1.5rem !important;
    }
}

/* Desktop - ensure gap is maintained */
@media (min-width: 1024px) {
    .contact-info-cards,
    #contact-form .contact-info-cards {
        gap: 2rem !important;
        column-gap: 2rem !important;
        row-gap: 2rem !important;
    }
}

@media (max-width: 992px) {
    .contact-info-cards,
    #contact-form .contact-info-cards {
        grid-template-columns: repeat(3, 1fr) !important;
        display: grid !important;
        gap: 1.25rem !important;
    }
}

@media (max-width: 768px) {
    .contact-info-cards,
    #contact-form .contact-info-cards {
        grid-template-columns: repeat(3, 1fr) !important;
        display: grid !important;
        gap: 1.25rem !important;
    }
}

@media (max-width: 640px) {
    .contact-info-cards,
    #contact-form .contact-info-cards {
        grid-template-columns: 1fr !important;
        display: grid !important;
        gap: 1rem !important;
        margin-bottom: 2rem !important;
    }
    
    .contact-info-card {
        padding: 1.25rem !important;
        border-radius: 0.75rem !important;
    }
    
    .contact-info-icon {
        width: 48px !important;
        height: 48px !important;
        margin-bottom: 1rem !important;
    }
    
    .contact-info-icon svg {
        width: 24px !important;
        height: 24px !important;
    }
    
    .contact-info-title {
        font-size: 0.875rem !important;
        font-weight: 600 !important;
        margin-bottom: 0.625rem !important;
        line-height: 1.3 !important;
    }
    
    .contact-info-text {
        font-size: 0.875rem !important;
        line-height: 1.5 !important;
        color: rgba(255, 255, 255, 0.85) !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .contact-form-label {
        font-size: 0.8125rem;
        margin-bottom: 0.4375rem;
    }
    
    .contact-form-input,
    .contact-form-textarea {
        padding: 0.875rem 1rem;
        font-size: 0.9375rem;
    }
    
    .contact-form-submit {
        padding: 0.875rem 2rem;
        font-size: 0.9375rem;
    }
    
    .contact-map-wrapper,
    .contact-map-container {
        min-height: 350px;
    }
}