.header-actions-top{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.language-switch{display:grid;place-items:center;min-width:43px;height:43px;border:1px solid var(--ink);border-radius:6px;font:700 12px Tahoma,sans-serif;letter-spacing:.8px;transition:background .2s,color .2s,transform .2s}
.language-switch:hover{background:var(--ink);color:white;transform:translateY(-2px)}
.testimonial-video-only{grid-template-columns:.72fr 1.28fr}
.testimonial-note{max-width:390px;color:#c3cdd1;font-size:14px;line-height:2}
@media(max-width:1050px){.header-actions-top{gap:7px}.language-switch{min-width:39px;height:39px}}
@media(max-width:760px){.header-actions-top{margin-inline-start:auto}.language-switch{min-width:38px;height:38px}.testimonial-video-only{grid-template-columns:1fr}}
