/*
Theme Name: SP Theme
Theme URI: https://cms3.ru/wordpress-pustaya-tema/
Author: Alex Kuimov
Author URI: https://cms3.ru
Description: The blank wordpress theme
Version: 1.0.0
Text Domain: sp-theme
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --font-base: "Manrope", "Segoe UI", Arial, sans-serif;
    --hero-gold: #e7cfac;
    --hero-gold-dark: #b88c4e;
    --hero-text: #f4e6ce;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: var(--font-base);
    margin: 0;
    color: #f5f5f5;
    background: #1a130f;
}
img{
    max-width: 100%;
    display: block;
}
h1, h2, h3, h4, h5, h6,
.hero-section__title {
    font-family: var(--font-base);
    font-weight: 600;
}

.hero-section__subtitle,
.hero-section__phone,
.hero-section__city,
.hero-section__address,
.hero-section__parking,
.hero-section__corner-callout-title,
.hero-section__corner-callout-subtitle,
.hero-section__cta-title {
    font-family: var(--font-base);
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: rgba(20, 14, 11, 0.72);
    border-bottom: 1px solid rgba(231, 207, 172, 0.22);
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.header--scrolled {
    position: fixed;
    background: rgba(13, 9, 7, 0.95);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.header__in {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.site-branding {
    flex: 0 0 auto;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid rgba(231, 207, 172, 0.74);
}

.site-logo.site-logo--text {
    width: auto;
    min-width: 64px;
    padding: 0 14px;
    color: var(--hero-text);
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
}

.top-navigation-wrapper {
    flex: 1 1 auto;
}

.header__menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(231, 207, 172, 0.45);
    background: rgba(26, 18, 14, 0.65);
    color: #ecd6b5;
    padding: 10px 9px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.header__menu-toggle-line {
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.2s ease;
}

.header.is-menu-open .header__menu-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.header.is-menu-open .header__menu-toggle-line:nth-child(2) {
    opacity: 0;
}

.header.is-menu-open .header__menu-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.top-navigation .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 42px;
}

.top-navigation .nav > li {
    margin: 0;
}

.top-navigation .nav > li > a {
    color: #edd8b6;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.top-navigation .nav > li.current-menu-item > a,
.top-navigation .nav > li > a:hover,
.top-navigation .nav > li > a:focus {
    color: #ffebc9;
    text-decoration: none;
}

.header__badge-wrap {
    flex: 0 0 auto;
}

.mini-badge iframe {
    display: block;
    border: 0;
}

.header__yandex-badge--mobile {
    display: none;
}
.site-branding a{
    display: flex;
}
.header__phone-wrap {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.15;
}

.header__phone {
    color: #f5ddba;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.header__phone:hover,
.header__phone:focus {
    color: #ffe8c8;
    text-decoration: none;
}

.header__phone-caption {
    color: #cfb086;
    font-size: 22px;
    white-space: nowrap;
}

.hero-section {
    position: relative;
    min-height: 860px;
    padding: 150px 0 54px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    transform: scaleX(-1);
    transform-origin: center;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
    radial-gradient(circle at 24% 20%, rgba(247, 183, 99, 0.16) 0%, rgba(247, 183, 99, 0) 46%), linear-gradient(90deg, rgba(38, 28, 23, 0.58) 0%, rgba(52, 39, 32, 0.4) 50%, rgba(76, 58, 48, 0.24) 75%, rgba(112, 86, 71, 0.12) 100%);
    pointer-events: none;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
    transform: scaleX(-1);
}

.section_in.hero-section__in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
}

.hero-section__content {
    max-width: 550px;
    padding-top: 8px;
}

.hero-section__logo {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(231, 207, 172, 0.7);
    color: var(--hero-text);
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 26px;
    letter-spacing: 0.03em;
}

.hero-section__title {
    margin: 0 0 12px;
    text-align: center;
    color: #fff9f2;
    font-size: 74px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.hero-section__subtitle {
    margin: 0 0 18px;
    text-align: center;
    color: #fdf3e4;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 0.01em;
}

.hero-section__cta {
    margin-bottom: 34px;
}

.hero-section__cta-row {
    display: block;
    margin-bottom: 20px;
}

.hero-section__action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(180deg, #dec39a 0%, #c89c6d 100%);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(168, 126, 81, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-section__action-btn:hover,
.hero-section__action-btn:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(168, 126, 81, 0.45);
    text-decoration: none;
}

.hero-section__cta-title {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #fff8ef;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(47, 35, 29, 0.48);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(2px);
}

.hero-section__socials {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-section__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 120px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(196, 173, 146, 0.65);
    background: rgba(255, 255, 255, 0.78);
    color: #4f4038;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.hero-section__social:hover,
.hero-section__social:focus {
    color: #2f241f;
    border-color: rgba(151, 123, 95, 0.7);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-1px);
    text-decoration: none;
}

.hero-section__social-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
}

.hero-section__social-icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.hero-section__social--max .hero-section__social-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
}

.hero-section__social--tg .hero-section__social-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
}

.hero-section__contacts {
    color: #4b3d36;
    margin-top: 8px;
}

.hero-section__contacts-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
    max-width: 560px;
}

.hero-section__contact-card {
    min-height: 78px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 8px 18px rgba(142, 118, 94, 0.18);
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(206, 186, 164, 0.6);
}

.hero-section__contact-card--phone:hover,
.hero-section__contact-card--phone:focus {
    color: inherit;
    box-shadow: 0 10px 20px rgba(142, 118, 94, 0.24);
}

.hero-section__contact-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1e5d4;
    color: #b38d61;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    font-size: 18px;
}

.hero-section__contact-card-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-section__contact-card-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
}

.hero-section__phone {
    margin: 0;
    color: inherit;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
}

.hero-section__phone-caption {
    color: #7a6458;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
}

.hero-section__city,
.hero-section__address {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.hero-section__address {
    font-size: 17px;
    font-weight: 500;
    color: #7a6458;
}

.hero-section__contacts-bottom {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-section__yandex-badge-wrap {
    padding: 7px 9px;
    border-radius: 12px;
    display: inline-flex;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(206, 186, 164, 0.65);
}

.hero-section__parking {
    margin-top: 14px;
    color: #b6936f;
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
}

.hero-section__corner-callout {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 18px 22px;
    border-radius: 18px;
    border: 1px solid rgba(197, 145, 84, 0.52);
    background: rgba(27, 18, 13, 0.56);
    box-shadow: inset 0 0 0 1px rgba(255, 203, 142, 0.08), 0 10px 24px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.hero-section__corner-callout-title {
    color: #fdf3e4;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.08;
}

.hero-section__corner-callout-subtitle {
    margin-top: 8px;
    color: #e9cfb0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.18;
}

.hero-section__model {
    align-self: flex-end;
    width: min(45%, 620px);
}

.hero-section__model img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
}

/* Offer section */
.offer-section {
    color: #221b17;
    padding: 80px 0 90px;
    background: url('/wp-content/uploads/2026/04/bg_2nd.jpg') no-repeat center center / cover;
}

.section_in.offer-section__in {
    display: flex;
    gap: 36px;
    align-items: stretch;
}

.offer-section__left {
    width: 60%;
}

.offer-section__right {
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.offer-section__title {
    margin: 0 0 18px;
    color: #2c211b;
    font-size: 54px;
    line-height: 1.06;
    max-width: 760px;
}

.offer-section__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    background: #fff;
    border: 1px solid #e7ddd1;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    justify-content: center;
    font-weight: 700;
}
.offer-section__tag{
    display: flex;
    align-items: center;
    gap: 4px;
}
.offer-section__tag:not(:last-child)::after {
    content: '★';
    display: block;
    color: #d8b37f;
}

.offer-section__prices {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.offer-section__price-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    border: 2px solid #f0ece6;
    padding: 24px 14px 16px;
    text-align: center;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.offer-section__price-card:hover {
    transform: translateY(-2px);
    border-color: #e6dacb;
    box-shadow: 0 12px 24px rgba(48, 31, 18, 0.08);
}

.offer-section__price-card--featured {
    border-color: #ddb67b;
    box-shadow: 0 14px 30px rgba(150, 102, 43, 0.16);
}

.offer-section__capsules {
    color: #1f1a16;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2px;
}

.offer-section__capsules::after {
    content: "капсул";
    display: block;
    margin-top: 6px;
    color: #3b3530;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.offer-section__price::before {
    content: "";
    display: block;
    width: 80%;
    margin: 14px auto 12px;
    border-top: 2px solid #d8b37f;
}

.offer-section__price {
    color: #12100f;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.05;
}

.offer-section__old-price {
    margin-top: 10px;
    color: #9b9288;
    font-size: 16px;
    line-height: 1;
    text-decoration-thickness: 2px;
    text-decoration: line-through;
}

.offer-section__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.offer-section__feature {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(251, 246, 239, 0.95) 100%);
    border: 1px solid #e6d7c7;
    border-radius: 18px;
    padding: 18px 14px 16px;
    min-height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    color: #2f241d;
    line-height: 1.28;
    text-align: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 8px 18px rgba(80, 56, 35, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.offer-section__feature::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 9px;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(224, 188, 140, 0) 0%, rgba(224, 188, 140, 0.95) 50%, rgba(224, 188, 140, 0) 100%);
}

