/* -------------------------------------------------------------
   JAMINVOICE LANDING PAGE STYLE SHEET - PREMIUM DARK TECH THEME
   ------------------------------------------------------------- */

/* Variables */
:root {
    --bg-dark: #020518;
    --bg-card: rgba(15, 23, 42, 0.55);
    --border-glow: rgba(30, 58, 138, 0.45);
    --border-glow-hover: rgba(59, 130, 246, 0.7);
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --neon-purple: #7b3ff2;
    --neon-blue: #3b82f6;
    --neon-cyan: #00c8ff;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* CSS Reset & General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 95px; /* Offset for sticky header globally */
}

body {
    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Deep Space & Nebulae Glow Backgrounds */
.space-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at 50% 30%, #161d4b 0%, #0a0d24 100%);
    z-index: -3;
}

.glow-orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(150px);
    z-index: -2;
    pointer-events: none;
    opacity: 0.55;
}

.orb-1 {
    top: -20%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 162, 255, 0.25) 0%, transparent 70%);
}

.orb-2 {
    bottom: -10%;
    left: -10%;
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(123, 63, 242, 0.18) 0%, transparent 70%);
}

.orb-3 {
    top: 40%;
    right: 5%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.15) 0%, transparent 70%);
}

/* Stars background fixed for premium parallax feel */
.stars-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
    overflow: hidden;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0.3;
    animation: twinkle 4s infinite ease-in-out;
}

.star-1 { top: 12%; left: 15%; animation-delay: 0s; }
.star-2 { top: 28%; left: 85%; width: 3px; height: 3px; animation-delay: 0.7s; }
.star-3 { top: 48%; left: 8%; animation-delay: 1.4s; }
.star-4 { top: 62%; left: 92%; animation-delay: 2.1s; }
.star-5 { top: 78%; left: 38%; width: 3px; height: 3px; animation-delay: 2.8s; }
.star-6 { top: 22%; left: 48%; animation-delay: 3.5s; }

/* Floating Background Particles (Drifting Currencies) */
.background-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.bg-particle {
    position: absolute;
    font-family: var(--font-heading);
    font-weight: 800;
    color: rgba(255, 255, 255, 0.12);
    user-select: none;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
    animation: drift-around 25s infinite ease-in-out;
}

.bp-1 { top: 10%; left: 8%; color: rgba(123, 63, 242, 0.18); font-size: 32px; animation-duration: 20s; animation-delay: 0s; }
.bp-2 { top: 25%; left: 85%; color: rgba(0, 200, 255, 0.15); font-size: 24px; animation-duration: 28s; animation-delay: -3s; }
.bp-3 { top: 45%; left: 12%; color: rgba(59, 130, 246, 0.18); font-size: 36px; animation-duration: 24s; animation-delay: -7s; }
.bp-4 { top: 70%; left: 78%; color: rgba(234, 179, 8, 0.12); font-size: 28px; animation-duration: 32s; animation-delay: -2s; }
.bp-5 { top: 85%; left: 15%; color: rgba(123, 63, 242, 0.15); font-size: 26px; animation-duration: 22s; animation-delay: -11s; }
.bp-6 { top: 15%; left: 60%; color: rgba(59, 130, 246, 0.12); font-size: 22px; animation-duration: 30s; animation-delay: -5s; }
.bp-7 { top: 60%; left: 5%; color: rgba(0, 200, 255, 0.15); font-size: 30px; animation-duration: 26s; animation-delay: -15s; }
.bp-8 { top: 35%; left: 70%; color: rgba(123, 63, 242, 0.15); font-size: 34px; animation-duration: 25s; animation-delay: -8s; }
.bp-9 { top: 80%; left: 55%; color: rgba(0, 200, 255, 0.12); font-size: 24px; animation-duration: 29s; animation-delay: -4s; }
.bp-10 { top: 5%; left: 40%; color: rgba(234, 179, 8, 0.15); font-size: 28px; animation-duration: 27s; animation-delay: -12s; }
.bp-11 { top: 90%; left: 90%; color: rgba(59, 130, 246, 0.18); font-size: 32px; animation-duration: 23s; animation-delay: -1s; }
.bp-12 { top: 50%; left: 45%; color: rgba(123, 63, 242, 0.12); font-size: 26px; animation-duration: 31s; animation-delay: -9s; }

/* Drifting Astronaut (Real photo stylized with CSS filters to match currency particles) */
.drifting-astronaut {
    position: fixed;
    width: 32px; /* Small, floating like the currency particles (24px-36px) */
    height: auto;
    left: 15%;
    top: 45%;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    animation: astronaut-drift 35s infinite linear;
}

.astronaut-img-real {
    width: 100%;
    height: auto;
    display: block;
    /* Stylize to match the app's floating currency icons (monochromatic cyan/blue glow, low opacity) */
    filter: grayscale(1) sepia(1) hue-rotate(180deg) saturate(5) brightness(0.8) opacity(0.18) drop-shadow(0 0 4px rgba(0, 200, 255, 0.5));
}

/* Shooting Stars Background (falling stars) */
.shooting-star-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    overflow: hidden;
}

.shooting-star {
    position: absolute;
    width: 150px;
    height: 2px;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 1), rgba(0, 200, 255, 0.45), rgba(0, 0, 0, 0));
    filter: drop-shadow(0 0 6px rgba(0, 200, 255, 0.8));
    opacity: 0;
    transform: rotate(-45deg);
    animation: shooting-animation 12s infinite ease-in-out;
}

.ss-1 { top: 12%; left: 35%; animation-delay: 0s; }
.ss-2 { top: 38%; left: 65%; animation-delay: 4s; animation-duration: 16s; }
.ss-3 { top: 18%; left: 82%; animation-delay: 8s; animation-duration: 10s; }

