@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.moutestr-home-header-root { position: relative; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; color: #1e293b; background: transparent; line-height: 1.5; -webkit-font-smoothing: antialiased; }
.moutestr-home-header-root *, .moutestr-home-header-root *::before, .moutestr-home-header-root *::after { box-sizing: border-box; }
.moutestr-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.moutestr-header-spacer { display: none; width: 100%; }
.moutestr-home-header.moutestr-header { position: relative; top: auto; left: auto; width: 100%; z-index: 999; background: #ffffff; border-bottom: 1px solid #eef2f6; transition: background .32s ease, box-shadow .32s ease, border-color .32s ease, transform .32s ease; }
.moutestr-home-header-inner.moutestr-header-inner { max-width: 1280px; margin: 0 auto; height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-left: 28px; padding-right: 28px; }
.moutestr-home-header.moutestr-header.is-sticky { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(14px) saturate(1.4); backdrop-filter: blur(14px) saturate(1.4); border-bottom-color: #e6eef3; box-shadow: 0 10px 30px rgba(40,60,214,.10), 0 2px 8px rgba(15,23,42,.06); }
.moutestr-home-logo.moutestr-logo { display: inline-flex; align-items: center; flex-shrink: 0; text-decoration: none; border-radius: 10px; transition: opacity .25s ease, transform .25s ease; }
.moutestr-home-logo.moutestr-logo:hover { opacity: .88; transform: translateY(-1px); }
.moutestr-home-logo.moutestr-logo img { display: block; height: 38px; width: auto; max-width: 200px; object-fit: contain; }
.moutestr-home-nav.moutestr-nav { align-items: center; gap: 4px; margin: 0 auto; }
.moutestr-home-nav-link.moutestr-nav-link { position: relative; display: inline-flex; align-items: center; font-size: 15px; font-weight: 500; letter-spacing: -.01em; color: #1e293b; text-decoration: none; padding: 9px 15px; border-radius: 9px; transition: color .25s ease, background .25s ease; white-space: nowrap; }
.moutestr-home-nav-link.moutestr-nav-link::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 5px; height: 2.5px; border-radius: 999px; background: #283CD6; transform: scaleX(0); transform-origin: left center; transition: transform .28s ease; }
.moutestr-home-nav-link.moutestr-nav-link:hover { color: #283CD6; background: rgba(40,60,214,.06); }
.moutestr-home-nav-link.moutestr-nav-link:hover::after { transform: scaleX(.45); }
.moutestr-home-nav-link.moutestr-nav-link.active { color: #1D2CAE; font-weight: 600; background: rgba(40,60,214,.08); }
.moutestr-home-nav-link.moutestr-nav-link.active::after { transform: scaleX(1); }
.moutestr-header-actions { align-items: center; flex-shrink: 0; }
.moutestr-header-cta { display: inline-flex; align-items: center; gap: 9px; background: #283CD6; background: linear-gradient(135deg, #283CD6 0%, #1D2CAE 100%); color: #ffffff; font-size: 15px; font-weight: 600; letter-spacing: -.01em; padding: 12px 24px; border-radius: 12px; cursor: pointer; user-select: none; white-space: nowrap; box-shadow: 0 8px 20px rgba(40,60,214,.25), inset 0 1px 0 rgba(255,255,255,.18); transition: background .28s ease, transform .28s ease, box-shadow .28s ease; }
.moutestr-header-cta:hover { background: #1D2CAE; background: linear-gradient(135deg, #1D2CAE 0%, #283CD6 100%); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(29,44,174,.32); color: #ffffff; }
.moutestr-header-cta:active { transform: translateY(0); }
.moutestr-header-cta-arrow { font-size: 13px; transition: transform .28s ease; }
.moutestr-header-cta:hover .moutestr-header-cta-arrow { transform: translateX(3px); }
.moutestr-home-mobile-toggle.moutestr-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 11px; border: 1px solid #e2e8f0; background: #ffffff; color: #0f172a; font-size: 19px; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.moutestr-home-mobile-toggle.moutestr-mobile-toggle:hover { background: #eef0ff; color: #283CD6; border-color: #c7cdf5; }
.moutestr-mobile-overlay { position: fixed; inset: 0; width: 100vw; height: 100dvh; background: rgba(15,23,42,.45); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .32s ease, visibility .32s ease; z-index: 10000; }
.moutestr-mobile-overlay.moutestr-is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.moutestr-home-mobile-drawer.moutestr-mobile-drawer { position: fixed; top: 0; left: 0; height: 100dvh; width: 85%; max-width: 360px; background: #ffffff; z-index: 10001; display: flex; flex-direction: column; border-radius: 0 20px 20px 0; box-shadow: 24px 0 60px rgba(15,23,42,.18); transform: translateX(-106%); transition: transform .38s cubic-bezier(.32,.72,.24,1); overflow-y: auto; overscroll-behavior: contain; }
.moutestr-home-mobile-drawer.moutestr-mobile-drawer.moutestr-is-open { transform: translateX(0); }
.moutestr-mobile-drawer-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px 14px; border-bottom: 1px solid #eef2f6; }
.moutestr-mobile-drawer-logo img { height: 32px; width: auto; max-width: 170px; object-fit: contain; display: block; }
.moutestr-mobile-drawer-close { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: #f1f5f9; color: #0f172a; font-size: 18px; cursor: pointer; transition: background .25s ease, color .25s ease; }
.moutestr-mobile-drawer-close:hover { background: #eef0ff; color: #283CD6; }
.moutestr-mobile-nav { display: flex; flex-direction: column; gap: 4px; padding: 16px 14px 8px; }
.moutestr-mobile-nav-link { display: flex; align-items: center; gap: 10px; color: #1e293b; text-decoration: none; font-size: 16px; font-weight: 500; padding: 14px 14px; border-radius: 12px; transition: background .25s ease, color .25s ease; }
.moutestr-mobile-nav-link i.fa-chevron-right { margin-left: auto; font-size: 12px; color: #94a3b8; transition: color .25s ease, transform .25s ease; }
.moutestr-mobile-nav-link:hover { background: #eef0ff; color: #283CD6; }
.moutestr-mobile-nav-link:hover i.fa-chevron-right { color: #283CD6; transform: translateX(2px); }
.moutestr-mobile-nav-dot { width: 7px; height: 7px; border-radius: 999px; background: #cbd5e1; flex-shrink: 0; transition: background .25s ease; }
.moutestr-mobile-nav-link.active { background: rgba(40,60,214,.08); color: #1D2CAE; font-weight: 600; }
.moutestr-mobile-nav-link.active .moutestr-mobile-nav-dot { background: #283CD6; }
.moutestr-mobile-nav-link.active i.fa-chevron-right { color: #1D2CAE; }
.moutestr-mobile-drawer-foot { margin-top: auto; padding: 16px 18px 22px; border-top: 1px solid #eef2f6; }
.moutestr-mobile-cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; background: #283CD6; background: linear-gradient(135deg, #283CD6 0%, #1D2CAE 100%); color: #ffffff; font-size: 16px; font-weight: 700; padding: 15px 18px; border-radius: 13px; cursor: pointer; box-shadow: 0 10px 22px rgba(40,60,214,.28); transition: background .28s ease, transform .28s ease; }
.moutestr-mobile-cta:hover { background: #1D2CAE; transform: translateY(-1px); color: #ffffff; }
.moutestr-mobile-drawer-note { margin: 12px 0 0; font-size: 13px; color: #64748b; text-align: center; }
.moutestr-home-nav-link:focus-visible, .moutestr-mobile-nav-link:focus-visible, .moutestr-header-cta:focus-visible, .moutestr-mobile-cta:focus-visible, .moutestr-home-mobile-toggle:focus-visible, .moutestr-mobile-drawer-close:focus-visible, .moutestr-home-logo:focus-visible { outline: 3px solid rgba(40,60,214,.45); outline-offset: 2px; }
@media (max-width: 991.98px) {
  .moutestr-home-header-inner.moutestr-header-inner { height: 68px; padding-left: 16px; padding-right: 16px; gap: 12px; }
  .moutestr-home-logo.moutestr-logo img { height: 30px; max-width: 160px; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .moutestr-home-header-inner.moutestr-header-inner { padding-left: 22px; padding-right: 22px; }
  .moutestr-home-nav-link.moutestr-nav-link { padding: 9px 11px; font-size: 14.5px; }
  .moutestr-header-cta { padding: 11px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .moutestr-home-header.moutestr-header, .moutestr-home-nav-link.moutestr-nav-link, .moutestr-home-nav-link.moutestr-nav-link::after, .moutestr-header-cta, .moutestr-home-mobile-drawer.moutestr-mobile-drawer, .moutestr-mobile-overlay { transition: none !important; }
}
.moutestr-logo-text{font-weight:800;font-size:1.15rem;color:#09637E;letter-spacing:-.02em;}