:root { --orange: #f05a1a; --orange-dark: #d94b11; --dark: #39393F; --muted: #667085; --line: #e7e7e2; --soft: #fff7f1; --white: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--dark); background: #fffdf9; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(231,231,226,.8); }
.site-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; }
.site-logo img { width: 58px; display: block; }
.site-menu { display: flex; align-items: center; gap: 22px; color: var(--dark); font-size: .94rem; font-weight: 600; }
.site-menu a:hover { color: var(--orange); }
.portal-link, .nav-cta { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; white-space: nowrap; }
.portal-link { gap: 8px; padding: 10px 14px; border: 1px solid rgba(240,90,26,.24); border-radius: 999px; color: var(--orange-dark); background: #fff8f3; }
.portal-link img { width: 18px; height: 18px; object-fit: contain; filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(629%) hue-rotate(202deg) brightness(94%) contrast(91%); }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--orange); box-shadow: 0 10px 20px rgba(240,90,26,.18); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--dark); cursor: pointer; }
.menu-toggle svg { width: 22px; height: 22px; stroke: currentColor; }.menu-toggle .icon-close { display: none; }.menu-toggle.is-open .icon-menu { display: none; }.menu-toggle.is-open .icon-close { display: block; }
.legal-hero { padding: 72px 0 66px; background: radial-gradient(circle at top left, rgba(240,90,26,.16), transparent 38%), linear-gradient(135deg, #fff7ef, #fff 65%); }
.legal-hero .container { max-width: 1160px; }.legal-label { margin: 0 0 14px; color: var(--orange-dark); font-size: .86rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.legal-hero h1 { max-width: 760px; margin: 0 0 14px; font-size: clamp(2.45rem, 5vw, 4.4rem); line-height: 1.05; letter-spacing: -.05em; }.legal-hero p { max-width: 680px; margin: 0; font-size: 1.08rem; color: var(--muted); }
.legal-layout { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 82px; display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; align-items: start; }.legal-toc { position: sticky; top: 110px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.legal-toc strong { display: block; margin-bottom: 9px; font-size: .88rem; }.legal-toc a { display: block; padding: 7px 0; color: var(--muted); font-size: .9rem; }.legal-toc a:hover { color: var(--orange); }
.legal-copy { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 14px 32px rgba(57,57,63,.06); overflow-wrap: anywhere; }.legal-copy h2 { scroll-margin-top: 120px; margin: 42px 0 14px; font-size: 1.42rem; line-height: 1.25; letter-spacing: -.025em; }.legal-copy h2:first-child { margin-top: 0; }.legal-copy p { margin: 0 0 18px; color: #4d4d55; }.legal-copy a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }.legal-copy ul { margin: 0 0 20px; padding-left: 22px; }.legal-copy li { margin: 0 0 10px; }
.site-footer { padding: 34px 0; background: var(--dark); color: rgba(255,255,255,.72); }.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }.footer-brand img { width: 50px; display: block; filter: brightness(0) invert(1); }.footer-legal { display: flex; flex-wrap: wrap; gap: 14px; font-size: .9rem; }.footer-legal a:hover { color: #fff; }
@media (max-width: 1050px) { .menu-toggle { display: inline-flex; }.site-menu { display: none; position: absolute; top: calc(100% - 6px); right: 0; width: min(330px, calc(100vw - 40px)); padding: 16px; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 20px 45px rgba(57,57,63,.12); }.site-menu.is-open { display: flex; }.site-menu > a { padding: 11px 12px; text-align: center; }.portal-link, .nav-cta { justify-content: center; }.legal-layout { grid-template-columns: 1fr; gap: 24px; }.legal-toc { position: static; display: none; } }
@media (max-width: 600px) { .container, .legal-layout { width: min(100% - 28px, 1160px); }.site-nav { min-height: 72px; }.site-logo img { width: 50px; }.legal-hero { padding: 52px 0 46px; }.legal-hero h1 { font-size: 2.5rem; }.legal-hero p { font-size: 1rem; }.legal-layout { padding: 36px 0 54px; }.legal-copy { padding: 25px 20px; border-radius: 20px; font-size: .98rem; line-height: 1.62; }.legal-copy h2 { margin-top: 34px; font-size: 1.28rem; }.site-menu { width: calc(100vw - 28px); right: 0; max-height: calc(100vh - 90px); overflow-y: auto; }.footer-grid { justify-content: center; text-align: center; }.footer-legal { justify-content: center; } }
.site-footer {
  padding: 34px 0;
  background: var(--dark);
  color: rgba(255,255,255,.72);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 800;
  color: #fff;
}

.footer-brand img {
  width: 50px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
  transition: opacity .2s ease;
}

.footer-social a:hover img {
  opacity: .7;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: .9rem;
}

.footer-legal a:hover {
  color: #fff;
}

@media (max-width: 600px) {
  .footer-grid {
    justify-content: space-between;
    text-align: left;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-legal {
    justify-content: flex-start;
  }
}