/*
 * WebLite AEO Landing Page – CSS
 * Clean, modern, conversion-focused design
 */

:root {
    --aeo-primary: #2563eb;
    --aeo-primary-dark: #1d4ed8;
    --aeo-secondary: #7c3aed;
    --aeo-secondary-dark: #6d28d9;
    --aeo-accent: #06b6d4;
    --aeo-success: #10b981;
    --aeo-bg: #f8fafc;
    --aeo-bg-white: #ffffff;
    --aeo-text: #0f172a;
    --aeo-text-muted: #64748b;
    --aeo-border: #e2e8f0;
    --aeo-gradient: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    --aeo-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    --aeo-shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.1);
    --aeo-radius: 16px;
    --font-main: 'Heebo', sans-serif;
}

/* ==================== BASE ==================== */
.aeo-lp {
    font-family: var(--font-main);
    color: var(--aeo-text);
    direction: rtl;
    line-height: 1.7;
    background: var(--aeo-bg);
    overflow-x: hidden;
}

.aeo-lp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.aeo-lp-section {
    padding: 90px 0;
    position: relative;
}

/* ==================== SECTION HEADERS ==================== */
.aeo-lp-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.aeo-lp-section-tag {
    display: inline-block;
    background: rgba(37, 99, 235, 0.1);
    color: var(--aeo-primary);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.aeo-lp-section-header h2 {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--aeo-text);
}

.aeo-lp-section-sub {
    font-size: 1.1rem;
    color: var(--aeo-text-muted);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}

.aeo-lp-gradient-text {
    background: var(--aeo-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==================== BUTTONS ==================== */
.aeo-lp-btn-main,
.aeo-lp-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.aeo-lp-btn-main {
    background: var(--aeo-gradient);
    color: #fff;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.aeo-lp-btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.4);
}

.aeo-lp-btn-outline {
    background: transparent;
    color: var(--aeo-primary);
    border: 2px solid var(--aeo-primary);
}

.aeo-lp-btn-outline:hover {
    background: var(--aeo-primary);
    color: #fff;
}

/* ==================== HERO ==================== */
.aeo-lp-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.aeo-lp-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
}

.aeo-lp-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

.aeo-lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.aeo-lp-hero h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.aeo-lp-highlight {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.aeo-lp-hero-sub {
    font-size: 1.15rem;
    opacity: 0.85;
    max-width: 550px;
    margin-bottom: 35px;
    line-height: 1.8;
}

.aeo-lp-hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Chat Simulation */
.aeo-lp-chat-sim {
    background: var(--aeo-bg-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    color: var(--aeo-text);
}

.aeo-lp-chat-header {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    color: #fff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 0.95rem;
}

.aeo-lp-chat-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ef4444;
}

.aeo-lp-chat-dot:nth-child(2) {
    background: #f59e0b;
}

.aeo-lp-chat-dot:nth-child(3) {
    background: #10b981;
}

.aeo-lp-chat-body {
    padding: 24px 20px;
    background: #f1f5f9;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aeo-lp-msg {
    padding: 14px 18px;
    border-radius: 12px;
    max-width: 85%;
    line-height: 1.6;
}

.aeo-lp-msg-user {
    background: var(--aeo-primary);
    color: #fff;
    align-self: flex-end;
    text-align: right;
    font-size: 0.95rem;
}

.aeo-lp-typing-placeholder {
    opacity: 0.7;
    font-style: italic;
}

.aeo-lp-msg-ai {
    background: var(--aeo-bg-white);
    border: 1px solid var(--aeo-border);
    align-self: flex-start;
    display: flex;
    gap: 12px;
    font-size: 0.95rem;
}

.aeo-lp-ai-icon {
    width: 36px;
    height: 36px;
    background: var(--aeo-gradient);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

.aeo-lp-source {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: var(--aeo-success);
    margin-top: 8px;
    font-weight: 600;
}

/* ==================== WHAT IS AEO ==================== */
.aeo-lp-what {
    background: var(--aeo-bg-white);
}

.aeo-lp-what-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: start;
}

.aeo-lp-big-text {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--aeo-primary);
    margin-bottom: 20px;
}

.aeo-lp-what-main p {
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 18px;
    color: var(--aeo-text);
}

.aeo-lp-what-stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aeo-lp-stat-card {
    background: var(--aeo-bg);
    border: 2px solid var(--aeo-border);
    border-radius: var(--aeo-radius);
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.aeo-lp-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--aeo-shadow);
    border-color: var(--aeo-primary);
}