/* Typography Utility */
h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.gradient-text {
    background: linear-gradient(135deg, var(--neon-cyan) 10%, var(--neon-blue) 50%, var(--neon-purple) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-center { text-align: center; }
.text-green { color: #10b981; }
.text-blue { color: var(--neon-blue); }
.text-red { color: #ef4444; }

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: var(--transition-smooth);
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #0038ff 0%, #1e40af 100%);
    color: white;
    border: 1.8px solid var(--neon-cyan);
    box-shadow: 0 4px 15px rgba(0, 200, 255, 0.25);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 200, 255, 0.55);
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
}

.btn-secondary {
    background: rgba(15, 23, 42, 0.85);
    color: white;
    border: 1.5px solid var(--border-glow);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    border-color: var(--neon-purple);
    box-shadow: 0 4px 15px rgba(123, 63, 242, 0.35);
}

.btn-sm {
    padding: 10px 20px;
    font-size: 14px;
}

.btn-lg {
    padding: 16px 32px;
    font-size: 16px;
}

/* Header & Navbar */
.header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    backdrop-filter: blur(12px);
    background: rgba(2, 5, 24, 0.75);
    border-bottom: 1px solid var(--border-glow);
    padding: 12px 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: white;
}

.logo-img {
    height: 72px; /* Increased for a much bigger brand presence */
    width: auto;
}

.logo-text {
    font-size: 28px;
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.logo-text .highlight {
    color: var(--neon-cyan);
    text-shadow: 0 0 15px rgba(0, 200, 255, 0.5);
}

.nav {
    display: flex;
    gap: 32px;
}

.nav-link {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition-smooth);
}

.nav-link:hover {
    color: white;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/* Mobile Nav Overlay */
.mobile-menu {
    display: none;
    position: fixed;
    top: 79px;
    left: 0;
    width: 100%;
    background: rgba(2, 5, 24, 0.95);
    backdrop-filter: blur(15px);
    border-bottom: 1.5px solid var(--border-glow);
    padding: 24px;
    flex-direction: column;
    gap: 20px;
    z-index: 99;
}

.mobile-link {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

/* Hero Section (Centered Layout matching App HomeScreen) */
.hero {
    position: relative;
    padding: 120px 0 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: visible;
}

/* Giant Globe in Background of Hero */
.hero-globe-bg {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    height: 750px;
    z-index: -1;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6; /* Sits beautifully behind content */
}

.globe-bg-img {
    width: 850px;
    height: auto;
    max-width: 95vw;
    object-fit: contain;
    animation: lewitate 8s ease-in-out infinite;
    filter: drop-shadow(0 0 50px rgba(59, 130, 246, 0.45));
}

.globe-overlay-glow {
    position: absolute;
    width: 950px;
    height: 950px;
    max-width: 100vw;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 64, 175, 0.4) 0%, rgba(123, 63, 242, 0.15) 55%, transparent 70%);
    z-index: -2;
    animation: pulse 6s ease-in-out infinite;
}

.hero-centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* App Home Screen Logo Elements */
.app-logo-currencies {
    height: 140px; /* Big, beautiful logo */
    width: auto;
    margin-bottom: 20px;
    filter: drop-shadow(0 8px 25px rgba(123, 63, 242, 0.45));
    animation: subtle-bounce 5s ease-in-out infinite;
}

.app-brand-name {
    font-family: var(--font-heading);
    font-size: 56px;
    font-weight: 800;
    color: white;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.app-tagline {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--neon-cyan);
    letter-spacing: 0.3em;
    margin-bottom: 24px;
    text-shadow: 0 0 12px rgba(0, 200, 255, 0.6);
}

/* Hero Selling Subtitle (Handwritten font) */
.hero-selling-subtitle {
    font-family: 'Caveat', cursive;
    font-size: 30px;
    color: #e2e8f0; /* Soft slate-white for high legibility */
    margin-bottom: 24px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    transform: rotate(-1.5deg); /* Slight organic tilted angle */
    display: inline-block;
}

.app-logo-checkmark {
    height: 70px;
    width: auto;
    margin-bottom: 35px;
    filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.25));
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 19px;
    color: var(--text-secondary);
    max-width: 650px;
    margin: 0 auto 45px auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Hero CTA & Download Badges */
.hero-cta-section {
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.hero-cta-title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.01em;
    margin-bottom: 5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.hero-cta-subtext {
    font-size: 14px;
    font-family: var(--font-body);
    color: var(--text-secondary);
    margin-top: 16px;
    text-align: center;
    max-width: 550px;
    line-height: 1.5;
    opacity: 0.9;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Badge Base Style */
.download-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #090c22;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 8px 18px;
    text-decoration: none;
    color: white;
    min-width: 175px;
    height: 54px;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.download-badge .badge-icon {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: var(--transition-smooth);
}

.download-badge .badge-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.2;
}

.download-badge .badge-subtext {
    font-size: 9px;
    text-transform: uppercase;
    font-family: var(--font-body);
    font-weight: 500;
    color: #94a3b8; /* Muted slate */
    letter-spacing: 0.05em;
}

.download-badge .badge-maintext {
    font-size: 15px;
    font-family: var(--font-heading);
    font-weight: 700;
    color: white;
    letter-spacing: -0.01em;
}

/* Specific Badge Modifiers & Hover States */

/* Windows (Primary Featured Badge matching user mockup) */
.download-badge.badge-windows {
    background: linear-gradient(135deg, #0038ff 0%, #1e40af 100%);
    border: 1.5px solid var(--neon-cyan);
    box-shadow: 0 4px 20px rgba(0, 200, 255, 0.35);
}

.download-badge.badge-windows:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 200, 255, 0.6);
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
}

