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

html {
    background-color: #ebf0f2;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background: transparent;
    position: relative;
}

/* Raised/Lowered Background Effect - Smoothly Fade to Transparent */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 2rem); /* Extend to overlap better with grainy background */
    background: 
        /* Smooth fade-out gradient overlay at bottom */
        linear-gradient(to bottom, 
            transparent 0%, 
            transparent calc(100% - 6rem), 
            rgba(235, 240, 242, 0.2) calc(100% - 4rem),
            rgba(235, 240, 242, 0.5) calc(100% - 2rem),
            rgba(235, 240, 242, 0.8) calc(100% - 1rem),
            rgba(235, 240, 242, 1) 100%
        ),
        /* Original ray patterns */
        radial-gradient(ellipse at 20% 30%, rgba(255, 255, 255, 0.6) 0%, transparent 40%),
        radial-gradient(ellipse at 80% 50%, rgba(255, 255, 255, 0.5) 0%, transparent 35%),
        radial-gradient(ellipse at 40% 70%, rgba(255, 255, 255, 0.4) 0%, transparent 45%),
        radial-gradient(ellipse at 70% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 40%),
        radial-gradient(ellipse at 30% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 35%);
    pointer-events: none;
    z-index: -20;
}

/* Responsive adjustments for hero background lines */
@media (max-width: 768px) {
    body::before {
        height: calc(100vh); /* Full height on mobile for better transition */
    }
}
/* End of Raised/Lowered Background Effect */

/* ================================ */
/* MOBILE HAMBURGER MENU STYLES */
/* ================================ */

/* Hide mobile menu elements on desktop */
.hamburger-menu {
    display: none;
}

.mobile-menu {
    display: none;
}


/* Single Grainy Background with Smooth Fade-In */
body::after {
    content: '';
    position: absolute;
    top: calc(100vh - 6rem); /* Start before hero ends for overlap */
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -10; /* Above hero rays to create proper layering */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><rect x="0" y="0" width="1" height="1" fill="%23dbe2e8"/><rect x="1" y="0" width="1" height="1" fill="%23d9e0e6"/><rect x="2" y="0" width="1" height="1" fill="%23dce3e8"/><rect x="3" y="0" width="1" height="1" fill="%23e4eaed"/><rect x="4" y="0" width="1" height="1" fill="%23dfe5ea"/><rect x="5" y="0" width="1" height="1" fill="%23dbe2e8"/><rect x="6" y="0" width="1" height="1" fill="%23dce3e8"/><rect x="7" y="0" width="1" height="1" fill="%23d9e0e6"/><rect x="8" y="0" width="1" height="1" fill="%23e4eaed"/><rect x="9" y="0" width="1" height="1" fill="%23dfe5ea"/><rect x="0" y="1" width="1" height="1" fill="%23dce3e8"/><rect x="1" y="1" width="1" height="1" fill="%23e4eaed"/><rect x="2" y="1" width="1" height="1" fill="%23dfe5ea"/><rect x="3" y="1" width="1" height="1" fill="%23dbe2e8"/><rect x="4" y="1" width="1" height="1" fill="%23d9e0e6"/><rect x="5" y="1" width="1" height="1" fill="%23dce3e8"/><rect x="6" y="1" width="1" height="1" fill="%23dfe5ea"/><rect x="7" y="1" width="1" height="1" fill="%23e4eaed"/><rect x="8" y="1" width="1" height="1" fill="%23dbe2e8"/><rect x="9" y="1" width="1" height="1" fill="%23d9e0e6"/><rect x="0" y="2" width="1" height="1" fill="%23e4eaed"/><rect x="1" y="2" width="1" height="1" fill="%23dfe5ea"/><rect x="2" y="2" width="1" height="1" fill="%23dbe2e8"/><rect x="3" y="2" width="1" height="1" fill="%23d9e0e6"/><rect x="4" y="2" width="1" height="1" fill="%23dce3e8"/><rect x="5" y="2" width="1" height="1" fill="%23e4eaed"/><rect x="6" y="2" width="1" height="1" fill="%23dbe2e8"/><rect x="7" y="2" width="1" height="1" fill="%23dfe5ea"/><rect x="8" y="2" width="1" height="1" fill="%23d9e0e6"/><rect x="9" y="2" width="1" height="1" fill="%23dce3e8"/><rect x="0" y="3" width="1" height="1" fill="%23d9e0e6"/><rect x="1" y="3" width="1" height="1" fill="%23dce3e8"/><rect x="2" y="3" width="1" height="1" fill="%23e4eaed"/><rect x="3" y="3" width="1" height="1" fill="%23dfe5ea"/><rect x="4" y="3" width="1" height="1" fill="%23dbe2e8"/><rect x="5" y="3" width="1" height="1" fill="%23d9e0e6"/><rect x="6" y="3" width="1" height="1" fill="%23dce3e8"/><rect x="7" y="3" width="1" height="1" fill="%23dbe2e8"/><rect x="8" y="3" width="1" height="1" fill="%23e4eaed"/><rect x="9" y="3" width="1" height="1" fill="%23dfe5ea"/><rect x="0" y="4" width="1" height="1" fill="%23dfe5ea"/><rect x="1" y="4" width="1" height="1" fill="%23dbe2e8"/><rect x="2" y="4" width="1" height="1" fill="%23d9e0e6"/><rect x="3" y="4" width="1" height="1" fill="%23dce3e8"/><rect x="4" y="4" width="1" height="1" fill="%23e4eaed"/><rect x="5" y="4" width="1" height="1" fill="%23dfe5ea"/><rect x="6" y="4" width="1" height="1" fill="%23d9e0e6"/><rect x="7" y="4" width="1" height="1" fill="%23dce3e8"/><rect x="8" y="4" width="1" height="1" fill="%23dbe2e8"/><rect x="9" y="4" width="1" height="1" fill="%23e4eaed"/><rect x="0" y="5" width="1" height="1" fill="%23dce3e8"/><rect x="1" y="5" width="1" height="1" fill="%23d9e0e6"/><rect x="2" y="5" width="1" height="1" fill="%23e4eaed"/><rect x="3" y="5" width="1" height="1" fill="%23dbe2e8"/><rect x="4" y="5" width="1" height="1" fill="%23dfe5ea"/><rect x="5" y="5" width="1" height="1" fill="%23dce3e8"/><rect x="6" y="5" width="1" height="1" fill="%23e4eaed"/><rect x="7" y="5" width="1" height="1" fill="%23d9e0e6"/><rect x="8" y="5" width="1" height="1" fill="%23dfe5ea"/><rect x="9" y="5" width="1" height="1" fill="%23dbe2e8"/><rect x="0" y="6" width="1" height="1" fill="%23e4eaed"/><rect x="1" y="6" width="1" height="1" fill="%23dfe5ea"/><rect x="2" y="6" width="1" height="1" fill="%23dbe2e8"/><rect x="3" y="6" width="1" height="1" fill="%23dce3e8"/><rect x="4" y="6" width="1" height="1" fill="%23d9e0e6"/><rect x="5" y="6" width="1" height="1" fill="%23e4eaed"/><rect x="6" y="6" width="1" height="1" fill="%23dfe5ea"/><rect x="7" y="6" width="1" height="1" fill="%23dbe2e8"/><rect x="8" y="6" width="1" height="1" fill="%23dce3e8"/><rect x="9" y="6" width="1" height="1" fill="%23d9e0e6"/><rect x="0" y="7" width="1" height="1" fill="%23dbe2e8"/><rect x="1" y="7" width="1" height="1" fill="%23dce3e8"/><rect x="2" y="7" width="1" height="1" fill="%23dfe5ea"/><rect x="3" y="7" width="1" height="1" fill="%23d9e0e6"/><rect x="4" y="7" width="1" height="1" fill="%23e4eaed"/><rect x="5" y="7" width="1" height="1" fill="%23dbe2e8"/><rect x="6" y="7" width="1" height="1" fill="%23d9e0e6"/><rect x="7" y="7" width="1" height="1" fill="%23dfe5ea"/><rect x="8" y="7" width="1" height="1" fill="%23dce3e8"/><rect x="9" y="7" width="1" height="1" fill="%23e4eaed"/><rect x="0" y="8" width="1" height="1" fill="%23d9e0e6"/><rect x="1" y="8" width="1" height="1" fill="%23e4eaed"/><rect x="2" y="8" width="1" height="1" fill="%23dce3e8"/><rect x="3" y="8" width="1" height="1" fill="%23dfe5ea"/><rect x="4" y="8" width="1" height="1" fill="%23dbe2e8"/><rect x="5" y="8" width="1" height="1" fill="%23d9e0e6"/><rect x="6" y="8" width="1" height="1" fill="%23dce3e8"/><rect x="7" y="8" width="1" height="1" fill="%23e4eaed"/><rect x="8" y="8" width="1" height="1" fill="%23dfe5ea"/><rect x="9" y="8" width="1" height="1" fill="%23dbe2e8"/><rect x="0" y="9" width="1" height="1" fill="%23dfe5ea"/><rect x="1" y="9" width="1" height="1" fill="%23dbe2e8"/><rect x="2" y="9" width="1" height="1" fill="%23d9e0e6"/><rect x="3" y="9" width="1" height="1" fill="%23e4eaed"/><rect x="4" y="9" width="1" height="1" fill="%23dce3e8"/><rect x="5" y="9" width="1" height="1" fill="%23dfe5ea"/><rect x="6" y="9" width="1" height="1" fill="%23dbe2e8"/><rect x="7" y="9" width="1" height="1" fill="%23d9e0e6"/><rect x="8" y="9" width="1" height="1" fill="%23e4eaed"/><rect x="9" y="9" width="1" height="1" fill="%23dce3e8"/></svg>');
    background-repeat: repeat;
    /* Create fade-in mask effect */
    mask: linear-gradient(to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.1) 1rem,
        rgba(0, 0, 0, 0.3) 2rem,
        rgba(0, 0, 0, 0.6) 3rem,
        rgba(0, 0, 0, 0.8) 4rem,
        black 5rem
    );
    -webkit-mask: linear-gradient(to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.1) 1rem,
        rgba(0, 0, 0, 0.3) 2rem,
        rgba(0, 0, 0, 0.6) 3rem,
        rgba(0, 0, 0, 0.8) 4rem,
        black 5rem
    );
}

