/* Targeted improvements derived from the agency audit dated 09.07.2026. */
.audit-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: #d97706;
  vertical-align: middle;
  flex: 0 0 auto;
}

.ui-icon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  color: currentColor;
  vertical-align: -.18em;
}

.top-bar__phone .ui-icon,
.top-bar__email .ui-icon,
.btn .ui-icon {
  margin-right: .18rem;
}

.review-card--portal {
  color: var(--color-text);
  text-decoration: none;
}

.review-card--portal:hover {
  border-color: rgba(247, 147, 30, .4);
  transform: translateY(-3px);
}

.review-card--portal .review-card__source {
  width: fit-content;
}

.review-card--portal .review-card__text {
  font-style: normal;
}

.review-portal-card__platform {
  display: block;
  color: var(--color-text);
  font-size: 1.1rem;
  font-weight: 800;
}

.review-portal-card__date {
  display: block;
  margin-top: auto;
  color: var(--color-text-muted);
  font-size: .76rem;
}

.homepage .header__cta > .btn {
  background: transparent;
  color: #0f172a;
  border: 1px solid #cbd5e1;
  box-shadow: none;
}

.homepage .header__cta > .btn:hover {
  background: #fff7ed;
  border-color: #f7931e;
  color: #0f172a;
}

.homepage .home-hero__bg {
  opacity: .4;
  filter: saturate(.94) contrast(1.04);
}

.homepage .home-hero__gradient {
  background:
    linear-gradient(110deg, rgba(8, 13, 23, .97) 0%, rgba(15, 23, 42, .91) 46%, rgba(15, 23, 42, .43) 100%),
    radial-gradient(circle at 15% 18%, rgba(247, 147, 30, .14) 0%, rgba(247, 147, 30, 0) 24%);
}

.homepage .home-hero__badge::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .14);
}

.home-hero__contact {
  display: inline-grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: .75rem;
  max-width: 31rem;
  margin: 0 0 1rem;
  padding: .55rem .8rem .55rem .55rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 16px 34px rgba(1, 6, 18, .16);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-hero__contact-image {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(247, 147, 30, .7);
  border-radius: 13px;
  object-fit: cover;
  object-position: 50% 28%;
  background: #1e293b;
}

.home-hero__contact-copy {
  display: grid;
  gap: .05rem;
  min-width: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  line-height: 1.35;
}

.home-hero__contact-copy strong {
  color: #fff;
  font-size: .86rem;
}

.home-hero__contact-copy a {
  color: #fdba74;
  font-weight: 800;
}

.homepage .hero-form__opt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem;
  min-height: 46px;
  text-align: left;
}

.homepage .hero-form__btn {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-form__privacy {
  position: relative;
  z-index: 1;
  margin: .7rem 0 0;
  color: #64748b;
  font-size: .7rem;
  line-height: 1.5;
}

.hero-form__privacy a {
  color: #9a3412;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.homepage .service-tile__icon,
.homepage .feature-card__icon,
.homepage .price-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d97706;
}

.homepage .service-tile__icon .audit-icon {
  width: 2rem;
  height: 2rem;
}

.homepage .feature-card__icon .audit-icon,
.homepage .price-card__icon .audit-icon {
  width: 1.8rem;
  height: 1.8rem;
}

.review-card__provenance {
  margin-top: 1rem;
  padding-top: .75rem;
  border-top: 1px solid rgba(15, 23, 42, .08);
  color: #64748b;
  font-size: .72rem;
  line-height: 1.45;
}

.review-card__provenance a {
  color: #9a3412;
  font-weight: 700;
}

.audit-owner-strip {
  padding: 1.25rem 0 2.25rem;
  background: #f8fafc;
  scroll-margin-top: 96px;
}

.audit-owner-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.audit-owner-card__portrait {
  display: block;
  width: 72px;
  aspect-ratio: 293 / 328;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 18px;
  background: #0f172a;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .2);
}

.audit-owner-card__image,
.audit-person-panel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.audit-owner-card__copy strong,
.audit-owner-card__copy span {
  display: block;
}

.audit-owner-card__copy strong {
  margin-bottom: .2rem;
  color: #0f172a;
  font-size: 1rem;
}

.audit-owner-card__copy span {
  color: #475569;
  font-size: .9rem;
  line-height: 1.5;
}

.audit-owner-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: flex-end;
}

