
/* Source: assets/css/styles.css */
:root {
  --ink:#141E36; --ink2:#1C2A42; --ink3:#253352;
  --paper:#182030; --paper2:#1E2A40; --paper3:#243050;
  --white:#0B1220;
  --orange:#F4580A; --orange2:#FF7235; --blue:#1A3B7A;
  --muted:#8AA0BB; --line:rgba(255,255,255,0.07); --line-dark:rgba(255,255,255,0.09);
  --shadow-soft:0 8px 32px rgba(0,0,0,0.28); --shadow-md:0 16px 48px rgba(0,0,0,0.36);
  --shadow-lg:0 24px 64px rgba(0,0,0,0.48); --r:6px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',system-ui,sans-serif;background:#080E1C;color:rgba(255,255,255,0.85);text-rendering:optimizeLegibility;overflow-x:hidden}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(244,88,10,0.4);outline-offset:3px}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.narrow{max-width:820px}.center{text-align:center}

/* NAV */
.site-header{position:sticky;top:0;z-index:100;background:rgba(11,18,32,0.97);backdrop-filter:blur(16px)}
.site-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--orange),var(--blue));opacity:0.45}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:24px}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{display:flex;flex-direction:column;gap:3px}
.brand-mark span{display:block;height:4px;border-radius:2px}
.brand-mark span:nth-child(1){width:28px;background:var(--orange)}
.brand-mark span:nth-child(2){width:28px;background:rgba(255,255,255,0.7)}
.brand-mark span:nth-child(3){width:18px;background:var(--blue)}
.brand-text{font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:18px;letter-spacing:2px;text-transform:uppercase;color:#fff;line-height:1}
.brand-text em{color:var(--orange);font-style:normal;display:block;font-size:10px;letter-spacing:4px;font-weight:600;margin-top:1px}
.nav{display:flex;align-items:center;gap:28px}
.nav ul{display:flex;list-style:none;gap:24px}
.nav ul li:nth-child(1) a { color: rgba(255,255,255,0.85); }
.nav ul li:nth-child(2) a { color: var(--orange2); }
.nav ul li:nth-child(3) a { color: rgba(255,255,255,0.85); }
.nav ul li:nth-child(4) a { color: var(--orange); }
.nav ul li:nth-child(5) a { color: var(--orange2); }
.nav ul li:nth-child(6) a { color: rgba(255,255,255,0.85); }
.nav a{font-size:15px;font-weight:700;color:rgba(255,255,255,0.85);letter-spacing:0.2px;transition:color .2s, opacity .2s}
.nav a:hover{opacity:0.7}
.nav a[aria-current="page"]{color:var(--orange);position:relative}
.nav a[aria-current="page"]::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--blue));border-radius:2px}
.nav-cta{background:var(--orange)!important;color:#fff!important;padding:10px 20px;border-radius:var(--r);font-weight:600!important;font-size:13px!important;box-shadow:0 4px 16px rgba(244,88,10,0.28);transition:box-shadow .2s,transform .2s}
.nav-cta:hover{box-shadow:0 6px 22px rgba(244,88,10,0.4)!important;transform:translateY(-1px)}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:1px solid rgba(255,255,255,0.15);padding:10px 12px;border-radius:var(--r);cursor:pointer}
.nav-toggle span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* HERO */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;padding:90px 0 70px;background:linear-gradient(135deg,rgba(7,16,31,0.94) 0%,rgba(11,26,54,0.90) 55%,rgba(14,34,72,0.88) 100%);color:#fff}
.hero::after{content:'';position:absolute;right:8%;top:10%;width:420px;height:420px;background:radial-gradient(circle,rgba(244,88,10,0.15) 0%,transparent 70%);pointer-events:none}
.hero-grid-lines{position:absolute;inset:0;opacity:0.032;background-image:linear-gradient(rgba(255,255,255,1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,1) 1px,transparent 1px);background-size:64px 64px}
.hero-bignum{position:absolute;right:60px;top:50%;transform:translateY(-50%);width:clamp(160px,24vw,340px);opacity:0.08;pointer-events:none}
.hero-bignum img{width:100%;height:auto;display:block}
.hero-content{position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;font-size:11px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--orange2)}
.eyebrow::before{content:'';display:block;width:36px;height:2px;background:var(--orange);border-radius:2px;flex-shrink:0}
.hero h1{font-family:'Barlow Condensed',sans-serif;font-size:clamp(52px,9vw,106px);font-weight:900;line-height:0.93;text-transform:uppercase;letter-spacing:-2px;margin-bottom:28px}
.hero h1 .accent{color:var(--orange)}
.hero h1 .outline{-webkit-text-stroke:2px rgba(255,255,255,0.22);color:transparent;display:inline;position:relative}
.lead{font-size:17px;line-height:1.72;color:rgba(255,255,255,0.62);max-width:540px;margin-bottom:36px;font-weight:300}
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--orange);color:#fff;padding:14px 28px;border-radius:var(--r);font-weight:600;font-size:15px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 28px rgba(244,88,10,0.35);border:0;cursor:pointer;font-family:inherit}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(244,88,10,0.45)}
.btn-secondary{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,0.68);padding:14px 22px;border:1px solid rgba(255,255,255,0.18);border-radius:var(--r);font-weight:500;font-size:15px;transition:all .2s}
.btn-secondary:hover{color:#fff;border-color:rgba(255,255,255,0.42);background:rgba(255,255,255,0.05)}
.hero-stats{display:flex;margin-top:56px;border:1px solid rgba(255,255,255,0.1);border-radius:var(--r);overflow:hidden;max-width:580px}
.hero-stat{flex:1;padding:18px 22px;border-right:1px solid rgba(255,255,255,0.1)}
.hero-stat:last-child{border-right:0}
.hero-stat strong{display:block;font-family:'Barlow Condensed',sans-serif;font-size:26px;font-weight:800;color:#fff;letter-spacing:-0.5px}
.hero-stat span{display:block;font-size:11px;color:rgba(255,255,255,0.4);margin-top:3px}

/* SUBHERO */
.subhero{padding:80px 0 48px;background:linear-gradient(135deg,rgba(7,16,31,0.86) 0%,rgba(11,26,54,0.80) 100%);color:#fff}
.subhero h1{font-family:'Barlow Condensed',sans-serif;font-size:clamp(40px,7vw,80px);font-weight:900;text-transform:uppercase;letter-spacing:-1.5px;line-height:1.0;margin-bottom:16px}
.subhero-lead{color:rgba(255,255,255,0.6);max-width:640px;margin-top:12px;font-size:17px;font-weight:300}
.about-me-grid{display:grid;grid-template-columns:1.1fr 0.65fr;gap:48px;align-items:stretch}
.portrait-card{position:relative;overflow:hidden;margin:0;border-radius:var(--r);border:1px solid rgba(255,255,255,0.12);box-shadow:var(--shadow-lg)}
.portrait-card::before{content:'';position:absolute;top:0;left:0;z-index:1;width:100%;height:4px;background:linear-gradient(90deg,var(--orange),var(--blue))}
.portrait-card img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 22%}

/* SECTIONS */
.section{padding:88px 0}
.section.light{background:rgba(28,38,60,0.96)}
.section.paper{background:rgba(22,32,52,0.96)}
.section.paper2{background:rgba(34,46,72,0.96)}
.section.dark{background:rgba(14,20,36,0.97);color:#fff}
.section-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;font-size:11px;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--orange)}
.section-kicker::before{content:'';display:block;width:28px;height:2px;background:var(--orange);border-radius:2px;flex-shrink:0}
h2{font-family:'Barlow Condensed',sans-serif;font-size:clamp(34px,5vw,60px);font-weight:800;line-height:1.0;text-transform:uppercase;letter-spacing:-1px;margin-bottom:16px;color:#fff}
h2 .accent{color:var(--orange)}
h2.on-dark{color:#fff}
h3{font-family:'Barlow Condensed',sans-serif;font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:0.3px;color:#fff;margin-bottom:10px}
p{color:rgba(255,255,255,0.58);line-height:1.75}
p+p{margin-top:12px}
.section-head{margin-bottom:40px}
.section-head h2{max-width:820px}
.section-head.center h2{margin-left:auto;margin-right:auto}

/* PROBLEM */
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:44px}
.problem-item{padding:34px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:8px;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}
.problem-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.problem-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--orange),var(--blue))}
.problem-item.highlight{background:var(--orange);border-color:var(--orange)}
.problem-item.highlight::before{background:rgba(255,255,255,0.25)}
.problem-num{font-family:'Barlow Condensed',sans-serif;font-size:60px;font-weight:900;line-height:1;color:rgba(255,255,255,0.05);margin-bottom:12px}
.problem-item.highlight .problem-num{color:rgba(255,255,255,0.18)}
.problem-title{font-family:'Barlow Condensed',sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:#fff;margin-bottom:10px}
.problem-item.highlight .problem-title{color:#fff}
.problem-item p{font-size:15.5px;line-height:1.72;color:rgba(255,255,255,0.65);font-weight:400}
.problem-item.highlight p{color:rgba(255,255,255,0.82)}

/* LEISTUNGEN */
.leistungen-wrap{margin-top:44px}
.leistung-row{display:grid;grid-template-columns:68px 1fr 1.1fr;gap:0;border-bottom:1px solid rgba(255,255,255,0.07);padding:26px 0;align-items:start;transition:background .15s;border-radius:4px}
.leistung-row:first-child{border-top:1px solid rgba(255,255,255,0.07)}
.leistung-row:hover{background:rgba(244,88,10,0.06);margin:0 -16px;padding-left:16px;padding-right:16px}
.leistung-num{font-family:'Barlow Condensed',sans-serif;font-size:42px;font-weight:900;color:rgba(255,255,255,0.07);line-height:1}
.leistung-title{font-family:'Barlow Condensed',sans-serif;font-size:28px;font-weight:800;text-transform:uppercase;letter-spacing:0.5px;color:#fff;padding-right:28px;padding-top:2px}
.leistung-tag{display:inline-block;background:var(--orange);color:#fff;font-size:9px;font-weight:700;letter-spacing:2px;padding:3px 8px;border-radius:2px;margin-left:10px;vertical-align:middle;text-transform:uppercase}
.leistung-desc{font-size:15.5px;line-height:1.78;color:rgba(255,255,255,0.58);padding-top:4px;font-weight:400}

/* PROZESS */
.prozess-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
.prozess-card{padding:38px 32px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:8px;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}
.prozess-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.prozess-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--orange),var(--blue))}
.prozess-bignum{position:absolute;bottom:-16px;right:18px;font-family:'Barlow Condensed',sans-serif;font-size:110px;font-weight:900;color:rgba(255,255,255,0.03);line-height:1;pointer-events:none}
.prozess-step{display:inline-block;background:var(--orange);color:#fff;font-size:10px;font-weight:700;letter-spacing:3px;padding:4px 10px;border-radius:2px;margin-bottom:16px;text-transform:uppercase}
.prozess-title{font-family:'Barlow Condensed',sans-serif;font-size:24px;font-weight:800;text-transform:uppercase;color:#fff;margin-bottom:10px}
.prozess-text{font-size:15.5px;line-height:1.75;color:rgba(255,255,255,0.58);font-weight:400}

/* CARDS */
.card-grid{display:grid;gap:18px}
.card-grid.three{grid-template-columns:repeat(3,1fr)}
.card{padding:30px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:8px;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--orange),var(--blue))}
.card-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--orange);color:#fff;font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:17px;margin-bottom:16px}

/* OFFER */
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}
.offer-card{padding:36px 30px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:8px;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.offer-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.offer-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--orange),var(--blue))}
.offer-card.featured{background:linear-gradient(145deg,rgba(244,88,10,0.15),rgba(26,59,122,0.15));border-color:rgba(244,88,10,0.3);transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.offer-card.featured::before{background:var(--orange)}
.offer-badge{display:inline-block;background:var(--orange);color:#fff;font-size:9px;font-weight:700;letter-spacing:3px;padding:4px 10px;border-radius:2px;margin-bottom:14px;text-transform:uppercase}
.offer-label{font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:8px}
.offer-card h3{font-size:22px;color:#fff;margin-bottom:6px}
.offer-card.featured h3{color:#fff}
.offer-price{font-family:'Barlow Condensed',sans-serif;font-size:46px;font-weight:900;color:#fff;line-height:1;margin-bottom:4px;letter-spacing:-1px}
.offer-card.featured .offer-price{color:#fff}
.offer-price sup{font-size:18px;vertical-align:top;margin-top:10px;display:inline-block}
.offer-price sub{font-size:15px;font-weight:400;color:rgba(255,255,255,0.38)}
.offer-card.featured .offer-price sub{color:rgba(255,255,255,0.38)}
.offer-sub{font-size:12px;color:rgba(255,255,255,0.35);margin-bottom:18px}
.offer-card.featured .offer-sub{color:rgba(255,255,255,0.35)}
.offer-divider{width:100%;height:1px;background:rgba(255,255,255,0.08);margin-bottom:16px}
.offer-card.featured .offer-divider{background:rgba(255,255,255,0.08)}
.check-list{list-style:none;flex:1;display:grid;gap:9px}
.check-list li{display:flex;gap:10px;font-size:15.5px;color:rgba(255,255,255,0.62);align-items:flex-start;line-height:1.55}
.offer-card.featured .check-list li{color:rgba(255,255,255,0.65)}
.check-list li::before{content:'→';color:var(--orange);font-weight:700;flex-shrink:0}
.offer-cta{display:block;text-align:center;margin-top:20px;padding:12px;border:1.5px solid rgba(255,255,255,0.12);border-radius:var(--r);font-weight:600;font-size:14px;color:rgba(255,255,255,0.45);transition:all .2s}
.offer-cta:hover{border-color:var(--orange);color:var(--orange)}
.offer-card.featured .offer-cta{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 8px 24px rgba(244,88,10,0.32)}
.offer-card.featured .offer-cta:hover{background:#e04a05}

/* SPLIT / HIGHLIGHT */
.split{display:grid;grid-template-columns:1fr 0.78fr;gap:40px;align-items:center}
.highlight-box{padding:34px;background:var(--ink2);border-radius:8px;color:#fff;position:relative;overflow:hidden}
.highlight-box::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--orange),var(--blue))}
.highlight-box h3{color:#fff;margin-bottom:12px}
.highlight-box p{color:rgba(255,255,255,0.75);font-size:15.5px}
.text-link{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:var(--orange);font-weight:600;font-size:14px}
.text-link:hover{text-decoration:underline}
.benefit-list{display:grid;gap:9px;margin-top:16px}
.benefit-item{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;background:rgba(255,255,255,0.05);border-radius:4px;border:1px solid rgba(255,255,255,0.06)}
.benefit-check{color:var(--orange);font-weight:700;font-size:14px;flex-shrink:0;margin-top:1px}
.benefit-text{font-size:15.5px;color:rgba(255,255,255,0.88);font-weight:500;line-height:1.4}
.steps{display:grid;gap:12px;margin-top:16px}
.step{display:flex;gap:14px;padding:15px 17px;border-radius:var(--r);background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);box-shadow:var(--shadow-soft)}
.step strong{color:var(--orange);font-family:'Barlow Condensed',sans-serif;font-size:22px;font-weight:800;flex-shrink:0}

/* ABOUT */
.about-story p{max-width:600px}
.about-story p:first-child{font-size:17px;color:rgba(255,200,160,0.80);font-weight:500;margin-bottom:12px}

/* CTA */
.cta-section{padding:88px 0;background:rgba(14,20,36,0.92);color:#fff;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-160px;right:-160px;width:500px;height:500px;background:radial-gradient(circle,rgba(244,88,10,0.1) 0%,transparent 70%);pointer-events:none}
.cta-box{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:52px 48px;border:1px solid rgba(255,255,255,0.07);border-radius:10px;background:rgba(255,255,255,0.02)}
.cta-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--blue));border-radius:10px 10px 0 0}
.cta-box h2{color:#fff;font-size:clamp(32px,4vw,52px);margin-bottom:10px}
.cta-box p{color:rgba(255,255,255,0.48);max-width:420px;font-size:16px}
.cta-actions{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.cta-tel{font-family:'Barlow Condensed',sans-serif;font-size:28px;font-weight:800;color:#fff;letter-spacing:-0.5px;display:block}
.cta-tel small{display:block;font-family:'DM Sans',sans-serif;font-size:11px;font-weight:500;letter-spacing:2.5px;color:rgba(255,255,255,0.35);text-transform:uppercase;margin-bottom:2px}
.btn-ghost{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,0.6);padding:12px 20px;border:1px solid rgba(255,255,255,0.16);border-radius:var(--r);font-weight:500;font-size:14px;transition:all .2s}
.btn-ghost:hover{color:#fff;border-color:rgba(255,255,255,0.38);background:rgba(255,255,255,0.04)}

/* IMAGE BANNER — Fixed Page Background */
.img-banner{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;height:100vh}
.img-banner-inner{position:absolute;inset:0;background-size:cover;background-position:center 40%}
.img-banner-overlay{position:absolute;inset:0;background:rgba(8,14,28,0.45)}
.img-banner-fade{display:none}
.img-banner ~ *{position:relative;z-index:1}

/* UNTERSEITEN BILD-BANNER (Angebot, etc.) */
.page-img-banner{position:sticky;top:72px;z-index:0;height:460px;background-size:cover;background-position:center 35%}
.page-img-banner::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,14,28,0.3) 0%,rgba(8,14,28,0.15) 40%,rgba(8,14,28,0.5) 100%)}
.page-img-banner-mobile{display:none}

/* SMOOTH ÜBERGANG: Sektion nach dem Banner */
.page-after-banner{position:relative;z-index:1}
.page-after-banner::before{content:'';position:absolute;top:-120px;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent 0%,var(--paper2) 100%);pointer-events:none;z-index:2}

/* Transparentes Fenster zwischen Hero und Inhalt — Bild voll sichtbar */
.img-window{height:420px;background:transparent;position:relative;z-index:1}
.img-window::after{content:'';position:absolute;bottom:0;left:0;right:0;height:160px;background:linear-gradient(to bottom,transparent 0%,rgba(14,22,40,0.96) 100%);pointer-events:none}

/* TESTIMONIALS */
.testimonials-section{background:rgba(16,24,42,0.88);color:#fff;position:relative;overflow:hidden}
.testimonials-section::before{content:'';position:absolute;top:-200px;left:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(244,88,10,0.08) 0%,transparent 65%);pointer-events:none}
.testimonials-section::after{content:'';position:absolute;bottom:-150px;right:-80px;width:500px;height:500px;background:radial-gradient(circle,rgba(26,59,122,0.18) 0%,transparent 65%);pointer-events:none}
.testimonials-head{position:relative;z-index:1;margin-bottom:48px}
.testimonials-head h2{color:#fff;margin-bottom:0}
.testimonials-rating-bar{display:flex;align-items:center;gap:14px;margin-top:18px;flex-wrap:wrap}
.trating-stars{color:#F5C518;font-size:22px;letter-spacing:2px;line-height:1}
.trating-label{font-size:14px;font-weight:600;color:rgba(255,255,255,0.55);letter-spacing:0.5px}
.trating-link{font-size:13px;font-weight:600;color:var(--orange2);letter-spacing:0.3px;transition:color .2s}
.trating-link:hover{color:#fff}
.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;position:relative;z-index:1;max-width:900px;margin:0 auto}
.tcard{padding:36px 32px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.07);border-radius:12px;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:16px;transition:transform .2s,box-shadow .2s,background .2s;backdrop-filter:blur(4px)}
.tcard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange),var(--blue))}
.tcard:hover{transform:translateY(-4px);background:rgba(255,255,255,0.07);box-shadow:0 24px 60px rgba(0,0,0,0.3)}
.tcard-featured{background:linear-gradient(145deg,rgba(244,88,10,0.14) 0%,rgba(26,59,122,0.12) 100%);border-color:rgba(244,88,10,0.25)}
.tcard-featured::before{background:var(--orange)}
.tcard-quote{font-family:'Barlow Condensed',sans-serif;font-size:80px;font-weight:900;color:rgba(244,88,10,0.18);line-height:0.8;margin-bottom:-8px;user-select:none}
.tcard-stars{color:#F5C518;font-size:16px;letter-spacing:2px}
.tcard-text{color:rgba(255,255,255,0.80);font-size:15.5px;line-height:1.75;font-weight:400;flex:1}
.tcard-featured .tcard-text{color:rgba(255,255,255,0.90)}
.tcard-author{display:flex;align-items:center;gap:14px;padding-top:18px;border-top:1px solid rgba(255,255,255,0.07);margin-top:auto}
.tcard-avatar{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,0.12);display:flex;align-items:center;justify-content:center;font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:15px;color:#fff;flex-shrink:0;letter-spacing:0.5px}
.tcard-name{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:17px;text-transform:uppercase;letter-spacing:0.5px;color:#fff;line-height:1.2}
.tcard-role{font-size:13px;color:rgba(255,255,255,0.40);margin-top:2px;font-weight:400}
.testimonials-footer{display:flex;align-items:center;justify-content:space-between;margin-top:44px;padding-top:36px;border-top:1px solid rgba(255,255,255,0.07);position:relative;z-index:1;flex-wrap:wrap;gap:20px}
.tfooter-google{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,0.45);font-size:14px;font-weight:500}

/* FORMS */
.form-layout{display:grid;grid-template-columns:0.8fr 1.2fr;gap:32px;align-items:start}

/* PROJEKTANFRAGE LAYOUT */
.anfrage-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:start}
.anfrage-img-col{position:relative}
.anfrage-img-sticky{position:sticky;top:96px}
.anfrage-img-wrap{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:3/4}
.anfrage-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.anfrage-img-wrap img.anfrage-monogram{position:absolute;top:20px;right:20px;width:56px;height:56px;opacity:0.85;object-fit:contain;z-index:1}
.anfrage-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(8,14,28,0.92) 0%,rgba(8,14,28,0.2) 55%,transparent 100%)}
.anfrage-img-text{padding:24px 4px 0}
.anfrage-img-text h3{font-family:'Barlow Condensed',sans-serif;font-size:26px;font-weight:800;text-transform:uppercase;color:#fff;line-height:1.1;margin-bottom:12px}
.anfrage-img-text p{font-size:14px;color:rgba(255,255,255,0.55);line-height:1.7;margin-bottom:20px}
.anfrage-kontakt-direct{display:flex;flex-direction:column;gap:6px}
.anfrage-tel{font-family:'Barlow Condensed',sans-serif;font-size:28px;font-weight:800;color:var(--orange);letter-spacing:-0.5px;line-height:1}
.anfrage-kontakt-direct span{font-size:13px;color:rgba(255,255,255,0.38)}
.anfrage-form-col{}
.anfrage-mobile-bg{display:none}
.contact-layout{display:grid;grid-template-columns:0.82fr 1.18fr;gap:32px;align-items:start}
.contact-sidebar{display:grid;gap:20px}
.form-card{padding:30px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:8px;position:relative;overflow:hidden;box-shadow:var(--shadow-soft)}
.form-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--orange),var(--blue))}
.contact-card,.contact-note{position:relative;overflow:hidden;padding:24px;border-radius:8px;border:1px solid rgba(255,255,255,0.08);background:rgba(255,255,255,0.04);box-shadow:var(--shadow-soft)}
.contact-card::before,.contact-note::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--orange),var(--blue))}
.contact-note{background:var(--ink2)}
.contact-note h3,.contact-note p{color:rgba(255,255,255,0.75)}
.contact-note h3{color:#fff}
.contact-note .text-link{color:var(--orange2)}
.contact-row{display:grid;gap:3px;padding:13px 0;border-bottom:1px solid var(--line)}
.contact-row:first-child{padding-top:4px}
.contact-row:last-child{padding-bottom:4px;border-bottom:0}
.contact-label{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.contact-row strong,.contact-row a{color:#fff;font-size:15.5px;font-weight:600}
.contact-row a:hover{color:var(--orange)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.form-card>*+*{margin-top:16px}
label{display:block;margin-bottom:7px;font-weight:600;color:rgba(255,255,255,0.75);font-size:15.5px}
input,select,textarea{width:100%;padding:12px 14px;border-radius:var(--r);border:1px solid rgba(255,255,255,0.12);background:rgba(255,255,255,0.06);font:inherit;color:#fff;outline:none;transition:border-color .2s,box-shadow .2s;font-size:15.5px}
select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,0.6) 50%),linear-gradient(135deg,rgba(255,255,255,0.6) 50%,transparent 50%);background-position:calc(100% - 18px) 19px,calc(100% - 12px) 19px;background-size:5px 5px;background-repeat:no-repeat;padding-right:38px}
select option{background:#1C2640;color:#fff}
input:focus,select:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(244,88,10,0.1)}
textarea{resize:vertical}
.checkbox-row{display:flex;gap:12px;align-items:flex-start;color:var(--muted);font-weight:400;font-size:15.5px}
.checkbox-row input{width:auto;margin-top:4px}
.choice-group{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:0;padding:16px;border:1px solid rgba(255,255,255,0.08);border-radius:8px;background:rgba(255,255,255,0.04)}
.choice-group legend{display:none}
.choice-group-label{display:block;font-weight:700;font-size:15px;color:#fff;margin-bottom:8px}
.choice-group .checkbox-row{margin:0;padding:10px 12px;border-radius:var(--r);background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);color:rgba(255,255,255,0.85)}
.form-message{padding:12px 16px;border-radius:var(--r);margin-top:14px;font-size:14px}
.form-message.error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}
.honeypot{position:absolute;left:-9999px}

/* LEGAL */
.legal-copy h2{font-size:20px;margin-top:28px;color:#fff;text-transform:none;letter-spacing:0}
.legal-copy p{margin-top:12px;font-size:15px}

/* FOOTER */
.site-footer{padding:52px 0 28px;background:#04060D;border-top:2px solid rgba(244,88,10,0.3);position:relative;z-index:2}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr auto;gap:40px;margin-bottom:40px}
.footer-monogram{display:flex;align-items:flex-start;justify-content:center}
.footer-monogram img{width:64px;height:64px;opacity:0.9}
.footer-brand p{font-size:13px;color:rgba(255,255,255,0.3);line-height:1.8;margin-top:14px;max-width:260px}
.site-footer h4{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,0.25);margin-bottom:14px}
.site-footer a,.site-footer address p{display:block;font-size:13px;color:rgba(255,255,255,0.38);line-height:2.1;font-style:normal}
.site-footer a:hover{color:rgba(255,255,255,0.82)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:22px;border-top:1px solid rgba(255,255,255,0.05)}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,0.18)}
.footer-cookie-link{color:rgba(255,255,255,0.35)!important;font-size:12px!important;cursor:pointer;line-height:1!important}
.footer-cookie-link:hover{color:var(--orange)!important}

