:root {
  --bg: #080b13;
  --surface: rgba(15, 22, 36, .82);
  --surface-strong: rgba(21, 31, 50, .95);
  --line: rgba(255, 255, 255, .1);
  --text: #f7fbff;
  --muted: #9eacc1;
  --soft: #d8e6f7;
  --blue: #2f8fff;
  --blue-deep: #145cb3;
  --cyan: #55e0ff;
  --green: #36d399;
  --gold: #ffd166;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.kestir-page {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: 'Plus Jakarta Sans', 'Poppins', system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(47, 143, 255, .28), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(85, 224, 255, .14), transparent 24rem),
    linear-gradient(135deg, #07101d 0%, #080b13 48%, #101625 100%);
  overflow-x: hidden;
}
body.kestir-page::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
body.kestir-page::after {
  content: '';
  position: fixed;
  inset: auto -14rem -18rem auto;
  width: 34rem;
  height: 34rem;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(54,211,153,.16), transparent 68%);
  filter: blur(6px);
}

a { color: inherit; }
.k-nav {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 1000;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(16,17,26,.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(0,0,0,.30);
}
.k-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px;
}
.k-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -.04em;
}
.k-brand img { width: 34px; height: 34px; border-radius: 11px; }
.k-nav .k-brand {
  gap: 12px;
  font-family: 'Plus Jakarta Sans', 'Poppins', system-ui, -apple-system, sans-serif;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.04em;
}
.k-nav .k-brand img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(20,92,179,.35);
}
.k-links { display: flex; align-items: center; gap: 6px; }
.k-links a {
  color: var(--muted);
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 700;
  transition: .2s ease;
}
.k-links a:hover, .k-links a.active { color: #fff; background: rgba(255, 255, 255, .08); }
.k-menu-btn { display: none; background: rgba(255,255,255,.08); color: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 9px 12px; }
.k-mobile-panel { display: none; padding: 0 14px 14px; }
.k-mobile-panel.show { display: grid; gap: 8px; }
.k-mobile-panel a { text-decoration: none; color: var(--soft); padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,.06); }

.k-shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.hero-modern { position: relative; padding: 150px 0 80px; overflow: hidden; }
.hero-modern::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 120px;
  width: min(980px, 80vw);
  height: 360px;
  transform: translateX(-50%) rotate(-4deg);
  pointer-events: none;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47,143,255,.14), rgba(85,224,255,.08), rgba(54,211,153,.10));
  filter: blur(30px);
}
.hero-modern > * { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 34px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  font-size: .88rem;
  font-weight: 800;
}
.hero-title, .page-title {
  margin: 0;
  font-size: clamp(2.5rem, 7vw, 5.8rem);
  line-height: .93;
  letter-spacing: -.075em;
  font-weight: 950;
}
.hero-title span, .page-title span { color: var(--cyan); }
.hero-copy { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: var(--soft);
  font-size: .86rem;
  font-weight: 850;
}
.hero-trust-row i { color: var(--cyan); }
.k-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  transition: .22s ease;
}
.k-btn.primary { border: 0; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); box-shadow: 0 16px 36px rgba(47,143,255,.28); }
.k-btn.ghost { background: rgba(255,255,255,.07); }
.k-btn:hover { transform: translateY(-3px); color: #fff; }
.phone-card {
  position: relative;
  overflow: hidden;
  min-height: 530px;
  border-radius: 42px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 6%, rgba(85,224,255,.12), transparent 28%),
    linear-gradient(150deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
  padding: 20px;
}
.phone-card::before { content: ''; position: absolute; inset: -40% -20% auto auto; width: 320px; height: 320px; border-radius: 50%; background: rgba(85,224,255,.22); filter: blur(20px); }
.phone-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(18px);
}
.phone-glow.one { width: 140px; height: 140px; left: -34px; bottom: 80px; background: rgba(47,143,255,.20); }
.phone-glow.two { width: 110px; height: 110px; right: 38px; bottom: -22px; background: rgba(54,211,153,.16); }
.booking-preview { position: relative; display: grid; gap: 14px; }
.preview-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.preview-pill { padding: 8px 12px; border-radius: 999px; background: rgba(54,211,153,.16); color: #a8ffda; font-weight: 900; font-size: .8rem; }
.preview-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(8,13,23,.72), rgba(16,24,40,.52));
  padding: 18px;
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}
.preview-card.big { padding: 22px; }
.preview-business-head { display: flex; gap: 14px; align-items: center; }
.preview-avatar {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 14px 28px rgba(47,143,255,.24);
  font-weight: 950;
}
.preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.preview-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: var(--soft);
  font-size: .78rem;
  font-weight: 850;
}
.preview-line-head, .preview-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.preview-line-head small {
  color: var(--cyan);
  font-weight: 900;
}
.preview-card h3 { margin: 0 0 8px; font-weight: 900; }
.preview-card p { margin: 0; color: var(--muted); }
.preview-summary h3 { margin-bottom: 6px; }
.preview-summary span {
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255,209,102,.14);
  color: #ffe2a3;
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
}
.preview-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.preview-slots span { text-align: center; padding: 12px 8px; border-radius: 16px; background: rgba(255,255,255,.07); color: var(--soft); font-weight: 800; }
.preview-slots span.active { background: var(--blue); color: white; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.stat-card { border: 1px solid var(--line); border-radius: 22px; padding: 18px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); }
.stat-card strong { display: block; font-size: 1.6rem; }
.stat-card span { color: var(--muted); font-size: .9rem; }

