* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Outfit', sans-serif;
}

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

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* =========================
CONTAINER
========================= */

.main-wrap {
    padding: 22px;
}

.hero-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(to top, white 45%, transparent 85%), linear-gradient(135deg, #ff3d5d 0%, #ff9b75 100%);
    padding: 26px 34px 40px;
}

/* =========================
HEADER
========================= */

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 10;
}
header.site-header {
    position: absolute;
    width: 100%;
    top: 42px;
    left: 50%;
    transform: translate(-50%);
	padding:0 45px
}
.logged-in.admin-bar header.site-header {
    top: 74px;
}
.logo img {
    width: 110px;
    border-radius: 14px;
}

/* DESKTOP MENU */

.desktop-menu {
    background: #fff;
    border-radius: 18px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.desktop-menu ul {
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 0 20px;
}

.desktop-menu ul li a {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 400;
}

.contact-btn {
    min-width: 148px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(180deg, #F22E2F 0%, #FF7F76 100%);
}

/* MOBILE HEADER */

.mobile-actions {
    display: none;
    align-items: center;
    gap: 10px;
}

.mobile-menu-btn {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mobile-menu-btn span {
    width: 18px;
    height: 2px;
    background: #370000;
    position: relative;
    display: block;
}

.mobile-menu-btn span:before,
.mobile-menu-btn span:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #370000;
    left: 0;
}

.mobile-menu-btn span:before {
    top: -6px;
}

.mobile-menu-btn span:after {
    top: 6px;
}

.mobile-contact {
    height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(180deg, #F22E2F 0%, #FF7F76 100%);
}

/* =========================
HERO
========================= */

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px 1fr;
    align-items: center;
    min-height: 720px;
    position: relative;
}
.hero-image:before {
    content: "";
    width: 100%;
    height: 320px;
    background: linear-gradient(359deg, #ffffff, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
/* LEFT */

.hero-left {
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 98px;
    line-height: 0.92;
    font-weight: 500;
    margin-bottom: 32px;
    letter-spacing: -2px;

    background: linear-gradient(0deg, #FF4E2B 0%, #370000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    max-width: 560px;
    font-size: 18px;
    line-height: 1.6;
    color: #370000;
    margin-bottom: 42px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.primary-btn {
    height: 64px;
    padding: 0 30px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(180deg, #F22E2F 0%, #FF7F76 100%);
    box-shadow: 0 10px 24px rgba(255, 87, 87, 0.25);
}

.text-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 500;
}

.text-link svg {
    width: 18px;
    height: 18px;
}

/* CENTER IMAGE */

.hero-image {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.hero-image img {
    width: 420px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

/* RIGHT */

.hero-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 70px;
    position: relative;
    z-index: 2;
    align-self: end;
}

.hero-right-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 96px;
    line-height: 0.95;
    font-weight: 500;
    text-align: right;
    letter-spacing: -2px;

    background: linear-gradient(0deg, #FF4E2B 0%, #370000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.review-card {
    width: 370px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 28px;
    border: 1px solid rgba(255, 130, 130, 0.35);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.review-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.review-users {
    display: flex;
}

.review-users img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-left: -10px;
}

.review-users img:first-child {
    margin-left: 0;
}

.review-count {
    font-size: 52px;
    line-height: 1;
    font-weight: 600;
    color: #ff3131;
}

.review-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #370000;
}

/* =========================
MOBILE MENU
========================= */

.mobile-menu {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 999;
    padding: 24px;
    transform: translateX(-100%);
    transition: 0.35s ease;
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.mobile-menu-top img {
    width: 105px;
    border-radius: 12px;
}

.close-menu {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: #f5f5f5;
    font-size: 24px;
    cursor: pointer;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-nav a {
    font-size: 18px;
    color: #370000;
    font-weight: 500;
}

.mobile-bottom {
    margin-top: auto;
    padding-top: 30px;
}

.mobile-bottom h4 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #888;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons svg {
    width: 18px;
    height: 18px;
    fill: #370000;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1500px) {

    .hero-grid {
        grid-template-columns: 1fr 420px 1fr;
    }

    .hero-title {
        font-size: 84px;
    }

    .hero-right-title {
        font-size: 82px;
    }

}

@media(max-width:1200px) {
.primary-btn {
    padding: 0 15px;
}
}
@media(max-width:1100px) {

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
        padding-top: 50px;
    }

    .hero-left {
        margin-top: 0;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-right {
        align-items: center;
        gap: 50px;
    }

    .hero-right-title {
        text-align: center;
    }

    .hero-image img {
        width: 460px;
    }

}

@media(max-width:991px) {

    .desktop-menu {
        display: none;
    }

    .mobile-actions {
        display: flex;
    }

    .hero-wrapper {
        padding: 50px 20px 40px;
        min-height: auto;
    }

    .hero-title {
        font-size: 68px;
    }

    .hero-right-title {
        font-size: 64px;
    }

}

@media(max-width:767px) {

    .main-wrap {
        padding: 12px;
    }

    .hero-wrapper {
        border-radius: 18px;
        padding: 86px 16px 34px;
    }
header.site-header {
    padding: 0 25px;
}
	.mobile-nav a {
    padding: 10px;
    border-bottom: solid 1px #ddd;
}
    .logo img {
        width: 88px;
    }

    .hero-grid {
        padding-top: 28px;
        gap: 24px;
    }

    .hero-title {
        font-size: 58px;
        margin-bottom: 18px;
    }

    .hero-desc {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 26px;
    }

    .primary-btn {
        height: 54px;
        padding: 0 22px;
        font-size: 15px;
        border-radius: 14px;
    }

    .text-link {
        font-size: 15px;
    }

    .hero-image img {
        width: 100%;
        max-width: 360px;
    }

    .hero-right {
        gap: 28px;
    }

    .hero-right-title {
        font-size: 54px;
    }

    .review-card {
        width: 100%;
        padding: 22px;
    }

    .review-count {
        font-size: 38px;
    }

    .review-card p {
        font-size: 14px;
        line-height: 1.7;
    }

}

@media(max-width:480px) {

    .hero-title {
        font-size: 48px;
    }

    .hero-right-title {
        font-size: 46px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .hero-grid {
        text-align: left;
    }

    .hero-desc {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-actions {
        justify-content: flex-start;
    }

    .hero-right {
        align-items: flex-start;
    }

    .hero-right-title {
        text-align: left;
    }

}

/* =========================
NEXT SECTION
========================= */

.ritual-section {
    padding: 40px 0;
    background: #fff;
}

.ritual-section .container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* BADGE */

.welcome-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 10px 32px;
    border-radius: 10px;
    border: 1px solid #FD7069;
    background: #FFDCDA;
    color: #FD7069;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 44px;
}

/* HEADING */

.ritual-heading {
    font-family: 'Cormorant Garamond', serif;
    color: #370000;
    font-size: 48px;
    line-height: 1.28;
    font-weight: 500;
    letter-spacing: -1px;
}

/* INLINE IMAGES */

.inline-img {
    display: inline-flex;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 14px;
}

.inline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ROUND */

.round-img {
    width: 94px;
    height: 94px;
    border-radius: 50%;
}

/* SQUARE */

.square-img {
    width: 118px;
    height: 86px;
    border-radius: 20px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1400px) {

    .ritual-heading {
        font-size: 42px;
    }

}

@media(max-width:1100px) {

    .ritual-section {
        padding: 40px 0;
    }

    .ritual-heading {
        font-size: 36px;
        line-height: 1.22;
    }

    .round-img {
        width: 58px;
        height: 58px;
    }

    .square-img {
        width: 80px;
        height: 54px;
    }

}

@media(max-width:767px) {

    .ritual-section {
        padding: 30px 0;
    }

    .welcome-badge {
        min-height: 44px;
        padding: 8px 22px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .ritual-heading {
        font-size: 24px;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .inline-img {
        margin: 0 8px;
    }

    .round-img {
        width: 46px;
        height: 46px;
    }

    .square-img {
        width: 52px;
        height: 36px;
        border-radius: 10px;
    }

}

@media(max-width:480px) {

    .ritual-section {
        padding: 30px 0;
    }

    .ritual-heading {
        font-size: 22px;
        line-height: 1.4;
    }

    .round-img {
        width: 46px;
        height: 46px;
    }

    .square-img {
        width: 60px;
        height: 46px;
    }

}

/* =========================
ENERGY SECTION
========================= */


.energy-banner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* BG IMAGE */

.energy-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */

.energy-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(270deg,
            rgba(255, 255, 255, 0) 27.36%,
            #F95761 106.21%);
}

/* CONTENT */

.energy-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 70px 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* TITLE */

.energy-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 500;
    color: #fff;
    letter-spacing: -1px;
    max-width: 660px;
}

/* CARDS */

.energy-cards {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 120px;
}

/* CARD */

.energy-card {
    width: 320px;
    padding: 28px 24px;
    border-radius: 12px;
    background: #FF202F54;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.energy-icon {
    font-size: 30px;
    color: #fff;
    margin-bottom: 22px;
}

.energy-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}

.energy-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    opacity: 0.95;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1400px) {

    .energy-title {
        font-size: 52px;
    }

}

@media(max-width:1200px) {


    .energy-title {
        font-size: 46px;
    }

    .energy-cards {
        gap: 18px;
    }

    .energy-card {
        width: 290px;
    }

}

@media(max-width:991px) {

    .energy-content {
        padding: 50px 30px;
    }

    .energy-title {
        font-size: 40px;
        max-width: 500px;
    }

    .energy-cards {
        margin-top: 70px;
    }

    .energy-card {
        width: calc(50% - 9px);
    }

}

@media(max-width:767px) {


    .energy-banner {
        min-height: auto;
    }

    .energy-content {
        padding: 28px 20px;
    }

    .energy-title {
        font-size: 30px;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

    .energy-cards {
        margin-top: 36px;
        gap: 14px;
    }

    .energy-card {
        width: 100%;
        padding: 22px 18px;
    }

    .energy-card h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .energy-card p {
        font-size: 15px;
        line-height: 1.6;
    }

}

@media(max-width:480px) {

    .energy-title {
        font-size: 26px;
    }

}

/* =========================
SERVICES SECTION
========================= */

.services-section {
    padding: 50px 0;
    background: #fff;
}

.services-section .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* TOP */

.services-top {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.services-top h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 500;
    color: #370000;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.services-top p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #370000;
}

/* GRID */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 28px;
}

/* ITEM */

.service-item {
    position: relative;
    padding: 40px 20px 20px;
    background: #f6f1e8;
}

/* IMAGE */

.service-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

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

/* BOX */

.service-box {
    background: #f6f1e8;
    border: 1px solid #e7c78f;
    min-height: 280px;
    padding: 75px 20px 15px;
    text-align: center;
}

/* TITLE */

.service-box h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 500;
    color: #370000;
    margin-bottom: 10px;
}

/* DESC */

.service-box p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #555555;
    margin-bottom: 20px;
}

/* LINK */

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #370000;
}

.service-link svg {
    width: 18px;
    height: 18px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1200px) {

    .services-top h2 {
        font-size: 46px;
    }

    .service-box {
        padding: 82px 10px 20px;
    }

    .service-box h3 {
        font-size: 34px;
    }

}

@media(max-width:991px) {

    .services-section {
        padding: 70px 0;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 22px;
    }

    .services-top {
        margin-bottom: 60px;
    }

    .services-top h2 {
        font-size: 38px;
    }

    .services-top p {
        font-size: 15px;
    }

}

@media(max-width:767px) {

    .services-section {
        padding: 55px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .services-top {
        margin-bottom: 50px;
    }

    .services-top h2 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .services-top p {
        font-size: 16px;
        line-height: 1.7;
    }

    .service-image {
        width: 84px;
        height: 84px;
    }

    .service-box {
        min-height: auto;
        padding: 74px 24px 28px;
    }

    .service-box h3 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .service-box p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 26px;
    }

    .service-link {
        font-size: 17px;
    }

}

/* =========================
FACIAL SERVICES SECTION
========================= */

.facial-services-section {
    padding: 50px 40px;
    background: #f7f2e9;
    border-radius: 18px;
}

.facial-services-section .container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 20px;
}

/* WRAPPER */

.facial-wrapper {
    display: grid;
    grid-template-columns: 620px 1fr;
    gap: 40px;
}

/* LEFT */

.facial-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 500;
    color: #370000;
    margin-bottom: 36px;
    letter-spacing: -0.5px;
}

/* TABS */

.facial-tabs {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.facial-tab {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    cursor: pointer;

    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;

    color: #363636;
    opacity: 0.6;

    transition: 0.3s ease;
}

.facial-tab span {
    font-size: 28px;
    font-family: 'Outfit', sans-serif;
    min-width: 44px;
}

.facial-tab.active {
    opacity: 1;
    color: #363636;
}

.tab-line {
    width: 100px;
    height: 2px;
    background: #e8c274;
    margin-left: 18px;
}

/* RIGHT */

.facial-right {
    position: relative;
}

/* CIRCLE */

.service-circle {
position: absolute;
    left: -41px;
    top: 11px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f8dede;
    border: 1px solid #efbf74;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.service-circle svg {
    width: 100%;
    height: 100%;
    animation: rotateText 12s linear infinite;
}

.service-circle text {
    fill: #370000;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: 'Outfit', sans-serif;
}

.service-circle span {
    position: absolute;
    font-size: 60px;
    color: #ff7069;
}

/* IMAGE */

.facial-image {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.facial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 580px;
}

/* INFO CARD */

.facial-info-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;

    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 24px 26px;
}

.facial-info-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.price {
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
    color: #ff3131;
    font-family: 'Outfit', sans-serif;
}

.duration {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    color: #370000;
    font-family: 'Outfit', sans-serif;
}

.duration svg {
    width: 28px;
    height: 28px;
}

.facial-info-card p {
    font-size: 20px;
    line-height: 1.9;
    color: #370000;
    font-family: 'Outfit', sans-serif;
}

/* ADDONS */

.addons-box {
    margin-top: 60px;
    background: #fff;
    border: 1px solid #efbf74;
    border-radius: 18px;
    padding: 40px 34px;
}

.addons-box h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #370000;
    margin-bottom: 34px;
}

.addons-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

/* PILL */

.addon-pill {
    height: 58px;
    border-radius: 60px;
    border: 2px solid #efbf74;
    padding: 0 10px 0 10px;

    display: flex;
    align-items: center;
    gap: 14px;

    font-size: 18px;
    color: #555;
    font-family: 'Outfit', sans-serif;
}

.addon-pill span {
    height: 40px;
    padding: 0 16px;
    border-radius: 40px;
    background: #efbf74;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

/* ANIMATION */

@keyframes rotateText {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1400px) {

    .facial-wrapper {
        grid-template-columns: 540px 1fr;
    }

    .facial-heading {
        font-size: 40px;
    }

    .facial-tab {
        font-size: 30px;
    }

}

@media(max-width:1200px) {

    .facial-wrapper {
        grid-template-columns: 1fr;
    }

    .facial-right {
        padding-top: 70px;
    }

    .service-circle {
        left: 0;
        top: 0;
    }

}

@media(max-width:991px) {

    .facial-services-section {
        padding: 20px 0;
    }

    .facial-wrapper {
        padding: 34px 24px;
    }

    .facial-heading {
        font-size: 34px;
        margin-bottom: 28px;
    }

    .facial-tab {
        font-size: 26px;
    }

    .facial-tab span {
        font-size: 20px;
    }

    .tab-line {
        width: 120px;
    }

    .price {
        font-size: 42px;
    }

    .duration {
        font-size: 18px;
    }

    .facial-info-card p {
        font-size: 16px;
        line-height: 1.8;
    }

    .addons-box h3 {
        font-size: 42px;
    }

    .addon-pill {
        font-size: 18px;
        height: 48px;
        padding: 0 8px 0 18px;
    }

    .addon-pill span {
        height: 32px;
        font-size: 14px;
    }

}

@media(max-width:767px) {

    .facial-wrapper {
        padding: 24px 18px;
        gap: 26px;
    }

    .facial-heading {
        font-size: 28px;
    }

    .facial-tabs {
        gap: 20px;
    }

    .facial-tab {
        font-size: 28px;
        gap: 10px;
        align-items: flex-start;
    }

    .facial-tab span {
        min-width: 28px;
        font-size: 16px;
        padding-top: 4px;
    }

    .tab-line {
        display: none;
    }

    .addons-box {
        width: 92%;
        margin: 0 auto;
    }

    .service-circle {
        width: 120px;
        height: 120px;
    }

    .service-circle text {
        font-size: 12px;
    }

    .service-circle span {
        font-size: 40px;
    }

    .facial-right {
        padding-top: 50px;
    }

    .facial-info-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: -20px;
        border-radius: 14px;
        padding: 18px;
    }

    .facial-info-top {
        margin-bottom: 14px;
    }

    .price {
        font-size: 32px;
    }

    .duration {
        font-size: 15px;
    }

    .duration svg {
        width: 20px;
        height: 20px;
    }

    .facial-info-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .addons-box {
        padding: 24px 18px;
    }

    .addons-box h3 {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .addons-list {
        gap: 12px;
    }

    .addon-pill {
        width: 100%;
        justify-content: space-between;
        font-size: 16px;
    }

}


/* =========================
SECTION
========================= */

.pricing-section {
    padding: 90px 0;
    background: #ffffff;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

/* TOP */

.pricing-top {
    text-align: center;
    margin-bottom: 25px;
}

.pricing-top h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 500;
    color: #370000;
    letter-spacing: -0.5px;
}

/* TABLE */

.pricing-table-wrap {
    background: #FFDCDA;
    border: 1px solid #FFBBB7;
    border-radius: 22px;
    padding: 34px 32px;
}

/* GRID */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
}

/* ITEM */

.pricing-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    padding: 18px 0;

    border-bottom: 1px solid #f2b7b2;
}

