.biklin-service-landing,
.biklin-firma-landing,
.biklin-service-landing button,
.biklin-firma-landing button,
.biklin-service-landing input,
.biklin-firma-landing input,
.biklin-service-landing select,
.biklin-firma-landing select,
.biklin-service-landing textarea,
.biklin-firma-landing textarea {
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
}

.biklin-service-landing .site-header,
.biklin-firma-landing .site-header {
  background: rgba(3, 16, 31, .96);
}

.service-lp,
.firma-lp {
  --bl-navy: #03101f;
  --bl-navy-2: #071f3f;
  --bl-blue: #0c315e;
  --bl-yellow: #ffc21a;
  --bl-text: #10233f;
  --bl-muted: #566579;
  --bl-line: #dbe4ee;
  --bl-pale: #f3f7fb;
  background: #fff;
  color: var(--bl-text);
  overflow: clip;
}

.service-lp h1,
.firma-lp h1,
.service-lp h2,
.firma-lp h2,
.service-lp h3,
.firma-lp h3,
.service-lp p,
.firma-lp p,
.service-lp figure,
.firma-lp figure,
.service-lp ul,
.firma-lp ul,
.service-lp ol,
.firma-lp ol {
  margin-top: 0;
}

.service-lp h1,
.firma-lp h1,
.service-lp h2,
.firma-lp h2,
.service-lp h3,
.firma-lp h3 {
  letter-spacing: 0;
}

.service-lp h2,
.firma-lp h2 {
  color: var(--bl-text);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.08;
}

.service-lp h3,
.firma-lp h3 {
  line-height: 1.2;
}

.service-lp p,
.firma-lp p {
  color: var(--bl-muted);
  line-height: 1.68;
}

.service-lp .button,
.firma-lp .button {
  border-radius: 6px;
  letter-spacing: 0;
  min-height: 50px;
  padding-inline: 22px;
}

.service-lp .button--primary,
.firma-lp .button--primary {
  background: var(--bl-yellow);
  box-shadow: 0 12px 30px rgba(255, 194, 26, .22);
}

.service-lp .button--outline,
.firma-lp .button--outline {
  background: transparent;
  border-color: #aebdcb;
  color: var(--bl-text);
}

.service-lp .button--outline:hover,
.firma-lp .button--outline:hover {
  border-color: var(--bl-navy-2);
}

.service-lp .button--dark,
.firma-lp .button--dark {
  background: var(--bl-navy-2);
  color: #fff;
}

.bl-section {
  padding-block: clamp(64px, 7vw, 96px);
}

.bl-heading {
  margin-bottom: clamp(28px, 4vw, 48px);
  max-width: 720px;
}

.bl-heading > span {
  color: #9b7100;
  display: block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.bl-heading h2 {
  margin-bottom: 14px;
}

.bl-heading p {
  margin-bottom: 0;
  max-width: 65ch;
}

.bl-heading--center {
  margin-inline: auto;
  text-align: center;
}

.bl-hero {
  background: var(--bl-navy);
  color: #fff;
  min-height: 630px;
  position: relative;
}

.bl-breadcrumbs {
  align-items: center;
  color: rgba(255, 255, 255, .66);
  display: flex;
  flex-wrap: wrap;
  font-size: .79rem;
  gap: 8px;
  padding-block: 10px 0;
}

.bl-breadcrumbs a {
  text-decoration: none;
}

.bl-breadcrumbs a:hover {
  color: var(--bl-yellow);
}

.bl-hero__grid {
  align-items: stretch;
  display: grid;
  min-height: 560px;
}

.bl-hero__content {
  align-self: center;
  padding-block: 52px 58px;
  position: relative;
  z-index: 2;
}

.bl-hero h1 {
  color: #fff;
  font-size: clamp(2.45rem, 6.6vw, 4.75rem);
  font-weight: 700;
  line-height: .99;
  margin-bottom: 15px;
  max-width: 720px;
}

.service-hub .bl-hero h1 {
  font-size: clamp(2.25rem, 5.7vw, 4.05rem);
  max-width: 650px;
}

.service-hub--apartment .bl-hero h1 {
  font-size: clamp(2.2rem, 4.6vw, 3.35rem);
  line-height: 1.04;
  max-width: 610px;
}

.firma-local-lp .bl-hero h1,
.apartment-local-lp .bl-hero h1,
.clearance-local-lp .bl-hero h1,
.upholstery-local-lp .bl-hero h1,
.service-lp:not(.service-hub) .bl-hero h1 {
  font-size: clamp(2.15rem, 3.9vw, 3.55rem) !important;
  line-height: 1.06;
  max-width: 760px;
}

.bl-hero__lead {
  color: var(--bl-yellow) !important;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  font-weight: 650;
  line-height: 1.25 !important;
  margin-bottom: 22px;
  max-width: 620px;
}

.bl-hero__content > p:not(.bl-hero__lead) {
  color: rgba(255, 255, 255, .86);
  max-width: 57ch;
}

.bl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bl-proof {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 44px 0 0;
}

.bl-proof li {
  align-items: center;
  color: rgba(255, 255, 255, .9);
  display: flex;
  font-size: .9rem;
  font-weight: 650;
  gap: 10px;
}

.bl-proof .biklin-icon {
  color: var(--bl-yellow);
  flex: 0 0 auto;
  height: 30px;
  width: 30px;
}

.bl-hero__media {
  height: clamp(320px, 72vw, 520px);
  margin: 0 -20px;
  overflow: hidden;
  position: relative;
}

.bl-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  width: 100%;
}

.bl-audiences {
  background: #fff;
  border-bottom: 1px solid var(--bl-line);
  padding-block: 30px;
}

.bl-audiences h2 {
  font-size: 1.42rem;
  margin-bottom: 24px;
  text-align: center;
}

.bl-audiences ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.bl-audiences li {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-align: center;
}

.bl-audiences .biklin-icon {
  color: #e9a900;
  height: 40px;
  width: 40px;
}

.bl-audiences strong {
  font-size: .9rem;
  line-height: 1.3;
}

.bl-services {
  background: #fff;
}

.bl-services__grid {
  display: grid;
  gap: 22px;
}