/* Responsive adjustments for grainy background */
@media (max-width: 768px) {
    body::after {
        top: calc(100vh - 4rem); /* Adjust transition start on mobile */
    }
}

/* Hidden Scrollbar - Modern Clean Look */
::-webkit-scrollbar {
    display: none;
}

/* Hide pricing section for easy restoration later */
#pricing {
    display: none;
}

/* Firefox */
* {
    scrollbar-width: none;
}

/* Navigation Bar Styles */
.navbar {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 16vw);
    z-index: 1000;
    backdrop-filter: blur(0px);
    background: transparent;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), backdrop-filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, width, backdrop-filter;
}

/* Intermediate state: background appears but navbar doesn't collapse yet */
.navbar.has-background {
    backdrop-filter: blur(10px);
    /* Keep the same width - don't collapse yet */
}

/* Final state: navbar collapses */
.navbar.scrolled {
    width: var(--navbar-collapsed-width, fit-content);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    gap: 2rem;
}

/* Logo Section */
.navbar-logo {
    flex-shrink: 0;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1.4rem;
    transition: color 0.2s ease;
}

.logo-link:hover {
    color: #1a1a1a;
}

.logo-icon {
    color: #1a1a1a;
    transition: color 0.2s ease;
    width: 32px;
    height: 32px;
}

.logo-text {
    white-space: nowrap;
}

/* Navigation Links */
.navbar-links {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex: 1;
    justify-content: center;
}

.nav-link {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: color 0.2s ease;
    position: relative;
}

.nav-link:hover {
    color: #7c3aed;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 50%;
    background: #7c3aed;
    transition: all 0.2s ease;
}

.nav-link:hover::after {
    width: 100%;
    left: 0;
}

/* CTA Button */
.navbar-cta {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.navbar-cta .cta-button {
    padding: 0.75rem 1.6rem;
    font-size: 1rem;
    border-radius: 8px;
}

.navbar-cta .cta-button:hover {
    transform: translateY(-2px);
    background: #1a1a1a;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.3),
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.1);
}

.cta-button {
    background: #000000;
    color: white;
    border: none;
    padding: 0.25rem 0.9rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.8rem;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(30, 58, 95, 0.2);
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cta-button:active {
    transform: translateY(0);
}

/* Main Content */
.main-content {
    min-height: 100vh;
    padding-top: 120px; /* Account for fixed navbar */
}

/* Bottom Blur Overlay */
.bottom-blur {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.5rem;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 999;
    mask-image: linear-gradient(to top, black 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
}

.bottom-blur.active {
    opacity: 1;
}

/* Footer Styles */
.footer {
    background: transparent;
    padding: 4rem 0 2rem;
    margin-top: 4rem;
}

.footer-container {
    width: calc(100vw - 16vw);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Footer Top Section */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}

.footer-logo .logo-link {
    color: #333;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-icon {
    color: #666;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
}

.social-icon:hover {
    color: #0066cc;
    background: rgba(0, 102, 204, 0.1);
}

/* Admin Icon Styling */
.admin-icon {
    color: #6b7280 !important;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.admin-icon:hover {
    color: #667eea !important;
    background: rgba(102, 126, 234, 0.1) !important;
    opacity: 1;
    transform: scale(1.05);
}

/* Footer Middle Section */
.footer-middle {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1rem 0;
}

.footer-link {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #7c3aed;
}

/* Footer Bottom Section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    font-size: 0.9rem;
    color: #666;
}

.footer-copyright,
.footer-contact {
    flex: 1;
}

.footer-contact {
    text-align: right;
}

/* Hero Section Styles */
.hero-section {
    width: 100%;
    padding: 0;
    margin: 0;
}

.hero-container {
    width: 100%;
    padding: 0 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hero Top Section */
.hero-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 0 0 0;
}

/* Logo Wrapper */
.hero-logo-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
}

.hero-logo-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: #000;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.hero-logo-bg {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    border-radius: 18px;
    z-index: 1;
}

.hero-logo-icon {
    width: 40px;
    height: 40px;
}

/* Hero Text */
.hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.hero-headline {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -0.02em;
}

.hero-headline-powered {
    display: block;
    margin-top: 0.5rem;
}

.hero-emphasis {
    color: #7c3aed;
}

.hero-subheadline {
    font-size: 1.25rem;
    font-weight: 400;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* CTA Buttons */
.hero-cta-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}


.cta-arrow,
.cta-question {
    flex-shrink: 0;
}

.cta-arrow {
    transition: transform 0.3s ease;
}


/* Hero Middle Section - Dashboard Image */
.hero-middle {
    width: 100%;
    margin-top: 1rem;
}

.hero-image-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    width: 100%;
    perspective: 1000px;
    height: fit-content;
}

