* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    background-color: #ffffff;
    overflow-x: clip;
}

/* Screen reader only - for accessibility and SEO */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

body {
    font-family: 'Inconsolata', monospace;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    height: auto;
    overflow-x: clip;
    background-color: #000000;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    display: none;
    /* Ağaçlar gizlendi */
    background-image:
        /* İlk sıra - altta */
        radial-gradient(ellipse 120px 180px at 5% 95%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 30%, transparent 60%),
        radial-gradient(ellipse 100px 160px at 12% 92%, rgba(22, 163, 74, 0.12) 0%, rgba(22, 163, 74, 0.06) 35%, transparent 65%),
        radial-gradient(ellipse 140px 200px at 20% 95%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 30%, transparent 60%),
        radial-gradient(ellipse 110px 170px at 28% 93%, rgba(21, 128, 61, 0.12) 0%, rgba(21, 128, 61, 0.06) 30%, transparent 60%),
        radial-gradient(ellipse 130px 190px at 36% 95%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 30%, transparent 60%),
        radial-gradient(ellipse 105px 165px at 44% 92%, rgba(22, 163, 74, 0.12) 0%, rgba(22, 163, 74, 0.06) 35%, transparent 65%),
        radial-gradient(ellipse 145px 210px at 52% 95%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 30%, transparent 60%),
        radial-gradient(ellipse 115px 175px at 60% 93%, rgba(21, 128, 61, 0.12) 0%, rgba(21, 128, 61, 0.06) 30%, transparent 60%),
        radial-gradient(ellipse 125px 185px at 68% 95%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 30%, transparent 60%),
        radial-gradient(ellipse 100px 160px at 76% 92%, rgba(22, 163, 74, 0.12) 0%, rgba(22, 163, 74, 0.06) 35%, transparent 65%),
        radial-gradient(ellipse 135px 195px at 84% 95%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 30%, transparent 60%),
        radial-gradient(ellipse 120px 180px at 92% 93%, rgba(21, 128, 61, 0.12) 0%, rgba(21, 128, 61, 0.06) 30%, transparent 60%),
        radial-gradient(ellipse 110px 170px at 98% 95%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.08) 30%, transparent 60%),
        /* İkinci sıra - ortada */
        radial-gradient(ellipse 80px 120px at 8% 75%, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.04) 40%, transparent 70%),
        radial-gradient(ellipse 90px 130px at 24% 78%, rgba(22, 163, 74, 0.08) 0%, rgba(22, 163, 74, 0.03) 35%, transparent 70%),
        radial-gradient(ellipse 85px 125px at 40% 76%, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.04) 40%, transparent 70%),
        radial-gradient(ellipse 95px 135px at 56% 78%, rgba(21, 128, 61, 0.08) 0%, rgba(21, 128, 61, 0.03) 35%, transparent 70%),
        radial-gradient(ellipse 88px 128px at 72% 76%, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.04) 40%, transparent 70%),
        radial-gradient(ellipse 92px 132px at 88% 78%, rgba(22, 163, 74, 0.08) 0%, rgba(22, 163, 74, 0.03) 35%, transparent 70%),
        /* Üçüncü sıra - üstte */
        radial-gradient(ellipse 60px 90px at 15% 55%, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.02) 45%, transparent 75%),
        radial-gradient(ellipse 65px 95px at 35% 57%, rgba(22, 163, 74, 0.05) 0%, rgba(22, 163, 74, 0.02) 40%, transparent 75%),
        radial-gradient(ellipse 70px 100px at 55% 55%, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.02) 45%, transparent 75%),
        radial-gradient(ellipse 62px 92px at 75% 57%, rgba(21, 128, 61, 0.05) 0%, rgba(21, 128, 61, 0.02) 40%, transparent 75%),
        radial-gradient(ellipse 68px 98px at 92% 55%, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.02) 45%, transparent 75%),
        /* Dördüncü sıra - en üstte */
        radial-gradient(ellipse 45px 70px at 25% 35%, rgba(34, 197, 94, 0.04) 0%, rgba(34, 197, 94, 0.01) 50%, transparent 80%),
        radial-gradient(ellipse 50px 75px at 50% 37%, rgba(22, 163, 74, 0.03) 0%, rgba(22, 163, 74, 0.01) 45%, transparent 80%),
        radial-gradient(ellipse 48px 72px at 75% 35%, rgba(34, 197, 94, 0.04) 0%, rgba(34, 197, 94, 0.01) 50%, transparent 80%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: treeFloatGlobal 12s ease-in-out infinite;
    filter: blur(0.5px);
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    display: none;
    /* Ağaçlar gizlendi */
    background-image:
        radial-gradient(ellipse 90px 140px at 18% 88%, rgba(34, 197, 94, 0.08) 0%, rgba(34, 197, 94, 0.03) 35%, transparent 65%),
        radial-gradient(ellipse 75px 115px at 32% 85%, rgba(22, 163, 74, 0.07) 0%, rgba(22, 163, 74, 0.03) 38%, transparent 68%),
        radial-gradient(ellipse 85px 130px at 48% 88%, rgba(34, 197, 94, 0.08) 0%, rgba(34, 197, 94, 0.03) 35%, transparent 65%),
        radial-gradient(ellipse 80px 125px at 64% 85%, rgba(21, 128, 61, 0.07) 0%, rgba(21, 128, 61, 0.03) 38%, transparent 68%),
        radial-gradient(ellipse 88px 135px at 80% 88%, rgba(34, 197, 94, 0.08) 0%, rgba(34, 197, 94, 0.03) 35%, transparent 65%),
        radial-gradient(ellipse 55px 85px at 12% 70%, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.02) 42%, transparent 72%),
        radial-gradient(ellipse 60px 90px at 28% 72%, rgba(22, 163, 74, 0.05) 0%, rgba(22, 163, 74, 0.02) 38%, transparent 72%),
        radial-gradient(ellipse 58px 88px at 44% 70%, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.02) 42%, transparent 72%),
        radial-gradient(ellipse 62px 92px at 60% 72%, rgba(21, 128, 61, 0.05) 0%, rgba(21, 128, 61, 0.02) 38%, transparent 72%),
        radial-gradient(ellipse 56px 86px at 76% 70%, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.02) 42%, transparent 72%),
        radial-gradient(ellipse 59px 89px at 92% 72%, rgba(22, 163, 74, 0.05) 0%, rgba(22, 163, 74, 0.02) 38%, transparent 72%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: treeFloatGlobalReverse 18s ease-in-out infinite;
    opacity: 0.6;
}

@keyframes treeFloatGlobal {

    0%,
    100% {
        transform: translateY(0) translateX(0);
        opacity: 0.8;
    }

    25% {
        transform: translateY(-8px) translateX(5px);
        opacity: 0.9;
    }

    50% {
        transform: translateY(-12px) translateX(-3px);
        opacity: 0.85;
    }

    75% {
        transform: translateY(-5px) translateX(7px);
        opacity: 0.88;
    }
}

@keyframes treeFloatGlobalReverse {

    0%,
    100% {
        transform: translateY(0) translateX(0) scale(1);
    }

    33% {
        transform: translateY(-6px) translateX(4px) scale(1.02);
    }

    66% {
        transform: translateY(8px) translateX(-5px) scale(0.98);
    }
}

/* Header Styles - safe-area ile üst siyah şerit kaldırılır */
.header {
    background-color: #ffffff;
    padding: calc(0.75rem + env(safe-area-inset-top, 0px)) 0 0.75rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 1001;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

.header.header-hidden {
    transform: translateY(-100%);
}

.header-container {
    max-width: 1400px;
    width: 100%;
    min-width: 0;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.logo-section {
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateX(-30px);
    animation: slideInLeft 0.8s ease-out forwards;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.logo-link:hover {
    opacity: 0.8;
}

.header-logo {
    height: auto;
    max-height: 48px;
    width: auto;
    filter: brightness(-50) saturate(100%) invert(15%) sepia(95%) saturate(2000%) hue-rotate(210deg) brightness(0.4);
}

.nav-menu {
    display: flex;
    gap: 1rem;
    align-items: center;
    opacity: 0;
    transform: translateY(-20px);
    animation: slideInCenter 0.8s ease-out 0.2s forwards;
}

.nav-link {
    color: #0d285a;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.4s ease;
}

.nav-link:hover {
    color: #0d285a;
    background-color: #e6eefb;
}

.nav-link:hover::after {
    width: 100%;
}

.dropdown-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 0.4rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.dropdown-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #0d285a;
    border-bottom: 1.5px solid #0d285a;
    transform: translate(-50%, -70%) rotate(45deg);
    transition: border-color 0.3s ease;
}

.dropdown-icon::after {
    content: none;
}

.nav-link:hover .dropdown-icon::before {
    border-color: #0d285a;
}

.nav-item-wrapper {
    position: relative;
    display: inline-block;
}

.services-link.active,
.help-link.active {
    color: #0d285a;
    background-color: #e6eefb;
}

.services-dropdown,
.help-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    z-index: 999;
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    background-color: transparent;
    padding-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

.services-dropdown.active,
.help-dropdown.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-overlay {
    display: none;
}

.dropdown-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    padding: 0;
}

.dropdown-close-btn:hover {
    color: #ffffff;
}

.dropdown-content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2rem 2rem 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    max-width: min(1500px, calc(100vw - 2rem));
    box-sizing: border-box;
}

.dropdown-columns {
    display: flex;
    gap: 3rem;
    padding: 3.5rem 1.5rem 1.5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.9);
    flex: 0 0 auto;
    width: auto;
    min-width: 1100px;
    max-width: 1300px;
    margin: 0;
    margin-top: 0;
    align-self: flex-start;
    border-radius: 16px;
    align-items: flex-start;
    justify-content: center;
}

.dropdown-column {
    flex: 0 0 auto;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    padding-top: 0;
    margin-top: 0;
}

/* Help dropdown specific styles */
.help-dropdown-columns {
    min-width: 1100px;
    max-width: 1300px;
}

/* Dropdown responsive - prevent horizontal scroll on smaller desktops */
@media (max-width: 1200px) {

    .services-dropdown .dropdown-columns,
    .help-dropdown .help-dropdown-columns {
        min-width: 0 !important;
        max-width: 100% !important;
        flex-wrap: wrap !important;
    }

    .services-dropdown .dropdown-content,
    .help-dropdown .dropdown-content {
        max-width: 100% !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.help-column-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: opacity 0.3s ease;
}

.help-column-link:hover {
    opacity: 0.8;
}

.help-column-link .dropdown-heading {
    color: rgba(255, 255, 255, 0.9) !important;
}

.help-column-link .help-column-description {
    color: rgba(255, 255, 255, 0.7) !important;
}

.help-column .dropdown-heading {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.8px;
    margin-bottom: 1rem;
}

.help-column .dropdown-heading a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}

.help-column .dropdown-heading a:hover {
    color: #ffffff !important;
}

.help-column {
    padding-top: 0;
}

.help-column-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.help-column-icon {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
}

/* SUPPORT icon - Help/Info icon (i in circle) */
.help-column:nth-child(1) .help-column-icon::before {
    content: 'i';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}

/* FAQ icon - Question mark */
.help-column:nth-child(2) .help-column-icon::before {
    content: '?';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}

/* LIVE CHAT icon - Phone icon */
.help-column:nth-child(3) .help-column-icon::before {
    content: '☎';
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    display: block;
}

.help-column-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
}

/* Align columns without heading to match columns with heading */
.dropdown-column-no-heading {
    padding-top: 2rem;
    /* Match first column's total top spacing */
}

.dropdown-heading {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(15px);
    display: block;
}

.dropdown-heading a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.dropdown-heading a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.services-dropdown.active .dropdown-heading,
.help-dropdown.active .dropdown-heading {
    animation: fadeInUp 0.4s ease forwards;
    animation-delay: 0.05s;
}

/* Grey Leistungen heading - move up only, nothing else affected */
.services-dropdown .dropdown-column:first-child .dropdown-heading {
    position: relative;
    top: -0.75rem;
}

/* Left column items - push down a bit */
.services-dropdown .dropdown-column:first-child {
    padding-top: 0.75rem;
}

.dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: #ffffff !important;
    font-family: Arial, sans-serif;
    width: 100%;
    clear: both;
    overflow: hidden;
    opacity: 0;
}

.dropdown-list-link {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    text-decoration: none;
    color: #ffffff !important;
    transition: opacity 0.3s ease;
}

.dropdown-list-link:hover {
    opacity: 0.8;
}

.services-dropdown.active .dropdown-list li,
.help-dropdown.active .dropdown-list li {
    animation: fadeInUp 0.4s ease forwards;
}

.services-dropdown.active .dropdown-list li:nth-child(1),
.help-dropdown.active .dropdown-list li:nth-child(1) {
    animation-delay: 0.1s;
}

.services-dropdown.active .dropdown-list li:nth-child(2),
.help-dropdown.active .dropdown-list li:nth-child(2) {
    animation-delay: 0.15s;
}

.services-dropdown.active .dropdown-list li:nth-child(3),
.help-dropdown.active .dropdown-list li:nth-child(3) {
    animation-delay: 0.2s;
}

.list-icon {
    flex-shrink: 0;
    margin-top: 0.2rem;
    width: 18px;
    height: 22px;
    display: inline-block;
    line-height: 1;
    position: relative;
}

.list-icon::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 20px;
    border: 2px solid rgba(13, 40, 90, 0.9);
    border-radius: 2px;
    background-color: transparent;
    top: 0;
    left: 0;
    box-sizing: border-box;
    clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%);
}

.list-icon::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 0;
    border-top: 2px solid rgba(13, 40, 90, 0.9);
    border-right: 2px solid rgba(13, 40, 90, 0.9);
    border-bottom: none;
    border-left: none;
    border-radius: 0 2px 0 0;
    background-color: transparent;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.dropdown-list li>div,
.dropdown-list-link>div {
    flex: 1;
    min-width: 0;
    width: calc(100% - 36px);
    overflow: hidden;
}

.dropdown-list li strong,
.dropdown-list-link strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #ffffff !important;
    line-height: 1.3;
    white-space: normal;
    word-wrap: break-word;
}

.dropdown-list li p,
.dropdown-list-link p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 0;
    line-height: 1.6em;
    white-space: normal;
    word-wrap: break-word;
}

.dropdown-card {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 16px;
    width: 360px;
    flex: 0 0 360px;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    margin: 0;
    margin-top: 2.5rem;
    align-self: flex-start;
    opacity: 0;
    transform: translateY(15px);
}

.services-dropdown.active .dropdown-card,
.help-dropdown.active .dropdown-card {
    animation: fadeInUp 0.4s ease forwards;
    animation-delay: 0.2s;
}

.card-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 1.75rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

/* Ensure dropdown card heading is black */
.dropdown-card .card-heading {
    color: #000000 !important;
}

/* Ensure dropdown card link is black */
.dropdown-card .card-link {
    color: #000000 !important;
}

.dropdown-card .card-link:hover {
    color: #000000 !important;
}

.card-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #666666;
    margin-bottom: 2rem;
    line-height: 1.6em;
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-link:hover {
    color: #0d285a;
}

.arrow-icon {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 0.7;
    display: inline-block;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.card-link:hover .arrow-icon {
    transform: translateX(5px);
}

.quote-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    border: none;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    opacity: 0;
    transform: translateX(30px);
    animation: slideInRight 0.8s ease-out 0.4s forwards;
    white-space: nowrap;
    flex-shrink: 0;
}

.quote-button-short {
    display: none;
}

.quote-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.quote-button:active {
    transform: translateY(0);
    outline: 2px solid #000000;
    outline-offset: 2px;
}

/* Hero Section Styles */
.hero {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 998;
    background-color: #0d285a;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.hero {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 998;
    background-color: #0d285a;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    padding: 0 2rem;
    max-width: 1200px;
    transition: opacity 0.8s ease;
}

.hero-logo {
    margin-bottom: 3rem;
    opacity: 0;
    animation: fadeIn 1.2s ease-in-out forwards;
}

.logo-image {
    max-width: 300px;
    height: auto;
    filter: brightness(1.1);
}

.hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    animation: fadeIn 1.2s ease-in-out forwards;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInCenter {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .single-image-section {
        height: 250vh;
        overflow: visible;
    }

    .single-image-section .gallery-container {
        padding: 0;
    }

    .single-image-section .gallery-grid {
        gap: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
    }
}

/* Mobile menu backdrop */
.mobile-menu-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.mobile-menu-open .mobile-menu-backdrop {
    display: block;
    opacity: 1;
}

@media (min-width: 969px) {
    .mobile-menu-backdrop {
        display: none !important;
    }

    /* Desktop: header overflow yok - dropdown menü görünsün, scrollbar çıkmasın */
    .header {
        overflow: visible !important;
    }

    .nav-menu {
        position: static !important;
        transform: none !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        padding: 0 !important;
        flex-direction: row !important;
        overflow: visible !important;
        box-shadow: none !important;
        background: transparent !important;
    }
}

/* Mobile menu toggle - hidden on desktop */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1002;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.mobile-menu-toggle:hover {
    background: #e6eefb;
}

.hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #0d285a;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 968px) {
    body>* {
        max-width: 100%;
    }

    .header {
        padding: calc(0.5rem + env(safe-area-inset-top, 0px)) 0 0.5rem 0;
        left: 0;
        right: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .header-container {
        max-width: 100%;
    }

    section {
        width: 100%;
        max-width: 100%;
    }

    .header-logo {
        max-height: 36px;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100vw;
        height: 100vh;
        height: 100dvh;
        background: #ffffff;
        padding: 80px 1rem 2rem;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        box-shadow: none;
        left: auto;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1000;
        overflow-y: auto;
        overflow-x: hidden;
        animation: none;
        opacity: 1;
        box-sizing: border-box;
        pointer-events: none;
    }

    .header.mobile-menu-open .nav-menu {
        transform: translateX(0);
        pointer-events: auto;
    }

    .nav-menu .nav-link {
        padding: 1rem 0;
        border-bottom: 1px solid #e6eefb;
        font-size: 1rem;
    }

    .nav-menu .nav-item-wrapper {
        margin: 0;
    }

    .nav-menu .nav-item-wrapper .nav-link {
        border-bottom: 1px solid #e6eefb;
    }

    .header.mobile-menu-open .nav-menu .services-dropdown,
    .header.mobile-menu-open .nav-menu .help-dropdown {
        position: static;
        transform: none;
        width: 100%;
        box-shadow: none;
        display: none;
        padding: 0;
        margin: 0;
        min-height: 0;
        height: auto;
        overflow: hidden !important;
    }

    /* Mobilde sadece .active ile açılsın; :hover kapanınca boşluk bırakmasın */
    .header.mobile-menu-open .nav-menu .services-link.active+.services-dropdown,
    .header.mobile-menu-open .nav-menu .help-link.active+.help-dropdown {
        display: block;
    }

    .header.mobile-menu-open .nav-menu .services-dropdown .dropdown-content,
    .header.mobile-menu-open .nav-menu .help-dropdown .dropdown-content {
        position: static;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0.5rem 0;
        justify-content: flex-start;
        flex-wrap: wrap !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .header.mobile-menu-open .nav-menu .dropdown-columns,
    .header.mobile-menu-open .nav-menu .help-dropdown-columns {
        flex-direction: column !important;
        background: #f5f7fa;
        padding: 1rem 0.75rem !important;
        border-radius: 8px;
        margin-top: 0.5rem;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        gap: 0 !important;
        flex: 0 1 100% !important;
        flex-shrink: 1 !important;
    }

    .header.mobile-menu-open .nav-menu .dropdown-column {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 1 1 100% !important;
        box-sizing: border-box !important;
    }

    .header.mobile-menu-open .nav-menu .dropdown-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 1 1 100% !important;
        flex-shrink: 1 !important;
        box-sizing: border-box !important;
        padding: 1.5rem 1rem !important;
    }

    .header.mobile-menu-open .nav-menu .dropdown-list li,
    .header.mobile-menu-open .nav-menu .dropdown-list-link {
        gap: 0.5rem;
    }

    .header.mobile-menu-open .nav-menu .dropdown-list li,
    .header.mobile-menu-open .nav-menu .dropdown-list-link>div {
        overflow: visible;
        min-width: 0;
        width: auto !important;
    }

    .header.mobile-menu-open .nav-menu .dropdown-heading {
        color: #0d285a;
    }

    .header.mobile-menu-open .nav-menu .help-column-description,
    .header.mobile-menu-open .nav-menu .help-column-link .help-column-description {
        color: rgba(13, 40, 90, 0.9) !important;
    }

    .header.mobile-menu-open .nav-menu .help-column-link .dropdown-heading {
        color: #0d285a !important;
    }

    .header.mobile-menu-open .nav-menu .help-column .dropdown-heading a {
        color: #0d285a !important;
    }

    .header.mobile-menu-open .nav-menu .help-column-icon {
        border-color: rgba(13, 40, 90, 0.5);
    }

    .header.mobile-menu-open .nav-menu .help-column-icon::before {
        color: #0d285a;
    }

    .header.mobile-menu-open .nav-menu .dropdown-list li,
    .header.mobile-menu-open .nav-menu .dropdown-list-link {
        color: #0d285a !important;
    }

    .header.mobile-menu-open .nav-menu .dropdown-list-link:hover {
        color: #5BA3F5 !important;
    }

    .header.mobile-menu-open .nav-menu .dropdown-list li strong,
    .header.mobile-menu-open .nav-menu .dropdown-list-link strong {
        color: #0d285a !important;
    }

    .header.mobile-menu-open .nav-menu .dropdown-list li p,
    .header.mobile-menu-open .nav-menu .dropdown-list-link p {
        color: rgba(13, 40, 90, 0.85) !important;
    }

    .header.mobile-menu-open .nav-menu .card-heading,
    .header.mobile-menu-open .nav-menu .card-description,
    .header.mobile-menu-open .nav-menu .card-link {
        color: #0d285a;
    }

    .quote-button {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }

    .quote-button-long {
        display: none;
    }

    .quote-button-short {
        display: inline;
    }

    .logo-section {
        min-width: 0;
        flex-shrink: 1;
    }

    .logo-link {
        min-width: 0;
    }

    .header-logo {
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 0 0.75rem;
        flex-wrap: nowrap;
    }

    .quote-button {
        padding: 0.45rem 0.65rem;
        font-size: 0.75rem;
    }

    .hero,
    .hero-video,
    .hero-overlay {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
    }

    .single-image-section,
    .single-image-container {
        width: 100%;
        max-width: 100%;
    }

    .hero-heading {
        font-size: 1.8rem;
    }

    .logo-image {
        max-width: 200px;
    }

    .hero-content {
        padding: 0 1rem;
    }

    .single-image-section {
        height: 250vh;
        overflow: visible;
    }

    .single-image-section .gallery-container {
        padding: 0;
    }

    .single-image-section .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 0 0.5rem;
        gap: 0.35rem;
    }

    .header-logo {
        max-height: 32px;
    }

    .quote-button {
        padding: 0.4rem 0.6rem;
        font-size: 0.7rem;
    }

    .nav-menu .nav-link {
        font-size: 0.9rem;
    }

    .hero-heading {
        font-size: 1.4rem;
    }

    .logo-image {
        max-width: 150px;
    }

    .single-image-section {
        height: 250vh;
        overflow: visible;
    }

    .single-image-section .gallery-container {
        padding: 0;
    }

    .single-image-section .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
    }
}

/* Hero Spacer - artık gerekli değil */
.hero-spacer {
    display: none;
}

/* Single Image Section (Zoom Out Section) */
.single-image-section {
    position: relative;
    width: 100%;
    height: 250vh;
    /* Zoom animasyonu için yeterli alan */
    background-color: #000000;
    z-index: 1;
    overflow: visible;
    /* Sticky için visible olmalı */
    margin: 0;
    padding: 0;
}

.single-image-container {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    padding: 0;
    overflow: hidden;
    /* Zoom sırasında taşmaları gizle */
}

/* Bu wrapper artık kullanılmayacak - gallery üzerine zoom yapacağız */
.single-image-wrapper {
    display: none;
}

.single-image {
    display: none;
}

/* Gallery container inside single-image-section */
.single-image-section .gallery-container {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform-origin: center center;
    will-change: transform;
}

.single-image-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
    transform-origin: center center;
    will-change: transform;
}

