/*
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.
*/

/*@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');*/
/* Plus Jakarta Sans - Self-hosted */
@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    src: url('https://artpreme.com/wp-content/fonts/plus-jakarta-sans/plus-jakarta-sans-v12-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    src: url('https://artpreme.com/wp-content/fonts/plus-jakarta-sans/plus-jakarta-sans-v12-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    src: url('https://artpreme.com/wp-content/fonts/plus-jakarta-sans/plus-jakarta-sans-v12-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    src: url('https://artpreme.com/wp-content/fonts/plus-jakarta-sans/plus-jakarta-sans-v12-latin-700.woff2') format('woff2');
}

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

:root {
    --purple-accent: #5D3FD3;
    --text-dark: #000000;
    --text-light: #666666;
}

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%);
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9998;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    /* OLD CODE box-shadow: 0 2px 10px rgba(93, 63, 211, 0.3);*/
    /*animation: pulse-glow 2s ease-in-out infinite;*/
	/*NEW CODE*/
	animation: pulse-glow 2s ease-in-out infinite;
    overflow: visible;
    display: block;
    visibility: visible;
    opacity: 1;
}

.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: none;
    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);
}

/* OLD CODE @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);
    }
} */
/* NEW CODE */
@keyframes pulse-glow {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.85;
    }
}

@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 — specificity must beat the mobile rule */
.mobile-menu-buttons,
.main-navigation .mobile-menu-buttons,
.dashboard-navigation .mobile-menu-buttons {
    display: none;
}

.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;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
}

.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: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;
    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 and subheadline overrides moved below .scroll-animate definition */

.headline-highlight {
    color: var(--purple-accent);
    font-weight: 700;
}

.sparkle-icon {
    display: inline-block;
    margin: 0 0.5rem;
    vertical-align: middle;
}

.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);
    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-icon video {
    border-radius: 20px;
    border: 1px dashed #E6E6E6;
    max-width: 100%;
    height: auto;
    display: block;
}

.feature-card:nth-child(2) .feature-icon video {
    border-radius: 12px;
}

.feature-card:nth-child(2) .feature-icon img {
    border-radius: 12px;
}

.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);
}

/* Hero elements are above the fold — must be visible immediately, never animated */
.hero-headline.scroll-animate {
    opacity: 1;
    transform: translateY(0);
}

.hero-subheadline.scroll-animate {
    opacity: 1;
    transform: translateY(0);
    transition: none; /* Fully opt out — no transition that could animate to opacity: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;
}

/* Performance-friendly fake blur */
 .blur-word {
    display: inline;
    opacity: 0;
    text-shadow: 0 0 10px rgba(0,0,0,0.25);

    transition:
        opacity 0.45s ease,
        text-shadow 0.45s ease;
}

.blur-word.animated {
    opacity: 1;
    text-shadow: none;
}



/* Hero subheadline is always visible — never animate its words */
.hero-subheadline .blur-word {
    opacity: 1;
    text-shadow: none;
}

.hero-subheadline.words-split {
    padding-bottom: 1.5rem;
}

.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,
.pod-gif {
    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;
}

.marketing-lottie-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    width: 100%;
}

.marketing-lottie-wrapper dotlottie-wc,
.marketing-lottie-wrapper .marketing-lottie {
    width: 300px;
    height: 300px;
    max-width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .marketing-lottie-wrapper dotlottie-wc,
    .marketing-lottie-wrapper .marketing-lottie {
        width: min(280px, 85vw);
        height: min(280px, 85vw);
    }
}

@media (max-width: 480px) {
    .marketing-lottie-wrapper dotlottie-wc,
    .marketing-lottie-wrapper .marketing-lottie {
        width: min(240px, 90vw);
        height: min(240px, 90vw);
    }
}

.artpreme-account-subscription {
    max-width: 700px;
    margin: 1.5rem;
}

.artpreme-subscription-status {
    padding: 0;
    margin: 1.5rem 0 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: var(--text-dark);
}

.artpreme-subscription-status p {
    margin: 0 0 1rem;
    line-height: 1.6;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content p:last-of-type {
    margin-bottom: 1rem;
}

.subscription-status-active {
    color: #16a34a;
}

.artpreme-unsubscribe-trigger {
    margin-top: 1rem;
}

.artpreme-unsubscribe-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.artpreme-unsubscribe-modal.is-open {
    display: flex;
}

.artpreme-unsubscribe-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.artpreme-unsubscribe-dialog {
    position: relative;
    z-index: 1;
    max-width: 520px;
    width: 90%;
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 2.25rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    color: var(--text-dark);
}

.artpreme-unsubscribe-dialog h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.artpreme-unsubscribe-dialog p {
    margin: 0 0 0.75rem;
    line-height: 1.6;
}

.artpreme-unsubscribe-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
    justify-content: flex-end;
}

