body {
    background:
        radial-gradient(circle at top left, rgba(198, 169, 105, 0.18), transparent 28%),
        linear-gradient(180deg, #f8f4ee 0%, #f3efe8 45%, #f6f7f9 100%);
    color: #343a40;
    font-family: 'Segoe UI', sans-serif;
}

footer {
    background-color: #dee2e6;
    padding: 1rem 0;
    color: #495057;
}

.navbar-custom {
    background: linear-gradient(135deg, rgba(27, 38, 59, 0.97), rgba(65, 90, 119, 0.95));
    backdrop-filter: blur(10px);
}

    .navbar-custom .navbar-brand,
    .navbar-custom .nav-link,
    .navbar-custom .btn {
        color: #ecf0f1;
    }

    .navbar-custom .btn-outline-light:hover {
        background-color: #ecf0f1;
        color: #2c3e50;
    }

.brand-mark {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #f4dec1;
}

.navbar-role-badge {
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #f8f4ee;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 600;
}

.app-btn {
    border-width: 1px;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(18, 24, 31, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.app-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(18, 24, 31, 0.12);
}

.app-btn-primary {
    background: #1f2a36;
    border-color: #1f2a36;
    color: #fff;
}

.app-btn-primary:hover {
    background: #16202a;
    border-color: #16202a;
    color: #fff;
}

.app-btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.home-hero .app-btn-outline,
.service-card .app-btn-outline,
.py-4 .app-btn-outline,
.py-5 .app-btn-outline {
    border-color: rgba(31, 42, 54, 0.22);
    color: #1f2a36;
}

body .app-btn-outline {
    border-color: rgba(31, 42, 54, 0.32);
    color: #1f2a36;
    background: rgba(255, 255, 255, 0.72);
}

.app-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.home-hero .app-btn-outline:hover,
.service-card .app-btn-outline:hover,
.py-4 .app-btn-outline:hover,
.py-5 .app-btn-outline:hover {
    background: #1f2a36;
    border-color: #1f2a36;
    color: #fff;
}

body .app-btn-outline:focus,
body .app-btn-outline:active,
body .app-btn-outline:hover {
    background: #1f2a36;
    border-color: #1f2a36;
    color: #fff;
}

.app-btn-light {
    background: #f8f4ee;
    border-color: #f8f4ee;
    color: #1f2a36;
}

.app-btn-light:hover {
    background: #efe5d8;
    border-color: #efe5d8;
    color: #1f2a36;
}

.navbar-custom .app-btn-light,
.navbar-custom .app-btn-light:hover,
.navbar-custom .app-btn-light:focus,
.navbar-custom .app-btn-light:active {
    color: #1f2a36;
}

.app-btn-accent {
    background: #c6a969;
    border-color: #c6a969;
    color: #1f2a36;
}

.app-btn-accent:hover {
    background: #b99852;
    border-color: #b99852;
    color: #1f2a36;
}

.app-btn-nav {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #f8f4ee;
    backdrop-filter: blur(8px);
}

.app-btn-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.navbar-custom .app-btn-nav,
.navbar-custom .app-btn-nav:hover,
.navbar-custom .app-btn-nav:focus,
.navbar-custom .app-btn-nav:active {
    color: #f8f4ee;
}

.centered-form-container {
    min-height: calc(100vh - 100px); 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.centered-form-box {
    width: 100%;
    max-width: 460px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(31, 42, 54, 0.08);
}

.app-page {
    padding: 2rem 0;
}

.app-shell {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 1.75rem;
    box-shadow: 0 18px 40px rgba(31, 42, 54, 0.08);
}

.app-section-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 1.25rem;
}

.app-section-soft {
    background: rgba(31, 42, 54, 0.04);
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 1.25rem;
}

.app-page-title {
    color: #1f2a36;
    font-weight: 700;
}

.app-page-subtitle {
    color: #6c757d;
}

.app-form-label {
    color: #1f2a36;
    font-weight: 600;
}

.app-form-control,
.app-form-select {
    border: 1px solid rgba(44, 62, 80, 0.16);
    border-radius: 0.95rem;
    padding: 0.8rem 0.95rem;
    background-color: rgba(255, 255, 255, 0.96);
}

.app-form-control:focus,
.app-form-select:focus {
    border-color: rgba(198, 169, 105, 0.9);
    box-shadow: 0 0 0 0.2rem rgba(198, 169, 105, 0.18);
}

.app-list-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 1.35rem;
    box-shadow: 0 16px 35px rgba(31, 42, 54, 0.06);
}

.app-day-card {
    overflow: hidden;
}

.app-day-card-header {
    background: linear-gradient(135deg, #1f2a36, #415a77);
    color: #fff;
}

.app-inline-badge {
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(31, 42, 54, 0.08);
    color: #1f2a36;
    font-weight: 600;
}

.app-link {
    color: #1f2a36;
    font-weight: 600;
    text-decoration: none;
}

.app-link:hover {
    color: #c6a969;
}

.app-time-inputs {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.app-time-inputs .form-control {
    min-width: 140px;
}

.app-services-divider {
    border-top: 1px solid rgba(44, 62, 80, 0.08);
}

.text-bg-primary.app-inline-badge,
.badge.text-bg-primary.app-inline-badge {
    background-color: #1f2a36 !important;
    color: #fff !important;
}

.app-status-badge {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-weight: 600;
    border: 1px solid transparent;
}

.app-status-badge-available {
    background: rgba(71, 122, 93, 0.14);
    border-color: rgba(71, 122, 93, 0.24);
    color: #2d6a4f;
}

.app-status-badge-booked {
    background: rgba(184, 87, 69, 0.14);
    border-color: rgba(184, 87, 69, 0.24);
    color: #9f3f2d;
}

.app-status-badge-blocked {
    background: rgba(198, 169, 105, 0.18);
    border-color: rgba(198, 169, 105, 0.28);
    color: #7b5d1d;
}

#timeSlotsContainer > .btn,
#timeSlotsContainer .appointment-slot-button {
    border-width: 1px;
    border-radius: 1rem;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(18, 24, 31, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#timeSlotsContainer > .btn:hover,
#timeSlotsContainer .appointment-slot-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(18, 24, 31, 0.12);
}

#timeSlotsContainer > .btn.btn-outline-primary,
#timeSlotsContainer .appointment-slot-button.btn-outline-primary,
#timeSlotsContainer .appointment-slot-button.btn-outline-success {
    background: rgba(255, 255, 255, 0.78);
    color: #1f2a36;
    border-color: rgba(31, 42, 54, 0.28);
}

#timeSlotsContainer > .btn.btn-primary,
#timeSlotsContainer .appointment-slot-button.btn-primary {
    background: #1f2a36;
    border-color: #1f2a36;
    color: #fff;
}

#timeSlotsContainer .appointment-slot-button.btn-danger {
    background: #b85745;
    border-color: #b85745;
    color: #fff;
}

