/*
Theme Name: Altenburg Security
Theme URI: https://www.altenburg-security.de/
Author: Altenburg Security
Description: Professionelle Website für Altenburg Security i.G.
Version: 2.3.1
Text Domain: altenburg-security
*/

:root {
  --as-bg: #0b1116;
  --as-bg-2: #121a21;
  --as-bg-3: #1a2229;
  --as-paper: #f6f5f2;
  --as-card: #fffefa;
  --as-ink: #141414;
  --as-muted: #5a5a5a;
  --as-line: #d8d8d4;
  --as-line-dark: rgba(255, 255, 255, 0.18);
  --as-gold: #c99a3d;
  --as-gold-2: #d6aa4a;
  --as-gold-3: #e0b85a;
  --as-white: #f7f5ef;
  --as-radius: 4px;
  --as-max: 1440px;
  --as-shadow: 0 16px 38px rgba(10, 13, 16, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--as-bg);
  color: var(--as-ink);
  font-family: Inter, Manrope, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img,
svg {
  max-width: 100%;
}

.wp-site-blocks > header:not(.as-site-header),
.wp-site-blocks > .wp-block-template-part:first-child,
body.home header.wp-block-template-part,
body.home .wp-block-template-part:has(header),
body.home .site-header:not(.as-site-header),
body.home .wp-block-site-title,
body.home .wp-block-navigation,
body.home footer.wp-block-template-part,
body.home .wp-site-blocks > footer:not(.as-footer),
body.home .wp-block-template-part:has(footer) {
  display: none !important;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.as-skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 999;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: var(--as-radius);
  background: var(--as-gold-2);
  color: #15120c;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease;
}

.as-skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--as-gold-3);
  outline-offset: 3px;
}

.as-site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  width: min(var(--as-max), calc(100% - 128px));
  min-height: 92px;
  margin: 0 auto;
  color: var(--as-white);
  display: grid;
  grid-template-columns: minmax(260px, auto) 1fr;
  align-items: center;
  gap: clamp(30px, 4vw, 70px);
  padding-top: 28px;
}

body.admin-bar .as-site-header {
  top: 32px;
}

.as-logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  min-width: 0;
}

.as-logo-mark {
  position: relative;
  width: 58px;
  height: 58px;
  color: var(--as-gold-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.as-logo-mark::before,
.as-logo-mark::after {
  content: "";
  position: absolute;
  clip-path: polygon(50% 0, 95% 19%, 86% 82%, 50% 100%, 14% 82%, 5% 19%);
}

.as-logo-mark::before {
  inset: 0;
  background: var(--as-gold-2);
}

.as-logo-mark::after {
  inset: 4px;
  background: rgba(5, 8, 10, 0.82);
}

.as-logo-mark span {
  position: relative;
  z-index: 1;
}

.as-logo-text strong,
.as-logo-text small {
  display: block;
}

.as-logo-text strong {
  color: #fff;
  font-size: 23px;
  line-height: 1.02;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.as-logo-text small {
  margin-top: 5px;
  color: var(--as-gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.as-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(22px, 2.4vw, 46px);
}

.as-nav a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 160ms ease;
}

.as-nav a:hover,
.as-nav a:focus {
  color: var(--as-gold-3);
}

.as-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(214, 170, 74, 0.7);
  border-radius: var(--as-radius);
  background: rgba(9, 11, 13, 0.45);
  color: var(--as-white);
  padding: 10px;
}

.as-mobile-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  background: currentColor;
  margin: 5px 0;
}

.as-hero {
  position: relative;
  min-height: 500px;
  color: var(--as-white);
  overflow: hidden;
  background: var(--as-bg);
}

.as-hero-media,
.as-hero-shade {
  position: absolute;
  inset: 0;
}

.as-hero-media {
  background-image: url("assets/altenburg-security-hero.png");
  background-position: center right;
  background-size: cover;
}

.as-hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.88) 0%, rgba(5, 8, 10, 0.68) 33%, rgba(5, 8, 10, 0.23) 66%, rgba(5, 8, 10, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 8, 10, 0.12) 0%, rgba(5, 8, 10, 0.08) 60%, rgba(5, 8, 10, 0.68) 100%);
}