/* WHATSAPP */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:120;display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 18px 0 12px;border-radius:999px;background:#25D366;color:#fff;font-weight:700;font-size:14px;box-shadow:0 8px 32px rgba(37,211,102,0.38);transition:transform .2s,box-shadow .2s}
.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(37,211,102,0.48)}
.whatsapp-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,0.18)}
.whatsapp-icon svg{width:17px;height:17px;fill:#fff}

/* COOKIE BANNER */
#cookie-overlay{position:fixed;inset:0;background:rgba(10,15,30,0.55);backdrop-filter:blur(4px);z-index:9000;display:flex;align-items:flex-end;justify-content:center;padding:16px;transition:opacity .35s;overflow-y:auto}
#cookie-overlay.hidden{opacity:0;pointer-events:none}
#cookie-banner{width:100%;max-width:940px;background:var(--white);border-radius:10px;border:1px solid var(--line);box-shadow:0 32px 80px rgba(10,15,30,0.22);overflow:hidden;transform:translateY(0);transition:transform .35s cubic-bezier(.16,1,.3,1);max-height:calc(100vh - 32px);display:flex;flex-direction:column}
#cookie-overlay.hidden #cookie-banner{transform:translateY(30px)}
.cookie-top-bar{height:4px;background:linear-gradient(90deg,var(--orange),var(--blue));flex-shrink:0}
.cookie-body{padding:26px 30px 22px;overflow-y:auto;flex:1}
.cookie-title{font-family:'Barlow Condensed',sans-serif;font-size:24px;font-weight:800;text-transform:uppercase;color:#fff;letter-spacing:0.3px;margin-bottom:8px}
.cookie-title span{color:var(--orange)}
.cookie-intro{font-size:13px;line-height:1.65;color:var(--muted);max-width:640px;margin-bottom:18px}
.cookie-intro a{color:var(--orange);font-weight:500}
.cookie-tab-bar{display:flex;border-bottom:1px solid var(--line);margin-bottom:18px}
.cookie-tab{padding:9px 16px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s;background:none;border-top:0;border-left:0;border-right:0;font-family:inherit}
.cookie-tab.active{color:var(--orange);border-bottom-color:var(--orange)}
.cookie-tab:hover:not(.active){color:#fff}
.cookie-tab-content{display:none}
.cookie-tab-content.active{display:block}
.cookie-toggle-list{display:grid;gap:9px}
.cookie-toggle-item{display:flex;align-items:flex-start;gap:14px;padding:13px 15px;border:1px solid var(--line);border-radius:var(--r);transition:background .15s}
.cookie-toggle-item:hover{background:rgba(244,88,10,0.03)}
.cookie-toggle-info{flex:1}
.cookie-toggle-name{font-weight:600;font-size:14px;color:#fff;margin-bottom:3px}
.cookie-toggle-desc{font-size:12px;color:var(--muted);line-height:1.6}
.cookie-providers{margin-top:5px;display:flex;flex-wrap:wrap;gap:4px}
.cookie-provider-tag{font-size:10px;font-weight:600;letter-spacing:0.8px;text-transform:uppercase;padding:2px 7px;border-radius:3px;background:rgba(10,15,30,0.06);color:var(--muted)}
.always-on-label{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--muted);padding:3px 8px;background:rgba(10,15,30,0.05);border-radius:3px;flex-shrink:0;margin-top:3px}
.switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0;margin-top:3px}
.switch input{opacity:0;width:0;height:0}
.switch-slider{position:absolute;inset:0;background:#CDD5DC;border-radius:22px;cursor:pointer;transition:background .2s}
.switch-slider::before{content:'';position:absolute;width:16px;height:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,0.15)}
.switch input:checked+.switch-slider{background:var(--orange)}
.switch input:checked+.switch-slider::before{transform:translateX(18px)}
.switch input:disabled+.switch-slider{opacity:0.5;cursor:not-allowed}
.cookie-info-section{margin-bottom:16px}
.cookie-info-section h4{font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#fff;margin-bottom:6px;letter-spacing:0.3px}
.cookie-info-section p{font-size:13px;line-height:1.7;color:var(--muted)}
.cookie-info-section a{color:var(--orange)}
.cookie-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid var(--line);flex-wrap:wrap}
.cookie-footer-links{font-size:12px;color:var(--muted)}
.cookie-footer-links a{color:var(--orange)}
.cookie-btn-group{display:flex;gap:9px;flex-wrap:wrap}
.cookie-btn-reject{padding:10px 18px;border:1px solid var(--line);border-radius:var(--r);font-size:13px;font-weight:600;color:var(--muted);background:var(--white);cursor:pointer;transition:all .2s;font-family:inherit}
.cookie-btn-reject:hover{border-color:#fff;color:#fff}
.cookie-btn-save{padding:10px 18px;border:1.5px solid var(--orange);border-radius:var(--r);font-size:13px;font-weight:600;color:var(--orange);background:transparent;cursor:pointer;transition:all .2s;font-family:inherit}
.cookie-btn-save:hover{background:rgba(244,88,10,0.06)}
.cookie-btn-accept{padding:10px 22px;border:0;border-radius:var(--r);font-size:13px;font-weight:700;color:#fff;background:var(--orange);cursor:pointer;box-shadow:0 4px 16px rgba(244,88,10,0.3);transition:all .2s;font-family:inherit}
.cookie-btn-accept:hover{background:#e04a05}
#cookie-toast{position:fixed;bottom:88px;right:22px;z-index:9001;background:var(--ink);color:#fff;padding:13px 18px;border-radius:var(--r);font-size:13px;font-weight:600;display:flex;align-items:center;gap:10px;box-shadow:0 8px 32px rgba(10,15,30,0.25);transform:translateY(80px);opacity:0;transition:all .4s cubic-bezier(.16,1,.3,1);pointer-events:none}
#cookie-toast.show{transform:translateY(0);opacity:1}
#cookie-toast .toast-check{width:20px;height:20px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}

/* RESPONSIVE */
@media(max-width:980px){
  .about-me-grid,.split,.form-layout,.contact-layout,.footer-grid,.card-grid.three,.offer-grid,.prozess-grid,.problem-grid,.testimonials-grid{grid-template-columns:1fr}
  .anfrage-layout{grid-template-columns:1fr;gap:0}
  .anfrage-img-col{display:none}
  .anfrage-mobile-bg{display:block;position:sticky;top:60px;z-index:0;height:300px;background-image:url('../img/handschlag.png');background-size:cover;background-position:center 30%}
  .anfrage-mobile-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,14,28,0.2) 0%,rgba(8,14,28,0.65) 100%)}
  .anfrage-section{position:relative;z-index:1;background:rgba(22,32,52,0.97)}
  .offer-card.featured{transform:none}
  .cta-box{flex-direction:column;align-items:flex-start}
  .cta-actions{align-items:flex-start}
  .nav-toggle{display:flex}
  .nav{position:absolute;top:76px;left:12px;right:12px;overflow:hidden;padding:0;border-radius:18px;background:linear-gradient(160deg,rgba(14,28,58,0.97) 0%,rgba(10,15,30,0.99) 100%);border:1px solid rgba(255,255,255,0.10);box-shadow:0 32px 80px rgba(10,15,30,0.55),0 0 0 1px rgba(244,88,10,0.10),inset 0 1px 0 rgba(255,255,255,0.08);display:none;flex-direction:column;gap:0;backdrop-filter:blur(20px)}
  .nav::before{content:'';display:block;width:100%;height:3px;background:linear-gradient(90deg,var(--orange),var(--blue));flex-shrink:0}
  .nav::after{content:'';position:absolute;top:-60px;right:-40px;width:220px;height:220px;background:radial-gradient(circle,rgba(244,88,10,0.12) 0%,transparent 65%);pointer-events:none;z-index:0}
  .nav.is-open{display:flex}
  .nav ul{flex-direction:column;width:100%;gap:0;padding:8px 14px 8px;position:relative;z-index:1}
  .nav li{width:100%}
  .nav a{display:flex;align-items:center;min-height:52px;padding:0 12px;border-radius:10px;color:rgba(255,255,255,0.72)!important;font-weight:600;font-size:15px;letter-spacing:0.2px;transition:color .2s,background .2s;border-bottom:1px solid rgba(255,255,255,0.05)}
  .nav li:last-child .nav a,.nav li:last-child a{border-bottom:0}
  .nav a:hover{background:rgba(255,255,255,0.07);color:#fff!important}
  .nav a[aria-current="page"]{color:#fff!important;background:rgba(244,88,10,0.12);border-bottom:1px solid rgba(244,88,10,0.15);border-left:3px solid var(--orange);padding-left:14px}
  .nav a[aria-current="page"]::before{display:none}
  .nav a[aria-current="page"]::after{display:none}
  .nav-cta{width:calc(100% - 28px)!important;justify-content:center;margin:10px 14px 16px;border-radius:10px!important;position:relative;z-index:1}
  .img-banner{position:relative;top:0;height:0;z-index:auto}
  .img-banner-inner{display:none}
  .img-banner ~ *{position:relative;z-index:auto}
  .img-window{height:300px;background-image:url('../img/hero-startseite.webp');background-size:cover;background-position:center 40%;position:sticky;top:60px;z-index:0}
  .img-window::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent 0%,rgba(22,32,52,0.97) 100%);pointer-events:none}
  .img-window ~ *,.section{position:relative;z-index:1}
  .page-img-banner{display:none}
  .page-img-banner-mobile{display:block;position:sticky;top:60px;z-index:0;height:260px;background-size:cover;background-position:center 35%}
  .page-img-banner-mobile::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(14,22,40,0.2) 0%,rgba(14,22,40,0.72) 100%)}
  .page-after-banner{position:relative;z-index:1;background:rgba(22,32,52,0.98)}
  .page-after-banner::before{top:-80px;height:80px}
  .section.light,.section.paper,.section.paper2{background:rgba(22,32,52,0.97)}
  .site-footer{position:relative;z-index:2;background:#04060D}
  .hero-bignum{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-monogram{grid-column:1/-1;justify-content:center;margin-top:8px}
}
@media(max-width:640px){
  .container{width:calc(100% - 28px)}
  .hero{padding:70px 0 56px;background:linear-gradient(135deg,rgba(7,16,31,0.99) 0%,rgba(11,26,54,0.99) 100%);position:relative;z-index:1}
  .hero h1{font-size:clamp(46px,13vw,72px)}
  .section{padding:72px 0}
  .subhero{padding:64px 0 44px}
  .section + .section{border-top:1px solid rgba(255,255,255,0.07)}
  .form-grid,.choice-group{grid-template-columns:1fr}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn-primary,.btn-secondary{width:100%;justify-content:center}
  .hero-stats{flex-direction:column}
  .hero-stat{border-right:0;border-bottom:1px solid rgba(255,255,255,0.1)}
  .hero-stat:last-child{border-bottom:0}
  .leistung-row{grid-template-columns:48px 1fr}
  .leistung-desc{grid-column:1/-1}
  .card,.form-card,.highlight-box,.cta-box,.prozess-card{padding:24px}
  .problem-grid,.prozess-grid{gap:14px;margin-top:32px}
  .leistungen-wrap{margin-top:32px}
  .section-kicker{margin-bottom:12px}
  h2{margin-bottom:18px}
  .whatsapp-float{right:16px;bottom:16px;min-height:52px;width:52px;padding:0;justify-content:center}
  .whatsapp-label{display:none}
  .whatsapp-icon{width:52px;height:52px;background:transparent}
  .whatsapp-icon svg{width:22px;height:22px}
  .cookie-body{padding:14px 14px 12px;font-size:12px}
  .cookie-title{font-size:18px!important}
  .cookie-intro{font-size:12px!important;margin-bottom:12px!important}
  .cookie-tab-bar{margin-bottom:12px!important}
  .cookie-toggle-item{padding:10px 12px!important}
  .cookie-toggle-name{font-size:13px!important}
  .cookie-toggle-desc{font-size:11px!important}
  .cookie-btn-group{width:100%}
  .cookie-btn-reject,.cookie-btn-save,.cookie-btn-accept{flex:1;text-align:center;padding:9px 8px!important;font-size:12px!important}
  .cookie-footer{padding-top:12px!important}
  #cookie-banner{max-height:calc(100vh - 24px);border-radius:10px}
  #cookie-overlay{padding:12px;align-items:center}
}

/* ═══════════════════════════════════════
   DARK THEME OVERRIDES
   ═══════════════════════════════════════ */
.section.light  { background: rgba(28,38,60,0.96); }
.section.paper  { background: rgba(22,32,52,0.96); }
.section.paper2 { background: rgba(34,46,72,0.96); }
.site-header    { background: rgba(18,26,44,0.97); }
.problem-item, .prozess-card, .card, .offer-card,
.form-card, .contact-card, .step { background: rgba(255,255,255,0.04); }

/* ═══════════════════════════════════════
   1. SCROLL-REVEAL
   ═══════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1);
}
.reveal.reveal-left  { transform: translateX(-36px); }
.reveal.reveal-right { transform: translateX(36px); }
.reveal.visible {
  opacity: 1;
  transform: translate(0,0);
}
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }

/* ═══════════════════════════════════════
   2. HERO COUNTER
   ═══════════════════════════════════════ */
.hero-stat strong { transition: color .3s; }

/* ═══════════════════════════════════════
   3. HERO GRADIENT SHIFT (orb drift)
   ═══════════════════════════════════════ */
@keyframes orbDrift {
  0%   { transform: translate(0,0) scale(1); }
  33%  { transform: translate(-30px,20px) scale(1.08); }
  66%  { transform: translate(20px,-15px) scale(0.96); }
  100% { transform: translate(0,0) scale(1); }
}
.hero::after { animation: orbDrift 12s ease-in-out infinite; }

/* ═══════════════════════════════════════
   4. LEISTUNG ROW HOVER STRIPE
   ═══════════════════════════════════════ */
.leistung-row { position: relative; }
.leistung-row::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--orange);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .25s cubic-bezier(.16,1,.3,1);
  border-radius: 2px;
}
.leistung-row:hover::after { transform: scaleY(1); }

/* ═══════════════════════════════════════
   5. TYPING CURSOR
   ═══════════════════════════════════════ */
.typing-cursor::after {
  content: '|';
  color: var(--orange);
  animation: blink .7s step-end infinite;
  margin-left: 2px;
}
@keyframes blink { 50% { opacity: 0; } }

/* ═══════════════════════════════════════
   BRIEF / ENVELOPE ANIMATION
   ═══════════════════════════════════════ */
.form-success-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10,15,30,0.72);
  backdrop-filter: blur(6px);
  z-index: 8000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form-success-overlay.active { display: flex; }

.envelope-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  animation: popIn .5s cubic-bezier(.16,1,.3,1) both;
}
@keyframes popIn {
  from { opacity:0; transform: scale(.7) translateY(30px); }
  to   { opacity:1; transform: scale(1) translateY(0); }
}
.envelope-svg { width: 120px; height: 120px; }
.envelope-body {
  fill: var(--white);
  stroke: rgba(10,15,30,0.12);
  stroke-width: 1.5;
}
.envelope-flap {
  fill: #F4580A;
  transform-origin: 60px 40px;
  animation: flapOpen .5s .3s cubic-bezier(.16,1,.3,1) both;
}
@keyframes flapOpen {
  from { transform: rotateX(0deg); }
  to   { transform: rotateX(-160deg); }
}
.envelope-letter {
  animation: letterFly .7s .6s cubic-bezier(.16,1,.3,1) both;
  transform-origin: 60px 60px;
}
@keyframes letterFly {
  from { transform: translateY(0) rotate(0deg); opacity:1; }
  to   { transform: translateY(-80px) rotate(-8deg); opacity:0; }
}
.envelope-check {
  animation: checkPop .4s 1.1s cubic-bezier(.16,1,.3,1) both;
}
@keyframes checkPop {
  from { transform: scale(0); opacity:0; }
  to   { transform: scale(1); opacity:1; }
}
.success-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
}
.success-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  text-align: center;
  max-width: 300px;
  line-height: 1.6;
}
.success-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: #fff;
  padding: 13px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  margin-top: 8px;
  transition: background .2s;
}
.success-btn:hover { background: #e04a05; }

/* ═══════════════════════════════════════
   ÜBER MICH — TIMELINE ANIMATION
   ═══════════════════════════════════════ */
.timeline {
  position: relative;
  margin-top: 40px;
  padding-left: 32px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 7px; top: 8px; bottom: 8px;
  width: 2px;
  background: var(--line);
}
.timeline-line-fill {
  position: absolute;
  left: 7px; top: 8px;
  width: 2px;
  background: var(--orange);
  height: 0;
  transition: height 1.2s cubic-bezier(.16,1,.3,1);
}
.timeline.animated .timeline-line-fill { height: calc(100% - 16px); }
.tl-item {
  position: relative;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity .5s, transform .5s;
}
.tl-item.visible { opacity: 1; transform: translateX(0); }
.tl-item:last-child { margin-bottom: 0; }
.tl-dot {
  position: absolute;
  left: -29px; top: 5px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--line);
  transition: border-color .3s, background .3s;
  z-index: 1;
}
.tl-item.visible .tl-dot {
  border-color: var(--orange);
  background: var(--orange);
}
.tl-year {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 4px;
}
.tl-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
}
.tl-text { font-size: 15px; line-height: 1.70; color: rgba(255,255,255,0.58); }

/* STAT COUNTER BOXES */
.stat-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}
.stat-box {
  padding: 20px 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stat-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
}
.stat-box-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}
.stat-box-num .suffix { font-size: 20px; color: var(--orange); }
.stat-box-label {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-top: 6px;
  text-align: center;
  line-height: 1.4;
  word-break: break-word;
  hyphens: auto;
  lang: de;
}
@media (max-width: 640px) {
  .stat-boxes {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .stat-box {
    flex-direction: row;
    gap: 16px;
    padding: 16px 20px;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
  }
  .stat-box-num { font-size: 32px; flex-shrink: 0; }
  .stat-box-label { text-align: left; margin-top: 0; }
}


/* TYPING CHECK */
.typing-check {
  color: #2ecc71;
  font-size: 0.72em;
  vertical-align: middle;
  display: inline;
  display: inline-block;
  opacity: 0;
  transform: scale(0) rotate(-20deg);
  animation: checkAppear .5s cubic-bezier(.16,1,.3,1) forwards;
}
@keyframes checkAppear {
  from { opacity:0; transform: scale(0) rotate(-20deg); }
  to   { opacity:1; transform: scale(1) rotate(0deg); }
}

/* ── HERO STATS GRÖSSER ── */
.hero-stat strong {
  font-size: 32px;   /* war implizit 26px */
}
.hero-stat span {
  font-size: 13px;   /* war 11px */
  color: rgba(255,255,255,0.52);
}

/* Besonderer dritter Stat */
.hero-stat-special {
  background: rgba(244,88,10,0.12);
  border-left: 2px solid var(--orange);
}
.hero-stat-special strong {
  color: #fff;
  font-size: 28px;
}
.hero-stat-special span {
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}

@media (min-width: 641px) {
  /* Desktop: nochmal größer */
  .hero-stat strong  { font-size: 34px; }
  .hero-stat span    { font-size: 14px; }
  .hero-stat-special strong { font-size: 30px; }
}

/* ── SCROLL TO TOP ── */
#scroll-top {
  position: fixed;
  bottom: 88px;
  right: 22px;
  z-index: 500;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ink2);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .3s, transform .3s, background .2s;
  box-shadow: 0 4px 18px rgba(10,15,30,0.22);
}
#scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
}
#scroll-top:hover {
  background: var(--orange);
}
#scroll-top svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Auf Mobile tiefer damit er nicht WhatsApp überlappt */
@media (max-width: 640px) {
  #scroll-top {
    bottom: 90px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
}

