/* Background images - set here because Tailwind CDN cannot resolve
   local file paths in utility classes at build time. */

.hero-section {
  background-image:
    linear-gradient(rgba(248, 245, 239, 0.85), rgba(248, 245, 239, 0.85)),
    url('../images/hero.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

:root {
  --nova-navy: #07182f;
  --nova-navy-2: #0b2446;
  --nova-ink: #14243f;
  --nova-gold: #d89a2d;
  --nova-gold-light: #efbd62;
  --nova-paper: #f7f7f4;
  --nova-line: rgba(216, 154, 45, 0.48);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, #eef2f5 0, var(--nova-paper) 420px, #ffffff 100%);
  color: var(--nova-ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body > div {
  background:
    linear-gradient(90deg, rgba(7, 24, 47, 0.05), transparent 14%, transparent 86%, rgba(7, 24, 47, 0.05));
}

header {
  background:
    radial-gradient(circle at 77% 25%, rgba(104, 137, 176, 0.34), transparent 30%),
    linear-gradient(90deg, #061326 0%, #081b34 48%, #0c2039 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(216, 154, 45, 0.18);
}

header .hero-shell {
  max-width: 1440px !important;
  overflow: hidden;
}

header .hero-shell > div:first-child {
  max-width: min(680px, 100%);
  min-width: 0;
}

header .hero-shell > div:nth-child(2) {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  min-height: 100% !important;
  width: 100%;
}

header .hero-shell > div:nth-child(2)::after {
  background:
    linear-gradient(90deg, rgba(4, 13, 27, 0.78) 0%, rgba(4, 13, 27, 0.55) 34%, rgba(4, 13, 27, 0.16) 67%, rgba(4, 13, 27, 0.32) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.site-nav {
  align-items: center;
  background: var(--nova-paper);
  color: var(--nova-navy);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: none;
  padding: 0.85rem max(1.5rem, calc((100vw - 1440px) / 2 + 1.5rem));
  box-shadow: 0 1px 0 rgba(7, 24, 47, 0.08);
}

.site-logo {
  align-items: center;
  display: inline-flex;
  background: var(--nova-paper) !important;
  height: 4rem;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  width: 11rem;
}

.site-logo img {
  display: block;
  filter: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

@media (min-width: 769px) {
  .site-nav {
    overflow: visible;
    padding-bottom: 0.35rem;
    padding-top: 0.95rem;
  }

  .site-logo {
    height: 7.2rem;
    margin-bottom: -2.35rem;
    position: relative;
    width: 15.4rem;
    z-index: 25;
  }
}

.site-nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-end;
}

.site-nav-links a {
  color: var(--nova-navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.65rem 0.85rem;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease;
}

.site-nav-links a:hover,
.site-nav-links a:focus-visible {
  background: rgba(216, 154, 45, 0.12);
  color: #9a6515;
  outline: none;
}

.site-menu-toggle {
  align-items: center;
  background: var(--nova-navy);
  border: 0;
  color: #ffffff;
  display: none;
  flex-direction: column;
  gap: 0.3rem;
  height: 2.9rem;
  justify-content: center;
  width: 2.9rem;
}

.site-menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  width: 1.35rem;
}

.site-mobile-backdrop {
  background: rgba(3, 10, 22, 0.58);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 220ms ease;
  z-index: 80;
}

.site-mobile-menu {
  background: #ffffff;
  box-shadow: -24px 0 50px rgba(3, 10, 22, 0.22);
  color: var(--nova-navy);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100dvh;
  max-width: 390px;
  opacity: 0;
  padding: 1.4rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 260ms ease, opacity 220ms ease;
  width: min(86vw, 390px);
  z-index: 90;
}

.site-mobile-menu-head {
  align-items: center;
  border-bottom: 1px solid rgba(7, 24, 47, 0.12);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.site-mobile-menu-head span {
  color: var(--nova-navy);
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.14em;
}

.site-menu-close {
  background: var(--nova-gold);
  border: 0;
  color: var(--nova-navy);
  font-size: 2rem;
  height: 2.7rem;
  line-height: 1;
  width: 2.7rem;
}

.site-mobile-menu nav {
  display: grid;
  gap: 0.35rem;
}

.site-mobile-menu nav a {
  border-bottom: 1px solid rgba(7, 24, 47, 0.1);
  color: var(--nova-navy);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1rem 0;
  text-transform: uppercase;
}

.site-mobile-cta {
  background: linear-gradient(135deg, var(--nova-gold), var(--nova-gold-light));
  color: var(--nova-navy);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: auto;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

body.site-menu-open {
  overflow: hidden;
}

body.site-menu-open .site-mobile-backdrop {
  opacity: 1;
  pointer-events: auto;
}

body.site-menu-open .site-mobile-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

header .hero-shell h1 {
  font-family: var(--font-display);
  font-size: clamp(3.85rem, 7vw, 6.45rem) !important;
  font-weight: 300 !important;
  letter-spacing: 0.07em;
  line-height: 0.9 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.26);
}

header .hero-shell h1 + p {
  color: var(--nova-gold-light) !important;
  font-size: clamp(1.05rem, 2vw, 1.85rem) !important;
  letter-spacing: 0.12em !important;
}

.hero-logo-title {
  font-size: 0 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  max-width: min(420px, 88vw);
  text-shadow: none !important;
}

.hero-logo-title img {
  display: block;
  filter:
    drop-shadow(0 0 28px rgba(242, 205, 120, 0.18))
    drop-shadow(0 8px 24px rgba(0, 0, 0, 0.34));
  height: auto;
  width: 100%;
}

.hero-divider {
  background: linear-gradient(90deg, transparent, var(--nova-gold), transparent) !important;
  height: 2px !important;
  width: min(360px, 72vw) !important;
}

.hero-headline {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}

.hero-subcopy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 500;
  line-height: 1.55;
  margin-top: 1.35rem;
  max-width: 38rem;
  overflow-wrap: break-word;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-cta {
  align-items: center;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 950;
  justify-content: center;
  letter-spacing: 0.11em;
  min-height: 3.25rem;
  padding: 0.95rem 1.3rem;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.hero-cta:hover,
.hero-cta:focus-visible {
  outline: none;
  transform: translateY(-2px);
}

.hero-cta-primary {
  background: linear-gradient(135deg, var(--nova-gold), var(--nova-gold-light));
  color: var(--nova-navy);
}

.hero-cta-primary:hover,
.hero-cta-primary:focus-visible {
  background: var(--nova-gold-light);
}

.hero-cta-secondary {
  border: 1px solid rgba(239, 189, 98, 0.75);
  color: #ffffff;
}

.hero-cta-secondary:hover,
.hero-cta-secondary:focus-visible {
  background: rgba(239, 189, 98, 0.12);
  border-color: var(--nova-gold-light);
  color: var(--nova-gold-light);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.4rem;
}

.hero-proof span {
  border-left: 2px solid var(--nova-gold);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 0.7rem;
  text-transform: uppercase;
}

header > div.mx-auto:not(.hero-shell) {
  padding-bottom: clamp(4.75rem, 7vw, 7.5rem) !important;
  padding-top: clamp(4.75rem, 7vw, 7.5rem) !important;
}

header img {
  filter: contrast(1.04) brightness(0.82) saturate(0.8);
  object-position: center right;
  width: 100%;
}

header .inline-flex div {
  border-color: var(--nova-gold) !important;
  border-radius: 0 !important;
  color: var(--nova-gold-light) !important;
  font-family: var(--font-display);
  font-size: 4.6rem !important;
  font-weight: 700 !important;
  height: 5.8rem !important;
  line-height: 1;
  width: 5.8rem !important;
  transform: skewX(-8deg);
}

header .inline-flex {
  align-items: flex-start !important;
  flex-direction: column;
}

header .inline-flex p {
  display: none;
}

main {
  background: var(--nova-paper);
}

main > section:first-child > div {
  background: transparent !important;
  border-radius: 0 !important;
  padding-top: 1.8rem !important;
  padding-bottom: 1.2rem !important;
}

main > section:first-child p {
  color: #172541 !important;
  font-size: clamp(1rem, 2vw, 1.28rem) !important;
  font-weight: 500 !important;
}

main > section:nth-child(2) {
  border-bottom: 0 !important;
}

main > section:nth-child(2) p {
  font-size: clamp(0.9rem, 1.2vw, 1.05rem) !important;
  font-weight: 650 !important;
  letter-spacing: 0.01em;
}

.svg-icon {
  align-items: center;
  background: currentColor;
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: center;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.svg-icon-feature {
  color: var(--nova-gold);
  height: 4.8rem;
  width: 4.8rem;
}

.svg-icon-service {
  color: var(--nova-gold-light);
  height: 3rem;
  width: 3rem;
}

.svg-icon-contact {
  color: var(--nova-gold-light);
  height: 2.8rem;
  width: 2.8rem;
}

.icon-feature-person { --icon: url("../images/icons/feature-person.svg"); }
.icon-feature-clock { --icon: url("../images/icons/feature-clock.svg"); }
.icon-feature-shield { --icon: url("../images/icons/feature-shield.svg"); }
.icon-feature-team { --icon: url("../images/icons/feature-team.svg"); }
.icon-feature-handshake { --icon: url("../images/icons/feature-handshake.svg"); }
.icon-service-building { --icon: url("../images/icons/service-building.svg"); }
.icon-service-authority { --icon: url("../images/icons/service-authority.svg"); }
.icon-service-construction { --icon: url("../images/icons/service-construction.svg"); }
.icon-service-network { --icon: url("../images/icons/service-network.svg"); }
.icon-contact-phone { --icon: url("../images/icons/contact-phone.svg"); }
.icon-contact-mail { --icon: url("../images/icons/contact-mail.svg"); }
.icon-contact-map-pin { --icon: url("../images/icons/contact-map-pin.svg"); }

article {
  border-color: rgba(7, 24, 47, 0.12) !important;
  border-radius: 4px !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 12px 30px rgba(7, 24, 47, 0.06) !important;
}

article > div:first-child {
  background:
    linear-gradient(90deg, #07172f, #09264d 58%, #07172f) !important;
  border-radius: 4px 4px 0 0 !important;
  border-bottom: 3px solid var(--nova-gold);
  gap: 0.85rem !important;
  min-height: 118px !important;
  overflow: hidden;
}

article h3,
main h2 {
  letter-spacing: 0.01em;
}

article > div:first-child h3 {
  font-size: clamp(0.95rem, 1.05vw, 1.12rem) !important;
  line-height: 1.08 !important;
  overflow-wrap: normal;
  white-space: normal;
}

article ul {
  flex: 1;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

article ul li span:first-child,
main li span:first-child {
  color: var(--nova-gold) !important;
}

main [class*="rounded-2xl"],
main [class*="rounded-3xl"] {
  border-radius: 4px !important;
}

#leistungen {
  padding-top: 1.8rem;
}

#leistungen > div:first-child {
  border-top: 3px solid var(--nova-gold);
  padding-top: 1.6rem;
}

#leistungen article {
  background:
    linear-gradient(180deg, #ffffff 0, #fbfbf8 100%) !important;
}

#leistungen article h3 {
  background: var(--nova-navy);
  color: #ffffff !important;
  margin: -2rem -2rem 1.25rem;
  padding: 1.25rem 1.5rem;
}

#leistungen article h4 {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#leistungen article h4::before {
  background: currentColor;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 1.45rem;
  -webkit-mask: url("../images/icons/service-building.svg") center / contain no-repeat;
  mask: url("../images/icons/service-building.svg") center / contain no-repeat;
  width: 1.45rem;
}

#leistungen .bg-\[\#fffaf0\],
main .bg-slate-50 {
  background: #f4f1ea !important;
}

#leistungen article > div.grid > div,
#leistungen article > div.mt-5,
#leistungen article > div.mt-6.rounded-2xl {
  border-radius: 4px !important;
}

#leistungen article > div.grid > div {
  border-top: 4px solid rgba(216, 154, 45, 0.72);
  padding: 1.6rem !important;
}

#leistungen article > div.grid > div:nth-child(2) {
  border-top-color: var(--nova-gold-light);
}

#leistungen article > div.grid > div:nth-child(2) h4::before {
  -webkit-mask-image: url("../images/icons/service-network.svg");
  mask-image: url("../images/icons/service-network.svg");
}

#leistungen article > div.mt-6.rounded-2xl h4::before {
  -webkit-mask-image: url("../images/icons/service-construction.svg");
  mask-image: url("../images/icons/service-construction.svg");
}

#leistungen .bg-\[\#081f43\],
main .bg-\[\#081f43\] {
  background:
    linear-gradient(135deg, #07172f, #0b2a53) !important;
}

#leistungen .bg-\[\#081f43\] p,
#leistungen .bg-\[\#081f43\] li {
  color: rgba(255, 255, 255, 0.92) !important;
}

#leistungen .bg-\[\#081f43\] p {
  font-weight: 600;
}

#leistungen article ul {
  list-style: none !important;
  padding-left: 0 !important;
}

#leistungen article li {
  align-items: flex-start;
  display: flex;
  gap: 0.65rem;
}

