*{box-sizing:border-box}
:root{
  --bg:#f7f4f1;
  --card:#ffffff;
  --text:#211d1b;
  --muted:#77716d;
  --accent:#d98fa0;
  --accent-strong:#bf667b;
  --rose:#f0d4db;
  --border:#e8dfda;
  --success:#277a4c;
  --danger:#b83f48;
  --dark:#171414;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
}
a{text-decoration:none;color:inherit}
.container{max-width:1180px;margin:auto;padding-left:24px;padding-right:24px}
.topbar{
  display:flex;justify-content:space-between;align-items:center;
  padding:18px 24px;background:#fff;border-bottom:1px solid var(--border);
  position:sticky;top:0;z-index:20
}
.brand{font-size:22px;font-weight:800;letter-spacing:-.6px;display:flex;align-items:center;gap:10px}
.brand-light{color:#fff}
.brand-mark{
  width:38px;height:38px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;color:#171414;font-family:"Playfair Display",serif;font-size:23px
}
.dark-mark{background:#171414;color:#fff}
.nav{display:flex;gap:10px;align-items:center}
.nav-link{color:#fff;font-size:14px;font-weight:600;padding:10px 8px;opacity:.88}
.nav-link:hover{opacity:1}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border:0;border-radius:13px;padding:11px 16px;cursor:pointer;
  background:var(--accent);color:white;font-weight:700;transition:.2s ease;
  font-family:inherit
}
.btn:hover{transform:translateY(-1px);filter:brightness(.97)}
.btn.secondary{background:#eee7e3;color:var(--text)}
.btn.success{background:var(--success)}
.btn.danger{background:var(--danger)}
.btn-light{background:#fff;color:#171414}
.btn-dark{background:#171414;color:#fff}
.btn-primary{
  background:linear-gradient(135deg,#e5a0af,#c96d82);
  box-shadow:0 14px 34px rgba(201,109,130,.28)
}
.btn-xl{padding:16px 24px;border-radius:15px;font-size:16px}
.btn-wide{width:100%;padding:14px 18px}
.glass-btn{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(10px)}
.landing .site-header{
  position:absolute;left:0;top:0;width:100%;z-index:30;
  display:flex;justify-content:space-between;align-items:center;
  padding:24px 4.5vw
}
.hero-wow{
  min-height:100vh;
  position:relative;
  display:flex;align-items:center;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(18,14,14,.82) 0%,rgba(18,14,14,.58) 43%,rgba(18,14,14,.18) 70%,rgba(18,14,14,.08) 100%),
    url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=2200&q=88") center 30%/cover no-repeat;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.17))
}
.hero-content-wrap{
  position:relative;z-index:2;width:min(1180px,91vw);margin:0 auto;
  display:grid;grid-template-columns:1.15fr .72fr;gap:60px;align-items:center;
  padding-top:96px
}
.hero-copy{color:#fff;max-width:720px}
.eyebrow{
  font-size:12px;letter-spacing:.24em;font-weight:800;text-transform:uppercase;
  margin-bottom:18px;color:rgba(255,255,255,.72)
}
.eyebrow.dark{color:#9b777f}
.hero-copy h1{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(52px,7vw,92px);
  line-height:.93;letter-spacing:-.045em;font-weight:700
}
.hero-copy h1 em{
  font-weight:600;color:#efb6c3
}
.hero-copy p{
  max-width:610px;font-size:18px;line-height:1.65;
  color:rgba(255,255,255,.8);margin:28px 0 0
}
.hero-actions{display:flex;align-items:center;gap:22px;margin-top:32px}
.text-link{font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:3px}
.hero-trust{
  display:flex;gap:34px;margin-top:48px;padding-top:26px;
  border-top:1px solid rgba(255,255,255,.18);max-width:590px
}
.hero-trust div{display:flex;flex-direction:column;gap:2px}
.hero-trust strong{font-size:18px}
.hero-trust span{font-size:12px;color:rgba(255,255,255,.62)}
.booking-glass{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 30px 80px rgba(0,0,0,.25);
  backdrop-filter:blur(22px);
  border-radius:26px;padding:26px;color:#211d1b;
  transform:translateY(18px)
}
.booking-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.booking-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#8c7e79;font-weight:800}
.live-dot{font-size:12px;color:#5d7464}
.live-dot i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#65aa79;margin-right:6px;box-shadow:0 0 0 5px rgba(101,170,121,.12)}
.booking-glass h3{font-family:"Playfair Display",serif;font-size:31px;margin:6px 0 18px}
.quick-slot{
  display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;
  padding:14px 0;border-bottom:1px solid #ece4df
}
.avatar{
  width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(145deg,#f0d4db,#e8b7c1);font-weight:800;color:#7e4150
}
.slot-info{display:flex;flex-direction:column}
.slot-info strong{font-size:15px}
.slot-info span{font-size:12px;color:#8b837e;margin-top:2px}
.slot-time{font-weight:800;background:#f6efeb;border-radius:10px;padding:8px 10px}
.booking-glass .btn{margin-top:20px}
.scroll-cue{
  position:absolute;z-index:2;left:4.5vw;bottom:25px;color:rgba(255,255,255,.62);
  font-size:10px;letter-spacing:.22em;font-weight:800
}
.scroll-cue span{margin-left:10px;font-size:16px}
.section{padding:110px 0}
.section-light{background:#f9f7f5}
.section-heading.center{text-align:center;max-width:780px;margin:0 auto 56px}
.section-heading h2,.services-head h2,.salon-cta h2{
  font-family:"Playfair Display",Georgia,serif;letter-spacing:-.03em;
  font-size:clamp(40px,5vw,62px);line-height:1.05;margin:0
}
.section-heading p{color:#817873;font-size:17px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step-card{
  background:#fff;border:1px solid #ece4df;border-radius:24px;padding:30px;
  min-height:295px;position:relative;box-shadow:0 16px 40px rgba(31,22,20,.04)
}
.featured-step{background:#221d1b;color:#fff;transform:translateY(-12px)}
.step-number{
  position:absolute;right:25px;top:23px;color:#c2b4ae;font-size:12px;font-weight:800;letter-spacing:.1em
}
.step-icon{
  width:52px;height:52px;border-radius:17px;background:#f4e5e9;
  display:flex;align-items:center;justify-content:center;font-size:21px;color:#b75f73
}
.featured-step .step-icon{background:rgba(255,255,255,.11);color:#f0b7c4}
.step-card h3{font-family:"Playfair Display",serif;font-size:28px;margin:32px 0 10px}
.step-card p{line-height:1.65;color:#827b76;margin:0}
.featured-step p{color:rgba(255,255,255,.66)}
.services-section{background:#efe8e3}
.services-head{display:grid;grid-template-columns:1fr .7fr;gap:80px;align-items:end;margin-bottom:46px}
.services-head p{color:#7b716c;line-height:1.7;max-width:480px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{background:#fff;border-radius:24px;overflow:hidden}
.service-photo{height:330px;background-size:cover;background-position:center}
.photo-cut{background-image:url("https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=900&q=85")}
.photo-color{background-image:url("https://images.unsplash.com/photo-1605497788044-5a32c7078486?auto=format&fit=crop&w=900&q=85")}
.photo-style{background-image:url("https://images.unsplash.com/photo-1487412947147-5cebf100ffc2?auto=format&fit=crop&w=900&q=85")}
.service-body{padding:22px}
.service-body span{font-size:11px;color:#b19399;font-weight:800;letter-spacing:.14em}
.service-body h3{font-family:"Playfair Display",serif;font-size:29px;margin:9px 0 5px}
.service-body p{color:#817873;margin:0}
.salon-cta{
  position:relative;padding:110px 0;color:#fff;
  background:
    linear-gradient(90deg,rgba(18,14,14,.86),rgba(18,14,14,.48)),
    url("https://images.unsplash.com/photo-1600948836101-f9ffda59d250?auto=format&fit=crop&w=2200&q=88") center/cover no-repeat;
}
.salon-cta-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(35,20,22,.25),rgba(0,0,0,.15))}
.salon-cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr .75fr;gap:80px;align-items:end}
.salon-cta-copy p{font-size:18px;line-height:1.6;color:rgba(255,255,255,.75);margin:0 0 24px}
.footer{background:#171414;color:#fff;padding:30px 0}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer .muted{color:rgba(255,255,255,.5)}
.grid{display:grid;gap:18px}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.grid.cols-2{grid-template-columns:repeat(2,1fr)}
.card{
  background:var(--card);border:1px solid var(--border);border-radius:18px;
  padding:20px;box-shadow:0 8px 30px rgba(30,20,15,.04)
}
.kpi{font-size:34px;font-weight:800;margin-top:8px}
.muted{color:var(--muted)}
table{width:100%;border-collapse:collapse;background:#fff}
th,td{padding:13px;border-bottom:1px solid var(--border);text-align:left}
th{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}
.form-card{
  max-width:520px;margin:50px auto;background:#fff;border:1px solid var(--border);
  border-radius:20px;padding:28px
}
label{display:block;font-weight:700;margin:14px 0 7px}
input,select{
  width:100%;padding:12px 13px;border-radius:11px;border:1px solid #d9d1cc;
  font-size:16px;background:#fff
}
.alert{padding:12px 14px;border-radius:10px;margin:12px 0;background:#fff3f3;color:#922}
.section-title{display:flex;justify-content:space-between;align-items:center;margin:28px 0 12px}
.badge{display:inline-block;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}
.pending{background:#fff1cc;color:#815b00}
.confirmed{background:#dff5e8;color:#23613e}
.rejected{background:#fbe0e2;color:#8e2e36}
.cancelled{background:#eee;color:#555}

@media(max-width:980px){
  .nav-link{display:none}
  .hero-content-wrap{grid-template-columns:1fr;gap:30px;padding:130px 0 70px}
  .hero-copy{max-width:760px}
  .booking-glass{max-width:580px;transform:none}
  .hero-wow{min-height:auto}
  .steps-grid,.service-grid{grid-template-columns:1fr}
  .featured-step{transform:none}
  .services-head,.salon-cta-inner{grid-template-columns:1fr;gap:28px}
  .service-photo{height:420px}
}
@media(max-width:680px){
  .landing .site-header{padding:18px 18px}
  .landing .site-header .brand span:last-child{display:none}
  .nav{gap:6px}
  .nav .btn{padding:10px 11px;font-size:13px}
  .hero-content-wrap{width:calc(100% - 36px);padding-top:116px}
  .hero-copy h1{font-size:51px}
  .hero-copy p{font-size:16px}
  .hero-actions{align-items:flex-start;flex-direction:column}
  .hero-trust{gap:16px;justify-content:space-between}
  .hero-trust strong{font-size:15px}
  .hero-trust span{font-size:10px}
  .booking-glass{padding:20px}
  .section{padding:78px 0}
  .service-photo{height:300px}
  .footer-inner{flex-direction:column;align-items:flex-start}
  .grid.cols-3,.grid.cols-2{grid-template-columns:1fr}
}

/* =========================================================
   SALONBOOK AUTH — WOW login / registration
   ========================================================= */
.auth-page{
  min-height:100vh;
  margin:0;
  background:#f8f4f1;
  color:var(--text);
}
.auth-shell{
  min-height:100vh;
  display:grid;
  grid-template-columns:minmax(420px,1.05fr) minmax(520px,.95fr);
}
.auth-visual{
  position:relative;
  min-height:100vh;
  padding:38px 48px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  background-size:cover;
  background-position:center;
}
.auth-visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(18,13,14,.20),rgba(18,13,14,.68)),
    linear-gradient(90deg,rgba(38,20,24,.30),rgba(38,20,24,.06));
}
.auth-register-visual{
  background-image:url("https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=1500&q=90");
}
.auth-login-visual{
  background-image:url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=1500&q=90");
}
.auth-brand{
  position:relative;
  z-index:2;
  display:flex;
  gap:11px;
  align-items:center;
  width:max-content;
  font-size:23px;
  font-weight:800;
  letter-spacing:-.6px;
}
.auth-visual-copy{
  position:relative;
  z-index:2;
  max-width:650px;
  margin-top:auto;
  margin-bottom:45px;
}
.auth-visual-copy h1{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(50px,5vw,78px);
  line-height:.98;
  letter-spacing:-.045em;
  margin:0;
}
.auth-visual-copy h1 em{
  color:#f1bac6;
  font-weight:600;
}
.auth-visual-copy p{
  max-width:560px;
  font-size:18px;
  line-height:1.65;
  color:rgba(255,255,255,.78);
  margin:24px 0 0;
}
.auth-quote{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:12px;
  border-top:1px solid rgba(255,255,255,.24);
  padding-top:22px;
  color:rgba(255,255,255,.72);
}
.auth-quote span{font-size:22px;color:#f3c3cd}
.auth-quote p{margin:0;font-size:14px}
.auth-form-side{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:55px 60px;
  background:
    radial-gradient(circle at 100% 0%,rgba(227,176,188,.20),transparent 34%),
    #f9f6f3;
}
.auth-panel{
  width:100%;
  max-width:540px;
}
.auth-panel h2{
  font-family:"Playfair Display",Georgia,serif;
  font-size:52px;
  letter-spacing:-.035em;
  line-height:1;
  margin:0 0 15px;
}
.auth-intro{
  color:#817873;
  font-size:16px;
  line-height:1.6;
  margin-bottom:30px;
}
.auth-form label{
  margin-top:17px;
  font-size:14px;
}
.auth-form input:not([type="radio"]),
.auth-form select{
  min-height:52px;
  border:1px solid #ded3ce;
  border-radius:14px;
  background:rgba(255,255,255,.82);
  padding:0 16px;
  transition:.18s ease;
}
.auth-form input:not([type="radio"]):focus,
.auth-form select:focus{
  outline:none;
  border-color:#c97b8d;
  box-shadow:0 0 0 4px rgba(201,123,141,.12);
  background:#fff;
}
.auth-form .btn{
  margin-top:24px;
  min-height:54px;
  font-size:15px;
}
.role-switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:9px;
}
.role-option{
  margin:0!important;
  cursor:pointer;
}
.role-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.role-option span{
  min-height:82px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px 15px;
  border:1px solid #ded3ce;
  border-radius:15px;
  background:#fff;
  transition:.18s ease;
}
.role-option strong{font-size:15px}
.role-option small{
  margin-top:4px;
  color:#8c817c;
  font-weight:500;
}
.role-option input:checked + span{
  border-color:#c86f83;
  background:#fbebef;
  box-shadow:0 0 0 3px rgba(200,111,131,.10);
}
.auth-bottom{
  text-align:center;
  color:#847a75;
  margin:22px 0 10px;
}
.auth-bottom a{
  color:#aa5267;
  font-weight:800;
}
.auth-home-link{
  display:block;
  text-align:center;
  color:#9a8e88;
  font-size:13px;
}
.auth-mobile-brand{display:none}
.auth-page .alert{
  border:1px solid #f0c8cd;
  background:#fff0f2;
  color:#963c49;
  padding:13px 15px;
  border-radius:13px;
}

@media(max-width:900px){
  .auth-shell{grid-template-columns:1fr}
  .auth-visual{
    min-height:430px;
    padding:28px 26px;
  }
  .auth-visual-copy{
    margin-top:120px;
    margin-bottom:20px;
  }
  .auth-visual-copy h1{font-size:52px}
  .auth-form-side{
    min-height:auto;
    padding:50px 25px 70px;
  }
}
@media(max-width:560px){
  .auth-visual{display:none}
  .auth-form-side{
    min-height:100vh;
    display:block;
    padding:24px 20px 48px;
  }
  .auth-mobile-brand{
    display:block;
    margin-bottom:55px;
  }
  .auth-panel h2{font-size:43px}
  .role-switch{grid-template-columns:1fr}
}

/* =========================================================
   SALONBOOK CLIENT APP — WOW dashboard + booking
   ========================================================= */
.client-app,.booking-page{
  background:#f8f5f2;
  min-height:100vh;
}
.client-header{
  background:rgba(255,255,255,.92);
  border-bottom:1px solid #eadfda;
  position:sticky;
  top:0;
  z-index:40;
  backdrop-filter:blur(14px);
}
.client-header-inner{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.client-nav{
  display:flex;
  align-items:center;
  gap:18px;
  font-size:14px;
  font-weight:700;
}
.client-user-pill{
  display:flex;
  align-items:center;
  gap:9px;
  background:#f3ebe7;
  border-radius:999px;
  padding:7px 12px 7px 7px;
}
.client-avatar{
  width:34px;height:34px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#211d1b;color:#fff;font-weight:800;
}
.client-hero{
  position:relative;
  padding:105px 0 92px;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(24,16,18,.84) 0%,rgba(24,16,18,.62) 42%,rgba(24,16,18,.22) 75%,rgba(24,16,18,.10) 100%),
    url("https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?auto=format&fit=crop&w=2200&q=90") center 35%/cover no-repeat;
}
.client-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.18));
  pointer-events:none;
}
.client-hero .container{
  position:relative;
  z-index:2;
}
.client-hero .eyebrow.dark{
  color:#efb8c5;
}
.client-hero h1{
  color:#fff;
}
.client-hero p{
  color:rgba(255,255,255,.78);
}
.client-hero .btn-primary{
  box-shadow:0 18px 45px rgba(201,109,130,.34);
}
.client-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .55fr;
  gap:60px;
  align-items:center;
}
.client-hero h1{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(48px,5vw,72px);
  letter-spacing:-.045em;
  line-height:1;
  margin:0 0 18px;
}
.client-hero p{
  max-width:650px;
  color:#7b726d;
  font-size:18px;
  line-height:1.65;
  margin-bottom:28px;
}
.client-hero-card{
  background:rgba(255,255,255,.13);
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
  border-radius:28px;
  padding:30px;
  min-height:320px;
  box-shadow:0 28px 75px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.client-hero-label{
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.18em;
  color:#dcb3bd;
  font-weight:800;
}
.client-next-date{
  font-family:"Playfair Display",serif;
  font-size:70px;
  line-height:.9;
  margin-top:28px;
}
.client-next-time{
  font-size:20px;
  color:#eab4c1;
  margin:8px 0 24px;
}
.client-hero-card h3{
  font-family:"Playfair Display",serif;
  font-size:28px;
  margin:0 0 6px;
}
.client-hero-card p{
  font-size:14px;
  margin:0 0 18px;
  color:rgba(255,255,255,.76);
}
.client-empty-icon{
  font-size:38px;
  color:#edb6c3;
  margin:36px 0 18px;
}
.client-section{
  padding:82px 0;
}
.client-section-soft{
  background:#efe7e2;
}
.client-section-head{
  display:grid;
  grid-template-columns:1fr .7fr;
  gap:50px;
  align-items:end;
  margin-bottom:34px;
}
.client-section-head h2{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(38px,4vw,56px);
  line-height:1;
  letter-spacing:-.035em;
  margin:0;
}
.client-section-head p{
  color:#80756f;
  line-height:1.7;
  max-width:520px;
}
.client-salon-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.client-salon-card{
  background:#fff;
  border-radius:25px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(31,22,20,.05);
  border:1px solid #ede3de;
}
.client-salon-photo{
  height:245px;
  position:relative;
  background-size:cover;
  background-position:center;
}
.salon-photo-1{background-image:url("https://images.unsplash.com/photo-1560066984-138dadb4c035?auto=format&fit=crop&w=900&q=85")}
.salon-photo-2{background-image:url("https://images.unsplash.com/photo-1600948836101-f9ffda59d250?auto=format&fit=crop&w=900&q=85")}
.salon-photo-3{background-image:url("https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=900&q=85")}
.salon-card-badge{
  position:absolute;left:16px;top:16px;
  background:rgba(255,255,255,.9);
  padding:7px 10px;border-radius:999px;
  font-size:10px;font-weight:800;letter-spacing:.08em;
}
.client-salon-body{
  padding:22px;
}
.client-salon-body h3{
  font-family:"Playfair Display",serif;
  font-size:27px;
  margin:0 0 6px;
}
.client-salon-body p{
  color:#8a807a;
  font-size:13px;
  min-height:38px;
  margin:0 0 18px;
}
.client-salon-body .btn{width:100%}
.client-empty-card{
  background:#fff;
  border:1px solid #e8ddd8;
  border-radius:24px;
  padding:42px;
  text-align:center;
}
.client-empty-card.compact{padding:25px}
.client-empty-card > span{
  width:54px;height:54px;border-radius:18px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#f4e5e9;color:#b65f73;font-size:23px;
}
.client-empty-card h3{
  font-family:"Playfair Display",serif;
  font-size:28px;
  margin:16px 0 7px;
}
.client-empty-card p{color:#817873;margin:0}
.appointments-list{display:grid;gap:14px}
.appointment-card{
  background:#fff;
  border:1px solid #e7dcd6;
  border-radius:22px;
  padding:18px 22px;
  display:grid;
  grid-template-columns:90px 1fr;
  gap:22px;
  align-items:center;
}
.appointment-date{
  min-height:86px;
  border-radius:18px;
  background:#f4e7ea;
  display:flex;flex-direction:column;
  justify-content:center;align-items:center;
}
.appointment-date strong{
  font-family:"Playfair Display",serif;
  font-size:36px;line-height:1;
}
.appointment-date span{
  margin-top:4px;
  font-size:11px;
  letter-spacing:.12em;
  color:#9c6975;
  font-weight:800;
}
.appointment-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
}
.appointment-top h3{
  font-family:"Playfair Display",serif;
  font-size:26px;
  margin:0 0 4px;
}
.appointment-top p{
  color:#877c76;
  margin:0;
}
.appointment-meta{
  display:flex;
  gap:18px;
  margin-top:15px;
  color:#756c67;
  font-size:13px;
}
.noshow-note{
  margin-top:20px;
  border-radius:16px;
  background:#fff4dd;
  border:1px solid #f0d8a9;
  padding:16px 18px;
  display:flex;
  flex-direction:column;
  gap:4px;
  color:#775b1c;
}
.history-table-wrap{
  background:#fff;
  border:1px solid #e9ded8;
  border-radius:22px;
  padding:10px 18px;
  overflow:auto;
}
.history-table{box-shadow:none}
.client-footer{
  background:#211d1b;
  color:#fff;
}
.client-footer .container{
  min-height:90px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:rgba(255,255,255,.6);
}

/* Booking page */
.booking-main{
  padding:70px 0 90px;
  background:
    radial-gradient(circle at 7% 10%,rgba(232,183,194,.26),transparent 30%),
    #f8f5f2;
  min-height:calc(100vh - 76px);
}
.booking-layout{
  display:grid;
  grid-template-columns:.8fr 1.05fr;
  gap:70px;
  align-items:start;
}
.booking-info{
  position:sticky;
  top:130px;
}
.booking-info h1{
  font-family:"Playfair Display",serif;
  font-size:clamp(48px,5vw,72px);
  letter-spacing:-.045em;
  line-height:1;
  margin:0 0 18px;
}
.booking-info > p{
  color:#7d736e;
  font-size:18px;
  line-height:1.6;
  max-width:520px;
}
.booking-promise{
  margin-top:42px;
  display:grid;
  gap:13px;
}
.booking-promise div{
  display:flex;
  align-items:center;
  gap:14px;
  border-bottom:1px solid #dfd4cf;
  padding:0 0 13px;
}
.booking-promise span{
  font-size:11px;
  color:#a56b78;
  font-weight:800;
  letter-spacing:.12em;
}
.booking-form-card{
  background:#fff;
  border:1px solid #e7ddd8;
  border-radius:28px;
  padding:34px;
  box-shadow:0 22px 60px rgba(31,22,20,.07);
}
.booking-form-head h2{
  font-family:"Playfair Display",serif;
  font-size:44px;
  margin:5px 0 20px;
}
.booking-step{
  font-size:11px;
  letter-spacing:.15em;
  color:#a77882;
  font-weight:800;
}
.booking-form > label{
  margin-top:23px;
  margin-bottom:8px;
}
.booking-form select,
.booking-form input[type="datetime-local"]{
  min-height:54px;
  border-radius:14px;
  border:1px solid #ddd1cb;
  padding:0 15px;
}
.employee-choice{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.employee-card{
  margin:0!important;
  cursor:pointer;
}
.employee-card input{
  position:absolute;
  opacity:0;
}
.employee-card-inner{
  display:flex;
  gap:12px;
  align-items:center;
  border:1px solid #e0d5cf;
  border-radius:15px;
  padding:12px;
  transition:.18s ease;
}
.employee-avatar{
  width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#f0d6dc;color:#965365;font-weight:800;
}
.employee-card-inner > span:last-child{
  display:flex;flex-direction:column;
}
.employee-card small{
  color:#918680;
  margin-top:2px;
}
.employee-card input:checked + .employee-card-inner{
  background:#faeaee;
  border-color:#c76f83;
  box-shadow:0 0 0 3px rgba(199,111,131,.1);
}
.booking-note{
  text-align:center;
  color:#938882;
  font-size:12px;
  margin:12px 0 0;
}
.booking-success{text-align:center;padding:24px 6px}
.booking-success > span{
  display:inline-flex;
  width:70px;height:70px;border-radius:50%;
  align-items:center;justify-content:center;
  background:#e5f4ea;color:#2f7a4f;
  font-size:28px;font-weight:800;
}
.booking-success h2{
  font-family:"Playfair Display",serif;
  font-size:40px;margin:20px 0 8px;
}
.booking-success p{color:#817873;margin:0 0 24px}

@media(max-width:980px){
  .client-hero-grid,.booking-layout,.client-section-head{
    grid-template-columns:1fr;
  }
  .client-salon-grid{grid-template-columns:1fr 1fr}
  .booking-info{position:static}
}
@media(max-width:720px){
  .client-nav > a:not(.btn){display:none}
  .client-user-pill span:last-child{display:none}
  .client-hero{padding-top:52px}
  .client-salon-grid{grid-template-columns:1fr}
  .appointment-card{grid-template-columns:70px 1fr;padding:14px}
  .appointment-date{min-height:72px}
  .appointment-top{flex-direction:column;gap:8px}
  .appointment-meta{flex-direction:column;gap:5px}
  .employee-choice{grid-template-columns:1fr}
  .booking-form-card{padding:22px}
  .client-footer .container{flex-direction:column;justify-content:center;gap:7px}
}