.download-badge.badge-windows .badge-subtext {
    color: rgba(255, 255, 255, 0.85);
}

/* Google Play Badge (Dark Slate with neon colors) */
.download-badge.badge-googleplay:hover {
    transform: translateY(-3px);
    border-color: #00e676; /* Google Play green accent */
    box-shadow: 0 8px 20px rgba(0, 230, 118, 0.25);
    background: #0f1330;
}

.download-badge.badge-googleplay:hover .badge-icon {
    color: #00e676;
    filter: drop-shadow(0 0 4px rgba(0, 230, 118, 0.5));
}

/* Apple App Store Badge (Dark Slate with neon cyan) */
.download-badge.badge-appstore:hover {
    transform: translateY(-3px);
    border-color: var(--neon-cyan);
    box-shadow: 0 8px 20px rgba(0, 200, 255, 0.25);
    background: #0f1330;
}

.download-badge.badge-appstore:hover .badge-icon {
    color: var(--neon-cyan);
    filter: drop-shadow(0 0 4px rgba(0, 200, 255, 0.5));
}

/* Glassmorphism Workspace Preview */
.hero-preview {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    border-radius: 24px;
    border: 1.5px solid var(--border-glow);
    background: var(--bg-card);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 30px rgba(59, 130, 246, 0.1);
    overflow: hidden;
    backdrop-filter: blur(12px);
}

.preview-header {
    background: rgba(15, 23, 42, 0.8);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-glow);
}

.dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}

.dot.red { background: #ef4444; }
.dot.yellow { background: #f59e0b; }
.dot.green { background: #10b981; }

.preview-title {
    margin-left: 20px;
    font-size: 13px;
    color: var(--text-secondary);
    font-weight: 500;
}

.preview-body {
    display: flex;
    height: 380px;
}

.preview-sidebar {
    width: 180px;
    background: rgba(2, 5, 24, 0.45);
    border-right: 1px solid var(--border-glow);
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.sidebar-item {
    font-size: 13px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    text-align: left;
}

.sidebar-item.active {
    background: rgba(59, 130, 246, 0.12);
    color: white;
    font-weight: 600;
}

.preview-content {
    flex-grow: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.preview-stats {
    display: flex;
    gap: 16px;
}

.preview-card {
    flex: 1;
    background: rgba(2, 5, 24, 0.5);
    border: 1px solid var(--border-glow);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-label {
    font-size: 11px;
    color: var(--text-secondary);
    margin-bottom: 6px;
    text-transform: uppercase;
}

.card-val {
    font-size: 18px;
    font-weight: 800;
}

.preview-chart-mock {
    height: 180px;
    background: rgba(2, 5, 24, 0.3);
    border: 1px solid var(--border-glow);
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 20px;
}

.chart-bar {
    width: 40px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(to top, var(--neon-purple), var(--neon-cyan));
    box-shadow: 0 0 10px rgba(0, 200, 255, 0.2);
}

/* Feature Grid Section */
.features {
    padding: 100px 0;
    border-top: 1.5px solid var(--border-glow);
}

.section-title {
    font-size: 40px;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 16px;
    color: var(--text-secondary);
    max-width: 650px;
    margin: 0 auto 60px auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.feature-card {
    background: var(--bg-card);
    border-radius: 24px;
    border: 1.2px solid var(--border-glow);
    padding: 36px;
    transition: var(--transition-smooth);
    backdrop-filter: blur(10px);
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: var(--border-glow-hover);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.15);
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 24px;
}

.icon-purple {
    background: rgba(123, 63, 242, 0.15);
    color: var(--neon-purple);
    border: 1px solid rgba(123, 63, 242, 0.3);
}

.icon-blue {
    background: rgba(59, 130, 246, 0.15);
    color: var(--neon-blue);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.icon-cyan {
    background: rgba(0, 200, 255, 0.15);
    color: var(--neon-cyan);
    border: 1px solid rgba(0, 200, 255, 0.3);
}

.feature-card-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.feature-card-desc {
    color: var(--text-secondary);
    font-size: 15px;
}

/* =============================================
   SYNC YOUR DATA SECTION
   ============================================= */
.sync-section {
    padding: 80px 0;
    border-top: 1.5px solid var(--border-glow);
}

.sync-card {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
    background: var(--bg-card);
    border: 1.2px solid var(--border-glow);
    border-radius: 32px;
    padding: 56px;
    backdrop-filter: blur(14px);
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
}

.sync-card::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.09) 0%, transparent 70%);
    pointer-events: none;
}

.sync-card:hover {
    border-color: var(--border-glow-hover);
    box-shadow: 0 20px 50px rgba(0, 200, 255, 0.1);
}

/* ---- Animated Orbit Visual ---- */
.sync-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}

.sync-orbit-wrapper {
    position: relative;
    width: 220px;
    height: 220px;
}

.sync-center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 200, 255, 0.15);
    border: 1.5px solid rgba(0, 200, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--neon-cyan);
    animation: sync-pulse 2.4s ease-in-out infinite;
    z-index: 2;
}

@keyframes sync-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 200, 255, 0.35); }
    50% { box-shadow: 0 0 0 16px rgba(0, 200, 255, 0); }
}

.sync-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    animation: orbit-spin linear infinite;
}

.orbit-1 {
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    animation-duration: 6s;
}
.orbit-2 {
    width: 175px;
    height: 175px;
    margin: -87.5px 0 0 -87.5px;
    animation-duration: 10s;
    animation-direction: reverse;
}
.orbit-3 {
    width: 220px;
    height: 220px;
    margin: -110px 0 0 -110px;
    animation-duration: 14s;
}

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