.hero-screenshot {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 
        rgba(16, 49, 77, 0.05) 0px 0.706592px 0.706592px -0.291667px,
        rgba(16, 49, 77, 0.06) 0px 1.80656px 1.80656px -0.583333px,
        rgba(16, 49, 77, 0.06) 0px 3.62176px 3.62176px -0.875px,
        rgba(16, 49, 77, 0.06) 0px 6.8656px 6.8656px -1.16667px,
        rgba(16, 49, 77, 0.07) 0px 13.6468px 13.6468px -1.45833px,
        rgba(16, 49, 77, 0.1) 0px 30px 30px -1.75px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Individual Hero Image Transforms */
.hero-dashboard {
    transform: scale(0.75) rotateY(8deg) rotateX(-3deg) rotateZ(-1deg);
}

.hero-events {
    transform: scale(0.72) rotateX(0deg) rotateZ(0deg) translateY(-0.75rem);
}

.hero-sessions {
    transform: scale(0.75) rotateY(-8deg) rotateX(-3deg) rotateZ(1deg);
}

/* Responsive design for hero screenshots */
@media (max-width: 768px) {
    .hero-image-container {
        gap: 2rem;
    }
    
    /* Reduce tilt effects on tablets */
    .hero-dashboard {
        transform: scale(0.8) rotateY(5deg) rotateX(-2deg);
    }
    
    .hero-events {
        transform: scale(0.825) rotateX(-0.5deg);
    }
    
    .hero-sessions {
        transform: scale(0.8) rotateY(-5deg) rotateX(-2deg);
    }
}

@media (max-width: 480px) {
    .hero-image-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    /* Remove tilt effects on mobile for better stacking */
    .hero-dashboard,
    .hero-events,
    .hero-sessions {
        transform: scale(1);
    }
}

/* Hero Bottom Section - Brands */
.hero-bottom {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 4rem;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.hero-brands-text {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
    color: #999;
    font-size: 0.9rem;
}

.hero-brands-line {
    flex: 1;
    height: 1px;
    background: #e5e5e5;
    position: relative;
    z-index: -25; /* Lower than grainy background to prevent showing through */
}

.hero-brands-label {
    white-space: nowrap;
    font-weight: 500;
}

.hero-brands-logos {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-brand-logo {
    height: 20px;
    width: auto;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.hero-brand-logo:hover {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .navbar {
        width: 90vw;
    }
    
    .navbar.scrolled {
        width: var(--navbar-collapsed-width, fit-content);
        max-width: calc(100vw - 10vw);
    }
    
    .footer-container {
        width: 90vw;
    }
}

@media (max-width: 945px) {
    .navbar {
        width: 95vw;
    }
    
    .navbar.scrolled {
        width: var(--navbar-collapsed-width, fit-content);
        max-width: calc(100vw - 5vw);
    }
    
    .navbar-container {
        padding: 0.75rem 1rem;
        gap: 1rem;
    }
    
    /* Hide desktop nav elements on tablet/mobile - OVERRIDE */
    .navbar-links,
    .navbar-cta {
        display: none !important;
    }
    
    /* Show hamburger button on mobile - OVERRIDE */
    .hamburger-menu {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 24px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        gap: 4px;
        transition: transform 0.3s ease;
    }
    
    .hamburger-line {
        width: 20px;
        height: 2px;
        background-color: #1a1a1a;
        transition: all 0.3s ease;
        border-radius: 1px;
    }
    
    /* Hamburger animation when open */
    .hamburger-menu.open .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(3px, 3px);
    }
    
    .hamburger-menu.open .hamburger-line:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger-menu.open .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(3px, -3px);
    }
    
    /* Mobile menu container */
    .mobile-menu {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        border-radius: 0 0 12px 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-top: none;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 999;
    }
    
    /* Mobile menu open state */
    .mobile-menu.open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    /* Mobile menu content */
    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        padding: 1.5rem;
        gap: 1rem;
    }
    
    /* Mobile navigation links */
    .mobile-nav-link {
        text-decoration: none;
        color: #555;
        font-weight: 500;
        font-size: 1rem;
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: color 0.2s ease;
    }
    
    .mobile-nav-link:hover {
        color: #1a1a1a;
    }
    
    .mobile-nav-link:last-of-type {
        border-bottom: none;
        margin-bottom: 0.5rem;
    }
    
    /* Mobile CTA button */
    .mobile-cta-button {
        background: #000000;
        color: white;
        text-decoration: none;
        border: none;
        padding: 0.875rem 1.5rem;
        border-radius: 8px;
        font-weight: 500;
        font-size: 1rem;
        text-align: center;
        transition: all 0.2s ease;
        margin-top: 0.5rem;
    }
    
    .mobile-cta-button:hover {
        background: #1a1a1a;
        transform: translateY(-1px);
    }
    
    .footer-container {
        width: 95vw;
    }
    
    .footer-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }
    
    .footer-middle {
        justify-content: center;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-contact {
        text-align: center;
    }
    
    /* Hero Responsive */
    .hero-container {
        padding: 0 5vw;
    }
    
    .hero-headline {
        font-size: 2.75rem;
        max-width: 500px;
        line-height: 1.1;
    }
    
    .hero-subheadline {
        font-size: 1rem;
        max-width: 500px;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    
    .cta-buttons .cta-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .navbar-links {
        gap: 1rem;
    }
    
    .nav-link {
        font-size: 0.85rem;
    }
    
    .logo-text {
        font-size: 1rem;
    }
    
    .footer-middle {
        gap: 1rem;
    }
    
    .main-content {
        padding-top: 100px;
    }
    
    /* Hero Responsive for Mobile */
    .hero-container {
        padding: 0 4vw;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .hero-subheadline {
        font-size: 1rem;
    }
    
    .hero-brands-text {
        font-size: 0.8rem;
        gap: 1rem;
    }
    
    .hero-brands-logos {
        gap: 2rem;
    }
    
    .hero-brand-logo {
        height: 16px;
    }
}

@media (max-width: 350px) {
    .footer-social {
        gap: 0.5rem;
    }
    
    .social-icon {
        font-size: 1.1rem;
        width: 28px;
        height: 28px;
    }
}

/* Override stacked buttons for screens 550px and wider */
@media (min-width: 550px) {
    .cta-buttons {
        flex-direction: row !important;
        width: auto !important;
        max-width: none !important;
        gap: 1rem !important;
    }
    
    .cta-buttons .cta-button {
        width: auto !important;
        flex: 0 0 auto !important;
    }
}

/* Section Styles */
.section {
    width: 100%;
    padding: 2rem 0;
}

.section-container {
    width: calc(100vw - 16vw);
    margin: 0 auto;
    padding: 0 8vw;
}

/* Section Header */
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(124, 58, 237, 0.1);
    color: #7c3aed;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.badge-icon {
    width: 16px;
    height: 16px;
    color: currentColor;
}

.section-title {
    font-size: 4.46rem;
    font-weight: 400;
    line-height: 1.1;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -0.02em;
}

.section-description {
    font-size: 1.125rem;
    font-weight: 400;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Background Pattern Effects */
.bg-rays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        /* Large diagonal rays */
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.25) 0px,
            rgba(255, 255, 255, 0.25) 3px,
            transparent 3px,
            transparent 25px
        ),
        /* Medium diagonal rays */
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.15) 0px,
            rgba(255, 255, 255, 0.15) 1.5px,
            transparent 1.5px,
            transparent 15px
        ),
        /* Subtle overlay gradient */
        radial-gradient(ellipse at 20% 20%, 
            rgba(255, 255, 255, 0.35) 0%, 
            transparent 50%);
    opacity: 1;
    z-index: -10;
    pointer-events: none;
}

/* Cloud Overlays */
.cloud-overlay {
    position: fixed;
    z-index: -5;
    pointer-events: none;
}

.cloud-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(255, 255, 255, 0.7) 25%, 
        rgba(255, 255, 255, 0.4) 50%, 
        rgba(255, 255, 255, 0.1) 75%, 
        transparent 100%);
    border-radius: 50%;
    filter: blur(60px);
}

.cloud-overlay::after {
    display: none;
}

/* Individual fluffy cloud shapes - disabled */
.cloud-1::after,
.cloud-2::after,
.cloud-3::after,
.cloud-4::after,
.cloud-5::after {
    display: none;
}

/* Individual Cloud Positions */
.cloud-1 {
    width: 400px;
    height: 300px;
    top: 10%;
    left: 15%;
    opacity: 0.9;
}

.cloud-2 {
    width: 350px;
    height: 250px;
    top: 40%;
    right: 10%;
    opacity: 0.85;
}

