/* /Components/AzIzbiramV03Content.razor.rz.scp.css */
.azv-page[b-o5fqxxc1v4] {
    --azv-bg: #f6f4f1;
    --azv-panel: #ffffff;
    --azv-ink: #0f172a;
    --azv-muted: #5f6b7a;
    --azv-accent: #0ea5e9;
    --azv-accent-2: #22c55e;
    --azv-accent-3: #f59e0b;
    --azv-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    background: var(--azv-bg);
    border-radius: 30px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    color: var(--azv-ink);
}

.azv-page > section[b-o5fqxxc1v4] {
    scroll-margin-top: 110px;
}

.azv-v031[b-o5fqxxc1v4] {
    --azv-bg: #fff1e8;
    --azv-panel: #ffffff;
    --azv-ink: #1b1424;
    --azv-muted: #6b5e57;
    --azv-accent: #ff6b35;
    --azv-accent-2: #1b998b;
    --azv-accent-3: #f6c453;
    background: radial-gradient(circle at top left, rgba(255, 107, 53, 0.12), transparent 45%),
        radial-gradient(circle at bottom right, rgba(27, 153, 139, 0.14), transparent 50%),
        var(--azv-bg);
}

.azv-v031 .azv-section[b-o5fqxxc1v4] {
    border: 1px solid rgba(255, 107, 53, 0.12);
    box-shadow: 0 22px 60px rgba(255, 107, 53, 0.12);
}

.azv-v031 .azv-bar-fill[b-o5fqxxc1v4] {
    background: linear-gradient(90deg, var(--azv-accent-2), var(--azv-accent), var(--azv-accent-3));
}

.azv-v031 .azv-callout[b-o5fqxxc1v4] {
    background: rgba(255, 107, 53, 0.14);
}

.azv-v031 .azv-hero-punch[b-o5fqxxc1v4] {
    color: #5f2510;
}

.azv-hero[b-o5fqxxc1v4],
.azv-section[b-o5fqxxc1v4] {
    animation: azv-rise-b-o5fqxxc1v4 0.6s ease both;
    animation-delay: var(--delay, 0s);
}

.azv-hero[b-o5fqxxc1v4] {
    position: relative;
    padding: 36px;
    border-radius: 30px;
    background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.18), transparent 55%),
        radial-gradient(circle at bottom right, rgba(34, 197, 94, 0.16), transparent 55%),
        var(--azv-panel);
    box-shadow: var(--azv-shadow);
    overflow: hidden;
}

.azv-hero[b-o5fqxxc1v4]::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    pointer-events: none;
}

.azv-v031 .azv-hero[b-o5fqxxc1v4] {
    background: radial-gradient(circle at top left, rgba(255, 107, 53, 0.2), transparent 50%),
        radial-gradient(circle at bottom right, rgba(246, 196, 83, 0.18), transparent 55%),
        linear-gradient(135deg, #fff8f3, #fff1e8);
}

.azv-hero-grid[b-o5fqxxc1v4] {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
    z-index: 1;
}

.azv-eyebrow[b-o5fqxxc1v4] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--azv-muted);
}

.azv-hero-copy h1[b-o5fqxxc1v4] {
    margin: 10px 0 12px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
}

.azv-hero-sub[b-o5fqxxc1v4] {
    margin: 0 0 12px;
    color: var(--azv-muted);
}

.azv-hero-hook[b-o5fqxxc1v4] {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.14);
    font-weight: 700;
}

.azv-v031 .azv-hero-hook[b-o5fqxxc1v4] {
    background: rgba(255, 107, 53, 0.18);
    color: #5f2510;
}

.azv-hero-context[b-o5fqxxc1v4] {
    margin: 12px 0 0;
    color: var(--azv-muted);
}

.azv-hero-punch[b-o5fqxxc1v4] {
    margin: 12px 0 18px;
    font-weight: 700;
}

.azv-hero-actions[b-o5fqxxc1v4] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0 10px;
}

