/* ═══════════════════════════════════════════════════════════════
   BEAUTY SALON — Main Stylesheet
   Uses only system-safe fonts + Google Fonts loaded in <head>
═══════════════════════════════════════════════════════════════ */

:root {
    --pink:        #c9184a;
    --pink-dark:   #a4133c;
    --pink-deep:   #800f2f;
    --gold:        #e9c46a;
    --gold-dark:   #d4a030;
    --dark:        #1c1c1c;
    --charcoal:    #2c2c2c;
    --gray:        #888;
    --light:       #faf8f9;
    --white:       #fff;
    --border:      #eedde3;
    --shadow:      0 4px 28px rgba(201,24,74,.09);
    --shadow-lg:   0 16px 56px rgba(201,24,74,.16);
    --r:           14px;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Poppins', sans-serif;
    background: var(--light);
    color: var(--dark);
    font-size: 15px;
    line-height: 1.7;
    overflow-x: hidden;
}

/* ── UTILITY ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ══════════════════════════════
   NAV
══════════════════════════════ */
.nav {
    position: sticky; top: 0; z-index: 500;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 2px 18px rgba(0,0,0,.05);
    height: 70px; display: flex; align-items: center;
    padding: 0 40px;
    justify-content: space-between;
}

.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-img { height: 44px; width: auto; object-fit: contain; }

.nav-logo-text { line-height: 1.15; }
.nav-logo-text .brand-name {
    display: block; font-family: 'Playfair Display', serif;
    font-size: 20px; font-weight: 700; color: var(--pink);
    letter-spacing: .02em;
}
.nav-logo-text .brand-tag {
    display: block; font-size: 10px; font-weight: 500;
    letter-spacing: .18em; text-transform: uppercase; color: var(--gray);
}

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
    font-size: 13.5px; font-weight: 500; color: var(--charcoal);
    text-decoration: none; padding: 8px 15px; border-radius: 8px;
    transition: all .2s; letter-spacing: .01em;
}
.nav-links a:hover { color: var(--pink); background: rgba(201,24,74,.06); }
.nav-book {
    background: var(--pink) !important; color: var(--white) !important;
    font-weight: 700 !important; padding: 9px 22px !important;
    border-radius: 50px !important; font-size: 13px !important;
    letter-spacing: .06em !important; text-transform: uppercase !important;
    transition: all .25s !important; margin-left: 6px !important;
}
.nav-book:hover {
    background: var(--pink-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(201,24,74,.38) !important;
}

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero {
    background: var(--white);
    min-height: calc(100vh - 70px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Right crimson blob — exact match to screenshots */
.hero-blob {
    position: absolute;
    right: 0; top: 0;
    width: 56%;
    height: 100%;
    background: radial-gradient(ellipse at 65% 45%, #c9184a 0%, #a4133c 50%, #6a0828 100%);
    border-radius: 56% 0 0 48% / 50% 0 0 50%;
    z-index: 0;
}
.hero-blob::after {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.1) 0%, transparent 55%);
    border-radius: inherit;
}

/* Decorative face silhouette overlay */
.hero-silhouette {
    position: absolute; right: 0; top: 0; bottom: 0;
    width: 56%; display: flex; align-items: center; justify-content: flex-end;
    z-index: 1; pointer-events: none; overflow: hidden;
}

.hero-left {
    position: relative; z-index: 2;
    padding: 80px 60px 80px 72px;
}

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201,24,74,.09); border: 1px solid rgba(201,24,74,.2);
    color: var(--pink); font-size: 11px; font-weight: 700;
    letter-spacing: .15em; text-transform: uppercase;
    padding: 6px 14px; border-radius: 50px; margin-bottom: 24px;
}
.hero-eyebrow::before {
    content: ''; width: 6px; height: 6px;
    background: var(--pink); border-radius: 50%;
}

.hero-left h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(54px, 5.5vw, 78px);
    font-weight: 700; line-height: 1.05;
    color: var(--dark); margin-bottom: 18px;
    letter-spacing: -.02em;
}
.hero-left h1 em {
    font-style: italic; color: var(--pink);
    display: block;
}

.hero-left p {
    font-size: 16px; color: var(--gray);
    max-width: 400px; margin-bottom: 40px;
    font-weight: 300; line-height: 1.75;
}

/* Booking widget inside hero */
.hero-form {
    background: var(--white);
    border-radius: 20px;
    padding: 28px 30px 32px;
    box-shadow: 0 24px 72px rgba(0,0,0,.13);
    max-width: 420px;
    position: relative; z-index: 2;
}
.hero-form-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px; font-weight: 700;
    margin-bottom: 20px; color: var(--dark);
}