.offer-section__feature:hover {
    transform: translateY(-2px);
    border-color: #ddc2a0;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 24px rgba(80, 56, 35, 0.13);
}

.offer-section__messengers {
    position: relative;
    background: #f8f8f8;
    border: 1px solid #ece7e2;
    border-radius: 34px;
    padding: 24px 26px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.92),
        0 2px 0 rgba(255, 255, 255, 0.6),
        0 10px 24px rgba(56, 40, 26, 0.08);
}

.offer-section__messengers::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 26px;
    border: 1px solid #e5ddd4;
    pointer-events: none;
}

.offer-section__messengers::after {
    content: "";
    position: absolute;
    left: -92px;
    top: 50%;
    width: 120px;
    height: 120px;
    transform: translateY(-50%);
    background: url('/wp-content/uploads/2026/04/flower.png') center/contain no-repeat;
    pointer-events: none;
}

.offer-section__messengers-title {
    position: relative;
    z-index: 1;
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #2d221b;
}

.offer-section__messengers-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.offer-section__messenger {
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid rgba(223, 211, 195, 0.92);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.offer-section__messenger:hover,
.offer-section__messenger:focus {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(61, 39, 22, 0.15);
}

.offer-section__messenger-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
}

.offer-section__messenger-icon img,
.offer-section__messenger-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.offer-section__messenger--max {
    background:
        radial-gradient(circle at 20% 18%, rgba(98, 110, 255, 0.45) 0%, rgba(98, 110, 255, 0) 44%),
        linear-gradient(145deg, #2d2d7e 0%, #2a4ecf 45%, #1a2f8f 100%);
    border-color: #2a49c3;
    color: #fff;
}

.offer-section__messenger--max svg circle {
    fill: rgba(255, 255, 255, 0.14);
}

.offer-section__messenger--max .offer-section__messenger-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
}

.offer-section__messenger--vk {
    background: #2787f5;
    border-color: #2787f5;
    color: #fff;
}

.offer-section__messenger--tg {
    background: #2aa6df;
    border-color: #2aa6df;
    color: #fff;
}

.offer-section__image-wrap {
    flex: 1 1 auto;
    min-height: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7ddd1;
}

.offer-section__right::after {
    content: "";
    position: absolute;
    right: -96px;
    top: 54%;
    width: 120px;
    height: 120px;
    transform: translateY(-50%) scaleX(-1);
    background: url('/wp-content/uploads/2026/04/flower.png') center/contain no-repeat;
    pointer-events: none;
}

.offer-section__image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-section__badge {
    position: absolute;
    left: -22px;
    top: 90px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #efe7dc;
    border: 1px solid #dbc8ae;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding: 14px;
}
.offer-section__badge_in span{
    display: block;
    color: #915f2b;
    font-size: 26px;
    font-weight: 700;
}
.c-br{
    color: #915f2b;
}
.hero-section {
    min-height: auto;
    padding: 112px 0 48px;
    background-size: cover;
    background-position-y: 65px;
}

/* Capsules section */
.capsules-section {
    padding: 86px 0 92px;
    background:
        radial-gradient(ellipse 70% 55% at 18% 30%, rgba(231, 207, 172, 0.55) 0%, transparent 58%),
        radial-gradient(ellipse 65% 55% at 85% 70%, rgba(183, 140, 78, 0.22) 0%, transparent 60%),
        linear-gradient(135deg, #fbf5ef 0%, #f4e6d8 55%, #efd9c6 100%);
    color: #2f221b;
}

.capsules-section__head {
    max-width: 760px;
    margin: 0 auto 36px;
    text-align: center;
}

.capsules-section__label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 20px;
    border-radius: 999px;
    border: 1px solid #dcc6b0;
    background: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8b6f58;
}

.capsules-section__title {
    margin: 0;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 600;
    color: #2f221b;
}

.capsules-section__in {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    align-items: stretch;
}

.capsules-section__visual {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(217, 194, 174, 0.85);
    background: rgba(255, 255, 255, 0.45);
    border-radius: 28px;
    min-height: 350px;
    max-height: 420px;
    box-shadow: 0 20px 44px rgba(66, 46, 30, 0.16);
}

.capsules-section__slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.capsules-section__slider .swiper-wrapper,
.capsules-section__slide {
    height: 100%;
}

.capsules-section__photo {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
    overflow: hidden;
}

.capsules-section__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-user-drag: none;
    user-select: none;
}

.capsules-section__nav {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #d8c4ab;
    background: rgba(255, 248, 240, 0.95);
    box-shadow: 0 8px 18px rgba(45, 30, 18, 0.16);
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.capsules-section__nav::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8a6440;
    border-right: 2px solid #8a6440;
    transform: translate(-50%, -50%) rotate(45deg);
}

.capsules-section__nav--prev {
    left: 12px;
}

.capsules-section__nav--prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.capsules-section__nav--next {
    right: 12px;
}

.capsules-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.capsules-section__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 20px 22px;
    border-radius: 22px;
    border: 1px solid rgba(225, 204, 186, 0.95);
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 12px 28px rgba(66, 46, 30, 0.12);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.capsules-section__card::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 48px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--hero-gold-dark) 0%, var(--hero-gold) 100%);
}

.capsules-section__card:hover {
    transform: translateY(-3px);
    border-color: rgba(183, 140, 78, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        0 18px 36px rgba(66, 46, 30, 0.16);
}

.capsules-section__card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(183, 140, 78, 0.3);
    background: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
}

.capsules-section__card-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #9c754f;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.capsules-section__card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.capsules-section__card-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #2f221b;
}

.capsules-section__card-text {
    margin: 0;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
    color: #5e4c3d;
}

.capsules-section__quiz-cta {
    margin-top: 36px;
    text-align: center;
}

.capsules-section__quiz-lead {
    max-width: 560px;
    margin: 0 auto 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    color: #5e4c3d;
}

.capsules-section__quiz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 42px;
    border-radius: 999px;
    border: 1px solid #c9a84a;
    background:
        linear-gradient(
            165deg,
            #f7e7b0 0%,
            #e8c86a 18%,
            #d4af37 42%,
            #b8922e 68%,
            #8b6d1b 100%
        );
    color: #2a1f0a;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 242, 196, 0.45);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    box-shadow:
        inset 0 1px 0 rgba(255, 248, 220, 0.55),
        inset 0 -1px 0 rgba(90, 65, 15, 0.28),
        0 10px 24px rgba(139, 109, 27, 0.42),
        0 0 0 0 rgba(212, 175, 55, 0.4);
    animation: quiz-cta-pulse 2s ease-in-out infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.capsules-section__quiz-btn:hover,
.capsules-section__quiz-btn:focus {
    color: #2a1f0a;
    text-decoration: none;
    filter: brightness(1.06);
    transform: translateY(-1px);
}

@keyframes quiz-cta-pulse {
    0%,
    100% {
        box-shadow:
            inset 0 1px 0 rgba(255, 248, 220, 0.55),
            inset 0 -1px 0 rgba(90, 65, 15, 0.28),
            0 10px 24px rgba(139, 109, 27, 0.42),
            0 0 0 0 rgba(212, 175, 55, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow:
            inset 0 1px 0 rgba(255, 248, 220, 0.55),
            inset 0 -1px 0 rgba(90, 65, 15, 0.28),
            0 12px 28px rgba(139, 109, 27, 0.52),
            0 0 0 14px rgba(212, 175, 55, 0);
        transform: scale(1.035);
    }
}

/* Fixed quiz FAB */
.quiz-fab {
    position: fixed;
    left: 22px;
    right: auto;
    bottom: 22px;
    z-index: 130;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #ff9a4d 0%, #e85d04 100%);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(232, 93, 4, 0.42);
    overflow: visible;
    transition: transform 0.25s ease, filter 0.2s ease, box-shadow 0.25s ease;
}

.quiz-fab:hover,
.quiz-fab:focus {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.06);
    transform: scale(1.06);
    box-shadow: 0 14px 32px rgba(232, 93, 4, 0.5);
}

.quiz-fab:hover .quiz-fab__icon,
.quiz-fab:focus .quiz-fab__icon {
    transform: translate(4px, -3px) rotate(-8deg);
}

