/* ============================================
   DTT BİLİŞİM - MODERN BLUE & WHITE THEME
   ============================================ */

/* Global Reset & Base Styles */
* {
    box-sizing: border-box;
}

body {
    background: linear-gradient(180deg, #f8fafc 0%, #e0e7ff 100%);
    color: #1e293b;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Global Interactive Cursor */
a, button, [role="button"], input[type="submit"], input[type="button"], select {
    cursor: pointer !important;
}

/* ============================================
   TOP BAR - Modern Blue Header
   ============================================ */
.landing-topbar {
    background: linear-gradient(135deg, #0a1628 0%, #0f1f40 25%, #1a2f5c 50%, #1e3a8a 75%, #1e40af 100%);
    color: #ffffff;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 1030;
    box-shadow: 0 2px 12px rgba(14, 31, 64, 0.3);
    transition: background 0.5s ease;
}

.landing-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1.5rem;
    max-width: 100%;
}

.landing-topbar-left,
.landing-topbar-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.landing-topbar-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    transition: color 0.2s ease;
}

.landing-topbar-contact:hover {
    color: #e0e7ff;
}

.landing-topbar-contact a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.landing-topbar-contact a:hover {
    color: #e0e7ff;
    text-decoration: underline;
}

.topbar-icon {
    width: 14px;
    height: 14px;
    stroke-width: 2;
    flex-shrink: 0;
    color: #ffffff;
}

.topbar-search-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    cursor: pointer;
    padding: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin-right: 0.5rem;
}

.topbar-search-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.5);
}

.topbar-search-btn svg {
    width: 16px;
    height: 16px;
}

.landing-topbar-languages {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.landing-topbar-languages .lang-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 0.25rem 0;
}

.landing-topbar-languages .lang-link:hover {
    color: #e0e7ff;
    text-decoration: underline;
}

.landing-topbar-languages .lang-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    user-select: none;
}

/* ============================================
   NAVBAR - Clean Dark Navigation (Footer Color)
   ============================================ */
.landing-navbar {
    background-color: #0f172a !important;
    background-image: none !important;
    border-bottom: 1px solid #1e293b;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: none !important;
    opacity: 1 !important;
    animation: none !important;
}