.bl-service {
  align-items: stretch;
  background:
    linear-gradient(180deg, #fff, #f9fbfd);
  border: 1px solid rgba(16, 35, 63, .1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 35, 63, .07);
  display: grid;
  gap: 18px;
  grid-template-columns: 128px 1fr;
  padding: 18px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bl-service:hover {
  border-color: rgba(255, 194, 26, .42);
  box-shadow: 0 24px 56px rgba(16, 35, 63, .1);
  transform: translateY(-2px);
}

.bl-service img {
  aspect-ratio: 1.15;
  border-radius: 6px;
  height: 100%;
  max-height: 140px;
  object-fit: cover;
  width: 100%;
}

.clearance-service,
.apartment-service,
.upholstery-service {
  grid-template-columns: 64px 1fr;
}

.clearance-service > .biklin-icon,
.apartment-service > .biklin-icon,
.upholstery-service > .biklin-icon {
  align-self: start;
  background: #fff7dc;
  border: 1px solid rgba(255, 194, 26, .38);
  border-radius: 8px;
  color: var(--bl-yellow);
  height: 64px;
  padding: 14px;
  width: 64px;
}

.bl-service h3 {
  font-size: 1.15rem;
  margin-bottom: 7px;
}

.bl-service p {
  font-size: .93rem;
  line-height: 1.55;
  margin-bottom: 10px;
}

.bl-service a,
.bl-text-link,
.bl-rhythm article a {
  color: #8f6800;
  font-size: .84rem;
  font-weight: 700;
  text-decoration: none;
}

.bl-service a span,
.bl-text-link span {
  margin-left: 6px;
}

.bl-services__more {
  margin: 0;
  padding-top: 54px;
  text-align: center;
}

.bl-effects {
  background: var(--bl-pale);
}

.bl-effects__grid {
  display: grid;
  gap: 16px;
}

.bl-effects__side {
  display: grid;
  gap: 16px;
}

.bl-comparison {
  margin: 0;
  position: relative;
}

.bl-comparison img {
  aspect-ratio: 2.15;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bl-comparison--large img {
  aspect-ratio: 1.65;
}

.bl-comparison figcaption {
  background: rgba(3, 16, 31, .9);
  bottom: 12px;
  color: #fff;
  font-size: .8rem;
  font-weight: 650;
  left: 12px;
  padding: 7px 10px;
  position: absolute;
}

.bl-benefits {
  background: var(--bl-navy-2);
  color: #fff;
  padding-block: 46px;
}

.bl-benefits__grid {
  display: grid;
  gap: 26px;
}

.bl-benefits h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  margin-bottom: 0;
}

.bl-benefits article {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  gap: 14px;
  padding-top: 22px;
}

.bl-benefits .biklin-icon {
  color: var(--bl-yellow);
  flex: 0 0 auto;
  height: 36px;
  width: 36px;
}

.bl-benefits h3 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.bl-benefits p {
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.bl-process {
  background: #fff;
}

.bl-process__steps {
  display: grid;
  gap: 28px;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.bl-process__steps li,
.bl-process__steps article {
  border-left: 1px solid var(--bl-line);
  padding-left: 58px;
  position: relative;
}

.bl-process__number {
  align-items: center;
  background: var(--bl-navy-2);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: .78rem;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  left: -15px;
  position: absolute;
  top: 0;
  width: 30px;
}

.bl-process__steps .biklin-icon {
  color: #e4a600;
  height: 46px;
  margin-bottom: 12px;
  width: 46px;
}

.bl-process__steps h3 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.bl-process__steps p {
  font-size: .88rem;
  margin-bottom: 0;
}

.bl-pricing {
  background: var(--bl-pale);
}

.bl-pricing__grid {
  display: grid;
  gap: 32px;
}

.bl-pricing__content > p {
  max-width: 68ch;
}

.bl-pricing__content ul,
.bl-check-list,
.bl-area__content ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.bl-pricing__content li,
.bl-check-list li,
.bl-area__content li {
  padding-left: 24px;
  position: relative;
}

.bl-pricing__content li::before,
.bl-check-list li::before,
.bl-area__content li::before {
  color: #d99e00;
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.bl-quote {
  background: var(--bl-yellow);
  border-radius: 6px;
  color: var(--bl-navy);
  padding: clamp(28px, 5vw, 48px);
}

.bl-quote h3 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin-bottom: 14px;
}

.bl-quote p {
  color: rgba(3, 16, 31, .78);
}

.bl-quote__phone {
  display: block;
  font-size: 1.16rem;
  font-weight: 700;
  margin-top: 18px;
  text-decoration: none;
}

.clearance-trust {
  background: #fff;
  border-bottom: 1px solid rgba(16, 35, 63, .08);
  padding-block: clamp(18px, 3vw, 28px);
}

.clearance-trust__grid {
  display: grid;
  gap: 12px;
}

.clearance-trust article {
  align-items: flex-start;
  background: #f8fbff;
  border: 1px solid rgba(16, 35, 63, .08);
  border-radius: 10px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 16px;
}

.clearance-trust .biklin-icon {
  color: var(--bl-yellow);
  height: 30px;
  width: 30px;
}

.clearance-trust h3 {
  color: var(--bl-navy);
  font-size: 1rem;
  margin: 0 0 4px;
}

.clearance-trust p {
  color: var(--bl-muted);
  font-size: .9rem;
  line-height: 1.5;
  margin: 0;
}

.clearance-price-cards {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.clearance-price-cards article {
  background: #fff;
  border: 1px solid rgba(16, 35, 63, .09);
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(16, 35, 63, .06);
  padding: 18px;
}

.clearance-price-cards span {
  color: var(--bl-muted);
  display: block;
  font-size: .82rem;
  font-weight: 850;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.clearance-price-cards strong {
  color: var(--bl-navy);
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  line-height: 1;
  margin-bottom: 10px;
}

.clearance-price-cards p {
  color: var(--bl-muted);
  font-size: .92rem;
  line-height: 1.52;
  margin: 0;
}

.clearance-allin {
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 194, 26, .16), transparent 18rem),
    linear-gradient(135deg, #03101f 0%, #071f3f 100%);
  color: #fff;
}

.clearance-allin__inner {
  display: grid;
  gap: 24px;
}

.clearance-allin h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 8px 0 14px;
  max-width: 780px;
}

.clearance-allin p {
  color: rgba(255, 255, 255, .78);
  max-width: 760px;
}

.clearance-allin ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.clearance-allin li {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  color: rgba(255, 255, 255, .9);
  font-weight: 800;
  padding: 14px 16px;
}

.bl-editorial {
  background: #fff;
}

.bl-editorial__grid {
  display: grid;
  gap: 40px;
}

.bl-editorial__columns {
  display: grid;
  gap: 20px;
}

.bl-editorial__columns p {
  margin-bottom: 0;
}

.bl-editorial__content > h3 {
  font-size: 1.12rem;
  margin: 32px 0 16px;
}

.bl-check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bl-editorial__media {
  margin: 0;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.bl-editorial__media img {
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bl-editorial__media figcaption {
  background: rgba(3, 16, 31, .94);
  bottom: 20px;
  color: #fff;
  display: grid;
  gap: 4px;
  left: 20px;
  max-width: 310px;
  padding: 18px;
  position: absolute;
  right: 20px;
}

.bl-editorial__media figcaption span {
  color: rgba(255, 255, 255, .7);
  font-size: .85rem;
}

.bl-clean-zone {
  background:
    radial-gradient(circle at 8% 10%, rgba(45, 126, 214, .24), transparent 28rem),
    radial-gradient(circle at 92% 38%, rgba(255, 194, 26, .12), transparent 24rem),
    radial-gradient(circle at 12% 82%, rgba(66, 169, 255, .14), transparent 30rem),
    linear-gradient(160deg, #03101f 0%, #071f3f 44%, #092b55 70%, #041427 100%);
  overflow: clip;
  position: relative;
}

.bl-clean-zone::before,
.bl-clean-zone::after {
  border: 1px solid rgba(107, 184, 255, .18);
  border-left: 0;
  border-right: 0;
  content: "";
  height: 240px;
  pointer-events: none;
  position: absolute;
  transform: rotate(-8deg);
  width: 120%;
}

.bl-clean-zone::before {
  left: -10%;
  top: 18%;
}

.bl-clean-zone::after {
  bottom: 10%;
  left: -8%;
  opacity: .7;
}

.bl-clean-zone > section {
  position: relative;
  z-index: 1;
}

.bl-area {
  background:
    radial-gradient(circle at 9% 8%, rgba(45, 126, 214, .22), transparent 28rem),
    radial-gradient(circle at 88% 34%, rgba(255, 194, 26, .12), transparent 24rem),
    linear-gradient(155deg, #03101f 0%, #071f3f 48%, #092a52 72%, #041427 100%);
  color: #fff;
}

.bl-area__grid {
  display: grid;
  gap: 46px;
}

.bl-area__map {
  align-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 194, 26, .12), transparent 28%),
    linear-gradient(145deg, rgba(3, 16, 31, .92), rgba(7, 31, 63, .98));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(3, 16, 31, .36);
  display: flex;
  justify-content: center;
  min-height: 350px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.bl-area__map img {
  height: 100%;
  max-height: none;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: .94;
  padding: clamp(18px, 3vw, 34px);
  width: 100%;
}

.bl-area__badge {
  background: rgba(255, 194, 26, .95);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 16px 36px rgba(3, 16, 31, .24);
  color: var(--bl-navy);
  font-size: .82rem;
  font-weight: 800;
  left: 18px;
  padding: 9px 14px;
  position: absolute;
}

.bl-area__content ul {
  gap: 10px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block: 22px;
}

.bl-area__content {
  background: rgba(3, 16, 31, .48);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(3, 16, 31, .24);
  padding: clamp(26px, 4vw, 44px);
}

.bl-area .bl-heading > span {
  color: var(--bl-yellow);
}

.bl-area h2,
.bl-area p,
.bl-area li,
.bl-area a {
  color: #fff;
}

.bl-area p {
  color: rgba(255, 255, 255, .78);
}

.bl-area__notes {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 30px;
}

.bl-area__notes span {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  font-size: .83rem;
  font-weight: 650;
  padding: 12px 14px;
}

.bl-text-link {
  display: inline-flex;
  margin-top: 8px;
}

.bl-rhythm {
  background: transparent;
  padding-block: 70px;
}

.bl-rhythm h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.1;
  margin-bottom: 32px;
  max-width: 720px;
}

.bl-rhythm__grid {
  display: grid;
  gap: 16px;
}

.bl-rhythm article {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  padding: 26px;
}

.bl-rhythm article h3 {
  color: #fff;
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.bl-rhythm article p {
  color: rgba(255, 255, 255, .76);
  margin-bottom: 10px;
  max-width: 58ch;
}

.bl-rhythm article a {
  color: var(--bl-yellow);
}

.bl-seo {
  background: transparent;
}

.bl-seo__grid {
  align-items: start;
  display: grid;
  gap: 42px;
}

.bl-seo__content {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(3, 16, 31, .22);
  max-width: 780px;
  padding: clamp(28px, 4.5vw, 48px);
}

.bl-seo__content .bl-heading {
  margin-bottom: 22px;
}

.bl-seo__body {
  display: grid;
  gap: 18px;
}

.bl-seo__body p {
  margin-bottom: 0;
}

.bl-seo__media {
  margin: 0;
  position: relative;
}

.bl-seo__media img {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  box-shadow: var(--shadow-card, 0 28px 60px rgba(6, 26, 51, .14));
  object-fit: cover;
  width: 100%;
}

.bl-seo__media figcaption {
  background: var(--bl-navy-2);
  border-radius: 8px;
  bottom: 18px;
  color: #fff;
  display: grid;
  gap: 2px;
  left: 18px;
  max-width: 280px;
  padding: 16px;
  position: absolute;
  right: 18px;
}

.bl-seo__media figcaption span {
  color: rgba(255, 255, 255, .72);
  font-size: .85rem;
}

.bl-seo__districts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.bl-seo__districts li {
  background: #fff7dc;
  border: 1px solid rgba(255, 194, 26, .38);
  border-radius: 999px;
  color: var(--bl-navy-2);
  font-size: .84rem;
  font-weight: 700;
  padding: 8px 12px;
}

.bl-seo__side {
  display: grid;
  gap: 18px;
}

.bl-crm-card {
  background: rgba(7, 31, 63, .88);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(3, 16, 31, .2);
  color: #fff;
  padding: clamp(24px, 4vw, 34px);
}

.bl-crm-card > span {
  color: var(--bl-yellow);
  display: block;
  font-size: .76rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bl-crm-card h3 {
  color: #fff;
  font-size: clamp(1.32rem, 2.4vw, 1.72rem);
  line-height: 1.12;
  margin-bottom: 12px;
}

.bl-crm-card p {
  color: rgba(255, 255, 255, .76);
  margin-bottom: 0;
}

.clearance-local__cards .bl-crm-card:nth-child(even),
.apartment-local__cards .bl-crm-card:nth-child(even),
.upholstery-local__cards .bl-crm-card:nth-child(even) {
  background: rgba(255, 194, 26, .96);
  color: var(--bl-navy-2);
}

.clearance-local__cards .bl-crm-card:nth-child(even) h3,
.clearance-local__cards .bl-crm-card:nth-child(even) p,
.apartment-local__cards .bl-crm-card:nth-child(even) h3,
.apartment-local__cards .bl-crm-card:nth-child(even) p,
.upholstery-local__cards .bl-crm-card:nth-child(even) h3,
.upholstery-local__cards .bl-crm-card:nth-child(even) p {
  color: var(--bl-navy-2);
}

.bl-faq {
  background: transparent;
}

.bl-faq .bl-heading > span {
  color: var(--bl-yellow);
}

.bl-faq h2 {
  color: #fff;
}

.service-hub-faq .bl-heading h2 {
  color: var(--bl-navy-2);
}

.service-hub-faq .bl-heading p {
  color: var(--bl-muted);
}

.bl-faq__list {
  display: grid;
  gap: 14px;
  margin-inline: auto;
  max-width: 980px;
}

.bl-faq details {
  background: #fff;
  border: 1px solid rgba(16, 35, 63, .1);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(16, 35, 63, .05);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bl-faq details[open] {
  border-color: rgba(255, 194, 26, .36);
  box-shadow: 0 20px 48px rgba(16, 35, 63, .08);
  transform: translateY(-1px);
}

.bl-faq summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 650;
  list-style: none;
  min-height: 58px;
  padding: 19px 76px 19px 22px;
  position: relative;
}

.bl-faq summary::-webkit-details-marker {
  display: none;
}

.bl-faq summary {
  --faq-icon-bg: #fff7dc;
  background: radial-gradient(circle at calc(100% - 39px) 50%, var(--faq-icon-bg) 0 16px, transparent 17px);
  transition: background .22s ease;
}

.bl-faq summary::before {
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 194, 26, .5);
  content: "";
  height: 34px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: box-shadow .22s ease;
  width: 34px;
}

.bl-faq summary::after {
  color: var(--bl-navy-2);
  content: "+";
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-54%) rotate(0deg);
  transition: transform .22s ease;
}

.bl-faq details[open] summary {
  --faq-icon-bg: var(--bl-yellow);
}

.bl-faq details[open] summary::before {
  box-shadow: inset 0 0 0 1px rgba(255, 194, 26, .75);
}

.bl-faq details[open] summary::after {
  content: "−";
  transform: translateY(-56%) rotate(180deg);
}

.bl-faq details > p,
.bl-faq details > div {
  animation: bl-faq-reveal .26s ease;
  color: var(--bl-muted);
  line-height: 1.72;
  margin: 0;
  max-width: 80ch;
  overflow: hidden;
  padding: 2px 76px 28px 22px;
  transition: max-height .28s ease, opacity .22s ease, padding-bottom .28s ease, padding-top .28s ease;
}

.bl-faq details.is-closing > p,
.bl-faq details.is-closing > div {
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.bl-faq details > div p {
  margin: 0 0 12px;
  padding: 0;
}

.bl-faq details > div p:last-child {
  margin-bottom: 0;
}

.bl-final {
  background: var(--bl-navy-2);
  color: #fff;
  padding-block: 48px;
}

.bl-final__inner {
  align-items: center;
  display: grid;
  gap: 28px;
}

.bl-final h2 {
  color: #fff;
  margin-bottom: 8px;
}

.bl-final p {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
}

.bl-final .bl-actions {
  margin-top: 0;
}

.bl-mobile-cta {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -12px 32px rgba(3, 16, 31, .16);
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  z-index: 180;
}

.bl-mobile-cta a {
  align-items: center;
  display: flex;
  font-size: .82rem;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  text-decoration: none;
}

.bl-mobile-cta a:first-child {
  border: 1px solid var(--bl-line);
  color: var(--bl-navy-2);
}

.bl-mobile-cta a:last-child {
  background: var(--bl-yellow);
  color: var(--bl-navy);
}

.biklin-service-landing .site-footer {
  padding-bottom: 76px;
}

@media (min-width: 640px) {
  .bl-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (min-width: 760px) {
  .bl-audiences ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bl-audiences li + li {
    border-left: 1px solid var(--bl-line);
  }

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

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

  .clearance-price-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bl-effects__grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(270px, .75fr);
  }

  .bl-pricing__grid {
    align-items: stretch;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, .75fr);
  }

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

  .bl-final__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .bl-seo__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  }
}

@media (min-width: 900px) {
  .clearance-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .clearance-allin__inner {
    align-items: center;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  }

  .bl-hero {
    min-height: 650px;
  }

  .bl-hero__grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  }

  .bl-hero__content {
    padding: 70px 42px 70px 0;
  }

  .bl-hero h1 {
    font-size: clamp(3.05rem, 4.25vw, 4.25rem);
  }

  .service-hub .bl-hero h1 {
    font-size: clamp(2.75rem, 3.85vw, 3.95rem);
  }

  .bl-hero__media {
    height: auto;
    margin: -36px calc(((100vw - min(100vw, 1280px)) / -2) - clamp(20px, 4vw, 56px)) 0 0;
    min-height: 595px;
  }

  .bl-hero__media::before {
    background: linear-gradient(90deg, var(--bl-navy) 0, rgba(3, 16, 31, .76) 10%, transparent 32%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }

  .bl-benefits__grid {
    align-items: start;
    grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
  }

  .bl-benefits article {
    border-left: 1px solid rgba(255, 255, 255, .16);
    border-top: 0;
    min-height: 150px;
    padding: 0 0 0 22px;
  }

  .bl-process__steps {
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bl-process__steps::before {
    animation: bl-process-track 4.8s ease-in-out infinite;
    background: linear-gradient(90deg, #b9c8d7 0%, var(--bl-yellow) 42%, #b9c8d7 72%);
    background-size: 220% 100%;
    content: "";
    height: 2px;
    left: 12.5%;
    position: absolute;
    right: 12.5%;
    top: 0;
  }

  .bl-process__steps li,
  .bl-process__steps article {
    border-left: 0;
    border-top: 0;
    padding: 48px 30px 0;
    text-align: center;
  }

  .bl-process__number {
    animation: bl-process-point 4.8s ease-in-out infinite;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
  }

  .bl-process__steps li:nth-child(2) .bl-process__number,
  .bl-process__steps article:nth-child(2) .bl-process__number {
    animation-delay: .6s;
  }

  .bl-process__steps li:nth-child(3) .bl-process__number,
  .bl-process__steps article:nth-child(3) .bl-process__number {
    animation-delay: 1.2s;
  }

  .bl-process__steps li:nth-child(4) .bl-process__number,
  .bl-process__steps article:nth-child(4) .bl-process__number {
    animation-delay: 1.8s;
  }

  .bl-process__steps .biklin-icon {
    margin-inline: auto;
  }

  .bl-editorial__grid,
  .bl-area__grid {
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  }

  .bl-area__grid {
    grid-template-columns: minmax(390px, .92fr) minmax(0, 1.08fr);
  }
}

@media (min-width: 1100px) {
  .bl-service {
    grid-template-columns: 178px 1fr;
  }

  .clearance-service,
  .apartment-service,
  .upholstery-service {
    align-items: center;
    gap: 18px;
    grid-template-columns: 76px 1fr;
    padding-inline: 20px 24px;
  }

  .bl-service img {
    max-height: 155px;
  }
}

@media (max-width: 639px) {
  .bl-hero__content {
    padding-block: 34px 30px;
  }

  .bl-hero h1 {
    font-size: 2.45rem;
  }

  .bl-hero__lead {
    font-size: 1.08rem;
    margin-bottom: 17px;
  }

  .bl-actions {
    margin-top: 22px;
  }

  .bl-actions .button {
    flex: 1 1 100%;
  }

  .bl-proof {
    gap: 8px;
    padding-top: 30px;
  }

  .bl-proof li {
    align-items: flex-start;
    flex-direction: column;
    font-size: .73rem;
    gap: 5px;
    line-height: 1.25;
  }

  .bl-proof .biklin-icon {
    height: 25px;
    width: 25px;
  }

  .bl-service {
    grid-template-columns: 105px 1fr;
  }

  .bl-check-list {
    grid-template-columns: 1fr;
  }

  .bl-area__content ul,
  .bl-area__notes {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  .bl-mobile-cta {
    display: none;
  }

  .biklin-service-landing .site-footer {
    padding-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-lp *,
  .service-lp *::before,
  .service-lp *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

.business-hub .business-hero .bl-hero__media,
.stove-lp .stove-hero .bl-hero__media {
  min-height: clamp(420px, 48vw, 660px);
}

.business-hub .bl-hero h1,
.stove-lp .bl-hero h1 {
  font-size: clamp(2.45rem, 4.55vw, 3.8rem);
  line-height: 1.03;
  max-width: 720px;
}

.stove-lp .bl-hero h1 {
  font-size: clamp(2.25rem, 3.75vw, 3.25rem);
}

.stove-lp .bl-actions {
  margin-top: 20px;
}

.business-hub .bl-hero__lead,
.stove-lp .bl-hero__lead {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  max-width: 650px;
}

.business-hub .business-hero .bl-hero__media img,
.stove-lp .stove-hero .bl-hero__media img {
  height: 100%;
  object-fit: cover;
}

.business-industries {
  background:
    radial-gradient(circle at 14% 18%, rgba(45, 126, 214, .16), transparent 24rem),
    radial-gradient(circle at 88% 82%, rgba(255, 194, 26, .16), transparent 19rem),
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
  overflow: hidden;
}

.business-industries__heading {
  margin-inline: auto;
  max-width: 880px;
  text-align: center;
}

.business-industries__layout {
  align-items: start;
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  margin-top: clamp(28px, 4vw, 46px);
}

.business-industries__spotlight {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 194, 26, .18), transparent 14rem),
    linear-gradient(135deg, var(--bl-navy) 0%, #071b35 58%, #0b3564 100%);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  box-shadow: 0 28px 74px rgba(7, 27, 53, .18);
  color: #fff;
  padding: clamp(26px, 4vw, 44px);
}

.business-industries__spotlight span {
  color: var(--bl-yellow);
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.business-industries__spotlight h3 {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.05;
  margin: 0;
}

.business-industries__spotlight p {
  color: rgba(255, 255, 255, .78);
  font-size: 1.04rem;
  margin: 18px 0 0;
}

.business-industries__spotlight ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.business-industries__spotlight li {
  color: rgba(255, 255, 255, .86);
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr;
}

.business-industries__spotlight li::before {
  color: var(--bl-yellow);
  content: "✓";
  font-weight: 900;
}

.business-industries__grid,
.business-hubs__grid {
  display: grid;
  gap: 18px;
}

.business-industries__grid {
  gap: clamp(14px, 2vw, 20px);
}

.business-industries__grid article,
.business-hubs__grid a,
.business-app__panel,
.stove-price-card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(16, 35, 63, .08);
  border-radius: 16px;
  box-shadow: 0 20px 54px rgba(16, 35, 63, .08);
  padding: clamp(22px, 3vw, 32px);
}

.business-industries__grid article h3,
.business-hubs__grid a strong,
.business-app h2,
.stove-pricing h2,
.stove-safety h2 {
  color: var(--bl-navy);
}

.business-industries__grid article h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  margin: 0 0 10px;
}

.business-industries__grid article p,
.business-hubs__grid a span,
.business-app p,
.stove-pricing p,
.stove-pricing li,
.stove-safety p,
.stove-safety li {
  color: var(--bl-muted);
}

.business-industry-card {
  display: grid;
  gap: 12px;
  min-height: 270px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.business-industry-card:hover,
.business-industry-card:focus-within {
  border-color: rgba(255, 194, 26, .42);
  box-shadow: 0 28px 70px rgba(16, 35, 63, .12);
  transform: translateY(-4px);
}

.business-industry-card__icon {
  align-items: center;
  background: rgba(255, 194, 26, .12);
  border: 1px solid rgba(255, 194, 26, .34);
  border-radius: 16px;
  color: var(--bl-yellow);
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.business-industry-card__icon svg {
  height: 30px;
  width: 30px;
}

.business-industry-card ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.business-industry-card li {
  color: #233852;
  display: grid;
  font-size: .94rem;
  gap: 9px;
  grid-template-columns: 13px 1fr;
  line-height: 1.45;
}

.business-industry-card li::before {
  align-self: start;
  background: var(--bl-yellow);
  border-radius: 999px;
  content: "";
  height: 6px;
  margin-top: .58em;
  width: 6px;
}

@media (max-width: 759px) {
  .business-industries__spotlight {
    border-radius: 18px;
    padding: 24px;
  }

  .business-industries__spotlight h3 {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }

  .business-industries__spotlight p {
    font-size: .98rem;
  }

  .business-industry-card {
    min-height: 0;
    padding: 22px;
  }

  .business-industry-card__icon {
    height: 52px;
    width: 52px;
  }

  .business-industry-card li {
    font-size: .9rem;
  }
}

.business-services {
  background: #fff;
}

.business-services__grid .bl-service a {
  color: inherit;
  text-decoration: none;
}

.business-services__grid .bl-service a:hover,
.business-services__grid .bl-service a:focus-visible,
.business-hubs__grid a:hover strong,
.business-hubs__grid a:focus-visible strong {
  color: #9b6a00;
}

.business-app {
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 194, 26, .18), transparent 18rem),
    linear-gradient(135deg, var(--bl-navy) 0%, #071b35 52%, #0c3563 100%);
  color: #fff;
}

.business-app__grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 76px);
}

.business-app span,
.stove-pricing span,
.stove-safety span {
  color: var(--bl-yellow);
  display: inline-block;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.business-app h2,
.business-app p,
.business-app li {
  color: #fff;
}

.business-app p,
.business-app li {
  color: rgba(255, 255, 255, .78);
}

.business-app ul,
.stove-pricing ul,
.stove-note ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.business-app li,
.stove-pricing li,
.stove-note li {
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr;
}

.business-app li::before,
.stove-pricing li::before,
.stove-note li::before {
  color: var(--bl-yellow);
  content: "✓";
  font-weight: 900;
}

.business-app__panel {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 194, 26, .18), transparent 12rem),
    rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: 0 28px 74px rgba(0, 0, 0, .24);
  display: grid;
  gap: 14px;
}

.business-app__panel div {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  display: grid;
  gap: 4px;
  padding: 16px;
}

.business-app__panel strong,
.business-app__panel span,
.business-app__panel em {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.business-app__panel span {
  color: rgba(255, 255, 255, .7);
  font-size: .94rem;
  font-weight: 700;
}

.business-app__panel em {
  color: var(--bl-yellow);
  font-size: .82rem;
  font-style: normal;
  font-weight: 900;
}

.business-hubs {
  background: var(--bl-soft);
}

.business-hubs__grid a {
  color: inherit;
  display: grid;
  gap: 8px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.business-hubs__grid a:hover,
.business-hubs__grid a:focus-visible {
  border-color: rgba(255, 194, 26, .42);
  box-shadow: 0 26px 60px rgba(16, 35, 63, .12);
  transform: translateY(-3px);
}

.stove-lp .stove-hero .bl-hero__media::after {
  background: linear-gradient(180deg, rgba(3, 16, 31, .08), rgba(3, 16, 31, .46));
}

.stove-pricing {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 194, 26, .14), transparent 18rem),
    linear-gradient(180deg, var(--bl-navy), #041427);
  color: #fff;
}

.stove-pricing__grid {
  align-items: center;
  display: grid;
  gap: clamp(26px, 5vw, 70px);
}

.stove-pricing h2,
.stove-pricing p,
.stove-pricing li {
  color: #fff;
}

.stove-pricing p,
.stove-pricing li {
  color: rgba(255, 255, 255, .78);
}

.stove-price-card {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 194, 26, .22), transparent 10rem),
    rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: 0 28px 74px rgba(0, 0, 0, .24);
}

.stove-price-card strong {
  color: var(--bl-yellow);
  display: block;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.stove-price-card p {
  color: rgba(255, 255, 255, .82);
}

.stove-safety {
  background:
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.stove-note {
  align-self: start;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 194, 26, .16), transparent 12rem),
    rgba(7, 31, 63, .92);
}

.stove-note strong {
  color: var(--bl-yellow);
  display: block;
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.stove-note > span,
.stove-note h2,
.stove-note p {
  color: #fff;
}

.stove-note p {
  color: rgba(255, 255, 255, .78);
}

.stove-note li {
  color: rgba(255, 255, 255, .86);
}

.stove-faq {
  background:
    radial-gradient(circle at 12% 18%, rgba(45, 126, 214, .09), transparent 22rem),
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.stove-faq h2 {
  color: var(--bl-navy-2);
}

.stove-faq .bl-heading p,
.stove-faq details > div {
  color: var(--bl-muted);
}

.stove-faq summary {
  color: var(--bl-navy-2);
}

.halls-lp .bl-hero__media img {
  height: 100%;
  object-fit: cover;
}

.halls-hero__media figcaption {
  background: rgba(3, 16, 31, .82);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  bottom: 18px;
  color: #fff;
  display: grid;
  gap: 4px;
  left: 18px;
  padding: 14px 16px;
  position: absolute;
}

.halls-hero__media figcaption span {
  color: var(--bl-yellow);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.halls-scope {
  background:
    radial-gradient(circle at 12% 18%, rgba(45, 126, 214, .12), transparent 22rem),
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.halls-scope__grid .bl-service {
  min-height: 190px;
}

.halls-objects,
.halls-control {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 194, 26, .14), transparent 18rem),
    linear-gradient(135deg, var(--bl-navy) 0%, #071b35 54%, #0c3563 100%);
  color: #fff;
}

.halls-objects__grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 78px);
}

.halls-objects span,
.halls-control span {
  color: var(--bl-yellow);
  display: inline-block;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.halls-objects h2,
.halls-control h2 {
  color: #fff;
}

.halls-objects p,
.halls-control p,
.halls-control li {
  color: rgba(255, 255, 255, .78);
}

.halls-lp .bl-hero__content h1 {
  font-size: clamp(2.15rem, 3.65vw, 3.55rem) !important;
  max-width: 10.8em;
}

.halls-hero__media figcaption {
  left: auto;
  right: clamp(18px, 4vw, 36px);
}

.halls-scope__grid .bl-service {
  align-items: center;
  min-height: 156px;
}

.halls-scope__grid .bl-service > svg,
.halls-scope__grid .bl-service .biklin-icon {
  align-self: center;
}

.halls-objects ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.halls-objects li {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  color: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns: 44px 1fr;
  padding: 16px;
}

.halls-objects li svg {
  color: var(--bl-yellow);
  height: 28px;
  width: 28px;
}

.halls-objects li span {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.halls-control ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.halls-control li {
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 1fr;
}

.halls-control li::before {
  color: var(--bl-yellow);
  content: "✓";
  font-weight: 900;
}

.halls-pricing,
.halls-area {
  background: #fff;
}

.kostka-realizations {
  background: #fff;
}

.kostka-realizations__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: clamp(22px, 4vw, 34px);
}

.kostka-realizations figure {
  background: #fff;
  border: 1px solid rgba(16, 35, 63, .09);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(16, 35, 63, .08);
  margin: 0;
  overflow: hidden;
}

.kostka-realizations img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.kostka-realizations figcaption {
  color: var(--bl-navy-2);
  font-size: .92rem;
  font-weight: 850;
  padding: 12px 14px 14px;
}

.kostka-before-after {
  border-radius: 16px;
  box-shadow: 0 22px 54px rgba(16, 35, 63, .14);
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.kostka-before-after img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.kostka-before-after__before,
.kostka-before-after__after {
  background: rgba(3, 16, 31, .84);
  border-radius: 999px;
  bottom: 14px;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  padding: 7px 10px;
  position: absolute;
}

.kostka-before-after__before {
  left: 14px;
}

.kostka-before-after__after {
  right: 14px;
}

.halls-faq {
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 194, 26, .12), transparent 18rem),
    linear-gradient(135deg, var(--bl-navy) 0%, #071b35 54%, #0c3563 100%);
}

.halls-seo {
  background:
    radial-gradient(circle at 14% 15%, rgba(45, 126, 214, .1), transparent 22rem),
    linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}

.halls-seo .bl-related-services {
  background:
    radial-gradient(circle at 95% 0, rgba(255, 194, 26, .18), transparent 9rem),
    #fff;
  border-color: rgba(16, 35, 63, .1);
  box-shadow: 0 22px 52px rgba(16, 35, 63, .09);
  color: var(--bl-navy-2);
  grid-column: 1 / -1;
}

.halls-seo .bl-related-services h3 {
  color: var(--bl-navy-2);
}

.halls-seo .bl-related-services p {
  color: var(--bl-muted) !important;
}

.halls-seo .bl-related-services a {
  background: #f7f9fc;
  border-color: rgba(16, 35, 63, .1);
  color: var(--bl-navy-2);
}

.halls-seo .bl-related-services a:hover,
.halls-seo .bl-related-services a:focus-visible {
  background: #fff7dc;
  border-color: rgba(255, 194, 26, .55);
  color: #8a6100;
}

.halls-area .service-area__links,
.halls-area .service-area__links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.halls-area .service-area__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.halls-area .service-area__links a {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  text-decoration: none;
}

.halls-area .service-area__links a:hover,
.halls-area .service-area__links a:focus-visible {
  background: var(--bl-yellow);
  border-color: var(--bl-yellow);
  color: var(--bl-navy);
}

.lp-form-section {
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 194, 26, .16), transparent 18rem),
    linear-gradient(135deg, #06172b 0%, #082846 54%, #0b3762 100%);
  color: #fff;
}

.lp-form__grid {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 56px);
}

.lp-form__content {
  max-width: 650px;
}

.lp-form__content > span {
  color: var(--bl-yellow);
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.lp-form__content h2 {
  color: #fff;
  margin-bottom: 18px;
}

.lp-form__content p {
  color: rgba(255, 255, 255, .78);
  font-size: 1.04rem;
}

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

.lp-form__list li {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  padding: 13px 15px;
}

.lp-form__list svg {
  color: var(--bl-yellow);
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}

.lp-form__list span {
  color: rgba(255, 255, 255, .9);
  font-weight: 750;
}

.lp-form__phone {
  align-items: center;
  background: rgba(255, 194, 26, .12);
  border: 1px solid rgba(255, 194, 26, .42);
  border-radius: 12px;
  color: #fff;
  display: inline-grid;
  gap: 4px 12px;
  grid-template-columns: 34px auto;
  margin-top: 18px;
  padding: 14px 16px;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.lp-form__phone svg {
  color: var(--bl-yellow);
  grid-row: 1 / span 2;
  height: 24px;
  width: 24px;
}

.lp-form__phone span {
  color: rgba(255, 255, 255, .72);
  font-size: .84rem;
  font-weight: 750;
}

.lp-form__phone strong {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.lp-form__phone:hover,
.lp-form__phone:focus-visible {
  background: rgba(255, 194, 26, .2);
  border-color: rgba(255, 194, 26, .7);
  transform: translateY(-1px);
}

.lp-form__panel {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
  color: var(--bl-text);
  padding: clamp(20px, 3vw, 34px);
}

.lp-form__panel .wpforms-container {
  margin: 0;
}

.lp-form__panel .wpforms-field {
  margin: 0;
  padding: 0 0 16px;
}

.lp-form__panel .wpforms-field-label {
  color: var(--bl-text);
  font-size: .9rem;
  font-weight: 850;
  margin-bottom: 8px;
}

.lp-form__panel input[type="text"],
.lp-form__panel input[type="email"],
.lp-form__panel input[type="tel"],
.lp-form__panel textarea {
  background: #f7f9fc !important;
  border: 1px solid rgba(16, 35, 63, .14) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: var(--bl-text) !important;
  min-height: 48px;
  padding: 12px 14px !important;
  width: 100% !important;
}

.lp-form__panel textarea {
  min-height: 132px;
  resize: vertical;
}

.lp-form__panel .wpforms-field-description,
.lp-form__panel .wpforms-field-sublabel,
.lp-form__panel .wpforms-field-checkbox li {
  color: var(--bl-muted);
  font-size: .88rem;
}

.lp-form__panel .wpforms-submit-container {
  margin-top: 4px;
  padding: 0;
}

.lp-form__panel button.wpforms-submit {
  background: var(--bl-yellow) !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(255, 194, 26, .26) !important;
  color: var(--bl-navy) !important;
  font-weight: 900 !important;
  min-height: 52px;
  padding: 14px 22px !important;
  width: 100%;
}

.lp-form__panel button.wpforms-submit:hover,
.lp-form__panel button.wpforms-submit:focus-visible {
  filter: brightness(.96);
  transform: translateY(-1px);
}

.glass-hero {
  background:
    radial-gradient(circle at 74% 22%, rgba(47, 133, 216, .22), transparent 22rem),
    linear-gradient(135deg, #03101f 0%, #082846 52%, #0d3764 100%);
}

.glass-hero .bl-hero__lead {
  color: var(--bl-yellow);
}

.glass-hero__media img {
  object-position: center;
}

.glass-scope {
  background:
    radial-gradient(circle at 92% 8%, rgba(45, 126, 214, .1), transparent 20rem),
    #fff;
}

.glass-scope__grid,
.glass-pricing__grid {
  display: grid;
  gap: 16px;
}

.glass-card,
.glass-pricing__grid article {
  background: #fff;
  border: 1px solid rgba(16, 35, 63, .1);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(16, 35, 63, .08);
  padding: 24px;
}

.glass-card {
  display: grid;
  gap: 12px;
}

.glass-card svg {
  color: var(--bl-yellow);
  height: 36px;
  width: 36px;
}

.glass-card h3,
.glass-pricing__grid strong {
  color: var(--bl-text);
}

.glass-card h3,
.glass-card p,
.glass-pricing__grid p {
  margin-bottom: 0;
}

.glass-method {
  background:
    radial-gradient(circle at 9% 18%, rgba(255, 194, 26, .12), transparent 18rem),
    linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}

.glass-method__grid,
.glass-method__steps {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
}

.glass-method .kostka-checks {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.glass-method .kostka-checks li {
  align-items: baseline;
  color: var(--bl-text);
  display: grid;
  font-weight: 780;
  gap: 10px;
  grid-template-columns: 18px 1fr;
}

.glass-method .kostka-checks li::before {
  color: var(--bl-yellow);
  content: "✓";
  font-weight: 900;
}

.glass-method__steps article {
  background: var(--bl-navy);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(16, 35, 63, .12);
  color: #fff;
  padding: 22px;
  position: relative;
}

.glass-method__steps article > span {
  color: rgba(255, 255, 255, .38);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.glass-method__steps svg {
  color: var(--bl-yellow);
  height: 32px;
  margin: 14px 0 12px;
  width: 32px;
}

.glass-method__steps h3 {
  color: #fff;
  margin-bottom: 8px;
}

.glass-method__steps p {
  color: rgba(255, 255, 255, .75);
  margin-bottom: 0;
}

.glass-pricing {
  background: #fff;
}

.glass-pricing__grid article span {
  color: var(--bl-muted);
  display: block;
  font-size: .92rem;
  font-weight: 850;
  margin-bottom: 10px;
}

.glass-pricing__grid strong {
  display: block;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  margin-bottom: 10px;
}

.glass-area {
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 194, 26, .18), transparent 18rem),
    linear-gradient(135deg, #06172b 0%, #082845 54%, #0d3764 100%);
}

.glass-area .bl-area__content p,
.glass-area .bl-heading h2 {
  color: #fff;
}

.glass-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.glass-related a {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  color: #fff;
  font-weight: 850;
  padding: 10px 14px;
  text-decoration: none;
}

.glass-related a:hover,
.glass-related a:focus-visible {
  background: var(--bl-yellow);
  border-color: var(--bl-yellow);
  color: var(--bl-navy);
}

.glass-faq {
  background: #f7f9fc;
}

@media (min-width: 760px) {
  .glass-scope__grid,
  .glass-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .lp-form__grid {
    grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
  }

  .glass-method__grid {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  }

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

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

@media (min-width: 900px) {
  .halls-objects__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  }
}

@media (max-width: 640px) {
  .halls-area .service-area__links {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 760px) {
  .business-hubs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 980px) {
  .business-industries__layout {
    grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr);
  }

  .business-industries__spotlight {
    position: sticky;
    top: 112px;
  }

  .business-app__grid,
  .stove-pricing__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  }

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

@keyframes bl-process-track {
  0%,
  100% {
    background-position: 100% 0;
  }

  50% {
    background-position: 0 0;
  }
}

@keyframes bl-process-point {
  0%,
  100% {
    background: var(--bl-navy-2);
    box-shadow: 0 0 0 0 rgba(255, 194, 26, 0);
  }

  42% {
    background: var(--bl-yellow);
    color: var(--bl-navy);
    box-shadow: 0 0 0 8px rgba(255, 194, 26, .18);
  }
}

@keyframes bl-faq-reveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
