/* Prismatik Drive Leipzig - gradient_modern CSS */
/* RESET & BASE TYPOGRAPHY */
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, Helvetica, sans-serif;
  background: linear-gradient(135deg, #F6F8FA 0%, #e9f4ff 100%);
  color: #1a2840;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  font-size: 1rem;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #20437B;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #21A179;
}
ul, ol {
  padding-left: 1.2em;
  margin-bottom: 16px;
}
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
/* CONTAINER & WRAPPER */
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
}
/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #20437B;
  font-weight: 700;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 12px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}
h3 {
  font-size: 1.25rem;
  margin-bottom: 6px;
}
h4 {
  font-size: 1rem;
}
.subheadline {
  font-size: 1.25rem;
  font-family: 'Roboto', Arial, sans-serif;
  color: #20437B;
  margin-bottom: 8px;
  font-weight: 400;
}
p {
  color: #1a2840;
  line-height: 1.7;
  margin-bottom: 10px;
  font-size: 1rem;
}
strong {
  font-weight: bold;
}
blockquote {
  color: #1a2840;
  border-left: 4px solid #21A179;
  margin-bottom: 10px;
  padding-left: 20px;
  font-style: italic;
  font-size: 1.125rem;
  background: #F6F8FA;
}
cite {
  font-size: 0.95rem;
  color: #20437B;
  margin-top: 4px;
  font-style: normal;
}
address {
  font-style: normal;
  color: #1a2840;
  line-height: 1.7;
}
/* LAYOUT & FLEXBOX PATTERNS */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 5px 24px 0 rgba(32, 67, 123, 0.08), 0 1.5px 4px 0 rgba(33, 161, 121, 0.09);
  padding: 32px 24px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 270px;
  transition: box-shadow 0.21s, transform 0.23s;
}
.card:hover {
  box-shadow: 0 8px 38px 0 rgba(32, 67, 123, 0.13), 0 2.5px 10px 0 rgba(33,161,121,0.11);
  transform: translateY(-4px) scale(1.02);
}
.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 {
  background: #F6F8FA;
  border-radius: 16px;
  box-shadow: 0 4px 18px 0 rgba(32,67,123,0.09);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 28px;
  margin-bottom: 20px;
  flex: 1 1 320px;
  min-width: 280px;
  transition: box-shadow 0.22s, transform 0.18s;
}
.testimonial-card:hover {
  box-shadow: 0 9px 32px 0 rgba(32,67,123,0.14);
  transform: translateY(-3px) scale(1.015);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
/* GENERAL SPACING & COMPONENTS */
ul.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style-type: none;
  margin-bottom: 20px;
  margin-top: 8px;
}
ul.feature-grid li {
  min-width: 220px;
  flex: 1 1 260px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(33,161,121,0.04);
  padding: 28px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow 0.19s, transform 0.18s;
}
ul.feature-grid li:hover {
  box-shadow: 0 5px 26px 0 rgba(32,67,123,0.12);
  transform: translateY(-2px);
}
ul.feature-list,
ul.course-benefits,
ul.facility-features,
ul.schedule-highlights,
ul.team-roles,
ul.brand-values,
ul.thank-you-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.schedule-highlights li,
ul.facility-features li,
ul.course-benefits li,
ul.thank-you-benefits li {
  background: none;
  padding: 0;
  color: #20437B;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-values {
  flex-direction: row;
  gap: 28px;
  list-style: none;
  justify-content: flex-start;
}
.brand-values li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #21A179;
  font-size: 1.05rem;
}
.brand-values img {
  width: 38px;
  height: 38px;
}
.team-roles li {
  font-size: 1rem;
  color: #1a2840;
  margin-bottom: 3px;
}
/* BUTTONS & CTAs */
.primary-cta {
  background: linear-gradient(93deg, #20437B 60%, #21A179 100%);
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  border: none;
  outline: none;
  border-radius: 100px;
  padding: 14px 36px;
  box-shadow: 0 3px 12px 0 rgba(32,67,123,0.09);
  display: inline-block;
  cursor: pointer;
  transition: background 0.22s, box-shadow 0.23s, transform 0.14s;
}
.primary-cta:hover,
.primary-cta:focus {
  background: linear-gradient(93deg, #21A179 50%, #20437B 100%);
  color: #fff;
  box-shadow: 0 6px 22px 0 rgba(33,161,121,0.18);
  transform: translateY(-2px) scale(1.03);
}
button,
.mobile-menu-toggle,
.mobile-menu-close {
  font-family: inherit;
  background: #21A179;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(33,161,121,0.13);
  transition: background 0.16s, color 0.17s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-close:hover,
.mobile-menu-toggle:hover,
button:hover,
button:focus {
  background: #20437B;
  color: #fff;
}
/* HEADER & NAVIGATION */
header {
  background: #fff;
  box-shadow: 0 1.5px 14px 0 rgba(32,67,123,0.06);
  padding: 0;
  position: relative;
  z-index: 30;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 20px;
}
.logo {
  height: 46px;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  color: #20437B;
  font-weight: 500;
  font-size: 1rem;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background 0.16s, color 0.15s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #E6F2ED;
  color: #21A179;
}
.main-nav .primary-cta {
  margin-left: 12px;
  padding: 12px 26px;
  color: #E6F2ED;
  font-size: 1rem;
}
.mobile-menu-toggle {
  display: none;
}
/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(107deg, #20437B 70%, #21A179 100%);
  color: #fff;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(-100vw);
  transition: transform 0.33s cubic-bezier(.61,.3,.17,1.13);
  padding: 0 0 0 0;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  margin: 26px 28px 0 0;
  font-size: 2.1rem;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  box-shadow: none;
  width: 48px;
  height: 48px;
  transition: background 0.14s, color 0.18s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: rgba(33,161,121,0.22);
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  width: 100%;
  margin: 60px 0 0 40px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  background: none;
  padding: 10px 0;
  border-radius: 10px;
  transition: background 0.18s, color 0.15s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #21A179;
  color: #fff;
}
.mobile-nav .primary-cta {
  font-size: 1.18rem;
}
/* HERO SECTION */
.hero {
  background: linear-gradient(133deg, #20437B 60%, #21A179 100%);
  color: #fff;
  padding: 68px 0 68px 0;
  min-height: 320px;
  display: flex;
  align-items: center;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.hero .content-wrapper {
  align-items: flex-start;
  gap: 20px;
  color: #fff;
}
.hero h1, .hero .subheadline {
  color: #fff;
}
.hero .primary-cta {
  background: #fff;
  color: #20437B;
}
.hero .primary-cta:hover,
.hero .primary-cta:focus {
  background: #21A179;
  color: #fff;
}
/* FEATURES SECTION */
.features {
  background: linear-gradient(107deg, #fff 70%, #e8f9f2 100%);
  border-radius: 0 0 30px 30px;
}
.features h2 {
  color: #20437B;
}
.features .feature-list {
  margin-top: 10px;
  margin-bottom: 0;
}
/* INFO & FAQ */
.info-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.info-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 14px 0 rgba(33,161,121,0.07);
  padding: 22px 26px;
  min-width: 210px;
  flex: 1 1 260px;
  margin-bottom: 20px;
  transition: box-shadow 0.18s;
}
.info-box:hover {
  box-shadow: 0 8px 20px 0 rgba(32,67,123,0.12);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}
.faq-item {
  background: #fff;
  border-left: 4px solid #21A179;
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 8px;
  box-shadow: 0 1.5px 6px 0 rgba(33,161,121,0.06);
}
.faq-item h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
  color: #20437B;
}
/* FOOTER */
.footer {
  background: linear-gradient(115deg, #20437B 80%, #21A179 100%);
  color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 42px 0 34px 0;
  margin-bottom: 0;
}
.footer .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.footer .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.footer-navigation {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-navigation a {
  color: #fff;
  font-size: 1rem;
  padding: 4px 0;
  font-family: 'Roboto', Arial, sans-serif;
  transition: color 0.18s;
}
.footer-navigation a:hover {
  color: #21A179;
}
.legal-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legal-links a {
  color: #f0fff9;
  font-size: 0.98rem;
  transition: color 0.17s;
}
.legal-links a:hover {
  color: #b0e0d1;
}
.footer-contact {
  margin-right: 20px;
  min-width: 230px;
}
.footer-contact a {
  color: #21A179;
}
.footer-contact a:hover {
  text-decoration: underline;
}
.social-links {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
}
.social-links a img {
  width: 32px;
  height: 32px;
  filter: brightness(98%) saturate(1.13);
  transition: filter 0.16s;
}
.social-links a:hover img {
  filter: brightness(110%) saturate(2) drop-shadow(0 1px 6px rgba(33,161,121,0.23));
}
/* COOKIES CONSENT BANNER */
#cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #20437B;
  color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  box-shadow: 0 -6px 20px 0 rgba(33,161,121,0.09);
  flex-direction: row;
  gap: 26px;
  animation: slideUpBanner 0.6s cubic-bezier(.68,.19,.45,1.12);
}
@keyframes slideUpBanner {
  0% {transform: translateY(120%);opacity:0;}
  80% {transform: translateY(-6%);opacity:.85;}
  100% {transform: translateY(0);opacity:1;}
}
#cookie-consent-banner .cookie-banner-text {
  font-size: 1rem;
  margin-right: 14px;
  color: #fff;
}
#cookie-consent-banner .cookie-action-btn {
  background: #21A179;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 100px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 10px 22px;
  margin-right: 12px;
  font-size: 1rem;
  box-shadow: 0 2px 12px 0 rgba(33,161,121,0.11);
  cursor: pointer;
  transition: background 0.14s, color 0.15s, box-shadow 0.18s;
}
#cookie-consent-banner .cookie-action-btn.settings {
  background: #fff;
  color: #20437B;
  border: 1.5px solid #21A179;
}
#cookie-consent-banner .cookie-action-btn:hover,
#cookie-consent-banner .cookie-action-btn:focus {
  background: #21A179;
  color: #fff;
}
#cookie-consent-banner .cookie-action-btn.settings:hover {
  color: #21A179;
  background: #F6F8FA;
}
/* COOKIE PREFERENCES MODAL */
#cookie-preferences-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(32,67,123,0.71);
  align-items: center;
  justify-content: center;
  transition: opacity .23s;
}
#cookie-preferences-modal.active {
  display: flex;
}
#cookie-preferences-modal .modal-content {
  background: #fff;
  border-radius: 22px;
  padding: 38px 26px 24px 26px;
  box-shadow: 0 9px 38px 0 rgba(33,161,121,0.15);
  max-width: 95vw;
  width: 410px;
  color: #20437B;
  position: relative;
}
#cookie-preferences-modal .modal-title {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 22px;
}
#cookie-preferences-modal .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 1rem;
}
#cookie-preferences-modal .cookie-category label {
  color: #20437B;
  font-weight: 500;
  margin-left: 8px;
}
#cookie-preferences-modal .category-toggle {
  accent-color: #21A179;
  width: 20px;
  height: 20px;
}
#cookie-preferences-modal .modal-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 12px;
}
#cookie-preferences-modal .close-modal {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  font-size: 1.5rem;
  color: #20437B;
  border: none;
  cursor: pointer;
  padding: 3px;
  border-radius: 50%;
  transition: background 0.12s;
}
#cookie-preferences-modal .close-modal:hover {
  background: #F6F8FA;
}
/* MAP PLACEHOLDER & UTILS */
.map-placeholder {
  background: #F6F8FA;
  border-radius: 16px;
  padding: 18px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-height: 120px;
  margin-top: 12px;
  box-shadow: 0 4px 14px 0 rgba(33,161,121,0.06);
}
.map-placeholder img {
  width: 52px;
  height: 52px;
}
/* MISC. CLASSES */
section.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.course-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style-type: none;
  margin-bottom: 16px;
}
.course-list li {
  flex: 1 1 230px;
  background: #fff;
  border-radius: 14px;
  padding: 26px 20px 16px;
  box-shadow: 0 2.5px 10px 0 rgba(33,161,121,0.06);
  margin-bottom: 12px;
  transition: box-shadow 0.17s;
}
.course-list li:hover {
  box-shadow: 0 6px 18px 0 rgba(32,67,123,0.11);
}
.thank-you-benefits img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
/* RESPONSIVE DESIGN */
@media (max-width: 998px) {
  .container {
    max-width: 95vw;
    padding: 0 10px;
  }
  .footer .content-wrapper {
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.2rem; }
  .content-wrapper {
    gap: 14px;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    background: #21A179;
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .footer .content-wrapper {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .hero {
    padding: 48px 0 32px 0;
    min-height: 180px;
  }
  .features .feature-grid,
  .course-list,
  .card-container,
  .info-boxes {
    flex-direction: column;
    gap: 16px;
  }
  .feature-item,
  .testimonial-card,
  .course-list li,
  .faq-item,
  .facility-features,
  .brand-values {
    min-width: 0;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .footer {
    padding: 32px 0 22px 0;
  }
  section {
    padding: 28px 8px;
  }
}
@media (max-width: 540px) {
  html { font-size: 14px; }
  h1 { font-size: 1.55rem; }
  h2 { font-size: 1.13rem; }
  .container { padding: 0 2vw; }
  .footer {
    padding: 16px 0 8px 0;
  }
  #cookie-consent-banner {
    flex-direction: column;
    gap: 12px;
    padding: 14px 5px;
  }
  #cookie-consent-banner .cookie-action-btn {
    margin-right: 6px;
    padding: 8px 12px;
    font-size: 0.97rem;
  }
  #cookie-preferences-modal .modal-content {
    padding: 18px 7px 15px 9px;
    width: 89vw;
  }
}
/* END OF CSS */
