@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap");.hero-section{min-height:100vh;background-color:#1e3a5f;font-family:Inter,sans-serif}.hero-section,.hero-section__container{display:flex;align-items:center;justify-content:center}.hero-section__container{flex-direction:column;text-align:center;padding:1rem}.hero-section__title{font-size:clamp(48px,12vw,140px);font-weight:900;font-style:italic;letter-spacing:2px;line-height:1;margin:0}.hero-section__ki{color:#e6b800}.hero-section__schmiede{color:#f5f5f3}.hero-section__subtitle{color:#f5f5f3;font-size:clamp(16px,3vw,28px);font-weight:700;font-style:italic;text-transform:uppercase;margin-top:30px;letter-spacing:1px;margin-bottom:0}.hero-section__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:2rem;padding:.75rem 1.5rem;background-color:#e6b800;color:#1a1a1a;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;border-radius:8px;transition:transform .2s,box-shadow .2s}.hero-section__cta:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(230,184,0,.4)}.hero-section__cta:focus-visible{outline:2px solid #f5f5f3;outline-offset:2px}