﻿/* Shared subpage styles: generated from user-styles.css + haendler-styles.css */

/* ============================================================
   U-like-it â€” User Subpage Styles
   Erweiterung des bestehenden Design-Systems (styles.css)
   ============================================================ */


/* ---------- 1. HERO â€” User-spezifisch ---------- */
.user-hero .hero-title {
  min-height: auto;
}

.user-hero .hero-title {
  width: auto;
  max-width: 70%;
}

.user-hero-title {
  color: #fff;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 28px;
}

.hero-title-line {
  display: block;
}

.hero-title-line:nth-child(2) {
  color: #fff;
}

.user-hero-sub {
  font-size: clamp(16px, 1.8vw, 19px);
  color: rgba(255, 255, 255, 0.88);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.user-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.store-badge {
  display: inline-block;
  line-height: 0;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.store-badge:hover {
  transform: scale(1.04);
  opacity: 0.9;
}

.store-badge img {
  height: 46px;
  width: auto;
  border-radius: 8px;
}

.user-hero-micro {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 14px;
  letter-spacing: 0.02em;
}


/* ---------- 2. HOW IT WORKS â€” 3-Step Grid ---------- */
.user-how-section {
  position: relative;
  background: var(--color-bg-soft);
  overflow: hidden;
}

.user-how-blob-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.user-how-blob-bg .light-blob {
  opacity: 0.08;
  filter: blur(120px);
}

.user-how-section .container {
  position: relative;
  z-index: 1;
}

.user-steps-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}

.user-step {
  flex: 1;
  max-width: 320px;
  padding: clamp(28px, 3.5vw, 40px);
  text-align: center;
  position: relative;
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.user-step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.user-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-text);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.user-step-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: rgba(16, 123, 212, 0.08);
  color: var(--color-primary);
  transition: transform var(--transition-fast);
}

.user-step-icon-accent {
  background: rgba(14, 165, 233, 0.08);
  color: var(--color-accent);
}

.user-step:hover .user-step-icon {
  transform: scale(1.08);
}

.user-step h3 {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: var(--heading-h2-color);
  margin-bottom: 10px;
}

.user-step p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
}

.user-step-arrow {
  flex-shrink: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  opacity: 0.4;
}

.user-steps-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 520px;
  margin: 48px auto 0;
  padding: 24px 32px;
  border-left: 4px solid var(--color-accent);
}

.user-steps-highlight-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.12);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-steps-highlight-title {
  font-family: var(--font-heading);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 700;
  color: var(--heading-h2-color);
  margin-bottom: 4px;
}

.user-steps-highlight-text {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
}


/* ---------- 3. APP PREVIEW (Interactive Showcase) ---------- */
.user-preview-section {
  position: relative;
  background: var(--color-bg);
}

.user-preview-arrow {
  position: absolute;
  bottom: calc(-50px - 5%);
  left: 55%;
  transform: translateX(-50%) rotate(5deg);
  transform-origin: center bottom;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}

.user-preview-arrow-img {
  display: block;
  width: 60vw;
  max-width: none;
  height: auto;
  object-fit: contain;
  opacity: 0.3;
}

.app-showcase {
  max-width: 900px;
  margin: 0 auto;
}

.app-showcase-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.app-showcase-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-bg-muted);
  background: var(--color-bg);
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition-base);
}

.app-showcase-tab:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.app-showcase-tab.active {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.app-showcase-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}

.app-showcase-info {
  position: relative;
  min-height: 120px;
}

.app-showcase-slide-info {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s var(--ease-out-expo), transform 0.4s var(--ease-out-expo);
  pointer-events: none;
}

.app-showcase-slide-info.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.app-showcase-slide-info h3 {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  color: var(--heading-h2-color);
  margin-bottom: 12px;
}

.app-showcase-slide-info p {
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 320px;
}

.app-showcase-phone {
  flex-shrink: 0;
  width: clamp(220px, 28vw, 300px);
  position: relative;
}

.app-showcase-phone-frame {
  position: relative;
  border-radius: 32px;
  background: #0f172a;
  padding: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255,255,255,0.08) inset;
  transition: transform 0.5s var(--ease-out-expo);
}

.app-showcase-phone-frame:hover {
  transform: translateY(-4px);
}

