/* ===========================================
   CSS RESET + NORMALIZE
   =========================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #112635;
  scroll-behavior: smooth;
}
body {
  background: linear-gradient(135deg, #132135 0%, #263346 100%);
  color: #F6F3EB;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.7;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
  color: #00FFD2;
  text-decoration: none;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #56FFD2;
  outline: none;
}
img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}
:focus {
  outline: 2px solid #72F2EB;
  outline-offset: 2px;
}
/* ===========================================
   VARIABLES (Fallbacks for old browsers)
   =========================================== */
:root {
  --primary: #114B5F;
  --secondary: #456990;
  --accent: #F6F3EB;
  --neon: #44FFD1;
  --neon-blue: #3df7ff;
  --neon-purple: #d55cff;
  --border-radius: 16px;
  --btn-padding: 0.8em 2.2em;
  --shadow: 0 2px 24px 0 rgba(68,255,209,0.10), 0 1.5px 14px 0 rgba(37,44,66,0.07);
}
/* ===========================================
   TYPOGRAPHY & HEADINGS
   =========================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: #44FFD1;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
  color: #56FFD2;
  text-shadow: 0 0 8px #00FFD2, 0 1px 2px #0A212F;
}
h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.35rem;
  color: #3df7ff;
  margin-bottom: 10px;
}
h4, h5, h6 {
  font-size: 1.1rem;
}
p {
  margin-bottom: 16px;
  color: #F6F3EB;
}
li {
  color: #abf6ed;
  margin-bottom: 8px;
  font-size: 1rem;
}
strong {
  color: #8dfae6;
}
/* ===========================================
   LAYOUT: CONTAINERS & SPACING
   =========================================== */
