/* ===== Landing – Profesyonel UI/UX ===== */
:root {
    --landing-bg: #0d2d5c;
    --landing-bg-soft: #103570;
    --landing-sss-bg: #1a418e;
    --landing-text: #ffffff;
    --landing-text-muted: rgba(255, 255, 255, 0.88);
    --landing-accent: rgba(255, 255, 255, 0.12);
    --landing-border: rgba(255, 255, 255, 0.1);
    --landing-radius: 12px;
    --landing-radius-sm: 8px;
    --landing-space: 1.5rem;
    --landing-font-sans: "Segoe UI", system-ui, -apple-system, sans-serif;
}

.landing-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--landing-bg);
    color: var(--landing-text);
    margin: 0;
    font-family: var(--landing-font-sans);
}

.landing-main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

/* Login / Başvuru sayfaları: sadece aynı arka plan, metin rengi değişmesin */
.public-page-body {
    background-color: var(--landing-bg);
    min-height: 100vh;
}

/* ----- Navbar ----- */
.landing-navbar {
    background: rgba(10, 35, 66, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 0.65rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Mobil: hamburger menü açıldığında collapse alanı görünsün */
.landing-navbar .navbar-collapse {
    overflow: visible;
}

@media (max-width: 991.98px) {
    .landing-navbar .navbar-collapse {
        padding-top: 0.75rem;
        margin-top: 0.25rem;
        border-top: 1px solid var(--landing-border);
    }

    .landing-navbar .navbar-nav .nav-link {
        padding: 0.6rem 0.75rem !important;
    }
}

.landing-navbar .navbar-brand {
    color: var(--landing-text);
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: opacity 0.2s ease;
}

.landing-navbar .navbar-brand:hover {
    color: var(--landing-text);
    opacity: 0.9;
}

.landing-navbar .nav-link {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    padding: 0.5rem 0.75rem !important;
    border-radius: var(--landing-radius-sm);
    transition: color 0.2s ease, background 0.2s ease;
}

.landing-navbar .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.landing-navbar__logo {
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* ----- Mentor-Menti hero block ----- */
.landing-mentor-menti {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    background: var(--landing-bg-soft);
    color: var(--landing-text);
    padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
    overflow: hidden;
}

/* Anasayfa: özel arka plan ve UI – daha kompakt (Giriş Yap / Başvuru Yap yukarıda kalsın) */
.landing-mentor-menti--home {
    background: linear-gradient(165deg, #0a2342 0%, #0d2d5c 25%, #123a6f 50%, #0f3260 75%, #0a2342 100%);
    background-attachment: scroll;
    padding: clamp(1.25rem, 3vw, 2.25rem) 0 clamp(1.5rem, 4vw, 2.5rem);
}
.landing-mentor-menti--home .landing-mentor-menti__header.text-center {
    margin-bottom: 1rem;
}
.landing-mentor-menti--home .landing-mentor-menti__hero-logo {
    width: 150px !important;
    height: 150px !important;
    max-width: 150px !important;
    max-height: 150px !important;
    min-width: 150px;
    min-height: 150px;
    margin-bottom: 0.6rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.landing-mentor-menti--home .landing-mentor-menti__title {
    font-size: clamp(1.625rem, 3.5vw, 2rem);
    margin-bottom: 0.25rem;
}
.landing-mentor-menti--home .landing-mentor-menti__lead {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.9);
}
.landing-mentor-menti--home .landing-mentor-menti__hero-visual {
    margin-top: 2.25rem;
    gap: 1.25rem;
}
.landing-mentor-menti--home .landing-mentor-menti__figure {
    width: 80px;
    height: 80px;
    font-size: 2rem;
}
.landing-mentor-menti--home .landing-mentor-menti__figure--mentor {
    font-size: 2.1rem;
}
.landing-mentor-menti--home .landing-mentor-menti__figure--menti {
    width: 68px;
    height: 68px;
    font-size: 1.75rem;
}
.landing-mentor-menti--home .landing-mentor-menti__figures {
    gap: 0.75rem;
}
.landing-mentor-menti--home .landing-mentor-menti__connection {
    width: 100px;
    height: 32px;
}
.landing-mentor-menti--home .landing-mentor-menti__connection-dots {
    width: 84px;
    height: 12px;
}
.landing-mentor-menti--home .landing-mentor-menti__connection-dots span {
    width: 8px;
    height: 8px;
}
.landing-mentor-menti--home .landing-mentor-menti__connection-line {
    height: 3px;
}
.landing-mentor-menti--home .landing-mentor-menti__hero-visual-label {
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
}
.landing-mentor-menti--home .landing-mentor-menti__cards {
    margin-top: 1.25rem;
    gap: 1rem;
}
.landing-mentor-menti--home .landing-mentor-menti__card {
    padding: 1.1rem 1.25rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
.landing-mentor-menti--home .landing-mentor-menti__card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}
.landing-mentor-menti--home .landing-mentor-menti__card-title {
    font-size: 1rem;
}
.landing-mentor-menti--home .landing-mentor-menti__card-text {
    font-size: 0.875rem;
}
.landing-mentor-menti--home .landing-mentor-menti__cta {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    gap: 0.6rem;
}
.landing-mentor-menti--home .landing-mentor-menti__cta .btn-landing-cta {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.landing-mentor-menti--home .landing-mentor-menti__gradient {
    background:
        radial-gradient(ellipse 100% 80% at 50% -30%, rgba(255, 255, 255, 0.08), transparent 50%),
        radial-gradient(ellipse 70% 50% at 80% 80%, rgba(255, 255, 255, 0.04), transparent 45%),
        radial-gradient(ellipse 60% 40% at 20% 100%, rgba(255, 255, 255, 0.03), transparent 40%);
}

/* ----- Anasayfa: Mentor-Menti hero animasyonu ----- */
.landing-mentor-menti__hero-visual {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.landing-mentor-menti__figures {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
}

.landing-mentor-menti__figure {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
    animation: landingMentorMentiFloat 3s ease-in-out infinite;
}

.landing-mentor-menti__figure::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    opacity: 0;
    animation: landingMentorMentiRing 2.5s ease-in-out infinite;
    pointer-events: none;
}

.landing-mentor-menti__figure--mentor::after {
    animation-delay: 0s;
}

.landing-mentor-menti__figure--menti::after {
    animation-delay: 0.6s;
}

.landing-mentor-menti__figure--mentor {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    color: #0d2d5c;
    font-size: 1.5rem;
    animation: landingMentorMentiFloat 3s ease-in-out infinite, landingMentorMentiPulse 4s ease-in-out infinite;
    animation-delay: 0s;
}

.landing-mentor-menti__figure--menti {
    width: 48px;
    height: 48px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.75));
    color: #123a6f;
    font-size: 1.25rem;
    animation: landingMentorMentiFloat 3.4s ease-in-out infinite;
    animation-delay: 0.35s;
}

.landing-mentor-menti__figure i {
    display: block;
    position: relative;
    z-index: 1;
}

.landing-mentor-menti__connection {
    position: relative;
    width: 64px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.landing-mentor-menti__connection-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.25) 20%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.25) 80%,
        transparent 100%);
    border-radius: 2px;
    animation: landingMentorMentiGlow 2.5s ease-in-out infinite;
}