/* Portrait zentriert */
.portrait-card {
  margin-left: auto;
  margin-right: auto;
}
.about-me-grid {
  align-items: stretch;
}
@media (max-width: 980px) {
  .portrait-card {
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Source: assets/css/remake.css */
/*
 * Fundament Digital Remake — visual layer
 *
 * This file deliberately sits on top of the original structural CSS. It keeps
 * every section and its order intact while shifting the visual language from
 * an all-dark tech look to a lighter, editorial agency presentation.
 */

:root {
  --ink: #0b1e3d;
  --ink2: #132b50;
  --ink3: #1d3d6d;
  --paper: #ffffff;
  --paper2: #f4f6fa;
  --paper3: #eaf0f7;
  --white: #ffffff;
  --orange: #e8600a;
  --orange2: #f47a32;
  --blue: #2c68af;
  --muted: #63718a;
  --line: rgba(11, 30, 61, 0.11);
  --line-dark: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 12px 32px rgba(11, 30, 61, 0.08);
  --shadow-md: 0 22px 55px rgba(11, 30, 61, 0.12);
  --shadow-lg: 0 34px 90px rgba(5, 20, 45, 0.18);
  --r: 14px;
}

html {
  background: #f4f6fa;
}

body {
  background: #f4f6fa;
  color: #182642;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body::selection {
  color: #fff;
  background: var(--orange);
}

.container {
  width: min(1180px, calc(100% - 48px));
}

.narrow {
  max-width: 860px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 16px;
  color: #fff;
  background: var(--orange);
  border-radius: 9px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

p {
  color: #5c6980;
  line-height: 1.76;
}

h1,
h2,
h3,
.problem-title,
.leistung-title,
.prozess-title,
.offer-price,
.cta-tel,
.tl-title,
.success-title,
.ref-body h3 {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h2 {
  color: var(--ink);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 760;
  line-height: 1.03;
  letter-spacing: -0.055em;
  text-transform: none;
}

h3 {
  color: var(--ink);
  font-weight: 730;
  letter-spacing: -0.025em;
  text-transform: none;
}

h2 .accent,
.accent {
  color: var(--orange);
}

.section {
  padding: 104px 0;
}

.section.light {
  background: #f4f6fa;
}

.section.paper {
  background: #fff;
}

.section.paper2 {
  background: #eaf0f7;
}

.section.dark {
  background: var(--ink);
}

.section-kicker,
.eyebrow {
  color: var(--orange);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.22em;
}

.section-kicker::before,
.eyebrow::before {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
}

.btn-primary {
  min-height: 50px;
  padding: 14px 25px;
  border-radius: 11px;
  background: var(--orange);
  box-shadow: 0 12px 30px rgba(232, 96, 10, 0.24);
  font-weight: 720;
  letter-spacing: -0.01em;
}

.btn-primary:hover {
  background: #d95608;
  box-shadow: 0 16px 36px rgba(232, 96, 10, 0.3);
  transform: translateY(-2px);
}

.btn-secondary {
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.28);
}

/* Header */
.site-header {
  background: rgba(9, 27, 56, 0.96);
  box-shadow: 0 9px 30px rgba(4, 17, 38, 0.16);
  backdrop-filter: blur(18px) saturate(130%);
}

.site-header::after {
  height: 1px;
  opacity: 0.8;
}

.nav-wrap {
  min-height: 78px;
}

.brand {
  flex: 0 0 auto;
}

.brand-logo {
  width: 190px;
  height: auto;
}

.nav {
  gap: 24px;
}

.nav ul {
  gap: 20px;
}

.nav ul li:nth-child(n) a,
.nav a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 650;
}

.nav a:hover {
  color: #fff;
  opacity: 1;
}

.nav a[aria-current="page"] {
  color: #fff;
}

.nav a[aria-current="page"]::after {
  bottom: -8px;
  height: 2px;
}

.nav-cta {
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 10px;
}

/* Home hero */
.hero {
  min-height: min(790px, calc(100vh - 30px));
  padding: 120px 0 92px;
  background:
    radial-gradient(circle at 78% 20%, rgba(232, 96, 10, 0.14), transparent 30%),
    radial-gradient(circle at 76% 75%, rgba(44, 104, 175, 0.2), transparent 38%),
    linear-gradient(135deg, #07172f 0%, #0b1e3d 48%, #102c53 100%);
}

.hero::after {
  width: 560px;
  height: 560px;
  opacity: 0.7;
}

.hero-grid-lines {
  opacity: 0.035;
  background-size: 76px 76px;
  mask-image: linear-gradient(to right, #000, transparent 82%);
}

.hero-bignum {
  right: 4%;
  width: clamp(200px, 27vw, 390px);
  opacity: 0.055;
}

.hero h1 {
  max-width: 940px;
  margin-bottom: 28px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(58px, 7.2vw, 98px);
  font-weight: 790;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-transform: none;
}

.hero h1 .outline {
  display: inline-block;
  margin-top: 0.17em;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.56em;
  font-weight: 580;
  line-height: 1.08;
  letter-spacing: -0.045em;
  -webkit-text-stroke: 0;
}

.lead {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  font-weight: 400;
}

.hero-stats {
  max-width: 690px;
  margin-top: 58px;
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 60px rgba(2, 13, 31, 0.18);
  backdrop-filter: blur(12px);
}

.hero-stat {
  padding: 21px 23px;
  border-color: rgba(255, 255, 255, 0.12);
}

.hero-stat strong,
.hero-stat-special strong {
  color: #fff;
  font-size: 29px;
  font-weight: 780;
  letter-spacing: -0.04em;
}

.hero-stat span,
.hero-stat-special span {
  color: rgba(255, 255, 255, 0.59);
  font-size: 12px;
}

.hero-stat-special {
  border-left: 0;
  background: rgba(232, 96, 10, 0.12);
}

/* Editorial image transition */
.img-banner {
  position: relative;
  inset: auto;
  z-index: 0;
  height: clamp(300px, 35vw, 470px);
  overflow: hidden;
  background: var(--ink);
}

.img-banner-inner {
  display: block;
  background-position: center 46%;
  transform: scale(1.015);
}

.img-banner-overlay {
  background: linear-gradient(90deg, rgba(11, 30, 61, 0.2), rgba(11, 30, 61, 0.05));
}

.img-window {
  display: none !important;
}

.img-banner ~ * {
  position: relative;
  z-index: 1;
}

.page-after-banner::before {
  display: none;
}

.page-img-banner {
  position: relative;
  top: auto;
  height: clamp(280px, 32vw, 440px);
  background-position: center 42%;
}

.page-img-banner::after {
  background: linear-gradient(90deg, rgba(11, 30, 61, 0.22), rgba(11, 30, 61, 0.04));
}

/* Sub heroes */
.subhero {
  padding: 104px 0 72px;
  background:
    radial-gradient(circle at 82% 30%, rgba(232, 96, 10, 0.12), transparent 32%),
    linear-gradient(135deg, #081a35, #0b1e3d 56%, #12305a);
}

.subhero h1 {
  max-width: 960px;
  color: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(48px, 6.3vw, 84px);
  font-weight: 780;
  line-height: 1.01;
  letter-spacing: -0.065em;
  text-transform: none;
}

.subhero-lead {
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.72;
}

.about-me-grid {
  grid-template-columns: 1.08fr 0.58fr;
  gap: 66px;
  align-items: center;
}

.portrait-card {
  max-width: 420px;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(2, 15, 35, 0.34);
}

.portrait-card::before {
  height: 5px;
}

/* Problem cards */
.problem-grid {
  gap: 22px;
  margin-top: 52px;
}

.problem-item {
  padding: 38px;
  border: 1px solid #e4e9f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.problem-item::before {
  height: 4px;
}

.problem-num {
  color: rgba(44, 104, 175, 0.13);
  font-size: 54px;
  font-weight: 800;
}

.problem-title {
  color: var(--ink);
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.025em;
  text-transform: none;
}

.problem-item p {
  color: #5b6880;
}

.problem-item.highlight {
  border-color: var(--orange);
  background: linear-gradient(145deg, #e8600a, #f37a31);
  box-shadow: 0 22px 55px rgba(232, 96, 10, 0.2);
}

/* Services list */
.leistungen-wrap {
  margin-top: 54px;
  border-top: 1px solid #dfe6ef;
}

.leistung-row,
.leistung-row:first-child {
  grid-template-columns: 76px 0.85fr 1.15fr;
  padding: 30px 18px;
  border-top: 0;
  border-bottom: 1px solid #dfe6ef;
}

.leistung-row:hover {
  margin: 0;
  padding: 30px 18px;
  background: #f7f9fc;
}

.leistung-num {
  color: rgba(44, 104, 175, 0.18);
  font-size: 34px;
  font-weight: 780;
}

.leistung-title {
  color: var(--ink);
  font-size: 24px;
  font-weight: 740;
  letter-spacing: -0.035em;
  text-transform: none;
}

.leistung-desc {
  color: #5a687f;
}

.leistung-tag {
  background: rgba(232, 96, 10, 0.1);
  color: var(--orange);
  border-radius: 999px;
}

/* Dark principle section on home only */
.fd-page-startseite .section.paper2 {
  background:
    radial-gradient(circle at 82% 20%, rgba(232, 96, 10, 0.12), transparent 34%),
    var(--ink);
}

.fd-page-startseite .section.paper2 h2,
.fd-page-startseite .section.paper2 h3 {
  color: #fff;
}

.fd-page-startseite .section.paper2 p {
  color: rgba(255, 255, 255, 0.67);
}

.fd-page-startseite .section.paper2 p[style] {
  color: rgba(255, 215, 188, 0.82) !important;
}

.highlight-box {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(145deg, #10294c, #0b1e3d);
  box-shadow: var(--shadow-md);
}

.highlight-box h3 {
  color: #fff;
}

.highlight-box p,
.highlight-box p[style] {
  color: rgba(255, 255, 255, 0.66) !important;
}

.benefit-item {
  padding: 13px 15px;
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.benefit-text {
  color: rgba(255, 255, 255, 0.9);
}

/* Process and generic cards */
.prozess-grid,
.card-grid {
  gap: 22px;
}

.prozess-card,
.card {
  padding: 38px 34px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.prozess-card::before,
.card::before {
  height: 4px;
}

.prozess-bignum {
  color: rgba(44, 104, 175, 0.07);
}

.prozess-title,
.card h3 {
  color: var(--ink);
  font-size: 21px;
  font-weight: 740;
  letter-spacing: -0.025em;
  text-transform: none;
}

.prozess-text,
.card p {
  color: #5b6880;
}

.prozess-step,
.card-icon {
  border-radius: 8px;
}

/* Offers */
.offer-grid {
  gap: 22px;
}

.offer-card {
  padding: 38px 32px;
  border: 1px solid #dfe6ef;
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.offer-card h3,
.offer-card.featured h3,
.offer-price,
.offer-card.featured .offer-price {
  color: var(--ink);
  text-transform: none;
}

.offer-price {
  font-weight: 780;
  letter-spacing: -0.06em;
}

.offer-price sub,
.offer-card.featured .offer-price sub,
.offer-sub,
.offer-card.featured .offer-sub {
  color: #7a879a;
}

.check-list li,
.offer-card.featured .check-list li {
  color: #55637a;
}

.offer-divider,
.offer-card.featured .offer-divider {
  background: #e4e9f0;
}

.offer-cta {
  color: var(--ink);
  border-color: #d8e0ea;
  border-radius: 10px;
}

.offer-card.featured {
  border-color: rgba(232, 96, 10, 0.38);
  background:
    radial-gradient(circle at 100% 0, rgba(232, 96, 10, 0.16), transparent 40%),
    #0b1e3d;
  box-shadow: 0 30px 70px rgba(11, 30, 61, 0.22);
}

.offer-card.featured h3,
.offer-card.featured .offer-price {
  color: #fff;
}

.offer-card.featured .offer-price sub,
.offer-card.featured .offer-sub {
  color: rgba(255, 255, 255, 0.52);
}

.offer-card.featured .check-list li {
  color: rgba(255, 255, 255, 0.72);
}

.offer-card.featured .offer-divider {
  background: rgba(255, 255, 255, 0.12);
}

.hourly-rate-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding: 22px 28px;
  border: 1px solid rgba(232, 96, 10, 0.22);
  border-radius: 16px;
  background: #fff8f3;
}

.hourly-rate-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
}

.hourly-rate-note span,
.hourly-rate-price span {
  color: #66748a;
  font-size: 14px;
}

.hourly-rate-price {
  color: var(--orange);
  font-size: 28px;
  font-weight: 780;
  white-space: nowrap;
}

.hourly-rate-price span {
  font-weight: 650;
}

/* FAQ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #dce4ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(11, 30, 61, 0.05);
}

.faq-item[open] {
  border-color: rgba(232, 96, 10, 0.36);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  color: var(--ink);
  font-weight: 690;
  font-size: 16px;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  color: var(--orange);
  font-size: 22px;
  font-weight: 450;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: #5a687f;
  font-size: 14px;
}

/* About */
.stat-boxes {
  gap: 20px;
  margin-top: 0;
}

.stat-box {
  min-height: 150px;
  padding: 28px 20px;
  border: 1px solid #e0e6ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.stat-box-num {
  color: var(--ink);
  font-weight: 790;
}

.stat-box-label {
  color: #68768b;
}

.section.paper p[style*="rgba(255,200,160"] {
  color: #34435c !important;
}

.timeline::before {
  background: #dde4ed;
}

.tl-dot {
  border-color: #ccd6e3;
  background: #fff;
}

.tl-title {
  color: var(--ink);
  font-weight: 730;
  letter-spacing: -0.02em;
  text-transform: none;
}

.tl-text {
  color: #5a687f;
}

/* References */
.referenzen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.ref-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe5ee;
  border-radius: 19px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.ref-card:hover {
  box-shadow: var(--shadow-md);
}

.ref-preview {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  height: 215px;
}

.ref-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ref-card:hover .ref-preview img {
  transform: scale(1.045);
}

.ref-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 6px 11px;
  color: #fff;
  background: var(--orange);
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(11, 30, 61, 0.2);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ref-preview-cta {
  position: relative;
}

.ref-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px;
}

.ref-branche {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ref-body h3 {
  color: var(--ink);
  font-size: 22px;
  font-weight: 740;
  letter-spacing: -0.03em;
  text-transform: none;
}

.ref-body p {
  flex: 1;
  color: #5c6980;
  font-size: 14px;
}

.ref-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.ref-tags span {
  padding: 5px 10px;
  border-radius: 999px;
  color: #59677e;
  background: #edf2f7;
  font-size: 11px;
  font-weight: 650;
}

.ref-cta-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 30, 61, 0.62);
}

.ref-cta-icon {
  color: var(--orange);
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.ref-card-cta {
  border-color: rgba(232, 96, 10, 0.26);
}

/* Contact and request forms */
.contact-layout {
  gap: 70px;
}

.contact-card,
.form-card,
.step {
  border: 1px solid #dfe6ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.contact-row {
  border-color: #e4e9f0;
}

.contact-row strong,
.contact-row a,
.contact-note h3,
.anfrage-form-col h2 {
  color: var(--ink);
}

.contact-label,
.contact-note p,
.anfrage-form-col > p {
  color: #647188;
}

.form-card label,
.choice-group-label {
  color: var(--ink);
}

.form-card input,
.form-card select,
.form-card textarea {
  border: 1px solid #ccd6e3;
  border-radius: 10px;
  color: #182642;
  background: #f9fbfd;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: var(--orange);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232, 96, 10, 0.1);
}

.checkbox-row span {
  color: #59677e;
}

.choice-group {
  border-color: #dfe6ef;
  border-radius: 12px;
  background: #f8fafc;
}

.form-message.error {
  color: #a52a1c;
  border-color: #f0b5aa;
  background: #fff2ef;
}

.anfrage-section {
  background: #f4f6fa;
}

.anfrage-img-sticky {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.anfrage-img-text {
  background: var(--ink);
}

.anfrage-img-text h3,
.anfrage-tel {
  color: #fff;
}

/* Legal pages */
.section.legal {
  background: #fff;
}

.legal-copy {
  padding: 50px 56px;
  border: 1px solid #e1e7ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.legal-copy h2 {
  margin-top: 42px;
  color: var(--ink);
  font-size: 30px;
  letter-spacing: -0.035em;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p {
  color: #526078;
}

.legal-copy a {
  color: var(--orange);
}

/* Testimonials */
.testimonials-section {
  background:
    radial-gradient(circle at 82% 20%, rgba(232, 96, 10, 0.13), transparent 32%),
    linear-gradient(145deg, #081a35, #0b1e3d);
}

.testimonials-section h2,
.testimonials-section h3 {
  color: #fff;
}

.testimonials-rating-bar {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.tcard {
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
}

.tcard-featured {
  background: rgba(232, 96, 10, 0.13);
}

/* CTA */
.cta-section {
  padding: 100px 0;
  background: #f4f6fa;
}

.cta-section::before {
  display: none;
}

.cta-box {
  padding: 62px 58px;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(232, 96, 10, 0.18), transparent 34%),
    linear-gradient(145deg, #081a35, #0b1e3d 68%, #12305a);
  box-shadow: 0 34px 80px rgba(11, 30, 61, 0.2);
}

.cta-box::before {
  height: 4px;
  border-radius: 24px 24px 0 0;
}

.cta-box h2 {
  font-size: clamp(38px, 4.6vw, 60px);
  letter-spacing: -0.055em;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.64);
}

.cta-tel {
  font-weight: 760;
  letter-spacing: -0.035em;
}

/* Footer */
.site-footer {
  border-top: 0;
  background: #061327;
}

.footer-grid {
  gap: 58px;
  padding-top: 70px;
  padding-bottom: 56px;
}

.footer-brand .brand-logo {
  width: 215px;
}

.site-footer h4 {
  color: rgba(255, 255, 255, 0.48);
  letter-spacing: 0.18em;
}

.site-footer p,
.site-footer a,
.site-footer address {
  color: rgba(255, 255, 255, 0.57);
}

.site-footer a:hover {
  color: #fff;
}

.footer-monogram img {
  opacity: 0.1;
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.08);
}

/* Cookie manager */
#cookie-overlay {
  background: rgba(4, 14, 30, 0.68);
  backdrop-filter: blur(9px);
}

#cookie-banner {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 38px 100px rgba(3, 15, 35, 0.35);
}

.cookie-title,
.cookie-toggle-name,
.cookie-info-section h4 {
  color: var(--ink);
}

.cookie-intro,
.cookie-toggle-desc,
.cookie-info-section p,
.always-on-label,
.cookie-footer-links {
  color: #637188;
}

.cookie-tab-bar,
.cookie-footer {
  border-color: #e2e7ee;
}

.cookie-tab {
  color: #6a778c;
}

.cookie-toggle-item {
  border-color: #e2e7ee;
  background: #f8fafc;
}

.cookie-provider-tag,
.always-on-label {
  color: #5d6a80;
  background: #eaf0f6;
}

.cookie-btn-reject {
  color: #536178;
  border-color: #d9e0e9;
  background: #fff;
}

.cookie-btn-reject:hover {
  color: var(--ink);
  border-color: #aeb9c8;
}

#cookie-toast {
  background: var(--ink);
}

/* Floating controls */
#scroll-top {
  background: var(--ink);
  box-shadow: 0 8px 24px rgba(11, 30, 61, 0.18);
}

.whatsapp-float {
  box-shadow: 0 16px 34px rgba(20, 180, 85, 0.26);
}

/* Generic WordPress content */
.content-entry {
  padding: 52px;
  border: 1px solid #e0e6ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.content-entry h1 {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 70px);
  letter-spacing: -0.06em;
}

/* Motion remains subtle and becomes optional for users who request it. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .tl-item {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .nav ul {
    gap: 14px;
  }

  .nav {
    gap: 16px;
  }

  .nav ul li:nth-child(n) a,
  .nav a {
    font-size: 13px;
  }

  .brand-logo {
    width: 172px;
  }
}

@media (max-width: 980px) {
  .nav {
    top: 72px;
    border-radius: 16px;
    background: rgba(8, 25, 52, 0.985);
  }

  .nav ul li:nth-child(n) a,
  .nav a {
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 15px;
  }

  .nav a:hover,
  .nav a[aria-current="page"] {
    color: #fff !important;
  }

  .about-me-grid,
  .split,
  .contact-layout {
    gap: 46px;
  }

  .section.light {
    background: #f4f6fa;
  }

  .section.paper {
    background: #fff;
  }

  .section.paper2 {
    background: #eaf0f7;
  }

  .fd-page-startseite .section.paper2 {
    background: var(--ink);
  }

  .page-after-banner,
  .anfrage-section {
    background: #f4f6fa;
  }

  .anfrage-mobile-bg {
    top: 72px;
    height: 330px;
    background-image: url('../img/handschlag.png');
  }

  .img-window {
    display: none !important;
  }

  .page-img-banner-mobile {
    position: relative;
    top: auto;
    height: 300px;
  }

  .page-img-banner-mobile::after {
    background: linear-gradient(90deg, rgba(11, 30, 61, 0.2), rgba(11, 30, 61, 0.04));
  }

  .footer-grid {
    gap: 36px;
  }

  .referenzen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 32px);
  }

  .nav-wrap {
    min-height: 70px;
  }

  .brand-logo {
    width: 158px;
  }

  .hero {
    min-height: auto;
    padding: 82px 0 68px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero h1 .outline {
    font-size: 0.48em;
    line-height: 1.18;
  }

  .lead,
  .subhero-lead {
    font-size: 16px;
  }

  .hero-stats {
    border-radius: 14px;
  }

  .hero-stat {
    padding: 18px 20px;
  }

  .img-banner {
    height: 250px;
  }

  .subhero {
    padding: 74px 0 54px;
  }

  .subhero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .section {
    padding: 78px 0;
  }

  .section + .section {
    border-color: #e1e7ef;
  }

  h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .problem-item,
  .prozess-card,
  .card,
  .form-card,
  .highlight-box,
  .offer-card {
    padding: 26px;
  }

  .leistung-row,
  .leistung-row:hover {
    grid-template-columns: 46px 1fr;
    padding: 25px 4px;
  }

  .leistung-title {
    padding-right: 0;
    font-size: 21px;
  }

  .leistung-desc {
    padding-left: 46px;
  }

  .stat-box {
    min-height: auto;
  }

  .legal-copy,
  .content-entry {
    padding: 28px 22px;
    border-radius: 16px;
  }

  .cta-section {
    padding: 72px 0;
  }

  .cta-box {
    padding: 36px 26px;
    border-radius: 19px;
  }

  .footer-grid {
    padding-top: 56px;
  }

  .footer-brand .brand-logo {
    width: 205px;
  }

  .referenzen-grid {
    grid-template-columns: 1fr;
  }
}

/* Source: assets/css/refinement.css */
/*
 * Fundament Digital — visual refinement 1.1
 *
 * The content architecture remains untouched. This layer replaces the broad
 * blue/orange template language with a warmer editorial system: ink, paper,
 * graphite and one restrained copper signal.
 */

:root {
  --ink: #081725;
  --ink2: #10283c;
  --ink3: #29485f;
  --paper: #fbfaf7;
  --paper2: #f1eee7;
  --paper3: #e5e0d7;
  --white: #fff;
  --orange: #a64c2b;
  --orange2: #d36a3e;
  --blue: #21496f;
  --muted: #64717b;
  --line: rgba(8, 23, 37, 0.14);
  --line-dark: rgba(255, 255, 255, 0.15);
  --shadow-soft: 0 14px 42px rgba(8, 23, 37, 0.07);
  --shadow-md: 0 24px 65px rgba(8, 23, 37, 0.11);
  --shadow-lg: 0 38px 100px rgba(4, 14, 24, 0.19);
  --r: 3px;
  --fd-copper-wash: rgba(196, 90, 50, 0.11);
  --fd-paper-edge: #ded8ce;
}

html,
body {
  background: var(--paper);
}

body {
  color: #24333d;
  font-family: "Segoe UI Variable", "Segoe UI", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.005em;
}

body::selection {
  color: #fff;
  background: var(--orange);
}

p {
  color: #53616a;
}

.container {
  width: min(1220px, calc(100% - 64px));
}

.narrow {
  max-width: 900px;
}

.section {
  position: relative;
  padding: 118px 0;
}

.section.light,
.section.paper {
  background: var(--paper);
}

.section.paper2 {
  background: var(--paper2);
}

.section + .section {
  border-top: 1px solid rgba(8, 23, 37, 0.07);
}

h2 {
  max-width: 920px;
  color: var(--ink);
  font-size: clamp(42px, 5.25vw, 72px);
  font-weight: 680;
  line-height: 0.99;
  letter-spacing: -0.06em;
}

h3,
.problem-title,
.leistung-title,
.prozess-title,
.ref-body h3,
.offer-price,
.tl-title {
  color: var(--ink);
}

.accent,
h2 .accent {
  position: relative;
  color: inherit;
  background: linear-gradient(transparent 75%, var(--fd-copper-wash) 75%);
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.25em;
}

.section-kicker::before,
.eyebrow::before {
  width: 42px;
  height: 1px;
  background: currentColor;
}

.btn-primary,
.btn-secondary,
.btn-ghost,
.offer-cta {
  border-radius: 2px;
}

.btn-primary {
  min-height: 52px;
  padding: 15px 24px;
  color: #fff;
  background: var(--ink);
  box-shadow: none;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.025em;
}

.btn-primary:hover {
  color: #fff;
  background: var(--orange);
  box-shadow: none;
  transform: translateY(-2px);
}

.btn-primary::after,
.btn-ghost::after {
  content: "↗";
  margin-left: 9px;
  font-size: 0.92em;
}

/* Header */
.site-header {
  background: rgba(7, 17, 31, 0.975);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-header::after {
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
  opacity: 1;
}

.nav-wrap {
  min-height: 86px;
}

.brand-logo {
  display: block;
  width: 218px;
  height: auto;
}

.nav {
  gap: 28px;
}

.nav ul {
  gap: 24px;
}

.nav ul li:nth-child(n) a,
.nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 590;
  letter-spacing: 0.015em;
}

.nav a[aria-current="page"]::after {
  bottom: -11px;
  height: 1px;
  background: var(--orange);
}

.nav-cta,
.nav-cta:hover {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: transparent;
  box-shadow: none;
}

a.btn-primary.nav-cta,
a.btn-primary.nav-cta:hover {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  background: transparent;
}

.nav-cta::after {
  content: none;
}

.nav-cta:hover {
  border-color: var(--orange2);
}

/* Homepage hero — editorial two-column composition */
.hero {
  min-height: min(850px, calc(100vh - 12px));
  padding: 142px 0 112px;
  background: #071523;
}

.hero::after {
  top: 8%;
  right: -12%;
  width: 54vw;
  height: 84%;
  opacity: 1;
  background: linear-gradient(145deg, transparent 8%, rgba(255, 255, 255, 0.028) 8% 68%, transparent 68%);
}

.hero-grid-lines {
  opacity: 0.8;
  background-image: linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.055) 50%, transparent calc(50% + 0.5px));
  background-size: 25% 100%;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 92%);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
  column-gap: clamp(60px, 8vw, 130px);
  align-items: end;
}

.hero .eyebrow,
.hero h1,
.hero .lead,
.hero-actions {
  grid-column: 1;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.hero .eyebrow::before {
  background: var(--orange2);
}

.hero h1 {
  max-width: 790px;
  margin-bottom: 34px;
  color: #f7f4ee;
  font-size: clamp(64px, 7.1vw, 104px);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.068em;
}

.hero h1 .accent {
  color: #f7f4ee;
  background: none;
}

.hero h1 .accent::after {
  content: "";
  display: inline-block;
  width: 0.32em;
  height: 0.08em;
  margin-left: 0.09em;
  background: var(--orange2);
  vertical-align: 0.14em;
}

.hero h1 .outline {
  max-width: 720px;
  margin-top: 0.31em;
  color: rgba(255, 255, 255, 0.88);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 0.48em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero .lead {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.79);
  font-size: 17px;
}

.hero-actions {
  margin-top: 34px;
}

.hero .btn-primary {
  color: #111d25;
  background: #f2eee6;
}

.hero .btn-primary:hover {
  color: #fff;
  background: var(--orange);
}

.hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
}

.hero-stats {
  grid-column: 2;
  grid-row: 1 / span 5;
  display: grid;
  align-self: end;
  width: 100%;
  max-width: none;
  margin: 0 0 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-stat,
.hero-stat-special {
  padding: 24px 0 24px 24px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.hero-stat:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-stat-special {
  border-left-color: var(--orange2);
}

.hero-stat strong,
.hero-stat-special strong {
  color: #f7f4ee;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.hero-stat span,
.hero-stat-special span {
  color: rgba(255, 255, 255, 0.73);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.hero-bignum {
  top: 20%;
  right: 2.5%;
  width: clamp(170px, 20vw, 285px);
  opacity: 0.035;
  transform: none;
}

.hero-bignum img {
  border-radius: 18px;
}

/* Photography becomes a deliberately offset editorial plate. */
.img-banner {
  z-index: 2;
  width: min(1320px, calc(100% - 64px));
  height: clamp(330px, 38vw, 520px);
  margin: -42px auto 0;
  background: var(--paper);
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
}

.img-banner-inner {
  background-position: center 49%;
  filter: saturate(0.68) contrast(1.03) sepia(0.07);
  transform: scale(1.025);
}

.img-banner-overlay {
  background: linear-gradient(90deg, rgba(6, 18, 29, 0.3), rgba(6, 18, 29, 0.02) 60%);
}

.page-after-banner {
  padding-top: 130px;
}

/* Problem statement — three related panels, intentionally not identical. */
.problem-grid {
  grid-template-columns: 1.15fr 0.9fr 1fr;
  gap: 0;
  margin-top: 68px;
  border-top: 1px solid var(--fd-paper-edge);
  border-bottom: 1px solid var(--fd-paper-edge);
}

.problem-item {
  min-height: 340px;
  padding: 42px 38px;
  border: 0;
  border-right: 1px solid var(--fd-paper-edge);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.problem-item:last-child {
  border-right: 0;
}

.problem-item:nth-child(2) {
  margin-top: 38px;
  background: var(--paper2);
}

.problem-item:nth-child(3) {
  padding-top: 70px;
}

.problem-item::before {
  top: auto;
  right: auto;
  bottom: -1px;
  left: 38px;
  width: 58px;
  height: 2px;
  background: var(--orange);
}

.problem-num {
  color: rgba(8, 23, 37, 0.1);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 500;
}

.problem-title {
  font-size: 23px;
  font-weight: 680;
}

.problem-item.highlight {
  color: #fff;
  background: var(--ink);
  box-shadow: none;
}

/* Services — alternating editorial rows instead of a catalogue table. */
.leistungen-wrap {
  margin-top: 68px;
  border-top: 0;
}

.leistung-row,
.leistung-row:first-child,
.leistung-row:hover {
  grid-template-columns: 70px minmax(230px, 0.78fr) minmax(300px, 1.22fr);
  gap: 28px;
  margin: 0 7% 0 0;
  padding: 34px 24px 34px 0;
  border-top: 1px solid var(--fd-paper-edge);
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
}

.leistung-row:nth-child(even),
.leistung-row:nth-child(even):hover {
  margin: 0 0 0 7%;
}

.leistung-row:last-child {
  border-bottom: 1px solid var(--fd-paper-edge);
}

.leistung-row:hover {
  padding-left: 14px;
  border-left: 2px solid var(--orange);
}

.leistung-num {
  color: rgba(8, 23, 37, 0.22);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.leistung-title {
  font-size: 23px;
  font-weight: 670;
}

.leistung-tag {
  border-radius: 2px;
  color: #875039;
  background: rgba(196, 90, 50, 0.1);
}

/* Principle section */
.fd-page-startseite .section.paper2 {
  overflow: hidden;
  color: var(--ink);
  background: var(--paper2);
}

.fd-page-startseite .section.paper2::before {
  content: "FD";
  position: absolute;
  right: -0.04em;
  bottom: -0.28em;
  color: rgba(8, 23, 37, 0.035);
  font-size: clamp(220px, 34vw, 520px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.1em;
}

.fd-page-startseite .section.paper2 h2,
.fd-page-startseite .section.paper2 h3 {
  color: var(--ink);
}

.fd-page-startseite .section.paper2 p,
.fd-page-startseite .section.paper2 p[style] {
  color: #4f5e68 !important;
}

.fd-page-startseite .section.paper2 .split {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(54px, 9vw, 140px);
}

.highlight-box {
  padding: 46px 42px;
  border: 0;
  border-radius: 0;
  background: var(--ink);
  box-shadow: 20px 20px 0 rgba(8, 23, 37, 0.075);
}

.highlight-box::before {
  right: auto;
  width: 72px;
  height: 2px;
  background: var(--orange);
}

.highlight-box h3 {
  color: #fff;
}

.fd-page-startseite .section.paper2 .highlight-box h3,
.fd-page-startseite .section.paper2 .highlight-box p,
.fd-page-startseite .section.paper2 .highlight-box p[style] {
  color: #fff !important;
}

.fd-page-startseite .section.paper2 .highlight-box p,
.fd-page-startseite .section.paper2 .highlight-box p[style] {
  color: rgba(255, 255, 255, 0.8) !important;
}

.benefit-item {
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0;
  background: transparent;
}

.benefit-check {
  color: var(--orange2);
}

/* Process — staggered timeline */
.prozess-grid {
  grid-template-columns: 0.94fr 1.08fr 0.98fr;
  gap: 0;
  margin-top: 70px;
  border-top: 1px solid var(--fd-paper-edge);
}

.prozess-card {
  min-height: 345px;
  padding: 48px 38px;
  border: 0;
  border-right: 1px solid var(--fd-paper-edge);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.prozess-card:nth-child(2) {
  margin-top: 42px;
  background: var(--paper2);
}

.prozess-card:last-child {
  border-right: 0;
}

.prozess-card::before {
  top: -1px;
  right: auto;
  width: 68px;
  height: 2px;
  background: var(--orange);
}

.prozess-bignum {
  right: 26px;
  bottom: -20px;
  color: rgba(8, 23, 37, 0.045);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-weight: 500;
}

.prozess-step {
  border-radius: 2px;
  color: var(--orange);
  background: transparent;
}

.prozess-title {
  font-size: 24px;
  font-weight: 670;
}

/* Testimonials — charcoal with a single paper statement card. */
.testimonials-section {
  background: #11191f;
}

.testimonials-section::before,
.testimonials-section::after {
  opacity: 0.25;
  filter: grayscale(1);
}

.testimonials-rating-bar {
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
}

.testimonials-grid {
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
}

.tcard {
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tcard::before {
  right: auto;
  width: 56px;
  height: 2px;
  background: var(--orange);
}

.tcard-featured {
  color: var(--ink);
  background: #eee9df;
}

.tcard-featured .tcard-text,
.tcard-featured .tcard-name {
  color: var(--ink);
}

.tcard-featured .tcard-role {
  color: #4d5962;
}

.tcard-featured .tcard-stars {
  color: #806108;
}

.trating-label,
.tfooter-google {
  color: rgba(255, 255, 255, 0.78);
}

.trating-link {
  color: #ef9f7b;
}

.tcard:not(.tcard-featured) .tcard-role {
  color: rgba(255, 255, 255, 0.72);
}

.tcard-featured .tcard-author {
  border-color: rgba(8, 23, 37, 0.13);
}

.tcard-featured .tcard-quote {
  color: rgba(8, 23, 37, 0.12);
}

/* Subpages */
.subhero {
  overflow: hidden;
  padding: 120px 0 92px;
  color: var(--ink);
  background: var(--paper2);
}

.subhero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7%;
  width: 1px;
  height: 100%;
  background: rgba(8, 23, 37, 0.1);
  box-shadow: -90px 0 0 rgba(8, 23, 37, 0.04), 90px 0 0 rgba(8, 23, 37, 0.04);
}

.subhero .eyebrow {
  color: var(--orange);
}

.subhero h1 {
  position: relative;
  z-index: 1;
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(54px, 6.7vw, 92px);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.068em;
}

.subhero-lead {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: #485761;
}

.about-me-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.62fr);
  gap: clamp(54px, 8vw, 120px);
}

.portrait-card {
  border-radius: 0;
  box-shadow: 18px 18px 0 #ddd7cd;
}

.portrait-card::before {
  top: auto;
  right: -1px;
  bottom: 0;
  left: auto;
  width: 7px;
  height: 42%;
  background: var(--orange);
}

.page-img-banner {
  width: min(1320px, calc(100% - 64px));
  height: clamp(300px, 34vw, 470px);
  margin: 0 auto;
  filter: saturate(0.72) contrast(1.02);
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
}

.page-img-banner::after {
  background: linear-gradient(90deg, rgba(8, 23, 37, 0.23), transparent 62%);
}

/* About content */
.stat-boxes {
  gap: 0;
  border-top: 1px solid var(--fd-paper-edge);
  border-bottom: 1px solid var(--fd-paper-edge);
}

.stat-box {
  min-height: 170px;
  padding: 34px 24px;
  border: 0;
  border-right: 1px solid var(--fd-paper-edge);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.stat-box:last-child {
  border-right: 0;
}

.stat-box::before {
  top: auto;
  right: auto;
  bottom: -1px;
  width: 42px;
  height: 2px;
  background: var(--orange);
}

.card-grid {
  gap: 0;
  border-top: 1px solid var(--fd-paper-edge);
  border-bottom: 1px solid var(--fd-paper-edge);
}

.card {
  min-height: 270px;
  padding: 38px 34px;
  border: 0;
  border-right: 1px solid var(--fd-paper-edge);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.card:last-child {
  border-right: 0;
}

.card::before {
  top: auto;
  right: auto;
  bottom: -1px;
  width: 46px;
  height: 2px;
  background: var(--orange);
}

.card-icon {
  border-radius: 2px;
  color: var(--orange);
  background: var(--fd-copper-wash);
}

.timeline::before {
  width: 1px;
  background: #cfc8bd;
}

.tl-dot {
  border-color: #b8afa2;
  border-radius: 1px;
  background: var(--paper);
}

/* Offers and FAQ */
.offer-grid {
  grid-template-columns: 0.96fr 1.08fr 0.96fr;
  gap: 0;
  margin-top: 64px;
  border-top: 1px solid var(--fd-paper-edge);
  border-bottom: 1px solid var(--fd-paper-edge);
}

.offer-card {
  padding: 44px 34px;
  border: 0;
  border-right: 1px solid var(--fd-paper-edge);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.offer-card:last-child {
  border-right: 0;
}

.offer-card::before {
  right: auto;
  width: 54px;
  height: 2px;
  background: var(--orange);
}

.offer-card.featured {
  margin: -24px 0;
  padding-top: 68px;
  padding-bottom: 68px;
  border: 0;
  background: var(--ink);
  box-shadow: none;
}

.offer-badge {
  border-radius: 2px;
  background: var(--orange);
}

.offer-cta {
  border-color: rgba(8, 23, 37, 0.2);
}

.offer-card.featured .offer-cta {
  border-color: rgba(255, 255, 255, 0.22);
}

.hourly-rate-note {
  border: 0;
  border-left: 3px solid var(--orange);
  border-radius: 0;
  background: var(--paper2);
}

.faq-list {
  gap: 0;
  border-top: 1px solid var(--fd-paper-edge);
}

.faq-item,
.faq-item[open] {
  border: 0;
  border-bottom: 1px solid var(--fd-paper-edge);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-item summary {
  padding: 24px 4px;
}

.faq-item p {
  padding: 0 4px 26px;
}

/* References — alternating card spans. */
.referenzen-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px;
}

.ref-card {
  grid-column: span 6;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.ref-card:nth-child(4n + 1),
.ref-card:nth-child(4n + 4) {
  grid-column: span 7;
}

.ref-card:nth-child(4n + 2),
.ref-card:nth-child(4n + 3) {
  grid-column: span 5;
}

.ref-card:nth-child(4n + 2) {
  margin-top: 46px;
}

.ref-card:nth-child(4n + 4) {
  margin-top: -28px;
}

.ref-card:hover {
  border-color: rgba(8, 23, 37, 0.29);
  box-shadow: 12px 12px 0 var(--paper2);
  transform: translateY(-3px);
}

.ref-preview {
  height: 260px;
}

.ref-card:nth-child(4n + 1) .ref-preview,
.ref-card:nth-child(4n + 4) .ref-preview {
  height: 310px;
}

.ref-badge,
.ref-tags span {
  border-radius: 2px;
}

.ref-badge {
  color: var(--ink);
  background: #f2eee6;
  box-shadow: none;
}

.ref-badge-demo {
  background: #dfe7ec;
}

.ref-tags span {
  color: #53616a;
  background: var(--paper2);
}

.ref-cta-overlay {
  background: rgba(7, 21, 35, 0.72);
}

/* Forms */
.contact-layout {
  gap: clamp(52px, 8vw, 120px);
}

.contact-card,
.form-card,
.step {
  border: 1px solid var(--fd-paper-edge);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.contact-card,
.contact-note {
  border-radius: 0;
}

.contact-note {
  border-color: rgba(255, 255, 255, 0.14);
  background: var(--ink2);
}

.contact-note h3 {
  color: #fff;
}

.contact-note p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-note .text-link {
  color: #ef9f7b;
}

.contact-card::before,
.contact-note::before,
.form-card::before {
  height: 2px;
  background: var(--orange);
}

.contact-row {
  border-color: var(--fd-paper-edge);
}

.form-card {
  padding: 40px;
}

.form-card input,
.form-card select,
.form-card textarea {
  border: 0;
  border-bottom: 1px solid #aaa397;
  border-radius: 0;
  color: var(--ink);
  background: #fbfaf7;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: var(--orange);
  background: #fff;
  box-shadow: inset 0 -2px 0 var(--orange);
}

.choice-group {
  border-color: var(--fd-paper-edge);
  border-radius: 0;
  background: var(--paper2);
}

.anfrage-section {
  background: var(--paper);
}

.anfrage-layout {
  gap: clamp(50px, 7vw, 105px);
}

.anfrage-img-sticky {
  border-radius: 0;
  box-shadow: 18px 18px 0 var(--paper3);
}

.anfrage-img-wrap img.anfrage-monogram {
  border-radius: 8px;
  opacity: 0.92;
}

.anfrage-img-text {
  background: var(--ink);
}

/* Legal content */
.section.legal {
  background: var(--paper);
}

.legal-copy,
.content-entry {
  padding: 56px 0;
  border: 0;
  border-top: 1px solid var(--fd-paper-edge);
  border-bottom: 1px solid var(--fd-paper-edge);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.legal-copy a {
  color: #9f4d2e;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

/* CTA and footer */
.cta-section {
  padding: 112px 0;
  background: var(--paper);
}

.cta-box {
  padding: 70px 64px;
  border: 0;
  border-radius: 0;
  background: #0d1c28;
  box-shadow: 18px 18px 0 #ddd7cd;
}

.cta-box::before {
  top: 0;
  right: auto;
  width: 92px;
  height: 3px;
  border-radius: 0;
  background: var(--orange);
}

.cta-box h2 {
  max-width: 760px;
  font-weight: 640;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.8);
}

.cta-tel small {
  color: rgba(255, 255, 255, 0.7);
}

.cta-box .btn-ghost {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.88);
}

.cta-box .accent {
  color: inherit;
  background: none;
}

.cta-box .btn-primary,
.testimonials-section .btn-primary {
  color: var(--ink);
  background: #f1ede5;
}

.cta-box .btn-primary:hover,
.testimonials-section .btn-primary:hover {
  color: #fff;
  background: var(--orange);
}

.site-footer {
  border-top: 0;
  background: #080f15;
}

.footer-grid {
  gap: 54px;
  padding-top: 76px;
  padding-bottom: 64px;
}

.footer-brand .brand-logo {
  width: 236px;
}

.site-footer h4 {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer p,
.site-footer a,
.site-footer address,
.site-footer address p,
.footer-brand p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-monogram img {
  width: 76px;
  border-radius: 9px;
  opacity: 0.76;
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.09);
}

.footer-bottom p,
.footer-cookie-link {
  color: rgba(255, 255, 255, 0.64) !important;
}

/* Contrast and visibility pass 1.1.1 */
.offer-card:not(.featured) .offer-price sub,
.offer-card:not(.featured) .offer-sub,
.hourly-rate-note span,
.stat-box-label {
  color: #4f5e68;
}

.offer-card.featured .offer-price sub,
.offer-card.featured .offer-sub,
.offer-card.featured .check-list li {
  color: rgba(255, 255, 255, 0.78);
}

.leistung-desc,
.problem-text,
.prozess-text,
.ref-body p,
.timeline p,
.faq-item p {
  color: #53616a;
}

/* Content must never disappear when visitors scroll quickly or scripts lag. */
.reveal,
.reveal.reveal-left,
.reveal.reveal-right,
.reveal.visible {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Cookie manager and floating controls follow the quieter system. */
#cookie-overlay {
  background: rgba(4, 12, 19, 0.73);
}

#cookie-banner {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: 0 40px 100px rgba(3, 12, 20, 0.34);
}

.cookie-top-bar {
  background: var(--orange);
}

.cookie-toggle-item,
.cookie-provider-tag,
.always-on-label,
.cookie-btn-reject,
.cookie-btn-save,
.cookie-btn-accept {
  border-radius: 2px;
}

.cookie-toggle-item {
  background: #f7f4ee;
}

.cookie-btn-accept {
  background: var(--ink);
  box-shadow: none;
}

.cookie-btn-accept:hover {
  background: var(--orange);
}

#cookie-toast,
#scroll-top {
  border-radius: 3px;
  background: var(--ink);
}

/* Keep motion polished and non-gimmicky. */
.problem-item,
.prozess-card,
.card,
.offer-card,
.ref-card,
.leistung-row {
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, padding 0.24s ease;
}

@media (max-width: 1120px) {
  .brand-logo {
    width: 188px;
  }

  .nav {
    gap: 17px;
  }

  .nav ul {
    gap: 15px;
  }

  .hero-content {
    column-gap: 52px;
  }

  .hero h1 {
    font-size: clamp(60px, 7.8vw, 88px);
  }
}

@media (max-width: 980px) {
  .container {
    width: min(calc(100% - 40px), 760px);
  }

  .nav-wrap {
    min-height: 78px;
  }

  .nav {
    top: 78px;
    border-radius: 3px;
    background: rgba(7, 17, 31, 0.99);
  }

  .nav::before {
    height: 1px;
    background: var(--orange);
  }

  .nav::after {
    display: none;
  }

  .nav a[aria-current="page"] {
    border-left-color: var(--orange);
    background: rgba(196, 90, 50, 0.12);
  }

  .nav-cta {
    background: var(--orange);
  }

  .hero {
    padding: 112px 0 88px;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero .eyebrow,
  .hero h1,
  .hero .lead,
  .hero-actions,
  .hero-stats {
    grid-column: 1;
  }

  .hero-stats {
    grid-row: auto;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 54px;
  }

  .hero-stat,
  .hero-stat-special,
  .hero-stat:first-child {
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .hero-stat:first-child,
  .hero-stat-special {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .img-banner,
  .page-img-banner {
    width: calc(100% - 40px);
  }

  .problem-grid,
  .prozess-grid,
  .offer-grid,
  .testimonials-grid,
  .about-me-grid,
  .fd-page-startseite .section.paper2 .split,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .problem-item,
  .problem-item:nth-child(2),
  .problem-item:nth-child(3) {
    min-height: 0;
    margin: 0;
    padding: 36px 28px;
    border-right: 0;
    border-bottom: 1px solid var(--fd-paper-edge);
  }

  .problem-item:last-child {
    border-bottom: 0;
  }

  .leistung-row,
  .leistung-row:first-child,
  .leistung-row:hover,
  .leistung-row:nth-child(even),
  .leistung-row:nth-child(even):hover {
    margin: 0;
  }

  .prozess-card,
  .prozess-card:nth-child(2) {
    min-height: 0;
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid var(--fd-paper-edge);
  }

  .highlight-box {
    max-width: 680px;
  }

  .testimonials-grid {
    gap: 20px;
  }

  .offer-card,
  .offer-card.featured {
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid var(--fd-paper-edge);
  }

  .offer-card.featured {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .referenzen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ref-card,
  .ref-card:nth-child(4n + 1),
  .ref-card:nth-child(4n + 2),
  .ref-card:nth-child(4n + 3),
  .ref-card:nth-child(4n + 4) {
    grid-column: span 1;
    margin-top: 0;
  }

  .ref-preview,
  .ref-card:nth-child(4n + 1) .ref-preview,
  .ref-card:nth-child(4n + 4) .ref-preview {
    height: 235px;
  }

  .anfrage-mobile-bg {
    top: 78px;
    height: 330px;
  }

  .anfrage-section,
  .page-after-banner,
  .section.light,
  .section.paper,
  .section.paper2 {
    background: var(--paper);
  }

  .fd-page-startseite .section.paper2 {
    background: var(--paper2);
  }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 32px);
  }

  .brand-logo {
    width: 166px;
  }

  .nav-wrap {
    min-height: 72px;
  }

  .nav {
    top: 72px;
  }

  .section {
    padding: 84px 0;
  }

  .hero {
    padding: 88px 0 72px;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 70px);
    line-height: 0.94;
  }

  .hero h1 .outline {
    margin-top: 0.4em;
    font-size: 0.46em;
    line-height: 1.12;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stat,
  .hero-stat-special,
  .hero-stat:first-child {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .hero-stat-special {
    border-left-color: var(--orange2);
  }

  .img-banner {
    width: calc(100% - 20px);
    height: 275px;
    margin-top: -20px;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }

  .page-img-banner,
  .page-img-banner-mobile {
    width: calc(100% - 20px);
    height: 260px;
    margin-right: auto;
    margin-left: auto;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  }

  .subhero {
    padding: 82px 0 62px;
  }

  .subhero h1 {
    font-size: clamp(46px, 13vw, 64px);
  }

  h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .page-after-banner {
    padding-top: 88px;
  }

  .problem-grid,
  .prozess-grid,
  .offer-grid {
    margin-top: 48px;
  }

  .leistung-row,
  .leistung-row:first-child,
  .leistung-row:hover,
  .leistung-row:nth-child(even),
  .leistung-row:nth-child(even):hover {
    grid-template-columns: 44px 1fr;
    gap: 10px;
    padding: 27px 0;
  }

  .leistung-row:hover {
    padding-left: 9px;
  }

  .leistung-desc {
    grid-column: 2;
    padding-left: 0;
  }

  .highlight-box,
  .tcard,
  .form-card,
  .cta-box {
    padding: 32px 27px;
  }

  .cta-box {
    box-shadow: 9px 9px 0 #ddd7cd;
  }

  .stat-boxes,
  .card-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stat-box,
  .card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--fd-paper-edge);
  }

  .stat-box:last-child,
  .card:last-child {
    border-bottom: 0;
  }

  .referenzen-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ref-preview,
  .ref-card:nth-child(4n + 1) .ref-preview,
  .ref-card:nth-child(4n + 4) .ref-preview {
    height: 220px;
  }

  .legal-copy,
  .content-entry {
    padding: 38px 0;
  }

  .footer-brand .brand-logo {
    width: 210px;
  }

  #cookie-banner {
    border-radius: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .leistung-row:hover,
  .ref-card:hover,
  .btn-primary:hover {
    transform: none;
  }
}

/* Source: assets/css/agency-balance.css */
/*
 * Fundament Digital — Agency Balance 1.2
 *
 * A calmer, ordered visual layer: warm paper, neutral charcoal, restrained
 * brand colour and fine gold details. Content and page order stay unchanged.
 */

:root {
  --ink: #172427;
  --ink2: #293536;
  --ink3: #465558;
  --paper: #fbfaf7;
  --paper2: #f2eee5;
  --paper3: #e7e0d5;
  --white: #fff;
  --orange: #80622f;
  --orange2: #d1b374;
  --blue: #657d86;
  --muted: #566366;
  --line: rgba(23, 36, 39, 0.14);
  --line-dark: rgba(255, 255, 255, 0.17);
  --fd-paper-edge: #d9d1c5;
  --fd-copper-wash: rgba(184, 148, 81, 0.17);
  --fd-gold: #b89452;
  --fd-gold-deep: #80622f;
  --fd-gold-wash: rgba(184, 148, 81, 0.18);
  --fd-charcoal: #293234;
  --fd-charcoal-soft: #343d3d;
  --shadow-soft: 0 14px 38px rgba(28, 36, 37, 0.07);
  --shadow-md: 0 22px 54px rgba(28, 36, 37, 0.1);
}

html,
body {
  background: var(--paper);
}

body {
  color: #2c393b;
}

p,
.subhero-lead,
.leistung-desc,
.problem-text,
.prozess-text,
.ref-body p,
.timeline p,
.faq-item p {
  color: var(--muted);
}

.container {
  width: min(1180px, calc(100% - 64px));
}

.section {
  padding: 104px 0;
}

.section.light,
.section.paper {
  background: var(--paper);
}

.section.paper2 {
  background: var(--paper2);
}

h2 {
  max-width: 850px;
  font-size: clamp(40px, 4.8vw, 66px);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.accent,
h2 .accent {
  color: inherit;
  background: linear-gradient(transparent 78%, var(--fd-gold-wash) 78%);
}

.section-kicker,
.eyebrow {
  color: var(--fd-gold-deep);
}

.section-kicker::before,
.eyebrow::before {
  background: var(--fd-gold);
}

.btn-primary {
  color: #fff;
  background: var(--fd-charcoal);
}

.btn-primary:hover {
  color: #fff;
  background: var(--fd-gold-deep);
}

/* Header */
.site-header {
  background: rgba(41, 50, 52, 0.985);
  box-shadow: 0 8px 28px rgba(18, 25, 26, 0.08);
}

.site-header::after {
  background: rgba(184, 148, 81, 0.46);
}

.nav-wrap {
  min-height: 82px;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.header-brand .brand-logo {
  width: 194px;
}

.header-monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 38px;
  padding-left: 13px;
  border-left: 1px solid rgba(209, 179, 116, 0.52);
}

.header-monogram img {
  display: block;
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.nav {
  gap: 22px;
}

.nav ul {
  gap: 20px;
}

.nav ul li:nth-child(n) a,
.nav a {
  color: rgba(255, 255, 255, 0.82);
}

.nav a[aria-current="page"]::after {
  background: var(--fd-gold);
}

a.btn-primary.nav-cta,
a.btn-primary.nav-cta:hover {
  border-color: rgba(209, 179, 116, 0.72);
  color: #fff;
  background: transparent;
}

a.btn-primary.nav-cta:hover {
  border-color: var(--fd-gold);
  background: rgba(184, 148, 81, 0.12);
}

/* Homepage hero */
.hero {
  min-height: auto;
  padding: 132px 0 94px;
  color: var(--ink);
  background: var(--paper2);
}

.hero::after,
.hero-grid-lines,
.hero-bignum {
  display: none;
}

.hero-content {
  display: block;
  max-width: 1040px;
  text-align: center;
}

.hero .eyebrow {
  justify-content: center;
  color: var(--fd-gold-deep);
}

.hero .eyebrow::before {
  background: var(--fd-gold);
}

.hero h1 {
  max-width: 930px;
  margin: 0 auto 30px;
  color: var(--ink);
  font-size: clamp(60px, 7vw, 94px);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.062em;
}

.hero h1 .accent {
  color: var(--ink);
  background: linear-gradient(transparent 80%, var(--fd-gold-wash) 80%);
}

.hero h1 .accent::after {
  display: none;
}

.hero h1 .outline {
  max-width: 760px;
  margin: 0.28em auto 0;
  color: #536063;
  font-size: 0.44em;
  line-height: 1.15;
}

.typing-check {
  color: var(--fd-gold-deep);
}

.hero .lead {
  max-width: 740px;
  margin: 0 auto;
  color: #536063;
  font-size: 17px;
}

.hero-actions {
  justify-content: center;
  margin-top: 32px;
}

.hero .btn-primary {
  color: #fff;
  background: var(--fd-charcoal);
}

.hero .btn-primary:hover {
  background: var(--fd-gold-deep);
}

.hero .btn-secondary {
  border-color: rgba(23, 36, 39, 0.25);
  color: var(--ink);
  background: transparent;
}

.hero .btn-secondary:hover {
  border-color: var(--fd-gold);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.48);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(880px, 100%);
  margin: 54px auto 0;
  border: 1px solid var(--fd-paper-edge);
  background: rgba(255, 255, 255, 0.52);
}

.hero-stat,
.hero-stat-special {
  padding: 24px 28px;
  border: 0;
  border-right: 1px solid var(--fd-paper-edge);
  background: transparent;
  text-align: left;
}

.hero-stat:first-child {
  border-top: 0;
}

.hero-stat:last-child,
.hero-stat-special {
  border-right: 0;
}

.hero-stat-special {
  box-shadow: inset 0 3px 0 var(--fd-gold);
}

.hero-stat strong,
.hero-stat-special strong {
  color: var(--ink);
  font-size: 31px;
}

.hero-stat span,
.hero-stat-special span {
  color: #5b686a;
}

/* Calm, rectangular photography */
.img-banner,
.page-img-banner {
  position: relative;
  inset: auto;
  width: min(1180px, calc(100% - 64px));
  height: clamp(320px, 34vw, 440px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--fd-paper-edge);
  background: #e7e1d7;
  clip-path: none;
  filter: none;
}

.img-banner-inner {
  background-position: center 49%;
  filter: saturate(0.78) contrast(1.02);
  transform: none;
}

.img-banner-overlay,
.page-img-banner::after {
  background: linear-gradient(90deg, rgba(36, 44, 45, 0.18), transparent 62%);
}

.page-after-banner {
  padding-top: 104px;
}

.page-after-banner::before,
.img-window {
  display: none !important;
}

/* Ordered two-column content systems */
.problem-grid,
.leistungen-wrap,
.prozess-grid,
.card-grid.three,
.offer-grid,
.referenzen-grid,
.stat-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border: 0;
}

.problem-grid,
.leistungen-wrap,
.prozess-grid,
.offer-grid {
  margin-top: 52px;
}

.card-grid,
.stat-boxes {
  border: 0;
}

.prozess-grid > :last-child:nth-child(odd),
.card-grid.three > :last-child:nth-child(odd),
.offer-grid > :last-child:nth-child(odd),
.referenzen-grid > :last-child:nth-child(odd),
.stat-boxes > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc(50% - 12px);
  justify-self: center;
}

/* Problems */
.problem-item,
.problem-item:nth-child(2),
.problem-item:nth-child(3),
.problem-item:last-child {
  min-height: 0;
  margin: 0;
  padding: 36px;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.problem-item::before {
  top: -1px;
  right: auto;
  bottom: auto;
  left: 35px;
  width: 68px;
  height: 2px;
  background: var(--fd-gold);
}

.problem-num {
  color: rgba(23, 36, 39, 0.18);
}

.problem-item.highlight {
  color: var(--ink);
  border-color: rgba(184, 148, 81, 0.58);
  background: #eee7d9;
}

.problem-item.highlight .problem-num {
  color: var(--fd-gold-deep);
}

.problem-item.highlight .problem-title {
  color: var(--ink);
}

.problem-item p,
.problem-item.highlight p {
  color: var(--muted);
}

/* Services */
.leistungen-wrap {
  border: 0;
}

.leistung-row,
.leistung-row:first-child,
.leistung-row:hover,
.leistung-row:nth-child(even),
.leistung-row:nth-child(even):hover,
.leistung-row:last-child {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px 18px;
  min-height: 220px;
  margin: 0;
  padding: 32px;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.72);
}

.leistung-row:hover {
  padding-left: 32px;
  border-color: rgba(184, 148, 81, 0.72);
  box-shadow: var(--shadow-soft);
  transform: none;
}

.leistung-row::after {
  display: none;
}

.leistung-num {
  color: rgba(23, 36, 39, 0.24);
}

.leistung-title {
  font-size: 22px;
}

.leistung-desc {
  grid-column: 2;
  padding: 0;
}

.leistung-tag {
  color: var(--fd-gold-deep);
  background: var(--fd-gold-wash);
}

/* Balanced split sections */
.split,
.fd-page-startseite .section.paper2 .split,
.about-story {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  align-items: start;
}

.fd-page-startseite .section.paper2 {
  color: var(--ink);
  background: var(--paper2);
}

.fd-page-startseite .section.paper2::before {
  display: none;
}

.fd-page-startseite .section.paper2 h2,
.fd-page-startseite .section.paper2 h3 {
  color: var(--ink);
}

.fd-page-startseite .section.paper2 p,
.fd-page-startseite .section.paper2 p[style] {
  color: var(--muted) !important;
}

.highlight-box {
  padding: 42px;
  border: 1px solid rgba(184, 148, 81, 0.56);
  border-radius: 2px;
  color: var(--ink);
  background: #eee8dc;
  box-shadow: none;
}

.highlight-box::before {
  width: 72px;
  height: 2px;
  background: var(--fd-gold);
}

.highlight-box h3,
.fd-page-startseite .section.paper2 .highlight-box h3 {
  color: var(--ink) !important;
}

.highlight-box p,
.highlight-box p[style],
.fd-page-startseite .section.paper2 .highlight-box p,
.fd-page-startseite .section.paper2 .highlight-box p[style] {
  color: var(--muted) !important;
}

.benefit-item {
  border-color: rgba(23, 36, 39, 0.13);
  background: rgba(255, 255, 255, 0.5);
}

.benefit-check {
  color: var(--fd-gold-deep);
}

.benefit-text {
  color: #3c494b;
}

/* Process */
.prozess-grid {
  border: 0;
}

.prozess-card,
.prozess-card:nth-child(2),
.prozess-card:last-child {
  min-height: 280px;
  margin: 0;
  padding: 38px;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.prozess-card::before {
  top: -1px;
  right: auto;
  width: 68px;
  height: 2px;
  background: var(--fd-gold);
}

.prozess-step {
  color: var(--fd-gold-deep);
}

.prozess-bignum {
  color: rgba(23, 36, 39, 0.055);
}

/* Testimonials */
.testimonials-section {
  color: var(--ink);
  background: #ebe6dc;
}

.testimonials-section::before,
.testimonials-section::after {
  display: none;
}

.testimonials-section h2,
.testimonials-section h3,
.testimonials-head h2,
.testimonials-head h2.on-dark {
  color: var(--ink);
}

.testimonials-section .section-kicker,
.testimonials-section .section-kicker[style] {
  color: var(--fd-gold-deep) !important;
}

.testimonials-rating-bar {
  border-color: rgba(23, 36, 39, 0.16);
}

.trating-stars,
.tcard-stars {
  color: #8e6b24;
}

.trating-label,
.tfooter-google {
  color: #4e5b5d;
}

.trating-link {
  color: var(--fd-gold-deep);
}

.testimonials-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  gap: 24px;
}

.tcard,
.tcard-featured {
  padding: 40px;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.tcard-featured {
  border-color: rgba(184, 148, 81, 0.5);
  background: #f4efe5;
}

.tcard::before,
.tcard-featured::before {
  width: 64px;
  background: var(--fd-gold);
}

.tcard-text,
.tcard-featured .tcard-text,
.tcard-name,
.tcard-featured .tcard-name {
  color: #334143;
}

.tcard-role,
.tcard:not(.tcard-featured) .tcard-role,
.tcard-featured .tcard-role {
  color: #596668;
}

.tcard-author,
.tcard-featured .tcard-author {
  border-color: rgba(23, 36, 39, 0.13);
}

.tcard-avatar {
  color: #fff;
  background: var(--fd-charcoal);
}

.tcard-quote,
.tcard-featured .tcard-quote {
  color: rgba(128, 98, 47, 0.18);
}

.testimonials-footer {
  border-color: rgba(23, 36, 39, 0.14);
}

.testimonials-section .btn-primary {
  color: #fff;
  background: var(--fd-charcoal);
}

.testimonials-section .btn-primary:hover {
  background: var(--fd-gold-deep);
}

/* Subpages and about page */
.subhero {
  padding: 108px 0 82px;
  color: var(--ink);
  background: var(--paper2);
}

.subhero::after {
  display: none;
}

.subhero h1 {
  max-width: 1000px;
  color: var(--ink);
  font-size: clamp(50px, 6.1vw, 84px);
  line-height: 0.99;
  letter-spacing: -0.057em;
}

.subhero-lead {
  color: #526063;
}

.about-me-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
}

.portrait-card {
  justify-self: end;
  width: min(100%, 470px);
  border: 1px solid var(--fd-paper-edge);
  box-shadow: none;
}

.portrait-card::before {
  width: 4px;
  height: 34%;
  background: var(--fd-gold);
}

.stat-boxes {
  margin: 0;
}

.stat-box,
.stat-box:last-child {
  min-height: 150px;
  padding: 34px;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.72);
}

.stat-box::before {
  top: -1px;
  right: auto;
  bottom: auto;
  width: 58px;
  background: var(--fd-gold);
}

.stat-box-num .suffix {
  color: var(--fd-gold-deep);
}

.stat-box-label {
  color: #556265;
}

.card-grid.three {
  margin-top: 40px !important;
}

.card,
.card:last-child {
  min-height: 250px;
  padding: 38px;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.card::before {
  top: -1px;
  right: auto;
  bottom: auto;
  width: 58px;
  background: var(--fd-gold);
}

.card-icon {
  color: var(--fd-gold-deep);
  background: var(--fd-gold-wash);
}

.timeline::before {
  background: #c9baa1;
}

.tl-dot {
  border-color: var(--fd-gold);
}

.tl-year {
  color: var(--fd-gold-deep);
}

/* Offers */
.offer-grid {
  align-items: stretch;
  border: 0;
}

.offer-card,
.offer-card:last-child {
  margin: 0;
  padding: 40px;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.offer-card::before {
  width: 68px;
  background: var(--fd-gold);
}

.offer-card.featured {
  margin: 0;
  padding: 40px;
  border: 1px solid var(--fd-charcoal);
  color: #fff;
  background: var(--fd-charcoal-soft);
}

.offer-card.featured::before {
  background: var(--fd-gold);
}

.offer-badge {
  color: #fff;
  background: var(--fd-gold-deep);
}

.offer-label,
.hourly-rate-price {
  color: var(--fd-gold-deep);
}

.offer-card.featured .offer-label {
  color: var(--orange2);
}

.offer-card.featured .offer-cta {
  border-color: var(--fd-gold);
  color: #fff;
  background: var(--fd-gold-deep);
  box-shadow: none;
}

.offer-card.featured .offer-cta:hover {
  color: var(--ink);
  background: var(--orange2);
}

.hourly-rate-note {
  border-left-color: var(--fd-gold);
  background: var(--paper2);
}

/* References */
.referenzen-grid {
  gap: 26px;
}

.ref-card,
.ref-card:nth-child(4n + 1),
.ref-card:nth-child(4n + 2),
.ref-card:nth-child(4n + 3),
.ref-card:nth-child(4n + 4) {
  grid-column: auto;
  margin: 0;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.ref-card:hover {
  border-color: rgba(184, 148, 81, 0.72);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.ref-preview,
.ref-card:nth-child(4n + 1) .ref-preview,
.ref-card:nth-child(4n + 4) .ref-preview {
  height: 280px;
}

.ref-branche {
  color: var(--fd-gold-deep);
}

.ref-badge {
  color: var(--ink);
  background: #f0e9da;
}

.ref-badge-demo {
  background: #e6e2d8;
}

.ref-cta-overlay {
  background: rgba(41, 50, 52, 0.72);
}

/* Forms and contact */
.contact-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
}

.contact-card,
.form-card,
.step {
  border-color: var(--fd-paper-edge);
  background: #fff;
}

.contact-card::before,
.contact-note::before,
.form-card::before {
  background: var(--fd-gold);
}

.contact-note {
  border: 1px solid rgba(184, 148, 81, 0.54);
  color: var(--ink);
  background: #eee8dc;
}

.contact-note h3 {
  color: var(--ink);
}

.contact-note p {
  color: var(--muted);
}

.contact-note .text-link {
  color: var(--fd-gold-deep);
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: var(--fd-gold-deep);
  box-shadow: inset 0 -2px 0 var(--fd-gold);
}

/* CTA */
.cta-section {
  padding: 104px 0;
  background: var(--paper);
}

.cta-box {
  padding: 62px;
  border: 1px solid rgba(184, 148, 81, 0.38);
  border-radius: 2px;
  background: var(--fd-charcoal-soft);
  box-shadow: none;
}

.cta-box::before {
  width: 96px;
  background: var(--fd-gold);
}

.cta-box h2 {
  color: #fff;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-box .section-kicker {
  color: var(--orange2);
}

.cta-box .btn-primary {
  color: var(--ink);
  background: #f5f1e9;
}

.cta-box .btn-primary:hover {
  color: #fff;
  background: var(--fd-gold-deep);
}

.cta-tel small {
  color: rgba(255, 255, 255, 0.7);
}

.cta-box .btn-ghost {
  border-color: rgba(209, 179, 116, 0.52);
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(184, 148, 81, 0.42);
  background: #252d2e;
}

.footer-grid {
  grid-template-columns: 1.65fr 0.8fr 1.05fr 0.72fr auto;
  gap: 42px;
}

.site-footer h4 {
  color: var(--orange2);
}

.site-footer p,
.site-footer a,
.site-footer address,
.site-footer address p,
.footer-brand p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-monogram {
  align-items: flex-start;
  padding-left: 20px;
  border-left: 1px solid rgba(209, 179, 116, 0.28);
}

.footer-monogram img {
  width: 86px;
  height: 86px;
  border-radius: 0;
  object-fit: contain;
  opacity: 0.88;
}

.footer-bottom {
  border-color: rgba(209, 179, 116, 0.18);
}

/* Cookie UI and floating controls */
.cookie-top-bar,
.switch input:checked + .switch-slider {
  background: var(--fd-gold-deep);
}

.cookie-btn-accept,
#cookie-toast,
#scroll-top {
  background: var(--fd-charcoal);
}

.cookie-btn-save {
  border-color: var(--fd-gold-deep);
  color: var(--fd-gold-deep);
}

/* Keep every item visible; motion should never control readability. */
.reveal,
.reveal.reveal-left,
.reveal.reveal-right,
.reveal.visible {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 1120px) {
  .container,
  .img-banner,
  .page-img-banner {
    width: min(1040px, calc(100% - 48px));
  }

  .header-brand .brand-logo {
    width: 174px;
  }

  .header-monogram {
    width: 39px;
    padding-left: 11px;
  }

  .nav {
    gap: 16px;
  }

  .nav ul {
    gap: 14px;
  }

  .nav ul li:nth-child(n) a,
  .nav a {
    font-size: 12px;
  }

  .footer-grid {
    gap: 30px;
  }
}

@media (max-width: 980px) {
  .container,
  .img-banner,
  .page-img-banner {
    width: min(760px, calc(100% - 40px));
  }

  .nav-wrap {
    min-height: 76px;
  }

  .nav {
    top: 76px;
    background: rgba(41, 50, 52, 0.995);
  }

  .nav::before {
    background: var(--fd-gold);
  }

  .nav a[aria-current="page"] {
    border-left-color: var(--fd-gold);
    background: rgba(184, 148, 81, 0.13);
  }

  a.btn-primary.nav-cta,
  a.btn-primary.nav-cta:hover {
    background: var(--fd-gold-deep);
  }

  .hero {
    padding: 106px 0 80px;
  }

  .split,
  .fd-page-startseite .section.paper2 .split,
  .about-story,
  .about-me-grid,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .portrait-card {
    justify-self: start;
  }

  .cta-box {
    padding: 48px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-monogram {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 840px) {
  .leistungen-wrap {
    grid-template-columns: 1fr;
  }

  .leistung-row,
  .leistung-row:first-child,
  .leistung-row:hover,
  .leistung-row:nth-child(even),
  .leistung-row:nth-child(even):hover,
  .leistung-row:last-child {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 78px 0;
  }

  .problem-grid,
  .prozess-grid,
  .card-grid.three,
  .offer-grid,
  .referenzen-grid,
  .stat-boxes,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .prozess-grid > :last-child:nth-child(odd),
  .card-grid.three > :last-child:nth-child(odd),
  .offer-grid > :last-child:nth-child(odd),
  .referenzen-grid > :last-child:nth-child(odd),
  .stat-boxes > :last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stat,
  .hero-stat-special,
  .hero-stat:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--fd-paper-edge);
  }

  .hero-stat:last-child {
    border-bottom: 0;
  }

  .hero-stat-special {
    box-shadow: inset 3px 0 0 var(--fd-gold);
  }

  .cta-box {
    padding: 38px 32px;
  }
}

@media (max-width: 560px) {
  .container,
  .img-banner,
  .page-img-banner {
    width: calc(100% - 32px);
  }

  .header-brand {
    gap: 9px;
  }

  .header-brand .brand-logo {
    width: 148px;
  }

  .header-monogram {
    width: 32px;
    height: 30px;
    padding-left: 8px;
  }

  .header-monogram img {
    width: 24px;
    height: 24px;
  }

  .hero {
    padding: 86px 0 68px;
  }

  .hero h1 {
    font-size: clamp(48px, 16vw, 66px);
  }

  .hero .lead {
    font-size: 16px;
  }

  .problem-item,
  .leistung-row,
  .prozess-card,
  .card,
  .offer-card,
  .tcard,
  .highlight-box,
  .form-card {
    padding: 30px 26px;
  }

  .leistung-row,
  .leistung-row:first-child,
  .leistung-row:hover,
  .leistung-row:nth-child(even),
  .leistung-row:nth-child(even):hover,
  .leistung-row:last-child {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-monogram {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .problem-item:hover,
  .leistung-row:hover,
  .ref-card:hover,
  .btn-primary:hover {
    transform: none;
  }
}

/* Source: assets/css/blue-image-polish.css */
/*
 * Fundament Digital — Blue & Image Polish 1.3.6
 *
 * Full-width photographic heroes, a slightly bluer charcoal system and a
 * stronger Google review section. Content order remains unchanged.
 */

:root {
  --fd-blue-charcoal: #18323f;
  --fd-blue-charcoal-deep: #122a36;
  --fd-blue-charcoal-soft: #244552;
  --fd-blue-mist: #dce8eb;
  --fd-blue-line: rgba(123, 160, 175, 0.42);
  --fd-charcoal: var(--fd-blue-charcoal);
  --fd-charcoal-soft: var(--fd-blue-charcoal-soft);
  --blue: #577b8b;
}

/* Header — cleaner brand lock-up, with more blue in the charcoal. */
.site-header {
  background: rgba(24, 50, 63, 0.985);
  box-shadow: 0 10px 32px rgba(11, 31, 40, 0.16);
}

.site-header::after {
  background: linear-gradient(90deg, var(--fd-gold), rgba(112, 151, 168, 0.86));
  opacity: 0.72;
}

.header-brand {
  gap: 0;
}

.header-brand .brand-logo {
  width: 204px;
}

.header-monogram {
  display: none !important;
}

.nav {
  gap: 20px;
}

.nav ul li:nth-child(n) a,
.nav a {
  color: rgba(255, 255, 255, 0.87);
}

/* Homepage hero — selected digital network artwork with quiet copy space. */
.hero {
  isolation: isolate;
  min-height: 760px;
  padding: 132px 0 86px;
  color: #fff;
  background-color: var(--fd-blue-charcoal-deep);
  background-image: url("../img/hero-startseite.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(13, 35, 45, 0.96) 0%, rgba(20, 47, 59, 0.89) 38%, rgba(21, 49, 61, 0.58) 67%, rgba(14, 32, 41, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 24, 32, 0.2), rgba(8, 24, 32, 0.44));
  animation: none;
  pointer-events: none;
}

.hero-content {
  z-index: 2;
  display: block;
  max-width: 1180px;
  text-align: left;
}

.hero .eyebrow {
  justify-content: flex-start;
  color: #e5cc94;
}

.hero .eyebrow::before {
  background: var(--fd-gold);
}

.hero h1 {
  max-width: 730px;
  margin: 0 0 30px;
  color: #fff;
  font-size: clamp(62px, 6.8vw, 94px);
  text-shadow: 0 3px 28px rgba(5, 21, 29, 0.24);
}

.hero h1 .accent {
  color: #fff;
  background: linear-gradient(transparent 80%, rgba(209, 179, 116, 0.38) 80%);
}

.hero h1 .outline {
  max-width: 660px;
  margin: 0.28em 0 0;
  color: rgba(235, 242, 244, 0.88);
  text-shadow: none;
}

.typing-check {
  color: #e5cc94;
}

.hero .lead {
  max-width: 690px;
  margin: 0;
  color: rgba(240, 245, 246, 0.82);
  font-size: 17px;
  text-shadow: 0 2px 16px rgba(5, 21, 29, 0.24);
}

.hero-actions {
  justify-content: flex-start;
}

.hero .btn-primary {
  color: var(--fd-blue-charcoal-deep);
  background: #f6f2e9;
}

.hero .btn-primary:hover {
  color: #fff;
  background: var(--fd-gold-deep);
}

.hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  background: rgba(12, 35, 45, 0.26);
  backdrop-filter: blur(5px);
}

.hero .btn-secondary:hover {
  border-color: rgba(229, 204, 148, 0.82);
  color: #fff;
  background: rgba(24, 50, 63, 0.72);
}

.hero-stats {
  width: min(780px, 100%);
  margin: 50px 0 0;
  border-color: rgba(229, 204, 148, 0.34);
  background: rgba(16, 40, 51, 0.72);
  box-shadow: 0 20px 48px rgba(5, 21, 29, 0.2);
  backdrop-filter: blur(10px);
}

.hero-stat,
.hero-stat-special {
  border-color: rgba(255, 255, 255, 0.16);
  background: transparent;
}

.hero-stat strong,
.hero-stat-special strong {
  color: #fff;
}

.hero-stat span,
.hero-stat-special span {
  color: rgba(235, 242, 244, 0.7);
}

.hero-stat-special {
  box-shadow: inset 0 3px 0 var(--fd-gold);
}

.hero-bignum {
  position: absolute;
  top: 45%;
  right: max(42px, calc((100vw - 1180px) / 2));
  z-index: 1;
  display: block;
  width: clamp(185px, 18vw, 275px);
  padding-left: 42px;
  border-left: 1px solid rgba(229, 204, 148, 0.54);
  opacity: 0.82;
  filter: drop-shadow(0 12px 26px rgba(4, 18, 25, 0.3));
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-bignum img {
  width: 100%;
  height: auto;
}

/* Each primary subpage receives a full-width, page-specific image. */
.subhero {
  position: relative;
  isolation: isolate;
  min-height: 460px;
  overflow: hidden;
  padding: 112px 0 92px;
  color: #fff;
  background-color: var(--fd-blue-charcoal-deep);
  background-image: url("../img/subhero-rechtliches.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fd-page-ueber-mich .subhero {
  background-image: url("../img/subhero-ueber-mich.jpg");
}

.fd-page-angebot .subhero {
  background-image: url("../img/subhero-angebot.jpg");
}

.fd-page-angebot-erstellen .subhero {
  background-image: url("../img/subhero-projekt.jpg");
}

.fd-page-referenzen .subhero {
  background-image: url("../img/subhero-referenzen.jpg");
}

.fd-page-kontakt .subhero,
.fd-page-danke .subhero {
  background-image: url("../img/subhero-kontakt.jpg");
}

.fd-page-impressum .subhero,
.fd-page-datenschutz .subhero {
  background-image: url("../img/subhero-rechtliches.jpg");
}

.subhero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(13, 34, 44, 0.95) 0%, rgba(19, 45, 57, 0.83) 46%, rgba(18, 42, 53, 0.47) 72%, rgba(11, 27, 35, 0.22) 100%);
  pointer-events: none;
}

.subhero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: auto;
  height: 1px;
  background: linear-gradient(90deg, var(--fd-gold), rgba(111, 154, 172, 0.82), transparent 82%);
  box-shadow: none;
}

.subhero .container {
  position: relative;
  z-index: 2;
}

.subhero h1,
.subhero h1 span,
.subhero h1 span[style] {
  max-width: 920px;
  color: #fff !important;
  text-shadow: 0 3px 26px rgba(4, 18, 25, 0.28);
}

.about-me-hero h1 span[style] {
  color: #e5cc94 !important;
}

.subhero .eyebrow {
  color: #e5cc94;
}

.subhero .eyebrow::before {
  background: var(--fd-gold);
}

.subhero-lead {
  max-width: 720px;
  color: rgba(239, 245, 246, 0.82);
  text-shadow: 0 2px 18px rgba(4, 18, 25, 0.24);
}

.about-me-hero .portrait-card {
  position: relative;
  isolation: isolate;
  width: min(100%, 370px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-me-hero .portrait-card::after {
  content: "";
  position: absolute;
  inset: -13px -15px 13px 11px;
  z-index: 0;
  border: 1px solid rgba(229, 204, 148, 0.62);
  background: rgba(24, 50, 63, 0.72);
  box-shadow: 0 24px 64px rgba(4, 18, 25, 0.22);
  clip-path: polygon(0 0, 95% 3%, 100% 94%, 7% 100%);
  pointer-events: none;
}

.about-me-hero .portrait-card::before {
  top: -13px;
  left: 11px;
  z-index: 2;
  width: 92px;
  height: 3px;
  background: var(--fd-gold);
}

.about-me-hero .portrait-card img {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 0;
  clip-path: polygon(2% 0, 100% 3%, 96% 100%, 0 96%);
}

.fd-page-impressum .subhero,
.fd-page-datenschutz .subhero {
  min-height: 350px;
}

/* The project image now carries the supplied FD monogram. */
.anfrage-img-wrap img.anfrage-monogram {
  top: 24px;
  right: 24px;
  width: 76px;
  height: 76px;
  padding: 10px;
  border: 1px solid rgba(229, 204, 148, 0.52);
  border-radius: 2px;
  background: rgba(18, 42, 54, 0.68);
  box-shadow: 0 14px 32px rgba(4, 18, 25, 0.2);
  opacity: 0.96;
  backdrop-filter: blur(6px);
}

/* Google reviews — a deliberate coloured focal section. */
.testimonials-section {
  color: var(--ink);
  border-top: 1px solid rgba(184, 148, 81, 0.42);
  border-bottom: 1px solid rgba(85, 124, 140, 0.26);
  background: linear-gradient(135deg, #d9e6ea 0%, #e8efee 56%, #eee9df 100%);
}

.testimonials-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  left: auto;
  display: block;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(80, 121, 139, 0.15), transparent 68%);
  filter: none;
  opacity: 1;
  pointer-events: none;
}

.testimonials-section::after {
  display: none;
}

.testimonials-rating-bar {
  max-width: 820px;
  padding: 22px 26px;
  border: 1px solid rgba(229, 204, 148, 0.58);
  border-radius: 2px;
  color: #fff;
  background: var(--fd-blue-charcoal);
  box-shadow: 0 18px 42px rgba(18, 42, 54, 0.16);
}

.trating-stars,
.tcard-stars {
  color: #d6ae55;
}

.trating-label {
  color: rgba(255, 255, 255, 0.86);
}

.trating-link {
  color: #e5cc94;
}

.trating-link:hover {
  color: #fff;
}

.testimonials-grid {
  max-width: 1020px;
}

.tcard,
.tcard-featured {
  border-color: rgba(71, 108, 123, 0.24);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(38, 67, 78, 0.08);
}

.tcard-featured {
  border-color: rgba(73, 116, 135, 0.48);
  background: #edf3f4;
}

.tcard-featured::before {
  background: var(--fd-blue-charcoal-soft);
}

.tcard-avatar {
  background: var(--fd-blue-charcoal);
}

.testimonials-footer {
  border-color: rgba(51, 83, 95, 0.22);
}

.tfooter-google {
  color: #405b65;
}

.testimonials-section .btn-primary {
  background: var(--fd-blue-charcoal);
}

/* CTA and footer — bluer charcoal with stronger light/dark separation. */
.cta-box {
  border-color: rgba(229, 204, 148, 0.42);
  background: linear-gradient(135deg, var(--fd-blue-charcoal-deep), var(--fd-blue-charcoal-soft));
  box-shadow: 0 26px 64px rgba(13, 37, 47, 0.14);
}

.cta-box::before {
  background: linear-gradient(90deg, var(--fd-gold), rgba(111, 154, 172, 0.9));
}

.cta-box p {
  color: rgba(241, 246, 247, 0.8);
}

.site-footer {
  border-top-color: rgba(184, 148, 81, 0.54);
  background: linear-gradient(135deg, #102834 0%, #183541 58%, #122b36 100%);
}

.footer-grid {
  align-items: start;
}

.footer-brand .brand-logo {
  margin-left: -21px;
  margin-top: -28px;
  margin-bottom: -8px;
}

/* The generated desk image replaces the duplicated handshake motif on mobile. */
.anfrage-mobile-bg {
  background-image: url("../img/projekt-formular-seite.jpg");
}

.site-footer h4 {
  color: #e0c68e;
}

.footer-monogram {
  border-left-color: rgba(111, 154, 172, 0.34);
}

.footer-bottom {
  border-color: rgba(133, 169, 182, 0.2);
}

.cookie-btn-accept,
#cookie-toast,
#scroll-top {
  background: var(--fd-blue-charcoal);
}

@media (max-width: 1120px) {
  .header-brand .brand-logo {
    width: 184px;
  }

  .hero-bignum {
    right: 32px;
    width: 190px;
    padding-left: 30px;
  }
}

@media (max-width: 980px) {
  .nav {
    background: rgba(18, 42, 54, 0.995);
  }

  .hero {
    min-height: 700px;
    padding: 112px 0 78px;
  }

  .hero-bignum {
    display: none;
  }

  .about-me-hero .portrait-card {
    justify-self: start;
    width: min(100%, 330px);
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
    padding: 96px 0 70px;
    background-image: url("../img/hero-startseite-mobile.webp");
    background-position: center top;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(5, 22, 38, 0.42) 0%, rgba(5, 22, 38, 0.48) 58%, rgba(5, 22, 38, 0.32) 100%);
  }

  .hero h1 {
    font-size: clamp(50px, 15vw, 68px);
  }

  .hero-stats {
    margin-top: 38px;
  }

  .subhero {
    min-height: 400px;
    padding: 88px 0 72px;
    background-position: 58% center;
  }

  .subhero::before {
    background: linear-gradient(90deg, rgba(13, 34, 44, 0.94), rgba(18, 43, 54, 0.7));
  }

  /* The offer headline contains the unusually long word "Ansprechpartner". */
  .fd-page-angebot .offer-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.4vw, 46px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .testimonials-rating-bar {
    align-items: flex-start;
    padding: 20px;
  }

  .footer-brand .brand-logo {
    margin-left: -18px;
    margin-top: -24px;
  }
}

@media (max-width: 560px) {
  .header-brand .brand-logo {
    width: 158px;
  }

  .hero .lead,
  .subhero-lead {
    font-size: 16px;
  }

  .anfrage-img-wrap img.anfrage-monogram {
    top: 18px;
    right: 18px;
    width: 66px;
    height: 66px;
  }
}

/* Source: assets/css/brand-alignment.css */
/*
 * Fundament Digital — Brand Alignment 1.4.0
 *
 * A final, focused visual layer: the logo's navy, orange, grey and white
 * become the common system again. Structure, URLs and existing page copy stay
 * intact; the homepage receives the sharper all-round IT positioning.
 */

:root {
  --fd-brand-navy: #0b1e3d;
  --fd-brand-navy-deep: #07172f;
  --fd-brand-navy-soft: #102a4d;
  --fd-brand-blue: #2f5f92;
  --fd-brand-orange: #e8600a;
  --fd-brand-orange-soft: #f47a32;
  --fd-brand-gray: #a0a7b1;
  --fd-brand-mist: #eaf0f7;
  --fd-brand-line: rgba(11, 30, 61, 0.14);

  --ink: var(--fd-brand-navy);
  --ink2: var(--fd-brand-navy-soft);
  --ink3: #29476f;
  --paper: #f7f9fc;
  --paper2: var(--fd-brand-mist);
  --paper3: #dfe8f1;
  --white: #fff;
  --orange: var(--fd-brand-orange);
  --orange2: var(--fd-brand-orange-soft);
  --blue: var(--fd-brand-blue);
  --muted: #5b6b80;
  --line: var(--fd-brand-line);
  --line-dark: rgba(255, 255, 255, 0.17);
  --fd-paper-edge: #d5e0eb;
  --fd-copper-wash: rgba(232, 96, 10, 0.12);
  --fd-gold: var(--fd-brand-orange);
  --fd-gold-deep: #c64f07;
  --fd-gold-wash: rgba(232, 96, 10, 0.16);
  --fd-charcoal: var(--fd-brand-navy);
  --fd-charcoal-soft: var(--fd-brand-navy-soft);
  --fd-blue-charcoal: var(--fd-brand-navy);
  --fd-blue-charcoal-deep: var(--fd-brand-navy-deep);
  --fd-blue-charcoal-soft: var(--fd-brand-navy-soft);
  --fd-blue-mist: var(--fd-brand-mist);
  --fd-blue-line: rgba(47, 95, 146, 0.36);
  --shadow-soft: 0 14px 38px rgba(11, 30, 61, 0.07);
  --shadow-md: 0 22px 54px rgba(11, 30, 61, 0.11);
}

html,
body {
  background: var(--paper);
}

body {
  color: #1d2b42;
}

p,
.subhero-lead,
.leistung-desc,
.problem-item p,
.prozess-text,
.ref-body p,
.timeline p,
.faq-item p {
  color: var(--muted);
}

h2 .accent,
.accent {
  color: inherit;
  background: linear-gradient(transparent 78%, var(--fd-gold-wash) 78%);
}

.section.light,
.section.paper {
  background: var(--paper);
}

.section.paper2 {
  background: var(--paper2);
}

.section-kicker,
.eyebrow {
  color: var(--fd-brand-orange);
}

.section-kicker::before,
.eyebrow::before {
  background: var(--fd-brand-orange);
}

.btn-primary {
  color: #fff;
  background: var(--fd-brand-orange);
  box-shadow: 0 12px 30px rgba(232, 96, 10, 0.22);
}

.btn-primary:hover {
  color: #fff;
  background: var(--fd-gold-deep);
  box-shadow: 0 16px 36px rgba(232, 96, 10, 0.28);
}

/* Header — one dark navy field tied directly to the logo. */
.site-header {
  background: rgba(11, 30, 61, 0.985);
  box-shadow: 0 10px 32px rgba(5, 20, 45, 0.2);
}

.site-header::after {
  height: 2px;
  background: linear-gradient(90deg, var(--fd-brand-orange), var(--fd-brand-blue));
  opacity: 0.82;
}

.nav-wrap {
  min-height: 84px;
}

.header-brand .brand-logo {
  width: 204px;
}

.nav ul li:nth-child(n) a,
.nav a {
  color: rgba(255, 255, 255, 0.83);
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: #fff;
}

.nav a[aria-current="page"]::after {
  background: var(--fd-brand-orange);
}

.nav-toggle {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

a.btn-primary.nav-cta,
a.btn-primary.nav-cta:hover {
  min-height: 44px;
  border: 1px solid var(--fd-brand-orange);
  color: #fff;
  background: var(--fd-brand-orange);
  box-shadow: 0 8px 22px rgba(232, 96, 10, 0.18);
}

a.btn-primary.nav-cta:hover {
  background: var(--fd-gold-deep);
}

/* Homepage hero — quiet navy copy space, structure visible on the right. */
.fd-page-startseite .hero {
  isolation: isolate;
  min-height: min(810px, calc(100vh - 84px));
  padding: 120px 0 84px;
  color: #fff;
  background-color: var(--fd-brand-navy-deep);
  background-image: url("../img/hero-startseite.webp");
  background-repeat: no-repeat;
  background-position: 58% 46%;
  background-size: cover;
}

.fd-page-startseite .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(7, 23, 47, 0.99) 0%, rgba(7, 23, 47, 0.96) 36%, rgba(7, 23, 47, 0.74) 59%, rgba(7, 23, 47, 0.24) 100%),
    linear-gradient(180deg, rgba(7, 23, 47, 0.08), rgba(7, 23, 47, 0.28));
  animation: none;
  pointer-events: none;
}

.fd-page-startseite .hero-grid-lines,
.fd-page-startseite .hero-bignum {
  display: none !important;
}

.fd-page-startseite .hero-content {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1180px;
  text-align: left;
}

.fd-page-startseite .hero .eyebrow {
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.82);
}

.fd-page-startseite .hero .eyebrow::before {
  background: var(--fd-brand-orange);
}

.fd-page-startseite .hero h1 {
  max-width: 720px;
  margin: 0 0 25px;
  color: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(56px, 7vw, 92px);
  font-weight: 780;
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-shadow: 0 3px 28px rgba(5, 21, 45, 0.24);
}

.fd-page-startseite .hero h1 .accent {
  color: #fff;
  background: linear-gradient(transparent 78%, rgba(232, 96, 10, 0.28) 78%);
}

.fd-page-startseite .hero h1 .accent::after {
  display: none;
}

.fd-page-startseite .hero h1 .outline {
  display: block;
  max-width: 660px;
  margin: 0.3em 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.39em;
  font-style: normal;
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.fd-page-startseite .typing-check {
  color: var(--fd-brand-orange-soft);
}

.fd-page-startseite .hero .lead {
  max-width: 650px;
  margin: 0;
  color: rgba(245, 249, 253, 0.84);
  font-size: 18px;
  line-height: 1.66;
  text-shadow: 0 2px 16px rgba(5, 21, 45, 0.22);
}

.fd-page-startseite .hero-actions {
  justify-content: flex-start;
  margin-top: 32px;
}

.fd-page-startseite .hero .btn-primary {
  color: #fff;
  background: var(--fd-brand-orange);
}

.fd-page-startseite .hero .btn-primary:hover {
  color: #fff;
  background: var(--fd-gold-deep);
}

.fd-page-startseite .hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  background: rgba(7, 23, 47, 0.32);
  backdrop-filter: none;
}

.fd-page-startseite .hero .btn-secondary:hover {
  border-color: var(--fd-brand-orange-soft);
  color: #fff;
  background: rgba(16, 42, 77, 0.76);
}

.fd-page-startseite .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(900px, 100%);
  margin: 48px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background: rgba(7, 23, 47, 0.84);
  box-shadow: 0 20px 48px rgba(5, 21, 45, 0.18);
  backdrop-filter: none;
}

.fd-page-startseite .hero-stat,
.fd-page-startseite .hero-stat-special {
  min-width: 0;
  padding: 22px 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  text-align: left;
}

.fd-page-startseite .hero-stat:last-child,
.fd-page-startseite .hero-stat-special {
  border-right: 0;
  box-shadow: inset 3px 0 0 var(--fd-brand-orange);
}

.fd-page-startseite .hero-stat strong,
.fd-page-startseite .hero-stat-special strong {
  display: block;
  color: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.fd-page-startseite .hero-stat span,
.fd-page-startseite .hero-stat-special span {
  display: block;
  margin-top: 6px;
  color: rgba(235, 242, 250, 0.72);
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.45;
}

/* Light sections — technical, calm and connected to the logo. */
.fd-page-startseite .section-kicker,
.fd-page-startseite .section-kicker[style] {
  color: var(--fd-brand-orange) !important;
}

.fd-page-startseite .problem-grid {
  gap: 20px;
  margin-top: 50px;
}

.fd-page-startseite .problem-item,
.fd-page-startseite .problem-item:nth-child(2),
.fd-page-startseite .problem-item:nth-child(3),
.fd-page-startseite .problem-item:last-child {
  min-height: 282px;
  margin: 0;
  padding: 34px;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.fd-page-startseite .problem-item::before {
  top: -1px;
  right: auto;
  bottom: auto;
  left: 34px;
  width: 70px;
  height: 3px;
  background: var(--fd-brand-orange);
}

.fd-page-startseite .problem-num {
  color: rgba(47, 95, 146, 0.28);
}

.fd-page-startseite .problem-title {
  color: var(--fd-brand-navy);
}

.fd-page-startseite .problem-item p {
  color: var(--muted);
}

.fd-page-startseite .problem-item.highlight {
  color: #fff;
  border-color: var(--fd-brand-orange);
  background: var(--fd-brand-navy);
}

.fd-page-startseite .problem-item.highlight .problem-num {
  color: var(--fd-brand-orange-soft);
}

.fd-page-startseite .problem-item.highlight .problem-title,
.fd-page-startseite .problem-item.highlight p {
  color: #fff;
}

.fd-page-startseite .problem-item.highlight p {
  color: rgba(255, 255, 255, 0.78);
}

.fd-page-startseite .leistungen-intro {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.fd-page-startseite .leistungen-wrap {
  gap: 18px;
  margin-top: 34px;
}

.fd-page-startseite .leistung-row,
.fd-page-startseite .leistung-row:first-child,
.fd-page-startseite .leistung-row:hover,
.fd-page-startseite .leistung-row:nth-child(even),
.fd-page-startseite .leistung-row:nth-child(even):hover,
.fd-page-startseite .leistung-row:last-child {
  min-height: 220px;
  margin: 0;
  padding: 30px;
  border: 1px solid var(--fd-paper-edge);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.fd-page-startseite .leistung-row:hover {
  border-color: rgba(232, 96, 10, 0.58);
  box-shadow: var(--shadow-soft);
  transform: none;
}

.fd-page-startseite .leistung-row::after {
  display: none;
}

.fd-page-startseite .leistung-num {
  color: rgba(47, 95, 146, 0.36);
}

.fd-page-startseite .leistung-title {
  color: var(--fd-brand-navy);
}

.fd-page-startseite .leistung-desc {
  color: var(--muted);
}

.fd-page-startseite .section.paper2 {
  color: var(--ink);
  background: var(--paper2);
}

.fd-page-startseite .section.paper2::before {
  display: none;
}

.fd-page-startseite .section.paper2 h2,
.fd-page-startseite .section.paper2 h3 {
  color: var(--ink);
}

.fd-page-startseite .section.paper2 p,
.fd-page-startseite .section.paper2 p[style] {
  color: var(--muted) !important;
}

.fd-page-startseite .highlight-box {
  padding: 40px;
  border: 1px solid rgba(232, 96, 10, 0.7);
  border-radius: 2px;
  color: #fff;
  background: var(--fd-brand-navy);
  box-shadow: 0 20px 46px rgba(11, 30, 61, 0.14);
}

.fd-page-startseite .highlight-box::before {
  width: 84px;
  height: 3px;
  background: var(--fd-brand-orange);
}

.fd-page-startseite .highlight-box h3,
.fd-page-startseite .section.paper2 .highlight-box h3 {
  color: #fff !important;
}

.fd-page-startseite .highlight-box p,
.fd-page-startseite .highlight-box p[style],
.fd-page-startseite .section.paper2 .highlight-box p,
.fd-page-startseite .section.paper2 .highlight-box p[style] {
  color: rgba(255, 255, 255, 0.76) !important;
}

.fd-page-startseite .benefit-item {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
}

.fd-page-startseite .benefit-check {
  color: var(--fd-brand-orange-soft);
}

.fd-page-startseite .benefit-text {
  color: rgba(255, 255, 255, 0.9);
}

.fd-page-startseite .prozess-card {
  border-color: var(--fd-paper-edge);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.fd-page-startseite .prozess-card::before {
  background: var(--fd-brand-orange);
}

.fd-page-startseite .prozess-step {
  color: var(--fd-brand-orange);
}

.fd-page-startseite .prozess-bignum {
  color: rgba(47, 95, 146, 0.11);
}

/* Reviews — a quiet light section with one navy verification bar. */
.fd-page-startseite .testimonials-section {
  color: var(--ink);
  border-top: 1px solid rgba(232, 96, 10, 0.32);
  border-bottom: 1px solid rgba(47, 95, 146, 0.2);
  background: var(--paper2);
}

.fd-page-startseite .testimonials-section::before,
.fd-page-startseite .testimonials-section::after {
  display: none;
}

.fd-page-startseite .testimonials-section h2,
.fd-page-startseite .testimonials-section h3,
.fd-page-startseite .testimonials-head h2,
.fd-page-startseite .testimonials-head h2.on-dark {
  color: var(--ink);
}

.fd-page-startseite .testimonials-rating-bar {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  color: #fff;
  background: var(--fd-brand-navy);
  box-shadow: 0 16px 36px rgba(11, 30, 61, 0.13);
}

.fd-page-startseite .trating-stars,
.fd-page-startseite .tcard-stars {
  color: var(--fd-brand-orange);
}

.fd-page-startseite .trating-label {
  color: rgba(255, 255, 255, 0.84);
}

.fd-page-startseite .trating-link {
  color: var(--fd-brand-orange-soft);
}

.fd-page-startseite .tcard,
.fd-page-startseite .tcard-featured {
  border-color: var(--fd-paper-edge);
  border-radius: 2px;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.fd-page-startseite .tcard-featured {
  border-color: rgba(47, 95, 146, 0.36);
  background: #f5f8fb;
}

.fd-page-startseite .tcard::before,
.fd-page-startseite .tcard-featured::before {
  background: var(--fd-brand-orange);
}

.fd-page-startseite .tcard-text,
.fd-page-startseite .tcard-featured .tcard-text,
.fd-page-startseite .tcard-name,
.fd-page-startseite .tcard-featured .tcard-name {
  color: #33445c;
}

.fd-page-startseite .tcard-role,
.fd-page-startseite .tcard-featured .tcard-role {
  color: #65748a;
}

.fd-page-startseite .tcard-avatar {
  background: var(--fd-brand-navy);
}

.fd-page-startseite .tcard-quote {
  color: rgba(232, 96, 10, 0.2);
}

.fd-page-startseite .testimonials-footer {
  border-color: rgba(11, 30, 61, 0.14);
}

.fd-page-startseite .tfooter-google {
  color: #52637a;
}

.fd-page-startseite .testimonials-section .btn-primary {
  background: var(--fd-brand-orange);
}

/* CTA and footer — the same navy/orange lock-up closes the page. */
.fd-page-startseite .cta-section {
  background: var(--paper);
}

.fd-page-startseite .cta-box {
  border-color: rgba(232, 96, 10, 0.52);
  border-radius: 2px;
  background: var(--fd-brand-navy);
  box-shadow: 0 24px 58px rgba(11, 30, 61, 0.14);
}

.fd-page-startseite .cta-box::before {
  background: var(--fd-brand-orange);
}

.fd-page-startseite .cta-box p {
  color: rgba(255, 255, 255, 0.78);
}

.fd-page-startseite .cta-box .section-kicker {
  color: var(--fd-brand-orange-soft) !important;
}

.fd-page-startseite .cta-box .btn-primary {
  color: #fff;
  background: var(--fd-brand-orange);
}

.fd-page-startseite .cta-box .btn-primary:hover {
  background: var(--fd-gold-deep);
}

.fd-page-startseite .cta-box .btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
}

.site-footer {
  border-top-color: rgba(232, 96, 10, 0.6);
  background: var(--fd-brand-navy-deep);
}

.site-footer h4 {
  color: var(--fd-brand-orange-soft);
}

.footer-monogram {
  border-left-color: rgba(47, 95, 146, 0.42);
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.14);
}

.cookie-top-bar,
.switch input:checked + .switch-slider {
  background: var(--fd-brand-orange);
}

.cookie-btn-accept,
#cookie-toast,
#scroll-top {
  background: var(--fd-brand-navy);
}

.cookie-btn-save {
  border-color: var(--fd-brand-orange);
  color: var(--fd-gold-deep);
}

#scroll-top {
  border: 1px solid rgba(232, 96, 10, 0.56);
}

.whatsapp-float {
  box-shadow: 0 14px 30px rgba(20, 180, 85, 0.24);
}

/* Subpage hero images stay in place, but use the same navy/orange language. */
.subhero::before {
  background: linear-gradient(90deg, rgba(7, 23, 47, 0.95) 0%, rgba(11, 30, 61, 0.82) 48%, rgba(11, 30, 61, 0.38) 100%);
}

.subhero::after {
  background: linear-gradient(90deg, var(--fd-brand-orange), rgba(47, 95, 146, 0.78), transparent 82%);
}

.subhero .eyebrow,
.subhero .eyebrow[style] {
  color: var(--fd-brand-orange-soft) !important;
}

.subhero .eyebrow::before {
  background: var(--fd-brand-orange);
}

@media (max-width: 980px) {
  .nav {
    top: 84px;
    border-color: rgba(255, 255, 255, 0.16);
    border-radius: 2px;
    background: rgba(7, 23, 47, 0.995);
    box-shadow: 0 32px 80px rgba(5, 20, 45, 0.52);
  }

  .nav::before {
    background: linear-gradient(90deg, var(--fd-brand-orange), var(--fd-brand-blue));
  }

  .nav a[aria-current="page"] {
    border-left-color: var(--fd-brand-orange);
    background: rgba(232, 96, 10, 0.1);
  }

  a.btn-primary.nav-cta,
  a.btn-primary.nav-cta:hover {
    background: var(--fd-brand-orange);
  }

  .fd-page-startseite .hero {
    min-height: 700px;
    padding: 104px 0 78px;
  }
}

@media (max-width: 840px) {
  .fd-page-startseite .leistung-row,
  .fd-page-startseite .leistung-row:first-child,
  .fd-page-startseite .leistung-row:hover,
  .fd-page-startseite .leistung-row:nth-child(even),
  .fd-page-startseite .leistung-row:nth-child(even):hover,
  .fd-page-startseite .leistung-row:last-child {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .nav-wrap {
    min-height: 78px;
  }

  .fd-page-startseite .hero {
    min-height: auto;
    padding: 78px 0 64px;
    background-image:
      linear-gradient(180deg, rgba(7, 23, 47, 0.995) 0%, rgba(7, 23, 47, 0.98) 43%, rgba(7, 23, 47, 0.76) 69%, rgba(7, 23, 47, 0.38) 100%),
      url("../img/hero-startseite-mobile.webp");
    background-position: center top;
    background-size: cover;
  }

  .fd-page-startseite .hero::after {
    display: none;
  }

  .fd-page-startseite .hero h1 {
    max-width: 100%;
    font-size: clamp(48px, 14vw, 66px);
    line-height: 0.98;
  }

  .fd-page-startseite .hero h1 .outline {
    max-width: 100%;
    font-size: 0.38em;
  }

  .fd-page-startseite .hero .lead {
    max-width: 100%;
    font-size: 16px;
  }

  .fd-page-startseite .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fd-page-startseite .hero .btn-primary,
  .fd-page-startseite .hero .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .fd-page-startseite .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .fd-page-startseite .hero-stat,
  .fd-page-startseite .hero-stat-special,
  .fd-page-startseite .hero-stat:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: none;
  }

  .fd-page-startseite .hero-stat:last-child,
  .fd-page-startseite .hero-stat-special {
    border-bottom: 0;
    box-shadow: inset 3px 0 0 var(--fd-brand-orange);
  }

  .fd-page-startseite .problem-item,
  .fd-page-startseite .problem-item:nth-child(2),
  .fd-page-startseite .problem-item:nth-child(3),
  .fd-page-startseite .problem-item:last-child {
    min-height: 0;
    padding: 30px 26px;
  }

  .fd-page-startseite .leistungen-intro {
    font-size: 16px;
  }

  .fd-page-startseite .highlight-box {
    padding: 32px 26px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    min-height: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
  }

  .whatsapp-label {
    display: none;
  }

  .whatsapp-icon {
    width: 54px;
    height: 54px;
    background: transparent;
  }

  .whatsapp-icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 560px) {
  .header-brand .brand-logo {
    width: 148px;
  }

  .fd-page-startseite .hero {
    padding-top: 72px;
  }

  .fd-page-startseite .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 0.17em;
  }

  .fd-page-startseite .hero-stat,
  .fd-page-startseite .hero-stat-special {
    padding: 20px;
  }
}

/* Source: assets/css/layout-refit.css */
/*
 * Fundament Digital — Layout refit 1.4.1
 *
 * Reorders the about page around Michael's story, removes decorative
 * counters, makes the request form brand-led and gives the navigation a
 * clearer, more deliberate hierarchy. Existing copy and functionality stay
 * intact.
 */

/* Calm, consistent reading surfaces on all subpages. */
body:not(.fd-page-startseite) {
  background: var(--fd-brand-mist);
}

body:not(.fd-page-startseite) .section.light {
  background: #f7f9fc;
}

body:not(.fd-page-startseite) .section.paper {
  background: #ffffff;
}

body:not(.fd-page-startseite) .section.paper2 {
  background: #eaf0f7;
}

body:not(.fd-page-startseite) p {
  text-align: left;
}

body:not(.fd-page-startseite) h2 {
  text-align: left;
}

/* Navigation: one quiet control group, one clear active state. */
.site-header .nav {
  gap: 14px;
}

.site-header .nav ul {
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.site-header .nav ul li a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 12.5px;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-header .nav ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-header .nav ul li a[aria-current="page"] {
  color: #fff;
  background: rgba(232, 96, 10, 0.14);
  border-color: rgba(232, 96, 10, 0.34);
  box-shadow: inset 0 0 0 1px rgba(232, 96, 10, 0.08);
}

.site-header .nav ul li a[aria-current="page"]::after {
  display: none;
}

.site-header a.btn-primary.nav-cta,
.site-header a.btn-primary.nav-cta:hover {
  min-height: 44px;
  margin-left: 2px;
  padding: 10px 15px;
  border-radius: 10px;
  letter-spacing: 0.01em;
}

/* About page: a single vertical narrative instead of a split column that
   ends halfway down the timeline. */
.about-story-section {
  padding-top: 96px;
}

.about-story-shell {
  display: grid;
  gap: 70px;
}

.about-story-intro {
  max-width: 900px;
}

.about-story-copy {
  max-width: 760px;
}

.about-story-copy p {
  max-width: 760px;
}

.about-story-copy p[style] {
  color: #33445c !important;
  font-size: 17px !important;
  font-weight: 650 !important;
}

.about-difference {
  width: 100%;
  padding: 42px 46px;
  border: 1px solid rgba(232, 96, 10, 0.52);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--fd-brand-navy) 0%, var(--fd-brand-navy-soft) 100%);
  box-shadow: 0 22px 54px rgba(11, 30, 61, 0.13);
}

.about-difference::before {
  width: 92px;
  height: 3px;
  background: linear-gradient(90deg, var(--fd-brand-orange), var(--fd-brand-blue));
}

.about-panel-kicker {
  margin-bottom: 11px;
  color: var(--fd-brand-orange-soft);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-difference h3 {
  color: #fff !important;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.04em;
}

.about-difference > p,
.about-difference > p[style] {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76) !important;
}

.about-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-top: 24px;
}

.about-difference .benefit-item {
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.065);
}

.about-difference .benefit-text {
  color: rgba(255, 255, 255, 0.88);
}

.about-difference .benefit-check {
  color: var(--fd-brand-orange-soft);
}

.about-timeline-wrap {
  max-width: 980px;
}

.about-timeline-heading {
  margin-bottom: 6px;
}

.about-timeline-heading h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.4vw, 58px);
}

.about-timeline-wrap .timeline {
  margin-top: 34px;
}

/* Replace the large generic cards with a quieter sequence of working
   principles that reads as part of the story. */
.about-work-section {
  border-top: 1px solid rgba(11, 30, 61, 0.08);
}

.about-work-list {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid rgba(11, 30, 61, 0.16);
}

.about-work-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 27px 0;
  border-bottom: 1px solid rgba(11, 30, 61, 0.16);
}

.about-work-num {
  color: var(--fd-brand-orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-work-item h3 {
  margin-bottom: 7px;
  color: var(--fd-brand-navy);
  font-size: 21px;
}

.about-work-item p {
  max-width: 760px;
  margin: 0;
  color: #5b6b80;
  font-size: 15.5px;
}

/* Project request: keep the desktop planning image, but do not show a second
   image between the mobile hero and the form. */
.fd-page-angebot-erstellen .anfrage-section {
  background: #f0f4f8;
}

.fd-page-angebot-erstellen .anfrage-form-col h2 {
  color: var(--fd-brand-navy);
}

.fd-page-angebot-erstellen .anfrage-form-col > p {
  max-width: 680px;
  color: #5b6b80;
}

.fd-page-angebot-erstellen .form-card {
  border: 1px solid #d9e3ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 30, 61, 0.08);
}

.fd-page-angebot-erstellen .form-card::before {
  height: 4px;
  background: linear-gradient(90deg, var(--fd-brand-orange), var(--fd-brand-blue));
}

.fd-page-angebot-erstellen .form-card label,
.fd-page-angebot-erstellen .choice-group-label {
  color: var(--fd-brand-navy);
}

.fd-page-angebot-erstellen .form-card input,
.fd-page-angebot-erstellen .form-card select,
.fd-page-angebot-erstellen .form-card textarea {
  border: 1px solid #cbd8e6;
  border-radius: 9px;
  color: #1d2b42;
  background: #f8fbfd;
}

.fd-page-angebot-erstellen .form-card input::placeholder,
.fd-page-angebot-erstellen .form-card textarea::placeholder {
  color: #8a98aa;
}

.fd-page-angebot-erstellen .form-card input:focus,
.fd-page-angebot-erstellen .form-card select:focus,
.fd-page-angebot-erstellen .form-card textarea:focus {
  border-color: var(--fd-brand-orange);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232, 96, 10, 0.1);
}

.fd-page-angebot-erstellen .choice-group {
  border: 1px solid #d9e3ee;
  border-radius: 10px;
  background: #f3f7fb;
}

.fd-page-angebot-erstellen .choice-group .checkbox-row {
  border: 1px solid #e0e8f0;
  border-radius: 8px;
  background: #fff;
  color: #506178;
}

.fd-page-angebot-erstellen .form-card input[type="checkbox"] {
  accent-color: var(--fd-brand-orange);
}

.fd-page-angebot-erstellen .form-card > .btn-primary {
  background: var(--fd-brand-orange);
}

@media (max-width: 1180px) and (min-width: 981px) {
  .site-header .nav ul li a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .site-header .nav {
    gap: 9px;
  }
}

@media (max-width: 980px) {
  .site-header .nav ul {
    padding: 8px 14px;
    border: 0;
    background: transparent;
  }

  .site-header .nav ul li a,
  .site-header .nav ul li a[aria-current="page"] {
    width: 100%;
    min-height: 50px;
    border-radius: 9px;
  }

  .site-header .nav ul li a[aria-current="page"] {
    border-left: 3px solid var(--fd-brand-orange);
    padding-left: 14px;
  }

  .site-header .nav-cta {
    margin-right: 14px;
    margin-left: 14px;
  }

  .about-benefits {
    grid-template-columns: 1fr;
  }

  .about-difference {
    padding: 34px 30px;
  }

  .fd-page-angebot-erstellen .anfrage-mobile-bg {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .about-story-section {
    padding-top: 76px;
  }

  .about-story-shell {
    gap: 52px;
  }

  .about-difference {
    padding: 30px 24px;
    border-radius: 12px;
  }

  .about-difference .benefit-item {
    padding: 11px 12px;
  }

  .about-timeline-heading h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .about-work-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 23px 0;
  }

  .about-work-item h3 {
    font-size: 19px;
  }

  .fd-page-angebot-erstellen .anfrage-section {
    padding-top: 60px;
  }
}

/* Source: assets/css/homepage-conversion.css */
/*
 * Fundament Digital — Homepage conversion layer 1.4.2
 *
 * The logo claim leads the hero. The three strongest customer benefits now
 * live in their own readable section directly below it, with the actions
 * placed after the decision-making content.
 */

.fd-page-startseite .hero {
  min-height: min(650px, calc(100vh - 84px));
  padding: 108px 0 92px;
}

.fd-page-startseite .hero h1 {
  max-width: 800px;
  margin-bottom: 28px;
  text-transform: none;
  letter-spacing: -0.06em;
}

.fd-page-startseite .hero-slogan {
  display: inline-block;
}

.fd-page-startseite .hero h1 .accent {
  display: inline-block;
  margin-top: 0.08em;
  color: #fff;
  background: linear-gradient(transparent 76%, rgba(232, 96, 10, 0.34) 76%);
}

.fd-page-startseite .hero .lead {
  max-width: 700px;
}

/* The former compact hero statistics are intentionally replaced by this
   separate benefit section. */
.hero-benefits-section {
  position: relative;
  border-top: 1px solid rgba(11, 30, 61, 0.1);
  border-bottom: 1px solid rgba(47, 95, 146, 0.16);
  background: #f7f9fc;
}

.hero-benefits-section h2 {
  max-width: 940px;
  margin-bottom: 18px;
  color: var(--fd-brand-navy);
}

.hero-benefits-section h2 .accent {
  color: var(--fd-brand-navy);
  background: linear-gradient(transparent 78%, rgba(232, 96, 10, 0.17) 78%);
}

.hero-benefits-intro {
  max-width: 760px;
  margin: 0;
  color: #5b6b80;
  font-size: 17px;
  line-height: 1.72;
}

.hero-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid rgba(11, 30, 61, 0.16);
  border-bottom: 1px solid rgba(11, 30, 61, 0.16);
}

.hero-benefit {
  min-height: 300px;
  padding: 30px 30px 34px;
  border-right: 1px solid rgba(11, 30, 61, 0.14);
}

.hero-benefit:first-child {
  padding-left: 0;
}

.hero-benefit:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-benefit-num {
  margin-bottom: 22px;
  color: var(--fd-brand-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero-benefit h3 {
  max-width: 260px;
  margin-bottom: 12px;
  color: var(--fd-brand-navy);
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.hero-benefit p {
  max-width: 330px;
  margin: 0;
  color: #5b6b80;
  font-size: 15.5px;
  line-height: 1.72;
}

.hero-benefit-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.hero-benefit-actions .btn-primary {
  background: var(--fd-brand-orange);
}

.hero-benefit-actions .btn-secondary {
  color: var(--fd-brand-navy);
  border-color: rgba(11, 30, 61, 0.24);
  background: #fff;
}

.hero-benefit-actions .btn-secondary:hover {
  color: var(--fd-brand-navy);
  border-color: var(--fd-brand-orange);
  background: rgba(232, 96, 10, 0.06);
}

@media (max-width: 980px) {
  .fd-page-startseite .hero {
    min-height: 620px;
    padding: 92px 0 74px;
  }

  .hero-benefit-grid {
    grid-template-columns: 1fr;
  }

  .hero-benefit,
  .hero-benefit:first-child,
  .hero-benefit:last-child {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 30, 61, 0.14);
  }

  .hero-benefit:last-child {
    border-bottom: 0;
  }

  .hero-benefit h3,
  .hero-benefit p {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .fd-page-startseite .hero {
    min-height: auto;
    padding: 72px 0 62px;
  }

  .fd-page-startseite .hero h1 {
    max-width: 100%;
    font-size: clamp(48px, 13.5vw, 70px);
    line-height: 0.98;
  }

  .fd-page-startseite .hero h1 .accent {
    margin-top: 0.16em;
  }

  .hero-benefits-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-benefits-section h2 {
    font-size: clamp(36px, 10vw, 54px);
  }

  .hero-benefits-intro {
    font-size: 16px;
  }

  .hero-benefit-grid {
    margin-top: 34px;
  }

  .hero-benefit-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 28px;
  }

  .hero-benefit-actions .btn-primary,
  .hero-benefit-actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

/* Source: assets/css/service-pages.css */
/*
 * Fundament Digital — Service pages 1.4.3
 *
 * Gives the expanded service overview and the Webdesign page their own calm,
 * editorial rhythm while keeping the shared brand system intact.
 */

/* Webdesign is the clearer successor to the former references route. */
.fd-page-webdesign .subhero,
.fd-page-referenzen .subhero {
  background-image: url("../img/subhero-referenzen.jpg");
}

.service-page-intro {
  max-width: 780px;
}

.service-page-intro h2 {
  margin-bottom: 22px;
}

.service-page-intro > p {
  max-width: 740px;
  margin: 0;
  color: #5b6b80;
  font-size: 17px;
  line-height: 1.75;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}

.service-detail {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 30px 32px;
  border: 1px solid #d5e0eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(11, 30, 61, 0.055);
}

.service-detail:hover {
  border-color: rgba(232, 96, 10, 0.48);
  box-shadow: 0 22px 48px rgba(11, 30, 61, 0.1);
  transform: translateY(-3px);
}

.service-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.service-detail-num,
.service-pricing-kicker,
.webdesign-price-label {
  color: var(--fd-brand-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service-detail-price {
  color: #718197;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.service-detail h3 {
  max-width: 430px;
  margin-bottom: 12px;
  color: var(--fd-brand-navy);
  font-size: clamp(23px, 2.2vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.service-detail > p {
  margin: 0;
  color: #5b6b80;
  font-size: 15.5px;
  line-height: 1.72;
}

.service-example-label {
  margin-top: 26px;
  color: var(--fd-brand-navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-example-list {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(11, 30, 61, 0.12);
  list-style: none;
}

.service-example-list li {
  position: relative;
  padding-left: 17px;
  color: #5b6b80;
  font-size: 13.5px;
  line-height: 1.45;
}

.service-example-list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fd-brand-orange);
}

.service-pricing-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 24px;
  padding: 34px 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--fd-brand-navy) 0%, var(--fd-brand-navy-soft) 100%);
  box-shadow: 0 22px 54px rgba(11, 30, 61, 0.14);
}

.service-pricing-note .service-pricing-kicker,
.service-context-panel .service-pricing-kicker {
  color: var(--fd-brand-orange-soft);
}

.service-pricing-copy h3 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.service-pricing-copy p {
  max-width: 750px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  line-height: 1.7;
}

.service-pricing-note .btn-primary {
  white-space: nowrap;
}

.service-context-section {
  border-top: 1px solid rgba(11, 30, 61, 0.08);
}

.service-context-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 84px;
  align-items: start;
}

.service-context-copy h2 {
  margin-bottom: 24px;
}

.service-context-copy p {
  max-width: 690px;
  color: #5b6b80;
  line-height: 1.75;
}

.service-context-copy .service-context-lead {
  color: var(--fd-brand-navy);
  font-size: 18px;
  font-weight: 650;
}

.service-context-copy .btn-primary {
  margin-top: 18px;
}

.service-context-panel {
  padding: 34px;
  border-radius: 14px;
  background: var(--fd-brand-navy);
  box-shadow: 0 22px 54px rgba(11, 30, 61, 0.14);
}

.service-context-list {
  display: grid;
  gap: 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.service-context-list > div {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.service-context-list > div:last-child {
  border-bottom: 0;
}

.service-context-list > div > span {
  color: var(--fd-brand-orange-soft);
  font-size: 18px;
  font-weight: 700;
}

.service-context-list strong {
  color: #fff;
  font-size: 15px;
}

.service-context-list p {
  grid-column: 2;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 13.5px;
  line-height: 1.5;
}

/* Webdesign page */
.webdesign-intro-section {
  background: #fff !important;
}

.webdesign-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.75fr);
  gap: 84px;
  align-items: start;
}

.webdesign-intro-copy h2 {
  margin-bottom: 24px;
}

.webdesign-intro-copy p {
  max-width: 720px;
  color: #5b6b80;
  line-height: 1.75;
}

.webdesign-intro-copy .webdesign-lead {
  color: var(--fd-brand-navy);
  font-size: 18px;
  font-weight: 650;
}

.webdesign-price-box {
  position: relative;
  padding: 34px 34px 36px;
  border: 1px solid rgba(232, 96, 10, 0.36);
  border-radius: 14px;
  background: linear-gradient(145deg, var(--fd-brand-navy) 0%, var(--fd-brand-navy-soft) 100%);
  box-shadow: 0 24px 58px rgba(11, 30, 61, 0.16);
  overflow: hidden;
}

.webdesign-price-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--fd-brand-orange), var(--fd-brand-blue));
}

.webdesign-price-box strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(52px, 6vw, 76px);
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.webdesign-price-sub {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.webdesign-price-box p {
  margin: 24px 0 22px;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px;
  line-height: 1.65;
}

.webdesign-price-box .btn-primary {
  width: 100%;
  justify-content: center;
}

.webdesign-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 82px;
  border-top: 1px solid rgba(11, 30, 61, 0.15);
  border-bottom: 1px solid rgba(11, 30, 61, 0.15);
}

.webdesign-principle {
  min-height: 235px;
  padding: 28px 24px 30px;
  border-right: 1px solid rgba(11, 30, 61, 0.13);
}

.webdesign-principle:first-child {
  padding-left: 0;
}

.webdesign-principle:last-child {
  padding-right: 0;
  border-right: 0;
}

.webdesign-principle-num {
  color: var(--fd-brand-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.webdesign-principle h3 {
  max-width: 210px;
  margin: 28px 0 10px;
  color: var(--fd-brand-navy);
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.webdesign-principle p {
  margin: 0;
  color: #5b6b80;
  font-size: 14px;
  line-height: 1.65;
}

.fd-page-webdesign .section.light {
  background: #f7f9fc;
}

.fd-page-webdesign .referenzen-grid {
  margin-top: 8px;
}

@media (max-width: 980px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-context-grid,
  .webdesign-intro-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .webdesign-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webdesign-principle,
  .webdesign-principle:first-child,
  .webdesign-principle:last-child {
    min-height: 0;
    padding: 28px 24px 30px;
    border-right: 1px solid rgba(11, 30, 61, 0.13);
    border-bottom: 1px solid rgba(11, 30, 61, 0.13);
  }

  .webdesign-principle:nth-child(2n) {
    border-right: 0;
  }

  .webdesign-principle:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .webdesign-principle h3 {
    max-width: 300px;
  }
}

@media (max-width: 720px) {
  .service-pricing-note {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
  }

  .service-pricing-note .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .service-context-panel,
  .webdesign-price-box {
    padding: 28px 24px 30px;
  }
}

@media (max-width: 640px) {
  .service-detail-grid {
    gap: 12px;
    margin-top: 40px;
  }

  .service-detail {
    padding: 25px 22px 26px;
  }

  .service-detail-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }

  .service-detail-price {
    text-align: left;
  }

  .service-detail h3 {
    font-size: 25px;
  }

  .service-pricing-copy h3 {
    font-size: 30px;
  }

  .webdesign-principles {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .webdesign-principle,
  .webdesign-principle:first-child,
  .webdesign-principle:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 30, 61, 0.13);
  }

  .webdesign-principle:last-child {
    border-bottom: 0;
  }

  .webdesign-principle h3 {
    margin-top: 16px;
  }

  .webdesign-price-box strong {
    font-size: 64px;
  }
}

/* Source: assets/css/hero-motion.css */
/*
 * Fundament Digital — Hero motion and surface polish layer 1.4.9
 *
 * The supplied high-resolution artwork stays untouched as the hero background.
 * Only four small light points move over selected existing line structures.
 */

.fd-page-startseite .hero-motion-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.fd-page-startseite .hero-motion-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.fd-page-startseite .hero-motion-svg-mobile {
  display: none;
}

.fd-page-startseite .hero-motion-orb {
  opacity: 0.99;
  mix-blend-mode: screen;
}

.fd-page-startseite .hero-motion-tail {
  opacity: 0.9;
  mix-blend-mode: screen;
}

.fd-page-startseite .hero::after {
  z-index: 0;
}

.fd-page-startseite .hero-content {
  z-index: 2;
}

/* A restrained surface treatment: the logo colours sit inside the navy rather
   than turning the panels into glossy colour gradients. */
:root {
  --fd-logo-stripe-overlay: linear-gradient(
    135deg,
    rgba(232, 96, 10, 0.11) 0%,
    rgba(232, 96, 10, 0.04) 25%,
    rgba(160, 167, 177, 0.025) 51%,
    rgba(47, 95, 146, 0.11) 100%
  );
  --fd-panel-dot-grid: radial-gradient(
    circle at 1px 1px,
    rgba(255, 255, 255, 0.032) 0 1px,
    transparent 1.5px
  );
}

.highlight-box,
.problem-item.highlight,
.service-context-panel,
.contact-note,
.testimonials-rating-bar,
.about-difference,
.service-pricing-note,
.webdesign-price-box,
.cta-box {
  background-color: var(--fd-brand-navy);
  background-image: var(--fd-logo-stripe-overlay), var(--fd-panel-dot-grid);
  background-position: 0 0, 0 0;
  background-size: 100% 100%, 34px 34px;
  background-blend-mode: normal, screen;
  box-shadow:
    0 18px 42px rgba(5, 21, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

/* Subpage heroes: larger copy, brighter text and a more reliable dark copy
   field over the image. */
.subhero::before {
  background: linear-gradient(
    90deg,
    rgba(4, 15, 33, 0.985) 0%,
    rgba(7, 23, 47, 0.94) 48%,
    rgba(11, 30, 61, 0.62) 100%
  );
}

.subhero h1,
.subhero h1 span,
.subhero h1 span[style] {
  color: rgba(240, 245, 246, 0.92) !important;
  font-size: clamp(56px, 7vw, 92px);
  font-weight: 780;
  line-height: 0.96;
  text-shadow: 0 3px 28px rgba(5, 21, 45, 0.3);
}

.about-me-hero h1 span[style] {
  color: var(--fd-brand-orange-soft) !important;
}

.subhero .eyebrow,
.subhero .eyebrow[style] {
  color: #ff9a5d !important;
  font-size: 13px;
  letter-spacing: 0.19em;
}

.subhero .subhero-lead {
  color: rgba(240, 245, 246, 0.82) !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
  text-shadow: 0 2px 16px rgba(5, 21, 45, 0.3);
}

/* Readability pass: make the actual content easier to scan without changing
   the compact sizing of utility labels, buttons or footer controls. */
main p {
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.76;
}

main li {
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.65;
}

main .section-kicker,
main .eyebrow {
  font-size: 13px;
  letter-spacing: 0.19em;
}

main .service-detail-num,
main .service-pricing-kicker,
main .webdesign-price-label,
main .about-panel-kicker,
main .about-work-num,
main .hero-benefit-num {
  font-size: 12px;
}

main .service-detail-price,
main .service-example-label {
  font-size: 12px;
}

@media (max-width: 720px) {
  .fd-page-startseite .hero-motion-svg-desktop {
    display: none;
  }

  .fd-page-startseite .hero-motion-svg-mobile {
    display: block;
  }

  .subhero h1,
  .subhero h1 span,
  .subhero h1 span[style] {
    font-size: clamp(48px, 14vw, 66px);
    line-height: 0.98;
  }

  .subhero .subhero-lead {
    font-size: 16px;
    line-height: 1.66;
  }

  main p {
    font-size: 17px;
  }

  main li {
    font-size: 16.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fd-page-startseite .hero-motion-layer {
    display: none;
  }
}

/* Surface polish: quieter header/footer fields and restrained interaction
   details keep the whole site technical without making it look synthetic. */
.site-header {
  isolation: isolate;
  background: var(--fd-brand-navy-deep);
  background-image:
    radial-gradient(circle at 8% -80%, rgba(232, 96, 10, 0.1), transparent 34%),
    radial-gradient(circle at 92% 150%, rgba(47, 95, 146, 0.12), transparent 38%);
  box-shadow: 0 10px 28px rgba(5, 20, 45, 0.16);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.025),
    transparent 34%,
    rgba(255, 255, 255, 0.012) 72%,
    transparent
  );
}

.site-header::after {
  height: 1px;
  z-index: 2;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(232, 96, 10, 0.64) 18%,
    rgba(160, 167, 177, 0.34) 50%,
    rgba(47, 95, 146, 0.62) 82%,
    transparent 100%
  );
  opacity: 0.82;
}

.site-header .nav-wrap {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  isolation: isolate;
  background: var(--fd-brand-navy-deep);
  background-image:
    radial-gradient(circle at 8% 0%, rgba(232, 96, 10, 0.08), transparent 32%),
    radial-gradient(circle at 92% 100%, rgba(47, 95, 146, 0.1), transparent 38%);
  border-top: 1px solid rgba(232, 96, 10, 0.34);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(
    circle at 1px 1px,
    rgba(255, 255, 255, 0.026) 0 1px,
    transparent 1.5px
  );
  background-size: 42px 42px;
  opacity: 0.45;
}

.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  right: 7%;
  z-index: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 96, 10, 0.5) 24%,
    rgba(160, 167, 177, 0.28) 50%,
    rgba(47, 95, 146, 0.48) 76%,
    transparent
  );
  opacity: 0.72;
}

.site-footer .footer-grid,
.site-footer .footer-bottom {
  position: relative;
  z-index: 1;
}

.site-footer a {
  transition: color 0.24s ease, opacity 0.24s ease;
}

.site-footer a:hover {
  color: #fff;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  main .service-detail,
  main .ref-card,
  main .contact-card,
  main .form-card,
  main .portrait-card {
    transition:
      transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 0.32s ease,
      border-color 0.32s ease;
  }

  main .service-detail:hover,
  main .ref-card:hover,
  main .contact-card:hover,
  main .form-card:hover,
  main .portrait-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(11, 30, 61, 0.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  main .service-detail,
  main .ref-card,
  main .contact-card,
  main .form-card,
  main .portrait-card {
    transition: none;
  }

  main .service-detail:hover,
  main .ref-card:hover,
  main .contact-card:hover,
  main .form-card:hover,
  main .portrait-card:hover {
    transform: none;
  }
}

/* Source: assets/css/audit-enhancements.css */
/*
 * Fundament Digital — strategy, accessibility and performance pass 1.5.0
 * Keeps the established brand direction while improving clarity and trust.
 */

:root {
  --fd-action-orange: #b84400;
  --fd-action-orange-hover: #963700;
  --fd-readable-orange: #9f3a00;
  --fd-orange-on-dark: #ff9c61;
  --fd-matte-panel: #0b2242;
}

html {
  scroll-padding-top: 110px;
}

[hidden] {
  display: none !important;
}

#website,
#technik-setup,
#seo-sichtbarkeit,
#telefon-kommunikation,
#it-support,
#software-digitalisierung,
#onlinepraesenz,
#sicherheit-betreuung {
  scroll-margin-top: 110px;
}

/* Load the optimized desktop artwork while preserving the approved crop. */
.fd-page-startseite .hero {
  background-image: url("../img/hero-startseite.webp");
}

/* The FD monogram sits on the artwork itself rather than inside the text
   column. Its fluid size keeps the corner signature restrained on phones. */
.fd-page-startseite .hero-corner-monogram {
  position: absolute;
  right: clamp(24px, 3.5vw, 64px);
  bottom: clamp(24px, 3.5vw, 54px);
  z-index: 2;
  display: block;
  width: clamp(112px, 10vw, 168px);
  opacity: 0.42;
  filter: drop-shadow(0 8px 20px rgba(3, 13, 28, 0.34));
  pointer-events: none;
  user-select: none;
}

.fd-page-startseite .hero-corner-monogram img {
  display: block;
  width: 100%;
  height: auto;
}

.fd-page-startseite .hero-content {
  z-index: 3;
}

/* Action orange is slightly deeper so white button copy reaches AA contrast. */
a.btn-primary,
button.btn-primary,
.btn-primary,
.problem-item.highlight,
.prozess-step,
.offer-badge {
  color: #fff;
}

a.btn-primary,
button.btn-primary,
.btn-primary,
.problem-item.highlight,
.prozess-step,
.offer-badge {
  background-color: var(--fd-action-orange);
}

a.btn-primary:hover,
a.btn-primary:focus-visible,
button.btn-primary:hover,
button.btn-primary:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  color: #fff;
  background-color: var(--fd-action-orange-hover);
}

.site-header a.btn-primary.nav-cta,
.site-header a.btn-primary.nav-cta:hover,
.site-header a.btn-primary.nav-cta:focus-visible {
  color: #fff !important;
  background: var(--fd-action-orange) !important;
  border-color: var(--fd-action-orange) !important;
  box-shadow: none;
}

main .section-kicker,
main .service-detail-num,
main .service-detail-price,
main .service-example-label,
main .service-pricing-kicker,
main .webdesign-price-label,
main .webdesign-principle-num,
main .about-work-num,
main .hero-benefit-num,
main .problem-num,
main .leistung-num {
  color: var(--fd-readable-orange);
}

.section.paper2 .section-kicker,
.section.cta-section .section-kicker,
.testimonials-section .section-kicker,
.about-difference .about-panel-kicker,
.service-pricing-note .service-pricing-kicker,
.service-context-panel .service-pricing-kicker,
.webdesign-price-box .webdesign-price-label {
  color: var(--fd-orange-on-dark) !important;
}

/* Cards stay matte and restrained instead of glossy. */
.highlight-box,
.problem-item.highlight,
.service-context-panel,
.contact-note,
.testimonials-rating-bar,
.about-difference,
.service-pricing-note,
.webdesign-price-box,
.cta-box {
  background-color: var(--fd-matte-panel);
  background-image:
    linear-gradient(135deg, rgba(232, 96, 10, 0.075), rgba(160, 167, 177, 0.018) 48%, rgba(47, 95, 146, 0.085)),
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.022) 0 1px, transparent 1.4px);
  background-size: 100% 100%, 38px 38px;
  border-color: rgba(150, 174, 202, 0.2);
  box-shadow: 0 14px 34px rgba(5, 20, 45, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.site-header,
.site-footer {
  box-shadow: none;
}

.site-header::before,
.site-footer::before {
  opacity: 0.34;
}

/* Homepage service rows are now useful deep links. */
.leistungen-wrap .leistung-row {
  color: inherit;
  text-decoration: none;
}

.leistungen-wrap .leistung-row::after {
  display: none !important;
  content: none;
}

.leistungen-wrap .leistung-title::after {
  content: " →";
  color: var(--fd-readable-orange);
  font-size: 0.72em;
}

.leistungen-wrap .leistung-row:focus-visible {
  outline: 3px solid rgba(184, 68, 0, 0.32);
  outline-offset: 5px;
}

/* Three service lanes make the broad offer easier to understand. */
.service-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 42px 0 82px;
}

.service-lane {
  position: relative;
  min-height: 100%;
  padding: 30px;
  border: 1px solid rgba(11, 30, 61, 0.13);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 30, 61, 0.055);
}

