/* ========================== */
/*  LentoFix Wohnen Vintage Retro CSS  */
/* ========================== */

/* ========================= */
/* CSS RESET / NORMALIZE     */
/* ========================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FEE3B1;
    min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #3b2c23;
    background: #FEE3B1;
    line-height: 1.6;
    min-height: 100vh;
    min-width: 0;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.02em;
}

*, *::before, *::after {
    box-sizing: inherit;
}

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

a {
    color: #15305C;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'Montserrat', Arial, sans-serif;
    border-radius: 3px;
}
a:focus, a:hover {
    color: #b06b28;
    text-decoration: underline;
    outline: none;
}

ul, ol {
    margin-left: 1.4em;
    margin-bottom: 24px;
}
li {
    margin-bottom: 10px;
}

button {
    font-family: inherit;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

address {
    font-style: normal;
    color: #574430;
    margin-bottom: 10px;
}

/* ========================= */
/* FONTS: RETRO/VINTAGE     */
/* ========================= */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 900;
    color: #2a1e0f;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 0 #fff7e1, 0 3px 8px rgba(192,139,57,0.03);
    margin-bottom: 20px;
}
h1 {
    font-size: 2.5rem;
    margin-bottom: 24px;
    line-height: 1.15;
}
h2 {
    font-size: 2rem;
    margin-bottom: 16px;
    line-height: 1.2;
    border-bottom: 2px dashed #b06b28;
    padding-bottom: 5px;
    background: url('data:image/svg+xml;utf8,<svg width="7" height="7" xmlns="http://www.w3.org/2000/svg"><rect width="7" height="7" fill="%23FEE3B1" /><rect width="7" height="7" fill-opacity="0" stroke="%23B7C1DC" stroke-width="1"/></svg>') repeat-x bottom;
    background-size: 24px 8px;
}
h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #48403b;
}
h4, h5, h6 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

p {
    margin-bottom: 16px;
    font-size: 1.06rem;
    color: #3b2c23;
}

strong {
    color: #b06b28;
}

/* ========================= */
/* LAYOUT BASICS            */
/* ========================= */
.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 0;
    position: relative;
}

.section {
    margin-bottom: 60px;
    padding: 40px 20px;
    background: #f5efd9;
    border-radius: 18px;
    box-shadow: 0 2px 12px 1px rgba(182, 149, 63, 0.11), 0 0.5px 0 #FEE3B1;
    position: relative;
}

.text-section { padding: 0; margin-bottom: 0; }

.text-image-section {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}

.card {
    margin-bottom: 20px;
    position: relative;
    background: #fff7e1;
    padding: 28px 24px;
    border-radius: 14px;
    box-shadow: 0 2px 8px 0 rgba(146,89,35,0.14);
    border: 2px solid #dac16a;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 240px;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.card:hover, .card:focus-within {
    box-shadow: 0 8px 18px -2px rgba(146,89,35,0.21), 0 0.5px 0 #FEE3B1;  
    border-color: #b06b28;
}

.content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    background: #fff7e1;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(200,150,80,0.10);
    border: 1.5px solid #b7c1dc;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
}
.team-member {
    background: #FFF7E1;
    border-radius: 10px;
    box-shadow: 0 2px 7px 0 rgba(160,121,59,0.16);
    padding: 22px 22px 18px;
    min-width: 230px;
    flex: 1 1 260px;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 28px;
}
.service-card {
    background: #fff7e1;
    border: 1.8px solid #dac16a;
    box-shadow: 0 2px 9px rgba(160,121,59,0.12);
    border-radius: 14px;
    min-width: 220px;
    flex: 1 1 240px;
    padding: 24px 20px 18px 22px;
    margin-bottom: 20px;
    transition: box-shadow 0.18s, border-color 0.18s;
}
.service-card:hover, .service-card:focus-within {
    border-color: #b06b28;
    box-shadow: 0 8px 18px -2px rgba(146,89,35,0.21);
}

.faq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}
.faq-item {
    flex: 1 0 270px;
    background: #fff7e1;
    border: 1.2px dashed #dac16a;
    border-radius: 10px;
    padding: 18px 18px 14px;
    margin-bottom: 20px;
}

.contact-details {
    background: #fff7e1;
    border-radius: 10px;
    border: 1.5px solid #b7c1dc;
    padding: 18px 22px;
    margin-bottom: 18px;
    color: #574430;
}

/* ========================= */
/* RETRO/VINTAGE DETAILS     */
/* ========================= */
section.hero, section.about-hero {
    background: #ffd88a url('data:image/svg+xml;utf8,<svg width="152" height="30" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="152" height="30" fill="%23ffd88a"/><rect x="0" y="27" width="152" height="3" fill="%23b7c1dc"/><ellipse cx="20" cy="15" rx="20" ry="7" fill="%23b7c1dc" fill-opacity="0.12"/><ellipse cx="120" cy="12" rx="28" ry="9" fill="%23b7c1dc" fill-opacity="0.12"/></svg>') no-repeat center bottom;
    background-size: cover;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 14px 38px -16px rgba(146,89,35,0.09);
    min-height: 340px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    padding-top: 44px;
}

