/* Site-specific fixes and legal content styling */
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; }
img { max-width: 100%; }
section[id] { scroll-margin-top: 92px; }

.contact-location-image {
  display: block;
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border-radius: 2rem;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.75fr);
  gap: 2rem;
  align-items: start;
  text-align: left;
}
.site-legal-block,
.site-footer-side { color: #ffffff; }
.site-legal-block p,
.site-footer-side p { margin: 0 0 .55rem; }
.site-legal-title { font-size: 1.35rem; font-weight: 700; margin-bottom: 1rem !important; }
.site-legal-block a,
.site-legal-links a { color: #ffffff; text-decoration: none; }
.site-legal-block a:hover,
.site-legal-links a:hover { text-decoration: underline; text-underline-offset: .2em; }
.site-legal-links { display: flex; flex-direction: column; gap: .7rem; margin-bottom: 1.25rem; }
.responsible-note { opacity: .88; }
.site-copyright { opacity: .82; margin-top: 1.25rem !important; }

@media (max-width: 991px) {
  .cid-vrTtyqi5II .navbar-toggler {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1202 !important;
  }
  .cid-vrTtyqi5II .navbar-collapse {
    z-index: 1201 !important;
    max-height: calc(100vh - 78px);
    overflow-y: auto;
  }
  .cid-vrTtyqi5II .navbar-collapse.show { display: block !important; }
  .site-footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .contact-location-image { height: 20rem; }
  .site-legal-block, .site-footer-side { overflow-wrap: anywhere; }
}

/* Legal pages */
.legal-page { background: #fffce6; min-height: 100vh; }
.legal-main { padding: 8.5rem 1rem 4rem; }
.legal-shell { width: min(100%, 980px); margin: 0 auto; }
.legal-hero { margin-bottom: 2rem; }
.legal-hero h1 { margin-bottom: .8rem; }
.legal-content {
  background: #ffffff;
  border-radius: 2rem;
  padding: clamp(1.4rem, 4vw, 3rem);
  box-shadow: 0 24px 60px rgba(27,31,10,.08);
}
.legal-content h2 { margin-top: 2rem; margin-bottom: .75rem; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { line-height: 1.65; }
.legal-content ul { padding-left: 1.25rem; }
.legal-company-card {
  margin-top: 2rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(27,31,10,.12);
  border-radius: 1.25rem;
  background: #fffce6;
}
.legal-company-card p { margin-bottom: .45rem; }
.legal-company-card a { color: inherit; text-decoration: underline; text-underline-offset: .15em; }
.legal-back { margin-top: 1.5rem; }
.legal-back a { color: inherit; }

@media (max-width: 575px) {
  .legal-main { padding-top: 6.5rem; }
  .legal-content { border-radius: 1.25rem; }
}

@media (max-width: 575px) {
  .cid-vrTtyqi5II .navbar-caption {
    font-size: .86rem !important;
    padding-left: .45rem;
    padding-right: .25rem;
    white-space: nowrap;
  }
  .cid-vrTtyqi5II .navbar .navbar-logo img {
    height: 2.2rem !important;
    min-width: 2.2rem !important;
  }
  .cid-vrTtyqi5II .navbar-toggler {
    margin-left: 6px;
    margin-right: 2px;
  }
}