.azv-btn[b-o5fqxxc1v4] {
    border: none;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.azv-btn.primary[b-o5fqxxc1v4] {
    color: #fff;
    background: linear-gradient(135deg, var(--azv-accent, #0ea5e9), var(--azv-accent-2, #22c55e));
    box-shadow: 0 14px 30px rgba(14, 165, 233, 0.3);
}

.azv-v031 .azv-btn.primary[b-o5fqxxc1v4] {
    box-shadow: 0 16px 36px rgba(255, 107, 53, 0.35);
    animation: azv-pulse-b-o5fqxxc1v4 2.8s ease-in-out infinite;
}

.azv-btn.ghost[b-o5fqxxc1v4] {
    background: transparent;
    color: var(--azv-ink, #0f172a);
    border: 1px solid rgba(15, 23, 42, 0.16);
    box-shadow: none;
}

.azv-btn:hover[b-o5fqxxc1v4] {
    transform: translateY(-2px);
}

.azv-note[b-o5fqxxc1v4] {
    color: var(--azv-muted);
    font-size: 0.92rem;
}

.azv-hero-card[b-o5fqxxc1v4] {
    background: rgba(255, 255, 255, 0.88);
    border-radius: 22px;
    padding: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--azv-shadow);
    display: grid;
    gap: 14px;
    backdrop-filter: blur(8px);
}

.azv-hero-stat span[b-o5fqxxc1v4] {
    display: block;
    color: var(--azv-muted);
    font-size: 0.9rem;
}

.azv-hero-stat strong[b-o5fqxxc1v4] {
    font-size: 1.15rem;
}

.azv-section[b-o5fqxxc1v4] {
    background: var(--azv-panel);
    border-radius: 26px;
    padding: 28px;
    box-shadow: var(--azv-shadow);
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
}

.azv-section-header[b-o5fqxxc1v4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.azv-sub[b-o5fqxxc1v4] {
    margin: 4px 0 0;
    color: var(--azv-muted);
}

.azv-lead[b-o5fqxxc1v4] {
    font-size: 1.05rem;
    margin: 0;
}

.azv-punch[b-o5fqxxc1v4] {
    font-weight: 700;
}

.azv-section-body[b-o5fqxxc1v4] {
    display: grid;
    gap: 20px;
}

.azv-split[b-o5fqxxc1v4] {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
}

.azv-callout[b-o5fqxxc1v4] {
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(14, 165, 233, 0.1);
    font-weight: 600;
}

.azv-bridge[b-o5fqxxc1v4] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.azv-people-grid[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 8px;
    justify-items: center;
}

.azv-person[b-o5fqxxc1v4] {
    --person-color: #d1d5db;
    position: relative;
    width: 18px;
    height: 28px;
    animation: azv-bob-b-o5fqxxc1v4 3.2s ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

.azv-person[b-o5fqxxc1v4]::before,
.azv-person[b-o5fqxxc1v4]::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--person-color);
}

.azv-person[b-o5fqxxc1v4]::before {
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.azv-person[b-o5fqxxc1v4]::after {
    top: 8px;
    width: 14px;
    height: 18px;
    border-radius: 8px;
}

.azv-person.active[b-o5fqxxc1v4] {
    --person-color: var(--azv-accent);
    box-shadow: 0 6px 14px rgba(14, 165, 233, 0.35);
}

.azv-v031 .azv-person.active[b-o5fqxxc1v4] {
    box-shadow: 0 8px 16px rgba(255, 107, 53, 0.4);
}

.azv-people-caption[b-o5fqxxc1v4] {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.azv-arrow[b-o5fqxxc1v4] {
    color: var(--azv-accent);
    font-weight: 700;
}

.azv-select[b-o5fqxxc1v4] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 600;
}

.azv-select select[b-o5fqxxc1v4] {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.15);
    background: #fff;
    font-weight: 600;
    min-width: 200px;
}

.azv-bars[b-o5fqxxc1v4] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.azv-bar-row[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: minmax(140px, 180px) 1fr minmax(130px, 170px);
    gap: 12px;
    align-items: center;
    font-size: 0.92rem;
}

.azv-bar-label[b-o5fqxxc1v4] {
    font-weight: 600;
}

.azv-bar-track[b-o5fqxxc1v4] {
    height: 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.azv-bar-fill[b-o5fqxxc1v4] {
    height: 100%;
    border-radius: inherit;
    width: calc(var(--value) * 1%);
    background: linear-gradient(90deg, var(--azv-accent), var(--azv-accent-2));
}

.azv-bar-value[b-o5fqxxc1v4] {
    text-align: right;
    font-weight: 600;
}

.azv-compare[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(160px, 180px) minmax(220px, 1fr);
    gap: 14px;
    align-items: center;
}

.azv-compare-card[b-o5fqxxc1v4] {
    border-radius: 18px;
    padding: 16px;
    background: rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.azv-compare-label[b-o5fqxxc1v4] {
    color: var(--azv-muted);
    font-size: 0.85rem;
}

.azv-compare-arrow[b-o5fqxxc1v4] {
    text-align: center;
    font-size: 0.85rem;
    color: var(--azv-muted);
    display: grid;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.azv-mini-fact[b-o5fqxxc1v4] {
    background: rgba(15, 23, 42, 0.04);
    border-radius: 18px;
    padding: 18px;
    display: grid;
    gap: 8px;
}

.azv-seat-grid[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.azv-seat-card[b-o5fqxxc1v4] {
    padding: 18px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.azv-seat-title[b-o5fqxxc1v4] {
    font-weight: 700;
}

.azv-seat-values[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.azv-seat-values span[b-o5fqxxc1v4] {
    display: block;
    color: var(--azv-muted);
    font-size: 0.85rem;
}

.azv-variance-grid[b-o5fqxxc1v4] {
    display: grid;
    gap: 10px;
}

.azv-variance-row[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: minmax(140px, 180px) 1fr minmax(100px, 130px);
    gap: 12px;
    align-items: center;
}

.azv-mini-title[b-o5fqxxc1v4] {
    margin: 0;
    font-size: 1rem;
}

.azv-timeline[b-o5fqxxc1v4] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 1fr);
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.azv-timeline-item[b-o5fqxxc1v4] {
    border-radius: 18px;
    padding: 16px;
    background: rgba(15, 23, 42, 0.04);
    display: grid;
    gap: 6px;
    text-align: center;
    position: relative;
}

.azv-timeline-item em[b-o5fqxxc1v4] {
    color: var(--azv-muted);
    font-style: normal;
    font-size: 0.85rem;
}

.azv-badge[b-o5fqxxc1v4] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--azv-accent);
    color: #fff;
    font-size: 0.7rem;
    padding: 4px 8px;
    border-radius: 999px;
    font-weight: 700;
}

.azv-sale-grid[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    align-items: start;
}

.azv-mini-card[b-o5fqxxc1v4] {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(34, 197, 94, 0.12));
    display: grid;
    gap: 8px;
    font-weight: 600;
}

.azv-v031 .azv-mini-card[b-o5fqxxc1v4] {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.16), rgba(246, 196, 83, 0.18));
}

.azv-stability-grid[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
}

.azv-stability-card[b-o5fqxxc1v4] {
    padding: 16px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.04);
    display: grid;
    gap: 6px;
    font-weight: 600;
}

.azv-effects-grid[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.azv-effect-card[b-o5fqxxc1v4] {
    padding: 18px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.04);
    display: grid;
    gap: 10px;
}

.azv-summary-visual[b-o5fqxxc1v4] {
    padding: 16px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.04);
    display: grid;
    gap: 6px;
    font-weight: 600;
}

.azv-final[b-o5fqxxc1v4] {
    background: linear-gradient(120deg, #0f172a, #1f2937);
    color: #fff;
}

.azv-v031 .azv-final[b-o5fqxxc1v4] {
    border: none;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.4);
}

.azv-final .azv-sub[b-o5fqxxc1v4],
.azv-final .azv-note[b-o5fqxxc1v4],
.azv-final p[b-o5fqxxc1v4] {
    color: rgba(255, 255, 255, 0.8);
}

.azv-final .azv-btn.ghost[b-o5fqxxc1v4] {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.azv-final-list[b-o5fqxxc1v4] {
    display: grid;
    gap: 6px;
    font-weight: 600;
}

.azv-final-punch[b-o5fqxxc1v4] {
    font-weight: 700;
    font-size: 1.05rem;
}

.azv-share-modal[b-o5fqxxc1v4] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    display: grid;
    place-items: center;
    padding: 20px;
    z-index: 200;
}

.azv-share-card[b-o5fqxxc1v4] {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    max-width: 720px;
    width: 100%;
    display: grid;
    gap: 16px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}

.azv-share-pack[b-o5fqxxc1v4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.azv-share-tile[b-o5fqxxc1v4] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    padding: 14px;
    border-radius: 14px;
    text-align: left;
    display: grid;
    gap: 8px;
    cursor: pointer;
}

.azv-share-tile em[b-o5fqxxc1v4] {
    color: var(--azv-muted, #6b7280);
    font-style: normal;
    font-size: 0.85rem;
}

@keyframes azv-rise-b-o5fqxxc1v4 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes azv-bob-b-o5fqxxc1v4 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

@keyframes azv-pulse-b-o5fqxxc1v4 {
    0%, 100% {
        box-shadow: 0 16px 36px rgba(255, 107, 53, 0.28);
    }
    50% {
        box-shadow: 0 22px 46px rgba(255, 107, 53, 0.45);
    }
}

@media (max-width: 960px) {
    .azv-hero-grid[b-o5fqxxc1v4] {
        grid-template-columns: 1fr;
    }

    .azv-hero-card[b-o5fqxxc1v4] {
        order: -1;
    }

    .azv-compare[b-o5fqxxc1v4] {
        grid-template-columns: 1fr;
    }

    .azv-bar-row[b-o5fqxxc1v4],
    .azv-variance-row[b-o5fqxxc1v4] {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .azv-bar-value[b-o5fqxxc1v4] {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .azv-hero[b-o5fqxxc1v4],
    .azv-section[b-o5fqxxc1v4],
    .azv-person[b-o5fqxxc1v4],
    .azv-v031 .azv-btn.primary[b-o5fqxxc1v4] {
        animation: none;
    }
}
/* /Components/AzIzbiramV04aContent.razor.rz.scp.css */
.azv4a-page[b-x7hwldl77q] {
    --azv4a-bg: #f8fafc;
    --azv4a-ink: #0f172a;
    --azv4a-muted: #64748b;
    --azv4a-line: #e5e7eb;
    --azv4a-accent: #0ea5a4;
    --azv4a-alert: #b91c1c;
    background:
        radial-gradient(circle at 12% 18%, rgba(14, 165, 164, 0.08), transparent 45%),
        radial-gradient(circle at 88% 12%, rgba(15, 23, 42, 0.06), transparent 42%),
        linear-gradient(120deg, rgba(15, 23, 42, 0.04), transparent 38%),
        var(--azv4a-bg);
    color: var(--azv4a-ink);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.azv4a-page *[b-x7hwldl77q] {
    box-sizing: border-box;
}

.azv4a-page p[b-x7hwldl77q] {
    margin: 0;
}

.azv4a-container[b-x7hwldl77q] {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 24px;
}

.azv4a-nav[b-x7hwldl77q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 28px;
    background: rgba(248, 250, 252, 0.96);
    border-bottom: 1px solid var(--azv4a-line);
    transition: opacity 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.azv4a-brand[b-x7hwldl77q] {
    border: none;
    background: none;
    font-weight: 600;
    font-size: 1rem;
    color: var(--azv4a-ink);
    cursor: pointer;
    padding: 0;
}

.azv4a-nav-actions[b-x7hwldl77q] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.azv4a-btn[b-x7hwldl77q] {
    border: 1px solid var(--azv4a-line);
    background: transparent;
    color: var(--azv4a-ink);
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.azv4a-btn.primary[b-x7hwldl77q] {
    background: var(--azv4a-accent);
    color: #fff;
    border-color: transparent;
}

.azv4a-btn:hover[b-x7hwldl77q] {
    transform: translateY(-1px);
}

.azv4a-hero[b-x7hwldl77q] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    position: relative;
}

.azv4a-hero-inner[b-x7hwldl77q] {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 70vh;
}

.azv4a-hero-content[b-x7hwldl77q] {
    display: grid;
    gap: 16px;
    max-width: 720px;
}

.azv4a-hero-footer[b-x7hwldl77q] {
    margin-top: auto;
    display: grid;
    gap: 16px;
}

.azv4a-eyebrow[b-x7hwldl77q] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.82rem;
    color: var(--azv4a-muted);
}

.azv4a-hero h1[b-x7hwldl77q] {
    margin: 0;
    font-size: clamp(32px, 4.6vw, 56px);
    line-height: 1.1;
    font-weight: 700;
}

.azv4a-sub[b-x7hwldl77q] {
    font-size: 1.1rem;
    color: var(--azv4a-muted);
    max-width: 640px;
}

.azv4a-hook[b-x7hwldl77q] {
    font-size: 1.15rem;
    font-weight: 600;
    padding-left: 12px;
    border-left: 3px solid var(--azv4a-accent);
}

.azv4a-hero-actions[b-x7hwldl77q] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.azv4a-note[b-x7hwldl77q] {
    font-size: 0.95rem;
    color: var(--azv4a-muted);
}

.azv4a-scroll-hint[b-x7hwldl77q] {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background: none;
    color: var(--azv4a-muted);
    font-size: 1.5rem;
    cursor: pointer;
    animation: azv4a-pulse-b-x7hwldl77q 2.6s ease-in-out infinite;
}

.azv4a-section[b-x7hwldl77q] {
    padding: 120px 0 80px;
    border-top: 1px solid var(--azv4a-line);
    scroll-margin-top: 110px;
    position: relative;
}

.azv4a-section-header[b-x7hwldl77q] {
    display: grid;
    gap: 12px;
    max-width: 760px;
}

.azv4a-section-header h2[b-x7hwldl77q] {
    margin: 0;
    font-size: clamp(24px, 3.2vw, 36px);
    font-weight: 600;
}

.azv4a-core[b-x7hwldl77q] {
    font-size: 1.05rem;
    font-weight: 600;
}

.azv4a-section-body[b-x7hwldl77q] {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.azv4a-number[b-x7hwldl77q] {
    font-size: clamp(40px, 6vw, 84px);
    font-weight: 700;
    line-height: 1;
}

.azv4a-fact[b-x7hwldl77q] {
    color: var(--azv4a-muted);
    max-width: 680px;
}

.azv4a-visual[b-x7hwldl77q] {
    display: grid;
    gap: 12px;
    margin-top: 6px;
}

.azv4a-caption[b-x7hwldl77q] {
    font-size: 0.95rem;
    color: var(--azv4a-muted);
}

.azv4a-caption-stack[b-x7hwldl77q] {
    display: grid;
    gap: 4px;
}

.azv4a-caption-number[b-x7hwldl77q] {
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    color: var(--azv4a-ink);
}

.azv4a-people10[b-x7hwldl77q] {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 8px;
    max-width: 420px;
}

.azv4a-people10 span[b-x7hwldl77q] {
    position: relative;
    width: 22px;
    height: 34px;
    border-radius: 10px 10px 6px 6px;
    background: var(--azv4a-line);
}

.azv4a-people10 span[b-x7hwldl77q]::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: inherit;
}

.azv4a-people10 span.active[b-x7hwldl77q] {
    background: var(--azv4a-accent);
}

.azv4a-parliament[b-x7hwldl77q] {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    gap: 4px;
    max-width: 680px;
}

.azv4a-parliament span[b-x7hwldl77q] {
    width: 18px;
    height: 12px;
    border-radius: 4px;
    background: var(--azv4a-line);
}

.azv4a-parliament span.active[b-x7hwldl77q] {
    background: var(--azv4a-accent);
}

.azv4a-number-inline[b-x7hwldl77q] {
    font-weight: 700;
    color: var(--azv4a-ink);
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1;
    display: inline-block;
}

.azv4a-split[b-x7hwldl77q] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 24px;
}

.azv4a-split-block[b-x7hwldl77q] {
    display: grid;
    gap: 6px;
}

.azv4a-split-block span[b-x7hwldl77q] {
    color: var(--azv4a-muted);
    font-size: 0.9rem;
}

.azv4a-split-block strong[b-x7hwldl77q] {
    font-size: 1.2rem;
    font-weight: 600;
}

.azv4a-split-label[b-x7hwldl77q] {
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: var(--azv4a-muted);
    text-align: center;
}

.azv4a-bar[b-x7hwldl77q] {
    height: 8px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.azv4a-bar span[b-x7hwldl77q] {
    display: block;
    height: 100%;
    width: 0%;
    background: var(--azv4a-accent);
    transition: width 0.55s ease;
}

.azv4a-split.is-visible .azv4a-bar span[b-x7hwldl77q] {
    width: calc(var(--value) * 1%);
}

.azv4a-quiet[b-x7hwldl77q] {
    color: var(--azv4a-muted);
}

.azv4a-cta[b-x7hwldl77q] {
    margin-top: 24px;
    border: none;
    background: none;
    color: var(--azv4a-accent);
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    display: inline-flex;
    gap: 8px;
    padding: 0;
}

.azv4a-next[b-x7hwldl77q] {
    border: none;
    background: none;
    color: var(--azv4a-muted);
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0;
    display: block;
    margin: 12px auto 0;
}

.azv4a-timeline[b-x7hwldl77q] {
    display: grid;
    gap: 24px;
    position: relative;
    padding-left: 24px;
    margin-top: 16px;
}

.azv4a-timeline-line[b-x7hwldl77q] {
    position: absolute;
    top: 0;
    left: 6px;
    width: 1px;
    height: 100%;
    background: var(--azv4a-line);
}

.azv4a-timeline-item[b-x7hwldl77q] {
    display: grid;
    gap: 6px;
    position: relative;
    padding-left: 24px;
}

.azv4a-timeline-item[b-x7hwldl77q]::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--azv4a-ink);
}

.azv4a-timeline-item strong[b-x7hwldl77q] {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
}

.azv4a-timeline-item .desc[b-x7hwldl77q] {
    color: var(--azv4a-muted);
}

.azv4a-timeline-item.promo strong[b-x7hwldl77q] {
    color: var(--azv4a-alert);
}

.azv4a-timeline-item.promo[b-x7hwldl77q]::before {
    background: var(--azv4a-alert);
}

.azv4a-timeline-item .promo-tag[b-x7hwldl77q] {
    color: var(--azv4a-alert);
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 1px;
}

.azv4a-promo-figure[b-x7hwldl77q] {
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 700;
    color: var(--azv4a-alert);
    margin-top: 24px;
}

.azv4a-impact[b-x7hwldl77q] {
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 600;
    padding: 12px 0;
    border-top: 1px solid var(--azv4a-line);
    border-bottom: 1px solid var(--azv4a-line);
}

.azv4a-final[b-x7hwldl77q] {
    padding-bottom: 140px;
}

.azv4a-final-body[b-x7hwldl77q] {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.azv4a-final-copy[b-x7hwldl77q] {
    display: grid;
    gap: 6px;
}

.azv4a-pause[b-x7hwldl77q] {
    height: 32px;
}

.azv4a-question[b-x7hwldl77q] {
    font-weight: 600;
    font-size: 1.1rem;
}

.azv4a-handover[b-x7hwldl77q] {
    font-weight: 700;
    font-size: 1.2rem;
}

.azv4a-options[b-x7hwldl77q] {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.azv4a-choice[b-x7hwldl77q] {
    text-decoration: none;
    color: var(--azv4a-ink);
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
    width: fit-content;
}

.azv4a-choice:hover[b-x7hwldl77q] {
    color: var(--azv4a-accent);
    border-color: var(--azv4a-accent);
}

.azv4a-choice.primary[b-x7hwldl77q] {
    font-weight: 600;
    font-size: 1.1rem;
}

.azv4a-choice.secondary[b-x7hwldl77q] {
    font-size: 1.02rem;
}

.azv4a-choice.tertiary[b-x7hwldl77q] {
    font-size: 0.98rem;
    color: var(--azv4a-muted);
}

.azv4a-choice.quaternary[b-x7hwldl77q] {
    font-size: 0.95rem;
    color: #94a3b8;
}

.azv4a-micro[b-x7hwldl77q] {
    margin-top: 18px;
    font-size: 0.9rem;
    color: var(--azv4a-muted);
}

.azv4a-final-nav[b-x7hwldl77q] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.azv4a-quiet-link[b-x7hwldl77q] {
    border: none;
    background: none;
    color: var(--azv4a-muted);
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0;
}

.azv4a-modal[b-x7hwldl77q] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    display: grid;
    place-items: center;
    padding: 20px;
    z-index: 100;
}

.azv4a-modal-card[b-x7hwldl77q] {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    width: min(720px, 100%);
    display: grid;
    gap: 16px;
}

.azv4a-modal-card h3[b-x7hwldl77q] {
    margin: 0;
    font-size: 1.2rem;
}

.azv4a-share-list[b-x7hwldl77q] {
    display: grid;
    gap: 12px;
}

.azv4a-share-item[b-x7hwldl77q] {
    text-align: left;
    border: 1px solid var(--azv4a-line);
    background: #fff;
    padding: 12px 14px;
    border-radius: 14px;
    display: grid;
    gap: 6px;
    cursor: pointer;
}

.azv4a-close[b-x7hwldl77q] {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: none;
    font-size: 1.3rem;
    cursor: pointer;
    color: var(--azv4a-muted);
}

[data-reveal][b-x7hwldl77q] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--delay, 0ms);
}

[data-reveal].is-visible[b-x7hwldl77q] {
    opacity: 1;
    transform: translateY(0);
}

.azv4a-load[b-x7hwldl77q] {
    opacity: 0;
    transform: translateY(12px);
    animation: azv4a-load-b-x7hwldl77q 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: var(--delay, 0ms);
}

@keyframes azv4a-load-b-x7hwldl77q {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes azv4a-pulse-b-x7hwldl77q {
    0%,
    100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 960px) {
    .azv4a-nav[b-x7hwldl77q] {
        padding: 14px 18px;
    }

    .azv4a-hero-inner[b-x7hwldl77q] {
        min-height: auto;
    }

    .azv4a-split[b-x7hwldl77q] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .azv4a-parliament[b-x7hwldl77q] {
        grid-template-columns: repeat(12, 1fr);
    }
}

@media (max-width: 640px) {
    .azv4a-container[b-x7hwldl77q] {
        padding: 0 18px;
    }

    .azv4a-people10 span[b-x7hwldl77q] {
        width: 18px;
        height: 30px;
    }

    .azv4a-people10 span[b-x7hwldl77q]::before {
        width: 12px;
        height: 12px;
        top: -7px;
    }

    .azv4a-parliament span[b-x7hwldl77q] {
        width: 14px;
        height: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal][b-x7hwldl77q],
    .azv4a-load[b-x7hwldl77q],
    .azv4a-scroll-hint[b-x7hwldl77q] {
        animation: none;
        transition: none;
        opacity: 1;
        transform: none;
    }
}
/* /Components/AzIzbiramV04Content.razor.rz.scp.css */
.azv4-page[b-gspstcg572] {
    --azv4-bg: #f8fafc;
    --azv4-ink: #0f172a;
    --azv4-muted: #64748b;
    --azv4-line: #e5e7eb;
    --azv4-accent: #0ea5a4;
    --azv4-alert: #b91c1c;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.02) 12%, transparent 24%, transparent 76%, rgba(15, 23, 42, 0.02) 88%, rgba(15, 23, 42, 0.04) 100%), var(--azv4-bg);
    color: var(--azv4-ink);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.azv4-container[b-gspstcg572] {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 24px;
}

.azv4-page p[b-gspstcg572] {
    margin: 0;
}

.azv4-rail[b-gspstcg572] {
    position: fixed;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    gap: 12px;
    z-index: 40;
    padding: 10px 8px;
    border-radius: 999px;
    border: 1px solid var(--azv4-line);
    background: rgba(15, 23, 42, 0.04);
}

.azv4-rail-dot[b-gspstcg572] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #94a3b8;
    background: #cbd5f5;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.azv4-rail-dot.is-active[b-gspstcg572] {
    background: var(--azv4-accent);
    border-color: var(--azv4-accent);
    transform: scale(1.4);
}

.azv4-nav[b-gspstcg572] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid var(--azv4-line);
    background: rgba(248, 250, 252, 0.92);
    backdrop-filter: blur(10px);
    transition: opacity 0.3s ease, background 0.3s ease;
}

.azv4-progress[b-gspstcg572] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: transparent;
}

.azv4-progress span[b-gspstcg572] {
    display: block;
    height: 100%;
    width: var(--azv4-progress, 0%);
    background: var(--azv4-accent);
    transition: width 0.2s ease;
}

.azv4-brand[b-gspstcg572] {
    border: none;
    background: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--azv4-ink);
    cursor: pointer;
    padding: 0;
}