.landing-navbar-inner {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.landing-logo {
    display: flex;
    align-items: center;
    gap: 0;
    color: #ffffff;
    text-decoration: none;
    transition: none !important;
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.landing-logo:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 1 !important;
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.logo-title {
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.logo-badge {
    display: inline-block;
    background-color: #dc2626;
    color: #ffffff;
    padding: 0.25rem 0.65rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1.4;
    width: fit-content;
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    animation: none !important;
    transition: none !important;
}

/* Navbar Toggler */
.landing-navbar .navbar-toggler {
    border: 1px solid #475569;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    background-color: transparent !important;
    background-image: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
}

.landing-navbar .navbar-toggler:not(footer .navbar-toggler):focus-visible {
    box-shadow: none !important;
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.landing-navbar .navbar-toggler:focus:not(:focus-visible),
.landing-navbar .navbar-toggler:hover {
    outline: none !important;
    box-shadow: none !important;
    border-color: #475569 !important;
    background-color: transparent !important;
    filter: none !important;
    transform: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navbar Collapse - Force visibility on all screen sizes */
.landing-navbar .navbar-collapse {
    display: flex !important;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    visibility: visible !important;
    height: auto !important;
}

.landing-navbar .navbar-collapse.collapse {
    display: flex !important;
}

.landing-navbar .navbar-collapse.show {
    display: flex !important;
}

@media (min-width: 992px) {
    .landing-navbar .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

/* Navigation Links */
.landing-nav-links {
    display: flex !important;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .landing-nav-links {
        flex-wrap: nowrap;
        width: auto;
    }
}

.landing-nav-links .nav-item {
    position: relative;
}

.landing-nav-links .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #ffffff;
    padding: 0.6rem 1rem;
    transition: none !important;
    border-radius: 6px;
    position: relative;
    text-decoration: none;
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.landing-nav-links .nav-link::after,
.landing-nav-links .nav-link::before {
    display: none !important;
    content: none !important;
    background: none !important;
    box-shadow: none !important;
}

.landing-nav-links .nav-link:hover,
.landing-nav-links .nav-link.active {
    color: #ffffff;
    background-color: #1e293b;
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.landing-nav-links .nav-link:hover::after,
.landing-nav-links .nav-link.active::after,
.landing-nav-links .nav-link:hover::before,
.landing-nav-links .nav-link.active::before {
    display: none !important;
}

.landing-nav-links .nav-link:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

/* Dropdown Menu */
.landing-nav-links .dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: 0.15em;
    border-top-color: #ffffff;
    transition: none !important;
    filter: none !important;
}

.landing-nav-links .dropdown-toggle[aria-expanded="true"]::after {
    transform: none !important;
}

.landing-nav-links .dropdown-menu {
    background-color: #0f172a !important;
    background-image: none !important;
    border: 1px solid #1e293b;
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    animation: none !important;
    opacity: 1 !important;
    min-width: 220px;
}

.landing-nav-links .dropdown-item {
    color: #ffffff;
    padding: 0.6rem 1.25rem;
    font-size: 0.875rem;
    transition: none !important;
    border-radius: 0;
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.landing-nav-links .dropdown-item:hover,
.landing-nav-links .dropdown-item:focus-visible {
    background-color: #1e293b !important;
    background-image: none !important;
    color: #ffffff;
    filter: none !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.landing-nav-links .dropdown-item:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

/* Secondary Logo */
.landing-secondary-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    filter: none !important;
    box-shadow: none !important;
    animation: none !important;
}

.landing-secondary-logo svg {
    filter: none !important;
    transition: none !important;
    box-shadow: none !important;
    animation: none !important;
}

.landing-secondary-logo:hover svg,
.landing-secondary-logo svg:hover {
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
}

/* ============================================
   HERO SECTION - Modern Blue & White Hero
   ============================================ */
.landing-hero {
    position: relative;
    padding: 5rem 0 6rem;
    overflow: hidden;
    min-height: 650px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0E1F40 0%, #0E1F40 50%, #0E1F40 100%);
}

.landing-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.15), transparent 55%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1), transparent 60%);
    opacity: 1;
    pointer-events: none;
}

.landing-hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 120px 120px, 120px 120px;
    opacity: 0.4;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.landing-hero-glow-sphere {
    position: absolute;
    width: 700px;
    height: 700px;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    animation: pulse-glow 4s ease-in-out infinite;
}

@keyframes pulse-glow {

    0%,
    100% {
        opacity: 0.4;
        transform: translateY(-50%) scale(1);
    }

    50% {
        opacity: 0.6;
        transform: translateY(-50%) scale(1.15);
    }
}

.landing-hero-network-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.08) 49%, rgba(255, 255, 255, 0.08) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.06) 49%, rgba(255, 255, 255, 0.06) 51%, transparent 52%);
    background-size: 250px 250px;
    opacity: 0.5;
    pointer-events: none;
    animation: network-shift 25s linear infinite;
}

@keyframes network-shift {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 250px 250px, -250px 250px;
    }
}

.landing-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.landing-hero-left {
    margin-bottom: 2rem;
    padding-right: 2rem;
}

.landing-hero-label {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

.pill {
    padding: 0.35rem 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
}

.pill-badge {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.landing-hero-title {
    font-size: clamp(2.25rem, 4.5vw + 1rem, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff !important;
}

.landing-hero .landing-hero-title,
.landing-hero h1.landing-hero-title {
    color: #ffffff !important;
}

.landing-hero-subtitle {
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.landing-hero-cta {
    border-radius: 6px;
    padding: 1rem 2.25rem;
    background: #ffffff;
    border: none;
    color: #0E1F40;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.landing-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.25);
    color: #0E1F40;
    text-decoration: none;
    background: #f8fafc;
}

.cta-arrow {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
    display: inline-block;
}

.landing-hero-cta:hover .cta-arrow {
    transform: translateX(5px);
}

.landing-hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    min-height: 450px;
}

.hero-visual-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 550px;
    max-height: 550px;
}

.hero-glow-sphere-large {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 40%, transparent 70%);
    border-radius: 50%;
    filter: blur(70px);
    animation: sphere-pulse 3.5s ease-in-out infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes sphere-pulse {

    0%,
    100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.hero-network-connections {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 2px, transparent 2px),
        radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.15) 1.5px, transparent 1.5px),
        radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.1) 2px, transparent 2px);
    background-size: 100% 100%;
    background-position: 0 0;
    opacity: 0.7;
    animation: network-pulse 4.5s ease-in-out infinite;
}

