.hero__title-accent, .stat-card__number, .why-choose__title-accent {
    -webkit-text-fill-color: transparent
}

.contact-card__link:hover, .faq-cta__contact a:hover, .form-field__checkbox-text a:hover {
    text-decoration: underline
}

#contact_widget_button *, #contact_widget_button ::after, #contact_widget_button ::before, * {
    box-sizing: border-box
}

.contact-widget-dropdown, .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    min-width: 250px
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
    color: #333
}

.header__cta-btn, .service-card__btn, button {
    font-family: 'Segoe UI'
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
}

.header {
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, #000, transparent);
    padding-bottom: 50px;
    z-index: 1000
}

.dropdown, .header__burger, .header__cta-btn, .header__main, .header__nav-item {
    position: relative
}

.header__main {
    z-index: 1;
    background: unset;
    border: 0
}

.header__main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 16px
}

.header__logo {
    flex-shrink: 0;
    flex-grow: 1
}

.header__contact-block, .logo {
    align-items: center;
    display: flex
}

.logo {
    text-decoration: none;
    gap: 8px
}

.logo__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: unset
}

.header__cta-btn, .header__phone-number {
    font-weight: 600;
    text-decoration: none;
    color: #fff
}

.header__contact-block {
    gap: 20px
}

.header__phone {
    display: flex;
    align-items: center;
    gap: 8px
}

.header__phone-number {
    font-size: 18px;
    transition: color .2s
}

.header__phone-number:hover {
    color: #7c3aed
}

.header__cta-btn {
    padding: 14px 25px;
    font-size: 16px;
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
    box-shadow: 0 6px 16px rgba(109, 40, 217, .4);
    line-height: 1;
    border-bottom: 4px solid #4c1d95
}

.header__cta-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, .25), transparent 60%);
    transform: rotate(25deg);
    transition: opacity .4s;
    opacity: 0
}

.header__cta-btn:hover {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);

    box-shadow: 0 12px 28px rgba(109, 40, 217, .55)
}

.header__cta-btn:hover::before {
    opacity: 1;
    animation: 1.2s forwards shine
}

@keyframes shine {
    from {
        transform: translateX(-100%) rotate(25deg)
    }
    to {
        transform: translateX(100%) rotate(25deg)
    }
}

.header__cta-btn:active {
    transform: scale(.96);
    box-shadow: 0 4px 12px rgba(109, 40, 217, .45)
}

.header__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 7px;
    z-index: 1000
}

.header__burger-line {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: .3s
}

.header__burger.active .header__burger-line:first-child {
    transform: translateY(10px) rotate(45deg);
    transform-origin: center
}

.header__burger.active .header__burger-line:nth-child(2) {
    opacity: 0;
    transform: scale(0)
}

.header__burger.active .header__burger-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    transform-origin: center
}

.header__nav {
    transition: .3s ease-in-out;
    backdrop-filter: blur(10px)
}

.header__nav .container {
    padding-top: 0;
    padding-bottom: 0
}

.header__nav-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    gap: 0
}

.header__nav .header__nav-list {
    border-top: 1px solid
}

.header__nav-item:first-child {
    margin-left: -15px
}

.header__nav-item:last-child {
    margin-right: -15px
}

.header__nav-link {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: .2s;
    border-bottom: 3px solid transparent
}

.dropdown-link, .header__mobile-nav-link, .header__mobile-phone {
    color: #333;
    text-decoration: none
}

.header__nav-link:hover {
    background: rgb(190 24 27 / 11%)
}

.header__nav .header__nav-link {
    font-size: 13px;
    color: #dddcdc
}

.dropdown-toggle {
    display: flex !important;
    align-items: center;
    gap: 6px
}

.dropdown-toggle svg {
    transition: transform .2s
}

.dropdown:hover .dropdown-toggle svg {
    transform: rotate(180deg)
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    transform: translateY(-10px);
    transition: .3s;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 8px 0
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0)
}

.dropdown-link {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    transition: .2s
}

.dropdown-link:hover {
    background-color: #f8f9fa;
    color: #7c3aed
}

.header__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 998;
    opacity: 0;
    transition: opacity .3s
}

.header__overlay.active {
    display: block;
    opacity: 1
}

.header__mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    transition: right .3s;
    box-shadow: -4px 0 20px rgba(0, 0, 0, .1);
    overflow-y: auto;
    padding: 20px
}

.header__mobile-cta, .header__mobile-cta:hover {
    background: linear-gradient(135deg, #6d28d9, #7c3aed)
}

.header__mobile-menu.active {
    right: 0
}

.header__mobile-nav-list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0
}

.header__mobile-nav-item {
    border-bottom: 1px solid #f8f9fa
}

.header__mobile-nav-link {
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    transition: color .2s
}

.header__mobile-nav-link:hover, .region-item:hover .region-name, .search-input:focus + .search-icon {
    color: #7c3aed
}

.header__mobile-contact {
    padding-top: 20px;
    border-top: 1px solid #f8f9fa
}

.header__mobile-phone {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px
}

.header__mobile-cta {
    width: 100%;
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s
}

.header--scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1)
}

.header__nav.hidden {
    transform: translateY(-100px)
}

@media (min-width: 769px) {
    .header__nav.hidden {
        transform: translateY(-100px)
    }
}

/* ═══════════════════════════════════════
   HERO — REDESIGN
═══════════════════════════════════════ */
.hero {
    background-color: #0a0a0a;
    background-image:
        radial-gradient(ellipse 60% 55% at 70% 45%, rgba(109, 40, 217, 0.13) 0%, transparent 70%),
        url(../img/hero-bg.webp);
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding: 0;
    min-height: 820px;
    display: flex;
    align-items: center;
    margin-top: 0;
    position: relative;
    overflow: hidden
}

/* Тёмный оверлей */
.hero::before, .service-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .82;
    background: linear-gradient(115deg, #000 40%, rgba(0,0,0,.65) 100%)
}

/* Декоративная красная полоса слева */
.hero::after {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #5b21b6 30%, #a78bfa 70%, transparent 100%);
    z-index: 2
}

.calc-btn:disabled, .calc-result__order:disabled {
    opacity: .5;
    cursor: not-allowed
}

.hero .container, .service-hero__content {
    position: relative;
    z-index: 1
}

.hero__content {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
    padding-top: 20px
}

/* Тег над заголовком */
.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px
}
.hero__eyebrow-line {
    width: 32px;
    height: 2px;
    background: #5b21b6;
    display: inline-block
}
.hero__eyebrow-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9d66eb
}

.hero__title {
    font-size: clamp(38px, 4.5vw, 60px);
    font-weight: 800;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -.03em;
    text-transform: uppercase
}

.hero__title-accent {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 4px solid #4c1d95;
    white-space: nowrap;
    display: inline-block;
    padding-bottom: 2px
}

.hero__subtitle {
    font-size: 17px;
    color: rgba(196,196,196,0.8);
    margin-bottom: 36px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 500px;
    padding: 14px 18px;
    border-left: 3px solid rgba(109, 40, 217, 0.6);
    background: rgba(255,255,255,0.03);
    border-radius: 0 8px 8px 0
}

/* ─── features ─── */
.hero__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 44px
}

.hero__feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    transition: background .2s, border-color .2s, transform .2s
}

.hero__feature:hover {
    background: rgba(109, 40, 217, 0.08);
    border-color: rgba(109, 40, 217, 0.28);
    transform: translateY(-2px)
}

.hero__cta, .hero__feature-icon {
    display: flex;
    align-items: center
}

.hero__feature-icon {
    background: rgba(109, 40, 217, 0.18);
    border: 1px solid rgba(109, 40, 217, 0.3);
    color: #9d66eb;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s
}

.hero__feature:hover .hero__feature-icon {
    background: rgba(109, 40, 217, 0.3)
}

