/* SOFORTWERKER24 — eigenständiges Stylesheet, keine Verbindung zu anderen Projekten */

:root {
  --sw24-blue-dark: #0b3d63;
  --sw24-blue: #145a94;
  --sw24-blue-light: #2f7cc2;
  --sw24-accent: #e8901c;
  --sw24-gray-900: #1c2530;
  --sw24-gray-700: #45525f;
  --sw24-gray-400: #8b98a5;
  --sw24-gray-200: #e3e8ec;
  --sw24-gray-100: #f4f6f8;
  --sw24-white: #ffffff;
  --sw24-radius: 10px;
  --sw24-shadow: 0 2px 10px rgba(11, 61, 99, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--sw24-gray-900);
  background: var(--sw24-white);
  line-height: 1.5;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.sw24-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.sw24-header {
  background: var(--sw24-blue-dark);
  color: var(--sw24-white);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: var(--sw24-shadow);
}

.sw24-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: 1100px;
  margin: 0 auto;
  gap: 12px;
}

.sw24-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: var(--sw24-white);
}

.sw24-logo__mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--sw24-blue-light), var(--sw24-accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.sw24-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sw24-accent);
  color: var(--sw24-gray-900);
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
  white-space: nowrap;
}

.sw24-header__phone:hover {
  filter: brightness(1.05);
}

/* Hero */
.sw24-hero {
  background: linear-gradient(160deg, var(--sw24-blue-dark), var(--sw24-blue) 70%);
  color: var(--sw24-white);
  padding: 56px 0 64px;
}

.sw24-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.sw24-hero__badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.85rem;
  margin-bottom: 18px;
}

.sw24-hero h1 {
  font-size: 2.2rem;
  margin: 0 0 14px;
  font-weight: 800;
}

.sw24-hero p {
  font-size: 1.1rem;
  color: var(--sw24-gray-200);
  max-width: 640px;
  margin: 0 auto 28px;
}

.sw24-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.sw24-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: var(--sw24-radius);
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.sw24-btn--call {
  background: var(--sw24-accent);
  color: var(--sw24-gray-900);
}

.sw24-btn--call:hover {
  filter: brightness(1.05);
}

.sw24-btn--outline {
  background: transparent;
  color: var(--sw24-white);
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.sw24-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Sections */
.sw24-section {
  padding: 56px 0;
}

.sw24-section--muted {
  background: var(--sw24-gray-100);
}

.sw24-section__title {
  font-size: 1.7rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 8px;
  color: var(--sw24-blue-dark);
}

.sw24-section__subtitle {
  text-align: center;
  color: var(--sw24-gray-700);
  max-width: 600px;
  margin: 0 auto 36px;
}

/* Services grid */
.sw24-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.sw24-service-card {
  background: var(--sw24-white);
  border: 1px solid var(--sw24-gray-200);
  border-radius: var(--sw24-radius);
  padding: 24px 20px;
  text-align: center;
  box-shadow: var(--sw24-shadow);
}

.sw24-service-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--sw24-gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 14px;
}

.sw24-service-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: var(--sw24-blue-dark);
}

.sw24-service-card p {
  margin: 0;
  color: var(--sw24-gray-700);
  font-size: 0.92rem;
}

/* Trust / Warum wir */
.sw24-trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.sw24-trust-item {
  text-align: center;
}

.sw24-trust-item__num {
  font-size: 2rem;
  margin-bottom: 8px;
}

.sw24-trust-item h3 {
  margin: 0 0 6px;
  color: var(--sw24-blue-dark);
}

.sw24-trust-item p {
  margin: 0;
  color: var(--sw24-gray-700);
  font-size: 0.92rem;
}

/* Service area */
.sw24-area {
  text-align: center;
}

.sw24-area__map-placeholder {
  max-width: 420px;
  margin: 24px auto 0;
  background: var(--sw24-white);
  border: 1px dashed var(--sw24-gray-400);
  border-radius: var(--sw24-radius);
  padding: 30px;
  color: var(--sw24-gray-700);
}

/* Contact form */
.sw24-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 780px) {
  .sw24-contact {
    grid-template-columns: 1fr;
  }
}

.sw24-contact__info h2 {
  color: var(--sw24-blue-dark);
  font-size: 1.5rem;
  margin-top: 0;
}

.sw24-contact__phone-box {
  background: var(--sw24-blue-dark);
  color: var(--sw24-white);
  border-radius: var(--sw24-radius);
  padding: 22px;
  margin-top: 20px;
}

.sw24-contact__phone-box a {
  color: var(--sw24-white);
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  display: block;
  margin-top: 6px;
}

.sw24-form {
  background: var(--sw24-white);
  border: 1px solid var(--sw24-gray-200);
  border-radius: var(--sw24-radius);
  padding: 26px;
  box-shadow: var(--sw24-shadow);
}

.sw24-form__row {
  margin-bottom: 16px;
}

.sw24-form__row label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.92rem;
  color: var(--sw24-gray-900);
}

.sw24-form__row input,
.sw24-form__row select,
.sw24-form__row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--sw24-gray-200);
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background: var(--sw24-gray-100);
}

.sw24-form__row input:focus,
.sw24-form__row select:focus,
.sw24-form__row textarea:focus {
  outline: 2px solid var(--sw24-blue-light);
  outline-offset: 1px;
  background: var(--sw24-white);
}

.sw24-form__submit {
  width: 100%;
  background: var(--sw24-blue);
  color: var(--sw24-white);
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}

.sw24-form__submit:hover {
  background: var(--sw24-blue-light);
}

.sw24-form__note {
  font-size: 0.82rem;
  color: var(--sw24-gray-700);
  margin-top: 10px;
}

.sw24-form__status {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
  display: none;
}

.sw24-form__status--success {
  display: block;
  background: #e5f5ea;
  color: #1c6b34;
  border: 1px solid #b6e0c3;
}

.sw24-form__status--error {
  display: block;
  background: #fce8e6;
  color: #a3271b;
  border: 1px solid #f3b8b1;
}

/* Footer */
.sw24-footer {
  background: var(--sw24-gray-900);
  color: var(--sw24-gray-200);
  padding: 32px 0;
  font-size: 0.9rem;
}

.sw24-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.sw24-footer a {
  color: var(--sw24-gray-200);
  text-decoration: none;
}

.sw24-footer a:hover {
  text-decoration: underline;
}

.sw24-footer__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

/* Emergency banner (mobile sticky call bar) */
.sw24-sticky-call {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--sw24-accent);
  padding: 12px 16px;
  text-align: center;
  z-index: 60;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  display: none;
}

.sw24-sticky-call a {
  color: var(--sw24-gray-900);
  font-weight: 800;
  text-decoration: none;
  font-size: 1.05rem;
}

@media (max-width: 640px) {
  .sw24-sticky-call {
    display: block;
  }
  .sw24-hero h1 {
    font-size: 1.7rem;
  }
  body {
    padding-bottom: 58px;
  }
}

/* Impressum page */
.sw24-legal {
  padding: 48px 0 64px;
  max-width: 780px;
  margin: 0 auto;
}

.sw24-legal h1 {
  color: var(--sw24-blue-dark);
}

.sw24-legal h2 {
  color: var(--sw24-blue-dark);
  font-size: 1.15rem;
  margin-top: 32px;
}

.sw24-legal .sw24-placeholder {
  color: var(--sw24-gray-400);
  font-style: italic;
}
