:root {
  --color-bg: #ffffff;
  --color-surface: #f8f8f8;
  --color-surface-muted: #ecedee;
  --color-dark: #3e4044;
  --color-dark-alt: #4c4e52;
  --color-text: #000000;
  --color-text-soft: #4f4f4f;
  --color-border: #e1e1e1;
  --color-accent: #fbb04b;
  --color-accent-soft: #e6a94a;
  --container: 1060px;
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.08);
  --radius: 18px;
  --header-height: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Lato", Arial, sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  font-size: 17px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

p,
ul,
ol,
blockquote {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.15;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  background: transparent;
  border-bottom: 0;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header .container {
  width: calc(100% - 84px);
  max-width: none;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 1.5rem;
  transition: min-height 0.25s ease;
}

.brand img {
  width: min(90px, 7.45vw);
  transition: width 0.25s ease;
}

.site-header.is-scrolled {
  background: #f6f6f6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.site-header.is-scrolled .site-header__inner {
  min-height: 68px;
}

.site-header.is-scrolled .brand img {
  width: min(76px, 6vw);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.25rem;
  cursor: pointer;
}

.nav-toggle__bar {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px 0;
  background: var(--color-accent-soft);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 17px;
  font-weight: 500;
}

.site-nav a {
  position: relative;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}

.site-nav a::after {
  display: none;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--color-accent);
}

.site-main {
  overflow: clip;
}

.section {
  padding: 5rem 0;
}

.section[id] {
  scroll-margin-top: 88px;
}

.section--surface {
  background: var(--color-surface);
}

.section--muted {
  background: var(--color-surface-muted);
}

.section--pattern {
  background: url("../img/bg-pattern.png") center/cover no-repeat;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.625rem);
  text-align: center;
}

.section-kicker {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--color-accent);
  font-size: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}

.section-copy {
  max-width: 920px;
  margin: 1.5rem auto 0;
  text-align: center;
  color: var(--color-text);
  line-height: 1.58;
}

.section-copy p + p,
.split__body p + p,
.about-copy p + p {
  margin-top: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 176px;
  padding: 0.75rem 2rem;
  border: 0;
  border-radius: 7px;
  background: var(--color-accent-soft);
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: #e5a134;
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  padding: 9.55rem 0 3rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero--home {
  background-image: url("../img/hero-home.png");
  background-position: center 42%;
}

.hero__inner {
  width: min(1240px, calc(100% - 2rem));
}

.hero__eyebrow {
  margin-bottom: 0.55rem;
  font-size: clamp(1.62rem, 1.66vw, 2.04rem);
  letter-spacing: 0.1em;
  text-transform: none;
  font-weight: 300;
}

.hero__quote {
  margin-top: 0.15rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(3.08rem, 2.9vw, 3.62rem);
  font-weight: 700;
  line-height: 1.04;
}

.hero__author {
  margin-top: 0.9rem;
  font-size: clamp(1.22rem, 1.2vw, 1.52rem);
  font-weight: 700;
}

.hero__actions {
  margin-top: 1.95rem;
}

.page-hero {
  padding: 10rem 0 7rem;
  background: var(--color-surface-muted);
  text-align: center;
}

.page-hero__kicker {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.page-hero__title {
  font-size: clamp(2rem, 4vw, 2.625rem);
}

.contact-hero {
  background: var(--color-dark-alt) url("../img/kontakt-hero.png") bottom center / cover no-repeat;
  padding: 8rem 0 31rem;
  text-align: center;
}

.contact-hero__kicker {
  font-size: 24px;
  text-transform: uppercase;
}

.contact-hero__title {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 4vw, 2.625rem);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.7rem;
  width: min(1060px, 100%);
  margin: 0 auto;
}

.service-card {
  height: 100%;
  background: #ffffff;
  border-bottom: 3px solid var(--color-accent-soft);
  padding: 2.45rem 1.3rem 1.95rem;
  text-align: center;
  box-shadow: none;
}

.service-card img {
  margin: 0 auto 1.85rem;
  max-height: 110px;
}

.service-card h3 {
  font-size: 20px;
  max-width: 235px;
  margin: 0 auto 1rem;
}

.service-card p {
  max-width: 232px;
  margin: 0 auto;
  color: var(--color-text);
}

.cta-band {
  padding: 1rem 0;
  color: #ffffff;
  background: #54595f;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  text-align: center;
  font-size: 22px;
}

.offer-intro {
  padding: 3.1rem 0 3rem;
}

.offer-cards {
  padding: 0 0 6.25rem;
}

.offer-intro .section-copy {
  margin-top: 1.45rem;
}

.cta-band a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

.split__content {
  display: grid;
  gap: 1rem;
}

.split__lead {
  font-size: 24px;
  font-weight: 700;
}

.split__body {
  display: grid;
  gap: 1rem;
  color: var(--color-text-soft);
}

.split__media img,
.wide-image img {
  width: 100%;
  border-radius: var(--radius);
}

.check-list {
  display: grid;
  gap: 1rem;
}

.check-list li {
  position: relative;
  padding-left: 2.2rem;
}

.check-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(230, 169, 74, 0.14);
  color: var(--color-accent-soft);
  font-weight: 900;
}

.panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--color-dark);
  color: #ffffff;
}

.panel__media {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel__body {
  padding: 5.5rem min(5vw, 4rem);
}

.panel__kicker {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
}

.panel__title {
  margin-top: 0.75rem;
  color: var(--color-accent);
  font-size: clamp(2rem, 4vw, 2.625rem);
}

.steps {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.step__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--color-accent-soft);
  color: var(--color-accent-soft);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}

.step h3 {
  font-size: 20px;
  color: #ffffff;
}

.step p {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.88);
}

.testimonials {
  display: grid;
  justify-items: center;
}

.testimonials__quote-icon {
  width: 73px;
  margin-bottom: 1.75rem;
}

.testimonial-slider {
  width: min(900px, 100%);
}

.testimonial-slide {
  display: none;
  text-align: center;
}

.testimonial-slide.is-active {
  display: block;
}

.testimonial-slide blockquote {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
}

.testimonial-slide footer {
  margin-top: 1.5rem;
}

.testimonial-slide cite {
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 700;
}

.testimonial-slide span {
  display: block;
  margin-top: 0.35rem;
  color: var(--color-text-soft);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.75rem;
}

.slider-dots button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.slider-dots button.is-active {
  background: var(--color-accent-soft);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.pricing-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.25rem;
  height: 100%;
  padding: 2rem 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.pricing-card__name {
  font-size: 1.7rem;
}

.pricing-card__price {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
  color: var(--color-accent-soft);
}

.pricing-card__price strong {
  font-size: 2.75rem;
  line-height: 1;
}

.pricing-card__price span {
  font-size: 0.95rem;
  color: var(--color-text-soft);
  padding-bottom: 0.2rem;
}

.pricing-card ul {
  display: grid;
  gap: 0.8rem;
}

.pricing-card li {
  position: relative;
  padding-left: 1.5rem;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--color-accent-soft);
}

.pricing-note {
  max-width: 920px;
  margin: 2rem auto 0;
  text-align: center;
  line-height: 1.35;
}

.cta-panel {
  background: var(--color-dark-alt);
  color: #ffffff;
  text-align: center;
  padding: 2rem 0;
}

.cta-panel h2 {
  font-size: clamp(1.55rem, 3vw, 2.625rem);
}

.cta-panel .button {
  margin-top: 1.5rem;
  min-width: 280px;
}

.wide-image {
  padding: 0;
}

.about-copy {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.about-copy__lead {
  font-size: 26px;
  font-weight: 700;
}

.contact-panel {
  background: var(--color-dark-alt);
  color: #ffffff;
}

.contact-panel__inner {
  padding: 4.5rem 0;
}

.contact-panel__intro {
  font-size: clamp(1.6rem, 3vw, 2.625rem);
  line-height: 1.2;
  text-align: center;
}

.contact-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.contact-card {
  text-align: center;
}

.contact-card__label {
  color: var(--color-accent);
  font-size: 17px;
  text-transform: uppercase;
}

.contact-card__value {
  margin-top: 0.6rem;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 700;
  word-break: break-word;
}

.site-footer {
  background: #ffffff;
}

.footer-contact {
  padding: 2.5rem 0 1.5rem;
  text-align: center;
}

.footer-contact__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.footer-contact__copy {
  color: var(--color-text-soft);
}

.footer-contact__links {
  margin-top: 1rem;
}

.footer-contact__links a {
  color: var(--color-accent-soft);
  font-weight: 700;
}

.footer-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem 0 1.5rem;
}

.footer-meta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: #6f6f6f;
  font-size: 0.95rem;
}

.footer-meta a {
  color: var(--color-accent-soft);
}

.back-to-top {
  white-space: nowrap;
}

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

@media (max-width: 860px) {
  .site-header .container {
    width: calc(100% - 2rem);
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    background: #f6f6f6;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .site-nav.is-open {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  .site-nav a::after {
    display: none;
  }

  .split,
  .panel,
  .contact-panel__grid,
  .footer-meta__inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .panel__media {
    min-height: 360px;
  }

  .panel__body {
    padding: 2.5rem 1.25rem;
  }

  .footer-meta__inner {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
  }

  .section,
  .page-hero {
    padding: 3rem 0;
  }

  .hero {
    min-height: 720px;
    padding: 8rem 0 3rem;
  }

  .contact-hero {
    padding: 6.5rem 0 13rem;
  }

  .cards-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .cta-band {
    font-size: 1.15rem;
  }

  .testimonial-slide blockquote {
    font-size: 1.05rem;
  }

  .contact-panel__inner {
    padding: 2.5rem 0;
  }
}
