* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
:root {
  --blue-deep: #0c1f33;
  --gold: #d4af37;
  --silver: #dfe3e6;
  --font-main: "Segoe UI", sans-serif;
}

body {
  font-family: var(--font-main);
  color: #1a1a1a;
  background: #fff;
}
.site-header {
  background-color: #888888;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 1030;
}

.site-logo {
  color: #d4af37;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar .nav-link {
  color: #ffffff;
  font-weight: 500;
  margin-left: 20px;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover {
  color: #d4af37;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  /* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
}

.hero-premium {
  background: linear-gradient(135deg, var(--blue-deep), #1a2a3b);
  padding: 100px 20px;
  color: #fff;
}

.cta-btn {
  background-color: var(--gold);
  color: #0c1f33;
  padding: 12px 28px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

.cta-btn:hover {
  background-color: #e0c04e;
  color: #000;
}

.section-icons i {
  color: var(--gold);
}

.leistung-box {
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.leistung-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.statement-block img {
  border-radius: 12px;
}
.werte-section i,
.prozess-step i {
  color: var(--gold);
}

.kunden-list {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.8;
}

.kunden-list li::before {
  content: "✔ ";
  color: var(--gold);
  font-weight: bold;
  margin-right: 6px;
}

.prozess-step {
  background: #fdfdfd;
  border: 2px solid #eee;
  border-radius: 10px;
  height: 100%;
  transition: transform 0.3s ease;
}
.prozess-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.about-hero {
  background: linear-gradient(135deg, #0c1f33, #1e2f48);
  padding: 80px 20px;
}

.team-section img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.values-section i {
  color: var(--gold);
}

.about-cta h3 {
  font-weight: 600;
}

.about-content img {
  border-radius: 12px;
}
.pricing-hero {
  background: linear-gradient(135deg, #0c1f33, #1e2f48);
  padding: 80px 20px;
}

.pricing-box {
  background: #ffffff;
  border: 2px solid #e2e2e2;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.price-tag {
  font-size: 20px;
  font-weight: bold;
  color: #003049;
}

.premium-highlight {
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.15);
}
.bg-gold {
  background-color: var(--gold) !important;
}
.contact-hero {
  background: linear-gradient(135deg, #0c1f33, #1e2f48);
  padding: 80px 20px;
}

.contact-section h4 {
  color: #003049;
  font-weight: 600;
}

.contact-section input,
.contact-section textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1rem;
}

.contact-section img {
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.business-hero {
  background: linear-gradient(135deg, #0c1f33, #1e2f48);
  padding: 80px 20px;
}

.value-step {
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.value-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  margin-bottom: 12px;
}
.privacy-hero {
  background: linear-gradient(135deg, #0c1f33, #1e2f48);
  padding: 80px 20px;
}
.privacy-content h3 {
  margin-top: 40px;
  color: #003049;
  font-weight: 600;
}
.privacy-content ul {
  line-height: 1.7;
}
.terms-hero {
  background: linear-gradient(135deg, #0c1f33, #1e2f48);
  padding: 80px 20px;
}
.terms-content h3 {
  margin-top: 40px;
  color: #003049;
  font-weight: 600;
}
.terms-content p {
  line-height: 1.7;
}

.optout-hero {
  background: linear-gradient(135deg, #0c1f33, #1e2f48);
  padding: 80px 20px;
}

.optout-settings h4 {
  color: #003049;
  font-weight: 600;
  padding-bottom: 120px;
}

.form-check-label {
  font-size: 1rem;
}

.footer {
  background: #003049;
}
