/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 26px; color: #1a1a2e; background-color: #1a1a2e; }
.wrapper { background-color: #ffffff; }
img { max-width: 100%; height: auto; display: block; }
a { color: #996f1f; text-decoration: none; transition: color 0.2s ease; }
a:hover, a:focus-visible { color: #7a5818; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 16px 0; font-weight: 700; line-height: 1.25; color: #1a1a2e; }
h1 { font-size: 32px; line-height: 40px; }
h2 { font-size: 24px; line-height: 32px; }
h3 { font-size: 18px; line-height: 26px; }
p { margin: 0 0 16px 0; }
ul, ol { margin: 0 0 16px 0; padding-left: 24px; }
.wrapper { width: 100%; overflow-x: hidden; min-height: 100vh; display: flex; flex-direction: column; }
.wrapper > main, .wrapper > article { flex: 1 0 auto; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (min-width: 768px) {
  h1 { font-size: 40px; line-height: 50px; }
  h2 { font-size: 28px; line-height: 36px; }
  .container { padding: 0 32px; }
}
@media (min-width: 1024px) {
  h1 { font-size: 48px; line-height: 58px; }
  h2 { font-size: 32px; line-height: 40px; }
  .container { padding: 0 40px; }
}
.header { position: sticky; top: 0; z-index: 100; background-color: #ffffff; border-bottom: 1px solid #e8e8e8; }
.header .header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.header .header-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.header .header-logo .logo-img { height: 36px; width: auto; }
.header .nav-toggle { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.header .nav-toggle .nav-toggle-bar { width: 24px; height: 2px; background-color: #1a1a2e; transition: transform 0.3s ease, opacity 0.3s ease; }
.header .nav-toggle.active .nav-toggle-bar:nth-child(1) { transform: rotate(45deg) translateY(7px); }
.header .nav-toggle.active .nav-toggle-bar:nth-child(2) { opacity: 0; }
.header .nav-toggle.active .nav-toggle-bar:nth-child(3) { transform: rotate(-45deg) translateY(-7px); }
.header .nav-menu { display: none; position: absolute; top: 64px; left: 0; right: 0; background-color: #ffffff; border-bottom: 1px solid #e8e8e8; padding: 16px 0; max-height: calc(100vh - 64px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
.header .nav-menu.open { display: block; }
.header .nav-menu .nav-list { list-style: none; padding: 0; margin: 0; }
.header .nav-menu .nav-item { border-bottom: 1px solid #f0f0f0; }
.header .nav-menu .nav-item:last-child { border-bottom: none; }
.header .nav-menu .nav-link { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; font-size: 16px; font-weight: 500; color: #1a1a2e; text-decoration: none; }
.header .nav-menu .nav-link:hover, .header .nav-menu .nav-link:focus-visible { color: #996f1f; }
.header .nav-menu .nav-dropdown-icon { font-size: 12px; transition: transform 0.2s ease; }
.header .nav-menu .nav-item.open .nav-dropdown-icon { transform: rotate(180deg); }
.header .nav-menu .nav-submenu { display: none; list-style: none; padding: 0 0 8px 20px; margin: 0; }
.header .nav-menu .nav-item.open .nav-submenu { display: block; }
.header .nav-menu .nav-submenu { background-color: #fafafa; }
.header .nav-menu .nav-submenu .nav-sublink { display: block; padding: 12px 20px 12px 40px; font-size: 15px; color: #555555; text-decoration: none; border-top: 1px solid #f0f0f0; }
.header .nav-menu .nav-submenu .nav-sublink:hover, .header .nav-menu .nav-submenu .nav-sublink:focus-visible { color: #996f1f; }
@media (min-width: 1024px) {
  .header .nav-toggle { display: none; }
  .header .nav-menu { display: flex; position: static; border-bottom: none; padding: 0; background: transparent; max-height: none; overflow: visible; }
  .header .nav-menu .nav-list { display: flex; align-items: center; gap: 0; }
  .header .nav-menu .nav-item { border-bottom: none; position: relative; }
  .header .nav-menu .nav-link { padding: 8px 14px; font-size: 14px; }
  .header .nav-menu .nav-submenu { display: none; position: absolute; top: 100%; left: 0; background-color: #ffffff; border: 1px solid #e8e8e8; border-radius: 8px; padding: 8px 0; min-width: 220px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); }
  .header .nav-menu .nav-item:hover .nav-submenu { display: block; }
  .header .nav-menu .nav-submenu { background-color: #ffffff; }
  .header .nav-menu .nav-submenu .nav-sublink { padding: 8px 16px; font-size: 14px; white-space: nowrap; border-top: none; }
}
/* ── Hero ── */
.hero { background-color: #f5f0e8; padding: 40px 0 32px 0; }
.hero .hero-content { text-align: center; padding: 0 0 28px 0; }
.hero .hero-heading { font-size: 26px; line-height: 34px; font-weight: 700; color: #1a1a2e; margin: 0 0 14px 0; letter-spacing: -0.3px; }
.hero .hero-text { font-size: 15px; line-height: 24px; color: #555555; max-width: 640px; margin: 0 auto; }
.hero .hero-cta { display: inline-block; margin: 20px auto 0 auto; font-size: 15px; font-weight: 600; color: #996f1f; text-decoration: none; transition: color 0.2s ease; }
.hero .hero-cta:hover, .hero .hero-cta:focus-visible { color: #1a1a2e; }
.hero .hero-video { position: relative; width: 100%; aspect-ratio: 16 / 9; background-color: #1a1a2e; border-radius: 12px; overflow: hidden; }
.hero .hero-video video { width: 100%; height: 100%; object-fit: cover; }
.hero .hero-video .hero-video-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; padding: 16px; padding-top: 28%; background: transparent; cursor: pointer; transition: background 0.3s ease; }
.hero .hero-video .hero-video-overlay:hover, .hero .hero-video .hero-video-overlay:focus-visible { background: rgba(26, 26, 46, 0.15); }
.hero .hero-play-icon { width: 44px; height: 44px; background-color: rgba(26, 26, 46, 0.55); border: 2px solid rgba(255, 255, 255, 0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.hero .hero-video-overlay:hover .hero-play-icon, .hero .hero-video-overlay:focus-visible .hero-play-icon { background-color: rgba(26, 26, 46, 0.75); border-color: rgba(255, 255, 255, 0.95); transform: scale(1.05); }
.hero .hero-play-icon::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 12px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.95); margin-left: 3px; }
@media (min-width: 768px) {
  .hero { padding: 56px 0 40px 0; }
  .hero .hero-content { padding: 0 0 32px 0; }
  .hero .hero-heading { font-size: 36px; line-height: 46px; }
  .hero .hero-text { font-size: 17px; line-height: 28px; }
  .hero .hero-video { max-width: 760px; margin: 0 auto; border-radius: 14px; }
  .hero .hero-play-icon { width: 52px; height: 52px; }
  .hero .hero-play-icon::after { border-width: 9px 0 9px 14px; }
}
@media (min-width: 1024px) {
  .hero { padding: 64px 0 48px 0; }
  .hero .hero-heading { font-size: 42px; line-height: 52px; letter-spacing: -0.5px; }
  .hero .hero-text { font-size: 18px; line-height: 28px; }
  .hero .hero-video { max-width: 720px; border-radius: 16px; }
  .hero .hero-video .hero-video-overlay { padding-top: 22%; }
}
.cards { padding: 48px 0; }
.cards .cards-header { text-align: center; margin: 0 0 40px 0; }
.cards .cards-title { font-size: 24px; font-weight: 700; color: #1a1a2e; margin: 0; }
.home-emergency { padding: 0 0 48px 0; }
.cards .cards-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.cards .cards-grid-top { margin-bottom: 20px; }
.cards .card { background-color: #f8f6f2; border-radius: 12px; padding: 28px 24px; transition: box-shadow 0.2s ease; position: relative; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.cards .card:hover, .cards .card:focus-visible { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }
.cards .card .card-title { font-size: 18px; font-weight: 700; color: #1a1a2e; margin: 0 0 10px 0; display: flex; align-items: center; gap: 8px; }
.cards .card .card-arrow { font-size: 18px; color: #1a1a2e; flex-shrink: 0; }
.cards .card .card-image, .cards .card picture { width: 100%; height: 140px; border-radius: 8px; margin: auto 0 0 0; flex-shrink: 0; }
.cards .card .card-image { object-fit: cover; object-position: center center; display: block; }
.cards .card picture { overflow: hidden; display: block; }
.cards .card picture .card-image { height: 100%; border-radius: 0; margin: 0; }
@media (min-width: 768px) {
  .cards { padding: 64px 0; }
  .cards .cards-grid-top { grid-template-columns: 1fr 1fr; margin-bottom: 24px; }
  .cards .cards-grid-bottom { grid-template-columns: 1fr 1fr 1fr; }
  .cards .cards-title { font-size: 28px; }
  .cards .cards-grid-top .card .card-image, .cards .cards-grid-top .card picture { height: 180px; }
  .cards .cards-grid-bottom .card .card-image, .cards .cards-grid-bottom .card picture { height: 140px; }
}
@media (min-width: 1024px) {
  .cards .cards-grid-top { grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
  .cards .cards-grid-bottom { grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
  .cards .cards-title { font-size: 32px; }
  .cards .cards-grid-top .card .card-image, .cards .cards-grid-top .card picture { height: 200px; }
  .cards .cards-grid-bottom .card .card-image, .cards .cards-grid-bottom .card picture { height: 160px; }
}
/* ── Emergency box ── */
.emergency { background-color: #f8f6f2; border: 2px solid #996f1f; border-radius: 12px; padding: 24px; margin: 0 0 40px 0; }
.emergency .emergency-title { font-size: 18px; font-weight: 700; color: #1a1a2e; margin: 0 0 8px 0; }
.emergency .emergency-text { font-size: 15px; line-height: 24px; color: #555555; margin: 0 0 20px 0; }
.emergency .emergency-contacts { list-style: none; padding: 0; margin: 0; }
.emergency .emergency-contacts .emergency-contact { padding: 14px 0; border-bottom: 1px solid #e8e0cc; }
.emergency .emergency-contacts .emergency-contact:last-child { border-bottom: none; padding-bottom: 0; }
.emergency .emergency-contacts .emergency-contact-name { font-size: 13px; font-weight: 600; color: #1a1a2e; margin: 0 0 4px 0; text-transform: uppercase; letter-spacing: 0.3px; }
.emergency .emergency-contacts .emergency-contact-number { font-size: 22px; font-weight: 700; color: #996f1f; text-decoration: none; display: block; line-height: 1.2; }
.emergency .emergency-contacts .emergency-contact-number:hover, .emergency .emergency-contacts .emergency-contact-number:focus-visible { color: #7a5818; }
.emergency .emergency-contacts .emergency-contact-note { font-size: 13px; color: #777777; margin: 4px 0 0 0; }
.emergency .emergency-cta { display: inline-block; padding: 10px 24px; border: 2px solid #996f1f; color: #996f1f; font-size: 14px; font-weight: 600; border-radius: 8px; text-decoration: none; transition: all 0.2s ease; margin: 20px 0 0 0; }
.emergency .emergency-cta:hover, .emergency .emergency-cta:focus-visible { background-color: #996f1f; color: #ffffff; }
@media (min-width: 768px) {
  .emergency { padding: 32px; }
  .emergency .emergency-contacts { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
  .emergency .emergency-contacts .emergency-contact { border-bottom: none; border-right: 1px solid #e8e0cc; padding: 0 20px 0 0; }
  .emergency .emergency-contacts .emergency-contact:last-child { border-right: none; padding-right: 0; }
}
/* ── Page hero banner (title + intro) ── */
.page-hero { background-color: #f5f0e8; padding: 30px 0 30px 0; margin: 0 0 28px 0; }
.page-hero .page-title { font-size: 28px; font-weight: 700; color: #1a1a2e; margin: 0 0 16px 0; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.3; }
.page-hero .page-intro { font-size: 16px; line-height: 28px; color: #444444; margin: 0 auto; max-width: 720px; text-align: center; }

/* ── Fallback: title/intro inside page-inner (existing pages) ── */
.page .page-inner > .page-title { font-size: 28px; font-weight: 700; color: #1a1a2e; margin: 0 0 16px 0; }
.page .page-inner > .page-intro { font-size: 17px; line-height: 28px; color: #555555; margin: 0 0 40px 0; }

/* ── Page layout ── */
.page { padding: 0 0 64px 0; }
.page .page-inner { max-width: 800px; margin: 0 auto; padding: 0 0 0 0; }

/* ── When no page-hero, add top padding ── */
.page .container > .page-inner:first-child { padding-top: 10px; }

/* ── Sections ── */
.page .page-section { margin: 0 0 48px 0; }
.page .page-section:last-child { margin: 0; }
.page .page-section h2 { font-size: 22px; font-weight: 700; color: #1a1a2e; margin: 0 0 20px 0; padding: 0 0 14px 0; border-bottom: 3px solid #f5f0e8; position: relative; }
.page .page-section h2::after { content: ""; position: absolute; bottom: -3px; left: 0; width: 48px; height: 3px; background-color: #996f1f; }
.page .page-section h3 { font-size: 17px; font-weight: 700; color: #1a1a2e; margin: 28px 0 10px 0; padding: 0 0 0 14px; border-left: 3px solid #996f1f; }
.page .page-section p { font-size: 16px; line-height: 28px; color: #444444; margin: 0 0 16px 0; }
.page .page-section ul, .page .page-section ol { padding-left: 24px; margin: 0 0 20px 0; }
.page .page-section ul li, .page .page-section ol li { font-size: 15px; line-height: 26px; color: #555555; margin: 0 0 10px 0; }

/* ── Callout box ── */
.page .page-box { background-color: #f8f6f2; border-left: 4px solid #996f1f; padding: 24px 28px; border-radius: 0 12px 12px 0; margin: 24px 0 28px 0; }
.page .page-box p { font-size: 15px; line-height: 24px; color: #444444; margin: 0 0 10px 0; }
.page .page-box p:last-child { margin: 0; }
.page .page-box ul { padding-left: 20px; margin: 8px 0 0 0; }
.page .page-box ul li { font-size: 15px; line-height: 24px; color: #555555; margin: 0 0 6px 0; }
.page .page-box a { color: #996f1f; font-weight: 600; }
.page .page-box a:hover, .page .page-box a:focus-visible { color: #7a5818; }

/* ── CTA links (inline button style) ── */
.page .page-section a.page-cta { display: inline-block; padding: 10px 24px; background-color: #996f1f; color: #ffffff; font-size: 14px; font-weight: 600; border-radius: 6px; text-decoration: none; transition: background-color 0.2s ease; margin: 8px 0 0 0; }
.page .page-section a.page-cta:hover, .page .page-section a.page-cta:focus-visible { background-color: #7a5818; }

/* ── Inline links ── */
.page .page-section a { color: #996f1f; font-weight: 500; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; }
.page .page-section a:hover, .page .page-section a:focus-visible { border-bottom-color: #996f1f; }

/* ── Operators grid (partner page) ── */
.page .page-operators-grid { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin: 24px 0 0 0; padding: 28px; background-color: #f8f6f2; border-radius: 12px; }
.page .page-operators-grid img { height: 40px; width: auto; }

/* ── Form ── */
.page .page-form { max-width: 600px; }
.page .page-form .form-group { margin: 0 0 20px 0; }
.page .page-form .form-label { display: block; font-size: 14px; font-weight: 600; color: #1a1a2e; margin: 0 0 6px 0; }
.page .page-form .form-input { width: 100%; padding: 12px 16px; border: 1px solid #d0d0d0; border-radius: 8px; font-size: 15px; color: #1a1a2e; background-color: #ffffff; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.page .page-form .form-input:focus { border-color: #996f1f; box-shadow: 0 0 0 3px rgba(153, 111, 31, 0.15); }
.page .page-form .form-select { width: 100%; padding: 12px 16px; border: 1px solid #d0d0d0; border-radius: 8px; font-size: 15px; color: #1a1a2e; background-color: #ffffff; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.page .page-form .form-select:focus { border-color: #996f1f; box-shadow: 0 0 0 3px rgba(153, 111, 31, 0.15); }
.page .page-form .form-textarea { width: 100%; padding: 12px 16px; border: 1px solid #d0d0d0; border-radius: 8px; font-size: 15px; color: #1a1a2e; outline: none; resize: vertical; min-height: 140px; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.page .page-form .form-textarea:focus { border-color: #996f1f; box-shadow: 0 0 0 3px rgba(153, 111, 31, 0.15); }
.page .page-form .form-checkbox { display: flex; align-items: flex-start; gap: 10px; }
.page .page-form .form-checkbox input[type="checkbox"] { margin-top: 3px; width: 18px; height: 18px; accent-color: #996f1f; flex-shrink: 0; }
.page .page-form .form-checkbox label { font-size: 13px; line-height: 20px; color: #777777; }
.page .page-form .form-submit { padding: 14px 32px; background-color: #996f1f; color: #ffffff; font-size: 15px; font-weight: 600; border: none; border-radius: 8px; cursor: pointer; transition: background-color 0.2s ease, transform 0.1s ease; }
.page .page-form .form-submit:hover, .page .page-form .form-submit:focus-visible { background-color: #7a5818; }
.page .page-form .form-submit:active { transform: scale(0.98); }

/* ── Responsive ── */
@media (min-width: 768px) {
  .page-hero .page-title { font-size: 36px; }
  .page-hero .page-intro { font-size: 16px; }
  .page .page-inner > .page-title { font-size: 36px; }
  .page .page-section h2 { font-size: 24px; }
}
@media (min-width: 1024px) {
  .page-hero .page-title { font-size: 40px; }
}
.footer { background-color: #1a1a2e; padding: 48px 0 0 0; color: #ffffff; }
.footer .footer-main { text-align: center; padding: 0 0 24px 0; }
.footer .footer-logo { margin: 0 auto 20px auto; display: block; height: 40px; width: auto; }
.footer .footer-links { list-style: none; padding: 0; margin: 0 0 12px 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.footer .footer-links .footer-link-item { padding: 0; }
.footer .footer-links .footer-link-item::after { content: "\00B7"; margin-left: 8px; color: rgba(255, 255, 255, 0.3); }
.footer .footer-links .footer-link-item:last-child::after { display: none; }
.footer .footer-links a { font-size: 13px; color: rgba(255, 255, 255, 0.6); text-decoration: none; }
.footer .footer-links a:hover, .footer .footer-links a:focus-visible { color: #996f1f; }
.footer .footer-copyright { font-size: 12px; color: rgba(255, 255, 255, 0.4); margin: 0; }
.footer .footer-partners { text-align: center; padding: 24px 0; }
.footer .footer-partners .footer-partners-label { font-size: 13px; color: rgba(255, 255, 255, 0.6); margin: 0 0 12px 0; }
.footer .footer-partners .footer-partners-logos { display: flex; justify-content: center; align-items: center; gap: 24px; }
.footer .footer-partners .footer-partners-logos img { opacity: 0.85; }
.footer .footer-partners .logo-sitiscommesse { height: 26px; width: auto; }
.footer .footer-partners .logo-igaming-care { height: 26px; width: auto; }
.footer-warning { background-color: #1a1a2e; padding: 14px 0 6px 0; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.footer-warning .footer-warning-text { font-size: 12px; line-height: 18px; color: rgba(255, 255, 255, 0.5); text-align: center; margin: 0; }
.footer-warning .footer-warning-text strong { color: rgba(255, 255, 255, 0.7); }
.footer-operators-strip { background-color: #f5f0e8; padding: 20px 0; }
.footer-operators-strip .footer-operators-logos { display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-operators-strip .footer-operators-logos img { height: 40px; width: auto; }
