
body.page-template-page-seo-landing {
    overflow-x: hidden !important;
}


body.page-template-page-seo-landing #page-container {
    padding-top: 0 !important;
}


#seo-landing-page {
    all: initial;
    display: block;
    font-family: var(--seo-font-body);
    color: var(--seo-black);
    background: var(--seo-white);
}


#seo-landing-page [class*="et_pb_"],
#seo-landing-page [class*="et-"],
#seo-landing-page [class*="et_"] {
    all: unset !important;
    display: revert !important;
}


#seo-landing-page {
    position: relative !important;
    z-index: 1 !important;
}

:root {
    --seo-primary: #4f46e5;
    --seo-primary-dark: #3730a3;
    --seo-secondary: #0a0a0a;
    --seo-light: #f5f5f5;
    --seo-dark: #2b2b2b;
    --seo-white: #ffffff;
    --seo-gradient: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #2563eb 100%);
    --seo-gradient-soft: linear-gradient(135deg, rgba(79,70,229,0.1) 0%, rgba(124,58,237,0.05) 100%);
    --seo-font-heading: 'Sora', sans-serif;
    --seo-font-body: 'Manrope', sans-serif;
    --seo-shadow-sm: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.06);
    --seo-shadow-md: 0 4px 6px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.06);
    --seo-shadow-lg: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);
    --seo-shadow-xl: 0 20px 25px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.04);
    --seo-radius-sm: 6px;
    --seo-radius: 12px;
    --seo-radius-lg: 16px;
    --seo-radius-xl: 24px;
    --seo-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --seo-content-width: 1200px;
}

body.page-template-page-seo-landing #main-footer {
    display: none !important;
}


body.page-template-page-seo-landing [class*="et_pb"],
body.page-template-page-seo-landing [class*="et-"],
body.page-template-page-seo-landing [class*="et_"] {
    box-sizing: content-box !important;
}


#seo-landing-page {
    contain: layout style;
    isolation: isolate;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    background: var(--seo-white) !important;
}


#seo-landing-page img {
    aspect-ratio: attr(width) / attr(height);
    object-fit: cover;
    width: 100%;
    height: auto;
}

#seo-landing-page .seo-growth-chart,
#seo-landing-page .seo-client-logo {
    aspect-ratio: 3/2;
}

#seo-landing-page .seo-floating-metrics {
    contain: layout;
}


#seo-landing-page *,
#seo-landing-page *::before,
#seo-landing-page *::after {
    box-sizing: border-box !important;
}


#seo-landing-page p,
#seo-landing-page h1,
#seo-landing-page h2,
#seo-landing-page h3,
#seo-landing-page h4,
#seo-landing-page h5,
#seo-landing-page h6,
#seo-landing-page ul,
#seo-landing-page li,
#seo-landing-page blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


#seo-landing-page [id*="et-"],
#seo-landing-page [class*="et_"] {
    all: unset !important;
    display: block !important;
}

#seo-landing-page {
    font-family: var(--seo-font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--seo-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin-top: -100px;
}

#seo-landing-page .seo-container {
    width: 100%;
    max-width: var(--seo-content-width);
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 640px) {
    #seo-landing-page .seo-container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    #seo-landing-page .seo-container {
        padding: 0 32px;
    }
}

#seo-landing-page h1,
#seo-landing-page h2,
#seo-landing-page h3,
#seo-landing-page h4,
#seo-landing-page h5,
#seo-landing-page h6 {
    font-family: var(--seo-font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--seo-black);
    letter-spacing: -0.02em;
}

#seo-landing-page h1 { font-size: clamp(1.75rem, 8vw, 4.5rem); font-weight: 800; }
#seo-landing-page h2 { font-size: clamp(1.5rem, 4vw, 3rem); }
#seo-landing-page h3 { font-size: clamp(1.25rem, 3vw, 2rem); }
#seo-landing-page h4 { font-size: clamp(1.125rem, 2.5vw, 1.5rem); }

#seo-landing-page p {
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 1rem;
}

@media (max-width: 768px) {
    #seo-landing-page p {
        font-size: 1.125rem;
        line-height: 1.8;
    }
}

@media (max-width: 480px) {
    #seo-landing-page p {
        font-size: 1.125rem;
        line-height: 1.8;
    }
}

#seo-landing-page .seo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--seo-font-body);
    font-weight: 600;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: var(--seo-radius);
    transition: var(--seo-transition);
    cursor: pointer;
    border: none;
    font-size: 0.875rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    min-height: 44px;
    text-align: center;
}

@media (max-width: 768px) {
    #seo-landing-page .seo-btn {
        font-size: 1rem;
        padding: 16px 28px;
        min-height: 48px;
    }
}

@media (max-width: 480px) {
    #seo-landing-page .seo-btn {
        font-size: 1rem;
        padding: 18px 32px;
        min-height: 50px;
        width: 100%;
        max-width: 320px;
    }
}

@media (min-width: 640px) {
    #seo-landing-page .seo-btn {
        padding: 14px 28px;
        font-size: 0.9375rem;
    }
}

@media (min-width: 768px) {
    #seo-landing-page .seo-btn {
        padding: 16px 32px;
        font-size: 1rem;
    }
}

#seo-landing-page .seo-btn-primary {
    background: var(--seo-dark);
    color: var(--seo-white);
    box-shadow: 0 4px 14px rgba(30, 27, 75, 0.25);
}

#seo-landing-page .seo-btn-primary:hover {
    background: var(--seo-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(55, 48, 163, 0.35);
}

#seo-landing-page .seo-btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: var(--seo-white);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

#seo-landing-page .seo-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

#seo-landing-page .seo-btn-large {
    font-size: 1.125rem;
    padding: 18px 36px;
}

#seo-landing-page .seo-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--seo-gradient);
    position: relative;
    overflow: hidden;
    padding: 200px 0 80px;
}

#seo-landing-page .seo-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgba(79, 70, 229, 0.12) 0%, transparent 65%),
        radial-gradient(circle at 40% 20%, rgba(124, 58, 237, 0.08) 0%, transparent 55%),
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.03) 50%, transparent 60%);
    animation: floatAndRotate 25s ease-in-out infinite;
    will-change: transform;
}

#seo-landing-page .seo-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 60% 30%, rgba(255, 255, 255, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 30% 70%, rgba(79, 70, 229, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 35%);
    animation: floatReverse 30s ease-in-out infinite;
    will-change: transform;
    z-index: 1;
}

@keyframes floatAndRotate {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
        opacity: 1;
    }
    25% { 
        transform: translateY(-30px) translateX(15px) rotate(2deg) scale(1.02);
        opacity: 0.8;
    }
    50% { 
        transform: translateY(-10px) translateX(-20px) rotate(-1deg) scale(0.98);
        opacity: 0.9;
    }
    75% { 
        transform: translateY(25px) translateX(10px) rotate(1.5deg) scale(1.01);
        opacity: 0.85;
    }
}

@keyframes floatReverse {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
        opacity: 0.8;
    }
    33% { 
        transform: translateY(20px) translateX(-10px) rotate(-1deg) scale(1.01);
        opacity: 0.9;
    }
    66% { 
        transform: translateY(-15px) translateX(25px) rotate(1.5deg) scale(0.99);
        opacity: 0.7;
    }
}


#seo-landing-page .seo-hero .seo-abstract-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    opacity: 0.1;
    will-change: transform;
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(1) {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(79, 70, 229, 0.2));
    top: 15%;
    left: 8%;
    animation: abstractFloat1 18s ease-in-out infinite;
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(2) {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.25), rgba(255, 255, 255, 0.15));
    top: 70%;
    right: 15%;
    animation: abstractFloat2 22s ease-in-out infinite;
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(3) {
    width: 60px;
    height: 60px;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.2), rgba(124, 58, 237, 0.1));
    top: 35%;
    right: 25%;
    animation: abstractFloat3 20s ease-in-out infinite;
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(4) {
    width: 100px;
    height: 100px;
    background: linear-gradient(315deg, rgba(79, 70, 229, 0.15), rgba(255, 255, 255, 0.25));
    bottom: 20%;
    left: 15%;
    animation: abstractFloat4 16s ease-in-out infinite;
}

@keyframes abstractFloat1 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    25% { transform: translateX(30px) translateY(-40px) rotate(90deg) scale(1.1); }
    50% { transform: translateX(-20px) translateY(20px) rotate(180deg) scale(0.9); }
    75% { transform: translateX(15px) translateY(-10px) rotate(270deg) scale(1.05); }
}

@keyframes abstractFloat2 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    33% { transform: translateX(-25px) translateY(35px) rotate(120deg) scale(1.15); }
    66% { transform: translateX(40px) translateY(-25px) rotate(240deg) scale(0.85); }
}

@keyframes abstractFloat3 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    20% { transform: translateX(20px) translateY(25px) rotate(72deg) scale(1.2); }
    40% { transform: translateX(-30px) translateY(-15px) rotate(144deg) scale(0.8); }
    60% { transform: translateX(10px) translateY(30px) rotate(216deg) scale(1.1); }
    80% { transform: translateX(-15px) translateY(-20px) rotate(288deg) scale(0.95); }
}

@keyframes abstractFloat4 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    50% { transform: translateX(-35px) translateY(-30px) rotate(180deg) scale(1.08); }
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(1) {
    width: 150px;
    height: 120px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(52, 211, 153, 0.2));
    top: 20%;
    left: 10%;
    animation: abstractFloat1 20s ease-in-out infinite;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(2) {
    width: 100px;
    height: 80px;
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.25), rgba(255, 255, 255, 0.15));
    top: 70%;
    right: 15%;
    animation: abstractFloat2 25s ease-in-out infinite;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(3) {
    width: 80px;
    height: 100px;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.2), rgba(16, 185, 129, 0.1));
    top: 40%;
    right: 30%;
    animation: abstractFloat3 22s ease-in-out infinite;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(4) {
    width: 120px;
    height: 90px;
    background: linear-gradient(315deg, rgba(52, 211, 153, 0.15), rgba(255, 255, 255, 0.25));
    bottom: 25%;
    left: 20%;
    animation: abstractFloat4 18s ease-in-out infinite;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

@keyframes abstractFloat1 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    25% { transform: translateX(40px) translateY(-30px) rotate(45deg) scale(1.1); }
    50% { transform: translateX(-30px) translateY(25px) rotate(90deg) scale(0.9); }
    75% { transform: translateX(20px) translateY(-15px) rotate(135deg) scale(1.05); }
}

@keyframes abstractFloat2 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    33% { transform: translateX(-35px) translateY(40px) rotate(120deg) scale(1.15); }
    66% { transform: translateX(45px) translateY(-20px) rotate(240deg) scale(0.85); }
}

@keyframes abstractFloat3 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    20% { transform: translateX(25px) translateY(35px) rotate(72deg) scale(1.2); }
    40% { transform: translateX(-40px) translateY(-10px) rotate(144deg) scale(0.8); }
    60% { transform: translateX(15px) translateY(20px) rotate(216deg) scale(1.1); }
    80% { transform: translateX(-20px) translateY(-25px) rotate(288deg) scale(0.95); }
}

@keyframes abstractFloat4 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    50% { transform: translateX(-40px) translateY(-35px) rotate(180deg) scale(1.08); }
}

#seo-landing-page .seo-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 30% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(52, 211, 153, 0.12) 0%, transparent 60%),
        radial-gradient(circle at 50% 20%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
        linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
    animation: abstractFloat 30s ease-in-out infinite;
    will-change: transform;
}

@keyframes abstractFloat {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
        opacity: 1;
    }
    25% { 
        transform: translateY(-25px) translateX(20px) rotate(1deg) scale(1.02);
        opacity: 0.8;
    }
    50% { 
        transform: translateY(-5px) translateX(-15px) rotate(-0.5deg) scale(0.98);
        opacity: 0.9;
    }
    75% { 
        transform: translateY(20px) translateX(10px) rotate(0.8deg) scale(1.01);
        opacity: 0.85;
    }
}

#seo-landing-page .seo-hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--seo-content-width);
    margin: 0 auto;
}

#seo-landing-page .seo-hero-text h1 {
    color: var(--seo-white);
    margin-bottom: 24px;
    animation: fadeInUp 0.8s ease-out;
}

#seo-landing-page .seo-hero-text .seo-text-gradient {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#seo-landing-page .seo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: var(--seo-radius-xl);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--seo-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

#seo-landing-page .seo-subheadline {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
    font-weight: 400;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

@media (max-width: 768px) {
    #seo-landing-page .seo-subheadline {
        font-size: clamp(1.25rem, 3vw, 1.375rem);
        line-height: 1.7;
    }
}

#seo-landing-page .seo-cta-group {
    display: inline-flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: nowrap;
    animation: fadeInUp 0.8s ease-out 0.6s both;
    align-items: center;
}

#seo-landing-page .seo-trust-badges {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 0.8s both;
    margin-top: 32px;
}

#seo-landing-page .seo-trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--seo-radius);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
}

