.authority-section {
    padding: 4rem 0 3rem 0;
}

.authority-content {
    display: flex;
    gap: 2rem;
    align-items: stretch;
    padding: 1rem;
}

.authority-image {
    width: 320px;
    flex-shrink: 0;
}

.authority-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 8px 45px -5px rgba(0, 0, 0, 0.23);
}

.authority-text {
    flex: 1;
    font-size: 1.15rem;
    color: #444;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.authority-name {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #000;
}

.authority-stats {
    margin-top: 2rem;
    display: flex;
    gap: 1.5rem;
}

.authority-stat-box, .bullet-item {
    flex: 1;
    padding: 1.2rem;
    border-radius: 1rem;
    box-shadow: 0 8px 45px -5px rgba(0, 0, 0, 0.23);
    text-align: center;
}

.authority-stat-box h4, .bullet-item h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--orange);
    margin-bottom: 0.4rem;
}

.authority-stat-box p, .bullet-item p {
    margin: 0;
    font-size: 1rem;
    color: #444;
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

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

.clients-feedbacks__slide {
    box-shadow: 0 8px 45px -5px rgba(0, 0, 0, 0.23);
    margin: 0 0.6rem;
    padding: 1rem;
    border-radius: 1rem;
    font-weight: 400;
}

.clients-feedbacks__slide img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.clients-feedbacks__slide img:hover {
    transform: scale(1.05);
}

.clients-feedbacks__slider .slick-prev {
    left: calc(50% - 60px);
}

.clients-feedbacks__slider .slick-next {
    left: calc(50% + 20px);
}

.clients-feedbacks__slider .slick-disabled {
    background-color: rgba(255, 122, 26, 0.3);
    border-color: rgba(255, 122, 26, 0.3);
    cursor: not-allowed;
    opacity: 0.6;
}

.clients-feedbacks__slider .slick-disabled:hover {
    background-color: #fff !important;
}

.clients-feedbacks__slider .slick-disabled:hover svg path {
    stroke: var(--orange) !important;
}

.clients-feedbacks__slider .slick-prev:hover,
.clients-feedbacks__slider .slick-next:hover {
    transition: all 0.2s ease;
    background-color: var(--orange);
}

.clients-feedbacks__slider .slick-prev:hover svg path,
.clients-feedbacks__slider .slick-next:hover svg path {
    stroke: white;
}

.clients-feedbacks__slider .slick-prev, .clients-feedbacks__slider .slick-next {
    position: absolute;
    bottom: -60px;
    background: none;
    border: 1px solid var(--orange);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 10000;
}

.clients-feedbacks-title {
    margin-bottom: 0 !important;
}

.clients-feedbacks__slider .slick-track {
    display: flex;
    margin: 45px 0;
}

.clients-feedbacks__slider .slick-list {
    overflow: hidden !important;
}

.clients-feedbacks__slider {
    position: relative;
    margin-bottom: 35px;
}

.hero-section {
    padding: 3rem 0;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #000;
}

.header-user-section {
    display: flex;
    justify-content: end;
    margin: auto 0;
}

.hero-phone-image {
    max-width: 380px;
    max-height: 420px;
    height: 100%;
    width: 100%;
}

.hero-section__second {
    display: flex;
    justify-content: end;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #444;
}

.hero-button {
    margin-bottom: 1.2rem;
    background-color: var(--orange);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.9rem 2rem;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

[dir='rtl'] .offer-title, [dir='rtl'] .final-cta-title, [dir='rtl'] .qa-question, [dir='rtl'] .sections-title, [dir='rtl'] .pricing-title, [dir='rtl'] .authority-name, [dir='rtl'] .hero-title {
    font-weight: 700 !important;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
}

[dir='rtl'] .authority-stat-box h4, [dir='rtl'] .bullet-item h3 {
    font-weight: 600 !important;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
}

[dir='rtl'] .final-cta-button, [dir='rtl'] .pricing-card-btn {
    font-weight: 500 !important;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
}

.hero-button:hover, .join-telegram-group-button:hover {
    background-color: #e46d18;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.65;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.final-section-container, .qa-section-container, .pricing-container, .authority-container, .hero-section-container, .navigation-container, .bullet-section-container, .trust-section-container, .clients-feedbacks-container {
    max-width: 1200px;
    width: 100%;
}

.final-section, .qa-section, .pricing-section, .authority-section, .hero-section, .trust-section, .clients-feedbacks-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navigation {
    display: flex;
    justify-content: center;
}

#root {
    width: 100%;
    display: flex;
    flex-direction: column;
}

header {
    margin-top: 1rem;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

*, *::after, *::before {
    box-sizing: border-box;
}


.language-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.language-switcher__languages-list {
    display: none;
    inset: 10px auto auto -13px !important;
    min-width: auto !important;
    border: 1px solid var(--border);
    text-transform: uppercase;
}

.language-switcher__current-lang {
    cursor: pointer;
    font-size: 1.4rem;
    text-decoration: none;
}

.logo {
    width: 120px;
}

.logo-link {
    display: inline;
}

.clients-feedbacks__slide > span {
    font-size: 1.5rem;
}

.text-orange {
    color: var(--orange);
}

.bg-orange {
    color: var(--orange);
}

.join-telegram-group-button {
    text-transform: uppercase;
    background-color: var(--orange);
    font-weight: 600;
    border-radius: 30px;
}

.join-telegram-group-button-container {
    margin-inline-start: 1.4rem;
}

.join-telegram-group-button:hover {
    color: var(--bs-btn-hover-color) !important;
}

:root {
    --orange: #FF7A1A;
    --border: rgb(0, 0, 0, 0.1);
}

.navigation-container {
    display: flex;
    justify-content: space-between;
}

.navigation ul a:not(.join-telegram-group-button) {
    padding: 1rem;
}

.navigation ul li {
    margin: auto 0;
}


.navigation a:not(.logo-link,.join-telegram-group-button):hover, .navigation p:not(.join-telegram-group-button):hover {
    border-radius: 8px;
    background-color: rgb(255, 122, 26, 0.1);
}

.me-05 {
    margin-inline-end: 0.5rem;
}

.bullet-item {
    padding: 1rem 1.5rem;
    margin: 0 0.5rem;
}

.bullet-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--orange);
    margin-bottom: 0.5rem;
}

