* {
  margin: 0;
   padding  :        0;
  box-sizing: border-box;
}

body {
   line-height: 1.7;

	  font-family: 'Raleway', sans-serif;

	   background: #ffffff;

	       overflow-x: hidden;

	  color: #1f2937;
}



h1, h2, h3, h4, h5, h6   {

  font-family: 'Cinzel', serif;
  font-weight  : 700;
   line-height     :    1.3;
}

a	{

    color: inherit;
   text-decoration: none;
	transition: all 0.35s ease;
	}

img {


  max-width: 100%;
  height: auto;
  display:block;}

.jyx_SafetyBanner_carles {
  background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    padding: 28px 20px;
   text-align: center;
   border-bottom:    5px solid #dc2626;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.jyx_protection_scroll {
  max-width: 950px;
  margin: 0 auto;
  background: rgba(255,255,255,0.97);
          padding    :      35px;
  border-radius: 15px;
  box-shadow: 0 12px 45px rgba(0,0,0,0.3);
}

.jyx_shield_relic	{
    width: 55px;
  height: 55px;
  margin: 0 auto 18px;
  filter: invert(17%) sepia(91%) saturate(6339%) hue-rotate(352deg);
}

.jyx_protection_scroll h3  {
   font-size: 26px;
  color: #dc2626;
  margin-bottom: 18px;
   font-weight: 900;
  text-transform: uppercase;
	letter-spacing: 0.5px;
}

.jyx_disclaimer_verse    {


  font-size: 16px;
    line-height: 1.9;
  color: #111827;
     margin-bottom: 22px;
  font-weight: 400;

}

.jyx_caution_emblems {
	display: flex;
   justify-content: center;
  gap: 18px;
  flex-wrap     :  wrap;
}

.jyx_emblem_notice {
	background: #dc2626;

    color: #fff;

    padding: 10px 22px;

    border-radius:25px;

    font-size: 14px;

    font-weight: 700;

   text-transform: uppercase;

   letter-spacing:       0.8px;

  box-shadow: 0 4px 12px rgba(220,38,38,0.3);
}

