:root {
    --brand: #6657e8;
    --brand-dark: #4234be;
    --ink: #151529;
    --muted: #6b6b7d;
    --soft: #f5f4fb;
    --line: #e9e7f3
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Manrope',sans-serif;
    color: var(--ink);
    background: #fff
}

.site-header {
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(233,231,243,.9)
}

.navbar {
    min-height: 78px
}

.navbar-brand {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--ink)
}

    .navbar-brand span {
        color: var(--brand)
    }

.nav-link {
    font-weight: 600;
    color: #3b3b4e
}

.btn-primary {
    background: var(--brand);
    border-color: var(--brand)
}

    .btn-primary:hover {
        background: var(--brand-dark);
        border-color: var(--brand-dark)
    }

.hero-section {
    min-height: 92vh;
    padding: 140px 0 80px;
    background: radial-gradient(circle at 80% 20%,#ded8ff 0,transparent 32%),linear-gradient(135deg,#fff 0%,#f7f5ff 100%)
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 800;
    font-size: .78rem;
    color: var(--brand)
}

h1 {
    font-size: clamp(3rem,7vw,6.2rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 800;
    max-width: 900px
}

h2 {
    font-size: clamp(2.2rem,4.5vw,4rem);
    letter-spacing: -.045em;
    font-weight: 800
}

h3 {
    font-weight: 800
}

.hero-copy {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--muted);
    max-width: 720px
}

.hero-points {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    color: #49495a;
    font-weight: 600
}

.dashboard-card {
    background: #17172a;
    color: #fff;
    border-radius: 28px;
    padding: 32px;
    transform: rotate(1deg)
}

    .dashboard-card small {
        color: #a8a7bc
    }

.status-pill {
    background: #2dd4a8;
    color: #082b21;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 800
}

.metric {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.11)
}

    .metric span {
        color: #aaa9bb
    }

.dashboard-link {
    display: inline-block;
    color: #c9c2ff;
    text-decoration: none;
    margin-top: 16px
}

.section-padding {
    padding: 110px 0
}

.section-heading {
    max-width: 760px
}

    .section-heading p, .lead-muted {
        color: var(--muted);
        font-size: 1.08rem;
        line-height: 1.8
    }

.feature-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
    transition: .25s
}

    .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 45px rgba(43,37,94,.09)
    }

.feature-number {
    font-weight: 800;
    color: var(--brand);
    margin-bottom: 32px
}

.feature-card p {
    color: var(--muted);
    line-height: 1.7
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: 24px;
    overflow: hidden
}

    .services-grid article {
        background: #fff;
        padding: 34px;
        min-height: 190px
    }

    .services-grid p {
        color: var(--muted);
        line-height: 1.7
    }

.event-section {
    background: #17172a
}

.event-example {
    background: #fff;
    border-radius: 26px;
    padding: 34px
}

.event-tag {
    display: inline-block;
    background: #ece9ff;
    color: var(--brand-dark);
    padding: 7px 12px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: 18px
}

.event-example p {
    color: var(--muted);
    line-height: 1.7
}

.event-flow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    font-size: .88rem;
    font-weight: 700
}

    .event-flow span {
        background: var(--soft);
        padding: 9px 12px;
        border-radius: 10px
    }

.contact-panel {
    background: linear-gradient(135deg,#f3f0ff,#fff);
    border: 1px solid #e5e0ff;
    border-radius: 30px;
    padding: 52px
}

    .contact-panel p {
        color: var(--muted);
        font-size: 1.1rem
    }

.footer {
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .9rem
}

@media(max-width:991.98px) {
    .hero-section {
        min-height: auto;
        padding-top: 125px
    }

    .dashboard-card {
        transform: none
    }

    .services-grid {
        grid-template-columns: 1fr 1fr
    }

    .navbar-collapse {
        padding: 18px 0
    }
}

@media(max-width:767.98px) {
    .section-padding {
        padding: 78px 0
    }

    .services-grid {
        grid-template-columns: 1fr
    }

    .contact-panel {
        padding: 32px
    }

    .hero-points {
        flex-direction: column;
        gap: .55rem
    }

    h1 {
        font-size: 3.35rem
    }
}

.event-detail-hero {
    padding: 155px 0 95px;
    background: radial-gradient(circle at 85% 20%, #ded8ff 0, transparent 31%), linear-gradient(135deg, #fff 0%, #f7f5ff 100%);
}

.event-detail-title {
    max-width: 900px;
    font-size: clamp(2.6rem, 5.5vw, 5.2rem);
}

.event-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

    .event-detail-meta div {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .event-detail-meta strong {
        color: var(--brand);
        font-size: .78rem;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .event-detail-meta span {
        color: var(--ink);
        font-size: 1.05rem;
        font-weight: 700;
    }

.event-detail-image {
    display: block;
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(43, 37, 94, .18);
}

.event-image-placeholder {
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: #17172a;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
}

    .event-image-placeholder span {
        color: var(--brand);
    }

.event-info-card {
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--soft);
}

    .event-info-card dl {
        margin: 26px 0 0;
    }

    .event-info-card dt {
        margin-top: 20px;
        color: var(--brand-dark);
        font-size: .78rem;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .event-info-card dd {
        margin: 5px 0 0;
        color: var(--ink);
        font-weight: 700;
        line-height: 1.6;
    }

.event-not-found {
    min-height: 78vh;
    padding: 170px 0 100px;
    display: flex;
    align-items: center;
}