/* Extracted from 03_04_02_aufenthaltstitel.html - style block 1 */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--ink:#17160E;--cream:#F3EFE6;--gold:#BF844A;--gold-l:#D4A76A;--muted:#6C6660;--serif:var(--font-headings),system-ui,sans-serif;--sans:var(--font-body),system-ui,sans-serif;--px:clamp(1.5rem,6vw,6.5rem);--ease:cubic-bezier(0.16,1,0.3,1)}
html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{background:var(--cream);color:var(--ink);font-family:var(--sans);overflow-x:hidden;cursor:none}
.cursor{position:fixed;width:8px;height:8px;background:var(--gold);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s ease,width .3s var(--ease),height .3s var(--ease);mix-blend-mode:multiply}
.cursor-ring{position:fixed;width:32px;height:32px;border:1px solid rgba(191,132,74,.4);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:transform .18s ease,width .3s var(--ease),height .3s var(--ease),border-color .3s ease}
.grain{position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");background-size:300px 300px}
.progress{position:fixed;top:0;left:0;height:2px;background:var(--gold);width:0%;z-index:999;transition:width .1s linear}
.r{opacity:0;transform:translateY(22px);transition:opacity .85s var(--ease),transform .85s var(--ease)}
.r.on{opacity:1;transform:translateY(0)}
.r.d1.on{transition-delay:.1s}.r.d2.on{transition-delay:.2s}.r.d3.on{transition-delay:.3s}.r.d4.on{transition-delay:.4s}.r.d5.on{transition-delay:.5s}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:500;padding:1.375rem var(--px);display:flex;align-items:center;justify-content:space-between;transition:background .4s ease,border-color .4s ease;border-bottom:1px solid transparent}
.nav.scrolled{background:rgba(243,239,230,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:rgba(23,22,14,.07)}
.nav__logo{font-family:var(--serif);font-weight: 400;font-size:1.1875rem;color:var(--ink);text-decoration:none;letter-spacing:.03em;display:flex;align-items:center;gap:.625rem}
.nav__logo-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}
.nav__links{display:flex;align-items:center;gap:2.5rem}
.nav__link{font-family:var(--sans);font-size:.75rem;color:var(--muted);text-decoration:none;letter-spacing:.06em;transition:color .2s ease}
.nav__link:hover,.nav__link--active{color:var(--ink)}
.nav__cta{font-family:var(--sans);font-size:.8125rem;font-weight:500;color:var(--ink);text-decoration:none;padding:.6875rem 1.375rem;border:1.5px solid rgba(23,22,14,.2);letter-spacing:.04em;transition:border-color .25s ease,background .25s ease,color .25s ease}
.nav__cta:hover{border-color:var(--gold);background:var(--ink);color:var(--cream)}
.nav__menu{display:none;background:none;border:none;cursor:none;padding:.25rem}
.nav__menu-line{display:block;width:22px;height:1.5px;background:var(--ink);margin:5px 0}

/* BREADCRUMB */
.breadcrumb{background:var(--cream);padding:5.5rem var(--px) 0}
.breadcrumb__inner{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-family:var(--sans);font-size:.6875rem;color:var(--muted);letter-spacing:.04em;padding-bottom:2rem;border-bottom:1px solid rgba(23,22,14,.07)}
.breadcrumb__link{color:var(--muted);text-decoration:none;transition:color .2s ease}
.breadcrumb__link:hover{color:var(--ink)}
.breadcrumb__sep{color:rgba(23,22,14,.2)}
.breadcrumb__current{color:var(--ink)}

