/* MECHANIC PRO — Dark moody mechanic site, navy + electric blue + cyan glow */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --mp-navy: #0a1525;
    --mp-navy-deep: #050d18;
    --mp-smoke: #1e2a3a;
    --mp-smoke-soft: #243246;
    --mp-blue: #2196f3;
    --mp-blue-deep: #1378d3;
    --mp-cyan: #00d4ff;
    --mp-yellow: #ffd200;
    --mp-text: #f0f0f0;
    --mp-text-mute: rgba(240,240,240,.65);
    --mp-text-low: rgba(240,240,240,.4);
    --mp-line: rgba(33,150,243,.18);
    --mp-display: 'Rajdhani', system-ui, sans-serif;
    --mp-body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
[x-cloak] { display: none !important; }
html { scroll-behavior: smooth; }
body.mp-body {
    background: var(--mp-navy);
    color: var(--mp-text);
    font-family: var(--mp-body);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s, opacity .25s; }
ul { list-style: none; }
button { background: 0; border: 0; cursor: pointer; font: inherit; color: inherit; }

/* ============= SHARED ============= */
.mp-eyebrow {
    display: inline-block;
    font-family: var(--mp-display);
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .35em;
    color: var(--mp-cyan);
    text-transform: uppercase;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2.5rem;
}
.mp-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2rem;
    height: 1px;
    background: var(--mp-cyan);
    transform: translateY(-50%);
}
.mp-eyebrow--center {
    padding-left: 0;
    display: inline-block;
}
.mp-eyebrow--center::before { display: none; }

.mp-btn {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: 1rem 2rem;
    border-radius: 999px;
    font-family: var(--mp-display);
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid transparent;
}
.mp-btn--glow {
    background: var(--mp-blue);
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 212, 255, .55), 0 8px 30px -8px rgba(33, 150, 243, .55);
}
.mp-btn--glow:hover {
    background: var(--mp-blue-deep);
    transform: translateY(-2px);
    box-shadow: 0 0 0 6px rgba(0, 212, 255, .12), 0 14px 40px -8px rgba(0, 212, 255, .65);
}
.mp-btn--ghost {
    background: transparent;
    color: var(--mp-text);
    border: 1px solid rgba(33, 150, 243, .45);
}
.mp-btn--ghost:hover {
    background: rgba(33, 150, 243, .08);
    border-color: var(--mp-cyan);
    color: var(--mp-cyan);
    box-shadow: 0 0 24px -6px rgba(0, 212, 255, .55);
}
.mp-btn--lg {
    padding: 1.25rem 2.5rem;
    font-size: .92rem;
}
.mp-btn__arrow {
    display: inline-block;
    transition: transform .3s;
}
.mp-btn:hover .mp-btn__arrow { transform: translateX(4px); }

/* ============= TOPSTRIP ============= */
.mp-topstrip {
    background: var(--mp-navy-deep);
    border-bottom: 1px solid rgba(33, 150, 243, .12);
    font-family: var(--mp-display);
    font-size: .78rem;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.mp-topstrip__inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: .55rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--mp-text-mute);
}
.mp-topstrip__left { display: flex; align-items: center; gap: 1rem; }
.mp-topstrip__sep { color: rgba(33, 150, 243, .25); }
.mp-topstrip__item a { color: var(--mp-text); }
.mp-topstrip__item a:hover { color: var(--mp-cyan); }
.mp-topstrip__right { display: flex; gap: .85rem; }
.mp-topstrip__social {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(33, 150, 243, .25);
    border-radius: 50%;
    font-size: .65rem;
    color: var(--mp-text-mute);
    transition: all .25s;
}
.mp-topstrip__social:hover {
    border-color: var(--mp-cyan);
    color: var(--mp-cyan);
    box-shadow: 0 0 14px -2px rgba(0, 212, 255, .55);
}

/* ============= HEADER ============= */
.mp-header {
    background: #000;
    padding: 1.5rem 2rem;
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(33, 150, 243, .15);
    box-shadow: 0 4px 24px -8px rgba(0, 0, 0, .8);
}
.mp-header__inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mp-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    text-align: center;
}
.mp-logo__wings {
    color: var(--mp-blue);
    font-size: .9rem;
    letter-spacing: .25em;
    text-shadow: 0 0 12px rgba(0, 212, 255, .55);
}
.mp-logo__name {
    font-family: var(--mp-display);
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: .35em;
    color: #fff;
    text-transform: uppercase;
}
.mp-logo__tag {
    font-family: var(--mp-display);
    font-size: .6rem;
    letter-spacing: .55em;
    color: var(--mp-cyan);
    text-transform: uppercase;
    margin-top: .15rem;
}