#seo-landing-page .seo-trust-badge svg {
    width: 20px;
    height: 20px;
    color: var(--seo-accent);
}

#seo-landing-page .seo-trust-badge strong {
    color: var(--seo-white);
}

/* ===== ENHANCED 3D HERO VISUAL EFFECTS ===== */

/* 3D Scene Container */
#seo-landing-page .seo-3d-scene {
    perspective: 1200px;
    perspective-origin: center center;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    animation: scene3DIntro 1.2s ease-out;
}

/* 3D Wrapper with enhanced transforms */
#seo-landing-page .seo-3d-wrapper {
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
    animation: wrapper3DFloat 8s ease-in-out infinite;
}

#seo-landing-page .seo-3d-wrapper:hover {
    transform: rotateX(8deg) rotateY(-5deg) scale(1.02);
}

/* 3D Container for main image */
#seo-landing-page .seo-3d-container {
    position: relative;
    transform-style: preserve-3d;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 15px 35px rgba(79, 70, 229, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    backdrop-filter: blur(20px);
}

#seo-landing-page .seo-3d-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        transparent 50%, 
        rgba(79,70,229,0.05) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Enhanced 3D Image */
#seo-landing-page .seo-3d-image {
    width: 100%;
    height: auto;
    display: block;
    transform: translateZ(0);
    transition: transform 0.4s ease;
    filter: brightness(1.05) contrast(1.1) saturate(1.1);
    position: relative;
    z-index: 1;
}

/* 3D Layered Elements */
#seo-landing-page .seo-3d-layer {
    position: absolute;
    transform-style: preserve-3d;
    pointer-events: none;
}

#seo-landing-page .seo-layer-1 {
    top: 15%;
    right: -10%;
    transform: translateZ(30px) rotateY(15deg);
    animation: layer1Float 6s ease-in-out infinite;
}

#seo-landing-page .seo-layer-2 {
    top: 60%;
    left: -8%;
    transform: translateZ(45px) rotateY(-10deg);
    animation: layer2Float 8s ease-in-out infinite;
}

#seo-landing-page .seo-layer-3 {
    top: 25%;
    left: 70%;
    transform: translateZ(60px) rotateX(10deg);
    animation: layer3Float 7s ease-in-out infinite;
}

/* Floating Elements */
#seo-landing-page .seo-floating-element {
    padding: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(79, 70, 229, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

#seo-landing-page .seo-floating-element:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        0 6px 20px rgba(79, 70, 229, 0.2);
}

/* Chart Overlay */
#seo-landing-page .seo-chart-overlay {
    width: 120px;
    height: 80px;
}

#seo-landing-page .seo-chart-svg {
    width: 100%;
    height: 100%;
}

#seo-landing-page .seo-chart-line {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: chartDraw 2s ease-out 0.5s forwards;
}

#seo-landing-page .seo-chart-point {
    opacity: 0;
    animation: pointFadeIn 0.5s ease-out var(--delay, 0s) forwards;
}

#seo-landing-page .seo-chart-point:nth-child(3) { --delay: 1s; }
#seo-landing-page .seo-chart-point:nth-child(4) { --delay: 1.2s; }
#seo-landing-page .seo-chart-point:nth-child(5) { --delay: 1.4s; }
#seo-landing-page .seo-chart-point:nth-child(6) { --delay: 1.6s; }

/* Search Icon */
#seo-landing-page .seo-search-icon {
    width: 60px;
    height: 60px;
    color: var(--seo-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

#seo-landing-page .seo-search-icon svg {
    animation: searchPulse 2s ease-in-out infinite;
}

/* Ranking Badge */
#seo-landing-page .seo-ranking-badge {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(145deg, #FFD700, #FFA500);
    overflow: hidden;
}

#seo-landing-page .seo-badge-text {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 2;
    position: relative;
}

#seo-landing-page .seo-badge-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, 
        transparent 30%, 
        rgba(255,255,255,0.3) 50%, 
        transparent 70%);
    animation: badgeShine 3s ease-in-out infinite;
}

/* Enhanced Floating Stats */
#seo-landing-page .seo-floating-stats {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transform-style: preserve-3d;
}

#seo-landing-page .seo-stat-3d {
    position: absolute;
    transform-style: preserve-3d;
    opacity: 0;
    animation: statCard3DEntry 0.8s ease-out var(--delay) forwards;
}

#seo-landing-page .seo-stat-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(79, 70, 229, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    min-width: 140px;
    position: relative;
    overflow: hidden;
    transform: translateZ(var(--depth, 20px));
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

#seo-landing-page .seo-stat-card:hover {
    transform: translateZ(var(--depth, 20px)) translateY(-8px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(79, 70, 229, 0.2);
}

/* Stat Card Positioning */
#seo-landing-page .seo-stat-card:nth-child(1) {
    top: 20%;
    right: -15%;
}

#seo-landing-page .seo-stat-card:nth-child(2) {
    top: 60%;
    left: -20%;
}

#seo-landing-page .seo-stat-card:nth-child(3) {
    bottom: 15%;
    right: -10%;
}

#seo-landing-page .seo-stat-icon {
    width: 32px;
    height: 32px;
    color: var(--seo-primary);
    flex-shrink: 0;
}

#seo-landing-page .seo-stat-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(79, 70, 229, 0.2));
}

#seo-landing-page .seo-stat-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#seo-landing-page .seo-stat-value {
    font-size: 20px;
    font-weight: 800;
    color: var(--seo-dark);
    line-height: 1;
}

#seo-landing-page .seo-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#seo-landing-page .seo-stat-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, 
        rgba(79, 70, 229, 0.1), 
        rgba(124, 58, 237, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

#seo-landing-page .seo-stat-card:hover .seo-stat-glow {
    opacity: 1;
}

/* 3D Particles */
#seo-landing-page .seo-3d-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transform-style: preserve-3d;
}

#seo-landing-page .seo-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: linear-gradient(45deg, 
        rgba(79, 70, 229, 0.6), 
        rgba(124, 58, 237, 0.4));
    border-radius: 50%;
    animation: particle3DFloat var(--duration, 8s) ease-in-out var(--delay, 0s) infinite;
    transform-style: preserve-3d;
}

#seo-landing-page .seo-particle:nth-child(1) {
    top: 20%;
    left: 15%;
    transform: translateZ(100px);
}

#seo-landing-page .seo-particle:nth-child(2) {
    top: 70%;
    left: 80%;
    transform: translateZ(150px);
}

#seo-landing-page .seo-particle:nth-child(3) {
    top: 40%;
    left: 90%;
    transform: translateZ(75px);
}

#seo-landing-page .seo-particle:nth-child(4) {
    top: 80%;
    left: 10%;
    transform: translateZ(125px);
}

#seo-landing-page .seo-particle:nth-child(5) {
    top: 10%;
    left: 70%;
    transform: translateZ(50px);
}

/* ===== 3D ANIMATIONS ===== */

@keyframes scene3DIntro {
    from {
        opacity: 0;
        transform: perspective(1200px) rotateX(20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1200px) rotateX(0deg) translateY(0);
    }
}

@keyframes wrapper3DFloat {
    0%, 100% {
        transform: rotateX(5deg) rotateY(-2deg) translateY(0px);
    }
    50% {
        transform: rotateX(7deg) rotateY(-4deg) translateY(-10px);
    }
}

@keyframes layer1Float {
    0%, 100% {
        transform: translateZ(30px) rotateY(15deg) translateX(0px) translateY(0px);
    }
    50% {
        transform: translateZ(35px) rotateY(18deg) translateX(10px) translateY(-15px);
    }
}

@keyframes layer2Float {
    0%, 100% {
        transform: translateZ(45px) rotateY(-10deg) translateX(0px) translateY(0px);
    }
    50% {
        transform: translateZ(50px) rotateY(-13deg) translateX(-8px) translateY(12px);
    }
}

@keyframes layer3Float {
    0%, 100% {
        transform: translateZ(60px) rotateX(10deg) translateX(0px) translateY(0px);
    }
    50% {
        transform: translateZ(65px) rotateX(13deg) translateX(5px) translateY(-10px);
    }
}

@keyframes statCard3DEntry {
    from {
        opacity: 0;
        transform: translateZ(var(--depth, 20px)) translateY(30px) rotateX(20deg);
    }
    to {
        opacity: 1;
        transform: translateZ(var(--depth, 20px)) translateY(0px) rotateX(0deg);
    }
}

@keyframes chartDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pointFadeIn {
    to {
        opacity: 1;
    }
}

@keyframes searchPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

@keyframes badgeShine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
    100% {
        transform: translateX(200%) translateY(200%) rotate(45deg);
    }
}

@keyframes particle3DFloat {
    0%, 100% {
        transform: translateZ(var(--z, 100px)) translateX(0px) translateY(0px) scale(1);
        opacity: 0.6;
    }
    25% {
        transform: translateZ(calc(var(--z, 100px) + 20px)) translateX(20px) translateY(-30px) scale(1.2);
        opacity: 0.8;
    }
    50% {
        transform: translateZ(calc(var(--z, 100px) + 40px)) translateX(-15px) translateY(25px) scale(0.8);
        opacity: 1;
    }
    75% {
        transform: translateZ(calc(var(--z, 100px) + 15px)) translateX(30px) translateY(-10px) scale(1.1);
        opacity: 0.7;
    }
}

/* ===== RESPONSIVE 3D ADJUSTMENTS ===== */

@media (max-width: 1024px) {
    #seo-landing-page .seo-3d-scene {
        perspective: 800px;
        max-width: 600px;
    }
    
    #seo-landing-page .seo-3d-wrapper {
        transform: rotateX(2deg) rotateY(-1deg);
    }
    
    #seo-landing-page .seo-3d-wrapper:hover {
        transform: rotateX(4deg) rotateY(-2deg) scale(1.01);
    }
    
    #seo-landing-page .seo-floating-stats {
        position: static;
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 32px;
        flex-wrap: wrap;
    }
    
    #seo-landing-page .seo-stat-card {
        position: static;
        transform: none !important;
        min-width: 120px;
    }
    
    #seo-landing-page .seo-3d-layer {
        display: none;
    }
}

@media (max-width: 768px) {
    #seo-landing-page .seo-3d-scene {
        perspective: 600px;
        max-width: 400px;
    }
    
    #seo-landing-page .seo-3d-wrapper {
        transform: none;
        animation: none;
    }
    
    #seo-landing-page .seo-3d-wrapper:hover {
        transform: scale(1.02);
    }
    
    #seo-landing-page .seo-3d-particles {
        display: none;
    }
    
    #seo-landing-page .seo-stat-card {
        flex: 1 1 calc(50% - 8px);
        min-width: 100px;
        padding: 16px;
    }
    
    #seo-landing-page .seo-stat-value {
        font-size: 16px;
    }
    
    #seo-landing-page .seo-stat-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    #seo-landing-page .seo-3d-container {
        border-radius: 12px;
    }
    
    #seo-landing-page .seo-floating-stats {
        gap: 12px;
    }
    
    #seo-landing-page .seo-stat-card {
        padding: 12px;
        gap: 8px;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    #seo-landing-page .seo-3d-wrapper,
    #seo-landing-page .seo-3d-layer,
    #seo-landing-page .seo-particle,
    #seo-landing-page .seo-chart-line,
    #seo-landing-page .seo-search-icon svg,
    #seo-landing-page .seo-badge-shine {
        animation: none;
    }
    
    #seo-landing-page .seo-3d-wrapper {
        transform: none;
    }
    
    #seo-landing-page .seo-3d-wrapper:hover {
        transform: scale(1.02);
    }
}
    font-size: 1.125rem;
    margin-right: 4px;
}

#seo-landing-page .seo-hero-visual {
    position: relative;
    animation: fadeInRight 1s ease-out 0.5s both;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#seo-landing-page .seo-growth-chart {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

#seo-landing-page .seo-chart-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 32px;
    border-radius: var(--seo-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 32px;
}

#seo-landing-page .seo-growth-bars {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 200px;
    gap: 16px;
    margin-bottom: 16px;
}

#seo-landing-page .seo-bar {
    background: linear-gradient(to top, var(--seo-accent), var(--seo-primary));
    border-radius: 4px 4px 0 0;
    flex: 1;
    height: var(--height);
    position: relative;
    animation: growUp 1s ease-out var(--delay) both;
    transition: all 0.3s ease;
    min-height: 20%;
}

#seo-landing-page .seo-bar:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

#seo-landing-page .seo-bar-label {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--seo-white);
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
}

#seo-landing-page .seo-chart-title {
    text-align: center;
    color: var(--seo-white);
    font-weight: 600;
    font-size: 1rem;
}

@keyframes growUp {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: var(--height);
        opacity: 1;
    }
}

#seo-landing-page .seo-floating-metrics {
    position: absolute;
    top: 20%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    contain: layout style;
    z-index: 10;
    max-width: 120px;
}