.audit-history-note {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: .5rem 0 1.2rem;
  padding: .55rem .8rem;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  font-size: .82rem;
  font-weight: 800;
}

.audit-person-panel {
  margin-top: 1.4rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(247, 147, 30, .18);
  border-radius: 20px;
  background: linear-gradient(180deg, #fffaf4 0%, #fff 100%);
  scroll-margin-top: 96px;
}

.audit-person-panel--with-portrait {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 1.15rem;
}

.audit-person-panel__portrait {
  display: block;
  width: 112px;
  aspect-ratio: 293 / 328;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 20px;
  background: #0f172a;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .16);
}

.audit-person-panel__content {
  min-width: 0;
}

.audit-person-panel strong,
.audit-person-panel span {
  display: block;
}

.audit-person-panel strong {
  color: #0f172a;
  font-size: 1.05rem;
}

.audit-person-panel span {
  margin-top: .25rem;
  color: #475569;
  line-height: 1.55;
}

.audit-person-panel__links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: .9rem;
}

.audit-location-figure {
  margin: 0;
}

.audit-location-figure figcaption {
  margin-top: .65rem;
  color: #64748b;
  font-size: .8rem;
  line-height: 1.5;
}

.contact-map {
  margin-top: 1.1rem;
}

.contact-map__slot {
  position: relative;
  width: 100%;
  height: clamp(320px, 42vw, 460px);
  min-height: 320px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 18px;
  background: linear-gradient(145deg, #f8fafc, #eef2f7);
}

.contact-map__placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  text-align: center;
}

.contact-map__slot > .consent-embed__iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  border: 0;
}

.contact-map.is-loaded .contact-map__slot {
  background: #e5e7eb;
}

.contact-map__placeholder-inner {
  max-width: 34rem;
}

.contact-map__placeholder h5 {
  margin: 0 0 .55rem;
  color: #0f172a;
  font-size: 1.05rem;
}

.contact-map__placeholder p {
  margin: 0 0 1rem;
  color: #475569;
  line-height: 1.6;
}

.contact-map__note {
  margin-top: .65rem;
  color: #64748b;
  font-size: .75rem;
  line-height: 1.5;
}

.contact-directions {
  display: grid;
  gap: .75rem;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #f8fafc;
}

.contact-directions p {
  margin: 0;
  color: #475569;
  font-size: .86rem;
  line-height: 1.55;
}

.contact-directions strong {
  color: #0f172a;
}

.contact-directions .contact-directions__source {
  padding-top: .7rem;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: .72rem;
}

.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.contact-social-links .btn {
  flex: 1 1 7.5rem;
  justify-content: center;
  min-width: 0;
}

.footer__company-owner {
  margin-top: .75rem;
  color: rgba(255, 255, 255, .74);
  font-size: .8rem;
  line-height: 1.5;
}

@media (min-width: 1100px) {
  .homepage .home-hero .container {
    width: min(100% - 3rem, 1560px);
    max-width: 1560px;
    padding-inline: 0;
    grid-template-columns: minmax(0, 1.28fr) minmax(460px, 520px);
    gap: clamp(2rem, 3.6vw, 5rem);
  }

  .homepage .home-hero__text {
    max-width: 820px;
  }

  .homepage .home-hero__title {
    max-width: 13.4ch;
  }

  .homepage .home-hero__sub {
    max-width: 48ch;
  }

  .homepage .home-hero__reviews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 800px;
  }

  .homepage .hero-form {
    width: min(100%, 520px);
  }
}

@media (max-width: 900px) {
  .audit-owner-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .audit-owner-card__links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .grid--2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid--2 > * {
    min-width: 0;
  }

  .audit-owner-card {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: start;
  }

  .audit-owner-card__portrait {
    width: 64px;
    border-radius: 16px;
  }

  .audit-owner-card__links {
    grid-column: 1 / -1;
  }

  .audit-person-panel--with-portrait {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .audit-person-panel__portrait {
    width: 96px;
  }

  .audit-owner-card__links .btn,
  .audit-person-panel__links .btn {
    width: 100%;
    justify-content: center;
  }

  .home-hero__contact {
    max-width: 100%;
  }
}