.hero__feature-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px
}

.hero__feature-text {
    font-size: 12px;
    color: #8a8a8a
}

/* ─── CTA ─── */
.hero__cta {
    gap: 20px;
    flex-wrap: wrap
}

.hero__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    border: 0;
    border-bottom: 4px solid #4c1d95;
    box-shadow: 0 8px 24px rgba(109, 40, 217, .45);
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s;
    text-decoration: none;
    letter-spacing: .01em;
    position: relative;
    overflow: hidden
}

.hero__cta-btn::after {
    content: "→";
    font-size: 18px;
    transition: transform .2s
}

.hero__cta-btn:hover {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    box-shadow: 0 14px 36px rgba(109, 40, 217, .6);
    transform: translateY(-2px)
}

.hero__cta-btn:hover::after {
    transform: translateX(4px)
}

/* Вторичная ссылка */
.hero__cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color .2s
}

.hero__cta-link::before {
    content: '';
    width: 32px;
    height: 1px;
    background: currentColor;
    display: inline-block;
    transition: width .2s
}

.hero__cta-link:hover {
    color: rgba(255,255,255,0.85)
}

.hero__cta-link:hover::before {
    width: 44px
}

/* ─── Stats bar (снизу hero) ─── */
.hero__stats {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    display: flex;
    border-top: 1px solid rgba(255,255,255,0.07);
    z-index: 3;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(10px)
}

.hero__stat {
    flex: 1;
    padding: 20px 32px;
    border-right: 1px solid rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    gap: 12px
}

.hero__stat:last-child {
    border-right: none
}

.hero__stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -.03em
}

.hero__stat-num span {
    color: #9d66eb
}

.hero__stat-label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.4
}

.contact-form__header, .form-preview__header {
    text-align: center;
    margin-bottom: 32px
}

.form-preview__title {
    font-size: 27px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
    line-height: 34px
}

.form-preview__subtitle {
    font-size: 14px;
    color: #3e00c5;
    font-weight: 600
}

.hero__form-preview {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border: 1px solid #e5e7eb
}

.form-preview__field {
    margin-bottom: 24px
}

.form-preview__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px
}

.form-preview__input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    color: #9ca3af;
    background: #f9fafb
}

.form-preview__options, .review-card__author {
    display: flex;
    gap: 12px
}

.form-preview__option {
    width: 100%;
    height: 48px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    cursor: pointer;
    transition: .2s
}

.form-preview__option:first-child {
    border-color: #6900ff;
    background: #eff6ff;
    color: #3e00c5
}

.form-preview__option svg {
    width: 20px;
    height: 20px
}

.expert-card__image img, .review-card__avatar img, .service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.form-preview__submit {
    width: 100%;
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    border: 0;
    border-bottom: 4px solid #4c1d95;
    box-shadow: 0 6px 16px rgba(109, 40, 217, .4);
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 16px
}

.form-preview__submit:hover {
    background: linear-gradient(135deg, #6d28d9, #7c3aed)
}

.form-preview__privacy {
    font-size: 12px;
    color: #6b7280;
    text-align: center;
    line-height: 1.5
}

.form-preview__privacy a {
    color: #3e00c5;
    text-decoration: none
}

.faq, .how-we-work, .services {
    padding: 80px 0;
    background: #f8fafc
}

.services__header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.calculator__title, .contact__title, .faq__title, .how-we-work__title, .reviews__title, .services__title, .why-choose__title {
    font-size: 40px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
    letter-spacing: -.02em;
    line-height: 1.2
}

.calculator__subtitle, .contact__subtitle, .faq__subtitle, .how-we-work__subtitle, .reviews__subtitle, .services__subtitle {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.6;
    font-weight: 400
}

.services__grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px
}

.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    border: 1px solid #e5e7eb;
    transition: .3s;
    position: relative
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12)
}

.service-card__btn:hover, .services__cta-btn:hover {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    box-shadow: 0 12px 28px rgba(109, 40, 217, .55)
}

.service-card__image {
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative
}

.service-card__content {
    padding: 20px
}

.service-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.service-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1
}

.service-card__tooltip {
    background: 0 0;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0;
    transition: color .2s;
    position: relative
}

.service-card__tooltip:hover {
    color: #3e00c5
}

.service-card__tooltip[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1f2937;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: normal;
    width: 200px;
    text-align: left;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    margin-bottom: 5px
}

.service-card__tooltip[data-tooltip]:hover::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #1f2937;
    z-index: 1000
}

.service-card__price {
    font-weight: 700;
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 15px
}

.service-card__description {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 16px
}

.service-card__meta {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.service-card__tag {
    background: #f5f5f5;
    color: #5d5d5d;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500
}

.service-card__btn, .services__cta-btn {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    box-shadow: 0 6px 16px rgba(109, 40, 217, .4);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none
}

.service-card__btn {
    position: relative;
    padding: 12px 25px;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
    line-height: 1;
    border-bottom: 4px solid #4c1d95;
    width: 100%;
    display: block;
    text-align: center
}

.reviews__cta, .services__cta, .sidebar-cta {
    text-align: center
}

.services__cta-btn {
    border: 0;
    border-bottom: 4px solid #4c1d95;
    padding: 16px 32px;
    border-radius: 8px;
    transition: .3s
}

@media (max-width: 1024px) {
    .container {
        padding: 0 20px
    }

    .header__topbar-left, .header__topbar-right {
        gap: 16px
    }

    .header__nav-list {
        gap: 0;
        display: none
    }

    .header__nav-link {
        padding: 10px 16px;
        font-size: 14px
    }

    .hero__content {
        grid-template-columns:1fr;
        gap: 48px;
        text-align: center
    }

    .hero__title {
        font-size: 36px
    }

    .services__grid {
        grid-template-columns:repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width: 768px) {
    .header__nav, .header__topbar {
        display: none
    }

    .header__nav.active {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 70px 0;
        background: #000000a6
    }

    .header__nav.active .header__nav-list {
        display: block;
        padding-top: 20px
    }

    #contact_widget_button {
        left: 0;
        right: 0 !important;
        margin: auto
    }

    .header__nav.active .header__nav-item {
        margin: 0
    }

    .header__nav.active .header__nav-link {
        padding-left: 0;
        font-size: 16px
    }

    .header__cta-btn {
        font-size: 0;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        padding: 0;
        margin-bottom: -3px
    }

    .header__logo {
        flex-grow: 1
    }

    .logo__text {
        font-size: 20px
    }

    .header__phone {
        display: flex;
        margin-right: 1rem
    }

    .header__phone-number {
        font-size: 16px;
        white-space: nowrap
    }

    .header__burger {
        display: flex
    }

    .header__main .container {
        padding-top: 12px;
        padding-bottom: 12px;
        gap: 20px
    }

    .hero {
        padding: 60px 0 40px;
        max-height: 680px;
        min-height: unset
    }

    .hero__title {
        font-size: 32px;
        line-height: 1.3
    }

    .hero__cta-btn {
        width: 100%
    }

    .hero__subtitle, .services__subtitle {
        font-size: 16px
    }

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

    .hero__form-preview {
        padding: 24px
    }

    .services {
        padding: 60px 0
    }

    .services__title {
        font-size: 32px
    }

    .services__grid {
        grid-template-columns:1fr;
        gap: 16px;
        margin-bottom: 40px
    }

    .service-card__content {
        padding: 16px
    }

    .service-card__tooltip[data-tooltip]:hover::after {
        width: 250px;
        left: 0;
        transform: none
    }
}

.calculator, .contact, .reviews, .why-choose {
    padding: 80px 0;
    background: #fff
}

.calculator__header, .contact__header, .faq__header, .how-we-work__header, .reviews__header, .why-choose__header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.why-choose__title-accent {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    background-clip: text;
    -webkit-background-clip: text
}

.why-choose__subtitle {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.6;
    font-weight: 500
}

.why-choose__grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 60px
}

