/* Minimal Apple-Style Grunddesign */
body.apple-bg {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    'Helvetica Neue', Arial, sans-serif;
  background: #fafafc;
  color: #111;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

/* Edle Sticky Navigation */
.nav-elegant {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s;
}
.nav-elegant.scrolled {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}
.nav-elegant-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 32px;
}
.nav-elegant-logo img {
  height: 96px;
  width: auto;
  display: block;
  margin: 0 32px 0 0;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.04));
  background: #fff;
  border: 1.5px solid #222;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 4px;
  transition: border 0.2s;
}
.nav-elegant-links {
  display: flex;
  gap: 48px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  flex: 1 1 auto;
  justify-content: center;
}
.nav-elegant-links a {
  color: #222;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 4px 0;
  border: none;
  background: none;
  position: relative;
  transition: color 0.2s;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial,
    sans-serif;
}
.nav-elegant-links a::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: #222;
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 auto;
}
.nav-elegant-links a:hover::after {
  width: 100%;
}
.nav-elegant-links a:hover {
  color: #111;
}
/* Aktive Navigation - zeigt aktuelle Seite */
.nav-elegant-links a.active {
  color: #111;
  font-weight: 500;
}
.nav-elegant-links a.active::after {
  width: 100%;
  background: #0071e3;
}
.nav-elegant-cta {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  padding: 10px 32px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial,
    sans-serif;
  margin-left: 32px;
  border: none;
}
.nav-elegant-cta:hover {
  background: #333;
  color: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

/* Aktiver Kontakt-Button */
.nav-elegant-cta.active {
  background: #0071e3;
  color: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 113, 227, 0.15);
}

.nav-elegant-cta.active:hover {
  background: #005bb5;
  box-shadow: 0 6px 32px 0 rgba(0, 113, 227, 0.25);
}

.apple-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  background: linear-gradient(120deg, #f8fafc 60%, #e9e9ee 100%);
  border-bottom: 1px solid #ececec;
}
.apple-hero-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 96px 16px 64px 16px;
}
.apple-hero-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: #111;
}
.apple-hero-sub {
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 40px;
  font-weight: 400;
}
.apple-hero-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}
.apple-hero-btn:hover {
  background: #222;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.apple-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 16px 0 16px;
}
.apple-section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: -0.01em;
}
.apple-cards {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.apple-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
  padding: 40px 32px;
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.apple-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-4px) scale(1.03);
}
.apple-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}
.apple-card p {
  color: #444;
  font-size: 1rem;
  margin: 0;
}

/* Portfolio Cards */
.apple-portfolio-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
}
.apple-portfolio-card h3 {
  margin-bottom: 6px;
}
.apple-portfolio-card p {
  font-size: 0.98rem;
  color: #666;
}

/* Testimonials */
.apple-testimonials {
  gap: 32px;
}
.apple-testimonial {
  align-items: flex-start;
  min-width: 260px;
  max-width: 340px;
  padding: 32px 28px 28px 28px;
}
.apple-testimonial-text {
  font-size: 1.1rem;
  color: #222;
  font-style: italic;
  margin-bottom: 24px;
}
.apple-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.apple-testimonial-meta img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ececec;
}
.apple-testimonial-meta span {
  font-weight: 600;
  color: #111;
}
.apple-testimonial-meta small {
  color: #666;
  font-size: 0.95rem;
}

/* CTA Section */
.apple-cta {
  text-align: center;
  padding-bottom: 96px;
}

/* Footer */
.apple-footer {
  background: #f5f5f7;
  border-top: 1px solid #ececec;
  padding: 40px 0 24px 0;
  color: #888;
  font-size: 0.98rem;
}
.apple-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.apple-footer-inner ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.apple-footer-inner a {
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}
.apple-footer-inner a:hover {
  color: #111;
}

