:root {
--color-primary: #272d2d;
--color-secondary: #a39ba8;
--color-accent: #23ce6b;
--color-light: #edf5fc;
--color-mid: #b8c5d6;
--color-dark-alt: #2a3030;
--color-accent-hover: #1fb85d;
--color-danger: #dc2626;
--spacing-xs: 8px;
--spacing-sm: 16px;
--spacing-md: 24px;
--spacing-lg: 48px;
--spacing-xl: 64px;
}

* {
  margin: 0;
    padding: 0;
   box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #272d2d 0%, #1a1f1f 100%);
  color: #edf5fc;
    line-height    :    1.6;
}

.bea-storm     {
  background: rgba(39, 45, 45, 0.95);
  padding: 20px 0;
   position: sticky;
   top: 0;
  z-index     :  1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.wae-yearn {
    max-width: 1400px;
   margin: 0 auto;
   padding: 0 3%;
       display: flex;
   align-items: center;
         justify-content: space-between;
  width: 100%;
}

.afs-habit {
    flex-shrink: 0;
}

.raz-crash {
  height: 45px;
  width: auto;
}

.gpe-spend {
  display: flex;
   gap: 32px;
   align-items    :   center; 

}

.gpe-spend a {
    color  :     #b8c5d6;
   text-decoration: none;
    font-weight: 500;
  transition: color 0.3s;
    white-space: nowrap;
}

.gpe-spend a:hover {
    color: #23ce6b;
}


.wwe-loade {
    display: none;
  background: none;
   border: none;
   color: #edf5fc;
   font-size: 28px;
    cursor: pointer;
}

.bea-yearn {
   max-width: 1400px;
  margin: 0 auto;
  padding: 80px 3% 100px;
  background-image: linear-gradient(rgba(39, 45, 45, 0.85), rgba(26, 31, 31, 0.9)), url('../zeimag/hero-img.webp');
    background-size: cover;
    background-position: center;
  background-repeat: no-repeat;
   position     :  relative;
}

.wae-habit {
    text-align: center;
   max-width: 900px;
     margin: 0 auto 60px;
}

.afs-storm {

	  font-size: clamp(36px, 5vw, 52px);
    font-weight: 700;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #edf5fc 0%, #b8c5d6 100%);
    background-clip: text;
	line-height: 1.2;
}

.raz-yearn {
  font-size: clamp(16px, 1.8vw, 19px);
    color  :    #b8c5d6;
	 margin-bottom: 36px;
}

.gpe-crash 
 {
    display: flex;
    gap: 16px;
  justify-content: center;
    flex-wrap: wrap;
}

.wwe-habit {
    padding: 14px 32px;
  border-radius: 3px;
    text-decoration: none;
 font-weight:  600;
   transition: all 0.3s;
   display: inline-block;
   background: #23ce6b;
   color: #272d2d;
}


.wwe-habit:hover {
   background: #1fb85d;
	  transform: translateY(-2px);
	  box-shadow: 0 4px 12px rgba(35, 206, 107, 0.3);
}

.wae-storm {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
   margin-top     :        60px;
}

.afs-yearn {
  background: rgba(163, 155, 168, 0.1);
   padding: 24px 18px;
		 border-radius: 3px;
   text-align: center;
  border: 1px solid rgba(184, 197, 214, 0.2);
}

.afs-yearn .material-symbols-outlined {
    font-size     : 40px;
  color: #23ce6b;
   margin-bottom: 12px;
  display: block;
}

.afs-yearn h3  {
	font-size: 18px;
    margin-bottom: 10px;
   color: #edf5fc;
}

.afs-yearn p {
   color: #b8c5d6;
  font-size   :       14px;
}

.raz-spend {
  background: #1a1f1f;
   padding: 60px 0 0;
          margin-top: 80px;
}

.gpe-loade {
	max-width: 1400px;
   margin: 0 auto;
  padding: 0 3% 40px;
}

.wwe-storm {
   display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
     gap: 40px;
    margin-bottom    :  48px;
}

.bea-crash {
  padding-right: 20px;
}

.wae-crash {
    height: 40px;
   width : auto;
	margin-bottom   :  16px;
}

.afs-crash
{
   font-size   :   14px;
   line-height: 1.7;
    color: #a39ba8;
}

.raz-loade h4 {
  color: #edf5fc;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
}

.raz-loade a, .raz-loade p {
    display: block;
    text-decoration: none;
	margin-bottom: 10px;
   font-size: 14px;
   color   :     #b8c5d6;
  transition: color 0.3s;
}

.raz-loade a:hover {
    color: #23ce6b;
}

.gpe-yearn {
 background: #dc2626;
    padding: 32px;
   border-radius: 3px;
   margin: 0 3% 32px;
}



.wwe-yearn {
   display: flex;
    gap: 24px;
   align-items: flex-start;
}

.wwe-yearn > .material-symbols-outlined {
    font-size: 56px;
    color: #ffffff;
    flex-shrink: 0;
}

.bea-loade {
   background: #ffffff;
  color: #dc2626;
  padding   :6px 16px;
   -moz-border-radius: 2px;
    border-radius: 2px;
   -webkit-border-radius: 2px;
    font-weight: 700;
  font-size: 20px;
  display: inline-block;
    margin-bottom: 12px;
}

.wae-loade h3 {
    color: #ffffff;
  font-size   :  22px;
  margin-bottom: 12px;
}

.wae-loade p {
      color: #ffffff;
    font-size: 15px;
   margin-bottom: 8px;
  line-height: 1.6;
}

.afs-loade {
  margin-top: 20px;
   padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.afs-loade p {

    margin-bottom: 6px;


}

.afs-loade strong {
    display: block;
   margin-bottom: 8px;
}

.afs-loade a {
    color :       #ffffff;
  text-decoration: underline;
}

.wwe-crash {
  background: rgba(163, 155, 168, 0.08);
   padding: 32px 20px;
    margin: 0 3% 24px;
	 border-radius: 3px;
   text-align: center;
}

.wwe-crash h4 {
  color: #edf5fc;
    margin-bottom: 20px;
    font-size: 16px;
}

.bea-habit {
  display: flex;
    justify-content: center;
   align-items     :center;
   gap: 32px;
    flex-wrap: wrap;
}

.bea-habit a 
 {
  display: inline-block;
   transition: opacity 0.3s;
}

.bea-habit a:hover {
  opacity: 0.8;
}

.bea-habit img {

	    height: 50px;
  width: auto;


}

.raz-habit {
	 text-align: center;
  padding: 24px 20px;
  border-top: 1px solid rgba(163, 155, 168, 0.2);
    color: #a39ba8;
    font-size: 13px;
}

.raz-storm {
  position: fixed;
  top: 0;
  left   :    0;
    width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
    align-items: center;
   justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.gpe-habit {
  background: #272d2d;
  padding: 48px 40px;
  border-radius: 3px;
   max-width: 500px;
    width: 100%;
   text-align: center;
  border: 2px solid #23ce6b;
}

.gpe-habit .material-symbols-outlined {
    font-size: 72px;
  color: #23ce6b;
   margin-bottom: 24px;
}

.gpe-habit h2 {
    font-size: 28px;
  margin-bottom: 16px;
    color: #edf5fc;
}

.gpe-habit p {
   color     :   #b8c5d6;
  margin-bottom: 12px;
    font-size  :15px;
   line-height: 1.6;
}



.afs-spend {
    font-weight: 600;
    color: #edf5fc;
  margin-top: 24px;
  margin-bottom: 20px;
    font-size: 17px;
}

.wae-spend {
  display: flex;
   gap: 16px;
	justify-content: center;
   flex-wrap: wrap;
}  

.wwe-spend, .bea-spend {
  padding: 14px 32px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
  font-size: 16px;
   cursor: pointer;
    transition:   all 0.3s;
  font-family: 'Inter', sans-serif;
}

.wwe-spend {
    background   :        #23ce6b;
  color: #272d2d;
}

.wwe-spend:hover {
   background: #1fb85d;
}

.bea-spend {
    background: #dc2626; 
	    color: #ffffff;
}

.bea-spend:hover    {
   background: #b91c1c;
}

.casino-listings-wrapper {
  max-width: 1400px;
  margin: 60px auto;
   padding: 0 3%;
}

.casino-header-section		{
                    text-align   :      center;
    margin-bottom: 48px;
}

.casino-header-section h2 {
  font-size: clamp(28px, 4vw, 36px);
  color: #edf5fc;
    margin-bottom: 12px;
    font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.casino-header-section p {
    color: #b8c5d6;
   font-size: 16px;
  max-width: 700px;
	 margin: 0 auto;
  font-family: 'Inter', sans-serif;
}

.casino-card {
  background: linear-gradient(135deg, rgba(163, 155, 168, 0.12), rgba(184, 197, 214, 0.08));
  border: 1px solid rgba(184, 197, 214, 0.25);
  border-radius: 3px;
    padding: 32px;
    margin-bottom    :  24px;
  position: relative;
  display :       grid;
   grid-template-columns: 160px 140px 1fr 260px;
  gap: 28px;
   align-items: center;
   transition: all 0.3s ease;
}

.casino-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(35, 206, 107, 0.15);
}

.best-badge {
  position: absolute;
  top: -12px;
  left: 32px;
  background: #23ce6b;
   color: #272d2d;
  padding: 4px 16px;
    font-size    :  12px;
  font-weight: 700;
  border-radius: 2px;
   letter-spacing: 0.5px;
  font-family: 'Inter', sans-serif;
}

.casino-logo-box {
   text-align: center;
}

.casino-logo-box img {
    width: 130px;
    height: auto;
  filter: brightness(0) invert(1);
  display: block;
  margin: 0 auto;
}

.casino-rating-box    {
    text-align: center;
 padding: 0 20px;
  border-left: 1px solid rgba(184, 197, 214, 0.2);
  border-right: 1px solid rgba(184, 197, 214, 0.2);
}

.stars-display {
	 display: flex;
  gap: 3px;
  justify-content: center;
    margin-bottom: 8px;
}

.stars-display .material-symbols-outlined {
   font-size: 20px;
    color: #fbbf24;
  font-variation-settings: 'FILL' 1;
}

.rating-number {
  font-size :       18px;
   font-weight: 700;
    color: #23ce6b;
  font-family: 'Inter', sans-serif;
}

.casino-info-box {
    padding: 0 8px;
}

.casino-description {
   color: #b8c5d6;
    font-size: 15px;
   margin-bottom: 16px;
   line-height  :       1.5;
  font-family: 'Inter', sans-serif;
}

.casino-feature {
    display: flex;
   align-items: center;
    gap: 8px;
   margin-bottom   :8px;
    color: #edf5fc;
   font-size: 14px;
  font-family: 'Inter', sans-serif;
}

.casino-feature .material-symbols-outlined {
  font-size    :       18px;
    color :#23ce6b;
  font-variation-settings: 'FILL' 1;
    flex-shrink: 0;
}

.casino-actions-box {
    text-align: center;
}

.bonus-info {
    margin-bottom: 14px; 

}

.bonus-text {

	color: #edf5fc;
    font-size    :15px;
  font-weight: 600;
    margin-bottom: 12px;
  display: block;
  font-family: 'Inter', sans-serif;

}

.bonus-button {
   display: block;
   background: #23ce6b;
  color: #272d2d;
  padding: 12px 28px;
  border-radius: 3px;
    text-decoration: none;
   font-weight: 700;
  font-size: 15px;
    margin-bottom: 12px;
  transition: background 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.bonus-button:hover {
   background: #1fb85d;
}

.review-link {

	    display: inline-block;
   color: #b8c5d6;
    text-decoration: none;
  font-size:     14px;
   font-weight: 600;
	 border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.review-link:hover {
    color: #23ce6b;
  border-bottom-color: #23ce6b;
}

.about-wrapper-section {
    padding: 80px 3%;
  margin: 0 auto;
   max-width: 1400px;
}

.about-content-grid {
   align-items: center;
   grid-template-columns: 1.2fr 1fr;
    display: grid;
  gap: 60px;
}

.about-main-title	{
  font-size: clamp(32px, 4vw, 38px);
                    color :        #edf5fc;
   margin-bottom: 24px;
   font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.about-paragraph-one {
        color :    #b8c5d6;
        font-size: 17px;
   line-height: 1.7;
   margin-bottom: 18px;
  font-family: 'Inter', sans-serif;
}

.about-paragraph-two {
   color: #b8c5d6;
   font-size: 17px;
   line-height     :        1.7;
   margin-bottom: 18px;
  font-family: 'Inter', sans-serif;
}

.about-paragraph-three {
   color: #b8c5d6;
          font-size   :     17px;
       line-height: 1.7;
  margin-bottom: 18px;
  font-family: 'Inter', sans-serif;
}

.about-cta-button   {
    display: inline-block;
  background: #23ce6b;
    color: #272d2d;
   padding: 14px 32px;
    border-radius: 3px;
   text-decoration: none;
   font-weight: 700;
  font-size: 16px;
  margin-top: 12px;
   transition: all 0.3s;
  font-family: 'Inter', sans-serif;
}

.about-cta-button:hover {
    background: #1fb85d;
  transform: translateY(-2px);
}

.about-image-column img {
    width: 100%;
    height: auto;
  border-radius: 3px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

.gpe-storm {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
   gap: 24px;
    max-width: 1200px;
  margin: 40px auto 0;
}

.gpe-storm .wwe-storm {
	  background: rgba(163, 155, 168, 0.1);
  padding: 28px 20px;
   border-radius: 3px;
   text-align: center;
  border: 1px solid rgba(184, 197, 214, 0.2);
   display: block;}

.gpe-storm .wwe-storm .material-symbols-outlined {
  font-size: 48px;
   color :#23ce6b;
  margin-bottom: 16px;
}

.gpe-storm .wwe-storm h3 {
   color: #edf5fc;
    font-size  :   18px;
   margin-bottom: 12px;
    font-weight: 600;
}

.gpe-storm .wwe-storm p {
   color: #b8c5d6;
   font-size: 14px;
   line-height: 1.6;
}@media (max-width: 1200px) {
.casino-card {
grid-template-columns: 140px 120px 1fr 240px;
gap: 20px;
padding: 28px;
}

.casino-logo-box img {
width: 110px;
}
}

@media (max-width: 968px) {
.casino-card {
grid-template-columns: 1fr;
gap: 20px;
padding: 24px;
text-align: center;
}

.casino-rating-box {
border: none;
border-top: 1px solid rgba(184, 197, 214, 0.2);
border-bottom: 1px solid rgba(184, 197, 214, 0.2);
padding: 16px 0;
}

.casino-info-box {
padding: 0 0 20px 0;
border-bottom: 1px solid rgba(184, 197, 214, 0.2);
}

.casino-logo-box img {
width: 110px;
}

.casino-feature {
justify-content: center;
}

.about-content-grid {
grid-template-columns: 1fr;
gap: 40px;
}

.wwe-storm {
grid-template-columns: 1fr;
gap: 32px;
}
}

@media (max-width: 768px) {
.wae-yearn {
flex-wrap: wrap;
justify-content: center;
}

.afs-habit {
width: 100%;
text-align: center;
margin-bottom: 16px;
}

.gpe-spend {
display: none;
width: 100%;
background: #1a1f1f;
padding: 20px;
position: absolute;
top: 100%;
left: 0;
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
flex-direction: column;
gap: 0;
}

.gpe-spend.wwe-crash {
display: flex;
}

.gpe-spend a {
display: block;
margin: 12px 0;
padding: 10px;
}

.wwe-loade {
display: block;
}

.bea-storm {
position: relative;
}

.casino-header-section h2 {
font-size: 28px;
}

.casino-logo-box img {
width: 90px;
}

.gpe-habit {
padding: 32px 24px;
}

.wwe-yearn {
flex-direction: column;
text-align: center;
}

.wwe-yearn > .material-symbols-outlined {
align-self: center;
}

.bea-habit img {
height: 40px;
}

.gpe-storm {
grid-template-columns: 1fr;
}
}.wae-loade {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.88)), url('../zeimag/rew.webp');
    background-size: cover;
    background-position: center;
  background-repeat: no-repeat;
   padding: 90px 3%;
   margin: 80px 0;
  position: relative;
   background-attachment:   fixed;
}

.bea-crash-inner {
   max-width: 1400px;
    margin: 0 auto;
  text-align: center;
}

.raz-storm-title {
  font-size: clamp(32px, 4.5vw, 44px);
  color: #edf5fc;
   margin-bottom: 20px;
    font-weight: 700;
  font-family: 'Inter', sans-serif;
   line-height: 1.3;
}

.gpe-habit-text {
  color :      #b8c5d6;
  font-size: clamp(16px, 1.9vw, 18px);
   margin-bottom: 36px;
  max-width: 720px;
   margin-left: auto;
    margin-right: auto;
    line-height: 1.7;

}

.wwe-yearn-btn {
    display: inline-block;
    background: #23ce6b;
   color: #272d2d;
    padding: 16px 40px;
    border-radius: 3px;
   text-decoration: none;
    font-weight: 700;
   font-size: 17px;
  transition: all 0.3s;
  font-family: 'Inter', sans-serif;
}

.wwe-yearn-btn:hover {
	background: #1fb85d;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(35, 206, 107, 0.4);
}@media (max-width: 768px) {
.wae-loade {
padding: 60px 5%;
margin: 60px 0;
background-attachment: scroll;
}

.raz-storm-title {
font-size: 28px;
}

.gpe-habit-text {
font-size: 15px;
margin-bottom: 28px;
}

.wwe-yearn-btn {
padding: 14px 32px;
font-size: 16px;
}
}.gpe-spend-policy {
          max-width: 900px;
  margin: 80px auto;
   padding: 0 3%;
}

.raz-crash-policy {
  background: rgba(163, 155, 168, 0.08);
  padding: 48px 40px;
   border-radius: 3px;
  border: 1px solid rgba(184, 197, 214, 0.15);
}

.raz-crash-policy h1 {
  font-size: clamp(32px, 4vw, 42px);
   color: #edf5fc;
   margin-bottom: 12px;
    font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.wae-habit-date {
  color: #a39ba8;
   font-size: 14px;
  margin-bottom: 36px;
  font-style: italic;
}

.raz-crash-policy h2 {
   font-size: 24px;
    color: #edf5fc;
  margin-top    :  40px;
    margin-bottom: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.raz-crash-policy h3 {
   font-size: 20px;
   color: #b8c5d6;
    margin-top: 32px;
   margin-bottom: 14px;
    font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.raz-crash-policy p {
   color: #b8c5d6;
    font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  font-family: 'Inter', sans-serif;
}

.raz-crash-policy a {
   color: #23ce6b;
	 text-decoration: underline;
   transition    :       color 0.3s;
}

.raz-crash-policy a:hover {
        color: #1fb85d;
}@media (max-width: 768px) {
.gpe-spend-policy {
margin: 60px auto;
}

.raz-crash-policy {
padding: 32px 24px;
}

.raz-crash-policy h1 {
font-size: 28px;
}

.raz-crash-policy h2 {
font-size: 22px;
margin-top: 32px;
}

.raz-crash-policy h3 {
font-size: 18px;
margin-top: 24px;
}

.raz-crash-policy p {
font-size: 15px;
}
}.bea-habit-about {

  max-width: 1400px;
   margin: 0 auto;
   padding: 80px 3% 0;
	}

.raz-storm-img {
    width: 100%;
   height: auto;
   border-radius: 3px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    display: block;
}@media (max-width: 768px) {
.bea-habit-about {
padding: 60px 3% 0;
}
}.wae-spend-contact {
  max-width: 1100px;
    margin: 80px auto;
   padding: 0 3%;
}

.bea-loade-title {
  font-size: clamp(32px, 4vw, 42px);
  color: #edf5fc;
    margin-bottom: 12px;
  font-weight    :       700;
   text-align: center;
  font-family: 'Inter', sans-serif;
}

.raz-loade-subtitle {
    color: #b8c5d6;
   font-size: 17px;
  text-align: center;
    margin-bottom: 48px;
  font-family: 'Inter', sans-serif;
}

.gpe-crash-contact {
   display: grid;
   grid-template-columns: 1.5fr 1fr;
   gap: 48px;
}

.afs-yearn-form {
  background: rgba(163, 155, 168, 0.08);
                    padding: 36px 32px;
  border-radius: 3px;
  border: 1px solid rgba(184, 197, 214, 0.15);
}

.wwe-storm-input {
    margin-bottom: 24px;
}

.wwe-storm-input label {
  display: block;
   color: #edf5fc;
  font-size: 15px;
   margin-bottom: 8px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.wwe-storm-input input,
.wwe-storm-input textarea {
  width: 100%;
	padding: 12px 16px;
  background: rgba(39, 45, 45, 0.6);
  border: 1px solid rgba(184, 197, 214, 0.25);
   border-radius: 3px;
  color  :     #edf5fc;
    font-size: 15px;
  font-family: 'Inter', sans-serif;
    transition: border-color 0.3s;
}

.wwe-storm-input input:focus,
.wwe-storm-input textarea:focus {
  outline: none;
    border-color: #23ce6b;
}

.wwe-storm-input textarea {
  resize: vertical;
    min-height: 140px;
}

.bea-crash-btn {
   width: 100%;
  background: #23ce6b;
   color: #272d2d;
   padding: 14px 32px;
   border    :       none;
    border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
  font-family: 'Inter', sans-serif;
}

.bea-crash-btn:hover {
    background: #1fb85d;
  transform: translateY(-2px);
}

.raz-habit-info

{
  display: flex;
  flex-direction   : column;
	 gap: 20px;
}

.gpe-habit-card {


  background: rgba(163, 155, 168, 0.08);
   padding: 24px 20px;
  border-radius: 3px;
  border: 1px solid rgba(184, 197, 214, 0.15);
   text-align: center;
	}

.gpe-habit-card .material-symbols-outlined {
   font-size: 36px;
    color: #23ce6b;
  margin-bottom: 12px;
   display     :    block;
}

.gpe-habit-card p {
    color: #b8c5d6;
	 font-size: 15px;
  line-height: 1.6;
    margin: 0;
  font-family: 'Inter', sans-serif;
}

.gpe-habit-card a


{
   color: #23ce6b;
   text-decoration: none;
  transition: color 0.3s;
}

.gpe-habit-card a:hover {
   color: #1fb85d;
    text-decoration: underline;
}@media (max-width: 868px) {
.gpe-crash-contact {
grid-template-columns: 1fr;
gap: 32px;
}

.wae-spend-contact {
margin: 60px auto;
}

.afs-yearn-form {
padding: 28px 24px;
}
}

@media (max-width: 768px) {
.bea-loade-title {
font-size: 28px;
}

.raz-loade-subtitle {
font-size: 15px;
margin-bottom: 36px;
}
}.raz-yearn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
   margin-top: 48px;
}

.gpe-storm-card {
  background: rgba(163, 155, 168, 0.08);
  border: 1px solid rgba(184, 197, 214, 0.15);
  border-radius: 3px;
  padding: 32px 28px;
                    transition: all 0.3s;
} 

.gpe-storm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(35, 206, 107, 0.15);
  border-color: rgba(35, 206, 107, 0.3);
}

.wwe-loade-logo {
    text-align: center;
  margin-bottom: 24px;
   padding: 20px;
  background: rgba(237, 245, 252, 0.05);
  border-radius: 3px;
}

.wwe-loade-logo img {
   width: 140px;
   height: auto;
  filter: brightness(0) invert(1);
}

.gpe-storm-card h2 {
   color: #edf5fc;
	font-size: 22px;
	margin-bottom: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.gpe-storm-card p		{
   color: #b8c5d6; 
        font-size: 15px; 
   line-height: 1.7; 
  margin-bottom: 20px; 
  font-family: 'Inter', sans-serif;
}

.afs-crash-link {
    display: inline-block;
  color: #23ce6b;
  text-decoration: none;
    font-weight: 600;
    font-size    :  15px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  font-family: 'Inter', sans-serif;
}

.afs-crash-link:hover {
                    border-bottom-color: #23ce6b;
}@media (max-width: 1024px) {
.raz-yearn-grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
}

@media (max-width: 668px) {
.raz-yearn-grid {
grid-template-columns: 1fr;
gap: 20px;
}

.gpe-storm-card {
padding: 28px 24px;
}

.wwe-loade-logo img {
width: 120px;
}
}


.wae-disclosure {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-top: 24px;
}

.bea-age-badge {
background: #dc2626;
color: #ffffff;
padding: 4px 12px;
border-radius: 2px;
font-weight: 700;
font-size: 13px;
font-family: 'Inter', sans-serif;
}

.raz-disclosure-text {
color: #b8c5d6;
font-size: 13px;
font-weight: 500;
font-family: 'Inter', sans-serif;
}

.gpe-info-icon {
position: relative;
display: inline-flex;
cursor: pointer;
}

.gpe-info-icon .material-symbols-outlined {
font-size: 18px;
color: #23ce6b;
}

.afs-tooltip {
position: absolute;
bottom: 28px;
left: 50%;
transform: translateX(-50%);
background: #272d2d;
color: #edf5fc;
padding: 12px 16px;
border-radius: 3px;
font-size: 13px;
line-height: 1.6;
width: 280px;
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
border: 1px solid rgba(35, 206, 107, 0.3);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
z-index: 100;
font-family: 'Inter', sans-serif;
}

.afs-tooltip::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
border: 6px solid transparent;
border-top-color: #272d2d;
}

.gpe-info-icon:hover .afs-tooltip {
opacity: 1;
visibility: visible;
}

@media (max-width: 768px) {
.wae-disclosure {
flex-wrap: wrap;
gap: 8px;
}

.afs-tooltip {
width: 240px;
font-size: 12px;
padding: 10px 14px;
}
}


.wwe-terms-small {
color: #a39ba8;
font-size: 11px;
margin-top: 12px;
text-align: center;
font-family: 'Inter', sans-serif;
line-height: 1.4;
}

@media (max-width: 968px) {
.wwe-terms-small {
font-size: 10px;
margin-top: 10px;
}
}