:root {
--clr-primary: #020202;
--clr-secondary: #0d2818;
--clr-accent: #04471c;
--clr-highlight: #058c42;
--clr-bright: #16db65;
--clr-variant1: #021f1f;
--clr-variant2: #0a3520;
--clr-variant3: #045a23;
}

* {
   margin: 0;

   padding: 0;

   box-sizing: border-box;
}

body {
  font-family: 'Work Sans', sans-serif;
  background: linear-gradient(135deg, var(--clr-primary) 0%, var(--clr-secondary) 50%, var(--clr-accent) 100%);
  color :  #e8e8e8;
   line-height: 1.6;
}

.pesa-agent {


   background: #032d15;
    position: sticky;
    top: 0;
    z-index: 1000;
  border-bottom: 1px solid var(--clr-highlight);


}

.asf-rating {
  display: flex;
   justify-content: space-between;
   align-items: center;
	padding: 18px 5%;
   max-width: 1400px;
  margin: 0 auto;
}

.wet-bring .rrq-plead{
	    display: block;
	
}

.asz-best-logo {

  height: 45px;
   width: auto;
     }

.gag-leave {
     display: flex;
     gap: 32px;
}

.gag-leave a {
   font-weight: 500;
   color: #d4d4d4;
    font-size: 15px;
  text-decoration: none;
    transition     :color 0.25s;
}

.gag-leave a:hover {
  color: var(--clr-bright);
}

.blo-best {
  display: none;
	         cursor: pointer;
}

.blo-best .material-symbols-outlined {
    font-size: 32px;
  color: var(--clr-bright);
}

.asz-agent {
	min-height: 40vh;
   display: flex;
		align-items: center;
    justify-content: center;
    padding: 60px 5%;
  background-image: url('../aupimg/hh.webp');
   background-size: cover;
    background-position: center;
    position: relative;
}

.asz-agent::before {
  content: '';
         position: absolute;
    top: 0;
   left: 0;
   right: 0;
   bottom: 0;
  background: rgba(2, 2, 2, 0.7);
   z-index: 1;
}

.asf-best {
    max-width: 1100px;
   text-align: center;
         position: relative;
    z-index: 2;
}

.asf-best h1 {
  font-size: 42px;
    margin-bottom: 18px;
  color: var(--clr-bright);
  font-weight: 700;
   line-height   :        1.2; 

}

.rrq-agent {
  font-size: 18px;
    margin-bottom: 28px;
   color: #c9c9c9;
  max-width: 720px;
    margin-left: auto;
     margin-right: auto;
}

.gag-bring-advantages {

    display: flex;
   gap: 24px;
	 justify-content: center;
    flex-wrap  :  wrap;
   margin-top: 32px;
}

.pesa-rating-badge {
  background: rgba(22, 219, 101, 0.15);
  border: 1px solid var(--clr-bright);
	padding: 16px 24px;
    border-radius: 8px;
   display: flex;
  align-items: center;
   gap: 10px;
    transition: all 0.3s;
}

.pesa-rating-badge:hover {
  background: rgba(22, 219, 101, 0.25);
  transform: translateY(-3px);
}

.pesa-rating-badge .material-symbols-outlined	{

	  font-size: 28px;
  color: var(--clr-bright);


}

.pesa-rating-badge p {


    font-size: 15px;
    font-weight: 600;
    color: #e8e8e8;
   margin: 0;
}

.wet-plead {
	 flex-wrap: wrap;
   justify-content: center;
  display: flex;
  gap: 20px;
}

.gag-rating, .blo-agent  {
  padding: 14px 36px;
    text-decoration   : none;
  border-radius: 6px;
   font-weight: 600;
    transition   :    all 0.3s;
  font-size: 16px;
}

.gag-rating {
  background: var(--clr-bright);
  color: var(--clr-primary);
}

.gag-rating:hover{
  background: var(--clr-highlight);
  transform: translateY(-2px);
}

.blo-agent {
    background     :     transparent;
  color: var(--clr-bright);
  border: 2px solid var(--clr-bright);
}

.blo-agent:hover {
  background: var(--clr-bright);
  color: var(--clr-primary);
}

.pesa-bring   {
  background: #043d1a;
  padding: 60px 5%;

}

.asf-plead {

		max-width     :     1400px;
  margin: 0 auto;
	


}