#seo-landing-page .seo-metric-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    padding: 12px 16px;
    border-radius: var(--seo-radius);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    animation: floatIn 0.8s ease-out var(--delay) both, metricFloat 6s ease-in-out infinite;
    animation-delay: var(--delay), calc(var(--delay) + 2s);
    transform: translateX(-20px);
    transition: all 0.3s ease;
    border: 1px solid rgba(16, 185, 129, 0.2);
    will-change: transform;
    contain: layout style;
    content-visibility: auto;
    max-width: 120px;
}

#seo-landing-page .seo-metric-card:hover {
    transform: translateX(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

#seo-landing-page .seo-metric-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--seo-primary);
    margin-bottom: 2px;
}

#seo-landing-page .seo-metric-label {
    font-size: 0.875rem;
    color: var(--seo-dark);
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(-20px);
    }
}

@keyframes metricFloat {
    0%, 100% {
        transform: translateX(-20px) translateY(0px) scale(1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
    25% {
        transform: translateX(-15px) translateY(-8px) scale(1.02);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    }
    50% {
        transform: translateX(-25px) translateY(5px) scale(0.98);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }
    75% {
        transform: translateX(-18px) translateY(-3px) scale(1.01);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    }
}

#seo-landing-page .seo-clients {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #151515 25%, #1a1a1a 50%, #0f0f0f 75%, #000000 100%);
    position: relative;
    overflow: hidden;
}

#seo-landing-page .seo-clients::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

#seo-landing-page .seo-clients-inner {
    position: relative;
    z-index: 1;
}

#seo-landing-page .seo-clients-title {
    font-size: 1.125rem;
    color: #ffffff;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 48px;
}

#seo-landing-page .seo-clients-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

#seo-landing-page .seo-clients-carousel {
    overflow: hidden;
    position: relative;
}

#seo-landing-page .seo-clients-track {
    display: flex;
    animation: scrollLogos 30s linear infinite;
    width: fit-content;
    will-change: transform;
}

#seo-landing-page .seo-clients-track:hover {
    animation-play-state: paused;
}

#seo-landing-page .seo-client-logo-wrapper {
    flex-shrink: 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#seo-landing-page .seo-client-logo {
    height: 60px;
    width: auto;
    max-width: 180px;
    opacity: 0.7;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
    object-fit: contain;
}

#seo-landing-page .seo-client-logo:hover {
    opacity: 1;
    transform: scale(1.1);
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes seo-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

#seo-landing-page .seo-services {
    padding: 120px 0;
    background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 50%, #cbd5e1 100%);
    position: relative;
    z-index: 1;
}

#seo-landing-page .seo-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.3), transparent);
}

#seo-landing-page .seo-section-header {
    text-align: center;
}

#seo-landing-page .seo-section-title {
    margin-bottom: 16px;
    color: var(--seo-black);
}

#seo-landing-page .seo-section-subtitle {
    font-size: 1.25rem;
    color: var(--seo-dark);
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
}

#seo-landing-page .seo-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
    max-width: var(--seo-content-width);
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

#seo-landing-page .seo-service-card {
    background: var(--seo-white);
    padding: 48px 40px;
    border-radius: var(--seo-radius-lg);
    position: relative;
    transition: var(--seo-transition);
    border: 1px solid rgba(16, 185, 129, 0.08);
    box-shadow: var(--seo-shadow-md);
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

#seo-landing-page .seo-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--seo-gradient);
    border-radius: var(--seo-radius-lg) var(--seo-radius-lg) 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#seo-landing-page .seo-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--seo-shadow-xl);
}

#seo-landing-page .seo-service-card:hover::before {
    opacity: 1;
}

#seo-landing-page .seo-service-icon {
    width: 72px;
    height: 72px;
    background: var(--seo-gradient-soft);
    border-radius: var(--seo-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

#seo-landing-page .seo-service-icon svg {
    width: 40px;
    height: 40px;
    stroke: var(--seo-primary);
}

#seo-landing-page .seo-service-title {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--seo-black);
}

#seo-landing-page .seo-service-desc {
    color: var(--seo-dark);
    margin-bottom: 24px;
    opacity: 0.8;
    line-height: 1.7;
}

#seo-landing-page .seo-service-features {
    list-style: none;
}

#seo-landing-page .seo-service-features li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    color: var(--seo-dark);
    line-height: 1.6;
}

#seo-landing-page .seo-service-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background: var(--seo-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#seo-landing-page .seo-service-features li::after {
    content: '✓';
    position: absolute;
    left: 5px;
    top: 6px;
    color: var(--seo-white);
    font-weight: bold;
    font-size: 12px;
}


#seo-landing-page .seo-process {
    padding: 60px 0;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    position: relative;
    overflow: hidden;
}


#seo-landing-page .seo-process-flow {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

#seo-landing-page .seo-process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 2;
}

#seo-landing-page .seo-process-step {
    flex: 1;
    text-align: center;
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

#seo-landing-page .seo-process-step.seo-animate {
    animation: slideInUp 0.6s ease-out forwards;
}

#seo-landing-page .seo-process-step:nth-child(1) { animation-delay: 0.1s; }
#seo-landing-page .seo-process-step:nth-child(2) { animation-delay: 0.2s; }
#seo-landing-page .seo-process-step:nth-child(3) { animation-delay: 0.3s; }
#seo-landing-page .seo-process-step:nth-child(4) { animation-delay: 0.4s; }
#seo-landing-page .seo-process-step:nth-child(5) { animation-delay: 0.5s; }

#seo-landing-page .seo-process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(79, 70, 229, 0.12);
    border-color: rgba(79, 70, 229, 0.2);
}

#seo-landing-page .seo-step-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

#seo-landing-page .seo-step-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 12px;
    transform: scale(0);
    transition: transform 0.3s ease;
}

#seo-landing-page .seo-process-step:hover .seo-step-icon::before {
    transform: scale(1);
}

#seo-landing-page .seo-step-icon svg {
    width: 28px;
    height: 28px;
    z-index: 1;
    position: relative;
}

#seo-landing-page .seo-step-number {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 2px solid #4f46e5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.15);
}

#seo-landing-page .seo-step-content h3 {
    color: #1a202c;
    margin-bottom: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
}

#seo-landing-page .seo-step-content p {
    color: #4a5568;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0;
    font-size: 0.875rem;
}

#seo-landing-page .seo-step-arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--seo-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--seo-primary);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15);
    z-index: 3;
    transition: all 0.3s ease;
}

#seo-landing-page .seo-step-arrow svg {
    width: 20px;
    height: 20px;
    animation: arrowPulse 2s ease-in-out infinite;
}

#seo-landing-page .seo-process-step:last-child .seo-step-arrow {
    display: none;
}

#seo-landing-page .seo-process-step:hover .seo-step-arrow {
    background: var(--seo-primary);
    color: var(--seo-white);
    transform: translateY(-50%) scale(1.1);
}


#seo-landing-page .seo-process-line {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: rgba(79, 70, 229, 0.1);
    transform: translateY(-50%);
    z-index: 1;
}

#seo-landing-page .seo-process-line-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--seo-primary), var(--seo-secondary));
    width: 0;
    animation: lineFill 3s ease-out 0.8s forwards;
    border-radius: 2px;
}


@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes arrowPulse {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(3px);
    }
}

@keyframes lineFill {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

#seo-landing-page .seo-benefits {
    padding: 120px 0;
    background: linear-gradient(180deg, var(--seo-light) 0%, var(--seo-white) 100%);
    position: relative;
    overflow: hidden;
}

#seo-landing-page .seo-benefits::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -25%;
    width: 50%;
    height: 200%;
    background: var(--seo-gradient);
    opacity: 0.03;
    transform: rotate(-45deg);
}

#seo-landing-page .seo-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    margin-top: 80px;
    width: 100%;
}

#seo-landing-page .seo-benefit {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#seo-landing-page .seo-benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: var(--seo-gradient);
    border-radius: var(--seo-radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.2);
}

#seo-landing-page .seo-benefit-icon::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: var(--seo-gradient);
    border-radius: inherit;
    opacity: 0.3;
    filter: blur(10px);
}

#seo-landing-page .seo-benefit-icon svg {
    width: 48px;
    height: 48px;
    stroke: var(--seo-white);
    position: relative;
    z-index: 1;
}

#seo-landing-page .seo-benefit h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--seo-black);
}

#seo-landing-page .seo-benefit p {
    color: var(--seo-dark);
    opacity: 0.8;
    line-height: 1.7;
    max-width: 300px;
    margin: 0 auto;
}

#seo-landing-page .seo-testimonials {
    padding: 120px 0;
    background: linear-gradient(180deg, #e2e8f0 0%, #f1f5f9 100%);
}

#seo-landing-page .seo-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 80px;
    width: 100%;
}

#seo-landing-page .seo-testimonial {
    background: var(--seo-white);
    padding: 40px;
    border-radius: var(--seo-radius-lg);
    position: relative;
    border: 1px solid rgba(16, 185, 129, 0.08);
    transition: var(--seo-transition);
    box-shadow: var(--seo-shadow-md);
    height: 100%;
    display: flex;
    flex-direction: column;
}

#seo-landing-page .seo-testimonial:hover {
    transform: translateY(-4px);
    box-shadow: var(--seo-shadow-lg);
}

#seo-landing-page .seo-testimonial::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 80px;
    line-height: 1;
    color: var(--seo-primary);
    opacity: 0.1;
    font-family: Georgia, serif;
}

#seo-landing-page .seo-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
}

#seo-landing-page .seo-stars svg {
    width: 20px;
    height: 20px;
    fill: #34d399;
}

#seo-landing-page .seo-testimonial-text {
    color: var(--seo-dark);
    margin-bottom: 32px;
    line-height: 1.8;
    font-size: 1.0625rem;
    position: relative;
    z-index: 1;
}

#seo-landing-page .seo-testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

#seo-landing-page .seo-author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--seo-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--seo-white);
    font-weight: 700;
    font-size: 1.25rem;
}

#seo-landing-page .seo-author-info strong {
    display: block;
    color: var(--seo-black);
    font-weight: 600;
    margin-bottom: 4px;
}

#seo-landing-page .seo-author-info span {
    color: var(--seo-dark);
    opacity: 0.7;
    font-size: 0.875rem;
}

#seo-landing-page .seo-faq {
    padding: 120px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
}

#seo-landing-page .seo-faq-list {
    max-width: 800px;
    margin: 80px auto 0;
}

#seo-landing-page .seo-faq-item {
    margin-bottom: 16px;
    border-radius: var(--seo-radius);
    overflow: hidden;
    border: 1px solid rgba(16, 185, 129, 0.08);
    transition: var(--seo-transition);
}

#seo-landing-page .seo-faq-item[open] {
    background: var(--seo-light);
    border-color: rgba(16, 185, 129, 0.2);
}

#seo-landing-page .seo-faq-question {
    padding: 24px 32px;
    font-weight: 600;
    font-size: 1.0625rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--seo-black);
    transition: var(--seo-transition);
    user-select: none;
}

#seo-landing-page .seo-faq-question:hover {
    color: var(--seo-primary);
}

#seo-landing-page .seo-faq-question::after {
    content: '';
    width: 24px;
    height: 24px;
    background: var(--seo-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

#seo-landing-page .seo-faq-question::before {
    content: '+';
    position: absolute;
    right: 32px;
    color: var(--seo-white);
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    transition: transform 0.3s ease;
    z-index: 1;
}

#seo-landing-page .seo-faq-item[open] .seo-faq-question::before {
    transform: rotate(45deg);
}

#seo-landing-page .seo-faq-answer {
    padding: 0 32px 24px;
    color: var(--seo-dark);
    opacity: 0.8;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

#seo-landing-page .seo-faq-item[open] .seo-faq-answer {
    max-height: 1000px;
}

#seo-landing-page .seo-cta-section {
    padding: 120px 0;
    background: var(--seo-gradient);
    position: relative;
    overflow: hidden;
}

#seo-landing-page .seo-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


#seo-landing-page .seo-contact-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#seo-landing-page .seo-growing-shape {
    position: absolute;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(1px);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#seo-landing-page .seo-growth-1 {
    width: 100px;
    height: 100px;
    top: 15%;
    left: 15%;
    background: linear-gradient(45deg, rgba(52, 211, 153, 0.15), rgba(255, 255, 255, 0.1));
    animation: abstractGrow1 24s ease-in-out infinite;
}

#seo-landing-page .seo-growth-2 {
    width: 80px;
    height: 80px;
    top: 25%;
    right: 20%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(16, 185, 129, 0.08));
    animation: abstractGrow2 30s ease-in-out infinite;
}

#seo-landing-page .seo-growth-3 {
    width: 150px;
    height: 150px;
    bottom: 25%;
    left: 10%;
    background: linear-gradient(90deg, rgba(52, 211, 153, 0.1), rgba(255, 255, 255, 0.05));
    animation: abstractGrow3 36s ease-in-out infinite;
    opacity: 0.6;
}

#seo-landing-page .seo-growth-4 {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 30%;
    background: rgba(255, 255, 255, 0.1);
    animation: abstractGrow4 28s ease-in-out infinite;
}

