/* ============================================
   LENORETECH v2 — World-Class Enhancements
   Top bar, mega menu, hero animations, growth tabs,
   branding section, trust badges, sticky sidebar,
   appointment booking
   ============================================ */

:root {
  --c-purple: #6552D0;
  --c-purple-deep: #4A38A8;
  --c-yellow-pure: #FFC629;
  --tb-h: 40px;
}

/* ============================================
   TOP INFO BAR (above main nav)
   ============================================ */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1001;
  height: var(--tb-h);
  background: linear-gradient(90deg, #0B1020 0%, #1B2349 60%, #0B1020 100%);
  color: #fff;
  font-size: 12.5px;
  display: flex;
  align-items: center;
}
.topbar-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.topbar a { color: rgba(255,255,255,.8); transition: color .2s; }
.topbar a:hover { color: var(--c-yellow); }
.tb-left, .tb-right { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.tb-item { display: inline-flex; align-items: center; gap: 6px; }
.tb-item svg { width: 13px; height: 13px; opacity: .75; }
.tb-divider { width: 1px; height: 14px; background: rgba(255,255,255,.18); }
.tb-loc { display: inline-flex; align-items: center; gap: 4px; cursor: pointer; }
.tb-loc::after { content: '▾'; font-size: 9px; opacity: .6; }
.tb-social { display: flex; gap: 8px; }
.tb-social a { opacity: .7; transition: opacity .2s; }
.tb-social a:hover { opacity: 1; color: var(--c-yellow); }
.tb-social svg { width: 14px; height: 14px; }

@media (max-width: 880px) {
  .topbar { height: 36px; font-size: 11.5px; }
  .tb-left .tb-item:nth-child(n+3), .tb-right .tb-divider, .tb-right .tb-item:nth-child(2) { display: none; }
}

/* When topbar is on, push nav down */
body.has-topbar .nav { top: var(--tb-h); }
body.has-topbar { padding-top: var(--tb-h); }
@media (max-width: 880px) { body.has-topbar { padding-top: 36px; } body.has-topbar .nav { top: 36px; } }

/* ============================================
   MEGA-MENU UPGRADED (multi-column with header/groups)
   ============================================ */
.mega-xl {
  position: fixed;
  top: calc(var(--tb-h) + var(--nav-h));
  left: 0; right: 0;
  background: #fff;
  border-top: 1px solid var(--c-line);
  box-shadow: 0 30px 80px -20px rgba(15,23,42,.18);
  padding: 32px 24px;
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: all .3s ease;
  z-index: 999;
}
.menu > li:hover .mega-xl,
.menu > li:focus-within .mega-xl { opacity: 1; visibility: visible; transform: translateY(0); }

.mega-xl-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 36px;
}
.mega-xl-feature {
  padding: 22px;
  background: var(--g-night);
  border-radius: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.mega-xl-feature::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(300px 150px at 100% 0%, rgba(239,62,54,.3), transparent 60%);
}
.mega-xl-feature > * { position: relative; }
.mega-xl-feature .tag { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--c-yellow); font-weight: 700; }
.mega-xl-feature h4 { color: #fff; margin: 8px 0 6px; font-size: 1.1rem; }
.mega-xl-feature p { color: rgba(255,255,255,.7); font-size: 12.5px; line-height: 1.55; }
.mega-xl-feature .feat-cta {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 14px; font-size: 12.5px; font-weight: 600;
  color: var(--c-yellow);
}

.mega-col h6 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--c-mute);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-line);
}
.mega-col a {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0;
  font-size: 13.5px;
  color: var(--c-ink);
  border-radius: 6px;
  transition: all .2s;
}
.mega-col a:hover { color: var(--c-red); transform: translateX(4px); }
.mega-col a .dot { color: var(--c-red); font-size: 8px; margin-top: 6px; opacity: 0; transition: opacity .2s; }
.mega-col a:hover .dot { opacity: 1; }

@media (max-width: 1100px) { .mega-xl { display: none !important; } }

/* ============================================
   HERO v2 — Animated, rapiddigitalgrowth-style
   ============================================ */