.landing-mentor-menti__connection-shine {
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 60%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent);
    border-radius: 2px;
    animation: landingMentorMentiShine 3s ease-in-out infinite;
    pointer-events: none;
}

.landing-mentor-menti__connection-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 52px;
    height: 8px;
}

.landing-mentor-menti__connection-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    animation: landingMentorMentiDot 1.8s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.landing-mentor-menti__connection-dots span:nth-child(1) { animation-delay: 0s; }
.landing-mentor-menti__connection-dots span:nth-child(2) { animation-delay: 0.12s; }
.landing-mentor-menti__connection-dots span:nth-child(3) { animation-delay: 0.24s; }
.landing-mentor-menti__connection-dots span:nth-child(4) { animation-delay: 0.36s; }
.landing-mentor-menti__connection-dots span:nth-child(5) { animation-delay: 0.48s; }
.landing-mentor-menti__connection-dots span:nth-child(6) { animation-delay: 0.6s; }
.landing-mentor-menti__connection-dots span:nth-child(7) { animation-delay: 0.72s; }

.landing-mentor-menti__hero-visual-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    animation: landingMentorMentiFadeIn 0.8s ease-out 0.3s backwards;
}

@keyframes landingMentorMentiFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes landingMentorMentiMentiFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes landingMentorMentiPulse {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(0) scale(1.06); }
}