@keyframes abstractGrow1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    33% { transform: translate(20px, -15px) rotate(60deg) scale(1.2); border-radius: 30% 70% 60% 40% / 50% 60% 30% 60%; }
    66% { transform: translate(-15px, 25px) rotate(120deg) scale(0.8); border-radius: 70% 30% 60% 40% / 40% 70% 60% 30%; }
}

@keyframes abstractGrow2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); border-radius: 50% 50% 50% 50% / 60% 40% 60% 40%; }
    50% { transform: translate(-30px, 20px) rotate(180deg) scale(1.3); border-radius: 60% 40% 50% 50% / 40% 60% 40% 60%; }
}

@keyframes abstractGrow3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); border-radius: 80% 20% 60% 40% / 20% 80% 40% 60%; }
    25% { transform: translate(15px, -25px) rotate(45deg) scale(0.9); border-radius: 20% 80% 40% 60% / 80% 20% 60% 40%; }
    75% { transform: translate(-20px, -5px) rotate(-30deg) scale(1.1); border-radius: 60% 40% 80% 20% / 40% 60% 20% 80%; }
}

@keyframes abstractGrow4 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); border-radius: 70% 30% 50% 50% / 30% 70% 50% 50%; }
    33% { transform: translate(20px, 10px) rotate(90deg) scale(0.7); border-radius: 30% 70% 50% 50% / 70% 30% 50% 50%; }
    66% { transform: translate(-10px, -20px) rotate(-90deg) scale(1.4); border-radius: 50% 50% 70% 30% / 50% 50% 30% 70%; }
}

#seo-landing-page .seo-cta-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

#seo-landing-page .seo-cta-title {
    color: var(--seo-white);
    margin-bottom: 16px;
}

#seo-landing-page .seo-cta-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#seo-landing-page .seo-urgency {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 16px 32px;
    border-radius: var(--seo-radius-xl);
    margin-bottom: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    color: var(--seo-white);
}

#seo-landing-page .seo-urgency svg {
    width: 24px;
    height: 24px;
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.1); filter: brightness(1.2); }
}

#seo-landing-page .seo-footer-trust {
    background: #0a0a0a url('https://next-kmu.de/wp-content/uploads/2024/09/Grain-Texture-Background.webp') center/cover;
    border-top: 1px solid rgba(16, 185, 129, 0.08);
    color: #ffffff;
}

#seo-landing-page .seo-footer-trust h4 {
    color: #ffffff !important;
}

#seo-landing-page .seo-footer-trust p {
    color: #ffffff !important;
}

#seo-landing-page .seo-footer-trust svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

#seo-landing-page .seo-footer {
    background: linear-gradient(180deg, #0a0a0a 40%, #b00158 100%) !important;
    color: var(--seo-white);
    padding: 80px 0 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

#seo-landing-page .seo-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    pointer-events: none;
}

#seo-landing-page .seo-footer-content {
    display: grid;
    grid-template-columns: 1fr 200px 200px 250px;
    gap: 48px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

/* Desktop: Position first footer column to the left */
@media (min-width: 1024px) {
    #seo-landing-page .seo-footer-content {
        grid-template-columns: 1fr 200px 200px 250px;
        justify-items: start;
    }
    
    #seo-landing-page .seo-footer-column:first-child {
        justify-self: start;
        text-align: left;
    }
}

#seo-landing-page .seo-footer-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#seo-landing-page .seo-footer-logo {
    text-align: left;
}

#seo-landing-page .seo-footer-logo img {
    width: 40%!important;
    height: auto;
    margin-bottom: 16px;
}

/* Desktop: Align footer logo and trust elements to left */
@media (min-width: 1024px) {
    #seo-landing-page .seo-footer-logo {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-contact-info {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-address {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-membership {
        text-align: left;
    }
    
    #seo-landing-page .seo-trust-grid {
        text-align: center !important;
    }
    
    #seo-landing-page .seo-trust-grid > div {
        text-align: center !important;
    }
    
    #seo-landing-page .seo-trust-grid svg {
        margin: 0 auto 12px auto !important;
    }
}

#seo-landing-page .seo-footer-contact-info {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px!important;
    line-height: 1.6;
}

#seo-landing-page .seo-footer-contact-info p {
    margin-bottom: 20px;
}

#seo-landing-page .seo-footer-address {
    margin-bottom: 32px;
}

#seo-landing-page .seo-footer-address strong {
    color: var(--seo-white);
    font-weight: 600;
}

#seo-landing-page .seo-footer-membership {
    text-align: left;
    margin-top: 24px;
}

#seo-landing-page .seo-footer-membership img {
    width: 50%;
    height: auto;
    margin-bottom: 8px;
}

#seo-landing-page .seo-footer-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--seo-white);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#seo-landing-page .seo-footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#seo-landing-page .seo-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1rem;
    transition: var(--seo-transition);
    line-height: 1.4;
}

#seo-landing-page .seo-footer-links a:hover {
    color: var(--seo-white);
    text-decoration: underline;
}

#seo-landing-page .seo-footer-links .seo-privacy-link,
#seo-landing-page .seo-footer-links .seo-privacy-history {
    text-decoration: underline;
    font-size: 1rem;
}

#seo-landing-page .seo-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#seo-landing-page .seo-footer-phone a {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--seo-white);
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

#seo-landing-page .seo-footer-phone a:hover {
    color: #ff0a84;
}

#seo-landing-page .seo-footer-email a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1rem;
}

#seo-landing-page .seo-footer-email a:hover {
    color: var(--seo-white);
    text-decoration: underline;
}

#seo-landing-page .seo-footer-social {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

#seo-landing-page .seo-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    transition: var(--seo-transition);
}

#seo-landing-page .seo-footer-social a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--seo-white);
    transform: translateY(-2px);
}

#seo-landing-page .seo-footer-opt-out {
    margin-top: 16px;
}

#seo-landing-page .seo-footer-opt-out a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
    font-size: 1rem;
}

#seo-landing-page .seo-footer-opt-out a:hover {
    color: var(--seo-white);
}

#seo-landing-page .seo-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

#seo-landing-page .seo-footer-copyright p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin: 0;
}

#seo-landing-page .seo-footer-legal {
    display: flex;
    gap: 32px;
}

#seo-landing-page .seo-footer-legal a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: var(--seo-transition);
}

#seo-landing-page .seo-footer-legal a:hover {
    color: var(--seo-white);
    text-decoration: underline;
}
@media (max-width: 1024px) {
    #seo-landing-page .seo-footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    #seo-landing-page .seo-footer-column:first-child {
        grid-column: 1 / -1;
        text-align: center;
        max-width: 600px;
        margin: 0 auto 40px;
    }
}
@media (max-width: 768px) {
    #seo-landing-page .seo-footer {
        padding: 60px 0 0;
    }
    
    #seo-landing-page .seo-footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-column:first-child {
        grid-column: auto;
        margin-bottom: 0;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-logo {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-contact-info {
        text-align: left;
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-contact-info p {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-address {
        text-align: left;
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-title {
        font-size: 16px !important;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-links a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-phone a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-email a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-membership {
        text-align: left;
        margin-top: 24px;
    }
    
    #seo-landing-page .seo-footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: left;
        align-items: flex-start;
    }
    
    #seo-landing-page .seo-footer-copyright p {
        font-size: 16px !important;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-legal {
        gap: 24px;
    }
    
    #seo-landing-page .seo-footer-legal a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-social {
        justify-content: flex-start;
    }
    
    #seo-landing-page .seo-footer-opt-out a {
        font-size: 16px !important;
    }
    
    /* Footer trust section alignment for mobile */
    #seo-landing-page .seo-footer-trust .seo-trust-grid {
        text-align: center !important;
    }
    
    #seo-landing-page .seo-footer-trust .seo-trust-grid > div {
        text-align: center !important;
    }
    
    #seo-landing-page .seo-footer-trust .seo-trust-grid svg {
        margin: 0 auto 12px auto !important;
    }
}
@media (max-width: 480px) {
    #seo-landing-page .seo-footer-legal {
        flex-direction: row;
        gap: 16px;
    }
    
    #seo-landing-page .seo-footer-legal a {
        display: block;
    }
}

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#seo-landing-page .seo-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#seo-landing-page .seo-animate.seo-animated {
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 1200px) {
    #seo-landing-page h1 {
        font-size: clamp(2.25rem, 7vw, 4rem);
    }
    
    #seo-landing-page .seo-hero .seo-abstract-shape:nth-child(1) {
        width: 120px;
        height: 100px;
        top: 15%;
        left: 8%;
    }
    
    #seo-landing-page .seo-hero .seo-abstract-shape:nth-child(2) {
        width: 80px;
        height: 60px;
        top: 75%;
        right: 12%;
    }
}



        flex-direction: row;
        justify-content: center;
        margin-top: 24px;
        gap: 16px;
    }
    
    #seo-landing-page .seo-metric-card {
        transform: none;
        padding: 16px 20px;
        animation: none;
    }
    
    #seo-landing-page .seo-metric-value {
        font-size: 1.5rem;
    }
    
    #seo-landing-page .seo-footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-membership {
        text-align: left;
        margin-top: 24px;
    }
    
    #seo-landing-page .seo-footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-legal {
        gap: 24px;
    }
    
    #seo-landing-page .seo-footer-social {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    #seo-landing-page h1 {
        font-size: clamp(1.75rem, 5vw, 2.25rem);
        line-height: 1.1;
    }
    
    #seo-landing-page .seo-growth-chart {
        max-width: 100%;
        transform: none;
    }
    
    #seo-landing-page .seo-floating-metrics {
        flex-wrap: wrap;
    }
    
    #seo-landing-page .seo-metric-card {
        flex: 1 1 calc(50% - 8px);
        min-width: 120px;
        padding: 12px 16px;
    }
    
    #seo-landing-page .seo-metric-value {
        font-size: 1.25rem;
    }
    
    #seo-landing-page .seo-hero-visual .seo-trust-badges {
        gap: 16px;
        margin-top: 32px;
    }
    
    #seo-landing-page .seo-hero-visual .seo-trust-badge {
        padding: 10px 16px;
        font-size: 0.75rem;
    }
    
    #seo-landing-page .seo-badge {
        font-size: 0.75rem;
        padding: 8px 16px;
    }
    
    #seo-landing-page .seo-faq-question {
        padding: 20px 20px;
        font-size: 0.95rem;
        min-height: 48px;
    }
    
    #seo-landing-page .seo-faq-answer {
        padding: 0 20px 20px;
    }
    
    #seo-landing-page .seo-client-logo-wrapper {
        padding: 0 15px;
    }
    
    #seo-landing-page .seo-client-logo {
        height: 40px;
        max-width: 120px;
    }
    
    #seo-landing-page .seo-footer-legal {
        flex-direction: column;
        gap: 16px;
    }
    
    #seo-landing-page .seo-footer-legal a {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    #seo-landing-page *,
    #seo-landing-page *::before,
    #seo-landing-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    #seo-landing-page .seo-floating-metrics {
        animation: none;
    }
    
    #seo-landing-page .seo-metric-card {
        animation: none;
    }
}

#seo-landing-page .seo-growth-chart,
#seo-landing-page .seo-metric-card,
#seo-landing-page .seo-abstract-shape {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

#seo-landing-page .seo-hero::before {
    content-visibility: auto;
    contain-intrinsic-size: 100vh;
}

#seo-landing-page {
    scroll-behavior: smooth;
    contain: layout style paint;
}

#seo-landing-page img {
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}

#seo-landing-page .seo-growth-chart {
    aspect-ratio: 400 / 300;
}

#seo-landing-page .seo-3d-image {
    aspect-ratio: 600 / 400;
}

#seo-landing-page .seo-services,
#seo-landing-page .seo-testimonials,
#seo-landing-page .seo-faq {
    content-visibility: auto;
    contain-intrinsic-size: 0 800px;
}

@media (hover: none) and (pointer: coarse) {
    #seo-landing-page .seo-btn {
        min-height: 48px;
        padding: 16px 24px;
    }
    
    #seo-landing-page .seo-faq-question {
        min-height: 48px;
        padding: 16px 20px;
    }
    
    #seo-landing-page .seo-trust-badge {
        min-height: 44px;
    }
    
    #seo-landing-page .seo-btn:hover,
    #seo-landing-page .seo-service-card:hover,
    #seo-landing-page .seo-testimonial:hover {
        transform: none;
    }
}

@media (prefers-contrast: high) {
    #seo-landing-page {
        --seo-primary: #1e1b4b;
        --seo-black: #000000;
    }
    
    #seo-landing-page .seo-btn-primary {
        border: 2px solid currentColor;
    }
}

@media print {
    #seo-landing-page .seo-hero-visual,
    #seo-landing-page .seo-btn,
    #seo-landing-page .seo-cta-section {
        display: none;
    }
    
    #seo-landing-page {
        color: black;
    }
    
    #seo-landing-page .seo-hero {
        min-height: auto;
        background: none;
        color: black;
    }
}

