* {
                    box-sizing: border-box;
  padding: 0;
   margin: 0;
}

body {
  font-family: "Roboto", arial, sans-serif;
       line-height: 1.6;
    color: #333;
    overflow-x:     hidden;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-lg-2, .col-lg-4, .col-lg-6, .col-xl-2, .col-xl-4, .col-xl-12 {
    padding: 0 15px;


}

.col-md-4 {
   flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-6 {
         flex: 0 0 50%;
  max-width: 50%;
}

.col-md-7 {
   flex: 0 0 58.333333%;
   max-width: 58.333333%;
}

.col-md-8 {

   flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }

.col-lg-2 {
   flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-lg-6  {
    flex: 0 0 50%;
   max-width: 50%;

}

.col-xl-2 {
  flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-xl-4 {
   flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-xl-12 {
  flex: 0 0 100%;
   max-width: 100%;
}

.align-items-center {
   align-items: center;
}

.justify-content-center {
   justify-content: center;
}

.text-center {
   text-align: center;
}

.d-block {
	display: block;
}

.d-flex {
   display: flex;
}

.ml-auto {
  margin-left: auto;
} 

.mr-3 {
  margin-right: 1rem;
}

.mb-3 {
   margin-bottom: 1rem;
}

.mb-4	{
   margin-bottom: 1.5rem;
}

.mb-5     {
     margin-bottom: 3rem;
}

.px-3 {
   padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
   padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
	 padding-top: 1.5rem;
   padding-bottom: 1.5rem;
}

.pt-3 {

	  padding-top: 1rem;


}

.text-primary {
	    color: #007bff;}

.text-white {
   color: #fff;
}

.text-uppercase

{
  text-transform: uppercase;
}

.font-weight-bold {
    font-weight: 700;
}

.font-secondary {
  font-family: "Oswald", arial, sans-serif;
}

.img-fluid {
  max-width: 100%;
    height: auto;
}

.rounded-circle {
	border-radius: 50%; 
	
}

.border {
    border: 1px solid #dee2e6;
}

.border-top-0 {
   border-top: 0;
}

.border-light {
  border-color: #f8f9fa;
}

.border-top {
  border-top: 1px solid #dee2e6;
}

.border-bottom {
  border-bottom   :        1px solid #dee2e6;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.small {

	   font-size: 0.875em;}

.rounded {
    border-radius: 0.25rem;
}

.d-inline-block {
   display: inline-block;
}

.navbar {
  background: #2c3e50;
  z-index: 3;
    padding: 15px 0;
  position: fixed;
   width     :     100%;
   top: 0;
}

.navbar .container {
   display: flex;
    justify-content: center;
  align-items: center;
}

.navbar-brand {
   color: #fff;
  font-weight: 900;
    font-size: 22px;
   text-decoration: none;
  font-family: "Oswald", arial, sans-serif;
}

.navbar-brand img {
   height: 45px;
    width: auto;
}

.navbar-brand:hover,
.navbar-brand:focus {
   color: #e74c3c;
}

.hero-section {
	margin-top: 75px;
}

.site-blocks-cover {
  background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
    position: relative;
    min-height: 600px;
  height: 50vh;
   display: flex;
 align-items: center;

}

.site-blocks-cover.overlay:before {
    position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   right: 0;
	 top: 0;
  background: rgba(0, 0, 0, 0.5);
}


.site-blocks-cover .container {
    position: relative;
   z-index: 2;
	
}

.site-blocks-cover h1 {
    font-weight    :      700;
    color: #fff;
  font-size: 3.5rem;
    margin-bottom: 20px;
}

.caption {
   font-size: 18px;
    letter-spacing: .1em;
  color: rgba(255, 255, 255, 0.9);
	margin-bottom: 40px;
}

.hero-features {
	  margin-top: 50px;
    display: flex;
   gap: 60px;
    justify-content: center;
}

.hero-feature {
	text-align: center;

	  color: white;
}

.hero-feature .material-icons {
  font-size: 48px;
  color: #e74c3c;
   margin-bottom: 10px;
}

.hero-feature h3 {
   font-size: 16px;
   font-weight: 600;
  margin-bottom: 5px;
  text-transform     : uppercase;
    letter-spacing    :    1px;
}

.hero-feature p {
    font-size: 14px;
   opacity: 0.8;
}

.about-story-section {
    padding: 120px 0;
  overflow: hidden;
    background: #fff;
}

.story_wrapper .col-lg-6 {
   align-self: center;
}

.story_content {
   max-width: 500px;
}

.story_content h2 {
     color: #222222;
  font-size: 48px;
  line-height   : 54px;
  margin-bottom: 30px;
  font-family: "Oswald", arial, sans-serif;
    font-weight: 700;
}

.story_content p {
   margin-bottom: 25px;
  line-height: 26px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
    color: #777777;
}

.story_content .main_button {
   margin-top:     25px;
    padding: 0px 30px;
     background: #e74c3c;
  z-index: 2;
  display: inline-block;
  transition: all 400ms linear;
  text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  font-family: "Roboto", sans-serif;
   line-height: 48px;
   border: 1px solid #e74c3c;
    border-radius: 5px;
      text-decoration: none;
}

.story_content .main_button:hover {
                    background: transparent;

  color    :#e74c3c;
}

.story_image {
  position: relative;
    padding-top: 80px;
  padding-bottom: 80px; 
	
}

.story_image:before {
  content: "";
 background: #f8f8f9;
    position: absolute;
   right: -290px;
  top: 0px;
    max-width: 650px;
     width: 100%;
   height: 100%;
  z-index: -1;
}

.warning-section {
  background: #fff3cd;
      border: 2px solid #ffc107;
   padding: 40px 0;
  margin: 40px 0;
}

.warning-content {
  text-align: center;
  color: #856404;
}

.warning-content h3 {
   color: #dc3545;
   font-size: 28px;
   margin-bottom: 25px;
    font-weight: 700;
  font-family: "Oswald", arial, sans-serif;
}

.warning-content p {
   font-size: 16px;
	margin-bottom: 15px;
  line-height: 1.6;
   max-width: 800px;
    margin-left: auto;
  margin-right: auto;
}

.age-restriction {
    display: inline-flex;
    align-items: center;
   background: #dc3545;
    color: white;
  padding: 12px 25px;
    border-radius: 30px;
   font-weight: bold;
    margin: 15px;
    font-size: 20px;
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

.age-restriction .material-icons {
   margin-right: 8px;
   font-size: 28px;
}

.responsible-gambling {
    background: #f8f9fa;
	 padding: 50px 0;
   text-align: center;
}

.responsible-gambling h3 {
	color: #dc3545;
    margin-bottom: 25px;
               font-size: 26px;
    font-weight: 700;
  font-family: "Oswald", arial, sans-serif;
}

.responsible-gambling p {
    color: #666;
                    max-width: 900px;
  margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.6;
}

.footer {
	    background: #1a1a1a;
  color: #fff;}

.footer .footer_top {
   padding-top: 80px;
    padding-bottom  : 60px;
  background: #1a1a1a;
}

.footer_logo {
   margin-bottom    :   30px;
}

.footer_logo img {
  height: 55px;
  width: auto;
}

.footer .footer_widget .footer_title {
   font-size: 20px;
    font-weight: 600;
   color: #fff;
    margin-bottom: 25px;
  font-family: "Oswald", arial, sans-serif;
}

.footer .footer_widget p {
   color: #CFCFCF;
   line-height: 1.6;
    margin-bottom: 20px;
   font-size: 15px;

}

.footer .footer_widget ul {
    list-style: none;
  padding: 0;
}

.footer .footer_widget ul li {
   margin-bottom: 10px;
}

.footer .footer_widget ul li a {
    color: #CFCFCF;
    text-decoration: none;
 font-size: 14px;
    transition    :        color 0.3s;
}

.footer .footer_widget ul li a:hover {
    color: #e74c3c;
}

.footer .copy-right_text{
   padding: 25px 0;
  background: #0f0f0f;
    border-top: 1px solid #2a2a2a;
}

.footer .copy-right_text .copy_right {
   font-size: 14px;
    color: #999999;
  margin-bottom: 0;
  text-align: center;
}

.responsible-logos {
	   display: flex;
    flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;

}

.responsible-logos a {
	display: inline-block;
   transition: opacity 0.3s;
}

.responsible-logos a:hover    {
               opacity: 0.8;
}

.responsible-logos img {
  height: 40px;
    width: auto;
  filter: brightness(0) invert(1);
}

.footer-disclaimer {
  background: #111111;
   padding: 30px 0;
    border-top: 1px solid #2a2a2a;
}

.disclaimer-content {
  text-align: center;
}

.disclaimer-content h3 {
	 color: #e74c3c;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
  font-family: "Oswald", arial, sans-serif;
}

.disclaimer-content p {
    color: #bbbbbb;
    font-size: 14px;
   line-height: 1.6;
    margin-bottom: 15px;
    max-width: 900px;
  margin-left: auto;
   margin-right: auto;
}@media (max-width: 991.98px) {
    .navbar {
        position: relative;
        padding: 15px 0;
    }
    
    .hero-section {
        margin-top: 0;
    }
    
    .site-blocks-cover {
        height: 60vh;
    }
    
    .site-blocks-cover h1 {
        font-size: 2.5rem;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-lg-2, .col-lg-4, .col-lg-6, .col-xl-2, .col-xl-4, .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .story_content {
        max-width: 100%;
        margin-bottom: 40px;
    }
    
    .story_image:before {
        display: none;
    }
    
    .about-story-section {
        padding: 60px 0;
    }
    
    .footer .footer_top {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .warning-section {
        padding: 30px 0;
    }
    
    .responsible-gambling {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .story_content h2 {
        font-size: 32px;
        line-height: 38px;
    }
    
    .site-blocks-cover h1 {
        font-size: 2rem;
    }
    
    .caption {
        font-size: 16px;
    }

    .hero-features {
        gap: 20px;
    }

    .hero-feature .material-icons {
        font-size: 36px;
    }
    
    .warning-content h3 {
        font-size: 22px;
    }
    
    .age-restriction {
        font-size: 18px;
        padding: 10px 20px;
    }
    
    .age-restriction .material-icons {
        font-size: 24px;
    }
    
    .responsible-gambling h3 {
        font-size: 22px;
    }
    
    .warning-content p, .responsible-gambling p {
        font-size: 15px;
    }
}.casinos-section {
  padding: 60px 0;
     background: #f8f9fa;
}

.section-header {
  text-align   :    center;
   margin-bottom: 50px;
}

.section-header h2 {
  font-family: "Oswald", arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
   color: #2c3e50;
    margin-bottom: 15px;
  text-transform: uppercase;
}

.section-header p {
               font-size: 1.1rem;
   color: #666;
  max-width  :       600px;
    margin: 0 auto;
}

.casino-card {
  background    : #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   margin-bottom: 30px;
    padding: 35px;
   display: grid;
	grid-template-columns: 150px 1fr 220px 280px 200px;
  gap: 35px;
    align-items: center;
   transition: all 0.3s ease;
    border: 2px solid transparent;
   position: relative;
    overflow: hidden;
}

.casino-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #e74c3c;
}

.casino-card:before {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #e74c3c, #c0392b);
}

.casino-logo {
  display: flex;
  align-items: center;
  justify-content: center;
    background: #f8f9fa;
  border-radius: 12px;
   padding: 25px;
    height: 120px;
}

.casino-logo img  {
   max-width: 100%;
   max-height: 100%;
    object-fit: contain;
  filter: brightness(0.1);
}

.casino-logo.betmgm-logo img,
.casino-logo.leovegas-logo img {
  filter: none;
}

.casino-info h3 {
  font-family: "Oswald", arial, sans-serif;
   font-size: 2rem;
    font-weight: 700;
   margin-bottom: 12px;
   color: #2c3e50;
}

.rating {
                    display: flex;
  align-items: center;
    gap: 12px;
}

.stars    {
  color: #f39c12;
   font-size    :        1.4rem;
}

.score {
   background: #e74c3c;
    color: white;
    padding: 5px 12px;
   border-radius: 20px;
    font-size: 1rem;
  font-weight: 700;
  font-family: "Oswald", arial, sans-serif;
}

.casino-bonus {
   text-align: center;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
   color: white;
    padding: 25px;
    border-radius: 12px;
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

.bonus-text strong {
   display: block;
  font-size: 1.4rem;
    font-weight: 700;
   margin-bottom: 8px;
  font-family: "Oswald", arial, sans-serif;
   line-height: 1.2;

}

.bonus-text small {
   font-size: 1rem;
    opacity: 0.9;
    text-transform: uppercase;
  letter-spacing: 0.5px;
    font-weight: 500;
}

.casino-features    {
	 display: flex;
    flex-direction: column;
 gap: 15px;
}

.feature {
  font-size: 1rem;
  gap  :     10px;
    align-items: center;
    display: flex;
} 

.feature .material-icons {
   color: #27ae60;
   font-size: 22px;
}

.feature span:last-child {
  color: #555;
    font-weight  :   500;
}

.casino-action {
   text-align: center;
}

.get-bonus-btn {
   display: inline-block;
  background: linear-gradient(135deg, #27ae60, #2ecc71);
	color: white;
  padding: 18px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
    font-size: 1.2rem;
         text-transform: uppercase;
   letter-spacing: 1px;
   transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
 margin-bottom: 12px;
  font-family: "Oswald", arial, sans-serif;
}

.get-bonus-btn:hover {
	  background: linear-gradient(135deg, #229954, #27ae60);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(39, 174, 96, 0.4);
}

.casino-action small {
   display: block;
  color: #999;
  font-size: 0.85rem;
  margin-top: 8px;
  font-weight: 500;
}@media (max-width: 1200px) {
    .casino-card {
        grid-template-columns: 130px 1fr 200px 250px 180px;
        gap: 25px;
        padding: 30px;
    }
    
    .casino-logo {
        height: 100px;
        padding: 20px;
    }
    
    .casino-info h3 {
        font-size: 1.8rem;
    }
    
    .bonus-text strong {
        font-size: 1.3rem;
    }
}

@media (max-width: 992px) {
    .casino-card {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        padding: 35px;
    }
    
    .casino-logo {
        width: 150px;
        height: 120px;
        margin: 0 auto;
    }
    
    .casino-features {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }
    
    .section-header h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .casino-card {
        margin-bottom: 25px;
        padding: 30px 25px;
    }
    
    .casino-features {
        flex-direction: column;
        align-items: center;
    }
    
    .casino-bonus {
        padding: 20px;
    }
    
    .bonus-text strong {
        font-size: 1.2rem;
    }
    
    .get-bonus-btn {
        padding: 15px 25px;
        font-size: 1.1rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .casinos-section {
        padding: 50px 0;
    }
}

@media (max-width: 576px) {
    .casino-card {
        padding: 25px 20px;
    }
    
    .casino-logo {
        width: 120px;
        height: 100px;
    }
    
    .casino-info h3 {
        font-size: 1.6rem;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .bonus-text strong {
        font-size: 1.1rem;
    }
    
    .get-bonus-btn {
        padding: 12px 20px;
        font-size: 1rem;
    }
}.faq-section {
   padding: 80px 0;
  background: #fff;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-header h2 {
  font-family: "Oswald", arial, sans-serif;
    font-size: 2.5rem;
  font-weight: 700;
   color: #2c3e50;
   margin-bottom: 15px;
   text-transform: uppercase;
}

.faq-header p {
   font-size: 1.1rem;
   color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.faq-container {
   max-width: 800px;
    margin: 0 auto;
}

.faq-item {
  background :       #ffffff;
	 border: 1px solid #e0e6ed;
  border-radius: 8px;
    margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-color: #e74c3c;
}

.faq-toggle {
    display: none;
}

.faq-question {
    display: flex;
   justify-content: space-between;
   align-items: center;
  padding: 25px 30px;
  cursor:   pointer;
        font-size: 1.1rem;
    font-weight: 600;
                    color: #2c3e50;
    transition: all 0.3s ease;
   border-radius: 8px;
}

.faq-question:hover {
  background: #f8f9fa;
    color: #e74c3c;
}

.faq-icon {
    font-size   : 1.5rem;
  font-weight: 300;
    color: #e74c3c;
   transition:transform 0.3s ease;
  min-width: 30px;
   text-align    :   center;
}

.faq-answer {
	    max-height: 0;
  overflow    : hidden;
   transition: max-height 0.3s ease, padding 0.3s ease;
  border-top: 1px solid #e0e6ed;
    background: #f8f9fa;
	}

.faq-answer p {
    padding: 0 30px;
   line-height: 1.7;
   color: #555;
  font-size: 1rem;
   margin: 0;
}

.faq-toggle:checked + .faq-question {
    background: #e74c3c;
    color: #ffffff;
}

.faq-toggle:checked + .faq-question .faq-icon {
	  transform: rotate(45deg);
    color: #ffffff;


}

.faq-toggle:checked + .faq-question + .faq-answer {
    max-height: 200px;
  padding: 25px 0;
}

.faq-item:last-child {
   margin-bottom: 0;


}

.faq-question span:first-child {
    flex: 1;
  -webkit-flex: 1;
   -ms-flex: 1;
  margin-right: 20px;
}

.faq-question:focus-within {

    outline: 2px solid #e74c3c;
  outline-offset: 2px;
     }

.faq-toggle:checked ~ .faq-item,
.faq-toggle:checked + .faq-question + .faq-answer {
  border-color: #e74c3c;
}@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-header h2 {
        font-size: 2rem;
    }
    
    .faq-header {
        margin-bottom: 40px;
    }
    
    .faq-question {
        padding: 20px 25px;
        font-size: 1rem;
    }
    
    .faq-answer p {
        padding: 0 25px;
        font-size: 0.95rem;
    }
    
    .faq-toggle:checked + .faq-question + .faq-answer {
        padding: 20px 0;
    }
    
    .faq-icon {
        font-size: 1.3rem;
        min-width: 25px;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-header h2 {
        font-size: 1.8rem;
    }
    
    .faq-question {
        padding: 18px 20px;
        font-size: 0.95rem;
    }
    
    .faq-answer p {
        padding: 0 20px;
        font-size: 0.9rem;
    }
    
    .faq-toggle:checked + .faq-question + .faq-answer {
        padding: 18px 0;
        max-height: 250px;
    }
    
    .faq-question span:first-child {
        margin-right: 15px;
    }
}.age-modal {
    display: flex;
	 position: fixed;
   z-index: 9999;
  left: 0;
   top: 0;
    width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
   align-items: center;
  justify-content: center;
}

.age-modal-content 
 {

	  background: #ffffff;
   margin: 20px;
	padding: 0;
  border-radius: 15px;
  max-width: 500px;
   width     :   100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.4s ease-out;
    overflow: hidden;


}@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.age-modal-header {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
   color: white;
   padding: 30px;
  text-align: center;
    border-radius: 15px 15px 0 0;
}

.age-warning-icon {
  font-size: 3rem;
    margin-bottom: 15px;
    display: block;
  color: #fff;
}

.age-modal-header h2 {
  font-family: "Oswald", arial, sans-serif;
  font-size: 1.8rem;
  font-weight     :       700;
   margin: 0;
    text-transform: uppercase;
  letter-spacing: 1px;
}

.age-modal-body {
    padding: 30px;
  text-align: center;
}

.age-modal-body p {
    margin-bottom: 20px;
   color: #333;
   font-size: 1rem;
  line-height: 1.6;
}


.age-modal-body p:first-child {
    font-size: 1.1rem;
   color: #e74c3c;
}

.age-modal-body ul {
    text-align: left;
  margin: 20px 0;
   padding-left: 20px;
   color: #555; 

}

.age-modal-body li {
      margin-bottom    :  8px;
    line-height: 1.5;
}

.age-modal-footer {
  padding: 30px;
  text-align: center;
    background: #f8f9fa;
   border-radius: 0 0 15px 15px;
}

.age-confirm-btn {

  background: linear-gradient(135deg, #27ae60, #2ecc71); 
    color: white; 
    border: none; 
    padding: 15px 30px; 
    border-radius: 30px; 
    font-size: 1.1rem; 
  font-weight: 700; 
   cursor: pointer; 
    transition   :    all 0.3s ease; 
  display: inline-flex; 
    align-items: center; 
   gap: 10px; 
   margin-bottom    :      20px; 
  font-family: "Oswald", arial, sans-serif; 
   text-transform: uppercase; 
  letter-spacing: 0.5px; 
  box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
     }

.age-confirm-btn:hover {
  background: linear-gradient(135deg, #229954, #27ae60);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(39, 174, 96, 0.4);
}

.age-confirm-btn .material-icons {
   font-size: 1.3rem;
}

.age-disclaimer {
    margin: 0;
   color: #666;
  font-size: 0.85rem;
  line-height: 1.5;
}

.age-disclaimer a {
       color: #e74c3c;
    text-decoration: none;
  font-weight: 600;
}

.age-disclaimer a:hover {
  text-decoration: underline;
}

.age-modal.hidden  
  {
    display: none;
}@media (max-width: 768px) {
    .age-modal-content {
        margin: 10px;
        max-width: 95%;
    }
    
    .age-modal-header {
        padding: 25px 20px;
    }
    
    .age-modal-header h2 {
        font-size: 1.5rem;
    }
    
    .age-warning-icon {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    
    .age-modal-body {
        padding: 25px 20px;
    }
    
    .age-modal-body p {
        font-size: 0.95rem;
    }
    
    .age-modal-footer {
        padding: 25px 20px;
    }
    
    .age-confirm-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .age-disclaimer {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .age-modal-content {
        margin: 5px;
    }
    
    .age-modal-header {
        padding: 20px 15px;
    }
    
    .age-modal-header h2 {
        font-size: 1.3rem;
    }
    
    .age-modal-body {
        padding: 20px 15px;
    }
    
    .age-modal-footer {
        padding: 20px 15px;
    }
    
    .age-confirm-btn {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
}