/* ═══════════════════════════════════════
   TIMUR BERLIN PRO – Dark Blue v3.0
   ═══════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0D1117;--bg2:#161B22;--bg3:#1C2333;--bg4:#21283A;
  --blue:#3B82F6;--blue-dk:#2563EB;--blue-lt:#60A5FA;
  --blue-dim:rgba(59,130,246,.12);--blue-bdr:rgba(59,130,246,.28);
  --txt:#E6EDF3;--txt-mid:#8B949E;--txt-muted:#6E7681;
  --bdr:rgba(255,255,255,.08);--bdr2:rgba(255,255,255,.14);
  --r:12px;--rl:18px;--rxl:24px;
}
html{scroll-behavior:smooth}
body.tbp-body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--txt);font-size:16px;line-height:1.65;margin:0;-webkit-font-smoothing:antialiased}
body.tbp-body *{box-sizing:border-box}
h1,h2,h3,h4,h5{font-family:'Syne',sans-serif;line-height:1.15;letter-spacing:-.02em;color:var(--txt)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:3px}

/* NAV */
.tbp-nav{position:sticky;top:0;z-index:200;background:rgba(13,17,23,.9);backdrop-filter:blur(20px);border-bottom:1px solid var(--bdr);display:flex;align-items:center;justify-content:space-between;padding:.9rem 5%;transition:box-shadow .3s}
.tbp-nav.scrolled{box-shadow:0 4px 32px rgba(0,0,0,.6)}
.tbp-nav__logo{font-family:'Syne',sans-serif;font-weight:800;font-size:1.05rem;color:var(--txt);letter-spacing:-.02em}
.tbp-nav__logo span{color:var(--blue)}
.tbp-nav__links{display:flex;gap:2rem;align-items:center}
.tbp-nav__links a{font-size:.875rem;font-weight:500;color:var(--txt-mid);transition:color .2s}
.tbp-nav__links a:hover{color:var(--txt)}
.tbp-nav__cta{background:var(--blue)!important;color:#fff!important;padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem!important;font-weight:600!important;white-space:nowrap;transition:background .2s!important}
.tbp-nav__cta:hover{background:var(--blue-dk)!important}
.tbp-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.tbp-burger span{display:block;width:22px;height:2px;background:var(--txt-mid);border-radius:2px;transition:.3s}

/* BUTTONS */
.tbp-btn{display:inline-flex;align-items:center;gap:8px;padding:.82rem 1.9rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-weight:600;font-size:.97rem;cursor:pointer;transition:all .2s;border:none;text-decoration:none;width:fit-content}
.tbp-btn--primary{background:var(--blue);color:#fff}
.tbp-btn--primary:hover{background:var(--blue-dk);transform:translateY(-2px);box-shadow:0 8px 24px rgba(59,130,246,.35)}
.tbp-btn--outline{background:transparent;color:var(--txt);border:1.5px solid var(--bdr2)}
.tbp-btn--outline:hover{border-color:var(--blue);color:var(--blue-lt);background:var(--blue-dim)}

/* BADGE */
.tbp-badge{display:inline-flex;align-items:center;gap:8px;background:var(--blue-dim);color:var(--blue-lt);border:1px solid var(--blue-bdr);border-radius:50px;padding:.38rem 1rem;font-size:.8rem;font-weight:500;margin-bottom:1.5rem;width:fit-content}
.tbp-badge__dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}

/* HERO */
.tbp-hero{display:grid;grid-template-columns:1fr 1fr;min-height:88vh;overflow:hidden}
.tbp-hero__left{padding:5rem 4% 5rem 6%;display:flex;flex-direction:column;justify-content:center;position:relative}
.tbp-hero__left::before{content:'';position:absolute;top:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%);pointer-events:none}
.tbp-hero__left h1{font-size:clamp(2.5rem,4.5vw,3.9rem);font-weight:800;margin-bottom:1.25rem}
.tbp-hero__left h1 em{font-style:normal;color:var(--blue)}
.tbp-hero__left>p{font-size:1.05rem;color:var(--txt-mid);margin-bottom:2.25rem;max-width:490px;line-height:1.75}
.tbp-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}
.tbp-hero__stats{display:flex;gap:2.5rem;flex-wrap:wrap}
.tbp-stat__num{font-family:'Syne',sans-serif;font-size:1.9rem;font-weight:800;color:var(--blue);display:block}
.tbp-stat__lbl{font-size:.79rem;color:var(--txt-muted)}
.tbp-hero__right{background:var(--bg2);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.tbp-hero__right::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.07) 0%,transparent 60%);pointer-events:none}
.tbp-hero__img{width:100%;height:100%;object-fit:cover;opacity:.85}
.tbp-hero__trust{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);background:var(--bg3);border:1px solid var(--bdr2);border-radius:var(--rl);padding:.9rem 1.3rem;display:flex;align-items:center;gap:12px;white-space:nowrap;z-index:2;box-shadow:0 8px 32px rgba(0,0,0,.4)}
.tbp-hero__stars{color:#F59E0B;font-size:1rem;letter-spacing:2px}
.tbp-hero__trust strong{display:block;font-size:.85rem;font-weight:600;color:var(--txt)}
.tbp-hero__trust span{font-size:.77rem;color:var(--txt-muted)}

/* USPs BAR */
.tbp-usps{background:var(--bg2);border-top:1px solid var(--bdr);border-bottom:1px solid var(--bdr);display:flex;justify-content:center;flex-wrap:wrap;gap:0;padding:.85rem 5%}
.tbp-usp{display:flex;align-items:center;gap:8px;padding:.5rem 1.5rem;font-size:.87rem;color:var(--txt-mid);border-right:1px solid var(--bdr)}
.tbp-usp:last-child{border-right:none}
.tbp-usp__check{color:var(--blue);font-weight:700;font-size:1rem}

/* SECTIONS */
.tbp-section{padding:5rem 6%}
.tbp-section--alt{background:var(--bg2)}
.tbp-section--blue{background:linear-gradient(135deg,#0f1e3a 0%,#0D1117 100%);border-top:1px solid var(--bdr);border-bottom:1px solid var(--bdr);position:relative;overflow:hidden}
.tbp-section--blue::before{content:'';position:absolute;top:-40%;right:-5%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 65%);pointer-events:none}
.tbp-label{font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:.65rem;display:block}
.tbp-section__head{margin-bottom:3rem;max-width:680px}
.tbp-section__head h2{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:800;margin-bottom:.8rem}
.tbp-section__head p{font-size:1rem;color:var(--txt-mid);line-height:1.75}

/* GRIDS */
.tbp-grid{display:grid;gap:1.25rem}
.tbp-grid--3{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}
.tbp-grid--4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}

/* CARDS */
.tbp-card{background:var(--bg2);border:1px solid var(--bdr);border-radius:var(--rl);padding:1.75rem;transition:border-color .25s,transform .25s,box-shadow .25s}
.tbp-section--alt .tbp-card{background:var(--bg3)}
.tbp-card:hover{border-color:var(--blue-bdr);transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.4)}
.tbp-card__icon{width:48px;height:48px;border-radius:12px;background:var(--blue-dim);border:1px solid var(--blue-bdr);display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:1.1rem}
.tbp-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}
.tbp-card p{font-size:.875rem;color:var(--txt-mid);line-height:1.65}
.tbp-card__link{display:inline-flex;align-items:center;gap:5px;margin-top:1.1rem;font-size:.85rem;font-weight:600;color:var(--blue);transition:gap .2s}
.tbp-card__link:hover{gap:10px}

