:root { --navy: #0A1A30; --navy-2: #06101F; --navy-3: #0E2647; --blue: #1E5BB8; --blue-2: #2E7BE0; --blue-soft: #5B9BE8; --red: #E0242C; --red-2: #B81820; --steel: #8FA6C2; --ink: #0C1726; --muted: #5C6B80; --paper: #FFFFFF; --paper-soft: #F3F6FB; --paper-2: #E9EFF7; --hairline: #E2E9F2; --gold: #E6B25C; --radius: 18px; --radius-lg: 26px; --radius-sm: 11px; --shadow-sm: 0 2px 10px rgba(10,26,48,.07); --shadow-md: 0 16px 40px rgba(10,26,48,.12); --shadow-lg: 0 34px 80px rgba(10,26,48,.20); --shadow-blue: 0 14px 38px rgba(30,91,184,.34); --shadow-red: 0 14px 38px rgba(224,36,44,.32); --ease: cubic-bezier(.22,.61,.36,1); --maxw: 1240px; }
*, ::before, ::after { margin: 0px; padding: 0px; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; text-size-adjust: 100%; }
body { font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.02em; }
.serif { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; }
::selection { background: rgba(30, 91, 184, 0.22); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: none; box-shadow: rgba(46, 123, 224, 0.45) 0px 0px 0px 3px; border-radius: 8px; }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease),transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
.reveal.d5 { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}
.wrap { max-width: var(--maxw); margin: 0px auto; padding: 0px 24px; }
.section { padding: clamp(72px, 10vw, 128px) 0px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue); }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: linear-gradient(90deg,var(--blue),var(--red)); border-radius: 2px; }
.eyebrow.on-dark { color: var(--blue-soft); }
.h-section { font-family: "DM Serif Display", Georgia, serif; font-size: clamp(32px, 4.4vw, 54px); letter-spacing: -0.015em; margin: 14px 0px 16px; }
.sub { font-size: clamp(16px, 1.5vw, 19px); color: var(--muted); max-width: 620px; line-height: 1.65; }
.center { text-align: center; }
.center .sub { margin-left: auto; margin-right: auto; }
.center .eyebrow { justify-content: center; }
.btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; padding: 15px 28px; border-radius: 12px; text-decoration: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; cursor: pointer; transition: transform .2s var(--ease),box-shadow .2s var(--ease),background .2s; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: linear-gradient(135deg,var(--red),var(--red-2)); color: rgb(255, 255, 255); box-shadow: var(--shadow-red); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: rgba(224, 36, 44, 0.42) 0px 20px 48px; }
.btn-blue { background: linear-gradient(135deg,var(--blue-2),var(--blue)); color: rgb(255, 255, 255); box-shadow: var(--shadow-blue); }
.btn-blue:hover { transform: translateY(-2px); box-shadow: rgba(30, 91, 184, 0.45) 0px 20px 48px; }
.btn-ghost, .btn-secondary { background: rgba(255, 255, 255, 0.07); color: rgb(255, 255, 255); border: 1.5px solid rgba(255, 255, 255, 0.22); backdrop-filter: blur(8px); }
.btn-ghost:hover, .btn-secondary:hover { background: rgba(255, 255, 255, 0.14); }
.btn-dark { background: var(--navy); color: rgb(255, 255, 255); }
.btn-dark:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.nav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 120; transition: background .35s var(--ease),box-shadow .35s var(--ease),padding .3s var(--ease); padding: 13px 0px; background: rgba(255, 255, 255, 0.92); backdrop-filter: saturate(1.4) blur(16px); box-shadow: rgba(10, 26, 48, 0.08) 0px 1px 0px; }
.nav-inner { max-width: var(--maxw); margin: 0px auto; padding: 0px 24px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.nav-logo { display: flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.nav-logo img { height: 48px; width: auto; display: block; flex: 0 0 auto; }
.nav-cta-row { flex: 0 0 auto; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a:not(.btn) { position: relative; color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 600; padding: 6px 2px; transition: color 0.2s; }
.nav-links a:not(.btn):hover { color: var(--blue); }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0px; right: 0px; bottom: -4px; height: 2px; background: linear-gradient(90deg,var(--blue),var(--red)); transform: scaleX(0); transform-origin: left center; transition: transform .28s var(--ease); border-radius: 2px; }
.nav-links a:not(.btn):hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta-row { display: flex; align-items: center; gap: 12px; }
.nav .btn { padding: 11px 20px; font-size: 14px; }
.nav .btn.show-mobile, .nav .btn.hide-mobile { display: inline-flex; }
.nav.solid { background: rgba(255, 255, 255, 0.97); box-shadow: rgba(10, 26, 48, 0.12) 0px 8px 30px; padding: 9px 0px; }
.nav.solid .nav-logo img { height: 42px; }
.burger { display: none; width: 48px; height: 48px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background: transparent; cursor: pointer; padding: 12px; border-radius: 12px; }
.burger span { display: block; height: 2.6px; border-radius: 3px; background: var(--navy); transition: transform .3s var(--ease),opacity .3s; }
.burger span + span { margin-top: 6px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8.6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8.6px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0px 0px 0px auto; width: min(86vw, 360px); background: linear-gradient(165deg,var(--navy-3),var(--navy-2)); z-index: 200; transform: translateX(100%); transition: transform .36s var(--ease); padding: 92px 26px 32px; display: flex; flex-direction: column; gap: 2px; box-shadow: rgba(0, 0, 0, 0.45) -24px 0px 70px; overflow-y: auto; }
.mobile-menu.open { transform: translateX(0px); }
.mobile-menu a:not(.btn) { color: rgba(255, 255, 255, 0.92); text-decoration: none; font-size: 18px; font-weight: 600; padding: 15px 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.mobile-menu .btn { margin-top: 16px; justify-content: center; }
.menu-overlay { position: fixed; inset: 0px; background: rgba(4, 10, 20, 0.55); z-index: 150; opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; backdrop-filter: blur(3px); }
.menu-overlay.open { opacity: 1; visibility: visible; }
body.noscroll { overflow: hidden; }
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: radial-gradient(1200px 700px at 75% 10%,rgba(30,91,184,.30),transparent 60%),radial-gradient(900px 600px at 10% 100%,rgba(224,36,44,.16),transparent 55%),linear-gradient(160deg,var(--navy) 0%,var(--navy-2) 60%,#0a2247 100%); }
.hero-canvas { position: absolute; inset: 0px; width: 100%; height: 100%; z-index: 1; opacity: 0; transition: opacity 1.1s; }
.hero-fallback { position: absolute; inset: 0px; z-index: 0; background-size: cover; background-position: center center; opacity: 0.2; filter: saturate(0.9); }
.hero-grid-overlay { position: absolute; inset: 0px; z-index: 1; background: linear-gradient(transparent 95%, rgba(143, 166, 194, 0.07) 0px) 0% 0% / 46px 46px, linear-gradient(90deg, transparent 95%, rgba(143, 166, 194, 0.07) 0px); mask-image: radial-gradient(circle at 70% 40%, rgb(0, 0, 0), transparent 75%); pointer-events: none; }
.hero-vign { position: absolute; inset: 0px; z-index: 2; background: linear-gradient(90deg, rgba(6, 16, 31, 0.86) 0%, rgba(6, 16, 31, 0.55) 42%, rgba(6, 16, 31, 0.2) 100%); pointer-events: none; }
.hero-inner { position: relative; z-index: 3; max-width: var(--maxw); margin: 0px auto; padding: 128px 24px 64px; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 30px; border: 1px solid rgba(91, 155, 232, 0.4); background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(8px); color: var(--blue-soft); font-size: 12.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 26px; }
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: rgba(224, 36, 44, 0.6) 0px 0px 0px 0px; animation: 2s ease 0s infinite normal none running pulse; }
@keyframes pulse { 
  0% { box-shadow: rgba(224, 36, 44, 0.55) 0px 0px 0px 0px; }
  70% { box-shadow: rgba(224, 36, 44, 0) 0px 0px 0px 12px; }
  100% { box-shadow: rgba(224, 36, 44, 0) 0px 0px 0px 0px; }
}
.hero h1 { font-family: "DM Serif Display", Georgia, serif; color: rgb(255, 255, 255); font-size: clamp(44px, 7vw, 88px); line-height: 1; letter-spacing: -0.022em; max-width: 14ch; text-shadow: rgba(0, 0, 0, 0.35) 0px 4px 40px; }
.hero h1 .accent { color: transparent; background-image: linear-gradient(90deg, #D42027 0%, #C2691C 100%); -webkit-background-clip: text; background-clip: text; }
.hero p.lead { color: rgba(255, 255, 255, 0.82); font-size: clamp(17px, 1.5vw, 21px); max-width: 560px; margin: 24px 0px 36px; line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-mini { margin-top: 40px; display: flex; gap: 30px; flex-wrap: wrap; }
.hero-mini .m { display: flex; flex-direction: column; }
.hero-mini .m b { font-size: 30px; font-weight: 800; color: rgb(255, 255, 255); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.hero-mini .m > span { font-size: 12.5px; color: var(--steel); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.hero-scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 3; color: rgba(255, 255, 255, 0.5); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero-scroll .line { width: 1px; height: 34px; background: linear-gradient(var(--blue-soft),transparent); animation: 1.8s ease 0s infinite normal none running scrolldrop; }
@keyframes scrolldrop { 
  0% { transform: scaleY(0); transform-origin: center top; }
  50% { transform: scaleY(1); transform-origin: center top; }
  50.1% { transform: scaleY(1); transform-origin: center bottom; }
  100% { transform: scaleY(0); transform-origin: center bottom; }
}
@supports not ((-webkit-background-clip:text) or (background-clip:text)) {
  .hero h1 .accent { color: var(--blue-soft); }
}
.trustbar { background: var(--navy-2); border-top: 1px solid rgba(255, 255, 255, 0.06); }
.trustbar .wrap { display: flex; flex-wrap: wrap; gap: 14px 34px; align-items: center; justify-content: center; padding-top: 20px; padding-bottom: 20px; }
.trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, 0.82); font-size: 14px; font-weight: 600; }
.trust-item svg { width: 22px; height: 22px; color: var(--blue-soft); flex: 0 0 auto; }
.trust-item b { color: rgb(255, 255, 255); }
.trust-sep { width: 1px; height: 24px; background: rgba(255, 255, 255, 0.14); }
@media (max-width: 760px) {
  .trust-sep { display: none; }
  .trustbar .wrap { gap: 12px 22px; }
  .trust-item { font-size: 13px; }
}
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); gap: 22px; margin-top: 52px; }
.svc { position: relative; border-radius: var(--radius); overflow: hidden; background: rgb(255, 255, 255); border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform .35s var(--ease),box-shadow .35s var(--ease); }
.svc:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.svc-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc:hover .svc-img img { transform: scale(1.06); }
.svc-img::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(transparent 40%, rgba(10, 26, 48, 0.55)); }
.svc-icon { position: absolute; top: 14px; left: 14px; z-index: 2; width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.92); box-shadow: var(--shadow-sm); }
.svc-icon svg { width: 24px; height: 24px; color: var(--blue); }
.svc-body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1 1 0%; }
.svc-body h3 { font-size: 22px; font-weight: 800; margin-bottom: 9px; }
.svc-body p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin-bottom: 16px; flex: 1 1 0%; }
.svc-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 16px; }
.svc-tags span { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; background: var(--paper-2); color: var(--blue); }
.svc-link { font-size: 14px; font-weight: 700; color: var(--red); display: inline-flex; align-items: center; gap: 7px; }
.svc:hover .svc-link { gap: 11px; }
.tilt { transition: transform .25s var(--ease),box-shadow .25s var(--ease); transform-style: preserve-3d; will-change: transform; }
.stats-band { background: linear-gradient(135deg,var(--navy-3),var(--navy)); color: rgb(255, 255, 255); border-radius: var(--radius-lg); padding: clamp(36px, 5vw, 56px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.stats-band::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(600px 300px at 90% -20%, rgba(30, 91, 184, 0.4), transparent 60%); pointer-events: none; }
.stat { text-align: center; position: relative; }
.stat b { display: block; font-size: clamp(34px, 4.6vw, 52px); font-weight: 800; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; background: linear-gradient(120deg, rgb(255, 255, 255), rgb(188, 212, 242)) text; color: transparent; }
.stat span { font-size: 13px; color: var(--steel); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 6px; display: block; }
@media (max-width: 720px) {
  .stats-band { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
}
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; margin-top: 52px; }
.step { position: relative; padding: 30px 26px; border-radius: var(--radius); background: rgb(255, 255, 255); border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); }
.step-n { font-family: "DM Serif Display", serif; font-size: 46px; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--blue); opacity: 0.5; margin-bottom: 8px; }
.step h3 { font-size: 19px; font-weight: 800; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.ref-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 48px; }
.ref { padding: 26px 24px; border-radius: var(--radius); background: rgb(255, 255, 255); border: 1px solid rgba(255,255,255,.12); border-left: 4px solid var(--blue); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease),box-shadow .3s; }
.ref:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ref .t { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.ref h4 { font-size: 18px; font-weight: 800; margin-bottom: 5px; }
.ref .loc { font-size: 13.5px; color: var(--muted); }
.ref .det { font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.5; }
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; margin-top: 50px; }
.quote { padding: 30px 28px; border-radius: var(--radius); background: rgb(255, 255, 255); border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); }
.quote .stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; margin-bottom: 14px; }
.quote p { font-size: 15.5px; line-height: 1.7; color: var(--ink); margin-bottom: 16px; }
.quote .who { font-size: 13.5px; color: var(--muted); font-weight: 600; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; margin-top: 30px; }
.member { text-align: center; padding: 26px 20px; border-radius: var(--radius); background: rgb(255, 255, 255); border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease),box-shadow .3s; }
.member:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.member .av { width: 104px; height: 104px; border-radius: 50%; margin: 0px auto 16px; background: linear-gradient(135deg,var(--navy-3),var(--blue)); display: flex; align-items: center; justify-content: center; overflow: hidden; color: rgb(255, 255, 255); font-weight: 800; font-size: 30px; font-family: "DM Serif Display", serif; }
.member .av img { width: 100%; height: 100%; object-fit: cover; }
.member .nm { font-size: 16px; font-weight: 800; }
.member .rl { font-size: 13px; color: var(--muted); margin-top: 3px; }
.contact { background: linear-gradient(160deg,var(--navy) 0%,var(--navy-2) 100%); color: rgb(255, 255, 255); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(700px 360px at 85% -10%, rgba(30, 91, 184, 0.34), transparent 60%); pointer-events: none; }
.contact .wrap { position: relative; z-index: 1; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-top: 18px; }
.cc { display: block; text-decoration: none; color: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: var(--radius); padding: 24px; transition: background 0.3s, transform 0.2s; }
.cc:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-3px); }
.cc.accent { background: rgba(224, 36, 44, 0.14); border-color: rgba(224, 36, 44, 0.3); }
.cc .lbl { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--steel); font-weight: 700; margin-bottom: 8px; }
.cc .val { font-size: 18px; font-weight: 800; white-space: pre-line; line-height: 1.4; }
.cc.accent .val { color: rgb(255, 138, 143); }
.form-card { margin-top: 44px; background: rgb(255, 255, 255); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 44px); box-shadow: var(--shadow-lg); max-width: 920px; margin-left: auto; margin-right: auto; }
.form-card h3 { font-family: "DM Serif Display", serif; font-size: 26px; margin-bottom: 6px; }
.form-card .fc-sub { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 700; color: var(--ink); }
.field label .req { color: var(--red); }
.field input, .field textarea, .field select { padding: 13px 15px; border: 1.5px solid var(--hairline); border-radius: 11px; font-family: inherit; font-size: 15px; color: var(--ink); background: rgb(255, 255, 255); transition: border-color 0.2s, box-shadow 0.2s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--blue); box-shadow: rgba(30, 91, 184, 0.13) 0px 0px 0px 3px; }
.field textarea { resize: vertical; min-height: 120px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-status { margin-top: 18px; padding: 16px 20px; border-radius: 12px; font-size: 14.5px; display: none; }
.form-status.show { display: block; }
.form-status.ok { background: rgb(236, 247, 238); border: 1.5px solid rgb(63, 162, 84); color: rgb(31, 90, 42); }
.form-status.err { background: rgb(253, 239, 239); border: 1.5px solid var(--red); color: rgb(122, 20, 24); }
@media (max-width: 680px) {
  .fgrid { grid-template-columns: 1fr; }
}
.pikett-band { background: linear-gradient(135deg,var(--red),var(--red-2)); color: rgb(255, 255, 255); position: relative; overflow: hidden; }
.pikett-band::before { content: ""; position: absolute; top: -120px; right: -100px; width: 420px; height: 420px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); }
.pikett-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap; position: relative; z-index: 1; }
.pikett-band h2 { font-family: "DM Serif Display", serif; font-size: clamp(28px, 3.6vw, 42px); }
.pikett-band p { color: rgba(255, 255, 255, 0.9); max-width: 520px; margin-top: 8px; }
.pikett-cta { background: rgb(255, 255, 255); color: var(--red); border-radius: 16px; padding: 18px 34px; text-decoration: none; text-align: center; box-shadow: rgba(0, 0, 0, 0.22) 0px 14px 40px; transition: transform 0.2s; }
.pikett-cta:hover { transform: scale(1.03); }
.pikett-cta small { display: block; font-size: 13px; color: var(--muted); font-weight: 600; }
.pikett-cta strong { display: block; font-size: 30px; font-weight: 900; letter-spacing: -0.02em; }
.footer { background: var(--navy-2); color: rgba(255, 255, 255, 0.7); padding: 0px 0px 26px; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr 1fr; gap: 42px; padding-top: 52px; padding-bottom: 42px; border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
.footer-logo { height: 50px; width: auto; }
.footer-brandbar { background: rgb(255, 255, 255); border-bottom: 1px solid rgba(10, 26, 48, 0.08); }
.footer-brandbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px 28px; flex-wrap: wrap; padding-top: 22px; padding-bottom: 22px; }
.footer-brandbar .footer-logo { height: 50px; width: auto; margin: 0px; }
.footer-brandclaim { color: var(--ink); font-weight: 600; font-size: 14.5px; }
@media (max-width: 560px) {
  .footer-brandbar .wrap { justify-content: center; text-align: center; }
  .footer-brandclaim { display: none; }
}
.footer-suissetec { height: 46px; width: auto; display: block; flex: 0 0 auto; }
.footer-verband { width: 150px; max-width: 70%; height: auto; display: block; margin-top: 6px; }
@media (max-width: 560px) {
  .footer-brandbar .wrap { gap: 14px 22px; }
  .footer-suissetec { height: 40px; }
}
.footer h4 { color: rgb(255, 255, 255); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.footer a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: color 0.2s; }
.footer a:hover { color: rgb(255, 255, 255); }
.footer ul { list-style: none; }
.footer li { margin-bottom: 8px; font-size: 14px; }
.footer .desc { font-size: 13.5px; line-height: 1.6; margin-bottom: 14px; color: rgba(255, 255, 255, 0.6); }
.footer .addr { font-size: 13.5px; line-height: 1.7; }
.link-accent { color: rgb(255, 138, 143) !important; font-weight: 700; }
.socials { display: flex; gap: 10px; margin-bottom: 12px; }
.socials a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; transition: 0.25s; }
.socials a:hover { background: linear-gradient(135deg,var(--blue),var(--red)); border-color: transparent; transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }
.footer-rating { text-align: center; padding: 22px 0px 8px; }
.footer-rating a { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 600; }
.footer-rating .stars { color: var(--gold); letter-spacing: 2px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; padding-top: 22px; font-size: 12.5px; color: rgba(255, 255, 255, 0.5); }
.footer-bottom a { color: rgba(255, 255, 255, 0.6); }
.footer-legal { display: flex; gap: 18px; }
@media (max-width: 900px) {
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
.wa-float { position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; border-radius: 50%; background: rgb(37, 211, 102); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; box-shadow: rgba(37, 211, 102, 0.45) 0px 8px 28px; z-index: 130; text-decoration: none; transition: transform 0.25s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }
#progress { position: fixed; top: 0px; left: 0px; height: 3px; width: 0px; background: linear-gradient(90deg,var(--blue),var(--red)); z-index: 300; transition: width 0.1s linear; }
.hero-page, .page-hero { position: relative; overflow: hidden; color: rgb(255, 255, 255); padding: 140px 0px 80px; background: radial-gradient(900px 460px at 80% -10%,rgba(30,91,184,.34),transparent 60%),linear-gradient(160deg,var(--navy),var(--navy-2) 70%,#0a2247); }
.hero-page::after, .page-hero::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(transparent 95%, rgba(143, 166, 194, 0.06) 0px) 0% 0% / 44px 44px, linear-gradient(90deg, transparent 95%, rgba(143, 166, 194, 0.06) 0px); mask-image: radial-gradient(circle at 75% 30%, rgb(0, 0, 0), transparent 72%); pointer-events: none; }
.hero-page-inner, .page-hero-inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0px auto; padding: 0px 24px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 48px; align-items: center; }
.hero-page .breadcrumb { font-size: 13px; color: var(--steel); margin-bottom: 16px; }
.hero-page .breadcrumb a { color: var(--steel); text-decoration: none; }
.hero-page .breadcrumb a:hover { color: rgb(255, 255, 255); }
.hero-page .eyebrow { margin-bottom: 18px; }
.hero-page h1 { font-family: "DM Serif Display", serif; color: rgb(255, 255, 255); font-size: clamp(34px, 5vw, 60px); line-height: 1.04; letter-spacing: -0.02em; margin-bottom: 18px; }
.hero-page h1 .accent, .hero-page h1 span { color: transparent; background-image: linear-gradient(90deg, #D42027 0%, #C2691C 100%); -webkit-background-clip: text; background-clip: text; }
@supports not ((-webkit-background-clip:text) or (background-clip:text)) {
  .hero-page h1 .accent, .hero-page h1 span { color: var(--blue-soft); }
}
.hero-page p.lead { font-size: clamp(16px, 1.4vw, 19px); color: rgba(255, 255, 255, 0.82); line-height: 1.6; margin-bottom: 30px; }
.hero-page .buttons { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-page-img { width: 100%; max-width: 430px; border-radius: var(--radius-lg); box-shadow: rgba(0, 0, 0, 0.5) 0px 30px 70px; border: 1px solid rgba(255, 255, 255, 0.1); }
.rating-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14); padding: 10px 16px; border-radius: 30px; margin-bottom: 22px; backdrop-filter: blur(6px); }
.rating-badge .stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; }
.rating-badge .text { font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.88); }
.btn-white { background: rgb(255, 255, 255); color: var(--red); padding: 13px 26px; border-radius: 11px; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.content { max-width: 920px; margin: 0px auto; padding: clamp(56px, 7vw, 88px) 24px; }
.content h2 { font-family: "DM Serif Display", serif; font-size: clamp(26px, 3.4vw, 38px); color: var(--navy); margin: 48px 0px 18px; line-height: 1.12; }
.content h2:first-child { margin-top: 0px; }
.content h3 { font-size: 21px; color: var(--navy); font-weight: 800; margin: 30px 0px 12px; }
.content p { font-size: 17px; line-height: 1.8; color: rgb(38, 52, 74); margin-bottom: 18px; }
.content ul { margin: 0px 0px 18px 22px; }
.content li { font-size: 16.5px; line-height: 1.75; color: rgb(38, 52, 74); margin-bottom: 7px; }
.content strong { color: var(--navy); font-weight: 700; }
.content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.content a:hover { color: var(--red); }
.kreis-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 30px 0px; }
.kreis-item { background: var(--paper-soft); border-radius: 13px; padding: 16px 20px; border-left: 3px solid var(--blue); box-shadow: var(--shadow-sm); transition: transform .25s var(--ease),box-shadow .25s; }
.kreis-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.kreis-item strong { display: block; color: var(--navy); margin-bottom: 4px; }
.kreis-item span { font-size: 14px; color: var(--muted); }
.highlight-box { background: linear-gradient(135deg,var(--paper-soft),#fff); border-left: 4px solid var(--blue); border-radius: var(--radius); padding: 26px 30px; margin: 32px 0px; box-shadow: var(--shadow-sm); }
.highlight-box h3 { margin-top: 0px; color: var(--blue); }
.pikett-banner { background: linear-gradient(135deg,var(--red),var(--red-2)); color: rgb(255, 255, 255); padding: 34px 30px; border-radius: var(--radius); margin: 34px 0px; box-shadow: var(--shadow-red); }
.pikett-banner h3 { color: rgb(255, 255, 255); font-family: "DM Serif Display", serif; font-size: 25px; margin: 0px 0px 10px; }
.pikett-banner p { color: rgba(255, 255, 255, 0.92); margin-bottom: 18px; }
.cta-section { background: radial-gradient(700px 300px at 80% -20%,rgba(30,91,184,.3),transparent 60%),linear-gradient(135deg,var(--navy),var(--navy-2)); color: rgb(255, 255, 255); padding: clamp(56px, 7vw, 88px) 24px; text-align: center; }
.cta-section h2 { font-family: "DM Serif Display", serif; font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 14px; }
.cta-section p { color: rgba(255, 255, 255, 0.8); max-width: 600px; margin: 0px auto 26px; font-size: 17px; }
.cta-section .buttons { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }
.fact-bar { background: var(--paper-soft); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.fact-bar-inner { max-width: var(--maxw); margin: 0px auto; padding: 22px 24px; display: flex; flex-wrap: wrap; gap: 14px 30px; justify-content: center; }
.loc-chip { display: inline-block; padding: 9px 15px; border-radius: 30px; background: var(--paper-soft); border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); text-decoration: none; color: var(--navy); font-weight: 600; font-size: 14px; transition: transform 0.2s, box-shadow 0.2s; }
.loc-chip:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--blue); }
@media (max-width: 980px) {
  .nav-links a:not(.btn) { display: none; }
  .nav-cta-row { display: none; }
  .burger { display: block; }
  .nav { background: rgba(255, 255, 255, 0.97); box-shadow: rgba(10, 26, 48, 0.1) 0px 4px 20px; }
  .nav-logo img { height: 48px; }
  .hero-page-inner, .page-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-page-img { max-width: 360px; margin: 0px auto; }
}
@media (max-width: 480px) {
  .nav-logo img { height: 44px; }
}
@media (max-width: 360px) {
  .nav-logo img { height: 40px; }
}
@media (max-width: 768px) {
  .hero-inner { padding: 120px 22px 60px; }
  .hero h1 { font-size: clamp(36px, 10vw, 52px); }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-actions .btn { justify-content: center; white-space: normal; width: 100%; box-sizing: border-box; min-width: 0px; }
  .hero-mini { gap: 22px; }
  .stats-band { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 60px 0px; }
  .pikett-band .wrap { flex-direction: column; text-align: center; align-items: center; }
  .pikett-cta { width: 100%; }
}
@media (max-width: 420px) {
  .nav-inner { padding: 0px 16px; }
  .hero h1 { font-size: 34px; }
  .wrap { padding: 0px 18px; }
}
.hero-mini { margin-top: 42px; gap: 0px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; padding: 18px 6px; backdrop-filter: blur(8px); max-width: 620px; }
.hero-mini .m { align-items: center; text-align: center; padding: 2px 8px; border-right: 1px solid rgba(255, 255, 255, 0.12); }
.hero-mini .m:last-child { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; }
.hero-mini .m b { font-size: clamp(19px, 2.6vw, 28px); }
.hero-mini .m > span { font-size: 11px; }
@media (max-width: 560px) {
  .hero-mini { grid-template-columns: repeat(2, 1fr); max-width: none; }
  .hero-mini .m:nth-child(2) { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; }
  .hero-mini .m:nth-child(1), .hero-mini .m:nth-child(2) { border-bottom: 1px solid rgba(255, 255, 255, 0.12); padding-bottom: 12px; }
  .hero-mini .m:nth-child(3), .hero-mini .m:nth-child(4) { padding-top: 12px; }
}
@media (max-width: 560px) {
  .hero-inner { padding-top: 104px; }
  .hero p.lead { margin: 18px 0px 26px; font-size: 16px; }
  .hero-actions { gap: 10px; }
}
.proj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 52px; }
.proj-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 16 / 10; display: block; text-decoration: none; }
.proj-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.proj-card:hover img { transform: scale(1.05); }
.proj-card::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(transparent 38%, rgba(6, 14, 26, 0.86)); }
.proj-card .cap { position: absolute; left: 0px; right: 0px; bottom: 0px; z-index: 2; padding: 24px 26px; color: rgb(255, 255, 255); }
.proj-card .cap .k { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-soft); margin-bottom: 6px; }
.proj-card .cap h3 { font-size: 23px; font-weight: 800; margin-bottom: 4px; color: rgb(255, 255, 255); }
.proj-card .cap p { font-size: 14px; color: rgba(255, 255, 255, 0.82); }
.proj-card.wide { grid-column: 1 / -1; aspect-ratio: 24 / 9; }
@media (max-width: 760px) {
  .proj-grid { grid-template-columns: 1fr; }
  .proj-card, .proj-card.wide { aspect-ratio: 16 / 10; }
}
.quote.ph p { color: var(--muted); font-style: italic; }
.ph-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); background: var(--paper-2); padding: 3px 9px; border-radius: 20px; margin-bottom: 10px; }
.google-rate { display: inline-flex; align-items: center; gap: 12px; background: rgb(255, 255, 255); border: 1px solid var(--hairline); box-shadow: var(--shadow-sm); border-radius: 16px; padding: 16px 24px; margin-top: 8px; }
.google-rate .num { font-size: 38px; font-weight: 800; color: var(--ink); line-height: 1; font-family: "DM Serif Display", serif; }
.google-rate .stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
.google-rate .sub2 { font-size: 13px; color: var(--muted); }
.svc-img { aspect-ratio: 3 / 2; }
.member .av { width: 120px; height: 120px; }
.org { margin-top: 36px; }
.org-l1 { display: flex; justify-content: center; position: relative; padding-bottom: 34px; }
.org-l1::after { content: ""; position: absolute; left: 50%; bottom: 0px; width: 2px; height: 34px; background: var(--hairline); transform: translateX(-50%); }
.org-l2 { display: flex; justify-content: center; align-items: flex-start; flex-wrap: nowrap; }
.branch { position: relative; display: flex; flex-direction: column; align-items: center; padding: 34px 9px 0px; flex: 0 0 auto; }
.branch::before { content: ""; position: absolute; top: 0px; left: 50%; width: 2px; height: 34px; background: var(--hairline); transform: translateX(-50%); }
.branch::after { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; height: 2px; background: var(--hairline); }
.branch:first-child::after { left: 50%; }
.branch:last-child::after { right: 50%; }
.org .member { width: 172px; margin: 0px; }
.org-l1 .member { width: 212px; }
.org .child { margin-top: 34px; position: relative; }
.org .child::before { content: ""; position: absolute; left: 50%; top: -34px; width: 2px; height: 34px; background: var(--hairline); transform: translateX(-50%); }
@media (max-width: 1023px) {
  .org-l2 { flex-direction: column; align-items: center; }
  .branch { padding: 26px 0px 0px; width: 100%; max-width: 340px; }
  .branch::after { display: none; }
  .branch::before { height: 26px; }
  .org-l1 { padding-bottom: 26px; }
  .org-l1::after { height: 26px; }
  .org .member, .org-l1 .member { width: 100%; max-width: 340px; }
  .org .child { margin-top: 26px; }
  .org .child::before { top: -26px; height: 26px; }
}
.org .member .rl { hyphens: auto; overflow-wrap: break-word; }
@media (min-width: 1024px) and (max-width: 1219px) {
  .org-l2 .branch { padding-left: 6px; padding-right: 6px; }
  .org-l2 .member { width: 146px; padding: 22px 12px; }
  .org-l2 .member .av { width: 96px; height: 96px; margin-bottom: 12px; }
  .org-l2 .member .nm { font-size: 15px; }
}
.hero-actions a.btn-ghost[href="tel:0448650000"] { color: rgb(255, 77, 84); border-color: rgba(255, 77, 84, 0.55); }
.hero-actions a.btn-ghost[href="tel:0448650000"] svg { stroke: rgb(255, 77, 84); }
a.link-accent[href="tel:0448650000"] { color: rgb(255, 77, 84) !important; }
a.cc.accent[href="tel:0448650000"] .val { color: rgb(255, 77, 84); }
.partners .reveal { margin-bottom: 30px; }
.partner-logos { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.plogo { display: flex; align-items: center; justify-content: center; background: rgb(255, 255, 255); border: 1px solid rgba(10, 26, 48, 0.09); border-radius: 12px; padding: 18px 20px; min-height: 92px; text-align: center; }
.plogo img { max-height: 46px; max-width: 100%; width: auto; object-fit: contain; transition: transform 0.25s; }
.plogo:hover { box-shadow: rgba(10, 26, 48, 0.1) 0px 8px 22px; border-color: rgba(10, 26, 48, 0.16); }
.plogo:hover img { transform: scale(1.04); }
.plogo--text { background: linear-gradient(rgb(255, 255, 255), rgb(246, 248, 252)); }
.plogo--text::after { content: attr(data-name); font-weight: 700; font-size: 13.5px; line-height: 1.3; color: var(--navy); letter-spacing: 0.01em; text-align: center; padding: 0px 8px; }
@media (max-width: 640px) {
  .partner-logos { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
  .plogo { min-height: 78px; padding: 14px; }
}
/* Fix 2026-08-30: Hero Buttons nicht umbrechen */
.hero-actions .btn{white-space:nowrap}
