/* 15-minute walkthrough landing (/Home/Demo) */

.demo-hero {
    background: var(--tv-grad-hero, linear-gradient(145deg, #0c1a2e 0%, #1e3a5f 45%, #0e7490 100%));
    color: #fff;
    padding: 4.25rem 0 3.75rem;
    position: relative;
    overflow: hidden;
}

.demo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.09) 1px, transparent 0);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at top, black 35%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at top, black 35%, transparent 75%);
    pointer-events: none;
}

.demo-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}

.public-main .demo-hero .demo-brand,
.public-main .demo-hero p.demo-brand {
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 0.75rem;
    color: #fff;
}

.demo-hero h1 {
    font-size: clamp(1.5rem, 3.2vw, 2.1rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0 0 1rem;
    color: #fff;
}

.public-main .demo-hero .demo-lead,
.public-main .demo-hero p.demo-lead {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #f8fafc;
    margin: 0 0 1.6rem;
}

.demo-hero .btn {
    font-weight: 700;
    border-radius: 999px;
    padding: 0.75rem 1.6rem;
}

.public-main .demo-hero .demo-hero-note,
.public-main .demo-hero p.demo-hero-note {
    font-size: 0.9rem;
    color: #e2e8f0;
    margin: 1.1rem 0 0;
    line-height: 1.5;
}

.demo-agenda {
    padding: 3.25rem 0 2.75rem;
    background: #fff;
}

.demo-agenda-head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 2rem;
}

.demo-agenda-head h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.025em;
    margin: 0 0 0.55rem;
}

.demo-agenda-head p {
    margin: 0;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.6;
}

.demo-agenda-list {
    list-style: none;
    margin: 0 auto 2rem;
    padding: 0;
    max-width: 40rem;
}

.demo-agenda-list li {
    display: grid;
    grid-template-columns: 2.4rem 1fr;
    gap: 0.85rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.demo-agenda-list li:last-child {
    border-bottom: none;
}

.demo-agenda-min {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.15rem;
    border-radius: 0.55rem;
    background: rgba(8, 145, 178, 0.12);
    color: #0e7490;
    font-size: 0.75rem;
    font-weight: 800;
}

.demo-agenda-list h3 {
    font-size: 1.02rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.2rem;
}

.demo-agenda-list p {
    margin: 0;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.5;
}

.demo-who {
    padding: 2.75rem 0;
    background: var(--tv-grad-soft, linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%));
    border-top: 1px solid #e5e7eb;
}

.demo-who-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .demo-who-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
    }
}

.demo-who-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.35rem 1.4rem;
}

.demo-who-card h2 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.55rem;
}

.demo-who-card p {
    margin: 0;
    color: #374151;
    font-size: 0.98rem;
    line-height: 1.6;
}

.demo-book {
    padding: 3.25rem 0 2.5rem;
    background: #fff;
}

.demo-book-panel {
    display: grid;
    gap: 1.75rem;
    max-width: 52rem;
    margin: 0 auto;
    padding: 1.75rem 1.4rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: linear-gradient(165deg, #f8fafc 0%, #fff 55%);
}

@media (min-width: 768px) {
    .demo-book-panel {
        grid-template-columns: 1.15fr 1fr;
        padding: 2.1rem 2.25rem;
        gap: 2.25rem;
        align-items: start;
    }
}

.demo-book-copy h2 {
    font-size: clamp(1.3rem, 2.4vw, 1.7rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.025em;
    margin: 0 0 0.7rem;
}

.demo-book-copy > p {
    color: #374151;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.demo-book-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

.demo-book-bullets li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.4rem;
    color: #1f2937;
    font-size: 0.95rem;
}

.demo-book-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #0e7490;
}

.demo-book-form .form-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #1f2937;
}

.demo-book-form .btn {
    font-weight: 700;
    border-radius: 999px;
}

.demo-book-alt {
    margin: 0.75rem 0 0;
    font-size: 0.88rem;
    color: #4b5563;
    text-align: center;
}

.demo-book-alt a {
    color: #0e7490;
    font-weight: 700;
    text-decoration: none;
}

.demo-book-alt a:hover {
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .demo-hero {
        padding: 3.1rem 0 2.85rem;
    }

    .demo-hero .btn {
        width: 100%;
    }
}