/* HERO */
.hero{background:var(--cream);padding:clamp(4rem,8vw,7rem) var(--px) clamp(5rem,10vw,9rem);position:relative;overflow:hidden}
.hero__bg{position:absolute;bottom:-.08em;right:calc(var(--px) - .05em);font-family:var(--serif);font-weight: 400;font-style:italic;font-size:clamp(7rem,16vw,14rem);line-height:1;color:rgba(23,22,14,.022);user-select:none;pointer-events:none;letter-spacing:-.04em}
.hero__eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}
.hero__eyebrow-line{width:0;height:1px;background:var(--gold);opacity:.7;transition:width 1.4s var(--ease) .2s}
.hero__eyebrow-line.on{width:3rem}
.hero__eyebrow-text{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}
.hero__layout{display:grid;grid-template-columns:1fr 1.4fr;gap:0 clamp(3rem,7vw,8rem);align-items:end}
.hero__headline{font-family:var(--serif);font-weight: 400;font-size:clamp(2.75rem,6vw,5.5rem);line-height:1.06;color:var(--ink);letter-spacing:-.02em}
.hero__headline em{font-style:italic;color:var(--gold)}
.hero__right{padding-bottom:.375rem}
.hero__intro{font-family:var(--sans);font-size:clamp(1rem,1.6vw,1.1875rem);line-height:1.72;color:var(--muted);margin-bottom:2.25rem}
.hero__intro strong{color:var(--ink);font-weight:500}
.hero__facts{display:flex;gap:2.5rem;flex-wrap:wrap}
.hero__fact{display:flex;flex-direction:column;gap:.25rem}
.hero__fact-num{font-family:var(--serif);font-weight: 400;font-style:italic;font-size:1.625rem;line-height:1;color:var(--gold)}
.hero__fact-label{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}