.pricing-item span {
    font-size: 20px;
    line-height: 1.4;
    color: #370000;
    font-weight: 400;
}

.pricing-item strong {
    font-size: 20px;
    line-height: 1;
    color: #370000;
    font-weight: 500;
}

/* BUTTON */

.pricing-btn-wrap {
    margin-top: 58px;
}

.pricing-btn {
    width: 100%;
    min-height: 66px;

    border-radius: 60px;

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

    text-align: center;

    background: linear-gradient(180deg, #F22E2F 0%, #FF7F76 100%);

    color: #fff;
    font-size: 22px;
    font-weight: 500;

    padding: 16px 24px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1200px) {

    .pricing-top h2 {
        font-size: 40px;
    }

    .pricing-grid {
        gap: 40px;
    }

}

@media(max-width:991px) {

    .pricing-section {
        padding: 70px 0;
    }

    .pricing-top {
        margin-bottom: 40px;
    }

    .pricing-top h2 {
        font-size: 34px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pricing-btn-wrap {
        margin-top: 34px;
    }

}

@media(max-width:767px) {

    .pricing-section {
        padding: 55px 0;
    }

    .pricing-table-wrap {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .pricing-top h2 {
        font-size: 32px;
        line-height: 1.05;
    }

    .pricing-item {
        padding: 16px 0;
    }

    .pricing-item span,
    .pricing-item strong {
        font-size: 16px;
    }

    .pricing-btn {
        min-height: 56px;
        font-size: 16px;
        border-radius: 16px;
    }

}


/* =========================
SECTION
========================= */

.beauty-section {
    padding: 50px 0;
    background: #FFF9EF;
}

.container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 20px;
}

/* TOP */

.beauty-top {
    text-align: center;
    margin-bottom: 25px;
}

.beauty-top h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 500;
    color: #370000;
    letter-spacing: -0.5px;
}

/* GRID */

.beauty-grid {
    display: grid;
    grid-template-columns: 1fr 430px 1fr;
    gap: 56px;
    align-items: center;
}

/* =========================
LEFT
========================= */

.beauty-left h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 500;
    color: #000000;
    margin-bottom: 24px;
}