.service-lane::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, #e8600a, #a0a7b1, #2f5f92);
}

.service-lane-num,
.about-proof-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--fd-readable-orange);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-lane h3,
.about-proof-card h3 {
  margin-bottom: 12px;
  color: #112844;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.12;
}

.service-lane p,
.about-proof-card p {
  margin: 0;
  color: #4b5d73;
  font-size: 16.5px;
  line-height: 1.65;
}

.service-detail-heading {
  margin-bottom: 36px;
}

.service-legal-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(11, 30, 61, 0.1);
  color: #5d6775 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.engagement-model {
  margin-top: 88px;
}

.engagement-model-head {
  max-width: 780px;
}

.engagement-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.engagement-model-grid article {
  padding: 28px;
  border-top: 3px solid #e8600a;
  border-radius: 0 0 12px 12px;
  background: #eef3f8;
}

.engagement-model-grid article > span {
  color: var(--fd-readable-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.engagement-model-grid h3 {
  margin: 12px 0 10px;
  color: #112844;
  font-size: 24px;
}

.engagement-model-grid p {
  margin: 0;
  color: #4b5d73;
  font-size: 16px;
  line-height: 1.65;
}

/* Concrete proof on the about page. */
.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.about-proof-card {
  position: relative;
  padding: 32px;
  border: 1px solid rgba(11, 30, 61, 0.13);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 30, 61, 0.05);
}

.about-proof-card::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #e8600a, #a0a7b1, #2f5f92);
}

