/* RESET & BASE STYLES */
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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background: #071722;
  color: #FCFCFC;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #F1D25E;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
  outline: none;
}
a:focus, a:hover {
  color: #FCFCFC;
  border-bottom: 2px solid #F1D25E;
}
ul, ol {
  list-style: none;
}
strong {
  font-weight: 700;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  color: #F1D25E;
  letter-spacing: 0.5px;
}
h1 {
  font-size: 2.5rem;
  line-height: 1.13;
}
h2 {
  font-size: 2rem;
  line-height: 1.2;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #FCFCFC;
}
p {
  margin-bottom: 1em;
  color: #cfe9fa;
}
section {
  width: 100%;
}
/* LAYOUT CONTAINERS */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #091f33;
  border-radius: 14px;
  box-shadow: 0 4px 20px 2px rgba(13,60,138,0.08), 0 0px 0 2px #092e48 inset;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.card:hover {
  box-shadow: 0 6px 40px 6px rgba(241,210,94,0.16), 0 0px 0 2px #F1D25E inset;
  transform: translateY(-3px) 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 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: #FCFCFC;
  color: #071722;
  box-shadow: 0 2px 20px 0 rgba(13,60,138,0.05), 0 0px 0 2px #f1d25e33 inset;
  min-width: 240px;
  max-width: 100%;
  font-size: 1.025rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