.azv4-nav-actions[b-gspstcg572] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.azv4-hero[b-gspstcg572] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0 40px;
    position: relative;
    background: radial-gradient(circle at 20% 20%, rgba(14, 165, 164, 0.08), transparent 55%),
        var(--azv4-bg);
}

.azv4-hero-grid[b-gspstcg572] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
}

.azv4-hero-content[b-gspstcg572] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 70vh;
}

.azv4-hero-text[b-gspstcg572] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.azv4-hero-footer[b-gspstcg572] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.azv4-eyebrow[b-gspstcg572] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    color: var(--azv4-muted);
    margin: 0;
}

.azv4-hero-content h1[b-gspstcg572] {
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.12;
    margin: 0;
    font-weight: 700;
}

.azv4-sub[b-gspstcg572] {
    font-size: 1.05rem;
    color: var(--azv4-muted);
}

.azv4-hook[b-gspstcg572] {
    font-size: 1.1rem;
    font-weight: 600;
    padding-left: 12px;
    border-left: 3px solid var(--azv4-accent);
}

.azv4-hero-actions[b-gspstcg572] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.azv4-note[b-gspstcg572] {
    font-size: 0.95rem;
    color: var(--azv4-muted);
}

.azv4-btn[b-gspstcg572] {
    border: 1px solid var(--azv4-line);
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    transition: transform 0.2s ease, background 0.2s ease;
}

.azv4-btn.primary[b-gspstcg572] {
    background: var(--azv4-accent);
    color: #fff;
    border-color: transparent;
}

.azv4-btn:hover[b-gspstcg572] {
    transform: translateY(-1px);
}

.azv4-hero-side[b-gspstcg572] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 24px;
    border-left: 1px solid var(--azv4-line);
    max-width: 220px;
}

.azv4-hero-stat span[b-gspstcg572] {
    display: block;
    color: var(--azv4-muted);
    font-size: 0.9rem;
}

.azv4-hero-stat strong[b-gspstcg572] {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
}

.azv4-scroll-hint[b-gspstcg572] {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background: none;
    color: var(--azv4-muted);
    font-size: 1.4rem;
    cursor: pointer;
    animation: azv4-pulse-b-gspstcg572 2.6s ease-in-out infinite;
}

.azv4-section[b-gspstcg572] {
    padding: 120px 0 80px;
    border-top: 1px solid var(--azv4-line);
    scroll-margin-top: 110px;
    position: relative;
}

.azv4-section + .azv4-section[b-gspstcg572] {
    margin-top: 40px;
}

.azv4-section[b-gspstcg572]::before {
    content: "";
    position: absolute;
    left: calc(50% - 520px);
    top: 0;
    width: 120px;
    height: 1px;
    background: var(--azv4-accent);
    opacity: 0.25;
}

.azv4-section .azv4-container[b-gspstcg572] {
    position: relative;
}

.azv4-section .azv4-container[b-gspstcg572]::before,
.azv4-section .azv4-container[b-gspstcg572]::after {
    content: "";
    position: absolute;
    top: -24px;
    bottom: -24px;
    width: 1px;
    background: var(--azv4-line);
    opacity: 0.7;
}

.azv4-section .azv4-container[b-gspstcg572]::before {
    left: 0;
}

.azv4-section .azv4-container[b-gspstcg572]::after {
    right: 0;
}

.azv4-section-header[b-gspstcg572] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.azv4-section-header h2[b-gspstcg572] {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
}

.azv4-core[b-gspstcg572] {
    font-size: 1.05rem;
    font-weight: 600;
}

.azv4-section-body[b-gspstcg572] {
    display: grid;
    gap: 24px;
}

.azv4-fact[b-gspstcg572] {
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.azv4-fact[b-gspstcg572]::after {
    content: "";
    display: block;
    width: 80px;
    height: 8px;
    background: var(--azv4-accent);
    border-radius: 999px;
}

.azv4-fact-sub[b-gspstcg572] {
    color: var(--azv4-muted);
    font-size: 1rem;
    max-width: 640px;
}

.azv4-visual[b-gspstcg572] {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    transition: transform 0.2s ease;
}

.azv4-visual:hover[b-gspstcg572] {
    transform: translateY(-3px);
}

.azv4-people10[b-gspstcg572] {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 8px;
    max-width: 420px;
}

.azv4-people10 span[b-gspstcg572] {
    width: 26px;
    height: 40px;
    border-radius: 14px 14px 10px 10px;
    background: var(--azv4-line);
}

.azv4-people10:hover span.active[b-gspstcg572] {
    box-shadow: 0 8px 20px rgba(14, 165, 164, 0.25);
}

.azv4-people10 span.active[b-gspstcg572] {
    background: var(--azv4-accent);
}

.azv4-caption[b-gspstcg572] {
    font-size: 0.95rem;
    color: var(--azv4-muted);
    margin: 0;
}

.azv4-parliament[b-gspstcg572] {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    gap: 4px;
    max-width: 640px;
}

.azv4-parliament span[b-gspstcg572] {
    width: 18px;
    height: 14px;
    background: var(--azv4-line);
    border-radius: 4px;
}

.azv4-parliament:hover span.active[b-gspstcg572] {
    box-shadow: 0 6px 14px rgba(14, 165, 164, 0.2);
}

.azv4-parliament span.active[b-gspstcg572] {
    background: var(--azv4-accent);
}

.azv4-split[b-gspstcg572] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.azv4-split-block[b-gspstcg572] {
    display: grid;
    gap: 6px;
}

.azv4-split-block span[b-gspstcg572] {
    color: var(--azv4-muted);
    font-size: 0.9rem;
}

.azv4-split-block strong[b-gspstcg572] {
    font-size: 1.25rem;
    font-weight: 600;
}

.azv4-split-label[b-gspstcg572] {
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: var(--azv4-muted);
    text-align: center;
}

.azv4-bar[b-gspstcg572] {
    height: 8px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.azv4-bar span[b-gspstcg572] {
    display: block;
    height: 100%;
    width: 0%;
    background: var(--azv4-accent);
    transition: width 0.5s ease;
}

.azv4-split.is-visible .azv4-bar span[b-gspstcg572] {
    width: calc(var(--value) * 1%);
}
.azv4-quiet[b-gspstcg572] {
    color: var(--azv4-muted);
}

.azv4-link[b-gspstcg572] {
    margin-top: 20px;
    border: none;
    background: none;
    color: var(--azv4-accent);
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    padding: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.azv4-next[b-gspstcg572] {
    border: none;
    background: none;
    color: var(--azv4-muted);
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0;
    display: block;
    margin: 16px auto 0;
}

.azv4-timeline[b-gspstcg572] {
    display: grid;
    gap: 24px;
    position: relative;
    padding-left: 24px;
    margin-top: 16px;
}

.azv4-timeline-line[b-gspstcg572] {
    position: absolute;
    top: 0;
    left: 6px;
    width: 1px;
    height: 100%;
    background: var(--azv4-line);
}

.azv4-timeline-item[b-gspstcg572] {
    display: grid;
    gap: 6px;
    position: relative;
    padding-left: 24px;
}

.azv4-timeline-item:hover[b-gspstcg572] {
    color: var(--azv4-ink);
}

.azv4-timeline-item.is-active strong[b-gspstcg572] {
    color: var(--azv4-accent);
}

.azv4-timeline-item[b-gspstcg572]::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--azv4-ink);
}

.azv4-timeline-item strong[b-gspstcg572] {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
}

.azv4-timeline-item .desc[b-gspstcg572] {
    color: var(--azv4-muted);
}

.azv4-timeline-item.promo[b-gspstcg572]::before {
    background: var(--azv4-alert);
}

.azv4-timeline-item .promo[b-gspstcg572] {
    color: var(--azv4-alert);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.azv4-promo-figure[b-gspstcg572] {
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 700;
    color: var(--azv4-alert);
    margin-top: 24px;
}

.azv4-impact[b-gspstcg572] {
    font-size: clamp(20px, 2.6vw, 28px);
    font-weight: 600;
    padding: 12px 0;
    border-top: 1px solid var(--azv4-line);
    border-bottom: 1px solid var(--azv4-line);
}

.azv4-number-inline[b-gspstcg572] {
    font-weight: 700;
    color: var(--azv4-ink);
}

.azv4-final[b-gspstcg572] {
    padding-bottom: 120px;
}

.azv4-question[b-gspstcg572] {
    font-weight: 600;
    font-size: 1.1rem;
}

.azv4-final-actions[b-gspstcg572] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.azv4-modal[b-gspstcg572] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.3);
    display: grid;
    place-items: center;
    padding: 20px;
    z-index: 100;
}

.azv4-modal-card[b-gspstcg572] {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    width: min(760px, 100%);
    display: grid;
    gap: 16px;
}

.azv4-share-list[b-gspstcg572] {
    display: grid;
    gap: 12px;
}

.azv4-share-item[b-gspstcg572] {
    text-align: left;
    border: 1px solid var(--azv4-line);
    background: #fff;
    padding: 14px 16px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
}

.azv4-share-item em[b-gspstcg572] {
    color: var(--azv4-muted);
    font-style: normal;
}

[data-reveal][b-gspstcg572] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.45s ease-out, transform 0.45s ease-out;
    transition-delay: var(--delay, 0ms);
}

[data-reveal].is-visible[b-gspstcg572] {
    opacity: 1;
    transform: translateY(0);
}

.azv4-load[b-gspstcg572] {
    opacity: 0;
    transform: translateY(12px);
    animation: azv4-load-b-gspstcg572 0.5s ease-out forwards;
    animation-delay: var(--delay, 0ms);
}

@keyframes azv4-load-b-gspstcg572 {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes azv4-pulse-b-gspstcg572 {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 960px) {
    .azv4-hero-grid[b-gspstcg572] {
        grid-template-columns: 1fr;
    }

    .azv4-hero-side[b-gspstcg572] {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid var(--azv4-line);
        padding-top: 18px;
    }

    .azv4-split[b-gspstcg572] {
        grid-template-columns: 1fr;
    }

    .azv4-parliament[b-gspstcg572] {
        grid-template-columns: repeat(12, 1fr);
    }

    .azv4-nav[b-gspstcg572] {
        padding: 14px 16px;
    }

    .azv4-rail[b-gspstcg572] {
        display: none;
    }

    .azv4-section[b-gspstcg572]::before {
        left: 24px;
        width: 80px;
    }
}

@media (max-width: 640px) {
    .azv4-people10 span[b-gspstcg572] {
        width: 22px;
        height: 34px;
    }

    .azv4-parliament span[b-gspstcg572] {
        width: 14px;
        height: 10px;
    }

    .azv4-container[b-gspstcg572] {
        padding: 0 18px;
    }

    .azv4-section .azv4-container[b-gspstcg572]::before,
    .azv4-section .azv4-container[b-gspstcg572]::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal][b-gspstcg572],
    .azv4-load[b-gspstcg572],
    .azv4-scroll-hint[b-gspstcg572] {
        animation: none;
        transition: none;
        opacity: 1;
        transform: none;
    }

    .azv4-visual:hover[b-gspstcg572],
    .azv4-people10:hover span.active[b-gspstcg572],
    .azv4-parliament:hover span.active[b-gspstcg572] {
        transform: none;
        box-shadow: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dwem78mfaa] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dwem78mfaa] {
    flex: 1;
}

.sidebar[b-dwem78mfaa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dwem78mfaa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dwem78mfaa]  a, .top-row[b-dwem78mfaa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dwem78mfaa]  a:hover, .top-row[b-dwem78mfaa]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dwem78mfaa]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dwem78mfaa] {
        justify-content: space-between;
    }

    .top-row[b-dwem78mfaa]  a, .top-row[b-dwem78mfaa]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dwem78mfaa] {
        flex-direction: row;
    }

    .sidebar[b-dwem78mfaa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dwem78mfaa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dwem78mfaa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dwem78mfaa], article[b-dwem78mfaa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s1tyfr1wiq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-s1tyfr1wiq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s1tyfr1wiq] {
    font-size: 1.1rem;
}

