/* WORLDWIDE HELP – legal page only. Header and footer come from worldwide-home.css. */
a.lang-btn{text-decoration:none}
.legal-main{
  width:min(1180px,calc(100% - 38px));
  margin:34px auto 0;
}
.legal-card{
  background:#fff;
  border:1px solid #e4e8eb;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(23,39,59,.08);
  padding:clamp(28px,4vw,58px);
}
.legal-card[dir="rtl"]{text-align:right}
.legal-card>h1{
  margin:0 0 42px;
  color:#071842;
  font-size:clamp(2.3rem,4.5vw,4rem);
  line-height:1.05;
  font-weight:900;
}
.legal-section{
  padding:0 0 34px;
  margin:0 0 34px;
  border-bottom:1px solid #e8ecef;
}
.legal-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.legal-section h2{
  margin:0 0 18px;
  color:#071842;
  font-size:clamp(1.65rem,3vw,2.45rem);
  line-height:1.15;
  font-weight:900;
}
.legal-section p{
  margin:0 0 16px;
  color:#172234;
  font-size:1.05rem;
  line-height:1.75;
}
.legal-section p:last-child{margin-bottom:0}
.legal-section a{color:#087987;font-weight:700;text-underline-offset:3px}
.legal-highlight{
  padding:26px 28px;
  border:1px solid #badde1;
  border-radius:14px;
  background:#f3fafb;
  margin-bottom:28px;
}
.legal-highlight h2{color:#006b75}
.footer-logo-link{display:inline-flex;align-items:center;justify-content:center;line-height:0;text-decoration:none}
.footer-logo-link:focus-visible{outline:3px solid rgba(8,121,135,.35);outline-offset:5px;border-radius:50%}
@media (max-width:720px){
  .legal-main{width:min(100% - 22px,720px);margin-top:20px}
  .legal-card{padding:26px 20px;border-radius:14px}
  .legal-card>h1{margin-bottom:32px}
  .legal-section{padding-bottom:26px;margin-bottom:26px}
  .legal-section p{font-size:1rem;line-height:1.65}
  .legal-highlight{padding:22px 18px}
}


/* Privacy page and WhatsApp contact */
.legal-translation-note{
  margin:-22px 0 34px;
  padding:12px 16px;
  border-left:4px solid #087987;
  background:#f3fafb;
  color:#52606d;
  font-size:.94rem;
  line-height:1.55;
}
.legal-card[dir="rtl"] .legal-translation-note{border-left:0;border-right:4px solid #087987}
.whatsapp-dot{
  display:inline-block;
  width:14px;height:14px;
  margin-right:7px;
  border-radius:50%;
  background:#63b04f;
  vertical-align:-1px;
}
.whatsapp-contact{font-weight:800}
.whatsapp-privacy{border-color:#b8dfcf;background:#f4fbf8}
.whatsapp-privacy h2{color:#08705f}
.privacy-main .legal-section p a{overflow-wrap:anywhere}
@media (max-width:720px){
  .legal-translation-note{margin-top:-16px;margin-bottom:26px}
}

/* About page */
.about-list{margin:0;padding-inline-start:1.45rem;color:#172234;font-size:1.06rem;line-height:1.75}
.about-list li{margin:.45rem 0}
.legal-hero .site-nav{margin-top:15px}
@media(max-width:720px){.about-list{font-size:1rem;line-height:1.65}}
