.hero-container, .hero-section, .hero-visual, .tanitim-kolon-sol {
    position: relative
}

.hero-section {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #f8f9fa;
    min-height: 100vh;
    overflow: hidden
}

.hero-container {
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center;
    z-index: 2
}

.top-tag {
    color: #999;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500
}

.hero-title {
    font-size: 70px;
    font-family: Gilroy-Bold, sans-serif;
    line-height: 1.2;
    margin: 20px 0;
    font-weight: 800;
    color: #000
}

.label-text, .tab-link.active {
    font-family: Gilroy-Medium, sans-serif
}

.hero-title-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px
}

.hero-stats {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.badge-text, .stat-item {
    display: flex;
    flex-direction: column
}

.stat-number {
    display: block;
    font-size: 32px;
    font-weight: 600
}

.stat-text {
    color: #888;
    font-size: 14px
}

.hero-description {
    max-width: 750px;
    color: #ababab;
    margin-bottom: 30px
}

.hero-btns {
    display: flex;
    gap: 15px
}

.main-ant {
    width: 100%;
    transform: translateX(10%)
}

.experience-badge {
    position: absolute;
    right: 20px;
    width: 17vw;
    top: 70%;
    transform: translateY(-50%);
    z-index: 999;
    padding: 20px;
    border-radius: 24px;
    color: #fff;
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    pointer-events: auto
}

.hero-bottom-divider, .ts-bottom-divider {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1
}

.badge-header {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 10px
}

.badge-body {
    display: flex;
    align-items: center;
    gap: 20px
}

.avatars {
    display: flex;
    margin-right: 15px
}

.avatar-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #222;
    margin-right: -15px;
    object-fit: cover
}

.count {
    font-size: 30px;
    font-weight: 800;
    line-height: 1
}

.text {
    font-size: 14px;
    opacity: .7;
    margin-top: 4px
}

.hero-bottom-divider {
    width: 100%;
    height: 50vh;
    margin-top: -50vh;
    background-image: url('/front/images/others/bg-1.svg')
}

.ts-bottom-divider {
    width: 100%;
    height: 15vh;
    background-image: url('/front/images/backgrounds/ts-top.png')
}

.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .05) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, .05) 1px, transparent 1px);
    background-size: 200px 200px;
    z-index: 1
}

.tanitim-ana-section {
    padding: 50px 0 100px;
    background-color: #fff;
    overflow: visible
}

.tanitim-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.tanitim-ust-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 40px
}

.tanitim-ana-baslik {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0
}

.tanitim-aciklama-sag p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    max-width: 450px;
    text-align: right
}

.tanitim-grid-sistemi {
    display: grid;
    grid-template-columns:1.2fr 0.8fr 1.2fr;
    gap: 30px;
    align-items: end
}

.tanitim-kart-glass {
    background: rgba(255, 255, 255, .45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    position: relative;
    z-index: 5
}

.obj-drone, .obj-karinca {
    z-index: 0;
    position: absolute
}

.tanitim-kart-genis {
    padding: 35px;
    margin-bottom: 25px
}

.tanitim-dot {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle
}

.tanitim-kart-genis h3 {
    display: inline;
    font-size: 18px;
    font-weight: 700
}

.tanitim-kart-genis p {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    line-height: 1.6
}

.tanitim-kart-alt-grup {
    display: flex;
    gap: 20px
}

.tanitim-kart-kucuk {
    flex: 1;
    padding: 30px;
    text-align: center
}

.tanitim-btn-yuvarlak, .tanitim-ozel-detay-btn {
    display: flex;
    align-items: center;
    transition: .3s
}

.tanitim-kart-kucuk h4 {
    font-size: 38px;
    font-weight: 800;
    margin: 0;
    font-family: Gilroy-Bold, sans-serif
}

.tanitim-kart-kucuk span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px
}

.tanitim-resim-cerceve {
    border-radius: 30px;
    overflow: hidden;
    position: relative
}

.tanitim-resim-cerceve img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dikey-mod, .yatay-mod {
    height: 500px
}

.tanitim-ozel-detay-btn {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #fff;
    padding: 12px 12px 12px 35px;
    border-top-left-radius: 45px;
    gap: 15px;
    text-decoration: none;
    color: #000;
    font-weight: 600
}

.tanitim-btn-yuvarlak {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    justify-content: center
}

.tanitim-ozel-detay-btn:hover .tanitim-btn-yuvarlak {
    background: #000;
    color: #fff;
    transform: scale(1.1)
}

.obj-drone {
    top: -110px;
    left: -30px;
    width: 530px
}

.obj-karinca {
    bottom: -30px;
    left: 80px;
    width: 300px
}

.memories-section {
    position: relative;
    padding: var(--section-padding);
    background-color: var(--bg-main);
    overflow: hidden
}