.advantage-card {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: .3s
}

.advantage-card__icon, .cta-block {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    display: flex
}

.advantage-card:hover, .contact-card:hover, .review-card:hover, .stat-card:hover {
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transform: translateY(-2px)
}

.advantage-card__icon {
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.advantage-card__content, .contact-item__content, .cta-block__content, .expert-card__content, .process-step__content {
    flex: 1
}

.advantage-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
    line-height: 1.3
}

.advantage-card__text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0
}

.why-choose__cta {
    margin-top: 60px
}

.cta-block {
    border-radius: 16px;
    padding: 40px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: #fff
}

.contact-cta__title, .cta-block__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff
}

.cta-block__text {
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
    margin: 0;
    line-height: 1.5
}

.contact-cta__actions, .cta-block__actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0
}

.cta-block__btn {
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

.cta-block__btn--primary {
    background: #fff;
    color: #9d66eb;
    border: none
}

.contact-cta__phone:hover, .contact-cta__whatsapp:hover, .cta-block__btn--primary:hover {
    background: #f8fafc;
    transform: translateY(-1px)
}

.cta-block__btn--secondary {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3)
}

.cta-block__btn--secondary:hover {
    background: rgba(255, 255, 255, .3);
    transform: translateY(-1px)
}

@media (max-width: 1024px) {
    .why-choose__grid {
        gap: 24px
    }

    .advantage-card {
        padding: 20px
    }

    .cta-block {
        padding: 32px;
        gap: 32px
    }
}

@media (max-width: 768px) {
    .advantage-card, .cta-block {
        flex-direction: column;
        text-align: center
    }

    .why-choose {
        padding: 60px 0
    }

    .why-choose__title {
        font-size: 32px
    }

    .why-choose__subtitle {
        font-size: 16px
    }

    .why-choose__grid {
        grid-template-columns:1fr;
        gap: 20px;
        margin-bottom: 40px
    }

    .advantage-card {
        padding: 20px
    }

    .advantage-card__icon {
        align-self: center
    }

    .cta-block {
        padding: 32px 24px;
        gap: 24px
    }

    .cta-block__actions {
        flex-direction: column;
        width: 100%
    }

    .cta-block__btn {
        justify-content: center
    }
}

.process-steps {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 32px
}

.process-step {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    position: relative;
    border: 1px solid #e5e7eb;
    transition: .3s;
    display: flex;
    align-items: flex-start;
    gap: 24px
}

.process-step:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transform: translateY(-2px)
}

.how-we-work__cta-btn:hover, .reviews__cta-btn:hover {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    box-shadow: 0 12px 28px rgba(109, 40, 217, .55)
}

.process-step__number {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0
}

.process-step__title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
    line-height: 1.3
}

.process-step__text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 12px
}

.process-step__time, .region-tag {
    background: #ede9fe;
    color: #5d5d5d;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px
}

.process-step__icon {
    color: #9ca3af;
    flex-shrink: 0
}

.how-we-work__expert {
    margin-bottom: 60px
}

.expert-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    gap: 32px;
    align-items: center;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05)
}

.how-we-work__cta-btn, .reviews__cta-btn {
    box-shadow: 0 6px 16px rgba(109, 40, 217, .4);
    transition: .3s
}

.expert-card__image {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0
}

.expert-card__title, .faq-cta__title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
    line-height: 1.3
}

.expert-card__text {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 24px
}

.expert-card__features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px
}

.expert-card__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #374151
}

.discount-info svg, .expert-card__feature svg, .guarantee-item svg {
    color: #10b981;
    flex-shrink: 0
}

.expert-card__info {
    padding-top: 24px;
    border-top: 1px solid #f3f4f6
}

.expert-card__name {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px
}

.expert-card__position {
    font-size: 14px;
    color: #3e00c5;
    font-weight: 500;
    margin-bottom: 4px
}

.expert-card__experience, .review-card__date, .review-card__meta, .review-card__service, .stat-card__period {
    font-size: 13px;
    color: #6b7280
}

.how-we-work__cta {
    text-align: center;
    background: linear-gradient(135deg, #eff6ff 0, #dbeafe 100%);
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #bfdbfe
}

.how-we-work__cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px
}

.how-we-work__cta-text {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 24px;
    line-height: 1.5
}

.how-we-work__cta-btn {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    border: 0;
    border-bottom: 4px solid #4c1d95;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

@media (max-width: 1024px) {
    .process-steps {
        gap: 24px
    }

    .process-step {
        padding: 24px
    }

    .expert-card {
        padding: 32px;
        gap: 24px
    }

    .expert-card__image {
        width: 150px;
        height: 150px
    }
}

@media (max-width: 768px) {
    .how-we-work {
        padding: 60px 0
    }

    .how-we-work__title {
        font-size: 32px
    }

    .how-we-work__subtitle {
        font-size: 16px
    }

    .process-steps {
        grid-template-columns:1fr;
        gap: 20px;
        margin-bottom: 60px
    }

    .process-step__icon {
        position: absolute;
        top: 24px;
        right: 20px
    }

    .process-step {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 16px
    }

    .expert-card {
        flex-direction: column;
        text-align: center;
        padding: 24px
    }

    .expert-card__image {
        width: 120px;
        height: 120px;
        align-self: center
    }

    .how-we-work__cta {
        padding: 32px 24px
    }

    .how-we-work__cta-title {
        font-size: 24px
    }
}

.reviews__stats {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 60px
}

.stat-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    border: 1px solid #e5e7eb;
    transition: .3s
}

.stat-card__icon, .stat-card__number {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%)
}

.stat-card__icon {
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px
}

.calc-option--small .calc-option__icon, .review-card__avatar {
    width: 48px;
    height: 48px
}

.stat-card__number {
    font-size: 28px;
    font-weight: 700;
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 8px;
    line-height: 1
}

.stat-card__label {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px
}

.reviews__grid {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin-bottom: 60px
}

.contact-card, .review-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    transition: .3s
}

.review-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px
}

.review-card__avatar {
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.calc-extra__title, .review-card__name {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 2px
}

.stars {
    display: flex;
    gap: 2px;
    color: #fbbf24
}

.review-card__text {
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 16px;
    font-style: italic
}

.review-card__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb
}

.review-card__service {
    font-weight: 500
}

.reviews__platforms {
    margin-bottom: 40px
}

.platform-ratings {
    display: flex;
    justify-content: center;
    gap: 40px
}

.discount-price, .platform-rating {
    display: flex;
    align-items: center;
    gap: 12px
}

.platform-rating__img {
    max-width: 100%;
    cursor: pointer
}

.reviews__cta-btn {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    border: 0;
    border-bottom: 4px solid #4c1d95;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none
}

.calc-result, .faq-contact-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05)
}

.calc-extra, .calc-option {
    border: 2px solid #e5e7eb;
    cursor: pointer
}

.calc-extra:hover, .calc-option.selected, .calc-option:hover {
    background: #eff6ff;
    border-color: #3e00c5
}

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

    .platform-ratings {
        gap: 24px
    }
}

@media (max-width: 768px) {
    .reviews {
        padding: 60px 0
    }

    .reviews__title {
        font-size: 32px
    }

    .reviews__subtitle {
        font-size: 16px
    }

    .reviews__grid, .reviews__stats {
        grid-template-columns:1fr;
        gap: 16px;
        margin-bottom: 40px
    }

    .review-card {
        padding: 20px
    }

    .platform-ratings {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }

    .calculator {
        display: none
    }
}

.calculator__content {
    display: grid;
    grid-template-columns:2fr 1fr;
    gap: 40px;
    align-items: flex-start
}

.calc-step {
    display: none;
    animation: .3s fadeIn
}

#contact_widget_button .toggle-inactive, #contact_widget_button.clicked .toggle-active, .calc-step.active {
    display: block
}

