
/* Tablet und kleine Laptops */
@media (max-width: 1080px) {
  :root {
    --radius: 22px;
    --radius-sm: 16px;
  }

  body {
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .topbar-inner {
    gap: 10px;
  }

  .navbar {
    padding: 12px 0;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .brand-title {
    font-size: .95rem;
  }

  .brand-sub {
    font-size: .72rem;
  }

  .nav-links {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    cursor: pointer;
  }

  .mobile-menu.open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 0 16px;
  }

  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 48px;
  }

  .mobile-menu .btn {
    grid-column: 1 / -1;
  }

  .hero-grid,
  .grid-2,
  .contact-layout,
  .split-banner,
  .footer-top {
    grid-template-columns: 1fr !important;
  }

  .hero-grid {
    min-height: auto;
    padding: 58px 0 92px;
  }

  .hero-card {
    justify-self: stretch;
    width: 100%;
    margin-top: 8px;
  }

  .feature-grid,
  .service-grid,
  .pricing-grid,
  .district-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .section-head {
    align-items: start;
  }

  .footer-top {
    gap: 18px;
  }
}

/* Smartphones */
@media (max-width: 760px) {
  html {
    font-size: 16px;
  }

  body {
    line-height: 1.62;
    background:
      radial-gradient(circle at 0% 0%, rgba(224,182,70,0.10), transparent 28%),
      linear-gradient(180deg, #fcfaf7 0%, var(--bg) 100%);
  }

  .container {
    width: calc(100% - 24px);
  }

  .topbar {
    font-size: .82rem;
  }

  .topbar-inner {
    display: grid !important;
    justify-content: stretch;
    padding: 8px 0;
  }

  .topbar-meta,
  .topbar-links {
    gap: 8px;
  }

  .topbar-meta span:nth-child(2) {
    display: none;
  }

  .topbar-links a {
    display: inline-flex;
    width: 100%;
    padding: 6px 0;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .navbar {
    gap: 10px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: .9rem;
  }

  .brand-title {
    font-size: .86rem;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-sub {
    font-size: .68rem;
  }

  .menu-toggle {
    padding: 10px 12px;
    min-height: 42px;
    border-radius: 13px;
    font-size: .9rem;
  }

  .mobile-menu.open {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 14px;
  }

  .mobile-menu a {
    justify-content: flex-start;
    min-height: 46px;
    padding: 12px 14px;
  }

  .mobile-menu .btn {
    justify-content: center;
    width: 100%;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    letter-spacing: -.04em;
  }

  h2 {
    font-size: clamp(1.55rem, 8vw, 2.25rem) !important;
  }

  h3 {
    font-size: 1.18rem;
  }

  .lead {
    font-size: 1rem;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(22,18,28,.94), rgba(22,18,28,.70)),
      url('../images/hero-premium.svg') center/cover no-repeat;
  }

  .hero-grid {
    padding: 42px 0 76px !important;
    gap: 22px;
  }

  .kicker {
    font-size: .78rem;
    padding: 8px 12px;
  }

  .hero-actions,
  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
    text-align: center;
  }

  .hero-facts,
  .form-grid,
  .feature-grid,
  .service-grid,
  .pricing-grid,
  .district-grid,
  .reviews-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-facts {
    gap: 12px;
    margin-top: 22px;
  }

  .hero-fact {
    padding: 15px;
  }

  .hero-card {
    padding: 14px;
    border-radius: 22px;
  }

  .hero-card img {
    border-radius: 18px;
  }

  .hero-card .mini-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-card .mini-stat {
    text-align: left;
    padding: 12px 14px;
  }

  .service-strip {
    margin-top: -34px;
  }

  .strip-shell {
    border-radius: 18px;
  }

  .strip-track {
    gap: 10px;
    padding: 13px 0;
    animation-duration: 38s;
  }

  .strip-track span {
    padding: 0 14px !important;
    font-size: .9rem;
  }

  .strip-track i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .section,
  .section-tight {
    padding: 58px 0 !important;
  }

  .section-head {
    display: grid !important;
    gap: 8px;
    margin-bottom: 22px;
  }

  .section-copy {
    max-width: none;
  }

  .card,
  .feature-box,
  .service-card-body,
  .price-card,
  .review-card,
  .faq-item,
  .contact-card,
  .district-card {
    padding: 20px;
  }

  .split-banner {
    border-radius: 22px;
    min-height: auto;
  }

  .split-banner .left,
  .split-banner .right {
    padding: 24px 20px;
  }

  .service-card img {
    aspect-ratio: 4 / 3;
  }

  .price-badge {
    position: static;
    display: inline-flex;
    margin-bottom: 10px;
  }

  .price {
    font-size: 2rem;
  }

  input,
  textarea,
  select {
    min-height: 48px;
    border-radius: 14px;
    font-size: 16px;
  }

  textarea {
    min-height: 130px;
  }

  .footer {
    margin-top: 44px;
  }

  .footer-top {
    padding: 42px 0 24px;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
    padding: 16px 0 26px;
  }

  .sticky-call {
    right: 14px;
    bottom: 14px;
  }

  .sticky-call a {
    width: 58px;
    height: 58px;
    font-size: 1.35rem;
  }
}

/* Kleine Smartphones */
@media (max-width: 480px) {
  .container {
    width: calc(100% - 20px);
  }

  .brand-title {
    max-width: 128px;
  }

  .hero-grid {
    padding-top: 34px !important;
  }

  h1 {
    font-size: clamp(1.82rem, 10.5vw, 2.45rem) !important;
  }

  h2 {
    font-size: clamp(1.42rem, 8vw, 1.95rem) !important;
  }

  .card,
  .feature-box,
  .service-card-body,
  .price-card,
  .review-card,
  .faq-item,
  .contact-card,
  .district-card {
    padding: 18px;
  }

  .hero-card {
    padding: 12px;
  }

  .topbar-meta,
  .topbar-links {
    display: grid;
  }

  .topbar-meta span {
    display: block;
  }

  .topbar-meta span:nth-child(2) {
    display: none;
  }
}