.about-me-hero h1,
.about-me-hero h1 span[style] {
  font-size: clamp(48px, 5.6vw, 76px) !important;
}

.portrait-card picture,
.portrait-card picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.portrait-card picture img {
  object-fit: cover;
}

/* Webdesign price scope makes the starting price comparable and credible. */
.webdesign-scope {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 34px;
  margin-top: 42px;
  padding: 38px;
  border: 1px solid rgba(11, 30, 61, 0.14);
  border-radius: 16px;
  background: #f5f8fc;
}

.webdesign-scope h3 {
  margin: 8px 0 20px;
  color: #112844;
  font-size: clamp(25px, 2.4vw, 34px);
}

.webdesign-scope-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.webdesign-scope-list li {
  position: relative;
  padding-left: 26px;
  color: #33475f;
}

.webdesign-scope-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--fd-readable-orange);
  font-weight: 800;
}

.webdesign-scope-note {
  padding: 28px;
  border-radius: 12px;
  background: #0b2242;
  color: #fff;
}

.webdesign-scope-note h3 {
  color: #fff;
}

.webdesign-scope-note p {
  color: rgba(240, 245, 249, 0.8) !important;
  font-size: 15.5px !important;
}

.ref-badge-demo {
  max-width: calc(100% - 28px);
  white-space: normal;
  line-height: 1.25;
}