/* ============= MAIN ============= */
.mp-main { background: var(--mp-navy); }

/* ============= HERO ============= */
.mp-hero {
    position: relative;
    min-height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6rem 2rem 8rem;
    text-align: center;
}
.mp-hero__smoke {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 80%, rgba(33, 150, 243, .15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(0, 212, 255, .1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 100%, rgba(10, 21, 37, .9) 0%, transparent 70%);
    pointer-events: none;
}
.mp-hero__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
}
.mp-hero__badge {
    display: inline-block;
    padding: .5rem 1.25rem;
    border: 1px solid rgba(0, 212, 255, .55);
    border-radius: 999px;
    font-family: var(--mp-display);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .4em;
    color: var(--mp-cyan);
    text-transform: uppercase;
    margin-bottom: 2rem;
    background: rgba(0, 212, 255, .05);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 0 20px -4px rgba(0, 212, 255, .35);
}
.mp-hero__title {
    font-family: 'Times New Roman', 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(3rem, 8vw, 6.5rem);
    line-height: 1;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 30px rgba(0, 0, 0, .8);
}
.mp-hero__lead {
    font-size: 1.05rem;
    color: var(--mp-text-mute);
    max-width: 580px;
    margin: 0 auto 2.5rem;
    line-height: 1.75;
}
.mp-hero__scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .85rem;
    z-index: 2;
}
.mp-hero__scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, var(--mp-cyan));
}
.mp-hero__scroll-text {
    font-family: var(--mp-display);
    font-size: .65rem;
    letter-spacing: .45em;
    color: var(--mp-cyan);
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

/* ============= TOPBAR (under hero) ============= */
.mp-topbar {
    background: linear-gradient(180deg, var(--mp-navy-deep), var(--mp-navy));
    border-top: 1px solid rgba(33, 150, 243, .15);
    border-bottom: 1px solid rgba(33, 150, 243, .15);
    padding: 1.25rem 2rem;
}
.mp-topbar__inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.mp-topbar__nav ul {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.mp-topbar__link {
    font-family: var(--mp-display);
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .25em;
    color: var(--mp-text-mute);
    text-transform: uppercase;
    padding: .65rem 0;
    position: relative;
    transition: color .25s;
}
.mp-topbar__link:hover { color: #fff; }
.mp-topbar__link.is-active {
    color: #fff;
}
.mp-topbar__link.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--mp-blue);
    box-shadow: 0 0 12px rgba(0, 212, 255, .65);
}
.mp-topbar__cta {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .85rem 1.75rem;
    background: var(--mp-blue);
    color: #fff;
    font-family: var(--mp-display);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .25em;
    border-radius: 999px;
    text-transform: uppercase;
    transition: all .3s;
    box-shadow: 0 6px 24px -6px rgba(33, 150, 243, .55);
}
.mp-topbar__cta:hover {
    background: var(--mp-cyan);
    color: var(--mp-navy);
    transform: translateY(-2px);
    box-shadow: 0 10px 32px -6px rgba(0, 212, 255, .8);
}

/* ============= RENOVATION ============= */
.mp-renov {
    background: var(--mp-smoke);
    background-image:
        radial-gradient(ellipse at 100% 50%, rgba(33, 150, 243, .08) 0%, transparent 60%),
        linear-gradient(180deg, var(--mp-smoke), var(--mp-navy));
    padding: 7rem 2rem;
}
.mp-renov__inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 5rem;
    align-items: center;
}
.mp-renov__title {
    font-family: 'Times New Roman', Georgia, serif;
    font-weight: 400;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 1.5rem;
    letter-spacing: -.01em;
}
.mp-renov__title em {
    font-style: italic;
    color: var(--mp-cyan);
    text-shadow: 0 0 30px rgba(0, 212, 255, .35);
}
.mp-renov__lead {
    font-size: 1rem;
    color: var(--mp-text-mute);
    margin-bottom: 2.5rem;
    line-height: 1.8;
    max-width: 480px;
}
.mp-renov__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
    margin-bottom: 2.5rem;
}
.mp-renov__feature {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .75rem 1rem;
    background: rgba(10, 21, 37, .5);
    border: 1px solid rgba(33, 150, 243, .15);
    border-radius: 8px;
    transition: all .3s;
}
.mp-renov__feature:hover {
    border-color: var(--mp-cyan);
    box-shadow: 0 0 24px -6px rgba(0, 212, 255, .35);
    transform: translateY(-2px);
}
.mp-renov__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0, 212, 255, .12);
    border: 1px solid var(--mp-cyan);
    color: var(--mp-cyan);
    font-size: .75rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 0 12px -2px rgba(0, 212, 255, .55);
}
.mp-renov__featurelabel {
    font-family: var(--mp-display);
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--mp-text);
}
.mp-renov__visual {
    position: relative;
    aspect-ratio: 4/3;
}
.mp-renov__photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .8), 0 0 60px -10px rgba(33, 150, 243, .4);
    border: 1px solid rgba(33, 150, 243, .25);
}
.mp-renov__glow {
    position: absolute;
    inset: -30px;
    background: radial-gradient(ellipse at center, rgba(0, 212, 255, .35) 0%, transparent 60%);
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
}
.mp-renov__sticker {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: .5rem 1rem;
    background: var(--mp-yellow);
    color: var(--mp-navy);
    font-family: var(--mp-display);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .25em;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px -4px rgba(255, 210, 0, .55);
    z-index: 2;
}

