/**
 * Rezervasyon formu – BARBARONESS tema
 * Kart tabanlı, görsel hiyerarşi, sistem entegrasyonu göstergeleri.
 */
.rezervasyon-body {
    margin: 0;
    font-family: var(--site-font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--site-text);
    background: var(--site-bg);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

/* ========== REZERVASYON HEADER ========== */
.rezervasyon-header {
    background: var(--site-header-bg);
    color: var(--site-header-text);
    padding: 1.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(17, 17, 17, 0.15);
}
.rezervasyon-header-inner {
    max-width: 680px;
    margin: 0 auto;
}
.rezervasyon-header h1 {
    margin: 0;
    font-family: var(--site-font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: var(--site-heading-spacing, 0.02em);
    line-height: var(--site-heading-line, 1.35);
}
.rezervasyon-step-info {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    opacity: 0.9;
    color: var(--site-header-text);
}

/* ========== ANA ALAN ========== */
.rezervasyon-main {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

/* ========== BÖLÜM KARTLARI – metin yerine görsel gruplar ========== */
.rez-form-section {
    background: var(--site-card-bg);
    border-radius: var(--site-radius, 12px);
    border: 1px solid var(--site-divider);
    box-shadow: var(--site-card-shadow);
    margin-bottom: 1.5rem;
    overflow: hidden;
}
/* Step içindeki bölüm – daha hafif stil */
.rez-step-body .rez-form-section {
    background: var(--site-bg-subtle, #f8fafc);
    border-color: var(--site-divider);
    box-shadow: none;
}
.rez-form-section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(180deg, var(--site-bg-alt) 0%, var(--site-bg-subtle) 100%);
    border-bottom: 1px solid var(--site-divider);
    font-weight: 600;
    font-size: 1rem;
    color: var(--site-text);
}
.rez-form-section-header .rez-form-section-icon {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--site-radius-xs, 6px);
    background: var(--site-accent-soft);
    color: var(--site-accent);
}
.rez-form-section-body {
    padding: 1.25rem 1.5rem;
}

/* Entegrasyon bilgi bandı – sistem tanımları, acente, tedarikçi, operasyon, voucher */
.rez-integration-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.08) 0%, rgba(201, 169, 98, 0.04) 100%);
    border: 1px solid rgba(201, 169, 98, 0.2);
    border-radius: var(--site-radius-sm, 10px);
    font-size: 0.85rem;
}
.rez-integration-bar-title {
    font-weight: 600;
    color: var(--site-text);
    margin-right: 0.5rem;
}
.rez-integration-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.6rem;
    background: #fff;
    border-radius: 999px;
    border: 1px solid var(--site-divider);
    color: var(--site-text-muted);
    font-size: 0.8rem;
}
.rez-integration-chip::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
}

/* ========== REZERVASYON TİPİ / ACENTE SEÇİMİ (8. Kullanım Akışları) ========== */
.rez-booking-mode {
    margin-bottom: 1.5rem;
}
.rez-booking-mode-block {
    padding: 1.25rem 1.5rem;
    background: var(--site-bg-alt);
    border-radius: var(--site-radius, 10px);
    border: 1px solid var(--site-divider);
    box-shadow: 0 1px 3px rgba(17, 17, 17, 0.06);
}
.rez-booking-mode--agency-locked,
.rez-booking-mode-block .rez-booking-mode-link {
    font-size: 1rem;
}
.rez-booking-mode-out,
.rez-booking-mode-link {
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: var(--site-accent);
    text-decoration: none;
}
.rez-booking-mode-out:hover,
.rez-booking-mode-link:hover {
    text-decoration: underline;
}
.rez-booking-mode-title {
    margin: 0 0 1rem;
    font-family: var(--site-font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--site-text);
    letter-spacing: var(--site-heading-spacing, 0.02em);
}
.rez-booking-type-cards {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.rez-booking-type-card {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border: none;
    border-radius: var(--site-radius-sm, 10px);
    background: var(--site-bg-alt);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.rez-booking-type-card:hover {
    background: var(--site-bg-subtle);
}
.rez-booking-type-card--active,
.rez-booking-type-card:has(input:checked),
.rez-booking-type-card.rez-booking-type-card--active {
    background: var(--site-accent-soft);
    box-shadow: inset 0 0 0 1px rgba(201,169,98,0.25);
}
.rez-booking-type-icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--site-divider);
}
.rez-booking-type-card--active .rez-booking-type-icon,
.rez-booking-type-card:has(input:checked) .rez-booking-type-icon {
    background: var(--site-accent);
}
.rez-booking-type-icon--person {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") center/contain no-repeat;
    background: currentColor;
}
.rez-booking-type-icon--agency {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2h2v-2h-2V9h8v10zm-2-8h-2v2h2v-2zm0 4h-2v2h2v-2z'/%3E%3C/svg%3E") center/contain no-repeat;
    background: currentColor;
}
.rez-booking-type-label {
    font-weight: 600;
    font-size: 1rem;
    color: var(--site-text);
}
.rez-agency-select-block {
    margin-top: 0;
    padding-top: 0.5rem;
    border-top: 1px solid var(--site-divider);
}
.rez-agency-select-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--site-text);
}
.rez-required {
    color: #dc2626;
}
.rez-agency-select {
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid var(--site-divider);
    border-radius: var(--site-radius-sm, 8px);
    font-size: 1rem;
    font-family: inherit;
    background: var(--site-bg-alt);
}
.rez-agency-select:focus {
    outline: none;
    border-color: var(--site-accent);
}
.rez-agency-conditions {
    margin: 0.75rem 0 0;
    padding: 0.6rem 0.75rem;
    background: var(--site-bg);
    border-radius: var(--site-radius-sm, 8px);
    font-size: 0.9rem;
    color: var(--site-text-muted);
}
.rez-agency-conditions:empty {
    display: none;
}

