/* ============ NEW STRUCTURE ADD-ONS (v2) ============ */

/* ---------- Header override (opaque, real CI header) ---------- */
header{background:#fff;backdrop-filter:none;border-bottom:1px solid var(--gray-200);padding:10px 0;}
header.scrolled{background:#fff;}
nav{padding:39px 0;}
.btn-sm{padding:9px 18px;}
.logo{display:flex;align-items:center;gap:10px;}
.logo-img{height:36px;}
.btn-primary i,.btn-outline i{font-style:normal;margin-left:2px;}
.btn{border-radius:0;}
.btn i svg{display:block;width:15px;height:15px;}
.btn i{display:inline-flex;align-items:center;}
.btn-outline i{color:var(--gray-700);}

/* ---------- Hero video background ---------- */
.hero{padding:0;background:none;overflow:hidden;}
.hero-media{position:relative;width:100%;height:88vh;min-height:560px;overflow:hidden;background:var(--gray-900);}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.hero-overlay{
  position:absolute;inset:0;z-index:2;
  background:linear-gradient(100deg, #fff 0%, #fff 15%, rgba(255,255,255,.82) 27%, rgba(255,255,255,0) 44%);
}
.hero-inner{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:flex-start;padding:0 78px;max-width:none;margin:0;text-align:left;}
.hero-text{max-width:560px;text-align:left;}
.hero-inner .eyebrow{background:none;color:var(--red);backdrop-filter:none;padding:0;}
.hero-inner .eyebrow::before{background:var(--red);}
.hero-inner h1{color:var(--ink);}
.hero-inner .lead{
  color:var(--gray-700);margin:0 0 32px;max-width:480px;
  text-shadow:0 1px 4px #fff,0 1px 10px #fff,0 0 22px #fff,0 0 22px #fff;
}
.hero-ctas{margin-bottom:30px;justify-content:flex-start;}

.hero-hotspot{
  position:absolute;z-index:4;width:32px;height:32px;border-radius:50%;
  background:var(--red);border:2.5px solid #fff;cursor:pointer;padding:0;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 14px -2px rgba(0,0,0,.4);
}
.hero-hotspot span{color:#fff;font-size:16px;font-weight:800;line-height:1;}
.hero-hotspot::before{
  content:"";position:absolute;inset:-8px;border-radius:50%;border:1.5px solid rgba(226,0,26,.55);
  animation:hspulse 2.2s infinite;
}
@keyframes hspulse{0%{transform:scale(.6);opacity:1;}100%{transform:scale(1.8);opacity:0;}}
.hero-hotspot:hover::after{
  content:attr(data-tip);position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);
  background:#fff;color:var(--ink);font-size:12.5px;font-weight:700;padding:8px 14px;border-radius:10px;
  white-space:nowrap;box-shadow:0 12px 24px -10px rgba(0,0,0,.4);z-index:5;
}

.trust-badges{
  display:flex;gap:26px;flex-wrap:nowrap;justify-content:flex-start;font-size:13.5px;font-weight:700;color:var(--gray-700);
}
.trust-badges span{text-shadow:0 1px 4px #fff,0 1px 10px #fff,0 0 18px #fff,0 0 18px #fff;white-space:nowrap;}
.trust-badges span{display:flex;align-items:center;gap:8px;}
.trust-badges i{font-style:normal;color:var(--gray-700);width:26px;height:26px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.trust-badges i svg{width:26px;height:26px;}

.hero-float-card{
  position:absolute;z-index:4;right:6%;bottom:8%;max-width:250px;
  background:rgba(24,24,26,.88);backdrop-filter:blur(8px);border-radius:var(--radius);
  padding:18px 20px;box-shadow:0 24px 50px -20px rgba(0,0,0,.5);
  display:none;
}
@media(min-width:1000px){.hero-float-card{display:block;}}
.hero-float-card .ff-icon{
  width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.35);color:#fff;
  display:flex;align-items:center;justify-content:center;margin-bottom:10px;
}
.hero-float-card .ff-icon svg{width:14px;height:14px;}
.hero-float-card .ff-title{font-size:14.5px;font-weight:800;color:#fff;line-height:1.4;margin-bottom:4px;}
.hero-float-card .ff-sub{font-size:12.5px;color:#b9bbc0;line-height:1.5;}

/* ---------- Solutions grid (flat columns + dividers, per template) ---------- */
#loesungen{--nav-ink:#16233d;}
#loesungen .section-head h2{color:var(--nav-ink);}
.solutions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;}
@media(max-width:960px){.solutions-grid{grid-template-columns:repeat(2,1fr);gap:36px 0;}}
@media(max-width:560px){.solutions-grid{grid-template-columns:1fr;}}
.solution-card{
  background:none;border:none;border-radius:0;padding:6px 26px;text-align:center;
}
.solution-card:not(:first-child){border-left:1px solid var(--gray-200);}
@media(max-width:960px){
  .solution-card:nth-child(2n+1){border-left:none;}
}
@media(max-width:560px){
  .solution-card{border-left:none !important;}
}
.s-icon{width:60px;height:60px;margin:0 auto 20px;color:var(--nav-ink);}
.s-icon svg{width:100%;height:100%;}
.solution-card h4{margin:0 0 10px;font-size:15.5px;font-weight:800;color:var(--nav-ink);line-height:1.35;}
.solution-card p{margin:0;font-size:13.5px;line-height:1.6;color:var(--gray-700);}

/* ---------- Interactive experience ---------- */
.interactive-pin-stage{}
.interactive-grid{display:grid;grid-template-columns:340px 1fr;gap:48px;align-items:start;width:100%;}
@media(max-width:900px){
  .interactive-grid{grid-template-columns:1fr;}
}
.num-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;}
.num-list li{
  display:flex;gap:16px;align-items:flex-start;padding:18px 16px;border-radius:12px;cursor:pointer;
  transition:background .25s;
}
.num-list li:hover{background:#fff;}
.num-list li.active{background:#fff;box-shadow:0 14px 30px -18px rgba(20,20,20,.25);}
.num-list .n{font-size:13px;font-weight:800;color:var(--gray-500);padding-top:2px;}
.num-list li.active .n{color:var(--red);}
.num-list h4{margin:0 0 4px;font-size:15px;font-weight:800;}
.num-list p{margin:0;font-size:13px;color:var(--gray-700);line-height:1.5;}

.hotspot-wrap{position:relative;}
.hotspot-stage{position:relative;height:600px;border-radius:var(--radius);overflow:hidden;box-shadow:0 30px 60px -26px rgba(20,20,20,.3);}
.hotspot-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.hotspot-stage .hs-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none;}
.hotspot-stage .hs-video.is-active{display:block;}
.hotspot-stage img.is-hidden{display:none;}
.hs-dot{
  position:absolute;width:26px;height:26px;border-radius:50%;background:rgba(226,0,26,.3);
  border:2px solid #fff;cursor:pointer;
}
.hs-dot::after{content:"";position:absolute;inset:6px;border-radius:50%;background:var(--red);}

.hotspot-info-card{
  position:relative;margin-top:-40px;margin-left:24px;max-width:260px;background:#fff;
  border-radius:14px;padding:18px 20px;box-shadow:0 20px 40px -18px rgba(20,20,20,.3);z-index:2;
}
.hi-label{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--red);margin-bottom:6px;}
.hi-title{font-size:15.5px;font-weight:800;margin-bottom:6px;}
.hotspot-info-card p{margin:0;font-size:13px;color:var(--gray-700);line-height:1.55;}

.thumb-row{display:flex;gap:10px;margin-top:22px;}
.thumb{flex:1;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none;}
.thumb img{width:100%;height:64px;object-fit:cover;opacity:.65;transition:opacity .2s;}
.thumb.active{border-color:var(--red);}
.thumb.active img,.thumb:hover img{opacity:1;}

/* ---------- Clients (referenzen): flat logos with divider lines ---------- */
.clients-big{background:var(--paper-alt);}
.clients-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;}
.logo-flat{
  display:flex;align-items:center;justify-content:center;height:56px;padding:0 32px;
  border-left:1px solid var(--gray-200);
}
.logo-flat:first-child{border-left:none;}
.logo-flat img{height:30px;width:auto;max-width:140px;object-fit:contain;filter:grayscale(1) opacity(.72);transition:filter .25s var(--ease);}
.logo-flat:hover img{filter:grayscale(0) opacity(1);}
@media(max-width:760px){
  .clients-row{flex-direction:column;gap:0;}
  .logo-flat{border-left:none;border-top:1px solid var(--gray-200);width:100%;padding:16px 0;}
  .logo-flat:first-child{border-top:none;}
}

/* ---------- Warum ADLON: split layout with photo cards ---------- */
.why-split{display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:center;}
@media(max-width:980px){.why-split{grid-template-columns:1fr;}}
.why-intro .eyebrow{margin-bottom:18px;}
.why-intro h2{font-size:clamp(24px,3vw,34px);margin:0 0 14px;font-weight:800;color:var(--ink);line-height:1.25;}
.why-intro p{color:var(--gray-700);font-size:15px;line-height:1.6;margin:0 0 26px;}
.why-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
@media(max-width:980px){.why-cards{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.why-cards{grid-template-columns:1fr;}}
.why-card-img{
  position:relative;border-radius:14px;overflow:hidden;aspect-ratio:3/5.4;
  box-shadow:0 20px 40px -22px rgba(20,20,20,.3);
}
.why-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.why-card-img .wc-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,10,12,.1) 0%,rgba(10,10,12,.45) 50%,rgba(10,10,12,.94) 100%);
}
.why-card-img .wc-num{
  position:absolute;top:14px;left:14px;z-index:2;background:rgba(255,255,255,.92);color:var(--ink);
  font-size:12px;font-weight:800;padding:4px 9px;border-radius:6px;
}
.why-card-img .wc-body{
  position:absolute;left:0;right:0;bottom:0;z-index:2;height:196px;padding:18px;
  display:flex;flex-direction:column;
}
.why-card-img .wc-icon{
  color:#fff;height:24px;margin-bottom:12px;flex:0 0 auto;
  display:flex;align-items:center;
}
.why-card-img .wc-icon svg{width:22px;height:22px;}
.why-card-img h3{
  flex:0 0 auto;min-height:37px;
  color:#fff;font-size:13.5px;font-weight:800;text-transform:uppercase;letter-spacing:.01em;
  margin:0 0 8px;line-height:1.3;
}
.why-card-img p{
  flex:0 1 auto;
  color:rgba(255,255,255,.78);font-size:11.5px;line-height:1.45;margin:0;
}
@media(max-width:980px){.why-card-img{aspect-ratio:3/4.6;}.why-card-img .wc-body{height:172px;}}

/* ---------- FAQ: dark full-bleed with background photo ---------- */
.faq-dark{position:relative;overflow:hidden;background:#0c0c0e;padding:20px 0;}
.faq-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.faq-bg-fade{
  position:absolute;inset:0;
  background:linear-gradient(100deg, rgba(6,6,8,0) 0%, rgba(6,6,8,.25) 48%, rgba(6,6,8,.82) 66%, rgba(6,6,8,.96) 80%);
}
.faq-inner{position:relative;z-index:2;max-width:640px;margin:0 56px 0 auto;padding:0;}
.faq-inner .eyebrow{color:var(--red);}
.faq-inner .section-head{margin-bottom:34px;}
.faq-inner .section-head h2{color:#fff;margin-top:10px;}
.faq-list{display:flex;flex-direction:column;gap:10px;}
.faq-item{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;
  padding:0 20px;
}
.faq-q{
  width:100%;text-align:left;background:none;border:none;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding:18px 0;font-size:14.5px;font-weight:700;color:#fff;font-family:inherit;
}
.faq-q span{color:var(--red);font-size:18px;font-weight:400;transition:transform .25s var(--ease);flex:0 0 auto;}
.faq-item.open .faq-q span{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease);}
.faq-item.open .faq-a{max-height:200px;}
.faq-a p{margin:0 0 16px;font-size:13.5px;line-height:1.6;color:rgba(255,255,255,.7);}
.faq-showall{
  display:block;margin:20px 0 0 auto;padding:6px 0;background:none;border:none;cursor:pointer;
  color:var(--red);font-weight:700;font-size:14px;font-family:inherit;
}
.faq-showall i{font-style:normal;margin-left:4px;}
.faq-showall.is-hidden{display:none;}
@media(max-width:860px){
  .faq-dark{padding:20px 0;}
  .faq-inner{margin:0;max-width:100%;padding:0 20px;}
  .faq-bg-fade{background:linear-gradient(180deg,rgba(6,6,8,.35) 0%,rgba(6,6,8,.93) 65%);}
}

/* ---------- Contact: split layout ---------- */
.kontakt-split{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:center;}
@media(max-width:860px){.kontakt-split{grid-template-columns:1fr;}}
.kontakt-split .section-head p{color:var(--gray-700);font-size:15px;margin:12px 0 0;}
.contact-card{
  display:flex;gap:24px;align-items:center;
  background:var(--paper-alt);border-radius:var(--radius);padding:32px;
}
.contact-card img{width:96px;height:96px;border-radius:50%;object-fit:cover;flex:0 0 auto;}
.contact-card .c-name{font-size:18px;font-weight:800;}
.contact-card .c-role{font-size:12.5px;color:var(--red);font-weight:700;margin:2px 0 10px;}
.contact-card p{margin:0 0 14px;font-size:13.5px;line-height:1.55;color:var(--gray-700);}
.contact-card .c-links{display:flex;flex-direction:column;gap:9px;font-weight:600;font-size:13.5px;}
.contact-card .c-links a{display:flex;align-items:center;gap:9px;color:var(--gray-700);}
.contact-card .c-links a i{color:var(--red);width:16px;height:16px;display:flex;flex:0 0 auto;}
.contact-card .c-links a i svg{width:16px;height:16px;}
.contact-card .c-links a:hover{color:var(--red);}
@media(max-width:560px){.contact-card{flex-direction:column;text-align:center;padding:26px;}.contact-card .c-links a{justify-content:center;}}

/* ---------- Footer (4 columns) ---------- */
footer{background:var(--gray-900);color:#d8d9dc;text-align:left;padding:64px 0 30px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:36px;}
@media(max-width:760px){.footer-grid{grid-template-columns:1fr 1fr;}}
.footer-grid .logo-img{filter:brightness(0) invert(1);}
.f-col p{font-size:13px;line-height:1.7;color:#9a9ca1;margin:14px 0 0;}
.f-col h5{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#fff;margin:0 0 14px;}
.f-col a{display:block;font-size:13.5px;color:#c7c9cd;margin-bottom:10px;}
.f-col a:hover{color:#fff;}
.f-col .flag{font-size:13px;color:#c7c9cd;display:flex;align-items:center;gap:6px;margin-top:6px;}
footer .fnote{border-top:1px solid #33363c;padding-top:24px;font-size:12px;color:#75777d;text-align:left;}


/* ---------- Why-card icons: monochrome, no color pill ---------- */
.why-card .icon{background:none;color:var(--ink);border:1.5px solid var(--gray-200);}


/* ---------- Calmer eyebrow dot (no pulse, precise size) ---------- */
.hero-inner .eyebrow::before{width:5px;height:5px;animation:none;}


/* ---------- Eyebrows site-wide: plain text, no pill, no dot ---------- */
.eyebrow{background:none;padding:0;border-radius:0;backdrop-filter:none;}
.eyebrow::before{content:none;}

/* ---------- Emotion break (photo + quote) ---------- */
.emotion-break{position:relative;height:440px;overflow:hidden;}
.emotion-break .eb-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.emotion-break .eb-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,10,12,.25) 0%,rgba(10,10,12,.78) 100%);
}
.emotion-break .eb-content{
  position:relative;z-index:2;height:100%;display:flex;flex-direction:column;
  justify-content:center;align-items:flex-start;color:#fff;padding:0 78px;
}
.emotion-break blockquote{
  margin:0 0 16px;font-size:clamp(22px,3vw,32px);font-weight:800;max-width:760px;
  line-height:1.35;font-style:normal;
}
.emotion-break .eb-attr{font-size:14px;color:rgba(255,255,255,.75);font-weight:700;letter-spacing:.02em;}
@media(max-width:760px){.emotion-break{height:340px;}.emotion-break .eb-content{padding:0 24px;}}

/* ---------- Reference logo wall ---------- */
.logo-chip{
  display:flex;align-items:center;justify-content:center;height:52px;padding:8px 26px;
  border:1px solid var(--gray-200);border-radius:8px;background:#fff;
}
.logo-chip img{
  height:26px;width:auto;max-width:130px;object-fit:contain;
  filter:grayscale(1) opacity(.7);transition:filter .25s var(--ease);
}
.logo-chip:hover img{filter:grayscale(0) opacity(1);}
.logo-fallback{display:none;font-weight:700;font-size:14.5px;color:var(--ink);}

/* ---------- Emotion break: typewriter ---------- */
.tw-cursor::after{content:'';display:inline-block;width:2px;height:1em;background:currentColor;margin-left:3px;vertical-align:-0.15em;animation:tw-blink .9s steps(1) infinite;}
@keyframes tw-blink{0%,49%{opacity:1;}50%,100%{opacity:0;}}
