*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
    font-family: "Roboto", sans-serif;
    color: #00112d;
}

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

.container {
    max-width: 100%;
    margin: 0 auto;
}

svg {
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

body {
    font-size: 16px;
    position: relative;
    line-height: normal;
    min-width: 320px;
}

.img {
    display: block;
    max-width: 100%;
    height: auto;
}

.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dif {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.w100 {
    width: 100%;
}

.cursor {
    cursor: pointer;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jcsb {
    justify-content: space-between;
}

.fxw,
.fxww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.posr {
    position: relative;
}

.posa {
    position: absolute;
}

.maxw,
.max-width {
    max-width: 100%;
}

.m-auto {
    margin: 0 auto;
}

.link {
    text-decoration: none;
    outline: none;
}

.transition {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index {
    position: relative;
    z-index: 4;
}

.direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*.pointer {*/
/*    pointer-events: none;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*}*/

.hide,
.hidden {
    display: none;
}

.center {
    text-align: center;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.overflow,
.ovh {
    overflow: hidden;
}

.radius {
    border-radius: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col {
    padding: 0 15px;
}

.subscribe {
    background: linear-gradient(98deg, #000922 -32.18%, #002252 92.59%);
}
.subscribe-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
}
.subscribe-subtitle {
    margin: 20px 0 60px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.pt {
    padding-top: 120px;
}
.pb {
    padding-bottom: 120px;
}
.subscribe-btn {
    padding: 0 34px;
    height: 50px;
    border-radius: 30px;
    background: #76fcab;
    color: #00112d;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.subscribe-btn:hover {
    background: #68e198;
    color: #00112d;
}
.footer {
    padding: 52px 0 22px;
    background: #00112d;
}
.footer-block {
    width: 33.333%;
}
.footer-copy {
    margin-top: 71px;
    color: #e4e4e4;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.footer-title {
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
.footer-text {
    color: #e4e4e4;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    width: 263px;
    max-width: 100%;
}
.footer-nav {
    padding: 0;
    margin: 0;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-nav ul li {
    display: block;
    margin-top: 20px;
}
.footer-nav ul li:first-child {
    margin-top: 0;
}
.footer-nav ul li a {
    text-decoration: none;
    outline: none;
    transition: all 0.4s;
    display: block;
    color: #e4e4e4;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}
.footer-nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.container {
    width: 1140px;
}
.page-wrapper {
    padding-top: 80px;
    overflow: hidden;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.header-list {
    height: 80px;
}
.header-btn {
    padding: 0 24px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(98deg, #000922 -32.18%, #002252 92.59%);
    color: #fff;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
}
.header-btn::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 25px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #083a7f;
    opacity: 0;
    transition: all 0.4s;
}
.header-btn:hover::before {
    opacity: 1;
}
.header-nav {
    padding: 0;
    margin: 0;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.header-nav ul li {
    margin: 0 15px;
    display: block;
}
.header-nav ul li a {
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.4s;
    padding: 0 19px;
    height: 38px;
    color: #00112d;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.header-nav ul li a:hover {
    text-decoration: underline;
    color: #53c480;
}
.main {
    padding: 180px 0;
    background: linear-gradient(98deg, #000922 -32.18%, #002252 92.59%);
}
.main-title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    width: 653px;
    max-width: 100%;
}
.main-title span {
    color: #76fcab;
}
.main-subtitle {
    margin: 30px 0 60px;
    width: 421px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.main-btn,
.main-border {
  cursor: pointer;
}
.main-btn {
    height: 50px;
    padding: 0 32px;
    border-radius: 30px;
    background: #76fcab;
    color: #00112d;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.main-btn svg {
    margin-left: 10px;
}
.main-btn:hover {
    background: #65de95;
}
.main-border {
    background: transparent;
    height: 50px;
    padding: 0 33px;
    border-radius: 30px;
    border: 1px solid #76fcab;
    color: #76fcab;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-left: 30px;
}
.main-border:hover {
    background: #65e196;
    color: #00112d;
}
.main-img {
    bottom: 0;
    left: calc(50% - 100px);
    user-select: none;
}
.title {
    min-height: 64px;
    color: #00112d;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-60 {
    margin-bottom: 60px;
}
.subtitle {
    color: #00112d;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.bg-gray {
    background: #f6f6f6;
}
.benefits-block {
    margin-top: 30px;
    width: 33.333%;
}
.benefits-list {
    margin-top: -30px;
}
.benefits-item {
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.06);
    padding: 29px;
    min-height: 100%;
}
.benefits-item__title {
    margin: 26px 0 20px;
    color: #00112d;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
}
.benefits-item__text {
    color: #00112d;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.steps-block {
    width: 33.333%;
    margin-top: 30px;
}
.steps-list {
    margin-top: -30px;
}
.steps-item {
    align-items: flex-start;
}
.steps-item__number {
    width: 98px;
    min-width: 98px;
    color: rgba(83, 196, 128, 0.4);
    font-size: 58px;
    font-weight: 700;
    line-height: 100%;
}
.steps-item__content {
    flex-grow: 1;
}
.steps-item__title {
    margin-top: 4px;
    color: #00112d;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
}
.steps-item__text {
    margin-top: 20px;
    color: #00112d;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.blog-slider {
    position: static !important;
    overflow: visible !important;
}
.blog-item {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    min-height: 100%;
}
.blog-item__img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.blog-item__wrapper {
    padding: 30px;
}
.blog-item__date {
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}
.blog-item__title {
    margin: 20px 0 28px;
    color: #00112d;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}
.blog-item__btn {
    margin-top: auto;
    color: #1e3a8a;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.blog-item__btn svg {
    margin-left: 10px;
}
.blog-item__btn:hover svg {
    transform: translateX(3px);
}
.blog-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.blog-slider .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
}
.blog-slider .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #e4e4e4;
    transition: all 0.4s;
}
.blog-slider .swiper-pagination-bullet-active {
    background: #00112d;
}
.blog-slider.swiper .swiper-button-prev,
.blog-slider.swiper .swiper-button-next {
    position: absolute;
    top: calc(50% - 28px);
    right: -105px;
    width: 55px;
    height: 55px;
    transition: all 0.4s;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.06);
}
.blog-slider.swiper .swiper-button-prev {
    right: auto;
    left: -105px;
}
.blog-slider.swiper .swiper-button-prev:hover,
.blog-slider.swiper .swiper-button-next:hover {
    box-shadow: none;
    border-color: #fff;
}
.blog-slider.swiper .swiper-button-prev::after,
.blog-slider.swiper .swiper-button-next::after {
    display: none;
}
.blog-slider.swiper .swiper-button-prev::before,
.blog-slider.swiper .swiper-button-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.blog-slider.swiper .swiper-button-prev::before {
    transform: rotate(180deg);
}
.blog-slider .swiper-slide {
    height: auto !important;
    transition: opacity 0.5s;
    pointer-events: none;
    opacity: 0;
}

.blog-slider .swiper-slide.swiper-slide-visible {
    opacity: 1;
    pointer-events: auto;
}

.pricing-block {
    width: 33.333%;
    margin-top: 30px;
}
.pricing-list {
    margin-top: -30px;
}
.pricing-item {
    padding: 39px;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.06);
    text-align: center;
    color: #00112d;
}
.pricing-item__title {
    margin: 30px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
}
.pricing-item__img {
    margin: 0 auto;
}
.pricing-item__text {
    width: 250px;
    margin: 0 auto 30px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.pricing-item__info {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.pricing-item__info span {
    width: 100%;
    margin-top: 12px;
}
.pricing-item__info span:first-child {
    margin-top: 0;
}
.pricing-item__info span::before {
    content: "";
    display: block;
    background-image: url("/assets/check.svg");
    background-repeat: no-repeat;
    width: 32px;
    min-width: 32px;
    margin-right: 14px;
    height: 32px;
}
.pricing-item__btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #00112d;
    background: #fff;
    color: #00112d;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}
.pricing-item__btn:hover {
    background: #00112d;
    color: #fff;
}
.pricing-item.active .pricing-item__btn {
    border: none;
    background: #76fcab;
    color: #00112d;
}
.pricing-item.active .pricing-item__btn::after {
    content: "";
    display: block;
    margin-left: 9px;
    width: 6px;
    height: 10px;
    background-image: url("/assets/arrow-2.svg");
    background-repeat: no-repeat;
}
.pricing-item.active .pricing-item__btn:hover {
    color: #00112d;
    background: #53c480;
}
.pricing-item.active .pricing-item__info span::before {
    background-image: url("/assets/check-2.svg");
}
.pricing-item.active {
    color: #fff;
    border-radius: 20px;
    background: #00112d;
    box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.06);
    position: relative;
}
.pricing-item.active::before {
    content: "Most Popular";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    padding: 0 20px;
    border-radius: 30px;
    background: #76fcab;
    color: #00112d;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.chat {
    right: 10px;
    bottom: 10px;
    z-index: 30;
    position: fixed;
}
.chat-wrapper {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 360px;
    border-radius: 20px;
    box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.06);
    max-width: calc(100vw - 32px);
}
.chat-wrapper.open {
    animation: chatOpen 0.25s ease-out;
}
.chat-top {
    padding: 24px 30px;
    background: #00112d;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.06);
}
.chat-left span {
    color: #76fcab;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
}
.chat-left p {
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.chat-close {
    cursor: pointer;
}
.chat-box {
    border-radius: 0 0 20px 20px;
    background: #fff;
}

.chat-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #76fcab;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.4s;
}
.chat-icon:hover {
    opacity: 0.7;
}
.chat-icon:active {
    transform: scale(0.9);
    transition: transform 0.15s ease;
}
.chat-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 30px;
}
.chat-link {
    margin-top: 10px;
    padding: 7px 15px;
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #00112d;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s;
}
.chat-links {
    margin-bottom: 20px;
}
.chat-link:hover {
    background: #76fcab;
    border-color: #76fcab;
}
.chat-link:first-child {
    margin-top: 0;
}
.chat-item {
    margin-bottom: 20px;
    width: 235px;
    padding: 15px;
    border-radius: 20px 20px 20px 0px;
    background: #f3f4f6;
    color: #00112d;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.chat-form {
    padding: 0 30px 30px;
}
.chat-form__wrapper {
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 17px 15px;
}
.chat-form__wrapper input {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: transparent;
    color: #00112d;
    font-size: 14px;
    font-weight: 400;
    height: 24px;
    line-height: 16px;
}
.chat-form__wrapper input::placeholder {
    color: rgba(0, 17, 45, 0.4);
}
.chat-form__btn {
    padding: 0;
    background: transparent;
    user-select: none;
    width: 24px;
    min-width: 24px;
    margin-left: 8px;
    border: none;
}
.chat-form__btn:hover {
    opacity: 0.7;
}

/* Chat enhanced message & input styling (layout only, no color/size changes) */
.chat-messages-container {
    max-height: 400px;
    overflow-y: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-message-user {
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 20px 20px 5px 20px;
    background: #6B46C1;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 85%;
    margin-left: auto;
    white-space: pre-line;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chat-message-assistant {
    margin-bottom: 20px;
    width: 85%;
    padding: 15px 20px;
    border-radius: 20px 20px 20px 5px;
    background: #f3f4f6;
    color: #00112d;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    white-space: pre-line;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chat-loading {
    padding: 15px 20px;
    border-radius: 20px 20px 20px 5px;
    background: #f3f4f6;
    color: #6B7280;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 85%;
}

.chat-input-area {
    padding: 20px 30px 30px;
}

.chat-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #D1D5DB;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    background: white;
}

.chat-input:focus {
    border-color: #6B46C1;
}

@media (max-width: 1600px) {
    .main {
        padding: 140px 0;
    }
    .main-img {
        width: 900px;
    }
}
@media (max-width: 1360px) {
    .blog-slider.swiper .swiper-button-prev {
        left: -28px;
    }
    .blog-slider.swiper .swiper-button-next {
        right: -28px;
    }
}
@media (max-width: 1200px) {
    .container {
        width: 940px;
    }
    .main-img {
        width: 760px;
    }
    .main-title {
        font-size: 48px;
        width: 550px;
        line-height: 52px;
    }
    .main-subtitle {
        margin: 20px 0 32px;
        font-size: 16px;
        line-height: 24px;
    }
    .pricing-item {
        padding: 19px;
    }
    .pricing-item.active {
        padding-top: 29px;
    }
    .chat {
        bottom: 10px;
        right: 10px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 740px;
    }
    .pricing-block {
        width: 50%;
    }
    .pt {
        padding-top: 60px;
    }
    .pb {
        padding-bottom: 60px;
    }
    .title {
        font-size: 32px;
        line-height: 42px;
        min-height: 10px;
    }
    .mb-60 {
        margin-bottom: 32px;
    }
    .subtitle,
    .subscribe-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .blog-slider .swiper-pagination {
        margin-top: 32px;
    }
    .blog-slider.swiper .swiper-button-prev,
    .blog-slider.swiper .swiper-button-next {
        display: none !important;
    }
    .blog-item__wrapper {
        padding: 16px;
    }
    .blog-item__title {
        margin: 14px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .blog-item__date {
        font-size: 14px;
    }
    .blog-item__btn {
        font-size: 14px;
    }
    .subscribe-title {
        font-size: 32px;
        line-height: 42px;
    }
    .subscribe-subtitle {
        margin: 20px 0 32px;
    }
    .main {
        padding: 60px 0 0;
    }
    .main-img {
        max-width: 100%;
        width: 500px;
        margin: 0 auto 0;
        position: static;
    }
    .header-nav ul li {
        margin: 0;
    }
    .benefits-block {
        width: 50%;
    }
    .benefits-item {
        padding: 15px;
    }
    .benefits-item__title {
        margin: 12px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .benefits-item__text {
        font-size: 14px;
        line-height: 20px;
    }
    .benefits-item__img {
        width: 40px;
    }
    .steps-block {
        width: 100%;
    }
    .steps-item__number {
        width: 70px;
        min-width: 70px;
        font-size: 46px;
    }
    .steps-item__title {
        font-size: 22px;
        margin-top: 4px;
    }
    .steps-item__text {
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
    }
}
@media (max-width: 767px) {
    .container {
        width: 540px;
    }
    .pricing-block {
        width: 100%;
        padding: 0;
        margin: 20px auto 0;
    }
    .pricing-list {
        margin: -20px auto 0;
        max-width: 400px;
        width: 100%;
    }
    .pricing-item.active {
        margin-top: 12px;
    }
    .footer-block {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-copy {
        margin: 0;
        font-size: 16px;
    }
    .footer-title {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .footer-nav ul li a {
        font-size: 14px;
        font-weight: 400;
    }
    .footer-text {
        font-size: 14px;
        line-height: 20px;
    }
    .footer {
        padding: 40px 0 16px;
    }
    .header-burger {
        display: block;
        min-width: 32px;
    }
    .header-burger span {
        display: block;
        width: 100%;
        height: 3px;
        margin-top: 4px;
        border-radius: 4px;
        background: #00112d;
    }
    .page-wrapper {
        padding-top: 70px;
    }
    .header-btn {
        display: none;
    }
    .header-nav .header-btn {
        display: flex;
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }
    .header-nav {
        position: absolute;
        top: 100%;
        width: 100%;
        background: #fff;
        margin: 16px;
        right: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s;
    }
    .active .header-nav {
        opacity: 1;
        pointer-events: auto;
    }
    .header-logo {
        width: 110px;
    }
    .header-nav ul {
        display: block;
        height: 100%;
    }
    .header-nav ul li {
        padding: 0;
        margin: 20px 0 0 0;
    }
    .header-nav ul li:first-child {
        margin: 0;
    }
    .header-nav ul li a {
        text-decoration: none;
        outline: none;
        display: block;
        height: auto;
        padding: 0;
    }
    .header-btn {
        height: 40px;
        padding: 0 20px;
        font-size: 12px;
        margin: 0 16px 0 auto;
    }
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .benefits-block {
        width: 100%;
        margin-top: 20px;
    }
    .blog-wrapper {
        padding-bottom: 40px;
    }
    .blog-slider {
        min-width: 540px;
    }
    .blog-slider .swiper-pagination {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .main-title {
        font-size: 32px;
        line-height: 40px;
    }
    .main-buttons {
        display: block;
    }
    .main-btn {
        width: 100%;
        justify-content: center;
        margin: 0;
    }
    .main-border {
        width: 100%;
        justify-content: center;
        margin: 20px 0 0;
    }
}

/* ===== Chat widget animations ===== */
@keyframes chatOpen {
  0% {
    transform: translateY(20px) scale(0.95);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes chatClose {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(20px) scale(0.95);
    opacity: 0;
  }
}

/* Tap effect on the floating chat icon */
.chat-icon:active {
  transform: scale(0.9);
  transition: transform 0.15s ease;
}

/* Override generic .hide for chat-wrapper to allow close animation */
.chat-wrapper.hide {
  display: block;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
}