/* ========== STEPPER WIZARD (Apple HIG) ========== */
.rez-accordion {
    background: var(--site-card-bg);
    border-radius: var(--site-radius);
    overflow: hidden;
    box-shadow: var(--site-card-shadow);
    border: none;
}

/* Stepper: nokta veya ince çizgi, aktif adım soft gold */
.rez-stepper-line {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 1.25rem 1.5rem 0;
    margin-bottom: -1px;
}
.rez-stepper-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--site-divider);
    flex-shrink: 0;
    transition: background .2s, box-shadow .2s;
}
.rez-stepper-dot.active {
    background: var(--site-accent) !important;
    box-shadow: 0 0 0 3px var(--site-accent-soft);
    transform: scale(1.15);
}
.rez-stepper-dot.completed { background: var(--site-accent); opacity: .6; }
.rez-stepper-connector {
    flex: 1;
    height: 1px;
    background: var(--site-divider);
    margin: 0 4px;
}
.rez-stepper-connector.completed { background: linear-gradient(90deg, var(--site-accent), var(--site-divider)); }

.rez-step {
    border-bottom: 1px solid var(--site-divider);
}
.rez-step:last-child { border-bottom: none; }
.rez-step-header {
    background: transparent;
    transition: background 0.2s;
}
.rez-step-header-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.125rem 1.5rem;
    text-decoration: none;
    color: var(--site-text);
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}
.rez-step-header-link:hover {
    background: var(--site-bg-subtle);
    color: var(--site-text);
}
.rez-step.rez-step--open .rez-step-header {
    background: transparent;
    border-bottom: none;
}
.rez-step.rez-step--open .rez-step-header-link {
    color: var(--site-text);
}
.rez-step.rez-step--completed .rez-step-header-link { color: var(--site-text-muted); }
.rez-step.rez-step--completed .rez-step-done {
    color: var(--site-accent);
    font-weight: 600;
    margin-left: auto;
    font-size: 1rem;
}
.rez-step.rez-step--disabled .rez-step-header { opacity: 0.5; }
.rez-step.rez-step--disabled .rez-step-title { color: var(--site-text-muted); }
.rez-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--site-bg-subtle);
    color: var(--site-text-muted);
    font-size: 0.9rem;
    font-weight: 600;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}
