:root {
  --night: #06111b;
  --navy: #0a1b2b;
  --panel: #102539;
  --cyan: #35c4d5;
  --cyan2: #8eeaf2;
  --copper: #d88751;
  --gold: #ffc17c;
  --paper: #f2f6f7;
  --ink: #142433;
  --muted: #647582;
  --line: #d5e0e4;
  --max: 1280px;
  --radius: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.68;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.gz26-container {
  width: min(var(--max), calc(100% - 40px));
  margin: auto;
}

.gz26-progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
}

.gz26-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid #1d3a50;
  background: rgba(5, 16, 26, .97);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .28);
}

.gz26-header-in {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.gz26-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.gz26-logo img {
  width: 205px;
  height: 48px;
  object-fit: contain;
}

.gz26-nav {
  display: flex;
  justify-content: center;
  gap: 3px;
  flex: 1;
}

.gz26-nav a {
  padding: 9px 9px;
  border-radius: 7px;
  color: #d8e5eb;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .045em;
  white-space: nowrap;
}

.gz26-nav a:hover {
  color: var(--cyan2);
  background: #10283b;
}

.gz26-actions, .gz26-hero-actions {
  display: flex;
  gap: 10px;
}

.gz26-actions a, .gz26-primary, .gz26-secondary, .gz26-offer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.15;
}

.gz26-login {
  border: 1px solid #375268;
  color: #e8f4f7;
}

.gz26-primary, .gz26-offer a {
  border: 1px solid #f1a96e;
  color: #13212a;
  background: linear-gradient(135deg, #ffd096, var(--copper));
  box-shadow: 0 8px 24px rgba(216, 135, 81, .25);
}

.gz26-primary:hover, .gz26-offer a:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.gz26-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #345066;
  border-radius: 8px;
  background: #0a1b2b;
}

.gz26-menu span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: #d7eef2;
}

.gz26-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--night);
  color: #fff;
}

.gz26-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, #03101a 3%, rgba(3, 16, 26, .94) 37%, rgba(3, 16, 26, .25) 73%, #03101a 100%), url('/assets/img/golazzo/golazzo-casino-home.webp') center/cover no-repeat;
}

.gz26-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 22% 45%, rgba(53, 196, 213, .2), transparent 37%), linear-gradient(180deg, transparent 65%, #06111b);
}

.gz26-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 70px;
  align-items: center;
  padding: 80px 0;
}

.gz26-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--cyan2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.gz26-eyebrow:before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--copper);
}

.gz26-hero h1, .gz26-legal-hero h1 {
  margin: 0 0 16px;
  font-style: italic;
  font-size: clamp(54px, 7vw, 94px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .95;
  text-transform: uppercase;
}

.gz26-hero-grid>div>p {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: clamp(21px, 2.3vw, 31px);
  line-height: 1.25;
}

.gz26-hero-grid p strong {
  color: var(--gold);
}

.gz26-secondary {
  border: 1px solid #4f7287;
  background: rgba(7, 23, 35, .76);
  color: #fff;
}

.gz26-hero small {
  display: block;
  margin-top: 16px;
  color: #9fb4c0;
}

.gz26-offer {
  padding: 34px;
  border: 1px solid #2e6672;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 47, 62, .96), rgba(5, 18, 29, .98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
  text-align: center;
}

.gz26-offer span, .gz26-offer b, .gz26-offer em {
  display: block;
  text-transform: uppercase;
}

.gz26-offer span {
  color: #9edce4;
  font-size: 12px;
  letter-spacing: .15em;
}

.gz26-offer strong {
  display: block;
  color: var(--gold);
  font-size: 78px;
  line-height: 1.08;
}

.gz26-offer b {
  font-size: 20px;
}

.gz26-offer em {
  margin: 4px 0 23px;
  color: var(--cyan2);
  font-style: normal;
  font-weight: 850;
}

.gz26-offer a {
  width: 100%;
}

.gz26-stats {
  border-top: 1px solid #285367;
  background: #091a29;
  color: #fff;
}

.gz26-stats .gz26-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gz26-stats div {
  padding: 25px 30px;
  border-right: 1px solid #203e52;
}

.gz26-stats div:first-child {
  border-left: 1px solid #203e52;
}

.gz26-stats strong, .gz26-stats span {
  display: block;
}

.gz26-stats strong {
  color: var(--cyan2);
  font-size: 28px;
}

.gz26-stats span {
  color: #91a8b6;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gz26-content {
  padding: 62px 0 82px;
}

.gz26-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 295px;
  gap: 34px;
  align-items: start;
}