.as-hero-inner {
  position: relative;
  z-index: 2;
  width: min(var(--as-max), calc(100% - 128px));
  min-height: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 88px;
}

.as-hero-content {
  max-width: 620px;
}

.as-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 5.2vw, 74px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.as-hero-copy {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 1.8vw, 23px);
  line-height: 1.32;
  font-weight: 500;
}

.as-hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.as-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--as-radius);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
}

.as-btn svg,
.as-service-icon svg,
.as-step-icon svg,
.as-check-list svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.as-btn-primary {
  background: linear-gradient(180deg, var(--as-gold-3), var(--as-gold));
  color: #15120c;
  box-shadow: 0 12px 28px rgba(201, 154, 61, 0.26);
}

.as-btn-secondary {
  border-color: rgba(214, 170, 74, 0.82);
  color: #fff;
  background: rgba(5, 8, 10, 0.38);
}

.as-section,
.as-page-hero {
  padding: 36px 64px;
  background: var(--as-paper);
}

.as-page-hero {
  padding-top: 170px;
  padding-bottom: 70px;
  color: var(--as-white);
  background: linear-gradient(135deg, #0b1116, #172028);
}

.as-page-hero h1,
.as-section h2 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
  color: inherit;
}

.as-page-hero p:last-child,
.as-section-head p:not(.as-section-label) {
  max-width: 760px;
  color: var(--as-muted);
}

.as-section-label {
  margin: 0 0 8px;
  color: var(--as-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.as-section-head {
  margin: 0 0 16px;
}

.as-section-head-left {
  text-align: left;
}

.as-section-head-light,
.as-section-head-light h2 {
  color: var(--as-white);
}

.as-home-services-band {
  padding-top: 38px;
  padding-bottom: 30px;
}

.as-home-branches-band {
  padding-top: 30px;
  padding-bottom: 44px;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
  background: #fbfaf7;
}

.as-quick-contact-band {
  padding-top: 26px;
  padding-bottom: 28px;
  background: #101820;
  color: var(--as-white);
}

.as-quick-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.as-quick-contact h2 {
  color: #fff;
}

.as-quick-contact p:not(.as-section-label) {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.as-wide-section,
.as-security-grid,
.as-region-examples-grid,
.as-contact-grid,
.as-split,
.as-card-grid,
.as-service-list,
.as-legal,
.as-footer-grid {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.as-home-services,
.as-branches-section {
  min-width: 0;
}

.as-service-tiles {
  display: grid;
  grid-template-columns: repeat(7, minmax(118px, 1fr));
  gap: 14px;
}

.as-service-tile {
  min-height: 128px;
  padding: 18px 12px 15px;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: rgba(255, 255, 255, 0.72);
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(10, 13, 16, 0.035);
}

.as-service-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--as-gold);
  font-size: 24px;
}

.as-service-icon svg {
  width: 33px;
  height: 33px;
}

.as-service-tile h3 {
  margin: 0;
  color: #24211b;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.as-service-tile p {
  margin: 0;
  color: var(--as-muted);
  font-size: 12px;
  line-height: 1.35;
}

.as-text-link {
  margin: 14px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--as-gold);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.as-text-link::after,
.as-dark-link::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}

.as-branch-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.as-branch-card {
  min-height: 172px;
  border-radius: var(--as-radius);
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 18px;
  color: var(--as-white);
  background-color: #1a1f24;
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 24px rgba(9, 11, 13, 0.12);
  position: relative;
}

.as-branch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 11, 13, 0.04), rgba(9, 11, 13, 0.84));
}

