/* Copied from original LandingPage/styles.css */

.nail-landing-page-root * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

@supports (padding: max(0px)) {
    .nail-landing-page-root {
        padding-left: max(0px, env(safe-area-inset-left));
        padding-right: max(0px, env(safe-area-inset-right));
    }
}

.nail-landing-page-root {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    z-index: 1; /* ensure background stays above theme page background */
}

/* Everything below is copied 1:1 from original file to preserve design */

/* Background slideshow container */
.nail-landing-page-root::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

.nail-landing-page-root .bg-slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nail-landing-page-root .bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideshow 30s infinite;
    display: flex;
}

@media (orientation: landscape) {
    .nail-landing-page-root .bg-slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .nail-landing-page-root .bg-slide::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .nail-landing-page-root .bg-slide {
        background: linear-gradient(
            to right,
            transparent 0%,
            transparent 25%,
            rgba(255, 255, 255, 0.85) 40%,
            rgba(255, 255, 255, 0.92) 50%,
            rgba(255, 255, 255, 0.85) 60%,
            transparent 75%,
            transparent 100%
        );
    }
}

@media (orientation: portrait) {
    .nail-landing-page-root .bg-slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    .nail-landing-page-root .bg-slide::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .nail-landing-page-root .bg-slide {
        background: linear-gradient(
            to bottom,
            transparent 0%,
            transparent 25%,
            rgba(255, 255, 255, 0.85) 40%,
            rgba(255, 255, 255, 0.92) 50%,
            rgba(255, 255, 255, 0.85) 60%,
            transparent 75%,
            transparent 100%
        );
    }
}

.nail-landing-page-root .bg-slide:nth-child(1) {
    animation-delay: 0s;
}
.nail-landing-page-root .bg-slide:nth-child(1)::before {
    background-image: url('https://images.unsplash.com/photo-1604654894610-df63bc536371?w=1200&h=1080&q=85&fit=crop&crop=right&auto=format');
}
.nail-landing-page-root .bg-slide:nth-child(1)::after {
    background-image: url('https://images.unsplash.com/photo-1607779097040-26e80aa78e66?w=1200&h=1080&q=85&fit=crop&crop=left&auto=format');
}

.nail-landing-page-root .bg-slide:nth-child(2) {
    animation-delay: 6s;
}
.nail-landing-page-root .bg-slide:nth-child(2)::before {
    background-image: url('https://images.unsplash.com/photo-1632345031435-8727f6897d53?w=1200&h=1080&q=85&fit=crop&crop=right&auto=format');
}
.nail-landing-page-root .bg-slide:nth-child(2)::after {
    background-image: url('https://images.unsplash.com/photo-1610992015732-2449b76344bc?w=1200&h=1080&q=85&fit=crop&crop=left&auto=format');
}

.nail-landing-page-root .bg-slide:nth-child(3) {
    animation-delay: 12s;
}
.nail-landing-page-root .bg-slide:nth-child(3)::before {
    background-image: url('https://images.unsplash.com/photo-1519014816548-bf5fe059798b?w=1200&h=1080&q=85&fit=crop&crop=right&auto=format');
}
.nail-landing-page-root .bg-slide:nth-child(3)::after {
    background-image: url('https://images.unsplash.com/photo-1607779097040-26e80aa78e66?w=1200&h=1080&q=85&fit=crop&crop=left&auto=format');
}

.nail-landing-page-root .bg-slide:nth-child(4) {
    animation-delay: 18s;
}
.nail-landing-page-root .bg-slide:nth-child(4)::before {
    background-image: url('https://images.unsplash.com/photo-1632345031435-8727f6897d53?w=1200&h=1080&q=85&fit=crop&crop=right&auto=format');
}
.nail-landing-page-root .bg-slide:nth-child(4)::after {
    background-image: url('https://images.unsplash.com/photo-1610992015732-2449b76344bc?w=1200&h=1080&q=85&fit=crop&crop=left&auto=format');
}