.hero .content-wrapper, .about-hero .content-wrapper {
    align-items: flex-start;
    gap: 20px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    background: #15305C;
    color: #fff7e1;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.16rem;
    border-radius: 24px;
    padding: 12px 32px 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    box-shadow: 0 3px 12px -4px #b06b28;
    border: 2px solid #fee3b1;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s, border-color 0.14s;
    position: relative;
}
.cta-btn:hover, .cta-btn:focus {
    background: #b06b28;
    color: #fff7e1;
    box-shadow: 0 5px 20px -5px #15305c71;
    border-color: #15305C;
    outline: 0;
}

ul li img {
    width: 33px;
    height: 33px;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 7px;
    box-shadow: 0 1px 4px rgba(150,120,20,0.09);
    background: #fff7e1;
    border: 1px solid #dac16a;
}

/* ========================= */
/* TESTIMONIAL/REVIEW CARDS */
/* ========================= */
.testimonial-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #FAF7F2;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 3px 12px 0 rgba(146, 89, 35, 0.09);
    border: 2px solid #b7c1dc;
    min-width: 240px;
}
.testimonial-card p {
    color: #222 !important;
    font-size: 1.15rem;
    font-style: italic;
    margin: 0 0 0 4px;
}
.testimonial-meta {
    color: #65482a;
    font-size: 1rem;
    margin-left: 15px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    letter-spacing: 0.01em;
}

/* ========================= */
/* HEADER & NAVBAR           */
/* ========================= */
header {
    background: #d4b797;
    border-bottom: 3.5px solid #dec483;
    position: relative;
    z-index: 50;
    box-shadow: 0 5px 16px 0px rgba(123,94,16,0.09);
    margin-bottom: 0;
}
header .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    gap: 24px;
}
nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
}

nav a {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.06rem;
    color: #2a1e0f;
    letter-spacing: 0.03em;
    background: #FFEEC3;
    border: 1.6px solid #dac16a;
    border-radius: 10px;
    padding: 6px 14px 5px 13px;
    margin-right: 1px;
    margin-bottom: 2px;
    transition: background 0.18s, color 0.18s, border-color 0.18s;
    box-shadow: 0 1px 3px rgba(212, 183, 151, 0.24);
}
nav a:hover, nav a:focus {
    background: #15305C;
    color: #fff7e1;
    border-color: #15305C;
}

header img {
    height: 54px;
    margin-right: 20px;
}

/* Main nav only on desktop */
@media (max-width: 1000px) {
    header nav { display: none; }
}

@media (max-width: 700px) {
    header .container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 14px;
    }
}

/* ========================= */
/* BURGER & MOBILE NAV MENU  */
/* ========================= */
.mobile-menu-toggle {
    display: none;
    position: absolute;
    right: 14px;
    top: 18px;
    z-index: 99;
    background: #B06B28;
    color: #fff7e1;
    font-size: 2.3rem;
    padding: 8px 16px;
    border-radius: 18px;
    border: 2px solid #FEDE9C;
    box-shadow: 0 8px 24px -8px #94783a42;
    transition: background 0.14s, color 0.16s;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
    background: #15305C;
    color: #FEE3B1;
}

.mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #FFEEC3;
    z-index: 9000;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    transition: transform 0.34s cubic-bezier(.62,.02,.19,1.09), opacity 0.32s;
    transform: translateX(100%);
    opacity: 0;
    box-shadow: 0 6px 32px rgba(212,183,151,0.28);
}
.mobile-menu.active {
    display: flex;
    transform: translateX(0);
    opacity: 1;
}
.mobile-menu-close {
    font-size: 2.1rem;
    background: #15305C;
    color: #fff7e1;
    border-radius: 11px;
    margin-right: 15px;
    margin-top: 17px;
    box-shadow: 0 2px 8px #b7c1dc18;
    padding: 5px 14px 4px 12px;
    border: none;
    border: 1.8px solid #dac16a;
    transition: background 0.14s, color 0.16s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
    background: #B06B28;
    color: #FFEEC3;
}
.mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 44px;
    width: 100%;
    gap: 0;
}
.mobile-nav a {
    width: 100%;
    display: block;
    padding: 14px 22px;
    font-size: 1.18rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    color: #15305C;
    border-bottom: 1.5px dashed #dac16a;
    background: none;
    border-radius: 0;
    transition: background 0.13s, color 0.13s;
    margin: 0;
}
.mobile-nav a:last-child {
    border-bottom: none;
}
.mobile-nav a:hover, .mobile-nav a:focus {
    background: #15305C;
    color: #fff7e1;
}