.hero-v2 {
  position: relative;
  padding: calc(var(--nav-h) + 80px) 0 80px;
  background:
    radial-gradient(900px 600px at 90% 0%, rgba(31,182,217,.18), transparent 70%),
    radial-gradient(700px 500px at -10% 30%, rgba(239,62,54,.16), transparent 70%),
    linear-gradient(180deg, #FFFCF8 0%, #fff 100%);
  overflow: hidden;
}
.hero-v2::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(15,23,42,.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,23,42,.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 60% at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at center, #000 30%, transparent 80%);
}
.hero-v2 > .container { position: relative; z-index: 1; }

.hero-v2-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
@media (max-width: 968px) { .hero-v2-grid { grid-template-columns: 1fr; gap: 40px; } }

.hero-v2 h1 {
  font-size: clamp(2.4rem, 5.4vw, 4.2rem);
  line-height: 1.1;
  margin: 18px 0 20px;
  font-weight: 900;
}
/* Rotating word — single line slot that animates through 4 words */
.hero-v2 h1 .rotate-wrap {
  display: inline-block;
  vertical-align: bottom;
  height: 1.1em;
  line-height: 1.1;
  overflow: hidden;
  position: relative;
  min-width: 6.5em;
}
.hero-v2 h1 .rotate-word {
  display: block;
  animation: rotate-words 10s cubic-bezier(.6,.05,.4,1) infinite;
}
.hero-v2 h1 .rotate-word > span {
  display: block;
  height: 1.1em;
  line-height: 1.1;
  background: var(--g-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-weight: 900;
}
@keyframes rotate-words {
  0%, 18%   { transform: translateY(0); }
  22%, 43%  { transform: translateY(-1.1em); }
  47%, 68%  { transform: translateY(-2.2em); }
  72%, 93%  { transform: translateY(-3.3em); }
  97%, 100% { transform: translateY(-4.4em); }
}
.hero-v2 h1 .rotate-word > span:last-child {
  /* duplicate first word at end so loop is seamless */
}

.hero-v2 .lead { font-size: 1.12rem; color: var(--c-slate); max-width: 600px; margin-bottom: 30px; }

.hero-feat-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-feat {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,.7);
  border: 1px solid var(--c-line);
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  backdrop-filter: blur(8px);
}
.hero-feat svg { width: 16px; height: 16px; color: var(--c-red); }

/* HERO ANIMATED VISUAL — orbit (absolute centering, all rings + core stacked) */
.hero-v2-art {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orbit {
  position: relative;
  width: 480px;
  height: 480px;
  max-width: 100%;
  aspect-ratio: 1;
}
.orbit-ring {
  position: absolute;
  top: 50%; left: 50%;
  border: 2px dashed rgba(31,182,217,.35);
  border-radius: 50%;
  animation: spin 40s linear infinite;
}
.orbit-ring.r1 { width: 100%; height: 100%; transform: translate(-50%, -50%); }
.orbit-ring.r2 { width: 70%;  height: 70%;  transform: translate(-50%, -50%); border-color: rgba(239,62,54,.35); animation-direction: reverse; animation-duration: 30s; }
.orbit-ring.r3 { width: 42%;  height: 42%;  transform: translate(-50%, -50%); border-color: rgba(255,179,0,.45); animation-duration: 22s; }

.orbit-dot {
  position: absolute;
  width: 54px; height: 54px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15,23,42,.14);
  display: grid; place-items: center;
  font-size: 22px;
  border: 1px solid var(--c-line);
}
/* Counter-rotate so emojis stay upright */
.orbit-ring .orbit-dot { animation: spin-rev 40s linear infinite; }
.orbit-ring.r2 .orbit-dot { animation: spin 30s linear infinite; }
.orbit-ring.r3 .orbit-dot { animation: spin-rev 22s linear infinite; }

.orbit-dot.d1 { top: -27px; left: 50%; margin-left: -27px; }
.orbit-dot.d2 { top: 50%;   right: -27px; margin-top: -27px; }
.orbit-dot.d3 { bottom: -27px; left: 50%; margin-left: -27px; }
.orbit-dot.d4 { top: 50%;   left: -27px;  margin-top: -27px; }

@keyframes spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spin-rev { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }

/* Override spin keyframes for non-ring elements (the dots use plain rotate) */
.orbit-dot { animation-name: spin-dot !important; }
@keyframes spin-dot { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }
.orbit-ring.r2 .orbit-dot { animation-name: spin-dot-rev !important; }
@keyframes spin-dot-rev { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.orbit-core {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 180px; height: 180px;
  border-radius: 50%;
  background: var(--g-brand);
  box-shadow: 0 30px 80px -10px rgba(239,62,54,.45), 0 14px 40px rgba(31,182,217,.3);
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--f-display);
  font-weight: 900;
  font-size: 56px;
  letter-spacing: -2px;
  z-index: 3;
  animation: pulse-core 3s ease-in-out infinite;
}
.orbit-core::before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.3) 0%, transparent 50%);
}
@keyframes pulse-core {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.05); }
}