.rez-step.rez-step--open .rez-step-num {
    background: var(--site-accent-soft);
    color: var(--site-accent);
    border: none;
}
.rez-step.rez-step--completed .rez-step-num {
    background: var(--site-accent-soft);
    color: var(--site-accent);
}
.rez-step-title { flex: 1; text-align: left; font-family: var(--site-font-body); }
.rez-step-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--site-text-muted);
    margin-left: auto;
    transition: transform 0.2s;
}
.rez-step.rez-step--open .rez-step-arrow {
    transform: rotate(180deg);
    border-top-color: var(--site-text);
}
.rez-step-body {
    display: none;
    padding: 1.5rem 1.5rem 1.75rem;
    background: var(--site-card-bg, #fff);
    border-top: 1px solid var(--site-divider);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.rez-step.rez-step--open .rez-step-body { display: block; }

/* Tek sayfa hissi: sadece aktif adım gözüksün, adım başlıkları gizlensin */
.rez-accordion {
    border: 1px solid var(--site-divider);
}
.rez-step {
    display: none;
    border-bottom: none;
}
.rez-step.rez-step--open {
    display: block;
}
.rez-step-header {
    display: none !important;
}
.rez-step-body {
    display: block;
    border-top: none;
    box-shadow: none;
    padding: 1.25rem 1.25rem 1.5rem;
}

/* ========== TRANSFER TİPİ SEÇİMİ ========== */
.rez-transfer-types {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}
.rez-transfer-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border: none;
    border-radius: var(--site-radius-sm);
    background: var(--site-bg-alt);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.rez-transfer-option:hover {
    background: var(--site-bg-subtle);
}
.rez-transfer-option input { margin: 0; accent-color: var(--site-accent); }
.rez-transfer-option input:checked + .rez-transfer-label { font-weight: 600; color: var(--site-text); }
.rez-transfer-option:has(input:checked) {
    background: var(--site-accent-soft);
    box-shadow: inset 0 0 0 1px rgba(201,169,98,0.3);
}
.rez-transfer-label { flex: 1; font-size: 1rem; }

/* ========== ARAÇ TİPİ KARTLARI (Step 5) ========== */
.rez-label-block {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: var(--site-text);
    font-size: 0.9rem;
}
.rez-vehicle-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
    margin-bottom: 0;
}
.rez-vehicle-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0.75rem;
    border: 2px solid var(--site-divider);
    border-radius: var(--site-radius-sm, 10px);
    background: var(--site-bg-alt);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    position: relative;
}
.rez-vehicle-card:hover {
    background: var(--site-bg-subtle);
    border-color: var(--site-accent);
}
.rez-vehicle-card--selected,
.rez-vehicle-card:has(.rez-vehicle-card-input:checked) {
    background: var(--site-accent-soft) !important;
    border-color: var(--site-accent) !important;
    border-width: 2px;
    box-shadow: 0 0 0 2px var(--site-accent);
}
.rez-vehicle-card-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}
.rez-vehicle-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    height: 140px;
    color: var(--site-text-muted);
    background: var(--site-bg-subtle);
    border-radius: var(--site-radius-xs);
    overflow: hidden;
}
.rez-vehicle-card-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.rez-vehicle-card--selected .rez-vehicle-card-img,
.rez-vehicle-card:has(.rez-vehicle-card-input:checked) .rez-vehicle-card-img {
    color: var(--site-accent);
}
.rez-vehicle-card-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--site-text);
    text-align: center;
    line-height: 1.2;
}
.rez-vehicle-card-price {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--site-accent);
}
.rez-vehicle-card-price--na {
    font-weight: 500;
    font-size: 0.8rem;
    color: var(--site-text-muted);
}

/* Sabit nokta (havalimanı) */
.rez-fixed-place {
    margin: 0;
    padding: 0.85rem 1rem;
    background: var(--site-bg);
    border-radius: var(--site-radius-sm);
    color: var(--site-text-muted);
    font-weight: 600;
    font-size: 0.95rem;
}

/* ========== FORM ELEMANLARI ========== */
.rezervasyon-form h2,
.rezervasyon-ozet h2 {
    margin: 0 0 1.25rem;
    font-family: var(--site-font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--site-text);
}
.form-group { margin-bottom: 1.25rem; }
.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--site-text);
    font-size: 0.9rem;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="date"],