body.quiz-is-open .quiz-fab {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.quiz-fab__rings,
.quiz-fab__rings::before,
.quiz-fab__rings::after {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.quiz-fab__rings::before,
.quiz-fab__rings::after {
    content: "";
    border: 2px solid rgba(232, 93, 4, 0.45);
    animation: quiz-fab-ring 2.2s ease-out infinite;
}

.quiz-fab__rings::after {
    animation-delay: 1.1s;
}

.quiz-fab__icon {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.quiz-fab__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@keyframes quiz-fab-ring {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.85);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .capsules-section__quiz-btn,
    .quiz-fab__rings::before,
    .quiz-fab__rings::after {
        animation: none;
    }
}

/* Quiz modal */
.quiz-modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 640px;
    max-height: min(86vh, 760px);
    overflow-y: auto;
    padding: 28px 28px 24px!important;
    border-radius: 24px!important;
    background: linear-gradient(165deg, #fffdf9 0%, #f7eee4 100%)!important;
    color: #2f221b;
}

.fancybox__container.fancybox-quiz .fancybox__content {
    padding: 0;
    background: transparent;
    border-radius: 24px;
    overflow: visible;
    max-width: min(640px, calc(100vw - 32px));
}

.fancybox__container.fancybox-quiz .quiz-modal {
    display: block;
}

.fancybox__container.fancybox-quiz .fancybox__toolbar {
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-bg: rgba(0, 0, 0, 0.5);
    --f-button-hover-bg: rgba(0, 0, 0, 0.7);
}

.quiz-modal__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quiz-modal [hidden],
.quiz-modal__step[hidden],
.quiz-modal__progress[hidden],
.quiz-modal__nav[hidden],
.quiz-modal__nav-btn[hidden] {
    display: none !important;
}

.quiz-modal__progress-text {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b6f58;
}

.quiz-modal__progress-bar {
    height: 4px;
    border-radius: 999px;
    background: rgba(183, 140, 78, 0.18);
    overflow: hidden;
}

.quiz-modal__progress-fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--hero-gold-dark) 0%, var(--hero-gold) 100%);
    transition: width 0.25s ease;
}

.quiz-modal__question {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #2f221b;
}

.quiz-modal__hint {
    margin: -8px 0 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #8b6f58;
}

.quiz-modal__options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quiz-modal__option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(217, 194, 174, 0.95);
    background: rgba(255, 255, 255, 0.88);
    color: #3f3127;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.quiz-modal__option::before {
    content: "";
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 50%;
    border: 1.5px solid rgba(183, 140, 78, 0.55);
    background: #fff;
    box-shadow: inset 0 0 0 0 var(--hero-gold-dark);
    transition: box-shadow 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.quiz-modal__step[data-quiz-multi="true"] .quiz-modal__option::before {
    border-radius: 5px;
}

.quiz-modal__option:hover,
.quiz-modal__option:focus {
    border-color: rgba(183, 140, 78, 0.55);
    background: #fff;
    outline: none;
}

.quiz-modal__option.is-selected {
    border-color: rgba(183, 140, 78, 0.72);
    background: #fff;
    box-shadow: 0 6px 16px rgba(66, 46, 30, 0.1);
}

.quiz-modal__option.is-selected::before {
    border-color: var(--hero-gold-dark);
    background: var(--hero-gold);
    box-shadow: inset 0 0 0 3px #fff;
}

.quiz-modal__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 4px;
}

.quiz-modal__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    border: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.quiz-modal__nav-btn--back {
    border: 1px solid rgba(183, 140, 78, 0.45);
    background: transparent;
    color: #6d5542;
}

.quiz-modal__nav-btn--back:hover,
.quiz-modal__nav-btn--back:focus {
    background: rgba(255, 255, 255, 0.7);
}

.quiz-modal__nav-btn--next {
    margin-left: auto;
    background: linear-gradient(180deg, #dec39a 0%, #c89c6d 100%);
    color: #fff;
    box-shadow: 0 8px 16px rgba(168, 126, 81, 0.3);
}

.quiz-modal__nav-btn--next:hover,
.quiz-modal__nav-btn--next:focus {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(168, 126, 81, 0.4);
}

.quiz-modal__nav-btn--next:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.quiz-modal__final-lead {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #5e4c3d;
}

.quiz-modal__final-master {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(217, 194, 174, 0.95);
    background: rgba(255, 255, 255, 0.72);
}

.quiz-modal__final-master-title {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: #2f221b;
}

.quiz-modal__final-list {
    margin: 0;
    padding: 0 0 0 18px;
    color: #5e4c3d;
    font-size: 14px;
    line-height: 1.4;
}

.quiz-modal__final-list li + li {
    margin-top: 4px;
}

.quiz-modal__inner--final .quiz-modal__nav {
    margin-top: -4px;
}

.quiz-modal__form {
    padding: 18px 16px 16px;
    border-radius: 18px;
    border: 1px solid rgba(217, 194, 174, 0.9);
    background: #fff;
    box-shadow: 0 10px 24px rgba(66, 46, 30, 0.08);
}

.quiz-modal__form .wpcf7 {
    margin: 0;
}

.quiz-modal__form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quiz-modal__form .wpcf7-form > p {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quiz-modal__form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #6d5542;
}

.quiz-modal__form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.quiz-modal__form input[type="text"],
.quiz-modal__form input[type="email"],
.quiz-modal__form input[type="tel"],
.quiz-modal__form input[type="url"],
.quiz-modal__form textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 50px;
    padding: 13px 16px;
    border-radius: 14px;
    border: 1px solid rgba(217, 194, 174, 0.95);
    background: #fbf7f2;
    color: #2f221b;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.3;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.quiz-modal__form input[type="tel"] {
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
}

.quiz-modal__form input::placeholder,
.quiz-modal__form textarea::placeholder {
    color: #a18a74;
}

.quiz-modal__form textarea {
    min-height: 96px;
    resize: vertical;
}

.quiz-modal__form input[type="text"]:focus,
.quiz-modal__form input[type="email"]:focus,
.quiz-modal__form input[type="tel"]:focus,
.quiz-modal__form input[type="url"]:focus,
.quiz-modal__form textarea:focus {
    outline: none;
    border-color: rgba(183, 140, 78, 0.7);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(231, 207, 172, 0.45);
}

.quiz-modal__form .wpcf7-acceptance {
    margin: 2px 0 4px;
}

.quiz-modal__form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.quiz-modal__form .wpcf7-acceptance label {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    color: #5e4c3d;
    cursor: pointer;
}

.quiz-modal__form .wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    border-radius: 6px;
    border: 1.5px solid rgba(183, 140, 78, 0.65);
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.quiz-modal__form .wpcf7-acceptance input[type="checkbox"]:checked {
    border-color: var(--hero-gold-dark);
    background: linear-gradient(180deg, #dec39a 0%, #c89c6d 100%);
}

.quiz-modal__form .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.quiz-modal__form .wpcf7-acceptance a {
    color: #8b6f58;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.quiz-modal__form .wpcf7-acceptance a:hover,
.quiz-modal__form .wpcf7-acceptance a:focus {
    color: var(--hero-gold-dark);
}

.quiz-modal__form input[type="submit"],
.quiz-modal__form button[type="submit"],
.quiz-modal__form .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: 6px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #dec39a 0%, #c89c6d 100%);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(168, 126, 81, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quiz-modal__form input[type="submit"]:hover,
.quiz-modal__form button[type="submit"]:hover,
.quiz-modal__form .wpcf7-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(168, 126, 81, 0.45);
}

.quiz-modal__form .wpcf7-spinner {
    margin: 0 auto;
}

.quiz-modal__form .wpcf7-not-valid-tip {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.35;
    color: #b42318;
}

.quiz-modal__form .wpcf7-response-output {
    display: none !important;
}

.quiz-success-modal {
    box-sizing: border-box;
    width: min(420px, calc(100vw - 40px));
    padding: 32px 28px 28px!important;
    border-radius: 24px!important;
    background: linear-gradient(165deg, #fffdf9 0%, #f7eee4 100%)!important;
    text-align: center;
    color: #2f221b;
}

.fancybox__container.fancybox-quiz-success .fancybox__content {
    padding: 0;
    background: transparent;
    border-radius: 24px;
}

.fancybox__container.fancybox-quiz-success .fancybox__toolbar {
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-bg: rgba(0, 0, 0, 0.5);
    --f-button-hover-bg: rgba(0, 0, 0, 0.7);
}

.quiz-success-modal__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, #dec39a 0%, #c89c6d 100%);
    box-shadow: 0 8px 18px rgba(168, 126, 81, 0.35);
    position: relative;
}

.quiz-success-modal__icon::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 16px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.quiz-success-modal__title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #2f221b;
}