.gz26-article, .gz26-legal {
  min-width: 0;
  padding: 43px 49px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 55px rgba(25, 51, 65, .08);
}

.gz26-meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e8eb;
  color: var(--muted);
  font-size: 13px;
}

.gz26-updated {
  margin-top: 42px;
  padding-top: 17px;
  border-top: 1px solid #e1e8eb;
  color: var(--muted);
  font-size: 13px;
}

.gz26-rating {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0 36px;
  padding: 20px 24px;
  border: 1px solid #d7aa78;
  border-radius: 12px;
  background: linear-gradient(135deg, #0a2436, #102f42);
  color: #fff;
}

.gz26-rating>span {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gz26-rating strong {
  margin-left: auto;
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
}

.gz26-rating strong small {
  font-size: 13px;
}

.gz26-rating div {
  color: var(--gold);
  font-size: 22px;
  letter-spacing: .08em;
}

.gz26-article h2, .gz26-article h3, .gz26-legal h2 {
  scroll-margin-top: 100px;
  line-height: 1.2;
  color: #0c3346;
}

.gz26-article h2, .gz26-legal h2 {
  margin: 52px 0 18px;
  padding-left: 17px;
  border-left: 4px solid var(--copper);
  font-size: 33px;
  letter-spacing: -.025em;
}

.gz26-article h3 {
  margin: 32px 0 12px;
  font-size: 22px;
}

.gz26-article p, .gz26-legal p {
  margin: 0 0 20px;
}

.gz26-article ul, .gz26-article ol {
  margin: 0 0 26px;
  padding-left: 25px;
}

.gz26-article li {
  margin: 7px 0;
}

.gz26-article table {
  width: 100%;
  margin: 25px 0 34px;
  border-collapse: collapse;
  table-layout: fixed;
}

.gz26-article th {
  background: #0a2436;
  color: #fff;
  text-align: left;
}

.gz26-article th, .gz26-article td {
  padding: 12px 14px;
  border: 1px solid #d3e0e4;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.gz26-article th:first-child, .gz26-article td:first-child {
  width: 31%;
}

.gz26-article tr:nth-child(even) td {
  background: #f2f7f8;
}

.gz26-figure {
  margin: 29px 0 37px;
}

.gz26-figure img {
  width: 100%;
  border: 1px solid #b9cdd4;
  border-radius: 11px;
  box-shadow: 0 14px 35px rgba(12, 43, 58, .16);
}

.gz26-figure figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.gz26-toc {
  position: sticky;
  top: 104px;
  padding: 25px;
  border: 1px solid #285168;
  border-radius: 12px;
  background: #091a29;
  color: #fff;
  box-shadow: 0 18px 45px rgba(5, 24, 36, .25);
}

.gz26-toc>strong {
  display: block;
  margin-bottom: 15px;
  color: var(--cyan2);
  font-size: 21px;
}

.gz26-toc nav {
  max-height: 56vh;
  margin-bottom: 20px;
  overflow: auto;
}

.gz26-toc nav a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #203e52;
  color: #adc2cc;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
}

.gz26-toc nav a:hover {
  color: var(--gold);
}

.gz26-toc .gz26-primary {
  width: 100%;
}

.gz26-toc small {
  display: block;
  margin-top: 12px;
  color: #839ca9;
  text-align: center;
}

.gz26-faq {
  margin: 10px 0;
  border: 1px solid #d1e0e4;
  border-radius: 9px;
  background: #f3f8f9;
}

.gz26-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 850;
}

.gz26-faq summary::-webkit-details-marker {
  display: none;
}

.gz26-faq summary span {
  color: var(--copper);
  font-size: 25px;
  transition: .2s;
}

.gz26-faq[open] summary span {
  transform: rotate(45deg);
}

.gz26-faq div {
  padding: 0 20px 1px;
}

.gz26-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--night);
  color: #fff;
}

.gz26-page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, #04111b 4%, rgba(4, 17, 27, .94) 42%, rgba(4, 17, 27, .3) 100%), var(--hero-image) center/cover no-repeat;
}

.gz26-page-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 55%, #06111b);
}

.gz26-page-hero .gz26-container {
  padding: 65px 0;
}

.gz26-page-hero h1 {
  max-width: 880px;
  margin: 0 0 17px;
  font-size: clamp(43px, 6vw, 74px);
  font-style: italic;
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1;
  text-transform: uppercase;
}