.jyx_TopBar_vital {
  background: linear-gradient(to bottom, #111827 0%, #0f172a 100%);
                    padding: 20px 0;
   position  :sticky;
    top: 0;
   z-index: 1000;
  box-shadow: 0 5px 25px rgba(0,0,0,0.4);
  transition     :      transform 0.3s ease;
}

.jyx_nav_container {
  max-width: 1200px;
   margin: 0 auto;
	padding: 0 20px;
   display    :  flex;
    justify-content: space-between;
    align-items: center;
}

.jyx_brand_forge {
   display     : flex;
   align-items: center;
   gap     :        18px;
}

.jyx_logo_seal {
    height:        78px; 
    width: auto; 
  filter: brightness(0) invert(1);


}

.jyx_name_rune {
  font-family: 'Cinzel', serif;
	     font-size: 30px;
	   font-weight: 900;
		color: #fff;
	   letter-spacing   :  2px;
	   text-transform: uppercase;
}

.jyx_nav_paths {
	display: flex;
   gap     : 38px;
    list-style: none;
    align-items    :   center;
}

.jyx_nav_paths a {
    color: #e5e7eb;
  font-size: 17px;
  font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 1.2px;
    padding: 10px 0;
         border-bottom: 3px solid transparent;
   transition: all 0.3s ease;
}

.jyx_nav_paths a:hover {
  color: #fbbf24;
  border-bottom-color: #fbbf24;
}

.jyx_menu_trigger {
    display:     none;
   flex-direction  :       column;
  gap: 6px;
  background: transparent;
 border: none;
  cursor: pointer;
  padding: 10px;
}

.jyx_line {
    width: 30px;
   height: 3px;
    background: #fff;
  border-radius     : 3px;
    transition: all 0.35s ease;
}

.jyx_menu_trigger.jyx_burger_active .jyx_line:nth-child(1) {
  transform: rotate(45deg) translate(9px, 9px);
}

.jyx_menu_trigger.jyx_burger_active .jyx_line:nth-child(2) {
   opacity: 0;

}

.jyx_menu_trigger.jyx_burger_active .jyx_line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.jyx_HeroZone_bordeaux {
       min-height: 750px;
  background-size: cover;
    background-position: center;
   background-attachment: fixed;
  display: flex;
	align-items: center;
   position    :    relative;
    padding: 100px 20px;
}

.jyx_hero_overlay {
    position: absolute;

	top  :0;

  left   :       0;

  right: 0;

    bottom :    0;

  background: linear-gradient(rgba(15,23,42,0.8), rgba(30,41,59,0.7));

         z-index: 0;
}

.jyx_hero_content {
  max-width   :       1200px;
   margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.jyx_hero_center {


  max-width: 800px;
  margin: 0 auto;
    text-align    :       center;
	}

.jyx_hero_subtitle {
   font-size: 19px;
   color: #fbbf24;
  text-transform: uppercase;
   letter-spacing: 3.5px;
  margin-bottom   :      22px;
   font-weight: 600;
}

.jyx_hero_maintitle {
   font-size:66px;
   color: #fff;
  margin-bottom    :       28px;
   text-transform: uppercase;
  text-shadow: 3px 3px 10px rgba(0,0,0,0.8);
    letter-spacing: 2.5px;


}

.jyx_hero_description {
	  font-size: 21px;
   color: #f3f4f6;
   line-height: 1.85;
  margin-bottom: 45px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);

}

.jyx_hero_action {

    margin-bottom: 38px;
     }

.jyx_CTA_primary {
  display: inline-block;
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
        color: #fff;
   padding: 20px 50px;
    font-size: 19px;
    font-weight: 700;
  text-transform: uppercase;
   border-radius: 50px;
  box-shadow: 0 10px 30px rgba(220,38,38,0.45);
    transition: all 0.35s ease;
	letter-spacing: 1.2px;
}

.jyx_CTA_primary:hover {


  background: linear-gradient(135deg, #991b1b 0%, #7f1d1d 100%);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(220,38,38,0.55);}

.jyx_hero_warnings {
    display  :      flex;
    gap: 22px;
  justify-content: center;
    flex-wrap: wrap;
}

.jyx_warning_chip   {
    display: inline-flex;
    align-items:   center;
    gap: 10px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(12px);
	padding: 12px 24px;
   border-radius: 30px;
    color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.35);
}

.jyx_warning_chip img {

    width    :  22px;
   height: 22px;
  filter: brightness(0) invert(1);
     }

.jyx_chip_red {
  background: rgba(220,38,38,0.25);
  border-color: rgba(220,38,38,0.6);
}

.jyx_chip_green {
  background: rgba(34,197,94,0.25); 
	  border-color: rgba(34,197,94,0.6);
}

.jyx_BannerCards_vital {
   padding: 2.8em 0;
}@media (min-width: 768px) {
    .jyx_BannerCards_vital {
        padding: 5.5em 0;
    }
}.jyx_cards_wrapper {
   max-width: 1200px;
  margin: 0 auto;
	padding: 0 20px;
}

.jyx_overlap_grid {
   display     : grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap :    25px;
  margin-top: -120px;
}

.jyx_banner_tile {
  background: #74d12b; 
	border-radius: 8px; 
  box-shadow: 0 8px 25px rgba(0,0,0,0.15); 
  transition: transform 0.35s ease;
}

.jyx_banner_tile:hover  {
  transform: translateY(-8px);
}

.jyx_tile_link {
       padding: 35px;
   display    :       block;
    text-align: center;
    color: #fff;
     }

.jyx_tile_link h5 {
    font-size: 2.1rem;
    font-style   :      italic;
   margin-bottom: 12px;
  color: #fff; 

}

.jyx_tile_link p {
  color: #fff;
  font-size: 1.45rem;
}

.jyx_tile_link p strong {
   font-size: 0.95rem;
   display: block;
   margin-top: 8px;
}

.jyx_tile_crimson {
  background: #dc2626;
}

.jyx_tile_slate     {
   background: #475569;
}

.jyx_tile_amber {
	  background: #f59e0b;
     }

.jyx_SplitView_carles {
   padding     :      3.5em 0;
}@media (min-width: 768px) {
    .jyx_SplitView_carles {
        padding: 7.5em 0;
    }
}.jyx_split_container {
      max-width : 1200px;
	margin: 0 auto;
   padding: 0 20px;


}

.jyx_split_header {
  text-align : center;
    margin-bottom: 65px;
}

.jyx_header_massive
{
   font-size: 3.7rem;
   font-weight: 300;
    line-height: 1.25;
   color: #000;
   margin-bottom: 25px;
}@media (max-width: 767.98px) {
    .jyx_header_massive {
        font-size: 2.2rem !important;
    }
}

.jyx_header_desc {
    max-width: 720px;
    margin: 0 auto;
}

.jyx_header_desc p {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.75;
}

.jyx_split_mosaic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    box-shadow: 0 12px 45px rgba(0,0,0,0.12);
    border-radius: 15px;
    overflow: hidden;
}

.jyx_dual_card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 380px;
}

