.hero > .arrow {
  width: 72px;
  height: 96px;
  color: transparent;
  background: transparent;
}

.hero > .arrow:hover,
.hero > .arrow:focus-visible {
  color: transparent;
  background: transparent;
}

@media (max-width: 720px) {
  .hero { height: 370px; min-height: 0; }
  .hero-slide img { top: -30px; width: 100%; height: 400px; object-fit: cover; object-position: center bottom; }
}

.language-picker{position:relative;display:flex;align-items:center}.mobile-language-picker{display:none}.language-trigger{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:7px 9px;border:0;background:transparent;color:inherit;cursor:pointer;white-space:nowrap}.globe-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}.language-chevron{width:7px;height:7px;margin-left:1px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);transform-origin:center;transition:transform .2s ease;flex:none}.language-picker.open .language-chevron{transform:translateY(2px) rotate(225deg)}.language-menu{position:absolute;top:calc(100% + 9px);right:0;width:210px;padding:7px;background:#fff;color:#111;border:1px solid #ddd;border-radius:14px;box-shadow:0 14px 40px rgba(0,0,0,.22);display:none;z-index:100}.language-picker.open .language-menu{display:flex;flex-direction:column}.language-option{width:100%;min-height:39px;border:0;border-radius:9px;background:transparent;color:#111;padding:0 11px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;font-size:14px}.language-option:hover,.language-option:focus-visible{background:#f1f3f4;outline:none}.language-option[aria-selected="true"]{background:#e9fced;font-weight:700}.language-option[aria-selected="true"]::after{content:'✓';color:#159b35}.footer-language-picker{width:max-content}.footer-language-picker .language-menu{left:0;right:auto;top:auto;bottom:calc(100% + 9px)}.footer-language-picker .language-trigger{border:1px solid #777;padding:9px 13px;border-radius:10px;color:#fff}.site-header .language-trigger:focus-visible{outline:2px solid #44f36a;outline-offset:2px}
@media(max-width:720px){.site-header{gap:8px;padding-inline:16px}.header-actions{gap:7px}.site-header .header-actions>.language-picker{display:none}.site-header>.mobile-language-picker{display:flex;margin-left:auto}.site-header>.mobile-language-picker+.primary-nav+.header-actions{margin-left:0}.site-header .language-trigger.plain{display:inline-flex;width:40px;height:40px;min-height:40px;align-items:center;justify-content:center;padding:0;border:1px solid #343434;border-radius:999px;background:#111;color:#fff}.site-header .language-trigger.plain:hover,.site-header .language-trigger.plain:focus-visible{border-color:#44f36a;background:#191919}.site-header .current-language,.site-header .language-chevron{display:none}.site-header .globe-icon{width:21px;height:21px}.site-header .language-menu{position:fixed;top:58px;right:12px;width:min(230px,calc(100vw - 24px));max-height:calc(100dvh - 76px);overflow-y:auto}.header-actions .pill{order:3}.footer-language-picker .current-language,.footer-language-picker .language-chevron{display:inline}.footer-language-picker .language-menu{position:absolute;top:auto;right:auto}.footer-language-picker .globe-icon{width:21px;height:21px}}
