:root{--blue-deep:#003e89;--blue-mid:#367fcc;--teal:#0796a5;--mint:#b0dbd2;--periwinkle:#97b8db;--gray-neutral:#5c5e63;--teal-text:#0a6e79;--gray-text:#5c5e63;--blue-link:#2061a8;--text:#1a2433;--text-soft:#455066;--heading:#002c63;--bg:#fbfcfe;--bg-tint:#eef4fb;--bg-mint:#eaf6f3;--card-bg:#fff;--line:#dce5f0;--white:#fff;--grad-blue:linear-gradient(120deg,var(--blue-deep),var(--blue-mid));--grad-teal:linear-gradient(120deg,var(--teal),var(--mint));--grad-headline:linear-gradient(100deg,var(--blue-deep) 0,var(--teal) 55%,var(--blue-mid) 100%);--grad-hero:linear-gradient(135deg,#003e89 0,#1e5fa8 40%,#0796a5 100%);--shadow-sm:0 2px 8px rgba(0,44,99,0.06);--shadow-md:0 8px 28px rgba(0,44,99,0.10);--shadow-glow:0 10px 40px rgba(7,150,165,0.16);--max-width:1140px;--radius:16px;--radius-sm:10px;--space:clamp(3rem,7vw,6rem)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:'Nunito',-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;font-size:clamp(1rem,0.95rem+0.25vw,1.12rem);overflow-x:hidden}body::before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(60rem 40rem at 85% -10%,rgba(7,150,165,0.07),transparent 60%),radial-gradient(50rem 40rem at -10% 20%,rgba(54,127,204,0.07),transparent 60%);pointer-events:none}img{max-width:100%;height:auto;display:block}a{color:var(--blue-link);text-decoration:none;transition:color .2s}a:hover{color:var(--blue-deep)}h1,h2,h3,h4{font-family:'Quicksand',sans-serif;color:var(--heading);line-height:1.2;font-weight:700;letter-spacing:-.01em}h1{font-size:clamp(2.1rem,1.5rem+3vw,3.4rem);font-weight:700;margin-bottom:1rem}h2{font-size:clamp(1.6rem,1.2rem+1.6vw,2.3rem);margin-bottom:1rem;margin-top:.5rem}h3{font-size:clamp(1.25rem,1.1rem+0.7vw,1.55rem);margin-bottom:.6rem}h4{font-size:clamp(1.08rem,1rem+0.3vw,1.2rem);margin-bottom:.5rem;color:var(--blue-deep)}p{margin-bottom:1.1rem;color:var(--text)}p.lead{font-size:1.18rem;color:var(--text-soft)}.gradient-text{background:var(--grad-headline);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.wrap{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.4rem}.section{padding:var(--space) 0}.section.section-cta{padding:clamp(1.5rem,3vw,2.5rem) 0}.section.section-next{padding:clamp(1.2rem,2.5vw,2rem) 0}.section-tint{background:var(--bg-tint)}.section-mint{background:var(--bg-mint)}.narrow{max-width:760px}.center{text-align:center}.text-cols{column-count:2;column-gap:3rem;column-fill:balance}.text-cols h3{column-span:all;margin-top:2rem}.text-cols p,.text-cols ul{break-inside:avoid}@media(max-width:760px){.text-cols{column-count:1}}.eyebrow{display:inline-block;font-family:'Quicksand',sans-serif;font-weight:700;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-text);margin-bottom:.7rem}.site-header{position:sticky;top:0;z-index:100;background:rgba(251,252,254,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{font-family:'Quicksand',sans-serif;font-weight:700;font-size:1.5rem;color:var(--blue-deep);display:flex;align-items:center;gap:.5rem}.logo:hover{color:var(--blue-deep)}.logo .dot{color:var(--teal-text)}.logo img{height:40px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:1.8rem;list-style:none}.nav-links a{font-family:'Quicksand',sans-serif;font-weight:600;font-size:1rem;color:var(--text);padding:.4rem 0;position:relative}.nav-links a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2.5px;background:var(--grad-teal);border-radius:2px;transition:width .25s ease}.nav-links a:hover::after,.nav-links a.active::after{width:100%}.nav-links a.active{color:var(--blue-deep)}.has-sub{position:relative}.has-sub>.sub-toggle{display:inline-flex;align-items:center;gap:.3rem;background:0;border:0;cursor:pointer;font-family:'Quicksand',sans-serif;font-weight:600;font-size:1rem;color:var(--text);padding:.4rem 0;position:relative}.has-sub>.sub-toggle::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2.5px;background:var(--grad-teal);border-radius:2px;transition:width .25s ease}.has-sub:hover>.sub-toggle::after,.has-sub.active>.sub-toggle::after{width:100%}.has-sub.active>.sub-toggle{color:var(--blue-deep)}.sub-toggle .chev{width:14px;height:14px;stroke:currentColor;stroke-width:2.5;fill:none;transition:transform .25s}.submenu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);min-width:240px;margin-top:.6rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);padding:.5rem;list-style:none;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s;z-index:200}.submenu::after{content:"";position:absolute;top:-.7rem;left:0;right:0;height:.7rem}.submenu::before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:var(--white);border-left:1px solid var(--line);border-top:1px solid var(--line)}.has-sub:hover .submenu,.has-sub:focus-within .submenu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.submenu li{margin:0}.submenu a{display:block;padding:.6rem .9rem;border-radius:8px;font-size:.96rem;font-weight:600;color:var(--text);white-space:nowrap}.submenu a::after{display:none}.submenu a:hover{background:var(--bg-tint);color:var(--blue-deep)}.submenu a.active{background:var(--bg-mint);color:var(--blue-deep)}.burger{display:none;flex-direction:column;gap:5px;background:0;border:0;cursor:pointer;padding:8px}.burger span{width:26px;height:2.5px;background:var(--blue-deep);border-radius:2px;transition:.3s}.btn{display:inline-block;font-family:'Quicksand',sans-serif;font-weight:700;font-size:1rem;padding:.85rem 1.7rem;border-radius:50px;cursor:pointer;border:0;transition:transform .2s,box-shadow .2s}.btn-primary{background:var(--grad-blue);color:var(--white);box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow);color:var(--white)}.btn-ghost{background:var(--white);color:var(--blue-deep);border:2px solid var(--periwinkle)}.btn-ghost:hover{border-color:var(--blue-mid);color:var(--blue-deep);transform:translateY(-2px)}.hero{position:relative;overflow:hidden;padding:clamp(3rem,6vw,5.5rem) 0 clamp(3.5rem,7vw,6rem)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.hero h1{margin-bottom:1.2rem}.hero .lead{margin-bottom:1.8rem;max-width:34rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-img-frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-glow);border:6px solid var(--white)}.hero-img-frame img{width:100%;height:100%;object-fit:cover;aspect-ratio:14 / 11}.hero-img-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,62,137,0.12))}.hero-badge{position:absolute;bottom:1.2rem;left:1.2rem;background:rgba(255,255,255,0.94);backdrop-filter:blur(6px);border-radius:14px;padding:.7rem 1.1rem;box-shadow:var(--shadow-sm)}.hero-badge strong{display:block;font-family:'Quicksand',sans-serif;font-size:1.4rem;color:var(--teal-text)}.hero-badge span{font-size:.85rem;color:var(--text-soft)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem;margin-top:2.4rem}.card{background:var(--card-bg);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow-sm);border:1px solid var(--line);border-left:5px solid var(--teal);transition:transform .22s,box-shadow .22s;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.card .card-icon{width:48px;height:48px;border-radius:12px;background:var(--grad-teal);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}.card .card-icon svg{width:26px;height:26px;stroke:var(--white);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card h3{margin-bottom:.5rem}.card p{color:var(--text-soft);margin-bottom:1rem}.card .card-link{margin-top:auto;font-family:'Quicksand',sans-serif;font-weight:700;color:var(--teal-text)}.card .card-link:hover{color:var(--blue-deep)}.card .card-link::after{content:" →"}.card:nth-child(3n+2){border-left-color:var(--blue-mid)}.card:nth-child(3n+2) .card-icon{background:var(--grad-blue)}.card:nth-child(3n+2) .card-link{color:var(--blue-link)}.card:nth-child(3n){border-left-color:var(--periwinkle)}ul.check{list-style:none;margin:1rem 0 1.4rem}ul.check li{position:relative;padding-left:1.9rem;margin-bottom:.7rem;color:var(--text)}ul.check li::before{content:"→";position:absolute;left:0;color:var(--teal-text);font-weight:700}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1.4rem;text-align:center}.stat{background:var(--white);border-radius:var(--radius);padding:1.8rem 1rem;box-shadow:var(--shadow-sm);border:1px solid var(--line)}.stat .num{font-family:'Quicksand',sans-serif;font-size:clamp(1.8rem,1.4rem+1.5vw,2.6rem);font-weight:700;background:var(--grad-headline);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.stat .label{color:var(--text-soft);font-size:.95rem;margin-top:.3rem}.path{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.4rem;counter-reset:step}.path-step{background:var(--white);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow-sm);border:1px solid var(--line);position:relative}.path-step::before{counter-increment:step;content:counter(step);display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--grad-blue);color:var(--white);font-family:'Quicksand',sans-serif;font-weight:700;margin-bottom:.9rem}.path-step .step-title{font-size:1.15rem;font-family:'Quicksand',sans-serif;font-weight:700;color:var(--heading);margin-bottom:.4rem}.path-step p{color:var(--text-soft);font-size:.95rem;margin:0}.cta-band{background:var(--grad-hero);border-radius:24px;padding:clamp(2.5rem,5vw,4rem);text-align:center;color:var(--white);position:relative;overflow:hidden}.cta-band::after{content:"";position:absolute;top:-40%;right:-10%;width:30rem;height:30rem;background:radial-gradient(circle,rgba(176,219,210,0.25),transparent 70%);pointer-events:none}.cta-band h2{color:var(--white);position:relative}.cta-band p{color:#e4f1f4;position:relative;max-width:40rem;margin:0 auto 1.8rem}.cta-band .btn-primary{background:var(--white);color:var(--blue-deep);position:relative}.cta-band .btn-primary:hover{color:var(--blue-deep)}.faq-item{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:.9rem;overflow:hidden}.faq-item summary{font-family:'Quicksand',sans-serif;font-weight:700;font-size:1.1rem;color:var(--heading);padding:1.1rem 1.3rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";font-size:1.5rem;color:var(--teal-text);transition:transform .2s}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item .faq-body{padding:0 1.3rem 1.2rem;color:var(--text-soft)}.faq-item .faq-body p:last-child{margin-bottom:0}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;align-items:start;margin-top:1.4rem}.faq-grid .faq-item{margin-bottom:0}@media(max-width:800px){.faq-grid{grid-template-columns:1fr}}.prose{max-width:760px}.prose-legal{max-width:960px}.prose-legal h2{margin-top:2.4rem}.prose-legal h2:first-child{margin-top:0}.prose-legal ul,.prose-legal ol{margin:0 0 1.4rem 1.4rem}.prose-legal li{margin-bottom:.5rem}.prose h2{margin-top:2.6rem}.prose h3{margin-top:1.8rem}.prose ul,.prose ol{margin:0 0 1.4rem 1.4rem}.prose li{margin-bottom:.5rem}.prose img{border-radius:var(--radius);margin:1.8rem 0;box-shadow:var(--shadow-sm)}figure.content-figure{margin:2rem 0}figure.content-figure img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-sm);object-fit:cover;display:block}figure.content-figure figcaption{margin-top:.6rem;font-size:.88rem;color:var(--gray-text);text-align:center}.prose-wide{max-width:100%}.prose-wide h2{margin-top:2.6rem}.prose-wide h2:first-child{margin-top:0}.prose-wide h3{margin-top:1.8rem}.prose-wide ul,.prose-wide ol{margin:0 0 1.4rem 1.4rem}.prose-wide li{margin-bottom:.5rem}.prose-wide .cols{column-count:2;column-gap:3rem;column-fill:balance;margin-bottom:.5rem}.prose-wide .cols p{break-inside:avoid}@media(max-width:760px){.prose-wide .cols{column-count:1}}.callout{background:var(--bg-mint);border-left:5px solid var(--teal);border-radius:var(--radius-sm);padding:1.3rem 1.5rem;margin:1.8rem 0}.callout strong{color:var(--blue-deep)}.callout p:last-child{margin-bottom:0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}.col-pro,.col-con{background:var(--white);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow-sm);border:1px solid var(--line)}.col-pro{border-top:5px solid var(--teal)}.col-con{border-top:5px solid var(--periwinkle)}.col-pro h3,.col-con h3{margin-bottom:1rem}ul.cross{list-style:none;margin:.4rem 0}ul.cross li{position:relative;padding-left:1.9rem;margin-bottom:.7rem;color:var(--text)}ul.cross li::before{content:"–";position:absolute;left:0;color:var(--gray-neutral);font-weight:700}@media(max-width:760px){.two-col{grid-template-columns:1fr}}.muster{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:0;margin:1.8rem 0;overflow:hidden}.muster-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--grad-blue);color:var(--white);padding:.9rem 1.4rem}.muster-head .muster-label{font-family:'Quicksand',sans-serif;font-weight:700;font-size:1.02rem;display:flex;align-items:center;gap:.55rem}.muster-head .muster-label svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.copy-btn{font-family:'Quicksand',sans-serif;font-weight:600;font-size:.85rem;background:rgba(255,255,255,0.18);color:#fff;border:1px solid rgba(255,255,255,0.3);border-radius:50px;padding:.35rem .9rem;cursor:pointer;transition:background .2s;white-space:nowrap}.copy-btn:hover{background:rgba(255,255,255,0.3)}.muster-body{padding:1.6rem 1.8rem;font-size:.97rem;line-height:1.75}.muster-body p{margin-bottom:.9rem}.muster-body .ml{color:var(--gray-neutral)}.muster-body hr{border:0;border-top:1px dashed var(--line);margin:1.1rem 0}.qa{margin:1.6rem 0}.qa-item{background:var(--white);border:1px solid var(--line);border-left:5px solid var(--teal);border-radius:var(--radius-sm);padding:1.3rem 1.5rem;margin-bottom:1.1rem}.qa-item .q{font-family:'Quicksand',sans-serif;font-weight:700;color:var(--heading);font-size:1.1rem;margin-bottom:.5rem}.qa-item .a{color:var(--text-soft);margin-bottom:0}.qa-item:nth-child(even){border-left-color:var(--blue-mid)}.table-wrap{overflow-x:auto;margin:1.8rem 0}table{width:100%;border-collapse:collapse;font-size:.96rem;background:var(--white);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-sm)}th,td{padding:.8rem 1rem;text-align:left;border-bottom:1px solid var(--line)}th{background:var(--blue-deep);color:var(--white);font-family:'Quicksand',sans-serif;font-weight:600}tr:nth-child(even) td{background:var(--bg-tint)}.next-step{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.6rem;margin-top:2.4rem;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.next-step:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.next-step .ns-text span{display:block;font-size:.85rem;color:var(--teal-text);font-family:'Quicksand',sans-serif;font-weight:700}.next-step .ns-text strong{font-size:1.15rem;color:var(--heading);font-family:'Quicksand',sans-serif}.next-step .ns-arrow{flex-shrink:0;transition:transform .2s}.next-step:hover .ns-arrow{transform:translateX(4px)}.subpage-hero{padding:clamp(2.5rem,5vw,4rem) 0 clamp(2rem,4vw,3rem);background:linear-gradient(180deg,var(--bg-tint),var(--bg));border-bottom:1px solid var(--line)}.subpage-hero .lead{max-width:48rem}.site-footer{background:#002c63;color:#c7d8ec;padding:3.5rem 0 2rem;margin-top:var(--space)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}.site-footer .footer-head{color:var(--white);font-size:1.05rem;font-weight:700;font-family:'Quicksand',sans-serif;margin-bottom:1rem}.site-footer ul{list-style:none}.site-footer li{margin-bottom:.55rem}.site-footer a{color:#c2d6ee;font-size:.96rem}.site-footer a:hover{color:var(--white)}.footer-logo{font-family:'Quicksand',sans-serif;font-weight:700;font-size:1.4rem;color:var(--white);margin-bottom:.8rem;display:inline-block}.footer-logo .dot{color:var(--mint)}.footer-logo img{height:44px;width:auto;display:block;filter:brightness(0) invert(1)}.footer-about{font-size:.96rem;color:#aec6e4;max-width:22rem}.footer-bottom{border-top:1px solid rgba(255,255,255,0.12);margin-top:2.5rem;padding-top:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-size:.9rem;color:#9fbadd}.footer-bottom a{color:#aec6e4}@media(max-width:1000px){.burger{display:flex}.nav-links{position:fixed;top:70px;right:0;height:calc(100vh - 70px);width:min(78vw,320px);background:var(--white);flex-direction:column;align-items:flex-start;padding:2rem 1.8rem;gap:1.4rem;transform:translateX(100%);transition:transform .3s ease;box-shadow:-10px 0 30px rgba(0,44,99,0.1)}.nav-links.open{transform:translateX(0)}.burger.active span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.nav-links{overflow-y:auto;gap:.4rem}.has-sub{width:100%}.has-sub>.sub-toggle{width:100%;justify-content:space-between;padding:.5rem 0}.has-sub>.sub-toggle::after{display:none}.submenu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:0;border-left:2px solid var(--line);border-radius:0;min-width:0;width:100%;margin:.2rem 0 .4rem .4rem;padding:0 0 0 .6rem;max-height:0;overflow:hidden;transition:max-height .3s ease}.submenu::before{display:none}.has-sub.open-mobile .submenu{max-height:400px}.has-sub.open-mobile .sub-toggle .chev{transform:rotate(180deg)}.has-sub:hover .submenu,.has-sub:focus-within .submenu{transform:none}.submenu a{white-space:normal;padding:.5rem .6rem}}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-img-frame{order:-1;max-width:460px;margin:0 auto}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.next-step{flex-direction:column;align-items:flex-start}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%;text-align:center}}.honest-grid{display:grid;grid-template-columns:1.6fr .9fr;gap:2.5rem;align-items:center}.honest-text{max-width:640px}.honest-visual{display:flex;justify-content:center;align-items:center}.tooth-tug{width:clamp(140px,16vw,200px);height:auto;overflow:visible}.tooth-tug .tooth-body{transform-origin:60px 120px;animation:tooth-tug 4.2s cubic-bezier(0.37,0,0.63,1) infinite}@keyframes tooth-tug{0%{transform:translateY(0) rotate(0)}18%{transform:translateY(-3px) rotate(-2.2deg)}38%{transform:translateY(-1px) rotate(1.6deg)}58%{transform:translateY(-4px) rotate(-1.4deg)}78%{transform:translateY(0) rotate(0.8deg)}100%{transform:translateY(0) rotate(0)}}@media(max-width:800px){.honest-grid{grid-template-columns:1fr;gap:1rem}.honest-visual{order:-1}.tooth-tug{width:120px}}.glossar-az{display:flex;flex-wrap:wrap;gap:.4rem;margin:1.6rem 0 2.4rem;position:sticky;top:0;background:var(--bg);padding:.8rem 0;z-index:5}.glossar-az a{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:8px;background:var(--white);border:1px solid var(--line);font-family:'Quicksand',sans-serif;font-weight:700;color:var(--blue-link);font-size:.95rem}.glossar-az a:hover{background:var(--bg-tint)}.glossar-letter{scroll-margin-top:4rem;margin-top:2.6rem}.glossar-letter>h2{display:inline-block;background:var(--grad-blue);color:var(--white);width:2.6rem;height:2.6rem;line-height:2.6rem;text-align:center;border-radius:10px;font-size:1.3rem;margin-bottom:1rem}.glossar-term{border-bottom:1px solid var(--line);padding:1.1rem 0}.glossar-term:last-child{border-bottom:0}.glossar-term dt{font-family:'Quicksand',sans-serif;font-weight:700;font-size:1.12rem;color:var(--heading);margin-bottom:.35rem}.glossar-term dd{margin:0;color:var(--text-soft);line-height:1.7}.glossar-term dd a{font-weight:600}@media(prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important;scroll-behavior:auto}}