.artpreme-unsubscribe-actions .button {
    min-width: 160px;
}

.artpreme-unsubscribe-actions .button-secondary {
    background-color: #ff4b4b;
    border-color: #ff4b4b;
    color: #ffffff;
}

.artpreme-unsubscribe-actions .button-secondary:hover {
    background-color: #e63c3c;
    border-color: #e63c3c;
}

.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);
    }
    .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 {
        line-height: 1.8;
        overflow: visible;
    }

    .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;
}

/* Demo Request Overlay */
.demo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.5s;
}

.demo-overlay.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.demo-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.demo-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 3rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-overlay:not(.active) .demo-overlay-content {
    transition: transform 0s;
}

.demo-overlay-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: var(--text-dark);
    transition: color 0.3s ease, transform 0.3s ease;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.demo-overlay-close:hover {
    color: var(--purple-accent);
    background-color: rgba(93, 63, 211, 0.1);
    transform: rotate(90deg);
}

.demo-overlay.active .demo-overlay-content {
    transform: translateY(0);
}

.demo-overlay-form-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.demo-overlay-header {
    text-align: center;
    margin-bottom: 2rem;
}

.demo-overlay-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 1rem;
}

.demo-overlay-subtitle {
    font-size: 1rem;
    color: var(--text-light);
    margin: 0;
}

.demo-overlay-thank-you {
    text-align: center;
    padding: 2rem 0;
}

.demo-thank-you-message {
    font-size: 1.125rem;
    color: var(--text-dark);
    line-height: 1.8;
    margin: 0;
}