.aeo-lp-stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    background: var(--aeo-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 12px;
}

.aeo-lp-stat-number::after {
    content: '%';
}

.aeo-lp-stat-card:last-child .aeo-lp-stat-number::after {
    content: '';
}

.aeo-lp-stat-card p {
    font-size: 0.95rem;
    color: var(--aeo-text-muted);
    line-height: 1.6;
}

.aeo-lp-stat-zero {
    color: var(--aeo-success);
    font-weight: 700;
}

/* ==================== SEO VS AEO ==================== */
.aeo-lp-vs {
    background: linear-gradient(180deg, #f8fafc 0%, #f0f4ff 100%);
}

.aeo-lp-vs-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
}

.aeo-lp-vs-card {
    background: var(--aeo-bg-white);
    border-radius: var(--aeo-radius);
    padding: 36px 30px;
    border: 2px solid var(--aeo-border);
    transition: all 0.3s ease;
}

.aeo-lp-vs-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--aeo-shadow-lg);
}

.aeo-lp-vs-seo {
    border-color: #94a3b8;
}

.aeo-lp-vs-seo:hover {
    border-color: #64748b;
}

.aeo-lp-vs-aeo {
    border-color: var(--aeo-primary);
}

.aeo-lp-vs-aeo:hover {
    border-color: var(--aeo-secondary);
}

.aeo-lp-vs-icon {
    width: 70px;
    height: 70px;
    background: var(--aeo-bg);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.aeo-lp-vs-seo .aeo-lp-vs-icon {
    color: #64748b;
}

.aeo-lp-vs-aeo .aeo-lp-vs-icon {
    background: var(--aeo-gradient);
    color: #fff;
}

.aeo-lp-vs-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.aeo-lp-vs-desc {
    color: var(--aeo-text-muted);
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.aeo-lp-vs-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.aeo-lp-vs-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.aeo-lp-vs-card li i {
    color: var(--aeo-success);
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.aeo-lp-vs-badge-text {
    background: #f1f5f9;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    color: #64748b;
}

.aeo-lp-vs-badge-aeo {
    background: rgba(37, 99, 235, 0.1);
    color: var(--aeo-primary);
}

.aeo-lp-vs-plus {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.aeo-lp-plus-circle {
    width: 70px;
    height: 70px;
    background: var(--aeo-gradient);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 2.5rem;
    font-weight: 900;
    box-shadow: var(--aeo-shadow-lg);
}

.aeo-lp-vs-plus span {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--aeo-text-muted);
}

.aeo-lp-combo-box {
    background: var(--aeo-bg-white);
    border: 2px solid var(--aeo-primary);
    border-radius: var(--aeo-radius);
    padding: 32px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.aeo-lp-combo-icon {
    width: 60px;
    height: 60px;
    background: var(--aeo-gradient);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.8rem;
    color: #fff;
    flex-shrink: 0;
}

.aeo-lp-combo-text h4 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.aeo-lp-combo-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--aeo-text);
}

/* ==================== THE DREAM ==================== */
.aeo-lp-dream {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.aeo-lp-dream-content h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}

.aeo-lp-dream-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.aeo-lp-dream-card {
    background: var(--aeo-bg-white);
    border-radius: var(--aeo-radius);
    padding: 32px 28px;
    border-right: 4px solid var(--aeo-primary);
    position: relative;
}

.aeo-lp-dream-num {
    position: absolute;
    top: -16px;
    right: 24px;
    width: 48px;
    height: 48px;
    background: var(--aeo-gradient);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 1.2rem;
    box-shadow: var(--aeo-shadow);
}

.aeo-lp-dream-card p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--aeo-text);
}

.aeo-lp-dream-closer {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--aeo-text);
    background: var(--aeo-bg-white);
    padding: 28px 32px;
    border-radius: var(--aeo-radius);
    border: 2px solid var(--aeo-primary);
}

/* ==================== INCLUDES ==================== */
.aeo-lp-includes {
    background: var(--aeo-bg-white);
}

.aeo-lp-includes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.aeo-lp-include-card {
    background: var(--aeo-bg);
    border: 2px solid var(--aeo-border);
    border-radius: var(--aeo-radius);
    padding: 32px 28px;
    position: relative;
    transition: all 0.3s ease;
}

.aeo-lp-include-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--aeo-shadow);
    border-color: var(--aeo-primary);
}

