html, body {
  margin: 0;
  padding: 0;
}

.logo {
    height: 100px;
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-content: center;
}

.ul_menu {
    padding-left: 0px !important;
    align-content: center;
}

.ul_menu li {
    display: inline;
    padding-left: 25px;
    padding-right: 25px;
}

.menu {
    display: flex;
    justify-content: space-around;
    background-color: #0052E2;
    color: white;
    z-index: 99999;
    position: sticky;
    top: 0;
    width: 100%;
    font-family: myFontMenu;
}

.login_menu {
    color : #FECE00;
    align-content: center;
}

.login_menu span {
    border-left: 2px solid;
    padding-left: 5px;
}

.login_menu span:hover {
    cursor: pointer;
}

.intro {
  background-color: #005CFF;    
  height: 818px;
  display: flex;
  position: relative;
  color: white;
  background-image: url("images/main_intro2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size:  100%;
}

.top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    left: 250px;
}

.main-title{
    display: flex;
    justify-content:top;
    flex-direction: column;
    height: 250px;
    align-self: flex-start;
}

.main-title > p{
    font-size: 180px;
    margin-top: 0px;
}

.main-title > span {
    font-family: myFontMenuLight;
    font-weight: 600;
    font-size: 20px;
    color: #FECE00;
}

.app-content {
    height: 150px;
    align-self: flex-start;
    padding-bottom: 100px;
}

.app-content span {
    font-size: 20px;
    font-family: myFontMenuLight;
    font-weight: 600;
}

.top-banner {
    background-color: #FECE00;
    width: 280px;
    position: absolute;
    top: 540px;
    left: 250px;
    font-family: myFontExtraBold;
    color:#0052E2;
    font-size: 35px;
    text-align: justify;
    padding: 40px;
    line-height: 0.9;
    z-index: 100;
}

.mobile-container {
    width: 520px;
    height: 450px;
    position: absolute;
    bottom: 0;
    left: 605px;
    z-index: 99;
    overflow: hidden;
}

.mobile {
    height: 100%;
    position: absolute;
    bottom: -40;
    overflow: hidden;
}

.app-links {
    display: flex;
    padding-top: 5px;
}
.app-links div {
    margin-right: 5px;
}

.typewrite {
    font-family: myFont;
}

.first_container {
    margin-left: 250px;
    margin-right: 250px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    grid-gap: 12px;
    height: 800px;
}

.first_container_text {
    background-color: white;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    text-align: end;
}

.first_container_text span {
   font-family: myFont;
   font-size: 110px;
   color: var(--my-color-primary);
}

.first_container_text p {
   font-family: myFontRegular;
   font-size: 30px;
   letter-spacing: 2px;
   color: var(--my-color-primary);
}

.first_container_boxes {
    display: grid;
    gap: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 100px;
    text-align: center;
}

.first_container_boxes div div {
    background-color: white;
    width: 150px;
    height: 150px;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    box-shadow: 8px 8px 0px 0px #C9C9C9;
    margin-bottom: 50px;
}

.first_container_boxes div span{
    color: var(--my-color-primary);
    font-family: myFontMenu;
}

.how_it_works {
    margin-left: 250px;
    margin-right: 250px;
    height: 800px;
    display: grid;
    gap: 100px;
    grid-template-rows: 1fr 3fr 3fr;
    text-align: center;
    padding: 70px;
}

.how_it_works .section_tile {
    display: flex;
    flex-direction: column; 
    color: var(--my-color-primary);
}
.how_it_works .title{
    font-family: myFont;
    font-size: 110px;
}
.how_it_works .subtitle{
    font-family: myFontRegular;
    font-size: 20px;
    letter-spacing: 10px;
}

.how_it_works .step{
    display: flex;
    justify-content: space-evenly;
}
.how_it_works .box_image {
    width: 150px;
    height: 150px;
    text-align: center;
    align-content: center;
    border-radius: 10px;
}

.how_it_works_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 361px;
    color: var(--my-color-primary);
}

.how_it_works_card span {
    font-family: myFontMenu;
    font-size: 20px;
}

.how_it_works_card p {
    font-family: myFontRegular;
}

.how_it_works .numbers{
    display: flex;
    justify-content: space-evenly;
}