.hf-label {
    display: block; font-size: 10.5px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .12em;
    color: var(--gray); margin-bottom: 6px;
}
.hf-select, .hf-input {
    width: 100%; padding: 12px 16px;
    border: 1.5px solid var(--border); border-radius: 10px;
    font-family: 'Poppins', sans-serif; font-size: 14px;
    color: var(--dark); background: #fdf5f7;
    appearance: none; transition: border-color .2s;
    margin-bottom: 14px;
}
.hf-select:focus, .hf-input:focus { outline: none; border-color: var(--pink); background: var(--white); }

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

.hero-cta {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; padding: 15px 24px; margin-top: 8px;
    background: var(--dark); color: var(--white);
    border: none; border-radius: 12px; cursor: pointer;
    font-family: 'Poppins', sans-serif; font-size: 15px;
    font-weight: 600; letter-spacing: .04em;
    transition: all .25s; text-decoration: none;
}
.hero-cta:hover {
    background: var(--pink);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(201,24,74,.35);
}
.hero-cta svg { flex-shrink: 0; }

/* Hero right — theme image area */
.hero-right {
    position: relative; z-index: 2;
    display: flex; align-items: center; justify-content: center;
    padding: 40px;
    min-height: calc(100vh - 70px);
}

.hero-img-wrap {
    position: relative; width: 100%; max-width: 500px;
}
.hero-img-wrap img {
    width: 100%; height: 540px;
    object-fit: cover; border-radius: 24px;
    box-shadow: -20px 20px 60px rgba(0,0,0,.25);
}
.hero-img-placeholder {
    width: 100%; height: 540px; border-radius: 24px;
    background: rgba(255,255,255,.12);
    border: 2px dashed rgba(255,255,255,.3);
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; color: rgba(255,255,255,.6);
    font-size: 14px; gap: 12px;
}
.hero-img-placeholder svg { opacity: .5; }

/* Stats row inside hero */
.hero-stats {
    position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 1px; background: var(--border);
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    white-space: nowrap;
}
.hero-stat {
    background: var(--white); padding: 16px 28px; text-align: center;
    flex: 1;
}
.hero-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 26px; font-weight: 700; color: var(--pink); display: block;
}
.hero-stat-label { font-size: 11px; color: var(--gray); font-weight: 500; }

/* ══════════════════════════════
   SERVICES SECTION
══════════════════════════════ */
.services-section { padding: 110px 0 90px; background: var(--white); }

.section-head { text-align: center; margin-bottom: 60px; }
.section-tag {
    display: inline-block; font-size: 11px; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; color: var(--pink);
    margin-bottom: 12px;
}
.section-head h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 3.5vw, 50px); font-weight: 700;
    color: var(--dark); line-height: 1.1; margin-bottom: 14px;
}
.section-head p { color: var(--gray); font-size: 15.5px; font-weight: 300; max-width: 480px; margin: 0 auto; }
.section-rule {
    width: 56px; height: 3px; margin: 18px auto 0;
    background: linear-gradient(90deg, var(--gold), var(--pink));
    border-radius: 3px;
}

.service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }

.service-card {
    border-radius: var(--r); overflow: hidden; background: var(--white);
    border: 1px solid var(--border); box-shadow: var(--shadow);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    text-decoration: none; color: inherit; display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(201,24,74,.25); }

.sc-img {
    height: 210px; overflow: hidden; position: relative;
    background: linear-gradient(135deg, var(--pink), var(--pink-deep));
    display: flex; align-items: center; justify-content: center; font-size: 52px;
}
.sc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .sc-img img { transform: scale(1.07); }
.sc-badge {
    position: absolute; top: 14px; right: 14px;
    background: rgba(255,255,255,.95); color: var(--pink);
    font-size: 12px; font-weight: 700; padding: 4px 12px;
    border-radius: 50px; letter-spacing: .04em;
}

.sc-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.sc-name {
    font-family: 'Playfair Display', serif;
    font-size: 21px; font-weight: 700; margin-bottom: 14px; color: var(--dark);
}
.sc-meta { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.sc-meta-row { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--gray); }
.sc-meta-row svg { color: var(--pink); flex-shrink: 0; }
.sc-meta-row strong { color: var(--dark); font-weight: 600; }
.sc-desc { font-size: 13px; color: var(--gray); line-height: 1.65; margin-bottom: 20px; flex: 1; }
.sc-btn {
    display: block; text-align: center; padding: 13px;
    background: var(--dark); color: var(--white); border-radius: 10px;
    font-size: 13px; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; text-decoration: none; transition: all .22s;
    border: none; cursor: pointer; font-family: 'Poppins', sans-serif; width: 100%;
}
.sc-btn:hover { background: var(--pink); color: var(--white); box-shadow: 0 6px 22px rgba(201,24,74,.3); }