.form-group input[type="time"],
.form-group input[type="number"],
.form-group input[type="file"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.7rem 0.85rem 0.6rem;
    border: 1px solid var(--site-divider);
    border-radius: var(--site-radius-xs, 6px);
    font-size: 1rem;
    font-family: var(--site-font-body);
    background: var(--site-bg-alt, #fafafa);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--site-accent);
    box-shadow: 0 0 0 2px var(--site-accent-soft);
}
.form-group select,
.form-group input[type="date"],
.form-group input[type="time"],
.form-group input[type="file"] {
    padding: 0.75rem 1rem;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #94a3b8; }
.form-legend {
    font-weight: 600;
    color: var(--site-text);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.form-group fieldset .rez-checkbox { display: block; margin-bottom: 0.5rem; }
.form-error {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: #dc2626;
    font-weight: 500;
}
.rez-flash-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 1rem 1.25rem;
    border-radius: var(--site-radius-sm);
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}
.form-actions {
    margin-top: 1.75rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.rezervasyon-body .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.875rem 1.75rem;
    border-radius: var(--site-radius-sm);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    font-family: var(--site-font-body);
    border-width: 2px;
    border-style: solid;
    transition: border-color 0.2s, color 0.2s, background 0.2s, box-shadow 0.2s;
}
.rezervasyon-body .btn-primary {
    background: var(--site-accent);
    color: #1C1C1E;
    border-color: var(--site-accent);
    box-shadow: 0 2px 8px rgba(201, 169, 98, 0.35);
}
.rezervasyon-body .btn-primary:hover {
    background: var(--site-accent-hover);
    border-color: var(--site-accent-hover);
    color: #1C1C1E;
    box-shadow: 0 4px 12px rgba(201, 169, 98, 0.45);
}
.rezervasyon-body .btn-secondary {
    background: var(--site-bg);
    color: var(--site-text);
    border: 2px solid var(--site-text);
}
.rezervasyon-body .btn-secondary:hover {
    border-color: var(--site-accent);
    color: var(--site-accent);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Checkbox */
.form-group--inline { margin-bottom: 0.75rem; }
.form-hint {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: var(--site-text-muted);
}
.form-hint--adres { margin-bottom: 0.5rem; }
.form-group--phone .rez-phone-row {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}
.rez-phone-code {
    width: 4.5rem;
    min-width: 4rem;
    flex-shrink: 0;
    padding: 0.75rem 0.35rem;
    border: 2px solid var(--site-divider);
    border-radius: var(--site-radius-sm);
    font-size: 1rem;
    font-family: var(--site-font-body);
    background: var(--site-bg-alt);
    max-width: 5rem;
}
.rez-phone-input {
    flex: 1 1 auto;
    min-width: 10rem;
    max-width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid var(--site-divider);
    border-radius: var(--site-radius-sm);
    font-size: 1rem;
    box-sizing: border-box;
}
.rez-phone-input:focus {
    outline: none;
    border-color: var(--site-accent);
}
.rez-adres-block { position: relative; }
.rez-adres-ara-wrap { position: relative; margin-bottom: 0.5rem; }
.rez-adres-ara-label { display: block; font-weight: 500; margin-bottom: 0.25rem; font-size: 0.95rem; }
.rez-adres-ara-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid var(--site-divider);
    border-radius: var(--site-radius-sm);
    font-size: 1rem;
    font-family: var(--site-font-body);
    background: var(--site-bg-alt);
}
.rez-adres-ara-input:focus {
    outline: none;
    border-color: var(--site-accent);
}
.rez-adres-ara-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 2px;
    background: var(--site-bg-alt);
    border: 2px solid var(--site-divider);
    border-radius: var(--site-radius-sm);
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    max-height: 220px;
    overflow-y: auto;
    z-index: 20;
}
.rez-adres-ara {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid var(--site-divider);
    border-radius: var(--site-radius-sm);
    font-size: 1rem;
    font-family: var(--site-font-body);
    background: var(--site-bg-alt);
    margin-bottom: 0.25rem;
}
.rez-adres-ara:focus {
    outline: none;
    border-color: var(--site-accent);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
}
.rez-adres-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -0.25rem;
    background: var(--site-bg-alt);
    border: 2px solid var(--site-divider);
    border-radius: var(--site-radius-sm);
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    max-height: 220px;
    overflow-y: auto;
    z-index: 20;
}
.rez-adres-suggestion-item {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    border: none;
    background: none;
    font-size: 0.95rem;
    font-family: var(--site-font-body);
    text-align: left;
    cursor: pointer;
    color: var(--site-text);
    transition: background 0.15s;
}
.rez-adres-suggestion-item:hover {
    background: #f8fafc;
}
.rez-adres-suggestion-item:not(:last-child) {
    border-bottom: 1px solid var(--site-bg);
}