.nail-landing-page-root .bg-slide:nth-child(5) {
    animation-delay: 24s;
}
.nail-landing-page-root .bg-slide:nth-child(5)::before {
    background-image: url('https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?w=1200&h=1080&q=85&fit=crop&crop=right&auto=format');
}
.nail-landing-page-root .bg-slide:nth-child(5)::after {
    background-image: url('https://images.unsplash.com/photo-1522338242992-e1a54906a8da?w=1200&h=1080&q=85&fit=crop&crop=left&auto=format');
}

@keyframes slideshow {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    6% {
        opacity: 1;
        transform: scale(1.05);
    }
    20% {
        opacity: 1;
        transform: scale(1.08);
    }
    26% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.nail-landing-page-root input,
.nail-landing-page-root textarea {
    -webkit-user-select: text;
    user-select: text;
}

.nail-landing-page-root .container {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    max-width: 700px;
    width: 90%;
    padding: 30px 40px;
    position: relative;
    border: 1px solid #e0e0e0;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.nail-landing-page-root .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #000000 0%, #333333 50%, #000000 100%);
}

.nail-landing-page-root .header {
    text-align: center;
    flex-shrink: 0;
}

.nail-landing-page-root .home-header {
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

/* Logo shrink on scroll */
.nail-landing-page-root .home-header.scrolled {
    margin-bottom: 10px;
}

.nail-landing-page-root .home-header.scrolled .logo-container {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
    padding: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.nail-landing-page-root .home-header.scrolled h1 {
    font-size: 20px;
    margin-bottom: 4px;
}

.nail-landing-page-root .home-header.scrolled .subtitle {
    font-size: 13px;
    margin-bottom: 0;
}

.nail-landing-page-root .home-header .logo-container {
    width: 120px;
    height: 120px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.nail-landing-page-root .compact-header {
    margin-bottom: 15px;
}

.nail-landing-page-root .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
}

.nail-landing-page-root .logo-container-small {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
}

.nail-landing-page-root .logo-container {
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.nail-landing-page-root .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nail-landing-page-root h1 {
    color: #000000;
    font-size: 26px;
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.nail-landing-page-root .subtitle {
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

/* ============================================
   WELCOME SCREEN (Tablet/Desktop)
   ============================================ */

/* Welcome screen - centered content */
.nail-landing-page-root #welcome-screen {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
}

.nail-landing-page-root .welcome-subtitle {
    font-size: 15px;
    color: #666666;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
}

/* QR Code Section */
.nail-landing-page-root .qr-code-section {
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nail-landing-page-root .qr-code-container {
    display: inline-block;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
}

.nail-landing-page-root .qr-code-image {
    display: block;
    width: 130px;
    height: 130px;
}

.nail-landing-page-root .qr-url {
    margin-top: 8px;
    font-size: 12px;
    color: #888888;
    font-family: monospace;
    text-align: center;
    width: 100%;
}

/* Welcome divider */
.nail-landing-page-root .welcome-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px auto;
    color: #999999;
    font-size: 12px;
    width: 100%;
    max-width: 250px;
}

.nail-landing-page-root .welcome-divider::before,
.nail-landing-page-root .welcome-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.nail-landing-page-root .welcome-divider span {
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Check In button */
.nail-landing-page-root .btn-checkin {
    width: 100%;
    max-width: 280px;
    padding: 14px 30px;
    font-size: 18px;
    margin: 0 auto;
    display: block;
}

/* ============================================
   RESPONSIVE: Mobile vs Tablet/Desktop
   ============================================ */

/* Default: Show welcome screen on tablet/desktop */
.nail-landing-page-root .tablet-desktop-only {
    display: flex;
}

.nail-landing-page-root .subtitle.mobile-only {
    display: none;
}

/* Mobile: Show form, hide welcome screen */
@media (max-width: 768px) {
    .nail-landing-page-root .tablet-desktop-only {
        display: none !important;
    }

    .nail-landing-page-root .subtitle.mobile-only {
        display: block;
    }
}

/* Form screen visibility control */
.nail-landing-page-root #form-screen {
    display: none;
}

.nail-landing-page-root #form-screen.active {
    display: flex !important;
    flex-direction: column;
}

/* Welcome screen visibility control */
.nail-landing-page-root #welcome-screen.hidden {
    display: none !important;
}

.nail-landing-page-root #welcome-screen.active {
    display: flex !important;
    flex-direction: column;
}

.nail-landing-page-root .screen {
    display: none;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.nail-landing-page-root .screen.active {
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.4s ease-in-out;
}

.nail-landing-page-root #success-screen,
.nail-landing-page-root #language-screen {
    overflow-y: visible !important;
}

/* Allow form-screen to scroll on mobile */
.nail-landing-page-root #form-screen {
    overflow-y: auto;
}

.nail-landing-page-root #form-screen form {
    display: flex;
    flex-direction: column;
}

