@media (max-width: 767px) {

  /* ===== GRUNDLAYOUT ===== */
  body {
    font-size: 16px;
    overflow-x: hidden;
  }

  .container, .wrap {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  /* ===== EMERGENCY BAR ===== */
  .emergency-bar {
    font-size: 13px;
    padding: 8px 16px;
    flex-wrap: wrap;
    gap: 4px;
    text-align: center;
    justify-content: center;
  }

  /* ===== NAVIGATION ===== */
  .nav-inner {
    padding: 0 16px;
    height: 60px;
  }

  .nav-brand-logo {
    height: 36px;
    width: auto;
  }

  .nav-links,
  .nav-right {
    display: none;
  }

  .hbg {
    display: flex;
  }

  /* ===== MOBILE MENU ===== */
  .mob-menu {
    padding: 16px;
    gap: 4px;
  }

  .mob-menu a,
  .mob-submenu-toggle {
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  /* ===== HERO ===== */
  .hero-content,
  .home-hero .hero-content {
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .hero-image {
    order: -1;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
  }

  .hero-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
  }

  .hero-text {
    width: 100%;
  }

  .hero-title {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-subtitle p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .hero-cta {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .hero-cta .btn-primary-lg,
  .hero-cta .btn-phone-lg {
    width: 100%;
    text-align: center;
    padding: 16px;
    font-size: 16px;
    border-radius: 10px;
  }

  .hero-trust-points {
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }

  /* ===== TRUST BAR ===== */
  .trust-bar-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .tb-item {
    padding: 12px 16px;
    font-size: 14px;
  }

  .tb-divider {
    display: none;
  }

  /* ===== PAKETE ===== */
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 4px;
  }

  .pricing-card {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .pricing-card .price {
    font-size: 32px;
  }

  /* ===== CITY LINK GRID ===== */
  .city-link-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .city-link-card {
    padding: 14px 12px;
    border-radius: 10px;
  }

  .city-link-name {
    font-size: 14px;
  }

  .city-link-copy {
    font-size: 12px;
  }

  /* ===== LANDLORD / HAUSBESITZER ===== */
  .landlord-inner {
    flex-direction: column;
    gap: 24px;
  }

  .landlord-main {
    width: 100%;
  }

  .landlord-cta {
    width: 100%;
    text-align: center;
  }

  .landlord-cta .btn-primary-lg {
    width: 100%;
    padding: 16px;
    font-size: 16px;
  }

  /* ===== WHY GRID ===== */
  .why-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why-copy h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .why-img {
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
  }

  .why-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ===== REVIEWS ===== */
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .review-card {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .reviews-overall {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  /* ===== FOUNDER ===== */
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .founder-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    max-height: 260px;
  }

  .founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .founder-text h2 {
    font-size: 24px;
  }

  .founder-facts {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .founder-text .btn {
    width: 100%;
    text-align: center;
    padding: 16px;
  }

  /* ===== PARTNER NETWORK ===== */
  .partner-network-card {
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
    border-radius: 14px;
  }

  .partner-network-side .btn {
    width: 100%;
    text-align: center;
  }

  /* ===== FAQ ===== */
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq-item {
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  /* ===== CITIES ===== */
  .home-cities-head {
    flex-direction: column;
    gap: 12px;
  }

  .city-link-grid-home {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  /* ===== CTA FINAL ===== */
  .cta-fin-inner {
    padding: 32px 20px;
  }

  .cta-fin-inner h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .cta-fin-btns {
    flex-direction: column;
    gap: 12px;
  }

  .cta-fin-btns .btn {
    width: 100%;
    padding: 16px;
    text-align: center;
  }

  /* ===== FOOTER ===== */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  /* ===== STICKY MOBILE BAR ===== */
  .mobile-sticky-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #1a2332;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 10px 16px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    gap: 10px;
  }

  .mobile-sticky-bar a {
    flex: 1;
    text-align: center;
    padding: 12px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .mobile-sticky-bar .msb-call {
    background: rgba(255,255,255,0.1);
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
  }

  .mobile-sticky-bar .msb-cta {
    background: #2563eb;
    color: white;
  }

  /* Abstand für sticky bar am Seitenende */
  body {
    padding-bottom: 72px;
  }

  /* ===== ALLGEMEIN ===== */
  h1 { font-size: 24px; line-height: 1.28; font-weight: 500; }
  h2 { font-size: 20px; line-height: 1.32; font-weight: 500; }
  h3 { font-size: 17px; line-height: 1.36; font-weight: 500; }

  .sec {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .section-sub {
    font-size: 15px;
    line-height: 1.6;
  }

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

  /* ===== MOBILE HERO REIHENFOLGE ===== */
  .home-hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 14px !important;
    padding: 0 0 18px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .home-hero .hero-image {
    order: 1;
    margin-top: 0 !important;
    width: 100% !important;
    max-width: none !important;
    align-self: stretch !important;
  }

  .home-hero .hero-img-placeholder {
    border-radius: 0 !important;
    aspect-ratio: 16 / 10 !important;
    min-height: 0 !important;
  }

  .home-hero .hero-image img {
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center 22% !important;
  }

  .home-hero .hero-text {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 6px 16px 0 !important;
    align-items: stretch !important;
  }

  .home-hero .hero-title {
    order: 1;
    font-size: clamp(1.7rem, 6.2vw, 2rem) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.03em !important;
    margin: 0 !important;
    max-width: none !important;
    text-align: left !important;
    text-wrap: balance;
    font-weight: 500 !important;
  }

  .home-hero .hero-cta {
    order: 2;
    margin: 4px 0 0 !important;
    gap: 10px !important;
    width: 100% !important;
    justify-content: stretch !important;
  }

  .home-hero .hero-subtitle {
    order: 3;
    margin: 2px 0 0 !important;
    max-width: none !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
    text-align: left !important;
  }

  .home-hero .hero-lead {
    font-size: 14px !important;
    line-height: 1.58 !important;
    margin: 0 !important;
  }

  .home-hero .hero-subtitle-blocks p {
    font-size: 14px !important;
    line-height: 1.62 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .home-hero .hero-subtitle-blocks p + p {
    margin-top: 8px !important;
  }

  .home-hero .hero-trust-points {
    order: 4;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 8px !important;
    padding: 0;
    list-style: none;
  }

  .home-hero .hero-trust-points li {
    width: 100% !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 13px 14px !important;
    border: 1px solid rgba(37,99,235,0.10) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 22px rgba(15,23,42,0.05) !important;
  }

  .home-hero .hero-trust-points li span {
    font-size: 14px !important;
    line-height: 1.35 !important;
    color: #22344d;
  }

  .home-hero .hero-trust-points svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #2563eb;
  }

  .home-hero .btn-primary-lg,
  .home-hero .btn-phone-lg {
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    justify-content: center !important;
  }

  /* ===== LANDLORD / HAUSBESITZER FEIN ===== */
  .landlord-inner {
    display: block !important;
    padding: 24px 18px !important;
    gap: 0 !important;
  }

  .landlord-main {
    display: block !important;
    width: 100% !important;
  }

  .landlord-icon {
    display: none !important;
  }

  .landlord-text {
    width: 100% !important;
  }

  .landlord-text h2 {
    font-size: 17px !important;
    line-height: 1.24 !important;
    margin: 12px 0 10px !important;
    max-width: none !important;
    text-align: left !important;
    font-weight: 500 !important;
  }

  .landlord-text p {
    font-size: 14px !important;
    line-height: 1.62 !important;
    max-width: none !important;
    margin: 0 0 16px !important;
  }

  .landlord-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .landlord-list li {
    width: 100% !important;
    display: block !important;
    padding: 16px 16px 18px !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .landlord-cta {
    width: 100% !important;
    max-width: none !important;
    margin-top: 16px !important;
    padding: 18px 16px !important;
  }

  .landlord-cta .btn-primary-lg {
    width: 100% !important;
  }

  .city-link-grid,
  .city-link-grid-home {
    grid-template-columns: 1fr !important;
  }

  .pricing-grid {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  /* ===== MOBILE POLISH ===== */
  body {
    padding-top: 74px !important;
    padding-bottom: 118px !important;
    background: #fbfdff;
  }

  .container,
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* obere Service-Leiste ruhiger und kompakter */
  .emergency-bar {
    display: none !important;
  }

  /* Header deutlich cleaner */
  .nav {
    top: 0 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(18px) !important;
    border-bottom: 1px solid #e8eef7 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  }

  .nav-inner {
    min-height: 74px !important;
    height: 74px !important;
    padding: 0 18px !important;
  }

  .nav-brand {
    min-width: 0;
  }

  .nav-brand-logo {
    height: 42px !important;
    width: auto !important;
    transform: none !important;
    left: 0 !important;
    filter: none !important;
  }

  .hbg {
    width: 44px;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe7f3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .hbg span {
    width: 20px;
    height: 2.5px;
    background: #21344e;
  }

  .mob-menu {
    top: 74px !important;
    padding: 18px 18px 28px !important;
    background: rgba(255, 255, 255, 0.99) !important;
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 40px rgba(15, 23, 42, 0.08);
  }

  .mob-menu a,
  .mob-submenu-toggle {
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #edf2f8;
  }

  .mob-submenu-links {
    padding: 2px 0 10px !important;
  }

  .mob-submenu-links a {
    padding: 11px 0 11px 14px;
    font-size: 15px;
    border-bottom: none;
    border-left: 2px solid transparent;
  }

  .mob-menu-cta {
    margin-top: 16px;
    gap: 12px;
  }

  .home-hero,
  .page-hero {
    margin-top: 0 !important;
  }

  .home-hero .hero-content,
  .page-hero > .container,
  .page-hero > .wrap {
    padding-top: 0 !important;
  }

  /* Hero hochwertiger und ruhiger */
  .home-hero .hero-content {
    gap: 18px !important;
    padding: 0 0 14px !important;
  }

  .home-hero .hero-image {
    width: 100% !important;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.10);
  }

  .home-hero .hero-img-placeholder {
    border-radius: 20px !important;
    aspect-ratio: 16 / 11 !important;
  }

  .home-hero .hero-text {
    padding: 0 !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: none !important;
  }

  .home-hero .hero-title {
    font-size: clamp(1.55rem, 5.9vw, 2rem) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.045em !important;
    max-width: none !important;
    width: 100% !important;
    text-wrap: pretty !important;
  }

  .home-hero .hero-subtitle,
  .home-hero .hero-subtitle-blocks {
    margin-top: 2px !important;
  }

  .home-hero .hero-lead,
  .home-hero .hero-subtitle-blocks p {
    font-size: 15px !important;
    line-height: 1.62 !important;
    color: #475569 !important;
  }

  .home-hero .hero-cta {
    gap: 12px !important;
    margin-top: 2px !important;
  }

  .home-hero .btn-primary-lg,
  .home-hero .btn-phone-lg {
    min-height: 56px !important;
    border-radius: 16px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
  }

  .home-hero .btn-phone-lg {
    background: #fff !important;
    border: 1px solid #dbe5f2 !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05) !important;
  }

  .home-hero .hero-trust-points {
    gap: 12px !important;
    margin-top: 10px !important;
  }

  .home-hero .hero-trust-points li {
    min-height: 56px !important;
    padding: 15px 16px !important;
    border: 1px solid #e6edf7 !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04) !important;
  }

  .home-hero .hero-trust-points li span {
    font-size: 15px !important;
    color: #26384f;
  }

  /* Trust-Bar auf Mobile als Swipe statt als lange Liste */
  .home-trust-bar {
    display: none !important;
  }

  .home-trust-bar .trust-bar-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    padding: 0 2px 8px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .home-trust-bar .trust-bar-inner::-webkit-scrollbar {
    display: none;
  }

  .home-trust-bar .tb-item {
    flex: 0 0 84%;
    min-width: 84%;
    justify-content: flex-start !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    padding: 18px 18px !important;
    border: 1px solid #e5edf7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
    scroll-snap-align: start;
  }

  .home-trust-bar .tb-item:first-child {
    margin-left: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    flex: 0 0 84%;
  }

  .home-trust-bar .tb-divider {
    display: none !important;
  }

  /* Preisboxen quer zum Swipen */
  .home-pricing .pricing-grid,
  .packages-section .pricing-grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(86%, 86%) !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    padding: 18px 2px 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .home-pricing .pricing-grid::-webkit-scrollbar,
  .packages-section .pricing-grid::-webkit-scrollbar {
    display: none;
  }

  .home-pricing .pcard,
  .packages-section .pcard {
    scroll-snap-align: start;
    border-radius: 22px !important;
    padding: 38px 18px 20px !important;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    overflow: visible !important;
  }

  .home-pricing .pcard.featured,
  .packages-section .pcard.featured {
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.18), 0 18px 36px rgba(15, 23, 42, 0.08) !important;
  }

  .home-pricing .pbadge,
  .packages-section .pbadge {
    top: -14px !important;
    padding: 5px 14px !important;
    font-size: 0.62rem !important;
    line-height: 1.2 !important;
  }

  .home-pricing .pcta-main,
  .home-pricing .pcta-sec,
  .packages-section .pcta-main,
  .packages-section .pcta-sec {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
  }

  /* Nur eine einzige mobile Sticky-Leiste */
  .sbar {
    display: none !important;
  }

  .mobile-sticky-bar {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 995;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(18px);
    border-top: 1px solid #e6edf7 !important;
    box-shadow: 0 -18px 40px rgba(15, 23, 42, 0.10);
  }

  .mobile-sticky-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-sticky-call {
    color: #223a57 !important;
    background: #fff !important;
    border: 1px solid #d9e4f2 !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  }

  .mobile-sticky-cta {
    color: #fff !important;
    background: linear-gradient(135deg, #1b2f52 0%, #2a61df 100%) !important;
    box-shadow: 0 12px 24px rgba(33, 88, 207, 0.26);
  }

  .wa-float {
    width: 58px;
    height: 58px;
    right: 14px !important;
    bottom: calc(108px + env(safe-area-inset-bottom)) !important;
  }

  .wa-tip {
    display: none !important;
  }

  .nav .nav-brand-logo {
    height: 40px !important;
    width: auto !important;
    transform: scale(1.52) !important;
    transform-origin: left center !important;
    left: 14px !important;
  }
}
