body{
	background-color: #F3F6FB;
}

a {text-decoration: none; color: black;}

.min-width-0 {
  min-width: 0;
}

.card-no-border {
   border: none !important;
}

#topBanner {
	background-color: red;
}

.container {
	max-width: 1000px;
}

.cor {
/*	background-color: #00b894;*/
	height: 500px;
}

.footer {
	background-color: white;
	height: 150px;
}


mark {
  display: inline-block;
  line-height: 0em;
  padding-bottom: 0.5em;
  background-color: #F7D803;
}

.logo-white img{filter:brightness(0) invert(1);height:45px}
.logo-black img{filter:brightness(80) invert(1);}

.footer-legal {
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

.legal-footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
}

.legal-footer-links a {
  color: #4b5563;
  font-size: 0.82rem;
  font-weight: 700;
}

.legal-footer-links a:hover {
  color: #111827;
}

.site-footer {
  background: #f3f6fb;
  color: #07113a;
}

.site-footer-social {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.site-footer-social .container-sm {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.35rem;
  padding-top: 1.35rem;
}

.site-footer-social span {
  color: #27335f;
  font-size: 0.92rem;
  font-weight: 750;
}

.site-footer-social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
}

.site-footer-social-links a {
  align-items: center;
  color: #5f6b82;
  display: inline-flex;
  font-size: 1rem;
  height: 34px;
  justify-content: center;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
  width: 34px;
}

.site-footer-social-links a:hover {
  color: #153dff;
  transform: translateY(-2px);
}

.site-footer-main {
  padding: 3rem 0 2.4rem;
}

.site-footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(170px, 1.15fr) repeat(3, minmax(145px, 0.8fr)) minmax(180px, 0.85fr);
}

.site-footer-brand p,
.site-footer-column a {
  color: #27335f;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.55;
}

.site-footer-brand p {
  margin: 1rem 0 0;
  max-width: 230px;
}

.site-footer-column,
.site-footer-app {
  display: grid;
  align-content: start;
  gap: 0.72rem;
}

.site-footer-app {
  gap: 0.86rem;
}

.site-footer-column h2,
.site-footer-app h2 {
  color: #07113a;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.site-footer-column a {
  text-decoration: none;
}

.site-footer-column a:hover {
  color: #153dff;
}

.site-footer-app a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  min-height: auto;
  padding: 0;
  transition: filter 0.18s ease, transform 0.18s ease;
  width: fit-content;
}

.site-footer-app a:hover {
  filter: drop-shadow(0 10px 18px rgba(5, 11, 34, 0.12));
  transform: translateY(-1px);
}

.site-footer-app img {
  display: block;
  height: 42px;
  max-width: 184px;
  object-fit: contain;
}

.site-footer-legal {
  background: rgba(15, 23, 42, 0.025);
  padding: 1.4rem 0;
  text-align: center;
}

.site-footer-legal p {
  color: #27335f;
  font-size: 0.88rem;
  font-weight: 650;
  margin: 0.55rem 0 0;
}

.site-footer-legal .footer-legal {
  color: #6b7280;
}

.cookie-consent {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(197, 38, 52, 0.12);
  border-radius: 22px;
  bottom: 1.25rem;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
  color: #111827;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  left: 50%;
  max-width: min(940px, calc(100vw - 2rem));
  opacity: 0;
  padding: 1rem;
  position: fixed;
  transform: translate(-50%, 18px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  width: max-content;
  z-index: 1100;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cookie-consent__icon {
  align-items: center;
  background: #fff1f2;
  border-radius: 18px;
  color: #c52634;
  display: inline-flex;
  font-size: 1.35rem;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
}

.cookie-consent__copy {
  max-width: 560px;
}

.cookie-consent__copy strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.18rem;
}

.cookie-consent__copy p {
  color: #4b5563;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}

.cookie-consent__copy a {
  color: #c52634;
  font-weight: 800;
  text-decoration: none;
}

.cookie-consent__copy a:hover {
  text-decoration: underline;
}

.cookie-consent__actions {
  align-items: center;
  display: flex;
  gap: 0.55rem;
}

.cookie-consent__primary,
.cookie-consent__secondary {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.82rem 1rem;
  white-space: nowrap;
}

.cookie-consent__primary {
  background: #c52634;
  box-shadow: 0 14px 30px rgba(197, 38, 52, 0.24);
  color: #ffffff;
}

.cookie-consent__primary:hover {
  background: #a81926;
}

.cookie-consent__secondary {
  background: #f3f4f6;
  color: #374151;
}

.cookie-consent__secondary:hover {
  background: #e5e7eb;
}

.exit-capture {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.25rem;
  position: fixed;
  z-index: 1080;
}

.exit-capture[hidden] {
  display: none;
}

.exit-capture-is-open {
  overflow: hidden;
}

.exit-capture__backdrop {
  background:
    radial-gradient(circle at 20% 20%, rgba(21, 61, 255, 0.2), transparent 24rem),
    rgba(4, 9, 30, 0.58);
  border: 0;
  cursor: default;
  inset: 0;
  position: absolute;
}

.exit-capture__panel {
  background:
    radial-gradient(circle at top left, rgba(21, 61, 255, 0.11), transparent 16rem),
    linear-gradient(135deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  box-shadow: 0 36px 90px rgba(6, 13, 42, 0.35);
  color: #07113a;
  max-width: 900px;
  overflow: hidden;
  padding: 1.2rem;
  position: relative;
  width: min(100%, 900px);
}

.exit-capture__panel::after {
  background:
    linear-gradient(90deg, rgba(21, 61, 255, 0.95), rgba(84, 110, 255, 0.5)),
    #153dff;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.exit-capture__close {
  align-items: center;
  background: rgba(7, 17, 58, 0.06);
  border: 0;
  border-radius: 999px;
  color: #07113a;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: background 0.18s ease, transform 0.18s ease;
  width: 38px;
  z-index: 2;
}

.exit-capture__close:hover {
  background: rgba(7, 17, 58, 0.1);
  transform: rotate(6deg);
}

.exit-capture__badge {
  align-items: center;
  background: rgba(21, 61, 255, 0.08);
  border: 1px solid rgba(21, 61, 255, 0.12);
  border-radius: 999px;
  color: #153dff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  gap: 0.45rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
}

.exit-capture__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.82fr);
}

.exit-capture__copy {
  padding: 1.8rem 1.2rem 1.4rem;
}

.exit-capture__icon {
  align-items: center;
  background: #153dff;
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(21, 61, 255, 0.25);
  color: #fff;
  display: inline-flex;
  font-size: 1.5rem;
  height: 56px;
  justify-content: center;
  margin-bottom: 1.15rem;
  width: 56px;
}

.exit-capture__copy h2,
.exit-capture__success h2 {
  color: #07113a;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0 0 1rem;
}

.exit-capture__copy p,
.exit-capture__success p {
  color: #3b466e;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.65;
  margin: 0;
}

.exit-capture__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.exit-capture__chips span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(21, 61, 255, 0.1);
  border-radius: 999px;
  color: #22305e;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 0.4rem;
  padding: 0.48rem 0.7rem;
}

.exit-capture__chips i {
  color: #153dff;
}

.exit-capture__form {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(7, 17, 58, 0.08);
  display: grid;
  gap: 0.82rem;
  padding: 1rem;
}

.exit-capture__form label {
  display: grid;
  gap: 0.38rem;
}

.exit-capture__form label span {
  color: #27335f;
  font-size: 0.78rem;
  font-weight: 900;
}

.exit-capture__form input,
.exit-capture__form select {
  background: #f8faff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  color: #07113a;
  font-size: 0.94rem;
  font-weight: 700;
  min-height: 46px;
  outline: none;
  padding: 0.72rem 0.86rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  width: 100%;
}

.exit-capture__form input:focus,
.exit-capture__form select:focus {
  background: #fff;
  border-color: rgba(21, 61, 255, 0.46);
  box-shadow: 0 0 0 4px rgba(21, 61, 255, 0.09);
}

.exit-capture__submit,
.exit-capture__success-primary {
  align-items: center;
  background: #153dff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(21, 61, 255, 0.22);
  color: #fff;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 950;
  gap: 0.55rem;
  justify-content: center;
  min-height: 50px;
  padding: 0.86rem 1rem;
  text-decoration: none;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.exit-capture__submit:hover,
.exit-capture__success-primary:hover {
  box-shadow: 0 22px 42px rgba(21, 61, 255, 0.28);
  color: #fff;
  transform: translateY(-1px);
}

.exit-capture__submit:disabled {
  cursor: wait;
  opacity: 0.8;
}

.exit-capture__privacy {
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.45;
  margin: -0.15rem 0 0;
}

.exit-capture__error {
  background: rgba(239, 68, 68, 0.08);
  border-radius: 12px;
  color: #b91c1c;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  margin: -0.1rem 0 0;
  padding: 0.65rem 0.75rem;
}

.exit-capture__honeypot {
  height: 0;
  left: -9999px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.exit-capture__form.has-error {
  animation: exit-capture-shake 0.22s ease-in-out;
}

.exit-capture__success {
  padding: 3.2rem 2rem 3.4rem;
  text-align: center;
}

.exit-capture__success-icon {
  align-items: center;
  background: #0bbf72;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(11, 191, 114, 0.22);
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  height: 62px;
  justify-content: center;
  margin-bottom: 1.2rem;
  width: 62px;
}

.exit-capture__success p {
  margin: 0 auto;
  max-width: 520px;
}

.exit-capture__success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 1.4rem;
}

.exit-capture__success-secondary {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  color: #07113a;
  font-weight: 900;
  min-height: 50px;
  padding: 0.86rem 1rem;
}

@keyframes exit-capture-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  35% {
    transform: translateX(-5px);
  }

  70% {
    transform: translateX(5px);
  }
}

