/* Hero Section Light Mode - Sadece Renkler */
.aximo-hero-section.light-color {
    background: linear-gradient(135deg, #fef8f4 0%, #fff5ee 50%, #fef8f4 100%);
}

.aximo-hero-section.light-color h1,
.aximo-hero-section.light-color h2,
.aximo-hero-section.light-color p {
    color: #1b1b18 !important;
}

.aximo-hero-section.light-color .aximo-call-btn {
    background-color: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
}

.aximo-hero-section.light-color .aximo-call-btn:hover {
    background-color: #c82333;
    border-color: #c82333;
}

/* Görsel Shadow ve Border Radius */
.aximo-hero-section.light-color .aximo-hero-thumb.border-radius {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.aximo-hero-section.light-color .aximo-hero-thumb.border-radius img {
    border-radius: 20px;
}

/* FAQ/Accordion Section Light Background */
.light-faq-section {
    background: linear-gradient(135deg, #faf7f4 0%, #fef9f5 50%, #faf7f4 100%);
    position: relative;
    overflow: hidden;
}

/* Dekoratif Daireler - Sol Taraf */
.light-faq-section::before {
    content: '';
    position: absolute;
    top: 10%;
    left: -5%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 0;
}

.light-faq-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -3%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.02);
    z-index: 0;
}

.light-faq-section .container {
    position: relative;
    z-index: 1;
}

/* Accordion Items Modern Style */
.light-faq-section .aximo-accordion-item {
    background: #ffffff;
    border: 2px solid #e5e5e5;
    border-left: 5px solid #dc3545;
    border-radius: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.light-faq-section .aximo-accordion-item.open {
    background: #ffffff;
    border: 2px solid #1a1a1a;
    border-left: 5px solid #dc3545;
}

.light-faq-section .aximo-accordion-item.open .aximo-accordion-header h3 {
    color: #1a1a1a;
}

.light-faq-section .aximo-accordion-item.open .aximo-accordion-body p {
    color: #1a1a1a;
}

.light-faq-section .aximo-accordion-header {
    padding: 20px 25px;
}

.light-faq-section .aximo-accordion-body {
    padding: 0 25px 20px 25px;
}

/* -----------------------------------------------------------
 * Inner pages header nav (replaces former inline style)
 * ----------------------------------------------------------- */
body:not(.home-page) #sticky-menu .site-menu-main > .nav-item > .nav-link-item {
    color: #13111A;
}

/* -----------------------------------------------------------
 * Home page header
 * ----------------------------------------------------------- */
.home-page #sticky-menu.home-hero-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page #sticky-menu.home-hero-header.home-header-scrolled {
    background: rgba(10, 14, 28, 0.84);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.home-page #sticky-menu .brand-logo .header-brand-logo {
    height: 42px;
    width: auto;
    max-width: min(220px, 42vw);
    object-fit: contain;
}

@media (min-width: 992px) {
    .home-page #sticky-menu.home-hero-header .site-menu-main > .nav-item > .nav-link-item {
        color: rgba(255, 255, 255, 0.9);
        transition: color 0.25s ease;
    }

    .home-page #sticky-menu.home-hero-header .site-menu-main > .nav-item > .nav-link-item:hover,
    .home-page #sticky-menu.home-hero-header .site-menu-main > .nav-item > .nav-link-item.active {
        color: #ffffff;
    }

    .home-page #sticky-menu.home-hero-header .site-menu-main > .nav-item > .nav-link-item::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        margin-top: 4px;
        background: #E63946;
        transition: width 0.25s ease;
    }

    .home-page #sticky-menu.home-hero-header .site-menu-main > .nav-item > .nav-link-item:hover::after,
    .home-page #sticky-menu.home-hero-header .site-menu-main > .nav-item > .nav-link-item.active::after {
        width: 100%;
    }
}

.home-page #sticky-menu .sub-menu a,
.home-page #sticky-menu .sub-menu .menu-item-text {
    color: #13111A;
}

@media (max-width: 991px) {
    .home-page #sticky-menu .menu-block .site-menu-main .nav-link-item {
        color: #13111A;
    }
}

