html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
main {
    overflow-x: hidden;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

header {
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
header>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}











.header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
}

.links-anchor {
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.links-anchor>a {
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    padding: 27.5px 16px;
}
.links-anchor>a.active {
    border-bottom: 4px solid #1E1E1E;
}


.test-now {
    font-family: DM sans, sans-serif;
    border: 1px solid #E96262;
    padding: 7.5px 36px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #E96262;
    transition: all 0.3s ease;
}



.turnBusiness-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;
    margin-top: 72px;
    margin-bottom: 139px;
}

.turnBusiness {
    font-family: DM sans, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 56px;
    max-width: 612px;
}

.turnBusiness h1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2px;
    color: #1E1E1E;
}
.turnBusiness h1 span {
    color: #F06060;
}

.turnBusiness>p {
    font-family: DM sans, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.turnBusiness-links:not(.turnBusiness-links-mobile) {
    display: flex;
    gap: 24px;
}
.turnBusiness-links a {
    border-radius: 8px;
    transition: all 0.3s ease;
}
.turnBusiness-links a:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 9px;
    padding: 9px 9px 8px 13px;
    border: 1px solid #1E1E1E;
}

.svg-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.turnBusiness-links a:last-child {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 15px 36px;
    background: #E96262;
}

.turnBusiness .iPhone {
    padding: 24px 24px;
    background: #F2F2F5;
    line-height: 24px;
    font-weight: 500;
    font-size: 18px;
}

.mobils-block1 {
    position: relative;
    height: 576px;
    width: 523px;
}
.mobils-block1 img {
    position: absolute;
}
.mobils-block1 img:first-child {
    top: -14px;
    left: -23px;
    z-index: 2;
    width: 316px;
    height: 636px;
}
.mobils-block1 img:nth-child(2) {
    top: 26px;
    /* right: 29px; */
    left: 195px;
    z-index: 1;
    width: 316px;
    height: 636px;
}
.mobils-block1 img:last-child {
    top: -9px;
    left: 303px;
    z-index: 0;
    width: 231px;
    height: 259px;
}


.world-first {
    background-color: #F2F2F5;
    padding: 35px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.world-first>div:first-child {
    font-weight: 800;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0;
    text-align: center;
    color: #E96262;
    max-width: 347px;
    padding-right: 24px;
}
.world-first>div:first-child span {
    color: #1E1E1E;
}

.world-first>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    color: #1E1E1E;
    max-width: 364px;
    padding: 24px 19px;
    border-left: 1px solid #F06060;
}
.world-first>div:nth-child(2) p:before {
    content: '✦';
    color: #F06060;
}

img[src*="kolos1"] {
    position: absolute;
    top: -88px;
    left: 58px;
    transform: rotate(-6.71deg);
}
img[src*="kolos2"] {
    position: absolute;
    top: -88px;
    right: 55px;
    transform: rotate(6.71deg);
}


.ValueProperties {
    margin: 112px auto 110px;
}
.ValueProperties h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F06060;
    margin-bottom: 24px;
}
.ValueProperties h2 span {
    color: #1E1E1E;
}

.wrapGridValueProperties {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.valueProperty {
    padding: 50.5px 36px;
    background: #F2F2F5;
    display: flex;
    gap: 36px;
    align-items: center;
}

.number-property {
    width: 100px;
    flex-shrink: 0;
    height: 100px;
    border-radius: 9px;
    background: #F06060;
    position: relative;
}
.number-property span {
    position: absolute;
    top: 61%;
    left: 67%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 128px;
    color: #fff;
}
.wrapGridValueProperties>div:first-child span {
    left: 59%;
}
.valueProperty>div:last-child {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.valueProperty>div:last-child p:last-child {
    font-family: DM sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px !important;
    line-height: 100%;
}


.howItWorks {
    background-color: #F2F2F5;
    padding: 45px 0;
}

.howItWorks h2 {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 36px;
}

.wrapHowItWorks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.howItWorks-item {
    width: 350px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.howItWorks-item svg {
    position: absolute;
    top: 125px;
    right: 11px;
}

.howItWorks-item h5 {
    font-weight: 800;
    font-size: 24px;
    margin: 36px 0 16px;
}
.howItWorks-item h5 span {
    font-size: 36px;
    margin-right: 24px;
}

.howItWorks-item p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
}

.howItWorks>.container>p {
    font-family: DM sans, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 36px;
}


.oneCard {
    margin-top: 91px;
    margin-bottom: 184px;
    position: relative;
}

.ellipse-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: -360px;
    width: 753px;
    height: 753px;
    border-radius: 50%;
    z-index: -1;
    background-color: #F2F2F5;
}
.ellipse-background::after {
    content: '';
    position: absolute;
    top: 0;
    right: -360px;
    width: 753px;
    height: 753px;
    border-radius: 50%;
    z-index: -1;
    background-color: #F2F2F5;
}

.oneCard-content {
    display: flex;
    align-items: center;
    gap: 117px;
}

.oneCard-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.oneCard-text h3 {
    font-weight: 800;
    font-size: 36px;
}
.oneCard-text h3 span {
    color: #F06060;
}

.oneCard-text p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    max-width: 350px;
}

