
:root{
  --bg:#f9f5ee;
  --paper:#fffdf9;
  --paper2:#fffdf9;
  --ink:#292923;
  --muted:#6d675d;
  --gold:#937341;
  --gold2:#b99a65;
  --gold-dark:#6f542d;
  --line:rgba(147,115,65,.22);
  --line-strong:rgba(147,115,65,.38);
  --shadow:0 18px 48px rgba(41,41,35,.08);
  --shadow-soft:0 10px 30px rgba(41,41,35,.06);
}
[hidden]{display:none!important}
body{background:#f9f5ee;color:var(--ink);font-family:Arial,sans-serif;font-size:16px;line-height:1.7}
.booking-header{height:104px;background:rgba(249,245,238,.97);border-bottom:1px solid #dcd3c4;padding:0 6%}
.brand{display:flex;align-items:center;gap:14px;color:var(--ink)}
.virga-logo{width:76px;height:76px;object-fit:contain;display:block}
.virga-wordmark{display:block;font-family:Georgia,"Times New Roman",serif;letter-spacing:.16em;line-height:1.1}
.virga-wordmark strong{display:block;font-size:24px;font-weight:400}
.virga-wordmark small{display:block;text-align:center;font:10px/2.5 Arial,sans-serif;letter-spacing:.32em}
.back{font-size:14px;border-radius:0;background:transparent;border:1px solid var(--gold);color:var(--ink);padding:10px 18px}
.page-shell{width:min(100% - 32px,1180px);padding:38px 0 54px}
.booking-hero{display:block;margin-bottom:24px}
.intro{padding:38px 42px;background:#eee7dc;border:1px solid #dcd3c4;border-radius:0;box-shadow:none}
.eyebrow{color:var(--gold);font-size:12px;letter-spacing:.22em;font-weight:700}
.intro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,6vw,72px);line-height:1.05;letter-spacing:-.045em;font-weight:400;margin:12px 0 18px}
.intro p{font-size:16px;line-height:1.8;color:#66645c;max-width:760px}
.booking-phone{display:inline-block;margin-top:18px;color:var(--gold-dark);font-size:14px;border-bottom:1px solid #b7a789;padding-bottom:4px}
.booking-card{border-radius:0;background:#fffdf9;border:1px solid #dcd3c4;box-shadow:none;padding:42px}
.step-head>span{border-color:var(--gold);color:var(--gold);background:#f9f5ee;border-radius:50%}
.step-head small{color:var(--gold);font-size:11px;letter-spacing:.18em}
.step-head h2{font-family:Georgia,"Times New Roman",serif;font-size:32px;font-weight:400}
.divider{background:#dcd3c4}
.location-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.location-choice{position:relative;text-align:left;border:1px solid #dcd3c4;background:#fffdf9;padding:20px;cursor:pointer;color:var(--ink);transition:.2s}
.location-choice:hover{border-color:var(--gold);transform:translateY(-1px)}
.location-choice.selected{border-color:var(--gold);box-shadow:inset 0 0 0 1px var(--gold);background:#f6efe4}
.location-choice strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:400}
.location-choice small{display:block;color:#77736b;font-size:12px;line-height:1.55;margin-top:6px}
.location-choice.selected:after{content:"✓";position:absolute;right:16px;top:16px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:12px}
.service-grid{gap:12px}
.service{border-radius:0;border:1px solid #dcd3c4;background:#fffdf9;box-shadow:none}
.service:hover{border-color:var(--gold);box-shadow:none}
.service.selected{background:#f6efe4;border-color:var(--gold);box-shadow:inset 0 0 0 1px var(--gold)}
.service strong{font-family:Georgia,"Times New Roman",serif;font-weight:400}
.service.selected::after{background:var(--ink)}
.calendar-card{border-radius:0;background:#f9f5ee;border:1px solid #dcd3c4;box-shadow:none}
.calendar-title-block h3{font-family:Georgia,"Times New Roman",serif}
.calendar-nav{border-radius:0;border-color:#cdbfa9;background:#fffdf9;color:var(--ink);box-shadow:none}
.calendar-day{border-radius:0;background:#fffdf9;box-shadow:none}
.calendar-day.selected{background:#e9dcc7;border-color:var(--gold);box-shadow:none}
.slot-area .helper,.slot-area .no-slots,.slot-area .slots{border-radius:0;background:#f9f5ee;border:1px solid #dcd3c4;color:#6d675d}
.slot-area .slots{background:#fffdf9}
.slot{border-radius:0!important;border-color:#cdbfa9!important}
.slot:hover,.slot.selected{background:var(--ink)!important;color:#fff!important;border-color:var(--ink)!important}
.more-slots-btn,.change-day-btn{border-radius:0;background:#fffdf9;color:var(--ink);border-color:#cdbfa9}
.form-grid input,.form-grid textarea{border-radius:0;background:#fffdf9;border-color:#cdbfa9;font-size:16px}
.consent,.summary{border-radius:0}
.submit{border-radius:0;background:var(--ink);box-shadow:none;font-size:14px;letter-spacing:.08em}
.submit:hover:not(:disabled){background:#4d4b3c}
.booking-unavailable{background:#fffdf9;border:1px solid #dcd3c4;border-radius:0;padding:38px}
.booking-unavailable h2{font-family:Georgia,"Times New Roman",serif;font-weight:400}
.fallback-primary{background:var(--ink)!important;border-radius:0!important}
.fallback-secondary{border-radius:0!important;border-color:var(--gold)!important;color:var(--ink)!important}
footer{background:#eee7dc;border-top:1px solid #dcd3c4;color:#6d675d;font-size:12px}
footer a{color:var(--gold-dark)}
.loading,.helper,.message,.no-slots{border-radius:0}
.mobile-step-highlight{box-shadow:inset 0 0 0 2px rgba(147,115,65,.2)!important}

@media(max-width:680px){
  .booking-header{height:82px;padding:0 15px}
  .virga-logo{width:54px;height:54px}
  .virga-wordmark strong{font-size:18px}
  .virga-wordmark small{font-size:8px;letter-spacing:.24em}
  .back{font-size:0;border:0;padding:10px}
  .back:after{content:"←";font-size:24px}
  .page-shell{width:calc(100% - 20px);padding-top:18px}
  .intro{padding:28px 20px}
  .intro h1{font-size:42px}
  .intro p{font-size:15px}
  .booking-card{padding:24px 14px}
  .location-choice-grid{grid-template-columns:1fr}
  .location-choice{padding:17px 16px}
  .location-choice strong{font-size:22px}
  .service strong{font-size:21px}
  .step-head h2{font-size:25px}
  .calendar-card{padding:14px 8px 12px}
}

/* V21 – kategorizált, képek nélküli szolgáltatásválasztó */
#serviceGrid.service-grid{
  display:block;
}
.service-category{
  border:1px solid #dcd3c4;
  background:#fffdf9;
  margin:0 0 10px;
}
.service-category > summary{
  list-style:none;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto 28px;
  align-items:center;
  gap:12px;
  min-height:66px;
  padding:15px 18px;
  cursor:pointer;
  color:var(--ink);
}
.service-category > summary::-webkit-details-marker{display:none}
.service-category > summary span{
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  line-height:1.15;
}
.service-category > summary small{
  color:#857b6f;
  font-size:11px;
  white-space:nowrap;
}
.service-category > summary b{
  font:400 24px/1 Arial,sans-serif;
  color:var(--gold);
  text-align:center;
  transition:transform .2s ease;
}
.service-category[open] > summary{
  background:#f6efe4;
  border-bottom:1px solid #dcd3c4;
}
.service-category[open] > summary b{transform:rotate(180deg)}
.service-category-list{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  padding:0;
}
.service-category .service{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:66px;
  margin:0;
  padding:13px 18px;
  border:0;
  border-bottom:1px solid #ece5da;
  background:#fffdf9;
  text-align:left;
  box-shadow:none;
  transform:none;
}
.service-category .service:last-child{border-bottom:0}
.service-category .service:hover{
  background:#fbf7f0;
  border-color:#ece5da;
  box-shadow:none;
  transform:none;
}
.service-category .service.selected{
  background:#efe3d1;
  box-shadow:inset 4px 0 0 var(--gold);
  border-color:#ece5da;
}
.service-category .service::before,
.service-category .service::after{display:none!important}
.service-text{min-width:0}
.service-category .service strong{
  display:block;
  padding:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
  line-height:1.25;
  font-weight:400;
}
.service-category .service small{
  display:block;
  margin-top:4px;
  font-size:11px;
  color:#77736b;
}
.service-category .service .price{
  color:var(--gold-dark);
  font-weight:700;
}
.service-arrow{
  flex:0 0 auto;
  color:var(--gold);
  font-size:20px;
}
/* A foglaló szolgáltatáslistájában soha ne jelenjenek meg képek. */
#serviceGrid img,
.service-category img,
.service img{display:none!important}

@media(max-width:680px){
  .service-category > summary{
    grid-template-columns:minmax(0,1fr) 24px;
    gap:8px;
    min-height:58px;
    padding:13px 14px;
  }
  .service-category > summary span{font-size:20px}
  .service-category > summary small{display:none}
  .service-category .service{min-height:60px;padding:12px 14px}
  .service-category .service strong{font-size:17px}
  .service-category .service small{font-size:10px}
}

/* V22 – Virga Timi eredeti arany VT logó + arculati ívek */
:root{
  --gold-deep:#76511f;
  --gold-mid:#b9862f;
  --gold-bright:#e6bd62;
}
.booking-header{
  height:132px;
  position:relative;
  padding:0 5.5%;
  background:rgba(249,245,238,.96);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 10px 28px rgba(71,52,24,.045);
}
.booking-header::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;height:2px;
  background:linear-gradient(90deg,transparent,var(--gold-deep) 18%,var(--gold-bright) 50%,var(--gold-deep) 82%,transparent);
  opacity:.58;
}
.booking-header .brand{gap:0}
.virga-logo{
  width:122px;height:122px;
  object-fit:contain;
  filter:drop-shadow(0 8px 11px rgba(95,62,13,.13));
}
.virga-wordmark{display:none}
.back{
  border-color:var(--gold-mid);
  background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(202,156,67,.07));
}
.booking-hero{position:relative;overflow:hidden}
.intro{
  position:relative;
  overflow:hidden;
  background:linear-gradient(115deg,#f2e7d6,#fffaf1 65%,#efe0c8);
  border-color:rgba(147,115,65,.28);
}
.intro>*{position:relative;z-index:1}
.intro::before{
  content:"";
  position:absolute;
  width:330px;height:330px;
  right:-110px;top:-190px;
  border:2px solid rgba(177,124,38,.33);
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-radius:50%;
  transform:rotate(14deg);
}
.intro::after{
  content:"";
  position:absolute;
  width:10px;height:10px;border-radius:50%;
  right:68px;top:74px;
  background:radial-gradient(circle at 35% 30%,#ffe9a4,#d99e38 55%,#704718);
}
.intro h1{
  color:#2b281f;
  text-shadow:0 1px 0 rgba(255,255,255,.55);
}
.booking-card{
  position:relative;
  overflow:hidden;
  border-color:rgba(147,115,65,.3);
}
.booking-card::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,#75501c,#e7bf64 48%,#8e6021);
}
.step-head>span{
  color:var(--gold-deep);
  border-color:var(--gold-mid);
  background:linear-gradient(145deg,#fffdf8,#efe0c5);
  box-shadow:inset 0 0 0 3px #fff8ec;
}
.location-choice.selected,
.service-category[open] > summary{
  background:linear-gradient(90deg,#f7ecdb,#fffaf2);
}
.location-choice.selected{border-color:var(--gold-mid)}
.service-category{border-color:rgba(147,115,65,.25)}
.service-category > summary b{color:var(--gold-mid)}
.service-category .service.selected{box-shadow:inset 4px 0 0 var(--gold-mid)}
.calendar-day.selected{background:#edddc2;border-color:var(--gold-mid)}
.submit{
  position:relative;
  overflow:hidden;
  background:linear-gradient(115deg,#24221d 0%,#3c3324 100%);
  border:1px solid rgba(230,189,98,.23);
}
.submit::before{
  content:"";
  position:absolute;left:0;top:0;bottom:0;width:3px;
  background:linear-gradient(#f0d178,#a66d20,#e6bd62);
}
footer{
  position:relative;
  background:linear-gradient(90deg,#eee1cd,#fffaf1 52%,#eee1cd);
}
footer::before{
  content:"";
  position:absolute;top:0;left:8%;right:8%;height:1px;
  background:linear-gradient(90deg,transparent,var(--gold-bright),transparent);
}
@media(max-width:680px){
  .booking-header{height:94px;padding:0 14px}
  .virga-logo{width:86px;height:86px}
  .intro::before{width:235px;height:235px;right:-120px;top:-115px}
  .intro::after{right:35px;top:60px;width:8px;height:8px}
}

/* V23 – lágyabb, kerekített foglalófelület */
.back{border-radius:14px}
.intro{border-radius:28px;box-shadow:0 16px 44px rgba(72,55,28,.06)}
.booking-card{border-radius:30px;box-shadow:0 18px 52px rgba(72,55,28,.065)}
.location-choice{border-radius:18px}
.service-category{border-radius:18px;overflow:hidden}
.service-category .service{border-radius:0}
.calendar-card{border-radius:24px}
.calendar-nav{border-radius:12px}
.calendar-day{border-radius:12px}
.slot-area .helper,.slot-area .no-slots,.slot-area .slots{border-radius:20px}
.slot{border-radius:12px!important}
.more-slots-btn,.change-day-btn{border-radius:12px}
.form-grid input,.form-grid textarea{border-radius:14px}
.consent,.summary{border-radius:16px}
.submit{border-radius:14px}
.booking-unavailable{border-radius:26px}
.fallback-primary,.fallback-secondary{border-radius:14px!important}
.loading,.helper,.message,.no-slots{border-radius:16px}
@media(max-width:680px){
  .intro{border-radius:22px}
  .booking-card{border-radius:24px}
  .location-choice{border-radius:16px}
  .service-category{border-radius:16px}
  .calendar-card{border-radius:20px}
}

/* V24 – egységes, prémium foglalófelület */
.booking-hero{margin-bottom:14px}
.intro{border-radius:30px;padding:42px 46px;background:linear-gradient(125deg,#f3e8d8 0%,#fffaf2 64%,#eddec4 100%)}
.booking-trust{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;margin:0 0 22px;padding:13px 20px;border:1px solid rgba(147,115,65,.2);border-radius:999px;background:rgba(255,253,249,.85);color:#746b60;font-size:11px;letter-spacing:.06em}
.booking-trust span{display:flex;align-items:baseline;gap:6px}.booking-trust b{font-family:Georgia,"Times New Roman",serif;font-size:15px;color:#352f27;font-weight:400}.booking-trust i{width:4px;height:4px;border-radius:50%;background:var(--gold2)}
.booking-card{border-radius:34px;padding:46px;background:rgba(255,253,249,.93)}
.step-head h2{font-size:34px}.location-choice{border-radius:20px;padding:22px}.service-category{border-radius:20px}.calendar-card{border-radius:26px}.submit{border-radius:999px;min-height:54px}.back{border-radius:999px}.fallback-primary,.fallback-secondary{border-radius:999px!important}
@media(max-width:680px){
 .intro{padding:30px 22px;border-radius:24px}.booking-trust{border-radius:22px;gap:8px 12px;padding:12px 14px}.booking-trust i{display:none}.booking-trust span{width:calc(50% - 6px);justify-content:center}.booking-card{padding:25px 14px;border-radius:24px}.step-head h2{font-size:25px}.location-choice{border-radius:17px}.service-category{border-radius:17px}
}


/* V42 – dizájnos foglalási hero Timi fotójával */
.booking-hero{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  align-items:stretch;
  gap:20px;
  margin-bottom:18px;
}
.booking-mini-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 8px;
}
.booking-mini-points span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,251,244,.82);
  border:1px solid rgba(169,126,54,.18);
  color:#695d4e;
  font-size:12px;
  letter-spacing:.03em;
}
.booking-phone{
  margin-top:14px;
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:0 4px 4px 0;
}
.booking-portrait-card{
  margin:0;
  min-width:0;
}
.booking-portrait-shell{
  position:relative;
  height:100%;
  min-height:100%;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(147,115,65,.24);
  background:linear-gradient(145deg,#fbf6ed 0%,#f0e2cb 100%);
  box-shadow:0 16px 44px rgba(72,55,28,.06);
  padding:16px;
}
.booking-portrait-shell::before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-126px;
  top:-140px;
  border:2px solid rgba(177,124,38,.28);
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-radius:50%;
  transform:rotate(14deg);
}
.booking-portrait-shell::after{
  content:"";
  position:absolute;
  left:18px;
  bottom:24px;
  width:86px;
  height:86px;
  border:1px solid rgba(147,115,65,.18);
  border-radius:28px 0 28px 0;
  opacity:.45;
}
.booking-portrait{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  min-height:440px;
  object-fit:cover;
  object-position:center top;
  border-radius:24px;
  background:#fff;
}
.booking-portrait-logo{
  position:absolute;
  right:20px;
  bottom:54px;
  z-index:2;
  width:96px;
  height:96px;
  object-fit:contain;
  filter:drop-shadow(0 8px 14px rgba(95,62,13,.18));
}
.booking-portrait-shell figcaption{
  position:absolute;
  left:28px;
  bottom:20px;
  z-index:2;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--gold-deep);
}
@media(max-width:900px){
  .booking-hero{
    grid-template-columns:1fr;
  }
  .booking-portrait-shell{
    min-height:unset;
  }
  .booking-portrait{
    min-height:360px;
  }
}
@media(max-width:680px){
  .booking-hero{
    gap:14px;
    margin-bottom:14px;
  }
  .booking-mini-points{
    gap:8px;
    margin:18px 0 6px;
  }
  .booking-mini-points span{
    width:100%;
    justify-content:center;
    text-align:center;
    min-height:36px;
    padding:8px 12px;
    font-size:11px;
  }
  .booking-portrait-shell{
    border-radius:24px;
    padding:12px;
  }
  .booking-portrait{
    min-height:300px;
    border-radius:18px;
    object-position:center 18%;
  }
  .booking-portrait-logo{
    width:74px;
    height:74px;
    right:14px;
    bottom:44px;
  }
  .booking-portrait-shell figcaption{
    left:20px;
    bottom:16px;
    font-size:11px;
    letter-spacing:.12em;
  }
}

.consent a{color:var(--gold-deep);text-decoration:underline;text-underline-offset:3px}footer a{color:var(--gold-deep)}

/* V43 – mobil foglalási infósáv rendezése */
@media (max-width: 680px){
  .booking-trust{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    align-items:stretch;
    justify-content:stretch;
    padding:0;
    border:0;
    background:transparent;
    border-radius:0;
    margin:0 0 18px;
  }
  .booking-trust i{
    display:none !important;
  }
  .booking-trust span{
    width:auto !important;
    min-width:0;
    min-height:68px;
    padding:12px 10px;
    border:1px solid rgba(147,115,65,.18);
    border-radius:18px;
    background:rgba(255,253,249,.88);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    text-align:center;
    line-height:1.25;
    box-shadow:0 8px 20px rgba(71,53,23,.04);
  }
  .booking-trust b{
    display:block;
    font-size:16px;
    line-height:1.1;
  }
}
