/* =========================================================
   GEÇİCİ YUVA
========================================================= */

.temporary-home-page {
    background: #fbfaf7;
    color: #17212b;
    padding-bottom: 90px;
}

.temporary-home-container {
    width: min(1040px, calc(100% - 36px));
    margin: 0 auto;
}

.temporary-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f26522;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
}


/* =========================================================
   GİRİŞ
========================================================= */

.temporary-home-intro {
    padding: 70px 0 30px;
}

.temporary-home-intro-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 22px;
    align-items: start;

    background: #fff;
    border: 1px solid #ece7df;
    border-radius: 20px;
    padding: 30px;

    box-shadow: 0 10px 30px rgba(20, 30, 40, .05);
}

.temporary-home-intro-icon {
    width: 58px;
    height: 58px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #fff0e8;
    color: #f26522;

    font-size: 22px;
}

.temporary-home-intro-card h2 {
    margin: 8px 0 16px;

    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 900;
}

.temporary-home-intro-card p {
    margin: 0 0 15px;

    color: #59616a;
    font-size: 15.5px;
    line-height: 1.8;
}

.temporary-home-intro-card p:last-of-type {
    margin-bottom: 0;
}


/* =========================================================
   VURGU
========================================================= */

.temporary-home-highlight {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 22px;
    padding: 17px 19px;

    background: #fff1e8;
    border: 1px solid #f5d7c5;
    border-radius: 14px;
}

.temporary-home-highlight > i {
    flex: 0 0 auto;
    color: #f26522;
    font-size: 20px;
}

.temporary-home-highlight strong {
    color: #17212b;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   PROGRAM SÜRECİ
========================================================= */

.temporary-home-process {
    padding: 45px 0 65px;
}

.temporary-home-section-heading {
    max-width: 760px;
    margin-bottom: 30px;
}

.temporary-home-section-heading h2 {
    margin: 8px 0 10px;

    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 900;
}

.temporary-home-section-heading p {
    margin: 0;

    color: #626970;
    font-size: 15px;
    line-height: 1.75;
}

.temporary-home-steps {
    display: grid;
    gap: 14px;
}

.temporary-home-step {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 18px;
    align-items: start;

    padding: 22px;

    background: #fff;
    border: 1px solid #e9e5de;
    border-radius: 18px;

    box-shadow: 0 7px 22px rgba(20, 30, 40, .035);

    transition: .2s ease;
}

.temporary-home-step:hover {
    border-color: #f2c6ae;
    transform: translateY(-2px);
}

.temporary-home-step-number {
    width: 48px;
    height: 48px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #f5f1ea;
    color: #7b8c28;

    font-size: 12px;
    font-weight: 900;
}

.temporary-home-step-content h3 {
    margin: 0 0 8px;

    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
}

.temporary-home-step-content p {
    margin: 0 0 12px;

    color: #626970;
    font-size: 14px;
    line-height: 1.75;
}

.temporary-home-step-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   KİMLER GEÇİCİ YUVA OLABİLİR
========================================================= */

.temporary-home-who {
    padding: 0 0 65px;
}

.temporary-home-who-card {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 22px;
    align-items: start;

    padding: 30px;

    background: #f1f3e8;
    border: 1px solid #dfe4c8;
    border-radius: 20px;
}

.temporary-home-who-icon {
    width: 58px;
    height: 58px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #fff;
    color: #f26522;

    font-size: 21px;
}

.temporary-home-who-card h2 {
    margin: 8px 0 14px;

    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 29px;
    line-height: 1.3;
    font-weight: 900;
}

.temporary-home-who-card p {
    margin: 0 0 14px;

    color: #60676d;
    font-size: 15px;
    line-height: 1.75;
}

.temporary-home-location-note,
.temporary-home-info-note {
    display: flex;
    align-items: center;
    gap: 11px;

    margin-top: 17px;
    padding: 14px 16px;

    border-radius: 12px;

    font-size: 13px;
}

.temporary-home-location-note {
    background: #fff;
    border: 1px solid #dfe4c8;
    color: #667526;
}

.temporary-home-location-note i {
    color: #f26522;
}

.temporary-home-info-note {
    align-items: flex-start;

    background: #fff9f5;
    border: 1px solid #f3d9c9;
    color: #60676d;
}

.temporary-home-info-note i {
    margin-top: 2px;
    color: #f26522;
}


/* =========================================================
   CTA
========================================================= */

.temporary-home-cta {
    padding: 0 0 10px;
}

.temporary-home-cta-card {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 22px;
    align-items: start;

    padding: 30px;

    background: #fff;
    border: 1px solid #e9e5de;
    border-radius: 20px;

    box-shadow: 0 8px 25px rgba(20, 30, 40, .04);
}

.temporary-home-cta-icon {
    width: 58px;
    height: 58px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #fff0e8;
    color: #f26522;

    font-size: 22px;
}

.temporary-home-cta-card h2 {
    margin: 8px 0 12px;

    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 29px;
    line-height: 1.3;
    font-weight: 900;
}

.temporary-home-cta-card p {
    margin: 0;

    color: #60676d;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   BAŞVURU BUTONU
========================================================= */

.temporary-home-apply-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 19px;
    padding: 14px 20px;

    border-radius: 12px;

    background: #f26522;
    color: #fff;

    font-size: 12px;
    font-weight: 900;

    text-decoration: none;

    box-shadow: 0 7px 18px rgba(242, 101, 34, .17);

    transition: .2s ease;
}

.temporary-home-apply-button:hover {
    background: #d95718;
    color: #fff;
    transform: translateY(-2px);
}

.temporary-home-apply-button .fa-arrow-right {
    font-size: 10px;
}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 800px) {

    .temporary-home-intro {
        padding-top: 45px;
    }

    .temporary-home-intro-card {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 22px;
    }

    .temporary-home-intro-card h2 {
        font-size: 26px;
    }

    .temporary-home-process {
        padding: 35px 0 50px;
    }

    .temporary-home-section-heading h2 {
        font-size: 27px;
    }

    .temporary-home-step {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
    }

    .temporary-home-who-card,
    .temporary-home-cta-card {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 22px;
    }

    .temporary-home-who-card h2,
    .temporary-home-cta-card h2 {
        font-size: 26px;
    }

}


