/* ── BASE & RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    background-color: #F9F8F6;
    color: #333333;
    line-height: 1.65;
    font-size: 16px;
    overflow-x: hidden; 
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ── CUSTOM SCROLLBAR & FAQ OVERRIDES ── */
.hide-scrollbar { 
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar { 
    display: none; /* Chrome, Safari and Opera */
}

details > summary { 
    list-style: none; 
    cursor: pointer; 
}
details > summary::-webkit-details-marker { 
    display: none; 
}

/* ── UTILS ── */
.container      { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-sm   { max-width: 860px;  margin: 0 auto; padding: 0 24px; }
.container-xs   { max-width: 680px;  margin: 0 auto; padding: 0 24px; }
.text-center    { text-align: center; }
.serif          { font-family: 'Playfair Display', serif; }

/* ── NAV ── */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(249,248,246,0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e5e7eb;
    z-index: 100;
}
.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1C1A17;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}
.nav-links a {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #737373;
    transition: color 0.2s;
}
.nav-links a:hover { color: #1C1A17; }
.btn-nav {
    background: #1C1A17;
    color: #fff !important;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 3px;
    transition: background 0.2s;
}
.btn-nav:hover { background: #000 !important; color: #fff !important; }

/* Mobile nav */
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: #1C1A17;
    padding: 4px;
}
.mobile-menu {
    display: none;
    background: #F9F8F6;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.mobile-menu.open { display: block; }
.mobile-menu-inner {
    padding: 16px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mobile-menu a {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #737373;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    transition: color 0.2s;
}
.mobile-menu a:hover { color: #1C1A17; }
.mobile-menu .btn-mobile-book {
    display: block;
    margin-top: 16px;
    background: #1C1A17;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 3px;
    border: none;
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .hamburger { display: block; }
}

/* ── HERO ── */
.hero {
    padding: 160px 24px 80px;
    text-align: center;
}
.hero-inner { max-width: 900px; margin: 0 auto; }
.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    font-weight: 600;
    line-height: 1.15;
    color: #1C1A17;
    margin-bottom: 24px;
}
.hero h1 .muted {
    color: #737373;
    font-style: italic;
    font-weight: 400;
}
.hero p {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto 36px;
}
.btn-hero {
    display: inline-block;
    background: #1C1A17;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 3px;
    transition: background 0.2s;
}
.btn-hero:hover { background: #000; }

/* ── LOGOS ── */
.logos-bar {
    padding: 40px 24px;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
}
.logos-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 28px;
}
.logos-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 56px;
    align-items: center;
    opacity: 0.5;
}
.logos-wrap span {
    font-weight: 700;
    font-size: 1.2rem;
    color: #9ca3af;
    letter-spacing: 0.05em;
}

/* ── TESTIMONIALS ── */
.section-testimonials {
    padding: 96px 24px;
}
.section-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 16px;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    color: #1C1A17;
    margin-bottom: 16px;
}
.section-subtitle {
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto 56px;
}
.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1080px; 
    margin: 0 auto;
    padding-bottom: 16px;
}
.testimonial-card {
    background: #fff;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left; 
}
.stars { color: #1C1A17; font-size: 0.85rem; margin-bottom: 16px; }
.t-quote {
    font-style: italic;
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 28px;
}
.t-name {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1C1A17;
}
.t-role {
    font-size: 0.85rem;
    color: #9ca3af;
    font-family: monospace;
    margin-top: 4px;
}
.slider-controls { display: none; }

@media (max-width: 960px) {
    .testimonial-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        align-items: flex-start; 
        gap: 20px;
        padding-bottom: 24px;
        width: 100%;
    }
    
    .testimonial-card {
        flex: 0 0 85vw;
        max-width: 340px;
        min-width: 0; 
        scroll-snap-align: center;
        height: auto;
        white-space: normal; 
        word-wrap: break-word;
    }
    
    .slider-controls {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 16px;
    }
}

/* ── PROBLEM SECTION ── */
.section-problem {
    padding: 96px 24px;
    background: #fff;
    border-top: 1px solid #e5e7eb;
}
.problem-list {
    max-width: 600px;
    margin: 40px auto 0;
    list-style: none;
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.8;
}
.problem-list li {
    margin-bottom: 20px;
    display: flex;
    gap: 16px;
}
.problem-list li:last-child {
    margin-bottom: 0;
}
.problem-list li span {
    color: #1C1A17;
    font-weight: bold;
}

/* ── PARADOX ── */
.section-paradox {
    background: #1C1A17;
    color: #fff;
    padding: 96px 24px;
}
.paradox-inner { max-width: 860px; margin: 0 auto; }
.paradox-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 24px;
}
.paradox-inner h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.2;
    margin-bottom: 40px;
}
.paradox-inner p {
    color: #d1d5db;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.85;
    margin-bottom: 24px;
    max-width: 720px;
}

