/* Legal / document pages — same design system as the sales page (clay paper, Rubik, terracotta). */
:root{
  --bg:#FBF4E9;--paper:#F2E7D6;--paper-2:#FFFAF4;--ink:#2A1E16;--ink-2:#6F5F52;
  --line:#E7D8C4;--line-strong:#CFBBA0;--terra:#B0461C;--terra-deep:#8A3412;--gold:#A6803C;
  --green-ink:#0B6B49;--dark:#1E1614;--ease:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{font-family:'Rubik',system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.7;
  -webkit-font-smoothing:antialiased;direction:rtl;min-height:100vh}
.wrap{max-width:790px;margin:0 auto;padding:0 22px}
a{color:var(--terra-deep)}

/* header */
.lhead{border-bottom:1px solid var(--line);padding:16px 0;background:var(--bg)}
.lhead .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:var(--ink)}
.logo .mark{width:34px;height:34px;border-radius:9px;background:var(--ink);color:var(--bg);
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;direction:ltr}
.logo .txt{font-weight:700;font-size:17px;letter-spacing:-.01em;direction:ltr;unicode-bidi:isolate}
.back{font-size:14px;font-weight:600;color:var(--terra);text-decoration:none;white-space:nowrap}
.back:hover{text-decoration:underline;text-underline-offset:3px}

/* document */
.doc{padding:34px 0 64px}
.doc .eyebrow{font-weight:700;font-size:12.5px;letter-spacing:.05em;color:var(--terra);direction:rtl}
.doc h1{font-weight:800;font-size:clamp(28px,5vw,40px);line-height:1.12;letter-spacing:-.01em;margin:7px 0 8px}
.doc .updated{color:var(--ink-2);font-size:14px}
.doc .lead{color:var(--ink-2);font-size:17px;margin-top:12px;max-width:64ch;line-height:1.55}
.sec{padding-top:26px}
.sec h2{font-weight:700;font-size:clamp(18px,2.4vw,22px);line-height:1.3;color:var(--ink);margin-bottom:8px}
.sec p{font-size:16.5px;color:#3a2f27;max-width:72ch}
.sec p + p{margin-top:10px}
.sec a{font-weight:600}
.sec a:hover{text-decoration:underline;text-underline-offset:3px}
.todo{background:#fbe3bf;color:#7a3d00;border-radius:5px;padding:1px 8px;font-weight:700;font-size:.9em;white-space:nowrap}
.note-box{margin-top:32px;background:var(--paper-2);border:1px solid var(--line);border-radius:14px;padding:18px 20px;
  font-size:14.5px;color:var(--ink-2);line-height:1.6}
.note-box b{color:var(--terra-deep)}

/* footer */
.lfoot{border-top:1px solid var(--line);padding:26px 0 46px;text-align:center;color:var(--ink-2);font-size:13.5px}
.lfoot .links{display:flex;flex-wrap:wrap;gap:9px 18px;justify-content:center;margin-bottom:14px}
.lfoot .links a{color:var(--terra);font-weight:600;text-decoration:none}
.lfoot .links a:hover{text-decoration:underline;text-underline-offset:3px}
.lfoot .c{direction:ltr;unicode-bidi:isolate}

/* cancellation form */
.cform-title{font-family:'Rubik';font-weight:700;font-size:clamp(18px,2.4vw,22px);color:var(--ink);margin-top:38px;padding-top:24px;border-top:1px solid var(--line)}
.cform{margin-top:18px;max-width:540px}
.cform .row{margin-bottom:16px}
.cform label{display:block;font-weight:600;font-size:15px;margin-bottom:7px;color:var(--ink)}
.cform label .opt{color:var(--ink-2);font-weight:400}
.cform input,.cform textarea{width:100%;font-family:inherit;font-size:16px;color:var(--ink);background:var(--paper-2);
  border:1.5px solid var(--line-strong);border-radius:10px;padding:12px 14px}
.cform input:focus,.cform textarea:focus{outline:2px solid var(--terra);outline-offset:1px;border-color:var(--terra)}
.cform textarea{min-height:96px;resize:vertical}
.cform .hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;opacity:0;pointer-events:none}
.cform button{margin-top:4px;font-family:inherit;font-weight:700;font-size:17px;color:#fff;background:var(--terra);
  border:none;border-radius:11px;padding:14px 28px;cursor:pointer;min-height:50px}
.cform button:hover{background:var(--terra-deep)}
.cform button:focus-visible{outline:2px solid var(--ink);outline-offset:3px}
.cform .alt{margin-top:18px;font-size:14.5px;color:var(--ink-2)}
.cform .alt a{font-weight:600}

@media (max-width:560px){.doc{padding-top:26px}.doc h1{font-size:29px}}
