:root{
  --cream:#fffaf2;
  --sand:#f3dfc9;
  --gold:#c89358;
  --brown:#4b2b18;
  --text:#1f2430;
  --muted:#6b5b4e;
  --panel:rgba(255,255,255,.62);
}
*{box-sizing:border-box}
body{margin:0;background:linear-gradient(135deg,#fffaf2,#f8eadb);font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.6}
a{color:#b36f2d;text-decoration:none;border-bottom:1px solid rgba(179,111,45,.35)}a:hover{border-bottom-color:currentColor}.legal-page{position:relative;overflow:hidden;min-height:100vh;padding:26px 5vw 50px}.wave{position:absolute;left:0;width:100%;pointer-events:none;z-index:0}.wave-top{top:0;height:170px}.wave-bottom{bottom:0;height:135px}.hero,.grid,.bottom-cards,footer{position:relative;z-index:1}.hero{text-align:center;margin:0 auto 28px}.logo{width:min(520px,82vw);height:auto;display:block;margin:0 auto 8px}.hero h1{margin:18px 0 6px;font-family:Georgia,'Times New Roman',serif;text-transform:uppercase;letter-spacing:.08em;font-size:clamp(2.5rem,7vw,5.2rem);font-weight:500;color:var(--brown);line-height:1}.separator{display:flex;align-items:center;justify-content:center;gap:18px;color:var(--gold);font-size:2rem}.separator span{width:130px;height:1px;background:var(--gold);opacity:.7}.grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:34px 58px}.notice-block{display:grid;grid-template-columns:78px 1fr;gap:18px;align-items:start}.notice-block.large{grid-row:span 2}.icon{width:70px;height:70px;border-radius:50%;background:#f1dcc8;display:grid;place-items:center;box-shadow:0 10px 24px rgba(93,53,22,.08)}.icon img{width:44px;height:44px}.notice-block h2,.bottom-cards h2{font-family:Georgia,'Times New Roman',serif;text-transform:uppercase;letter-spacing:.02em;color:var(--brown);font-size:1.35rem;line-height:1.15;margin:0 0 10px}.notice-block p,.bottom-cards p{margin:0 0 10px}.todo{color:var(--muted);font-style:italic}.bottom-cards{max-width:1240px;margin:42px auto 0;padding:24px;border:1px solid rgba(200,147,88,.35);border-radius:24px;background:var(--panel);backdrop-filter:blur(4px);display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:24px;box-shadow:0 18px 50px rgba(93,53,22,.06)}.bottom-cards article{padding:0 22px;border-right:1px solid rgba(200,147,88,.32)}.bottom-cards article:last-child{border-right:0}.bottom-cards img{width:52px;height:52px;float:left;margin:0 16px 8px 0;background:#f1dcc8;border-radius:50%;padding:10px}footer{max-width:1180px;margin:18px auto 0;text-align:center;color:var(--gold);font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:1.6rem;padding-bottom:12px}@media (max-width:900px){.grid{grid-template-columns:1fr;gap:28px}.bottom-cards{grid-template-columns:1fr}.bottom-cards article{border-right:0;border-bottom:1px solid rgba(200,147,88,.32);padding:0 0 18px}.bottom-cards article:last-child{border-bottom:0}.notice-block.large{grid-row:auto}}@media (max-width:560px){.legal-page{padding:18px 18px 40px}.notice-block{grid-template-columns:1fr}.icon{width:60px;height:60px}.hero h1{letter-spacing:.04em}.separator span{width:80px}.bottom-cards{padding:18px}.logo{width:92vw}}