@media (max-width: 500px) {

    .temporary-home-container {
        width: calc(100% - 24px);
    }

    .temporary-home-intro-card,
    .temporary-home-step,
    .temporary-home-who-card,
    .temporary-home-cta-card {
        border-radius: 17px;
    }

    .temporary-home-highlight {
        align-items: flex-start;
        padding: 16px;
    }

    .temporary-home-apply-button {
        width: 100%;
        justify-content: center;
    }

}

.temporary-home-page .hipder-inner-hero {
    background:
        linear-gradient(
            90deg,
            rgba(14, 32, 17, .95),
            rgba(14, 32, 17, .78) 48%,
            rgba(14, 32, 17, .34)
        ),
        url("../images/bg/hipder-gecici-yuva-bg.webp") center / cover no-repeat !important;
}


/* =========================================================
   SSS
   ========================================================= */

.temporary-home-faq {
    padding: 15px 0 70px;
}

.temporary-home-faq-list {
    display: grid;
    gap: 11px;
    max-width: 900px;
}

.temporary-home-faq-item {
    background: #fff;
    border: 1px solid #e5e1d9;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(20,30,40,.035);
}

.temporary-home-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 16px 54px 16px 20px;
    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.temporary-home-faq-item summary::-webkit-details-marker {
    display: none;
}

.temporary-home-faq-item summary::after {
    content: "\f078";
    position: absolute;
    right: 20px;
    top: 50%;
    color: #f26522;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
    transform: translateY(-50%);
    transition: transform .2s ease;
}

.temporary-home-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.temporary-home-faq-item summary:hover {
    background: #fffaf7;
}

.temporary-home-faq-answer {
    padding: 0 20px 19px;
    color: #626970;
    font-size: 14px;
    line-height: 1.75;
}

.temporary-home-faq-answer p {
    margin: 0 0 10px;
}

.temporary-home-faq-answer p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   BAŞVURU FORMU
   ========================================================= */

.temporary-home-form-section {
    padding: 10px 0 80px;
    scroll-margin-top: 30px;
}

.temporary-home-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 900px;
}

.temporary-home-form-card {
    min-width: 0;
    margin: 0;
    padding: 27px;
    border: 1px solid #e5e1d9;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(20,30,40,.035);
}

.temporary-home-form-card legend {
    display: flex;
    align-items: center;
    gap: 9px;
    width: auto;
    max-width: 100%;
    padding: 0 8px;
    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.temporary-home-form-card legend span {
    display: inline-grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #fff0e8;
    color: #f26522;
    font-family: "Work Sans", sans-serif;
    font-size: 10px;
    font-weight: 900;
    flex: 0 0 auto;
}

.temporary-home-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    margin-top: 13px;
}