/* ── TITELARTEN MATRIX — dark ── */
.tmatrix{background:var(--ink);padding:clamp(5rem,11vw,9rem) var(--px);position:relative;overflow:hidden}
.tmatrix__header{margin-bottom:clamp(3rem,6vw,5rem);position:relative;z-index:1}
.tmatrix__label{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;display:flex;align-items:center;gap:.625rem;opacity:.7}
.tmatrix__label::before{content:'';width:1.5rem;height:1px;background:var(--gold);opacity:.6;flex-shrink:0}
.tmatrix__headline{font-family:var(--serif);font-weight: 400;font-size:clamp(1.875rem,3.8vw,3.25rem);line-height:1.18;color:var(--cream);max-width:620px}
.tmatrix__sub{font-family:var(--sans);font-size:.875rem;line-height:1.7;color:rgba(243,239,230,.38);margin-top:.875rem;max-width:560px}
.tgrid{position:relative;z-index:1}
.tgrid__head{display:grid;grid-template-columns:1.8fr .8fr 1fr 1fr 1.6fr;gap:0 clamp(.75rem,1.5vw,1.5rem);padding:.875rem clamp(1.25rem,2vw,2rem);border-bottom:1px solid rgba(243,239,230,.08)}
.tgrid__head-cell{font-family:var(--sans);font-size:.5rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:rgba(243,239,230,.25)}
.trow{background:#1c1b13;display:grid;grid-template-columns:1.8fr .8fr 1fr 1fr 1.6fr;gap:0 clamp(.75rem,1.5vw,1.5rem);padding:clamp(1.125rem,2vw,1.625rem) clamp(1.25rem,2vw,2rem);border-bottom:1px solid rgba(243,239,230,.04);align-items:start;transition:background .3s ease}
.trow:last-child{border-bottom:none}
.trow:hover{background:#222119}
.trow--highlight{background:rgba(191,132,74,.07);border-left:2px solid rgba(191,132,74,.4)}
.trow--highlight:hover{background:rgba(191,132,74,.1)}
.trow__titel{font-family:var(--serif);font-weight: 400;font-size:clamp(.875rem,1.4vw,1rem);color:rgba(243,239,230,.82);line-height:1.3}
.trow__titel small{display:block;font-family:var(--sans);font-size:.6875rem;color:rgba(243,239,230,.32);font-style:normal;margin-top:.25rem}
.trow--highlight .trow__titel{color:var(--cream)}
.trow__para{font-family:var(--sans);font-size:.75rem;color:rgba(243,239,230,.35);line-height:1.45}
.trow--highlight .trow__para{color:rgba(243,239,230,.58)}
.trow__dauer{font-family:var(--serif);font-weight: 400;font-style:italic;font-size:clamp(.875rem,1.5vw,1.0625rem);line-height:1.3;color:rgba(191,132,74,.45)}
.trow--highlight .trow__dauer{color:var(--gold)}
.trow__gebuehr{font-family:var(--sans);font-size:.75rem;color:rgba(243,239,230,.3);line-height:1.45}
.trow--highlight .trow__gebuehr{color:rgba(243,239,230,.52)}
.trow__hinweis{font-family:var(--sans);font-size:.8125rem;line-height:1.55;color:rgba(243,239,230,.28)}
.trow--highlight .trow__hinweis{color:rgba(243,239,230,.48)}
.trow__hinweis strong{font-weight:500;color:rgba(243,239,230,.55)}
.trow--highlight .trow__hinweis strong{color:rgba(243,239,230,.82)}
.tmatrix__note{font-family:var(--sans);font-size:.8125rem;line-height:1.65;color:rgba(243,239,230,.28);margin-top:1.5rem;position:relative;z-index:1;padding-left:1rem;border-left:1px solid rgba(191,132,74,.3)}

/* ── UNTERLAGEN & FIKTIONSBESCHEINIGUNG — cream botschaft-layout ── */
.unterlagen{background:var(--cream);padding:clamp(5rem,11vw,9rem) var(--px);position:relative;overflow:hidden}
.unterlagen__layout{display:grid;grid-template-columns:1fr 2fr;gap:0 clamp(3rem,7vw,8rem);align-items:start;position:relative;z-index:1}
.unterlagen__label{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.375rem;display:flex;align-items:center;gap:.625rem;opacity:.8}
.unterlagen__label::before{content:'';width:1.5rem;height:1px;background:var(--gold);opacity:.6;flex-shrink:0}
.unterlagen__num{font-family:var(--serif);font-weight: 400;font-style:italic;font-size:clamp(5rem,10vw,9rem);line-height:1;color:rgba(23,22,14,.05);user-select:none;margin-bottom:.5rem}
.unterlagen__title{font-family:var(--serif);font-weight: 400;font-size:clamp(1.375rem,2.5vw,2rem);line-height:1.22;color:var(--ink);margin-bottom:1.375rem}
.unterlagen__body{font-family:var(--sans);font-size:clamp(.9375rem,1.4vw,1.0625rem);line-height:1.78;color:var(--muted)}
.unterlagen__body strong{color:var(--ink);font-weight:500}
.unterlagen__body p+p{margin-top:1.25rem}
.unterlagen__body h4{font-family:var(--serif);font-weight: 400;font-size:1.125rem;line-height:1.3;margin-top:2rem;margin-bottom:.75rem;color:var(--ink)}
.unterlagen__checklist{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-top:1.125rem}
.unterlagen__checklist li{font-family:var(--sans);font-size:.9375rem;line-height:1.6;color:var(--muted);padding-left:1.5rem;position:relative}
.unterlagen__checklist li::before{content:'–';position:absolute;left:0;color:var(--gold);opacity:.6;font-weight:500}
.unterlagen__checklist li strong{color:var(--ink);font-weight:500}
.unterlagen__warn{margin-top:1.5rem;padding:1.25rem 1.5rem 1.25rem 1.375rem;border-left:2px solid var(--gold);background:rgba(191,132,74,.06);font-family:var(--sans);font-size:.875rem;line-height:1.65;font-weight:500;color:var(--ink)}

/* ── ANTRAGSPROZESS — dark flow steps ── */
.flow{background:var(--ink);padding:clamp(5rem,11vw,9rem) var(--px);position:relative;overflow:hidden}
.flow__header{margin-bottom:clamp(3.5rem,7vw,6rem);position:relative;z-index:1}
.flow__label{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;display:flex;align-items:center;gap:.625rem;opacity:.7}
.flow__label::before{content:'';width:1.5rem;height:1px;background:var(--gold);opacity:.6;flex-shrink:0}
.flow__headline{font-family:var(--serif);font-weight: 400;font-size:clamp(1.875rem,3.8vw,3.25rem);line-height:1.18;color:var(--cream);max-width:620px}
.flow__sub{font-family:var(--sans);font-size:.9375rem;line-height:1.7;color:rgba(243,239,230,.38);margin-top:.875rem;max-width:560px}
.fsteps{display:flex;flex-direction:column;position:relative;z-index:1}
.fsteps::before{content:'';position:absolute;left:2.5rem;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(191,132,74,.25) 6%,rgba(191,132,74,.25) 94%,transparent);pointer-events:none}
.fstep{display:grid;grid-template-columns:5rem 1fr;gap:0 clamp(2rem,5vw,4.5rem);padding:clamp(2rem,4vw,3rem) 0;border-bottom:1px solid rgba(243,239,230,.05);align-items:start}
.fstep:first-child{border-top:1px solid rgba(243,239,230,.05)}
.fstep__marker{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;position:relative;z-index:1}
.fstep__num{font-family:var(--serif);font-weight: 400;font-style:italic;font-size:3.25rem;line-height:1;user-select:none}
.fstep:nth-child(1) .fstep__num{color:rgba(191,132,74,.10)}
.fstep:nth-child(2) .fstep__num{color:rgba(191,132,74,.18)}
.fstep:nth-child(3) .fstep__num{color:rgba(191,132,74,.28)}
.fstep:nth-child(4) .fstep__num{color:rgba(191,132,74,.40)}
.fstep:nth-child(5) .fstep__num{color:var(--gold);opacity:.65}
.fstep__dot{width:6px;height:6px;border-radius:50%;background:rgba(191,132,74,.25);flex-shrink:0}
.fstep:last-child .fstep__dot{background:var(--gold)}
.fstep__tag{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);opacity:.6;margin-bottom:.625rem;display:block}
.fstep__title{font-family:var(--serif);font-weight: 400;font-size:clamp(1.0625rem,1.8vw,1.4375rem);line-height:1.25;color:rgba(243,239,230,.88);margin-bottom:.625rem}
.fstep__desc{font-family:var(--sans);font-size:clamp(.875rem,1.3vw,1rem);line-height:1.72;color:rgba(243,239,230,.4)}
.fstep__desc strong{color:rgba(243,239,230,.8);font-weight:500}
.fstep__warn{display:inline-block;margin-top:.75rem;font-family:var(--sans);font-size:.8125rem;line-height:1.58;color:var(--gold);font-weight:500;padding-left:1.125rem;border-left:2px solid rgba(191,132,74,.5)}
.fstep__chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}
.fstep__chip{font-family:var(--sans);font-size:.625rem;font-weight:500;letter-spacing:.1em;color:rgba(243,239,230,.32);background:rgba(243,239,230,.05);border:1px solid rgba(243,239,230,.08);padding:.25rem .625rem}