/* FEATURES */
.tbp-feature{background:rgba(255,255,255,.04);border:1px solid var(--bdr);border-radius:var(--rl);padding:1.75rem;display:flex;flex-direction:column;gap:.5rem}
.tbp-feature__num{font-family:'Syne',sans-serif;font-size:2.5rem;font-weight:800;-webkit-text-stroke:1px var(--blue-bdr);color:transparent;line-height:1}
.tbp-feature h4{font-size:1rem;font-weight:700}
.tbp-feature p{font-size:.875rem;color:var(--txt-mid);line-height:1.65}

/* BEZIRKE */
.tbp-bezirke{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:2rem}
.tbp-bezirk{background:var(--bg2);border:1px solid var(--bdr);border-radius:50px;padding:.4rem 1rem;font-size:.84rem;font-weight:500;color:var(--txt-mid);transition:all .2s}
.tbp-bezirk:hover{border-color:var(--blue-bdr);color:var(--blue-lt);background:var(--blue-dim)}

/* PREISE */
.tbp-preise{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.25rem;margin-top:2.5rem}
.tbp-price{background:var(--bg3);border:1px solid var(--bdr);border-radius:var(--rl);padding:1.6rem}
.tbp-price--featured{background:var(--blue-dim);border-color:var(--blue-bdr);box-shadow:0 0 0 1px var(--blue-bdr),0 8px 32px rgba(59,130,246,.15)}
.tbp-price__badge{display:inline-block;background:var(--blue);color:#fff;font-size:.72rem;font-weight:700;padding:.2rem .7rem;border-radius:50px;margin-bottom:.75rem}
.tbp-price__typ{font-size:.75rem;font-weight:700;color:var(--txt-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}
.tbp-price__val{font-family:'Syne',sans-serif;font-size:1.7rem;font-weight:800;color:var(--blue);margin-bottom:.4rem}
.tbp-price--featured .tbp-price__val{color:var(--blue-lt)}
.tbp-price__info{font-size:.875rem;color:var(--txt-mid);line-height:1.55}
.tbp-note{margin-top:1.5rem;font-size:.82rem;color:var(--txt-muted)}

/* REVIEWS */
.tbp-review{background:var(--bg2);border:1px solid var(--bdr);border-radius:var(--rl);padding:1.6rem;display:flex;flex-direction:column;gap:.7rem;transition:border-color .2s}
.tbp-review:hover{border-color:var(--blue-bdr)}
.tbp-review__stars{color:#F59E0B;font-size:.9rem;letter-spacing:2px}
.tbp-review__text{font-size:.875rem;color:var(--txt-mid);line-height:1.68;font-style:italic;flex:1}
.tbp-review__author{display:flex;align-items:center;gap:10px;padding-top:.85rem;border-top:1px solid var(--bdr);margin-top:auto}
.tbp-review__avatar{width:36px;height:36px;border-radius:50%;background:var(--blue-dim);border:1px solid var(--blue-bdr);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:var(--blue-lt);flex-shrink:0}
.tbp-review__name{font-size:.83rem;font-weight:600}
.tbp-review__date{font-size:.74rem;color:var(--txt-muted)}
.tbp-review__source{font-size:.74rem;color:var(--txt-muted);margin-left:auto}

/* TEAM */
.tbp-team{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}
.tbp-team__img{background:var(--bg2);border:1px solid var(--bdr);border-radius:var(--rxl);min-height:400px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.tbp-team__img img{width:100%;height:100%;object-fit:cover}
.tbp-team__img-ph{font-size:4rem;opacity:.2}
.tbp-team__img-hint{position:absolute;bottom:1.5rem;left:1.5rem;background:var(--bg3);border:1px solid var(--bdr2);border-radius:var(--r);padding:.65rem 1rem;font-size:.8rem;font-weight:600;color:var(--txt-muted)}
.tbp-team__text h2{font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:800;margin-bottom:1rem}
.tbp-team__text p{font-size:.92rem;color:var(--txt-mid);margin-bottom:.9rem;line-height:1.78}
.tbp-checks{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.75rem}
.tbp-checks li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:var(--txt-mid)}
.tbp-checks li::before{content:'✓';color:var(--blue);font-weight:700;flex-shrink:0;margin-top:2px}

/* FAQ */
.tbp-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;margin-top:2.5rem}
.tbp-faq-grid--full{grid-template-columns:1fr}
.tbp-faq{background:var(--bg2);border:1px solid var(--bdr);border-radius:var(--rl);padding:1.5rem;transition:border-color .2s}
.tbp-faq:hover{border-color:var(--blue-bdr)}
.tbp-faq h4{font-size:.95rem;font-weight:700;margin-bottom:.55rem;color:var(--txt)}
.tbp-faq p{font-size:.875rem;color:var(--txt-mid);line-height:1.65}

/* KONTAKT */
.tbp-kontakt{display:grid;grid-template-columns:1fr 1.35fr;gap:5rem;align-items:start}
.tbp-kontakt__info{display:flex;flex-direction:column;gap:1.4rem}
.tbp-kontakt__info h2{font-size:clamp(1.8rem,2.5vw,2.3rem);font-weight:800;margin-bottom:.25rem}
.tbp-kdetail{display:flex;gap:12px;align-items:flex-start}
.tbp-kdetail__icon{width:42px;height:42px;border-radius:10px;background:var(--blue-dim);border:1px solid var(--blue-bdr);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.tbp-kdetail>div{display:flex;flex-direction:column;gap:2px}
.tbp-kdetail strong{font-size:.82rem;font-weight:600;color:var(--txt)}
.tbp-kdetail span{font-size:.85rem;color:var(--txt-mid)}
.tbp-form-card{background:var(--bg2);border:1px solid var(--bdr);border-radius:var(--rxl);padding:2.25rem}
.tbp-form-card h3{font-family:'Syne',sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:1.4rem}
.tbp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.tbp-fg{display:flex;flex-direction:column;gap:5px;margin-bottom:.9rem}
.tbp-fg label{font-size:.78rem;font-weight:600;color:var(--txt-muted);letter-spacing:.04em}
.tbp-fg input,.tbp-fg select,.tbp-fg textarea{width:100%;padding:.7rem 1rem;background:var(--bg3);border:1.5px solid var(--bdr);border-radius:8px;color:var(--txt);font-family:'DM Sans',sans-serif;font-size:.9rem;outline:none;transition:border-color .2s,background .2s}
.tbp-fg input::placeholder,.tbp-fg textarea::placeholder{color:var(--txt-muted)}
.tbp-fg input:focus,.tbp-fg select:focus,.tbp-fg textarea:focus{border-color:var(--blue);background:var(--bg4)}
.tbp-fg select option{background:var(--bg3)}
.tbp-fg textarea{resize:vertical;min-height:90px}
.tbp-consent{font-size:.78rem;color:var(--txt-muted);margin-bottom:.9rem;line-height:1.5}
.tbp-consent a{color:var(--blue-lt)}
.tbp-submit{width:100%;background:var(--blue);color:#fff;border:none;padding:.92rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:.97rem;font-weight:600;cursor:pointer;transition:all .2s}
.tbp-submit:hover{background:var(--blue-dk);box-shadow:0 8px 24px rgba(59,130,246,.35);transform:translateY(-1px)}
.tbp-form-note{font-size:.77rem;color:var(--txt-muted);text-align:center;margin-top:.75rem}

/* PAGE HERO */
.tbp-page-hero{background:var(--bg2);border-bottom:1px solid var(--bdr);padding:4rem 6% 3.5rem;position:relative;overflow:hidden}
.tbp-page-hero::before{content:'';position:absolute;top:-60%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 65%);pointer-events:none}
.tbp-page-hero h1{font-size:clamp(2rem,3.5vw,3rem);font-weight:800;margin-bottom:.9rem}
.tbp-page-hero p{font-size:1.05rem;color:var(--txt-mid);line-height:1.75;max-width:620px}
.tbp-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.82rem;color:var(--txt-muted)}
.tbp-breadcrumb a{color:var(--blue-lt)}

/* LEISTUNG DETAIL */
.tbp-leistung-body{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}
.tbp-leistung-content h2{font-size:1.4rem;font-weight:800;margin:2rem 0 .75rem}
.tbp-leistung-content h2:first-child{margin-top:0}
.tbp-leistung-content p{font-size:.93rem;color:var(--txt-mid);line-height:1.78;margin-bottom:.9rem}
.tbp-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.5rem}
.tbp-list li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--txt-mid)}
.tbp-list li::before{content:'✓';color:var(--blue);font-weight:700;flex-shrink:0;margin-top:2px}
.tbp-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}
.tbp-step{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:var(--bg2);border:1px solid var(--bdr);border-radius:var(--r)}
.tbp-step__num{width:36px;height:36px;border-radius:50%;background:var(--blue-dim);border:1px solid var(--blue-bdr);display:flex;align-items:center;justify-content:center;font-family:'Syne',sans-serif;font-weight:800;color:var(--blue);flex-shrink:0;font-size:.95rem}
.tbp-step strong{display:block;font-size:.92rem;font-weight:700;margin-bottom:.3rem}
.tbp-step p{font-size:.85rem;color:var(--txt-mid);margin:0}
.tbp-sidebar{background:var(--bg2);border:1px solid var(--bdr);border-radius:var(--rxl);padding:1.75rem;position:sticky;top:90px}
.tbp-sidebar h3{font-size:1rem;font-weight:700;margin-bottom:1.25rem}
.tbp-sidebar__links{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.75rem}
.tbp-sidebar__link{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;border-radius:8px;background:var(--bg3);border:1px solid var(--bdr);font-size:.84rem;color:var(--txt-mid);transition:all .2s}
.tbp-sidebar__link:hover,.tbp-sidebar__link.active{border-color:var(--blue-bdr);color:var(--blue-lt);background:var(--blue-dim)}
.tbp-sidebar__link.active{font-weight:600}
.tbp-sidebar__link span{font-size:.8rem}
.tbp-sidebar__cta{background:var(--blue);color:#fff;width:100%;padding:.82rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:.92rem;font-weight:600;cursor:pointer;text-align:center;display:block;transition:background .2s;text-decoration:none}
.tbp-sidebar__cta:hover{background:var(--blue-dk)}
.tbp-sidebar__contact{margin-top:1.25rem;font-size:.82rem;color:var(--txt-muted);text-align:center;line-height:1.65}
.tbp-sidebar__contact a{color:var(--blue-lt);display:block;font-weight:600;font-size:.9rem;margin-top:.25rem}

/* GENERIC CONTENT */
.tbp-generic-content{max-width:780px}
.tbp-generic-content h2{font-size:1.4rem;font-weight:800;margin:2rem 0 .75rem}
.tbp-generic-content h3{font-size:1.1rem;font-weight:700;margin:1.5rem 0 .5rem}
.tbp-generic-content p{font-size:.93rem;color:var(--txt-mid);line-height:1.78;margin-bottom:.9rem}
.tbp-generic-content a{color:var(--blue-lt);text-decoration:underline}
.tbp-generic-content ul{padding-left:1.25rem;margin-bottom:1rem}
.tbp-generic-content ul li{font-size:.93rem;color:var(--txt-mid);line-height:1.7;margin-bottom:.4rem}

/* FOOTER */
.tbp-footer{background:var(--bg2);border-top:1px solid var(--bdr);padding:3.5rem 6% 2rem}
.tbp-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--bdr);margin-bottom:1.5rem}
.tbp-footer__logo{font-family:'Syne',sans-serif;font-weight:800;color:var(--txt);font-size:1.1rem;margin-bottom:.75rem}
.tbp-footer__logo span{color:var(--blue)}
.tbp-footer__brand p{font-size:.83rem;color:var(--txt-muted);line-height:1.7;max-width:240px;margin-bottom:1rem}
.tbp-footer__rating{font-size:.82rem;color:#F59E0B}
.tbp-footer__rating span{color:var(--txt-muted)}
.tbp-footer__col h5{font-family:'Syne',sans-serif;color:var(--txt);font-size:.88rem;margin-bottom:1rem}
.tbp-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.45rem}
.tbp-footer__col ul a{font-size:.83rem;color:var(--txt-muted);transition:color .2s}
.tbp-footer__col ul a:hover{color:var(--txt)}
.tbp-footer__hours{font-size:.82rem;color:var(--txt-muted);line-height:1.75;margin-top:1rem}
.tbp-footer__hours span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;opacity:.5;margin-bottom:.2rem}
.tbp-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}
.tbp-footer__bottom p{font-size:.78rem;color:var(--txt-muted)}
.tbp-footer__bottom a{font-size:.78rem;color:var(--txt-muted);margin-left:1.25rem;transition:color .2s}
.tbp-footer__bottom a:hover{color:var(--txt)}

