/* =================================
   RESET & BASE STYLES              
   ================================= */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #15304B;
  background: #F5F6FA;
  line-height: 1.6;
  min-height: 100vh;
  letter-spacing: 0.01em;
}
img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #15304B;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(.4,0,.2,1);
}
a:focus {
  outline: 2px solid #DAA520;
  outline-offset: 2px;
}
button {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
::selection {
  background: #DAA520;
  color: #15304B;
}

/* =================================
   BRAND TYPOGRAPHY HIERARCHY      
   ================================= */
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #15304B;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.035em;
  color: #15304B;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  color: #15304B;
}
h4, .h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  color: #15304B;
}
p, li, a, label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

/* Geometric Accent: make headings a bit more angular */
h1, h2, h3, h4 {
  text-transform: none;
  border-bottom: 0;
}
h1 {
  margin-bottom: 20px;
}
h2 {
  margin-bottom: 18px;
}
h3 {
  margin-bottom: 12px;
}

/* =================================
   CONTAINER STRUCTURE & LAYOUT    
   ================================= */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ======== SECTIONS & GRIDS ========== */
.section, .hero, .features, .about, .fahrzeugauswahl, .alltags-hero, .alltags-features, .hochzeiten-hero, .geschaeft-hero, .team, .about-features, .services-overview, .testimonials, .contact-cta, .kontakt-page, .gdpr-section, .cookie-section, .agb-section, .danke-section, .hochzeiten-features, .hochzeiten-services, .fahrzeug-cta, .alltags-steps, .geschaeft-schritte, .datenschutz-section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* Main card/flex containers */
.card-container, .service-cards, .card-grid, .feature-grid, .package-list, .step-list, .category-list, .feature-highlights, .values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card, .service-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(21,48,75,0.07), 0 1.5px 7px 0 rgba(218,165,32,0.03);
  margin-bottom: 20px;
  position: relative;
  padding: 24px 20px;
  transition: box-shadow 0.15s cubic-bezier(.45,.05,.55,.95), transform 0.12s cubic-bezier(.46,.03,.52,.96);
}
.card:hover, .service-card:hover {
  box-shadow: 0 8px 24px 0 rgba(21,48,75,0.13), 0 2px 11px 0 rgba(218,165,32,0.06);
  transform: translateY(-3px) scale(1.016);
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 11px 0 rgba(21,48,75,0.10);
  min-width: 250px;
  max-width: 500px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 16px;
}
.feature-grid > li {
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 340px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1.5px 7px 0 rgba(21,48,75,0.05);
  padding: 24px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.feature-grid img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}
.service-card {
  flex: 1 1 260px;
  min-width: 250px;
  max-width: 400px;
  background: #fff;
  border: 2.5px solid #DAA52018;
  border-radius: 18px;
  box-shadow: 0 1.5px 7px 0 rgba(21,48,75,0.05);
  padding: 32px 20px;
  margin-bottom: 20px;
  transition: border-color 0.12s cubic-bezier(.44,.04,.52,.94);
}
.service-card:hover {
  border-color: #DAA520;
}

.values-list li {
  background: #F5F6FA;
  border-left: 5px solid #DAA520;
  padding: 10px 18px;
  border-radius: 0 12px 12px 0;
  color: #15304B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.category-list li, .feature-highlights ul li, .package-list li {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 6px 0 rgba(21,48,75,0.08);
  padding: 16px 18px;
  margin-bottom: 12px;
  line-height: 1.48;
}
.step-list li {
  background: #F5F6FA;
  border-left: 4px solid #DAA520;
  margin-bottom: 14px;
  padding: 12px 22px;
  border-radius: 0 12px 12px 0;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  color: #15304B;
}