#seo-landing-page .seo-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}


#seo-landing-page .seo-geometric-shape {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 30px;
    background: linear-gradient(135deg, 
        rgba(79,70,229,0.15) 0%, 
        rgba(124,58,237,0.1) 50%, 
        rgba(37,99,235,0.05) 100%);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.1);
    animation: geometricFloat 25s ease-in-out infinite;
    will-change: transform;
}

#seo-landing-page .seo-geometric-shape:nth-child(1) {
    top: 10%;
    left: -150px;
    transform: rotate(45deg);
    animation-delay: 0s;
}

#seo-landing-page .seo-geometric-shape:nth-child(2) {
    top: 40%;
    right: -100px;
    transform: rotate(-30deg);
    animation-delay: -8s;
    width: 200px;
    height: 200px;
}

#seo-landing-page .seo-geometric-shape:nth-child(3) {
    bottom: 20%;
    left: -80px;
    transform: rotate(15deg);
    animation-delay: -15s;
    width: 250px;
    height: 250px;
}

#seo-landing-page .seo-geometric-shape:nth-child(4) {
    top: 60%;
    right: -180px;
    transform: rotate(-60deg);
    animation-delay: -22s;
    width: 180px;
    height: 180px;
}

@keyframes geometricFloat {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(var(--initial-rotation, 0deg)) scale(1);
        opacity: 0.8;
    }
    25% { 
        transform: translateY(-30px) translateX(25px) rotate(calc(var(--initial-rotation, 0deg) + 5deg)) scale(1.05);
        opacity: 0.6;
    }
    50% { 
        transform: translateY(-10px) translateX(-20px) rotate(calc(var(--initial-rotation, 0deg) - 3deg)) scale(0.95);
        opacity: 0.9;
    }
    75% { 
        transform: translateY(25px) translateX(15px) rotate(calc(var(--initial-rotation, 0deg) + 2deg)) scale(1.02);
        opacity: 0.7;
    }
}


#seo-landing-page .seo-3d-wrapper {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    animation: fadeInUp 0.8s ease-out 1s both;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#seo-landing-page .seo-3d-image {
    border-radius: var(--seo-radius-lg);
    transition: var(--seo-transition);
    will-change: transform;
    animation: float3D 6s ease-in-out infinite;
}

#seo-landing-page .seo-3d-image:hover {
    transform: rotateY(5deg) rotateX(2deg) scale(1.02);
}

@keyframes float3D {
    0%, 100% {
        transform: rotateY(0deg) rotateX(0deg) translateY(0px);
    }
    50% {
        transform: rotateY(2deg) rotateX(1deg) translateY(-10px);
    }
}


#seo-landing-page .seo-floating-stats {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    pointer-events: none;
    z-index: 5;
}

#seo-landing-page .seo-stat-card {
    position: absolute;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    padding: 16px 20px;
    border-radius: var(--seo-radius);
    box-shadow: var(--seo-shadow-lg);
    border: 1px solid rgba(79,70,229,0.1);
    animation: statFloat 4s ease-in-out infinite;
    opacity: 0;
    animation-delay: calc(var(--delay, 0s) + 1.2s);
    animation-fill-mode: both;
}

#seo-landing-page .seo-stat-card:nth-child(1) {
    top: -10px;
    right: -80px;
    --delay: 0.2s;
}

#seo-landing-page .seo-stat-card:nth-child(2) {
    bottom: 20px;
    left: -80px;
    --delay: 0.4s;
}

#seo-landing-page .seo-stat-card:nth-child(3) {
    top: 50%;
    right: -100px;
    --delay: 0.6s;
}

#seo-landing-page .seo-stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--seo-primary);
    line-height: 1;
    margin-bottom: 4px;
}

#seo-landing-page .seo-stat-label {
    font-size: 0.75rem;
    color: var(--seo-black);
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

@keyframes statFloat {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }
    10%, 90% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px) scale(0.9);
    }
}


#seo-landing-page .seo-visual-break {
    padding: 80px 0;
    background: var(--seo-light);
    position: relative;
    overflow: hidden;
}

#seo-landing-page .seo-visual-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: var(--seo-content-width);
    margin: 0 auto;
}

#seo-landing-page .seo-visual-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--seo-black);
    margin-bottom: 24px;
    line-height: 1.2;
}

#seo-landing-page .seo-visual-desc {
    font-size: 1.125rem;
    color: var(--seo-black);
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 32px;
}

#seo-landing-page .seo-visual-stats {
    display: flex;
    gap: 40px;
}

#seo-landing-page .seo-visual-stat {
    text-align: center;
}

#seo-landing-page .seo-visual-stat-value {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--seo-primary);
    line-height: 1;
    margin-bottom: 8px;
}

#seo-landing-page .seo-visual-stat-label {
    font-size: 0.875rem;
    color: var(--seo-black);
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}


#seo-landing-page .seo-visual-data {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

#seo-landing-page .seo-data-dashboard {
   max-width: 300px;
max-height: 400px;
      transform: scale(0.8);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: dashboardFloat 8s ease-in-out infinite;
}

#seo-landing-page .seo-chart-container {
    padding: 24px;
}

#seo-landing-page .seo-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#seo-landing-page .seo-chart-header h3 {
    color: var(--seo-white);
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}

#seo-landing-page .seo-chart-status {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

#seo-landing-page .seo-chart-status::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: translateY(-50%);
    animation: pulse 2s ease-in-out infinite;
}

#seo-landing-page .seo-metric-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

#seo-landing-page .seo-metric-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#seo-landing-page .seo-metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

#seo-landing-page .seo-metric-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    font-weight: 500;
}

#seo-landing-page .seo-metric-value {
    color: var(--seo-white);
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


#seo-landing-page .seo-chart-bars {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 80px;
}

#seo-landing-page .seo-chart-bar {
    flex: 1;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-radius: 4px 4px 0 0;
    height: var(--height);
    animation: barGrow 2s ease-out;
    animation-delay: calc(var(--index, 0) * 0.2s);
    position: relative;
    overflow: hidden;
}

#seo-landing-page .seo-chart-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    animation: shine 3s ease-in-out infinite;
}

#seo-landing-page .seo-chart-bar:nth-child(1) { --index: 0; }
#seo-landing-page .seo-chart-bar:nth-child(2) { --index: 1; }
#seo-landing-page .seo-chart-bar:nth-child(3) { --index: 2; }
#seo-landing-page .seo-chart-bar:nth-child(4) { --index: 3; }
#seo-landing-page .seo-chart-bar:nth-child(5) { --index: 4; }
#seo-landing-page .seo-chart-bar:nth-child(6) { --index: 5; }


#seo-landing-page .seo-keywords-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#seo-landing-page .seo-keyword-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

#seo-landing-page .seo-keyword-item:nth-child(1) { animation-delay: 0.5s; }
#seo-landing-page .seo-keyword-item:nth-child(2) { animation-delay: 0.7s; }
#seo-landing-page .seo-keyword-item:nth-child(3) { animation-delay: 0.9s; }

#seo-landing-page .seo-keyword-term {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    font-weight: 500;
}

#seo-landing-page .seo-keyword-rank {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}


#seo-landing-page .seo-progress-ring {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

#seo-landing-page .seo-progress-circle {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

#seo-landing-page .seo-progress-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 8;
}

#seo-landing-page .seo-progress-fill {
    fill: none;
    stroke: url(#progressGradient);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: calc(283 - (283 * var(--percentage)) / 100);
    animation: progressFill 2s ease-out;
}

#seo-landing-page .seo-progress-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#seo-landing-page .seo-progress-text {
    display: block;
    color: var(--seo-white);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

#seo-landing-page .seo-progress-label {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 4px;
}


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

@keyframes barGrow {
    0% { height: 0; }
    100% { height: var(--height); }
}

@keyframes shine {
    0% { transform: translateX(-100%); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateX(100%); opacity: 0; }
}

@keyframes progressFill {
    0% { stroke-dashoffset: 283; }
    100% { stroke-dashoffset: calc(283 - (283 * var(--percentage)) / 100); }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


#seo-landing-page .seo-benefit-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--seo-gradient);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 24px;
}




#seo-landing-page {
    font-size: 16px;
    line-height: 1.6;
}


#seo-landing-page .seo-container {
    width: 100%;
    max-width: var(--seo-content-width);
    margin: 0 auto;
    padding: 0 1rem;
}


#seo-landing-page h1 {
    font-size: clamp(1.75rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}

#seo-landing-page h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: 1rem;
}

#seo-landing-page h3 {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

#seo-landing-page p {
    font-size: clamp(0.875rem, 2.5vw, 1.125rem);
    line-height: 1.6;
    margin-bottom: 1rem;
}


#seo-landing-page .seo-hero {
    min-height: 100vh;
    padding: 4rem 0 2rem;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #2563eb 100%);
    position: relative;
    overflow: hidden;
}

#seo-landing-page .seo-hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}


#seo-landing-page .seo-cta-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 100%;
}

#seo-landing-page .seo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    min-height: 48px;
    min-width: 320px!important;
    width: 100%;
    max-width: 300px;
    font-size: 1rem;
}

#seo-landing-page .seo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#seo-landing-page .seo-btn:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}


#seo-landing-page .seo-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}

#seo-landing-page .seo-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    color: white;
    min-height: 44px;
    width: 100%;
    max-width: 200px;
    text-align: center;
}


#seo-landing-page .seo-services-grid,
#seo-landing-page .seo-testimonials-grid,
#seo-landing-page .seo-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}


#seo-landing-page .seo-service-card,
#seo-landing-page .seo-testimonial,
#seo-landing-page .seo-benefit {
    background: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#seo-landing-page .seo-service-card:hover,
#seo-landing-page .seo-testimonial:hover,
#seo-landing-page .seo-benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}


#seo-landing-page .seo-process-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

#seo-landing-page .seo-process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#seo-landing-page .seo-step-arrow {
    display: none;
}

#seo-landing-page .seo-process-line {
    display: none;
}


#seo-landing-page .seo-visual-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    text-align: center;
}

#seo-landing-page .seo-visual-data {
    order: 1;
}

#seo-landing-page .seo-visual-text {
    order: 2;
}


#seo-landing-page img {
    max-width: 100%;
    height: auto;
    display: block;
}


#seo-landing-page .seo-floating-stats {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    pointer-events: auto;
}

#seo-landing-page .seo-stat-card {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0.5rem 0;
    opacity: 1;
    animation: none;
    width: 100%;
    max-width: 200px;
    text-align: center;
}


#seo-landing-page .seo-geometric-shape {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    animation: seo-float 6s ease-in-out infinite;
}


#seo-landing-page .seo-services,
#seo-landing-page .seo-process,
#seo-landing-page .seo-benefits,
#seo-landing-page .seo-testimonials,
#seo-landing-page .seo-faq,
#seo-landing-page .seo-cta-section,
#seo-landing-page .seo-visual-break {
    padding: 4rem 0;
}


#seo-landing-page .seo-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

#seo-landing-page .seo-faq-question {
    padding: 1rem;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    background: #f8fafc;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1rem;
}

#seo-landing-page .seo-faq-answer {
    padding: 1rem;
    background: white;
    border-top: 1px solid #e2e8f0;
}


#seo-landing-page .seo-clients {
    padding: 3rem 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

#seo-landing-page .seo-clients-title {
    font-size: 1rem;
    text-align: center;
    color: #64748b;
    margin-bottom: 2rem;
}

#seo-landing-page .seo-clients-carousel {
    overflow: hidden;
    width: 100%;
}

#seo-landing-page .seo-clients-track {
    display: flex;
    animation: seo-scroll 30s linear infinite;
    gap: 2rem;
}

#seo-landing-page .seo-client-logo {
    height: 60px;
    max-width: 120px;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

#seo-landing-page .seo-client-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}


#seo-landing-page .seo-footer {
    background: #1e293b;
    color: white;
    padding: 3rem 0 1rem;
}

#seo-landing-page .seo-footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

#seo-landing-page .seo-footer-column {
    text-align: left;
}

#seo-landing-page .seo-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #374151;
    text-align: center;
}


@media (min-width: 640px) {
    #seo-landing-page .seo-container {
        max-width: 640px;
        padding-top: 4rem;
    }
    
    #seo-landing-page .seo-cta-group {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }
    
    #seo-landing-page .seo-btn {
        width: auto;
        max-width: none;
    }
    
    #seo-landing-page .seo-trust-badges {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    #seo-landing-page .seo-trust-badge {
        width: auto;
        max-width: none;
    }
    
    #seo-landing-page .seo-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #seo-landing-page .seo-floating-stats {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    #seo-landing-page .seo-stat-card {
        width: auto;
        max-width: none;
    }
    
    #seo-landing-page .seo-footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #seo-landing-page .seo-footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}


@media (max-width: 1024px) {
    #seo-landing-page .seo-hero {
        padding: 120px 0 60px;
    }
    #seo-landing-page .seo-hero-content {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }
}

