/* public/assets/css/main.css */
/* USİP Ana Menü & Footer Stilleri */

/* ===================== NAVBAR ===================== */
.usip-navbar {
    background-color: #0d1b3e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    padding: 0.65rem 0;
    z-index: 1030;
}

.usip-logo-img {
    height: 42px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.usip-brand-label {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
    line-height: 1;
}

.usip-brand-label-thin {
    font-weight: 400;
    opacity: 0.85;
}

.usip-nav-link {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.92rem;
    transition: background 0.18s, color 0.18s;
}

.usip-nav-link:hover,
.usip-nav-link.active {
    background-color: rgba(255, 255, 255, 0.10) !important;
    color: #ffffff !important;
}

.usip-nav-link i {
    opacity: 0.7;
    font-size: 0.9rem;
}

.usip-btn-login {
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.30);
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.usip-btn-login:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-1px);
    color: #fff !important;
}

/* Mobil toggle özelleştirme */
.usip-toggler-icon {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
    background-image: none;
}

.navbar-toggler[aria-expanded="true"] .usip-toggler-icon {
    box-shadow: none;
    background-color: transparent;
    position: relative;
}

/* ===================== FOOTER ===================== */
.usip-footer {
    background-color: #0f1428;
}

.usip-footer-logo {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    flex-shrink: 0;
}

.usip-footer-logo-img {
    height: 52px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.hover-opacity:hover {
    opacity: 1 !important;
    color: #fff !important;
}

/* ===================== AKADEMİ & KARİYER BÖLÜMÜ ===================== */
.usip-cta-section {
    background-color: #f8f9fc;
    border-top: 1px solid #eaecf0;
}

.usip-section-badge {
    background-color: rgba(13, 110, 253, 0.10);
    color: #0d6efd;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.45em 1em;
    border-radius: 50px;
    text-transform: uppercase;
}

.usip-feature-card {
    background: #fff;
    border: 1px solid #eaecf0;
    transition: box-shadow 0.2s, transform 0.2s;
}

.usip-feature-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.usip-login-card {
    background: #fff;
    border: 1px solid #eaecf0;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
}

.usip-login-row {
    transition: background 0.15s;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
}

.usip-login-row:hover {
    background-color: #f5f7ff;
}

.usip-login-row:hover .bi-arrow-right {
    color: #0d6efd !important;
    transform: translateX(3px);
    transition: transform 0.15s;
}

.usip-login-icon {
    width: 36px;
    height: 36px;
    background: rgba(13, 110, 253, 0.08);
    flex-shrink: 0;
}

.usip-divider {
    border-color: #eaecf0;
    opacity: 1;
}

/* ===================== GENEL ===================== */
input:focus, select:focus, textarea:focus {
    box-shadow: none !important;
    border-color: #0d6efd !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
