.scroll-margin {
    scroll-margin-top: 120px;
}

.nav-sidebar-premium .nav-link {
    color: var(--default-color);
    transition: all 0.3s ease;
    border: 1px solid transparent;
    font-weight: 500;
}

.nav-sidebar-premium .nav-link:hover {
    background: rgba(248, 117, 0, 0.05);
    color: var(--accent-color);
    padding-left: 20px;
}

.nav-sidebar-premium .nav-link.active {
    background: var(--accent-color);
    color: white;
    box-shadow: 0 4px 15px rgba(248, 117, 0, 0.3);
}

.section-badge {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(248, 117, 0, 0.1);
    color: var(--accent-color);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.guideline-list .g-dot {
    width: 8px;
    height: 8px;
    background: var(--accent-color);
    border-radius: 50%;
    margin-top: 10px;
    flex-shrink: 0;
}

.guideline-list .g-check {
    font-size: 1.2rem;
    color: var(--accent-color);
    flex-shrink: 0;
    line-height: 1.2;
}

.guideline-list .g-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
}

.border-dashed {
    border: 2px dashed rgba(0,0,0,0.1) !important;
}

.info-box-premium {
    transition: all 0.3s ease;
}

.info-box-premium:hover {
    transform: translateY(-5px);
    background: white !important;
    border-color: var(--accent-color) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.premium-page-header {
    background: linear-gradient(135deg, #100901 0%, #221202 100%);
    color: white;
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
}

.header-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(248, 117, 0, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.header-title {
    font-family: var(--heading-font);
    font-weight: 800;
    font-size: 3.5rem;
    letter-spacing: -0.02em;
}

.header-subtitle {
    font-size: 1.2rem;
    opacity: 0.8;
    line-height: 1.6;
}

.max-width-700 { max-width: 700px; }
