       .rez-page { font-family: 'Outfit', serif; font-size: 15px; font-weight: 300; line-height: 1.75em; color: #777; background: #f4f4f4; }
        .rez-page * { margin: 0; padding: 0; box-sizing: border-box; }
        .rez-top-banner { background: #9c5451; color: #fff; text-align: center; padding: 10px 20px; font-size: 14px; font-weight: 400; }
        .rez-promo-section { background: #191919; padding: 20px; }
        .rez-promo-banners { max-width: 1000px; margin: 0 auto; display: flex; gap: 12px; justify-content: center; }
        .rez-promo-item { flex: 1; max-width: 300px; border-radius: 50px; padding: 14px 25px; text-align: center; font-family: 'Outfit', serif; font-weight: 400; font-size: 14px; color: #fff; position: relative; }
        .rez-promo-item.red { background: linear-gradient(135deg, #9c5451, #7a3f3d); }
        .rez-promo-item.orange { background: linear-gradient(135deg, #ea580c, #c2410c); }
        .rez-promo-item.green { background: linear-gradient(135deg, #059669, #047857); }
        .rez-promo-item .badge { position: absolute; top: -5px; right: 15px; background: rgba(0,0,0,0.3); padding: 2px 8px; border-radius: 10px; font-size: 11px; font-family: 'Outfit', serif; font-weight: 300; }
        .rez-container { max-width: 1140px; margin: 0 auto; padding: 25px 15px; display: grid; grid-template-columns: 1fr 320px; gap: 25px; align-items: start; }
        .rez-left { display: flex; flex-direction: column; gap: 25px; }
        .rez-card { background: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
        .rez-calendar-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
        .rez-calendar-title { display: flex; align-items: center; gap: 8px; cursor: pointer; position: relative; }
        .rez-calendar-title h2 { font-family: 'Outfit', serif; font-size: 18px; font-weight: 400; color: #9c5451; margin: 0; }
        .rez-calendar-title .arrow { color: #999; font-size: 10px; transition: transform 0.3s; }
        .rez-calendar-title.open .arrow { transform: rotate(180deg); }
        .rez-month-dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.12); z-index: 1000; margin-top: 8px; min-width: 260px; padding: 10px; }
        .rez-month-dropdown.show { display: block; }
        .rez-month-dropdown-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
        .rez-month-dropdown-item { padding: 10px 8px; text-align: center; border-radius: 6px; cursor: pointer; font-family: 'Outfit', serif; font-size: 13px; font-weight: 400; color: #191919; transition: all 0.2s; }
        .rez-month-dropdown-item:hover { background: #f4f4f4; }
        .rez-month-dropdown-item.selected { background: #9c5451; color: #fff; }
        .rez-tabs { display: flex; }
        .rez-tab { background: #fff !important; border: 1px solid #e5e5e5 !important; font-family: 'Outfit', sans-serif !important; font-size: 13px !important; font-weight: 400 !important; color: #777 !important; padding: 8px 16px !important; cursor: pointer !important; transition: all 0.2s !important; line-height: 1.5 !important; text-shadow: none !important; box-shadow: none !important; }
        .rez-tab:first-child { border-radius: 6px 0 0 6px !important; border-right: none !important; }
        .rez-tab:last-child { border-radius: 0 6px 6px 0 !important; }
        .rez-tab:hover { color: #9c5451 !important; }
        .rez-tab.active { color: #9c5451 !important; border-color: #9c5451 !important; }
        .rez-months-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
        .rez-month-card { border: 1px solid #e5e5e5; border-radius: 6px; padding: 10px 6px; text-align: center; cursor: pointer; transition: all 0.2s; background: #fff; }
        .rez-month-card:hover { border-color: #9c5451; }
        .rez-month-card.selected { border-color: #9c5451; border-width: 2px; }
        .rez-month-card .month-name { font-family: 'Outfit', serif; font-size: 14px; font-weight: 400; color: #191919; margin-bottom: 2px; }
        .rez-month-card .month-price { font-family: 'Outfit', serif; font-size: 13px; font-weight: 500; color: #191919; }
        .rez-month-card .month-installment { font-family: 'Outfit', serif; font-size: 11px; color: #059669; font-weight: 400; }
        .rez-daily-calendar { display: none; }
        .rez-daily-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
        .rez-daily-nav-btn { background: #f4f4f4 !important; border: 1px solid #e5e5e5 !important; width: 32px !important; height: 32px !important; border-radius: 50% !important; cursor: pointer !important; font-size: 16px !important; color: #777 !important; padding: 0 !important; line-height: 1 !important; display: flex !important; align-items: center !important; justify-content: center !important; transition: all 0.2s !important; text-shadow: none !important; box-shadow: none !important; }
        .rez-daily-nav-btn:hover { background: #9c5451 !important; border-color: #9c5451 !important; color: #fff !important; }
        .rez-daily-nav-title { font-family: 'Outfit', serif; font-size: 16px; font-weight: 400; color: #191919; }
        .rez-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 4px; }
        .rez-weekday { text-align: center; font-family: 'Outfit', serif; font-size: 12px; font-weight: 400; color: #999; padding: 6px 0; }
        .rez-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
        .rez-day { min-height: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 6px; cursor: pointer; transition: all 0.2s; background: #fff; border: 1px solid #e5e5e5; padding: 5px 3px; overflow: hidden; }
        .rez-day:hover:not(.disabled):not(.empty) { border-color: #9c5451; }
        .rez-day.empty { background: transparent; border: none; cursor: default; min-height: auto; }
        .rez-day.disabled { cursor: not-allowed; background: #fafafa; border-color: #f0f0f0; }
        .rez-day.selected { border-color: #9c5451; background: #9c5451; }
        .rez-day .day-number { font-family: 'Outfit', serif; font-size: 15px; font-weight: 600; color: #191919; line-height: 1; }
        .rez-day.selected .day-number { color: #fff; }
        .rez-day.disabled .day-number { color: #ccc; }
        .rez-day .day-price { font-family: 'Outfit', serif; font-size: 11px; font-weight: 500; color: #191919; margin-top: 3px; line-height: 1; }
        .rez-day.selected .day-price { color: #fff; }
        .rez-day .day-installment { font-family: 'Outfit', serif; font-size: 10px; color: #059669; line-height: 1; margin-top: 1px; }
        .rez-day.selected .day-installment { color: rgba(255,255,255,0.8); }
        .rez-time-selection { margin-top: 15px; padding-top: 15px; border-top: 1px solid #f4f4f4; }
        .rez-time-title { font-family: 'Outfit', serif; font-size: 15px; font-weight: 400; color: #191919; margin-bottom: 10px; }
        .rez-time-options { display: flex; gap: 8px; }
        .rez-time-option { padding: 10px 18px; border: 1px solid #e5e5e5; border-radius: 6px; font-family: 'Outfit', serif; font-size: 13px; font-weight: 400; color: #777; cursor: pointer; transition: all 0.2s; background: #fff; }
        .rez-time-option:hover { border-color: #9c5451; color: #9c5451; }
        .rez-time-option.selected { background: #9c5451; border-color: #9c5451; color: #fff; }
        .rez-services-title { font-family: 'Outfit', serif; font-size: 18px; font-weight: 400; color: #9c5451; margin-bottom: 15px; }
        .rez-services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; align-items: start; }
        .rez-main-package { background: linear-gradient(135deg, #9c5451, #7a3f3d); border-radius: 10px; padding: 18px; color: #fff; }
        .rez-main-package-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; }
        .rez-main-package-label { font-family: 'Outfit', serif; font-size: 13px; font-weight: 300; opacity: 0.9; }
        .rez-main-package-price { font-family: 'Outfit', serif; font-size: 26px; font-weight: 400; }
        .rez-main-package-badge { background: rgba(255,255,255,0.2); padding: 5px 10px; border-radius: 15px; font-family: 'Outfit', serif; font-size: 11px; font-weight: 300; }
        .rez-main-package-features { display: flex; flex-direction: column; gap: 10px; }
        .rez-main-package-feature { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.1); padding: 10px 12px; border-radius: 8px; }
        .rez-main-package-feature-icon { width: 40px; height: 40px; border-radius: 6px; overflow: hidden; flex-shrink: 0; }
        .rez-main-package-feature-icon img { width: 100%; height: 100%; object-fit: cover; }
        .rez-main-package-feature h4 { font-family: 'Outfit', serif; font-size: 14px; font-weight: 400; color: #fff; margin-bottom: 2px; }
        .rez-main-package-feature p { font-family: 'Outfit', serif; font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.8); line-height: 1.4; }
        .rez-extras-list { display: flex; flex-direction: column; gap: 8px; }
        .rez-extra-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #e5e5e5; border-radius: 8px; cursor: pointer; transition: all 0.2s; background: #fff; }
        .rez-extra-item:hover { border-color: #9c5451; }
        .rez-extra-item.selected { border-color: #059669; background: rgba(5, 150, 105, 0.03); }
        .rez-extra-item-image { width: 42px; height: 42px; border-radius: 6px; overflow: hidden; flex-shrink: 0; }
        .rez-extra-item-image img { width: 100%; height: 100%; object-fit: cover; }
        .rez-extra-item-content { flex: 1; min-width: 0; }
        .rez-extra-item-header { display: flex; align-items: center; gap: 6px; margin-bottom: 2px; }
        .rez-extra-item-name { font-family: 'Outfit', serif; font-size: 13px; font-weight: 400; color: #191919; }
        .rez-extra-item-badge { background: #ea580c; color: #fff; padding: 2px 6px; border-radius: 6px; font-family: 'Outfit', serif; font-size: 10px; }
        .rez-extra-item-badge.green { background: #059669; }
        .rez-extra-item-desc { font-family: 'Outfit', serif; font-size: 11px; font-weight: 300; color: #777; }
        .rez-extra-item-price { text-align: right; flex-shrink: 0; }
        .rez-extra-item-price .current { font-family: 'Outfit', serif; font-size: 13px; font-weight: 500; color: #191919; display: block; }
        .rez-extra-item-price .old { font-family: 'Outfit', serif; font-size: 11px; font-weight: 300; color: #999; text-decoration: line-through; }
        .rez-extra-item-checkbox { width: 20px; height: 20px; border: 2px solid #ddd; border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: transparent; font-size: 11px; }
        .rez-extra-item.selected .rez-extra-item-checkbox { background: #059669; border-color: #059669; color: #fff; }
        .rez-payment-title { font-family: 'Outfit', serif; font-size: 18px; font-weight: 400; color: #9c5451; margin-bottom: 15px; }
        .rez-payment-box { border: 2px solid #059669; border-radius: 10px; overflow: hidden; }
        .rez-payment-box-header { background: #059669; color: #fff; padding: 12px 15px; }
        .rez-payment-box-header h4 { font-family: 'Outfit', serif; font-size: 15px; font-weight: 400; color: #fff; margin: 0; }
        .rez-payment-box-header p { font-family: 'Outfit', serif; font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.9); margin: 0; }
        .rez-payment-box-content { padding: 15px; }
        .rez-payment-option { display: flex; align-items: center; gap: 10px; padding: 12px 0; cursor: pointer; }
        .rez-payment-option:first-child { border-bottom: 1px solid #f4f4f4; }
        .rez-payment-radio { width: 18px; height: 18px; border: 2px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .rez-payment-radio.selected { border-color: #9c5451; }
        .rez-payment-radio.selected::after { content: ''; width: 10px; height: 10px; background: #9c5451; border-radius: 50%; }
        .rez-payment-option-content { flex: 1; }
        .rez-payment-option-title { font-family: 'Outfit', serif; font-size: 14px; font-weight: 400; color: #191919; display: flex; align-items: center; gap: 6px; }
        .rez-payment-option-badge { background: #9c5451; color: #fff; padding: 2px 8px; border-radius: 6px; font-family: 'Outfit', serif; font-size: 10px; }
        .rez-payment-option-badge.orange { background: #ea580c; }
        .rez-payment-option-detail { font-family: 'Outfit', serif; font-size: 12px; color: #059669; }
        .rez-payment-option-savings { font-family: 'Outfit', serif; font-size: 12px; font-weight: 300; color: #777; }
        .rez-payment-option-savings span { color: #9c5451; text-decoration: line-through; }
        .rez-right { position: sticky; top: 20px; display: flex; flex-direction: column; gap: 15px; }
        .rez-summary-title { font-family: 'Outfit', serif; font-size: 16px; font-weight: 400; color: #9c5451; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f4f4f4; }
        .rez-summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-family: 'Outfit', serif; font-size: 13px; }
        .rez-summary-row-label { color: #777; font-weight: 300; }
        .rez-summary-row-value { color: #191919; font-weight: 400; text-align: right; }
        .rez-summary-row-value small { display: block; font-size: 11px; color: #999; font-weight: 300; }
        .rez-total-title { font-family: 'Outfit', serif; font-size: 16px; font-weight: 400; color: #9c5451; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f4f4f4; }
        .rez-total-row { display: flex; justify-content: space-between; padding: 6px 0; font-family: 'Outfit', serif; font-size: 13px; }
        .rez-total-row-label { color: #777; font-weight: 300; }
        .rez-total-row-value { color: #191919; font-weight: 400; }
        .rez-total-row-value .old { color: #999; text-decoration: line-through; margin-right: 5px; font-size: 12px; }
        .rez-total-row-value.discount { color: #059669; }
        .rez-total-row.final { border-top: 1px solid #f4f4f4; margin-top: 10px; padding-top: 12px; }
        .rez-total-row.final .rez-total-row-label { font-weight: 500; color: #191919; }
        .rez-total-row.final .rez-total-row-value { font-size: 16px; font-weight: 600; color: #9c5451; }
        .rez-total-installment { text-align: right; font-family: 'Outfit', serif; font-size: 12px; color: #9c5451; margin-top: 5px; }
        .rez-total-payment-method { display: flex; justify-content: space-between; padding: 12px 0; font-family: 'Outfit', serif; font-size: 13px; border-top: 1px solid #f4f4f4; margin-top: 10px; }
        .rez-total-payment-label { color: #777; font-weight: 300; }
        .rez-total-payment-value { color: #191919; font-weight: 400; }
        .rez-continue-btn { display: block !important; width: 100% !important; padding: 14px !important; background: #059669 !important; color: #fff !important; border: none !important; border-radius: 8px !important; font-family: 'Oswald', sans-serif !important; font-size: 15px !important; font-weight: 400 !important; cursor: pointer !important; text-align: center !important; text-decoration: none !important; margin-top: 15px !important; line-height: 1.5 !important; text-shadow: none !important; box-shadow: none !important; }
        .rez-continue-btn:hover { background: #047857 !important; color: #fff !important; }
        .rez-side-banner { position: fixed; right: 0; top: 50%; transform: translateY(-50%); writing-mode: vertical-rl; background: #9c5451; color: #fff; padding: 15px 10px; font-family: 'Outfit', serif; font-size: 13px; font-weight: 400; border-radius: 6px 0 0 6px; }
        @media (max-width: 1024px) { .rez-container { grid-template-columns: 1fr; } .rez-right { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; } .rez-side-banner { display: none; } }
        @media (max-width: 768px) { .rez-services-grid { grid-template-columns: 1fr; } .rez-right { grid-template-columns: 1fr; } .rez-promo-banners { flex-direction: column; align-items: center; } .rez-promo-item { max-width: 100%; } .rez-months-grid { grid-template-columns: repeat(3, 1fr); } .rez-calendar-header { flex-direction: column; gap: 12px; align-items: flex-start; } }
        @media (max-width: 480px) { .rez-months-grid { grid-template-columns: repeat(2, 1fr); } }
		
		
/* Mobil tam düzeltme */
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
    
    .rez-page {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
    
    .rez-container {
        overflow-x: hidden !important;
        max-width: 100vw !important;
        padding: 15px 10px !important;
    }
    
    .rez-card {
        overflow: hidden !important;
        max-width: 100% !important;
    }
    
    .rez-days {
        display: grid !important;
        grid-template-columns: repeat(7, 1fr) !important;
        gap: 2px !important;
        overflow: hidden !important;
        max-width: 100% !important;
    }
    
    .rez-day {
        min-width: 0 !important;
        min-height: 50px !important;
        padding: 3px 1px !important;
        overflow: hidden !important;
    }
    
    .rez-day .day-number {
        font-size: 11px !important;
    }
    
    .rez-day .day-price {
        font-size: 7px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }
    
    .rez-day .day-installment {
        display: none !important;
    }
    
    .rez-weekdays {
        display: grid !important;
        grid-template-columns: repeat(7, 1fr) !important;
        gap: 2px !important;
    }
    
    .rez-weekday {
        font-size: 10px !important;
        padding: 4px 0 !important;
    }
    
    .rez-time-options {
        flex-wrap: wrap !important;
    }
    
    .rez-time-option {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    
    .rez-side-banner {
        display: none !important;
    }
    
    .rez-extra-item {
        flex-wrap: nowrap !important;
        max-width: 100% !important;
    }
    
    .rez-extra-item-name {
        font-size: 12px !important;
    }
    
    .rez-extra-item-desc {
        font-size: 10px !important;
    }
    
    .rez-payment-option-title {
        font-size: 13px !important;
        flex-wrap: wrap !important;
    }
}