/* Gallery items inside single-image-section */
.single-image-section .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    will-change: opacity;
}

/* Orta resim - data-position="5" (center) */
.single-image-section .gallery-item[data-position="5"] {
    z-index: 10;
}

.single-image-section .gallery-item.animate {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.single-image-section .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    /* Yüksek çözünürlüklü görsellerin (örn. 7680x5119) pürüzsüz ölçeklenmesi */
    image-rendering: auto;
    image-rendering: smooth;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Reliability Section */
.reliability-section {
    position: relative;
    width: 100%;
    min-height: auto;
    background-color: #000000;
    padding: 4rem 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.reliability-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.reliability-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}

.reliability-text {
    color: #ffffff;
}

.reliability-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.reliability-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
}

.reliability-logos {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: center;
}

a.logo-item {
    text-decoration: none;
    color: inherit;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 8px;
    opacity: 0;
    transform: translateX(100px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 160px;
    width: 100%;
    min-height: 160px;
}

.logo-item.animate {
    animation: slideInFromRight 0.8s ease-out forwards;
}

.logo-image-item {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
}

.logo-item:hover .logo-image-item {
    opacity: 1;
    transform: scale(1.05);
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive styles for reliability section */
@media (max-width: 1200px) {
    .reliability-content {
        gap: 3rem;
    }

    .reliability-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 968px) {
    .reliability-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .reliability-text {
        text-align: center;
    }

    .reliability-description {
        max-width: 100%;
        margin: 0 auto;
    }

    .reliability-logos {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .reliability-section {
        padding: 3rem 1.5rem 2rem;
    }

    .reliability-heading {
        font-size: 1.8rem;
    }

    .reliability-description {
        font-size: 0.95rem;
    }

    .logo-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .logo-item {
        padding: 1rem;
    }

    .logo-image-item {
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    .reliability-heading {
        font-size: 1.4rem;
    }

    .reliability-description {
        font-size: 0.85rem;
    }

    .logo-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .logo-image-item {
        max-height: 50px;
    }
}

/* Interactive Content Section */
.interactive-content-section {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
}

.interactive-content-wrapper-section {
    position: relative;
    width: 100%;
    background-color: transparent;
}

.interactive-nav {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    justify-content: center;
    flex-shrink: 0;
}

.interactive-nav-link {
    font-family: 'Manrope', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    position: relative;
    padding-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.interactive-nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.interactive-nav-link.active {
    color: #ffffff;
}

.interactive-nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0d285a;
}

.interactive-container {
    max-width: 1200px;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.interactive-main-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    transition: opacity 0.5s ease;
}

.interactive-cards-container {
    position: relative;
    width: 100%;
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    overflow: hidden;
}

.interactive-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    height: auto;
    max-height: min(85vh, 85%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.interactive-card.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.interactive-card-content {
    background: linear-gradient(to bottom, #0f0f0f 0%, #121212 15%, #151515 30%, #171717 40%, #1a1a1a 50%, #0f0f0f 65%, #080808 80%, #050505 90%, #000000 100%);
    border-radius: 12px;
    padding: 2.5rem 3rem 2rem;
    width: 100%;
    max-height: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 4px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    transition: background 0.3s ease, border-color 0.3s ease;
    overflow: auto;
    box-sizing: border-box;
}

.card-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon svg {
    width: 64px;
    height: 64px;
}

.card-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.card-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6em;
    margin-bottom: 2rem;
}

.card-link {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    transition: gap 0.3s ease, opacity 0.3s ease;
}

.card-link:hover {
    gap: 1rem;
}

.interactive-card-content .card-image {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    aspect-ratio: 3 / 2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.interactive-card-content .card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.interactive-card-content .card-image-square {
    /* Diğer kartlarla tam aynı boyutta - 3/2 aspect ratio ve width: 100% */
    width: 100%;
    aspect-ratio: 3 / 2;
}

.interactive-card-content .card-image-square img {
    object-fit: contain;
}


/* Responsive styles for interactive section */
/* 1920x1080: taşma olmadan kartın alanı doldurması */
@media (max-height: 1080px) {
    .interactive-content-section {
        padding: 1.25rem 2rem;
    }

    .interactive-nav {
        margin-top: 1rem;
        margin-bottom: 1.25rem;
    }

    .interactive-main-heading {
        font-size: 2.5rem;
        margin-top: 0.25rem;
        margin-bottom: 1rem;
    }

    .interactive-cards-container {
        padding: 0.5rem 0;
    }

    /* Kart büyük olsun ama section dışına taşmasın */
    .interactive-card {
        max-height: min(78vh, 100%);
    }

    .interactive-card-content {
        padding: 2rem 2.5rem 1.5rem;
    }

    .card-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 1rem;
    }

    .card-icon svg {
        width: 56px;
        height: 56px;
    }

    .card-heading {
        font-size: 1.6rem;
        margin-bottom: 0.75rem;
    }

    .card-text {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    /* Görsel tam görünsün, biraz daha büyük olsun */
    .interactive-card-content .card-image {
        max-height: 50vh;
        min-height: 200px;
        aspect-ratio: 3 / 2;
    }
}

@media (max-width: 1200px) {
    .interactive-main-heading {
        font-size: 2.5rem;
    }

    .interactive-card {
        max-width: 800px;
    }
}

@media (max-width: 968px) {
    .interactive-cards-container {
        height: calc(100vh - 200px);
    }

    .interactive-card {
        max-width: 700px;
    }

    .interactive-card-content {
        padding: 2.5rem 3rem 2rem;
    }

    .interactive-card-content .card-image {
        aspect-ratio: 3 / 2;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 768px) {
    .interactive-content-section {
        padding: 2rem 1rem;
    }

    .interactive-main-heading {
        font-size: 1.8rem;
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .interactive-nav {
        gap: 1rem;
        margin-bottom: 2rem;
        font-size: 1rem;
    }

    .interactive-cards-container {
        height: calc(100vh - 180px);
    }

    .interactive-card {
        max-width: 100%;
    }

    .interactive-card-content {
        padding: 2rem 2rem 1.5rem;
    }

    .card-heading {
        font-size: 1.5rem;
    }

    .card-text {
        font-size: 0.95rem;
    }

    .interactive-card-content .card-image {
        aspect-ratio: 3 / 2;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .interactive-main-heading {
        font-size: 1.4rem;
    }

    .interactive-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .interactive-left-card {
        padding: 2rem;
        min-height: 400px;
    }

    .card-heading {
        font-size: 1.3rem;
    }

    .card-text {
        font-size: 0.85rem;
    }
}

/* Sponsorship & Articles Section */
.sponsorship-articles-section {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
    margin-top: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    z-index: 1;
    min-height: 600px;
}

.sponsorship-articles-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.sponsorship-article-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    min-height: 600px;
}

.sponsorship-left-card {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    cursor: default;
}

.sponsorship-right-card {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    text-decoration: none;
    color: inherit;
}

.sponsorship-article-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    display: flex;
}

.sponsorship-article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sponsorship-left-card .sponsorship-article-image-wrapper .sponsorship-article-image {
    width: 50%;
}

.sponsorship-article-image-second {
    width: 50%;
}

.sponsorship-right-card:hover .sponsorship-article-image {
    transform: scale(1.1);
}

.sponsorship-article-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 1;
    opacity: 1;
}

.sponsorship-right-card:hover .sponsorship-article-overlay {
    opacity: 0;
}

.sponsorship-logo {
    position: absolute;
    z-index: 5;
    padding: 1rem;
}

.sponsorship-logo-left {
    top: 0;
    left: 0;
}

.sponsorship-logo-right {
    top: 0;
    right: 0;
}

.sponsorship-logo-image {
    max-width: 200px;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sponsorship-article-content {
    position: relative;
    width: 100%;
    padding: 3rem 2rem;
    z-index: 6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
}

.sponsorship-article-title {
    font-family: 'Inconsolata', monospace;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.sponsorship-article-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Responsive styles for sponsorship articles section */
@media (max-width: 968px) {
    .sponsorship-articles-container {
        grid-template-columns: 1fr;
    }

    .sponsorship-article-card {
        min-height: 500px;
    }

    .sponsorship-articles-section {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .sponsorship-article-title {
        font-size: 1.6rem;
    }

    .sponsorship-article-description {
        font-size: 1rem;
    }

    .sponsorship-article-content {
        padding: 2rem 1.5rem;
    }

    .sponsorship-article-card {
        min-height: 400px;
    }
}

/* Testimonial Section */
.testimonial-section {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 6rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.testimonial-container {
    max-width: 1000px;
    width: 100%;
    text-align: center;
}

.testimonial-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8em;
    color: #ffffff;
    margin: 0 0 3rem 0;
    padding: 0;
    font-style: normal;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.testimonial-author-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.testimonial-author-link:hover {
    opacity: 0.9;
}

.testimonial-author-link:hover .author-name {
    text-decoration: underline;
}

.author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.author-info {
    text-align: left;
}

.author-name {
    font-family: 'Inconsolata', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.author-title {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
}

.company-logo {
    display: flex;
    align-items: center;
}

.logo-icon {
    font-family: 'Inconsolata', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
}

/* Responsive styles for testimonial */
@media (max-width: 768px) {
    .testimonial-section {
        padding: 4rem 1.5rem;
    }

    .testimonial-text {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .testimonial-author {
        flex-direction: column;
    }
}

/* Pollution Section */
.pollution-section {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #0a2810 0%, #1a4d2e 50%, #0d281a 100%);
    padding: 6rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
}

.pollution-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
    overflow: hidden;
}

.pollution-trees {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        /* İlk sıra - altta */
        radial-gradient(ellipse 120px 180px at 5% 95%, rgba(34, 197, 94, 0.4) 0%, rgba(34, 197, 94, 0.2) 30%, transparent 60%),
        radial-gradient(ellipse 100px 160px at 12% 92%, rgba(22, 163, 74, 0.35) 0%, rgba(22, 163, 74, 0.15) 35%, transparent 65%),
        radial-gradient(ellipse 140px 200px at 20% 95%, rgba(34, 197, 94, 0.4) 0%, rgba(34, 197, 94, 0.2) 30%, transparent 60%),
        radial-gradient(ellipse 110px 170px at 28% 93%, rgba(21, 128, 61, 0.3) 0%, rgba(21, 128, 61, 0.15) 30%, transparent 60%),
        radial-gradient(ellipse 130px 190px at 36% 95%, rgba(34, 197, 94, 0.4) 0%, rgba(34, 197, 94, 0.2) 30%, transparent 60%),
        radial-gradient(ellipse 105px 165px at 44% 92%, rgba(22, 163, 74, 0.35) 0%, rgba(22, 163, 74, 0.15) 35%, transparent 65%),
        radial-gradient(ellipse 145px 210px at 52% 95%, rgba(34, 197, 94, 0.4) 0%, rgba(34, 197, 94, 0.2) 30%, transparent 60%),
        radial-gradient(ellipse 115px 175px at 60% 93%, rgba(21, 128, 61, 0.3) 0%, rgba(21, 128, 61, 0.15) 30%, transparent 60%),
        radial-gradient(ellipse 125px 185px at 68% 95%, rgba(34, 197, 94, 0.4) 0%, rgba(34, 197, 94, 0.2) 30%, transparent 60%),
        radial-gradient(ellipse 100px 160px at 76% 92%, rgba(22, 163, 74, 0.35) 0%, rgba(22, 163, 74, 0.15) 35%, transparent 65%),
        radial-gradient(ellipse 135px 195px at 84% 95%, rgba(34, 197, 94, 0.4) 0%, rgba(34, 197, 94, 0.2) 30%, transparent 60%),
        radial-gradient(ellipse 120px 180px at 92% 93%, rgba(21, 128, 61, 0.3) 0%, rgba(21, 128, 61, 0.15) 30%, transparent 60%),
        radial-gradient(ellipse 110px 170px at 98% 95%, rgba(34, 197, 94, 0.4) 0%, rgba(34, 197, 94, 0.2) 30%, transparent 60%),
        /* İkinci sıra - ortada */
        radial-gradient(ellipse 80px 120px at 8% 75%, rgba(34, 197, 94, 0.25) 0%, rgba(34, 197, 94, 0.1) 40%, transparent 70%),
        radial-gradient(ellipse 90px 130px at 24% 78%, rgba(22, 163, 74, 0.2) 0%, rgba(22, 163, 74, 0.08) 35%, transparent 70%),
        radial-gradient(ellipse 85px 125px at 40% 76%, rgba(34, 197, 94, 0.25) 0%, rgba(34, 197, 94, 0.1) 40%, transparent 70%),
        radial-gradient(ellipse 95px 135px at 56% 78%, rgba(21, 128, 61, 0.2) 0%, rgba(21, 128, 61, 0.08) 35%, transparent 70%),
        radial-gradient(ellipse 88px 128px at 72% 76%, rgba(34, 197, 94, 0.25) 0%, rgba(34, 197, 94, 0.1) 40%, transparent 70%),
        radial-gradient(ellipse 92px 132px at 88% 78%, rgba(22, 163, 74, 0.2) 0%, rgba(22, 163, 74, 0.08) 35%, transparent 70%),
        /* Üçüncü sıra - üstte */
        radial-gradient(ellipse 60px 90px at 15% 55%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.05) 45%, transparent 75%),
        radial-gradient(ellipse 65px 95px at 35% 57%, rgba(22, 163, 74, 0.12) 0%, rgba(22, 163, 74, 0.05) 40%, transparent 75%),
        radial-gradient(ellipse 70px 100px at 55% 55%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.05) 45%, transparent 75%),
        radial-gradient(ellipse 62px 92px at 75% 57%, rgba(21, 128, 61, 0.12) 0%, rgba(21, 128, 61, 0.05) 40%, transparent 75%),
        radial-gradient(ellipse 68px 98px at 92% 55%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.05) 45%, transparent 75%),
        /* Dördüncü sıra - en üstte */
        radial-gradient(ellipse 45px 70px at 25% 35%, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.03) 50%, transparent 80%),
        radial-gradient(ellipse 50px 75px at 50% 37%, rgba(22, 163, 74, 0.08) 0%, rgba(22, 163, 74, 0.03) 45%, transparent 80%),
        radial-gradient(ellipse 48px 72px at 75% 35%, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.03) 50%, transparent 80%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: treeFloat 12s ease-in-out infinite;
    filter: blur(0.5px);
}

@keyframes treeFloat {

    0%,
    100% {
        transform: translateY(0) translateX(0);
        opacity: 0.2;
    }

    25% {
        transform: translateY(-8px) translateX(5px);
        opacity: 0.25;
    }

    50% {
        transform: translateY(-12px) translateX(-3px);
        opacity: 0.22;
    }

    75% {
        transform: translateY(-5px) translateX(7px);
        opacity: 0.24;
    }
}

.pollution-trees::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(ellipse 90px 140px at 18% 88%, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.08) 35%, transparent 65%),
        radial-gradient(ellipse 75px 115px at 32% 85%, rgba(22, 163, 74, 0.18) 0%, rgba(22, 163, 74, 0.07) 38%, transparent 68%),
        radial-gradient(ellipse 85px 130px at 48% 88%, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.08) 35%, transparent 65%),
        radial-gradient(ellipse 80px 125px at 64% 85%, rgba(21, 128, 61, 0.18) 0%, rgba(21, 128, 61, 0.07) 38%, transparent 68%),
        radial-gradient(ellipse 88px 135px at 80% 88%, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.08) 35%, transparent 65%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: treeFloatReverse 15s ease-in-out infinite;
    opacity: 0.15;
}

@keyframes treeFloatReverse {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    30% {
        transform: translateY(6px) translateX(-4px);
    }

    60% {
        transform: translateY(10px) translateX(6px);
    }

    90% {
        transform: translateY(4px) translateX(-5px);
    }
}

.pollution-trees::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(ellipse 55px 85px at 12% 70%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.06) 42%, transparent 72%),
        radial-gradient(ellipse 60px 90px at 28% 72%, rgba(22, 163, 74, 0.12) 0%, rgba(22, 163, 74, 0.05) 38%, transparent 72%),
        radial-gradient(ellipse 58px 88px at 44% 70%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.06) 42%, transparent 72%),
        radial-gradient(ellipse 62px 92px at 60% 72%, rgba(21, 128, 61, 0.12) 0%, rgba(21, 128, 61, 0.05) 38%, transparent 72%),
        radial-gradient(ellipse 56px 86px at 76% 70%, rgba(34, 197, 94, 0.15) 0%, rgba(34, 197, 94, 0.06) 42%, transparent 72%),
        radial-gradient(ellipse 59px 89px at 92% 72%, rgba(22, 163, 74, 0.12) 0%, rgba(22, 163, 74, 0.05) 38%, transparent 72%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: treeFloatSlow 18s ease-in-out infinite;
    opacity: 0.12;
}

@keyframes treeFloatSlow {

    0%,
    100% {
        transform: translateY(0) translateX(0) scale(1);
    }

    33% {
        transform: translateY(-6px) translateX(4px) scale(1.02);
    }

    66% {
        transform: translateY(8px) translateX(-5px) scale(0.98);
    }
}

.pollution-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pollution-content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.pollution-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.pollution-left {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.pollution-right {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pollution-image-wrapper {
    position: sticky;
    top: 120px;
    width: 100%;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(34, 197, 94, 0.2);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(22, 163, 74, 0.05));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pollution-image-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 80px rgba(34, 197, 94, 0.3);
    border-color: rgba(34, 197, 94, 0.4);
}

.pollution-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.pollution-header {
    text-align: center;
    margin-bottom: 2rem;
}

.pollution-header-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.pollution-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(34, 197, 94, 0.3);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.pollution-subheading {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.pollution-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pollution-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pollution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(34, 197, 94, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pollution-card:hover::before {
    opacity: 1;
}

.pollution-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 0 12px 40px rgba(34, 197, 94, 0.2);
}

.pollution-card-green:hover {
    box-shadow: 0 12px 40px rgba(34, 197, 94, 0.3);
    border-color: rgba(34, 197, 94, 0.5);
}

.pollution-card-yellow:hover {
    box-shadow: 0 12px 40px rgba(234, 179, 8, 0.3);
    border-color: rgba(234, 179, 8, 0.5);
}

.pollution-card-orange:hover {
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.3);
    border-color: rgba(249, 115, 22, 0.5);
}

.pollution-card-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(22, 163, 74, 0.1));
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.pollution-card:hover .pollution-card-icon {
    transform: scale(1.1) rotate(5deg);
}

.pollution-card-icon svg {
    width: 56px;
    height: 56px;
    filter: drop-shadow(0 2px 8px rgba(34, 197, 94, 0.3));
}

.pollution-card-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.pollution-card-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    flex: 1;
}

.pollution-card-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: auto;
}

.pollution-card-green .pollution-card-badge {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #ffffff;
}

.pollution-card-yellow .pollution-card-badge {
    background: linear-gradient(135deg, #eab308, #ca8a04);
    color: #ffffff;
}

.pollution-card-orange .pollution-card-badge {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #ffffff;
}

.pollution-standards {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(22, 163, 74, 0.05) 100%);
    border-radius: 24px;
    padding: 3rem;
    border: 2px solid rgba(34, 197, 94, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.pollution-standards-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(34, 197, 94, 0.2);
}

.standards-header-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}

.pollution-standards-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pollution-standards-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(34, 197, 94, 0.1);
    width: 100%;
}

.pollution-standards-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(34, 197, 94, 0.3);
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.15);
}

.standards-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(22, 163, 74, 0.2));
    border-radius: 12px;
    font-size: 1.8rem;
    transition: transform 0.3s ease;
}

.pollution-standards-item:hover .standards-icon {
    transform: scale(1.1) rotate(5deg);
}

.standards-icon-green {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(22, 163, 74, 0.2));
}

.standards-content {
    flex: 1;
}

.standards-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.standards-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0;
}

/* Responsive styles for pollution section */
@media (max-width: 1200px) {
    .pollution-layout {
        gap: 3rem;
    }

    .pollution-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 968px) {
    .pollution-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .pollution-section {
        padding: 4rem 1.5rem;
    }

    .pollution-image-wrapper {
        position: relative;
        top: 0;
        max-width: 600px;
        margin: 0 auto;
    }

    .pollution-left {
        order: 2;
    }

    .pollution-right {
        order: 1;
    }
}

