/* ===============================================
   Arkel ARCLOUD - login page overrides
   (WinDOORS temasının üzerine marka özelleştirmesi)
   =============================================== */

:root {
    --va-accent: #1479c0;
    --va-accent-dark: #0d5c9e;
    --va-navy: #0c1524;
    --va-navy-soft: rgba(12, 21, 36, 0.55);
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ls-wide {
    letter-spacing: .22em;
    font-size: .68rem;
}

/* arka plan görselleri kapsayıcıyı doldursun, sayfayı uzatmasın */
.coverimg {
    overflow: hidden;
}

.coverimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-accent {
    color: var(--va-accent) !important;
}

/* ---------- hero (sol panel) ---------- */

.hero-overlay {
    background: linear-gradient(200deg,
            rgba(12, 21, 36, 0.35) 0%,
            rgba(12, 21, 36, 0.78) 55%,
            rgba(12, 21, 36, 0.95) 100%);
}

.brand-chip {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    padding: .65rem 1.1rem;
    box-shadow: 0 8px 24px rgba(12, 21, 36, 0.35);
}

.brand-chip img {
    height: 34px;
    width: auto;
    display: block;
}

.brand-logo-sm {
    height: 40px;
    width: auto;
}

.glass-chip {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.chip-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #6bc1f0;
    background: rgba(20, 121, 192, 0.22);
    border: 1px solid rgba(107, 193, 240, 0.35);
}

.product-swiper .swiper-wrapper {
    align-items: stretch;
}

.product-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.product-swiper .glass-chip {
    width: 100%;
    min-height: 86px;
}

.product-swiper .swiper-pagination {
    position: relative;
    margin-top: .25rem;
}

/* ---------- login (sağ panel) ---------- */

.login-panel {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

/* asansör kat göstergesi */
.floor-display {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--va-navy);
    color: #4db1ec;
    border-radius: 12px;
    padding: .45rem 1rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: .12em;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6), 0 6px 18px rgba(12, 21, 36, 0.25);
    text-shadow: 0 0 12px rgba(77, 177, 236, 0.85);
}

.floor-display .floor-label {
    font-size: .62rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: .3em;
    text-shadow: none;
}

.floor-display #floorno {
    min-width: 2ch;
    text-align: center;
}

.blink {
    animation: va-blink 1.4s ease-in-out infinite;
}

@keyframes va-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: .25; }
}

/* form */
.bg-none {
    background: transparent !important;
}

.input-group-lg > .input-group-text {
    border-radius: 14px 0 0 14px;
}

.input-group-lg > .btn.input-group-text {
    border-radius: 0 14px 14px 0;
}

.input-group-lg .form-control {
    border-radius: 0 14px 14px 0;
    background: transparent;
}

.input-group-lg .form-control:not(:last-child) {
    border-radius: 0;
}

.input-group:focus-within .input-group-text,
.input-group:focus-within .form-control {
    border-color: var(--va-accent);
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--va-accent);
    border-color: var(--va-accent);
}

/* ana buton */
.btn-accent {
    background: linear-gradient(120deg, var(--va-accent), var(--va-accent-dark));
    color: #fff;
    font-weight: 700;
    border: 0;
    border-radius: 14px;
    padding-top: .85rem;
    padding-bottom: .85rem;
    box-shadow: 0 10px 26px rgba(20, 121, 192, 0.38);
    transition: transform .15s ease, box-shadow .15s ease;
}

.btn-accent:hover,
.btn-accent:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(20, 121, 192, 0.48);
}

.btn-accent i {
    transition: transform .2s ease;
}

.btn-accent:hover i {
    transform: translateY(-3px);
}

/* yardım bağlantıları */
.help-links {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.help-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(12, 21, 36, 0.08);
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(12, 21, 36, 0.05);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.help-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--va-accent), var(--va-accent-dark));
    opacity: 0;
    transition: opacity .18s ease;
}

.help-link:hover {
    color: inherit;
    transform: translateY(-2px);
    border-color: rgba(20, 121, 192, 0.35);
    box-shadow: 0 10px 24px rgba(20, 121, 192, 0.16);
}

