﻿:root {
    --primary: #0f766e;
    --primary-dark: #0b514c;
    --primary-soft: #dff4f0;
    --accent: #d8a96a;
    --accent-soft: #f7ead8;
    --rose-soft: #f7e8e4;
    --ink: #1f2937;
    --muted: #65727f;
    --line: #dbe7e4;
    --surface: #ffffff;
    --background: #f7fbfa;
    --danger: #b42318;
    --success: #16794c;
    --shadow: 0 20px 50px rgba(15, 81, 76, .11);
    --radius-lg: 26px;
    --radius-md: 18px;
    --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Segoe UI", Tahoma, Arial, sans-serif; color: var(--ink); background: var(--background); font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.page-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(219,231,228,.9); }
.nav-shell { width: min(1200px, calc(100% - 32px)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg,var(--primary),#169b8f); box-shadow: 0 10px 22px rgba(15,118,110,.24); }
.brand-mark svg { width: 28px; height: 28px; fill: none; stroke: white; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-size: 19px; line-height: 1.1; letter-spacing: .2px; }
.brand small { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav > a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 12px; border-radius: 10px; font-size: 14px; font-weight: 650; color: #3b4a55; transition: .2s; }
.main-nav > a:hover, .main-nav > a.active { background: var(--primary-soft); color: var(--primary-dark); box-shadow: inset 0 0 0 1px rgba(15,118,110,.08); }
.main-nav .nav-soft { background: #eef7f5; color: var(--primary-dark); }
.admin-entry { display: inline-flex !important; align-items: center; gap: 6px; border: 1px solid #b8d8d2; color: var(--primary-dark) !important; }
.admin-entry svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: var(--primary-soft); border-radius: 12px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--primary-dark); border-radius: 2px; }

.nav-icon { width: 18px; height: 18px; display: inline-grid; place-items: center; flex: 0 0 18px; }
.nav-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.user-profile-chip { display: inline-flex; align-items: center; gap: 8px; max-width: 190px; padding: 5px 10px 5px 6px; color: var(--primary-dark); background: #f2f8f6; border: 1px solid #d6e9e5; border-radius: 999px; }
.user-avatar { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 31px; color: white; background: linear-gradient(145deg,var(--primary),#169b8f); border-radius: 50%; }
.user-avatar svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.user-profile-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 750; }

.hero-section { padding: 74px 0 46px; overflow: hidden; background: radial-gradient(circle at 85% 12%, #e7f7f4 0, transparent 28%), linear-gradient(180deg,#fff 0,#f7fbfa 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 52px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.heading-icon { width: 18px; height: 18px; display: inline-grid; place-items: center; flex: 0 0 18px; }
.heading-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow.light { color: rgba(255,255,255,.88); }
.hero-copy h1, .inner-hero h1, .auth-visual-panel h1, .admin-login-card h1, .dashboard-hero h1 { margin: 14px 0 18px; font-size: clamp(36px, 5vw, 58px); line-height: 1.08; letter-spacing: -.035em; }
.hero-copy .site-hero-title { max-width: 620px; font-size: clamp(40px,4.5vw,52px); }
.hero-copy p { max-width: 620px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 20px; border: 0; border-radius: 13px; font-weight: 750; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { color: white; background: linear-gradient(135deg,var(--primary),#15978c); box-shadow: 0 12px 24px rgba(15,118,110,.23); }
.btn-secondary { color: var(--primary-dark); background: white; border: 1px solid var(--line); }
.btn-light { color: var(--primary-dark); background: white; box-shadow: 0 11px 25px rgba(0,0,0,.12); }
.btn-block { width: 100%; }
.btn-small { min-height: 38px; padding: 8px 15px; font-size: 13px; color: white; background: var(--primary); }
.hero-note { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 16px; color: #587169; font-size: 13px; font-weight: 650; }
.note-item { display: inline-flex; align-items: center; gap: 6px; }
.note-item svg { width: 16px; height: 16px; fill: none; stroke: var(--success); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.hero-visual > img { width: 100%; max-height: 470px; filter: drop-shadow(0 30px 32px rgba(15,81,76,.12)); }
.floating-card { position: absolute; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: center; min-width: 180px; padding: 13px 16px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); border-radius: 16px; }
.floating-card > span { grid-row: 1 / span 2; }
.floating-icon { width: 32px; height: 32px; display: grid; place-items: center; color: var(--primary); background: var(--primary-soft); border-radius: 10px; }
.floating-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.floating-card strong { font-size: 14px; }
.floating-card small { color: var(--muted); font-size: 11px; }
.floating-top { top: 48px; right: 0; }
.floating-bottom { bottom: 38px; left: 0; }

.stats-strip { padding: 0 0 22px; }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.stat-card { min-height: 122px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 15px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 12px 30px rgba(15,81,76,.06); }
.stat-icon { grid-row: 1 / span 2; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; color: var(--primary-dark); background: var(--primary-soft); }
.stat-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.stat-card strong { font-size: 27px; line-height: 1; }
.stat-card small { color: var(--muted); }

.section-space { padding: 76px 0; }
.section-space.no-top { padding-top: 40px; }
.section-heading { margin-bottom: 27px; }
.section-heading.centered { max-width: 680px; margin: 0 auto 34px; text-align: center; }
.section-heading h2, .booking-heading h2, .dashboard-card-heading h2 { margin: 7px 0 6px; font-size: clamp(27px,3vw,36px); line-height: 1.18; letter-spacing: -.02em; }
.section-heading p { margin: 0; color: var(--muted); }
.featured-grid, .services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 15px 38px rgba(15,81,76,.075); transition: .22s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-image-wrap { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(145deg,#ecf8f5,#f7ece7); }
.service-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-image-wrap img { transform: scale(1.035); }
.service-card-body { padding: 20px; }
.service-topline, .service-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.category-pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: var(--primary-soft); color: var(--primary-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.duration { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 12px; }
.duration svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 14px 0 7px; font-size: 20px; }
.service-card p { min-height: 50px; margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.price { color: #845d27; font-weight: 800; }
.text-link { color: var(--primary); font-weight: 800; font-size: 14px; }
.text-link span { margin-left: 3px; }
.compact-card p { min-height: 66px; }
.home-cta { padding: 0 0 76px; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 38px; color: white; background: linear-gradient(130deg,var(--primary-dark),var(--primary)); border-radius: 28px; box-shadow: var(--shadow); }
.cta-box h2 { margin: 8px 0 0; font-size: clamp(26px,3vw,38px); }

.inner-hero { padding: 54px 0 74px; background: linear-gradient(135deg,#edf8f6,#fff3eb); border-bottom: 1px solid var(--line); }
.inner-hero-grid { display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 40px; }
.inner-hero h1 { max-width: 760px; font-size: clamp(34px,4.6vw,52px); }
.inner-hero p { max-width: 680px; color: var(--muted); font-size: 17px; }
.mini-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini-visual img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 18px; box-shadow: 0 14px 34px rgba(15,81,76,.12); }
.login-prompt { margin: 38px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 23px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.prompt-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #7b5727; border-radius: 16px; background: var(--accent-soft); }
.prompt-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.login-prompt h3 { margin: 0 0 2px; }
.login-prompt p { margin: 0; color: var(--muted); }
.booking-panel { margin-top: 42px; padding: 32px; color: white; background: linear-gradient(140deg,#0b514c,#0f766e); border-radius: 28px; box-shadow: var(--shadow); }
.booking-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 22px; }
.booking-heading h2 { color: white; }
.selected-chip { padding: 7px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 12px; font-weight: 750; }
.booking-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.full-width { grid-column: 1/-1; }
.booking-panel label { color: rgba(255,255,255,.92); }
.booking-panel .form-control { background: rgba(255,255,255,.97); }

.picker-field-wrap { position: relative; }
.picker-field-wrap .form-control { padding-right: 48px; direction: ltr; text-align: left; cursor: pointer; }
.picker-trigger { position: absolute; top: 50%; right: 7px; width: 34px; height: 34px; transform: translateY(-50%); display: grid; place-items: center; color: var(--primary-dark); background: var(--primary-soft); border: 0; border-radius: 9px; cursor: pointer; }
.picker-trigger svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.picker-popover { position: fixed; z-index: 2000; width: min(330px,calc(100vw - 24px)); padding: 15px; direction: ltr; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 22px 60px rgba(15,81,76,.22); }
.picker-header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.picker-title { font-size: 15px; font-weight: 800; }
.picker-nav-btn { width: 34px; height: 34px; display: grid; place-items: center; color: var(--primary-dark); background: var(--primary-soft); border: 0; border-radius: 9px; cursor: pointer; }
.picker-weekdays, .picker-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.picker-weekdays span { padding: 4px 0; text-align: center; color: var(--muted); font-size: 11px; font-weight: 750; }
.picker-day { min-height: 36px; display: grid; place-items: center; color: var(--ink); background: transparent; border: 0; border-radius: 9px; font-size: 13px; cursor: pointer; }
.picker-day:hover { background: var(--primary-soft); }
.picker-day.is-today { box-shadow: inset 0 0 0 1px var(--primary); }
.picker-day.is-selected { color: white; background: var(--primary); }
.picker-day:disabled { color: #b8c3c0; cursor: not-allowed; }
.picker-day.is-empty { visibility: hidden; }
.time-options { max-height: 280px; overflow-y: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.time-option { padding: 9px 10px; color: var(--ink); background: #f6faf9; border: 1px solid var(--line); border-radius: 10px; font-size: 13px; cursor: pointer; }
.time-option:hover, .time-option.is-selected { color: white; background: var(--primary); border-color: var(--primary); }
.my-appointments { margin-top: 58px; }
.small-heading { margin-bottom: 20px; }

.auth-section { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 56px 0; }
.auth-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 1040px; min-height: 610px; background: white; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.auth-visual-panel { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; color: white; background: linear-gradient(150deg,#0b514c,#15978c); overflow: hidden; }
.auth-visual-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.auth-visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,60,56,.10),rgba(5,52,49,.72)); }
.register-panel::after { background: linear-gradient(180deg,rgba(91,66,37,.08),rgba(91,66,37,.72)); }
.auth-visual-panel > div { position: relative; z-index: 2; }
.auth-visual-panel h1 { font-size: 42px; }
.auth-visual-panel p { color: rgba(255,255,255,.78); }
.register-panel { background: linear-gradient(150deg,#7c5d37,#d2a467); }
.auth-card { padding: 48px; align-self: center; }
.auth-title { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 27px; }
.title-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--primary-dark); border-radius: 14px; background: var(--primary-soft); }
.title-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.auth-title h2 { margin: 0; font-size: 30px; }
.auth-title p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.auth-switch { margin: 18px 0 0; text-align: center; color: var(--muted); font-size: 14px; }
.auth-switch a { color: var(--primary); font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 17px; }
.form-group label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 750; }
.form-group label span { font-weight: 500; color: var(--muted); }
.form-control { width: 100%; min-height: 46px; padding: 10px 13px; color: var(--ink); background: #fbfdfd; border: 1px solid #cfdedb; border-radius: 11px; outline: none; transition: .18s; }
textarea.form-control { min-height: 92px; resize: vertical; }
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(15,118,110,.12); background: white; }
.alert { margin: 0 0 20px; padding: 12px 14px; border-radius: 11px; font-size: 14px; font-weight: 650; }
.alert-error { color: #8f1d15; background: #fff0ee; border: 1px solid #f2c2bc; }
.alert-success { color: #11633f; background: #eaf8f0; border: 1px solid #bfe7cf; }
.alert-warning { color: #76510c; background: #fff8e5; border: 1px solid #ead49b; }

.admin-login-section { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 60px 20px; background: radial-gradient(circle at 50% 15%,#e4f6f2,transparent 28%),#f7fbfa; }
.admin-login-card { width: min(470px,100%); padding: 42px; text-align: center; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.shield-icon { width: 72px; height: 72px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 22px; color: white; background: linear-gradient(145deg,var(--primary),#15978c); box-shadow: 0 15px 28px rgba(15,118,110,.25); }
.shield-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.admin-login-card h1 { margin: 10px 0 8px; font-size: 34px; }
.admin-login-card > p { margin: 0 0 24px; color: var(--muted); }
.admin-login-card .form-group { text-align: left; }
.back-home { display: inline-block; margin-top: 18px; color: var(--muted); font-size: 13px; font-weight: 700; }

.dashboard-hero { padding: 42px 0; color: white; background: linear-gradient(130deg,#0b514c,#0f766e); }
.dashboard-hero-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dashboard-hero h1 { margin: 9px 0 6px; font-size: clamp(32px,4vw,46px); }
.dashboard-hero p { margin: 0; color: rgba(255,255,255,.78); }
.dashboard-section { padding: 46px 0 78px; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 28px; }
.dashboard-stats article { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 13px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.dashboard-stats article > span { grid-row: 1/span 2; width: 47px; height: 47px; display: grid; place-items: center; color: var(--primary-dark); border-radius: 14px; background: var(--primary-soft); }
.dashboard-stats article > span svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dashboard-stats strong { font-size: 25px; line-height: 1.15; }
.dashboard-stats small { color: var(--muted); }
.dashboard-card { margin-top: 24px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 13px 36px rgba(15,81,76,.06); }
.dashboard-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.dashboard-card-heading h2 { font-size: 27px; }
.export-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.export-btn { min-height: 38px; padding: 7px 13px; color: var(--primary-dark); background: var(--primary-soft); border: 1px solid #bfdfda; border-radius: 10px; font-weight: 750; cursor: pointer; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.data-table { width: 100%; border-collapse: collapse; background: white; font-size: 13px; }
.data-table th { padding: 12px 13px; text-align: left; color: #42534f; background: #eef7f5; border-bottom: 1px solid var(--line); white-space: nowrap; }
.data-table td { padding: 12px 13px; border-bottom: 1px solid #edf2f1; vertical-align: middle; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table input[type=text] { width: 100%; min-width: 90px; padding: 7px; border: 1px solid #bfd1cd; border-radius: 8px; }
.status-badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.status-pending { color: #80540e; background: #fff3d8; }
.status-confirmed { color: #12603f; background: #dff6e9; }
.status-cancelled { color: #8d251d; background: #fde8e5; }
.action-group { display: flex; flex-wrap: wrap; gap: 7px; }
.table-action { color: var(--primary); font-size: 12px; font-weight: 800; }
.warning-link { color: #9a6113; }
.danger-link { color: var(--danger); }
.add-service-box { display: grid; grid-template-columns: 1.2fr .8fr .7fr .7fr 1.8fr auto; align-items: end; gap: 12px; margin-bottom: 18px; padding: 17px; background: #f7fbfa; border: 1px solid var(--line); border-radius: 15px; }
.add-service-box .form-group { margin: 0; }
.add-service-btn { min-width: 115px; }

.site-footer { color: #dbe9e6; background: #123b38; }
.footer-grid { width: min(1160px,calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 36px; padding: 44px 0 34px; }
.footer-brand { display: inline-flex; align-items: center; gap: 9px; color: white; font-size: 20px; font-weight: 800; }
.footer-brand-icon { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: rgba(255,255,255,.10); border-radius: 11px; }
.footer-brand-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-footer h3 { margin: 0 0 8px; color: white; font-size: 15px; }
.site-footer p { margin: 8px 0 0; color: #b8cbc7; font-size: 14px; }
.footer-bottom { padding: 14px 20px; text-align: center; color: #9fb7b2; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }

@media (max-width: 980px) {
    .menu-toggle { display: block; }
    .main-nav { display: none; position: absolute; top: 70px; left: 16px; right: 16px; flex-direction: column; align-items: stretch; padding: 13px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .main-nav > a { padding: 11px 12px; }
    .user-profile-chip { max-width: none; margin: 4px 0; }
    .hero-grid, .inner-hero-grid, .auth-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy p { margin-left: auto; margin-right: auto; }
    .hero-actions, .hero-note { justify-content: center; }
    .hero-visual { min-height: 380px; }
    .inner-hero-grid { text-align: center; }
    .mini-visual { max-width: 520px; margin: auto; }
    .featured-grid, .services-grid { grid-template-columns: repeat(2,1fr); }
    .auth-visual-panel { min-height: 360px; }
    .add-service-box { grid-template-columns: repeat(2,1fr); }
    .description-field { grid-column: 1/-1; }
    .add-service-btn { width: 100%; }
}

@media (max-width: 680px) {
    body { font-size: 15px; }
    .page-shell { width: min(100% - 24px,1160px); }
    .nav-shell { width: calc(100% - 20px); min-height: 68px; }
    .brand small { display: none; }
    .hero-section { padding-top: 46px; }
    .hero-copy h1, .inner-hero h1 { font-size: 36px; }
    .hero-visual { min-height: 300px; }
    .floating-card { min-width: 150px; padding: 10px 12px; }
    .stats-grid, .dashboard-stats, .featured-grid, .services-grid, .footer-grid { grid-template-columns: 1fr; }
    .stat-card { min-height: 100px; }
    .section-space { padding: 56px 0; }
    .cta-box, .dashboard-hero-inner, .dashboard-card-heading, .booking-heading { flex-direction: column; align-items: flex-start; }
    .auth-section { padding: 24px 0; }
    .auth-grid { width: calc(100% - 24px); border-radius: 22px; }
    .auth-card, .auth-visual-panel { padding: 28px; }
    .auth-visual-panel { min-height: 300px; }
    .auth-visual-panel h1 { font-size: 34px; }
    .form-row, .booking-form-grid { grid-template-columns: 1fr; }
    .full-width { grid-column: auto; }
    .login-prompt { grid-template-columns: auto 1fr; }
    .login-prompt .btn { grid-column: 1/-1; width: 100%; }
    .booking-panel, .dashboard-card, .admin-login-card { padding: 22px; }
    .add-service-box { grid-template-columns: 1fr; }
    .description-field { grid-column: auto; }
    .footer-grid { padding: 34px 0 26px; }
}


/* Evaluation criteria controls added without changing the existing visual language. */
.field-validator { display: block; margin-top: 6px; color: #9a2c24; font-size: 12px; font-weight: 700; line-height: 1.35; }
.field-validator-light { color: #ffe8df; }
.evaluation-controls { display: grid; grid-template-columns: 1.25fr 1fr auto; gap: 14px; align-items: end; margin: 0 0 18px; padding: 16px; background: #f7fbfa; border: 1px solid var(--line); border-radius: 15px; }
.control-demo label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; color: var(--ink); }
.control-demo label small { color: var(--muted); font-weight: 600; }
.choice-list { display: flex; flex-wrap: wrap; gap: 8px 14px; min-height: 42px; align-items: center; }
.choice-list input { margin-right: 5px; accent-color: var(--primary); }
.choice-list label { display: inline; margin: 0; color: #42534f; font-size: 13px; font-weight: 650; }
.filter-button { min-width: 115px; }
.backup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.backup-box { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #f8fbfb; }
.backup-box h3 { margin: 0 0 6px; font-size: 18px; }
.backup-box p { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.file-upload { display: block; width: 100%; margin: 0 0 12px; padding: 9px; background: white; border: 1px solid #cfdedb; border-radius: 10px; }
.restore-button { color: var(--primary-dark); border: 1px solid #bfded9; }

@media (max-width: 980px) {
    .evaluation-controls { grid-template-columns: 1fr 1fr; }
    .filter-button { width: 100%; }
}

@media (max-width: 680px) {
    .evaluation-controls, .backup-grid { grid-template-columns: 1fr; }
}

/* About page */
.about-hero { padding: 74px 0 68px; background: radial-gradient(circle at 84% 18%,rgba(223,245,240,.95),transparent 29%),linear-gradient(180deg,#f7fbfa 0%,#ffffff 100%); }
.about-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.about-hero-copy h1 { max-width: 720px; margin: 14px 0 16px; font-size: clamp(42px,5.2vw,66px); line-height: 1.02; letter-spacing: -.035em; }
.about-hero-copy > p { max-width: 690px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.about-hero-visual { position: relative; min-height: 390px; border-radius: 34px; overflow: hidden; background: linear-gradient(145deg,#e7f6f3,#f7fbfa); border: 1px solid #d7e9e5; box-shadow: 0 24px 70px rgba(15,81,76,.09); }
.about-hero-visual:before { content:""; position:absolute; width:230px; height:230px; border-radius:50%; right:-45px; top:-56px; background:rgba(15,118,110,.11); }
.about-hero-visual:after { content:""; position:absolute; width:160px; height:160px; border-radius:50%; left:-50px; bottom:-58px; background:rgba(231,174,120,.16); }
.about-visual-card { position:absolute; z-index:2; display:grid; grid-template-columns:auto 1fr; column-gap:14px; align-items:center; padding:18px 20px; background:white; border:1px solid var(--line); border-radius:20px; box-shadow:0 15px 36px rgba(15,81,76,.10); }
.about-visual-card strong, .about-visual-card small { grid-column:2; }
.about-visual-card strong { color:var(--ink); font-size:18px; }
.about-visual-card small { margin-top:3px; color:var(--muted); line-height:1.45; }
.about-visual-main { width:min(335px,78%); left:9%; top:24%; }
.about-visual-secondary { width:min(315px,75%); right:8%; bottom:18%; }
.about-visual-icon { grid-row:1/span 2; width:56px; height:56px; display:grid; place-items:center; color:white; border-radius:17px; background:linear-gradient(145deg,var(--primary),#15978c); }
.about-visual-icon.sparkle { color:#80540e; background:#fff0d6; }
.about-visual-icon svg { width:30px; height:30px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.about-visual-dot { position:absolute; z-index:1; border-radius:50%; }
.dot-one { width:22px; height:22px; left:17%; top:13%; background:#efc078; }
.dot-two { width:14px; height:14px; right:19%; top:23%; background:#1aa69a; }
.about-heading-narrow { max-width:780px; margin-left:auto; margin-right:auto; }
.about-values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px; }
.about-value-card { padding:26px; background:white; border:1px solid var(--line); border-radius:20px; box-shadow:0 12px 32px rgba(15,81,76,.055); }
.about-value-icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:18px; color:var(--primary-dark); border-radius:14px; background:var(--primary-soft); }
.about-value-icon svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.about-value-card h3 { margin:0 0 8px; font-size:20px; }
.about-value-card p { margin:0; color:var(--muted); line-height:1.65; }
.about-system-section { padding:68px 0 76px; background:#f6faf9; border-top:1px solid #e5efed; }
.about-system-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:40px; align-items:center; }
.about-system-copy h2 { margin:12px 0 10px; font-size:36px; }
.about-system-copy > p { max-width:700px; margin:0; color:var(--muted); }
.about-steps { display:grid; gap:12px; margin-top:25px; }
.about-step { display:grid; grid-template-columns:auto 1fr; gap:14px; align-items:flex-start; padding:15px 16px; background:white; border:1px solid var(--line); border-radius:15px; }
.about-step > span { width:34px; height:34px; display:grid; place-items:center; color:white; font-weight:850; border-radius:11px; background:var(--primary); }
.about-step strong, .about-step small { display:block; }
.about-step strong { margin:1px 0 4px; color:var(--ink); }
.about-step small { color:var(--muted); font-size:13px; line-height:1.5; }
.about-info-card { padding:28px; background:white; border:1px solid var(--line); border-radius:22px; box-shadow:0 16px 40px rgba(15,81,76,.07); }
.about-info-card hr { margin:20px 0; border:0; border-top:1px solid #e8efed; }
.about-info-card > p { margin:10px 0 0 61px; color:var(--primary-dark); font-weight:800; }
.about-info-heading { display:grid; grid-template-columns:auto 1fr; gap:13px; align-items:center; }
.about-info-icon { width:48px; height:48px; display:grid; place-items:center; color:var(--primary-dark); border-radius:14px; background:var(--primary-soft); }
.about-info-icon svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.about-info-heading small, .about-info-heading strong { display:block; }
.about-info-heading small { margin-bottom:3px; color:var(--muted); font-size:12px; }
.about-info-heading strong { color:var(--ink); font-size:15px; }
.about-cta { margin-top:0; }

@media (max-width: 980px) {
    .about-hero-grid, .about-system-grid { grid-template-columns:1fr; }
    .about-hero-copy { text-align:center; }
    .about-hero-copy > p { margin-left:auto; margin-right:auto; }
    .about-hero-actions { justify-content:center; }
    .about-hero-visual { min-height:360px; }
    .about-values-grid { grid-template-columns:1fr; }
}

@media (max-width: 680px) {
    .about-hero { padding:44px 0 48px; }
    .about-hero-visual { min-height:330px; border-radius:24px; }
    .about-visual-main { left:6%; top:18%; width:84%; }
    .about-visual-secondary { right:6%; bottom:14%; width:82%; }
    .about-system-section { padding:50px 0 58px; }
    .about-system-copy h2 { font-size:31px; }
    .about-info-card { padding:22px; }
}