@media (min-width: 1025px) {
    #seo-landing-page .seo-container {
        max-width: 1200px;
    }
    
    #seo-landing-page .seo-hero-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-visual-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-hero-text {
        order: 1;
    }
    
    #seo-landing-page .seo-hero-visual {
        order: 2;
    }
    
    #seo-landing-page .seo-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    #seo-landing-page .seo-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    #seo-landing-page .seo-process-steps {
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
    }
    
    #seo-landing-page .seo-process-step {
        flex: 1;
        text-align: center;
    }
    
    #seo-landing-page .seo-step-arrow {
        display: block;
        width: 24px;
        height: 24px;
        color: #6b7280;
        margin: 0 1rem;
        flex-shrink: 0;
    }
    
    #seo-landing-page .seo-visual-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-visual-data {
        order: 2;
    }
    
    #seo-landing-page .seo-visual-text {
        order: 1;
    }
    
    #seo-landing-page .seo-floating-stats {
        position: absolute;
        flex-direction: column;
        top: 20%;
        right: -10%;
        transform: translateY(-50%);
        pointer-events: none;
    }
    
    #seo-landing-page .seo-stat-card {
        animation: seo-float 3s ease-in-out infinite;
    }
    
    #seo-landing-page .seo-footer-content {
        grid-template-columns: repeat(4, 1fr);
    }
    
    #seo-landing-page .seo-footer-column {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-logo {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-contact-info {
        text-align: left;
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-contact-info p {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-address {
        text-align: left;
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-title {
        font-size: 16px !important;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-links a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-phone a {
        font-size: 20px !important;
    }
    
    #seo-landing-page .seo-footer-email a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-membership {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-bottom {
        text-align: left;
        align-items: flex-start;
    }
    
    #seo-landing-page .seo-footer-copyright p {
        font-size: 16px !important;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-legal a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-social {
        justify-content: flex-start;
    }
    
    #seo-landing-page .seo-footer-opt-out a {
        font-size: 16px !important;
    }
}


@media (min-width: 1024px) {
    #seo-landing-page .seo-container {
        max-width: 1024px;
    }
    
    #seo-landing-page .seo-hero {
        padding: 6rem 0 4rem;
    }
    
    #seo-landing-page .seo-hero-content {
        gap: 6rem;
    }
    
    #seo-landing-page .seo-services,
    #seo-landing-page .seo-process,
    #seo-landing-page .seo-benefits,
    #seo-landing-page .seo-testimonials,
    #seo-landing-page .seo-faq,
    #seo-landing-page .seo-cta-section,
    #seo-landing-page .seo-visual-break {
        padding: 6rem 0;
    }
    
    #seo-landing-page .seo-testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    #seo-landing-page .seo-geometric-shape {
        width: 200px;
        height: 200px;
    }
}


@media (min-width: 1280px) {
    #seo-landing-page .seo-container {
        max-width: 1280px;
    }
    
    #seo-landing-page .seo-hero-content {
        gap: 8rem;
    }
    
    #seo-landing-page .seo-geometric-shape {
        width: 300px;
        height: 300px;
    }
}




#seo-landing-page *:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}


@media (prefers-reduced-motion: reduce) {
    #seo-landing-page * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


@media (prefers-contrast: high) {
    #seo-landing-page .seo-btn {
        border: 2px solid currentColor;
    }
    
    #seo-landing-page .seo-service-card,
    #seo-landing-page .seo-testimonial,
    #seo-landing-page .seo-benefit {
        border: 1px solid #000;
    }
}


#seo-landing-page.seo-touch-device .seo-btn,
#seo-landing-page.seo-touch-device .seo-faq-question,
#seo-landing-page.seo-touch-device .seo-trust-badge {
    min-height: 44px;
    min-width: 44px;
}

#seo-landing-page .seo-touch-active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
}

#seo-landing-page.seo-reduced-animations * {
    animation-duration: 0.3s !important;
    transition-duration: 0.3s !important;
}

/* Slow down 3D animations on mobile */
#seo-landing-page.seo-reduced-animations .seo-3d-image {
    animation-duration: 12s !important;
}

#seo-landing-page.seo-reduced-animations .seo-metric-card {
    animation-duration: 8s !important;
}

#seo-landing-page.seo-reduced-animations .seo-floating-metrics {
    animation-duration: 10s !important;
}

#seo-landing-page.seo-reduced-animations .seo-geometric-shape {
    animation: none !important;
}


#seo-landing-page .seo-keyboard-focus {
    outline: 3px solid #3b82f6;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}


@media (max-width: 767px) {
    #seo-landing-page {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    
    #seo-landing-page .seo-hero {
        min-height: 100vh;
        min-height: 100dvh; 
    }
    
    #seo-landing-page .seo-btn {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    #seo-landing-page .seo-btn:active {
        transform: scale(0.95);
    }
    
    
    #seo-landing-page {
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    
    
    #seo-landing-page p,
    #seo-landing-page span {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }
    
    
    #seo-landing-page input,
    #seo-landing-page textarea {
        font-size: 16px; 
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.5rem;
        padding: 0.875rem;
        min-height: 44px;
    }
    
    
    #seo-landing-page img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        
    }
}


@media (max-width: 320px) {
    #seo-landing-page .seo-container {
        padding: 0 0.75rem;
    }
    
    #seo-landing-page h1 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    #seo-landing-page .seo-btn {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    
    #seo-landing-page .seo-service-card,
    #seo-landing-page .seo-testimonial,
    #seo-landing-page .seo-benefit {
        padding: 1rem;
    }
}


@media (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
    #seo-landing-page .seo-hero {
        min-height: 100vh;
        padding: 2rem 0;
    }
    
    #seo-landing-page .seo-hero-content {
        gap: 1.5rem;
    }
}


@media print {
    #seo-landing-page .seo-hero {
        background: none !important;
        color: black !important;
        min-height: auto;
    }
    
    #seo-landing-page .seo-btn {
        border: 1px solid black;
        background: white !important;
        color: black !important;
    }
    
    #seo-landing-page .seo-geometric-shape {
        display: none;
    }
}


@media (max-width: 768px) {
    
    #seo-landing-page .seo-services-grid {
        grid-template-columns: 1fr;
    }
    
    #seo-landing-page .seo-testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    #seo-landing-page .seo-visual-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    #seo-landing-page .seo-geometric-shape {
        width: 100px;
        height: 100px;
    }
    
    #seo-landing-page .seo-stat-card {
        position: relative;
        margin: 0.5rem 0;
        opacity: 1;
        animation: none;
    }
    
    #seo-landing-page .seo-floating-stats {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: 1.5rem;
        pointer-events: auto;
    }
}




#seo-landing-page .seo-service-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: var(--seo-gradient);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

#seo-landing-page .seo-service-card:hover::before {
    opacity: 1;
}

#seo-landing-page .seo-service-card {
    background: var(--seo-white);
    position: relative;
    z-index: 1;
}




#seo-landing-page .seo-3d-wrapper {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    width: 100%;
    height: 100%;
    overflow: visible;
    contain: layout;
}

#seo-landing-page .seo-3d-image {
    width: 100%;
    height: auto;
    transform: rotateY(-15deg) rotateX(5deg);
    transition: transform 0.6s ease;
    contain: layout style;
    content-visibility: auto;
}

#seo-landing-page .seo-3d-wrapper:hover .seo-3d-image {
    transform: rotateY(-5deg) rotateX(2deg);
    box-shadow: none;
}


#seo-landing-page .seo-floating-metrics {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) scale(0.85);
    display: flex;
    flex-direction: column;
    gap: 15px;
    contain: layout style;
    z-index: 5;
    max-width: 110px;
}

#seo-landing-page .seo-metric-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    padding: 20px 24px;
    border-radius: var(--seo-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: floatIn 0.8s ease-out var(--delay) both, enhancedFloat 6s ease-in-out infinite;
    animation-delay: var(--delay), calc(var(--delay) + 2s);
    transform: translateX(-20px);
    transition: all 0.3s ease;
    border: 1px solid rgba(16, 185, 129, 0.3);
    will-change: transform;
    contain: layout style;
    content-visibility: auto;
}

#seo-landing-page .seo-metric-card:hover {
    transform: translateX(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

#seo-landing-page .seo-metric-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--seo-primary);
    margin-bottom: 2px;
}

#seo-landing-page .seo-metric-label {
    font-size: 0.875rem;
    color: var(--seo-dark);
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(-20px);
    }
}

@keyframes enhancedFloat {
    0%, 100% {
        transform: translateX(-20px) translateY(0px) scale(1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
    25% {
        transform: translateX(-15px) translateY(-8px) scale(1.02);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    }
    50% {
        transform: translateX(-25px) translateY(5px) scale(0.98);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }
    75% {
        transform: translateX(-18px) translateY(-3px) scale(1.01);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    }
}


@media (max-width: 1024px) {
    #seo-landing-page .seo-hero-visual {
        max-width: 500px;
        margin: 0 auto;
    }
    
    #seo-landing-page .seo-floating-metrics {
        right: 5px;
        max-width: 100px;
        gap: 12px;
    }
    
    #seo-landing-page .seo-metric-card {
        padding: 10px 12px;
        max-width: 100px;
    }
    
    #seo-landing-page .seo-metric-value {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    #seo-landing-page .seo-3d-image {
        transform: rotateY(-10deg) rotateX(3deg);
        will-change: auto;
        animation-duration: 15s !important;
    }
    
    #seo-landing-page .seo-floating-metrics {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-top: 24px;
        gap: 16px;
        flex-wrap: wrap;
    }
    
    #seo-landing-page .seo-metric-card {
        transform: none;
        padding: 16px 20px;
        animation: none;
        flex: 1 1 auto;
        min-width: 100px;
    }
    
    #seo-landing-page .seo-metric-value {
        font-size: 1.5rem;
    }
    
    #seo-landing-page .seo-metric-label {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    #seo-landing-page .seo-3d-image {
        max-width: 100%;
        transform: none;
    }
    
    #seo-landing-page .seo-floating-metrics {
        gap: 12px;
    }
    
    #seo-landing-page .seo-metric-card {
        flex: 1 1 calc(50% - 8px);
        min-width: 120px;
        padding: 12px 16px;
    }
    
    #seo-landing-page .seo-metric-value {
        font-size: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #seo-landing-page .seo-3d-image,
    #seo-landing-page .seo-metric-card {
        animation: none !important;
        transition: none !important;
    }
}

@media (hover: none) and (pointer: coarse) {
    #seo-landing-page .seo-3d-wrapper:hover .seo-3d-image,
    #seo-landing-page .seo-metric-card:hover {
        transform: none;
    }
}



@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

#seo-landing-page .seo-text-gradient {
    background-size: 200% 200%;
    animation: gradient-shift 5s ease infinite;
}


#seo-landing-page .seo-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(147, 51, 234, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 50% 20%, rgba(79, 70, 229, 0.04) 0%, transparent 50%);
    animation: purpleFloat 15s ease-in-out infinite;
    pointer-events: none;
}

#seo-landing-page .seo-process::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 70% 20%, rgba(168, 85, 247, 0.05) 0%, transparent 60%),
        radial-gradient(circle at 30% 80%, rgba(139, 92, 246, 0.04) 0%, transparent 60%);
    animation: purpleFloat 20s ease-in-out infinite reverse;
    pointer-events: none;
}

@keyframes purpleFloat {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg);
        opacity: 1;
    }
    25% { 
        transform: translateY(-20px) translateX(15px) rotate(1deg);
        opacity: 0.8;
    }
    50% { 
        transform: translateY(10px) translateX(-10px) rotate(-0.5deg);
        opacity: 0.9;
    }
    75% { 
        transform: translateY(-5px) translateX(20px) rotate(0.8deg);
        opacity: 0.85;
    }
}


#seo-landing-page .seo-visual-break {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #1e293b 100%);
    position: relative;
    overflow: visible;
}

#seo-landing-page .seo-visual-break::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.4) 0%, transparent 70%);
    top: -50%;
    left: -50%;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.3; }
}

#seo-landing-page .seo-visual-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

#seo-landing-page .seo-visual-title {
    color: var(--seo-white);
    margin-bottom: 24px;
}

#seo-landing-page .seo-visual-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 32px;
}

#seo-landing-page .seo-visual-stats {
    display: flex;
    gap: 48px;
}

#seo-landing-page .seo-visual-stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--seo-white);
    display: block;
    margin-bottom: 8px;
}

#seo-landing-page .seo-visual-stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}


#seo-landing-page .seo-contact-bg-animation {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

#seo-landing-page .seo-floating-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(5px);
}

#seo-landing-page .seo-shape-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    left: -150px;
    animation: float-1 40s ease-in-out infinite;
}

#seo-landing-page .seo-shape-2 {
    width: 200px;
    height: 200px;
    top: 50%;
    right: -100px;
    animation: float-2 35s ease-in-out infinite;
}

