@font-face {
    font-family: "Vela Sans";
    src: url("../fonts/VelaSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vela Sans";
    src: url("../fonts/VelaSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vela Sans";
    src: url("../fonts/VelaSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vela Sans";
    src: url("../fonts/VelaSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    min-width: 320px;
    margin: 0;
    font-family: "Vela Sans", Arial, sans-serif;
    color: #525252;
    background: #f0f5ff;
}

body.is-modal-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    padding: 0;
    font-family: inherit;
    background: transparent;
    cursor: pointer;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    pointer-events: none;
}

.header__shell {
    width: 100%;
    padding: 10px 24px 16px;
    border-radius: 0 0 40px 40px;
    background: #fffdf9;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    pointer-events: auto;
    transition: padding 0.35s ease, border-radius 0.35s ease, box-shadow 0.35s ease;
}

.header__full {
    max-height: 120px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.22s ease;
}

.header__top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 90px;
}

.header__brand {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.header__logo {
    width: 132px;
    height: 83px;
    object-fit: contain;
}

.header__slogan {
    margin: 22px 0 0;
    font-size: 20px;
    font-style: italic;
    line-height: 1.2;
    color: #373737;
}

.header__address {
    position: absolute;
    top: 0;
    left: 50%;
    width: 620px;
    margin: 0;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.header__contacts {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
}

.header__phone-icon,
.header__mini-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8ddff;
    border-radius: 50%;
    background: #ffffff;
    flex-shrink: 0;
}

.header__phone-icon {
    width: 52px;
    height: 52px;
}

.header__phone-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.header__phones {
    display: flex;
    flex-direction: column;
    min-width: 176px;
}

.header__phone {
    display: block;
    font-size: 15px;
    line-height: 1.1;
    white-space: nowrap;
}

.header__phone--muted {
    color: #939292;
}

.header__phone--main {
    font-size: 16px;
    font-weight: 700;
    color: #525252;
}

.header__line {
    width: 100%;
    height: 1px;
    margin-top: 8px;
    background: #9d9d9d;
}

.header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    gap: 22px;
    transition: min-height 0.35s ease;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 37px;
    flex-wrap: wrap;
}

.header__link {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #525252;
    transition: color 0.2s ease, font-size 0.35s ease;
}

.header__link:hover,
.header__link--active {
    color: #9440d5;
}

.header__mini {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.35s ease, opacity 0.22s ease;
}

.header__mini-address {
    font-size: 16px;
    font-weight: 500;
}

.header__mini-phone {
    width: 42px;
    height: 42px;
}

.header__mini-phone img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.header--compact .header__shell {
    padding-top: 8px;
    padding-bottom: 10px;
    border-radius: 0 0 30px 30px;
}

.header--compact .header__full {
    max-height: 0;
    opacity: 0;
}

.header--compact .header__bottom {
    min-height: 42px;
}

.header--compact .header__nav {
    gap: 34px;
}

.header--compact .header__link {
    font-size: 19px;
}

.header--compact .header__mini {
    max-width: 520px;
    opacity: 1;
}

.hero {
    position: relative;
    min-height: 100vh;
    padding: 208px 0 70px 105px;
    overflow: hidden;
    background: url("../images/hero.jpg") center / cover no-repeat;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(32, 32, 32, 0.73);
}

.hero__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin-top: clamp(90px, 9vw, 170px);
    color: #ffffff;
}

.hero__label {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 600;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero__title {
    margin: 0 0 46px;
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero__subtitle {
    margin: 0 0 76px;
    font-size: 58px;
    font-style: italic;
    line-height: 1.28;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero__button,
.contact-banner__content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #9440d5;
    text-align: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero__button:hover,
.contact-banner__content a:hover {
    transform: translateY(-3px);
    background: #8334c2;
}

.hero__button {
    width: 291px;
    min-height: 122px;
    padding: 20px 28px;
    border-radius: 52px;
    font-size: 28px;
    font-weight: 700;
}

.hero__dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 20px;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.hero__dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.hero__dot--active {
    background: #e59d12;
}

.hero__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(90, 90, 90, 0.35);
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__arrow--left {
    left: 26px;
    padding-bottom: 6px;
}

.hero__arrow--right {
    right: 26px;
    padding-bottom: 6px;
}

.hero.is-changing .hero__title,
.hero.is-changing .hero__subtitle,
.hero.is-changing .hero__label {
    opacity: 0;
    transform: translateY(10px);
}

.services {
    min-height: 1500px;
    padding: 120px 24px 160px;
    background:
        radial-gradient(circle at 15% 10%, rgba(154, 217, 234, 0.28) 0, transparent 28%),
        linear-gradient(180deg, #dedbd5 0%, #c8d7ef 28%, #8cb5ff 100%);
}

.services__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.services__title {
    position: relative;
    width: max-content;
    margin: 0 auto 90px;
    font-size: 82px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 8px 14px rgba(0, 0, 0, 0.28);
}

.services__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 420px;
    height: 2px;
    transform: translateX(-50%);
    background: rgba(100, 100, 100, 0.32);
}

.services__list {
    display: flex;
    flex-direction: column;
    gap: 52px;
    align-items: center;
}

.service-row {
    position: relative;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 36px;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    min-height: 300px;
    padding: 34px 42px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 38px rgba(32, 48, 84, 0.12);
}

.service-row--dog {
    grid-template-columns: 1fr 220px;
}

.service-row--dog .service-row__image {
    order: 2;
    justify-self: end;
}

.service-row__image {
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.18));
}

.service-row__image--cat {
    width: 750px;
    justify-self: start;
}

.service-row__image--dog {
    width: 180px;
}

.service-row__image--bird {
    width: 180px;
    justify-self: start;
}

.service-row__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.service-row__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 14px;
}

.service-chip {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 210px;
    min-height: 48px;
    padding: 0 16px 0 18px;
    border: 2px solid #b9b9b9;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #515151;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.service-chip:hover {
    transform: translateY(-2px);
    border-color: #9440d5;
    color: #9440d5;
    box-shadow: 0 6px 14px rgba(148, 64, 213, 0.24);
}

.service-chip--wide {
    min-width: 320px;
}

.service-chip span {
    display: block;
    width: 0;
    height: 0;
    margin-left: 14px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #d9d9d9;
    flex-shrink: 0;
    transition: border-left-color 0.2s ease;
}

.service-chip:hover span {
    border-left-color: #9440d5;
}

.service-row__all {
    position: relative;
    display: block;
    width: 82%;
    margin: 18px auto 0;
    padding: 0 0 10px;
    border-bottom: 2px solid #c4c4c4;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #c2c2c2;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.service-row__all::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #d7d7d7;
    transition: border-top-color 0.2s ease;
}

.service-row__all:hover {
    color: #9440d5;
    border-bottom-color: #9440d5;
}

.service-row__all:hover::after {
    border-top-color: #9440d5;
}

.specialists {
    position: relative;
    padding: 82px 0 82px;
    overflow: hidden;
    background: linear-gradient(180deg, #d7e0ef 0%, #f7f7f7 100%);
}

.specialists__title {
    margin: 0 0 48px;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    color: #3f3f3f;
}

.specialists__carousel {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.specialists__top {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 680px;
    max-width: calc(100% - 120px);
    height: 42px;
    margin: 0 auto 8px;
}

.specialists__line {
    width: 100%;
    border-top: 3px dashed rgba(120, 120, 120, 0.22);
}

.specialists__arrow {
    position: absolute;
    top: calc(50% + 4px);
    z-index: 25;
    width: 46px;
    height: 46px;
    font-size: 58px;
    font-weight: 300;
    line-height: 0.7;
    color: rgba(100, 100, 100, 0.42);
    transform: translateY(-50%);
    transition: color 0.2s ease, transform 0.2s ease;
}

.specialists__arrow:hover {
    color: #9440d5;
    transform: translateY(-50%) scale(1.08);
}

.specialists__arrow--left {
    left: -58px;
}

.specialists__arrow--right {
    right: -58px;
}

.specialists__stage {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.specialist-card {
    position: absolute;
    left: 50%;
    top: 70px;
    width: 270px;
    height: 420px;
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(21, 31, 48, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(0.8);
    transform-origin: center top;
    transition:
        transform 0.42s ease,
        opacity 0.3s ease,
        filter 0.3s ease,
        left 0.42s ease,
        top 0.42s ease;
}

.specialist-card__image {
    display: block;
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: center top;
}

.specialist-card__body {
    min-height: 135px;
    padding: 18px 16px 20px;
    text-align: center;
    background: #ffffff;
}

.specialist-card__body h3 {
    position: relative;
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 700;
    color: #1f1f1f;
}

.specialist-card__body h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 140px;
    height: 1px;
    transform: translateX(-50%);
    background: #b8b8b8;
}

.specialist-card__body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.12;
    color: #2e2e2e;
}

.specialist-card.is-center,
.specialist-card.is-active {
    z-index: 5;
    left: 50%;
    top: 18px;
    width: 310px;
    height: 470px;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) scale(1);
    box-shadow: 0 24px 50px rgba(21, 31, 48, 0.16);
}

.specialist-card.is-center .specialist-card__image,
.specialist-card.is-active .specialist-card__image {
    height: 330px;
}

.specialist-card.is-center .specialist-card__body h3,
.specialist-card.is-active .specialist-card__body h3 {
    font-size: 26px;
}

.specialist-card.is-center .specialist-card__body p,
.specialist-card.is-active .specialist-card__body p {
    font-size: 17px;
}

.specialist-card.is-left-1 {
    z-index: 4;
    left: calc(50% - 295px);
    top: 70px;
    opacity: 0.95;
    pointer-events: auto;
    transform: translateX(-50%) scale(0.86);
    filter: brightness(0.98);
}

.specialist-card.is-right-1 {
    z-index: 4;
    left: calc(50% + 295px);
    top: 70px;
    opacity: 0.95;
    pointer-events: auto;
    transform: translateX(-50%) scale(0.86);
    filter: brightness(0.98);
}

.specialist-card.is-left-2 {
    z-index: 3;
    left: calc(50% - 505px);
    top: 102px;
    opacity: 0.34;
    transform: translateX(-50%) scale(0.68);
    filter: brightness(0.95);
}

.specialist-card.is-right-2 {
    z-index: 3;
    left: calc(50% + 505px);
    top: 102px;
    opacity: 0.34;
    transform: translateX(-50%) scale(0.68);
    filter: brightness(0.95);
}

.specialists__dots {
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: -18px;
}

.specialists__dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d5d5d5;
    transition: background 0.2s ease, transform 0.2s ease;
}

.specialists__dot:hover {
    transform: scale(1.08);
}

.specialists__dot--active,
.specialists__dot.active {
    background: #6d6d6d;
}

.articles {
    position: relative;
    padding: 90px 24px 120px;
    background: linear-gradient(
        180deg,
        #eef3fb 0%,
        #dce8fa 28%,
        #c1d6f8 62%,
        #91b8f3 100%
    );
    overflow: hidden;
}

.articles::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.7) 35%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
    z-index: 0;
}