#contact_widget_button .toggle-active, #contact_widget_button.clicked .toggle-inactive, .calc-extra input[type=checkbox], .form-field__checkbox input[type=checkbox], .show-text .faq-cta__wrapper::before {
    display: none
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.calc-step__title {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 24px
}

.calc-options {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 32px
}

.calc-options--small {
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))
}

.calc-option {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 16px
}

.calc-option--small {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 16px
}

.calc-option.selected {
    box-shadow: 0 4px 20px rgba(92, 163, 255, .15)
}

.calc-option__icon {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.calc-option__title, .contact-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px
}

.calc-option--small .calc-option__title {
    font-size: 16px
}

.calc-option__desc {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 8px;
    line-height: 1.4
}

.calc-option__price {
    font-size: 16px;
    font-weight: 700;
    color: #3e00c5
}

.calc-extras {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px
}

.calc-extra {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    transition: .2s
}

.calc-extra__checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e5e7eb;
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
    transition: .2s
}

.calc-extra input[type=checkbox]:checked + .calc-extra__checkmark {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    border-color: #3e00c5
}

.calc-extra input[type=checkbox]:checked + .calc-extra__checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.calc-extra__desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3
}

.calc-extra__price {
    font-size: 14px;
    font-weight: 600;
    color: #3e00c5;
    margin-left: auto
}

.calc-navigation {
    display: flex;
    justify-content: space-between;
    gap: 16px
}

.calc-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none
}

.calc-result__extra, .calc-result__item {
    justify-content: space-between;
    display: flex
}

.calc-btn--back {
    background: #f3f4f6;
    color: #6b7280
}

.calc-btn--back:hover:not(:disabled) {
    background: #e5e7eb;
    color: #374151
}

.calc-btn--next:hover:not(:disabled), .calc-result__order:hover:not(:disabled) {
    background: linear-gradient(135deg, #6d28d9, #7c3aed)
}

.calc-btn--next {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff
}

.calc-result {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    position: sticky;
    top: 20px
}

.calc-result__header {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6
}

.calc-result__title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937
}

.calc-result__item {
    align-items: center;
    padding: 8px 0;
    font-size: 14px
}

.calc-result__label {
    color: #6b7280
}

.calc-result__value {
    font-weight: 500;
    color: #1f2937
}

.calc-result__extras {
    margin: 12px 0
}

.calc-result__extra {
    align-items: center;
    padding: 4px 0;
    font-size: 13px;
    color: #3e00c5
}

.calc-result__separator {
    height: 1px;
    background: #e5e7eb;
    margin: 16px 0
}

.calc-result__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 700
}

.calc-result__total-label {
    color: #1f2937
}

.calc-result__total-price, .faq-item__question:hover {
    color: #3e00c5
}

.calc-result__discount {
    background: #eff6ff;
    border-radius: 8px;
    padding: 12px;
    margin: 16px 0
}

.discount-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #1f2937;
    margin-bottom: 8px
}

.old-price {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through
}

.new-price {
    font-size: 18px;
    font-weight: 700;
    color: #059669
}

.calc-result__order, .faq-item__question {
    width: 100%;
    cursor: pointer;
    font-weight: 600
}

.calc-result__order {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    transition: .3s;
    margin-bottom: 12px;
    display: block;
    text-align: center;
    text-decoration: none
}

.calc-result__order:hover:not(:disabled) {
    transform: translateY(-1px)
}

.calc-result__note {
    font-size: 11px;
    color: #9ca3af;
    text-align: center;
    line-height: 1.4
}

.faq-contact-card, .faq__contact {
    position: sticky;
    top: 20px
}

.faq__content {
    display: grid;
    grid-template-columns:2fr 1fr;
    gap: 60px;
    margin-bottom: 60px
}

.faq__list, .hours-grid, .order-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: .3s
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.faq-item.active {
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
}

.faq-item__question {
    padding: 24px;
    background: 0 0;
    border: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    color: #1f2937;
    transition: color .3s
}

.faq-item__icon {
    flex-shrink: 0;
    transition: transform .3s;
    color: #6b7280
}

.faq-item.active .faq-item__icon {
    transform: rotate(180deg);
    color: #3e00c5
}

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.faq-item.active .faq-item__answer {
    max-height: 200px
}

.faq-item__answer p {
    padding: 0 24px 24px;
    margin: 0;
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6
}

.faq-contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    border: 1px solid #e5e7eb
}

.faq-contact-card__icon, .faq-cta__feature li::before {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%)
}

.faq-contact-card__btn, .faq-cta__btn {
    box-shadow: 0 6px 16px rgba(109, 40, 217, .4);
    transition: .3s;
    cursor: pointer;
    text-decoration: none
}

.faq-contact-card__icon {
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px
}

.faq-contact-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px
}

.faq-contact-card__text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 24px
}

.faq-contact-card__btn {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    border: 0;
    border-bottom: 4px solid #4c1d95;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    width: 100%
}

.faq-contact-card__btn:hover {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    box-shadow: 0 12px 28px rgba(109, 40, 217, .55)
}

.faq__bottom {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #e5e7eb
}

.faq-cta__wrapper {
    max-height: 400px;
    overflow: hidden;
    position: relative
}

.faq-cta__wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #fff, transparent);
    bottom: 0
}

.show-text .faq-cta__wrapper {
    max-height: 10000px
}

.show-text #show_full_btn {
    margin-top: 20px
}

.faq-btn__row {
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer
}

.faq-cta__content h3, .faq-cta__content h4 {
    margin: 10px 0
}

.faq-cta__content p {
    margin: 5px 0
}

.faq-cta__text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 24px
}

.faq-cta__features {
    margin-bottom: 32px
}

.faq-cta__feature h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px
}

.faq-cta__feature ul, .footer__links {
    list-style: none;
    padding: 0;
    margin: 0
}

.faq-cta__feature li {
    padding: 8px 0 8px 24px;
    position: relative;
    font-size: 14px;
    color: #374151;
    line-height: 1.5
}

.faq-cta__feature li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%
}

.faq-cta__feature li::after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 10px;
    font-weight: 700
}

.faq-cta__action {
    display: flex;
    align-items: center;
    gap: 16px
}

.faq-cta__btn {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    border: 0;
    border-bottom: 4px solid #4c1d95;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.faq-cta__btn:hover {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    box-shadow: 0 12px 28px rgba(109, 40, 217, .55)
}

.faq-cta__contact {
    font-size: 14px;
    color: #6b7280
}

.faq-cta__contact a {
    color: #3e00c5;
    text-decoration: none;
    font-weight: 500
}

@media (max-width: 768px) {
    .faq {
        padding: 60px 0
    }

    .faq__title {
        font-size: 32px
    }

    .faq__subtitle {
        font-size: 16px
    }

    .faq-item__question {
        padding: 20px;
        font-size: 15px
    }

    .faq-item__answer p {
        padding: 0 20px 20px;
        font-size: 14px
    }

    .faq-contact-card {
        padding: 24px
    }

    .faq__bottom {
        padding: 32px 24px
    }

    .faq-cta__action {
        flex-direction: column;
        gap: 12px;
        text-align: center
    }

    .faq-cta__btn {
        width: 100%
    }
}

.contact__content {
    display: grid;
    grid-template-columns:1fr 400px;
    gap: 60px;
    margin-bottom: 60px;
    align-items: baseline
}

.contact__info {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 24px
}

.contact__info iframe {
    grid-column: 1/-1
}

.contact-card__icon {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.contact-card__text {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 12px;
    line-height: 1.5
}

.contact-card__link {
    color: #3e00c5;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color .2s
}

.contact-card__link:hover {
    color: #9d66eb
}

.contact-card__schedule {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.4
}

.schedule-item__days {
    color: #374151;
    font-weight: 500
}

.schedule-item__time {
    color: #3e00c5;
    font-weight: 600
}

.contact-card__regions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.contact-form {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    position: sticky;
    top: 20px
}

.contact-form__title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px
}

