/* shared styling for the standalone content pages (terms / privacy / refund
   policy) — deliberately NOT the full public/index.html stylesheet: these
   are plain content pages with no booking widget, gallery, or animated
   header, so they only need the site's palette/typography/basic layout,
   not the interactive machinery that comes with the single-page site. */
:root{
  --must:#DFA02D;
  --must-d:#A87310;
  --must-l:#F3C766;
  --night:#0B1526;
  --night-2:#12203A;
  --bone:#FBF7EE;
  --bone-2:#F1E7CF;
  --line:#E3D5B2;
  --ink:#181207;
  --ink-2:#59481F;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Vazirmatn',sans-serif;background:var(--bone);color:var(--ink);
  line-height:1.9;-webkit-font-smoothing:antialiased;}
.wrap{max-width:820px;margin:0 auto;padding:0 24px;}
a{color:inherit;}

.skip-link{position:absolute;top:-100px;right:12px;z-index:1000;
  background:var(--must);color:var(--night);padding:12px 20px;border-radius:10px;
  font-weight:700;font-size:14px;transition:top .2s ease;}
.skip-link:focus{top:12px;}

header{background:var(--night);color:var(--bone);padding:18px 0;}
header .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.brand{display:flex;align-items:center;gap:10px;}
.brand-mark{width:36px;height:36px;border-radius:10px;background:var(--must);
  display:flex;align-items:center;justify-content:center;color:var(--night);font-weight:900;flex-shrink:0;}
.brand p{font-size:16px;font-weight:800;}
.brand span{display:block;font-size:11px;color:var(--must-l);letter-spacing:.03em;}
.back-link{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;
  color:var(--must-l);border:1px solid rgba(223,160,45,.4);border-radius:999px;
  padding:8px 16px;transition:background .2s,border-color .2s;text-decoration:none;}
.back-link:hover{background:rgba(223,160,45,.12);border-color:var(--must);}

main{padding:44px 0 70px;}
.page-title{font-size:26px;font-weight:900;color:var(--night);margin-bottom:6px;}
.page-updated{font-size:13px;color:var(--ink-2);margin-bottom:34px;}
.legal h2{font-size:17px;font-weight:800;color:var(--night);margin:30px 0 10px;
  padding-right:12px;border-right:3px solid var(--must);}
.legal h2:first-of-type{margin-top:0;}
.legal p{font-size:15px;color:var(--ink);margin-bottom:12px;}
.legal ul,.legal ol{padding-right:22px;margin-bottom:12px;}
.legal li{font-size:15px;margin-bottom:8px;}
.legal strong{color:var(--night);}
.legal .note{background:var(--bone-2);border:1px solid var(--line);border-radius:12px;
  padding:14px 16px;font-size:13.5px;color:var(--ink-2);margin:16px 0;}
.legal a.inline-link{color:var(--must-d);font-weight:700;text-decoration:underline;text-underline-offset:3px;}

footer{background:var(--night);color:rgba(251,247,238,.75);padding:26px 0;font-size:13px;}
footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}
footer nav{display:flex;gap:18px;flex-wrap:wrap;}
footer nav a{color:var(--must-l);text-decoration:none;font-size:13px;}
footer nav a:hover{text-decoration:underline;}
[data-contact]{color:inherit;text-decoration:none;}
.enamad-seal{display:inline-flex;flex-shrink:0;line-height:0;}
.enamad-seal img{width:74px;height:auto;display:block;}
@media(max-width:560px){.enamad-seal img{width:64px;}}

@media(max-width:600px){
  .page-title{font-size:22px;}
  main{padding:30px 0 50px;}
}