.temporary-home-form-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 13px;
}

.temporary-home-field {
    min-width: 0;
}

.temporary-home-field--full {
    grid-column: 1 / -1;
}

.temporary-home-field > label:first-child {
    display: block;
    margin-bottom: 8px;
    color: #26313a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.55;
}

.temporary-home-field input[type="text"],
.temporary-home-field input[type="tel"],
.temporary-home-field input[type="email"],
.temporary-home-field input[type="date"],
.temporary-home-field select,
.temporary-home-field textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 12px 13px;
    border: 1px solid #d9d5cd;
    border-radius: 10px;
    outline: none;
    background: #fff;
    color: #17212b;
    font: inherit;
    font-size: 13px;
    line-height: 1.5;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.temporary-home-field textarea {
    min-height: 104px;
    resize: vertical;
}

.temporary-home-field input:hover,
.temporary-home-field textarea:hover,
.temporary-home-field select:hover {
    border-color: #c8c3ba;
}

.temporary-home-field input:focus,
.temporary-home-field textarea:focus,
.temporary-home-field select:focus {
    border-color: #f26522;
    box-shadow: 0 0 0 4px rgba(242,101,34,.08);
}

.temporary-home-field input::placeholder,
.temporary-home-field textarea::placeholder {
    color: #a0a4a7;
}

.temporary-home-choice-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.temporary-home-choice-row label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 45px;
    box-sizing: border-box;
    padding: 0 14px;
    border: 1px solid #e0dcd4;
    border-radius: 10px;
    background: #fbfaf7;
    color: #4f575e;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.temporary-home-choice-row label:hover {
    border-color: #f0b596;
    background: #fffaf7;
}

.temporary-home-choice-row input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #f26522;
}

.temporary-home-consent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 13px;
}

.temporary-home-check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px;
    border: 1px solid #e0dcd4;
    border-radius: 11px;
    background: #fbfaf7;
    color: #4f575e;
    font-size: 12px;
    line-height: 1.65;
    cursor: pointer;
}

.temporary-home-check:hover {
    border-color: #f0b596;
    background: #fffaf7;
}

.temporary-home-check input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    flex: 0 0 auto;
    accent-color: #f26522;
}

.temporary-home-check strong {
    color: #17212b;
}

.temporary-home-form-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 2px;
}

.temporary-home-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 53px;
    padding: 0 27px;
    border: 0;
    border-radius: 11px;
    background: #f26522;
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 9px 22px rgba(242,101,34,.19);
    transition: .2s ease;
}

.temporary-home-form-submit:hover {
    background: #d95718;
    transform: translateY(-2px);
}

.temporary-home-form-submit:focus-visible,
.temporary-home-faq-item summary:focus-visible,
.temporary-home-check:focus-within,
.temporary-home-choice-row label:focus-within {
    outline: 3px solid rgba(242,101,34,.16);
    outline-offset: 2px;
}


/* =========================================================
   FORM / SSS MOBİL
   ========================================================= */

@media (max-width: 700px) {
    .temporary-home-faq {
        padding-bottom: 50px;
    }

    .temporary-home-faq-item summary {
        min-height: 54px;
        padding: 14px 48px 14px 16px;
        font-size: 14px;
    }

    .temporary-home-faq-item summary::after {
        right: 16px;
    }

    .temporary-home-faq-answer {
        padding: 0 16px 16px;
        font-size: 13px;
    }

    .temporary-home-form-section {
        padding-bottom: 55px;
    }

    .temporary-home-form-card {
        padding: 21px 17px;
        border-radius: 15px;
    }

    .temporary-home-form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .temporary-home-field--full {
        grid-column: auto;
    }

    .temporary-home-form-submit {
        width: 100%;
    }

    .temporary-home-form-actions {
        justify-content: stretch;
    }
}

@media (max-width: 480px) {
    .temporary-home-form-card {
        padding: 18px 14px;
    }

    .temporary-home-form-card legend {
        font-size: 16px;
    }

    .temporary-home-field > label:first-child {
        font-size: 11.5px;
    }

    .temporary-home-choice-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .temporary-home-choice-row label {
        justify-content: center;
        padding: 0 8px;
    }

    .temporary-home-check {
        padding: 12px;
        font-size: 11.5px;
    }
}

