/* =========================================================
   SAHİPLENDİRME BAŞVURU FORMU
========================================================= */

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

.adoption-form-container {
    width: min(900px, calc(100% - 36px));
    margin: 0 auto;
}


/* =========================================================
   FORM ALANI
========================================================= */

.adoption-form-section {
    padding: 75px 0 30px;
}

.adoption-form-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
    align-items: start;

    background: #fff;
    border: 1px solid #e9e5de;
    border-radius: 22px;
    padding: 32px;

    box-shadow: 0 12px 32px rgba(20, 30, 40, .055);
}

.adoption-form-icon {
    width: 62px;
    height: 62px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #fff0e8;
    color: #f26522;

    font-size: 23px;
}

.adoption-form-kicker {
    display: inline-flex;
    align-items: center;

    color: #f26522;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.adoption-form-content h2 {
    margin: 8px 0 14px;

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

.adoption-form-content p {
    max-width: 700px;

    margin: 0 0 13px;

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

.adoption-form-content p:last-of-type {
    margin-bottom: 0;
}


/* =========================================================
   İNDİRME BUTONU
========================================================= */

.adoption-form-download {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    margin-top: 23px;
    padding: 15px 21px;

    border-radius: 12px;

    background: #f26522;
    color: #fff;

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

    text-decoration: none;

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

    transition: .2s ease;
}

.adoption-form-download:hover {
    background: #d95718;
    color: #fff;
    transform: translateY(-2px);
}

.adoption-form-download > i:first-child {
    font-size: 19px;
}

.adoption-form-download > i:last-child {
    font-size: 11px;
}


/* =========================================================
   BİLGİ NOTU
========================================================= */

.adoption-form-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;

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

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

.adoption-form-note > i {
    margin-top: 3px;

    color: #7b8c28;
    font-size: 17px;
}

.adoption-form-note p {
    margin: 0;

    color: #60676d;
    font-size: 13px;
    line-height: 1.7;
}


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

@media (max-width: 700px) {

    .adoption-form-section {
        padding-top: 45px;
    }

    .adoption-form-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 23px;
        border-radius: 18px;
    }

    .adoption-form-content h2 {
        font-size: 27px;
    }

    .adoption-form-download {
        width: 100%;
        justify-content: center;
    }

}


@media (max-width: 500px) {

    .adoption-form-container {
        width: calc(100% - 24px);
    }

    .adoption-form-card {
        border-radius: 17px;
    }

    .adoption-form-note {
        padding: 15px;
    }

}

/* =========================================================
   DİJİTAL SAHİPLENDİRME FORMU
========================================================= */

.adoption-form-card--digital {
    grid-template-columns: 64px 1fr;
}

.adoption-selected-dog {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 22px 0 28px;
    padding: 15px 17px;
    border: 1px solid #dfe4c8;
    border-radius: 15px;
    background: #f1f3e8;
}

.adoption-selected-dog > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #fff;
    color: #f26522;
}

.adoption-selected-dog div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.adoption-selected-dog strong {
    color: #17212b;
    font-size: 15px;
    font-weight: 900;
}

.adoption-selected-dog span {
    color: #697178;
    font-size: 12px;
}

.adoption-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 28px;
}

.adoption-form-fieldset {
    min-width: 0;
    margin: 0;
    padding: 25px;
    border: 1px solid #e9e5de;
    border-radius: 18px;
    background: #fff;
}

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

.adoption-step {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff0e8;
    color: #f26522;
    font-family: "Work Sans", sans-serif;
    font-size: 10px;
    font-weight: 900;
}

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

.adoption-form-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.adoption-field {
    min-width: 0;
}

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

.adoption-field label {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 8px;
    color: #26313a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.55;
}

.adoption-field label > span {
    color: #f26522;
}

.adoption-field label small {
    flex-basis: 100%;
    color: #858b90;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.55;
}

.adoption-field input[type="text"],
.adoption-field input[type="number"],
.adoption-field input[type="tel"],
.adoption-field input[type="email"],
.adoption-field select,
.adoption-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd9d1;
    border-radius: 11px;
    outline: none;
    background: #fff;
    color: #17212b;
    font: inherit;
    font-size: 13px;
    transition: .18s ease;
}

.adoption-field input[type="text"],
.adoption-field input[type="number"],
.adoption-field input[type="tel"],
.adoption-field input[type="email"],
.adoption-field select {
    height: 48px;
    padding: 0 14px;
}

.adoption-field textarea {
    min-height: 100px;
    padding: 13px 14px;
    resize: vertical;
    line-height: 1.65;
}

.adoption-field input:focus,
.adoption-field select:focus,
.adoption-field textarea:focus {
    border-color: #f26522;
    box-shadow: 0 0 0 3px rgba(242, 101, 34, .09);
}