/* ── VERLÄNGERUNG & NE — cream botschaft-layout ── */
.verlaengerung{background:var(--cream);padding:clamp(5rem,11vw,9rem) var(--px);position:relative;overflow:hidden}
.verlaengerung__layout{display:grid;grid-template-columns:1fr 2fr;gap:0 clamp(3rem,7vw,8rem);align-items:start;position:relative;z-index:1}
.verlaengerung__label{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.375rem;display:flex;align-items:center;gap:.625rem;opacity:.8}
.verlaengerung__label::before{content:'';width:1.5rem;height:1px;background:var(--gold);opacity:.6;flex-shrink:0}
.verlaengerung__num{font-family:var(--serif);font-weight: 400;font-style:italic;font-size:clamp(5rem,10vw,9rem);line-height:1;color:rgba(23,22,14,.05);user-select:none;margin-bottom:.5rem}
.verlaengerung__title{font-family:var(--serif);font-weight: 400;font-size:clamp(1.375rem,2.5vw,2rem);line-height:1.22;color:var(--ink);margin-bottom:1.375rem}
.verlaengerung__body{font-family:var(--sans);font-size:clamp(.9375rem,1.4vw,1.0625rem);line-height:1.78;color:var(--muted)}
.verlaengerung__body strong{color:var(--ink);font-weight:500}
.verlaengerung__body p+p{margin-top:1.25rem}
.verlaengerung__body h4{font-family:var(--serif);font-weight: 400;font-size:1.125rem;line-height:1.3;margin-top:2rem;margin-bottom:.75rem;color:var(--ink)}
.verlaengerung__checklist{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-top:1.125rem}
.verlaengerung__checklist li{font-family:var(--sans);font-size:.9375rem;line-height:1.6;color:var(--muted);padding-left:1.5rem;position:relative}
.verlaengerung__checklist li::before{content:'–';position:absolute;left:0;color:var(--gold);opacity:.6;font-weight:500}
.verlaengerung__checklist li strong{color:var(--ink);font-weight:500}
.verlaengerung__table{width:100%;margin-top:1.5rem;border-collapse:collapse}
.verlaengerung__table th,.verlaengerung__table td{font-family:var(--sans);font-size:.875rem;line-height:1.55;padding:.875rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid rgba(23,22,14,.07)}
.verlaengerung__table th{font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:rgba(23,22,14,.03)}
.verlaengerung__table td{color:var(--muted)}
.verlaengerung__table td strong{color:var(--ink);font-weight:500}
.verlaengerung__table td:first-child,.verlaengerung__table th:first-child{padding-left:0}
.verlaengerung__warn{margin-top:1.5rem;padding:1.25rem 1.5rem 1.25rem 1.375rem;border-left:2px solid var(--gold);background:rgba(191,132,74,.06);font-family:var(--sans);font-size:.875rem;line-height:1.65;font-weight:500;color:var(--ink)}

