:root {
  color-scheme: dark;
  --bg: #070b16;
  --bg2: #10162a;
  --panel: rgba(255, 255, 255, .085);
  --panel2: rgba(255, 255, 255, .13);
  --line: rgba(255, 255, 255, .16);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, .72);
  --soft: rgba(255, 255, 255, .52);
  --blue: #5865f2;
  --cyan: #47d7ff;
  --green: #54ef9a;
  --pink: #ff77b7;
  --yellow: #ffe36e;
  --orange: #ff9f43;
  --violet: #b98cff;
  --shadow: 0 24px 90px rgba(0, 0, 0, .38);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(88, 101, 242, .42), transparent 28rem),
    radial-gradient(circle at 88% 22%, rgba(71, 215, 255, .22), transparent 24rem),
    linear-gradient(180deg, #070b16 0%, #0d1327 46%, #070b16 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a, input, select { outline-offset: 4px; }
:focus-visible { outline: 3px solid var(--cyan); }
.sr-only, .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  z-index: 99;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  border-radius: 999px;
  background: white;
  color: #07101f;
}
.topbar {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  width: min(1180px, calc(100% - 28px));
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12, 17, 34, .72);
  box-shadow: 0 18px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}
.topbar.is-scrolled { background: rgba(12, 17, 34, .92); }
.brand, .top-actions, .desktop-nav, .desktop-nav a {
  display: inline-flex;
  align-items: center;
}
.brand { gap: 10px; font-size: 20px; font-weight: 950; }
.brand img {
  width: 38px;
  height: 38px;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.16));
}
.desktop-nav { gap: 4px; }
.desktop-nav a, .login-link {
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 850;
  font-size: 14px;
}
.desktop-nav a:hover, .login-link:hover { color: white; background: rgba(255,255,255,.1); }
.top-actions { gap: 8px; }
.language-select select {
  max-width: 128px;
  padding: 10px 34px 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: white;
  background:
    linear-gradient(45deg, transparent 50%, white 50%) right 16px center / 6px 6px no-repeat,
    rgba(255,255,255,.1);
  appearance: none;
}
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
}
.menu-button span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: white;
}
.mobile-menu {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  justify-items: end;
  background: rgba(0,0,0,.44);
  opacity: 1;
  transition: opacity .2s ease;
}
.mobile-menu[aria-hidden="true"] {
  pointer-events: none;
  opacity: 0;
}
.mobile-menu-panel {
  width: min(390px, calc(100% - 28px));
  height: 100%;
  padding: 22px;
  border-left: 1px solid var(--line);
  background: rgba(12, 17, 34, .94);
  backdrop-filter: blur(24px);
  transform: translateX(0);
  transition: transform .24s ease;
}
.mobile-menu[aria-hidden="true"] .mobile-menu-panel { transform: translateX(110%); }
.mobile-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.mobile-menu-head button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: white;
  color: #0b1020;
  font-size: 26px;
}
.mobile-menu nav { display: grid; gap: 10px; }
.mobile-menu a {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.09);
  font-weight: 900;
}
main { min-height: 100vh; }
.hero, .page-hero, .section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 48px;
  align-items: center;
  padding: 132px 0 76px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; letter-spacing: 0; }
h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(54px, 8.5vw, 104px);
  line-height: .86;
  font-weight: 1000;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .95;
  font-weight: 1000;
}
h3 { margin-bottom: 8px; font-size: 24px; }
.lead, .page-hero p, .section-head p, .split p, .panel p, .service-card p, .company-card p, .product-panel p, details p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 18px;
  font-weight: 650;
}
.lead { max-width: 720px; font-size: clamp(20px, 2.2vw, 26px); }
.search-console, .filters {
  display: grid;
  grid-template-columns: 1.2fr .8fr auto;
  gap: 10px;
  max-width: 850px;
  margin: 34px 0 18px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}
.search-console label, .filters label {
  display: grid;
  gap: 6px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}