/* Step 4: Uçuş kodu autocomplete + havalimanı fallback */
.rez-flight-code-row { position: relative; }
.rez-flight-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 2px;
    z-index: 10;
    background: var(--site-bg-alt);
    border: 1px solid var(--site-divider);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
    max-height: 220px;
    overflow-y: auto;
}
.rez-flight-suggestions .rez-adres-suggestion-item {
    text-align: left;
    cursor: pointer;
}
.rez-airport-manual-row .form-group { margin-bottom: 1rem; }
.rez-dom-int-row { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.rez-dom-int-row .rez-radio { display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.rez-calculated-pickup {
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border-radius: var(--site-radius-sm, 10px);
    border: 1px solid #bbf7d0;
    box-shadow: 0 1px 3px rgba(34, 197, 94, 0.08);
}
.rez-calculated-pickup-value { margin: 0; font-weight: 600; color: var(--site-text); }
.rez-calc-pickup-inline {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border-radius: var(--site-radius-sm);
    border: 1px solid #bbf7d0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.rez-calc-pickup-inline strong { color: var(--site-text); }

/* Adres hiyerarşisi: il -> ilce -> mahalle -> nokta */
.rez-adres-hiyerarsi .rez-adres-level {
    position: relative;
    margin-bottom: 0.25rem;
}
.rez-adres-hiyerarsi .rez-hiyerarsi-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid var(--site-divider);
    border-radius: var(--site-radius-sm);
    font-size: 1rem;
    font-family: var(--site-font-body);
    background: var(--site-bg-alt);
    transition: border-color 0.2s;
}
.rez-adres-hiyerarsi .rez-hiyerarsi-input:focus {
    outline: none;
    border-color: var(--site-accent);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
}
.rez-adres-hiyerarsi .rez-hiyerarsi-input:disabled {
    background: var(--site-bg);
    color: #94a3b8;
    cursor: not-allowed;
}
.rez-adres-hiyerarsi .rez-adres-level .rez-adres-suggestions {
    margin-top: 2px;
}
.rez-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.95rem;
}
.rez-checkbox input { margin: 0; accent-color: var(--site-accent); }
.mt-1 { margin-top: 0.4rem; }

/* Ödeme seçenekleri */
.rez-payment-options { display: flex; flex-direction: column; gap: 0.5rem; }
.rez-payment-options .rez-transfer-option { margin: 0; }

/* ========== FİYAT BLOĞU (Step 7–8) ========== */
.rez-price-block {
    background: linear-gradient(180deg, var(--site-bg-alt) 0%, var(--site-bg-subtle) 100%) !important;
    padding: 1.25rem 1.5rem !important;
    border-radius: var(--site-radius-sm, 10px) !important;
    border: 1px solid var(--site-divider) !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
}
.rez-price-block p:first-of-type { margin-top: 0 !important; }
.rez-price-block p:last-of-type { margin-bottom: 0 !important; }

/* ========== ÖZET (Step 8) – kart görünümü ========== */
.rezervasyon-ozet {
    padding: 1.25rem 1.5rem;
    background: var(--site-bg-alt);
    border-radius: var(--site-radius-sm);
    border: 1px solid var(--site-divider);
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.rezervasyon-ozet .ozet-list {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
    gap: 0.55rem 1.25rem;
    align-items: start;
}
@media (max-width: 560px) {
    .rezervasyon-ozet .ozet-list {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}
.rezervasyon-ozet .ozet-list dt {
    grid-column: 1;
    font-weight: 600;
    color: var(--site-text-muted);
    font-size: 0.8rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.35;
    padding-top: 0.15rem;
}
.rezervasyon-ozet .ozet-list dd {
    grid-column: 2;
    margin: 0;
    font-size: 0.95rem;
    color: var(--site-text);
    font-weight: 500;
    line-height: 1.45;
    word-break: break-word;
    min-width: 0;
}
.rezervasyon-ozet .ozet-list dt + dd {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding-bottom: 0.45rem;
    margin-bottom: 0.1rem;
}
.rezervasyon-ozet .ozet-list dd:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
@media (max-width: 560px) {
    .rezervasyon-ozet .ozet-list dt {
        grid-column: 1;
        margin-top: 0.6rem;
        font-size: 0.76rem;
    }
    .rezervasyon-ozet .ozet-list dd {
        grid-column: 1;
        margin-bottom: 0.35rem;
        font-size: 0.94rem;
    }
    .rezervasyon-ozet .ozet-list dt + dd {
        padding-bottom: 0.55rem;
        margin-bottom: 0.05rem;
    }
}
.rez-step8-page {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

/* Üst kahraman şeridi */
.rez-step8-hero {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem 1.35rem;
    margin-bottom: 1rem;
    border-radius: var(--site-radius, 14px);
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.18) 0%, rgba(28, 28, 30, 0.04) 42%, rgba(201, 169, 98, 0.08) 100%);
    border: 1px solid rgba(201, 169, 98, 0.22);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.07);
}
.rez-step8-hero-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    color: var(--site-accent, #b8923c);
    border: 1px solid rgba(201, 169, 98, 0.35);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.rez-step8-hero-icon svg {
    display: block;
}
.rez-step8-hero-body {
    min-width: 0;
}
.rez-step8-hero-kicker {
    margin: 0 0 0.2rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--site-text-muted);
}
.rez-step8-hero-lead {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--site-text);
    opacity: 0.92;
}
.rez-step8-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.rez-step8-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.65rem;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--site-text);
}
.rez-step8-chip--type {
    background: rgba(201, 169, 98, 0.2);
    border-color: rgba(201, 169, 98, 0.35);
    color: var(--site-text);
}
.rez-step8-chip--muted {
    font-weight: 500;
    opacity: 0.88;
}