/* ── PARALLEL ERLEDIGEN — dark 4-block cards ── */
.parallel{background:var(--ink);padding:clamp(5rem,11vw,9rem) var(--px);position:relative;overflow:hidden;border-top:1px solid rgba(243,239,230,.05)}
.parallel__header{margin-bottom:clamp(3rem,6vw,5rem);position:relative;z-index:1}
.parallel__label{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;display:flex;align-items:center;gap:.625rem;opacity:.7}
.parallel__label::before{content:'';width:1.5rem;height:1px;background:var(--gold);opacity:.6;flex-shrink:0}
.parallel__headline{font-family:var(--serif);font-weight: 400;font-size:clamp(1.875rem,3.5vw,3rem);line-height:1.18;color:var(--cream);max-width:580px}
.parallel__sub{font-family:var(--sans);font-size:.875rem;line-height:1.7;color:rgba(243,239,230,.38);margin-top:.875rem;max-width:540px}
.pargrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5px;background:rgba(243,239,230,.06);position:relative;z-index:1}
.parcard{background:#1c1b13;padding:clamp(2rem,3.5vw,3rem) clamp(1.75rem,3vw,2.5rem);position:relative;overflow:hidden;opacity:0;transform:translateY(20px);transition:opacity .65s var(--ease),transform .65s var(--ease),background .3s ease}
.parcard.on{opacity:1;transform:translateY(0)}
.parcard:hover{background:#222119}
.parcard--key{background:rgba(191,132,74,.07);border:1px solid rgba(191,132,74,.18)}
.parcard--key::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-l))}
.parcard__icon{font-family:var(--serif);font-weight: 400;font-style:italic;font-size:clamp(2.5rem,5vw,4rem);line-height:1;user-select:none;margin-bottom:1rem;display:block}
.parcard:not(.parcard--key) .parcard__icon{color:rgba(191,132,74,.12)}
.parcard--key .parcard__icon{color:rgba(191,132,74,.3)}
.parcard__para{font-family:var(--sans);font-size:.5rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem;display:block}
.parcard:not(.parcard--key) .parcard__para{color:rgba(243,239,230,.28)}
.parcard--key .parcard__para{color:var(--gold);opacity:.85}
.parcard__title{font-family:var(--serif);font-weight: 400;font-size:clamp(1rem,1.7vw,1.25rem);line-height:1.28;margin-bottom:.625rem}
.parcard:not(.parcard--key) .parcard__title{color:rgba(243,239,230,.72)}
.parcard--key .parcard__title{color:var(--cream)}
.parcard__desc{font-family:var(--sans);font-size:.875rem;line-height:1.6}
.parcard:not(.parcard--key) .parcard__desc{color:rgba(243,239,230,.32)}
.parcard--key .parcard__desc{color:rgba(243,239,230,.52)}