.sync-planet {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    animation: counter-spin linear infinite;
}

.orbit-1 .sync-planet { animation-duration: 6s; }
.orbit-2 .sync-planet { animation-duration: 10s; animation-direction: reverse; }
.orbit-3 .sync-planet { animation-duration: 14s; }

@keyframes counter-spin {
    from { transform: translateX(-50%) rotate(0deg); }
    to   { transform: translateX(-50%) rotate(-360deg); }
}

.planet-win {
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.5);
    color: var(--neon-blue);
}
.planet-phone {
    background: rgba(123, 63, 242, 0.2);
    border: 1px solid rgba(123, 63, 242, 0.5);
    color: var(--neon-purple);
}
.planet-cloud {
    background: rgba(0, 200, 255, 0.2);
    border: 1px solid rgba(0, 200, 255, 0.5);
    color: var(--neon-cyan);
}

/* ---- Content Side ---- */
.sync-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 200, 255, 0.1);
    border: 1px solid rgba(0, 200, 255, 0.3);
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--neon-cyan);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.sync-title {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--text-primary);
    margin-bottom: 14px;
    line-height: 1.2;
}

.sync-desc {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 32px;
}

.sync-desc strong {
    color: var(--text-primary);
}

/* Steps */
.sync-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.sync-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.sync-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 200, 255, 0.2), rgba(59, 130, 246, 0.2));
    border: 1px solid rgba(0, 200, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--neon-cyan);
    flex-shrink: 0;
    margin-top: 1px;
}

.sync-step-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sync-step-text strong {
    font-size: 15px;
    color: var(--text-primary);
    font-weight: 600;
}

.sync-step-text span {
    font-size: 13px;
    color: var(--text-secondary);
}

/* Platform chips */
.sync-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sync-logo-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-glow);
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    transition: var(--transition-smooth);
}

.sync-logo-chip:hover {
    border-color: var(--border-glow-hover);
    color: var(--text-primary);
    background: rgba(59, 130, 246, 0.08);
}

/* Responsive */
@media (max-width: 820px) {
    .sync-card {
        grid-template-columns: 1fr;
        padding: 36px 28px;
        gap: 36px;
    }
    .sync-visual {
        min-height: 180px;
    }
    .sync-orbit-wrapper {
        width: 160px;
        height: 160px;
    }
    .orbit-1 { width: 90px; height: 90px; margin: -45px 0 0 -45px; }
    .orbit-2 { width: 130px; height: 130px; margin: -65px 0 0 -65px; }
    .orbit-3 { width: 165px; height: 165px; margin: -82.5px 0 0 -82.5px; }
    .sync-center-icon { width: 50px; height: 50px; font-size: 20px; }
    .sync-title { font-size: 26px; }
}

/* FAQ Accordion Section */
.faq {
    padding: 100px 0;
    border-top: 1.5px solid var(--border-glow);
}

.faq-list {
    max-width: 800px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: var(--bg-card);
    border: 1.2px solid var(--border-glow);
    border-radius: 16px;
    overflow: hidden;
    transition: var(--transition-smooth);
}

.faq-question {
    width: 100%;
    padding: 22px 28px;
    background: transparent;
    border: none;
    color: white;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.faq-question i {
    color: var(--neon-cyan);
    transition: var(--transition-smooth);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: var(--transition-smooth);
    padding: 0 28px;
}

.faq-answer p {
    color: var(--text-secondary);
    font-size: 15px;
    padding-bottom: 22px;
}

.faq-item.active {
    border-color: var(--border-glow-hover);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.08);
}

.faq-item.active .faq-answer {
    max-height: 300px; /* arbitrary height to slide open */
}

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

/* Roadmap Section */
.roadmap {
    padding: 100px 0;
    border-top: 1.5px solid var(--border-glow);
}

.roadmap-timeline {
    max-width: 700px;
    margin: 60px auto 0 auto;
    position: relative;
    padding-left: 32px;
}

.roadmap-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, var(--neon-purple), var(--neon-blue), var(--neon-cyan));
}

.roadmap-item {
    position: relative;
    margin-bottom: 40px;
}

.roadmap-dot {
    position: absolute;
    top: 6px;
    left: -27px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--neon-cyan);
    box-shadow: 0 0 10px var(--neon-cyan);
}

.roadmap-content {
    background: var(--bg-card);
    border: 1px solid var(--border-glow);
    padding: 24px;
    border-radius: 16px;
}

.roadmap-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.roadmap-content p {
    color: var(--text-secondary);
    font-size: 14px;
}

/* Footer Section */
.footer {
    border-top: 1.5px solid var(--border-glow);
    background: rgba(2, 5, 24, 0.9);
    padding: 80px 0 40px 0;
    position: relative;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-brand {
    max-width: 320px;
}

.footer-desc {
    color: var(--text-secondary);
    font-size: 14px;
    margin-top: 20px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links h4 {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition-smooth);
}

.footer-links a:hover {
    color: var(--neon-cyan);
}

.footer-bottom {
    border-top: 1px solid var(--border-glow);
    padding-top: 30px;
}

.company-tagline {
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 6px;
}

.copyright {
    font-size: 12px;
    color: var(--text-muted);
}

/* Animations */
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.05); opacity: 1; }
}

@keyframes lewitate {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-18px) rotate(1.5deg); }
}

@keyframes drifting {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(6px, -10px) rotate(6deg); }
}

@keyframes astronaut-drift {
    0% { transform: translate(0, 0) rotate(0deg) scale(1); }
    25% { transform: translate(180px, -120px) rotate(90deg) scale(1.1); }
    50% { transform: translate(320px, 40px) rotate(180deg) scale(0.9); }
    75% { transform: translate(140px, 200px) rotate(270deg) scale(1.05); }
    100% { transform: translate(0, 0) rotate(360deg) scale(1); }
}

