.mithaq-root {
    --ink: #141d1d;
    --gold: #b1974d;
    --paper: #f6f3ee;
    --card: #ffffff;
    --muted: #5c6563;
    --line: #e6dfd4;
    color: var(--ink);
    background: var(--paper);
    font-size: 18px;
    line-height: 1.8;
}

body.mithaq-layout .page_title,
body.mithaq-layout .breadcrumbs,
body.mithaq-layout .elementor {
    display: none !important;
}

.mithaq-root h1,
.mithaq-root h2,
.mithaq-root h3 {
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px;
}

.mithaq-root a {
    color: #6d5424;
}

.mq-hero,
.mq-band,
.mq-contact-strip,
.mq-prose,
.mq-subnav {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.mq-hero {
    background: var(--ink);
    color: #f7f4ef;
    width: 100%;
    max-width: none;
    padding: 72px 20px 56px;
    text-align: center;
}

.mq-hero .mq-kicker,
.mq-prose .mq-kicker {
    color: var(--gold);
    margin-bottom: 8px;
}

.mq-hero h1,
.mq-hero p,
.mq-hero nav,
.mq-hero .mq-actions {
    width: min(860px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.mq-hero h1 {
    font-size: clamp(32px, 5vw, 52px);
    color: #fff;
}

.mq-lead {
    font-size: 22px;
}

.mq-hero a,
.mq-band.dark a {
    color: #fff;
}

.mq-actions,
.mq-quick {
    margin-top: 22px;
}

.mq-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
}

.mq-quick a {
    border-bottom: 1px solid var(--gold);
    text-decoration: none;
}

.mq-btn,
.mq-form button,
.mq-search button {
    display: inline-block;
    background: var(--gold);
    color: #141d1d !important;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    padding: 12px 22px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.mq-band,
.mq-contact-strip,
.mq-prose {
    padding: 48px 0;
}

.mq-band.alt,
.mq-contact-strip {
    background: #fff;
    width: 100%;
    max-width: none;
    padding: 48px 16px;
}

.mq-band.alt > *,
.mq-contact-strip > * {
    width: min(1120px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.mq-band.dark {
    background: #1c2626;
    color: #f7f4ef;
    width: 100%;
    max-width: none;
    padding: 48px 16px;
    text-align: center;
}

.mq-price {
    font-size: 28px;
    color: var(--gold);
    font-weight: 700;
}

.mq-chips,
.mq-checks,
.mq-results,
.mq-logos {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mq-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mq-chips li,
.mq-card,
.mq-service,
.mq-person {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.mq-chips li {
    padding: 8px 14px;
}

.mq-checks li {
    position: relative;
    padding: 8px 28px 8px 0;
}

.mq-checks li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold);
}

.mq-card-grid,
.mq-services,
.mq-split {
    display: grid;
    gap: 16px;
}

.mq-card-grid,
.mq-services {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mq-split {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 20px;
}

.mq-card,
.mq-service,
.mq-person {
    padding: 18px 20px;
}

.mq-example {
    color: var(--muted);
}

.mq-form,
.mq-search {
    display: grid;
    gap: 12px;
    max-width: 640px;
}

.mq-form label,
.mq-search label {
    display: grid;
    gap: 6px;
    font-weight: 700;
}

.mq-form input,
.mq-form select,
.mq-form textarea,
.mq-search input {
    font: inherit;
    padding: 10px 12px;
    border: 1px solid #cfc6b8;
    border-radius: 4px;
    background: #fff;
    color: var(--ink);
}

.mq-check {
    font-weight: 400 !important;
    display: flex !important;
    gap: 8px;
    align-items: flex-start;
}

.mq-hp {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}

.mq-alert {
    background: #fff4f4;
    border: 1px solid #e3b4b4;
    padding: 12px 14px;
    border-radius: 6px;
}

.mq-alert.ok {
    background: #f3f8f3;
    border-color: #b7d2b7;
}

.mq-form-note,
.mq-empty,
.mq-more {
    color: var(--muted);
}

.mq-map {
    width: 100%;
    min-height: 280px;
    border: 0;
    border-radius: 8px;
}

.mq-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.mq-logos img {
    max-width: 160px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    background: #fff;
    padding: 8px;
}

.mq-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 20px 0 48px;
    border-top: 1px solid var(--line);
}

.mq-contact-strip ul {
    padding: 0;
    list-style: none;
}

blockquote {
    margin: 0;
    padding: 8px 18px;
    border-right: 4px solid var(--gold);
}

@media (max-width: 1024px) {
    #menu_header_2 > .cz > a {
        margin-left: 8px !important;
        margin-right: 8px !important;
        font-size: 14px !important;
        text-transform: none !important;
    }
}

@media (min-width: 1025px) {
    #menu_header_2 > .cz > a {
        margin-left: 9px !important;
        margin-right: 9px !important;
        font-size: 15px !important;
        text-transform: none !important;
    }
}
