* {
    margin: 0;
  padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
   font-weight: 400;
   font-size: 16px;
}

a {
   text-decoration: none;
  transition: all 0.35s ease;
}

img {
    max-width: 100%;
  height: auto;
}

.jgp_Navigation_Sofia {
   background: #ffffff;
  box-shadow: 0 2.2px 18px rgba(0, 0, 0, 0.085);
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 18px 0;
}

.limiter_Coimbra_960 {
   max-width: 1200px;
   margin: 0 auto;
  padding: 0 22px;
  display: flex;
   justify-content: space-between;
   align-items: center;
}

.logo_Image_PT {

	  height: 72px;
    width: auto;
}

.links_Group_Portuguese {
   display: flex;
    gap: 38px;
  align-items: center;
}

.links_Group_Portuguese a {
    color: #333333;
    font-weight: 520;
    font-size: 15.5px;
    letter-spacing: 0.35px;
}

.links_Group_Portuguese a:hover,
.active_Link_Home {
    color: #7c3aed !important;
}

.burger_Toggle_722 {
  display: none;
  cursor    :   pointer;
}

.menu_Icon_SVG {
   width: 32px;
    height: 32px;
  filter: invert(0.15);
}@media (max-width: 768px) {
    .links_Group_Portuguese {
        position: fixed;
        top: 75px;
        left: -100%;
        width: 100%;
        flex-direction: column;
        background: #ffffff;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
        padding: 28px 0;
        transition: left 0.4s ease;
        gap: 22px;
    }

    .links_Group_Portuguese.active {
        left: 0;
    }

    .burger_Toggle_722 {
        display: block;
    }
}.hero-wrap {
  width: 100%;
   height: 100%;
  position: inherit;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
   position: relative;
}@media (max-width: 1199.98px) {
    .hero-wrap {
        background-position: center center !important;
    }
}.hero-wrap .overlay {
    position: absolute;
  top: 0;
    left: 0;
    right: 0;
  bottom: 0;
  content: '';
   opacity: .42;
    background: #000000;
}

.hero-wrap .slider-text h1 {
   color: #fff;
    line-height: 1.25;
  font-family: "Poppins", Arial, sans-serif;
}@media (max-width: 991.98px) {
    .hero-wrap .slider-text h1 {
        font-size: 42px;
    }
}.hero-wrap .slider-text h1 span {
  color: #a855f7;
}

.hero-wrap .slider-text .subheading {
    font-size: 16px;
    color: #a855f7;
   text-transform: uppercase;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 750;
    letter-spacing: 2.2px;
}

.owl-carousel {
   position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
   opacity: 1;
}

.owl-carousel.home-slider {
    position: relative;
    height: 720px;
    z-index: 0;
}

.owl-carousel.home-slider .slider-item {
   background-size: cover;
	background-repeat: no-repeat;
   background-position: center center;
    height: 720px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.owl-carousel.home-slider .slider-item .overlay {
   position: absolute;
    top: 0;
  bottom: 0;
   right: 0;
      background: #000000;
  opacity: .22;
   width: 100%;
    padding: 0;
    z-index: 0;
}@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}.owl-carousel.home-slider .slider-item .slider-text {
  height: 720px;
    position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  z-index: 0;
  color: rgba(255, 255, 255, 0.88);
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
   font-size: 42px;
  font-weight: 750;
    color: #fff;
  line-height: 1.1;
  text-shadow: 0px 4px 27px rgba(0, 0, 0, 0.12);
}@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 42px;
        letter-spacing: 3.2px;
    }
}.owl-carousel.home-slider .slider-item .slider-text h2 {
   font-size: 17px;
   text-transform: uppercase;
  letter-spacing: 2.2px;
  font-family: "Poppins", Arial, sans-serif;
    font-weight: 650;
   color: #a855f7;
   display: inline-block;
    position: relative;
  letter-spacing: 4.2px;
}