.bullet-text {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.4;
    margin: 0;
}

section {
    padding: 1rem 0;
}

.value-section {
    margin: 0 auto 2rem;
}

.sections-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.value-list {
    list-style: none;
    margin: 0;
    flex: 1;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 45px -5px rgba(0, 0, 0, 0.23);
    padding: 2rem;
}

.value-list li, .offer-list li {
    display: flex;
    align-items: flex-start;
    font-size: 1.15rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.value-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
}

.pricing-list svg {
    color: var(--orange);
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
}

.value-icon {
    color: var(--orange);
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 0.2rem;
    line-height: 1.2;
}

.final-section {
    padding: 1rem 1rem;
}

.sections-title, .final-cta-title, .hero-title, .sections-title {
    white-space: normal;
    word-wrap: break-word;
}

.final-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 3rem;
}

.final-offer-box {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.offer-column {
    flex: 1;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 45px -5px rgba(0, 0, 0, 0.23);
    padding: 2rem;
}

.offer-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000;
}

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

.final-cta-button-container {
    margin-bottom: 1rem;
}

.final-cta-button {
    background-color: var(--orange);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1rem 3rem;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

.final-cta-button:hover {
    background-color: #e46d18;
}

.final-cta-fomo {
    font-size: 0.85rem;
    color: #777;
    max-width: 700px;
    margin: 1rem auto 0 auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.pricing-card-btn {
    color: #fff;
    border-radius: 20px;
    background-color: var(--orange);
    text-transform: uppercase;
    font-weight: 700 !important;
}

.pricing-card-btn:hover {
    background-color: #e46d18;
}

.pricing-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 8px 45px -5px rgba(0, 0, 0, 0.23);
    transition: transform 0.25s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
}

.pricing-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.pricing-price {
    white-space: nowrap;
}


.pricing-price {
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--orange);
    text-align: left;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.pricing-price span {
    font-size: 1rem;
    color: #555;
}

.pricing-list {
    list-style: none;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #444;
    margin: 0 0 2rem 0;
    padding: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pricing-tag {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
}

.pricing-tag-best {
    color: var(--orange);
}

.qa-section {
    padding: 3rem 0;
}

.qa-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.qa-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 8px 45px -5px rgba(0, 0, 0, 0.23);
}

.qa-question {
    font-weight: 600;
    font-size: 1.25rem;
}

.qa-question span {
    color: var(--orange);
    margin-right: 0.5rem;
}

.qa-answer {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
}

.qa-card ul {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
    padding: 0;
}

.privacy-policy,
.terms-of-service {
    width: 100%;
    display: flex;
    justify-content: center;
}

.privacy-policy-section,
.terms-of-service-section {
    width: 100%;
    padding: 2rem 0;
}

.privacy-policy .container,
.terms-of-service .container {
    max-width: 1200px;
    width: 100%;
    background: #fff;
    padding: 3rem;
    border-radius: 1.2rem;
    box-shadow: 0 8px 45px -5px rgba(0, 0, 0, 0.18);
}

.privacy-title,
.terms-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
}