.gz26-page-hero p {
  max-width: 790px;
  margin: 0 0 25px;
  color: #d1e0e5;
  font-size: 18px;
}

.gz26-legal-hero {
  padding: 80px 0;
  background: radial-gradient(circle at 72% 30%, rgba(53, 196, 213, .25), transparent 30%), #071723;
  color: #fff;
}

.gz26-legal-hero h1 {
  font-size: clamp(44px, 6vw, 70px);
}

.gz26-legal-hero p {
  max-width: 680px;
  color: #b7cbd4;
}

.gz26-legal {
  max-width: 900px;
}

.gz26-footer {
  border-top: 2px solid var(--cyan);
  background: #04101a;
  color: #a8bdc7;
}

.gz26-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
  gap: 55px;
  align-items: start;
  padding: 52px 0;
}

.gz26-footer-grid p {
  max-width: 520px;
  margin: 12px 0 0;
}

.gz26-footer nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
}

.gz26-footer nav a {
  text-decoration: none;
  font-size: 13px;
}

.gz26-footer nav a:hover {
  color: var(--cyan2);
}

.gz26-age {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gz26-age strong {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 2px solid var(--copper);
  border-radius: 50%;
  color: var(--gold);
  font-size: 20px;
}

.gz26-age span {
  font-size: 12px;
  text-transform: uppercase;
}

.gz26-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid #1c3748;
  color: #718b97;
  font-size: 12px;
}

.gz26-footer-bottom .gz26-container {
  display: flex;
  justify-content: space-between;
}

@media(max-width:1160px) {
  .gz26-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    display: none;
    padding: 12px;
    border: 1px solid #28485c;
    border-radius: 10px;
    background: #071723;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .3);
  }
  .gz26-nav.gz26-open {
    display: grid;
  }
  .gz26-menu {
    display: block;
    margin-left: auto;
  }
  .gz26-actions {
    display: none;
  }
  .gz26-hero-grid {
    grid-template-columns: 1fr;
  }
  .gz26-offer {
    display: none;
  }
  .gz26-layout {
    grid-template-columns: 1fr;
  }
  .gz26-layout>aside {
    display: none;
  }
}

@media(max-width:700px) {
  .gz26-container {
    width: min(100% - 24px, var(--max));
  }
  .gz26-header-in {
    min-height: 68px;
  }
  .gz26-logo img {
    width: 165px;
    height: 44px;
  }
  .gz26-hero {
    min-height: 550px;
  }
  .gz26-hero-grid {
    padding: 65px 0;
  }
  .gz26-hero h1 {
    font-size: 52px;
  }
  .gz26-hero-actions {
    flex-direction: column;
  }
  .gz26-stats .gz26-container {
    grid-template-columns: 1fr 1fr;
  }
  .gz26-stats div {
    padding: 18px 14px;
    border-bottom: 1px solid #203e52;
  }
  .gz26-content {
    padding: 30px 0 55px;
  }
  .gz26-article, .gz26-legal {
    padding: 25px 19px;
  }
  .gz26-meta {
    display: grid;
  }
  .gz26-rating {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .gz26-rating strong {
    margin-left: 0;
  }
  .gz26-article h2, .gz26-legal h2 {
    font-size: 28px;
  }
  .gz26-article table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
  }
  .gz26-article th, .gz26-article td {
    min-width: 150px;
    padding: 10px 9px;
  }
  .gz26-article th:first-child, .gz26-article td:first-child {
    width: auto;
  }
  .gz26-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
  }
  .gz26-footer-bottom .gz26-container {
    display: grid;
    gap: 5px;
  }
}

.gz26-footer-tools {
  display: grid;
  gap: 18px;
  justify-items: end;
}

.gz26-languages {
  display: flex!important;
  grid-template-columns: none!important;
  gap: 8px!important;
}

.gz26-languages a {
  display: grid;
  place-items: center;
  width: 43px;
  height: 36px;
  border: 1px solid #29485b;
  border-radius: 8px;
  background: #0a1b2b;
  text-decoration: none;
  font-size: 23px;
  line-height: 1;
  transition: .2s;
}

.gz26-languages a:hover, .gz26-languages a.gz26-language-current {
  border-color: var(--cyan);
  background: #123348;
  transform: translateY(-1px);
}

@media(max-width:700px) {
  .gz26-footer-tools {
    justify-items: start;
  }
}
