@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/inter/Inter-Variable.ttf") format("truetype");
}

* { box-sizing: border-box; }
body.legal-public-page { min-height: 100vh; margin: 0; background: #f4f7fb; color: #13223a; font-family: "Inter", system-ui, sans-serif; }
.legal-product-header { min-height: 76px; padding: 15px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #dbe5ef; background: #fff; }
.legal-product-link img { display: block; width: 190px; height: auto; }
.legal-sign-in { padding: 10px 16px; border-radius: 10px; background: #102038; color: #fff; font-size: 12px; font-weight: 750; text-decoration: none; }
.legal-public-main { width: min(960px, calc(100% - 40px)); margin: 56px auto 40px; }
.legal-hero { max-width: 740px; }
.legal-eyebrow { margin: 0 0 12px; color: #678900; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.legal-hero h1 { margin: 0 0 14px; color: #2c2c2c; font-size: clamp(34px, 6vw, 58px); letter-spacing: -.05em; line-height: 1; }
.legal-hero > p:last-child { margin: 0; color: #607087; font-size: 16px; line-height: 1.7; }
.legal-status { margin: 32px 0 22px; padding: 18px 20px; border: 1px solid #d4e49d; border-left: 5px solid #b7f000; border-radius: 14px; background: #fbfff0; }
.legal-status strong { color: #344800; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.legal-status p { margin: 6px 0 0; color: #586846; font-size: 12px; line-height: 1.6; }
.legal-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.legal-card { padding: 24px; border: 1px solid #dbe5ef; border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(15, 36, 62, .05); }
.legal-card h2 { margin: 0 0 12px; color: #13223a; font-size: 17px; }
.legal-card p { margin: 0 0 12px; color: #607087; font-size: 13px; line-height: 1.7; }
.legal-card p:last-child { margin-bottom: 0; }
.erp-app-credit { display: grid; justify-items: center; gap: 4px; width: min(960px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 30px; color: #7b8ba1; font-size: 10px; font-weight: 600; line-height: 1.7; text-align: center; }
.erp-app-owner { display: block; }
.erp-app-release,.erp-app-links { display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; }
.erp-app-version,.erp-app-links a { white-space: nowrap; }
.erp-app-credit a { color: #50657f; text-decoration: none; }
.erp-app-credit a:hover { color: #678900; text-decoration: underline; }
@media (max-width: 700px) { .legal-product-header { min-height: 66px; } .legal-product-link img { width: 160px; } .legal-public-main { margin-top: 36px; } .legal-content-grid { grid-template-columns: 1fr; } }