.articles__title {
    position: relative;
    z-index: 1;
    width: max-content;
    margin: 0 auto 86px;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.articles__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 220px;
    height: 2px;
    transform: translateX(-50%);
    background: rgba(70, 70, 70, 0.35);
}

.articles__stack {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    min-height: 500px;
    margin: 0 auto;
    padding: 0 70px;
}

.articles__cards {
    position: relative;
    min-height: 500px;
}

.article-card {
    position: absolute;
    left: 50%;
    top: 92px;
    width: 100%;
    max-width: 980px;
    min-height: 260px;
    padding: 30px 42px 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(53, 72, 110, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(0.92);
    transition:
        top 0.35s ease,
        max-width 0.35s ease,
        opacity 0.35s ease,
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.article-card.is-active {
    z-index: 5;
    top: 92px;
    max-width: 1020px;
    min-height: 270px;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) scale(1);
}

.article-card.is-prev-1,
.article-card.is-next-1 {
    z-index: 3;
    max-width: 940px;
    min-height: 112px;
    overflow: hidden;
    background: rgba(222, 232, 246, 0.95);
    opacity: 1;
    transform: translateX(-50%) scale(0.97);
    box-shadow: 0 12px 24px rgba(53, 72, 110, 0.08);
}

.article-card.is-prev-2,
.article-card.is-next-2 {
    z-index: 2;
    max-width: 880px;
    min-height: 104px;
    overflow: hidden;
    background: rgba(205, 218, 238, 0.9);
    opacity: 1;
    transform: translateX(-50%) scale(0.94);
    box-shadow: 0 10px 20px rgba(53, 72, 110, 0.06);
}

.article-card.is-prev-1 {
    top: 36px;
}

.article-card.is-prev-2 {
    top: -16px;
}

.article-card.is-next-1 {
    top: 350px;
}

.article-card.is-next-2 {
    top: 410px;
}

.article-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 500;
    color: #555555;
}