.contact-form__subtitle {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5
}

.contact-form__form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.form-field {
    display: flex;
    flex-direction: column
}

.form-field__label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px
}

.form-field__input, .form-field__select, .form-field__textarea {
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    color: #1f2937;
    transition: border-color .2s, box-shadow .2s;
    background: #fff
}

.form-field__input:focus, .form-field__select:focus, .form-field__textarea:focus {
    outline: 0;
    border-color: #6900ff;
    box-shadow: 0 0 0 3px rgba(92, 163, 255, .1)
}

.form-field__textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit
}

.form-field__select {
    cursor: pointer
}

.form-field__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5
}

#contact_widget_button, #contact_widget_button .d-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important
}

.form-field__checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e5e7eb;
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
    transition: .2s;
    margin-top: 1px
}

.form-field__checkbox input[type=checkbox]:checked + .form-field__checkmark {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    border-color: #3e00c5
}

.form-field__checkbox input[type=checkbox]:checked + .form-field__checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.form-field__checkbox-text {
    color: #6b7280
}

.form-field__checkbox-text a {
    color: #3e00c5;
    text-decoration: none
}

.footer a, .footer__contact:hover, .footer__link:hover {
    color: #a78bfa
}

.contact-form__submit {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    border: 0;
    border-bottom: 4px solid #4c1d95;
    box-shadow: 0 6px 16px rgba(109, 40, 217, .4);
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.contact-form__submit:hover {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    transform: translateY(-1px)
}

.contact-form__guarantees {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #374151
}

.contact__bottom {
    background: linear-gradient(135deg, #5b21b6 0, #a78bfa 100%);
    border-radius: 16px;
    padding: 32px;
    color: #fff
}

.contact-cta__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.contact-cta__subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.5
}

.contact-cta__phone, .contact-cta__whatsapp {
    background: #fff;
    color: #9d66eb;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .calculator__content {
        grid-template-columns:1fr;
        gap: 32px
    }

    .calc-result {
        position: static;
        order: 2
    }

    .contact__content, .faq__content {
        grid-template-columns:1fr;
        gap: 40px
    }

    .contact-form, .faq__contact {
        position: static
    }

    .contact__info {
        grid-template-columns:1fr;
        gap: 20px
    }
}

@media (max-width: 768px) {
    .contact {
        padding: 60px 0
    }

    .contact__title {
        font-size: 32px
    }

    .contact__subtitle {
        font-size: 16px
    }

    .contact-card {
        padding: 20px
    }

    .contact-form {
        padding: 24px
    }

    .contact-form__title {
        font-size: 20px
    }

    .contact-cta__content {
        flex-direction: column;
        text-align: center;
        gap: 24px
    }

    .contact-cta__actions {
        flex-direction: column;
        width: 100%
    }

    .contact-cta__phone, .contact-cta__whatsapp {
        justify-content: center
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px
    }

    .header__phone-number {
        display: none
    }

    .logo__text {
        margin-bottom: -1px
    }

    .header__cta-btn::before {
        background-image: url(../img/phone.svg);
        opacity: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: unset;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px
    }

    .contact, .faq, .how-we-work, .reviews, .services, .why-choose {
        padding: 40px 0
    }

    .contact__title, .faq__title, .how-we-work__title, .reviews__title, .services__title, .why-choose__title {
        font-size: 28px
    }

    .service-card__image {
        height: 160px
    }

    .advantage-card__icon {
        width: 48px;
        height: 48px
    }

    .advantage-card__title, .contact-card__title {
        font-size: 16px
    }

    .contact-cta__title, .cta-block__title, .expert-card__title, .faq-cta__title, .how-we-work__cta-title {
        font-size: 20px
    }

    .contact-cta__subtitle, .cta-block__text {
        font-size: 14px
    }

    .process-step__title {
        font-size: 18px
    }

    .how-we-work__cta-btn {
        padding: 14px 24px;
        font-size: 14px
    }

    .contact-form, .stat-card {
        padding: 20px
    }

    .stat-card__number {
        font-size: 24px
    }

    .review-card__header {
        flex-direction: column;
        gap: 12px
    }

    .review-card__rating {
        align-self: flex-start
    }

    .contact-card__icon {
        width: 40px;
        height: 40px
    }

    .contact__bottom {
        padding: 24px
    }
}

.footer {
    background-color: #111;
    color: #ddd;
    padding: 40px 20px;
    font-size: 14px
}

.footer a {
    text-decoration: none;
    transition: color .3s
}

.footer a:hover {
    color: #fff
}

.footer__content {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-bottom: 30px
}

.footer__section {
    line-height: 1.6
}

.footer__description {
    font-size: 13px;
    color: #aaa;
    margin-top: 10px
}

.footer__title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.footer__contacts, .footer__link, .footer__schedule {
    font-size: 14px
}

.footer__contact, .footer__links li {
    margin-bottom: 8px
}

.footer__link {
    color: #ddd
}

.footer__contact {
    display: block;
    color: #ddd
}

.footer__address {
    font-style: normal;
    color: #aaa;
    margin-top: 5px
}

.footer__emergency {
    color: #a78bfa;
    font-weight: 700;
    margin-top: 8px
}

.footer__bottom {
    border-top: 1px solid #222;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center
}

.footer__copy {
    font-size: 12px;
    color: #666
}

.footer__legal {
    display: flex;
    justify-content: center;
    gap: 20px
}

.footer__legal-link {
    font-size: 13px;
    color: #aaa
}

.footer__legal-link:hover {
    color: #a78bfa
}

#contact_widget_button {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.15;
    border-radius: 10px;
    width: 300px;
    padding: 20px;
    height: 60px;
    display: flex !important;
    background: #01b44a;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    z-index: 1001
}

#contact_widget_button * {
    outline: 0
}

#contact_widget_button .text-center {
    text-align: center !important
}

#contact_widget_button .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

#contact_widget_button .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

#contact_widget_button .d-flex {
    display: flex !important;
    justify-content: unset !important;
    overflow: visible;
    font-size: 21px;
    font-weight: 700;
    gap: 18px
}

#contact_widget_button .d-none {
    display: none !important
}

#contact_widget_button .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

#contact_widget_button .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

@-webkit-keyframes pulsation {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0%, 100% {
        opacity: 0
    }
    40%, 80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

@keyframes iconOpacity {
    0%, 100% {
        opacity: 0
    }
    40%, 80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

#contact_widget_button.clicked {
    z-index: 1041
}

#contact_widget_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: 0 0;
    z-index: 0;
    display: none
}

#contact_widget_substrate.active {
    z-index: 1020;
    display: block
}

.contact-widget-pulsation {
    background: #00f06b;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 2s infinite pulsation;
    animation: 2s infinite pulsation;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.contact-widget-icon {
    color: #fff;
    width: 100%;
    font-size: 20px;
    overflow: hidden
}

.contact-widget-icon .fa-envelope {
    -webkit-animation: 3s infinite iconOpacity;
    animation: 3s infinite iconOpacity;
    width: 20px;
    height: 20px
}

.contact-widget-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: #fff
}

.contact-widget-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: block;
    z-index: -1;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s, opacity .3s;
    transition: margin-bottom .3s, opacity .3s;
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35)
}

