:root {
    --green-900: #0a2118; --green-800: #0f3425; --green-700: #155235;
    --green-600: #1a6b44; --green-500: #1f8553; --green-400: #27a868;
    --green-300: #4ec98a; --green-200: #8fe0b3; --green-100: #d0f4e0; --green-50: #edfaf3;
    --cream: #faf9f6; --cream-dark: #f0ede6;
    --charcoal: #1a1a1a; --text-primary: #1a1a1a; --text-secondary: #555; --text-muted: #888;
    --gold: #c8a44e; --white: #ffffff;
    --amber-700: #b45309; --amber-600: #d97706; --amber-500: #f59e0b; --amber-100: #fef3c7; --amber-50: #fffbeb;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06); --shadow-md: 0 4px 16px rgba(0,0,0,0.1); --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
    --glass-bg: rgba(255,255,255,0.55); --glass-border: rgba(255,255,255,0.5); --glass-blur: 16px;
    --glass-dark-bg: rgba(10,33,24,0.6); --glass-dark-border: rgba(255,255,255,0.1);
    /* Override WordPress.com link color variables */
    --wp--preset--color--link: inherit;
    --wp--style--color--link: inherit;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "DM Sans", sans-serif; color: var(--text-primary); background: var(--cream); -webkit-font-smoothing: antialiased; overflow-x: hidden; line-height: 1.6; }
h1, h2, h3, h4 { font-family: "Outfit", sans-serif; }
img { max-width: 100%; height: auto; }
svg { max-width: 100%; height: auto; }
a { transition: all 0.2s; color: inherit; text-decoration: none; }
a:hover { color: inherit; }
a:visited { color: inherit; }
/* Nuclear override — WordPress.com injects link colors with high specificity */
body a:where(:not(.wp-element-button)) { color: inherit !important; text-decoration: none !important; }
body .entry-content a, body .wp-block-post-content a, body .page-content a { color: inherit !important; }
body .ml-footer-links a { color: rgba(255,255,255,0.55) !important; }
body .ml-footer-links a:hover { color: var(--green-300) !important; }
body .ml-nav-links a { color: var(--text-secondary) !important; }
body .ml-nav-links a.active { color: var(--green-700) !important; }
body .ml-nav-links a:hover { color: var(--green-600) !important; }
body .ml-nav-cta, body .ml-nav-cta:hover, body .ml-nav-cta:visited { color: #ffffff !important; }
body .ml-srv-card-home { color: var(--text-primary) !important; }
body .ml-srv-card-home:hover { color: var(--text-primary) !important; }
body .ml-srv-card-link { color: var(--green-700) !important; }
body .ml-hero-card, body .ml-hero-card:hover, body .ml-hero-card:visited { color: #ffffff !important; }
body .ml-review-source a { color: var(--green-600) !important; }
body .ml-btn-primary, body .ml-btn-primary:hover { color: var(--green-800) !important; }
body .ml-btn-outline, body .ml-btn-outline:hover { color: #ffffff !important; }
body .ml-btn-green, body .ml-btn-green:hover { color: #ffffff !important; }
body .ml-btn-amber, body .ml-btn-amber:hover { color: #ffffff !important; }
body .ml-form-submit, body .ml-form-submit:hover { color: #ffffff !important; }
body .ml-util a { color: rgba(255,255,255,0.85) !important; }
body .ml-util a:hover { color: var(--green-300) !important; }
body .ml-util-checkatrade { color: #00b67a !important; }
body .ml-ct-widget-card, body .ml-ct-widget-card:hover { color: #ffffff !important; }
body .ml-footer-ct-badge, body .ml-footer-ct-badge:hover { color: rgba(255,255,255,0.7) !important; }
body .ml-contact-method, body .ml-contact-method:hover { color: #ffffff !important; }

/* ═══ Glass Design System ═══ */
.ml-glass { background: var(--glass-bg); backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur)); border: 1px solid var(--glass-border); }
.ml-glass-dark { background: var(--glass-dark-bg); backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur)); border: 1px solid var(--glass-dark-border); }
.ml-glass-card { background: var(--glass-bg); backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur)); border: 1px solid var(--glass-border); border-radius: 20px; box-shadow: 0 8px 32px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.6); }

/* ═══ Utility Bar ═══ */
.ml-util { background: var(--green-900); color: rgba(255,255,255,0.7); font-size: 0.8rem; padding: 8px 0; }
.ml-util .ml-c { display: flex; justify-content: space-between; align-items: center; }
.ml-util a { color: rgba(255,255,255,0.85); text-decoration: none; }
.ml-util a:hover { color: var(--green-300); }
.ml-util-address { display: flex; align-items: center; gap: 4px; }
.ml-util-address svg { width: 12px; height: 12px; color: var(--green-400); }
.ml-util-links { display: flex; gap: 20px; align-items: center; }
.ml-util-links svg { width: 14px; height: 14px; margin-right: 3px; vertical-align: -2px; flex-shrink: 0; }
.ml-util-checkatrade { display: flex; align-items: center; gap: 6px; font-weight: 600; color: #00b67a !important; }
.ml-checkatrade-tick { flex-shrink: 0; }

/* ═══ Nav ═══ */
.ml-nav { background: rgba(255,255,255,0.6); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(255,255,255,0.5); position: sticky; top: 0; z-index: 100; transition: all 0.3s; box-shadow: 0 1px 0 rgba(0,0,0,0.04); }
.ml-nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.06); background: rgba(255,255,255,0.72); border-bottom-color: rgba(0,0,0,0.06); }
.ml-nav .ml-c { display: flex; justify-content: space-between; align-items: center; height: 72px; }
.ml-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.ml-logo-mark svg { display: block; }
.ml-logo-img { height: 44px; width: auto; }
.ml-logo-text { font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--charcoal); line-height: 1.2; }
.ml-logo-text span { display: block; font-family: "DM Sans", sans-serif; font-weight: 400; font-size: 0.68rem; color: var(--text-muted); letter-spacing: 0.08em; text-transform: uppercase; }
.ml-nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.ml-nav-links a { text-decoration: none; color: var(--text-secondary); font-size: 0.88rem; font-weight: 500; }
.ml-nav-links a:hover { color: var(--green-600); }
.ml-nav-links a.active { color: var(--green-700); font-weight: 600; }
.ml-nav-cta { display: inline-flex !important; align-items: center; gap: 6px; background: var(--green-700) !important; color: #ffffff !important; padding: 10px 22px !important; border-radius: 10px; font-weight: 600 !important; }
.ml-nav-cta svg { width: 14px; height: 14px; color: #ffffff !important; }
.ml-nav-cta:hover { background: var(--green-500) !important; color: #ffffff !important; }
body .ml-nav-links li a.ml-nav-cta, body .ml-nav-links li a.ml-nav-cta:hover, body .ml-nav-links li a.ml-nav-cta:visited, body .ml-nav-links li a.ml-nav-cta:active { color: #ffffff !important; }
.ml-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.ml-hamburger svg { width: 24px; height: 24px; color: var(--charcoal); }

/* ═══ Container ═══ */
.ml-c { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

/* ═══ Hero ═══ */
.ml-hero { background: var(--green-900); color: white; position: relative; overflow: hidden; padding: 72px 0 80px; }
.ml-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 30%, rgba(31,133,83,0.2) 0%, transparent 60%), radial-gradient(ellipse at 80% 70%, rgba(39,168,104,0.12) 0%, transparent 50%); pointer-events: none; }
.ml-hero-bg { background-size: cover; background-position: center; }
.ml-hero-bg::before { background: linear-gradient(135deg, rgba(10,33,24,0.92) 0%, rgba(10,33,24,0.82) 40%, rgba(21,82,53,0.78) 100%); }
.ml-hero .ml-c { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: start; }
.ml-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; padding: 6px 16px 6px 8px; font-size: 0.82rem; color: var(--green-200); margin-bottom: 24px; }
.ml-hero-dot { width: 8px; height: 8px; background: var(--green-400); border-radius: 50%; animation: mlPulse 2s infinite; }
@keyframes mlPulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.ml-hero h1 { font-size: 3.2rem; font-weight: 700; line-height: 1.08; margin-bottom: 20px; letter-spacing: -0.03em; }
.ml-hero h1 em { font-style: normal; color: var(--green-300); }
.ml-hero-desc { font-size: 1.08rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 28px; max-width: 520px; }
.ml-trust-points { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.ml-trust-point { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.04); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.08); padding: 6px 12px; border-radius: 8px; }
.ml-trust-point svg { color: var(--green-400); flex-shrink: 0; width: 14px; height: 14px; }
.ml-hero-stats { display: flex; gap: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.1); }
.ml-stat-num { font-family: "Outfit", sans-serif; font-size: 2rem; font-weight: 700; color: var(--green-300); }
.ml-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 2px; }