.article-card h3 {
    margin: 0 0 26px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    color: #111111;
}

.article-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #111111;
}

.article-card__bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 26px;
}

.article-card__bottom a {
    font-size: 16px;
    font-weight: 500;
    color: #168de2;
    transition: color 0.2s ease;
}

.article-card__bottom a:hover {
    color: #9440d5;
}

.article-card:not(.is-active) .article-card__top {
    margin-bottom: 0;
}

.article-card:not(.is-active) h3 {
    margin: -2px 0 0;
    font-size: 22px;
    font-weight: 500;
    color: rgba(40, 40, 40, 0.42);
}

.article-card:not(.is-active) p,
.article-card:not(.is-active) .article-card__bottom {
    display: none;
}

.articles__arrow {
    position: absolute;
    top: 50%;
    z-index: 12;
    width: 48px;
    height: 48px;
    font-size: 60px;
    font-weight: 300;
    line-height: 0.75;
    color: rgba(70, 70, 70, 0.35);
    transform: translateY(-50%);
    transition: color 0.2s ease, transform 0.2s ease;
}

.articles__arrow:hover {
    color: #9440d5;
    transform: translateY(-50%) scale(1.08);
}

.articles__arrow--left {
    left: 0;
}

.articles__arrow--right {
    right: 0;
}

.articles__footer {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    max-width: 1120px;
    margin: 28px auto 0;
}

.articles__footer span {
    height: 1px;
    background: rgba(70, 70, 70, 0.42);
}

.articles__footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    min-height: 58px;
    padding: 0 32px;
    border: 2px solid rgba(120, 120, 120, 0.62);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(50, 65, 95, 0.1);
    font-size: 24px;
    font-weight: 600;
    color: #5a4c3f;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.articles__footer a:hover {
    color: #9440d5;
    border-color: #9440d5;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(50, 65, 95, 0.16);
}

.contact-banner {
    position: relative;
    min-height: 760px;
    padding: 80px 20px 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/contact-bg.png") center / cover no-repeat;
    overflow: hidden;
}

.contact-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(35, 35, 35, 0.48);
}

.contact-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
}

.contact-banner__content h2 {
    margin: 0;
    font-size: 72px;
}

.contact-banner__content p {
    margin: 8px 0 54px;
    font-size: 38px;
    font-weight: 700;
}

.contact-banner__content a {
    width: 520px;
    min-height: 136px;
    padding: 24px 26px;
    border-radius: 36px;
    font-size: 34px;
    font-weight: 700;
}

.contacts {
    position: relative;
    z-index: 5;
    margin-top: -140px;
    background: linear-gradient(to bottom, transparent 0, transparent 140px, #f0f5ff 140px);
}

.contacts__card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
    width: 100%;
    min-height: 720px;
    padding: 46px 70px 22px;
    border-radius: 46px 46px 0 0;
    background: #f0f5ff;
}