/* ============= TESTIMONIALS ============= */
.mp-testi {
    background: #000;
    padding: 7rem 2rem;
    position: relative;
}
.mp-testi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 80px;
    background: linear-gradient(180deg, transparent, var(--mp-cyan));
    transform: translateX(-50%);
}
.mp-testi__inner {
    max-width: 1300px;
    margin: 0 auto;
}
.mp-testi__head {
    text-align: center;
    margin-bottom: 4rem;
}
.mp-testi__title {
    font-family: var(--mp-display);
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: .15em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-shadow: 0 0 40px rgba(0, 212, 255, .25);
}
.mp-testi__lead {
    color: var(--mp-text-mute);
    max-width: 520px;
    margin: 0 auto;
}
.mp-testi__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.mp-testi__card {
    position: relative;
    padding: 3rem 2rem 2.5rem;
    background: linear-gradient(180deg, var(--mp-smoke), var(--mp-navy));
    border: 1px solid rgba(33, 150, 243, .2);
    border-radius: 12px;
    transition: all .3s;
}
.mp-testi__card:hover {
    border-color: var(--mp-cyan);
    transform: translateY(-6px);
    box-shadow: 0 20px 50px -12px rgba(0, 212, 255, .3);
}
.mp-testi__quote {
    position: absolute;
    top: -.5rem;
    left: 1.5rem;
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 6rem;
    line-height: 1;
    color: var(--mp-cyan);
    text-shadow: 0 0 24px rgba(0, 212, 255, .55);
}
.mp-testi__text {
    color: var(--mp-text-mute);
    font-size: .98rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-style: italic;
}
.mp-testi__stars {
    display: flex;
    gap: .25rem;
    color: var(--mp-yellow);
    margin-bottom: 1.5rem;
    font-size: 1rem;
    text-shadow: 0 0 8px rgba(255, 210, 0, .55);
}
.mp-testi__author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(33, 150, 243, .15);
}
.mp-testi__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--mp-blue), var(--mp-cyan));
    color: var(--mp-navy);
    font-family: var(--mp-display);
    font-weight: 700;
    font-size: 1.1rem;
}
.mp-testi__meta strong {
    display: block;
    color: #fff;
    font-family: var(--mp-display);
    font-size: 1rem;
    letter-spacing: .05em;
}
.mp-testi__meta span {
    display: block;
    color: var(--mp-text-low);
    font-size: .78rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: var(--mp-display);
}