/* ═══ Homepage Hero ═══ */
.ml-hero-home { padding: 80px 0 96px; min-height: 600px; }
.ml-hero-home .ml-c { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: center; }
.ml-hero-home .ml-hero-desc { max-width: 560px; }
.ml-hero-cards { display: flex; flex-direction: column; gap: 14px; }
.ml-hero-card { display: block; text-decoration: none !important; color: #ffffff !important; background: rgba(255,255,255,0.06); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 22px 24px; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.ml-hero-card:hover, .ml-hero-card:visited, .ml-hero-card:active { color: #ffffff !important; text-decoration: none !important; background: rgba(31,133,83,0.25); border-color: var(--green-400); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.15); }
.ml-hero-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; position: relative; z-index: 2; }
.ml-hero-card-icon { font-size: 1.5rem; position: relative; z-index: 2; }
.ml-hero-card-icon svg { width: 24px; height: 24px; color: #ffffff !important; }
.ml-hero-card-arrow svg { width: 14px; height: 14px; color: var(--green-300); opacity: 0; transform: translateX(-6px); transition: all 0.3s; }
.ml-hero-card:hover .ml-hero-card-arrow svg { opacity: 1; transform: translateX(0); }
.ml-hero-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; color: #ffffff !important; position: relative; z-index: 2; }
.ml-hero-card p { font-size: 0.82rem; color: rgba(255,255,255,0.75) !important; line-height: 1.5; position: relative; z-index: 2; }

/* ═══ Form ═══ */
.ml-form-card { background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.6); border-radius: 20px; padding: 36px; box-shadow: 0 20px 60px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.8); position: relative; }
.ml-form-card h3 { color: var(--text-primary); font-size: 1.25rem; font-weight: 700; margin-bottom: 6px; }
.ml-form-card > p { color: var(--text-secondary); font-size: 0.86rem; margin-bottom: 20px; line-height: 1.5; }
.ml-fg { margin-bottom: 12px; }
.ml-fg label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--text-secondary); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.04em; }
.ml-fg input, .ml-fg select, .ml-fg textarea { width: 100%; padding: 11px 14px; border: 1.5px solid rgba(0,0,0,0.08); border-radius: 12px; font-family: inherit; font-size: 0.9rem; background: rgba(255,255,255,0.6); color: var(--text-primary); outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.ml-fg input:focus, .ml-fg select:focus, .ml-fg textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(31,133,83,0.1); background: white; }
.ml-fg textarea { resize: vertical; min-height: 72px; }
.ml-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ml-form-submit { width: 100%; padding: 14px; background: var(--green-700); color: white !important; border: none; border-radius: 12px; font-family: "Outfit", sans-serif; font-size: 1rem; font-weight: 700; cursor: pointer; transition: all 0.25s; margin-top: 4px; }
.ml-form-submit:hover { background: var(--green-600); color: white !important; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(21,82,53,0.3); }
.ml-form-note { text-align: center; font-size: 0.75rem; color: var(--text-muted); margin-top: 10px; }
.ml-form-success { text-align: center; padding: 40px 20px; }
.ml-form-success-icon { margin-bottom: 20px; }
.ml-form-success h3 { color: var(--green-700); font-size: 1.3rem; margin-bottom: 10px; }
.ml-form-success p { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.7; }