@keyframes twinkle {
    0%, 100% { opacity: 0.25; transform: scale(0.8); }
    50% { opacity: 0.95; transform: scale(1.2); }
}

@keyframes drift-around {
    0% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(80px, -100px) rotate(120deg) scale(1.08); }
    66% { transform: translate(-60px, 80px) rotate(240deg) scale(0.92); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes subtle-bounce {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-8px) scale(1.02); }
}

@keyframes shooting-animation {
    0% {
        transform: translate(0, 0) rotate(-45deg) scale(0);
        opacity: 0;
    }
    1% {
        opacity: 1;
        transform: translate(0, 0) rotate(-45deg) scale(1);
    }
    6% {
        transform: translate(-400px, 400px) rotate(-45deg) scale(1);
        opacity: 0;
    }
    100% {
        transform: translate(-400px, 400px) rotate(-45deg) scale(0);
        opacity: 0;
    }
}

/* Media Queries (Responsiveness) */
@media (max-width: 992px) {
    .logo-img {
        height: 60px;
    }

    .logo-text {
        font-size: 24px;
    }

    .globe-bg-img {
        width: 650px;
    }

    .globe-overlay-glow {
        width: 700px;
        height: 700px;
    }

    .app-logo-currencies {
        height: 110px;
    }

    .app-brand-name {
        font-size: 46px;
    }

    .hero-title {
        font-size: 38px;
    }

    .hero-subtitle {
        font-size: 16px;
        padding: 0 16px;
    }

    .preview-body {
        height: auto;
        flex-direction: column;
    }

    .preview-sidebar {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        border-right: none;
        border-bottom: 1px solid var(--border-glow);
    }
}

@media (max-width: 768px) {
    .header {
        padding: 10px 0;
    }

    .nav {
        display: none;
    }

    .header-actions {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .mobile-menu.active {
        display: flex;
    }

    .logo-img {
        height: 52px;
    }

    .logo-text {
        font-size: 22px;
    }

    .globe-bg-img {
        width: 450px;
    }

    .globe-overlay-glow {
        width: 500px;
        height: 500px;
    }

    .app-logo-currencies {
        height: 90px;
    }

    .app-brand-name {
        font-size: 36px;
    }

    .app-tagline {
        font-size: 13px;
        letter-spacing: 0.2em;
    }

    .hero-selling-subtitle {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .app-logo-checkmark {
        height: 55px;
        margin-bottom: 25px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-cta {
        flex-direction: column;
        width: 100%;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        gap: 12px;
    }

    .download-badge {
        width: 100%;
        justify-content: flex-start;
        padding-left: 24px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .preview-stats {
        flex-direction: column;
    }
    
    .chart-bar {
        width: 25px;
    }

    .drifting-astronaut {
        width: 32px;
        height: auto;
        top: 680px;
    }
}

/* Join Beta Waiting List Section */
.waiting-list-section {
    padding: 100px 0;
    border-top: 1.5px solid var(--border-glow);
    position: relative;
    overflow: hidden;
}

.waiting-list-card {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    background: var(--bg-card);
    border: 1.2px solid var(--border-glow);
    border-radius: 24px;
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.waiting-list-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(0, 200, 255, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.waiting-list-card h2,
.waiting-list-card p,
.waiting-list-card form {
    position: relative;
    z-index: 1;
}

.waiting-list-card .section-subtitle {
    margin-bottom: 35px;
}

.waiting-list-form {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 600px;
    justify-content: center;
}

.input-group {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 20px;
    color: var(--text-muted);
    font-size: 16px;
    transition: var(--transition-smooth);
}

.input-group input {
    width: 100%;
    padding: 16px 20px 16px 52px;
    border-radius: 30px;
    border: 1.5px solid var(--border-glow);
    background: rgba(2, 5, 24, 0.65);
    color: white;
    font-family: var(--font-body);
    font-size: 15px;
    outline: none;
    transition: var(--transition-smooth);
}

.input-group input:focus {
    border-color: var(--neon-cyan);
    box-shadow: 0 0 12px rgba(0, 200, 255, 0.3);
}

.input-group input:focus + .input-icon {
    color: var(--neon-cyan);
}

.form-success-message {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--neon-cyan);
    font-weight: 600;
    margin-top: 20px;
    padding: 16px 28px;
    border-radius: 30px;
    border: 1.5px solid rgba(0, 200, 255, 0.3);
    background: rgba(0, 200, 255, 0.06);
    animation: fadeIn 0.5s ease-out;
    z-index: 1;
}

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

@media (max-width: 768px) {
    .waiting-list-card {
        padding: 40px 24px;
    }
    
    .waiting-list-form {
        flex-direction: column;
        gap: 16px;
    }
    
    .waiting-list-form .btn {
        width: 100%;
    }
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    border-top: 1.5px solid var(--border-glow);
    position: relative;
    overflow: hidden;
}

.contact-card {
    position: relative;
    max-width: 880px; /* Increased from 750px to prevent email wrapping */
    margin: 0 auto;
    background: var(--bg-card);
    border: 1.2px solid var(--border-glow);
    border-radius: 24px;
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(123, 63, 242, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.contact-card h2,
.contact-card p,
.contact-methods-grid,
.contact-info-text {
    position: relative;
    z-index: 1;
}

.contact-card .section-subtitle {
    margin-bottom: 35px;
}

/* Contact Methods Grid */
.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Reduced gap to fit columns */
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.contact-method-item {
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid var(--border-glow);
    border-radius: 16px;
    padding: 24px 16px; /* Reduced horizontal padding to prevent wrapping */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.contact-method-item:hover {
    transform: translateY(-3px);
    border-color: var(--neon-cyan);
    box-shadow: 0 8px 25px rgba(0, 200, 255, 0.25);
    background: rgba(15, 23, 42, 0.7);
}

.contact-method-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 200, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--neon-cyan);
    font-size: 20px;
    transition: var(--transition-smooth);
}

.contact-method-item:hover .contact-method-icon {
    background: var(--neon-cyan);
    color: #020518;
    box-shadow: 0 0 15px rgba(0, 200, 255, 0.6);
}

.contact-method-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-method-label {
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contact-method-email {
    font-family: var(--font-body);
    font-size: 14px; /* Reduced from 15px to fit email text on one line */
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: var(--transition-smooth);
    word-break: break-all;
}

.contact-method-item:hover .contact-method-email {
    color: var(--neon-cyan);
}

.contact-info-text {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-secondary);
}

.contact-info-text .company-name {
    font-weight: 600;
    color: var(--text-primary);
}

@media (max-width: 992px) {
    .contact-methods-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .contact-card {
        padding: 40px 24px;
    }
}

/* -------------------------------------------------------------
   INTERACTIVE SCREENSHOTS GALLERY STYLE DEFINITIONS
   ------------------------------------------------------------- */
.preview-header {
    background: rgba(15, 23, 42, 0.85);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-glow);
}

.window-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.preview-tabs {
    display: flex;
    gap: 6px;
}

.preview-tab {
    background: transparent;
    border: 1px solid transparent;
    color: var(--text-secondary);
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.preview-tab:hover {
    color: white;
    background: rgba(255, 255, 255, 0.05);
}

.preview-tab.active {
    color: var(--neon-cyan);
    background: rgba(0, 200, 255, 0.08);
    border-color: rgba(0, 200, 255, 0.2);
}

.preview-panel {
    display: flex;
    width: 100%;
    height: 100%;
}

.preview-panel:not(.active) {
    display: none;
}

/* Invoice Editor Mockup Styles */
.editor-layout {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    text-align: left;
    width: 100%;
}

.editor-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1.5px solid var(--border-glow);
    padding-bottom: 10px;
}

.editor-header h4 {
    font-size: 15px;
    color: white;
    font-weight: 700;
}

.badge.draft {
    background: rgba(234, 179, 8, 0.12);
    color: #eab308;
    border: 1px solid rgba(234, 179, 8, 0.3);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.editor-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.field-row {
    display: flex;
    gap: 16px;
}

.field-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.field-group label {
    font-size: 10px;
    font-family: var(--font-heading);
    color: var(--text-secondary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mock-input {
    background: rgba(2, 5, 24, 0.5);
    border: 1px solid var(--border-glow);
    padding: 10px 14px;
    border-radius: 8px;
    color: white;
    font-size: 13px;
}

.mock-table {
    border: 1px solid var(--border-glow);
    border-radius: 8px;
    overflow: hidden;
    font-size: 12px;
}

.table-header {
    background: rgba(15, 23, 42, 0.6);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding: 8px 12px;
    font-weight: 700;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-glow);
}

.table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-primary);
}

.table-row:last-child {
    border-bottom: none;
}

.editor-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-secondary);
    margin-top: 8px;
}

.total-highlight {
    font-size: 15px;
    color: var(--neon-cyan);
}

/* PDF Preview Mockup Styles */
.preview-pdf-container {
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 15, 0.6);
    padding: 20px;
    overflow-y: auto;
    display: none;
}

.pdf-page {
    background: white;
    color: #1e293b;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    text-align: left;
    font-family: 'Plus Jakarta Sans', Arial, sans-serif;
    border-radius: 4px;
}

.pdf-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 12px;
}

.pdf-company-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 10px;
    color: #64748b;
}