.beauty-left p {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 20px;
}

.beauty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 300px;
    min-height: 66px;

    padding: 16px 30px;

    border-radius: 16px;

    background: linear-gradient(180deg, #F22E2F 0%, #FF7F76 100%);

    color: #fff;
    font-size: 22px;
    font-weight: 500;

    margin-top: 14px;
}

/* =========================
CENTER IMAGE
========================= */

.beauty-image {
    overflow: hidden;
}

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

/* =========================
RIGHT
========================= */

.beauty-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* CARD */

.beauty-card {
    border: 1px solid #efc37a;
    background: transparent;
    padding: 20px;
}

.beauty-card-top {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 0px;
}

/* ICON */

.beauty-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: #370000;
}

.beauty-icon svg {
    width: 20px;
    height: 20px;
}

/* TITLE */

.beauty-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    color: #370000;
}

/* DESC */

.beauty-card p {
    font-size: 18px;
    line-height: 1.8;
    color: #555555;

    padding-left: 62px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1400px) {

    .beauty-top h2 {
        font-size: 42px;
    }

    .beauty-left h3 {
        font-size: 32px;
    }

    .beauty-grid {
        grid-template-columns: 1fr 360px 1fr;
        gap: 40px;
    }

}

@media(max-width:1200px) {

    .beauty-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .beauty-image {
        max-width: 520px;
        margin: 0 auto;
    }

}