input, select {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 14px 16px;
  color: white;
  background: rgba(2, 6, 18, .62);
}
.search-console button {
  align-self: end;
  border: 0;
  border-radius: 18px;
  padding: 14px 20px;
  color: white;
  background: var(--blue);
  font-weight: 950;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 950;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { border-color: transparent; background: var(--blue); color: white; box-shadow: 0 14px 44px rgba(88,101,242,.35); }
.button.ghost { background: rgba(255,255,255,.1); }
.button.soft { background: white; color: #0b1020; }
.button.small { min-height: 42px; padding: 0 15px; font-size: 14px; }
.hero-visual {
  position: relative;
  min-height: 610px;
}
.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}
.orb.one { width: 210px; height: 210px; top: 8%; right: 0; background: var(--pink); opacity: .75; }
.orb.two { width: 160px; height: 160px; bottom: 18%; left: 0; background: var(--yellow); opacity: .7; }
.phone-mock, .desktop-mock, .panel, .service-card, .company-card, .product-panel, .salon-card-real, .empty-directory {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.07));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}
.phone-mock {
  position: absolute;
  top: 18px;
  left: 48px;
  width: 310px;
  min-height: 560px;
  padding: 18px;
  border-radius: 42px;
  transform: rotate(-4deg);
}
.phone-bar { display: flex; justify-content: space-between; margin-bottom: 24px; font-size: 13px; font-weight: 900; }
.phone-bar b { width: 76px; height: 22px; border-radius: 999px; background: #050814; }
.mock-search {
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 20px;
  color: #0b1020;
  background: white;
  font-weight: 950;
}
.mini-service {
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.1);
}
.mini-service b, .mini-service span { display: block; }
.mini-service span { margin-top: 6px; color: var(--muted); font-size: 13px; font-weight: 800; }
.mock-lines {
  display: grid;
  gap: 14px;
}
.mock-lines i {
  height: 58px;
  border-radius: 22px;
  background: rgba(18,23,45,.08);
}
.desktop-mock {
  position: absolute;
  right: 8px;
  bottom: 46px;
  width: 310px;
  padding: 18px;
  border-radius: 26px;
}
.dot-row { display: flex; gap: 6px; margin-bottom: 18px; }
.dot-row span { width: 10px; height: 10px; border-radius: 999px; background: rgba(255,255,255,.4); }
.calendar-lines { display: grid; gap: 10px; margin-top: 18px; }
.calendar-lines i { height: 34px; border-radius: 12px; background: rgba(255,255,255,.12); }
.calendar-lines i:nth-child(2) { background: rgba(88,101,242,.55); }
.section { padding: 74px 0; }
.page-hero { padding: 150px 0 62px; }
.page-hero.compact { max-width: 900px; }
.section-head { max-width: 760px; margin-bottom: 28px; }
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.category-pill {
  min-height: 116px;
  display: grid;
  align-content: space-between;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.09);
}
.category-pill span { font-size: 26px; }
.category-pill b { font-size: 15px; }
.category-pill.blue { box-shadow: inset 0 0 0 1px rgba(71,215,255,.2); }
.category-pill.pink { box-shadow: inset 0 0 0 1px rgba(255,119,183,.25); }
.category-pill.green { box-shadow: inset 0 0 0 1px rgba(84,239,154,.22); }
.category-pill.orange { box-shadow: inset 0 0 0 1px rgba(255,159,67,.25); }
.category-pill.violet { box-shadow: inset 0 0 0 1px rgba(185,140,255,.25); }
.category-pill.yellow { box-shadow: inset 0 0 0 1px rgba(255,227,110,.28); }
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.service-card, .company-card, .product-panel, .panel, .salon-card-real, .empty-directory {
  border-radius: 28px;
  padding: 22px;
}
.service-card {
  min-height: 280px;
  display: grid;
  gap: 18px;
}
.salon-cards {
  align-items: stretch;
}
.salon-card-real {
  min-height: 300px;
  display: grid;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,247,255,.9));
  color: #12172d;
  border: 1px solid rgba(18, 23, 45, .11);
  box-shadow: 0 20px 56px rgba(18, 23, 45, .2);
  backdrop-filter: none;
}
.salon-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.real-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(18, 23, 45, .1);
  border-radius: 18px;
  color: #11152b;
  background: #fff8e8;
  font-size: 24px;
  font-weight: 1000;
}
.real-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salon-card-real small {
  display: block;
  margin-bottom: 4px;
  color: rgba(18,23,45,.58);
  font-weight: 900;
}
.salon-card-real h3 {
  margin: 0;
  color: #12172d;
}
.salon-card-real p {
  color: rgba(18,23,45,.68);
}
.real-services {
  display: grid;
  gap: 8px;
}
.real-services span {
  padding: 10px 12px;
  border-radius: 14px;
  color: rgba(18,23,45,.74);
  background: rgba(88,101,242,.09);
  font-weight: 850;
}
.salon-card-real .card-footer {
  align-self: end;
}
.salon-card-real .button.small {
  color: white;
  background: #5865f2;
  box-shadow: none;
}
.empty-directory {
  min-height: 300px;
  display: grid;
  align-content: center;
  gap: 16px;
  background:
    radial-gradient(circle at 85% 10%, rgba(84,239,154,.22), transparent 9rem),
    linear-gradient(180deg, rgba(35,44,139,.96), rgba(23,30,99,.76));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 24px 72px rgba(17,21,43,.22);
}
.empty-directory-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.empty-directory-top span {
  padding: 8px 12px;
  border-radius: 999px;
  color: #11152b;
  background: var(--yellow);
  font-size: 13px;
  font-weight: 1000;
}
.empty-directory h3 {
  margin: 0;
  font-size: 32px;
}
.empty-directory p {
  max-width: 560px;
  color: var(--muted);
}
.empty-directory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.empty-directory-list i {
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.86);
  font-style: normal;
  font-weight: 900;
}
.service-card small, .company-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-weight: 900;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.card-footer span { color: var(--muted); font-weight: 800; }
.company-card ul, .panel ul {
  margin: 18px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.company-card li, .panel li, .feature-grid article {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: var(--muted);
  font-weight: 800;
}
.company-logo {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: white;
  color: #0b1020;
  font-size: 24px;
  font-weight: 1000;
}
dl { display: grid; gap: 8px; margin: 18px 0; }
dt { color: var(--soft); font-size: 12px; font-weight: 900; text-transform: uppercase; }
dd { margin: 0; font-weight: 850; }
.split, .product-duo, .process, .help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.help-panel {
  min-height: 0;
}
.help-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.help-list details,
.help-list p {
  margin: 0;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.10);
}
.help-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 950;
}
.help-list summary::-webkit-details-marker {
  display: none;
}
.help-list details p {
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.74);
}
.filters {
  width: min(1180px, calc(100% - 36px));
  grid-template-columns: 1.2fr .85fr .85fr .65fr .75fr;
  margin: 0 auto 22px;
}
.faq details {
  border: 1px solid var(--line);
  border-radius: 22px;
  margin-bottom: 12px;
  padding: 18px 20px;
  background: rgba(255,255,255,.08);
}
.faq summary { cursor: pointer; font-size: 18px; font-weight: 950; }
.faq-group {
  padding: 0 !important;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(35,44,139,.72), rgba(35,44,139,.38)),
    rgba(255,255,255,.08) !important;
}
.faq-group > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  list-style: none;
}
.faq-group > summary::-webkit-details-marker,
.faq-group-body details > summary::-webkit-details-marker {
  display: none;
}
.faq-group > summary span {
  font-size: clamp(26px, 4vw, 46px);
  line-height: .95;
}
.faq-group > summary b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}
.faq-group > summary b::before {
  content: "+";
  color: white;
  font-size: 28px;
  line-height: 1;
}
.faq-group[open] > summary b::before {
  content: "-";
}
.faq-group-body {
  display: grid;
  gap: 10px;
  padding: 0 18px 18px;
}
.faq-group-body details {
  margin: 0;
  background: rgba(255,255,255,.10);
}
.faq-group-body p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
}
.step-panel,
.product-panel {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 0%, rgba(255,227,110,.16), transparent 10rem),
    linear-gradient(180deg, rgba(35,44,139,.74), rgba(35,44,139,.36));
}
.step-panel-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #11152b;
  background: #fff8e8;
  font-size: 26px;
  font-weight: 1000;
}
.step-intro {
  max-width: 500px;
}
.step-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.step-list div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
}
.step-list b {
  color: var(--yellow);
}
.step-list span {
  color: rgba(255,255,255,.86);
  font-weight: 900;
}
.product-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}
.product-panel-head b {
  padding: 8px 12px;
  border-radius: 999px;
  color: #11152b;
  background: #fff8e8;
  font-size: 13px;
  font-weight: 1000;
}
.product-bullets {
  display: grid;
  gap: 9px;
  margin: 20px 0 24px;
}
.product-bullets span {
  padding: 11px 13px;
  border-radius: 16px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
  font-weight: 900;
}
.mobile-home-flow {
  display: none;
}
.mobile-flow-card details {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
}
.mobile-flow-card summary {
  cursor: pointer;
  list-style: none;
  font-weight: 1000;
}
.mobile-flow-card summary::-webkit-details-marker {
  display: none;
}
.mobile-flow-list {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}
.mobile-flow-list span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 11px;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.84);
  font-weight: 900;
}
.mobile-flow-list b {
  color: var(--yellow);
}
.legal-doc {
  max-width: 900px;
}
.legal-doc article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.legal-doc h2 { font-size: 26px; }
.legal-doc ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}
.legal-doc li::marker {
  color: var(--yellow);
}
.muted-note {
  margin-top: 18px;
  color: var(--soft);
  font-weight: 800;
}
.site-footer {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 72px auto 0;
  padding: 0 0 28px;
}
.footer-shell {
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(22, 28, 92, .64), rgba(18, 23, 73, .34)),
    rgba(255,255,255,.07);
  box-shadow: 0 24px 90px rgba(17, 21, 43, .20);
  backdrop-filter: blur(22px);
}
.footer-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  text-align: center;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: 1000;
}
.footer-logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(17,21,43,.24));
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 0;
}
.footer-group {
  display: grid;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
}
.footer-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: white;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}
.footer-group summary::-webkit-details-marker { display: none; }
.footer-group summary span {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255,255,255,.76);
  border-bottom: 2px solid rgba(255,255,255,.76);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.footer-group[open] summary span {
  transform: rotate(225deg) translate(-2px, -2px);
}
.footer-columns nav {
  display: grid;
  gap: 8px;
  align-content: start;
}
.footer-columns a {
  width: fit-content;
  padding: 7px 0;
  color: rgba(255,255,255,.76);
  font-weight: 850;
}
.footer-columns a:hover {
  color: white;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.58);
  font-weight: 850;
}
.hidden,
[hidden] {
  display: none !important;
}
.cookie-consent {
  position: fixed;
  left: max(18px, env(safe-area-inset-left));
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(28, 35, 112, .86);
  box-shadow: 0 28px 80px rgba(5, 8, 25, .34);
  backdrop-filter: blur(22px);
}
.cookie-copy strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}
.cookie-copy p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.76);
  font-weight: 800;
  line-height: 1.35;
}
.cookie-copy a {
  color: var(--cream);
}
.cookie-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.cookie-options label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.82);
  font-weight: 900;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.cookie-actions button {
  border: 0;
  border-radius: 999px;
  padding: 11px 15px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}