.app-showcase-screen {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 9 / 19.5;
  background: var(--color-bg-muted);
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.app-showcase-screen:active {
  cursor: grabbing;
}

.app-showcase-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.45s ease, transform 0.45s var(--ease-out-expo);
}

.app-showcase-img.active {
  opacity: 1;
  transform: scale(1);
}

.app-showcase-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.app-showcase-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-bg-muted);
  transition: background var(--transition-base), transform var(--transition-base);
  cursor: pointer;
}

.app-showcase-dot:hover {
  background: var(--color-accent-light);
}

.app-showcase-dot.active {
  background: var(--color-accent);
  transform: scale(1.3);
}

.app-showcase-swipe-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  font-size: 13px;
  color: var(--text-muted);
  opacity: 0.6;
  animation: swipeHintPulse 2.5s ease-in-out infinite;
}

@keyframes swipeHintPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}


/* ---------- 4. LOCATION PERSONALIZATION ---------- */
.user-location-section {
  position: relative;
  background: var(--color-bg-soft);
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.user-location-blob-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.user-location-blob-bg .light-blob {
  opacity: 0.07;
  filter: blur(120px);
}

.user-location-section .container {
  position: relative;
  z-index: 1;
}

.user-location-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 88px);
  align-items: end;
  margin-top: 0;
}

.user-location-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.user-location-content .section-title {
  margin-bottom: 20px;
}

.user-location-text {
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 480px;
}

.user-location-mock {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  max-width: 360px;
  margin-bottom: 20px;
  cursor: text;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.user-location-mock:focus-within {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}

.user-location-icon {
  color: var(--color-accent);
  flex-shrink: 0;
}

.user-location-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-primary);
  outline: none;
}

.user-location-input::placeholder {
  color: var(--text-muted);
}

.user-location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.user-location-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary);
  background: var(--color-primary-light);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}

.user-location-tag:hover {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.05);
}

.user-location-tag:active {
  transform: scale(0.97);
}

.user-location-tag-more {
  background: transparent;
  color: var(--text-muted);
  border: 2px solid var(--color-bg-muted);
}

.user-location-tag-more:hover {
  background: var(--color-bg-muted);
  color: var(--text-primary);
}


/* ---------- Location Modal ---------- */
.loc-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease-out-expo);
}

.loc-modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.loc-modal {
  position: relative;
  max-width: 440px;
  width: calc(100% - 40px);
  padding: clamp(32px, 5vw, 48px);
  text-align: center;
  background: #fff;
  transform: translateY(24px) scale(0.96);
  transition: transform 0.35s var(--ease-out-expo);
}

.loc-modal-overlay.is-open .loc-modal {
  transform: translateY(0) scale(1);
}

.loc-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--color-bg-muted);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast);
}

.loc-modal-close:hover {
  background: var(--color-primary-light);
  color: var(--color-primary);
}

.loc-modal-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--gradient-text);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  animation: float 4s ease-in-out infinite;
}

.loc-modal-title {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: var(--heading-h2-color);
  margin-bottom: 12px;
}

.loc-modal-title span {
  color: var(--color-accent);
}

.loc-modal-text {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 360px;
  margin: 0 auto 28px;
}

.loc-modal-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.loc-modal-micro {
  font-size: 12px;
  color: var(--text-muted);
}

.user-location-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-self: end;
  margin: 0;
  padding: 0;
}

.user-location-image-wrap {
  width: 100%;
  max-width: 600px;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.user-location-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  transition: transform 0.5s ease;
}

.user-location-image-wrap:hover .user-location-img {
  transform: scale(1.15);
}


/* ---------- 5. SO LÃ–ST DU EIN ---------- */
.user-redeem-section {
  background: var(--color-bg);
}

.user-redeem-flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
}

.user-redeem-step {
  flex: 1;
  max-width: 260px;
  text-align: center;
  padding: 0 20px;
}

.user-redeem-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: var(--color-primary-light);
  color: var(--color-primary);
  transition: transform var(--transition-fast), background var(--transition-fast);
}

.user-redeem-icon-accent {
  background: rgba(14, 165, 233, 0.12);
  color: var(--color-accent);
}

.user-redeem-step:hover .user-redeem-icon {
  transform: scale(1.08);
}

.user-redeem-step h3 {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: var(--heading-h2-color);
  margin-bottom: 8px;
}