/* Güzergah özeti */
.rez-step8-route {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.35rem 0.65rem;
    align-items: start;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
    border-radius: var(--site-radius-sm, 12px);
    background: var(--site-bg-alt);
    border: 1px solid var(--site-divider);
}
.rez-step8-route-col {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}
.rez-step8-route-col--end {
    text-align: right;
    align-items: flex-end;
}
.rez-step8-route-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--site-text-muted);
}
.rez-step8-route-text {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--site-text);
    word-break: break-word;
}
.rez-step8-route-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--site-accent, #c9a962);
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.25);
    margin-bottom: 0.15rem;
}
.rez-step8-route-col--end .rez-step8-route-dot {
    margin-left: auto;
}
.rez-step8-route-dot--end {
    background: #334155;
    box-shadow: 0 0 0 3px rgba(51, 65, 85, 0.2);
}
.rez-step8-route-track {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.35rem;
    min-width: 2rem;
}
.rez-step8-route-line {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(201, 169, 98, 0.65), rgba(51, 65, 85, 0.45));
}
.rez-step8-route--vip {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1.1rem;
    margin-bottom: 1rem;
    border-radius: var(--site-radius-sm, 12px);
    background: linear-gradient(90deg, rgba(51, 65, 85, 0.06), rgba(201, 169, 98, 0.08));
    border: 1px solid var(--site-divider);
}
.rez-step8-route-vip-badge {
    flex-shrink: 0;
    padding: 0.25rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    border-radius: 6px;
    background: #334155;
    color: #fff;
}
.rez-step8-route-vip-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--site-text);
    line-height: 1.4;
}

@media (max-width: 520px) {
    .rez-step8-route {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .rez-step8-route-col--end {
        text-align: left;
        align-items: flex-start;
    }
    .rez-step8-route-col--end .rez-step8-route-dot {
        margin-left: 0;
    }
    .rez-step8-route-track {
        padding: 0.25rem 0;
        min-height: 1.25rem;
        transform: rotate(90deg);
        width: 1.25rem;
        margin: 0 auto;
    }
    .rez-step8-route-line {
        width: 2.5rem;
    }
}

.rez-step8-layout {
    display: grid;
    gap: 1.15rem;
}
.rez-step8-layout--no-price {
    grid-template-columns: 1fr;
}
.rez-step8-card {
    margin-bottom: 0 !important;
    border-radius: var(--site-radius-sm, 12px);
    overflow: hidden;
}
.rez-step8-card--main {
    padding: 1.5rem 1.45rem 1.35rem;
}
.rez-step8-section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.85rem;
    font-family: var(--site-font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--site-text);
    letter-spacing: 0.01em;
}
.rez-step8-section-title--form {
    margin-top: 1.35rem;
    margin-bottom: 0.65rem;
}
.rez-step8-section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.78rem;
    font-weight: 800;
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.35), rgba(201, 169, 98, 0.12));
    color: var(--site-text);
    flex-shrink: 0;
}
.rez-step8-section-desc {
    margin: -0.35rem 0 0.75rem;
    font-size: 0.86rem;
    color: var(--site-text-muted);
    line-height: 1.45;
}
.rez-step8-section--copy {
    margin-top: 1.35rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.rez-step8-dd-em {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--site-text);
    font-variant-numeric: tabular-nums;
}

.rez-step8-copy .btn {
    min-width: 140px;
}

