/* Rainbet Hotel & Casino — shared design */
:root{
  --bg:#080d1a;
  --bg2:#0e1729;
  --surface:rgba(20,30,54,.72);
  --surface2:#16203a;
  --line:rgba(201,162,75,.25);
  --gold:#c9a24b;
  --gold-light:#ecd08a;
  --cream:#f2ecdd;
  --muted:#9fb0c9;
  --green:#175b41;
  --shadow:0 20px 60px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Manrope",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;background:var(--bg);color:var(--cream);line-height:1.75;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--gold-light);text-decoration:none}
a:hover{color:#fff}
[data-open]{cursor:pointer}
h1,h2,h3,h4{font-family:"Playfair Display",Georgia,serif;font-weight:600;line-height:1.16;color:#fff;margin:0 0 .6em}
h2{font-size:clamp(1.7rem,3.4vw,2.3rem)}
h3{font-size:1.28rem;margin:1.6em 0 .4em;color:var(--gold-light)}
p{margin:0 0 1.1em}
.container{width:min(1120px,calc(100% - 40px));margin:0 auto}
.muted{color:var(--muted)}

::selection{background:var(--gold);color:#0b0b0b}
::-webkit-scrollbar{width:12px}
::-webkit-scrollbar-track{background:#050810}
::-webkit-scrollbar-thumb{background:#26324e;border-radius:8px}
::-webkit-scrollbar-thumb:hover{background:#33436a}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(8,13,26,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:76px;gap:20px}
.brand{display:flex;align-items:center;gap:12px;color:#fff}
.brand img{width:44px;height:44px;border-radius:10px}
.brand .name{font-family:"Playfair Display",Georgia,serif;font-size:1.22rem;line-height:1.05}
.brand .name small{display:block;font-family:"Manrope",sans-serif;font-size:.64rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-light);font-weight:600;margin-top:2px}
.nav-links{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
.nav-links a{color:var(--cream);font-size:.95rem;font-weight:500}
.nav-links a:hover{color:var(--gold-light)}
.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:999px;border:1px solid var(--gold);color:#0b0b0b;background:linear-gradient(135deg,var(--gold-light),var(--gold));font-weight:700;font-size:.9rem;cursor:pointer;font-family:inherit}
.btn:hover{filter:brightness(1.07);color:#0b0b0b}
.btn-ghost{background:transparent;color:var(--gold-light)}
.btn-ghost:hover{background:rgba(201,162,75,.14);color:#fff}
.nav-toggle{display:none;background:none;border:1px solid var(--line);color:var(--cream);font-size:1.35rem;border-radius:9px;padding:6px 12px;cursor:pointer}

/* Hero */
.hero{position:relative;min-height:86vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,13,26,.93) 0%,rgba(8,13,26,.6) 46%,rgba(8,13,26,.32) 100%)}
.hero-inner{position:relative;z-index:2;padding:96px 0}
.hero-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--gold-light);letter-spacing:.28em;text-transform:uppercase;font-size:.76rem;font-weight:700;margin-bottom:22px}
.hero h1{font-size:clamp(2.4rem,5vw,4.2rem);max-width:14ch;margin-bottom:22px}
.hero .lead{max-width:58ch;font-size:1.12rem;color:var(--muted)}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.age-badge{position:absolute;right:34px;top:50%;transform:translateY(-50%);z-index:3;width:94px;height:94px;border-radius:50%;border:2px solid var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(8,13,26,.52);backdrop-filter:blur(4px);color:#fff;font-weight:800;font-size:2rem;line-height:1}
.age-badge small{font-size:.58rem;letter-spacing:.14em;font-weight:600;color:var(--gold-light);margin-top:2px}

/* Sections */
.section{padding:88px 0;border-bottom:1px solid rgba(255,255,255,.05)}
.section:nth-of-type(even){background:var(--bg2)}
.section-intro .prose > p:first-child{font-size:1.16rem;color:#e8e2d2}
.prose{max-width:780px}
.prose p{color:#d7dfec}
.prose a{border-bottom:1px solid rgba(201,162,75,.4)}
.section-figure{margin:36px 0;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.section-figure img{width:100%;height:auto}
.faq-item{border-bottom:1px solid var(--line);padding:16px 0}
.faq-item:last-child{border-bottom:none}

/* Footer */
.site-footer{background:#050810;border-top:1px solid var(--line);padding:70px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:44px}
.site-footer h3{font-family:"Manrope",sans-serif;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin:0 0 16px}
.footer-brand img{width:48px;height:48px;border-radius:12px;margin-bottom:14px}
.footer-brand .name{font-family:"Playfair Display",Georgia,serif;font-size:1.16rem;color:#fff;margin-bottom:10px}
.footer-links a{display:block;margin:9px 0;color:var(--muted);cursor:pointer}
.footer-links a:hover{color:var(--gold-light)}
.footer-bottom{margin-top:52px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:.85rem}
.footer-bottom a{color:var(--gold-light)}

/* Modals */
.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}
.modal.open{display:flex}
.modal-overlay{position:absolute;inset:0;background:rgba(4,6,12,.8);backdrop-filter:blur(6px)}
.modal-panel{position:relative;z-index:2;width:min(860px,100%);max-height:86vh;overflow:auto;background:linear-gradient(180deg,#121c33,#0d1526);border:1px solid var(--line);border-radius:18px;box-shadow:0 40px 120px rgba(0,0,0,.6)}
.modal-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:20px 26px;border-bottom:1px solid var(--line);background:rgba(13,21,38,.92);backdrop-filter:blur(8px);z-index:2}
.modal-head h2{font-size:1.4rem;margin:0}
.modal-close{background:none;border:1px solid var(--line);color:var(--cream);width:40px;height:40px;border-radius:50%;font-size:1.35rem;cursor:pointer;line-height:1}
.modal-close:hover{background:rgba(201,162,75,.16);color:#fff}
.modal-body{padding:30px 32px}
.modal-body h1{font-size:1.9rem}
.modal-body h2{font-size:1.42rem;margin-top:1.5em}
.modal-body p{color:#d7dfec}
.modal-body a{border-bottom:1px solid rgba(201,162,75,.4)}

/* Policy standalone */
.policy-prose{max-width:820px}
.policy-prose h1{font-size:2.5rem;margin-bottom:24px}
.policy-prose h2{margin-top:1.6em}
.back-link{display:inline-flex;align-items:center;gap:8px}

@media(max-width:880px){
  .nav-links{position:absolute;top:76px;left:0;right:0;background:rgba(8,13,26,.98);flex-direction:column;align-items:flex-start;padding:18px 20px 26px;gap:16px;border-bottom:1px solid var(--line);display:none}
  .nav-links.open{display:flex}
  .nav-toggle{display:block}
  .footer-grid{grid-template-columns:1fr;gap:32px}
  .hero{min-height:80vh}
  .age-badge{position:static;transform:none;margin:28px 0 0;width:78px;height:78px;font-size:1.6rem}
  .modal-body{padding:22px 20px}
  .section{padding:64px 0}
}
