
:root{
  --navy:#06243b;
  --navy-2:#0d3958;
  --blue:#2b9fd7;
  --blue-dark:#177fb1;
  --light-blue:#eaf7fd;
  --ink:#162736;
  --muted:#647580;
  --soft:#f5f9fb;
  --line:#dce7ed;
  --white:#fff;
  --shadow:0 22px 60px rgba(6,36,59,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
h1,h2,h3{margin:0;color:var(--navy);line-height:1.08}
h1{font-size:clamp(2.9rem,5.5vw,5.5rem);letter-spacing:-.052em;max-width:870px}
h2{font-size:clamp(2.05rem,3.8vw,3.65rem);letter-spacing:-.038em}
h3{font-size:1.25rem}
p{margin:0}
.container{width:min(1220px,calc(100% - 44px));margin:auto}
.section{padding:96px 0}
.section-soft{background:var(--soft)}
.kicker{display:inline-block;margin-bottom:17px;color:var(--blue);font-size:.74rem;font-weight:800;letter-spacing:.15em}
.kicker.light{color:#8cddff}

.topline{background:#041827;color:#d9e7ef}
.topline-inner{min-height:38px;display:flex;align-items:center;justify-content:flex-end;gap:14px;font-size:.82rem}
.topline-left{font-weight:700}
.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#4dd278;margin-right:6px;box-shadow:0 0 0 4px rgba(77,210,120,.12)}
.topline-phone{font-size:.96rem;font-weight:800;color:#fff}
.topline-note{color:#8da8b9}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:200px;display:grid;grid-template-columns:430px 1fr auto;align-items:center;gap:24px}
.logo-link{display:flex;align-items:center;padding:6px 0}
.main-logo{width:400px;height:auto;max-height:184px;object-fit:contain}
.main-nav{display:flex;align-items:center;justify-content:center;gap:16px;font-size:.86rem;font-weight:700}
.main-nav a:hover{color:var(--blue)}
.header-call{display:flex;flex-direction:column;justify-content:center;background:var(--navy);color:#fff;border-radius:14px;padding:13px 18px;min-width:185px}
.header-call span{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#86d9ff;font-weight:800}
.header-call strong{font-size:1rem;margin-top:2px}
.menu-btn{display:none;border:0;background:transparent;font-size:1.6rem}

.hero{background:linear-gradient(130deg,#f8fcfe 0%,#fff 55%,#e8f7fd 100%)}
.hero-grid{min-height:690px;padding:62px 0;display:grid;grid-template-columns:1.03fr .97fr;gap:55px;align-items:center}
.hero-lead{max-width:730px;margin-top:24px;color:var(--muted);font-size:1.18rem}
.hero-cta{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap;margin-top:30px}
.primary-call{min-width:320px;padding:17px 22px;border-radius:18px;background:var(--blue);color:#fff;display:flex;flex-direction:column;box-shadow:0 16px 36px rgba(43,159,215,.22)}
.primary-call .call-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;opacity:.88}
.primary-call strong{font-size:1.65rem;line-height:1.15;margin:3px 0}
.primary-call small{font-size:.78rem;opacity:.9}
.secondary-cta{display:flex;align-items:center;justify-content:center;padding:0 23px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--navy);font-weight:800}
.hero-points{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px;font-size:.86rem;font-weight:700;color:#3e5362}
.hero-image-wrap{position:relative}
.hero-image-wrap>img{width:100%;height:540px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.hero-badge{position:absolute;left:24px;bottom:24px;background:rgba(4,24,39,.88);color:#fff;border-radius:15px;padding:15px 18px;max-width:330px;backdrop-filter:blur(8px)}
.hero-badge strong,.hero-badge span{display:block}
.hero-badge span{font-size:.82rem;color:#c7dbe6;margin-top:2px}

.quick-contact{background:var(--navy);color:#fff}
.quick-grid{min-height:92px;display:grid;grid-template-columns:1.55fr repeat(3,.75fr);align-items:center;gap:22px}
.quick-title span,.quick-title strong{display:block}
.quick-title span{font-size:.72rem;color:#7fd8ff;text-transform:uppercase;letter-spacing:.11em;font-weight:800}
.quick-title strong{font-size:1rem;margin-top:3px}
.quick-item{display:flex;gap:11px;align-items:center}
.quick-item>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#13496d;color:#7edaff;font-size:.8rem;font-weight:800}
.quick-item strong,.quick-item small{display:block}
.quick-item strong{font-size:.86rem}
.quick-item small{color:#9eb8c7;font-size:.76rem}

.section-heading{max-width:820px;margin-bottom:42px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading p{margin-top:14px;color:var(--muted)}

.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.problem-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(6,36,59,.05)}
.problem-card img{width:100%;height:245px;object-fit:cover}
.problem-copy{padding:22px}
.problem-copy>span{font-size:.68rem;color:var(--blue);letter-spacing:.11em;font-weight:800}
.problem-copy h3{margin-top:7px}
.problem-copy p{margin-top:10px;color:var(--muted);font-size:.92rem}
.inline-call{margin-top:28px;padding:22px 24px;background:var(--light-blue);border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-left:4px solid var(--blue)}
.inline-call span,.inline-call strong{display:block}
.inline-call span{font-size:.77rem;color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.inline-call strong{margin-top:3px;color:var(--navy)}
.inline-call a{flex:0 0 auto;background:var(--navy);color:#fff;border-radius:12px;padding:14px 18px;font-size:1.08rem;font-weight:800}

.service-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}
.service-feature{overflow:hidden;background:var(--navy);border-radius:24px;color:#fff}
.service-feature-copy{padding:32px}
.service-step{display:inline-grid;place-items:center;width:39px;height:39px;border-radius:10px;background:#174d70;color:#7fdcff;font-weight:800}
.service-feature h3{color:#fff;font-size:1.65rem;margin-top:28px}
.service-feature p{color:#c5d9e4;margin-top:12px}
.service-feature img{width:100%;height:330px;object-fit:cover}
.text-call{display:inline-block;margin-top:22px;color:#8cddff;font-weight:800}
.service-list{display:grid;gap:10px}
.service-list article{display:grid;grid-template-columns:46px 1fr;gap:15px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:15px}
.service-list article>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e9f6fc;color:var(--blue);font-size:.76rem;font-weight:800}
.service-list h3{font-size:1.02rem}
.service-list p{margin-top:5px;color:var(--muted);font-size:.88rem}

.method-section{background:#fff}
.method-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.method-image img{width:100%;height:560px;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}
.method-copy>p{margin-top:20px;color:var(--muted);font-size:1rem}
.mini-steps{display:grid;gap:9px;margin:28px 0}
.mini-steps div{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--soft);border-radius:11px}
.mini-steps span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:.75rem;font-weight:800}
.mini-steps strong{font-size:.9rem}
.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;font-weight:800}
.primary-btn{background:var(--blue);color:#fff}
.secondary-btn{border:1px solid var(--line);background:#fff;color:var(--navy)}

.dark-section{background:var(--navy);color:#fff}
.light-heading h2{color:#fff}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.process-grid article{padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.045)}
.process-grid article>span{font-size:.7rem;color:#80dcff;font-weight:800}
.process-grid h3{color:#fff;margin-top:20px}
.process-grid p{margin-top:9px;color:#afc8d5;font-size:.9rem}

.proof-section{background:#fff}
.proof-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
.proof-grid p{margin:20px 0 28px;color:var(--muted)}
.proof-grid img,.proof-grid .proof-video{width:100%;height:460px;object-fit:cover;border-radius:26px;box-shadow:var(--shadow);display:block}

.callout{padding:72px 0;background:linear-gradient(125deg,#1c8fc5,#36b4e8);color:#fff}
.callout-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.callout span{font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.callout h2{color:#fff;margin-top:8px;max-width:720px}
.callout p{margin-top:14px;color:#e8f8ff}
.callout-actions{display:flex;flex-direction:column;gap:9px;min-width:320px}
.big-phone{background:#fff;color:var(--navy);border-radius:16px;padding:15px 19px}
.big-phone small,.big-phone strong{display:block}
.big-phone small{font-size:.7rem;text-transform:uppercase;color:var(--blue);font-weight:800}
.big-phone strong{font-size:1.55rem;margin-top:3px}
.mobile-phone{text-align:center;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.28);padding:10px;border-radius:11px;font-weight:800}

.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:68px}
.faq{display:grid;gap:10px}
details{border:1px solid var(--line);border-radius:14px;padding:0 19px;background:#fff}
summary{cursor:pointer;list-style:none;padding:18px 0;color:var(--navy);font-weight:800}
summary::-webkit-details-marker{display:none}
details p{padding:0 0 18px;color:var(--muted);font-size:.9rem}

.contact-section{background:var(--soft)}
.contact-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:64px}
.contact-copy>p{margin-top:20px;color:var(--muted)}
.contact-phone{display:flex;flex-direction:column;margin-top:28px;padding:20px 22px;border-radius:18px;background:var(--navy);color:#fff;max-width:410px}
.contact-phone span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#89ddff;font-weight:800}
.contact-phone strong{font-size:1.8rem;margin-top:3px}
.contact-secondary{display:flex;flex-direction:column;gap:5px;margin-top:14px;font-weight:700;color:#355063}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.contact-form h3{margin-bottom:20px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.contact-form label{display:block;font-size:.83rem;font-weight:700;margin-bottom:13px}
.contact-form input,.contact-form textarea{width:100%;margin-top:6px;padding:12px 13px;border:1px solid #ccdce5;border-radius:10px;font:inherit;outline:none}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(43,159,215,.1)}
.form-submit{width:100%;border:0;cursor:pointer}
.contact-form small{display:block;margin-top:10px;color:var(--muted)}

.footer{background:#041827;color:#fff;padding:48px 0}
.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:38px}
.footer-brand img{width:155px;background:#fff;border-radius:12px;padding:5px}
.footer-brand p{max-width:280px;margin-top:14px;color:#9bb4c3;font-size:.86rem}
.footer-col{display:flex;flex-direction:column;gap:5px;color:#aec3cf;font-size:.86rem}
.footer-col strong{color:#fff;margin-bottom:8px}
.footer-col a:hover{color:#7ddcff}

.floating-call{position:fixed;right:18px;bottom:18px;z-index:70;display:flex;gap:10px;align-items:center;background:var(--blue);color:#fff;padding:12px 16px;border-radius:999px;box-shadow:0 18px 45px rgba(0,0,0,.24)}
.floating-call>span{font-size:1.2rem}
.floating-call small,.floating-call strong{display:block;line-height:1.05}
.floating-call small{font-size:.62rem;text-transform:uppercase;opacity:.85}
.floating-call strong{font-size:.82rem}
.mobile-callbar{display:none}

@media(max-width:1020px){
  .header-inner{grid-template-columns:340px 1fr auto}
  .main-logo{width:320px}
  .main-nav{display:none;position:absolute;left:0;right:0;top:160px;background:#fff;padding:22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}
  .menu-btn{display:block;justify-self:end}
  .header-call{display:none}
  .hero-grid,.service-layout,.method-grid,.proof-grid,.faq-layout,.contact-grid{grid-template-columns:1fr}
  .hero-grid{min-height:auto}
  .hero-image-wrap>img{height:470px}
  .quick-grid{grid-template-columns:1fr 1fr}
  .quick-title{grid-column:1/-1;padding-top:16px}
  .problem-grid,.process-grid{grid-template-columns:repeat(2,1fr)}
  .callout-inner{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:650px){
  body{padding-bottom:58px}
  .container{width:min(100% - 28px,1220px)}
  .topline-note{display:none}
  .topline-inner{justify-content:center}
  .header-inner{height:148px;grid-template-columns:1fr auto}
  .main-logo{width:280px;max-height:132px}
  .main-nav{top:148px}
  .section{padding:70px 0}
  .hero-grid{padding:48px 0}
  .hero-image-wrap>img{height:315px;border-radius:20px}
  .hero-badge{position:relative;left:auto;bottom:auto;margin-top:-26px;margin-left:12px;margin-right:12px}
  .primary-call{min-width:0;width:100%}
  .secondary-cta{width:100%;min-height:50px}
  .hero-points{gap:9px 14px}
  .quick-grid{grid-template-columns:1fr;padding:18px 0}
  .quick-title{grid-column:auto;padding-top:0}
  .problem-grid,.process-grid,.form-row,.footer-grid{grid-template-columns:1fr}
  .problem-card img{height:220px}
  .inline-call{align-items:flex-start;flex-direction:column}
  .inline-call a{width:100%;text-align:center}
  .method-image img{height:360px}
  .proof-grid img,.proof-grid .proof-video{height:320px}
  .callout-actions{min-width:0;width:100%}
  .contact-phone{max-width:none}
  .floating-call{display:none}
  .mobile-callbar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--blue);padding:11px 12px;text-align:center;color:#fff;box-shadow:0 -5px 20px rgba(0,0,0,.14)}
  .mobile-callbar a{font-size:.88rem}
}


/* --- Multipage service navigation --- */
.nav-dropdown{position:relative}
.dropdown-toggle{border:0;background:transparent;font:inherit;font-weight:700;color:inherit;cursor:pointer;padding:12px 0}
.dropdown-toggle span{font-size:.9rem;margin-left:3px}
.dropdown-menu{
  position:absolute;top:100%;left:-18px;min-width:280px;background:#fff;border:1px solid var(--line);
  border-radius:14px;padding:9px;box-shadow:0 18px 50px rgba(6,36,59,.15);opacity:0;visibility:hidden;
  transform:translateY(7px);transition:.18s;z-index:80
}
.nav-dropdown:hover .dropdown-menu,.nav-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-menu a{display:block;padding:10px 11px;border-radius:9px;font-size:.85rem}
.dropdown-menu a:hover,.dropdown-menu a.active{background:var(--soft);color:var(--blue)}

.service-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-page-card{display:flex;flex-direction:column;min-height:265px;padding:27px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.2s}
.service-page-card:hover{transform:translateY(-3px);box-shadow:0 16px 42px rgba(6,36,59,.09);border-color:#bdddea}
.service-page-card.featured{background:var(--navy);border-color:var(--navy)}
.service-page-card>span{font-size:.72rem;color:var(--blue);font-weight:800}
.service-page-card h3{margin-top:28px}
.service-page-card p{margin-top:9px;color:var(--muted);font-size:.9rem}
.service-page-card strong{margin-top:auto;padding-top:22px;color:var(--blue);font-size:.86rem}
.service-page-card.featured h3,.service-page-card.featured strong{color:#fff}
.service-page-card.featured p{color:#b9d0dd}
.service-page-card.featured>span{color:#79d9ff}

.subhero{padding:70px 0;background:linear-gradient(130deg,#f7fbfd,#fff 56%,#eaf7fc)}
.subhero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:56px;align-items:center}
.subhero h1{font-size:clamp(2.6rem,5vw,4.9rem)}
.subhero p{margin-top:22px;color:var(--muted);font-size:1.08rem;max-width:720px}
.breadcrumb{display:block;margin-bottom:24px;color:#79909f;font-size:.78rem}
.subhero-actions{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap;margin-top:28px}
.primary-call.compact{min-width:285px;padding:14px 19px}
.primary-call.compact strong{font-size:1.38rem}
.subhero-image img,.subhero-image .subhero-video{width:100%;height:465px;object-fit:cover;border-radius:27px;box-shadow:var(--shadow);display:block}

.subnav-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:sticky;top:200px;z-index:35}
.subnav-scroll{display:flex;gap:4px;overflow-x:auto;padding:8px 0;scrollbar-width:none}
.subnav-scroll::-webkit-scrollbar{display:none}
.subnav-scroll a{white-space:nowrap;padding:9px 12px;border-radius:9px;font-size:.78rem;font-weight:700;color:#526875}
.subnav-scroll a:hover,.subnav-scroll a.active{background:var(--navy);color:#fff}

.subcontent-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:start}
.large-checklist{list-style:none;padding:0;margin:28px 0 0}
.large-checklist li{position:relative;padding:13px 0 13px 34px;border-bottom:1px solid var(--line);font-weight:700;color:#334b5a}
.large-checklist li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.contact-card{position:sticky;top:205px;padding:26px;background:var(--navy);color:#fff;border-radius:20px}
.contact-card>span{font-size:.7rem;color:#83ddff;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.contact-card>strong{display:block;font-size:1.35rem;line-height:1.2;margin-top:7px}
.contact-card p{margin-top:12px;color:#bdd3df;font-size:.9rem}
.contact-card a{display:block;margin-top:22px;padding:13px 15px;background:#fff;color:var(--navy);border-radius:12px;font-size:1.22rem;font-weight:800;text-align:center}
.contact-card small{display:block;text-align:center;margin-top:7px;color:#9eb8c7}
.service-process article{background:#fff;border-color:var(--line);box-shadow:0 8px 26px rgba(6,36,59,.04)}
.service-process h3{color:var(--navy)}
.service-process p{color:var(--muted)}

.subpage-cta{padding:68px 0;background:linear-gradient(125deg,#188cc2,#37b7e9);color:#fff}
.subpage-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}
.subpage-cta span{font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;font-weight:800}
.subpage-cta h2{color:#fff;margin-top:8px}
.subpage-cta p{margin-top:12px;color:#e8f8ff}
.subpage-cta-actions{display:flex;flex-direction:column;gap:9px;min-width:315px}

@media(max-width:1020px){
  .nav-dropdown{width:100%}
  .dropdown-toggle{width:100%;text-align:left;padding:8px 0}
  .dropdown-menu{position:static;min-width:0;width:100%;box-shadow:none;border:0;border-left:2px solid var(--line);border-radius:0;margin:3px 0 5px 4px;padding:3px 0 3px 9px;opacity:1;visibility:visible;transform:none;display:none}
  .nav-dropdown.open .dropdown-menu{display:block}
  .service-page-grid{grid-template-columns:repeat(2,1fr)}
  .subhero-grid,.subcontent-grid{grid-template-columns:1fr}
  .subnav-strip{top:148px}
  .contact-card{position:static}
  .subpage-cta-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:650px){
  .service-page-grid{grid-template-columns:1fr}
  .subhero{padding:48px 0}
  .subhero-image img,.subhero-image .subhero-video{height:300px}
  .subnav-strip{top:148px}
  .subpage-cta-actions{min-width:0;width:100%}
}

.problem-card-wide img{
  object-position:center 42%;
}
.problem-card-wide .problem-copy h3{
  font-size:1.35rem;
  line-height:1.15;
}
.problem-card-wide .problem-copy p strong{
  color:var(--navy);
}

.problem-copy p strong{color:var(--navy);font-weight:800}

.problem-copy p + p{margin-top:12px}


.hero-subheadline{
  margin-top:22px;
  max-width:820px;
  font-size:clamp(1.55rem,2.5vw,2.35rem);
  line-height:1.18;
  letter-spacing:-.025em;
}
.hero-lead-strong{
  margin-top:20px;
}
.hero-lead-strong strong{
  color:var(--ink);
  font-weight:700;
}


.service-intro{
  margin-top:18px;
  max-width:760px;
  color:var(--muted);
  font-size:1rem;
}
.subpage-note{
  padding:0 0 78px;
  background:var(--soft);
}
.subpage-note-card{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:40px;
  align-items:start;
  background:#fff;
  border:1px solid var(--line);
  border-left:4px solid var(--blue);
  border-radius:18px;
  padding:25px 28px;
}
.subpage-note-card span,
.subpage-note-card strong{display:block}
.subpage-note-card span{
  color:var(--blue);
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.subpage-note-card strong{
  margin-top:5px;
  color:var(--navy);
  font-size:1.1rem;
}
.subpage-note-card p{
  color:var(--muted);
}
.proof-grid p + p{margin-top:-12px}
@media(max-width:780px){
  .subpage-note-card{grid-template-columns:1fr;gap:16px}
}


/* =========================================================
   PROFESSIONAL HEADER / NAVIGATION REFINEMENT
   Final override layer
   ========================================================= */
:root{
  --navy:#06263e;
  --navy-deep:#041a2b;
  --blue:#299bd3;
  --blue-hover:#1786bc;
  --sky:#eaf6fc;
  --ink:#142633;
  --muted:#667985;
  --line:#dbe7ee;
  --soft:#f4f8fb;
  --white:#fff;
  --shadow-soft:0 12px 35px rgba(6,38,62,.08);
  --shadow-card:0 18px 50px rgba(6,38,62,.12);
}

/* Utility bar */
.topline{
  background:var(--navy-deep);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topline-inner{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:.78rem;
}
.topline-brand{
  font-weight:700;
  letter-spacing:.02em;
  color:#cfe0e9;
  white-space:nowrap;
}
.topline-contact{
  display:flex;
  align-items:center;
  gap:0;
  margin-left:auto;
}
.topline-contact>a,
.topline-area{
  min-height:48px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 16px;
  border-left:1px solid rgba(255,255,255,.10);
}
.topline-contact a{
  color:#fff;
}
.topline-contact a:hover{
  background:rgba(255,255,255,.055);
}
.topline-contact a span{
  color:#82d8ff;
  font-size:.67rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.topline-contact a strong{
  font-size:.86rem;
}
.topline-mail{
  font-weight:700;
  color:#d5e5ed!important;
}
.topline-area{
  color:#9db6c4;
  white-space:nowrap;
}

/* Main header */
.site-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
  box-shadow:0 8px 28px rgba(6,38,62,.045);
}
.header-inner{
  height:150px!important;
  display:grid!important;
  grid-template-columns:340px minmax(0,1fr) 215px!important;
  align-items:center!important;
  gap:26px!important;
}
.logo-link{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:0!important;
  min-width:0;
}
.main-logo{
  width:310px!important;
  max-width:100%!important;
  max-height:132px!important;
  height:auto!important;
  object-fit:contain!important;
  display:block!important;
  flex:0 0 auto!important;
}
.main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px!important;
  font-size:.94rem!important;
  font-weight:700!important;
}
.main-nav>a,
.dropdown-toggle{
  position:relative;
  color:#243d4c;
  transition:color .18s ease;
}
.main-nav>a:after,
.dropdown-toggle:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;
  height:2px;
  background:var(--blue);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .18s ease;
}
.main-nav>a:hover,
.dropdown-toggle:hover{
  color:var(--blue);
}
.main-nav>a:hover:after,
.dropdown-toggle:hover:after{
  transform:scaleX(1);
}
.dropdown-toggle{
  border:0;
  background:transparent;
  padding:0;
  font:inherit;
  cursor:pointer;
}
.dropdown-menu{
  top:calc(100% + 19px)!important;
  left:50%!important;
  transform:translate(-50%,10px)!important;
  min-width:360px!important;
  padding:12px!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  box-shadow:0 22px 60px rgba(6,38,62,.16)!important;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown.open .dropdown-menu{
  transform:translate(-50%,0)!important;
}
.dropdown-menu a{
  padding:11px 13px!important;
  border-radius:10px!important;
  font-size:.86rem!important;
  color:#334e5f;
}
.dropdown-menu a:hover,
.dropdown-menu a.active{
  background:var(--sky)!important;
  color:var(--blue)!important;
}

.header-call{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:11px!important;
  min-width:215px!important;
  padding:13px 16px!important;
  background:var(--blue)!important;
  color:#fff!important;
  border-radius:15px!important;
  box-shadow:0 12px 28px rgba(41,155,211,.22)!important;
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.header-call:hover{
  background:var(--blue-hover)!important;
  transform:translateY(-1px);
  box-shadow:0 15px 34px rgba(41,155,211,.28)!important;
}
.header-call-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  display:grid;
  place-items:center;
  font-size:1rem;
  flex:0 0 38px;
}
.header-call-copy{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
.header-call-copy small{
  font-size:.67rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#dff5ff;
}
.header-call-copy strong{
  margin-top:4px;
  font-size:.98rem;
  white-space:nowrap;
}

/* General polish */
body{
  font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif!important;
  color:var(--ink);
}
.section-heading h2,
.hero h1,
.subhero h1{
  text-wrap:balance;
}
.hero{
  border-bottom:1px solid #edf4f7;
}
.hero-image-wrap>img,
.subhero-image img,
.problem-card,
.service-page-card,
.contact-form{
  box-shadow:var(--shadow-card);
}
.problem-card,
.service-page-card,
.contact-form,
.contact-card{
  border-radius:20px!important;
}
.quick-contact{
  background:linear-gradient(90deg,var(--navy-deep),var(--navy));
}
.primary-call,
.contact-phone,
.inline-call a,
.big-phone{
  transition:transform .18s ease, box-shadow .18s ease;
}
.primary-call:hover,
.contact-phone:hover,
.inline-call a:hover,
.big-phone:hover{
  transform:translateY(-1px);
}
.service-page-card strong{
  letter-spacing:.01em;
}
.inline-call{
  box-shadow:var(--shadow-soft);
}

/* Sticky service subnav on detail pages */
.subnav-strip{
  top:150px!important;
  box-shadow:0 6px 20px rgba(6,38,62,.04);
}

/* Tablet */
@media(max-width:1180px){
  .header-inner{
    grid-template-columns:285px minmax(0,1fr) 190px!important;
    height:138px!important;
  }
  .main-logo{
    width:265px!important;
    max-height:120px!important;
  }
  .main-nav{
    gap:18px!important;
    font-size:.86rem!important;
  }
  .header-call{
    min-width:190px!important;
  }
  .subnav-strip{
    top:138px!important;
  }
}

/* Mobile/tablet nav */
@media(max-width:1020px){
  .topline-inner{
    min-height:44px!important;
  }
  .topline-brand,
  .topline-mail,
  .topline-area,
  .topline-contact a:nth-child(2){
    display:none!important;
  }
  .topline-contact{
    width:100%;
    justify-content:center;
  }
  .topline-contact>a{
    border:0!important;
    min-height:44px!important;
    padding:0 8px!important;
  }
  .header-inner{
    height:118px!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:16px!important;
  }
  .main-logo{
    width:245px!important;
    max-height:104px!important;
  }
  .menu-btn{
    display:block!important;
    width:46px;
    height:46px;
    border-radius:12px;
    background:var(--soft)!important;
    color:var(--navy);
  }
  .header-call{
    display:none!important;
  }
  .main-nav{
    display:none!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:118px!important;
    background:#fff!important;
    padding:18px 22px 24px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:7px!important;
    border-bottom:1px solid var(--line)!important;
    box-shadow:0 20px 35px rgba(6,38,62,.10)!important;
  }
  .main-nav.open{
    display:flex!important;
  }
  .main-nav>a,
  .dropdown-toggle{
    padding:12px 8px!important;
    text-align:left;
  }
  .main-nav>a:after,
  .dropdown-toggle:after{
    display:none;
  }
  .nav-dropdown{
    width:100%;
  }
  .dropdown-menu{
    position:static!important;
    display:none;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    min-width:0!important;
    width:100%!important;
    box-shadow:none!important;
    border:0!important;
    border-left:2px solid var(--line)!important;
    border-radius:0!important;
    padding:2px 0 2px 10px!important;
    margin:0 0 5px 5px!important;
  }
  .nav-dropdown.open .dropdown-menu{
    display:block!important;
    transform:none!important;
  }
  .subnav-strip{
    top:118px!important;
  }
}

@media(max-width:650px){
  .topline-contact a span{
    font-size:.62rem;
  }
  .topline-contact a strong{
    font-size:.82rem;
  }
  .header-inner{
    height:108px!important;
  }
  .main-logo{
    width:225px!important;
    max-height:96px!important;
  }
  .main-nav{
    top:108px!important;
  }
  .subnav-strip{
    top:108px!important;
  }
}


/* =========================================================
   FINAL – LOGO + KOPFLEISTE + TELEFON-AUSRICHTUNG
   ========================================================= */

/* Obere Kontaktleiste */
.topline{
  background:#041b2c!important;
  color:#fff!important;
}
.topline-inner{
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
}
.topline-brand{
  display:flex!important;
  align-items:center!important;
  min-height:46px!important;
  font-size:.76rem!important;
  font-weight:750!important;
  letter-spacing:.025em!important;
  color:#c9dce7!important;
}
.topline-contact{
  display:flex!important;
  align-items:stretch!important;
  justify-content:flex-end!important;
  min-height:46px!important;
  margin-left:auto!important;
}
.topline-contact>a,
.topline-area{
  min-height:46px!important;
  height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 15px!important;
  line-height:1!important;
  border-left:1px solid rgba(255,255,255,.10)!important;
  white-space:nowrap!important;
}
.topline-contact a span{
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  font-size:.64rem!important;
  font-weight:800!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
  color:#7fd8ff!important;
}
.topline-contact a strong{
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  font-size:.9rem!important;
  font-weight:850!important;
  letter-spacing:.005em!important;
  color:#fff!important;
}
.topline-mail{
  font-size:.78rem!important;
  font-weight:700!important;
  color:#d9e8ef!important;
}
.topline-area{
  font-size:.73rem!important;
  color:#9eb7c5!important;
}

/* Hauptheader */
.site-header{
  background:rgba(255,255,255,.985)!important;
  border-bottom:1px solid #dce8ee!important;
  box-shadow:0 7px 26px rgba(6,38,62,.055)!important;
}
.header-inner{
  height:174px!important;
  display:grid!important;
  grid-template-columns:410px minmax(0,1fr) 222px!important;
  align-items:center!important;
  gap:24px!important;
}

/* Durch zugeschnittene Bilddatei ist jetzt wirklich das Logo selbst groß */
.logo-link{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  height:100%!important;
  min-width:0!important;
  padding:0!important;
}
.main-logo{
  display:block!important;
  width:390px!important;
  max-width:100%!important;
  height:auto!important;
  max-height:164px!important;
  object-fit:contain!important;
  object-position:left center!important;
  margin:0!important;
}

/* Navigation */
.main-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:25px!important;
  font-size:.91rem!important;
  line-height:1!important;
}

/* Telefonnummer im rechten Reiter exakt zentrieren */
.header-call{
  width:222px!important;
  min-width:222px!important;
  height:62px!important;
  min-height:62px!important;
  padding:0 15px!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:center!important;
  column-gap:11px!important;
  background:#279bd2!important;
  border-radius:15px!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(39,155,210,.22)!important;
  line-height:1!important;
}
.header-call > .header-call-icon{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
  font-size:1rem!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.header-call > .header-call-copy{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:4px!important;
  color:#fff!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.header-call > .header-call-copy small{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#e6f7ff!important;
  font-size:.63rem!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
}
.header-call > .header-call-copy strong{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  font-size:.96rem!important;
  font-weight:850!important;
  line-height:1!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}

/* Auch alle weiteren Telefon-Reiter sauber ausrichten */
.primary-call,
.contact-phone,
.big-phone,
.inline-call a,
.floating-call{
  line-height:1.15!important;
}
.primary-call strong,
.contact-phone strong,
.big-phone strong{
  white-space:nowrap!important;
}
.floating-call{
  align-items:center!important;
}
.floating-call > div{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

/* Sticky Unterseitenleiste */
.subnav-strip{
  top:174px!important;
}

/* Tablet */
@media(max-width:1180px){
  .header-inner{
    height:154px!important;
    grid-template-columns:330px minmax(0,1fr) 198px!important;
    gap:18px!important;
  }
  .main-logo{
    width:315px!important;
    max-height:144px!important;
  }
  .main-nav{
    gap:16px!important;
    font-size:.82rem!important;
  }
  .header-call{
    width:198px!important;
    min-width:198px!important;
    grid-template-columns:34px minmax(0,1fr)!important;
    padding:0 12px!important;
    column-gap:9px!important;
  }
  .header-call > .header-call-icon{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
  }
  .header-call > .header-call-copy strong{
    font-size:.87rem!important;
  }
  .subnav-strip{
    top:154px!important;
  }
}

/* Mobile / Tablet-Menü */
@media(max-width:1020px){
  .topline-inner{
    min-height:44px!important;
    justify-content:center!important;
  }
  .topline-brand,
  .topline-mail,
  .topline-area,
  .topline-contact a:nth-child(2){
    display:none!important;
  }
  .topline-contact{
    width:100%!important;
    min-height:44px!important;
    justify-content:center!important;
  }
  .topline-contact>a{
    height:44px!important;
    min-height:44px!important;
    border:0!important;
    padding:0 8px!important;
  }

  .header-inner{
    height:128px!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:16px!important;
  }
  .main-logo{
    width:290px!important;
    max-height:116px!important;
  }
  .header-call{
    display:none!important;
  }
  .menu-btn{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:48px!important;
    height:48px!important;
    padding:0!important;
    border-radius:12px!important;
  }
  .main-nav{
    display:none!important;
    top:128px!important;
  }
  .main-nav.open{
    display:flex!important;
  }
  .subnav-strip{
    top:128px!important;
  }
}

@media(max-width:650px){
  .header-inner{
    height:112px!important;
  }
  .main-logo{
    width:255px!important;
    max-height:102px!important;
  }
  .main-nav{
    top:112px!important;
  }
  .subnav-strip{
    top:112px!important;
  }
  .topline-contact a span{
    font-size:.60rem!important;
  }
  .topline-contact a strong{
    font-size:.84rem!important;
  }
}


/* ===== Branchenbilder / Einsatzbereiche ===== */
.branch-section{background:linear-gradient(180deg,#f7fbfd 0%,#ffffff 100%)}
.branch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}
.branch-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 46px rgba(6,38,62,.08);transition:transform .2s ease,box-shadow .2s ease}
.branch-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(6,38,62,.12)}
.branch-card img{display:block;width:100%;height:auto}
.branch-card figcaption{padding:14px 18px 18px;font-size:.98rem;font-weight:800;color:var(--navy);letter-spacing:.01em}
.branch-note{margin-top:24px;padding:22px 24px;border:1px solid #d8e9f0;border-radius:20px;background:#f8fcfe}
.branch-note strong{display:block;font-size:1.05rem;color:var(--navy);margin-bottom:8px}
.branch-note p{margin:0;color:var(--muted)}
@media(max-width:980px){.branch-grid{grid-template-columns:1fr;gap:18px}}


/* ===== Branchen-Cards mit Untertiteln ===== */
.branch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:30px}
.branch-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 46px rgba(6,38,62,.08);transition:transform .2s ease,box-shadow .2s ease}
.branch-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(6,38,62,.12)}
.branch-card img{display:block;width:100%;height:auto}
.branch-card figcaption{padding:18px 20px 22px}
.branch-card figcaption h3{margin:0 0 8px;font-size:1.18rem;line-height:1.2;color:var(--navy)}
.branch-card figcaption p{margin:0;color:var(--muted);font-size:.98rem;line-height:1.55}
.branch-note,.discretion-note{margin-top:24px;padding:24px 26px;border-radius:20px}
.branch-note{border:1px solid #d8e9f0;background:#f8fcfe}
.discretion-note{border:1px solid rgba(9,63,94,.16);background:linear-gradient(135deg,rgba(9,63,94,.05),rgba(21,122,189,.08))}
.branch-note strong,.discretion-note strong{display:block;font-size:1.08rem;color:var(--navy);margin-bottom:8px}
.branch-note p,.discretion-note p{margin:0;color:var(--muted);line-height:1.65}
@media(max-width:980px){.branch-grid{grid-template-columns:1fr;gap:18px}.branch-card figcaption{padding:16px 18px 20px}}


/* =========================================================
   FINAL – FARBWELT AN DAS NEUE NVN-LOGO ANGEPASST
   Logo-Farben: Schwarz / Weiß / NVN-Blau #0057EF
   ========================================================= */
:root{
  --navy:#080808!important;
  --navy-2:#171717!important;
  --navy-deep:#000000!important;
  --blue:#0057EF!important;
  --blue-dark:#0045C8!important;
  --blue-hover:#0048C9!important;
  --light-blue:#EEF4FF!important;
  --sky:#EEF4FF!important;
  --ink:#111111!important;
  --muted:#606872!important;
  --soft:#F6F7F9!important;
  --line:#DDE2E8!important;
  --white:#FFFFFF!important;
}

/* Kopfbereich – passend zum schwarz/blauen Logo */
.topline{
  background:#000!important;
  color:#fff!important;
}
.topline-brand{
  color:#D8DDE5!important;
}
.topline-contact a span{
  color:#79A9FF!important;
}
.topline-contact a strong,
.topline-mail{
  color:#fff!important;
}
.topline-area{
  color:#AEB5BE!important;
}
.site-header{
  background:rgba(255,255,255,.985)!important;
  border-bottom:1px solid #E3E6EA!important;
}
.main-nav>a,
.dropdown-toggle{
  color:#171717!important;
}
.main-nav>a:hover,
.dropdown-toggle:hover{
  color:#0057EF!important;
}
.main-nav>a:after,
.dropdown-toggle:after{
  background:#0057EF!important;
}
.dropdown-menu a:hover,
.dropdown-menu a.active{
  background:#EEF4FF!important;
  color:#0057EF!important;
}

/* Haupt-CTA */
.header-call,
.primary-call,
.primary-btn,
.floating-call,
.mobile-callbar{
  background:#0057EF!important;
}
.header-call:hover,
.primary-call:hover,
.primary-btn:hover{
  background:#0048C9!important;
}
.header-call{
  box-shadow:0 12px 28px rgba(0,87,239,.23)!important;
}
.primary-call{
  box-shadow:0 16px 36px rgba(0,87,239,.22)!important;
}

/* Dunkle Flächen jetzt schwarz statt petrol */
.quick-contact,
.dark-section,
.service-feature,
.service-page-card.featured,
.contact-phone,
.contact-card,
.subnav-scroll a.active,
.subnav-scroll a:hover{
  background:#080808!important;
}
.footer{
  background:#000!important;
}
.hero-badge{
  background:rgba(0,0,0,.86)!important;
}

/* Blaue Akzente exakt im NVN-Blau */
.kicker,
.problem-copy>span,
.inline-call span,
.service-page-card>span,
.service-page-card strong,
.large-checklist li:before,
.big-phone small,
.subpage-note-card span{
  color:#0057EF!important;
}
.inline-call{
  background:#EEF4FF!important;
  border-left-color:#0057EF!important;
}
.inline-call a{
  background:#080808!important;
}
.mini-steps span{
  background:#080808!important;
}
.callout{
  background:linear-gradient(120deg,#0048C9 0%,#0057EF 58%,#1D6CFF 100%)!important;
}
.callout p{
  color:#EEF4FF!important;
}

/* Karten und Flächen neutraler / hochwertiger */
.section-soft,
.contact-section{
  background:#F6F7F9!important;
}
.problem-card,
.service-page-card,
.contact-form,
.contact-card,
.branch-card{
  border-color:#E0E4E9!important;
}
.problem-card:hover,
.service-page-card:hover,
.branch-card:hover{
  border-color:#BFCFFF!important;
}
.branch-section{
  background:linear-gradient(180deg,#F7F8FA 0%,#FFFFFF 100%)!important;
}
.branch-note{
  background:#F8F9FB!important;
  border-color:#E0E4E9!important;
}
.discretion-note{
  background:linear-gradient(135deg,#F7F8FA 0%,#EEF4FF 100%)!important;
  border-color:#C9D8FF!important;
}

/* Formulare */
.contact-form input:focus,
.contact-form textarea:focus{
  border-color:#0057EF!important;
  box-shadow:0 0 0 3px rgba(0,87,239,.11)!important;
}

/* Footer-Akzente */
.footer-brand p,
.footer-col{
  color:#B8BEC7!important;
}
.footer-col a:hover{
  color:#79A9FF!important;
}

/* Auswahl / Links */
.secondary-cta:hover,
.secondary-btn:hover{
  border-color:#0057EF!important;
  color:#0057EF!important;
}


/* =========================================================
   DEZENTE BILD-BEWEGUNG – ohne Videos, schnell ladend
   ========================================================= */

/* Hero: ruhige Kamerafahrt / Ken-Burns-Effekt */
.animated-hero-media{
  position:relative;
  overflow:hidden;
}
.animated-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    110deg,
    transparent 0%,
    transparent 40%,
    rgba(255,255,255,.12) 49%,
    transparent 58%,
    transparent 100%
  );
  transform:translateX(-130%);
  animation:waterSheen 8s ease-in-out infinite;
}
.hero-motion-img{
  transform-origin:center center;
  animation:heroKenBurns 16s ease-in-out infinite alternate;
  will-change:transform;
}

/* Branchenbilder: sehr langsame, unterschiedliche Bewegung */
.branch-motion{
  overflow:hidden;
}
.branch-motion .branch-motion-img{
  transform-origin:center center;
  will-change:transform;
  animation:branchDrift 14s ease-in-out infinite alternate;
}
.branch-motion .branch-motion-video{
  display:block;
  width:100%;
  height:auto;
  transform-origin:center center;
  will-change:transform;
  animation:branchDrift 14s ease-in-out infinite alternate;
  object-fit:cover;
}
.branch-motion:nth-child(even) .branch-motion-img,
.branch-motion:nth-child(even) .branch-motion-video{
  animation-name:branchDriftReverse;
  animation-duration:16s;
}
.branch-motion:nth-child(3n) .branch-motion-img,
.branch-motion:nth-child(3n) .branch-motion-video{
  animation-duration:18s;
}

/* Problemkarten bewegen sich nur bei Interaktion */
.motion-card{
  overflow:hidden;
}
.motion-card img{
  transition:transform .7s cubic-bezier(.2,.7,.2,1);
  will-change:transform;
}
.motion-card:hover img{
  transform:scale(1.045);
}

/* Kleine Bewegung für CTA – sehr zurückhaltend */
.floating-call{
  animation:callFloat 3.5s ease-in-out infinite;
}

/* Keyframes */
@keyframes heroKenBurns{
  0%{
    transform:scale(1.00) translate3d(0,0,0);
  }
  100%{
    transform:scale(1.065) translate3d(-1.2%, -0.8%, 0);
  }
}
@keyframes branchDrift{
  0%{
    transform:scale(1.00) translate3d(0,0,0);
  }
  100%{
    transform:scale(1.055) translate3d(-1%, -0.6%, 0);
  }
}
@keyframes branchDriftReverse{
  0%{
    transform:scale(1.045) translate3d(-.8%, -.3%, 0);
  }
  100%{
    transform:scale(1.00) translate3d(.5%, .4%, 0);
  }
}
@keyframes waterSheen{
  0%,55%{
    transform:translateX(-130%);
    opacity:0;
  }
  65%{
    opacity:.8;
  }
  82%{
    transform:translateX(130%);
    opacity:.35;
  }
  100%{
    transform:translateX(130%);
    opacity:0;
  }
}
@keyframes callFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}

/* Auf kleinen Displays etwas ruhiger */
@media(max-width:780px){
  .hero-motion-img{
    animation-duration:20s;
  }
  .branch-motion .branch-motion-img{
    animation-duration:18s;
  }
  .floating-call{
    animation:none;
  }
}

/* Barrierefreiheit: Animationen deaktivieren, falls im System gewünscht */
@media (prefers-reduced-motion: reduce){
  .hero-motion-img,
  .branch-motion .branch-motion-img,
  .branch-motion .branch-motion-video,
  .animated-hero-media::after,
  .floating-call{
    animation:none!important;
  }
  .motion-card img{
    transition:none!important;
  }
}


/* Neue Videoelemente in Problemkarten */
.problem-card .problem-motion-video{
  display:block;
  width:100%;
  height:245px;
  object-fit:cover;
  background:#f4f7fa;
}
.motion-card:hover .problem-motion-video{
  transform:none!important;
}
@media(max-width:780px){
  .problem-card .problem-motion-video{
    height:220px;
  }
}



/* =========================================================
   FINALER MOBILE-FIX – iPhone / Android
   Überschreibt ältere widersprüchliche Responsive-Regeln
   ========================================================= */

html, body{
  max-width:100%;
  overflow-x:hidden;
}

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

/* Videos auf allen Geräten sichtbar und mit korrektem Seitenverhältnis */
.problem-motion-video,
.branch-motion-video,
.proof-video,
.subhero-video{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  object-fit:cover!important;
  background:#eef2f6;
}

/* Desktop-Proportionen */
.problem-card .problem-motion-video{
  height:245px!important;
}
.branch-card .branch-motion-video{
  height:auto!important;
  aspect-ratio:16/9;
}
.proof-grid .proof-video{
  height:460px!important;
}
.subhero-image .subhero-video{
  height:465px!important;
}

/* Auf Mobilgeräten keine zusätzliche Bild-/Video-Kamerafahrt */
@media(max-width:1020px){
  .branch-motion .branch-motion-img,
  .branch-motion .branch-motion-video,
  .hero-motion-img{
    animation:none!important;
    transform:none!important;
  }

  .site-header{
    position:sticky!important;
    top:0!important;
  }

  .header-inner{
    height:112px!important;
    min-height:112px!important;
    grid-template-columns:minmax(0,1fr) 50px!important;
    gap:12px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .logo-link{
    min-width:0!important;
    overflow:visible!important;
  }

  .main-logo{
    width:min(255px,74vw)!important;
    max-width:255px!important;
    height:auto!important;
    max-height:96px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  .menu-btn{
    display:flex!important;
    width:46px!important;
    height:46px!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    border-radius:12px!important;
    font-size:1.35rem!important;
  }

  .header-call{
    display:none!important;
  }

  .main-nav{
    top:112px!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:none!important;
    padding:16px!important;
    box-sizing:border-box!important;
  }

  .hero{
    overflow:hidden;
  }

  .hero-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:30px!important;
    min-height:0!important;
    padding:34px 16px 42px!important;
  }

  .hero-copy{
    min-width:0!important;
  }

  .hero h1{
    font-size:clamp(2rem,9vw,3rem)!important;
    line-height:1.02!important;
    overflow-wrap:anywhere;
  }

  .hero-subheadline{
    font-size:clamp(1.25rem,5.8vw,1.65rem)!important;
    line-height:1.18!important;
  }

  .hero-lead{
    font-size:1rem!important;
    line-height:1.6!important;
  }

  .hero-cta{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  .primary-call,
  .secondary-cta{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }

  .hero-image-wrap{
    width:100%!important;
    max-width:100%!important;
  }

  .hero-image-wrap img{
    width:100%!important;
    height:320px!important;
    object-fit:cover!important;
  }

  .quick-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  .problem-grid,
  .service-page-grid,
  .branch-grid,
  .process-grid,
  .footer-grid{
    grid-template-columns:1fr!important;
  }

  .problem-card-wide{
    grid-column:auto!important;
  }

  .problem-card img,
  .problem-card .problem-motion-video{
    height:230px!important;
  }

  .branch-card{
    width:100%!important;
  }

  .branch-card .branch-motion-img,
  .branch-card .branch-motion-video{
    width:100%!important;
    height:auto!important;
    aspect-ratio:16/9!important;
    object-fit:cover!important;
  }

  .method-grid,
  .proof-grid,
  .faq-layout,
  .contact-grid,
  .subhero-grid,
  .subcontent-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }

  .method-image img{
    height:320px!important;
  }

  .proof-grid .proof-video,
  .proof-grid img{
    height:320px!important;
  }

  .subhero{
    overflow:hidden!important;
  }

  .subhero-grid{
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .subhero-image img,
  .subhero-image .subhero-video{
    height:300px!important;
  }

  .subnav-strip{
    position:relative!important;
    top:auto!important;
  }

  .subnav-scroll{
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch;
    white-space:nowrap!important;
  }

  .inline-call,
  .callout-inner,
  .subpage-cta-inner{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .inline-call a,
  .big-phone,
  .contact-phone{
    width:100%!important;
    box-sizing:border-box!important;
  }

  .floating-call{
    display:none!important;
  }

  .mobile-callbar{
    display:block!important;
    z-index:100!important;
  }

  body{
    padding-bottom:66px!important;
  }
}

/* Smartphones */
@media(max-width:650px){
  .topline{
    display:none!important;
  }

  .site-header{
    top:0!important;
  }

  .header-inner{
    height:100px!important;
    min-height:100px!important;
  }

  .main-logo{
    width:min(235px,72vw)!important;
    max-width:235px!important;
    max-height:88px!important;
  }

  .main-nav{
    top:100px!important;
  }

  .container{
    width:min(100% - 30px,1180px)!important;
  }

  .section{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }

  .hero-grid{
    padding-top:28px!important;
  }

  .hero h1{
    font-size:2.15rem!important;
  }

  .hero-subheadline{
    font-size:1.28rem!important;
  }

  .hero-points{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }

  .problem-card img,
  .problem-card .problem-motion-video{
    height:215px!important;
  }

  .branch-card figcaption{
    padding:16px 16px 19px!important;
  }

  .branch-card figcaption h3{
    font-size:1.08rem!important;
  }

  .proof-grid .proof-video,
  .proof-grid img,
  .subhero-image img,
  .subhero-image .subhero-video{
    height:250px!important;
  }

  .footer{
    padding-bottom:85px!important;
  }
}

/* iPhone/Safari: Videos ohne eingeblendete Controls */
video::-webkit-media-controls{
  display:none!important;
}


/* Autoplay-Version: keine sichtbaren Video-Steuerelemente */
video{
  pointer-events:none;
}
video::-webkit-media-controls,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button{
  display:none!important;
  -webkit-appearance:none!important;
  opacity:0!important;
}


/* =========================================================
   KORRIGIERTER MOBILE-ANIMATIONS-FALLBACK
   Desktop: MP4
   Mobil: animiertes WebP
   ========================================================= */

.mobile-animated-fallback{
  display:none!important;
  width:100%;
  object-fit:cover;
}

/* Desktop: Videos normal sichtbar */
@media(min-width:1021px){
  .problem-motion-video,
  .branch-motion-video,
  .proof-video,
  .subhero-video{
    display:block!important;
  }
}

/* Mobil: Videos ausblenden, animierte WebPs anzeigen */
@media(max-width:1020px){
  .problem-motion-video,
  .branch-motion-video,
  .proof-video,
  .subhero-video{
    display:none!important;
  }

  .mobile-animated-fallback{
    display:block!important;
  }

  .problem-mobile-fallback{
    height:230px!important;
  }

  .branch-mobile-fallback{
    height:auto!important;
    aspect-ratio:16/9!important;
  }

  .proof-mobile-fallback{
    height:320px!important;
  }

  .subhero-mobile-fallback{
    height:300px!important;
  }
}

@media(max-width:650px){
  .problem-mobile-fallback{
    height:215px!important;
  }

  .proof-mobile-fallback,
  .subhero-mobile-fallback{
    height:250px!important;
  }
}