.contacts__info {
    padding: 16px 0 28px 18px;
    color: #111111;
}

.contacts__info h2 {
    margin: 0 0 2px;
    font-size: 52px;
    color: #000000;
}

.contacts__address {
    margin: 0 0 52px;
    font-size: 21px;
    color: #4e4e4e;
}

.contacts__info h3 {
    margin: 42px 0 8px;
    font-size: 30px;
    color: #000000;
}

.contacts__info p,
.contacts__phones a,
.contacts__mail {
    font-size: 22px;
}

.contacts__info span {
    font-weight: 700;
    color: #9aa7ff;
}

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

.contacts__phones a,
.contacts__mail {
    color: #2f80ff;
}

.contacts__socials {
    display: flex;
    gap: 18px;
    margin-top: 16px;
}

.contacts__socials a {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
}

.contacts__socials img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts__note {
    color: #b7b7b7;
}

.contacts__map-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contacts__map-line {
    height: 3px;
    margin-bottom: 14px;
    background: #5f5f5f;
}

.contacts__map-frame {
    flex: 1;
    min-height: 0;
    border-radius: 16px;
    overflow: hidden;
}

.contacts__map {
    width: 100%;
    height: 100%;
    border: 0;
}

.contacts__copy {
    margin: 0;
    padding: 0 0 18px;
    font-size: 26px;
    text-align: center;
    color: rgba(37, 37, 37, 0.28);
    background: #f0f5ff;
}

.service-modal {
    position: fixed;
    inset: 0;
    z-index: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.24s ease;
}

.service-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.service-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 26, 0.62);
    backdrop-filter: blur(5px);
}

.service-modal__window {
    position: relative;
    z-index: 2;
    width: min(620px, 100%);
    padding: 34px 36px 32px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 20% 0%, rgba(154, 217, 234, 0.25) 0, transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #edf3ff 100%);
    box-shadow: 0 26px 70px rgba(24, 34, 58, 0.32);
    text-align: center;
    transform: translateY(18px) scale(0.96);
    transition: transform 0.25s ease;
}

.service-modal.is-open .service-modal__window {
    transform: translateY(0) scale(1);
}

.service-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(148, 64, 213, 0.1);
    color: #9440d5;
    font-size: 28px;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.service-modal__close:hover {
    background: rgba(148, 64, 213, 0.18);
    transform: rotate(90deg);
}

.service-modal__label {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9440d5;
}

.service-modal__title {
    margin: 0 0 14px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    color: #1d2433;
}

.service-modal__price {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 700;
    color: #3d4658;
}

.service-modal__cost {
    color: #ec8bd0;
}

.service-modal__text {
    max-width: 460px;
    margin: 0 auto 18px;
    font-size: 17px;
    line-height: 1.5;
    color: #667084;
}

.service-modal__phone {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
    color: #9440d5;
    transition: color 0.2s ease;
}

.service-modal__phone:hover {
    color: #7d2ec0;
}

.service-modal__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.service-modal__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 58px;
    padding: 0 24px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 700;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.service-modal__btn:hover {
    transform: translateY(-2px);
}

