/* ============ VARIABLES ============ */
:root {
    --bg-color: #f9dba4;
    --card-bg: #ffffff;
    --primary: #ff9900;
    --primary-dark: #e68a00;
    --text: #2d2d2d;
    --text-light: #666666;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.15);
    --radius: 16px;
}

/* ============ RESET & BASE ============ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg-color);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 20px;
    overflow-x: hidden;
    position: relative;
}

/* ============ STEAM EFFECT (Mobile Only) ============ */
.steam-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    display: none;
}

@media (max-width: 768px) {
    .steam-container {
        display: block;
    }
}

.steam-group {
    position: absolute;
    bottom: 0;
    width: 140px;
    height: 85%;
    filter: blur(6px);
}

.steam-left {
    left: 15%;
    animation: steam-drift-left 12s ease-in-out infinite;
}

.steam-right {
    right: 15%;
    animation: steam-drift-right 14s ease-in-out infinite;
    animation-delay: -5s;
}

.steam-svg {
    width: 100%;
    height: 100%;
}

.steam-path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.steam-path-1 {
    stroke-width: 40;
    animation: steam-wave-1 10s ease-in-out infinite;
}

.steam-path-2 {
    stroke-width: 30;
    animation: steam-wave-2 11s ease-in-out infinite;
    animation-delay: -3s;
}

.steam-path-2b {
    stroke-width: 22;
    animation: steam-wave-2b 13s ease-in-out infinite;
    animation-delay: -6s;
}

.steam-path-3 {
    stroke-width: 38;
    animation: steam-wave-3 10.5s ease-in-out infinite;
    animation-delay: -2s;
}

.steam-path-4 {
    stroke-width: 28;
    animation: steam-wave-4 12s ease-in-out infinite;
    animation-delay: -4s;
}

.steam-path-4b {
    stroke-width: 20;
    animation: steam-wave-4b 14s ease-in-out infinite;
    animation-delay: -7s;
}

@keyframes steam-drift-left {
    0%, 100% { transform: translateX(0) translateY(0) scale(1); opacity: 1; }
    25% { transform: translateX(12px) translateY(-20px) scale(1.02); opacity: 0.95; }
    50% { transform: translateX(-8px) translateY(-10px) scale(0.98); opacity: 1; }
    75% { transform: translateX(5px) translateY(-15px) scale(1.01); opacity: 0.9; }
}

@keyframes steam-drift-right {
    0%, 100% { transform: translateX(0) translateY(0) scale(1); opacity: 1; }
    30% { transform: translateX(-15px) translateY(-18px) scale(1.03); opacity: 0.92; }
    60% { transform: translateX(10px) translateY(-8px) scale(0.97); opacity: 1; }
    80% { transform: translateX(-5px) translateY(-12px) scale(1.01); opacity: 0.95; }
}

@keyframes steam-wave-1 {
    0%, 100% { opacity: 1; d: path("M60,600 Q55,550 65,500 Q75,450 55,400 Q35,350 60,300 Q80,250 50,200 Q30,150 55,100 Q70,50 50,0"); }
    33% { opacity: 0.85; d: path("M60,600 Q70,545 50,490 Q35,435 65,380 Q90,325 55,270 Q25,215 60,160 Q85,105 45,50"); }
    66% { opacity: 0.95; d: path("M60,600 Q45,540 70,480 Q90,420 50,360 Q20,300 65,240 Q95,180 50,120 Q25,60 55,0"); }
}

@keyframes steam-wave-2 {
    0%, 100% { opacity: 0.9; d: path("M85,600 Q95,540 75,480 Q55,420 80,360 Q100,300 70,240 Q50,180 75,120 Q90,60 70,0"); }
    50% { opacity: 0.75; d: path("M85,600 Q70,535 90,470 Q105,405 65,340 Q35,275 80,210 Q110,145 65,80 Q45,40 75,0"); }
}