/* ═══ Sections ═══ */
.ml-section { padding: 96px 0; }
.ml-section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green-600); margin-bottom: 16px; }
.ml-section-label::before { content: ""; width: 24px; height: 2px; background: var(--green-400); }
.ml-section-title { font-size: 2.6rem; font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 20px; }
.ml-section-title em { font-style: normal; color: var(--green-600); }
.ml-section-desc { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.7; max-width: 620px; }

/* ═══ Trusted By ═══ */
.ml-trust-bar { background: var(--white); border-bottom: 1px solid rgba(0,0,0,0.04); padding: 40px 0; }
.ml-trust-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.ml-trust-bar-label { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); font-weight: 600; }
.ml-trust-logos { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: center; }
.ml-trust-logo { padding: 14px 24px; border-radius: 14px; transition: all 0.3s; }
.ml-trust-logo span { font-size: 0.78rem; font-weight: 700; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap; }
.ml-trust-logo:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.ml-trust-logo-img { height: 36px; width: auto; max-width: 140px; object-fit: contain; filter: grayscale(100%) opacity(0.5); transition: all 0.4s; }
.ml-trust-logo:hover .ml-trust-logo-img { filter: grayscale(0%) opacity(1); }

/* ═══ Accreditations ═══ */
.ml-accred-bar { background: var(--green-900); padding: 40px 0; }
.ml-accred-bar .ml-c { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.ml-accred-title { font-family: "Outfit", sans-serif; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); }
.ml-accred-items { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.ml-accred-item { position: relative; display: flex; align-items: center; justify-content: center; border-radius: 14px; padding: 20px 28px; min-width: 150px; min-height: 72px; background: rgba(255,255,255,0.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); overflow: hidden; transition: all 0.3s; }
.ml-accred-item:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.15); transform: translateY(-2px); }
.ml-accred-item svg { flex-shrink: 0; position: relative; z-index: 2; }
.ml-accred-item span { font-size: 0.78rem; font-weight: 700; color: var(--green-300); text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; position: relative; z-index: 2; text-align: center; }
.ml-accred-logo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 10px; opacity: 0.12; filter: grayscale(100%); z-index: 1; transition: opacity 0.3s; }
.ml-accred-item:hover .ml-accred-logo-img { opacity: 0.2; }
.ml-page-firedoor .ml-accred-item span { color: var(--amber-500); }

/* ═══ Homepage Service Cards ═══ */
.ml-srv-grid-home { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ml-srv-card-home { display: block; text-decoration: none; color: var(--text-primary); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,0.45); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border: 1px solid rgba(255,255,255,0.6); box-shadow: 0 8px 32px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -1px 0 rgba(255,255,255,0.3); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.ml-srv-card-home:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.9); border-color: var(--green-300); background: rgba(255,255,255,0.55); }
.ml-srv-card-img { position: relative; height: 240px; background: linear-gradient(135deg, var(--green-50), var(--cream-dark)); background-size: cover; background-position: center; overflow: hidden; }
.ml-srv-card-img-placeholder { display: none; }
.ml-srv-card-img::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 100px; background: linear-gradient(to top, rgba(255,255,255,0.95), transparent); pointer-events: none; }
.ml-srv-card-tag { position: absolute; top: 16px; left: 16px; background: var(--green-700); color: white; font-size: 0.7rem; font-weight: 700; padding: 5px 14px; border-radius: 8px; text-transform: uppercase; letter-spacing: 0.04em; z-index: 2; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.ml-srv-card-tag-new { background: var(--green-500); }
.ml-srv-card-tag-amber { background: var(--amber-600); }
.ml-srv-card-body { padding: 28px; }
.ml-srv-card-body h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.ml-srv-card-body p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; }
.ml-srv-card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.86rem; font-weight: 600; color: var(--green-700); }
.ml-srv-card-link svg { width: 14px; height: 14px; transition: transform 0.3s; }
.ml-srv-card-home:hover .ml-srv-card-link svg { transform: translateX(4px); }

/* ═══ Service Grid (inner pages) ═══ */
.ml-services-bg { background: linear-gradient(135deg, var(--green-50) 0%, var(--cream) 30%, var(--white) 50%, var(--cream) 70%, var(--green-50) 100%); position: relative; }
.ml-services-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 30%, rgba(31,133,83,0.06) 0%, transparent 50%), radial-gradient(ellipse at 80% 70%, rgba(31,133,83,0.04) 0%, transparent 50%); pointer-events: none; }
.ml-services-header { text-align: center; margin-bottom: 60px; }
.ml-services-header .ml-section-desc { margin: 0 auto; }
.ml-srv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ml-srv-card { background: rgba(255,255,255,0.4); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-radius: 20px; padding: 36px 28px; border: 1px solid rgba(255,255,255,0.6); box-shadow: 0 8px 32px rgba(0,0,0,0.04), inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -1px 0 rgba(255,255,255,0.3); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.ml-srv-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.9); border-color: var(--green-200); background: rgba(255,255,255,0.55); }
.ml-srv-icon { width: 56px; height: 56px; background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.7); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.03), inset 0 1px 0 rgba(255,255,255,0.8); }
.ml-srv-icon svg { width: 26px; height: 26px; color: var(--green-700); }
.ml-srv-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.ml-srv-card p { font-size: 0.86rem; color: var(--text-secondary); line-height: 1.65; }