.adoption-field-help {
    display: block;
    margin-top: 7px;
    color: #858b90;
    font-size: 10px;
    line-height: 1.5;
}

.adoption-radio-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.adoption-radio {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    min-height: 45px;
    margin: 0 !important;
    padding: 0 14px;
    border: 1px solid #e2ded6;
    border-radius: 10px;
    background: #fbfaf7;
    color: #4f575e !important;
    cursor: pointer;
}

.adoption-radio input {
    accent-color: #f26522;
}

.adoption-check {
    display: flex !important;
    align-items: flex-start;
    gap: 11px;
    margin: 0 0 13px !important;
    padding: 14px 15px;
    border: 1px solid #e4e0d8;
    border-radius: 12px;
    background: #fbfaf7;
    color: #4f575e !important;
    cursor: pointer;
    font-size: 12px !important;
    line-height: 1.65 !important;
}

.adoption-check input {
    flex: 0 0 auto;
    margin-top: 3px;
    accent-color: #f26522;
}

.adoption-consent-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding: 13px 14px;
    border-radius: 11px;
    background: #f1f3e8;
    color: #60676d;
}

.adoption-consent-note > i {
    margin-top: 3px;
    color: #7b8c28;
}

.adoption-consent-note p {
    margin: 0 !important;
    max-width: none !important;
    font-size: 11px !important;
    line-height: 1.65 !important;
}

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

.adoption-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: #f26522;
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(242, 101, 34, .18);
    transition: .2s ease;
}

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

.adoption-form-note a {
    color: #f26522;
    font-weight: 800;
    text-decoration: none;
}

.adoption-form-note a:hover {
    text-decoration: underline;
}

@media (max-width: 700px) {

    .adoption-form-card--digital {
        grid-template-columns: 1fr;
    }

    .adoption-form-fieldset {
        padding: 19px;
        border-radius: 15px;
    }

    .adoption-form-grid {
        grid-template-columns: 1fr;
    }

    .adoption-field--full {
        grid-column: auto;
    }

    .adoption-form-actions {
        justify-content: stretch;
    }

    .adoption-form-submit {
        width: 100%;
    }
}



.adoption-success-card {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 42px;
    border: 1px solid #e9e5de;
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 32px rgba(20, 30, 40, .055);
}

.adoption-success-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f1f3e8;
    color: #7b8c28;
    font-size: 28px;
}

.adoption-success-card h1 {
    margin: 10px 0 14px;
    color: #17212b;
    font-family: "Nunito", sans-serif;
    font-size: 34px;
    font-weight: 900;
}

.adoption-success-card > p {
    max-width: 600px;
    margin: 0 auto 22px;
    color: #60676d;
    font-size: 14px;
    line-height: 1.8;
}

.adoption-success-number {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 25px;
    padding: 10px 14px;
    border-radius: 10px;
    background: #fbfaf7;
    color: #60676d;
    font-size: 12px;
}

.adoption-success-number strong {
    color: #f26522;
}

@media (max-width: 700px) {
    .adoption-success-card {
        padding: 34px 22px;
        border-radius: 18px;
    }

    .adoption-success-card h1 {
        font-size: 28px;
    }
}

.adoption-form-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-basvuru-formu-bg.webp") center / cover no-repeat !important;
}


/* =========================================================
   SAHİPLENDİRME FORMU — UI REFINEMENT
   Mevcut HTML/PHP yapısını bozmadan görsel iyileştirme
   ========================================================= */

.adoption-form-page {
    background:
        radial-gradient(circle at 10% 0%, rgba(242,101,34,.045), transparent 30%),
        #fbfaf7;
}

.adoption-form-container {
    width: min(980px, calc(100% - 40px));
}

/* Üst bilgi kartı */
.adoption-form-card--digital {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
    padding: 34px 36px;
    border-color: #e7e2d9;
    box-shadow: 0 18px 45px rgba(20,30,40,.07);
}

.adoption-form-content {
    min-width: 0;
}

.adoption-form-content h2 {
    font-size: clamp(27px, 3vw, 34px);
    letter-spacing: -.4px;
}

.adoption-form-content p {
    max-width: 760px;
    font-size: 14px;
}

/* Seçilen hayvan */
.adoption-selected-dog {
    margin: 24px 0 30px;
    padding: 16px 18px;
    border-color: #dce3c6;
    box-shadow: 0 6px 18px rgba(40,50,20,.04);
}

/* Form */
.adoption-form {
    gap: 18px;
    margin-top: 30px;
}

.adoption-form-fieldset {
    padding: 28px;
    border-color: #e5e1d9;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(20,30,40,.025);
}

.adoption-form-fieldset legend {
    margin-bottom: 4px;
    font-size: 18px;
}