.oneCard-text a {
    font-family: DM Sans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    padding: 18px 35px;
    border-radius: 8px;
    background: #F06060;
    width: 350px;
}


.carousel-oneCard {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    width: 834px;
}

.carousel-oneCard div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-oneCard div:first-of-type h5 {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
}

.carousel-oneCard div:first-of-type p {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}


.carousel {
    height: 617px;
    width: 100%;
    margin-top: 0;
}

.carousel .carousel-item:not(.carousel-reviews .carousel-item) {
    width: 285px;
    height: 617px;
    margin: 0 10px;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
    border: 4px solid;
    /* border-image-source: linear-gradient(180deg, #63686C -11.79%, #1E1E1E 83.57%); */
    border-image-slice: 1;
}

.carousel-container {
    position: relative;
    width: 100%;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}


.carousel-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-prev {
    left: 110px;
}

.carousel-next {
    right: 110px;
}

.carousel-nav svg {
    width: 36px;
    height: 38px;
}

button:focus {
    background-color: #fff;
}


.whoItsFor-container {
    padding-bottom: 165px;
    position: relative;
}
.whoItsFor-ellipse {
    position: absolute;
    top: -73px;
    right: -157px;
    width: 841px;
    height: 841px;
    border-radius: 50%;
    background-color: #F06060;
    z-index: -1;
}

.whoItsFor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.whoItsFor>div:not(.bildForPeople) {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 0;
    border-radius: 12px;
    box-shadow: 4px 4px 12px 0 rgba(70, 73, 82, 0.25);
    background-color: #fff;
    min-height: 161px;
}
.whoItsFor>div h6 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #F06060;
}
.whoItsFor>div p:not(.bildForPeople) {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}



.bildForPeople {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 392px;
    grid-row: span 2;
}
.bildForPeople div {
    font-family: DM Sans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    border-radius: 24px;
    padding: 12px 24px;
    background: #F2F2F5;
    width: 159px;
}
.bildForPeople h4 {
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0;
}
.bildForPeople h4 span {
    color: #F06060;
}
.bildForPeople p {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
}

.whoItsFor-img {
    grid-row: span 2;
    background-image: url(../img/whoItsFor-img.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}


.faq {
    padding: 87px 0;
    background-color: #F2F2F5;
}
.faq>.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
}

.faq-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 376px;
    transform: translateY(30px);
}
.faq-text h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
}
.faq-text h2 span {
    color: #F06060;
}

.drop-down-blocks {
    width: 788px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drop-down-blocks>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px 36px;
    background-color: #FFFFFF99;
    border-radius: 8px;
    box-shadow: 4px 4px 12px 0 rgba(70, 73, 82, 0.25);
    cursor: pointer;
}