/* ═══ Process ═══ */
.ml-process-bg { background: linear-gradient(135deg, var(--cream) 0%, var(--green-50) 40%, var(--cream) 100%); position: relative; }
.ml-process-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(31,133,83,0.05) 0%, transparent 50%); pointer-events: none; }
.ml-process-header { text-align: center; margin-bottom: 60px; }
.ml-process-header .ml-section-desc { margin: 0 auto; }
.ml-process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.ml-process-steps::before { content: ""; position: absolute; top: 40px; left: 12.5%; right: 12.5%; height: 2px; background: var(--green-100); z-index: 0; }
.ml-step { text-align: center; position: relative; z-index: 1; }
.ml-step-num { width: 80px; height: 80px; background: rgba(255,255,255,0.45); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border: 2px solid rgba(255,255,255,0.6); color: var(--green-700); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "Outfit", sans-serif; font-size: 1.5rem; font-weight: 700; margin: 0 auto 20px; box-shadow: 0 8px 24px rgba(21,82,53,0.08), inset 0 1px 0 rgba(255,255,255,0.8); }
.ml-step h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.ml-step p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.6; }

/* ═══ Checkatrade Section ═══ */
.ml-checkatrade { background: var(--green-900); color: white; padding: 80px 0; position: relative; overflow: hidden; }
.ml-checkatrade::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 40%, rgba(31,133,83,0.25) 0%, transparent 60%), radial-gradient(ellipse at 80% 80%, rgba(0,182,122,0.1) 0%, transparent 50%); pointer-events: none; }
.ml-checkatrade .ml-c { position: relative; z-index: 2; }
.ml-checkatrade-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.ml-checkatrade-left h2 { font-size: 2.2rem; font-weight: 700; margin-bottom: 16px; letter-spacing: -0.02em; line-height: 1.15; }
.ml-checkatrade-left p { color: rgba(255,255,255,0.6); font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; }
.ml-checkatrade-stats { display: flex; gap: 12px; margin-top: 24px; }
.ml-ct-mini-stat { background: rgba(255,255,255,0.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 16px 20px; text-align: center; flex: 1; }
.ml-ct-mini-num { font-family: "Outfit", sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--green-300); }
.ml-ct-mini-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.4); margin-top: 2px; }
.ml-checkatrade-right { display: flex; flex-direction: column; gap: 16px; }
.ml-ct-widget-card { display: block; text-decoration: none; color: white; border-radius: 20px; padding: 32px; text-align: center; transition: all 0.35s; }
.ml-ct-widget-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.2); }
.ml-ct-widget-head { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; }
.ml-ct-widget-title { text-align: left; font-family: "Outfit", sans-serif; font-size: 1.1rem; font-weight: 700; line-height: 1.2; }
.ml-ct-widget-title span { display: block; font-family: "DM Sans", sans-serif; font-size: 0.7rem; font-weight: 400; color: rgba(255,255,255,0.45); letter-spacing: 0.04em; margin-top: 1px; }
.ml-ct-widget-score { display: flex; align-items: baseline; justify-content: center; gap: 2px; margin-bottom: 6px; }
.ml-ct-widget-num { font-family: "Outfit", sans-serif; font-size: 3.5rem; font-weight: 800; color: var(--green-300); line-height: 1; }
.ml-ct-widget-out { font-family: "Outfit", sans-serif; font-size: 1.3rem; font-weight: 500; color: rgba(255,255,255,0.4); }
.ml-ct-widget-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 4px; margin-bottom: 8px; }
.ml-ct-widget-reviews { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-bottom: 16px; }
.ml-ct-widget-cta { font-size: 0.82rem; font-weight: 600; color: var(--green-300); }
.ml-ct-quote-card { border-radius: 20px; padding: 28px; }
.ml-ct-quote-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 14px; }
.ml-ct-quote-card blockquote { font-size: 0.95rem; color: rgba(255,255,255,0.85); line-height: 1.7; font-style: italic; margin-bottom: 12px; }
.ml-ct-quote-card cite { font-size: 0.78rem; color: rgba(255,255,255,0.4); font-style: normal; }

/* ═══ Checkatrade Score Badge ═══ */
.ml-ct-score { margin-bottom: 28px; }
.ml-ct-score-inner { display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,0.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1); border-radius: 18px; padding: 20px 24px; text-decoration: none; color: white; transition: all 0.3s; }
.ml-ct-score-inner:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
.ml-ct-score-num { font-family: "Outfit", sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--green-300); line-height: 1; }
.ml-ct-score-num span { font-size: 1rem; font-weight: 500; color: rgba(255,255,255,0.4); }
.ml-ct-score-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); margin-top: 2px; }
.ml-ct-score-stars { color: var(--gold); font-size: 0.75rem; letter-spacing: 2px; margin-top: 2px; }

/* ═══ Reviews ═══ */
.ml-reviews-bg { background: linear-gradient(135deg, var(--cream) 0%, var(--white) 30%, var(--green-50) 50%, var(--white) 70%, var(--cream) 100%); position: relative; }
.ml-reviews-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 30%, rgba(31,133,83,0.05) 0%, transparent 50%), radial-gradient(ellipse at 30% 80%, rgba(31,133,83,0.04) 0%, transparent 50%); pointer-events: none; }
.ml-reviews-header { margin-bottom: 48px; }
.ml-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ml-review { background: rgba(255,255,255,0.4); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border: 1px solid rgba(255,255,255,0.6); border-radius: 20px; padding: 32px; box-shadow: 0 8px 32px rgba(0,0,0,0.04), inset 0 1px 0 rgba(255,255,255,0.8); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.ml-review:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.07), inset 0 1px 0 rgba(255,255,255,0.9); }
.ml-review-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 16px; }
.ml-review-text { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 20px; }
.ml-review-meta { display: flex; align-items: center; gap: 12px; }
.ml-review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--green-100); color: var(--green-700); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; }
.ml-review-name { font-weight: 600; font-size: 0.86rem; }
.ml-review-source { font-size: 0.76rem; color: var(--text-muted); }
.ml-review-source a { color: var(--green-600) !important; text-decoration: none; font-weight: 500; }
.ml-review-source a:hover { text-decoration: underline; }
.ml-review-avatar-google { background: #f0f0f0; color: #4285F4; }
.ml-review-source-google { display: flex; align-items: center; gap: 4px; color: var(--text-muted); }
.ml-review-source-google svg { flex-shrink: 0; }

/* ═══ Floating Review Bubbles ═══ */
.ml-float-bubble { max-width: 320px; margin: -40px auto 0; position: relative; z-index: 10; }
.ml-float-bubble-inner { display: flex; align-items: flex-start; gap: 12px; background: rgba(255,255,255,0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.6); border-radius: 16px; padding: 16px 20px; box-shadow: 0 8px 32px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.7); }
.ml-float-bubble-logo { flex-shrink: 0; margin-top: 2px; }
.ml-float-bubble-logo svg { display: block; }
.ml-float-bubble-stars { color: var(--gold); font-size: 0.7rem; letter-spacing: 2px; margin-bottom: 4px; }
.ml-float-bubble-text { font-size: 0.82rem; color: var(--text-primary); font-weight: 500; line-height: 1.4; font-style: italic; }
.ml-float-bubble-source { font-size: 0.68rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; margin-top: 4px; display: block; }