.aeo-lp-include-bonus {
    border-color: var(--aeo-secondary);
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
}

.aeo-lp-include-step {
    position: absolute;
    top: -14px;
    right: 24px;
    background: var(--aeo-gradient);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: var(--aeo-shadow);
}

.aeo-lp-include-icon {
    width: 60px;
    height: 60px;
    background: var(--aeo-bg-white);
    border: 2px solid var(--aeo-primary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    color: var(--aeo-primary);
    margin-bottom: 20px;
}

.aeo-lp-include-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.aeo-lp-include-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--aeo-text-muted);
}

/* ==================== PRICING ==================== */
.aeo-lp-pricing {
    background: linear-gradient(180deg, #f8fafc 0%, #f0f4ff 100%);
}

.aeo-lp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.aeo-lp-price-card {
    background: var(--aeo-bg-white);
    border: 2px solid var(--aeo-border);
    border-radius: var(--aeo-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.aeo-lp-price-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--aeo-shadow-lg);
}

.aeo-lp-price-featured {
    border-color: var(--aeo-primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.aeo-lp-featured-ribbon {
    position: absolute;
    top: 20px;
    left: -35px;
    background: var(--aeo-gradient);
    color: #fff;
    padding: 6px 40px;
    font-weight: 700;
    font-size: 0.8rem;
    transform: rotate(-45deg);
    box-shadow: var(--aeo-shadow);
    z-index: 5;
}

.aeo-lp-price-header {
    background: linear-gradient(135deg, #f8fafc 0%, #f0f4ff 100%);
    padding: 36px 32px;
    text-align: center;
    border-bottom: 2px solid var(--aeo-border);
}

.aeo-lp-price-featured .aeo-lp-price-header {
    background: var(--aeo-gradient);
    color: #fff;
}

.aeo-lp-price-icon {
    width: 70px;
    height: 70px;
    background: var(--aeo-bg-white);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 2rem;
    color: var(--aeo-primary);
    margin: 0 auto 20px;
}

.aeo-lp-price-featured .aeo-lp-price-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.aeo-lp-price-header h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.aeo-lp-price-tag-line {
    font-size: 0.95rem;
    opacity: 0.85;
}

.aeo-lp-price-body {
    padding: 36px 32px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.aeo-lp-price-amount {
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.aeo-lp-price-num {
    font-size: 4.5rem;
    font-weight: 900;
    background: var(--aeo-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.aeo-lp-price-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
}

.aeo-lp-price-currency {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--aeo-text);
}

.aeo-lp-price-period {
    font-size: 0.9rem;
    color: var(--aeo-text-muted);
}

.aeo-lp-price-then {
    text-align: center;
    font-size: 1.05rem;
    color: var(--aeo-text-muted);
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--aeo-border);
}

.aeo-lp-price-desc {
    text-align: center;
    font-size: 0.95rem;
    color: var(--aeo-text-muted);
    margin-bottom: 24px;
    line-height: 1.7;
}

.aeo-lp-price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex-grow: 1;
}

.aeo-lp-price-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.aeo-lp-price-features i {
    color: var(--aeo-success);
    font-size: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.aeo-lp-price-ideal {
    background: var(--aeo-bg);
    border-radius: 8px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: var(--aeo-text-muted);
    margin-bottom: 24px;
}

.aeo-lp-price-ideal i {
    color: var(--aeo-primary);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.aeo-lp-price-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--aeo-primary);
    color: #fff;
    padding: 18px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.aeo-lp-price-btn:hover {
    background: var(--aeo-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--aeo-shadow);
}

.aeo-lp-price-btn-main {
    background: var(--aeo-gradient);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.aeo-lp-price-btn-main:hover {
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.4);
}

.aeo-lp-pricing-note {
    background: rgba(37, 99, 235, 0.1);
    border: 2px solid var(--aeo-primary);
    border-radius: 12px;
    padding: 20px 28px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 700px;
    margin: 0 auto;
}

.aeo-lp-pricing-note i {
    color: var(--aeo-primary);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.aeo-lp-pricing-note p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--aeo-text);
}

/* ==================== SEO + AEO BUNDLE ==================== */
.aeo-lp-bundle {
    background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%);
}

.aeo-lp-bundle-card {
    background: var(--aeo-bg-white);
    border: 2px solid rgba(37, 99, 235, 0.2);
    border-radius: var(--aeo-radius);
    box-shadow: var(--aeo-shadow-lg);
    padding: 36px 32px;
}

.aeo-lp-bundle-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.95fr;
    gap: 30px;
    align-items: start;
}

.aeo-lp-bundle-content h3,
.aeo-lp-bundle-pricing h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.aeo-lp-bundle-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aeo-lp-bundle-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.98rem;
    line-height: 1.65;
}

.aeo-lp-bundle-list li i {
    color: var(--aeo-success);
    margin-top: 4px;
    flex-shrink: 0;
}

.aeo-lp-bundle-pricing {
    background: #f8fafc;
    border: 1px solid var(--aeo-border);
    border-radius: 14px;
    padding: 20px;
}

.aeo-lp-bundle-price-option {
    background: var(--aeo-bg-white);
    border: 1px solid var(--aeo-border);
    border-radius: 12px;
    padding: 14px 16px;
}

.aeo-lp-bundle-price-option + .aeo-lp-bundle-price-option {
    margin-top: 10px;
}

.aeo-lp-bundle-price-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--aeo-text-muted);
    margin-bottom: 4px;
}