#seo-landing-page .seo-shape-3 {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: 30%;
    animation: float-3 45s ease-in-out infinite;
}

#seo-landing-page .seo-shape-4 {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 70%;
    animation: float-4 38s ease-in-out infinite;
}

#seo-landing-page .seo-shape-5 {
    width: 250px;
    height: 250px;
    bottom: 20%;
    right: 20%;
    animation: float-5 42s ease-in-out infinite;
}

@keyframes float-1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(100px, 50px) rotate(120deg); }
    66% { transform: translate(50px, -50px) rotate(240deg); }
}

@keyframes float-2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-50px, -100px) rotate(180deg); }
}

@keyframes float-3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(50px, -50px) rotate(90deg); }
    50% { transform: translate(-50px, -100px) rotate(180deg); }
    75% { transform: translate(-100px, -50px) rotate(270deg); }
}

@keyframes float-4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-100px, 100px) scale(1.2); }
}

@keyframes float-5 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-50px, 50px) rotate(120deg); }
    66% { transform: translate(50px, 100px) rotate(240deg); }
}


#seo-landing-page .seo-benefit-number {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}


@media screen and (max-width: 479px) {
    #seo-landing-page {
        margin-top: -80px;
    }
    
    #seo-landing-page .seo-container {
        padding: 0 12px;
    }
    
    #seo-landing-page .seo-hero {
        padding: 3rem 0 1.5rem;
        min-height: 100vh;
    }
    
    #seo-landing-page .seo-hero-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
        margin-top:1rem;
    }
    
    #seo-landing-page .seo-hero h1 {
        font-size: clamp(1.5rem, 8vw, 2.5rem);
        line-height: 1.1;
        margin-bottom: 0.75rem;
    }
    
    #seo-landing-page .seo-subheadline {
        font-size: 16px!important;
        margin-bottom: 1.5rem;
        line-height: 1.7;
    }
    
    #seo-landing-page .seo-clients-carousel {
        overflow: hidden !important;
        mask: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        -webkit-mask: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    }
    
    #seo-landing-page .seo-clients-track {
        animation: scrollLogos 25s linear infinite !important;
        animation-play-state: running !important;
    }
    
    #seo-landing-page .seo-cta-group {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        align-items: center;
    }
    
    #seo-landing-page .seo-btn {
        width: 100%;
        max-width: 360px;
        padding: 14px 20px;
        font-size:16px!important;
    }
    
    
    #seo-landing-page .seo-floating-metrics {
        position: static !important;
        transform: none !important;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    #seo-landing-page .seo-metric-card {
        position: static !important;
        transform: none !important;
        margin: 0;
    }
    
    #seo-landing-page .seo-trust-badges {
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    #seo-landing-page .seo-services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    #seo-landing-page .seo-process-steps {
        display: block;
    }
    
    #seo-landing-page .seo-process-step {
        margin-bottom: 1.5rem;
    }
    
    #seo-landing-page .seo-step-arrow {
        display: none;
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    #seo-landing-page .seo-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    #seo-landing-page .seo-visual-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    #seo-landing-page .seo-visual-stats {
        justify-content: center;
    }
    
    #seo-landing-page .seo-floating-shape {
        display: none;
    }
    
    #seo-landing-page .seo-footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    #seo-landing-page .seo-footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* Small Mobile (480px and up) */
@media screen and (min-width: 480px) and (max-width: 639px) {
    #seo-landing-page .seo-container {
        padding: 0 16px;
    }
    
    #seo-landing-page .seo-hero {
        padding: 3.5rem 0 2rem;
    }
    
    #seo-landing-page .seo-hero h1 {
        font-size: clamp(1.75rem, 8vw, 3rem);
    }
    
    #seo-landing-page .seo-btn {
        width: auto;
        min-width: 200px;
        max-width: 320px;
    }
    
    #seo-landing-page .seo-cta-group {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #seo-landing-page .seo-trust-badges {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #seo-landing-page .seo-services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    #seo-landing-page .seo-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Tablet Portrait (640px and up) */
@media screen and (min-width: 640px) and (max-width: 767px) {
    #seo-landing-page .seo-container {
        padding: 0 24px;
    }
    
    #seo-landing-page .seo-hero {
        padding: 4rem 0 2.5rem;
    }
    
    #seo-landing-page .seo-hero-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }
    
    #seo-landing-page .seo-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    #seo-landing-page .seo-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    #seo-landing-page .seo-visual-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }
    
    #seo-landing-page .seo-footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-column {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-logo {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-contact-info {
        text-align: left;
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-contact-info p {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-address {
        text-align: left;
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-title {
        font-size: 16px !important;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-links a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-phone a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-email a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-membership {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-bottom {
        text-align: left;
        align-items: flex-start;
    }
    
    #seo-landing-page .seo-footer-copyright p {
        font-size: 16px !important;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-legal a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-social {
        justify-content: flex-start;
    }
    
    #seo-landing-page .seo-footer-opt-out a {
        font-size: 16px !important;
    }
}

/* Tablet Landscape (768px and up) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #seo-landing-page .seo-container {
        padding: 0 32px;
    }
    
    #seo-landing-page .seo-hero {
        padding: 5rem 0 3rem;
    }
    
    #seo-landing-page .seo-hero-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    
    #seo-landing-page .seo-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    
    #seo-landing-page .seo-visual-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-column {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-logo {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-contact-info {
        text-align: left;
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-contact-info p {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-address {
        text-align: left;
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-title {
        font-size: 16px !important;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-links a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-phone a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-email a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-membership {
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-bottom {
        text-align: left;
        align-items: flex-start;
    }
    
    #seo-landing-page .seo-footer-copyright p {
        font-size: 16px !important;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-legal a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-footer-social {
        justify-content: flex-start;
    }
    
    #seo-landing-page .seo-footer-opt-out a {
        font-size: 16px !important;
    }
    
    #seo-landing-page .seo-floating-shape {
        display: block;
        opacity: 0.6;
    }
}

/* Small Desktop (1024px and up) */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    #seo-landing-page .seo-container {
        padding: 0 40px;
    }
    
    #seo-landing-page .seo-hero {
        padding: 6rem 0 4rem;
    }
    
    #seo-landing-page .seo-hero-content {
        grid-template-columns: 1fr 1.3fr;
        gap: 4rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-3d-wrapper {
        max-width: 1100px;
        margin: 0 auto;
    }
    
    #seo-landing-page .seo-3d-image {
        width: 100%;
        max-width: 1100px;
        height: auto;
    }
    
    #seo-landing-page .seo-visual-data {
        height: 450px;
    }
    
    #seo-landing-page .seo-visual-data img {
        max-width: 650px;
        width: 100%;
        height: auto;
    }
    
    #seo-landing-page .seo-services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
    
    #seo-landing-page .seo-testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }
    
    #seo-landing-page .seo-visual-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
    
    #seo-landing-page .seo-floating-shape {
        display: block;
        opacity: 0.8;
    }
}

/* Large Desktop (1280px and up) */
@media screen and (min-width: 1280px) {
    #seo-landing-page .seo-container {
        padding: 0 48px;
    }
    
    #seo-landing-page .seo-hero {
        padding: 8rem 0 5rem;
    }
    
    #seo-landing-page .seo-hero-content {
        grid-template-columns: 1fr 1.4fr;
        gap: 5rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-3d-wrapper {
        max-width: 1000px;
        margin: 0 auto;
    }
    
    #seo-landing-page .seo-3d-image {
        width: 100%;
        max-width: 1000px;
        height: auto;
    }
    
    #seo-landing-page .seo-visual-data {
        height: 500px;
    }
    
    #seo-landing-page .seo-visual-data img {
        max-width: 750px;
        width: 100%;
        height: auto;
    }
    
    #seo-landing-page .seo-services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3.5rem;
    }
    
    #seo-landing-page .seo-benefits-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2.5rem;
    }
    
    #seo-landing-page .seo-testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }
    
    #seo-landing-page .seo-visual-content {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        text-align: left;
    }
    
    #seo-landing-page .seo-footer-content {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 3rem;
    }
    
    #seo-landing-page .seo-floating-shape {
        display: block;
        opacity: 1;
    }
}

/* Ultra Wide (1440px and up) */
@media screen and (min-width: 1440px) {
    #seo-landing-page .seo-container {
        max-width: 1400px;
        padding: 0 60px;
    }
    
    #seo-landing-page .seo-hero {
        padding: 10rem 0 6rem;
    }
    
    #seo-landing-page .seo-hero-content {
        gap: 6rem;
        grid-template-columns: 1fr 1.5fr;
    }
    
    #seo-landing-page .seo-3d-wrapper {
        max-width: 1100px;
        margin: 0 auto;
    }
    
    #seo-landing-page .seo-3d-image {
        width: 100%;
        max-width: 1100px;
        height: auto;
    }
    
    #seo-landing-page .seo-visual-data {
        height: 550px;
    }
    
    #seo-landing-page .seo-visual-data img {
        max-width: 850px;
        width: 100%;
        height: auto;
    }
    
    #seo-landing-page .seo-services-grid {
        gap: 4rem;
    }
    
    #seo-landing-page .seo-benefits-grid {
        gap: 3rem;
    }
    
    #seo-landing-page .seo-testimonials-grid {
        gap: 3.5rem;
    }
    
    #seo-landing-page .seo-visual-content {
        gap: 6rem;
    }
}

/* Accessibility and Touch Optimizations */
@media (hover: none) and (pointer: coarse) {
    #seo-landing-page .seo-btn {
        min-height: 48px;
        padding: 16px 24px;
    }
    
    #seo-landing-page .seo-service-card,
    #seo-landing-page .seo-testimonial,
    #seo-landing-page .seo-benefit {
        transition: none;
    }
    
    #seo-landing-page .seo-service-card:hover,
    #seo-landing-page .seo-testimonial:hover,
    #seo-landing-page .seo-benefit:hover {
        transform: none;
    }
    
    #seo-landing-page .seo-3d-image {
        transform: none !important;
    }
    
    #seo-landing-page .seo-floating-shape {
        animation-duration: 60s !important;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #seo-landing-page .seo-hero {
        background-image: var(--seo-gradient);
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    #seo-landing-page * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    #seo-landing-page .seo-floating-shape {
        animation: none !important;
    }
    
    #seo-landing-page .seo-geometric-shape {
        animation: none !important;
    }
}

/* Print Styles */
@media print {
    #seo-landing-page .seo-hero {
        background: none !important;
        color: black !important;
    }
    
    #seo-landing-page .seo-btn {
        border: 2px solid black;
        background: white !important;
        color: black !important;
    }
    
    #seo-landing-page .seo-floating-shape,
    #seo-landing-page .seo-geometric-shape {
        display: none !important;
    }
    
    #seo-landing-page .seo-contact-bg-animation {
        display: none !important;
    }
}

/* New Hero Structure Styles - matching SEA layout */
#seo-landing-page .seo-3d-wrapper {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

#seo-landing-page .seo-3d-image {
    transition: transform 0.6s ease;
    border-radius: var(--seo-radius-lg);
    box-shadow: none;
}

#seo-landing-page .seo-3d-wrapper:hover .seo-3d-image {
    transform: rotateY(-5deg) rotateX(2deg);
}



#seo-landing-page .seo-stat-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    padding: 20px 24px;
    border-radius: var(--seo-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateX(-20px);
    transition: all 0.4s ease;
    animation: fadeInLeft 0.8s ease-out var(--delay, 0s) both;
    min-width: 120px;
    text-align: center;
}

#seo-landing-page .seo-stat-card:hover {
    transform: translateX(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

#seo-landing-page .seo-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--seo-primary);
    margin-bottom: 4px;
    line-height: 1;
}

#seo-landing-page .seo-stat-label {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#seo-landing-page .seo-hero-visual .seo-trust-badges {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
    flex-wrap: wrap;
}

#seo-landing-page .seo-hero-visual .seo-trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--seo-radius);
    color: var(--seo-white);
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

#seo-landing-page .seo-hero-visual .seo-trust-badge svg {
    width: 20px;
    height: 20px;
    color: var(--seo-accent);
}

#seo-landing-page .seo-hero-visual .seo-trust-badge strong {
    color: var(--seo-white);
    font-size: 1.125rem;
    margin-right: 4px;
}

/* Abstract shapes update */
#seo-landing-page .seo-abstract-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(1px);
    animation: float 6s ease-in-out infinite;
    pointer-events: none;
}

#seo-landing-page .seo-abstract-shape:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1), rgba(124, 58, 237, 0.05));
}

#seo-landing-page .seo-abstract-shape:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 30%;
    right: 15%;
    animation-delay: 1s;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(37, 99, 235, 0.05));
}

#seo-landing-page .seo-abstract-shape:nth-child(3) {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 10%;
    animation-delay: 2s;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(79, 70, 229, 0.05));
}

#seo-landing-page .seo-abstract-shape:nth-child(4) {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 25%;
    animation-delay: 3s;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(79, 70, 229, 0.03));
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-15px) rotate(1deg); }
    66% { transform: translateY(-10px) rotate(-1deg); }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(-20px);
    }
}