.contact-widget-dropdown.expanded {
    margin-bottom: 0;
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.contact-widget-item {
    color: #333
}

.contact-widget-item:hover {
    color: #0a78bf
}

.contact-widget-item:not(:last-child) {
    margin-bottom: 18px
}

.contact-widget-item-icon {
    font-size: 20px;
    display: block;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.contact-widget-item-icon svg {
    width: 20px !important;
    height: 20px
}

.contact-widget-messenger {
    background: #0084ff
}

.contact-widget-viber {
    background: #7c529d
}

.contact-widget-telegram {
    background: #2ca5e0
}

.contact-widget-skype {
    background: #31c4ed
}

.contact-widget-whatsapp {
    background: #25d366
}

.contact-widget-email {
    background: #50a8ff
}

.contact-widget-call {
    background: #3cba8b
}

.contact-widget-contacts {
    background: #141e1a
}

@media (min-width: 420px) {
    .contact-widget-icon {
        font-size: 28px
    }

    .contact-widget-icon .fa-envelope {
        width: 28px;
        height: 28px
    }

    .contact-widget-text {
        font-size: 9px;
        line-height: 10px
    }

    .contact-widget-dropdown {
        right: 60px
    }
}

@media (min-width: 992px) {
    #contact_widget_button {
        bottom: 30px
    }

    #contact_widget_button .contact-widget-viber-mobile {
        display: none !important
    }
}

@media (max-width: 991px) {
    #contact_widget_button .contact-widget-viber-desktop {
        display: none !important
    }

    .header-social__item img {
        width: 35px;
        height: 35px
    }

    .header__tel {
        width: 32px;
        height: 32px
    }
}

.service-hero {
    background: url(../img/prava-bg.jpg) center/cover #f5f5f5;
    padding: 165px 0 60px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    position: relative
}

.service-hero__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.service-hero__subtitle {
    font-size: 18px;
    color: #d5d5d5;
    max-width: 700px;
    margin: 0 auto
}

.breadcrumbs {
    background: #fafafa;
    padding: 12px 0;
    font-size: 14px
}

.service-main, .sidebar-section {
    background: #fff;
    border-radius: 12px
}

.breadcrumb-link {
    color: #999;
    text-decoration: none
}

.breadcrumb-link:hover {
    color: #7c3aed
}

.breadcrumb-current {
    color: #444
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #ccc
}

.service-layout {
    display: flex;
    gap: 30px;
    margin-top: 40px
}

.service-sidebar {
    width: 280px;
    flex-shrink: 0
}

.service-main {
    flex: 1;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

.sidebar-section {
    padding: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
    margin-bottom: 20px
}

.sidebar-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
    text-align: center
}

.sidebar-features, .sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar-nav-item {
    margin-bottom: 10px
}

.sidebar-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f9f9f9;
    color: #222;
    text-decoration: none;
    transition: .2s
}

.sidebar-nav-link:hover {
    background: #f1f1f1
}

.btn--accent, .sidebar-nav-link.active {
    background: #7c3aed;
    color: #fff
}

.sidebar-nav-price {
    font-weight: 600
}

.sidebar-cta-text {
    font-size: 14px;
    margin-bottom: 15px
}

.form__label, .sidebar-feature {
    font-size: 14px;
    margin-bottom: 8px
}

.sidebar-cta-btn {
    width: 100%
}

.sidebar-feature {
    display: flex;
    align-items: center;
    color: #333
}

.sidebar-feature-icon {
    color: #7c3aed;
    margin-right: 8px;
    font-weight: 700
}

.order-form-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 16px
}

.form__input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px
}

.form__input:focus {
    border-color: #7c3aed;
    outline: 0
}

.form__label {
    font-weight: 600;
    display: block
}

.btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: background .3s;
    text-decoration: none
}

.btn--accent:hover {
    background: #4c1d95
}

.order-benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0
}

.order-benefit {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333
}

.order-benefit-icon {
    color: #7c3aed;
    margin-right: 8px
}

.service-content-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333
}

.service-content-text h1 {
    margin-top: 0 !important
}

.service-content-text h1, .service-content-text h2 {
    margin: 25px 0 15px;
    font-weight: 700;
    color: #111
}

.service-content-text p {
    margin-bottom: 15px
}

.regions-content {
    padding: 40px 0 80px;
    background: #fff
}

.regions-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
    padding: 25px 30px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #f0f0f0
}

.search-group {
    position: relative;
    flex: 1;
    max-width: 400px
}

.search-input {
    width: 100%;
    padding: 14px 20px 14px 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    transition: .3s;
    outline: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif
}

.search-input:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(188, 23, 26, .1)
}

.search-input::placeholder {
    color: #999;
    font-weight: 400
}

.search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    transition: color .3s
}

.contact-info, .region-item {
    background: #fff;
    position: relative;
    overflow: hidden
}

.contact-item, .region-item {
    opacity: 0;
    transform: translateY(20px)
}

.regions-stats {
    flex-shrink: 0
}

.stats-text {
    font-size: 16px;
    color: #666;
    font-weight: 400
}

.stats-text strong {
    color: #7c3aed;
    font-weight: 600
}

.regions-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px
}

.region-item {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    text-decoration: none;
    transition: .3s;
    animation: .4s forwards fadeInUp
}

.region-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #6d28d9;
    transform: scaleY(0);
    transition: transform .3s
}

.region-item:hover {
    background: #fafafa;
    border-color: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08)
}

.region-item:hover::before {
    transform: scaleY(1)
}

.region-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: color .3s
}

@media (max-width: 768px) {
    .service-layout {
        flex-direction: column
    }

    .service-sidebar {
        width: 100%;
        order: 1
    }

    .service-main {
        box-shadow: unset;
        padding: 0
    }

    .service-hero {
        padding: 90px 0 40px
    }

    .service-hero__title {
        line-height: 1.3;
        font-size: 25px
    }

    .service-hero__subtitle {
        font-size: 16px
    }

    .service-content-text h1, .service-content-text h2 {
        line-height: 1.3
    }

    .service-content-text h3 {
        margin-bottom: 10px;
        line-height: 1.3
    }

    .regions-search {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 20px
    }

    .search-group {
        max-width: none
    }

    .regions-stats {
        text-align: center
    }

    .regions-grid {
        grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px
    }

    .region-item {
        padding: 16px 20px
    }

    .regions-content {
        padding: 30px 0 60px
    }

    .container {
        padding: 0 20px
    }
}

.contact-item:nth-child(2), .region-item:first-child {
    animation-delay: .1s
}

.contact-item:nth-child(3), .region-item:nth-child(2) {
    animation-delay: .2s
}

.contact-item:nth-child(4), .region-item:nth-child(3) {
    animation-delay: .3s
}

.region-item:nth-child(4) {
    animation-delay: .4s
}

.region-item:nth-child(5) {
    animation-delay: .5s
}

.region-item:nth-child(6) {
    animation-delay: .6s
}

.no-results {
    text-align: center;
    padding: 60px 20px;
    color: #999
}

.no-results-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #666
}

.no-results-text {
    font-size: 15px;
    color: #999
}

.contact-main {
    padding: 40px 0;
    background-color: #fff
}

.contact-main__grid {
    display: grid;
    grid-template-columns:1fr;
    margin: 0 auto
}

.contact-info {
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    padding: 48px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .04)
}

.contact-item__icon, .hours-item {
    display: flex;
    background-color: #f8f9fa;
    transition: .3s
}

.contact-info__title {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: -.5px
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    padding: 24px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;
    animation: .6s forwards fadeInUp
}

.contact-item:last-of-type {
    border-bottom: none;
    margin-bottom: 40px
}

.contact-item:hover {
    background-color: #fafafa;
    padding: 24px 16px;
    border-radius: 12px;
    margin: 0 -16px 32px;
    border-bottom: 1px solid transparent
}

.contact-item__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    margin-right: 20px
}

.contact-item:hover .contact-item__icon {
    background: #ede9fe;
    color: #5d5d5d;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px
}

.contact-item__icon svg {
    width: 20px;
    height: 20px;
    color: #666;
    transition: color .3s
}

.contact-item:hover .contact-item__icon svg {
    color: #9d66eb
}

