html{display: flex; justify-content: center; overflow-y: scroll; overflow-x: hidden;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Urbanist', sans-serif;
}

@media (max-width: 1240px) {
    body{
        max-width: 980px !important;
    }
    .section-usps {
        padding: 0 1rem;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
}

    body{
        max-width: 1200px;
    }
    .header-top{
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .header-buttons{
        align-items: center;
        justify-content: space-between;
        gap:1rem;
        display: flex;
    }
    .header-top.centered {
        justify-content: center;
    }
    .btn.book-call{
        width: 137;
        height: 40;
        opacity: 1;
        gap: 10px;
        border-radius: 5px;
        border-width: 0.54px;
        padding-top: 6px;
        padding-right: 20px;
        padding-bottom: 6px;
        padding-left: 14px;
        border: 0.54px solid rgba(0, 0, 0, 0.2);
        background-color: white;
        font-family: Urbanist;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        display: inline-flex;
        cursor: pointer;
    }
    .btn.book-call img{
        transform: scale(0.9);
    }
    .btn.see-pricing{
        width: 124;
        height: 40;
        opacity: 1;
        gap: 10px;
        border-radius: 5px;
        border-width: 0.5px;
        padding-top: 10px;
        padding-right: 28px;
        padding-bottom: 10px;
        padding-left: 34px;
        background: linear-gradient(33.27deg, #121212 -9.78%, #4D4D4D 95.88%);
        border: 0.5px solid;
        box-shadow: 0px -1px 10.9px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 1px 1.7px 0px rgba(0, 0, 0, 0.57);
        box-shadow: 0px 0px 5px 0px rgba(251, 219, 179, 0.25) inset;
        font-family: Urbanist;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        color: white;
        cursor: pointer;
    }
    .header-bottom{
        display: inline-flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5rem;
    }
    .header-bottom h2{
        color: rgba(0, 0, 0, 0.5);
        font-family: Urbanist;
        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        padding-left: 2px;
    }
    .header-bottom-left{
        max-width: 310px;
    }
    h1{
        color: rgba(0, 0, 0, 0.8);
        font-family: Urbanist;
        font-weight: 700;
        font-style: Bold;
        font-size: 48px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        font-family: Urbanist;
        font-weight: 700;
        font-style: Bold;
        font-size: 48px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-bottom: 1rem;
    }
    .section-usps{
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* sus */
        margin-bottom: 5rem;
        overflow-x: hidden;
    }
    .section-usps h2{
        font-weight: 700;
        font-size: 3rem;
        line-height: 100%;
        color: rgba(0, 0, 0, 0.8);
        text-align: center;
        margin-bottom: 1.3rem;
    }
    .usps-card-container{
        display: flex;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        transform: translateX(50%); /* inițial să nu fie vizibil shift */
        opacity: 0; /* ascunde până JS-ul rulează */
        transition: transform 1s ease;
        padding-bottom: 0.5rem;
    }
    .usps-card{
        width: 21.875rem;
        min-height: 25.8rem;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0.625rem 1rem 0.625rem 1rem;
        border-radius: 1rem;
        box-shadow: 0 0.2rem 0.35rem 0 rgba(0, 0, 0, 0.15);
    }
    .usps-card {
        opacity: 0;
        transition: opacity 0.6s ease;
    }

    .usps-card.visible {
        opacity: 1;
    }
    .usps-card h3{
        font-size: 1.25rem;
        color: rgba(0, 0, 0, 0.8);
        font-weight: 700;
        margin-top: 1.125rem;
        margin-bottom: 1rem;
    }
    .usps-card p{
        font-size: 0.875rem;
        color: rgba(0, 0, 0, 0.6);
        text-align: center;
        margin: 0rem 1rem 0rem 1rem;
        line-height: 150%;
    }
    .usps-card img{
        border-radius: 1rem;
        max-width: 100%;
    }
    .section-our-mission{
        display: flex;
        justify-content: center;
        margin-bottom: 5rem;
    }
    .our-mission-card{
        max-width: 834px;
        padding: 2.8125rem 5.0625rem 2.8125rem 5.0625rem;
        border: 1px dashed rgba(0, 0, 0, 0.2);
        border-radius: 2rem;
        gap: 10px;
    }
    .our-mission-card p{
        font-weight: 400;
        line-height: 150%;
        color: rgba(0, 0, 0, 0.6);
        font-family: 'Inter', sans-serif;
        font-size: 1.125rem;
        text-align: center;
    }
    .section-benefits{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-benefits h2, .section-pricing h2{
        font-weight: 700;
        font-size: 3rem;
        line-height: 100%;
        color: rgba(0, 0, 0, 0.8);
        text-align: center;
        margin-bottom: 1.875rem;
    }
    .section-benefits h3, .section-pricing h3{
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        font-size: 1.125rem;
        line-height: 140%;
        color: rgba(0, 0, 0, 0.8);
        text-align: center;
        margin-bottom: 3.125rem;
        max-width: 43rem;
    }
    .section-pricing h3{
        max-width: 50rem !important;
        display: flex;
        text-align: center;
        margin-bottom: 2.1rem;
    }
    .highlight {
        background: linear-gradient(90deg, #001AFF 0%, #2D7DFF 100%);
        -webkit-background-clip: text; /* pentru Safari/Chrome */
        -webkit-text-fill-color: transparent; 
        background-clip: text; 
        color: transparent; /* fallback */
        
    }
    .benefits-card-container{
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        max-width: 100%;
        margin-bottom: 8.5rem;
    }
    .benefits-card{
        min-width: 14rem;
        min-height: 21.1875rem;
        padding: 1.25rem 0.75rem 1.25rem 0.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 1.3rem;
        transition: 0.5s ease;
    }
    .benefits-card:hover{
        transform: scale(1.2);
        transition: 0.25s ease;
    }
    .benefits-card img{
        max-width: 100%;
        border-radius: 1rem;
        max-height: 12.5rem;
    }
    .benefits-card h4{
        text-align: center;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 100%;
        letter-spacing: 0%;
        font-style: bold;
        color: rgba(71, 71, 71, 1);
    }
    .benefits-card p{
        font-weight: 400;
        line-height: 150%;
        font-size: 0.875rem;
        text-align: center;
        letter-spacing: 0%;
        color: rgba(0, 0, 0, 0.6)
    }
    .color-word {
        color: rgba(255, 98, 0, 1);
    }
    .section-about-us{
        max-width: 100%;
        justify-content: space-between;
        display: inline-flex;
        gap: 2rem;
        margin-bottom: 6.25rem;
    }
    .art-director-card{
        width: 43.75rem;
        height: 31.25rem;
        border-radius: 1rem;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
        background-image: url('imagini/Chess\ Board_.png');
        background-size: cover;     /* acoperă întregul element */
        background-position: center; /* centru imagine */
        background-repeat: no-repeat; /* nu repeta imaginea */
        padding: 2rem;
        display: flex;
        flex-direction: column; /* aliniem pe verticală */
        justify-content: flex-end;
        gap: 2.2rem;
    }
        .manager-card{
        width: 28.75rem;
        height: 31.25rem;
        border-radius: 1rem;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
        background-image: url('imagini/Multy-Service.png');
        background-size: cover;     /* acoperă întregul element */
        background-position: center; /* centru imagine */
        background-repeat: no-repeat; /* nu repeta imaginea */
        padding: 2rem;
        display: flex;
        flex-direction: column; /* aliniem pe verticală */
        justify-content: flex-end;
        gap: 2.2rem;
    }
    .section-about-us h3{
        font-family: 'Urbanist', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(0, 0, 0, 0.6);
    }
    .asd{
        border-radius: 5px;
        border-width: 0.5px;
        width: 13.6875rem;
        height: 2.5rem;
        text-align: center;
        background: radial-gradient(117.69% 467.5% at 47.49% 166.25%, #FF00BF 0%, #FFA2E8 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        box-shadow: 0px -1px 10.9px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 1px 1.7px 0px rgba(0, 0, 0, 0.57);
        box-shadow: 0px 0px 20px 0px rgba(251, 219, 179, 0.25) inset;
        border: 0.5px solid;
        border-image-source: linear-gradient(234.47deg, #FFFFFF 23.12%, #FF6200 70.83%);
        font-weight: 700;
        font-style: bold;
        font-size: 0.875rem;
        letter-spacing: 0%;
        color: #fff;
        border-radius: 0.3125rem;
        cursor: pointer;
        transition: 0.3s ease;
        z-index: 1;
        font-family: Urbanist;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    }
    .btn.art-director:hover, .btn.manager:hover, .btn:hover, .buy-now-button:hover, #order-now-button:hover{
        transition: 0.3s ease;
          transform: scale(1.05);
        will-change: transform;
    }
    .buy-now-button, .btn, .order-now-button{
        transition: 0.3s ease;
    }
    .btn.manager,.btn.art-director{
        border-radius: 5px;
        border-width: 0.5px;
        width: 13.6875rem;
        height: 2.5rem;
        text-align: center;
        background: radial-gradient(117.69% 467.5% at 47.49% 166.25%, #0091FF 0%, #8BCDFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        box-shadow: 0px 1px 1.7px 0px rgba(0, 0, 0, 0.57);
        box-shadow: 0px 0px 20px 0px rgba(251, 219, 179, 0.25) inset;
        border: 0.5px solid;
        border-image-source: linear-gradient(234.47deg, #FFFFFF 23.12%, #FF6200 70.83%);
        font-weight: 700;
        font-style: bold;
        font-size: 0.875rem;
        letter-spacing: 0%;
        color: #fff;
        border-radius: 0.3125rem;
        cursor: pointer;
        transition: 0.3s ease;
        z-index: 10;
        font-family: Urbanist;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    }


    .section-pricing{
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 6rem;
    }
    .pricing-left{
        width: 30%;
        background-color: red;
        height:  27.1875rem;
        border-radius: 1rem;
    }
    .pricing-card-container{
        position: relative;
        height: 27.1875rem;
        align-items: center;
        justify-content: center;
        gap: 3rem;
        display: flex;
        position: relative;
        width: 100%
    }
    /* Soluția corectă: facem fade vizibil pe hover pe container dacă card1 e hover */
    .pricing-card-container:has(#card1:hover)::after,  .pricing-card-container:has(#card3:hover)::before,  .pricing-card-container:has(#card2:hover)::after,  .pricing-card-container:has(#card2:hover)::before {
        opacity: 1;
    } 
    .pricing-card {
         width: 35rem;
        height: 27.1875rem;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        transition: width 0.5s ease;
        position: relative;
        padding: 30px;
        overflow: hidden;
        transition: 0.5s ease;
        background-size: cover;
        background-position: left; /* Asigură-te că se vede partea stângă */
        justify-content: flex-end;
        display: flex;
        flex-direction: column; /* Așează elementele pe verticală */
    }
    .pricing-card button{
        cursor: pointer;
    }
    #card1{
                background-image: url('imagini/1\-\ Exclusive.png');
    }
    #card2{
                background-image: url('imagini/2\ -\ Prestige.png');
    }
    #card3{
                background-image: url('imagini/3\ -\ Discount.png');
    }
    .pricing-card:hover {
        width: 35rem;
    }
    .pricing-card button{
        max-width: 219px;
        max-height: 40px;
        border-radius: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0px -1px 10.9px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 1px 1.7px 0px rgba(0, 0, 0, 0.57);
        box-shadow: 0px 0px 5px 0px rgba(251, 219, 179, 0.25) inset;
        font-family: Urbanist;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        color: white;
    }
    .pricing-card #priceelement{
        font-family: Urbanist;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(0, 29, 161, 1);
        margin-bottom: 1.3rem;
    }
    .pricing-card p{
        font-family: Urbanist;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        max-width: 219px;
        max-height: 30px;
        color: rgba(0, 0, 0, 0.5);
        margin-bottom: 1rem;
    }
    .pricing-card h3{
        font-family: Urbanist;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-bottom: 0rem;
        padding-bottom: 1rem;
    }
    #card1 h3 {
        background: linear-gradient(88.2deg, #002AE8 -1.2%, #000F55 81.05%);
        -webkit-background-clip: text; /* pentru browserele bazate pe WebKit (Chrome, Safari) */
        background-clip: text;
        color: transparent; /* Face textul transparent, permițând gradientului să se vadă */
    }
    #card2 h3 {
        background: linear-gradient(88.2deg, #FF00BF -1.2%, #48006F 81.05%);
        -webkit-background-clip: text; /* pentru browserele bazate pe WebKit (Chrome, Safari) */
        background-clip: text;
        color: transparent; /* Face textul transparent, permițând gradientului să se vadă */
    }
    #card3 h3 {
        background: linear-gradient(87.42deg, #FF6200 41.64%, #650000 81.15%);
        -webkit-background-clip: text; /* pentru browserele bazate pe WebKit (Chrome, Safari) */
        background-clip: text;
        color: transparent; /* Face textul transparent, permițând gradientului să se vadă */
    }
    #card2 #priceelement{
        color: rgba(255, 0, 191, 1);    
    }
    #card3 #priceelement{
        color: rgba(255, 98, 0, 1);
    }
    #card1 button, #order-now-button{
    
        background: radial-gradient(117.69% 467.5% at 47.49% 166.25%, #0091FF 0%, #8BCDFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        border: 0.5px solid;
        border-image-source: linear-gradient(234.47deg, #FFFFFF 23.12%, rgba(0, 255, 200, 0.8) 70.83%);
    }
    #card2 button{
        background: radial-gradient(117.69% 467.5% at 47.49% 166.25%, #FF00BF 0%, #FFA2E8 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        border: 0.5px solid;
        border-image-source: linear-gradient(234.47deg, #FFFFFF 23.12%, #FF00BF 70.83%);
    }
    #card3 button{
        background: radial-gradient(117.69% 467.5% at 47.49% 166.25%, #FF6200 0%, #FFAC78 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        border: 0.5px solid;
        border-image-source: linear-gradient(234.47deg, #FFFFFF 23.12%, #FF6200 70.83%);
    }
    .keypoints {
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: 1;
        transition: opacity 0.5s ease;
    }
    .shrink-small {
        transform: scale(0.87);
        margin-left: -1.25rem;
    }
    .shrink-small2 {
        transform: scale(0.87);
        margin-right: -1.25rem;
    }
    .shrink {
        transform: scale(0.92);
    }
    .pricing-card {
        transition: all 0.5s ease;
    }

    .keypoints ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }


    .keypoints ul li {
        color: #333;
        font-weight: 700;
        position: relative;
        padding-left: 25px;
        margin-bottom: 15px;
        font-family: Urbanist;
        font-size: 15px;
    }

    .keypoints ul li:before {
        content: '✓';
        color: #0091FF;
        position: absolute;
        left: 0;
        font-weight: bold;
        font-weight: 700;
    }
    .section-calendar{
        width: 70%;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: stretch;
        border-width: 0px;
        margin-bottom: 3rem;
    
        gap: 10rem;
    }
    .section-calendar h2{
           color: #ffffff !important;
    }
    footer{
        padding: 5rem 0rem 2rem 0rem;
        background-color: red;
        width: 100%;
        position: absolute;
        left: 0;
        justify-content: center;
        align-items: center;
        display: flex;
        background: radial-gradient(119.13% 239.99% at 95.41% -31.72%, #B5B5B5 0%, #3C3C3C 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

    }
    .section-calendar h3{
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #ffffff;
        margin-bottom: 4rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
    .right-side{
        overflow: hidden;
        scrollbar-width: none;
        border-radius: 0.8rem;
    }


    .section-faq{
        width: 100%;
        justify-content: space-between;
        padding: 5rem 9rem 4rem 10rem;
        align-items: center;
        opacity: 1;
        border-radius: 1rem;
        border-width: 1px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 5rem;
    }
    .section-faq h2, .section-calendar h2{
        font-family: Urbanist;
        font-weight: 700;
        font-style: Bold;
        font-size: 3rem;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color:  rgba(0, 0, 0, 0.8);
        margin-bottom: 1.2rem;
    }
    .faq {
        max-width: 600px;
        margin: auto;
        font-family: 'Urbanist', sans-serif;
    }

    .faq-item {
        padding: 0.9rem 0;
    }

    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        color: rgba(0, 0, 0, 0.4);
        font-size: 1.05rem;
        user-select: none; /* Standard */
        -webkit-user-select: none; /* Safari/Chrome */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }

    .faq-question::after {
        content: "▼"; /* săgeată jos */
        font-size: 0.6rem;
        transition: transform 0.3s ease;
        display: inline-block; /* ca să funcționeze transform */
        transform: scaleX(2.2); /* întinde săgeata pe orizontală */
    }

    input[type="checkbox"] {
        display: none;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.1s ease;
        font-family: Urbanist;
        font-weight: 400;
        font-style: Regular;
        font-size: 1rem;
        line-height: 100%;
        letter-spacing: 0%;
        opacity: 0;
        padding-left: 1rem;
        padding-bottom: 3px;
    }

    input[type="checkbox"]:checked ~ .faq-answer {
        max-height: 500px; /* suficient de mare pentru text */
        transition: max-height 0.5s ease;
        margin-top: 1.4rem;    
        opacity: 100;
    }

    input[type="checkbox"]:checked + .faq-question::after {
        transform: rotate(180deg) scaleX(2.2); /* întoarce săgeata în sus */
    }
    input[type="checkbox"]:checked + .faq-question {
        color: rgba(255, 98, 0, 1);
    }


    .site-footer{
        width: 100%;
        height: 20rem;
        background-color: #121212;
        position: absolute;
        left: 0;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .site-footer h3{
        font-family: Urbanist;
        color: white;
        font-size: 2rem;
    }























/* Stil pentru fundalul transparent al pop-up-ului */
#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Ascunde pop-up-ul inițial */
    z-index: 1000;
}

/* Stil pentru containerul pop-up-ului */
#popup-content {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 1001;
}
.pod{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top:28px;
}
    #order-now-button{
        max-width: 200px;
        align-self: center;
        font-family: Urbanist;
        font-weight: 600;
    }

/* Stil pentru titlu și butoane */
#popup-content h2 {
    margin-top: 0;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-family: urbanist;
}

#business-details-input {
  resize: none;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-radius: 1rem;
}

#order-now-button {
    width: 100%;
    padding: 12px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: ease 0.3s;
}