.bi[b-s1tyfr1wiq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-s1tyfr1wiq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-s1tyfr1wiq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-s1tyfr1wiq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-s1tyfr1wiq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s1tyfr1wiq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s1tyfr1wiq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s1tyfr1wiq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-s1tyfr1wiq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s1tyfr1wiq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s1tyfr1wiq] {
        display: none;
    }

    .collapse[b-s1tyfr1wiq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-s1tyfr1wiq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/StoryLayout.razor.rz.scp.css */
.story-shell[b-tqjhmjvydp] {
    background: #F8FAFC;
    min-height: 100vh;
}
/* /Layout/StoryLayoutV05.razor.rz.scp.css */
.story-v05-shell[b-ikqrcvi7vj] {
    background: #F8FAFC;
    min-height: 100vh;
}
/* /Layout/StoryLayoutV06.razor.rz.scp.css */
.story-v06-shell[b-eosokyj5ch] {
    background: #F8FAFC;
    min-height: 100vh;
}
/* /Layout/StoryLayoutV07.razor.rz.scp.css */
.story-v07-shell[b-xkgxzaa0ut] {
    background: #F8FAFC;
    min-height: 100vh;
}
/* /Layout/StoryLayoutV08.razor.rz.scp.css */
.story-v08-shell[b-3wsjmv35f4] {
    min-height: 100vh;
    background: #F8FAFC;
}
/* /Pages/Admin.razor.rz.scp.css */
.admin-page[b-qsw19bmm1i] {
    min-height: 100vh;
    padding: 32px 16px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.admin-card[b-qsw19bmm1i] {
    width: min(900px, 100%);
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    padding: 24px;
}

h1[b-qsw19bmm1i] {
    margin: 0 0 8px;
    font-size: 1.6rem;
}

h2[b-qsw19bmm1i] {
    margin: 16px 0 12px;
    font-size: 1.1rem;
}

.muted[b-qsw19bmm1i] {
    color: #475569;
    margin-top: 0;
}

.error[b-qsw19bmm1i] {
    color: #b91c1c;
    margin-top: 8px;
}

.password-form[b-qsw19bmm1i] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.password-form input[b-qsw19bmm1i] {
    flex: 1;
}

input[type="password"][b-qsw19bmm1i],
.date-input[b-qsw19bmm1i],
.password-form input[b-qsw19bmm1i] {
    border: 1px solid #cbd5f5;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 0.95rem;
}

button[b-qsw19bmm1i] {
    border: none;
    border-radius: 10px;
    padding: 8px 14px;
    background: #0f172a;
    color: #ffffff;
    cursor: pointer;
}

button:hover[b-qsw19bmm1i] {
    background: #1e293b;
}

.config-grid[b-qsw19bmm1i] {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 16px;
}

.config-row[b-qsw19bmm1i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.config-row label[b-qsw19bmm1i] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.config-subgroup[b-qsw19bmm1i] {
    margin-left: 18px;
    margin-bottom: 8px;
}

.config-subrow[b-qsw19bmm1i] {
    padding-left: 6px;
}

.actions[b-qsw19bmm1i] {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .password-form[b-qsw19bmm1i] {
        flex-direction: column;
    }

    .config-row[b-qsw19bmm1i] {
        flex-direction: column;
        align-items: flex-start;
    }

    .config-subgroup[b-qsw19bmm1i] {
        margin-left: 0;
    }
}
/* /Pages/AzIzbiram04a.razor.rz.scp.css */
.az-page[b-0h50gtl8oc] {
    font-family: "Inter", system-ui, sans-serif;
    background: #F8FAFC;
    color: #0F172A;
    font-size: 18px;
    line-height: 1.6;
}

.story-shell[b-0h50gtl8oc] {
    background: #F8FAFC;
    min-height: 100vh;
}

.story-container[b-0h50gtl8oc] {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 24px;
}

.story-nav[b-0h50gtl8oc] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    background: rgba(248, 250, 252, 0.92);
    border-bottom: 1px solid #E5E7EB;
}

.story-nav.nav-quiet[b-0h50gtl8oc] {
    background: rgba(248, 250, 252, 0.6);
    border-color: transparent;
    color: #64748B;
}

.story-nav.nav-quiet .nav-link[b-0h50gtl8oc] {
    color: #94A3B8;
}

.story-nav.nav-quiet .nav-cta[b-0h50gtl8oc] {
    background: rgba(14, 165, 164, 0.12);
    color: #0EA5A4;
}

.nav-inner[b-0h50gtl8oc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.brand[b-0h50gtl8oc] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.brand-name[b-0h50gtl8oc] {
    font-size: 1.05rem;
}

.brand-tag[b-0h50gtl8oc] {
    font-size: 0.85rem;
    color: #64748B;
    border: 1px solid #E5E7EB;
    padding: 4px 10px;
    border-radius: 999px;
}

.nav-actions[b-0h50gtl8oc] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nav-link[b-0h50gtl8oc] {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
}

.nav-cta[b-0h50gtl8oc] {
    background: #0EA5A4;
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero[b-0h50gtl8oc] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(140deg, #F8FAFC 0%, #EEF2F7 45%, #F8FAFC 100%);
}

.hero-grid[b-0h50gtl8oc] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
}

.hero-copy[b-0h50gtl8oc] {
    display: flex;
    flex-direction: column;
}

.hero-copy h1[b-0h50gtl8oc] {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.1;
    margin: 12px 0;
    font-weight: 700;
}

.hero-sub[b-0h50gtl8oc] {
    font-size: 1.05rem;
    color: #64748B;
    margin: 0 0 8px;
}

.hero-hook[b-0h50gtl8oc] {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 24px;
}

.hero-actions[b-0h50gtl8oc] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.cta-primary[b-0h50gtl8oc] {
    background: #0EA5A4;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.cta-ghost[b-0h50gtl8oc] {
    background: transparent;
    color: #0F172A;
    border: 1px solid #E5E7EB;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero-aside[b-0h50gtl8oc] {
    border-left: 1px solid #E5E7EB;
    padding-left: 24px;
    color: #64748B;
    max-width: 300px;
}

.note-title[b-0h50gtl8oc] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.7rem;
    margin: 0 0 8px;
}

.note-text[b-0h50gtl8oc] {
    margin: 0;
}

.eyebrow[b-0h50gtl8oc] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    color: #64748B;
    margin: 0 0 6px;
}

.scroll-hint[b-0h50gtl8oc] {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #64748B;
    font-size: 1.2rem;
    animation: scrollPulse-b-0h50gtl8oc 2.4s ease-in-out infinite;
}

@keyframes scrollPulse-b-0h50gtl8oc {
    0%, 100% { transform: translate(-50%, 0); opacity: 0.6; }
    50% { transform: translate(-50%, 6px); opacity: 1; }
}

.story-section[b-0h50gtl8oc] {
    padding: 96px 0;
    border-top: 1px solid #E5E7EB;
}


.section-block[b-0h50gtl8oc] {
    max-width: 720px;
}

h2[b-0h50gtl8oc] {
    font-size: clamp(24px, 3.2vw, 36px);
    margin: 0 0 12px;
    font-weight: 600;
}

.core[b-0h50gtl8oc] {
    font-size: 1.1rem;
    margin: 0 0 16px;
}

.quiet[b-0h50gtl8oc] {
    color: #64748B;
    margin: 0 0 16px;
}

.fact[b-0h50gtl8oc] {
    font-size: clamp(36px, 6vw, 58px);
    font-weight: 700;
    margin: 0 0 8px;
}

.fact-sub[b-0h50gtl8oc] {
    color: #64748B;
    margin: 0;
}

.visual-block[b-0h50gtl8oc] {
    margin: 32px 0;
}

.caption[b-0h50gtl8oc] {
    color: #64748B;
    margin-top: 12px;
}

.people10[b-0h50gtl8oc] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.person[b-0h50gtl8oc] {
    width: 24px;
    height: 42px;
    border-radius: 14px;
    background: #E2E8F0;
    position: relative;
}

.person[b-0h50gtl8oc]::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: inherit;
}

.person.active[b-0h50gtl8oc] {
    background: #0EA5A4;
}

.parliament[b-0h50gtl8oc] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.parliament-number[b-0h50gtl8oc] {
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 700;
}

.parliament-grid[b-0h50gtl8oc] {
    display: grid;
    grid-template-columns: repeat(20, minmax(0, 1fr));
    gap: 4px;
}

.seat[b-0h50gtl8oc] {
    width: 100%;
    padding-top: 100%;
    background: #E2E8F0;
    border-radius: 2px;
}

.seat-accent[b-0h50gtl8oc] {
    background: #0EA5A4;
}

.split-view[b-0h50gtl8oc] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    margin: 32px 0;
}

.split-column[b-0h50gtl8oc] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.split-label[b-0h50gtl8oc] {
    margin: 0;
    font-weight: 500;
}

.bar[b-0h50gtl8oc] {
    height: 8px;
    background: #E2E8F0;
    border-radius: 999px;
    overflow: hidden;
}

.bar span[b-0h50gtl8oc] {
    display: block;
    height: 100%;
    background: #0EA5A4;
}

.split-center[b-0h50gtl8oc] {
    font-weight: 600;
    color: #64748B;
    white-space: nowrap;
}

.cta-inline[b-0h50gtl8oc] {
    color: #0EA5A4;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(14, 165, 164, 0.4);
    padding-bottom: 2px;
}

.promo[b-0h50gtl8oc] {
    background: #F8FAFC;
}

.promo .cta-inline[b-0h50gtl8oc] {
    color: #0F172A;
    border-color: #0F172A;
}

.timeline[b-0h50gtl8oc] {
    display: grid;
    gap: 16px;
    position: relative;
    margin: 32px 0;
}

.timeline[b-0h50gtl8oc]::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #E5E7EB;
}

.timeline-item[b-0h50gtl8oc] {
    padding-left: 28px;
    position: relative;
}

.timeline-item[b-0h50gtl8oc]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #0F172A;
    border-radius: 50%;
}

.timeline-item.highlight[b-0h50gtl8oc]::before {
    background: #B91C1C;
}

.year[b-0h50gtl8oc] {
    font-weight: 600;
}

.value[b-0h50gtl8oc] {
    color: #64748B;
}

.promo-tag[b-0h50gtl8oc] {
    display: inline-block;
    margin-top: 8px;
    color: #B91C1C;
    border: 1px solid #B91C1C;
    padding: 2px 8px;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.promo-drop[b-0h50gtl8oc] {
    font-size: clamp(32px, 6vw, 56px);
    font-weight: 700;
    color: #B91C1C;
    margin-left: 28px;
}

.final[b-0h50gtl8oc] {
    padding-bottom: 140px;
}

.pause[b-0h50gtl8oc] {
    height: 32px;
}

.question[b-0h50gtl8oc] {
    font-size: 1.2rem;
    font-weight: 600;
}

.handover[b-0h50gtl8oc] {
    font-size: 1.25rem;
    font-weight: 600;
}

.decisions[b-0h50gtl8oc] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.decision[b-0h50gtl8oc] {
    color: #0F172A;
    text-decoration: none;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 4px;
    font-weight: 500;
}

.decision-primary[b-0h50gtl8oc] {
    font-weight: 600;
}

.decision-muted[b-0h50gtl8oc] {
    color: #64748B;
}

.decision:hover[b-0h50gtl8oc] {
    color: #0EA5A4;
    border-color: rgba(14, 165, 164, 0.6);
}

.micro-copy[b-0h50gtl8oc] {
    color: #64748B;
    font-size: 0.9rem;
    margin-top: 24px;
}

.final-nav[b-0h50gtl8oc] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    font-size: 0.9rem;
}

.quiet-link[b-0h50gtl8oc] {
    background: none;
    border: none;
    padding: 0;
    color: #64748B;
    cursor: pointer;
    text-decoration: none;
}

.quiet-link:hover[b-0h50gtl8oc] {
    color: #0F172A;
}

.share-backdrop[b-0h50gtl8oc] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    display: grid;
    place-items: center;
    z-index: 60;
}

.share-modal[b-0h50gtl8oc] {
    background: #ffffff;
    padding: 28px;
    border-radius: 20px;
    width: min(420px, 90vw);
    border: 1px solid #E5E7EB;
}

.share-modal h3[b-0h50gtl8oc] {
    margin-top: 0;
}

.share-box[b-0h50gtl8oc] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 16px 0;
}

.share-box input[b-0h50gtl8oc] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background: #F8FAFC;
}

.share-status[b-0h50gtl8oc] {
    color: #0EA5A4;
    font-weight: 600;
}

.hero-load[b-0h50gtl8oc] {
    opacity: 0;
    transform: translateY(12px);
}

.hero-load.hero-in[b-0h50gtl8oc] {
    animation: fadeUp-b-0h50gtl8oc 450ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.reveal[b-0h50gtl8oc] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 450ms ease-out, transform 450ms ease-out;
    transition-delay: var(--delay, 0ms);
}

.reveal.is-visible[b-0h50gtl8oc] {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp-b-0h50gtl8oc {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-load[b-0h50gtl8oc],
    .reveal[b-0h50gtl8oc] {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    .scroll-hint[b-0h50gtl8oc] {
        animation: none;
    }
}

@media (max-width: 900px) {
    .hero-grid[b-0h50gtl8oc] {
        grid-template-columns: 1fr;
    }

    .hero-aside[b-0h50gtl8oc] {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #E5E7EB;
        padding-top: 16px;
        max-width: none;
    }

    .split-view[b-0h50gtl8oc] {
        grid-template-columns: 1fr;
    }

    .split-center[b-0h50gtl8oc] {
        text-align: center;
    }

    .nav-actions[b-0h50gtl8oc] {
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .story-container[b-0h50gtl8oc] {
        padding: 0 18px;
    }

    .nav-inner[b-0h50gtl8oc] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hero[b-0h50gtl8oc] {
        padding: 140px 0 70px;
    }

    .story-section[b-0h50gtl8oc] {
        padding: 72px 0;
    }

    .final-nav[b-0h50gtl8oc] {
        flex-direction: column;
        gap: 12px;
    }
}
/* /Pages/AzIzbiram05.razor.rz.scp.css */
.story-v05[b-sbzp4erw1a] {
    --bg: #F8FAFC;
    --ink: #0F172A;
    --muted: #64748B;
    --line: #E5E7EB;
    --teal: #0EA5A4;
    --red: #B91C1C;
    font-family: "Inter", system-ui, sans-serif;
    background: var(--bg);
    color: var(--ink);
    font-size: 18px;
    line-height: 1.6;
}

.story-v05 *[b-sbzp4erw1a] {
    box-sizing: border-box;
}

.story-container[b-sbzp4erw1a] {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 24px;
}

.story-nav[b-sbzp4erw1a] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 60;
    background: rgba(248, 250, 252, 0.94);
    border-bottom: 1px solid var(--line);
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.story-nav.nav-quiet[b-sbzp4erw1a] {
    background: rgba(248, 250, 252, 0.62);
    border-color: transparent;
    color: var(--muted);
}

.story-nav.nav-quiet .nav-link[b-sbzp4erw1a] {
    color: #94A3B8;
}

.story-nav.nav-quiet .nav-cta[b-sbzp4erw1a] {
    background: rgba(14, 165, 164, 0.12);
    color: var(--teal);
}

.nav-inner[b-sbzp4erw1a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    gap: 16px;
}

.brand[b-sbzp4erw1a] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.brand-name[b-sbzp4erw1a] {
    font-size: 1.05rem;
}

.nav-actions[b-sbzp4erw1a] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nav-link[b-sbzp4erw1a] {
    color: var(--muted);
    text-decoration: none;
    font-weight: 500;
}

.nav-cta[b-sbzp4erw1a] {
    background: var(--teal);
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero[b-sbzp4erw1a] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(140deg, #F8FAFC 0%, #EEF2F7 45%, #F8FAFC 100%);
}

.hero-grid[b-sbzp4erw1a] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
}

.hero-copy[b-sbzp4erw1a] {
    display: flex;
    flex-direction: column;
    min-height: 56vh;
}

.hero-title[b-sbzp4erw1a] {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.08;
    margin: 12px 0 16px;
    font-weight: 700;
}

.hero-sub[b-sbzp4erw1a] {
    font-size: 1.05rem;
    color: var(--muted);
    margin: 0 0 8px;
}

.hero-hook[b-sbzp4erw1a] {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.hero-actions[b-sbzp4erw1a] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 32px;
}

.cta-primary[b-sbzp4erw1a] {
    background: var(--teal);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.cta-ghost[b-sbzp4erw1a] {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line);
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero-aside[b-sbzp4erw1a] {
    border-left: 1px solid var(--line);
    padding-left: 24px;
    color: var(--muted);
    max-width: 320px;
    font-size: 0.95rem;
}

.note-title[b-sbzp4erw1a] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.7rem;
    margin: 0 0 8px;
    color: var(--muted);
}

.note-text[b-sbzp4erw1a] {
    margin: 0;
}

.eyebrow[b-sbzp4erw1a] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    color: var(--muted);
    margin: 0 0 6px;
}

.scroll-hint[b-sbzp4erw1a] {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--muted);
    font-size: 1.2rem;
    animation: scrollPulse-b-sbzp4erw1a 2.4s ease-in-out infinite;
}

@keyframes scrollPulse-b-sbzp4erw1a {
    0%, 100% { transform: translate(-50%, 0); opacity: 0.6; }
    50% { transform: translate(-50%, 6px); opacity: 1; }
}

.story-section[b-sbzp4erw1a] {
    padding: 100px 0;
    border-top: 1px solid var(--line);
}

.section-block[b-sbzp4erw1a] {
    max-width: 720px;
}

h2[b-sbzp4erw1a] {
    font-size: clamp(24px, 3.2vw, 36px);
    margin: 0 0 12px;
    font-weight: 600;
}

.core[b-sbzp4erw1a] {
    font-size: 1.1rem;
    margin: 0 0 16px;
}

.quiet[b-sbzp4erw1a] {
    color: var(--muted);
    margin: 0 0 16px;
}

.fact[b-sbzp4erw1a] {
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 700;
    margin: 0 0 8px;
}

.fact-sub[b-sbzp4erw1a] {
    color: var(--muted);
    margin: 0;
}

.visual-block[b-sbzp4erw1a] {
    margin: 32px 0;
}

.caption[b-sbzp4erw1a] {
    color: var(--muted);
    margin-top: 12px;
}

.people10[b-sbzp4erw1a] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.person[b-sbzp4erw1a] {
    width: 26px;
    height: 44px;
    border-radius: 14px;
    background: #E2E8F0;
    position: relative;
}

.person[b-sbzp4erw1a]::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: inherit;
}