.contact-item__label {
    font-size: 14px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 6px
}

.contact-item__value {
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 4px
}

.contact-item__value a {
    color: inherit;
    text-decoration: none;
    transition: color .3s
}

.contact-item__value a:hover {
    color: #2196f3
}

.contact-item__extra {
    font-size: 14px;
    color: #666
}

.working-hours {
    margin-top: 16px
}

.working-hours__title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
    letter-spacing: -.3px
}

.hours-item {
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-radius: 10px
}

.hours-item:hover {
    background-color: #f0f4f7;
    transform: translateY(-1px)
}

.hours-item__day {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a
}

.hours-item__time {
    font-size: 15px;
    font-weight: 600;
    color: #9d66eb
}

@media (max-width: 768px) {
    .contact-main {
        padding: 60px 0
    }

    .contact-info {
        padding: 32px 24px;
        border-radius: 12px
    }

    .contact-info__title {
        font-size: 28px;
        margin-bottom: 32px
    }

    .contact-item {
        margin-bottom: 24px;
        padding: 20px 0
    }

    .contact-item__icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        margin-right: 16px
    }

    .contact-item__icon svg {
        width: 18px;
        height: 18px
    }

    .contact-item__value {
        font-size: 16px
    }

    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 16px
    }

    .hours-item__time {
        font-size: 14px
    }

    .hero__features {
        flex-direction: column;
        display: flex
    }

    .hero__feature:nth-child(2n) {
        display: none
    }

    .hero__feature {
        text-align: left
    }

    .hero__stats {
        flex-wrap: wrap
    }

    .hero__stat {
        flex: 50%;
        padding: 16px 20px;
        border-right: none;
        border-top: 1px solid rgba(255,255,255,0.07)
    }

    .hero__stat-num {
        font-size: 1.6rem
    }
}

@media (max-width: 480px) {
    .regions-grid {
        grid-template-columns:1fr
    }

    .search-input {
        padding: 12px 16px 12px 45px;
        font-size: 15px
    }

    .search-icon {
        left: 15px;
        width: 18px;
        height: 18px
    }

    .contact-info__title {
        font-size: 24px
    }

    .contact-item__value {
        font-size: 15px
    }

    .working-hours__title {
        font-size: 18px
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}


.modal, .tooltip {
    z-index: 9999;
    visibility: hidden
}

.modal.active, .tooltip.show {
    opacity: 1;
    visibility: visible
}

.modal, .modal__overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal {
    position: fixed;
    opacity: 0;
    transition: .3s
}

/* Стили для выбора способа связи */
.form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.contact-methods {
    display: flex;
    gap: 12px;
    padding: 8px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.contact-methods input[type="radio"] {
    display: none;
}

.contact-method {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #fff;
    border: 2px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #6b7280;
}

.contact-method:hover {
    border-color: #4c1d95;
    color: #7c3aed;
}

.contact-methods input[type="radio"]:checked + .contact-method {
    border-color: #4c1d95;
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
}

.contact-method svg {
    width: 20px;
    height: 20px;
}

.calculator__radio-group, .footer__contacts, .form-group {
    display: flex;
    flex-direction: column;
    gap: 12px
}


.form__input, .form__select, .form__textarea {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color .2s;
    font-family: inherit;
    width: 100%;
}

.form__input:focus, .form__select:focus, .form__textarea:focus {
    outline: 0;
    border-color: #5497ed
}

.form__textarea {
    min-height: 100px
}

.form__submit {
    margin-top: 10px
}

.form__privacy {
    font-size: 14px;
    color: #64748b;
    text-align: center;
    margin: 0;
    line-height: 1.4
}

.form__privacy a {
    color: #5497ed
}

.form-privacy a:hover, .form__privacy a:hover {
    text-decoration: underline
}

.form-input {
    color: #333;
    font-family: inherit
}

.form-input:focus {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, .1)
}

.form__group {
    margin-bottom: 20px;
}

.form__input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.2s;
    background: #fff;
}


.consultation-form__btn {
    border: 1px solid #4b8ad8;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    border-bottom-color: #3c75b9;
    border-bottom-width: 4px
}

.consultation-form__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(102, 126, 234, .4);
    background: linear-gradient(135deg, #5a6fd8, #6a42a3)
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.modal__overlay {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer
}

.modal__close, .order-benefit {
    align-items: center;
    display: flex
}

.modal__content {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    cursor: default;
    transform: translateY(50px);
    transition: transform .3s
}

.modal.active .modal__content {
    transform: translateY(0)
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: 0 0;
    border: none;
    font-size: 24px;
    color: #64748b;
    cursor: pointer;
    width: 32px;
    height: 32px;
    justify-content: center;
    border-radius: 50%;
    transition: .2s
}

.modal__close:hover {
    background: #f1f5f9;
    color: #1e293b
}

.modal__header {
    margin-bottom: 30px;
    text-align: center
}

.modal__title {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 8px
}

.modal__subtitle {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    line-height: 1.5
}

.form__input, .form__select, .form__textarea {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color .2s;
    font-family: inherit
}

.form__input:focus, .form__select:focus, .form__textarea:focus {
    outline: 0;
    border-color: #5497ed
}

.form__textarea {
    min-height: 100px
}

.form__submit {
    margin-top: 10px
}

.form__privacy {
    font-size: 14px;
    color: #64748b;
    text-align: center;
    margin: 0;
    line-height: 1.4
}

.form__privacy a {
    color: #5497ed
}

.form-privacy a:hover, .form__privacy a:hover {
    text-decoration: underline
}

@media (max-width: 768px) {
    .modal__content {
        padding: 30px 20px;
        margin: 10px
    }

    .modal__title {
        font-size: 20px
    }

}

/* ══════════════════════════════════════════════════
   HERO — REDESIGN (вставить в styles.css, заменив
   существующие .hero { ... } блоки)
══════════════════════════════════════════════════ */

/* ─── Основной блок ─── */
.hero {
    background-color: #0a0a0a;
    background-image:
        radial-gradient(ellipse 60% 55% at 70% 45%, rgba(109, 40, 217, 0.13) 0%, transparent 70%),
        url(../img/hero-bg.webp);
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 820px;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

/* Тёмный оверлей — градиент слева */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, #000 40%, rgba(0,0,0,.6) 100%);
    opacity: .85;
}

/* Декоративная красная полоса слева */
.hero::after {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #5b21b6 25%, #a78bfa 75%, transparent 100%);
    z-index: 2;
}

.hero .container {
    position: relative;
    z-index: 1;
}

/* ─── Сетка ─── */
.hero__content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
    padding-top: 20px;
}

/* ─── Eyebrow ─── */
.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.hero__eyebrow-line {
    width: 32px;
    height: 2px;
    background: #5b21b6;
    display: inline-block;
    flex-shrink: 0;
}

.hero__eyebrow-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9d66eb;
}

/* ─── Заголовок ─── */
.hero__title {
    font-size: clamp(34px, 4.5vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -.03em;
    text-transform: uppercase;
}

.hero__title-accent {
    background: linear-gradient(135deg, #5b21b6 0%, #a78bfa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 4px solid #4c1d95;
    white-space: nowrap;
    display: inline-block;
    padding-bottom: 2px;
}

/* ─── Подзаголовок ─── */
.hero__subtitle {
    font-size: 16px;
    color: rgba(196,196,196,0.85);
    margin-bottom: 36px;
    font-weight: 400;
    line-height: 1.65;
    max-width: 500px;
    padding: 14px 18px;
    border-left: 3px solid rgba(109, 40, 217, 0.6);
    background: rgba(255,255,255,0.03);
    border-radius: 0 8px 8px 0;
}

/* ─── Фичи ─── */
.hero__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 40px;
}

.hero__feature {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 13px 15px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    transition: background .2s, border-color .2s, transform .2s;
    text-align: left;
}

.hero__feature:hover {
    background: rgba(109, 40, 217, 0.09);
    border-color: rgba(109, 40, 217, 0.3);
    transform: translateY(-2px);
}

.hero__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(109, 40, 217, 0.18);
    border: 1px solid rgba(109, 40, 217, 0.28);
    color: #9d66eb;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    flex-shrink: 0;
    transition: background .2s;
}