.service-modal__btn--primary {
    background: linear-gradient(135deg, #a247e2 0%, #8334c2 100%);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(148, 64, 213, 0.32);
}

.service-modal__btn--primary:hover {
    box-shadow: 0 16px 34px rgba(148, 64, 213, 0.4);
}

.service-modal__btn--secondary {
    border: 2px solid rgba(148, 64, 213, 0.25);
    background: #ffffff;
    color: #9440d5;
}

.service-modal__btn--secondary:hover {
    border-color: #9440d5;
    box-shadow: 0 10px 24px rgba(66, 87, 130, 0.12);
}

@media (max-width: 1200px) {
    .services {
        padding: 100px 20px 130px;
    }

    .services__container {
        max-width: 1000px;
    }

    .services__title {
        font-size: 70px;
    }

    .service-row {
        max-width: 980px;
        min-height: 280px;
        grid-template-columns: 180px 1fr;
        padding: 30px 34px;
    }

    .service-row--dog {
        grid-template-columns: 1fr 180px;
    }

    .service-row__image--cat,
    .service-row__image--dog,
    .service-row__image--bird {
        width: 145px;
    }

    .service-chip {
        min-width: 185px;
        min-height: 42px;
        font-size: 19px;
    }

    .service-chip--wide {
        min-width: 280px;
    }

    .specialists__carousel {
        max-width: 980px;
    }

    .specialist-card.is-left-1 {
        left: calc(50% - 245px);
    }

    .specialist-card.is-right-1 {
        left: calc(50% + 245px);
    }

    .specialist-card.is-left-2 {
        left: calc(50% - 410px);
    }

    .specialist-card.is-right-2 {
        left: calc(50% + 410px);
    }
}

@media (max-width: 1100px) {
    html {
        scroll-padding-top: 0;
    }

    .header {
        position: relative;
    }

    .header__full {
        max-height: none;
        opacity: 1;
    }

    .header__address {
        display: none;
    }

    .header__bottom {
        min-height: auto;
    }

    .header__nav {
        gap: 18px 24px;
    }

    .header__mini {
        display: none;
    }

    .hero {
        min-height: 760px;
        padding: 120px 32px 70px;
    }

    .hero__title {
        font-size: 72px;
    }

    .hero__subtitle {
        font-size: 46px;
    }

    .hero__arrow {
        display: none;
    }

    .services {
        min-height: 1500px;
        padding: 90px 20px 110px;
    }

    .services__container {
        max-width: 760px;
    }
}

@media (max-width: 900px) {
    .services {
        min-height: auto;
        padding: 80px 16px 100px;
    }

    .services__container {
        max-width: 760px;
    }

    .services__title {
        font-size: 58px;
        margin-bottom: 60px;
    }

    .services__title::after {
        width: 260px;
    }

    .service-row,
    .service-row--dog {
        grid-template-columns: 1fr;
        max-width: 720px;
        min-height: auto;
        padding: 28px 22px 30px;
        gap: 24px;
    }

    .service-row--dog .service-row__image {
        order: -1;
        justify-self: center;
    }

    .service-row__image--cat,
    .service-row__image--dog,
    .service-row__image--bird {
        width: 140px;
        justify-self: center;
    }

    .service-row__chips {
        justify-content: center;
    }

    .service-chip,
    .service-chip--wide {
        min-width: calc(50% - 8px);
        width: calc(50% - 8px);
        font-size: 18px;
    }

    .service-row__all {
        width: 90%;
        font-size: 22px;
    }

    .specialists {
        padding: 72px 16px 86px;
    }

    .specialists__title {
        margin-bottom: 42px;
        font-size: 50px;
    }

    .specialists__top {
        width: 520px;
        max-width: calc(100% - 90px);
    }

    .specialists__arrow--left {
        left: -44px;
    }

    .specialists__arrow--right {
        right: -44px;
    }

    .specialists__stage {
        height: 450px;
    }

    .specialist-card {
        width: 220px;
    }

    .specialist-card__image {
        height: 235px;
    }

    .specialist-card.is-center,
    .specialist-card.is-active {
        width: 260px;
    }

    .specialist-card.is-center .specialist-card__image,
    .specialist-card.is-active .specialist-card__image {
        height: 280px;
    }

    .specialist-card.is-left-1 {
        left: calc(50% - 175px);
        opacity: 0.48;
        transform: translateX(-50%) scale(0.72);
    }

    .specialist-card.is-right-1 {
        left: calc(50% + 175px);
        opacity: 0.48;
        transform: translateX(-50%) scale(0.72);
    }

    .specialist-card.is-left-2,
    .specialist-card.is-right-2 {
        opacity: 0;
    }

    .articles {
        padding: 78px 16px 95px;
    }

    .articles__title {
        margin-bottom: 72px;
        font-size: 54px;
    }

    .articles__title::after {
        width: 180px;
    }

    .articles__stack {
        min-height: 470px;
        padding: 0 22px;
    }

    .articles__cards {
        min-height: 470px;
    }

    .article-card {
        min-height: 250px;
        padding: 24px 24px 28px;
        border-radius: 24px;
    }

    .article-card.is-active {
        top: 90px;
    }

    .article-card.is-prev-1 {
        top: 42px;
    }

    .article-card.is-prev-2 {
        top: -4px;
    }

    .article-card.is-next-1 {
        top: 350px;
    }

    .article-card.is-next-2 {
        top: 404px;
    }

    .article-card h3 {
        font-size: 28px;
    }

    .article-card p {
        font-size: 16px;
    }

    .articles__arrow {
        display: none;
    }

    .articles__footer {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }

    .articles__footer span {
        display: none;
    }

    .articles__footer a {
        min-width: 100%;
        font-size: 20px;
    }

    .contacts__card {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 34px 22px 18px;
    }

    .contacts__map-frame {
        min-height: 420px;
    }
}

@media (max-width: 700px) {
    .header__top {
        flex-direction: column;
    }

    .header__nav a,
    .header__link {
        font-size: 18px;
    }

    .hero {
        min-height: 620px;
        padding: 110px 20px 60px;
    }

    .hero__title {
        font-size: 46px;
    }

    .hero__subtitle {
        font-size: 30px;
    }

    .services {
        min-height: auto;
        padding: 70px 14px 90px;
    }

    .services__container {
        max-width: 520px;
    }

    .services__title {
        margin-bottom: 46px;
        font-size: 46px;
    }

    .services__title::after {
        width: 180px;
        bottom: -14px;
    }

    .services__list {
        gap: 28px;
    }

    .service-row,
    .service-row--cat,
    .service-row--dog,
    .service-row--bird {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 22px 18px 24px;
    }

    .service-row--dog .service-row__image {
        order: -1;
    }

    .service-row__image--cat,
    .service-row__image--dog,
    .service-row__image--bird {
        width: 110px;
        justify-self: center;
    }

    .service-chip,
    .service-chip--wide {
        width: 100%;
        min-width: 0;
    }

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

    .contacts__map-frame {
        min-height: 500px;
    }
}

@media (max-width: 640px) {
    .specialists__title {
        font-size: 40px;
    }

    .specialists__top {
        display: none;
    }

    .specialists__stage {
        height: 410px;
    }

    .specialist-card.is-left-1,
    .specialist-card.is-right-1,
    .specialist-card.is-left-2,
    .specialist-card.is-right-2 {
        opacity: 0;
        pointer-events: none;
    }

    .specialist-card.is-center,
    .specialist-card.is-active {
        width: 250px;
    }

    .specialist-card.is-center .specialist-card__image,
    .specialist-card.is-active .specialist-card__image {
        height: 260px;
    }
}

@media (max-width: 600px) {
    .services__title {
        font-size: 44px;
    }

    .service-chip,
    .service-chip--wide {
        width: 100%;
        min-width: 100%;
        font-size: 17px;
        min-height: 44px;
    }

    .service-row__all {
        font-size: 20px;
    }

    .contact-banner__content h2 {
        font-size: 46px;
    }

    .contact-banner__content p {
        font-size: 28px;
    }

    .contact-banner__content a {
        width: 100%;
        max-width: 420px;
        font-size: 26px;
    }

    .service-modal__window {
        padding: 34px 18px 24px;
    }

    .service-modal__title {
        font-size: 24px;
    }

    .service-modal__phone {
        font-size: 22px;
    }

    .service-modal__btn {
        min-width: 100%;
        font-size: 18px;
    }
}

/* ===== Главная: карточки услуг, звери 300px и стабильная сетка ===== */
.service-row {
    overflow: visible;
    grid-template-columns: 300px 1fr;
    gap: 44px;
    max-width: 1160px;
    min-height: 430px;
    padding: 46px 54px;
}

.service-row--dog {
    grid-template-columns: 1fr 300px;
}

.service-row--dog .service-row__image {
    order: 2;
    justify-self: end;
}

.service-row__content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
}

