/* 6-С brand layer — typography, hero identity, motion, a11y */

:root {
  --brand: #13c6c7;
  --brand-hot: #25e2d8;
  --brand-deep: #031321;
  --brand-ink: #f7fbff;
  --brand-mist: #9db0c1;
  --brand-glow: rgba(37, 226, 216, 0.22);
  --font-brand: "Syne", "Outfit", sans-serif;
  --font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --font-sans: "Outfit", "Manrope", "Segoe UI", sans-serif;
  --serif: var(--font-display);
  --sans: var(--font-sans);
  --display: var(--font-brand);
  --motion-rise: 680ms cubic-bezier(0.22, 1, 0.36, 1);
  --motion-soft: 420ms ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background:
    radial-gradient(ellipse 90% 55% at 12% -10%, rgba(19, 102, 133, 0.28), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 0%, rgba(19, 198, 199, 0.1), transparent 42%),
    var(--bg, #031321);
}

.logo {
  font-family: var(--font-brand);
  font-weight: 780;
  font-size: clamp(1.35rem, 1.05rem + 0.85vw, 1.72rem);
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
}

.logo span,
.brand-mark > span:last-of-type,
.brand-hero span {
  color: var(--brand-hot);
}

.brand-mark .brand-mark-lead,
.logo {
  color: var(--brand-ink);
}

.logo {
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.brand-mark {
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 0.05em;
  font-family: var(--font-brand);
  font-weight: 780;
  font-size: clamp(3.2rem, 7.6vw, 5.8rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  color: var(--brand-ink);
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  margin: 10px 0 4px;
}

.brand-mark .brand-dot {
  width: 0.18em;
  height: 0.18em;
  border-radius: 50%;
  margin-left: 0.12em;
  align-self: flex-start;
  margin-top: 0.28em;
  background: var(--brand-hot);
  box-shadow: 0 0 24px var(--brand-glow);
}

.hero {
  isolation: isolate;
  min-height: min(92vh, 760px);
  background:
    radial-gradient(circle at 32% 18%, rgba(17, 102, 133, 0.32), transparent 40%),
    linear-gradient(118deg, #02111d 0%, #041a2c 52%, #0a2c3c 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -18% auto;
  width: min(52vw, 560px);
  height: min(52vw, 560px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 226, 216, 0.16), transparent 68%);
  z-index: 1;
  pointer-events: none;
  animation: brand-orbit 14s ease-in-out infinite alternate;
}

.hero-media {
  animation: brand-media-in 1.1s var(--motion-rise) both;
}

.hero-content {
  width: min(100%, 720px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-content > .eyebrow {
  display: inline-flex;
}

.hero-content > *:not(.booking-root):not(.booking-layer) {
  animation: brand-rise var(--motion-rise) forwards;
}

.hero-content > .booking-root {
  width: 100%;
  animation: brand-rise var(--motion-rise) 360ms both;
}

.hero-content > *:nth-child(1) { animation-delay: 40ms; }
.hero-content > *:nth-child(2) { animation-delay: 120ms; }
.hero-content > *:nth-child(3) { animation-delay: 200ms; }
.hero-content > *:nth-child(4) { animation-delay: 280ms; }
.hero-content > *:nth-child(5) { animation-delay: 360ms; }

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 18px 0 16px;
  max-width: 14ch;
}

.hero h1 em {
  font-style: normal;
  color: var(--brand-hot);
}

.hero-copy {
  max-width: 36ch;
}

.search-panel {
  animation: brand-rise var(--motion-rise) 320ms both;
}

.btn-primary {
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.28), transparent 80%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.btn-primary:hover::after {
  transform: translateX(120%);
}

.service-card,
.dark-card,
.review-card,
.step-card,
.provider-mini,
.pricing-card,
.process-item,
.catalog-card {
  transition: transform var(--motion-soft), border-color var(--motion-soft), box-shadow var(--motion-soft);
}

.service-card:hover,
.dark-card:hover,
.review-card:hover,
.catalog-card:hover,
.pricing-card:hover {
  transform: translateY(-3px);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--motion-rise), transform var(--motion-rise);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.page-hero {
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 226, 216, 0.14), transparent 70%);
  pointer-events: none;
}

.brand-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.brand-pillar {
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid rgba(154, 205, 232, 0.16);
  background: rgba(5, 25, 40, 0.72);
}

.brand-pillar b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.brand-pillar span {
  color: var(--brand-mist);
  font-size: 0.92rem;
  line-height: 1.45;
}

.six-c-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.six-c-item {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line, rgba(160, 200, 225, 0.16));
}

.six-c-item strong {
  display: block;
  color: var(--brand-hot);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.six-c-item p {
  margin: 0;
  color: #b7c8d6;
  font-size: 0.95rem;
}

.marketing-shell .prose-card {
  /* card treatment applied in premium shell pass below */
}

.marketing-shell .pricing-grid,
.marketing-shell .process-timeline,
.marketing-shell .review-grid {
  margin-top: 8px;
}

.site-footer-brand p {
  max-width: 34ch;
  line-height: 1.55;
}

@keyframes brand-rise {
  from {
    opacity: 0.35;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes brand-media-in {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 0.95;
    transform: none;
  }
}

@keyframes brand-orbit {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-24px, 18px, 0);
  }
}

@media (max-width: 780px) {
  .hero {
    min-height: auto;
  }

  .brand-mark {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .hero h1 {
    max-width: none;
  }

  .brand-pillars,
  .six-c-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Commerce shell — catalogue / order / auth */
.commerce-shell .catalog-card-rich {
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
}
.commerce-shell .catalog-card-rich > div {
  padding: 22px;
}
.commerce-shell .catalog-card-rich img {
  margin: 0;
  border-radius: 0;
  height: 200px;
}
.catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 18px;
}
.catalog-meta span {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 226, 216, 0.1);
  color: #9ee9e4;
}
.span-full {
  grid-column: 1 / -1;
}
.service-detail-media {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
}
.commerce-filter {
  margin-top: 24px;
  flex-wrap: wrap;
}
.commerce-filter .input {
  min-width: 140px;
  background: #081d2f;
  border: 1px solid rgba(125, 194, 203, 0.27);
  color: #eaf6f8;
}
.order-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 28px;
  max-width: 720px;
}
.order-progress .progress-step {
  text-align: left;
  color: #7f96a7;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(154, 205, 232, 0.12);
}
.order-progress .progress-step.active {
  color: #031522;
  background: linear-gradient(135deg, #25e2d8, #0cb5c2);
  border-color: transparent;
}
.order-progress .progress-step:before,
.order-progress .progress-step:after {
  display: none;
}
.auth-card .muted {
  margin-top: 0;
  margin-bottom: 18px;
}
@media (max-width: 780px) {
  .order-progress {
    grid-template-columns: 1fr 1fr;
  }
}

/* Social auth */
.social-auth-stack{display:grid;gap:10px;margin:8px 0 18px}
.social-auth-stack.compact{margin:12px 0}
a.btn.social-btn{
  width:100%;
  min-height:48px;
  border-radius:12px;
  font-weight:800;
  justify-content:center;
  border:0;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
a.btn.social-yandex{background:#fc3f1d;color:#fff}
a.btn.social-yandex:hover{filter:brightness(1.05);transform:translateY(-1px);color:#fff}
a.btn.social-vk{background:#0077ff;color:#fff}
a.btn.social-vk:hover{filter:brightness(1.05);transform:translateY(-1px);color:#fff}
.social-linked-list{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:10px}
.social-linked-list li{display:grid;gap:2px;padding:10px 0;border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent)}
.social-linked-list small{opacity:.72}
.auth-divider{display:flex;align-items:center;gap:12px;margin:4px 0 18px;color:#8da5b6;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:rgba(154,205,232,.18)}
.billing-steps{margin:0;padding-left:1.2rem;display:grid;gap:10px;color:#b9cad7;line-height:1.45}
.is-selected-plan{border-color:rgba(37,226,216,.45)!important;box-shadow:0 0 0 1px rgba(37,226,216,.25)}
.pricing-card .big-price small{font-size:.45em;margin-left:4px;opacity:.7}
.billing-checklist{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:8px}
.billing-checklist li{position:relative;padding-left:28px;color:#8da7b8}
.billing-checklist li::before{content:"○";position:absolute;left:0;color:#5d7a8c}
.billing-checklist li.ok{color:#d7f7f3}
.billing-checklist li.ok::before{content:"✓";color:#25e2d8}
.billing-status-strip{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin:8px 0 28px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(104,197,205,.18);
  background:
    radial-gradient(ellipse 40% 120% at 100% 0%, rgba(19,198,199,.08), transparent 55%),
    linear-gradient(135deg,rgba(12,38,57,.92),rgba(7,27,43,.96));
}
.billing-status-strip strong{
  display:block;
  font-size:1.05rem;
  margin:4px 0;
  font-family: var(--font-brand), var(--font-sans), sans-serif;
  font-weight: 720;
  letter-spacing: -.02em;
}
.billing-plan-actions{margin-top:14px;display:grid;gap:10px}
.provider-plan-grid{margin-top:18px}
@media (max-width:780px){
  .billing-status-strip{flex-direction:column;align-items:flex-start}
}

/* Hero booking desk + sheets */
.visually-hidden{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;
}
.hero-booking{
  width:100%;
  margin-top:8px;
}
.hero-booking-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,1.05fr) minmax(0,1.15fr) auto;
  gap:10px;
  padding:12px;
  border-radius:22px;
  background:linear-gradient(145deg,rgba(6,28,44,.88),rgba(4,22,36,.92));
  border:1px solid rgba(154,205,232,.22);
  box-shadow:0 24px 60px rgba(0,8,18,.35);
  backdrop-filter:blur(18px);
}
.hero-picker{
  appearance:none;
  border:1px solid rgba(154,205,232,.16);
  background:rgba(255,255,255,.04);
  color:#e8f4fb;
  border-radius:16px;
  min-height:74px;
  padding:12px 40px 12px 16px;
  text-align:left;
  position:relative;
  cursor:pointer;
  transition:border-color .2s ease, background .2s ease, transform .2s ease;
}
.hero-picker:hover:not(:disabled),
.hero-picker:focus-visible{
  border-color:rgba(37,226,216,.45);
  background:rgba(37,226,216,.08);
  outline:none;
}
.hero-picker:disabled{opacity:.45;cursor:not-allowed}
.hero-picker-label{
  display:block;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8fb0c4;
  font-weight:700;
  margin-bottom:6px;
}
.hero-picker-value{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  overflow:hidden;
  font-family:var(--font-display, var(--serif));
  font-size:clamp(.92rem, .82rem + .35vw, 1.02rem);
  line-height:1.2;
  font-weight:700;
  color:#f3fbff;
  white-space:normal;
  word-break:break-word;
}
.hero-picker-chevron{
  position:absolute;right:16px;top:50%;width:8px;height:8px;
  border-right:2px solid #7fd7d0;border-bottom:2px solid #7fd7d0;
  transform:translateY(-60%) rotate(45deg);
}
.hero-booking-submit{
  min-width:168px;
  min-height:74px;
  border-radius:16px;
  font-weight:800;
}
.booking-root{width:min(100%,720px)}
.booking-layer{
  position:fixed;inset:0;z-index:240;
  display:grid;justify-items:end;align-items:stretch;
  pointer-events:none;
}
.booking-layer.is-open{pointer-events:auto}
.booking-layer[hidden]{display:none !important}
.booking-scrim{
  position:absolute;inset:0;border:0;padding:0;
  background:rgba(1,12,22,.62);
  backdrop-filter:blur(6px);
  cursor:pointer;
  opacity:0;
  transition:opacity .24s ease;
}
.booking-layer.is-open .booking-scrim{opacity:1}
.booking-sheet{
  position:relative;z-index:1;
  width:min(460px,100vw);
  height:100%;
  max-height:100dvh;
  display:none;
  flex-direction:column;
  background:linear-gradient(165deg,#071b2c 0%,#0a2438 55%,#082032 100%);
  border-left:1px solid rgba(154,205,232,.18);
  box-shadow:-24px 0 80px rgba(0,0,0,.35);
  color:#e7f3fa;
  transform:translateX(24px);
  opacity:0;
  transition:transform .28s ease, opacity .28s ease;
}
.booking-sheet.is-active{
  display:flex;
}
.booking-layer.is-open .booking-sheet.is-active{
  transform:none;
  opacity:1;
}
.booking-sheet[hidden]{display:none !important}
.brand-calendar-actions{
  display:flex;gap:10px;flex-wrap:wrap;
}
.brand-calendar-actions .btn{flex:1;min-height:48px}
.booking-sheet-head{
  display:flex;justify-content:space-between;align-items:flex-start;gap:16px;
  padding:28px 24px 18px;
  border-bottom:1px solid rgba(154,205,232,.12);
}
.booking-sheet-head h2{
  margin:8px 0 0;
  font:700 clamp(28px,4vw,36px)/1.05 var(--font-display, var(--serif));
  letter-spacing:-.03em;
}
.booking-close{
  width:42px;height:42px;border-radius:12px;border:1px solid rgba(154,205,232,.18);
  background:rgba(255,255,255,.04);color:#dff7f4;font-size:24px;line-height:1;cursor:pointer;
}
.booking-sheet-body{
  padding:20px 24px 28px;
  overflow:auto;
  display:grid;gap:16px;
  align-content:start;
}
.booking-search input{
  width:100%;min-height:48px;border-radius:14px;border:1px solid rgba(154,205,232,.18);
  background:rgba(255,255,255,.04);color:#eef8ff;padding:0 16px;
}
.booking-option-list{display:grid;gap:8px}
.booking-option{
  appearance:none;width:100%;text-align:left;cursor:pointer;
  border-radius:16px;border:1px solid rgba(154,205,232,.14);
  background:rgba(255,255,255,.035);color:inherit;padding:14px 16px;
  display:grid;gap:4px;transition:border-color .2s ease, background .2s ease, transform .2s ease;
}
.booking-option:hover,.booking-option.is-selected{
  border-color:rgba(37,226,216,.42);
  background:rgba(37,226,216,.1);
  transform:translateY(-1px);
}
.booking-option b{font-size:1.02rem}
.booking-option span{color:#91adbf;font-size:.9rem}
.booking-service-grid{display:grid;gap:10px}
.booking-service-card{
  appearance:none;width:100%;text-align:left;cursor:pointer;
  border-radius:18px;border:1px solid rgba(154,205,232,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  color:inherit;padding:16px 18px;display:grid;gap:6px;
  transition:border-color .2s ease, transform .2s ease, background .2s ease;
}
.booking-service-card:hover,.booking-service-card.is-selected{
  border-color:rgba(37,226,216,.45);
  background:linear-gradient(145deg,rgba(37,226,216,.14),rgba(255,255,255,.03));
  transform:translateY(-1px);
}
.booking-service-kicker{
  color:#7fd7d0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;
}
.booking-service-card b{
  font-family:var(--font-display, var(--serif));
  font-size:1.2rem;letter-spacing:-.02em;
}
.booking-service-card span:last-child{color:#93adbf;font-size:.92rem;line-height:1.4}
.brand-calendar{
  border-radius:20px;border:1px solid rgba(154,205,232,.14);
  background:rgba(255,255,255,.03);padding:16px;
}
.brand-calendar-nav{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;
}
.brand-calendar-nav h3{
  margin:0;font:700 1.15rem/1.2 var(--font-display, var(--serif));letter-spacing:-.02em;
}
.brand-calendar-nav-btn{
  width:40px;height:40px;border-radius:12px;border:1px solid rgba(154,205,232,.16);
  background:rgba(255,255,255,.04);color:#dff7f4;font-size:22px;cursor:pointer;
}
.brand-calendar-weekdays,
.brand-calendar-grid{
  display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;
}
.brand-calendar-weekdays span{
  text-align:center;font-size:11px;color:#7f9cb0;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
}
.brand-calendar-day{
  appearance:none;border:0;border-radius:12px;min-height:44px;
  background:transparent;color:#d7e8f2;font-weight:700;cursor:pointer;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}
.brand-calendar-day.is-muted{opacity:.28;pointer-events:none}
.brand-calendar-day.is-today{box-shadow:inset 0 0 0 1px rgba(37,226,216,.45)}
.brand-calendar-day:hover:not(:disabled){background:rgba(37,226,216,.12)}
.brand-calendar-day.is-selected{
  background:linear-gradient(135deg,#25e2d8,#0cb5c2);
  color:#032027;
  transform:translateY(-1px);
}
.brand-time-block{display:grid;gap:10px}
.brand-time-label{
  margin:0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#8fb0c4;font-weight:800;
}
.brand-time-chips{display:flex;flex-wrap:wrap;gap:8px}
.brand-time-chip{
  appearance:none;min-height:40px;padding:0 14px;border-radius:999px;cursor:pointer;
  border:1px solid rgba(154,205,232,.18);background:rgba(255,255,255,.04);color:#e8f4fb;font-weight:700;
}
.brand-time-chip.is-selected{
  background:linear-gradient(135deg,#25e2d8,#0cb5c2);color:#032027;border-color:transparent;
}
body.booking-open{overflow:hidden}

@media (max-width:980px){
  .hero-booking-grid{grid-template-columns:1fr 1fr}
  .hero-booking-submit{grid-column:1/-1;min-height:56px}
}
@media (max-width:780px){
  .hero-booking-grid{grid-template-columns:1fr;padding:10px}
  .hero-picker,.hero-booking-submit{min-height:64px}
  .booking-sheet{
    width:100vw;
    border-left:0;
    border-radius:22px 22px 0 0;
    height:min(92dvh,100%);
    max-height:92dvh;
    align-self:end;
    transform:translateY(28px);
  }
  .booking-layer.is-open .booking-sheet.is-active{transform:none}
  .booking-layer{align-items:end;justify-items:stretch}
}

/* Catalog filters + apply / review desks */
.premium-filter{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)) auto;
  gap:12px;
  align-items:end;
}
.premium-filter .filter-field{
  display:grid;
  gap:6px;
}
.premium-filter .filter-field > span{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8fb0c4;
  font-weight:700;
}
.premium-filter .btn{min-height:48px;align-self:end}
.filter-summary{margin-top:14px}
.provider-meta-chips,
.service-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.provider-meta-chips span,
.service-chip{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(154,205,232,.16);
  background:rgba(255,255,255,.04);
  color:#c7d9e6;
  font-size:.82rem;
  font-weight:600;
}
a.service-chip.link{text-decoration:none;transition:border-color .2s ease,color .2s ease}
a.service-chip.link:hover{border-color:rgba(37,226,216,.45);color:#eafcff}
.apply-form .choice-block ul,
.review-form ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.apply-form .choice-block li label,
.apply-form .choice-block label{
  display:inline-flex;
  gap:8px;
  align-items:center;
  min-height:36px;
  padding:6px 12px;
  border-radius:12px;
  border:1px solid rgba(154,205,232,.16);
  background:rgba(255,255,255,.03);
}
.apply-form .check-inline{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.apply-benefits{margin-top:22px}
.review-form .rating-field select{
  max-width:140px;
  font-size:1.1rem;
  font-weight:800;
}
@media (max-width:980px){
  .premium-filter{grid-template-columns:1fr 1fr}
  .premium-filter .btn{grid-column:1/-1}
}
@media (max-width:640px){
  .premium-filter{grid-template-columns:1fr}
}

/* Cosmetic hardening: dark commerce surfaces, header, native controls */
.header-inner{
  gap:clamp(12px, 2vw, 28px);
}
.header-actions{
  flex-wrap:nowrap;
  align-items:center;
}
.header-actions .btn-ghost.btn-sm{
  opacity:.9;
}
@media (max-width:1200px){
  .header-actions a[href*="register"]{display:none}
}
.commerce-shell .form-card,
.marketing-shell .form-card,
.page-hero .form-card{
  background:linear-gradient(155deg,rgba(13,43,64,.98),rgba(7,28,45,.98));
  color:#eaf6f8;
  border:1px solid rgba(104,197,205,.2);
  box-shadow:0 24px 60px rgba(0,0,0,.2);
}
.commerce-shell .form-card h1,
.commerce-shell .form-card h2,
.commerce-shell .form-card h3,
.page-hero .form-card h1,
.page-hero .form-card h2,
.page-hero .form-card h3{
  color:#f7fbff;
}
.commerce-shell .form-card .muted,
.page-hero .form-card .muted,
.commerce-shell .form-card small,
.page-hero .form-card small{
  color:#8da7b8;
}
.commerce-shell .form-card label,
.page-hero .form-card label{
  color:#dcecf2;
}
.commerce-shell .input,
.commerce-shell select,
.commerce-shell textarea,
.commerce-shell input[type=date],
.commerce-shell input[type=time],
.commerce-shell input[type=text],
.commerce-shell input[type=email],
.commerce-shell input[type=password],
.commerce-shell input[type=number],
.page-hero .input,
.page-hero select,
.page-hero textarea,
.page-hero input[type=date],
.page-hero input[type=time]{
  color-scheme:dark;
  background:#081d2f;
  border:1px solid rgba(125,194,203,.27);
  color:#eaf6f8;
  border-radius:12px;
}
.commerce-shell input[type=date]::-webkit-calendar-picker-indicator,
.commerce-shell input[type=time]::-webkit-calendar-picker-indicator,
.page-hero input[type=date]::-webkit-calendar-picker-indicator,
.page-hero input[type=time]::-webkit-calendar-picker-indicator{
  filter:invert(.85);
  opacity:.8;
  cursor:pointer;
}
.marketing-shell .pricing-card{
  background:linear-gradient(155deg,rgba(12,38,57,.96),rgba(6,24,40,.98));
  color:#eaf6f8;
  border:1px solid rgba(104,197,205,.18);
  box-shadow:0 18px 48px rgba(0,8,18,.22);
}
.marketing-shell .pricing-card .kicker{color:var(--brand-hot)}
.marketing-shell .pricing-card li{color:#b7c8d6}
.marketing-shell .pricing-card.featured{
  background:linear-gradient(160deg,#08283d,#071b2c);
  border-color:rgba(37,226,216,.28);
  transform:translateY(-6px);
}
.marketing-shell .catalog-card{
  background:linear-gradient(155deg,rgba(12,38,57,.96),rgba(6,24,40,.98));
  color:#eaf6f8;
  border:1px solid rgba(104,197,205,.18);
}
.marketing-shell .catalog-card p{color:#9db0c1}
.provider-card h2,
.provider-card p,
.provider-card small{color:inherit}
.provider-card p{color:#9db0c1}
.provider-card small{color:#7f96a7}
.quality-step,
.surface-note,
.form-card .premium-details{
  background:rgba(255,255,255,.04);
  border-color:rgba(154,205,232,.14);
  color:#dcecf2;
}
.quality-step span,
.surface-note p{color:#8da7b8}
.offer-row{border-bottom-color:rgba(255,255,255,.08)}
.detail-list dt{color:#7f9baa}
.detail-list dd{color:#f0f7fb}
.empty-state{
  background:rgba(7,29,45,.52);
  border-color:rgba(120,190,203,.25);
  color:#9db0c1;
}
.auth-card h1{
  font-family:var(--font-display);
  font-size:clamp(2rem, 1.5rem + 1.4vw, 2.6rem);
  margin:8px 0 18px;
}
.auth-card p a{color:var(--brand-hot);font-weight:700}
.form-grid.one{grid-template-columns:1fr}
.form-card .stack-md{margin-top:4px}
.section-head-spaced{margin-top:48px}
.section-head-spaced + .pricing-grid,
.section-head-spaced + .cards-grid{margin-top:8px}
.flash.warning{
  background:rgba(255,194,74,.12);
  color:#ffd27d;
  border-color:rgba(255,194,74,.28);
}
@media (prefers-reduced-motion: reduce){
  .hero-content > *,
  .hero-media,
  .hero-booking,
  .reveal{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
}

/* Dashboard / reviews / spacing utilities */
.section-block{margin-top:28px}
.stack-gap{margin-top:12px}
.brand-pillars-tight{margin-top:22px}
.action-trust{margin:0 0 18px}
.dashboard-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:8px 0 28px;
}
.dashboard-orders{display:grid;gap:12px}
.dashboard-order-card{
  align-items:center;
  padding:18px 20px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(14,43,62,.93),rgba(6,25,42,.95));
  border:1px solid rgba(114,200,211,.18);
}
.dashboard-order-card h2{
  margin:10px 0 6px;
  font-size:1.15rem;
  font-family:var(--font-display);
}
.dashboard-order-side{
  display:grid;
  justify-items:end;
  gap:6px;
  color:#9db0c1;
  font-weight:700;
}
.dashboard-order-side b{color:#f6fbff;font-size:1.15rem}
.offer-card .action-row,
.action-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.review-grid-fluid{
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:16px;
}
.review-card-tall{min-height:180px;display:flex;flex-direction:column}
.review-card-text{
  flex:1;
  min-height:88px;
  font-size:14px;
  color:#c5d4df;
  line-height:1.55;
}
.review-card-tall .review-user{margin-top:14px}
.content-card{
  background:linear-gradient(155deg,rgba(13,43,64,.98),rgba(7,28,45,.98));
  border:1px solid rgba(104,197,205,.2);
  border-radius:22px;
  padding:24px;
}
.lead{color:#a8bac7;max-width:62ch;line-height:1.55}
.search-results-hero .hero-booking,
.hero-booking-compact{
  width:min(100%,920px);
  margin-top:22px;
}
.search-results-hero .hero-booking-grid{
  width:100%;
}
.booking-option.is-selected,
.booking-service-card.is-selected{
  border-color:rgba(37,226,216,.45);
  box-shadow:0 0 0 1px rgba(37,226,216,.25);
  background:rgba(37,226,216,.08);
}
@media (max-width:780px){
  .dashboard-stats{grid-template-columns:1fr}
  .dashboard-order-card{grid-template-columns:1fr}
  .dashboard-order-side{justify-items:start}
}

/* ── Premium shell pass: kill light leftovers, tighten rhythm ── */
main{
  min-height:min(62vh, 720px);
}

.page-hero{
  min-height:0 !important;
  padding:clamp(44px, 5.5vw, 68px) 0 clamp(36px, 4.5vw, 52px);
}

.page-hero > .container{
  position:relative;
  z-index:1;
}

.auth-wrap{
  min-height:min(68vh, 640px);
  padding:28px 0 48px;
}

.nav a{
  padding-bottom:2px;
}

.nav a.active:after{
  bottom:-20px;
  border-radius:2px;
  background:linear-gradient(90deg, transparent, var(--brand-hot), transparent);
}

.header-actions .btn-primary.btn-sm{
  box-shadow:0 10px 28px rgba(37, 226, 216, 0.22);
}

.header-actions .btn-secondary.btn-sm{
  border:1px solid rgba(125, 194, 203, 0.28);
  background:rgba(8, 32, 48, 0.55);
}

.flash.info{
  background:rgba(37, 226, 216, 0.1);
  color:#9ef3ec;
  border-color:rgba(37, 226, 216, 0.28);
}

.flash.success{
  background:rgba(47, 210, 160, 0.12);
  color:#8af0c8;
  border-color:rgba(47, 210, 160, 0.3);
}

/* Process timeline — dark premium (overrides styles.css white cards) */
.marketing-shell .process-timeline,
.process-timeline{
  display:grid;
  gap:14px;
}

.marketing-shell .process-item,
.process-timeline .process-item{
  grid-template-columns:72px 1fr;
  gap:20px;
  align-items:center;
  padding:22px 24px;
  background:linear-gradient(155deg, rgba(12, 38, 57, 0.96), rgba(6, 24, 40, 0.98));
  border:1px solid rgba(104, 197, 205, 0.18);
  border-radius:20px;
  box-shadow:0 16px 40px rgba(0, 8, 18, 0.18);
  color:#eaf6f8;
}

.marketing-shell .process-item:hover,
.process-timeline .process-item:hover{
  transform:translateY(-2px);
  border-color:rgba(37, 226, 216, 0.32);
  box-shadow:0 20px 48px rgba(0, 8, 18, 0.28);
}

.marketing-shell .process-item h3,
.process-timeline .process-item h3{
  margin:0 0 6px;
  font-family:var(--font-display);
  font-size:1.35rem;
  color:#f7fbff;
}

.marketing-shell .process-item p,
.process-timeline .process-item p{
  margin:0;
  color:#9db0c1;
  line-height:1.5;
}

.marketing-shell .process-num,
.process-timeline .process-num{
  width:56px;
  height:56px;
  border-radius:16px;
  background:linear-gradient(145deg, #25e2d8, #0ea8a8);
  color:#031321;
  font-size:1.25rem;
  font-weight:900;
  box-shadow:0 10px 28px rgba(37, 226, 216, 0.28);
}

/* FAQ / legal / help surfaces that still inherit white from styles.css */
.marketing-shell .faq-item,
.commerce-shell .faq-item{
  background:linear-gradient(155deg, rgba(12, 38, 57, 0.96), rgba(6, 24, 40, 0.98));
  border:1px solid rgba(104, 197, 205, 0.18);
}

.marketing-shell .faq-q,
.commerce-shell .faq-q{
  color:#eaf6f8;
}

.marketing-shell .faq-a,
.commerce-shell .faq-a{
  color:#9db0c1;
}

.marketing-shell .prose-card:not(.faq-card),
.page-hero .prose-card{
  background:linear-gradient(155deg, rgba(13, 43, 64, 0.72), rgba(7, 28, 45, 0.88));
  border:1px solid rgba(104, 197, 205, 0.16);
  border-radius:22px;
  padding:clamp(22px, 3vw, 32px);
  box-shadow:0 18px 48px rgba(0, 8, 18, 0.2);
  color:#d5e4ee;
}

.marketing-shell .prose-card h2,
.page-hero .prose-card h2{
  font-family:var(--font-display);
  color:#f7fbff;
  margin:1.4em 0 0.55em;
}

.marketing-shell .prose-card h2:first-child,
.page-hero .prose-card h2:first-child{
  margin-top:0;
}

.marketing-shell .prose-card a,
.page-hero .prose-card a{
  color:var(--brand-hot);
  font-weight:650;
}

.faq-card{
  margin-top:28px;
  padding:clamp(20px, 2.5vw, 28px);
  background:linear-gradient(155deg, rgba(13, 43, 64, 0.88), rgba(7, 28, 45, 0.94));
  border:1px solid rgba(104, 197, 205, 0.16);
  border-radius:22px;
}

.faq-card details{
  border-bottom:1px solid rgba(255, 255, 255, 0.07);
  padding:14px 0;
}

.faq-card details:last-child{border-bottom:0}

.faq-card summary{
  cursor:pointer;
  font-weight:750;
  color:#f0f7fb;
  list-style:none;
}

.faq-card summary::-webkit-details-marker{display:none}

.faq-card details p{
  margin:10px 0 0;
  color:#9db0c1;
  line-height:1.55;
}

.help-grid{
  margin-top:8px;
}

.help-grid .form-card h2{
  font-family:var(--font-display);
  font-size:1.35rem;
  margin:0 0 10px;
}

.help-grid .form-card .btn{margin-top:14px;margin-right:8px}

/* Catalog / pricing polish */
.marketing-shell .catalog-card-rich,
.commerce-shell .catalog-card-rich{
  display:grid;
  grid-template-rows:auto 1fr;
  overflow:hidden;
  padding:0;
  transition:transform var(--motion-soft), border-color var(--motion-soft), box-shadow var(--motion-soft);
}

.marketing-shell .catalog-card-rich:hover,
.commerce-shell .catalog-card-rich:hover{
  transform:translateY(-4px);
  border-color:rgba(37, 226, 216, 0.34);
  box-shadow:0 24px 56px rgba(0, 8, 18, 0.32);
}

.marketing-shell .catalog-card-rich img,
.commerce-shell .catalog-card-rich img{
  height:188px;
  margin:0;
  border-radius:0;
  object-fit:cover;
}

.marketing-shell .catalog-card-rich > div,
.commerce-shell .catalog-card-rich > div{
  padding:18px 20px 20px;
  display:flex;
  flex-direction:column;
  gap:8px;
  height:100%;
}

.marketing-shell .catalog-card-rich h2,
.commerce-shell .catalog-card-rich h2{
  margin:0;
  font-family:var(--font-display);
  font-size:1.35rem;
}

.marketing-shell .catalog-card-rich .catalog-actions,
.commerce-shell .catalog-card-rich .catalog-actions{
  margin-top:auto;
  padding-top:12px;
}

.marketing-shell .pricing-card .big-price,
.pricing-card .big-price{
  font-family:var(--font-display);
  letter-spacing:-0.03em;
  color:var(--brand-hot);
}

.marketing-shell .pricing-card.featured .big-price{
  color:#7ef3ea;
}

.marketing-shell .review-card{
  background:linear-gradient(155deg, rgba(12, 38, 57, 0.96), rgba(6, 24, 40, 0.98));
  border:1px solid rgba(104, 197, 205, 0.18);
}

.marketing-shell .review-card .rating{
  color:var(--brand-hot);
  font-weight:800;
  letter-spacing:0.04em;
  margin-bottom:8px;
}

/* About / spacing utilities */
.brand-mark-hero{
  font-size:clamp(3.5rem, 8vw, 5.5rem);
  margin:12px 0 8px;
  width:auto;
  display:inline-flex;
}

.brand-pillars-lg{margin-top:36px}
.page-actions-lg{margin-top:32px}
.muted-block{margin-top:28px}
.note-footer-domain a{color:var(--brand-hot);font-weight:700}

/* Bots */
.channel-icon{
  background:linear-gradient(145deg, #25e2d8, #0d8f98) !important;
  color:#031321 !important;
  font-size:0.72rem;
  letter-spacing:0.04em;
  font-weight:900;
}

.bot-commands .form-card{
  min-height:168px;
}

.bot-commands .form-card h3{
  font-family:var(--font-display);
  color:var(--brand-hot);
  margin:0 0 10px;
  font-size:1.25rem;
}

.mirror-demo .bubble{
  background:rgba(255, 255, 255, 0.06);
  color:#e8f4f8;
  border:1px solid rgba(154, 205, 232, 0.12);
}

.mirror-demo .bubble.me{
  background:rgba(37, 226, 216, 0.16);
  color:#dffcf9;
  border-color:rgba(37, 226, 216, 0.28);
  align-self:flex-end;
}

/* Footer denser premium */
.footer{
  border-top:1px solid rgba(154, 205, 232, 0.1);
  background:linear-gradient(180deg, rgba(3, 19, 33, 0.4), rgba(2, 14, 24, 0.95));
  padding:48px 0 28px;
}

.footer .logo{
  display:inline-block;
  margin-bottom:12px;
}

.footer h4{
  font-size:0.78rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#c5d6e2;
  margin:0 0 14px;
}

.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.footer a:hover{color:#eaf6f8}
.footer .legal{
  margin-top:32px;
  padding-top:18px;
  border-top:1px solid rgba(255, 255, 255, 0.06);
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  justify-content:space-between;
  color:#6f8798;
  font-size:0.88rem;
}

/* Provider / search desk */
.hero-booking{
  overflow:visible;
}

.search-results-hero{
  padding-bottom:clamp(28px, 4vw, 44px);
}

.provider-card{
  transition:transform var(--motion-soft), border-color var(--motion-soft), box-shadow var(--motion-soft);
}

.provider-card:hover{
  transform:translateY(-3px);
  border-color:rgba(37, 226, 216, 0.32);
  box-shadow:0 20px 48px rgba(0, 8, 18, 0.28);
}

/* Auth status pages */
.auth-status-card{
  width:min(100%, 520px);
  text-align:left;
}

.auth-status-card .page-actions{margin-top:22px}

.section.compact{
  padding-top:clamp(28px, 4vw, 40px);
  padding-bottom:clamp(48px, 6vw, 72px);
}

@media (max-width:780px){
  .marketing-shell .process-item,
  .process-timeline .process-item{
    grid-template-columns:56px 1fr;
    gap:14px;
    padding:18px;
  }
  .marketing-shell .process-num,
  .process-timeline .process-num{
    width:48px;
    height:48px;
    border-radius:14px;
    font-size:1.05rem;
  }
  .auth-wrap{min-height:0;padding:12px 0 36px}
}


/* CLN24 logo lockup */
.logo {
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}
.brand-mark .brand-mark-lead {
  color: var(--brand-ink);
}
.brand-mark {
  font-size: clamp(3.2rem, 7.5vw, 5.8rem);
  letter-spacing: -0.06em;
}


/* Marketplace growth surfaces */
.provider-card-actions{
  display:grid;
  gap:8px;
  align-content:center;
}
.notifications-stack{
  display:grid;
  gap:12px;
}
.notification-card.unread{
  border-color:rgba(37,226,216,.35);
  box-shadow:0 0 0 1px rgba(37,226,216,.12);
}
.notification-card h2,
.notification-card h3{
  font-family:var(--font-display);
  margin:0 0 8px;
  font-size:1.2rem;
}
.city-chip-row,
.service-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.service-chip{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(104,197,205,.22);
  background:rgba(8,32,48,.55);
  color:#eaf6f8;
  font-weight:650;
  font-size:.92rem;
}
.service-chip:hover{
  border-color:rgba(37,226,216,.4);
  color:#fff;
}
.span-full{grid-column:1/-1}
.logo span{font-feature-settings:"tnum" 1}


/* CLN24 hero lockup refinement */
.hero .brand-mark{
  margin: 6px 0 10px;
  font-size: clamp(3rem, 7vw, 5.2rem);
}
.hero h1{
  margin-top: 0;
}
.hero-booking .btn-primary,
.hero-booking-submit{
  box-shadow: 0 12px 32px rgba(37, 226, 216, 0.28);
}
.header .logo span{
  margin-left: 0.02em;
}
.search-results-hero .page-hero,
.page-hero.search-results-hero{
  padding-bottom: 28px;
}
.city-chip-row{
  margin-top: 18px;
}
.provider-meta-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0;
}
.provider-meta-chips span{
  font-size:12px;
  color:#8da7b8;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(154,205,232,.12);
}


/* Premium type & surface 2026 */
body{
  font-optical-sizing:auto;
  letter-spacing:-0.011em;
  font-weight:450;
}
h1,h2,h3,.section-head h2,.card-head h3,.page-hero h1,.auth-card h1,.pricing-card h3{
  font-family:var(--font-display);
  font-weight:400;
  letter-spacing:-0.03em;
  text-wrap:balance;
}
.page-hero h1,
.hero h1,
.section-head h2{
  line-height:1.02;
}
.hero h1{
  font-family:var(--font-display);
  font-weight:400;
  letter-spacing:-0.04em;
}
.hero h1 em{
  font-family:var(--font-display);
  font-style:italic;
  font-weight:400;
}
.nav a{
  font-family:var(--font-sans);
  font-weight:560;
  letter-spacing:-0.01em;
}
.btn{
  font-family:var(--font-sans);
  font-weight:680;
  letter-spacing:-0.015em;
}
.eyebrow{
  font-family:var(--font-sans);
  font-weight:700;
}
.brand-pillar b,
.process-item h3,
.catalog-card-rich h2,
.dashboard-order-card h2,
.bot-commands .form-card h3,
.six-c-item strong{
  font-family:var(--font-brand);
  font-weight:720;
  letter-spacing:-0.03em;
}
.pricing-card .big-price,
.price-big{
  font-family:var(--font-brand);
  font-weight:760;
  letter-spacing:-0.04em;
}
.hero-picker-label,
.booking-service-kicker{
  font-family:var(--font-sans);
  font-weight:700;
  letter-spacing:0.08em;
}
.header{
  background:rgba(2,14,24,.72);
  backdrop-filter:blur(22px) saturate(1.15);
}
.header-inner{
  align-items:center;
}
.nav a.active:after{
  bottom:-18px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,transparent,var(--brand-hot) 20%,var(--brand-hot) 80%,transparent);
}
.btn-primary{
  box-shadow:0 14px 34px rgba(18,202,202,.22);
}
.btn-primary:hover{
  box-shadow:0 18px 40px rgba(18,202,202,.3);
}
.hero-booking,
.hero-booking-compact{
  border:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  padding:0;
}
.hero-booking-grid{
  border:1px solid rgba(154,205,232,.2);
  box-shadow:0 24px 60px rgba(0,8,18,.32);
}
.hero-picker{
  border:0;
  background:rgba(255,255,255,.035);
  box-shadow:none;
  transition:background var(--motion-soft), transform var(--motion-soft);
}
.hero-picker:hover:not(:disabled),
.hero-picker:focus-visible{
  border:0;
  background:rgba(37,226,216,.1);
  box-shadow:inset 0 0 0 1px rgba(37,226,216,.35);
}
.marketplace-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:28px 0 8px;
}
.marketplace-stat{
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(104,197,205,.16);
  background:linear-gradient(155deg,rgba(12,38,57,.9),rgba(6,24,40,.94));
}
.marketplace-stat b{
  display:block;
  font-family:var(--font-brand);
  font-size:clamp(1.4rem,1.1rem + 1vw,1.9rem);
  font-weight:760;
  letter-spacing:-0.04em;
  color:#f7fbff;
}
.marketplace-stat span{
  color:#8da7b8;
  font-size:.88rem;
}
.portfolio-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.portfolio-grid figure{
  margin:0;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(104,197,205,.16);
  background:#071b2b;
  aspect-ratio:4/3;
}
.portfolio-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.portfolio-grid figure:hover img{transform:scale(1.04)}
.portfolio-manage{
  grid-template-columns:1fr;
}
.portfolio-manage-item{
  display:grid;
  grid-template-columns:120px 1fr auto;
  gap:14px;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid rgba(104,197,205,.14);
}
.portfolio-manage-item img{
  width:120px;
  height:90px;
  object-fit:cover;
  border-radius:12px;
}
.portfolio-manage-item.is-hidden{
  opacity:.55;
}
.bot-dual-demo{
  display:grid;
  gap:14px;
}
@media (min-width:960px){
  .bot-dual-demo{grid-template-columns:1fr 1fr}
}

/* Messenger QR launch cards */
.bot-qr-row{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin:22px 0 6px;
}
.bot-qr-row.compact{
  margin-top:18px;
  gap:12px;
}
.bot-qr-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px;
  border-radius:18px;
  text-decoration:none;
  color:inherit;
  background:linear-gradient(155deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid rgba(140,214,222,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}
.bot-qr-card:hover{
  transform:translateY(-2px);
  border-color:rgba(45,226,216,.42);
  background:linear-gradient(155deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
}
.bot-qr-frame{
  flex:none;
  width:96px;
  height:96px;
  padding:8px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,8,18,.28);
  display:grid;
  place-items:center;
}
.bot-qr-row.compact .bot-qr-frame{
  width:78px;
  height:78px;
  padding:6px;
  border-radius:12px;
}
.bot-qr-frame svg{
  width:100%;
  height:100%;
  display:block;
}
.bot-qr-meta{
  display:grid;
  gap:4px;
  min-width:0;
}
.bot-qr-meta b{
  font-size:15px;
  letter-spacing:-.01em;
  color:#f4fafc;
}
.bot-qr-meta span{
  font-size:12px;
  line-height:1.35;
  color:#8ea5b3;
}
@media (max-width:640px){
  .bot-qr-row{grid-template-columns:1fr}
}

/* Official geo catalog UX */
.booking-hint{
  margin:0 0 14px;
  color:#8ea5b3;
  font-size:13px;
  line-height:1.45;
}
.geo-region-rail{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:2px 2px 12px;
  margin:0 0 8px;
  scrollbar-width:thin;
}
.geo-region-chip{
  flex:none;
  border:1px solid rgba(140,214,222,.22);
  background:rgba(255,255,255,.04);
  color:#d8eaf1;
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:650;
  cursor:pointer;
  transition:border-color .2s, background .2s, color .2s;
}
.geo-region-chip:hover,
.geo-region-chip.is-active{
  border-color:rgba(45,226,216,.45);
  background:rgba(19,198,199,.12);
  color:#fff;
}
.booking-option.is-popular b::after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-left:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#25e2d8,#0cb5c2);
  vertical-align:middle;
}
.booking-empty{margin-top:12px}

.geo-combobox{position:relative; width:100%}
.geo-combobox-trigger{
  width:100%;
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 14px;
  border-radius:12px;
  border:1px solid var(--ux-input-border, rgba(139,207,214,.26));
  background:var(--ux-input, #071b2c);
  color:#f6fbff;
  text-align:left;
  cursor:pointer;
}
.geo-combobox-chevron{
  width:8px; height:8px;
  border-right:2px solid #8ea5b3;
  border-bottom:2px solid #8ea5b3;
  transform:rotate(45deg);
  margin-top:-4px;
}
.geo-combobox-dropdown{
  position:absolute;
  z-index:40;
  left:0; right:0; top:calc(100% + 6px);
  border-radius:16px;
  border:1px solid rgba(140,214,222,.24);
  background:linear-gradient(160deg, rgba(8,30,46,.98), rgba(4,18,30,.98));
  box-shadow:0 24px 60px rgba(0,8,18,.45);
  padding:10px;
}
.geo-combobox-search{margin-bottom:8px}
.geo-combobox-list{
  max-height:260px;
  overflow:auto;
  display:grid;
  gap:4px;
}
.geo-combobox-option{
  text-align:left;
  border:0;
  background:transparent;
  color:#e7f3f8;
  padding:10px 12px;
  border-radius:10px;
  cursor:pointer;
}
.geo-combobox-option:hover,
.geo-combobox-option.is-selected{
  background:rgba(19,198,199,.12);
}
.geo-filter-search{margin-bottom:10px; display:block}
.geo-choice-scroll{
  max-height:280px;
  overflow:auto;
  padding-right:4px;
}

.popular-cities{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
@media (max-width:780px){
  .marketplace-stats{grid-template-columns:1fr 1fr}
  .portfolio-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:520px){
  .marketplace-stats{grid-template-columns:1fr}
}


/* Compare & catalog actions */
.provider-card-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:stretch;
  min-width:140px;
}
.provider-card-actions form{margin:0}
.stats-band{padding-top:8px;padding-bottom:0}
.compare-hint{margin:14px 0 0;font-size:.92rem}
.compare-table{
  display:grid;
  gap:0;
  border:1px solid rgba(104,197,205,.18);
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(155deg,rgba(8,34,53,.9),rgba(4,22,38,.94));
}
.compare-row{
  display:grid;
  grid-template-columns:minmax(110px,160px) repeat(auto-fit,minmax(140px,1fr));
  gap:0;
  border-bottom:1px solid rgba(104,197,205,.12);
}
.compare-row:last-child{border-bottom:0}
.compare-label{
  padding:16px 18px;
  color:#8da7b8;
  font-size:.9rem;
  font-weight:650;
  background:rgba(255,255,255,.02);
}
.compare-col{
  padding:16px 18px;
  border-left:1px solid rgba(104,197,205,.1);
}
.compare-head .compare-col{
  text-align:center;
}
.compare-head h2{
  font-family:var(--font-brand);
  font-size:1.05rem;
  margin:.6rem 0 .4rem;
}
.compare-head img{
  margin:0 auto;
}
.compare-actions .compare-col{
  display:flex;
  justify-content:center;
}
.page-hero{
  min-height:auto;
  padding:clamp(2.4rem,5vw,3.6rem) 0 clamp(1.6rem,3vw,2.2rem);
}
.page-hero.search-results-hero{
  padding-bottom:1.2rem;
}
.section.compact{padding-top:clamp(1.6rem,3vw,2.4rem)}
.section-head p.muted{margin:.35rem 0 0;max-width:36rem}
@media (max-width:720px){
  .compare-row{grid-template-columns:1fr}
  .compare-label{border-bottom:1px solid rgba(104,197,205,.08)}
  .compare-col{border-left:0}
}


/* Single-frame pass — kill double borders */
.booking-option.is-selected,
.booking-service-card.is-selected,
.service-chip.is-active,
.is-selected-plan{
  box-shadow:none !important;
}
.service-chip{
  box-shadow:none;
}
.service-chip.is-active,
.kind-filter-row .service-chip.is-active{
  border-color:rgba(37,226,216,.5);
  background:rgba(37,226,216,.12);
  color:#eafcff;
}
.provider-avatar-lg,
.provider-avatar-xl,
.avatar{
  box-shadow:none;
}
.provider-avatar-lg{
  border:0;
  outline:1px solid rgba(45,226,216,.35);
  outline-offset:0;
}
.provider-mini .avatar{
  border-width:1px;
}
.provider-card,
.dark-card,
.form-card,
.pricing-card,
.stat-card,
.marketplace-stat,
.catalog-card,
.content-card,
.six-c-item,
.brand-pillar,
.review-card,
.step-card{
  box-shadow:0 18px 48px rgba(0,8,18,.18);
}
.provider-meta-chips span,
.service-chip-row .service-chip{
  box-shadow:none;
}
.btn-secondary{
  box-shadow:none;
}
.btn-ghost{
  box-shadow:none;
  border-color:transparent;
  background:transparent;
}
.btn-ghost:hover{
  border-color:rgba(154,205,232,.22);
  background:rgba(255,255,255,.04);
}
.header-actions .btn-secondary.btn-sm{
  box-shadow:none;
}

.kind-company{
  color:#b8e4ff;
  background:rgba(78,124,255,.14);
  border:1px solid rgba(78,124,255,.2);
}
.kind-solo{
  color:#9ef3ec;
  background:rgba(37,226,216,.12);
  border:1px solid rgba(37,226,216,.18);
}
.kind-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:750;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin:0;
}
.kind-filter-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 8px;
}
.provider-card-top{margin-bottom:4px}
.scenario-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:22px 0 8px;
}
.scenario-card{
  padding:22px;
  border-radius:20px;
  border:1px solid rgba(104,197,205,.18);
  background:linear-gradient(155deg,rgba(12,38,57,.92),rgba(6,24,40,.96));
}
.scenario-card h3{
  margin:8px 0 12px;
  font-family:var(--font-brand);
  font-size:1.15rem;
}
.scenario-card ul{
  margin:0;
  padding-left:1.1rem;
  color:#9db0c1;
  display:grid;
  gap:8px;
}
@media (max-width:720px){
  .scenario-grid{grid-template-columns:1fr}
}

.dark-card .metric-grid div,
.form-card .metric-grid div{
  border:0;
  box-shadow:none;
  background:rgba(255,255,255,.035);
}
.provider-detail .btn.block + .btn.block,
.dark-card .btn.block{
  box-shadow:none;
}

/* Provider card & profile system */
.provider-catalog{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  max-width:1080px;
}
.pcard{
  display:grid;
  grid-template-columns:minmax(240px,.95fr) minmax(0,1.35fr) 150px;
  gap:22px;
  align-items:stretch;
  padding:0;
  border-radius:28px;
  border:1px solid rgba(120,198,210,.16);
  background:
    linear-gradient(160deg, rgba(8,34,52,.98), rgba(4,20,34,.99));
  box-shadow:0 24px 60px rgba(0,8,18,.24);
  transition:transform .35s cubic-bezier(.22,1,.36,1), border-color .3s ease, box-shadow .35s ease;
  overflow:hidden;
  position:relative;
}
.pcard::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg, rgba(37,226,216,.9), rgba(37,226,216,0));
  opacity:.7;
}
.pcard.is-company::before{
  background:linear-gradient(180deg, rgba(255,194,74,.85), rgba(255,194,74,0));
}
.pcard:hover{
  transform:translateY(-5px);
  border-color:rgba(37,226,216,.32);
  box-shadow:0 30px 76px rgba(0,10,22,.36);
}
.pcard-stage{
  display:grid;
  grid-template-columns:104px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:22px 8px 22px 22px;
  background:
    radial-gradient(circle at 18% 20%, rgba(37,226,216,.14), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.03), transparent 70%);
}
.pcard-media{
  position:relative;
  display:grid;
  place-items:center;
}
.pcard-avatar{
  width:104px;
  height:104px;
  border-radius:28px;
  object-fit:cover;
  outline:none;
  border:0;
  box-shadow:0 16px 36px rgba(0,0,0,.3);
}
.pcard-verify{
  position:absolute;
  right:-4px;
  bottom:-4px;
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#25e2d8,#0fb8b4);
  color:#031321;
  font-size:13px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(18,202,202,.35);
}
.pcard-identity{min-width:0}
.pcard-topline{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-bottom:8px;
}
.pcard-topline .kind-badge{margin:0}
.pcard-trust{
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#9edfd8;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(37,226,216,.1);
}
.pcard-name{
  margin:0 0 8px;
  font-family:var(--font-display, "Instrument Serif", Georgia, serif);
  font-size:clamp(1.35rem, 1.1rem + 0.7vw, 1.85rem);
  line-height:1.15;
  font-weight:400;
}
.pcard-name a{color:#f7fbff}
.pcard-name a:hover{color:var(--brand-hot)}
.pcard-rating{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
  color:#9db0c1;
  font-size:.92rem;
}
.pcard-stars{color:#ffc24a;font-weight:750}
.pcard-sep{opacity:.45}
.pcard-body{
  min-width:0;
  padding:22px 8px;
  display:flex;
  flex-direction:column;
  gap:14px;
  justify-content:center;
  border-left:1px solid rgba(160,200,225,.08);
  border-right:1px solid rgba(160,200,225,.08);
}
.pcard-bio{
  margin:0;
  color:#9db0c1;
  font-size:.95rem;
  line-height:1.45;
}
.pcard-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.pcard-metric{
  padding:12px 10px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(160,200,225,.08);
}
.pcard-metric b{
  display:block;
  color:#f4f8fc;
  font-size:1.05rem;
  font-weight:750;
  margin-bottom:2px;
}
.pcard-metric span{
  color:#7f96a7;
  font-size:.72rem;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.pcard-cities,
.pcard-services{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.pcard-cities span,
.pcard-cities a,
.pcard-services span{
  font-size:.78rem;
  font-weight:650;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#c5d5e2;
}
.pcard-services span{
  background:rgba(37,226,216,.08);
  color:#b9f3ee;
}
.pcard-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  justify-content:center;
  padding:22px;
  min-width:132px;
}
.pcard-actions .btn{width:100%; justify-content:center}
.pcard-actions form{margin:0}
.pcard-compact{
  grid-template-columns:minmax(200px,.9fr) minmax(0,1fr) auto;
}
.pcard-compact .pcard-stage{padding:16px}
.pcard-compact .pcard-avatar{
  width:72px;
  height:72px;
  border-radius:20px;
}
.pcard-compact .pcard-body{padding:16px 8px}
.pcard-compact .pcard-actions{padding:16px}
.pcard-compact .pcard-bio,
.pcard-compact .pcard-services{display:none}
.pcard-compact .pcard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}

.zone-map{
  width:100%;
  height:360px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(160,200,225,.14);
  background:#061824;
}
.profile-zone-map{height:320px;margin-bottom:14px}
.zone-map-card{padding:18px}
.zone-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.zone-list span{
  font-size:.82rem;
  color:#b7c9d8;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
}
.zones-layout{align-items:start}
.zone-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid rgba(160,200,225,.1);
}
.zone-row:last-child{border-bottom:0}
.stack-gap{display:grid;gap:18px}

@media (max-width:960px){
  .pcard,
  .pcard-compact{
    grid-template-columns:1fr;
  }
  .pcard-stage{
    padding:18px 18px 0;
  }
  .pcard-body{
    border:0;
    padding:8px 18px 18px;
  }
  .pcard-actions{
    padding:0 18px 18px;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .pcard-actions .btn{width:auto;flex:1}
  .pcard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Profile page */
.provider-profile-page .page-hero{display:none}
.pprofile-hero{
  position:relative;
  padding:clamp(36px,5vw,64px) 0 clamp(28px,4vw,44px);
  overflow:hidden;
  border-bottom:1px solid rgba(160,200,225,.12);
  background:
    radial-gradient(circle at 88% 0%, rgba(37,226,216,.16), transparent 34%),
    linear-gradient(145deg, #041827 0%, #072539 55%, #061d30 100%);
}
.pprofile-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr);
  gap:28px;
  align-items:start;
}
.pprofile-head{
  display:grid;
  grid-template-columns:168px minmax(0,1fr);
  gap:28px;
  align-items:start;
  margin-top:10px;
}
.pprofile-avatar-wrap{position:relative; width:168px}
.pprofile-avatar{
  width:168px;
  height:168px;
  border-radius:36px;
  object-fit:cover;
  box-shadow:0 28px 60px rgba(0,0,0,.35);
}
.pprofile-avatar-check{
  position:absolute;
  right:8px;
  bottom:8px;
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#25e2d8,#0fb8b4);
  color:#031321;
  font-weight:800;
  box-shadow:0 10px 24px rgba(18,202,202,.4);
}
.pprofile-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-bottom:10px;
}
.pprofile-badges .kind-badge,
.pprofile-badges .eyebrow{margin:0}
.pprofile-copy h1{
  margin:0 0 12px;
  font-family:var(--font-display);
  font-weight:400;
  font-size:clamp(2.2rem, 1.5rem + 2.4vw, 3.6rem);
  letter-spacing:-.035em;
  line-height:1.02;
}
.pprofile-rating{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  color:#9db0c1;
  margin-bottom:14px;
}
.pprofile-rating strong{color:#ffc24a;font-size:1.05rem}
.pprofile-bio{
  margin:0 0 18px;
  max-width:54ch;
  color:#b9cad7;
  font-size:1.05rem;
  line-height:1.55;
}
.pprofile-trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.pprofile-trust span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(37,226,216,.08);
  color:#b7f0ea;
  font-size:.78rem;
  font-weight:700;
}
.pprofile-panel-inner{
  position:sticky;
  top:92px;
  padding:22px;
  border-radius:26px;
  border:1px solid rgba(120,198,210,.2);
  background:linear-gradient(160deg, rgba(12,40,60,.96), rgba(6,24,40,.98));
  box-shadow:0 24px 60px rgba(0,8,18,.28);
  display:grid;
  gap:12px;
}
.pprofile-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-bottom:6px;
}
.pprofile-metrics div{
  padding:14px 10px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  text-align:center;
}
.pprofile-metrics b{
  display:block;
  font-family:var(--font-brand);
  font-size:1.25rem;
  font-weight:760;
  letter-spacing:-.03em;
}
.pprofile-metrics span{
  color:#8199ab;
  font-size:.72rem;
}
.pprofile-panel-inner .btn.block{margin:0}
.pprofile-panel-inner form{margin:0}
.pprofile-back{
  display:block;
  text-align:center;
  margin-top:4px;
  color:#8da7b8;
  font-size:.9rem;
}
.pprofile-back:hover{color:#dff8f5}
.pprofile-sections{max-width:920px}
.pprofile-block{margin-bottom:34px}
.pprofile-service-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.pprofile-service{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:18px 20px;
  border-radius:18px;
  background:linear-gradient(155deg, rgba(12,38,57,.92), rgba(6,24,40,.96));
  border:1px solid rgba(104,197,205,.16);
  transition:border-color .25s ease, transform .25s ease;
}
.pprofile-service:hover{
  border-color:rgba(37,226,216,.35);
  transform:translateY(-2px);
}
.pprofile-service b{
  font-family:var(--font-brand);
  font-weight:700;
  letter-spacing:-.02em;
}
.pprofile-service span{color:#7fd7d0;font-weight:700}
.pprofile-city-row a{text-decoration:none}
.pprofile-team{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.pprofile-team-card{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
}
.pprofile-team-card b{display:block;margin-bottom:4px;font-family:var(--font-brand)}
.pprofile-team-card span{color:#8da7b8;font-size:.88rem}
.pprofile-reviews{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.pprofile-review{
  padding:20px;
  border-radius:20px;
  background:linear-gradient(155deg, rgba(12,38,57,.92), rgba(6,24,40,.96));
  border:1px solid rgba(104,197,205,.14);
}
.pprofile-review-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
  color:#ffc24a;
}
.pprofile-review-top span{color:#8da7b8}
.pprofile-review p{margin:0;color:#c5d4df;line-height:1.55}
.pprofile-similar .provider-catalog{
  margin-top:8px;
  max-width:none;
  grid-template-columns:repeat(2,minmax(0,1fr));
}

@media (max-width:980px){
  .pprofile-similar .provider-catalog{grid-template-columns:1fr}
  .pprofile-hero-grid{grid-template-columns:1fr}
  .pprofile-panel-inner{position:static}
  .pprofile-service-grid,
  .pprofile-reviews{grid-template-columns:1fr}
  .pprofile-team{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .pcard{
    grid-template-columns:84px minmax(0,1fr);
    gap:14px;
  }
  .pcard-actions{
    grid-column:1 / -1;
    flex-direction:row;
    min-width:0;
  }
  .pcard-avatar{width:84px;height:84px;border-radius:22px}
  .pcard-stats{grid-template-columns:repeat(3,minmax(0,1fr)); max-width:none}
  .pprofile-head{grid-template-columns:1fr; gap:18px}
  .pprofile-avatar-wrap{width:132px}
  .pprofile-avatar{width:132px;height:132px;border-radius:28px}
  .pprofile-team{grid-template-columns:1fr}
}

/* Provider platform: calendar, chat, analytics, vacancies */
.platform-hero .hour-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-top:18px}
.hour-day{background:rgba(255,255,255,.04);border:1px solid rgba(160,200,225,.16);border-radius:16px;padding:10px;min-height:280px}
.hour-day header{display:flex;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:12px}
.hour-slots{display:grid;gap:6px;max-height:420px;overflow:auto}
.hour-slot{display:grid;gap:2px;text-align:left;padding:8px 9px;border-radius:10px;border:1px solid rgba(160,200,225,.14);background:rgba(8,34,53,.55);color:#eaf7ff;cursor:pointer}
.hour-slot small{color:#8eabbd;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hour-slot.free{background:rgba(19,198,199,.12);border-color:rgba(19,198,199,.35)}
.hour-slot.busy{background:rgba(78,124,255,.18);border-color:rgba(78,124,255,.4);cursor:default}
.hour-slot.blocked{background:rgba(255,107,121,.16);border-color:rgba(255,107,121,.4)}
.hour-slot.open{background:rgba(255,194,74,.12);border-color:rgba(255,194,74,.35)}
.cal-legend{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.cal-pill{font-size:11px;padding:6px 10px;border-radius:999px;border:1px solid rgba(160,200,225,.2)}
.cal-pill.free{background:rgba(19,198,199,.12)}.cal-pill.busy{background:rgba(78,124,255,.16)}.cal-pill.blocked{background:rgba(255,107,121,.14)}.cal-pill.open{background:rgba(255,194,74,.12)}
.chat-inbox{display:grid;gap:10px}
.chat-inbox-row{display:flex;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(160,200,225,.14)}
.chat-inbox-row h2{margin:6px 0;font-size:18px}
.chat-unread{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#13c6c7;color:#032027;font-size:11px;font-weight:800}
.chat-layout .chat-thread{display:grid;grid-template-rows:1fr auto;min-height:520px;border-radius:20px;border:1px solid rgba(160,200,225,.16);background:rgba(4,24,39,.72);overflow:hidden}
.chat-stream{padding:18px;display:flex;flex-direction:column;gap:10px;overflow:auto;max-height:560px}
.chat-bubble{max-width:78%;padding:12px 14px;border-radius:14px;background:#eef6fa;color:#0b2234}
.chat-bubble.mine{align-self:flex-end;background:linear-gradient(135deg,#15c9c8,#118caa);color:#fff}
.chat-bubble.system{align-self:center;background:transparent;border:1px dashed rgba(160,200,225,.3);color:#9db0c1;max-width:90%;text-align:center}
.chat-bubble b{display:block;font-size:12px;margin-bottom:4px}
.chat-bubble p{margin:0;font-size:14px}
.chat-bubble small{display:block;margin-top:6px;opacity:.7;font-size:11px}
.chat-composer{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px;border-top:1px solid rgba(160,200,225,.14);background:rgba(0,0,0,.18)}
.chat-composer textarea{min-height:56px;border-radius:12px;border:1px solid rgba(160,200,225,.2);padding:12px;background:rgba(255,255,255,.06);color:#fff}
.rating-bars{display:grid;gap:8px;margin-top:18px;max-width:520px}
.rating-bar-row{display:grid;grid-template-columns:40px 1fr 36px;gap:10px;align-items:center}
.rating-bar{height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
.rating-bar i{display:block;height:100%;background:linear-gradient(90deg,#25e2d8,#4e7cff)}
.analytics-chart{display:flex;align-items:flex-end;gap:4px;height:180px;padding-top:12px}
.analytics-bar{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;gap:6px}
.analytics-bar i{display:block;width:100%;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#25e2d8,#0a7f8a);min-height:2px}
.analytics-bar span{font-size:10px;color:#8eabbd}
@media(max-width:980px){.platform-hero .hour-calendar{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.platform-hero .hour-calendar{grid-template-columns:1fr}.chat-composer{grid-template-columns:1fr}}

/* ——— Premium polish pass 2026-08 ——— */
:root{
  --brand-glow: rgba(37, 226, 216, 0.14);
}
.btn-primary{
  box-shadow: 0 10px 26px rgba(18, 202, 202, 0.16) !important;
}
.btn-primary:hover{
  box-shadow: 0 14px 32px rgba(18, 202, 202, 0.22) !important;
}
.header-actions .btn-primary.btn-sm,
.hero-booking .btn-primary,
.hero-booking-submit{
  box-shadow: 0 10px 24px rgba(18, 202, 202, 0.18) !important;
}
.hero .brand-mark{
  color: #f7fbff;
  text-shadow:
    0 2px 0 rgba(3,19,33,.35),
    0 18px 48px rgba(0,0,0,.45);
  opacity: 1;
}
.hero .brand-mark .brand-mark-lead{ color:#f7fbff; }
.hero .brand-mark > span:last-of-type{ color: var(--brand-hot); }
.popular-cities{
  display:flex; flex-wrap:wrap; gap:10px;
  margin: 8px 0 28px;
}
.service-chip.link{
  transition: border-color .2s, background .2s, color .2s, transform .2s;
}
.service-chip.link:hover{
  transform: translateY(-1px);
}
.empty-state-inline{
  display:grid; gap:12px; justify-items:start;
  padding: 22px 18px !important;
  margin: 8px 12px 16px;
  text-align:left !important;
  border-radius:16px;
  border:1px dashed rgba(120,190,203,.22);
  background: rgba(255,255,255,.025);
  max-width: 420px;
}
.empty-state-inline p{ margin:0; color:#9db0c1; font-size:.95rem; }
.empty-state-icon{
  display:inline-grid; place-items:center;
  width:36px; height:36px; border-radius:12px;
  background: rgba(19,198,199,.12);
  color: var(--brand-hot); font-size:1rem; font-weight:700;
}
.provider-row:has(.empty-state-inline){
  display:block; padding-bottom: 8px;
}
.review-grid:has(.empty-state-inline){
  display:block;
}
.bot-cta{
  align-items: stretch;
  gap: 24px;
  padding: 28px !important;
  border-radius: 22px;
  overflow: hidden;
}
.bot-cta .chat-window{
  min-width: 0;
  width: 100%;
  max-width: 280px;
  justify-self: end;
  align-self: stretch;
  display:flex;
  flex-direction:column;
  border-radius: 18px !important;
  background: rgba(1,14,24,.82) !important;
  border: 1px solid rgba(177,217,237,.18) !important;
}
.bot-cta .chat-head{
  padding: 12px 14px;
  gap: 10px;
  font-size: .86rem;
  color: #eaf6f8;
}
.bot-cta .chat-head b{ font-weight:700; letter-spacing:-.01em; }
.bot-cta .bot-dot{
  width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(145deg, var(--brand-hot), #0cb5c2);
  box-shadow: 0 0 0 4px rgba(37,226,216,.12);
  flex:none;
}
.bot-cta .chat-body{
  flex:1; padding: 14px;
  gap: 10px;
}
.bot-cta .bubble{
  font-size: 12.5px !important;
  line-height: 1.45;
  padding: 10px 12px !important;
  max-width: 92% !important;
  word-break: normal;
  overflow-wrap: anywhere;
  white-space: normal;
}
.bot-qr-row.compact{
  margin-top: 18px;
  gap: 12px;
}
.bot-qr-card{
  transition: border-color .2s, transform .2s;
}
.bot-qr-card:hover{ transform: translateY(-1px); }
.step-card p{ color:#a8bbc9 !important; font-size:13px !important; line-height:1.45; }
.step-card{ min-height: 148px; }
.service-card img{ filter: brightness(.78) contrast(1.05); }
.service-card:hover img{ filter: brightness(.88) contrast(1.05); }
.service-card-content h3{
  font-family: var(--font-brand), var(--font-sans), sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
}
@media (max-width:900px){
  .bot-cta .chat-window{ max-width: none; justify-self: stretch; }
}