/* Accessible form groups and stable error feedback. */
.choice-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-group legend {
  display: block !important;
  grid-column: 1 / -1;
  width: auto;
  margin: 0 0 4px;
  padding: 0 4px;
  color: #132b48;
  font-size: 14px;
  font-weight: 750;
}

.form-message.error {
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 650;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.checkbox-row input:focus-visible + span {
  outline: 3px solid rgba(184, 68, 0, 0.25);
  outline-offset: 3px;
}

/* Footer hierarchy without skipped heading levels. */
.site-footer .footer-heading {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.footer-bottom > p:last-child {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

/* WhatsApp remains available but no longer dominates the first viewport. */
.whatsapp-float {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.96);
  box-shadow: 0 8px 22px rgba(8, 35, 24, 0.22);
}

.whatsapp-float.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1);
  box-shadow: 0 10px 26px rgba(8, 35, 24, 0.28);
}

@media (max-width: 980px) {
  body.nav-open {
    overflow: hidden;
  }

  .service-lane-grid,
  .about-proof-grid,
  .engagement-model-grid {
    grid-template-columns: 1fr;
  }

  .service-lane-grid {
    margin-bottom: 64px;
  }

  .webdesign-scope {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .fd-page-startseite .hero {
    background-image:
      linear-gradient(180deg, rgba(7, 23, 47, 0.995) 0%, rgba(7, 23, 47, 0.98) 43%, rgba(7, 23, 47, 0.76) 69%, rgba(7, 23, 47, 0.38) 100%),
      url("../img/hero-startseite-mobile.webp");
  }

  .service-lane,
  .about-proof-card,
  .webdesign-scope {
    padding: 26px 22px;
  }

  .choice-group {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    transition: none;
  }
}

/* Readability and interaction refinements for 1.5.1 and 1.5.2. */
:root {
  --fd-accent-line: linear-gradient(90deg, #e8600a 0%, #a0a7b1 50%, #2f5f92 100%);
}

/* The contact note uses the same navy surface as the other highlighted panels,
   therefore all of its content needs the corresponding light colour system. */
.contact-note h3 {
  color: #ffffff !important;
}

.contact-note p {
  color: rgba(240, 245, 249, 0.86) !important;
}

.contact-note .text-link {
  color: #ff9c61 !important;
}

.contact-note .text-link:hover,
.contact-note .text-link:focus-visible {
  color: #ffffff !important;
}

/* A recognisable control shape and more breathing room make the long project
   request easier to scan without changing any form field or submission logic. */
.fd-page-angebot-erstellen .form-card {
  display: grid;
  row-gap: 28px;
}

.fd-page-angebot-erstellen .form-card > * + * {
  margin-top: 0;
}

.fd-page-angebot-erstellen .form-card .form-grid {
  gap: 22px 24px;
}

.fd-page-angebot-erstellen .form-card label {
  display: inline-block;
  margin-bottom: 10px;
}

.fd-page-angebot-erstellen .form-card .checkbox-row {
  display: flex;
  margin-bottom: 0;
}

.fd-page-angebot-erstellen .form-card select {
  min-height: 56px;
  padding: 14px 60px 14px 16px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f8fbfd;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7.5 10 12.5 15 7.5' fill='none' stroke='%230b1e3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    linear-gradient(#d4dfeb, #d4dfeb);
  background-repeat: no-repeat;
  background-position: right 15px center, right 52px center;
  background-size: 24px 24px, 1px 30px;
}

.fd-page-angebot-erstellen .form-card select:hover {
  border-color: #8ca1b8;
}

/* Keep the long about-page headline inside its text column at every viewport. */
.about-me-hero .about-me-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.72fr);
  gap: clamp(34px, 4vw, 60px);
}

.about-me-hero .about-me-grid > * {
  min-width: 0;
}

.about-me-hero h1,
.about-me-hero h1 span[style] {
  max-width: 100%;
  font-size: clamp(42px, 4.35vw, 64px) !important;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
}

.about-me-hero h1 span[style] {
  display: block;
}

/* The long dividers now use the three approved logo colours at one restrained,
   consistent thickness on the homepage and every subpage. */
.site-header::after {
  height: 4px;
  opacity: 0.96;
  background: var(--fd-accent-line);
}

.site-footer::after {
  right: 0;
  left: 0;
  height: 4px;
  opacity: 0.96;
  background: var(--fd-accent-line);
}

/* Subpages previously rendered this line directly beneath the header line.
   Hiding the duplicate keeps the initial and sticky header equally thin. */
.subhero::after {
  content: none !important;
  display: none !important;
}

.section-kicker::before,
.eyebrow::before,
.hero .eyebrow::before,
.subhero .eyebrow::before,
.fd-page-startseite .hero .eyebrow::before {
  height: 2px;
  background: var(--fd-accent-line);
}

.section-kicker::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  border-radius: 2px;
  flex-shrink: 0;
  background: var(--fd-accent-line);
}