.quiz-success-modal__text {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.45;
    color: #5e4c3d;
}

.quiz-success-modal__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 140px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #dec39a 0%, #c89c6d 100%);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(168, 126, 81, 0.3);
}

/* Works section */
.works-section {
    padding: 86px 0 96px;
    background: #f5f1ec;
    color: #231b16;
}

.works-section__head {
    margin-bottom: 26px;
}

.works-section__title {
    margin: 0 0 10px;
    font-size: 52px;
    line-height: 1.05;
    color: #2d221b;
}

.works-section__subtitle {
    max-width: 760px;
    font-size: 22px;
    line-height: 1.35;
    color: #614c3c;
}

.works-tabs-section__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.works-tabs-section__tab {
    border: 1px solid #d8c4ab;
    border-radius: 999px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.65);
    color: #5c4433;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.works-tabs-section__tab:hover,
.works-tabs-section__tab:focus-visible {
    outline: none;
    border-color: #b78857;
    background: #f7ebdf;
    color: #3c2a1f;
}

.works-tabs-section__tab.is-active {
    border-color: #8c623f;
    background: #8c623f;
    color: #fff;
}

.works-tabs-section__panel[hidden] {
    display: none !important;
}

.works-section__content,
.works-tabs-section__panel {
    width: 100%;
}

.works-section__slider {
    position: relative;
    padding: 4px clamp(12px, 3vw, 44px);
}

.works-section__slide,
.colorists-section__slide {
    height: auto;
}

.works-section__card {
    background: #fff;
    border: 1px solid #e9ded1;
    border-radius: 24px;
    padding: 12px;
    box-shadow: 0 10px 28px rgba(49, 31, 16, 0.08);
    height: 100%;
}

.works-section__photo {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e7ddd1;
    background: #f6f1eb;
    aspect-ratio: 4 / 5;
    cursor: zoom-in;
}

.works-section__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-user-drag: none;
    user-select: none;
}

.works-section__nav {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #d8c4ab;
    background: rgba(255, 248, 240, 0.95);
    box-shadow: 0 8px 18px rgba(45, 30, 18, 0.16);
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.works-section__nav::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8a6440;
    border-right: 2px solid #8a6440;
    transform: translate(-50%, -50%) rotate(45deg);
}

.works-section__nav--prev {
    left: 8px;
}

.works-section__nav--prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.works-section__nav--next {
    right: 8px;
}

/* Colorists works section */
.colorists-section {
    padding: 86px 0 96px;
    background: #f5f1ec;
    color: #231b16;
}

.colorists-section__slider {
    position: relative;
    padding: 4px clamp(12px, 3vw, 44px);
}

.colorists-section__card {
    background: #fff;
    border: 1px solid #e9ded1;
    border-radius: 24px;
    padding: 12px;
    box-shadow: 0 10px 28px rgba(49, 31, 16, 0.08);
    height: 100%;
}

.colorists-section__photo {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e7ddd1;
    background: #f6f1eb;
    aspect-ratio: 4 / 5;
    cursor: zoom-in;
}

.colorists-section__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.colorists-section__nav--prev {
    left: 8px;
}

.colorists-section__nav--prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.colorists-section__nav--next {
    right: 8px;
}

/* Why choose section */
.why-section {
    padding: 92px 0;
    background: #fbf7f4;
    background-size: cover;
    background-position: center;
    color: #2e221b;
}

.why-section__head {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.why-section__title {
    margin: 0 0 8px;
    font-size: 52px;
    line-height: 1.05;
    color: #35261d;
}

.why-section__subtitle {
    font-size: 24px;
    line-height: 1.35;
    color: #6a5442;
}

.why-section__in {
    display: grid;
    grid-template-columns: 1.05fr 1.6fr;
    gap: 20px;
    align-items: start;
}

.why-section__image-wrap {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #eadfd4;
    background: rgba(255, 255, 255, 0.55);
}

.why-section__image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.why-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.why-section__card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e7ddd2;
    border-radius: 22px;
    padding: 20px 18px;
    box-shadow: 0 10px 24px rgba(70, 49, 31, 0.08);
}

.why-section__card-title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    color: #2f221b;
}

.why-section__card-text {
    font-size: 20px;
    line-height: 1.35;
    color: #5e4c3d;
}

/* Reviews section */
.reviews-section {
    padding: 72px 0;
    background: #f7f3ef;
    color: #2f221b;
}

.reviews-section__head {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.reviews-section__title {
    margin: 0;
    font-size: 46px;
    line-height: 1.05;
    color: #35261d;
}

.reviews-section__slider-wrap {
    position: relative;
    padding: 0 58px;
}

.reviews-section__slider-wrap--single {
    padding: 0;
}

.reviews-section__slider-wrap .reviews-section__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
}

.reviews-section__slider-wrap .reviews-section__nav--prev {
    left: 0;
}

.reviews-section__slider-wrap .reviews-section__nav--next {
    right: 0;
}

.reviews-section__slider-wrap .reviews-section__nav--prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.reviews-section__slider {
    position: relative;
    width: 100%;
    padding: 4px 0;
}

.reviews-section__slider .swiper-wrapper {
    align-items: stretch;
}

.reviews-section__slide {
    height: auto !important;
    box-sizing: border-box;
}

.reviews-section__card {
    height: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #e8ddd1;
    background: #fff;
}

.reviews-section__text {
    font-size: 20px;
    line-height: 1.45;
    color: #5c4a3b;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.reviews-section__text p {
    margin: 0;
}

.reviews-section__read-more {
    display: inline-block;
    align-self: flex-start;
    color: #8a6440;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.reviews-section__read-more:hover,
.reviews-section__read-more:focus {
    opacity: 0.8;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.reviews-section__author {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    margin-top: auto;
}

.reviews-section__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddcebf;
    background: #f1e7dc;
    color: #6b4f37;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
}

.reviews-section__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.reviews-section__author-name {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    color: #2f221b;
}

.reviews-section__modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 640px;
    padding: 28px 32px 32px;
    border-radius: 24px;
    background: #fff;
    color: #2f221b;
}

.fancybox__container.fancybox-reviews-full .fancybox__content {
    padding: 0;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    overflow: visible;
    max-width: min(640px, calc(100vw - 48px));
}

.fancybox__container.fancybox-reviews-full .reviews-section__modal {
    display: block;
}

.fancybox__container.fancybox-reviews-full .fancybox__toolbar {
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-bg: rgba(0, 0, 0, 0.5);
    --f-button-hover-bg: rgba(0, 0, 0, 0.7);
}

.reviews-section__modal-text {
    font-size: 18px;
    line-height: 1.5;
    color: #5c4a3b;
}

.reviews-section__modal-text p {
    margin: 0 0 12px;
}

.reviews-section__modal-text p:last-child {
    margin-bottom: 0;
}

.reviews-section__modal-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eadfd4;
}

.reviews-section__footer {
    margin-top: 24px;
    text-align: center;
}

.reviews-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(180deg, #dec39a 0%, #c89c6d 100%);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 8px 18px rgba(168, 126, 81, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reviews-section__button:hover,
.reviews-section__button:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(168, 126, 81, 0.45);
    text-decoration: none;
}

/* Production section */
.production-section {
    padding: 30px 0 38px;
    background: #f5ece6;
    color: #2f221b;
}

.production-section__head {
    max-width: 860px;
    margin-bottom: 22px;
}

.production-section__label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #d6beaa;
    background: rgba(255, 255, 255, 0.66);
    color: #8e6540;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.production-section__title {
    margin: 0;
    font-size: 50px;
    line-height: 1.03;
    color: #2f221b;
}

.production-section__subtitle {
    margin: 12px 0 0;
    font-size: 20px;
    line-height: 1.36;
    color: #69523f;
}

.production-section__mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 70px;
    gap: 12px;
    grid-auto-flow: dense;
}

.production-section__tile {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 30px rgba(52, 34, 21, 0.12);
}

.production-section__tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.12) 100%);
    pointer-events: none;
}

.production-section__tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.production-section__tile:hover img {
    transform: scale(1.03);
}

.production-section__tile {
    grid-column: span 4;
    grid-row: span 3;
}

/* 1 photo */
.production-section__mosaic--count-1 .production-section__tile {
    grid-column: 1 / -1;
    grid-row: span 8;
}

/* 2 photos */
.production-section__mosaic--count-2 .production-section__tile {
    grid-column: span 6;
    grid-row: span 6;
}

/* 3 photos */
.production-section__mosaic--count-3 .production-section__tile:first-child {
    grid-column: span 12;
    grid-row: span 5;
}