.service-row__title {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 34px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #3f3f3f;
    text-align: center;
}

.service-row__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 180px;
    height: 2px;
    transform: translateX(-50%);
    background: rgba(120, 120, 120, 0.3);
    border-radius: 999px;
}

.service-row__image {
    position: relative;
    z-index: 5;
    width: 300px;
    max-width: none;
    object-fit: contain;
    transform-origin: center center;
}

.service-row__image--cat,
.service-row__image--bird {
    justify-self: start;
}

.service-row__image--dog {
    justify-self: end;
}

.service-row__chips {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px 10px;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    align-items: center;
}

.service-chip {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 0 14px 0 18px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
}

.service-chip--wide {
    min-width: 0;
}

.service-chip span {
    margin-left: 10px;
    flex-shrink: 0;
}

.service-row__chips .service-chip:nth-child(1) {
    grid-column: 1 / 8;
}

.service-row__chips .service-chip:nth-child(2) {
    grid-column: 8 / 13;
}

.service-row__chips .service-chip:nth-child(3) {
    grid-column: 1 / 10;
}

.service-row__chips .service-chip:nth-child(4) {
    grid-column: 10 / 13;
}

.service-row__chips .service-chip:nth-child(5) {
    grid-column: 4 / 7;
}

.service-row__chips .service-chip:nth-child(6) {
    grid-column: 7 / 13;
}

.service-row__chips .service-chip:nth-child(7) {
    grid-column: 2 / 8;
}

.service-row__chips .service-chip:nth-child(8) {
    grid-column: 8 / 13;
}

.service-row__all {
    width: 88%;
    margin-top: 22px;
}

@media (max-width: 1200px) {
    .service-row {
        grid-template-columns: 240px 1fr;
        gap: 30px;
        max-width: 980px;
        padding: 36px 36px;
    }

    .service-row--dog {
        grid-template-columns: 1fr 240px;
    }

    .service-row__image {
        width: 240px;
    }

    .service-row__chips {
        max-width: 660px;
    }

    .service-chip {
        min-height: 42px;
        font-size: 18px;
    }

    .service-row__title {
        font-size: 36px;
    }
}