.how_it_works .number{
    color: white;
    font-family: myFont;
    font-size: 90px;
    text-align: center;
}

.how_it_works .number_detail{
    color: white;
    font-family: myFontRegular;
    font-size: 20px;
}

.wrap_portfolio {
    max-width: 1400px;
    margin: 0 auto;
    padding: 28px 16px 48px;
}

.portfolio-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--my-color-primary);
    padding-bottom: 100px;
}

.portfolio-header h1{
    font-family: myFont;
    font-size: 110px;
    margin-bottom: 0px;
}

.portfolio-header span {
    font-family: myFontRegular;
    letter-spacing: 8px;
}

.controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 50px;
    justify-content: center;
}

.controls hr {
    margin-left: 2px;
    margin-right: 2px;
    color: var(--my-color-primary);
}

.btn {
    background: white;
    color: var(--my-color-primary);
    padding: 10px 14px;
    cursor: pointer;
    transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
    user-select: none;
    border: none;
    font-family: myFontMenu;
}

.btn:hover {
    background: var(--my-color-secondary);
    border-radius: 10px;
}

.btn:active {
    transform: translateY(1px);
}

.btn.is-active {
    color: black;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -10px; 
}

.mix {
    will-change: transform, opacity; 
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 640px) {
    .mix { width: 50%; }
}
@media (min-width: 980px) {
    .mix { width: 33.333%; }
}

.card{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.thumb{
    position: relative;
    overflow: hidden;
}

.thumb img{
    display: block;
    width: 100%;
    height: auto;
    transition: transform 220ms ease;
}

.thumb::after{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0);  
    transition: background 220ms ease;
    pointer-events:none;
}

.meta{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 34px 34px;
    color: #fff;
    font-family: myFontRegular;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 2; 
}

.meta .details {
    display: flex;
    flex-direction: column;
}

.meta .hot_deal p {
    text-align: right;
    font-family: myFont;
    font-size: 35px;
    line-height: 0.8;
    margin-top:0px;
    color: var(--my-color-secondary);
}

.meta .title{
    font-weight: 700;
    margin-bottom: 4px;
}

.meta .tag{
    font-size: 14px;
    opacity: 0.85;
}

.card:hover .thumb::after{
    background: rgba(0, 17, 255, 0.623); 
}

.card:hover .meta{
    opacity: 1;
    transform: translateY(0);
}

.card:hover .thumb img{
    transform: scale(1.05);
}

.tag { font-size: 14px; }
.location { font-size: 14px; }

.social {
    text-align: center;
    background-color: var(--my-color-primary);
    display: flex;
    justify-content: center;
    height: 150px;
    font-family: myFontRegular;
    align-items: center;
    color: white;
}

.social ul{
    display:grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 12px;
    padding:0;
    margin:0;
    list-style:none;
}

.social li {    
    border-radius: 10px;
    border-color: #0047c2;
    border-style: solid;
    margin: 2px;
    padding: 20px;
    width: 150px !important;
}

.social li:hover { 
    background-color: var(--my-color-secondary);
    cursor: pointer;
    scale: 1.1;
    color: var(--my-color-primary);
}

.faq{
    max-width: 800px;
    margin: 0 auto;
    padding: 28px 16px 48px;
}

.accordion {
    border: 0;
    background-color: white;
    border-bottom: 1px solid gray;
    color: var(--my-color-primary);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: myFontRegular;
}

.active, .accordion:hover {
    background-color: var(--my-color-primary);
    color: white;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-family: myFontMenuLight;
}

.footer{
    display: flex;
    justify-content: center;
    background-color: var(--my-color-primary);
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: myFontMenuLight;
    color: white;
}

.footer .content {
    display: grid;
    gap: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    justify-items: center;
}

.footer .content div {
    width: 300px;
    text-align: start;
}

.footer ul {
    list-style: none;
    text-align: start;
    padding-left: 5px;
}

.footer ul li{
    padding-bottom: 10px;
}

.footer .content .brand p{
    line-height: 1.5;
}

.footer .content .socials {
    display: flex;
    justify-content: space-between;
}

.copyright{
    display: flex;
    justify-content: center;
    background-color: var(--my-color-primary);
    padding-bottom: 20px;
    color: rgba(255, 255, 255, 0.562);
    font-family: myFontMenuLight;
}