.production-section__mosaic--count-3 .production-section__tile:not(:first-child) {
    grid-column: span 6;
    grid-row: span 4;
}

/* 4 photos */
.production-section__mosaic--count-4 .production-section__tile {
    grid-column: span 6;
    grid-row: span 4;
}

/* 5 photos */
.production-section__mosaic--count-5 .production-section__tile:nth-child(1) {
    grid-column: span 8;
    grid-row: span 5;
}

.production-section__mosaic--count-5 .production-section__tile:nth-child(2) {
    grid-column: span 4;
    grid-row: span 5;
}

.production-section__mosaic--count-5 .production-section__tile:nth-child(n + 3) {
    grid-column: span 4;
    grid-row: span 3;
}

/* 6 photos */
.production-section__mosaic--count-6 .production-section__tile:nth-child(1),
.production-section__mosaic--count-6 .production-section__tile:nth-child(4) {
    grid-column: span 6;
    grid-row: span 4;
}

.production-section__mosaic--count-6 .production-section__tile:not(:nth-child(1)):not(:nth-child(4)) {
    grid-column: span 3;
    grid-row: span 4;
}

/* 7+ photos */
.production-section__mosaic--count-many .production-section__tile:nth-child(7n + 1) {
    grid-column: span 8;
    grid-row: span 4;
}

.production-section__mosaic--count-many .production-section__tile:nth-child(7n + 2) {
    grid-column: span 4;
    grid-row: span 4;
}

.production-section__mosaic--count-many .production-section__tile:not(:nth-child(7n + 1)):not(:nth-child(7n + 2)) {
    grid-column: span 4;
    grid-row: span 3;
}

.production-section__note {
    margin-top: 14px;
    max-width: 760px;
    font-size: 17px;
    line-height: 1.4;
    color: #5f4a38;
}


/* Messengers CTA section */
.messengers-cta-section {
    padding: 10px 0 24px;
    background: #f5ece6;
}

.messengers-cta-section__in {
    border: 1px solid #e3d3c1;
    border-radius: 30px;
    background: linear-gradient(135deg, #fbf5ef 0%, #f4e6d8 55%, #efd9c6 100%);
    box-shadow: 0 12px 30px rgba(72, 49, 31, 0.08);
    padding: 34px 36px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 18px;
    align-items: center;
}

.messengers-cta-section__label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #d5b99d;
    background: rgba(255, 255, 255, 0.68);
    color: #8f6641;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.messengers-cta-section__title {
    margin: 0;
    font-size: 44px;
    line-height: 1;
    color: #2f221b;
}

.messengers-cta-section__text {
    margin: 14px 0 0;
    max-width: 560px;
    font-size: 20px;
    line-height: 1.35;
    color: #664f3d;
}

.messengers-cta-section__actions {
    justify-content: flex-end;
}

.messengers-cta-section__actions .offer-section__messenger {
    min-width: 170px;
}


/* Installment section */
.installment-section {
    position: relative;
    padding: 26px 0 86px;
    background: #f5ece6;
    color: #2f221b;
    overflow: hidden;
    background: linear-gradient(125deg, #f8efea 0%, #f2dfd5 48%, #ebd0bf 100%);
}

.installment-section__in {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 26px;
    align-items: stretch;
    padding: 58px 54px;
}

.installment-section__content {
    max-width: 640px;
}

.installment-section__label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 20px;
    border-radius: 999px;
    border: 1px solid #d9c2ae;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8b6f58;
}

.installment-section__title {
    margin: 0;
    font-size: 74px;
    line-height: 0.92;
    font-weight: 500;
    color: #2f221b;
}

.installment-section__lead {
    margin: 20px 0 0;
    font-size: 28px;
    line-height: 1.3;
    color: #5b4635;
}

.installment-section__features {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.installment-section__feature {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
        "icon title"
        "icon text";
    column-gap: 14px;
    row-gap: 4px;
    align-items: start;
}

.installment-section__feature-icon {
    grid-area: icon;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #dfc9b4;
    background: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #9c754f;
}

.installment-section__feature-icon svg {
    width: 22px;
    height: 22px;
    fill: #9c754f;
}

.installment-section__feature-title {
    grid-area: title;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #2f221b;
}

.installment-section__feature-text {
    grid-area: text;
    font-size: 16px;
    line-height: 1.35;
    color: #6b5543;
}

.installment-section__note {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 18px;
    border: 1px solid #e0cbb7;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 20px rgba(66, 46, 30, 0.08);
    font-size: 18px;
    line-height: 1.35;
    color: #4f3c2d;
}

.installment-section__note-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 10px;
    border: 1px solid #dfc9b4;
    background: #fff7ef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.installment-section__note-icon svg {
    width: 20px;
    height: 20px;
    fill: #9c754f;
}

.installment-section__visual {
    min-height: 470px;
    border-radius: 26px;
    border: 1px dashed rgba(165, 126, 91, 0.45);
    background: rgba(255, 255, 255, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.installment-section__visual img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* FAQ section */
.faq-section {
    position: relative;
    padding: 96px 0 108px;
    background: linear-gradient(180deg, #f9f3ee 0%, #f3e8de 58%, #efe1d4 100%);
    color: #2f221b;
    overflow: hidden;
}

.faq-section::before,
.faq-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.faq-section::before {
    width: 480px;
    height: 480px;
    left: -140px;
    top: -180px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 72%);
}

.faq-section::after {
    width: 420px;
    height: 420px;
    right: -120px;
    bottom: -180px;
    background: radial-gradient(circle, rgba(198, 154, 113, 0.18) 0%, rgba(198, 154, 113, 0) 72%);
}

.faq-section .container {
    position: relative;
    z-index: 1;
}

.faq-section__head {
    margin-bottom: 30px;
    text-align: center;
}

.faq-section__title {
    margin: 0 0 10px;
    font-size: 54px;
    line-height: 1.05;
    color: #2f221b;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-wrap: balance;
}

.faq-section__subtitle {
    max-width: 760px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 1.45;
    color: #6d5540;
    text-wrap: balance;
}

.faq-section__list {
    display: grid;
    gap: 14px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-section__item {
    border: 1px solid rgba(201, 169, 138, 0.55);
    border-radius: 24px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.92) 0%, rgba(251, 243, 235, 0.94) 100%);
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(59, 38, 22, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.faq-section__item:hover {
    border-color: rgba(186, 141, 101, 0.72);
    box-shadow: 0 18px 38px rgba(59, 38, 22, 0.12);
    transform: translateY(-1px);
}

.faq-section__question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 26px;
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: #7f5733;
    cursor: pointer;
    transition: color 0.2s ease;
}

.faq-section__question:hover {
    color: #664120;
}

.faq-section__icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(170, 132, 95, 0.75);
    background: linear-gradient(170deg, #fffdfb 0%, #f5e9de 100%);
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.faq-section__icon::before,
.faq-section__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #8a623f;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-section__icon::before {
    width: 14px;
    height: 2px;
}

.faq-section__icon::after {
    width: 2px;
    height: 14px;
}

.faq-section__item.is-open .faq-section__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0.4);
}

.faq-section__item.is-open {
    border-color: rgba(177, 132, 93, 0.82);
    box-shadow: 0 22px 40px rgba(58, 37, 20, 0.14);
}

.faq-section__answer {
    margin: 0 26px 24px;
    padding: 0 0 0 16px;
    border-left: 1px solid rgba(189, 151, 117, 0.45);
    font-size: 20px;
    line-height: 1.55;
    color: #5a4534;
}


/* Simple page (privacy, about, etc.) */
.page-section {
    position: relative;
    padding: 140px 0 80px;
    min-height: 60vh;
    overflow: hidden;
}

.page-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(231, 207, 172, 0.12) 0%, rgba(231, 207, 172, 0) 42%),
        radial-gradient(circle at 88% 18%, rgba(184, 140, 78, 0.1) 0%, rgba(184, 140, 78, 0) 40%);
    pointer-events: none;
}

.page-section__article {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
}

.page-section__header {
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(231, 207, 172, 0.22);
}

.page-section__title {
    margin: 0;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
    color: var(--hero-text);
    letter-spacing: 0.01em;
    text-wrap: balance;
}

.page-section__content {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(245, 230, 206, 0.92);
}

.page-section__content > *:first-child {
    margin-top: 0;
}

.page-section__content > *:last-child {
    margin-bottom: 0;
}

.page-section__content p,
.page-section__content ul,
.page-section__content ol {
    margin: 0 0 1.15em;
}

.page-section__content ul,
.page-section__content ol {
    padding-left: 1.35em;
}

.page-section__content li {
    margin-bottom: 0.55em;
}

.page-section__content li::marker {
    color: var(--hero-gold-dark);
}