/* ═══ Background Image Sections ═══ */
.ml-bg-section { position: relative; padding: 100px 0; background: var(--green-900); background-size: cover; background-position: center; background-repeat: no-repeat; }
.ml-bg-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,33,24,0.88) 0%, rgba(10,33,24,0.75) 50%, rgba(21,82,53,0.7) 100%); pointer-events: none; }
.ml-bg-section .ml-c { position: relative; z-index: 2; }
.ml-glass-stats { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.ml-glass-stat { background: rgba(255,255,255,0.06); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 32px 40px; text-align: center; flex: 1; min-width: 180px; transition: all 0.3s; }
.ml-glass-stat:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); }
.ml-glass-stat .ml-stat-num { font-family: "Outfit", sans-serif; font-size: 2.6rem; font-weight: 700; color: var(--green-300); }
.ml-glass-stat .ml-stat-label { font-size: 0.76rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; }

/* ═══ Why Mainlink ═══ */
.ml-why-grid { display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: start; }
.ml-why-features { display: flex; flex-direction: column; gap: 24px; margin-top: 36px; }
.ml-why-feature { display: flex; gap: 16px; align-items: flex-start; }
.ml-why-feature-icon { width: 52px; height: 52px; background: rgba(255,255,255,0.65); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.5); border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,0,0,0.04); }
.ml-why-feature-icon svg { width: 24px; height: 24px; color: var(--green-700); }
.ml-why-feature h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.ml-why-feature p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.6; }
.ml-why-visual { background: var(--green-900); border-radius: 24px; padding: 40px 32px; position: relative; overflow: hidden; }
.ml-why-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 30%, rgba(31,133,83,0.25) 0%, transparent 60%); pointer-events: none; }
.ml-why-visual-content { position: relative; z-index: 2; }
.ml-why-visual-content blockquote { font-size: 1.05rem; color: rgba(255,255,255,0.85); line-height: 1.7; font-style: italic; margin-bottom: 12px; }
.ml-why-visual-content cite { font-size: 0.8rem; color: rgba(255,255,255,0.4); font-style: normal; }

/* ═══ FAQ ═══ */
.ml-faq-bg { background: linear-gradient(135deg, var(--cream) 0%, var(--green-50) 30%, var(--cream) 60%, var(--green-50) 100%); position: relative; }
.ml-faq-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 40% 40%, rgba(31,133,83,0.05) 0%, transparent 50%); pointer-events: none; }
.ml-faq-header { margin-bottom: 48px; }
.ml-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ml-faq-item { background: rgba(255,255,255,0.45); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-radius: 16px; border: 1px solid rgba(255,255,255,0.6); overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.03), inset 0 1px 0 rgba(255,255,255,0.8); }
.ml-faq-q { padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; font-size: 0.92rem; user-select: none; transition: color 0.2s; gap: 12px; }
.ml-faq-q:hover { color: var(--green-600); }
.ml-faq-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--green-50); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--green-600); flex-shrink: 0; transition: transform 0.3s; }
.ml-faq-item.open .ml-faq-icon { transform: rotate(45deg); }
.ml-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.ml-faq-a-inner { padding: 0 24px 22px; font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; }

/* ═══ SEO Content ═══ */
.ml-seo { background: var(--white); padding: 80px 0; }
.ml-seo .ml-c { max-width: 800px; }
.ml-seo h2 { font-size: 2rem; font-weight: 700; margin-bottom: 20px; letter-spacing: -0.02em; }
.ml-seo h3 { font-size: 1.2rem; font-weight: 700; margin: 28px 0 10px; }
.ml-seo p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; }

/* ═══ Areas ═══ */
.ml-areas-bg { background: linear-gradient(135deg, var(--cream) 0%, var(--green-50) 50%, var(--cream) 100%); padding: 80px 0; position: relative; }
.ml-areas-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(31,133,83,0.05) 0%, transparent 60%); pointer-events: none; }
.ml-areas-header { text-align: center; margin-bottom: 36px; }
.ml-areas-header .ml-section-desc { margin: 0 auto; }
.ml-areas-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.ml-area-chip { background: rgba(255,255,255,0.4); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border: 1px solid rgba(255,255,255,0.6); border-radius: 10px; padding: 10px 18px; font-size: 0.88rem; font-weight: 500; transition: all 0.25s; box-shadow: 0 4px 12px rgba(0,0,0,0.03), inset 0 1px 0 rgba(255,255,255,0.7); }
.ml-area-chip:hover { background: rgba(255,255,255,0.6); border-color: var(--green-200); color: var(--green-700); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }

/* ═══ CTA ═══ */
.ml-cta { background: var(--green-700); color: white; padding: 80px 0; position: relative; overflow: hidden; }
.ml-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(255,255,255,0.08) 0%, transparent 50%); pointer-events: none; }
.ml-cta-inner { position: relative; z-index: 2; text-align: center; max-width: 700px; margin: 0 auto; }
.ml-cta-inner .ml-section-title { color: white; }
.ml-cta-inner .ml-section-title em { color: var(--green-200); }
.ml-cta-inner p { font-size: 1.05rem; color: rgba(255,255,255,0.7); margin-bottom: 32px; line-height: 1.7; }
.ml-cta-buttons { display: flex; gap: 16px; justify-content: center; }

/* ═══ Compliance Alert (fire door) ═══ */
.ml-compliance-alert { background: rgba(255,251,235,0.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(245,158,11,0.2); border-radius: 20px; padding: 4px; }
.ml-compliance-alert-inner { display: flex; align-items: center; gap: 24px; padding: 24px 28px; }
.ml-compliance-icon { font-size: 2rem; flex-shrink: 0; }
.ml-compliance-alert h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; color: var(--amber-700); }
.ml-compliance-alert p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; }
.ml-btn-amber { display: inline-flex; align-items: center; gap: 8px; background: var(--amber-600); color: white !important; padding: 12px 24px; border-radius: 12px; font-size: 0.88rem; font-weight: 600; text-decoration: none !important; white-space: nowrap; flex-shrink: 0; transition: all 0.25s; }
.ml-btn-amber:hover { background: var(--amber-700); color: white !important; transform: translateY(-2px); }

/* ═══ Audience Grid (fire door) ═══ */
.ml-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ml-audience-card { background: rgba(255,255,255,0.6); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 20px; padding: 36px 28px; border: 1px solid rgba(255,255,255,0.5); box-shadow: 0 4px 16px rgba(0,0,0,0.04); transition: all 0.3s; }
.ml-audience-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.07); }
.ml-audience-icon { width: 52px; height: 52px; background: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.5); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ml-audience-icon svg { width: 24px; height: 24px; color: var(--green-700); }
.ml-audience-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.ml-audience-card p { font-size: 0.86rem; color: var(--text-secondary); line-height: 1.65; }

/* ═══ Buttons ═══ */
.ml-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-size: 0.95rem; font-weight: 600; text-decoration: none !important; transition: all 0.25s; border: none; cursor: pointer; font-family: inherit; }
.ml-btn-primary { background: var(--white); color: var(--green-800) !important; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.ml-btn-primary:hover { background: var(--cream); color: var(--green-800) !important; transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.ml-btn-outline { background: rgba(255,255,255,0.06); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: white !important; border: 1px solid rgba(255,255,255,0.2); }
.ml-btn-outline:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.12); color: white !important; }
.ml-btn-green { background: var(--green-700); color: white !important; }
.ml-btn-green:hover { background: var(--green-600); color: white !important; }

/* ═══ Footer ═══ */
.ml-footer { background: var(--charcoal); color: rgba(255,255,255,0.6); padding: 64px 0 32px; }
.ml-footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.ml-footer-logo svg { flex-shrink: 0; }
.ml-footer-logo-img { height: 36px; width: auto; flex-shrink: 0; }
.ml-footer-logo-img { height: 36px; width: auto; flex-shrink: 0; }
.ml-footer-logo h4 { color: #ffffff !important; }
.ml-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 48px; }
.ml-footer h4 { font-family: "Outfit", sans-serif; color: #ffffff !important; font-size: 1.1rem; font-weight: 700; }
.ml-footer-logo h4 { margin: 0; }
.ml-footer-brand p { font-size: 0.86rem; line-height: 1.7; margin-bottom: 20px; }
.ml-footer-ct-badge { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 14px 18px; text-decoration: none; color: rgba(255,255,255,0.7); transition: all 0.3s; }
.ml-footer-ct-badge:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
.ml-footer-ct-badge strong { color: var(--green-300); font-size: 1.05rem; }
.ml-footer-ct-badge span { font-size: 0.72rem; color: var(--green-400); }
.ml-footer-ct-badge svg { flex-shrink: 0; }
.ml-footer h5 { color: #ffffff !important; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-bottom: 20px; }
.ml-footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ml-footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.86rem; }
.ml-footer-links a:hover { color: var(--green-300); }
.ml-footer-contact { display: flex; align-items: flex-start; gap: 10px; font-size: 0.86rem; margin-bottom: 14px; }
.ml-footer-contact svg { flex-shrink: 0; margin-top: 3px; color: var(--green-400); width: 16px; height: 16px; }
.ml-footer-contact a, .ml-footer-contact span { color: rgba(255,255,255,0.55); text-decoration: none; }
.ml-footer-accreds { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.ml-footer-accreds span { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 4px 10px; border-radius: 6px; }
.ml-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; font-size: 0.8rem; color: rgba(255,255,255,0.35); }

/* ═══ Page Content ═══ */
.ml-page-content p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; }
.ml-page-content h2 { font-size: 1.8rem; margin: 32px 0 16px; }
.ml-page-content h3 { font-size: 1.3rem; margin: 24px 0 12px; }

/* ═══ Commercial Trust Signal (homepage) ═══ */
.ml-commercial-trust { display: grid; grid-template-columns: 1fr 340px; gap: 64px; align-items: center; }
.ml-commercial-trust-stats { display: flex; gap: 24px; margin-top: 8px; }
.ml-ct-trust-stat { flex: 1; }
.ml-ct-trust-num { font-family: "Outfit", sans-serif; font-size: 2rem; font-weight: 700; color: var(--green-300); line-height: 1; margin-bottom: 4px; }
.ml-ct-trust-label { font-size: 0.78rem; color: rgba(255,255,255,0.45); line-height: 1.4; }
.ml-commercial-trust-logos { background: rgba(255,255,255,0.04); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 32px 28px; }
.ml-commercial-trust-logo-grid { display: flex; flex-direction: column; gap: 8px; }
.ml-commercial-logo-item { position: relative; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 14px 16px; text-align: center; overflow: hidden; transition: all 0.3s; }
.ml-commercial-logo-item:hover { background: rgba(255,255,255,0.1); }
.ml-commercial-logo-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 8px; opacity: 0.1; filter: grayscale(100%); z-index: 1; }
.ml-commercial-logo-item:hover img { opacity: 0.18; }
.ml-commercial-logo-item span { font-size: 0.78rem; font-weight: 700; color: var(--green-300); text-transform: uppercase; letter-spacing: 0.05em; position: relative; z-index: 2; }

