:root {
    --primary-color: #9b4d62;
    --primary-dark: #3f2029;
    --primary-soft: #f6dde4;
    --accent-color: #b88a54;
    --accent-soft: #f5eadb;
    --sage-color: #627b6d;
    --ink-color: #27211f;
    --muted-color: #756c66;
    --light-bg: #fbf6f1;
    --warm-bg: #f6ede6;
    --surface-color: #fffdfb;
    --border-color: #eadad0;
    --admin-bg: #f5eee8;
    --success-color: #2f735a;
    --warning-color: #946510;
    --danger-color: #a23b4b;
    --info-color: #315f7e;
    --shadow: 0 22px 54px rgba(53, 36, 31, .12);
    --soft-shadow: 0 12px 30px rgba(53, 36, 31, .08);
}

* {
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(180deg, #fffdfb 0, var(--light-bg) 620px, #fffdfb 100%);
    color: var(--ink-color);
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    line-height: 1.65;
    overflow-x: hidden;
}

h1,
h2 {
    color: var(--primary-dark);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
}

h3,
h4,
h5,
h6 {
    color: var(--ink-color);
    font-weight: 850;
}

a {
    color: var(--primary-color);
}

a:hover {
    color: var(--primary-dark);
}

.container {
    --bs-gutter-x: 1.6rem;
}

.text-muted {
    color: var(--muted-color) !important;
}

.bg-soft {
    background: linear-gradient(180deg, #f8eee9, #fffdfb);
}

.section {
    padding: 48px 0;
}

.section-compact {
    padding: 20px 0 32px;
}

.section-heading {
    margin-bottom: 28px;
}

.section-heading span,
.page-header .eyebrow,
.mini-label,
.eyebrow {
    color: var(--accent-color);
    display: inline-block;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.section-heading h2 {
    color: var(--primary-dark);
    font-family: "Inter", "Segoe UI", system-ui, sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 900;
    line-height: 1.18;
    max-width: 780px;
}

.section-heading.text-center h2 {
    margin-left: auto;
    margin-right: auto;
}

.section-heading-narrow {
    max-width: 720px;
}

.btn {
    border-radius: 8px;
    font-weight: 850;
    min-height: 42px;
    padding: .68rem 1.12rem;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), #bd7082);
    border: 0;
    box-shadow: 0 15px 30px rgba(155, 77, 98, .24);
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #843b51, var(--primary-color));
    box-shadow: 0 18px 36px rgba(155, 77, 98, .28);
}

.btn-light {
    background: #fffdfb;
    border: 1px solid rgba(255, 255, 255, .72);
    color: var(--primary-dark);
    box-shadow: 0 14px 28px rgba(45, 31, 28, .14);
}

.btn-light:hover {
    background: #fff;
    color: var(--primary-color);
}

.btn-ghost-light {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .34);
    color: #fff;
}

.btn-ghost-light:hover {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.btn-outline-primary {
    border-color: rgba(155, 77, 98, .42);
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-outline-secondary {
    border-color: rgba(117, 108, 102, .32);
    color: #675c56;
}

.btn-outline-danger {
    border-color: rgba(162, 59, 75, .38);
    color: var(--danger-color);
}

.alert {
    border: 0;
    border-radius: 8px;
    box-shadow: var(--soft-shadow);
}

.alert-info {
    background: #eef6f4;
    color: #315f56;
}

.alert-success {
    background: #e7f4ed;
    color: var(--success-color);
}

.alert-danger {
    background: #fde7ea;
    color: var(--danger-color);
}

.app-navbar {
    backdrop-filter: blur(18px);
    background: rgba(255, 253, 251, .94) !important;
    border-bottom: 1px solid rgba(234, 218, 208, .9);
    box-shadow: 0 12px 30px rgba(53, 36, 31, .07);
    min-height: 76px;
}

.brand-lockup {
    align-items: center;
    display: inline-flex;
    gap: 12px;
}

.navbar-brand,
.brand-lockup span:last-child {
    color: var(--primary-dark);
}

.brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(155, 77, 98, .22);
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.navbar-toggler {
    border-color: rgba(155, 77, 98, .25);
    border-radius: 8px;
}

.nav-link {
    border-radius: 8px;
    color: var(--muted-color);
    font-weight: 850;
    padding: .55rem .86rem !important;
}

.nav-link.active,
.nav-link:hover {
    background: rgba(246, 221, 228, .74);
    color: var(--primary-dark) !important;
}

.hero-section,
.landing-hero,
.landing-hero-v2,
.salon-hero {
    align-items: stretch;
    background:
        linear-gradient(90deg, rgba(40, 21, 25, .88) 0%, rgba(81, 39, 49, .75) 46%, rgba(155, 77, 98, .18) 100%),
        url("https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=2100&q=88") center/cover !important;
    color: #fff;
    display: flex;
    min-height: calc(100vh - 76px);
    overflow: hidden;
    padding: 86px 0 104px;
    position: relative;
}

.hero-section::after,
.landing-hero::after,
.landing-hero-v2::after,
.salon-hero::after {
    background: linear-gradient(180deg, rgba(251, 246, 241, 0), var(--light-bg) 94%);
    bottom: -1px;
    content: "";
    height: 104px;
    left: 0;
    position: absolute;
    right: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.min-vh-hero {
    min-height: min(650px, calc(100vh - 130px));
}

.hero-section h1,
.landing-hero-v2 h1 {
    color: #fff;
    font-size: clamp(3.15rem, 6vw, 5.35rem) !important;
    line-height: .98;
    margin: 18px 0 18px;
    max-width: 780px;
    text-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.hero-lead {
    color: rgba(255, 255, 255, .9) !important;
    font-size: clamp(1.02rem, 1.6vw, 1.22rem) !important;
    line-height: 1.8;
    max-width: 670px;
    text-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.hero-eyebrow {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #fff;
    padding: .46rem .84rem;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hero-actions .btn {
    min-height: 50px;
    padding: .78rem 1.14rem;
}

.hero-trust {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
    max-width: 690px;
}

.hero-trust div {
    align-items: center;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 14px;
}

.hero-trust i {
    color: #f3d6b0;
    font-size: 1.25rem;
    grid-row: span 2;
}

.hero-trust strong,
.hero-trust span {
    display: block;
}

.hero-trust strong {
    color: #fff;
    font-size: 1.02rem;
    line-height: 1.2;
}

.hero-trust span {
    color: rgba(255, 255, 255, .76);
    font-size: .78rem;
    font-weight: 750;
}

.hero-visual-card {
    background: rgba(255, 253, 251, .16);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .22);
    margin-left: auto;
    max-width: 450px;
    padding: 12px;
}

.hero-visual-image {
    background:
        linear-gradient(180deg, rgba(63, 32, 41, .03), rgba(63, 32, 41, .2)),
        url("https://images.unsplash.com/photo-1522337660859-02fbefca4702?auto=format&fit=crop&w=1100&q=88") center/cover !important;
    border-radius: 8px;
    min-height: 340px;
}

.hero-visual-caption {
    align-items: center;
    background: var(--surface-color);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding: 16px;
}

.hero-visual-caption span {
    color: var(--accent-color);
    display: block;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-visual-caption strong {
    color: var(--primary-dark);
    display: block;
    font-size: 1rem;
    line-height: 1.35;
}

.hero-visual-caption i {
    align-items: center;
    background: rgba(246, 221, 228, .76);
    border-radius: 8px;
    color: var(--primary-color);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.landing-strip {
    margin-top: -56px;
    position: relative;
    z-index: 3;
}

.strip-grid {
    background: rgba(255, 253, 251, .98);
    border: 1px solid rgba(234, 218, 208, .96);
    border-radius: 8px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.strip-grid div {
    border-right: 1px solid var(--border-color);
    padding: 20px 22px;
}

.strip-grid div:last-child {
    border-right: 0;
}

.strip-grid span {
    color: var(--accent-color);
    display: block;
    font-size: .8rem;
    font-weight: 900;
    margin-bottom: 7px;
}

.strip-grid strong {
    color: var(--primary-dark);
    display: block;
    font-size: .98rem;
}

.services-section {
    padding-top: 78px;
}

.feature-card,
.service-card,
.app-card,
.stat-card,
.invoice-card,
.step-card,
.auth-card {
    background: rgba(255, 253, 251, .96);
    border: 1px solid rgba(234, 218, 208, .95);
    border-radius: 8px;
    box-shadow: var(--soft-shadow);
}

.feature-card,
.service-card,
.step-card,
.app-card,
.stat-card,
.invoice-card {
    padding: 24px;
}

.feature-card,
.service-card,
.step-card {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.feature-card:hover,
.service-card:hover,
.step-card:hover {
    border-color: rgba(155, 77, 98, .3);
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.why-section {
    background: linear-gradient(180deg, var(--light-bg), var(--surface-color));
    padding-top: 96px;
}

.feature-card {
    min-height: 230px;
    position: relative;
}

.feature-card::after {
    background: linear-gradient(135deg, rgba(184, 138, 84, .2), rgba(246, 221, 228, .18));
    content: "";
    height: 4px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: 0;
}

.feature-icon,
.stat-card i {
    align-items: center;
    background: rgba(246, 221, 228, .82);
    border-radius: 8px;
    color: var(--primary-color);
    display: inline-flex;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.feature-card h5,
.step-card h5 {
    color: var(--primary-dark);
}

.feature-card p,
.service-card p,
.step-card p {
    color: var(--muted-color);
}

.about-section {
    background: var(--surface-color);
    border-bottom: 1px solid rgba(234, 218, 208, .72);
    border-top: 1px solid rgba(234, 218, 208, .72);
}

.about-image {
    background:
        linear-gradient(180deg, rgba(63, 32, 41, .02), rgba(63, 32, 41, .16)),
        url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1150&q=88") center/cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
    min-height: 430px;
}

.about-section h2 {
    color: var(--primary-dark);
    font-family: "Inter", "Segoe UI", system-ui, sans-serif;
    font-size: clamp(2rem, 3.6vw, 2.5rem);
    font-weight: 900;
}

.about-section p {
    color: var(--muted-color);
    font-size: 1.04rem;
}

.about-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.about-list div {
    align-items: center;
    background: var(--light-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    padding: 13px 14px;
}

.about-list i {
    color: var(--accent-color);
    font-size: 1.12rem;
}

.about-list span {
    color: var(--ink-color);
    font-weight: 700;
}

.services-heading {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 36px;
}

.service-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.service-visual {
    align-items: flex-end;
    background-color: #eadad0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 8px;
    display: flex;
    height: 190px;
    justify-content: flex-start;
    margin: -8px -8px 18px;
    overflow: hidden;
    padding: 18px;
    position: relative;
}

.service-detail-visual,
.service-upload-preview {
    background-color: #eadad0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 8px;
    min-height: 240px;
}

.service-upload-preview {
    border: 1px solid var(--border-color);
    min-height: 180px;
    max-width: 360px;
}

/* === Detail Layanan: Section Titles === */
.detail-section-title {
    align-items: center;
    color: var(--ink-color);
    display: flex;
    font-size: 1.05rem;
    font-weight: 700;
    gap: 10px;
    margin-bottom: 12px;
}

/* === Detail Layanan: Sidebox (kolom samping dalam kartu) === */
.detail-sidebox {
    background: var(--light-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 18px;
}

.detail-sidebox .detail-section-title {
    font-size: 1rem;
}

/* === Detail Layanan: Compact Lists === */
.detail-list-tight {
    gap: 0;
}

.detail-list-tight li {
    padding: 6px 0;
    font-size: .9rem;
}

.detail-note-compact {
    padding: 12px 14px;
}

.detail-note-compact p {
    font-size: .88rem;
}

/* === Detail Layanan: Advantage List (compact, vertikal) === */
.advantage-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.advantage-item-sm {
    gap: 10px;
}

.advantage-item-sm .bi {
    height: 36px;
    width: 36px;
    font-size: 1rem;
}

.advantage-item-sm strong {
    font-size: .92rem;
}

.advantage-item-sm p {
    font-size: .82rem;
}

.detail-section-title .bi {
    color: var(--primary-color);
    font-size: 1.25rem;
}

/* === Detail Layanan: Benefit / Paket List === */
.detail-list {
    display: grid;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail-list li {
    align-items: flex-start;
    color: var(--muted-color);
    display: flex;
    gap: 10px;
    line-height: 1.55;
    padding: 8px 0;
}

.detail-list li + li {
    border-top: 1px solid var(--border-color);
}

.detail-list li > .bi {
    color: var(--primary-color);
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2px;
}

.detail-list-two-col {
    column-gap: 32px;
    row-gap: 0;
}

@media (min-width: 540px) {
    .detail-list-two-col {
        columns: 2;
    }
    .detail-list-two-col li {
        break-inside: avoid;
    }
    .detail-list-two-col li + li {
        border-top: none;
    }
}

/* === Detail Layanan: Treatment Steps === */
.treatment-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.treatment-step {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    padding-bottom: 14px;
    padding-left: 4px;
    position: relative;
}

.treatment-step:not(:last-child)::before {
    background: var(--border-color);
    bottom: 0;
    content: "";
    left: 19px;
    position: absolute;
    top: 38px;
    width: 2px;
}

.treatment-step .step-number {
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(53, 36, 31, .18);
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: .85rem;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    position: relative;
    width: 38px;
    z-index: 1;
}

.treatment-step .step-content {
    background: var(--light-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    flex: 1;
    padding: 14px 16px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.treatment-step .step-content:hover {
    box-shadow: 0 8px 20px rgba(53, 36, 31, .08);
    transform: translateY(-2px);
}

.treatment-step .step-header {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
}

.treatment-step .step-icon {
    align-items: center;
    background: rgba(184, 138, 84, .14);
    border-radius: 8px;
    color: var(--primary-color);
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.treatment-step .step-content strong {
    color: var(--ink-color);
    font-size: 1rem;
}

.treatment-step .step-content p {
    color: var(--muted-color);
    font-size: .92rem;
    line-height: 1.55;
    margin: 0;
}

/* === Detail Layanan: Catatan Box === */
.detail-note {
    align-items: flex-start;
    background: rgba(184, 138, 84, .08);
    border: 1px solid rgba(184, 138, 84, .25);
    border-left: 4px solid var(--accent-color);
    border-radius: 10px;
    display: flex;
    gap: 12px;
    padding: 14px 16px;
}

.detail-note .bi {
    color: var(--accent-color);
    flex-shrink: 0;
    font-size: 1.3rem;
}

.detail-note p {
    color: var(--ink-color);
    font-size: .92rem;
    line-height: 1.55;
    margin: 0;
}

/* === Detail Layanan: Keunggulan Grid === */
.advantage-grid {
    display: grid;
    gap: 16px;
}

@media (min-width: 540px) {
    .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.advantage-item {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.advantage-item .bi {
    align-items: center;
    background: rgba(184, 138, 84, .14);
    border-radius: 10px;
    color: var(--primary-color);
    display: flex;
    flex-shrink: 0;
    font-size: 1.15rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.advantage-item strong {
    color: var(--ink-color);
    display: block;
    font-size: .98rem;
    margin-bottom: 2px;
}

.advantage-item p {
    color: var(--muted-color);
    font-size: .88rem;
    line-height: 1.5;
    margin: 0;
}

/* === Detail Layanan: Sticky Sidebar === */
@media (min-width: 992px) {
    .booking-sidebar {
        position: sticky;
        top: 90px;
    }
}

.service-visual::before {
    background: linear-gradient(180deg, rgba(39, 33, 31, .02), rgba(39, 33, 31, .38));
    content: "";
    inset: 0;
    position: absolute;
}

.service-image-label {
    background: rgba(255, 253, 251, .94);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(53, 36, 31, .14);
    color: var(--primary-color);
    font-size: .74rem;
    font-weight: 900;
    max-width: 100%;
    overflow: hidden;
    padding: 7px 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

.service-image-spa {
    background-image:
        url("../images/services/Full body massage.jpeg") !important;
}

.service-image-massage {
    background-image:
        url("../images/services/Full body massage.jpeg") !important;
}

.service-image-facial {
    background-image:
        url("../images/services/Facial.jpeg") !important;
}

.service-image-totok {
    background-image:
        url("../images/services/Totok wajah.jpeg") !important;
}

.service-image-creambath {
    background-image:
        url("../images/services/Creambath.jpeg") !important;
}

.service-image-lulur {
    background-image:
        url("../images/services/Lulur.jpeg") !important;
}

.service-image-masker,
.service-image-default {
    background-image:
        url("../images/services/Masker Badan.jpeg") !important;
}

.service-card h4 {
    color: var(--primary-dark);
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 16px;
    min-height: 0;
}

.service-card p {
    flex: 1;
    font-size: .94rem;
    line-height: 1.65;
    margin-bottom: 0;
    min-height: 0;
}

.service-meta {
    align-items: center;
    color: var(--muted-color);
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.service-meta span {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.service-meta strong {
    color: var(--primary-dark);
    white-space: nowrap;
}

.badge {
    border-radius: 8px;
    font-weight: 850;
}

.badge-soft {
    background: rgba(184, 138, 84, .16);
    color: #775326;
}

.text-bg-light {
    background: rgba(246, 221, 228, .72) !important;
    color: var(--primary-dark) !important;
}

.process-section {
    background: var(--surface-color);
}

.process-section .step-card {
    min-height: 224px;
    position: relative;
}

.process-section .step-card::before {
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color), var(--sage-color));
    border-radius: 8px 8px 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.step-card strong {
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 18px;
    width: 44px;
}

.cta-band {
    background: var(--surface-color);
    padding-bottom: 86px;
}

.cta-inner,
.customer-welcome,
.admin-summary {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(63, 32, 41, .94), rgba(155, 77, 98, .82)),
        url("https://images.unsplash.com/photo-1600948836101-f9ffda59d250?auto=format&fit=crop&w=1500&q=88") center/cover;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    box-shadow: var(--shadow);
    color: #fff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 34px;
}

.cta-inner h2,
.customer-welcome h2,
.admin-summary h2 {
    color: #fff;
    font-family: "Inter", "Segoe UI", system-ui, sans-serif;
    font-weight: 900;
    margin: 8px 0;
}

.cta-inner .eyebrow,
.customer-welcome .eyebrow,
.admin-summary .eyebrow {
    color: #f4d4ad;
}

.cta-inner p,
.customer-welcome p,
.admin-summary p {
    color: rgba(255, 255, 255, .78);
}

.page-header {
    background:
        linear-gradient(105deg, rgba(255, 253, 251, .96), rgba(246, 221, 228, .76)),
        url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1500&q=84") center/cover;
    border-bottom: 1px solid rgba(234, 218, 208, .84);
    padding: 50px 0 30px; /* Merapatkan padding-bottom */
}

.page-header h1 {
    color: var(--primary-dark);
    font-size: clamp(2.4rem, 5vw, 3.3rem);
    line-height: 1.07;
}

.page-header p {
    color: var(--muted-color);
    font-size: 1.02rem;
    max-width: 720px;
}

.form-label {
    color: var(--ink-color);
    font-weight: 850;
}

.form-control,
.form-select {
    background-color: rgba(255, 253, 251, .96);
    border-color: var(--border-color);
    border-radius: 8px;
    min-height: 46px;
    padding: .76rem .92rem;
}

textarea.form-control {
    min-height: auto;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 .2rem rgba(155, 77, 98, .14);
}

.form-check-input {
    border-color: rgba(155, 77, 98, .35);
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.sticky-summary {
    position: sticky;
    top: 98px;
}

.sticky-summary h3,
.invoice-total strong {
    color: var(--primary-dark);
}

.table-responsive {
    border-radius: 8px;
}

.app-table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}

.app-table thead th {
    background: #f5ebe6;
    border-bottom: 0;
    color: var(--primary-dark);
    font-size: .77rem;
    font-weight: 900;
    padding: 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.app-table thead th:first-child {
    border-top-left-radius: 8px;
}

.app-table thead th:last-child {
    border-top-right-radius: 8px;
}

.app-table td,
.app-table th {
    padding: 1rem;
    vertical-align: middle;
}

.app-table tbody td {
    border-color: rgba(234, 218, 208, .82);
}

.app-table tbody tr:hover {
    background: rgba(251, 246, 241, .86);
}

.stat-card {
    min-height: 154px;
    overflow: hidden;
    position: relative;
}

.stat-card-compact {
    min-height: 132px;
}

.stat-card::after {
    background: linear-gradient(135deg, rgba(246, 221, 228, .55), transparent);
    content: "";
    height: 116px;
    position: absolute;
    right: -38px;
    top: -38px;
    transform: rotate(18deg);
    width: 116px;
}

.stat-card span {
    color: var(--muted-color);
    display: block;
    font-size: .9rem;
    font-weight: 850;
    margin-top: 10px;
}

.stat-card strong {
    color: var(--primary-dark);
    display: block;
    font-size: clamp(1.7rem, 3vw, 2.1rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.stat-card i {
    position: relative;
    z-index: 1;
}

.info-box {
    background: var(--light-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 12px 14px;
}

.info-box span {
    color: var(--muted-color);
    display: block;
    font-size: .8rem;
    margin-bottom: 2px;
}

.info-box strong {
    color: var(--ink-color);
    display: block;
    overflow-wrap: anywhere;
    white-space: pre-line;
}

.invoice-card {
    background: linear-gradient(180deg, rgba(251, 246, 241, .95), rgba(255, 253, 251, .98));
}

.invoice-total {
    align-items: center;
    border-top: 1px solid var(--border-color);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 20px;
}

.invoice-total strong {
    font-size: 1.65rem;
}

.payment-summary {
    border-top: 1px solid var(--border-color);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 14px;
}

.payment-summary div {
    background: var(--light-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px 12px;
}

.payment-summary span {
    color: var(--muted-color);
    display: block;
    font-size: .82rem;
    font-weight: 850;
    margin-bottom: 4px;
}

.payment-summary strong {
    color: var(--primary-dark);
    display: block;
    font-size: 1.05rem;
    overflow-wrap: anywhere;
}

.status-badge {
    border-radius: 8px;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 900;
    padding: .42rem .72rem;
    white-space: nowrap;
}

.status-menunggu_konfirmasi {
    background: #fff1c9;
    color: var(--warning-color);
}

.status-dikonfirmasi,
.status-tersedia,
.status-aktif {
    background: #ddf2e8;
    color: var(--success-color);
}

.status-diproses {
    background: #dfeeff;
    color: var(--info-color);
}

.status-selesai {
    background: #eee7ff;
    color: #5b438f;
}

.status-dibatalkan,
.status-nonaktif,
.status-tutup {
    background: #ffe0e3;
    color: var(--danger-color);
}

.status-penuh {
    background: #ffe7cc;
    color: #84470f;
}

.payment-belum_bayar {
    background: #fff1c9;
    color: var(--warning-color);
}

.payment-dp {
    background: #dfeeff;
    color: var(--info-color);
}

.payment-lunas {
    background: #ddf2e8;
    color: var(--success-color);
}

.empty-state {
    background: var(--surface-color);
    border: 1px dashed var(--border-color);
    border-radius: 8px;
    color: var(--muted-color);
    padding: 38px;
    text-align: center;
}

.auth-section {
    background:
        linear-gradient(135deg, rgba(255, 253, 251, .94), rgba(246, 221, 228, .72)),
        url("https://images.unsplash.com/photo-1600948836101-f9ffda59d250?auto=format&fit=crop&w=1700&q=86") center/cover;
    padding: 76px 0;
}

.auth-card {
    margin: 0 auto;
    max-width: 1120px;
    overflow: hidden;
}

.auth-copy {
    background:
        linear-gradient(130deg, rgba(63, 32, 41, .88), rgba(155, 77, 98, .72)),
        url("https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?auto=format&fit=crop&w=1050&q=86") center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 560px;
    padding: 52px;
}

.auth-copy h1,
.auth-copy p {
    color: #fff;
}

.auth-copy h1 {
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1.08;
}

.auth-highlights {
    display: grid;
    gap: 10px;
    margin: 24px 0;
}

.auth-highlights span {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    display: inline-flex;
    gap: 10px;
    padding: 10px 12px;
    width: fit-content;
}

.auth-form {
    padding: 48px;
}

.auth-form h3 {
    color: var(--primary-dark);
    margin-bottom: 24px;
}

.admin-body {
    background: #f4ede8;
}

.admin-shell {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    background:
        linear-gradient(180deg, rgba(44, 23, 29, .98), rgba(105, 52, 70, .96)),
        url("https://images.unsplash.com/photo-1600948836101-f9ffda59d250?auto=format&fit=crop&w=900&q=78") center/cover;
    color: #fff;
    flex: 0 0 284px;
    height: 100vh;
    padding: 28px 22px;
    position: sticky;
    top: 0;
}

.sidebar-brand {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 34px;
}

.sidebar-brand .brand-mark {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: none;
}

.sidebar-brand span {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
}

.sidebar-brand small {
    color: rgba(255, 255, 255, .68);
    display: block;
    font-size: .82rem;
    font-weight: 750;
}

.sidebar-nav {
    display: grid;
    gap: 9px;
}

.sidebar-nav a,
.sidebar-logout {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: rgba(255, 255, 255, .74);
    display: flex;
    font-weight: 850;
    gap: 10px;
    min-height: 48px;
    padding: 12px 14px;
    text-decoration: none;
    width: 100%;
}

.sidebar-nav a.active,
.sidebar-nav a:hover,
.sidebar-logout:hover {
    background: rgba(255, 255, 255, .16);
    box-shadow: inset 3px 0 0 #f1cfa8;
    color: #fff;
}

.sidebar-nav i {
    color: #f1cfa8;
}

.admin-content {
    background:
        radial-gradient(circle at top right, rgba(246, 221, 228, .58), transparent 34rem),
        linear-gradient(180deg, #f4ede8, #fffdfb);
    flex: 1;
    min-width: 0;
    padding: 30px;
}

.admin-topbar {
    align-items: center;
    background: rgba(255, 253, 251, .92);
    border: 1px solid rgba(234, 218, 208, .92);
    border-radius: 8px;
    box-shadow: var(--soft-shadow);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 18px 20px;
}

.admin-topbar p {
    font-weight: 750;
}

.admin-topbar h1 {
    color: var(--primary-dark);
    font-family: "Inter", "Segoe UI", system-ui, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0;
}

.admin-topbar-actions {
    align-items: center;
    display: flex;
    gap: 12px;
}

.admin-date {
    color: var(--muted-color);
    font-weight: 800;
}

.admin-summary {
    min-height: 188px;
}

.admin-summary-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.quick-action {
    background: rgba(255, 253, 251, .96);
    border: 1px solid rgba(234, 218, 208, .95);
    border-radius: 8px;
    box-shadow: var(--soft-shadow);
    color: var(--ink-color);
    display: grid;
    gap: 9px;
    padding: 20px;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.quick-action:hover {
    border-color: rgba(155, 77, 98, .34);
    box-shadow: var(--shadow);
    color: var(--ink-color);
    transform: translateY(-3px);
}

.quick-action span {
    align-items: center;
    background: rgba(246, 221, 228, .82);
    border-radius: 8px;
    color: var(--primary-color);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.quick-action strong {
    color: var(--primary-dark);
    font-size: 1.02rem;
}

.quick-action small {
    color: var(--muted-color);
    font-weight: 650;
    line-height: 1.5;
}

.revenue-card {
    background:
        linear-gradient(135deg, rgba(63, 32, 41, .96), rgba(155, 77, 98, .86)),
        url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1200&q=84") center/cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
    color: #fff;
    padding: 28px;
}

.revenue-card .eyebrow {
    color: #f4d4ad;
}

.revenue-card h2 {
    color: #fff;
    font-family: "Inter", "Segoe UI", system-ui, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 950;
    margin: 12px 0 22px;
}

.revenue-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.revenue-meta span {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: rgba(255, 255, 255, .86);
    font-weight: 800;
    padding: 8px 12px;
}

.top-service-card .info-box {
    background: linear-gradient(180deg, #fffaf7, #fbf4ef);
}

.status-filter {
    background: #f8eee9;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px;
}

.status-filter a {
    border-radius: 8px;
    color: var(--muted-color);
    font-size: .82rem;
    font-weight: 850;
    padding: 8px 10px;
    text-decoration: none;
}

.status-filter small {
    color: var(--accent-color);
    font-size: .72rem;
    font-weight: 900;
    margin-left: 4px;
}

.status-filter a.active,
.status-filter a:hover {
    background: #fffdfb;
    box-shadow: 0 8px 18px rgba(53, 36, 31, .08);
    color: var(--primary-dark);
}

.filter-bar {
    align-items: end;
    background: #fffaf7;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(170px, .8fr)) auto;
    padding: 14px;
}

.filter-bar .form-label {
    font-size: .82rem;
    margin-bottom: 6px;
}

.filter-actions {
    display: flex;
    gap: 8px;
}

.inline-search {
    display: flex;
    gap: 8px;
    max-width: 540px;
    width: 100%;
}

.inline-search .form-control {
    flex: 1;
}

.status-overview {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.status-overview-item {
    background: var(--light-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--ink-color);
    display: grid;
    gap: 6px;
    padding: 15px 12px;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.status-overview-item:hover {
    border-color: rgba(155, 77, 98, .32);
    box-shadow: var(--soft-shadow);
    color: var(--ink-color);
    transform: translateY(-2px);
}

.status-overview-item i {
    color: var(--primary-color);
    font-size: 1.25rem;
}

.status-overview-item span {
    color: var(--muted-color);
    font-size: .8rem;
    font-weight: 850;
}

.status-overview-item strong {
    color: var(--primary-dark);
    font-size: 1.45rem;
    line-height: 1;
}

.operator-list {
    display: grid;
    gap: 10px;
}

.operator-list a {
    align-items: center;
    background: linear-gradient(180deg, #fffaf7, #fbf4ef);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--ink-color);
    display: flex;
    justify-content: space-between;
    padding: 14px;
    text-decoration: none;
}

.operator-list span {
    align-items: center;
    display: inline-flex;
    font-weight: 850;
    gap: 9px;
}

.operator-list i {
    color: var(--primary-color);
}

.operator-list strong {
    color: var(--primary-dark);
    font-size: 1.3rem;
}

.customer-profile {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: center;
}

.customer-avatar {
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 950;
    height: 66px;
    justify-content: center;
    margin-bottom: 12px;
    width: 66px;
}

.customer-profile h4 {
    margin-bottom: 3px;
}

.customer-profile span {
    color: var(--muted-color);
    font-weight: 800;
}

.pagination {
    --bs-pagination-active-bg: var(--primary-color);
    --bs-pagination-active-border-color: var(--primary-color);
    --bs-pagination-border-color: var(--border-color);
    --bs-pagination-border-radius: 8px;
    --bs-pagination-color: var(--primary-color);
    --bs-pagination-focus-box-shadow: 0 0 0 .2rem rgba(155, 77, 98, .14);
    margin-bottom: 0;
}

.footer {
    background: linear-gradient(135deg, var(--primary-dark), #784054);
    color: #fff;
    margin-top: 0 !important;
}

.footer p {
    color: rgba(255, 255, 255, .75);
}

.footer-brand {
    color: #fff;
}

.footer h6 {
    color: #fff;
}

.footer-links {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
}

.footer-links a {
    color: rgba(255, 255, 255, .84);
    font-weight: 800;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.floating-whatsapp {
    align-items: center;
    background: #128c7e;
    border-radius: 999px;
    bottom: 22px;
    box-shadow: 0 18px 38px rgba(18, 140, 126, .28);
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    gap: 9px;
    min-height: 52px;
    padding: 12px 16px;
    position: fixed;
    right: 22px;
    text-decoration: none;
    z-index: 20;
}

.floating-whatsapp:hover {
    background: #0f766c;
    color: #fff;
}

.print-body {
    background: #fff;
}

.print-wrapper {
    margin: 24px auto;
    max-width: 1180px;
    padding: 0 18px;
}

.print-header {
    border-bottom: 2px solid #111;
    margin-bottom: 18px;
    padding-bottom: 16px;
    text-align: center;
}

.print-table {
    font-size: .86rem;
}

@media (max-width: 991.98px) {
    .hero-section,
    .landing-hero,
    .landing-hero-v2,
    .salon-hero {
        min-height: auto;
        padding: 70px 0 86px;
    }

    .min-vh-hero {
        min-height: auto;
    }

    .landing-strip {
        margin-top: 0;
        padding-top: 22px;
    }

    .strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .strip-grid div:nth-child(2) {
        border-right: 0;
    }

    .strip-grid div:nth-child(-n+2) {
        border-bottom: 1px solid var(--border-color);
    }

    .services-heading,
    .cta-inner,
    .customer-welcome,
    .admin-summary,
    .admin-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .sticky-summary {
        position: static;
    }

    .admin-shell {
        display: block;
    }

    .sidebar {
        height: auto;
        position: static;
    }

    .sidebar-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .filter-bar,
    .payment-summary,
    .status-overview {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575.98px) {
    .app-navbar {
        min-height: 68px;
    }

    .brand-lockup span:last-child {
        line-height: 1.15;
        max-width: 210px;
        white-space: normal;
    }

    .hero-section,
    .landing-hero,
    .landing-hero-v2,
    .salon-hero,
    .section,
    .auth-section {
        padding: 48px 0;
    }

    .hero-section h1,
    .landing-hero-v2 h1 {
        font-size: 2.72rem !important;
    }

    .hero-actions {
        display: grid;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-trust {
        grid-template-columns: 1fr;
    }

    .strip-grid {
        grid-template-columns: 1fr;
    }

    .strip-grid div {
        border-bottom: 1px solid var(--border-color);
        border-right: 0;
    }

    .strip-grid div:last-child {
        border-bottom: 0;
    }

    .auth-copy,
    .auth-form,
    .app-card,
    .invoice-card,
    .feature-card,
    .service-card,
    .step-card,
    .customer-welcome,
    .admin-summary,
    .cta-inner {
        padding: 22px;
    }

    .auth-copy {
        min-height: auto;
    }

    .service-meta,
    .invoice-total {
        align-items: flex-start;
        flex-direction: column;
    }

    .sidebar-nav {
        grid-template-columns: 1fr;
    }

    .filter-bar,
    .payment-summary,
    .status-overview {
        grid-template-columns: 1fr;
    }

    .filter-actions,
    .inline-search {
        flex-direction: column;
    }

    .admin-content {
        padding: 18px;
    }

    .admin-topbar-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-links {
        justify-content: flex-start;
    }

    .floating-whatsapp span {
        display: none;
    }

    .floating-whatsapp {
        height: 52px;
        justify-content: center;
        padding: 0;
        width: 52px;
    }
}

@media print {
    .no-print,
    .floating-whatsapp {
        display: none !important;
    }

    .print-wrapper {
        margin: 0;
        max-width: none;
        padding: 0;
    }

    .print-table {
        font-size: 11px;
    }
}

/* ============================================================
   ENHANCEMENT: Trust / Why-Us Section
   ============================================================ */
.trust-section {
    background: linear-gradient(180deg, #fffdfb, var(--light-bg));
}

.feature-card {
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
    height: 100%;
    overflow: hidden;
    padding: 28px 24px;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card::before {
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 16px 16px 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.feature-card:hover {
    box-shadow: 0 26px 50px rgba(53, 36, 31, .14);
    transform: translateY(-6px);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    align-items: center;
    background: linear-gradient(135deg, var(--primary-soft), var(--accent-soft));
    border-radius: 14px;
    color: var(--primary-color);
    display: inline-flex;
    font-size: 1.7rem;
    height: 60px;
    justify-content: center;
    margin-bottom: 18px;
    width: 60px;
}

.feature-card h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.feature-card p {
    color: var(--muted-color);
    font-size: .92rem;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   ENHANCEMENT: How To Order (3 Steps)
   ============================================================ */
.howto-section {
    background: var(--warm-bg);
}

.howto-step {
    background: var(--surface-color);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
    height: 100%;
    padding: 30px 24px;
    position: relative;
    text-align: center;
    transition: transform .25s ease;
}

.howto-step:hover {
    transform: translateY(-4px);
}

.howto-step-num {
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(155, 77, 98, .28);
    color: #fff;
    display: inline-flex;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 800;
    height: 56px;
    justify-content: center;
    margin-bottom: 16px;
    width: 56px;
}

.howto-step h5 {
    margin-bottom: 8px;
}

.howto-step p {
    color: var(--muted-color);
    font-size: .92rem;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   ENHANCEMENT: Testimonials
   ============================================================ */
.testimonial-card {
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: var(--soft-shadow);
    height: 100%;
    padding: 26px 24px;
    position: relative;
}

.testimonial-card::before {
    color: var(--primary-soft);
    content: "\201C";
    font-family: "Playfair Display", Georgia, serif;
    font-size: 4.5rem;
    line-height: .6;
    position: absolute;
    right: 22px;
    top: 26px;
}

.testimonial-stars {
    color: #e0a106;
    margin-bottom: 12px;
}

.testimonial-text {
    color: var(--ink-color);
    font-size: .98rem;
    font-style: italic;
    line-height: 1.65;
    margin-bottom: 18px;
}

.testimonial-author {
    align-items: center;
    display: flex;
    gap: 12px;
}

.testimonial-avatar {
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.testimonial-author strong {
    color: var(--primary-dark);
    display: block;
    font-size: .95rem;
}

.testimonial-author span {
    color: var(--muted-color);
    font-size: .82rem;
}

/* ============================================================
   ENHANCEMENT: Payment Card (Checkout)
   ============================================================ */
.payment-card-modern {
    border: 1px solid var(--border-color);
    box-shadow: var(--soft-shadow);
    overflow: hidden;
}

.payment-secure-badge {
    align-items: center;
    background: rgba(47, 115, 90, .1);
    border: 1px solid rgba(47, 115, 90, .25);
    border-radius: 10px;
    color: var(--success-color);
    display: flex;
    font-size: .8rem;
    font-weight: 600;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 12px;
}

.payment-amount {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    border-radius: 12px;
    color: #fff;
    margin-bottom: 14px;
    padding: 16px 18px;
    text-align: center;
}

.payment-amount span {
    color: rgba(255, 253, 251, .82);
    display: block;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.payment-amount strong {
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
}

.payment-methods {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 14px;
}

.payment-method-chip {
    align-items: center;
    background: var(--light-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--muted-color);
    display: flex;
    font-size: .78rem;
    font-weight: 600;
    gap: 6px;
    padding: 8px 10px;
    text-align: left;
}

.payment-method-chip i {
    color: var(--primary-color);
    font-size: 1.1rem;
}

.payment-methods-label {
    color: var(--muted-color);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.payment-success-box {
    align-items: center;
    background: linear-gradient(135deg, rgba(47, 115, 90, .12), rgba(47, 115, 90, .05));
    border: 1px solid rgba(47, 115, 90, .3);
    border-radius: 14px;
    color: var(--success-color);
    display: flex;
    gap: 14px;
    padding: 18px;
}

.payment-success-box i {
    font-size: 2.2rem;
    flex-shrink: 0;
}

.payment-success-box strong {
    color: var(--success-color);
    display: block;
    font-size: 1.05rem;
}

.payment-success-box span {
    color: var(--ink-color);
    font-size: .88rem;
}

.status-progress {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.status-progress-item {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--muted-color);
    display: flex;
    gap: 8px;
    min-height: 44px;
    padding: 8px 10px;
}

.status-progress-item span {
    align-items: center;
    background: var(--light-bg);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 24px;
    font-size: .78rem;
    font-weight: 800;
    height: 24px;
    justify-content: center;
}

.status-progress-item strong {
    font-size: .82rem;
}

.status-progress-item.is-done {
    border-color: rgba(47, 115, 90, .28);
    color: var(--success-color);
}

.status-progress-item.is-done span {
    background: rgba(47, 115, 90, .12);
}

.status-progress-item.is-active {
    box-shadow: 0 10px 24px rgba(47, 115, 90, .12);
}

.status-progress-item.is-cancelled {
    border-color: rgba(190, 62, 62, .28);
    color: var(--danger-color);
    grid-column: 1 / -1;
}

.status-progress-item.is-cancelled span {
    background: rgba(190, 62, 62, .12);
}

.notification-list {
    display: grid;
    gap: 10px;
}

.notification-item {
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--ink-color);
    display: flex;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
}

.notification-item:hover {
    border-color: rgba(137, 85, 68, .35);
    color: var(--ink-color);
}

.notification-item > span {
    align-items: center;
    background: var(--light-bg);
    border-radius: 999px;
    color: var(--primary-color);
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
}

.notification-item strong,
.notification-item small {
    display: block;
}

.notification-item small {
    color: var(--muted-color);
    margin-top: 2px;
}

.notification-item.is-unread {
    background: rgba(137, 85, 68, .06);
    border-color: rgba(137, 85, 68, .22);
}

.report-chart {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 220px;
}

.report-chart-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-chart-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 220px;
    justify-content: end;
}

.report-chart-bar {
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(137, 85, 68, .82), rgba(137, 85, 68, .48));
    border-radius: 8px 8px 4px 4px;
    display: flex;
    justify-content: center;
    min-height: 28px;
    width: 100%;
}

.report-chart-bar span {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    color: var(--ink-color);
    font-size: .78rem;
    font-weight: 800;
    margin-top: -12px;
    padding: 2px 8px;
}

.report-chart-bar.payment-belum_bayar {
    background: linear-gradient(180deg, rgba(186, 140, 74, .82), rgba(186, 140, 74, .45));
}

.report-chart-bar.payment-dp {
    background: linear-gradient(180deg, rgba(54, 113, 142, .82), rgba(54, 113, 142, .45));
}

.report-chart-bar.payment-lunas {
    background: linear-gradient(180deg, rgba(47, 115, 90, .82), rgba(47, 115, 90, .45));
}

.report-chart-item strong {
    color: var(--muted-color);
    font-size: .78rem;
    text-align: center;
}

/* ============================================================
   ENHANCEMENT: Inline Toast (replace alert)
   ============================================================ */
.toast-inline {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-color);
    border-left: 4px solid var(--danger-color);
    border-radius: 12px;
    box-shadow: var(--shadow);
    color: var(--ink-color);
    display: flex;
    font-size: .92rem;
    gap: 12px;
    max-width: 380px;
    padding: 14px 18px;
    position: fixed;
    right: 20px;
    top: 90px;
    transform: translateX(120%);
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
    z-index: 1080;
}

.toast-inline.show {
    transform: translateX(0);
}

.toast-inline i {
    color: var(--danger-color);
    font-size: 1.3rem;
    flex-shrink: 0;
}

/* ============================================================
   ENHANCEMENT: Service Card polish
   ============================================================ */
.service-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover {
    box-shadow: 0 26px 50px rgba(53, 36, 31, .15);
    transform: translateY(-6px);
}

/* ============================================================
   ENHANCEMENT: Navbar micro-interaction
   ============================================================ */
.app-navbar {
    box-shadow: 0 4px 24px rgba(53, 36, 31, .06);
}

.app-navbar .nav-link {
    border-radius: 8px;
    padding: 8px 14px !important;
    transition: background-color .2s ease, color .2s ease;
}

.app-navbar .nav-link:hover {
    background: var(--light-bg);
    color: var(--primary-color) !important;
}

.app-navbar .nav-link.active {
    color: var(--primary-color) !important;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .status-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-chart,
    .report-chart-compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .report-chart-item {
        height: 180px;
    }
}