.cloud-3 {
    width: 300px;
    height: 200px;
    bottom: 25%;
    left: 20%;
    opacity: 0.8;
}

.cloud-4 {
    width: 280px;
    height: 220px;
    top: 60%;
    right: 25%;
    opacity: 0.75;
}

.cloud-5 {
    width: 320px;
    height: 180px;
    bottom: 10%;
    right: 35%;
    opacity: 0.85;
}

/* Responsive adjustments for clouds */
@media (max-width: 768px) {
    .cloud-1 {
        width: 250px;
        height: 200px;
    }
    
    .cloud-2 {
        width: 200px;
        height: 150px;
    }
    
    .cloud-3 {
        width: 180px;
        height: 120px;
    }
    
    .cloud-4 {
        width: 160px;
        height: 130px;
    }
    
    .cloud-5 {
        width: 190px;
        height: 110px;
    }
}

/* ================================ */
/* SCROLL ANIMATION SYSTEM */
/* ================================ */

/* Base animation classes - elements start hidden/transformed */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.animate-on-scroll.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Hero-specific animations */
.hero-animate-logo {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-animate-logo.animate-in {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.hero-animate-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-animate-text.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.hero-animate-buttons {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-animate-buttons.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hero-animate-image {
    opacity: 0;
    transform: translateY(60px) scale(0.98);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-animate-image.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Section badge animations */
.animate-badge {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animate-badge.animate-in {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* Section title animations */
.animate-title {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-title.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Section description animations */
.animate-description {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-description.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger delay classes for multiple elements */
.animate-delay-100 { transition-delay: 0.1s; }
.animate-delay-200 { transition-delay: 0.2s; }
.animate-delay-300 { transition-delay: 0.3s; }
.animate-delay-400 { transition-delay: 0.4s; }
.animate-delay-500 { transition-delay: 0.5s; }
.animate-delay-600 { transition-delay: 0.6s; }
.animate-delay-700 { transition-delay: 0.7s; }
.animate-delay-800 { transition-delay: 0.8s; }

/* Enhanced animations for specific elements */
.animate-slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-slide-up.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.animate-fade-in {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-fade-in.animate-in {
    opacity: 1;
}

.animate-scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animate-scale-in.animate-in {
    opacity: 1;
    transform: scale(1);
}

/* Keyframe animations for special effects */
@keyframes pulseGlow {
    0%, 100% { 
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
    50% { 
        box-shadow: 0 0 30px rgba(124, 58, 237, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
    }
}

.hero-logo-box.animate-in {
    animation: pulseGlow 3s ease-in-out infinite;
}

/* Prevent animations during resize to avoid glitches */
.resize-animation-stopper * {
    animation-duration: 0.01ms !important;
    animation-delay: 0.01ms !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0.01ms !important;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll,
    .hero-animate-logo,
    .hero-animate-text,
    .hero-animate-buttons,
    .hero-animate-image,
    .animate-badge,
    .animate-title,
    .animate-description,
    .animate-slide-up,
    .animate-fade-in,
    .animate-scale-in {
        transition-duration: 0.2s !important;
        animation-duration: 0.2s !important;
    }
    
    .hero-logo-box.animate-in {
        animation: none !important;
    }
}

/* ================================
   FEATURE CARDS STYLING
   ================================ */

.cards-container {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
    width: calc(100% + 16vw);
    margin-left: -8vw;
    margin-right: -8vw;
}

.cards-container.how-it-works {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.feature-card {
    flex: 1;
    background: transparent;
    border-radius: 12px;
    padding: 1.5rem;
    transition: transform 0.3s ease;
}


.feature-card:hover {
    transform: translateY(-2px);
}

.process-step {
    position: relative;
}


.process-content {
    padding: 1rem;
    padding-left: 2rem;
    position: relative;
}

.process-accent-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 60px;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 2px;
}

.process-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 1rem 0;
    letter-spacing: -0.025em;
}

.process-icon {
    color: #8b5cf6;
    flex-shrink: 0;
}

.process-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

.step-number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background: var(--primary-purple);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.card-image-svg {
    width: 100%;
    height: 200px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.card-image-svg svg {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 200px;
}

.card-image-screenshot {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    position: relative;
}

.process-image-container {
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.step-number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
    z-index: 10;
}

.process-screenshot {
    width: 100%;
    height: auto;
    max-width: 320px;
    object-fit: contain;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Individual process step image rotations */
.process-step:nth-child(1) .process-screenshot {
    transform: rotate(-2deg);
}

.process-step:nth-child(2) .process-screenshot {
    transform: rotate(3deg);
}

.process-step:nth-child(3) .process-screenshot {
    transform: rotate(-1deg);
}

.process-step:nth-child(4) .process-screenshot {
    transform: rotate(2deg);
}

.process-screenshot:hover {
    transform: rotate(0deg) translateY(-4px) scale(1.05) !important;
}

.card-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-dark);
}

.card-icon {
    flex-shrink: 0;
    color: var(--primary-purple);
}

.card-description {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

/* Responsive design for cards */
@media (max-width: 768px) {
    .cards-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .cards-container.how-it-works {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .feature-card {
        width: 100%;
    }
    
    .card-image-svg {
        height: 150px;
    }
    
    .step-number {
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ================================
   FEATURES GRID SECTION
   ================================ */

/* Override for features section to prevent double padding */
#features .section-container {
    padding: 0;
}

#pricing {
    padding: 0;
}

#pricing .section-container {
    padding: 0;
}

#how-it-works {
    padding-top: 0;
    padding-bottom: 1rem;
}

#faq {
    padding-top: 0.5rem;
}

#faq .section-container {
    padding: 0;
}

.features-grid-section {
    background: #d8dfe5;
    border-radius: 24px;
    margin-top: 1rem;
    padding: 4rem 2.25rem 3rem 2.25rem;
}

.features-grid-section .section-header {
    margin-bottom: 0.5rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 3rem 0;
}

.feature-grid-card {
    background: #f6fbff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 
        rgba(16, 49, 77, 0.05) 0px 0.706592px 0.706592px -0.291667px,
        rgba(16, 49, 77, 0.06) 0px 1.80656px 1.80656px -0.583333px,
        rgba(16, 49, 77, 0.06) 0px 3.62176px 3.62176px -0.875px,
        rgba(16, 49, 77, 0.06) 0px 6.8656px 6.8656px -1.16667px,
        rgba(16, 49, 77, 0.07) 0px 13.6468px 13.6468px -1.45833px,
        rgba(16, 49, 77, 0.1) 0px 30px 30px -1.75px;
    transition: all 0.3s ease;
    text-align: left;
}

.feature-grid-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        rgba(16, 49, 77, 0.07) 0px 1.41318px 1.41318px -0.291667px,
        rgba(16, 49, 77, 0.08) 0px 3.61312px 3.61312px -0.583333px,
        rgba(16, 49, 77, 0.08) 0px 7.24352px 7.24352px -0.875px,
        rgba(16, 49, 77, 0.08) 0px 13.7312px 13.7312px -1.16667px,
        rgba(16, 49, 77, 0.09) 0px 27.2936px 27.2936px -1.45833px,
        rgba(16, 49, 77, 0.12) 0px 60px 60px -1.75px;
}

.feature-icon-wrapper {
    width: 48px;
    height: 48px;
    margin: 0 0 1.5rem 0;
    background: #f6fbff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        rgba(16, 49, 77, 0.21) 0px 0.796192px 1.43315px -0.875px,
        rgba(16, 49, 77, 0.2) 0px 2.41451px 4.34611px -1.75px,
        rgba(16, 49, 77, 0.17) 0px 6.38265px 11.4888px -2.625px,
        rgba(16, 49, 77, 0.09) 0px 20px 36px -3.5px;
}

.feature-grid-icon {
    width: 24px;
    height: 24px;
    color: #7c3aed;
}

.feature-grid-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.75rem 0;
}

.feature-grid-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
    opacity: 0.8;
}

/* Features Benefits Section */
.features-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 2rem 0 3rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    opacity: 0.8;
}

.benefit-icon {
    width: 20px;
    height: 20px;
    color: #1a1a1a;
    opacity: 0.7;
}

.benefit-text {
    font-size: 0.95rem;
    color: #1a1a1a;
    font-weight: 500;
}

.benefit-separator {
    width: 1px;
    height: 24px;
    background: #e5e7eb;
}

/* Responsive Design for Features Grid */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 2rem 0;
    }
    
    .feature-grid-card {
        padding: 1.5rem;
    }
    
    .features-benefits {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .benefit-separator {
        width: 40px;
        height: 1px;
    }
}

/* ================================ */
/* FEATURES SHOWCASE STYLES */
/* ================================ */

.features-showcase-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 3rem 0;
}

.feature-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    overflow: visible;
}

/* Decorative background shapes */
.feature-showcase::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.05), rgba(168, 85, 247, 0.05));
    z-index: -1;
    transition: all 0.3s ease;
}