@media (max-width: 900px) {
    .service-row,
    .service-row--dog {
        grid-template-columns: 1fr;
        max-width: 720px;
        min-height: auto;
        padding: 28px 22px 34px;
        gap: 24px;
    }

    .service-row--dog .service-row__image {
        order: -1;
        justify-self: center;
    }

    .service-row__image,
    .service-row__image--cat,
    .service-row__image--dog,
    .service-row__image--bird {
        width: 310px;
        justify-self: center;
    }

    .service-row__chips {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .service-row__chips .service-chip:nth-child(n) {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }

    .service-chip {
        min-height: 44px;
        font-size: 18px;
    }

    .service-row__title {
        font-size: 32px;
        margin-bottom: 28px;
    }

    .service-row__title::after {
        width: 140px;
    }
}

@media (max-width: 600px) {
    .service-row__image,
    .service-row__image--cat,
    .service-row__image--dog,
    .service-row__image--bird {
        width: 470px;
    }

    .service-chip {
        width: 100%;
        min-width: 100%;
        font-size: 17px;
        min-height: 44px;
    }
}
.service-row__chips {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
}

.service-chip,
.service-chip--wide,
.service-chip--small,
.service-chip--medium,
.service-chip--large,
.service-chip--xlarge {
    width: auto !important;
    min-width: 0 !important;
    max-width: max-content !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    padding: 0 16px 0 18px !important;
}

.service-row__chips .service-chip:nth-child(n),
.service-row--cat .service-row__chips .service-chip:nth-child(n),
.service-row--dog .service-row__chips .service-chip:nth-child(n),
.service-row--bird .service-row__chips .service-chip:nth-child(n) {
    grid-column: auto !important;
}

.service-row__chips {
    justify-content: flex-start !important;
}

/* Коты: кнопки чуть правее, ближе к правой части */
.service-row--cat .service-row__chips {
    padding-left: 70px !important;
}

/* Собаки: кнопки чуть левее, ближе к левой части */
.service-row--dog .service-row__chips {
    padding-left: 0 !important;
    padding-right: 70px !important;
    justify-content: flex-start !important;
}

/* Птицы: кнопки чуть правее, как у котов */
.service-row--bird .service-row__chips {
    padding-left: 70px !important;
}

/* Чтобы кнопки не вылезали из области */
.service-row__content {
    overflow: visible !important;
}

.service-row {
    overflow: hidden !important;
}

.service-row__content {
    max-width: 720px;
}

.service-row--cat .service-row__content,
.service-row--bird .service-row__content {
    justify-self: end;
    margin-left: auto;
    margin-right: 10px;
}

.service-row--dog .service-row__content {
    justify-self: start;
    margin-left: 10px;
    margin-right: auto;
}

.service-row--cat .service-row__chips,
.service-row--bird .service-row__chips {
    justify-content: flex-end !important;
}

.service-row--dog .service-row__chips {
    justify-content: flex-start !important;
}


.service-row {
    gap: 18px !important;
}

.service-row__content {
    max-width: 820px !important;
}

.service-row--cat .service-row__content,
.service-row--bird .service-row__content {
    margin-right: 0 !important;
}

.service-row--dog .service-row__content {
    margin-left: 0 !important;
}

.service-row__chips {
    max-width: 820px !important;
    gap: 12px !important;
}

.service-chip,
.service-chip--wide,
.service-chip--small,
.service-chip--medium,
.service-chip--large,
.service-chip--xlarge {
    min-height: 48px !important;
    padding: 0 18px 0 22px !important;
    font-size: 21px !important;
    border-radius: 15px !important;
}

.service-row__title {
    font-size: 44px !important;
    margin-bottom: 30px !important;
}
.service-row {
    gap: 6px !important;
    min-height: 460px !important;
    padding: 46px 56px !important;
}

.service-row__content {
    max-width: 900px !important;
}

.service-row__chips {
    max-width: 900px !important;
    gap: 14px !important;
}

.service-chip,
.service-chip--wide,
.service-chip--small,
.service-chip--medium,
.service-chip--large,
.service-chip--xlarge {
    min-height: 54px !important;
    padding: 0 22px 0 26px !important;
    font-size: 24px !important;
    border-radius: 16px !important;
}

.service-row__title {
    font-size: 50px !important;
    margin-bottom: 34px !important;
}

.service-row__all {
    font-size: 28px !important;
    margin-top: 28px !important;
}

.service-row__content {
    max-width: 840px !important;
}

.service-row__chips {
    max-width: 840px !important;
    gap: 10px !important;
}

.service-chip,
.service-chip--wide,
.service-chip--small,
.service-chip--medium,
.service-chip--large,
.service-chip--xlarge {
    min-height: 50px !important;
    padding: 0 18px 0 20px !important;
    font-size: 21px !important;
    border-radius: 15px !important;
}

.service-row__image--cat {
    width: 360px !important;
}

.service-row__image--dog {
    width: 380px !important;
}

.service-row__image--bird {
    width: 370px !important;
}
.hero .hero__arrow {
    top: 50% !important;
    width: 54px !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 46px !important;
    background: rgba(90, 90, 90, 0.35) !important;
    transform: translateY(-50%) !important;
}

.hero .hero__arrow--left {
    left: 26px !important;
}

.hero .hero__arrow--right {
    right: 26px !important;
}
/* ===== Другие животные: отдельный добавочный блок ===== */

.exotic-service {
    width: 100%;
    max-width: 1160px;
    margin: -80px auto 80px;
    padding: 46px 56px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 14% 10%, rgba(154, 217, 234, 0.22) 0, transparent 34%),
        rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 38px rgba(32, 48, 84, 0.12);
    overflow: hidden;
}

.exotic-service__content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.exotic-service__label {
    width: max-content;
    margin: 0 auto 16px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(148, 64, 213, 0.1);
    color: #9440d5;
    font-size: 16px;
    font-weight: 700;
}

.exotic-service__title {
    position: relative;
    width: max-content;
    margin: 0 auto 34px;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    color: #3f3f3f;
}

.exotic-service__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 180px;
    height: 2px;
    transform: translateX(-50%);
    background: rgba(120, 120, 120, 0.3);
    border-radius: 999px;
}

.exotic-service__text {
    max-width: 850px;
    margin: 0 auto 28px;
    font-size: 22px;
    line-height: 1.45;
    color: #4a4a4a;
}

.exotic-service__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 30px;
}

.exotic-service__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 20px;
    border: 2px solid #d5dbe8;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 7px 16px rgba(32, 48, 84, 0.08);
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.exotic-service__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 34px;
    border-radius: 18px;
    background: linear-gradient(135deg, #a247e2 0%, #8334c2 100%);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(148, 64, 213, 0.28);
    font-size: 22px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.exotic-service__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(148, 64, 213, 0.36);
}

