/* V5: Maks-referenced editorial layout, rebuilt in plain HTML/CSS. */
:root{
  --v5-navy:#111b2c;
  --v5-navy-soft:#1b2a3e;
  --v5-ink:#1e2a3b;
  --v5-text:#4c5869;
  --v5-muted:#768091;
  --v5-gold:#c59a45;
  --v5-gold-soft:#d9b86f;
  --v5-cream:#f7f3eb;
  --v5-warm:#fbfaf7;
  --v5-line:#e8e2d7;
  --v5-shadow:0 18px 48px rgba(31,42,57,.07);
  --v5-max:1508px;
}
html{scroll-padding-top:170px}
body.v5-site,
body.v4-site{font-family:"Aptos","Segoe UI Variable","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif;background:#fff;color:var(--v5-text)}
body.v5-site h1,body.v5-site h2,body.v5-site h3,body.v5-site h4,
body.v4-site h1,body.v4-site h2,body.v4-site h3,body.v4-site h4{font-family:"Aptos Display","Segoe UI Variable Display","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,Arial,sans-serif;letter-spacing:-.035em;color:var(--v5-ink)}
body.v5-site .container,body.v4-site .container{width:min(var(--v5-max),calc(100% - 112px));max-width:var(--v5-max);margin-inline:auto;padding-left:0;padding-right:0}

/* Masthead: dimensions and rhythm follow the supplied Maks screenshot. */
.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(17,27,44,.07)}
.utility-bar{height:62px;min-height:62px;padding:0 24px;background:var(--v5-navy);color:#e9edf3;display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;letter-spacing:.015em;text-align:center}
.utility-bar b{color:var(--v5-gold-soft);font-weight:700}.utility-dot{color:#7b8491}.utility-extra{color:#cbd1db}
.nav-shell{min-height:102px;height:102px;display:flex;align-items:center;gap:54px}
.site-logo{flex:0 0 34px;width:34px;height:46px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.site-logo img{width:31px;height:31px;object-fit:contain;transform:scale(1.28)}
.desktop-nav{gap:36px;flex:1;display:flex;align-items:center;padding-left:50px}
.desktop-nav>a,.nav-dropdown>summary{font-size:16px;font-weight:500;color:#404a5c;padding:13px 0;letter-spacing:-.01em}
.desktop-nav>a:hover,.nav-dropdown>summary:hover,.desktop-nav .current{color:#8f6b25}
.desktop-nav .current:after{display:none}
.nav-dropdown-menu{top:calc(100% + 19px);border-radius:14px;border-color:#ece7dd;box-shadow:0 24px 60px rgba(23,34,49,.12)}
.nav-actions{gap:16px}
.phone-link{font-size:16px;color:#667080;gap:9px}.phone-link .icon{width:19px}
.language-switch{padding:3px;border-color:#dde1e7;background:#fff}
.language-switch a{font-size:13px;padding:4px 11px;min-width:38px;text-align:center}
.language-switch a[aria-current]{background:var(--v5-gold);color:#152135}
.nav-cta{padding:14px 22px;border-radius:14px;background:var(--v5-gold);border-color:var(--v5-gold);font-size:15px;box-shadow:0 7px 15px rgba(167,123,42,.18)}
.nav-cta:hover{background:#d0a858;transform:translateY(-1px)}

/* Home hero: visually near the supplied reference but with a modern sans display face. */
.hero-home{position:relative;overflow:hidden;isolation:isolate;min-height:620px;display:flex;align-items:flex-start;background:#243247;color:#fff}
.hero-home:before{content:"";position:absolute;inset:0;z-index:-2;background:url('/images/Cami.jpg') 50% 57%/cover no-repeat;filter:saturate(.62) contrast(.92)}
.hero-home:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(17,29,47,.985) 0%,rgba(27,42,61,.94) 36%,rgba(64,74,82,.75) 66%,rgba(125,124,115,.58) 100%)}
body.v5-site .hero-home .container,body.v4-site .hero-home .container{padding-top:132px;padding-bottom:90px}
.hero-home .eyebrow{display:flex;align-items:center;gap:10px;color:var(--v5-gold);font-size:14px;font-weight:700;letter-spacing:.18em;margin-bottom:31px;line-height:1.4}
.hero-home .eyebrow .icon{width:18px;height:18px}
body.v5-site .hero-home h1,body.v4-site .hero-home h1{font-family:"Aptos Display","Segoe UI Variable Display","Segoe UI",system-ui,sans-serif;color:#fff;font-size:clamp(56px,4.65vw,79px);font-weight:650;line-height:.985;letter-spacing:-.052em;max-width:930px;margin:0;text-wrap:balance}
body.v5-site .hero-home h1 .hero-line,body.v4-site .hero-home h1 .hero-line{color:#fff}body.v5-site .hero-home h1 .accent,body.v4-site .hero-home h1 .accent{color:#c89e49}
.hero-home .hero-lead,.hero-home .hero-detail,.hero-home .hero-actions,.hero-home .hero-proof{display:none}

/* Light bridge beneath the dark hero so the page does not become a wall of navy. */
.hero-followup{background:#fff;border-bottom:1px solid var(--v5-line)}
.hero-followup .container{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:80px;align-items:center;padding-top:52px;padding-bottom:52px}
.hero-followup-copy{max-width:820px}.hero-followup-copy p:first-child{font-size:23px;line-height:1.55;color:#293548;margin-bottom:12px;letter-spacing:-.012em}.hero-followup-copy p:last-child{font-size:15px;line-height:1.8;color:#687386;margin-bottom:0;max-width:780px}
.hero-followup-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.hero-followup-actions .button{padding:15px 20px;border-radius:12px}.hero-followup-actions .button-outline{color:var(--v5-ink);border-color:#cfd4dc;background:#fff}.hero-followup-actions .button-outline:hover{background:#f7f5f0}

.trust-strip{background:#faf8f4;border-bottom:1px solid var(--v5-line)}
.trust-strip .container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.trust-strip a{padding:25px 26px;border-right:1px solid #e5dfd4;gap:15px;min-height:98px}.trust-strip a:first-child{padding-left:0}.trust-strip a:last-child{border-right:0}.trust-strip .icon{color:#a98035}.trust-strip strong{font-size:14px}.trust-strip small{font-size:11px;color:#788191}

/* Global light editorial system. */
.section{padding:92px 0;background:#fff}.section.alt{background:var(--v5-warm)}
.section h2{font-size:clamp(36px,3.2vw,50px);font-weight:650;line-height:1.1;letter-spacing:-.045em}
.section-heading{max-width:870px;margin-bottom:42px}.section-heading .lead,.section>.container>.lead{color:#657083;font-size:18px;line-height:1.75}
.section-label,.eyebrow{color:#977125;font-weight:700;letter-spacing:.16em}
.grid-2,.grid-3,.grid-4{gap:24px}
.service-card,.process-card,.fact-box,.contact-card,.topic-card,.term-card,.card,.quote-card,.journey-card{border:1px solid var(--v5-line);border-radius:18px;background:#fff;box-shadow:none}
.service-card{padding:32px}.service-card:hover{transform:translateY(-3px);box-shadow:var(--v5-shadow);border-color:#d9c398}.service-card h3{font-size:22px;font-weight:650}.service-card p{color:#657083}
.service-icon{border-radius:12px;background:#f6f0e4;color:#9f782e}
.home-page #leistungen{background:#fff}.home-page #ueber-uns{background:#fbfaf7}.home-page #arbeiten{background:#fff}.home-page #team{background:#fbfaf7}.home-page #stimmen{background:#fff}.home-page #faq{background:#fbfaf7}.home-page #blog{background:#fff}.home-page #kurzantworten{background:#fbfaf7}.home-page #tuerkisches-erbrecht-ueberblick{background:#fff}

/* Digital intake becomes light/warm rather than another dark slab. */
.intake-feature,.intake-inset{background:#f3ede2!important;color:var(--v5-ink)!important}
.intake-inset{padding:0}
.intake-inset>.container{background:#f3ede2!important;border:1px solid #e7dac2;border-radius:0;padding-top:70px;padding-bottom:70px;box-shadow:none}
.intake-feature .eyebrow{color:#8d6724}.intake-feature h2{color:var(--v5-ink)!important;font-size:46px;font-weight:650}.intake-feature p{color:#5f6878!important}.intake-feature .intake-steps{border-left-color:#d5c6aa!important}.intake-steps div{color:#445064!important}.intake-steps span{color:#9e762b!important}.intake-note{color:#7a7d80!important}

/* About / team / reviews stay airy. */
.img-card,.person,.quote-card,.featured-card,.et-team-card,.et-profile-panel,.article-card,.side-card{border-color:var(--v5-line);box-shadow:none}
.person,.et-team-card{border-radius:18px;overflow:hidden;background:#fff}
.quote-card{padding:30px}.quote-card:before{color:#d8bd80}
.home-page #ueber-uns .img-card{border-radius:20px}

/* FAQ, article and inner pages: light hierarchy, no oversized dark blocks. */
.page-intro,.et-team-hero{background:#f8f5ef;border-bottom:1px solid var(--v5-line)}
.page-intro h1,.et-team-hero h1{font-family:"Aptos Display","Segoe UI Variable Display","Segoe UI",system-ui,sans-serif;font-weight:650;letter-spacing:-.048em;color:var(--v5-ink)}
.article-card{background:#fff}.side-card{background:#fbfaf7}
.faq-answers details{border-bottom-color:#e4ded3}.faq-answers details>summary{color:#2f3a4b}

/* Final CTA uses a warm panel instead of black. */
.contact-band{background:#f1eadc;color:var(--v5-ink);border-top:1px solid #e4d7c0;border-bottom:1px solid #e4d7c0;padding:62px 0}.contact-band h2{color:var(--v5-ink);font-family:"Aptos Display","Segoe UI Variable Display","Segoe UI",system-ui,sans-serif;font-weight:650}.contact-band p{color:#5d6776}.contact-band .btn-outline{color:var(--v5-ink);border-color:#b9ad97;background:transparent}.contact-band .btn-outline:hover{background:#fff}
.site-footer{background:var(--v5-navy);color:#d3d8df}.site-footer a{color:#d3d8df}.site-footer a:hover{color:#e3c57f}.footer-brand{color:#fff}.footer-brand span,.site-footer h3{color:#d7b76c}.footer-bottom{border-top-color:#2a3546}
.floating-contact{background:var(--v5-gold);color:#172337;box-shadow:0 12px 32px rgba(41,50,61,.18)}

/* Specific home cards use thinner, more elegant geometry. */
.home-page #leistungen .service-card{min-height:245px}
.home-page #arbeiten .journey-card{padding:30px}.journey-number{background:#f5efe4;color:#9b752c;border:1px solid #e6d8bd}
.home-page #stimmen .quote-card{background:#fff}.home-page #kurzantworten .fact-box{background:#fff}

@media(min-width:1680px){
  .nav-shell{gap:62px}.desktop-nav{gap:38px}.desktop-nav>a,.nav-dropdown>summary{font-size:18px}.phone-link{font-size:18px}.nav-cta{font-size:17px;padding:15px 23px}
  body.v5-site .hero-home .container,body.v4-site .hero-home .container{padding-top:120px}.hero-home h1{font-size:79px;max-width:950px}
}
@media(max-width:1450px){
  body.v5-site .container,body.v4-site .container{width:calc(100% - 112px)}
  .nav-shell{gap:30px}.desktop-nav{gap:24px;padding-left:24px}.desktop-nav>a,.nav-dropdown>summary{font-size:14px}.phone-link{font-size:13px}.nav-actions{gap:11px}.nav-cta{padding:13px 17px}
  .hero-home h1{font-size:64px;max-width:820px}body.v5-site .hero-home .container,body.v4-site .hero-home .container{padding-top:100px}.hero-home{min-height:570px}
}
@media(max-width:1180px){
  .desktop-nav{display:none;padding-left:0}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.nav-shell{height:82px;min-height:82px}.site-logo{margin-right:auto}.nav-actions>.phone-link{display:flex}.hero-home{min-height:540px}.hero-home h1{font-size:58px}body.v5-site .hero-home .container,body.v4-site .hero-home .container{padding-top:90px}.hero-followup .container{grid-template-columns:1fr;gap:28px}.hero-followup-actions{justify-content:flex-start}
}
@media(max-width:760px){
  html{scroll-padding-top:116px}body.v5-site .container,body.v4-site .container{width:100%;padding-left:22px;padding-right:22px}
  .utility-bar{height:34px;min-height:34px;font-size:10px;padding:0 12px}.utility-extra{display:none}.nav-shell{height:72px;min-height:72px;gap:9px}.site-logo{width:30px;height:36px;flex-basis:30px}.site-logo img{width:29px;height:29px}.nav-actions>.phone-link{display:none}.nav-cta{font-size:11px;padding:10px 12px;border-radius:9px}.language-switch a{font-size:10px;padding:3px 7px;min-width:31px}.menu-toggle{display:inline-flex;width:36px;height:36px}
  .hero-home{min-height:445px}.hero-home:before{background-position:63% 57%}.hero-home:after{background:linear-gradient(90deg,rgba(17,29,47,.975) 0%,rgba(28,43,62,.9) 58%,rgba(71,79,83,.66) 100%)}body.v5-site .hero-home .container,body.v4-site .hero-home .container{padding-top:62px;padding-bottom:58px}.hero-home .eyebrow{font-size:9px;letter-spacing:.12em;margin-bottom:21px;gap:7px}.hero-home h1{font-size:clamp(38px,10.2vw,52px);line-height:1.01;letter-spacing:-.052em;max-width:560px}.hero-line{display:block}.hero-line:after{content:""}
  .hero-followup .container{padding-top:32px;padding-bottom:34px;gap:22px}.hero-followup-copy p:first-child{font-size:18px}.hero-followup-copy p:last-child{font-size:13px}.hero-followup-actions{display:grid;grid-template-columns:1fr}.hero-followup-actions .button{width:100%;font-size:13px}
  .trust-strip .container{grid-template-columns:1fr 1fr;padding-inline:22px}.trust-strip a,.trust-strip a:first-child,.trust-strip a:last-child{padding:17px 10px;min-height:82px}.trust-strip a:nth-child(odd){padding-left:0}.trust-strip a:nth-child(even){padding-right:0;border-right:0;padding-left:14px}.trust-strip a:nth-child(-n+2){border-bottom:1px solid #e5dfd4}.trust-strip strong{font-size:11px}.trust-strip small{font-size:9px}.trust-strip .icon{width:20px;height:20px}
  .section{padding:58px 0}.section h2{font-size:32px}.section-heading .lead,.section>.container>.lead{font-size:15px}.service-card{padding:25px}.intake-inset>.container{padding-top:45px;padding-bottom:45px;border-radius:0}.intake-feature h2{font-size:31px}.contact-band{padding:48px 0}.contact-band h2{font-size:31px}
}
@media(max-width:370px){.hero-home h1{font-size:36px}.nav-cta{display:none}}
