@charset "UTF-8";

/* =========================================================
   ANTALYA TURLARI — SSS MODERN RESPONSIVE V2
   Yalnızca ana sayfadaki #sss alanını sadeleştirir.
   ========================================================= */

body.is-home {
    --faq-shell: 1320px;
    --faq-page-gap: clamp(14px, 2vw, 28px);
    --faq-cyan: #35dce8;
    --faq-cyan-soft: rgba(53, 220, 232, .16);
    --faq-border: rgba(100, 190, 220, .24);
    --faq-text: #f7fbff;
    --faq-muted: #a9bfd0;
}

/* Dış bölüm: daha kısa, daha hafif ve modern */
body.is-home #sss.tour-faq-dark {
    width: min(calc(100% - (var(--faq-page-gap) * 2)), var(--faq-shell));
    max-width: var(--faq-shell);
    margin: clamp(42px, 4.5vw, 68px) auto !important;
    padding: clamp(42px, 4.2vw, 64px) 0 !important;
    border: 1px solid rgba(53, 220, 232, .20);
    border-radius: clamp(22px, 2vw, 30px);
    overflow: hidden;
    background:
        radial-gradient(circle at 0 0, rgba(16, 111, 157, .34), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(14, 157, 174, .10), transparent 30%),
        linear-gradient(145deg, #07304e 0%, #041d37 46%, #03162b 100%) !important;
    box-shadow:
        0 24px 70px rgba(0, 24, 47, .16),
        inset 0 1px 0 rgba(255, 255, 255, .05);
}

/* İç genişlik */
body.is-home #sss > .faq-wrap {
    width: min(calc(100% - clamp(32px, 5vw, 72px)), 1180px) !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
}

/* Başlık alanı */
body.is-home #sss .faq-head {
    max-width: 760px;
    margin: 0 0 clamp(28px, 3vw, 40px) !important;
}

body.is-home #sss .faq-head .tour-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: var(--faq-cyan);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.is-home #sss .faq-head .tour-kicker::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: var(--faq-cyan);
}

body.is-home #sss .faq-head h2 {
    margin: 0;
    color: var(--faq-text);
    font-size: clamp(32px, 3.4vw, 48px) !important;
    line-height: 1.06;
    letter-spacing: -.035em;
}

body.is-home #sss .faq-head p {
    max-width: 670px;
    margin: 13px 0 0;
    color: var(--faq-muted) !important;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.65;
}

body.is-home #sss .faq-head::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 20px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--faq-cyan), #ff6847);
}

/* İki sütun: kartı daha dar, FAQ daha baskın */
body.is-home #sss .faq-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .72fr) !important;
    gap: clamp(20px, 2.4vw, 32px) !important;
    align-items: start !important;
}

/* Accordion */
body.is-home #sss .faq-accordion {
    display: grid;
    gap: 12px;
}

body.is-home #sss .faq-item {
    margin: 0 !important;
    border: 1px solid var(--faq-border) !important;
    border-radius: 15px !important;
    overflow: hidden;
    background: rgba(2, 24, 46, .56) !important;
    box-shadow: none !important;
    transition:
        border-color .22s ease,
        background-color .22s ease,
        transform .22s ease;
}

body.is-home #sss .faq-item:hover {
    transform: translateY(-1px);
    border-color: rgba(53, 220, 232, .42) !important;
}

body.is-home #sss .faq-item.is-open {
    border-color: rgba(53, 220, 232, .72) !important;
    background: rgba(4, 35, 62, .84) !important;
    box-shadow: 0 12px 30px rgba(0, 13, 30, .14) !important;
}

body.is-home #sss .faq-item h3 {
    margin: 0 !important;
}

body.is-home #sss .faq-question {
    display: grid !important;
    width: 100%;
    min-height: 62px !important;
    grid-template-columns: 34px minmax(0, 1fr) 20px !important;
    align-items: center;
    gap: 12px !important;
    padding: 12px 16px !important;
    border: 0;
    background: transparent !important;
    color: var(--faq-text) !important;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

body.is-home #sss .faq-toggle {
    display: grid;
    width: 32px !important;
    height: 32px !important;
    place-items: center;
    border: 1px solid rgba(53, 220, 232, .72) !important;
    border-radius: 50%;
    color: var(--faq-cyan) !important;
    font-size: 19px !important;
    font-weight: 500;
    line-height: 1;
    box-shadow: none !important;
}

body.is-home #sss .faq-question-text {
    color: #eaf8fb !important;
    font-size: clamp(15px, 1.25vw, 17px) !important;
    font-weight: 750 !important;
    line-height: 1.35;
}

body.is-home #sss .faq-end-icon {
    color: var(--faq-cyan) !important;
    font-size: 19px !important;
    font-weight: 700;
    text-align: right;
}

body.is-home #sss .faq-answer {
    padding: 0 18px 16px 62px !important;
}

body.is-home #sss .faq-answer p {
    margin: 0;
    color: #c9dbe6 !important;
    font-size: 14px !important;
    line-height: 1.68;
}

