/*
Theme Name: Main Site Theme
Theme URI: https://yoursite.com
Author: Your Name
Author URI: https://yoursite.com
Description: A modern, Elementor-compatible WordPress theme for your main site. Fully customizable through Elementor page builder.
Version: 1.0.2
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mainsite
Tags: elementor, custom-menu, featured-images, threaded-comments, translation-ready

This theme is designed to work seamlessly with Elementor page builder.
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --purple-accent: #5D3FD3;
    --text-dark: #000000;
    --text-light: #666666;
}

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: #fff;
    background-image: 
        linear-gradient(rgba(0,0,0,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.02) 1px, transparent 1px);
    background-size: 20px 20px;
    background-position: 0 0;
    overflow-x: hidden;
    padding-top: 148px;
}

.site {
    min-height: 100vh;
}

/* Announcement Bar */
.announcement-bar {
    background: linear-gradient(135deg, #5D3FD3 0%, #7D5FE8 100%) !important;
    color: white !important;
    text-align: center !important;
    padding: 0.5rem 1rem !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9998 !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 10px rgba(93, 63, 211, 0.3) !important;
    animation: pulse-glow 2s ease-in-out infinite !important;
    overflow: visible !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: auto !important;
    height: auto !important;
}

.announcement-bar-snowflakes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.snowflake {
    position: absolute;
    color: white;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    animation: snowfall linear infinite;
    opacity: 0.9;
}

.snowflake:nth-child(1) { left: 5%; animation-duration: 4s; animation-delay: 0s; font-size: 0.6em; }
.snowflake:nth-child(2) { left: 10%; animation-duration: 5s; animation-delay: 0.2s; font-size: 0.8em; }
.snowflake:nth-child(3) { left: 15%; animation-duration: 4.5s; animation-delay: 0.4s; font-size: 0.7em; }
.snowflake:nth-child(4) { left: 20%; animation-duration: 6s; animation-delay: 0.1s; font-size: 0.9em; }
.snowflake:nth-child(5) { left: 25%; animation-duration: 4s; animation-delay: 0.3s; font-size: 0.6em; }
.snowflake:nth-child(6) { left: 30%; animation-duration: 5.5s; animation-delay: 0.5s; font-size: 0.8em; }
.snowflake:nth-child(7) { left: 35%; animation-duration: 4.2s; animation-delay: 0.15s; font-size: 0.7em; }
.snowflake:nth-child(8) { left: 40%; animation-duration: 6s; animation-delay: 0.35s; font-size: 0.9em; }
.snowflake:nth-child(9) { left: 45%; animation-duration: 4.8s; animation-delay: 0.1s; font-size: 0.6em; }
.snowflake:nth-child(10) { left: 50%; animation-duration: 5s; animation-delay: 0.25s; font-size: 0.8em; }
.snowflake:nth-child(11) { left: 55%; animation-duration: 4.5s; animation-delay: 0.4s; font-size: 0.7em; }
.snowflake:nth-child(12) { left: 60%; animation-duration: 6s; animation-delay: 0.15s; font-size: 0.9em; }
.snowflake:nth-child(13) { left: 65%; animation-duration: 4s; animation-delay: 0.3s; font-size: 0.6em; }
.snowflake:nth-child(14) { left: 70%; animation-duration: 5.5s; animation-delay: 0.5s; font-size: 0.8em; }
.snowflake:nth-child(15) { left: 75%; animation-duration: 4.2s; animation-delay: 0.1s; font-size: 0.7em; }
.snowflake:nth-child(16) { left: 80%; animation-duration: 6s; animation-delay: 0.35s; font-size: 0.9em; }
.snowflake:nth-child(17) { left: 85%; animation-duration: 4.8s; animation-delay: 0.2s; font-size: 0.6em; }
.snowflake:nth-child(18) { left: 90%; animation-duration: 5s; animation-delay: 0.4s; font-size: 0.8em; }
.snowflake:nth-child(19) { left: 95%; animation-duration: 4.5s; animation-delay: 0.15s; font-size: 0.7em; }
.snowflake:nth-child(20) { left: 7%; animation-duration: 5.5s; animation-delay: 0.3s; font-size: 0.9em; }
.snowflake:nth-child(21) { left: 17%; animation-duration: 4s; animation-delay: 0.45s; font-size: 0.6em; }
.snowflake:nth-child(22) { left: 27%; animation-duration: 6s; animation-delay: 0.1s; font-size: 0.8em; }
.snowflake:nth-child(23) { left: 37%; animation-duration: 4.8s; animation-delay: 0.25s; font-size: 0.7em; }
.snowflake:nth-child(24) { left: 47%; animation-duration: 5s; animation-delay: 0.4s; font-size: 0.9em; }

@keyframes snowfall {
    0% {
        transform: translateY(-50px) rotate(0deg);
        opacity: 0.9;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: translateY(100px) rotate(360deg);
        opacity: 0;
    }
}

.announcement-bar-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.announcement-bar-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.announcement-bar-highlight {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 2px 10px rgba(93, 63, 211, 0.3);
    }
    50% {
        box-shadow: 0 2px 20px rgba(93, 63, 211, 0.5);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header Styles */
.site-header {
    background-color: #fff;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    border-bottom: 1px dashed #E6E6E6;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
    gap: 1rem;
}

/* Navbar Layout: Default (Logo | Menu | Buttons) */
.navbar-layout-default .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Navbar Layout: Compact (Logo | Menu/Buttons) */
.navbar-layout-compact .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.navbar-layout-compact .main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.navbar-layout-compact .header-buttons {
    margin-left: auto;
}

/* Navbar Layout: Centered (Logo centered, Menu below) */
.navbar-layout-centered .header-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.navbar-layout-centered .site-branding {
    order: 1;
}

.navbar-layout-centered .main-navigation {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}

.navbar-layout-centered .header-buttons {
    order: 3;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-dark);
    font-size: 1.25rem;
    font-weight: 600;
}

.logo-icon {
    display: flex;
    align-items: center;
}

.logo-image {
    display: block;
    height: 40px;
    width: auto;
    max-width: 200px;
}

/* Mobile Menu Toggle Button */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
    z-index: 10000;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--text-dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Navigation */
.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

/* Hide mobile menu buttons on desktop */
.mobile-menu-buttons {
    display: none !important;
}

.main-navigation a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 400;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.main-navigation a:hover {
    color: var(--purple-accent);
}

/* Button Base Styles */
.header-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow: visible;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--purple-accent);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.cta-button,
.demo-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--text-dark);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 0;
}

