.demo-toolbar__inner--industry {
  grid-template-columns: auto auto minmax(180px, 1fr) auto;
}

.demo-toolbar__switch {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--demo-radius);
  color: #fff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 750;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  text-decoration: none;
}

.demo-toolbar__switch:hover,
.demo-toolbar__switch:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
}

.industry-consulting {
  --brand-accent: #efc46f;
  --brand-dark: #153f3b;
  --brand-main: #1f5b55;
  --brand-soft: #e8f2ed;
}

.industry-dental {
  --brand-accent: #ff8a73;
  --brand-dark: #124e59;
  --brand-main: #177184;
  --brand-soft: #e4f3f4;
}

.industry-restaurant {
  --brand-accent: #f2bd59;
  --brand-dark: #29231d;
  --brand-main: #9d3f2b;
  --brand-soft: #f8eee4;
}

.industry-accounting {
  --brand-accent: #84c7aa;
  --brand-dark: #19352e;
  --brand-main: #286650;
  --brand-soft: #e8f2ed;
}

.industry-salon {
  --brand-accent: #e8a8a0;
  --brand-dark: #352b2d;
  --brand-main: #8a4855;
  --brand-soft: #f6ebec;
}

.industry-legal {
  --brand-accent: #d8b56b;
  --brand-dark: #202d3c;
  --brand-main: #36506e;
  --brand-soft: #edf1f5;
}

.industry-psychology {
  --brand-accent: #e0aa7f;
  --brand-dark: #263d39;
  --brand-main: #3f6b61;
  --brand-soft: #edf4f0;
}

.industry-realtor {
  --brand-accent: #e6ba67;
  --brand-dark: #21353a;
  --brand-main: #25646b;
  --brand-soft: #e9f2f1;
}

.industry-consulting .site-logo__mark,
.industry-consulting .site-button,
.industry-consulting .contact-form button,
.industry-dental .site-logo__mark,
.industry-dental .site-button,
.industry-dental .contact-form button,
.industry-restaurant .site-logo__mark,
.industry-restaurant .site-button,
.industry-restaurant .contact-form button,
.industry-accounting .site-logo__mark,
.industry-accounting .site-button,
.industry-accounting .contact-form button,
.industry-salon .site-logo__mark,
.industry-salon .site-button,
.industry-salon .contact-form button,
.industry-legal .site-logo__mark,
.industry-legal .site-button,
.industry-legal .contact-form button,
.industry-psychology .site-logo__mark,
.industry-psychology .site-button,
.industry-psychology .contact-form button,
.industry-realtor .site-logo__mark,
.industry-realtor .site-button,
.industry-realtor .contact-form button {
  background: var(--brand-main);
  color: #fff;
}

.industry-consulting .section-kicker,
.industry-dental .section-kicker,
.industry-restaurant .section-kicker,
.industry-accounting .section-kicker,
.industry-salon .section-kicker,
.industry-legal .section-kicker,
.industry-psychology .section-kicker,
.industry-realtor .section-kicker {
  color: var(--brand-main);
}

.industry-consulting .section--soft,
.industry-dental .section--soft,
.industry-restaurant .section--soft,
.industry-accounting .section--soft,
.industry-salon .section--soft,
.industry-legal .section--soft,
.industry-psychology .section--soft,
.industry-realtor .section--soft {
  background: var(--brand-soft);
}

.industry-consulting .section--dark,
.industry-dental .section--dark,
.industry-restaurant .section--dark,
.industry-accounting .section--dark,
.industry-salon .section--dark,
.industry-legal .section--dark,
.industry-psychology .section--dark,
.industry-realtor .section--dark {
  background: var(--brand-dark);
}

.industry-consulting .site-nav__cta,
.industry-dental .site-nav__cta,
.industry-restaurant .site-nav__cta,
.industry-accounting .site-nav__cta,
.industry-salon .site-nav__cta,
.industry-legal .site-nav__cta,
.industry-psychology .site-nav__cta,
.industry-realtor .site-nav__cta {
  background: var(--brand-main);
  border-color: var(--brand-main);
  color: #fff;
}

.industry-consulting .site-button--secondary,
.industry-dental .site-button--secondary,
.industry-restaurant .site-button--secondary,
.industry-accounting .site-button--secondary,
.industry-salon .site-button--secondary,
.industry-legal .site-button--secondary,
.industry-psychology .site-button--secondary,
.industry-realtor .site-button--secondary {
  background: rgba(255, 255, 255, 0.08);
}

.industry-selector {
  background:
    linear-gradient(120deg, rgba(18, 32, 38, 0.97), rgba(25, 58, 61, 0.94)),
    url('/wp-content/uploads/Konsult-1-scaled.webp') center / cover;
  color: #fff;
  min-height: calc(100vh - 70px);
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1rem, 4vw, 2rem);
}

.industry-selector__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.industry-selector__eyebrow {
  color: #efc46f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.industry-selector h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1;
  margin: 0;
  max-width: 850px;
}

.industry-selector__intro {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
  margin: 1.2rem 0 2.2rem;
  max-width: 720px;
}

.industry-selector__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-option {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  color: #16252a;
  display: grid;
  grid-template-rows: 170px 1fr;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.industry-option:hover,
.industry-option:focus-visible {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
}

.industry-option:focus-visible {
  outline: 3px solid #efc46f;
  outline-offset: 3px;
}

.industry-option__image {
  background-position: center;
  background-size: cover;
  position: relative;
}

.industry-option__image::after {
  background: linear-gradient(to top, rgba(9, 20, 25, 0.42), transparent 62%);
  content: '';
  inset: 0;
  position: absolute;
}

.industry-option__body {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.industry-option__type {
  color: #607078;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.industry-option h2 {
  color: #16252a;
  font-size: 1.55rem;
  margin: 0;
}

.industry-option p {
  color: #526168;
  line-height: 1.55;
  margin: 0.65rem 0 1rem;
}

.industry-option__action {
  align-items: center;
  color: #174e58;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  margin-top: auto;
}

.industry-selector__note {
  border-left: 3px solid #efc46f;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
  margin: 1.5rem 0 0;
  max-width: 850px;
  padding-left: 1rem;
}

@media (max-width: 860px) {
  .demo-toolbar__inner--industry {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .demo-toolbar__back {
    grid-column: 1;
    grid-row: 1;
  }

  .demo-toolbar__switch {
    grid-column: 1;
    grid-row: 2;
  }

  .demo-toolbar__package {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .demo-toolbar__order {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .industry-selector__grid {
    grid-template-columns: 1fr;
  }

  .industry-option {
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: minmax(190px, auto);
  }
}

@media (max-width: 560px) {
  .demo-toolbar__inner--industry {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    padding-block: 8px;
  }

  .demo-toolbar__package {
    grid-column: 1;
    grid-row: 1;
  }

  .demo-toolbar__back {
    display: none;
  }

  .demo-toolbar__switch {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    min-height: 32px;
    padding: 4px 8px;
  }

  .demo-toolbar__order {
    align-self: stretch;
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .industry-selector {
    padding-top: 2.25rem;
  }

  .industry-option {
    grid-template-columns: 1fr;
    grid-template-rows: 145px 1fr;
  }
}