:root {
  --my-color-primary: #0052E2;
  --my-color-secondary:#FECE00;
}

/* =========================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================= */

/* Hide hamburger icon on desktop */
.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
    align-self: center;
    color: #FECE00; 
}

.thumb img {
    display: block;
    width: 100%;
    
    /* NEW: Force all images to be the exact same size and shape */
    aspect-ratio: 4 / 3; 
    object-fit: cover; 
    
    transition: transform 220ms ease;
}

/* =========================================
   DESKTOP SAFEGUARD (Over 768px)
   ========================================= */
@media (min-width: 769px) {
    .ul_menu {
        display: block !important;     
        opacity: 1 !important;          
        max-height: none !important;    
        overflow: visible !important;
    }
    
    .hamburger {
        display: none !important;      
    }
    
    .login_menu {
        display: block !important;     
    }
}

/* --- TABLET SCREENS (Under 1200px) --- */
@media (max-width: 1200px) {
    .first_container, 
    .how_it_works,
    .top,
    .top-banner {
        margin-left: 5%;
        margin-right: 5%;
        left: 0; 
    }
    
    .intro {
        height: auto;
        flex-direction: column;
        padding-bottom: 50px;
        background-size: cover;
    }

    .top-banner {
        position: relative;
        top: 0;
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }

    .mobile-container {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    .mobile {
        position: relative;
        bottom: 0;
    }

    .first_container {
        height: auto;
        flex-direction: column-reverse; 
        align-items: center;
        padding-top: 50px;
    }

    .first_container_text {
        text-align: center;
        margin-bottom: 50px;
    }

    .how_it_works {
        height: auto;
        padding: 50px 20px;
    }
}


/* Hide it on desktop by default */
.mobile-login {
    display: none !important; 
}

/* Style the EN span to match your original design */
.mobile-login span {
    border-left: 2px solid;
    padding-left: 5px;
    cursor: pointer;
}

/* CHOOSE YOUR PASS SECTION */
.pass_selection_section {
    padding: 40px 0 20px;
}

.pass_selection_container {
    margin-left: 250px;
    margin-right: 250px;
    padding: 30px 0 90px;
}

.pass_selection_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--my-color-primary);
    margin-bottom: 60px;
}

.pass_selection_header .title {
    font-family: myFont;
    font-size: 110px;
    line-height: 0.95;
}

.pass_selection_header .subtitle {
    font-family: myFontRegular;
    font-size: 20px;
    letter-spacing: 8px;
}

.pass_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.pass_card {
    background: white;
    border: 2px solid var(--my-color-primary);
    border-radius: 24px;
    padding: 34px 30px 30px;
    color: var(--my-color-primary);
    display: flex;
    flex-direction: column;
    box-shadow: 10px 10px 0px 0px rgba(201, 201, 201, 0.9);
}

.pass_card.featured {
    background: var(--my-color-primary);
    color: white;
    transform: translateY(-12px);
}

.pass_badge {
    align-self: flex-start;
    background: var(--my-color-secondary);
    color: var(--my-color-primary);
    font-family: myFontMenu;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 999px;
    padding: 9px 14px;
    margin-bottom: 26px;
}

.pass_days {
    font-family: myFont;
    font-size: 72px;
    line-height: 0.9;
}

.pass_price {
    font-family: myFontExtraBold;
    font-size: 48px;
    margin-top: 16px;
    margin-bottom: 14px;
}

.pass_card p {
    font-family: myFontRegular;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 18px;
}

.pass_card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-family: myFontMenuLight;
    font-size: 17px;
}

.pass_card ul li {
    position: relative;
    padding-left: 26px;
    line-height: 1.5;
}

.pass_card ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.pass_card button {
    margin-top: auto;
    height: 58px;
    border-radius: 999px;
    border: none;
    background: var(--my-color-secondary);
    color: var(--my-color-primary);
    font-family: myFontMenu;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}

.pass_card button:hover {
    transform: translateY(-2px);
}

.pass_card.featured button {
    background: white;
}

/* responsive */
@media (max-width: 1399px) {
    .pass_selection_container {
        margin-left: 120px;
        margin-right: 120px;
    }

    .pass_selection_header .title {
        font-size: 90px;
    }
}

