﻿:root {
    --brand: #D93D04;
}

body {
    background: #f2f1f2;
}

.bg-brand {
    background: var(--brand) !important;
}

.text-brand {
    color: var(--brand) !important;
}

/* NAV: Butonlar için responsive boyutlandırma */
.btn-nav {
    padding: .45rem .9rem;
    font-size: .95rem;
    border-radius: .5rem;
}

@media (min-width: 768px) {
    .btn-nav {
        padding: .7rem 1.25rem;
        font-size: 1.05rem;
        border-radius: .6rem;
    }
}

/* Mobilde menü içi sıkı aralıklar */
.navbar .navbar-nav .nav-item {
    margin: .25rem 0;
}

@media (min-width: 768px) {
    .navbar .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar .navbar-nav {
        align-items: flex-end;
    }
}

/* Butonlar */
.btn-outline-brand {
    border: 1px solid var(--brand) !important;
    color: var(--brand) !important;
    background: #fff !important;
}

.btn-brand {
    background: var(--brand);
    color: #fff;
    border: 1px solid var(--brand);
}

/* Satır boşlukları */
.row-spaced {
    margin-bottom: 7rem;
}

@media (max-width: 767.98px) {
    .row-spaced {
        margin-bottom: 2.5rem;
    }
}

/* Sahne alanı */
.stage {
    position: relative;
    border-radius: 1rem;
    padding: 2rem 1rem;
}

/* Bağlayıcı SVG */
.connector {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

    .connector path {
        stroke: var(--brand);
        stroke-width: 6;
        fill: none;
        stroke-linecap: round;
        stroke-dasharray: 12 10;
        filter: drop-shadow(0 8px 12px rgba(242,82,82,.25));
    }

.nodes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

    .nodes circle {
        fill: var(--brand);
        stroke: #fff;
        stroke-width: 3;
        filter: drop-shadow(0 4px 8px rgba(242,82,82,.25));
    }

/* İçerik kopyaları */
.feature-copy {
    padding-inline: 1rem;
}

@media (min-width: 768px) {
    .feature-copy--right {
        padding-left: 2rem;
    }

    .feature-copy--left {
        padding-right: 2rem;
    }
}

.feature-copy h3 {
    font-weight: 700;
    padding-inline: 2.5rem;
}

.feature-copy p,
.feature-copy li {
    color: #6c757d;
    padding-inline: 2.5rem;
}

/* Slider */
.hero-carousel {
    --h-mobile: 40vh;
    --h-desktop: 60vh;
}

    .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item {
        height: var(--h-mobile);
    }

@media (min-width: 992px) {
    .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item {
        height: var(--h-desktop);
    }
}

.hero-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Logo */
.brand-logo {
    height: 100px;
}

@media (min-width: 768px) {
    .brand-logo {
        height: 48px;
    }
}

/* Footer */
footer {
    background-color: var(--brand);
}

    footer a,
    footer span {
        color: #ffffff;
        text-decoration: none;
    }

        footer a:hover {
            color: #ddd;
        }

.footer-logo img {
    max-height: 100px;
}

/* Sekmeler (turuncu temalı) */
#panelTabs .nav-link {
    color: var(--brand) !important;
    background: #fff !important;
    border: 1px solid var(--brand);
    border-radius: .5rem;
    font-weight: 600;
}

    #panelTabs .nav-link:hover,
    #panelTabs .nav-link.active {
        background: var(--brand) !important;
        color: #fff !important;
        border-color: var(--brand) !important;
    }

/* Görseller */
.thumb-16x9 {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
    border-radius: .5rem;
}

/* Medya kutuları */
.media-tile {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    background: #f6f6f6;
}

    .media-tile img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

/* Toplu indirme kartı */
.card-narrow {
    max-width: 700px;
}
.soft-card {
    border-radius: 1.25rem;
    backdrop-filter: blur(4px);
}

.dropzone {
    border: 2px dashed rgba(0,0,0,.1);
    background: #fafafa;
    padding: 22px;
    transition: all .2s ease;
    position: relative;
}

    .dropzone.dragover {
        border-color: rgba(25,135,84,.6);
        background: #f0fff6;
    }

.dz-icon {
    font-size: 2rem;
    line-height: 1;
    opacity: .8;
}

.preview-wrap {
    margin-top: .5rem;
}

.preview-item {
    position: relative;
    border-radius: .75rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
}

    .preview-item img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        display: block;
    }

.preview-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    border: 0;
    border-radius: 999px;
    background: rgba(0,0,0,.55);
    color: #fff;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
}

@media (max-width: 767.98px) {
    .toolbar .form-select,
    .toolbar .form-control {
        width: 100%;
        min-width: unset;
    }
}
  /* medya kart hover efekti */
  .modal-body .card,
  .modal-body img {
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .modal-body .card:hover,
  .modal-body img:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
  }