.testimonial-card p {
  color: #071722;
  font-weight: 500;
}
.testimonial-card span {
  color: #073F6D;
  font-size: 0.94em;
  font-style: italic;
}
.testimonial-card:hover {
  box-shadow: 0 4px 28px 2px rgba(241,210,94,0.14);
  transform: scale(1.01);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #0b2237;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 20px;
  min-width: 220px;
  box-shadow: 0 2px 14px 0 rgba(13,60,138,0.08);
  border: 1.5px solid #092e48;
  transition: box-shadow 0.2s, border 0.2s, transform 0.15s;
}
.feature-item:hover {
  border: 1.5px solid #F1D25E;
  box-shadow: 0 2px 28px 2px rgba(241,210,94,0.13);
  transform: scale(1.01);
}
.feature-item img {
  height: 36px;
  width: 36px;
}
/* FLEX ROWS/GROUPS */
.features, .feature-grid, .features-row, .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
/* SPECIFIC GROUPS */
.services-list .service-grid, .services-list .service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.services-list .service-item, .services-list .service-item {
  background: #091f33;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 14px 0 rgba(13,60,138,0.09);
  flex: 1 1 300px;
  min-width: 260px;
  transition: transform 0.16s, box-shadow 0.2s;
}
.services-list .service-item:hover {
  box-shadow: 0 4px 30px 4px rgba(241,210,94,0.16);
  transform: transformY(-2px) scale(1.005);
}
/* Hero Section */
.hero {
  background: linear-gradient(135deg, #073F6D 70%, #0b2338 100%);
  border-radius: 0 0 56px 56px;
  box-shadow: 0 4px 38px 0 rgba(7,63,109,0.15);
  padding: 72px 0 56px 0;
  position: relative;
  overflow: hidden;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  max-width: 660px;
  text-align: left;
}
.hero .subheadline {
  color: #cfe9fa;
  font-size: 1.22rem;
  font-weight: 400;
}
/* Buttons */
.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 12px 36px;
  text-decoration: none;
  margin: 12px 0 0 0;
  transition: background 0.18s, color 0.18s, box-shadow 0.17s, border 0.17s, transform 0.15s;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 14px 0 rgba(241,210,94,0.09);
}
.btn-primary {
  background: #F1D25E;
  color: #073F6D;
}
.btn-primary:hover, .btn-primary:focus {
  background: #fde384;
  color: #071722;
  box-shadow: 0 2px 28px 2px rgba(241,210,94,0.23);
  transform: scale(1.03);
}
.btn-secondary {
  background: none;
  border: 2px solid #F1D25E;
  color: #F1D25E;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #073F6D;
  color: #F1D25E;
  border: 2px solid #F1D25E;
  transform: scale(1.02);
}
/* Table styling for pricing */
.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 2px 18px 2px rgba(13,60,138,0.1);
  margin-bottom: 25px;
  background: #091f33;
  border-radius: 14px;
  overflow: hidden;
}
.pricing-table th, .pricing-table td {
  text-align: left;
  padding: 16px 14px;
  border-bottom: 1px solid #0d3459;
}
.pricing-table th {
  background: #073F6D;
  color: #F1D25E;
  font-size: 1.08rem;
}
.pricing-table tbody tr:last-child td {
  border-bottom: none;
}
.pricing-table tr:hover td {
  background: #0f2b45;
}
/* Footer */
footer {
  background: #091f33;
  color: #FCFCFC;
  border-radius: 36px 36px 0 0;
  box-shadow: 0 -3px 30px 0 rgba(13,60,138,0.08);
  padding: 44px 0 16px 0;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-menu a {
  color: #F1D25E;
  font-size: 1.02rem;
  margin-bottom: 4px;
  transition: color 0.15s, border-color 0.16s;
}
.footer-menu a:hover {
  color: #FCFCFC;
}
.footer-contact {
  color: #cfe9fa;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 1rem;
}
.footer-contact img {
  margin-right: 8px;
  vertical-align: text-bottom;
}
.footer-social {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  margin-bottom: 12px;
}
.footer-social img {
  width: 32px;
  height: 32px;
  filter: brightness(1.15) drop-shadow(0 0 5px #F1D25E88);
  opacity: 0.84;
  transition: opacity 0.19s, filter 0.13s, transform 0.19s;
  cursor: pointer;
}
.footer-social img:hover {
  filter: brightness(1.65) drop-shadow(0 0 8px #F1D25E);
  opacity: 1;
  transform: scale(1.08);
}
.newsletter-signup, .newsletter {
  background: #0b2237;
  border-radius: 16px;
  padding: 30px 22px 14px 22px;
  box-shadow: 0 2px 18px 0 rgba(241,210,94,0.04);
  min-width: 254px;
  text-align: left;
}
.newsletter-signup h3, .newsletter h2 {
  color: #F1D25E;
  margin-bottom: 0.4em;
}
.newsletter-signup p, .newsletter p {
  color: #cfe9fa;
  margin-bottom: 0.9em;
}
.newsletter-signup .btn-secondary, .newsletter .btn-primary {
  margin-top: 0.8em;
}
/* Blog List */
.blog-list .categories-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background: #091f33;
  border-radius: 11px;
  padding: 10px 22px;
  margin-bottom: 22px;
  color: #F1D25E;
}
.blog-post-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 2em;
}
.blog-post-list li {
  background: #0b2237;
  border-radius: 12px;
  padding: 18px 20px;
  color: #cfe9fa;
  box-shadow: 0 2px 12px 0 rgba(13,60,138,0.07);
}
.blog-post-list h2 {
  color: #F1D25E;
  margin-bottom: 0.4em;
  font-size: 1.2rem;
}
/* FAQ Item */
.faq-item {
  background: #091f33;
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 18px;
  box-shadow: 0 1px 10px 0 rgba(13,60,138,0.06);
}
.faq-item h3 {
  color: #F1D25E;
  font-size: 1.07rem;
}
.faq-item p {
  color: #cfe9fa;
  margin-bottom: 0;
}
/* Before-After Section (References) */
.before-after {
  background: #091f33;
  border-left: 4px solid #F1D25E;
  border-radius: 8px;
  padding: 22px 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 16px 0 rgba(13,60,138,0.08);
}
.before-after h3 {
  color: #F1D25E;
  margin-bottom: 8px;
  font-size: 1.13rem;
}
/* Specials (Legal, Cookie Policy, etc.) */
.legal {
  background: #0b2237;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(241,210,94,0.05);
  margin-bottom: 32px;
  padding: 36px 20px 32px 20px;
  color: #cfe9fa;
}
.legal h1 {
  color: #F1D25E;
  margin-bottom: 18px;
}
@media (max-width: 1120px) {
  .container {
    max-width: 96vw;
  }
  .features, .feature-grid, .features-row, .service-grid {
    gap: 16px;
  }
}
@media (max-width: 930px) {
  .footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  footer .container {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .hero .content-wrapper,
  .newsletter-signup,
  .newsletter {
    max-width: 98vw;
  }
  .services-list .service-grid, .features, .feature-grid {
    flex-direction: column;
  }
}
/* RESPONSIVE LAYOUTS */
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .section, section {
    padding: 32px 4px;
    margin-bottom: 42px;
  }
  h1 {
    font-size: 1.55rem;
  }
  h2 {
    font-size: 1.21rem;
  }
  .content-wrapper, .services-list .service-grid, .features, .feature-grid, .features-row,  .footer-menu {
    flex-direction: column;
    gap: 18px;
  }
  .hero {
    padding: 40px 0 26px 0;
  }
  .footer-contact, .footer-social, .newsletter-signup, .footer-menu, .newsletter {
    min-width: 0;
  }
  .text-image-section {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
/* HEADER & NAVBAR (TECH FUTURISTIC) */
header {
  background: #071722;
  box-shadow: 0 3px 18px 3px rgba(7,63,109,0.13);
  padding: 0;
  width: 100%;
  z-index: 20;
  position: relative;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}
header img[alt="ReparaturMeister"] {
  height: 48px;
  display: block;
}
.main-nav {
  display: flex;
  gap: 22px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.06rem;
  color: #F1D25E;
  position: relative;
  padding: 6px 0;
  transition: color 0.18s;
}
.main-nav a:hover, .main-nav a:active {
  color: #FCFCFC;
}
header .btn-primary {
  margin: 0 0 0 10px;
}
/* MOBILE MENU */
.mobile-menu-toggle {
  display: none;
  background: #091f33;
  color: #F1D25E;
  font-size: 2rem;
  border: none;
  padding: 8px 18px 7px 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 200;
  transition: background 0.15s, filter 0.13s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #F1D25E;
  color: #071722;
  filter: drop-shadow(0 0 10px #F1D25E66);
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 95vw;
  max-width: 360px;
  background: linear-gradient(120deg, #073F6D 86%, #13191d 100%);
  box-shadow: -2px 0 20px 1px #092e4865;
  z-index: 3000;
  transform: translateX(100%);
  transition: transform 0.39s cubic-bezier(.33,1.07,.27,.99);
  display: flex;
  flex-direction: column;
  padding: 34px 0 0 0;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  color: #F1D25E;
  border: none;
  font-size: 2rem;
  align-self: flex-end;
  margin: -12px 12px 26px 0;
  cursor: pointer;
  z-index: 3020;
  transition: color 0.16s;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  color: #FCFCFC;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 0 36px;
}
.mobile-nav a {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.22rem;
  color: #F1D25E;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #092e4877;
  transition: color 0.14s, background 0.13s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: #FCFCFC;
  background: #092e4890;
  border-radius: 6px;
  outline: none;
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  header .btn-primary {
    display: none;
  }
}
@media (min-width: 901px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
}
/* Cookie Banner Styles */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 5200;
  box-shadow: 0 -2px 24px 2px rgba(7,63,109,0.18);
  background: #091f33;
  color: #F1D25E;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px 20px 18px;
  gap: 16px;
  transition: transform 0.39s cubic-bezier(.5,.04,.2,.99);
}
.cookie-banner.hide {
  transform: translateY(120%);
}
.cookie-banner p {
  color: #F1D25E;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.05rem;
}
.cookie-banner-btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.cookie-btn, .cookie-settings-btn {
  border-radius: 18px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 7px 23px;
  font-size: 1.01rem;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.14s;
}
.cookie-btn.accept {
  background: #F1D25E;
  color: #073F6D;
  border: none;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #fde384;
  color: #071722;
}
.cookie-btn.reject {
  background: none;
  color: #F1D25E;
  border: 2px solid #F1D25E;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #073F6D;
  color: #F1D25E;
}
.cookie-settings-btn {
  background: #073F6D;
  color: #F1D25E;
  border: 1px solid #F1D25E;
}
.cookie-settings-btn:hover, .cookie-settings-btn:focus {
  background: #091f33;
  color: #F1D25E;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 22px 6px 24px 10px;
    gap: 9px;
  }
  .cookie-banner-btns {
    width: 100%;
    justify-content: flex-end;
  }
}
/* Cookie Modal Popup */
.cookie-modal-overlay {
  position: fixed;
  z-index: 5300;
  inset: 0;
  background: rgba(7,63,109,0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInCookieOverlay 0.28s cubic-bezier(0.33,1.07,0.27,0.99);
}
.cookie-modal {
  background: #091f33;
  color: #F1D25E;
  border-radius: 20px;
  max-width: 385px;
  width: 100%;
  margin: 32px auto 0 auto;
  padding: 34px 24px 22px 24px;
  box-shadow: 0 8px 38px 6px rgba(7,63,109,0.23),0 0 0 2px #F1D25E44 inset;
  animation: fadeSlideUpCookie 0.33s cubic-bezier(0.33,1.07,0.27,0.99);
  position: relative;
}
.cookie-modal h2 {
  color: #F1D25E;
  margin-bottom: 12px;
  font-size: 1.21rem;
}
.cookie-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #092e4828;
}
.cookie-category:last-child {
  border-bottom: none;
}
.cookie-category .toggle {
  padding: 0 0 0 10px;
}
.cookie-toggle-switch {
  appearance: none;
  width: 44px;
  height: 24px;
  background-color: #0b2237;
  border-radius: 13px;
  position: relative;
  outline: none;
  cursor: pointer;
  border: 1.5px solid #F1D25E;
  transition: background 0.19s, border 0.2s;
}
.cookie-toggle-switch:checked {
  background-color: #F1D25E;
  border: 1.5px solid #F1D25E;
}
.cookie-toggle-switch:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 2.5px;
  width: 19px;
  height: 19px;
  background: #FCFCFC;
  border-radius: 50%;
  box-shadow: 0 0 7px 0 #F1D25E75;
  transition: left 0.18s cubic-bezier(.3, .6, .45, 1);
}
.cookie-toggle-switch:checked:before {
  left: 21px;
}
.cookie-modal .modal-close {
  position: absolute;
  right: 14px;
  top: 12px;
  background: none;
  border: none;
  color: #F1D25E;
  font-size: 2rem;
  cursor: pointer;
  z-index: 102;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  color: #FCFCFC;
}
.cookie-modal .cookie-btn, .cookie-modal .cookie-settings-btn {
  width: 49%;
  margin-right: 0;
}
.cookie-modal .cookie-btn-row {
  display: flex;
  gap: 13px;
  margin-top: 24px;
}
@keyframes fadeInCookieOverlay {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeSlideUpCookie {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* NEON/TECH-EFFECTS */
.btn-primary,
.hero,
.testimonial-card,
.feature-item,
.card {
  box-shadow:
    0 0 5px 0 #F1D25E22,
    0 2px 18px 2px #073F6D19,
    0 0px 0 2px #F1D25E22 inset;
}
.btn-primary:focus, .btn-primary:hover,
.feature-item:focus, .feature-item:hover {
  box-shadow: 0 0 15px 1px #F1D25E88, 0 2px 34px 2px #073F6D25, 0 0px 0 2px #F1D25E55 inset;
}
::selection {
  background: #F1D25E;
  color: #071722;
}
/* Scrollbar Styling (Chromium-based/Experimental, but fallback safe) */
body::-webkit-scrollbar {
  width: 11px;
  background: #071722;
}
body::-webkit-scrollbar-thumb {
  background: #073F6D;
  border-radius: 10px;
  border: 2px solid #071722;
}
body::-webkit-scrollbar-thumb:hover {
  background: #F1D25E;
}
/* HIDING TABLE HEAD ON MOBILE */
@media (max-width: 600px) {
  .pricing-table thead {
    display: none;
  }
  .pricing-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #0d3459;
    margin-bottom: 11px;
    padding: 10px 0;
  }
  .pricing-table td {
    display: flex;
    gap: 10px;
    padding: 8px 10px;
    font-size: 0.98em;
    border-bottom: none;
  }
}
/* Animations/Micro-interactions */
.card, .feature-item, .testimonial-card, .service-item {
  transition: box-shadow 0.17s, border 0.15s, transform 0.16s;
}
.card:hover, .testimonial-card:hover, .service-item:hover, .feature-item:hover {
  transform: scale(1.015);
  box-shadow: 0 0 17px 2px #F1D25E66, 0 2px 28px 2px #073F6D19, 0 0 0 3px #F1D25E44 inset;
}
/* Spacing for card wrappers */
.card-container, .testimonial-cards, .content-grid, .features, .feature-grid {
  gap: 20px;
}
/* Misc List Styling */
ul.price-inclusions, .next-steps {
  margin: 18px 0 20px 20px;
  color: #F1D25E;
  font-size: 1em;
}
ul.price-inclusions li, .next-steps li {
  margin-bottom: 6px;
  list-style: disc inside;
}
ul.service-list {
  color: #F1D25E;
  margin-bottom: 17px;
  font-size: 1.09em;
  margin-left: 20px;
  padding-left: 0;
}
ul.service-list li {
  list-style: disc inside;
  margin-bottom: 8px;
  color: #F1D25E;
}
.service-teasers {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 10px;
}
@media (max-width: 530px) {
  h1 { font-size: 1.22rem; }
  h2 { font-size: 1.07rem; }
  .footer-menu, .content-wrapper, .service-list, .service-teasers {
    gap: 7px;
    font-size: 0.96rem;
  }
}
/* Map Block in Kontakt */
.map {
  background: #091f33;
  border-radius: 12px;
  padding: 18px 8px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 17px;
  margin-top: 9px;
  box-shadow: 0 2px 12px 0 rgba(13,60,138,0.09);
}
.map img {
  width: 64px;
  height: 64px;
  border-radius: 7px;
  background: #F1D25E;
  padding: 4px;
}
/* Confirmation Page */
.confirmation .next-steps {
  margin-top: 24px;
  color: #F1D25E;
}
.confirmation .btn-primary {
  margin-top: 20px;
}