@media (max-width: 991px) {
  .site-footer-social .container-sm {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-consent {
    align-items: stretch;
    grid-template-columns: auto minmax(0, 1fr);
    width: calc(100vw - 2rem);
  }

  .cookie-consent__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .exit-capture__grid {
    grid-template-columns: 1fr;
  }

  .exit-capture__copy {
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .site-footer-main {
    padding: 2.2rem 0;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-brand p {
    max-width: none;
  }

  .cookie-consent {
    border-radius: 20px;
    bottom: 0.75rem;
    gap: 0.8rem;
    padding: 0.85rem;
  }

  .cookie-consent__icon {
    border-radius: 15px;
    font-size: 1.05rem;
    height: 2.6rem;
    width: 2.6rem;
  }

  .cookie-consent__copy strong {
    font-size: 0.94rem;
  }

  .cookie-consent__copy p {
    font-size: 0.8rem;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-consent__primary,
  .cookie-consent__secondary {
    justify-content: center;
    min-height: 44px;
    width: 100%;
  }

  .exit-capture {
    align-items: flex-end;
    padding: 0.75rem;
  }

  .exit-capture__panel {
    border-radius: 24px;
    max-height: calc(100vh - 1.5rem);
    overflow-y: auto;
    padding: 0.85rem;
  }

  .exit-capture__copy {
    padding: 1.35rem 0.6rem 0;
  }

  .exit-capture__copy h2,
  .exit-capture__success h2 {
    font-size: 2rem;
  }

  .exit-capture__chips {
    gap: 0.42rem;
  }

  .exit-capture__chips span {
    font-size: 0.72rem;
  }
}

.logo-black-white {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


#changeText {
    opacity: 1;
    transition: opacity 0.5s;
}
.hide {
    opacity: 0 !important;
}

#certificate {
	font-size: 11px;
	color: gray;
}

/*#partners img { height: 20px }*/

.home-location-search {
  position: relative;
}

.home-search-shortcuts {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.72rem;
}

.home-search-chip {
  align-items: center;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: #475467;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.35rem;
  line-height: 1;
  padding: 0.45rem 0.72rem;
  text-decoration: none;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

button.home-search-chip {
  cursor: pointer;
}

.home-search-chip:hover,
.home-search-chip:focus-visible {
  background: #fff;
  border-color: rgba(49, 82, 255, 0.85);
  color: #111827;
  transform: translateY(-1px);
}

.home-search-chip--location {
  color: #667085;
}

.home-search-chip--location.is-location-ready {
  background: rgba(25, 135, 84, 0.1);
  border-color: rgba(25, 135, 84, 0.28);
  color: #198754;
}

.home-search-chip--location:disabled {
  color: #94a3b8;
  opacity: 1;
  transform: none;
}

.home-location-status {
  display: block;
  font-size: 12px;
  min-height: 18px;
  padding-top: 7px;
}

.home-location-suggestions {
  position: absolute;
  z-index: 9999;
  top: 58px;
  left: 0;
  right: 0;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.95);
  color: #111827;
  display: block;
  max-height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 0;
  opacity: 1 !important;
  isolation: isolate;
  mix-blend-mode: normal;
  text-align: left;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.home-location-suggestions::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #ffffff;
  border-radius: inherit;
}

.home-location-suggestions.d-none {
  display: none !important;
}

.home-location-group {
  background: #ffffff !important;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  margin: 0;
  padding: 10px 0;
}

.home-location-group:first-child {
  border-top: 0;
}

.home-location-group-title {
  background: #ffffff !important;
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0 24px 10px;
  text-align: left;
  text-transform: uppercase;
}

.home-location-option {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: #ffffff !important;
  border-radius: 0;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  min-height: 48px;
  padding: 11px 24px;
  text-align: left;
  color: #111827;
  line-height: 1.2;
}

.home-location-option * {
  text-align: left;
}

.home-location-option + .home-location-option {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.home-location-option:last-child {
  margin-bottom: 0;
}

.home-location-option:hover,
.home-location-option:focus-visible {
  background: #f8fafc !important;
  outline: none;
}

.home-location-option-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 9px;
  background: rgba(15, 23, 42, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-size: 13px;
  margin-top: 1px;
}

.home-location-option-copy {
  min-width: 0;
  display: block;
  line-height: 1.2;
  width: 100%;
  text-align: left;
}

.home-location-option-copy strong {
  color: #18181b;
  display: block;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-location-context {
  color: #9ca3af;
  font-weight: 500;
}

.home-location-option-copy small {
  color: #a1a1aa;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-left: 0;
  margin-top: 4px;
  text-align: left;
}

.home-location-option-copy small::before {
  content: "";
}

.home-location-match {
  color: #f43f5e;
  font-weight: 800;
}

.home-location-empty {
  background: #ffffff !important;
  color: #64748b;
  padding: 18px 24px;
  font-size: 14px;
  text-align: left;
}

.home-page {
  background:
    radial-gradient(circle at 18% 4%, rgba(45, 84, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 78% 5%, rgba(255, 255, 255, 0.86), transparent 24rem),
    #f4f7ff;
  color: #0b1238;
  font-family: "Manrope", "Inter", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.home-hero-shell {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 255, 0.94) 42%, rgba(17, 41, 88, 0.2) 100%),
    radial-gradient(circle at 86% 18%, rgba(35, 78, 255, 0.46), transparent 20rem),
    linear-gradient(135deg, #ffffff 0%, #edf3ff 55%, #d9e4ff 100%);
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 34px;
  position: relative;
}

.home-hero-shell::before {
  background-image:
    linear-gradient(rgba(45, 84, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 84, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-hero-glow {
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
}

.home-hero-glow--left {
  background: rgba(45, 84, 255, 0.18);
  height: 380px;
  left: -180px;
  top: -160px;
  width: 380px;
}

.home-hero-glow--right {
  background: rgba(45, 84, 255, 0.28);
  bottom: 18%;
  height: 520px;
  right: -250px;
  width: 520px;
}

.home-navbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  padding-top: 26px;
  position: relative;
  z-index: 10;
}

.home-brand img {
  filter: drop-shadow(0 10px 20px rgba(45, 84, 255, 0.12));
}

.home-nav-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: flex-end;
}

.home-nav-actions a {
  color: #0b1238;
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
}

.home-nav-actions a:hover {
  color: #2f4cff;
}

.home-login-link {
  border: 1px solid rgba(47, 76, 255, 0.22);
  border-radius: 999px;
  padding: 10px 20px;
}

.site-mobile-login-link {
  display: none;
}

.site-mobile-menu-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(47, 76, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  padding: 0;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  width: 44px;
}

.site-mobile-menu-button span {
  background: #07113a;
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform 0.18s ease, opacity 0.18s ease;
  width: 18px;
}

.site-mobile-menu-button:hover {
  background: #ffffff;
  border-color: rgba(47, 76, 255, 0.26);
  transform: translateY(-1px);
}

.site-mobile-menu-button.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-mobile-menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.site-mobile-menu-button.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.home-hero-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  min-height: 600px;
  position: relative;
  z-index: 4;
}

.home-hero-copy {
  max-width: 710px;
  padding: 22px 0 12px;
}

.home-kicker {
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(47, 76, 255, 0.1);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(45, 84, 255, 0.08);
  color: #31406f;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 850;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 13px;
}

.home-kicker i {
  color: #2f4cff;
}

.home-hero-copy h1 {
  color: #071035;
  font-size: clamp(2.9rem, 4.85vw, 5.15rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.96;
  margin-bottom: 20px;
}

.home-hero-copy h1 strong {
  color: #2f4cff;
  display: inline;
  font-weight: inherit;
}

.home-hero-copy > p {
  color: #4d587f;
  font-size: clamp(1.02rem, 1.42vw, 1.24rem);
  line-height: 1.5;
  margin-bottom: 22px;
  max-width: 720px;
}

.home-search-panel {
  margin-bottom: 0;
  max-width: 760px;
  position: relative;
  width: min(690px, calc(100vw - 72px));
  z-index: 20;
}

.home-search-bar {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(47, 76, 255, 0.09);
  border-radius: 18px;
  box-shadow: 0 24px 62px rgba(14, 32, 84, 0.13);
  display: flex;
  gap: 14px;
  padding: 14px;
}

.home-search-icon {
  align-items: center;
  background: #f0f3ff;
  border-radius: 13px;
  color: #2f4cff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.35rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.home-search-bar .form-control {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #0b1238;
  font-size: 1.05rem;
  font-weight: 750;
  min-height: 58px;
  padding: 0;
}

.home-search-bar .form-control::placeholder {
  color: #8b93b1;
  font-weight: 700;
}

.home-search-bar .btn {
  align-items: center;
  background: linear-gradient(135deg, #2f4cff 0%, #2441f2 100%);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(47, 76, 255, 0.28);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 850;
  gap: 9px;
  min-height: 58px;
  padding: 0 24px;
}

.home-search-panel .home-location-suggestions {
  top: 86px;
}

.home-shortcuts-label {
  align-items: center;
  color: #647091;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 780;
  gap: 6px;
  margin-right: 4px;
}

.home-shortcuts-label i {
  color: #2f4cff;
}

.home-page .home-search-chip {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(47, 76, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  color: #4256d9;
  padding: 0.58rem 1rem;
}

.home-page .home-search-chip:hover {
  border-color: rgba(47, 76, 255, 0.28);
  color: #0b1238;
}

.home-hero-ctas {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 0.86fr);
  margin-top: 26px;
  max-width: 760px;
  width: min(690px, calc(100vw - 72px));
}

.home-primary-cta,
.home-secondary-cta {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  min-height: 72px;
  padding: 0 28px;
  text-decoration: none;
}

.home-primary-cta {
  background: linear-gradient(135deg, #2f4cff 0%, #263df1 100%);
  box-shadow: 0 22px 46px rgba(47, 76, 255, 0.28);
  color: #ffffff;
}

.home-primary-cta:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.home-secondary-cta {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(47, 76, 255, 0.58);
  color: #2f4cff;
}

.home-secondary-cta:hover {
  background: #ffffff;
  color: #0b1238;
}

.home-secondary-cta span {
  display: grid;
  line-height: 1.1;
}

.home-secondary-cta small {
  color: #59627c;
  font-size: 0.78rem;
  font-weight: 750;
  margin-top: 5px;
}

.home-stats-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  max-width: 790px;
  width: min(790px, calc(100vw - 72px));
}

.home-stats-row div {
  align-items: flex-start;
  display: grid;
  gap: 7px;
}

.home-stats-row span {
  align-items: center;
  background: #eef2ff;
  border-radius: 12px;
  color: #2f4cff;
  display: inline-flex;
  font-size: 1.35rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.home-stats-row div:nth-child(3) span {
  background: #eafbf2;
  color: #16a464;
}

.home-stats-row div:nth-child(4) span {
  background: #fff4de;
  color: #3152ff;
}

.home-stats-row strong {
  color: #0b1238;
  font-size: 1.3rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.home-stats-row small {
  color: #3f496c;
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.25;
}

.home-hero-visual {
  min-height: 650px;
  position: relative;
}

.home-visual-frame {
  border-radius: 38px 0 0 38px;
  bottom: 0;
  box-shadow: 0 46px 90px rgba(10, 30, 80, 0.28);
  overflow: hidden;
  position: absolute;
  right: -180px;
  top: 28px;
  width: min(850px, 116%);
}

.home-visual-frame::after {
  background: linear-gradient(90deg, rgba(246, 249, 255, 0.08) 0%, rgba(47, 76, 255, 0.04) 42%, rgba(8, 25, 61, 0.32) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-visual-frame img {
  display: block;
  height: 100%;
  min-height: 585px;
  object-fit: cover;
  object-position: center;
  transform: translateX(-11%);
  width: 122%;
}

.home-float-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(10, 30, 80, 0.2);
  color: #0b1238;
  overflow: hidden;
  padding: 18px;
  position: absolute;
  z-index: 3;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.float-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.float-card-top strong {
  font-size: 0.82rem;
  font-weight: 950;
}

.float-card-top span,
.float-card-top i {
  color: #687496;
  font-size: 0.72rem;
  font-weight: 800;
}

.home-float-card small {
  color: #16a464;
  display: block;
  font-size: 0.74rem;
  font-weight: 850;
}

.float-big {
  color: #0b1238;
  display: block;
  font-size: 1.5rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin-bottom: 7px;
}

.home-float-card--chart {
  left: 2%;
  top: 34px;
  width: 280px;
}

.mini-line-chart {
  align-items: end;
  border-bottom: 1px solid rgba(47, 76, 255, 0.16);
  border-left: 1px solid rgba(47, 76, 255, 0.08);
  display: flex;
  gap: 12px;
  height: 110px;
  margin: 8px 0 10px;
  padding: 14px 8px 0;
}

.mini-line-chart span {
  background: linear-gradient(180deg, #2f4cff 0%, rgba(47, 76, 255, 0.08) 100%);
  border-radius: 999px 999px 0 0;
  flex: 1;
}

.home-float-card--revenue {
  right: 1%;
  top: 30px;
  width: 210px;
}

.home-float-card--frequency {
  left: 6%;
  top: 260px;
  width: 150px;
}

.frequency-ring {
  align-items: center;
  background:
    radial-gradient(circle, #fff 55%, transparent 57%),
    conic-gradient(#2f4cff 0 92%, #dfe5ff 92% 100%);
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  height: 104px;
  justify-content: center;
  margin: 6px auto 12px;
  width: 104px;
}

.frequency-ring strong {
  font-size: 1.6rem;
  font-weight: 950;
}

.frequency-ring small {
  color: #647091;
  font-size: 0.56rem;
  font-weight: 800;
}

.home-float-card--schedule {
  right: 4%;
  top: 210px;
  width: 230px;
}

.schedule-list {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.schedule-list span {
  color: #313b63;
  font-size: 0.78rem;
  font-weight: 780;
}

.schedule-list b {
  color: #7c86a5;
  display: inline-block;
  font-size: 0.72rem;
  margin-right: 8px;
  min-width: 42px;
}

.home-float-card--schedule a {
  color: #2f4cff;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.home-float-card--checkins {
  bottom: 46px;
  left: 36%;
  width: 220px;
}

.mini-bars {
  align-items: end;
  display: flex;
  gap: 10px;
  height: 72px;
  margin-top: 12px;
}

.mini-bars span {
  background: linear-gradient(180deg, #8d82ff 0%, #d5dcff 100%);
  border-radius: 7px 7px 0 0;
  flex: 1;
}

.home-float-card--nutrition {
  bottom: 26px;
  display: grid;
  gap: 12px;
  right: 4%;
  width: 250px;
}

.home-float-card--nutrition small {
  color: #4d587f;
  margin-top: 4px;
}

.nutrition-photo {
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  height: 112px;
  overflow: hidden;
  position: relative;
}

.nutrition-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.nutrition-photo::after {
  background: linear-gradient(180deg, transparent 46%, rgba(6, 18, 48, 0.12) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-feature-dock {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(10, 30, 80, 0.12);
  margin-top: 22px;
  padding: 30px;
  position: relative;
  z-index: 5;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.home-feature-dock h2 {
  color: #0b1238;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  text-align: center;
}

.home-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-feature-grid article {
  text-align: center;
}

.home-feature-grid span {
  align-items: center;
  background: #f0f3ff;
  border-radius: 14px;
  color: #2f4cff;
  display: inline-flex;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 14px;
  width: 48px;
}

.home-feature-grid article:nth-child(2) span,
.home-feature-grid article:nth-child(6) span {
  background: #eafbf2;
  color: #16a464;
}

.home-feature-grid article:nth-child(3) span {
  background: #fff2dc;
  color: #3152ff;
}

.home-feature-grid article:nth-child(4) span {
  background: #f0e9ff;
  color: #7c3aed;
}

.home-feature-grid article:nth-child(5) span {
  background: #ffe8eb;
  color: #e5213a;
}

.home-feature-grid strong {
  color: #0b1238;
  display: block;
  font-size: 0.92rem;
  font-weight: 950;
  margin-bottom: 7px;
}

.home-feature-grid p {
  color: #4d587f;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.38;
  margin: 0 auto;
  max-width: 170px;
}

.home-integrations-row {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 28px 0 4px;
  position: relative;
  z-index: 5;
}

.home-integrations-row > span {
  color: #182140;
  font-size: 0.94rem;
  font-weight: 750;
}

.home-integrations-row div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.home-integrations-row img {
  filter: grayscale(100%);
  max-height: 30px;
  max-width: 130px;
  object-fit: contain;
}

.home-integrations-row strong {
  color: #31406f;
  font-size: 0.9rem;
  font-weight: 850;
}

.home-app-download-strip {
  align-items: center;
  background:
    radial-gradient(circle at 82% 12%, rgba(49, 82, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 96% 96%, rgba(20, 48, 255, 0.14), transparent 20rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 247, 255, 0.94) 52%, rgba(226, 235, 255, 0.9) 100%);
  border: 1px solid rgba(49, 82, 255, 0.1);
  border-radius: 34px;
  box-shadow: 0 28px 90px rgba(28, 45, 106, 0.12);
  color: #0b1238;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  margin-top: 34px;
  min-height: 390px;
  overflow: hidden;
  padding: 46px 58px;
  position: relative;
  z-index: 5;
}

.home-app-download-strip::before {
  background-image:
    linear-gradient(rgba(49, 82, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 82, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.52;
  pointer-events: none;
  position: absolute;
}

.home-app-download-copy {
  max-width: 640px;
  position: relative;
  z-index: 2;
}

.home-app-download-copy span {
  color: #3152ff;
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-app-download-copy h2 {
  color: #0b1238;
  font-size: clamp(2.15rem, 5vw, 4.6rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.94;
  margin: 0 0 18px;
}

.home-app-download-copy p {
  color: #4d587f;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 650;
  line-height: 1.62;
  margin: 0;
  max-width: 590px;
}

.home-app-download-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
  margin-top: 28px;
}

.home-app-download-badges a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  min-height: auto;
  padding: 0;
  transition: filter 0.18s ease, transform 0.18s ease;
}

.home-app-download-badges a:hover {
  filter: drop-shadow(0 14px 24px rgba(5, 11, 34, 0.14));
  transform: translateY(-2px);
}

.home-app-download-badges img {
  display: block;
  height: 38px;
  max-width: 158px;
  object-fit: contain;
}

.home-app-download-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-app-download-points span {
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(49, 82, 255, 0.1);
  border-radius: 999px;
  color: #31406f;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 850;
  gap: 7px;
  letter-spacing: 0;
  margin: 0;
  padding: 8px 12px;
  text-transform: none;
}

.home-app-showcase-visual {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  justify-content: center;
  min-height: 320px;
  position: relative;
  z-index: 2;
}

.home-phone-mockup {
  background: linear-gradient(180deg, #dbe3f0, #aeb8c8);
  border: 10px solid rgba(255, 255, 255, 0.9);
  border-radius: 42px 42px 0 0;
  box-shadow: 0 34px 80px rgba(28, 45, 106, 0.2);
  height: 390px;
  overflow: hidden;
  padding: 18px 14px 0;
  position: relative;
  transform: rotate(1.5deg);
  width: 236px;
}

.home-phone-mockup::before {
  background: #c7cfdb;
  border-radius: 999px;
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: 76px;
  z-index: 3;
}

.home-phone-screen {
  background:
    radial-gradient(circle at 50% 0%, rgba(49, 82, 255, 0.14), transparent 9rem),
    linear-gradient(180deg, #f8fbff, #eef4ff);
  border-radius: 28px 28px 0 0;
  height: 100%;
  overflow: hidden;
  padding: 18px 14px;
}

.home-phone-status {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.64rem;
  font-weight: 900;
  justify-content: space-between;
  margin: -18px -14px 14px;
  padding: 14px 14px 38px;
  background: linear-gradient(135deg, #3152ff, #17a3ff);
}

.home-phone-header {
  margin-top: -34px;
}

.home-phone-header span {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 0.68rem;
  font-weight: 850;
}

.home-phone-header strong {
  color: #fff;
  display: block;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.home-phone-progress-card,
.home-phone-list > div {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(49, 82, 255, 0.1);
  box-shadow: 0 12px 30px rgba(20, 48, 255, 0.1);
}

.home-phone-progress-card {
  border-radius: 18px;
  margin: 18px 0 12px;
  padding: 14px;
}

.home-phone-progress-card div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-phone-progress-card span,
.home-phone-progress-card small {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 850;
}

.home-phone-progress-card strong {
  color: #111a3d;
  font-size: 0.88rem;
}

.home-phone-progress-card small {
  float: right;
  margin-top: -26px;
}

.home-phone-progress-card i {
  background: linear-gradient(90deg, #3152ff 0 64%, #d9e2ff 64% 100%);
  border-radius: 999px;
  display: block;
  height: 7px;
  margin-top: 12px;
}

.home-phone-list {
  display: grid;
  gap: 9px;
}

.home-phone-list > div {
  align-items: center;
  border-radius: 17px;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  padding: 10px;
}

.home-phone-list span {
  align-items: center;
  background: #eef3ff;
  border-radius: 12px;
  color: #3152ff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.home-phone-list p {
  margin: 0;
}

.home-phone-list strong,
.home-phone-list small {
  display: block;
}

.home-phone-list strong {
  color: #111a3d;
  font-size: 0.72rem;
}

.home-phone-list small {
  color: #64748b;
  font-size: 0.62rem;
  margin-top: 2px;
}

.home-phone-list b {
  color: #14b875;
  font-size: 0.7rem;
}

.home-app-floating-bubble {
  align-items: center;
  border-radius: 26px;
  box-shadow: 0 22px 44px rgba(28, 45, 106, 0.18);
  display: inline-flex;
  height: 76px;
  justify-content: center;
  position: absolute;
  width: 76px;
}

.home-app-floating-bubble i {
  color: #fff;
  font-size: 2.1rem;
}

.home-app-floating-bubble--message {
  background: linear-gradient(135deg, #85b3ff, #3152ff);
  left: 4%;
  top: 12%;
}

.home-app-floating-bubble--health {
  background: linear-gradient(135deg, #58d98f, #18b56a);
  right: 5%;
  top: 20%;
}

.home-app-floating-bubble--food {
  background: linear-gradient(135deg, #ff9a8f, #ff4262);
  bottom: 22%;
  right: 0;
}

.site-header-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.site-nav-link {
  color: #111827;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.site-nav-link:hover {
  color: #e5213a;
  transform: translateY(-1px);
}

.site-nav-link.is-active {
  color: #2f4cff;
}

.blog-post-card,
.blog-post-mobile-card a {
  border-radius: 22px;
  color: inherit;
  height: 100%;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.blog-post-card:hover,
.blog-post-mobile-card a:hover {
  opacity: 0.88;
  transform: translateY(-3px);
}

.image-placeholder {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.11)),
    #f3f4f6;
  border-radius: 20px;
  height: 150px;
  overflow: hidden;
}

.image-placeholder::before {
  color: #94a3b8;
  content: "\F42A";
  font-family: "bootstrap-icons";
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.image-placeholder.image-loaded::before {
  display: none;
}

.image-placeholder img {
  height: 150px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-posts-mobile {
  display: flex;
  gap: 1rem;
  scroll-snap-type: x mandatory;
}

.blog-post-mobile-card {
  flex: 0 0 85%;
  scroll-snap-align: start;
}

.features-page-hero {
  background:
    radial-gradient(circle at 12% 10%, rgba(49, 82, 255, 0.42), transparent 24rem),
    radial-gradient(circle at 88% 12%, rgba(229, 33, 58, 0.12), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f3f6fb 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.features-page-hero h1 {
  color: #111827;
  font-size: clamp(2.6rem, 6vw, 5.35rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.92;
  margin: 1rem 0 1.25rem;
}

.features-page-hero p {
  color: #64748b;
  font-size: 1.13rem;
  line-height: 1.65;
  max-width: 760px;
}

.features-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.features-hero-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 82, 255, 0.42), transparent 13rem),
    #111827;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.2);
  color: #ffffff;
  display: grid;
  gap: 16px;
  padding: 28px;
}

.features-hero-metric {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  display: flex;
  gap: 14px;
  padding: 18px;
}

.features-hero-metric span {
  align-items: center;
  background: #3152ff;
  border-radius: 16px;
  color: #ffffff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.25rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.features-hero-metric strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 4px;
}

.features-hero-metric small {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.features-audience-section,
.features-detail-section,
.features-cta-section {
  padding: 5.5rem 0;
}

.features-audience-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.features-audience-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 34px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  padding: 34px;
}

.features-audience-card.is-dark {
  background: #111827;
  color: #ffffff;
}

.features-audience-icon {
  align-items: center;
  background: #3152ff;
  border-radius: 20px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.6rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 24px;
  width: 58px;
}

.features-audience-card h2,
.features-section-heading h2,
.features-cta-card h2 {
  color: inherit;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.features-audience-card p {
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.65;
}

.features-audience-card.is-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.features-audience-card a {
  color: inherit;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  margin-top: 8px;
  text-decoration: none;
}

.features-detail-section {
  background: #f8fafc;
}

.features-detail-section--dark {
  background:
    radial-gradient(circle at 8% 4%, rgba(229, 33, 58, 0.26), transparent 24rem),
    #111827;
  color: #ffffff;
}

.features-section-heading {
  margin-bottom: 34px;
  max-width: 780px;
}

.features-section-heading h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
  margin: 1rem 0;
}

.features-section-heading p {
  color: #64748b;
  font-size: 1.08rem;
  line-height: 1.65;
}

.features-detail-section--dark .features-section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.features-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.features-detail-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  min-height: 238px;
  padding: 24px;
}

.features-detail-section--dark .features-detail-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.features-detail-card i {
  align-items: center;
  background: #111827;
  border-radius: 16px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.25rem;
  height: 46px;
  justify-content: center;
  margin-bottom: 18px;
  width: 46px;
}

.features-detail-section--dark .features-detail-card i {
  background: #3152ff;
  color: #ffffff;
}

.features-detail-card h3 {
  color: inherit;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.features-detail-card p {
  color: #64748b;
  line-height: 1.58;
  margin-bottom: 0;
}

.features-detail-section--dark .features-detail-card p {
  color: rgba(255, 255, 255, 0.72);
}

.features-cta-card {
  align-items: center;
  background:
    radial-gradient(circle at 92% 0%, rgba(49, 82, 255, 0.48), transparent 18rem),
    #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 34px;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.09);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 36px;
}

.features-cta-card p {
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 760px;
}

.features-cta-actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.pricing-page {
  background: #f5f7fb;
  color: #071035;
}

.pricing-hero {
  background:
    radial-gradient(circle at 10% 12%, rgba(47, 76, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 92% 0%, rgba(49, 82, 255, 0.4), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #eef3ff 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.pricing-hero-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  padding: 4rem 0 5rem;
}

.pricing-hero h1 {
  color: #071035;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin: 1rem 0 1.5rem;
  max-width: 930px;
}

.pricing-hero p {
  color: #4d587f;
  font-size: 1.15rem;
  line-height: 1.65;
  max-width: 820px;
}

.pricing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.pricing-hero-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 76, 255, 0.32), transparent 13rem),
    #071035;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(7, 16, 53, 0.22);
  color: #ffffff;
  padding: 32px;
}

.pricing-hero-card > span {
  align-items: center;
  background: #3152ff;
  border-radius: 20px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.5rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 24px;
  width: 58px;
}

.pricing-hero-card strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 12px;
}

.pricing-hero-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  margin-bottom: 18px;
}

.pricing-hero-card small {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.86);
  display: block;
  font-weight: 800;
  line-height: 1.45;
  padding: 14px 16px;
}

.pricing-plans-section,
.pricing-comparison-section,
.pricing-faq-section {
  padding: 5.5rem 0;
}

.pricing-section-heading {
  margin-bottom: 32px;
  max-width: 780px;
}

.pricing-section-heading h2 {
  color: #071035;
  font-size: clamp(2.15rem, 4vw, 4.1rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 1rem 0;
}

.pricing-section-heading p {
  color: #64748b;
  font-size: 1.08rem;
  line-height: 1.65;
}

.pricing-card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 32px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  position: relative;
}

.pricing-card.is-highlighted {
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 82, 255, 0.42), transparent 14rem),
    #071035;
  border-color: rgba(47, 76, 255, 0.22);
  box-shadow: 0 26px 70px rgba(7, 16, 53, 0.18);
  color: #ffffff;
  transform: translateY(-12px);
}

.pricing-card-top span {
  background: rgba(47, 76, 255, 0.08);
  border-radius: 999px;
  color: #2f4cff;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  padding: 8px 11px;
  text-transform: uppercase;
}

.pricing-card.is-highlighted .pricing-card-top span {
  background: #3152ff;
  color: #ffffff;
}

.pricing-card h3 {
  font-size: 1.75rem;
  font-weight: 950;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

.pricing-card-top p {
  color: #64748b;
  line-height: 1.6;
  min-height: 76px;
}

.pricing-card.is-highlighted .pricing-card-top p {
  color: rgba(255, 255, 255, 0.75);
}

.pricing-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin: 14px 0;
}

.pricing-price strong {
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  font-weight: 950;
  letter-spacing: -0.07em;
}

.pricing-price span {
  color: #64748b;
  font-weight: 800;
}

.pricing-card.is-highlighted .pricing-price span {
  color: rgba(255, 255, 255, 0.68);
}

.pricing-users {
  align-items: center;
  background: #f4f7ff;
  border-radius: 18px;
  color: #2f4cff;
  display: flex;
  font-weight: 900;
  gap: 10px;
  margin-bottom: 22px;
  padding: 13px 14px;
}

.pricing-card.is-highlighted .pricing-users {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.pricing-feature-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.pricing-feature-list li {
  align-items: flex-start;
  color: #34405f;
  display: flex;
  font-weight: 750;
  gap: 10px;
  line-height: 1.45;
}

.pricing-card.is-highlighted .pricing-feature-list li {
  color: rgba(255, 255, 255, 0.84);
}

.pricing-feature-list i {
  color: #18a058;
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-card-cta {
  align-items: center;
  background: #2f4cff;
  border-radius: 18px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
  padding: 15px 18px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pricing-card-cta:hover {
  box-shadow: 0 18px 34px rgba(47, 76, 255, 0.24);
  color: #ffffff;
  transform: translateY(-2px);
}

.pricing-card.is-highlighted .pricing-card-cta {
  background: #3152ff;
  color: #ffffff;
}

.pricing-enterprise-card {
  align-items: center;
  background:
    radial-gradient(circle at 94% 0%, rgba(47, 76, 255, 0.18), transparent 18rem),
    #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 32px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr) auto;
  margin-top: 24px;
  padding: 30px;
}

.pricing-enterprise-card h3 {
  font-size: clamp(1.6rem, 3vw, 2.55rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 1rem 0;
}

.pricing-enterprise-card p {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

.pricing-enterprise-card ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-enterprise-card li {
  align-items: center;
  color: #34405f;
  display: flex;
  font-weight: 800;
  gap: 10px;
}

.pricing-enterprise-card li i {
  color: #18a058;
}

.pricing-comparison-section {
  background: #ffffff;
}

.pricing-comparison-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.pricing-comparison-table {
  margin: 0;
  min-width: 760px;
  width: 100%;
}

.pricing-comparison-table th,
.pricing-comparison-table td {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 18px 22px;
  vertical-align: middle;
}

.pricing-comparison-table tr:last-child td {
  border-bottom: 0;
}

.pricing-comparison-table tr.is-header th {
  background: #071035;
  color: #ffffff;
  font-weight: 950;
}

.pricing-comparison-table td:first-child {
  color: #071035;
  font-weight: 900;
}

.pricing-comparison-table td:not(:first-child) {
  color: #34405f;
  font-weight: 800;
}

.pricing-faq-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-faq-grid article {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  padding: 26px;
}

.pricing-faq-grid i {
  align-items: center;
  background: #f4f7ff;
  border-radius: 18px;
  color: #2f4cff;
  display: inline-flex;
  font-size: 1.35rem;
  height: 50px;
  justify-content: center;
  margin-bottom: 18px;
  width: 50px;
}

.pricing-faq-grid h3 {
  font-size: 1.2rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.pricing-faq-grid p {
  color: #64748b;
  line-height: 1.62;
  margin-bottom: 0;
}

.home-professional-pricing-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(47, 76, 255, 0.11), transparent 26rem),
    linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
  padding: 5.25rem 0;
}

.home-professional-pricing-header {
  align-items: flex-end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.home-professional-pricing-header h2 {
  color: #071035;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 1rem 0;
  max-width: 780px;
}

.home-professional-pricing-header p {
  color: #64748b;
  font-size: 1.06rem;
  line-height: 1.65;
  margin: 0;
  max-width: 820px;
}

.home-professional-pricing-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(47, 76, 255, 0.18);
  border-radius: 999px;
  color: #2f4cff;
  display: inline-flex;
  flex-shrink: 0;
  font-weight: 950;
  gap: 10px;
  padding: 13px 18px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home-professional-pricing-link:hover {
  box-shadow: 0 16px 34px rgba(47, 76, 255, 0.14);
  color: #2f4cff;
  transform: translateY(-2px);
}

.home-professional-pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-professional-plan-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
}

.home-professional-plan-card.is-highlighted {
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 82, 255, 0.38), transparent 13rem),
    #071035;
  color: #ffffff;
}

.home-professional-plan-card > div:first-child > span {
  background: rgba(47, 76, 255, 0.08);
  border-radius: 999px;
  color: #2f4cff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  padding: 8px 10px;
  text-transform: uppercase;
}

.home-professional-plan-card.is-highlighted > div:first-child > span {
  background: #3152ff;
  color: #ffffff;
}

.home-professional-plan-card h3 {
  font-size: 1.55rem;
  font-weight: 950;
  letter-spacing: -0.045em;
  margin-bottom: 10px;
}

.home-professional-plan-card p {
  color: #64748b;
  line-height: 1.58;
  min-height: 74px;
}

.home-professional-plan-card.is-highlighted p {
  color: rgba(255, 255, 255, 0.74);
}

.home-professional-plan-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin: 12px 0;
}

.home-professional-plan-price strong {
  font-size: 2.75rem;
  font-weight: 950;
  letter-spacing: -0.07em;
}

.home-professional-plan-price small {
  color: #64748b;
  font-weight: 900;
}

.home-professional-plan-card.is-highlighted .home-professional-plan-price small {
  color: rgba(255, 255, 255, 0.7);
}

.home-professional-plan-users {
  align-items: center;
  background: #f4f7ff;
  border-radius: 16px;
  color: #2f4cff;
  display: flex;
  font-weight: 900;
  gap: 10px;
  margin: 0 0 20px;
  padding: 12px 14px;
}

.home-professional-plan-card.is-highlighted .home-professional-plan-users {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.home-professional-plan-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.home-professional-plan-card li {
  align-items: flex-start;
  color: #34405f;
  display: flex;
  font-weight: 780;
  gap: 9px;
  line-height: 1.42;
}

.home-professional-plan-card.is-highlighted li {
  color: rgba(255, 255, 255, 0.84);
}

.home-professional-plan-card li i {
  color: #18a058;
  flex-shrink: 0;
  margin-top: 2px;
}

.home-professional-plan-card > a {
  align-items: center;
  background: #2f4cff;
  border-radius: 16px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
  padding: 14px 16px;
  text-decoration: none;
}

.home-professional-plan-card.is-highlighted > a {
  background: #3152ff;
  color: #ffffff;
}

.home-professional-pricing-note {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  color: #64748b;
  display: flex;
  gap: 10px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 16px 18px;
}

.home-professional-pricing-note i {
  color: #2f4cff;
}

.featured-locations-section {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.featured-locations-eyebrow {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-locations-groups {
  display: grid;
  gap: 42px;
}

.featured-location-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 28px;
}

.featured-location-filters button {
  appearance: none;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 9px 13px;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.featured-location-filters button:hover,
.featured-location-filters button.is-active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.featured-location-group h3 {
  color: #4b5563;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.featured-location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px 42px;
}

.featured-location-link {
  color: #6b7280;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transition: color 0.16s ease, transform 0.16s ease;
}

.featured-location-link:hover {
  color: #111827;
  transform: translateX(3px);
}

.features-showcase {
  background:
    radial-gradient(circle at 8% 8%, rgba(49, 82, 255, 0.34), transparent 24rem),
    radial-gradient(circle at 92% 14%, rgba(17, 24, 39, 0.12), transparent 22rem),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  overflow: hidden;
  position: relative;
}

.features-showcase::before {
  background-image: radial-gradient(rgba(15, 23, 42, 0.12) 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  height: 210px;
  opacity: 0.28;
  position: absolute;
  right: -40px;
  top: 34px;
  width: 260px;
}

.features-header-grid {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.features-eyebrow {
  background: #111827;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.features-title {
  color: #111827;
  font-size: clamp(2.35rem, 5vw, 4.55rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.features-subtitle {
  color: #64748b;
  font-size: 1.12rem;
  line-height: 1.55;
  max-width: 760px;
}

.features-proof-card,
.features-stage,
.audience-feature-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(18px);
}

.features-proof-card {
  border-radius: 28px;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.features-proof-card div {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  padding: 13px 14px;
}

.features-proof-card strong,
.features-proof-card span {
  display: block;
}

.features-proof-card strong {
  color: #111827;
  font-size: 15px;
  line-height: 1.2;
}

.features-proof-card span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.features-stage {
  border-radius: 36px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
  margin-bottom: 24px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  z-index: 1;
}

.features-stage::before {
  background:
    radial-gradient(circle at 22% 24%, rgba(49, 82, 255, 0.52), transparent 18rem),
    linear-gradient(135deg, #111827, #273244);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.features-stage-panel {
  color: #fff;
  padding: 10px;
}

.features-stage-kicker {
  color: rgba(49, 82, 255, 0.9);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.features-stage-panel h3 {
  font-size: clamp(1.9rem, 4vw, 3.45rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 12px 0 14px;
  max-width: 760px;
}

.features-stage-panel p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.55;
  margin-bottom: 22px;
  max-width: 680px;
}

.features-flow {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.features-flow-item {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 16px;
}

.features-flow-item i {
  align-items: center;
  background: #3152ff;
  border-radius: 16px;
  color: #111827;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 14px;
  width: 42px;
}

.features-flow-item strong,
.features-flow-item span {
  display: block;
}

.features-flow-item strong {
  color: #fff;
  font-size: 16px;
}

.features-flow-item span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.35;
  margin-top: 4px;
}

.features-dashboard-card {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
  color: #111827;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  padding: 22px;
}

.features-dashboard-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.features-dashboard-top span {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.features-dashboard-top strong {
  background: #111827;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
}

.features-dashboard-progress {
  background: #e5e7eb;
  border-radius: 999px;
  height: 10px;
  margin: 26px 0 22px;
  overflow: hidden;
}

.features-dashboard-progress span {
  background: linear-gradient(90deg, #e5213a, #3152ff);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.features-dashboard-list {
  display: grid;
  gap: 10px;
}

.features-dashboard-list div {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  display: grid;
  gap: 3px 10px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 12px;
}

.features-dashboard-list i {
  align-items: center;
  background: #fff;
  border-radius: 13px;
  color: #e5213a;
  display: inline-flex;
  grid-row: span 2;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.features-dashboard-list span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.features-dashboard-list strong {
  color: #111827;
  font-size: 14px;
}

.audience-feature-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.audience-feature-card {
  border-radius: 34px;
  height: 100%;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.audience-feature-card::before {
  border-radius: 999px;
  content: "";
  height: 230px;
  opacity: 0.52;
  position: absolute;
  right: -80px;
  top: -120px;
  width: 230px;
}

.athlete-card::before {
  background: radial-gradient(circle, rgba(49, 82, 255, 0.95), rgba(49, 82, 255, 0.12));
}

.professional-card-home::before {
  background: radial-gradient(circle, rgba(17, 24, 39, 0.72), transparent 68%);
}

.audience-card-header {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.audience-card-header span {
  color: #e5213a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-card-header h3 {
  color: #111827;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 3px 0 0;
}

.audience-icon {
  align-items: center;
  background: #3152ff;
  border-radius: 22px;
  color: #111827;
  display: inline-flex;
  flex: 0 0 62px;
  font-size: 27px;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.professional-card-home .audience-icon {
  background: #111827;
  color: #fff;
}

.audience-card-copy {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.55;
  margin: -6px 0 18px;
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.feature-items-grid {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.feature-item {
  align-items: flex-start;
  background: rgba(248, 250, 252, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 22px;
  display: flex;
  gap: 12px;
  padding: 16px;
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.feature-item:hover {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.feature-item > i {
  align-items: center;
  background: #fff;
  border-radius: 15px;
  color: #111827;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.feature-item strong {
  color: #111827;
  display: block;
  font-size: 15.5px;
  line-height: 1.2;
}

.feature-item p {
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.4;
  margin: 5px 0 0;
}

.features-card-cta {
  align-items: center;
  background: #111827;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  margin-top: 18px;
  padding: 13px 18px;
  position: relative;
  transition: background 0.18s ease, transform 0.18s ease;
  z-index: 1;
}

.features-card-cta:hover {
  background: #e5213a;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .featured-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .features-header-grid,
  .features-stage,
  .audience-feature-grid {
    grid-template-columns: 1fr;
  }

  .features-flow {
    grid-template-columns: 1fr;
  }

  .features-dashboard-card {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .featured-location-filters {
    display: none;
  }

  .featured-location-grid {
    grid-template-columns: 1fr;
  }

  .featured-location-link[data-featured-location-type="neighborhood"] {
    display: none;
  }

  .features-title {
    font-size: 2.45rem;
  }

  .features-stage {
    border-radius: 26px;
    padding: 18px;
  }

  .features-stage-panel {
    padding: 4px;
  }

  .features-dashboard-card,
  .audience-feature-card {
    border-radius: 24px;
    padding: 20px;
  }

  .audience-card-header {
    align-items: flex-start;
  }

  .audience-icon {
    flex-basis: 52px;
    height: 52px;
    width: 52px;
  }
}

.search-results-hero {
  background:
    radial-gradient(circle at 7% 0%, rgba(49, 82, 255, 0.42), transparent 22rem),
    radial-gradient(circle at 92% 12%, rgba(15, 23, 42, 0.08), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #f3f6fb 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.results-eyebrow,
.results-card-kicker {
  color: #64748b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.results-eyebrow {
  background: #3152ff;
  border-radius: 999px;
  color: #111827;
  margin-bottom: 16px;
  padding: 9px 13px;
}

.results-hero-title {
  color: #111827;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.results-hero-subtitle {
  color: #64748b;
  font-size: 1.06rem;
  max-width: 650px;
}

.results-hero-note {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  color: #475569;
  display: flex;
  gap: 14px;
  padding: 18px;
}

.results-hero-note i {
  align-items: center;
  background: #111827;
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.search-card,
.empty-results-card,
.professional-card,
.results-search-card,
.results-panel-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.search-card {
  padding: 20px;
}

.results-search-card {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  padding: 18px;
}

.results-search-summary {
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 82, 255, 0.34), transparent 10rem),
    #111827;
  border-radius: 20px;
  color: #fff;
  padding: 22px;
}

.results-search-summary .results-card-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.results-search-summary h2 {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 10px 0 7px;
}

.results-search-summary p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  margin: 0;
}

.results-quick-search {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) auto;
}

.results-quick-field label,
.results-filter-card .form-label {
  color: #334155;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
}

.results-input-shell {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 16px;
  display: flex;
  gap: 9px;
  min-height: 50px;
  padding: 0 14px;
}

.results-input-shell:focus-within {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.25);
  box-shadow: 0 0 0 4px rgba(49, 82, 255, 0.18);
}

.results-input-shell i {
  color: #94a3b8;
}

.results-input-shell input {
  background: transparent;
  border: 0;
  color: #111827;
  flex: 1;
  min-width: 0;
  outline: 0;
}

.results-search-button,
.results-submit-button {
  align-items: center;
  background: #3152ff;
  border: 0;
  border-radius: 16px;
  color: #111827;
  display: inline-flex;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.results-search-button:hover,
.results-submit-button:hover {
  background: #f0ca00;
  box-shadow: 0 12px 28px rgba(49, 82, 255, 0.28);
  transform: translateY(-1px);
}

.results-filter-card {
  position: sticky;
  top: 18px;
}

.empty-results-card {
  padding: 54px 28px;
}

.empty-results-icon {
  align-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(49, 82, 255, 0.45), transparent 60%),
    #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  color: #64748b;
  display: inline-flex;
  font-size: 34px;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.results-panel-card {
  padding: 22px;
}

.results-panel-header {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.results-panel-header h2 {
  color: #111827;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  margin: 8px 0 4px;
}

.results-panel-header p {
  color: #64748b;
  margin: 0;
}

.results-active-filters {
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
}

.professional-card {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.professional-card:hover {
  border-color: rgba(15, 23, 42, 0.14);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.professional-card-cover {
  display: block;
  flex: 0 0 164px;
  min-height: 100%;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.professional-card-cover-image {
  display: block;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  transition: transform 0.22s ease;
  width: 100%;
}

.professional-card-cover:hover .professional-card-cover-image {
  transform: scale(1.04);
}

.professional-card-cover-placeholder {
  background:
    radial-gradient(circle at 20% 20%, rgba(49, 82, 255, 0.45), transparent 35%),
    linear-gradient(135deg, #101828, #293241);
}

.professional-card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.professional-card-logo {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 800;
}

.professional-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.professional-card-title-link {
  color: #111827;
}

.professional-card-title-link:hover {
  color: #d39e00;
}

.verified-line {
  color: #1f7a4d;
  background: rgba(25, 135, 84, 0.08);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  font-size: 13px;
}

.chip {
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #111827;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #4b5563;
  font-size: 14px;
}

.services-list span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.service-filter-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 2px;
}

.service-filter-chip {
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  color: #475569;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  padding: 10px 12px;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.service-filter-chip:hover {
  background: rgba(49, 82, 255, 0.16);
  border-color: rgba(15, 23, 42, 0.16);
  color: #111827;
  transform: translateX(2px);
}

.service-filter-chip.is-active {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #334155;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
}

.filter-pill.muted {
  color: #64748b;
}

.results-filter-head {
  align-items: flex-start;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.results-filter-head h2 {
  color: #111827;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin: 8px 0 4px;
}

.results-filter-head p {
  color: #64748b;
  font-size: 13px;
  margin: 0;
}

.results-clear-link {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.results-clear-link:hover {
  color: #111827;
}

.results-filter-section {
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  margin-bottom: 12px;
  padding: 14px;
}

.results-filter-section-title {
  align-items: center;
  color: #111827;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  margin-bottom: 13px;
}

.results-filter-section-title i {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #111827;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.results-filter-card .form-control,
.results-filter-card .form-select {
  border-color: rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  min-height: 46px;
}

.results-filter-card .form-control:focus,
.results-filter-card .form-select:focus {
  border-color: rgba(15, 23, 42, 0.25);
  box-shadow: 0 0 0 4px rgba(49, 82, 255, 0.18);
}

.pagination .page-link {
  color: #111827;
  border-color: rgba(15, 23, 42, 0.1);
}

.pagination .page-item.active .page-link {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

@media (max-width: 991px) {
  .results-search-card,
  .results-quick-search {
    grid-template-columns: 1fr;
  }

  .results-filter-card {
    position: static;
  }
}

@media (max-width: 575px) {
  .results-panel-header {
    flex-direction: column;
  }

  .professional-card {
    flex-direction: column;
  }

  .professional-card-cover {
    flex-basis: auto;
    height: 135px;
    min-height: 135px;
    width: 100%;
  }

  .professional-card-cover-image {
    height: 135px;
    min-height: 135px;
  }
}

.professional-profile-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(49, 82, 255, 0.18), transparent 26rem),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.professional-profile-topbar {
  position: relative;
  z-index: 5;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.professional-profile-hero {
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.professional-profile-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.professional-profile-hero-placeholder {
  background:
    radial-gradient(circle at 20% 20%, rgba(49, 82, 255, 0.5), transparent 30%),
    linear-gradient(135deg, #0f172a, #263244 58%, #111827);
}

.professional-profile-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.84) 0%, rgba(15, 23, 42, 0.56) 48%, rgba(15, 23, 42, 0.18) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.78) 100%);
}

.professional-profile-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: 52px;
}

.professional-profile-logo {
  width: 96px;
  height: 96px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.94);
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 22px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
}

.professional-profile-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.professional-profile-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.professional-profile-hero h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin-bottom: 16px;
}

.professional-profile-subtitle {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.13rem;
  margin-bottom: 0;
}

.professional-profile-cta-card,
.profile-section-card,
.profile-sidebar-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
}

.professional-profile-cta-card {
  color: #111827;
  padding: 24px;
}

.profile-section-card,
.profile-sidebar-card {
  padding: 26px;
}

.profile-lead-card {
  scroll-margin-top: 24px;
  border-color: rgba(49, 82, 255, 0.38);
  background:
    radial-gradient(circle at 12% 0%, rgba(49, 82, 255, 0.18), transparent 16rem),
    rgba(255, 255, 255, 0.96);
}

.profile-lead-form .form-label {
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.profile-lead-form .form-control {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  min-height: 48px;
}

.profile-lead-form textarea.form-control {
  min-height: 122px;
  resize: vertical;
}

.profile-lead-form .form-control:focus {
  border-color: rgba(49, 82, 255, 0.86);
  box-shadow: 0 0 0 0.2rem rgba(49, 82, 255, 0.18);
}

.profile-lead-honeypot {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.profile-section-icon {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: rgba(49, 82, 255, 0.24);
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.profile-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.profile-service-card {
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.profile-service-card i {
  color: #16a34a;
  font-size: 20px;
}

.profile-album-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 150px;
  gap: 12px;
}

.profile-album-item {
  border-radius: 22px;
  overflow: hidden;
  background: #e5e7eb;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.profile-album-item.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.profile-album-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.profile-album-item:hover img {
  transform: scale(1.04);
}

.profile-empty-album {
  min-height: 180px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 20%, rgba(49, 82, 255, 0.24), transparent 35%),
    #f8fafc;
  border: 1px dashed rgba(15, 23, 42, 0.14);
  color: #64748b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 24px;
}

.profile-empty-album i {
  font-size: 32px;
}

.profile-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 14px;
}

.profile-list i {
  color: #111827;
}

.professional-profile-page {
  background: #f4f5f7;
  color: #16181d;
}

.professional-profile-topbar {
  background: #2d2d2d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
  position: sticky;
  top: 0;
}

.professional-profile-topbar .btn {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.professional-profile-topbar .btn:hover {
  background: #fff;
  color: #16181d;
}

.professional-profile-shell {
  min-height: 70vh;
}

.professional-profile-summary {
  padding: 32px;
}

.professional-profile-summary-header {
  display: flex;
  gap: 22px;
  margin-bottom: 28px;
}

.professional-profile-avatar {
  align-items: center;
  background: #e5e7eb;
  border-radius: 10px;
  color: #16181d;
  display: inline-flex;
  flex: 0 0 112px;
  font-size: 2rem;
  font-weight: 900;
  height: 112px;
  justify-content: center;
  overflow: hidden;
  width: 112px;
}

.professional-profile-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.professional-profile-name {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
}

.professional-profile-role {
  color: #6b7280;
  font-size: 0.95rem;
}

.profile-share-button {
  color: #4b5563;
  font-size: 0.82rem;
  height: 38px;
  white-space: nowrap;
}

.profile-verified-line {
  align-items: center;
  color: #475569;
  display: inline-flex;
  gap: 6px;
}

.profile-verified-line i {
  color: #72df44;
}

.professional-profile-about {
  color: #20242c;
  font-size: 0.95rem;
  line-height: 1.75;
}

.professional-profile-about h2,
.profile-section-heading h2 {
  color: #111827;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0;
}

.professional-profile-about h2 {
  margin-bottom: 12px;
}

.professional-profile-about p {
  margin-bottom: 0.8rem;
}

.profile-mini-chip {
  background: #9ca3af;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  padding: 7px 10px;
}

.profile-section-card,
.profile-sidebar-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 6px;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.06);
}

.profile-section-card {
  padding: 28px;
}

.profile-sidebar-card {
  padding: 24px;
}

.profile-section-heading {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}

.profile-section-muted-icon {
  align-items: center;
  color: #c8ced6;
  display: inline-flex;
  font-size: 1.45rem;
  justify-content: center;
  width: 26px;
}

.profile-album-strip {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.profile-album-thumb {
  aspect-ratio: 1;
  background: #e5e7eb;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.profile-album-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
  width: 100%;
}

.profile-album-thumb:hover img {
  transform: scale(1.05);
}

.profile-details-card {
  padding-bottom: 8px;
}

.profile-detail-section {
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.profile-service-feature {
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
  margin-left: 48px;
  max-width: 680px;
  padding: 24px;
}

.profile-service-feature h3 {
  font-size: 1.1rem;
  font-weight: 850;
  margin-bottom: 14px;
}

.profile-service-feature p {
  color: #475569;
  font-size: 0.93rem;
  line-height: 1.7;
}

.profile-two-column-list {
  display: grid;
  gap: 10px 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: 48px;
}

.profile-two-column-list span {
  align-items: center;
  color: #4b5563;
  display: inline-flex;
  font-size: 0.92rem;
  gap: 8px;
}

.profile-two-column-list i {
  color: #9ca3af;
  font-size: 0.78rem;
}

.profile-sidebar-sticky {
  position: sticky;
  top: 112px;
}

.profile-lead-card {
  background: #fff;
  border-color: rgba(17, 24, 39, 0.06);
  scroll-margin-top: 96px;
}

.profile-lead-card h2 {
  font-weight: 900;
  letter-spacing: -0.03em;
}

.profile-lead-hint {
  align-items: center;
  color: #6b7280;
  display: inline-flex;
  font-size: 0.78rem;
  gap: 6px;
}

.profile-lead-hint i {
  color: #3152ff;
}

.profile-lead-form .form-label {
  color: #111827;
  font-size: 0.8rem;
  font-weight: 800;
}

.profile-lead-form .form-label span {
  color: #9ca3af;
  font-weight: 600;
}

.profile-lead-form .form-control {
  background: #fff;
  border: 1px solid #d7dbe3;
  border-radius: 6px;
  font-size: 0.92rem;
  min-height: 44px;
}

.profile-lead-form textarea.form-control {
  min-height: 118px;
}

.profile-lead-form .form-control:focus {
  border-color: #72df44;
  box-shadow: 0 0 0 0.18rem rgba(114, 223, 68, 0.18);
}

.profile-budget-button {
  background: #bdf3a1;
  border: 0;
  border-radius: 10px;
  color: #6e9272;
  font-weight: 900;
  min-height: 54px;
}

.profile-budget-button:hover {
  background: #90e95f;
  color: #17310d;
}

.profile-form-disclaimer {
  color: #ef4444;
  font-size: 0.72rem;
  margin: 18px 0 0;
  text-align: center;
}

.profile-proof-card,
.profile-quick-cta {
  align-items: center;
  color: #333942;
  display: flex;
  font-size: 0.9rem;
  gap: 10px;
  text-decoration: none;
}

.profile-proof-card i {
  color: #72df44;
}

.profile-quick-cta {
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
}

.profile-quick-cta:hover {
  color: #111827;
  transform: translateY(-1px);
}

.about-hero {
  background:
    radial-gradient(circle at 10% 6%, rgba(49, 82, 255, 0.36), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(15, 23, 42, 0.11), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f3f6fb 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.about-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
}

.about-eyebrow {
  background: #111827;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.about-hero h1 {
  color: #111827;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 1rem 0 1.25rem;
}

.about-hero p {
  color: #64748b;
  font-size: 1.12rem;
  line-height: 1.65;
  max-width: 760px;
}

.about-hero-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 82, 255, 0.34), transparent 11rem),
    #111827;
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
  color: #ffffff;
  padding: 28px;
}

.about-hero-card__icon {
  align-items: center;
  background: #3152ff;
  border-radius: 22px;
  color: #ffffff;
  display: inline-flex;
  font-size: 28px;
  height: 64px;
  justify-content: center;
  margin-bottom: 28px;
  width: 64px;
}

.about-hero-card strong,
.about-hero-card span {
  display: block;
}

.about-hero-card strong {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.about-hero-card span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin-top: 14px;
}

.about-section {
  padding: 5rem 0;
}

.about-value-card,
.about-mission-card,
.about-principle {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.about-value-card {
  border-radius: 30px;
  height: 100%;
  padding: 28px;
}

.about-value-card.is-dark {
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 82, 255, 0.24), transparent 12rem),
    #111827;
  color: #fff;
}

.about-value-card i {
  align-items: center;
  background: #3152ff;
  border-radius: 20px;
  color: #ffffff;
  display: inline-flex;
  font-size: 26px;
  height: 58px;
  justify-content: center;
  margin-bottom: 22px;
  width: 58px;
}

.about-value-card h2 {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.about-value-card p {
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

.about-value-card.is-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.about-mission-section {
  padding-bottom: 5rem;
}

.about-mission-card {
  align-items: end;
  border-radius: 34px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  padding: 32px;
}

.about-mission-card h2 {
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 1rem 0 0;
}

.about-mission-card p {
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0;
}

.about-principles-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-principle {
  border-radius: 26px;
  padding: 22px;
}

.about-principle span {
  color: #e5213a;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}

.about-principle strong {
  color: #111827;
  display: block;
  font-size: 1.08rem;
  line-height: 1.2;
}

.about-principle p {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 10px 0 0;
}

.about-cta-section {
  padding: 0 0 5rem;
}

.about-cta-card {
  align-items: center;
  background:
    radial-gradient(circle at 92% 0%, rgba(49, 82, 255, 0.32), transparent 14rem),
    linear-gradient(135deg, #111827, #273244);
  border-radius: 34px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
}

.about-cta-card h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 10px;
}

.about-cta-card p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.legal-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(49, 82, 255, 0.2), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f3f6fb 46%, #eef2f7 100%);
  color: #111827;
}

.legal-hero {
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.legal-hero-content {
  max-width: 860px;
  padding: 4rem 0 5rem;
}

.legal-hero-content h1 {
  color: #111827;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.92;
  margin: 1rem 0 1.2rem;
}

.legal-hero-content p {
  color: #64748b;
  font-size: 1.12rem;
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.legal-updated {
  background: rgba(17, 24, 39, 0.06);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  margin-top: 1.35rem;
  padding: 0.65rem 1rem;
}

.legal-main {
  padding: 4rem 0 5rem;
}

.legal-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
  padding: clamp(1.35rem, 4vw, 3rem);
}

.legal-section {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
}

.legal-section:last-child,
.legal-section.mb-0 {
  border-bottom: 0;
  padding-bottom: 0;
}

.legal-section h2 {
  color: #111827;
  font-size: clamp(1.28rem, 3vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  margin-bottom: 0.8rem;
}

.legal-section p,
.legal-section li {
  color: #475569;
  font-size: 1rem;
  line-height: 1.72;
}

.legal-section p {
  margin-bottom: 0.8rem;
}

.legal-section ul {
  margin: 0.4rem 0 0;
  padding-left: 1.25rem;
}

.legal-section li + li {
  margin-top: 0.45rem;
}

.legal-section a {
  color: #111827;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(49, 82, 255, 0.9);
  text-decoration-thickness: 0.16em;
  text-underline-offset: 0.18em;
}

@media (max-width: 991px) {
  .home-navbar,
  .home-nav-actions {
    justify-content: center;
  }

  .home-navbar {
    flex-direction: column;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-hero-copy {
    max-width: none;
    text-align: center;
  }

  .home-hero-copy > p,
  .home-search-panel,
  .home-hero-ctas,
  .home-stats-row {
    margin-left: auto;
    margin-right: auto;
  }

  .home-shortcuts-label {
    width: 100%;
    justify-content: center;
  }

  .home-search-shortcuts {
    justify-content: center;
  }

  .home-hero-visual {
    margin: 0 auto;
    min-height: 520px;
    width: min(100%, 760px);
  }

  .home-visual-frame {
    border-radius: 32px;
    left: 0;
    right: 0;
    top: 20px;
    width: 100%;
  }

  .home-visual-frame img {
    min-height: 500px;
  }

  .home-float-card--chart {
    left: 2%;
    top: 0;
  }

  .home-float-card--revenue {
    right: 2%;
    top: 24px;
  }

  .home-float-card--schedule {
    right: 2%;
    top: 210px;
  }

  .home-float-card--frequency {
    left: 4%;
    top: 210px;
  }

  .home-float-card--checkins,
  .home-float-card--nutrition {
    bottom: 0;
  }

  .home-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-integrations-row {
    flex-direction: column;
    text-align: center;
  }

  .home-app-download-strip {
    grid-template-columns: 1fr;
    padding: 42px 30px 0;
    text-align: center;
  }

  .home-app-download-copy {
    margin: 0 auto;
  }

  .home-app-download-copy p {
    margin: 0 auto;
  }

  .home-app-download-badges,
  .home-app-download-points {
    justify-content: center;
  }

  .home-app-showcase-visual {
    margin: 6px auto 0;
    min-height: 330px;
    width: min(100%, 460px);
  }

  .features-audience-grid,
  .features-card-grid,
  .pricing-card-grid,
  .pricing-faq-grid,
  .home-professional-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-professional-pricing-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .features-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-hero-grid,
  .pricing-enterprise-card {
    grid-template-columns: 1fr;
  }

  .pricing-card.is-highlighted {
    transform: none;
  }

  .about-mission-card,
  .about-principles-grid {
    grid-template-columns: 1fr;
  }

  .about-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .home-hero-shell {
    padding-bottom: 22px;
  }

  .home-nav-actions {
    gap: 8px 14px;
  }

  .home-nav-actions a:not(.home-login-link) {
    font-size: 0.84rem;
  }

  .home-hero-copy {
    padding-top: 18px;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .home-search-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .home-search-icon {
    display: none;
  }

  .home-search-bar .form-control {
    background: #f7f9ff;
    border-radius: 12px;
    min-height: 54px;
    padding: 0 14px;
  }

  .home-search-bar .btn {
    justify-content: center;
    width: 100%;
  }

  .home-search-panel .home-location-suggestions {
    top: 76px;
  }

  .home-hero-ctas,
  .home-stats-row {
    grid-template-columns: 1fr;
  }

  .home-stats-row {
    text-align: center;
  }

  .home-stats-row span {
    margin: 0 auto;
  }

  .home-hero-visual {
    min-height: 390px;
  }

  .home-visual-frame {
    border-radius: 26px;
  }

  .home-visual-frame img {
    min-height: 370px;
  }

  .home-float-card {
    display: none;
  }

  .home-feature-dock {
    border-radius: 22px;
    padding: 24px 18px;
  }

  .home-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-integrations-row div {
    gap: 18px;
  }

  .home-app-download-strip {
    border-radius: 22px;
    margin-top: 22px;
    min-height: 0;
    padding: 30px 18px 0;
  }

  .home-app-download-badges {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-app-download-points {
    display: none;
  }

  .home-app-showcase-visual {
    min-height: 285px;
  }

  .home-phone-mockup {
    border-radius: 34px 34px 0 0;
    height: 320px;
    padding: 14px 11px 0;
    transform: none;
    width: 198px;
  }

  .home-phone-screen {
    border-radius: 24px 24px 0 0;
    padding: 16px 11px;
  }

  .home-app-floating-bubble {
    border-radius: 20px;
    height: 56px;
    width: 56px;
  }

  .home-app-floating-bubble i {
    font-size: 1.55rem;
  }

  .home-app-floating-bubble--message {
    left: 4%;
    top: 18%;
  }

  .home-app-floating-bubble--health {
    right: 2%;
    top: 26%;
  }

  .home-app-floating-bubble--food {
    display: none;
  }

  .site-header-actions {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .features-audience-section,
  .features-detail-section,
  .features-cta-section,
  .pricing-plans-section,
  .pricing-comparison-section,
  .pricing-faq-section,
  .home-professional-pricing-section {
    padding: 3.5rem 0;
  }

  .features-audience-grid,
  .features-card-grid,
  .pricing-card-grid,
  .pricing-faq-grid,
  .home-professional-pricing-grid {
    grid-template-columns: 1fr;
  }

  .features-audience-card,
  .features-hero-panel,
  .features-cta-card,
  .pricing-card,
  .pricing-hero-card,
  .pricing-enterprise-card,
  .home-professional-plan-card {
    border-radius: 26px;
    padding: 22px;
  }

  .pricing-hero-grid {
    padding: 2.8rem 0 3.8rem;
  }

  .pricing-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .about-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-section {
    padding: 3.5rem 0;
  }

  .about-hero-card,
  .about-mission-card,
  .about-cta-card {
    border-radius: 26px;
    padding: 22px;
  }
}

@media (max-width: 767.98px) {
  .professional-profile-hero {
    min-height: 620px;
  }

  .professional-profile-cta-card {
    margin-top: 10px;
  }

  .profile-services-grid,
  .profile-album-grid {
    grid-template-columns: 1fr;
  }

  .profile-album-item.is-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .professional-profile-summary {
    padding: 22px;
  }

  .professional-profile-summary-header {
    flex-direction: column;
  }

  .professional-profile-avatar {
    flex-basis: 96px;
    height: 96px;
    width: 96px;
  }

  .profile-album-strip {
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .profile-service-feature,
  .profile-two-column-list {
    margin-left: 0;
  }

  .profile-two-column-list {
    grid-template-columns: 1fr;
  }

  .profile-sidebar-sticky {
    position: static;
  }
}

/* Stable home hero composition: avoids floating cards overlapping the image. */
.home-hero-grid {
  grid-template-columns: minmax(440px, 0.9fr) minmax(520px, 1.1fr);
}

.home-search-panel,
.home-hero-ctas,
.home-stats-row {
  width: 100%;
}

.home-hero-visual {
  align-self: center;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 0;
}

.home-visual-frame {
  aspect-ratio: 1.72;
  border-radius: 34px;
  bottom: auto;
  grid-column: 1 / -1;
  height: auto;
  left: auto;
  max-height: 430px;
  min-height: 340px;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}

.home-visual-frame img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transform: none;
  width: 100%;
}

.home-float-card {
  align-self: stretch;
  min-width: 0;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  top: auto;
  width: auto;
}

.home-float-card--chart {
  grid-column: span 2;
}

.home-float-card--revenue,
.home-float-card--frequency,
.home-float-card--schedule,
.home-float-card--checkins {
  grid-column: span 1;
}

.home-float-card--nutrition {
  display: none;
}

.home-float-card .float-card-top {
  margin-bottom: 8px;
}

.home-float-card .mini-line-chart {
  height: 68px;
  margin-bottom: 8px;
}

.home-float-card .frequency-ring {
  height: 82px;
  width: 82px;
}

.home-float-card .frequency-ring strong {
  font-size: 1.25rem;
}

.home-float-card .schedule-list {
  gap: 7px;
}

.home-float-card .mini-bars {
  height: 52px;
}

@media (max-width: 991px) {
  .home-hero-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .home-visual-frame {
    min-height: 320px;
  }

  .home-float-card--chart,
  .home-float-card--revenue,
  .home-float-card--frequency,
  .home-float-card--schedule,
  .home-float-card--checkins {
    grid-column: span 1;
  }

  .home-float-card--checkins {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1199px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-hero-copy {
    margin: 0 auto;
    max-width: 780px;
    text-align: center;
  }

  .home-hero-copy > p,
  .home-search-panel,
  .home-hero-ctas,
  .home-stats-row {
    margin-left: auto;
    margin-right: auto;
  }

  .home-search-shortcuts {
    justify-content: center;
  }

  .home-shortcuts-label {
    justify-content: center;
    width: 100%;
  }

  .home-hero-visual {
    margin: 0 auto;
    width: min(100%, 860px);
  }
}

@media (max-width: 575px) {
  .home-hero-visual {
    grid-template-columns: 1fr;
  }

  .home-visual-frame {
    aspect-ratio: 1.22;
    min-height: 300px;
  }

  .home-float-card {
    display: block;
  }

  .home-float-card--chart,
  .home-float-card--frequency,
  .home-float-card--checkins,
  .home-float-card--nutrition {
    display: none;
  }
}

/* Card alignment pass: structured overlay lanes over the generated hero image. */
@media (min-width: 992px) {
  .home-hero-visual {
    min-height: 640px;
  }

  .home-float-card {
    z-index: 7;
  }

  .home-float-card--chart {
    left: 4%;
    top: 96px;
    width: min(320px, 44%);
  }

  .home-float-card--revenue {
    right: 2%;
    top: 96px;
    width: min(225px, 32%);
  }

  .home-float-card--frequency {
    left: 7%;
    top: 292px;
    width: 158px;
  }

  .home-float-card--schedule {
    right: 2%;
    top: 292px;
    width: min(240px, 34%);
  }

  .home-float-card--checkins {
    left: 34%;
    top: 430px;
    width: min(230px, 34%);
  }

  .home-float-card--nutrition {
    bottom: auto;
    display: grid;
    gap: 14px;
    right: 2%;
    top: 418px;
    width: min(280px, 40%);
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .home-hero-shell {
    background:
      linear-gradient(90deg, rgba(247, 250, 255, 0.99) 0%, rgba(247, 250, 255, 0.94) 42%, rgba(247, 250, 255, 0.28) 66%, rgba(22, 45, 98, 0.06) 100%),
      url("../img/hero-meutreino-gym.png") right top / auto 68vh no-repeat,
      radial-gradient(circle at 86% 18%, rgba(35, 78, 255, 0.26), transparent 22rem),
      linear-gradient(135deg, #ffffff 0%, #edf3ff 55%, #d9e4ff 100%);
  }

  .home-float-card--chart {
    left: 0;
    top: 92px;
    width: 270px;
  }

  .home-float-card--revenue {
    right: 0;
    top: 92px;
    width: 184px;
  }

  .home-float-card--schedule {
    left: 0;
    top: 266px;
    width: 215px;
  }

  .home-float-card--nutrition {
    display: grid;
    right: 0;
    top: 266px;
    width: 215px;
  }
}

/* Final hero treatment: generated image works as the page background, not as a boxed image. */
.home-hero-shell {
  background:
    linear-gradient(90deg, rgba(247, 250, 255, 0.99) 0%, rgba(247, 250, 255, 0.96) 39%, rgba(247, 250, 255, 0.42) 57%, rgba(22, 45, 98, 0.08) 100%),
    url("../img/hero-meutreino-gym.png") right top / auto 66vh no-repeat,
    radial-gradient(circle at 86% 18%, rgba(35, 78, 255, 0.34), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #edf3ff 55%, #d9e4ff 100%);
}

.home-hero-shell::after {
  background:
    linear-gradient(90deg, rgba(247, 250, 255, 0.94) 0%, rgba(247, 250, 255, 0.7) 42%, rgba(247, 250, 255, 0.08) 67%, rgba(20, 37, 81, 0.22) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.home-navbar,
.home-hero-grid,
.home-feature-dock,
.home-integrations-row,
.home-app-download-strip {
  position: relative;
  z-index: 5;
}

.home-hero-grid {
  z-index: 30;
}

.home-hero-copy,
.home-search-panel,
.home-location-search {
  position: relative;
}

.home-hero-copy {
  z-index: 40;
}

.home-search-panel,
.home-location-search {
  z-index: 50;
}

.home-visual-frame {
  display: none;
}

.home-hero-grid {
  grid-template-columns: minmax(440px, 0.9fr) minmax(560px, 1.1fr);
  min-height: 650px;
}

.home-hero-visual {
  display: block;
  min-height: 610px;
  position: relative;
}

.home-float-card {
  position: absolute;
}

.home-float-card--chart {
  left: 0;
  top: 34px;
  width: 300px;
}

.home-float-card--revenue {
  right: 0;
  top: 52px;
  width: 210px;
}

.home-float-card--frequency {
  left: 34px;
  top: 250px;
  width: 156px;
}

.home-float-card--schedule {
  left: 0;
  right: auto;
  top: 246px;
  width: 235px;
}

.home-float-card--checkins {
  bottom: 48px;
  left: 24%;
  width: 220px;
}

.home-float-card--nutrition {
  align-content: start;
  bottom: 36px;
  display: grid;
  gap: 12px;
  right: 0;
  top: auto;
  width: 250px;
}

@media (min-width: 1400px) {
  .home-hero-shell {
    background:
      linear-gradient(90deg, rgba(247, 250, 255, 0.99) 0%, rgba(247, 250, 255, 0.95) 36%, rgba(247, 250, 255, 0.3) 56%, rgba(22, 45, 98, 0.05) 100%),
      url("../img/hero-meutreino-gym.png") right top / auto 76vh no-repeat,
      radial-gradient(circle at 86% 18%, rgba(35, 78, 255, 0.34), transparent 22rem),
      linear-gradient(135deg, #ffffff 0%, #edf3ff 55%, #d9e4ff 100%);
  }
}

@media (max-width: 1279px) {
  .home-hero-shell {
    background:
      linear-gradient(90deg, rgba(247, 250, 255, 0.98) 0%, rgba(247, 250, 255, 0.9) 48%, rgba(247, 250, 255, 0.38) 100%),
      url("../img/hero-meutreino-gym.png") right top / auto 48vh no-repeat,
      radial-gradient(circle at 86% 18%, rgba(35, 78, 255, 0.26), transparent 22rem),
      linear-gradient(135deg, #ffffff 0%, #edf3ff 55%, #d9e4ff 100%);
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-hero-visual {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 28px auto 0;
    min-height: 0;
    width: min(100%, 860px);
  }

  .home-float-card {
    position: relative;
    width: auto;
  }

  .home-float-card--chart {
    grid-column: span 2;
  }

  .home-float-card--revenue,
  .home-float-card--frequency,
  .home-float-card--schedule,
  .home-float-card--checkins {
    grid-column: span 1;
  }

  .home-float-card--nutrition {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-hero-shell {
    background:
      linear-gradient(180deg, rgba(247, 250, 255, 0.94) 0%, rgba(247, 250, 255, 0.98) 32%, rgba(247, 250, 255, 1) 100%),
      url("../img/hero-meutreino-gym.png") center top / auto 330px no-repeat,
      linear-gradient(135deg, #ffffff 0%, #edf3ff 55%, #d9e4ff 100%);
  }

  .home-hero-copy {
    padding-top: 210px;
  }

  .home-hero-visual {
    grid-template-columns: 1fr;
  }

  .home-float-card--chart,
  .home-float-card--frequency,
  .home-float-card--checkins,
  .home-float-card--nutrition {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .home-hero-grid {
    grid-template-columns: minmax(420px, 0.92fr) minmax(420px, 1.08fr);
    min-height: 650px;
  }

  .home-hero-copy {
    margin: 0;
    max-width: 720px;
    text-align: left;
  }

  .home-search-shortcuts {
    justify-content: flex-start;
  }

  .home-shortcuts-label {
    justify-content: flex-start;
    width: auto;
  }

  .home-search-bar {
    gap: 10px;
    padding: 12px;
  }

  .home-search-icon {
    height: 52px;
    width: 52px;
  }

  .home-search-bar .form-control {
    font-size: 0.95rem;
    min-height: 52px;
  }

  .home-search-bar .btn {
    font-size: 0.9rem;
    min-height: 52px;
    padding: 0 16px;
  }

  .home-hero-visual {
    display: block;
    margin: 0;
    min-height: 610px;
    width: 100%;
  }

  .home-float-card {
    position: absolute;
    padding: 14px;
  }

  .home-float-card--chart {
    left: 0;
    top: 92px;
    width: min(245px, 58%);
  }

  .home-float-card--chart .mini-line-chart {
    height: 58px;
    margin: 6px 0 8px;
  }

  .home-float-card--revenue {
    right: 0;
    top: 92px;
    width: min(165px, 39%);
  }

  .home-float-card--schedule {
    left: 0;
    top: 252px;
    width: min(202px, 48%);
  }

  .home-float-card--nutrition {
    bottom: auto;
    display: grid;
    gap: 12px;
    right: 0;
    top: 252px;
    width: min(202px, 48%);
  }

  .home-float-card--nutrition .nutrition-photo {
    height: 86px;
  }

  .home-float-card--nutrition small {
    font-size: 0.68rem;
    line-height: 1.35;
  }
}

/* Final hero card rails: keeps metric cards away from the main photo subject. */
@media (min-width: 1280px) {
  .home-hero-visual {
    min-height: 620px;
  }

  .home-float-card {
    height: auto;
    min-height: 0;
  }

  .home-float-card--chart {
    left: -42px;
    top: 150px;
    width: 300px;
  }

  .home-float-card--revenue {
    left: -42px;
    right: auto;
    top: -8px;
    width: 218px;
  }

  .home-float-card--schedule {
    left: auto;
    right: 274px;
    top: 316px;
    width: 226px;
  }

  .home-float-card--nutrition {
    align-content: start;
    bottom: auto;
    grid-template-rows: auto auto;
    right: 0;
    top: 316px;
    width: 250px;
  }

  .home-float-card--nutrition .nutrition-photo {
    height: 96px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .home-float-card--chart {
    top: 140px;
  }

  .home-float-card--revenue {
    left: 0;
    right: auto;
    top: -6px;
    width: min(165px, 39%);
  }

  .home-float-card--schedule {
    display: block;
    left: auto;
    right: calc(min(202px, 48%) + 14px);
    top: 310px;
    width: min(202px, 48%);
  }

  .home-float-card--nutrition {
    align-content: start;
    grid-template-rows: auto auto;
    right: 0;
    top: 310px;
    width: min(202px, 48%);
  }
}

/* Professional search redesign. */
.search-results-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(47, 76, 255, 0.1), transparent 28rem),
    linear-gradient(180deg, #f8fbff 0%, #f4f7ff 100%);
  color: #07113a;
  min-height: 100vh;
}

.results-topbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(47, 76, 255, 0.08);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 74px;
  padding: 0 32px;
  position: sticky;
  top: 0;
  z-index: 30;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.results-topbar-brand img {
  display: block;
  height: 28px;
}

.results-topbar-nav {
  align-items: center;
  display: flex;
  gap: 34px;
  justify-content: center;
}

.results-topbar-nav a,
.results-topbar-actions a {
  color: #07113a;
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.results-topbar-nav a {
  border-bottom: 3px solid transparent;
  padding: 27px 0 23px;
}

.results-topbar-nav a:hover,
.results-topbar-nav a.is-active {
  border-bottom-color: #2f4cff;
  color: #153dff;
}

.results-topbar-actions a {
  border: 1px solid rgba(7, 17, 58, 0.12);
  border-radius: 999px;
  padding: 9px 16px;
}

.results-page-main {
  margin: 0 auto;
  max-width: 1760px;
  padding: 28px 36px 56px;
}

.results-search-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(47, 76, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 58px rgba(20, 39, 104, 0.08);
  display: grid;
  gap: 22px;
  grid-template-columns: 220px minmax(0, 1fr);
  padding: 22px 28px;
}

.results-location-card {
  align-items: center;
  border-right: 1px solid rgba(47, 76, 255, 0.1);
  display: flex;
  gap: 16px;
  min-height: 64px;
  padding-right: 24px;
}

.results-location-card span {
  align-items: center;
  background: #f1f5ff;
  border-radius: 18px;
  color: #2f4cff;
  display: inline-flex;
  flex: 0 0 52px;
  font-size: 1.5rem;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.results-location-card strong {
  color: #07113a;
  display: block;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.1;
}

.results-location-card a {
  color: #2f4cff;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.results-quick-search {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 220px;
}

.results-input-shell {
  background: #fff;
  border: 1px solid rgba(47, 76, 255, 0.14);
  border-radius: 14px;
  min-height: 58px;
  padding: 0 18px;
}

.results-input-shell:focus-within {
  border-color: rgba(47, 76, 255, 0.42);
  box-shadow: 0 0 0 5px rgba(47, 76, 255, 0.1);
}

.results-input-shell i {
  color: #6b76a6;
  font-size: 1.1rem;
}

.results-input-shell input {
  color: #07113a;
  font-weight: 750;
}

.results-input-shell input::placeholder {
  color: #8b94bd;
  font-weight: 700;
}

.results-search-button,
.results-submit-button {
  background: linear-gradient(135deg, #3152ff 0%, #1238e8 100%);
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(47, 76, 255, 0.24);
  color: #fff;
  min-height: 58px;
  white-space: nowrap;
}

.results-search-button:hover,
.results-submit-button:hover {
  background: linear-gradient(135deg, #2142f3 0%, #0f2fd1 100%);
  box-shadow: 0 18px 36px rgba(47, 76, 255, 0.32);
  color: #fff;
}

.results-layout-grid {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.results-list-column {
  min-width: 0;
}

.results-panel-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.results-panel-header {
  align-items: center;
}

.results-panel-header h2 {
  color: #07113a;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  margin: 0;
}

.results-panel-header h2 strong,
.results-panel-header h2 b {
  color: #153dff;
  font-weight: 950;
}

.results-panel-header p {
  color: #07113a;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 6px;
  margin-top: 8px;
}

.results-panel-header .btn {
  border-color: rgba(47, 76, 255, 0.18);
  color: #2f4cff;
  font-weight: 850;
}

.results-card-kicker {
  color: #6f789e;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.results-active-filters {
  border-top: 0;
  gap: 8px;
  margin-top: 14px;
  padding-top: 0;
}

.filter-pill {
  background: rgba(47, 76, 255, 0.07);
  border: 1px solid rgba(47, 76, 255, 0.1);
  color: #2342d8;
  font-weight: 800;
}

.results-profile-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.professional-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(47, 76, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(20, 39, 104, 0.07);
  display: grid;
  gap: 16px;
  grid-template-columns: 136px minmax(0, 1fr);
  min-height: 220px;
  overflow: hidden;
  padding: 16px;
  transform: none;
}

.professional-card:hover {
  border-color: rgba(47, 76, 255, 0.22);
  box-shadow: 0 22px 58px rgba(20, 39, 104, 0.12);
  transform: translateY(-2px);
}

.professional-card-cover {
  align-items: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(47, 76, 255, 0.22), transparent 40%),
    linear-gradient(135deg, #e8eeff 0%, #f8fbff 100%);
  border-radius: 14px;
  color: #2f4cff;
  display: flex;
  flex: none;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 950;
  height: 136px;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 136px;
}

.professional-card-cover-image {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.professional-card-cover em {
  align-items: center;
  background: rgba(4, 120, 87, 0.94);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 850;
  gap: 4px;
  left: 8px;
  line-height: 1;
  padding: 5px 8px;
  position: absolute;
  top: 8px;
}

.professional-card-cover em i {
  color: #86efac;
  font-size: 0.45rem;
}

.professional-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
}

.professional-card-title-row {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.professional-card-title-row h3 {
  align-items: center;
  color: #07113a;
  display: flex;
  font-size: 1rem;
  font-weight: 950;
  gap: 7px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 6px 0 4px;
}

.professional-card-title-row h3 i {
  color: #1548ff;
  font-size: 0.88rem;
}

.professional-card-title-row p {
  color: #5c668f;
  font-size: 0.82rem;
  font-weight: 750;
  margin: 0;
}

.professional-card-title-link {
  color: inherit;
  text-decoration: none;
}

.professional-card-title-link:hover {
  color: #153dff;
}

.professional-card-favorite {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(47, 76, 255, 0.12);
  border-radius: 999px;
  color: #8a94bf;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.professional-card-meta {
  color: #5b668f;
  display: grid;
  gap: 6px;
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.25;
  margin-top: 10px;
}

.professional-card-meta span {
  align-items: center;
  display: flex;
  gap: 7px;
  min-width: 0;
}

.professional-card-meta i {
  color: #5d6aa0;
  flex: 0 0 auto;
}

.professional-card-meta .bi-star-fill {
  color: #f59e0b;
}

.professional-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.professional-card-tags span,
.chip {
  background: #eef2ff;
  border-radius: 7px;
  color: #2850f0;
  font-size: 0.72rem;
  font-weight: 850;
  padding: 6px 10px;
}

.professional-card-description {
  color: #4d587f;
  display: -webkit-box;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 12px 0 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.professional-card-footer {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: auto;
}

.professional-card-footer span {
  align-items: center;
  color: #2850f0;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 850;
  gap: 6px;
}

.professional-card-footer a {
  border: 1px solid rgba(47, 76, 255, 0.18);
  border-radius: 10px;
  color: #153dff;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 9px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.professional-card-footer a:hover {
  background: #153dff;
  color: #fff;
}

.professional-card--compact {
  gap: 14px;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 164px;
  padding: 14px;
}

.professional-card--compact .professional-card-cover {
  height: 112px;
  width: 112px;
}

.professional-card--compact .professional-card-cover em,
.professional-card--compact .professional-card-description,
.professional-card--compact .professional-card-favorite {
  display: none;
}

.professional-card--compact .professional-card-title-row h3 {
  margin-top: 2px;
}

.professional-card--compact .professional-card-meta {
  margin-top: 8px;
}

.professional-card--compact .professional-card-tags {
  gap: 6px;
  margin-top: 10px;
}

.professional-card--compact .professional-card-tags span {
  font-size: 0.68rem;
  padding: 5px 8px;
}

.professional-card--compact .professional-card-footer {
  margin-top: 12px;
}

.pending-results-card {
  background:
    radial-gradient(circle at 8% 0%, rgba(47, 76, 255, 0.12), transparent 20rem),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 76, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 22px 62px rgba(20, 39, 104, 0.08);
  padding: 22px;
}

.pending-results-card__intro {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.pending-results-card__intro > span {
  align-items: center;
  background: #eef2ff;
  border: 1px solid rgba(47, 76, 255, 0.12);
  border-radius: 18px;
  color: #2f4cff;
  display: inline-flex;
  flex: 0 0 54px;
  font-size: 1.35rem;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.pending-results-card__intro h3 {
  color: #07113a;
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: -0.03em;
  margin: 0 0 4px;
}

.pending-results-card__intro p {
  color: #5c668f;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
  max-width: 720px;
}

.pending-profile-grid {
  opacity: 0.96;
}

.professional-card--pending {
  background: rgba(255, 255, 255, 0.78);
  border-style: dashed;
  pointer-events: none;
}

.professional-card--pending:hover {
  box-shadow: 0 18px 46px rgba(20, 39, 104, 0.07);
  transform: none;
}

.professional-card-cover--pending {
  background:
    linear-gradient(100deg, rgba(238, 242, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 42%, rgba(238, 242, 255, 0.9) 80%),
    #eef2ff;
  background-size: 220% 100%;
  color: rgba(47, 76, 255, 0.55);
  overflow: hidden;
  position: relative;
  animation: pendingProfileShimmer 1.8s ease-in-out infinite;
}

.professional-card-cover--pending::after {
  background:
    radial-gradient(circle at 28% 26%, rgba(47, 76, 255, 0.16), transparent 18%),
    linear-gradient(135deg, rgba(47, 76, 255, 0.08), transparent);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}

.professional-card-cover--pending > span {
  position: relative;
  z-index: 1;
}

.pending-card-title {
  background: linear-gradient(90deg, #07113a 0%, #667085 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pending-results-card__note {
  align-items: center;
  background: rgba(47, 76, 255, 0.06);
  border: 1px solid rgba(47, 76, 255, 0.08);
  border-radius: 16px;
  color: #4d587f;
  display: flex;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 10px;
  margin-top: 18px;
  padding: 13px 15px;
}

.pending-results-card__note i {
  color: #2f4cff;
}

@keyframes pendingProfileShimmer {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

.results-filter-column {
  min-width: 0;
}

.results-filter-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(47, 76, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 22px 62px rgba(20, 39, 104, 0.09);
  padding: 26px;
  position: sticky;
  top: 96px;
}

.results-filter-head {
  align-items: center;
  border-bottom: 0;
  margin-bottom: 22px;
  padding-bottom: 0;
}

.results-filter-head h2 {
  color: #07113a;
  font-size: 1.18rem;
  margin: 4px 0 0;
}

.results-filter-head p,
.results-card-kicker {
  color: #6f789e;
}

.results-clear-link {
  color: #153dff;
  font-weight: 900;
  text-decoration: none;
}

.results-filter-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 22px;
  padding: 0;
}

.results-filter-section-title {
  color: #07113a;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.results-filter-section-title i {
  background: #f1f5ff;
  color: #2f4cff;
}

.results-filter-card .form-control,
.results-filter-card .form-select {
  background-color: #fff;
  border-color: rgba(47, 76, 255, 0.13);
  border-radius: 12px;
  color: #07113a;
  font-weight: 750;
  min-height: 48px;
}

.results-filter-card .form-control:focus,
.results-filter-card .form-select:focus {
  border-color: rgba(47, 76, 255, 0.42);
  box-shadow: 0 0 0 5px rgba(47, 76, 255, 0.1);
}

.service-filter-list {
  flex-direction: row;
  flex-wrap: wrap;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.service-filter-chip {
  background: #f7f9ff;
  border-color: rgba(47, 76, 255, 0.11);
  border-radius: 999px;
  color: #33406f;
  padding: 9px 12px;
}

.service-filter-chip:hover,
.service-filter-chip.is-active {
  background: #153dff;
  border-color: #153dff;
  color: #fff;
  transform: translateY(-1px);
}

.pagination {
  align-items: center;
  gap: 8px;
}

.pagination .page-link {
  border: 1px solid rgba(47, 76, 255, 0.12);
  border-radius: 10px;
  color: #07113a;
  font-weight: 850;
  min-width: 38px;
  text-align: center;
}

.pagination .page-item.active .page-link {
  background: #153dff;
  border-color: #153dff;
}

@media (max-width: 1399px) {
  .results-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .results-layout-grid {
    grid-template-columns: 1fr;
  }

  .results-filter-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .results-topbar {
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .results-topbar-nav {
    display: none;
  }

  .results-page-main {
    padding: 18px 16px 42px;
  }

  .results-search-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .results-location-card {
    border-right: 0;
    border-bottom: 1px solid rgba(47, 76, 255, 0.1);
    padding: 0 0 18px;
  }

  .results-quick-search {
    grid-template-columns: 1fr;
  }

  .results-profile-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .professional-card {
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 12px;
  }

  .professional-card-cover {
    height: 112px;
    width: 112px;
  }

  .professional-card-description {
    display: none;
  }

  .professional-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Public professional profile redesign. */
.professional-profile-page {
  background:
    radial-gradient(circle at 16% 0%, rgba(47, 76, 255, 0.1), transparent 30rem),
    linear-gradient(180deg, #f9fbff 0%, #f3f6ff 100%);
  color: #07113a;
}

.profile-public-main {
  margin: 0 auto;
  max-width: 1540px;
  padding: 20px 34px 64px;
}

.profile-public-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.profile-back-link,
.profile-toolbar-actions button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #27335f;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 850;
  gap: 8px;
  text-decoration: none;
}

.profile-toolbar-actions {
  display: flex;
  gap: 22px;
}

.profile-toolbar-actions button:hover,
.profile-back-link:hover {
  color: #153dff;
}

.profile-public-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 11, 34, 0.94) 0%, rgba(5, 11, 34, 0.86) 48%, rgba(5, 11, 34, 0.54) 100%),
    linear-gradient(135deg, #111827 0%, #253157 100%);
  background-position: center;
  background-size: cover;
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(10, 24, 69, 0.22);
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: 190px minmax(0, 1fr) 310px;
  min-height: 380px;
  overflow: hidden;
  padding: 48px 46px;
  position: relative;
}

.profile-public-hero::after {
  background:
    radial-gradient(circle at 78% 12%, rgba(47, 76, 255, 0.32), transparent 22rem),
    linear-gradient(180deg, transparent 0%, rgba(5, 11, 34, 0.28) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.profile-public-avatar,
.profile-public-hero-copy,
.profile-hero-action-card {
  position: relative;
  z-index: 2;
}

.profile-public-avatar {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 5px solid rgba(255, 255, 255, 0.94);
  border-radius: 26px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.26);
  color: #fff;
  display: inline-flex;
  font-size: 3rem;
  font-weight: 950;
  height: 176px;
  justify-content: center;
  overflow: hidden;
  width: 176px;
}

.profile-public-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.profile-public-hero h1 {
  align-items: center;
  display: flex;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  font-weight: 950;
  gap: 12px;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0 0 10px;
}

.profile-public-hero h1 i {
  color: #2f4cff;
  font-size: 1.55rem;
}

.profile-public-hero-copy > p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
  font-weight: 750;
  margin-bottom: 18px;
}

.profile-rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 22px;
}

.profile-rating-row span {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 850;
  gap: 8px;
}

.profile-rating-row i {
  color: #fff;
}

.profile-rating-row .bi-star-fill {
  color: #3152ff;
}

.profile-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.profile-hero-tags span {
  background: #eef2ff;
  border: 1px solid rgba(47, 76, 255, 0.12);
  border-radius: 7px;
  color: #2342d8;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 7px 10px;
}

.profile-hero-action-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
  display: grid;
  gap: 12px;
  padding: 20px;
}

.profile-whatsapp-action {
  align-items: center;
  background: linear-gradient(135deg, #25d366 0%, #128c4a 100%);
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(18, 140, 74, 0.28);
  color: #fff;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  min-height: 56px;
  text-decoration: none;
}

.profile-whatsapp-action:hover {
  color: #fff;
  transform: translateY(-1px);
}

.profile-whatsapp-action i {
  font-size: 1.15rem;
}

.profile-share-action {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 14px;
  color: #111827;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
  width: 100%;
}

.profile-share-action:hover {
  background: #f8fafc;
  border-color: rgba(47, 76, 255, 0.28);
  color: #153dff;
  transform: translateY(-1px);
}

.profile-share-action i {
  font-size: 1rem;
}

.profile-response-chip {
  align-items: center;
  background: linear-gradient(135deg, #eefcf5 0%, #eff7ff 100%);
  border-radius: 12px;
  color: #10233f;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 8px;
  padding: 14px;
}

.profile-response-chip span {
  align-items: center;
  color: #6b769b;
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.72rem;
  font-weight: 850;
  gap: 8px;
  min-width: 0;
  white-space: nowrap;
}

.profile-response-chip small {
  color: #6b769b;
  font-size: 0.72rem;
  font-weight: 850;
}

.profile-response-chip strong {
  font-size: 0.85rem;
  font-weight: 950;
  white-space: nowrap;
}

.profile-response-chip i {
  align-items: center;
  color: #10b981;
  display: inline-flex;
  flex: 0 0 auto;
}

.profile-public-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 430px;
  margin-top: 28px;
}

.profile-public-main-column {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.profile-public-sidebar {
  display: grid;
  gap: 24px;
  position: sticky;
  top: 98px;
}

.profile-public-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(47, 76, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 22px 62px rgba(20, 39, 104, 0.08);
  padding: 24px;
}

.profile-public-card h2 {
  color: #07113a;
  font-size: 1.18rem;
  font-weight: 950;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
}

.profile-card-heading {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.profile-card-heading h2 {
  margin: 0;
}

.profile-gallery-scroll-hint {
  align-items: center;
  color: #6b769b;
  display: none;
  font-size: 0.76rem;
  font-weight: 850;
  gap: 7px;
}

.profile-gallery-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-gallery-item {
  aspect-ratio: 1 / 1;
  background: #e9eefc;
  border: 0;
  border-radius: 10px;
  cursor: zoom-in;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.profile-gallery-item.is-large {
  grid-column: span 1;
}

.profile-gallery-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
  width: 100%;
}

.profile-gallery-item:hover img {
  transform: scale(1.04);
}

.profile-gallery-lightbox[hidden] {
  display: none;
}

.profile-gallery-lightbox {
  display: grid;
  inset: 0;
  padding: 28px;
  place-items: center;
  position: fixed;
  z-index: 3000;
}

.profile-gallery-lightbox-backdrop {
  background: rgba(9, 14, 33, 0.82);
  border: 0;
  cursor: zoom-out;
  inset: 0;
  padding: 0;
  position: absolute;
}

.profile-gallery-lightbox-dialog {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(9, 14, 33, 0.34);
  max-height: min(86vh, 860px);
  max-width: min(92vw, 1080px);
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: fit-content;
  z-index: 1;
}

.profile-gallery-lightbox-dialog img {
  border-radius: 18px;
  display: block;
  max-height: calc(86vh - 20px);
  max-width: calc(92vw - 20px);
  object-fit: contain;
}

.profile-gallery-lightbox-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(12, 18, 44, 0.08);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(9, 14, 33, 0.16);
  color: #08122f;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 42px;
  z-index: 2;
}

.profile-gallery-lightbox-open {
  overflow: hidden;
}

.profile-about-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.profile-about-grid h2 {
  margin-bottom: 16px;
}

.profile-about-grid p {
  color: #34405f;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.profile-about-grid p.profile-about-empty {
  color: #a5adbd;
  font-weight: 600;
}

.profile-highlight-list,
.profile-differentials-list {
  display: grid;
  gap: 12px;
}

.profile-highlight-list {
  border-left: 1px solid rgba(47, 76, 255, 0.12);
  padding-left: 26px;
}

.profile-highlight-list span,
.profile-differentials-list span {
  align-items: center;
  color: #33406f;
  display: flex;
  font-size: 0.88rem;
  font-weight: 750;
  gap: 11px;
}

.profile-highlight-list i,
.profile-differentials-list i {
  color: #153dff;
  flex: 0 0 auto;
}

.profile-differentials-list i {
  color: #16a464;
}

.profile-specialties-block {
  border-top: 1px solid rgba(47, 76, 255, 0.09);
  margin-top: 24px;
  padding-top: 24px;
}

.profile-specialties-block h3 {
  color: #07113a;
  font-size: 1.05rem;
  font-weight: 950;
  margin-bottom: 16px;
}

.profile-specialty-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profile-specialty-grid span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(47, 76, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(20, 39, 104, 0.05);
  color: #33406f;
  display: grid;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 9px;
  justify-items: center;
  min-height: 86px;
  padding: 14px 10px;
  text-align: center;
}

.profile-specialty-grid i {
  color: #3152ff;
  font-size: 1.35rem;
}

.profile-specialty-icon-img {
  aspect-ratio: 1;
  display: block;
  flex: 0 0 1.35rem;
  height: 1.35rem;
  max-height: 1.35rem;
  max-width: 1.35rem;
  object-fit: contain;
  overflow: hidden;
  width: 1.35rem;
}

.profile-results-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-results-grid div {
  background: linear-gradient(135deg, #f8fbff 0%, #eef3ff 100%);
  border: 1px solid rgba(47, 76, 255, 0.08);
  border-radius: 14px;
  min-height: 118px;
  padding: 22px;
}

.profile-results-grid strong {
  color: #07113a;
  display: block;
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.profile-results-grid span {
  color: #5d6892;
  font-size: 0.85rem;
  font-weight: 800;
}

.profile-workout-previews-card .profile-card-heading {
  align-items: flex-start;
}

.profile-workout-previews-card .profile-card-heading p {
  color: #687393;
  font-size: 0.9rem;
  font-weight: 650;
  margin: 6px 0 0;
}

.profile-workout-preview-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-workout-preview-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(47, 76, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(20, 39, 104, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
}

.profile-workout-preview-card__topline,
.profile-workout-preview-metrics,
.profile-workout-preview-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-workout-preview-card__topline {
  margin-bottom: 14px;
}

.profile-workout-preview-card__topline span,
.profile-workout-preview-metrics span,
.profile-workout-preview-examples small {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(47, 76, 255, 0.1);
  border-radius: 999px;
  color: #33406f;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 850;
  gap: 6px;
  padding: 6px 10px;
}

.profile-workout-preview-card__topline i {
  color: #e5213a;
}

.profile-workout-preview-card h3 {
  color: #07113a;
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1.25;
  margin: 0 0 10px;
}

.profile-workout-preview-card p {
  color: #4b5878;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.6;
  margin: 0 0 16px;
}

.profile-workout-preview-metrics {
  margin-bottom: 16px;
}

.profile-workout-preview-metrics strong {
  color: #07113a;
  font-weight: 950;
}

.profile-workout-preview-highlights {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.profile-workout-preview-highlights li {
  align-items: flex-start;
  color: #33406f;
  display: flex;
  font-size: 0.86rem;
  font-weight: 750;
  gap: 9px;
  line-height: 1.35;
}

.profile-workout-preview-highlights i {
  color: #16a464;
  margin-top: 2px;
}

.profile-workout-preview-examples {
  align-items: center;
  margin-bottom: 18px;
}

.profile-workout-preview-examples span {
  color: #687393;
  font-size: 0.78rem;
  font-weight: 850;
}

.profile-workout-preview-cta {
  align-items: center;
  color: #e5213a;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 950;
  gap: 8px;
  margin-top: auto;
  text-decoration: none;
}

.profile-workout-preview-cta:hover {
  color: #b8152b;
}

.profile-review-score {
  align-items: center;
  background: #fff7ed;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 999px;
  color: #9a5a00;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 950;
  gap: 7px;
  padding: 8px 12px;
}

.profile-review-score i {
  color: #f59e0b;
}

.profile-review-list {
  display: grid;
  gap: 14px;
}

.profile-review-item {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(47, 76, 255, 0.08);
  border-radius: 16px;
  display: grid;
  gap: 14px;
  grid-template-columns: 44px minmax(0, 1fr);
  padding: 16px;
}

.profile-review-avatar {
  align-items: center;
  background: #eef2ff;
  border-radius: 14px;
  color: #153dff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 950;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.profile-review-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 6px;
}

.profile-review-head strong {
  color: #07113a;
  font-size: 0.92rem;
  font-weight: 950;
}

.profile-review-head span {
  color: #f59e0b;
  display: inline-flex;
  font-size: 0.78rem;
  gap: 2px;
}

.profile-review-item h3 {
  color: #17203f;
  font-size: 0.95rem;
  font-weight: 950;
  margin: 0 0 6px;
}

.profile-review-item p {
  color: #4b587f;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.6;
  margin: 0;
}

.profile-review-item small {
  color: #7b85a6;
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  margin-top: 8px;
}

.profile-empty-reviews {
  align-items: center;
  background: #f8fbff;
  border: 1px dashed rgba(47, 76, 255, 0.22);
  border-radius: 16px;
  display: flex;
  gap: 14px;
  padding: 18px;
}

.profile-empty-reviews > i {
  align-items: center;
  background: #fff;
  border-radius: 14px;
  color: #f59e0b;
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.profile-empty-reviews strong {
  color: #07113a;
  display: block;
  font-weight: 950;
  margin-bottom: 3px;
}

.profile-empty-reviews p {
  color: #647096;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.profile-service-list {
  display: grid;
  gap: 12px;
}

.profile-service-list a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(47, 76, 255, 0.09);
  border-radius: 12px;
  color: #07113a;
  display: grid;
  gap: 12px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  padding: 14px;
  text-decoration: none;
}

.profile-service-list a:hover {
  border-color: rgba(47, 76, 255, 0.24);
  box-shadow: 0 12px 28px rgba(20, 39, 104, 0.08);
}

.profile-service-list span {
  align-items: center;
  background: #eef2ff;
  border-radius: 10px;
  color: #153dff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.profile-service-list strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 950;
}

.profile-service-list small {
  color: #6b769b;
  font-size: 0.76rem;
  font-weight: 750;
}

.profile-location-box {
  align-items: flex-start;
  display: flex;
  gap: 13px;
}

.profile-location-box > i {
  align-items: center;
  background: #eef2ff;
  border-radius: 12px;
  color: #153dff;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.profile-location-box strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 950;
}

.profile-location-box small {
  color: #657096;
  display: block;
  font-weight: 700;
  line-height: 1.45;
}

.profile-map-preview {
  background:
    linear-gradient(30deg, rgba(47, 76, 255, 0.06) 12%, transparent 12% 38%, rgba(47, 76, 255, 0.08) 38% 44%, transparent 44%),
    linear-gradient(120deg, rgba(15, 23, 42, 0.05) 18%, transparent 18% 48%, rgba(15, 23, 42, 0.06) 48% 52%, transparent 52%),
    #edf3ff;
  border-radius: 14px;
  height: 132px;
  margin-top: 18px;
  overflow: hidden;
  position: relative;
}

.profile-map-preview span {
  background: rgba(47, 76, 255, 0.18);
  border: 1px solid rgba(47, 76, 255, 0.45);
  border-radius: 999px;
  height: 74px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
}

.profile-map-preview span::after {
  background: #3152ff;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.profile-public-sidebar .profile-lead-card {
  scroll-margin-top: 96px;
}

.profile-public-sidebar .profile-lead-card h2 {
  margin-bottom: 8px;
}

.profile-public-sidebar .profile-lead-hint {
  color: #657096;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 750;
  gap: 7px;
  margin-bottom: 20px;
}

.profile-public-sidebar .profile-lead-form .form-control {
  border-color: rgba(47, 76, 255, 0.12);
  border-radius: 12px;
}

.profile-public-sidebar .profile-lead-form .form-control:focus {
  border-color: rgba(47, 76, 255, 0.45);
  box-shadow: 0 0 0 5px rgba(47, 76, 255, 0.1);
}

.profile-public-sidebar .profile-budget-button {
  background: linear-gradient(135deg, #3152ff 0%, #153dff 100%);
  border-radius: 12px;
  color: #fff;
}

@media (max-width: 1199px) {
  .profile-public-hero {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .profile-hero-action-card {
    grid-column: 1 / -1;
  }

  .profile-public-grid {
    grid-template-columns: 1fr;
  }

  .profile-public-sidebar {
    position: static;
  }

  .profile-public-sidebar .profile-lead-card {
    scroll-margin-top: 96px;
  }
}

@media (max-width: 767px) {
  .profile-public-main,
  .profile-public-main * {
    box-sizing: border-box;
  }

  .profile-public-main {
    max-width: 100vw;
    overflow-x: clip;
    padding: 12px 14px 38px;
    width: 100%;
  }

  .profile-public-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
  }

  .profile-public-hero {
    border-radius: 18px;
    gap: 16px;
    grid-template-columns: 1fr;
    min-height: auto;
    max-width: 100%;
    overflow: clip;
    padding: 18px;
    width: 100%;
  }

  .profile-public-hero > * {
    min-width: 0;
    max-width: 100%;
  }

  .profile-public-avatar {
    border-radius: 22px;
    height: 104px;
    width: 104px;
  }

  .profile-public-hero h1 {
    font-size: 1.9rem;
    line-height: 1.04;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
  }

  .profile-public-hero-copy > p {
    font-size: 0.92rem;
    margin-bottom: 12px;
  }

  .profile-rating-row {
    gap: 9px 13px;
    margin-bottom: 14px;
  }

  .profile-rating-row span {
    font-size: 0.78rem;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .profile-hero-tags {
    flex-wrap: nowrap;
    margin: 0 -18px;
    overflow-x: auto;
    padding: 0 18px 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .profile-hero-tags::-webkit-scrollbar {
    display: none;
  }

  .profile-hero-tags span {
    flex: 0 0 auto;
  }

  .profile-hero-action-card {
    border-radius: 16px;
    box-sizing: border-box;
    gap: 10px;
    grid-template-columns: 1fr;
    justify-self: stretch;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
    width: 100%;
  }

  .profile-whatsapp-action,
  .profile-share-action {
    box-sizing: border-box;
    font-size: 0.84rem;
    max-width: 100%;
    min-height: 46px;
    min-width: 0;
    padding: 0 12px;
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .profile-response-chip {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 11px 12px;
  }

  .profile-response-chip span {
    min-width: 0;
    white-space: normal;
  }

  .profile-public-grid {
    gap: 16px;
    margin-top: 16px;
  }

  .profile-public-main-column,
  .profile-public-sidebar {
    gap: 16px;
  }

  .profile-public-card {
    border-radius: 16px;
    padding: 18px;
  }

  .profile-public-card h2 {
    font-size: 1.06rem;
    margin-bottom: 12px;
  }

  .profile-card-heading {
    align-items: center;
    flex-direction: row;
    margin-bottom: 12px;
  }

  .profile-gallery-scroll-hint {
    display: inline-flex;
  }

  .profile-about-grid,
  .profile-results-grid,
  .profile-workout-preview-grid {
    grid-template-columns: 1fr;
  }

  .profile-highlight-list {
    border-left: 0;
    border-top: 1px solid rgba(47, 76, 255, 0.12);
    padding-left: 0;
    padding-top: 20px;
  }

  .profile-about-grid {
    gap: 18px;
  }

  .profile-about-grid p {
    font-size: 0.88rem;
    line-height: 1.62;
  }

  .profile-specialties-block {
    margin-top: 18px;
    padding-top: 18px;
  }

  .profile-specialty-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-specialty-grid span {
    min-height: 74px;
    padding: 12px 8px;
  }

  .profile-results-grid {
    gap: 10px;
  }

  .profile-results-grid div {
    min-height: auto;
    padding: 16px;
  }

  .profile-results-grid strong {
    font-size: 1.55rem;
  }

  .profile-workout-preview-card {
    padding: 16px;
  }

  .profile-workout-preview-card h3 {
    font-size: 1rem;
  }

  .profile-gallery-grid {
    display: flex;
    gap: 12px;
    grid-template-columns: none;
    margin: 0 -18px;
    overflow-x: auto;
    padding: 2px 18px 12px;
    scroll-padding-left: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .profile-gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .profile-gallery-item,
  .profile-gallery-item.is-large {
    border-radius: 15px;
    flex: 0 0 min(74vw, 280px);
    scroll-snap-align: start;
    width: auto;
  }

  .profile-review-item {
    border-radius: 14px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px;
  }

  .profile-review-avatar {
    border-radius: 12px;
    height: 38px;
    width: 38px;
  }

  .profile-service-list a {
    padding: 12px;
  }
}

@media (max-width: 575px) {
  .profile-card-heading {
    align-items: center;
    flex-direction: row;
  }

  .profile-gallery-grid {
    grid-template-columns: none;
  }

  .profile-specialty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile polish pass: compact hero spacing and collapse navigation into a menu button. */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .home-hero-shell {
    background:
      radial-gradient(circle at 20% 0%, rgba(49, 82, 255, 0.1), transparent 18rem),
      linear-gradient(135deg, #ffffff 0%, #edf3ff 55%, #d9e4ff 100%);
    padding-bottom: 1.75rem;
  }

  .home-navbar,
  .about-nav,
  .results-topbar {
    align-items: center;
    isolation: isolate;
    position: relative;
    z-index: 2000;
  }

  .home-navbar,
  .about-nav {
    column-gap: 0.58rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr auto;
    justify-content: start;
    padding: 1rem 1rem 0.35rem;
    row-gap: 0;
  }

  .about-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .results-topbar {
    gap: 0.7rem;
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding: 0.65rem 1rem;
  }

  .results-topbar-brand {
    grid-column: 1;
  }

  .results-topbar-actions {
    display: none;
  }

  .home-brand,
  .about-nav > a:first-child {
    display: flex;
    justify-content: flex-start;
    justify-self: start;
  }

  .home-brand img {
    height: 30px;
  }

  .site-mobile-menu-button {
    background: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    justify-self: end;
  }

  .results-topbar .site-mobile-menu-button {
    grid-column: 2;
  }

  .home-nav-actions,
  .site-header-actions,
  .results-topbar-nav {
    align-items: stretch;
    background: #ffffff !important;
    border: 1px solid rgba(47, 76, 255, 0.12);
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.35rem;
    justify-content: flex-start;
    left: 0;
    overflow: hidden;
    padding: 0.55rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.55rem);
    width: auto;
    z-index: 2001;
    opacity: 1 !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .results-topbar-nav {
    left: 1rem;
    right: 1rem;
  }

  .home-nav-actions.is-open,
  .site-header-actions.is-open,
  .results-topbar-nav.is-open {
    display: flex;
  }

  .home-nav-actions a,
  .site-header-actions a,
  .results-topbar-nav a {
    align-items: center;
    background: #ffffff !important;
    border: 1px solid rgba(47, 76, 255, 0.08);
    border-radius: 16px;
    color: #07113a;
    display: flex;
    flex: none;
    font-size: 0.92rem;
    font-weight: 900;
    justify-content: flex-start;
    min-height: 44px;
    padding: 0.72rem 0.9rem;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    opacity: 1 !important;
  }

  .home-nav-actions a:hover,
  .site-header-actions a:hover,
  .results-topbar-nav a:hover,
  .results-topbar-nav a.is-active {
    background: #eef3ff;
    border-bottom-color: transparent;
    color: #153dff;
  }

  .site-header-actions .btn,
  .home-login-link,
  .site-header-actions .btn-dark {
    border-radius: 16px !important;
    justify-content: flex-start;
    padding: 0.72rem 0.9rem !important;
  }

  .site-header-actions .btn:not(.btn-dark) {
    background: #ffffff !important;
    border-color: rgba(47, 76, 255, 0.12) !important;
    color: #07113a !important;
  }

  .home-nav-actions .home-login-link,
  .home-login-link,
  .site-header-actions .btn-dark,
  .site-header-actions .site-menu-login-link,
  .results-topbar-nav .site-mobile-login-link {
    background: #07113a !important;
    border-color: #07113a !important;
    color: #ffffff !important;
  }

  .results-topbar-nav .site-mobile-login-link {
    display: flex;
  }

  .home-nav-actions .home-login-link:hover,
  .site-header-actions .site-menu-login-link:hover,
  .results-topbar-nav .site-mobile-login-link:hover {
    background: #153dff !important;
    border-color: #153dff !important;
    color: #ffffff !important;
  }

  .home-hero-copy {
    max-width: none;
    padding: 1.05rem 0 0;
    text-align: left;
  }

  .home-kicker {
    font-size: 0.72rem;
    margin-bottom: 0.7rem;
    padding: 0.48rem 0.68rem;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.45rem, 12.4vw, 3.7rem);
    letter-spacing: -0.072em;
    margin-bottom: 0.8rem;
  }

  .home-hero-copy > p {
    font-size: 0.97rem;
    line-height: 1.48;
    margin-bottom: 1rem;
  }

  .home-search-panel,
  .home-stats-row {
    width: 100%;
  }

  .home-search-bar {
    align-items: center;
    border-radius: 18px;
    flex-direction: row;
    gap: 0.55rem;
    padding: 0.58rem;
  }

  .home-search-icon {
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 1.05rem;
    height: 44px;
    width: 44px;
  }

  .home-search-bar .form-control {
    background: transparent;
    border-radius: 0;
    flex: 1 1 auto;
    font-size: 0.88rem;
    min-height: 44px;
    min-width: 0;
    padding: 0;
  }

  .home-search-bar .btn {
    border-radius: 13px;
    flex: 0 0 44px;
    font-size: 0;
    gap: 0;
    justify-content: center;
    min-height: 44px;
    padding: 0;
    width: 44px;
  }

  .home-search-bar .btn i {
    font-size: 1rem;
  }

  .home-search-shortcuts {
    gap: 0.45rem;
    justify-content: flex-start;
    margin-top: 0.72rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .home-search-shortcuts::-webkit-scrollbar {
    display: none;
  }

  .home-page .home-search-chip {
    flex: 0 0 auto;
    font-size: 0.72rem;
    padding: 0.42rem 0.7rem;
    white-space: nowrap;
  }

  .home-location-status {
    min-height: 0;
  }

  .home-stats-row {
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.25rem;
    text-align: left;
  }

  .home-stats-row div {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(47, 76, 255, 0.08);
    border-radius: 18px;
    padding: 0.85rem;
  }

  .home-stats-row span {
    height: 34px;
    margin: 0;
    width: 34px;
  }

  .home-stats-row strong {
    font-size: 1rem;
  }

  .home-stats-row small {
    font-size: 0.72rem;
  }

  .home-hero-visual {
    display: none;
  }

  .home-feature-dock {
    border-radius: 24px;
    margin-top: 1.35rem;
    padding: 1.45rem 1rem;
  }

  .home-feature-dock h2 {
    font-size: 1.3rem;
    line-height: 1.15;
    margin-bottom: 1rem;
  }

  .home-feature-grid {
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-feature-grid article {
    padding: 0.2rem;
  }

  .home-feature-grid article strong {
    font-size: 0.82rem;
  }

  .home-feature-grid article p {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .home-integrations-row {
    gap: 0.9rem;
    padding: 1.25rem 0 0;
  }

  .home-integrations-row div {
    gap: 1rem;
  }

  .home-integrations-row img {
    max-height: 22px;
    max-width: 98px;
  }

  .home-app-download-strip {
    border-radius: 24px;
    gap: 1.25rem;
    margin-top: 1.35rem;
    min-height: 0;
    padding: 1.65rem 1rem 0;
    text-align: left;
  }

  .home-app-download-copy,
  .home-app-download-copy p {
    margin: 0;
    max-width: none;
  }

  .home-app-download-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    margin-bottom: 0.8rem;
  }

  .home-app-download-badges {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.15rem;
  }

  .home-app-download-badges a {
    min-height: auto;
    padding: 0;
  }

  .home-app-download-badges img {
    height: 32px;
    max-width: 132px;
  }

  .home-app-showcase-visual {
    min-height: 250px;
  }

  .home-phone-mockup {
    height: 295px;
    width: 184px;
  }

  .home-professional-pricing-section,
  .features-audience-section,
  .features-detail-section,
  .features-cta-section,
  .pricing-plans-section,
  .pricing-comparison-section,
  .pricing-faq-section {
    padding: 3rem 0;
  }
}

@media (max-width: 390px) {
  .home-hero-shell {
    background:
      radial-gradient(circle at 20% 0%, rgba(49, 82, 255, 0.1), transparent 16rem),
      linear-gradient(135deg, #ffffff 0%, #edf3ff 55%, #d9e4ff 100%);
  }

  .home-hero-copy {
    padding-top: 0.85rem;
  }

  .home-search-bar .btn {
    font-size: 0;
    padding: 0;
  }

  .home-search-bar .btn i {
    font-size: 1rem;
  }
}

/* Desktop hero navigation: improves contrast over the photo without making the header heavy. */
@media (min-width: 768px) {
  .home-navbar {
    padding-top: 1.35rem;
  }

  .home-nav-actions {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(47, 76, 255, 0.1);
    border-radius: 999px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.09);
    gap: 0.2rem;
    padding: 0.38rem;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .home-nav-actions a {
    border-radius: 999px;
    color: #07113a;
    display: inline-flex;
    line-height: 1;
    padding: 0.72rem 0.9rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  }

  .home-nav-actions a:hover {
    background: rgba(255, 255, 255, 0.88);
    color: #153dff;
  }

  .home-login-link {
    background: #07113a;
    border-color: #07113a;
    box-shadow: 0 12px 28px rgba(7, 17, 58, 0.16);
    color: #ffffff !important;
    text-shadow: none !important;
  }

  .home-login-link:hover {
    background: #153dff !important;
    border-color: #153dff !important;
    color: #ffffff !important;
  }
}

/* App download strip: use real app campaign screenshots instead of the CSS-only phone mockup. */
.home-app-showcase-visual--screens {
  align-items: stretch;
  isolation: isolate;
  min-height: 430px;
  overflow: visible;
}

.home-app-screen-card {
  background: #fffafa;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(16, 24, 56, 0.22);
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.home-app-screen-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.home-app-screen-card--primary {
  bottom: -78px;
  height: 520px;
  right: 126px;
  transform: rotate(-4deg);
  width: 240px;
  z-index: 3;
}

.home-app-screen-card--secondary {
  height: 445px;
  right: 0;
  top: 10px;
  transform: rotate(5deg);
  width: 205px;
  z-index: 2;
}

.home-app-screen-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(197, 38, 52, 0.1);
  border-radius: 999px;
  box-shadow: 0 20px 42px rgba(16, 24, 56, 0.14);
  color: #111827;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 0.5rem;
  padding: 0.62rem 0.88rem;
  position: absolute;
  z-index: 4;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.home-app-screen-badge i {
  align-items: center;
  background: #c52634;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  height: 1.7rem;
  justify-content: center;
  width: 1.7rem;
}

.home-app-screen-badge--workouts {
  left: 12px;
  top: 48px;
}

.home-app-screen-badge--nutrition {
  bottom: 52px;
  right: 22px;
}

@media (max-width: 991px) {
  .home-app-showcase-visual--screens {
    min-height: 380px;
    width: min(100%, 430px);
  }

  .home-app-screen-card--primary {
    bottom: -52px;
    height: 420px;
    left: 12%;
    right: auto;
    width: 194px;
  }

  .home-app-screen-card--secondary {
    height: 360px;
    right: 12%;
    top: 18px;
    width: 166px;
  }
}

@media (max-width: 575px) {
  .home-app-showcase-visual--screens {
    min-height: 315px;
    width: 100%;
  }

  .home-app-screen-card {
    border-radius: 24px;
  }

  .home-app-screen-card--primary {
    bottom: -42px;
    height: 330px;
    left: 7%;
    width: 152px;
  }

  .home-app-screen-card--secondary {
    height: 292px;
    right: 5%;
    top: 18px;
    width: 134px;
  }

  .home-app-screen-badge {
    font-size: 0.7rem;
    padding: 0.48rem 0.62rem;
  }

  .home-app-screen-badge i {
    height: 1.35rem;
    width: 1.35rem;
  }

  .home-app-screen-badge--workouts {
    left: 1%;
    top: 18px;
  }

  .home-app-screen-badge--nutrition {
    bottom: 26px;
    right: 0;
  }
}

/* Large headings readability pass: keeps the bold identity without letters colliding. */
.home-hero-copy h1,
.features-page-hero h1,
.pricing-hero h1,
.about-hero h1,
.legal-hero-content h1,
.professional-profile-hero h1,
.search-results-hero h1,
.profile-public-hero h1,
.home-app-download-copy h2 {
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.home-hero-copy h1,
.home-app-download-copy h2 {
  letter-spacing: -0.045em;
}

@media (max-width: 767px) {
  .home-hero-copy h1,
  .features-page-hero h1,
  .pricing-hero h1,
  .about-hero h1,
  .legal-hero-content h1,
  .professional-profile-hero h1,
  .search-results-hero h1,
  .profile-public-hero h1,
  .home-app-download-copy h2 {
    letter-spacing: -0.025em;
    line-height: 1.06;
  }
}