.feature-showcase:nth-child(1)::before {
    top: -20px;
    right: -40px;
}

.feature-showcase:nth-child(2)::before {
    top: -30px;
    left: -50px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05), rgba(34, 197, 94, 0.05));
}

.feature-showcase:nth-child(3)::before {
    bottom: -20px;
    right: -40px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(99, 102, 241, 0.05));
}

.feature-showcase:nth-child(4)::before {
    bottom: -30px;
    left: -50px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), rgba(251, 191, 36, 0.05));
}

.feature-showcase:nth-child(2) {
    direction: rtl;
}

.feature-showcase:nth-child(2) > * {
    direction: ltr;
}

.feature-showcase:nth-child(4) {
    direction: rtl;
}

.feature-showcase:nth-child(4) > * {
    direction: ltr;
}

.feature-screenshot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.screenshot-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 16px;
    box-shadow: 
        rgba(16, 49, 77, 0.05) 0px 0.706592px 0.706592px -0.291667px,
        rgba(16, 49, 77, 0.06) 0px 1.80656px 1.80656px -0.583333px,
        rgba(16, 49, 77, 0.06) 0px 3.62176px 3.62176px -0.875px,
        rgba(16, 49, 77, 0.06) 0px 6.8656px 6.8656px -1.16667px,
        rgba(16, 49, 77, 0.07) 0px 13.6468px 13.6468px -1.45833px,
        rgba(16, 49, 77, 0.1) 0px 30px 30px -1.75px;
    transition: all 0.3s ease;
}

/* Individual feature image rotations */
.feature-showcase:nth-child(1) .screenshot-image {
    transform: rotate(-2deg);
}

.feature-showcase:nth-child(2) .screenshot-image {
    transform: rotate(3deg);
}

.feature-showcase:nth-child(3) .screenshot-image {
    transform: rotate(-1deg);
}

.feature-showcase:nth-child(4) .screenshot-image {
    transform: rotate(2deg);
}


.feature-content {
    padding: 1rem;
    position: relative;
}

.feature-showcase-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    line-height: 1.3;
    position: relative;
}

