/* ============================================
   HERO V8 - CINEMATIC FULL-SCREEN
   Parallax | Dramatic Typography | 3D Tilt
   ============================================ */

.hero-v8 {
    position: relative;
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    margin-top: 0;
    display: flex;
    align-items: center;
    /* Taşan arka plan .hero-v8__parallax içinde kırpılır; Select2 listesi burada kesilmesin */
    overflow: visible;
    box-sizing: border-box;
}

.hero-v8__parallax {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-v8__bg-image {
    position: absolute;
    inset: -20% -20%;
    will-change: transform;
}

.hero-v8__bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-v8__bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.6) 50%, rgba(15, 23, 42, 0.9) 100%);
}

.hero-v8__noise {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-v8__gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    pointer-events: none;
}

.hero-v8__gradient-orb--1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.5) 0%, transparent 70%);
    top: -10%;
    right: 10%;
    animation: orbFloat1 15s ease-in-out infinite;
}

.hero-v8__gradient-orb--2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.4) 0%, transparent 70%);
    bottom: 20%;
    left: -5%;
    animation: orbFloat2 18s ease-in-out infinite;
}

.hero-v8__gradient-orb--3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.3) 0%, transparent 70%);
    top: 50%;
    right: 30%;
    animation: orbFloat3 12s ease-in-out infinite;
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 40px) scale(1.1); }
}

@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, -30px) scale(1.05); }
}

@keyframes orbFloat3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-20px, -20px); }
}

/* Container */
.hero-v8__container {
    position: relative;
    z-index: 5;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 48px 80px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
    box-sizing: border-box;
}

/* Content */
.hero-v8__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hero-v8__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    width: fit-content;
    font-size: 12px;
    font-weight: 700;
    color: #93c5fd;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-v8__badge-line {
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, transparent);
    border-radius: 2px;
}

.hero-v8__title {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.hero-v8__title-line {
    display: block;
}

.hero-v8__title-line:first-child {
    font-size: clamp(48px, 8vw, 90px);
    color: #f8fafc;
    text-shadow: 0 0 80px rgba(59, 130, 246, 0.3);
}

.hero-v8__title-line--highlight {
    font-size: clamp(56px, 10vw, 120px);
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #818cf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-v8__subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #94a3b8;
    max-width: 480px;
}

.hero-v8__stats {
    display: flex;
    gap: 48px;
}

.hero-v8__stat {
    display: flex;
    flex-direction: column;
}

.hero-v8__stat-num {
    font-size: 32px;
    font-weight: 800;
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero-v8__stat-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    margin-top: 4px;
}

.hero-v8__actions {
    display: flex;
    gap: 16px;
}

.hero-v8__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-v8__btn--primary {
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    color: white;
    border: none;
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.4);
}

.hero-v8__btn--primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(59, 130, 246, 0.5);
}

