/* /Components/Common/Layout/MainLayout.razor.rz.scp.css */
.page[b-kvp02hmo1z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kvp02hmo1z] {
    flex: 1;
}

.sidebar[b-kvp02hmo1z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kvp02hmo1z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kvp02hmo1z]  a, .top-row[b-kvp02hmo1z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kvp02hmo1z]  a:hover, .top-row[b-kvp02hmo1z]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kvp02hmo1z]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kvp02hmo1z] {
        justify-content: space-between;
    }

    .top-row[b-kvp02hmo1z]  a, .top-row[b-kvp02hmo1z]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kvp02hmo1z] {
        flex-direction: row;
    }

    .sidebar[b-kvp02hmo1z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kvp02hmo1z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kvp02hmo1z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kvp02hmo1z], article[b-kvp02hmo1z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kvp02hmo1z] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-kvp02hmo1z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
    
/* /Components/Common/Layout/NavMenu.razor.rz.scp.css */
/* Navigation wrapper */
.nav-wrapper[b-qcxm0jhvc0] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-toolbar[b-qcxm0jhvc0] {
    width: 80%;
    max-width: 1400px;
    padding: 0 20px;
    align-items: center;
}

/* Brand/Logo */
.nav-logo-icon[b-qcxm0jhvc0] {
    color: #f59e0b;
    filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.25));
}

.brand-name[b-qcxm0jhvc0] {
    font-weight: 700;
    background: linear-gradient(135deg, #d97706, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-link:hover[b-qcxm0jhvc0] {
    text-decoration: none;
}

/* Navigation Links */
.nav-link-btn[b-qcxm0jhvc0] {
    text-transform: none;
    font-weight: 500;
    color: #5a5348 !important;
    transition: all 0.3s ease;
    margin: 0 4px;
    border-radius: 8px;
}

.nav-link-btn:hover[b-qcxm0jhvc0] {
    background-color: rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

/* Auth Buttons */
.btn-login[b-qcxm0jhvc0] {
    text-transform: none;
    border-color: rgba(0, 0, 0, 0.12) !important;
    color: #5a5348 !important;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-login:hover[b-qcxm0jhvc0] {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-2px);
}

.btn-register[b-qcxm0jhvc0] {
    text-transform: none;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-weight: 600;
}

.btn-register:hover[b-qcxm0jhvc0] {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

/* User Menu */
.user-button[b-qcxm0jhvc0] {
    text-transform: none;
    border-color: rgba(0, 0, 0, 0.12) !important;
    background-color: rgba(0, 0, 0, 0.02);
    color: #5a5348 !important;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.user-button:hover[b-qcxm0jhvc0] {
    background-color: rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

/* User Menu Popover */
.user-menu-popover[b-qcxm0jhvc0] {
    z-index: 9999 !important;
}

/* Mobile Drawer Styles */
.mud-drawer[b-qcxm0jhvc0] {
    background: #faf7f2;
}

.mud-drawer-header[b-qcxm0jhvc0] {
    background: linear-gradient(135deg, #e9dfce, #d9cdb8);
    color: #2c2823;
}

/* Responsive */
@media (max-width: 1400px) {
    .nav-toolbar[b-qcxm0jhvc0] {
        width: 90%;
    }
}

@media (max-width: 960px) {
    .nav-toolbar[b-qcxm0jhvc0] {
        width: 100%;
    }
}
/* /Components/MainPage/Pages/Home.razor.rz.scp.css */
/* ===== Event Capsule — Home (Mid) ===== */
*[b-2x7izgtxos] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-2x7izgtxos] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #3d3731;
    background: #f5f2ea;
    line-height: 1.6;
}

.ec-container[b-2x7izgtxos] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== Logo ===== */
.ec-logo[b-2x7izgtxos] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f59e0b;
}

.ec-logo-icon[b-2x7izgtxos] {
    width: 36px;
    height: 36px;
    color: #f59e0b;
}

.ec-logo-icon svg[b-2x7izgtxos] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.3));
}