.person.active[b-sbzp4erw1a] {
    background: var(--teal);
}

.parliament[b-sbzp4erw1a] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.parliament-number[b-sbzp4erw1a] {
    font-size: clamp(40px, 7vw, 72px);
    font-weight: 700;
}

.parliament-grid[b-sbzp4erw1a] {
    display: grid;
    grid-template-columns: repeat(20, minmax(0, 1fr));
    gap: 4px;
}

.seat[b-sbzp4erw1a] {
    width: 100%;
    aspect-ratio: 1;
    background: #E2E8F0;
    border-radius: 2px;
}

.seat-accent[b-sbzp4erw1a] {
    background: var(--teal);
}

.split-view[b-sbzp4erw1a] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    margin: 32px 0;
}

.split-column[b-sbzp4erw1a] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.split-label[b-sbzp4erw1a] {
    margin: 0;
    font-weight: 500;
}

.split-value[b-sbzp4erw1a] {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--ink);
}

.bar[b-sbzp4erw1a] {
    height: 8px;
    background: #E2E8F0;
    border-radius: 999px;
    overflow: hidden;
}

.bar span[b-sbzp4erw1a] {
    display: block;
    height: 100%;
    background: var(--teal);
}

.split-center[b-sbzp4erw1a] {
    font-weight: 600;
    color: var(--muted);
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.cta-inline[b-sbzp4erw1a] {
    color: var(--teal);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(14, 165, 164, 0.4);
    padding-bottom: 2px;
}

.cta-row[b-sbzp4erw1a] {
    margin-top: 20px;
}

.cta-arrow[b-sbzp4erw1a] {
    color: var(--muted);
    text-decoration: none;
    font-size: 1.4rem;
    border-bottom: 1px solid var(--line);
    padding-bottom: 4px;
    display: inline-block;
}

.cta-arrow:hover[b-sbzp4erw1a] {
    color: var(--ink);
    border-color: var(--ink);
}

.promo[b-sbzp4erw1a] {
    background: var(--bg);
}

.promo .cta-inline[b-sbzp4erw1a] {
    color: var(--ink);
    border-color: var(--ink);
}

.timeline[b-sbzp4erw1a] {
    display: grid;
    gap: 18px;
    position: relative;
    margin: 32px 0;
}

.timeline[b-sbzp4erw1a]::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--line);
}

.timeline-item[b-sbzp4erw1a] {
    padding-left: 28px;
    position: relative;
}

.timeline-item[b-sbzp4erw1a]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: var(--ink);
    border-radius: 50%;
}

.timeline-item.highlight[b-sbzp4erw1a]::before {
    background: var(--red);
}

.year[b-sbzp4erw1a] {
    font-weight: 600;
}

.value[b-sbzp4erw1a] {
    color: var(--muted);
    font-size: 1.1rem;
}

.promo-tag[b-sbzp4erw1a] {
    display: inline-block;
    margin-top: 8px;
    color: var(--red);
    border: 1px solid var(--red);
    padding: 2px 8px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.promo-drop[b-sbzp4erw1a] {
    font-size: clamp(32px, 6vw, 64px);
    font-weight: 700;
    color: var(--red);
    margin-left: 28px;
}

.signal[b-sbzp4erw1a] {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 80px;
}

.signal span[b-sbzp4erw1a] {
    width: 10px;
    border-radius: 6px;
    background: #E2E8F0;
    height: 35%;
}

.signal span:nth-child(2)[b-sbzp4erw1a] {
    height: 55%;
}

.signal span:nth-child(3)[b-sbzp4erw1a] {
    height: 100%;
}

.signal span:nth-child(4)[b-sbzp4erw1a] {
    height: 45%;
}

.signal span:nth-child(5)[b-sbzp4erw1a] {
    height: 30%;
}

.signal-accent[b-sbzp4erw1a] {
    background: var(--teal);
}

.final[b-sbzp4erw1a] {
    padding-bottom: 160px;
}

.pause[b-sbzp4erw1a] {
    height: 36px;
}

.question[b-sbzp4erw1a] {
    font-size: 1.2rem;
    font-weight: 600;
}

.handover[b-sbzp4erw1a] {
    font-size: 1.25rem;
    font-weight: 600;
}

.decisions[b-sbzp4erw1a] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.decision[b-sbzp4erw1a] {
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid var(--line);
    padding-bottom: 4px;
    font-weight: 500;
}

.decision-primary[b-sbzp4erw1a] {
    font-weight: 600;
    font-size: 1.05rem;
}

.decision-secondary[b-sbzp4erw1a] {
    font-weight: 600;
}

.decision-tertiary[b-sbzp4erw1a] {
    font-weight: 500;
}

.decision-muted[b-sbzp4erw1a] {
    color: var(--muted);
}

.decision:hover[b-sbzp4erw1a] {
    color: var(--teal);
    border-color: rgba(14, 165, 164, 0.6);
}

.micro-copy[b-sbzp4erw1a] {
    color: var(--muted);
    font-size: 0.9rem;
    margin-top: 24px;
}

.final-nav[b-sbzp4erw1a] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    font-size: 0.9rem;
}

.quiet-link[b-sbzp4erw1a] {
    background: none;
    border: none;
    padding: 0;
    color: var(--muted);
    cursor: pointer;
    text-decoration: none;
    font: inherit;
}

.quiet-link:hover[b-sbzp4erw1a] {
    color: var(--ink);
}

.share-backdrop[b-sbzp4erw1a] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    display: grid;
    place-items: center;
    z-index: 70;
}

.share-modal[b-sbzp4erw1a] {
    background: #ffffff;
    padding: 28px;
    border-radius: 20px;
    width: min(420px, 90vw);
    border: 1px solid var(--line);
}

.share-modal h3[b-sbzp4erw1a] {
    margin-top: 0;
}

.share-box[b-sbzp4erw1a] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 16px 0;
}

.share-box input[b-sbzp4erw1a] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--bg);
}

.share-status[b-sbzp4erw1a] {
    color: var(--teal);
    font-weight: 600;
}

.hero-load[b-sbzp4erw1a] {
    opacity: 0;
    transform: translateY(12px);
}

.hero-load.hero-in[b-sbzp4erw1a] {
    animation: fadeUp-b-sbzp4erw1a 450ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.reveal[b-sbzp4erw1a] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 450ms ease-out, transform 450ms ease-out;
    transition-delay: var(--delay, 0ms);
}

.reveal.is-visible[b-sbzp4erw1a] {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp-b-sbzp4erw1a {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-load[b-sbzp4erw1a],
    .reveal[b-sbzp4erw1a] {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    .scroll-hint[b-sbzp4erw1a] {
        animation: none;
    }
}

@media (max-width: 900px) {
    .hero-grid[b-sbzp4erw1a] {
        grid-template-columns: 1fr;
    }

    .hero-aside[b-sbzp4erw1a] {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid var(--line);
        padding-top: 16px;
        max-width: none;
    }

    .split-view[b-sbzp4erw1a] {
        grid-template-columns: 1fr;
    }

    .split-center[b-sbzp4erw1a] {
        text-align: center;
    }

    .nav-actions[b-sbzp4erw1a] {
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .story-container[b-sbzp4erw1a] {
        padding: 0 18px;
    }

    .nav-inner[b-sbzp4erw1a] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hero[b-sbzp4erw1a] {
        padding: 140px 0 70px;
    }

    .story-section[b-sbzp4erw1a] {
        padding: 80px 0;
    }

    .final-nav[b-sbzp4erw1a] {
        flex-direction: column;
        gap: 12px;
    }
}
/* /Pages/AzIzbiram06.razor.rz.scp.css */
html[b-yep9cymr7b] {
    scroll-behavior: smooth;
}

body[b-yep9cymr7b] {
    margin: 0;
    background: #F8FAFC;
}

.story-v06[b-yep9cymr7b] {
    --bg: #F8FAFC;
    --ink: #0F172A;
    --muted: #64748B;
    --line: #E5E7EB;
    --brand-dark: #06587F;
    --brand-light: #5A9BCB;
    --brand-red: #E73A47;
    --accent: #0EA5A4;
    font-family: "Inter", system-ui, sans-serif;
    background: var(--bg);
    color: var(--ink);
    font-size: 18px;
    line-height: 1.6;
    min-height: 100vh;
}

.story-v06 *[b-yep9cymr7b] {
    box-sizing: border-box;
}

.story-v06 button[b-yep9cymr7b] {
    font-family: inherit;
}

.story-container[b-yep9cymr7b] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.story-nav[b-yep9cymr7b] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70;
    background: rgba(248, 250, 252, 0.92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    color: var(--brand-dark);
}

.story-nav.nav-quiet[b-yep9cymr7b] {
    background: transparent;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
}

.story-nav.nav-quiet .nav-link[b-yep9cymr7b] {
    color: rgba(255, 255, 255, 0.75);
}

.story-nav.nav-quiet .nav-cta[b-yep9cymr7b] {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-inner[b-yep9cymr7b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
}

.brand-name[b-yep9cymr7b] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.nav-actions[b-yep9cymr7b] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nav-link[b-yep9cymr7b] {
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 500;
}

.nav-cta[b-yep9cymr7b] {
    background: var(--accent);
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero[b-yep9cymr7b] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 140px 0 90px;
    background: linear-gradient(135deg, #06587F 0%, #0A4A66 55%, #5A9BCB 100%);
    color: #ffffff;
    overflow: hidden;
}

.hero[b-yep9cymr7b]::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
}

.hero[b-yep9cymr7b]::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    top: 10%;
    right: 8%;
    background: radial-gradient(circle, rgba(90, 155, 203, 0.35) 0%, rgba(90, 155, 203, 0) 70%);
    pointer-events: none;
}

.hero-grid[b-yep9cymr7b] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-copy[b-yep9cymr7b] {
    display: flex;
    flex-direction: column;
    min-height: 56vh;
}

.eyebrow[b-yep9cymr7b] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    width: fit-content;
    color: #ffffff;
}

.hero-title[b-yep9cymr7b] {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.08;
    margin: 16px 0;
    font-weight: 700;
}

.hero-sub[b-yep9cymr7b] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 8px;
}

.hero-hook[b-yep9cymr7b] {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

.hero-actions[b-yep9cymr7b] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 32px;
}

.cta-primary[b-yep9cymr7b] {
    background: var(--accent);
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(6, 88, 127, 0.2);
}

.cta-ghost[b-yep9cymr7b] {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero-note[b-yep9cymr7b] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    padding: 18px 20px;
    border-radius: 18px;
    color: #ffffff;
    font-size: 0.95rem;
    max-width: 320px;
}

.scroll-hint[b-yep9cymr7b] {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    animation: scrollPulse-b-yep9cymr7b 2.4s ease-in-out infinite;
}

@keyframes scrollPulse-b-yep9cymr7b {
    0%, 100% { transform: translate(-50%, 0); opacity: 0.6; }
    50% { transform: translate(-50%, 6px); opacity: 1; }
}

.story-section[b-yep9cymr7b] {
    padding: 96px 0;
    position: relative;
}

.story-section + .story-section[b-yep9cymr7b] {
    border-top: 1px solid var(--line);
}

.story-section.tone[b-yep9cymr7b] {
    background: linear-gradient(135deg, rgba(6, 88, 127, 0.06), rgba(90, 155, 203, 0.08));
}

.story-section.promo[b-yep9cymr7b] {
    background: linear-gradient(135deg, rgba(231, 58, 71, 0.05), rgba(6, 88, 127, 0.05));
}

.section-grid[b-yep9cymr7b] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

h2[b-yep9cymr7b] {
    font-size: clamp(24px, 3.2vw, 36px);
    margin: 0 0 12px;
    font-weight: 600;
}

.core[b-yep9cymr7b] {
    font-size: 1.1rem;
    margin: 0 0 16px;
}

.quiet[b-yep9cymr7b] {
    color: var(--muted);
    margin: 0 0 16px;
}

.fact[b-yep9cymr7b] {
    font-size: clamp(38px, 6vw, 64px);
    font-weight: 700;
    margin: 16px 0 8px;
    color: var(--brand-dark);
}

.fact-sub[b-yep9cymr7b] {
    color: var(--muted);
    margin: 0;
}

.visual-block[b-yep9cymr7b] {
    margin: 28px 0;
}

.caption[b-yep9cymr7b] {
    color: var(--muted);
    margin-top: 12px;
}

.people10[b-yep9cymr7b] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.person[b-yep9cymr7b] {
    width: 26px;
    height: 44px;
    border-radius: 999px;
    background: #E73A47;
    position: relative;
}

.person[b-yep9cymr7b]::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: inherit;
}