.blo-plead-responsible {
    background: #8b1a1a;
  border-left: 4px solid #d32f2f;
  padding: 20px 24px;
   margin-bottom: 48px;
  border-radius: 6px;
  display   :      flex;
    align-items: center;
  gap: 14px;
}

.blo-plead-responsible .material-symbols-outlined {
  font-size: 32px;
	   color: #ffcdd2;
	    flex-shrink: 0;
}

.blo-plead-responsible p {
    color: #ffebee;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;

}

.rrq-best {

 display: flex;
	 justify-content: space-between;
  gap: 48px;
  margin-bottom: 40px;
   flex-wrap: wrap;


}

.wet-rating {
  flex: 1;
   min-width: 240px;
}

.wet-rating h3 {
  color: var(--clr-bright);
   margin-bottom: 16px;
  font-size: 22px;
}

.wet-rating h4 {
  color: var(--clr-bright);
   margin-bottom: 14px;
	font-size: 18px;
}

.wet-rating p {

	   color: #b8b8b8;
   margin-bottom: 12px;
    font-size: 15px;
  line-height: 1.7;
}

.wet-rating a {
  display: block;
   color: #c4c4c4;
    text-decoration: none;
    margin-bottom: 10px;
   transition: color 0.2s;
  font-size: 15px;
	}

.wet-rating a:hover {
  color: var(--clr-bright); 
	
}



.wet-rating p .material-symbols-outlined {
          font-size: 18px;
  vertical-align: middle;
  margin-right: 8px;
  color: var(--clr-bright);
}

.wet-agent-regulators {
   display:  flex;
  gap: 20px;
   justify-content: center;
  align-items: center;
   margin: 44px 0 32px 0;
  flex-wrap: wrap;
    padding: 0 5%;
}

.wet-agent-regulators a{
  opacity     :   0.8;
	   transition: opacity 0.3s;
}

.wet-agent-regulators a:hover {
	opacity: 1;
}

.wet-agent-regulators img {

	   height: 24px;
   width: auto;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
    max-width: 220px;
   object-fit     :        contain;
}

.asz-plead {
  border-top: 1px solid rgba(22, 219, 101, 0.3);
   padding-top    :  28px;
   text-align: center;
}