@keyframes landingMentorMentiRing {
    0%, 100% { opacity: 0; transform: scale(0.95); }
    50% { opacity: 0.8; transform: scale(1.15); }
}

@keyframes landingMentorMentiShine {
    0% { left: -100%; opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

@keyframes landingMentorMentiGlow {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

@keyframes landingMentorMentiDot {
    0%, 100% {
        opacity: 0.5;
        transform: scale(0.9);
        background: rgba(255, 255, 255, 0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
        background: rgba(255, 255, 255, 0.95);
    }
}

@keyframes landingMentorMentiFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.landing-mentor-menti__hero-visual .landing-mentor-menti__figure {
    animation: landingMentorMentiFadeIn 0.6s ease-out backwards;
}

.landing-mentor-menti__hero-visual .landing-mentor-menti__figure--mentor {
    animation-name: landingMentorMentiFadeIn, landingMentorMentiFloat, landingMentorMentiPulse;
    animation-duration: 0.6s, 3s, 4s;
    animation-delay: 0s, 0.6s, 0.6s;
    animation-fill-mode: backwards, none, none;
    animation-iteration-count: 1, infinite, infinite;
    animation-timing-function: ease-out, ease-in-out, ease-in-out;
}

.landing-mentor-menti__hero-visual .landing-mentor-menti__figure--menti {
    animation-name: landingMentorMentiFadeIn, landingMentorMentiFloat;
    animation-duration: 0.6s, 3.4s;
    animation-delay: 0.15s, 0.95s;
    animation-fill-mode: backwards, none;
    animation-iteration-count: 1, infinite;
    animation-timing-function: ease-out, ease-in-out;
}

.landing-mentor-menti__hero-visual .landing-mentor-menti__connection {
    animation: landingMentorMentiFadeIn 0.5s ease-out 0.25s backwards;
}

/* Mentor-Menti Nedir? sayfası: anasayfa ile aynı arka plan ve UI */
.landing-mentor-menti--page {
    background: linear-gradient(165deg, #0a2342 0%, #0d2d5c 25%, #123a6f 50%, #0f3260 75%, #0a2342 100%);
    background-attachment: scroll;
}

.landing-mentor-menti--page .landing-mentor-menti__gradient {
    background:
        radial-gradient(ellipse 100% 80% at 50% -30%, rgba(255, 255, 255, 0.08), transparent 50%),
        radial-gradient(ellipse 70% 50% at 80% 80%, rgba(255, 255, 255, 0.04), transparent 45%),
        radial-gradient(ellipse 60% 40% at 20% 100%, rgba(255, 255, 255, 0.03), transparent 40%);
}

.landing-mentor-menti--page .landing-mentor-menti__lead {
    color: rgba(255, 255, 255, 0.9);
}

.landing-mentor-menti--page .landing-mentor-menti__block {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.landing-mentor-menti--page .landing-mentor-menti__block:hover {
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.2);
}

/* Login / diğer --page sayfaları: logo anasayfa ile aynı boyut (150px) */
.landing-mentor-menti--page .landing-mentor-menti__hero-logo {
    width: 150px !important;
    height: 150px !important;
    max-width: 150px !important;
    max-height: 150px !important;
    min-width: 150px;
    min-height: 150px;
    margin-bottom: 0.6rem;
}

.landing-mentor-menti__pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    /* Kareli doku kaldırıldı */
}

.landing-mentor-menti__gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(255, 255, 255, 0.06), transparent),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(255, 255, 255, 0.03), transparent);
    pointer-events: none;
}

.landing-mentor-menti__container {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.landing-mentor-menti__header {
    margin-bottom: 2.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--landing-border);
}

.landing-mentor-menti__header-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.landing-mentor-menti__header-row .landing-mentor-menti__title {
    margin: 0;
    flex: 1 1 auto;
}

.landing-sss__back--inline {
    flex-shrink: 0;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.5rem;
    justify-content: center;
}

.landing-sss__back--inline i {
    font-size: 1.25rem;
}

.landing-mentor-menti__title {
    font-size: clamp(1.625rem, 3.5vw, 2rem);
    font-weight: 700;
    color: var(--landing-text);
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.landing-mentor-menti__lead {
    font-size: 1rem;
    color: var(--landing-text-muted);
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
}

.landing-mentor-menti__header .landing-mentor-menti__lead {
    margin-top: 0.5rem;
}

/* Anasayfa: Mentor-Menti / SSS seçim kartları */
.landing-mentor-menti__header.text-center {
    border-bottom: none;
    padding-bottom: 0;
}

.landing-mentor-menti__hero-logo {
    display: block;
    margin: 0 auto 1rem auto;
    width: 150px !important;
    height: 150px !important;
    max-width: 150px !important;
    max-height: 150px !important;
    min-width: 150px;
    min-height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transition: opacity 0.2s ease;
}

.landing-mentor-menti__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
}

.landing-mentor-menti__card {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--landing-border);
    border-radius: var(--landing-radius);
    padding: 1.75rem;
    color: var(--landing-text);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.landing-mentor-menti__card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    color: var(--landing-text);
}