.person.active[b-yep9cymr7b] {
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(14, 165, 164, 0.12);
}

.parliament[b-yep9cymr7b] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.parliament-number[b-yep9cymr7b] {
    font-size: clamp(40px, 7vw, 72px);
    font-weight: 700;
    color: var(--brand-dark);
}

.parliament-grid[b-yep9cymr7b] {
    display: grid;
    grid-template-columns: repeat(20, minmax(0, 1fr));
    gap: 4px;
}

.seat[b-yep9cymr7b] {
    width: 100%;
    aspect-ratio: 1;
    background: #D9E2EC;
    border-radius: 2px;
}

.seat-accent[b-yep9cymr7b] {
    background: var(--brand-dark);
}

.split-view[b-yep9cymr7b] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    margin: 32px 0;
}

.split-column[b-yep9cymr7b] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.split-label[b-yep9cymr7b] {
    margin: 0;
    font-weight: 500;
}

.split-value[b-yep9cymr7b] {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--brand-dark);
}

.bar[b-yep9cymr7b] {
    height: 10px;
    background: rgba(6, 88, 127, 0.15);
    border-radius: 999px;
    overflow: hidden;
}

.bar span[b-yep9cymr7b] {
    display: block;
    height: 100%;
    background: var(--brand-dark);
}

.split-center[b-yep9cymr7b] {
    font-weight: 600;
    color: var(--brand-dark);
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.cta-inline[b-yep9cymr7b] {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(14, 165, 164, 0.4);
    padding-bottom: 2px;
}

.story-section.promo .cta-inline[b-yep9cymr7b] {
    color: var(--brand-dark);
    border-color: var(--brand-dark);
}

.section-cta[b-yep9cymr7b] {
    margin-top: 28px;
    text-align: center;
}

.cta-arrow[b-yep9cymr7b] {
    color: var(--brand-dark);
    text-decoration: none;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(6, 88, 127, 0.3);
    padding-bottom: 4px;
    display: inline-block;
}

.cta-arrow:hover[b-yep9cymr7b] {
    border-color: var(--brand-dark);
}

.timeline[b-yep9cymr7b] {
    display: grid;
    gap: 18px;
    position: relative;
    margin: 32px 0;
}

.timeline[b-yep9cymr7b]::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--line);
}

.timeline-item[b-yep9cymr7b] {
    padding-left: 28px;
    position: relative;
}

.timeline-item[b-yep9cymr7b]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: var(--brand-dark);
    border-radius: 50%;
}

.timeline-item.highlight[b-yep9cymr7b]::before {
    background: var(--brand-red);
}

.year[b-yep9cymr7b] {
    font-weight: 600;
}

.value[b-yep9cymr7b] {
    color: var(--muted);
    font-size: 1.1rem;
}

.promo-tag[b-yep9cymr7b] {
    display: inline-block;
    margin-top: 8px;
    color: var(--brand-red);
    border: 1px solid var(--brand-red);
    padding: 2px 8px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.promo-drop[b-yep9cymr7b] {
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 700;
    color: var(--brand-red);
    margin-left: 28px;
}

.signal[b-yep9cymr7b] {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 90px;
}

.signal span[b-yep9cymr7b] {
    width: 12px;
    border-radius: 999px;
    background: rgba(6, 88, 127, 0.25);
    height: 32%;
}

.signal span:nth-child(2)[b-yep9cymr7b] {
    height: 55%;
    background: rgba(90, 155, 203, 0.45);
}

.signal span:nth-child(3)[b-yep9cymr7b] {
    height: 100%;
    background: var(--brand-dark);
}

.signal span:nth-child(4)[b-yep9cymr7b] {
    height: 48%;
    background: rgba(90, 155, 203, 0.45);
}

.signal span:nth-child(5)[b-yep9cymr7b] {
    height: 30%;
}

.final[b-yep9cymr7b] {
    padding-bottom: 160px;
}

.pause[b-yep9cymr7b] {
    height: 36px;
}

.question[b-yep9cymr7b] {
    font-size: 1.2rem;
    font-weight: 600;
}

.handover[b-yep9cymr7b] {
    font-size: 1.25rem;
    font-weight: 600;
}

.decisions[b-yep9cymr7b] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.decision[b-yep9cymr7b] {
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid var(--line);
    padding-bottom: 4px;
    font-weight: 500;
}

.decision-primary[b-yep9cymr7b] {
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--brand-dark);
}

.decision-muted[b-yep9cymr7b] {
    color: var(--muted);
}

.decision:hover[b-yep9cymr7b] {
    color: var(--accent);
    border-color: rgba(14, 165, 164, 0.6);
}

.micro-copy[b-yep9cymr7b] {
    color: var(--muted);
    font-size: 0.9rem;
    margin-top: 24px;
}

.final-nav[b-yep9cymr7b] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    font-size: 0.9rem;
}

.quiet-link[b-yep9cymr7b] {
    background: none;
    border: none;
    padding: 0;
    color: var(--muted);
    cursor: pointer;
    text-decoration: none;
    font: inherit;
}

.quiet-link:hover[b-yep9cymr7b] {
    color: var(--brand-dark);
}

.share-backdrop[b-yep9cymr7b] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: grid;
    place-items: center;
    z-index: 80;
}

.share-backdrop[hidden][b-yep9cymr7b] {
    display: none;
}

.share-modal[b-yep9cymr7b] {
    background: #ffffff;
    padding: 28px;
    border-radius: 20px;
    width: min(420px, 90vw);
    border: 1px solid var(--line);
    box-shadow: 0 20px 60px rgba(6, 88, 127, 0.18);
}

.share-modal h3[b-yep9cymr7b] {
    margin-top: 0;
}

.share-box[b-yep9cymr7b] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 16px 0;
}

.share-box input[b-yep9cymr7b] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--bg);
}

.share-status[b-yep9cymr7b] {
    color: var(--accent);
    font-weight: 600;
    min-height: 1.4em;
}

.hero-load[b-yep9cymr7b] {
    opacity: 0;
    transform: translateY(14px);
}

.hero-load.hero-in[b-yep9cymr7b] {
    animation: fadeUp-b-yep9cymr7b 450ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.scroll-reveal[b-yep9cymr7b] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 450ms cubic-bezier(0.16, 1, 0.3, 1), transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--delay, 0ms);
}

.scroll-reveal.is-visible[b-yep9cymr7b] {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp-b-yep9cymr7b {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    html[b-yep9cymr7b] {
        scroll-behavior: auto;
    }

    .hero-load[b-yep9cymr7b],
    .scroll-reveal[b-yep9cymr7b] {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    .scroll-hint[b-yep9cymr7b] {
        animation: none;
    }
}

@media (max-width: 900px) {
    .hero-grid[b-yep9cymr7b],
    .section-grid[b-yep9cymr7b] {
        grid-template-columns: 1fr;
    }

    .hero-note[b-yep9cymr7b] {
        max-width: none;
    }

    .split-view[b-yep9cymr7b] {
        grid-template-columns: 1fr;
    }

    .split-center[b-yep9cymr7b] {
        text-align: center;
    }

    .nav-actions[b-yep9cymr7b] {
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .story-container[b-yep9cymr7b] {
        padding: 0 18px;
    }

    .nav-inner[b-yep9cymr7b] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hero[b-yep9cymr7b] {
        padding: 150px 0 80px;
    }

    .story-section[b-yep9cymr7b] {
        padding: 80px 0;
    }

    .final-nav[b-yep9cymr7b] {
        flex-direction: column;
        gap: 12px;
    }
}
/* /Pages/AzIzbiram07.razor.rz.scp.css */
.story-v06[b-x9339hhvuy] {
    --bg: #F8FAFC;
    --ink: #0F172A;
    --muted: #64748B;
    --line: #E5E7EB;
    --brand-dark: #06587F;
    --brand-light: #5A9BCB;
    --brand-red: #E73A47;
    --accent: #0EA5A4;
    font-family: "Inter", system-ui, sans-serif;
    background: var(--bg);
    color: var(--ink);
    font-size: 18px;
    line-height: 1.6;
}

.story-v06 *[b-x9339hhvuy] {
    box-sizing: border-box;
}

.story-container[b-x9339hhvuy] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

.story-nav[b-x9339hhvuy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70;
    background: rgba(248, 250, 252, 0.92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    color: var(--brand-dark);
}

.story-nav.nav-quiet[b-x9339hhvuy] {
    background: transparent;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
}

.story-nav.nav-quiet .nav-link[b-x9339hhvuy] {
    color: rgba(255, 255, 255, 0.75);
}

.story-nav.nav-quiet .nav-cta[b-x9339hhvuy] {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-inner[b-x9339hhvuy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
}

.brand-name[b-x9339hhvuy] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.nav-actions[b-x9339hhvuy] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nav-link[b-x9339hhvuy] {
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 500;
}

.nav-cta[b-x9339hhvuy] {
    background: var(--accent);
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero[b-x9339hhvuy] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 140px 0 90px;
    background: linear-gradient(135deg, #06587F 0%, #0A4A66 55%, #5A9BCB 100%);
    color: #ffffff;
    overflow: hidden;
}

.hero[b-x9339hhvuy]::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
}

.hero[b-x9339hhvuy]::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    top: 10%;
    right: 8%;
    background: radial-gradient(circle, rgba(90, 155, 203, 0.35) 0%, rgba(90, 155, 203, 0) 70%);
    pointer-events: none;
}

.hero-grid[b-x9339hhvuy] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-copy[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    min-height: 56vh;
}

.eyebrow[b-x9339hhvuy] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    width: fit-content;
    color: #ffffff;
}

.hero-title[b-x9339hhvuy] {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.08;
    margin: 16px 0;
    font-weight: 700;
}

.hero-sub[b-x9339hhvuy] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 8px;
}

.hero-hook[b-x9339hhvuy] {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

.hero-actions[b-x9339hhvuy] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 32px;
}

.cta-primary[b-x9339hhvuy] {
    background: var(--accent);
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(6, 88, 127, 0.2);
}

.cta-ghost[b-x9339hhvuy] {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero-note[b-x9339hhvuy] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    padding: 18px 20px;
    border-radius: 18px;
    color: #ffffff;
    font-size: 0.95rem;
    max-width: 320px;
}

.scroll-hint[b-x9339hhvuy] {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    animation: scrollPulse-b-x9339hhvuy 2.4s ease-in-out infinite;
}

@keyframes scrollPulse-b-x9339hhvuy {
    0%, 100% { transform: translate(-50%, 0); opacity: 0.6; }
    50% { transform: translate(-50%, 6px); opacity: 1; }
}

.story-section[b-x9339hhvuy] {
    padding: 96px 0;
    position: relative;
}

.story-section + .story-section[b-x9339hhvuy] {
    border-top: 1px solid var(--line);
}

.story-section.tone[b-x9339hhvuy] {
    background: linear-gradient(135deg, rgba(6, 88, 127, 0.06), rgba(90, 155, 203, 0.08));
}

.story-section.promo[b-x9339hhvuy] {
    background: linear-gradient(135deg, rgba(231, 58, 71, 0.05), rgba(6, 88, 127, 0.05));
}

.section-grid[b-x9339hhvuy] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

h2[b-x9339hhvuy] {
    font-size: clamp(24px, 3.2vw, 36px);
    margin: 0 0 12px;
    font-weight: 600;
}

.core[b-x9339hhvuy] {
    font-size: 1.1rem;
    margin: 0 0 16px;
}

.quiet[b-x9339hhvuy] {
    color: var(--muted);
    margin: 0 0 16px;
}

.fact[b-x9339hhvuy] {
    font-size: clamp(38px, 6vw, 64px);
    font-weight: 700;
    margin: 16px 0 8px;
    color: var(--brand-dark);
}

.fact-sub[b-x9339hhvuy] {
    color: var(--muted);
    margin: 0;
}

.visual-block[b-x9339hhvuy] {
    margin: 28px 0;
}

.caption[b-x9339hhvuy] {
    color: var(--muted);
    margin-top: 12px;
}

.people10[b-x9339hhvuy] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.person[b-x9339hhvuy] {
    width: 26px;
    height: 44px;
    border-radius: 999px;
    background: #E73A47;
    position: relative;
}

.person[b-x9339hhvuy]::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: inherit;
}

.person.active[b-x9339hhvuy] {
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(14, 165, 164, 0.12);
}

.parliament[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.parliament-number[b-x9339hhvuy] {
    font-size: clamp(40px, 7vw, 72px);
    font-weight: 700;
    color: var(--brand-dark);
}

.parliament-grid[b-x9339hhvuy] {
    display: grid;
    grid-template-columns: repeat(20, minmax(0, 1fr));
    gap: 4px;
}

.seat[b-x9339hhvuy] {
    width: 100%;
    aspect-ratio: 1;
    background: #D9E2EC;
    border-radius: 2px;
}

.seat-accent[b-x9339hhvuy] {
    background: var(--brand-dark);
}

.split-view[b-x9339hhvuy] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    margin: 32px 0;
}

.split-column[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.split-label[b-x9339hhvuy] {
    margin: 0;
    font-weight: 500;
}

.split-value[b-x9339hhvuy] {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--brand-dark);
}

.bar[b-x9339hhvuy] {
    height: 10px;
    background: rgba(6, 88, 127, 0.15);
    border-radius: 999px;
    overflow: hidden;
}

.bar span[b-x9339hhvuy] {
    display: block;
    height: 100%;
    background: var(--brand-dark);
}

.split-center[b-x9339hhvuy] {
    font-weight: 600;
    color: var(--brand-dark);
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.cta-inline[b-x9339hhvuy] {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(14, 165, 164, 0.4);
    padding-bottom: 2px;
}

.story-section.promo .cta-inline[b-x9339hhvuy] {
    color: var(--brand-dark);
    border-color: var(--brand-dark);
}

.section-cta[b-x9339hhvuy] {
    margin-top: 28px;
    text-align: center;
}

.cta-arrow[b-x9339hhvuy] {
    color: var(--brand-dark);
    text-decoration: none;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(6, 88, 127, 0.3);
    padding-bottom: 4px;
    display: inline-block;
}

.cta-arrow:hover[b-x9339hhvuy] {
    border-color: var(--brand-dark);
}

.timeline[b-x9339hhvuy] {
    display: grid;
    gap: 18px;
    position: relative;
    margin: 32px 0;
}

.timeline[b-x9339hhvuy]::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--line);
}