@media (max-width: 768px) {
    .pollution-heading {
        font-size: 2rem;
    }

    .pollution-subheading {
        font-size: 1rem;
    }

    .pollution-card {
        padding: 2rem;
    }

    .pollution-card-title {
        font-size: 1.3rem;
    }

    .pollution-standards {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .pollution-heading {
        font-size: 1.6rem;
    }

    .pollution-card-icon {
        width: 56px;
        height: 56px;
    }

    .pollution-card-icon svg {
        width: 40px;
        height: 40px;
    }

    .standards-title {
        font-size: 1.1rem;
    }

    .standards-icon {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .pollution-trees {
        height: 100%;
    }
}

/* Responsive styles for testimonial */
@media (max-width: 768px) {
    .testimonial-divider {
        width: 40px;
        height: 1px;
    }

    .author-info {
        text-align: center;
    }
}

/* FAQ Section */
.misconceptions-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.misconceptions-container {
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
}

.misconceptions-left {
    display: flex;
    flex-direction: column;
}

.misconceptions-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.misconceptions-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.misconceptions-button {
    display: inline-block;
    padding: 1rem 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #0d285a;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    align-self: flex-start;
}

.misconceptions-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.misconceptions-right {
    display: flex;
    flex-direction: column;
}

.misconceptions-item {
    margin-bottom: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.misconceptions-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.misconceptions-question {
    font-family: 'Inconsolata', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.misconceptions-answer {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

.misconceptions-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 1.5rem 0;
    opacity: 0;
    transition: opacity 0.6s ease-out;
}

.misconceptions-divider.visible {
    opacity: 1;
}

/* Responsive styles for Misconceptions */
@media (max-width: 1200px) {
    .misconceptions-container {
        gap: 4rem;
    }

    .misconceptions-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 968px) {
    .misconceptions-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .misconceptions-heading {
        font-size: 2rem;
    }

    .misconceptions-button {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .misconceptions-section {
        padding: 4rem 1.5rem;
    }

    .misconceptions-heading {
        font-size: 1.8rem;
    }

    .misconceptions-description {
        font-size: 1rem;
    }

    .misconceptions-question {
        font-size: 1.1rem;
    }

    .misconceptions-answer {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .misconceptions-heading {
        font-size: 1.4rem;
    }

    .misconceptions-description {
        font-size: 0.95rem;
    }

    .misconceptions-button {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   EXPERT TEAM SECTION
   ============================================ */
.expert-team-section {
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.expert-team-container {
    max-width: 1400px;
    margin: 0 auto;
}

.expert-team-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
    gap: 3rem;
}

.expert-team-header-left {
    flex: 1;
}

.expert-team-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 1rem 0;
}

.expert-team-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

.expert-team-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.expert-team-cta {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    margin: 0;
}

.expert-team-link {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: opacity 0.3s ease;
}

.expert-team-link:hover {
    opacity: 0.7;
}

.expert-team-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.expert-team-carousel {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s ease;
    will-change: transform;
}

.expert-team-card {
    min-width: calc(25% - 1.5rem);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.expert-team-card-image {
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 12px;
}

.expert-team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-team-card-content {
    padding: 1.5rem 1.25rem;
}

.expert-team-card-name {
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
}

.expert-team-card-role {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 1rem 0;
}

.expert-team-card-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

.expert-team-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.expert-team-dots {
    display: flex;
    gap: 0.5rem;
}

.expert-team-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.expert-team-dot.active {
    background-color: #ffffff;
}

.expert-team-nav {
    display: flex;
    gap: 0.5rem;
}

.expert-team-nav-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.expert-team-nav-button:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.expert-team-nav-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.expert-team-nav-button:disabled:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

/* Responsive styles for Expert Team Section */
@media (max-width: 1200px) {
    .expert-team-card {
        min-width: calc(33.333% - 1.33rem);
    }
}

@media (max-width: 768px) {
    .expert-team-section {
        padding: 4rem 1.5rem;
    }

    .expert-team-header {
        flex-direction: column;
        gap: 2rem;
    }

    .expert-team-header-right {
        align-items: flex-start;
    }

    .expert-team-heading {
        font-size: 2rem;
    }

    /* Mobilde 4 kartı 2x2 grid olarak göster */
    .expert-team-carousel-wrapper {
        overflow: visible;
    }

    .expert-team-carousel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        transition: none;
        will-change: auto;
    }

    .expert-team-card {
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .expert-team-heading {
        font-size: 1.5rem;
    }

    /* Küçük ekranda 2x2 grid korunur, kart içi sıkılaştırılır */
    .expert-team-carousel {
        gap: 0.75rem;
    }

    .expert-team-card-content {
        padding: 0.75rem 0.5rem;
    }

    .expert-team-card-name {
        font-size: 1rem;
    }

    .expert-team-card-role {
        font-size: 0.8rem;
    }

    .expert-team-card-description {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .expert-team-card-image {
        aspect-ratio: 3 / 4;
    }
}

/* ============================================
   BUILT WITH HEART SECTION
   ============================================ */
.built-with-heart-section {
    width: 100%;
    padding: 4rem 2rem;
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.built-with-heart-container {
    max-width: 1200px;
    margin: 0 auto;
}

.built-with-heart-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
}

.built-with-heart-icon {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.heart-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }
}

.built-with-heart-title {
    font-family: 'Inconsolata', monospace;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
    color: #e7d5d5;
    -webkit-text-stroke: 2px #0b285a;
    text-stroke: 2px #0b285a;
    margin: 0;
    position: relative;
    --fill-progress: 0;
}

.built-with-heart-title::before {
    content: 'Built with heart';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--fill-progress) * 100%);
    height: 100%;
    color: #0b285a;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.1s linear;
    -webkit-text-stroke: 0;
    text-stroke: 0;
}

.built-with-heart-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    max-width: 700px;
    margin: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.built-with-heart-description.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive styles for Built with Heart Section */
@media (max-width: 768px) {
    .built-with-heart-section {
        padding: 3rem 1.5rem;
    }

    .built-with-heart-title {
        font-size: 2.5rem;
        -webkit-text-stroke: 1.5px #ff0000;
        text-stroke: 1.5px #ff0000;
    }

    .built-with-heart-icon {
        width: 200px;
        height: 200px;
    }

    .built-with-heart-description {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .built-with-heart-title {
        font-size: 2rem;
        -webkit-text-stroke: 1px #ff0000;
        text-stroke: 1px #ff0000;
    }

    .built-with-heart-icon {
        width: 150px;
        height: 150px;
    }
}

/* ============================================
   THE PROBLEM SECTION
   ============================================ */
.problem-section {
    width: 100%;
    padding: 8rem 2rem;
    background-color: #000000;
    position: relative;
}

.problem-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.problem-content {
    flex: 1;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.problem-diagram {
    margin-bottom: 1.5rem;
    order: 1;
}

.problem-diagram-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.problem-image {
    margin-bottom: 1.5rem;
    order: 1;
    position: relative;
    background-color: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 3rem 2rem;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.problem-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.problem-header {
    order: 2;
    margin-bottom: 1.5rem;
    position: relative;
}

.problem-text {
    order: 3;
    margin-top: 0;
}

/* Merdiven gibi düzen - birinci en yukarıda, ikinci biraz aşağıda, üçüncü daha da aşağıda */
.problem-content:nth-child(1),
.problem-content.problem-content-1 {
    margin-top: 0;
}

.problem-content:nth-child(2),
.problem-content.problem-content-2 {
    margin-top: 4rem;
}

.problem-content:nth-child(3),
.problem-content.problem-content-3 {
    margin-top: 8rem;
}


.problem-content.animate {
    opacity: 1;
    transform: translateY(0);
}

.problem-header {
    margin-bottom: 1.5rem;
    padding-left: 0;
}

.problem-title {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.problem-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.problem-list {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin: 1.5rem 0 0 0;
    padding-left: 1.5rem;
    list-style: none;
}

.problem-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.problem-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    line-height: 1.8;
}


/* Diagram Styles */
.diagram-frame {
    position: relative;
    background-color: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 3rem 2rem;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.diagram-path {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #1a1a1a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    margin: 2rem 0;
}

.diagram-prospects {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    justify-content: flex-start;
}

.prospect-circle {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
}

.diagram-barrier {
    width: 8px;
    height: 80px;
    background-color: #000000;
    border-radius: 4px;
    margin: 0 2rem;
    position: relative;
    z-index: 2;
}

.diagram-customers {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    justify-content: flex-start;
}

.customer-circle {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
}

.diagram-dropoff {
    position: absolute;
    right: 30%;
    top: -20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dropoff-circle {
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 0.6;
}

.diagram-label {
    position: absolute;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: #ff6b35;
    font-weight: 500;
    padding: 0.5rem 1rem;
    background-color: rgba(26, 26, 26, 0.95);
    border: 1px solid rgba(255, 107, 53, 0.3);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.diagram-label-left {
    left: 1rem;
    top: 0.5rem;
}

.diagram-label-right {
    right: 1rem;
    bottom: 0.5rem;
}

.diagram-label-dropoff {
    right: 1rem;
    top: 0.5rem;
}

.diagram-barrier-open {
    opacity: 0.3;
    background-color: #2a2a2a;
}

.diagram-customers-many {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.diagram-label-solution {
    right: 1rem;
    top: 0.5rem;
}

/* Responsive styles for Problem Section */
@media (max-width: 968px) {
    .problem-container {
        flex-direction: column;
        gap: 4rem;
    }

    .problem-title {
        font-size: 2.5rem;
    }

    /* Mobilde merdiven düzenini kaldır */
    .problem-content:nth-child(1),
    .problem-content:nth-child(2),
    .problem-content:nth-child(3),
    .problem-content.problem-content-1,
    .problem-content.problem-content-2,
    .problem-content.problem-content-3 {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .problem-section {
        padding: 6rem 1.5rem;
    }

    .problem-content {
        margin-bottom: 4rem;
        padding: 2rem;
        max-width: 100%;
    }

    /* Mobilde merdiven düzenini kaldır */
    .problem-content:nth-child(1),
    .problem-content:nth-child(2),
    .problem-content:nth-child(3) {
        margin-left: 0;
        margin-right: auto;
    }

    /* Mobilde bağlantı çizgisini kaldır */
    .problem-content::after {
        display: none;
    }


    .problem-title {
        font-size: 2rem;
    }

    .diagram-frame {
        padding: 2rem 1.5rem;
        min-height: 250px;
    }

    .problem-image {
        padding: 2rem 1.5rem;
        min-height: 250px;
    }

    .problem-image img {
        max-height: 250px;
    }

    .diagram-path {
        height: 100px;
        padding: 0 1rem;
    }

    .diagram-label {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

/* Problem Section CTA Button */
.problem-cta {
    text-align: center;
    margin-top: 6rem;
    padding-top: 4rem;
}

.problem-contact-button {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #0d285a;
    color: #ffffff;
    font-family: 'Inconsolata', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(13, 40, 90, 0.3);
    position: relative;
    z-index: 1;
}

.problem-contact-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 40, 90, 0.4);
}

@media (max-width: 768px) {
    .problem-cta {
        margin-top: 4rem;
        padding-top: 3rem;
    }

    .problem-contact-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

/* ============================================
   WE KNOW WHAT YOU NEED SECTION
   ============================================ */
.we-know-section {
    width: 100%;
    padding: 8rem 2rem;
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.we-know-container {
    max-width: 1400px;
    margin: 0 auto;
}

.we-know-header {
    text-align: center;
    margin-bottom: 5rem;
}

.we-know-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
}

.we-know-title {
    font-family: 'Inconsolata', monospace;
    font-size: 4rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
}

.we-know-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.we-know-services {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    align-items: start;
}

.we-know-service {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Photo Stack - Folder Effect */
.service-photo-stack {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    margin-bottom: 1rem;
}

.photo-stack-item {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.photo-stack-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* Yüksek çözünürlüklü görsellerin (örn. 7680x5119) pürüzsüz ölçeklenmesi */
    image-rendering: auto;
    image-rendering: smooth;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Folder effect - sol üstten sağ aşağı doğru */
.photo-stack-1 {
    top: 0;
    left: 0;
    z-index: 3;
    transform: rotate(-2deg) translate(0, 0);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.photo-stack-2 {
    top: 8px;
    left: 8px;
    z-index: 2;
    transform: rotate(-1deg) translate(4px, 4px);
    opacity: 0.7;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.photo-stack-3 {
    top: 16px;
    left: 16px;
    z-index: 1;
    transform: rotate(0deg) translate(8px, 8px);
    opacity: 0.5;
    transition: opacity 0.4s ease;
    /* Alttaki sabit kalacak - transform transition yok */
}

.we-know-service:hover .photo-stack-1 {
    transform: rotate(-3deg) translate(-20px, -20px) scale(1.05);
}

.we-know-service:hover .photo-stack-2 {
    transform: rotate(-1.5deg) translate(-8px, -8px) scale(1.03);
    opacity: 0.95;
}

.we-know-service:hover .photo-stack-3 {
    /* Alttaki sabit kalacak - transform değişmeyecek, sadece opacity */
    opacity: 0.85;
}

/* Mechanische Gehäusebearbeitung kartı - ilk fotoğraf sola kaydırılmış */
.we-know-services .we-know-service:nth-child(2) .photo-stack-1 {
    transform: rotate(-2deg) translate(-14px, 0);
}

.we-know-services .we-know-service:nth-child(2):hover .photo-stack-1 {
    transform: rotate(-3deg) translate(-34px, -20px) scale(1.05);
}

.service-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.service-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.service-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
}

.service-button {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #5b83cc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    align-self: flex-start;
    margin-top: 0.5rem;
}

.service-button:hover {
    color: #123266;
}

.we-know-cta {
    text-align: center;
    margin-top: 5rem;
    padding-top: 3rem;
}

.we-know-contact-button {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #0d285a;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(13, 40, 90, 0.3);
    position: relative;
    z-index: 1;
}

.we-know-contact-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 40, 90, 0.4);
}

/* Responsive styles for We Know Section */
@media (max-width: 1400px) {
    .we-know-services {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 968px) {
    .we-know-section {
        padding: 6rem 1.5rem;
    }

    .we-know-title {
        font-size: 2.5rem;
    }

    .we-know-services {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .we-know-title {
        font-size: 2rem;
    }

    .we-know-services {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .we-know-header {
        margin-bottom: 3rem;
    }

    .we-know-cta {
        margin-top: 3rem;
        padding-top: 2rem;
    }

    .we-know-contact-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.process-section {
    width: 100%;
    padding: 8rem 2rem;
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.process-container {
    max-width: 1400px;
    margin: 0 auto;
}

.process-header {
    text-align: center;
    margin-bottom: 5rem;
}

.process-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
}

.process-title {
    font-family: 'Inconsolata', monospace;
    font-size: 4rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

/* Process Timeline */
.process-timeline {
    position: relative;
    margin-bottom: 5rem;
    padding: 3rem 0;
}

.process-timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);
    z-index: 1;
    --progress: 20%;
}

.process-timeline-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #0d285a;
    width: var(--progress, 20%);
    transition: width 0.5s ease;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    cursor: pointer;
    position: relative;
}

.process-step-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: 4px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    box-sizing: border-box;
}

.process-step.active .process-step-dot {
    background-color: #0d285a;
    border-color: #0d285a;
    box-shadow: 0 0 0 2px rgba(13, 40, 90, 0.3);
    width: 24px;
    height: 24px;
}

.process-step-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
    text-align: center;
    margin-top: 2.5rem;
}

.process-step.active .process-step-label {
    color: #ffffff;
    font-weight: 600;
}

.process-step:first-child .process-step-dot {
    background-color: #0d285a;
    border-color: #0d285a;
    box-shadow: 0 0 0 2px rgba(13, 40, 90, 0.3);
    width: 24px;
    height: 24px;
}

.process-step:first-child .process-step-label {
    color: #ffffff;
    font-weight: 600;
}

/* Process Content */
.process-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}

.process-content-left {
    display: flex;
    flex-direction: column;
}

.process-step-content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: none;
}

.process-step-content.active {
    opacity: 1;
    transform: translateY(0);
    display: block !important;
}

.process-step-content:first-child,
.process-step-content[data-content="0"] {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.process-step-title {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
}

.process-step-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 0 0 2rem 0;
}

.process-navigation {
    display: flex;
    gap: 1rem;
}

.process-nav-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #0d285a;
    background-color: transparent;
    color: #0d285a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.process-nav-button:hover:not(:disabled) {
    background-color: #0d285a;
    color: #ffffff;
    transform: scale(1.1);
}

.process-nav-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.process-content-right {
    position: relative;
}

.process-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
}

.process-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.process-image-top {
    object-position: top;
}

.process-image.active,
.process-image[data-image="0"]:first-child {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.process-cta {
    text-align: center;
    margin-top: 4rem;
}

.process-contact-button {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #0d285a;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(13, 40, 90, 0.3);
    position: relative;
    z-index: 1;
}

.process-contact-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 40, 90, 0.4);
}

/* Responsive styles for Process Section */
@media (max-width: 968px) {
    .process-section {
        padding: 6rem 1.5rem;
    }

    .process-title {
        font-size: 2.5rem;
    }

    .process-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .process-content-right {
        order: -1;
    }

    .process-step-label {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .process-title {
        font-size: 2rem;
    }

    .process-step-title {
        font-size: 2rem;
    }

    .process-timeline {
        margin-bottom: 3rem;
    }

    .process-step-label {
        font-size: 0.75rem;
    }
}

/* ============================================
   FIND OUT IF WE'RE A GOOD MATCH SECTION
   ============================================ */
.good-match-section {
    width: 100%;
    padding: 8rem 2rem;
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.good-match-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.good-match-title {
    font-family: 'Manrope', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.2;
}

.good-match-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.good-match-left {
    position: relative;
}

.good-match-image-wrapper {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}

.good-match-digital-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}

.good-match-digital-image-1 {
    z-index: 12;
}

.good-match-digital-image-2 {
    z-index: 11;
}

/* Dig1 ve Dig2 arasında yanıp sönme animasyonu - sadece active olduğunda */
.good-match-digital-image[data-image="0"].active {
    pointer-events: auto;
}

.good-match-digital-image-1.active {
    animation: dig1Fade 4s ease-in-out infinite;
}

.good-match-digital-image-2.active {
    animation: dig2Fade 4s ease-in-out infinite;
}

@keyframes dig1Fade {

    0%,
    45% {
        opacity: 1;
    }

    50%,
    95% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dig2Fade {

    0%,
    45% {
        opacity: 0;
    }

    50%,
    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.good-match-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.good-match-image.active {
    opacity: 1;
}

.good-match-image-fade {
    animation: fadeInOut 4s ease-in-out infinite;
}

.good-match-image-fade:nth-of-type(3) {
    animation-delay: 0s;
}

.good-match-image-fade:nth-of-type(4) {
    animation-delay: 2s;
}

@keyframes fadeInOut {

    0%,
    45% {
        opacity: 0;
    }

    50%,
    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.good-match-right {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.good-match-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 1rem;
    border-radius: 8px;
    margin: -1rem;
}

.good-match-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.good-match-item.active {
    background-color: rgba(255, 255, 255, 0.08);
}

.good-match-item.active .good-match-item-line {
    background-color: #ffffff;
    width: 3px;
}

.good-match-item-line {
    width: 2px;
    min-height: 60px;
    background-color: #ffffff;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.good-match-item-content {
    flex: 1;
}

.good-match-item-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: none;
}

.good-match-item-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

/* Good Match Section Responsive */
@media (max-width: 968px) {
    .good-match-section {
        padding: 6rem 1.5rem;
        top: 70px;
    }

    .good-match-title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .good-match-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .good-match-image-wrapper {
        aspect-ratio: 16 / 10;
    }

    .good-match-right {
        gap: 2.5rem;
    }

    .good-match-item {
        gap: 1.25rem;
        padding: 0.75rem;
        margin: -0.75rem;
    }

    .good-match-item-title {
        font-size: 1.25rem;
    }

    .good-match-item-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .good-match-section {
        padding: 4rem 1.5rem;
    }

    .good-match-title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .good-match-content {
        gap: 2.5rem;
    }

    .good-match-right {
        gap: 2rem;
    }

    .good-match-item {
        padding: 0.75rem;
        margin: -0.75rem;
    }

    .good-match-item-line {
        min-height: 50px;
    }
}

/* ============================================
   LOCATION SECTION
   ============================================ */
.location-section {
    width: 100%;
    min-height: 100vh;
    padding: 6rem 2rem;
    margin-top: 4rem;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-image: url('https://uvp-files.s3.us-east-2.amazonaws.com/website/assets/map_black_white.webp');
    background-size: cover;
    /* Resmin üst %30'u kesilir, %30'dan itibaren; yatayda daha fazla sol kısım görünür */
    background-position: 70% 130%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.location-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Mechanics sayfasında gallery ile location arasında boşluk olmasın, location üstte kalsın */
.mechanics-gallery-section+.location-section {
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.location-reveal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 1), inset 0 0 400px rgba(0, 0, 0, 0.9);
    z-index: 1;
    clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
    pointer-events: none;
}

@media (max-width: 768px) {
    .location-reveal-overlay {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.location-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    height: 100%;
}

.location-images-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3rem;
    padding: 0;
}

.location-image-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    will-change: transform;
}

.location-image-group-left {
    align-self: center;
}

.location-image-group-right {
    align-self: center;
}

.location-content {
    position: relative;
    flex: 0 0 auto;
    max-width: 600px;
    text-align: center;
    z-index: 10;
    pointer-events: none;
    margin: 0;
}

.location-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.location-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1.5rem 0;
    line-height: 1.8;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    text-align: left;
}

.location-image {
    width: 280px;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.location-image-2 {
    /* Base offset will be handled by JavaScript */
}

.location-image-3 {
    /* Base offset will be handled by JavaScript */
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive styles for Location Section */
@media (max-width: 1200px) {
    .location-images-wrapper {
        padding: 0;
        gap: 2rem;
    }

    .location-image {
        width: 220px;
        height: 350px;
    }

    .location-heading {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .wiring-showcase-section {
        padding: 3rem 1rem;
    }

    /* Location: sadece mobil için özel yapı – başlık üstte, sonra iki sıra resim */
    .location-section {
        padding: 3rem 1rem 2rem;
        margin-top: 2rem;
        min-height: auto;
        background-attachment: scroll;
        background-position: 70% 130%;
    }

    .location-images-wrapper {
        min-height: auto;
        gap: 1.25rem;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        max-width: 400px;
        margin: 0 auto;
    }

    .location-content {
        order: 1;
        grid-column: 1;
        margin: 0 0 0.5rem 0;
        max-width: 100%;
        text-align: center;
    }

    .location-image-group {
        gap: 0.75rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .location-image-group-left {
        order: 2;
        grid-column: 1;
    }

    .location-image-group-right {
        order: 3;
        grid-column: 1;
    }

    /* Mobilde ortadaki resimler gizlenir, sadece başlık ve açıklama kalır */
    .location-image-group-left,
    .location-image-group-right {
        display: none !important;
    }

    .location-image {
        width: calc(50% - 0.375rem);
        max-width: 160px;
        height: 200px;
    }

    .location-heading {
        font-size: 1.75rem;
    }

    .location-description {
        font-size: 0.9rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .location-image {
        max-width: 140px;
        height: 180px;
    }

    .location-heading {
        font-size: 1.5rem;
    }

    .location-images-wrapper {
        max-width: 100%;
    }
}

/* Footer */
.footer {
    background-color: #ffffff;
    padding: 4rem 2rem 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-email {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-email:hover {
    color: #0d285a;
}

.footer-social {
    display: flex;
    gap: 1.5rem;
}

.social-link {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #0d285a;
}

.footer-logo-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo {
    height: auto;
    max-height: 48px;
    width: auto;
}

.footer-company-name {
    font-family: 'Inconsolata', monospace;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-right {
    display: flex;
    flex-direction: column;
}

.footer-newsletter-heading {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.5rem;
}

.footer-newsletter-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 1.5rem;
}

.footer-newsletter-form {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.newsletter-input {
    flex: 1;
    padding: 0.75rem 1rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease;
}

.newsletter-input:focus {
    border-color: #0d285a;
}

.newsletter-input::placeholder {
    color: #999999;
}

.newsletter-button {
    padding: 0.75rem 1.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #0d285a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.newsletter-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.newsletter-button:active {
    transform: translateY(0);
}

.footer-policy {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #999999;
    margin: 0;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright,
.footer-credit {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #999999;
}

/* Responsive styles for footer */
@media (max-width: 968px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .footer-newsletter-form {
        flex-direction: column;
    }

    .newsletter-button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 3rem 1.5rem 1.5rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* Zoomout Section Content Overlay */
.zoomout-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    pointer-events: none;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.zoomout-content-inner {
    text-align: center;
    color: #ffffff;
    padding: 0 2rem;
    max-width: 1200px;
    pointer-events: auto;
}

.zoomout-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.zoomout-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.zoomout-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.zoomout-button {
    display: inline-block;
    padding: 1.4rem 1rem 1.1rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 12px 12px 8px 8px;
    transition: all 0.3s ease;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    border: none;
}

.zoomout-button-primary {
    background-color: #0d285a;
    color: #ffffff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.6) inset;
    position: relative;
}

.zoomout-button-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35%;
    background: linear-gradient(to bottom, rgba(8, 20, 45, 0.8), transparent);
    border-radius: 12px 12px 0 0;
    pointer-events: none;
}

.zoomout-button-primary:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.8) inset, 0 4px 12px rgba(0, 0, 0, 0.3);
}

.zoomout-button-primary:hover::before {
    background: linear-gradient(to bottom, rgba(8, 20, 45, 0.9), transparent);
}

.zoomout-button-secondary {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.zoomout-button-secondary:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

/* Responsive styles for zoomout content */
@media (max-width: 768px) {
    .zoomout-heading {
        font-size: 1.8rem;
    }

    .zoomout-description {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .zoomout-buttons {
        flex-direction: column;
        width: 100%;
    }

    .zoomout-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .zoomout-heading {
        font-size: 1.4rem;
    }

    .zoomout-description {
        font-size: 0.85rem;
    }

    .zoomout-content-inner {
        padding: 0 1rem;
    }
}

/* About Page Styles */

/* About Hero Section */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #000000;
    padding-top: 60px;
}

.about-hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Yüksek çözünürlüklü görsellerin küçültülürken pürüzsüz görünmesi için */
    image-rendering: auto;
    image-rendering: smooth;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.about-hero-container {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-hero-left {
    color: #ffffff;
}

.about-hero-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-paragraph {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    opacity: 1;
    transform: translateY(0);
    animation: slideDownFade 0.8s ease-out forwards;
}

.about-paragraph:nth-child(1) {
    animation-delay: 0.2s;
}

.about-paragraph:nth-child(2) {
    animation-delay: 0.4s;
}

.about-paragraph:nth-child(3) {
    animation-delay: 0.6s;
}

.about-paragraph:nth-child(4) {
    animation-delay: 0.8s;
}

@keyframes slideDownFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero-content {
    text-align: center;
    color: #ffffff;
}

.about-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 2.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.about-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.about-button {
    padding: 1rem 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.about-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.about-button-primary:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.about-button-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.about-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Team Section */
.team-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
}

.team-container {
    max-width: 1400px;
    margin: 0 auto;
}

.team-header {
    text-align: center;
    margin-bottom: 4rem;
}

.team-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.team-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.team-member {
    text-align: center;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.team-member.animate {
    opacity: 1;
    transform: scale(1);
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.team-member-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.team-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member-name {
    font-family: 'Inconsolata', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.team-member-role {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

/* Our Mission Section */
.our-mission-section {
    position: relative;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
    background-color: #000000;
    padding: 3rem 0 2rem 0;
}

.our-mission-background {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% - 100px);
    max-height: 700px;
    z-index: 1;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.our-mission-photos-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2.5rem;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 2rem;
    overflow: visible;
    position: relative;
    will-change: transform;
    transform-origin: top center;
    height: auto;
    align-content: start;
    padding-top: 100px;
    padding-bottom: 100px;
}

.our-mission-photo[data-column="1"] {
    will-change: transform;
}

.our-mission-photo[data-column="2"] {
    will-change: transform;
}

.our-mission-photo[data-column="3"] {
    will-change: transform;
}

.our-mission-photo[data-column="4"] {
    will-change: transform;
}

.our-mission-photo[data-column="5"] {
    will-change: transform;
}

.our-mission-photo[data-column="6"] {
    will-change: transform;
}

.our-mission-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 24px;
    will-change: transform;
    transform: scale(1.05);
}

.our-mission-photo:nth-child(1) {
    margin-top: -50px;
}

.our-mission-photo:nth-child(2) {
    margin-top: 35px;
}

.our-mission-photo:nth-child(3) {
    margin-top: -40px;
}

.our-mission-photo:nth-child(4) {
    margin-top: 45px;
}

.our-mission-photo:nth-child(5) {
    margin-top: -25px;
}

.our-mission-photo:nth-child(6) {
    margin-top: 55px;
}

.our-mission-photo:nth-child(7) {
    margin-top: -35px;
}

.our-mission-photo:nth-child(8) {
    margin-top: 30px;
}

.our-mission-photo:nth-child(9) {
    margin-top: -55px;
}

.our-mission-photo:nth-child(10) {
    margin-top: 40px;
}

.our-mission-photo:nth-child(11) {
    margin-top: -30px;
}

.our-mission-photo:nth-child(12) {
    margin-top: 50px;
}

.our-mission-photo:nth-child(13) {
    margin-top: -45px;
}

.our-mission-photo:nth-child(14) {
    margin-top: 25px;
}

.our-mission-photo:nth-child(15) {
    margin-top: -40px;
}

.our-mission-photo:nth-child(16) {
    margin-top: 35px;
}

.our-mission-photo:nth-child(17) {
    margin-top: -50px;
}

.our-mission-photo:nth-child(18) {
    margin-top: 45px;
}

.our-mission-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.our-mission-photo-faded {
    border: 20px solid #000000;
    box-sizing: border-box;
}

.our-mission-photo-faded img {
    opacity: 0.4;
    filter: brightness(0.5);
}

/* Varyasyonlu karartma - farklı opacity seviyeleri */
.our-mission-photo:nth-child(1).our-mission-photo-faded img {
    opacity: 0.35;
    filter: brightness(0.45);
}

.our-mission-photo:nth-child(3).our-mission-photo-faded img {
    opacity: 0.5;
    filter: brightness(0.55);
}

.our-mission-photo:nth-child(5).our-mission-photo-faded img {
    opacity: 0.3;
    filter: brightness(0.4);
}

.our-mission-photo:nth-child(8).our-mission-photo-faded img {
    opacity: 0.45;
    filter: brightness(0.5);
}

.our-mission-photo:nth-child(10).our-mission-photo-faded img {
    opacity: 0.38;
    filter: brightness(0.48);
}

.our-mission-photo:nth-child(11).our-mission-photo-faded img {
    opacity: 0.42;
    filter: brightness(0.52);
}

.our-mission-photo:nth-child(13).our-mission-photo-faded img {
    opacity: 0.33;
    filter: brightness(0.43);
}

.our-mission-photo:nth-child(15).our-mission-photo-faded img {
    opacity: 0.47;
    filter: brightness(0.53);
}

.our-mission-photo:nth-child(17).our-mission-photo-faded img {
    opacity: 0.36;
    filter: brightness(0.46);
}

.our-mission-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
}

.our-mission-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 800px;
}

.our-mission-content {
    max-width: 800px;
    text-align: center;
}

.our-mission-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 2rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.our-mission-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.our-mission-description:last-child {
    margin-bottom: 0;
}

/* Responsive styles for Our Mission Section */
@media (max-width: 1200px) {
    .our-mission-photos-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .our-mission-section {
        padding: 4rem 1.5rem;
        min-height: 500px;
        overflow: visible;
    }

    .our-mission-container {
        min-height: 500px;
    }

    .our-mission-heading {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .our-mission-description {
        font-size: 1rem;
    }

    .our-mission-background {
        padding: 2rem 0;
    }

    .our-mission-photos-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8rem;
        padding: 0 1rem;
    }

    .our-mission-photo {
        border-radius: 15px;
    }

    .our-mission-photo:nth-child(n) {
        margin-top: 0;
    }

    .our-mission-photo:nth-child(odd) {
        margin-top: -15px;
    }

    .our-mission-photo:nth-child(even) {
        margin-top: 15px;
    }

    .our-mission-photo-faded {
        border: 12px solid #000000;
        box-sizing: border-box;
    }

    .our-mission-photo-faded img {
        opacity: 0.4;
        filter: brightness(0.5);
    }
}

@media (max-width: 480px) {
    .our-mission-photos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }
}

/* Our Values Section */
.our-values-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem 0 2rem;
    scroll-margin-top: 0;
}

.our-values-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    position: relative;
}

.our-values-left {
    position: sticky;
    top: 6rem;
    height: fit-content;
    width: 100%;
    text-align: center;
    z-index: 10;
    padding-top: 0;
}

.our-values-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    max-width: 800px;
    margin: 0 auto 4rem auto;
}

.our-values-label {
    font-family: 'Inconsolata', monospace;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}

.our-values-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.our-values-intro {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.our-values-right {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.our-values-cards-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.our-values-card {
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 350px !important;
    max-height: 350px !important;
    min-height: 350px !important;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-shrink: 0;
}

.our-values-card * {
    box-sizing: border-box;
}

.our-values-card-1 {
    top: calc(6rem + 320px);
    z-index: 1;
    position: sticky;
    height: 350px !important;
    max-height: 350px !important;
    min-height: 350px !important;
}

.our-values-card-2 {
    top: calc(6rem + 320px);
    z-index: 2;
    position: sticky;
    height: 350px !important;
    max-height: 350px !important;
    min-height: 350px !important;
}

.our-values-card-3 {
    top: calc(6rem + 320px);
    z-index: 3;
    position: sticky;
    height: 350px !important;
    max-height: 350px !important;
    min-height: 350px !important;
}

.our-values-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #ffffff;
    flex-shrink: 0;
}

.our-values-card-icon svg {
    width: 100%;
    height: 100%;
}

.our-values-card-title {
    font-family: 'Inconsolata', monospace;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1rem 0;
    line-height: 1.2em;
    flex-shrink: 0;
}

.our-values-card-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    flex: 1;
    overflow: hidden;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

/* Responsive styles for Our Values Section */
@media (max-width: 1200px) {
    .our-values-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .our-values-section {
        min-height: auto;
        padding: 3rem 1.5rem;
    }

    .our-values-container {
        gap: 3rem;
    }

    .our-values-left {
        position: relative;
        top: 0;
    }

    .our-values-card {
        position: relative;
        top: 0 !important;
    }

    .our-values-card-1,
    .our-values-card-2,
    .our-values-card-3 {
        z-index: 1;
        top: 0 !important;
    }

    .our-values-heading {
        font-size: 2rem;
    }
}

/* Timeline Section */
.timeline-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
}

.timeline-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
}

.timeline-container {
    max-width: 1400px;
    margin: 0 auto;
}

.timeline-items-wrapper {
    position: relative;
    width: 100%;
}

.timeline-progress-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    z-index: 1;
    border-radius: 2px;
    transition: height 0.1s ease-out;
}

.timeline-items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6rem;
    width: 100%;
    z-index: 2;
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 4rem;
    align-items: center;
    opacity: 0.3;
    pointer-events: auto;
    transition: opacity 0.3s ease-out;
}

/* Sol taraftaki içerik - sağa hizalı */
.timeline-content-left {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    max-width: 500px;
    width: 100%;
    justify-self: end;
}

.timeline-content-left .timeline-year,
.timeline-content-left .timeline-text {
    text-align: right;
}

/* Sağ taraftaki içerik - sola hizalı */
.timeline-content-right {
    grid-column: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 500px;
    width: 100%;
    justify-self: start;
}

.timeline-content-right .timeline-year,
.timeline-content-right .timeline-text {
    text-align: left;
}

/* Timeline görselleri - grid konumları */
.timeline-item .timeline-image {
    grid-column: 3;
    justify-self: start;
}

/* Tek numaralı item'lar: görsel sağda (3. kolon) */
.timeline-item:nth-child(odd) .timeline-image {
    grid-column: 3;
    justify-self: start;
}

/* Çift numaralı item'lar: görsel solda (1. kolon) */
.timeline-item:nth-child(even) .timeline-image {
    grid-column: 1;
    justify-self: end;
}






/* Timeline merkez çizgisi ve marker */
.timeline-center-column {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    min-width: 20px;
    grid-column: 2;
    align-self: stretch;
    height: 100%;
}

.timeline-marker {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #000000;
    z-index: 3;
    flex-shrink: 0;
}

/* Fotoğraflar - 1024x667 oranına göre (history timeline) */
.timeline-image {
    width: 100%;
    max-width: 512px;
    max-height: 334px;
    aspect-ratio: 1024 / 667;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    transition: opacity 0.4s ease-out;
}

.timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.timeline-image {
    position: relative;
}

.timeline-image-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeInOut 4s ease-in-out infinite;
}

.timeline-image-fade:nth-of-type(1) {
    animation-delay: 0s;
}

.timeline-image-fade:nth-of-type(2) {
    animation-delay: 2s;
}

.timeline-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
}

.timeline-content * {
    color: #ffffff !important;
}

.timeline-year {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: relative;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-year.animate {
    clip-path: inset(0 0% 0 0);
}

.timeline-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7em;
    color: #ffffff !important;
    margin: 0;
    position: relative;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: clip-path;
}

.timeline-text.animate {
    clip-path: inset(0 0% 0 0);
}

.timeline-year {
    will-change: clip-path;
}

/* Responsive styles for Timeline Section */
@media (max-width: 1200px) {
    .timeline-year {
        font-size: 2rem;
    }

    .timeline-item {
        gap: 3rem;
    }

    .timeline-content-left,
    .timeline-content-right {
        max-width: 400px;
    }

    .timeline-image {
        max-width: 400px;
        max-height: 261px;
    }
}

@media (max-width: 768px) {
    .timeline-section {
        padding: 4rem 1.5rem;
    }

    .timeline-items-wrapper {
        position: relative;
        padding-left: 0;
    }

    .timeline-items {
        gap: 2.5rem;
        display: flex;
        flex-direction: column;
    }

    /* Mobil: Flex tabanlı düzen - çizgi solda, içerik sağda, resim en altta */
    .timeline-item {
        display: flex;
        flex-direction: column;
        padding-left: 28px;
        position: relative;
        min-height: 0;
    }

    /* Nokta: sol kenarda, yıl ile hizalı */
    .timeline-center-column {
        position: absolute;
        left: 0;
        top: 0.15rem;
        width: 28px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 0;
        grid-column: unset;
        grid-row: unset;
    }

    .timeline-marker {
        width: 12px;
        height: 12px;
        flex-shrink: 0;
        border-width: 2px;
    }

    /* Dikey çizgi: noktaların ortasında, kaydırınca dolacak */
    .timeline-progress-bar {
        left: calc(14px - 1.5px);
        top: 0;
        transform: none;
        width: 3px;
        border-radius: 2px;
    }

    /* İçerik: yıl + metin - her zaman üstte */
    .timeline-content-left,
    .timeline-content-right {
        order: 1;
        grid-column: unset;
        grid-row: unset;
        max-width: 100%;
        align-items: flex-start;
        text-align: left;
        justify-self: stretch;
        padding-left: 0;
        margin-bottom: 0;
    }

    .timeline-content-left .timeline-year,
    .timeline-content-left .timeline-text,
    .timeline-content-right .timeline-year,
    .timeline-content-right .timeline-text {
        text-align: left;
    }

    /* Resim: yazıların altında, büyük ve tam genişlik */
    .timeline-image {
        order: 2;
        grid-column: unset;
        grid-row: unset;
        width: 100%;
        max-width: none;
        max-height: none;
        min-height: 220px;
        aspect-ratio: 16 / 10;
        margin-top: 1rem;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }

    .timeline-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Fade animasyonlu çift görsel için */
    .timeline-image .timeline-image-fade {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .timeline-year {
        font-size: 1.75rem;
    }

    .timeline-text {
        font-size: 1rem;
    }
}

/* ========================================
   Founders Sticky Section
   Tam ekran, JS-driven fixed/absolute, fade geçiş
   ======================================== */
.founders-outer {
    position: relative;
    width: 100%;
    height: 400vh;
    background: #000;
}

.founders-sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    z-index: 2;
}

.founders-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.founder-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: end;
    padding: 0 4rem 0 2rem;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}

.founder-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.founder-image {
    width: auto;
    height: 92vh;
    max-width: none;
    aspect-ratio: 2 / 3;
    border-radius: 0;
    object-fit: contain;
    display: block;
    align-self: end;
}

.founder-image-left {
    justify-self: start;
}

.founder-image-right {
    justify-self: end;
}

.founder-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 650px;
    align-self: center;
}

.founder-content-right {
    justify-self: end;
    text-align: right;
}

.founder-content-left {
    justify-self: start;
    text-align: left;
}

.founder-name {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.15;
}

.founder-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.founder-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

@media (max-width: 1200px) {
    .founder-name {
        font-size: 2.8rem;
    }

    .founder-content {
        max-width: 520px;
    }

    .founder-image {
        height: 85vh;
    }

    .founder-slide {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .founders-outer {
        height: 300vh;
    }

    .founders-inner {
        padding: 0 1.25rem;
    }

    .founder-slide {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        gap: 0.75rem;
        padding: 6rem 1rem 1rem;
        align-items: flex-start;
        overflow-y: auto;
    }

    .founder-image {
        height: auto;
        max-height: 45vh;
        width: 85%;
        order: 1;
        justify-self: center !important;
    }

    .founder-content {
        order: 2;
        max-width: 100%;
        text-align: left !important;
        align-self: flex-start;
        gap: 0.5rem;
    }

    .founder-content-left,
    .founder-content-right {
        text-align: left !important;
        justify-self: start !important;
    }

    .founder-name {
        font-size: 1.6rem;
    }

    .founder-title {
        font-size: 0.9rem;
    }

    .founder-description {
        font-size: 0.85rem;
        line-height: 1.6;
    }
}

/* Testimonials Section */
.testimonials-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 3rem 2rem;
    overflow-x: hidden;
}

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    min-width: 0;
}

/* About FAQ Section */
.about-faq-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.about-faq-container {
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
}

.about-faq-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: sticky;
    top: 6rem;
}

.about-faq-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2em;
}

.about-faq-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.about-faq-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: fit-content;
}

.about-faq-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.about-faq-right {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.about-faq-item {
    padding: 2rem 0;
}

.about-faq-question {
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1rem 0;
    line-height: 1.3em;
}

.about-faq-answer {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.about-faq-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0;
}

.services-faq-black .about-faq-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

/* FAQ Section (for services and other pages) */
.faq-section {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 6rem 2rem;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.faq-container {
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
}

.faq-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: sticky;
    top: 6rem;
}

.faq-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2em;
}

.faq-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.faq-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background-color: #0d285a;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: fit-content;
}

.faq-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.faq-right {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    padding: 2rem 0;
}

.faq-question {
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1rem 0;
    line-height: 1.3em;
}

.faq-answer {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.faq-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0;
}

.faq-section .faq-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

/* FAQ Section – mobil uyum */
@media (max-width: 968px) {
    .faq-section {
        padding: 4rem 1.5rem;
    }

    .faq-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .faq-left {
        position: static;
    }

    .faq-heading {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 3rem 1.25rem;
    }

    .faq-container {
        gap: 2.5rem;
        min-width: 0;
    }

    .faq-left {
        gap: 1.5rem;
        min-width: 0;
    }

    .faq-heading {
        font-size: 1.875rem;
    }

    .faq-description {
        font-size: 1rem;
    }

    .faq-button {
        width: 100%;
        padding: 0.875rem 1.5rem;
    }

    .faq-right {
        min-width: 0;
    }

    .faq-item {
        padding: 1.5rem 0;
    }

    .faq-question {
        font-size: 1.25rem;
    }

    .faq-answer {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 2.5rem 1rem;
    }

    .faq-container {
        gap: 2rem;
    }

    .faq-heading {
        font-size: 1.5rem;
    }

    .faq-question {
        font-size: 1.125rem;
    }
}

/* Services Final Section */
.services-final-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
    z-index: 1;
}

.services-final-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.services-final-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.services-final-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.services-final-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.services-final-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2em;
}

.services-final-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.services-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    background-color: #0d285a;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: fit-content;
}

.services-final-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

/* Responsive styles for Services Final Section */
@media (max-width: 1200px) {
    .services-final-heading {
        font-size: 2.5rem;
    }

    .services-final-container {
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .services-final-section {
        padding: 4rem 1.5rem;
    }

    .services-final-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .services-final-heading {
        font-size: 2rem;
    }
}

/* Responsive styles for About FAQ Section */
@media (max-width: 1200px) {
    .about-faq-heading {
        font-size: 2.5rem;
    }

    .about-faq-container {
        gap: 4rem;
    }
}

@media (max-width: 768px) {
    .about-faq-section {
        padding: 4rem 1.5rem;
    }

    .about-faq-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-faq-left {
        position: relative;
        top: 0;
    }

    .about-faq-heading {
        font-size: 2rem;
    }

    .about-faq-question {
        font-size: 1.25rem;
    }

    .about-faq-answer {
        font-size: 1rem;
    }
}

.testimonials-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 0;
}

.testimonials-left {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.testimonials-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.testimonials-intro {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
}

.testimonials-stats {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 1.5rem;
    align-items: stretch;
    max-width: 500px;
    margin-left: 3rem;
    margin-right: auto;
    min-width: 0;
}

.testimonial-card {
    background: linear-gradient(to bottom, #1a1a1a 0%, #1a1a1a 60%, #0f0f0f 80%, #000000 100%);
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    width: 100%;
    justify-content: flex-start;
}

.testimonial-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-card-large {
    grid-row: span 2;
}

.testimonial-card-small {
    grid-row: span 1;
}

/* Grid placement for balanced layout: sol uzun-kısa, sağ kısa-uzun */
.testimonials-grid {
    grid-template-rows: auto auto;
}

.testimonials-grid .testimonial-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;
    /* Sol üst - Uzun (2 satır) */
    min-height: 400px;
}

.testimonials-grid .testimonial-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    /* Sağ üst - Kısa (1 satır) */
    min-height: 190px;
}

.testimonials-grid .testimonial-card:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
    /* Sol alt - Kısa (1 satır) */
    min-height: 190px;
}

.testimonials-grid .testimonial-card:nth-child(4) {
    grid-column: 2;
    grid-row: 2 / 4;
    /* Sağ alt - Uzun (2 satır) */
    min-height: 400px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.testimonial-avatar {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
}

.testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-family: 'Inconsolata', monospace;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.testimonial-title {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-quote {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* CTA Section */
.cta-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 0;
    overflow: hidden;
}

.cta-container {
    max-width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 600px;
}

.cta-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cta-content {
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    background-color: #000000;
}

.cta-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 2.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.cta-button {
    padding: 1rem 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #0d285a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

/* Responsive styles for About page */
@media (max-width: 1200px) {
    .about-hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-hero-heading {
        font-size: 2.5rem;
    }

    .testimonials-content {
        grid-template-columns: 1fr;
    }

    .cta-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding-top: 60px;
    }

    .about-hero-container {
        padding: 3rem 1.5rem;
    }

    .about-hero-heading {
        font-size: 1.8rem;
    }

    .about-paragraph {
        font-size: 1rem;
    }

    .team-section,
    .testimonials-section,
    .cta-section {
        padding: 4rem 1.5rem;
    }

    .team-heading,
    .testimonials-heading,
    .cta-heading {
        font-size: 1.8rem;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    /* Kullanıcı yorumları: mobilde tek sütun, taşma yok */
    .testimonials-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .testimonials-grid .testimonial-card:nth-child(1),
    .testimonials-grid .testimonial-card:nth-child(2),
    .testimonials-grid .testimonial-card:nth-child(3),
    .testimonials-grid .testimonial-card:nth-child(4) {
        grid-column: 1;
        grid-row: auto;
        min-height: 0;
    }

    .testimonial-card-large {
        grid-row: span 1;
    }

    .testimonial-card {
        min-width: 0;
    }

    .cta-image-wrapper {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .about-hero-heading {
        font-size: 1.4rem;
    }

    .team-heading,
    .testimonials-heading,
    .cta-heading {
        font-size: 1.4rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .about-button {
        width: 100%;
    }
}

/* Landing Page Styles */
.landing-hero {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 998;
}

/* Horizontal Scroll Section */
.horizontal-scroll-wrapper-section {
    position: relative;
    width: 100%;
    background-color: transparent;
}

.horizontal-scroll-section {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 10;
}

.horizontal-scroll-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 200px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    /* Disabled - using percentage-based snap in JS */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    touch-action: pan-y;
    /* Only allow vertical panning, prevent horizontal */
}

.horizontal-scroll-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.horizontal-scroll-wrapper {
    display: flex;
    height: 100%;
    width: fit-content;
}

.horizontal-scroll-item {
    position: relative;
    flex: 0 0 50vw;
    width: 50vw;
    height: 100%;
    scroll-snap-align: none;
    /* Disabled - using percentage-based snap in JS */
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
    color: inherit;
}

.horizontal-scroll-item:hover {
    transform: scale(1.02);
}

.scroll-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.scroll-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.horizontal-scroll-item:hover .scroll-item-image img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.scroll-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
    color: #ffffff;
    z-index: 2;
    transition: background 0.3s ease;
}

.horizontal-scroll-item:hover .scroll-item-content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 50%, transparent 100%);
}

.scroll-item-title {
    font-family: 'Inconsolata', monospace;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.scroll-item-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.horizontal-scroll-footer {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.scroll-footer-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.scroll-footer-button {
    display: inline-block;
    padding: 1rem 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #0d285a;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.scroll-footer-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.landing-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    padding: 0 2rem;
    max-width: 1200px;
    transition: opacity 0.8s ease;
}

.landing-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3rem;
    opacity: 0;
    animation: fadeIn 1.2s ease-in-out 0.4s forwards;
}

.landing-button {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    border: none;
}

.landing-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.landing-button-primary:hover {
    background-color: #123266;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.landing-button-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.landing-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Responsive styles for landing page */
@media (max-width: 768px) {
    .landing-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .landing-button {
        width: 100%;
    }

    .hero-heading {
        font-size: 1.8rem;
    }

    .logo-image {
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .hero-heading {
        font-size: 1.4rem;
    }

    .logo-image {
        max-width: 150px;
    }

    .landing-button {
        padding: 0.9rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Responsive styles for horizontal scroll section */
@media (max-width: 1200px) {
    .horizontal-scroll-item {
        flex: 0 0 60vw;
        width: 60vw;
    }

    .scroll-item-title {
        font-size: 1.8rem;
    }

    .scroll-footer-heading {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .horizontal-scroll-container {
        height: calc(100vh - 200px);
    }

    .horizontal-scroll-item {
        flex: 0 0 100vw;
        width: 100vw;
    }

    .horizontal-scroll-item:hover {
        transform: none;
    }

    .scroll-item-content {
        padding: 2rem 1.5rem;
    }

    .scroll-item-title {
        font-size: 1.5rem;
    }

    .scroll-item-description {
        font-size: 0.9rem;
    }

    .horizontal-scroll-footer {
        height: 200px;
        padding: 1.5rem;
    }

    .scroll-footer-heading {
        font-size: 1.5rem;
    }

    .scroll-footer-button {
        padding: 0.9rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .horizontal-scroll-item {
        flex: 0 0 100vw;
        width: 100vw;
    }

    .scroll-item-content {
        padding: 1.5rem 1rem;
    }

    .scroll-item-title {
        font-size: 1.3rem;
    }

    .scroll-item-description {
        font-size: 0.85rem;
    }

    .scroll-footer-heading {
        font-size: 1.3rem;
    }
}

/* Trust Section */
.trust-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.trust-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.trust-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 4rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.trust-card {
    background: linear-gradient(to bottom, #1a1a1a 0%, #1a1a1a 60%, #0f0f0f 80%, #000000 100%);
    border-radius: 12px;
    padding: 3rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0;
    transform: translateY(30px);
}

.trust-card.animate {
    animation: fadeInUp 0.6s ease forwards;
}

.trust-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(to bottom, #222222 0%, #222222 60%, #1a1a1a 80%, #0f0f0f 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.trust-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.2) 0%, rgba(13, 40, 90, 0.1) 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.trust-card:hover .trust-icon {
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.4) 0%, rgba(13, 40, 90, 0.2) 100%);
    transform: scale(1.1);
}

.trust-icon svg {
    width: 100%;
    height: 100%;
    padding: 1rem;
}

.trust-card-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.trust-card-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
}

/* Responsive styles for trust section */
@media (max-width: 1200px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .trust-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .trust-section {
        padding: 4rem 1.5rem;
    }

    .trust-heading {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .trust-card {
        padding: 2.5rem 1.5rem;
    }

    .trust-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 1.5rem;
    }

    .trust-card-title {
        font-size: 1.2rem;
    }

    .trust-card-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .trust-heading {
        font-size: 1.4rem;
    }

    .trust-card {
        padding: 2rem 1rem;
    }

    .trust-icon {
        width: 60px;
        height: 60px;
    }

    .trust-card-title {
        font-size: 1.1rem;
    }

    .trust-card-description {
        font-size: 0.9rem;
    }
}

/* Portfolio Section */
.portfolio-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.portfolio-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.portfolio-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.portfolio-subheading {
    font-family: 'Inconsolata', monospace;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.portfolio-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.portfolio-item {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    background-color: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.1);
}

.portfolio-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.portfolio-item:hover .portfolio-image {
    transform: scale(1.1);
    filter: brightness(0.6);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.95) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 50%, transparent 100%);
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.portfolio-item:hover .portfolio-info {
    transform: translateY(0);
}

.portfolio-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.portfolio-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
}

/* Responsive styles for portfolio section */
@media (max-width: 1200px) {
    .portfolio-grid {
        gap: 1.5rem;
    }

    .portfolio-item {
        height: 450px;
    }

    .portfolio-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .portfolio-section {
        padding: 1rem 1.5rem;
    }

    .portfolio-heading {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .portfolio-header {
        margin-bottom: 1.5rem;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .portfolio-item {
        height: 400px;
    }

    .portfolio-title {
        font-size: 1.3rem;
    }

    .portfolio-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .portfolio-heading {
        font-size: 1.4rem;
    }

    .portfolio-item {
        height: 350px;
    }

    .portfolio-info {
        padding: 1.5rem;
    }

    .portfolio-title {
        font-size: 1.2rem;
    }

    .portfolio-description {
        font-size: 0.9rem;
    }
}

/* Work With Us CTA Section */
.work-with-us-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.work-with-us-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.work-with-us-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.work-with-us-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
}

.work-with-us-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 40, 90, 0.4);
}

/* Responsive styles for work with us section */
@media (max-width: 768px) {
    .work-with-us-section {
        padding: 1.5rem 1.5rem;
    }

    .work-with-us-heading {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .work-with-us-button {
        padding: 0.9rem 2rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .work-with-us-heading {
        font-size: 1.4rem;
    }

    .work-with-us-button {
        width: 100%;
        max-width: 300px;
    }
}

/* Final CTA Section with Scattered Images */
.final-cta-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4rem 2rem;
}

.scattered-images-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.scattered-image {
    position: absolute;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    transform: scale(0) rotate(0deg);
    animation: scatterFadeIn 0.8s ease forwards;
    transition: transform 0.3s ease, opacity 0.3s ease;
    filter: grayscale(20%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.scattered-image:hover {
    transform: scale(1.1) rotate(2deg);
    opacity: 1;
    z-index: 2;
    filter: grayscale(0%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

/* Images above and below text */
.cta-images-above,
.cta-images-below {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.cta-images-above .scattered-image,
.cta-images-below .scattered-image {
    position: relative;
    opacity: 0;
    animation: scatterFadeIn 0.8s ease forwards;
}

.scattered-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@keyframes scatterFadeIn {
    from {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }

    to {
        opacity: 0.6;
        transform: scale(1) rotate(0deg);
    }
}

.final-cta-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 3rem 2rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.3s forwards;
}

.final-cta-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 1.5rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.final-cta-slogan {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
}

.final-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.final-cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.final-cta-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.final-cta-button-primary:hover {
    background-color: #123266;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 40, 90, 0.4);
}

.final-cta-button-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.final-cta-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Responsive styles for final CTA section */
@media (max-width: 1200px) {
    .final-cta-heading {
        font-size: 2.5rem;
    }

    .scattered-image {
        width: 90px !important;
        height: 90px !important;
    }
}

@media (max-width: 768px) {
    .final-cta-section {
        min-height: 80vh;
        padding: 3rem 1.5rem;
    }

    .final-cta-content {
        padding: 2.5rem 1.5rem;
    }

    .final-cta-heading {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .final-cta-slogan {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .final-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .final-cta-button {
        width: 100%;
        max-width: 300px;
    }

    .scattered-image {
        width: 70px !important;
        height: 70px !important;
    }

    .cta-images-above,
    .cta-images-below {
        gap: 1rem;
        margin: 1.5rem 0;
    }

    .cta-images-above .scattered-image,
    .cta-images-below .scattered-image {
        width: 100px !important;
        height: auto !important;
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .final-cta-heading {
        font-size: 1.4rem;
    }

    .final-cta-slogan {
        font-size: 0.95rem;
    }

    .scattered-image {
        width: 60px !important;
        height: 60px !important;
    }

    .cta-images-above,
    .cta-images-below {
        gap: 0.75rem;
        margin: 1rem 0;
    }

    .cta-images-above .scattered-image,
    .cta-images-below .scattered-image {
        width: 80px !important;
        height: auto !important;
        max-width: 100px;
    }
}

/* Quote Page Styles */
.quote-hero-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #000000;
    padding-top: 60px;
}

.quote-hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.quote-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
}

.quote-hero-left {
    color: #ffffff;
}

.quote-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.quote-hero-right {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.quote-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.quote-hero-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.quote-hero-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.quote-hero-button:hover::before {
    height: 100%;
}

.quote-hero-button:hover {
    transform: translateY(-2px);
}

/* Quote Form Section */
.quote-form-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
}

.quote-form-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.quote-contact-left {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.quote-contact-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.quote-contact-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.quote-contact-heading-line {
    display: block;
}

.quote-social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.quote-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: auto;
    padding-top: 2rem;
}

.quote-social-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: transform 0.2s ease;
    color: #ffffff;
}

.quote-social-facebook {
    background-color: #1877f2;
}

.quote-social-twitter {
    background-color: #1da1f2;
}

.quote-social-linkedin {
    background-color: #0a66c2;
}

.quote-social-xing {
    background-color: #006567;
}

.quote-social-icon:hover {
    transform: translateY(-2px);
}

.quote-social-icon svg {
    width: 24px;
    height: 24px;
}


.quote-contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.quote-contact-icon {
    color: #ffffff;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.quote-contact-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.quote-contact-text p {
    margin: 0;
}

.quote-form-right {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-label {
    font-family: 'Inconsolata', monospace;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: 1rem 1.25rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(13, 40, 90, 0.6);
    box-shadow: 0 0 0 3px rgba(13, 40, 90, 0.2);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='rgba(255,255,255,0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 3rem;
    cursor: pointer;
}

.form-select option {
    background-color: #000000;
    color: #ffffff;
}

.form-textarea {
    resize: vertical;
    min-height: 150px;
}

/* Services Multiselect */
.services-multiselect {
    position: relative;
}

.services-multiselect-trigger {
    width: 100%;
    padding: 1rem 1.25rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.services-multiselect-trigger:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.services-multiselect-trigger.active {
    border-color: rgba(13, 40, 90, 0.6);
    box-shadow: 0 0 0 3px rgba(13, 40, 90, 0.2);
}

.services-selected-text {
    color: rgba(255, 255, 255, 0.6);
}

.services-selected-text.has-selection {
    color: #ffffff;
}

.services-arrow {
    color: rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease;
}

.services-multiselect-trigger.active .services-arrow {
    transform: rotate(180deg);
}

.services-multiselect-dropdown {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10;
    display: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.services-multiselect-dropdown.active {
    display: block;
}

.services-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.services-option:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.services-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #0d285a;
}

.services-option span {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    user-select: none;
}

/* Form Checkbox */
.form-checkbox-group {
    margin-top: 0.5rem;
}

.form-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
}

.form-checkbox {
    display: none;
}

.form-checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.form-checkbox:checked+.form-checkbox-custom {
    background-color: #0d285a;
    border-color: #0d285a;
}

.form-checkbox:checked+.form-checkbox-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.form-checkbox-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    user-select: none;
}

.form-checkbox-link {
    color: #4ba5e0;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.form-checkbox-link:hover {
    color: #ffffff;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.checkbox-label:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.checkbox-input {
    display: none;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
    background-color: transparent;
}

.checkbox-input:checked+.checkbox-custom {
    background-color: #ffffff;
    border-color: #ffffff;
}

.checkbox-input:checked+.checkbox-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 10px;
    border: solid #0d285a;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

.checkbox-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    user-select: none;
}

.quote-submit-button {
    width: 100%;
    padding: 1.25rem 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #0d285a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.quote-submit-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.quote-submit-button:hover::before {
    height: 100%;
}

.quote-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 40, 90, 0.4);
}

.quote-submit-button:active {
    transform: translateY(0);
}

/* Responsive styles for quote page */
@media (max-width: 1200px) {
    .quote-hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .quote-hero-heading {
        font-size: 3rem;
    }

    .quote-form-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .quote-contact-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .quote-hero-section {
        min-height: 70vh;
    }

    .quote-hero-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .quote-hero-heading {
        font-size: 2.5rem;
    }

    .quote-form-section {
        padding: 4rem 1.5rem;
    }

    .quote-form-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .quote-contact-heading {
        font-size: 2.5rem;
    }

    .quote-form-right {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 480px) {
    .quote-hero-heading {
        font-size: 2rem;
    }

    .quote-contact-heading {
        font-size: 2rem;
    }

    .quote-form-right {
        padding: 2rem 1.5rem;
    }

    .form-label {
        font-size: 0.9rem;
    }

    .form-input,
    .form-textarea {
        padding: 0.9rem 1rem;
        font-size: 0.95rem;
    }

    .quote-submit-button {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
}

/* Planning Page Styles */

/* Services Hero Sticky Parallax Section */
.services-hero-sticky {
    position: relative;
    width: 100%;
    height: 200vh;
    overflow: visible;
    background-color: #000000;
    margin-top: 0;
}

.services-hero-sticky-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: visible;
    z-index: 1;
    background-color: #000000;
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Image */
.services-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.services-hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    opacity: 0.7;
    transform: scale(1.05);
}

.services-hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* Scrolling Images Container - 2-1-2-1 Düzeni (4 Sütun, Dağınık) */
.services-hero-images-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    z-index: 2;
    will-change: transform;
    transform: translateY(0%);
    pointer-events: none;
    overflow: visible;
}

.services-hero-image-item {
    position: absolute;
    width: 250px;
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.services-hero-image-item:hover {
    opacity: 1;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.7);
    transform: scale(1.05);
}

.services-hero-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 16:9 Aspect Ratio for First 2 Images (Sütun 1) - Daha Büyük */
.services-hero-image-16-9 {
    width: 400px;
    height: 225px;
    /* 16:9 aspect ratio (400/225 = 1.777...) */
}


/* Fixed Text Content */
.services-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.services-hero-content-inner {
    max-width: 900px;
    text-align: center;
    padding: 2rem;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.services-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 0 2rem 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 11;
}

.services-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 1.7em;
    margin: 0 0 3rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 11;
}

.services-hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.services-hero-button {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: 'Manrope', sans-serif;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services-hero-button-primary {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

.services-hero-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.6);
}

.services-hero-button-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.services-hero-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Features and Buttons inside Services Hero Content */
.services-hero-content .planning-features {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.services-hero-content .planning-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.services-hero-content .planning-feature-icon {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.services-hero-content .planning-feature-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.services-hero-content .planning-hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.services-hero-content .planning-button {
    display: inline-block;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: 'Manrope', sans-serif;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services-hero-content .planning-button-primary {
    background-color: #0d285a !important;
    background: #0d285a !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(13, 40, 90, 0.4) !important;
}

.services-hero-content .planning-button-primary::before {
    background-color: #123266 !important;
}

.services-hero-content .planning-button-primary:hover {
    background-color: #0d285a !important;
    background: #0d285a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 40, 90, 0.6) !important;
}

.services-hero-content .planning-button-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.services-hero-content .planning-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Responsive styles for Services Hero Sticky */
@media (max-width: 1200px) {
    .services-hero-image-item {
        width: 240px;
        height: 300px;
    }

    .services-hero-heading {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .services-hero-sticky {
        height: 180vh;
    }

    /* Navbar altında kalmasın diye ilk bölüm metnini aşağı it */
    .services-hero-content {
        align-items: flex-start;
        padding-top: calc(72px + env(safe-area-inset-top, 0px));
        box-sizing: border-box;
    }

    .services-hero-content-inner {
        padding-top: 0.5rem;
    }

    .services-hero-image-item {
        width: 180px;
        height: 240px;
        opacity: 1;
    }

    .services-hero-image-item.services-hero-image-left {
        left: 1% !important;
    }

    .services-hero-image-item.services-hero-image-right {
        right: 1% !important;
    }

    .services-hero-heading {
        font-size: 2.5rem;
    }

    .services-hero-description {
        font-size: 1.1rem;
    }

    .services-hero-content .planning-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .services-hero-content .planning-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .services-hero-image-item {
        width: 140px;
        height: 180px;
        opacity: 1;
    }

    .services-hero-heading {
        font-size: 2rem;
    }

    .services-hero-description {
        font-size: 1rem;
    }
}

/* Planning Hero Section */
.planning-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000000;
    padding-top: 60px;
}

/* Background Image with Blur */
.planning-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.planning-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px);
    transform: scale(1.1);
}

.planning-hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

/* Side Images (Parallax) */
.planning-hero-side-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.planning-hero-side-image {
    position: absolute;
    width: 300px;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    opacity: 0.8;
}

.planning-hero-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planning-hero-side-image-left {
    left: 5%;
}

.planning-hero-side-image-right {
    right: 5%;
}

#planning-side-image-1 {
    top: 10%;
}

#planning-side-image-2 {
    top: 50%;
}

#planning-side-image-3 {
    top: 15%;
}

#planning-side-image-4 {
    top: 55%;
}

.planning-hero-container {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.planning-hero-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.planning-hero-right {
    position: relative;
}

.planning-hero-image-wrapper {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.planning-hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(1.5);
}

.planning-hero-content-box {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 4rem 3rem;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.planning-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.planning-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6em;
    margin: 0;
}

.planning-features {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

.planning-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.planning-feature-icon {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1;
}

.planning-feature-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}

.planning-hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

.planning-button {
    display: inline-block;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.planning-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.planning-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.planning-button-primary:hover::before {
    height: 100%;
}

.planning-button-primary:hover {
    transform: translateY(-2px);
}

.planning-button-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.planning-button-secondary::before {
    background-color: rgba(13, 40, 90, 0.5);
}

.planning-button-secondary:hover::before {
    height: 100%;
}

.planning-button-secondary:hover {
    transform: translateY(-2px);
}


/* Comparison Section */
section.comparison-section {
    position: relative;
    width: 100%;
    max-width: 100vw;
    background-color: #000000;
    padding: 8rem 2rem;
    z-index: 1;
    box-sizing: border-box;
    overflow-x: hidden;
    display: block;
    visibility: visible;
    opacity: 1;
}

section.comparison-section .comparison-container {
    max-width: 1400px;
    width: 100%;
    min-width: 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    visibility: visible;
    overflow-x: hidden;
}

section.comparison-section .comparison-header {
    display: grid;
    grid-template-columns: 220px 1fr 1fr;
    gap: 3rem;
    margin-bottom: 5rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    box-sizing: border-box;
    align-items: start;
}

section.comparison-section .comparison-header-spacer {
    /* Boş alan: tablodaki kategori sütunu ile hizalı */
}

section.comparison-section .comparison-header-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

section.comparison-section .comparison-header-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
}

section.comparison-section .comparison-header-title {
    font-family: 'Inconsolata', monospace;
    font-size: 2.8rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2em;
    display: block;
}

section.comparison-section .comparison-header-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

section.comparison-section .comparison-header-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0d285a;
    color: #ffffff;
    padding: 0.75rem 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 0 16px 0 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
}

section.comparison-section .comparison-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
}

section.comparison-section .comparison-row {
    display: grid;
    grid-template-columns: 220px 1fr 1fr;
    gap: 3rem;
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

section.comparison-section .comparison-row:last-child {
    border-bottom: none;
}

section.comparison-section .comparison-category {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Inconsolata', monospace;
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    flex-shrink: 0;
}

section.comparison-section .comparison-icon {
    font-size: 1.8rem;
    line-height: 1;
    flex-shrink: 0;
    display: inline-block;
}

section.comparison-section .comparison-category-text {
    flex: 1;
    min-width: 0;
    display: block;
}

section.comparison-section .comparison-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

section.comparison-section .comparison-mark {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.comparison-section .comparison-item-negative .comparison-mark {
    color: #ff4444;
}

section.comparison-section .comparison-item-positive .comparison-mark {
    color: #44ff44;
}

section.comparison-section .comparison-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7em;
    margin: 0;
    flex: 1;
    min-width: 0;
    display: block;
}

section.comparison-section .comparison-item-negative .comparison-text {
    color: rgba(255, 255, 255, 0.6);
}

section.comparison-section .comparison-item-positive .comparison-text {
    color: rgba(255, 255, 255, 0.95);
}

/* Responsive styles for Comparison Section */
@media (max-width: 1200px) {
    section.comparison-section {
        padding: 6rem 2rem;
    }

    section.comparison-section .comparison-header {
        grid-template-columns: 180px 1fr 1fr;
    }

    section.comparison-section .comparison-row {
        grid-template-columns: 180px 1fr 1fr;
        gap: 2rem;
        padding: 2rem 0;
    }

    section.comparison-section .comparison-header-title {
        font-size: 2.2rem;
    }

    section.comparison-section .comparison-category {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    section.comparison-section {
        padding: 4rem 1rem;
        overflow-x: hidden;
    }

    section.comparison-section .comparison-container {
        min-width: 0;
        overflow-x: hidden;
    }

    section.comparison-section .comparison-header {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 3rem;
        padding-bottom: 2rem;
        min-width: 0;
    }

    section.comparison-section .comparison-header-spacer {
        display: none;
    }

    section.comparison-section .comparison-header-left,
    section.comparison-section .comparison-header-right {
        min-width: 0;
    }

    section.comparison-section .comparison-header-right {
        padding: 2rem 1.25rem;
        padding-top: 3rem;
    }

    section.comparison-section .comparison-header-title {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    section.comparison-section .comparison-header-badge {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }

    section.comparison-section .comparison-table {
        min-width: 0;
    }

    section.comparison-section .comparison-row {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem 0;
        min-width: 0;
    }

    section.comparison-section .comparison-category {
        margin-bottom: 0.5rem;
        font-size: 1rem;
        min-width: 0;
    }

    section.comparison-section .comparison-item {
        gap: 0.75rem;
        min-width: 0;
    }

    section.comparison-section .comparison-text {
        font-size: 0.95rem;
        min-width: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* Responsive styles for Planning page */
@media (max-width: 1200px) {
    .planning-hero-side-image {
        width: 250px;
        height: 350px;
    }

    .planning-hero-heading {
        font-size: 2.5rem;
    }

    .planning-hero-container {
        gap: 3rem;
    }

    .planning-hero-content-box {
        padding: 3rem 2.5rem;
    }
}

@media (max-width: 768px) {
    .planning-hero {
        padding-top: 60px;
    }

    .planning-hero-container {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
        gap: 2rem;
    }

    .planning-hero-content-box {
        padding: 2.5rem 2rem;
    }

    .planning-hero-heading {
        font-size: 1.8rem;
    }

    .planning-hero-description {
        font-size: 1rem;
    }

    .planning-features {
        flex-direction: column;
        gap: 1.5rem;
    }

    .planning-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .planning-button {
        width: 100%;
    }

    .planning-hero-side-image {
        width: 180px;
        height: 250px;
        opacity: 0.6;
    }

    .planning-hero-side-image-left {
        left: 2%;
    }

    .planning-hero-side-image-right {
        right: 2%;
    }
}

@media (max-width: 480px) {
    .planning-hero-heading {
        font-size: 1.4rem;
    }

    .planning-hero-description {
        font-size: 0.95rem;
    }

    .planning-feature-text {
        font-size: 0.9rem;
    }

    .planning-hero-content-box {
        padding: 2rem 1.5rem;
    }

    .planning-hero-side-image {
        width: 120px;
        height: 180px;
        opacity: 0.5;
    }
}

/* Planning Services Section */
.planning-services-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.planning-services-container {
    max-width: 1400px;
    margin: 0 auto;
}

.planning-services-header {
    text-align: center;
    margin-bottom: 4rem;
}

.planning-services-subheading {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.planning-services-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.planning-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.planning-service-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 2rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.planning-service-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.planning-service-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(139, 92, 246, 0.2));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.planning-service-icon {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1;
}

.planning-service-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.planning-service-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

/* Cable Assembly: büyük ikon solda, yazı sağda */
.cable-assembly-services .planning-service-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
}

.cable-assembly-services .planning-service-icon-wrapper {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    margin-bottom: 0;
    margin-right: 0;
}

.cable-assembly-services .planning-service-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cable-assembly-services .planning-service-icon img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.cable-assembly-services .planning-service-card-content {
    flex: 1;
    min-width: 0;
}

.cable-assembly-services .planning-service-card-content .planning-service-title {
    margin-top: 0;
}

.cable-assembly-services .planning-service-card-content .planning-service-description {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .cable-assembly-services .planning-service-card {
        flex-direction: column;
    }

    .cable-assembly-services .planning-service-icon-wrapper {
        margin-bottom: 1rem;
    }
}

.planning-service-link {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #4ba5e0;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
    transition: color 0.2s ease;
}

.planning-service-link:hover {
    color: #123266;
}

.planning-services-cta {
    text-align: center;
}

.planning-services-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.planning-services-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.planning-services-button:hover::before {
    height: 100%;
}

.planning-services-button:hover {
    transform: translateY(-2px);
}

/* Planning Capabilities Section */
.planning-capabilities-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.planning-capabilities-container {
    max-width: 1400px;
    margin: 0 auto;
}

.planning-capabilities-header {
    text-align: center;
    margin-bottom: 4rem;
}

.planning-capabilities-subheading {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.planning-capabilities-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.planning-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.planning-capability-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.planning-capability-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.planning-capability-image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}

.planning-capability-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.planning-capability-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 1.5rem 1.5rem 1rem 1.5rem;
    line-height: 1.3;
}

.planning-capability-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0 1.5rem 1.5rem 1.5rem;
}

/* Planning Testimonial Section */
.planning-testimonial-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.planning-testimonial-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.planning-testimonial-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.planning-testimonial-author {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Planning CTA Section */
/* Digital Twin Sticky Section */
.digital-twin-wrapper {
    position: relative;
    width: 100%;
    height: 300vh;
    /* Extra height for sticky scroll effect */
}

.digital-twin-sticky-section {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    overflow: hidden;
}

.digital-twin-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 6rem;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 6rem;
}

.digital-twin-left {
    flex: 1.5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.digital-twin-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    min-width: 700px;
}

.digital-twin-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    object-fit: contain;
    will-change: transform;
}

.digital-twin-image-1 {
    z-index: 2;
}

.digital-twin-image-2 {
    z-index: 1;
    opacity: 1;
    clip-path: inset(0 0% 0 100%);
    /* Start fully hidden from left (will appear from right) */
}

.digital-twin-right {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    top: 0;
}

.digital-twin-content {
    max-width: 450px;
    margin-left: auto;
}

.digital-twin-subheading {
    font-family: 'Inconsolata', monospace;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.digital-twin-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.digital-twin-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .digital-twin-wrapper {
        height: 200vh;
    }

    .digital-twin-container {
        padding: 0 1.5rem;
        flex-direction: column;
        gap: 1.5rem;
        min-height: 100vh;
        justify-content: flex-start;
        align-items: stretch;
    }

    .digital-twin-left {
        flex: none;
        width: 100%;
        height: 48vh;
        min-height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .digital-twin-image-container {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 48vh;
        position: relative;
    }

    .digital-twin-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .digital-twin-right {
        flex: none;
        height: auto;
        position: relative;
        min-height: 0;
        padding-bottom: 2rem;
    }

    .digital-twin-content {
        max-width: 100%;
    }

    .digital-twin-heading {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .digital-twin-description {
        font-size: 0.9375rem;
        margin-bottom: 1rem;
    }
}

/* Planning Difference Section */
.planning-difference-section {
    position: relative;
    width: 100%;
    padding: 8rem 2rem;
    background-color: #000000;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.planning-difference-left {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.planning-difference-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.planning-difference-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.8rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2em;
}

.planning-difference-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7em;
    margin: 0;
}

.planning-difference-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background-color: #0d285a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: fit-content;
}

.planning-difference-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.planning-difference-button-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.planning-difference-button:hover .planning-difference-button-arrow {
    transform: translate(4px, -4px);
}

.planning-difference-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.planning-difference-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.planning-difference-card:hover {
    transform: translateY(-4px);
    background-color: rgba(255, 255, 255, 0.08);
}

.planning-difference-card-icon {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.planning-difference-card-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.3em;
}

.planning-difference-card-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6em;
    margin: 0;
}

@media (max-width: 1200px) {
    .planning-difference-section {
        flex-direction: column;
        gap: 3rem;
        padding: 6rem 2rem;
    }

    .planning-difference-left {
        flex: none;
        width: 100%;
    }

    .planning-difference-right {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .planning-difference-heading {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .planning-difference-section {
        padding: 4rem 1.5rem;
    }

    .planning-difference-heading {
        font-size: 1.8rem;
    }

    .planning-difference-right {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .planning-difference-card {
        padding: 1.5rem;
    }

    .planning-difference-card-title {
        font-size: 1.1rem;
    }
}

.planning-cta-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.planning-cta-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.planning-cta-slogan {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    flex: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.planning-cta-buttons {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.planning-cta-button {
    display: inline-block;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.planning-cta-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.planning-cta-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.planning-cta-button-primary:hover::before {
    height: 100%;
}

.planning-cta-button-primary:hover {
    transform: translateY(-2px);
}

.planning-cta-button-secondary {
    background-color: rgba(13, 40, 90, 0.8);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.planning-cta-button-secondary::before {
    background-color: rgba(13, 40, 90, 1);
}

.planning-cta-button-secondary:hover::before {
    height: 100%;
}

.planning-cta-button-secondary:hover {
    transform: translateY(-2px);
}

/* Responsive styles for Planning sections */
@media (max-width: 1200px) {

    .planning-services-heading,
    .planning-capabilities-heading {
        font-size: 2.5rem;
    }

    .planning-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .planning-capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .planning-services-section,
    .planning-capabilities-section,
    .planning-testimonial-section,
    .planning-cta-section {
        padding: 4rem 1.5rem;
    }

    .planning-services-header,
    .planning-capabilities-header {
        margin-bottom: 3rem;
    }

    .planning-services-heading,
    .planning-capabilities-heading {
        font-size: 1.8rem;
    }

    .planning-services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .planning-capabilities-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .planning-testimonial-text {
        font-size: 1rem;
    }

    .planning-cta-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .planning-cta-slogan {
        font-size: 1.8rem;
    }

    .planning-cta-buttons {
        width: 100%;
        flex-direction: column;
    }

    .planning-cta-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {

    .planning-services-heading,
    .planning-capabilities-heading {
        font-size: 1.4rem;
    }

    .planning-service-title,
    .planning-capability-title {
        font-size: 1.1rem;
    }

    .planning-service-description,
    .planning-capability-description {
        font-size: 0.9rem;
    }

    .planning-testimonial-text {
        font-size: 0.95rem;
    }
}

/* Mechanics Page Styles */

/* Mechanics Hero New Section */
.mechanics-hero-new {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    padding-top: 60px;
    overflow: hidden;
}

.mechanics-hero-new-content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
}

.mechanics-hero-new-image {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
}

.mechanics-hero-new-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

.mechanics-hero-new-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 2rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mechanics-hero-new-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.mechanics-hero-new-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.mechanics-hero-new-button {
    display: inline-block;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    white-space: nowrap;
}

.mechanics-hero-new-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.mechanics-hero-new-button-primary:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.mechanics-hero-new-button-secondary {
    background-color: rgba(13, 40, 90, 0.3);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.mechanics-hero-new-button-secondary:hover {
    background-color: rgba(13, 40, 90, 0.5);
    transform: translateY(-2px);
}

/* Responsive styles for Mechanics Hero New */
@media (max-width: 768px) {
    .mechanics-hero-new-content {
        padding: 3rem 1.5rem;
    }

    .mechanics-hero-new-image {
        padding: 1.5rem;
    }

    .mechanics-hero-new-bg-image {
        border-radius: 16px;
    }

    .mechanics-hero-new-heading {
        font-size: 2rem;
    }

    .mechanics-hero-new-description {
        font-size: 1rem;
    }

    .mechanics-hero-new-buttons {
        flex-direction: column;
        width: 100%;
    }

    .mechanics-hero-new-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .mechanics-hero-new-image {
        padding: 1rem;
    }

    .mechanics-hero-new-bg-image {
        border-radius: 12px;
    }

    .mechanics-hero-new-heading {
        font-size: 1.6rem;
    }

    .mechanics-hero-new-description {
        font-size: 0.95rem;
    }
}

/* Mechanics Hero Section */
.mechanics-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #000000;
    padding-top: 60px;
}

.mechanics-hero-container {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.mechanics-hero-left {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mechanics-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mechanics-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6em;
    margin: 0;
}

.mechanics-features {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
}

.mechanics-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mechanics-feature-icon {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1;
}

.mechanics-feature-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}

.mechanics-hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

.mechanics-button {
    display: inline-block;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    border: none;
}

.mechanics-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.mechanics-button-primary:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.mechanics-button-secondary {
    background-color: rgba(13, 40, 90, 0.3);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.mechanics-button-secondary:hover {
    background-color: rgba(13, 40, 90, 0.5);
    transform: translateY(-2px);
}

.mechanics-hero-right {
    position: relative;
}

.mechanics-hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    overflow: hidden;
    border-radius: 8px;
}

.mechanics-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mechanics Services Section */
.mechanics-services-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.mechanics-services-container {
    max-width: 1400px;
    margin: 0 auto;
}

.mechanics-services-header {
    text-align: center;
    margin-bottom: 4rem;
}

.mechanics-services-subheading {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.mechanics-services-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mechanics-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.mechanics-service-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 2rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.mechanics-service-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.mechanics-service-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(139, 92, 246, 0.2));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.mechanics-service-icon {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1;
}

.mechanics-service-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.mechanics-service-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

.mechanics-services-cta {
    text-align: center;
}

.mechanics-services-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
}

.mechanics-services-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

/* Mechanics Capabilities Section */
.mechanics-capabilities-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.mechanics-capabilities-container {
    max-width: 1400px;
    margin: 0 auto;
}

.mechanics-capabilities-header {
    text-align: center;
    margin-bottom: 4rem;
}

.mechanics-capabilities-subheading {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.mechanics-capabilities-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.05rem;
    font-weight: 400;
    line-height: 1.04em;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mechanics-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.mechanics-capability-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.mechanics-capability-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.mechanics-capability-image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}

.mechanics-capability-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mechanics-capability-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 1.5rem 1.5rem 1rem 1.5rem;
    line-height: 1.3;
}

.mechanics-capability-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0 1.5rem 1.5rem 1.5rem;
}

/* Mechanics Testimonial Section */
.mechanics-testimonial-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.mechanics-testimonial-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.mechanics-testimonial-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.mechanics-testimonial-author {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Mechanics CTA Section */
.mechanics-cta-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
    overflow: hidden;
}

.mechanics-cta-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px);
    opacity: 0.4;
    z-index: 1;
}

.mechanics-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.mechanics-cta-content {
    position: relative;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 3rem;
    text-align: center;
}

.mechanics-cta-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mechanics-cta-heading-line {
    display: block;
}

.mechanics-cta-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.mechanics-cta-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mechanics-cta-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.mechanics-cta-button:hover::before {
    height: 100%;
}

.mechanics-cta-button:hover {
    transform: translateY(-2px);
}

/* Mechanics Features Section */
.mechanics-features-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.mechanics-features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.mechanics-features-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
    align-items: start;
}

.mechanics-features-intro {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.mechanics-features-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mechanics-features-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.mechanics-feature-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.mechanics-feature-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.mechanics-feature-card-image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}

.mechanics-feature-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mechanics-feature-card-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 1.5rem 1.5rem 1rem 1.5rem;
    line-height: 1.3;
}

.mechanics-feature-card-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0 1.5rem 1.5rem 1.5rem;
}

