:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #4a545b; background: #f7f1ea; }
* { box-sizing: border-box; }
body { margin: 0; background: #f7f1ea; font-size: .875rem; line-height: 1.5; }
body.widerruf-page { padding-top: 0 !important; }
.site-header { background: #fff; border-bottom: 1px solid #ededed; }
.header-inner { max-width: 1400px; min-height: 96px; margin: 0 auto; padding: 15px 30px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: auto; height: 68px; max-width: 100%; object-fit: contain; }
.header-caption { color: #008490; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { background: #fff; border-bottom: 1px solid #ededed; }
.nav-inner { max-width: 1400px; margin: 0 auto; padding: 0 30px; display: flex; justify-content: center; gap: 2.25rem; }
.nav-inner a { padding: 13px 0 11px; border-bottom: 2px solid transparent; color: #000; font-size: 13px; text-decoration: none; }
.nav-inner a:hover, .nav-inner a:focus-visible { color: #008490; border-color: #008490; }
.usp-bar { min-height: 42px; padding: 0 30px; display: flex; align-items: center; justify-content: center; gap: 4rem; border-bottom: 1px solid #e8e8e8; background: #fbfbfb; color: #000; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
main.form-card { max-width: 820px; margin: 58px auto 72px; padding: 48px 54px 54px; background: #fff; border: 1px solid #ededed; box-shadow: 0 4px 10px -6px rgba(0,0,0,.2); }
.eyebrow { margin-bottom: .55rem; color: #008490; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0 0 1.35rem; color: #252a2d; font-size: 2rem; font-weight: 500; line-height: 1.2; }
.intro { line-height: 1.6; }
.notice, .error-summary, .success { padding: 1rem 1.15rem; margin: 1.25rem 0; border-left: 4px solid #555; background: #f2f2f2; }
.notice { border-color: #b26a00; background: #fff7e6; }
.error-summary { border-color: #b00020; background: #fff0f2; }
.success { border-color: #008490; background: #eef8f8; }
label { display: block; margin: 1.2rem 0; color: #4a545b; font-weight: 700; }
input, textarea { width: 100%; margin-top: .4rem; padding: .5625rem; border: 1px solid #bcc1c7; border-radius: 0; background: #fff; color: #4a545b; font: inherit; line-height: 1.5; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
input { min-height: calc(1.5em + 1.125rem + 2px); }
input:focus, textarea:focus { border-color: #008490; outline: 0; box-shadow: 0 0 0 .2rem rgba(0,132,144,.25); }
textarea { min-height: 8rem; resize: vertical; }
.field-error { display: block; margin-top: .25rem; color: #b00020; font-weight: normal; }
.actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.5rem; }
button, .button { display: inline-block; min-height: 42px; padding: .7rem 1.25rem; border: 1px solid #008490; border-radius: 0; background: #008490; color: #fff; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; transition: background-color .15s, border-color .15s; }
button:hover, button:focus-visible, .button:hover, .button:focus-visible { border-color: #00555d; background: #00616a; color: #fff; text-decoration: none; }
button:focus-visible, .button:focus-visible { outline: 0; box-shadow: 0 0 0 .2rem rgba(0,132,144,.25); }
button.secondary { border-color: #333; background: #333; }
button.secondary:hover { border-color: #222; background: #222; }
dl { display: grid; grid-template-columns: minmax(10rem, 1fr) 2fr; gap: .7rem 1rem; }
dt { font-weight: bold; }
dd { margin: 0; overflow-wrap: anywhere; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { border-top: 1px solid #bcc1c7; background: #e8e8e8; color: #4a545b; }
.footer-inner { max-width: 1400px; margin: 0 auto; padding: 42px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.footer-inner-three { grid-template-columns: 1fr 1fr 1fr; align-items: start; }
.footer-title { margin-bottom: .85rem; color: #008490; font-size: 1rem; font-weight: 700; }
.footer-links { display: flex; flex-wrap: wrap; gap: .45rem 1.5rem; }
.footer-links a { color: #4a545b; text-decoration: none; }
.footer-links a:hover { color: #008490; }
.site-footer a { color: #4a545b; text-decoration: none; }
.site-footer a:hover { color: #008490; }
.footer-copyright-custom { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.footer-copyright-custom .copyright-icon { width: auto; max-width: 52px; max-height: 52px; }
.footer-copyright-custom p { margin: 0; }
.footer-bottom { padding: 18px 30px; border-top: 1px solid #cfcfcf; text-align: center; font-size: .78rem; }
@media (max-width: 767px) {
    .header-inner { min-height: 82px; padding: 12px 20px; justify-content: center; }
    .brand img { height: 58px; }
    .header-caption, .site-nav { display: none; }
    .usp-bar { gap: 0; justify-content: center; padding: 11px 20px; text-align: center; }
    .usp-bar span:not(:first-child) { display: none; }
    main.form-card { width: calc(100% - 24px); min-width: 0; margin: 24px 12px 42px; padding: 28px 22px 34px; overflow: hidden; }
    form, label, input, textarea, .notice, .error-summary, .success { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
    h1 { font-size: 1.65rem; }
    dl { display: block; }
    dt { margin-top: .8rem; }
    .footer-inner, .footer-inner-three { grid-template-columns: 1fr; padding: 32px 22px; gap: 1.5rem; }
    .footer-copyright-custom { justify-content: flex-start; padding-top: 1rem; border-top: 1px solid #cfcfcf; }
}
