@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;800&family=Source+Sans+Pro&display=swap');
@font-face {
    font-family: Rubik Regular;
    src: url('fonts/Rubik-Regular.ttf');
}
@font-face {
    font-family: Rubik Medium;
    src: url('fonts/Rubik-Medium.ttf');
}
@font-face {
    font-family: Rubik Bold;
    src: url('fonts/Rubik-Bold.ttf');
}
@font-face {
    font-family: NutmegBlackItalic;
    src: url('fonts/NutmegHeadline-BlackItalic.otf');
}
@font-face {
    font-family: NutmegExtraBoldItalic;
    src: url('fonts/NutmegHeadline-ExtraBoldItalic.otf');
}


:root {
  --red: #cc0000;
  --blue: #0085fe;
  --gray: #ededed;
  --black: #000;
  --white: #fff;
  --container-padding: clamp(16px, 3vw, 144px);
  --section-padding: clamp(40px, 8vw, 80px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Rubik", sans-serif;
  color: var(--black);
  background: #fff;
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

 .highlight-blue {
    background: var(--blue);
    color: #fff;
    padding: 12px 12px 1px !important;
    font-family: NutmegExtraBoldItalic;
    font-size: 72px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0;
}  

.highlight-blue.hero { 
  font-size: 72px;
}

.highlight-blue.headline { 
  font-size: 72px;
}

.highlight-blue.middle {
  font-size: 64px;
  margin-top: -2px;
}

.btn {
  min-width: 180px;
  max-width: 226px;
  width: 100%;
  background: var(--red);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 15px 35px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  font-style: italic;
  font-family: NutmegExtraBoldItalic, sans-serif;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  background: #b80000;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn:active {
  transform: translateY(0);
}


.btn-header {
  font-size: 16px;
}
.btn-hero,
.btn-footer {
  width: 226px;
  height: 59px;
}

.header {
  background: #fff;
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--container-padding);
}
.logo {
  width: 173px;
  height: auto;
}

.hero {
  background: var(--gray);
  padding-top: 140px;
}
.hero-inner {
  position: relative;
}
.hero-image {
  width: 100%;
  height: 388px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding: 78px 78px;
}
.hero-lines {
  order: initial;        
  align-items: flex-start;   
  text-align: left;           
}
.hero-lines h1 {
  font-family: NutmegBlackItalic;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 28px;
  line-height: 1; 
  text-transform: uppercase;
  padding-left: 20px;
}
.hero-lines h2 {
  line-height: 1;
}

.hero-baseline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}
.subtitle {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-style: italic;
}
.payment-hero {
  width: 303.81px;
  height: auto;
  margin-left: auto;
}


.btn-hero {
  width: 268px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  position: absolute; 
  bottom: -28px;
}