@media (max-width: 1000px) {
    .mobile-menu-toggle {
        display: block;
    }
}
@media (max-width: 1000px) {
    .mobile-menu { display: flex; }
    .mobile-menu:not(.active) {
        pointer-events: none;
        opacity: 0;
        transform: translateX(100%);
    }
    .mobile-menu.active {
        pointer-events: auto;
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 1001px) {
    .mobile-menu, .mobile-menu-toggle { display: none !important; }
}

/* ========================= */
/*  FOOTER                   */
/* ========================= */
footer {
    background: #d4b797;
    box-shadow: 0 -2px 20px 3px rgba(212,183,151,0.12);
    padding: 0 0 24px 0;
    font-family: 'Roboto', Arial, sans-serif;
    border-top: 5px solid #b06b28;
    width: 100%;
}
.footer-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 25px 0 12px 0;
}
.footer-nav {
    display: flex;
    flex-direction: row;
    gap: 14px;
    flex-wrap: wrap;
}
.footer-nav a {
    color: #15305c;
    background: #FFEEC3;
    border-radius: 7px;
    border: 1.1px solid #dac16a;
    padding: 4px 9px 3px 9px;
    font-size: 1rem;
    font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 3px;
    transition: background 0.17s, color 0.17s;
}
.footer-nav a:hover, .footer-nav a:focus {
    background: #b06b28;
    color: #fff7e1;
}
.footer-top img {
    height: 38px;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 7px 0;
}
.contact-info {
    font-size: 0.97rem;
    color: #574430;
}
.brand-tagline {
    color: #b06b28;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.16rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: right;
    margin-top: 15px;
}

@media (max-width: 900px) {
    .footer-bottom {
        flex-direction: column;
        gap: 18px;
        align-items: flex-start;
    }
    .brand-tagline {
        text-align: left;
        margin: 12px 0 0 0;
    }
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }
}

/* ========================= */
/* RESPONSIVE DESIGN         */
/* ========================= */
@media (max-width: 768px) {
    .container {
        padding-left: 7px;
        padding-right: 7px;
    }
    .content-wrapper {
        gap: 16px;
    }
    .section, section.hero, section.about-hero {
        padding: 24px 7px;
        border-radius: 17px;
    }
    .hero, .about-hero {
        min-height: 210px;
    }
    .team-list, .faq-list, .service-list, .card-container, .content-grid {
        flex-direction: column;
        gap: 14px;
    }
    .card {
        min-width: 0;
    }
    .text-image-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .footer-bottom, .footer-top {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }
}
@media (max-width: 500px) {
    h1 { font-size: 1.7rem; }
    h2 { font-size: 1.25rem; }
    .card, .service-card, .faq-item { padding: 18px 8px 13px 12px; }
    .testimonial-card { flex-direction: column;
    align-items: flex-start; gap: 9px; }
    .mobile-menu-toggle { font-size: 1.6rem; padding: 4px 8px; }
}

/* ========================= */
/* COOKIE CONSENT BANNER + MODAL */
/* ========================= */
#cookie-consent-banner {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    z-index: 99999;
    background: #b06b28;
    color: #fff7e1;
    box-shadow: 0 -6px 22px -6px #4c2c13cc;
    padding: 24px 18px 18px 28px;
    align-items: center;
    justify-content: space-between;
    font-size: 1.07rem;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    gap: 36px;
    animation: cookieBannerSlideIn 0.65s cubic-bezier(.66,.02,.24,1.07);
}
@keyframes cookieBannerSlideIn {
    0% { transform: translateY(80px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}
#cookie-consent-banner .cookie-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}
.cookie-btn {
    background: #FEE3B1;
    color: #15305C;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    border: 2px solid #ffeec3;
    border-radius: 18px;
    padding: 7px 22px 6px 22px;
    font-size: 1rem;
    margin-left: 0;
    margin-right: 0;
    transition: background 0.17s, color 0.16s, border-color 0.17s;
    box-shadow: 0 1px 6px #715b0792;
}
.cookie-btn:hover, .cookie-btn:focus {
    background: #15305C;
    color: #FFEEC3;
    border-color: #b06b28;
}
.cookie-btn.settings {
    background: #B7C1DC;
    color: #3b2c23;
    border-color: #15305C;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
    background: #15305C;
    color: #FFEEC3;
}

@media (max-width: 700px) {
    #cookie-consent-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
        padding: 16px 6px 10px 17px;
        font-size: 0.98rem;
    }
    #cookie-consent-banner .cookie-actions {
        margin-top: 4px;
        gap: 8px;
    }
}