#timeSlotsContainer .appointment-slot-button.btn-warning {
    background: #c6a969;
    border-color: #c6a969;
    color: #1f2a36;
}

#timeSlotsContainer .appointment-slot-button.btn-secondary {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

#timeSlotsContainer .appointment-slot-button.active,
#timeSlotsContainer > .btn.btn-primary {
    box-shadow: 0 0 0 0.2rem rgba(198, 169, 105, 0.22), 0 16px 28px rgba(18, 24, 31, 0.14);
}

.home-hero {
    padding: 1.75rem 0 1rem;
}

.home-hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    opacity: 0.8;
    z-index: 0;
}

.home-hero-glow-primary {
    top: 2rem;
    right: 8%;
    width: 220px;
    height: 220px;
    background: rgba(198, 169, 105, 0.25);
}

.home-hero-glow-secondary {
    bottom: 3rem;
    left: -2rem;
    width: 180px;
    height: 180px;
    background: rgba(44, 62, 80, 0.12);
}

.home-hero > .row {
    position: relative;
    z-index: 1;
}

.hero-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(44, 62, 80, 0.08);
    color: #2c3e50;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-hero-title {
    max-width: 12ch;
    line-height: 1.05;
}

.home-hero-copy {
    max-width: 56ch;
}

.hero-metric-card {
    height: 100%;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
}

.hero-metric-card strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #1f2a36;
    font-size: 1.15rem;
}