@keyframes network-pulse {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.85;
    }
}

.hero-network-connections::before,
.hero-network-connections::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 120px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), transparent);
    top: 20%;
    left: 30%;
    transform: rotate(45deg);
    animation: line-glow 2.5s ease-in-out infinite;
}

.hero-network-connections::after {
    left: 70%;
    top: 60%;
    transform: rotate(-45deg);
    animation-delay: 1.2s;
}

@keyframes line-glow {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.8;
    }
}

.landing-hero-pagination {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.6rem;
    z-index: 2;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pagination-dot.active {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.3);
}

.pagination-dot:hover {
    background-color: rgba(255, 255, 255, 0.7);
    transform: scale(1.1);
}

/* ============================================
   PAGE CONTENT - White & Light Blue Sections
   ============================================ */
.page-content {
    flex: 1;
    padding-top: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* Common Section Styles */
section {
    background-color: #ffffff;
}

/* Removed conflicting background overrides that forced dark sections to be light */

/* ============================================
   COOKIE BANNER - Modern Footer
   ============================================ */
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    padding: 1rem 0;
    background: linear-gradient(90deg, #0E1F40, #0E1F40);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 -14px 45px rgba(14, 31, 64, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.cookie-banner-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.cookie-banner-text {
    flex: 1;
    min-width: 300px;
}

.cookie-banner-text h6 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: #ffffff !important;
}

.cookie-banner-text p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.cookie-banner .btn {
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.cookie-banner .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    background: transparent;
}

.cookie-banner .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.cookie-banner .btn-light {
    background: #ffffff;
    border: none;
    color: #0E1F40;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.cookie-banner .btn-light:hover {
    background: #f8fafc;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #0E1F40;
    transform: translateY(-1px);
}

.cookie-customize {
    font-size: 0.85rem;
    text-decoration: underline;
    color: #ffffff !important;
    padding: 0.5rem 0.75rem;
}

.cookie-customize:hover {
    text-decoration: none;
    color: #e0e7ff !important;
}

/* ============================================
   FOOTER - Professional Footer
   ============================================ */
.landing-footer {
    background: #0f172a !important;
    /* Proper dark slate for footer */
    background-color: #0f172a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 0 2rem;
    margin-top: 0;
    color: #ffffff;
}

.landing-footer h4,
.landing-footer .footer-title {
    color: #ffffff !important;
}

.footer-brand {
    margin-bottom: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    color: #3b82f6;
    letter-spacing: 0.05em;
}