/* ══════════════════════════════
   CLOSED BANNER
══════════════════════════════ */
.closed-banner {
    background: #fff3e0; border-bottom: 1px solid #ffe082;
    color: #b45309; padding: 14px 28px;
    text-align: center; font-weight: 600; font-size: 14px;
}
.closed-box {
    text-align: center; padding: 64px 24px; color: var(--gray);
}
.closed-box svg { opacity: .3; margin-bottom: 16px; }
.closed-box h3 { font-size: 20px; color: var(--dark); margin-bottom: 8px; }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
.footer {
    background: var(--dark);
    color: rgba(255,255,255,.45);
    padding: 48px 40px 32px;
}
.footer-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px; margin-bottom: 36px;
}
.footer-brand .brand-name { color: var(--white); font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; margin-bottom: 10px; display: block; }
.footer-brand p { font-size: 13.5px; line-height: 1.75; max-width: 280px; }
.footer-col h4 { color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col a { display: block; color: rgba(255,255,255,.45); font-size: 13.5px; text-decoration: none; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; text-align: center; font-size: 13px; }
.footer-bottom a { color: var(--gold); text-decoration: none; }

/* ══════════════════════════════
   BOOKING / INNER PAGES
══════════════════════════════ */
.page-hero {
    background: linear-gradient(135deg, var(--pink) 0%, var(--pink-deep) 100%);
    padding: 56px 40px; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
    content: ''; position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='2' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E");
}
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: var(--white); position: relative; z-index: 1; margin-bottom: 8px; }
.page-hero p { color: rgba(255,255,255,.78); font-size: 16px; font-weight: 300; position: relative; z-index: 1; }

.main { max-width: 1000px; margin: 0 auto; padding: 56px 24px 80px; }
.main-wide { max-width: 1200px; margin: 0 auto; padding: 56px 24px 80px; }

/* ══════════════════════════════
   GALLERY PAGE
══════════════════════════════ */
.gallery-hero {
    background: linear-gradient(135deg, var(--pink-deep) 0%, #2c0a18 100%);
    padding: 80px 40px; text-align: center; position: relative; overflow: hidden;
}
.gallery-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(201,24,74,.4) 0%, transparent 65%);
}
.gallery-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(38px, 4vw, 58px); font-weight: 700; color: var(--white); position: relative; z-index: 1; margin-bottom: 12px; }
.gallery-hero p { color: rgba(255,255,255,.7); font-size: 16px; font-weight: 300; position: relative; z-index: 1; max-width: 560px; margin: 0 auto; }

.gallery-body { padding: 70px 0 90px; }

.gallery-tabs {
    display: flex; gap: 8px; justify-content: center;
    flex-wrap: wrap; margin-bottom: 48px; padding: 0 24px;
}
.g-tab {
    padding: 10px 24px; border-radius: 50px;
    border: 1.5px solid var(--border); background: var(--white);
    color: var(--gray); font-size: 12px; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; cursor: pointer;
    transition: all .22s; font-family: 'Poppins', sans-serif;
}
.g-tab:hover { border-color: var(--pink); color: var(--pink); }
.g-tab.active { background: var(--pink); border-color: var(--pink); color: var(--white); box-shadow: 0 4px 18px rgba(201,24,74,.3); }