/* ═══ Projects Gallery ═══ */
.ml-projects-section { background: var(--green-900) !important; position: relative; overflow: hidden; }
.ml-projects-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 30%, rgba(31,133,83,0.2) 0%, transparent 60%), radial-gradient(ellipse at 80% 70%, rgba(39,168,104,0.1) 0%, transparent 50%); pointer-events: none; }
.ml-projects-section .ml-c { position: relative; z-index: 2; }
.ml-projects-section .ml-section-label { color: var(--green-300); }
.ml-projects-section .ml-section-title { color: #ffffff; }
.ml-projects-section .ml-section-title em { color: var(--green-300); }
.ml-projects-section .ml-section-desc { color: rgba(255,255,255,0.6); }
.ml-projects-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.ml-project-card { grid-column: span 2; }
.ml-project-card.ml-project-featured { grid-column: span 3; }
.ml-project-card { border-radius: 16px; overflow: hidden; background: rgba(255,255,255,0.06); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border: 1px solid rgba(255,255,255,0.1); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.ml-project-card:hover { border-color: rgba(255,255,255,0.22); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.2); background: rgba(255,255,255,0.1); }
.ml-project-card.ml-project-featured .ml-project-main { height: 320px; }
.ml-project-main { position: relative; height: 240px; overflow: hidden; }
.ml-project-main-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: background-image 0.3s ease; }
.ml-project-strip { display: flex; gap: 4px; padding: 6px; }
.ml-project-thumb-wrap { position: relative; flex: 1; cursor: pointer; border-radius: 8px; overflow: hidden; border: 2px solid rgba(255,255,255,0.15); transition: all 0.2s; }
.ml-project-thumb-wrap:hover, .ml-project-thumb-wrap.ml-thumb-current { border-color: var(--green-400); }
.ml-project-thumb { width: 100%; padding-bottom: 75%; background-size: cover; background-position: center; }
.ml-project-thumb-label { position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #ffffff; background: rgba(0,0,0,0.5); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); padding: 2px 8px; border-radius: 4px; white-space: nowrap; }
.ml-thumb-label-after { background: var(--green-700); }
.ml-project-info { padding: 14px 18px; }
.ml-project-info h3 { font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.85) !important; }