/* Stil pentru butonul de închidere */
.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
}

.close-button:hover {
    color: #555;
}

/* AGREEMENT TEXT */
.agreement-text {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    margin: 10px 0;
    font-family: 'Inter', sans-serif;
}

.agreement-text a {
    color: #0091FF;
    text-decoration: none;
}

.agreement-text a:hover {
    text-decoration: underline;
}

/* FOOTER LINKS */
.left-under-right {
    display: flex;
    gap: 1rem;
}

.left-under-right a {
    color: #ccc;
    font-size: 0.8rem;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

.left-under-right a:hover {
    text-decoration: none;
    color: #121212;
}

/* SCROLL ANIMATIONS */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animație de apariție a pop-up-ului */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* TERMS PAGE STYLES */
.section-terms {
    margin-bottom: 5rem;
    padding: 2rem;
}

.terms-container {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.terms-container h1 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin-bottom: 1rem;
}

.terms-container h2 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.terms-container p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1rem;
}

.last-updated {
    text-align: center;
    font-style: italic;
    margin-bottom: 2rem;
    color: rgba(0, 0, 0, 0.5);
}


@media (min-width: 768px) {.show-keys{display: none;}}


@media (min-width: 768px) and (max-width: 1024px) {
    #popup-content {
        max-width: 600px;
        padding: 30px 40px;
    }
}