.feature-showcase-title::before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 40px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.feature-showcase:nth-child(1) .feature-showcase-title::before {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.feature-showcase:nth-child(2) .feature-showcase-title::before {
    background: linear-gradient(135deg, #10b981, #22c55e);
}

.feature-showcase:nth-child(3) .feature-showcase-title::before {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.feature-showcase:nth-child(4) .feature-showcase-title::before {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.feature-showcase-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
    padding-left: 0.5rem;
}

/* Staggered positioning for visual variety */
.feature-showcase:nth-child(1) .feature-content {
    transform: translateY(-10px);
}

.feature-showcase:nth-child(3) .feature-content {
    transform: translateY(10px);
}

/* Responsive Design for Features Showcase */
@media (max-width: 768px) {
    .features-showcase-container {
        gap: 3rem;
        padding: 2rem 0;
    }
    
    .feature-showcase {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .feature-showcase:nth-child(2),
    .feature-showcase:nth-child(4) {
        direction: ltr;
    }
    
    .feature-showcase:nth-child(2) .feature-screenshot,
    .feature-showcase:nth-child(4) .feature-screenshot {
        order: 1;
    }
    
    .feature-showcase:nth-child(2) .feature-content,
    .feature-showcase:nth-child(4) .feature-content {
        order: 2;
    }
    
    .screenshot-image {
        max-width: 200px;
    }
    
    .feature-showcase-title {
        font-size: 1.25rem;
    }
    
    .feature-showcase-description {
        font-size: 1rem;
    }
}

/* ================================ */
/* SETTINGS SHOWCASE STYLES */
/* ================================ */

.settings-showcase-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.settings-screenshot-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.settings-screenshot {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 16px;
    box-shadow: 
        rgba(16, 49, 77, 0.05) 0px 0.706592px 0.706592px -0.291667px,
        rgba(16, 49, 77, 0.06) 0px 1.80656px 1.80656px -0.583333px,
        rgba(16, 49, 77, 0.06) 0px 3.62176px 3.62176px -0.875px,
        rgba(16, 49, 77, 0.06) 0px 6.8656px 6.8656px -1.16667px,
        rgba(16, 49, 77, 0.07) 0px 13.6468px 13.6468px -1.45833px,
        rgba(16, 49, 77, 0.1) 0px 30px 30px -1.75px;
    transition: all 0.3s ease;
    margin: 1rem 0;
    transform: rotate(-3deg);
}

.settings-screenshot:hover {
    transform: rotate(0deg) translateY(-4px) scale(1.05);
    box-shadow: 
        rgba(16, 49, 77, 0.07) 0px 1.41318px 1.41318px -0.291667px,
        rgba(16, 49, 77, 0.08) 0px 3.61312px 3.61312px -0.583333px,
        rgba(16, 49, 77, 0.08) 0px 7.24352px 7.24352px -0.875px,
        rgba(16, 49, 77, 0.08) 0px 13.7312px 13.7312px -1.16667px,
        rgba(16, 49, 77, 0.09) 0px 27.2936px 27.2936px -1.45833px,
        rgba(16, 49, 77, 0.12) 0px 60px 60px -1.75px;
}

.settings-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.settings-feature {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.settings-feature-icon {
    width: 48px;
    height: 48px;
    background: #f6fbff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 
        rgba(16, 49, 77, 0.21) 0px 0.796192px 1.43315px -0.875px,
        rgba(16, 49, 77, 0.2) 0px 2.41451px 4.34611px -1.75px,
        rgba(16, 49, 77, 0.17) 0px 6.38265px 11.4888px -2.625px,
        rgba(16, 49, 77, 0.09) 0px 20px 36px -3.5px;
}

.settings-feature-icon svg {
    width: 24px;
    height: 24px;
    color: #7c3aed;
}

.settings-feature-content {
    flex: 1;
}

.settings-feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.settings-feature-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Responsive Design for Settings Showcase */
@media (max-width: 768px) {
    .settings-showcase-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .settings-screenshot {
        max-width: 300px;
    }
    
    .settings-features {
        gap: 1.5rem;
    }
    
    .settings-feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .settings-feature-title {
        font-size: 1.125rem;
    }
    
    .settings-feature-description {
        font-size: 0.95rem;
    }
}

/* ================================ */
/* PRICING SECTION STYLES */
/* ================================ */

/* Pricing Toggle */
.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5rem 0 0.5rem 0;
    background: #f1f5f9;
    border-radius: 12px;
    padding: 4px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.toggle-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #64748b;
    background: transparent;
}

.toggle-option:hover {
    color: #475569;
}

.toggle-option.active {
    background: white;
    color: #1e293b;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.toggle-discount {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
}

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0 4rem 0;
    align-items: center;
}

/* Pricing Cards */
.pricing-card {
    background: #f6fbff;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    box-shadow: 
        rgba(16, 49, 77, 0.05) 0px 0.706592px 0.706592px -0.291667px,
        rgba(16, 49, 77, 0.06) 0px 1.80656px 1.80656px -0.583333px,
        rgba(16, 49, 77, 0.06) 0px 3.62176px 3.62176px -0.875px,
        rgba(16, 49, 77, 0.06) 0px 6.8656px 6.8656px -1.16667px,
        rgba(16, 49, 77, 0.07) 0px 13.6468px 13.6468px -1.45833px,
        rgba(16, 49, 77, 0.1) 0px 30px 30px -1.75px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        rgba(16, 49, 77, 0.07) 0px 1.41318px 1.41318px -0.291667px,
        rgba(16, 49, 77, 0.08) 0px 3.61312px 3.61312px -0.583333px,
        rgba(16, 49, 77, 0.08) 0px 7.24352px 7.24352px -0.875px,
        rgba(16, 49, 77, 0.08) 0px 13.7312px 13.7312px -1.16667px,
        rgba(16, 49, 77, 0.09) 0px 27.2936px 27.2936px -1.45833px,
        rgba(16, 49, 77, 0.12) 0px 60px 60px -1.75px;
}

/* Popular Card Styling */
.pricing-card-popular {
    border: 2px solid #8b5cf6;
    transform: scale(1.02);
    padding: 3rem 2rem 3rem 2rem;
}

.pricing-card-popular:hover {
    transform: scale(1.02) translateY(-4px);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    white-space: nowrap;
}

/* Pricing Card Header */
.pricing-card-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.pricing-plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.pricing-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.price-currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: #64748b;
}

.price-value {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
}

.price-period {
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
}

.pricing-description {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
}

/* Pricing Features */
.pricing-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pricing-features .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.pricing-features .feature-check {
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.pricing-features .feature-item span {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 500px;
        margin: 4rem auto;
    }
    
    .pricing-card-popular {
        transform: none;
        order: -1;
    }
    
    .pricing-card-popular:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 768px) {
    .pricing-toggle {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .toggle-switch {
        order: 2;
    }
    
    .pricing-card {
        padding: 1.5rem;
    }
    
    .pricing-card-header {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .pricing-plan-name {
        font-size: 1.25rem;
    }
    
    .price-value {
        font-size: 2.5rem;
    }
}

/* ================================ */
/* FAQ SECTION STYLES */
/* ================================ */

/* FAQ Container with Dark Background */
.faq-container {
    background: #d8dfe5;
    border-radius: 24px;
    margin-top: 1rem;
    padding: 4rem 2.25rem 2.4rem 2.25rem;
}

/* FAQ Items Container */
.faq-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 3rem auto 2rem auto;
    max-width: 900px;
}

/* Individual FAQ Item */
.faq-item {
    background: #f6fbff;
    border-radius: 10px;
    box-shadow: 
        rgba(16, 49, 77, 0.054) 0px 0.706592px 0.706592px -0.291667px,
        rgba(16, 49, 77, 0.055) 0px 1.80656px 1.80656px -0.583333px,
        rgba(16, 49, 77, 0.06) 0px 3.62176px 3.62176px -0.875px,
        rgba(16, 49, 77, 0.063) 0px 6.8656px 6.8656px -1.16667px,
        rgba(16, 49, 77, 0.073) 0px 13.6468px 13.6468px -1.45833px,
        rgba(16, 49, 77, 0.098) 0px 30px 30px -1.75px;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 
        rgba(16, 49, 77, 0.08) 0px 1.41318px 1.41318px -0.291667px,
        rgba(16, 49, 77, 0.09) 0px 3.61312px 3.61312px -0.583333px,
        rgba(16, 49, 77, 0.1) 0px 7.24352px 7.24352px -0.875px,
        rgba(16, 49, 77, 0.11) 0px 13.7312px 13.7312px -1.16667px,
        rgba(16, 49, 77, 0.12) 0px 27.2936px 27.2936px -1.45833px,
        rgba(16, 49, 77, 0.15) 0px 60px 60px -1.75px;
}

/* FAQ Question */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.faq-question-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    flex: 1;
    text-align: left;
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-item.active .faq-question {
    padding-bottom: 0.5rem;
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 1.5rem 1rem 1.5rem;
}

.faq-answer p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Contact Section */
.faq-contact {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 2rem;
}

.contact-icon {
    color: #1e293b;
    display: flex;
    align-items: center;
}

.contact-text {
    color: #475569;
    font-size: 1rem;
    margin: 0;
}

.contact-text a {
    color: #8b5cf6;
    text-decoration: none;
    font-weight: 600;
}

.contact-text a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-container {
        padding: 3rem 4vw;
    }
    
    .faq-question {
        padding: 1.25rem 1.5rem;
    }
    
    .faq-question-text {
        font-size: 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 1.5rem 1.25rem 1.5rem;
    }
    
    .faq-contact {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
}

/* ================================ */
/* END CTA SECTION STYLES */
/* ================================ */

/* CTA Section Layout */
#cta {
    padding: 1.5rem 0 0 0;
}

#cta .section-container {
    padding: 0;
}

.cta-container {
    background-image: 
        /* Large diagonal rays */
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.25) 0px,
            rgba(255, 255, 255, 0.25) 3px,
            transparent 3px,
            transparent 25px
        ),
        /* Medium diagonal rays */
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.15) 0px,
            rgba(255, 255, 255, 0.15) 1.5px,
            transparent 1.5px,
            transparent 15px
        ),
        /* Subtle overlay gradient */
        radial-gradient(ellipse at 20% 20%, 
            rgba(255, 255, 255, 0.35) 0%, 
            transparent 50%);
    background-color: #d8dfe5;
    border-radius: 24px;
    margin-top: 1rem;
    padding: 4rem 2.25rem;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
}

/* Trust Badge */
.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(241, 242, 251, 0.9);
    border: 1px solid rgba(216, 223, 229, 0.8);
    border-radius: 60px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0px 0px 0px 2px rgba(241, 242, 251, 0.9);
}

.cta-badge .badge-icon {
    opacity: 0.8;
    color: rgb(22, 16, 30);
}

.cta-badge span {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(22, 16, 30);
}

/* CTA Headlines */
.cta-headline {
    font-size: 3rem;
    font-weight: 600;
    color: rgb(14, 28, 41);
    margin: 0 0 1.5rem 0;
    line-height: 1.1;
}

.cta-subheading {
    font-size: 1.25rem;
    line-height: 1.6;
    color: rgba(14, 28, 41, 0.7);
    margin: 0 0 3rem 0;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cta-button-primary {
    background: linear-gradient(125deg, #774be5 -4%, #774be5 100%);
    color: white;
    box-shadow: 
        rgb(192, 176, 232) 0px 1px 2px 0px inset,
        rgba(99, 69, 173, 0.35) 0px 0.706592px 0.706592px -0.583333px,
        rgba(99, 69, 173, 0.34) 0px 1.80656px 1.80656px -1.16667px,
        rgba(99, 69, 173, 0.33) 0px 3.62176px 3.62176px -1.75px,
        rgba(99, 69, 173, 0.3) 0px 6.8656px 6.8656px -2.33333px,
        rgba(99, 69, 173, 0.26) 0px 13.6468px 13.6468px -2.91667px,
        rgba(99, 69, 173, 0.15) 0px 30px 30px -3.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 
        rgb(192, 176, 232) 0px 1px 2px 0px inset,
        rgba(99, 69, 173, 0.4) 0px 1.41318px 1.41318px -0.583333px,
        rgba(99, 69, 173, 0.39) 0px 3.61312px 3.61312px -1.16667px,
        rgba(99, 69, 173, 0.38) 0px 7.24352px 7.24352px -1.75px,
        rgba(99, 69, 173, 0.35) 0px 13.7312px 13.7312px -2.33333px,
        rgba(99, 69, 173, 0.31) 0px 27.2936px 27.2936px -2.91667px,
        rgba(99, 69, 173, 0.2) 0px 60px 60px -3.5px;
}

.cta-button-secondary {
    background: #000000;
    color: white;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.1);
}

.cta-button-secondary:hover {
    transform: translateY(-2px);
    background: #1a1a1a;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.3),
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.1);
}