.drop-down-blocks>div>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.drop-down-blocks h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
}
.drop-down-blocks>div>div svg {
    transition: transform 0.3s ease;
}
.drop-down-blocks p {
    display: none;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.drop-down-blocks > div.open {
    border: 1px solid #CACACA;
}


.tariffs {
    padding: 111px 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
    position: relative;
}
img[src*="startFree"] {
    position: absolute;
    top: 0;
    right: -117px;
    z-index: -1;
}
.startFree h4 {
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.startFree h4 span {
    color: #F06060;
}
.startFree p {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
}


.free-paind-container {
    display: flex;
    gap: 24px;
}

.free-paind {
    display: flex;
    flex-direction: column;
    width: 384px;
    border-radius: 12px;
    box-shadow: 4px 4px 12px 0 rgba(70, 73, 82, 0.25);
    background: #fff;
}

.plan {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    padding: 17px 104px;
    background-color: #F2F2F5;
    width: 384px;
    border-radius: 12px 12px 0 0;
}


.planPlus-minus {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 24px 12px;
}
.planPlus-minus p {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    gap: 12px;
    height: 18px;
}
.planPlus-minus p:before {
    content: url('../img/check-mark.svg');
    margin-top: -1px;
}
.planPlus-minus p.cross-free:before {
    content: url('../img/check-cross.svg');
    margin-top: 1px;
}

.subscribeNow {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 15px 36px;
    color: #fff;
    background: #F06060;
    border-radius: 8px;
    text-align: center;
    width: 214px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.monty-year-plan {
    width: 792px;
}
.monty-year-plan .plan {
    width: 792px;
}

.month-year-container {
    display: flex;
    gap: 24px;
    padding: 24px;
    height: 310px;
    background: #fff;
}
.month-year-container .planPlus-minus {
    padding: 0;
}

.month-tariff {
    display: flex;
    flex-direction: column;
    width: 360px;
    height: 284px;
    justify-content: space-between;
}

.date-price {
    display: flex;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 16px;
}

.date-price p {
    width: 50%;
}

.planPlus-minus svg {
    margin: -10px auto;
}

.month-year-container .subscribeNow {
    width: 100%;
    margin-bottom: 0;
}

.free-trial {
    text-align: center;
    width: 100%;
    border: 1px solid #F06060;
    border-radius: 8px;
    padding: 8px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 12px;
}

.month-year-container .planPlus-minus {
    gap: 10px;
}

.depends {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 12px;
    margin-bottom: 15px;
    text-align: center;
}


.cancel-anytime-container {
    display: flex;
}

.wrap-cancel-anytime {
    display: flex;
    border-radius: 12px;
    box-shadow: 4px 4px 12px 0 rgba(70, 73, 82, 0.25);
    margin-right: 24px;
}

.cancel-anytime-red {
    background-color: #F06060;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    width: 367px;
    height: 96px;
    border-radius: 12px 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 33.5px 32px;
    position: relative;
}

.cancel-anytime-white {
    background-color: #fff;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 221px;
}


.cancel-anytime-red img {
    position: absolute;
    top: 0;
    right: -22px;
}


.reviews-container {
    background-color: #F2F2F5;
    padding: 51px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-container>.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 106px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* width: 786px; */
    gap: 24px;
}

.reviews-grid>div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 73.66px;
    background-color: #fff;
    width: 381px;
    border-radius: 12px;
    box-shadow: 0px 0px 12px 0px rgba(70, 73, 82, 0.25);
}


.reviews-grid>div>div {
    padding: 16px;
    background-color: #F2F2F5;
    text-align: center;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    position: relative;
    min-height: 158px;
    display: flex;
    align-items: center;
}
.reviews-grid>div>div:before {
    content: url('../img/quotes.svg');
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
}
.reviews-grid>div>div:after {
    content: url('../img/quotes.svg');
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0, -50%) rotate(180deg);
    width: 24px;
    height: 24px;
}

.reviews-grid p {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
}

.qr {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.qr .turnBusiness-links a {
    background-color: #fff;
    border-radius: 12px;
    width: 251px;
    padding: 20px 16px;
}
img[src*="qr"] {
    width: 248px;
}

.apple-svg {
    margin-top: -2px;
}


.compliance {
    padding: 60px 0;
}

.compliance h3 {
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 24px;
    color: #F06060;
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
}

footer {
    background-color: #F06060;
    border: 1px solid #041D1B4D;
}
footer>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
}


footer .footer-left .turnBusiness-links a:last-child {
    background-color: #fff;
    border-radius: 12px;
}

/* Hide burger menu on desktop */
.burger-menu-btn {
    display: none;
}

.mobile-menu-overlay {
    display: none;
}

/* Скрываем мобильную версию отзывов на десктопе */
.reviews-mobile-container {
    display: none;
}
.footer-left p {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 27.5px;
    color: #fff;
}

.footer-right {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 40px;
    /* width: 134px; */
}
.footer-right>div {
    display: flex;
    flex-direction: column;
    gap: 11.5px;
}

.footer-right a {
    text-align: center;
    padding: 11.5px 0;
    font-family: DM Sans, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;

}



/* Общие стили для плавных переходов */
.turnBusiness-links a:last-child,
.oneCard-text a,
.subscribeNow,
.test-now,
.turnBusiness-links a:first-child,
.qr .turnBusiness-links a,
.footer-left .turnBusiness-links a:last-child {
    transition: all 0.3s ease;
}

.turnBusiness-links a:first-child svg,
.qr .turnBusiness-links a svg,
.footer-left .turnBusiness-links a:last-child svg {
    transition: fill 0.3s ease;
}




/* Contact Modal Styles */

.contact-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.contact-modal.active {
    opacity: 1;
    visibility: visible;
}

.contact-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.contact-modal-content {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.9) translateY(20px);
    transition: all 0.3s ease;
}

