:root {
    --ink: #171017;
    --muted: #6f6470;
    --rose: #e9204f;
    --rose-dark: #b51339;
    --cream: #fff8f0;
    --paper: #ffffff;
    --line: rgba(23, 16, 23, 0.12);
    --shadow: 0 18px 55px rgba(31, 10, 20, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: linear-gradient(180deg, var(--cream), #fff 38%, var(--cream));
    color: var(--ink);
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

a {
    color: var(--rose);
    text-decoration: none;
}

a:hover {
    color: var(--rose-dark);
}

img {
    max-width: 100%;
    height: auto;
}

.menu,
body > header:not(.site-header),
footer:not(.site-footer),
.footer1 {
    background: #140f14 !important;
    color: #fff !important;
}

body > header:not(.site-header) {
    width: 100%;
    min-height: 78px;
    padding: 14px max(17px, calc((100% - 1100px) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
}

body > header:not(.site-header) h1 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: 0;
}

body > header:not(.site-header) h1 img,
body > header:not(.site-header) > a img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 50%;
}

body > header:not(.site-header) a {
    color: #fff !important;
}

body > header:not(.site-header) nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
    list-style: none;
}

body > header:not(.site-header) nav a {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
}

.site-header .container,
.site-footer .container {
    width: min(1160px, calc(100% - 40px));
}

.site-header .brand,
.site-header .main-nav a,
.site-header .nav-cta a,
.site-footer .brand,
.site-footer a {
    text-decoration: none;
}

.site-header .brand,
.site-header .brand:visited {
    color: var(--ink);
}

.site-header .main-nav a {
    color: var(--muted);
}

.site-header .main-nav a:hover,
.site-footer a:hover {
    color: var(--rose);
}

.site-footer .brand,
.site-footer .brand:visited {
    color: #fff;
}

.site-footer p,
.site-footer a {
    color: rgba(255, 255, 255, 0.66);
}

.menu nav,
header .page_width,
footer .page_width,
.media-container-row,
.container,
.page_width,
#main,
#wrapper {
    width: min(1100px, calc(100% - 34px));
    margin-left: auto;
    margin-right: auto;
}

.menu nav,
header .page_width,
footer:not(.site-footer) nav,
.navbar,
.navbar-nav,
.row-links ul,
.foot-menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    min-height: 76px;
    padding: 0;
    list-style: none;
}

.navbar-brand img,
.logo img,
.navbar-logo img {
    width: 170px;
    max-height: 58px;
    object-fit: contain;
}

.nav-link,
footer:not(.site-footer) nav a,
.foot-menu a,
.navbar-buttons a,
.mbr-section-btn a,
.signup,
.a_button,
.a_button02,
button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: var(--rose);
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-link,
footer:not(.site-footer) nav a,
.foot-menu a {
    background: transparent;
    color: rgba(255, 255, 255, 0.82) !important;
    padding: 0;
}

section,
article,
#main section {
    padding: 72px 0;
}

.header1,
.banner,
#banner {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(20, 15, 20, 0.88), rgba(20, 15, 20, 0.54)),
        url('../img/banner.jpg') center/cover no-repeat !important;
    color: #fff;
    text-align: center;
    padding: 120px 0 !important;
}

.header1 p,
.banner p,
#banner p,
.header1 h1,
.banner h1,
#banner h1 {
    color: #fff !important;
}

h1,
h2,
h3 {
    color: var(--ink);
    line-height: 1.18;
}

.header1 h1,
.banner h1,
#banner h1,
.header1 h2,
.banner h2,
#banner h2 {
    color: #fff;
}

h1 {
    font-size: clamp(2rem, 4.4vw, 3.4rem);
}

h2 {
    margin-top: 38px;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
}

h3 {
    font-size: 1.25rem;
}

p,
li {
    color: var(--muted);
}

.mbr-white p,
.mbr-white li,
.mbr-white h1,
.mbr-white h2,
.mbr-white h3 {
    color: #fff !important;
}

.card,
.card-wrapper,
.box,
.post,
.major,
.search,
.con,
.c_right,
.col_left,
.inner {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.card,
.card-wrapper,
.box,
.post,
.major,
.inner {
    padding: 26px;
}

.major.special {
    margin-bottom: 32px;
    text-align: center;
}

.major.special h1,
.major.special h2 {
    margin-top: 0;
}

.post-container {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 32px;
    box-shadow: var(--shadow);
}

.row,
.features,
.posts,
.items,
.card-deck,
.features7 .row,
.section_02,
.section_01 .con,
.change .con,
.section_04 .con {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.section_02,
.section_01 .con,
.change .con,
.section_04 .con {
    grid-template-columns: 1fr 1fr;
}

.col-12,
.col-md-6,
.col-lg-4,
.col-lg-12,
.col-md-10,
.mbr-white,
.align-center {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
}

.blog-img,
.icon-wrap img,
.image img,
.card img,
p > img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 18px;
    margin: 0 0 18px;
}

.blog-img {
    float: none !important;
}

.post-container {
    max-width: 980px;
}

.site-review-list {
    display: grid;
    gap: 24px;
    margin: 28px 0 36px;
}

.site-review-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) 1.3fr;
    gap: 24px;
    align-items: center;
    padding: 24px !important;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow);
}

article.site-review-card {
    padding: 24px !important;
}

.site-review-card h3 {
    margin-top: 0;
}

.site-review-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 18px;
}

.visit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 16px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--rose);
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
}

.post-cta {
    margin-top: 34px;
    text-align: center;
}

.template-box,
.example-card {
    margin: 22px 0;
    padding: 22px;
    border: 1px solid rgba(233, 32, 79, 0.18);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 248, 240, 0.96), rgba(255, 255, 255, 0.92));
}

.example-card {
    border-color: rgba(23, 16, 23, 0.1);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(31, 10, 20, 0.08);
}

.template-box p:first-child,
.example-card p:first-child {
    margin-top: 0;
}

.search form,
form {
    display: grid;
    gap: 14px;
}

input,
select,
textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0 12px;
}

.mbr-overlay,
.mobile_nav,
.navbar-toggler,
script,
#jarallax-container-0,
#jarallax-container-1 {
    display: none !important;
}

.copyright,
.mbr-text,
.footer-note {
    text-align: center;
}

footer .copyright {
    margin: 0;
    padding: 14px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    list-style: none;
}

footer .copyright a {
    color: rgba(255, 255, 255, 0.86) !important;
}

footer .copyright li {
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 860px) {
    .row,
    .features,
    .posts,
    .items,
    .card-deck,
    .features7 .row,
    .section_02,
    .section_01 .con,
    .change .con,
    .section_04 .con {
        grid-template-columns: 1fr;
    }

    .site-review-card {
        grid-template-columns: 1fr;
    }

    section,
    article,
    #main section {
        padding: 52px 0;
    }
}