.footer-logo-text {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

.footer-title {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 1.25rem;
}

.footer-contact-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.35rem;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-contact a:hover {
    color: #ffffff;
}

.footer-address {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    line-height: 1.6;
    display: block;
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    margin: 0;
}

/* ============================================
   RESPONSIVE DESIGN - Mobile First
   ============================================ */
@media (max-width: 1199.98px) {
    .landing-hero-left {
        padding-right: 1rem;
    }
}

@media (max-width: 991.98px) {
    .landing-navbar-inner {
        padding: 0.75rem 1rem;
    }

    /* Mobile: Collapse menu by default, show on toggle */
    .landing-navbar .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .landing-navbar .navbar-collapse.collapse.show {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }

    .landing-hero {
        padding: 3rem 0 4.5rem;
        min-height: 550px;
    }

    .landing-hero-left {
        padding-right: 0;
        margin-bottom: 2.5rem;
    }

    .landing-hero-right {
        min-height: 350px;
        margin-top: 2rem;
    }

    .hero-glow-sphere-large {
        filter: blur(50px);
    }

    .landing-hero-glow-sphere {
        width: 500px;
        height: 500px;
        right: -120px;
    }
}

@media (max-width: 767.98px) {
    .landing-topbar {
        display: none !important;
    }

    .landing-navbar-inner {
        padding: 0.75rem 1rem;
    }

    .logo-title {
        font-size: 1rem;
    }

    .logo-badge {
        font-size: 0.65rem;
        padding: 0.2rem 0.5rem;
    }

    .landing-hero {
        padding: 2.5rem 0 5rem;
        min-height: auto;
    }

    .landing-hero-title {
        font-size: 1.9rem;
        margin-bottom: 1.25rem;
        color: #ffffff !important;
    }

    .landing-hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .landing-hero-cta {
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
    }

    .cookie-banner-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-banner-text {
        min-width: 100%;
    }

    .cookie-banner-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .landing-hero-glow-sphere {
        width: 400px;
        height: 400px;
        right: -150px;
    }

    .landing-hero-pagination {
        bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .landing-hero-title {
        font-size: 1.6rem;
        color: #ffffff !important;
    }

    .landing-hero-subtitle {
        font-size: 0.9rem;
    }

    .cookie-banner-actions {
        flex-direction: column;
        width: 100%;
    }

    .cookie-banner .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.landing-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus States for Accessibility - sadece klavye navigasyonunda */
a:not(footer a):focus-visible,
button:not(footer button):focus-visible {
    outline: 2px solid rgba(14, 31, 64, 0.5);
    outline-offset: 2px;
}

/* Mouse click'te focus outline yok - Tüm çerçeveleri kaldır */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible),
.btn:focus:not(:focus-visible),
.nav-link:focus:not(:focus-visible),
.landing-nav-links .nav-link:focus:not(:focus-visible),
.dropdown-item:focus:not(:focus-visible),
.landing-nav-links .dropdown-item:focus:not(:focus-visible),
.navbar-toggler:focus:not(:focus-visible),
.form-control:focus:not(:focus-visible),
.form-select:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

/* Removed global overrides that were forcing all sections to be light theme */

section .text-gray-500,
section .text-gray-600 {
    color: #4b5563 !important;
    /* slate-700 */
}

/* Hero Sections - Blue Gradient */
section.bg-slate-950:first-of-type:not(footer),
section.bg-slate-900:first-of-type:not(footer) {
    background: linear-gradient(135deg, #0E1F40 0%, #0E1F40 50%, #0E1F40 100%) !important;
}

section.bg-slate-950:first-of-type .text-white,
section.bg-slate-950:first-of-type h1,
section.bg-slate-950:first-of-type h2 {
    color: #ffffff !important;
}

section.bg-slate-950:first-of-type .text-gray-300,
section.bg-slate-950:first-of-type .text-gray-400,
section.bg-slate-950:first-of-type p {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Glass Effect for Light Theme */
.glass:not(footer .glass) {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(14, 31, 64, 0.2) !important;
    box-shadow: 0 4px 20px rgba(14, 31, 64, 0.1) !important;
}

/* Border Colors */
.border-cyan-500\/20:not(footer .border-cyan-500\/20),
.border-cyan-500\/30:not(footer .border-cyan-500\/30) {
    border-color: rgba(14, 31, 64, 0.2) !important;
}

/* Gradient Buttons */
.bg-gradient-to-r.from-cyan-600.to-blue-600:not(footer .bg-gradient-to-r),
.bg-gradient-to-r.from-cyan-500.to-blue-500:not(footer .bg-gradient-to-r) {
    background: linear-gradient(to right, #0E1F40, #0E1F40) !important;
}

/* Text Gradients */
.bg-gradient-to-r.from-cyan-400.to-blue-400:not(footer .bg-gradient-to-r),
.bg-gradient-to-r.from-cyan-400.to-teal-400:not(footer .bg-gradient-to-r) {
    background: linear-gradient(to right, #0E1F40, #0E1F40) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

/* Icon Colors */
.text-cyan-400:not(footer .text-cyan-400) {
    color: #0E1F40 !important;
}

/* Input Fields */
.bg-white\/5:not(footer .bg-white\/5) {
    background-color: #ffffff !important;
    border-color: rgba(14, 31, 64, 0.2) !important;
}

input.bg-white\/5,
textarea.bg-white\/5 {
    color: #1e293b !important;
}

input.bg-white\/5::placeholder,
textarea.bg-white\/5::placeholder {
    color: #94a3b8 !important;
}

/* Hover Effects */
.hover\:shadow-cyan-500\/50:hover:not(footer .hover\:shadow-cyan-500\/50):not(footer *) {
    box-shadow: 0 10px 40px rgba(14, 31, 64, 0.3) !important;
}
/* FAQ Card Hover & Focus Styles */
.faq-card {
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: default;
}

.faq-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6 !important; /* Blue-500 */
    background-color: #f8fafc; /* Slate-50 */
}

.faq-card:focus-visible {
    outline: 2px solid #3b82f6 !important;
    outline-offset: 4px;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