.problem-item::before,
.prozess-card::before,
.card::before,
.offer-card::before,
.highlight-box::before,
.cta-box::before,
.tcard::before,
.form-card::before,
.contact-card::before,
.contact-note::before,
.service-lane::before,
.webdesign-price-box::before {
  height: 4px;
  opacity: 1;
  background: var(--fd-accent-line);
}

.about-proof-card::after {
  height: 4px;
  background: var(--fd-accent-line);
}

.fd-page-startseite .problem-item::before,
.fd-page-startseite .problem-item.highlight::before,
.fd-page-startseite .highlight-box::before,
.fd-page-startseite .prozess-card::before,
.fd-page-startseite .tcard::before,
.fd-page-startseite .tcard-featured::before,
.fd-page-startseite .cta-box::before,
.fd-page-angebot-erstellen .form-card::before,
.offer-card.featured::before {
  height: 4px;
  opacity: 1;
  background: var(--fd-accent-line);
}

.fd-page-startseite .prozess-step {
  color: #ffffff !important;
}

/* The more specific even-column rules in older layers must not suppress the
   interaction background on the right half of the desktop service grid. */
.fd-page-startseite .leistungen-wrap .leistung-row {
  transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.fd-page-startseite .leistungen-wrap .leistung-row:focus-visible {
  position: relative;
  z-index: 2;
  background: #eef3f8 !important;
  border-color: rgba(184, 68, 0, 0.62);
  box-shadow: 0 14px 30px rgba(11, 30, 61, 0.1);
}

@media (hover: hover) and (pointer: fine) {
  .fd-page-startseite .leistungen-wrap .leistung-row:hover,
  .fd-page-startseite .leistungen-wrap .leistung-row:nth-child(even):hover {
    position: relative;
    z-index: 2;
    background: #eef3f8 !important;
    border-color: rgba(184, 68, 0, 0.62);
    box-shadow: 0 14px 30px rgba(11, 30, 61, 0.1);
    transform: translateY(-2px);
  }
}

/* Cookie and privacy settings: truthful while no optional providers are live,
   and structured so future categories can be enabled without a redesign. */
body.fd-consent-open {
  overflow: hidden;
}

#cookie-overlay {
  z-index: 12000;
  align-items: flex-end;
  padding: clamp(12px, 2vw, 24px);
  visibility: visible;
  background: rgba(3, 13, 28, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#cookie-overlay.hidden {
  visibility: hidden;
}

#cookie-banner {
  width: min(960px, 100%);
  max-width: 960px;
  max-height: calc(100dvh - 32px);
  color: #112844;
  border: 1px solid rgba(150, 174, 202, 0.5);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(3, 13, 28, 0.36);
}

