/* ============================================================
   Lavage — Model 5 "FRESH LIGHT"
   Bright, premium, spacious: white / ivory / mint, emerald +
   turquoise accents, organic blobs, soft shadows, glassy cards.
   ============================================================ */

.m5-theme {
  --m5-bg: #F4F9F7;
  --m5-surface: #FFFFFF;
  --m5-ink: #12332B;
  --m5-ink2: #2C4a42;
  --m5-emerald: #12A377;
  --m5-emerald-dark: #0E8A64;
  --m5-teal: #17B8A6;
  --m5-blue: #4CC3E8;
  --m5-mint: #E9F7F1;
  --m5-muted: #6C837B;
  --m5-border: #E4EDE9;
  --m5-gold: #F6B93B;
  --m5-shadow: 0 16px 40px rgba(18, 51, 43, .08);
  --m5-shadow-lg: 0 26px 60px rgba(18, 51, 43, .12);

  background: var(--m5-bg);
  color: var(--m5-ink);
  font-family: "IBM Plex Sans Arabic", "Tajawal", system-ui, sans-serif;
}
:root[lang="fr"] .m5-theme { font-family: var(--font-fr-soft); }
.m5-theme h1, .m5-theme h2, .m5-theme h3 { font-family: "IBM Plex Sans Arabic", "Tajawal", system-ui, sans-serif; font-weight: 700; }
:root[lang="fr"] .m5-theme h1,
:root[lang="fr"] .m5-theme h2,
:root[lang="fr"] .m5-theme h3 { font-family: var(--font-fr-display); }
.m5-theme :focus-visible { outline-color: var(--m5-emerald); }
.m5-theme ::selection { background: var(--m5-emerald); color: #fff; }

/* ---------- Buttons ---------- */
.m5-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.6rem; border-radius: 14px; font-weight: 700; font-size: .95rem;
  text-decoration: none; border: 1.5px solid transparent; min-height: 50px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  position: relative; overflow: hidden;
}
.m5-btn:hover { transform: translateY(-2px); }
.m5-btn-primary { background: linear-gradient(135deg, var(--m5-emerald), var(--m5-teal)); color: #fff; box-shadow: 0 10px 26px rgba(18, 163, 119, .28); }
.m5-btn-primary:hover { box-shadow: 0 14px 34px rgba(18, 163, 119, .42); }
.m5-btn-ghost { border-color: var(--m5-border); color: var(--m5-ink); background: var(--m5-surface); }
.m5-btn-ghost:hover { border-color: var(--m5-emerald); color: var(--m5-emerald); }
.m5-btn-lg { padding: 1rem 2.1rem; font-size: 1.05rem; }

/* ---------- Header ---------- */
.m5-header { position: sticky; top: 0; z-index: 120; background: rgba(244, 249, 247, .85); transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.m5-header.is-scrolled { background: rgba(255, 255, 255, .9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 4px 26px rgba(18, 51, 43, .07); }
.m5-header-inner { display: flex; align-items: center; gap: 1.3rem; padding: .9rem 0; }
.m5-logo { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--m5-ink); }
.m5-logo-mark { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; flex-shrink: 0; background: linear-gradient(135deg, var(--m5-emerald), var(--m5-teal)); color: #fff; box-shadow: 0 8px 18px rgba(18, 163, 119, .3); }
.m5-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.m5-logo-text b { font-size: 1.2rem; font-weight: 800; }
.m5-logo-text span { font-size: .64rem; color: var(--m5-muted); }
.m5-nav { margin-inline-start: auto; }
.m5-nav-list { display: flex; gap: 1.4rem; }
.m5-nav-list a { position: relative; text-decoration: none; font-size: .88rem; font-weight: 600; color: var(--m5-ink2); padding: .35rem 0; transition: color .2s ease; }
.m5-nav-list a::after { content: ""; position: absolute; bottom: -3px; inset-inline-start: 0; width: 0; height: 2.5px; background: linear-gradient(90deg, var(--m5-emerald), var(--m5-teal)); border-radius: 2px; transition: width .25s ease; }
.m5-nav-list a:hover, .m5-nav-list a.is-current { color: var(--m5-emerald); }
.m5-nav-list a:hover::after, .m5-nav-list a.is-current::after { width: 100%; }
.m5-header-actions { display: flex; align-items: center; gap: .8rem; }
.m5-header-actions .m5-btn { padding: .6rem 1.15rem; min-height: 42px; font-size: .84rem; }
.m5-theme .lang-switch { background: var(--m5-mint); }
.m5-theme .lang-btn { color: var(--m5-ink2); }
.m5-theme .lang-btn.is-active { background: var(--m5-emerald); color: #fff; }
.m5-theme .nav-burger { color: var(--m5-ink); }

/* ---------- Hero ---------- */
.m5-hero { position: relative; overflow: hidden; padding: 3rem 0 4rem; }
.m5-hero::before { content: ""; position: absolute; top: -160px; inset-inline-start: -140px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(23, 184, 166, .16), transparent 68%); pointer-events: none; }
.m5-hero::after { content: ""; position: absolute; bottom: -180px; inset-inline-end: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(76, 195, 232, .14), transparent 68%); pointer-events: none; }
.m5-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center; }
.m5-hero-tag { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.3rem; background: var(--m5-mint); color: var(--m5-emerald-dark); font-size: .8rem; font-weight: 700; padding: .5rem 1.1rem; border-radius: 999px; }
.m5-hero-tag svg { color: var(--m5-teal); }
.m5-hero h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1.18; margin-bottom: 1.1rem; }
.m5-hero-hl { color: var(--m5-emerald); }
.m5-hero-desc { color: var(--m5-ink2); font-size: 1.08rem; max-width: 33rem; margin-bottom: 1.8rem; }
.m5-hero-trust { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; margin-bottom: 2rem; }
.m5-hero-trust li { display: inline-flex; align-items: center; gap: .55rem; font-size: .85rem; font-weight: 600; color: var(--m5-ink2); }
.m5-hero-trust .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--m5-mint); color: var(--m5-emerald); }
.m5-hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }

.m5-hero-visual { position: relative; }
.m5-hero-blob { position: relative; border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%; overflow: hidden; aspect-ratio: 1 / 1.06; box-shadow: var(--m5-shadow-lg); border: 8px solid #fff; }
.m5-hero-blob img { width: 100%; height: 100%; object-fit: cover; }
.m5-hero-float {
  position: absolute; inset-inline-start: -8px; bottom: 12%;
  background: #fff; border-radius: 16px; padding: .8rem 1.1rem; box-shadow: var(--m5-shadow);
  display: flex; align-items: center; gap: .6rem; animation: m5-bob 5s ease-in-out infinite;
}
.m5-hero-float .ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--m5-mint); color: var(--m5-emerald); }
.m5-hero-float b { display: block; font-size: 1.1rem; }
.m5-hero-float span { font-size: .72rem; color: var(--m5-muted); }
@keyframes m5-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Booking card */
.m5-booking { background: var(--m5-surface); border: 1px solid var(--m5-border); border-radius: 22px; padding: 1.6rem; box-shadow: var(--m5-shadow-lg); }
.m5-booking h2 { font-size: 1.2rem; margin-bottom: 1.1rem; display: flex; align-items: center; gap: .5rem; }
.m5-booking h2 svg { color: var(--m5-emerald); }
.m5-booking-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: .8rem; }
.m5-field { display: flex; flex-direction: column; gap: .35rem; }
.m5-field.full { grid-column: 1 / -1; }
.m5-field label { font-size: .76rem; font-weight: 600; color: var(--m5-muted); }
.m5-field-input { position: relative; display: flex; align-items: center; }
.m5-field-input > svg { position: absolute; inset-inline-start: .7rem; color: var(--m5-emerald); pointer-events: none; }
.m5-field select, .m5-field input { width: 100%; padding: .7rem .8rem .7rem 2.2rem; border: 1.5px solid var(--m5-border); border-radius: 12px; background: var(--m5-bg); font-size: .88rem; font-weight: 600; color: var(--m5-ink); }
:root[dir="ltr"] .m5-field select, :root[dir="ltr"] .m5-field input { padding: .7rem 2.2rem .7rem .8rem; }
.m5-field select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.m5-field select:focus, .m5-field input:focus { border-color: var(--m5-emerald); outline: none; }
.m5-booking .m5-btn { width: 100%; margin-top: .4rem; }
.m5-booking-note { font-size: .72rem; color: var(--m5-muted); text-align: center; margin-top: .7rem; }

/* ---------- Stats ---------- */
.m5-stats-wrap { margin-top: -2.5rem; position: relative; z-index: 2; }
.m5-stats { background: var(--m5-surface); border: 1px solid var(--m5-border); border-radius: 22px; box-shadow: var(--m5-shadow); display: grid; grid-template-columns: repeat(4, 1fr); }
.m5-stat { display: flex; align-items: center; gap: .9rem; justify-content: center; padding: 1.6rem 1rem; }
.m5-stat + .m5-stat { border-inline-start: 1px solid var(--m5-border); }
.m5-stat-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--m5-mint); color: var(--m5-emerald); flex-shrink: 0; }
.m5-stat-num { font-size: 1.6rem; font-weight: 800; line-height: 1; }
.m5-stat-num .plus { color: var(--m5-teal); }
.m5-stat-lbl { font-size: .8rem; color: var(--m5-muted); }

