:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.tech-gradient { background: linear-gradient(135deg, #0A2A73 0%, #1565FF 55%, #2CCBFF 100%); }
.glass { background: rgba(255,255,255,.82); backdrop-filter: blur(18px); }
.service-icon { background: linear-gradient(135deg, rgba(21,101,255,.13), rgba(44,203,255,.18)); }
.mobile-menu-toggle {
  display: inline-flex;
  min-width: 72px;
  min-height: 63px;
  align-items: center;
  justify-content: center;
  padding: 15px 21px;
  font-size: 30px;
}
.home-service-card {
  position: relative;
  z-index: 0;
  isolation: isolate;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #0A2A73 0%, #1565FF 34%, #2CCBFF 68%, #8BE7FF 100%) border-box;
  box-shadow: 0 10px 26px rgba(21, 101, 255, .12);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.home-service-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(21, 101, 255, .75), rgba(44, 203, 255, .9));
  filter: blur(10px);
  opacity: .24;
  transition: opacity .2s ease, filter .2s ease;
}
.home-service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(21, 101, 255, .22);
}
.home-service-card:hover::before {
  filter: blur(14px);
  opacity: .42;
}
.hero-frame {
  height: min(50vw, calc(100vh - 78px));
  min-height: 320px;
  background: #fff;
}
.hero-image {
  display: block;
  object-fit: cover;
}
.goog-te-banner-frame, .goog-te-gadget-icon, .goog-te-balloon-frame { display: none !important; }
body { top: 0 !important; }
.skiptranslate iframe { display: none !important; }
.goog-te-gadget { font-size: 0 !important; }
.goog-te-combo { border: 1px solid #DCE4EE; border-radius: 8px; padding: 8px; color: #0A2A73; font-weight: 700; }
.lang-switcher {
  position: relative;
  z-index: 60;
  display: flex;
  flex-shrink: 0;
  width: max-content;
  align-items: center;
  gap: 4px;
  border: 1px solid #DCE4EE;
  border-radius: 8px;
  background: #fff;
  padding: 4px;
}
.lang-flag {
  display: inline-flex;
  width: 43px;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 6px;
  border: 1px solid transparent;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  pointer-events: auto;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.lang-flag:hover { background: #F5F8FC; border-color: #BFD0E5; transform: translateY(-1px); }
.lang-flag:active { transform: translateY(0); }
.lang-flag.is-active { background: #EAF6FF; border-color: #2CCBFF; box-shadow: 0 8px 18px rgba(44, 203, 255, .18); }
.lang-flag.is-active .flag-icon { box-shadow: 0 0 0 1px rgba(21, 101, 255, .45); }
.lang-flag.is-active .lang-code { color: #0A2A73; }
.flag-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(10, 42, 115, .28);
}
.lang-code {
  display: inline-block;
  color: #0A2A73;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0;
}
.flag-br { background: #009b3a !important; }
.flag-br::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 12px;
  height: 9px;
  background: #ffdf00;
  transform: rotate(45deg);
}
.flag-br::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #002776;
}
.flag-es {
  background: linear-gradient(to bottom, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%) !important;
}
.flag-us {
  background: repeating-linear-gradient(to bottom, #b22234 0 2px, #fff 2px 4px) !important;
}
.flag-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 9px;
  background: #3c3b6e;
}
.mobile-menu-link {
  transition: background-color .15s ease, color .15s ease, transform .15s ease;
}
.mobile-menu-link:active,
.mobile-menu-link.is-pressed {
  background: #1565FF;
  color: #fff;
  transform: translateX(2px);
}
.digitaldrop-credit {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  font-weight: 500;
  letter-spacing: .03em;
}
.digitaldrop-drop {
  color: #FFB000;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .18));
  transform: translateY(1px);
}
@media (max-width: 1023px) {
  [data-menu].is-open, [data-mobile-menu].is-open { display: block; }
}
@media (max-width: 520px) {
  .hero-frame { height: 50vw; min-height: 190px; }
  .hero-image { object-fit: contain; }
  .lang-switcher { gap: 2px; padding: 3px; }
  .lang-flag { width: 36px; height: 27px; gap: 2px; }
  .flag-icon { width: 18px; height: 12px; }
  .lang-code { font-size: 7px; }
  .flag-br::before { top: 2px; left: 4px; width: 10px; height: 8px; }
  .flag-br::after { top: 3px; left: 6px; width: 6px; height: 6px; }
}
