/* Tashyeed pitch — /tashyeed */

.pitch-page {
    --pitch-bg: #060a14;
    --pitch-surface: #0f1628;
    --pitch-line: rgba(255, 255, 255, 0.1);
    --pitch-text: #eef3ff;
    --pitch-muted: #94a3b8;
    --pitch-teal: #22d3ee;
    --pitch-blue: #3b82f6;
    --pitch-violet: #a78bfa;
    --pitch-gold: #fbbf24;
    background: var(--pitch-bg);
    color: var(--pitch-text);
    min-height: 100vh;
}

.pitch-page .pitch-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid transparent;
    background: rgba(6, 10, 20, 0.72);
    backdrop-filter: blur(16px);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pitch-page .pitch-header.scrolled {
    border-color: var(--pitch-line);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.pitch-page .pitch-header .container {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pitch-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--pitch-muted);
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.pitch-back:hover {
    color: var(--pitch-teal);
}

.pitch-back i {
    font-size: 0.75rem;
}

.pitch-brand-mini {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--pitch-text);
    font-weight: 600;
    font-size: 0.9rem;
}

.pitch-brand-mini span:first-child {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: linear-gradient(140deg, var(--pitch-blue), var(--pitch-violet));
    font-weight: 800;
    font-size: 0.85rem;
}

.pitch-hero {
    position: relative;
    padding: 88px 0 64px;
    overflow: hidden;
}

.pitch-hero::before,
.pitch-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.pitch-hero::before {
    width: 720px;
    height: 720px;
    top: -280px;
    right: -200px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.28), transparent 68%);
}

.pitch-hero::after {
    width: 520px;
    height: 520px;
    bottom: -180px;
    left: -120px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.18), transparent 70%);
}

.pitch-hero .container {
    position: relative;
    z-index: 1;
}

.pitch-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--pitch-teal);
    margin-bottom: 20px;
}

.pitch-title {
    font-size: clamp(3.2rem, 12vw, 7.5rem);
    line-height: 0.92;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 18px;
    background: linear-gradient(120deg, #fff 0%, #c7d2fe 45%, var(--pitch-teal) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pitch-tagline {
    font-size: clamp(1rem, 2.4vw, 1.25rem);
    color: var(--pitch-muted);
    max-width: 640px;
    margin-bottom: 32px;
    line-height: 1.65;
}

.pitch-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 48px;
}

.pitch-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pitch-cta-primary {
    background: linear-gradient(135deg, var(--pitch-blue), #1d4ed8);
    color: #fff;
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.35);
}

.pitch-cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.45);
}

.pitch-cta-ghost {
    border: 1px solid var(--pitch-line);
    color: var(--pitch-text);
    background: rgba(255, 255, 255, 0.04);
}

.pitch-cta-ghost:hover {
    border-color: var(--pitch-teal);
    color: var(--pitch-teal);
}

.pitch-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pitch-stat {
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid var(--pitch-line);
    background: rgba(15, 22, 40, 0.65);
}

.pitch-stat strong {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 4px;
}

.pitch-stat span {
    font-size: 0.8rem;
    color: var(--pitch-muted);
}

.pitch-flow-strip {
    margin-top: 40px;
    padding: 22px 24px;
    border-radius: 20px;
    border: 1px solid var(--pitch-line);
    background: linear-gradient(145deg, rgba(15, 22, 40, 0.9), rgba(9, 15, 30, 0.95));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 6px;
}

.pitch-flow-node {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.25);
    font-size: 0.88rem;
    font-weight: 600;
}

.pitch-flow-node i {
    color: var(--pitch-teal);
}

.pitch-flow-arrow {
    color: var(--pitch-muted);
    font-size: 0.75rem;
    padding: 0 4px;
}

.pitch-accordions {
    padding: 24px 0 100px;
}

.pitch-accordions .container {
    max-width: 920px;
}

.pitch-accordions-intro {
    margin-bottom: 28px;
}

.pitch-accordions-intro h2 {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--pitch-muted);
    font-weight: 700;
}

.pitch-panel {
    border-top: 1px solid var(--pitch-line);
}

.pitch-panel:last-of-type {
    border-bottom: 1px solid var(--pitch-line);
}

.pitch-panel summary {
    list-style: none;
    cursor: pointer;
    padding: 28px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 20px;
    align-items: start;
    transition: opacity 0.2s ease;
}

.pitch-panel summary::-webkit-details-marker {
    display: none;
}

.pitch-panel summary::marker {
    content: "";
}

.pitch-panel summary:hover .pitch-cap {
    color: var(--pitch-teal);
}

.pitch-summary-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.pitch-cap {
    font-size: clamp(1.75rem, 5vw, 2.85rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    transition: color 0.2s ease;
}

.pitch-teaser {
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--pitch-muted);
    max-width: 52ch;
}

.pitch-toggle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--pitch-line);
    display: grid;
    place-items: center;
    color: var(--pitch-teal);
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.2s ease;
}

.pitch-panel[open] .pitch-toggle {
    transform: rotate(45deg);
    background: rgba(34, 211, 238, 0.12);
    border-color: rgba(34, 211, 238, 0.35);
}

.pitch-body {
    padding: 0 0 32px;
    animation: pitchReveal 0.4s ease;
}

@keyframes pitchReveal {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pitch-body p {
    color: rgba(238, 243, 255, 0.88);
    margin-bottom: 14px;
    font-size: 1.02rem;
    line-height: 1.7;
}

.pitch-body ul {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.pitch-body li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--pitch-muted);
    font-size: 0.95rem;
}

.pitch-body li i {
    color: var(--pitch-teal);
    margin-top: 4px;
}

.pitch-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.pitch-chip {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.15);
    color: #bfdbfe;
    border: 1px solid rgba(59, 130, 246, 0.25);
}

.pitch-closing {
    padding: 72px 0 88px;
    text-align: center;
    position: relative;
}

.pitch-closing::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.15), transparent 70%);
    pointer-events: none;
}

.pitch-closing .container {
    position: relative;
    z-index: 1;
}

.pitch-closing-cap {
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.pitch-closing small {
    display: block;
    font-size: 0.9rem;
    color: var(--pitch-muted);
    margin-bottom: 28px;
}

.pitch-footer {
    border-top: 1px solid var(--pitch-line);
    padding: 28px 0;
    text-align: center;
    font-size: 0.85rem;
    color: var(--pitch-muted);
}

.pitch-footer a {
    color: var(--pitch-teal);
    text-decoration: none;
}

.pitch-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 820px) {
    .pitch-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pitch-flow-strip {
        flex-direction: column;
        align-items: stretch;
    }

    .pitch-flow-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 520px) {
    .pitch-hero {
        padding-top: 64px;
    }

    .pitch-panel summary {
        grid-template-columns: 1fr;
    }

    .pitch-toggle {
        justify-self: start;
    }
}
