/* ==========================================================================
   Demo Page Styles
   ========================================================================== */

/* --- Hero --- */
.demo-wrapper {
    background: #ffffff;
    color: #212529;
}

.demo-hero {
    background: linear-gradient(135deg, #f0fafa 0%, #f8fdfb 100%);
    padding: 40px 40px 10px;
    text-align: center;
}

.demo-hero-inner {
    max-width: 760px;
    margin: 0 auto;
}

.demo-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #78c9c9 0%, #3b8f8f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.demo-subtitle {
    font-size: 1.15rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 12px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Feature highlights row --- */
.demo-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
}

.demo-highlight-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #3b8f8f;
}

.demo-highlight-item ion-icon {
    font-size: 1.1rem;
    color: #7fbfbf;
    flex-shrink: 0;
}

/* --- Calendar section --- */
.demo-calendar-section {
    padding: 40px 0 60px;
    background: #ffffff;
}

.demo-calendar-section .zencal-embed {
    min-width: 320px;
    min-height: 700px;
    display: block;
}

/* --- Responsive --- */
@media (max-width: 640px) {
    .demo-hero {
        padding: 40px 20px 28px;
    }

    .demo-hero h1 {
        font-size: 2rem;
        letter-spacing: -1px;
    }

    .demo-calendar-section {
        padding: 16px 0 0;
    }
}