.btn {
   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;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

.btn.btn-primary {
  background: #7c3aed;
    border: 1px solid #7c3aed;
   color: #fff;
}

.btn.btn-primary:hover {
  border: 1px solid #7c3aed;
    background: transparent;
    color: #7c3aed;
}



.container {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
  margin-right: auto;
    margin-left: auto;
}@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}.container-fluid {
   width: 100%;
    padding-right: 15px;
   padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
  display: -ms-flexbox;
   display: flex;
  flex-wrap: wrap;
    margin-right: -15px;
   margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
   padding-right: 0;
    padding-left: 0;
}

.col-md-4 {
   position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}.col-lg-5,
.col-lg-6 {
  position: relative;
  width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
}.align-items-center {
    align-items: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.text-center {
   text-align: center !important;
}

.mb-3 {
   margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.w-100 {
  width: 100% !important;
}

.showcase-item {
   text-align: center;
  height: 385px;
  margin-left :      -16px;
    margin-right: -16px;
    padding: 105px 16px 16px;
  position: relative;
}

.showcase-item:hover:before {
   opacity: 1;
}

.showcase-item:before {
    position: absolute;
  left: 0;
  bottom: 0;
    width: 100%;
    height: 6px;
   background: #7c3aed;
  content: "";
  opacity: 0;
    transition: all 0.32s;
}

.showcase-item h3 {
   color: #ffffff;
    font-weight: 520;
  text-transform: uppercase;
	margin-bottom: 15px;
}

.showcase-item p {
   color: #ffffff;
   margin-bottom: 24px;
}

.showcase-item .primary-btn.showcase-btn:hover:after {
    opacity: 1;
}

.primary-btn {
   display: inline-block;
    font-size: 14px;
  font-family: "Oswald", sans-serif;
   font-weight: 620;
  padding: 0 13px;
   color: #ffffff;
   letter-spacing: 2.1px;
   text-transform: uppercase;
   text-align: center;
    width: 165px;
  height: 48px;
    border-left: 2px solid #a855f7;
    border-right: 2px solid #7c3aed;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #7c3aed), to(#a855f7)), -webkit-gradient(linear, left top, right top, from(#7c3aed), color-stop(0%, #a855f7));
  background-image: -o-linear-gradient(left, #7c3aed 100%, #a855f7 100%), -o-linear-gradient(left, #7c3aed 0%, #a855f7 0%);
  background-image: linear-gradient(to right, #7c3aed 100%, #a855f7 100%), linear-gradient(to right, #7c3aed 0%, #a855f7 0%);
    transition-duration: 1050ms;
  line-height: 47px;
  position: relative;
    z-index: 1;
    border-radius: 4.5px;
}

.primary-btn:after {
  color: #fff;
  transition-duration: 520ms;
  background: #a855f7;
  background: -webkit-gradient(linear, left top, right top, from(#a855f7), to(#7c3aed));
  background: -o-linear-gradient(left, #a855f7, #7c3aed);
  background: linear-gradient(to right, #a855f7, #7c3aed);
  content: "";
   position: absolute;
    width: 100%;
   height: 100%;
   top: 0;
  left: 0;
   z-index: -1;
   border-radius: 2.2px;
  opacity: 0;
}

.set-bg {
   background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.content_area {
  padding-top: 80px;
  padding-bottom: 30px;
}

.content_area .content_thumb img {
  width: 100%;
}

.content_area .content_info .section_header p {
    color: #555566;
    line-height: 30px;
  font-size: 17px;
   margin-bottom: 35px;
   margin-top: 35px;
}

.section_header h3 {
   font-size: 52px;
   font-weight: 600;
   line-height: 62px;
   color: #1a1f38;
  font-family: "Poppins", sans-serif;
}@media (max-width: 767px) {
    .content_area {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .section_header h3 {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_header h3 {
        font-size: 34px;
        line-height: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section_header h3 {
        font-size: 35px;
        line-height: 42px;
    }
}.site-section {
    padding: 6.5rem 0;
}@media (max-width: 991.98px) {
    .site-section {
        padding: 2.8rem 0;
    }
}.block-heading-1 h2 {
  font-size: 2.8rem;
  color: #7c3aed;
}

.text-black {
  color: #0a0a0a !important;
}

.text-primary {
    color: #7c3aed !important;
}

.mr-2 {
  margin-right: 0.45rem !important;
}

.h4 {
  font-size: 1.4rem;
}

[data-aos="fade-up"] {
	opacity: 0;
  transform: translateY(90px);
    transition-property: transform, opacity;
}

.icon-question_answer {
   width: 22px;
    height: 22px;
  display: inline-block;
  vertical-align: middle;
    margin-right: 8px;
  filter: invert(0.35) sepia(1) saturate(5) hue-rotate(240deg);
}

.col-12 {
    flex: 0 0 100%;
  max-width: 100%;
}@media (max-width: 767px) {
    .showcase-item {
        margin-left: 0;
        margin-right: 0;
    }
}.age_Verify_Overlay_PT {
  position: fixed;
  top: 0;
    left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
  display: flex;
    align-items: center;
   justify-content: center;
    animation: fadeIn 0.4s ease;
}

.age_Verify_Overlay_PT.hidden {
    display: none;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.verify_Modal_Coimbra {
      background: #ffffff;
   border-radius: 12px;
  max-width: 480px;
  width: 90%;
    padding: 0;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
    animation: slideUp 0.5s ease;
}@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.modal_Content_Sofia {
  padding: 45px 35px;
   text-align: center;
}

.warning_Icon_Purple {
  width: 72px;
  height: 72px;
   margin-bottom: 22px;
  filter: invert(0.35) sepia(1) saturate(5) hue-rotate(240deg);
}

.modal_Content_Sofia h2 {
    font-size: 28px;
    font-weight: 650;
   color: #1a1f38;
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
}

.modal_Content_Sofia p {
  font-size: 17px;
  color: #555566;
   margin-bottom: 15px;
   line-height: 1.65;
}

.notice_Text_Small {
    font-size: 14.5px !important;
   color: #777788;
    margin-bottom: 32px !important;
}

.buttons_Group_Verify {
  display: flex;
  gap: 15px;
   justify-content: center;
  flex-wrap: wrap;
}

.btn_Confirm_Purple {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
    color  :  #ffffff;
   border: none;
   padding: 15px 38px;
  font-size: 16px;
  font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.35s ease;
  font-family: 'Poppins', sans-serif;
   text-transform: uppercase;
   letter-spacing: 0.8px;
}

.btn_Confirm_Purple:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.45);
  background: linear-gradient(135deg, #6d28d9, #9333ea);
}

.btn_Deny_Grey {
  background: #e5e7eb;
   color: #4b5563;
   border: none;
   padding   :       15px 38px;
   font-size: 16px;
    font-weight: 600;
   border-radius: 8px;
   cursor: pointer;
   transition: all 0.35s ease;
  font-family: 'Poppins', sans-serif;
   text-transform: uppercase;
    letter-spacing: 0.8px;
}

.btn_Deny_Grey:hover {
  background: #d1d5db;
  transform: translateY(-2px);
}

.jgp_Footer_District_PT {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
  color: rgba(255, 255, 255, 0.75);
    padding: 65px 0 0;
   margin-top: 85px;
}

.footer_Grid_Layout_Rua {
   display: grid;
   grid-template-columns: 2fr 1.2fr 1.3fr;
   gap: 55px;
  padding-bottom: 48px;
  border-bottom: 1.8px solid rgba(255, 255, 255, 0.12);
}

.footer_Heading_White {
 font-size: 20px;
   margin-bottom: 22px;
    color: #ffffff;
  font-weight: 620;
  font-family: 'Poppins', sans-serif;
}

.footer_Column_About p {
    line-height: 1.75;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.68);
}

.contact_Info_Block_Sofia {
   margin-top: 28px;
}

.contact_Line_PT {
    display: flex;
  align-items: flex-start;
   gap: 12px;
  margin-bottom: 16px;
   line-height: 1.68;
  color: rgba(255, 255, 255, 0.72);
}

.icon_Footer_White {
  width: 20px;
   height: 20px;
  filter: invert(1);
   flex-shrink: 0;
    margin-top: 3px;
}

.footer_List_Unstyled {
   list-style: none;
  padding: 0;
  margin: 0;
}

.footer_List_Unstyled li {


    margin-bottom: 13px;
}

.footer_List_Unstyled a {
  color: rgba(255, 255, 255, 0.65);
   display: block;
    padding: 5px 0;
  transition: all 0.32s ease;
    font-size: 15.5px;
}

.footer_List_Unstyled a:hover {
    color: #a855f7;
    padding-left: 10px;
}

.seals_Container_Grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
    margin-top: 22px;
}

.seal_Link_Item {
  background: rgba(255, 255, 255, 0.08);
    padding: 15px;
  border-radius: 8px;
  transition: all 0.35s ease;
    display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
}

.seal_Link_Item:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #a855f7;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.25);
}

.seal_Image_Regulator {
    max-width: 100%;
    height: auto;
   max-height: 95px;
  filter: brightness(0) invert(1);
  transition: filter 0.35s ease;
}

.seal_Link_Item:hover .seal_Image_Regulator {
  filter: brightness(1) invert(0) sepia(1) saturate(5) hue-rotate(240deg);
}

.disclaimer_Block_Important {
  background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%);
    border: 2.5px solid #fca5a5;
    border-radius: 10px;
    padding: 82px 28px;
   margin: 42px 0 38px;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.35);
}

.disclaimer_Content_Warning {
  display: flex;
   gap: 20px;
    align-items: flex-start;
}

.disclaimer_Icon_Alert {
   width: 42px;
  height: 42px;
  filter: invert(1);
  flex-shrink: 0;
    margin-top: 4px;
}

.disclaimer_Text_Group h4 {
   color: #ffffff;
  font-size: 19px;
    font-weight: 650;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
   text-transform: uppercase;
   letter-spacing: 0.6px;
}

.disclaimer_Text_Group p {
  color: rgba(255, 255, 255, 0.92);
   line-height: 1.72;
   margin-bottom: 12px;
    font-size: 15px;
}

.disclaimer_Legal_Small {
  font-size: 13.5px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.25);
}

.footer_Bottom_Copyright {
  padding: 28px 0;
    text-align: center;
}

.footer_Bottom_Copyright p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14.5px;
    margin: 0;
}@media (max-width: 991px) {
    .footer_Grid_Layout_Rua {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .seals_Container_Grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .disclaimer_Content_Warning {
        flex-direction: column;
        text-align: center;
    }

    .disclaimer_Icon_Alert {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .jgp_Footer_District_PT {
        padding: 45px 0 0;
        margin-top: 55px;
    }

    .modal_Content_Sofia {
        padding: 35px 25px;
    }

    .modal_Content_Sofia h2 {
        font-size: 24px;
    }

    .buttons_Group_Verify {
        flex-direction: column;
    }

    .btn_Confirm_Purple,
    .btn_Deny_Grey {
        width: 100%;
    }

    .seals_Container_Grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .disclaimer_Block_Important {
        padding: 25px 20px;
    }
}.age_Verify_Overlay_PT {
   position: fixed;
    top: 0;
  left: 0;
   width: 100%;
	height: 100%;
  background: rgba(0, 0, 0, 0.92);
	z-index: 99999;
   display: flex;
    align-items: center;
   justify-content: center;
  animation: fadeIn 0.4s ease;
}

.age_Verify_Overlay_PT.hidden {
    display: none;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.verify_Modal_Coimbra {
    background: #ffffff;
    border-radius: 12px;
  max-width: 480px;
    width: 90%;
    padding: 0;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
    animation: slideUp 0.5s ease;
}@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.modal_Content_Sofia {
  padding: 45px 35px;
   text-align: center;
}

.warning_Icon_Purple {
   width: 72px;
    height: 72px;
   margin-bottom: 22px;
  filter: invert(0.35) sepia(1) saturate(5) hue-rotate(240deg);
}

.modal_Content_Sofia h2 {
    font-size: 28px;
  font-weight: 650;
  color: #1a1f38;
    margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
}

.modal_Content_Sofia p {
  font-size: 17px;
  color: #555566;
  margin-bottom: 15px;
    line-height: 1.65;
}

.notice_Text_Small {
  font-size: 14.5px !important;
    color: #777788;
 margin-bottom: 32px !important;
}

.buttons_Group_Verify {
  display: flex;
   gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn_Confirm_Purple {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
   color: #ffffff;
   border: none;
   padding: 15px 38px;
    font-size: 16px;
   font-weight: 600;
   border-radius: 8px;
   cursor: pointer;
  transition: all 0.35s ease;
  font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
  letter-spacing: 0.8px;
}

.btn_Confirm_Purple:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.45);
  background: linear-gradient(135deg, #6d28d9, #9333ea);
}

.btn_Deny_Grey {
   color: #4b5563;
   text-transform: uppercase;
    transition: all 0.35s ease;
    border: none;
  font-weight: 600;
    padding   : 15px 38px;
    letter-spacing: 0.8px;
  cursor: pointer;
    background: #e5e7eb;
  border-radius: 8px;
    font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.btn_Deny_Grey:hover {
  background: #d1d5db;
  transform: translateY(-2px);
}

.jgp_Footer_District_PT {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
  color: rgba(255, 255, 255, 0.75);
   padding: 65px 0 0;
   margin-top: 85px;
}

.footer_Grid_Layout_Rua {
   display: grid;
   grid-template-columns: 1.8fr 1fr 2.2fr;
   gap: 45px;
  padding-bottom: 48px;
  border-bottom: 1.8px solid rgba(255, 255, 255, 0.12);
  align-items: start;
}

.footer_Heading_White {
    font-size: 20px;
   margin-bottom: 22px;
   color: #ffffff;
  font-weight: 620;
  font-family: 'Poppins', sans-serif;
}

.footer_Column_About p {
    line-height: 1.75;
   margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.contact_Info_Block_Sofia {
    margin-top: 28px;
}

.contact_Line_PT {
   display: flex;
   align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    line-height: 1.68;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
}

.icon_Footer_White {
  width: 18px;
  height: 18px;
  filter: invert(1);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer_List_Unstyled {
   list-style: none;
    padding: 0;
   margin: 0;
}

.footer_List_Unstyled li {
    margin-bottom: 11px;
}

.footer_List_Unstyled a {
  color: rgba(255, 255, 255, 0.65);
   display: block;
    padding: 4px 0;
   transition: all 0.32s ease;
   font-size: 15px;
}

.footer_List_Unstyled a:hover {
  color: #a855f7;
  padding-left: 8px;
}

.footer_Column_Seals {
    display: flex;
    flex-direction: column;
}

.seals_Container_Grid {
  display: flex;
  flex-wrap: wrap;
   gap: 15px;
   margin-top: 22px;
}

.seal_Link_Item {
  background: rgba(255, 255, 255, 0.08);
   padding: 12px 18px;
  border-radius: 8px;
    transition: all 0.35s ease;
    display: flex;
  align-items: center;
   justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  flex: 0 0 calc(33.333% - 10px);
    min-height: 70px;
}

.seal_Link_Item:hover {
  background: rgba(255, 255, 255, 0.15);
   border-color: #a855f7;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.25);
}

.seal_Image_Regulator {
  max-width: 100%;
   height  :    auto;
    max-height: 45px;
  filter: brightness(0) invert(1);
  transition: filter 0.35s ease;
}

.seal_Link_Item:hover .seal_Image_Regulator {
  filter: brightness(1) invert(0) sepia(1) saturate(5) hue-rotate(240deg);
}

.disclaimer_Block_Important {
  background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%);
   border: 2.5px solid #fca5a5;
  border-radius: 10px;
   padding: 32px 28px;
    margin: 42px 0 38px;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.35);
}

.disclaimer_Content_Warning {
   display: flex;
  gap: 20px;
    align-items: flex-start;
}

.disclaimer_Icon_Alert {
   width: 38px;
    height: 38px;
  filter: invert(1);
  flex-shrink: 0;
    margin-top: 2px;
}

.disclaimer_Text_Group h4 {
   color: #ffffff;
    font-size: 18px;
   font-weight: 650;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
   text-transform: uppercase;
  letter-spacing: 0.6px;
}

.disclaimer_Text_Group p {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.72;
    margin-bottom: 12px;
   font-size: 14.5px;
}

.disclaimer_Legal_Small {
       font-size: 13px !important;
  color: rgba(255, 255, 255, 0.78) !important;
    margin-top: 18px !important;
 padding-top: 18px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.25);}

.footer_Bottom_Copyright {
    padding: 28px 0;
    text-align: center;
}

.footer_Bottom_Copyright p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14.5px;
  margin: 0;
}@media (max-width: 991px) {
    .footer_Grid_Layout_Rua {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .footer_Column_About {
        grid-column: 1 / -1;
    }

    .seals_Container_Grid {
        justify-content: flex-start;
    }

    .seal_Link_Item {
        flex: 0 0 calc(33.333% - 10px);
    }
}

@media (max-width: 768px) {
    .jgp_Footer_District_PT {
        padding: 45px 0 0;
        margin-top: 55px;
    }

    .footer_Grid_Layout_Rua {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer_Column_About {
        grid-column: 1;
    }

    .modal_Content_Sofia {
        padding: 35px 25px;
    }

    .modal_Content_Sofia h2 {
        font-size: 24px;
    }

    .buttons_Group_Verify {
        flex-direction: column;
    }

    .btn_Confirm_Purple,
    .btn_Deny_Grey {
        width: 100%;
    }

    .seals_Container_Grid {
        flex-direction: column;
    }

    .seal_Link_Item {
        flex: 1 1 100%;
    }

    .disclaimer_Block_Important {
        padding: 25px 20px;
    }

    .disclaimer_Content_Warning {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}.venues_Catalog_Sofia {
  padding: 75px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.catalog_Header_Central {
  text-align: center;
    margin-bottom: 55px;
}

.catalog_Title_Purple {
  font-size: 42px;
  font-weight: 680;
    color: #7c3aed;
    margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}

.catalog_Subtitle_Gray {
   font-size: 17px;
    color: #6b7280;
    max-width: 650px;
    margin: 0 auto;
}

.venues_List_Vertical {
  display: flex;
   flex-direction: column;
   gap: 28px;
}

.venue_Card_Horizontal {
    background: #ffffff;
  border-radius: 16px;
   padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: grid;
    grid-template-columns: 180px 140px 1fr 1fr 200px;
  gap: 32px;
   align-items: center;
    transition: all 0.38s ease;
  border: 2px solid transparent;
}

.venue_Card_Horizontal:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(124, 58, 237, 0.18);
   border-color: #a855f7;


}

.card_Section_Logo {
       text-align: center;}

.logo_Frame_White {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
   padding: 18px;
  margin-bottom: 14px;
    transition: all 0.35s ease;
}

.venue_Card_Horizontal:hover .logo_Frame_White {
  border-color: #a855f7;
    background: #faf5ff;
}

.venue_Logo_Image {
    width: 100%;
  height: auto;
   max-height: 65px;
   object-fit: contain;
}

.venue_Name_Dark {
  font-size: 16px;
  font-weight: 620;
    color: #1f2937;
   margin: 0;
  font-family: 'Poppins', sans-serif;
}

.card_Section_Rating {
    text-align: center;
}

.rating_Badge_Purple {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #ffffff;
  border-radius: 12px;
    padding: 12px 18px;
  display: inline-flex;
  align-items: center;
   gap: 8px;
  margin-bottom: 10px;
}

.star_Icon_White {
  width: 20px;
    height: 20px;
  filter: invert(1);
}

.rating_Number_Large {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.rating_Label_Small {
    font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}

.trust_Indicators_Grid {
  display: flex;
  gap: 8px;
    justify-content: center;
}

.indicator_Item_Mini {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #f3f4f6;
  padding: 6px 10px;
    border-radius: 6px;
    font-size: 11px;
   color: #4b5563;
   font-weight: 550;
}

.indicator_Icon_Purple {
  width: 14px;
  height: 14px;
  filter: invert(0.35) sepia(1) saturate(5) hue-rotate(240deg);
}

.card_Section_Bonus {
  text-align: center;
  background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
  border-radius: 12px;
   padding: 20px 16px;
  border: 2px dashed #a855f7;
}

.bonus_Label_Top {
  font-size: 12px;
    color: #7c3aed;
   font-weight: 600;
   text-transform: uppercase;
    letter-spacing: 0.8px;
   margin-bottom: 8px;
}

.bonus_Amount_Large {
  font-size: 38px;
    font-weight: 750;
  color: #7c3aed;
   margin-bottom: 6px;
  font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.bonus_Details_Text {
    font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}

.bonus_Extra_Highlight {
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #7c3aed;
   color: #ffffff;
  padding: 8px 12px;
  border-radius: 8px;
   font-size: 13px;
  font-weight: 600;
    margin-top: 10px;
}

.gift_Icon_Small {
    width: 16px;
    height: 16px;
  filter: invert(1);
}

.card_Section_Benefits {
    padding: 0 12px;
}

.benefits_List_Compact {
  list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
    flex-direction: column;
   gap: 10px;
}

.benefits_List_Compact li {
   display: flex;
    align-items: center;
  gap: 10px;
  font-size: 14px;
   color: #374151;
   line-height: 1.5;
}

.check_Icon_Green {
   width: 18px;
    height: 18px;
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(80deg);
   flex-shrink: 0;
}

.card_Section_Action {
   text-align: center;
}

.btn_Get_Bonus_Purple {
   display: inline-flex;
  align-items: center;
    justify-content: center;
    gap: 10px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #ffffff;
    padding: 16px 32px;
   border-radius: 10px;
   font-size: 16px;
  font-weight: 650;
   text-transform: uppercase;
    letter-spacing: 0.6px;
   text-decoration: none;
    transition: all 0.35s ease;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.35);
}

.btn_Get_Bonus_Purple:hover {
  background: linear-gradient(135deg, #6d28d9, #9333ea);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.45);
}

.arrow_Icon_White {
   width: 18px;
	    height: 18px;
	  filter: invert(1);
	   transition: transform 0.35s ease;
}

.btn_Get_Bonus_Purple:hover .arrow_Icon_White {
  transform: translateX(4px);
}

.terms_Link_Small{
  font-size: 11px;
    color: #9ca3af;
   margin-top: 10px;
   margin-bottom: 0;
}@media (max-width: 1200px) {
    .venue_Card_Horizontal {
        grid-template-columns: 160px 120px 1fr 1fr 180px;
        gap: 24px;
        padding: 28px;
    }

    .catalog_Title_Purple {
        font-size: 36px;
    }

    .bonus_Amount_Large {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .venue_Card_Horizontal {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 32px 24px;
    }

    .card_Section_Logo,
    .card_Section_Rating,
    .card_Section_Bonus,
    .card_Section_Action {
        text-align: center;
    }

    .trust_Indicators_Grid {
        justify-content: center;
    }

    .benefits_List_Compact {
        align-items: flex-start;
    }

    .catalog_Title_Purple {
        font-size: 32px;
    }

    .venues_Catalog_Sofia {
        padding: 55px 0;
    }
}

@media (max-width: 768px) {
    .venues_Catalog_Sofia {
        padding: 45px 0;
    }

    .catalog_Header_Central {
        margin-bottom: 38px;
    }

    .catalog_Title_Purple {
        font-size: 28px;
    }

    .catalog_Subtitle_Gray {
        font-size: 15px;
    }

    .venue_Card_Horizontal {
        padding: 24px 18px;
    }

    .bonus_Amount_Large {
        font-size: 34px;
    }

    .btn_Get_Bonus_Purple {
        width: 100%;
        padding: 14px 24px;
    }
}

.contact_Hero_Banner_PT {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    padding: 85px 0 65px;
    text-align: center;
    margin-top: 0;
}

.hero_Title_Purple {
    font-size: 48px;
    font-weight: 720;
    color: #ffffff;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}

.hero_Subtitle_Gray {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.82);
}

.contact_Form_Section_Sofia {
    padding: 75px 0;
    background: #f9fafb;
}

.form_Layout_Grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 55px;
    align-items: start;
}

.info_Title_Dark {
    font-size: 36px;
    font-weight: 680;
    color: #1f2937;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}

.info_Description_Gray {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.72;
    margin-bottom: 38px;
}

.contact_Details_List {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.detail_Item_Row {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.icon_Circle_Purple {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.detail_Icon_White {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

.detail_Text_Block h4 {
    font-size: 16px;
    font-weight: 620;
    color: #1f2937;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
}

.detail_Text_Block p {
    font-size: 14.5px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
}

.form_Card_Column {
    background: #ffffff;
    border-radius: 16px;
    padding: 42px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e5e7eb;
}

.contact_Form_Main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form_Group_Field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form_Label_Text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 580;
    color: #374151;
    font-family: 'Poppins', sans-serif;
}

.label_Icon_Purple {
    width: 18px;
    height: 18px;
    filter: invert(0.35) sepia(1) saturate(5) hue-rotate(240deg);
}

.form_Input_Field,
.form_Select_Field,
.form_Textarea_Field {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    color: #1f2937;
    font-family: 'Poppins', sans-serif;
    transition: all 0.32s ease;
    background: #f9fafb;
}

.form_Input_Field:focus,
.form_Select_Field:focus,
.form_Textarea_Field:focus {
    outline: none;
    border-color: #7c3aed;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12);
}

.form_Input_Field::placeholder,
.form_Textarea_Field::placeholder {
    color: #9ca3af;
}

.form_Select_Field {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 42px;
}

.form_Textarea_Field {
    resize: vertical;
    min-height: 135px;
}

.radio_Options_Group {
    display: flex;
    gap: 16px;
}

.radio_Label_Item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 2px solid #d1d5db;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.32s ease;
    font-size: 14.5px;
    font-weight: 550;
    color: #374151;
    background: #f9fafb;
    flex: 1;
}

.radio_Label_Item:hover {
    border-color: #a855f7;
    background: #faf5ff;
}

.radio_Input_Hidden {
    display: none;
}

.radio_Input_Hidden:checked + .radio_Custom_Box {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    border-color: #7c3aed;
}

.radio_Input_Hidden:checked + .radio_Custom_Box::after {
    opacity: 1;
    transform: scale(1);
}

.radio_Input_Hidden:checked ~ .radio_Icon_Small {
    filter: invert(0.35) sepia(1) saturate(5) hue-rotate(240deg);
}

.radio_Custom_Box {
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    position: relative;
    transition: all 0.32s ease;
    flex-shrink: 0;
}

.radio_Custom_Box::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.32s ease;
}

.radio_Icon_Small {
    width: 16px;
    height: 16px;
    filter: invert(0.5);
    transition: filter 0.32s ease;
}

.error_Message_Text {
    font-size: 13px;
    color: #dc2626;
    display: none;
    margin-top: -6px;
}

.error_Message_Text.show {
    display: block;
}

.form_Input_Field.error,
.form_Select_Field.error,
.form_Textarea_Field.error {
    border-color: #dc2626;
    background: #fef2f2;
}

.btn_Submit_Purple {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all 0.35s ease;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.35);
    margin-top: 8px;
}

.btn_Submit_Purple:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(124, 58, 237, 0.45);
}

.btn_Icon_White {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.success_Modal_Overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.35s ease;
}

.success_Modal_Overlay.show {
    display: flex;
}

.success_Modal_Content {
    background: #ffffff;
    border-radius: 16px;
    padding: 48px 42px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
    animation: slideUp 0.45s ease;
}

.success_Icon_Circle {
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.check_Icon_Large {
    width: 48px;
    height: 48px;
    filter: invert(1);
}

.success_Modal_Content h2 {
    font-size: 32px;
    font-weight: 680;
    color: #1f2937;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
}

.success_Modal_Content p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.68;
    margin-bottom: 28px;
}

.btn_Close_Success {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #ffffff;
    padding: 14px 38px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 620;
    cursor: pointer;
    transition: all 0.35s ease;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.btn_Close_Success:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .form_Layout_Grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .contact_Hero_Banner_PT {
        padding: 65px 0 48px;
    }

    .hero_Title_Purple {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .contact_Form_Section_Sofia {
        padding: 55px 0;
    }

    .form_Card_Column {
        padding: 32px 22px;
    }

    .hero_Title_Purple {
        font-size: 32px;
    }

    .info_Title_Dark {
        font-size: 28px;
    }

    .radio_Options_Group {
        flex-direction: column;
    }
}