.hero-metric-card span {
    color: #5c6570;
    font-size: 0.92rem;
}

.hero-showcase {
    position: relative;
    padding: 1.25rem;
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 2rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(247, 241, 230, 0.95));
}

.hero-showcase-top,
.hero-showcase-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: #1f2a36;
    color: #fff;
    font-weight: 600;
}

.hero-showcase-visual {
    position: relative;
    min-height: 320px;
    margin: 1rem 0;
}

.hero-showcase-visual.compact {
    min-height: 300px;
}

.showcase-photo-card {
    border-radius: 1.75rem;
    color: #fff;
    overflow: hidden;
}

.showcase-photo-main {
    position: relative;
    height: 100%;
    min-height: 300px;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background:
        linear-gradient(180deg, rgba(20, 26, 33, 0.12), rgba(20, 26, 33, 0.88)),
        linear-gradient(135deg, #415a77, #1b263b 55%, #c6a969 100%);
}

.showcase-photo-main h3 {
    font-size: 1.55rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.showcase-photo-main p {
    max-width: 34ch;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
}

.showcase-icon-wrap {
    width: 72px;
    height: 72px;
    margin-bottom: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    font-size: 2rem;
}

.showcase-floating-card {
    position: absolute;
    right: -0.75rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: #fff;
    color: #1f2a36;
    box-shadow: 0 18px 45px rgba(19, 26, 34, 0.14);
}

.showcase-floating-card i {
    font-size: 1.5rem;
    color: #c6a969;
}

.showcase-floating-card strong {
    display: block;
}

.showcase-floating-card p {
    color: #6c757d;
}

.showcase-check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #2c3e50;
    font-weight: 600;
}

.showcase-check i {
    color: #198754;
}

.service-card {
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 40px rgba(31, 42, 54, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(31, 42, 54, 0.12);
}

.service-card-media {
    height: 180px;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 1.5rem;
    color: #fff;
    font-size: 2.2rem;
}

.service-cut {
    background: linear-gradient(135deg, #283845, #4f6d7a 60%, #c6a969);
}

.service-beard {
    background: linear-gradient(135deg, #4a2f1f, #8c5e3c 60%, #d4b483);
}

.service-style {
    background: linear-gradient(135deg, #1f2a36, #546a7b 58%, #9db4c0);
}

.service-card-body {
    padding: 1.5rem;
}

.service-card-body h3 {
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
    font-weight: 700;
}

.service-card-body p {
    color: #5f6771;
    min-height: 54px;
}

.service-card-badge {
    display: inline-block;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #f0eadf;
    color: #6f5525;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-process-card {
    padding: 2rem;
    border: 1px solid rgba(44, 62, 80, 0.08);
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 239, 232, 0.95));
}

.process-step {
    padding: 1.4rem;
    border-radius: 1.3rem;
    background: #fff;
    border: 1px solid rgba(44, 62, 80, 0.08);
}

.process-step span {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: #c6a969;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.process-step h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.process-step p {
    margin-bottom: 0;
    color: #6c757d;
}

.home-cta-banner {
    padding: 2rem;
    border-radius: 2rem;
    background: linear-gradient(135deg, #d8c29a, #f0e5d2 55%, #e7edf2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border: 1px solid rgba(44, 62, 80, 0.08);
}

@media (max-width: 991.98px) {
    .home-hero-title {
        max-width: none;
        font-size: calc(1.7rem + 2.2vw);
    }

    .showcase-floating-card {
        right: 1rem;
        left: 1rem;
        bottom: 1rem;
    }

    .navbar-nav {
        padding-top: 1rem;
    }

    .app-page {
        padding: 1.5rem 0;
    }
}

@media (max-width: 575.98px) {
    .home-hero {
        padding-top: 1.25rem;
    }

    .hero-showcase,
    .home-cta-banner {
        border-radius: 1.4rem;
    }

    .service-card-media {
        height: 160px;
    }

    .hero-showcase-visual,
    .hero-showcase-visual.compact,
    .showcase-photo-main {
        min-height: 260px;
    }

    .showcase-floating-card {
        position: static;
        margin-top: 0.75rem;
    }
}