@media(max-width:991px) {

    .beauty-section {
        padding: 70px 0;
    }

    .beauty-top {
        margin-bottom: 50px;
    }

    .beauty-top h2 {
        font-size: 36px;
    }

    .beauty-left h3 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .beauty-left p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 16px;
    }

    .beauty-btn {
        min-width: 250px;
        min-height: 58px;
        font-size: 18px;
    }

    .beauty-card {
        padding: 28px 24px;
    }

    .beauty-card h4 {
        font-size: 28px;
    }

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

}

@media(max-width:767px) {

    .beauty-section {
        padding: 55px 0;
    }

    .beauty-top {
        margin-bottom: 40px;
    }

    .beauty-top h2 {
        font-size: 42px;
        line-height: 1.05;
    }

    .beauty-grid {
        gap: 30px;
    }

    .beauty-left h3 {
        font-size: 34px;
    }

    .beauty-left p {
        font-size: 15px;
        line-height: 1.7;
    }

    .beauty-btn {
        width: 100%;
        min-width: 100%;
        min-height: 54px;
        font-size: 16px;
        border-radius: 14px;
    }

    .beauty-card {
        padding: 22px 18px;
    }

    .beauty-card-top {
        gap: 14px;
        margin-bottom: 12px;
    }

    .beauty-icon {
        width: 38px;
        height: 38px;
    }

    .beauty-icon svg {
        width: 16px;
        height: 16px;
    }

    .beauty-card h4 {
        font-size: 24px;
    }

    .beauty-card p {
        padding-left: 52px;
        font-size: 14px;
        line-height: 1.7;
    }

}