.nail-landing-page-root #success-screen {
    justify-content: center;
}

/* Form screen starts from top to always show Phone Number */
.nail-landing-page-root #form-screen {
    justify-content: flex-start;
}

.nail-landing-page-root .screen::-webkit-scrollbar {
    display: none;
}

.nail-landing-page-root .screen {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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

.nail-landing-page-root .button-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.nail-landing-page-root .btn {
    padding: 24px 36px;
    font-size: 22px;
    font-weight: 700;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nail-landing-page-root .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.nail-landing-page-root .btn:active::before {
    width: 400px;
    height: 400px;
}

.nail-landing-page-root .btn:active {
    transform: scale(0.98);
}

.nail-landing-page-root .btn-primary {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: white;
}

.nail-landing-page-root .btn-primary:active {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.nail-landing-page-root .btn-secondary {
    background: linear-gradient(135deg, #4a4a4a 0%, #5d5d5d 100%);
    color: white;
}

.nail-landing-page-root .btn-secondary:active {
    background: linear-gradient(135deg, #5d5d5d 0%, #707070 100%);
}

.nail-landing-page-root .btn-submit {
    background: linear-gradient(135deg, #000000 0%, #2d2d2d 100%);
    color: white;
    width: 100%;
    margin-top: 16px;
    font-size: 20px;
    padding: 18px 32px;
}

.nail-landing-page-root .btn-submit:active {
    background: linear-gradient(135deg, #2d2d2d 0%, #404040 100%);
}

.nail-landing-page-root .btn-icon {
    font-size: 28px;
}

.nail-landing-page-root .btn-text {
    font-size: 22px;
    position: relative;
    z-index: 1;
}

.nail-landing-page-root .back-btn {
    background: none;
    border: none;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.nail-landing-page-root .back-btn:active {
    background: #f0f0f0;
    color: #333333;
}

.nail-landing-page-root h2 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
}

.nail-landing-page-root .form-group {
    margin-bottom: 16px;
}

.nail-landing-page-root .form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 0;
}

.nail-landing-page-root .form-group-half {
    flex: 1;
    min-width: 0;
}

.nail-landing-page-root label {
    display: block;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.nail-landing-page-root #label-email {
    color: #555;
    font-weight: 600;
}

/* Date of Birth selects */
.nail-landing-page-root .dob-selects {
    display: flex;
    gap: 8px;
}

.nail-landing-page-root .dob-select {
    flex: 1;
    padding: 14px 10px;
    font-size: 15px;
    line-height: 1.2;
    height: auto;
    min-height: 48px;
    border: 2px solid #d0d0d0;
    border-radius: 10px;
    background: #fafafa;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2"><path d="m6 9 6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 28px;
    color: #333;
}

.nail-landing-page-root .dob-select option {
    padding: 10px;
}

.nail-landing-page-root .dob-select:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.nail-landing-page-root #dob-year {
    flex: 1.2;
}

.nail-landing-page-root #dob-month {
    flex: 1.5;
}

.nail-landing-page-root #dob-day {
    flex: 1;
}

.nail-landing-page-root input,
.nail-landing-page-root textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 18px;
    border: 2px solid #d0d0d0;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: inherit;
    background: #fafafa;
}

.nail-landing-page-root input:focus,
.nail-landing-page-root textarea:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.nail-landing-page-root input::placeholder,
.nail-landing-page-root textarea::placeholder {
    color: #999999;
}

.nail-landing-page-root textarea {
    resize: vertical;
    min-height: 70px;
    max-height: 70px;
}

.nail-landing-page-root .success-animation {
    text-align: center;
    margin-bottom: 20px;
}

.nail-landing-page-root .checkmark {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.nail-landing-page-root .checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke: #000000;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.nail-landing-page-root .checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-width: 3;
    stroke: #000000;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.5s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

.nail-landing-page-root #success-title {
    color: #000000;
    text-align: center;
    font-size: 28px;
    margin-bottom: 12px;
}

.nail-landing-page-root #success-message {
    text-align: center;
    color: #555555;
    font-size: 17px;
    margin-bottom: 18px;
    line-height: 1.5;
}

.nail-landing-page-root #auto-reset-message {
    margin-bottom: 18px;
}

