@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

html,
body {
    background-color: #a577b7;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Comfortaa';
}

.logo {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}

.logo img {
    width: 180px;
}

.alan {
    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.ortala {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.half {
    float: left;
    width: 67%;
    padding: 0 15px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 135px;
}

.half p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 0px #190000;
}

.half2 {
    float: left;
    width: 33%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 135px;
}

.half2 img {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 10px;
    border-width: 5px;
}

.ortaform {
    background: #8b55a1;
    padding: 13px 15px;
    margin-left: 2%;
    max-width: 88%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
}

@media only screen and (max-width:480px) {
    .half2 img {
        margin-bottom: 0px;
    }
}

.altalan {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
}

.altalan p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-shadow: 1px 1px 0px #190000;
}

input[type="text"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 12px;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 2px;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px solid rgba(167, 167, 167, .4);
    opacity: 1;
}

option {
    color: #111;
    background: #fff;
}

h3.subebaslik {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 15px 0;
    text-shadow: 1px 1px 0px #000;
}

.select-wrapper {
    position: relative;
    text-align: center;
    margin: 0px auto;
    width: 285px;
}

.select-header {
    background: linear-gradient(180deg, #e74c3c, #c0392b);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 50px;
    padding: 14px 40px;
    box-shadow: inset 0 6px 8px rgba(255, 255, 255, 0.3), inset 0 -6px 8px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 1;
}

.select-header p {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    color: #fff;
}

.select-wrapper select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

#subeIcerik a {
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 12px 14px;
    margin: 0 0 0 14px;
}

#subeIcerik a:nth-child(2) {
    background: linear-gradient(180deg, #e74c3c, #c0392b);
    box-shadow: inset 0 6px 8px rgba(255, 255, 255, 0.4), inset 0 -6px 8px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.6);
}

#subeIcerik a:nth-child(3) {
    background: linear-gradient(180deg, #40d774, #31c564);
    box-shadow: inset 0 6px 8px rgba(255, 255, 255, 0.4), inset 0 -6px 8px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.6);
}

#subeIcerik a:nth-child(4) {
    background: linear-gradient(180deg, #47a3cd, #3d96be);
    box-shadow: inset 0 6px 8px rgba(255, 255, 255, 0.4), inset 0 -6px 8px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.6);
}

#subeIcerik a:nth-child(5) {
    background: linear-gradient(180deg, #d9c357, #ffdc33);
    box-shadow: inset 0 6px 8px rgba(255, 255, 255, 0.4), inset 0 -6px 8px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.6);
}

#subeIcerik a i {
    margin: 13px 0 0 0;
}