.login-button {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    background-color: transparent;
    color: var(--purple-accent);
    border: 1px solid var(--purple-accent);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.login-button:hover {
    background-color: var(--purple-accent);
    color: #fff;
    border-color: var(--purple-accent);
}

.dashboard-button {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    background-color: var(--purple-accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.dashboard-button:hover {
    background-color: #6D4FE3;
    color: #fff;
}

.logout-button {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    background-color: transparent;
    color: var(--purple-accent);
    border: 1px solid var(--purple-accent);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.logout-button:hover {
    background-color: var(--purple-accent);
    color: #fff;
    border-color: var(--purple-accent);
}

/* Dashboard Navigation */
.dashboard-navigation .dashboard-menu {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.dashboard-navigation .dashboard-menu li {
    margin: 0;
}

.dashboard-navigation .dashboard-menu a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 400;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.dashboard-navigation .dashboard-menu a:hover {
    color: var(--purple-accent);
}

/* Client Dashboard Page */
.client-dashboard {
    padding: 6rem 0 4rem;
    min-height: 80vh;
}

.dashboard-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.dashboard-welcome {
    text-align: center;
    margin-bottom: 4rem;
}

.dashboard-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.dashboard-subtitle {
    font-size: 1.25rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.dashboard-content {
    margin-top: 3rem;
}

.dashboard-page-content {
    max-width: 1200px;
    margin: 0 auto;
}

/* Account Details Page */
.account-details-page {
    padding: 6rem 0 4rem;
    min-height: 80vh;
}

.account-details-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.account-details-header {
    text-align: center;
    margin-bottom: 3rem;
}

.account-details-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.account-details-subtitle {
    font-size: 1.25rem;
    color: var(--text-light);
    line-height: 1.6;
}

.account-details-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.account-details-card {
    background: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.account-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E6E6E6;
}

.account-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.account-detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.account-detail-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.account-detail-value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
    word-break: break-word;
}

.account-detail-value a {
    color: var(--purple-accent);
    text-decoration: none;
    transition: color 0.3s ease;
}

.account-detail-value a:hover {
    color: #6D4FE3;
    text-decoration: underline;
}

.account-details-actions {
    margin-top: 2rem;
    text-align: center;
}

.account-edit-button {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    font-size: 1rem;
    background-color: var(--purple-accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.account-edit-button:hover {
    background-color: #6D4FE3;
    color: #fff;
}

.contact-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
}

.contact-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(93, 63, 211, 0.3);
    color: #fff;
}

.contact-button svg {
    transition: transform 0.3s ease;
    stroke: #fff;
}

.contact-button:hover svg {
    transform: translateX(2px);
}

.cta-button,
.demo-button {
    padding: 1rem 2rem;
    font-size: 1rem;
    width: fit-content;
}

.cta-button::before,
.demo-button::before {
    content: '';
    position: absolute;
    background-color: #2d2d2d;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    transform-origin: center;
}

.cta-button::before,
.demo-button::before {
    right: 1.2rem;
    top: 15%;
    width: 40px;
    height: 40px;
}

.cta-button > *:not(::before):not(::after),
.demo-button > *:not(::before):not(::after) {
    position: relative;
    z-index: 2;
    color: #fff;
}

.cta-button svg,
.demo-button svg {
    transition: transform 0.3s ease, stroke 0.3s ease;
    stroke: #fff;
    position: relative;
    z-index: 2;
}

.cta-button:hover,
.demo-button:hover {
    color: #fff;
}

.cta-button:hover::before,
.demo-button:hover::before {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transform-origin: center;
}

.cta-button:hover svg,
.demo-button:hover svg {
    transform: translateX(2px);
    stroke: #fff;
}

/* Hero Section */
.hero-section {
    padding: 4rem 0 6rem;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Social Proof Banner */
.social-proof-banner {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 3rem;
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-radius: 50px;
    border: 1px dashed #E6E6E6;
}

.profile-pictures {
    display: flex;
    margin-right: 0.5rem;
}

.profile-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -8px;
    overflow: hidden;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-pic:first-child {
    margin-left: 0;
}

.profile-pic-1 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.profile-pic-2 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.profile-pic-3 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.trust-text {
    font-size: 0.9rem;
    color: var(--text-dark);
    font-weight: 500;
}

/* Hero Content */
.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 4rem;
    width: 100%;
}

.hero-left {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-headline {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

/* Hero headline should be visible immediately, not hidden by scroll-animate */
.hero-headline.scroll-animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.headline-highlight {
    color: var(--purple-accent) !important;
    font-weight: 700;
}

.sparkle-icon {
    display: inline-block;
    margin: 0 0.5rem;
    vertical-align: middle;
}

.hero-subheadline {
    font-size: 1.25rem;
    color: var(--text-dark);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    font-weight: 400;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cta-subtext {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 400;
}

/* Testimonial Cards */
.hero-right {
    position: relative;
    height: 400px;
}

.testimonial-card {
    position: absolute;
    background-color: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 320px;
    border: 1px dashed #E6E6E6;
}

.card-1 {
    top: 0;
    right: 0;
    transform: rotate(-3deg);
    z-index: 2;
}

.card-2 {
    bottom: 0;
    right: 40px;
    transform: rotate(2deg);
    z-index: 1;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.avatar-1 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.avatar-2 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.testimonial-username {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.95rem;
}

.testimonial-text {
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.testimonial-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-actions svg {
    cursor: pointer;
}

.reply-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--purple-accent);
    font-size: 0.85rem;
    font-weight: 500;
    margin-left: auto;
}

.reply-link svg {
    width: 14px;
    height: 14px;
}

/* Features Tags Slider */
.features-tags-wrapper {
    margin-top: 3rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.features-tags-wrapper::before,
.features-tags-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    pointer-events: none;
}

.features-tags-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.features-tags-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.features-tags {
    display: flex;
    gap: 1rem;
    animation: slide 30s linear infinite;
    width: fit-content;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.feature-tag {
    background-color: transparent;
    color: var(--text-dark);
    padding: 0.75rem 1.5rem;
    border-radius: 40px;
    border: 1px dashed #E6E6E6;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.feature-tag::before {
    content: '+';
    color: var(--purple-accent);
    font-weight: 700;
    margin-right: 0.25rem;
}

/* Metrics Section */
.metrics-section {
    padding: 6rem 0;
}

.metrics-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.metrics-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.metrics-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--purple-accent);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 40px;
    padding: 0.75rem 1.5rem;
}

.metrics-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.metrics-description {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.7;
    font-weight: 400;
}

.metrics-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.metrics-cta {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.metric-box {
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 12px;
    padding: 2rem 3rem;
    text-align: center;
    min-width: 200px;
    flex: 1;
    max-width: 300px;
}

.metric-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--purple-accent);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.metric-label {
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
}

/* How It Works Section */
.how-it-works-section {
    padding: 6rem 0;
}

.how-it-works-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.how-it-works-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.how-it-works-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--purple-accent);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 40px;
    padding: 0.75rem 1.5rem;
}

.how-it-works-tag svg {
    animation: rotateStar 6s linear infinite;
}

.how-it-works-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

/* Highlight uppercase words in section titles */
.how-it-works-title .uppercase-word,
.services-title .uppercase-word,
.pod-title .uppercase-word,
.metrics-title .uppercase-word,
.our-solution-title .uppercase-word {
    color: var(--purple-accent) !important;
    font-weight: 700;
}

.how-it-works-description {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.7;
    font-weight: 400;
}

.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.feature-card {
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(93, 63, 211, 0.2);
}

.feature-number {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--purple-accent);
    padding: 0.5rem 0.75rem;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px dashed #E6E6E6;
    border-radius: 13px;
}

.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.feature-icon img {
    border-radius: 20px;
    border: 1px dashed #E6E6E6;
}

.feature-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.feature-card-description {
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0;
}

.how-it-works-cta {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

/* POD Section */
.pod-section {
    padding: 6rem 0;
}

.pod-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.pod-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.pod-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--purple-accent);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 40px;
    padding: 0.75rem 1.5rem;
}

.pod-tag svg {
    animation: rotateStar 6s linear infinite;
}

.pod-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.pod-description {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.7;
    font-weight: 400;
}

.pod-video-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
}

.pod-cta {
    text-align: center;
}

/* Our Solution Section */
.our-solution-section {
    padding: 6rem 0;
}

.our-solution-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.our-solution-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.our-solution-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--purple-accent);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 40px;
    padding: 0.75rem 1.5rem;
}