/* Ultra-edles Kontaktformular */
.kontakt-form-ultra {
  background: linear-gradient(120deg, #fff 60%, #f5f5f7 100%);
  border-radius: 32px;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.1), 0 1.5px 0 0 #e5e5ea;
  padding: 48px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border: none;
  max-width: 600px;
  margin: 0 auto;
  animation: kontaktFadeIn 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.kontakt-form-row {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: space-between;
}
.kontakt-form-group {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  max-width: 100%;
}
.kontakt-form-ultra label {
  font-weight: 600;
  color: #222;
  font-size: 1.08rem;
  margin-bottom: 2px;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.kontakt-form-ultra input,
.kontakt-form-ultra textarea {
  background: #f8fafc;
  border: 1.5px solid #e5e5ea;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 1.08rem;
  font-family: inherit;
  color: #111;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
  width: 100%;
  box-sizing: border-box;
}
.kontakt-form-ultra input:focus,
.kontakt-form-ultra textarea:focus {
  border: 1.5px solid #0071e3;
  box-shadow: 0 4px 24px 0 rgba(0, 113, 227, 0.08);
}
.kontakt-form-ultra input::placeholder,
.kontakt-form-ultra textarea::placeholder {
  color: #bbb;
  font-style: italic;
  opacity: 1;
}
.kontakt-form-btn {
  background: linear-gradient(90deg, #0071e3 60%, #34c759 100%);
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
  padding: 18px 0;
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 32px 0 rgba(0, 113, 227, 0.1);
  cursor: pointer;
  margin-top: 12px;
  letter-spacing: 0.03em;
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
  width: 100%;
}
.kontakt-form-btn:hover {
  background: linear-gradient(90deg, #005bb5 60%, #28a745 100%);
  box-shadow: 0 8px 48px 0 rgba(0, 113, 227, 0.16);
  transform: translateY(-2px) scale(1.01);
}
@keyframes kontaktFadeIn {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* --- Responsive Design: Konsolidierte Media Queries --- */

/* Mobile: bis 700px */
@media (max-width: 700px) {
  /* Kontaktformular */
  .kontakt-form-row {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .kontakt-form-ultra {
    padding: 28px 8px 24px 8px;
  }
  .kontakt-form-group {
    width: 100%;
  }
}

/* Tablet: 701px bis 900px */
@media (min-width: 701px) and (max-width: 900px) {
  .apple-cards {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .apple-section {
    padding: 64px 8px 0 8px;
  }
  .nav-elegant-inner {
    flex-direction: column;
    gap: 16px;
    padding: 0 12px;
  }
  .nav-elegant-logo img {
    margin: 0 0 16px 0;
  }
  .nav-elegant-links {
    gap: 28px;
  }
  .nav-elegant-cta {
    margin-left: 0;
    margin-top: 12px;
  }
}

/* Tablet: 601px bis 768px (Navigation bleibt sichtbar) */
@media (min-width: 601px) and (max-width: 768px) {
  .nav-toggle {
    display: none !important;
  }
  .mobile-menu {
    display: none !important;
  }
  .nav-elegant-inner .nav-elegant-links {
    display: flex !important;
  }
  .nav-elegant-inner .nav-elegant-cta {
    display: inline-block !important;
  }
}

/* Mobile & kleine Tablets: bis 768px */
@media (max-width: 768px) {
  /* Typografie & Cards */
  .apple-hero-title {
    font-size: 2.1rem;
  }
  .apple-section-title {
    font-size: 1.3rem;
  }
  .apple-card {
    padding: 24px 12px;
  }
  /* Footer */
  .apple-footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  /* Navigation: Mobile Layout */
  .nav-toggle {
    display: block;
  }
  .nav-elegant-inner .nav-elegant-links:not(.mobile-menu) {
    display: none !important;
  }
  .nav-elegant-inner .nav-elegant-cta {
    display: none !important;
  }
  .nav-elegant-inner {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    gap: 16px;
  }
  .nav-elegant-logo img {
    height: 40px;
    padding: 2px;
    border-radius: 8px;
  }
  .nav-elegant-links a {
    font-size: 1rem;
  }
}

/* --- Ende Responsive Design --- */

/* Entfernte/ersetzte doppelte Media Queries und sortiert nach Breakpoint. */

/* Utility-Klassen */
.btn {
  display: inline-block;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.btn-primary {
  background: #111;
  color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  padding: 16px 40px;
  font-size: 1.1rem;
}
.btn-primary:hover {
  background: #222;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.btn-accent {
  background: linear-gradient(90deg, #0071e3 60%, #34c759 100%);
  color: #fff;
  font-size: 1.18rem;
  font-weight: 700;
  padding: 18px 0;
  border: none;
  box-shadow: 0 4px 32px 0 rgba(0, 113, 227, 0.1);
  letter-spacing: 0.03em;
  width: 100%;
}
.btn-accent:hover {
  background: linear-gradient(90deg, #005bb5 60%, #28a745 100%);
  box-shadow: 0 8px 48px 0 rgba(0, 113, 227, 0.16);
  transform: translateY(-2px) scale(1.01);
}
.card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
  padding: 40px 32px;
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-4px) scale(1.03);
}
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: -0.01em;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Komponenten-Klassen direkt auf Utility-Klassen umstellen */
.apple-hero-btn {
  display: inline-block;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  background: #111;
  color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
  padding: 16px 40px;
  font-size: 1.1rem;
}
.apple-hero-btn:hover {
  background: #222;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.kontakt-form-btn {
  display: inline-block;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.1s;
  cursor: pointer;
  background: linear-gradient(90deg, #0071e3 60%, #34c759 100%);
  color: #fff;
  font-size: 1.18rem;
  padding: 18px 0;
  border: none;
  box-shadow: 0 4px 32px 0 rgba(0, 113, 227, 0.1);
  letter-spacing: 0.03em;
  width: 100%;
}
.kontakt-form-btn:hover {
  background: linear-gradient(90deg, #005bb5 60%, #28a745 100%);
  box-shadow: 0 8px 48px 0 rgba(0, 113, 227, 0.16);
  transform: translateY(-2px) scale(1.01);
}
.apple-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
  padding: 40px 32px;
  min-width: 260px;
  max-width: 340px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.apple-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-4px) scale(1.03);
}
.apple-section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: -0.01em;
}

/* Utility-Klasse für Card-Bilder */
.card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
}

/* Utility-Klasse für Abschnittsbeschreibungen */
.section-desc {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 36px auto;
  color: #444;
  font-size: 1.08rem;
}
.section-desc-muted {
  color: #888;
  font-size: 0.98rem;
  margin-top: 12px;
  margin-bottom: 0;
}

/* Fehlermeldungen für Formulare */
.form-error {
  color: #e53935;
  font-size: 0.98rem;
  margin-top: 4px;
}

/* --- Inline-Styles aus HTML ausgelagert --- */

.hero-title-z2 {
  position: relative;
  z-index: 2;
}

.maxw-1100 {
  max-width: 1100px;
}

.maxw-900 {
  max-width: 900px;
}

.maxw-800 {
  max-width: 800px;
}

.maxw-600 {
  max-width: 600px;
}

.text-center-600-48-444 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px auto;
  color: #444;
}

.section-desc-muted-box {
  max-width: 600px;
  margin-bottom: 40px;
}

.section-box {
  position: relative;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.07);
  padding: 36px 32px 32px 32px;
  border: 1.5px solid #e5e5ea;
  text-align: left;
}

.section-box-badge {
  position: absolute;
  top: -18px;
  left: 32px;
  background: #111;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 4px 18px;
  border-radius: 16px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.section-box-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  letter-spacing: -1px;
}

.section-box-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0071e3;
  margin-bottom: 18px;
}

.section-box-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  font-size: 1.08rem;
  color: #222;
}

.section-box-list li {
  margin-bottom: 7px;
}

.section-box-list span {
  color: #34c759;
  font-size: 1.2em;
  margin-right: 7px;
}

.section-box-footer {
  color: #888;
  font-size: 0.98rem;
  line-height: 1.6;
  border-top: 1px solid #f0f0f5;
  padding-top: 12px;
}

.section-title-small {
  font-size: 1.2rem;
  margin-top: 40px;
}

.section-title-small-32 {
  font-size: 1.2rem;
  margin-top: 32px;
}

.p-100-20 {
  padding: 100px 20px;
}

.color-e53935 {
  color: #e53935;
}

.fontw-600 {
  font-weight: 600;
}

.flex-wrap-gap-18-32 {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  margin-bottom: 8px;
}

.flex-wrap-gap-12-32 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin-bottom: 8px;
}

.flex-align-center-gap-8 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text-blue-link {
  color: #0071e3;
  text-decoration: none;
}

.display-none {
  display: none;
}

.resize-vertical {
  resize: vertical;
}

/* Modern Price Table Styles */
.table-responsive {
  overflow-x: auto;
  margin-bottom: 48px;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px solid #e5e5ea;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial,
    sans-serif;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.04);
}