#cookie-banner:focus {
  outline: none;
}

.cookie-top-bar {
  height: 4px;
  background: var(--fd-accent-line);
}

.cookie-body {
  padding: clamp(22px, 3vw, 34px);
}

.cookie-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.cookie-kicker {
  margin: 0 0 5px;
  color: var(--fd-readable-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cookie-title {
  margin: 0;
  color: #112844;
  font-family: inherit;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-transform: none;
}

.cookie-status-pill {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: #24523c;
  border: 1px solid rgba(38, 114, 76, 0.2);
  border-radius: 999px;
  background: #edf7f1;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.cookie-status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2d865a;
  box-shadow: 0 0 0 3px rgba(45, 134, 90, 0.12);
}

.cookie-intro {
  max-width: 820px;
  margin: 0 0 22px;
  color: #4b5d73;
  font-size: 14.5px;
  line-height: 1.65;
}

.cookie-intro a,
.cookie-info-section a,
.cookie-footer-links a {
  color: var(--fd-readable-orange);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cookie-tab-bar {
  gap: 6px;
  margin-bottom: 18px;
  border-color: #dce5ef;
}

.cookie-tab {
  min-height: 42px;
  padding: 9px 13px;
  color: #52657b;
  border-radius: 7px 7px 0 0;
  font-size: 13px;
}

.cookie-tab:hover:not(.active),
.cookie-tab:focus-visible {
  color: #112844;
  background: #f1f5f9;
}

.cookie-tab.active {
  color: var(--fd-readable-orange);
  border-bottom-color: #e8600a;
}

.cookie-toggle-list {
  gap: 10px;
}

.cookie-toggle-item {
  gap: 18px;
  padding: 16px 18px;
  border-color: #dce5ef;
  border-radius: 9px;
  background: #f7f9fc;
}

.cookie-toggle-item:hover {
  background: #f7f9fc;
}

.cookie-toggle-name {
  margin-bottom: 4px;
  color: #112844;
  font-size: 14.5px;
  font-weight: 750;
}

.cookie-toggle-desc {
  color: #53667c;
  font-size: 12.5px;
  line-height: 1.58;
}

.cookie-provider-tag,
.always-on-label {
  color: #52657b;
  border-radius: 4px;
  background: #e8eef5;
}

.cookie-provider-tag {
  padding: 3px 7px;
}

.always-on-label {
  white-space: nowrap;
}

.cookie-unavailable {
  background: #fafbfc;
}

.cookie-unavailable .switch-slider {
  opacity: 0.52;
}

.cookie-info-section {
  margin: 0;
  padding: 18px;
  border: 1px solid #dce5ef;
  border-radius: 9px;
  background: #f7f9fc;
}

.cookie-info-section + .cookie-info-section {
  margin-top: 10px;
}

.cookie-info-section h3 {
  margin: 0 0 6px;
  color: #112844;
  font-size: 16px;
  line-height: 1.3;
}

.cookie-info-section p {
  margin: 0;
  color: #53667c;
  font-size: 13px;
  line-height: 1.65;
}

.cookie-footer {
  margin-top: 20px;
  padding-top: 18px;
  border-color: #dce5ef;
}

.cookie-footer-links {
  display: flex;
  gap: 8px;
  color: #65758a;
}

.cookie-btn-reject,
.cookie-btn-save {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 750;
}

.cookie-btn-reject {
  color: #ffffff;
  border-color: #112844;
  background: #112844;
}

.cookie-btn-reject:hover,
.cookie-btn-reject:focus-visible {
  color: #ffffff;
  border-color: #1e426c;
  background: #1e426c;
}

.cookie-btn-save {
  color: var(--fd-readable-orange);
  border-color: #b84400;
  background: #ffffff;
}

.cookie-btn-save:hover,
.cookie-btn-save:focus-visible {
  color: #ffffff;
  border-color: #b84400;
  background: #b84400;
}

.cookie-tab:focus-visible,
.cookie-btn-reject:focus-visible,
.cookie-btn-save:focus-visible,
.footer-cookie-link:focus-visible {
  outline: 3px solid rgba(184, 68, 0, 0.3);
  outline-offset: 3px;
}

#cookie-toast {
  z-index: 12001;
}

.footer-privacy-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.footer-cookie-link {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0;
  background: none;
  font: inherit;
  font-size: 12px !important;
  line-height: 1.4 !important;
  cursor: pointer;
}

.footer-cookie-link:hover {
  color: #ff9c61 !important;
  border-bottom-color: #ff9c61;
}

@media (max-width: 980px) {
  .nav::before {
    height: 4px;
    background: var(--fd-accent-line);
  }

  .about-me-hero .about-me-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fd-page-startseite .hero-corner-monogram {
    right: 22px;
    bottom: 24px;
    width: clamp(82px, 12vw, 108px);
    opacity: 0.38;
  }
}

@media (max-width: 720px) {
  .fd-page-startseite .hero {
    padding-bottom: 94px;
  }

  .fd-page-startseite .hero-corner-monogram {
    right: 15px;
    bottom: 16px;
    width: clamp(58px, 17vw, 76px);
    opacity: 0.4;
    filter: drop-shadow(0 5px 13px rgba(3, 13, 28, 0.3));
  }

  .section-kicker {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .section-kicker::before,
  .section-kicker::after {
    width: 24px;
    flex-basis: 24px;
  }

  .fd-page-angebot-erstellen .form-card {
    row-gap: 22px;
  }

  .fd-page-angebot-erstellen .form-card .form-grid {
    gap: 18px;
  }

  .about-me-hero h1,
  .about-me-hero h1 span[style] {
    font-size: clamp(34px, 10.5vw, 44px) !important;
  }

  #cookie-overlay {
    align-items: center;
    padding: 10px;
  }

  #cookie-banner {
    max-height: calc(100dvh - 20px);
    border-radius: 11px;
  }

  .cookie-body {
    padding: 18px 16px 16px;
  }

  .cookie-heading-row {
    display: block;
  }

  .cookie-title {
    font-size: 23px !important;
  }

  .cookie-status-pill {
    margin-top: 10px;
  }

  .cookie-intro {
    margin-bottom: 14px !important;
    font-size: 12.5px !important;
  }

  .cookie-tab-bar {
    overflow-x: auto;
  }

  .cookie-tab {
    flex: 1 0 auto;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .cookie-toggle-item {
    padding: 13px 12px !important;
  }

  .cookie-toggle-desc {
    font-size: 11.5px !important;
  }

  .always-on-label {
    white-space: normal;
    text-align: center;
  }

  .cookie-footer-links,
  .cookie-btn-group {
    width: 100%;
  }

  .cookie-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-btn-reject,
  .cookie-btn-save {
    min-width: 0;
    padding: 10px 8px !important;
  }

  .footer-bottom,
  .footer-privacy-controls {
    align-items: flex-start;
  }

  .footer-privacy-controls {
    flex-direction: column;
    justify-content: flex-start;
    gap: 7px;
  }
}