#leistungen article li::before {
  color: var(--nova-gold);
  content: "✓";
  flex: 0 0 auto;
  font-weight: 700;
  line-height: 1.45;
}

#leistungen .bg-\[\#081f43\] li::before {
  color: var(--nova-gold-light);
}

#leistungen article > div.mt-6.rounded-2xl {
  border-left: 4px solid var(--nova-gold) !important;
  padding: 1.6rem !important;
}

#leistungen article > div.mt-6.rounded-2xl ul {
  gap: 0.85rem 1.5rem !important;
}

.business-trade-panel {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid rgba(7, 24, 47, 0.1);
  box-shadow: 0 18px 48px rgba(7, 24, 47, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.business-trade-card {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: auto 1fr;
  padding: 2.2rem 2.5rem;
}

.business-trade-card + .business-trade-card {
  border-left: 1px solid var(--nova-line);
}

.business-trade-icon {
  align-items: center;
  background: var(--nova-navy);
  border-radius: 999px;
  color: var(--nova-gold-light);
  display: flex;
  flex: 0 0 auto;
  height: 7.4rem;
  justify-content: center;
  width: 7.4rem;
}

.business-trade-icon .svg-icon {
  height: 4.1rem;
  width: 4.1rem;
}

.business-trade-card h2 {
  color: var(--nova-navy);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.business-trade-card h2 span {
  color: #a97920;
}

.business-trade-card ul {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin-top: 1rem;
  padding: 0;
}

.business-trade-card li {
  align-items: flex-start;
  color: #24324a;
  display: flex;
  font-size: 1rem;
  gap: 0.75rem;
  line-height: 1.35;
}

.business-trade-card li::before {
  color: #b88924;
  content: "\2713";
  flex: 0 0 auto;
  font-weight: 800;
  line-height: 1.35;
}

.company-choice-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 244, 0.98));
  border: 1px solid rgba(7, 24, 47, 0.1);
  box-shadow: 0 18px 48px rgba(7, 24, 47, 0.08);
  overflow: hidden;
  padding: 2.8rem 2.4rem 2.5rem;
}

