html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #f4eadc;
    position: relative;
    overflow-x: hidden;
    background-color: #1f1714;
}

/* ФОН */
.hero-page {
    min-height: 100vh;
    /*background-color: #3f250c;*/
    background-image: url("https://i.imgur.com/F8b2h4U.jpeg");
    background-size: cover;
    background-position: start center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(22, 15, 12, 0.70) 10%, rgba(22, 15, 12, 0.50) 45%, rgba(22, 15, 12, 0.07) 70%, rgba(22, 15, 12, 0.07) 100%),
        linear-gradient(180deg, rgba(10, 7, 6, 0.25) 0%, rgba(10, 7, 6, 0.15) 40%, rgba(10, 7, 6, 0.35) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* ЛОГО */
.logo-svg {
    fill: #e4c187;
}

.logo-svg text {
    fill: #e4c187;
}

.top-header {
    position: relative;
    z-index: 2;
}

.top-phone {
    color: #ead8b0;
    text-decoration: none;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}

.top-phone:hover {
    color: #f3ddb0;
}

.cifri{
    font-family: Arial, Helvetica, sans-serif !important;
}

.custom-nav {
    gap: 0;
}

.custom-nav .nav-link {
    color: #f2e5d1;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    line-height: 1;
    text-decoration: none;
    padding: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.75);
    transition: color 0.2s ease;
}

.custom-nav .nav-link:hover {
    color: #e4c187;
}

.custom-nav .nav-item {
    position: relative;
    padding-right: 28px;
    margin-right: 28px;
}

.custom-nav .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 52%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: rgba(233, 212, 180, 0.45);
}

.hero-main {
    padding-top: 54px;
    padding-bottom: 40px;
}

.hero-left {
    max-width: 720px;
}

.hero-title {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.9rem, 5vw, 4.9rem);
    line-height: 0.95;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #f3e6d1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.72);
}

.hero-subtitle {
    margin-top: 18px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.15;
    color: #eadcc7;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.72);
}

.hero-price {
    margin-top: 34px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 3vw, 3rem);
    line-height: 1.08;
    color: #f0e5d3;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.78);
}

.hero-price span {
    color: #e9c47d;
    font-weight: 700;
}

.btn-gold {
    background: linear-gradient(180deg, #e7c88d 0%, #d1a055 100%);
    border: 1px solid rgba(93, 57, 20, 0.55);
    color: #4f3111;
    font-weight: 600;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.4),
        inset 0 -2px 0 rgba(97, 54, 15, 0.22),
        0 6px 18px rgba(0,0,0,0.28);
    text-shadow: none;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.btn-gold:hover {
    background: linear-gradient(180deg, #efd298 0%, #d7ab62 100%);
    color: #3f250c;
    transform: translateY(-1px);
}

.btn-big {
    min-height: 110px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.7rem, 2vw, 2rem);
    line-height: 1.02;
    padding: 18px 26px;
}

.btn-big-2 {
    min-height: 86px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.45rem, 1.8vw, 2rem);
    line-height: 1.05;
    padding: 16px 24px;
    min-width: 430px;
}

.hero-cta-wrap {
    margin-top: 34px;
    max-width: 540px;
}

.hero-cta-note {
    margin-top: 8px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.45rem;
    color: #ebddc7;
    text-shadow: 0 2px 10px rgba(0,0,0,0.72);
}

.main-baner-list {
    margin-top: 34px;
    margin-bottom: 0;
    list-style: none;
    max-width: 600px;
}

.main-baner-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.55rem, 1.9vw, 1.8rem);
    line-height: 1.05;
    color: #f0e4d3;
    text-shadow: 0 3px 12px rgba(0,0,0,0.75);
}

.main-baner-list img {
    width: 26px;
    height: 26px;
    margin-top: 6px;
    flex-shrink: 0;
}

.main-baner-list strong {
    color: #e8c57d;
    font-weight: 700;
}

.hero-advantages {
    margin-top: 56px;
    max-width: 540px;
}

.advantage-item {
    text-align: center;
    padding: 0 18px;
    position: relative;
}