/* =========================
SECTION
========================= */

.testimonial-section {
    padding: 50px 0;
    background: #ffffff;
}

.container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}

/* TOP */

.testimonial-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;

    margin-bottom: 48px;
}

.testimonial-top h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 500;
    color: #370000;
    letter-spacing: -0.5px;
}

/* NAV */

.testimonial-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-arrow {
    width: 64px;
    height: 64px;

    border-radius: 50%;

    border: 1px solid #dedede;
    background: #fff;

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

    cursor: pointer;

    transition: 0.3s ease;
}

.testimonial-arrow svg {
    width: 26px;
    height: 26px;
    color: #370000;
}

.testimonial-arrow.active {
    background: linear-gradient(180deg, #F22E2F 0%, #FF7F76 100%);
    border-color: transparent;
}

.testimonial-arrow.active svg {
    color: #fff;
}

/* SLIDE */

.testimonial-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

/* =========================
BEFORE AFTER
========================= */

.before-after-wrap {
    position: relative;
}

.before-after-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 640px;

    overflow: hidden;
    border-radius: 24px;
}

.before-after-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* AFTER */

.after-img {
    position: absolute;
    inset: 0;
}

/* BEFORE */

.before-img-wrap {
    position: absolute;
    inset: 0;
    width: 50%;
    overflow: hidden;
}

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

    filter: brightness(0.92) contrast(0.92);
}