/* COOKIE */
#tbp-cookie{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);background:var(--bg3);border:1px solid var(--bdr2);border-radius:var(--rl);padding:1.1rem 1.4rem;max-width:540px;width:calc(100% - 2rem);display:flex;align-items:center;flex-wrap:wrap;gap:1rem;z-index:9999;box-shadow:0 16px 48px rgba(0,0,0,.5);font-size:.83rem;color:var(--txt-mid);line-height:1.5}
#tbp-cookie p{flex:1;min-width:180px}
#tbp-cookie a{color:var(--blue-lt);text-decoration:underline}
.tbp-cookie__btns{display:flex;gap:.5rem;flex-shrink:0}
#tbp-cookie-accept{background:var(--blue);color:#fff;border:none;padding:.45rem 1.1rem;border-radius:50px;font-size:.83rem;font-family:'DM Sans',sans-serif;font-weight:600;cursor:pointer}
#tbp-cookie-decline{background:transparent;color:var(--txt-mid);border:1px solid var(--bdr2);padding:.45rem 1.1rem;border-radius:50px;font-size:.83rem;font-family:'DM Sans',sans-serif;cursor:pointer}

/* WHATSAPP */
.tbp-wa{position:fixed;bottom:1.5rem;right:1.5rem;background:#25D366;color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(37,211,102,.35);z-index:998;transition:transform .2s;text-decoration:none}
.tbp-wa:hover{transform:scale(1.1)}

/* RESPONSIVE */
@media(max-width:1100px){.tbp-leistung-body{grid-template-columns:1fr}.tbp-sidebar{position:static}}
@media(max-width:960px){
  .tbp-hero{grid-template-columns:1fr;min-height:auto}
  .tbp-hero__right{min-height:280px}
  .tbp-team{grid-template-columns:1fr}
  .tbp-kontakt{grid-template-columns:1fr;gap:2.5rem}
  .tbp-footer__inner{grid-template-columns:1fr 1fr}
  .tbp-form-row{grid-template-columns:1fr}
}
@media(max-width:640px){
  .tbp-section{padding:4rem 5%}
  .tbp-footer{padding-left:5%;padding-right:5%}
  .tbp-hero__left{padding:3rem 5%}
  .tbp-footer__inner{grid-template-columns:1fr;gap:2rem}
  .tbp-nav__links a:not(.tbp-nav__cta){display:none}
  .tbp-burger{display:flex}
  .tbp-nav__links{display:none;position:absolute;top:61px;left:0;right:0;background:rgba(13,17,23,.98);padding:1.5rem 5%;flex-direction:column;gap:1.2rem;border-bottom:1px solid var(--bdr);backdrop-filter:blur(20px)}
  .tbp-nav__links.open{display:flex}
  .tbp-nav__links.open a{display:flex}
  .tbp-grid--4{grid-template-columns:1fr 1fr}
  .tbp-usps{justify-content:flex-start}
  .tbp-usp{border-right:none;border-bottom:1px solid var(--bdr);width:100%;padding:.4rem 0}
  .tbp-usp:last-child{border-bottom:none}
}
