@font-face {
    font-family: 'AvantGardeTRDemiBold';
    src: url('/assets/fonts/AVGARDD_2.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeTR';
    src: url('/assets/fonts/AVGARDN_2.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AvantGardeTRDemiBold';
    src: url('/assets/fonts/AVGARDDO_2.woff2') format('woff2');
    font-weight: 700;
    font-style: oblique;
}

/* HERO BAŞLIK ALANI */
.hero-section {
    width: 100%;
    padding: 36px 0 0 0;
    background: #fff;
}
.hero-text {
    max-width: 1250px;
    margin: 0 auto 28px auto;
    text-align: center;
    position: relative;
    min-height: 270px;
}
.hero-subtitle {
    color: #e27924;
    font-family: 'AvantGardeTR', Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translate(-75%, 0);
    margin-top: 0;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.hero-title {
    font-family: 'AvantGardeTRDemiBold', 'AvantGardeTR', Arial Black, Arial, sans-serif;
    font-weight: 700;
    font-size: 130px;
    line-height: 1;
    color: #191919;
    margin: 52px 0 0 0;
    letter-spacing: -6px;
}
.hero-desc {
    margin: 32px auto 0 auto;
    font-family: 'AvantGardeTR', Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.32;
    color: #191919;
    max-width: 670px;
    text-align: center;
    letter-spacing: 0;
}

/* BEFORE-AFTER SLIDER ALANI */
.before-after-slider {
    position: relative;
    max-width: 1100px;
    margin: 44px auto 0 auto;
    height: 420px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 6px 38px 0 rgba(80,80,80,.12);
    background: #ccc;
}
.ba-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.ba-image img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ba-image-before {
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    clip-path: inset(0 0 0 50%);
}
.ba-image-after {
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ba-slider {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    z-index: 10;
    opacity: 0;
    pointer-events: auto;
}
.ba-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 56px;
    height: 56px;
    background: #191919;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(60,60,60,.18);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    font-size: 32px;
    transition: background .2s;
    user-select: none;
}
.ba-handle:hover {
    background: #e27924;
}
.ba-arrow {
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
}
.ba-label {
    position: absolute;
    top: 24px;
    z-index: 20;
    background: #191919;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 12px;
    padding: 6px 26px;
    pointer-events: none;
}
.ba-label-left  { left: 24px; }
.ba-label-right { right: 24px; }

/* RESPONSIVE */
@media (max-width: 1200px) {
    .hero-title { font-size: 8vw; margin-top: 40px; }
    .hero-subtitle { font-size: 3vw; top: -14px; transform: translate(-60%, 0); }
    .hero-desc { font-size: 1.5vw; max-width: 75vw; }
    .before-after-slider { max-width: 98vw; }
}
@media (max-width: 800px) {
    .hero-title { font-size: 11vw; margin-top: 30px; }
    .hero-subtitle { font-size: 5vw; top: -8px; transform: translate(-42%, 0);}
    .hero-desc { font-size: 15px; }
    .before-after-slider { height: 42vw; min-height: 210px; }
    .ba-label { font-size: 17px; padding: 5px 16px; }
    .ba-handle { width: 38px; height: 38px; font-size: 17px; }
    .ba-arrow { font-size: 22px; }
}
@media (max-width: 500px) {
    .hero-title { font-size: 12vw; margin-top: 26px;letter-spacing: -2px; }
    .hero-subtitle { font-size: 7vw;
        top: -25px;
        transform: translate(-47%, 0);}
    .hero-desc { font-size: 16px; max-width: 96vw; }
    .hero-section { padding: 12px 0 0 0; }
}
