/* MAC München — Probetraining-Seite (Mobile-First) */

/* Override GP article container for this page */
.page-id-7 .inside-article { padding: 0 !important; background: var(--mac-cream) !important; }
.page-id-7 .entry-header { display: none !important; }
.page-id-7 .entry-content { padding: 0 !important; }

/* ── HERO ── */
.pt-hero {
  background: linear-gradient(180deg, var(--mac-black) 0%, #2a2a2a 100%);
  color: var(--mac-cream, #faf6f0);
  padding: 32px 20px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pt-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(197,165,114,0.12) 0%, transparent 50%),
                    radial-gradient(circle at 80% 20%, rgba(155,27,48,0.18) 0%, transparent 50%);
  pointer-events: none;
}
.pt-hero > * { position: relative; }
.pt-hero .mac-eyebrow { margin-bottom: 14px; }
.pt-hero h1 {
  font-size: 34px;
  margin-bottom: 16px;
  color: var(--mac-cream, #faf6f0);
}
.pt-hero h1 .accent {
  color: var(--mac-gold);
  font-style: italic;
}
.pt-hero-sub {
  font-size: 16px;
  color: rgba(250,246,240,0.85);
  max-width: 420px;
  margin: 0 auto 18px;
}
.pt-hero-punch {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-style: italic;
  color: var(--mac-gold);
  margin-top: 8px;
}

/* ── TRUST BAR ── */
.pt-trust {
  background: #f0e9dc;
  padding: 14px 16px;
  display: flex;
  justify-content: space-around;
  gap: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  text-align: center;
  font-size: 12px;
}
.pt-trust-item { flex: 1; color: var(--mac-red); font-weight: 600; line-height: 1.3; }
.pt-trust-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--mac-red);
  line-height: 1;
  margin-bottom: 4px;
}
.pt-trust-stars { color: var(--mac-gold); font-size: 16px; letter-spacing: 1px; }
.pt-trust-label { color: var(--mac-muted); font-weight: 400; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── FORM SECTION ── */
.pt-form-section {
  padding: 28px 18px 24px;
  background: var(--mac-cream, #faf6f0);
}
.pt-form-intro { text-align: center; margin-bottom: 22px; }
.pt-form-intro h2 { font-size: 26px; color: var(--mac-red); margin-bottom: 8px; }
.pt-form-intro p { color: var(--mac-muted); font-size: 15px; }
.pt-form-card {
  background: white;
  border-radius: 4px;
  padding: 24px 20px;
  box-shadow: 0 8px 32px rgba(155,27,48,0.15);
  border-top: 4px solid var(--mac-red);
  max-width: 560px;
  margin: 0 auto;
}

/* WPForms overrides inside form card */
.pt-form-card .wpforms-container { max-width: 100%; margin: 0; }
.pt-form-card .wpforms-field-label { font-weight: 600; font-size: 13px; letter-spacing: 0.3px; }
.pt-form-card input[type="text"],
.pt-form-card input[type="email"],
.pt-form-card input[type="tel"],
.pt-form-card select,
.pt-form-card textarea {
  font-size: 16px !important; /* 16px prevents iOS zoom */
  padding: 14px !important;
  background: var(--mac-cream) !important;
  border: 1.5px solid #e8e8e8 !important;
  border-radius: 3px !important;
}
.pt-form-card input:focus,
.pt-form-card select:focus,
.pt-form-card textarea:focus {
  border-color: var(--mac-gold) !important;
  background: white !important;
}
.pt-form-card .wpforms-submit-container button {
  width: 100% !important;
  padding: 18px !important;
  font-size: 17px !important;
  letter-spacing: 0.5px !important;
  min-height: 56px !important;
  box-shadow: 0 4px 14px rgba(155,27,48,0.3) !important;
}

/* ── WHATSAPP/TEL ALTERNATIVE ── */
.pt-alt-cta {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px dashed #e8e8e8;
  text-align: center;
}
.pt-alt-label { color: var(--mac-muted); font-size: 14px; margin-bottom: 12px; }
.pt-alt-row { display: flex; gap: 10px; }
.pt-alt-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 3px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  min-height: 50px;
  transition: transform 0.1s;
}
.pt-alt-btn:active { transform: scale(0.97); }
.pt-alt-wa { background: #25d366; color: white !important; }
.pt-alt-tel { background: white; color: var(--mac-red) !important; border: 1.5px solid var(--mac-red); }

/* ── NEXT STEPS ── */
.pt-steps { padding: 36px 18px; background: white; text-align: center; }
.pt-steps h2 { font-size: 28px; color: var(--mac-red); margin-bottom: 6px; }
.pt-steps-list { display: flex; flex-direction: column; gap: 20px; max-width: 480px; margin: 28px auto 0; }
.pt-step { display: flex; gap: 16px; text-align: left; align-items: flex-start; }
.pt-step-num {
  width: 44px; height: 44px;
  background: var(--mac-red); color: var(--mac-gold);
  font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pt-step-text strong { display: block; color: var(--mac-black, #1A1A1A); font-size: 16px; margin-bottom: 4px; }
.pt-step-text p { color: var(--mac-muted); font-size: 14px; margin: 0; }

/* ── AUTHORITY ── */
.pt-authority {
  padding: 36px 18px;
  background: var(--mac-black);
  color: var(--mac-cream, #faf6f0);
  text-align: center;
}
.pt-authority h2 { font-size: 26px; color: var(--mac-gold); margin-bottom: 14px; font-style: italic; }
.pt-authority p { max-width: 460px; margin: 0 auto 18px; color: rgba(250,246,240,0.85); font-size: 15px; }
.pt-authority .sig { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--mac-gold); font-size: 18px; margin-top: 18px; }

/* ── FAQ ── */
.pt-faq { padding: 36px 18px; background: #f0e9dc; }
.pt-faq h2 { text-align: center; color: var(--mac-red); font-size: 26px; margin-bottom: 24px; }
.pt-faq-list { max-width: 600px; margin: 0 auto; }
.pt-faq-item { background: white; border-radius: 3px; margin-bottom: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); overflow: hidden; }
.pt-faq-item summary {
  padding: 16px 18px; cursor: pointer; font-weight: 600; font-size: 15px;
  color: var(--mac-black, #1A1A1A); list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.pt-faq-item summary::-webkit-details-marker { display: none; }
.pt-faq-item summary::after { content: '+'; color: var(--mac-gold); font-size: 22px; transition: transform 0.2s; }
.pt-faq-item[open] summary::after { transform: rotate(45deg); }
.pt-faq-item .answer { padding: 0 18px 18px; color: var(--mac-muted); font-size: 14px; line-height: 1.6; }

/* ── ADDRESS ── */
.pt-address { padding: 32px 18px; background: var(--mac-cream, #faf6f0); text-align: center; }
.pt-address h3 { color: var(--mac-red); font-size: 22px; margin-bottom: 8px; }
.pt-address .addr-line { color: var(--mac-black, #1A1A1A); font-size: 15px; margin-bottom: 14px; }
.pt-address .hours { color: var(--mac-muted); font-size: 13px; line-height: 1.7; }

/* ── STICKY MOBILE CTA ── */
.pt-sticky {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--mac-black); display: flex; z-index: 99;
  border-top: 2px solid var(--mac-gold);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
}
.pt-sticky a {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 10px 4px; color: var(--mac-cream, #faf6f0) !important;
  text-decoration: none !important; font-size: 11px;
  border-right: 1px solid #333; min-height: 64px; font-weight: 500;
}
.pt-sticky a:last-child { border-right: 0; background: var(--mac-red); color: var(--mac-gold) !important; font-weight: 600; }
.pt-sticky .icon { font-size: 20px; margin-bottom: 4px; }

/* Body padding for sticky bar */
.page-id-7 body, .page-id-7 { padding-bottom: 80px; }

/* ── DESKTOP ── */
@media (min-width: 768px) {
  .pt-hero { padding: 56px 24px 48px; }
  .pt-hero h1 { font-size: 52px; }
  .pt-hero-sub { font-size: 18px; }
  .pt-trust { padding: 18px 24px; font-size: 14px; }
  .pt-form-section { padding: 56px 24px 48px; }
  .pt-form-card { padding: 36px 32px; }
  .pt-form-intro h2 { font-size: 32px; }
  .pt-steps, .pt-authority, .pt-faq { padding: 56px 24px; }
  .pt-steps h2, .pt-authority h2, .pt-faq h2 { font-size: 34px; }
  .page-id-7 body, .page-id-7 { padding-bottom: 0; }
  .pt-sticky { display: none; }
}

/* Fix: Dropdown text abgeschnitten */
.pt-form-card select,
.pt-form-card .wpforms-field-select select {
  height: auto !important;
  min-height: 52px !important;
  padding: 14px 40px 14px 14px !important;
  line-height: 1.4 !important;
  font-size: 16px !important;
  white-space: normal !important;
  overflow: visible !important;
}
.pt-form-card .wpforms-field select option {
  padding: 10px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