.hero__feature:hover .hero__feature-icon {
    background: rgba(109, 40, 217, 0.3);
}

.hero__feature-title {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    line-height: 1.3;
}

.hero__feature-text {
    font-size: 11px;
    color: #7a7a7a;
    line-height: 1.4;
}

/* ─── CTA ─── */
.hero__cta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    border: 0;
    border-bottom: 4px solid #4c1d95;
    box-shadow: 0 8px 24px rgba(109, 40, 217, .45);
    padding: 16px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.hero__cta-btn::after {
    content: "→";
    font-size: 17px;
    transition: transform .2s;
}

.hero__cta-btn:hover {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    box-shadow: 0 14px 36px rgba(109, 40, 217, .6);
    transform: translateY(-2px);
}

.hero__cta-btn:hover::after {
    transform: translateX(4px);
}

/* Вторичная ссылка */
.hero__cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: color .2s;
    white-space: nowrap;
}

.hero__cta-link::before {
    content: '';
    width: 28px;
    height: 1px;
    background: currentColor;
    display: inline-block;
    flex-shrink: 0;
    transition: width .2s;
}

.hero__cta-link:hover {
    color: rgba(255,255,255,0.8);
}

.hero__cta-link:hover::before {
    width: 40px;
}

/* ─── Stats bar ─── */
.hero__stats {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    display: flex;
    border-top: 1px solid rgba(255,255,255,0.07);
    z-index: 3;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hero__stat {
    flex: 1;
    padding: 20px 28px;
    border-right: 1px solid rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero__stat:last-child {
    border-right: none;
}

.hero__stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -.04em;
    flex-shrink: 0;
}

.hero__stat-num span {
    color: #9d66eb;
}

.hero__stat-label {
    font-size: 10px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.5;
}


/* ══════════════════════════════════════════════════
   МОБИЛЬНАЯ АДАПТАЦИЯ
══════════════════════════════════════════════════ */

/* Планшет: 768–1024px */
@media (max-width: 1024px) {
    .hero__content {
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 0;
    }

    .hero__title {
        font-size: 40px;
    }

    .hero__subtitle {
        max-width: 100%;
    }
}

/* Телефон: ≤768px */
@media (max-width: 768px) {
    .hero {
        height: auto;
        min-height: 100svh;
        padding: 0 0 100px;  /* место под stats bar */
        align-items: flex-start;
    }

    .hero::before {
        background: rgba(0,0,0,0.78);
        opacity: 1;
    }

    .hero .container {
        padding: 0 20px;
    }

    .hero__content {
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 100px;   /* высота хедера */
        text-align: left;
    }

    /* Eyebrow */
    .hero__eyebrow {
        margin-bottom: 16px;
    }

    .hero__eyebrow-text {
        font-size: 10px;
        letter-spacing: 1.8px;
    }

    /* Заголовок */
    .hero__title {
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 16px;
    }

    /* Subtitle */
    .hero__subtitle {
        font-size: 14px;
        margin-bottom: 24px;
        padding: 12px 14px;
    }

    /* Фичи — одна колонка */
    .hero__features {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 28px;
    }

    /* Все фичи показываем (убираем скрытие nth-child) */
    .hero__feature:nth-child(2n) {
        display: flex;
    }

    .hero__feature {
        padding: 11px 13px;
        border-radius: 10px;
    }

    .hero__feature-icon {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }

    .hero__feature-title {
        font-size: 13px;
    }

    .hero__feature-text {
        font-size: 11px;
    }

    /* CTA */
    .hero__cta {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .hero__cta-btn {
        width: 100%;
        justify-content: center;
        font-size: 15px;
        padding: 15px 24px;
    }

    .hero__cta-link {
        justify-content: center;
        font-size: 13px;
        padding: 4px 0;
    }

    /* Stats bar — 2×2 */
    .hero__stats {
        flex-wrap: wrap;
        position: fixed;    /* прибиваем к низу экрана на мобиле */
        bottom: 0;
    }

    .hero__stat {
        flex: 50%;
        padding: 12px 16px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.07);
        gap: 8px;
    }

    /* Правые ячейки первого ряда — граница */
    .hero__stat:nth-child(1),
    .hero__stat:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }

    /* Разделитель между левой и правой в ряду */
    .hero__stat:nth-child(odd) {
        border-right: 1px solid rgba(255,255,255,0.07);
    }

    .hero__stat-num {
        font-size: 1.5rem;
    }

    .hero__stat-label {
        font-size: 9px;
    }
}

/* Маленькие телефоны: ≤420px */
@media (max-width: 420px) {
    .hero__content {
        padding-top: 90px;
    }

    .hero__title {
        font-size: 30px;
    }

    .hero__eyebrow-text {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    /* Stats — 4 в ряд (одна строка, компактно) */
    .hero__stats {
        flex-wrap: nowrap;
    }

    .hero__stat {
        flex: 25%;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 12px;
        border-right: 1px solid rgba(255,255,255,0.07) !important;
        border-bottom: none !important;
        gap: 2px;
    }

    .hero__stat:last-child {
        border-right: none !important;
    }

    .hero__stat-num {
        font-size: 1.3rem;
    }

    .hero__stat-label {
        font-size: 8px;
    }
}

/* ══════════════════════════════════════════════════
   HEADER — кнопки мессенджеров
   Вставить в styles.css после блока .header__phone { ... }
══════════════════════════════════════════════════ */

/* Убираем старый блок с телефоном если он не нужен */
.header__phone {
    display: none;
}

/* Обёртка кнопок */
.header__messengers {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Базовая кнопка мессенджера */
.header__messenger-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s, opacity .2s;
    line-height: 1;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

.header__messenger-btn:hover {
    transform: translateY(-2px);
    opacity: .9;
}

.header__messenger-btn:active {
    transform: scale(.96);
}

/* Telegram */
.header__messenger-btn--tg {
    background: #2AABEE;
    color: #fff;
    border-bottom-color: #1a8cc4;
    box-shadow: 0 4px 12px rgba(42, 171, 238, .35);
}

.header__messenger-btn--tg:hover {
    box-shadow: 0 8px 20px rgba(42, 171, 238, .5);
}

/* WhatsApp */
.header__messenger-btn--wa {
    background: #25D366;
    color: #fff;
    border-bottom-color: #1aad52;
    box-shadow: 0 4px 12px rgba(37, 211, 102, .35);
}

.header__messenger-btn--wa:hover {
    box-shadow: 0 8px 20px rgba(37, 211, 102, .5);
}

/* ─── Мобильная адаптация ─── */
@media (max-width: 768px) {

    /* Скрываем текст, оставляем только иконку */
    .header__messenger-btn span {
        display: none;
    }

    /* Делаем круглые иконки */
    .header__messenger-btn {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
        border-bottom-width: 2px;
    }

    /* Чуть уменьшаем иконки */
    .header__messenger-btn svg {
        width: 20px;
        height: 20px;
    }

    /* Уменьшаем gap между кнопками */
    .header__messengers {
        gap: 6px;
    }

    /* Кнопка "Заказать права" — только иконка (оставляем существующий стиль) */
    /* Уже есть в styles.css: font-size: 0; width: 45px; height: 45px; border-radius: 100% */
}

@media (max-width: 380px) {
    /* На совсем маленьких экранах делаем кнопки чуть меньше */
    .header__messenger-btn {
        width: 36px;
        height: 36px;
    }

    .header__messenger-btn svg {
        width: 18px;
        height: 18px;
    }
}