html {
  scroll-behavior: smooth;
}

.kontakt-main {
  background: #eceef2;
}

.kontakt-page .global-contact-band {
  display: none;
}

.kt-hero .container,
.kt-section .container,
.kt-team-intro .container,
.kt-team-section .container {
  width: min(1120px, calc(100% - 44px));
}

.kt-hero {
  padding-top: 46px;
  padding-bottom: 20px;
}

.kt-hero-grid {
  display: grid;
  gap: 14px;
}

.kt-hero-copy,
.kt-hero-panel {
  border-radius: 26px;
  border: 1px solid #d7dde9;
  padding: 20px 18px;
}

.kt-hero-copy {
  background: linear-gradient(145deg, #f9fbff, #edf4ff);
}

.kt-hero-copy h1 {
  color: #141923;
  font-size: clamp(1.55rem, 3.7vw, 2.55rem);
}

.kt-line {
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  margin-top: 14px;
  background: #f6c90e;
}

.kt-hero-copy p {
  margin-top: 14px;
  color: #202738;
  font-size: clamp(0.95rem, 1.03vw, 1.05rem);
  line-height: 1.6;
  max-width: 62ch;
}

.kt-hero-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kt-btn-whatsapp {
  background: #29a546;
  color: #ffffff;
}

.kt-btn-whatsapp:hover,
.kt-btn-whatsapp:focus-visible {
  background: #248e3d;
  color: #ffffff;
}

.kt-hero-panel {
  background: #131822;
  border-color: #222a39;
}

.kt-hero-panel h2 {
  color: #ffd10d;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
}

.kt-hero-panel ul {
  margin: 12px 0 0;
  padding: 0 0 0 18px;
  color: #e7ebf4;
  display: grid;
  gap: 8px;
}

.kt-hero-panel li {
  font-size: clamp(0.92rem, 1vw, 0.98rem);
  line-height: 1.5;
}

.kt-section {
  padding-top: 8px;
  padding-bottom: 14px;
}

.kt-section-bottom {
  padding-top: 20px;
  padding-bottom: 40px;
}

.kt-section h2 {
  color: #171b24;
  font-size: clamp(1.35rem, 2.9vw, 2rem);
}

.kt-cards {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.kt-card {
  border-radius: 24px;
  border: 1px solid #d6dcea;
  padding: 16px 14px 14px;
}

.kt-card-phone {
  background: #ddebfb;
  border-color: #a9c7ea;
}

.kt-card-whatsapp {
  background: #dff3e3;
  border-color: #b8ddb7;
}

.kt-card-mail {
  background: #fae2e5;
  border-color: #e9bcc4;
}

.kt-card-location {
  background: #eceff4;
  border-color: #d1d8e5;
}

.kt-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(25, 31, 44, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kt-icon-wrap img {
  width: 24px;
  height: 24px;
}

.kt-card h3 {
  margin-top: 10px;
  color: #151a24;
  font-size: clamp(1.16rem, 2.3vw, 1.5rem);
}

.kt-card p {
  margin-top: 9px;
  color: #252d3f;
  font-size: clamp(0.92rem, 1.01vw, 1rem);
  line-height: 1.55;
}

.kt-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 999px;
  padding: 9px 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  background: #111722;
  color: #ffffff;
}

.kt-multi-actions {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.kt-card-phone .kt-action {
  background: #176ac6;
}

.kt-card-whatsapp .kt-action {
  background: #29a546;
}

.kt-card-mail .kt-action {
  background: #e5333f;
}

.kt-card-location .kt-action {
  background: #2c3648;
}

.kt-section-soft {
  padding-top: 12px;
}

.kt-grid-2 {
  display: grid;
  gap: 12px;
}

.kt-map {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #d5dbe7;
  box-shadow: 0 10px 24px rgba(12, 18, 31, 0.08);
}

.kt-map iframe {
  width: 100%;
  border: 0;
  min-height: 320px;
}

.kt-info {
  border-radius: 24px;
  border: 1px solid #d5dbe8;
  background: #f7f8fb;
  padding: 18px 16px;
}

.kt-info p {
  margin-top: 10px;
  color: #242c3c;
  font-size: clamp(0.93rem, 1.01vw, 1rem);
  line-height: 1.58;
}

.kt-info-list {
  margin: 12px 0 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 8px;
  color: #202737;
}

.kt-info-list li {
  font-size: clamp(0.92rem, 1vw, 0.98rem);
  line-height: 1.5;
}

.kt-inline-links {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kt-inline-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #c7d2e6;
  background: #ffffff;
  color: #152033;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.83rem;
  padding: 8px 12px;
}

.kt-inline-links a:hover,
.kt-inline-links a:focus-visible {
  background: #edf3ff;
}

.kt-routing {
  border-radius: 24px;
  border: 1px solid #d5dce8;
  background: #f7f8fb;
  padding: 18px 16px;
}

.kt-routing p {
  margin-top: 10px;
  color: #252c3b;
  font-size: clamp(0.93rem, 1.01vw, 1rem);
}

.kt-routing-grid {
  margin-top: 14px;
  display: grid;
  gap: 9px;
}

.kt-routing-grid a {
  border-radius: 14px;
  border: 1px solid #cfd8ea;
  background: #ffffff;
  color: #151d2d;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 12px;
}

.kt-routing-grid a:hover,
.kt-routing-grid a:focus-visible {
  background: #ecf3ff;
  border-color: #b8cae6;
}

.kt-team-intro {
  padding-top: 22px;
  padding-bottom: 16px;
}

.kt-team-intro .eyebrow {
  color: #525b6d;
}

.kt-team-intro h1 {
  color: #121620;
  font-size: clamp(1.45rem, 3.8vw, 2.15rem);
}

.about-hero-line {
  display: block;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  margin-top: 14px;
  background: #f6c90e;
}

.about-lead {
  margin-top: 18px;
  max-width: 820px;
  color: #1f2635;
  font-size: clamp(0.95rem, 1.25vw, 1.06rem);
  line-height: 1.55;
  font-weight: 500;
}

.kt-team-section {
  padding-top: 6px;
  padding-bottom: 44px;
}

.team-stack {
  display: grid;
  gap: 18px;
}

.team-member {
  border: 1px solid #d5dbe6;
  border-radius: 20px;
  overflow: hidden;
  background: #1a1d24;
  box-shadow: 0 14px 26px rgba(12, 18, 30, 0.12);
}

.team-photo {
  margin: 0;
  min-height: 0;
}

.team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.team-copy {
  padding: 22px 18px;
  color: #f4f6fb;
}

.team-copy h2 {
  color: #ffffff;
  font-size: clamp(1.35rem, 2.1vw, 1.95rem);
}

.team-copy .role {
  margin-top: 8px;
  color: #e0e5ee;
  font-size: clamp(0.92rem, 1.05vw, 1rem);
}

.team-copy p:last-of-type {
  margin-top: 20px;
  color: #e2e7f0;
  font-size: clamp(0.94rem, 1vw, 1rem);
  line-height: 1.62;
}

.team-contact-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-phone {
  display: inline-flex;
  align-items: center;
  border: 1px solid #3a4356;
  border-radius: 999px;
  padding: 9px 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}

.team-phone:hover,
.team-phone:focus-visible {
  background: #2a3243;
}

.team-book-btn {
  font-size: 0.9rem;
  padding: 10px 16px;
}

@media (min-width: 740px) {
  .kt-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 980px) {
  .kt-hero .container,
  .kt-section .container,
  .kt-team-intro .container,
  .kt-team-section .container {
    width: min(1140px, calc(100% - 120px));
  }

  .kt-hero-grid {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 14px;
    align-items: stretch;
  }

  .kt-grid-2 {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }

  .kt-map iframe {
    min-height: 100%;
  }

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

  .kt-team-intro {
    padding-top: 34px;
    padding-bottom: 22px;
  }

  .team-member {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }

  .team-member.reverse .team-photo {
    order: 2;
  }

  .team-member.reverse .team-copy {
    order: 1;
  }

  .team-photo img {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .team-copy {
    padding: 40px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