.contact-modal.active .contact-modal-content {
    transform: scale(1) translateY(0);
}

.contact-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 20px;
    border-bottom: 1px solid #E0E0E0;
}

.contact-modal-header h2 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #1E1E1E;
    margin: 0;
}

.contact-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-modal-body {
    padding: 10px 30px;
}

.contact-hero {
    text-align: center;
    margin-bottom: 30px;
}

.contact-icon {
    font-size: 48px;
    margin-bottom: 10px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.contact-hero h3 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1E1E1E;
    margin: 0 0 10px 0;
}

.contact-hero p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    color: #1E1E1E;
    opacity: 0.8;
    line-height: 1.6;
    margin: 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 14px;
    background: #F8F8F8;
    border-radius: 16px;
    border-left: 4px solid #F06060;
    transition: all 0.3s ease;
}


.contact-item-icon {
    font-size: 32px;
    flex-shrink: 0;
    margin-top: 4px;
}

.contact-item-content h4 {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1E1E1E;
    margin: 0 0 8px 0;
}

.contact-item-content p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    opacity: 0.8;
    line-height: 1.5;
    margin: 0 0 12px 0;
}

.contact-email {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #F06060;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}


.contact-footer {
    text-align: center;
    padding: 24px;
    background: rgba(240, 96, 96, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(240, 96, 96, 0.2);
}

.contact-footer p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    opacity: 0.8;
    margin: 0;
    line-height: 1.6;
}

.footer-center svg:first-child {
    width: 67.75px;
    height: 51.23px;
}
.footer-center svg:last-child {
    width: 136.01px;
    height: 29.81px;
}

/* Responsive Design for Contact Modal */
@media (max-width: 768px) {
    .contact-modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .contact-modal-header {
        padding: 20px 20px 16px;
    }
    
    .contact-modal-header h2 {
        font-size: 24px;
    }
    
    .contact-modal-body {
        padding: 20px;
    }
    
    .contact-hero h3 {
        font-size: 20px;
    }
    
    .contact-hero p {
        font-size: 16px;
    }
    
    .contact-item {
        padding: 20px;
        gap: 16px;
    }
    
    .contact-item-icon {
        font-size: 28px;
    }
    
    .contact-item-content h4 {
        font-size: 18px;
    }
    
    .contact-item-content p {
        font-size: 15px;
    }
    
    .contact-email {
        font-size: 16px;
    }
    
    .contact-footer {
        padding: 20px;
    }
    
    .contact-footer p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .contact-modal-content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        max-height: 90vh;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .contact-item-icon {
        margin-top: 0;
    }
}

/* Privacy Policy Page Styles - Simple Version */

.privacy-hero {
    background: #F2F2F5;
    padding: 80px 0 60px;
    text-align: center;
}

.privacy-hero h1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1px;
    color: #1E1E1E;
    margin-bottom: 16px;
}

.privacy-subtitle {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #F06060;
    margin-bottom: 24px;
}

.privacy-meta {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: #1E1E1E;
    opacity: 0.7;
}

.privacy-content {
    padding: 80px 0 120px;
    background: #FFFFFF;
}

.privacy-text {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.privacy-intro {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    color: #1E1E1E;
    margin-bottom: 60px;
    padding: 24px;
    background: #F8F8F8;
    border-radius: 12px;
    border-left: 4px solid #F06060;
}

.privacy-section {
    margin-bottom: 48px;
}

.privacy-section h2 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1E1E1E;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #F06060;
    display: inline-block;
}