/* Sağ yardım kartı */
body.is-home #sss .faq-help-card {
    position: sticky;
    top: 110px;
    overflow: hidden;
    border: 1px solid rgba(53, 220, 232, .38) !important;
    border-radius: 18px !important;
    background: rgba(5, 43, 67, .78) !important;
    box-shadow: 0 18px 40px rgba(0, 18, 38, .18) !important;
}

body.is-home #sss .faq-help-media {
    height: clamp(150px, 14vw, 205px) !important;
    overflow: hidden;
}

body.is-home #sss .faq-help-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

body.is-home #sss .faq-help-card:hover .faq-help-media img {
    transform: scale(1.035);
}

body.is-home #sss .faq-help-body {
    padding: 22px 20px 18px !important;
    text-align: center;
}

body.is-home #sss .faq-help-body h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(20px, 1.8vw, 25px) !important;
    line-height: 1.15;
}

body.is-home #sss .faq-help-body > p {
    margin: 11px auto 17px;
    max-width: 320px;
    color: #bdd0dc !important;
    font-size: 13.5px !important;
    line-height: 1.6;
}

body.is-home #sss .faq-help-btn {
    display: inline-flex !important;
    min-height: 46px !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 19px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #ff704f, #ff5a41) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(255, 91, 65, .25) !important;
    transition: transform .2s ease, filter .2s ease;
}

body.is-home #sss .faq-help-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

body.is-home #sss .faq-help-meta {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 !important;
    margin-top: 18px !important;
    padding-top: 15px !important;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

body.is-home #sss .faq-help-meta span {
    padding: 0 8px;
    color: #c4d6df !important;
    font-size: 10.5px !important;
    line-height: 1.35;
}

body.is-home #sss .faq-help-meta span + span {
    border-left: 1px solid rgba(255, 255, 255, .12);
}

/* Tablet */
@media (max-width: 980px) {
    body.is-home #sss.tour-faq-dark {
        width: calc(100% - 28px);
        margin-block: 44px !important;
        padding-block: 48px !important;
        border-radius: 24px;
    }

    body.is-home #sss > .faq-wrap {
        width: calc(100% - 40px) !important;
    }

    body.is-home #sss .faq-layout {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    body.is-home #sss .faq-help-card {
        position: static;
        display: grid;
        grid-template-columns: minmax(240px, .72fr) minmax(0, 1fr);
    }

    body.is-home #sss .faq-help-media {
        height: 100% !important;
        min-height: 230px;
    }

    body.is-home #sss .faq-help-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 28px !important;
    }
}

/* Mobil */
@media (max-width: 640px) {
    body.is-home #sss.tour-faq-dark {
        width: calc(100% - 20px);
        margin: 32px auto !important;
        padding: 34px 0 !important;
        border-radius: 20px;
    }

    body.is-home #sss > .faq-wrap {
        width: calc(100% - 24px) !important;
    }

    body.is-home #sss .faq-head {
        margin-bottom: 24px !important;
    }

    body.is-home #sss .faq-head h2 {
        font-size: clamp(29px, 9vw, 38px) !important;
    }

    body.is-home #sss .faq-head p {
        font-size: 14px;
    }

    body.is-home #sss .faq-head::after {
        margin-top: 16px;
    }

    body.is-home #sss .faq-accordion {
        gap: 9px;
    }

    body.is-home #sss .faq-question {
        min-height: 58px !important;
        grid-template-columns: 30px minmax(0, 1fr) 18px !important;
        gap: 10px !important;
        padding: 10px 12px !important;
    }

    body.is-home #sss .faq-toggle {
        width: 29px !important;
        height: 29px !important;
        font-size: 17px !important;
    }

    body.is-home #sss .faq-question-text {
        font-size: 14.5px !important;
    }

    body.is-home #sss .faq-answer {
        padding: 0 12px 14px 52px !important;
    }

    body.is-home #sss .faq-answer p {
        font-size: 13.5px !important;
    }

    body.is-home #sss .faq-help-card {
        display: block;
        border-radius: 16px !important;
    }

    body.is-home #sss .faq-help-media {
        height: 180px !important;
        min-height: 0;
    }

    body.is-home #sss .faq-help-body {
        padding: 21px 16px 17px !important;
    }

    body.is-home #sss .faq-help-body h3 {
        font-size: 21px !important;
    }

    body.is-home #sss .faq-help-btn {
        width: 100%;
    }
}

@media (max-width: 380px) {
    body.is-home #sss.tour-faq-dark {
        width: calc(100% - 14px);
        border-radius: 17px;
    }

    body.is-home #sss > .faq-wrap {
        width: calc(100% - 18px) !important;
    }

    body.is-home #sss .faq-question {
        grid-template-columns: 28px minmax(0, 1fr) 16px !important;
        padding-inline: 10px !important;
    }

    body.is-home #sss .faq-question-text {
        font-size: 14px !important;
    }

    body.is-home #sss .faq-answer {
        padding-left: 48px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.is-home #sss *,
    body.is-home #sss *::before,
    body.is-home #sss *::after {
        transition: none !important;
    }
}