@media (max-width: 1199px) {
    .pass_selection_container {
        margin-left: 70px;
        margin-right: 70px;
        padding: 20px 0 80px;
    }

    .pass_selection_header .title {
        font-size: 72px;
    }

    .pass_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pass_card.featured {
        transform: none;
    }

    .pass_cards .pass_card:last-child {
        grid-column: 1 / -1;
        max-width: 420px;
        justify-self: center;
    }
}
@font-face {
    font-family: myFontMenu;
    src: url(fonts/MADE\ TOMMY\ Medium_PERSONAL\ USE.otf);
}
.buy_page_header
{
    background-color: var(--my-color-secondary);
}
.product_info_section {
    padding: 30px 0 40px;
}

.product_info_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    color: var(--my-color-primary);
    text-align: center;
}

.product_info_label {
    display: inline-block;
    font-family: myFontMenu;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.product_info_container h2 {
    font-family: myFont;
    font-size: 62px;
    line-height: 0.95;
    margin: 0 0 20px;
}

.product_info_container p {
    font-family: myFontMenu;
    font-size: 18px;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 24px;
}

.product_info_list {
    display: grid;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.product_info_item {
    background: white;
    border: 2px solid var(--my-color-primary);
    border-radius: 18px;
    padding: 16px 18px;
    font-family: myFontMenu;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.product_info_item strong {
    margin-right: 8px;
}

@media (max-width: 1199px) {
    .product_info_container h2 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .product_info_container {
        padding: 20px;
    }

    .product_info_container h2 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .product_info_container p,
    .product_info_item {
        font-size: 16px;
    }
}
.legal_panels {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.legal_panel {
    border: 2px solid var(--my-color-primary);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.legal_panel summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    font-family: myFontMenu;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.legal_panel summary::-webkit-details-marker {
    display: none;
}

.legal_panel summary::after {
    content: "+";
    font-size: 24px;
    line-height: 1;
}

.legal_panel[open] summary::after {
    content: "−";
}

.legal_panel_content {
    padding: 0 20px 20px;
    font-family: myFontMenu;
    font-size: 15px;
    line-height: 1.7;
}

.legal_panel_content p {
    margin: 0 0 12px;
}

.buy_checkbox a {
    color: var(--my-color-primary);
    text-decoration: underline;
}

.legal_info_group {
    margin-top: 10px;
}
.bank_redirect_box {
    border: 2px solid var(--my-color-primary);
    border-radius: 18px;
    padding: 18px 20px;
    background: white;
    font-family: myFontMenu;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.bank_redirect_box p {
    margin: 0;
}
@media (max-width: 767px) {
    .pass_selection_section {
        padding: 20px 0 0;
    }

    .pass_selection_container {
        margin-left: 20px;
        margin-right: 20px;
        padding: 10px 0 70px;
    }

    .pass_selection_header {
        margin-bottom: 36px;
    }

    .pass_selection_header .title {
        font-size: clamp(46px, 13vw, 64px);
        line-height: 0.92;
    }

    .pass_selection_header .subtitle {
        font-size: 14px;
        letter-spacing: 4px;
        line-height: 1.5;
    }

    .pass_cards {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .pass_cards .pass_card:last-child {
        grid-column: auto;
        max-width: none;
    }

    .pass_card {
        padding: 28px 22px 24px;
    }

    .pass_days {
        font-size: 56px;
    }

    .pass_price {
        font-size: 38px;
    }

    .pass_card p,
    .pass_card ul {
        font-size: 16px;
    }

    .pass_card button {
        width: 100%;
    }
}

/* BUY PAGE */
.buy_page_body {
    background: #fffdf7;
    color: var(--my-color-primary);
}

.buy_page_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.buy_back_link {
    text-decoration: none;
    color: var(--my-color-primary);
    font-family: myFontMenu;
    font-size: 16px;
}

.buy_page_logo {
    font-family: myFont;
    font-size: 42px;
    line-height: 1;
}

.buy_page_main {
    padding: 50px 80px 80px;
}

.buy_page_intro {
    max-width: 760px;
    margin-bottom: 50px;
}

.buy_page_label {
    display: inline-block;
    font-family: myFontMenu;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.buy_page_intro h1 {
    font-family: myFont;
    font-size: 78px;
    line-height: 0.95;
    margin: 0 0 20px;
}

.buy_page_intro p {
    font-family: myFontRegular;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
}

.buy_page_content {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.8fr);
    gap: 32px;
    align-items: start;
}

.buy_form_box,
.buy_summary_box {
    background: white;
    border: 2px solid var(--my-color-primary);
    border-radius: 28px;
    box-shadow: 10px 10px 0px 0px rgba(201, 201, 201, 0.9);
}

.buy_form_box {
    padding: 35px;
}

.buy_summary_box {
    padding: 30px;
    position: sticky;
    top: 30px;
}

.buy_form_group + .buy_form_group {
    margin-top: 60px;
}

.buy_section_title {
    display: block;
    font-family: myFontMenu;
    font-size: 18px;
    margin-bottom: 18px;
}

.buy_pass_options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.buy_pass_option input {
    display: none;
}

.buy_pass_card {
    border: 2px solid var(--my-color-primary);
    border-radius: 22px;
    padding: 22px;
    cursor: pointer;
    transition: 0.2s ease;
    /*height: 100%;*/
}

.buy_pass_option input:checked + .buy_pass_card {
    background: var(--my-color-primary);
    color: white;
    transform: translateY(-4px);
}

.buy_pass_badge {
    display: inline-block;
    background: var(--my-color-secondary);
    color: var(--my-color-primary);
    border-radius: 999px;
    padding: 8px 12px;
    font-family: myFontMenu;
    font-size: 12px;
    margin-bottom: 16px;
}

.buy_pass_card h3 {
    font-family: myFont;
    font-size: 48px;
    line-height: 0.95;
    margin: 0 0 12px;
}

.buy_pass_price {
    font-family: myFontExtraBold;
    font-size: 34px;
    margin-bottom: 12px;
}

.buy_pass_card p {
    font-family: myFontRegular;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.buy_input_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.buy_input_box {
    display: flex;
    flex-direction: column;
}

.buy_input_box label {
    font-family: myFontMenu;
    font-size: 14px;
    margin-bottom: 8px;
}

.buy_input_box input,
.buy_input_box select {
    height: 54px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 0 16px;
    font-family: myFontRegular;
    font-size: 16px;
    color: var(--my-color-primary);
    background: white;
    outline: none;
}

.buy_input_box input:focus,
.buy_input_box select:focus {
    border-color: var(--my-color-primary);
}

.buy_payment_methods {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.buy_payment_option {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 0 16px;
    font-family: myFontRegular;
    font-size: 16px;
}

.buy_checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: myFontRegular;
    font-size: 15px;
    line-height: 1.5;
}

.buy_submit_btn {
    width: 100%;
    height: 62px;
    border: none;
    border-radius: 999px;
    background: var(--my-color-secondary);
    color: var(--my-color-primary);
    font-family: myFontMenu;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 10px;
}

.buy_summary_label {
    display: inline-block;
    font-family: myFontMenu;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.buy_summary_row,
.buy_summary_total {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-family: myFontRegular;
    font-size: 17px;
}

.buy_summary_total {
    font-family: myFontMenu;
    font-size: 22px;
    padding-top: 22px;
}

.buy_summary_note {
    margin: 22px 0 0;
    font-family: myFontRegular;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.8;
}

@media (max-width: 1199px) {
    .buy_page_header {
        padding: 24px 40px;
    }

    .buy_page_main {
        padding: 40px;
    }

    .buy_page_intro h1 {
        font-size: 62px;
    }

    .buy_page_content {
        grid-template-columns: 1fr;
    }

    .buy_summary_box {
        position: static;
    }

    .buy_pass_options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {



    .buy_page_header {
        padding: 20px;
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }

    .buy_page_logo {
        font-size: 34px;
    }

    .buy_page_main {
        padding: 25px 20px 60px;
    }

    .buy_page_intro {
        margin-bottom: 30px;
    }

    .buy_page_intro h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .buy_page_intro p {
        font-size: 17px;
    }

    .buy_form_box,
    .buy_summary_box {
        padding: 22px;
        border-radius: 22px;
    }

    .buy_input_grid {
        grid-template-columns: 1fr;
    }

    .buy_pass_card h3 {
        font-size: 38px;
    }

    .buy_pass_price {
        font-size: 28px;
    }

    .buy_summary_total {
        font-size: 20px;
    }

    .buy_input_box_full {
        grid-column: 1 / -1;
    }

    .buy_page_body,
    .buy_form_box,
    .buy_summary_box,
    .buy_form_box input,
    .buy_form_box select,
    .buy_form_box label,
    .buy_form_box button,
    .buy_summary_box span,
    .buy_summary_box strong,
    .buy_summary_box p {
        font-family: myFontMenu;
    }

    .buy_page_intro h1,
    .buy_pass_card h3,
    .buy_page_logo {
        font-family: myFont;
    }
}
/* --- MOBILE SCREENS (Under 768px) --- */
@media (max-width: 768px) {
    
    /* Fixing the Hero/Intro section */
    .intro {
        height: auto; 
        min-height: 100vh;
        flex-direction: column;
        padding: 20px;
        box-sizing: border-box; 
        align-items: center; 
    }

    .top {
        left: 0; 
        align-items: center;
        text-align: center;
        width: 100%;
        padding-top: 40px;
    }

    .main-title {
        height: auto;
        align-self: center;
    }

    .main-title > p {
        font-size: 50px; 
    }

    .app-content {
        align-self: center;
        padding-bottom: 20px;
    }

    .top-banner {
        position: relative; 
        top: 0;
        left: 0; 
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 30px 20px;
        margin-top: 20px;
    }

    .top-banner span {
        font-size: 35px !important; 
        display: inline-block;
        line-height: 1.1;
    }

    .mobile-container {
        position: relative; 
        left: 0; 
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .mobile {
        position: relative;
        bottom: 0;
        max-width: 100%;
    }

    .mobile img {
        max-width: 100%;
        height: auto;
    }

    /* Mobile Menu */
  /* Mobile Menu */
    .menu {
        justify-content: space-between;
        padding: 0 20px;
        flex-wrap: wrap; 
        box-sizing: border-box; /* <--- This forces the padding to stay inside the screen */
    }

    .logo {
        width: 200px;      /* Shrinks the logo slightly for mobile */
        max-width: 70vw;   /* Ensures the logo never takes up more than 70% of the screen */
    }

    .hamburger {
        display: block; 
    }

    .login_menu {
        display: none; 
    }

    .ul_menu {
        display: flex; 
        flex-direction: column;
        width: 100%;
        text-align: center;
        background-color: #0052E2;
        margin: 0;
        max-height: 0;          
        opacity: 0;             
        overflow: hidden;       
        padding-bottom: 0 !important;
        transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    }

    .ul_menu li {
        display: block;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .ul_menu.active {
        max-height: 400px;      
        opacity: 1;             
        padding-bottom: 20px !important;
    }

     .mobile-login {
        display: block !important; 
        color: #FECE00; /* Makes it pop in your yellow accent color */
        font-family: myFontMenu;
    }

    /* Removes the default underline and keeps the text color the same */
.ul_menu a, .mobile-login a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

/* Optional: Make the links turn yellow when hovered over */
.ul_menu a:hover {
    color: var(--my-color-secondary);
}


    
/* =========================================
   MOBILE LOGIN LINK
   ========================================= */




    /* Typography Scaling for Mobile */
    .main-title > span { font-size: 16px; }
    .first_container_text span { font-size: 60px; }
    .how_it_works .title { font-size: 50px; }
    .portfolio-header h1 { font-size: 50px; text-align: center; }
    .how_it_works .number { font-size: 50px; }
    .first_container_boxes { grid-template-columns: 1fr 1fr; gap: 20px; }
    .how_it_works .step { flex-direction: column; gap: 40px; }
    .how_it_works .numbers { flex-direction: column; gap: 40px; }
    .how_it_works_card { width: 100%; }
    .social ul { grid-template-columns: 1fr; }
    .social { height: auto; padding: 20px 0; }
    .footer .content { grid-template-columns: 1fr; gap: 40px; justify-items: start; padding: 0 20px; }
    .footer .content div { width: 100%; }
}