.as-branch-card h3 {
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.as-branch-public { background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=900&q=85"); }
.as-branch-build { background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=900&q=85"); }
.as-branch-event { background-image: url("https://images.unsplash.com/photo-1501281668745-f7f57925c3b4?auto=format&fit=crop&w=900&q=85"); }
.as-branch-industry { background-image: url("https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=900&q=85"); }
.as-branch-retail { background-image: url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=900&q=85"); }

.as-section-dark {
  color: var(--as-white);
  background:
    linear-gradient(135deg, rgba(11, 17, 22, 0.98), rgba(18, 26, 33, 0.98)),
    var(--as-bg-2);
}

.as-security-band {
  padding-top: 58px;
  padding-bottom: 56px;
  background:
    radial-gradient(circle at 18% 12%, rgba(201, 154, 61, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(11, 17, 22, 0.99), rgba(18, 26, 33, 0.99)),
    var(--as-bg-2);
}

.as-security-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.as-flow-panel,
.as-trust-panel {
  min-width: 0;
}

.as-flow-panel {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--as-radius);
  background:
    linear-gradient(120deg, rgba(214, 170, 74, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(4, 8, 11, 0.28);
  box-shadow: 0 24px 54px rgba(2, 5, 8, 0.28);
}

.as-flow-panel::after {
  content: "";
  position: absolute;
  inset: auto 32px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(214, 170, 74, 0.7), transparent);
}

.as-flow-panel .as-section-head {
  margin-bottom: 22px;
}

.as-flow-panel h2 {
  max-width: 720px;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.12;
}

.as-flow-steps {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.as-flow-steps::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 154, 61, 0.08), rgba(201, 154, 61, 0.84), rgba(201, 154, 61, 0.08));
}

.as-flow-steps li {
  position: relative;
  min-height: 168px;
  padding: 18px 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--as-radius);
  background: rgba(255, 255, 255, 0.025);
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: 44px auto auto;
  align-content: start;
  column-gap: 12px;
  row-gap: 11px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.as-flow-steps li:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 170, 74, 0.32);
  background: rgba(255, 255, 255, 0.045);
}

.as-flow-steps li:not(:last-child)::after {
  display: none;
}

.as-step-number {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(214, 170, 74, 0.72);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 28%, rgba(214, 170, 74, 0.16), #0b1116 58%);
  color: var(--as-gold);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 0 7px rgba(201, 154, 61, 0.06);
}

.as-step-icon {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 154, 61, 0.1);
  color: var(--as-gold);
}

.as-step-icon svg {
  width: 18px;
  height: 18px;
}

.as-flow-steps strong {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  line-height: 1.2;
}

.as-flow-steps p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.38;
}

.as-trust-panel {
  position: relative;
  min-height: 242px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--as-radius);
  background: #101820;
  display: grid;
  align-items: center;
  box-shadow: 0 24px 54px rgba(2, 5, 8, 0.24);
}

.as-trust-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 17, 22, 0.98) 0%, rgba(11, 17, 22, 0.84) 48%, rgba(11, 17, 22, 0.22) 100%),
    url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1200&q=85") center right / cover;
}

.as-trust-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 32px 32px 30px 36px;
}

.as-check-list {
  display: grid;
  gap: 11px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.88);
}

.as-check-list li {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 14px;
}

.as-check-list svg {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--as-gold-2);
}

.as-trust-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.09);
}

.as-trust-proof span {
  min-height: 66px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px;
  background: rgba(7, 10, 13, 0.52);
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.as-trust-proof strong {
  color: var(--as-gold-2);
  font-size: 12px;
  letter-spacing: 0.8px;
}

.as-trust-visual {
  display: none;
}

.as-region-examples {
  padding-top: 58px;
  padding-bottom: 58px;
  background:
    linear-gradient(180deg, #f6f5f2 0%, #f1f0eb 100%);
}

.as-region-examples-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 0.94fr) minmax(430px, 1.08fr);
  gap: 24px;
  align-items: start;
}

.as-region-copy,
.as-region-map-card,
.as-examples-block {
  min-width: 0;
}

.as-region-copy {
  padding: 30px 30px 28px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: rgba(255, 254, 250, 0.82);
  box-shadow: 0 18px 38px rgba(10, 13, 16, 0.07);
}

.as-region-copy p:not(.as-section-label) {
  max-width: 520px;
  margin: 13px 0 20px;
  color: var(--as-muted);
  font-size: 15px;
}