/* ============= CTA ============= */
.mp-cta {
    padding: 7rem 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-top: 1px solid rgba(33, 150, 243, .15);
    border-bottom: 1px solid rgba(33, 150, 243, .15);
}
.mp-cta__inner {
    max-width: 800px;
    margin: 0 auto;
}
.mp-cta__title {
    font-family: var(--mp-display);
    font-weight: 700;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    line-height: 1.1;
    letter-spacing: .12em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    text-shadow: 0 0 40px rgba(0, 212, 255, .3);
}
.mp-cta__lead {
    color: var(--mp-text-mute);
    font-size: 1.05rem;
    max-width: 560px;
    margin: 0 auto 2.5rem;
}
.mp-cta__actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.mp-cta__phone {
    font-family: var(--mp-display);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .15em;
    color: var(--mp-cyan);
    border-bottom: 1px solid rgba(0, 212, 255, .35);
    padding-bottom: .25rem;
    transition: all .25s;
}
.mp-cta__phone:hover {
    color: #fff;
    border-bottom-color: var(--mp-cyan);
    text-shadow: 0 0 12px rgba(0, 212, 255, .55);
}

/* ============= FOOTER ============= */
.mp-footer {
    background: var(--mp-navy-deep);
    color: var(--mp-text);
    padding: 5rem 2rem 2rem;
    border-top: 1px solid rgba(33, 150, 243, .15);
}
.mp-footer__inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 3rem;
}
.mp-footer__col { }
.mp-footer__logo {
    font-family: var(--mp-display);
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .25em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.mp-footer__tagline {
    font-family: var(--mp-display);
    font-size: .9rem;
    letter-spacing: .15em;
    color: var(--mp-cyan);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.mp-footer__copy {
    color: var(--mp-text-mute);
    font-size: .92rem;
    line-height: 1.7;
}
.mp-footer__title {
    font-family: var(--mp-display);
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .25em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: .85rem;
}
.mp-footer__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--mp-cyan);
    box-shadow: 0 0 12px rgba(0, 212, 255, .55);
}
.mp-footer__list { display: grid; gap: .65rem; }
.mp-footer__list li,
.mp-footer__list a {
    color: var(--mp-text-mute);
    font-size: .92rem;
    line-height: 1.6;
}
.mp-footer__list a { transition: color .2s; }
.mp-footer__list a:hover { color: var(--mp-cyan); }
.mp-footer__nlcopy {
    color: var(--mp-text-mute);
    font-size: .9rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}
.mp-footer__form {
    display: flex;
    background: rgba(33, 150, 243, .08);
    border: 1px solid rgba(33, 150, 243, .25);
    border-radius: 999px;
    overflow: hidden;
    transition: all .25s;
}
.mp-footer__form:focus-within {
    border-color: var(--mp-cyan);
    box-shadow: 0 0 18px -4px rgba(0, 212, 255, .55);
}
.mp-footer__input {
    flex: 1;
    background: transparent;
    border: 0;
    padding: .85rem 1.2rem;
    color: #fff;
    font-family: var(--mp-body);
    font-size: .9rem;
    outline: none;
}
.mp-footer__input::placeholder { color: var(--mp-text-low); }
.mp-footer__submit {
    background: var(--mp-blue);
    color: #fff;
    padding: 0 1.5rem;
    font-family: var(--mp-display);
    font-weight: 700;
    letter-spacing: .15em;
    font-size: .8rem;
    transition: background .25s;
}
.mp-footer__submit:hover { background: var(--mp-cyan); color: var(--mp-navy); }
.mp-footer__divider {
    max-width: 1300px;
    margin: 3rem auto 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(33, 150, 243, .35), transparent);
}
.mp-footer__bottom {
    max-width: 1300px;
    margin: 1.5rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--mp-display);
    font-size: .8rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--mp-text-low);
    flex-wrap: wrap;
    gap: 1rem;
}
.mp-footer__credits .mp-footer__brandsmall { color: var(--mp-cyan); }
.mp-footer__legal a { color: var(--mp-text-mute); margin: 0 .5rem; transition: color .2s; }
.mp-footer__legal a:hover { color: var(--mp-cyan); }