@media (min-width: 1024px) {
    #popup-content {
        max-width: 700px;
        padding: 35px 45px;
    }
}

/* Tablet responsiveness */
/* Tablet responsiveness */
@media (min-width: 769px) and (max-width: 1024px) {
    /* GLOBAL */
    body {
        max-width: 980px !important; /* Overrides the 1200px and keeps the 980px from the general media query */
        padding: 0 1.5rem; /* Add some horizontal padding */
    }

    /* HEADER */
    .header-top {
        margin-bottom: 2rem;
        flex-direction: column;
        gap: 1rem;
    }
    .header-buttons {
        gap: 0.8rem;
        width: 100%;
        justify-content: center;
    }
    .header-bottom {
        flex-direction: column; /* Keep header-bottom stacked for a prominent hero */
        text-align: center;
        margin-bottom: 4rem;
    }
    .header-bottom-left {
        max-width: 80%; /* Limit width slightly for better reading */
        margin-bottom: 2rem;
    }
    h1 {
        font-size: 40px; /* Slightly smaller title */
    }
    .header-bottom h2 {
        font-size: 16px;
    }
    .header-video{
        width: 100%; /* Make video wider */
        height: auto;
    }

    /* SECTION 1 - USPS */
    .section-usps h2 {
        font-size: 2.5rem;
    }
    .usps-card-container {
        display: flex;
        gap: 1rem;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .usps-card{
        scale: calc(50% 1rem);
    }

    /* SECTION 2 - OUR MISSION */
    .our-mission-card {
        padding: 2.5rem 3rem;
        max-width: 90%;
    }
    .our-mission-card p {
        font-size: 1rem;
    }

    /* SECTION 3 - BENEFITS */
    .section-benefits h2, .section-pricing h2 {
        font-size: 2.5rem;
    }
    .benefits-card-container {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 5rem;
    }
    .benefits-card {
        min-width: 12rem; /* Reduce min-width */
        max-width: 45%;
        padding: 1rem;
    }
    .benefits-card:hover {
        transform: scale(1.1); /* Slightly less aggressive hover scale */
    }

    /* SECTION 4 - ABOUT US */
    .section-about-us {
        flex-direction: row; /* Keep in a row */
        gap: 1.5rem;
        margin-bottom: 4rem;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .art-director-card {
        width: 45%; /* Adjust widths to fit side by side */
        height: 25rem;
    }
    .manager-card {
        width: 45%;
        height: 25rem;
    }
    .section-about-us h3 {
        background: radial-gradient(ellipse at 50% center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        display: inline-block;
        margin: 0.5rem 0;
        margin-bottom: -1rem;
    }

    /* SECTION 5 - PRICING */
    .pricing-card-container {
        gap: 1.5rem;
        height: auto;
        flex-direction: column; /* Stack cards vertically for tablet */
        padding: 0;
    }
    .pricing-card {
        width: 90% !important; /* Full width minus padding on container */
        max-width: 600px;
        height: auto;
        min-width: unset;
        transform: none !important; /* Remove scaling effects that can mess up tablet layout */
        padding-top: 18rem; /* Enough space for background image above content */
        margin: 0 auto;
    }
    .pricing-card:hover {
        width: 90%; /* Remove hover width change */
    }
    .pricing-left {
        display: none !important;
    }
    .keypoints {
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: 1;
        transition: opacity 0.5s ease;
    }
    .shrink-small, .shrink-small2, .shrink {
        transform: none;
        margin-left: 0;
        margin-right: 0;
    }

    /* SECTION 6 - CALENDAR */
    .section-calendar {
        width: 90%; /* Center and contain calendar */
        margin: 0 auto 3rem auto;
        gap: 3rem;
        flex-direction: row; /* Keep elements side-by-side if space allows */
        justify-content: space-around;
        align-items: center;
    }
    .left-side {
        width: 40%;
        text-align: left;
    }
    .right-side {
        width: 55%;
        height: 30rem;
        margin-right: 0;
    }
    .left-side .btn.manager {
        width: auto;
        max-width: none;
    }


    /* SECTION 7 - FAQ */
    .section-faq {
        padding: 3rem 1rem;
        margin-bottom: 4rem;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
        box-sizing: border-box;
    }
    .section-faq h2 {
        font-size: 2.5rem;
        text-align: center;
        width: 100%;
    }
    .faq {
        width: 100%;
        max-width: none;
    }

    /* FOOTER */
    .site-footer {
        height: 15rem;
    }
}

/* This is a small fix to address the mobile-first approach where
   some styles in (max-width: 768px) might override tablet styles. */
@media (max-width: 768px) {
    /* Reset these properties from the mobile block for tablets where they're not explicitly defined */
    .usps-card-container {
        flex-direction: column; /* Re-apply mobile-stacking for true mobile devices */
    }
}
@media (max-width: 768px) {
    /* GENERAL LAYOUT */
    body {
        max-width: 100% !important;
        padding: 0 1rem;
    }
    .site-header {
        padding: 0 1rem;
    }
    .header-top {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .header-buttons {
        width: 100%;
        justify-content: center;
        gap: 0.5rem;
    }
    .header-buttons .btn {
        flex: 1;
        padding: 10px 0;
        text-align: center;
    }
    .btn.book-call{
        text-align: center;
        justify-content: center;
         height: 47px;
    }
    .btn.see-pricing{
        height: 47px;
    }
    .header-bottom {
        flex-direction: column;
        text-align: center;
        margin-bottom: 3rem;
    }
    .header-bottom-left {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .main-title {
        font-size: 2.5rem;
    }
    .subtitle {
        font-size: 1.125rem;
    }
    .header-video{
        width: 100%;
    }

    /* SECTION 1 - USPS */
    .section-usps {
        margin-bottom: 3rem;
    }
    .usps-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .usps-card-container {
        flex-direction: column;
        gap: 1.5rem;
        transform: translateX(0) !important;
    }
    .usps-card {
        width: 100%;
        min-height: auto;
        padding: 1rem;
    }

    /* SECTION 2 - OUR MISSION */
    .section-our-mission {
        margin-bottom: 3rem;
    }
    .our-mission-card {
        padding: 2rem;
        max-width: 100%;
    }
    .our-mission-card p {
        font-size: 1rem;
    }

    /* SECTION 3 - BENEFITS */
    .section-benefits {
        margin-bottom: 3rem;
    }
    .benefits-section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .benefits-section-subtitle {
        font-size: 1rem;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .benefits-card-container {
        display: inline-flex;
        gap: 1rem;
        margin-bottom: 3rem;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .benefits-card {
        width: 100%;
        gap: 0.8rem;
    }
    .benefits-card:hover{
       transform: scale(1);
       background-color: #f1f1f1;
    }

    /* SECTION 4 - ABOUT US */
    .section-about-us {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 3rem;
        width: 100%;
    }
    .art-director-card, .manager-card {
        width: 100%;
        height: 25rem;
        padding: 1.5rem;
        background-position: center -2%;
    }
    .section-about-us h3 {
        font-size: 1.5rem;
        background: radial-gradient(ellipse at 50% center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 100%);
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        display: inline-block;
        margin: 0.5rem 0;
        margin-bottom: -1rem;
    }
    .btn.art-director, .btn.manager {
        width: 100%;
        max-width: 200px;
        height: 2.5rem;
    }

    /* SECTION 5 - PRICING */
      /* Carduri pricing: 1 pe rând */
  .pricing-card-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
  }
  .pricing-left {
    display: none !important;
  }
  .pricing-card {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    background-position: top;
    padding: 1.5rem;
    padding-top: 20rem;
    align-items: center;
  }
  #card1{
    background-repeat: no-repeat;
    background-position: top;
    max-width: 400px;
  }
      #card1{
                background-image: url('imagini/1\ -\ ExclusivePhone.png');
    }
    .section-pricing {
        margin-bottom: 3rem;
    }
    .buy-now-button{
        width: 100%;
    }
    .pricing-section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .pricing-section-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
        text-align: center;
        max-width: 100%;
    }
    .pricing-card-container {
        flex-direction: column;
        height: auto;
        gap: 1.5rem;
        align-items: center;
        width: 100%;
    }
    .pricing-card:hover {
        width: 100%;
    }
    .pricing-card-container::after,
    .pricing-card-container::before {
        display: none;
    }
    .keypoints {
        position: static;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        margin-top: 1rem;
        transition: max-height 0.5s ease, opacity 0.5s ease;
    }
    .show-keys {
        align-self: center;
        margin-top: 1rem;
        cursor: pointer;
        width: 100%;
        margin-top: 25px;
    }
    .show-keys svg {
        font-size: 2rem;
        font-weight: 900;
        font-style: bold;
        color: #2c2c2c;
        transition: transform 0.3s ease;
    }
    .show-keys.rotated svg {
        transform: rotate(180deg);
    }
    #show-keys:checked ~ .keypoints {
        max-height: 200px;
        opacity: 1;
    }

    /* SECTION 6 - CALENDAR */
    .section-calendar {
        flex-direction: column;
        padding: 2rem;
        margin-bottom: 3rem;
        align-items: center;
        gap: 2px !important;
    }
    .left-side {
        order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .right-side {
        order: 2;
        width: 100%;
        max-width: 450px;
        margin-right: 0;
        height: 25rem;
        text-align: center;
        box-sizing: border-box;
    }
    .section-calendar h2 {
        font-size: 2.2rem !important;
        line-height: 2.4rem !important;
    }
    .section-calendar h3 {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    .left-side .btn.manager {
        width: 100%;
        max-width: 200px;
    }
    .footer-links {
        display: block;
    }
    .left-under-under {
        display: block;
    }

    /* SECTION 7 - FAQ */
    .section-faq {
        padding: 2rem;
    }
    .section-faq h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .faq-question {
        font-size: 1rem;
    }
    .faq-answer {
        font-size: 0.9rem;
    }
    .site-footer {
        padding: 2rem 1rem;
    }
    .footer-links {
        display: none;
    }
    .left-under-under {
        display: none;
    }

    /* TERMS MOBILE */
    .section-terms {
        padding: 1rem;
        margin-bottom: 3rem;
    }
    .terms-container h1 {
        font-size: 2rem;
    }
    .terms-container h2 {
        font-size: 1.25rem;
    }
    .terms-container p {
        font-size: 0.9rem;
    }


}

@media (max-width: 768px) {
    .left-under-under{
        display: none !important;
    }
    .left-under-under-phone{
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .left-under-under-phone{
        display: none !important;
    }
}


@media (min-width: 768px) and (max-width: 1240px) {
        .usps-card-container{
            align-items: center;
            margin-left: 20px;
        }
    .usps-card {
        /* 1. Folosim transform: scale() pentru redimensionare vizuală fluidă */
        /* Calculează un factor de scalare între 0.7 și 1.0 */
        /* Valoare: clamp(MIN, FLUID, MAX) */
        transform: scale(clamp(0.7, calc(0.3 + 0.0005 * 100vw), 1.0));
        
        /* 2. Setează lățimea containerului la o valoare care nu provoacă overflow */
        width: 100%; /* Lățimea e 100% din părinte, dar transformarea vizuală o va face mai mică */
        padding: 0 1rem; /* Adaugă marginile laterale folosind padding, dacă nu sunt deja acolo */

        /* 3. Ajustează originea transformării, dacă este cazul */
        transform-origin: top center;
        text-align: center;
        height:max-content !important;
    }
}

@media (min-width: 768px) and (max-width: 1240px) {
    .benefits-card-container{
        overflow-x: auto !important;
        overflow-y: hidden;
    }
}


@media (max-width: 500px) {
    .custom-iframe {
      width: 90% !important;
    }

body {
  font-family: 'Urbanist', sans-serif;
    overflow-x: hidden;
}
}