.section { padding: 76px 0; }
.section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 28px; }
.section-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.055em; font-weight: 950; }
.section-head p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card, .business-card-modern, .detail-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: 0 16px 48px rgba(0,0,0,.22);
}
.feature-card { padding: 24px; }
.feature-card i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--cyan)); margin-bottom: 22px; }
.feature-card h3 { margin: 0 0 10px; font-weight: 900; }
.feature-card p { color: var(--muted); line-height: 1.7; margin: 0; }
.premium-feature {
  position: relative;
  overflow: hidden;
}
.premium-feature::after {
  content: '';
  position: absolute;
  right: -44px;
  top: -44px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(85,224,255,.10);
}
.home-flow-section { padding-top: 56px; }
.home-showcase {
  padding-top: 18px;
}
.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .62fr);
  gap: 22px;
  align-items: stretch;
}
.showcase-copy, .showcase-panel {
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(150deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
}
.showcase-copy {
  padding: 34px;
}
.showcase-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.showcase-copy p {
  margin: 18px 0 24px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 640px;
}
.showcase-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
}
.showcase-step {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background: rgba(8,13,23,.42);
}
.showcase-step.active {
  background: linear-gradient(135deg, rgba(47,143,255,.22), rgba(85,224,255,.10));
  border-color: rgba(85,224,255,.28);
}
.showcase-step span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--cyan);
  font-weight: 950;
}
.showcase-step strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.06rem;
}
.showcase-step em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.page-hero { padding: 148px 0 42px; text-align: center; }
.page-copy { max-width: 650px; margin: 18px auto 0; color: var(--muted); line-height: 1.7; }
.business-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding-bottom: 76px; }
.businesses-showcase {
  padding-bottom: 76px;
}
.featured-business-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
  gap: 0;
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(85,224,255,.14), transparent 32%),
    radial-gradient(circle at 10% 92%, rgba(54,211,153,.09), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.032));
  box-shadow: var(--shadow);
}
.featured-business-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: #12192a;
}
.featured-business-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.featured-business-card:hover .featured-business-media img { transform: scale(1.045); }
.featured-business-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 45%, rgba(8,11,19,.78)),
    linear-gradient(0deg, rgba(8,11,19,.52), transparent 50%);
}
.featured-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(8,11,19,.68);
  backdrop-filter: blur(12px);
  color: var(--soft);
  font-size: .85rem;
  font-weight: 900;
}
.featured-badge i { color: var(--gold); }
.featured-business-body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  padding: 36px;
}
.featured-business-body h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .98;
  letter-spacing: -.06em;
}
.featured-business-body p {
  margin: 16px 0 20px;
  color: var(--muted);
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.business-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.business-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: var(--soft);
  font-size: .86rem;
  font-weight: 850;
}
.business-board {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 32px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 18px 54px rgba(0,0,0,.22);
}
.board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 4px 20px;
}
.board-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  letter-spacing: -.05em;
}
.board-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  text-decoration: none;
  font-weight: 900;
}
.premium-business-grid { padding-bottom: 0; }
.premium-business-grid .business-card-modern:nth-child(3n + 2) { transform: none; }
.premium-business-grid .business-card-modern:nth-child(3n + 2):hover { transform: translateY(-5px); }
.business-card-modern {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: .22s ease;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.032));
}
.business-card-modern:hover { transform: translateY(-5px); border-color: rgba(47,143,255,.42); }
.business-media { position: relative; height: 220px; overflow: hidden; background: #12192a; }
.business-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.business-card-modern:hover .business-media img { transform: scale(1.06); }
.business-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent, rgba(8,11,19,.88)); }
.business-city { position: absolute; left: 16px; bottom: 14px; z-index: 2; padding: 8px 11px; border-radius: 999px; background: rgba(8,11,19,.72); border: 1px solid var(--line); font-size: .82rem; font-weight: 800; }
.business-body { padding: 20px; display: flex; flex: 1; flex-direction: column; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: .95rem; margin-bottom: 10px; }
.business-body h3 { margin: 0 0 10px; font-size: 1.25rem; font-weight: 950; letter-spacing: -.03em; }
.business-body p {
  color: var(--muted);
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.business-link { margin-top: 16px; align-self: flex-start; }

.profile-cover { min-height: 520px; padding-top: 90px; display: grid; align-items: end; background-size: cover; background-position: center; position: relative; }
.profile-cover::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,11,19,.18), rgba(8,11,19,.92)); }
.profile-cover > * { position: relative; z-index: 1; }
.profile-card { display: flex; align-items: end; gap: 22px; padding-bottom: 42px; }
.profile-avatar-modern { width: 128px; height: 128px; border-radius: 34px; border: 1px solid rgba(255,255,255,.22); background-size: cover; background-position: center; box-shadow: var(--shadow); flex: 0 0 auto; }
.profile-meta h1 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .95; letter-spacing: -.07em; font-weight: 950; }
.profile-meta p { margin: 12px 0 0; color: var(--soft); }
.detail-layout { display: grid; grid-template-columns: 1fr 360px; gap: 20px; margin: -22px auto 76px; position: relative; z-index: 2; }
.detail-panel { padding: 24px; }
.detail-panel + .detail-panel { margin-top: 18px; }
.detail-panel h2, .detail-panel h3 { margin: 0 0 14px; font-weight: 950; letter-spacing: -.04em; }
.detail-panel p { color: var(--muted); line-height: 1.75; }
.service-list { display: grid; gap: 10px; }
.service-row { display: flex; align-items: center; gap: 10px; padding: 13px 14px; border-radius: 18px; background: rgba(255,255,255,.055); color: var(--soft); font-weight: 750; }
.side-card { position: sticky; top: 100px; align-self: start; }
.map-frame { height: 300px; overflow: hidden; border-radius: 24px; border: 1px solid var(--line); }
.k-footer { border-top: 1px solid var(--line); color: var(--muted); padding: 28px 0; text-align: center; background: rgba(8,11,19,.55); }
.empty-state { text-align: center; color: var(--muted); padding: 56px 20px; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); }