.timeline-item[b-x9339hhvuy] {
    padding-left: 28px;
    position: relative;
}

.timeline-item[b-x9339hhvuy]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: var(--brand-dark);
    border-radius: 50%;
}

.timeline-item.highlight[b-x9339hhvuy]::before {
    background: var(--brand-red);
}

.year[b-x9339hhvuy] {
    font-weight: 600;
}

.value[b-x9339hhvuy] {
    color: var(--muted);
    font-size: 1.1rem;
}

.promo-tag[b-x9339hhvuy] {
    display: inline-block;
    margin-top: 8px;
    color: var(--brand-red);
    border: 1px solid var(--brand-red);
    padding: 2px 8px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.promo-drop[b-x9339hhvuy] {
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 700;
    color: var(--brand-red);
    margin-left: 28px;
}

.signal[b-x9339hhvuy] {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 90px;
}

.signal span[b-x9339hhvuy] {
    width: 12px;
    border-radius: 999px;
    background: rgba(6, 88, 127, 0.25);
    height: 32%;
}

.signal span:nth-child(2)[b-x9339hhvuy] {
    height: 55%;
    background: rgba(90, 155, 203, 0.45);
}

.signal span:nth-child(3)[b-x9339hhvuy] {
    height: 100%;
    background: var(--brand-dark);
}

.signal span:nth-child(4)[b-x9339hhvuy] {
    height: 48%;
    background: rgba(90, 155, 203, 0.45);
}

.signal span:nth-child(5)[b-x9339hhvuy] {
    height: 30%;
}

.final[b-x9339hhvuy] {
    padding-bottom: 160px;
}

.pause[b-x9339hhvuy] {
    height: 36px;
}

.question[b-x9339hhvuy] {
    font-size: 1.2rem;
    font-weight: 600;
}

.handover[b-x9339hhvuy] {
    font-size: 1.25rem;
    font-weight: 600;
}

.decisions[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.decision[b-x9339hhvuy] {
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid var(--line);
    padding-bottom: 4px;
    font-weight: 500;
}

.decision-primary[b-x9339hhvuy] {
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--brand-dark);
}

.decision-muted[b-x9339hhvuy] {
    color: var(--muted);
}

.decision:hover[b-x9339hhvuy] {
    color: var(--accent);
    border-color: rgba(14, 165, 164, 0.6);
}

.micro-copy[b-x9339hhvuy] {
    color: var(--muted);
    font-size: 0.9rem;
    margin-top: 24px;
}

.final-nav[b-x9339hhvuy] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    font-size: 0.9rem;
}

.quiet-link[b-x9339hhvuy] {
    background: none;
    border: none;
    padding: 0;
    color: var(--muted);
    cursor: pointer;
    text-decoration: none;
    font: inherit;
}

.quiet-link:hover[b-x9339hhvuy] {
    color: var(--brand-dark);
}

.share-backdrop[b-x9339hhvuy] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: grid;
    place-items: center;
    z-index: 80;
}

.share-modal[b-x9339hhvuy] {
    background: #ffffff;
    padding: 28px;
    border-radius: 20px;
    width: min(420px, 90vw);
    border: 1px solid var(--line);
    box-shadow: 0 20px 60px rgba(6, 88, 127, 0.18);
}

.share-modal h3[b-x9339hhvuy] {
    margin-top: 0;
}

.share-box[b-x9339hhvuy] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 16px 0;
}

.share-box input[b-x9339hhvuy] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--bg);
}

.share-status[b-x9339hhvuy] {
    color: var(--accent);
    font-weight: 600;
}

.hero-load[b-x9339hhvuy] {
    opacity: 0;
    transform: translateY(14px);
}

.hero-load.hero-in[b-x9339hhvuy] {
    animation: fadeUp-b-x9339hhvuy 450ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.scroll-reveal[b-x9339hhvuy] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 450ms cubic-bezier(0.16, 1, 0.3, 1), transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--delay, 0ms);
}