.privacy-section h3 {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1E1E1E;
    margin: 24px 0 12px 0;
}

.privacy-section p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    margin-bottom: 16px;
    line-height: 1.6;
}

.privacy-section ul {
    margin: 16px 0;
    padding-left: 24px;
}

.privacy-section li {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #1E1E1E;
    margin-bottom: 8px;
    line-height: 1.6;
}

.privacy-section a {
    color: #F06060;
    text-decoration: none;
    font-weight: 500;
}


.privacy-section strong {
    color: #1E1E1E;
    font-weight: 600;
}

.privacy-section em {
    color: #666;
    font-style: italic;
}

.highlight {
    background: rgba(240, 96, 96, 0.1);
    padding: 16px;
    border-radius: 8px;
    border-left: 4px solid #F06060;
    margin: 20px 0;
}

.privacy-footer {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
    padding: 24px;
    background: #F8F8F8;
    border-radius: 12px;
}

/* Responsive Design for Privacy Policy */
@media (max-width: 768px) {
    .privacy-hero {
        padding: 60px 0 40px;
    }
    
    .privacy-hero h1 {
        font-size: 36px;
    }
    
    .privacy-subtitle {
        font-size: 18px;
    }
    
    .privacy-meta {
        flex-direction: column;
        gap: 12px;
    }
    
    .privacy-content {
        padding: 60px 0 80px;
    }
    
    .privacy-text {
        padding: 0 20px;
    }
    
    .privacy-section h2 {
        font-size: 20px;
    }
    
    .privacy-section h3 {
        font-size: 18px;
    }
    
    .privacy-section p,
    .privacy-section li {
        font-size: 15px;
    }
}

/* FAQ Page Styles - Creative Version */

.faq-hero {
    background: linear-gradient(135deg, #F2F2F5 0%, #E8E8EB 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.faq-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23E0E0E0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.faq-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.faq-hero-text {
    flex: 1;
    max-width: 600px;
}

.faq-hero h1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -2px;
    color: #1E1E1E;
    margin-bottom: 20px;
    position: relative;
}

.faq-hero h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #F06060, #E96262);
    border-radius: 2px;
}

.faq-hero p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #1E1E1E;
    margin-bottom: 40px;
    opacity: 0.8;
}

.faq-stats {
    display: flex;
    gap: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-family: "Exo 2", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: #F06060;
    margin-bottom: 8px;
}

.stat-label {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1E1E1E;
    opacity: 0.7;
}

.faq-hero-visual {
    position: relative;
    width: 300px;
    height: 200px;
}

.floating-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    animation: float 3s ease-in-out infinite;
    z-index: 2;
}

.floating-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #F06060, #E96262, #F06060);
    border-radius: 14px;
    z-index: -1;
    animation: gradientShift 2s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(-50%, -50%) translateY(0px); }
    50% { transform: translate(-50%, -50%) translateY(-10px); }
}

@keyframes gradientShift {
    0%, 100% { background: linear-gradient(45deg, #F06060, #E96262, #F06060); }
    50% { background: linear-gradient(45deg, #E96262, #F06060, #E96262); }
}

.card-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header {
    width: 60%;
    height: 8px;
    background: #F06060;
    border-radius: 4px;
}

.card-lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.line {
    height: 4px;
    background: #E0E0E0;
    border-radius: 2px;
}

.line.short {
    width: 70%;
}

.scan-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(240, 96, 96, 0.3), transparent);
    animation: scan 2s linear infinite;
    z-index: 3;
}

@keyframes scan {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.faq-content {
    padding: 100px 0 120px;
    background: #FFFFFF;
}

.faq-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.category-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 24px;
    border: 2px solid #E0E0E0;
    border-radius: 25px;
    background: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1E1E1E;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.filter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(240, 96, 96, 0.1), transparent);
    transition: left 0.5s ease;
}


.filter-btn.active {
    background: #F06060;
    border-color: #F06060;
    color: #FFFFFF;
    box-shadow: 0 8px 20px rgba(240, 96, 96, 0.3);
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
}

.faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #F06060, #E96262);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(240, 96, 96, 0.2);
}

.faq-item:hover::before {
    transform: scaleX(1);
}

.faq-item.active {
    border-color: #F06060;
    box-shadow: 0 8px 30px rgba(240, 96, 96, 0.2);
}

.faq-item.active::before {
    transform: scaleX(1);
}