.page-section__content a {
    color: var(--hero-gold);
    text-decoration: underline;
    text-underline-offset: 0.18em;
    transition: color 0.2s ease;
}

.page-section__content a:hover,
.page-section__content a:focus {
    color: #ffebc9;
}

.page-section__content h2,
.page-section__content h3,
.page-section__content h4 {
    margin: 1.6em 0 0.55em;
    color: var(--hero-text);
    font-weight: 600;
    line-height: 1.25;
}

.page-section__content h2 {
    font-size: 28px;
}

.page-section__content h3 {
    font-size: 22px;
}

.page-section__content strong {
    color: #fff4e4;
    font-weight: 600;
}

/* Footer */
.site-footer {
    position: relative;
    background: linear-gradient(145deg, #160f0c 0%, #201710 45%, #130d09 100%);
    border-top: 1px solid rgba(231, 207, 172, 0.28);
    color: #eddcbe;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% -20%, rgba(231, 207, 172, 0.15) 0%, rgba(231, 207, 172, 0) 42%);
    pointer-events: none;
}

.site-footer__in {
    position: relative;
    z-index: 1;
    padding: 40px 0 30px;
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(231, 207, 172, 0.18);
}

.site-footer__branding {
    flex: 0 0 auto;
    justify-self: start;
}

.site-footer__find-us {
    justify-self: center;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(231, 207, 172, 0.28);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.site-footer__find-us-title {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #eddcbe;
    text-align: center;
}

.site-footer__find-us-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.site-footer__find-us-btn {
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid #d5b99d;
    background: linear-gradient(145deg, #6d4d32 0%, #9a6b45 100%);
    box-shadow: 0 8px 18px rgba(97, 67, 43, 0.2);
    color: #fff6eb;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    white-space: nowrap;
}

.site-footer__find-us-btn:hover,
.site-footer__find-us-btn:focus {
    color: #fff6eb;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(97, 67, 43, 0.24);
    filter: brightness(1.04);
}

.site-footer__find-us-btn--ghost {
    background: rgba(255, 255, 255, 0.1);
    color: #eddcbe;
    border-color: rgba(231, 207, 172, 0.45);
    box-shadow: none;
}

.site-footer__find-us-btn--ghost:hover,
.site-footer__find-us-btn--ghost:focus {
    color: #ffebc9;
}

.site-footer__navigation {
    flex: 1 1 auto;
    justify-self: end;
}

.site-footer__navigation .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px 34px;
}

.site-footer__navigation .nav > li > a {
    color: #e8cfab;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.site-footer__navigation .nav > li.current-menu-item > a,
.site-footer__navigation .nav > li > a:hover,
.site-footer__navigation .nav > li > a:focus {
    color: #ffebc9;
    text-decoration: none;
}

.site-footer__bottom {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    flex-wrap: wrap;
}

.site-footer__messengers {
    gap: 10px;
}

.site-footer__messengers .offer-section__messenger {
    min-height: 42px;
    font-size: 16px;
}

.site-footer__copyright {
    color: rgba(231, 207, 172, 0.85);
    font-size: 14px;
    line-height: 1.45;
}

/* Mobile fixed contact bar */
.mobile-contact-bar {
    display: none;
}

/* Responsive overrides */
@media (max-width: 1599px) {
    .hero-section {
        min-height: 760px;
    }

    .hero-section__title {
        font-size: 62px;
    }

    .hero-section__subtitle {
        font-size: 32px;
    }

    .hero-section__cta {
        margin-bottom: 22px;
    }


    .hero-section__phone {
        font-size: 21px;
    }

    .hero-section__city,
    .hero-section__address {
        font-size: 19px;
    }

    .hero-section__parking {
        font-size: 27px;
    }

    .hero-section__corner-callout-title {
        font-size: 38px;
    }

    .hero-section__corner-callout-subtitle {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .header__in {
        min-height: 70px;
        gap: 16px;
    }

    .site-logo {
        width: 56px;
        height: 56px;
    }

    .top-navigation .nav {
        gap: 24px;
    }

    .top-navigation .nav > li > a {
        font-size: 16px;
    }

    .header__phone {
        font-size: 26px;
    }

    .header__phone-caption {
        font-size: 18px;
    }

    .hero-section {
        padding-top: 126px;
    }

    .hero-section__title {
        font-size: 52px;
    }

    .hero-section__subtitle {
        font-size: 26px;
    }

    .hero-section__cta-title {
        font-size: 18px;
    }

    .hero-section__phone,
    .hero-section__city,
    .hero-section__address {
        font-size: 17px;
    }

    .hero-section__phone-caption,
    .hero-section__parking {
        font-size: 16px;
    }

    .hero-section__corner-callout {
        width: min(520px, 48vw);
    }

    .hero-section__corner-callout-title {
        font-size: 32px;
    }

    .hero-section__corner-callout-subtitle {
        font-size: 22px;
    }

    .hero-section__action-btn {
        min-width: 150px;
        min-height: 48px;
        padding: 0 20px;
    }

    .hero-section__contact-card {
        flex-basis: 210px;
    }

    .section_in.offer-section__in {
        flex-direction: column;
    }

    .offer-section__left,
    .offer-section__right {
        width: 100%;
    }

    .offer-section__right {
        display: block;
    }

    .offer-section__image-wrap {
        min-height: auto;
    }

    .offer-section__image-wrap img {
        height: auto;
        object-fit: contain;
    }

    .offer-section__prices {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .offer-section__capsules {
        font-size: 34px;
    }

    .offer-section__capsules::after {
        font-size: 15px;
    }

    .offer-section__price {
        font-size: 38px;
    }

    .offer-section__old-price {
        font-size: 26px;
    }

    .offer-section__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .offer-section__messengers::after {
        left: -58px;
        width: 92px;
        height: 92px;
    }

    .offer-section__right::after {
        right: -62px;
        width: 92px;
        height: 92px;
    }

    .capsules-section {
        padding: 74px 0 80px;
    }

    .capsules-section__title {
        font-size: 44px;
    }

    .capsules-section__in {
        grid-template-columns: 1fr;
    }

    .capsules-section__visual {
        min-height: 320px;
        max-height: 400px;
    }

    .works-section__title {
        font-size: 44px;
    }

    .works-section__subtitle {
        font-size: 19px;
    }

    .works-section__nav--prev,
    .colorists-section__nav--prev {
        left: 12px;
    }

    .works-section__nav--next,
    .colorists-section__nav--next {
        right: 12px;
    }

    .why-section {
        padding: 74px 0;
    }

    .why-section__title {
        font-size: 42px;
    }

    .why-section__subtitle {
        font-size: 20px;
    }

    .why-section__in {
        grid-template-columns: 1fr;
    }

    .why-section__image-wrap {
        min-height: 360px;
        max-height: 520px;
    }

    .reviews-section__title {
        font-size: 38px;
    }

    .reviews-section__card {
        min-height: 200px;
        padding: 20px 18px;
    }

    .reviews-section__text {
        font-size: 18px;
        -webkit-line-clamp: 5;
    }

    .production-section__title {
        font-size: 40px;
    }

    .production-section__subtitle {
        font-size: 18px;
    }

    .production-section__mosaic {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        grid-auto-rows: 66px;
        gap: 10px;
    }

    .production-section__tile {
        grid-column: span 4;
        grid-row: span 3;
    }

    .production-section__mosaic--count-1 .production-section__tile {
        grid-column: span 8;
        grid-row: span 6;
    }

    .production-section__mosaic--count-2 .production-section__tile {
        grid-column: span 4;
        grid-row: span 5;
    }

    .production-section__mosaic--count-3 .production-section__tile:first-child {
        grid-column: span 8;
        grid-row: span 4;
    }

    .production-section__mosaic--count-3 .production-section__tile:not(:first-child),
    .production-section__mosaic--count-4 .production-section__tile,
    .production-section__mosaic--count-5 .production-section__tile,
    .production-section__mosaic--count-6 .production-section__tile {
        grid-column: span 4;
        grid-row: span 3;
    }

    .production-section__mosaic--count-many .production-section__tile:nth-child(5n + 1) {
        grid-column: span 8;
        grid-row: span 4;
    }

    .production-section__mosaic--count-many .production-section__tile:not(:nth-child(5n + 1)) {
        grid-column: span 4;
        grid-row: span 3;
    }

    .messengers-cta-section__in {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .messengers-cta-section__title {
        font-size: 36px;
    }

    .messengers-cta-section__text {
        font-size: 18px;
    }

    .messengers-cta-section__actions {
        justify-content: flex-start;
    }

    .installment-section {
        padding: 18px 0 70px;
    }

    .installment-section__bg {
        inset: 16px 10px 40px;
        border-radius: 24px;
    }

    .installment-section__in {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 42px 24px;
    }

    .installment-section__content {
        max-width: none;
    }

    .installment-section__title {
        font-size: 58px;
    }

    .installment-section__lead {
        font-size: 24px;
    }

    .installment-section__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .installment-section__visual {
        min-height: 340px;
    }

    .faq-section {
        padding: 82px 0 90px;
    }

    .faq-section__title {
        font-size: 44px;
    }

    .faq-section__subtitle {
        font-size: 18px;
    }

    .faq-section__question {
        font-size: 25px;
        padding: 20px 22px;
    }

    .faq-section__answer {
        font-size: 18px;
        margin: 0 22px 20px;
        padding-left: 12px;
    }

    .site-footer__in {
        padding: 34px 0 24px;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .site-footer__find-us {
        justify-self: stretch;
        width: 100%;
    }

    .site-footer__navigation {
        width: 100%;
        justify-self: stretch;
    }

    .site-footer__navigation .nav {
        justify-content: flex-start;
        gap: 12px 24px;
    }

    .site-footer__navigation .nav > li > a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .header {
        position: fixed;
        background: rgba(13, 9, 7, 0.95);
    }

    .header__in {
        min-height: 64px;
    }

    .page-section {
        padding: 110px 0 60px;
    }

    .page-section__title {
        font-size: 34px;
    }

    .page-section__content {
        font-size: 16px;
    }

    .top-navigation .nav {
        gap: 14px;
    }

    .top-navigation .nav > li > a {
        font-size: 14px;
    }

    .header__phone {
        font-size: 18px;
    }

    .header__phone-caption {
        font-size: 12px;
    }

    .hero-section {
        min-height: auto;
        padding: 112px 0 48px;
    }

    .section_in.hero-section__in {
        flex-direction: column;
        gap: 22px;
    }

    .hero-section__content {
        max-width: 100%;
    }

    .hero-section__title {
        font-size: 44px;
    }

    .hero-section__subtitle {
        font-size: 24px;
    }

    .hero-section__cta {
        margin-bottom: 20px;
    }

    .hero-section__cta-row {
        margin-bottom: 10px;
    }

    .hero-section__contacts-cards {
        grid-template-columns: 1fr;
    }

    .hero-section__contact-card {
        min-height: 72px;
    }

    .hero-section__parking {
        font-size: 22px;
    }

    .hero-section__model {
        width: min(68%, 420px);
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .header__in {
        min-height: 52px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 6px 8px;
        padding: 6px 0;
    }

    .page-section {
        padding: 96px 0 48px;
    }

    .page-section__header {
        margin-bottom: 20px;
        padding-bottom: 16px;
    }

    .page-section__title {
        font-size: 28px;
    }

    .page-section__content {
        font-size: 15px;
        line-height: 1.65;
    }

    .page-section__content h2 {
        font-size: 22px;
    }

    .page-section__content h3 {
        font-size: 18px;
    }

    .offer-section__price-card:last-child{
        grid-column: span 2;
    }

    .site-branding {
        order: 0;
        flex: 0 0 auto;
    }

    .site-logo {
        width: 44px;
        height: 44px;
    }

    .header__badge-wrap {
        order: 1;
        flex: 0 0 98px;
        width: 98px;
        height: 33px;
        overflow: hidden;
        align-self: center;
    }

    .header__yandex-badge--desktop {
        display: none;
    }

    .header__yandex-badge--mobile {
        display: block;
    }

    .header__badge-wrap.mini-badge iframe {
        transform: scale(0.65);
        transform-origin: left top;
    }

    .header__phone-wrap {
        order: 2;
        flex: 1 1 auto;
        min-width: 0;
        align-items: flex-end;
    }

    .header__phone {
        font-size: 13px;
    }

    .header__menu-toggle {
        display: inline-flex;
        order: 3;
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        margin-left: 0;
        padding: 8px 7px;
    }

    .top-navigation-wrapper {
        flex-basis: 100%;
        width: 100%;
        order: 4;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transition: max-height 0.24s ease, opacity 0.2s ease;
    }

    .header.is-menu-open .top-navigation-wrapper {
        max-height: 420px;
        opacity: 1;
        pointer-events: auto;
    }

    .top-navigation .nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 0 4px;
        border-top: 1px solid rgba(231, 207, 172, 0.2);
    }

    .top-navigation .nav > li > a {
        display: block;
        font-size: 15px;
        padding: 10px 2px;
        line-height: 1.3;
    }

    .hero-section__logo {
        width: 64px;
        height: 64px;
        font-size: 40px;
        margin-bottom: 18px;
    }

    .hero-section__title {
        font-size: 36px;
        text-align: center;
    }

    .hero-section__subtitle {
        font-size: 18px;
        text-align: center;
        margin: 0 auto 1rem;
        max-width: 290px;
    }

    .hero-section__cta-title {
        font-size: 16px;
    }

    .hero-section__phone,
    .hero-section__city,
    .hero-section__address {
        font-size: 16px;
    }

    .hero-section__phone-caption,
    .hero-section__parking {
        font-size: 14px;
    }

    .hero-section__corner-callout {
        position: static;
        width: auto;
        margin-top: 14px;
        padding: 14px 12px 12px;
        height: auto;
        width: 100%;
        border-radius: 20px;
    }

    .hero-section__corner-callout-title {
        font-size: 24px;
    }

    .hero-section__corner-callout-subtitle {
        font-size: 17px;
    }

    .hero-section__action-btn {
        width: 100%;
    }

    .hero-section__cta-row {
        margin-bottom: 10px;
    }

    .hero-section__social {
        min-width: calc(50% - 6px);
    }

    .hero-section__contacts-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-section__yandex-badge-wrap iframe {
        width: 100%;
        max-width: 150px;
    }

    .offer-section {
        padding: 56px 0 60px;
    }

    .offer-section__title {
        font-size: 30px;
        text-align: center;
    }

    .offer-section__prices {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .offer-section__feature {
        min-height: 92px;
        font-size: 15px;
        padding: 14px 10px 12px;
    }

    .offer-section__price-card {
        min-height: 200px;
        border-radius: 18px;
        padding: 18px 12px 14px;
    }

    .offer-section__capsules {
        font-size: 30px;
    }

    .offer-section__capsules::after {
        font-size: 14px;
    }

    .offer-section__price {
        font-size: 30px;
    }

    .offer-section__old-price {
        font-size: 20px;
    }

    .offer-section__messengers-title {
        font-size: 24px;
    }
    .offer-section__image-wrap{
        margin-bottom: 1rem;
    }
    .offer-section__messenger {
        min-width: calc(50% - 6px);
        font-size: 16px;
    }

    .offer-section__messengers-list {
        width: 100%;
    }

    .offer-section__badge {
        left: 12px;
        top: 12px;
    }

    .offer-section__messengers::after,
    .offer-section__right::after {
        display: none;
    }

    .capsules-section {
        padding: 30px 0;
    }

    .capsules-section__head {
        margin-bottom: 24px;
    }

    .capsules-section__title {
        font-size: 34px;
    }

    .capsules-section__visual {
        min-height: 240px;
        max-height: 320px;
        border-radius: 20px;
    }

    .capsules-section__nav {
        width: 36px;
        height: 36px;
    }

    .capsules-section__nav--prev {
        left: 8px;
    }

    .capsules-section__nav--next {
        right: 8px;
    }

    .capsules-section__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .capsules-section__card {
        padding: 20px 16px 18px;
        border-radius: 18px;
    }

    .capsules-section__card-title {
        font-size: 18px;
    }

    .capsules-section__card-text {
        font-size: 15px;
    }

    .capsules-section__quiz-cta {
        margin-top: 24px;
    }

    .capsules-section__quiz-lead {
        max-width: 100%;
        margin-bottom: 16px;
        font-size: 18px;
    }

    .capsules-section__quiz-btn {
        width: 100%;
        max-width: 380px;
        min-height: 58px;
        padding: 0 22px;
        font-size: 16px;
    }

    .quiz-fab {
        left: 14px;
        right: auto;
        bottom: calc(158px + env(safe-area-inset-bottom));
        width: 58px;
        height: 58px;
    }

    .quiz-fab__icon {
        width: 26px;
        height: 26px;
    }

    .quiz-modal {
        padding: 22px 18px 18px;
        border-radius: 20px;
    }

    .fancybox__container.fancybox-quiz .fancybox__content {
        max-width: calc(100vw - 20px);
    }

    .quiz-modal__question {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .quiz-modal__option {
        padding: 12px 14px;
        font-size: 15px;
        border-radius: 12px;
    }

    .quiz-modal__nav-btn {
        min-height: 46px;
        padding: 0 18px;
        font-size: 14px;
    }

    .quiz-modal__final-lead,
    .quiz-modal__final-list {
        font-size: 14px;
    }

    .works-section {
        padding: 30px 0;
    }

    .works-section__title {
        font-size: 34px;
        text-align: center;
    }

    .works-section__subtitle {
        font-size: 16px;
    }

    .works-tabs-section__tabs {
        gap: 8px;
        margin-top: 16px;
    }

    .works-tabs-section__tab {
        width: 100%;
        text-align: center;
    }

    .works-section__card {
        border-radius: 18px;
        padding: 14px;
    }

    .works-section__nav {
        width: 36px;
        height: 36px;
        display: flex;
    }

    .works-section__nav--prev,
    .colorists-section__nav--prev {
        left: 8px;
    }

    .works-section__nav--next,
    .colorists-section__nav--next {
        right: 8px;
    }

    .reviews-section__slider-wrap {
        padding: 0 48px;
    }

    .colorists-section {
        padding: 62px 0 70px;
    }

    .colorists-section__card {
        border-radius: 18px;
        padding: 10px;
    }

    .why-section {
        padding: 58px 0;
    }

    .why-section__title {
        font-size: 32px;
    }

    .why-section__subtitle {
        font-size: 16px;
    }

    .why-section__grid {
        grid-template-columns: 1fr;
    }

    .why-section__card {
        border-radius: 16px;
        padding: 14px;
    }

    .why-section__card-title {
        font-size: 22px;
    }

    .why-section__card-text {
        font-size: 16px;
    }

    .reviews-section {
        padding: 48px 0 54px;
    }

    .reviews-section__title {
        font-size: 32px;
    }

    .reviews-section__slider-wrap {
        padding: 0 44px;
    }

    .reviews-section__card {
        min-height: 180px;
        border-radius: 18px;
        padding: 18px 16px;
        gap: 12px;
    }

    .reviews-section__text {
        font-size: 16px;
        -webkit-line-clamp: 5;
    }

    .reviews-section__footer {
        margin-top: 18px;
    }

    .reviews-section__button {
        min-height: 48px;
        padding: 0 22px;
        font-size: 15px;
    }

    .reviews-section__read-more {
        font-size: 15px;
    }

    .reviews-section__avatar {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 18px;
    }

    .reviews-section__author-name {
        font-size: 16px;
    }

    .fancybox__container.fancybox-reviews-full .reviews-section__modal {
        padding: 22px 20px 24px;
    }

    .production-section {
        padding: 14px 0 20px;
    }

    .production-section__head {
        margin-bottom: 14px;
    }

    .production-section__label {
        margin-bottom: 8px;
        padding: 7px 12px;
        font-size: 10px;
    }

    .production-section__title {
        font-size: 32px;
    }

    .production-section__subtitle {
        margin-top: 8px;
        font-size: 15px;
    }

    .production-section__mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 96px;
        gap: 8px;
    }

    .production-section__tile {
        grid-column: span 1;
        grid-row: span 2;
    }

    .production-section__mosaic[class*="production-section__mosaic--count-"] .production-section__tile:nth-child(n) {
        grid-column: span 1;
        grid-row: span 2;
    }

    .production-section__mosaic--count-1 .production-section__tile:nth-child(n) {
        grid-column: span 2;
        grid-row: span 4;
    }

    .production-section__note {
        margin-top: 10px;
        font-size: 14px;
    }

    .messengers-cta-section {
        padding: 6px 0 16px;
    }

    .messengers-cta-section__in {
        border-radius: 20px;
        padding: 18px 14px;
        gap: 12px;
    }

    .messengers-cta-section__label {
        margin-bottom: 10px;
        font-size: 10px;
        padding: 7px 12px;
    }

    .messengers-cta-section__title {
        font-size: 30px;
    }

    .messengers-cta-section__text {
        margin-top: 10px;
        font-size: 15px;
    }

    .messengers-cta-section__actions {
        gap: 8px;
    }

    .messengers-cta-section__actions .offer-section__messenger {
        width: 100%;
        min-width: 100%;
        justify-content: center;
    }

    .installment-section {
        padding: 10px 0 56px;
    }

    .installment-section__bg {
        inset: 12px 6px 30px;
        border-radius: 18px;
    }

    .installment-section__in {
        padding: 28px 16px;
        gap: 16px;
    }

    .installment-section__label {
        margin-bottom: 12px;
        font-size: 11px;
        padding: 7px 14px;
    }

    .installment-section__title {
        font-size: 42px;
    }

    .installment-section__lead {
        margin-top: 14px;
        font-size: 18px;
    }

    .installment-section__features {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 22px;
    }

    .installment-section__feature {
        column-gap: 12px;
        row-gap: 4px;
    }

    .installment-section__feature-title {
        font-size: 16px;
    }

    .installment-section__feature-text {
        font-size: 14px;
    }

    .installment-section__note {
        width: 100%;
        margin-top: 20px;
        padding: 12px 12px;
        font-size: 14px;
        border-radius: 14px;
    }

    .installment-section__note-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .installment-section__visual {
        min-height: 220px;
        border-radius: 16px;
    }

    .installment-section__visual-placeholder {
        min-height: 160px;
        font-size: 12px;
        border-radius: 12px;
    }

    .faq-section {
        padding: 58px 0 68px;
    }

    .faq-section__title {
        font-size: 32px;
    }

    .faq-section__subtitle {
        font-size: 16px;
    }

    .faq-section__item {
        border-radius: 16px;
    }

    .faq-section__question {
        font-size: 18px;
        padding: 14px 14px;
        gap: 10px;
    }

    .faq-section__icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .faq-section__answer {
        font-size: 15px;
        margin: 0 14px 14px;
        padding-left: 10px;
    }

    .site-footer__in {
        padding: 24px 0 20px;
    }

    .hero-section {
        background-size: contain;
    }

    .site-footer__top {
        gap: 14px;
        padding-bottom: 16px;
    }

    .site-footer__find-us {
        padding: 10px 12px;
    }

    .site-footer__find-us-title {
        font-size: 14px;
    }

    .site-footer__find-us-actions {
        flex-direction: column;
        gap: 8px;
    }

    .site-footer__find-us-btn {
        width: 100%;
        min-height: 36px;
        font-size: 13px;
    }

    .site-footer__navigation .nav {
        gap: 8px 16px;
    }

    .site-footer__navigation .nav > li > a {
        font-size: 14px;
    }

    .site-footer__bottom {
        padding-top: 14px;
        gap: 12px;
    }

    .site-footer__messengers {
        width: 100%;
    }

    .site-footer__messengers .offer-section__messenger {
        min-width: 0;
        flex: 1 1 calc(33.333% - 7px);
        justify-content: center;
        padding: 9px 10px;
        font-size: 13px;
        gap: 6px;
    }

    .site-footer__copyright {
        width: 100%;
        font-size: 12px;
    }

    body {
        padding-bottom: calc(148px + env(safe-area-inset-bottom));
    }

    .mobile-contact-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 120;
        display: block;
        background: rgba(250, 244, 237, 0.98);
        border-top: 1px solid rgba(215, 186, 154, 0.6);
        box-shadow: 0 -10px 24px rgba(77, 50, 30, 0.16);
        backdrop-filter: blur(4px);
    }

    .mobile-contact-bar__inner {
        max-width: 768px;
        margin: 0 auto;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    }

    .mobile-contact-bar__phone {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 2px 10px;
        color: #5b4331;
        text-decoration: none;
        border-bottom: 1px solid rgba(215, 186, 154, 0.45);
    }

    .mobile-contact-bar__phone-label {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        color: #9a7654;
    }

    .mobile-contact-bar__phone-value {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 700;
        color: #5b4331;
        white-space: nowrap;
    }

    .mobile-contact-bar__bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        min-height: 62px;
    }

    .mobile-contact-bar__messengers {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-right: 12px;
    }

    .mobile-contact-bar__messenger {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(202, 175, 145, 0.6);
        text-decoration: none;
    }

    .mobile-contact-bar__messenger img {
        width: 18px;
        height: 18px;
        display: block;
    }

    .mobile-contact-bar__messenger--max {
        background: linear-gradient(145deg, #2d2d7e 0%, #2a4ecf 45%, #1a2f8f 100%);
        border-color: #2a49c3;
    }

    .mobile-contact-bar__messenger--tg {
        background: #2aa6df;
        border-color: #2aa6df;
    }

    .mobile-contact-bar__cta {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 10px;
        color: #4f3728;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-size: 12px;
        font-weight: 700;
        background: linear-gradient(180deg, rgba(223, 192, 155, 0.5) 0%, rgba(205, 166, 122, 0.38) 100%);
    }
}

@media (max-width: 479px) {
    .offer-section__messenger {
        min-width: 100%;
    }
}