:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-15b3e8f *//* ==========================================================
   MEADOWVIEW FAQ — HERO
   ========================================================== */

.mv-faq-hero,
.mv-faq-hero *,
.mv-faq-hero *::before,
.mv-faq-hero *::after {
    box-sizing: border-box;
}

.mv-faq-hero {
    position: relative;
    isolation: isolate;

    display: flex;
    align-items: flex-end;

    width: 100%;
    min-height: clamp(560px, 68vh, 680px);

    overflow: hidden;

    background:
        url("https://www.meadowviewvirginia.org/wp-content/uploads/2026/07/View-of-Town-Square-from-Depot-scaled.jpg")
        center center / cover no-repeat;
}

/* MAIN OVERLAY */

.mv-faq-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(20, 36, 29, 0.97) 0%,
            rgba(27, 46, 37, 0.91) 40%,
            rgba(31, 47, 38, 0.62) 68%,
            rgba(24, 36, 30, 0.26) 100%
        ),
        linear-gradient(
            180deg,
            rgba(18, 29, 24, 0.07) 0%,
            rgba(18, 29, 24, 0.16) 48%,
            rgba(18, 29, 24, 0.84) 100%
        );
}

/* BOTTOM ACCENT */

.mv-faq-hero::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 5px;

    background:
        linear-gradient(
            90deg,
            #b38b52,
            #7a5133,
            #b38b52
        );
}

/* ==========================================================
   LAYOUT
   ========================================================== */

.mv-faq-hero__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(300px, 0.58fr);

    align-items: end;
    gap: clamp(55px, 7vw, 100px);

    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;

    padding: 115px 0 72px;
}

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

.mv-faq-hero__content {
    max-width: 760px;
}

.mv-faq-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    margin: 0 0 20px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mv-faq-hero__eyebrow::before {
    content: "";

    width: 45px;
    height: 2px;

    background: #b38b52;
}

.mv-faq-hero h1 {
    margin: 0;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(54px, 6.5vw, 84px);
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: -0.04em;

    text-shadow:
        0 7px 30px rgba(0, 0, 0, 0.28);
}

.mv-faq-hero h1 span {
    display: block;

    margin-top: 8px;

    color: #e1c398;

    font-size: 0.66em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.04;
}

.mv-faq-hero__intro {
    max-width: 670px;

    margin: 27px 0 0;

    color: rgba(255, 255, 255, 0.86);

    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.78;
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.mv-faq-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;

    margin-top: 33px;
}

.mv-faq-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 54px;
    padding: 15px 25px;

    border: 1px solid transparent;
    border-radius: 8px;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}

.mv-faq-hero__button--primary {
    border-color: #b38b52;

    background: #b38b52;
    color: #1f3128;

    box-shadow:
        0 13px 28px rgba(0, 0, 0, 0.2);
}

.mv-faq-hero__button--primary:hover {
    border-color: #c89f65;

    background: #c89f65;
    color: #1f3128;

    transform: translateY(-3px);
}

.mv-faq-hero__button--secondary {
    border-color: rgba(255, 255, 255, 0.45);

    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mv-faq-hero__button--secondary:hover {
    border-color: #ffffff;

    background: #ffffff;
    color: #294236;

    transform: translateY(-3px);
}

/* ==========================================================
   SIDE CARD
   ========================================================== */

.mv-faq-hero__card {
    align-self: end;

    max-width: 370px;
    margin: 0 0 18px auto;
    padding: 31px 29px;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-top-color: rgba(225, 195, 152, 0.48);

    border-radius:
        2px 21px 2px 21px;

    background:
        linear-gradient(
            145deg,
            rgba(32, 50, 41, 0.84),
            rgba(31, 44, 36, 0.5)
        );

    box-shadow:
        0 24px 54px rgba(0, 0, 0, 0.22);

    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.mv-faq-hero__card-label {
    display: block;

    margin-bottom: 11px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mv-faq-hero__card h2 {
    margin: 0;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(29px, 3vw, 38px);
    font-weight: 600;
    line-height: 1.04;
}

.mv-faq-hero__card h2 span {
    display: block;

    margin-top: 4px;

    color: #e1c398;

    font-size: 0.83em;
    font-style: italic;
    font-weight: 500;
}

.mv-faq-hero__card p {
    margin: 17px 0 0;

    color: rgba(255, 255, 255, 0.68);

    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1.7;
}

.mv-faq-hero__card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 20px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 800;

    text-decoration: none;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}

.mv-faq-hero__card a:hover {
    gap: 12px;
    color: #ffffff;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .mv-faq-hero {
        min-height: 620px;
        background-position: 58% center;
    }

    .mv-faq-hero__inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(270px, 0.52fr);

        gap: 45px;
    }
}

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