.as-location-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.as-location-list li {
  position: relative;
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 8px 10px 8px 28px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: #fffefa;
  font-size: 13px;
  font-weight: 800;
  color: #282828;
}

.as-location-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: var(--as-gold);
}

.as-region-facts {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
}

.as-region-facts span {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  align-items: center;
  color: #313131;
  font-size: 13px;
  font-weight: 800;
}

.as-region-facts svg {
  width: 19px;
  height: 19px;
  color: var(--as-gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.as-dark-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border-radius: var(--as-radius);
  background: #13191f;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.as-region-map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(9, 13, 16, 0.12);
  border-radius: var(--as-radius);
  background: #111920;
  color: var(--as-white);
  box-shadow: 0 20px 42px rgba(10, 13, 16, 0.16);
}

.as-map-card-head,
.as-map-card-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.as-map-card-head {
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.as-map-card-head span,
.as-map-card-foot span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.as-map-card-head strong {
  color: var(--as-gold-2);
  font-size: 13px;
}

.as-region-map {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 52%, rgba(201, 154, 61, 0.2), transparent 34%),
    linear-gradient(135deg, #111920, #1d262e);
}

.as-map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
}

.as-map-outline {
  position: absolute;
  inset: 34px 54px;
  border: 1px solid rgba(214, 170, 74, 0.34);
  background: linear-gradient(135deg, rgba(214, 170, 74, 0.13), rgba(255, 255, 255, 0.02));
  clip-path: polygon(12% 31%, 28% 10%, 46% 18%, 62% 7%, 80% 24%, 87% 48%, 76% 70%, 61% 84%, 42% 77%, 26% 89%, 13% 67%, 7% 48%);
}

.as-map-route {
  position: absolute;
  left: 20%;
  top: 23%;
  width: 62%;
  height: 54%;
  border: 1px solid transparent;
  border-top-color: rgba(214, 170, 74, 0.48);
  border-right-color: rgba(214, 170, 74, 0.24);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.as-map-radius {
  position: absolute;
  border: 1px solid rgba(214, 170, 74, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.as-map-radius-one {
  left: 50%;
  top: 50%;
  width: 128px;
  height: 128px;
  background: rgba(201, 154, 61, 0.12);
}

.as-map-radius-two {
  left: 50%;
  top: 50%;
  width: 210px;
  height: 210px;
  background: rgba(201, 154, 61, 0.05);
}

.as-map-pin {
  position: absolute;
  z-index: 2;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--as-radius);
  background: rgba(7, 10, 13, 0.78);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 24px rgba(4, 6, 8, 0.22);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.as-map-pin::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--as-gold-2);
  box-shadow: 0 0 0 4px rgba(214, 170, 74, 0.14);
}

.as-map-pin-main {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, var(--as-gold-3), var(--as-gold));
  color: #17120b;
  border-color: rgba(255, 255, 255, 0.18);
}

.as-map-pin-main::before {
  background: #15120c;
  box-shadow: 0 0 0 4px rgba(20, 17, 12, 0.16);
}

.as-map-pin-schmoelln {
  left: 62%;
  top: 66%;
}

.as-map-pin-meuselwitz {
  left: 34%;
  top: 33%;
}

.as-map-pin-goessnitz {
  left: 63%;
  top: 36%;
}

.as-map-dot {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--as-gold);
  box-shadow: 0 0 0 5px rgba(214, 170, 74, 0.13);
}

.as-map-dot-waldenburg {
  left: 26%;
  top: 71%;
}

.as-map-card-foot {
  padding: 14px 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 8, 10, 0.24);
}

.as-map-card-foot strong {
  display: block;
  color: var(--as-white);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.as-examples-block h2 {
  margin-bottom: 12px;
}

.as-examples-block {
  padding: 30px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: #fffefa;
  box-shadow: 0 18px 38px rgba(10, 13, 16, 0.06);
}

.as-examples-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.as-example-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: var(--as-radius);
  background: #f7f6f1;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.as-example-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(10, 13, 16, 0.12);
}

.as-example-image {
  display: block;
  aspect-ratio: 16 / 9;
  background-color: #20262b;
  background-size: cover;
  background-position: center;
}