.jyx_card_flip {
    direction: rtl;
}

.jyx_card_flip > * {
    direction: ltr;
}

.jyx_card_visual {
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.55s ease;
}

.jyx_dual_card:hover .jyx_card_visual {
    transform: scale(1.1);
}

.jyx_card_info {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 45px;
    transition: all 0.45s ease;
}

.jyx_info_light {
    background: #f8f9fa;
}

.jyx_dual_card:hover .jyx_card_info {
    background: #dc2626;
}

.jyx_card_heading {
    font-size: 23px;
    color: #1f2937;
    margin-bottom: 18px;
    font-weight: 700;
    transition: color 0.35s ease;
}

.jyx_dual_card:hover .jyx_card_heading {
    color: #fff;
}

.jyx_info_pad p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 22px;
    transition: color 0.35s ease;
}

.jyx_dual_card:hover .jyx_info_pad p {
    color: #f3f4f6;
}

.jyx_link_text {
    text-transform: uppercase;
    font-weight: 700;
    color: #1f2937;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.jyx_dual_card:hover .jyx_link_text {
    color: #fff;
    border-bottom-color: #fff;
}

.jyx_CallAction_bordeaux {
    padding: 5.5em 0;
    position: relative;
}

.jyx_image_parallax {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.jyx_cta_overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(220,38,38,0.88);
}