.company-choice-head {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.company-choice-head h2 {
  color: var(--nova-navy);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.12;
  text-transform: uppercase;
}

.company-choice-head h2 span,
.company-choice-head h2 strong {
  display: block;
}

.company-choice-head h2 strong {
  color: #a97920;
  font-weight: 800;
}

.company-choice-pillars {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.8rem;
}

.company-choice-pillars > div {
  align-items: center;
  display: flex;
  gap: 1.1rem;
  justify-content: center;
  min-height: 5.8rem;
  padding: 0 1.2rem;
}

.company-choice-pillars > div + div {
  border-left: 1px solid var(--nova-line);
}

.company-choice-pillar-icon {
  color: var(--nova-gold);
  height: 3.9rem;
  width: 3.9rem;
}

.company-choice-pillars p {
  color: var(--nova-navy);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.company-choice-steps {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 3rem;
  text-align: center;
}

.company-choice-steps > div {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.company-choice-step-icon {
  border: 2px solid rgba(184, 137, 36, 0.28);
  border-radius: 999px;
  color: var(--nova-ink);
  background: transparent;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.6rem;
  margin-bottom: 1rem;
  padding: 0;
  width: 4.6rem;
  -webkit-mask: none;
  mask: none;
}

.company-choice-step-icon::before {
  background: currentColor;
  content: "";
  display: block;
  height: 54%;
  width: 54%;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.company-choice-steps p {
  color: var(--nova-navy);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

.process-panel {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 26px 68px rgba(7, 24, 47, 0.12) !important;
  color: #24324a;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.65;
  max-width: 100%;
  padding: clamp(2rem, 4vw, 3rem) !important;
}

.process-panel p {
  margin: 0;
}

.process-panel p + p {
  margin-top: 1rem;
}

.process-panel strong {
  color: var(--nova-navy);
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .process-panel {
    padding: 1.25rem !important;
  }
}

#kontakt > div {
  border-color: var(--nova-line) !important;
}

body > div > section {
  background: var(--nova-navy);
  max-width: none !important;
  padding: 0 !important;
}

body > div > section > div {
  max-width: 1440px;
  margin: 0 auto;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--nova-navy) !important;
}

.site-footer {
  background:
    linear-gradient(180deg, #07172f 0%, #0a2142 100%) !important;
  border-top: 4px solid var(--nova-gold) !important;
  color: #ffffff !important;
}

.site-footer-inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 0.7fr));
  margin: 0 auto;
  max-width: 1440px !important;
  padding: 3rem 2rem 2.4rem !important;
}

.site-footer-logo {
  color: var(--nova-gold-light) !important;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1;
}

.site-footer-name,
.site-footer h2 {
  color: var(--nova-gold-light) !important;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.site-footer-name {
  margin-top: 0.7rem;
}

.site-footer-text {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.96rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
  margin-top: 1rem;
  max-width: 32rem;
  text-transform: none;
}

.site-footer-nav,
.site-footer-contact {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.site-footer a,
.site-footer-contact p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0;
  text-transform: none;
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--nova-gold-light) !important;
  outline: none;
  transform: translateX(3px);
}

.site-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(239, 189, 98, 0.22);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px !important;
  padding: 1.1rem 2rem !important;
}