/* ── FEHLER — cream ferror rows ── */
.fehler{background:var(--cream);padding:clamp(5rem,11vw,9rem) var(--px);position:relative;overflow:hidden}
.fehler__header{margin-bottom:clamp(3rem,6vw,5rem)}
.fehler__label{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;display:flex;align-items:center;gap:.625rem;opacity:.8}
.fehler__label::before{content:'';width:1.5rem;height:1px;background:var(--gold);opacity:.6;flex-shrink:0}
.fehler__headline{font-family:var(--serif);font-weight: 400;font-size:clamp(1.875rem,3.8vw,3.25rem);line-height:1.18;color:var(--ink)}
.fehler__sub{font-family:var(--sans);font-size:.9375rem;line-height:1.7;color:var(--muted);margin-top:.875rem;max-width:560px}
.ferrors{display:flex;flex-direction:column;gap:1.5px;background:rgba(23,22,14,.09);position:relative;z-index:1}
.ferror{background:var(--cream);display:grid;grid-template-columns:4rem 1fr auto;gap:0 clamp(1.5rem,3vw,3rem);padding:clamp(1.625rem,3vw,2.5rem) clamp(1.5rem,2.5vw,2.25rem);align-items:start;transition:background .3s ease}
.ferror:hover{background:#ede9e0}
.ferror__num{font-family:var(--serif);font-weight: 400;font-style:italic;font-size:2.5rem;line-height:1;color:rgba(23,22,14,.08);user-select:none;transition:color .3s ease}
.ferror:hover .ferror__num{color:rgba(191,132,74,.2)}
.ferror__title{font-family:var(--serif);font-weight: 400;font-size:clamp(.9375rem,1.5vw,1.125rem);line-height:1.28;color:var(--ink);margin-bottom:.35rem}
.ferror__desc{font-family:var(--sans);font-size:.875rem;line-height:1.6;color:var(--muted)}
.ferror__desc strong{color:var(--ink);font-weight:500}
.ferror__consequence{font-family:var(--sans);font-size:.6875rem;font-weight:500;letter-spacing:.06em;color:var(--gold);background:rgba(191,132,74,.08);border:1px solid rgba(191,132,74,.2);padding:.375rem .875rem;white-space:nowrap;align-self:center;flex-shrink:0}

/* ── PROZESS NAV ── */
.prozess-nav{background:var(--ink);padding:clamp(4rem,8vw,6.5rem) var(--px);position:relative;overflow:hidden}
.prozess-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative;z-index:1}
.prozess-nav__link{text-decoration:none;display:flex;flex-direction:column;gap:.375rem}
.prozess-nav__link--next{text-align:right}
.prozess-nav__dir{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:rgba(243,239,230,.28)}
.prozess-nav__title{font-family:var(--serif);font-weight: 400;font-size:clamp(1rem,1.8vw,1.375rem);line-height:1.28;color:rgba(243,239,230,.65);transition:color .3s ease}
.prozess-nav__link:hover .prozess-nav__title{color:var(--cream)}
.prozess-nav__arrow{font-family:var(--sans);font-size:.875rem;color:rgba(191,132,74,.5);margin-top:.25rem;transition:color .3s ease}
.prozess-nav__link:hover .prozess-nav__arrow{color:var(--gold)}
.prozess-nav__sep{width:1px;height:3rem;background:rgba(243,239,230,.08);flex-shrink:0}