/* LINE */

.slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    width: 3px;
    background: #ffffff;

    transform: translateX(-50%);
}

/* LABEL */

.before-label,
.after-label {
    position: absolute;
    top: 20px;

    min-width: 90px;
    height: 40px;

    border-radius: 40px;

    background: rgba(255, 255, 255, 0.9);

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

    font-size: 16px;
    font-weight: 500;
    color: #370000;

    z-index: 4;
}

.before-label {
    left: 20px;
}

.after-label {
    right: 20px;
}

/* RANGE */

.before-after-slider {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
    cursor: ew-resize;
    z-index: 5;
}

/* =========================
CONTENT
========================= */

.testimonial-content {
    background: #FFF9EF;
    border-radius: 24px;

    padding: 54px 44px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;
}

.faq-section .container,
.pricing-section .container {
    max-width: 1200px;
}

.quote-icon {
    line-height: 1;
    margin-bottom: 15px;
    color: #f3eee3;

    font-family: 'Cormorant Garamond', serif;
}

.testimonial-content p {
    position: relative;
    z-index: 2;

    font-size: 18px;
    line-height: 1.8;
    color: #555555;

    margin-bottom: 22px;
}

/* AUTHOR */

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-top: 20px;
}

.testimonial-author img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
}

.testimonial-author-info h4 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: #370000;
    margin-bottom: 10px;
}

/* STARS */

.stars {
    display: flex;
    align-items: center;
    gap: 6px;
}

.stars svg {
    width: 22px;
    height: 22px;
    color: #f6a62e;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1400px) {

    .testimonial-top h2 {
        font-size: 42px;
    }

}

@media(max-width:1200px) {

    .testimonial-slide {
        grid-template-columns: 1fr;
    }

}

@media(max-width:991px) {

    .testimonial-section {
        padding: 70px 0;
    }

    .testimonial-top {
        margin-bottom: 36px;
    }

    .testimonial-top h2 {
        font-size: 36px;
    }

    .before-after-container {
        min-height: 520px;
    }

    .testimonial-content {
        padding: 40px 28px;
    }

    .testimonial-content p {
        font-size: 15px;
        line-height: 1.75;
    }

}

@media(max-width:767px) {

    .testimonial-section {
        padding: 55px 0 0;
    }

    .testimonial-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .testimonial-top h2 {
        font-size: 42px;
        line-height: 1.05;
    }

    .testimonial-nav {
        gap: 12px;
    }

    .testimonial-arrow {
        width: 52px;
        height: 52px;
    }

    .testimonial-arrow svg {
        width: 22px;
        height: 22px;
    }

    .before-after-container {
        min-height: 380px;
        border-radius: 18px;
    }

    .before-label,
    .after-label {
        min-width: 72px;
        height: 34px;
        font-size: 13px;
    }

    .testimonial-content {
        border-radius: 18px;
        padding: 32px 20px;
    }

    .quote-icon {
        font-size: 150px;
    }

    .testimonial-content p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .testimonial-author {
        gap: 12px;
    }

    .testimonial-author img {
        width: 58px;
        height: 58px;
    }

    .testimonial-author-info h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .stars svg {
        width: 18px;
        height: 18px;
    }

}


/* =========================
SECTION
========================= */

.gallery-section {
    padding: 30px 0 0;
    background: #ffffff;
}

.container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================
TOP
========================= */

.gallery-top {
    text-align: center;
    margin-bottom: 24px;
}

.gallery-top h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 500;
    color: #370000;
    letter-spacing: -0.5px;
}

/* =========================
GRID
========================= */

.gallery-grid {
    display: grid;
    grid-template-columns: 0.6fr 2fr;
    gap: 24px;
}

.gallery-grid.reverse {
    grid-template-columns: 1.5fr 1.3fr;
    margin-top: 24px;
}

/* ITEM */

.gallery-item {
    overflow: hidden;
}

/* IMAGE */

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: 0.5s ease;
}

/* HEIGHTS */

.gallery-item.small {
    height: 360px;
}

.gallery-item.large {
    height: 360px;
}


/* HOVER */

.gallery-item:hover img {
    transform: scale(1.04);
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1400px) {

    .gallery-top h2 {
        font-size: 40px;
    }

}

@media(max-width:991px) {

    .gallery-section {
        padding: 70px 0;
    }

    .gallery-top {
        margin-bottom: 40px;
    }

    .gallery-top h2 {
        font-size: 34px;
    }

    .gallery-grid {
        gap: 18px;
    }

    .gallery-item.small,
    .gallery-item.large {
        height: 420px;
    }

    .gallery-item.wide {
        height: 500px;
    }

}