.hero-v8__btn--glass {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-v8__btn--glass:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* ============================================
   REZERVASYON WIDGET V8 - PREMIUM
   4 Adımlı Wizard | Bento Layout | Animasyonlar
   ============================================ */

.rez-widget-v8 {
    perspective: 1000px;
}

.rez-widget-v8__card {
    position: relative;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
    backdrop-filter: blur(32px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rez-widget-v8__glow {
    position: absolute;
    inset: -80px;
    background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.12) 0%, transparent 50%);
    filter: blur(60px);
    pointer-events: none;
}

.rez-widget-v8__header {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.rez-widget-v8__header-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 18px;
    font-size: 24px;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.rez-widget-v8__header h3 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 800;
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.rez-widget-v8__header p {
    margin: 0;
    font-size: 13px;
    color: #94a3b8;
}

.rez-widget-v8__steps {
    margin-left: auto;
    display: flex;
    gap: 8px;
}

.rez-widget-v8__step {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    transition: all 0.3s ease;
}

.rez-widget-v8__step.active {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    border-color: transparent;
    color: white;
}

.rez-widget-v8__step.done {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.5);
    color: #22c55e;
}

.rez-widget-v8__progress {
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 28px;
}

.rez-widget-v8__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 4px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rez-widget-v8__step-content {
    display: none;
}

.rez-widget-v8__step-content.active {
    display: block;
    animation: rezStepIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes rezStepIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

.rez-widget-v8__field {
    margin-bottom: 20px;
}

.rez-widget-v8__field label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 10px;
}

.rez-widget-v8__field label i {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    color: #3b82f6;
}

.rez-widget-v8__select,
.rez-widget-v8__input {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.rez-widget-v8__select:focus,
.rez-widget-v8__input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.rez-widget-v8__field--toggle label {
    cursor: pointer;
    justify-content: flex-start;
}

.rez-widget-v8__checkbox {
    position: absolute;
    opacity: 0;
}

.rez-widget-v8__toggle-slider {
    width: 48px;
    height: 26px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    position: relative;
    transition: background 0.3s ease;
}

.rez-widget-v8__toggle-slider::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.rez-widget-v8__checkbox:checked + .rez-widget-v8__toggle-slider {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.rez-widget-v8__checkbox:checked + .rez-widget-v8__toggle-slider::after {
    transform: translateX(22px);
}

.rez-widget-v8__quick-dates {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.rez-widget-v8__quick-btn {
    padding: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rez-widget-v8__quick-btn:hover,
.rez-widget-v8__quick-btn.active {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.4);
    color: white;
}

.rez-widget-v8__date-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.rez-widget-v8__step-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    margin-top: 24px;
    width: 100%;
    box-sizing: border-box;
}

.rez-widget-v8__step-actions--submit {
    margin-top: 28px;
}

.rez-widget-v8__prev,
.rez-widget-v8__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rez-widget-v8__prev {
    flex: 0 0 52px;
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    padding-left: 0;
    padding-right: 0;
}

.rez-widget-v8__prev:hover,
.rez-widget-v8__next:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.rez-widget-v8__next {
    flex: 1 1 0;
    min-width: 0;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    border: none;
}

.rez-widget-v8__next:hover {
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.rez-widget-v8__submit {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border: none;
    border-radius: 14px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rez-widget-v8__submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(34, 197, 94, 0.4);
}

@media (max-width: 480px) {
    .rez-widget-v8__quick-dates { grid-template-columns: repeat(2, 1fr); }
    .rez-widget-v8__date-grid { grid-template-columns: 1fr; }
}

/* Scroll Indicator */
.hero-v8__scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.hero-v8__scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
    border-radius: 2px;
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(0.8); }
    50% { opacity: 1; transform: scaleY(1); }
}

/* Hero V8 / Rez Widget Select2 - Dark theme + Kayma düzeltmesi */
.hero-v8 .select2-container--default .select2-selection--single,
.rez-widget-v8 .select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 14px !important;
    color: white !important;
}

.rez-widget-v8 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1 !important;
    height: auto !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
}

.rez-widget-v8 .select2-selection__rendered .select2-icon-content {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.hero-v8 .select2-container--default .select2-selection--single .select2-selection__rendered,
.rez-widget-v8 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}

.hero-v8 .select2-container--default .select2-selection--single .select2-selection__arrow b,
.rez-widget-v8 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(255,255,255,0.6) transparent transparent transparent !important;
}

.hero-v8 .select2-dropdown,
.rez-widget-v8 .select2-dropdown {
    background: #1e293b !important;
    border-color: rgba(255,255,255,0.1) !important;
}

.hero-v8 .select2-results__option,
.rez-widget-v8 .select2-results__option {
    color: #f8fafc !important;
}

.hero-v8 .select2-results__option--highlighted,
.rez-widget-v8 .select2-results__option--highlighted {
    background: #3b82f6 !important;
}

