body.biz-profile {
  background: linear-gradient(#eff8ff, #e9f4fb);
  color: #12233f;
}

body.biz-profile .profile-page {
  padding: 18px 0 40px;
}

body.biz-profile .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

body.biz-profile .crumb {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
}

body.biz-profile .crumb a {
  color: #0f6ee8;
}

body.biz-profile .card {
  background: #fff;
  border: 1px solid #dbe8f6;
  border-radius: 13px;
  box-shadow: 0 4px 12px rgba(28, 74, 124, 0.06);
}

body.biz-profile .header-card {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr auto;
  gap: 18px;
  padding: 12px;
  align-items: center;
}

body.biz-profile .logo-panel {
  background: #06183d;
  border-radius: 8px;
  min-height: 118px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 12px;
}

body.biz-profile .logo-panel img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 6px;
}

body.biz-profile .wordmark {
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 1.15;
}

body.biz-profile .head-main h1 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.05;
  margin: 0 0 6px;
  letter-spacing: -0.03em;
}

body.biz-profile .subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #4b5d75;
  margin-bottom: 8px;
}

body.biz-profile .rating-line,
body.biz-profile .badges,
body.biz-profile .actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.biz-profile .badges,
body.biz-profile .rating-line {
  margin-bottom: 8px;
  flex-wrap: wrap;
}

body.biz-profile .actions {
  align-items: flex-start;
  flex-wrap: wrap;
}

body.biz-profile .stars {
  color: #ffad0d;
  letter-spacing: 1px;
}

body.biz-profile .badge {
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7f3ff;
  color: #0f6ee8;
  font-size: 11px;
  font-weight: 800;
}

body.biz-profile .badge.green {
  background: #e5f7ef;
  color: #13885b;
}

body.biz-profile .contact-strip,
body.biz-profile .footer-strip,
body.biz-profile .facts {
  display: grid;
  gap: 10px;
}

body.biz-profile .contact-strip {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 9px;
}

body.biz-profile .contact-pill {
  background: #f6f9fd;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 12px;
}

body.biz-profile .contact-pill a {
  color: inherit;
}

body.biz-profile .btn {
  border: 0;
  border-radius: 8px;
  padding: 14px 20px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

body.biz-profile .btn.primary {
  background: linear-gradient(135deg, #1687ff, #0f6ee8);
  color: #fff;
  box-shadow: 0 8px 18px rgba(22, 135, 255, 0.22);
}

body.biz-profile .btn.secondary {
  background: #fff;
  border: 1px solid #1885f5;
  color: #0f6ee8;
}

body.biz-profile .stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

body.biz-profile .facts,
body.biz-profile .footer-strip {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 10px;
}

body.biz-profile .facts:not(:has(.card)) {
  display: none;
}

body.biz-profile .section {
  padding: 12px 14px;
}

body.biz-profile .section h2,
body.biz-profile .section h3 {
  margin: 0 0 9px;
}

body.biz-profile .section h2 {
  font-size: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

body.biz-profile .section h3 {
  font-size: 13px;
}

body.biz-profile .small {
  font-size: 13px;
  color: #667892;
  line-height: 1.5;
}

body.biz-profile .overview-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 12px;
}

body.biz-profile .overview-grid.single {
  grid-template-columns: 1fr;
}

body.biz-profile .service-tags,
body.biz-profile .inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

body.biz-profile .tag {
  background: #eef6ff;
  color: #47627f;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
}

body.biz-profile .photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 6px;
}

body.biz-profile .photo-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 7px;
}

body.biz-profile .rating-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 10px;
}

body.biz-profile .big-rating {
  text-align: center;
  border-right: 1px solid #dbe8f6;
}

body.biz-profile .big-rating strong {
  font-size: 48px;
  line-height: 1;
  display: block;
}

body.biz-profile .review-source,
body.biz-profile .online-row,
body.biz-profile .review-row,
body.biz-profile .news-row,
body.biz-profile .job-row {
  display: grid;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}

body.biz-profile .review-source {
  grid-template-columns: 100px 1fr auto;
  margin: 8px 0;
}

body.biz-profile .review-row,
body.biz-profile .online-row,
body.biz-profile .job-row,
body.biz-profile .news-row {
  border-top: 1px solid #edf2f7;
  padding: 8px 0;
}

body.biz-profile .review-list .row:first-child,
body.biz-profile .online-list .row:first-child,
body.biz-profile .job-row:first-of-type,
body.biz-profile .news-row:first-of-type {
  border-top: 0;
}

body.biz-profile .review-row {
  grid-template-columns: 110px 90px 1fr auto;
}

body.biz-profile .online-row {
  grid-template-columns: 120px 1fr auto;
}