.nail-landing-page-root .loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    backdrop-filter: blur(4px);
    z-index: 1000;
}

.nail-landing-page-root .loading.active {
    display: flex;
}

.nail-landing-page-root .spinner {
    width: 60px;
    height: 60px;
    border: 5px solid #e0e0e0;
    border-top: 5px solid #000000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.nail-landing-page-root .container::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ============================================
   BOOKING SCREENS STYLES
   ============================================ */

/* Compact Header */
.nail-landing-page-root .compact-header {
    margin-bottom: 15px;
}

.nail-landing-page-root .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
}

.nail-landing-page-root .back-btn {
    background: none;
    border: none;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.nail-landing-page-root .back-btn:hover,
.nail-landing-page-root .back-btn:active {
    background: #f0f0f0;
    color: #333333;
}

.nail-landing-page-root .logo-container-small {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
}

/* Booking Welcome */
.nail-landing-page-root .booking-welcome {
    text-align: center;
    margin-bottom: 30px;
}

.nail-landing-page-root .success-animation.small {
    margin-bottom: 15px;
}

.nail-landing-page-root .success-animation.small .checkmark {
    width: 60px;
    height: 60px;
}

/* Booking Options */
.nail-landing-page-root .booking-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nail-landing-page-root .booking-option-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.nail-landing-page-root .booking-option-btn:hover {
    border-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.nail-landing-page-root .booking-option-btn:active {
    transform: translateY(0);
}

.nail-landing-page-root .option-icon {
    font-size: 36px;
    flex-shrink: 0;
}

.nail-landing-page-root .option-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nail-landing-page-root .option-text strong {
    font-size: 18px;
    color: #000000;
}

.nail-landing-page-root .option-text small {
    font-size: 14px;
    color: #666666;
}

/* Screen Headers */
.nail-landing-page-root .screen-header {
    margin-bottom: 20px;
}

.nail-landing-page-root .screen-header h2 {
    margin-bottom: 10px;
    text-align: left;
}

.nail-landing-page-root .screen-header .subtitle {
    margin-bottom: 15px;
}

/* Search Box */
.nail-landing-page-root .search-box {
    position: relative;
}

.nail-landing-page-root .search-box input {
    width: 100%;
    padding: 12px 16px;
    padding-left: 40px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: #f9f9f9 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat 12px center;
    background-size: 18px;
}

.nail-landing-page-root .search-box input:focus {
    border-color: #000000;
    background-color: #ffffff;
    outline: none;
}

/* Services Container */
.nail-landing-page-root .services-container {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
    margin-bottom: 20px;
}

.nail-landing-page-root .service-category {
    margin-bottom: 25px;
}

.nail-landing-page-root .category-name {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nail-landing-page-root .category-desc {
    font-size: 13px;
    color: #666666;
    margin-bottom: 12px;
}

/* Services Grid */
.nail-landing-page-root .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.nail-landing-page-root .service-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.nail-landing-page-root .service-card:hover {
    border-color: #cccccc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.nail-landing-page-root .service-card.selected {
    border-color: #000000;
    background: #f8f8f8;
}

.nail-landing-page-root .service-card.selected::after {
    content: '✓';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
}

.nail-landing-page-root .service-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nail-landing-page-root .service-image {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
}

.nail-landing-page-root .service-image.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: linear-gradient(135deg, #f8f8f8 0%, #e8e8e8 100%);
}

.nail-landing-page-root .service-info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nail-landing-page-root .service-name {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
}

.nail-landing-page-root .service-price {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.nail-landing-page-root .service-duration {
    font-size: 12px;
    color: #888888;
}

/* Screen Footer */
.nail-landing-page-root .screen-footer {
    background: #ffffff;
    padding: 12px 0;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-shrink: 0;
}

.nail-landing-page-root .selected-summary {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nail-landing-page-root #selected-count,
.nail-landing-page-root #pro-selected-count {
    font-size: 14px;
    color: #666666;
}

.nail-landing-page-root #selected-total,
.nail-landing-page-root #pro-selected-total {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.nail-landing-page-root .screen-footer .btn {
    flex-shrink: 0;
    min-width: 140px;
}

.nail-landing-page-root .screen-footer .btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Professionals Container */
.nail-landing-page-root .professionals-container {
    flex: 1;
    overflow-y: auto;
}

.nail-landing-page-root .professionals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.nail-landing-page-root .professional-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.nail-landing-page-root .professional-card:hover {
    border-color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.nail-landing-page-root .professional-card.selected {
    border-color: #000000;
    background: #f8f8f8;
}

.nail-landing-page-root .pro-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
    border: 3px solid #f0f0f0;
}

.nail-landing-page-root .pro-avatar-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 12px;
}

.nail-landing-page-root .pro-name {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 4px;
}

.nail-landing-page-root .pro-services-count {
    font-size: 13px;
    color: #888888;
}

/* Large Professional Card (for professionals list) */
.nail-landing-page-root .professional-card-lg {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 16px 20px;
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    margin-bottom: 12px;
}

.nail-landing-page-root .professional-card-lg:last-child {
    margin-bottom: 0;
}

.nail-landing-page-root .professional-card-lg:hover {
    border-color: #000000;
    transform: translateX(4px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.nail-landing-page-root .pro-photo-container {
    flex-shrink: 0;
}

.nail-landing-page-root .pro-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nail-landing-page-root .pro-photo-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border: 3px solid #f0f0f0;
}

.nail-landing-page-root .pro-info-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.nail-landing-page-root .pro-name-lg {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.nail-landing-page-root .pro-bio {
    font-size: 13px;
    color: #666666;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nail-landing-page-root .pro-services-badge {
    display: inline-block;
    font-size: 12px;
    color: #555555;
    background: #f0f0f0;
    padding: 4px 10px;
    border-radius: 12px;
    width: fit-content;
    margin-top: 4px;
}

.nail-landing-page-root .pro-arrow {
    flex-shrink: 0;
    font-size: 20px;
    color: #cccccc;
    transition: all 0.2s ease;
}

.nail-landing-page-root .professional-card-lg:hover .pro-arrow {
    color: #000000;
    transform: translateX(4px);
}

/* Update professionals grid for new card style */
.nail-landing-page-root .professionals-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Professional Header */
.nail-landing-page-root .professional-header {
    margin-bottom: 15px;
}

.nail-landing-page-root .professional-header .professional-card {
    display: inline-flex;
    flex-direction: row;
    padding: 10px 15px;
    gap: 12px;
}

.nail-landing-page-root .professional-header .pro-avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}

.nail-landing-page-root .professional-header .pro-avatar-placeholder {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    font-size: 24px;
}

.nail-landing-page-root .professional-header .pro-name {
    margin-bottom: 0;
}

/* ============================================
   SELECTED PROFESSIONAL BANNER
   ============================================ */

.nail-landing-page-root .selected-professional-banner {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #f8f8f8 0%, #efefef 100%);
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 2px solid #e0e0e0;
}

.nail-landing-page-root .selected-pro-photo {
    flex-shrink: 0;
}

.nail-landing-page-root .selected-pro-photo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nail-landing-page-root .selected-pro-photo-placeholder {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e0e0e0 0%, #cccccc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nail-landing-page-root .selected-pro-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nail-landing-page-root .selected-pro-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888888;
    font-weight: 600;
}

.nail-landing-page-root .selected-pro-name {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

/* ============================================
   REVIEW SCREEN
   ============================================ */

.nail-landing-page-root .review-content {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 20px;
}

.nail-landing-page-root .review-section {
    margin-bottom: 25px;
}

.nail-landing-page-root .review-section h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666666;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
}

/* Review Professional Card */
.nail-landing-page-root .review-professional-card {
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    padding: 15px;
}

.nail-landing-page-root .review-pro-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nail-landing-page-root .review-pro-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f0f0f0;
}

.nail-landing-page-root .review-pro-avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.nail-landing-page-root .review-pro-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nail-landing-page-root .review-pro-name {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.nail-landing-page-root .review-pro-bio {
    font-size: 13px;
    color: #666666;
    line-height: 1.4;
}

/* Review Services List */
.nail-landing-page-root .review-services-list {
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
}

.nail-landing-page-root .review-service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.nail-landing-page-root .review-service-item:last-child {
    border-bottom: none;
}

.nail-landing-page-root .review-service-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nail-landing-page-root .review-service-name {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.nail-landing-page-root .review-service-duration {
    font-size: 13px;
    color: #888888;
}

.nail-landing-page-root .review-service-price {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

/* Review Total Section */
.nail-landing-page-root .review-total-section {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 16px 20px;
    margin-top: 20px;
}

.nail-landing-page-root .review-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.nail-landing-page-root .review-total span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.nail-landing-page-root #review-total-amount {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.nail-landing-page-root .review-duration {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nail-landing-page-root .review-duration span:first-child {
    font-size: 14px;
    color: #666666;
}

.nail-landing-page-root #review-total-duration {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
}

/* Review Footer */
.nail-landing-page-root .review-footer {
    display: flex;
    gap: 12px;
}

.nail-landing-page-root .review-footer .btn {
    flex: 1;
    padding: 16px 20px;
    font-size: 16px;
}

.nail-landing-page-root .btn-secondary {
    background: #ffffff;
    color: #333333;
    border: 2px solid #d0d0d0;
}

.nail-landing-page-root .btn-secondary:hover,
.nail-landing-page-root .btn-secondary:active {
    background: #f5f5f5;
    border-color: #b0b0b0;
}

/* Booking Summary */
.nail-landing-page-root .booking-summary {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    text-align: left;
}

.nail-landing-page-root .summary-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nail-landing-page-root .summary-item {
    font-size: 15px;
    color: #333333;
}

.nail-landing-page-root .summary-services {
    margin: 8px 0 8px 20px;
    padding: 0;
}

.nail-landing-page-root .summary-services li {
    font-size: 14px;
    color: #555555;
    margin-bottom: 5px;
}

.nail-landing-page-root .summary-total {
    font-size: 18px;
    color: #000000;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
}

/* Auto Reset Message */
.nail-landing-page-root .auto-reset-message {
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

/* Empty State */
.nail-landing-page-root .empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #888888;
    font-size: 16px;
}

/* Loading Placeholder */
.nail-landing-page-root .loading-placeholder {
    text-align: center;
    padding: 40px 20px;
    color: #888888;
    font-size: 15px;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 600px) {
    .nail-landing-page-root .container {
        width: 95%;
        padding: 15px 15px;
        max-height: 92vh;
    }

    /* Balanced logo size on mobile */
    .nail-landing-page-root .home-header {
        margin-bottom: 15px;
    }

    .nail-landing-page-root .logo-container {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .nail-landing-page-root h1 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .nail-landing-page-root .subtitle {
        font-size: 13px;
    }

    /* Disable logo shrink on scroll for mobile - enough space already */
    .nail-landing-page-root .home-header.scrolled {
        margin-bottom: 15px;
    }

    .nail-landing-page-root .home-header.scrolled .logo-container {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        padding: 10px;
    }

    .nail-landing-page-root .home-header.scrolled h1 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .nail-landing-page-root .home-header.scrolled .subtitle {
        font-size: 13px;
    }

    /* Form screen should be scrollable */
    .nail-landing-page-root #form-screen {
        overflow-y: auto;
        padding-bottom: 5px;
    }

    .nail-landing-page-root #form-screen form {
        padding-bottom: 5px;
    }

    /* Compact form spacing on mobile */
    .nail-landing-page-root .form-group {
        margin-bottom: 10px;
    }

    .nail-landing-page-root input,
    .nail-landing-page-root textarea {
        padding: 10px 12px;
        font-size: 16px;
    }

    .nail-landing-page-root label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    /* Smaller Check In button to save space */
    .nail-landing-page-root .btn-submit {
        padding: 12px 20px;
        font-size: 16px;
        margin-top: 8px;
        border-radius: 10px;
    }

    .nail-landing-page-root textarea {
        min-height: 50px;
        max-height: 50px;
    }

    .nail-landing-page-root .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .nail-landing-page-root .service-image {
        height: 80px;
    }

    .nail-landing-page-root .service-info {
        padding: 10px;
    }

    .nail-landing-page-root .service-name {
        font-size: 13px;
    }

    .nail-landing-page-root .service-price {
        font-size: 14px;
    }

    .nail-landing-page-root .professionals-grid {
        flex-direction: column;
        gap: 10px;
    }

    .nail-landing-page-root .professional-card {
        padding: 15px 10px;
    }

    .nail-landing-page-root .professional-card-lg {
        padding: 14px 16px;
        gap: 12px;
    }

    .nail-landing-page-root .pro-photo,
    .nail-landing-page-root .pro-photo-placeholder {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .nail-landing-page-root .pro-name-lg {
        font-size: 16px;
    }

    .nail-landing-page-root .pro-bio {
        font-size: 12px;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .nail-landing-page-root .pro-avatar,
    .nail-landing-page-root .pro-avatar-placeholder {
        width: 60px;
        height: 60px;
    }

    /* Review screen responsive */
    .nail-landing-page-root .review-footer {
        flex-direction: column;
        gap: 10px;
    }

    .nail-landing-page-root .review-footer .btn {
        width: 100%;
    }

    .nail-landing-page-root .review-pro-avatar {
        width: 50px;
        height: 50px;
    }

    .nail-landing-page-root .review-service-item {
        padding: 12px 14px;
    }

    .nail-landing-page-root .selected-professional-banner {
        padding: 12px 16px;
        gap: 12px;
    }

    .nail-landing-page-root .selected-pro-photo img,
    .nail-landing-page-root .selected-pro-photo-placeholder {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    .nail-landing-page-root .selected-pro-name {
        font-size: 16px;
    }

    .nail-landing-page-root .booking-option-btn {
        padding: 16px 18px;
    }

    .nail-landing-page-root .option-icon {
        font-size: 28px;
    }

    .nail-landing-page-root .option-text strong {
        font-size: 16px;
    }

    .nail-landing-page-root .screen-footer {
        flex-direction: column;
        align-items: stretch;
        padding: 8px 0;
        gap: 6px;
    }

    .nail-landing-page-root .selected-summary {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .nail-landing-page-root #selected-count,
    .nail-landing-page-root #pro-selected-count {
        font-size: 12px;
    }

    .nail-landing-page-root #selected-total,
    .nail-landing-page-root #pro-selected-total {
        font-size: 16px;
    }

    .nail-landing-page-root .screen-footer .btn {
        width: 100%;
        padding: 10px 16px;
        font-size: 14px;
        border-radius: 10px;
    }
}

@media (max-width: 400px) {
    .nail-landing-page-root .services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .nail-landing-page-root .professionals-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Landscape mode adjustments */
@media (orientation: landscape) and (max-height: 500px) {
    .nail-landing-page-root .container {
        max-height: 95vh;
    }

    .nail-landing-page-root .logo-container {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .nail-landing-page-root h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .nail-landing-page-root .subtitle {
        font-size: 14px;
    }

    .nail-landing-page-root .services-container,
    .nail-landing-page-root .professionals-container {
        max-height: 200px;
    }
}