.orbit-card {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  border: 1px solid var(--c-line);
  box-shadow: 0 18px 40px rgba(15,23,42,.08);
  z-index: 5;
  display: flex; align-items: center; gap: 12px;
  animation: float-slow 6s ease-in-out infinite;
}
.orbit-card .ic {
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center; color: #fff; font-size: 16px;
  flex: none;
}
.orbit-card.c1 { top: 8%; left: -3%; }
.orbit-card.c1 .ic { background: var(--g-fire); }
.orbit-card.c2 { bottom: 18%; right: -5%; animation-delay: -2s; }
.orbit-card.c2 .ic { background: var(--g-sky); }
.orbit-card.c3 { bottom: 0%; left: 15%; animation-delay: -4s; }
.orbit-card.c3 .ic { background: var(--g-sun); }
.orbit-card .t { font-size: 11px; color: var(--c-mute); }
.orbit-card .v { font-size: 16px; font-weight: 800; }

@keyframes float-slow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

@media (max-width: 540px) {
  .orbit-ring { width: 320px; height: 320px; }
  .orbit-ring.r2 { width: 240px; height: 240px; }
  .orbit-ring.r3 { width: 160px; height: 160px; }
  .orbit-core { width: 130px; height: 130px; font-size: 36px; }
  .orbit-dot { width: 44px; height: 44px; font-size: 18px; border-radius: 12px; }
  .orbit-card.c1, .orbit-card.c2, .orbit-card.c3 { display: none; }
}

/* ============================================
   TRUST BADGES STRIP
   ============================================ */
.trust-strip {
  padding: 28px 0;
  background: linear-gradient(180deg, transparent 0%, var(--c-bg) 100%);
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  align-items: center;
}
@media (max-width: 968px) { .trust-row { grid-template-columns: repeat(4, 1fr); gap: 12px; } }
@media (max-width: 540px) { .trust-row { grid-template-columns: repeat(3, 1fr); gap: 10px; } }

.trust-card {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 14px;
  padding: 14px 12px;
  height: 80px;
  display: grid; place-items: center;
  text-align: center;
  transition: all .25s;
  filter: grayscale(20%);
}
.trust-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); filter: grayscale(0%); border-color: transparent; }
.trust-card .label {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--c-ink);
  line-height: 1.15;
}
.trust-card .label small { display: block; font-size: 9px; font-weight: 600; color: var(--c-mute); letter-spacing: .12em; }
.trust-card svg { max-height: 36px; width: auto; }

/* ============================================
   ABOUT SECTION INFOGRAPHIC
   ============================================ */
.about-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 968px) { .about-info { grid-template-columns: 1fr; } }