/* CLOSING + FOOTER */
.closing{background:var(--ink);border-top:1px solid rgba(243,239,230,.06);padding:clamp(7rem,15vw,12rem) var(--px);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center}
.closing::after{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(191,132,74,.07) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
.closing__rule{width:0;height:1px;background:var(--gold);opacity:.35;margin-bottom:3rem;transition:width 1.4s var(--ease)}
.closing__rule.on{width:4rem}
.closing__text{font-family:var(--serif);font-weight: 400;font-size:clamp(1.5rem,3.2vw,2.625rem);line-height:1.28;color:rgba(243,239,230,.6);max-width:680px;margin-bottom:3.5rem;position:relative;z-index:1}
.closing__text em{color:var(--cream);font-style:italic}
.closing__btn{display:inline-flex;align-items:center;gap:1rem;font-family:var(--sans);font-size:1rem;font-weight:500;color:var(--ink);background:var(--cream);border:1.5px solid transparent;padding:1.3125rem 2.5rem;cursor:none;letter-spacing:.04em;text-decoration:none;position:relative;overflow:hidden;transition:border-color .3s ease;z-index:1}
.closing__btn::before{content:'';position:absolute;inset:0;background:var(--gold);transform:translateX(-100%);transition:transform .5s var(--ease)}
.closing__btn:hover::before{transform:translateX(0)}
.closing__btn:hover{border-color:var(--gold)}
.closing__btn span,.closing__btn-arrow{position:relative;z-index:1}
.closing__btn-arrow{font-size:1.125rem;transition:transform .3s ease}
.closing__btn:hover .closing__btn-arrow{transform:translateX(5px)}
.closing__note{margin-top:1.375rem;font-family:var(--sans);font-size:.75rem;color:rgba(243,239,230,.22);letter-spacing:.04em;position:relative;z-index:1}
.footer{background:var(--ink);border-top:1px solid rgba(243,239,230,.06);padding:clamp(2.5rem,5vw,3.75rem) var(--px);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}
.footer__logo{font-family:var(--serif);font-weight: 400;font-size:1rem;color:rgba(243,239,230,.3);text-decoration:none;display:flex;align-items:center;gap:.5rem}
.footer__logo-dot{width:4px;height:4px;border-radius:50%;background:var(--gold);opacity:.4}
.footer__links{display:flex;gap:2.25rem;flex-wrap:wrap}
.footer__link{font-family:var(--sans);font-size:.75rem;color:rgba(243,239,230,.22);text-decoration:none;letter-spacing:.04em;transition:color .2s ease}
.footer__link:hover{color:rgba(243,239,230,.55)}
.footer__copy{font-family:var(--sans);font-size:.6875rem;color:rgba(243,239,230,.15);letter-spacing:.04em}

@media(max-width:1100px){.hero__layout{grid-template-columns:1fr;gap:2.5rem}}
@media(max-width:960px){
  .unterlagen__layout{grid-template-columns:1fr;gap:2.5rem}
  .verlaengerung__layout{grid-template-columns:1fr;gap:2.5rem}
  .pargrid{grid-template-columns:repeat(2,1fr)}
  .tgrid__head,.trow{grid-template-columns:1.6fr 1fr 1fr 1.6fr}
  .trow__gebuehr{display:none}
  .tgrid__head-cell:nth-child(4){display:none}
  .ferror{grid-template-columns:3rem 1fr;gap:0 1.5rem}
  .ferror__consequence{display:none}
  .fsteps::before{left:1.6rem}
  .fstep{grid-template-columns:3.5rem 1fr;gap:0 1.5rem}
  .fstep__num{font-size:2.25rem}
  .nav__links{display:none}
  .nav__menu{display:block}
}
@media(max-width:600px){
  .pargrid{grid-template-columns:1fr 1fr}
  .tgrid__head,.trow{grid-template-columns:1fr auto}
  .trow__para,.trow__gebuehr,.trow__hinweis{display:none}
  .tgrid__head-cell:not(:first-child):not(:nth-child(3)){display:none}
  .verlaengerung__table{display:block;overflow-x:auto}
  .prozess-nav__inner{flex-direction:column;gap:1.5rem}
  .prozess-nav__sep{width:100%;height:1px}
  .prozess-nav__link--next{text-align:left}
  .footer{flex-direction:column;align-items:flex-start}
  .footer__links{gap:1.5rem}
  .closing{text-align:left;align-items:flex-start}
  .closing__rule{align-self:flex-start}
}