@keyframes steam-wave-2b {
    0%, 100% { opacity: 0.7; d: path("M40,600 Q30,530 45,460 Q60,390 35,320 Q15,250 40,180 Q55,110 35,40"); }
    50% { opacity: 0.5; d: path("M40,600 Q55,525 35,450 Q20,375 50,300 Q75,225 30,150 Q10,75 45,0"); }
}

@keyframes steam-wave-3 {
    0%, 100% { opacity: 1; d: path("M60,600 Q65,545 50,490 Q35,435 60,380 Q85,325 55,270 Q30,215 60,160 Q80,105 55,50 Q45,25 50,0"); }
    33% { opacity: 0.88; d: path("M60,600 Q50,540 70,485 Q90,430 55,375 Q25,320 65,265 Q95,210 50,155 Q20,100 60,45"); }
    66% { opacity: 0.92; d: path("M60,600 Q75,535 45,475 Q20,415 65,355 Q100,295 50,235 Q15,175 60,115 Q90,55 45,0"); }
}

@keyframes steam-wave-4 {
    0%, 100% { opacity: 0.85; d: path("M35,600 Q25,535 45,470 Q65,405 40,340 Q20,275 50,210 Q70,145 45,80 Q30,40 40,0"); }
    50% { opacity: 0.7; d: path("M35,600 Q50,530 30,460 Q15,390 55,320 Q85,250 40,180 Q10,110 50,40"); }
}

@keyframes steam-wave-4b {
    0%, 100% { opacity: 0.6; d: path("M90,600 Q100,525 80,450 Q60,375 85,300 Q105,225 75,150 Q55,75 80,0"); }
    50% { opacity: 0.45; d: path("M90,600 Q75,520 95,440 Q110,360 70,280 Q40,200 85,120 Q115,40 70,0"); }
}

/* ============ CONTAINER ============ */
.container {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

/* ============ HEADER ============ */
.header {
    text-align: center;
    padding: 30px 20px 25px;
    animation: fadeInDown 0.6s ease;
}

/* ============ LOGO ============ */
.logo-container {
    margin-bottom: 8px;
}

.logo {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tagline {
    font-size: 14px;
    color: var(--text-light);
    font-weight: 500;
}

/* ============ INFO BADGE ============ */
.info-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    color: white;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    box-shadow: var(--shadow);
    animation: pulse 2s ease-in-out infinite;
}

.info-badge svg {
    width: 16px;
    height: 16px;
}

.info-badge.hidden {
    display: none;
}

/* ============ ADDRESS BADGE ============ */
.address-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--text);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.address-badge svg {
    width: 14px;
    height: 14px;
    color: var(--primary);
}

.address-badge.hidden {
    display: none;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

/* ============ BUTTONS ============ */
.nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 10px;
}

.btn {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--card-bg);
    padding: 18px 20px;
    border-radius: var(--radius);
    text-decoration: none;
    color: var(--text);
    font-weight: 600;
    font-size: 15px;
    box-shadow: var(--shadow);
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: fadeInUp 0.5s ease backwards;
    font-family: inherit;
}

.btn:nth-child(1) { animation-delay: 0.1s; }
.btn:nth-child(2) { animation-delay: 0.15s; }
.btn:nth-child(3) { animation-delay: 0.2s; }
.btn:nth-child(4) { animation-delay: 0.25s; }
.btn:nth-child(5) { animation-delay: 0.3s; }
.btn:nth-child(6) { animation-delay: 0.35s; }

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: var(--shadow-hover);
}

.btn:active {
    transform: translateY(0) scale(0.98);
    box-shadow: var(--shadow);
}

/* Primary Button */
.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
}

.btn-primary .btn-icon {
    background: rgba(255, 255, 255, 0.2);
}

.btn-primary .btn-arrow {
    color: rgba(255, 255, 255, 0.7);
}

.btn-primary:hover .btn-arrow {
    color: white;
}

/* Button with subtitle */
.btn-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.btn-subtitle {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.8;
}

/* Button Icon */
.btn-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.btn-icon svg {
    width: 22px;
    height: 22px;
    color: white;
    stroke: white;
}