/*
 * Select2 sonuç kutusu çoğu zaman document.body altında;
 * style.css #FFFFFF / #222 kuralları burada geçersiz kılınır.
 */
.select2-dropdown.select2-dropdown--rent-dark {
    background-color: #1e293b !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45) !important;
    overflow: hidden;
    z-index: 10060 !important;
}

.rez-widget-v8 .select2-container.select2-container--open,
.hero-v8 .select2-container.select2-container--open {
    z-index: 10059 !important;
}

.select2-dropdown.select2-dropdown--rent-dark .select2-results > .select2-results__options {
    max-height: min(55vh, 420px) !important;
}

.select2-dropdown.select2-dropdown--rent-dark .select2-results__option {
    color: #f8fafc !important;
    background-color: transparent !important;
    max-width: none !important;
}

.select2-dropdown.select2-dropdown--rent-dark .select2-results__option--highlighted {
    background: #3b82f6 !important;
    color: #ffffff !important;
}

.select2-dropdown.select2-dropdown--rent-dark .select2-results__option[aria-selected="true"] {
    background: rgba(59, 130, 246, 0.22) !important;
    color: #f8fafc !important;
}

.select2-dropdown.select2-dropdown--rent-dark .select2-icon-text {
    color: #f8fafc !important;
}

.select2-dropdown.select2-dropdown--rent-dark .select2-results__option--highlighted .select2-icon-text {
    color: #ffffff !important;
}

.select2-dropdown.select2-dropdown--rent-dark .select2-results__option .selectIcon {
    color: #93c5fd !important;
}

.select2-dropdown.select2-dropdown--rent-dark .select2-results__option--highlighted .selectIcon {
    color: #ffffff !important;
}

/* ========== RESPONSIVE - MOBİL UYUMLU ========== */

@media (max-width: 1200px) {
    .hero-v8__container {
        grid-template-columns: 1fr;
        padding-top: 140px;
    }
    .rez-widget-v8 {
        justify-self: center;
        width: 100%;
        max-width: 480px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
    }
}