/* Testimonials (slider outer) */
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 22px;
}
.testimonial-card p {
  color: #15304B;
  font-size: 1.05rem;
  font-style: italic;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.6;
}
.testimonial-card h4 {
  color: #15304B;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

/* =======================
   HEADER & NAV STYLES
   ======================= */
header {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(21,48,75,0.04);
  width: 100%;
  z-index: 30;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.site-logo img {
  width: 168px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 1rem;
  color: #15304B;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background 0.13s, color 0.13s;
  position: relative;
  z-index: 2;
  margin-right: 0;
}
.main-nav a:hover, .main-nav a.active {
  background: #F5F6FA;
  color: #DAA520;
}
/* Last nav item (button) styling */
.main-nav .btn-primary {
  background: #DAA520;
  color: #15304B;
  border-radius: 10px;
  font-weight: 700;
  text-transform: none;
  font-size: 1rem;
  padding: 10px 22px;
  margin-left: 22px;
  box-shadow: 0 1.5px 7px 0 rgba(218,165,32,0.07);
  transition: background 0.17s, color 0.15s, box-shadow 0.18s;
}
.main-nav .btn-primary:hover, .main-nav .btn-primary:focus {
  background: #15304B;
  color: #DAA520;
  box-shadow: 0 3px 15px 0 rgba(218,165,32,0.10);
}

.mobile-menu-toggle {
  display: none;
  font-size: 2.1rem;
  color: #15304B;
  background: #F5F6FA;
  border-radius: 8px;
  padding: 4px 16px;
  line-height: 1;
  z-index: 50;
  border: 2px solid #DAA520;
  transition: background 0.13s, box-shadow 0.2s;
}
.mobile-menu-toggle:focus {
  background: #DAA520;
  color: #15304B;
  box-shadow: 0 1px 11px 0 rgba(21,48,75,0.11);
}

/* ======= MOBILE MENU / OVERLAY ======= */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.33s cubic-bezier(.75,0,.25,1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  box-shadow: 0 3px 30px 0 rgba(21,48,75,0.14);
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2.3rem;
  align-self: flex-end;
  background: none;
  color: #15304B;
  margin: 24px 24px 0 0;
  border-radius: 8px;
  padding: 2px 12px;
  border: 2px solid #DAA520;
}
.mobile-menu-close:focus {
  background: #F5F6FA;
  color: #DAA520;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
  margin: 42px 0 0 40px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #15304B;
  padding: 12px 0;
  border-radius: 6px;
  width: 100%;
  transition: background 0.12s, color 0.14s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #DAA520;
  background: #F5F6FA;
}

/* ===============================
   HERO & CALL-TO-ACTION STYLES
   =============================== */
.hero, .alltags-hero, .hochzeiten-hero, .geschaeft-hero {
  background: linear-gradient(110deg, #F5F6FA 65%, #DAA520 65% 100%);
  border-radius: 24px;
  box-shadow: 0 3px 18px 0 rgba(21,48,75,0.09);
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}
.hero .content-wrapper, .alltags-hero .content-wrapper,
.hochzeiten-hero .content-wrapper, .geschaeft-hero .content-wrapper {
  align-items: flex-start;
  padding: 0;
  gap: 16px;
}
.hero p, .alltags-hero p, .hochzeiten-hero p, .geschaeft-hero p {
  font-size: 1.18rem;
  margin-bottom: 24px;
  color: #15304B;
}

.btn-primary {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #DAA520;
  color: #15304B;
  padding: 10px 28px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 10px 0 rgba(218,165,32,0.05);
  transition: background 0.14s, color 0.12s, box-shadow 0.18s, transform 0.09s;
  margin-top: 18px;
  border: none;
  position: relative;
  z-index: 2;
}
.btn-primary:hover, .btn-primary:focus {
  background: #15304B;
  color: #DAA520;
  transform: translateY(-2px) scale(1.012);
  box-shadow: 0 6px 24px 0 rgba(21,48,75,0.13);
}

/* Other cta links in sections */
.contact-cta .btn-primary, .service-card .btn-primary, .kontakt-formulare-hinweis .btn-primary {
  margin-top: 14px;
}

/* =======================
   FOOTER
   ======================= */
footer {
  background: #15304B;
  color: #fff;
  padding: 48px 0 18px 0;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
footer a {
  color: #fff;
  font-weight: 500;
  transition: color 0.1s;
}
footer a:hover, footer a:focus {
  color: #DAA520;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 12px;
}
.footer-contact {
  font-size: 1rem;
  line-height: 1.4;
}
footer img {
  width: 60px;
  height: auto;
  margin-right: 12px;
}
.copyright {
  width: 100%;
  text-align: left;
  font-size: 0.98rem;
  color: #DAA520;
  margin-top: 20px;
  letter-spacing: 0.01em;
}

/* =======================
   OTHER REUSABLE STYLES
   ======================= */
.kontakt-details ul, .contact-details ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kontakt-details li, .contact-details li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.08rem;
  background: #fff;
  border-radius: 11px;
  padding: 12px 15px;
  margin-bottom: 0;
  color: #15304B;
  box-shadow: 0 1.5px 7px 0 rgba(21,48,75,0.04);
}
.contact-details img, .kontakt-details img {
  width: 24px;
  height: 24px;
}
.kontakt-formulare-hinweis p {
  margin-bottom: 14px;
  font-size: 1.08rem;
}

/* For .text-section in policy pages */
.text-section {
  background: #fff;
  border-radius: 16px;
  padding: 24px 24px;
  box-shadow: 0 1.5px 7px 0 rgba(21,48,75,0.04);
  margin-bottom: 16px;
}
.text-section ul, .text-section ol {
  padding-left: 24px;
  margin-bottom: 10px;
}
.text-section li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.text-section h2 {
  font-size: 1.2rem;
  margin-top: 16px;
}
.text-section a {
  color: #DAA520;
  text-decoration: underline;
  transition: color 0.14s;
}
.text-section a:hover {
  color: #15304B;
}

/* =======================
   COOKIE CONSENT BANNER
   ======================= */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  color: #15304B;
  box-shadow: 0 -4px 16px 0 rgba(21,48,75,0.08);
  padding: 18px 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  z-index: 1200;
  transition: transform 0.22s cubic-bezier(.8,0,.2,1), opacity 0.22s;
  opacity: 1;
  transform: translateY(0);
  font-size: 1rem;
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
}
.cookie-banner .cookie-banner-content {
  flex: 1 1 auto;
}
.cookie-banner .cookie-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie-banner button {
  padding: 8px 18px;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.13s, color 0.13s;
}
.cookie-banner .cookie-accept {
  background: #DAA520;
  color: #15304B;
}
.cookie-banner .cookie-accept:hover, .cookie-banner .cookie-accept:focus {
  background: #15304B;
  color: #DAA520;
}
.cookie-banner .cookie-reject {
  background: #F5F6FA;
  color: #15304B;
  border: 1.5px solid #DAA52044;
}
.cookie-banner .cookie-reject:hover, .cookie-banner .cookie-reject:focus {
  border-color: #DAA520;
  color: #DAA520;
}
.cookie-banner .cookie-settings {
  background: #fff;
  color: #15304B;
  border: 1.5px solid #15304B44;
}
.cookie-banner .cookie-settings:hover, .cookie-banner .cookie-settings:focus {
  border-color: #DAA520;
  color: #DAA520;
}

/* Cookie Preferences Modal */
.cookie-modal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(21,48,75,0.18);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(.6,0,.4,1);
  pointer-events: all;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal .cookie-modal-content {
  background: #fff;
  border-radius: 20px;
  max-width: 400px;
  width: 92vw;
  box-shadow: 0 14px 64px 0 rgba(21,48,75,0.21);
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.cookie-modal .cookie-modal-close-btn {
  position: absolute;
  top: 9px;
  right: 14px;
  font-size: 1.5rem;
  color: #15304B;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 7px;
  padding: 3px 8px;
  transition: background 0.13s;
}
.cookie-modal .cookie-modal-close-btn:hover {
  background: #F5F6FA;
}
.cookie-modal h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #15304B;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-modal label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 8px;
}
.cookie-modal fieldset {
  border: none;
  margin: 0 0 16px 0;
  width: 100%;
  padding: 0;
}
.cookie-modal .cookie-toggle {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px;
}
.cookie-modal .cookie-category {
  font-weight: 600;
  color: #15304B;
}
.cookie-modal .cookie-essential {
  color: #aaa;
  font-size: 0.96rem;
}
.cookie-modal .cookie-toggle input[type="checkbox"] {
  appearance: none;
  width: 38px;
  height: 22px;
  background: #F5F6FA;
  border-radius: 12px;
  outline: none;
  border: 2px solid #DAA52033;
  transition: background 0.1s, border 0.1s;
  position: relative;
}
.cookie-modal .cookie-toggle input[type="checkbox"]:checked {
  background: #DAA520;
  border-color: #DAA520;
}
.cookie-modal .cookie-toggle input[type="checkbox"]::before {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px #ccc;
  transition: transform 0.14s cubic-bezier(.6,0,.4,1);
}
.cookie-modal .cookie-toggle input[type="checkbox"]:checked::before {
  transform: translateX(16px);
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  width: 100%;
  justify-content: flex-end;
}
.cookie-modal .cookie-accept {
  background: #DAA520;
  color: #15304B;
}
.cookie-modal .cookie-reject {
  background: #F5F6FA;
  color: #15304B;
  border: 1.5px solid #DAA52044;
}
.cookie-modal .cookie-accept:hover {
  background: #15304B;
  color: #DAA520;
}
.cookie-modal .cookie-reject:hover {
  border-color: #DAA520;
  color: #DAA520;
}

/* =======================
   MEDIA QUERIES
   ======================= */
@media (max-width: 1200px) {
  .container {
    max-width: 998px;
  }
  .main-nav {
    gap: 14px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 96vw;
  }
  .main-nav {
    gap: 13px;
  }
  .service-card, .card, .feature-grid > li {
    min-width: 180px;
    max-width: 100%;
    padding: 18px 10px;
  }
}
@media (max-width: 950px) {
  footer .container {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
}
@media (max-width: 820px) {
  .main-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 96.5%;
  }
  .section, .hero, .features, .about, .fahrzeugauswahl, .alltags-hero, .alltags-features, .hochzeiten-hero, .geschaeft-hero, .team, .about-features, .services-overview, .testimonials, .contact-cta, .kontakt-page, .gdpr-section, .cookie-section, .agb-section, .danke-section, .hochzeiten-features, .hochzeiten-services, .fahrzeug-cta, .alltags-steps, .geschaeft-schritte, .datenschutz-section {
    padding: 26px 8px;
    margin-bottom: 36px;
  }
  .hero, .alltags-hero, .hochzeiten-hero, .geschaeft-hero {
    padding: 38px 6px;
    margin-bottom: 28px;
    border-radius: 16px;
    background: linear-gradient(120deg, #F5F6FA 88%, #DAA520 88%);
  }
  .feature-grid, .service-cards, .testimonial-slider, .content-grid {
    gap: 16px;
  }
  .feature-grid > li, .service-card, .card, .testimonial-card {
    min-width: 140px;
    max-width: 100%;
    padding: 16px 10px;
  }
  .testimonial-slider {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .site-logo img {
    width: 124px;
  }
  .main-nav .btn-primary {
    margin-left: 3px;
  }
  .container {
    max-width: 99vw;
    padding: 0 5px;
  }
  .footer-nav {
    gap: 10px;
    margin-top: 6px;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 14px;
    padding: 18px 8px;
    font-size: 0.98rem;
  }
  .cookie-modal .cookie-modal-content {
    padding: 20px 6px 10px 10px;
    min-width: 96vw;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 1.35rem;
  }
  h2, .h2 {
    font-size: 1.11rem;
  }
  h3, .h3 {
    font-size: 1rem;
  }
}
/* Responsive flex direction changes */
@media (max-width: 730px) {
  .content-grid, .feature-grid, .card-container, .service-cards, .testimonial-slider, .values-list {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }
  .text-image-section {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  footer .container {
    padding: 0 8px;
    flex-direction: column;
    gap: 10px;
  }
}

/* ==============================
   SCROLLBAR DESIGN (OPTIONAL)
   ============================== */
::-webkit-scrollbar {
  width: 9px;
  background: #F5F6FA;
}
::-webkit-scrollbar-thumb {
  background: #DAA52066;
  border-radius: 8px;
}

/* ==============================
   MICRO-INTERACTIONS & ANIMATION
   ============================== */
.card, .service-card, .testimonial-card, .feature-grid > li {
  will-change: box-shadow, transform;
}

.btn-primary, .main-nav a, .mobile-nav a {
  transition: background 0.14s, color 0.14s, transform 0.1s;
}

input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  border: 1.5px solid #DAA52044;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 1rem;
  margin-bottom: 14px;
  background: #fff;
  transition: border 0.12s;
}
input:focus, textarea:focus, select:focus {
  border-color: #DAA520;
  outline: none;
}

/* ===================
   GEOMETRIC DETAILS
   =================== */
.hero, .features, .testimonials, .kontakt-page, .service-card, .feature-grid > li {
  position: relative;
}
/* Decorative geometric element for main sections */
.hero::before, .features::before, .testimonials::before, .kontakt-page::before {
  content: '';
  position: absolute;
  right: 14px;
  top: 24px;
  width: 88px;
  height: 88px;
  background: rgba(218,165,32,0.14);
  border-radius: 20% 80% 70% 30% / 33% 77% 23% 67%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
  transform: rotate(28deg);
}

/* Sharp bottom accent for Hero */
.hero::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 60px;
  height: 18px;
  background: #DAA520;
  clip-path: polygon(100% 0,0 0,50% 100%);
  opacity: 0.45;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

/* ===================================
   ACCESSIBILITY & CONTRAST ENFORCEMENT
   =================================== */
.testimonial-card, .feature-grid > li, .service-card, .card {
  background: #fff;
  color: #15304B;
}
.testimonial-card p, .testimonial-card h4 {
  color: #15304B;
}

/* Ensure sufficient minimum space between cards */
.card, .service-card, .feature-grid > li, .testimonial-card, .category-list li, .package-list li {
  margin-bottom: 20px;
}

/* =======================
   PRINT STYLES
   ======================= */
@media print {
  header, footer, .cookie-banner, .mobile-menu {
    display: none !important;
  }
  main, .container {
    padding: 0 !important;
    background: #fff !important;
  }
}