@media (max-width: 767px) {

    .mv-faq-hero {
        min-height: auto;
        background-position: 60% center;
    }

    .mv-faq-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(24, 38, 31, 0.36) 0%,
                rgba(25, 43, 34, 0.74) 36%,
                rgba(22, 38, 30, 0.97) 70%,
                rgba(20, 34, 27, 1) 100%
            );
    }

    .mv-faq-hero__inner {
        display: block;

        width:
            min(100% - 32px, 1320px);

        padding: 115px 0 55px;
    }

    .mv-faq-hero__eyebrow {
        font-size: 9px;
        letter-spacing: 0.16em;
    }

    .mv-faq-hero__eyebrow::before {
        width: 32px;
    }

    .mv-faq-hero h1 {
        font-size:
            clamp(48px, 13vw, 64px);

        line-height: 0.96;
    }

    .mv-faq-hero__intro {
        font-size: 15px;
        line-height: 1.72;
    }

    .mv-faq-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mv-faq-hero__button {
        width: 100%;
    }

    .mv-faq-hero__card {
        max-width: none;

        margin: 38px 0 0;
        padding: 27px 24px;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

.mv-faq-hero a:focus-visible {
    outline: 3px solid #e1c398;
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {

    .mv-faq-hero__button,
    .mv-faq-hero__card a {
        transition: none;
    }

    .mv-faq-hero__button:hover {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-906428a *//* ==========================================================
   MEADOWVIEW VIRGINIA — FAQ PAGE
   ========================================================== */

.mv-faq,
.mv-faq *,
.mv-faq *::before,
.mv-faq *::after {
    box-sizing: border-box;
}

.mv-faq {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;

    padding: 115px 0 120px;

    background:
        radial-gradient(
            circle at 90% 8%,
            rgba(179, 139, 82, 0.10),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f8f6f1 0%,
            #f2ece2 100%
        );
}

.mv-faq::before {
    content: "";

    position: absolute;
    top: -190px;
    right: -190px;
    z-index: -1;

    width: 450px;
    height: 450px;

    border:
        1px solid rgba(41, 66, 54, 0.07);

    border-radius: 50%;

    box-shadow:
        0 0 0 54px rgba(41, 66, 54, 0.018),
        0 0 0 108px rgba(41, 66, 54, 0.012);
}

.mv-faq__inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

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

.mv-faq__header {
    width: min(800px, 100%);
    margin: 0 auto 62px;

    text-align: center;
}

.mv-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin: 0 0 18px;

    color: #294236;

    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mv-faq__eyebrow::before,
.mv-faq__eyebrow::after {
    content: "";

    width: 32px;
    height: 1px;

    background: #b38b52;
}

.mv-faq__header h1 {
    margin: 0;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(52px, 6vw, 78px);

    font-weight: 600;
    line-height: 0.97;
    letter-spacing: -0.035em;
}

.mv-faq__header h1 span {
    display: block;

    margin-top: 8px;

    color: #7a5133;

    font-size: 0.74em;
    font-style: italic;
    font-weight: 500;
}

.mv-faq__intro {
    max-width: 720px;
    margin: 25px auto 0;

    color: #656d67;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.78;
}

/* Decorative divider */

.mv-faq__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 120px;
    margin: 28px auto 0;
}

.mv-faq__divider span {
    flex: 1;
    height: 1px;

    background:
        rgba(179, 139, 82, 0.48);
}

.mv-faq__divider i {
    width: 7px;
    height: 7px;

    border: 1px solid #b38b52;

    transform: rotate(45deg);
}

/* ==========================================================
   LAYOUT
   ========================================================== */

.mv-faq__layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(310px, 0.55fr);

    align-items: start;

    gap: 32px;
}

/* ==========================================================
   FAQ ACCORDION
   ========================================================== */

.mv-faq__questions {
    display: grid;
    gap: 12px;
}

.mv-faq-item {
    overflow: hidden;

    border:
        1px solid rgba(41, 66, 54, 0.12);

    border-radius:
        2px 18px 2px 18px;

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

    box-shadow:
        0 10px 25px rgba(31, 49, 40, 0.04);
}

.mv-faq-item[open] {
    border-color:
        rgba(179, 139, 82, 0.33);

    box-shadow:
        0 16px 35px rgba(31, 49, 40, 0.075);
}

/* Remove default arrow */

.mv-faq-item__summary {
    list-style: none;
}

.mv-faq-item__summary::-webkit-details-marker {
    display: none;
}

.mv-faq-item__summary {
    display: grid;

    grid-template-columns:
        43px
        minmax(0, 1fr)
        34px;

    align-items: center;

    gap: 14px;

    min-height: 78px;

    padding: 16px 20px;

    cursor: pointer;

    transition:
        background 0.25s ease;
}

.mv-faq-item__summary:hover {
    background:
        rgba(179, 139, 82, 0.045);
}

.mv-faq-item[open]
.mv-faq-item__summary {
    background:
        linear-gradient(
            90deg,
            rgba(179, 139, 82, 0.07),
            transparent
        );
}

/* Number */

.mv-faq-item__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border:
        1px solid rgba(179, 139, 82, 0.35);

    border-radius: 50%;

    color: #7a5133;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 14px;
    font-weight: 600;
}

/* Question */

.mv-faq-item__question {
    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 24px;
    font-weight: 600;
    line-height: 1.18;
}

/* Plus icon */

.mv-faq-item__toggle {
    position: relative;

    width: 30px;
    height: 30px;

    border:
        1px solid rgba(41, 66, 54, 0.17);

    border-radius: 50%;
}

.mv-faq-item__toggle::before,
.mv-faq-item__toggle::after {
    content: "";

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

    width: 11px;
    height: 1px;

    background: #294236;

    transform:
        translate(-50%, -50%);
}

.mv-faq-item__toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);

    transition:
        transform 0.25s ease;
}