.ec-logo-text[b-2x7izgtxos] {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #d97706, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ===== Hero ===== */
.ec-hero[b-2x7izgtxos] {
    background: linear-gradient(180deg, #f5f2ea 0%, #faf7f2 50%, #f5f2ea 100%);
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.ec-particles[b-2x7izgtxos] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.ec-particles span[b-2x7izgtxos] {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(245, 158, 11, 0.2);
    border-radius: 50%;
    animation: ec-float-b-2x7izgtxos 8s infinite ease-in-out;
}

.ec-particles span:nth-child(1)[b-2x7izgtxos] { left: 10%; top: 20%; animation-delay: 0s; width: 4px; height: 4px; }
.ec-particles span:nth-child(2)[b-2x7izgtxos] { left: 25%; top: 60%; animation-delay: 1s; }
.ec-particles span:nth-child(3)[b-2x7izgtxos] { left: 45%; top: 30%; animation-delay: 2s; width: 5px; height: 5px; background: rgba(245, 158, 11, 0.15); }
.ec-particles span:nth-child(4)[b-2x7izgtxos] { right: 20%; top: 50%; animation-delay: 3s; }
.ec-particles span:nth-child(5)[b-2x7izgtxos] { right: 35%; top: 15%; animation-delay: 4s; width: 4px; height: 4px; }
.ec-particles span:nth-child(6)[b-2x7izgtxos] { right: 10%; bottom: 30%; animation-delay: 5s; }

@keyframes ec-float-b-2x7izgtxos {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.2; }
    50% { transform: translateY(-40px) scale(1.5); opacity: 0.5; }
}

.ec-hero-content[b-2x7izgtxos] {
    max-width: 820px;
    margin: 60px auto 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ec-hero-title[b-2x7izgtxos] {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #2c2823;
    margin-bottom: 28px;
}

.ec-gradient-text[b-2x7izgtxos] {
    background: linear-gradient(135deg, #d97706, #f59e0b, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ec-hero-sub[b-2x7izgtxos] {
    font-size: 1.25rem;
    color: #6b635b;
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.ec-hero-actions[b-2x7izgtxos] {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== Hero Stats ===== */
.ec-hero-stats[b-2x7izgtxos] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
    padding: 28px 40px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    position: relative;
    z-index: 1;
}

.ec-stat[b-2x7izgtxos] {
    text-align: center;
}

.ec-stat-number[b-2x7izgtxos] {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #f59e0b;
    letter-spacing: -0.02em;
}

.ec-stat-label[b-2x7izgtxos] {
    display: block;
    font-size: 0.9rem;
    color: #898072;
    margin-top: 4px;
}

.ec-stat-divider[b-2x7izgtxos] {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.06);
}

/* ===== Buttons ===== */
.ec-btn[b-2x7izgtxos] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: 2px solid transparent;
    font-family: inherit;
}

.ec-btn-arrow[b-2x7izgtxos] {
    transition: transform 0.25s ease;
}

.ec-btn:hover .ec-btn-arrow[b-2x7izgtxos] {
    transform: translateX(4px);
}

.ec-btn-primary[b-2x7izgtxos] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
}

.ec-btn-primary:hover[b-2x7izgtxos] {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.4);
}

.ec-btn-ghost[b-2x7izgtxos] {
    background: transparent;
    color: #5a5348;
    border-color: rgba(0, 0, 0, 0.1);
}

.ec-btn-ghost:hover[b-2x7izgtxos] {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

.ec-btn-outline[b-2x7izgtxos] {
    background: transparent;
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.3);
}

.ec-btn-outline:hover[b-2x7izgtxos] {
    background: rgba(245, 158, 11, 0.06);
    border-color: #f59e0b;
    transform: translateY(-2px);
}

.ec-btn-lg[b-2x7izgtxos] {
    padding: 18px 40px;
    font-size: 1.1rem;
}

.ec-btn-block[b-2x7izgtxos] {
    width: 100%;
    justify-content: center;
}

/* ===== Section Common ===== */
.ec-section[b-2x7izgtxos] {
    padding: 100px 0;
    background: #faf7f2;
    position: relative;
}

.ec-section-accent[b-2x7izgtxos] {
    background: #e9dfce;
}

.ec-section-label[b-2x7izgtxos] {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #f59e0b;
    margin-bottom: 12px;
    position: relative;
}

.ec-section-label[b-2x7izgtxos]::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #f59e0b, transparent);
    margin-top: 8px;
}

