/* KALYVEX shared UI — cached across all pages. */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#fff;color:#1C1F23;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.page{max-width:1227px;margin:0 auto;padding:80px 20px;min-height:100vh;display:flex;flex-direction:column}
.content{flex:1}
.header-logo-wrap{display:block;width:120px;height:110px;flex:0 0 auto}
.header-logo{display:block;width:120px;height:110px;object-fit:contain}
.site-title{margin:0;font-weight:700;text-transform:uppercase;letter-spacing:-.05em;color:#050505}
.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.h-\[120px\]{height:120px}.mt-1{margin-top:.25rem}.mt-auto{margin-top:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-24{margin-bottom:6rem}.pt-10{padding-top:2.5rem}
.text-sm{font-size:.875rem;line-height:1.5}.text-lg{font-size:1.125rem;line-height:1.75}.text-4xl{font-size:2.25rem;line-height:1.15}.font-light{font-weight:300}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-gray-400,.text-gray-500,.text-gray-600{color:#4D5A5C}.border-t{border-top:1px solid #D3DFE1}.border-gray-200{border-color:#D3DFE1}.hover\:text-black:hover{color:#050505}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:absolute;left:16px;top:16px;z-index:10000;transform:translateY(-160%);background:#050505;color:#fff;padding:12px 16px;font-weight:700;text-decoration:none}
.skip-link:focus{transform:translateY(0);outline:3px solid #00C2A8;outline-offset:3px}
.service-nav{display:flex;flex-wrap:wrap;gap:10px;margin:-52px 0 64px;padding:12px 0;border-top:1px solid #D3DFE1;border-bottom:1px solid #D3DFE1}
.service-nav a{display:inline-flex;min-height:44px;align-items:center;padding:0 14px;border:1px solid #D3DFE1;font-size:.875rem;font-weight:700;background:#fff}
.service-nav a:hover,.service-nav a:focus-visible{border-color:#050505;outline:none}
.form-field{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:700;font-size:.875rem;color:#050505}.form-control{width:100%;border:1px solid #D3DFE1;background:#fff;color:#1C1F23;padding:1rem;line-height:1.5}.form-control:focus{outline:2px solid #17696B;outline-offset:2px}textarea.form-control{min-height:140px;resize:vertical}.form-note{font-size:.875rem;color:#4D5A5C}.form-span-2{grid-column:1/-1}.form-consent{display:flex;align-items:flex-start;gap:10px}.form-consent input{margin-top:5px}.turnstile-wrap{min-height:65px}
.lang-switcher{margin-left:auto;flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:14px;line-height:1;font-weight:700;text-transform:uppercase;color:#4D5A5C}
.lang-switcher a,.lang-switcher span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:34px;border:1px solid #D3DFE1;padding:0 10px;background:#fff;color:#4D5A5C}
.lang-switcher a:hover{color:#050505;border-color:#050505}.lang-switcher .active{background:#050505;color:#fff;border-color:#050505}
.cookie-banner{position:fixed;right:24px;bottom:24px;z-index:9999;max-width:420px;background:#fff;color:#1C1F23;border:1px solid #D3DFE1;box-shadow:0 18px 48px rgba(5,5,5,.12);padding:20px;display:none}.cookie-banner.is-visible{display:block}.cookie-banner__text{margin:0 0 16px;font-size:14px;line-height:1.5;color:#4D5A5C}.cookie-banner__text a{font-weight:700;color:#050505;text-decoration:underline;text-underline-offset:3px}.cookie-banner__actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.cookie-banner__btn{appearance:none;border:1px solid #050505;background:#fff;color:#050505;min-height:42px;padding:0 16px;font-size:13px;font-weight:700;cursor:pointer}.cookie-banner__btn--accept{background:#050505;color:#fff}.cookie-banner__btn:focus{outline:2px solid #00C2A8;outline-offset:2px}
.back-to-top{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:100;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:52px;height:52px;padding:0 16px;border:1px solid #00C2A8;background:#050505;color:#fff;font-size:.875rem;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:-.02em;cursor:pointer;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,background-color .2s ease,border-color .2s ease}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:#17696B;border-color:#17696B}.back-to-top:focus-visible{outline:2px solid #00C2A8;outline-offset:3px}.back-to-top__icon{font-size:1.15rem;line-height:1}
footer p{margin:0}footer nav{margin:0}
@media(max-width:768px){.page{padding:48px 20px}header{flex-direction:column;align-items:flex-start!important;gap:24px!important}.header-logo-wrap{width:96px;height:88px;flex-basis:auto}.header-logo{width:96px;height:88px}.h-\[120px\]{height:auto}.text-4xl{font-size:2rem}.lang-switcher{width:100%;margin-left:0;justify-content:flex-start;flex-wrap:wrap}.service-nav{margin:-36px 0 48px;overflow-x:auto;flex-wrap:nowrap}.service-nav a{flex:0 0 auto}.cookie-banner{left:16px;right:16px;bottom:16px;max-width:none}.cookie-banner__actions{justify-content:stretch}.cookie-banner__btn{flex:1 1 140px}.back-to-top{right:16px;bottom:calc(88px + env(safe-area-inset-bottom));width:52px;padding:0}.back-to-top__text{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.back-to-top{transition:none}}