.logo-only-nav .k-nav-inner { justify-content: center; }
.detail-action-nav { border-color: var(--line); }
.detail-action-nav .k-nav-inner {
  justify-content: space-between;
}
.detail-nav-cta {
  min-height: 44px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 0;
  box-shadow: 0 14px 28px rgba(47,143,255,.28);
}
.detail-action-nav + .profile-cover { padding-top: 98px; }
.detail-action-nav ~ .detail-layout {
  display: block;
  margin-top: -22px;
}
.content-hero { padding: 150px 0 54px; position: relative; overflow: hidden; }
.content-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%, rgba(47,143,255,.18), transparent 30%); pointer-events: none; }
.content-hero > * { position: relative; z-index: 1; }
.content-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: center; }
.premium-orbit-card { min-height: 300px; border: 1px solid var(--line); border-radius: 34px; padding: 28px; background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)); box-shadow: var(--shadow); display: grid; align-content: end; position: relative; overflow: hidden; }
.premium-orbit-card::before { content: ''; position: absolute; width: 210px; height: 210px; border-radius: 999px; right: -56px; top: -42px; background: radial-gradient(circle, rgba(47,143,255,.38), transparent 68%); }
.premium-orbit-card::after { content: ''; position: absolute; width: 120px; height: 120px; border-radius: 40px; left: 26px; top: 38px; background: linear-gradient(135deg, rgba(53,216,155,.18), rgba(47,143,255,.12)); border: 1px solid rgba(255,255,255,.12); transform: rotate(-10deg); }
.premium-orbit-card span, .premium-orbit-card strong, .premium-orbit-card em { position: relative; z-index: 1; }
.premium-orbit-card span { color: var(--muted); font-weight: 850; }
.premium-orbit-card strong { margin-top: 8px; font-size: 2.3rem; line-height: 1; letter-spacing: -.06em; }
.premium-orbit-card em { margin-top: 12px; color: var(--soft); font-style: normal; }
.compact-section { padding-top: 42px; }
.premium-grid { display: grid; gap: 18px; }
.premium-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.premium-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.premium-copy p { font-size: 1.02rem; }
.contact-premium { text-decoration: none; color: inherit; }
.contact-premium:hover { color: inherit; }
.legal-hero { padding-bottom: 28px; }
.legal-panel { margin: 0 auto 76px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); box-shadow: var(--shadow); padding: 32px; }
.legal-panel section + section { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); }
.legal-panel h2 { margin: 0 0 10px; font-size: 1.25rem; letter-spacing: -.03em; }
.legal-panel p { margin: 0; color: var(--muted); line-height: 1.8; }
.legal-panel a { color: var(--blue-soft); font-weight: 800; }