.mv-faq-item[open]
.mv-faq-item__toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(0);
}

/* Answer */

.mv-faq-item__answer {
    padding:
        0
        74px
        27px;

    color: #626963;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.78;
}

.mv-faq-item__answer::before {
    content: "";

    display: block;

    height: 1px;
    width: 100%;

    margin-bottom: 20px;

    background:
        rgba(41, 66, 54, 0.09);
}

.mv-faq-item__answer p {
    margin: 0 0 13px;
}

.mv-faq-item__answer p:last-of-type {
    margin-bottom: 0;
}

.mv-faq-item__answer strong {
    color: #294236;
}

/* FAQ internal links */

.mv-faq-item__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 17px;

    color: #7a5133;

    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 800;

    text-decoration: none;

    border-bottom:
        1px solid rgba(122, 81, 51, 0.25);

    padding-bottom: 3px;

    transition:
        gap 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.mv-faq-item__link:hover {
    gap: 12px;

    color: #294236;

    border-color: #294236;
}

/* ==========================================================
   SIDEBAR
   ========================================================== */

.mv-faq__sidebar {
    position: sticky;
    top: 30px;

    padding: 36px 31px;

    border:
        1px solid rgba(179, 139, 82, 0.33);

    border-radius:
        2px 27px 2px 27px;

    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(179, 139, 82, 0.15),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #294236,
            #1e3329
        );

    box-shadow:
        0 26px 58px rgba(31, 49, 40, 0.16);
}

.mv-faq__sidebar-label {
    display: block;

    margin-bottom: 11px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mv-faq__sidebar h2 {
    margin: 0;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 39px;
    font-weight: 600;
    line-height: 1.03;
}

.mv-faq__sidebar h2 span {
    display: block;

    margin-top: 5px;

    color: #e1c398;

    font-size: 0.83em;
    font-style: italic;
    font-weight: 500;
}

.mv-faq__sidebar > p {
    margin: 18px 0 0;

    color:
        rgba(255, 255, 255, 0.66);

    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1.72;
}

/* Contact button */

.mv-faq__sidebar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    width: 100%;
    min-height: 52px;

    margin-top: 24px;

    padding: 14px 20px;

    border:
        1px solid #b38b52;

    border-radius:
        2px 11px 2px 11px;

    background: #b38b52;
    color: #1f3128;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.mv-faq__sidebar-button:hover {
    transform: translateY(-2px);

    background: #c69d62;
    color: #1f3128;
}

.mv-faq__sidebar-divider {
    height: 1px;

    margin: 27px 0 17px;

    background:
        rgba(255, 255, 255, 0.13);
}