.pdf-company-name {
    font-weight: 800;
    font-size: 14px;
    color: #0f172a;
    letter-spacing: 0.02em;
}

.mock-logo-box {
    width: 40px;
    height: 40px;
    background: #0f172a;
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 12px;
}

.pdf-meta {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 20px;
}

.meta-block {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.meta-block.right {
    text-align: right;
}

.meta-block strong {
    color: #0f172a;
    font-size: 10px;
    letter-spacing: 0.02em;
}

.pdf-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    margin-bottom: 20px;
}

.pdf-table th {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    color: #475569;
    font-weight: 700;
    padding: 6px 8px;
}

.pdf-table td {
    border-bottom: 1px solid #e2e8f0;
    padding: 8px;
    color: #334155;
}

.pdf-totals {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    font-size: 11px;
    margin-bottom: 20px;
}

.totals-row {
    display: flex;
    gap: 20px;
    width: 150px;
    justify-content: space-between;
    color: #475569;
}

.totals-row.grand-total {
    font-weight: 800;
    color: #0f172a;
    font-size: 13px;
    border-top: 1.5px solid #cbd5e1;
    padding-top: 4px;
}

.pdf-footer {
    border-top: 1px dashed #cbd5e1;
    padding-top: 10px;
    font-size: 8px;
    color: #94a3b8;
    text-align: center;
}

/* Client Database Mockup Styles */
.clients-layout {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    text-align: left;
    width: 100%;
}

.clients-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1.5px solid var(--border-glow);
    padding-bottom: 10px;
}

.clients-header h4 {
    font-size: 15px;
    color: white;
    font-weight: 700;
}

.btn-mock-add {
    background: var(--neon-purple);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.btn-mock-add:hover {
    box-shadow: 0 0 10px rgba(123, 63, 242, 0.5);
    transform: translateY(-1px);
}

.client-table {
    width: 100%;
    border: 1px solid var(--border-glow);
    border-radius: 8px;
    overflow: hidden;
    font-size: 12px;
}

.status-active {
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
}

.status-inactive {
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.05);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
}