.aeo-lp-bundle-price-value {
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--aeo-text);
    line-height: 1.25;
}

.aeo-lp-bundle-price-note {
    margin: 14px 0 16px;
    font-size: 0.9rem;
    color: var(--aeo-text-muted);
    line-height: 1.6;
}

/* ==================== SOCIAL PROOF ==================== */
.aeo-lp-proof {
    background: var(--aeo-bg-white);
}

.aeo-lp-proof-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.aeo-lp-proof-card {
    background: var(--aeo-bg);
    border: 2px solid var(--aeo-border);
    border-radius: var(--aeo-radius);
    padding: 32px 28px;
    transition: all 0.3s ease;
}

.aeo-lp-proof-card:hover {
    box-shadow: var(--aeo-shadow);
    border-color: var(--aeo-primary);
}

.aeo-lp-proof-stars {
    margin-bottom: 16px;
}

.aeo-lp-proof-stars i {
    color: #fbbf24;
    font-size: 1rem;
    margin-left: 2px;
}

.aeo-lp-proof-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--aeo-text);
    font-style: italic;
    margin-bottom: 20px;
}

.aeo-lp-proof-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.aeo-lp-proof-avatar {
    width: 48px;
    height: 48px;
    background: var(--aeo-gradient);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.aeo-lp-proof-author strong {
    display: block;
    font-size: 1rem;
    color: var(--aeo-text);
}

.aeo-lp-proof-author span {
    font-size: 0.85rem;
    color: var(--aeo-text-muted);
}

/* ==================== FAQ ==================== */
.aeo-lp-faq {
    background: linear-gradient(180deg, #f8fafc 0%, #f0f4ff 100%);
}

.aeo-lp-faq-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.aeo-lp-faq-item {
    margin-bottom: 12px;
}

.aeo-lp-faq-item details {
    background: var(--aeo-bg-white);
    border: 2px solid var(--aeo-border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.aeo-lp-faq-item details[open] {
    border-color: var(--aeo-primary);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.aeo-lp-faq-item summary {
    padding: 20px 24px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--aeo-text);
    transition: color 0.3s ease;
}

.aeo-lp-faq-item summary:hover {
    color: var(--aeo-primary);
}

.aeo-lp-faq-item summary::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.8rem;
    color: var(--aeo-primary);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-right: 16px;
}

.aeo-lp-faq-item details[open] summary::after {
    transform: rotate(180deg);
}

.aeo-lp-faq-item p {
    padding: 0 24px 20px;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--aeo-text-muted);
}

/* ==================== FINAL CTA + FORM ==================== */
.aeo-lp-final {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    padding: 100px 0;
}

.aeo-lp-final-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

.aeo-lp-final-text h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
}

.aeo-lp-final-text > p {
    font-size: 1.1rem;
    opacity: 0.85;
    margin-bottom: 30px;
    line-height: 1.8;
}

.aeo-lp-final-checklist {
    display: grid;
    gap: 12px;
    margin-bottom: 30px;
}

.aeo-lp-final-checklist div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.aeo-lp-final-checklist i {
    color: #34d399;
    font-size: 0.9rem;
}

.aeo-lp-final-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.aeo-lp-final-price-mini {
    flex: 1;
    min-width: 155px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 18px 16px;
    text-align: center;
    position: relative;
}

.aeo-lp-fp-popular {
    background: rgba(37, 99, 235, 0.15);
    border-color: var(--aeo-primary);
}

.aeo-lp-fp-new {
    background: rgba(16, 185, 129, 0.16);
    border-color: rgba(16, 185, 129, 0.6);
}

.aeo-lp-fp-tag {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--aeo-primary);
    padding: 2px 12px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
}

