:root {
  --ink: #102b2d;
  --teal: #2f8680;
  --teal-dark: #216d69;
  --gold: #d49317;
  --paper: #f7faf9;
  --white: #ffffff;
  --muted: #5c6d6e;
  --line: #dbe6e4;
  --shadow: 0 20px 55px rgba(16, 43, 45, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.75;
}

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

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

address a,
.legal-card a {
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img {
  width: clamp(180px, 24vw, 330px);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.95rem;
  color: var(--ink);
}

.main-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 8px;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--teal-dark);
  background: #e9f3f2;
  outline: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(34px, 6vw, 80px) clamp(18px, 4vw, 56px) 36px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2.15rem, 5vw, 4.9rem);
  line-height: 1.16;
}

h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1.25;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.lead {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
}

.button.primary {
  color: var(--white);
  background: var(--teal);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(16, 43, 45, 0.14);
  outline: none;
}

.hero-image {
  margin: 0;
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.hero-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

section {
  padding: 64px clamp(18px, 4vw, 56px);
}

.band {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.section-head {
  max-width: 850px;
  margin-bottom: 30px;
}

.intro-grid,
.service-grid,
.de-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.intro-grid article,
.service-card,
.legal-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(16, 43, 45, 0.05);
}

.band .intro-grid article {
  background: #fbfdfd;
}

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

.service-card {
  min-height: 230px;
}

.mini-icon,
.service-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #e8f4f2;
  border: 1px solid #cae1de;
}

.service-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #e8f4f2, #fff6e5);
}

.mini-icon i,
.service-icon i {
  color: var(--teal-dark);
  font-size: 1.35rem;
}

.service-icon i {
  font-size: 1.55rem;
}

.pricing,
.location {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.pricing p,
.location p,
.service-card p,
.intro-grid p,
.de-grid p,
.legal-card p {
  margin: 0;
  color: var(--muted);
}

.german {
  direction: ltr;
}

.de-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 12px;
  height: 7px;
  border-left: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  transform: rotate(-45deg);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #ffd47a;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(86px, 8vw, 112px);
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 16px 10px 12px;
  color: #ffffff;
  background: #1f9d5a;
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(16, 43, 45, 0.22);
  font-weight: 700;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #177e48;
  transform: translateY(-2px);
  outline: none;
}

.whatsapp-float .fa-whatsapp {
  font-size: 2.15rem;
  line-height: 1;
}

.legal-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px clamp(18px, 4vw, 56px) 72px;
}

.legal-hero {
  padding: 22px 0 34px;
}

.legal-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
}

.legal-card {
  margin-top: 18px;
}

address {
  margin-top: 16px;
  font-style: normal;
}

.contact-block {
  display: grid;
  gap: 12px;
  margin: 0;
  color: var(--muted);
}

.contact-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--ink);
}

a.contact-row {
  color: var(--teal-dark);
  font-weight: 700;
}

a.contact-row:hover,
a.contact-row:focus-visible {
  color: var(--ink);
  outline: none;
}

.contact-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #e8f4f2;
  border: 1px solid #cae1de;
}

.contact-icon i {
  color: var(--teal-dark);
  font-size: 1.15rem;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .pricing,
  .location,
  .de-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: grid;
    justify-items: center;
  }

  .hero {
    padding-top: 28px;
  }

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

@media (max-width: 640px) {
  .main-nav {
    justify-content: center;
    font-size: 0.9rem;
  }

  .main-nav a {
    min-height: 36px;
    padding: 6px 9px;
  }

  .intro-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 96px;
    width: 56px;
    padding: 10px;
    justify-content: center;
  }

  .whatsapp-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  section {
    padding-block: 46px;
  }
}