.landing-mentor-menti__card-heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.landing-mentor-menti__card-icon {
    font-size: 1.35rem;
    color: rgba(255, 255, 255, 0.75);
    flex-shrink: 0;
}

.landing-mentor-menti__card-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    color: var(--landing-text);
}

.landing-mentor-menti__card-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--landing-text-muted);
    margin: 0 0 1rem 0;
}

.landing-mentor-menti__card-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.landing-mentor-menti__card-link .bi {
    margin-left: 0.25rem;
    transition: transform 0.2s ease;
}

.landing-mentor-menti__card:hover .landing-mentor-menti__card-link .bi {
    transform: translateX(4px);
}

.landing-mentor-menti__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 0;
}

.landing-mentor-menti__block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--landing-border);
    border-radius: var(--landing-radius-sm);
    padding: 1.5rem 1.75rem;
    border-left: 3px solid rgba(255, 255, 255, 0.2);
    animation: landingFadeIn 0.5s ease-out backwards;
}

.landing-mentor-menti__block:nth-child(1) {
    animation-delay: 0.05s;
}

.landing-mentor-menti__block:nth-child(2) {
    animation-delay: 0.1s;
}

.landing-mentor-menti__heading {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--landing-text);
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.01em;
}

.landing-mentor-menti__text {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: var(--landing-text-muted);
    margin: 0;
}

/* İçerik CTA: Giriş Yap + Başvuru */
.landing-mentor-menti__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--landing-border);
}

.btn-landing-cta {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.25rem;
    font-weight: 600;
    font-size: 0.9375rem;
    border-radius: var(--landing-radius-sm);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-landing-cta--outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
}

.btn-landing-cta--outline:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.btn-landing-cta--primary {
    color: #0d2d5c;
    background: #fff;
    border: 1px solid #fff;
}

.btn-landing-cta--primary:hover {
    color: #0d2d5c;
    background: rgba(255, 255, 255, 0.95);
    border-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Hero: logo + başlık (içerik sayfalarında) */
.landing-mentor-menti__hero {
    padding: 0 0 1.5rem;
    text-align: center;
}

.landing-mentor-menti__hero-link {
    display: block;
    text-decoration: none;
}

.landing-mentor-menti__hero-link:hover .landing-mentor-menti__hero-logo {
    opacity: 0.95;
}

/* ----- Giriş sayfası ----- */
.landing-login__card {
    max-width: 420px;
    margin: 0 auto 2rem;
    padding: 1.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--landing-border);
    border-radius: var(--landing-radius);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.landing-login__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--landing-text);
    text-align: center;
    margin: 0 0 1.5rem 0;
}

.landing-login__field {
    margin-bottom: 1.25rem;
}

.landing-login__field--checkbox {
    margin-bottom: 1.5rem;
}

.landing-login__label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--landing-text);
    margin-bottom: 0.4rem;
}

.landing-login__label .bi {
    color: rgba(255, 255, 255, 0.7);
}

.landing-login__input {
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    color: var(--landing-text);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--landing-border);
    border-radius: var(--landing-radius-sm);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.landing-login__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.landing-login__input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
}

.landing-login__check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: var(--landing-text-muted);
    cursor: pointer;
}

.landing-login__checkbox {
    width: 1.125rem;
    height: 1.125rem;
    accent-color: var(--landing-bg-soft);
}

.landing-login__submit {
    margin-bottom: 1rem;
}

.landing-login__footer {
    text-align: center;
    font-size: 0.875rem;
    color: var(--landing-text-muted);
    margin: 0;
}

.landing-login__link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.landing-login__link:hover {
    color: #fff;
}

