/* ===============================
  Pulsar Core Reinigung
  Monochrome Sophisticated CSS
=============================== */

/* ===============================
  RESET & BASE
=============================== */
html {
  box-sizing: border-box;
  font-size: 100%;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background: #fff;
  color: #161616;
  line-height: 1.7;
  font-size: 16px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01em;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #161616;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus {
  outline: 2px solid #161616;
  outline-offset: 2px;
}

/* ===============================
  TYPOGRAPHY
=============================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #161616;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #111;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
  color: #161616;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #222;
}
h4 {
  font-size: 1.25rem;
}
h5, h6 {
  font-size: 1rem;
}
p, ul, ol, li {
  margin-bottom: 12px;
  color: #232323;
  font-weight: 400;
  font-size: 1rem;
}
p.subheadline {
  font-size: 1.25rem;
  color: #535353;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-bottom: 28px;
}
strong {
  font-weight: 700;
  color: #090909;
}
ul, ol {
  padding-left: 20px;
}
ul li, ol li {
  margin-bottom: 8px;
}

/* Typography scale for responsive */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.1rem; }
  p.subheadline { font-size: 1.1rem; }
}

/* ===============================
  COLORS
=============================== */
:root {
  --primary: #111;
  --secondary: #474747;
  --accent: #faf8f7;
  --brand-primary: #174260;
}
body, .content-wrapper {
  background: #fff;
}

/* ===============================
  LAYOUT & CONTAINERS
=============================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 0 0 0;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 36px rgba(30,30,30,0.07), 0 1.5px 5px rgba(0,0,0,0.01);
}
@media (max-width: 768px) {
  .section {
    margin-bottom: 32px;
    padding: 28px 10px;
    border-radius: 12px;
  }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fafafb;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(20,20,20,0.04);
  padding: 28px 24px;
  flex: 1 1 320px;
  min-width: 260px;
  transition: box-shadow 0.23s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 8px 32px rgba(0,0,0,0.10), 0 1.5px 5.5px rgba(0,0,0,0.03);
  z-index: 2;
}

.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;
}
@media (max-width: 768px) {
  .content-grid, .text-image-section {
    flex-direction: column;
    gap: 20px;
  }
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 24px;
}
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.5px 2.5px rgba(0,0,0,0.09);
  margin-bottom: 0;
}
.feature-description {
  font-size: 1.07rem;
  margin-bottom: 0;
  color: #323232;
}

.service-list, .faq-list, .service-teaser-list {
  margin: 24px 0 24px 0;
  font-size: 1.08rem;
  color: #262626;
}
.service-list li, .faq-list li, .service-teaser-list li {
  margin-bottom: 14px;
}
.faq-list strong {
  color: #252525;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.price-table {
  border-collapse: separate;
  width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.price-table th, .price-table td {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #dfdfdf;
  padding: 16px 12px;
  text-align: left;
  color: #191919;
  font-weight: 500;
}
.price-table th {
  background: #ebebeb;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.07rem;
  color: #101010;
  letter-spacing: 0.02em;
}
.price-table tbody tr:last-child td {
  border-bottom: none;
}

.guarantee {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1.5px 5.5px rgba(0,0,0,0.06);
  color: #232323;
  font-size: 1.03rem;
  padding: 14px 18px;
  font-weight: 500;
}

/* ===============================
  HERO SECTION
=============================== */
.hero {
  padding: 48px 0 56px 0;
  background: #fafafa;
  border-bottom: 1.5px solid #e5e5e5;
  margin-bottom: 50px;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.hero h1 {
  color: #050505;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.hero .subheadline {
  color: #474747;
}
.hero .btn-primary {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .hero {
    padding: 32px 0;
    margin-bottom: 25px;
  }
}

/* ===============================
  CTA
=============================== */
.cta {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 16px rgba(24,24,24,0.07);
  margin-bottom: 60px;
}
.cta .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding: 20px 0;
}

/* ===============================
  TESTIMONIALS
=============================== */
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 24px;
  background: #fafafa;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07), 0 0.5px 1.5px rgba(0,0,0,0.03);
}
.testimonial-card p {
  font-size: 1.15rem;
  color: #101010;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.65;
  margin-bottom: 2px;
  font-style: italic;
}
.testimonial-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #353535;
  font-size: 1rem;
  font-weight: 500;
}
.testimonial-info img {
  width: 20px;
  height: 20px;
  filter: grayscale(100%) brightness(1.1);
}
@media (max-width: 768px) {
  .testimonial-card {
    padding: 13px;
    border-radius: 10px;
  }
}