.as-example-card h3 {
  min-height: 64px;
  margin: 0;
  padding: 12px;
  color: #222;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 850;
}

.as-note {
  margin: 10px 0 0;
  color: var(--as-gold);
  font-size: 12px;
  font-weight: 800;
}

.as-example-office { background-image: url("https://images.unsplash.com/photo-1564013799919-ab600027ffc6?auto=format&fit=crop&w=700&q=85"); }
.as-example-event { background-image: url("https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?auto=format&fit=crop&w=700&q=85"); }
.as-example-build { background-image: url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=700&q=85"); }
.as-example-reception { background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=700&q=85"); }

.as-contact-section {
  padding-top: 34px;
  padding-bottom: 34px;
  color: var(--as-white);
  background: linear-gradient(135deg, #0b1116, #121a21 64%, #0d141a);
}

.as-contact-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(700px, 1.18fr);
  gap: 40px;
  align-items: start;
}

.as-faq-grid {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.as-faq-grid details {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--as-radius);
  background: rgba(255, 255, 255, 0.02);
}

.as-faq-grid summary {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.as-faq-grid summary::after {
  content: "+";
  color: #fff;
  font-weight: 900;
}

.as-faq-grid details[open] summary::after {
  content: "-";
}

.as-faq-grid p {
  margin: 0;
  padding: 0 12px 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.as-contact-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.64fr) minmax(420px, 1fr);
  gap: 26px;
  align-items: start;
}

.as-contact-copy p:not(.as-section-label) {
  max-width: 380px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.as-contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.as-contact-direct a,
.as-contact-direct span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.as-form-card {
  min-width: 0;
}

.as-contact-form {
  display: grid;
  gap: 8px;
}

.as-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.as-contact-form label {
  display: grid;
  gap: 5px;
}

.as-contact-form label span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.as-contact-form input,
.as-contact-form select,
.as-contact-form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--as-radius);
  padding: 10px 12px;
  color: #111;
  background: #f5f5f2;
  font: inherit;
  font-size: 13px;
}

.as-contact-form textarea {
  min-height: 90px;
  resize: vertical;
}

.as-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.as-checkbox {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.as-checkbox input {
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
}

.as-checkbox span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 600;
}

.as-contact-form button {
  justify-self: end;
  min-width: 172px;
  margin-top: 4px;
}

.as-form-notice {
  padding: 12px 14px;
  margin-bottom: 12px;
  border-radius: var(--as-radius);
  font-weight: 800;
}

.as-form-notice-success {
  background: #e8f5ec;
  color: #18562d;
}

.as-form-notice-error {
  background: #fff0ec;
  color: #8b2d18;
}

.as-info-panel,
.as-service-list article,
.as-card,
.as-dark-card {
  padding: 26px;
  border: 1px solid var(--as-line);
  border-radius: var(--as-radius);
  background: var(--as-card);
}

.as-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 70px);
}

.as-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.as-service-list {
  display: grid;
  gap: 16px;
}

.as-service-list article {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) 1fr auto;
  gap: 22px;
  align-items: center;
}

.as-service-list a {
  color: var(--as-gold);
  font-weight: 900;
  text-decoration: none;
}

.as-legal h2 {
  margin-top: 34px;
}

.as-footer {
  padding: 44px 64px;
  background: #07090d;
  color: var(--as-white);
  border-top: 1px solid rgba(214, 170, 74, 0.2);
}

.as-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.55fr;
  gap: 38px;
}

.as-footer p,
.as-footer li {
  color: rgba(255, 255, 255, 0.72);
}

.as-footer h2 {
  margin: 0 0 12px;
  color: var(--as-gold-2);
  font-size: 14px;
  text-transform: uppercase;
}

.as-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.as-footer a {
  text-decoration: none;
}