/* System Settings Mockup Styles */
.settings-layout {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    text-align: left;
    width: 100%;
}

.settings-header {
    border-bottom: 1.5px solid var(--border-glow);
    padding-bottom: 10px;
}

.settings-header h4 {
    font-size: 15px;
    color: white;
    font-weight: 700;
}

.settings-groups {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.settings-group {
    border: 1px solid var(--border-glow);
    border-radius: 12px;
    padding: 16px;
    background: rgba(2, 5, 24, 0.25);
}

.settings-group h5 {
    font-size: 12px;
    color: var(--neon-cyan);
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.settings-option {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.settings-option:last-child {
    margin-bottom: 0;
}

.settings-option.toggle-option {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.toggle-text h6 {
    font-size: 13px;
    color: white;
    font-weight: 600;
}

.toggle-text p {
    font-size: 11px;
    color: var(--text-secondary);
}

.mock-switch {
    width: 42px;
    height: 22px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    position: relative;
    cursor: pointer;
}

.mock-switch::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    top: 2px;
    left: 2px;
    transition: var(--transition-smooth);
}

.mock-switch.active {
    background: var(--neon-cyan);
}

.mock-switch.active::before {
    transform: translateX(20px);
}

.select-path {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.select-path i {
    color: var(--neon-cyan);
}

@media (max-width: 992px) {
    .preview-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        padding: 12px 16px;
    }
    
    .preview-tabs {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }
    
    .preview-tab {
        white-space: nowrap;
        font-size: 12px;
        padding: 6px 10px;
    }
}

/* -------------------------------------------------------------
   NEW MARKETING SECTIONS & ROADMAP STYLES
   ------------------------------------------------------------- */
.hero-preview-title {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 0 15px rgba(0, 200, 255, 0.4);
}

@media (max-width: 768px) {
    .hero-preview-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

/* Perfect For Section */
.perfect-for-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.perfect-for-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.perfect-for-card {
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid var(--border-glow);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.perfect-for-card:hover {
    transform: translateY(-5px);
    border-color: var(--neon-cyan);
    box-shadow: 0 8px 25px rgba(0, 200, 255, 0.25);
    background: rgba(15, 23, 42, 0.65);
}

.perfect-for-icon {
    font-size: 24px;
    color: var(--neon-cyan);
    margin-bottom: 16px;
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.5);
}

.perfect-for-card h3 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.perfect-for-card p {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.5;
}

@media (max-width: 992px) {
    .perfect-for-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .perfect-for-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .perfect-for-section {
        padding: 60px 0;
    }
}

/* Trust Grid Section */
.trust-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.trust-card {
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid var(--border-glow);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    text-align: left;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.trust-card:hover {
    transform: translateY(-5px);
    border-color: var(--neon-cyan);
    box-shadow: 0 8px 25px rgba(0, 200, 255, 0.25);
    background: rgba(15, 23, 42, 0.65);
}

.trust-icon {
    font-size: 22px;
    color: var(--neon-cyan);
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.5);
    margin-top: 2px;
}

.trust-text h3 {
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.trust-text p {
    font-family: var(--font-body);
    font-size: 13.5px;
    color: var(--text-secondary);
    line-height: 1.5;
}

@media (max-width: 992px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .trust-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .trust-section {
        padding: 60px 0;
    }
}

/* Roadmap Progress Dashboard Styles */
.roadmap-progress-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    margin: 40px auto 0 auto;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid var(--border-glow);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
}

.progress-bar-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.progress-bar-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 600;
}

.progress-feature-name {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.progress-feature-name i {
    font-size: 16px;
}

.progress-feature-name i.text-green {
    color: #10b981;
    text-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
}

.progress-feature-name i.text-blue {
    color: #3b82f6;
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.4);
}

.progress-feature-name i.text-purple {
    color: #a855f7;
    text-shadow: 0 0 8px rgba(168, 85, 247, 0.4);
}

.progress-feature-name i.text-cyan {
    color: var(--neon-cyan);
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.4);
}

.progress-percentage-label {
    font-weight: 700;
    color: #10b981;
}

.progress-percentage-label.font-blue {
    color: #3b82f6;
}

.progress-percentage-label.font-purple {
    color: #a855f7;
}

.progress-percentage-label.font-cyan {
    color: var(--neon-cyan);
}

.progress-bar-track {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.progress-bar-fill {
    height: 100%;
    border-radius: 5px;
    transition: width 1s ease-in-out;
}

.progress-bar-fill.completed {
    background: linear-gradient(90deg, #059669, #10b981);
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}

.progress-bar-fill.ongoing-blue {
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.6);
}

.progress-bar-fill.ongoing-purple {
    background: linear-gradient(90deg, #7c3aed, #a855f7);
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.6);
}

.progress-bar-fill.ongoing-cyan {
    background: linear-gradient(90deg, #0088cc, var(--neon-cyan));
    box-shadow: 0 0 10px rgba(0, 200, 255, 0.6);
}

@media (max-width: 768px) {
    .roadmap-progress-dashboard {
        padding: 20px;
    }
}

/* Founder Story Section */
.founder-story-section {
    padding: 80px 0 40px 0;
    position: relative;
    z-index: 1;
}

.founder-story-card {
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.65), rgba(30, 41, 59, 0.45));
    border: 1px solid var(--border-glow);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
}

.founder-story-glow {
    position: absolute;
    top: -50%;
    right: -50%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.1) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.founder-story-content {
    position: relative;
    z-index: 1;
}

.founder-quote-mark {
    position: absolute;
    top: -30px;
    left: -10px;
    font-size: 120px;
    color: rgba(0, 200, 255, 0.08);
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}

.founder-story-title {
    font-family: var(--font-heading);
    font-size: 24px;
    color: var(--neon-cyan);
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.founder-quote-text {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    margin-bottom: 15px;
}

.founder-quote-text strong {
    color: white;
    font-weight: 600;
}

.founder-profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
}

.founder-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 200, 255, 0.1);
    border: 1px solid rgba(0, 200, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--neon-cyan);
    box-shadow: 0 0 10px rgba(0, 200, 255, 0.2);
}