/* ===============================
  BUTTONS & LINKS
=============================== */
.btn-primary,
.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  padding: 13px 34px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 32px;
  outline: none;
  border: none;
  cursor: pointer;
  background: #050505;
  color: #faf8f7;
  margin: 10px 0 0 0;
  box-shadow: 0 1.5px 8px rgba(36,36,36,0.08);
  transition: background 0.2s, color 0.2s, box-shadow 0.18s, transform 0.16s;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: #174260;
  color: #fff;
  box-shadow: 0 4px 16px rgba(22,22,22,0.17);
  transform: translateY(-2px) scale(1.03);
}
.btn-link {
  background: transparent;
  color: #111;
  border: 1.5px solid #161616;
  padding: 11px 26px;
  font-size: 1rem;
  transition: background 0.16s, color 0.17s, box-shadow 0.17s;
  margin-top: 13px;
}
.btn-link:hover, .btn-link:focus {
  background: #161616;
  color: #faf8f7;
  box-shadow: 0 2px 12px rgba(13,13,13,0.15);
}

/* ===============================
  HEADER & NAVIGATION
=============================== */
header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ededed;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.logo-link img {
  height: 44px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  gap: 26px;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #161616;
  letter-spacing: 0.01em;
  padding: 4px 2px;
  opacity: 0.95;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s, opacity 0.13s;
  position: relative;
}
.main-nav a:hover, .main-nav a.active, .main-nav a:focus {
  color: #174260;
  background: #efefef;
  opacity: 1;
}
.main-nav .btn-primary {
  margin: 0;
}
.mobile-menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: #161616;
  cursor: pointer;
  margin-left: 16px;
}

/* Mobile Navigation */
@media (max-width: 1020px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
    z-index: 301;
  }
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(245,245,245,0.97);
  z-index: 555;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(-100vw);
  transition: transform 0.34s cubic-bezier(.5,1.8,.5,1);
  box-shadow: 0 7px 38px rgba(30,30,30,0.17);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  font-size: 2rem;
  border: none;
  background: none;
  color: #161616;
  margin: 20px 28px 10px 0;
  cursor: pointer;
  transition: color 0.17s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #174260;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 100%;
  align-items: flex-start;
  padding: 36px 34px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.23rem;
  color: #161616;
  padding: 7px 0;
  width: 100%;
  border-radius: 6px;
  transition: background 0.2s, color 0.17s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #e6e6e6;
  color: #174260;
}

/* Hide mobile menu by default on large screens */
@media (min-width: 1021px) {
  .mobile-menu {
    display: none !important;
  }
}

/* ===============================
  FOOTER
=============================== */
footer {
  background: #171717;
  color: #fafafa;
  font-size: 1rem;
  padding: 36px 0 14px 0;
  position: relative;
  margin-top: 70px;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}
footer .logo-link, footer a img {
  height: 38px;
  margin-bottom: 16px;
}
.footer-nav {
  color: #babfc6;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  justify-content: center;
}
.footer-nav a {
  color: #babfc6;
  opacity: 0.93;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.18s, opacity 0.19s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fff;
  opacity: 1;
}
.footer-contact, .footer-hours {
  color: #cfd2d4;
  font-size: 0.97rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
  flex-wrap: wrap;
}
.footer-contact img {
  height: 19px;
  width: 19px;
  filter: grayscale(100%);
  margin-right: 4px;
}
.footer-hours {
  color: #adadb5;
  font-size: 0.95rem;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  footer .container {
    gap: 12px;
    padding: 0 10px;
  }
  .footer-contact, .footer-hours {
    font-size: 0.92rem;
    gap: 6px;
  }
}

/* ===============================
  SPECIFIC COMPONENTS
=============================== */
.team-intro {
  margin-top: 32px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 19px 22px;
  box-shadow: 0 2px 10px rgba(55,55,55,0.06);
  font-size: 1.07rem;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #191919;
}
.office-hours {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 13px;
  font-size: 1.04rem;
  color: #232323;
}
.service-scope, .discounts {
  margin-top: 20px;
  margin-bottom: 13px;
  background: #fafafa;
  border-radius: 10px;
  padding: 14px 18px;
}
.discounts ul {
  margin: 0 0 0 16px;
}
.map-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0 0;
  color: #161616;
  font-size: 1.06rem;
}
.map-hint img {
  width: 22px;
  height: 22px;
}

.next-steps {
  margin: 22px 0 14px 0;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 12px 16px;
}
.next-steps ul { margin: 0 0 0 18px; }

/* ===============================
  RESPONSIVENESS SPACING & FLEX
=============================== */

@media (min-width: 960px) {
  .container { padding: 0 32px; }
}

@media (max-width: 480px) {
  .container { padding: 0 7px; }
  .content-wrapper { padding: 0; }
  .section { padding: 14px 5px; margin-bottom: 15px; }
  .testimonial-card { padding: 7.5px; }
}