.btn:hover .btn-icon {
    transform: rotate(-5deg) scale(1.1);
}

/* Reserve button - same theme */

/* Button Text */
.btn-text {
    flex: 1;
}

/* Button Arrow */
.btn-arrow {
    color: #ccc;
    transition: all 0.3s ease;
}

.btn-arrow svg {
    width: 20px;
    height: 20px;
}

.btn:hover .btn-arrow {
    color: var(--primary);
    transform: translateX(5px);
}

/* ============ SOCIAL SECTION ============ */
.social-section {
    margin-top: 30px;
    animation: fadeInUp 0.5s ease 0.4s backwards;
}

.social-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.social-divider::before,
.social-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.social-divider span {
    font-size: 13px;
    color: var(--text-light);
    font-weight: 500;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.social-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
}

.social-btn svg {
    width: 26px;
    height: 26px;
    transition: transform 0.3s ease;
}

.social-instagram svg {
    color: #E4405F;
}

.social-btn:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: var(--shadow-hover);
}

.social-instagram:hover {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.social-btn:hover svg {
    color: white;
    transform: rotate(10deg);
}

.social-btn:active {
    transform: translateY(0) scale(0.95);
}

/* ============ FOOTER ============ */
.footer {
    text-align: center;
    padding: 30px 20px;
    color: var(--text-light);
    font-size: 12px;
    animation: fadeInUp 0.5s ease 0.5s backwards;
}

/* ============ MODAL ============ */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.modal-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.modal {
    background: var(--card-bg);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    max-width: 320px;
    width: 100%;
    position: relative;
    transform: scale(1);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-contacts {
    max-width: 380px;
    padding: 30px 20px;
}

.modal-reserve {
    max-width: 400px;
    padding: 30px 24px;
    text-align: left;
}

.modal-overlay.hidden .modal {
    transform: scale(0.9);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.modal-close svg {
    width: 20px;
    height: 20px;
    color: #999;
}

.modal-close:hover {
    background: var(--primary);
}

.modal-close:hover svg {
    color: white;
}

.modal-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 1s ease infinite;
}

.modal-icon-contacts {
    animation: none;
    width: 60px;
    height: 60px;
    border-radius: 16px;
}

.modal-icon-reserve {
    animation: none;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.modal-icon svg {
    width: 40px;
    height: 40px;
    color: white;
    stroke: white;
}

.modal-icon-contacts svg,
.modal-icon-reserve svg {
    width: 28px;
    height: 28px;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.modal-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
    text-align: center;
}

.modal-subtitle {
    font-size: 14px;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 20px;
}

.modal-text {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.6;
}

/* ============ VENUE TABS ============ */
.venue-tabs {
    display: flex;
    gap: 8px;
    margin: 20px 0 16px;
    padding: 4px;
    background: #f5f5f5;
    border-radius: 12px;
}

.venue-tab {
    flex: 1;
    padding: 10px 12px;
    border: none;
    background: transparent;
    color: var(--text-light);
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.venue-tab.active {
    background: white;
    color: var(--text);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.venue-tab:hover:not(.active) {
    color: var(--text);
}

/* ============ VENUE CONTACTS ============ */
.venue-contacts {
    display: none;
}

.venue-contacts.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.venue-info {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 16px;
}

.venue-address,
.venue-hours {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--text);
}

.venue-address {
    margin-bottom: 8px;
}

.venue-address svg,
.venue-hours svg {
    width: 16px;
    height: 16px;
    color: var(--primary);
    flex-shrink: 0;
}

/* ============ CONTACT OPTIONS ============ */
.contact-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f8f8f8;
    padding: 14px;
    border-radius: 14px;
    text-decoration: none;
    color: var(--text);
    transition: all 0.2s ease;
}

.contact-option:hover {
    background: #f0f0f0;
    transform: translateX(5px);
}

.contact-option:active {
    transform: scale(0.98);
}

.contact-option-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-option-icon svg {
    width: 22px;
    height: 22px;
}

.contact-phone {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.contact-phone svg {
    color: white;
    stroke: white;
}

.contact-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.contact-whatsapp svg {
    color: white;
}

.contact-telegram {
    background: linear-gradient(135deg, #2AABEE, #229ED9);
}

.contact-telegram svg {
    color: white;
}

.contact-option-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-option-name {
    font-weight: 600;
    font-size: 14px;
}

.contact-option-value {
    font-size: 12px;
    color: var(--text-light);
}

/* ============ VENUE OPTIONS ============ */
.venue-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.venue-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f8f8f8;
    padding: 16px;
    border-radius: 14px;
    text-decoration: none;
    color: var(--text);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    width: 100%;
    text-align: left;
}

.venue-btn:hover {
    background: #f0f0f0;
    transform: translateX(5px);
}

.venue-btn:active {
    transform: scale(0.98);
}

.venue-btn-icon {
    font-size: 28px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.venue-btn-info {
    flex: 1;
}

.venue-btn-name {
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 2px;
}

.venue-btn-address {
    font-size: 11px;
    color: var(--text-light);
}

.venue-btn-arrow {
    color: #ccc;
}

.venue-btn-arrow svg {
    width: 20px;
    height: 20px;
}

.venue-btn:hover .venue-btn-arrow {
    color: var(--primary);
}

/* ============ RESERVATION FORM ============ */
.reserve-step {
    animation: fadeIn 0.3s ease;
}

.reserve-step.hidden {
    display: none;
}

.reserve-back {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: var(--primary);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-bottom: 16px;
}

.reserve-back svg {
    width: 18px;
    height: 18px;
}

.reserve-back:hover {
    opacity: 0.8;
}

.reserve-venue-name {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 4px;
}

.reserve-date {
    text-align: center;
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 24px;
}

.reserve-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    color: var(--text);
    transition: border-color 0.2s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary);
}

.form-group input::placeholder {
    color: #bbb;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Counter */
.counter {
    display: flex;
    align-items: center;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
}

.counter-btn {
    width: 44px;
    height: 44px;
    border: none;
    background: #f5f5f5;
    color: var(--text);
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-btn:hover {
    background: #e8e8e8;
}

.counter-btn:active {
    background: #ddd;
}

.counter input {
    flex: 1;
    text-align: center;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    background: white;
}

.counter input:focus {
    outline: none;
}

/* Submit Button */
.reserve-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    border: none;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 8px;
}

.reserve-submit svg {
    width: 20px;
    height: 20px;
}

.reserve-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 153, 0, 0.3);
}

.reserve-submit:active {
    transform: translateY(0);
}

/* Success */
.reserve-success {
    text-align: center;
    padding: 20px 0;
}

.success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    animation: successPop 0.5s ease;
}

@keyframes successPop {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* ============ DATE PICKER ============ */
.date-picker {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0;
    margin: -4px 0;
    scrollbar-width: none;
}

.date-picker::-webkit-scrollbar {
    display: none;
}

.date-option {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 70px;
}

.date-option:hover {
    border-color: var(--primary);
}

.date-option.active {
    border-color: var(--primary);
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
}

.date-option .day-name {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 2px;
}

.date-option .day-num {
    font-size: 18px;
    font-weight: 700;
}

.date-option .month {
    font-size: 10px;
    opacity: 0.7;
}

.date-option.active .day-name,
.date-option.active .month {
    opacity: 1;
}

/* ============ TIME PICKER ============ */
.time-picker-container {
    position: relative;
}

.time-picker-toggle {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    color: var(--text);
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color 0.2s ease;
}

.time-picker-toggle:hover,
.time-picker-toggle.active {
    border-color: var(--primary);
}

.time-picker-toggle svg {
    width: 20px;
    height: 20px;
    color: #999;
    transition: transform 0.2s ease;
    transform: rotate(180deg);
}

.time-picker-toggle.active svg {
    transform: rotate(0deg);
    color: var(--primary);
}

.time-picker-dropdown {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    right: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
}

.time-picker-dropdown.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.time-picker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.time-picker-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.time-picker-manual {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--primary);
    cursor: pointer;
    font-weight: 500;
}

.time-picker-manual svg {
    width: 16px;
    height: 16px;
}

/* Time Wheel */
.time-wheel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 8px;
}