/* Mechanics Showcase Section */
.mechanics-showcase-section {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.mechanics-showcase-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.mechanics-showcase-left {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mechanics-showcase-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mechanics-showcase-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

.mechanics-showcase-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    align-self: flex-start;
}

.mechanics-showcase-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.mechanics-showcase-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mechanics-showcase-image-card {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.mechanics-showcase-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.mechanics-showcase-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Mechanics Large Image Section */
.mechanics-large-image-section {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #000000;
}

.mechanics-large-image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative;
}

.mechanics-large-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mechanics Gallery Section - tam bir ekran, video diğer section'a taşmasın */
.mechanics-gallery-section {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background-color: #000000;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
    isolation: isolate;
}

/* Cable Assembly: galeri içeriği taşmasın, son resim görünsün */
.mechanics-gallery-section.cable-assembly-gallery {
    height: auto;
    min-height: 100vh;
    max-height: none;
    overflow: visible;
    padding: 4rem 1.5rem;
    display: flex;
    align-items: center;
}

.mechanics-gallery-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.mechanics-gallery-container-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.mechanics-gallery-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    opacity: 0.3;
    pointer-events: none;
}

.mechanics-gallery-content {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 3rem 3rem 3.5rem;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 2.5rem;
    align-items: start;
    justify-items: stretch;
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    flex-shrink: 0;
}

