/* Extracted from 03_03_03_visum-antrag.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)}

/* ── TERMIN-ABLAUF — 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:rgba(191,132,74,.55)}
.fstep:nth-child(6) .fstep__num{color:var(--gold);opacity:.75}
.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}

/* ── BOTSCHAFTSGESPRÄCH — cream layout ── */
.botschaft{background:var(--cream);padding:clamp(5rem,11vw,9rem) var(--px);position:relative;overflow:hidden}
.botschaft__layout{display:grid;grid-template-columns:1fr 2fr;gap:0 clamp(3rem,7vw,8rem);align-items:start;position:relative;z-index:1}
.botschaft__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}
.botschaft__label::before{content:'';width:1.5rem;height:1px;background:var(--gold);opacity:.6;flex-shrink:0}
.botschaft__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}
.botschaft__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}
.botschaft__meta{display:flex;flex-direction:column;gap:.625rem}
.botschaft__meta-row{display:flex;gap:.875rem;align-items:baseline}
.botschaft__meta-key{font-family:var(--sans);font-size:.5625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);flex-shrink:0;width:6rem}
.botschaft__meta-val{font-family:var(--sans);font-size:.875rem;color:var(--ink);font-weight:500}
.botschaft__body{font-family:var(--sans);font-size:clamp(.9375rem,1.4vw,1.0625rem);line-height:1.78;color:var(--muted)}
.botschaft__body strong{color:var(--ink);font-weight:500}
.botschaft__body p+p{margin-top:1.25rem}
.botschaft__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)}
.botschaft__checklist{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-top:1.125rem}
.botschaft__checklist li{font-family:var(--sans);font-size:.9375rem;line-height:1.6;color:var(--muted);padding-left:1.5rem;position:relative}
.botschaft__checklist li::before{content:'–';position:absolute;left:0;color:var(--gold);opacity:.6;font-weight:500}
.botschaft__checklist li strong{color:var(--ink);font-weight:500}
.botschaft__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)}

/* ── FRAGEN-GRID — dark, 2-col cards ── */
.fragen{background:var(--ink);padding:clamp(5rem,11vw,9rem) var(--px);position:relative;overflow:hidden}
.fragen__header{margin-bottom:clamp(3rem,6vw,5rem);position:relative;z-index:1}
.fragen__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}
.fragen__label::before{content:'';width:1.5rem;height:1px;background:var(--gold);opacity:.6;flex-shrink:0}
.fragen__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:560px}
.fragen__sub{font-family:var(--sans);font-size:.875rem;line-height:1.7;color:rgba(243,239,230,.38);margin-top:.875rem;max-width:520px}

.fgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5px;background:rgba(243,239,230,.06);position:relative;z-index:1}
.fcard{background:#1c1b13;padding:clamp(1.875rem,3.5vw,3rem) clamp(1.75rem,3vw,2.5rem);position:relative;overflow:hidden;transition:background .3s ease}
.fcard:hover{background:#222119}
.fcard::before{content:'';position:absolute;top:0;left:0;right:0;height:1.5px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s var(--ease)}
.fcard:hover::before{transform:scaleX(1)}
.fcard--highlight{background:rgba(191,132,74,.07);border:1px solid rgba(191,132,74,.18)}
.fcard--highlight::before{transform:scaleX(1);background:linear-gradient(90deg,var(--gold),var(--gold-l))}
.fcard__tag{font-family:var(--sans);font-size:.5rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);opacity:.65;margin-bottom:.875rem;display:block}
.fcard--highlight .fcard__tag{opacity:.9}
.fcard__title{font-family:var(--serif);font-weight: 400;font-size:clamp(1rem,1.7vw,1.3125rem);line-height:1.28;color:rgba(243,239,230,.82);margin-bottom:1.125rem}
.fcard__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.fcard__list li{font-family:var(--sans);font-size:.875rem;line-height:1.6;color:rgba(243,239,230,.35);padding-left:1.25rem;position:relative}
.fcard__list li::before{content:'·';position:absolute;left:.25rem;color:var(--gold);opacity:.5;font-size:1rem;line-height:1}
.fcard--highlight .fcard__list li{color:rgba(243,239,230,.52)}
.fcard__list li strong{color:rgba(243,239,230,.75);font-weight:500}
.fcard__note{margin-top:1.25rem;font-family:var(--sans);font-size:.8125rem;line-height:1.55;color:rgba(243,239,230,.28);padding-left:1rem;border-left:1px solid rgba(191,132,74,.3)}
.fcard--highlight .fcard__note{color:rgba(243,239,230,.45);border-left-color:rgba(191,132,74,.5)}

/* ── ENTSCHEIDUNG — cream, 3-outcome cards ── */
.entscheidung{background:var(--cream);padding:clamp(5rem,11vw,9rem) var(--px);position:relative;overflow:hidden}
.entscheidung__header{margin-bottom:clamp(3rem,6vw,5rem)}
.entscheidung__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}
.entscheidung__label::before{content:'';width:1.5rem;height:1px;background:var(--gold);opacity:.6;flex-shrink:0}
.entscheidung__headline{font-family:var(--serif);font-weight: 400;font-size:clamp(1.875rem,3.5vw,3rem);line-height:1.18;color:var(--ink)}
.entscheidung__sub{font-family:var(--sans);font-size:.875rem;line-height:1.7;color:var(--muted);margin-top:.875rem;max-width:560px}

.ecard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:rgba(23,22,14,.1);position:relative;z-index:1}
.ecard{background:var(--cream);padding:clamp(2rem,3.5vw,3rem) clamp(1.75rem,3vw,2.5rem);position:relative;overflow:hidden}
.ecard--ja{background:rgba(191,132,74,.05)}
.ecard--ja::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-l))}
.ecard--nein{background:rgba(23,22,14,.03)}
.ecard--nein::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:rgba(23,22,14,.12)}
.ecard--warten{background:rgba(23,22,14,.015)}
.ecard__icon{font-family:var(--serif);font-weight: 400;font-style:italic;font-size:clamp(3rem,5vw,5rem);line-height:1;margin-bottom:1.125rem;user-select:none;display:block}
.ecard--ja .ecard__icon{color:rgba(191,132,74,.3)}
.ecard--nein .ecard__icon{color:rgba(23,22,14,.1)}
.ecard--warten .ecard__icon{color:rgba(23,22,14,.08)}
.ecard__tag{font-family:var(--sans);font-size:.5rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.625rem;display:block}
.ecard--ja .ecard__tag{color:var(--gold);opacity:.8}
.ecard--nein .ecard__tag,.ecard--warten .ecard__tag{color:var(--muted)}
.ecard__title{font-family:var(--serif);font-weight: 400;font-size:clamp(1.0625rem,1.8vw,1.375rem);line-height:1.25;color:var(--ink);margin-bottom:.875rem}
.ecard__body{font-family:var(--sans);font-size:.9375rem;line-height:1.68;color:var(--muted)}
.ecard__body strong{color:var(--ink);font-weight:500}
.ecard__body p+p{margin-top:.875rem}
.ecard__steps{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:1.125rem}
.ecard__steps li{font-family:var(--sans);font-size:.875rem;line-height:1.55;color:var(--muted);padding-left:1.5rem;position:relative}
.ecard__steps li::before{content:'→';position:absolute;left:0;font-size:.75rem;color:var(--gold);opacity:.5}

/* ── FEHLER-SECTION — cream ferror pattern ── */
.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;position:relative}
.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 — from dokumente-checkliste ── */
.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){
  .botschaft__layout{grid-template-columns:1fr;gap:2.5rem}
  .fgrid{grid-template-columns:1fr}
  .ecard-grid{grid-template-columns:1fr}
  .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){
  .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}
}