.price-table-header {
  background: #f8fafc;
  border-bottom: 2px solid #e5e5ea;
}

.price-table-header-item {
  padding: 20px 24px;
  text-align: left;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1d1d1f;
  letter-spacing: -0.01em;
  border: none;
  position: sticky;
  top: 0;
  z-index: 10;
}

.price-table-header-item:first-child {
  border-top-left-radius: 16px;
}

.price-table-header-item:last-child {
  border-top-right-radius: 16px;
  text-align: right;
}

.price-table-header-item:nth-child(2) {
  width: 50%;
}

.price-table-row {
  transition: background 0.15s ease;
  border-bottom: 1px solid #f0f0f5;
}

.price-table-row:hover {
  background: #f8fafc;
}

.price-table-row:last-child {
  border-bottom: none;
}

.price-table-row-alt {
  background: #fafafc;
}

.price-table-row-alt:hover {
  background: #f5f5f7;
}

.price-table-cell {
  padding: 18px 24px;
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
  border: none;
  vertical-align: top;
}

.price-table-cell:first-child {
  font-weight: 600;
  color: #1d1d1f;
  font-size: 1.05rem;
}

.price-table-cell-price {
  font-weight: 700;
  font-size: 1.2rem;
  color: #0071e3;
  text-align: right;
  white-space: nowrap;
}

/* Responsive Tabellen */
@media (max-width: 768px) {
  .price-table-header-item,
  .price-table-cell {
    padding: 14px 16px;
    font-size: 0.95rem;
  }

  .price-table-cell:first-child {
    font-size: 1rem;
  }

  .price-table-cell-price {
    font-size: 1.1rem;
  }

  .price-table-header-item:nth-child(2) {
    width: auto;
  }
}