.cta-button svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    #cta {
        padding: 4rem 0;
    }
    
    .cta-headline {
        font-size: 2.25rem;
    }
    
    .cta-subheading {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    
    .cta-button {
        justify-content: center;
        width: 100%;
    }
    
    .cta-badge {
        padding: 0.625rem 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .cta-badge span {
        font-size: 0.8rem;
    }
}

/* === WAITLIST PAGE STYLES === */

/* Waitlist Hero Section */
.waitlist-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8vw;
    position: relative;
}

.waitlist-hero-container {
    text-align: center;
    max-width: 600px;
    width: 100%;
}

/* Waitlist Logo */
.waitlist-logo-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.waitlist-logo-box {
    background: #1f2937;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    z-index: 2;
    box-shadow: 
        0 0 20px rgba(31, 41, 55, 0.3),
        0 0 40px rgba(31, 41, 55, 0.1);
}

.waitlist-logo-bg {
    position: absolute;
    top: 4px;
    left: 4px;
    right: -4px;
    bottom: -4px;
    background: rgba(31, 41, 55, 0.2);
    border-radius: 16px;
    z-index: 1;
}

.waitlist-logo-icon {
    display: block;
    filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.1));
}

/* Waitlist Hero Text */
.waitlist-hero-text {
    margin-bottom: 3rem;
}

.waitlist-headline {
    font-size: 3rem;
    font-weight: 600;
    color: rgb(14, 28, 41);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.waitlist-subheadline {
    font-size: 1.25rem;
    color: #6b7280;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}

/* Waitlist Form Section */
.waitlist-form-section {
    padding: 0 8vw 6rem;
    display: flex;
    justify-content: center;
}

.waitlist-form-section.centered {
    align-items: center;
    padding: 2rem 8vw;
}

.waitlist-form-container {
    width: 100%;
    max-width: 500px;
}

.waitlist-form-wrapper {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 
        0 1px 3px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.06),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Form Header */
.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: rgb(14, 28, 41);
    margin-bottom: 0.75rem;
}

.form-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.5;
}

/* Form Fields */
.form-fields {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgb(14, 28, 41);
    margin-bottom: 0.5rem;
}

.form-input,
.form-select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    transition: all 0.2s ease;
    outline: none;
}

.form-input::placeholder {
    color: #9ca3af;
}

.form-input:focus,
.form-select:focus {
    border-color: #774be5;
    box-shadow: 0 0 0 3px rgba(119, 75, 229, 0.1);
}

/* Validation States */
.form-input.valid,
.form-select.valid {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.form-input.invalid,
.form-select.invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.form-select {
    cursor: pointer;
    appearance: none;
    background-image: 
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.25em 1.25em;
    padding-right: 2.5rem;
}

.form-select option {
    color: rgb(14, 28, 41);
}

/* Submit Button */
.waitlist-submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(125deg, #774be5 -4%, #774be5 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 
        rgb(192, 176, 232) 0px 1px 2px 0px inset,
        rgba(99, 69, 173, 0.35) 0px 0.706592px 0.706592px -0.583333px,
        rgba(99, 69, 173, 0.34) 0px 1.80656px 1.80656px -1.16667px,
        rgba(99, 69, 173, 0.33) 0px 3.62176px 3.62176px -1.75px,
        rgba(99, 69, 173, 0.3) 0px 6.8656px 6.8656px -2.33333px,
        rgba(99, 69, 173, 0.26) 0px 13.6468px 13.6468px -2.91667px,
        rgba(99, 69, 173, 0.15) 0px 30px 30px -3.5px;
}

.waitlist-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        rgb(192, 176, 232) 0px 1px 2px 0px inset,
        rgba(99, 69, 173, 0.4) 0px 1.41318px 1.41318px -0.583333px,
        rgba(99, 69, 173, 0.39) 0px 3.61312px 3.61312px -1.16667px,
        rgba(99, 69, 173, 0.38) 0px 7.24352px 7.24352px -1.75px,
        rgba(99, 69, 173, 0.35) 0px 13.7312px 13.7312px -2.33333px,
        rgba(99, 69, 173, 0.31) 0px 27.2936px 27.2936px -2.91667px,
        rgba(99, 69, 173, 0.2) 0px 60px 60px -3.5px;
}

.waitlist-submit-btn:active {
    transform: translateY(0);
}

.waitlist-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.waitlist-submit-btn:disabled:hover {
    transform: none;
    box-shadow: none;
}

.btn-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Success and Error Messages */
.success-message,
.error-message {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.success-message {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.error-message {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.success-icon,
.error-icon {
    flex-shrink: 0;
}

.success-content,
.error-content {
    flex: 1;
}

.success-title,
.error-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.success-title {
    color: #059669;
}

.error-title {
    color: #dc2626;
}

.success-text,
.error-text {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.success-text {
    color: #047857;
}

.error-text {
    color: #b91c1c;
}

/* Responsive Design for Waitlist */
@media (max-width: 768px) {
    .waitlist-hero {
        min-height: 50vh;
        padding: 0 4vw;
    }
    
    .waitlist-headline {
        font-size: 2.25rem;
    }
    
    .waitlist-subheadline {
        font-size: 1.125rem;
    }
    
    .waitlist-form-section {
        padding: 0 4vw 4rem;
    }
    
    .waitlist-form-section.centered {
        padding: 2rem 4vw;
    }
    
    .waitlist-form-wrapper {
        padding: 2rem;
    }
    
    .form-title {
        font-size: 1.5rem;
    }
    
    .success-message,
    .error-message {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .waitlist-hero {
        padding: 0 1rem;
    }
    
    .waitlist-form-section {
        padding: 0 1rem 3rem;
    }
    
    .waitlist-form-section.centered {
        padding: 2rem 1rem;
    }
    
    .waitlist-form-wrapper {
        padding: 1.5rem;
    }
    
    .waitlist-headline {
        font-size: 2rem;
    }
}

/* === ERROR PAGE STYLES === */

.error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 2rem;
}

.error-card {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    max-width: 500px;
    width: 100%;
}

.error-icon {
    color: #ef4444;
    margin-bottom: 1.5rem;
}

.error-code {
    font-size: 4rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
    line-height: 1;
}

.error-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 1rem 0;
}

.error-description {
    font-size: 1rem;
    color: #6b7280;
    margin: 0 0 2rem 0;
    line-height: 1.5;
}

.home-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #000000;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.home-button:hover {
    transform: translateY(-2px) scale(1.01);
    background: #1a1a1a;
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.4),
        0 0 15px rgba(255, 255, 255, 0.1);
}

@media (max-width: 480px) {
    .error-card {
        padding: 2rem 1.5rem;
    }
    
    .error-code {
        font-size: 3rem;
    }
    
    .error-title {
        font-size: 1.25rem;
    }
}

/* === FLASH MESSAGE STYLES === */

.flash-messages {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    pointer-events: none;
}

.flash-message {
    background: white;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-left: 4px solid;
    max-width: 400px;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
}

.flash-message.fade-out {
    opacity: 0;
    transform: translateX(100%);
}

/* Category-specific styles */
.flash-success {
    border-left-color: #10b981;
    background: white;
    color: #047857;
}

.flash-error {
    border-left-color: #ef4444;
    background: white;
    color: #dc2626;
}

.flash-info {
    border-left-color: #3b82f6;
    background: white;
    color: #1d4ed8;
}

/* Responsive flash messages */
@media (max-width: 768px) {
    .flash-messages {
        bottom: 1rem;
        right: 1rem;
        left: 1rem;
    }
    
    .flash-message {
        max-width: none;
        font-size: 0.85rem;
    }
}

/* ==========================================
   DOCUMENTATION STYLES
   ========================================== */

.docs-container {
    position: relative;
    min-height: 100vh;
    background: white;
}

/* Sidebar Styles */
.docs-sidebar {
    width: 300px;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
}

.docs-sidebar-content {
    padding: 2rem 0;
}

.docs-mobile-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background: white;
}

