.site-header-phone-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  margin-left: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid #52879b;
  color: #52879b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.site-header-phone-button:hover,
.site-header-phone-button:focus {
  background: rgba(82, 135, 155, 0.08);
  color: #52879b;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: none;
}

.site-header-phone-button i {
  transform: scaleX(-1);
}

.site-mobile-quote-cta {
  display: none;
}

@media (max-width: 575px) {
  .site-header-phone-button span {
    display: none;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .site-mobile-quote-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 16px 22px;
    border-radius: 999px;
    background: #52879b;
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 39, 66, 0.24);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }

  .site-mobile-quote-cta:hover,
  .site-mobile-quote-cta:focus {
    background: #47798d;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
  }

  .site-mobile-quote-cta i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff;
    color: #52879b;
    font-size: 13px;
  }
}

.astroon-titlebar-default {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  padding: 72px 0 84px;
  background:
    radial-gradient(circle at top right, rgba(82, 135, 155, 0.24), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.09), transparent 25%),
    linear-gradient(135deg, #09172b 0%, #0f2742 52%, #173a61 100%);
}

.astroon-titlebar-default::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.68));
}

.astroon-titlebar-default .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 28px; */
}

.astroon-titlebar-default .astroon-title-post {
  min-width: 60%;
}

.astroon-titlebar-default .astroon-title-post h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  line-height: 1.02;
  text-wrap: balance;
}

body.single-post .astroon-titlebar-default .astroon-title-post h1,
body.single-portfolio .astroon-titlebar-default .astroon-title-post h1 {
  font-size: clamp(1.9rem, 2.8vw, 3.3rem);
  line-height: 1.06;
}

body.single-post .astroon-titlebar-default .astroon-title-post--long h1,
body.single-portfolio .astroon-titlebar-default .astroon-title-post--long h1 {
  font-size: clamp(1.75rem, 2.45vw, 2.8rem);
  line-height: 1.08;
}

body.single-post .astroon-titlebar-default .astroon-title-post--very-long h1,
body.single-portfolio .astroon-titlebar-default .astroon-title-post--very-long h1 {
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1.12;
}

.astroon-titlebar-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.94);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.astroon-titlebar-default .breadcrumbs {
  min-width: 40%;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.8);
}

.astroon-titlebar-default .breadcrumbs span a,
.astroon-titlebar-default .breadcrumbs .kb_sep i {
  color: rgba(255, 255, 255, 0.8);
}

.astroon-titlebar-default .breadcrumbs .kb_title {
  color: #fff;
}

.astroon-titlebar-default .breadcrumbs span a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .site-header-phone-button {
    padding: 10px 13px;
    font-size: 13px;
  }

  .astroon-titlebar-default {
    padding: 56px 0 64px;
  }

  .astroon-titlebar-default .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .astroon-titlebar-default .astroon-title-post,
  .astroon-titlebar-default .breadcrumbs {
    min-width: 100%;
  }

  .astroon-titlebar-default .breadcrumbs {
    justify-content: flex-start;
  }
}

.astroon-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px 24px;
  text-align: center;
}

.astroon-footer__menu {
  width: auto;
}

.astroon-footer__nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
}

.astroon-footer__nav li {
  margin: 0;
  padding: 0;
}

.astroon-footer__copyright {
  margin: 0;
  color: inherit;
  text-align: center;
}