.demo-thank-you-title {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

.demo-thank-you-body {
    font-size: 1.125rem;
    font-weight: 400;
}

.demo-overlay-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.demo-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.demo-form-field label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.required-asterisk {
    color: #ff0000;
    margin-left: 2px;
}

.demo-form-field input {
    padding: 0.875rem 1.25rem;
    border: 2px solid #E6E6E6;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    color: var(--text-dark);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.demo-form-field input:focus,
.demo-form-field select:focus {
    outline: none;
    border-color: var(--purple-accent);
    box-shadow: 0 0 0 3px rgba(93, 63, 211, 0.1);
}

.demo-form-field select {
    padding: 0.875rem 1.25rem;
    padding-right: 2.5rem;
    border: 2px solid #E6E6E6;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    color: var(--text-dark);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.demo-form-field select:hover {
    border-color: #ccc;
}

.demo-form-submit {
    padding: 1rem 2rem;
    background-color: var(--purple-accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 0.5rem;
    font-family: inherit;
    width: 100%;
}

.demo-form-submit:hover {
    background-color: #4d2fc0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(93, 63, 211, 0.3);
}

.demo-form-submit:active {
    transform: translateY(0);
}

/* Mobile Styles for Overlay */
@media (max-width: 768px) {
    .demo-overlay {
        z-index: 999999 !important;
    }
    
    .demo-overlay-content {
        padding: 2.5rem 1.5rem;
        height: 100vh;
        z-index: 999999 !important;
        position: relative;
    }
    
    .demo-overlay-backdrop {
        z-index: 999998 !important;
    }

    .demo-overlay-close {
        top: 1rem;
        right: 1rem;
        width: 36px;
        height: 36px;
        z-index: 9999999 !important;
    }

    .demo-overlay-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .demo-overlay-form-container {
        padding-top: 0.5rem;
    }

    .demo-form-field input {
        padding: 0.75rem 1rem;
    }

    .demo-form-submit {
        padding: 0.875rem 1.5rem;
        width: 100%;
    }

}

/* Footer Contact Info */
.footer-contact {
    margin-top: 22px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 6px 0;
}

.footer-contact-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: 0.2s ease;
}

.footer-contact-item a:hover {
    opacity: 0.7;
}

.footer-icon {
    font-size: 14px;
    opacity: 0.9;
}

/* ============================================
   SKIP LINK (a11y)
   ============================================ */
.skip-link.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 999999;
    padding: 12px 24px;
    background: var(--purple-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 8px 0;
}
.skip-link.screen-reader-text:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    clip: auto;
}

/* ============================================
   BREADCRUMBS
   ============================================ */
.mainsite-breadcrumbs {
    margin-bottom: 24px;
    font-size: 0.85rem;
    color: var(--text-light);
}
.mainsite-breadcrumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
    margin: 0;
}
.mainsite-breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 4px;
}
.mainsite-breadcrumbs li:not(:last-child)::after {
    content: '/';
    color: #ccc;
    margin-left: 4px;
}
.mainsite-breadcrumbs a {
    color: var(--purple-accent);
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.mainsite-breadcrumbs a:hover {
    opacity: 0.7;
}
.mainsite-breadcrumbs li:last-child span {
    color: var(--text-dark);
    font-weight: 500;
}

/* ============================================
   ARCHIVE / BLOG / CATEGORY PAGES
   ============================================ */
.archive-main {
    padding-bottom: 80px;
}
.archive-hero {
    background: linear-gradient(135deg, #f8f6ff 0%, #f0ecfc 100%);
    padding: 60px 0 40px;
    margin-bottom: 48px;
}
.archive-header {
    text-align: center;
}
.archive-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.2;
}
.archive-title span {
    color: var(--purple-accent);
}
.archive-description {
    font-size: 1.05rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
.archive-description p {
    margin: 0;
}
.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.archive-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.archive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(93, 63, 211, 0.1);
}
.archive-card-image {
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f8f6ff;
}
.archive-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.archive-card:hover .archive-card-image img {
    transform: scale(1.05);
}
.archive-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f6ff;
}
.archive-card-body {
    padding: 20px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.archive-card-cats {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.archive-card-cat {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--purple-accent);
    background: #f0ecfc;
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.archive-card-cat:hover {
    background: var(--purple-accent);
    color: #fff;
}
.archive-card-type {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-light);
    background: #f5f5f5;
    border-radius: 100px;
    margin-bottom: 12px;
}
.archive-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
    color: var(--text-dark);
}
.archive-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.archive-card-title a:hover {
    color: var(--purple-accent);
}
.archive-card-excerpt {
    font-size: 0.92rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.archive-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.82rem;
    color: #999;
    padding-top: 16px;
    border-top: 1px solid #f5f5f5;
    margin-top: auto;
}
.archive-card-reading::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
.archive-pagination {
    margin-top: 56px;
    text-align: center;
}
.archive-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-dark);
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 6px;
}
.archive-pagination .page-numbers:hover {
    border-color: var(--purple-accent);
    color: var(--purple-accent);
}
.archive-pagination .page-numbers.current {
    background: var(--purple-accent);
    color: #fff;
    border-color: var(--purple-accent);
}
.archive-pagination .page-numbers svg {
    width: 14px;
    height: 14px;
}
.archive-empty {
    text-align: center;
    padding: 80px 20px;
}
.archive-empty svg {
    margin-bottom: 20px;
}
.archive-empty h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}
.archive-empty p {
    font-size: 1rem;
    color: var(--text-light);
    margin-bottom: 24px;
}
.archive-empty-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: var(--purple-accent);
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: opacity 0.2s ease;
}
.archive-empty-btn:hover {
    opacity: 0.85;
}
.search-form-wrapper {
    max-width: 480px;
    margin: 20px auto 0;
}
.search-form-wrapper .search-form {
    display: flex;
    gap: 8px;
}
.search-form-wrapper .search-field {
    flex: 1;
    padding: 12px 18px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
    background: #fff;
}
.search-form-wrapper .search-field:focus {
    outline: none;
    border-color: var(--purple-accent);
}
.search-form-wrapper .search-submit {
    padding: 12px 24px;
    background: var(--purple-accent);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: opacity 0.2s ease;
    font-family: inherit;
}
.search-form-wrapper .search-submit:hover {
    opacity: 0.85;
}
.search-results-count {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 32px;
    text-align: center;
}

/* ============================================
   SINGLE BLOG POST
   ============================================ */