.ikonbolumu a {
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.ikonbolumu a i {
    margin: 13px 0 0 0;
}

.ikonbolumu a:nth-child(1) {
    background: linear-gradient(180deg, #e74c3c, #c0392b);
    box-shadow: inset 0 6px 8px rgba(255, 255, 255, 0.4), inset 0 -6px 8px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.6);
}

.ikonbolumu a:nth-child(2) {
    background: linear-gradient(180deg, #40d774, #31c564);
    box-shadow: inset 0 6px 8px rgba(255, 255, 255, 0.4), inset 0 -6px 8px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.6);
}

.ikonbolumu a:nth-child(3) {
    background: linear-gradient(180deg, #47a3cd, #3d96be);
    box-shadow: inset 0 6px 8px rgba(255, 255, 255, 0.4), inset 0 -6px 8px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.6);
}

.ikonbolumu a:nth-child(4) {
    background: linear-gradient(180deg, #d9c357, #ffdc33);
    box-shadow: inset 0 6px 8px rgba(255, 255, 255, 0.4), inset 0 -6px 8px rgba(0, 0, 0, 0.3), 0 4px 10px rgba(0, 0, 0, 0.6);
}

.form-container {
    max-width: 450px;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    box-sizing: border-box;
}

.ortaform form button {
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.4), 0 4px 6px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.2s ease;
    color: #ffffff;
    font-size: 14px;
    background-color: #1ba100 !important;
    width: 120px;
    float: left;
    border-radius: 8px !important;
}

.form-container h2 {
    color: white;
    font-size: 24px;
    margin: 0px 0 15px 0;
    text-shadow: 3px 2px 2px #000;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

input[type="text"],
input[type="tel"],
input[type="date"],
select {
    padding: 14px;
    border-radius: 10px;
    border: 2px solid rgba(167, 167, 167, .4);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
    color: #555;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background: #ffffff !important;
    opacity: 1;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus {
    border-color: #6a3d7a;
    box-shadow: 0 0 0 4px rgba(106, 61, 122, 0.4), 0 6px 20px rgba(106, 61, 122, 0.3);
    transform: scale(1.02);
}

button {
    background: #19a401;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background: #148a01;
}

::-webkit-input-placeholder {
    color: #aaa
}

::placeholder {
    color: #aaa
}

/* ===== DATE PLACEHOLDER TRİCKİ (iOS uyumlu) ===== */
.date-placeholder-wrapper {
    position: relative;
    display: block;
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
}

.date-placeholder-wrapper .date-placeholder-input {
    width: 100%;
    box-sizing: border-box;
    color: transparent;
    min-width: 0;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Değer girilmemiş ve focuslanmamış inputlarda tarih formatını gizle */
.date-placeholder-wrapper .date-placeholder-input:not(:valid):not(.has-focus)::-webkit-datetime-edit,
.date-placeholder-wrapper .date-placeholder-input:not(:valid):not(.has-focus)::-webkit-datetime-edit-text,
.date-placeholder-wrapper .date-placeholder-input:not(:valid):not(.has-focus)::-webkit-datetime-edit-year-field,
.date-placeholder-wrapper .date-placeholder-input:not(:valid):not(.has-focus)::-webkit-datetime-edit-month-field,
.date-placeholder-wrapper .date-placeholder-input:not(:valid):not(.has-focus)::-webkit-datetime-edit-day-field {
    color: transparent;
}

/* Değer girilmişse veya içine focuslanılmışsa metni görünür yap */
.date-placeholder-wrapper .date-placeholder-input:valid,
.date-placeholder-wrapper .date-placeholder-input.has-focus {
    color: #555 !important;
}

.date-placeholder-wrapper .date-placeholder-input:valid::-webkit-datetime-edit,
.date-placeholder-wrapper .date-placeholder-input:valid::-webkit-datetime-edit-text,
.date-placeholder-wrapper .date-placeholder-input:valid::-webkit-datetime-edit-year-field,
.date-placeholder-wrapper .date-placeholder-input:valid::-webkit-datetime-edit-month-field,
.date-placeholder-wrapper .date-placeholder-input:valid::-webkit-datetime-edit-day-field,
.date-placeholder-wrapper .date-placeholder-input.has-focus::-webkit-datetime-edit,
.date-placeholder-wrapper .date-placeholder-input.has-focus::-webkit-datetime-edit-text,
.date-placeholder-wrapper .date-placeholder-input.has-focus::-webkit-datetime-edit-year-field,
.date-placeholder-wrapper .date-placeholder-input.has-focus::-webkit-datetime-edit-month-field,
.date-placeholder-wrapper .date-placeholder-input.has-focus::-webkit-datetime-edit-day-field {
    color: #555 !important;
}

.date-placeholder-label {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 16px;
    font-family: inherit;
    pointer-events: none;
    transition: opacity 0.15s ease;
    white-space: nowrap;
}

/* Değer girildiğinde veya focuslandığında label'ı gizle */
.date-placeholder-wrapper .date-placeholder-input:valid~.date-placeholder-label,
.date-placeholder-wrapper .date-placeholder-input.has-focus~.date-placeholder-label {
    opacity: 0;
}

/* Değer girildiğinde label'ı gizle */
.date-placeholder-wrapper .date-placeholder-input:valid~.date-placeholder-label {
    opacity: 0;
}

/* ===== SCROLL HİNT BUTONU ===== */
.scroll-hint {
    position: fixed;
    right: 14px;
    bottom: 90px;
    z-index: 1000;
    cursor: pointer;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.scroll-hint--hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(80px);
}

.scroll-hint__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: linear-gradient(145deg, #c46de0, #8b55a1);
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 18px;
    padding: 12px 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28), 0 0 0 0 rgba(196, 109, 224, 0.5);
    animation: scrollHintPulse 2.2s ease-in-out infinite;
    min-width: 56px;
    text-align: center;
}

.scroll-hint__text {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Comfortaa', sans-serif;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.scroll-hint__icon {
    color: #fff;
    font-size: 16px;
    animation: scrollHintBounce 1.4s ease-in-out infinite;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}

@keyframes scrollHintPulse {

    0%,
    100% {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28), 0 0 0 0 rgba(196, 109, 224, 0.5);
    }

    50% {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28), 0 0 0 8px rgba(196, 109, 224, 0);
    }
}

@keyframes scrollHintBounce {

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

    50% {
        transform: translateY(4px);
    }
}

/* Masaüstünde gizle */
@media only screen and (min-width: 1024px) {
    .scroll-hint {
        display: none !important;
    }
}

.kvkk {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.kvkk input[type="checkbox"] {
    float: left;
    margin: 0px 0 0 15px;
    width: 18px;
    height: 18px;
    accent-color: #19a401;
    cursor: pointer;
}

.kvkk a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.kvkk label {
    line-height: 16px;
    float: left;
    margin: 1px 0 0 0;
    text-align: left;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal-content {
    background-color: #ffffff;
    width: 90%;
    max-width: 550px;
    max-height: 75vh;
    overflow-y: auto;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
    animation: modalOpen 0.25s ease-out;
}

@keyframes modalOpen {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

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

.close {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #000;
}

.modal-content::-webkit-scrollbar {
    width: 2px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #a66bcf;
    border-radius: 10px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f0e6f7;
}

/* ========================================= */
/* MOBİL/MASAÜSTÜ GÖSTERİM KONTROL */
/* ========================================= */

/* Varsayılan: Masaüstü gizli, Mobil görünür */
.desktop-wrapper {
    display: none;
}

.mobile-only {
    display: block;
}

/* Mobil için body padding sıfırla */
@media only screen and (max-width: 1023px) {
    body {
        padding: 0 !important;
    }
}

/* ========================================= */
/* MASAÜSTÜ TASARIMI (1024px ve üstü) */
/* ========================================= */
@media only screen and (min-width: 1024px) {

    /* Mobili gizle, masaüstünü göster */
    .mobile-only {
        display: none !important;
    }

    .desktop-wrapper {
        display: flex !important;
        flex-direction: row;
        max-width: 1000px;
        margin: 0 auto;
        width: 100%;
        gap: 35px;
        align-items: flex-start;
        padding: 30px 35px;
        background: #8b55a1;
        border-radius: 20px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    }

    body {
        padding: 20px 30px;
    }

    .logo {
        float: none;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .logo img {
        width: 200px;
        margin-top: 20px;
    }

    /* Sol taraf - Form alanı */
    .desktop-left {
        flex: 0 0 400px;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }

    .desktop-left .form-container {
        max-width: 100%;
        margin: 0;
        text-align: left;
        margin-top: 30px;
    }

    .desktop-left .form-container h2 {
        color: #fff;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .desktop-left form {
        gap: 12px;
    }

    .desktop-left input[type="text"],
    .desktop-left input[type="tel"],
    .desktop-left select {
        background: #ffffff !important;
        border: 2px solid #e8e8e8;
        border-radius: 8px;
        padding: 15px 16px;
        font-size: 15px;
        color: #555;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        transform: scale(1);
    }

    /* Date placeholder input özel (arkadaki label görünebilsin diye transparan) */
    .desktop-left .date-placeholder-input {
        background: transparent !important;
        border: none !important;
        padding: 15px 16px;
        font-size: 15px;
        color: #555;
        width: 100%;
        box-sizing: border-box;
        box-shadow: none !important;
        transform: none !important;
    }

    .desktop-left input[type="text"]:focus,
    .desktop-left input[type="tel"]:focus,
    .desktop-left select:focus {
        border-color: #6a3d7a;
        outline: none;
        box-shadow: 0 0 0 4px rgba(106, 61, 122, 0.4), 0 6px 20px rgba(106, 61, 122, 0.3);
        transform: scale(1.02);
        background: #fff;
    }

    .desktop-left input[type="text"]::placeholder,
    .desktop-left input[type="tel"]::placeholder {
        color: #aaa;
    }

    .desktop-left .kvkk {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-top: 18px;
        gap: 12px;
    }

    .desktop-left .kvkk button {
        background: #1abc9c !important;
        border-radius: 8px !important;
        padding: 14px 32px;
        width: auto;
        float: none;
        font-size: 15px;
        font-weight: 600;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
        border: none;
        transition: background 0.2s ease;
    }

    .desktop-left .kvkk button:hover {
        background: #16a085 !important;
    }

    .desktop-left .kvkk label {
        color: #fff;
        font-size: 13px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .desktop-left .kvkk a {
        color: #fff;
        text-decoration: underline;
    }

    .desktop-left .kvkk input[type="checkbox"] {
        margin-left: 10px;
        accent-color: #2ecc71;
    }

    /* Şube Seç Butonu - Masaüstü */
    .desktop-left .select-wrapper {
        margin: 30px auto 20px auto;
        width: 160px;
    }

    .desktop-left .select-header {
        border-radius: 25px;
        padding: 12px 28px;
        background: #a577b7;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
        transition: background 0.2s ease;
    }

    .desktop-left .select-header:hover {
        background: #c0392b;
    }

    .desktop-left .select-header p {
        font-size: 15px;
        font-weight: 600;
        text-shadow: none;
    }

    /* İkonlar - Masaüstü */
    #subeBilgiDesktop {
        margin-top: 18px;
        text-align: center;
    }

    #subeBilgiDesktop h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 15px 0;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    #subeIcerikDesktop {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    #subeIcerikDesktop .ikon-container,
    .ikon-container {
        display: flex;
        justify-content: center;
        gap: 24px;
    }

    .ikon-desktop {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    }

    .ikon-desktop:hover {
        transform: scale(1.08);
        opacity: 0.9;
    }

    .ikon-desktop[data-channel="instagram"] {
        background: #e74c3c;
    }

    .ikon-desktop[data-channel="whatsapp"] {
        background: #2ecc71;
    }

    .ikon-desktop[data-channel="web"] {
        background: #3498db;
    }

    .ikon-desktop[data-channel="phone"] {
        background: #f1c40f;
    }

    /* Sağ taraf - Metin ve görsel */
    .desktop-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 0;
        justify-content: flex-start;
    }

    .desktop-text {
        padding-right: 0px;
        padding-left: 0px;
    }

    .desktop-text p {
        color: #fff;
        line-height: 22px;
        font-weight: 500;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

    .desktop-image {
        flex: 1;
        display: flex;
        align-items: flex-start;
    }

    .desktop-image img {
        width: 100%;
        max-width: 600px;
        border-radius: 10px;
        border: 5px solid #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }
}

/* Pulse animasyonu - Şube seç uyarısı */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(231, 76, 60, 0.6);
    }

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

/* =========================================
   BİLGİ BÖLÜMLERİ
   ========================================= */
.info-sections-wrapper {
    max-width: 1070px;
    margin: 40px auto 10px auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.info-section {
    background: #8b55a1;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
}

.info-section__image {
    width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.info-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.info-section:hover .info-section__image img {
    transform: scale(1.04);
}

.info-section__text {
    padding: 22px 22px 24px 22px;
}

.info-section__tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.info-section__title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-family: 'Comfortaa', sans-serif;
}

.info-section__text p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.info-section__text p:last-child {
    margin-bottom: 0;
}

.info-section__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-section__list li {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

/* Masaüstü - yan yana layout */
@media only screen and (min-width: 700px) {
    .info-section {
        flex-direction: row;
        align-items: stretch;
    }

    .info-section--right {
        flex-direction: row-reverse;
    }

    .info-section__image {
        flex: 0 0 300px;
        max-height: none;
    }

    .info-section__image img {
        height: 100%;
        max-height: none;
    }

    .info-section__text {
        flex: 1;
        padding: 28px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .info-section__title {
        font-size: 24px;
    }

    .info-section__text p {
        font-size: 15px;
        line-height: 24px;
    }

    .info-section__list li {
        font-size: 15px;
    }
}

/* =========================================
   SIKÇA SORULAN SORULAR - AKORDIYON
   ========================================= */
.faq-wrapper {
    max-width: 1070px;
    margin: 10px auto 48px auto;
    padding: 0 16px;
    margin-top: 20px;
}

.faq-wrapper__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 24px 0;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Comfortaa', sans-serif;
}

.faq-item {
    background: #8b55a1;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Comfortaa', sans-serif;
    border-radius: 14px;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.1);
}

.faq-question[aria-expanded="true"] {
    background: #643079;
    border-radius: 14px 14px 0 0;
}

.faq-icon {
    font-size: 14px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    padding: 10px 20px 20px 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    margin-top: 20px;
    ;
}

@media only screen and (min-width: 700px) {
    .faq-wrapper__title {
        font-size: 28px;
    }

    .faq-question {
        font-size: 16px;
        padding: 20px 24px;
    }

    .faq-answer p {
        font-size: 15px;
        line-height: 24px;
        padding: 0 24px 22px 24px;
    }
}

input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
    color: #999;
}

input[type="date"].has-value::-webkit-datetime-edit-text,
input[type="date"].has-value::-webkit-datetime-edit-month-field,
input[type="date"].has-value::-webkit-datetime-edit-day-field,
input[type="date"].has-value::-webkit-datetime-edit-year-field {
    color: #000;
}

/* ============================================= */
/* OTP DOĞRULAMA EKRANI                          */
/* ============================================= */
.otp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(106, 27, 154, 0.97);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    animation: otpFadeIn 0.3s ease;
}

@keyframes otpFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

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

.otp-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px 28px;
    width: 100%;
    max-width: 360px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.otp-logo {
    margin-bottom: 16px;
}

.otp-title {
    font-family: 'Comfortaa', sans-serif;
    color: #6a1b9a;
    font-size: 22px;
    margin: 0 0 10px;
}

.otp-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0 0 24px;
}

/* 6 Kutucuk */
.otp-inputs {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
}

.otp-box {
    width: 44px;
    height: 52px;
    border: 2px solid #d1a7e8;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #6a1b9a;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    background: #faf5ff;
    -webkit-appearance: none;
}

.otp-box:focus {
    border-color: #6a1b9a;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(106, 27, 154, 0.15);
}

.otp-box.otp-dolu {
    border-color: #6a1b9a;
    background: #fff;
}

.otp-hata {
    color: #e53935;
    font-size: 13px;
    margin: -8px 0 12px;
    min-height: 18px;
}

.otp-btn-dogrula {
    width: 100%;
    background: #6a1b9a;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-size: 16px;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
    margin-bottom: 16px;
}

.otp-btn-dogrula:hover:not(:disabled) {
    background: #7b1fa2;
}

.otp-btn-dogrula:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.otp-resend {
    font-size: 13px;
    color: #888;
    margin-bottom: 14px;
    min-height: 24px;
}

.otp-resend-btn {
    background: none;
    border: none;
    color: #6a1b9a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

.otp-geri {
    background: none;
    border: none;
    color: #aaa;
    font-size: 13px;
    cursor: pointer;
    padding: 4px 0;
}

.otp-geri:hover {
    color: #666;
}