@media(max-width:767px) {

    .gallery-section {
        padding: 55px 0 0;
    }

    .gallery-top {
        margin-bottom: 30px;
    }

    .gallery-top h2 {
        font-size: 32px;
        line-height: 1.05;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gallery-item.small,
    .gallery-item.large,
    .gallery-item.wide {
        height: 320px;
    }

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #ffffff;
    font-family: 'Outfit', sans-serif;
}

button {
    font-family: inherit;
}

/* =========================
SECTION
========================= */

.faq-section {
    padding: 50px 0;
    background: #ffffff;
}

.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================
TOP
========================= */

.faq-top {
    text-align: center;
    margin-bottom: 28px;
}

.faq-top h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 500;
    color: #370000;
    letter-spacing: -0.5px;
}

/* =========================
LIST
========================= */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ITEM */

.faq-item {
    border: 1px solid #dddddd;
    border-radius: 14px;
    background: #ffffff;

    overflow: hidden;

    transition: 0.3s ease;
}

/* ACTIVE */

.faq-item.active {
    background: #FFF9EF;
}

/* QUESTION */

.faq-question {
    width: 100%;

    border: none;
    background: transparent;

    padding: 20px 28px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    cursor: pointer;

    text-align: left;
}

.faq-question span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #370000;
}

/* ICON */

.faq-icon {
    flex-shrink: 0;

    font-size: 34px;
    line-height: 1;
    font-weight: 300;

    color: #370000;

    transition: 0.3s ease;
}

.faq-item.active .faq-icon {
    color: #ff4f4f;
}

/* ANSWER */

.faq-answer {
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.35s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    padding: 0 28px 28px;

    font-size: 16px;
    line-height: 1.8;
    color: #555555;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px) {

    .faq-section {
        padding: 70px 0;
    }

    .faq-top {
        margin-bottom: 38px;
    }

    .faq-top h2 {
        font-size: 36px;
    }

    .faq-question {
        padding: 24px 22px;
    }

    .faq-question span {
        font-size: 20px;
    }

    .faq-answer p {
        padding: 0 22px 24px;
        font-size: 15px;
        line-height: 1.75;
    }

}

@media(max-width:767px) {

    .faq-section {
        padding: 55px 0;
    }

    .faq-top {
        margin-bottom: 30px;
    }

    .faq-top h2 {
        font-size: 42px;
        line-height: 1.05;
    }

    .faq-list {
        gap: 12px;
    }

    .faq-item {
        border-radius: 12px;
    }

    .faq-question {
        padding: 20px 18px;
        gap: 14px;
    }

    .faq-question span {
        font-size: 17px;
        line-height: 1.3;
    }

    .faq-icon {
        font-size: 26px;
    }

    .faq-answer p {
        padding: 0 18px 20px;
        font-size: 15px;
        line-height: 1.7;
    }

}

.container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================
BANNER
========================= */

.cta-banner {
    position: relative;
    overflow: hidden;

    min-height: 560px;

    border-radius: 0;

    display: flex;
    align-items: center;

    padding: 60px 50px;
}

/* BG IMAGE */

.cta-bg {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* OVERLAY */

.cta-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.55) 28%,
            rgba(0, 0, 0, 0.15) 55%,
            rgba(0, 0, 0, 0.10) 100%);

    z-index: 1;
}

/* CONTENT */

.cta-content {
    position: relative;
    z-index: 3;

    max-width: 520px;
}

.cta-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 500;
    color: #ffffff;

    letter-spacing: -0.5px;

    margin-bottom: 20px;
}

.cta-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;

    margin-bottom: 26px;

    max-width: 420px;
}

/* BUTTON */

.cta-btn {
    min-width: 250px;
    min-height: 62px;

    padding: 16px 28px;

    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.8);

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

    font-size: 20px;
    font-weight: 500;

    color: #ffffff;

    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #ffffff;
    color: #370000;
}

/* LOGO */

.cta-logo {
    position: absolute;
    top: 34px;
    right: 40px;

    z-index: 3;
}

.cta-logo img {
    width: 220px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1400px) {

    .cta-content h2 {
        font-size: 42px;
    }

}

@media(max-width:991px) {

    .cta-section {
        padding: 70px 0;
    }

    .cta-banner {
        min-height: 500px;
        padding: 50px 34px;
    }

    .cta-content h2 {
        font-size: 36px;
    }

    .cta-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .cta-btn {
        min-width: 220px;
        min-height: 56px;
        font-size: 17px;
    }

    .cta-logo {
        top: 26px;
        right: 26px;
    }

    .cta-logo img {
        width: 170px;
    }

}

@media(max-width:767px) {

    .cta-section {
        padding: 0;
    }

    .cta-banner {
        min-height: 480px;

        padding: 120px 22px 40px;

        align-items: flex-end;
    }

    .cta-overlay {
        background:
            linear-gradient(180deg,
                rgba(0, 0, 0, 0.40) 0%,
                rgba(0, 0, 0, 0.65) 45%,
                rgba(0, 0, 0, 0.88) 100%);
    }

    .cta-content {
        max-width: 100%;
    }

    .cta-content h2 {
        font-size: 42px;
        line-height: 1.05;

        margin-bottom: 18px;
    }

    .cta-content p {
        font-size: 15px;
        line-height: 1.7;

        margin-bottom: 22px;
    }

    .cta-btn {
        width: 100%;
        min-width: 100%;

        min-height: 54px;

        font-size: 15px;

        border-radius: 12px;
    }

    .cta-logo {
        top: 20px;
        right: 20px;
    }

    .cta-logo img {
        width: 130px;
    }

}