#cookie-modal {
    display: none;
    position: fixed;
    left: 0; top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 110000;
    justify-content: center;
    align-items: center;
    background: rgba(38,29,19,0.48);
    animation: fadeInCookieModal 0.4s ease;
}
#cookie-modal.active {
    display: flex;
}
@keyframes fadeInCookieModal {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.cookie-modal-content {
    background: #fff7e1;
    border-radius: 15px;
    padding: 34px 32px 30px 32px;
    max-width: 410px;
    width: 96%;
    color: #2a1e0f;
    box-shadow: 0 3px 32px 5px #b7c1dc71;
    font-size: 1.05rem;
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
}
.cookie-modal-content h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 20px;
    border: none;
    background: none;
    font-size: 1.23rem;
    color: #b06b28;
}
.cookie-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}
.cookie-category label {
    font-weight: 700;
    font-size: 1rem;
}
.cookie-switch {
    width: 38px; height: 22px;
    border-radius: 17px;
    background: #B7C1DC;
    position: relative;
    cursor: pointer;
    transition: background 0.2s;
    margin-right: 8px;
}
.cookie-switch.enabled {
    background: #b06b28;
}
.cookie-switch-knob {
    position: absolute;
    top: 2px; left: 2px;
    width: 18px; height: 18px;
    background: #fff7e1;
    border-radius: 50%;
    transition: left 0.19s;
    box-shadow: 0 1px 4px #b7c1dc44;
}
.cookie-switch.enabled .cookie-switch-knob {
    left: 18px;
}
.cookie-modal-close {
    position: absolute;
    right: 16px;
    top: 15px;
    background: #15305C;
    color: #fff7e1;
    font-size: 1.4rem;
    padding: 2.5px 12px 2.5px 10px;
    border-radius: 7px;
    border: 1.5px solid #dac16a;
    transition: background 0.10s, color 0.15s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
    background: #b06b28;
    color: #fffde3;
}

/* ========================= */
/* MICRO-INTERACTIONS       */
/* ========================= */
.card, .service-card, .cta-btn, .testimonial-card, .faq-item, .feature-item {
    transition: box-shadow 0.19s cubic-bezier(.66,.02,.24,1.07), border-color 0.19s;
}
.card:active, .service-card:active, .cta-btn:active {
    box-shadow: 0 0 5px rgba(176,107,40,0.14);
}

input, textarea, select {
    font-family: inherit;
    font-size: 1rem;
    border: 1.5px solid #b7c1dc;
    border-radius: 9px;
    background: #FAF7F2;
    padding: 9px 13px;
    margin-bottom: 16px;
}
input:focus, textarea:focus, select:focus {
    outline: 2px solid #b06b28;
    border-color: #b06b28;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #dac16a;
  border-radius: 7px;
}
::-webkit-scrollbar-track {
  background: #fff7e1;
}

/* ========================= */
/*  VINTAGE/RETRO PATTERNS   */
/* ========================= */
body {
    background: #FEE3B1 url('data:image/svg+xml;utf8,<svg width="38" height="38" xmlns="http://www.w3.org/2000/svg"><rect width="38" height="38" fill="%23FEE3B1" /><ellipse cx="16" cy="16" rx="6" ry="4" fill="%23B7C1DC" fill-opacity="0.15"/><ellipse cx="28" cy="29" rx="5" ry="3.5" fill="%23B7C1DC" fill-opacity="0.09"/></svg>') repeat;
}

.section {
    background: #f5efd9 url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" fill="%23f5efd9" /><ellipse cx="14" cy="14" rx="3" ry="1" fill="%23B7C1DC" fill-opacity="0.12"/></svg>') repeat-x bottom;
    background-size: 92px 18px;
}

.card, .service-card {
    background: #fff7e1 url('data:image/svg+xml;utf8,<svg width="30" height="30" xmlns="http://www.w3.org/2000/svg"><ellipse cx="7" cy="7" rx="5" ry="2.5" fill="%23B7C1DC" fill-opacity="0.051"/></svg>') bottom right no-repeat;
}

/* ========================= */
/*  UTILITY CLASSES          */
/* ========================= */
.mt-1 { margin-top: 8px !important; }
.mt-2 { margin-top: 16px !important; }
.mt-3 { margin-top: 24px !important; }
.mb-1 { margin-bottom: 8px !important; }
.mb-2 { margin-bottom: 16px !important; }
.mb-3 { margin-bottom: 24px !important; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.gap-1 { gap: 8px !important; }
.gap-2 { gap: 16px !important; }
.gap-3 { gap: 24px !important; }
.hidden { display: none !important; }

/* ========================= */
/* PRINT (vintage effect)    */
/* ========================= */
@media print {
  *, *:before, *:after { background: none !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  header, footer, .mobile-menu, #cookie-consent-banner, #cookie-modal { display: none !important; }
  .section, .card, .service-card { box-shadow: none !important; }
  body { background: white !important; }
}