.mechanics-gallery-content-visible {
    opacity: 1;
    pointer-events: auto;
}

/* Legacy/fallback selectors (no longer used in mechanics.html) */
.mechanics-gallery-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: start;
}

.mechanics-gallery-container .mechanics-gallery-text {
    grid-column: 1;
}

.mechanics-gallery-images-wrapper {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 1rem;
}

.mechanics-gallery-images-wrapper .mechanics-gallery-image {
    aspect-ratio: 4 / 3;
    max-height: 180px;
    width: 100%;
}

.mechanics-gallery-text {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 3.5rem 2.75rem;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #ffffff;
    text-align: left;
    width: 100%;
    max-width: 100%;
}

.mechanics-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1.25rem;
    width: 100%;
    max-width: 100%;
}

.mechanics-gallery-grid .mechanics-gallery-image {
    max-height: 44vh;
    min-height: 0;
}

.mechanics-gallery-grid .mechanics-gallery-img {
    max-height: 44vh;
    object-fit: cover;
}

.mechanics-gallery-grid .mechanics-gallery-image:nth-child(5) {
    grid-column: 2;
}

.mechanics-gallery-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 1.25rem 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mechanics-gallery-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.65;
    margin: 0 0 2rem 0;
}

.mechanics-gallery-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.mechanics-gallery-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.mechanics-gallery-button:hover::before {
    height: 100%;
}