/* Son adım — özet + fiyat hizası (site teması) */
.rez-step8-layout .rez-price-block {
    background: var(--site-bg-alt) !important;
    border: 1px solid var(--site-divider) !important;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07) !important;
    padding: 0 !important;
}
.rez-step8-card--price {
    overflow: visible;
}
.rez-step8-card-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.1rem;
    background: linear-gradient(90deg, rgba(201, 169, 98, 0.12), transparent);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.rez-step8-card-head-icon {
    font-size: 0.65rem;
    color: var(--site-accent, #c9a962);
    opacity: 0.85;
}
.rez-step8-card--price .rez-step8-price-title {
    margin: 0;
}
.rez-step8-card--price .rez-step8-price-lines,
.rez-step8-card--price .rez-step8-price-extras-title,
.rez-step8-card--price .rez-step8-price-extras,
.rez-step8-card--price .rez-step8-price-note,
.rez-step8-card--price .rez-step8-price-total {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
}
.rez-step8-card--price .rez-step8-price-lines {
    margin-top: 0.5rem;
}
.rez-step8-card--price .rez-step8-price-total {
    margin-bottom: 1rem;
}
.rez-step8-price-title {
    margin: 0 0 1rem;
    font-family: var(--site-font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--site-text);
    letter-spacing: 0.02em;
}
.rez-step8-price-lines {
    margin: 0 0 0.25rem;
    padding: 0;
    list-style: none;
}
.rez-step8-price-lines li {
    margin: 0;
    padding: 0.45rem 0;
    font-size: 0.92rem;
    color: var(--site-text);
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.75rem;
}
.rez-step8-price-lines li:last-child {
    border-bottom: 0;
}
.rez-step8-price-label {
    color: var(--site-text-muted);
    font-weight: 500;
    flex-shrink: 0;
}
.rez-step8-price-val {
    font-weight: 600;
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.rez-step8-price-extras-title {
    margin: 0.85rem 0 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--site-text-muted);
}
.rez-step8-price-extras {
    margin: 0 0 0.5rem;
    padding: 0;
    list-style: none;
}
.rez-step8-price-extras li {
    font-size: 0.86rem;
    color: var(--site-text-muted);
    line-height: 1.45;
    margin-bottom: 0.35rem;
    padding: 0.35rem 0 0.35rem 0.65rem;
    border-left: 3px solid var(--site-accent-soft, rgba(201, 169, 98, 0.4));
}
.rez-step8-price-note {
    margin: 0.65rem 0 0;
    font-size: 0.82rem;
    color: var(--site-text-muted);
    line-height: 1.4;
}
.rez-step8-price-total {
    margin: 1rem 0 0;
    padding: 0.9rem 1rem;
    border-radius: var(--site-radius-xs, 8px);
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.14) 0%, rgba(201, 169, 98, 0.05) 100%);
    border: 1px solid rgba(201, 169, 98, 0.28);
    font-size: 1rem;
    font-weight: 700;
    color: var(--site-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    font-variant-numeric: tabular-nums;
}
.rez-step8-copy textarea,
.rez-step8-textarea {
    width: 100%;
    min-height: 11rem;
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    line-height: 1.55;
    font-family: var(--site-font-body);
    border: 1px solid var(--site-divider);
    border-radius: var(--site-radius-xs, 8px);
    background: var(--site-bg);
    color: var(--site-text);
    resize: vertical;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}