.founder-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.founder-name {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    color: white;
}

.founder-role {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .founder-story-card {
        padding: 30px 24px;
    }
    .founder-story-section {
        padding: 60px 0 30px 0;
    }
    .founder-quote-text {
        font-size: 14.5px;
    }
}

/* Waitlist Social Proof Badge */
.waitlist-social-proof {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.2);
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 25px;
    font-family: var(--font-body);
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulse-green 2s infinite;
}

.proof-text {
    color: var(--text-secondary);
}

.proof-text strong {
    color: white;
    font-weight: 600;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

/* =============================================================
   BETA WAITING LIST SECTION
   ============================================================= */

.waiting-list-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.waiting-list-card {
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.65), rgba(30, 41, 59, 0.45));
    border: 1px solid var(--border-glow);
    border-radius: 24px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    text-align: center;
}

.waiting-list-glow {
    position: absolute;
    top: -50%;
    left: -30%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.08) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

/* Waiting List Form */
.waiting-list-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.waiting-list-form .input-group {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.waiting-list-form .input-icon {
    position: absolute;
    left: 18px;
    color: var(--text-muted);
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}

.waiting-list-form input[type="email"] {
    width: 100%;
    padding: 16px 20px 16px 48px;
    background: rgba(2, 5, 24, 0.6);
    border: 1.5px solid var(--border-glow);
    border-radius: 14px;
    color: white;
    font-family: var(--font-body);
    font-size: 15px;
    outline: none;
    transition: var(--transition-smooth);
}

.waiting-list-form input[type="email"]:focus {
    border-color: var(--neon-cyan);
    box-shadow: 0 0 20px rgba(0, 200, 255, 0.15);
}

.waiting-list-form input[type="email"]::placeholder {
    color: var(--text-muted);
}

/* Form Validation Error */
.form-validation-error {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f87171;
    font-size: 13px;
    font-family: var(--font-body);
    padding: 6px 0;
    width: 100%;
    text-align: left;
}

.form-validation-error i {
    font-size: 14px;
    color: #f87171;
}

/* GDPR Consent Checkbox */
.gdpr-consent {
    width: 100%;
    text-align: left;
    margin-top: 4px;
}

.gdpr-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    position: relative;
    padding-left: 32px;
}

.gdpr-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.gdpr-checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1.5px solid var(--border-glow);
    border-radius: 5px;
    background: rgba(2, 5, 24, 0.6);
    transition: var(--transition-smooth);
}

.gdpr-label input[type="checkbox"]:checked ~ .gdpr-checkmark {
    background: var(--neon-blue);
    border-color: var(--neon-cyan);
}

.gdpr-label input[type="checkbox"]:checked ~ .gdpr-checkmark::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.gdpr-text {
    font-size: 12.5px;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* Submit Button States */
.waiting-list-form .btn {
    width: 100%;
    max-width: 320px;
    margin-top: 4px;
}

.btn-text,
.btn-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-disabled {
    opacity: 0.65;
    cursor: not-allowed !important;
    pointer-events: none;
    transform: none !important;
    box-shadow: none !important;
}

/* Form Feedback Messages */
.form-feedback-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 24px;
    border-radius: 14px;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    animation: fadeInUp 0.4s ease-out;
}

.form-feedback-message i {
    font-size: 22px;
    flex-shrink: 0;
}

.form-success-message {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #6ee7b7;
}

.form-success-message i {
    color: #10b981;
    text-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
}

.form-duplicate-message {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #93c5fd;
}

.form-duplicate-message i {
    color: #3b82f6;
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.4);
}

.form-error-message {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

.form-error-message i {
    color: #ef4444;
    text-shadow: 0 0 8px rgba(239, 68, 68, 0.4);
}

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

/* =============================================================
   CONTACT SECTION
   ============================================================= */

.contact-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.contact-card {
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.65), rgba(30, 41, 59, 0.45));
    border: 1px solid var(--border-glow);
    border-radius: 24px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
}

.contact-glow {
    position: absolute;
    bottom: -50%;
    right: -30%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(123, 63, 242, 0.08) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.contact-method-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 16px;
    background: rgba(2, 5, 24, 0.4);
    border: 1px solid var(--border-glow);
    border-radius: 16px;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.contact-method-item:hover {
    transform: translateY(-4px);
    border-color: var(--neon-cyan);
    box-shadow: 0 8px 20px rgba(0, 200, 255, 0.15);
}

.contact-method-icon {
    font-size: 24px;
    color: var(--neon-cyan);
    text-shadow: 0 0 8px rgba(0, 200, 255, 0.4);
}

.contact-method-label {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.contact-method-email {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--text-secondary);
    text-decoration: none;
    word-break: break-all;
}

.contact-info-text {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.contact-info-text .company-name {
    font-size: 14px;
    color: var(--text-muted);
}

@media (max-width: 768px) {
    .waiting-list-card {
        padding: 35px 20px;
    }
    .contact-card {
        padding: 35px 20px;
    }
    .contact-methods-grid {
        grid-template-columns: 1fr;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .form-feedback-message {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}
