/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: 'Inter', system-ui, sans-serif;
    background: #0b0c10;
    color: #E2E8F0;
    line-height: 1.7;
    overflow-x: hidden;
    background-image:
        radial-gradient(circle at 10% 10%, rgba(197, 160, 89, 0.08) 0%, transparent 40%),
        radial-gradient(at 100% 0%, rgba(59, 130, 246, 0.05) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgba(16, 185, 129, 0.03) 0px, transparent 50%);
    background-attachment: fixed;
}
html[dir="rtl"] body { font-family: 'Cairo', 'Inter', system-ui, sans-serif; }
html[dir="rtl"] * { letter-spacing: normal !important; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== COLORS ===== */
.text-green { color: #10b981; }
.text-red { color: #ef4444; }
.text-gold { color: #c5a059; }
::selection { background-color: #c5a059; color: #000; }

/* ===== NAVBAR ===== */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    padding: 16px 0;
    background: rgba(11,12,16,0.8);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: all 0.3s ease;
}
.navbar.scrolled { padding: 10px 0; background: rgba(11,12,16,0.95); }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.logo-text {
    font-weight: 800; font-size: 1.15rem; letter-spacing: -0.5px;
    background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 0.85rem; font-weight: 500; color: #94A3B8; transition: color 0.2s; }
.nav-links a:hover { color: #e2c08d; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.lang-switcher { display: flex; gap: 4px; background: rgba(255,255,255,0.06); border-radius: 8px; padding: 3px; }
.lang-btn {
    padding: 5px 12px; border: none; background: transparent; color: #94A3B8;
    border-radius: 6px; cursor: pointer; font-size: 0.8rem; font-weight: 600; transition: all 0.2s;
}
.lang-btn.active { background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%); color: #0b0c10; }
.lang-btn:hover:not(.active) { color: #e2c08d; }
.nav-cta {
    padding: 8px 20px;
    background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%);
    color: #0b0c10; border-radius: 8px;
    font-weight: 700; font-size: 0.85rem; transition: all 0.2s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(197,160,89,0.3); }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.mobile-menu-btn span { display: block; width: 22px; height: 2px; background: #E2E8F0; border-radius: 2px; transition: 0.3s; }

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; border: none; cursor: pointer; border-radius: 12px;
    transition: all 0.3s ease; font-family: inherit; text-align: center;
}
.btn-primary {
    background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%);
    color: #0b0c10; box-shadow: 0 4px 24px rgba(197,160,89,0.3);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(197,160,89,0.45); }
.btn-secondary {
    background: rgba(197,160,89,0.08); color: #c5a059;
    border: 1px solid rgba(197,160,89,0.3); box-shadow: none;
}
.btn-secondary:hover { background: rgba(197,160,89,0.15); transform: translateY(-2px); border-color: rgba(197,160,89,0.5); }
.btn-lg { padding: 16px 40px; font-size: 1.05rem; }
.btn-xl { padding: 20px 48px; font-size: 1.15rem; }

/* ===== HERO ===== */
.hero {
    position: relative; min-height: 100vh; display: flex; flex-direction: column;
    align-items: center; justify-content: center; padding: 120px 24px 60px;
    text-align: center; overflow: hidden;
}
.hero-bg-effects { position: absolute; inset: 0; pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(120px); }
.hero-glow-1 { width: 600px; height: 600px; background: #c5a059; top: -200px; right: -100px; opacity: 0.1; }
.hero-glow-2 { width: 500px; height: 500px; background: #3B82F6; bottom: -200px; left: -100px; opacity: 0.08; }
.hero-glow-3 { width: 400px; height: 400px; background: #10b981; bottom: 100px; right: 20%; opacity: 0.04; }
.grid-overlay {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(197,160,89,0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(197,160,89,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}
.hero-content { position: relative; z-index: 2; max-width: 850px; }
.hero-badge {
    display: inline-block; padding: 8px 20px;
    background: rgba(197,160,89,0.08); border: 1px solid rgba(197,160,89,0.25);
    border-radius: 50px; font-size: 0.85rem; font-weight: 600; color: #c5a059;
    margin-bottom: 32px; animation: fadeInDown 0.8s ease;
}
.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 900; line-height: 1.15;
    letter-spacing: -1.5px; margin-bottom: 24px; color: #F9FAFB;
    animation: fadeInUp 0.8s ease 0.1s both;
}
.hero-sub {
    font-size: clamp(1rem, 2vw, 1.15rem); color: #94A3B8; max-width: 680px;
    margin: 0 auto 40px; animation: fadeInUp 0.8s ease 0.2s both;
}
.hero-cta-group { animation: fadeInUp 0.8s ease 0.3s both; }
.hero-micro { font-size: 0.8rem; color: #64748B; margin-top: 12px; }

/* Floating Notification */
.floating-notif {
    position: relative; display: flex; align-items: center; gap: 12px;
    background: rgba(20,21,26,0.9); border: 1px solid rgba(197,160,89,0.35);
    border-radius: 12px; padding: 14px 20px; max-width: 380px;
    margin: 24px auto 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4); animation: fadeInUp 1s ease 1s both;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.notif-icon { font-size: 1.3rem; }
.notif-text { font-size: 0.8rem; color: #e2c08d; font-weight: 500; text-align: left; }
html[dir="rtl"] .notif-text { text-align: right; }

/* Hero Dashboard */
.hero-dashboard {
    display: flex; gap: 20px; justify-content: center; margin-top: 60px;
    position: relative; z-index: 2; animation: fadeInUp 1s ease 0.5s both;
}
.dashboard-card {
    background: rgba(20,21,26,0.6); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px; padding: 24px 28px; min-width: 200px; text-align: left;
    backdrop-filter: blur(20px) saturate(180%); transition: all 0.3s;
}
html[dir="rtl"] .dashboard-card { text-align: right; }
.dashboard-card:hover { border-color: rgba(197,160,89,0.3); box-shadow: 0 8px 32px -4px rgba(197,160,89,0.05); transform: translateY(-4px); }
.card-highlight { border-color: rgba(197,160,89,0.35); background: rgba(197,160,89,0.04); }
.dash-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.dash-label { font-size: 0.75rem; color: #94A3B8; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.dash-live { display: flex; align-items: center; gap: 6px; font-size: 0.7rem; color: #10b981; font-weight: 700; }
.live-dot { width: 6px; height: 6px; background: #10b981; border-radius: 50%; animation: pulse 1.5s infinite; }
.dash-badge { font-size: 0.7rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; background: rgba(255,255,255,0.06); }
.dash-value { font-size: 2rem; font-weight: 900; letter-spacing: -1px; }
.dash-value small { font-size: 0.9rem; font-weight: 600; }
.dash-sub { font-size: 0.75rem; color: #64748B; margin-top: 4px; }

/* ===== SECTIONS ===== */
.section { padding: 100px 0; position: relative; }
.section-label {
    font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
    color: #c5a059; margin-bottom: 16px; text-align: center;
}
.section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; letter-spacing: -1px;
    text-align: center; margin-bottom: 24px; color: #F9FAFB; line-height: 1.2;
}
.section-desc {
    font-size: 1.05rem; color: #94A3B8; max-width: 700px; margin: 0 auto; text-align: center;
}

/* ===== PAIN ===== */
.section-pain { background: linear-gradient(180deg, #0b0c10 0%, #0f1015 100%); }
.pain-grid { display: flex; align-items: stretch; gap: 24px; margin-top: 60px; justify-content: center; flex-wrap: wrap; }
.pain-card {
    flex: 1; min-width: 280px; max-width: 400px;
    background: rgba(20,21,26,0.6); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px; padding: 40px 32px; text-align: center;
    backdrop-filter: blur(20px) saturate(180%); transition: all 0.3s;
}
.pain-card:hover { transform: translateY(-4px); border-color: rgba(197,160,89,0.3); box-shadow: 0 8px 32px -4px rgba(197,160,89,0.05); }
.pain-card-real { border-color: rgba(239,68,68,0.25); background: rgba(239,68,68,0.03); }
.pain-card-real:hover { border-color: rgba(239,68,68,0.4); }
.pain-icon { font-size: 2.5rem; margin-bottom: 20px; }
.pain-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.pain-card p { font-size: 0.95rem; color: #94A3B8; margin-bottom: 24px; }
.pain-indicator { font-size: 1.5rem; font-weight: 900; }
.pain-indicator span { font-size: 0.8rem; font-weight: 500; }
.pain-divider { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #64748B; font-weight: 800; font-size: 0.85rem; }
.divider-line { width: 2px; height: 40px; background: linear-gradient(180deg, transparent, rgba(197,160,89,0.3), transparent); }

/* ===== SOLUTION ===== */
.section-solution { background: #0b0c10; }

/* ===== BENEFITS ===== */
.section-benefits { background: linear-gradient(180deg, #0b0c10 0%, #0f1015 100%); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.benefit-card {
    position: relative;
    background: rgba(20,21,26,0.6); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px; padding: 40px 32px;
    backdrop-filter: blur(20px) saturate(180%); transition: all 0.3s;
}
.benefit-card:hover { transform: translateY(-6px); border-color: rgba(197,160,89,0.3); box-shadow: 0 8px 32px -4px rgba(197,160,89,0.05); }
.benefit-card-highlight { border-color: rgba(197,160,89,0.35); background: rgba(197,160,89,0.04); }
.benefit-popular {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%); color: #0b0c10;
    padding: 4px 16px; border-radius: 20px; font-size: 0.7rem; font-weight: 800;
    letter-spacing: 1px; white-space: nowrap;
}
.benefit-icon {
    width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center;
    justify-content: center; margin-bottom: 24px;
}
.benefit-icon-truth { background: rgba(59,130,246,0.1); color: #3B82F6; }
.benefit-icon-act { background: rgba(197,160,89,0.1); color: #c5a059; }
.benefit-icon-alert { background: rgba(239,68,68,0.08); color: #ef4444; }
.benefit-card h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 8px; }
.benefit-card > p { font-size: 0.85rem; color: #c5a059; font-weight: 600; margin-bottom: 20px; }
.benefit-card ul { display: flex; flex-direction: column; gap: 12px; }
.benefit-card li { font-size: 0.9rem; color: #94A3B8; padding-left: 20px; position: relative; }
html[dir="rtl"] .benefit-card li { padding-left: 0; padding-right: 20px; }
.benefit-card li::before { content: '✓'; position: absolute; left: 0; color: #c5a059; font-weight: 700; }
html[dir="rtl"] .benefit-card li::before { left: auto; right: 0; }

/* ===== NOTIFICATIONS SHOWCASE ===== */
.section-notifications {
    background: linear-gradient(180deg, #0f1015 0%, #0b0c10 50%, #0f1015 100%);
    overflow: hidden;
}
.notif-showcase { display: flex; justify-content: center; margin-top: 60px; }
.phone-frame {
    width: 340px; background: #1a1b20; border-radius: 40px;
    border: 3px solid rgba(255,255,255,0.1); padding: 12px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 30px rgba(0,0,0,0.3);
    position: relative; overflow: hidden;
}
.phone-notch {
    width: 120px; height: 28px; background: #0b0c10;
    border-radius: 0 0 16px 16px; margin: 0 auto 16px;
    position: relative;
}
.phone-notch::after {
    content: ''; width: 60px; height: 4px; background: rgba(255,255,255,0.1);
    border-radius: 2px; position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%);
}
.phone-screen {
    background: linear-gradient(180deg, #0f1015 0%, #0b0c10 100%);
    border-radius: 28px; padding: 20px 16px 24px; min-height: 420px;
}
.phone-time {
    font-size: 1.4rem; font-weight: 700; color: #F9FAFB;
    text-align: center; margin-bottom: 24px; letter-spacing: 1px;
}
.notif-stack { display: flex; flex-direction: column; gap: 12px; }
.notif-card {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px; padding: 16px; transition: all 0.5s ease;
    animation: notifSlideIn 0.6s ease both;
}
.notif-card-1 { animation-delay: 0.3s; }
.notif-card-2 { animation-delay: 0.6s; }
.notif-card-3 { animation-delay: 0.9s; }
.notif-card:hover { border-color: rgba(197,160,89,0.3); background: rgba(255,255,255,0.08); }
.notif-card-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.notif-card-icon { font-size: 1rem; }
.notif-card-tag {
    font-size: 0.6rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
    padding: 2px 8px; border-radius: 4px;
}
.notif-tag-rate { background: rgba(239,68,68,0.15); color: #ef4444; }
.notif-tag-decision { background: rgba(59,130,246,0.15); color: #3B82F6; }
.notif-tag-reminder { background: rgba(16,185,129,0.15); color: #10b981; }
.notif-card-time { margin-left: auto; font-size: 0.7rem; color: #64748B; font-weight: 500; }
html[dir="rtl"] .notif-card-time { margin-left: 0; margin-right: auto; }
.notif-card-title { font-size: 0.9rem; font-weight: 800; color: #F9FAFB; margin-bottom: 4px; }
.notif-card-body { font-size: 0.78rem; color: #94A3B8; line-height: 1.5; }

@keyframes notifSlideIn {
    from { opacity: 0; transform: translateY(20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ===== HOW IT WORKS ===== */
.section-how { background: #0b0c10; }
.steps-grid { display: flex; align-items: center; justify-content: center; gap: 0; margin-top: 60px; flex-wrap: wrap; }
.step-card {
    background: rgba(20,21,26,0.6); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px; padding: 40px 32px; max-width: 300px; text-align: center;
    backdrop-filter: blur(20px) saturate(180%); transition: all 0.3s;
}
.step-card:hover { transform: translateY(-4px); border-color: rgba(197,160,89,0.3); box-shadow: 0 8px 32px -4px rgba(197,160,89,0.05); }
.step-num {
    font-size: 3rem; font-weight: 900; line-height: 1; margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(197,160,89,0.3) 0%, rgba(226,192,141,0.1) 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.step-card h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 12px; }
.step-card p { font-size: 0.9rem; color: #94A3B8; }
.step-connector { padding: 0 16px; display: flex; align-items: center; }

/* ===== SOCIAL PROOF ===== */
.section-proof { background: linear-gradient(180deg, #0b0c10 0%, #0f1015 100%); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.testimonial-card {
    background: rgba(20,21,26,0.6); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px; padding: 32px;
    backdrop-filter: blur(20px) saturate(180%); transition: all 0.3s;
}
.testimonial-card:hover { transform: translateY(-4px); border-color: rgba(197,160,89,0.3); box-shadow: 0 8px 32px -4px rgba(197,160,89,0.05); }
.testimonial-stars { color: #c5a059; font-size: 1rem; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-text { font-size: 0.95rem; color: #CBD5E1; margin-bottom: 24px; font-style: italic; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
    width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center;
    justify-content: center; font-weight: 800; font-size: 0.85rem;
    background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%); color: #0b0c10;
}
.testimonial-author strong { font-size: 0.9rem; }
.testimonial-author span { font-size: 0.75rem; color: #64748B; }

/* ===== OBJECTION ===== */
.section-objection { background: #0b0c10; }
.objection-card {
    max-width: 800px; margin: 0 auto;
    background: rgba(20,21,26,0.6); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px; padding: 60px; text-align: center;
    backdrop-filter: blur(20px) saturate(180%);
}
.objection-card h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 20px; color: #F9FAFB; }
.objection-card p { font-size: 1.05rem; color: #94A3B8; max-width: 600px; margin: 0 auto; line-height: 1.8; }

/* ===== STATS BAR ===== */
.section-stats {
    padding: 60px 0;
    background: linear-gradient(180deg, #0f1015 0%, #0b0c10 100%);
    border-top: 1px solid rgba(197,160,89,0.1);
    border-bottom: 1px solid rgba(197,160,89,0.1);
}
.stats-grid {
    display: flex; align-items: center; justify-content: center; gap: 40px;
    flex-wrap: wrap;
}
.stat-item { text-align: center; min-width: 140px; }
.stat-number {
    font-size: 2.8rem; font-weight: 900; letter-spacing: -2px;
    background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label { font-size: 0.8rem; color: #64748B; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.stat-divider { width: 1px; height: 50px; background: linear-gradient(180deg, transparent, rgba(197,160,89,0.2), transparent); }

/* ===== PRICING ===== */
.section-pricing { background: linear-gradient(180deg, #0b0c10 0%, #0f1015 50%, #0b0c10 100%); }
.pricing-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
    max-width: 900px; margin: 32px auto 0; align-items: start;
}
.pricing-card {
    background: rgba(20,21,26,0.6); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 24px; padding: 40px; position: relative;
    backdrop-filter: blur(20px) saturate(180%); transition: all 0.3s;
}
.pricing-card:hover { transform: translateY(-4px); border-color: rgba(197,160,89,0.2); }
.pricing-card-featured {
    border-color: rgba(197,160,89,0.4); background: rgba(197,160,89,0.04);
    box-shadow: 0 12px 48px rgba(197,160,89,0.1);
}
.pricing-card-featured:hover { border-color: rgba(197,160,89,0.6); box-shadow: 0 16px 56px rgba(197,160,89,0.15); }
.pricing-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%); color: #0b0c10;
    padding: 6px 20px; border-radius: 20px; font-size: 0.7rem; font-weight: 800;
    letter-spacing: 1.5px; white-space: nowrap;
}
.pricing-header { text-align: center; margin-bottom: 32px; }
.pricing-header h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 16px; }
.pricing-price { margin-bottom: 12px; }
/* Original Price - Strikethrough */
.price-original {
    font-size: 1.5rem; font-weight: 600; color: #64748B;
    text-decoration: line-through; text-decoration-color: #c5a059;
    text-decoration-thickness: 2px; display: block; margin-bottom: 4px;
}
/* Discount Badge */
.price-discount-badge {
    display: block; width: fit-content; margin: 0 auto 10px; padding: 5px 18px; border-radius: 20px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #fff;
    font-size: 0.8rem; font-weight: 800; letter-spacing: 1px;
    animation: badgePulse 2s infinite;
}
@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); box-shadow: 0 0 16px rgba(16,185,129,0.4); }
}
.price-amount { font-size: 3rem; font-weight: 900; letter-spacing: -2px; color: #F9FAFB; }
.price-period { font-size: 0.85rem; color: #64748B; font-weight: 500; display: block; margin-top: 4px; }
.pricing-desc { font-size: 0.9rem; color: #94A3B8; }
.pricing-features { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.pricing-features li { font-size: 0.9rem; color: #CBD5E1; padding-left: 24px; position: relative; }
html[dir="rtl"] .pricing-features li { padding-left: 0; padding-right: 24px; }
.pricing-features li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: 700; }
html[dir="rtl"] .pricing-features li::before { left: auto; right: 0; }
.pricing-cta { width: 100%; text-align: center; }
.pricing-note { text-align: center; font-size: 0.85rem; color: #64748B; margin-top: 32px; font-weight: 500; }

/* === Countdown Timer === */
.countdown-wrapper {
    text-align: center; margin: 32px auto 0; max-width: 500px;
    background: rgba(239,68,68,0.06); border: 1px solid rgba(239,68,68,0.2);
    border-radius: 16px; padding: 20px 32px;
    animation: urgencyGlow 3s ease-in-out infinite;
}
@keyframes urgencyGlow {
    0%, 100% { box-shadow: 0 0 0 rgba(239,68,68,0); }
    50% { box-shadow: 0 0 24px rgba(239,68,68,0.15); }
}
.countdown-label { font-size: 0.85rem; color: #ef4444; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.countdown-timer { display: flex; align-items: center; justify-content: center; gap: 8px; }
.countdown-unit { text-align: center; }
.countdown-num {
    font-size: 2.4rem; font-weight: 900; letter-spacing: -1px; display: block;
    background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    line-height: 1;
}
.countdown-text { font-size: 0.65rem; color: #64748B; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.countdown-sep { font-size: 2rem; font-weight: 900; color: #c5a059; line-height: 1; padding-bottom: 14px; }

/* === Social Proof Toast === */
.social-proof-toast {
    position: fixed; bottom: 24px; left: 24px; z-index: 9999;
    display: flex; align-items: center; gap: 12px;
    background: rgba(16,18,22,0.95); border: 1px solid rgba(16,185,129,0.3);
    border-radius: 14px; padding: 14px 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.04);
    backdrop-filter: blur(20px) saturate(180%);
    transform: translateY(120px); opacity: 0;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 340px;
}
html[dir="rtl"] .social-proof-toast { left: auto; right: 24px; }
.social-proof-toast.visible { transform: translateY(0); opacity: 1; }
.toast-icon { font-size: 1.3rem; }
.toast-name { font-size: 0.85rem; font-weight: 800; color: #F9FAFB; }
.toast-action { font-size: 0.78rem; color: #10b981; font-weight: 600; }
.toast-time { font-size: 0.7rem; color: #64748B; margin-top: 2px; }

/* ===== FINAL CTA ===== */
.section-final-cta {
    background: linear-gradient(180deg, #0f1015 0%, #0b0c10 100%);
    position: relative; overflow: hidden;
}
.section-final-cta::before {
    content: ''; position: absolute; width: 800px; height: 800px; border-radius: 50%;
    background: rgba(197,160,89,0.05); filter: blur(100px);
    top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.final-cta-content { position: relative; z-index: 2; text-align: center; padding: 40px 0; }
.final-cta-content h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -1px; margin-bottom: 20px; line-height: 1.2; }
.final-cta-content p { font-size: 1.1rem; color: #94A3B8; margin-bottom: 40px; }

/* ===== FAQ ===== */
.section-faq { background: #0b0c10; }
.faq-list { max-width: 750px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
    border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; overflow: hidden; transition: all 0.3s;
    background: rgba(20,21,26,0.6); backdrop-filter: blur(20px) saturate(180%);
}
.faq-item:hover { border-color: rgba(197,160,89,0.2); }
.faq-item.active { border-color: rgba(197,160,89,0.35); }
.faq-q {
    width: 100%; padding: 20px 24px; background: transparent; border: none;
    color: #F9FAFB; font-size: 1rem; font-weight: 700; text-align: left; cursor: pointer;
    font-family: inherit; display: flex; justify-content: space-between; align-items: center;
}
html[dir="rtl"] .faq-q { text-align: right; }
.faq-q::after { content: '+'; font-size: 1.3rem; color: #c5a059; font-weight: 400; transition: transform 0.3s; }
.faq-item.active .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; }
.faq-item.active .faq-a { max-height: 200px; padding: 0 24px 20px; }
.faq-a p { font-size: 0.9rem; color: #94A3B8; }

/* ===== FOOTER ===== */
.footer { padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-content { display: flex; align-items: center; justify-content: space-between; }
.footer-logo { display: flex; align-items: center; gap: 8px; }
.footer-logo .logo-text {
    background: linear-gradient(135deg, #c5a059 0%, #e2c08d 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    font-weight: 800; font-size: 1.1rem;
}
.footer-copy { font-size: 0.8rem; color: #64748B; }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* Scroll Reveal */
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .benefits-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-cta { display: none; }
    .mobile-menu-btn { display: flex; }
    .nav-links.open {
        display: flex; flex-direction: column; position: absolute;
        top: 100%; left: 0; right: 0; background: rgba(11,12,16,0.98);
        padding: 24px; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .hero { padding: 100px 16px 40px; min-height: auto; }
    .hero-title { font-size: 2rem; }
    .hero-dashboard { flex-direction: column; align-items: center; gap: 12px; }
    .dashboard-card { min-width: 100%; max-width: 350px; }
    .pain-grid { flex-direction: column; align-items: center; }
    .pain-divider { flex-direction: row; gap: 16px; }
    .divider-line { width: 40px; height: 2px; }
    .benefits-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .steps-grid { flex-direction: column; gap: 16px; }
    .step-connector { transform: rotate(90deg); padding: 8px 0; }
    .section { padding: 60px 0; }
    .objection-card { padding: 32px 24px; }
    .footer-content { flex-direction: column; gap: 12px; text-align: center; }
    .btn-lg { padding: 14px 32px; font-size: 1rem; }
    .btn-xl { padding: 16px 36px; font-size: 1.05rem; }
    .stats-grid { gap: 24px; }
    .stat-divider { display: none; }
    .stat-number { font-size: 2.2rem; }
    .phone-frame { width: 300px; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 400px; }
}
@media (max-width: 480px) {
    .lang-switcher { gap: 2px; }
    .lang-btn { padding: 4px 8px; font-size: 0.7rem; }
    .phone-frame { width: 280px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .social-proof-toast { left: 12px; right: 12px; max-width: none; bottom: 12px; }
    html[dir="rtl"] .social-proof-toast { left: 12px; }
    .countdown-num { font-size: 1.8rem; }
    .countdown-wrapper { padding: 14px 20px; }
}