@media (max-width: 900px) {
  .k-links { display: none; }
  .k-menu-btn { display: inline-flex; }
  .hero-grid, .feature-grid, .business-grid, .detail-layout, .content-hero-grid, .premium-grid.two, .premium-grid.three, .showcase-grid, .featured-business-card { grid-template-columns: 1fr; }
  .premium-business-grid .business-card-modern:nth-child(3n + 2) { transform: none; }
  .premium-business-grid .business-card-modern:nth-child(3n + 2):hover { transform: translateY(-6px); }
  .featured-business-media { min-height: 280px; }
  .featured-business-media::after { background: linear-gradient(0deg, rgba(8,11,19,.82), transparent 60%); }
  .phone-card { min-height: 420px; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .profile-card { align-items: start; flex-direction: column; }
  .side-card {
    position: sticky;
    top: 92px;
    z-index: 20;
  }
}
@media (max-width: 640px) {
  .k-nav {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 20px;
  }
  .k-nav .k-nav-inner { padding: 10px; gap: 10px; }
  .k-nav .k-brand { font-size: 1.08rem; }
  .k-nav .k-brand img {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(20,92,179,.28);
  }
  .detail-action-nav + .profile-cover {
    min-height: 430px;
    padding-top: 84px;
  }
  .profile-card {
    padding-bottom: 28px;
  }
  .profile-meta h1 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }
  .detail-action-nav ~ .detail-layout {
    margin-top: -18px;
  }
  .detail-panel {
    padding: 20px;
    border-radius: 24px;
  }
}
@media (max-width: 560px) {
  body.kestir-page { padding-bottom: 0; }
  .k-shell { width: min(100% - 22px, 1120px); }
  .hero-modern { padding-top: 126px; }
  .hero-actions .k-btn { width: 100%; }
  .hero-trust-row span { width: 100%; justify-content: center; }
  .stats-row { grid-template-columns: 1fr; }
  .phone-card { min-height: auto; padding: 14px; border-radius: 30px; }
  .preview-top, .preview-business-head, .preview-line-head, .preview-summary { align-items: flex-start; }
  .preview-business-head, .preview-summary { flex-direction: column; }
  .showcase-copy { padding: 24px; border-radius: 26px; }
  .showcase-panel { border-radius: 26px; }
  .business-media { height: 210px; }
  .featured-business-card, .business-board { border-radius: 26px; }
  .featured-business-body { padding: 24px; }
  .board-head { align-items: flex-start; flex-direction: column; }
  .profile-avatar-modern { width: 104px; height: 104px; border-radius: 28px; }
  .legal-panel { border-radius: 24px; padding: 22px; }
  .k-nav .k-nav-inner { padding: 10px; gap: 10px; }
  .k-nav .k-brand { font-size: 1.08rem; }
  .k-nav .k-brand img {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(20,92,179,.28);
  }
  .detail-nav-cta { min-height: 32px; padding: 0 12px; font-size: .82rem; gap: 7px; }
  .side-card {
    position: static;
    margin: 0;
  }
}
.detail-nav-actions { display: flex; align-items: center; gap: 10px; flex-wrap: nowrap; justify-content: flex-end; min-width: 0; }
@media (max-width: 720px) {
  .detail-nav-actions { width: auto; gap: 8px; margin-left: auto; }
}
@media (max-width: 420px) {
  .detail-nav-cta i { display: none; }
}