.about-info-art {
  position: relative;
  aspect-ratio: 1.05;
  display: grid;
  place-items: center;
}
.info-blob {
  position: absolute; inset: 8%;
  background: var(--g-brand);
  filter: blur(80px);
  opacity: .25;
  border-radius: 50%;
  animation: blob 14s ease-in-out infinite;
}
.info-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  height: 100%;
  max-width: 460px;
}
.info-tile {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 18px;
  padding: 16px;
  display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
  transition: transform .3s;
  position: relative; overflow: hidden;
}
.info-tile:hover { transform: translateY(-4px) scale(1.03); z-index: 2; }
.info-tile .num { font-family: var(--f-display); font-weight: 900; font-size: 1.6rem; line-height: 1; }
.info-tile .lbl { font-size: 11px; color: var(--c-mute); margin-top: 6px; }
.info-tile.t-red { background: var(--g-fire); color: #fff; border-color: transparent; }
.info-tile.t-red .num, .info-tile.t-red .lbl { color: #fff; }
.info-tile.t-blue { background: var(--g-sky); color: #fff; border-color: transparent; }
.info-tile.t-blue .num, .info-tile.t-blue .lbl { color: #fff; }
.info-tile.t-yellow { background: var(--g-sun); color: #fff; border-color: transparent; }
.info-tile.t-yellow .num, .info-tile.t-yellow .lbl { color: #fff; }
.info-tile.t-dark { background: var(--c-ink); color: #fff; border-color: transparent; }
.info-tile.t-dark .num, .info-tile.t-dark .lbl { color: #fff; }
.info-tile.t-dark .num { background: var(--g-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.info-tile .ico { font-size: 20px; opacity: .85; }

/* ============================================
   GROWTH TABS (Industries with case studies)
   ============================================ */
.growth-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 36px 0 32px;
}
.growth-tab {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 999px;
  font-size: 14px; font-weight: 600;
  color: var(--c-ink);
  cursor: pointer;
  transition: all .25s;
}
.growth-tab:hover { border-color: var(--c-orange); }
.growth-tab.active {
  background: var(--c-yellow-pure);
  border-color: var(--c-yellow-pure);
  box-shadow: 0 8px 20px rgba(255,198,41,.4);
}
.growth-tab .ic { font-size: 14px; }

.growth-pane {
  display: none;
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  border: 1px solid var(--c-line);
  box-shadow: var(--sh-md);
}
.growth-pane.active { display: block; animation: fade-in .4s ease; }
@keyframes fade-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.growth-pane-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}
@media (max-width: 768px) { .growth-pane-grid { grid-template-columns: 1fr; } }

.growth-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(255,198,41,.15);
  border: 1px solid rgba(255,198,41,.4);
  border-radius: 999px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .1em;
  color: var(--c-orange);
  text-transform: uppercase;
}
.growth-block { margin-top: 18px; }
.growth-block h5 {
  display: flex; align-items: center; gap: 8px;
  font-size: 1rem; margin-bottom: 6px;
}
.growth-block h5 .ic { font-size: 18px; }
.growth-block p { font-size: 14px; line-height: 1.65; color: var(--c-slate); }

.growth-art {
  border-radius: 18px;
  background: var(--g-night);
  aspect-ratio: 1.4;
  position: relative;
  overflow: hidden;
  display: grid; place-items: center;
  color: #fff;
}
.growth-art::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(400px 200px at 100% 0%, rgba(31,182,217,.4), transparent 60%),
    radial-gradient(400px 200px at 0% 100%, rgba(239,62,54,.4), transparent 60%);
}
.growth-art .em { font-size: 84px; position: relative; z-index: 1; filter: drop-shadow(0 10px 30px rgba(0,0,0,.4)); }

.growth-results {
  margin-top: 28px;
  background: var(--c-bg);
  border-radius: 18px;
  padding: 22px;
}
.growth-results h6 {
  font-family: var(--f-display);
  font-weight: 800; font-size: 1.05rem;
  color: var(--c-orange);
  margin-bottom: 14px;
}
.growth-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 768px) { .growth-cards { grid-template-columns: repeat(2, 1fr); } }
.growth-card {
  background: #fff;
  border-left: 4px solid var(--c-yellow-pure);
  border-radius: 12px;
  padding: 14px 14px 14px 16px;
}
.growth-card .ic { font-size: 18px; color: var(--c-yellow-pure); margin-bottom: 6px; }
.growth-card .v { font-family: var(--f-display); font-weight: 900; font-size: 1.45rem; }
.growth-card .l { font-size: 11.5px; color: var(--c-slate); margin-top: 2px; }
.growth-card .sub { font-size: 11px; color: var(--c-orange); font-weight: 600; margin-top: 6px; }

/* ============================================
   BRANDING SOLUTIONS SECTION
   ============================================ */
.branding-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 968px) { .branding-grid { grid-template-columns: 1fr; } }

.pill-group { margin: 18px 0; }
.pill-group h4 {
  display: flex; align-items: center; gap: 8px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.pill-group h4 .ic { font-size: 16px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  padding: 7px 14px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 999px;
  font-size: 12.5px; font-weight: 500;
  color: var(--c-slate);
  transition: all .25s;
}
.pill:hover { border-color: var(--c-orange); color: var(--c-ink); transform: translateY(-2px); }

.branding-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

.branding-art {
  position: relative;
  aspect-ratio: 1.05;
  border-radius: 24px;
  background: linear-gradient(135deg, #FFFCF8 0%, #fff 100%);
  border: 1px solid var(--c-line);
  display: grid; place-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(to right, rgba(15,23,42,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,23,42,.04) 1px, transparent 1px);
  background-size: 30px 30px;
}
.puzzle {
  position: relative;
  width: 80%; max-width: 320px;
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.puzzle-piece {
  background: var(--g-sun);
  border-radius: 14px;
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 12px 30px rgba(255,179,0,.3);
  animation: piece 4s ease-in-out infinite;
}
.puzzle-piece:nth-child(2) { background: var(--g-fire); animation-delay: -1s; box-shadow: 0 12px 30px rgba(239,62,54,.3); }
.puzzle-piece:nth-child(3) { background: var(--g-sky); animation-delay: -2s; box-shadow: 0 12px 30px rgba(31,182,217,.3); }
.puzzle-piece:nth-child(4) { background: var(--g-night); animation-delay: -3s; }
@keyframes piece { 0%,100% { transform: scale(1); } 50% { transform: scale(1.04); } }
.branding-art .label {
  position: absolute; bottom: 20px;
  font-family: var(--f-display);
  font-weight: 900; font-size: 1.6rem;
  background: var(--g-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================
   STICKY SIDEBAR (right side)
   ============================================ */
.side-sticky {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 996;
  display: flex; flex-direction: column;
  background: #2A1F8C;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,.2);
}
.side-sticky a {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px;
  padding: 18px 14px;
  width: 92px;
  color: #fff;
  font-size: 11px; font-weight: 600;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: all .25s;
}
.side-sticky a:last-child { border-bottom: none; }
.side-sticky a:hover { background: rgba(255,255,255,.1); }
.side-sticky a svg { width: 22px; height: 22px; }
.side-sticky a.wa svg { color: #25D366; }
.side-sticky a.wa:hover { background: rgba(37,211,102,.18); }

@media (max-width: 968px) { .side-sticky { display: none; } }

/* ============================================
   APPOINTMENT BOOKING UI
   ============================================ */
.booking-shell {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 36px;
  align-items: start;
}
@media (max-width: 968px) { .booking-shell { grid-template-columns: 1fr; } }

.booking-side {
  padding: 28px;
  background: var(--g-night);
  border-radius: 24px;
  color: #fff;
  position: relative; overflow: hidden;
}
.booking-side::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(400px 200px at 100% 0%, rgba(239,62,54,.3), transparent 60%);
}
.booking-side > * { position: relative; }
.booking-side h3 { color: #fff; font-size: 1.4rem; }
.booking-side .lead { color: rgba(255,255,255,.75); margin: 12px 0 24px; font-size: 14.5px; }
.booking-perks { display: grid; gap: 14px; margin-top: 20px; }
.booking-perk { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; }
.booking-perk svg { width: 20px; height: 20px; color: var(--c-yellow); flex: none; margin-top: 2px; }

.booking-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--c-line);
  box-shadow: var(--sh-lg);
  overflow: hidden;
}

/* Steps */
.bk-steps {
  display: flex;
  border-bottom: 1px solid var(--c-line);
  background: var(--c-bg);
}
.bk-step {
  flex: 1;
  padding: 18px 16px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--c-mute);
  position: relative;
  transition: all .25s;
}
.bk-step .num {
  display: inline-grid; place-items: center;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--c-line);
  color: var(--c-slate);
  font-size: 11px;
  margin-right: 6px;
  font-weight: 700;
  transition: all .25s;
}
.bk-step.active { color: var(--c-ink); background: #fff; }
.bk-step.active .num { background: var(--g-fire); color: #fff; }
.bk-step.done .num { background: var(--c-blue); color: #fff; }
.bk-step.done::after, .bk-step.active::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--g-fire);
}

.bk-body { padding: 28px; }
.bk-pane { display: none; animation: fade-in .35s ease; }
.bk-pane.active { display: block; }

/* Calendar */
.cal-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.cal-head h4 { font-size: 1.05rem; }
.cal-nav { display: flex; gap: 6px; }
.cal-nav button {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--c-bg);
  display: grid; place-items: center;
  color: var(--c-ink);
}
.cal-nav button:hover:not(:disabled) { background: var(--c-line); }
.cal-nav button:disabled { opacity: .3; cursor: not-allowed; }

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.cal-dow {
  text-align: center; font-size: 11px; font-weight: 700;
  color: var(--c-mute); padding: 8px 0;
  text-transform: uppercase; letter-spacing: .08em;
}
.cal-cell {
  aspect-ratio: 1;
  display: grid; place-items: center;
  border-radius: 10px;
  font-size: 13.5px; font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  background: transparent;
  color: var(--c-ink);
}
.cal-cell:hover:not(.dis):not(.sel) { background: var(--c-bg); transform: scale(1.05); }
.cal-cell.dis { color: var(--c-line); cursor: not-allowed; }
.cal-cell.today { color: var(--c-red); }
.cal-cell.today::after { content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--c-red); }
.cal-cell.sel { background: var(--g-fire); color: #fff; box-shadow: var(--sh-glow); }
.cal-cell.full { color: #aaa; cursor: not-allowed; text-decoration: line-through; }

/* Slots */
.slot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}
@media (max-width: 540px) { .slot-grid { grid-template-columns: 1fr; } }
.slot {
  padding: 14px 16px;
  background: var(--c-bg);
  border: 1.5px solid transparent;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 14px; font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}
.slot:hover { border-color: var(--c-red); background: #fff; }
.slot.sel { border-color: var(--c-red); background: rgba(239,62,54,.05); color: var(--c-red); }
.slot.booked { background: rgba(239,62,54,.05); color: #b8b8b8; cursor: not-allowed; text-decoration: line-through; }
.slot.booked::after { content: ' Booked'; font-size: 10px; color: var(--c-red); margin-left: 6px; text-decoration: none; }
.slot .badge {
  font-size: 10px; padding: 3px 8px; background: rgba(31,182,217,.12); color: var(--c-blue-deep); border-radius: 6px; font-weight: 700;
}
.slot.sel .badge { background: rgba(239,62,54,.15); color: var(--c-red); }

/* Confirmation */
.bk-confirm {
  background: var(--c-bg);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 18px;
}
.bk-confirm-row {
  display: flex; align-items: center; gap: 12px;
  padding: 8px 0;
  font-size: 14px;
}
.bk-confirm-row svg { width: 18px; height: 18px; color: var(--c-red); flex: none; }
.bk-confirm-row b { color: var(--c-ink); }

/* Success */
.bk-success {
  text-align: center;
  padding: 40px 24px;
}
.bk-success .ico {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10B981, #059669);
  margin: 0 auto 20px;
  display: grid; place-items: center;
  color: #fff;
  box-shadow: 0 14px 40px rgba(16,185,129,.4);
  animation: pop .6s cubic-bezier(.5,1.5,.5,1);
}
@keyframes pop { 0% { transform: scale(0); } 100% { transform: scale(1); } }
.bk-success h3 { color: var(--c-ink); font-size: 1.6rem; margin-bottom: 8px; }
.bk-success p { color: var(--c-slate); margin-bottom: 24px; }

.bk-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}
.bk-back { background: transparent; color: var(--c-mute); border: 1px solid var(--c-line); }
.bk-back:hover { color: var(--c-ink); border-color: var(--c-ink); }

/* ============================================
   FOOTER MEGA + EXPAND/COLLAPSE
   ============================================ */
.foot-mega {
  background: rgba(255,255,255,.04);
  border-radius: 16px;
  padding: 28px;
  margin: 30px 0;
  border: 1px solid rgba(255,255,255,.06);
}
.foot-mega summary {
  list-style: none;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
}
.foot-mega summary::-webkit-details-marker { display: none; }
.foot-mega summary::after {
  content: 'Show more ▼';
  font-size: 12px;
  color: var(--c-yellow);
  font-weight: 600;
  background: rgba(255,255,255,.06);
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--f-body);
  transition: all .2s;
}
.foot-mega[open] summary::after { content: 'Show less ▲'; background: rgba(255,210,63,.18); color: var(--c-yellow); }

.foot-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 28px;
  margin-top: 22px;
}
@media (max-width: 768px) { .foot-mega-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .foot-mega-grid { grid-template-columns: 1fr; } }
.foot-mega-grid h6 {
  grid-column: 1 / -1;
  color: var(--c-yellow);
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  margin-top: 12px;
}
.foot-mega-grid h6:first-child { margin-top: 0; }
.foot-mega-grid a {
  color: rgba(255,255,255,.7);
  font-size: 13px;
  padding: 4px 0;
  transition: color .2s;
}
.foot-mega-grid a:hover { color: var(--c-yellow); }

/* ============================================
   ANIMATED DIVIDER (decorative)
   ============================================ */
.div-dots {
  display: flex; justify-content: center; gap: 6px;
  margin: 0 auto 12px;
}
.div-dots span {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--c-line);
  animation: dots-pulse 1.6s infinite;
}
.div-dots span:nth-child(2) { animation-delay: .2s; }
.div-dots span:nth-child(3) { animation-delay: .4s; background: var(--c-red); }
@keyframes dots-pulse { 0%,80%,100% { opacity: .3; } 40% { opacity: 1; } }

/* ============================================
   TYPOGRAPHY POLISH (force orange yellow accent like reference)
   ============================================ */
.txt-yellow { color: var(--c-yellow-pure); }
.bg-yellow { background: var(--c-yellow-pure); color: var(--c-ink); }
.btn-yellow { background: var(--c-yellow-pure); color: var(--c-ink); }
.btn-yellow:hover { background: #FFB300; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,198,41,.5); }

/* ============================================
   HERO TYPING / CURSOR (alt option)
   ============================================ */
.cursor-blink::after {
  content: '|';
  margin-left: 4px;
  color: var(--c-red);
  animation: blink 1s step-end infinite;
}
@keyframes blink { 50% { opacity: 0; } }

/* ============================================
   NAV LOGO IMG (use SVG)
   ============================================ */
.brand-logo { height: 44px; width: auto; }
.brand.is-img .brand-mark, .brand.is-img .brand-text { display: none; }
.brand.is-img { gap: 0; }
@media (max-width: 540px) { .brand-logo { height: 38px; } }

/* ============================================
   RELATED SERVICES (internal linking SEO block)
   ============================================ */
.related-services { border-top: 1px solid var(--c-line); }
.related-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 14px;
  padding: 22px 22px 18px;
  text-decoration: none;
  color: var(--c-ink);
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}
.related-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--g-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.related-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(15,23,42,.08); border-color: rgba(239,62,54,.3); }
.related-card:hover::before { transform: scaleX(1); }
.related-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--c-ink);
  line-height: 1.3;
}
.related-card p {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--c-mute);
  margin: 0 0 14px;
  flex: 1;
}
.related-arrow {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-red);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .25s ease;
}
.related-card:hover .related-arrow { gap: 8px; }