.mechanics-gallery-button:hover {
    transform: translateY(-2px);
}

.mechanics-gallery-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 2 / 3;
}

.mechanics-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(1.2);
}


/* Mechanics gallery – sol yazı, sağ galeri */
@media (max-width: 1920px) and (min-width: 1201px) {
    .mechanics-gallery-content {
        padding: 2.5rem 3rem;
        max-width: 1600px;
    }

    .mechanics-gallery-heading {
        font-size: 2rem;
    }

    .mechanics-gallery-description {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }

    .mechanics-gallery-grid .mechanics-gallery-image {
        aspect-ratio: 4 / 3;
    }
}

@media (max-height: 1080px) and (min-width: 1201px) {
    .mechanics-gallery-content {
        padding: 2rem 1.5rem;
    }

    .mechanics-gallery-heading {
        font-size: 1.75rem;
    }
}

/* Responsive styles for Mechanics page */
@media (max-width: 1200px) {
    .mechanics-hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .mechanics-hero-heading,
    .mechanics-services-heading,
    .mechanics-capabilities-heading {
        font-size: 2.5rem;
    }

    .mechanics-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mechanics-capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mechanics-features-header {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .mechanics-features-heading {
        font-size: 2.5rem;
    }

    .mechanics-features-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .mechanics-hero-image-wrapper {
        padding-bottom: 80%;
    }

    .mechanics-showcase-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .mechanics-showcase-heading {
        font-size: 2rem;
    }

    .mechanics-gallery-content {
        grid-template-columns: 1fr 1.4fr;
        gap: 2rem;
    }

    .mechanics-gallery-container {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .mechanics-gallery-images-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .mechanics-gallery-images-wrapper .mechanics-gallery-image {
        max-height: 180px;
    }

    .mechanics-gallery-text {
        grid-column: 1 / -1;
    }

    .mechanics-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mechanics-gallery-grid .mechanics-gallery-image:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 300px;
        justify-self: center;
    }
}

@media (max-width: 768px) {

    .mechanics-hero,
    .mechanics-services-section,
    .mechanics-capabilities-section,
    .mechanics-testimonial-section,
    .mechanics-cta-section,
    .mechanics-features-section,
    .mechanics-showcase-section,
    .mechanics-gallery-section {
        padding: 4rem 1.5rem;
    }

    .mechanics-gallery-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .mechanics-gallery-images-wrapper {
        grid-column: 1;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .mechanics-gallery-images-wrapper .mechanics-gallery-image {
        max-height: 150px;
    }

    .mechanics-gallery-content {
        padding: 2rem 1.5rem;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .mechanics-gallery-text {
        text-align: center;
        align-items: center;
    }

    .mechanics-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .mechanics-gallery-grid .mechanics-gallery-image,
    .mechanics-gallery-grid .mechanics-gallery-img {
        max-height: 34vh;
    }

    .mechanics-gallery-text {
        min-height: 340px;
    }

    .mechanics-gallery-grid .mechanics-gallery-image:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 280px;
        justify-self: center;
    }

    .mechanics-hero-container {
        padding: 3rem 1.5rem;
    }

    .mechanics-hero-heading,
    .mechanics-services-heading,
    .mechanics-capabilities-heading {
        font-size: 1.8rem;
    }

    .mechanics-hero-description {
        font-size: 1rem;
    }

    .mechanics-features {
        flex-direction: column;
        gap: 1.5rem;
    }

    .mechanics-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .mechanics-button {
        width: 100%;
    }

    .mechanics-features-header {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mechanics-features-heading {
        font-size: 2rem;
    }

    .mechanics-services-grid,
    .mechanics-capabilities-grid,
    .mechanics-features-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mechanics-testimonial-text {
        font-size: 1rem;
    }

    .mechanics-cta-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .mechanics-cta-slogan {
        font-size: 1.8rem;
    }

    .mechanics-cta-buttons {
        width: 100%;
        flex-direction: column;
    }

    .mechanics-cta-button {
        width: 100%;
        text-align: center;
    }

    .mechanics-features-heading {
        font-size: 1.8rem;
    }

    .mechanics-hero-image-wrapper {
        padding-bottom: 100%;
    }

    .mechanics-showcase-heading {
        font-size: 1.8rem;
    }

    .mechanics-showcase-button {
        width: 100%;
        text-align: center;
    }

    .mechanics-gallery-heading {
        font-size: 1.8rem;
    }

    .mechanics-gallery-content {
        padding: 2rem 1rem;
        grid-template-columns: 1fr;
    }

    .mechanics-gallery-text {
        text-align: center;
        align-items: center;
    }

    .mechanics-gallery-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .mechanics-gallery-grid .mechanics-gallery-image:nth-child(5) {
        grid-column: 1;
        max-width: none;
        justify-self: stretch;
    }
}

@media (max-width: 480px) {

    .mechanics-hero-heading,
    .mechanics-services-heading,
    .mechanics-capabilities-heading {
        font-size: 1.4rem;
    }

    .mechanics-hero-description {
        font-size: 0.95rem;
    }

    .mechanics-feature-text {
        font-size: 0.9rem;
    }

    .mechanics-features-heading {
        font-size: 1.4rem;
    }

    .mechanics-testimonial-text {
        font-size: 0.95rem;
    }

    .mechanics-showcase-heading {
        font-size: 1.4rem;
    }

    .mechanics-gallery-heading {
        font-size: 1.4rem;
    }
}

/* ============================================
   CABLE ASSEMBLY HERO SECTION
   ============================================ */
.cable-hero {
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cable-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cable-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.cable-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.cable-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
}

.cable-hero-content {
    text-align: center;
    color: #ffffff;
}

.cable-hero-label {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.cable-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 2rem;
    color: #ffffff;
}

.cable-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto 3rem;
}

.cable-hero-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.cable-stat-item {
    text-align: center;
}

.cable-stat-number {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 600;
    color: #5b83cc;
    margin-bottom: 0.5rem;
}

.cable-stat-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cable-hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cable-button {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cable-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.cable-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.cable-button-primary:hover::before {
    height: 100%;
}

.cable-button-primary:hover {
    transform: translateY(-2px);
}

.cable-button-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cable-button-secondary::before {
    background-color: rgba(255, 255, 255, 0.1);
}

.cable-button-secondary:hover::before {
    height: 100%;
}

.cable-button-secondary:hover {
    border-color: #ffffff;
}

/* ============================================
   WIRING HERO SECTION
   ============================================ */
.wiring-hero {
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.wiring-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.wiring-hero-left {
    flex: 1;
    min-width: 0;
}

.wiring-hero-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    border-radius: 16px;
    overflow: hidden;
}

.wiring-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wiring-hero-right {
    flex: 1;
    min-width: 0;
}

.wiring-hero-label {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.wiring-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.wiring-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
}

.wiring-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.wiring-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.wiring-feature-icon {
    font-size: 2rem;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(139, 92, 246, 0.2));
    border-radius: 12px;
    color: #60A5FA;
}

.wiring-feature-content {
    flex: 1;
}

.wiring-feature-content strong {
    font-family: 'Inconsolata', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    display: block;
    margin-bottom: 0.5rem;
}

.wiring-feature-content p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.wiring-hero-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.wiring-button {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.wiring-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.wiring-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.wiring-button-primary:hover::before {
    height: 100%;
}

.wiring-button-primary:hover {
    transform: translateY(-2px);
}

.wiring-button-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.wiring-button-secondary::before {
    background-color: rgba(255, 255, 255, 0.1);
}

.wiring-button-secondary:hover::before {
    height: 100%;
}

.wiring-button-secondary:hover {
    border-color: #ffffff;
}

/* ============================================
   PROGRAMMING HERO SECTION
   ============================================ */
.programming-hero {
    width: 100%;
    background-color: #000000;
}

.programming-hero-image-section {
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.programming-hero-top-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.programming-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6rem 2rem;
}

.programming-hero-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.programming-hero-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.programming-hero-label {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.programming-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.programming-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

.programming-hero-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.programming-grid-item {
    text-align: center;
    padding: 2rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.programming-grid-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.programming-grid-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.programming-grid-item h3 {
    font-family: 'Inconsolata', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.programming-grid-item p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.programming-hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.programming-button {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.programming-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.programming-button-primary {
    background-color: #0d285a;
    color: #ffffff;
}

.programming-button-primary:hover::before {
    height: 100%;
}

.programming-button-primary:hover {
    transform: translateY(-2px);
}

.programming-button-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.programming-button-secondary::before {
    background-color: rgba(255, 255, 255, 0.1);
}

.programming-button-secondary:hover::before {
    height: 100%;
}

.programming-button-secondary:hover {
    border-color: #ffffff;
}

/* Responsive Styles for New Hero Sections */
@media (max-width: 1200px) {
    .cable-hero-heading {
        font-size: 3rem;
    }

    .wiring-hero-container {
        flex-direction: column;
    }

    .wiring-hero-image-wrapper {
        padding-bottom: 60%;
    }

    .programming-hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cable-hero-heading {
        font-size: 2.5rem;
    }

    .cable-hero-description {
        font-size: 1rem;
    }

    .cable-hero-stats {
        gap: 2rem;
    }

    .cable-stat-number {
        font-size: 2rem;
    }

    .wiring-hero-heading {
        font-size: 2.5rem;
    }

    .wiring-hero-description {
        font-size: 1rem;
    }

    .programming-hero-heading {
        font-size: 2.5rem;
    }

    .programming-hero-description {
        font-size: 1rem;
    }

    .programming-hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .cable-hero-heading {
        font-size: 2rem;
    }

    .wiring-hero-heading {
        font-size: 2rem;
    }

    .programming-hero-heading {
        font-size: 2rem;
    }

    .cable-hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
}

/* ============================================
   CABLE ASSEMBLY PROCESS SECTION
   ============================================ */
.cable-process-section {
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.cable-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cable-process-header {
    text-align: center;
    margin-bottom: 4rem;
}

.cable-process-subheading {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.cable-process-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
}

.cable-timeline {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: relative;
    padding-left: 3rem;
}

.cable-timeline::before {
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #0d285a 0%, rgba(13, 40, 90, 0.3) 100%);
}

.cable-timeline-item {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    position: relative;
}

.cable-timeline-number {
    position: absolute;
    left: -3rem;
    width: 3rem;
    height: 3rem;
    background-color: #0d285a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inconsolata', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    flex-shrink: 0;
    z-index: 2;
}

.cable-timeline-content {
    flex: 1;
    padding-left: 2rem;
}

.cable-timeline-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.cable-timeline-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   CABLE ASSEMBLY STATS SECTION
   ============================================ */
.cable-stats-section {
    width: 100%;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.1) 0%, rgba(13, 40, 90, 0.05) 100%);
}

.cable-stats-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cable-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.cable-stat-card {
    text-align: center;
    padding: 2.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.cable-stat-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.cable-stat-value {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 600;
    color: #5b83cc;
    margin-bottom: 0.5rem;
}

.cable-stat-label {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   CABLE ASSEMBLY PROMISE SECTION
   ============================================ */
.cable-promise-section {
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.cable-promise-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.cable-promise-images {
    position: relative;
    width: 100%;
    height: 600px;
}

.cable-promise-main-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 70%;
    z-index: 2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.cable-promise-main-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

.cable-promise-small-image {
    position: absolute;
    width: 35%;
    height: 40%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.cable-promise-small-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

.cable-promise-small-image-1 {
    top: 0;
    left: 0;
    z-index: 1;
}

.cable-promise-small-image-2 {
    top: 0;
    right: 0;
    z-index: 1;
}

.cable-promise-small-image-3 {
    bottom: 0;
    left: 0;
    z-index: 1;
}

.cable-promise-small-image-4 {
    bottom: 0;
    right: 0;
    z-index: 1;
}

.cable-promise-content {
    color: #ffffff;
}

.cable-promise-label {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.cable-promise-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 2rem;
}

.cable-promise-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
}

.cable-promise-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    padding: 1rem 2rem;
    background-color: #0d285a;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.cable-promise-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.cable-promise-button-arrow {
    font-size: 1.2rem;
}

/* ============================================
   CABLE ASSEMBLY GALLERY SECTION
   ============================================ */
.cable-gallery-secion {
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.cable-gallery-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.cable-gallery-text {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 2rem;
}

.cable-gallery-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.cable-gallery-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0 auto 2rem;
}

.cable-gallery-button {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    padding: 1rem 2rem;
    background-color: #0d285a;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cable-gallery-button:hover {
    background-color: #123266;
    transform: translateY(-2px);
}

.cable-gallery-image {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    max-width: 100%;
}

.cable-gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive styles for Cable Promise Section */
@media (max-width: 1200px) {
    .cable-promise-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .cable-promise-images {
        height: 500px;
    }

    .cable-promise-heading {
        font-size: 2.5rem;
    }

    .cable-gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .cable-gallery-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {

    .cable-promise-section,
    .cable-gallery-secion {
        padding: 4rem 1.5rem;
    }

    .cable-promise-images {
        height: 400px;
    }

    .cable-promise-main-image {
        width: 70%;
        height: 60%;
    }

    .cable-promise-small-image {
        width: 40%;
        height: 35%;
    }

    .cable-promise-heading {
        font-size: 2rem;
    }

    .cable-gallery-container {
        grid-template-columns: 1fr;
    }

    .cable-gallery-heading {
        font-size: 2rem;
    }
}

/* ============================================
   WIRING COMPARISON SECTION
   ============================================ */
.wiring-comparison-section {
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.wiring-comparison-container {
    max-width: 1400px;
    margin: 0 auto;
}

.wiring-comparison-header {
    text-align: center;
    margin-bottom: 4rem;
}

.wiring-comparison-subheading {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.wiring-comparison-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
}

.wiring-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.wiring-comparison-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wiring-comparison-label {
    font-family: 'Inconsolata', monospace;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

.wiring-comparison-before .wiring-comparison-label {
    background-color: rgba(255, 0, 0, 0.2);
    color: #ff6b6b;
}

.wiring-comparison-after .wiring-comparison-label {
    background-color: rgba(0, 255, 0, 0.2);
    color: #51cf66;
}

.wiring-comparison-image-wrapper {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.wiring-comparison-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wiring-comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wiring-comparison-list li {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wiring-comparison-list li:last-child {
    border-bottom: none;
}

/* ============================================
   WIRING LABELING SHOWCASE SECTION
   ============================================ */
.wiring-labeling-section {
    width: 100%;
    padding: 5rem 2rem;
    background-color: #000000;
}

.wiring-labeling-container {
    max-width: 1400px;
    margin: 0 auto;
}

.wiring-labeling-header {
    text-align: center;
    margin-bottom: 3.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.wiring-labeling-label {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
    display: block;
}

.wiring-labeling-title {
    font-family: 'Inconsolata', monospace;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.wiring-labeling-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.wiring-labeling-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.wiring-labeling-image-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-color: rgba(255, 255, 255, 0.05);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wiring-labeling-image-card:hover {
    transform: translateY(-8px);
}

.labeling-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.wiring-labeling-image-card:hover .labeling-image {
    transform: scale(1.08);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .wiring-labeling-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .wiring-labeling-image-card:last-child {
        grid-column: 1 / -1;
        max-width: 600px;
        margin: 0 auto;
    }

    .wiring-labeling-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .wiring-labeling-section {
        padding: 4rem 1.5rem;
    }

    .wiring-labeling-header {
        margin-bottom: 2.5rem;
    }

    .wiring-labeling-title {
        font-size: 1.8rem;
    }

    .wiring-labeling-description {
        font-size: 1rem;
    }

    .wiring-labeling-gallery {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .wiring-labeling-image-card:last-child {
        grid-column: 1;
        max-width: 100%;
    }
}

/* ============================================
   WIRING TOOLS SECTION
   ============================================ */
.wiring-tools-section {
    width: 100%;
    padding: 5rem 2rem;
    background-color: #000000;
    position: relative;
}

.wiring-tools-container {
    max-width: 1400px;
    margin: 0 auto;
}

.wiring-tools-header {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.wiring-tools-label {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
    display: block;
}

.wiring-tools-title {
    font-family: 'Inconsolata', monospace;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.wiring-tools-intro {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.wiring-tools-showcase {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.wiring-tools-main-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 60px rgba(13, 40, 90, 0.2);
}

.tools-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.wiring-tools-main-image:hover .tools-main-img {
    transform: scale(1.05);
}

.wiring-tools-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.wiring-tool-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid transparent;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wiring-tool-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #6366f1, #8b5cf6);
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wiring-tool-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateX(8px);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.15);
}

.wiring-tool-item:hover::before {
    height: 100%;
}

.tool-icon-wrapper {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(139, 92, 246, 0.15));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.wiring-tool-item:hover .tool-icon-wrapper {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.3), rgba(139, 92, 246, 0.3));
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.tool-icon-wrapper svg {
    width: 28px;
    height: 28px;
}

.tool-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.tool-name {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.tool-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .wiring-tools-showcase {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .wiring-tools-main-image {
        order: -1;
    }

    .wiring-tools-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .wiring-tools-section {
        padding: 4rem 1.5rem;
    }

    .wiring-tools-header {
        margin-bottom: 3rem;
    }

    .wiring-tools-title {
        font-size: 1.8rem;
    }

    .wiring-tools-intro {
        font-size: 1rem;
    }

    .wiring-tool-item {
        padding: 1.25rem;
        gap: 1.25rem;
    }

    .tool-icon-wrapper {
        width: 48px;
        height: 48px;
    }

    .tool-icon-wrapper svg {
        width: 24px;
        height: 24px;
    }

    .tool-name {
        font-size: 1.15rem;
    }

    .tool-description {
        font-size: 0.9rem;
    }
}

.wiring-showcase-section {
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.wiring-showcase-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.wiring-showcase-left {
    flex: 1;
}

.wiring-showcase-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 16px;
}

.wiring-showcase-right {
    flex: 1;
}

.wiring-showcase-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 2.5rem;
}

.wiring-showcase-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.wiring-showcase-feature {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.wiring-showcase-icon {
    width: 40px;
    height: 40px;
    background-color: #0d285a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #ffffff;
    flex-shrink: 0;
}

.wiring-showcase-feature h3 {
    font-family: 'Inconsolata', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.wiring-showcase-feature p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* ============================================
   PROGRAMMING CODE SECTION
   ============================================ */
.programming-code-section {
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.programming-code-container {
    max-width: 1400px;
    margin: 0 auto;
}

.programming-code-header {
    text-align: center;
    margin-bottom: 4rem;
}

.programming-code-subheading {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.programming-code-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
}

.programming-code-showcase {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.programming-code-left {
    flex: 1.3;
}

.programming-code-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    object-fit: contain;
}

.programming-code-block {
    background-color: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.programming-code-header-bar {
    background-color: #0d0d0d;
    padding: 0.75rem 1rem;
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.programming-code-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.programming-code-content {
    padding: 2rem;
    font-family: 'Inconsolata', monospace;
    font-size: 0.95rem;
    line-height: 1.8;
}

.programming-code-line {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.code-keyword {
    color: #c792ea;
}

.code-function {
    color: #82aaff;
}

.code-variable {
    color: #ffcb6b;
}

.code-operator {
    color: #89ddff;
}

.code-comment {
    color: #546e7a;
    font-style: italic;
}

.programming-code-right {
    flex: 0.9;
}

.programming-code-title {
    font-family: 'Inconsolata', monospace;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.programming-code-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.programming-code-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.programming-code-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.programming-code-check {
    width: 24px;
    height: 24px;
    background-color: #0d285a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* ============================================
   PROGRAMMING TECHNOLOGIES SECTION
   ============================================ */
.programming-tech-section {
    width: 100%;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.1) 0%, rgba(13, 40, 90, 0.05) 100%);
}

.programming-tech-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.programming-tech-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 3rem;
}

.programming-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.programming-tech-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.programming-tech-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.programming-tech-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.programming-tech-item h3 {
    font-family: 'Inconsolata', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

/* ============================================
   PROGRAMMING PROCESS SECTION
   ============================================ */
.programming-process-section {
    position: relative;
    width: 100%;
    height: 300vh;
    /* Extra height for sticky scroll effect */
    background-color: #000000;
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.programming-process-section {
    position: relative;
    width: 100%;
    height: 300vh;
    /* Extra height for sticky scroll effect */
    background-color: #000000;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.programming-process-left {
    width: 25%;
    max-width: 600px;
    padding: 6rem 2rem;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    flex: 0 0 25%;
    margin-left: 15%;
    margin-right: auto;
}

.programming-process-label {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.programming-process-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 2rem;
}

.programming-process-button {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #0d285a;
    color: #ffffff;
    width: fit-content;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.programming-process-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.programming-process-button:hover::before {
    height: 100%;
}

.programming-process-button:hover {
    transform: translateY(-2px);
}

.programming-process-button-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.programming-process-button:hover .programming-process-button-arrow {
    transform: translateX(5px);
}

.programming-process-right {
    flex: 1;
    position: relative;
    height: 100%;
}

.programming-process-sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-color: #000000;
}

.programming-process-sticky-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 2rem;
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    overflow: visible;
}

.programming-process-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    will-change: opacity, transform;
}

.programming-process-slide.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.programming-process-card {
    width: 100%;
    max-width: 700px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.programming-process-card-graphic {
    margin-bottom: 2rem;
}

.programming-process-card-number {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
}

.programming-process-card-title {
    font-family: 'Inconsolata', monospace;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.programming-process-card-intro {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.programming-process-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.programming-process-card-list li {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.programming-process-card-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
}

.programming-process-card-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Mobile-only process section - hidden on desktop */
.programming-process-mobile {
    display: none;
}

/* Responsive Styles for Programming Process Section */
@media (max-width: 1200px) {
    .programming-process-section {
        flex-direction: column;
        height: auto;
    }

    .programming-process-left {
        position: relative;
        height: auto;
        max-width: 100%;
        padding: 4rem 2rem;
    }

    .programming-process-right {
        height: 300vh;
    }

    .programming-process-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {

    /* Hide desktop sticky layout on mobile */
    .programming-process-desktop-only {
        display: none !important;
    }

    /* Show mobile layout */
    .programming-process-mobile {
        display: block;
        width: 100%;
        padding: 3rem 1.25rem 4rem;
    }

    .programming-process-section {
        height: auto;
        flex-direction: column;
    }

    .programming-process-mobile-header {
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .programming-process-mobile-header .programming-process-label {
        font-size: 0.75rem;
        letter-spacing: 2px;
        margin-bottom: 0.75rem;
    }

    .programming-process-mobile-header .programming-process-heading {
        font-size: 1.6rem;
        line-height: 1.25;
        margin-bottom: 1.5rem;
    }

    .programming-process-mobile-header .programming-process-button {
        padding: 0.875rem 1.75rem;
        font-size: 0.9rem;
    }

    .programming-process-mobile-cards {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .programming-process-mobile-card {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 1.5rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .programming-process-mobile-card-header {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .programming-process-mobile-card-number {
        font-family: 'Inconsolata', monospace;
        font-size: 0.8rem;
        font-weight: 500;
        letter-spacing: 2px;
        color: rgba(255, 255, 255, 0.5);
    }

    .programming-process-mobile-card-icon {
        flex-shrink: 0;
    }

    .programming-process-mobile-card-title {
        font-family: 'Inconsolata', monospace;
        font-size: 1.25rem;
        font-weight: 600;
        color: #ffffff;
        margin: 0 0 0.5rem 0;
    }

    .programming-process-mobile-card-intro {
        font-family: 'Manrope', sans-serif;
        font-size: 0.95rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.9);
        margin: 0 0 1rem 0;
    }

    .programming-process-mobile-card-list {
        list-style: none;
        padding: 0;
        margin: 0 0 1rem 0;
    }

    .programming-process-mobile-card-list li {
        font-family: 'Manrope', sans-serif;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.6;
        margin-bottom: 0.5rem;
        padding-left: 1.25rem;
        position: relative;
    }

    .programming-process-mobile-card-list li::before {
        content: '→';
        position: absolute;
        left: 0;
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.85rem;
    }

    .programming-process-mobile-card-description {
        font-family: 'Manrope', sans-serif;
        font-size: 0.9rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
    }

    .programming-process-right {
        height: auto;
    }

    .programming-process-card {
        padding: 2rem 1.5rem;
    }

    .programming-process-card-title {
        font-size: 1.5rem;
    }

    .programming-process-heading {
        font-size: 2rem;
    }
}

/* ============================================
   PLANNING WORKFLOW SECTION
   ============================================ */
.planning-workflow-section {
    width: 100%;
    padding: 6rem 2rem;
    background-color: #000000;
}

.planning-workflow-container {
    max-width: 1400px;
    margin: 0 auto;
}

.planning-workflow-header {
    text-align: center;
    margin-bottom: 5rem;
}

.planning-workflow-subheading {
    font-family: 'Inconsolata', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.planning-workflow-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
}

.planning-workflow-steps {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
    min-height: 100px;
}

.planning-workflow-timeline-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
}

.planning-workflow-timeline-line {
    transition: stroke-dashoffset 0.3s ease;
}

.planning-workflow-timeline-progress {
    transition: stroke-dashoffset 0.3s ease;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.planning-workflow-step {
    display: grid;
    grid-template-columns: 100px 1fr 400px;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.planning-workflow-step-reverse {
    grid-template-columns: 400px 1fr 100px;
}

.planning-workflow-step-reverse .planning-workflow-step-number {
    order: 3;
}

.planning-workflow-step-reverse .planning-workflow-step-content {
    order: 2;
}

.planning-workflow-step-reverse .planning-workflow-step-image {
    order: 1;
}

.planning-workflow-step-number {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #0d285a 0%, #123266 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    border: 4px solid #000000;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.planning-workflow-step-content {
    flex: 1;
}

.planning-workflow-step-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.planning-workflow-step-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
}

.planning-workflow-step-image {
    width: 100%;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
}

.planning-workflow-step-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Lieferung (Step 4) – 16:9, tam görünsün */
.planning-workflow-step-image-16-9 {
    aspect-ratio: 16 / 9;
    height: auto;
}

.planning-workflow-step-image-16-9 img {
    object-fit: contain;
}

/* Responsive Styles for New Sections */
@media (max-width: 1200px) {
    .cable-timeline {
        padding-left: 2rem;
    }

    .cable-timeline::before {
        left: 1.25rem;
        /* center line with number circle (2rem - 2rem + 2.5rem/2) */
    }

    .cable-timeline-number {
        left: -2rem;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

    .wiring-comparison-grid {
        gap: 2rem;
    }

    .wiring-showcase-section {
        padding: 4rem 1.5rem;
    }

    .wiring-showcase-container {
        flex-direction: column;
        gap: 2rem;
    }

    .programming-code-showcase {
        flex-direction: column;
    }

    .planning-workflow-step {
        grid-template-columns: 80px 1fr 300px;
    }

    .planning-workflow-step-reverse {
        grid-template-columns: 300px 1fr 80px;
    }

    .planning-workflow-timeline {
        left: 40px;
    }
}

@media (max-width: 768px) {
    .cable-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wiring-comparison-grid {
        grid-template-columns: 1fr;
    }

    .programming-tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .planning-workflow-step {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .planning-workflow-step-reverse {
        grid-template-columns: 1fr;
    }

    .planning-workflow-step-reverse .planning-workflow-step-number {
        order: 1;
    }

    .planning-workflow-step-reverse .planning-workflow-step-content {
        order: 2;
    }

    .planning-workflow-step-reverse .planning-workflow-step-image {
        order: 3;
    }

    .planning-workflow-step-image {
        height: 250px;
    }

    .planning-workflow-step-image-16-9 {
        height: auto;
    }

    .planning-workflow-timeline {
        display: none;
    }
}

@media (max-width: 480px) {
    .cable-stats-grid {
        grid-template-columns: 1fr;
    }

    .programming-tech-grid {
        grid-template-columns: 1fr;
    }
}

/* Careers Page Styles */
.careers-hero-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 8rem 2rem 6rem;
    margin-top: 60px;
}

.careers-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.careers-hero-content {
    color: #ffffff;
}

.careers-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 2rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.careers-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.careers-hero-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.careers-hero-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.careers-hero-button:hover::before {
    height: 100%;
}

.careers-hero-button:hover {
    transform: translateY(-2px);
}

.careers-hero-image {
    position: relative;
}

.careers-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* Why Work With Us Section */
.careers-why-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
}

.careers-why-container {
    max-width: 1200px;
    margin: 0 auto;
}

.careers-why-header {
    text-align: center;
    margin-bottom: 4rem;
}

.careers-why-subheading {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.careers-why-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.careers-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.careers-benefit-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 2.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.careers-benefit-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

.careers-benefit-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.careers-benefit-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.careers-benefit-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* Open Positions Section */
.careers-positions-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
}

.careers-positions-container {
    max-width: 1200px;
    margin: 0 auto;
}

.careers-positions-header {
    text-align: center;
    margin-bottom: 4rem;
}

.careers-positions-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.careers-positions-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.careers-positions-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.careers-position-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    transition: background-color 0.3s ease;
}

.careers-position-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.careers-position-content {
    flex: 1;
}

.careers-position-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.careers-position-type {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
}

.careers-position-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.careers-position-requirements {
    margin-top: 1.5rem;
}

.careers-position-requirements h4 {
    font-family: 'Inconsolata', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.careers-position-requirements h4:first-child {
    margin-top: 0;
}

.careers-position-requirements ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.careers-position-requirements li {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.careers-position-requirements li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4ba5e0;
    font-weight: bold;
}

.careers-position-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.careers-position-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.careers-position-button:hover::before {
    height: 100%;
}

.careers-position-button:hover {
    transform: translateY(-2px);
}

.careers-position-initiatives {
    border: 2px solid rgba(255, 255, 255, 0.1);
}

/* Application Process Section */
.careers-process-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
}

.careers-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.careers-process-header {
    text-align: center;
    margin-bottom: 4rem;
}

.careers-process-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.careers-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.careers-process-step {
    text-align: center;
    color: #ffffff;
}

.careers-process-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0d285a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inconsolata', monospace;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 auto 1.5rem;
}

.careers-process-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.careers-process-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.careers-cta-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
    text-align: center;
}

.careers-cta-container {
    max-width: 800px;
    margin: 0 auto;
}

.careers-cta-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.careers-cta-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.careers-cta-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.careers-cta-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.careers-cta-button:hover::before {
    height: 100%;
}

.careers-cta-button:hover {
    transform: translateY(-2px);
}

/* Contact Page Styles */
.contact-hero-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 8rem 2rem 4rem;
    margin-top: 60px;
}

.contact-hero-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-hero-content {
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
}

.contact-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 2rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.contact-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
}

.contact-form-section {
    position: relative;
    width: 100%;
    background-color: #000000;
    padding: 6rem 2rem;
}

.contact-form-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-form-left {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.contact-form-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.contact-form-heading-line {
    display: block;
}

.contact-form-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.contact-form-info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-form-icon {
    color: rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.contact-form-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.contact-form-text p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

.contact-form-right {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 3rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-file-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-file {
    width: 100%;
    padding: 0.75rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.form-file:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.15);
}

.form-file:focus {
    outline: none;
    border-color: #4ba5e0;
    background-color: rgba(255, 255, 255, 0.15);
}

.form-file-hint {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 1.4;
}

.contact-submit-button {
    width: 100%;
    padding: 1.25rem 2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #0d285a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-submit-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.contact-submit-button:hover::before {
    height: 100%;
}

.contact-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 40, 90, 0.4);
}

.contact-submit-button:active {
    transform: translateY(0);
}

/* Responsive styles for careers and contact pages */
@media (max-width: 1200px) {
    .careers-hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .careers-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .careers-process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .careers-hero-section {
        padding: 6rem 1.5rem 4rem;
    }

    .careers-hero-heading {
        font-size: 2.5rem;
    }

    .careers-benefits-grid {
        grid-template-columns: 1fr;
    }

    .careers-process-steps {
        grid-template-columns: 1fr;
    }

    .careers-positions-section,
    .careers-process-section,
    .careers-cta-section {
        padding: 4rem 1.5rem;
    }

    .careers-why-heading,
    .careers-positions-heading,
    .careers-process-heading,
    .careers-cta-heading {
        font-size: 2.5rem;
    }

    .contact-hero-section {
        padding: 6rem 1.5rem 3rem;
    }

    .contact-hero-heading {
        font-size: 2.5rem;
    }

    .contact-form-section {
        padding: 4rem 1.5rem;
    }

    .contact-form-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-form-right {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 480px) {
    .careers-hero-heading {
        font-size: 2rem;
    }

    .careers-why-heading,
    .careers-positions-heading,
    .careers-process-heading,
    .careers-cta-heading {
        font-size: 2rem;
    }

    .contact-hero-heading {
        font-size: 2rem;
    }

    .contact-form-heading {
        font-size: 2rem;
    }

    .contact-form-right {
        padding: 2rem 1.5rem;
    }
}

/* ============================================
   NEW CAREERS SECTIONS - UNIQUE DESIGNS
   ============================================ */

/* Careers Benefits Section - Split Cards with Overlay Images */
.careers-benefits-section {
    width: 100%;
    padding: 8rem 2rem;
    background-color: #000000;
    position: relative;
}

.careers-benefits-container {
    max-width: 1400px;
    margin: 0 auto;
}

.careers-benefits-header {
    text-align: center;
    margin-bottom: 6rem;
}

.careers-benefits-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.careers-benefits-title {
    font-family: 'Inconsolata', monospace;
    font-size: 4rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 2rem 0;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.careers-benefits-intro {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.careers-benefits-showcase {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    margin-bottom: 5rem;
}

.careers-benefit-showcase-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.careers-benefit-showcase-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.careers-benefit-showcase-item.careers-benefit-reverse {
    direction: rtl;
}

.careers-benefit-showcase-item.careers-benefit-reverse>* {
    direction: ltr;
}

.careers-benefit-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
}

.careers-benefit-image-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.careers-benefit-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.careers-benefit-image-overlay {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 60%;
    height: 60%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

.careers-benefit-showcase-item:hover .careers-benefit-image-overlay {
    transform: rotate(0deg) scale(1.05);
}

.careers-benefit-image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.careers-benefit-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.careers-benefit-number {
    font-family: 'Inconsolata', monospace;
    font-size: 5rem;
    font-weight: 700;
    color: rgba(75, 165, 224, 0.2);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.careers-benefit-name {
    font-family: 'Inconsolata', monospace;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.careers-benefit-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 0;
}

.careers-benefits-footer {
    text-align: center;
    margin-top: 4rem;
}

.careers-benefits-cta {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 1.25rem 3rem;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.careers-benefits-cta::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.careers-benefits-cta:hover::before {
    height: 100%;
}

.careers-benefits-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 40, 90, 0.4);
}

/* Careers Process Flow Section - Vertical Timeline */
.careers-process-flow-section {
    width: 100%;
    padding: 8rem 2rem;
    background-color: #000000;
    position: relative;
}

.careers-process-flow-container {
    max-width: 1200px;
    margin: 0 auto;
}

.careers-process-flow-header {
    text-align: center;
    margin-bottom: 6rem;
}

.careers-process-flow-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.careers-process-flow-title {
    font-family: 'Inconsolata', monospace;
    font-size: 4rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.careers-process-flow-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.careers-process-flow-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
}

.careers-process-flow-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 3rem;
    align-items: start;
    position: relative;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.careers-process-flow-item.animate {
    opacity: 1;
    transform: translateX(0);
}

.careers-process-flow-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.careers-process-flow-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d285a, #123266);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(13, 40, 90, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.careers-process-flow-item:hover .careers-process-flow-circle {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(13, 40, 90, 0.6);
}

.careers-process-flow-step-number {
    font-family: 'Inconsolata', monospace;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.careers-process-flow-line {
    width: 3px;
    flex: 1;
    background: linear-gradient(180deg, rgba(75, 165, 224, 0.3), rgba(75, 165, 224, 0.1));
    margin-top: 1rem;
    min-height: 100px;
}

.careers-process-flow-item:last-child .careers-process-flow-line {
    display: none;
}

.careers-process-flow-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: center;
    padding-top: 1rem;
}

.careers-process-flow-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.careers-process-flow-item:hover .careers-process-flow-image {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.careers-process-flow-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careers-process-flow-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.careers-process-flow-step-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.careers-process-flow-step-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
}

/* Careers Join Section - Image Grid with Content */
.careers-join-section {
    width: 100%;
    padding: 8rem 2rem;
    background-color: #000000;
    position: relative;
}

.careers-join-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 6rem;
    align-items: center;
}

.careers-join-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.25rem;
    min-height: 320px;
}

.careers-join-image-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 2 / 3;
}

.careers-join-image-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.careers-join-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.careers-join-all-banner {
    margin-top: 1rem;
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.careers-join-all-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.careers-join-image-large {
    /* No special styling needed - all images are equal size */
}

.careers-join-right {
    display: flex;
    align-items: center;
}

.careers-join-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.careers-join-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.careers-join-title {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.careers-join-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 0;
}

.careers-join-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.careers-join-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.careers-join-feature svg {
    flex-shrink: 0;
}

.careers-join-button {
    display: inline-block;
    background-color: #0d285a;
    color: #ffffff;
    padding: 1.25rem 3rem;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: 'Manrope', sans-serif;
    align-self: flex-start;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.careers-join-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #123266;
    transition: height 0.4s ease;
    z-index: -1;
}

.careers-join-button:hover::before {
    height: 100%;
}

.careers-join-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 40, 90, 0.4);
}

/* Careers Positions Section - Card Stack Design */
.careers-positions-section {
    width: 100%;
    padding: 8rem 2rem;
    background-color: #000000;
    position: relative;
}

.careers-positions-container {
    max-width: 1200px;
    margin: 0 auto;
}

.careers-positions-header {
    text-align: center;
    margin-bottom: 5rem;
}

.careers-positions-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.careers-positions-title {
    font-family: 'Inconsolata', monospace;
    font-size: 4rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.careers-positions-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.careers-positions-scrollable {
    position: relative;
    width: 100%;
}

.careers-positions-scroll-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(75, 165, 224, 0.3) transparent;
}

.careers-positions-scroll-container::-webkit-scrollbar {
    width: 8px;
}

.careers-positions-scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

.careers-positions-scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(75, 165, 224, 0.3);
    border-radius: 4px;
}

.careers-positions-scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(75, 165, 224, 0.5);
}

.careers-position-link {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.3), rgba(18, 50, 102, 0.2));
    border: 1px solid rgba(75, 165, 224, 0.2);
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
}

.careers-position-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #4ba5e0, #0d285a);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.careers-position-link:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 30px rgba(13, 40, 90, 0.3);
    border-color: rgba(75, 165, 224, 0.4);
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.4), rgba(18, 50, 102, 0.3));
}

.careers-position-link:hover::before {
    opacity: 1;
}

.careers-position-link-icon {
    font-size: 2rem;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(75, 165, 224, 0.2), rgba(13, 40, 90, 0.3));
    border-radius: 10px;
}

.careers-position-link-content {
    flex: 1;
    min-width: 0;
}

.careers-position-link-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.careers-position-link-date {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.careers-position-link-arrow {
    font-size: 1.5rem;
    color: #4ba5e0;
    flex-shrink: 0;
    transition: transform 0.3s ease, color 0.3s ease;
}

.careers-position-link:hover .careers-position-link-arrow {
    transform: translateX(5px);
    color: #ffffff;
}

.careers-positions-empty {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}

.careers-positions-empty.show {
    display: flex;
}

.careers-positions-empty-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.careers-positions-empty-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

.careers-positions-social-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 500px;
}

.careers-positions-social-link {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.3), rgba(18, 50, 102, 0.2));
    border: 1px solid rgba(75, 165, 224, 0.2);
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.careers-positions-social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #4ba5e0, #0d285a);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.careers-positions-social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(13, 40, 90, 0.3);
    border-color: rgba(75, 165, 224, 0.4);
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.4), rgba(18, 50, 102, 0.3));
}

.careers-positions-social-link:hover::before {
    opacity: 1;
}

.careers-positions-social-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.careers-positions-social-arrow {
    font-size: 1.2rem;
    color: #4ba5e0;
    flex-shrink: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-left: auto;
}

.careers-positions-social-link:hover .careers-positions-social-arrow {
    transform: translateX(5px);
    color: #ffffff;
}

.careers-position-header {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.careers-position-icon {
    font-size: 3rem;
    line-height: 1;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(75, 165, 224, 0.2), rgba(13, 40, 90, 0.3));
    border-radius: 12px;
}

.careers-position-title-wrapper {
    flex: 1;
}

.careers-position-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.careers-position-meta {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.careers-position-summary {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0 0 2rem 0;
}

.careers-position-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.careers-position-detail-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.careers-position-detail-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.careers-position-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.careers-position-list li {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}

.careers-position-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4ba5e0;
    font-weight: bold;
}

.careers-position-apply {
    display: inline-flex;
    align-items: center;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #4ba5e0;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
    margin-top: 1rem;
}

.careers-position-apply:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* Responsive styles for new careers sections */
@media (max-width: 1200px) {

    .careers-benefits-title,
    .careers-process-flow-title {
        font-size: 3rem;
    }

    .careers-positions-title {
        font-size: 3rem;
    }

    .careers-benefit-showcase-item {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .careers-benefit-showcase-item.careers-benefit-reverse {
        direction: ltr;
    }

    .careers-process-flow-content {
        grid-template-columns: 250px 1fr;
        gap: 2rem;
    }

    .careers-join-container {
        grid-template-columns: 1fr;
        gap: 4rem;
    }


    .careers-position-details {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {

    .careers-benefits-section,
    .careers-process-flow-section,
    .careers-join-section,
    .careers-positions-section {
        padding: 6rem 1.5rem;
    }

    .careers-benefits-title,
    .careers-process-flow-title,
    .careers-join-title,
    .careers-positions-title {
        font-size: 2.5rem;
    }

    .careers-position-link {
        padding: 1.25rem 1.5rem;
        gap: 1rem;
    }

    .careers-position-link-title {
        font-size: 1.1rem;
    }

    .careers-position-link-icon {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .careers-positions-scroll-container {
        max-height: 500px;
    }

    .careers-positions-social-links {
        max-width: 100%;
    }

    .careers-positions-social-link {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
        gap: 0.75rem;
    }

    .careers-positions-social-icon {
        font-size: 1.25rem;
    }

    .careers-benefits-showcase {
        gap: 4rem;
    }

    .careers-process-flow-item {
        grid-template-columns: 80px 1fr;
        gap: 2rem;
    }

    .careers-process-flow-circle {
        width: 60px;
        height: 60px;
    }

    .careers-process-flow-step-number {
        font-size: 1.5rem;
    }

    .careers-process-flow-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .careers-process-flow-image {
        aspect-ratio: 16 / 9;
    }

    .careers-join-image-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .careers-join-image-large {
        grid-row: auto;
        grid-column: auto;
    }

    .careers-position-card {
        padding: 2rem;
    }

    .careers-position-title {
        font-size: 1.5rem;
    }

    .careers-position-header {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {

    .careers-benefits-title,
    .careers-process-flow-title,
    .careers-join-title {
        font-size: 2rem;
    }

    .careers-benefit-number {
        font-size: 3.5rem;
    }

    .careers-benefit-name {
        font-size: 1.5rem;
    }

    .careers-process-flow-step-title {
        font-size: 1.5rem;
    }

}

/* ============================================
   CONTACT HERO UNIQUE SECTION
   ============================================ */
.contact-hero-unique {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    position: relative;
    background-color: #000000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    /* Header height */
    box-sizing: border-box;
}

.contact-hero-unique-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Elements */
.contact-hero-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.contact-hero-bg-gradient {
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(75, 165, 224, 0.15) 0%, transparent 70%);
    animation: contactHeroGradient 20s ease-in-out infinite;
}

.contact-hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(75, 165, 224, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(75, 165, 224, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: contactHeroPattern 30s linear infinite;
}

@keyframes contactHeroGradient {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(10%, -10%) scale(1.1);
    }
}

@keyframes contactHeroPattern {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50px, 50px);
    }
}

/* Floating Image Cards */
.contact-hero-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.contact-hero-image-card {
    position: absolute;
    width: 300px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    animation: contactHeroImageFloat 1s ease-out forwards;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.contact-hero-image-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.3), rgba(75, 165, 224, 0.2));
    z-index: 1;
    mix-blend-mode: overlay;
}

.contact-hero-image-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.contact-hero-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-hero-image-1 {
    top: 10%;
    right: 5%;
    animation-delay: 0.3s;
    animation: contactHeroImageFloat 1s ease-out 0.3s forwards, contactHeroImageMove1 15s ease-in-out infinite;
}

.contact-hero-image-2 {
    top: 50%;
    right: 15%;
    width: 250px;
    height: 350px;
    animation-delay: 0.6s;
    animation: contactHeroImageFloat 1s ease-out 0.6s forwards, contactHeroImageMove2 18s ease-in-out infinite;
}

.contact-hero-image-3 {
    top: 20%;
    right: 30%;
    width: 280px;
    height: 380px;
    animation-delay: 0.9s;
    animation: contactHeroImageFloat 1s ease-out 0.9s forwards, contactHeroImageMove3 20s ease-in-out infinite;
}

.contact-hero-image-4 {
    top: 15%;
    left: 5%;
    width: 260px;
    height: 360px;
    animation-delay: 1.2s;
    animation: contactHeroImageFloat 1s ease-out 1.2s forwards, contactHeroImageMove4 17s ease-in-out infinite;
}

.contact-hero-image-5 {
    top: 55%;
    left: 12%;
    width: 360px;
    height: 240px;
    aspect-ratio: 3 / 2;
    animation-delay: 1.5s;
    animation: contactHeroImageFloat 1s ease-out 1.5s forwards, contactHeroImageMove5 19s ease-in-out infinite;
}

.contact-hero-image-6 {
    top: 5%;
    left: 45%;
    transform: translateX(-50%);
    width: 270px;
    height: 370px;
    animation-delay: 1.8s;
    animation: contactHeroImageFloat 1s ease-out 1.8s forwards, contactHeroImageMove6 16s ease-in-out infinite;
}

@keyframes contactHeroImageFloat {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes contactHeroImageMove1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(-20px, -30px) rotate(2deg);
    }

    66% {
        transform: translate(20px, -15px) rotate(-2deg);
    }
}

@keyframes contactHeroImageMove2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(15px, -25px) rotate(-1.5deg);
    }

    66% {
        transform: translate(-15px, -10px) rotate(1.5deg);
    }
}

@keyframes contactHeroImageMove3 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(-10px, 20px) rotate(1deg);
    }

    66% {
        transform: translate(10px, -20px) rotate(-1deg);
    }
}

@keyframes contactHeroImageMove4 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(20px, -25px) rotate(-2deg);
    }

    66% {
        transform: translate(-20px, -10px) rotate(2deg);
    }
}

@keyframes contactHeroImageMove5 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(-15px, 15px) rotate(1.5deg);
    }

    66% {
        transform: translate(15px, -15px) rotate(-1.5deg);
    }
}

@keyframes contactHeroImageMove6 {

    0%,
    100% {
        transform: translate(-50%, 0) rotate(0deg);
    }

    33% {
        transform: translate(-50%, -20px) rotate(-1deg);
    }

    66% {
        transform: translate(-50%, 20px) rotate(1deg);
    }
}

/* Main Content */
.contact-hero-unique-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

.contact-hero-unique-inner {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
}

.contact-hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, rgba(75, 165, 224, 0.2), rgba(13, 40, 90, 0.3));
    border: 1px solid rgba(75, 165, 224, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateX(-30px);
    animation: contactHeroFadeInLeft 0.8s ease-out 0.2s forwards;
}