/* ===============================
  COOKIE CONSENT BANNER & MODAL
=============================== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 2000;
  padding: 22px 30px;
  font-size: 1rem;
  box-shadow: 0 -6px 22px rgba(0,0,0,0.13);
  transition: transform 0.32s cubic-bezier(.56,1.7,.68,1);
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 9px 9px 12px;
    font-size: 0.98rem;
    gap: 13px;
  }
}
.cookie-banner.hide {
  transform: translateY(115%);
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.cookie-banner button,
.cookie-banner .btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  padding: 11px 24px;
  font-size: 1rem;
  border-radius: 30px;
  border: none;
  outline: none;
  margin: 0 0 0 0;
  font-weight: 700;
  transition: background 0.15s, color 0.15s, box-shadow 0.1s;
  cursor: pointer;
}
.cookie-banner .accept {
  background: #111;
  color: #fff;
}
.cookie-banner .accept:hover, .cookie-banner .accept:focus {
  background: #174260;
  color: #fff;
}
.cookie-banner .reject {
  background: #fff;
  color: #111;
  border: 1.3px solid #212121;
}
.cookie-banner .reject:hover, .cookie-banner .reject:focus {
  background: #ededed;
  color: #111;
}
.cookie-banner .settings {
  background: transparent;
  color: #fff;
  border: 1.3px solid #fff;
}
.cookie-banner .settings:hover, .cookie-banner .settings:focus {
  background: #ededed;
  color: #161616;
  border-color: #111;
}

/* Cookie Modal Styles */
.cookie-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30,30,30,0.73);
  z-index: 2100;
  transition: opacity 0.27s;
}
.cookie-modal.hide {
  display: none;
  opacity: 0;
}
.cookie-modal-content {
  background: #fff;
  color: #101010;
  border-radius: 18px;
  padding: 44px 25px 32px 25px;
  box-shadow: 0 7px 44px rgba(28,28,28,0.18);
  width: 98%;
  max-width: 430px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.cookie-modal-content h3 {
  margin-bottom: 0.6em;
  font-size: 1.25rem;
  color: #161616;
}
.cookie-modal-content ul {
  padding-left: 24px;
  margin-bottom: 16px;
  color: #252525;
}
.cookie-modal-content .cookie-category {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 13px;
}
.cookie-toggle {
  margin-left: auto;
  --toggle-width: 44px;
  --toggle-height: 25px;
  width: var(--toggle-width);
  height: var(--toggle-height);
  border-radius: 16px;
  background: #dedede;
  position: relative;
  transition: background 0.13s;
}
.cookie-toggle[aria-checked='true'] {
  background: #174260;
}
.cookie-toggle::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2.5px;
  left: 2.5px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(20,20,20,0.07);
  transition: left 0.13s;
}
.cookie-toggle[aria-checked='true']::before {
  left: 21px;
}
.cookie-modal-content .category-info {
  font-size: 0.98rem;
  color: #393939;
}
.cookie-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  background: none;
  border: none;
  font-size: 1.7rem;
  color: #161616;
  cursor: pointer;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #174260;
}

@media (max-width: 550px) {
  .cookie-modal-content { padding: 28px 6px 19px 10px; max-width: 97vw; }
  .cookie-modal-content h3 { font-size: 1.045rem; }
}

/* ===============================
  HELPERS
=============================== */
.text-center { text-align: center; }
.mt-2 { margin-top: 16px; }
.mb-2 { margin-bottom: 16px; }
.mt-4 { margin-top: 32px; }
.mb-4 { margin-bottom: 32px; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.align-center { align-items: center; }
.gap-12 { gap: 12px; }
.gap-24 { gap: 24px; }

/* Prevent overlapping cards */
.card-container > *,
.content-grid > *,
.features-grid > * {
  min-width: 0;
}

/* ===============================
  MICRO-INTERACTIONS AND EFFECTS
=============================== */
a, .btn-primary, .btn-link, .main-nav a, .mobile-nav a {
  transition: color 0.18s, background 0.15s, border-color 0.17s, box-shadow 0.13s, transform 0.13s;
}

section, .section, .testimonial-card, .cta, .cookie-banner, .cookie-modal-content {
  transition: box-shadow 0.17s, background 0.13s, transform 0.08s;
}

.btn-primary:active, .btn-link:active {
  transform: scale(0.97);
  box-shadow: 0 0.7px 2.7px rgba(13,13,13,0.11);
}

/* ===============================
  SCROLLBAR
=============================== */
::-webkit-scrollbar {
  width: 12px;
  background: #ededed;
}
::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 7px;
}

/* ===============================
  ACCESSIBILITY
=============================== */
:focus-visible {
  outline: 2px solid #222;
  outline-offset: 2px;
}

/* ===============================
  PRINT
=============================== */
@media print {
  header, footer, .mobile-menu, .cookie-banner, .cookie-modal { display: none !important; }
  body { background: #fff; color: #101010; }
}