.help-link:hover::before {
    opacity: 1;
}

.help-link-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(145deg, var(--va-accent), var(--va-accent-dark));
    box-shadow: 0 6px 14px rgba(20, 121, 192, 0.3);
}

.help-link-title {
    font-size: .95rem;
}

.help-link-arrow {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--va-accent);
    background: rgba(20, 121, 192, 0.1);
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.help-link:hover .help-link-arrow {
    background: var(--va-accent);
    color: #fff;
    transform: translateX(3px);
}

/* koyu ekranlarda okunurluk için link rengi */
a.text-accent:hover {
    color: var(--va-accent-dark) !important;
}

/* ---------- giriş hata uyarısı ---------- */

.login-error {
    display: flex;
    align-items: center;
    padding: .8rem 1rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: .9rem;
    color: #b02a37;
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    animation: va-shake .4s ease;
}

.login-error.d-none {
    display: none;
}

@keyframes va-shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-7px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(3px); }
}

/* ---------- sinematik asansör yolculuğu ---------- */

.lift-overlay {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 14, 26, 0.55);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, backdrop-filter .8s ease, visibility 0s linear .6s;
}

.lift-overlay.active {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: opacity .6s ease, backdrop-filter .8s ease;
}

.lift-cabin {
    text-align: center;
    transform: scale(.85);
    opacity: 0;
    transition: transform .6s cubic-bezier(.2, 1.4, .4, 1), opacity .5s ease;
}

.lift-overlay.active .lift-cabin {
    transform: scale(1);
    opacity: 1;
}

/* büyük led kat göstergesi */
.lift-display-big {
    display: inline-flex;
    align-items: baseline;
    gap: 1.2rem;
    padding: 1.6rem 2.8rem;
    border-radius: 26px;
    background: linear-gradient(180deg, #101c30, var(--va-navy) 60%, #060b14);
    border: 1px solid rgba(77, 177, 236, 0.22);
    box-shadow:
        inset 0 3px 14px rgba(0, 0, 0, 0.75),
        0 0 0 6px rgba(255, 255, 255, 0.04),
        0 24px 70px rgba(6, 11, 20, 0.75),
        0 0 46px rgba(20, 121, 192, 0.28);
}

.lift-arrow {
    font-size: 2rem;
    color: #4db1ec;
    text-shadow: 0 0 16px rgba(77, 177, 236, 0.9);
    animation: va-arrow-pulse .8s ease-in-out infinite;
    align-self: center;
}

@keyframes va-arrow-pulse {
    0%, 100% { opacity: 1; transform: translateY(0); }
    50% { opacity: .35; transform: translateY(-5px); }
}

.lift-floor {
    font-size: 6.5rem;
    line-height: 1;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #4db1ec;
    text-shadow:
        0 0 18px rgba(77, 177, 236, 0.95),
        0 0 60px rgba(20, 121, 192, 0.55);
    min-width: 2ch;
    text-align: center;
}

.lift-floor.tick {
    animation: va-floor-tick .28s ease;
}

@keyframes va-floor-tick {
    0% { transform: translateY(55%); opacity: 0; filter: blur(3px); }
    100% { transform: translateY(0); opacity: 1; filter: blur(0); }
}

.lift-unit {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .35em;
    color: rgba(255, 255, 255, 0.4);
    align-self: center;
}

/* kat ilerleme noktaları */
.lift-dots {
    display: flex;
    justify-content: center;
    gap: .55rem;
    margin-top: 1.6rem;
}

.lift-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lift-dots span.lit {
    background: #4db1ec;
    box-shadow: 0 0 10px rgba(77, 177, 236, 0.9);
    transform: scale(1.25);
}

/* başarı ekranı */
.lift-success {
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .5s ease, transform .5s cubic-bezier(.2, 1.4, .4, 1);
    pointer-events: none;
}

.lift-overlay.success .lift-success {
    opacity: 1;
    transform: translateY(0);
}

.lift-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto .9rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    background: linear-gradient(145deg, #2ecc71, #1e9e54);
    box-shadow: 0 0 0 8px rgba(46, 204, 113, 0.16), 0 0 36px rgba(46, 204, 113, 0.55);
    animation: va-pop .5s cubic-bezier(.2, 1.6, .4, 1);
}

@keyframes va-pop {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}

/* başarıya ulaşınca yeşile dönme / checkmark yok — yalnızca kat göstergesi */
.lift-overlay.success .lift-success {
    display: none !important;
}

.lift-overlay.success .lift-floor {
    color: #4db1ec;
    text-shadow: 0 0 18px rgba(77, 177, 236, 0.95), 0 0 60px rgba(20, 121, 192, 0.45);
}

.lift-overlay.success .lift-arrow {
    animation: none;
    opacity: 0.85;
}

.lift-overlay.success .lift-display-big {
    border-color: rgba(77, 177, 236, 0.35);
    box-shadow:
        inset 0 3px 14px rgba(0, 0, 0, 0.75),
        0 0 0 6px rgba(255, 255, 255, 0.04),
        0 24px 70px rgba(6, 11, 20, 0.75),
        0 0 46px rgba(20, 121, 192, 0.35);
}

.lift-overlay.success .lift-dots {
    display: none;
}

.lift-overlay.success .lift-dots span.lit {
    background: #4db1ec;
    box-shadow: 0 0 10px rgba(77, 177, 236, 0.9);
}

/* ---------- şifre sıfırlama sayfaları ---------- */

.back-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .9rem;
    font-weight: 600;
    color: var(--va-accent);
    text-decoration: none;
    transition: gap .15s ease, color .15s ease;
}