.time-wheel {
    position: relative;
    height: 150px;
    width: 70px;
    overflow: hidden;
}

.time-wheel::before,
.time-wheel::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 2;
    pointer-events: none;
}

.time-wheel::before {
    top: 0;
    background: linear-gradient(to bottom, white, transparent);
}

.time-wheel::after {
    bottom: 0;
    background: linear-gradient(to top, white, transparent);
}

.time-wheel-highlight {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 40px;
    transform: translateY(-50%);
    background: rgba(255, 153, 0, 0.1);
    border-radius: 8px;
    border: 2px solid var(--primary);
    pointer-events: none;
    z-index: 1;
}

.time-wheel-scroll {
    height: 100%;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    padding: 55px 0;
}

.time-wheel-scroll::-webkit-scrollbar {
    display: none;
}

.time-wheel-item {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #ccc;
    scroll-snap-align: center;
    cursor: pointer;
    transition: color 0.2s ease;
}

.time-wheel-item.selected {
    color: var(--text);
}

.time-wheel-separator {
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
}

.time-picker-confirm {
    display: block;
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    padding: 12px;
    border: none;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.time-picker-confirm:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 153, 0, 0.3);
}

/* Manual Time Input */
.time-manual-input {
    display: none;
    padding: 16px;
}

.time-manual-input.active {
    display: block;
}