.privacy-content,
.terms-content {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
}

.privacy-content h2,
.terms-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
    color: #000;
}

.privacy-content h3,
.terms-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 2rem 0 0.8rem;
    color: #000;
}

.privacy-content p,
.terms-content p {
    margin-bottom: 1.2rem;
}

.privacy-content ul,
.terms-content ul {
    margin: 1rem 0 1.5rem 1.2rem;
    padding: 0;
}

.privacy-content ul li,
.terms-content ul li {
    list-style: disc;
    margin-bottom: 0.6rem;
}

.privacy-content a,
.terms-content a {
    color: var(--orange);
    font-weight: 600;
    text-decoration: underline;
}

.privacy-content strong,
.terms-content strong {
    font-weight: 700;
    color: #000;
}


.site-footer {
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #777;
    text-decoration: underline;
    font-weight: 500;
}

.footer-links a:hover {
    color: var(--orange);
}

.footer-separator {
    margin: 0 0.6rem;
}

@media (max-width: 768px) {
    .privacy-policy-section {
        padding: 2rem 1rem;
    }

    .privacy-policy .container {
        padding: 2rem 1.5rem;
    }

    .privacy-title {
        font-size: 1.9rem;
    }
}

@media (max-width: 1200px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .clients-feedbacks__slider .slick-track {
        margin: 35px 0 65px 0;
    }

    .qa-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1050px) {
    .pricing-price {
        text-align: left;
    }
}

@media (max-width: 650px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .final-offer-box {
        flex-direction: column;
    }

    .offer-column {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 900px) {
    .final-section {
        padding: 0 1rem;
    }

    .authority-stats {
        flex-direction: column;
    }

    .authority-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .authority-image {
        width: 100%;
        max-width: 340px;
        height: auto;
    }

    .authority-image img {
        height: auto;
    }
}

@media (min-width: 1200px),(max-width: 767px) {
    .clients-feedbacks__slide {
        transform: scale(0.85);
        transition: transform 0.45s ease, opacity 0.45s ease;
        opacity: 0.6;
    }

    .clients-feedbacks__slide.slick-center {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1110px) {
    .hero-button {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1000px) and (min-width: 821px) {
    .hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 600px) {
    .join-telegram-group-button-container {
        display: none;
    }

    .hero-button {
        width: 100%;
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .hero-section__second img {
        max-width: 320px;
        max-height: 370px;
        width: 100%;
        height: auto;
    }

    .hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 558px) {
    .bullet-item:last-child {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .authority-section {
        padding: 5rem 0 3rem 0;
    }

    .clients-feedbacks__slider .slick-list {
        height: auto !important;
    }

    .final-offer-box {
        margin-bottom: 2rem;
    }

    .value-list {
        padding: 1.5rem;
    }

    .clients-feedbacks-section {
        padding: 0;
    }

    .clients-feedbacks__slider .slick-next, .clients-feedbacks__slider .slick-prev {
        top: 95%;
    }

    .clients-feedbacks__slider {
        margin-bottom: 0;
    }

    .hero-section {
        padding: 2rem 0;
    }

    .hero-button {
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .hero-phone-image {
        width: 100%;
        height: auto;
        margin: 0 auto;

    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        margin-bottom: 0.8rem;
        font-size: 1rem;
    }

    .bullet-item h3 {
        font-size: 1.5rem;
    }

}

@media (max-width: 350px) {
    .final-cta-title {
        margin-bottom: 2.2rem;
    }

    .qa-section {
        padding: 1.5rem 0;
    }

    .authority-section {
        padding: 4rem 0 0.7rem 0;
    }
}

@media (max-width: 1200px) {
    .navigation-container, .bullet-section-container, section [class*="-container"]:first-of-type {
        padding: 0 20px;
    }

    .clients-feedbacks-container {
        padding: 0 !important;
    }
}

