* {
   margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
    color: #777;
    line-height: 1.7;
    overflow-x: hidden;
    font-weight: 400;
}

.jgl_framewidth_district {
          max-width: 1200px;
   margin: 0 auto;
   padding: 0 15px;
}

.jgl_topnav_almada {
   position: fixed;
   top: 0;
    left: 0;
  width: 100%;
  background: rgba(26, 26, 26, 0.95);
   z-index: 1000;
   padding: 18px 0;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.jgl_navholder_porto {
   max-width: 1200px;
   margin: 0 auto;
  padding: 0 20px;
    display: flex;
    justify-content: space-between;
   align-items: center;
}

.jgl_brandspace_district {
    flex: 0 0 auto;
}

.jgl_logotype_almada {
   height: 65px;
  filter: brightness(0) invert(1);
   width: auto;
}

.jgl_burgerbtn_porto {
   display: none;
   background: none;
  border: none;
    cursor: pointer;
}

.jgl_menuicon_district {
  width: 28px;
   height: 28px;
  filter: invert(1);
}

.jgl_navlist_almada {
    display: flex;
  list-style: none;
    gap: 35px;
    margin: 0;
}

.jgl_navlist_almada li a {
   color: #fff;
  text-decoration: none;
  font-size: 15px;
    font-weight: 500;
  transition: color 0.3s;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

.jgl_navlist_almada li a:hover {
  color: #d4af37;
}

.jgl_herozone_almada {
   width: 100%;
  height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
  background-position: top center;
    position: relative;
   margin-top: 81px;
}@media (max-width: 1199.98px) {
    .jgl_herozone_almada {
        background-position: center center !important;
    }
}.jgl_herozone_almada .jgl_overlay_almada {
  position: absolute;
  top: 0;
  left: 0;
   right: 0;
  bottom: 0;
  content: '';
  opacity: .42;
   background: #000000;
}

.jgl_heroslider_porto {
  position: relative;
    height: 720px;
  z-index: 0;

}

.jgl_slidecard_district
{
  background-size: cover;
  -moz-background-size: cover;
    background-repeat: no-repeat;
  background-position: center center;
    height: 720px;
  position: relative;
  z-index: 0;
   overflow: hidden;
}

.jgl_slidecard_district .jgl_overlay_almada {
  position: absolute;
  top: 0;
  bottom: 0;
    right: 0;
   background: #000000;
  opacity: .22;
   width: 100%;
  padding: 0;
  z-index: 0;
}@media (max-width: 1199.98px) {
    .jgl_slidecard_district {
        background-position: center center !important;
    }
}.jgl_heroframe_porto {
  height: 720px;
  position: relative;
   display    :    flex;
    align-items: center;
}

.jgl_herocontent_district {
    max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
    width: 100%;
}

.jgl_textblock_almada {
   z-index: 0;
  color: rgba(255, 255, 255, 0.88);
    max-width: 50%;
}

.jgl_textblock_almada h1 {
    font-size: 42px;
  font-weight: 750;
   color: #fff;
  line-height: 1.1;
  text-shadow: 0px 4px 27px rgba(0, 0, 0, 0.12);
   margin-bottom: 18px;
  font-family: "Poppins", Arial, sans-serif;
}@media (max-width: 991.98px) {
    .jgl_textblock_almada h1 {
        font-size: 42px;
        letter-spacing: 3.2px;
    }
}.jgl_textblock_almada h2 {
  font-size: 17px;
    text-transform: uppercase;
   letter-spacing: 2.2px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 650;
  color: #d4af37;
   display: inline-block;
   position: relative;
   letter-spacing: 4.2px;
   margin-bottom: 12px;
}

.jgl_herobtn_almada {
   padding: 14px 18px;
   cursor: pointer;
  border-radius: 5px;
   box-shadow: none !important;
    font-size: 12px;
   text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 650;
  background: #d4af37;
   border: 1px solid #d4af37;
   color: #fff;
    text-decoration: none;
   display: inline-block;
   transition: all 0.3s;
}

.jgl_herobtn_almada:hover {
    border: 1px solid #d4af37;
  background: transparent;
  color: #d4af37;
}

.jgl_sectionspace_almada,
.jgl_sectionspace_porto {
  padding: 130px 0;
}

.jgl_textvisual_porto {
  background: #f8f9fa;
}

.jgl_dualcols_porto {
    display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 60px;
    align-items: center;
}

.jgl_textside_almada h3 {
  color: #222;
   text-transform: uppercase;
  font-family: "Rubik", sans-serif;
   font-size: 36px !important;
    font-weight: 500;
    margin-bottom: 25px;
}

.jgl_textside_almada p {
   margin-bottom: 20px;
  line-height: 1.8;
   font-size: 16px;
}

.jgl_actionbtn_porto {
   color: #fff !important;
    background: #d4af37;
  font-family: "Rubik", sans-serif;
   text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
   display: inline-block;
    padding: 13px 24px !important;
  border-radius: 3px;
  transition: all .5s;
  text-decoration: none;
}

.jgl_actionbtn_porto:hover {
  color: #222 !important;
  background: transparent;
   border: 1px solid #d4af37;
}

.jgl_mt4_district {
  margin-top: 1.5rem;
}

.jgl_fluidimage_district {
    width: 100%;
  height: auto;
   border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.jgl_servicezone_almada {
   background: #2c2c2c;
   padding-top: 0;
    padding-bottom: 80px;
}

.jgl_sectionspace_porto {
  padding-top: 100px;
    padding-bottom: 100px;
}

.jgl_titlegroup_district {
    text-align: center;
   margin-bottom: 60px;
}

.jgl_titlegroup_district span {
   color: #d4af37;
  font-size: 14px;
   font-weight: 700;
    text-transform: uppercase;
  letter-spacing: 2px;
}

.jgl_titlegroup_district h2 {
    font-size: 45px;
   color: #ffffff;
   font-weight: 700;
    margin-top: 14px;
}

.jgl_rowspace_porto {
  display: flex;
  flex-wrap: wrap;
   margin: 0 -15px;
}

.jgl_fullwidth_almada {
    width: 100%;
   padding: 0 15px;
}

.jgl_colspace_almada {
   padding: 0 15px;
    margin-bottom: 30px;
}

.jgl_halfcol_district {
  width: 33.333333%;
}

.jgl_servicecard_porto {
    text-align: center;
    background: #3a3a3a;
    padding: 46px 50px 0;
   height: 325px;
  transition: all 0.3s;
  margin-bottom: 30px;
}

.jgl_servicecard_porto:hover {
    border-bottom: 3px solid #d4af37;
}

.jgl_servicecard_porto img {
  width: 70px;
  height: 70px;
  filter: invert(70%) sepia(60%) saturate(450%) hue-rotate(10deg) brightness(95%);
    margin-bottom: 33px;
}

.jgl_servicecard_porto h4 {
   font-size: 22px;
    color: #ffffff;
  font-weight: 700;
  margin-top: 0;
    margin-bottom: 25px;
}

.jgl_servicecard_porto p {
    font-size: 16px;
  color: #b3b3b3;
    font-weight: 400;
   line-height: 26px;
  margin: 0 0 15px 0;
}

.jgl_extendedzone_almada {
  padding: 110px 0;
   position: relative;
}

.jgl_bgimage_porto {
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.jgl_extendedzone_almada > .jgl_framewidth_district {
    position: relative;
  z-index: 2;
}

.jgl_extendedzone_almada:before {
    position: absolute;
   top: 0;
    left: 0;
    right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.52);
   z-index: 1;
}

.jgl_decorline_almada {
   position: relative;
    padding-bottom: 32px;
   margin-bottom: 32px;
  font-size: 3.2rem;
  color: #d4af37;
}@media (max-width: 991.98px) {
    .jgl_decorline_almada {
        font-size: 2.1rem;
    }
}.jgl_goldicon_district:after {
    bottom: 0;
  left: 0;
   font-size: 24px;
  content: "✦";
    position: absolute;
    color: #d4af37;
}

.jgl_textalign_district.jgl_goldicon_district:after,
.jgl_textalign_porto.jgl_goldicon_district:after {
  left: 50%;
  transform: translateX(-50%);
}

.jgl_centercontent_almada {
    justify-content: center;
}

.jgl_textalign_district,
.jgl_textalign_porto {
   text-align: center;
}

.jgl_col8_porto {
   width: 66.666667%;
  padding: 0 15px;
}

.jgl_whitetext_porto {
    color: #fff;
}

.jgl_mb5_almada {
    margin-bottom: 3rem;
}

.jgl_leadtext_almada {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.jgl_gridcol_almada {
    padding: 0 15px;
}

.jgl_col4_district {
  width: 33.333333%;
}

.jgl_mb4_porto {
   margin-bottom: 1.5rem;
}

.jgl_serviceitem_almada {
  text-align: center;
   padding: 15px; 
	
}

.jgl_iconcircle_porto {
   display: inline-block;
  width: 95px;
   height: 95px;
   background: #d4af37;
    border-radius: 50%;
    border: 4px solid #d4af37;
   position: relative;
   margin-bottom: 25px;
}

.jgl_iconcircle_porto img {
   width: 50px;
    height: 50px;
   position: absolute;
    top: 50%;
   left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}

.jgl_itemcontent_district h3 {
   color: #fff;
  font-size: 21px;
  margin-bottom: 15px;
    font-weight: 700;
}

.jgl_itemcontent_district p {
  color: #b3b3b3;
   font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.jgl_testimonialszone_porto {
          background: #2c2c2c;
    padding-top: 0;
}

.jgl_testimonialrow_almada {
    margin-left: 0;
}

.jgl_col6_district {
    width: 100%;
   padding: 0 15px;
}

.jgl_testimonialbox_almada {
  background: #3a3a3a;
    padding: 60px 20px 50px 40px;
    margin-bottom: 20px;
}

.jgl_userphoto_porto {
  float: left;
    margin-right: 35px;
}

.jgl_userphoto_porto img {
   height: 128px;
  width: 128px;
    border-radius: 50%;
}

.jgl_usertext_district {
    overflow: hidden;
}

.jgl_userheader_almada {
    margin-bottom: 8px;
}

.jgl_userheader_almada h4 {
  font-size: 22px;
  color: #ffffff;
   font-weight: 700;
    margin-bottom: 4px;
}

.jgl_userheader_almada span {
   font-size: 12px;
  color: #d4af37;
    text-transform   :   uppercase;
  letter-spacing: 1px;
}

.jgl_usertext_district p {
    margin-bottom: 0;
   font-size: 16px;
   color: #b3b3b3;
    font-weight: 400;
  line-height: 26px;
}

.jgl_footerzone_almada {
   padding: 4em 0;
   background: #333333;
}@media (min-width: 768px) {
    .jgl_footerzone_almada {
        padding: 5em 0;
    }
}.jgl_footerzone_almada p {
    color: #737373;
}

.jgl_footerzone_almada h3 {
    color: #fff;
}

.jgl_footerzone_almada a {
  color: #999999;
   text-decoration :   none;
  transition: .3s all ease;
}

.jgl_footerzone_almada a:hover {
   color: #d4af37;
}

.jgl_footerzone_almada ul li {
  margin-bottom: 10px;
}

.jgl_footerheading_porto {
   font-size: 16px;
    color: #fff;
}

.jgl_col3_district {
   width: 25%;
  padding: 0 15px;
}

.jgl_mlauto_porto {
   margin-left: auto;
}

.jgl_listclean_almada {
    padding-left     :    0;
   list-style: none;
}

.jgl_floatleft_porto {
   float: left;
}

.jgl_mr5_district {
   margin-right: 3rem;
}

.jgl_contactinfo_district p {
    display: flex;
    align-items: center;
  margin-bottom: 15px;
   color: #737373;
}

.jgl_contacticon_porto {
    width: 24px;
  height: 24px;
  margin-right: 12px;
  filter: invert(70%) sepia(60%) saturate(450%) hue-rotate(10deg) brightness(95%);
}

.jgl_col12_district {
   width: 100%;
    padding: 0 15px;
}

.jgl_aligncenter_district {
    align-self: center;
}

.jgl_mb5_porto {
    margin-bottom: 3rem;
}

.jgl_mblg0_almada {
   margin-bottom: 3rem;
}

.jgl_offset1_porto {
   margin-left: 8.333333%;
}

.jgl_imageside_almada {
    width: 41.666667%;
}@media (max-width: 991px) {
    .jgl_textblock_almada {
        max-width: 100%;
    }

    .jgl_textblock_almada h1 {
        font-size: 42px;
    }

    .jgl_dualcols_porto {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .jgl_imageside_almada {
        width: 100%;
    }

    .jgl_offset1_porto {
        margin-left: 0;
    }

    .jgl_textside_almada h3 {
        font-size: 32px !important;
    }

    .jgl_halfcol_district,
    .jgl_col4_district {
        width: 100%;
    }

    .jgl_col3_district {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .jgl_burgerbtn_porto {
        display: block;
    }

    .jgl_navlist_almada {
        position: fixed;
        top: 81px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 81px);
        background: rgba(26, 26, 26, 0.98);
        flex-direction: column;
        padding: 40px;
        gap: 20px;
        transition: left 0.3s ease;
    }

    .jgl_navlist_almada.active {
        left: 0;
    }

    .jgl_heroslider_porto,
    .jgl_slidecard_district,
    .jgl_heroframe_porto {
        height: 600px;
    }

    .jgl_textblock_almada h1 {
        font-size: 36px;
    }

    .jgl_titlegroup_district h2,
    .jgl_decorline_almada {
        font-size: 36px;
    }

    .jgl_userphoto_porto {
        float: none;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .jgl_col6_district {
        width: 100%;
    }

    .jgl_mblg0_almada {
        margin-bottom: 3rem;
    }

    .jgl_col8_porto {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .jgl_heroslider_porto,
    .jgl_slidecard_district,
    .jgl_heroframe_porto {
        height: 500px;
    }

    .jgl_textblock_almada h1 {
        font-size: 28px;
    }

    .jgl_textside_almada h3 {
        font-size: 26px !important;
    }

    .jgl_titlegroup_district h2 {
        font-size: 32px;
    }
}.jgl_footerzone_almada {
    padding: 4em 0;
  background: #333333;
}@media (min-width: 768px) {
    .jgl_footerzone_almada {
        padding: 5em 0;
    }
}.jgl_footerzone_almada p {
   color: #737373;
}

.jgl_footerzone_almada h3 {
    color: #fff;
}

.jgl_footerzone_almada a {
  color: #999999;
   text-decoration: none;
   transition: .3s all ease;
}

.jgl_footerzone_almada a:hover {
    color: #d4af37;
}

.jgl_footerzone_almada ul li {
   margin-bottom: 10px;
}

.jgl_footerheading_porto {
   font-size: 16px;
    color: #fff;
}

.jgl_col3_district {
   width: 25%;
   padding: 0 15px;
}

.jgl_mlauto_porto {
    margin-left: auto;
}

.jgl_listclean_almada {
   padding-left: 0;
    list-style: none;
}

.jgl_floatleft_porto {
  float: left;
}

.jgl_mr5_district {
    margin-right: 3rem;
}

.jgl_contactinfo_district p {
  display: flex;
    align-items: center;
    margin-bottom: 15px;
  color: #737373;
}

.jgl_contacticon_porto {
    width: 24px;
    height: 24px;
  margin-right: 12px;
  filter: invert(70%) sepia(60%) saturate(450%) hue-rotate(10deg) brightness(95%);
}

.jgl_col12_district {
    width: 100%;
  padding: 0 15px;
}

.jgl_certifications_porto {
  background: rgba(0, 0, 0, 0.2);
   padding: 30px 20px;
  border-radius: 8px;
  border: 2px solid rgba(212, 175, 55, 0.3);
}

.jgl_certlogos_almada    {
   display: flex;
  justify-content: center;
    align-items: center;
  gap: 40px;
   flex-wrap: wrap;
}

.jgl_certlink_district {
  display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
}

.jgl_certlink_district:hover {
  transform: translateY(-5px);
   opacity: 1;
}

.jgl_certlink_district img {
    height: 60px;
    width: auto;
  max-width: 150px;
  object-fit: contain;
  filter: brightness(0.9) contrast(1.1);
}

.jgl_disclaimer_porto {
   margin-top: 40px;
}

.jgl_disclaimerbox_almada {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
    border: 2px solid #d4af37;
    border-radius: 10px;
    padding: 25px 30px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.jgl_disclaimertitle_district {
  color: #d4af37;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  display: flex;
   align-items: center;
  gap: 12px;
  text-transform: uppercase;
   letter-spacing: 1px;
}

.jgl_warningicon_porto {
    width: 28px;
    height: 28px;
  filter: invert(70%) sepia(60%) saturate(450%) hue-rotate(10deg) brightness(95%);
}

.jgl_disclaimerbox_almada p {
   color: #b3b3b3;
    line-height: 1.8;
   font-size: 14px;
   margin: 0;
}

.jgl_disclaimerbox_almada a {
    color: #d4af37;
   text-decoration: underline;
   font-weight: 600;
}

.jgl_disclaimerbox_almada a:hover {
    color: #fff;
}

.jgl_agepopup_overlay_almada {
    display: none;
   position: fixed;
    top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    justify-content: center;
   align-items: center;
  backdrop-filter: blur(5px);

}

.jgl_agepopup_overlay_almada.active {
   display: flex;
}

.jgl_agepopup_content_district {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    border: 3px solid #d4af37;
    border-radius: 15px;
   padding: 40px;
    max-width: 500px;
   width: 90%;
  box-shadow: 0 20px 60px rgba(212, 175, 55, 0.3);
   animation: jgl_popup_fadein 0.4s ease;
}@keyframes jgl_popup_fadein {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}.jgl_agepopup_header_almada {
    text-align: center;
    margin-bottom: 25px;
}

.jgl_agepopup_icon_porto {
  width: 60px;
    height: 60px;
  filter: invert(70%) sepia(60%) saturate(450%) hue-rotate(10deg) brightness(95%);
  margin-bottom: 15px;
}

.jgl_agepopup_header_almada h2 {
    color: #d4af37;
   font-size: 28px;
   font-weight: 700;
   margin: 0;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.jgl_agepopup_body_almada {


  text-align: center;
    margin-bottom: 30px;
	}

.jgl_agepopup_body_almada p {
   color: #b3b3b3;
    font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.jgl_agepopup_actions_porto {
   display: flex;
   gap: 15px;
  margin-bottom: 20px;
}

.jgl_agepopup_btn_confirm_district,
.jgl_agepopup_btn_decline_almada {
    flex: 1;
   padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
   text-transform: uppercase;
  letter-spacing: 1px;
    border: 2px solid;
  border-radius: 8px;
  cursor: pointer;
    transition: all 0.3s ease;
}

.jgl_agepopup_btn_confirm_district {
    background: #d4af37;
   border-color: #d4af37;
   color: #fff;
}

.jgl_agepopup_btn_confirm_district:hover {
    background: #c19b2f;
   border-color: #c19b2f;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.jgl_agepopup_btn_decline_almada {
    background: transparent;
     border-color: #777;
       color: #999;
}

.jgl_agepopup_btn_decline_almada:hover {
    background: #444;
  border-color: #999;
    color: #fff;
}

.jgl_agepopup_footer_district {
    text-align: center;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
   padding-top: 15px;
}

.jgl_agepopup_footer_district p {
    color: #777;
  font-size: 12px;
  margin: 0;
  font-style: italic;
}@media (max-width: 991px) {
    .jgl_col3_district,
    .jgl_col4_district {
        width: 100%;
        margin-bottom: 30px;
    }

    .jgl_floatleft_porto {
        float: none;
    }

    .jgl_mr5_district {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .jgl_certlogos_almada {
        gap: 25px;
    }

    .jgl_certlink_district img {
        height: 50px;
    }
}

@media (max-width: 576px) {
    .jgl_agepopup_content_district {
        padding: 30px 20px;
    }

    .jgl_agepopup_header_almada h2 {
        font-size: 24px;
    }

    .jgl_agepopup_actions_porto {
        flex-direction: column;
    }

    .jgl_agepopup_btn_confirm_district,
    .jgl_agepopup_btn_decline_almada {
        width: 100%;
    }

    .jgl_disclaimerbox_almada {
        padding: 20px;
    }

    .jgl_disclaimertitle_district {
        font-size: 16px;
    }
}.jgl_catalogzone_almada {
  background: #1a1a1a;
   padding-top: 0;
}

.jgl_catalogheader_porto {
  text-align: center;
    margin-bottom: 60px;
}

.jgl_catalogsubtitle_almada {
  color: #d4af37;
  font-size: 14px;
  font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 2px;
   display: block;
   margin-bottom: 12px;
}

.jgl_catalogtitle_district {
    font-size: 45px;
   color: #ffffff;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.jgl_catalogdesc_porto {
    font-size: 18px;
    color: #b3b3b3;
   max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.jgl_cataloglist_almada {
    display: flex;
    flex-direction: column;
   gap: 30px;
}

.jgl_operatorcard_porto {
  background: linear-gradient(135deg, #2c2c2c 0%, #252525 100%);
  border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
  padding: 30px;
    display: grid;
  grid-template-columns: 40px 220px 1fr 200px 180px;
    gap: 30px;
   align-items: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.jgl_operatorcard_porto:hover {
  border-color: #d4af37;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.jgl_operatorcard_porto::before {
  content: '';
   position: absolute;
   top: 0;
  left: 0;
    width: 4px;
   height: 100%;
  background: linear-gradient(180deg, #d4af37 0%, #c19b2f 100%);
}

.jgl_cardrank_district {
    text-align: center;
}

.jgl_ranknumber_almada {
    display: inline-block;
    width: 40px;
    height: 40px;
  background: linear-gradient(135deg, #d4af37 0%, #c19b2f 100%);
  color: #1a1a1a;
    font-size: 18px;
    font-weight: 800;
   border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
}

.jgl_cardsection_logo_porto {
  text-align: center;
   padding: 0 20px;
  border-right: 1px solid rgba(212, 175, 55, 0.2);
}

.jgl_operatorlogo_almada {
    width: 140px;
  height: 70px;
   object-fit: contain;
  margin-bottom: 12px;
  filter: brightness(1.1) contrast(1.05);
}

.jgl_operatorname_district {
   color: #fff;
  font-size: 20px;
    font-weight: 700;
  margin: 0 0 10px 0;
}

.jgl_rating_porto {
    display: flex;
  align-items: center;
    justify-content: center;
   gap: 8px;
}

.jgl_ratingicon_almada {
  width: 18px;
    height: 18px;
  filter: invert(70%) sepia(60%) saturate(450%) hue-rotate(10deg) brightness(95%);
}

.jgl_ratingvalue_district {
  color: #d4af37;
  font-size: 16px;
  font-weight: 700;
}

.jgl_cardsection_bonus_almada {
   text-align: center;
  padding: 0 20px;
  border-right: 1px solid rgba(212, 175, 55, 0.2);
}

.jgl_bonuslabel_porto {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
   letter-spacing: 1px;
    margin-bottom: 8px;
}

.jgl_bonusamount_district {
  color: #d4af37;
   font-size: 24px;
    font-weight: 800;
  line-height: 1.2;
    margin-bottom: 4px;
}

.jgl_bonusdetail_almada {
  color: #fff;
    font-size: 20px;
   font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}

.jgl_bonusextra_porto {
    color: #b3b3b3;
  font-size: 14px;
    font-weight: 600;
}

.jgl_cardsection_features_district {
  padding: 0 20px;
  border-right: 1px solid rgba(212, 175, 55, 0.2);
}

.jgl_featuretitle_almada {
    color: #888;
    font-size: 12px;
   text-transform: uppercase;
    letter-spacing: 1px;
   margin-bottom: 12px;
}

.jgl_featurelist_porto {
   list-style: none;
      padding: 0;
  margin: 0;
}

.jgl_featurelist_porto li {
   color: #b3b3b3;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
   align-items: center;
   gap: 10px;
}

.jgl_checkicon_district {
   width: 16px;
    height: 16px;
  filter: invert(70%) sepia(60%) saturate(450%) hue-rotate(10deg) brightness(95%);
    flex-shrink: 0;
}

.jgl_cardsection_action_almada {
    text-align: center;
}

.jgl_bonusbtn_porto {
    display: inline-flex;
   align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #d4af37 0%, #c19b2f 100%);
  color: #1a1a1a;
    padding: 14px 28px;
   border-radius: 8px;
   text-decoration: none;
  font-size: 15px;
   font-weight: 700;
  text-transform: uppercase;
   letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.jgl_bonusbtn_porto:hover {
  background: linear-gradient(135deg, #c19b2f 0%, #a88628 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

.jgl_btnicon_almada {
    width: 16px;
   height: 16px;
  filter: invert(0);
}

.jgl_terms_district {
  color: #666;
  font-size: 11px;
  margin-top: 10px;
    margin-bottom: 0;
}@media (max-width: 1199px) {
    .jgl_operatorcard_porto {
        grid-template-columns: 40px 180px 1fr 180px 160px;
        gap: 20px;
        padding: 25px;
    }

    .jgl_operatorlogo_almada {
        width: 120px;
        height: 60px;
    }

    .jgl_bonusamount_district {
        font-size: 22px;
    }

    .jgl_bonusdetail_almada {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .jgl_operatorcard_porto {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 20px;
    }

    .jgl_cardrank_district {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .jgl_cardsection_logo_porto,
    .jgl_cardsection_bonus_almada,
    .jgl_cardsection_features_district {
        border-right: none;
        border-bottom: 1px solid rgba(212, 175, 55, 0.2);
        padding: 0 0 20px 0;
        margin-bottom: 5px;
    }

    .jgl_cardsection_action_almada {
        padding-top: 10px;
    }

    .jgl_operatorlogo_almada {
        width: 160px;
        height: 80px;
    }

    .jgl_catalogtitle_district {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .jgl_catalogtitle_district {
        font-size: 28px;
    }

    .jgl_catalogdesc_porto {
        font-size: 16px;
    }

    .jgl_operatorcard_porto {
        padding: 25px 15px;
    }

    .jgl_bonusamount_district {
        font-size: 20px;
    }

    .jgl_bonusdetail_almada {
        font-size: 16px;
    }

    .jgl_bonusbtn_porto {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 14px;
    }
}