
/* TAXIT global enhancements */
:root{--header-bg:rgba(10,10,9,.84)}
body{overflow-x:hidden}
.site-header{background:var(--header-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.site-header .header-inner{max-width:1380px}
.site-header .site-nav{gap:22px}
.site-header .site-nav a{font-size:.69rem}
.social-dock{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:42;display:flex;flex-direction:column;gap:8px}
.social-dock a{width:44px;height:44px;display:grid;place-items:center;background:rgba(15,15,13,.88);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);transition:transform .25s ease,background .25s ease,border-color .25s ease}
.social-dock a:hover{transform:translateX(-5px);background:var(--yellow);border-color:var(--yellow);color:#111}
.social-dock svg{width:20px;height:20px;fill:currentColor}
.footer-socials{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:18px}
.footer-socials a{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.14);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;transition:.25s}
.footer-socials a:hover{border-color:var(--yellow);color:var(--yellow)}
.footer-socials svg{width:16px;height:16px;fill:currentColor}

/* Progressive motion: content stays visible if unsupported */
@keyframes taxitReveal{from{opacity:.15;transform:translateY(48px)}to{opacity:1;transform:none}}
@keyframes taxitScale{from{transform:scale(1.075)}to{transform:scale(1.025)}}
@keyframes taxitLine{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@supports (animation-timeline:view()){
  main section:not(:first-child) .container>h2,
  main section:not(:first-child) .container>.eyebrow,
  .service-image-card,.partner-logo,.step-card,.process-card,.fleet-card,.solution-card,.detail-points article,.story-image,.story-copy,.platform-card,.contact-grid>*,.team-card,.feature-card,.hale-media-card{
    animation:taxitReveal linear both;
    animation-timeline:view();
    animation-range:entry 5% cover 32%;
  }
}
.hero-bg-media,.hero-v2 .hero-media{animation:taxitScale 16s ease-out both}
.hero-copy,.hero-v2 .hero-copy{animation:taxitReveal .85s cubic-bezier(.2,.7,.2,1) .08s both}
.hero-badge,.hero-card{animation:taxitReveal .9s cubic-bezier(.2,.7,.2,1) .24s both}
.service-image-card,.step-card,.process-card,.fleet-card,.solution-card,.feature-card,.team-card,.hale-media-card{transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s ease,border-color .32s ease}
.service-image-card:hover,.step-card:hover,.process-card:hover,.fleet-card:hover,.solution-card:hover,.feature-card:hover,.team-card:hover,.hale-media-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(0,0,0,.13)}

/* Cookie consent */
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:120;display:none;max-width:1160px;margin:auto;background:#11110f;color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:0 26px 80px rgba(0,0,0,.48);padding:24px}
.cookie-banner.show{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.cookie-banner h3{margin:0 0 8px;font-size:1.25rem}.cookie-banner p{margin:0;color:#c7c7c0;font-size:.9rem;line-height:1.55;max-width:740px}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.cookie-btn{appearance:none;border:1px solid var(--yellow);background:var(--yellow);color:#11110f;min-height:44px;padding:0 16px;font:inherit;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:.2s}
.cookie-btn:hover{filter:brightness(.93);transform:translateY(-1px)}
.cookie-settings-trigger{position:fixed;left:0;bottom:90px;z-index:90;writing-mode:vertical-rl;transform:rotate(180deg);background:#11110f;color:#fff;border:1px solid rgba(255,255,255,.15);border-left:0;padding:12px 8px;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;cursor:pointer}
.cookie-modal{position:fixed;inset:0;z-index:130;background:rgba(0,0,0,.7);display:none;place-items:center;padding:20px}
.cookie-modal.show{display:grid}.cookie-modal-card{width:min(100%,620px);max-height:88vh;overflow:auto;background:#f5f4ee;color:#1d1d1b;padding:30px;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.cookie-modal-card h3{font-size:2rem;margin-bottom:12px}.cookie-modal-card>p{color:#5b5c55;line-height:1.65}
.cookie-category{display:grid;grid-template-columns:1fr auto;gap:18px;padding:20px 0;border-top:1px solid #d6d5ce}.cookie-category strong{display:block;margin-bottom:5px}.cookie-category p{margin:0;color:#686960;font-size:.88rem}.cookie-state{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.cookie-state.on{color:#6a5c00}
.cookie-modal-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:24px}

/* Legal pages */
.legal-page{background:#f4f3ed;color:#1d1d1b}.legal-page .site-header{background:#11110f}.legal-page main{padding-top:145px}.legal-page .legal-card{background:#fff;padding:56px;max-width:1120px;margin:auto;overflow:hidden}.legal-page h1{
  color:#1d1d1b;
  text-transform:none;
  font-size:clamp(2.7rem,5.2vw,5.2rem);
  line-height:.98;
  letter-spacing:-.055em;
  max-width:100%;
  overflow-wrap:anywhere;
  margin-bottom:42px
}
.legal-page h2{
  font-size:clamp(1.5rem,2.3vw,2rem);
  line-height:1.15;
  letter-spacing:-.025em;
  margin-top:48px;
  margin-bottom:16px;
  max-width:none
}
.legal-page h3{
  font-size:1.18rem;
  line-height:1.25;
  letter-spacing:-.015em;
  margin-top:24px;
  margin-bottom:12px
}
.legal-page p,.legal-page li{color:#55574f;line-height:1.75}.legal-page a:not(.button){text-decoration:underline;text-decoration-color:#c4aa00;text-underline-offset:3px}

/* Supporting page components */
.standard-subpage{background:#11110f;color:#f8f8f5}.standard-subpage .site-header{background:rgba(10,10,9,.78)}
.standard-hero{position:relative;isolation:isolate;min-height:720px;padding:165px 0 100px;display:flex;align-items:center;overflow:hidden}.standard-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-2;animation:taxitScale 16s ease-out both}.standard-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,6,.94),rgba(7,7,6,.72) 48%,rgba(7,7,6,.28)),linear-gradient(0deg,rgba(7,7,6,.78),transparent 55%);z-index:-1}.standard-hero-copy{max-width:760px}.standard-hero-copy h1{text-transform:none;font-size:clamp(3.5rem,6vw,6.2rem);line-height:1.02}.standard-hero-copy h1 span{color:var(--yellow);-webkit-text-stroke:0}.standard-hero-copy p{max-width:650px;color:#deded6;font-size:1.05rem;line-height:1.72}.standard-hero-actions{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px}
.feature-section{background:#f3f2ec;color:#1d1d1b}.feature-head{display:grid;grid-template-columns:1fr .85fr;gap:7vw;align-items:end;margin-bottom:50px}.feature-head p{color:#62635c;line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.feature-card{background:#fff;border:1px solid #dddcd4;padding:30px;min-height:290px}.feature-card span{color:#8a7600;font-size:.7rem;font-weight:900;letter-spacing:.12em}.feature-card h3{margin-top:4px}.feature-card p{color:#606158;line-height:1.7}.media-split{background:#151512}.media-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.media-split img{width:100%;aspect-ratio:1.15/1;object-fit:cover}.media-split p{color:#bdbdb5;line-height:1.75}.team-section{background:#f3f2ec;color:#1d1d1b}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.team-card{background:#fff;border:1px solid #dddcd4;padding:30px}.team-card h3{margin:18px 0 8px}.team-card p{color:#62635c}.team-card .team-number{display:inline-grid;place-items:center;width:42px;height:42px;background:#11110f;color:var(--yellow);font-size:.72rem;font-weight:900}
.hale-media{background:#f3f2ec;color:#1d1d1b}.hale-media-head{display:grid;grid-template-columns:1fr .8fr;gap:7vw;align-items:end;margin-bottom:45px}.hale-media-head p{color:#62635c;line-height:1.72}.hale-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hale-media-card{background:#fff;border:1px solid #dddcd4;overflow:hidden}.hale-media-card img{width:100%;height:390px;object-fit:cover}.hale-media-card:nth-child(2) img{object-fit:contain;background:#0d5571;padding:18px}.hale-media-card div{padding:26px}.hale-media-card p{color:#62635c;line-height:1.65;margin:0}

@media(max-width:1180px){.site-header .site-nav{display:none}.social-dock{right:8px}.feature-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.cookie-banner.show{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}.feature-head,.media-split-grid,.hale-media-head{grid-template-columns:1fr}.team-grid,.feature-grid{grid-template-columns:1fr}.hale-media-grid{grid-template-columns:1fr}.social-dock{display:none}}
@media(max-width:760px){.cookie-banner{left:10px;right:10px;bottom:76px;padding:18px}.cookie-actions{display:grid;grid-template-columns:1fr}.cookie-btn{width:100%}.cookie-settings-trigger{bottom:78px}.legal-page main{padding-top:105px}.legal-page .legal-card{padding:30px 20px}.legal-page h1{font-size:clamp(2.25rem,12vw,3.6rem);margin-bottom:32px}.standard-hero{min-height:auto;padding:125px 0 82px}.hale-media-card img{height:260px}}
@media(prefers-reduced-motion:reduce){.hero-bg-media,.hero-v2 .hero-media,.hero-copy,.hero-v2 .hero-copy,.hero-badge,.hero-card{animation:none!important}}

/* Über uns: Teamfotos */
.team-grid-photo{align-items:stretch}
.team-card-photo{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:100%;background:#fff}
.team-photo-wrap{position:relative;overflow:hidden;background:#151512;aspect-ratio:4/5}
.team-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 32%;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s ease}
.team-card-photo:nth-child(3) .team-photo-wrap img{object-position:center 28%}
.team-card-photo .team-number{position:absolute;left:20px;bottom:20px;margin:0;z-index:2;box-shadow:0 10px 28px rgba(0,0,0,.18)}
.team-card-body{padding:25px 28px 30px;display:flex;flex-direction:column;flex:1}
.team-card-photo h3{margin:0 0 8px;font-size:clamp(1.45rem,2vw,2rem)}
.team-card-photo p{margin:0;color:#62635c;line-height:1.55}
.team-card-photo:hover .team-photo-wrap img{transform:scale(1.035);filter:saturate(1.05)}
@media(max-width:900px){.team-grid-photo{grid-template-columns:repeat(2,1fr)}.team-card-photo:last-child{grid-column:1/-1;max-width:calc(50% - 9px)}}
@media(max-width:650px){.team-grid-photo{grid-template-columns:1fr}.team-card-photo:last-child{grid-column:auto;max-width:none}.team-photo-wrap{aspect-ratio:4/5}}

/* Text- und Inhaltsabgleich */
.brand-logo-footer{width:178px;height:auto}
.hale-history{background:#f3f2ec;color:#1d1d1b}
.hale-history .eyebrow{color:#8a7600}
.faq-section{background:#f3f2ec;color:#1d1d1b}
.faq-section .eyebrow{color:#8a7600}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.faq-grid details{background:#fff;border:1px solid #dddcd4;padding:0 24px}
.faq-grid summary{cursor:pointer;list-style:none;padding:24px 34px 24px 0;font-weight:800;position:relative}
.faq-grid summary::-webkit-details-marker{display:none}
.faq-grid summary:after{content:"+";position:absolute;right:0;top:20px;font-size:1.5rem;color:#8a7600}
.faq-grid details[open] summary:after{content:"–"}
.faq-grid details>div{padding:0 0 24px;color:#606158;line-height:1.7}
.faq-grid details p:last-child{margin-bottom:0}
@media(max-width:760px){.faq-grid{grid-template-columns:1fr}}


.standard-subpage .service-list-panel{margin-top:54px;padding-top:42px;border-top:1px solid rgba(255,255,255,.12)}
.standard-subpage .service-list-panel h2{font-size:clamp(2rem,4vw,3.8rem);margin-bottom:28px}
.standard-subpage .service-list-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12)}
.standard-subpage .service-list-grid span{min-height:68px;display:flex;align-items:center;padding:16px 18px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);font-weight:800;font-size:.9rem;background:rgba(255,255,255,.025)}
@media(max-width:900px){.standard-subpage .service-list-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.standard-subpage .service-list-grid{grid-template-columns:1fr}}


/* =========================================================
   TAXIT V26 – Kacheln nach Entfernung der Nummerierungen
   Ruhiger, hochwertiger und ohne künstliche Aufzählungsoptik
   ========================================================= */

/* Allgemeine Feature-Kacheln */
.feature-grid .feature-card{
  position:relative;
  overflow:hidden;
  min-height:225px;
  height:100%;
  padding:32px 30px 28px;
  border:1px solid #dad9d1;
  background:
    linear-gradient(135deg,rgba(255,216,0,.055),transparent 42%),
    #fff;
}
.feature-grid .feature-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:64px;
  height:5px;
  background:var(--yellow);
  transition:width .32s ease;
}
.feature-grid .feature-card:after{
  content:"";
  position:absolute;
  right:-36px;
  bottom:-48px;
  width:120px;
  height:120px;
  border:1px solid rgba(29,29,27,.07);
  border-radius:50%;
  pointer-events:none;
}
.feature-grid .feature-card h3{
  margin:0 0 16px;
  max-width:90%;
  font-size:clamp(1.45rem,2vw,2rem);
  line-height:1.05;
  letter-spacing:-.035em;
}
.feature-grid .feature-card p{
  margin:0;
  max-width:34ch;
  line-height:1.72;
}
.feature-grid .feature-card:hover:before{width:100%}

/* Leihtaxi Prozesskarten – keine Nummern, dafür klare visuelle Hierarchie */
.leihtaxi-page .process-grid{
  gap:20px;
  align-items:start;
}
.leihtaxi-page .process-card{
  position:relative;
  min-height:0;
  height:auto;
  padding:42px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  border:1px solid #dad9d1;
  background:#fff;
}
.leihtaxi-page .process-card:before{
  content:"";
  display:block;
  width:44px;
  height:5px;
  margin-bottom:26px;
  background:var(--yellow);
  transition:width .32s ease;
}
.leihtaxi-page .process-card:after{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  right:-70px;
  top:-70px;
  border:28px solid rgba(255,216,0,.10);
  border-radius:50%;
  pointer-events:none;
}
.leihtaxi-page .process-card h3{
  margin:0 0 14px;
  font-size:clamp(1.75rem,2.5vw,2.5rem);
  line-height:1;
  letter-spacing:-.045em;
}
.leihtaxi-page .process-card p{
  max-width:34ch;
  margin:0;
}
.leihtaxi-page .process-card:hover:before{width:82px}

/* Gutachten Karten – Bild bleibt Hauptdarsteller, Textblock bekommt eleganten Marker */
.gutachten-page .step-content{
  position:relative;
  padding:30px 32px 34px;
}
.gutachten-page .step-content:before{
  content:"";
  display:block;
  width:46px;
  height:4px;
  margin-bottom:22px;
  background:var(--yellow);
  transition:width .3s ease;
}
.gutachten-page .step-card:hover .step-content:before{width:82px}
.gutachten-page .step-content h3{
  margin-top:0;
  line-height:1.08;
}

/* Weitere Leistungen auf der Startseite */
.home-v2 .more-services-grid{
  gap:14px;
}
.home-v2 .more-service-item{
  min-height:112px;
  padding:25px 24px 24px 28px;
  align-items:center;
  border:1px solid #dcdbd4;
  background:
    linear-gradient(115deg,rgba(255,216,0,.055),transparent 48%),
    #fff;
}
.home-v2 .more-service-item:before{
  content:"";
  flex:0 0 auto;
  width:10px;
  height:10px;
  border:3px solid var(--yellow);
  border-radius:50%;
  box-shadow:0 0 0 5px rgba(255,216,0,.10);
}
.home-v2 .more-service-item:after{
  left:auto;
  right:0;
  width:4px;
  height:100%;
  bottom:0;
}
.home-v2 .more-service-item strong{
  margin-right:auto;
  font-size:clamp(1rem,1.3vw,1.18rem);
}
.home-v2 .more-service-item:hover{
  background:#fff;
}
.home-v2 .more-service-item:hover:after{
  width:6px;
  height:100%;
}

/* Weitere Leistungen auf KFZ-Service */
.standard-subpage .service-list-grid{
  gap:10px;
  border:0;
}
.standard-subpage .service-list-grid span{
  position:relative;
  min-height:76px;
  padding:18px 18px 18px 48px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.04);
  transition:transform .24s ease,background .24s ease,border-color .24s ease;
}
.standard-subpage .service-list-grid span:before{
  content:"";
  position:absolute;
  left:20px;
  top:50%;
  transform:translateY(-50%);
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:0 0 0 5px rgba(255,216,0,.08);
}
.standard-subpage .service-list-grid span:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.075);
  border-color:rgba(255,216,0,.35);
}

/* Responsive */
@media(max-width:900px){
  .feature-grid .feature-card{min-height:210px;height:100%}
  .leihtaxi-page .process-card{min-height:0;height:auto}
}
@media(max-width:600px){
  .feature-grid .feature-card,
  .leihtaxi-page .process-card{padding:30px 24px}
  .leihtaxi-page .process-card:before{margin-bottom:20px}
  .gutachten-page .step-content{padding:26px 24px 30px}
  .home-v2 .more-service-item{min-height:88px;padding:20px}
}