.contact-hero-badge-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-hero-unique-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 5rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    opacity: 0;
    transform: translateY(30px);
    animation: contactHeroFadeInUp 0.8s ease-out 0.4s forwards;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}

.contact-hero-heading-line {
    display: block;
}

.contact-hero-heading-accent {
    background: linear-gradient(135deg, #4ba5e0, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-hero-unique-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 0;
    max-width: 650px;
    opacity: 0;
    transform: translateY(20px);
    animation: contactHeroFadeInUp 0.8s ease-out 0.6s forwards;
}

@keyframes contactHeroFadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes contactHeroFadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Feature Cards */
.contact-hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    width: 100%;
    margin-top: 1rem;
}

.contact-hero-feature-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(13, 40, 90, 0.3), rgba(18, 50, 102, 0.2));
    border: 1px solid rgba(75, 165, 224, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: contactHeroFadeInUp 0.8s ease-out forwards;
}

.contact-hero-feature-card:nth-child(1) {
    animation-delay: 0.8s;
}

.contact-hero-feature-card:nth-child(2) {
    animation-delay: 1s;
}

.contact-hero-feature-card:nth-child(3) {
    animation-delay: 1.2s;
}

.contact-hero-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(75, 165, 224, 0.4);
    box-shadow: 0 12px 40px rgba(13, 40, 90, 0.4);
}

