:root {
    /* ── Sunset Peach palette (unified with admin) ── */
    --beauty-pink: #e8845a;
    --beauty-bg: #fdf6f2;
    --accent-soft: #fef3ee;
}

body {
    font-family: 'Manrope', sans-serif;
    background-color: #fff;
    color: #4a4a4a;
}

.bg-beauty { background-color: var(--beauty-bg) !important; }
.text-pink { color: var(--beauty-pink) !important; }

/* Unified Button Styles */
.btn-beauty, .btn-outline-beauty, .btn-telegram {
    border-radius: 16px !important;
    padding: 14px 30px !important;
    font-weight: 700 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    line-height: 1;
    text-decoration: none !important;
}

.btn-beauty {
    background: linear-gradient(135deg, #e8845a, #d06840) !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 10px 20px -5px rgba(232, 132, 90, 0.4) !important;
}

.btn-beauty:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 15px 30px -5px rgba(232, 132, 90, 0.5) !important;
    color: white !important;
}

.btn-outline-beauty {
    background: rgba(232, 132, 90, 0.03) !important;
    color: var(--beauty-pink) !important;
    border: 2px solid rgba(232, 132, 90, 0.2) !important;
}

.btn-outline-beauty:hover {
    background-color: var(--accent-soft) !important;
    border-color: var(--beauty-pink) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(232, 132, 90, 0.1) !important;
}

.btn-telegram {
    background: #24A1DE !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(36, 161, 222, 0.25) !important;
}

.btn-telegram:hover {
    background: #2196d4 !important;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 25px rgba(36, 161, 222, 0.35) !important;
    color: white !important;
}

.beauty-card {
    border: none !important;
    border-radius: 25px !important;
    background: white;
    box-shadow: 0 10px 25px rgba(232, 132, 90, 0.08);
}

.hero-section {
    background: linear-gradient(135deg, #fdf6f2 0%, #fef3ee 100%);
    padding: 80px 0;
}

/* Navbar Improvements */
.navbar-brand {
    font-weight: 800;
}

.nav-link {
    font-weight: 600;
    color: #64748b !important;
    text-align: center;
    padding: 12px !important;
}

/* Header Action Layout */
.header-actions-mobile {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: white;
        padding: 20px;
        border-radius: 24px;
        margin-top: 15px;
        box-shadow: 0 15px 40px rgba(232, 132, 90, 0.15);
        border: 1px solid var(--accent-soft);
    }
    .navbar-nav {
        margin-bottom: 20px;
    }
}

/* Styles from header.blade.php and inline removals */
.bg-pink {
    background-color: var(--beauty-pink);
}

.dropdown-item.active {
    background-color: var(--beauty-pink) !important;
    color: white !important;
}

.navbar-toggler i {
    line-height: 1;
}

.navbar-btn {
    padding: 8px 16px !important;
    min-height: 40px !important;
    border-radius: 12px !important;
}

.brand-icon-container {
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.brand-icon-container .bi-heart-fill {
    font-size: 0.8rem;
}

.hero-img {
    max-width: 80%;
}

/* Hero phone mockup */
.hero-phone {
    background: #1a1a2e;
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.08);
    width: 260px;
    position: relative;
    margin-top: 20px;
}

.phone-notch {
    width: 80px;
    height: 22px;
    background: #1a1a2e;
    border-radius: 0 0 14px 14px;
    margin: 0 auto 6px;
    position: relative;
    z-index: 2;
}

.phone-screen {
    background: #f8f9fa;
    border-radius: 30px;
    padding: 14px 12px 10px;
    min-height: 480px;
    overflow: hidden;
}

.phone-avatar {
    width: 32px;
    height: 32px;
    background: var(--beauty-pink);
    flex-shrink: 0;
}

.phone-stat {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.phone-day {
    background: #fff;
    cursor: default;
    transition: background 0.15s;
}

.phone-day-active {
    background: var(--beauty-pink) !important;
    color: #fff !important;
}

.phone-day-active div {
    color: #fff !important;
    opacity: 1 !important;
}

.phone-day-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--beauty-pink);
    margin: 2px auto 0;
}

.phone-day-active .phone-day-dot {
    background: rgba(255,255,255,0.7);
}

.phone-appt-card {
    background: #fff;
    border-radius: 12px;
    padding: 8px 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.phone-appt-done {
    opacity: 0.7;
}

.phone-service-badge {
    background: #f0f0f0;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 9px;
    color: #555;
}

.phone-bottom-bar {
    padding: 8px 0 4px;
    display: flex;
    justify-content: center;
}

.phone-home-indicator {
    width: 80px;
    height: 4px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
}

@media (max-width: 991.98px) {
    .hero-phone {
        width: 230px;
    }

    .phone-screen {
        min-height: 420px;
        padding: 12px 10px 8px;
    }
}

.step-icon {
    width: 60px;
    height: 60px;
}

.pricing-card-featured {
    transform: scale(1.05);
    z-index: 1;
}

@media (max-width: 575.98px) {
    .brand-text {
        font-size: 1.1rem !important;
    }

    .navbar-btn {
        padding: 6px 10px !important;
        min-height: 34px !important;
        font-size: 0.8rem !important;
    }

    .nav-link {
        padding: 8px !important;
    }
}

@media (max-width: 380px) {
    .brand-text {
        display: none;
    }
}

/* Client booking demo */
.phone-service-card {
    background: #fff;
    border-radius: 12px;
    padding: 8px 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.phone-service-selected {
    border: 1.5px solid var(--beauty-pink);
    background: #fff5f8;
}

.phone-time-slot {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 4px 9px;
    font-size: 10px;
    font-weight: 600;
    color: #333;
}

.phone-time-slot-active {
    background: var(--beauty-pink);
    border-color: var(--beauty-pink);
    color: #fff;
}

.phone-time-slot-taken {
    opacity: 0.3;
    text-decoration: line-through;
}

.phone-book-btn {
    background: var(--beauty-pink);
    color: #fff;
    border-radius: 12px;
    padding: 9px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

/* Smaller phone variant for two-phone layouts */
.hero-phone--sm {
    width: 230px;
}
.hero-phone--sm .phone-screen {
    min-height: 420px;
    padding: 12px 10px 8px;
}
@media (max-width: 991.98px) {
    .hero-phone--sm {
        width: 190px;
    }
    .hero-phone--sm .phone-screen {
        min-height: 360px;
        padding: 10px 9px 7px;
    }
}

/* Client demo section - increased spacing between phones */
#client-demo .d-flex.gap-3 {
    gap: 2rem !important;
}