.aeo-lp-fp-name {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 8px;
}

.aeo-lp-fp-price {
    display: block;
    font-size: 1.3rem;
    font-weight: 800;
}

.aeo-lp-fp-price small {
    font-size: 0.7rem;
    font-weight: 500;
    opacity: 0.7;
}

/* Form Card */
.aeo-lp-form-card {
    background: var(--aeo-bg-white);
    border-radius: var(--aeo-radius);
    padding: 40px 32px;
    color: var(--aeo-text);
}

.aeo-lp-form-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-align: center;
}

.aeo-lp-form-card > p {
    text-align: center;
    color: var(--aeo-text-muted);
    margin-bottom: 28px;
    font-size: 0.95rem;
}

.aeo-lp-form-group {
    margin-bottom: 14px;
}

.aeo-lp-form input,
.aeo-lp-form select {
    width: 100%;
    padding: 16px 18px;
    border: 2px solid var(--aeo-border);
    border-radius: 12px;
    font-size: 1rem;
    font-family: var(--font-main);
    color: var(--aeo-text);
    background: var(--aeo-bg);
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.aeo-lp-form input:focus,
.aeo-lp-form select:focus {
    outline: none;
    border-color: var(--aeo-primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.aeo-lp-form input::placeholder {
    color: var(--aeo-text-muted);
}

.aeo-lp-form-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--aeo-gradient);
    color: #fff;
    padding: 18px;
    border-radius: 12px;
    border: none;
    font-size: 1.15rem;
    font-weight: 700;
    font-family: var(--font-main);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.aeo-lp-form-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
}

.aeo-lp-form-note {
    text-align: center;
    font-size: 0.8rem;
    color: var(--aeo-text-muted);
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.aeo-lp-form-note i {
    color: var(--aeo-success);
    font-size: 0.75rem;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
    .aeo-lp-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .aeo-lp-hero-text {
        order: 2;
    }

    .aeo-lp-hero-visual {
        order: 1;
    }

    .aeo-lp-hero-sub {
        margin: 0 auto 35px;
    }

    .aeo-lp-hero-ctas {
        justify-content: center;
    }

    .aeo-lp-what-grid {
        grid-template-columns: 1fr;
    }

    .aeo-lp-vs-grid {
        grid-template-columns: 1fr;
    }

    .aeo-lp-vs-plus {
        flex-direction: row;
        justify-content: center;
    }

    .aeo-lp-pricing-grid {
        grid-template-columns: 1fr;
    }

    .aeo-lp-bundle-grid {
        grid-template-columns: 1fr;
    }

    .aeo-lp-final-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .aeo-lp-final-checklist {
        max-width: 400px;
        margin: 0 auto 30px;
        text-align: right;
    }

    .aeo-lp-final-prices {
        justify-content: center;
        max-width: 500px;
        margin: 30px auto 0;
    }
}

@media (max-width: 768px) {
    .aeo-lp-section {
        padding: 60px 0;
    }

    .aeo-lp-hero {
        padding: 80px 0 60px;
    }

    .aeo-lp-hero-ctas {
        flex-direction: column;
        align-items: center;
    }

    .aeo-lp-btn-main,
    .aeo-lp-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .aeo-lp-dream-grid {
        grid-template-columns: 1fr;
    }

    .aeo-lp-includes-grid {
        grid-template-columns: 1fr;
    }

    .aeo-lp-proof-grid {
        grid-template-columns: 1fr;
    }

    .aeo-lp-bundle-card {
        padding: 24px 20px;
    }

    .aeo-lp-bundle-price-value {
        font-size: 1.2rem;
    }

    .aeo-lp-final-prices {
        flex-direction: column;
    }

    .aeo-lp-form-card {
        padding: 28px 20px;
    }
}

@media (max-width: 480px) {
    .aeo-lp-pricing-grid {
        grid-template-columns: 1fr;
    }

    .aeo-lp-combo-box {
        flex-direction: column;
        text-align: center;
    }
}

/* ==================== ANIMATIONS ==================== */
@keyframes particle-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

html {
    scroll-behavior: smooth;
}