.rez-step8-btn-copy {
    border-radius: var(--site-radius-xs, 8px);
    font-weight: 600;
}
.rez-step8-copy label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--site-text);
}
.rez-step8-copy-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-top: 0.65rem;
}
.rez-step8-copy-ok[hidden] {
    display: none !important;
}
.rez-step8-copy-ok:not([hidden]) {
    display: inline !important;
}
.rez-step8-layout .rezervasyon-ozet.rez-step8-card--main {
    padding: 1.5rem 1.45rem 1.35rem;
    background: var(--site-bg);
    border: 1px solid var(--site-divider);
    box-shadow: 0 6px 28px rgba(15, 23, 42, 0.07);
}
.rez-step8-layout .rezervasyon-ozet .ozet-list {
    grid-template-columns: minmax(8.5rem, 11.5rem) minmax(0, 1fr);
    gap: 0.65rem 1.5rem;
}
.rez-step8-layout .rezervasyon-ozet .ozet-list dt {
    padding-top: 0.3rem;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
}
.rez-step8-layout .rezervasyon-ozet .ozet-list dd {
    font-size: 0.95rem;
    font-weight: 500;
}
.rez-step8-layout .rezervasyon-ozet .ozet-list dt + dd {
    border-bottom-color: rgba(15, 23, 42, 0.07);
    padding-bottom: 0.55rem;
}
.rez-step8-terms {
    margin-top: 1.15rem;
    margin-bottom: 0.25rem;
    padding: 1rem 1.15rem;
    border-radius: var(--site-radius-xs, 8px);
    background: var(--site-bg-alt);
    border: 1px solid var(--site-divider);
}
.rez-step8-terms .form-group:last-of-type {
    margin-bottom: 0;
}
.rez-step8-terms .rez-checkbox {
    align-items: flex-start;
    line-height: 1.45;
}
.rez-step8-terms .rez-checkbox input {
    margin-top: 0.22rem;
    flex-shrink: 0;
}
.rez-step8-tamamla-form .form-actions,
.rez-step8-form-actions {
    margin-top: 1.35rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.rez-step8-btn-back {
    min-width: 7rem;
}
.rez-step8-btn-submit {
    min-width: 10rem;
    padding: 0.65rem 1.35rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: var(--site-radius-xs, 10px);
    box-shadow: 0 4px 14px rgba(201, 169, 98, 0.35);
}

@media (min-width: 900px) {
    .rez-step8-layout {
        grid-template-columns: minmax(260px, 1fr) minmax(0, 1.45fr);
        align-items: start;
    }
    .rez-step8-layout .rezervasyon-ozet {
        grid-column: 2;
    }
    .rez-step8-layout .rez-price-block {
        grid-column: 1;
    }
    .rez-step8-layout--no-price {
        grid-template-columns: 1fr;
    }
    .rez-step8-layout--no-price .rezervasyon-ozet {
        grid-column: 1;
    }
    .rez-step8-card--price {
        position: sticky;
        top: 0.85rem;
    }
}

/* ========== BAŞARI SAYFASI ========== */
.rezervasyon-success {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem;
}
.success-box {
    background: var(--site-card-bg);
    padding: 2.5rem;
    border-radius: var(--site-radius);
    box-shadow: var(--site-card-shadow);
    max-width: 440px;
    width: 100%;
    text-align: center;
    border: none;
}
.success-box h2 {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--site-text);
}
.success-message {
    margin: 0;
    font-size: 1.05rem;
    color: var(--site-text);
    font-weight: 500;
}
.success-note {
    margin: 1rem 0 1.5rem;
    font-size: 0.95rem;
    color: var(--site-text-muted);
    line-height: 1.5;
}
.success-box .form-actions {
    justify-content: center;
    gap: 0.75rem;
}
.success-box .btn-primary {
    background: var(--site-accent);
    color: #1C1C1E;
    border: 2px solid var(--site-accent);
    box-shadow: 0 2px 8px rgba(201, 169, 98, 0.35);
}
.success-box .btn-primary:hover {
    background: var(--site-accent-hover);
    border-color: var(--site-accent-hover);
    color: #1C1C1E;
    box-shadow: 0 4px 12px rgba(201, 169, 98, 0.45);
}
.success-box .btn-secondary {
    background: var(--site-bg);
    color: var(--site-text);
    border: 2px solid var(--site-text);
}
.success-box .btn-secondary:hover {
    border-color: var(--site-accent);
    color: var(--site-accent);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .rezervasyon-main { padding: 1.5rem 0.75rem 2rem; }
    .rez-step-header-link,
    .rez-step-body { padding-left: 1rem; padding-right: 1rem; }
    .rez-step-body { padding: 1.25rem 1rem; }
    .form-actions { flex-direction: column; }
    .form-actions .btn { width: 100%; justify-content: center; }
    .rez-transfer-option { padding: 0.9rem 1rem; }
}

/* iOS Safari: 16px altı input odakta sayfa yakınlaştırmasın */
@media (max-width: 568px) {
    .rezervasyon-body input[type="text"],
    .rezervasyon-body input[type="tel"],
    .rezervasyon-body input[type="email"],
    .rezervasyon-body input[type="number"],
    .rezervasyon-body input[type="date"],
    .rezervasyon-body input[type="time"],
    .rezervasyon-body input[type="search"],
    .rezervasyon-body select,
    .rezervasyon-body textarea {
        font-size: 16px !important;
        max-width: 100%;
    }
    .rezervasyon-header {
        padding-left: max(1.5rem, env(safe-area-inset-left, 0px));
        padding-right: max(1.5rem, env(safe-area-inset-right, 0px));
    }
    .rezervasyon-main {
        padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
        padding-bottom: max(2rem, env(safe-area-inset-bottom, 0px));
    }
    #rez-harita-onizle-modal .rez-harita-onizle-content {
        width: 100%;
        max-width: 100%;
        height: min(90vh, 100dvh);
        margin: 0.5rem;
    }
}