/* Responsive adjustments for new structure */
@media (max-width: 1024px) {
    #seo-landing-page .seo-floating-stats {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-top: 24px;
        gap: 12px;
    }

    #seo-landing-page .seo-stat-card {
        transform: none;
        padding: 16px 20px;
        animation: none;
    }

    #seo-landing-page .seo-hero-visual .seo-trust-badges {
        gap: 16px;
        margin-top: 32px;
    }

    #seo-landing-page .seo-hero-visual .seo-trust-badge {
        padding: 10px 16px;
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    #seo-landing-page .seo-floating-stats {
        position: static !important;
        transform: none !important;
        flex-direction: row !important;
        justify-content: center;
        margin-top: 24px;
        gap: 16px;
        flex-wrap: wrap;
        pointer-events: auto;
    }

    #seo-landing-page .seo-stat-card {
        position: static !important;
        transform: none !important;
        flex: 1 1 calc(50% - 8px);
        min-width: 120px;
        padding: 16px 20px;
        animation: none !important;
        background: rgba(255, 255, 255, 0.95);
        border-radius: var(--seo-radius);
        box-shadow: var(--seo-shadow-md);
        margin: 0;
    }

    #seo-landing-page .seo-clients-carousel-wrapper {
        overflow: hidden;
    }

    #seo-landing-page .seo-clients-track {
        animation-play-state: running;
    }

    #seo-landing-page .seo-client-logo-wrapper {
        padding: 0 30px;
    }

    #seo-landing-page .seo-trust-badges {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    #seo-landing-page .seo-trust-badge {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }
}

@media (max-width: 480px) {
    #seo-landing-page .seo-floating-stats {
        animation: none;
    }

    #seo-landing-page .seo-stat-card {
        animation: none;
    }
}

/* Hero Section Styles - Updated to match SEA design */
#seo-landing-page .seo-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    position: relative;
    overflow: hidden;
    padding: 200px 0 80px;
    contain: layout style paint;
}

#seo-landing-page .seo-hero .seo-abstract-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    opacity: 0.1;
    will-change: transform;
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(1) {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(79, 70, 229, 0.2));
    top: 15%;
    left: 8%;
    animation: abstractFloat1 18s ease-in-out infinite;
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(2) {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.25), rgba(255, 255, 255, 0.15));
    top: 70%;
    right: 15%;
    animation: abstractFloat2 22s ease-in-out infinite;
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(3) {
    width: 60px;
    height: 60px;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.2), rgba(42, 45, 52, 0.1));
    top: 35%;
    right: 25%;
    animation: abstractFloat3 20s ease-in-out infinite;
}

#seo-landing-page .seo-hero .seo-abstract-shape:nth-child(4) {
    width: 100px;
    height: 100px;
    background: linear-gradient(315deg, rgba(79, 70, 229, 0.15), rgba(255, 255, 255, 0.25));
    bottom: 20%;
    left: 15%;
    animation: abstractFloat4 16s ease-in-out infinite;
}

@keyframes abstractFloat1 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    25% { transform: translateX(30px) translateY(-40px) rotate(90deg) scale(1.1); }
    50% { transform: translateX(-20px) translateY(20px) rotate(180deg) scale(0.9); }
    75% { transform: translateX(15px) translateY(-10px) rotate(270deg) scale(1.05); }
}

@keyframes abstractFloat2 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    33% { transform: translateX(-25px) translateY(35px) rotate(120deg) scale(1.15); }
    66% { transform: translateX(40px) translateY(-25px) rotate(240deg) scale(0.85); }
}

@keyframes abstractFloat3 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    20% { transform: translateX(20px) translateY(25px) rotate(72deg) scale(1.2); }
    40% { transform: translateX(-30px) translateY(-15px) rotate(144deg) scale(0.8); }
    60% { transform: translateX(10px) translateY(30px) rotate(216deg) scale(1.1); }
    80% { transform: translateX(-15px) translateY(-20px) rotate(288deg) scale(0.95); }
}

@keyframes abstractFloat4 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg) scale(1); }
    50% { transform: translateX(-35px) translateY(-30px) rotate(180deg) scale(1.08); }
}

#seo-landing-page .seo-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgba(79, 70, 229, 0.12) 0%, transparent 65%),
        radial-gradient(circle at 40% 20%, rgba(42, 45, 52, 0.08) 0%, transparent 55%),
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.03) 50%, transparent 60%);
    animation: floatAndRotate 25s ease-in-out infinite;
    will-change: transform;
}

@keyframes floatAndRotate {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
        opacity: 1;
    }
    25% { 
        transform: translateY(-30px) translateX(15px) rotate(2deg) scale(1.02);
        opacity: 0.8;
    }
    50% { 
        transform: translateY(-10px) translateX(-20px) rotate(-1deg) scale(0.98);
        opacity: 0.9;
    }
    75% { 
        transform: translateY(25px) translateX(10px) rotate(1.5deg) scale(1.01);
        opacity: 0.85;
    }
}

#seo-landing-page .seo-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 60% 30%, rgba(255, 255, 255, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 30% 70%, rgba(79, 70, 229, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 35%);
    animation: floatReverse 30s ease-in-out infinite;
    will-change: transform;
    z-index: 1;
}

@keyframes floatReverse {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
        opacity: 0.6;
    }
    33% { 
        transform: translateY(20px) translateX(-25px) rotate(-2deg) scale(1.03);
        opacity: 0.4;
    }
    66% { 
        transform: translateY(-35px) translateX(30px) rotate(1deg) scale(0.97);
        opacity: 0.7;
    }
}

#seo-landing-page .seo-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
    contain: layout;
}

#seo-landing-page .seo-hero-text h1 {
    color: var(--seo-white);
    margin-bottom: 24px;
    animation: fadeInUp 0.8s ease-out;
}

#seo-landing-page .seo-hero-text .seo-text-gradient {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#seo-landing-page .seo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: var(--seo-radius-xl);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--seo-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

#seo-landing-page .seo-subheadline {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    font-weight: 400;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

#seo-landing-page .seo-cta-group {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: nowrap;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

#seo-landing-page .seo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--seo-font-body);
    font-weight: 600;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: var(--seo-radius);
    transition: var(--seo-transition);
    cursor: pointer;
    border: none;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

#seo-landing-page .seo-btn-primary {
    background: var(--seo-primary);
    color: var(--seo-white);
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.25);
}

#seo-landing-page .seo-btn-primary:hover {
    background: var(--seo-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.35);
}

#seo-landing-page .seo-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: var(--seo-white);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

#seo-landing-page .seo-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

#seo-landing-page .seo-btn-large {
    font-size: 1.125rem;
}

#seo-landing-page .seo-hero-visual {
    position: relative;
    animation: fadeInRight 1s ease-out 0.5s both;
}

#seo-landing-page .seo-3d-wrapper {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

#seo-landing-page .seo-3d-image {
    width: 100%;
    height: auto;
    transform: rotateY(-15deg) rotateX(5deg);
    transition: transform 0.6s ease;
    contain: layout style;
    content-visibility: auto;
}

#seo-landing-page .seo-3d-wrapper:hover .seo-3d-image {
    transform: rotateY(-5deg) rotateX(2deg);
}

#seo-landing-page .seo-floating-stats {
    
    contain: layout style;
}

#seo-landing-page .seo-stat-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    padding: 20px 24px;
    border-radius: var(--seo-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: floatIn 0.8s ease-out var(--delay) both, enhancedFloat 6s ease-in-out infinite;
    animation-delay: var(--delay), calc(var(--delay) + 2s);
    transform: translateX(-20px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    will-change: transform;
    contain: layout style;
    content-visibility: auto;
}

#seo-landing-page .seo-stat-card:hover {
    transform: translateX(-10px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

#seo-landing-page .seo-stat-value {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--seo-primary);
    margin-bottom: 4px;
}

#seo-landing-page .seo-stat-label {
    font-size: 0.875rem;
    color: var(--seo-dark);
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(-20px);
    }
}

@keyframes enhancedFloat {
    0%, 100% {
        transform: translateX(-20px) translateY(0px) scale(1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
    25% {
        transform: translateX(-15px) translateY(-8px) scale(1.02);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    }
    50% {
        transform: translateX(-25px) translateY(5px) scale(0.98);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }
    75% {
        transform: translateX(-18px) translateY(-3px) scale(1.01);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    }
}

#seo-landing-page .seo-trust-badges {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

#seo-landing-page .seo-trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--seo-radius);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
}

#seo-landing-page .seo-trust-badge strong {
    color: var(--seo-white);
    font-size: 1.125rem;
    margin-right: 4px;
}

#seo-landing-page .seo-trust-badge svg {
    width: 20px;
    height: 20px;
    color: var(--seo-accent);
}

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Hero Styles */
@media (max-width: 1200px) {
    #seo-landing-page .seo-hero .seo-abstract-shape:nth-child(1) {
        width: 100px;
        height: 100px;
        top: 10%;
        left: 5%;
    }
    
    #seo-landing-page .seo-hero .seo-abstract-shape:nth-child(2) {
        width: 70px;
        height: 70px;
        top: 75%;
        right: 10%;
    }
}

@media (max-width: 1024px) {
    #seo-landing-page .seo-hero {
        padding: 120px 0 60px;
    }
    
    #seo-landing-page .seo-hero-content {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }
    
    #seo-landing-page .seo-hero-text {
        order: 1;
    }
    
    #seo-landing-page .seo-hero-visual {
        order: 2;
        max-width: 500px;
        margin: 0 auto;
    }
    
    #seo-landing-page .seo-cta-group {
        justify-content: center;
    }
    
    #seo-landing-page .seo-trust-badges {
        justify-content: center;
    }
    
    #seo-landing-page .seo-hero .seo-abstract-shape:nth-child(3),
    #seo-landing-page .seo-hero .seo-abstract-shape:nth-child(4) {
        display: none;
    }
}

@media (max-width: 768px) {
    #seo-landing-page .seo-hero {
        min-height: auto;
        padding: 80px 0 60px;
    }
    
    #seo-landing-page .seo-cta-group {
        flex-direction: column;
        width: 100%;
    }
    
    #seo-landing-page .seo-btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }
    
    #seo-landing-page .seo-trust-badges {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    
    #seo-landing-page .seo-trust-badge {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }
    
    #seo-landing-page .seo-hero .seo-abstract-shape:nth-child(1),
    #seo-landing-page .seo-hero .seo-abstract-shape:nth-child(2) {
        width: 50px;
        height: 50px;
        opacity: 0.05;
    }
    
    #seo-landing-page .seo-3d-image {
        transform: rotateY(-10deg) rotateX(3deg);
        will-change: auto;
    }
    
    #seo-landing-page .seo-floating-stats {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-top: 24px;
        gap: 16px;
    }
    
    #seo-landing-page .seo-stat-card {
        transform: none;
        padding: 16px 20px;
        animation: none;
    }
    
    #seo-landing-page .seo-stat-value {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    #seo-landing-page .seo-3d-image {
        max-width: 100%;
        transform: none;
    }
    
    #seo-landing-page .seo-floating-stats {
        flex-wrap: wrap;
    }
    
    #seo-landing-page .seo-stat-card {
        flex: 1 1 calc(50% - 8px);
        min-width: 120px;
        padding: 12px 16px;
    }
    
    #seo-landing-page .seo-stat-value {
        font-size: 1.25rem;
    }
    
    #seo-landing-page .seo-badge {
        font-size: 0.75rem;
        padding: 8px 16px;
    }
}

/* Accessibility and Performance */
@media (prefers-reduced-motion: reduce) {
    #seo-landing-page *,
    #seo-landing-page *::before,
    #seo-landing-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    #seo-landing-page .seo-floating-stats {
        animation: none;
    }
    
    #seo-landing-page .seo-stat-card {
        animation: none;
    }
}

#seo-landing-page .seo-3d-image,
#seo-landing-page .seo-stat-card,
#seo-landing-page .seo-abstract-shape {
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

#seo-landing-page .seo-hero::before,
#seo-landing-page .seo-hero::after {
    content-visibility: auto;
    contain-intrinsic-size: 100vh;
}

#seo-landing-page {
    scroll-behavior: smooth;
    contain: layout style paint;
}

#seo-landing-page img {
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}

@media (hover: none) and (pointer: coarse) {
    #seo-landing-page .seo-btn {
        min-height: 48px;
        padding: 16px 24px;
    }
    
    #seo-landing-page .seo-trust-badge {
        min-height: 44px;
    }
    
    #seo-landing-page .seo-btn:hover,
    #seo-landing-page .seo-service-card:hover,
    #seo-landing-page .seo-testimonial:hover {
        transform: none;
    }
}

@media (prefers-contrast: high) {
    #seo-landing-page {
        --seo-primary: #0066ff;
        --seo-secondary: #000000;
    }
    
    #seo-landing-page .seo-btn-primary {
        border: 2px solid currentColor;
    }
}