
:root{
  --dark:#09101a;
  --dark2:#101927;
  --gold:#d6b36a;
  --cream:#f7f1e8;
  --white:#fff;
  --muted:#6d7480;
  --line:rgba(214,179,106,.25);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:#101010}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px 40px;background:rgba(9,16,26,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.brand{display:flex;gap:12px;align-items:center;color:white}
.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:var(--gold);color:#111;font-weight:900}
.brand strong{display:block;font-size:24px;letter-spacing:.5px}
.brand small{display:block;color:rgba(255,255,255,.5);font-size:11px}
.site-header nav{display:flex;gap:26px;color:rgba(255,255,255,.78);font-size:14px}
.site-header nav a:hover{color:var(--gold)}
.header-phone{color:white;font-weight:700;font-size:14px}
.hero{position:relative;overflow:hidden;background:var(--dark);min-height:720px;color:white}
.hero-bg{position:absolute;inset:0;background:
linear-gradient(90deg, rgba(9,16,26,.58) 0%, rgba(9,16,26,.34) 40%, rgba(9,16,26,.08) 100%),
url('../img/hero.svg') center right/cover no-repeat}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .85fr;gap:52px;padding:92px 0 78px}
.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:12px}
h1,h2,h3{margin:0;line-height:1.05}
h1{font-size:clamp(44px,6vw,82px);max-width:760px}
h2{font-size:clamp(34px,4vw,54px)}
.lead{font-size:20px;line-height:1.7;color:rgba(255,255,255,.74);max-width:620px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;font-weight:900;border:1px solid transparent}
.btn-gold{background:var(--gold);color:#101010;box-shadow:0 18px 50px rgba(214,179,106,.25)}
.btn-dark{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:white}
.hero-stats{display:flex;gap:14px;flex-wrap:wrap;margin-top:38px}
.hero-stats span{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:18px;padding:13px 16px;color:rgba(255,255,255,.7)}
.hero-stats b{display:block;color:white;font-size:18px}
.analysis-card{align-self:start;background:rgba(16,25,39,.88);border:1px solid rgba(255,255,255,.12);box-shadow:0 35px 90px rgba(0,0,0,.45);border-radius:30px;padding:30px;backdrop-filter:blur(18px)}
.analysis-card h2{font-size:34px;margin:12px 0}
.analysis-card p{color:rgba(255,255,255,.62)}
.mini-badge{display:inline-block;color:var(--gold);border:1px solid var(--line);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}
.analysis-card input,.analysis-card select,.analysis-card textarea{width:100%;margin:8px 0;padding:15px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:white;outline:none}
.analysis-card textarea{min-height:92px;resize:vertical}
.analysis-card option{color:#111}
.check{display:flex;gap:10px;align-items:flex-start;color:rgba(255,255,255,.68);font-size:13px;margin:8px 0 16px}
.form-trust{margin-top:16px;font-size:12px;color:rgba(255,255,255,.55)}
.benefit-strip{background:#fff;padding:28px 0;box-shadow:0 12px 40px rgba(0,0,0,.04)}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.benefit-card{padding:24px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbf7ef);border:1px solid #eee3cf}
.icon{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:16px;background:#fff3d8;color:#9a7229;font-weight:900;margin-bottom:10px}
.benefit-card h3{font-size:18px}.benefit-card p{color:var(--muted);line-height:1.6}
.section{padding:90px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.section-head>p,.section-head div p{max-width:640px;color:var(--muted);line-height:1.7}
.dark-section{padding:82px 0;background:var(--dark);color:white}
.light h2{color:white}.text-link{color:var(--gold);font-weight:900}
.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.result-card{background:#101927;border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden}
.before-after{height:190px;display:grid;grid-template-columns:1fr 1fr;position:relative;background:#1f2b3a}
.before-after div:first-child{background:linear-gradient(135deg,#26384d,#9a7440)}
.before-after div:last-child{background:linear-gradient(135deg,#d7c0a0,#17202d)}
.before-after span{position:absolute;top:12px;margin-left:12px;font-size:12px;background:rgba(0,0,0,.35);padding:6px 10px;border-radius:999px}
.before-after i{position:absolute;left:50%;top:0;bottom:0;width:2px;background:white}
.before-after i:after{content:'↔';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--gold);color:#111;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:900}
.result-meta{display:flex;justify-content:space-between;color:var(--gold);font-size:13px;padding:16px 18px 0}
.result-card h3{padding:8px 18px 20px;font-size:18px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card,.blog-card{background:white;border-radius:28px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.06);border:1px solid #eee}
.service-image,.blog-image,.loc-photo{height:170px;background:linear-gradient(135deg,#d8c5a0,#233145),url('../img/pattern.svg') center/cover}
.service-body{padding:24px}.service-body p,.blog-card p{color:var(--muted);line-height:1.7}.service-body a,.blog-card a,.location-cards a{font-weight:900;color:#9a7229}
.method-section{padding:80px 0;background:#08101b;color:white}
.method-section h2{margin-bottom:32px}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.steps article{border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:22px;background:rgba(255,255,255,.04)}
.steps span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;border:1px solid var(--gold);color:var(--gold);font-weight:900;margin-bottom:16px}
.steps p{color:rgba(255,255,255,.56);line-height:1.6}
.location-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}
.map-card{background:#08101b;border-radius:32px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.1)}
.map-card img{width:100%;display:block}
.location-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.location-cards article{background:white;border-radius:24px;padding:18px;box-shadow:0 14px 40px rgba(0,0,0,.05)}
.loc-photo{height:115px;border-radius:18px;margin-bottom:15px}
.location-cards p{color:var(--muted)}
.expertise{padding:90px 0;background:#fff}
.expertise-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px;align-items:center}
.expertise p{color:var(--muted);line-height:1.8}
.photo-mosaic{display:grid;grid-template-columns:1.2fr 1fr;gap:18px}
.photo-mosaic div{height:230px;border-radius:30px;background:linear-gradient(135deg,#1b2838,#d6b36a)}
.photo-mosaic div:first-child{grid-row:span 2;height:478px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.blog-card{padding-bottom:24px}.blog-card span{display:block;color:#9a7229;font-weight:900;margin:18px 20px 8px}.blog-card h3,.blog-card p,.blog-card a{margin-left:20px;margin-right:20px}
.final-cta{padding:60px 0;background:#fff}
.final-box{border-radius:36px;background:var(--dark);color:white;padding:50px;background-image:radial-gradient(circle at 80% 20%,rgba(214,179,106,.22),transparent 35%)}
.final-box p{color:rgba(255,255,255,.65);font-size:18px}
footer{background:#050911;color:white;padding:60px 0}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:34px}
footer p{color:rgba(255,255,255,.55);line-height:1.7}
.reveal{animation:up .75s ease both}@keyframes up{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@media(max-width:950px){
  .site-header{padding:14px 18px}.site-header nav{display:none}.header-phone{display:none}
  .hero-grid,.location-layout,.expertise-grid{grid-template-columns:1fr}
  .benefit-grid,.results-grid,.services-grid,.steps,.blog-grid,.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 24px,1180px)}
  h1{font-size:42px}.hero-grid{padding:55px 0}.benefit-grid,.results-grid,.services-grid,.steps,.blog-grid,.footer-grid,.location-cards{grid-template-columns:1fr}
  .section-head{display:block}
}


/* Stage 5 - Single combined Before/After image */
.combined-before-after{
  height:220px;
  background:#111827;
  overflow:hidden;
  position:relative;
}
.combined-before-after img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.result-card:hover .combined-before-after img{
  transform:scale(1.045);
}
.combined-before-afterr:after{
  content:"Vorher / Nachher";
  position:absolute;
  left:14px;
  top:14px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(0,0,0,.48);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}



/* Stage 6 - Branding + visual premium upgrade */
.brand-logo-img{
  max-width:190px;
  max-height:58px;
  object-fit:contain;
  display:block;
}
.site-header{
  box-shadow:0 18px 55px rgba(0,0,0,.22);
}
.premium-hero{
  min-height:760px;
}
.premium-hero .hero-bg{
  background:
    linear-gradient(90deg, rgba(9,16,26,.50) 0%, rgba(9,16,26,.32) 39%, rgba(9,16,26,.12) 70%, rgba(9,16,26,.04) 100%),
    var(--hero-photo, url('../img/hero.svg')) center right/cover no-repeat !important;
  filter:saturate(1.05) contrast(1.04);
}
.hero-shine{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 18%, rgba(214,179,106,.26), transparent 28%),
    radial-gradient(circle at 70% 18%, rgba(255,255,255,.12), transparent 18%);
  pointer-events:none;
}
.analysis-card{
  border-color:rgba(214,179,106,.20);
  background:linear-gradient(180deg, rgba(16,25,39,.93), rgba(8,16,27,.92));
}
.analysis-card input,.analysis-card select,.analysis-card textarea{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.benefit-card,.service-card,.blog-card,.location-cards article{
  transition:transform .35s ease, box-shadow .35s ease;
}
.benefit-card:hover,.service-card:hover,.blog-card:hover,.location-cards article:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(0,0,0,.10);
}
.premium-results{
  background:
    radial-gradient(circle at 20% 20%, rgba(214,179,106,.12), transparent 28%),
    linear-gradient(180deg,#08101b,#0b1320);
}
.combined-before-after{
  height:220px;
  background:#111827;
  overflow:hidden;
  position:relative;
}
.combined-before-after img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.result-card:hover .combined-before-after img{
  transform:scale(1.045);
}
.combined-before-after:after{
  content:"Vorher / Nachher";
  position:absolute;
  left:14px;
  top:14px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(0,0,0,.48);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
.premium-method{
  background:
    radial-gradient(circle at 70% 10%, rgba(214,179,106,.16), transparent 26%),
    #08101b;
}
.map-card{
  position:relative;
  overflow:hidden;
}
.map-card:before{
  content:'';
  position:absolute;
  inset:-40%;
  background:radial-gradient(circle, rgba(214,179,106,.13), transparent 44%);
  animation:mapPulse 6s ease-in-out infinite;
}
.map-card img{
  position:relative;
  z-index:1;
}
@keyframes mapPulse{
  0%,100%{transform:scale(1);opacity:.55}
  50%{transform:scale(1.08);opacity:.9}
}
.service-image,.blog-image,.loc-photo,.photo-mosaic div{
  background:
    linear-gradient(135deg, rgba(9,16,26,.08), rgba(214,179,106,.12)),
    url('../img/pattern.svg') center/cover;
}
.final-box{
  position:relative;
  overflow:hidden;
}
.final-box:after{
  content:'';
  position:absolute;
  right:-90px;
  top:-90px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:rgba(214,179,106,.18);
}



/* Stage 7 - content image manager */
.real-image{
  overflow:hidden;
  background:#111827 !important;
}
.real-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.service-card:hover .real-image img,
.blog-card:hover .real-image img,
.location-cards article:hover .real-image img{
  transform:scale(1.05);
}
.service-image.real-image,
.blog-image.real-image{
  height:190px;
}
.loc-photo.real-image{
  height:135px;
}



/* Stage 9 - Premium Homepage Upgrade */
.premium-trust-strip{
  background:#fff;
  border-top:1px solid rgba(214,179,106,.25);
  border-bottom:1px solid rgba(214,179,106,.25);
  padding:24px 0;
}
.premium-trust-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.premium-trust-grid div{
  text-align:center;
  padding:18px 10px;
  border-right:1px solid #eee3d1;
}
.premium-trust-grid div:last-child{border-right:0}
.premium-trust-grid b{
  display:block;
  font-size:30px;
  color:#c49a4b;
  font-weight:900;
  line-height:1;
}
.premium-trust-grid span{
  display:block;
  margin-top:7px;
  color:#273142;
  font-weight:700;
  font-size:13px;
}
.stage9-showcase{
  background:linear-gradient(180deg,#fff,#f7f1e8);
}
.showcase-grid{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  gap:22px;
}
.showcase-large,.showcase-side article{
  min-height:520px;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  background:#08101b;
  box-shadow:0 28px 80px rgba(0,0,0,.14);
}
.showcase-large img,.showcase-side img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:.92;
  transition:transform .65s ease;
}
.showcase-large:hover img,.showcase-side article:hover img{transform:scale(1.045)}
.showcase-large:before,.showcase-side article:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(8,16,27,.08),rgba(8,16,27,.76));
  z-index:1;
}
.showcase-overlay,.showcase-side article div{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:28px;
  color:white;
}
.showcase-overlay span,.showcase-side span{
  display:inline-block;
  color:#d6b36a;
  font-weight:900;
  font-size:13px;
  letter-spacing:.04em;
  margin-bottom:8px;
}
.showcase-overlay h3{
  font-size:34px;
  max-width:560px;
  margin:0 0 10px;
}
.showcase-overlay p{
  max-width:560px;
  color:rgba(255,255,255,.82);
}
.showcase-side{
  display:grid;
  gap:22px;
}
.showcase-side article{
  min-height:249px;
}
.showcase-side h3{
  margin:0;
  font-size:23px;
}
.why-haarlab{
  background:
    radial-gradient(circle at 20% 20%, rgba(214,179,106,.16), transparent 28%),
    linear-gradient(180deg,#08101b,#0b1320);
  color:white;
  padding:90px 0;
}
.why-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:44px;
  align-items:center;
}
.why-grid h2{
  font-size:44px;
  line-height:1.05;
  margin:0 0 18px;
}
.why-grid p{
  color:rgba(255,255,255,.74);
  font-size:17px;
  line-height:1.8;
}
.why-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.why-cards article{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(214,179,106,.18);
  border-radius:24px;
  padding:24px;
  backdrop-filter:blur(10px);
}
.why-cards span{
  color:#d6b36a;
  font-weight:900;
}
.why-cards h3{
  margin:10px 0 8px;
  font-size:20px;
}
.why-cards p{
  font-size:14px;
  line-height:1.6;
  margin:0;
}
.review-proof{
  background:#f7f1e8;
}
.review-grid{
  display:grid;
  grid-template-columns:1fr 1fr .9fr;
  gap:18px;
}
.review-card,.review-cta{
  background:white;
  border:1px solid #eadfcd;
  border-radius:26px;
  padding:28px;
  box-shadow:0 20px 55px rgba(0,0,0,.07);
}
.stars{
  color:#d6b36a;
  letter-spacing:4px;
  margin-bottom:14px;
  font-size:18px;
}
.review-card p{
  font-size:18px;
  line-height:1.7;
  color:#273142;
}
.review-card span{
  color:#7a6a52;
  font-weight:800;
}
.review-cta{
  background:#08101b;
  color:white;
}
.review-cta p{
  color:rgba(255,255,255,.74);
}
.footer-grid{
  padding-top:14px;
}
@media(max-width:980px){
  .premium-trust-grid{grid-template-columns:1fr 1fr}
  .premium-trust-grid div{border-right:0;border-bottom:1px solid #eee3d1}
  .showcase-grid,.why-grid,.review-grid{grid-template-columns:1fr}
  .showcase-large,.showcase-side article{min-height:320px}
  .why-cards{grid-template-columns:1fr}
  .why-grid h2{font-size:34px}
}



/* Stage 10 - Premium inner pages + SEO blocks */
.inner-hero,.location-hero{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#08101b;
  color:white;
}
.inner-hero-bg,.location-hero-bg{
  position:absolute;
  inset:0;
}
.inner-hero-bg img,.location-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.42;
  filter:saturate(1.04) contrast(1.04);
}
.inner-hero:before,.location-hero:before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 24%, rgba(214,179,106,.26), transparent 28%),
    linear-gradient(90deg, rgba(8,16,27,.98), rgba(8,16,27,.74), rgba(8,16,27,.26));
  z-index:1;
}
.inner-hero-content,.location-hero-content{
  position:relative;
  z-index:2;
  max-width:860px;
}
.inner-hero h1,.location-hero h1{
  font-size:clamp(42px,6vw,76px);
  line-height:1.02;
  margin:10px 0 18px;
}
.inner-hero p,.location-hero p{
  font-size:19px;
  line-height:1.7;
  color:rgba(255,255,255,.82);
  max-width:760px;
}
.inner-content-section{
  padding:80px 0;
  background:linear-gradient(180deg,#fff,#f7f1e8);
}
.inner-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:34px;
  align-items:start;
}
.inner-article{
  background:white;
  border:1px solid #eadfcd;
  border-radius:30px;
  padding:42px;
  box-shadow:0 24px 70px rgba(0,0,0,.08);
}
.inner-article p{
  font-size:18px;
  line-height:1.85;
  color:#273142;
  margin:0 0 22px;
}
.article-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:26px;
}
.article-meta span,.location-info-pill span{
  background:#f5ead5;
  color:#5b4319;
  border:1px solid #ead4a6;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:900;
}
.premium-list{
  display:grid;
  gap:10px;
  margin:24px 0;
  padding:0;
  list-style:none;
}
.premium-list li{
  position:relative;
  background:#f8f3ea;
  border:1px solid #eadfcd;
  border-radius:16px;
  padding:14px 14px 14px 42px;
  color:#273142;
  font-weight:700;
}
.premium-list li:before{
  content:'✓';
  position:absolute;
  left:16px;
  top:13px;
  color:#c49a4b;
  font-weight:900;
}
.article-cta-box{
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:center;
  margin:42px 0;
  padding:30px;
  border-radius:26px;
  background:
    radial-gradient(circle at 15% 20%, rgba(214,179,106,.22), transparent 30%),
    linear-gradient(135deg,#08101b,#101927);
  color:white;
}
.article-cta-box h2{
  font-size:32px;
  margin:8px 0 10px;
}
.article-cta-box p{
  color:rgba(255,255,255,.78);
  margin:0;
}
.faq-section{
  margin-top:46px;
}
.faq-section h2{
  font-size:34px;
  margin:8px 0 18px;
}
.faq-section details{
  background:#f8f3ea;
  border:1px solid #eadfcd;
  border-radius:18px;
  padding:18px 20px;
  margin-bottom:12px;
}
.faq-section summary{
  cursor:pointer;
  font-weight:900;
  color:#111827;
}
.faq-section details p{
  font-size:16px;
  margin:14px 0 0;
}
.inner-sidebar{
  display:grid;
  gap:18px;
}
.sidebar-card{
  background:white;
  border:1px solid #eadfcd;
  border-radius:26px;
  padding:24px;
  box-shadow:0 20px 55px rgba(0,0,0,.07);
}
.sticky-card{
  position:sticky;
  top:96px;
}
.sidebar-card h3{
  font-size:25px;
  margin:12px 0 10px;
}
.sidebar-card p{
  color:#536071;
  line-height:1.65;
}
.sidebar-card form{
  display:grid;
  gap:10px;
}
.sidebar-card input{
  width:100%;
  border:1px solid #eadfcd;
  border-radius:14px;
  padding:14px;
  font:inherit;
}
.sidebar-links{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.sidebar-links a{
  display:block;
  padding:12px 14px;
  background:#f8f3ea;
  border-radius:14px;
  color:#111827;
  font-weight:800;
}
.location-info-pill{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0;
}
.location-treatment-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:34px 0;
}
.location-treatment-grid article{
  background:#08101b;
  color:white;
  border-radius:22px;
  padding:24px;
  border:1px solid rgba(214,179,106,.18);
}
.location-treatment-grid span{
  color:#d6b36a;
  font-weight:900;
}
.location-treatment-grid h3{
  margin:8px 0;
}
.location-treatment-grid p{
  color:rgba(255,255,255,.76);
  font-size:15px;
  margin:0;
}
@media(max-width:980px){
  .inner-layout{grid-template-columns:1fr}
  .inner-article{padding:28px}
  .article-cta-box{display:block}
  .article-cta-box .btn{margin-top:18px}
  .sticky-card{position:relative;top:auto}
  .location-treatment-grid{grid-template-columns:1fr}
}
/* HaarLab Stage 12B - İçerik Link Görünürlük Düzeltmesi */

/* Detay sayfası içerik linkleri */
.rendered-content a,
.inner-article a {
  color: #b8862b;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color .25s ease, background .25s ease, text-decoration-color .25s ease;
}

.rendered-content a:hover,
.inner-article a:hover {
  color: #08101b;
  background: #f5ead5;
  border-radius: 6px;
  text-decoration-color: #08101b;
}

/* Koyu CTA kutularındaki linkler buton gibi kalsın */
.rendered-content .content-cta a,
.inner-article .content-cta a,
.article-cta-box a {
  color: #111827;
  text-decoration: none;
  font-weight: 900;
}

/* Blog/hizmet kart linkleri daha belirgin olsun */
.blog-card a,
.service-card a,
.location-cards a {
  color: #b8862b;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.blog-card a:hover,
.service-card a:hover,
.location-cards a:hover {
  color: #08101b;
}

/* İçerik içinde dış linklere küçük ok hissi */
.rendered-content a[target="_blank"]::after,
.inner-article a[target="_blank"]::after {
  content: " ↗";
  font-size: .85em;
  font-weight: 900;
}

/* Mobilde linkler daha okunur olsun */
@media(max-width: 768px) {
  .rendered-content a,
  .inner-article a {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
  }
}


/* Stage 18C - Hero final polish helper */
.premium-hero{
  min-height:740px !important;
}

.site-header .brand-logo-img{
  max-height:66px;
  max-width:220px;
}

@media(max-width:900px){
  .premium-hero{
    min-height:auto !important;
  }
}

/* HaarLab Final Fix - Vorher / Nachher label
   Masaüstü + mobil tüm ekranlarda Before / After yazısını Almanca yapar.
*/
.combined-before-after::after,
.combined-before-after:after{
  content:"Vorher / Nachher" !important;
}

/* Fallback iki parçalı görsel yapısı için de class isimleri doğru çalışsın */
.before-after div:first-child{
  background:linear-gradient(135deg,#26384d,#9a7440);
}

.before-after div:last-child{
  background:linear-gradient(135deg,#d7c0a0,#17202d);
}

.before-after span{
  position:absolute;
  top:12px;
  margin-left:12px;
  font-size:12px;
  background:rgba(0,0,0,.35);
  padding:6px 10px;
  border-radius:999px;
  color:#fff;
  font-weight:900;
}

.before-after i{
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  background:white;
}

.before-after i:after{
  content:'↔';
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:var(--gold);
  color:#111;
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-style:normal;
  font-weight:900;
}