.user-redeem-step p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

.user-redeem-connector {
  flex-shrink: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary-light), var(--color-accent-light));
  border-radius: 1px;
  margin-top: 36px;
  align-self: flex-start;
}

.user-redeem-note {
  text-align: center;
  margin-top: 48px;
  font-size: 15px;
  color: var(--text-muted);
  font-style: italic;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}


/* ---------- SHOPS & GASTRO ---------- */
.user-categories-section {
  position: relative;
  overflow: hidden;
}

.user-categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.user-category-card {
  border-radius: var(--radius-xl, 20px);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s cubic-bezier(.4,0,.2,1);
}

.user-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.user-category-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.user-category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(.4,0,.2,1);
}

.user-category-card:hover .user-category-img {
  transform: scale(1.05);
}

.user-category-body {
  padding: 28px 28px 32px;
}

.user-category-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-primary-light, #e8eeff), var(--color-primary-lighter, #f0f4ff));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--color-primary, #4361ee);
}

.user-category-icon-accent {
  background: linear-gradient(135deg, var(--color-accent-light, #fff3e0), var(--color-accent-lighter, #fff8ef));
  color: var(--color-accent, #ff6d00);
}

.user-category-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-heading, #1a1a2e);
}

.user-category-body p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text, #555);
  margin: 0;
}

@media (max-width: 767px) {
  .user-categories-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .user-category-img-wrap {
    height: 180px;
  }

  .user-category-body {
    padding: 20px 20px 24px;
  }
}


/* ---------- 6. EXCLUSIVITY / VALUE ---------- */
.user-exclusive-section {
  position: relative;
  background: var(--color-bg-soft);
  overflow: hidden;
}

.user-exclusive-blob-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.user-exclusive-blob-bg .light-blob {
  opacity: 0.07;
  filter: blur(120px);
}

.user-exclusive-section .container {
  position: relative;
  z-index: 1;
}

.user-exclusive-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.user-exclusive-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.user-exclusive-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--color-heading, #1a1a2e);
  margin-bottom: 20px;
}

.user-exclusive-lead {
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 1.7;
  color: var(--color-text, #555);
  max-width: 420px;
}

.user-exclusive-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.user-exclusive-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: clamp(20px, 2.5vw, 28px);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.user-exclusive-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.user-exclusive-feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-light);
  color: var(--color-primary);
  transition: transform var(--transition-fast);
}

.user-exclusive-feature-icon-accent {
  background: rgba(14, 165, 233, 0.12);
  color: var(--color-accent);
}

.user-exclusive-feature h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--color-heading, #1a1a2e);
}

.user-exclusive-feature p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text, #555);
  margin: 0;
}

.user-exclusive-card:hover .user-exclusive-badge-icon {
  transform: scale(1.1);
}

.user-exclusive-card h3 {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: var(--heading-h2-color);
  margin-bottom: 12px;
}

.user-exclusive-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 300px;
  margin: 0 auto;
}

/* ---------- 7. FINAL CTA â€” Store Badges ---------- */
.user-cta-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1023px) {
  .user-hero .hero-title {
    max-width: 100%;
    width: auto;
  }

  .user-hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .user-hero-cta {
    justify-content: center;
  }

  .user-hero-micro {
    text-align: center;
  }
}