.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
/* ===========================================
   FLEXBOX PATTERNS
   =========================================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #192f44;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.24s cubic-bezier(.45,.05,.55,.95), box-shadow 0.18s;
}
.card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 4px 36px 0 rgba(68,255,209,0.20), 0 2.5px 18px 0 rgba(37,44,66,0.12);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  background: #f8fbfc;
  color: #1A2740;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 2px 24px 0 rgba(68,255,209,0.13), 0 1.5px 14px 0 rgba(37,44,66,0.10);
  border: 1.5px solid #44ffd166;
}
.testimonial-card p {
  color: #233150;
  margin-bottom: 8px;
}
.testimonial-card span {
  color: #444;
  font-size: 0.98em;
  font-style: italic;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.service-overview, .service-highlights, .benefits-grid, .success-stories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.service-overview > div, .service-highlights > ul, .benefits-grid > ul, .success-stories > .testimonial-card {
  flex: 1 1 220px;
  min-width: 220px;
  background: #16253b;
  color: #b4fff6;
  border-radius: 12px;
  padding: 22px 18px;
  margin-bottom: 0px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}
.service-overview > div:hover {
  background: #133857;
  border-color: #3df7ff;
  box-shadow: 0 6px 36px 0 #3df7ff55;
}
.service-overview img {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  filter: drop-shadow(0 0 6px #44FFD1);
}
.service-overview h3 {
  margin-bottom: 10px;
}
.service-overview span {
  color: #44FFD1;
  font-weight: bold;
  background: #152f38;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 1.1em;
  margin-top: 12px;
  letter-spacing: 0.03em;
}
/*********************************************
  HERO SECTION
**********************************************/
.hero {
  background: linear-gradient(100deg, #114B5F 65%, #456990 100%);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 44px;
  box-shadow: 0 6px 48px 0 #44FFD100;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero .content-wrapper {
  align-items: center;
  gap: 24px;
  text-align: center;
}
.hero h1 {
  color: #00FFD2;
}
/*********************************************
  CTA SECTION
**********************************************/
.cta {
  background: linear-gradient(120deg, #132135 65%, #223a48 100%);
  padding: 50px 0 50px 0;
  border-radius: var(--border-radius);
  margin-bottom: 30px;
  box-shadow: 0 2px 24px 0 #44FFD111;
}
.cta .content-wrapper {
  align-items: center;
  text-align: center;
}
/*********************************************
  BUTTONS
**********************************************/
.btn-primary {
  background: linear-gradient(90deg,#44FFD1 40%, #3df7ff 100%);
  color: #132135;
  font-family: 'Montserrat',Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: var(--btn-padding);
  border-radius: 32px;
  border: none;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.13rem;
  transition: background 0.19s, color 0.14s, box-shadow 0.17s, transform 0.18s;
  box-shadow: 0 0 12px 0 #00FFD255;
  cursor: pointer;
  display: inline-block;
  text-shadow: none;
  outline: none;
}
.btn-primary:focus, .btn-primary:hover {
  background: linear-gradient(90deg,#d55cff 0%, #44FFD1 100%);
  color: #fff;
  box-shadow: 0 2px 24px 0 #44FFD180;
  transform: translateY(-1px) scale(1.025);
}
/*********************************************
 HEADER + NAVIGATION
**********************************************/
header {
  background: #0f223b;
  width: 100%;
  box-shadow: 0 2px 18px 0 #44FFD108;
  position: sticky;
  top: 0;
  z-index: 50;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
header img[alt="Bewegungsmeister"] {
  width: 170px;
  min-width: 110px;
}
nav.main-nav {
  display: flex;
  gap: 28px;
}
nav.main-nav a {
  color: #F6F3EB;
  font-size: 1rem;
  letter-spacing: 0.03em;
  padding: 7px 2px;
  border-bottom: 2.5px solid transparent;
  transition: border 0.2s, color 0.17s;
  font-family: 'Montserrat', Arial, sans-serif;
}
nav.main-nav a:hover, nav.main-nav a:focus {
  color: #44FFD1;
  border-bottom: 2.5px solid #44FFD1;
}
/* Hamburger menu toggle (mobile) */
.mobile-menu-toggle {
  background: none;
  border: none;
  color: #44FFD1;
  font-size: 2.1rem;
  padding: 6px 10px;
  cursor: pointer;
  display: none;
  border-radius: 8px;
  transition: background 0.13s;
  z-index: 200;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #1a2230;
  color: #00FFD2;
}
/*********************************************
  MOBILE MENU STYLES/ANIMATION
**********************************************/
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 92vw;
  max-width: 440px;
  height: 100vh;
  background: #192f44;
  box-shadow: -2px 0 22px 0 #00FFD166;
  z-index: 300;
  transform: translateX(100%);
  transition: transform 0.33s cubic-bezier(.8, -.3, .23, 1.25);
  display: flex;
  flex-direction: column;
  padding-top: 36px;
}
.mobile-menu.active {
  transform: translateX(0%);
  animation: mobile-slidein 0.36s cubic-bezier(.8, -.3, .23, 1.25);
}
@keyframes mobile-slidein {
  0% { transform: translateX(100%); }
  100% { transform: translateX(0%); }
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #f6f3eb;
  font-size: 2rem;
  align-self: flex-end;
  margin: 0 25px 18px 0;
  cursor: pointer;
  border-radius: 8px;
  padding: 4px 10px;
  transition: background 0.13s;color 0.13s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #202b3f;
  color: #44FFD1;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 14px 30px;
}
.mobile-nav a {
  color: #F6F3EB;
  font-weight: 600;
  font-family: 'Montserrat', Arial,sans-serif;
  font-size: 1.12rem;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  border-radius: 7px;
  transition: background 0.17s, color 0.15s, border 0.17s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #114B5F;
  color: #44FFD1;
  border-bottom: 2px solid #44FFD1;
}
/*********************************************
  FOOTER
**********************************************/
footer {
  background: #15232e;
  border-top: 2.5px solid #114B5F55;
  padding: 38px 0 18px 0;
  margin-top: 40px;
  box-shadow: 0 -2px 22px #44FFD111;
}
footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  font-size: 1rem;
  align-items: center;
  margin-bottom: 16px;
}
footer .footer-menu a {
  color: #A4F2DC;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: color 0.17s, border 0.16s;
}
footer .footer-menu a:hover {
  color: #44FFD1;
}
footer .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  color: #b7f3ef;
  margin-bottom: 14px;
  font-size: 0.98em;
}
footer .contact-details a {
  color: #3df7ff;
  text-decoration: underline;
}
footer .social-links {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
footer .social-links img {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 6px #44FFD1);
  opacity: 0.90;
  transition: opacity 0.16s;
  cursor: pointer;
}
footer .social-links img:hover {
  opacity: 1;
}
/*********************************************
  OTHER COMPONENTS AND UTILITIES
**********************************************/
ul, ol {
  margin-left: 26px;
  margin-bottom: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 14px;
}
.text-section {
  margin-bottom: 22px;
  color: #D7FFF7;
}
.text-section h2 {
  color: #44FFD1;
}
/*********************************************
  RESPONSIVE DESIGN
**********************************************/
@media (max-width: 1200px) {
  .container {
    max-width: 98vw;
    padding: 0 10px;
  }
}
@media (max-width: 900px) {
  .service-overview, .service-highlights, .benefits-grid, .success-stories {
    gap: 10px;
  }
  .card-container, .content-grid {
    gap: 13px;
  }
}
@media (max-width: 768px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.23rem; }
  .container { padding: 0 6px; }
  nav.main-nav { display: none; }
  .mobile-menu-toggle { display: block; }
  header .btn-primary { display: none; }
  .content-grid, .card-container, .service-overview, .service-highlights, .benefits-grid, .success-stories {
    flex-direction: column;
    gap: 14px;
  }
  .testimonial-card, .service-overview > div, .service-highlights > ul, .benefits-grid > ul, .success-stories > .testimonial-card {
    min-width: unset;
    width: 100%;
    padding: 20px 9px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 16px;
  }
  .cta { border-radius: 0; }
  .section { padding: 28px 4px; }
  .hero { padding-top: 36px; padding-bottom: 36px; }
}
@media (max-width: 500px) {
  h1 { font-size: 1.25rem; }
  .footer-menu, .contact-details { font-size: 0.93em; }
  footer .social-links img { width: 28px; height: 28px; }
}
/*********************************************
  MICRO-INTERACTIONS
**********************************************/
::-webkit-scrollbar {
  width: 8px;
  background: #1a2530;
}
::-webkit-scrollbar-thumb {
  background: #44FFD1;
  border-radius: 8px;
}
input, textarea, select {
  border: 1.5px solid #44FFD180;
  border-radius: 10px;
  background: #192d3f;
  color: #F6F3EB;
  padding: 9px 12px;
  margin-bottom: 12px;
}
input:focus, textarea:focus, select:focus {
  border-color: #44FFD1;
  background: #132135;
}
/*********************************************
  COOKIE BANNER (FIXED BOTTOM)
**********************************************/
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #222e37;
  color: #F6F3EB;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 22px 18px 18px 18px;
  box-shadow: 0 -2px 26px #44FFD125;
  z-index: 9912;
  animation: cookie-slidein 0.42s cubic-bezier(.45,.05,.55,.95);
}
@keyframes cookie-slidein {
  0% { transform: translateY(100%); opacity:0; }
  100% { transform: translateY(0); opacity:1; }
}
.cookie-banner h3 {
  color: #44FFD1;
  font-size: 1.11rem;
  margin-bottom: 0;
}
.cookie-banner p {
  color: #F6F3EB;
  font-size: 1rem;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.cookie-btn {
  background: #44FFD1;
  color: #233150;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  padding: 9px 24px;
  border-radius: 32px;
  border: none;
  cursor: pointer;
  margin: 0 3px;
  transition: background 0.16s, color 0.13s, box-shadow 0.17s;
  box-shadow: 0 0 10px #44FFD122;
}
.cookie-btn.btn-reject {
  background: #113a4f;
  color: #44FFD1;
}
.cookie-btn.btn-settings {
  background: #d55cff;
  color: #fff;
}
.cookie-btn:focus, .cookie-btn:hover {
  background: #3df7ff;
  color: #15232e;
}
.cookie-btn.btn-settings:focus, .cookie-btn.btn-settings:hover {
  background: #44FFD1;
  color: #183451;
}
/*********************************************
  COOKIE MODAL POPUP (for settings)
**********************************************/
.cookie-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 98vw;
  max-width: 420px;
  background: #132135;
  color: #F6F3EB;
  border-radius: 20px;
  box-shadow: 0 8px 64px #3df7ff99, 0 2px 18px #133;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 10000;
  display: none;
  flex-direction: column;
}
.cookie-modal.active {
  display: flex;
  animation: cookie-modal-in 0.38s cubic-bezier(.45,.05,.55,.95);
}
@keyframes cookie-modal-in {
  0% { opacity: 0; transform: translate(-50%,-60%) scale(0.98);} 
  100% { opacity: 1; transform: translate(-50%,-50%) scale(1); }
}
.cookie-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 22px 0 22px;
}
.cookie-modal-header h4 {
  color: #44FFD1;
  font-size: 1.11rem;
}
.cookie-modal-close {
  background: none;
  border: none;
  color: #d55cff;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 8px;
  padding: 2px 8px;
  transition: background 0.16s, color 0.13s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #222e37;
  color: #44FFD1;
}
.cookie-modal-cats {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 18px 22px 20px 22px;
}
.cookie-modal-cats label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  color: #b7f3ef;
}
.cookie-modal-cats input[type=checkbox] {
  accent-color: #44FFD1;
  width: 20px;
  height: 20px;
}
.cookie-modal-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  padding: 0 18px 22px 18px;
}
/*********************************************
  SPECIAL EFFECTS FOR "tech_futuristic" LOOK
**********************************************/
.section, .hero, .cta, .card, .service-overview > div, .testimonial-card, .cookie-modal, .cookie-banner {
  box-shadow: 0 2px 24px 0 #44FFD120, 0 1.5px 14px 0 #2a335155;
}
.section, .cta, .card, .testimonial-card, .service-overview > div, .cookie-modal, .cookie-banner {
  border: 1.5px solid #44FFD1AA;
  border-radius: var(--border-radius);
}
.hero, .cta {
  border: none;
}
.section {
  background: #19294f66;
}
@media (max-width: 768px) {
  .section, .cta {
    border-radius: 0;
  }
  .cookie-banner {padding: 13px 4px 13px 4px;}
}
/* Subtle text neon effect */
h1, h2, h3 {
  text-shadow: 0 0 7px #44FFD170, 0 1px 2px #21344d;
}
/*********************************************
  Z-INDEX LAYERS
**********************************************/
header {z-index: 50;}
.mobile-menu {z-index: 300;}
.cookie-banner {z-index: 9912;}
.cookie-modal {z-index: 10000;}
/*********************************************
  PREVENT OVERLAP
**********************************************/
.section, .cta, .card, .testimonial-card, .service-overview > div {
  margin-bottom: 20px;
}
/*********************************************
  ENSURE BUTTON/INTERACTIVE VISIBILITY
**********************************************/
.btn-primary, .cookie-btn, .mobile-menu-toggle, .mobile-menu-close, .cookie-modal-close {
  outline: none;
  border: none;
}
.btn-primary:focus-visible, .cookie-btn:focus-visible, .mobile-menu-toggle:focus-visible, .mobile-menu-close:focus-visible, .cookie-modal-close:focus-visible {
  outline: 2.5px solid #d55cff;
  outline-offset: 3px;
}
/*********************************************
  HIDE SHOW PATTERNS (for JS helpers)
**********************************************/
.hide { display:none !important; }
.show { display:block !important; }
/*********************************************
  END OF CSS
**********************************************/