body.biz-profile .job-row,
body.biz-profile .news-row {
  grid-template-columns: 1fr auto;
}

body.biz-profile .news-row {
  grid-template-columns: 90px 1fr;
}

body.biz-profile .social-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0e7be8;
  color: #fff;
  display: inline-grid;
  place-items: center;
  margin-right: 6px;
  font-size: 11px;
  font-weight: 900;
}

body.biz-profile .employee strong {
  font-size: 38px;
  display: block;
}

body.biz-profile .job-title {
  font-weight: 800;
}

body.biz-profile .timeline {
  position: relative;
  padding-left: 24px;
}

body.biz-profile .timeline:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: #1687ff;
}

body.biz-profile .t-item {
  position: relative;
  padding: 0 0 9px 12px;
  font-size: 13px;
}

body.biz-profile .t-item:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1687ff;
}

body.biz-profile .t-item b {
  display: inline-block;
  min-width: 42px;
}

body.biz-profile .license-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  font-size: 12px;
}

body.biz-profile .status {
  background: #e5f8ef;
  color: #118458;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 11px;
}

body.biz-profile .mapfoot {
  margin: 8px 0 0;
  font-size: 12px;
}

body.biz-profile .mapfoot a {
  color: #0f6ee8;
  font-weight: 800;
}

body.biz-profile .src-line,
body.biz-profile .city-note {
  margin: 8px 0 0;
  color: #5d6b7a;
  font-size: 11px;
}

body.biz-profile .src-line a {
  color: #0f6ee8;
  font-weight: 700;
}

body.biz-profile .permit {
  padding: 8px 0;
  border-top: 1px solid #e6edf4;
  font-size: 13px;
}

body.biz-profile .permit p {
  margin: 4px 0 0;
}

body.biz-profile .assess-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 72px;
  margin-top: 12px;
}

body.biz-profile .assess-chart div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

body.biz-profile .assess-chart i {
  display: block;
  width: 100%;
  max-width: 22px;
  background: #1687ff;
  border-radius: 3px 3px 0 0;
}

body.biz-profile .assess-chart span {
  font-size: 10px;
  color: #5d6b7a;
  margin-top: 4px;
}

body.biz-profile .source-timeline .t-item {
  display: grid;
  grid-template-columns: 8.5rem 1fr auto;
  gap: .35rem .75rem;
  align-items: start;
}

body.biz-profile .time-copy {
  display: block;
}

body.biz-profile .time-copy strong,
body.biz-profile .time-desc {
  display: block;
}

body.biz-profile .time-desc {
  color: #5d6b7a;
  font-size: 12px;
  margin-top: 2px;
}

body.biz-profile .time-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin: 0 0 .75rem;
}

body.biz-profile .time-filters button {
  border: 1px solid #d5e3f2;
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  padding: .25rem .6rem;
}

body.biz-profile .time-filters button.on {
  background: #1687ff;
  color: #fff;
  border-color: #1687ff;
}

body.biz-profile .source-wrap {
  position: relative;
}

body.biz-profile .source-chip {
  border: 0;
  background: #eef6ff;
  color: #0f6ee8;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  padding: .2rem .5rem;
  cursor: pointer;
}

body.biz-profile .source-pop {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% - 4px);
  z-index: 4;
  width: 260px;
  padding: .7rem .75rem .15rem;
  background: #fff;
  border: 1px solid #d5e3f2;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(16, 42, 67, .12);
}

body.biz-profile .source-wrap:hover .source-pop,
body.biz-profile .source-wrap:focus-within .source-pop,
body.biz-profile .source-chip[aria-expanded="true"] + .source-pop {
  display: block;
}

body.biz-profile .source-block {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  gap: .15rem .4rem;
  margin: 0 0 .7rem;
  font-size: 11px;
}

body.biz-profile .source-block em {
  grid-column: 1 / -1;
  font-style: normal;
  font-weight: 800;
  color: #5d6b7a;
}

body.biz-profile .source-block a {
  grid-column: 1 / -1;
  color: #0f6ee8;
  font-weight: 800;
}

@media (max-width: 700px) {
  body.biz-profile .source-timeline .t-item {
    grid-template-columns: 1fr;
  }
  body.biz-profile .source-pop {
    right: auto;
    left: 0;
    width: min(260px, 80vw);
  }
}

@media (max-width: 900px) {
  body.biz-profile .header-card,
  body.biz-profile .overview-grid,
  body.biz-profile .rating-card,
  body.biz-profile .review-row {
    grid-template-columns: 1fr;
  }

  body.biz-profile .big-rating {
    border-right: 0;
    border-bottom: 1px solid #dbe8f6;
    padding-bottom: 10px;
  }

  body.biz-profile .actions {
    grid-column: 1 / -1;
  }
}