.contact-hero-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(75, 165, 224, 0.2), rgba(13, 40, 90, 0.3));
    border-radius: 12px;
    color: #4ba5e0;
    flex-shrink: 0;
}

.contact-hero-feature-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-hero-feature-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.contact-hero-feature-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0;
}

/* Scroll Indicator */
.contact-hero-scroll-indicator {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 2;
    opacity: 0;
    animation: contactHeroFadeInUp 0.8s ease-out 1.4s forwards;
}

.contact-hero-scroll-line {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, rgba(75, 165, 224, 0.8), transparent);
    animation: contactHeroScrollLine 2s ease-in-out infinite;
}

.contact-hero-scroll-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
}

@keyframes contactHeroScrollLine {

    0%,
    100% {
        opacity: 0.3;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(10px);
    }
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .contact-hero-image-card {
        width: 250px;
        height: 350px;
    }

    .contact-hero-image-2 {
        width: 200px;
        height: 300px;
    }

    .contact-hero-image-3 {
        width: 230px;
        height: 330px;
    }

    .contact-hero-unique-heading {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .contact-hero-unique {
        padding-top: calc(58px + env(safe-area-inset-top, 0px));
        min-height: 100vh;
        height: auto;
        overflow: visible;
        align-items: flex-start;
    }

    .contact-hero-unique-wrapper {
        padding: 2rem 1rem 3rem;
        min-height: 100vh;
        height: auto;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .contact-hero-unique-content {
        padding: 0 0.5rem;
        max-width: 100%;
        box-sizing: border-box;
    }

    .contact-hero-unique-inner {
        width: 100%;
        gap: 1.75rem;
    }

    /* Küçük boyutta PC gibi süzülen arka plan resimleri */
    .contact-hero-images {
        opacity: 0.4;
    }

    .contact-hero-image-card {
        display: block;
        width: 100px;
        height: 130px;
        border-radius: 12px;
        opacity: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    }

    .contact-hero-image-card::before {
        background: linear-gradient(135deg, rgba(13, 40, 90, 0.5), rgba(75, 165, 224, 0.25));
    }

    .contact-hero-image-1 {
        top: 12%;
        right: 4%;
        animation: contactHeroImageFloat 1s ease-out 0.3s forwards, contactHeroImageMove1 15s ease-in-out infinite;
    }

    .contact-hero-image-2 {
        top: 45%;
        right: 8%;
        width: 90px;
        height: 120px;
        animation: contactHeroImageFloat 1s ease-out 0.6s forwards, contactHeroImageMove2 18s ease-in-out infinite;
    }

    .contact-hero-image-3 {
        top: 22%;
        right: 20%;
        width: 95px;
        height: 125px;
        animation: contactHeroImageFloat 1s ease-out 0.9s forwards, contactHeroImageMove3 20s ease-in-out infinite;
    }

    .contact-hero-image-4 {
        top: 18%;
        left: 4%;
        width: 92px;
        height: 118px;
        animation: contactHeroImageFloat 1s ease-out 1.2s forwards, contactHeroImageMove4 17s ease-in-out infinite;
    }

    .contact-hero-image-5 {
        top: 58%;
        left: 6%;
        width: 110px;
        height: 74px;
        aspect-ratio: 3 / 2;
        animation: contactHeroImageFloat 1s ease-out 1.5s forwards, contactHeroImageMove5 19s ease-in-out infinite;
    }

    .contact-hero-image-6 {
        top: 8%;
        left: 38%;
        width: 88px;
        height: 120px;
        transform: translateX(-50%);
        animation: contactHeroImageFloat 1s ease-out 1.8s forwards, contactHeroImageMove6 16s ease-in-out infinite;
    }

    .contact-hero-unique-heading {
        font-size: 2.5rem;
        line-height: 1.15;
    }

    .contact-hero-unique-description {
        font-size: 1rem;
        max-width: 100%;
    }

    .contact-hero-features {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 0.5rem;
    }

    .contact-hero-feature-card {
        padding: 1.25rem;
    }

    .contact-hero-scroll-indicator {
        bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .contact-hero-unique {
        padding-top: calc(58px + env(safe-area-inset-top, 0px));
    }

    .contact-hero-unique-wrapper {
        padding: 1.5rem 0.75rem 2.5rem;
    }

    .contact-hero-unique-content {
        padding: 0 0.25rem;
    }

    .contact-hero-unique-heading {
        font-size: 1.85rem;
        line-height: 1.2;
    }

    .contact-hero-unique-description {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .contact-hero-unique-inner {
        gap: 1.5rem;
    }

    .contact-hero-feature-card {
        padding: 1rem;
    }

    .contact-hero-feature-title {
        font-size: 1rem;
    }

    .contact-hero-feature-text {
        font-size: 0.85rem;
    }

    .contact-hero-scroll-indicator {
        bottom: 1rem;
    }

    /* Mobilde daha küçük süzülen resimler */
    .contact-hero-image-card {
        width: 80px;
        height: 105px;
        border-radius: 10px;
    }

    .contact-hero-image-2,
    .contact-hero-image-3,
    .contact-hero-image-4,
    .contact-hero-image-6 {
        width: 72px;
        height: 98px;
    }

    .contact-hero-image-5 {
        width: 90px;
        height: 60px;
    }
}

@media (max-width: 360px) {
    .contact-hero-unique-heading {
        font-size: 1.6rem;
    }

    .contact-hero-unique-description {
        font-size: 0.9rem;
    }
}

/* ============================================
   GALLERY LIGHTBOX
   ============================================ */
.gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallery-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.gallery-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    cursor: pointer;
}

.gallery-lightbox-container {
    position: relative;
    width: 90%;
    max-width: 1400px;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
}

.gallery-lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery-lightbox-img {
    max-width: 100%;
    max-height: 85vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transform-origin: center center;
    transition: transform 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: none;
}

.gallery-lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10002;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    padding: 0;
    line-height: 1;
}

.gallery-lightbox-close:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.gallery-lightbox-close span {
    display: block;
    line-height: 1;
}

.gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 10002;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 0;
    line-height: 1;
}

.gallery-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.gallery-lightbox-prev {
    left: -80px;
}

.gallery-lightbox-next {
    right: -80px;
}

.gallery-lightbox-counter {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    z-index: 10002;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
}

/* Responsive styles for gallery lightbox */
@media (max-width: 968px) {
    .gallery-lightbox-container {
        width: 95%;
        height: 95vh;
    }

    .gallery-lightbox-img {
        max-height: 80vh;
    }

    .gallery-lightbox-prev {
        left: 10px;
    }

    .gallery-lightbox-next {
        right: 10px;
    }

    .gallery-lightbox-close {
        top: 10px;
        right: 10px;
    }

    .gallery-lightbox-counter {
        bottom: 10px;
    }
}

@media (max-width: 768px) {
    .gallery-lightbox-nav {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }

    .gallery-lightbox-prev {
        left: 5px;
    }

    .gallery-lightbox-next {
        right: 5px;
    }

    .gallery-lightbox-close {
        top: 5px;
        right: 5px;
        font-size: 2.5rem;
        width: 40px;
        height: 40px;
    }

    .gallery-lightbox-counter {
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }
}

@media (max-width: 480px) {
    .gallery-lightbox-container {
        width: 100%;
        height: 100vh;
    }

    .gallery-lightbox-img {
        max-height: 75vh;
    }

    .gallery-lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .gallery-lightbox-close {
        font-size: 2rem;
        width: 35px;
        height: 35px;
    }

    .gallery-lightbox-counter {
        font-size: 0.85rem;
        padding: 0.3rem 0.8rem;
    }
}

/* News Page Styles */
.news-page-background {
    position: relative;
    min-height: 100vh;
    background-image: url('https://uvp-files.s3.us-east-2.amazonaws.com/website/assets/final/article.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.news-page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
    pointer-events: none;
}

.news-page-background .news-hero,
.news-page-background .news-articles-section,
.news-page-background .footer {
    position: relative;
    z-index: 1;
}

.news-page-background .footer {
    background-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.15);
}

.news-page-background .footer .footer-email,
.news-page-background .footer .social-link,
.news-page-background .footer .footer-newsletter-heading,
.news-page-background .footer .footer-newsletter-description,
.news-page-background .footer .footer-policy,
.news-page-background .footer .footer-copyright,
.news-page-background .footer .footer-credit,
.news-page-background .footer .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.news-page-background .footer .footer-email:hover,
.news-page-background .footer .social-link:hover {
    color: #ffffff;
}

.news-page-background .footer .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.15);
}

.news-page-background .footer .newsletter-input {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.news-page-background .footer .newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.news-hero {
    position: relative;
    width: 100%;
    min-height: 35vh;
    display: flex;
    align-items: center;
    padding-top: 60px;
}

.news-hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 3rem 2rem 1.5rem;
    width: 100%;
}

.news-hero-content {
    max-width: 600px;
}

.news-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 1rem 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.news-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

/* News Articles Section */
.news-articles-section {
    position: relative;
    width: 100%;
    padding: 2rem 3rem 5rem 1.5rem;
}

.news-articles-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem 0 1.5rem;
    width: 100%;
}

.news-articles-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 3rem 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

.news-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
}

.news-article-card {
    display: block;
    position: relative;
    background-color: #111111;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.news-article-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.news-article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-article-card:hover .news-article-image {
    transform: scale(1.05);
}

.news-article-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
    opacity: 0.6;
    pointer-events: none;
}

.news-article-content {
    padding: 1.5rem;
}

.news-article-source {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    display: block;
}

.news-article-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

.news-article-excerpt {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

.news-article-link-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #5BA3F5;
    transition: color 0.2s ease;
}

.news-article-card:hover .news-article-link-text {
    color: #7ab8f7;
}

@media (max-width: 768px) {
    .news-hero-heading {
        font-size: 2.5rem;
    }

    .news-hero-description {
        font-size: 1rem;
    }

    .news-articles-grid {
        grid-template-columns: 1fr;
    }

    .news-articles-section {
        padding: 3rem 1.5rem;
    }
}

.news-page-background .news-articles-section,
.news-page-background .footer {
    position: relative;
    z-index: 1;
}

.news-page-background .footer {
    background-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.15);
}

.news-page-background .footer .footer-email,
.news-page-background .footer .social-link,
.news-page-background .footer .footer-newsletter-heading,
.news-page-background .footer .footer-newsletter-description,
.news-page-background .footer .footer-policy,
.news-page-background .footer .footer-copyright,
.news-page-background .footer .footer-credit,
.news-page-background .footer .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.news-page-background .footer .footer-email:hover,
.news-page-background .footer .social-link:hover {
    color: #ffffff;
}

.news-page-background .footer .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.15);
}

.news-page-background .footer .newsletter-input {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.news-page-background .footer .newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.news-hero {
    position: relative;
    width: 100%;
    min-height: 35vh;
    display: flex;
    align-items: center;
    padding-top: 60px;
}

.news-hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 3rem 2rem 1.5rem;
    width: 100%;
}

.news-hero-content {
    max-width: 600px;
}

.news-hero-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 1rem 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.news-hero-description {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

/* News Articles Section */
.news-articles-section {
    position: relative;
    width: 100%;
    padding: 2rem 3rem 5rem 1.5rem;
}

.news-articles-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem 0 1.5rem;
    width: 100%;
}

.news-articles-heading {
    font-family: 'Inconsolata', monospace;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 3rem 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

.news-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
}

.news-article-card {
    display: block;
    position: relative;
    background-color: #111111;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.news-article-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.news-article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-article-card:hover .news-article-image {
    transform: scale(1.05);
}

.news-article-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
    opacity: 0.6;
    pointer-events: none;
}

.news-article-content {
    padding: 1.5rem;
}

.news-article-source {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    display: block;
}

.news-article-title {
    font-family: 'Inconsolata', monospace;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

.news-article-excerpt {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

.news-article-link-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #5BA3F5;
    transition: color 0.2s ease;
}

.news-article-card:hover .news-article-link-text {
    color: #7ab8f7;
}

@media (max-width: 768px) {
    .news-hero-heading {
        font-size: 2.5rem;
    }

    .news-hero-description {
        font-size: 1rem;
    }

    .news-articles-grid {
        grid-template-columns: 1fr;
    }

    .news-articles-section {
        padding: 3rem 1.5rem;
    }
}