.ec-section-title[b-2x7izgtxos] {
    font-size: 2.75rem;
    font-weight: 800;
    color: #2c2823;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
}

/* ===== Features ===== */
.ec-features-grid[b-2x7izgtxos] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ec-feature-card[b-2x7izgtxos] {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 36px 32px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.ec-feature-card[b-2x7izgtxos]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ec-feature-card:hover[b-2x7izgtxos] {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.ec-feature-card:hover[b-2x7izgtxos]::before {
    opacity: 1;
}

.ec-feature-icon[b-2x7izgtxos] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ec-icon-design[b-2x7izgtxos] { background: rgba(245, 158, 11, 0.1); color: #d97706; }
.ec-icon-media[b-2x7izgtxos] { background: rgba(5, 150, 105, 0.1); color: #047a52; }
.ec-icon-speed[b-2x7izgtxos] { background: rgba(37, 99, 235, 0.1); color: #1d4ed8; }
.ec-icon-shield[b-2x7izgtxos] { background: rgba(245, 158, 11, 0.1); color: #d97706; }
.ec-icon-share[b-2x7izgtxos] { background: rgba(5, 150, 105, 0.1); color: #047a52; }
.ec-icon-storage[b-2x7izgtxos] { background: rgba(37, 99, 235, 0.1); color: #1d4ed8; }

.ec-feature-card h3[b-2x7izgtxos] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c2823;
    margin-bottom: 12px;
}

.ec-feature-card p[b-2x7izgtxos] {
    font-size: 0.95rem;
    color: #5a5348;
    line-height: 1.7;
}

/* ===== Steps ===== */
.ec-steps[b-2x7izgtxos] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 960px;
    margin: 0 auto;
}

.ec-step[b-2x7izgtxos] {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.ec-step-number[b-2x7izgtxos] {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-step-number span[b-2x7izgtxos] {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f59e0b;
    position: relative;
    z-index: 1;
}

.ec-step-number svg[b-2x7izgtxos] {
    position: absolute;
    inset: 0;
    color: rgba(245, 158, 11, 0.25);
    animation: ec-rotate-b-2x7izgtxos 20s linear infinite;
}

@keyframes ec-rotate-b-2x7izgtxos {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.ec-step-content h3[b-2x7izgtxos] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c2823;
    margin-bottom: 10px;
}

.ec-step-content p[b-2x7izgtxos] {
    font-size: 0.95rem;
    color: #5a5348;
    line-height: 1.7;
    max-width: 280px;
    margin: 0 auto;
}

.ec-step-connector[b-2x7izgtxos] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    color: rgba(245, 158, 11, 0.3);
}

/* ===== Categories ===== */
.ec-categories[b-2x7izgtxos] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ec-category-card[b-2x7izgtxos] {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ec-category-card:hover[b-2x7izgtxos] {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.ec-category-bg[b-2x7izgtxos] {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    transition: opacity 0.35s ease;
}

.ec-category-card:hover .ec-category-bg[b-2x7izgtxos] {
    opacity: 0.28;
}

.ec-cat-wedding .ec-category-bg[b-2x7izgtxos] { background: linear-gradient(135deg, #f43f5e, #e11d48); }
.ec-cat-birthday .ec-category-bg[b-2x7izgtxos] { background: linear-gradient(135deg, #f97316, #ea580c); }
.ec-cat-baptism .ec-category-bg[b-2x7izgtxos] { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.ec-cat-prom .ec-category-bg[b-2x7izgtxos] { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.ec-cat-anniversary .ec-category-bg[b-2x7izgtxos] { background: linear-gradient(135deg, #f59e0b, #d97706); }
.ec-cat-corporate .ec-category-bg[b-2x7izgtxos] { background: linear-gradient(135deg, #6366f1, #4f46e5); }

.ec-category-content[b-2x7izgtxos] {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    transition: border-color 0.35s ease, background 0.35s ease;
}

.ec-category-card:hover .ec-category-content[b-2x7izgtxos] {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.92);
}

.ec-category-emoji[b-2x7izgtxos] {
    font-size: 2.4rem;
    margin-bottom: 12px;
    transition: transform 0.35s ease;
}

.ec-category-card:hover .ec-category-emoji[b-2x7izgtxos] {
    transform: scale(1.1);
}

.ec-category-content h3[b-2x7izgtxos] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2c2823;
    margin-bottom: 6px;
}

.ec-category-content p[b-2x7izgtxos] {
    font-size: 0.85rem;
    color: #6b635b;
}

/* ===== Pricing ===== */
.ec-pricing[b-2x7izgtxos] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.ec-pricing-card[b-2x7izgtxos] {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 40px 32px;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.ec-pricing-card:hover[b-2x7izgtxos] {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.15);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.ec-pricing-featured[b-2x7izgtxos] {
    border-color: rgba(245, 158, 11, 0.2);
    background: #fffbeb;
    position: relative;
}

.ec-pricing-featured:hover[b-2x7izgtxos] {
    border-color: rgba(245, 158, 11, 0.3);
}

.ec-pricing-badge[b-2x7izgtxos] {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ec-pricing-card h3[b-2x7izgtxos] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c2823;
    margin-bottom: 16px;
}

.ec-price[b-2x7izgtxos] {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 28px;
}

.ec-price-amount[b-2x7izgtxos] {
    font-size: 3rem;
    font-weight: 800;
    color: #f59e0b;
    letter-spacing: -0.03em;
    line-height: 1;
}

.ec-price-currency[b-2x7izgtxos] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #f59e0b;
}

.ec-price-period[b-2x7izgtxos] {
    font-size: 0.95rem;
    color: #898072;
    margin-left: 4px;
}

.ec-price-features[b-2x7izgtxos] {
    list-style: none;
    margin-bottom: 32px;
    flex-grow: 1;
}

.ec-price-features li[b-2x7izgtxos] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    font-size: 0.95rem;
    color: #5a5348;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.ec-price-features li svg[b-2x7izgtxos] {
    flex-shrink: 0;
    color: #059669;
}

.ec-price-na[b-2x7izgtxos] {
    opacity: 0.4;
}

.ec-price-na svg[b-2x7izgtxos] {
    color: #ef4444;
}

.ec-pricing-note[b-2x7izgtxos] {
    text-align: center;
    color: #898072;
    margin-top: 40px;
    font-size: 0.95rem;
}

/* ===== Testimonials ===== */
.ec-testimonials[b-2x7izgtxos] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ec-testimonial[b-2x7izgtxos] {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 32px;
    transition: all 0.35s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.ec-testimonial:hover[b-2x7izgtxos] {
    border-color: rgba(245, 158, 11, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.ec-testimonial-stars[b-2x7izgtxos] {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    color: #f59e0b;
}

.ec-testimonial blockquote[b-2x7izgtxos] {
    font-size: 1rem;
    color: #5a5348;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}

.ec-testimonial-author[b-2x7izgtxos] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ec-testimonial-avatar[b-2x7izgtxos] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.04));
    border: 1px solid rgba(245, 158, 11, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #f59e0b;
    flex-shrink: 0;
}

.ec-testimonial-author strong[b-2x7izgtxos] {
    display: block;
    font-size: 0.95rem;
    color: #2c2823;
}

.ec-testimonial-author span[b-2x7izgtxos] {
    font-size: 0.8rem;
    color: #898072;
}

/* ===== CTA ===== */
.ec-cta[b-2x7izgtxos] {
    background: linear-gradient(135deg, #f5f2ea 0%, #faf7f2 50%, #f5f2ea 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ec-cta[b-2x7izgtxos]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(245, 158, 11, 0.04) 0%, transparent 50%);
    animation: ec-pulse-b-2x7izgtxos 6s ease-in-out infinite;
}

@keyframes ec-pulse-b-2x7izgtxos {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.ec-cta-content[b-2x7izgtxos] {
    position: relative;
    z-index: 1;
}

.ec-cta-title[b-2x7izgtxos] {
    font-size: 2.75rem;
    font-weight: 800;
    color: #2c2823;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.ec-cta-sub[b-2x7izgtxos] {
    font-size: 1.15rem;
    color: #6b635b;
    margin-bottom: 36px;
}

.ec-cta-note[b-2x7izgtxos] {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #898072;
}

/* ===== FAQ ===== */
.ec-faq[b-2x7izgtxos] {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.ec-faq-item[b-2x7izgtxos] {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.ec-faq-item:hover[b-2x7izgtxos] {
    border-color: rgba(245, 158, 11, 0.15);
}

.ec-faq-item details[b-2x7izgtxos] {
    padding: 0;
}

.ec-faq-item summary[b-2x7izgtxos] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2c2823;
    user-select: none;
}

.ec-faq-item summary[b-2x7izgtxos]::-webkit-details-marker {
    display: none;
}

.ec-faq-item summary svg[b-2x7izgtxos] {
    flex-shrink: 0;
    color: #898072;
    transition: transform 0.3s ease;
}

.ec-faq-item details[open] summary svg[b-2x7izgtxos] {
    transform: rotate(180deg);
    color: #f59e0b;
}

.ec-faq-item p[b-2x7izgtxos] {
    padding: 0 24px 20px;
    color: #5a5348;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ===== Footer ===== */
.ec-footer[b-2x7izgtxos] {
    background: #e9dfce;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding: 40px 0;
}

.ec-footer-inner[b-2x7izgtxos] {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 32px;
}

.ec-footer-brand .ec-logo[b-2x7izgtxos] {
    margin-bottom: 8px;
}

.ec-footer-brand p[b-2x7izgtxos] {
    font-size: 0.9rem;
    color: #898072;
    margin-left: 46px;
}

.ec-footer-bottom[b-2x7izgtxos] {
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    text-align: center;
    font-size: 0.85rem;
    color: #898072;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .ec-features-grid[b-2x7izgtxos],
    .ec-categories[b-2x7izgtxos],
    .ec-pricing[b-2x7izgtxos],
    .ec-testimonials[b-2x7izgtxos] {
        grid-template-columns: repeat(2, 1fr);
    }

    .ec-hero-title[b-2x7izgtxos] {
        font-size: 3rem;
    }

    .ec-section-title[b-2x7izgtxos] {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .ec-hero[b-2x7izgtxos] {
        min-height: auto;
        padding: 40px 0 60px;
    }

    .ec-hero-title[b-2x7izgtxos] {
        font-size: 2.2rem;
    }

    .ec-hero-sub[b-2x7izgtxos] {
        font-size: 1.05rem;
    }

    .ec-hero-stats[b-2x7izgtxos] {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
        margin-top: 48px;
    }

    .ec-stat-divider[b-2x7izgtxos] {
        width: 60px;
        height: 1px;
    }

    .ec-section[b-2x7izgtxos] {
        padding: 60px 0;
    }

    .ec-section-title[b-2x7izgtxos] {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .ec-features-grid[b-2x7izgtxos],
    .ec-categories[b-2x7izgtxos],
    .ec-pricing[b-2x7izgtxos],
    .ec-testimonials[b-2x7izgtxos] {
        grid-template-columns: 1fr;
    }

    .ec-steps[b-2x7izgtxos] {
        flex-direction: column;
        gap: 24px;
    }

    .ec-step-connector[b-2x7izgtxos] {
        transform: rotate(90deg);
        padding: 0;
    }

    .ec-cta-title[b-2x7izgtxos] {
        font-size: 2rem;
    }

    .ec-hero-actions[b-2x7izgtxos] {
        flex-direction: column;
        align-items: stretch;
    }

    .ec-faq-item summary[b-2x7izgtxos] {
        padding: 16px;
        font-size: 0.95rem;
    }

    .ec-faq-item p[b-2x7izgtxos] {
        padding: 0 16px 16px;
    }
}

@media (max-width: 480px) {
    .ec-hero-title[b-2x7izgtxos] {
        font-size: 1.8rem;
    }

    .ec-container[b-2x7izgtxos] {
        padding: 0 16px;
    }
}
