:root {
  --modo-red: #980012;
  --modo-red-dark: #7e0010;
  --modo-red-soft: rgba(126, 42, 50, 0.95);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; }
a { text-decoration: none; color: inherit; }
.container { width: min(1480px, calc(100% - 26px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 8px; top: 8px; z-index: 1000; background: #fff; color: #000; padding: 8px 10px; }
.top-strip { background: var(--modo-red-dark); border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.top-strip-inner { min-height: 20px; display: flex; align-items: center; justify-content: flex-start; gap: 4px; }
.top-strip-inner a { height: 16px; padding: 0 8px; display: inline-flex; align-items: center; }
.top-strip-inner img { max-height: 16px; width: auto; display: block; }
.main-strip { background: var(--modo-red); }
.nav-row { min-height: 62px; display: flex; align-items: center; justify-content: center; }
.logo { margin-right: 18px; }
.logo img { width: 48px; display: block; }
.mobile-open-btn { display: none; border: 0; background: transparent; color: #fff; font-size: 24px; margin-left: auto; cursor: pointer; }
.desktop-nav { display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 700; }
.desktop-nav a, .more-btn { min-height: 54px; display: inline-flex; align-items: center; padding: 0 19px; color: #fff; }
.desktop-nav a:hover, .more-btn:hover { background: rgba(255, 255, 255, 0.08); }
.more-btn { border: 0; background: transparent; font: inherit; cursor: pointer; }
.more-btn span { margin-left: 8px; font-size: 11px; }
.more-btn.is-open { background: rgba(255, 255, 255, 0.15); }
.desktop-nav a:last-child::before { content: "🔍"; margin-right: 10px; font-size: 12px; }
.mega-menu { display: none; background: var(--modo-red); color: #fff; animation: fadeIn 0.18s ease; }
.mega-menu.is-open { display: block; }
.mega-grid { min-height: 122px; display: grid; grid-template-columns: 150px 150px 170px 130px; column-gap: 12px; padding-top: 8px; width: max-content; margin: 0 auto; }
.mega-grid h3 { margin: 0 0 6px; font-size: 13px; font-weight: 800; letter-spacing: 0.2px; }
.mega-grid a { display: block; margin-bottom: 6px; font-size: 13px; color: #fff; }
.main-content { background: #fff; }
.iframe-wrap { width: min(1280px, 92vw); margin: 18px auto; }
.main-content iframe { width: 100%; border: 0; display: block; height: min(900px, 95vh); }
.site-footer { background: var(--modo-red); color: #fff; min-height: 310px; position: relative; }
.footer-top { padding-top: 24px; }
.footer-links { position: relative; width: 270px; }
.footer-links h2 { margin: 0 0 4px; font-size: 21px; font-weight: 900; line-height: 1; }
.footer-links a { display: block; margin-bottom: 6px; font-size: 14px; color: #fff; }
.social-icons { list-style: none; margin: 0; padding: 0; position: absolute; left: 245px; top: 26px; display: flex; gap: 14px; }
.social-icons img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.footer-brand { position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%); text-align: center; }
.footer-brand img { width: 54px; display: block; margin: 0 auto 12px; }
.footer-brand a { color: #fff; font-size: 14px; }
.mobile-menu-panel { display: none; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .top-strip { display: none; }
  .nav-row { justify-content: space-between; min-height: 56px; }
  .logo { margin-right: 0; }
  .logo img { width: 42px; }
  .desktop-nav { display: none; }
  .mobile-open-btn { display: block; }
  .mega-menu { display: none !important; }
  .mobile-menu-panel {
    display: none;
    position: fixed;
    inset: 0 auto 0 0;
    width: min(475px, 100vw);
    background: var(--modo-red);
    color: #fff;
    z-index: 50;
    padding: 10px 18px 24px;
    overflow-y: auto;
  }
  .mobile-menu-panel.is-open { display: block; }
  .mobile-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
  .mobile-close-btn { border: 0; background: transparent; color: #fff; font-size: 54px; line-height: 1; cursor: pointer; }
  .mobile-search-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
  .mobile-search-row span { font-size: 14px; opacity: 0.7; }
  .mobile-search-row button { width: 74px; height: 52px; border: 0; background: #2f6a47; color: #fff; font-size: 23px; }
  .mobile-links a { display: block; font-size: 16px; font-weight: 800; color: #fff; padding: 11px 0; }
  .mobile-links a.with-arrow::after { content: "›"; float: right; font-size: 32px; line-height: 1; margin-top: -3px; opacity: 0.95; }
  .mobile-links a:hover { opacity: 0.75; }
  .iframe-wrap { width: min(1100px, 94vw); }
  .social-icons { position: static; margin-top: 8px; }
  .footer-brand { position: static; transform: none; padding: 24px 0 30px; }
}