.scroll-reveal.is-visible[b-x9339hhvuy] {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp-b-x9339hhvuy {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-load[b-x9339hhvuy],
    .scroll-reveal[b-x9339hhvuy] {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    .scroll-hint[b-x9339hhvuy] {
        animation: none;
    }
}

@media (max-width: 900px) {
    .hero-grid[b-x9339hhvuy],
    .section-grid[b-x9339hhvuy] {
        grid-template-columns: 1fr;
    }

    .hero-note[b-x9339hhvuy] {
        max-width: none;
    }

    .split-view[b-x9339hhvuy] {
        grid-template-columns: 1fr;
    }

    .split-center[b-x9339hhvuy] {
        text-align: center;
    }

    .nav-actions[b-x9339hhvuy] {
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .story-container[b-x9339hhvuy] {
        padding: 0 18px;
    }

    .nav-inner[b-x9339hhvuy] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hero[b-x9339hhvuy] {
        padding: 150px 0 80px;
    }

    .story-section[b-x9339hhvuy] {
        padding: 80px 0;
    }

    .final-nav[b-x9339hhvuy] {
        flex-direction: column;
        gap: 12px;
    }
}

.story-v06 button[b-x9339hhvuy],
.story-v06 input[b-x9339hhvuy] {
    font-family: inherit;
}

.hero-note[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-meta[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.meta-block[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.meta-label[b-x9339hhvuy] {
    margin: 0;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.65);
}

.meta-value[b-x9339hhvuy] {
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}

.meta-link[b-x9339hhvuy] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}

.logo-mark[b-x9339hhvuy] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.meta-note[b-x9339hhvuy] {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.section-header h1[b-x9339hhvuy] {
    font-size: clamp(28px, 4vw, 46px);
    margin: 0 0 10px;
    font-weight: 700;
}

.turn[b-x9339hhvuy] {
    margin: 18px 0;
    font-weight: 500;
}

.punch[b-x9339hhvuy] {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 16px;
    color: var(--brand-dark);
}

.chart-card[b-x9339hhvuy] {
    margin-top: 28px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 10px 26px rgba(6, 88, 127, 0.08);
}

.chart-svg[b-x9339hhvuy] {
    width: 100%;
    height: auto;
}

.chart-line[b-x9339hhvuy] {
    fill: none;
    stroke: var(--brand-dark);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: var(--path-length, 600);
    stroke-dashoffset: var(--path-length, 600);
    transition: stroke-dashoffset 1.2s ease;
}

.chart-point[b-x9339hhvuy] {
    fill: var(--brand-dark);
    opacity: 0;
    transform: scale(0.6);
    transform-origin: center;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.chart-point-end[b-x9339hhvuy] {
    fill: var(--brand-red);
}

.chart-labels[b-x9339hhvuy] {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 0.85rem;
    color: var(--muted);
}

.chart-card.is-visible .chart-line[b-x9339hhvuy] {
    stroke-dashoffset: 0;
}

.chart-card.is-visible .chart-point[b-x9339hhvuy] {
    opacity: 1;
    transform: scale(1);
}

.scroll-reveal.is-visible .person.active[b-x9339hhvuy] {
    animation: peoplePulse-b-x9339hhvuy 2.4s ease-in-out infinite;
}

@keyframes peoplePulse-b-x9339hhvuy {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.parliament.compact[b-x9339hhvuy] {
    max-width: 320px;
}

.seat-filled[b-x9339hhvuy] {
    background: var(--brand-dark);
}

.timeline-cards[b-x9339hhvuy] {
    display: grid;
    gap: 16px;
    margin: 32px 0;
}

.timeline-card[b-x9339hhvuy] {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.timeline-card.highlight[b-x9339hhvuy] {
    border-color: rgba(231, 58, 71, 0.5);
    background: rgba(231, 58, 71, 0.06);
}

.badge[b-x9339hhvuy] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: var(--brand-red);
    border: 1px solid var(--brand-red);
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.cards[b-x9339hhvuy] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 32px;
}

.card[b-x9339hhvuy] {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 12px 30px rgba(6, 88, 127, 0.06);
}

.card-icon[b-x9339hhvuy] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(6, 88, 127, 0.08);
    display: grid;
    place-items: center;
}

.icon[b-x9339hhvuy] {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: var(--brand-dark);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.card-fact[b-x9339hhvuy] {
    margin: 0;
    font-weight: 500;
}

.card-meaning[b-x9339hhvuy] {
    margin: 0;
    color: var(--muted);
}

.pledge[b-x9339hhvuy] {
    background: linear-gradient(135deg, rgba(14, 165, 164, 0.06), rgba(6, 88, 127, 0.05));
}

.pledge-grid[b-x9339hhvuy] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    margin-top: 32px;
}

.pledge-card[b-x9339hhvuy] {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.social[b-x9339hhvuy] {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.pledge-confirmation[b-x9339hhvuy] {
    display: none;
    margin: 0;
    font-weight: 600;
    color: var(--brand-dark);
}

.story-v06.pledged .pledge-confirmation[b-x9339hhvuy] {
    display: block;
}

.pledge-next[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.next-actions[b-x9339hhvuy] {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.next-action[b-x9339hhvuy] {
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 500;
}

.next-actions.is-locked[b-x9339hhvuy] {
    color: var(--muted);
    filter: grayscale(0.3);
}

.next-actions.is-locked .next-action[b-x9339hhvuy] {
    pointer-events: none;
}

.lock-overlay[b-x9339hhvuy] {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.9);
    display: none;
    place-items: center;
    font-weight: 600;
    color: var(--brand-dark);
    text-align: center;
    padding: 0 16px;
}

.next-actions.is-locked .lock-overlay[b-x9339hhvuy] {
    display: grid;
}

.story-v06.pledged .next-actions[b-x9339hhvuy] {
    filter: none;
}

.story-v06.pledged .next-actions .lock-overlay[b-x9339hhvuy] {
    display: none;
}

.note[b-x9339hhvuy] {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.story-footer[b-x9339hhvuy] {
    border-top: 1px solid var(--line);
    padding: 40px 0 60px;
    background: #ffffff;
}

.footer-grid[b-x9339hhvuy] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    align-items: center;
}

.footer-link[b-x9339hhvuy] {
    color: var(--muted);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-link:hover[b-x9339hhvuy] {
    color: var(--brand-dark);
}

.pledge-backdrop[b-x9339hhvuy] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: grid;
    place-items: center;
    z-index: 80;
}

.pledge-modal[b-x9339hhvuy] {
    background: #ffffff;
    padding: 28px;
    border-radius: 20px;
    width: min(420px, 90vw);
    border: 1px solid var(--line);
    box-shadow: 0 20px 60px rgba(6, 88, 127, 0.18);
}

.pledge-modal h3[b-x9339hhvuy] {
    margin-top: 0;
}

.field[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    font-weight: 500;
}

.field input[b-x9339hhvuy] {
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--bg);
}

.checkbox[b-x9339hhvuy] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 0.95rem;
}

.form-actions[b-x9339hhvuy] {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

@media (prefers-reduced-motion: reduce) {
    .scroll-reveal.is-visible .person.active[b-x9339hhvuy] {
        animation: none;
    }

    .chart-line[b-x9339hhvuy] {
        transition: none;
    }
}

@media (max-width: 900px) {
    .pledge-grid[b-x9339hhvuy] {
        grid-template-columns: 1fr;
    }

    .cards[b-x9339hhvuy] {
        grid-template-columns: 1fr;
    }
}

.person[b-x9339hhvuy] {
    background: #CBD5E1;
}


.hero-insights[b-x9339hhvuy] {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 16px;
    margin-top: 28px;
}

.hero-countdown[b-x9339hhvuy],
.hero-pledge[b-x9339hhvuy] {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 18px;
    padding: 16px 18px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.countdown-label[b-x9339hhvuy],
.pledge-label[b-x9339hhvuy] {
    margin: 0 0 8px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
}

.countdown-grid[b-x9339hhvuy] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.countdown-item[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.countdown-value[b-x9339hhvuy] {
    font-size: 1.3rem;
    font-weight: 700;
}

.countdown-unit[b-x9339hhvuy] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
}

.pledge-count[b-x9339hhvuy] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #4ADE80;
}

.pledge-today[b-x9339hhvuy] {
    margin: 6px 0 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.turnout-chart[b-x9339hhvuy] {
    margin-top: 32px;
}

.bar-list[b-x9339hhvuy] {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 12px;
    align-items: end;
}

.bar-item[b-x9339hhvuy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.bar-value[b-x9339hhvuy] {
    font-weight: 600;
    color: var(--brand-dark);
}

.bar-year[b-x9339hhvuy] {
    font-size: 0.8rem;
    color: var(--muted);
}

.bar-track[b-x9339hhvuy] {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-end;
    padding: 6px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.06);
}

.bar[b-x9339hhvuy] {
    width: 100%;
    height: calc(var(--value) * 1%);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.8s ease;
}

.scroll-reveal.is-visible .bar[b-x9339hhvuy] {
    transform: scaleY(1);
}

.bar--high[b-x9339hhvuy] {
    background: #1D9C59;
}

.bar--mid[b-x9339hhvuy] {
    background: #F2B33D;
}

.bar--low[b-x9339hhvuy] {
    background: #E24B3B;
}

.unlock-timer[b-x9339hhvuy] {
    font-weight: 700;
}

@media (max-width: 900px) {
    .hero-insights[b-x9339hhvuy] {
        grid-template-columns: 1fr;
    }

    .bar-list[b-x9339hhvuy] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .countdown-grid[b-x9339hhvuy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bar-list[b-x9339hhvuy] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Pages/AzIzbiram08.razor.rz.scp.css */
:global(html)[b-fplfgusio8] {
    scroll-behavior: smooth;
}

:global(body)[b-fplfgusio8] {
    margin: 0;
    background: #F8FAFC;
}

.story-v08[b-fplfgusio8] {
    --brand-dark: #06587F;
    --brand-light: #5A9BCB;
    --brand-red: #E73A47;
    --bg-base: #F8FAFC;
    --text-main: #0F172A;
    --text-secondary: #64748B;
    --border: #E2E8F0;
    --green: #16a34a;
    --amber: #f59e0b;
    --red: #ef4444;
    font-family: "Inter", system-ui, sans-serif;
    background: var(--bg-base);
    color: var(--text-main);
    font-size: 18px;
    line-height: 1.6;
    min-height: 100vh;
}

.story-v08 *[b-fplfgusio8] {
    box-sizing: border-box;
}

.story-v08 button[b-fplfgusio8],
.story-v08 input[b-fplfgusio8] {
    font-family: inherit;
}

.story-container[b-fplfgusio8] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.story-nav[b-fplfgusio8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70;
    background: rgba(248, 250, 252, 0.92);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.story-nav.nav-quiet[b-fplfgusio8] {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.nav-inner[b-fplfgusio8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
}

.brand[b-fplfgusio8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand-title[b-fplfgusio8] {
    font-weight: 700;
    color: var(--brand-dark);
    letter-spacing: 0.2px;
}

.brand-link[b-fplfgusio8] {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
}

.nav-actions[b-fplfgusio8] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.nav-link[b-fplfgusio8] {
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 500;
}

.nav-link:hover[b-fplfgusio8] {
    color: var(--brand-red);
}

.nav-cta[b-fplfgusio8] {
    background: var(--brand-dark);
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero[b-fplfgusio8] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 0 96px;
    background: radial-gradient(circle at 15% 20%, rgba(90, 155, 203, 0.25), transparent 55%),
        radial-gradient(circle at 85% 5%, rgba(231, 58, 71, 0.2), transparent 55%),
        radial-gradient(circle at 65% 80%, rgba(6, 88, 127, 0.16), transparent 55%),
        var(--bg-base);
    position: relative;
    overflow: hidden;
}

.hero-grid[b-fplfgusio8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    z-index: 1;
}

.hero-copy[b-fplfgusio8] {
    display: flex;
    flex-direction: column;
    max-width: 720px;
}

.eyebrow[b-fplfgusio8] {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.72rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(6, 88, 127, 0.1);
    color: var(--brand-dark);
    width: fit-content;
    font-weight: 600;
}

.hero-title[b-fplfgusio8] {
    font-size: clamp(38px, 6vw, 70px);
    line-height: 1.02;
    margin: 18px 0 16px;
    font-weight: 700;
    color: var(--text-main);
}

.hero-sub[b-fplfgusio8] {
    color: var(--text-secondary);
    font-size: 1.15rem;
    margin: 0 0 12px;
}

.hero-sub p[b-fplfgusio8] {
    margin: 0;
}

.hero-hook[b-fplfgusio8] {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 18px 0 0;
    color: var(--brand-red);
}

.hero-actions[b-fplfgusio8] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.cta-primary[b-fplfgusio8] {
    background: var(--brand-dark);
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(6, 88, 127, 0.2);
}

.cta-ghost[b-fplfgusio8] {
    background: transparent;
    color: var(--brand-dark);
    border: 1px solid rgba(6, 88, 127, 0.4);
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.hero-metrics[b-fplfgusio8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.countdown-card[b-fplfgusio8] {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 16px 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.countdown-label[b-fplfgusio8] {
    margin: 0 0 12px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-secondary);
    font-weight: 600;
}

.countdown-grid[b-fplfgusio8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.countdown-item[b-fplfgusio8] {
    text-align: center;
    background: rgba(6, 88, 127, 0.06);
    border-radius: 14px;
    padding: 10px 6px;
}

.countdown-value[b-fplfgusio8] {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--brand-dark);
}

.countdown-unit[b-fplfgusio8] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.hero-pledge[b-fplfgusio8] {
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.25);
    border-radius: 20px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pledge-label[b-fplfgusio8] {
    margin: 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #166534;
    font-weight: 700;
}

.pledge-count[b-fplfgusio8] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #166534;
}

.pledge-today[b-fplfgusio8] {
    margin: 0;
    color: #15803d;
    font-weight: 600;
}

.hero-meta[b-fplfgusio8] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-top: 24px;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.meta-group[b-fplfgusio8] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.meta-block[b-fplfgusio8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.meta-label[b-fplfgusio8] {
    margin: 0;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-secondary);
}

.meta-value[b-fplfgusio8] {
    margin: 0;
    font-weight: 600;
    color: var(--brand-dark);
}

.meta-link[b-fplfgusio8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--brand-dark);
    font-weight: 600;
}

.logo-mark[b-fplfgusio8] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--brand-dark);
    color: #ffffff;
    font-size: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.hero-note[b-fplfgusio8] {
    margin: 0;
    max-width: 320px;
    color: var(--text-secondary);
}

.scroll-hint[b-fplfgusio8] {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(6, 88, 127, 0.65);
    font-size: 1.6rem;
    animation: scrollPulse-b-fplfgusio8 2.4s ease-in-out infinite;
}

@keyframes scrollPulse-b-fplfgusio8 {
    0%,
    100% {
        transform: translate(-50%, 0);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, 8px);
        opacity: 1;
    }
}

.story-section[b-fplfgusio8] {
    padding: 96px 0;
    position: relative;
}

.story-section + .story-section[b-fplfgusio8] {
    border-top: 1px solid var(--border);
}

.story-section.tone[b-fplfgusio8] {
    background: linear-gradient(135deg, rgba(90, 155, 203, 0.08), rgba(6, 88, 127, 0.05));
}

.story-section.promo[b-fplfgusio8] {
    background: linear-gradient(135deg, rgba(231, 58, 71, 0.08), rgba(6, 88, 127, 0.05));
}

.story-section.pledge[b-fplfgusio8] {
    background: linear-gradient(135deg, rgba(6, 88, 127, 0.05), rgba(90, 155, 203, 0.1));
}

.section-header h1[b-fplfgusio8] {
    font-size: clamp(30px, 4.2vw, 50px);
    margin: 0 0 10px;
    font-weight: 700;
}

.story-v08 h2[b-fplfgusio8] {
    font-size: clamp(24px, 3.4vw, 38px);
    margin: 0 0 12px;
    font-weight: 600;
}

.story-v08 h3[b-fplfgusio8] {
    margin: 0 0 12px;
    font-size: 1.2rem;
}

.core[b-fplfgusio8] {
    font-size: 1.1rem;
    margin: 0 0 16px;
}

.quiet[b-fplfgusio8] {
    color: var(--text-secondary);
    margin: 0 0 16px;
}

.fact[b-fplfgusio8] {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 600;
    margin: 16px 0 12px;
    color: var(--brand-dark);
}

.fact-sub[b-fplfgusio8] {
    color: var(--text-secondary);
    margin: 0;
}

.turn[b-fplfgusio8] {
    margin: 18px 0;
    font-weight: 500;
}

.punch[b-fplfgusio8] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 16px;
    color: var(--brand-red);
}

.section-grid[b-fplfgusio8] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.turnout-chart[b-fplfgusio8] {
    margin-top: 28px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    overflow-x: auto;
}

.bar-list[b-fplfgusio8] {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    min-width: 720px;
}

.bar-item[b-fplfgusio8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 70px;
}

.bar-value[b-fplfgusio8] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.bar-track[b-fplfgusio8] {
    width: 100%;
    height: 180px;
    background: #f1f5f9;
    border-radius: 999px;
    display: flex;
    align-items: flex-end;
    padding: 6px;
}

.bar[b-fplfgusio8] {
    width: 100%;
    height: calc(var(--value) * 1%);
    border-radius: 999px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.8s ease;
}

.bar--high[b-fplfgusio8] {
    background: var(--green);
}

.bar--mid[b-fplfgusio8] {
    background: var(--amber);
}

.bar--low[b-fplfgusio8] {
    background: var(--red);
}

.bar-year[b-fplfgusio8] {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.turnout-chart.is-visible .bar[b-fplfgusio8] {
    transform: scaleY(1);
}

.section-cta[b-fplfgusio8] {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.cta-arrow[b-fplfgusio8] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(6, 88, 127, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--brand-dark);
    font-size: 1.2rem;
}

.people10[b-fplfgusio8] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.person[b-fplfgusio8] {
    width: 26px;
    height: 42px;
    border-radius: 999px;
    background: #cbd5e1;
    position: relative;
}

.person[b-fplfgusio8]::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: inherit;
}

.person.highlight[b-fplfgusio8] {
    background: var(--brand-red);
}

.scroll-reveal.is-visible .person.highlight[b-fplfgusio8] {
    animation: peoplePulse-b-fplfgusio8 2.2s ease-in-out infinite;
    box-shadow: 0 0 0 6px rgba(231, 58, 71, 0.2);
}

@keyframes peoplePulse-b-fplfgusio8 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.caption[b-fplfgusio8] {
    color: var(--text-secondary);
    margin-top: 12px;
}

.parliament[b-fplfgusio8] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 320px;
}

.parliament.compact[b-fplfgusio8] {
    max-width: 260px;
}

.parliament-number[b-fplfgusio8] {
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 700;
    color: var(--brand-dark);
}

.parliament-grid[b-fplfgusio8] {
    display: grid;
    grid-template-columns: repeat(20, minmax(0, 1fr));
    gap: 3px;
}

.seat[b-fplfgusio8] {
    width: 100%;
    aspect-ratio: 1;
    background: var(--brand-dark);
    border-radius: 3px;
    opacity: 0.8;
}

.timeline[b-fplfgusio8] {
    display: grid;
    gap: 16px;
    margin: 32px 0;
}

.timeline-card[b-fplfgusio8] {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.timeline-card.highlight[b-fplfgusio8] {
    border-color: rgba(231, 58, 71, 0.4);
    background: rgba(231, 58, 71, 0.08);
}

.year[b-fplfgusio8] {
    font-weight: 700;
    color: var(--brand-dark);
}

.value[b-fplfgusio8] {
    color: var(--text-secondary);
}

.badge[b-fplfgusio8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: var(--brand-red);
    border: 1px solid var(--brand-red);
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    width: fit-content;
}

.cards[b-fplfgusio8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 32px;
}

.card[b-fplfgusio8] {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.card-icon[b-fplfgusio8] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(6, 88, 127, 0.08);
    display: grid;
    place-items: center;
}

.icon[b-fplfgusio8] {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: var(--brand-dark);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.card-fact[b-fplfgusio8] {
    margin: 0;
    font-weight: 500;
}

.card-meaning[b-fplfgusio8] {
    margin: 0;
    color: var(--text-secondary);
}

.final .question[b-fplfgusio8] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 20px;
    color: var(--brand-dark);
}

.pledge-grid[b-fplfgusio8] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    margin-top: 32px;
}

.pledge-card[b-fplfgusio8] {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.social[b-fplfgusio8] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.pledge-confirmation[b-fplfgusio8] {
    display: none;
    margin: 0;
    font-weight: 600;
    color: var(--brand-dark);
}

.story-v08.pledged .pledge-confirmation[b-fplfgusio8] {
    display: block;
}

.pledge-next[b-fplfgusio8] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.next-actions[b-fplfgusio8] {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.next-action[b-fplfgusio8] {
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 500;
}

.next-actions.is-locked[b-fplfgusio8] {
    color: var(--text-secondary);
    filter: grayscale(0.3);
}

.next-actions.is-locked .next-action[b-fplfgusio8] {
    pointer-events: none;
}

.lock-overlay[b-fplfgusio8] {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.92);
    display: none;
    place-items: center;
    font-weight: 600;
    color: var(--brand-dark);
    text-align: center;
    padding: 0 16px;
}

.next-actions.is-locked .lock-overlay[b-fplfgusio8] {
    display: grid;
}

.story-v08.pledged .next-actions[b-fplfgusio8] {
    filter: none;
}

.story-v08.pledged .next-actions .lock-overlay[b-fplfgusio8] {
    display: none;
}

.note[b-fplfgusio8] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.story-footer[b-fplfgusio8] {
    border-top: 1px solid var(--border);
    padding: 40px 0 60px;
    background: #ffffff;
}

.footer-grid[b-fplfgusio8] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    align-items: center;
}

.footer-link[b-fplfgusio8] {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-link:hover[b-fplfgusio8] {
    color: var(--brand-dark);
}

.share-backdrop[b-fplfgusio8],
.pledge-backdrop[b-fplfgusio8] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: grid;
    place-items: center;
    z-index: 80;
}

.share-modal[b-fplfgusio8],
.pledge-modal[b-fplfgusio8] {
    background: #ffffff;
    padding: 28px;
    border-radius: 20px;
    width: min(440px, 92vw);
    border: 1px solid var(--border);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.2);
}

.share-modal h3[b-fplfgusio8],
.pledge-modal h3[b-fplfgusio8] {
    margin-top: 0;
}

.share-box[b-fplfgusio8] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 16px 0;
}

.share-box input[b-fplfgusio8] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--bg-base);
}

.share-status[b-fplfgusio8] {
    color: var(--brand-dark);
    font-weight: 600;
    min-height: 1.4em;
}

.field[b-fplfgusio8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    font-weight: 500;
}

.field input[b-fplfgusio8] {
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg-base);
}

.checkbox[b-fplfgusio8] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.form-actions[b-fplfgusio8] {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.hero-load[b-fplfgusio8] {
    opacity: 0;
    transform: translateY(14px);
}

.hero-load.hero-in[b-fplfgusio8] {
    animation: fadeUp-b-fplfgusio8 450ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.scroll-reveal[b-fplfgusio8] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 450ms cubic-bezier(0.16, 1, 0.3, 1), transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--delay, 0ms);
}

.scroll-reveal.is-visible[b-fplfgusio8] {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeUp-b-fplfgusio8 {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    :global(html)[b-fplfgusio8] {
        scroll-behavior: auto;
    }

    .hero-load[b-fplfgusio8],
    .scroll-reveal[b-fplfgusio8] {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    .scroll-hint[b-fplfgusio8] {
        animation: none;
    }

    .scroll-reveal.is-visible .person.highlight[b-fplfgusio8] {
        animation: none;
    }

    .bar[b-fplfgusio8] {
        transition: none;
        transform: scaleY(1);
    }
}

@media (max-width: 960px) {
    .section-grid[b-fplfgusio8],
    .pledge-grid[b-fplfgusio8] {
        grid-template-columns: 1fr;
    }

    .cards[b-fplfgusio8] {
        grid-template-columns: 1fr;
    }

    .hero-meta[b-fplfgusio8] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    .story-container[b-fplfgusio8] {
        padding: 0 18px;
    }

    .nav-inner[b-fplfgusio8] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hero[b-fplfgusio8] {
        padding: 150px 0 80px;
    }

    .story-section[b-fplfgusio8] {
        padding: 80px 0;
    }

    .countdown-grid[b-fplfgusio8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bar-list[b-fplfgusio8] {
        min-width: 600px;
    }
}
