body {
    background: #f8fafc;
    padding-top: 86px;
}
.navbar-custom {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    z-index: 1030;
}
.navbar-custom .navbar-brand {
    color: #5b21b6;
    font-weight: 700;
    letter-spacing: -.02em;
}
.navbar-custom .nav-link {
    color: #1f2937;
    font-weight: 500;
    margin: 0 0.55rem;
    padding: 0.5rem 0;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
    color: #4f46e5;
}
.navbar-custom .nav-link.active {
    color: #4f46e5;
    border-bottom: 2px solid #4f46e5;
    padding-bottom: 0.45rem;
}
.btn-help {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.78rem 1.9rem;
    font-weight: 600;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.18);
}
.btn-help:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
}
.text-purple {
    color: #4f46e5;
}

/* Hero */
.hero-section {
    background: linear-gradient(180deg, #eef6ff 0%, #ffffff 100%);
}
.hero-section .display-5 {
    color: #0f172a;
    letter-spacing: -0.01em;
    line-height: 1.05;
}

.intro-card {
    background: rgba(255,255,255,0.98);
    border: 1px dashed rgba(79, 70, 229, 0.18);
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.page-tag {
    display: inline-block;
    font-size: 0.82rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.avatar-group {
    display: flex;
    align-items: center;
}
.avatar {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef2ff;
    color: #4f46e5;
    font-weight: 700;
    border: 2px solid #ffffff;
    margin-left: -12px;
    box-shadow: 0 6px 18px rgba(79, 70, 229, 0.12);
}
.avatar:first-child {
    margin-left: 0;
}

.page-frame {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 28px;
    border: 2px dashed rgba(79, 70, 229, 0.25);
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}
.about-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.bg-purple {
    background: #4f46e5 !important;
}

.custom-progress {
    background: rgba(79, 70, 229, 0.12);
    border-radius: 999px;
    overflow: hidden;
}
.custom-progress .progress-bar {
    border-radius: 999px;
}

@media (max-width: 768px) {
    .navbar-custom .navbar-brand { font-size: 16px; }
    .hero-section .display-5 { font-size: 28px; }
}

.callout-card {
    background: linear-gradient(180deg, #6d28d9 0%, #4f46e5 100%);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.callout-card::before {
    content: "";
    position: absolute;
    right: -40px;
    top: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.callout-card .icon-rounded {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.btn-white {
    background: #ffffff;
    color: #4f46e5;
    border-radius: 999px;
    padding: 0.85rem 2rem;
    font-weight: 600;
}

.btn-white:hover {
    background: #eef2ff;
}

.info-section {
    background: #f8fbff;
}

.info-card {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(79, 70, 229, 0.1);
}

.vision-section {
    background: #f8fbff;
}

.vision-card {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.vision-img {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.vision-values {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.border-md-start {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
}

@media (max-width: 991px) {
    .border-md-start {
        border-left: none;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
        padding-left: 0;
        padding-top: 1rem;
    }
}

.badge-text {
    font-size: 0.78rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    background: rgba(79, 70, 229, 0.08);
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
}

.divider {
    height: 1px;
    background: rgba(15, 23, 42, 0.08);
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.78) !important;
}

/* Footer small tweaks to match design */
footer { border-top: 1px dashed rgba(99,155,255,0.18); }