.we-header { position: sticky; top: 0; z-index: 40; background-color: #ffffff; border-bottom: 1px solid #e5e7eb; font-family: system-ui, -apple-system, sans-serif; }
.we-header__inner { max-width: 1280px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.we-header__brand-wrapper { flex: 2; display: flex; align-items: center; }
.we-brand { display: inline-flex; align-items: center; gap: 0.75rem; text-decoration: none; color: #1f2937; font-weight: 800; font-size: 1.5rem; letter-spacing: -0.02em; }
.we-brand svg { width: 2rem; height: 2rem; fill: #2563eb; }
.we-nav-desktop { flex: 1; display: flex; justify-content: center; gap: 2rem; }
.we-nav__link { text-decoration: none; color: #4b5563; font-weight: 500; font-size: 1rem; transition: color 0.2s ease; }
.we-nav__link:hover { color: #2563eb; }
.we-header__actions { flex: 1; display: flex; justify-content: flex-end; align-items: center; }
.we-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.625rem 1.25rem; border-radius: 8px; font-weight: 600; font-size: 0.9375rem; text-decoration: none; transition: all 0.2s ease; }
.we-btn--primary { background-color: #2563eb; color: #ffffff; }
.we-btn--primary:hover { background-color: #1d4ed8; }
.we-burger { display: none; flex-direction: column; justify-content: space-between; width: 2rem; height: 1.5rem; background: transparent; border: none; cursor: pointer; padding: 0; color: #1f2937; }
.we-burger__line { width: 100%; height: 2px; background-color: currentColor; border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.we-mobile-nav { position: fixed; inset: 0; z-index: 50; font-family: system-ui, -apple-system, sans-serif; }
.we-mobile-nav[hidden] { display: none; }
.we-mobile-nav__backdrop { position: absolute; inset: 0; background-color: rgba(31, 41, 55, 0.6); backdrop-filter: blur(4px); }
.we-mobile-nav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: 100%; max-width: 400px; background-color: #ffffff; display: flex; flex-direction: column; box-shadow: -4px 0 24px rgba(0,0,0,0.1); }
.we-mobile-nav__header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid #e5e7eb; }
.we-mobile-nav__brand { font-weight: 800; font-size: 1.25rem; color: #1f2937; }
.we-mobile-nav__close { background: transparent; border: none; font-size: 2rem; line-height: 1; color: #4b5563; cursor: pointer; padding: 0.25rem; }
.we-mobile-nav__content { flex: 1; padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; overflow-y: auto; }
.we-mobile-nav__link { font-size: 1.5rem; font-weight: 700; color: #1f2937; text-decoration: none; transition: color 0.2s ease; }
.we-mobile-nav__link:hover { color: #2563eb; }
.we-mobile-nav__footer { padding: 1.5rem; border-top: 1px solid #e5e7eb; }
.we-mobile-nav__cta { display: flex; align-items: center; justify-content: center; width: 100%; padding: 1rem; background-color: #2563eb; color: #ffffff; text-decoration: none; font-weight: 600; font-size: 1.125rem; border-radius: 8px; transition: background-color 0.2s ease; }
.we-mobile-nav__cta:hover { background-color: #1d4ed8; }
.we-footer { background-color: #1f2937; color: #f3f4f6; font-family: system-ui, -apple-system, sans-serif; padding: 4rem 1.5rem 2rem; }
.we-footer__inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-bottom: 3rem; border-bottom: 1px solid #374151; }
.we-footer__info { max-width: 400px; }
.we-footer__brand { display: block; font-size: 1.5rem; font-weight: 800; color: #ffffff; margin-bottom: 1rem; }
.we-footer__desc { color: #9ca3af; line-height: 1.6; margin: 0 0 1.5rem 0; }
.we-footer__email { display: inline-flex; color: #60a5fa; text-decoration: none; font-weight: 500; font-size: 1.125rem; transition: color 0.2s ease; }
.we-footer__email:hover { color: #93c5fd; }
.we-footer__links-wrapper { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.we-footer__col { display: flex; flex-direction: column; gap: 1rem; }
.we-footer__col-title { font-size: 0.875rem; font-weight: 700; color: #ffffff; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.we-footer__link { color: #9ca3af; text-decoration: none; font-size: 0.9375rem; transition: color 0.2s ease; }
.we-footer__link:hover { color: #ffffff; }
.we-footer__bottom { max-width: 1280px; margin: 0 auto; padding-top: 2rem; text-align: center; }
.we-footer__copy { margin: 0; color: #6b7280; font-size: 0.875rem; }
@media (max-width: 992px) {
  .we-nav-desktop { display: none; }
  .we-header__actions .we-btn { display: none; }
  .we-burger { display: flex; }
  .we-header__brand-wrapper { flex: 1; }
  .we-footer__inner { grid-template-columns: 1fr; gap: 3rem; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