body.biz-profile .neon-time {
  --node-size: 46px;
  grid-column: 1 / -1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(16px, 2vw, 22px);
  color: #eef7ff;
  border: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 158, 255, .18), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(178, 78, 255, .2), transparent 26%),
    linear-gradient(180deg, #071224 0%, #101433 48%, #140a28 100%);
  box-shadow:
    inset 0 0 0 1px rgba(88, 215, 255, .35),
    0 0 24px rgba(0, 157, 255, .18);
}

body.biz-profile .neon-stars,
body.biz-profile .neon-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.biz-profile .neon-stars {
  background-image:
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.8) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 10%, rgba(88,215,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 16%, rgba(255,61,189,.65) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 8%, rgba(255,255,255,.7) 0 1px, transparent 2px);
  opacity: .55;
}

body.biz-profile .neon-scan {
  background: repeating-linear-gradient(to bottom, rgba(255,255,255,.03) 0 1px, transparent 2px 5px);
  opacity: .25;
}

body.biz-profile .neon-head,
body.biz-profile .neon-time .time-filters,
body.biz-profile .neon-time .timeline-columns,
body.biz-profile .neon-time .timeline-column,
body.biz-profile .neon-empty {
  position: relative;
  z-index: 1;
}

body.biz-profile .neon-time h1 {
  margin: 0;
  color: #d8f7ff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: .95;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(88, 215, 255, .65), 0 0 28px rgba(88, 215, 255, .28);
}

body.biz-profile .neon-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 12px;
}

body.biz-profile .neon-contact a {
  color: #b7ecff;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(88, 215, 255, .35);
}

body.biz-profile .neon-contact a:hover,
body.biz-profile .neon-contact a:focus-visible {
  color: #fff;
}

body.biz-profile .neon-time .time-filters {
  margin: 14px 0;
}

body.biz-profile .neon-time .time-filters button {
  border: 1px solid rgba(88, 215, 255, .35);
  background: rgba(8, 16, 40, .55);
  color: #d7f4ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: .3rem .7rem;
}

body.biz-profile .neon-time .time-filters button.on {
  background: rgba(88, 215, 255, .18);
  border-color: rgba(88, 215, 255, .85);
  box-shadow: 0 0 12px rgba(88, 215, 255, .35);
  color: #fff;
}

body.biz-profile .neon-time .timeline-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
}

body.biz-profile .neon-time .timeline-column {
  flex: 0 1 auto;
  width: max-content;
  max-width: 100%;
  min-width: min(100%, 240px);
}

body.biz-profile .neon-time .timeline-column[hidden] {
  display: none;
}

body.biz-profile .neon-time .lane-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

body.biz-profile .neon-time .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body.biz-profile .neon-time .social-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(178, 78, 255, .55);
  color: #f7efff;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(78, 25, 119, .62), rgba(39, 14, 79, .28));
  box-shadow: 0 0 16px rgba(178, 78, 255, .18);
}

body.biz-profile .neon-time .social-link:hover,
body.biz-profile .neon-time .social-link:focus-visible {
  border-color: rgba(223, 169, 255, .95);
  box-shadow: 0 0 18px rgba(178, 78, 255, .42);
}

body.biz-profile .neon-time .section-title {
  min-height: 64px;
  margin-bottom: 0;
  padding: 12px 14px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.15;
}

body.biz-profile .neon-time .section-title .icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}

body.biz-profile .neon-time .records-title {
  color: #fff1f8;
  border: 1px solid rgba(255, 70, 140, .55);
  background: linear-gradient(90deg, rgba(93, 15, 47, .7), rgba(90, 18, 56, .28));
  box-shadow: 0 0 16px rgba(255, 70, 140, .16);
}

body.biz-profile .neon-time .website-title {
  color: #ecfbff;
  border: 1px solid rgba(88, 215, 255, .55);
  background: linear-gradient(90deg, rgba(0, 89, 171, .5), rgba(18, 38, 89, .24));
  box-shadow: 0 0 16px rgba(88, 215, 255, .16);
}

body.biz-profile .neon-time .social-title,
body.biz-profile .neon-time .upcoming-title {
  color: #f7efff;
  border: 1px solid rgba(178, 78, 255, .55);
  background: linear-gradient(90deg, rgba(78, 25, 119, .55), rgba(39, 14, 79, .24));
  box-shadow: 0 0 16px rgba(178, 78, 255, .18);
}

body.biz-profile .neon-time .upcoming {
  margin-top: 14px;
}

body.biz-profile .neon-time .upcoming > .section-title {
  margin-bottom: 10px;
}

body.biz-profile .neon-time .lane-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  scrollbar-color: rgba(88, 215, 255, .45) transparent;
}

body.biz-profile .neon-time .events {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 10px;
  width: max-content;
  position: relative;
  padding-top: 2px;
}