/* ── PROCESS ── */
.section-process {
    background: #fff;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 96px 24px;
    text-align: center;
}
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    text-align: left;
    margin: 64px 0;
}
@media (max-width: 768px) {
    .pillars-grid { grid-template-columns: 1fr; gap: 40px; }
}
.pillar-num {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #e5e7eb;
    display: block;
    margin-bottom: 20px;
    line-height: 1;
}
.pillar-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #1C1A17;
}
.pillar-text { color: #6b7280; line-height: 1.75; }
.btn-process {
    display: inline-block;
    background: #1C1A17;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 3px;
    transition: background 0.2s;
}
.btn-process:hover { background: #000; }

/* ── OUTCOMES ── */
.section-outcomes {
    padding: 96px 24px;
    background: #F9F8F6;
    border-bottom: 1px solid #e5e7eb;
}
.outcomes-subtitle {
    color: #6b7280;
    margin-bottom: 40px;
}
.outcomes-list {
    max-width: 580px;
    margin: 0 auto;
    list-style: none;
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.8;
}
.outcomes-list li {
    margin-bottom: 20px;
    display: flex;
    gap: 16px;
}
.outcomes-list li:last-child {
    margin-bottom: 0;
}
.outcomes-list li span {
    color: #1C1A17;
    font-weight: bold;
}

/* ── SERVICES / INVESTMENT (EXECUTIVE SPLIT LAYOUT) ── */
.section-services { padding: 120px 24px; background: #fff; border-top: 1px solid #e5e7eb; }
.services-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

.services-left { position: sticky; top: 120px; }
.services-left .section-label { margin-bottom: 16px; }
.services-left h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 4vw, 3.5rem); color: #1C1A17; margin-bottom: 24px; line-height: 1.15; }
.services-left p { color: #6b7280; font-size: 1.1rem; margin-bottom: 40px; max-width: 480px; }

/* Capacity Alert added here */
.capacity-alert {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 20px;
    margin-bottom: 32px;
    border-radius: 4px;
}
.capacity-alert p {
    color: #166534;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.services-investment { border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; padding: 32px 0; margin-bottom: 40px; }
.inv-label { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #9ca3af; margin-bottom: 8px; }
.inv-price { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 5vw, 4rem); font-weight: 600; color: #1C1A17; line-height: 1; }

.services-right { display: flex; flex-direction: column; gap: 32px; }
.services-box { background: #F9F8F6; padding: 48px; border: 1px solid #e5e7eb; border-radius: 4px; }
.services-box-title { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #1C1A17; margin-bottom: 24px; border-bottom: 1px solid #d1d5db; padding-bottom: 16px; }

.services-list { list-style: none; color: #4b5563; }
.services-list li { margin-bottom: 16px; position: relative; padding-left: 24px; font-size: 1.05rem; line-height: 1.6; }
.services-list li:last-child { margin-bottom: 0; }
.services-list li::before { content: "—"; position: absolute; left: 0; color: #9ca3af; font-weight: 600; }

.services-box.dark-box { background: #1C1A17; color: #fff; border-color: #33302C; }
.services-box.dark-box .services-box-title { color: #9ca3af; border-color: #33302C; }
.services-box.dark-box .services-list { color: #d1d5db; }
.services-box.dark-box .services-list.check-list li::before { content: "✓"; color: #fff; font-weight: 700; }

@media (max-width: 960px) {
    .services-container { grid-template-columns: 1fr; gap: 48px; }
    .services-left { position: static; }
    .services-box { padding: 32px 24px; }
}

/* ── ABOUT ── */
.section-about { padding: 96px 24px; }
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
}
.about-img {
    aspect-ratio: 3/4;
    background: #e5e7eb;
    overflow: hidden;
}
.about-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.about-text .section-label { margin-bottom: 16px; }
.about-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: #1C1A17;
    line-height: 1.25;
    margin-bottom: 28px;
}
.about-text p {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* ── FAQ ── */
.section-faq { padding: 96px 24px; }
.faq-list { margin-top: 40px; }
details {
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 0;
}
details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: #1C1A17;
    gap: 16px;
}
details summary .arrow {
    color: #9ca3af;
    font-size: 0.75rem;
    transition: transform 0.2s;
    flex-shrink: 0;
}
details[open] summary .arrow { transform: rotate(180deg); }
details p {
    color: #6b7280;
    margin-top: 16px;
    line-height: 1.75;
}

/* ── CONSULTATION SCHEDULER ── */
.section-consultation {
    background: #F9F8F6;
    border-top: 1px solid #e5e7eb;
    padding: 96px 24px;
}

/* Diagnostic Box Added Here */
.diagnostic-box {
    max-width: 600px;
    margin: 16px auto 0;
    color: #4b5563;
    text-align: left;
    background: #fff;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}
.diagnostic-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #1C1A17;
}
.diagnostic-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.diagnostic-list li { margin-bottom: 8px; }
.diagnostic-list li:last-child { margin-bottom: 0; }

.scheduler-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    padding: 40px;
    max-width: 860px;
    margin: 0 auto;
}
.scheduler-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 36px;
}
.scheduler-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #1C1A17;
    margin-bottom: 4px;
}
.scheduler-header p { font-size: 0.85rem; color: #9ca3af; }
.live-badge {
    background: #dcfce7;
    color: #166534;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 12px;
    white-space: nowrap;
}
.step-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1C1A17;
    margin-bottom: 18px;
}
.cs-date-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
    margin-bottom: 36px;
}
.cs-date-card {
    min-width: 90px;
    flex-shrink: 0;
    border: 1px solid #d1d5db;
    padding: 16px 12px;
    text-align: center;
    cursor: pointer;
    background: #F9F8F6;
    color: #1C1A17;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    line-height: 1;
}
.cs-date-card:hover { border-color: #1C1A17; }
.cs-date-card.selected { background: #1C1A17; color: #fff; border-color: #1C1A17; }
.cs-date-card .cdc-day {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.65;
    margin-bottom: 6px;
}
.cs-date-card .cdc-num {
    font-size: 1.6rem;
    font-weight: 700;
}
.cs-time-section { display: none; margin-bottom: 32px; }
.cs-time-section.visible { display: block; }
.cs-time-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cs-time-card {
    border: 1px solid #d1d5db;
    padding: 12px 20px;
    cursor: pointer;
    background: #F9F8F6;
    color: #1C1A17;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.cs-time-card:hover { border-color: #1C1A17; }
.cs-time-card.selected { background: #1C1A17; color: #fff; border-color: #1C1A17; }
.cs-continue-row {
    display: none;
    justify-content: flex-end;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}
.cs-continue-row.visible { display: flex; }
.cs-step2 { display: none; }
.cs-summary-bar {
    background: #F9F8F6;
    border: 1px solid #e5e7eb;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}
.cs-summary-bar .sb-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #9ca3af;
    margin-bottom: 4px;
}
.cs-summary-bar .sb-value {
    font-size: 1rem;
    font-weight: 700;
    color: #1C1A17;
}
.btn-change {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s;
}
.btn-change:hover { color: #1C1A17; }
.cs-form-field { margin-bottom: 18px; }
.cs-form-field label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 8px;
}
.cs-form-field input {
    width: 100%;
    background: #F9F8F6;
    border: 1px solid #e5e7eb;
    color: #1C1A17;
    padding: 14px 16px;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color 0.2s;
}
.cs-form-field input:focus { border-color: #1C1A17; }
.cs-form-field input::placeholder { color: #9ca3af; }
.cs-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (max-width: 560px) { .cs-form-row { grid-template-columns: 1fr; } }
.cs-form-footer {
    border-top: 1px solid #e5e7eb;
    padding-top: 24px;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}
.cs-success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
    padding: 20px 24px;
    text-align: center;
    font-size: 0.95rem;
    margin-bottom: 24px;
}
.no-slots-msg {
    color: #9ca3af;
    font-style: italic;
    font-size: 0.9rem;
    padding: 8px 0;
}
.btn-dark {
    background: #1C1A17;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 36px;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.2s;
}
.btn-dark:hover { background: #000; }

/* ── CONTACT ── */
.section-contact {
    background: #1C1A17;
    color: #fff;
    padding: 96px 24px;
}
.contact-inner { max-width: 680px; margin: 0 auto; }
.contact-inner .section-label { color: #6b7280; }
.contact-inner h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    color: #fff;
    margin-bottom: 12px;
}
.contact-inner > p {
    color: #9ca3af;
    margin-bottom: 40px;
}
.contact-alert-success {
    background: #14231b;
    color: #4ade80;
    border: 1px solid #166534;
    padding: 14px 20px;
    text-align: center;
    margin-bottom: 24px;
    font-size: 0.9rem;
}
.contact-alert-error {
    background: #2a1515;
    color: #f87171;
    border: 1px solid #7f1d1d;
    padding: 14px 20px;
    text-align: center;
    margin-bottom: 24px;
    font-size: 0.9rem;
}
.contact-form {
    background: #24221F;
    padding: 40px;
    border: 1px solid #33302C;
}
@media (max-width: 560px) { .contact-form { padding: 24px; } }
.cf-field { margin-bottom: 20px; }
.cf-field label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 8px;
}
.cf-field input,
.cf-field textarea {
    width: 100%;
    background: #fff;
    color: #111;
    border: none;
    padding: 14px 16px;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: box-shadow 0.2s;
}
.cf-field input:focus,
.cf-field textarea:focus { box-shadow: 0 0 0 2px #737373; }
.cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
@media (max-width: 560px) { .cf-row { grid-template-columns: 1fr; } }
.btn-contact {
    width: 100%;
    background: #fff;
    color: #1C1A17;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 16px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}
.btn-contact:hover { background: #e5e7eb; }

/* ── FOOTER ── */
.footer-newsletter {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 64px 24px;
    text-align: center;
}
.footer-newsletter h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #1C1A17;
    margin-bottom: 12px;
}
.footer-newsletter p {
    color: #6b7280;
    max-width: 440px;
    margin: 0 auto 28px;
    font-size: 0.95rem;
}
.nl-form {
    display: flex;
    gap: 8px;
    max-width: 420px;
    margin: 0 auto;
}
@media (max-width: 480px) { .nl-form { flex-direction: column; } }
.nl-form input {
    flex: 1;
    border: 1px solid #d1d5db;
    padding: 12px 16px;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color 0.2s;
}
.nl-form input:focus { border-color: #1C1A17; }
.nl-form button {
    background: #1C1A17;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background 0.2s;
    white-space: nowrap;
}
.nl-form button:hover { background: #000; }

.footer-main {
    background: #1C1A17;
    color: #fff;
    padding: 64px 24px;
}
.footer-grid {
    max-width: 1200px;
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
}
@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
.footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    margin-bottom: 16px;
    display: block;
}
.footer-desc { color: #6b7280; font-size: 0.9rem; line-height: 1.7; max-width: 300px; }
.footer-col-title {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4b5563;
    margin-bottom: 20px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 14px; }
.footer-col a { color: #9ca3af; font-size: 0.9rem; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
    border-top: 1px solid #33302C;
    padding: 20px 24px;
    text-align: center;
    color: #4b5563;
    font-size: 0.78rem;
    background: #1C1A17;
}

/* ── BOOKING PAGE SPECIFIC ── */
body.page-booking {
    background: #fff;
    font-size: 15px;
}
/* Override the homepage's floating nav */
.page-booking .nav {
    position: static;
    background: #fff;
    backdrop-filter: none;
}
.page-booking .nav-inner {
    max-width: 860px;
    height: 72px;
}
.nav-back {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #737373;
    transition: color 0.2s;
}
.nav-back:hover { color: #1C1A17; }

/* Main Container */
.main {
    max-width: 860px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}

/* Alerts */
.alert { padding: 16px 20px; margin-bottom: 28px; font-size: 0.9rem; border-radius: 2px; }
.alert-success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; text-align: center; padding: 40px 24px; }
.alert-success h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; margin-bottom: 8px; }
.alert-success a { display: inline-block; margin-top: 20px; background: #1C1A17; color: #fff; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 12px 24px; transition: background 0.2s; }
.alert-success a:hover { background: #000; }
.alert-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

/* Page Header */
.page-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 28px; border-bottom: 1px solid #e5e7eb; margin-bottom: 40px; }
.page-header h1 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; margin-bottom: 4px; }
.page-header p { color: #737373; font-size: 0.9rem; }
.page-header .live-badge { margin-top: 4px; }

/* Time Grid */
.time-section { display: none; margin-bottom: 40px; }
.time-section.visible { display: block; }
.time-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
@media (max-width: 600px) {
    .page-header h1 { font-size: 1.5rem; }
    .page-header .live-badge { display: none; }
    .time-grid { grid-template-columns: repeat(2, 1fr); }
}
.time-card { border: 1px solid #e5e7eb; padding: 16px 8px; text-align: center; cursor: pointer; background: #F9F8F6; color: #1C1A17; font-family: 'Inter', sans-serif; font-size: 0.875rem; font-weight: 700; transition: border-color 0.15s, background 0.15s, color 0.15s; line-height: 1; }
.time-card:hover { border-color: #1C1A17; }
.time-card.selected { background: #1C1A17; color: #fff; border-color: #1C1A17; }

/* Summary & Continue UI */
.continue-row { display: none; justify-content: flex-end; padding-top: 24px; border-top: 1px solid #e5e7eb; }
.continue-row.visible { display: flex; }
.summary-bar { background: #F9F8F6; border: 1px solid #e5e7eb; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; }
.summary-bar .sb-label { font-size: 0.8rem; font-weight: 600; color: #737373; margin-bottom: 4px; }
.summary-bar .sb-value { font-size: 1.1rem; font-weight: 700; color: #1C1A17; }
.page-booking .btn-change { margin-left: 24px; }

/* Forms */
.form-section { margin-bottom: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #4b5563; margin-bottom: 8px; }
.field input { width: 100%; background: #F9F8F6; border: 1px solid #e5e7eb; color: #1C1A17; padding: 16px; font-size: 0.95rem; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s; }
.field input:focus { border-color: #1C1A17; }
.field input::placeholder { color: #9ca3af; }
.form-footer { border-top: 1px solid #e5e7eb; padding-top: 28px; display: flex; justify-content: flex-end; }
.no-slots { color: #737373; font-style: italic; font-size: 0.9rem; padding: 16px 0; }
#step-2-form { display: none; }

/* ── ADMIN DASHBOARD SPECIFIC ── */
body.page-admin { background-color: #F9F8F6; font-size: 15px; }
.page-admin .nav { background: #fff; border-bottom: 1px solid #e5e7eb; position: sticky; top: 0; z-index: 100; }
.page-admin .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 64px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.page-admin .nav-brand { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: #1C1A17; }
.page-admin .nav-links { display: flex; gap: 32px; justify-content: center; }
.page-admin .nav-link { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #9ca3af; transition: color 0.2s; padding-bottom: 4px; border-bottom: 2px solid transparent; }
.page-admin .nav-link:hover { color: #1C1A17; }
.page-admin .nav-link.active { color: #1C1A17; border-bottom-color: #1C1A17; }
.page-admin .nav-right { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.page-admin .nav-right span { font-size: 0.85rem; color: #737373; }
.page-admin .btn-logout { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #1C1A17; transition: color 0.2s; }
.page-admin .btn-logout:hover { color: #737373; }

@media (max-width: 800px) {
    .page-admin .nav-inner { display: flex; flex-wrap: wrap; height: auto; padding: 16px 24px; gap: 16px; justify-content: space-between; }
    .page-admin .nav-links { width: 100%; order: 3; justify-content: flex-start; gap: 24px; border-top: 1px solid #f3f4f6; padding-top: 16px; }
    .page-admin .nav-right { order: 2; }
    .page-admin .nav-right span { display: none; }
}

.page-admin .main { max-width: 1200px; margin: 0 auto; padding: 48px 24px; }
.page-admin .card { background: #fff; border: 1px solid #e5e7eb; box-shadow: 0 1px 3px rgba(0,0,0,0.06); margin-bottom: 48px; border-radius: 4px; overflow: hidden; }
.page-admin .card-top { padding: 32px 32px 0 32px; background: #fff; border-bottom: 1px solid #e5e7eb; }
.page-admin .requests-heading { font-family: 'Playfair Display', serif; font-size: 2rem; color: #1C1A17; margin-bottom: 8px; }
.page-admin .tabs { display: flex; gap: 32px; margin-top: 24px; }
.page-admin .tab { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding-bottom: 14px; border-bottom: 2px solid transparent; color: #9ca3af; transition: color 0.2s; margin-bottom: -1px; }
.page-admin .tab:hover { color: #1C1A17; }
.page-admin .tab.active { color: #1C1A17; border-bottom-color: #1C1A17; }
.page-admin .tab-controls { padding: 16px 32px; background: #f9fafb; border-bottom: 1px solid #e5e7eb; display: flex; justify-content: flex-end; align-items: center; }
.page-admin .tab-count { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6b7280; }

.page-admin .table-wrap { overflow-x: auto; }
.page-admin table { width: 100%; border-collapse: collapse; text-align: left; }
.page-admin th { padding: 14px 32px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6b7280; white-space: nowrap; background: #fff; border-bottom: 1px solid #e5e7eb; }
.page-admin td { padding: 16px 32px; border-bottom: 1px solid #f3f4f6; font-size: 0.875rem; vertical-align: top; }
.page-admin tbody tr:last-child td { border-bottom: none; }
.page-admin tbody tr:hover { background: #f9fafb; }

.page-admin .td-name { font-weight: 600; color: #1C1A17; white-space: nowrap; }
.page-admin .td-email { font-size: 0.78rem; color: #2563eb; margin-top: 2px; display: block; }
.page-admin .td-email:hover { text-decoration: underline; }
.page-admin .td-date { font-weight: 700; color: #1C1A17; white-space: nowrap; }
.page-admin .td-time { font-size: 0.75rem; color: #737373; font-weight: 400; margin-top: 2px; }
.page-admin .td-msg { min-width: 220px; max-width: 360px; color: #4b5563; }
.page-admin .td-actions { text-align: right; white-space: nowrap; }

.page-admin .actions-col { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.page-admin .act { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
.page-admin .act-blue { color: #2563eb; } .page-admin .act-blue:hover { color: #1d4ed8; }
.page-admin .act-gray { color: #6b7280; } .page-admin .act-gray:hover { color: #1C1A17; }
.page-admin .act-red { color: #f87171; } .page-admin .act-red:hover { color: #dc2626; }
.page-admin .act-dark { color: #1C1A17; } .page-admin .act-dark:hover { text-decoration: underline; }
.page-admin .act-redbold { color: #dc2626; display: flex; align-items: center; gap: 4px; }
.page-admin .act-redbold:hover { color: #991b1b; }

.page-admin .badge { display: inline-block; padding: 3px 10px; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 999px; }
.page-admin .badge-pending { background: #fef9c3; color: #854d0e; }
.page-admin .badge-contacted { background: #dbeafe; color: #1e40af; }
.page-admin .badge-completed { background: #f3f4f6; color: #4b5563; }
.page-admin .badge-voided { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.page-admin .empty-row td { text-align: center; padding: 48px; color: #9ca3af; font-style: italic; }

@media (max-width: 600px) {
    .page-admin .main { padding: 24px 16px !important; }
    .page-admin .card-top { padding: 20px 20px 0 20px !important; }
    .page-admin .requests-heading { font-size: 1.5rem !important; }
    .page-admin .tabs { gap: 16px; overflow-x: auto; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none; }
    .page-admin .tabs::-webkit-scrollbar { display: none; }
    .page-admin .tab-controls { padding: 12px 20px !important; }
    .page-admin th, .page-admin td { padding: 12px !important; }
}

/* ── AVAILABILITY MANAGER ── */
.page-admin .avail-grid { display: grid; grid-template-columns: 340px 1fr; gap: 32px; align-items: start; margin-top: 24px;}
@media (max-width: 800px) { .page-admin .avail-grid { grid-template-columns: 1fr; } }
.page-admin .panel { background: #fff; border: 1px solid #e5e7eb; border-radius: 4px; padding: 24px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); margin-bottom: 24px; }
.page-admin .panel-title { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 600; color: #1C1A17; margin-bottom: 16px; border-bottom: 1px solid #f3f4f6; padding-bottom: 12px; }

/* Flatpickr Customization */
.page-admin .flatpickr-calendar.inline { width: 100%; box-shadow: none; border: 1px solid #e5e7eb; border-radius: 4px; padding: 10px 0; }
.page-admin .has-slots-dot { display: block; width: 6px; height: 6px; background: #166534; border-radius: 50%; margin: 2px auto 0; }
.page-admin .flatpickr-day { height: 42px; line-height: 34px; }

.page-admin .slots-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.page-admin .slot-pill { display: flex; align-items: center; gap: 8px; background: #F9F8F6; border: 1px solid #d1d5db; padding: 8px 14px; border-radius: 4px; font-size: 0.9rem; font-weight: 600; color: #1C1A17; }
.page-admin .slot-delete { color: #9ca3af; background: none; border: none; cursor: pointer; padding: 0; line-height: 1; transition: color 0.2s; margin-left: 4px; }
.page-admin .slot-delete:hover { color: #dc2626; }

.page-admin .form-group { margin-bottom: 16px; }
.page-admin .form-label { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #737373; margin-bottom: 8px; }
.page-admin .form-input, .page-admin .form-select { width: 100%; border: 1px solid #d1d5db; padding: 10px 14px; font-size: 0.9rem; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s; background: #fff; border-radius: 2px; color: #1C1A17;}
.page-admin .form-input:focus, .page-admin .form-select:focus { border-color: #1C1A17; }

.page-admin .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.page-admin .btn-primary { width: 100%; background: #1C1A17; color: #fff; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 14px; border: none; cursor: pointer; transition: background 0.2s; border-radius: 2px; }
.page-admin .btn-primary:hover { background: #000; }
.page-admin .btn-outline { background: #fff; color: #1C1A17; border: 1px solid #d1d5db; }
.page-admin .btn-outline:hover { border-color: #1C1A17; background: #f9fafb;}
.page-admin .btn-danger { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.page-admin .btn-danger:hover { background: #fee2e2; border-color: #fca5a5;}

.page-admin .empty-state { padding: 40px 20px; text-align: center; color: #6b7280; font-style: italic; background: #f9fafb; border: 1px dashed #d1d5db; border-radius: 4px; margin-bottom: 24px; }

/* ── TABLE CONTROLS (SEARCH & PAGINATION) ── */
.page-admin .table-controls { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 16px 32px; 
    background: #f9fafb; 
    border-bottom: 1px solid #e5e7eb; 
}
@media (max-width: 600px) { 
    .page-admin .table-controls { flex-direction: column; gap: 16px; align-items: stretch; padding: 16px 20px; } 
}

.page-admin .control-group { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: #4b5563; }
.page-admin .control-group input, 
.page-admin .control-group select { 
    border: 1px solid #d1d5db; 
    padding: 8px 12px; 
    border-radius: 4px; 
    font-family: 'Inter', sans-serif; 
    font-size: 0.85rem; 
    outline: none; 
    background: #fff;
    color: #1C1A17;
}
.page-admin .control-group input:focus, 
.page-admin .control-group select:focus { border-color: #1C1A17; }
.page-admin .control-group input { min-width: 260px; }

.page-admin .pagination { 
    display: flex; 
    justify-content: flex-end; 
    align-items: center;
    padding: 16px 32px; 
    gap: 6px; 
    background: #fff; 
    border-top: 1px solid #e5e7eb;
}
.page-admin .page-btn { 
    padding: 6px 12px; 
    border: 1px solid #d1d5db; 
    background: #fff; 
    color: #1C1A17; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 0.8rem; 
    font-family: 'Inter', sans-serif; 
    transition: all 0.2s;
}
.page-admin .page-btn:hover:not(:disabled) { background: #f3f4f6; }
.page-admin .page-btn.active { background: #1C1A17; color: #fff; border-color: #1C1A17; }
.page-admin .page-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.page-admin .pagination-info { font-size: 0.8rem; color: #6b7280; margin-right: auto; }

/* --- PROGRAM OVERVIEW BUTTON FIX --- */
.btn-dark {
    display: inline-block;
    background-color: #1C1A17;
    color: #ffffff !important;
    padding: 14px 32px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-dark:hover {
    background-color: #374151;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .btn-dark {
        display: block; /* Forces it into a solid block on mobile */
        width: 100%;    /* Makes the button stretch nicely across the mobile screen */
        box-sizing: border-box;
        padding: 16px 24px;
        margin-top: 20px;
    }
}