/* =========================================================
   GEÇİCİ YUVA — SSS
   SSS sayfasındaki accordion tasarım diliyle
   ========================================================= */

.temporary-home-faq {
    padding: 15px 0 70px;
}

.temporary-home-faq .sss-wrap {
    width: min(1040px, calc(100% - 36px));
    margin: 0 auto;
}

.temporary-home-faq .sss-intro {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid #ece7df;
    border-radius: 18px;
    padding: 20px 22px;
    margin: 0 0 22px;
    box-shadow: 0 10px 30px rgba(20,30,40,.055);
}

.temporary-home-faq .sss-intro-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff1e9;
    color: #f26522;
    font-size: 22px;
    flex: 0 0 52px;
}

.temporary-home-faq .sss-intro strong {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.temporary-home-faq .sss-intro span {
    display: block;
    color: #6e7379;
    font-size: 14px;
}

.temporary-home-faq .sss-count {
    margin-left: auto;
    text-align: center;
    min-width: 68px;
    padding-left: 18px;
    border-left: 1px solid #ece7df;
}

.temporary-home-faq .sss-count b {
    display: block;
    font-family: "Nunito", sans-serif;
    font-size: 25px;
    color: #7b8c28;
    line-height: 1;
}

.temporary-home-faq .sss-count small {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #7b7f83;
}

.temporary-home-faq .sss-list {
    display: grid;
    gap: 12px;
}

.temporary-home-faq .faq-item {
    background: #fff;
    border: 1px solid #e9e5de;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(20,30,40,.035);
    transition: .2s ease;
}

.temporary-home-faq .faq-item:hover {
    border-color: #f2c6ae;
}

.temporary-home-faq .faq-item.is-open {
    border-color: #f26522;
    box-shadow: 0 12px 28px rgba(242,101,34,.09);
}

.temporary-home-faq .faq-question {
    width: 100%;
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) 42px;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: #17212b;
    font: inherit;
}

.temporary-home-faq .faq-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f5f1ea;
    color: #7b8c28;
    font-size: 12px;
    font-weight: 900;
}

.temporary-home-faq .faq-item.is-open .faq-number {
    background: #fff0e8;
    color: #f26522;
}

.temporary-home-faq .faq-question-text {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
}

.temporary-home-faq .faq-toggle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f7f4ef;
    color: #f26522;
    transition: .2s;
}

.temporary-home-faq .faq-toggle i {
    transition: .2s;
}

.temporary-home-faq .faq-item.is-open .faq-toggle {
    background: #f26522;
    color: #fff;
}

.temporary-home-faq .faq-item.is-open .faq-toggle i {
    transform: rotate(45deg);
}

.temporary-home-faq .faq-answer {
    border-top: 1px solid #eee9e2;
}

.temporary-home-faq .faq-answer-inner {
    padding: 20px 82px 24px;
    color: #59616a;
    font-size: 15.5px;
    line-height: 1.78;
}

.temporary-home-faq .faq-answer-inner p {
    margin: 0 0 13px;
}

.temporary-home-faq .faq-answer-inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .temporary-home-faq {
        padding: 5px 0 48px;
    }

    .temporary-home-faq .sss-wrap {
        width: min(100% - 24px, 1040px);
    }

    .temporary-home-faq .sss-intro {
        padding: 16px;
    }

    .temporary-home-faq .sss-count {
        display: none;
    }

    .temporary-home-faq .faq-question {
        grid-template-columns: 38px minmax(0,1fr) 34px;
        gap: 11px;
        padding: 16px;
    }

    .temporary-home-faq .faq-number {
        width: 34px;
        height: 34px;
    }

    .temporary-home-faq .faq-question-text {
        font-size: 15px;
    }

    .temporary-home-faq .faq-answer-inner {
        padding: 17px 18px 20px;
        font-size: 14.5px;
    }
}

@media (max-width: 500px) {
    .temporary-home-faq .sss-wrap {
        width: calc(100% - 20px);
    }

    .temporary-home-faq .sss-intro {
        gap: 12px;
        padding: 14px;
    }

    .temporary-home-faq .sss-intro-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 19px;
    }

    .temporary-home-faq .sss-intro strong {
        font-size: 14px;
    }

    .temporary-home-faq .sss-intro span {
        font-size: 12px;
    }
}