body.biz-profile .neon-time .event.connects::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 23px;
  top: 21px;
  width: calc(100% + 10px);
  height: 4px;
  border-radius: 999px;
  pointer-events: none;
}

body.biz-profile .neon-time .records .event.connects::before {
  background: linear-gradient(90deg, rgba(255, 61, 99, .95), rgba(255, 61, 189, .9));
  box-shadow: 0 0 14px rgba(255, 61, 130, .7);
}

body.biz-profile .neon-time .website .event.connects::before {
  background: linear-gradient(90deg, rgba(88, 215, 255, .95), rgba(39, 133, 255, .9));
  box-shadow: 0 0 14px rgba(88, 215, 255, .7);
}

body.biz-profile .neon-time .social .event.connects::before,
body.biz-profile .neon-time .upcoming .event.connects::before {
  background: linear-gradient(90deg, rgba(219, 84, 255, .95), rgba(111, 59, 255, .88));
  box-shadow: 0 0 14px rgba(178, 78, 255, .7);
}

body.biz-profile .neon-time .event {
  position: relative;
  z-index: 1;
  flex: 0 0 168px;
  width: 168px;
  min-height: 0;
}

body.biz-profile .neon-time .event[hidden] {
  display: none;
}

body.biz-profile .neon-time .node {
  width: var(--node-size);
  height: var(--node-size);
  margin-bottom: 8px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  position: relative;
}

body.biz-profile .neon-time .records .node {
  background: radial-gradient(circle at 35% 30%, #ff97c4 0%, #ff547f 38%, #ff174f 68%, #781134 100%);
  box-shadow: 0 0 12px rgba(255, 69, 126, .75);
}

body.biz-profile .neon-time .website .node {
  background: radial-gradient(circle at 35% 30%, #a8eeff 0%, #4bd3ff 38%, #1878ff 68%, #123378 100%);
  box-shadow: 0 0 12px rgba(88, 215, 255, .75);
}

body.biz-profile .neon-time .social .node,
body.biz-profile .neon-time .upcoming .node {
  background: radial-gradient(circle at 35% 30%, #ffb3fb 0%, #d969ff 38%, #9346ff 68%, #35166e 100%);
  box-shadow: 0 0 12px rgba(178, 78, 255, .75);
}

body.biz-profile .neon-time .date {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
}

body.biz-profile .neon-time .records .date { color: #ff99be; }
body.biz-profile .neon-time .website .date { color: #94ecff; }
body.biz-profile .neon-time .social .date,
body.biz-profile .neon-time .upcoming .date { color: #dfa9ff; }

body.biz-profile .neon-time .event-title {
  margin: 0;
  color: #f6fbff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

body.biz-profile .neon-time .event-meta {
  margin: 6px 0 0;
  color: rgba(232, 243, 255, .78);
  font-size: 12px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.biz-profile .neon-time .source-chip {
  margin-top: 8px;
  border: 1px solid rgba(88, 215, 255, .4);
  background: rgba(8, 18, 42, .72);
  color: #b7ecff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  padding: .2rem .5rem;
  cursor: pointer;
}

body.biz-profile .neon-empty {
  margin: 8px 0 0;
  color: rgba(232, 243, 255, .75);
  font-size: 13px;
}

body.biz-profile .neon-pop {
  display: none;
}

body.biz-profile .neon-pop.is-open,
.neon-pop.is-open {
  display: block;
  position: fixed;
  z-index: 40;
  width: 280px;
  max-height: min(320px, 70vh);
  overflow: auto;
  padding: .7rem .75rem .15rem;
  color: #e8f6ff;
  background: rgba(7, 16, 40, .96);
  border: 1px solid rgba(88, 215, 255, .55);
  border-radius: 12px;
  box-shadow: 0 0 18px rgba(88, 215, 255, .28), 0 12px 30px rgba(0, 0, 0, .35);
}

.neon-pop.is-open .source-block {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  gap: .15rem .4rem;
  margin: 0 0 .75rem;
  font-size: 11px;
  color: rgba(210, 230, 245, .72);
}

.neon-pop.is-open .source-block strong {
  color: #f4fbff;
  font-weight: 700;
}

.neon-pop.is-open .source-block em {
  grid-column: 1 / -1;
  font-style: normal;
  font-weight: 800;
  color: #9adfff;
}

.neon-pop.is-open .source-block a {
  grid-column: 1 / -1;
  color: #7fe2ff;
  font-weight: 800;
}

@media (max-width: 700px) {
  body.biz-profile .neon-time .event {
    flex-basis: 148px;
    width: 148px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.biz-profile .neon-time,
  body.biz-profile .neon-time * {
    animation: none !important;
  }
}
