* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  background-color: #002147;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #002147;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.is-touch * {
  background-attachment: scroll !important;
}

.augames-inline-block {
  max-width: 100%;
  display: inline-block;
}

.augames-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.augames-embed:before,
.augames-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.augames-embed:after {
  clear: both;
}

:root {
  --bg_blue: #273be2;
  --charcoal: #111;
  --pure_white: #fff;
  --snow_white: snow;
  --neon_green: #3fff00;
  --canadian_red: #d80621;
  --bg_alt: #002366;
}

.body {
  color: #fff;
  background-color: #002147;
  font-family:
    Noto Sans,
    sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
}

.section {
  width: 100%;
  padding: 2.5rem 0;
}

.section.is-header {
  background-color: var(--bg_blue);
  color: snow;
  border-bottom: 0 #0000;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: static;
}

.section.is-hero {
  background-color: var(--bg_blue);
  color: snow;
  background-position: 50%;
  background-size: auto;
  margin-bottom: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.is-main {
  margin-bottom: 0;
}

.section.is-footer {
  background-color: var(--bg_blue);
  color: snow;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.section.is-notice {
  background-color: var(--charcoal);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.container__outer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25rem 2rem;
  display: block;
  overflow: hidden;
}

.container__outer.is-footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.container__outer.is-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container__outer.is-hero {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.container__inner {
  text-align: justify;
}

.card {
  background-color: #041a35;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 6rem;
  padding: 0 0 1rem;
  transform: translate(0);
  box-shadow: 0 4px 16px -4px #00000040;
}

.card.is-support {
  border: 3px solid var(--bg_blue);
  max-width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0;
  display: flex;
}

.card.is-last {
  margin-bottom: 3rem;
}

.u-text-light-primary {
  color: snow;
}

.u-text-light-secondary {
  color: #f5f5f5;
}

.u-text-light-secondary.is-footer {
  color: var(--pure_white);
  font-size: 12px;
  text-align: center;
}

.u-text-light-secondary.is-footer p {
  margin: 0;
}

.u-text-light-secondary.is-copyright {
  color: var(--pure_white);
  margin-bottom: 0;
}

.u-text-light-footer {
  color: var(--snow_white);
  font-size: 12px;
  font-style: normal;
  line-height: 1rem;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.nav-wrapper.mobile {
  display: none;
}

.nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  transition: opacity 0.2s;
}

.nav-link:hover {
  opacity: 0.75;
  box-shadow: 0 0 8px snow;
}

.nav-link.u-text-light-primary {
  opacity: 0.9;
  color: var(--pure_white);
  cursor: pointer;
  padding-top: 0.5rem;
  font-size: 16px;
  text-decoration: none;
}

.nav-link.u-text-light-primary:hover {
  box-shadow: none;
  opacity: 1;
  text-shadow: 0 0 10px #fff6;
}

.logo-img {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: contain;
  height: 80px;
  line-height: 1;
}

.hero-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}

.hero-content {
  color: #f5f5f5;
  letter-spacing: 0;
  max-width: 500px;
  margin-bottom: 0.75rem;
}

.hero-image-wrapper {
  width: 100%;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-eyebrow {
  font-size: 12px;
}

.hero-eyebrow.u-text-light-primary {
  color: var(--snow_white);
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 1.2;
}

.hero-heading {
  font-size: 36px;
  line-height: 1.5;
}

.hero-heading.u-text-light-primary {
  color: var(--pure_white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 40px;
  line-height: 1.2;
}

.hero-subheading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 20px;
}

.hero-subheading.u-text-light-primary {
  color: var(--snow_white);
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-paragraph {
  max-width: 620px;
  margin-bottom: 1.5rem;
}

.hero-paragraph.u-text-light-primary {
  text-align: justify;
  letter-spacing: 1px;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.hero-cta {
  color: var(--charcoal);
  cursor: pointer;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 0;
  display: flex;
}

.hero-disclaimer {
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}

.footer-editorial {
  color: #fffafa80;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
}

.footer-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--pure_white);
  border-top: 1px solid #ffffff4d;
  border-bottom: 1px solid #ffffff4d;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
}

.links-text.u-text-light-secondary {
  opacity: 0.9;
  color: var(--pure_white);
  font-size: 14px;
  text-decoration: none;
}

.links-text.u-text-light-secondary:hover {
  opacity: 1;
}

.footer-link {
  opacity: 0.75;
  color: var(--pure_white);
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.is-current {
  opacity: 0.9;
  color: var(--pure_white);
  text-decoration: none;
}

.footer-link.is-current:hover {
  opacity: 1;
}

.footer-copyright {
  opacity: 0.8;
  color: var(--pure_white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  font-size: 12px;
  line-height: 1rem;
  display: flex;
}

.copyright-note {
  opacity: 0.9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
  display: flex;
}

.copyright-block {
  opacity: 0.9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 0 solid #e0e0e0;
  flex-flow: column;
  margin-bottom: 0;
  padding: 0 0 1rem;
  display: flex;
}

.content-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--bg_blue);
  border-radius: 12px 12px 0 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem;
  display: flex;
}

.content-header__text {
  width: 60%;
  margin-bottom: 0;
}

.content-header__text.is-about {
  width: 80%;
}

.content-header__title {
  color: snow;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.content-header__subtitle {
  opacity: 1;
  color: #f2f3f4;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #f2f3f4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}

.content-body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem;
  display: flex;
}

.content-body.is-cards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 2rem;
}

.content-text {
  width: auto;
}

.paragraph {
  color: var(--charcoal);
  letter-spacing: 0.5px;
  width: auto;
  max-width: 840px;
}

.content-illustration {
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.content-paragraph {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.support-left {
  background-color: var(--bg_blue);
  color: snow;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2rem 2.25rem;
  display: flex;
}

.support-right {
  flex-flow: column;
  align-items: center;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.support-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
}

.support-text {
  text-align: justify;
  letter-spacing: 0.15px;
  margin-top: -0.5rem;
  margin-bottom: 0.25rem;
  font-size: 14px;
  line-height: 1.9;
}

.contact-heading {
  color: var(--bg_blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
}

.embed-block {
  width: 100%;
  min-width: 480px;
  max-width: 100%;
}

.support-head {
  justify-content: center;
  width: 100%;
  margin-bottom: 1.125rem;
  display: flex;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.compliance-logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--pure_white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.compliance-badge {
  width: auto;
  height: 36px;
  overflow: visible;
}

.compliance-badge.small {
  max-width: none;
  height: 24px;
}

.block-quote {
  color: var(--pure_white);
  font-size: 14px;
}

.bold-text {
  letter-spacing: 3px;
}

.button__hero {
  background-color: var(--neon_green);
  color: var(--charcoal);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-weight: 900;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.button__hero:hover {
  transform: translate(0, -6px);
  box-shadow: 0 0 12px 2px #fff9;
}

.header-icon {
  width: 72px;
  max-width: none;
}

.game-card {
  border: 0px none var(--charcoal);
  color: var(--charcoal);
  mix-blend-mode: normal;
  border-radius: 12px;
  flex-flow: column;
  flex: auto;
  align-items: stretch;
  width: 100%;
  max-width: 31%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
  box-shadow: 0 5px 12px 2px #0000004d;
}

.game-card.is-library {
  flex: auto;
  width: 100%;
  max-width: 22%;
  margin-bottom: 0;
  transition: transform 0.2s;
}

.game-card.is-library:hover {
  transform: translate(0, -4px);
}

.game-card__top {
  aspect-ratio: auto;
  object-fit: fill;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  position: static;
  overflow: hidden;
}

.game-card__btm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: auto;
  order: 0;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.game-card__title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}

.game-card__title.is-library {
  text-align: center;
  margin-bottom: auto;
  font-size: 17px;
  text-decoration: none;
}

.card-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  max-width: none;
}

.card-button {
  background-color: var(--canadian_red);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 12px;
  flex: 0 auto;
  margin-top: auto;
  padding: 0.5rem 1rem;
  font-weight: 600;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}

.card-button:hover {
  transform: translate(0, -4px);
  box-shadow: 0 2px 8px #0003;
}

.policy-header__title {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.5;
}

.policy-toc {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.policy-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding: 4rem 3.75rem;
  display: flex;
  overflow: visible;
}

.policy-article {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.policy-preamble__text {
  color: #333;
  text-align: justify;
  margin-bottom: 0;
}

.policy-preamble__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.policy-article__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.policy-preamble {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.policy-subarticle__text {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
}

.policy-toc__item {
  color: #333;
  font-size: 14px;
}

.policy-subarticle__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.policy-toc__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.policy-header {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  -webkit-text-stroke-color: #333;
  border-bottom: 1px solid #b8b8b8;
  flex-flow: column;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.policy-header__date {
  color: #333;
}

.policy-article__text {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
}

.policy-subarticle {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.notice-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  opacity: 0.8;
  color: var(--snow_white);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
  display: flex;
}

.notice-message {
  text-align: center;
  font-size: 14px;
}

.notice-message.is-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.is-header {
    z-index: auto;
    box-shadow: none;
    position: static;
  }

  .card.is-support {
    flex-flow: column;
    align-items: stretch;
  }

  .header-wrapper {
    flex-flow: column;
  }

  .nav-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
    display: flex;
  }

  .nav-link.u-text-light-primary {
    font-size: 16px;
  }

  .logo-img {
    height: 60px;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .hero-image-wrapper {
    display: none;
  }

  .content-header {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
  }

  .content-header__text {
    text-align: center;
    width: 100%;
  }

  .content-header__title,
  .content-header__subtitle {
    text-align: center;
  }

  .content-body.is-cards {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .content-text {
    width: 100%;
  }

  .content-illustration {
    display: none;
  }

  .support-left {
    align-items: stretch;
    width: 100%;
  }

  .support-right {
    width: 100%;
  }

  .compliance-logo {
    flex-flow: wrap;
  }

  .game-card {
    width: 40%;
    max-width: none;
  }

  .game-card.is-library {
    flex-flow: wrap;
    width: 40%;
    max-width: none;
  }

  .notice-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .notice-message {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section.is-header {
    position: static;
  }

  .container__outer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container__inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .u-text-light-secondary.is-footer {
    font-size: 10px;
  }

  .header-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .nav-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
  }

  .nav-link.u-text-light-primary {
    font-size: 14px;
  }

  .logo-img {
    vertical-align: baseline;
    height: 60px;
  }

  .hero-subheading.u-text-light-primary {
    font-size: 20px;
  }

  .footer-editorial {
    flex-flow: column;
  }

  .footer-links {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .footer-copyright {
    text-align: center;
  }

  .content-paragraph {
    flex-flow: column-reverse;
  }

  .compliance-logo {
    flex-flow: row;
  }

  .notice-message {
    font-size: 12px;
    display: none;
  }

  .notice-message.is-mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section.is-header {
    z-index: 10;
    position: relative;
  }

  .container__outer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container__outer.is-footer {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .container__inner {
    z-index: 15;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .card {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .u-text-light-secondary.is-footer {
    text-align: center;
  }

  .u-text-light-secondary.is-copyright {
    text-align: center;
    font-size: 10px;
  }

  .header-wrapper {
    z-index: 20;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-around;
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    position: relative;
  }

  .logo-wrapper {
    cursor: pointer;
  }

  .nav-wrapper {
    display: none;
  }

  .nav-wrapper.mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .nav-link.u-text-light-primary {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }

  .nav-link.u-text-light-primary.is-current {
    opacity: 100;
  }

  .hero-subheading.u-text-light-primary {
    letter-spacing: 2px;
  }

  .hero-image {
    margin-top: 1rem;
  }

  .footer-editorial {
    flex-flow: column;
    align-items: center;
  }

  .footer-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .links-text.u-text-light-secondary.is-mobile {
    display: none;
  }

  .content-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 0 0;
  }

  .content-header__title {
    font-size: 32px;
  }

  .content-header__subtitle {
    font-size: 18px;
  }

  .content-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-paragraph {
    justify-content: space-between;
    align-items: center;
  }

  .support-left {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .embed-block {
    min-width: 420px;
  }

  .compliance-logo {
    flex-flow: wrap-reverse;
  }

  .game-card,
  .game-card.is-library {
    width: 80%;
  }

  .game-card__title {
    text-align: center;
  }

  .policy-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .notice-message {
    display: flex;
  }

  .notice-message.is-mobile {
    display: none;
  }
}

/* Premium Australian dark-mode redesign overrides */
:root {
  --bg_blue: #160507;
  --bg_alt: #22070b;
  --charcoal: #120507;
  --pure_white: #ffffff;
  --snow_white: #f8f0e2;
  --canadian_red: #d81821;
  --neon_green: #d81821;
  --surface-1: rgba(29, 8, 11, 0.84);
  --surface-2: rgba(41, 10, 14, 0.94);
  --surface-3: rgba(255, 214, 138, 0.09);
  --surface-border: rgba(255, 214, 138, 0.14);
  --text-muted: rgba(248, 240, 226, 0.72);
  --accent-gold: #f4c56a;
  --accent-gold-strong: #ffda8a;
  --accent-red: #ff3434;
  --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.42);
  --shadow-card: 0 20px 40px rgba(0, 0, 0, 0.34);
}

html {
  scroll-behavior: smooth;
  background-color: #120406;
}

body {
  background:
    radial-gradient(circle at top, rgba(255, 196, 92, 0.12), transparent 24%),
    radial-gradient(circle at 18% 12%, rgba(182, 19, 29, 0.22), transparent 26%),
    linear-gradient(180deg, #120406 0%, #1a070a 16%, #090204 60%, #040102 100%);
  color: var(--pure_white);
  background-color: #120406;
}

.body {
  color: var(--pure_white);
  background: transparent;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
.augames-button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

p,
li {
  color: rgba(255, 255, 255, 0.88);
}

.section {
  padding: 0;
}

.section.is-notice {
  background: rgba(19, 6, 8, 0.94);
  border-bottom: 1px solid rgba(255, 214, 138, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.section.is-header {
  background:
    linear-gradient(180deg, rgba(30, 8, 11, 0.96), rgba(20, 6, 8, 0.82));
  border-bottom: 1px solid rgba(255, 214, 138, 0.12);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.section.is-hero {
  background:
    radial-gradient(circle at 20% 15%, rgba(184, 20, 31, 0.28), transparent 20%),
    radial-gradient(circle at 80% 25%, rgba(255, 214, 138, 0.08), transparent 18%),
    linear-gradient(135deg, #120406 0%, #24090d 46%, #070203 100%);
  background-image:
    radial-gradient(circle at 20% 15%, rgba(184, 20, 31, 0.28), transparent 20%),
    radial-gradient(circle at 80% 25%, rgba(255, 214, 138, 0.08), transparent 18%),
    linear-gradient(135deg, #120406 0%, #24090d 46%, #070203 100%);
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}

.section.is-main {
  padding: 2rem 0 4rem;
}

.section.is-footer {
  background:
    linear-gradient(180deg, rgba(10, 2, 4, 0.42), rgba(10, 2, 4, 0.94)),
    #080103;
  border-top: 1px solid rgba(255, 214, 138, 0.1);
}

.container__outer {
  max-width: 1320px;
  padding: 0 1.5rem;
  overflow: visible;
}

.container__outer.is-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container__outer.is-hero {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}

.container__outer.is-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container__inner {
  text-align: left;
}

.card {
  background:
    linear-gradient(180deg, rgba(255, 214, 138, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(44, 10, 14, 0.92), rgba(20, 5, 8, 0.96));
  border: 1px solid var(--surface-border);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 2rem;
  overflow: hidden;
}

.card.is-last {
  margin-bottom: 0;
}

.card.is-support {
  background:
    linear-gradient(180deg, rgba(255, 214, 138, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(44, 10, 14, 0.94), rgba(20, 5, 8, 0.98));
  border: 1px solid var(--surface-border);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 0;
}

.u-text-light-primary,
.u-text-light-secondary,
.u-text-light-footer {
  color: var(--pure_white);
}

.u-text-light-secondary.is-footer,
.u-text-light-secondary.is-copyright {
  color: var(--text-muted);
}

.header-wrapper {
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.logo-img {
  height: 60px;
}

.nav-wrapper,
.nav-wrapper.mobile {
  flex-wrap: wrap;
  gap: 1.1rem;
  align-items: center;
}

.nav-wrapper {
  justify-content: center;
}

.nav-wrapper.mobile {
  display: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 214, 138, 0.18);
  border-radius: 12px;
  background: rgba(255, 214, 138, 0.08);
  color: var(--accent-gold-strong);
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible,
.nav-toggle[aria-expanded="true"] {
  background: rgba(255, 214, 138, 0.14);
  border-color: rgba(255, 214, 138, 0.3);
  transform: translateY(-1px);
}

.nav-toggle__icon,
.nav-toggle__icon::before,
.nav-toggle__icon::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.nav-toggle__icon {
  position: relative;
}

.nav-toggle__icon::before,
.nav-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle__icon::before {
  top: -6px;
}

.nav-toggle__icon::after {
  top: 6px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__icon {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__icon::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__icon::after {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-link.u-text-light-primary {
  opacity: 0.92;
  color: rgba(248, 240, 226, 0.9);
  cursor: pointer;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    color 0.2s ease,
    opacity 0.2s ease,
    text-shadow 0.2s ease;
}

.nav-link.u-text-light-primary:hover,
.nav-link.u-text-light-primary.is-current {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 0 10px rgba(255, 218, 138, 0.3);
}

.hero-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 2rem;
  align-items: center;
  padding: 0;
}

.hero-content {
  max-width: 680px;
  margin-bottom: 0;
}

.hero-eyebrow.u-text-light-primary {
  color: rgba(255, 218, 138, 0.86);
  margin-bottom: 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-heading.u-text-light-primary {
  margin-bottom: 1.25rem;
  font-size: clamp(2.7rem, 6vw, 4.9rem);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero-subheading.u-text-light-primary {
  color: rgba(248, 240, 226, 0.92);
  text-align: left;
  margin-bottom: 1.25rem;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.hero-paragraph.u-text-light-primary {
  color: rgba(248, 240, 226, 0.8);
  text-align: left;
  max-width: 62ch;
  margin-bottom: 2rem;
  letter-spacing: 0;
  line-height: 1.75;
}

.hero-cta,
.hero-disclaimer {
  justify-content: flex-start;
}

.button__hero,
.card-button {
  background: linear-gradient(180deg, #ff3a3a 0%, #d81821 52%, #7e060c 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 214, 138, 0.16);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(127, 6, 12, 0.34);
}

.button__hero {
  min-height: 52px;
  padding: 0.95rem 1.5rem;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button__hero:hover,
.card-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 34px rgba(127, 6, 12, 0.38),
    0 0 18px rgba(255, 58, 58, 0.18);
}

.hero-image-wrapper {
  max-width: 560px;
  justify-self: end;
}

.page-home .hero-image-wrapper {
  align-self: stretch;
  display: flex;
  margin-top: 0;
  min-height: 100%;
}

.page-home .hero-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hero-image {
  width: 100%;
  border: 1px solid rgba(255, 214, 138, 0.12);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.page-home .container__outer.is-hero {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

.page-home .hero-wrapper {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  justify-items: center;
}

.page-home .hero-content {
  width: 100%;
  max-width: 1050px;
  text-align: center;
}

.page-home .hero-eyebrow.u-text-light-primary {
  margin-bottom: 1.1rem;
}

.page-home .hero-heading.u-text-light-primary {
  margin-bottom: 1.35rem;
  font-size: clamp(2.35rem, 4.9vw, 4rem);
}

.page-home .hero-subheading.u-text-light-primary {
  margin-bottom: 2rem;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.28;
}

.page-home .hero-paragraph.u-text-light-primary {
  max-width: 88ch;
  margin-bottom: 1.9rem;
  font-size: 0.98rem;
  line-height: 1.72;
  margin-left: auto;
  margin-right: auto;
}

.page-home .hero-cta {
  margin-top: 2rem;
  justify-content: center;
}

.page-home .hero-disclaimer {
  margin-top: 1rem;
  justify-content: center;
}

.page-home .hero-heading.u-text-light-primary,
.page-home .hero-subheading.u-text-light-primary {
  text-align: center;
}

.page-home .hero-image-wrapper {
  display: none;
}

.page-about .hero-wrapper {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  justify-items: center;
}

.page-about .hero-content {
  width: 100%;
  max-width: 1050px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.page-about .hero-image-wrapper {
  display: none;
}

.page-about .hero-image {
  display: none;
}

.page-about .hero-eyebrow.u-text-light-primary {
  margin-bottom: 1.1rem;
  text-align: center;
}

.page-about .hero-heading.u-text-light-primary {
  margin-bottom: 1.35rem;
  font-size: clamp(2.35rem, 4.9vw, 4rem);
}

.page-about .hero-subheading.u-text-light-primary {
  margin-bottom: 2rem;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.28;
}

.page-about .hero-paragraph.u-text-light-primary {
  max-width: 88ch;
  margin-bottom: 1.9rem;
  font-size: 0.98rem;
  line-height: 1.72;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.page-about .hero-cta {
  margin-top: 2rem;
  justify-content: center;
}

.page-about .hero-disclaimer {
  margin-top: 1rem;
  justify-content: center;
}

.page-about .hero-heading.u-text-light-primary,
.page-about .hero-subheading.u-text-light-primary {
  text-align: center;
}

.content-section {
  padding-bottom: 0;
}

.content-header {
  gap: 1.5rem;
  background:
    linear-gradient(to bottom, rgba(255, 214, 138, 0.05), transparent),
    linear-gradient(180deg, rgba(56, 12, 17, 0.96), rgba(24, 6, 10, 0.98));
  border: 1px solid rgba(255, 214, 138, 0.12);
  margin-bottom: 0;
  padding: 1.5rem 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.content-header__text,
.content-header__text.is-about {
  width: auto;
  flex: 1;
}

.content-header__title {
  color: var(--accent-gold-strong);
  margin-bottom: 0.4rem;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.content-header__subtitle {
  color: rgba(248, 240, 226, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  -webkit-text-stroke-color: transparent;
}

.content-header::before,
.support-head::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 42%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), transparent);
  pointer-events: none;
}

.content-body {
  gap: 1.5rem;
  padding: 2rem;
}

.content-paragraph {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 180px);
  gap: 1.5rem;
  align-items: center;
}

.content-text,
.paragraph {
  max-width: none;
}

.page-about .content-paragraph > .content-illustration:first-child {
  grid-column: 2;
  grid-row: 1;
}

.page-about .content-paragraph > .content-illustration:first-child + .content-text {
  grid-column: 1;
  grid-row: 1;
}

.page-about .content-body:not(.is-cards) .content-paragraph {
  grid-template-columns: minmax(0, 1fr);
}

.paragraph {
  color: rgba(248, 240, 226, 0.84);
  letter-spacing: 0;
  line-height: 1.8;
}

.content-body.is-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
  padding-top: 0;
}

.game-card,
.game-card.is-library {
  width: 100%;
  max-width: none;
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(255, 214, 138, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(48, 11, 16, 0.94), rgba(22, 5, 8, 0.98));
  border: 1px solid rgba(255, 214, 138, 0.12);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  flex-flow: column;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.game-card:hover,
.game-card.is-library:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 214, 138, 0.24);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.38);
}

.game-card__top {
  margin-bottom: 0;
}

.card-image {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.game-card__btm {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.85rem;
  padding: 1.25rem;
  margin-bottom: 0;
}

.game-card__btm p {
  margin-bottom: 0;
  color: rgba(248, 240, 226, 0.76);
  line-height: 1.7;
  text-align: center;
}

.game-card__title,
.game-card__title.is-library {
  color: var(--accent-gold-strong);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.game-card__title.is-library {
  margin-bottom: 0;
}

.card-button {
  min-height: 48px;
  margin-top: auto;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.content-body.is-cards.featured-cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-left {
  background:
    linear-gradient(180deg, rgba(255, 214, 138, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(62, 12, 17, 0.96), rgba(28, 6, 10, 0.96));
  width: auto;
  padding: 2rem;
}

.support-right {
  width: auto;
  padding: 2rem;
  background: rgba(255, 214, 138, 0.03);
}

.support-head {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(255, 214, 138, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(to bottom, rgba(255, 214, 138, 0.05), transparent),
    linear-gradient(180deg, rgba(56, 12, 17, 0.96), rgba(24, 6, 10, 0.98));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.support-heading,
.contact-heading {
  color: var(--accent-gold-strong);
  margin-bottom: 0;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.1;
  font-weight: 700;
}

.header-icon {
  filter: saturate(0.82) brightness(0.96);
}

.support-text {
  color: rgba(248, 240, 226, 0.82);
  text-align: left;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.embed-block {
  min-width: 0;
}

.page-about .support-right .embed-block {
  margin-top: 0.75rem;
}

.page-policy .section.is-main .card {
  width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
}

.policy-content {
  width: min(100%, 780px);
  margin: 0 auto;
  padding: 2.5rem;
}

.policy-header {
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255, 214, 138, 0.14);
  margin-bottom: 1rem;
  padding-bottom: 1.25rem;
}

.policy-header__title,
.policy-preamble__title,
.policy-toc__title,
.policy-article__title,
.policy-subarticle__title {
  color: var(--accent-gold-strong);
}

.policy-header__date,
.policy-preamble__text,
.policy-toc__item,
.policy-article__text,
.policy-subarticle__text {
  color: #ffffff;
}

.policy-header__title {
  font-size: clamp(2.1rem, 3.4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.policy-header__date,
.policy-toc__item {
  color: rgba(248, 240, 226, 0.68);
}

.policy-preamble__title,
.policy-toc__title {
  font-size: 1.2rem;
  font-weight: 700;
}

.policy-article__title {
  font-size: 1.15rem;
  font-weight: 700;
}

.policy-preamble__text,
.policy-article__text,
.policy-subarticle__text {
  font-size: 0.98rem;
  line-height: 1.85;
}

.notice-wrapper {
  opacity: 1;
  padding: 0.25rem 0;
}

.notice-message,
.notice-message.is-mobile {
  color: rgba(248, 240, 226, 0.78);
  font-size: 0.84rem;
  line-height: 1.6;
}

.footer-wrapper {
  gap: 1.5rem;
}

.footer-editorial {
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.footer-links {
  gap: 1rem 1.5rem;
  border-top: 1px solid rgba(255, 214, 138, 0.12);
  border-bottom: 1px solid rgba(255, 214, 138, 0.12);
  padding: 1rem 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.footer-link {
  opacity: 1;
}

.links-text.u-text-light-secondary {
  color: rgba(248, 240, 226, 0.82);
  font-size: 0.95rem;
  font-weight: 500;
}

.footer-links .links-text.u-text-light-secondary.is-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.5rem;
}

.footer-copyright,
.copyright-note,
.copyright-block {
  gap: 0.5rem;
}

.footer-copyright .u-text-light-secondary.is-copyright,
.footer-copyright .u-text-light-secondary.is-footer {
  line-height: 1.1;
}

.copyright-block {
  gap: 0.9rem;
}

.copyright-legal,
.copyright-meta,
.copyright-note {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.2rem;
}

.compliance-logo {
  display: grid;
  grid-template-columns: repeat(6, max-content);
  gap: 0.85rem 1.1rem;
  justify-content: center;
  align-items: center;
}

.compliance-note {
  width: 100%;
  max-width: 30rem;
  text-align: left;
}

.block-quote {
  margin-bottom: 0;
  padding: 0.75rem 0 0.75rem 1rem;
  border-left-color: rgba(244, 197, 106, 0.72);
  color: rgba(248, 240, 226, 0.88);
  font-size: 0.95rem;
  line-height: 1.7;
}

.page-policy .card,
.page-gaming .card {
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .header-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .nav-wrapper {
    gap: 0.95rem;
  }

  .nav-link.u-text-light-primary {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .hero-wrapper,
  .card.is-support {
    grid-template-columns: 1fr;
  }

  .hero-image-wrapper {
    max-width: 460px;
    justify-self: center;
  }

  .content-paragraph {
    grid-template-columns: 1fr;
  }

  .content-illustration {
    display: none;
  }

  .footer-editorial {
    flex-direction: column;
    align-items: center;
  }

  .compliance-logo {
    grid-template-columns: repeat(6, max-content);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    gap: 0.7rem 0.85rem;
  }

  .content-body.is-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-body.is-cards.featured-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .featured-cards-grid .game-card__btm {
    gap: 0.75rem;
    padding: 1rem;
  }

  .featured-cards-grid .game-card__title {
    font-size: 1.05rem;
    line-height: 1.25;
  }

  .featured-cards-grid .game-card__btm p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .featured-cards-grid .card-button {
    min-height: 44px;
    padding: 0.7rem 0.85rem;
    font-size: 0.82rem;
  }

  .footer-links {
    justify-content: center;
  }

  .compliance-note {
    max-width: none;
  }

  .block-quote {
    font-size: 0.88rem;
  }
}

@media screen and (max-width: 767px) {
  .container__outer,
  .container__outer.is-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container__outer.is-hero {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .container__outer.is-header {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .header-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    position: relative;
  }

  .logo-wrapper {
    min-width: 0;
  }

  .logo-img {
    height: 56px;
  }

  .nav-wrapper {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-wrapper.mobile {
    display: none;
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    width: min(13.5rem, calc(100vw - 2rem));
    padding: 0.65rem;
    border: 1px solid rgba(255, 214, 138, 0.14);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 214, 138, 0.05), transparent),
      linear-gradient(180deg, rgba(40, 10, 14, 0.96), rgba(16, 5, 8, 0.98));
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 60;
  }

  .header-wrapper.nav-menu-open .nav-wrapper.mobile {
    display: grid;
    gap: 0.5rem;
  }

  .nav-wrapper.mobile .nav-link.u-text-light-primary {
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 42px;
    padding: 0.65rem 0.75rem;
  }

  .hero-heading.u-text-light-primary {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .hero-subheading.u-text-light-primary,
  .hero-paragraph.u-text-light-primary,
  .paragraph {
    text-align: left;
  }

  .content-header,
  .content-body,
  .support-left,
  .support-right,
  .policy-content {
    padding: 1.5rem;
  }

  .page-policy .section.is-main .card {
    width: min(100%, 900px);
  }

  .content-body.is-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-body.is-cards.featured-cards-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .featured-cards-grid .game-card {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 0.85rem 1rem;
    justify-content: center;
    justify-items: center;
  }

  .footer-links .links-text.u-text-light-secondary.is-mobile {
    display: none;
  }

  .compliance-logo {
    grid-template-columns: repeat(3, max-content);
    max-width: none;
    gap: 0.75rem 0.9rem;
    margin-left: auto;
    margin-right: auto;
  }

  .compliance-badge {
    height: 32px;
  }

  .compliance-badge.small {
    height: 22px;
  }

  .footer-copyright {
    gap: 0.75rem;
  }

  .compliance-note {
    max-width: none;
  }

  .block-quote {
    font-size: 0.82rem;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .page-home .container__outer.is-hero {
    padding-top: 1.5rem;
    padding-bottom: 2.25rem;
  }

  .page-home .hero-heading.u-text-light-primary {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }
}

@media screen and (max-width: 479px) {
  .content-header__title {
    font-size: 1.85rem;
  }

  .content-header__subtitle {
    font-size: 1rem;
  }

  .content-body.is-cards {
    grid-template-columns: 1fr;
  }

  .content-body.is-cards.featured-cards-grid {
    grid-template-columns: 1fr;
  }

  .featured-cards-grid .game-card__btm {
    padding: 1.1rem;
  }

  .policy-content {
    padding: 1.25rem;
  }

  .page-policy .section.is-main .card {
    width: 100%;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    justify-items: center;
  }

  .compliance-logo {
    grid-template-columns: repeat(3, max-content);
    max-width: none;
    gap: 0.7rem 0.85rem;
  }

  .compliance-badge {
    height: 30px;
  }

  .compliance-badge.small {
    height: 21px;
  }

  .footer-editorial,
  .footer-wrapper,
  .footer-copyright,
  .copyright-note,
  .copyright-block {
    gap: 0.85rem;
  }

  .links-text.u-text-light-secondary.is-mobile {
    display: none;
  }

  .notice-message {
    display: flex;
  }

  .notice-message.is-mobile {
    display: none;
  }
}
