/* Mobile First - General Responsive */
@media screen and (max-width: 768px) {
    /* Logo adjustments */
    .logo-img {
        max-width: 140px;
    }
    
    .logo-img-mobile {
        max-width: 140px;
    }
    
    .logo-img-footer {
        max-width: 140px;
    }
    
    /* Header buttons mobile */
    .header-buttons {
        gap: 10px;
    }
    
    .language-select {
        font-size: 12px;
        padding: 5px 8px;
    }
    
    .btn-login {
        font-size: 12px;
        padding: 0px 16px;
        height: 38px;
    }
    
    /* Main section mobile */
    .main-info h1 {
        font-size: 36px !important;
        line-height: 42px !important;
    }
    
    .main-info p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    
    .main-r img {
        width: 100%;
        max-width: 100%;
    }
    
    /* Downloads section mobile */
    .downloads-cont {
        flex-direction: column;
        gap: 40px;
        padding: 40px 0px;
    }
    
    .downloads-l h2 {
        font-size: 42px !important;
        line-height: 50px !important;
    }
    
    .downloads-l-items {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
    
    .downloads-l-item h3 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .downloads-l-item p {
        font-size: 24px;
        line-height: 28px;
    }
    
    .downloads-r-items {
        flex-direction: column;
        gap: 24px;
    }
    
    /* Pricing section mobile */
    .price-items {
        flex-direction: column;
        gap: 24px;
    }
    
    .price-item {
        width: 100%;
    }
    
    /* Features section mobile */
    .features-cont {
        flex-direction: column;
        gap: 40px;
    }
    
    .features-l {
        width: 100%;
    }
    
    .features-l img {
        width: 100%;
        max-width: 100%;
    }
    
    .features-r {
        width: 100%;
    }
    
    .features-r h2 {
        font-size: 42px !important;
        line-height: 50px !important;
    }
    
    .features-r-item h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    
    .features-r-item p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    
    /* Ready section mobile */
    .ready-items {
        flex-direction: column;
        gap: 24px;
    }
    
    .ready-header {
        width: 100%;
    }
    
    .ready-header h2 {
        font-size: 42px !important;
        line-height: 50px !important;
    }
    
    .ready-item-w {
        width: 100%;
        flex-direction: column;
        padding: 24px;
    }
    
    .ready-item-w-l {
        width: 100%;
    }
    
    .ready-item-w-l h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    
    .ready-item-w-l p {
        font-size: 18px !important;
        line-height: 24px !important;
    }
    
    .ready-item-w-r {
        width: 100%;
        justify-content: center;
    }
    
    .ready-item-w-r img {
        max-width: 200px;
        width: 100%;
    }
    
    /* FAQ section mobile */
    .faq {
        padding: 60px 0px;
    }
    
    .faq-header h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    
    .faq-header p {
        font-size: 14px !important;
        padding: 0 20px;
    }
    
    .faq-items {
        gap: 12px;
        padding: 0 20px;
    }
    
    .faq-item {
        padding: 18px;
    }
    
    .faq-question h3 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    
    .faq-answer p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    
    /* Footer mobile */
    .footer {
        padding: 40px 20px;
    }
    
    .footer-content {
        gap: 16px;
    }
    
    .footer-copyright {
        font-size: 12px !important;
        padding: 0 20px;
    }
    
    /* Container padding mobile */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Price section mobile improvements */
    .price-header h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    
    .price-header p {
        font-size: 14px !important;
        padding: 0 10px;
    }
    
    .price-item {
        padding: 24px;
    }
    
    .price-item h2 {
        font-size: 22px !important;
    }
    
    .price-text p {
        font-size: 14px !important;
    }
    
    .price-up p {
        font-size: 14px !important;
    }
    
    /* Country flags mobile */
    .country-flags {
        margin-left: 6px;
        gap: 6px;
    }
    
    .flag-icon {
        width: 20px;
        height: 14px;
    }
    
    /* Downloads section mobile text */
    .downloads-r-item-header h4 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    
    .downloads-r-item p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    .main-info h1 {
        font-size: 28px !important;
        line-height: 34px !important;
    }
    
    .downloads-l h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    
    .features-r h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    
    .ready-header h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    
    .faq-header h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    
    .price-header h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    
    .logo-img,
    .logo-img-mobile,
    .logo-img-footer {
        max-width: 120px;
    }
    
    .header-buttons {
        gap: 8px;
    }
    
    .language-select {
        font-size: 11px;
        padding: 4px 6px;
        width: 60px;
    }
    
    .btn-login {
        font-size: 11px;
        padding: 0px 12px;
        height: 36px;
    }
}

@media screen and (max-width: 1000px) {
    .main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 60px 20px;
        flex-wrap: wrap;
    }
    .main-l {
        width: 100%;
    }
    .main-info {
        text-align: center;
    }
    .main-info h1{
        width: 100%;
        font-style: normal;
        font-weight: 500;
        font-size: 48px;
        line-height: 48px;
        display: unset;
        align-items: center;
        color: #000000;
        margin: auto;
    }
    .main-info p{
        margin-top: 16px;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #878C91;
        max-width: 570px;
    }
    .main-nav {
        margin-top: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-nav a{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-decoration-line: underline;
        color: #010205;
    }
    .contactus:hover{
        opacity: .7;
    }
    .main-nav button{
        background: #2c2c2c;
        box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.14);
        border-radius: 3.35544e+07px;
        border: 0;
        height: 44px;
        color: #fff;
        transition: all .2s;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 30px 14px 40px;
        gap: 8px;
        background: #010205;
        margin-right: 32px;
    }
    .main-nav button:hover{
        background: #010205d9;
    }
    .main-nav button img {
        margin-top: 7px;
    }
    .main-r {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        display: none;
    }
    .main-r img{
        width: 90%;
    }



    .downloads {
    }
    .downloads-cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        min-height: auto;
        padding: 60px 20px;
    }
    .downloads-l {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .downloads-l h2{
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: 400;
        font-size: 64px;
        line-height: 76px;
        display: flex;
        align-items: center;
        color: #000000;
    }
    .downloads-l-items {
        display: flex;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
        margin: 20px 0px;
    }
    .downloads-l-item {
    }
    .downloads-l-item h3{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 48px;
        background: linear-gradient(180deg, #00FF0A 0%, #008344 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    .downloads-l-item p{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 41px;
        color: #696969;
    }
    .downloads-r {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }
    .downloads-r-items {
        max-width: 450px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .downloads-r-item {
        max-width: 450px;
        width: 100%;
    }
    .downloads-r-item p{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: #696969;
    }
    .downloads-r-item-header {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }
    .downloads-r-item-header img{
        margin-right: 20px;
    }
    .downloads-r-item-header h4{
        font-family: 'Chivo';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 38px;
        color: #000000;
    }



    .price {
        padding: 60px 20px;
    }
    .prece-cont {
    }
    .price-header {
    }
    .price-header h2{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 43px;
        line-height: 64px;
        text-align: center;
        color: #000000;
    }
    .price-header p{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000000;
        opacity: 0.6;
        margin-top: 8px;
    }
    .price-items {
        margin-top: 32px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .price-item {
        width: 100%;
    }
    .price-item h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .price-item .price-total h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .price-badge {
        top: 16px;
        right: 16px;
        font-size: 10px;
        padding: 5px 12px;
    }



    .features {
        padding: 60px 20px;
    }
    .features-cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .features-l {
        width: 100%;
        display: none;
    }
    .features-l img{
        width: 100%;
    }
    .features-r {
        width: 100%;
    }
    .features-r h2{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
        color: #000000;
        text-align: center;
    }
    .features-r-cont {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        gap: 16px;
    }
    .features-r-item {
        width: 100%;
        margin-left: auto;
    }
    .features-r-item h2 img {
        margin-right: 20px;
    }
    .features-r-item h2{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #000000;
        text-align: left;
    }
    .features-r-item p{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #878C91;
        margin-left: 42px;
    }



    .ready {
        padding: 60px 20px;
    }
    .ready-cont {
    }
    .ready-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .ready-header h2{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 48px;
        color: #000000;
        text-align: center;
    }
    .ready-header button{
        margin: auto;
        margin-top: 32px;
        background: #2c2c2c;
        box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.14);
        border-radius: 3.35544e+07px;
        border: 0;
        height: 44px;
        color: #fff;
        transition: all .2s;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 30px 14px 40px;
        gap: 8px;
        background: #010205;
        margin-bottom: 32px;
    }
    .ready-header button:hover{
        background: #010205d9;
    }
    .ready-header button img {
        margin-top: 7px;
    }
    .ready-items {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
        flex-wrap: wrap;
    }
    .ready-item-w {
        width: 100%;
        background: #F3F3F3;
        border: 1px solid #010205;
        border-radius: 52px;
        padding: 32px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .ready-item-w-l {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        gap: 16px;
    }
    .ready-item-w-l h2{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 43px;
        color: #000000;
    }
    .ready-item-w-l p{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 20px;
    }
    .ready-item-w-r {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .ready-item-w-r img {
        max-width: 200px;
        width: 100%;
        margin-bottom: -20px;
    }
    .ready-item-b {
        max-width: 436px;
        background: #010205;
        border-radius: 52px;
        padding: 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .ready-item-b h2{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 34px;
        line-height: 43px;
        color: #FFFFFF;
    }
    .ready-item-b p{
        max-width: 412px;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #878C91;
    }
    .ready-slider {
        margin-top: 120px;
    }
    .ready-slider-item {
    }
    .ready-slider-item p{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 49px;
        color: #000000;
    }
    .ready-slider-item-cont {
    }
    .ready-slider-item-name {
        display: flex;
        align-items: center;
        margin-top: 32px;
    }
    .ready-slider-item-name img{
        margin-right: 16px;
    }
    .ready-slider-item-name-info {
    }
    .ready-slider-item-name-info h6{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        color: #000000;
    }
    .ready-slider-item-name-info p{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #878C91;
    }

    .footer {
        padding: 60px 20px;
    }
    .footer hr{
        opacity: .2;
        margin: 40px 0px;
    }
    .footer-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-info {
        max-width: unset;
        margin-bottom: 32px;
    }
    .footer-info img{
        margin-bottom: 16px;
    }
    .footer-info p{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
        color: rgba(10, 10, 10, 0.5);
        max-width: 400px;
    }
    .footer-items {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
    }
    .footer-info-cont {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .footer-info-cont h6{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.35px;
        text-transform: uppercase;
        color: rgba(10, 10, 10, 0.7);
    }
    .footer-info-item {
    }
    .footer-info-item a{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: rgba(10, 10, 10, 0.6);
        transition: all .2s;
    }
    .footer-info-item a:hover{
        opacity: .7;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer-bottom p{
        width: 100%;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: rgba(10, 10, 10, 0.4);
    }
    
    /* Mobile Logo Styles */
    .logo-text {
        font-size: 18px;
    }
    .logo-text-mobile {
        font-size: 16px;
    }
    .logo-text-footer {
        font-size: 18px;
    }
    .header-logo {
        width: auto;
    }
    .header-buttons {
        width: auto;
        gap: 10px;
    }
    .header-button-b {
        margin-left: 10px;
    }
    .nabar-menu-r {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .navbar-nav .nav-item {
        margin: 8px 0;
    }
    .navbar-nav .header-button-w,
    .navbar-nav .header-button-b {
        margin: 12px 0;
        width: 100%;
    }
    .navbar-nav .header-button-w button,
    .navbar-nav .header-button-b button {
        width: 100%;
    }
}