:root{
  --rel-navy:#061b2b;
  --rel-navy-2:#0a2639;
  --rel-navy-3:#102f45;
  --rel-gold:#c99752;
  --rel-gold-2:#e0b877;
  --rel-ink:#172b3a;
  --rel-muted:#687984;
  --rel-line:#dfe5e8;
  --rel-paper:#f6f4f0;
  --rel-white:#fff;
  --rel-radius:18px;
  --rel-shadow:0 24px 60px rgba(2,22,35,.12);
  --rel-container:min(1280px,calc(100vw - 48px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--rel-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{clip:auto!important;width:auto;height:auto;margin:0;top:12px;left:12px;z-index:99999;background:#fff;padding:10px 14px}
.rel-container{width:var(--rel-container);margin-inline:auto}
.rel-icon{width:22px;height:22px;flex:0 0 auto}
.rel-center{text-align:center;margin-top:40px}
.rel-eyebrow,.rel-kicker{display:inline-block;color:var(--rel-gold);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.rel-section{padding:100px 0}
.rel-section-head{max-width:760px;margin-bottom:50px}
.rel-section-head-center{text-align:center;margin-inline:auto}
.rel-section-head h2,.rel-split h2,.rel-feature-copy h2,.rel-contact-band h2,.rel-service-cta h2{font-size:clamp(34px,4vw,58px);line-height:1.04;letter-spacing:-.04em;color:var(--rel-navy);margin:12px 0 18px}
.rel-section-head p,.rel-feature-copy p,.rel-contact-band p{font-size:18px;color:var(--rel-muted);margin:0}
.rel-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-weight:800;font-size:14px;transition:.25s ease;cursor:pointer}
.rel-btn .rel-icon,.rel-text-link .rel-icon{width:18px;height:18px}
.rel-btn-gold{background:linear-gradient(135deg,var(--rel-gold),var(--rel-gold-2));color:#081b29;box-shadow:0 12px 28px rgba(201,151,82,.25)}
.rel-btn-gold:hover{transform:translateY(-2px);filter:brightness(1.04)}
.rel-btn-ghost{border-color:rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.04);backdrop-filter:blur(6px)}
.rel-btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.rel-btn-outline{border-color:var(--rel-gold);color:var(--rel-navy);background:#fff}
.rel-btn-outline:hover{background:var(--rel-navy);border-color:var(--rel-navy);color:#fff}
.rel-btn-small{min-height:42px;padding:0 18px;font-size:13px}
.rel-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--rel-gold);font-weight:800;font-size:14px;margin-top:auto}

.rel-header{position:fixed;inset:0 0 auto 0;z-index:1000;color:#fff;transition:.25s;background:linear-gradient(to bottom,rgba(2,18,30,.62),transparent)}
.rel-header.is-scrolled,body:not(.rel-front-page) .rel-header{background:rgba(6,27,43,.95);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(0,0,0,.12)}
.rel-header-inner{height:86px;display:flex;align-items:center;gap:30px}
.rel-brand{display:inline-flex;align-items:center;min-width:122px}
.rel-brand img,.rel-brand .custom-logo{width:auto;max-width:122px;max-height:58px;object-fit:contain}
.rel-main-nav{margin-left:auto;position:relative}
.rel-nav-list{list-style:none;display:flex;align-items:center;gap:30px;margin:0;padding:0}
.rel-nav-list a{font-size:14px;font-weight:700;color:#fff;opacity:.92;position:relative;padding:28px 0}
.rel-nav-list a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--rel-gold);transition:.2s}
.rel-nav-list a:hover:after,.rel-nav-list .current-menu-item>a:after{right:0}
.rel-header-actions{display:flex;align-items:center;gap:16px}
.rel-phone{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;white-space:nowrap}
.rel-phone .rel-icon{width:18px;color:var(--rel-gold)}
.rel-menu-toggle{display:none;border:0;background:none;color:#fff;padding:6px}
.rel-menu-close{display:none}
.rel-services-mega{position:absolute;right:-160px;top:70px;width:min(820px,90vw);background:#fff;color:var(--rel-ink);padding:28px;border-radius:16px;box-shadow:0 30px 70px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s}
.rel-main-nav:has(a[href*="/leistungen/"]:hover) .rel-services-mega,.rel-services-mega:hover{opacity:1;visibility:visible;transform:none}
.rel-mega-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--rel-line)}
.rel-mega-head strong{color:var(--rel-navy);font-size:20px}
.rel-mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:18px 0}
.rel-mega-grid a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;font-size:13px;font-weight:700}
.rel-mega-grid a:hover{background:#f5f7f8;color:var(--rel-navy)}
.rel-mega-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(201,151,82,.12);color:var(--rel-gold)}
.rel-mega-icon .rel-icon{width:16px}
.rel-mega-all{display:flex;align-items:center;gap:8px;color:var(--rel-gold);font-weight:800;font-size:13px;border-top:1px solid var(--rel-line);padding-top:16px}
.rel-mega-all .rel-icon{width:16px}
.rel-mobile-panel{display:none}

.rel-hero{min-height:780px;position:relative;display:flex;align-items:center;background:var(--rel-navy) var(--rel-hero-image) center/cover no-repeat;color:#fff;overflow:hidden}
.rel-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,22,35,.93) 0%,rgba(3,22,35,.76) 36%,rgba(3,22,35,.12) 72%,rgba(3,22,35,.08) 100%)}
.rel-hero:after{content:"";position:absolute;inset:auto 0 0;height:260px;background:linear-gradient(to top,rgba(6,27,43,.75),transparent)}
.rel-hero-inner{position:relative;z-index:2;padding-top:90px}
.rel-hero-copy{max-width:720px}
.rel-hero h1{font-size:clamp(58px,7vw,104px);line-height:.94;letter-spacing:-.055em;text-transform:uppercase;margin:14px 0 24px;max-width:760px}
.rel-hero h1::first-line{color:#fff}
.rel-hero-copy>p{font-size:20px;line-height:1.55;max-width:680px;color:rgba(255,255,255,.88);margin:0}
.rel-hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.rel-hero-tuv{margin-top:38px;display:flex;align-items:center;gap:14px;max-width:520px}
.rel-trust-mark{width:54px;height:54px;border:1px solid rgba(224,184,119,.7);display:grid;place-items:center;border-radius:50%;color:var(--rel-gold);font-weight:900;letter-spacing:.08em}
.rel-hero-tuv p{font-size:13px;line-height:1.45;color:rgba(255,255,255,.78);margin:0}
.rel-scroll-cue{position:absolute;z-index:3;bottom:22px;left:50%;transform:translateX(-50%);width:28px;height:42px;border:1px solid rgba(255,255,255,.5);border-radius:20px;display:flex;justify-content:center;padding-top:8px}
.rel-scroll-cue span{width:3px;height:7px;background:#fff;border-radius:5px;animation:relScroll 1.6s infinite}
@keyframes relScroll{0%{transform:translateY(0);opacity:1}100%{transform:translateY(16px);opacity:0}}

.rel-trustbar{background:var(--rel-navy);color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.rel-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.rel-trust-grid article{display:flex;gap:15px;padding:28px 24px;border-right:1px solid rgba(255,255,255,.08)}
.rel-trust-grid article:first-child{padding-left:0}.rel-trust-grid article:last-child{border-right:0;padding-right:0}
.rel-trust-grid>.rel-icon,.rel-trust-grid article>.rel-icon{color:var(--rel-gold);width:32px;height:32px;margin-top:2px}
.rel-trust-grid strong{display:block;text-transform:uppercase;font-size:13px;letter-spacing:.03em;margin-bottom:5px}
.rel-trust-grid span{display:block;font-size:12px;color:rgba(255,255,255,.66);line-height:1.55}

.rel-services-section{background:linear-gradient(180deg,#fff,#f6f7f7)}
.rel-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.rel-service-card{position:relative;display:flex;flex-direction:column;min-height:340px;padding:28px;background:#fff;border:1px solid #e9edef;border-radius:16px;overflow:hidden;transition:.25s}
.rel-service-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--rel-gold);transform:scaleY(0);transform-origin:bottom;transition:.25s}
.rel-service-card:hover{transform:translateY(-5px);box-shadow:var(--rel-shadow);border-color:transparent}
.rel-service-card:hover:before{transform:scaleY(1)}
.rel-service-number{position:absolute;top:22px;right:22px;color:#e7ebed;font-weight:900;font-size:42px;line-height:1}
.rel-service-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:rgba(201,151,82,.1);color:var(--rel-gold);margin-bottom:28px}
.rel-service-icon .rel-icon{width:26px;height:26px}
.rel-service-card h3{font-size:23px;line-height:1.15;color:var(--rel-navy);margin:0 0 13px;max-width:85%}
.rel-service-card p{color:var(--rel-muted);font-size:14px;margin:0 0 22px}
.rel-services-grid-all{grid-template-columns:repeat(3,1fr)}

.rel-split{display:grid;grid-template-columns:1fr 1fr;min-height:660px}
.rel-split-dark{background:var(--rel-navy);color:#fff}
.rel-split-copy{display:flex;align-items:center}
.rel-split-inner{max-width:640px;margin-left:auto;padding:80px 70px 80px max(24px,calc((100vw - 1280px)/2))}
.rel-split h2{color:#fff;margin-top:12px}
.rel-split p{color:rgba(255,255,255,.7);font-size:17px}
.rel-split-image{background-size:cover;background-position:center;min-height:560px}
.rel-checklist{list-style:none;margin:28px 0 34px;padding:0;display:grid;gap:10px}
.rel-checklist li{position:relative;padding-left:30px;color:rgba(255,255,255,.82)}
.rel-checklist li:before{content:"✓";position:absolute;left:0;color:var(--rel-gold);font-weight:900}

.rel-process-section{background:var(--rel-paper)}
.rel-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:40px 0}
.rel-process-grid article{text-align:center;padding:12px 28px;border-right:1px solid #d7dde0}
.rel-process-grid article:last-child{border-right:0}
.rel-process-grid article>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--rel-navy);color:#fff;font-size:12px;font-weight:900;margin-bottom:15px}
.rel-process-grid h3{font-size:18px;color:var(--rel-navy);margin:0 0 8px}
.rel-process-grid p{font-size:13px;color:var(--rel-muted);margin:0}

.rel-feature-banner{display:grid;grid-template-columns:1.08fr .92fr;min-height:520px;background:#fff}
.rel-feature-image{background-size:cover;background-position:center}
.rel-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:70px max(24px,calc((100vw - 1280px)/2)) 70px 70px}
.rel-feature-copy h2{max-width:600px}
.rel-feature-copy p{max-width:560px;margin-bottom:28px}
.rel-feature-copy .rel-btn{align-self:flex-start}

.rel-existing-content{overflow:hidden}
.rel-existing-content>.vc_row,.rel-content-fluid>.vc_row,.rel-service-content>.vc_row{margin-left:0;margin-right:0}
.rel-existing-content .vc_row[data-vc-full-width],.rel-content-fluid .vc_row[data-vc-full-width],.rel-service-content .vc_row[data-vc-full-width]{overflow:visible}

.rel-contact-band{background-size:cover;background-position:center;color:#fff;padding:80px 0}
.rel-contact-band-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.rel-contact-band h2{color:#fff;max-width:780px;margin-bottom:12px}
.rel-contact-band p{color:rgba(255,255,255,.72)}
.rel-contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-width:250px}
.rel-contact-phone{display:flex;align-items:center;gap:10px;font-weight:900;font-size:18px}
.rel-contact-phone .rel-icon{color:var(--rel-gold)}

.rel-page-hero{padding:170px 0 75px;background:radial-gradient(circle at 80% 20%,#173f59 0,transparent 34%),var(--rel-navy);color:#fff;position:relative;overflow:hidden}
.rel-page-hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:560px;height:560px;border:1px solid rgba(201,151,82,.18);border-radius:50%;box-shadow:0 0 0 70px rgba(201,151,82,.03),0 0 0 140px rgba(201,151,82,.025)}
.rel-page-hero h1{font-size:clamp(44px,6vw,78px);letter-spacing:-.05em;line-height:1.02;margin:12px 0 0;max-width:920px}
.rel-page-hero p{max-width:780px;font-size:18px;color:rgba(255,255,255,.7)}
.rel-page-content{background:#fff}
.rel-content-fluid{width:100%;overflow:hidden}
.rel-page-content>.rel-content-fluid>p,.rel-page-content>.rel-content-fluid>h2,.rel-page-content>.rel-content-fluid>h3,.rel-page-content>.rel-content-fluid>ul,.rel-page-content>.rel-content-fluid>ol{width:var(--rel-container);max-width:860px;margin-left:auto;margin-right:auto}

.rel-service-hero{padding:160px 0 90px;background:linear-gradient(115deg,#061b2b 10%,#0b2c43 100%);color:#fff;position:relative;overflow:hidden}
.rel-service-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 78% 35%,rgba(201,151,82,.13),transparent 22%),linear-gradient(120deg,transparent 40%,rgba(255,255,255,.025) 40% 41%,transparent 41% 58%,rgba(255,255,255,.02) 58% 59%,transparent 59%)}
.rel-service-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:60px;align-items:end}
.rel-service-hero-copy{max-width:860px}
.rel-breadcrumb{display:flex;gap:9px;align-items:center;font-size:12px;color:rgba(255,255,255,.56);margin-bottom:34px;flex-wrap:wrap}
.rel-breadcrumb a:hover{color:var(--rel-gold)}
.rel-service-hero-icon{width:64px;height:64px;border:1px solid rgba(201,151,82,.5);color:var(--rel-gold);display:grid;place-items:center;border-radius:50%;margin:18px 0}
.rel-service-hero-icon .rel-icon{width:30px;height:30px}
.rel-service-hero h1{font-size:clamp(46px,6vw,78px);line-height:1.01;letter-spacing:-.05em;margin:0 0 22px;max-width:900px}
.rel-service-hero-copy>p{font-size:19px;color:rgba(255,255,255,.74);max-width:740px;margin:0}
.rel-service-quickfacts{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:28px;backdrop-filter:blur(10px)}
.rel-service-quickfacts strong{display:block;font-size:22px;line-height:1.2;margin:8px 0 18px}
.rel-service-quickfacts ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.rel-service-quickfacts li{font-size:13px;color:rgba(255,255,255,.72);padding-left:22px;position:relative}
.rel-service-quickfacts li:before{content:"✓";position:absolute;left:0;color:var(--rel-gold)}
.rel-service-layout{padding:84px 0;background:#fff}
.rel-service-layout-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:64px;align-items:start}
.rel-service-nav{position:sticky;top:110px;background:var(--rel-navy);color:#fff;padding:24px;border-radius:16px;box-shadow:var(--rel-shadow)}
.rel-service-nav nav{margin-top:12px;display:grid}
.rel-service-nav a{display:flex;align-items:center;gap:10px;padding:10px 8px;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px;color:rgba(255,255,255,.72)}
.rel-service-nav a:last-child{border-bottom:0}
.rel-service-nav a:hover,.rel-service-nav a.is-active{color:var(--rel-gold);background:rgba(255,255,255,.04)}
.rel-service-nav a span{display:grid;place-items:center;width:24px;color:var(--rel-gold)}
.rel-service-nav .rel-icon{width:15px;height:15px}
.rel-service-content{min-width:0;font-size:17px}
.rel-service-content h2{font-size:clamp(32px,4vw,48px);line-height:1.08;color:var(--rel-navy);letter-spacing:-.03em}
.rel-service-content h3{font-size:26px;color:var(--rel-navy)}
.rel-service-content p{color:#425460}
.rel-service-content ul{padding-left:20px}
.rel-editor-placeholder{padding:20px 0 60px;max-width:820px}
.rel-service-cta{padding:90px 0;background-size:cover;background-position:center;color:#fff}
.rel-service-cta h2{color:#fff;max-width:760px}
.rel-service-cta p{max-width:700px;color:rgba(255,255,255,.72);font-size:18px}

.rel-prose{max-width:860px;padding:70px 0 100px;font-size:18px}
.rel-prose h2,.rel-prose h3{color:var(--rel-navy)}
.rel-article-image{margin-bottom:36px;border-radius:16px}
.rel-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rel-post-card{background:#fff;border:1px solid var(--rel-line);border-radius:14px;overflow:hidden}
.rel-post-card>div{padding:24px}.rel-post-card h2{font-size:24px;line-height:1.2;color:var(--rel-navy)}
.rel-error-page{min-height:75vh;display:flex;align-items:center;background:var(--rel-navy);color:#fff;padding:150px 0 100px}
.rel-error-page h1{font-size:clamp(48px,7vw,90px);max-width:800px;line-height:1;margin:10px 0 20px}

.wpcf7 form{display:grid;gap:14px}
.wpcf7 input:not([type=submit]),.wpcf7 textarea,.wpcf7 select{width:100%;border:1px solid #dbe1e4;background:#fff;border-radius:10px;padding:14px 16px;color:var(--rel-ink);outline:none}
.wpcf7 input:focus,.wpcf7 textarea:focus,.wpcf7 select:focus{border-color:var(--rel-gold);box-shadow:0 0 0 3px rgba(201,151,82,.12)}
.wpcf7 input[type=submit]{border:0;border-radius:999px;background:var(--rel-gold);color:var(--rel-navy);font-weight:900;padding:13px 24px;cursor:pointer}

.rel-footer{background:#03141f;color:#fff;padding-top:68px}
.rel-footer-grid{display:grid;grid-template-columns:1.4fr 1fr .9fr 1fr;gap:54px;padding-bottom:58px}
.rel-brand-footer{margin-bottom:20px}
.rel-footer-brand p{max-width:360px;color:rgba(255,255,255,.58);font-size:13px}
.rel-footer-trust{border-left:2px solid var(--rel-gold);padding-left:12px}
.rel-footer h3{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--rel-gold);margin:10px 0 18px}
.rel-footer-links,.rel-footer-contact{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.rel-footer-links a,.rel-footer-contact{font-size:13px;color:rgba(255,255,255,.67)}
.rel-footer-links a:hover{color:#fff}
.rel-footer-contact li{display:flex;gap:9px;align-items:flex-start}
.rel-footer-contact .rel-icon{width:16px;color:var(--rel-gold);margin-top:3px}
.rel-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;color:rgba(255,255,255,.42);font-size:11px}
.rel-footer-bottom .rel-container{display:flex;justify-content:space-between;gap:20px}

/* v1.1.0 compatibility hardening for WPBakery / Visual Composer */
.rel-header .rel-header-inner{flex-wrap:nowrap!important}
.rel-header .rel-main-nav{display:block!important;min-width:0}
.rel-header .rel-nav-list{display:flex!important;flex-direction:row!important;align-items:center!important;gap:30px!important;margin:0!important;padding:0!important;list-style:none!important}
.rel-header .rel-nav-list>li{display:block!important;margin:0!important;padding:0!important;position:relative!important;float:none!important}
.rel-header .rel-nav-list>li>a{display:block!important;white-space:nowrap!important;color:#fff!important;background:transparent!important;border:0!important;box-shadow:none!important;line-height:1.2!important}
.rel-header .rel-nav-list>li>a:hover{color:var(--rel-gold)!important}
.rel-header .rel-nav-list ul.sub-menu{display:none!important}
.rel-main-nav.is-mega-open .rel-services-mega{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.rel-services-mega{pointer-events:none}
.rel-services-mega:hover{pointer-events:auto}

/* The homepage is template-driven. Legacy VC rows must never be layered into it. */
body.rel-front-page .rel-existing-content{display:none!important}

/* Keep WPBakery's own full-width geometry intact. Do not squeeze VC into our layout grid. */
.rel-vc-fullwidth{width:100%;max-width:none;margin:0;padding:0;overflow:visible}
.rel-vc-content>.vc_row,
.rel-vc-content>.vc_section,
.rel-vc-content .vc_row[data-vc-full-width]{margin-top:0;margin-bottom:0}
.rel-vc-content>.vc_row:not([data-vc-full-width]),
.rel-vc-content>.vc_section:not([data-vc-full-width]){margin-left:auto;margin-right:auto}
.rel-vc-content .vc_row[data-vc-full-width]{overflow:hidden!important}
.rel-vc-content .vc_column_container>.vc_column-inner{box-sizing:border-box}
.rel-vc-content .wpb_content_element:last-child{margin-bottom:0}
.rel-vc-content img{max-width:100%;height:auto}

/* Make our own dark areas immune to inherited builder/plugin typography. */
.rel-header,
.rel-hero,
.rel-trustbar,
.rel-split-dark,
.rel-service-hero,
.rel-service-nav,
.rel-service-cta,
.rel-contact-band,
.rel-footer{color:#fff}
.rel-header h1,.rel-header h2,.rel-header h3,.rel-header h4,.rel-header h5,.rel-header h6,
.rel-hero h1,.rel-hero h2,.rel-hero h3,.rel-hero h4,.rel-hero h5,.rel-hero h6,
.rel-trustbar h1,.rel-trustbar h2,.rel-trustbar h3,.rel-trustbar h4,.rel-trustbar h5,.rel-trustbar h6,
.rel-split-dark h1,.rel-split-dark h2,.rel-split-dark h3,.rel-split-dark h4,.rel-split-dark h5,.rel-split-dark h6,
.rel-service-hero h1,.rel-service-hero h2,.rel-service-hero h3,.rel-service-hero h4,.rel-service-hero h5,.rel-service-hero h6,
.rel-service-nav h1,.rel-service-nav h2,.rel-service-nav h3,
.rel-service-cta h1,.rel-service-cta h2,.rel-service-cta h3,
.rel-contact-band h1,.rel-contact-band h2,.rel-contact-band h3,
.rel-footer h1,.rel-footer h2,.rel-footer h3,.rel-footer h4{color:#fff!important}

/* VC service pages use a compact service switcher above the builder content. */
.rel-service-switcher{background:#f4f1eb;border-bottom:1px solid #e2ddd4;padding:22px 0 18px;position:relative;z-index:5}
.rel-service-switcher-head{display:flex;align-items:center;gap:16px;margin-bottom:12px}
.rel-service-switcher-head .rel-eyebrow{margin:0}
.rel-service-switcher-head strong{font-size:15px;color:var(--rel-navy)}
.rel-service-switcher nav{display:flex;gap:8px;overflow-x:auto;padding:2px 0 8px;scrollbar-width:thin}
.rel-service-switcher nav a{flex:0 0 auto;padding:9px 13px;border:1px solid #d8d2c8;border-radius:999px;background:#fff;color:#41525e;font-size:12px;font-weight:750;line-height:1.2}
.rel-service-switcher nav a:hover,.rel-service-switcher nav a.is-active{background:var(--rel-navy);border-color:var(--rel-navy);color:#fff}

/* Prevent old builder text from being covered by the fixed header and avoid accidental overlap. */
.rel-page-content,.rel-service-content{position:relative;z-index:1;clear:both}
.rel-vc-content .vc_row:before,.rel-vc-content .vc_row:after{content:" ";display:table}
.rel-vc-content .vc_row:after{clear:both}
.rel-vc-content .wpb_wrapper:after{content:"";display:block;clear:both}




/* ========================================================================== 
   v1.4.0 — REL / WPBakery migration adapter
   The old page-specific VC CSS is disabled in functions.php. These rules own
   layout/spacing while existing background images and colors are preserved.
   ========================================================================== */
body.rel-service-vc-page .rel-service-main{overflow:hidden;background:#fff}
body.rel-service-vc-page .rel-vc-legacy-content{
  width:100%;max-width:none;margin:0;padding:86px 0 0!important;background:#fff;
  position:relative;z-index:1;color:var(--rel-ink)
}
body.rel-service-vc-page .rel-vc-legacy-content>.vc_row{
  width:100%!important;max-width:none!important;left:auto!important;right:auto!important;
  margin:0!important;padding:76px 0!important;position:relative!important;clear:both!important;
  box-sizing:border-box!important;overflow:visible!important
}
body.rel-service-vc-page .rel-vc-legacy-content>.vc_row:first-child{
  min-height:410px;padding:104px 0 96px!important;display:flex;align-items:center;
  background-position:center!important;background-size:cover!important
}
body.rel-service-vc-page .rel-vc-legacy-content>.vc_row:first-child:before{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,22,35,.82),rgba(4,22,35,.45));z-index:0;pointer-events:none
}
body.rel-service-vc-page .rel-vc-row-inner{
  width:min(1240px,calc(100% - 56px));margin:0 auto;display:flex;flex-wrap:wrap;gap:34px;
  position:relative;z-index:1;align-items:stretch
}
body.rel-service-vc-page .rel-vc-row-inner>.wpb_column,
body.rel-service-vc-page .rel-vc-row-inner>.vc_column_container{
  float:none!important;margin:0!important;min-width:0
}
body.rel-service-vc-page .rel-vc-row-inner>.vc_col-sm-12{width:100%!important;flex:1 1 100%}
body.rel-service-vc-page .rel-vc-row-inner>.vc_col-sm-6{width:calc(50% - 17px)!important;flex:1 1 calc(50% - 17px)}
body.rel-service-vc-page .rel-vc-row-inner>.vc_col-sm-4{width:calc(33.333% - 23px)!important;flex:1 1 calc(33.333% - 23px)}
body.rel-service-vc-page .rel-vc-row-inner>.vc_col-sm-8{width:calc(66.666% - 12px)!important;flex:1 1 calc(66.666% - 12px)}
body.rel-service-vc-page .rel-vc-row-inner>.vc_col-sm-3{width:calc(25% - 26px)!important;flex:1 1 calc(25% - 26px)}
body.rel-service-vc-page .rel-vc-legacy-content .vc_column-inner{padding-left:0!important;padding-right:0!important}
body.rel-service-vc-page .rel-vc-legacy-content .wpb_content_element{margin-bottom:22px}
body.rel-service-vc-page .rel-vc-legacy-content .wpb_content_element:last-child{margin-bottom:0}
body.rel-service-vc-page .rel-vc-legacy-content img{max-width:100%;height:auto}
body.rel-service-vc-page .rel-vc-legacy-content .aligncenter{margin-left:auto!important;margin-right:auto!important}

/* Typography */
body.rel-service-vc-page .rel-vc-legacy-content h1,
body.rel-service-vc-page .rel-vc-legacy-content h2,
body.rel-service-vc-page .rel-vc-legacy-content h3{color:var(--rel-navy);letter-spacing:-.03em}
body.rel-service-vc-page .rel-vc-legacy-content h1{font-size:clamp(38px,4.5vw,64px);line-height:1.06;margin:0 0 26px}
body.rel-service-vc-page .rel-vc-legacy-content h2{font-size:clamp(31px,3.2vw,46px);line-height:1.1;margin:0 0 24px}
body.rel-service-vc-page .rel-vc-legacy-content h3{font-size:clamp(24px,2.2vw,32px);line-height:1.18;margin:0 0 18px}
body.rel-service-vc-page .rel-vc-legacy-content p,
body.rel-service-vc-page .rel-vc-legacy-content li{font-size:16px;line-height:1.75;color:#314554}
body.rel-service-vc-page .rel-vc-legacy-content ul{padding-left:22px;margin:0 0 24px}
body.rel-service-vc-page .rel-vc-legacy-content li::marker{color:var(--rel-gold)}
body.rel-service-vc-page .rel-vc-legacy-content strong{color:var(--rel-navy)}

/* Hero: only the existing first VC row, no duplicate theme hero */
body.rel-service-vc-page .rel-vc-legacy-content>.vc_row:first-child h1,
body.rel-service-vc-page .rel-vc-legacy-content>.vc_row:first-child p{color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.12)}
body.rel-service-vc-page .rel-vc-legacy-content>.vc_row:first-child h1{max-width:1120px;margin:0 auto 26px;text-align:center}
body.rel-service-vc-page .rel-vc-legacy-content>.vc_row:first-child p{max-width:980px;margin:0 auto 12px!important;font-size:17px;line-height:1.72;text-align:center}

/* Existing two-column service rows become a coherent premium grid. */
body.rel-service-vc-page .rel-vc-row-inner.rel-vc-cols-2>.wpb_column>.vc_column-inner{
  height:100%;background:rgba(255,255,255,.96);border:1px solid rgba(7,29,45,.08);
  border-radius:18px;box-shadow:0 18px 55px rgba(7,29,45,.10);overflow:hidden;padding:0!important
}
body.rel-service-vc-page .rel-vc-row-inner.rel-vc-cols-2>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_content_element:first-child:has(img){margin:0}
body.rel-service-vc-page .rel-vc-row-inner.rel-vc-cols-2>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_content_element:first-child:has(img) img{
  width:100%!important;max-width:none!important;height:300px!important;object-fit:cover;margin:0!important
}
body.rel-service-vc-page .rel-vc-row-inner.rel-vc-cols-2>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_content_element:not(:first-child){padding:30px 34px 34px}

/* White-font compatibility and automatic dark-background contrast. */
body.rel-service-vc-page .rel-vc-legacy-content .white-font,
body.rel-service-vc-page .rel-vc-legacy-content .white-font *,
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark,
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark h1,
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark h2,
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark h3,
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark h4,
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark strong{color:#fff!important}
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark p,
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark li{color:rgba(255,255,255,.84)!important}
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark a{color:var(--rel-gold-2)!important}

/* Reusable CTA blocks should never inherit giant legacy offsets. */
body.rel-service-vc-page .rel-vc-legacy-content [class*="vc_custom_"]{margin-top:0!important;margin-bottom:0!important}
body.rel-service-vc-page .rel-vc-legacy-content .rel-auto-dark{position:relative}

.rel-service-directory{padding:76px 0 82px;background:#f5f2ec;border-top:1px solid #e3ddd2;clear:both;position:relative;z-index:4}
.rel-service-directory-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}
.rel-service-directory-head h2{margin:7px 0 0;color:var(--rel-navy);font-size:clamp(28px,3.2vw,42px);line-height:1.08;letter-spacing:-.03em}
.rel-service-directory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.rel-service-directory-grid>a{display:flex;align-items:center;gap:12px;min-height:64px;padding:12px 15px;background:#fff;border:1px solid #e1ddd5;border-radius:12px;color:#324653;font-size:13px;font-weight:750;line-height:1.25;transition:.2s ease}
.rel-service-directory-grid>a:hover,.rel-service-directory-grid>a.is-active{background:var(--rel-navy);border-color:var(--rel-navy);color:#fff;transform:translateY(-2px)}
.rel-service-directory-icon{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:rgba(201,151,82,.12);color:var(--rel-gold)}
.rel-service-directory-icon .rel-icon{width:16px;height:16px}

@media (max-width:900px){
  body.rel-service-vc-page .rel-vc-row-inner{width:min(100% - 36px,720px);gap:22px}
  body.rel-service-vc-page .rel-vc-row-inner>.wpb_column,
  body.rel-service-vc-page .rel-vc-row-inner>.vc_column_container{width:100%!important;flex:1 1 100%!important}
  body.rel-service-vc-page .rel-vc-legacy-content>.vc_row{padding:58px 0!important}
  body.rel-service-vc-page .rel-vc-legacy-content>.vc_row:first-child{padding:84px 0 70px!important;min-height:340px}
  .rel-service-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:600px){
  body.rel-service-vc-page .rel-vc-legacy-content{padding-top:74px!important}
  body.rel-service-vc-page .rel-vc-row-inner{width:calc(100% - 28px)}
  body.rel-service-vc-page .rel-vc-legacy-content>.vc_row{padding:46px 0!important}
  body.rel-service-vc-page .rel-vc-row-inner.rel-vc-cols-2>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_content_element:not(:first-child){padding:24px}
  body.rel-service-vc-page .rel-vc-row-inner.rel-vc-cols-2>.wpb_column>.vc_column-inner>.wpb_wrapper>.wpb_content_element:first-child:has(img) img{height:230px!important}
  .rel-service-directory-grid{grid-template-columns:1fr}
}

/* ========================================================================== 
   v1.5.0 — VC-free service page renderer
   Existing WPBakery shortcodes are translated to semantic REL markup in PHP.
   ========================================================================== */
.rel-migrated-service-content{width:100%;max-width:none;margin:0;padding:0;background:#fff;color:var(--rel-ink)}
.rel-migrated-service-content .rel-migrated-section{position:relative;width:100%;margin:0;padding:82px 0;background:#fff;overflow:hidden}
.rel-migrated-service-content .rel-migrated-row{display:flex;flex-wrap:wrap;gap:32px;align-items:stretch;position:relative;z-index:2}
.rel-migrated-col{min-width:0;flex:0 0 100%}
.rel-migrated-col-12{flex-basis:100%}.rel-migrated-col-10{flex-basis:calc(83.333% - 6px)}.rel-migrated-col-9{flex-basis:calc(75% - 8px)}.rel-migrated-col-8{flex-basis:calc(66.666% - 11px)}.rel-migrated-col-6{flex-basis:calc(50% - 16px)}.rel-migrated-col-4{flex-basis:calc(33.333% - 22px)}.rel-migrated-col-3{flex-basis:calc(25% - 24px)}.rel-migrated-col-2{flex-basis:calc(16.666% - 27px)}
.rel-migrated-col-inner{height:100%}
.rel-migrated-text{color:#314554}
.rel-migrated-text+.rel-migrated-text{margin-top:18px}
.rel-migrated-text h1,.rel-migrated-text h2,.rel-migrated-text h3,.rel-migrated-text h4{color:var(--rel-navy);letter-spacing:-.035em;text-wrap:balance}
.rel-migrated-text h1{font-size:clamp(38px,4.5vw,64px);line-height:1.04;margin:0 0 25px}
.rel-migrated-text h2{font-size:clamp(31px,3.1vw,46px);line-height:1.09;margin:0 0 22px}
.rel-migrated-text h3{font-size:clamp(23px,2vw,30px);line-height:1.18;margin:34px 0 14px}
.rel-migrated-text h3:first-child{margin-top:0}
.rel-migrated-text p,.rel-migrated-text li{font-size:16px;line-height:1.78;color:#314554}
.rel-migrated-text p{margin:0 0 16px}.rel-migrated-text ul,.rel-migrated-text ol{margin:14px 0 24px;padding-left:22px}.rel-migrated-text li{margin:7px 0}.rel-migrated-text li::marker{color:var(--rel-gold)}
.rel-migrated-text strong{color:var(--rel-navy)}
.rel-migrated-text img{display:block;max-width:100%;height:auto;border-radius:16px}
.rel-migrated-text p:has(>img:only-child){margin:0}

/* Hero is always the first original VC row. Old negative margins/paddings are ignored. */
.rel-migrated-service-content .rel-migrated-hero{min-height:520px;padding:150px 0 105px;background-color:var(--rel-navy);background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important;display:flex;align-items:center}
.rel-migrated-service-content .rel-migrated-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,22,35,.92) 0%,rgba(4,22,35,.72) 52%,rgba(4,22,35,.45) 100%);z-index:1}
.rel-migrated-service-content .rel-migrated-hero .rel-migrated-row{justify-content:center}
.rel-migrated-service-content .rel-migrated-hero .rel-migrated-col{max-width:1120px}
.rel-migrated-service-content .rel-migrated-hero .rel-migrated-text{text-align:center}
.rel-migrated-service-content .rel-migrated-hero h1{max-width:1080px;margin:0 auto 28px;color:#fff!important;text-shadow:0 3px 28px rgba(0,0,0,.25)}
.rel-migrated-service-content .rel-migrated-hero p{max-width:980px;margin:0 auto 12px;color:rgba(255,255,255,.9)!important;font-size:17px;line-height:1.72}
.rel-migrated-service-content .rel-migrated-hero .white-font,.rel-migrated-service-content .rel-migrated-hero .white-font *{color:#fff!important}

/* Existing two-column content becomes a polished editorial card grid. */
.rel-migrated-service-content .rel-migrated-feature-grid{background:#f1f1f0;padding:92px 0}
.rel-migrated-service-content .rel-migrated-feature-grid .rel-migrated-col-6>.rel-migrated-col-inner{background:#fff;border:1px solid rgba(7,29,45,.08);border-radius:20px;overflow:hidden;box-shadow:0 18px 55px rgba(7,29,45,.08)}
.rel-migrated-service-content .rel-migrated-feature-grid .rel-migrated-col-6 .rel-migrated-text{padding:0 34px 34px}
.rel-migrated-service-content .rel-migrated-feature-grid .rel-migrated-col-6 .rel-migrated-text:first-child{padding:0}
.rel-migrated-service-content .rel-migrated-feature-grid .rel-migrated-col-6 .rel-migrated-text:first-child img{width:100%;height:330px;object-fit:cover;border-radius:0}
.rel-migrated-service-content .rel-migrated-feature-grid .rel-migrated-col-6 .rel-migrated-text:nth-child(2){padding-top:31px}

/* Long one-column text sections get readable measure and a subtle editorial treatment. */
.rel-migrated-service-content .rel-migrated-copy-section{background:#fff}
.rel-migrated-service-content .rel-migrated-copy-section:nth-of-type(even){background:#f8f7f4}
.rel-migrated-service-content .rel-migrated-copy-section .rel-migrated-col-12{max-width:1080px;margin:0 auto}
.rel-migrated-service-content .rel-migrated-copy-section .rel-migrated-text>h3{position:relative;padding-left:24px}
.rel-migrated-service-content .rel-migrated-copy-section .rel-migrated-text>h3:before{content:"";position:absolute;left:0;top:.2em;width:4px;height:1.05em;border-radius:99px;background:var(--rel-gold)}

.rel-migrated-service-content .is-dark{background-color:var(--rel-navy);background-position:center!important;background-size:cover!important}
.rel-migrated-service-content .is-dark:before{content:"";position:absolute;inset:0;background:rgba(5,25,39,.82);z-index:1}
.rel-migrated-service-content .is-dark h1,.rel-migrated-service-content .is-dark h2,.rel-migrated-service-content .is-dark h3,.rel-migrated-service-content .is-dark h4,.rel-migrated-service-content .is-dark strong{color:#fff!important}
.rel-migrated-service-content .is-dark p,.rel-migrated-service-content .is-dark li{color:rgba(255,255,255,.86)!important}
.rel-migrated-service-content .is-dark a{color:var(--rel-gold-2)}

@media (max-width:900px){
  .rel-migrated-service-content .rel-migrated-section{padding:64px 0}
  .rel-migrated-service-content .rel-migrated-hero{min-height:440px;padding:125px 0 82px}
  .rel-migrated-col-10,.rel-migrated-col-9,.rel-migrated-col-8,.rel-migrated-col-6,.rel-migrated-col-4,.rel-migrated-col-3,.rel-migrated-col-2{flex-basis:100%}
  .rel-migrated-service-content .rel-migrated-feature-grid .rel-migrated-col-6 .rel-migrated-text:first-child img{height:300px}
}
@media (max-width:600px){
  .rel-migrated-service-content .rel-migrated-section{padding:50px 0}
  .rel-migrated-service-content .rel-migrated-row{gap:22px}
  .rel-migrated-service-content .rel-migrated-hero{min-height:390px;padding:105px 0 68px}
  .rel-migrated-service-content .rel-migrated-hero h1{font-size:clamp(34px,10vw,48px)}
  .rel-migrated-service-content .rel-migrated-hero p{font-size:15px}
  .rel-migrated-service-content .rel-migrated-feature-grid{padding:58px 0}
  .rel-migrated-service-content .rel-migrated-feature-grid .rel-migrated-col-6 .rel-migrated-text{padding:0 24px 28px}
  .rel-migrated-service-content .rel-migrated-feature-grid .rel-migrated-col-6 .rel-migrated-text:first-child img{height:235px}
}

/* =========================================================
   REL Referenzen / Fallbeispiele
   ========================================================= */
.rel-case-hero{position:relative;min-height:590px;display:flex;align-items:flex-end;background:var(--rel-navy,#061b2b) var(--rel-case-hero) center/cover no-repeat;color:#fff;padding:150px 0 88px;overflow:hidden}
.rel-case-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,22,35,.96) 0%,rgba(4,22,35,.78) 48%,rgba(4,22,35,.38) 100%)}
.rel-case-hero-inner{position:relative;z-index:1;max-width:1050px;margin-left:max(calc((100vw - 1280px)/2),24px)}
.rel-case-hero h1{color:#fff;font-size:clamp(42px,5vw,76px);line-height:1.02;max-width:980px;margin:18px 0 24px;letter-spacing:-.035em}
.rel-case-hero p{color:rgba(255,255,255,.82);font-size:20px;line-height:1.7;max-width:830px}
.rel-breadcrumbs{display:flex;gap:9px;align-items:center;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.58);margin-bottom:24px}.rel-breadcrumbs a{color:rgba(255,255,255,.78)}
.rel-case-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.rel-case-tags a{padding:8px 13px;border:1px solid rgba(255,255,255,.25);border-radius:100px;color:#fff;background:rgba(255,255,255,.07);font-size:13px}
.rel-case-facts{background:#fff;border-bottom:1px solid #e9e5dd}.rel-case-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.rel-case-facts article{display:flex;gap:14px;padding:27px 24px;border-right:1px solid #eee9e0}.rel-case-facts article:last-child{border-right:0}.rel-case-fact-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#f7f2e9;color:var(--rel-gold,#c99752);flex:0 0 auto}.rel-case-fact-icon svg{width:19px}.rel-case-facts small,.rel-case-summary-card small{display:block;color:#7c8790;font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px}.rel-case-facts strong{font-size:15px;color:#112a3a;line-height:1.35}
.rel-case-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:72px;align-items:start}.rel-case-main{min-width:0}.rel-case-content-block{padding:0 0 58px;margin:0 0 58px;border-bottom:1px solid #e7e3dc}.rel-case-content-block:last-child{border-bottom:0}.rel-case-content-block h2,.rel-case-gallery-section h2{font-size:clamp(30px,3vw,46px);margin:10px 0 24px;color:#0b2537;letter-spacing:-.025em}.rel-case-richtext{font-size:18px;line-height:1.86;color:#334b5a}.rel-case-richtext p:last-child{margin-bottom:0}
.rel-case-sidebar{position:sticky;top:112px;display:grid;gap:22px}.rel-case-summary-card,.rel-case-service-card{background:#fff;border:1px solid #e7e1d7;border-radius:18px;padding:28px;box-shadow:0 18px 45px rgba(7,28,42,.08)}.rel-case-summary-card>div{padding:17px 0;border-bottom:1px solid #eee9e0}.rel-case-summary-card strong{display:block;color:#0b2537;font-size:22px}.rel-case-privacy{font-size:12px;line-height:1.65;color:#78858d;margin:22px 0 0}.rel-case-service-card h3{font-size:24px;margin:9px 0 18px}.rel-case-service-card>a{display:grid;grid-template-columns:28px 1fr 18px;align-items:center;gap:10px;padding:13px 0;border-top:1px solid #eee9e0;color:#193243}.rel-case-service-card>a svg:first-child{color:var(--rel-gold,#c99752)}.rel-case-service-card>a svg:last-child{width:15px}
.rel-case-gallery-section{padding-top:15px}.rel-case-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.rel-case-gallery a{display:block;border-radius:14px;overflow:hidden;background:#e9ecee}.rel-case-gallery img{width:100%;height:330px;object-fit:cover;display:block;transition:transform .35s ease}.rel-case-gallery a:hover img{transform:scale(1.025)}
.rel-case-related,.rel-home-references{background:#f5f2ec;padding:92px 0}.rel-case-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:38px 0}.rel-case-card{background:#fff;border:1px solid #e7e1d8;border-radius:18px;overflow:hidden;box-shadow:0 15px 40px rgba(7,28,42,.07);transition:transform .25s ease,box-shadow .25s ease}.rel-case-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(7,28,42,.12)}.rel-case-card-image{position:relative;display:block;height:260px;overflow:hidden;background:#0b2537}.rel-case-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.rel-case-card:hover .rel-case-card-image img{transform:scale(1.035)}.rel-case-card-image>span{position:absolute;left:18px;bottom:18px;background:#fff;color:#173043;padding:8px 12px;border-radius:100px;font-size:12px;font-weight:700}.rel-case-card-body{padding:26px}.rel-case-card-meta{display:flex;gap:14px;color:#8a9298;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.rel-case-card h3{font-size:24px;line-height:1.25;margin:12px 0}.rel-case-card h3 a{color:#0b2537}.rel-case-card p{color:#546974;line-height:1.65;margin:0 0 22px}
.rel-reference-archive-hero{padding:190px 0 92px;background:linear-gradient(110deg,#061b2b,#0d3146);color:#fff}.rel-reference-archive-hero h1{font-size:clamp(46px,6vw,82px);color:#fff;letter-spacing:-.04em;margin:10px 0 22px}.rel-reference-archive-hero p{max-width:780px;font-size:20px;color:rgba(255,255,255,.74);line-height:1.7}.rel-reference-filter{background:#fff;border-bottom:1px solid #e7e1d8;box-shadow:0 8px 24px rgba(6,27,43,.06)}.rel-reference-filter form{display:flex;gap:18px;align-items:flex-end;padding:22px 0}.rel-reference-filter form>div{min-width:230px}.rel-reference-filter label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#6f7b83;margin-bottom:7px}.rel-reference-filter select{width:100%;min-height:46px;border:1px solid #d9d9d4;border-radius:7px;background:#fff;padding:0 38px 0 12px;color:#183142}.rel-filter-reset{align-self:center;margin-top:20px;color:#7a858b;text-decoration:underline}.rel-empty-state{grid-column:1/-1;padding:80px 20px;text-align:center}
.rel-reference-archive .navigation.pagination{margin-top:50px}.rel-reference-archive .nav-links{display:flex;justify-content:center;gap:7px}.rel-reference-archive .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid #ddd8cf;border-radius:6px;background:#fff;color:#173043}.rel-reference-archive .page-numbers.current{background:#0b2537;color:#fff;border-color:#0b2537}

/* v1.6.3: visible reference taxonomy output */
.rel-case-taxonomies{display:grid;gap:12px;margin:0 0 18px}.rel-case-taxonomy-group{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}.rel-case-taxonomy-label{padding-top:6px;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#89939a;white-space:nowrap}.rel-case-taxonomy-badges{display:flex;gap:7px;flex-wrap:wrap}.rel-case-badge{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:750;line-height:1.2;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.rel-case-badge:hover{transform:translateY(-1px)}.rel-case-badge-theme{background:#eef2f3;color:#173043;border:1px solid #dde4e6}.rel-case-badge-theme:hover{background:#e3eaec;color:#0b2537}.rel-case-badge-service{background:#fff8ec;color:#9a6824;border:1px solid rgba(201,151,82,.42)}.rel-case-badge-service:hover{background:#f8ead2;color:#7f541b}.rel-case-taxonomies-hero{margin-top:28px;margin-bottom:0}.rel-case-taxonomies-hero .rel-case-taxonomy-label{color:rgba(255,255,255,.6)}.rel-case-taxonomies-hero .rel-case-badge-theme{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.24);color:#fff}.rel-case-taxonomies-hero .rel-case-badge-service{background:rgba(201,151,82,.17);border-color:rgba(201,151,82,.58);color:#f2c984}.rel-case-card-image>span{display:none}