/* =========================
FOOTER
========================= */

.site-footer {
    background: #FFF9EF;
    border-top: 1px solid #d8d0c4;
}

/* =========================
TOP
========================= */

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    border-bottom: 1px solid #d8d0c4;
}

.footer-top-box {
    padding: 10px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top-box:not(:last-child) {
    border-right: 1px solid #d8d0c4;
}

/* =========================
SOCIAL
========================= */

.footer-socials {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social {
    width: 58px;
    height: 58px;

    border: 1px solid #5a0000;

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

    transition: 0.3s ease;

    color: #5a0000;
}

.footer-social svg {
    width: 28px;
    height: 28px;
}

.footer-social:hover {
    background: #5a0000;
    color: #fff;
}

/* =========================
LOGO
========================= */

.footer-logo-box img {
    width: 160px;
}

/* =========================
NEWSLETTER
========================= */

.newsletter-box {
    flex-direction: column;
    align-items: flex-start;
}

.newsletter-box h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    color: #370000;

    margin-bottom: 10px;
}

/* FORM */

.newsletter-form {
    width: 100%;

    display: flex;
    align-items: center;
}

.newsletter-form input {
    flex: 1;

    height: 54px;

    border: none;
    outline: none;

    background: #fff;

    padding: 0 20px;

    font-size: 17px;
    color: #370000;
}

.newsletter-form input::placeholder {
    color: #9a9a9a;
}

.newsletter-form button {
    min-width: 170px;
    height: 54px;

    border: none;
    cursor: pointer;

    background: linear-gradient(180deg, #F22E2F 0%, #FF7F76 100%);

    color: #fff;

    font-size: 18px;
    font-weight: 500;
}

/* =========================
MIDDLE
========================= */

.footer-middle {
    max-width: 1540px;
    margin: 0 auto;

    padding: 50px 80px 20px;

    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 80px;
}

/* TITLE */

.footer-column h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    color: #370000;

    text-decoration: underline;

    margin-bottom: 25px;
}

/* CONTACT */

.footer-contact-list {
    list-style: none;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin-bottom: 15px;
}

.footer-contact-list svg {
    width: 20px;
    height: 20px;

    color: #5a0000;

    margin-top: 5px;

    flex-shrink: 0;
}

.footer-contact-list span,
.footer-contact-list a {
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}

/* LINKS */

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    position: relative;

    padding-left: 22px;

    font-size: 16px;
    line-height: 1.4;

    color: #555555;

    transition: 0.3s ease;
}

.footer-links a::before {
    content: '›';

    position: absolute;
    left: 0;
    top: 50%;

    transform: translateY(-50%);

    color: #555555;

    font-size: 26px;
}

.footer-links a:hover {
    color: #370000;
}

/* =========================
BOTTOM
========================= */

.footer-bottom {
    border-top: 1px solid #d8d0c4;

    padding: 28px 20px;

    text-align: center;
}

.footer-bottom p {
    font-size: 18px;
    line-height: 1.5;
    color: #370000;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1200px) {

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-top-box {
        min-height: auto;
        padding: 10px 24px;
    }

    .footer-top-box:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #d8d0c4;
    }

    .newsletter-box {
        align-items: center;
        text-align: center;
    }

    .footer-middle {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

}

@media(max-width:991px) {

    .footer-middle {
        padding: 60px 20px;

        grid-template-columns: 1fr;
        gap: 44px;
    }

    .newsletter-box h3 {
        font-size: 26px;
    }

    .footer-column h4 {
        font-size: 34px;
        margin-bottom: 24px;
    }

}

@media(max-width:767px) {

    .footer-socials {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-social {
        width: 58px;
        height: 58px;
    }

    .footer-social svg {
        width: 22px;
        height: 22px;
    }

    .footer-logo-box img {
        width: 200px;
    }

    .newsletter-box h3 {
        font-size: 24px;
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
        min-width: 100%;
        height: 56px;
    }

    .footer-middle {
        padding: 50px 20px;
    }

    .footer-column h4 {
        font-size: 28px;
    }

    .footer-contact-list span,
    .footer-contact-list a,
    .footer-links a {
        font-size: 17px;
    }

    .footer-bottom p {
        font-size: 15px;
    }

    .container,
    .services-section .container {
        padding: 0 5px;
    }

    section.beauty-section .container {
        padding: 0 20px;
    }

    .newsletter-form input {
        padding: 24px 20px;
    }

    .quote-icon {
        font-size: 0;
    }

    .quote-icon svg {
        width: 50px;
        height: 50px;
        font-size: 0;
    }
}

.review-users img.active {
    border-color: #ff3131;
}