.adoption-form-grid {
    gap: 20px 22px;
    margin-top: 14px;
}

.adoption-form-stack {
    gap: 20px;
    margin-top: 14px;
}

.adoption-field label {
    margin-bottom: 9px;
    font-size: 12px;
    letter-spacing: .05px;
}

.adoption-field input[type="text"],
.adoption-field input[type="number"],
.adoption-field input[type="tel"],
.adoption-field input[type="email"],
.adoption-field input[type="date"],
.adoption-field select,
.adoption-field textarea {
    border-color: #d9d5cd;
    border-radius: 10px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.adoption-field input[type="text"],
.adoption-field input[type="number"],
.adoption-field input[type="tel"],
.adoption-field input[type="email"],
.adoption-field input[type="date"],
.adoption-field select {
    min-height: 49px;
}

.adoption-field textarea {
    min-height: 115px;
}

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

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

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

/* Radio seçenekleri */
.adoption-radio-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.adoption-radio {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    padding: 10px 13px;
    border-color: #e0dcd4;
    background: #fff;
    line-height: 1.4;
}

.adoption-radio:hover {
    border-color: #f0b596;
    background: #fffaf7;
}

.adoption-radio input {
    width: 16px;
    height: 16px;
    margin: 0;
    flex: 0 0 auto;
}

/* Checkbox seçenekleri */
.adoption-check {
    position: relative;
    margin-bottom: 9px !important;
    padding: 13px 14px;
    border-color: #e1ddd5;
    background: #fff;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

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

.adoption-check input {
    width: 17px;
    height: 17px;
    margin-top: 2px;
}

.adoption-check + .adoption-check {
    margin-top: 0;
}

/* Taahhüt / KVKK alanları */
.adoption-consent-note {
    margin-top: 14px;
    border: 1px solid #dfe4c8;
    background: #f5f6ed;
}

/* Buton */
.adoption-form-actions {
    padding: 5px 0 15px;
}

.adoption-form-submit {
    min-height: 54px;
    padding: 0 28px;
    border-radius: 11px;
    font-size: 14px;
    box-shadow: 0 10px 24px rgba(242,101,34,.2);
}

.adoption-form-submit:focus-visible,
.adoption-form-download:focus-visible,
.adoption-radio:focus-within,
.adoption-check:focus-within {
    outline: 3px solid rgba(242,101,34,.18);
    outline-offset: 2px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 760px) {
    .adoption-form-container {
        width: min(100% - 28px, 680px);
    }

    .adoption-form-section {
        padding-top: 42px;
    }

    .adoption-form-card--digital {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 25px 22px;
        border-radius: 18px;
    }

    .adoption-form-icon {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .adoption-form-content h2 {
        margin-top: 4px;
        font-size: 28px;
    }

    .adoption-form-fieldset {
        padding: 21px 18px;
    }

    .adoption-form-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .adoption-field--full {
        grid-column: auto;
    }

    .adoption-radio-row {
        grid-template-columns: 1fr;
    }

    .adoption-form-actions {
        padding-bottom: 8px;
    }

    .adoption-form-submit {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .adoption-form-container {
        width: calc(100% - 20px);
    }

    .adoption-form-section {
        padding-top: 30px;
    }

    .adoption-form-card--digital {
        padding: 21px 17px;
        border-radius: 16px;
    }

    .adoption-form-content h2 {
        font-size: 25px;
        line-height: 1.25;
    }

    .adoption-form-content p {
        font-size: 13px;
        line-height: 1.7;
    }

    .adoption-selected-dog {
        align-items: flex-start;
        padding: 13px;
        margin: 20px 0 24px;
    }

    .adoption-form {
        gap: 14px;
        margin-top: 24px;
    }

    .adoption-form-fieldset {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .adoption-form-fieldset legend {
        font-size: 16px;
        gap: 8px;
    }

    .adoption-step {
        width: 27px;
        height: 27px;
        flex: 0 0 auto;
    }

    .adoption-field label {
        font-size: 11.5px;
    }

    .adoption-field input[type="text"],
    .adoption-field input[type="number"],
    .adoption-field input[type="tel"],
    .adoption-field input[type="email"],
    .adoption-field input[type="date"],
    .adoption-field select {
        min-height: 47px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .adoption-field textarea {
        min-height: 105px;
        padding: 12px;
    }

    .adoption-radio {
        min-height: 46px;
        padding: 9px 11px;
        font-size: 12px;
    }

    .adoption-check {
        padding: 12px;
        font-size: 11.5px !important;
    }

    .adoption-form-download {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}

/* iOS / Safari tarih alanı */
.adoption-field input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
}

/* Uzun metinlerde taşmayı önle */
.adoption-field,
.adoption-form-fieldset,
.adoption-form-content,
.adoption-consent-note {
    overflow-wrap: anywhere;
}

/* =========================================================
   SAHİPLENME ÖNCESİ KENDİNE SORULAR
   ========================================================= */
.adoption-self-check {
    margin: 28px 0 34px;
    padding: 26px;
    background: #faf8f4;
    border: 1px solid #ece7df;
    border-radius: 20px;
}

.adoption-self-check__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

.adoption-self-check__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff0e8;
    color: #f26522;
    font-size: 21px;
}

.adoption-self-check__header .adoption-form-kicker {
    display: block;
    margin-bottom: 5px;
}

.adoption-self-check__header h3 {
    margin: 0 0 7px;
    color: #17212b;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.3;
}

.adoption-self-check__header p {
    margin: 0;
    color: #69717a;
    font-size: 14px;
    line-height: 1.65;
}

.adoption-self-check__list {
    display: grid;
    gap: 9px;
}

.adoption-self-check__item {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 13px;
    min-height: 54px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e9e5de;
    border-radius: 13px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.adoption-self-check__item:hover {
    border-color: #f2c6ae;
    box-shadow: 0 7px 18px rgba(20, 30, 40, .045);
    transform: translateY(-1px);
}

.adoption-self-check__number {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f5f1ea;
    color: #7b8c28;
    font-size: 11px;
    font-weight: 900;
}

.adoption-self-check__item p {
    margin: 0;
    color: #39434d;
    font-size: 14.5px;
    line-height: 1.55;
    font-weight: 600;
}

@media (max-width: 700px) {
    .adoption-self-check {
        margin: 22px 0 28px;
        padding: 18px;
        border-radius: 16px;
    }

    .adoption-self-check__header {
        gap: 12px;
        margin-bottom: 17px;
    }

    .adoption-self-check__icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 18px;
    }

    .adoption-self-check__header h3 {
        font-size: 19px;
    }

    .adoption-self-check__header p {
        font-size: 13.5px;
    }

    .adoption-self-check__item {
        grid-template-columns: 32px 1fr;
        gap: 10px;
        padding: 10px 11px;
    }

    .adoption-self-check__number {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .adoption-self-check__item p {
        font-size: 13.5px;
    }
}

/* =========================================================
   BAŞVURU ÖNCESİ SSS / AKORDEON
   Formun dışında, form kartının üstünde gösterilir.
   ========================================================= */
.adoption-self-check {
    width: min(1040px, calc(100% - 36px));
    margin: 30px auto 24px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

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

.adoption-self-check__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff0e8;
    color: #f26522;
    font-size: 21px;
}

.adoption-self-check__header .adoption-form-kicker {
    display: block;
    margin-bottom: 5px;
}

.adoption-self-check__header h2 {
    margin: 0 0 5px;
    color: #17212b;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.3;
}

.adoption-self-check__header p {
    margin: 0;
    color: #69717a;
    font-size: 14px;
    line-height: 1.65;
}

.adoption-self-check__list {
    display: grid;
    gap: 12px;
}

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

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

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

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

.adoption-faq-question:focus-visible {
    outline: 3px solid rgba(242, 101, 34, .25);
    outline-offset: -3px;
}

.adoption-self-check__number {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f5f1ea;
    color: #7b8c28;
    font-size: 12px;
    font-weight: 900;
    transition: .2s ease;
}

.adoption-faq-item.is-open .adoption-self-check__number {
    background: #fff0e8;
    color: #f26522;
}

.adoption-faq-question__text {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}

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

.adoption-faq-toggle i {
    transition: transform .2s ease;
}

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

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

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

.adoption-faq-answer__inner {
    padding: 18px 82px 22px;
    color: #59616a;
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 700px) {
    .adoption-self-check {
        width: calc(100% - 24px);
        margin: 22px auto 20px;
    }

    .adoption-self-check__header {
        align-items: flex-start;
        gap: 12px;
        padding: 17px;
        margin-bottom: 16px;
        border-radius: 16px;
    }

    .adoption-self-check__icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 18px;
    }

    .adoption-self-check__header h2 {
        font-size: 19px;
    }

    .adoption-self-check__header p {
        font-size: 13.5px;
    }

    .adoption-faq-question {
        grid-template-columns: 38px 1fr 34px;
        gap: 11px;
        padding: 16px;
    }

    .adoption-self-check__number {
        width: 34px;
        height: 34px;
        font-size: 11px;
    }

    .adoption-faq-question__text {
        font-size: 14px;
        line-height: 1.45;
    }

    .adoption-faq-toggle {
        width: 32px;
        height: 32px;
    }

    .adoption-faq-answer__inner {
        padding: 16px 17px 20px;
        font-size: 14px;
    }
}