.features {
  background: var(--gray);
  padding: var(--section-padding) 0;
  display: flex;
  flex-direction: column;
  align-items: center; 
  max-width: 1440px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: stretch;
  gap: 28px;
  margin-top: 58px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-lines h2 .highlight-blue {
  display: inline-block;
  margin-top: -14px;
  background: var(--blue);
}

.hero-lines h2 {
  display: block;
  margin-top: 10px; 

}

.feature-card {
  background: #fff;
  padding: 40px 28px;
  max-width: 362px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feature-card img {
  justify-self: center;
  width: 64px;
  height: 64px;
}
.feature-card h3 {
  font-family: NutmegBlackItalic;
  font-size: 22px;
  line-height: 1.15;
  margin: 12px 0 8px;
  text-transform: uppercase;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.5;
}



.headline {
  font-family: NutmegBlackItalic;
  text-align: center;
  position: relative;
  justify-items: center;
}


.headline .eyebrow {
  display: block;
  font-family: NutmegBlackItalic;
  font-size: 72px;
  text-transform: uppercase;
  margin-bottom: -22px;
  z-index: 2;
  position: relative;
  background: transparent;
}

.headline-black {
  display: inline-block;
  margin-bottom: 8px;
}
.headline .highlight-blue {
  padding: 0 12px;
}

.booster {
  background: #fff;
  margin-bottom: 40px;
}
.casino {
  padding: 80px 0;
}
.split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-direction: row;
  height: 502px;
}

.split--reverse {
  flex-direction: row;
  margin-left: 144px;
  height: 502px;
}

.split-image {
  max-width: 768px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.split-text {
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
}
.split-text h2 {
  font-family: NutmegBlackItalic;
  font-size: 28px;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: -6px;
}

.split-text .highlight-blue {
  padding: 0 10px;
  display: inline-block;
}

.split-text br {
  display: none;
}
  .features-grid .feature-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 362px;
  }

@media (min-width: 1025px) {
  .split-text .highlight-blue {
    display: inline-block;
    width: auto;
  }
  
  .split-text br {
    display: block;
  }
}

.split-text ul {
  margin: 28px 0 20px 20px;
}
.split-text li {
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
}


.footer-cta {
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.footer-cta h2 {
  font-family: NutmegExtraBoldItalic;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer-cta p {
  font-size: 20px;
  margin: 40px 0;
  max-width: 800px;
   justify-self: center;
}
.payment-footer {
  width: 325px;
  height: auto;
  margin: 40px auto 0;
}
.disclaimer {
  font-size: 12px !important;
  opacity: 0.85;
  margin-top: 18px;
  line-height: 1.45;
}
.disclaimer-strong {
  font-size: 20px;
  display: block; 
  margin-bottom: 4px; 
}

.band-gray { 
  width: 100%;
  height: 40px;            
  background: var(--gray); 
}

@media (min-width: 769px) and (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 768px;
  }
  
  .features-grid .feature-card:last-child {
    grid-column: 1 / -1;
    max-width: 362px;
    justify-self: center;
  }
}


@media (min-width: 481px) and (max-width: 1024px) {

  .highlight-middle-blue {
    font-size: 48px;
  }

  .booster { background: #fff; padding: 0; margin-top: 40px; }
  .casino { padding: 0; }

  .container {
    margin: 0 auto;
  }

  .band-gray { height: 32px; }

  .hero { padding-top: 100px; }

  .hero-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center top; 
  }

  .hero-overlay {
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 32px;
    padding-top: 80px;
  }

  .hero-lines { 
    order: 1;
    text-align: center;
  }

  .hero-lines h1 { font-size: 24px; }

  .hero-lines h2 .highlight-blue {
    font-size: 56px;    
    line-height: 1;       
    padding: 6px 10px;
  }

  .btn-hero {
    order: 2;
    position: static;
    width: 200px;        
    height: 48px;
    margin-top: 6px;
    border-radius: 10px;
    padding: 0;
    align-content: center;
  }

  .hero-baseline {
    order: 3;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 0;
  }

  .subtitle {
    font-size: 18px;
    padding-top: 10px;
  }

  .payment-hero {
    order: 3;
    width: 303.81px;
    height: auto;
  }

  .headline .eyebrow {
    font-size: 54px;
    margin-bottom: -17px;
  }

  .headline .highlight-blue {
    font-size: 56px;       
    line-height: 1;
    display: block;
    padding: 6px 0;
    margin: 0 24px;       
    white-space: nowrap;
    word-break: keep-all;
  }

  .features {
    padding: 60px 0 40px;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    justify-items: center;
    gap: 24px 32px;
  }

  .features-grid .feature-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 343px;
  }

  .feature-card {
    width: 100%;
    max-width: 362px;
    padding: 32px 24px;
  }

  .split,
  .split--reverse {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    gap: 0;
    text-align: center;
    margin-left: 0;
  }

  .casino .split--reverse { 
    flex-direction: column-reverse; 
    margin-bottom: 0;
    margin-left: 0;
  }

  .split-image {
    width: 100%;
    max-width: 768px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }

  .split-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 24px;
    margin-top: 0;
  }

  .split-text h2 {
    font-size: 18px;
    margin-bottom: -3px;
    padding-left: 0;
  }

  .split-text .highlight-blue {
    font-size: 48px;
  }

  .split-text ul {
    margin: 24px 0 24px 20px;
    text-align: left;
  }

  .split-text li { font-size: 16px; }  

  .footer-cta { padding: 64px 24px; }
  
  .footer-cta h2 {
    font-size: 28px;
  }

  .footer-cta p {
    font-size: 16px;
    margin: 24px auto;
    max-width: 600px;
  }

  .btn-footer {
    width: 200px;
    height: 48px;
    font-size: 16px;
    text-align: center;
  }

  .payment-footer {
    width: 325px;
    height: auto;
  }

  .disclaimer {
    font-size: 11px !important;
    margin-top: 24px;
  }

  .disclaimer-strong {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .highlight-blue {
    display: inline; 
    white-space: normal;
    line-height: 1.1;
    padding: 2px 8px; 
  }
}


@media (max-width: 715px) {
  body {
    overflow-x: hidden;
  }

  .highlight-middle-blue {
    font-size: 32px;
  }
  .band-gray { 
    height: 24px; 
  }
  .container {
    max-width: 100%;
  }
  .split-text {
    padding: 40px 16px;
  }
  .split-text ul {
    list-style-position: outside;
    padding-left: 20px;
    margin: 24px 0 24px 0;
    text-align: left;
  }

  .hero-image img {
    width: 100%;
  }
  
  .header {
    padding: 0;
    height: 72px;
    align-content: center;
  }
  
  .header-content {
    padding: 0 16px;
  }
  
  .casino {
    padding: 0;
  }
  
  .booster {
    margin-bottom: 0;
  }
  
  .btn.btn-header {
    font-size: 14px;
    height: 46px;
    width: 150px;
    padding: 0 10px;
    align-content: center;
  }
  
  .logo {
    width: 150px;
    height: auto;
  }

  .container .header-content {
    margin: 0 16px;
    padding: 0;
  }

  .footer-cta {
    padding: 48px 16px;
  }

  .footer-cta h2 { 
    font-size: 20px; 
    line-height: 1.3;
    margin-bottom: 16px;
    padding: 0 4px;
  }
  
  .footer-cta p { 
    font-size: 11px !important; 
    margin: 0 auto 20px !important;
    line-height: 1.6;
  }
  
  .disclaimer {
    font-size: 10px !important;
    line-height: 1.5;
    margin-top: 20px;
  }
  
  .disclaimer-strong { 
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
  }
  
  .split-text h2 { 
    font-size: 12px; 
    margin-bottom: -2px; 
    padding-left: 0;
    text-align: center;
    font-weight: 900;
  }
  
  .split-text .highlight-blue { 
    font-size: 32px;
    line-height: 1;
    padding: 0 6px
  }
  
  .split-text li { 
    font-size: 12px; 
    text-align: left;
    line-height: 1.7;
  }
  
  .split-text .btn {
    margin-top: 12px;
  }
  .headline .highlight-blue,
  .headline .eyebrow { 
    font-size: 32px;
    line-height: 1.1;
  }
  
  .headline .eyebrow {
    margin-bottom: -10px;
    display: block;
  }

  .headline .highlight-blue {
    display: inline-block;
    padding: 4px 10px;
  }
  
  .btn, .btn-hero, .btn-footer {
    width: 100%;
    max-width: 343px;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-overlay {
    padding: 0;
    padding-top: 0;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .hero-image {
    width: 100%;
    height: 375px;
    object-fit: cover;
    object-position: center;
  }
  
  .hero-lines {
    text-align: center;
  }
  
  .hero-lines h1 {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
  }
  
  .hero-lines h2 {
    margin: 0;
  }
  
  .hero-lines h2 .highlight-blue {
    font-size: 40px;
    padding: 2px 8px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .hero-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-baseline {
    position: static;
    justify-content: center;
    flex-direction: column;
  }

  .highlight-blue {
    font-size: 32px;
  }
  
  .subtitle {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    letter-spacing: 0.3px;
  }

  .btn-hero {
    position: static;
    margin-top: 0;
    width: 100%;
    max-width: 343px;
    height: 48px;
    font-size: 16px;
  }

  .btn,
  .btn-hero,
  .btn-footer {
    max-width: 200px;
    height: 48px;
    font-size: 18px;
    border-radius: 10px;
  }

  picture {
            width: 100%;
          }
  
  .split-image {
    width: 100%;
    max-width: 100%;
    height: 234px;
    object-fit: cover;
    object-position: center;
  }
  
  .features {
    padding: 40px 0 32px;
  }
  
  .feature-card {
    padding: 28px 20px;
    width: 100%;
    max-width: 343px;
    height: auto;
    min-height: auto;
  }
  
  .feature-card h3 {
    font-size: 20px;
    margin: 12px 0 8px;
    line-height: 1.3;
  }
  
  .feature-card p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .feature-card img {
    width: 64px;
    height: 64px;
  }
  
  .split,
  .split--reverse {
    flex-direction: column-reverse;
    margin-left: 0;
    height: auto;
    text-align: center;
    gap: 0;
  }
  
  .booster .split {
    flex-direction: column;
  }
  
  .booster {
    margin-bottom: 0;
  }
  
  .casino {
    padding: 0;
  }
  
  .headline {
    padding: 0 16px;
  }

  .headline .eyebrow {
    margin-bottom: -4px;
    display: block;
    line-height: 1;
    font-size: 26px;
  }

  .headline .highlight-blue {
    display: inline-block;
    line-height: 1.15;
    padding: 2px 6px;
    font-size: 26px;
  }
  
  .payment-footer {
    width: 240px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
  }
  
  .feature-card {
    max-width: 343px;
    margin: 0 auto;
    width: 100%;
  }
}


@media (min-width: 1025px) and (max-width: 1416px) {
  .highlight-blue.middle {
    font-size: 40px;
  }
  .split-text li {
    font-size: 20px;
  }

  .split-image {
    max-width: 400px;
  }
    .split--reverse {
      margin-left: 30px;
  }
  .casino {
    padding: 0;
    display: flex;
    justify-content: space-evenly;
  }
  .booster {
    padding: 0;
    display: flex;
    justify-content: space-evenly;
  }
}

@media (max-width: 480px) {
  .disclaimer-strong {
    font-size: 14px;
    margin: 20px 0;
    font-weight: 100;
  }
  .payment-hero {
    width: 183px;
    margin: 0 auto;
  }

  .hero {
    padding-top: 72px; 
    position: relative;
    overflow: hidden;
  }

  .hero-inner {
    position: relative;
  }

  .hero-image {
    object-fit: cover;
    object-position: top center; 
    height: auto;
  }

  .hero-overlay {
    justify-content: flex-start; 
    padding-top: 160px; 
    gap: 0;
  }

    .btn, .btn-hero, .btn-footer {
      max-width: 343px;
    }

 

  .features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    margin-top: 32px;
    padding: 0 16px;
  }

  .feature-card {
    max-width: 343px;
    width: 100%;
  }
}

@media (min-width: 678px) and (max-width: 1024px) {
  .features-grid .feature-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 362px;
  }
}

@media (min-width: 1025px) {
  .features-grid .feature-card:last-child {
    grid-column: auto;
    justify-self: auto;
  }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: stretch;
    gap: 28px;
    margin-top: 58px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 375px) {
    .split-text .highlight-blue {
        font-size: 24px;
        line-height: 1;
        padding: 0 6px;
    }
}