@media (max-width: 1220px) {
  .as-site-header {
    width: calc(100% - 48px);
    grid-template-columns: auto auto;
  }

  .as-mobile-toggle {
    display: block;
    justify-self: end;
  }

  .as-nav {
    display: none;
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px 24px;
    padding: 14px;
    background: rgba(8, 11, 14, 0.9);
    border: 1px solid rgba(214, 170, 74, 0.32);
  }

  .as-nav.is-open {
    display: flex;
  }

  .as-security-grid,
  .as-region-examples-grid,
  .as-contact-grid,
  .as-quick-contact {
    grid-template-columns: 1fr;
  }

  .as-service-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .as-branch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .as-examples-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .as-region-map {
    min-height: 320px;
  }
}

@media (max-width: 900px) {
  .as-section,
  .as-page-hero,
  .as-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .as-site-header {
    min-height: 76px;
    padding-top: 18px;
  }

  .as-logo-mark {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .as-logo-text strong {
    font-size: 16px;
    letter-spacing: 1.8px;
  }

  .as-logo-text small {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .as-hero {
    min-height: 720px;
  }

  .as-hero-media {
    background-position: 60% center;
  }

  .as-hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 8, 10, 0.94), rgba(5, 8, 10, 0.64)),
      linear-gradient(180deg, rgba(5, 8, 10, 0.2), rgba(5, 8, 10, 0.92));
  }

  .as-hero-inner {
    width: calc(100% - 48px);
    min-height: 720px;
    align-items: end;
    padding: 128px 0 58px;
  }

  .as-hero-content {
    max-width: 540px;
  }

  .as-hero h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .as-service-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as-branch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .as-flow-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .as-flow-steps::before {
    left: 22px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(201, 154, 61, 0.24), rgba(201, 154, 61, 0.7), rgba(201, 154, 61, 0.24));
  }

  .as-flow-steps li {
    min-height: auto;
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto;
    padding: 14px;
    align-items: start;
    border-bottom: 0;
  }

  .as-step-icon {
    grid-column: 1;
    grid-row: 2 / span 2;
    justify-self: center;
    width: 32px;
    height: 32px;
  }

  .as-flow-steps strong,
  .as-flow-steps p {
    grid-column: 2;
  }

  .as-flow-steps strong {
    grid-row: 1;
    padding-top: 3px;
  }

  .as-flow-steps p {
    grid-row: 2;
  }

  .as-trust-proof {
    grid-template-columns: 1fr;
  }

  .as-contact-card,
  .as-footer-grid,
  .as-card-grid,
  .as-split,
  .as-service-list article {
    grid-template-columns: 1fr;
  }

  .as-region-examples {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .as-region-copy,
  .as-examples-block {
    padding: 24px;
  }

  .as-map-card-head,
  .as-map-card-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 14px;
  }

  .as-section,
  .as-page-hero,
  .as-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .as-site-header {
    width: calc(100% - 34px);
  }

  .as-logo {
    gap: 10px;
  }

  .as-logo-text strong {
    max-width: 190px;
    font-size: 14px;
  }

  .as-hero {
    min-height: 690px;
  }

  .as-hero-inner {
    width: calc(100% - 34px);
    min-height: 690px;
    padding-bottom: 38px;
  }

  .as-hero-copy {
    font-size: 18px;
  }

  .as-hero-actions,
  .as-btn {
    width: 100%;
  }

  .as-btn {
    justify-content: flex-start;
  }

  .as-branch-grid,
  .as-examples-grid,
  .as-location-list,
  .as-form-row {
    grid-template-columns: 1fr;
  }

  .as-branch-card {
    min-height: 150px;
  }

  .as-contact-form button {
    width: 100%;
    justify-self: stretch;
    justify-content: center;
  }

  .as-contact-direct a,
  .as-contact-direct span {
    word-break: break-word;
  }

  .as-region-map {
    min-height: 300px;
  }

  .as-map-outline {
    inset: 38px 26px;
  }

  .as-map-pin {
    min-height: 28px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .as-map-pin-schmoelln {
    left: 56%;
    top: 67%;
  }

  .as-map-pin-meuselwitz {
    left: 18%;
    top: 32%;
  }

  .as-map-pin-goessnitz {
    left: 58%;
    top: 31%;
  }
}

@media (max-width: 782px) {
  body.admin-bar .as-site-header {
    top: 46px;
  }
}