@media (max-width: 899px) {
  .user-steps-grid {
    flex-direction: column;
    gap: 16px;
  }

  .user-step {
    max-width: 100%;
  }

  .user-step-arrow {
    transform: rotate(90deg);
    width: auto;
    height: 32px;
  }

  .app-showcase-tabs {
    gap: 6px;
  }

  .app-showcase-tab {
    font-size: 13px;
    padding: 10px 16px;
  }

  .app-showcase-tab span {
    display: none;
  }

  .app-showcase-body {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
  }

  .app-showcase-info {
    text-align: center;
    min-height: auto;
  }

  .app-showcase-slide-info p {
    max-width: 100%;
    margin: 0 auto;
  }

  .app-showcase-dots {
    flex-direction: row;
  }

  .app-showcase-phone {
    width: clamp(240px, 60vw, 300px);
    order: -1;
  }

  .user-location-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .user-location-content .section-title {
    text-align: center !important;
  }

  .user-location-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .user-location-mock {
    margin-left: auto;
    margin-right: auto;
  }

  .user-location-tags {
    justify-content: center;
  }

  .user-location-visual {
    order: -1;
  }

  .user-location-image-wrap {
    max-width: 320px;
    margin: 0 auto;
  }

  .user-redeem-flow {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .user-redeem-step {
    max-width: 100%;
  }

  .user-redeem-connector {
    width: 2px;
    height: 32px;
    background: linear-gradient(180deg, var(--color-primary-light), var(--color-accent-light));
    margin-top: 0;
    margin-bottom: 0;
  }

  .user-exclusive-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .user-exclusive-hero {
    align-items: center;
  }

  .user-exclusive-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .user-exclusive-features {
    max-width: 480px;
    margin: 0 auto;
  }

  .user-exclusive-feature {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .user-hero-title {
    font-size: clamp(32px, 10vw, 48px);
  }

  .store-badge img {
    height: 40px;
  }
}


/* ============================================================
   U-like-it â€” HÃ¤ndler Subpage Styles
   Erweiterung des bestehenden Design-Systems
   Baut auf styles.css + user-styles.css auf
   ============================================================ */


/* ---------- 1. HERO â€” HÃ¤ndler Accent ---------- */
.haendler-hero-accent {
  color: #ffffff;
}

.haendler-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}


/* ---------- 5. USE CASES â€” innerhalb app-pakete-wrap, daher transparenter Hintergrund ---------- */
.app-pakete-wrap .user-location-section {
  background: transparent;
}

.app-pakete-wrap .pakete-section {
  margin-top: 50px;
}

/* ---------- 6. EINSTIEG OHNE RISIKO â€” zentriert, ohne Bild ---------- */
.haendler-pakete-centered {
  text-align: center;
}

.haendler-pakete-center-wrap {
  max-width: 680px;
  margin: 0 auto;
}

.haendler-pakete-center-wrap .pakete-label {
  display: inline-block;
}

.haendler-pakete-center-wrap .pakete-title {
  text-align: center;
}

.haendler-pakete-center-wrap .pakete-text {
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.haendler-conditions-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
  text-align: left;
  max-width: 540px;
  margin: 0 auto;
}

.haendler-conditions-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: var(--text-secondary);
}

.haendler-conditions-grid li svg {
  flex-shrink: 0;
  color: var(--color-primary);
}

/* ---------- 5. USE CASES â€” Layout-Overrides ---------- */
.app-pakete-wrap .user-location-layout {
  align-items: center;
}

.app-pakete-wrap .user-location-visual {
  align-items: center;
  align-self: center;
}

.app-pakete-wrap .user-location-image-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.app-pakete-wrap .user-location-image-wrap:hover .user-location-img {
  transform: scale(1.03);
}

/* ---------- 5. USE CASES (innerhalb user-location-layout) ---------- */
.haendler-cases-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 4px;
}

.haendler-case-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.haendler-case-icon-wrap {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 123, 212, 0.08);
  color: var(--color-primary);
  transition: transform var(--transition-fast), background var(--transition-fast);
}

.haendler-case-item:hover .haendler-case-icon-wrap {
  transform: scale(1.05);
  background: rgba(16, 123, 212, 0.12);
}

.haendler-case-label {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 4px;
}

.haendler-case-quote {
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 700;
  color: var(--heading-h2-color);
  font-style: italic;
  margin: 0 0 4px;
  line-height: 1.3;
}

.haendler-case-result {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}


/* ---------- 6. CONDITIONS (ErgÃ¤nzung zu pakete-layout) ---------- */
.haendler-conditions-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin-top: 20px;
}

.haendler-conditions-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.haendler-conditions-list li svg {
  flex-shrink: 0;
  color: var(--color-primary);
}


/* ---------- 7. ONBOARDING ---------- */
.haendler-onboarding-section {
  position: relative;
  z-index: 1;
  background: transparent;
  overflow: visible;
}

.haendler-onboarding-arrow {
  position: absolute;
  top: -120px;
  left: 5%;
  z-index: 0;
  pointer-events: none;
}

.haendler-onboarding-arrow-img {
  width: clamp(250px, 28vw, 450px);
  height: auto;
  transform: rotate(-40deg);
}