.back-link:hover {
    color: var(--va-accent-dark);
    gap: .65rem;
}

.reset-success {
    text-align: center;
}

.reset-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    background: linear-gradient(145deg, var(--va-accent), var(--va-accent-dark));
    box-shadow: 0 0 0 8px rgba(20, 121, 192, 0.14), 0 12px 28px rgba(20, 121, 192, 0.35);
}

.reset-success-icon.success-green {
    background: linear-gradient(145deg, #2ecc71, #1e9e54);
    box-shadow: 0 0 0 8px rgba(46, 204, 113, 0.14), 0 12px 28px rgba(46, 204, 113, 0.35);
}

.sms-input {
    letter-spacing: .35em;
    font-weight: 700;
}

.strength-meter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .35rem;
    margin-bottom: .45rem;
}

.strength-meter span {
    height: 5px;
    border-radius: 999px;
    background: rgba(12, 21, 36, 0.1);
    transition: background .2s ease, box-shadow .2s ease;
}

.strength-meter.lvl-1 span:nth-child(1) {
    background: #dc3545;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.35);
}

.strength-meter.lvl-2 span:nth-child(-n+2) {
    background: #fd7e14;
    box-shadow: 0 0 8px rgba(253, 126, 20, 0.35);
}

.strength-meter.lvl-3 span:nth-child(-n+3) {
    background: #ffc107;
    box-shadow: 0 0 8px rgba(255, 193, 7, 0.35);
}

.strength-meter.lvl-4 span,
.strength-meter.lvl-5 span {
    background: #198754;
    box-shadow: 0 0 8px rgba(25, 135, 84, 0.35);
}

.strength-label {
    font-size: .8rem;
    min-height: 1.2em;
}