.cookie-actions button.primary {
  background: var(--cream);
  color: #101225;
}
@media (max-width: 960px) {
  .desktop-nav, .login-link { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 118px; }
  .hero-visual { min-height: 520px; }
  .phone-mock { left: 0; }
  .desktop-mock { right: 0; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .cards, .split, .product-duo, .process, .help-grid { grid-template-columns: 1fr; }
  .filters, .search-console { grid-template-columns: 1fr; border-radius: 24px; }
  .footer-brand,
  .footer-columns {
    grid-template-columns: 1fr;
  }
  .cookie-consent {
    grid-template-columns: 1fr;
    align-items: stretch;
    border-radius: 24px;
  }
  .cookie-actions {
    justify-content: stretch;
  }
  .cookie-actions button {
    flex: 1 1 auto;
  }
}
@media (max-width: 560px) {
  .topbar { top: 10px; width: calc(100% - 18px); }
  .brand span { display: none; }
  .language-select select { max-width: 112px; }
  h1 { font-size: 54px; }
  h2 { font-size: 38px; }
  .hero, .page-hero, .section { width: min(100% - 24px, 1180px); }
  .home-mobile-hidden { display: none; }
  .mobile-home-flow {
    display: block;
    padding: 26px 0 32px;
  }
  .mobile-flow-card.panel {
    padding: 24px 20px;
    border-radius: 28px;
    min-height: 0;
  }
  .mobile-flow-card h2 {
    max-width: 11ch;
    font-size: clamp(32px, 9vw, 44px);
    line-height: .96;
  }
  .mobile-flow-card details {
    padding: 13px;
    border-radius: 18px;
  }
  .mobile-flow-card .button {
    width: 100%;
    justify-content: center;
  }
  .section.help-grid {
    padding: 24px 0;
    gap: 14px;
  }
  .help-panel.panel {
    padding: 26px 20px;
    border-radius: 28px;
    min-height: 0;
  }
  .help-panel h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: .96;
  }
  .help-list {
    gap: 8px;
    margin-top: 18px;
  }
  .help-list details,
  .help-list p {
    padding: 13px 14px;
    border-radius: 18px;
  }
  .help-list summary {
    font-size: 15px;
    line-height: 1.2;
  }
  .help-list details p {
    font-size: 14px;
    line-height: 1.35;
  }
  .phone-mock { width: 280px; min-height: 500px; }
  .desktop-mock { width: 260px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .site-footer {
    width: min(100% - 24px, 1180px);
    margin-top: 48px;
    padding-bottom: 18px;
  }
  .footer-shell {
    padding: 20px;
    border-radius: 28px;
  }
  .footer-logo {
    font-size: 27px;
  }
  .footer-columns { gap: 14px; }
  .footer-group {
    padding: 20px;
    border-radius: 24px;
  }
  .footer-group:not([open]) nav { display: none; }
  .footer-group summary {
    margin: 0;
    font-size: 17px;
  }
  .footer-group[open] summary {
    margin-bottom: 16px;
  }
  .footer-columns a {
    padding: 10px 0;
    font-size: 16px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Celeria public site visual direction: Discord-like blue hero, matching the earlier approved look. */
:root {
  --bg: #5865f2;
  --bg2: #3442d9;
}
body {
  background:
    radial-gradient(circle at 16% 78%, rgba(255, 227, 110, .95), transparent 9rem),
    radial-gradient(circle at 78% 30%, rgba(255, 119, 183, .86), transparent 8rem),
    #5865f2;
}
body::before {
  display: none;
}
.skip-link:not(:focus) {
  transform: translateY(-200%);
}
.topbar {
  top: 24px;
  width: min(1120px, calc(100% - 32px));
  min-height: 64px;
  border: 3px solid rgba(22, 28, 88, .35);
  background: rgba(35, 44, 139, .78);
  box-shadow: 0 12px 0 rgba(19, 24, 72, .18);
}
.topbar.is-scrolled {
  background: rgba(35, 44, 139, .92);
}
.desktop-nav a,
.login-link {
  color: rgba(255,255,255,.82);
}
.language-select select {
  border: 0;
  background:
    linear-gradient(45deg, transparent 50%, white 50%) right 18px center / 6px 6px no-repeat,
    rgba(255,255,255,.18);
}
.hero {
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  padding-top: 128px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 220px;
  left: -110px;
  bottom: 7%;
  border-radius: 999px;
  background: var(--yellow);
}
.eyebrow {
  color: var(--yellow);
  letter-spacing: .22em;
}
h1 {
  font-size: clamp(66px, 9vw, 116px);
  line-height: .84;
}
.lead {
  color: rgba(255,255,255,.78);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 850;
}
.search-console {
  margin-top: 28px;
  background: rgba(35, 44, 139, .54);
}
.button.soft {
  background: #fff8e8;
}
.button.ghost {
  background: rgba(255,255,255,.14);
}
.hero-visual {
  min-height: 620px;
}
.orb.one {
  top: 12%;
  right: 4%;
  width: 156px;
  height: 156px;
  opacity: 1;
  filter: none;
}
.orb.two {
  display: none;
}
.phone-mock {
  top: 54px;
  left: 70px;
  width: 360px;
  min-height: 640px;
  border: 5px solid #11152b;
  border-radius: 54px;
  background: #11152b;
  padding: 12px;
  box-shadow: 0 30px 80px rgba(18, 23, 68, .32);
  transform: rotate(0);
}
.phone-screen {
  min-height: 612px;
  overflow: hidden;
  border-radius: 42px;
  background:
    linear-gradient(180deg, #fff8e8 0%, #fff8e8 28%, #f4f1e8 100%);
}
.phone-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 18px 8px;
  color: #11152b;
  font-size: 18px;
}
.phone-bar b {
  width: 78px;
  height: 22px;
  border-radius: 999px;
  background: #060918;
}
.phone-app-head {
  padding: 18px 20px 12px;
}
.phone-app-head p {
  margin: 0 0 8px;
  color: #5865f2;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.phone-app-head h3 {
  margin: 0;
  color: #11152b;
  font-size: 34px;
  line-height: .96;
}
.phone-logo {
  display: none;
  object-fit: contain;
  padding: 0;
  filter: drop-shadow(0 12px 20px rgba(17,21,43,.20));
}
.phone-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 10px 18px 12px;
  padding: 12px;
  border-radius: 22px;
  color: white;
  background: #111b64;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.phone-search-row span,
.phone-search-row b {
  font-size: 13px;
  font-weight: 900;
}
.phone-category-row {
  display: flex;
  gap: 8px;
  padding: 0 18px 12px;
}
.phone-category-row i {
  padding: 8px 11px;
  border-radius: 999px;
  color: #11152b;
  background: rgba(88,101,242,.16);
  font-size: 12px;
  font-style: normal;
  font-weight: 1000;
}
.phone-service-list {
  display: grid;
  gap: 12px;
  padding: 0 18px 92px;
}
.mock-search {
  color: white;
  background: #5865f2;
  font-size: 20px;
}
.mini-service {
  background: white;
  color: #12172d;
  border: 1px solid rgba(18,23,45,.12);
}
.mini-service b {
  font-size: 20px;
}
.mini-service span {
  color: rgba(18,23,45,.58);
  font-size: 16px;
}
.phone-tabbar {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 12px;
  border: 2px solid rgba(17,21,43,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(14px);
}
.phone-tabbar span {
  height: 26px;
  border-radius: 999px;
  background: rgba(88,101,242,.20);
}
.phone-tabbar span:first-child {
  background: #5865f2;
}
.desktop-mock {
  left: -24px;
  right: auto;
  bottom: 86px;
  color: #12172d;
  background: #ffffff;
  border: 4px solid #11152b;
}
.desktop-mock p {
  color: rgba(18,23,45,.62);
  font-size: 17px;
}
.booking-preview {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(88,101,242,.11);
}
.booking-preview span {
  color: rgba(18,23,45,.62);
  font-weight: 900;
}
.booking-preview b {
  color: #11152b;
  font-size: 24px;
}
.bubble {
  position: absolute;
  z-index: 4;
  padding: 16px 22px;
  border: 4px solid #11152b;
  border-radius: 999px;
  color: #11152b;
  font-weight: 1000;
  box-shadow: 0 12px 0 rgba(17,21,43,.15);
}
.bubble-left {
  top: 190px;
  left: -10px;
  background: var(--yellow);
}
.bubble-right {
  top: 262px;
  right: -16px;
  background: var(--green);
}
.section,
.page-hero {
  color: white;
}
.service-card,
.company-card,
.product-panel,
.panel,
.category-pill,
.faq details {
  background: rgba(35, 44, 139, .32);
  border-color: rgba(255,255,255,.22);
}
.real-directory-section {
  align-items: center;
}
.real-directory-section > .salon-cards,
.real-directory-section > .empty-directory {
  width: 100%;
}
@media (max-width: 960px) {
  .hero {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: auto;
  }
  .hero-copy { display: contents; }
  .hero-copy .eyebrow { order: 1; margin-top: 18px; }
  .hero-copy h1 { order: 2; }
  .hero-copy .lead { order: 3; }
  .hero-visual { order: 4; width: 100%; min-height: 720px; }
  .hero-copy .search-console { order: 5; width: 100%; margin-top: 28px; }
  .hero-copy .hero-actions { order: 6; }
  .phone-mock {
    left: 50%;
    transform: translateX(-50%);
  }
  .desktop-mock {
    left: 6px;
  }
}
@media (max-width: 560px) {
  .topbar {
    top: 12px;
  }
  .hero {
    padding-top: 106px;
  }
  h1 {
    font-size: 58px;
  }
  .phone-mock {
    width: min(300px, calc(100vw - 88px));
    height: 520px;
    min-height: 0;
    top: 18px;
    overflow: hidden;
    border-width: 5px;
    border-radius: 46px;
  }
  .hero-visual {
    min-height: 630px;
  }
  .phone-screen {
    min-height: 0;
    height: 490px;
    border-radius: 36px;
  }
  .phone-bar {
    padding: 14px 16px 6px;
    font-size: 15px;
  }
  .phone-bar b {
    width: 68px;
    height: 19px;
  }
  .phone-app-head {
    padding: 14px 18px 8px;
  }
  .phone-app-head h3 {
    font-size: 30px;
  }
  .phone-search-row {
    margin: 8px 16px 10px;
    padding: 10px 12px;
  }
  .phone-category-row {
    padding: 0 16px 10px;
  }
  .phone-service-list {
    gap: 10px;
    padding: 0 16px 70px;
  }
  .mini-service {
    padding: 14px;
    border-radius: 20px;
  }
  .mini-service b {
    font-size: 18px;
  }
  .mini-service span {
    font-size: 14px;
  }
  .phone-tabbar {
    left: 24px;
    right: 24px;
    bottom: 20px;
    padding: 10px;
  }
  .desktop-mock {
    bottom: 44px;
    width: min(280px, calc(100vw - 44px));
    padding: 16px;
    border-radius: 24px;
  }
  .desktop-mock p {
    font-size: 15px;
  }
  .booking-preview {
    margin-top: 16px;
  }
  .booking-preview b {
    font-size: 22px;
  }
  .hero-copy .search-console {
    margin-top: 34px;
  }
  .bubble {
    display: none;
  }
}