@media (max-width: 900px) {
    .exotic-service {
        margin: -50px 16px 60px;
        padding: 32px 24px;
    }

    .exotic-service__title {
        font-size: 34px;
    }

    .exotic-service__text {
        font-size: 18px;
    }

    .exotic-service__tags span {
        font-size: 16px;
    }

    .exotic-service__button {
        width: 100%;
        font-size: 19px;
    }
}

/* ===== Красивый переход услуг к статьям + блок других животных ===== */

.services {
    position: relative;
    padding-bottom: 170px !important;
    background:
        radial-gradient(circle at 15% 10%, rgba(154, 217, 234, 0.28) 0, transparent 28%),
        linear-gradient(
            180deg,
            #dedbd5 0%,
            #c8d7ef 24%,
            #9fc0f6 62%,
            #dee9fb 92%,
            #eef3fb 100%
        ) !important;
}

.services::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 180px;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(238, 243, 251, 0) 0%,
        rgba(238, 243, 251, 0.7) 55%,
        #eef3fb 100%
    );
}

.exotic-service {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto !important;
    padding: 46px 56px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 14% 10%, rgba(154, 217, 234, 0.22) 0, transparent 34%),
        rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 38px rgba(32, 48, 84, 0.12);
    overflow: hidden;
}

.exotic-service__content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.exotic-service__label {
    width: max-content;
    margin: 0 auto 16px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(148, 64, 213, 0.1);
    color: #9440d5;
    font-size: 16px;
    font-weight: 700;
}

.exotic-service__title {
    position: relative;
    width: max-content;
    margin: 0 auto 34px;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    color: #3f3f3f;
}

.exotic-service__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 180px;
    height: 2px;
    transform: translateX(-50%);
    background: rgba(120, 120, 120, 0.3);
    border-radius: 999px;
}

.exotic-service__text {
    max-width: 850px;
    margin: 0 auto 28px;
    font-size: 22px;
    line-height: 1.45;
    color: #4a4a4a;
}

.exotic-service__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 30px;
}

.exotic-service__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 20px;
    border: 2px solid #d5dbe8;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 7px 16px rgba(32, 48, 84, 0.08);
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.exotic-service__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 34px;
    border-radius: 18px;
    background: linear-gradient(135deg, #a247e2 0%, #8334c2 100%);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(148, 64, 213, 0.28);
    font-size: 22px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.exotic-service__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(148, 64, 213, 0.36);
}

.articles {
    margin-top: 0 !important;
    padding-top: 110px !important;
    background: linear-gradient(
        180deg,
        #eef3fb 0%,
        #dce8fa 28%,
        #c1d6f8 62%,
        #91b8f3 100%
    ) !important;
}

@media (max-width: 900px) {
    .services {
        padding-bottom: 110px !important;
    }

    .exotic-service {
        padding: 32px 24px;
    }

    .exotic-service__title {
        font-size: 34px;
    }

    .exotic-service__text {
        font-size: 18px;
    }

    .exotic-service__tags span {
        font-size: 16px;
    }

    .exotic-service__button {
        width: 100%;
        font-size: 19px;
    }
}
/* ===== Фикс белых полей по краям у нижних секций ===== */

.articles,
.contact-banner,
.contacts {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.articles {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contact-banner {
    margin: 0 !important;
}

.contacts {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #f0f5ff !important;
}

.contacts__card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 46px 46px 0 0 !important;
}

.contacts__copy {
    width: 100% !important;
    margin: 0 !important;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    background: #f0f5ff !important;
    overflow-x: hidden !important;
}

.page,
main {
    margin: 0 !important;
    padding-bottom: 0 !important;
    background: #f0f5ff !important;
}

.contacts {
    min-height: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #f0f5ff !important;
    overflow: hidden !important;
}

.contacts__card {
    min-height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 16px !important;
    background: #f0f5ff !important;
}

.contacts__copy {
    display: block !important;
    margin: 0 !important;
    padding: 12px 0 18px !important;
    background: #f0f5ff !important;
}

body > *:last-child {
    margin-bottom: 0 !important;
}

.contacts {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #f0f5ff !important;
}

.contacts__card {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #f0f5ff !important;
}

.contacts__copy {
    margin: 0 !important;
    padding: 18px 0 24px !important;
    background: #f0f5ff !important;
}

.site-footer {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    background: #f0f5ff;
    overflow: hidden;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    background: #f0f5ff !important;
    overflow-x: hidden !important;
}

body {
    display: block !important;
}

.page {
    background: #f0f5ff !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body {
    overflow-anchor: none;
}

.contacts {
    overflow: hidden !important;
}

/* ===== Финальный фикс низа страницы: убрать лишнюю полосу после контактов ===== */

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    background: #f0f5ff !important;
    overflow-x: hidden !important;
}

.page,
main {
    margin: 0 !important;
    padding-bottom: 0 !important;
    background: #f0f5ff !important;
}

.contacts {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #f0f5ff !important;
    overflow: hidden !important;
}

.contacts::after {
    display: none !important;
    content: none !important;
}

.contacts__card {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #f0f5ff !important;
}

.contacts__copy {
    margin: 0 !important;
    padding: 12px 0 18px !important;
    background: #f0f5ff !important;
}

body > *:last-child,
main > *:last-child,
.page > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}