@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,700&display=swap');

:root {
  --bg: #0d0a08;
  --bg-soft: #15100c;
  --panel: #19130f;
  --panel-2: #21170f;
  --line: rgba(255, 255, 255, .09);
  --orange: #f36d21;
  --amber: #ff9e45;
  --cream: #fff2df;
  --text: #f8f1e8;
  --muted: #a89e92;
  --green: #89c795;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 10px 16px; background: var(--cream); color: #111; transition: .2s; }
.skip-link:focus { top: 16px; }

.site-header { height: 78px; display: flex; align-items: center; background: rgba(13, 10, 8, .88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 30; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); font-size: 17px; font-weight: 800; letter-spacing: .12em; text-decoration: none; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark { width: 39px; height: 39px; display: block; flex: 0 0 auto; background: url("assets/images/lunavertia-mark.webp") center / contain no-repeat; filter: drop-shadow(0 0 9px rgba(243, 109, 33, .25)); }
.brand-mark::before, .brand-mark::after, .brand-mark i { display: none; }
.main-nav { display: flex; gap: 28px; margin-left: auto; }
.main-nav a { color: #c2b8ad; font-size: 13px; font-weight: 700; text-decoration: none; transition: .2s; }
.main-nav a:hover { color: var(--amber); }
.age-pill { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.age-pill b { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #8f3d22; border-radius: 50%; color: #ff8b58; font-size: 12px; }
.menu-toggle { display: none; width: 40px; height: 40px; background: transparent; border: 0; padding: 10px; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: var(--text); }

.hero { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-art { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(10,7,5,.1) 0%, rgba(10,7,5,0) 55%, rgba(10,7,5,.06) 100%), url("assets/images/hero-casino.webp"); background-size: cover; background-position: center; filter: saturate(.95); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, var(--bg)); }
.hero-content { position: relative; z-index: 2; padding-block: 84px 70px; }
.hero-content::before { content: ""; position: absolute; width: 500px; height: 500px; left: -250px; top: -110px; border: 1px solid rgba(243,109,33,.08); border-radius: 50%; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: #d89b70; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--orange); box-shadow: 0 0 12px var(--orange); }
h1, h2 { margin: 0; letter-spacing: -.055em; line-height: .98; font-weight: 800; }
h1 { max-width: 750px; font-size: clamp(54px, 7vw, 94px); }
h1 em, h2 em, .age-dialog h2 em { color: var(--amber); font-family: "Playfair Display", Georgia, serif; font-weight: 700; }
.hero-content > p { max-width: 610px; margin: 28px 0 0; color: #bfb5a9; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { min-height: 52px; padding: 0 20px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 0; border-radius: 2px; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #160b05; box-shadow: 0 10px 34px rgba(243, 109, 33, .18); }
.button-primary:hover { background: #ff8744; }
.button-secondary { border: 1px solid rgba(255,158,69,.35); color: var(--cream); background: rgba(243,109,33,.06); }
.button-secondary:hover { border-color: var(--orange); background: rgba(243,109,33,.12); }
.text-link { color: var(--cream); font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 4px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 26px; list-style: none; padding: 0; margin: 67px 0 0; color: #94897d; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.trust-row li { display: flex; align-items: center; gap: 9px; }
.trust-row svg { width: 19px; height: 19px; stroke: #d97842; fill: none; stroke-width: 1.5; }

.ranking { padding: 110px 0 120px; background: radial-gradient(circle at 88% 30%, rgba(125,49,16,.1), transparent 34%), var(--bg); }
.section-heading { display: grid; grid-template-columns: 1fr 450px; gap: 50px; align-items: end; margin-bottom: 45px; }
.section-heading h2 { font-size: clamp(42px, 5vw, 66px); }
.section-heading p { color: var(--muted); font-size: 14px; margin: 0 0 4px; }
.operator-list { display: grid; gap: 12px; }
.operator-card { position: relative; display: grid; grid-template-columns: 75px 170px 1fr 135px 230px; align-items: center; min-height: 176px; padding: 24px 28px 24px 20px; border: 1px solid var(--line); background: linear-gradient(100deg, rgba(255,255,255,.025), rgba(255,255,255,.008)); overflow: hidden; transition: .25s ease; }
.operator-card:hover { border-color: rgba(243,109,33,.32); transform: translateX(4px); }
.operator-card.featured { background: linear-gradient(100deg, rgba(243,109,33,.11), rgba(255,255,255,.012) 72%); border-color: rgba(243,109,33,.25); }
.operator-card.featured::before { content: "PREPORUKA REDAKCIJE"; position: absolute; top: 0; right: 0; padding: 4px 12px; color: #170d07; background: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.rank-number { text-align: center; color: #625b54; }
.rank-number small, .score small { display: block; font-size: 8px; letter-spacing: .13em; }
.rank-number strong { display: block; font-size: 31px; font-weight: 500; line-height: 1.1; }
.operator-logo { width: 142px; height: 96px; padding: 15px; display: grid; place-items: center; background: #f5f1e9; clip-path: polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px); }
.operator-logo img { max-width: 100%; max-height: 62px; object-fit: contain; }
.operator-logo.logo-dark { background: #090909; }
.operator-logo.logo-vivat { background: #022a2e; }
.operator-logo.logo-vivat img { width: 82px; height: 82px; object-fit: cover; border-radius: 12px; }
.operator-logo.logo-king { background: #f36d21; }
.operator-copy { padding: 0 20px 0 10px; }
.card-kicker { color: #a06c4d; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.operator-copy h3 { margin: 2px 0 8px; font-size: 25px; line-height: 1.2; }
.operator-copy ul { display: flex; flex-wrap: wrap; gap: 5px 16px; list-style: none; padding: 0; margin: 0; color: #9f968b; font-size: 11px; }
.operator-copy li::before { content: "✓"; color: var(--green); margin-right: 5px; }
.score { border-left: 1px solid var(--line); padding-left: 26px; }
.score small { color: #6e665f; }
.score strong { color: var(--cream); font-size: 30px; line-height: 1.1; }
.score > span { color: #625b54; font-size: 12px; }
.score-line { width: 74px; height: 2px; margin-top: 9px; background: #33271f; }
.score-line i { display: block; width: var(--score); height: 100%; background: var(--orange); box-shadow: 0 0 8px rgba(243,109,33,.65); }
.operator-action { display: grid; grid-template-columns: 35px 1fr; gap: 7px; align-items: center; }
.operator-action .button { min-height: 48px; padding-inline: 13px; gap: 9px; }
.operator-action small { grid-column: 1 / -1; color: #716a63; font-size: 8px; text-align: right; }
.mini-age { display: grid; place-items: center; width: 34px; height: 34px; color: #d86842; border: 1px solid #71371f; border-radius: 50%; font-weight: 800; font-size: 10px; }
.method-note { display: flex; align-items: flex-start; gap: 17px; margin-top: 25px; padding: 20px 24px; border: 1px solid var(--line); background: rgba(255,255,255,.018); }
.method-note p { margin: 0; color: #8d847a; font-size: 12px; }
.method-note strong { color: #d8cec2; }
.method-icon { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #815036; border-radius: 50%; color: var(--amber); font: 700 12px Georgia; }

.site-footer { border-top: 1px solid var(--line); background: #090706; }
.support-strip { padding: 31px 0; border-bottom: 1px solid var(--line); background: #110c09; }
.support-strip > .shell { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.support-strip > .shell > p { min-width: 160px; margin: 0; color: #8c8278; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: #65b874; border-radius: 50%; box-shadow: 0 0 10px #65b874; }
.support-links { flex: 1; display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 10px; }
.support-links a { min-height: 70px; display: flex; align-items: center; gap: 12px; padding: 11px 14px; border: 1px solid var(--line); background: rgba(255,255,255,.02); text-decoration: none; transition: .2s; }
.support-links a:hover { border-color: rgba(243,109,33,.4); }
.support-links img { max-width: 150px; max-height: 36px; object-fit: contain; filter: brightness(1.2); }
.support-links .uis-crest { width: 25px; height: 42px; object-fit: cover; object-position: top; }
.support-links span { color: #ddd3c8; font-size: 11px; font-weight: 700; line-height: 1.2; }
.support-links span small { display: block; color: #746c65; font-size: 7px; letter-spacing: .08em; }
.support-links b { margin-left: auto; color: #665c53; font-size: 12px; }
.footer-body { display: grid; grid-template-columns: 280px 1fr; gap: 72px; padding-top: 74px; padding-bottom: 54px; }
.brand-large { font-size: 19px; }
.footer-intro > p { margin: 27px 0; color: #716a63; font-size: 12px; }
.footer-age { display: flex; gap: 12px; align-items: center; color: #e57243; font-size: 26px; font-weight: 800; }
.footer-age span { max-width: 125px; color: #756b62; font-size: 9px; font-weight: 600; line-height: 1.4; text-transform: uppercase; }
.legal-copy { display: grid; gap: 39px; }
.legal-copy h2 { margin: 0 0 14px; color: #d8cfc6; font-size: 14px; letter-spacing: .01em; line-height: 1.4; }
.legal-copy p, .legal-copy address { color: #777069; font-size: 11px; font-style: normal; }
.legal-copy p { margin: 0 0 12px; }
.legal-copy a { color: #b98161; }
.help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 17px 0; }
.help-grid address { padding-left: 18px; border-left: 1px solid #4a2818; }
.help-grid strong { display: block; color: #aaa096; margin-bottom: 5px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 22px; padding-bottom: 26px; border-top: 1px solid var(--line); color: #5c554f; font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 19px; }
.footer-bottom a { color: #857b72; text-decoration: none; }
.footer-bottom a:hover { color: var(--amber); }

.age-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; background: rgba(7,5,4,.88); backdrop-filter: blur(13px); transition: opacity .3s, visibility .3s; }
.age-gate.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.age-dialog { position: relative; width: min(100%, 520px); padding: 47px 48px 38px; text-align: center; border: 1px solid rgba(243,109,33,.28); background: radial-gradient(circle at 50% 0, rgba(243,109,33,.13), transparent 34%), #130e0b; box-shadow: 0 28px 100px rgba(0,0,0,.7); clip-path: polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px); }
.age-dialog .eyebrow { justify-content: center; margin-top: 24px; }
.age-orbit { position: relative; width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto; border: 1px solid #9b4524; border-radius: 50%; color: var(--amber); font-size: 22px; font-weight: 800; }
.age-orbit::before { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(243,109,33,.14); border-radius: 50%; border-left-color: var(--orange); }
.age-dialog h2 { font-size: 34px; }
.age-dialog p { margin: 20px auto 24px; color: #a59a8f; font-size: 13px; max-width: 390px; }
.age-dialog .button { width: 100%; }
.age-exit { display: inline-block; margin: 16px 0 18px; color: #8c8278; font-size: 11px; }
.age-dialog > small { display: block; padding-top: 16px; border-top: 1px solid var(--line); color: #635d57; font-size: 9px; }
.cookie-notice { position: fixed; z-index: 80; left: 20px; bottom: 20px; width: min(460px, calc(100% - 40px)); display: flex; align-items: center; gap: 18px; padding: 15px 16px; border: 1px solid var(--line); background: #19130f; box-shadow: 0 18px 60px rgba(0,0,0,.45); }
.cookie-notice.is-hidden { display: none; }
.cookie-notice p { margin: 0; color: #948a80; font-size: 10px; line-height: 1.5; }
.cookie-notice p strong { color: #d7cec5; }
.cookie-notice a { color: var(--amber); }
.cookie-accept { flex: 0 0 auto; padding: 8px 12px; color: #130b06; background: var(--orange); border: 0; font-size: 10px; font-weight: 800; cursor: pointer; }

.legal-main { min-height: 60vh; padding: 86px 0 110px; background: radial-gradient(circle at 85% 4%, rgba(143,60,20,.12), transparent 25%); }
.legal-hero { max-width: 820px; margin-bottom: 48px; }
.legal-hero h1 { font-size: clamp(46px, 7vw, 74px); }
.legal-hero > p { max-width: 650px; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 70px; align-items: start; }
.legal-toc { position: sticky; top: 105px; padding: 21px; border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.legal-toc strong { display: block; margin-bottom: 11px; color: #cfc5bb; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 8px 0; color: #867d74; border-bottom: 1px solid rgba(255,255,255,.05); font-size: 11px; text-decoration: none; }
.legal-toc a:hover { color: var(--amber); }
.legal-article { max-width: 790px; }
.legal-article section { padding: 0 0 28px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.legal-article h2 { margin: 0 0 15px; color: #f2e7da; font-size: 25px; letter-spacing: -.02em; line-height: 1.25; }
.legal-article h3 { margin-top: 22px; color: #d8cfc6; font-size: 15px; }
.legal-article p, .legal-article li { color: #9d9389; font-size: 14px; }
.legal-article ul { padding-left: 19px; }
.legal-article a { color: var(--amber); }
.callout { margin: 24px 0; padding: 20px 22px; border-left: 2px solid var(--orange); background: rgba(243,109,33,.06); }
.callout p { margin: 0; }

@media (max-width: 1000px) {
  .main-nav { position: fixed; inset: 78px 0 auto; display: none; padding: 24px; background: #120d0a; border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: grid; }
  .menu-toggle { display: block; }
  .age-pill { margin-left: auto; }
  .hero { min-height: 620px; }
  .hero-art { background-position: 58% center; opacity: .64; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading p { max-width: 660px; }
  .operator-card { grid-template-columns: 60px 145px 1fr 110px; }
  .operator-action { grid-column: 3 / 5; margin: 15px 0 0; grid-template-columns: 35px 200px; }
  .operator-action small { grid-column: 3; text-align: left; }
  .operator-logo { width: 126px; }
  .support-strip > .shell { align-items: flex-start; flex-direction: column; }
  .support-links { width: 100%; }
  .footer-body { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .site-header { height: 70px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 33px; height: 33px; }
  .age-pill { font-size: 0; }
  .age-pill b { width: 32px; height: 32px; }
  .main-nav { top: 70px; }
  .hero { min-height: 650px; }
  .hero-art { background-position: 63% center; opacity: .48; }
  .hero-content { padding-block: 72px 50px; }
  h1 { font-size: clamp(48px, 14vw, 64px); }
  .hero-content > p { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .text-link { align-self: flex-start; }
  .trust-row { margin-top: 46px; gap: 12px 20px; }
  .ranking { padding: 76px 0; }
  .section-heading h2 { font-size: 44px; }
  .operator-card { display: grid; grid-template-columns: 45px 1fr 88px; padding: 23px 18px; }
  .rank-number { grid-column: 1; grid-row: 1; }
  .rank-number strong { font-size: 24px; }
  .operator-logo { grid-column: 2; grid-row: 1; width: 125px; height: 78px; margin-left: 10px; }
  .operator-copy { grid-column: 1 / -1; grid-row: 2; padding: 20px 0 0; }
  .operator-copy ul { display: grid; }
  .score { grid-column: 3; grid-row: 1; padding-left: 14px; }
  .score strong { font-size: 26px; }
  .score-line { width: 56px; }
  .operator-action { grid-column: 1 / -1; grid-row: 3; grid-template-columns: 35px 1fr; }
  .operator-action small { grid-column: 1 / -1; text-align: right; }
  .support-links { grid-template-columns: 1fr; }
  .help-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { display: grid; grid-template-columns: 1fr 1fr; }
  .age-dialog { padding: 37px 23px 28px; }
  .age-dialog h2 { font-size: 28px; }
  .legal-main { padding-top: 64px; }
  .legal-layout { grid-template-columns: 1fr; gap: 25px; }
  .legal-toc { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