/* Tablet / mobil: sabit iletişim FAB — alt aksiyon satırına sağ iç boşluk */
@media (max-width: 1024px) {
    .rez-widget-v8__step-actions {
        flex-wrap: nowrap;
        padding-right: clamp(52px, 12vw, 76px);
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    /*
     * Mobilde .hero-v8__scroll position:relative olunca flex satırında 2. öğe oluyor;
     * varsayılan flex-direction:row ile ana içerik sıkışıp sola kayıyordu.
     */
    .hero-v8 {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        min-height: auto;
        padding-bottom: 48px;
    }

    .hero-v8__bg-image {
        inset: 0;
    }

    .hero-v8__bg-image img {
        object-fit: cover;
        object-position: center;
    }

    .hero-v8__gradient-orb--1,
    .hero-v8__gradient-orb--2,
    .hero-v8__gradient-orb--3 {
        width: 120px;
        height: 120px;
        filter: blur(40px);
        opacity: 0.25;
    }

    .hero-v8__container {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 88px max(20px, env(safe-area-inset-right, 0px)) 48px max(20px, env(safe-area-inset-left, 0px));
        gap: 32px;
        min-height: 0;
        flex: 0 1 auto;
    }

    .hero-v8__content {
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .hero-v8__badge {
        padding: 8px 16px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .hero-v8__title-line:first-child {
        font-size: clamp(28px, 10vw, 42px);
    }

    .hero-v8__title-line--highlight {
        font-size: clamp(32px, 11vw, 48px);
    }

    .hero-v8__subtitle {
        font-size: 15px;
        line-height: 1.6;
        max-width: 28rem;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-v8__subtitle br {
        display: none;
    }

    .hero-v8__stats {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
        row-gap: 8px;
    }

    .hero-v8__stat {
        align-items: center;
    }

    .hero-v8__stat-num {
        font-size: 22px;
    }

    .hero-v8__stat-label {
        font-size: 12px;
    }

    .hero-v8__actions {
        flex-direction: column;
        gap: 12px;
    }

    .hero-v8__btn {
        justify-content: center;
        padding: 16px 24px;
        font-size: 15px;
    }

    .hero-v8__scroll {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        align-self: center;
        flex-shrink: 0;
        margin-top: 24px;
        padding-bottom: 8px;
    }

    .hero-v8__scroll-line {
        height: 40px;
    }

    /* Rez widget - tablet/mobile */
    .rez-widget-v8 {
        max-width: none;
        margin-top: 24px;
    }

    .rez-widget-v8__card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .rez-widget-v8__header {
        flex-wrap: wrap;
        gap: 16px;
    }

    .rez-widget-v8__header-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .rez-widget-v8__header h3 {
        font-size: 18px;
    }

    .rez-widget-v8__header p {
        font-size: 12px;
    }

    .rez-widget-v8__steps {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        order: 3;
    }

    .rez-widget-v8__step {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .rez-widget-v8__progress {
        margin-bottom: 20px;
    }

    .rez-widget-v8__field {
        margin-bottom: 16px;
    }

    .rez-widget-v8__select,
    .rez-widget-v8__input {
        padding: 14px 16px;
        font-size: 16px;
        min-height: 48px;
    }

    /*
     * Hero V8 mobil: Select2 kapalı — yerel <select> (liste kesilmez / stacking yok).
     * Ok ile Select2 görünümüne yakın tutuldu.
     */
    #heroV8 .rez-widget-v8 select.select2-icon.rez-widget-v8__select {
        width: 100%;
        cursor: pointer;
        color: #f8fafc;
        background-color: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 14px;
        -webkit-appearance: none;
        appearance: none;
        padding-right: 44px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%2394a3b8'%3E%3Cpath d='M7 10 2 5h10z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 14px center;
    }

    #heroV8 .rez-widget-v8 select.select2-icon.rez-widget-v8__select:focus {
        outline: none;
        border-color: rgba(59, 130, 246, 0.55);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
    }

    #heroV8 .rez-widget-v8 select.select2-icon.rez-widget-v8__select option {
        color: #0f172a;
        background: #f8fafc;
    }

    .rez-widget-v8__quick-dates {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin-bottom: 16px;
    }

    .rez-widget-v8__quick-btn {
        padding: 10px 8px;
        font-size: 12px;
    }

    .rez-widget-v8__date-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-bottom: 20px;
    }

    .rez-widget-v8__step-actions {
        flex-wrap: nowrap;
        align-items: stretch;
        margin-top: 20px;
        gap: 10px;
    }

    .rez-widget-v8__prev {
        flex: 0 0 48px;
        width: 48px;
        min-width: 48px;
        max-width: 48px;
        padding: 0;
    }

    .rez-widget-v8__next {
        padding: 14px 16px;
        font-size: 14px;
    }

    .rez-widget-v8__submit {
        padding: 16px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .hero-v8__container {
        padding: 84px max(16px, env(safe-area-inset-right, 0px)) 40px max(16px, env(safe-area-inset-left, 0px));
        gap: 24px;
    }

    .hero-v8__title-line:first-child {
        font-size: 26px;
    }

    .hero-v8__title-line--highlight {
        font-size: 30px;
    }

    .hero-v8__stats {
        gap: 20px;
    }

    .hero-v8__stat-num {
        font-size: 20px;
    }

    .rez-widget-v8__card {
        padding: 20px 16px;
    }

    .rez-widget-v8__date-grid {
        grid-template-columns: 1fr;
    }

    .rez-widget-v8__step-actions--submit .rez-widget-v8__prev {
        order: 1;
    }

    .rez-widget-v8__step-actions--submit .rez-widget-v8__submit {
        order: 2;
        width: 100%;
    }
}