.asz-plead p {
   color: #9a9a9a;
  font-size: 14px;
}@media (max-width: 768px) {
.gag-leave {
display: none;
position: absolute;
top: 70px;
left: 0;
right: 0;
background: rgba(3, 45, 21, 0.98);
flex-direction: column;
padding: 24px 5%;
gap: 18px;
}

.blo-best {
display: block;
}

.asf-best h1 {
font-size: 32px;
}

.rrq-agent {
font-size: 16px;
}

.gag-bring-advantages {
flex-direction: column;
align-items: stretch;
}

.pesa-rating-badge {
justify-content: center;
}

.wet-plead {
flex-direction: column;
align-items: stretch;
}

.gag-rating, .blo-agent {
width: 100%;
text-align: center;
}

.rrq-best {
flex-direction: column;
gap: 32px;
}

.blo-plead-responsible {
flex-direction: column;
text-align: center;
}

.wet-agent-regulators img {
height: 40px;
width: auto;
max-width: 120px;
}
}.wet-agent-cards {
    padding: 80px 5%;
  background: linear-gradient(180deg, #021f1f 0%, #0a3520 100%);
  max-width: 1400px;
   margin    :       0 auto;
}

.wet-agent-cards h2 {
   text-align :center;
   font-size: 38px;
   color: #16db65;
   margin-bottom: 48px;
   font-weight: 700;
}

.rrq-plead-card {

	  background: rgba(4, 71, 28, 0.4);
  border: 1px solid #058c42;
  border-radius: 12px;
    padding: 28px 32px;
  margin-bottom: 24px;
    display: flex;
  align-items: center;
   gap: 32px;
    transition: all 0.35s; 
	}

.rrq-plead-card:hover {
  background: rgba(4, 71, 28, 0.6);
  transform: translateY(-4px);
    border-color: #16db65;
}

.gag-agent-logo {
   flex-shrink: 0;
}

.gag-agent-logo img {
   height: 70px;
   width: auto;
	max-width: 140px;
    object-fit: contain;
}

.pesa-best-info {
  flex: 1;
   min-width: 200px;
}

.pesa-best-info h3 {
	font-size: 22px;
          color: #e8e8e8;
    margin-bottom  :     8px;
  font-weight: 600;
}

.pesa-best-info p {
                    font-size: 14px;
  color: #b8b8b8;
   line-height: 1.5;
}

.asf-agent-bonus {
  text-align: center;
    padding: 0 24px;
  border-left: 2px solid rgba(22, 219, 101, 0.3);
  border-right: 2px solid rgba(22, 219, 101, 0.3);
}

.blo-leave-label {
  display: block;
    font-size: 12px;
   color: #16db65;
  text-transform: uppercase;
  letter-spacing: 1px;
    margin-bottom: 6px;
  font-weight: 600;
}

.wet-best-amount {
  font-weight: 700;
  margin:        4px 0;
    color: #16db65;
    font-size: 26px; 
	
}

.asz-bring-desc {
	   font-size: 13px;
	color: #c9c9c9;
  display: block;

}

.rrq-bring-action		{
	flex-shrink: 0;
}

.gag-plead-btn {
   background: #16db65;

	    color: #020202;

	    padding: 14px 32px;

	    text-decoration: none;

	   border-radius: 8px;

			font-weight: 700;

	  font-size: 16px;

	    transition: all 0.3s;

	    display: inline-block;

	  white-space: nowrap;
}

.gag-plead-btn:hover {
    background    :#058c42;
  transform: scale(1.05);
}@media (max-width: 1024px) {
.rrq-plead-card {
flex-wrap: wrap;
gap: 20px;
}

.asf-agent-bonus {
border-left: none;
border-right: none;
border-top: 2px solid rgba(22, 219, 101, 0.3);
border-bottom: 2px solid rgba(22, 219, 101, 0.3);
padding: 16px 0;
width: 100%;
}

.rrq-bring-action {
width: 100%;
}

.gag-plead-btn {
width: 100%;
text-align: center;
}
}

@media (max-width: 768px) {
.wet-agent-cards h2 {
font-size: 28px;
}

.gag-agent-logo img {
height: 55px;
max-width: 110px;
}

.pesa-best-info h3 {
font-size: 19px;
}

.pesa-best-info p {
font-size: 13px;
}

.wet-best-amount {
font-size: 22px;
}
}.blo-rating-faq {
  background: #021f1f;
  padding: 70px 5%;
  margin: 0 auto;
	max-width    : 1200px;
}

.blo-rating-faq h2 {
  margin-bottom: 52px;
    font-size: 36px;
   font-weight:  700;
               color: #16db65;
  text-align: center;
}

.pesa-plead-item {
  background: rgba(4, 71, 28, 0.25);
  border: 1px solid #04471c;
   border-radius: 8px;
  margin-bottom: 18px;
 overflow: hidden;
   transition: border-color 0.3s;
}

.pesa-plead-item:hover {
      border-color: #058c42;
	
}

.asf-bring-question {
    padding: 22px 28px;
    cursor   :     pointer;
   display: flex;
    justify-content: space-between;
	 align-items    :      center;
   gap :        20px;
    transition: background 0.25s;
}

.asf-bring-question:hover {
  background: rgba(5, 140, 66, 0.1);
}


.asf-bring-question h3 {
    font-size: 19px;
         color: #e8e8e8;
    font-weight     :    600;
   margin: 0;
  line-height: 1.4;
}

.asf-bring-question .material-symbols-outlined {
    font-size: 28px;
       color: #16db65;
    transition: transform 0.3s;
  flex-shrink: 0;
}

.wet-leave-answer    {
   max-height:        0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.wet-leave-answer p {
   padding: 0 28px 24px 28px;
    color: #c4c4c4;
    font-size: 16px;
    line-height: 1.7;
     margin: 0;
}@media (max-width: 768px) {
.blo-rating-faq h2 {
font-size: 28px;
}

.asf-bring-question {
padding: 18px 20px;
}

.asf-bring-question h3 {
font-size: 17px;
}

.wet-leave-answer p {
padding: 0 20px 20px 20px;
font-size: 15px;
}

.asf-bring-question .material-symbols-outlined {
font-size: 24px;
}
}.asz-rating-about {
    padding: 75px 5%;
  background: linear-gradient(135deg, #0a3520 0%, #045a23 100%);
    display: flex;
  align-items: center;
  gap: 60px;
   max-width:   1400px;
  margin: 0 auto;
}

.gag-best-content {
   flex: 1;
}

.gag-best-content h2 {
   font-size     :38px;
    color: #16db65;
   margin-bottom: 20px;
    font-weight: 700;
}

.wet-agent-intro{
   font-size: 18px;

	  color  :  #c9c9c9;

	   margin-bottom: 38px;

	   line-height: 1.6;

}
/* Build system output */
	/* Auto-generated CSS */
/* Layout styles */


.pesa-agent-features {
    margin-bottom: 32px;
}

.blo-bring-feature {
   gap: 18px;
	display  :flex;
   align-items: flex-start;
   margin-bottom: 28px;
}

.blo-bring-feature .material-symbols-outlined {
                    font-size: 36px;
  color: #16db65;
  flex-shrink: 0;
  background: rgba(22, 219, 101, 0.15);
  padding: 10px;
   border-radius: 8px;
}

.blo-bring-feature h4 {
    font-size:   19px;
  color: #e8e8e8;
  margin-bottom: 8px;
	font-weight: 600;
}

/* Responsive design */

.blo-bring-feature p {
    margin: 0;
  line-height: 1.6;
   font-size: 15px;
	color: #b8b8b8;


}

.rrq-leave-mission {
  font-size: 16px;

	  color: #d4d4d4;

	  background: rgba(2, 2, 2, 0.4);

	  padding: 20px 24px;

	  border-left: 4px solid #16db65;

	   border-radius: 6px;

	   line-height: 1.7;

	    font-style: italic;
}

.asf-leave-image {
  flex: 0.9;
}

.asf-leave-image img		{
  width: 100%;
	height: auto;
	border-radius     :12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	
}
@media (max-width: 1024px) {
.asz-rating-about {
flex-direction: column;
gap: 40px;
}

.asf-leave-image {
width: 100%;
max-width: 500px;
}
}

@media (max-width: 768px) {
.asz-rating-about {
padding: 50px 5%;
}

.gag-best-content h2 {
font-size: 30px;
}

.wet-agent-intro {
font-size: 16px;
}

.blo-bring-feature {
gap: 14px;
}

.blo-bring-feature .material-symbols-outlined {
font-size: 30px;
padding: 8px;
}

.blo-bring-feature h4 {
font-size: 17px;
}

.blo-bring-feature p {
font-size: 14px;
}
}.wet-plead-reviews {
  padding    :        70px 5%;
    background: #0a3520;
    max-width  :1200px;
    margin: 0 auto;
}

.wet-plead-reviews h2{
    text-align: center;
   font-size: 36px;
    color: #16db65;
    margin-bottom: 48px;
   font-weight: 700;
}

.rrq-agent-review {
  background: rgba(4, 71, 28, 0.35);
  border-left: 3px solid #058c42;
  padding: 32px 36px;
   margin-bottom: 28px;
    border-radius: 8px;
  transition: all 0.3s;
}

.rrq-agent-review:hover {
  background: rgba(4, 71, 28, 0.5);
   border-left-color: #16db65;
  transform: translateX(8px);
}

.rrq-agent-review h3 {

	  font-size: 24px;
   color: #16db65;
    margin-bottom: 16px;
    font-weight: 600;
	}

.rrq-agent-review p {
    font-size: 16px;
  color: #c4c4c4;
   line-height: 1.7;
   margin: 0;
					text-align: justify;
}@media (max-width: 768px) {
.wet-plead-reviews {
padding: 50px 5%;
}

.wet-plead-reviews h2 {
font-size: 28px;
}

.rrq-agent-review {
padding: 24px 20px;
}

.rrq-agent-review h3 {
font-size: 21px;
}

.rrq-agent-review p {
font-size: 15px;
text-align: left;
}
}.blo-plead-overlay {
   position: fixed;
    top: 0;
	 left: 0;
  width: 100%;
     height: 100%;
  background: rgba(2, 2, 2, 0.95);
   display: flex;
  align-items: center;
    justify-content: center;
  z-index    :  9999;
}

.asz-leave-modal {
  background: linear-gradient(135deg, #0a3520 0%, #04471c 100%);
    padding: 48px 40px;
   border-radius: 12px;
   text-align: center;
   max-width    :450px;
 border: 2px solid #058c42;
}

.wet-rating-icon {
  font-size: 80px;
  color: #16db65;
	margin-bottom: 24px;
  font-weight: 700;
  background: rgba(22, 219, 101, 0.15);
        width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
   align-items: center;
	justify-content: center;
   margin: 0 auto 24px;
}

.asz-leave-modal h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 28px;
    color: #16db65;
    margin-bottom: 16px;
	font-weight: 700;
}

.asz-leave-modal p {
   color: #c9c9c9;
     font-size: 16px;
   margin-bottom: 32px;
    line-height: 1.6;
  font-family: 'Work Sans', sans-serif;
}

.gag-best-btn {
   background: #16db65;
   color :  #020202;
	border: none;
  padding: 16px 48px;
  font-size: 18px;
   font-weight: 700;
    border-radius: 8px;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
    transition: all 0.3s;
}

.gag-best-btn:hover {
    background :#058c42;
  transform: scale(1.05);
}@media (max-width: 768px) {
.asz-leave-modal {
padding: 36px 28px;
max-width: 90%;
}

.wet-rating-icon {
width: 100px;
height: 100px;
font-size: 64px;
}

.asz-leave-modal h2 {
font-size: 24px;
}

.asz-leave-modal p {
font-size: 15px;
}

.gag-best-btn {
padding: 14px 36px;
font-size: 16px;
width: 100%;
}
}.rrq-rating-legal {
	max-width: 1100px;
    margin: 0 auto;
   padding: 80px 5%;
  background: linear-gradient(180deg, #021f1f 0%, #0a3520 100%);
}

.rrq-rating-legal h1 {
  font-size: 42px;
  color    :       #16db65;
   margin-bottom: 38px;
    font-weight: 700;
  text-align: center;
}

.rrq-rating-legal h2  
  {
   font-size: 26px;
  color: #16db65;
    margin-top: 42px;
   margin-bottom: 20px;
   font-weight: 600;
}

.rrq-rating-legal h3
	{
  font-size: 21px;
      color: #e8e8e8;
  margin-top: 32px;
  margin-bottom: 16px;
   font-weight: 600;
}

.rrq-rating-legal p {
   font-size: 16px;
    color: #c4c4c4;
    line-height: 1.8;
   margin-bottom: 20px;
   text-align: justify;
}@media (max-width: 768px) {
.rrq-rating-legal {
padding: 50px 5%;
}

.rrq-rating-legal h1 {
font-size: 32px;
}

.rrq-rating-legal h2 {
font-size: 22px;
}

.rrq-rating-legal h3 {
font-size: 19px;
}

.rrq-rating-legal p {
font-size: 15px;
text-align: left;
}
}.gag-agent-contact {
   min-height: 60vh;
   display: flex;
  flex-direction: column;
  align-items: center;
                    justify-content: center;
  padding: 80px 5%;
  background: linear-gradient(180deg, #021f1f 0%, #0a3520 100%);
}

.gag-agent-contact h1 {
  font-size: 42px;
   color: #16db65;
    margin-bottom: 48px;
   font-weight: 700;
}

.blo-agent-email {
   display: flex;
    align-items: center;
  gap: 16px;
  background: rgba(4, 71, 28, 0.4);
  padding: 24px 40px;
   border-radius    :     12px;
   border: 2px solid #058c42;
   transition: all 0.3s;
}

.blo-agent-email:hover {
  background: rgba(4, 71, 28, 0.6);
    border-color: #16db65;
  transform: translateY(-2px);
}

.blo-agent-email .material-symbols-outlined		{
  font-size: 36px;
	 color: #16db65;
}

.blo-agent-email a {
   font-size: 24px;
	color: #e8e8e8;
  text-decoration: none;
      font-weight: 600;
    transition: color 0.3s;
}

.blo-agent-email a:hover {
  color: #16db65;
}@media (max-width: 768px) {
.gag-agent-contact {
padding: 60px 5%;
}

.gag-agent-contact h1 {
font-size: 32px;
text-align: center;
}

.blo-agent-email {
flex-direction: column;
padding: 28px 24px;
text-align: center;
}

.blo-agent-email a {
font-size: 18px;
word-break: break-all;
}
}