.docs-mobile-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}

.docs-mobile-toggle {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.docs-mobile-toggle:hover {
    background: #f1f5f9;
}

/* Search Box */
.docs-search {
    position: relative;
    margin: 0 1.5rem 2rem;
}

.docs-search input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    background: white;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.docs-search input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.docs-search svg {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
}

/* Navigation Styles */
.docs-nav {
    padding: 0 1.5rem;
}

.docs-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.docs-nav-item {
    margin-bottom: 0.5rem;
}

.docs-nav-link {
    display: block;
    padding: 0.75rem 1rem;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s;
    position: relative;
}

.docs-nav-link:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.docs-nav-link.active {
    background: #3b82f6;
    color: white;
}

.docs-nav-sublist {
    list-style: none;
    margin: 0.5rem 0 0;
    padding: 0;
    margin-left: 1rem;
}

.docs-nav-sublink {
    display: block;
    padding: 0.5rem 1rem;
    color: #6b7280;
    text-decoration: none;
    font-size: 0.9rem;
    border-radius: 4px;
    transition: all 0.2s;
}

.docs-nav-sublink:hover {
    background: #e2e8f0;
    color: #374151;
}

.docs-nav-sublink.active {
    background: #dbeafe;
    color: #2563eb;
    font-weight: 500;
}

/* Main Content Styles */
.docs-main {
    margin-left: 300px;
    min-height: 100vh;
    background: white;
}

.docs-content {
    padding: 3rem;
    max-width: none;
    width: 100%;
}

.docs-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.docs-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem;
    line-height: 1.2;
}

.docs-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* Section Styles */
.docs-section {
    margin-bottom: 4rem;
    scroll-margin-top: 2rem;
}

.docs-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2e8f0;
}

.docs-subsection {
    margin-bottom: 2.5rem;
    scroll-margin-top: 2rem;
}

.docs-subsection-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 1rem;
}

.docs-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
    margin: 0 0 1.5rem;
}

/* Code Block Styles */
.docs-code-block {
    margin: 1.5rem 0;
    border-radius: 8px;
    overflow: hidden;
    background: #1e293b;
    border: 1px solid #334155;
}

.docs-code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #334155;
    border-bottom: 1px solid #475569;
}

.docs-code-lang {
    font-size: 0.8rem;
    font-weight: 500;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.docs-copy-btn {
    background: #475569;
    border: none;
    color: #e2e8f0;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.docs-copy-btn:hover {
    background: #64748b;
}

.docs-code {
    display: block;
    padding: 1.5rem;
    margin: 0;
    background: #1e293b;
    color: #e2e8f0;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
    font-size: 0.9rem;
    line-height: 1.6;
    overflow-x: auto;
    white-space: pre-wrap;
}

.docs-code code {
    color: inherit;
    background: none;
    padding: 0;
}

/* Inline Code */
code {
    background: #f1f5f9;
    color: #e11d48;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
    font-size: 0.85em;
}

/* Lists */
.docs-list {
    margin: 1rem 0 1.5rem;
    padding-left: 1.5rem;
}

.docs-list li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: #4b5563;
}

/* Tables */
.docs-table-container {
    margin: 1.5rem 0;
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.docs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.docs-table th,
.docs-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.docs-table th {
    background: #f8fafc;
    font-weight: 600;
    color: #374151;
}

.docs-table td {
    color: #4b5563;
}

.docs-table tr:last-child td {
    border-bottom: none;
}

/* Callout Boxes */
.docs-callout {
    display: flex;
    margin: 1.5rem 0;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid;
}

.docs-callout-icon {
    margin-right: 0.75rem;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.docs-callout-content {
    flex: 1;
    color: #374151;
    line-height: 1.6;
}

.docs-callout-info {
    background: #eff6ff;
    border-left-color: #3b82f6;
}

.docs-callout-warning {
    background: #fefce8;
    border-left-color: #eab308;
}

.docs-callout-error {
    background: #fef2f2;
    border-left-color: #ef4444;
}

/* Method Documentation */
.docs-method {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
}

.docs-method-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.5rem;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
}

.docs-method-desc {
    color: #4b5563;
    margin: 0 0 1rem;
    line-height: 1.6;
}

.docs-method-params {
    color: #374151;
    font-size: 0.9rem;
}

.docs-method-params ul {
    margin: 0.5rem 0 0;
    padding-left: 1.5rem;
}

.docs-method-params li {
    margin-bottom: 0.25rem;
}

/* API Endpoints */
.docs-endpoint {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.docs-endpoint-method {
    background: #059669;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.8rem;
    margin-right: 1rem;
    min-width: 60px;
    text-align: center;
}

.docs-endpoint-path {
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
    font-weight: 500;
    color: #374151;
    margin-right: 1rem;
}

.docs-endpoint-desc {
    color: #6b7280;
    flex: 1;
}

/* FAQ Styles */
.docs-faq-item {
    margin: 1.5rem 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.docs-faq-question {
    padding: 1rem 1.5rem;
    margin: 0;
    background: #f8fafc;
    color: #374151;
    font-weight: 600;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: left;
    transition: background-color 0.2s;
    position: relative;
}

.docs-faq-question:hover {
    background: #f1f5f9;
}

.docs-faq-question::after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: 300;
    transition: transform 0.2s;
}

.docs-faq-question.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.docs-faq-answer {
    padding: 1.5rem;
    background: white;
    color: #4b5563;
    line-height: 1.6;
    display: none;
}

.docs-faq-answer p {
    margin: 0 0 1rem;
}

.docs-faq-answer ul {
    margin: 0;
    padding-left: 1.5rem;
}

.docs-faq-answer li {
    margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .docs-container {
        flex-direction: column;
    }

    .docs-sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100vh;
        z-index: 1000;
        transition: left 0.3s ease;
    }

    .docs-sidebar-open {
        left: 0;
    }

    .docs-main {
        margin-left: 0;
    }

    .docs-mobile-header {
        display: flex;
    }

    .docs-content {
        padding: 2rem 1.5rem;
    }

    .docs-title {
        font-size: 2rem;
    }

    .docs-section-title {
        font-size: 1.5rem;
    }

    .docs-subsection-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .docs-content {
        padding: 1.5rem 1rem;
    }

    .docs-title {
        font-size: 1.75rem;
    }

    .docs-subtitle {
        font-size: 1rem;
    }

    .docs-code-block {
        margin: 1rem -1rem;
        border-radius: 0;
    }

    .docs-table-container {
        margin: 1rem -1rem;
        border-radius: 0;
    }

    .docs-endpoint {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .docs-endpoint-method {
        margin: 0;
    }

    .docs-method {
        margin: 1.5rem -1rem;
        border-radius: 0;
        border-left: none;
        border-top: 4px solid #3b82f6;
    }
}

/* Dark scrollbars for code blocks */
.docs-code::-webkit-scrollbar {
    height: 8px;
}

.docs-code::-webkit-scrollbar-track {
    background: #1e293b;
}

.docs-code::-webkit-scrollbar-thumb {
    background: #475569;
    border-radius: 4px;
}

.docs-code::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}

/* Sidebar scrollbar */
.docs-sidebar::-webkit-scrollbar {
    width: 6px;
}

.docs-sidebar::-webkit-scrollbar-track {
    background: #f8fafc;
}

.docs-sidebar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.docs-sidebar::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Search highlighting */
.search-highlight {
    background: #fef3c7;
    color: #92400e;
    padding: 0.1rem 0.2rem;
    border-radius: 3px;
    font-weight: 500;
}

.search-no-results {
    margin: 2rem 0;
}