.our-solution-tag svg {
    animation: rotateStar 6s linear infinite;
}

.our-solution-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.our-solution-description {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.7;
    font-weight: 400;
}

.comparison-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.problem-container {
    background-color: #fcfcfc;
    border: 1px dashed #E6E6E6;
    border-radius: 20px;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.solution-container {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.solution-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.solution-container-particles {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    overflow: visible;
    pointer-events: none;
    z-index: 1;
}

.solution-container .particle {
    position: absolute;
    bottom: 5px;
    border-radius: 50%;
    animation: particleFloat 4s ease-in-out infinite;
}

.solution-container .particle:nth-child(1) {
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
    left: 8%;
    animation-delay: 0s;
    animation-duration: 3.2s;
}

.solution-container .particle:nth-child(2) {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    left: 28%;
    animation-delay: 0.7s;
    animation-duration: 3.8s;
}

.solution-container .particle:nth-child(3) {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    left: 52%;
    animation-delay: 1.3s;
    animation-duration: 4.1s;
}

.solution-container .particle:nth-child(4) {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
    left: 72%;
    animation-delay: 0.4s;
    animation-duration: 3.5s;
}

.solution-container .particle:nth-child(5) {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
    left: 88%;
    animation-delay: 1.8s;
    animation-duration: 4.3s;
}

.solution-container .particle:nth-child(odd) {
    animation-name: particleFloat;
}

.solution-container .particle:nth-child(even) {
    animation-name: particleFloat2;
}

.comparison-column-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.comparison-column-title.solution-title {
    color: #fff;
}

.comparison-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.comparison-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.6;
}

.solution-container .comparison-list li {
    color: rgba(255, 255, 255, 0.85);
}

.comparison-list li svg {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.comparison-list li span {
    flex: 1;
}

.our-solution-cta {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

/* Reviews Section */
.reviews-section {
    padding: 6rem 0;
    overflow: visible;
}

.reviews-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.reviews-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.reviews-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--purple-accent);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 40px;
    padding: 0.75rem 1.5rem;
}

.reviews-tag svg {
    animation: rotateStar 6s linear infinite;
}

.reviews-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.reviews-description {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.7;
    font-weight: 400;
}

.reviews-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.reviews-cards-wrapper {
    position: relative;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: visible;
}

.review-card {
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 12px;
    padding: 1.5rem;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: top 0.3s ease, z-index 0.3s ease;
    height: 150px;
    display: flex;
    flex-direction: column;
}

.review-card[data-index="0"] {
    position: sticky;
    top: 120px;
    z-index: 1;
}

.review-card[data-index="1"] {
    position: sticky;
    top: 130px;
    z-index: 2;
}

.review-card[data-index="2"] {
    position: sticky;
    top: 140px;
    z-index: 3;
}

.review-card[data-index="3"] {
    position: sticky;
    top: 150px;
    z-index: 4;
}

.review-card[data-index="4"] {
    position: sticky;
    top: 160px;
    z-index: 5;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.review-avatar-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.review-avatar-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.review-avatar-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.review-avatar-4 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.review-avatar-5 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.review-username {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.95rem;
}

.review-text {
    color: var(--text-dark);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.reviews-cta-wrapper {
    position: sticky;
    top: 120px;
    height: fit-content;
}

.reviews-cta-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.reviews-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.reviews-cta-particles {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    overflow: visible;
    pointer-events: none;
    z-index: 1;
}

.reviews-cta-box .particle {
    position: absolute;
    bottom: 5px;
    border-radius: 50%;
    animation: particleFloat 4s ease-in-out infinite;
}

.reviews-cta-box .particle:nth-child(1) {
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
    left: 8%;
    animation-delay: 0s;
    animation-duration: 3.2s;
}

.reviews-cta-box .particle:nth-child(2) {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    left: 28%;
    animation-delay: 0.7s;
    animation-duration: 3.8s;
}

.reviews-cta-box .particle:nth-child(3) {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    left: 52%;
    animation-delay: 1.3s;
    animation-duration: 4.1s;
}

.reviews-cta-box .particle:nth-child(4) {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
    left: 72%;
    animation-delay: 0.4s;
    animation-duration: 3.5s;
}

.reviews-cta-box .particle:nth-child(5) {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
    left: 88%;
    animation-delay: 1.8s;
    animation-duration: 4.3s;
}

.reviews-cta-avatar {
    position: relative;
    z-index: 2;
}

.reviews-cta-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}

.reviews-cta-button {
    background-color: #fff;
    color: var(--text-dark);
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.reviews-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.reviews-cta-email-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}

.reviews-cta-email {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.reviews-cta-email:hover {
    color: var(--purple-accent);
}

.reviews-cta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 0.5rem;
    position: relative;
    z-index: 2;
}

.reviews-cta-tag {
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Video Section */
.video-section {
    padding: 4rem 0;
}

.video-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

/* Scroll Animation Classes */
.scroll-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-animate.animated {
    opacity: 1;
    transform: translateY(0);
}

.scroll-animate-delay-1 {
    transition-delay: 0.1s;
}

.scroll-animate-delay-2 {
    transition-delay: 0.2s;
}

.scroll-animate-delay-3 {
    transition-delay: 0.3s;
}

/* Blur per word animation */
.blur-word {
    display: inline-block;
    filter: blur(10px);
    opacity: 0;
    transition: filter 0.25s ease-out, opacity 0.25s ease-out;
    margin-right: 0;
}

.blur-word.animated {
    filter: blur(0px);
    opacity: 1;
}

.video-section-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.video-placeholder {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    background: none;
    border: 1px dashed #E6E6E6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.video-player,
.video-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.video-play-button {
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 1;
}

.video-play-button:hover {
    transform: scale(1.1);
}

/* Services Section */
.services-section {
    padding: 6rem 0;
    background-color: transparent;
}

.services-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.services-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.services-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--purple-accent);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 40px;
    padding: 0.75rem 1.5rem;
}

.services-tag svg,
.metrics-tag svg {
    animation: rotateStar 6s linear infinite;
}

@keyframes rotateStar {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.services-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.services-description {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.7;
    font-weight: 400;
}

/* Marketing Charts */
.marketing-charts-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart-comparison {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    position: relative;
}

.chart-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.chart-label {
    min-width: 140px;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-dark);
}

.chart-bar-wrapper {
    flex: 1;
    height: 50px;
    background-color: #F5F5F5;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    border: 1px dashed #E6E6E6;
    max-width: 1200px;
    min-width: 550px;
}

.chart-bar {
    height: 100%;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
    position: relative;
    width: 0;
    transition: width 1.5s ease-out;
}

.chart-bar.our-agency {
    background: linear-gradient(135deg, #5D3FD3 0%, #7D5FE8 100%);
}

.chart-bar.competitor {
    background: linear-gradient(135deg, #E6E6E6 0%, #D0D0D0 100%);
}

.chart-value {
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
}

.chart-bar.competitor .chart-value {
    color: var(--text-dark);
}

.services-grid {
    display: grid;
    grid-template-columns: 524px 524px;
    grid-template-rows: 300px 300px;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.services-cta {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.service-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 16px;
    padding: 1.5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 300px;
    align-self: center;
}

.service-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    width: 680px;
    justify-self: start;
}

.service-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    width: 366px;
    justify-self: end;
}

.service-card:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
    width: 366px;
    justify-self: start;
}

.service-card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    width: 680px;
    justify-self: end;
}

.service-card-particles {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    overflow: visible;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    bottom: 5px;
    border-radius: 50%;
    animation: particleFloat 4s ease-in-out infinite;
}

.particle:nth-child(1) {
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
    left: 8%;
    animation-delay: 0s;
    animation-duration: 3.2s;
}

.particle:nth-child(2) {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    left: 28%;
    animation-delay: 0.7s;
    animation-duration: 3.8s;
}

.particle:nth-child(3) {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    left: 52%;
    animation-delay: 1.3s;
    animation-duration: 4.1s;
}

.particle:nth-child(4) {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
    left: 73%;
    animation-delay: 0.4s;
    animation-duration: 3.5s;
}

.particle:nth-child(5) {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
    left: 88%;
    animation-delay: 1.8s;
    animation-duration: 3.9s;
}

@keyframes particleFloat {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    10%, 90% {
        opacity: 1;
    }
    50% {
        transform: translate(15px, -8px) rotate(180deg);
    }
    100% {
        transform: translate(35px, -18px) rotate(360deg);
        opacity: 0;
    }
}

@keyframes particleFloat2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    10%, 90% {
        opacity: 1;
    }
    50% {
        transform: translate(-12px, -10px) rotate(-180deg);
    }
    100% {
        transform: translate(-28px, -20px) rotate(-360deg);
        opacity: 0;
    }
}

