/* Startseite: Fokus IT-Service & Webdesign */
.home-page .hero-wrap {
  overflow: hidden;
}

.home-page .hero {
  align-items: start;
}

.home-page .hero__text {
  display: flex;
  flex-direction: column;
  position: relative;
}

.home-page .hero__text::before {
  content: "IT-Service · Webdesign · Betreuung";
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(18, 103, 248, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--blue2);
  font-weight: 850;
  font-size: .82rem;
  letter-spacing: .01em;
}

.home-page .hero__media {
  order: 3;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 18px 0 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 103, 248, .14);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(241,246,255,.92));
  box-shadow: 0 28px 80px rgba(25,43,84,.16);
}

.home-page .hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0) 26%),
    linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,0) 22%, rgba(11,79,212,.04) 100%);
}

.home-page .hero__media img {
  display: block;
  width: 100%;
  height: clamp(230px, 29vw, 320px);
  object-fit: cover;
  object-position: center 50%;
  border-radius: 0;
  filter: saturate(1.04) contrast(1.02);
}

.home-page .hero__bullets {
  order: 4;
  margin-top: 4px;
}

.home-page .hero__cta {
  order: 5;
  margin-top: 10px;
}

.home-focus,
.home-price {
  margin: 28px 0;
  border: 1px solid rgba(18, 103, 248, .13);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(241,246,255,.84));
  box-shadow: var(--shadow-sm);
}

.home-focus {
  padding: 30px;
}

.home-focus__intro {
  max-width: 860px;
  margin-bottom: 22px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--blue2);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-focus__intro h2,
.home-price h2 {
  margin-top: 0;
}

.home-focus__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-focus-card {
  position: relative;
  min-height: 270px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(18, 103, 248, .16);
  border-radius: 24px;
  background: #fff;
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 16px 44px rgba(25,43,84,.09);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-focus-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,103,248,.14), transparent 68%);
}

.home-focus-card--web::after {
  background: radial-gradient(circle, rgba(124,58,237,.15), transparent 68%);
}

.home-focus-card:hover,
.home-focus-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(18, 103, 248, .34);
  box-shadow: var(--shadow);
}

.home-focus-card__badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(18, 103, 248, .10);
  color: var(--blue2);
  font-weight: 900;
  font-size: .84rem;
}

.home-focus-card--web .home-focus-card__badge {
  background: rgba(124,58,237,.10);
  color: var(--purple);
}

.home-focus-card h3 {
  max-width: 460px;
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.home-focus-card p {
  max-width: 520px;
  color: var(--muted);
}

.home-focus-card__link {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: var(--blue2);
  font-weight: 900;
}

.home-focus-card__link::after {
  content: "→";
  margin-left: 7px;
}

.home-price {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .9fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.home-price__copy p:last-child {
  margin-bottom: 0;
}

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

.home-price__list li {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(18, 103, 248, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .85);
}

.home-price__list strong {
  color: var(--text-strong);
}

.home-price__list span {
  color: var(--muted);
}

.home-price__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-page .services-main {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .home-focus,
  .home-price {
    padding: 22px;
    border-radius: 22px;
  }

  .home-focus__grid,
  .home-price {
    grid-template-columns: 1fr;
  }

  .home-focus-card {
    min-height: 0;
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .home-page .hero__text::before {
    font-size: .76rem;
  }

  .home-page .hero__media {
    margin: 16px 0 18px;
    border-radius: 22px;
  }

  .home-page .hero__media img {
    height: clamp(180px, 54vw, 240px);
  }

  .home-price__actions {
    display: grid;
  }
}