/* ---------- Sections ---------- */
.m5-section { padding: 5rem 0; }
.m5-head { text-align: center; max-width: 620px; margin: 0 auto 3rem; }
.m5-eyebrow { display: inline-block; color: var(--m5-emerald); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .7rem; }
.m5-head h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
.m5-head p { color: var(--m5-muted); margin-top: .7rem; }

/* ---------- Services ---------- */
.m5-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.m5-svc { position: relative; background: var(--m5-surface); border: 1px solid var(--m5-border); border-radius: 20px; overflow: hidden; box-shadow: var(--m5-shadow); transition: transform .28s ease, box-shadow .28s ease; display: flex; flex-direction: column; }
.m5-svc:hover { transform: translateY(-6px); box-shadow: var(--m5-shadow-lg); }
.m5-svc-media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.m5-svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.m5-svc:hover .m5-svc-media img { transform: scale(1.07); }
.m5-svc-ic { position: absolute; bottom: -20px; inset-inline-start: 1.3rem; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: #fff; color: var(--m5-emerald); box-shadow: var(--m5-shadow); }
.m5-badge { position: absolute; top: .9rem; inset-inline-end: .9rem; background: linear-gradient(135deg, var(--m5-emerald), var(--m5-teal)); color: #fff; font-size: .72rem; font-weight: 800; padding: .35rem .85rem; border-radius: 999px; }
.m5-svc-body { padding: 1.8rem 1.3rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.m5-svc-body h3 { font-size: 1.12rem; margin-bottom: .4rem; }
.m5-svc-body p { color: var(--m5-muted); font-size: .86rem; flex: 1; margin-bottom: 1rem; }
.m5-svc-foot { display: flex; align-items: center; justify-content: space-between; gap: .6rem; border-top: 1px solid var(--m5-border); padding-top: 1rem; }
.m5-svc-price { font-size: .82rem; color: var(--m5-muted); }
.m5-svc-price strong { display: block; color: var(--m5-emerald); font-size: 1.15rem; }
.m5-svc-book { display: inline-flex; align-items: center; gap: .35rem; text-decoration: none; color: #fff; background: var(--m5-emerald); font-size: .82rem; font-weight: 700; padding: .5rem .9rem; border-radius: 10px; transition: background .2s ease; }
.m5-svc-book:hover { background: var(--m5-emerald-dark); }
.m5-services-more { text-align: center; margin-top: 2.4rem; }

/* ---------- How it works ---------- */
.m5-how { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; align-items: center; }
.m5-how-media { border-radius: 40% 60% 55% 45% / 55% 48% 52% 45%; overflow: hidden; border: 8px solid #fff; box-shadow: var(--m5-shadow-lg); aspect-ratio: 1/1; }
.m5-how-media img { width: 100%; height: 100%; object-fit: cover; }
.m5-how-steps { display: grid; gap: 1.2rem; }
.m5-how-step { display: flex; gap: 1.1rem; align-items: flex-start; background: var(--m5-surface); border: 1px solid var(--m5-border); border-radius: 16px; padding: 1.2rem 1.3rem; box-shadow: var(--m5-shadow); transition: transform .2s ease; }
.m5-how-step:hover { transform: translateX(-4px); }
:root[dir="ltr"] .m5-how-step:hover { transform: translateX(4px); }
.m5-how-ic { position: relative; width: 50px; height: 50px; flex-shrink: 0; border-radius: 14px; display: grid; place-items: center; background: var(--m5-mint); color: var(--m5-emerald); }
.m5-how-n { position: absolute; top: -8px; inset-inline-end: -8px; width: 24px; height: 24px; border-radius: 50%; background: var(--m5-emerald); color: #fff; font-size: .74rem; font-weight: 800; display: grid; place-items: center; }
.m5-how-step h3 { font-size: 1.05rem; margin-bottom: .25rem; }
.m5-how-step p { color: var(--m5-muted); font-size: .86rem; }

/* ---------- Pricing ---------- */
.m5-plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; align-items: stretch; }
.m5-plan { position: relative; display: flex; flex-direction: column; background: var(--m5-surface); border: 1.5px solid var(--m5-border); border-radius: 20px; padding: 1.9rem 1.5rem 1.5rem; box-shadow: var(--m5-shadow); transition: transform .28s ease, box-shadow .28s ease; }
.m5-plan:hover, .m5-plan:focus-within { transform: translateY(-6px); box-shadow: var(--m5-shadow-lg); }
.m5-plan.is-popular { border-color: var(--m5-emerald); background: linear-gradient(180deg, var(--m5-mint), #fff); }
.m5-theme .pkg-badge { background: linear-gradient(135deg, var(--m5-emerald), var(--m5-teal)); color: #fff; }
.m5-plan h3 { font-size: 1.15rem; margin-bottom: .3rem; }
.m5-plan-desc { color: var(--m5-muted); font-size: .83rem; margin-bottom: 1rem; }
.m5-plan-price { display: flex; align-items: baseline; gap: .35rem; margin-bottom: .3rem; }
.m5-plan-price strong { font-size: 2rem; font-weight: 800; color: var(--m5-emerald); }
.m5-plan-price em { font-style: normal; font-size: .72rem; color: var(--m5-muted); }
.m5-plan .pkg-list { flex: 1; }
.m5-plan .pkg-list svg { color: var(--m5-emerald); }
.m5-plan .m5-btn { width: 100%; }

/* ---------- Why choose ---------- */
.m5-why { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; background: var(--m5-mint); border-radius: 30px; padding: 3rem; }
.m5-why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.4rem; margin: 1.6rem 0 1.8rem; }
.m5-why-list li { display: flex; align-items: flex-start; gap: .6rem; font-size: .9rem; font-weight: 600; }
.m5-why-list .ic { width: 30px; height: 30px; flex-shrink: 0; border-radius: 9px; display: grid; place-items: center; background: #fff; color: var(--m5-emerald); }
.m5-why-visual { position: relative; }
.m5-why-visual img { width: 100%; border-radius: 24px; box-shadow: var(--m5-shadow-lg); aspect-ratio: 4/3; object-fit: cover; }

/* ---------- Before / After ---------- */
.m5-ba { border: 8px solid #fff; border-radius: 24px; box-shadow: var(--m5-shadow-lg); }

/* ---------- Testimonials ---------- */
.m5-quotes { max-width: 720px; margin-inline: auto; }
.m5-quote { background: var(--m5-surface); border: 1px solid var(--m5-border); border-radius: 22px; padding: 2.3rem 2.1rem 1.9rem; text-align: center; box-shadow: var(--m5-shadow); }
.m5-quote[hidden] { display: none; }
.m5-quote-stars { display: flex; justify-content: center; gap: .2rem; color: var(--m5-gold); margin-bottom: 1rem; }
.m5-quote p { font-size: 1.05rem; line-height: 1.85; margin-bottom: 1.3rem; color: var(--m5-ink2); }
.m5-quote footer { display: flex; align-items: center; justify-content: center; gap: .7rem; }
.m5-avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--m5-emerald), var(--m5-teal)); color: #fff; font-weight: 800; }
.m5-quote cite { color: var(--m5-muted); font-size: .88rem; }
.m5-quotes-nav { display: flex; align-items: center; justify-content: center; gap: 1.1rem; margin-top: 1.5rem; color: var(--m5-emerald); }
.m5-theme .testi-dot { background: var(--m5-emerald); }

/* ---------- Coverage ---------- */
.m5-coverage { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2.5rem; align-items: center; }
.m5-map-card { background: var(--m5-surface); border: 1px solid var(--m5-border); border-radius: 24px; padding: 1.6rem; box-shadow: var(--m5-shadow); }
.m5-map { width: 100%; max-height: 440px; display: block; margin-inline: auto; }
.m5-land { color: var(--m5-mint); stroke: var(--m5-emerald); stroke-width: .7; }
.m5-pins text { font-size: 12.5px; font-weight: 700; fill: var(--m5-ink); font-family: inherit; paint-order: stroke; stroke: #fff; stroke-width: 3.5px; }
.m5-pin { fill: var(--m5-emerald); }
.m5-pin-ring { fill: none; stroke: var(--m5-teal); stroke-width: 1.5; animation: m5-pin 2.6s ease-out infinite; transform-origin: center; transform-box: fill-box; }
.m5-pins g:nth-child(2n) .m5-pin-ring { animation-delay: -1.3s; }
@keyframes m5-pin { 0% { transform: scale(.45); opacity: 1; } 80%, 100% { transform: scale(1.6); opacity: 0; } }
.m5-cov-copy h2 { margin-bottom: 1rem; }
.m5-cov-copy > p { color: var(--m5-muted); margin-bottom: 1.4rem; }
.m5-cities { display: flex; flex-wrap: wrap; gap: .65rem; }
.m5-cities li { display: inline-flex; align-items: center; gap: .45rem; background: var(--m5-surface); border: 1px solid var(--m5-border); border-radius: 999px; padding: .5rem 1rem; font-size: .85rem; font-weight: 600; box-shadow: var(--m5-shadow); transition: transform .2s, border-color .2s; }
.m5-cities li:hover { transform: translateY(-2px); border-color: var(--m5-emerald); }
.m5-cities svg { color: var(--m5-teal); }

/* ---------- FAQ ---------- */
.m5-faq-list .faq-item { background: var(--m5-surface); border: 1px solid var(--m5-border); border-radius: 16px; box-shadow: var(--m5-shadow); overflow: hidden; }
.m5-faq-list .faq-q:hover { color: var(--m5-emerald); }
.m5-faq-list .faq-ic { color: var(--m5-emerald); }
.m5-faq-list .faq-a { color: var(--m5-muted); }

/* ---------- Newsletter / CTA ---------- */
.m5-cta { padding: 4.5rem 0; }
.m5-cta-card { position: relative; overflow: hidden; border-radius: 28px; padding: 3rem; background: linear-gradient(120deg, var(--m5-emerald), var(--m5-teal)); color: #fff; display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.m5-cta-card::after { content: ""; position: absolute; inset-inline-end: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255, 255, 255, .1); }
.m5-cta-copy { position: relative; z-index: 1; }
.m5-cta-copy h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: .7rem; }
.m5-cta-copy p { opacity: .92; margin-bottom: 1.6rem; }
.m5-cta-copy .m5-btn-primary { background: #fff; color: var(--m5-emerald-dark); }
.m5-cta-copy .m5-btn-primary:hover { box-shadow: 0 12px 30px rgba(0, 0, 0, .18); }
.m5-cta-visual { position: relative; z-index: 1; display: grid; place-items: center; }
.m5-cta-phone { width: min(210px, 68%); background: #fff; border-radius: 26px; padding: .5rem; box-shadow: 0 24px 50px rgba(0, 0, 0, .25); transform: rotate(-4deg); }
.m5-cta-phone-head { display: flex; align-items: center; gap: .5rem; padding: .6rem; color: var(--m5-ink); }
.m5-cta-phone-head .av { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--m5-emerald), var(--m5-teal)); display: grid; place-items: center; color: #fff; }
.m5-cta-phone-head b { font-size: .82rem; }
.m5-cta-phone-head span { font-size: .64rem; color: var(--m5-emerald); display: block; }
.m5-cta-phone-body { background: var(--m5-mint); border-radius: 16px; padding: .8rem; display: flex; flex-direction: column; gap: .5rem; }
.m5-cta-bubble { font-size: .72rem; padding: .5rem .7rem; border-radius: 12px; max-width: 88%; }
.m5-cta-bubble.in { background: #fff; align-self: flex-start; color: var(--m5-ink); }
.m5-cta-bubble.out { background: var(--m5-emerald); align-self: flex-end; color: #fff; }

/* ---------- Footer ---------- */
.m5-footer { background: #0E2A24; color: #C9DAD3; padding-top: 3.6rem; }
.m5-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 2.4rem; padding-bottom: 2.6rem; }
.m5-footer-brand .m5-logo { color: #fff; }
.m5-footer-brand > p { font-size: .87rem; opacity: .8; margin-top: 1rem; max-width: 24rem; }
.m5-footer-col h3 { font-size: .92rem; color: #fff; margin-bottom: 1rem; }
.m5-footer-col ul { display: grid; gap: .6rem; font-size: .87rem; }
.m5-footer-col a { text-decoration: none; color: #C9DAD3; opacity: .85; transition: opacity .15s ease, color .15s ease; }
.m5-footer-col a:hover { opacity: 1; color: var(--m5-teal); }
.m5-footer-contact li { display: flex; align-items: center; gap: .55rem; opacity: .85; font-size: .87rem; }
.m5-footer-contact svg { color: var(--m5-teal); flex-shrink: 0; }
.m5-theme .footer-social a { border-color: rgba(255, 255, 255, .2); color: #C9DAD3; }
.m5-theme .footer-social a:hover { color: var(--m5-teal); border-color: var(--m5-teal); }
.m5-theme .footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); }
.m5-theme .footer-legal a, .m5-theme .footer-copy { color: #C9DAD3; }