.gallery-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 16px; padding: 0 24px;
    max-width: 1200px; margin: 0 auto;
}
.gallery-item {
    border-radius: 12px; overflow: hidden;
    aspect-ratio: 1; position: relative; cursor: pointer;
    background: #f0e8ec;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; display: block; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.78) 0%, transparent 55%);
    opacity: 0; transition: opacity .3s;
    display: flex; align-items: flex-end; padding: 18px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay h4 { color: var(--white); font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; margin-bottom: 2px; }
.gallery-overlay p { color: rgba(255,255,255,.7); font-size: 12px; }

.gallery-empty { grid-column: 1/-1; text-align: center; padding: 80px 24px; color: var(--gray); }
.gallery-empty svg { opacity: .25; margin-bottom: 16px; }
.gallery-empty h3 { font-size: 20px; color: var(--dark); margin-bottom: 8px; }

/* ══════════════════════════════
   STEPS
══════════════════════════════ */
.steps { display: flex; align-items: center; justify-content: center; margin-bottom: 48px; flex-wrap: wrap; gap: 0; }
.step-item { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: #bbb; letter-spacing: .04em; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: #ede8ee; color: #bbb; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; transition: all .3s; }
.step-item.active .step-num { background: var(--pink); color: var(--white); box-shadow: 0 4px 16px rgba(201,24,74,.4); }
.step-item.active { color: var(--pink); }
.step-item.done .step-num { background: #15803d; color: var(--white); }
.step-item.done { color: #15803d; }
.step-line { width: 50px; height: 2px; background: #ede8ee; margin: 0 8px; }
.step-line.done { background: #15803d; }

/* ══════════════════════════════
   CARDS
══════════════════════════════ */
.card { background: var(--white); border-radius: var(--r); border: 1px solid var(--border); box-shadow: var(--shadow); overflow: hidden; }
.card-body { padding: 28px; }
.card-header { padding: 18px 26px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.card-header h3 { font-size: 16px; font-weight: 700; }
.card-footer { padding: 16px 26px; background: var(--light); border-top: 1px solid var(--border); }

/* ══════════════════════════════
   CALENDAR
══════════════════════════════ */
.cal-wrap { background: var(--white); border-radius: var(--r); border: 1px solid var(--border); padding: 26px; box-shadow: var(--shadow); }
.cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.cal-nav h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.cal-head { font-size: 10.5px; font-weight: 700; color: var(--gray); text-align: center; padding: 6px 0; text-transform: uppercase; letter-spacing: .07em; }
.cal-day { padding: 10px 4px; text-align: center; border-radius: 9px; cursor: pointer; font-size: 14px; font-weight: 500; border: 1.5px solid transparent; transition: all .15s; }
.cal-day:hover:not(.cal-disabled) { border-color: var(--pink); color: var(--pink); background: rgba(201,24,74,.05); }
.cal-day.cal-selected { background: var(--pink); color: var(--white); border-color: var(--pink); box-shadow: 0 4px 14px rgba(201,24,74,.35); }
.cal-day.cal-disabled { color: #ddd; cursor: not-allowed; }
.cal-day.cal-today { font-weight: 800; }

/* ══════════════════════════════
   SLOTS
══════════════════════════════ */
.slots-wrap { background: var(--white); border-radius: var(--r); border: 1px solid var(--border); padding: 26px; box-shadow: var(--shadow); height: 100%; }
.slots-wrap h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.slots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 8px; }
.slot-btn { padding: 12px 6px; text-align: center; border-radius: 9px; cursor: pointer; font-size: 13px; font-weight: 600; border: 1.5px solid var(--border); color: var(--gray); background: var(--white); transition: all .15s; font-family: 'Poppins', sans-serif; }
.slot-btn:hover { border-color: var(--pink); color: var(--pink); background: rgba(201,24,74,.04); }
.slot-btn.selected { background: var(--pink); color: var(--white); border-color: var(--pink); box-shadow: 0 4px 14px rgba(201,24,74,.3); }

/* ══════════════════════════════
   STAFF GRID
══════════════════════════════ */
.staff-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.staff-card { background: var(--white); border-radius: var(--r); border: 1px solid var(--border); box-shadow: var(--shadow); padding: 30px 22px; text-align: center; text-decoration: none; color: inherit; display: block; transition: all .3s; }
.staff-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: rgba(201,24,74,.22); }
.staff-avatar { width: 90px; height: 90px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--pink-deep)); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: var(--white); overflow: hidden; border: 3px solid var(--border); }
.staff-avatar img { width: 100%; height: 100%; object-fit: cover; }
.staff-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 18px; margin-bottom: 6px; }
.staff-bio { font-size: 13px; color: var(--gray); line-height: 1.6; }

/* ══════════════════════════════
   FORMS
══════════════════════════════ */
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-weight: 600; font-size: 13px; color: var(--charcoal); margin-bottom: 7px; letter-spacing: .02em; }
.form-label .required { color: var(--pink); }
.form-control { width: 100%; padding: 12px 16px; font-size: 14px; border: 1.5px solid var(--border); border-radius: 10px; background: var(--white); color: var(--dark); font-family: 'Poppins', sans-serif; transition: all .2s; }
.form-control:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px rgba(201,24,74,.1); }
.form-text { font-size: 12px; color: var(--gray); margin-top: 5px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.phone-row { display: grid; grid-template-columns: 160px 1fr; gap: 10px; }
.form-check { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; }
.form-check input { width: 16px; height: 16px; accent-color: var(--pink); }

/* ══════════════════════════════
   BUTTONS
══════════════════════════════ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 26px; border-radius: 10px; font-weight: 600; font-size: 14px; text-decoration: none; cursor: pointer; border: none; transition: all .22s; font-family: 'Poppins', sans-serif; letter-spacing: .02em; }
.btn-primary { background: var(--pink); color: var(--white); }
.btn-primary:hover { background: var(--pink-dark); color: var(--white); box-shadow: 0 6px 22px rgba(201,24,74,.36); transform: translateY(-1px); }
.btn-dark { background: var(--dark); color: var(--white); }
.btn-dark:hover { background: var(--charcoal); color: var(--white); }
.btn-outline { background: var(--white); border: 1.5px solid var(--border); color: var(--gray); }
.btn-outline:hover { border-color: var(--pink); color: var(--pink); }
.btn-success { background: #15803d; color: var(--white); }
.btn-danger { background: #b91c1c; color: var(--white); }
.btn-danger:hover { background: #7f1d1d; color: var(--white); }
.btn-sm { padding: 7px 16px; font-size: 12.5px; border-radius: 7px; }
.btn-lg { padding: 14px 34px; font-size: 16px; border-radius: 12px; }
.btn-block { width: 100%; }
.btn-gold { background: var(--gold); color: var(--dark); }
.btn-gold:hover { background: var(--gold-dark); }

/* ══════════════════════════════
   CONTINUE BUTTON (date+time)
══════════════════════════════ */
#proceed-btn {
    display: none; width: 100%; padding: 16px;
    background: var(--dark); color: var(--white);
    border: none; border-radius: 12px; cursor: pointer;
    font-family: 'Poppins', sans-serif; font-size: 15px;
    font-weight: 700; letter-spacing: .05em;
    align-items: center; justify-content: center; gap: 10px;
    margin-top: 20px; transition: all .25s;
    animation: slideUp .3s ease;
}
#proceed-btn:hover { background: var(--pink); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,24,74,.35); }
@keyframes slideUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* ══════════════════════════════
   ALERTS / BADGES / TABLE
══════════════════════════════ */
.alert { padding: 14px 18px; border-radius: 10px; margin-bottom: 24px; font-size: 14px; border-left: 4px solid; }
.alert-success { background: #f0fdf4; border-color: #22c55e; color: #14532d; }
.alert-danger  { background: #fff1f2; border-color: var(--pink); color: #881337; }
.alert-warning { background: #fffbeb; border-color: var(--gold); color: #78350f; }
.alert ul { margin: 0; padding-left: 18px; }

.badge { display: inline-block; padding: 4px 12px; border-radius: 50px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.badge-pending   { background: #fff7ed; color: #c2410c; }
.badge-confirmed { background: #eff6ff; color: #1d4ed8; }
.badge-completed { background: #f0fdf4; color: #15803d; }
.badge-cancelled { background: #f5f5f5; color: #666; }
.badge-paid      { background: #f0fdf4; color: #15803d; }
.badge-unpaid    { background: #fff1f2; color: #be123c; }
.badge-active    { background: #eff6ff; color: #1d4ed8; }
.badge-inactive  { background: #f5f5f5; color: #666; }

.table-wrap { overflow-x: auto; }
table.tbl { width: 100%; border-collapse: collapse; font-size: 14px; }
table.tbl th { padding: 12px 18px; text-align: left; font-size: 11px; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: .08em; border-bottom: 2px solid var(--border); white-space: nowrap; }
table.tbl td { padding: 14px 18px; border-bottom: 1px solid var(--border); vertical-align: middle; }
table.tbl tbody tr:last-child td { border-bottom: none; }
table.tbl tbody tr:hover { background: var(--light); }

.summary-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.summary-table td { padding: 10px 0; border-bottom: 1px solid var(--border); }
.summary-table td:first-child { color: var(--gray); width: 45%; }
.summary-table td:last-child { font-weight: 600; text-align: right; }
.summary-table tr.total td { border-top: 2px solid var(--border); padding-top: 14px; border-bottom: none; }
.summary-table tr.total td:last-child { font-size: 20px; color: var(--pink); font-family: 'Playfair Display', serif; }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 960px) {
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-blob { display: none; }
    .hero-right { background: linear-gradient(135deg, var(--pink), var(--pink-deep)); min-height: 360px; }
    .hero-img-placeholder { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.6); }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .nav { padding: 0 20px; }
    .hero-left { padding: 60px 24px; }
}
@media (max-width: 768px) {
    .nav-links a:not(.nav-book) { display: none; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }
    .steps { gap: 0; }
    .step-line { width: 22px; }
    .step-item span { display: none; }
    .hf-row { grid-template-columns: 1fr; }
    .hero-stats { position: static; transform: none; flex-direction: column; border-radius: 0; margin-top: 0; }
}