.site-footer-bottom p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  body,
  body > div,
  header,
  main,
  footer {
    max-width: 100%;
    overflow-x: hidden;
  }

  header .hero-shell {
    grid-template-columns: 1fr !important;
  }

  .site-nav {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    padding: 0.75rem 1rem;
  }

  .site-nav-links {
    display: none;
  }

  .site-menu-toggle {
    display: inline-flex;
  }

  .site-logo {
    height: 5rem;
    margin-bottom: -1.55rem;
    position: relative;
    width: 12.8rem;
    z-index: 25;
  }

  header .hero-shell > div:first-child {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  header .hero-shell h1 {
    font-size: clamp(2.65rem, 15.5vw, 4rem) !important;
    letter-spacing: 0.04em;
  }

  header .hero-shell h1 + p {
    font-size: clamp(0.86rem, 4.4vw, 1.15rem) !important;
    overflow-wrap: anywhere;
  }

  .hero-headline {
    font-size: clamp(1.42rem, 6.4vw, 1.9rem) !important;
    max-width: 100% !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-subcopy {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-divider {
    width: min(100%, 300px) !important;
  }

  .hero-proof {
    display: grid;
    gap: 0.75rem;
  }

  main > section:first-child p {
    text-align: left;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-cta {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }

  main > section {
    max-width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:grid-cols-2,
  .md\:grid-cols-3,
  .lg\:grid-cols-2,
  .lg\:grid-cols-3,
  .lg\:grid-cols-4,
  .lg\:grid-cols-5,
  .lg\:grid-cols-\[0\.95fr_1\.05fr\],
  .lg\:grid-cols-\[1\.1fr_0\.9fr\],
  .lg\:grid-cols-\[1\.05fr_0\.95fr\],
  .lg\:grid-cols-\[0\.85fr_1\.15fr\] {
    grid-template-columns: 1fr !important;
  }

  .lg\:col-span-2 {
    grid-column: auto !important;
  }

  main img {
    max-width: 100%;
  }

  main [class*="bg-slate-50"],
  main [class*="rounded-2xl"],
  main [class*="rounded-3xl"] {
    min-width: 0;
  }

  .why-section {
    padding: 0 1rem 3rem !important;
    width: 100% !important;
  }

  .business-trade-section {
    padding-bottom: 3rem !important;
  }

  .business-trade-panel {
    grid-template-columns: 1fr;
  }

  .business-trade-card {
    align-items: flex-start;
    gap: 1.1rem;
    grid-template-columns: 1fr;
    padding: 1.35rem !important;
  }

  .business-trade-card + .business-trade-card {
    border-left: 0;
    border-top: 1px solid var(--nova-line);
  }

  .business-trade-icon {
    height: 4.8rem;
    width: 4.8rem;
  }

  .business-trade-icon .svg-icon {
    height: 2.65rem;
    width: 2.65rem;
  }

  .business-trade-card h2 {
    font-size: 1.35rem;
    line-height: 1.15;
  }

  .business-trade-card li {
    font-size: 0.94rem;
  }

  .company-choice-section {
    padding-bottom: 3rem !important;
  }

  .company-choice-panel {
    padding: 1.6rem 1.15rem !important;
  }

  .company-choice-head h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.16;
  }

  .company-choice-pillars {
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 1.8rem;
  }

  .company-choice-pillars > div {
    background: rgba(255, 255, 255, 0.7);
    justify-content: flex-start;
    min-height: 0;
    padding: 1rem;
  }

  .company-choice-pillars > div + div {
    border-left: 0;
  }

  .company-choice-pillar-icon {
    height: 3rem;
    width: 3rem;
  }

  .company-choice-pillars p {
    font-size: 0.9rem;
  }

  .company-choice-steps {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.8rem;
  }

  .company-choice-step-icon {
    height: 3.7rem;
    margin-bottom: 0.7rem;
    padding: 0;
    width: 3.7rem;
  }

  .company-choice-steps p {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }

  .why-panel {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column;
    gap: 1.35rem !important;
    max-width: 100%;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
  }

  .why-copy {
    min-width: 0;
    padding: 0 !important;
    width: 100%;
  }

  .why-copy .why-title {
    font-size: clamp(1.45rem, 6.2vw, 1.75rem) !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .why-copy .why-title span {
    display: block;
  }

  .why-copy p {
    font-size: 0.95rem !important;
    line-height: 1.58 !important;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .why-copy p:last-child {
    font-size: 0.78rem !important;
    letter-spacing: 0.08em !important;
    line-height: 1.45 !important;
  }

  .why-image {
    border-radius: 4px !important;
    margin: 0 !important;
    order: -1;
    width: 100%;
  }

  .why-image img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto !important;
    max-height: 330px;
    min-height: 0 !important;
    object-fit: cover;
    width: 100% !important;
  }

  .why-points {
    display: grid !important;
    gap: 0.9rem !important;
    grid-template-columns: 1fr !important;
    width: 100%;
  }

  .why-points > div {
    border-radius: 4px !important;
    padding: 1.1rem !important;
    width: 100%;
  }

  main > section:nth-child(2) .grid {
    gap: 1.6rem;
  }

  #leistungen article {
    padding: 1.5rem !important;
  }

  #leistungen article h3 {
    margin: -1.5rem -1.5rem 1rem;
  }

  #leistungen article > div.grid > div,
  #leistungen article > div.mt-6.rounded-2xl,
  #leistungen article > div.mt-5 {
    padding: 1.25rem !important;
  }

  #leistungen article ul {
    gap: 0.75rem !important;
  }

  body > div > section > div {
    grid-template-columns: 1fr !important;
  }

  article > div:first-child {
    min-height: 76px !important;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    padding-top: 2.4rem !important;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 769px) and (max-width: 920px) {
  .why-section {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .why-panel {
    grid-template-columns: 1fr !important;
    padding: 1.5rem !important;
  }

  .why-copy .why-title {
    font-size: 2rem !important;
    line-height: 1.18 !important;
    overflow-wrap: anywhere;
  }

  .why-copy .why-title span {
    display: block;
  }

  .why-image {
    order: -1;
  }

  .why-image img {
    aspect-ratio: 16 / 9;
    min-height: 0 !important;
  }
}

/* Einheitliche Fliesstextgroesse in Inhaltsbereichen. */
:root {
  --nova-copy-size: 1rem;
  --nova-copy-leading: 1.58;
}

main p:not([class*="uppercase"]):not(.hero-subcopy),
main li,
.legal-content p,
.legal-content li,
article p,
article li,
.why-copy p:not([class*="uppercase"]),
.why-points p,
.business-trade-card li {
  font-size: var(--nova-copy-size) !important;
  font-weight: 400 !important;
  line-height: var(--nova-copy-leading) !important;
}

.company-choice-panel p,
.company-choice-panel li,
main p[class*="tracking-"],
main p[class*="font-bold"],
main p[class*="font-semibold"],
main p[class*="font-extrabold"],
.hero-proof p,
.site-footer p {
  font-size: inherit !important;
}

.company-choice-pillars p {
  font-size: 1.05rem !important;
}

.company-choice-steps p {
  font-size: 0.9rem !important;
}

@media (max-width: 768px) {
  .company-choice-pillars p {
    font-size: 0.9rem !important;
  }

  .company-choice-steps p {
    font-size: 0.72rem !important;
  }
}

/* Luxury visual polish */
:root {
  --nova-navy: #041226;
  --nova-navy-2: #09213f;
  --nova-ink: #101d33;
  --nova-gold: #c9943b;
  --nova-gold-light: #f2cd78;
  --nova-gold-soft: rgba(242, 205, 120, 0.2);
  --nova-paper: #f8f7f2;
  --nova-line: rgba(201, 148, 59, 0.42);
  --nova-lux-shadow: 0 24px 70px rgba(4, 18, 38, 0.11);
}

body {
  background:
    radial-gradient(circle at 18% 0%, rgba(242, 205, 120, 0.16), transparent 28rem),
    linear-gradient(180deg, #eef1f4 0, #f8f7f2 36rem, #ffffff 100%) !important;
}

body > div {
  background:
    linear-gradient(90deg, rgba(4, 18, 38, 0.045), transparent 16%, transparent 84%, rgba(4, 18, 38, 0.045)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 18rem) !important;
}

header {
  background:
    radial-gradient(circle at 78% 18%, rgba(242, 205, 120, 0.18), transparent 22rem),
    radial-gradient(circle at 16% 16%, rgba(76, 106, 145, 0.2), transparent 26rem),
    linear-gradient(105deg, #020913 0%, #06172f 46%, #0b2442 100%) !important;
  box-shadow:
    inset 0 -1px 0 rgba(242, 205, 120, 0.26),
    inset 0 -90px 120px rgba(0, 0, 0, 0.22) !important;
}

header::before {
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 42%, transparent 62%),
    linear-gradient(90deg, rgba(242, 205, 120, 0.15), transparent 34%);
  content: "";
  inset: 0;
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.site-nav {
  background: var(--nova-paper) !important;
  border-bottom: 1px solid rgba(201, 148, 59, 0.2);
  box-shadow: 0 12px 34px rgba(4, 18, 38, 0.08) !important;
}

.site-nav-links a {
  font-weight: 600 !important;
}

header .hero-shell h1 {
  font-weight: 300 !important;
  text-shadow:
    0 0 34px rgba(242, 205, 120, 0.12),
    0 4px 24px rgba(0, 0, 0, 0.36) !important;
}

header .hero-shell h1 + p,
.hero-gold-line,
main h2 span,
.company-choice-head h2 strong {
  color: var(--nova-gold-light) !important;
}

.hero-headline {
  font-weight: 500 !important;
  letter-spacing: 0.03em;
}

.hero-gold-line {
  display: block;
  font-weight: 600;
  text-shadow: 0 0 26px rgba(242, 205, 120, 0.16);
}

.no-break {
  white-space: nowrap;
  word-break: keep-all;
}

.hero-divider {
  background:
    linear-gradient(90deg, transparent, rgba(242, 205, 120, 0.2), var(--nova-gold-light), rgba(242, 205, 120, 0.2), transparent) !important;
  box-shadow: 0 0 22px rgba(242, 205, 120, 0.28);
}

.hero-cta-primary,
.site-mobile-cta {
  background:
    linear-gradient(135deg, #b57b22 0%, #f3cf7b 46%, #c9943b 100%) !important;
  box-shadow: 0 14px 28px rgba(201, 148, 59, 0.24);
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(242, 205, 120, 0.1);
}

main h1,
main h2,
main h3,
.page-header h1,
.legal-content h2,
.legal-content h3 {
  font-weight: 560 !important;
  letter-spacing: 0.025em !important;
}

main h2,
.legal-content h2 {
  color: var(--nova-navy) !important;
}

main section > div,
article,
.why-panel,
.business-trade-panel,
.company-choice-panel,
.legal-content {
  border-color: rgba(201, 148, 59, 0.2) !important;
}

main section > div:not(.site-footer-inner),
article,
.why-panel,
.business-trade-panel,
.company-choice-panel,
.legal-content {
  box-shadow: var(--nova-lux-shadow) !important;
}

main section > div[class*="bg-white"],
.why-panel,
.business-trade-panel,
.company-choice-panel,
.legal-content,
article {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 247, 242, 0.94)) !important;
}

article,
.why-points > div,
.business-trade-panel,
.company-choice-panel,
.legal-content,
#versprechen > div {
  position: relative;
}

article::before,
.why-panel::before,
.business-trade-panel::before,
.company-choice-panel::before,
.legal-content::before,
#versprechen > div::before {
  background: linear-gradient(90deg, transparent, rgba(242, 205, 120, 0.82), transparent);
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}

article > div:first-child,
#leistungen article h3,
#leistungen .bg-\[\#081f43\],
main .bg-\[\#081f43\],
.site-footer {
  background:
    radial-gradient(circle at 20% 0%, rgba(242, 205, 120, 0.12), transparent 18rem),
    linear-gradient(135deg, #041226, #09213f 62%, #03101f) !important;
}

article > div:first-child {
  border-bottom-color: var(--nova-gold-light) !important;
}

.svg-icon-feature,
.svg-icon-service,
.svg-icon-contact,
.business-trade-icon,
.company-choice-pillar-icon {
  filter: drop-shadow(0 0 10px rgba(242, 205, 120, 0.16));
}

.business-trade-icon {
  background:
    radial-gradient(circle at 35% 25%, rgba(242, 205, 120, 0.2), transparent 38%),
    var(--nova-navy) !important;
}

.site-footer {
  box-shadow: inset 0 1px 0 rgba(242, 205, 120, 0.22);
}

@media (max-width: 768px) {
  .hero-headline {
    font-size: clamp(1.22rem, 5.45vw, 1.7rem) !important;
    line-height: 1.16 !important;
  }

  .hero-gold-line {
    font-size: clamp(1.05rem, 4.9vw, 1.55rem);
    letter-spacing: 0.01em;
  }

  main h2,
  .page-header h1 {
    font-weight: 560 !important;
  }
}

/* Box spacing and blue-box heading refinement */
*,
*::before,
*::after {
  box-sizing: border-box;
}

main > section > div,
article,
.legal-content,
.why-panel,
.why-points > div,
.business-trade-panel,
.business-trade-card,
.company-choice-panel,
.process-panel,
.company-choice-pillars > div,
#leistungen article > div.grid > div,
#leistungen article > div.mt-5,
#leistungen article > div.mt-6,
#versprechen > div,
form,
aside > div,
main section.bg-white {
  min-width: 0;
}

main > section > div:not(.grid):not(.business-trade-panel):not(.company-choice-panel):not(.process-panel),
.legal-content,
.why-panel,
#versprechen > div {
  padding: clamp(1.5rem, 3vw, 2.5rem) !important;
}

main > section > div.grid:not(.business-trade-panel):not(.company-choice-panel) {
  padding: clamp(1.4rem, 2.5vw, 2rem);
}

main > section > div.grid:not(.business-trade-panel):not(.company-choice-panel) > div {
  min-width: 0;
}

main > section > div.grid:not(.business-trade-panel):not(.company-choice-panel) > div:not(.overflow-hidden) {
  padding: clamp(0.75rem, 1.6vw, 1.25rem);
}

article {
  padding: clamp(1.25rem, 2vw, 1.85rem) !important;
}

article > div:first-child,
#leistungen article h3 {
  margin: calc(clamp(1.25rem, 2vw, 1.85rem) * -1) calc(clamp(1.25rem, 2vw, 1.85rem) * -1) 1.25rem !important;
  padding: 1.25rem 1.5rem !important;
}

article > div:first-child h3,
#leistungen article h3,
main .bg-\[\#081f43\] h2,
main .bg-\[\#081f43\] h3,
main .bg-\[\#081f43\] h4,
main .bg-\[\#07182f\] h2,
main .bg-\[\#07182f\] h3,
main .bg-\[\#061a3b\] h3,
[class*="bg-[#081f43]"] h2,
[class*="bg-[#081f43]"] h3,
[class*="bg-[#081f43]"] h4,
[class*="bg-[#07182f]"] h2,
[class*="bg-[#07182f]"] h3,
[class*="bg-[#061a3b]"] h3 {
  color: var(--nova-gold-light) !important;
}

main .bg-\[\#081f43\] p[class*="uppercase"],
main .bg-\[\#07182f\] p[class*="uppercase"],
[class*="bg-[#081f43]"] p[class*="uppercase"],
[class*="bg-[#07182f]"] p[class*="uppercase"] {
  color: var(--nova-gold-light) !important;
}

main .bg-\[\#081f43\],
main .bg-\[\#07182f\],
[class*="bg-[#081f43]"],
[class*="bg-[#07182f]"] {
  padding: clamp(1.5rem, 2.6vw, 2.35rem) !important;
}

main .bg-\[\#081f43\].grid,
[class*="bg-[#081f43]"].grid {
  gap: clamp(1.25rem, 2.2vw, 2rem) !important;
}

.why-points > div,
#leistungen article > div.grid > div,
#leistungen article > div.mt-5,
#leistungen article > div.mt-6.rounded-2xl {
  padding: clamp(1.25rem, 2vw, 1.75rem) !important;
}

@media (max-width: 768px) {
  main > section > div:not(.business-trade-panel):not(.company-choice-panel),
  .legal-content,
  .why-panel,
  #versprechen > div {
    padding: 1.25rem !important;
  }

  main > section > div.grid:not(.business-trade-panel):not(.company-choice-panel) > div:not(.overflow-hidden) {
    padding: 1rem;
  }

  article {
    padding: 1.25rem !important;
  }

  article > div:first-child,
  #leistungen article h3 {
    margin: -1.25rem -1.25rem 1rem !important;
    padding: 1.1rem 1.25rem !important;
  }

  .why-copy {
    padding: 0 !important;
  }
}

.service-card-section .service-card-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
}

.service-card-section {
  border-top: 0 !important;
}

.service-card-section::before,
.service-card-section::after {
  content: none !important;
}

.service-card-section .service-card-grid::before {
  content: none !important;
}

.service-card-section article {
  box-shadow: 0 18px 44px rgba(4, 18, 38, 0.1) !important;
}

.why-copy .why-title,
.why-copy .why-title span {
  color: var(--nova-navy) !important;
}

.company-choice-head h2 {
  color: var(--nova-navy) !important;
  font-size: clamp(1.75rem, 3vw, 2.65rem) !important;
  font-weight: 560 !important;
  letter-spacing: 0.045em !important;
  line-height: 1.18 !important;
}

.company-choice-head h2 span {
  color: var(--nova-navy) !important;
}

.company-choice-head h2 strong {
  color: var(--nova-gold) !important;
  font-weight: 650 !important;
}

@media (max-width: 768px) {
  .company-choice-head h2 {
    font-size: clamp(1.28rem, 6vw, 1.7rem) !important;
    letter-spacing: 0.025em !important;
  }
}