.single-post-main { padding-bottom: 80px; }
.single-post-hero { position: relative; width: 100%; max-height: 480px; overflow: hidden; }
.single-post-hero-image { width: 100%; max-height: 480px; }
.single-post-hero-image img { width: 100%; height: 100%; max-height: 480px; object-fit: cover; display: block; }
.single-post-hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to top, #fff, transparent); }
.single-post-container { max-width: 760px; margin: 0 auto; padding: 32px 20px 0; }
.single-post-header { margin-bottom: 40px; }
.single-post-cats { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.single-post-cat { display: inline-block; padding: 4px 14px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--purple-accent); background: #f0ecfc; border-radius: 100px; text-decoration: none; transition: background 0.2s ease, color 0.2s ease; }
.single-post-cat:hover { background: var(--purple-accent); color: #fff; }
.single-post-title { font-size: clamp(1.75rem, 5vw, 2.75rem); font-weight: 800; line-height: 1.2; color: var(--text-dark); margin-bottom: 20px; letter-spacing: -0.02em; }
.single-post-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.single-post-author-info { display: flex; align-items: center; gap: 12px; }
.single-post-avatar { width: 40px; height: 40px; border-radius: 50%; }
.single-post-author-details { display: flex; flex-direction: column; gap: 2px; }
.single-post-author-name { font-size: 0.9rem; font-weight: 600; color: var(--text-dark); }
.single-post-date-row { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--text-light); }
.single-post-reading-time::before { content: ''; display: inline-block; width: 3px; height: 3px; background: #ccc; border-radius: 50%; margin-right: 8px; vertical-align: middle; }
.single-post-content { font-size: 1.08rem; line-height: 1.8; color: #333; }
.single-post-content > * + * { margin-top: 1.5em; }
.single-post-content h2 { font-size: 1.55rem; font-weight: 700; color: var(--text-dark); margin-top: 2.2em; margin-bottom: 0.6em; line-height: 1.3; }
.single-post-content h3 { font-size: 1.25rem; font-weight: 700; color: var(--text-dark); margin-top: 2em; margin-bottom: 0.5em; line-height: 1.35; }
.single-post-content h4 { font-size: 1.1rem; font-weight: 600; color: var(--text-dark); margin-top: 1.8em; margin-bottom: 0.4em; }
.single-post-content p { margin-bottom: 0; }
.single-post-content a { color: var(--purple-accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; transition: opacity 0.2s ease; }
.single-post-content a:hover { opacity: 0.7; }
.single-post-content img { max-width: 100%; height: auto; border-radius: 12px; }
.single-post-content figure { margin: 2em 0; }
.single-post-content figcaption { font-size: 0.85rem; color: var(--text-light); text-align: center; margin-top: 8px; }
.single-post-content blockquote { margin: 2em 0; padding: 24px 28px; border-left: 4px solid var(--purple-accent); background: #f8f6ff; border-radius: 0 12px 12px 0; font-style: italic; color: #444; }
.single-post-content blockquote p { margin: 0; }
.single-post-content blockquote cite { display: block; margin-top: 12px; font-size: 0.85rem; font-style: normal; font-weight: 600; color: var(--purple-accent); }
.single-post-content pre { margin: 2em 0; padding: 24px; background: #1e1e2e; color: #cdd6f4; border-radius: 12px; overflow-x: auto; font-size: 0.88rem; line-height: 1.6; -webkit-overflow-scrolling: touch; }
.single-post-content code { font-family: 'SF Mono', 'Fira Code', Menlo, Consolas, monospace; font-size: 0.88em; }
.single-post-content :not(pre) > code { padding: 2px 8px; background: #f0ecfc; color: var(--purple-accent); border-radius: 6px; font-size: 0.88em; }
.single-post-content ul, .single-post-content ol { padding-left: 1.5em; }
.single-post-content li { margin-bottom: 0.4em; }
.single-post-content li::marker { color: var(--purple-accent); }
.single-post-content table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: 0.95rem; }
.single-post-content table th, .single-post-content table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #eee; }
.single-post-content table th { font-weight: 600; color: var(--text-dark); background: #f8f6ff; }
.single-post-content table tr:hover td { background: #fafafa; }
.single-post-content hr { border: none; height: 1px; background: #eee; margin: 2.5em 0; }
.single-post-content .wp-block-button .wp-block-button__link,
.single-post-content .wp-block-button a { display: inline-flex; align-items: center; padding: 12px 28px; background: var(--purple-accent); color: #fff; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: opacity 0.2s ease; }
.single-post-content .wp-block-button .wp-block-button__link:hover,
.single-post-content .wp-block-button a:hover { opacity: 0.85; }
.single-post-footer { margin-top: 48px; padding-top: 24px; border-top: 1px solid #eee; }
.single-post-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.single-post-tags-label { font-size: 0.85rem; font-weight: 600; color: var(--text-dark); }
.single-post-tag { display: inline-block; padding: 4px 12px; font-size: 0.8rem; color: var(--text-light); background: #f5f5f5; border-radius: 100px; text-decoration: none; transition: background 0.2s ease, color 0.2s ease; }
.single-post-tag:hover { background: #f0ecfc; color: var(--purple-accent); }
.single-post-navigation { margin-top: 40px; }
.single-post-navigation .post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.single-post-navigation .nav-links { display: contents; }
.single-post-navigation .nav-previous, .single-post-navigation .nav-next { padding: 20px 24px; background: #f8f6ff; border-radius: 12px; transition: background 0.2s ease; }
.single-post-navigation .nav-previous:hover, .single-post-navigation .nav-next:hover { background: #f0ecfc; }
.single-post-navigation .nav-next { text-align: right; }
.single-post-navigation a { text-decoration: none; color: inherit; }
.post-nav-label { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-light); margin-bottom: 4px; font-weight: 600; }
.post-nav-title { display: block; font-size: 0.95rem; font-weight: 600; color: var(--text-dark); line-height: 1.4; }
.related-posts { margin-top: 64px; padding-top: 48px; border-top: 1px solid #eee; }
.related-posts-title { font-size: 1.35rem; font-weight: 700; color: var(--text-dark); margin-bottom: 28px; }
.related-posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-post-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #f0f0f0; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.related-post-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(93, 63, 211, 0.08); }
.related-post-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.related-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.related-post-card:hover .related-post-image img { transform: scale(1.04); }
.related-post-body { padding: 16px 18px 18px; }
.related-post-title { font-size: 0.95rem; font-weight: 600; line-height: 1.35; margin-bottom: 6px; }
.related-post-title a { color: var(--text-dark); text-decoration: none; transition: color 0.2s ease; }
.related-post-title a:hover { color: var(--purple-accent); }
.related-post-date { font-size: 0.78rem; color: #999; }

/* ============================================
   404 PAGE
   ============================================ */
.error-404-page { display: flex; align-items: center; justify-content: center; min-height: 60vh; padding: 80px 20px; }
.error-404-content { text-align: center; max-width: 520px; margin: 0 auto; }
.error-404-code { font-size: clamp(5rem, 15vw, 8rem); font-weight: 800; line-height: 1; background: linear-gradient(135deg, var(--purple-accent) 0%, #9b7ef5 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 16px; }
.error-404-title { font-size: 1.5rem; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.error-404-text { font-size: 1rem; color: var(--text-light); line-height: 1.6; margin-bottom: 32px; }
.error-404-actions { margin-bottom: 40px; }
.error-404-btn-primary { display: inline-flex; align-items: center; padding: 14px 32px; background: var(--purple-accent); color: #fff; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: opacity 0.2s ease; }
.error-404-btn-primary:hover { opacity: 0.85; }
.error-404-search { max-width: 400px; margin: 0 auto; }
.error-404-search-label { font-size: 0.9rem; color: var(--text-light); margin-bottom: 12px; }
.error-404-search .search-form { display: flex; gap: 8px; }
.error-404-search .search-field { flex: 1; padding: 12px 18px; border: 2px solid #e5e5e5; border-radius: 10px; font-size: 0.95rem; font-family: inherit; transition: border-color 0.2s ease; }
.error-404-search .search-field:focus { outline: none; border-color: var(--purple-accent); }
.error-404-search .search-submit { padding: 12px 20px; background: var(--purple-accent); color: #fff; border: none; border-radius: 10px; font-weight: 600; font-size: 0.9rem; cursor: pointer; font-family: inherit; transition: opacity 0.2s ease; }
.error-404-search .search-submit:hover { opacity: 0.85; }
.page-links { margin-top: 2em; padding: 16px 0; font-weight: 600; color: var(--text-light); }

/* ============================================
   RESPONSIVE: Archive + Single + 404
   ============================================ */
@media (max-width: 992px) {
    .archive-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .related-posts-grid { grid-template-columns: repeat(2, 1fr); }
    .single-post-navigation .post-navigation { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .archive-hero { padding: 40px 0 24px; margin-bottom: 32px; }
    .archive-grid { grid-template-columns: 1fr; gap: 20px; }
    .archive-card { border-radius: 12px; }
    .single-post-hero { max-height: 280px; }
    .single-post-hero-image, .single-post-hero-image img { max-height: 280px; }
    .single-post-container { padding: 20px 16px 0; }
    .single-post-title { font-size: 1.6rem; }
    .single-post-content { font-size: 1rem; }
    .single-post-content blockquote { padding: 18px 20px; }
    .single-post-content pre { padding: 16px; font-size: 0.82rem; }
    .related-posts-grid { grid-template-columns: 1fr; gap: 16px; }
    .archive-pagination .page-numbers { min-width: 36px; height: 36px; font-size: 0.82rem; }
    .error-404-page { min-height: 50vh; padding: 60px 16px; }
}