.haendler-form-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.haendler-form-card {
  padding: clamp(32px, 4vw, 44px);
  width: 100%;
  max-width: 468px;
}

.haendler-form-embed {
  min-height: 220px;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 251, 255, 0.82) 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 18px 40px rgba(148, 163, 184, 0.14);
}

.haendler-form-placeholder,
.haendler-form-admin-note {
  margin: 0;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-secondary);
  line-height: 1.6;
}

.haendler-form-admin-note strong {
  color: var(--heading-h2-color);
}

.haendler-form-embed .wpforms-container,
.haendler-form-embed .wpforms-form {
  margin: 0 !important;
  width: 100%;
}

.haendler-form-embed .wpforms-container.wpforms-render-modern {
  margin: 0 !important;
}

.haendler-form-embed .wpforms-field,
.haendler-form-embed .wpforms-form .wpforms-field {
  padding: 0 !important;
  margin: 0 0 18px !important;
}

.haendler-form-embed .wpforms-field[data-leadwerk-hidden="true"] {
  display: none !important;
}

.haendler-form-embed .wpforms-field-name fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.haendler-form-embed .wpforms-field-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
}

.haendler-form-embed .wpforms-field-name .wpforms-field-row {
  grid-template-columns: 1fr !important;
}

.haendler-form-embed .wpforms-field-row-block {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.haendler-form-embed .wpforms-field-small,
.haendler-form-embed .wpforms-field-medium,
.haendler-form-embed .wpforms-field-large {
  width: 100% !important;
  max-width: none !important;
}

.haendler-form-embed .wpforms-field-label {
  display: block !important;
  font-family: var(--font-heading);
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--heading-h2-color) !important;
  margin: 0 0 8px !important;
}

.haendler-form-embed .wpforms-field-name .wpforms-field-label {
  margin-bottom: 10px !important;
}

.haendler-form-embed .wpforms-field-sublabel {
  display: block;
  margin-top: 6px !important;
  font-size: 11px !important;
  line-height: 1.4;
  color: var(--text-muted) !important;
}

.haendler-form-embed input,
.haendler-form-embed select,
.haendler-form-embed textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1.5px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  font-family: var(--font-body);
  font-size: 15px !important;
  color: var(--text-primary) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 10px 24px rgba(148, 163, 184, 0.12) !important;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.haendler-form-embed input:focus,
.haendler-form-embed select:focus,
.haendler-form-embed textarea:focus {
  border-color: rgba(14, 165, 233, 0.58) !important;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12), 0 14px 28px rgba(14, 165, 233, 0.16) !important;
  transform: translateY(-1px);
}

.haendler-form-embed input::placeholder,
.haendler-form-embed textarea::placeholder,
.haendler-form-embed select:invalid {
  color: var(--text-muted);
}

.haendler-form-embed select {
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%230f172a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px 16px;
}

.haendler-form-embed textarea {
  min-height: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}

.haendler-form-embed .wpforms-field-description {
  margin: 8px 4px 0 !important;
  font-size: 13px !important;
  line-height: 1.5;
  color: var(--text-muted) !important;
}

.haendler-form-embed .wpforms-field.wpforms-description-promoted .wpforms-field-description,
.haendler-form-embed .wpforms-field.is-placeholder-split .wpforms-field-sublabel {
  display: none !important;
}

.haendler-form-embed .wpforms-submit-container {
  margin-top: 10px !important;
  padding: 0 !important;
  position: relative;
}

.haendler-form-embed button[type="submit"],
.haendler-form-embed .wpforms-submit {
  width: 100% !important;
  min-height: 58px;
  justify-content: center;
  padding: 16px 28px !important;
  border-radius: 999px !important;
  border: 2px solid var(--color-accent) !important;
  background: var(--color-accent) !important;
  color: var(--text-inverse) !important;
  font-family: var(--font-heading) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  box-shadow: 0 18px 30px rgba(14, 165, 233, 0.22) !important;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast) !important;
}

.haendler-form-embed button[type="submit"]:hover,
.haendler-form-embed .wpforms-submit:hover {
  background: var(--color-accent-dark) !important;
  border-color: var(--color-accent-dark) !important;
  box-shadow: 0 22px 36px rgba(14, 165, 233, 0.28) !important;
  transform: translateY(-1px);
}