/* ═══ Image-Backed Cards (about page) ═══ */
.ml-img-card { border-radius: 20px; overflow: hidden; background: var(--white); border: 1px solid rgba(0,0,0,0.06); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.ml-img-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,0.08); }
.ml-img-card-photo { height: 180px; background: linear-gradient(135deg, var(--green-50), var(--cream-dark)); background-size: cover; background-position: center; position: relative; }
.ml-img-card-photo::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: linear-gradient(to top, rgba(255,255,255,0.9), transparent); pointer-events: none; }
.ml-img-card-body { padding: 28px; }
.ml-img-card-body h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.ml-img-card-body p { font-size: 0.86rem; color: var(--text-secondary); line-height: 1.65; }
.ml-img-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* ═══ Contact Methods ═══ */
.ml-contact-methods { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.ml-contact-method { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 16px 20px; text-decoration: none; color: white; transition: all 0.3s; }
.ml-contact-method:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); }
.ml-contact-method-icon { width: 40px; height: 40px; background: rgba(255,255,255,0.08); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ml-contact-method-icon svg { width: 16px; height: 16px; color: var(--green-300); }
.ml-contact-method strong { display: block; font-size: 0.95rem; font-weight: 600; }
.ml-contact-method span { font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.ml-map-wrapper { margin-top: 40px; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }

/* ═══ About Page ═══ */
.ml-about-grid { display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: start; }

/* ═══ Contact Page ═══ */
.ml-contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
.ml-contact-card { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,0.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 20px; text-decoration: none; color: white; transition: all 0.3s; }
.ml-contact-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); transform: translateY(-2px); }
.ml-contact-card-icon { width: 40px; height: 40px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ml-contact-card-icon svg { width: 16px; height: 16px; color: var(--green-300); }
.ml-contact-card h3 { font-size: 0.9rem; font-weight: 700; margin-bottom: 2px; }
.ml-contact-card p { font-size: 0.84rem; color: rgba(255,255,255,0.7); line-height: 1.4; }
.ml-contact-card span { font-size: 0.72rem; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.04em; }
.ml-map-section { line-height: 0; }
.ml-map-section iframe { filter: grayscale(30%) contrast(1.05); }

/* ═══ Sticky CTA Button ═══ */
.ml-sticky-cta { position: fixed; bottom: 20px; right: 20px; z-index: 99; opacity: 0; transform: translateY(20px); pointer-events: none; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.ml-sticky-cta.ml-sticky-visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.ml-sticky-cta a { display: flex; align-items: center; gap: 8px; background: var(--green-700); color: #ffffff !important; padding: 14px 24px; border-radius: 14px; font-family: "Outfit", sans-serif; font-size: 0.9rem; font-weight: 700; text-decoration: none !important; box-shadow: 0 8px 32px rgba(0,0,0,0.2); transition: all 0.25s; }
.ml-sticky-cta a:hover { background: var(--green-500); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.25); }
.ml-sticky-cta a svg { width: 16px; height: 16px; }
.ml-page-firedoor .ml-sticky-cta a { background: var(--amber-600); }
.ml-page-firedoor .ml-sticky-cta a:hover { background: var(--amber-500); }

/* ═══ Fire Door Orange Overrides ═══ */
.ml-page-firedoor .ml-services-bg { background: linear-gradient(135deg, var(--amber-50) 0%, var(--cream) 50%, var(--amber-50) 100%); }
.ml-page-firedoor .ml-srv-card:hover { border-color: var(--amber-500); }
.ml-page-firedoor .ml-srv-icon svg { color: var(--amber-700); }
.ml-page-firedoor .ml-section-label { color: var(--amber-600); }
.ml-page-firedoor .ml-section-label::before { background: var(--amber-500); }
.ml-page-firedoor .ml-section-title em { color: var(--amber-600); }
.ml-page-firedoor .ml-step-num { border-color: var(--amber-500); color: var(--amber-700); }
.ml-page-firedoor .ml-faq-q:hover { color: var(--amber-600); }
.ml-page-firedoor .ml-faq-icon { background: var(--amber-50); color: var(--amber-600); }
.ml-page-firedoor .ml-area-chip:hover { background: var(--amber-50); border-color: var(--amber-500); color: var(--amber-700); }
.ml-page-firedoor .ml-audience-card:hover { box-shadow: 0 16px 40px rgba(180,83,9,0.1); }
.ml-page-firedoor .ml-audience-icon svg { color: var(--amber-700); }

/* ═══ Animations ═══ */
.ml-fade { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.ml-fade.visible { opacity: 1; transform: translateY(0); }

/* ═══ Responsive ═══ */
@media (max-width: 1024px) {
    .ml-hero .ml-c { grid-template-columns: 1fr; }
    .ml-hero-home .ml-c { grid-template-columns: 1fr; }
    .ml-hero-cards { flex-direction: row; gap: 12px; }
    .ml-hero-card { flex: 1; }
    .ml-srv-grid { grid-template-columns: 1fr 1fr; }
    .ml-srv-grid-home { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .ml-process-steps { grid-template-columns: repeat(2, 1fr); }
    .ml-process-steps::before { display: none; }
    .ml-checkatrade-inner { grid-template-columns: 1fr; }
    .ml-reviews-grid { grid-template-columns: 1fr; }
    .ml-faq-grid { grid-template-columns: 1fr; }
    .ml-footer-grid { grid-template-columns: 1fr 1fr; }
    .ml-why-grid { grid-template-columns: 1fr; }
    .ml-why-visual { margin-top: 32px; }
    .ml-audience-grid { grid-template-columns: 1fr; }
    .ml-commercial-trust { grid-template-columns: 1fr; }
    .ml-commercial-trust-logos { margin-top: 32px; }
    .ml-img-card-grid { grid-template-columns: 1fr 1fr; }
    .ml-projects-grid { grid-template-columns: 1fr 1fr; }
    .ml-project-card.ml-project-featured .ml-project-main { height: 260px; }
    .ml-about-grid { grid-template-columns: 1fr; }
    .ml-compliance-alert-inner { flex-direction: column; text-align: center; }
    .ml-checkatrade-stats { flex-wrap: wrap; }
}
@media (max-width: 768px) {
    .ml-c { padding: 0 20px; }
    .ml-hero { padding: 56px 0 64px; }
    .ml-hero h1 { font-size: 2.2rem; }
    .ml-section-title { font-size: 2rem; }
    .ml-hero-stats { flex-direction: row; gap: 12px; flex-wrap: nowrap; justify-content: center; text-align: center; }
    .ml-stat-num { font-size: 1.4rem; }
    .ml-stat-label { font-size: 0.65rem; }
    .ml-hero-cards { flex-direction: column; }
    .ml-form-row { grid-template-columns: 1fr; }
    .ml-cta-buttons { flex-direction: column; align-items: center; }
    .ml-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .ml-footer-bottom { flex-direction: column; gap: 8px; }
    .ml-nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: rgba(255,255,255,0.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 20px 40px; box-shadow: var(--shadow-lg); gap: 16px; }
    .ml-nav-links.ml-nav-open { display: flex; }
    .ml-hamburger { display: block; }
    .ml-srv-grid { grid-template-columns: 1fr; }
    .ml-section { padding: 64px 0; }
    .ml-util-address { display: none; }
    .ml-util-links { gap: 10px; font-size: 0.75rem; width: 100%; justify-content: center; }
    .ml-glass-stats { flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .ml-glass-stat { padding: 16px 12px; min-width: 0; flex: 1 1 45%; text-align: center; }
    .ml-img-card-grid { grid-template-columns: 1fr !important; max-width: 100%; }
    .ml-img-card { display: flex; flex-direction: row; border-radius: 14px; }
    .ml-img-card-photo { width: 100px; min-width: 100px; height: auto; min-height: 100px; border-radius: 14px 0 0 14px; }
    .ml-img-card-photo::after { display: none; }
    .ml-img-card-body { padding: 16px; }
    .ml-img-card-body h3 { font-size: 0.95rem; margin-bottom: 6px; }
    .ml-img-card-body p { font-size: 0.8rem; line-height: 1.5; }
    .ml-glass-stat .ml-stat-num { font-size: 1.8rem; }
    .ml-glass-stat .ml-stat-label { font-size: 0.65rem; }
    .ml-commercial-trust-stats { flex-direction: row; gap: 8px; }
    .ml-ct-trust-num { font-size: 1.4rem; }
    .ml-ct-trust-label { font-size: 0.65rem; }
    .ml-contact-methods { grid-template-columns: 1fr; }
    .ml-float-bubble { max-width: 280px; }
    .ml-checkatrade-stats { gap: 6px; }
    .ml-ct-mini-stat { padding: 10px 12px; }
    .ml-ct-mini-num { font-size: 1.2rem; }
    .ml-projects-grid { grid-template-columns: 1fr; }
    .ml-project-card.ml-project-featured .ml-project-main { height: 240px; }
    .ml-project-main { height: 220px; }
    .ml-sticky-cta { bottom: 12px; right: 12px; }
    .ml-sticky-cta a { padding: 12px 18px; font-size: 0.82rem; }
}