/* ============= CONTACT PAGE (uses base classes from contact.php) ============= */
.contact-page {
    padding: 5rem 2rem;
    background: var(--mp-navy);
    color: var(--mp-text);
}
.contact-page .container.two-col {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
}
.contact-page h1 {
    font-family: var(--mp-display);
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1.5rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.contact-page p { color: var(--mp-text-mute); margin-bottom: .5rem; }
.contact-page a { color: var(--mp-cyan); }
.contact-form {
    display: grid;
    gap: 1rem;
    background: var(--mp-smoke);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(33, 150, 243, .2);
}
.contact-form label {
    display: grid;
    gap: .35rem;
    font-family: var(--mp-display);
    font-size: .85rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--mp-text-mute);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    background: var(--mp-navy-deep);
    border: 1px solid rgba(33, 150, 243, .2);
    color: var(--mp-text);
    padding: .75rem 1rem;
    border-radius: 8px;
    font-family: var(--mp-body);
    font-size: .95rem;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--mp-cyan);
    box-shadow: 0 0 14px -4px rgba(0, 212, 255, .55);
}
.contact-form .hp { display: none; }
.contact-form .btn {
    justify-self: start;
    background: var(--mp-blue);
    color: #fff;
    padding: .9rem 2rem;
    border-radius: 999px;
    font-family: var(--mp-display);
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    box-shadow: 0 6px 24px -6px rgba(0, 212, 255, .55);
    transition: all .25s;
}
.contact-form .btn:hover { background: var(--mp-cyan); color: var(--mp-navy); transform: translateY(-2px); }
.flash {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: .92rem;
}
.flash-success { background: rgba(0, 212, 255, .12); color: var(--mp-cyan); border: 1px solid rgba(0, 212, 255, .35); }
.flash-error { background: rgba(230, 57, 70, .12); color: #ffb4ba; border: 1px solid rgba(230, 57, 70, .35); }

/* ============= NOT FOUND ============= */
.not-found {
    padding: 6rem 2rem;
    text-align: center;
    background: var(--mp-navy);
    color: var(--mp-text);
}
.not-found h1 {
    font-family: var(--mp-display);
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: .1em;
}
.not-found p { color: var(--mp-text-mute); margin-bottom: 2rem; }
.not-found .btn-primary {
    display: inline-block;
    background: var(--mp-blue);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 999px;
    font-family: var(--mp-display);
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700;
}

/* ============= PREVIEW BANNER ============= */
.preview-banner {
    background: var(--mp-cyan);
    color: var(--mp-navy);
    text-align: center;
    padding: .75rem 1rem;
    font-family: var(--mp-display);
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
    font-size: .82rem;
    box-shadow: 0 4px 24px -4px rgba(0, 212, 255, .55);
}

/* ============= RESPONSIVE ============= */
@media (max-width: 800px) {
    .mp-topstrip__inner { flex-direction: column; gap: .5rem; padding: .75rem 1rem; }
    .mp-topstrip__left { flex-wrap: wrap; justify-content: center; gap: .5rem; }
    .mp-topstrip__sep { display: none; }

    .mp-header { padding: 1.25rem 1rem; }
    .mp-logo__name { font-size: 1.2rem; letter-spacing: .25em; }

    .mp-hero { min-height: 75vh; padding: 4rem 1.25rem 6rem; }
    .mp-hero__title { font-size: clamp(2.5rem, 12vw, 3.5rem); }

    .mp-topbar { padding: 1rem; }
    .mp-topbar__inner { flex-direction: column; gap: 1rem; }
    .mp-topbar__nav ul { gap: 1.25rem; justify-content: center; }
    .mp-topbar__link { font-size: .75rem; letter-spacing: .15em; }
    .mp-topbar__cta { padding: .75rem 1.25rem; font-size: .72rem; }

    .mp-renov { padding: 5rem 1.25rem; }
    .mp-renov__inner { grid-template-columns: 1fr; gap: 3rem; }
    .mp-renov__features { grid-template-columns: 1fr; }
    .mp-renov__title { font-size: clamp(2rem, 9vw, 2.75rem); }

    .mp-testi { padding: 5rem 1.25rem; }
    .mp-testi__grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .mp-testi__title { font-size: clamp(2rem, 9vw, 2.75rem); }

    .mp-cta { padding: 5rem 1.25rem; }
    .mp-cta__title { font-size: clamp(1.75rem, 8vw, 2.5rem); }
    .mp-cta__actions { flex-direction: column; gap: 1.25rem; }

    .mp-footer { padding: 4rem 1.25rem 1.5rem; }
    .mp-footer__inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .mp-footer__bottom { flex-direction: column; text-align: center; }

    .contact-page { padding: 3rem 1.25rem; }
    .contact-page .container.two-col { grid-template-columns: 1fr; gap: 2rem; }
}