.haendler-form-embed .wpforms-submit-spinner {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.haendler-form-embed .wpforms-field.wpforms-has-error input,
.haendler-form-embed .wpforms-field.wpforms-has-error select,
.haendler-form-embed .wpforms-field.wpforms-has-error textarea {
  border-color: rgba(220, 38, 38, 0.35) !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.08) !important;
}

.haendler-form-embed .wpforms-error {
  font-size: 12px !important;
  margin-top: 6px !important;
}

.haendler-form-embed .wpforms-confirmation-container-full {
  margin: 0 !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: rgba(16, 123, 212, 0.1) !important;
  color: var(--text-primary) !important;
}

.haendler-form-micro {
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 12px;
}


/* ---------- POS-Material Banner (in Onboarding-Sektion) ---------- */
.haendler-pos-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  margin-top: 28px;
}

.haendler-pos-banner .haendler-pos-icon-wrap {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-light);
  color: var(--color-primary);
}

.haendler-pos-text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.haendler-pos-text strong {
  color: var(--heading-h2-color);
}


/* ---------- 8. FAQ Wrapper ---------- */
.haendler-faq-wrap {
  position: relative;
  background: var(--color-bg-soft);
}

.haendler-faq-wrap .light-sections-blob-bg .light-blob {
  opacity: 0.08;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 899px) {
  .haendler-cases-list {
    margin-top: 0;
  }

  .haendler-form-wrap {
    justify-content: stretch;
  }

  .haendler-form-card {
    max-width: 100%;
  }

  .haendler-pos-banner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .haendler-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .haendler-hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .user-hero-title {
    font-size: clamp(36px, 10vw, 54px);
  }

  .user-hero-sub {
    font-size: 15px;
    max-width: 34ch;
  }

  .user-hero-cta {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .store-badge {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .store-badge img {
    width: min(100%, 176px);
    height: auto;
  }

  .user-steps-grid {
    gap: 12px;
  }

  .user-step,
  .user-redeem-step {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .user-step p,
  .user-redeem-step p {
    max-width: 100%;
    font-size: 14px;
  }

  .user-steps-highlight {
    flex-direction: column;
    gap: 14px;
    padding: 20px 18px;
    margin-top: 32px;
    text-align: center;
  }

  .app-showcase {
    max-width: 100%;
  }

  .app-showcase-tabs {
    width: 100%;
    flex-wrap: wrap;
  }

  .app-showcase-tab {
    flex: 1 1 120px;
    justify-content: center;
  }

  .app-showcase-body {
    gap: 20px;
  }

  .app-showcase-phone {
    width: min(100%, 250px);
  }

  .app-showcase-slide-info h3 {
    font-size: clamp(20px, 6vw, 26px);
  }

  .app-showcase-swipe-hint {
    margin-top: 12px;
  }

  .user-location-layout,
  .user-exclusive-layout {
    gap: 28px;
  }

  .user-location-mock,
  .user-location-image-wrap {
    max-width: min(100%, 280px);
  }

  .user-location-tags {
    gap: 8px;
  }

  .user-exclusive-feature {
    gap: 14px;
    padding: 18px 16px;
  }

  .user-exclusive-feature h3 {
    font-size: 1rem;
  }

  .haendler-onboarding-arrow {
    display: none;
  }

  .haendler-hero-cta {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    gap: 12px;
  }

  .haendler-hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .haendler-cases-list {
    gap: 14px;
  }

  .haendler-case-item,
  .haendler-form-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .haendler-form-embed {
    min-height: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .haendler-form-embed .wpforms-field-row {
    grid-template-columns: 1fr;
  }

  .haendler-pos-banner {
    gap: 12px;
    padding: 18px 16px;
  }
}

@media (max-width: 479px) {
  .user-hero-title {
    font-size: clamp(32px, 11vw, 42px);
  }

  .app-showcase-tab {
    flex-basis: calc(50% - 4px);
    padding: 10px 12px;
  }

  .user-step,
  .user-redeem-step,
  .user-exclusive-feature,
  .user-steps-highlight,
  .haendler-case-item,
  .haendler-form-card {
    padding: 18px 14px;
  }

  .user-location-tags {
    justify-content: center;
  }

  .haendler-pos-banner {
    padding: 16px 14px;
  }

  .haendler-form-embed {
    padding: 16px;
  }
}