.jyx_cta_bounds {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.jyx_cta_centered {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.jyx_cta_headline {
    font-size: 52px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 900;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.jyx_CTA_secondary {
    display: inline-block;
    font-size: 18px;
    border-radius: 35px;
    padding: 18px 45px;
    background: #fff;
    border: 2px solid #fff;
    color: #dc2626 !important;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.35s ease;
    letter-spacing: 1px;
}

.jyx_CTA_secondary:hover {
    background: #fbbf24;
    border-color: #fbbf24;
    color: #1f2937 !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
}

.jyx_QuestionZone_vital {
    padding: 5.5em 0;
    background: #fff;
}

.jyx_faq_bounds {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.jyx_faq_intro {
    margin-bottom: 60px;
    text-align: center;
}

.jyx_faq_maintitle {
    font-size: 3.2rem;
    color: #111827;
    margin-bottom: 22px;
    font-weight: 900;
}

.jyx_faq_lead {
    font-size: 19px;
    color: #6b7280;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.75;
}

.jyx_faq_centered {
    max-width: 920px;
    margin: 0 auto;
}

.jyx_accordion_structure {
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.jyx_faq_block {
    border-bottom: 1px solid #e5e7eb;
}

.jyx_faq_block:last-child {
    border-bottom: none;
}

.jyx_faq_zero {
    margin: 0;
}

.jyx_faq_button {
    width: 100%;
    background: #f9fafb;
    border: none;
    padding: 28px 35px;
    text-align: left;
    font-size: 19px;
    font-weight: 700;
    color: #1f2937;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.35s ease;
    font-family: 'Cinzel', serif;
}

.jyx_faq_button:hover {
    background: #f3f4f6;
    color: #dc2626;
}

.jyx_button_closed {
    background: #fff;
}

.jyx_faq_icon {
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwb2x5bGluZSBwb2ludHM9IjYgOSAxMiAxNSAxOCA5Ij48L3BvbHlsaW5lPjwvc3ZnPg==');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.35s ease;
    flex-shrink: 0;
    margin-left: 18px;
}

.jyx_faq_button:not(.jyx_button_closed) .jyx_faq_icon {
    transform: rotate(180deg);
}

.jyx_faq_panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.jyx_panel_open {
    max-height: 600px;
}

.jyx_panel_content {
    padding: 28px 35px;
    background: #fff;
}

.jyx_panel_content p {
    font-size: 17px;
    color: #4b5563;
    line-height: 1.85;
    margin: 0;
}

.jyx_BaseStone_carles {
    background: linear-gradient(to bottom, #1f2937 0%, #111827 100%);
    padding: 75px 20px 35px;
    color: #e5e7eb;
}

.jyx_footer_bounds {
    max-width: 1200px;
    margin: 0 auto;
}

.jyx_footer_columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 55px;
    margin-bottom: 55px;
}

.jyx_footer_title {
    font-size: 21px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.jyx_block_content p {
    font-size: 16px;
    line-height: 1.85;
    color: #d1d5db;
}

.jyx_footer_menu {
    list-style: none;
}

.jyx_footer_menu li {
    margin-bottom: 14px;
}

.jyx_footer_menu a {
    color: #d1d5db;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
}

.jyx_footer_menu a:hover {
    color: #fbbf24;
    transform: translateX(6px);
}

.jyx_contact_list {
    list-style: none;
}

.jyx_contact_list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #d1d5db;
}

.jyx_contact_glyph {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
    flex-shrink: 0;
    margin-top: 4px;
}

.jyx_contact_list a {
    color: #d1d5db;
    transition: color 0.3s ease;
}

.jyx_contact_list a:hover {
    color: #fbbf24;
}

.jyx_footer_legal {
    border-top: 1px solid #374151;
    padding-top: 35px;
}

.jyx_legal_zone {
    text-align: center;
}

.jyx_copyright_text {
    font-size: 15px;
    color: #9ca3af;
    margin-bottom: 18px;
    line-height: 1.7;
}

.jyx_disclaimer_text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.8;
    font-style: italic;
}

@media (max-width: 991px) {
    .jyx_hero_maintitle {
        font-size: 50px;
    }

    .jyx_split_mosaic {
        grid-template-columns: 1fr;
    }

    .jyx_dual_card {
        grid-template-columns: 1fr;
    }

    .jyx_card_visual {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .jyx_nav_paths {
        position: fixed;
        top: 88px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 88px);
        background: linear-gradient(to bottom, #1f2937 0%, #111827 100%);
        flex-direction: column;
        padding: 45px 25px;
        gap: 28px;
        transition: left 0.45s ease;
        align-items: flex-start;
    }

    .jyx_nav_paths.jyx_menu_show {
        left: 0;
    }

    .jyx_menu_trigger {
        display: flex;
    }

    .jyx_hero_maintitle {
        font-size: 38px;
    }

    .jyx_hero_description {
        font-size: 18px;
    }

    .jyx_cta_headline {
        font-size: 36px;
    }

    .jyx_footer_columns {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}.jyx_BaseStone_carles {
  background: linear-gradient(to bottom, #1f2937 0%, #111827 100%);
  padding  : 75px 20px 35px;
   color: #e5e7eb;
	
}

.jyx_footer_bounds {
    max-width: 1200px;
  margin     :     0 auto;
}

.jyx_footer_columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
   gap: 55px;
          margin-bottom: 55px;


}

.jyx_footer_title {
   font-size: 21px;
      color: #fff;
   				 margin-bottom: 22px;
     font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.2px;
}

.jyx_block_content p {
  font-size: 16px;
  line-height: 1.85;
  color: #d1d5db;
}

.jyx_footer_menu {
   list-style: none;
}

.jyx_footer_menu li {
   margin-bottom: 14px;

}



.jyx_footer_menu a {
   color: #d1d5db;

	  font-size: 16px;

	   transition: all 0.3s ease;

	  display: inline-block;
}

.jyx_footer_menu a:hover {
   color: #fbbf24;
  transform: translateX(6px);
}

.jyx_contact_list


{

   list-style: none;}

.jyx_contact_list li {
    display: flex;
   align-items: flex-start;
  gap: 14px;
    margin-bottom: 18px;
  font-size: 16px;
  color: #d1d5db;
}

.jyx_contact_glyph {
  width: 22px;
    height: 22px;
  filter: brightness(0) invert(1);
	flex-shrink: 0;
	margin-top: 4px;
	
}

.jyx_contact_list a 
 {
  color: #d1d5db;
  transition: color 0.3s ease;
}

.jyx_contact_list a:hover {
	color: #fbbf24;
}

.jyx_regulators_showcase {

  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(251,191,36,0.3);
   border-radius: 12px;
 padding: 40px 35px;
   margin-bottom  :   50px;
  backdrop-filter: blur(10px);
     }

.jyx_regulators_heading {
    font-size: 19px;
	color: #fbbf24;
   text-align: center;
    margin-bottom: 32px;
  font-weight: 700;
   text-transform: uppercase;
  letter-spacing: 1.5px;

}

.jyx_regulators_grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap     :  28px;
   max-width: 900px;
    margin:       0 auto;
}

.jyx_regulator_card {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(229,231,235,0.2);
  border-radius: 10px;
  padding: 25px 20px;
   text-align: center;
   transition: all 0.35s ease;
  display: flex;
    flex-direction   :column;
   align-items: center;
  gap: 15px;
}

.jyx_regulator_card:hover {
	  background: rgba(255,255,255,0.12); 
   border-color: #fbbf24; 
  transform: translateY(-5px); 
  box-shadow: 0 8px 25px rgba(251,191,36,0.25);
     }

.jyx_regulator_logo {
    max-width: 120px;

	    height: 70px;

	    object-fit    :     contain;

	  filter: brightness(0) invert(1);

	   transition: filter 0.3s ease;

}

.jyx_regulator_card:hover .jyx_regulator_logo 
 {
  filter: brightness(1) invert(0) sepia(1) saturate(5) hue-rotate(20deg);
}

.jyx_regulator_name {
  font-size: 14px;
    color: #d1d5db;
  font-weight: 600;
   letter-spacing: 0.5px;
}

.jyx_regulator_card:hover .jyx_regulator_name {

	  color: #fbbf24;


}

.jyx_footer_legal {
	    border-top: 1px solid #374151;
    padding-top: 35px;


}

.jyx_legal_zone {
    text-align     :center;
}

.jyx_copyright_text {
                    font-size: 15px;
  color: #9ca3af;
  margin-bottom  :        18px;
  line-height: 1.7;
}

.jyx_disclaimer_text {
  font-size:    14px;
  color: #6b7280;
   line-height: 1.8;
    font-style: italic;
} 

.jyx_AgeGate_overlay {


      position :        fixed;
    top: 0;
          left: 0;
   width: 100%;
    height: 100%;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(8px);
  z-index :    9999;
  display: flex;
  align-items: center;
   justify-content  :center;
   padding: 20px;
	} 

.jyx_AgeGate_overlay.jyx_gate_hidden {
    display: none; 
	
}

.jyx_gate_modal {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border  :       3px solid #dc2626;
    border-radius:        20px;
   max-width: 520px;
  width   :  100%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  animation: jyx_gate_appear 0.4s ease;
}@keyframes jyx_gate_appear {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}.jyx_gate_content {
  padding   :   45px 35px;
     text-align: center;
}

.jyx_gate_icon_wrap {
   margin-bottom: 25px;
}

.jyx_gate_icon_image {
    width: 100px;
  height: 100px;
  margin :    0 auto;
  display: block;
  filter: drop-shadow(0 4px 15px rgba(220,38,38,0.5));
}

.jyx_gate_headline {
   font-size: 28px;
	 color: #fff;
  margin-bottom  :       18px;
  font-weight     : 900;
       text-transform: uppercase;
    letter-spacing: 1px;
}

.jyx_gate_message {
   font-size:    17px;
      color: #e5e7eb;
  line-height    :1.7;
   margin-bottom: 12px;
}

.jyx_gate_submessage {
  font-size: 15px;
  color: #9ca3af;
    line-height:  1.6;
   margin-bottom:       30px;
   font-style: italic;
}

.jyx_gate_confirm_btn {
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%); 
	color: #fff; 
    border: none; 
   padding: 18px 40px; 
  font-size: 18px; 
	 font-weight: 700; 
    text-transform: uppercase; 
  border-radius: 50px; 
  cursor: pointer; 
  transition: all 0.35s ease; 
   letter-spacing: 1px; 
  box-shadow: 0 8px 25px rgba(220,38,38,0.4); 
    display: inline-flex; 
    align-items    : center; 
  gap: 12px;
}

.jyx_gate_confirm_btn:hover {
  background: linear-gradient(135deg, #991b1b 0%, #7f1d1d 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(220,38,38,0.5);
}  

.jyx_btn_icon {
     width: 24px;
    height: 24px;
  filter: brightness(0) invert(1);
}  @media (max-width: 767px) {
    .jyx_footer_columns {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .jyx_regulators_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .jyx_gate_modal {
        max-width: 100%;
    }

    .jyx_gate_content {
        padding: 35px 25px;
    }

    .jyx_gate_headline {
        font-size: 24px;
    }
}