/*
 Theme Name:   Zuckerkiste Child
 Theme URI:    https://www.pulheimer-zuckerkiste.de
 Description:  Child-Theme für die Pulheimer Zuckerkiste – basierend auf Astra
 Author:       Frank Leschik
 Author URI:   https://www.pulheimer-zuckerkiste.de
 Template:     astra
 Version:      1.0.0
 Text Domain:  zuckerkiste-child
*/

/* =========================================================
   Design-Variablen – Zuckerkiste Brand
   ========================================================= */
:root {
  --pink:        #e91e8c;
  --pink-light:  #ff6abf;
  --pink-dark:   #c0156e;
  --teal:        #00c2cb;
  --yellow:      #ffd600;
  --dark:        #1a1a2e;
  --text:        #2d2d3a;
  --text-muted:  #6b7280;
  --gradient:    linear-gradient(135deg, #e91e8c 0%, #ff6abf 50%, #ff9ecd 100%);
  --radius:      16px;
  --radius-lg:   24px;
}

/* =========================================================
   Global Overrides
   ========================================================= */
body {
  font-family: 'Nunito', sans-serif !important;
  color: var(--text);
}

h1, h2, h3, h4 {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
}

/* =========================================================
   Buttons – Primär
   ========================================================= */
.wp-block-button__link,
.ast-button,
input[type="submit"],
button[type="submit"] {
  background: var(--gradient) !important;
  border: none !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 20px rgba(233,30,140,.35) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.wp-block-button__link:hover,
.ast-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(233,30,140,.5) !important;
}

/* =========================================================
   Header / Navigation
   ========================================================= */
.ast-primary-header-bar {
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
}
.main-header-bar .site-title a {
  font-weight: 900 !important;
  font-size: 1.2rem !important;
}
.ast-primary-nav-responsive .menu-item a {
  font-weight: 600;
}
.ast-primary-nav-responsive .menu-item a:hover {
  color: var(--pink) !important;
}

/* =========================================================
   Amelia Booking – Farbanpassung
   ========================================================= */
.amelia-app-booking .el-button--primary,
.amelia-app-booking .fc-button-primary {
  background: var(--gradient) !important;
  border-color: var(--pink) !important;
  border-radius: 100px !important;
}
.amelia-app-booking .el-checkbox__input.is-checked .el-checkbox__inner,
.amelia-app-booking .el-radio__input.is-checked .el-radio__inner {
  background-color: var(--pink) !important;
  border-color: var(--pink) !important;
}
.amelia-app-booking a,
.amelia-app-booking .color-primary {
  color: var(--pink) !important;
}
.amelia-app-booking .fc-event {
  background: var(--gradient) !important;
  border-color: var(--pink) !important;
}

/* =========================================================
   WhatsApp Float Button
   ========================================================= */
.wa-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: transform .25s ease, box-shadow .25s ease;
  text-decoration: none !important;
}
.wa-float:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,211,102,.6);
}
.wa-float svg { color: #fff; fill: #fff; }

/* =========================================================
   Hero-Sektion (Elementor)
   ========================================================= */
.zk-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1b4e 40%, #e91e8c 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.zk-hero .elementor-heading-title { color: #fff; }
.zk-hero .elementor-widget-text-editor p { color: rgba(255,255,255,.85); }

/* =========================================================
   Geräte / Service Cards (Elementor)
   ========================================================= */
.zk-service-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  border: 1px solid #e5e7eb;
  transition: transform .25s ease, box-shadow .25s ease;
}
.zk-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,.14);
}

/* =========================================================
   Pakete-Sektion (Elementor)
   ========================================================= */
.zk-pakete-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}
.zk-paket-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
}
.zk-paket-card--highlight {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.25);
  box-shadow: 0 8px 40px rgba(233,30,140,.25);
}

/* =========================================================
   Bewertungen (Elementor)
   ========================================================= */
.zk-review-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  border: 1px solid #e5e7eb;
}