.time-manual-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.time-manual-field {
    width: 70px;
    padding: 12px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: var(--text);
    transition: border-color 0.2s ease;
}

.time-manual-field:focus {
    outline: none;
    border-color: var(--primary);
}

.time-manual-separator {
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
}

.time-manual-back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border: none;
    background: #f5f5f5;
    color: var(--text-light);
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 8px;
}

.time-manual-back:hover {
    background: #ebebeb;
}

.reserve-summary {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0;
    text-align: left;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-label {
    font-size: 13px;
    color: var(--text-light);
}

.summary-value {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.reserve-done {
    width: 100%;
    padding: 14px;
    border: none;
    background: var(--primary);
    color: white;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.reserve-done:hover {
    background: var(--primary-dark);
}

/* ============ ANIMATIONS ============ */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============ HIDDEN UTILITY ============ */
.hidden {
    display: none !important;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 360px) {
    html { font-size: 14px; }
    
    .logo { max-width: 140px; }
    
    .btn {
        padding: 14px 16px;
        gap: 12px;
    }
    
    .btn-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
    
    .btn-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .btn-text { font-size: 14px; }
    
    .social-btn {
        width: 48px;
        height: 48px;
    }
    
    .steam-left { left: 10%; }
    .steam-right { right: 10%; }
    
    .venue-tab { font-size: 11px; padding: 8px 10px; }
    
    .modal-reserve { padding: 24px 16px; }
    .form-group input, .form-group select { padding: 12px 14px; }
}

@media (min-width: 361px) and (max-width: 480px) {
    .logo { max-width: 160px; }
    .btn { padding: 16px 18px; }
    .steam-left { left: 12%; }
    .steam-right { right: 12%; }
}

@media (min-width: 481px) and (max-width: 768px) {
    .container { max-width: 450px; }
    .logo { max-width: 180px; }
    .steam-left { left: 18%; }
    .steam-right { right: 18%; }
}

@media (min-width: 769px) {
    body { padding: 40px 20px; }
    .container { max-width: 480px; }
    .header { padding: 40px 20px 35px; }
    .logo { max-width: 200px; }
    .btn { padding: 20px 24px; }
    .btn-icon { width: 48px; height: 48px; }
    .social-btn { width: 60px; height: 60px; }
}