.memories-section .grid-overlay {
    z-index: 1
}

.memories-container {
    position: relative;
    z-index: 2;
    text-align: center
}

.memories-header {
    margin-bottom: 0
}

.visual-playground {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto
}

.main-visual {
    width: 100%;
    height: auto;
    display: block
}

.floating-label {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px
}

.label-text {
    background-color: var(--clr-black);
    color: var(--clr-white);
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 16px;
    width: 180px
}

.line-trace {
    position: absolute;
    border: 1px dashed #000;
    border-radius: 2px;
    pointer-events: none;
    z-index: -1
}

.line-trace::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%
}

.l-top-left {
    top: 15%;
    left: 2%;
    flex-direction: row-reverse
}

.l-top-right {
    top: 11%;
    right: 2%;
    flex-direction: row
}

.lt-top-right {
    width: 70px;
    height: 85px;
    border-top: none;
    border-left: none;
    transform: translate(15px, 20px)
}

.lt-top-right::after {
    top: -1px;
    left: -1px
}

.l-bottom-left {
    bottom: 5%;
    left: 2%;
    flex-direction: row-reverse
}

.lt-bottom-left {
    width: 105px;
    height: 53px;
    border-bottom: none;
    border-right: none;
    transform: translate(-20px, -15px)
}

.lt-bottom-left::after {
    bottom: -1px;
    right: -1px
}

.l-bottom-right {
    bottom: 5%;
    right: 7%;
    flex-direction: row
}

.ts-avatars-column, .ts-section {
    display: flex;
    flex-direction: column;
    position: relative
}

.lt-bottom-right {
    width: 75px;
    height: 65px;
    border-bottom: none;
    border-left: none;
    transform: translate(15px, -15px)
}

.lt-bottom-right::after {
    bottom: -1px;
    left: -1px
}

.memories-footer {
    margin-top: 50px;
    margin-bottom: 50px
}

.ts-section {
    width: 100%;
    background-color: #080808;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: #fff
}

.ts-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.ts-header-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-top: 50px
}

.ts-main-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0
}

.ts-header-right p {
    max-width: 300px;
    font-size: 17px;
    color: #888;
    text-align: right;
    line-height: 1.5
}

.ts-content-grid {
    display: grid;
    grid-template-columns:200px 1fr 150px;
    gap: 40px;
    align-items: center;
    position: relative
}

.ts-avatars-column {
    gap: 40px;
    align-items: center;
    z-index: 5
}

.ts-slide, .ts-track {
    display: flex;
    flex-direction: column
}

.ts-avatar-item {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: .6s cubic-bezier(.4, 0, .2, 1);
    border: 2px solid transparent
}

.ts-avatar-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ts-avatar-item.inactive {
    transform: scale(.8);
    filter: grayscale(100%) brightness(.6);
    opacity: .4;
    z-index: 1
}

.ts-avatar-item.active {
    transform: scale(1.15);
    filter: grayscale(0%) brightness(1);
    opacity: 1;
    z-index: 10;
    box-shadow: 0 0 40px rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .2)
}

.ts-avatar-item.inactive:hover {
    opacity: .7;
    filter: grayscale(50%) brightness(.8);
    transform: scale(.85)
}

.ts-slider-viewport {
    position: relative;
    min-height: 180px;
    margin-bottom: 80px
}

.ts-track {
    position: relative;
    width: 100%
}

.tab-link, .ts-arrow-btn {
    cursor: pointer;
    transition: .3s
}

.ts-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity .5s ease, transform .5s ease;
    pointer-events: none
}

.ts-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
}

.ts-controls-column, .ts-stat-card {
    flex-direction: column;
    display: flex
}

.ts-quote-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px
}

.ts-author-info {
    font-size: 14px;
    color: #fff;
    font-style: normal
}

.text-box h3, .ts-stat-num {
    font-size: 24px;
    margin-bottom: 5px
}

.ts-author-info span {
    color: #666
}

.ts-stats-row {
    display: flex;
    gap: 40px
}

.ts-stat-card {
    padding-left: 20px;
    border-left: 1px solid #fff
}

.ts-stat-card:first-child {
    border-left: unset
}

.ts-stat-num {
    font-weight: 700
}

.ts-stat-label {
    font-size: 12px;
    color: #666;
    line-height: 1.3
}

.ts-controls-column {
    justify-content: space-between;
    height: 400px;
    position: relative
}

.ts-arrows-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end
}

.ts-arrow-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #333;
    background: 0 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-footer-bg, .ts-footer-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom
}

.ts-arrow-btn:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1)
}

.ts-decor-img {
    position: absolute;
    right: -40px;
    bottom: -60px;
    width: 280px;
    z-index: 5
}

.ts-decor-img img {
    width: 100%;
    height: auto
}

.section-footer-bg {
    width: 100%;
    height: 22vh;
    background-image: url('/front/images/others/bg-1.svg')
}

