* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    border-radius: 40px;
}

body {
    background-color: #F2F2F2;
    font-family: 'Montserrat', sans-serif;
}

header {
    background-color: #fff;
}

header .nav-links .nav-link {
    color: #383A47;
    font-size: 20px;
    font-weight: 400;
    line-height: 145%;
}

header .try-now-button button {
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    color: #fff;
    border-radius: 16px;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
}

.logo-box img {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

header .try-now-button {
    display: flex;
    justify-content: end;
}

.main {
    margin-top: 70px;
}

main .main-download-inner {
    position: relative;
    background-image: url('/assets/images/WDIF\ BG\ WEB.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    overflow: hidden;
}

main .main-download-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(140, 33, 255, 0.55) 0%, rgba(53, 157, 255, 0.55) 100%);
    z-index: 1;
}

main .main-download-inner>* {
    position: relative;
    z-index: 2;
}

.main h1 {
    color: #ffff;
    font-size: 50px;
    line-height: 125%;
    font-weight: 700;
}
.main .info-card {
margin-top: 100px;
}
main p {
    /* width: 380px; */
    font-size: 18px;
    line-height: 145%;
    color: #ffff;
    font-weight: 300;
}

main button {
    background-color: #fff;
    border: none;
    color: #1476F0;
    width: 321px;
    height: 56px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 145%;
    font-weight: 500;
}

.width-img {
    width: 75%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.padding-main {
    padding: 20px 30px 0 70px;

}

main .download-app-section {
    margin-top: 60px;
    margin-bottom: 20px;
}

main .download-app-section a {
    width: 135px;
}

main .download-app-section a img {
    width: 100%;
    height: 40px;
}

.wdif {
    padding: 90px 0;
}

.wdif-card {
    background: #ffffff;
    border-radius: 60px;
    padding: 40px 0px 40px 60px;
    overflow: hidden;
}

.wdif-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdif-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
}

.wdif-content {
    padding-left: 20px;
}

.wdif-content h2 {
    margin: 0 0 34px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wdif-content h2 span {
    font-style: italic;
    font-weight: 600;
}

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

.wdif-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;

    color: #383A47;
    font-size: 24px;
    font-weight: 300;
    line-height: 145%;
}

.wdif-list li:last-child {
    margin-bottom: 0;
}