#home-about,
#organizasyonlar {
    scroll-margin-top: 90px;
}

/* -----------------------------------------------------------
 * Premium home hero
 * ----------------------------------------------------------- */
.home-premium-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.home-premium-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-premium-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
}

.home-premium-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        105deg,
        rgba(8, 12, 28, 0.88) 0%,
        rgba(8, 12, 28, 0.58) 42%,
        rgba(8, 12, 28, 0.14) 100%
    );
    pointer-events: none;
}

.home-premium-hero__inner {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem;
    padding-top: calc(88px + 2rem);
    padding-bottom: 2.5rem;
    min-height: 100vh;
    min-height: 100svh;
}

.home-premium-hero__content {
    max-width: 640px;
    animation: homeHeroFadeUp 0.7s ease both;
}

.home-premium-hero__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 1rem;
}

.home-premium-hero__content h1 {
    font-size: clamp(2rem, 4.8vw, 3.75rem);
    line-height: 1.12;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.home-premium-hero__accent {
    color: #E63946;
}

.home-premium-hero__desc {
    font-size: clamp(1rem, 1.6vw, 1.125rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    max-width: 34rem;
    margin-bottom: 2rem;
}

.home-premium-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    animation: homeHeroFadeUp 0.7s ease 0.12s both;
}

.home-premium-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.home-premium-hero__btn:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.home-premium-hero__btn--primary {
    background: #E63946;
    border: 2px solid #E63946;
    color: #ffffff;
}

.home-premium-hero__btn--primary:hover {
    background: #c72834;
    border-color: #c72834;
    color: #ffffff;
}

.home-premium-hero__btn--primary i {
    font-size: 1.1rem;
}

.home-premium-hero__btn--secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
}

.home-premium-hero__btn--secondary:hover {
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-1px);
}

.home-premium-hero__discover {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(10, 14, 28, 0.42);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    animation: homeHeroFadeUp 0.7s ease 0.2s both;
}

.home-premium-hero__discover-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.25s ease;
}

.home-premium-hero__discover-item:last-child {
    border-bottom: none;
}

.home-premium-hero__discover-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.home-premium-hero__discover-item:focus-visible {
    outline: 2px solid #E63946;
    outline-offset: -2px;
}

.home-premium-hero__discover-num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
}

.home-premium-hero__discover-title {
    font-size: 0.95rem;
    font-weight: 600;
}

.home-premium-hero__discover-arrow {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.65);
    transition: transform 0.25s ease, color 0.25s ease;
}

.home-premium-hero__discover-item:hover .home-premium-hero__discover-arrow {
    transform: translateX(4px);
    color: #E63946;
}

@media (min-width: 992px) {
    .home-premium-hero__inner {
        display: grid;
        grid-template-columns: 1fr min(340px, 32vw);
        align-items: end;
        gap: 3rem;
    }

    .home-premium-hero__discover {
        align-self: end;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 991px) {
    .home-premium-hero__media img {
        object-position: 65% center;
    }

    .home-premium-hero__inner {
        padding-top: calc(80px + 1.5rem);
        padding-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .home-premium-hero__actions {
        flex-direction: column;
    }

    .home-premium-hero__btn {
        width: 100%;
    }
}

@media (max-height: 780px) and (min-width: 992px) {
    .home-premium-hero__inner {
        padding-top: calc(76px + 1rem);
        padding-bottom: 1.5rem;
        gap: 1.5rem;
    }

    .home-premium-hero__content h1 {
        font-size: clamp(1.75rem, 3.5vw, 2.75rem);
        margin-bottom: 0.75rem;
    }

    .home-premium-hero__desc {
        margin-bottom: 1.25rem;
    }
}

@keyframes homeHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-premium-hero__content,
    .home-premium-hero__actions,
    .home-premium-hero__discover {
        animation: none;
    }

    .home-premium-hero__btn,
    .home-premium-hero__discover-item,
    .home-premium-hero__discover-arrow {
        transition: none;
    }
}