@media (max-width: 600px) {
  .table-responsive {
    border-radius: 12px;
  }

  .price-table {
    border-radius: 12px;
  }

  .price-table-header-item,
  .price-table-cell {
    padding: 12px 14px;
    font-size: 0.9rem;
  }

  .price-table-cell:first-child {
    font-size: 0.95rem;
  }

  .price-table-cell-price {
    font-size: 1rem;
  }
}

/* Spezielle Hervorhebungen für Pakete */
.price-table-featured-row {
  background: #f0f8ff;
  border-left: 4px solid #0071e3;
  position: relative;
}

.price-table-featured-row::before {
  content: 'Beliebt';
  position: absolute;
  top: -10px;
  left: 20px;
  background: #0071e3;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
}

.price-table-featured-row:hover {
  background: #e6f3ff;
}

.price-table-featured-row .price-table-cell-price {
  color: #005bb5;
  font-size: 1.3rem;
}

html {
  /* Modern text-size-adjust for current browsers */
  text-size-adjust: 100%;

  /* Legacy browser support (older mobile browsers) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Missing utility classes for price tables */
.text-muted {
  color: #888;
}

.text-sm {
  font-size: 0.875rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.text-center {
  text-align: center;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-gray-600 {
  color: #6b7280;
}

.text-gray-500 {
  color: #9ca3af;
}

.max-w-2xl {
  max-width: 42rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

/* Smooth Scrolling für interne Links */
html {
  scroll-behavior: smooth;
}

/* Verbessertes Call-to-Action Design */
.apple-hero-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #007aff;
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 122, 255, 0.3);
}

.apple-hero-btn:hover {
  background: #0051d0;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 122, 255, 0.4);
}

/* Emoji-Unterstützung für bessere Visualisierung */
.apple-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

/* Redesigning the contact form checkbox and radio button styles */
.paket-options,
.zusatzleistungen-options,
.wartung-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.paket-options label,
.zusatzleistungen-options label,
.wartung-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  border: 1.5px solid #e5e5ea;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.2s;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.paket-options label:hover,
.zusatzleistungen-options label:hover,
.wartung-options label:hover {
  background: #f0f7ff;
  border-color: #c0d8f3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 113, 227, 0.08);
}

.paket-options input[type='radio'],
.zusatzleistungen-options input[type='checkbox'],
.wartung-options input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #c0c0c0;
  margin: 0;
  position: relative;
  padding: 0;
  box-shadow: none;
}

.paket-options input[type='radio'] {
  border-radius: 50%;
}

.zusatzleistungen-options input[type='checkbox'],
.wartung-options input[type='checkbox'] {
  border-radius: 6px;
}

.paket-options input[type='radio']:checked,
.zusatzleistungen-options input[type='checkbox']:checked,
.wartung-options input[type='checkbox']:checked {
  background-color: #0071e3;
  border-color: #0071e3;
}

.paket-options input[type='radio']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}

.zusatzleistungen-options input[type='checkbox']:checked::after,
.wartung-options input[type='checkbox']:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  line-height: 1;
}

.paket-options input[type='radio']:focus,
.zusatzleistungen-options input[type='checkbox']:focus,
.wartung-options input[type='checkbox']:focus {
  outline: 2px solid rgba(0, 113, 227, 0.3);
  outline-offset: 2px;
}

/* Mobile responsiveness for option groups */
@media (max-width: 768px) {
  .paket-options,
  .zusatzleistungen-options,
  .wartung-options {
    grid-template-columns: 1fr;
  }
}

/* Styling for the privacy policy checkbox */
.datenschutz-container {
  background: #f8fafc;
  border: 1.5px solid #e5e5ea;
  border-radius: 12px;
  padding: 14px 18px;
  transition: all 0.2s;
  margin-top: 8px;
}

.datenschutz-container:hover {
  background: #f0f7ff;
  border-color: #c0d8f3;
}

.datenschutz-container label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
}

#datenschutz {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #c0c0c0;
  border-radius: 6px;
  margin: 0;
  position: relative;
  padding: 0;
  box-shadow: none;
  flex-shrink: 0;
  margin-top: 2px;
}

#datenschutz:checked {
  background-color: #0071e3;
  border-color: #0071e3;
}

#datenschutz:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  line-height: 1;
}

#datenschutz:focus {
  outline: 2px solid rgba(0, 113, 227, 0.3);
  outline-offset: 2px;
}

#datenschutz-info {
  font-size: 0.98rem;
  color: #444;
}

#datenschutz-info a {
  color: #0071e3;
  text-decoration: underline;
  transition: color 0.2s;
}

#datenschutz-info a:hover {
  color: #005bb5;
}