.advantage-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 82px;
    background: rgba(231, 212, 182, 0.28);
}

.icon-priem {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 12px;
}

.advantage-item p {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    line-height: 1.02;
    color: #efe0cb;
    text-shadow: 0 2px 10px rgba(0,0,0,0.72);
}

.advantage-item span {
    color: #e8c57d;
    font-weight: 700;
}

.hero-catalog-btn {
    margin-top: 32px;
}

.hero-contacts {
    margin-top: 28px;
}

.hero-contacts p {
    margin-bottom: 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    color: #efe0cb;
    text-shadow: 0 2px 10px rgba(0,0,0,0.72);
}

.hero-contacts-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-contacts-row i {
    font-size: 2rem;
    color: #e4c187;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hero-contacts-row a {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 2.4vw, 2.3rem);
    line-height: 1;
    color: #ead8b0;
    text-decoration: none;
    text-shadow: 0 3px 14px rgba(0,0,0,0.75);
}

.iconka {
    width: 120px;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 1399.98px) {
    .hero-content {
        padding-left: 36px;
        padding-right: 36px;
    }

    .custom-nav .nav-link {
        font-size: 1.8rem;
    }

    .top-phone {
        font-size: 1.35rem;
    }
}

@media (max-width: 991.98px) {
    .hero-page {
        min-height: 60vh;
        /*background-color: #3f250c;*/
        background-image: url("img/banner-mobile.webp");
        background-size: cover;
        background-position: start center;
        background-repeat: no-repeat;
        position: relative;
    }

    .hero-page {
        background-position: 68% center;
    }

    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-header {
        flex-wrap: nowrap;
    }

    .top-contacts {
        width: auto;
        justify-content: flex-end;
        flex-shrink: 1;
        min-width: 0;
    }

    .custom-nav {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .custom-nav .nav-link {
        font-size: 1.29rem;
    }

    .custom-nav .nav-item {
        padding-right: 10px;
        margin-right: 10px;
    }

    .custom-nav .nav-item:not(:last-child)::after {
        height: 18px;
    }

    .hero-main {
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .hero-left {
        max-width: 100%;
    }

    .hero-cta-wrap {
        max-width: 100%;
    }

    .btn-big-2 {
        min-width: auto;
        width: 100%;
    }

    .hero-advantages {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .logo-svg {
        width: 120px;
        height: auto;
    }

    .top-phone {
        font-size: 1.35rem;
    }

    .btn-gold {
        border-radius: 10px;
    }

    .btn-big {
        min-height: 88px;
        font-size: 1.45rem;
        padding: 14px 18px;
    }

    .btn-big-2 {
        min-height: 74px;
        font-size: 1.3rem;
        padding: 12px 16px;
    }

    .hero-subtitle {
        margin-top: 14px;
    }

    .hero-price {
        margin-top: 24px;
    }

    .hero-cta-wrap {
        margin-top: 24px;
    }

    .hero-cta-note {
        font-size: 1.1rem;
    }

    .main-baner-list {
        margin-top: 26px;
    }

    .main-baner-list li {
        font-size: 1.1rem;
        gap: 10px;
        margin-bottom: 16px;
    }

    .main-baner-list img {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }

    .hero-advantages {
        margin-top: 18px;
    }

    .advantage-item {
        padding: 0 10px;
    }

    .advantage-item p {
        font-size: 1rem;
        line-height: 1.1;
    }

    .advantage-item:not(:last-child)::after {
        height: 64px;
    }

    .icon-priem {
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
    }

    .hero-contacts p {
        font-size: 1.15rem;
    }

    .hero-contacts-row i {
        font-size: 1.5rem;
    }
}

.reason-card {
    height: 100%;
    padding: 34px 24px 30px;
    background: linear-gradient(180deg, rgba(49, 36, 30, 0.92), rgba(33, 24, 20, 0.96));
    border: 1px solid rgba(228, 193, 135, 0.22);
    border-radius: 18px;
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.reason-card h5 {
    color: #f3e6d1;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 12px;
}

.reason-card p {
    color: #ddcdb8;
    line-height: 1.45;
    margin-bottom: 0;
}

.reason-card .iconka {
    width: 92px;
    margin-bottom: 8px;
    opacity: 0.95;
}


.type-card {
    height: 100%;
    overflow: hidden;
    background: #2a201b;
    border: 1px solid rgba(228, 193, 135, 0.18);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.type-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.type-card-body {
    padding: 22px 24px 26px;
}

.type-card h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    color: #f3e6d1;
    margin-bottom: 8px;
}

.type-card p {
    color: #ddcdb8;
    line-height: 1.45;
    margin-bottom: 0;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 3vw, 3.2rem);
    font-weight: 600;
    color: #f3e6d1;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 192px;
    height: 1px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, transparent, #e4c187, transparent);
}

.section-dark {
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .section-dark {
        padding: 56px 0;
    }
}

.work-card {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(228, 193, 135, 0.16);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
    background: #2a201b;
}

.work-card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.reviews-section {
    padding: 80px 0;
    background:
        linear-gradient(180deg, rgba(42, 32, 27, 0.65), rgba(31, 23, 20, 0.95));
    border: 1px solid rgba(228, 193, 135, 0.12);
}


.final-cta {
    margin: 70px 0 90px;
    padding: 52px;
    background:
        radial-gradient(circle at top left, rgba(228, 193, 135, 0.16), transparent 360px),
        linear-gradient(135deg, #30231d, #1b120f);
    border: 1px solid rgba(228, 193, 135, 0.24);
    border-radius: 26px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.final-cta h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.1rem, 3vw, 3.4rem);
    color: #f3e6d1;
    line-height: 1.05;
}

.final-cta p {
    color: #ddcdb8;
    font-size: 1.1rem;
    line-height: 1.55;
    max-width: 520px;
}

@media (max-width: 767.98px) {
    .final-cta {
        padding: 52px 20px;
        margin: 50px 0 60px;
        border-radius: 18px;
    }

    .reviews-section {
        padding: 30px 0;
    }
}

.works-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 3vw, 3.3rem);
    font-weight: 600;
    color: #f3e6d1;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, transparent, rgba(228, 193, 135, 0.75), transparent);
}

.works-swiper {
    width: 100%;
    overflow: visible;
}

.works-wrapper {
    display: flex;
    gap: 28px;
}

.work-slide {
    width: calc(25% - 21px);
    flex: 0 0 calc(25% - 21px);
}

.work-card {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(228, 193, 135, 0.16);
    background: #2a201b;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.work-card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.work-card:hover img {
    transform: scale(1.04);
}

.btn-section {
    width: auto;
    min-width: 300px;
    padding: 13px 28px;
}

.works-pagination {
    display: none;
}

/* Телефон */
@media (max-width: 767.98px) {
    .works-section {
        padding-top: 50px !important;
        padding-bottom: 55px !important;
    }

    .works-swiper {
        overflow: hidden;
        padding: 0 0 36px;
    }

    .works-wrapper {
        gap: 0;
    }

    .work-slide {
        width: auto;
        flex: 0 0 auto;
    }

    .work-card {
        border-radius: 14px;
    }

    .work-card img {
        height: 360px;
    }

    .works-pagination {
        display: block;
        bottom: 0 !important;
    }

    .works-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: rgba(228, 193, 135, 0.45);
        opacity: 1;
    }

    .works-pagination .swiper-pagination-bullet-active {
        background: #e4c187;
    }

    .btn-section {
        width: 100%;
        max-width: 320px;
        min-width: auto;
    }
}

@media (max-width: 767.98px) {
    .final-cta {
        padding-left: 16px;
        padding-right: 16px;
        overflow: hidden;
    }

    .final-cta-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 1.5rem;
        margin-left: 0;
        margin-right: 0;
    }

    .final-cta-row > * {
        padding-left: 0;
        padding-right: 0;
    }

    .final-cta-icons {
        --bs-gutter-x: 0.75rem;
        margin-left: 0;
        margin-right: 0;
    }

    .final-cta-icons > * {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .section-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(2.2rem, 3vw, 3.3rem);
        font-weight: 600;
        color: #f3e6d1;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
    }
}