.strength-label.slvl-1 { color: #dc3545 !important; font-weight: 600; }
.strength-label.slvl-2 { color: #fd7e14 !important; font-weight: 600; }
.strength-label.slvl-3 { color: #c79100 !important; font-weight: 600; }
.strength-label.slvl-4,
.strength-label.slvl-5 { color: #198754 !important; font-weight: 600; }

.match-label.match-ok { color: #198754; font-weight: 600; }
.match-label.match-bad { color: #dc3545; font-weight: 600; }

/* şifre tekrar alanının eşleşme durumu */
.input-group.group-ok .input-group-text,
.input-group.group-ok .form-control {
    border-color: rgba(25, 135, 84, 0.6);
}

.input-group.group-bad .input-group-text,
.input-group.group-bad .form-control {
    border-color: rgba(220, 53, 69, 0.6);
}

/* tekrar gönder butonu */
.btn-outline-accent {
    border-radius: 14px;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-weight: 700;
    color: var(--va-accent);
    background: transparent;
    border: 1.5px solid rgba(20, 121, 192, 0.45);
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}

.btn-outline-accent:hover:not(:disabled),
.btn-outline-accent:focus:not(:disabled) {
    color: #fff;
    background: var(--va-accent);
    border-color: var(--va-accent);
    transform: translateY(-2px);
}

.btn-outline-accent:disabled {
    color: #8a93a0;
    background: rgba(12, 21, 36, 0.04);
    border-color: rgba(12, 21, 36, 0.12);
    opacity: 1;
    cursor: not-allowed;
}

/* ---------- hesap açma talebi (3 adımlı form) ---------- */

/* hero tarafındaki adım özeti */
.hero-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-checklist li {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: .95rem;
    padding: .3rem 0;
}

.hero-checklist i {
    color: #6bc1f0;
    font-size: 1.05rem;
}

/* adım göstergesi */
.wizard-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .25rem;
}

.wizard-step {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .45rem;
}

/* adımlar arası çizgi */
.wizard-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 17px;
    left: calc(50% + 22px);
    right: calc(-50% + 22px);
    height: 2px;
    background: rgba(12, 21, 36, 0.12);
    transition: background .25s ease;
}

.wizard-step.done:not(:last-child)::after {
    background: var(--va-accent);
}

.wizard-bullet {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .9rem;
    color: #8a93a0;
    background: rgba(12, 21, 36, 0.06);
    border: 2px solid transparent;
    transition: all .25s ease;
}

.wizard-step.active .wizard-bullet {
    color: #fff;
    background: linear-gradient(145deg, var(--va-accent), var(--va-accent-dark));
    box-shadow: 0 6px 16px rgba(20, 121, 192, 0.35);
}

.wizard-step.done .wizard-bullet {
    color: var(--va-accent);
    background: rgba(20, 121, 192, 0.12);
    border-color: var(--va-accent);
}

.wizard-step.done .wizard-bullet::before {
    content: '\F26E'; /* bootstrap-icons check-lg */
    font-family: 'bootstrap-icons';
    font-size: 1rem;
}

.wizard-step.done .wizard-bullet {
    font-size: 0;
}

.wizard-text {
    font-size: .78rem;
    line-height: 1.25;
    color: #8a93a0;
    font-weight: 600;
}

.wizard-step.active .wizard-text {
    color: var(--va-navy);
}

.wizard-step.done .wizard-text {
    color: var(--va-accent);
}

/* form yardımcı metinleri */
.field-hint {
    font-size: .78rem;
    color: #8a93a0;
    margin-top: .35rem;
    padding-left: .2rem;
}

/* ülke telefon kodu */
.input-group-lg > .dial-code {
    font-weight: 700;
    color: var(--va-navy);
    background: rgba(12, 21, 36, 0.04) !important;
    border-radius: 0;
    min-width: 68px;
    justify-content: center;
}

.input-group-lg > .dial-code.dial-empty {
    color: #a7aeb8;
    font-weight: 600;
}

/* adres alanı */
.form-floating > .address-area {
    min-height: 96px;
    padding-top: 1.9rem;
    resize: vertical;
}

/* seri no alanı */
.serial-input {
    letter-spacing: .08em;
    font-weight: 700;
    text-transform: uppercase;
}

/* seri no örnek görseli */
.serial-sample {
    margin: 0;
    padding: .9rem;
    border-radius: 16px;
    background: rgba(20, 121, 192, 0.05);
    border: 1px dashed rgba(20, 121, 192, 0.35);
}

.serial-sample figcaption {
    font-size: .8rem;
    color: #6b7482;
    margin-bottom: .6rem;
}

.serial-sample img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    background: #fff;
}

/* onay metinleri */
.consent-box {
    border: 1px solid rgba(12, 21, 36, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
    padding: .35rem .9rem;
}

.consent-item {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    padding: .7rem .25rem;
    margin: 0;
    border-radius: 10px;
    transition: background .2s ease;
}

.consent-item + .consent-item {
    border-top: 1px solid rgba(12, 21, 36, 0.07);
}

.consent-item .form-check-input {
    flex: 0 0 auto;
    margin: .15rem 0 0 0;
    width: 1.15rem;
    height: 1.15rem;
    cursor: pointer;
}

.consent-item .form-check-label {
    font-size: .86rem;
    line-height: 1.45;
    cursor: pointer;
}

.consent-required {
    color: #dc3545;
    font-weight: 700;
}

/* metin popup'ını açan bağlantı (buton olarak işaretlenmiş) */
.doc-link {
    padding: 0;
    border: 0;
    background: none;
    color: var(--va-accent);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color .15s ease;
}

.doc-link:hover,
.doc-link:focus-visible {
    color: var(--va-accent-dark);
    text-decoration-style: solid;
}

/* onay metni popup'ı
   Tema, ".coverimg + * + div" kuralıyla body içindeki bu elemanı
   position: relative yapıp ekran dışına attığı için sabitliyoruz. */
.coverimg + * + .doc-modal,
.doc-modal.modal.fade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
}

/* çerez banner — aynı sibling kuralına takılmasın (modal'ın altında kalsın: 978) */
.coverimg + * + #base-cookie-contracts,
#base-cookie-contracts {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    z-index: 978;
}

.doc-modal .modal-content {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(12, 21, 36, 0.35);
    overflow: hidden;
}

.doc-modal .modal-header {
    background: linear-gradient(135deg, var(--va-navy), #16324f);
    border-bottom: 0;
    padding: 1.1rem 1.5rem;
}

.doc-modal .modal-title {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.35;
    padding-right: .5rem;
}

.doc-modal .modal-header .btn-close {
    filter: invert(1) grayscale(1) brightness(2);
    opacity: .7;
}

.doc-modal .modal-header .btn-close:hover {
    opacity: 1;
}

.doc-modal .modal-footer {
    border-top: 1px solid rgba(12, 21, 36, 0.08);
    background: rgba(12, 21, 36, 0.02);
    padding: .9rem 1.5rem;
    gap: .5rem;
}

.doc-modal .modal-footer .btn {
    padding-top: .55rem;
    padding-bottom: .55rem;
    font-size: .92rem;
}

/* popup içindeki metin tipografisi */
.doc-body {
    padding: 1.5rem;
    max-height: 62vh;
    font-size: .9rem;
    line-height: 1.65;
    color: #414b59;
}

.doc-body .doc-meta {
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    color: var(--va-accent);
    background: rgba(20, 121, 192, 0.08);
    border-radius: 20px;
    padding: .3rem .8rem;
    margin-bottom: 1.1rem;
}

.doc-body h6 {
    font-weight: 700;
    color: var(--va-navy);
    margin: 1.4rem 0 .5rem;
    font-size: .95rem;
}

.doc-body h6:first-of-type {
    margin-top: 0;
}

.doc-body p {
    margin-bottom: .85rem;
}

.doc-body ul {
    padding-left: 1.15rem;
    margin-bottom: .85rem;
}

.doc-body li {
    margin-bottom: .4rem;
}

.doc-body strong {
    color: var(--va-navy);
}

.consent-item.consent-missing {
    background: rgba(220, 53, 69, 0.07);
}

.consent-item.consent-missing .form-check-input {
    border-color: #dc3545;
    box-shadow: 0 0 0 .18rem rgba(220, 53, 69, 0.15);
}

/* geçersiz alan vurgusu (select ve textarea dahil) */
.input-group.group-bad .form-select,
.input-group.group-bad textarea.form-control {
    border-color: rgba(220, 53, 69, 0.6);
}