/* Sidebar links */

.mv-faq__sidebar-links {
    display: grid;
}

.mv-faq__sidebar-links a {
    position: relative;

    display: block;

    padding: 14px 30px 14px 0;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.1);

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

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

    text-decoration: none;
}

.mv-faq__sidebar-links a:last-child {
    border-bottom: 0;
}

.mv-faq__sidebar-links small {
    display: block;

    margin-bottom: 3px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mv-faq__sidebar-links a > span {
    position: absolute;
    top: 50%;
    right: 3px;

    color: #e1c398;

    transform: translateY(-50%);

    transition:
        right 0.25s ease;
}

.mv-faq__sidebar-links a:hover > span {
    right: 0;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .mv-faq {
        padding: 95px 0 100px;
    }

    .mv-faq__layout {
        grid-template-columns:
            minmax(0, 1fr)
            300px;

        gap: 25px;
    }
}

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

@media (max-width: 767px) {

    .mv-faq {
        padding: 74px 0 80px;
    }

    .mv-faq__inner {
        width:
            min(100% - 32px, 1180px);
    }

    .mv-faq__header {
        margin-bottom: 43px;
    }

    .mv-faq__header h1 {
        font-size:
            clamp(46px, 13vw, 60px);
    }

    .mv-faq__intro {
        font-size: 15px;
        line-height: 1.72;
    }

    .mv-faq__layout {
        grid-template-columns: 1fr;
    }

    .mv-faq-item__summary {
        grid-template-columns:
            36px
            minmax(0, 1fr)
            30px;

        gap: 11px;

        min-height: 70px;

        padding: 14px 15px;
    }

    .mv-faq-item__number {
        width: 34px;
        height: 34px;

        font-size: 12px;
    }

    .mv-faq-item__question {
        font-size: 20px;
    }

    .mv-faq-item__answer {
        padding:
            0
            20px
            23px
            62px;

        font-size: 12px;
    }

    .mv-faq__sidebar {
        position: relative;
        top: auto;

        margin-top: 16px;

        padding: 30px 25px;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

.mv-faq-item__summary:focus-visible,
.mv-faq a:focus-visible {
    outline: 3px solid #b38b52;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

    .mv-faq-item__summary,
    .mv-faq-item__toggle::after,
    .mv-faq-item__link,
    .mv-faq__sidebar-button,
    .mv-faq__sidebar-links a > span {
        transition: none;
    }

    .mv-faq__sidebar-button:hover {
        transform: none;
    }
}

/* ==========================================================
   FAQ PAGE — HORIZONTAL OVERFLOW FIX
   ========================================================== */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.mv-faq-hero,
.mv-faq,
.mv-faq-cta {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.mv-faq-hero__inner,
.mv-faq__inner,
.mv-faq-cta__inner {
    max-width: calc(100% - 48px);
}

@media (max-width: 767px) {

    .mv-faq-hero__inner,
    .mv-faq__inner,
    .mv-faq-cta__inner {
        max-width: calc(100% - 32px);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ce48ca *//* ==========================================================
   MEADOWVIEW FAQ — FINAL CTA
   ========================================================== */

.mv-faq-cta,
.mv-faq-cta *,
.mv-faq-cta *::before,
.mv-faq-cta *::after {
    box-sizing: border-box;
}

.mv-faq-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;

    padding: 90px 0;

    background:
        radial-gradient(
            circle at 88% 10%,
            rgba(179, 139, 82, 0.11),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #f8f6f1 0%,
            #f2ece2 100%
        );
}

.mv-faq-cta__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(320px, 0.65fr);

    align-items: stretch;

    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;

    overflow: hidden;

    border: 1px solid rgba(179, 139, 82, 0.25);

    border-radius:
        3px 32px 3px 32px;

    background: #ffffff;

    box-shadow:
        0 28px 64px rgba(31, 49, 40, 0.10);
}

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

.mv-faq-cta__content {
    position: relative;

    padding:
        clamp(48px, 6vw, 70px);

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f9f7f2
        );
}

.mv-faq-cta__content::before {
    content: "";

    position: absolute;
    top: 0;
    left: clamp(48px, 6vw, 70px);

    width: 68px;
    height: 3px;

    background: #b38b52;
}

.mv-faq-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    margin: 0 0 18px;

    color: #294236;

    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.mv-faq-cta__eyebrow::before {
    content: "";

    width: 35px;
    height: 1px;

    background: #b38b52;
}

.mv-faq-cta h2 {
    margin: 0;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(48px, 5.3vw, 70px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.mv-faq-cta h2 span {
    display: block;

    margin-top: 7px;

    color: #7a5133;

    font-size: 0.78em;
    font-style: italic;
    font-weight: 500;
}

.mv-faq-cta__text {
    max-width: 650px;

    margin: 25px 0 0;

    color: #626a64;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.78;
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.mv-faq-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 31px;
}

.mv-faq-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 52px;
    padding: 14px 23px;

    border: 1px solid transparent;

    border-radius:
        2px 12px 2px 12px;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.mv-faq-cta__button--primary {
    border-color: #294236;

    background: #294236;
    color: #ffffff;

    box-shadow:
        0 12px 26px rgba(31, 49, 40, 0.15);
}

.mv-faq-cta__button--primary:hover {
    transform: translateY(-2px);

    background: #1f3128;
    color: #ffffff;

    box-shadow:
        0 17px 34px rgba(31, 49, 40, 0.21);
}

.mv-faq-cta__button--secondary {
    border-color:
        rgba(41, 66, 54, 0.25);

    background: transparent;
    color: #294236;
}

.mv-faq-cta__button--secondary:hover {
    transform: translateY(-2px);

    border-color: #b38b52;

    background:
        rgba(179, 139, 82, 0.07);

    color: #1f3128;
}

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

.mv-faq-cta__panel {
    position: relative;

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

    min-height: 420px;

    padding: 50px 34px;

    text-align: center;

    background:
        radial-gradient(
            circle at 50% 15%,
            rgba(179, 139, 82, 0.16),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #294236,
            #1d3128
        );
}

.mv-faq-cta__panel::before {
    content: "";

    position: absolute;
    inset: 22px;

    border:
        1px solid rgba(225, 195, 152, 0.18);

    border-radius:
        2px 22px 2px 22px;
}

.mv-faq-cta__panel-label {
    position: relative;
    z-index: 2;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mv-faq-cta__panel strong {
    position: relative;
    z-index: 2;

    margin-top: 17px;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(38px, 4vw, 52px);
    font-weight: 600;
    line-height: 0.96;
}

.mv-faq-cta__panel strong em {
    display: block;

    margin: 7px 0;

    color: #e1c398;

    font-weight: 500;
}

.mv-faq-cta__ornament {
    position: relative;
    z-index: 2;

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

    width: 120px;

    margin: 21px 0;
}

.mv-faq-cta__ornament span {
    height: 1px;
    flex: 1;

    background:
        rgba(225, 195, 152, 0.45);
}

.mv-faq-cta__ornament i {
    width: 7px;
    height: 7px;

    border:
        1px solid #e1c398;

    transform: rotate(45deg);
}

.mv-faq-cta__panel p {
    position: relative;
    z-index: 2;

    max-width: 285px;

    margin: 0;

    color:
        rgba(255, 255, 255, 0.63);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 19px;
    font-style: italic;
    line-height: 1.45;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .mv-faq-cta {
        padding: 78px 0;
    }

    .mv-faq-cta__inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(290px, 0.58fr);
    }

    .mv-faq-cta__content {
        padding: 48px 42px;
    }

    .mv-faq-cta__content::before {
        left: 42px;
    }
}

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

@media (max-width: 767px) {

    .mv-faq-cta {
        padding: 58px 0;
    }

    .mv-faq-cta__inner {
        grid-template-columns: 1fr;

        width:
            min(100% - 32px, 1180px);

        border-radius:
            2px 24px 2px 24px;
    }

    .mv-faq-cta__content {
        padding:
            44px
            25px
            42px;
    }

    .mv-faq-cta__content::before {
        left: 25px;
    }

    .mv-faq-cta h2 {
        font-size:
            clamp(44px, 12vw, 58px);
    }

    .mv-faq-cta__text {
        font-size: 15px;
        line-height: 1.72;
    }

    .mv-faq-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mv-faq-cta__button {
        width: 100%;
    }

    .mv-faq-cta__panel {
        min-height: 350px;

        padding:
            50px
            28px;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

.mv-faq-cta a:focus-visible {
    outline: 3px solid #b38b52;
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {

    .mv-faq-cta__button {
        transition: none;
    }

    .mv-faq-cta__button:hover {
        transform: none;
    }
}/* End custom CSS */