@keyframes landingFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ----- Page footer ----- */
.landing-footer {
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid var(--landing-border);
}

.landing-footer p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--landing-text-muted);
}

/* ----- SSS page (shared) ----- */
.landing-hero {
    padding: 3rem 0 4rem;
    text-align: center;
}

.landing-section {
    padding: 2rem 0 3rem;
    max-width: 900px;
    margin: 0 auto;
}

#sss {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

#sss .landing-sss-title {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.landing-sss-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.landing-mentor-menti--sss .landing-sss-images {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    gap: 1.25rem;
}

/* SSS: metin içerik blokları */
.landing-sss-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
}

.landing-sss-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid rgba(255, 255, 255, 0.25);
}

.landing-sss-item__q {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem 0;
    line-height: 1.35;
}

.landing-sss-item__a {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.landing-sss-item__a p {
    margin: 0 0 0.5rem 0;
}

.landing-sss-item__a p:last-child {
    margin-bottom: 0;
}

.landing-sss-item__list {
    margin: 0.5rem 0 0 0;
    padding-left: 1.25rem;
    list-style: disc;
}

.landing-sss-item__list li {
    margin-bottom: 0.35rem;
}

.landing-sss-item__list li:last-child {
    margin-bottom: 0;
}

/* SSS sayfası: gradient arka plan + anasayfa ile uyumlu UI */
.landing-mentor-menti--sss {
    background: linear-gradient(165deg, #0a2342 0%, #0d2d5c 25%, #123a6f 50%, #0f3260 75%, #0a2342 100%);
    background-attachment: scroll;
}

.landing-mentor-menti--sss .landing-mentor-menti__gradient {
    background:
        radial-gradient(ellipse 100% 80% at 50% -30%, rgba(255, 255, 255, 0.08), transparent 50%),
        radial-gradient(ellipse 70% 50% at 80% 80%, rgba(255, 255, 255, 0.04), transparent 45%),
        radial-gradient(ellipse 60% 40% at 20% 100%, rgba(255, 255, 255, 0.03), transparent 40%);
}

.landing-mentor-menti--sss .landing-sss-item {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.landing-mentor-menti--sss .landing-sss__back {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.landing-mentor-menti--sss .landing-sss__back:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* SSS: Anasayfaya dön linki */
.landing-sss__nav {
    margin-bottom: 1rem;
    text-align: center;
}

.landing-sss__nav--bottom {
    margin-bottom: 0;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.landing-sss__back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.landing-sss__back:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.landing-sss__back i {
    font-size: 1.1em;
}

/* ----- Legacy / unused (keep for Sss view) ----- */
.landing-branding p {
    margin: 0;
    font-size: 0.95rem;
}

.landing-mentor-menti__brand-right {
    text-align: right;
}

.landing-mentor-menti__org,
.landing-mentor-menti__program,
.landing-mentor-menti__soon {
    margin: 0;
}

@media (max-width: 575px) {
    .landing-mentor-menti__block {
        padding: 1.25rem 1.25rem;
    }

    .landing-mentor-menti__cards {
        grid-template-columns: 1fr;
    }

    .landing-mentor-menti__hero-visual {
        margin-top: 1.75rem;
    }

    .landing-mentor-menti__figure {
        width: 64px;
        height: 64px;
        font-size: 1.75rem;
    }

    .landing-mentor-menti__figure--menti {
        width: 54px;
        height: 54px;
        font-size: 1.4rem;
    }

    .landing-mentor-menti__connection {
        width: 72px;
        height: 28px;
    }

    .landing-mentor-menti__connection-dots {
        width: 60px;
        height: 10px;
    }

    .landing-mentor-menti__connection-dots span {
        width: 7px;
        height: 7px;
    }

    .landing-mentor-menti--home .landing-mentor-menti__figure {
        width: 64px;
        height: 64px;
        font-size: 1.65rem;
    }

    .landing-mentor-menti--home .landing-mentor-menti__figure--menti {
        width: 54px;
        height: 54px;
        font-size: 1.4rem;
    }

    .landing-mentor-menti--home .landing-mentor-menti__connection {
        width: 80px;
    }

    .landing-mentor-menti--home .landing-mentor-menti__connection-dots {
        width: 68px;
    }

    .landing-mentor-menti--home .landing-mentor-menti__connection-dots span {
        width: 7px;
        height: 7px;
    }
}