.wdif-list .icon {
    width: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdif-list .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.wdif-packing .packing-info {
    background-color: #fff;
    padding: 30px 30px 0 45px;
    border-radius: 40px;
    height: 100%;
    position: relative;
}

.wdif-packing .packing-info .packing-info-image {
    position: absolute;
    top: 35px;
    right: 0;
    bottom: 0;
}

.wdif-packing .packing-info .packing-info-image img {
    height: 100%;
}

.wdif-packing .packing-info .info-card h1 {
    margin: 0 0 34px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wdif-packing .packing-info .info-card p {
    font-size: 16px;
    font-weight: 300;
}

.wdif-packing .packing-info .info-card {
    width: 315px;
}

.weather,
.reminder,
.desingned-season,
.trippy-ai,
.ask,
.start-trip {
    margin-top: 90px;
}

.desingned-season-bg {
    background-color: #fff;
    padding: 70px;
    border-radius: 60px;
}

.desingned-season h1 {
    text-align: center;
    margin: 0 0 34px;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.desingned-season p {
    text-align: center;
    font-size: 24px;
    line-height: 145%;
    font-weight: 300;
}

.desingned-season .season-cards .season-winter {
    border-radius: 24px;
    background: linear-gradient(180deg, #097AF3 0%, #015ABA 100%);
    width: 200px;
    height: 76px;
    color: #fff;
}

.desingned-season .season-cards .season-spring {
    border-radius: 24px;
    background: linear-gradient(90deg, #8EE47A 0%, #01BA39 100%);
    width: 200px;
    height: 76px;
    color: #fff;
}

.desingned-season .season-cards .season-autumn {
    border-radius: 24px;
    background: linear-gradient(135deg, #F9730C 0%, #FF9A4C 100%);
    width: 200px;
    height: 76px;
    color: #fff;
}

.desingned-season .season-cards .season-summer {
    border-radius: 24px;
    background: linear-gradient(90deg, #08CAFF 0%, #0192BA 100%);
    width: 200px;
    height: 76px;
    color: #fff;
}
.trippy-ai .trippy-ai-bg {
    background-image: url('/assets/images/ai-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 60px;
    padding: 35px;
}

.trippy-ai .trippy-ai-bg h2 {
    color: #fff;
    font-size: 48px;
    line-height: 145%;
    font-weight: 600;
    transform: translateY(-44px);
}

.trippy-ai .trippy-ai-bg p {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}

.trippy-ai .trippy-ai-bg .descriptions {
    padding: 0 100px;
    transform: translateY(-44px);
}


.trippy-ai .ai-inner {
    width: 100%;
    max-width: 200px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.trippy-ai .ai-inner video {
    width: 100%;
    display: block;
    background: #000;
    mix-blend-mode: screen;
    /* mix-blend-mode: lighten; */
    opacity: 0.95;
}

.ask .ask-bg {
    background-color: #fff;
    padding: 60px;
    border-radius: 60px;
}

.ask .ask-bg .ask-info-card h3 {
    margin: 0 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ask .ask-bg .ask-info-card {
    padding-top: 60px;
    padding-right: 40px;
}

.ask .ask-bg .ask-info-card p {
    font-size: 16px;
    color: #383A47;
    font-weight: 300;
}

.ask .ask-bg button {
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    color: #fff;
    border-radius: 16px;
    border: none;
    padding: 15px 30px;
    font-size: 14px;
    width: 321px;
    margin-top: 30px;
}

.start-trip .start-trip-bg {
    padding: 60px;
    border-radius: 60px;
    background-color: #fff;
}

.start-trip .start-trip-bg .trip-info-card {
    padding-top: 60px;
    padding-left: 40px;
}

.start-trip .start-trip-bg h3 {
    margin: 0 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.start-trip .start-trip-bg p {
    font-size: 24px;
    color: #383A47;
}

.start-trip .start-trip-bg .download-app-section a {
    width: 135px;
}

.start-trip .start-trip-bg .download-app-section a img {
    width: 100%;
}

.site-footer {
    margin-top: 90px;
    padding-bottom: 40px;
    background-color: #fff;
}

.site-footer .footer-inner {
    border-radius: 40px;
    padding: 38px 42px 0 42px;
}

.gradient-text {
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.footer-logo img {
    max-width: 145px;
    height: auto;
    display: block;
}

.footer-store-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-store-buttons a {
    width: 96px;
    display: block;
}

.footer-store-buttons a img {
    width: 100%;
    display: block;
}

.footer-copy {
    margin: 0;
    font-size: 12px;
    line-height: 145%;
    color: #8A8D9F;
    font-weight: 400;
}

.footer-links-wrap {
    display: flex;
    justify-content: center;
    gap: 70px;
    height: 100%;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-link {
    font-size: 14px;
    line-height: 145%;
    font-weight: 300;
    color: #1F1F1F;
    width: fit-content;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.footer-location {
    margin: 0;
    font-size: 14px;
    line-height: 145%;
    font-weight: 300;
}

.footer-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-contact-links a {
    font-size: 14px;
    line-height: 145%;
    font-weight: 300;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-socials a {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-socials a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 0px;
}

.packing-info-image-responsive {
    display: none;
}

.footer-logo img,
.footer-store-buttons a img,
.start-trip .start-trip-bg .download-app-section a img,
main .download-app-section a img {
    border-radius: 0px;
}

.border-radius {
    border-radius: 18px !important;
}

.display-block-res {
    display: none;
}

.display-flex-res {
    display: flex;
}

@media (max-width:1200px) {

    .wdif,
    .wdif-packing,
    .desingned-season,
    .ask,
    .trippy-ai,
    .ask,
    .start-trip {
        padding: 0 10px;
    }

    .main {
        margin-top: 10px;
        padding: 0 20px;
    }

    .wdif,
    .wdif-packing {
        margin-top: 40px;
    }
}

@media (max-width: 1000px) {
    .ask .ask-image {
        margin-top: 50px;
        width: 100%;
    }

    .ask .ask-bg button {
        width: 100%;
    }

    .ask .ask-bg .ask-info-card {
        padding-right: 0px;
    }

    .ask .ask-bg .ask-info-card h3 {
        text-align: center;
    }

    .ask .ask-bg .ask-info-card p {
        text-align: center;
    }

    .display-none-res {
        display: none;
    }

    .display-block-res {
        display: block;
    }

    .ask .ask-bg {
        padding: 0px 30px 60px 30px !important;
    }

    .responsive-flex {
        display: flex;
        justify-content: center !important;
        margin-top: 15px;
    }

    .packing-info-image {
        display: none;
    }

    .packing-info-image-responsive {
        display: block;
    }

    .responsive-packing {
        flex-direction: column;
    }

    .footer-copy {
        color: #1F1F1F !important;
        font-weight: 300;
    }

    .wdif-packing .packing-info .info-card {
        width: 100%;
    }

    .wdif-packing .packing-info .info-card h1,
    .start-trip .start-trip-bg h3 {
        text-align: center;
    }

    .wdif-packing .packing-info .info-card p,
    .start-trip .start-trip-bg p {
        text-align: center;
    }

    .wdif-packing .packing-info .info-card p {
        padding: 0 15px;
    }

    .d-none-res {
        display: none;
    }

    .gap-resposive {
        gap: 40px;
    }

    .trippy-ai .trippy-ai-bg {
        padding: 15px;
    }

    .trippy-ai .trippy-ai-bg .descriptions {
        padding: 0 15px;
        text-align: center;
    }

    .trippy-ai .trippy-ai-bg p {
        text-align: center;
    }

    .start-trip .start-trip-bg .trip-info-card {
        padding-left: 0px;
    }

    .start-trip .start-trip-bg {
        padding: 60px 30px 0 30px;
    }

    .wdif-packing .packing-info {
        padding: 30px 15px 0 15px;
    }

    main button {
        width: 100%;
    }

    main .download-app-section {
        position: absolute;
        bottom: 10px;
        gap: 7px !important;
    }

    .season-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 12px !important;
    }

    .season-cards>div {
        width: calc(50% - 6px) !important;
    }

    .desingned-season-bg {
        padding: 50px 15px;
    }

    .desingned-season h1,
    .trippy-ai .trippy-ai-bg h2,
    .ask .ask-bg .ask-info-card h3,
    .start-trip .start-trip-bg h3,
    .wdif-content h2,
    .wdif-packing .packing-info .info-card h1 {
        font-size: 28px !important;
    }

    .desingned-season p,
    .trippy-ai .trippy-ai-bg p,
    .ask .ask-bg .ask-info-card p,
    .start-trip .start-trip-bg p {
        font-size: 16px;
    }

    .weather,
    .reminder,
    .desingned-season,
    .trippy-ai,
    .ask,
    .start-trip {
        margin-top: 40px;
    }

    .nav-links {
        display: none !important;
    }

    .responsive-between {
        display: flex !important;
        justify-content: space-between !important;
    }

    .try-now-button {
        display: flex;
        justify-content: flex-end;
    }

    .try-now-button button {
        white-space: nowrap;
    }

    .padding-main {
        padding: 40px 15px 0 15px;
    }


    .start-trip .start-trip-bg .trip-info-card {
        padding-top: 0px;
    }

    .main h1 {
        font-size: 31px !important;
        text-align: center;
    }

    .main p {
        width: 100% !important;
        font-size: 16px !important;
        text-align: center;
    }

    main button {
        margin-bottom: 30px;
    }

    header {
        background-color: transparent;
        padding: 0 10px;
    }

    .wdif-packing .packing-info .info-card h1 {
        margin-bottom: 15px !important;
    }

    .footer-brand {
        align-items: center !important;
    }

    .footer-links-wrap {
        align-items: center;
    }

    .footer-links-column {
        flex-direction: row;
        align-items: center;
    }

    .footer-contact {
        align-items: center;
    }

    .desingned-season .season-cards .season-winter,
    .desingned-season .season-cards .season-spring,
    .desingned-season .season-cards .season-summer,
    .desingned-season .season-cards .season-autumn {
        height: 70px;
    }

    .desingned-season,
    .trippy-ai,
    .ask,
    .start-trip {
        padding: 0 20px;
    }

    .site-footer {
        background-color: transparent;
    }
}

@media (max-width: 991.98px) {
    .wdif-card {
        border-radius: 32px;
        padding: 30px 10px;
    }
    .main .info-card{
        margin-top: 0;
    }

    .wdif-image {
        margin-bottom: 30px;
    }

    .wdif-image img {
        max-width: 280px;
    }

    .wdif-content {
        max-width: 100%;
        margin-left: 0;
    }

    .wdif-content h2 {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .wdif-list li {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .site-footer {
        margin-top: 60px;
        padding-bottom: 24px;
    }

    .site-footer .footer-inner {
        border-radius: 28px;
        padding: 28px 22px;
    }

    .footer-links-wrap {
        justify-content: flex-start;
        gap: 36px;
        flex-wrap: wrap;
    }

    .footer-brand,
    .footer-contact {
        gap: 16px;
    }

    .footer-location,
    .footer-link,
    .footer-contact-links a {
        font-size: 14px;
    }
}


@media (max-width: 767.98px) {
    .footer-store-buttons a {
        width: 110px;
    }

    .footer-links-wrap {
        flex-direction: column;
        gap: 14px;
    }

    .footer-contact-links {
        gap: 8px;
    }
    main .main-download-inner {
    background-image: url('/assets/images/WDIF\ BG\ Mobile.png');

}

}


.pricing-section {
    margin-top: 90px;
}

.pricing-wrapper {
    background: #fff;
    border-radius: 60px;
    padding: 60px;
}

.pricing-intro h2 {
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.02em;
    white-space: nowrap;
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-intro p {
    font-size: 16px;
    line-height: 145%;
    font-weight: 300;
    color: #6E7180;
    margin-bottom: 32px;
}

.pricing-intro button,
.pricing-mobile-btn button {
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    color: #fff;
    border: none;
    border-radius: 16px;
    width: 260px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
}

.pricing-cards {
    display: flex;
    gap: 24px;
    /* justify-content: flex-end; */
    align-items: stretch;
}

.plan-card {
    border-radius: 24px;
    padding: 22px 20px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.free-plan {
    width: 312px;
    background: #fff;
    border: 1px solid #E7E8EE;
}

.pro-plan {
    width: 323px;
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    color: #fff;
    padding: 24px 24px 10px 24px !important;
}

.plan-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 13px;
}

.plan-top img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 0 !important;
}

.plan-card h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 145%;
    margin-bottom: 4px;
}

.free-plan h3 {
    color: #1476F0;
}

.pro-plan h3 {
    color: #fff;
}

.plan-top p {
    font-size: 12px;
    line-height: 145%;
    font-weight: 400;
    margin: 0;
}

.free-plan .plan-top p {
    color: #5F6B7A;
}

.pro-plan .plan-top p {
    color: rgba(255, 255, 255, 0.8);
}

.plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 33px;
}

.plan-card ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 145%;
    white-space: nowrap;
    font-weight: 400;
    color: #5F6B7A;
}

.plan-card ul li:last-child {
    margin-bottom: 0;
}

.plan-card ul li::before {
    content: "";
    position: absolute;
    left: -6px;
    top: -2px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 8px;
    background-position: center;
}

.free-plan ul li::before {
    background-image: url("/assets/images/free-plan-check.svg");
}

.pro-plan ul li::before {
    background-image: url("/assets//images/pro-plan-check.svg");
}

.free-plan ul li::before {
    color: #1476F0;
}

.pro-plan ul li::before {
    color: #fff;
}

.pro-plan ul li {
    color: #ffff;
}

.plan-price strong,
.plan-bottom strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    margin-bottom: 4px;
}

.plan-price span {
    color: #1476F0;
}

.plan-price span,
.plan-bottom span {
    display: block;
    font-size: 10px;
    line-height: 145%;
    margin-bottom: 2px;
}

.plan-price small,
.plan-bottom small {
    display: block;
    font-size: 10px;
    line-height: 145%;
    opacity: 0.75;
}

.plan-price strong {
    color: #3B82F6;
}

.plan-price span,
.plan-price small {
    color: #1476F0;
}

.plan-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

.pricing-mobile-btn {
    display: none;
}

@media (max-width: 1000px) {
    .pricing-section {
        margin-top: 40px;
        padding: 0 10px;
    }

    .pricing-wrapper {
        padding: 30px 16px;
        border-radius: 32px;
    }

    .pricing-intro {
        text-align: center;
    }

    .pricing-intro h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .pricing-intro p {
        max-width: 100%;
        font-size: 16px;
        margin: 0 auto 24px;
    }

    .pricing-intro button {
        display: none;
    }

    .pricing-cards {
        flex-direction: column;
        gap: 16px;
    }

    .free-plan,
    .pro-plan {
        width: 100%;
    }

    .plan-card {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .plan-card h3 {
        font-size: 22px;
    }

    .pricing-mobile-btn {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

    .pricing-mobile-btn button {
        width: 100%;
    }
}

.terms-page {
    background: #f7f8fc;
    color: #1a1a2e;
    font-family: 'Montserrat', sans-serif;
    margin: 0px !important;
}

.terms-hero {
    padding: 70px 0 50px;
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    border-bottom: 1px solid #e9edf5;
}

.terms-hero-content {
    max-width: 760px;
}

.terms-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: white;
    color: #4f566b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.terms-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #fff;
}

.terms-hero p {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.8;
    color: #ffff;
    margin-bottom: 24px;
}

.terms-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.terms-meta span {
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e7ebf3;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #4f566b;
}

.terms-content-section {
    padding: 50px 0 80px;
}

.terms-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.terms-sidebar {
    position: sticky;
    top: 20px;
}

.terms-sidebar-card {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 20px;
    padding: 24px 20px;
}

.terms-sidebar-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #131a2a;
}

.terms-sidebar-card a {
    display: block;
    text-decoration: none;
    color: #61697c;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 0;
    transition: 0.2s ease;
}

.terms-sidebar-card a:hover {
    color: #7B2FE0;
    padding-left: 6px;
}

.terms-main {
    min-width: 0;
}

.terms-alert {
    background: linear-gradient(135deg, rgba(123, 47, 224, 0.10) 0%, rgba(59, 139, 245, 0.10) 100%);
    border: 1px solid rgba(123, 47, 224, 0.18);
    border-left: 4px solid #7B2FE0;
    border-radius: 16px;
    padding: 20px 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    color: #4b2b84;
    margin-bottom: 24px;
}

.terms-alert.secondary {
    margin-top: 16px;
}

.terms-block {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 24px;
    padding: 32px 30px;
    margin-bottom: 24px;
}

.terms-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf1f7;
}

.terms-number {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7B2FE0 0%, #3B8BF5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.terms-block h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #131a2a;
}

.terms-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2740;
    margin: 24px 0 12px;
}

.terms-block p {
    font-size: 15px;
    line-height: 1.9;
    color: #5d6578;
    margin-bottom: 14px;
    width: 100%;
}

.terms-block ul {
    margin: 14px 0 16px;
    padding: 0;
    list-style: none;
    border: 1px solid #edf1f7;
    border-radius: 16px;
    overflow: hidden;
}

.terms-block ul li {
    position: relative;
    padding: 14px 18px 14px 46px;
    font-size: 15px;
    line-height: 1.8;
    color: #525a6d;
    background: #fff;
    border-bottom: 1px solid #edf1f7;
}

.terms-block ul li:last-child {
    border-bottom: none;
}

.terms-block ul li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B2FE0 0%, #3B8BF5 100%);
}

.terms-block a {
    color: #7B2FE0;
    text-decoration: none;
    font-weight: 600;
}

.terms-block a:hover {
    text-decoration: underline;
}

.terms-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.terms-contact-card {
    background: #f9fbff;
    border: 1px solid #e9edf5;
    border-radius: 18px;
    padding: 18px;
}

.terms-contact-card span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8a90a3;
    margin-bottom: 10px;
}

.terms-contact-card a,
.terms-contact-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1f2740;
}

.terms-cta {
    margin-top: 10px;
    padding: 28px 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, #7B2FE0 0%, #3B8BF5 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.terms-cta h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.terms-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.8;
    width: 100%;
}

.terms-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    color: #7B2FE0;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    min-width: 150px;
    transition: 0.2s ease;
}

.terms-cta a:hover {
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .terms-layout {
        grid-template-columns: 1fr;
    }

    .terms-sidebar {
        position: static;
    }

    .terms-sidebar-card {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 20px;
    }

    .terms-sidebar-card h4 {
        grid-column: 1 / -1;
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .terms-hero {
        padding: 48px 0 36px;
    }

    .terms-hero h1 {
        font-size: 34px;
    }

    .terms-hero p {
        font-size: 15px;
    }

    .terms-block {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .terms-block h2 {
        font-size: 22px;
    }

    .terms-title-wrap {
        align-items: flex-start;
    }
.terms-contact-card{
    margin-bottom: 20px;
}
    .terms-sidebar-card {
        grid-template-columns: 1fr;
    }

    .terms-contact-grid {
        grid-template-columns: 1fr;
        display: block;
        
    }

    .terms-cta {
        padding: 24px 20px;
    }

    .terms-cta h3 {
        font-size: 20px;
    }
}

.privacy-page {
    background: #f7f8fc;
    color: #1a1a2e;
    font-family: 'Montserrat', sans-serif;
}

.privacy-hero {
    padding: 70px 0 50px;
    background: linear-gradient(90deg, #8C21FF 0%, #359DFF 100%);
    border-bottom: 1px solid #e9edf5;
}

.privacy-hero-content {
    max-width: 760px;
}

.privacy-badge {
 display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: white;
    color: #4f566b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.privacy-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #fff;
}

.privacy-hero p {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.8;
    color: #ffff;
    margin-bottom: 24px;
}

.privacy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.privacy-meta span {
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e7ebf3;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #4f566b;
}

.privacy-content-section {
    padding: 50px 0 80px;
}

.privacy-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.privacy-sidebar {
    position: sticky;
    top: 20px;
}

.privacy-sidebar-card {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 20px;
    padding: 24px 20px;
}

.privacy-sidebar-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #131a2a;
}

.privacy-sidebar-card a {
    display: block;
    text-decoration: none;
    color: #61697c;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 0;
    transition: 0.2s ease;
}

.privacy-sidebar-card a:hover {
    color: #7B2FE0;
    padding-left: 6px;
}

.privacy-main {
    min-width: 0;
}

.privacy-alert {
    background: linear-gradient(135deg, rgba(123, 47, 224, 0.10) 0%, rgba(59, 139, 245, 0.10) 100%);
    border: 1px solid rgba(123, 47, 224, 0.18);
    border-left: 4px solid #7B2FE0;
    border-radius: 16px;
    padding: 20px 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    color: #4b2b84;
    margin-bottom: 24px;
}

.privacy-alert.secondary {
    margin-top: 16px;
}

.privacy-block {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 24px;
    padding: 32px 30px;
    margin-bottom: 24px;
}

.privacy-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf1f7;
}

.privacy-number {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7B2FE0 0%, #3B8BF5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.privacy-block h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #131a2a;
}

.privacy-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2740;
    margin: 24px 0 12px;
}

.privacy-block p {
    font-size: 15px;
    line-height: 1.9;
    color: #5d6578;
    margin-bottom: 14px;
    width: 100%;
}

.privacy-block ul {
    margin: 14px 0 16px;
    padding: 0;
    list-style: none;
    border: 1px solid #edf1f7;
    border-radius: 16px;
    overflow: hidden;
}

.privacy-block ul li {
    position: relative;
    padding: 14px 18px 14px 46px;
    font-size: 15px;
    line-height: 1.8;
    color: #525a6d;
    background: #fff;
    border-bottom: 1px solid #edf1f7;
}

.privacy-block ul li:last-child {
    border-bottom: none;
}

.privacy-block ul li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B2FE0 0%, #3B8BF5 100%);
}

.privacy-block a {
    color: #7B2FE0;
    text-decoration: none;
    font-weight: 600;
}

.privacy-block a:hover {
    text-decoration: underline;
}

.privacy-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.privacy-contact-card {
    background: #f9fbff;
    border: 1px solid #e9edf5;
    border-radius: 18px;
    padding: 18px;
}

.privacy-contact-card span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8a90a3;
    margin-bottom: 10px;
}

.privacy-contact-card a,
.privacy-contact-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1f2740;
}

.privacy-cta {
    margin-top: 10px;
    padding: 28px 30px;
    border-radius: 24px;
    background: linear-gradient(135deg, #7B2FE0 0%, #3B8BF5 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.privacy-cta h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.privacy-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.8;
}

.privacy-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    color: #7B2FE0;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    min-width: 150px;
    transition: 0.2s ease;
}

.privacy-cta a:hover {
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .privacy-layout {
        grid-template-columns: 1fr;
    }

    .privacy-sidebar {
        position: static;
    }

    .privacy-sidebar-card {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 20px;
    }

    .privacy-sidebar-card h4 {
        grid-column: 1 / -1;
        margin-bottom: 10px;
    }
    .privacy-meta span {
        font-size: 10px;
    }
}

@media (max-width: 767.98px) {
    .privacy-hero {
        padding: 48px 0 36px;
    }

    .privacy-hero h1 {
        font-size: 31px;
    }

    .privacy-hero p {
        font-size: 15px;
    }

    .privacy-block {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .privacy-block h2 {
        font-size: 22px;
    }

    .privacy-title-wrap {
        align-items: flex-start;
    }

    .privacy-sidebar-card {
        grid-template-columns: 1fr;
    }

    .privacy-contact-grid {
        grid-template-columns: 1fr;
        display: block;
        
    }
    .privacy-contact-card{
        margin-bottom: 20px;
    }

    .privacy-cta {
        padding: 24px 20px;
    }

    .privacy-cta h3 {
        font-size: 20px;
    }
}