@keyframes particleFloat3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    10%, 90% {
        opacity: 1;
    }
    50% {
        transform: translate(20px, -12px) rotate(90deg);
    }
    100% {
        transform: translate(40px, -22px) rotate(270deg);
        opacity: 0;
    }
}

/* Particle animation assignments per card */
.service-card:nth-child(1) .particle:nth-child(odd) { animation-name: particleFloat; }
.service-card:nth-child(1) .particle:nth-child(even) { animation-name: particleFloat2; }
.service-card:nth-child(2) .particle:nth-child(1),
.service-card:nth-child(2) .particle:nth-child(4) { animation-name: particleFloat2; }
.service-card:nth-child(2) .particle:nth-child(2),
.service-card:nth-child(2) .particle:nth-child(3),
.service-card:nth-child(2) .particle:nth-child(5) { animation-name: particleFloat3; }
.service-card:nth-child(3) .particle:nth-child(even) { animation-name: particleFloat; }
.service-card:nth-child(3) .particle:nth-child(odd) { animation-name: particleFloat3; }
.service-card:nth-child(4) .particle:nth-child(1),
.service-card:nth-child(4) .particle:nth-child(3) { animation-name: particleFloat2; }
.service-card:nth-child(4) .particle:nth-child(2),
.service-card:nth-child(4) .particle:nth-child(4),
.service-card:nth-child(4) .particle:nth-child(5) { animation-name: particleFloat; }

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.service-card-title,
.service-card-description {
    position: relative;
    z-index: 1;
}

