/* ACCENT: #f89921 -> rgb(248,153,33) */

.page-bg {
    background: radial-gradient(1200px 500px at 20% 0%, rgba(248,153,33,.10), transparent 55%), radial-gradient(900px 500px at 85% 15%, rgba(198,74,0,.08), transparent 55%), #f3f6f7;
}

.wrap {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 0;
}

.form-center {
    max-width: 980px;
    margin: 0 auto;
}

.logo-area {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.logo-img {
    height: 44px;
    width: auto;
}

/* Card */
.consent-card {
    border: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: 0 22px 60px rgba(0,0,0,.10);
    overflow: hidden;
}

.card-head,
.card-content {
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
}

.card-head {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.card-title {
    font-size: 20px;
    font-weight: 650;
    margin: 0 0 4px 0;
}

.card-subtitle {
    font-size: 12px;
    color: #6c757d;
}

.card-content {
    padding: 22px;
}

/* Form */
.form-label {
    font-size: 13px;
    font-weight: 650;
    color: #111;
}

.form-control {
    border-radius: 10px;
    border-color: rgba(0,0,0,.12);
    padding: 10px 12px;
}

    .form-control:focus {
        border-color: rgba(248,153,33,.45);
        box-shadow: 0 0 0 .2rem rgba(248,153,33,.12);
    }

.divider {
    height: 1px;
    background: rgba(0,0,0,.08);
}

/* Select cards */
.select-card {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.10);
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.82));
    padding: 14px 14px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    cursor: pointer;
}

    .select-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        bottom: 10px;
        width: 4px;
        border-radius: 10px;
        background: rgba(0,0,0,.08);
        transition: background .18s ease;
    }

    .select-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(0,0,0,.08);
    }

    .select-card.is-active {
        border-color: rgba(248,153,33,.35);
        box-shadow: 0 16px 36px rgba(248,153,33,.10);
    }

        .select-card.is-active::before {
            background: rgba(248,153,33,.85);
        }

.select-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.select-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* ICON (kullanmıyorsan sorun değil) */
.select-icon {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248,153,33,.06);
    color: rgba(248,153,33,.55);
    font-size: 14px;
}

    .select-icon .bi {
        font-size: 14px;
    }

/* metin */
.select-title {
    font-weight: 750;
    font-size: 13px;
    color: #111;
}

.select-desc {
    font-size: 12px;
    color: #6c757d;
}

/* Toggle */
.toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

    .toggle input {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
    }

.toggle-track {
    width: 52px;
    height: 28px;
    border-radius: 999px;
    background: #e9ecef;
    border: 1px solid rgba(0,0,0,.10);
    transition: background .2s ease, border-color .2s ease;
    position: relative;
}

    .toggle-track::after {
        content: "";
        width: 24px;
        height: 24px;
        background: #fff;
        border-radius: 999px;
        position: absolute;
        top: 1px;
        left: 1px;
        box-shadow: 0 8px 18px rgba(0,0,0,.15);
        transition: transform .2s ease;
    }

.toggle input:checked + .toggle-track {
    background: rgba(248,153,33,.95);
    border-color: rgba(248,153,33,.35);
}

    .toggle input:checked + .toggle-track::after {
        transform: translateX(24px);
    }

/* Reveal */
.reveal {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height .40s cubic-bezier(.2,.9,.2,1), opacity .22s ease, transform .22s ease;
    cursor: default;
}

    .reveal.is-open {
        max-height: 220px;
        opacity: 1;
        transform: translateY(0);
    }

.reveal-inner {
    padding: 12px 0 2px 0;
}

/* Button */
.btn-send {
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 650;
    box-shadow: 0 16px 30px rgba(248,153,33,.18);
}

/* message34 logo */
.powered {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.message34-logo {
    height: 34px;
    width: auto;
    opacity: .95;
}

/* KVKK sayfası içerik stilleri */
.kvkk-scroll {
    max-height: 70vh;
    overflow: auto;
    padding-right: 8px;
}

.kvkk-h {
    font-size: 14px;
    font-weight: 800;
    margin: 14px 0 8px;
    color: #111;
}

.kvkk-p {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(0,0,0,.72);
    margin: 0 0 10px;
}

.kvkk-table-wrap {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    overflow: hidden;
    margin: 10px 0 14px;
    background: rgba(255,255,255,.6);
}

.kvkk-table {
    margin: 0;
    font-size: 12.5px;
}

    .kvkk-table thead th {
        background: rgba(0,0,0,.05);
        font-weight: 800;
        border-bottom: 1px solid rgba(0,0,0,.08);
    }

    .kvkk-table td, .kvkk-table th {
        padding: 12px 12px;
        vertical-align: top;
        border-color: rgba(0,0,0,.06);
    }

.kvkk-callout {
    border-left: 4px solid rgba(248,153,33,.85);
    background: rgba(248,153,33,.06);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 13px;
    color: rgba(0,0,0,.78);
    margin: 10px 0 12px;
}
.btn-accent {
    background-color: #f89921;
    border-color: #f89921;
    color: #fff;
    font-weight: 650;
    border-radius: 10px;
    box-shadow: 0 16px 30px rgba(248,153,33,.28);
    transition: all .2s ease;
}

    .btn-accent:hover,
    .btn-accent:focus {
        background-color: #e78910;
        border-color: #e78910;
        color: #fff;
        box-shadow: 0 18px 36px rgba(248,153,33,.35);
    }

    .btn-accent:active {
        background-color: #d97f0f;
        border-color: #d97f0f;
    }