.ts-footer-bg {
    width: 100%;
    height: 15vh;
    background-image: url('/front/images/backgrounds/ts-bottom.png')
}

.tab-container {
    display: flex;
    gap: 50px;
    align-items: flex-start
}

.tab-menu {
    display: flex;
    flex-direction: column;
    width: 200px
}

.tab-link {
    background: 0 0;
    border: none;
    text-align: left;
    padding: 12px 0;
    font-size: 16px;
    color: #999;
    font-family: Gilroy-Light, sans-serif
}

.tab-link.active {
    color: #000
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block;
    animation: .5s fadeIn
}

.content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start
}

.image-box img {
    width: 500px;
    height: 300px;
    border-radius: 20px;
    object-fit: cover
}

.text-box .category {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 20px
}

.text-box p {
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px
}

.title-with-line {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 60px
}

.text-line {
    position: absolute;
    left: 100%;
    margin-left: 15px;
    width: 80px;
    height: 12px;
    background-image: url('/front/images/others/text-line.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    pointer-events: none;
    z-index: 5
}

@media (max-width: 1024px) {
    .ts-section {
        background-size: cover;
        padding: 40px 0;
        min-height: unset
    }

    .ts-content-grid {
        grid-template-columns:1fr
    }

    .ts-avatars-column {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }

    .ts-controls-column {
        height: auto;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    .ts-arrows-group {
        flex-direction: row;
        align-items: center
    }

    .ts-decor-img {
        position: relative;
        right: 0;
        bottom: -110px;
        width: 200px;
        margin: 0 auto
    }

    .ts-stats-row {
        flex-wrap: wrap;
        gap: 20px
    }

    .ts-slider-viewport {
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .content-wrapper, .tanitim-ust-header {
        flex-direction: column
    }

    .tanitim-ana-baslik {
        font-size: 36px
    }

    .tanitim-grid-sistemi {
        grid-template-columns:1fr
    }

    .experience-badge, .section-subtitle, .tanitim-aciklama-sag {
        display: none
    }

    .tanitim-baslik-sol {
        z-index: 999
    }

    .tanitim-kart-alt-grup {
        display: flex;
        flex-direction: row !important;
        gap: 10px;
        width: 100%;
        justify-content: space-between
    }

    .tanitim-kart-glass, .tanitim-kart-kucuk {
        flex: 1;
        min-width: 0;
        padding: 10px
    }

    .dikey-mod, .yatay-mod {
        height: 300px
    }

    .obj-karinca {
        top: -100px
    }

    .obj-drone {
        top: unset;
        width: 280px
    }

    .image-box img, .tab-menu {
        width: 100%
    }

    .hero-bottom-divider {
        margin-top: -37vh;
        height: 30vh
    }

    .ts-bottom-divider {
        height: 10vh
    }

    .section-footer-bg {
        height: 5vh
    }

    .tab-container {
        flex-direction: column;
        gap: 20px
    }

    .tab-menu {
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 10px
    }

    .main-ant {
        transform: translate(230px, -500px);
        position: absolute;
        z-index: -10
    }

    .tab-link {
        white-space: nowrap;
        padding: 8px 16px;
        border-bottom: 2px solid transparent
    }

    .tab-link.active {
        border-bottom-color: #000;
        color: #fff
    }

    .ts-header-area {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px
    }

    .ts-header-right p {
        text-align: left;
        max-width: 100%
    }

    .ts-main-title {
        font-size: 32px
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 60px;
        min-height: unset
    }

    .hero-container {
        grid-template-columns:1fr
    }

    .hero-content {
        padding-top: 30px
    }

    .hero-title {
        font-size: 45px;
        margin-bottom: 0
    }

    .hero-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 100px;
        width: 100%
    }

    .hero-stats {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        width: 100%
    }

    .hero-stats .stat-item, .hero-stats > div {
        flex: 0.5
    }

    .hero-description {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .hero-btns {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        width: 100%
    }

    .hero-btns a, .hero-btns button {
        flex: 1;
        width: auto;
        padding: 5px 20px;
        font-size: 14px
    }

    .floating-label {
        display: none
    }

    .memories-footer {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .ts-section {
        background-size: cover;
        min-height: 500px;
        background-position: center
    }

    .ts-container {
        padding: 0 20px
    }

    .ts-avatar-item {
        width: 80px;
        height: 80px
    }

    .ts-quote-text {
        font-size: 18px
    }

    .ts-stat-num {
        font-size: 20px
    }
}

@media (max-width: 480px) {
    .stat-number {
        font-size: 24px
    }

    .tanitim-ana-baslik, .tanitim-kart-kucuk h4 {
        font-size: 28px
    }

    .btn-dark-pill {
        padding: 12px 24px;
        font-size: 14px
    }
}