.service-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.service-card-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
    z-index: 3;
    margin-top: auto;
}

.service-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
}

.service-tag svg {
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-headline {
        font-size: 3.5rem;
    }
    
    .hero-content {
        gap: 3rem;
    }

    .how-it-works-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 968px) {
    .hero-content {
        flex-direction: column;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .announcement-bar {
        font-size: 0.75rem;
        overflow: hidden !important;
        z-index: 10001 !important;
    }
    
    .announcement-bar-content {
        flex-direction: column;
        gap: 0.375rem;
    }

    .announcement-bar-title {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .announcement-bar-highlight {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
        line-height: 1.4;
    }

    .site-header {
        position: fixed !important;
        z-index: 10000 !important;
    }

    body {
        padding-top: 140px !important;
    }

    .header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem 20px 1rem 20px;
        position: relative;
        gap: 0.5rem;
        min-height: auto;
        overflow: visible;
    }
    
    /* Ensure buttons don't get cut off on mobile */
    .site-header .header-buttons {
        overflow: visible;
        flex-wrap: nowrap;
    }
    
    .site-header .logout-button,
    .site-header .dashboard-button {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .menu-toggle {
        display: flex !important;
    }
    
    .main-navigation,
    .dashboard-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-bottom: 1px dashed #E6E6E6;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        z-index: 10000;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .main-navigation.active,
    .dashboard-navigation.active {
        max-height: 500px;
    }
    
    /* Primary menu (navigation links) - separate from mobile buttons */
    .main-navigation > ul,
    .main-navigation #primary-menu,
    .main-navigation .menu,
    .dashboard-navigation .dashboard-menu {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 1rem 20px !important;
        display: flex !important;
        margin: 0 !important;
    }

    .main-navigation > ul li,
    .main-navigation #primary-menu li,
    .main-navigation .menu li,
    .dashboard-navigation .dashboard-menu li {
        display: block !important;
        border-bottom: 1px solid #f0f0f0;
        margin: 0 !important;
    }

    .main-navigation > ul li:last-child,
    .main-navigation #primary-menu li:last-child,
    .main-navigation .menu li:last-child,
    .dashboard-navigation .dashboard-menu li:last-child {
        border-bottom: none;
    }

    .main-navigation > ul a,
    .main-navigation #primary-menu a,
    .main-navigation .menu a,
    .dashboard-navigation .dashboard-menu a {
        display: block !important;
        padding: 1rem 0 !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
    }

    .header-buttons {
        display: none !important;
    }
    
    .contact-button {
        display: none !important;
    }
    
    .login-button,
    .logout-button,
    .dashboard-button {
        display: none !important;
    }
    
    /* Hide GET A FREE DEMO button in mobile menu */
    .mobile-contact-button {
        display: none !important;
    }

    /* Mobile menu buttons - separate from primary menu */
    .main-navigation .mobile-menu-buttons,
    .dashboard-navigation .mobile-menu-buttons {
        list-style: none;
        margin: 0 !important;
        padding: 0.7rem 20px;
        border-top: none !important;
        display: flex !important;
        flex-direction: column;
        gap: 1rem !important;
    }
    
    .mobile-menu-buttons li {
        display: block;
        border-bottom: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mobile-menu-buttons a {
        display: block;
        padding: 0.75rem 1rem;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 500;
        font-size: 0.95rem;
        transition: all 0.3s ease;
    }

    .mobile-login-button {
        background-color: transparent;
        color: var(--purple-accent) !important;
        border: 1px solid var(--purple-accent);
    }

    .mobile-login-button:hover {
        background-color: var(--purple-accent);
        color: #fff !important;
        border-color: var(--purple-accent);
    }

    .mobile-logout-button {
        background-color: transparent;
        color: var(--purple-accent) !important;
        border: 1px solid var(--purple-accent);
    }

    .mobile-logout-button:hover {
        background-color: var(--purple-accent);
        color: #fff !important;
        border-color: var(--purple-accent);
    }

    .mobile-dashboard-button {
        background-color: var(--purple-accent);
        color: #fff !important;
        border: 1px solid var(--purple-accent);
    }

    .mobile-dashboard-button:hover {
        background-color: #6D4FE3;
        color: #fff !important;
    }

    .mobile-contact-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        background-color: var(--text-dark);
        color: #fff !important;
        border: none;
        position: relative;
        overflow: hidden;
        padding: 0.75rem 1.5rem !important;
        font-size: 0.95rem !important;
    }

    .mobile-contact-button svg {
        width: 16px;
        height: 16px;
        stroke: #fff;
        transition: transform 0.3s ease;
    }

    .mobile-contact-button:hover {
        background-color: #2d2d2d;
        color: #fff !important;
    }

    .mobile-contact-button:hover svg {
        transform: translateX(2px);
    }

    .dashboard-navigation .dashboard-menu {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 1rem 20px !important;
    }

    .dashboard-navigation .dashboard-menu li {
        display: block !important;
        border-bottom: 1px solid #f0f0f0;
    }

    .dashboard-navigation .dashboard-menu li:last-child {
        border-bottom: none;
    }

    .dashboard-navigation .dashboard-menu a {
        display: block !important;
        padding: 1rem 0 !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
    }

    .client-dashboard {
        padding: 4rem 0 2rem;
    }

    .dashboard-container {
        padding: 0 20px;
    }

    .dashboard-welcome {
        margin-bottom: 2rem;
    }

    .dashboard-title {
        font-size: 2rem;
    }

    .dashboard-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .account-details-page {
        padding: 4rem 0 2rem;
    }

    .account-details-container {
        padding: 0 20px;
    }

    .account-details-header {
        margin-bottom: 2rem;
    }

    .account-details-title {
        font-size: 2rem;
    }

    .account-details-subtitle {
        font-size: 1rem;
    }

    .account-details-card {
        padding: 1.5rem;
    }

    .account-section-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .account-details-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .account-edit-button {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
        width: 100%;
        justify-content: center;
    }
    
    .hero-section {
        padding: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hero-container {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 390px;
        margin: 0 auto;
        width: 100%;
    }

    .social-proof-banner {
        margin-bottom: 2rem;
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
        display: inline-flex;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        align-items: center;
    }

    .profile-pictures {
        gap: -0.5rem;
        display: flex;
        justify-content: center;
    }

    .profile-pic {
        width: 28px;
        height: 28px;
    }

    .trust-text {
        font-size: 0.8rem;
    }
    
    .hero-headline {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 1.25rem;
        text-align: center;
        width: 100%;
    }

    .headline-part-1 {
        display: inline-block !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .headline-part-2 {
        display: none;
    }

    .headline-highlight {
        display: inline-block;
        text-align: center;
    }
    
    .hero-subheadline {
        font-size: 1rem;
        margin-bottom: 2rem;
        line-height: 1.6;
        text-align: center;
        width: 100%;
    }

    .hero-cta {
        gap: 1rem;
        margin-bottom: 2rem;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .small-cta-button {
        width: fit-content;
        justify-content: center;
        padding: 1rem 2rem;
        font-size: 0.95rem;
        margin: 0 auto;
    }

    .cta-subtext {
        font-size: 0.85rem;
        text-align: center;
        width: 100%;
    }
    
    .features-tags-wrapper {
        margin-top: 2rem;
    }
    
    .features-tags-wrapper::before,
    .features-tags-wrapper::after {
        width: 50px;
    }
    
    .features-tags {
        animation-duration: 25s;
    }

    .services-section {
        padding: 4rem 0;
    }

    .services-container {
        padding: 0 20px;
    }

    .video-section-title {
        font-size: 2rem;
    }

    .services-title {
        font-size: 2.5rem;
    }

    .services-description {
        font-size: 1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .service-card {
        padding: 2rem;
    }

    .how-it-works-section {
        padding: 4rem 0;
    }

    .how-it-works-container {
        padding: 0 20px;
    }

    .how-it-works-title {
        font-size: 2.5rem;
    }

    .how-it-works-description {
        font-size: 1rem;
    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card {
        padding: 1.5rem;
        text-align: center;
    }

    .feature-card-title {
        font-size: 1.25rem;
        text-align: center;
    }

    .feature-card-description {
        font-size: 0.9rem;
        text-align: center;
    }

    .pod-section {
        padding: 3rem 0;
    }

    .pod-container {
        padding: 0 20px;
    }

    .pod-header {
        margin-bottom: 3rem;
    }

    .pod-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .pod-description {
        font-size: 0.95rem;
    }

    .pod-video-container {
        padding: 0;
    }

    .our-solution-section {
        padding: 4rem 0;
    }

    .our-solution-container {
        padding: 0 20px;
    }

    .our-solution-title {
        font-size: 2.5rem;
    }

    .our-solution-description {
        font-size: 1rem;
    }

    .comparison-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .problem-container,
    .solution-container {
        padding: 2rem;
    }

    .metrics-section {
        padding: 3rem 0;
    }

    .metrics-container {
        padding: 0 20px;
    }

    .metrics-title {
        font-size: 2rem;
    }

    .metrics-description {
        font-size: 0.95rem;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .metric-box {
        padding: 1.5rem;
    }

    .marketing-charts-container {
        padding: 0;
        margin: 2rem 0;
    }

    .chart-comparison {
        gap: 1.5rem;
    }

    .chart-item {
        padding: 1rem;
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .chart-label {
        font-size: 0.9rem;
        min-width: auto;
        width: 100%;
    }

    .chart-bar-wrapper {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .chart-value {
        font-size: 1.1rem;
    }

    .small-cta-section {
        padding: 3rem 0;
    }

    .small-cta-container {
        padding: 0 20px;
    }

    .small-cta-box {
        padding: 2rem;
    }

    .small-cta-title {
        font-size: 1.75rem;
    }

    .small-cta-description {
        font-size: 0.95rem;
    }

    .footer-container {
        padding: 0 20px;
        flex-direction: column;
        gap: 2rem;
    }

    .footer-content {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 2rem;
        text-align: center;
    }

    .footer-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 1;
        grid-row: 1;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .footer-tagline {
        text-align: center;
        margin-bottom: 2rem;
        font-size: 0.9rem;
    }

    .footer-middle {
        width: 100%;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 2rem;
        order: 2;
        grid-row: 2;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .footer-column:last-child {
        margin-bottom: 0;
    }
    
    .footer-links {
        align-items: center;
        text-align: center;
        gap: 0.75rem;
    }

    .footer-column-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .footer-links a {
        font-size: 0.9rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding-top: 2rem;
    }

    .footer-copyright {
        font-size: 0.85rem;
    }
}

/* Small CTA Section */
.small-cta-section {
    padding: 4rem 0;
}

.small-cta-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
}

.small-cta-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px;
    padding: 4rem 3rem 5rem;
    position: relative;
    overflow: visible;
    max-width: 900px;
    width: 100%;
    text-align: center;
    min-height: 380px;
}

.small-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
    border-radius: 20px;
}

.small-cta-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    pointer-events: none;
    z-index: 1;
}

.small-cta-box .particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    animation: particleFloat 6s ease-in-out infinite;
}

.small-cta-box .particle:nth-child(1) {
    width: 4px;
    height: 4px;
    top: 15%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 5s;
}

.small-cta-box .particle:nth-child(2) {
    width: 3px;
    height: 3px;
    top: 25%;
    left: 25%;
    animation-delay: 0.8s;
    animation-duration: 6s;
}

.small-cta-box .particle:nth-child(3) {
    width: 5px;
    height: 5px;
    top: 20%;
    left: 45%;
    animation-delay: 1.5s;
    animation-duration: 5.5s;
}

.small-cta-box .particle:nth-child(4) {
    width: 3px;
    height: 3px;
    top: 30%;
    left: 65%;
    animation-delay: 0.4s;
    animation-duration: 6.5s;
}

.small-cta-box .particle:nth-child(5) {
    width: 4px;
    height: 4px;
    top: 18%;
    left: 85%;
    animation-delay: 2s;
    animation-duration: 5.8s;
}

.small-cta-box .particle:nth-child(6) {
    width: 3px;
    height: 3px;
    top: 45%;
    left: 15%;
    animation-delay: 1s;
    animation-duration: 6.2s;
}

.small-cta-box .particle:nth-child(7) {
    width: 5px;
    height: 5px;
    top: 55%;
    left: 35%;
    animation-delay: 1.8s;
    animation-duration: 5.3s;
}

.small-cta-box .particle:nth-child(8) {
    width: 3px;
    height: 3px;
    top: 50%;
    left: 60%;
    animation-delay: 0.6s;
    animation-duration: 6.8s;
}

.small-cta-box .particle:nth-child(9) {
    width: 4px;
    height: 4px;
    top: 48%;
    left: 80%;
    animation-delay: 2.2s;
    animation-duration: 5.7s;
}

.small-cta-box .particle:nth-child(10) {
    width: 3px;
    height: 3px;
    top: 70%;
    left: 20%;
    animation-delay: 1.3s;
    animation-duration: 6.4s;
}

.small-cta-box .particle:nth-child(11) {
    width: 4px;
    height: 4px;
    top: 75%;
    left: 50%;
    animation-delay: 0.9s;
    animation-duration: 5.9s;
}

.small-cta-box .particle:nth-child(12) {
    width: 3px;
    height: 3px;
    top: 72%;
    left: 75%;
    animation-delay: 2.5s;
    animation-duration: 6.1s;
}

.small-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1.5rem 0;
    position: relative;
    z-index: 2;
}

.small-cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 2.5rem 0;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.small-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--purple-accent);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: fit-content;
}

.small-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.small-cta-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.small-cta-label {
    position: absolute;
    background: rgba(45, 45, 45, 0.95);
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 3;
    box-shadow: 0 0 20px rgba(93, 63, 211, 0.4);
    filter: drop-shadow(0 0 8px rgba(93, 63, 211, 0.6));
}

.small-cta-label-left-1 {
    bottom: 100px;
    left: 30px;
    transform: rotate(-8deg);
}

.small-cta-label-right-2 {
    bottom: 100px;
    right: 30px;
    transform: rotate(8deg);
}

.small-cta-orange-button {
    position: absolute;
    background-color: var(--purple-accent);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 3;
    text-align: center;
}

.small-cta-orange-button-left {
    bottom: 20px;
    left: 30px;
}

.small-cta-orange-button-right {
    bottom: 20px;
    right: 30px;
}

/* Footer Styles */
.site-footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    position: relative;
    overflow: visible;
    padding: 4rem 0 2rem;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.footer-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    pointer-events: none;
    z-index: 1;
}

.footer-particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    animation: footerParticleFloat 8s ease-in-out infinite;
}

.footer-particle:nth-child(1) {
    width: 3px;
    height: 3px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
    animation-duration: 7s;
}

.footer-particle:nth-child(2) {
    width: 4px;
    height: 4px;
    top: 15%;
    left: 15%;
    animation-delay: 0.5s;
    animation-duration: 8s;
}

.footer-particle:nth-child(3) {
    width: 2px;
    height: 2px;
    top: 8%;
    left: 30%;
    animation-delay: 1s;
    animation-duration: 6.5s;
}

.footer-particle:nth-child(4) {
    width: 5px;
    height: 5px;
    top: 12%;
    left: 45%;
    animation-delay: 1.5s;
    animation-duration: 7.5s;
}

.footer-particle:nth-child(5) {
    width: 3px;
    height: 3px;
    top: 18%;
    left: 60%;
    animation-delay: 0.8s;
    animation-duration: 8.5s;
}

.footer-particle:nth-child(6) {
    width: 4px;
    height: 4px;
    top: 10%;
    left: 75%;
    animation-delay: 2s;
    animation-duration: 7s;
}

.footer-particle:nth-child(7) {
    width: 2px;
    height: 2px;
    top: 20%;
    left: 85%;
    animation-delay: 1.2s;
    animation-duration: 6s;
}

.footer-particle:nth-child(8) {
    width: 3px;
    height: 3px;
    top: 35%;
    left: 10%;
    animation-delay: 0.3s;
    animation-duration: 8s;
}

.footer-particle:nth-child(9) {
    width: 5px;
    height: 5px;
    top: 40%;
    left: 25%;
    animation-delay: 1.8s;
    animation-duration: 7.2s;
}

.footer-particle:nth-child(10) {
    width: 3px;
    height: 3px;
    top: 45%;
    left: 40%;
    animation-delay: 0.6s;
    animation-duration: 8.2s;
}

.footer-particle:nth-child(11) {
    width: 4px;
    height: 4px;
    top: 38%;
    left: 55%;
    animation-delay: 2.2s;
    animation-duration: 6.8s;
}

.footer-particle:nth-child(12) {
    width: 2px;
    height: 2px;
    top: 42%;
    left: 70%;
    animation-delay: 1.4s;
    animation-duration: 7.8s;
}

.footer-particle:nth-child(13) {
    width: 3px;
    height: 3px;
    top: 50%;
    left: 85%;
    animation-delay: 0.9s;
    animation-duration: 8.3s;
}

.footer-particle:nth-child(14) {
    width: 4px;
    height: 4px;
    top: 60%;
    left: 15%;
    animation-delay: 2.5s;
    animation-duration: 7.3s;
}

.footer-particle:nth-child(15) {
    width: 3px;
    height: 3px;
    top: 65%;
    left: 35%;
    animation-delay: 1.1s;
    animation-duration: 8.1s;
}

.footer-particle:nth-child(16) {
    width: 5px;
    height: 5px;
    top: 70%;
    left: 50%;
    animation-delay: 0.4s;
    animation-duration: 6.9s;
}

.footer-particle:nth-child(17) {
    width: 2px;
    height: 2px;
    top: 68%;
    left: 65%;
    animation-delay: 1.7s;
    animation-duration: 7.7s;
}

.footer-particle:nth-child(18) {
    width: 4px;
    height: 4px;
    top: 75%;
    left: 80%;
    animation-delay: 2.3s;
    animation-duration: 8.4s;
}

.footer-particle:nth-child(19) {
    width: 3px;
    height: 3px;
    top: 80%;
    left: 20%;
    animation-delay: 0.7s;
    animation-duration: 7.4s;
}

.footer-particle:nth-child(20) {
    width: 3px;
    height: 3px;
    top: 85%;
    left: 60%;
    animation-delay: 1.9s;
    animation-duration: 8.6s;
}

@keyframes footerParticleFloat {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(30px) translateY(-25px) rotate(360deg);
        opacity: 0;
    }
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-left {
    max-width: 400px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.footer-logo-image {
    height: 40px;
    width: auto;
    max-width: 200px;
}

.footer-tagline {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-weight: 400;
}

.footer-middle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.footer-column-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-copyright {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

@media (max-width: 768px) {
    .small-cta-section {
        padding: 3rem 0;
    }

    .small-cta-container {
        padding: 0 20px;
    }

    .small-cta-box {
        padding: 3rem 2rem 4rem;
        min-height: 350px;
    }

    .small-cta-title {
        font-size: 2rem;
    }

    .small-cta-description {
        font-size: 1rem;
    }

    .small-cta-label {
        display: none !important;
    }

    .small-cta-orange-button-left {
        display: none !important;
    }

    .small-cta-orange-button-right {
        display: none !important;
    }

}