.faq-question {
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.question-content {
    flex: 1;
}

.question-category {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(240, 96, 96, 0.1);
    color: #F06060;
    border-radius: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.faq-question h3 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #1E1E1E;
    margin: 0;
    transition: color 0.3s ease;
}

.faq-item:hover .faq-question h3 {
    color: #F06060;
}

.question-actions {
    display: flex;
    align-items: center;
}


.arrow-icon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .arrow-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 32px 32px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1E1E1E;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease 0.1s;
}

.faq-item.active .faq-answer p {
    opacity: 1;
    transform: translateY(0);
}

/* Search and Filter Animations */
.faq-item.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.faq-item.fade-in {
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* No Results State */
.no-results {
    text-align: center;
    padding: 80px 20px;
    color: #1E1E1E;
}

.no-results svg {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    opacity: 0.5;
}

.no-results h3 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}

.no-results p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 1250px) {
    .faq-hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .faq-hero h1 {
        font-size: 48px;
    }
    
    .faq-hero h1::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .faq-stats {
        justify-content: center;
    }
    
    .category-filters {
        justify-content: center;
    }
}

@media (max-width: 1000px) {
    .faq-hero {
        padding: 80px 0 60px;
    }
    
    .faq-hero h1 {
        font-size: 40px;
    }
    
    .faq-hero h1::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .faq-hero p {
        font-size: 20px;
    }
    
    .faq-stats {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .faq-content {
        padding: 80px 0 100px;
    }
    
    .faq-question {
        padding: 24px;
    }
    
    .faq-question h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .faq-hero h1 {
        font-size: 36px;
    }
    
    .faq-hero h1::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .faq-hero p {
        font-size: 18px;
    }
    
    .faq-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .faq-question {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .question-actions {
        width: 100%;
        justify-content: space-between;
    }
    
    .faq-answer p {
        padding: 0 20px 20px;
        font-size: 16px;
    }
}

@media (min-width: 800px) {
    /* Hover effects for desktop only */
    .carousel-nav:hover {
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

    .links-anchor > a:hover {
        border-bottom: 4px solid #1E1E1E;
        font-weight: 600;
    }

    /* Ховеры для красных кнопок */
    .turnBusiness-links a:last-child:hover {
        background-color: #d54d4d;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(240, 96, 96, 0.3);
    }

    .oneCard-text a:hover {
        background-color: #d54d4d;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(240, 96, 96, 0.3);
    }

    .subscribeNow:hover {
        background-color: #d54d4d;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(240, 96, 96, 0.3);
    }

    /* Ховер для кнопки Test Now */
    .test-now:hover {
        background-color: #d54d4d;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(240, 96, 96, 0.3);
    }

    /* Ховеры для Apple Store кнопок */
    .turnBusiness-links a:first-child:hover,
    .qr .turnBusiness-links a:hover,
    .footer-left .turnBusiness-links a:last-child:hover {
        background-color: #d54d4d;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(240, 96, 96, 0.3);
    }

    /* Ховеры для SVG элементов в Apple Store кнопках */
    .turnBusiness-links a:first-child:hover svg,
    .qr .turnBusiness-links a:hover svg,
    .footer-left .turnBusiness-links a:last-child:hover svg {
        fill: #fff;
    }

    .contact-modal-close:hover {
        background: #F8F8F8;
        transform: rotate(90deg);
    }

    .contact-item:hover {
        background: rgba(240, 96, 96, 0.05);
        transform: translateX(4px);
        box-shadow: 0 8px 20px rgba(240, 96, 96, 0.1);
    }

    .contact-email:hover {
        color: #E96262;
        transform: translateY(-2px);
    }

    .privacy-section a:hover {
        text-decoration: underline;
    }

    .filter-btn:hover::before {
        left: 100%;
    }

    .filter-btn:hover {
        border-color: #F06060;
        color: #F06060;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(240, 96, 96, 0.2);
    }

}



.iPhone-mobile, .turnBusiness-links-mobile, .howItWorksImgMobile, .howItWorks-item h5 div, .carousel-reviews, .reviews-title-mobile, .whoItsForMobile, .cancel-anytime-mobile, .free-paind-mobile {
    display: none;
}

/* Progressive Image Loading */
.progressive-image {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.progressive-image.loaded {
    opacity: 1;
}