.static-mobile-menu a { color: #374151; padding: .5rem 0; font-size: 1rem; }
.static-mobile-menu a:hover { color: #2452f6; }
.static-mobile-submenu { border: 0; }
.static-mobile-submenu summary { display: flex; align-items: center; justify-content: space-between; padding: .5rem 0; color: #374151; font-size: 1rem; cursor: pointer; list-style: none; }
.static-mobile-submenu summary::-webkit-details-marker { display: none; }
.static-mobile-submenu summary span { color: #64748b; font-size: 1.1rem; transition: transform .18s ease; }
.static-mobile-submenu[open] summary { color: #2452f6; }
.static-mobile-submenu[open] summary span { transform: rotate(180deg); }
.static-mobile-submenu > div { display: grid; gap: .1rem; margin: .15rem 0 .45rem; padding: .25rem 0 .25rem .9rem; border-left: 2px solid #e1e7f5; }
.static-mobile-submenu > div a { padding: .42rem .65rem; border-radius: .45rem; color: #475569; font-size: .88rem; }
.static-mobile-submenu > div a:first-child { color: #2452f6; font-weight: 600; }
.static-mobile-submenu > div a:hover { background: #f4f6ff; }
.static-quote-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 1rem; }
.static-quote-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.6); backdrop-filter: blur(4px); }
.static-quote-card { position: relative; width: min(100%, 34rem); max-height: 90vh; overflow: auto; background: white; border-radius: 1rem; padding: 2rem; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.static-quote-close { position: absolute; top: .75rem; right: .75rem; width: 2rem; height: 2rem; border: 0; border-radius: 999px; background: #111827; color: white; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.static-quote-card form { display: grid; gap: 1rem; }
.static-quote-card label { display: grid; gap: .35rem; color: #374151; font-size: .875rem; font-weight: 500; }
.static-quote-card input, .static-quote-card textarea { width: 100%; border: 1px solid #e5e7eb; border-radius: .5rem; padding: .65rem 1rem; font: inherit; }
.static-dropdown-wrapper { position: relative; }
.static-dropdown-wrapper::after { content: ''; position: absolute; z-index: 59; top: 100%; left: -.75rem; right: -.75rem; height: .75rem; }
.static-dropdown-panel { position: absolute; top: calc(100% + .75rem); left: 50%; z-index: 60; display: grid; grid-template-columns: repeat(2, minmax(12rem, 1fr)); gap: .25rem; width: 35rem; padding: .75rem; border-radius: 1rem; background: rgba(255,255,255,.96); border: 1px solid rgba(0,0,0,.06); box-shadow: 0 20px 40px rgba(0,0,0,.14); opacity: 0; visibility: hidden; transform: translate(-50%, -.35rem); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.static-dropdown-panel.is-open { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.static-dropdown-wrapper:hover .static-dropdown-panel, .static-dropdown-wrapper:focus-within .static-dropdown-panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.static-dropdown-panel a { padding: .7rem .8rem; border-radius: .6rem; color: #374151; font-size: .875rem; transition: background-color .18s ease, color .18s ease; }
.static-dropdown-panel a:hover { background: #2452f6; color: white; }
nav.liquid-glass .static-dropdown-panel { background: rgba(12, 18, 35, .94); border-color: rgba(255,255,255,.2); }
nav.liquid-glass .static-dropdown-panel a { color: white; }
nav.liquid-glass .static-dropdown-panel a:hover { background: rgba(255,255,255,.16); }
@media (max-width: 767px) { .static-dropdown-panel { display: none; } }
.animate-marquee { animation: marquee 28s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .animate-marquee { animation-play-state: paused; } }

.hero-menu-bg { background: #fff; }
nav:not(.liquid-glass) button[aria-label="Toggle menu"],
nav.hero-menu-bg button[aria-label="Toggle menu"],
nav.bg-white\/90 button[aria-label="Toggle menu"] { color: #151F6D; }
.nav-dropdown { position: relative; display: flex; align-items: center; gap: .15rem; }
.nav-dropdown-link { white-space: nowrap; }
.nav-dropdown-toggle { display: inline-grid; place-items: center; width: 1.5rem; height: 1.75rem; padding: 0; color: inherit; cursor: pointer; }
.nav-dropdown-chevron { transition: transform .18s ease; }
.nav-dropdown.is-open .nav-dropdown-chevron { transform: rotate(180deg); }
.nav-dropdown::after { content: ''; position: absolute; z-index: 59; top: 100%; left: -1rem; right: -1rem; height: .5rem; }
.nav-dropdown-panel { position: absolute; top: calc(100% + .45rem); left: 50%; z-index: 60; width: 32rem; max-width: calc(100vw - 4rem); max-height: calc(100vh - 7rem); overflow: auto; padding: .85rem; border: 1px solid rgba(255,255,255,.26); border-radius: 1rem; background: rgba(12,18,35,.5); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 18px 38px rgba(0,0,0,.24); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -.2rem); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-dropdown-panel--products { width: min(31rem, calc(100vw - 4rem)); padding: .85rem; }
.nav-dropdown:hover .nav-dropdown-panel, .nav-dropdown:focus-within .nav-dropdown-panel, .nav-dropdown.is-open .nav-dropdown-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.mega-menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .3rem .7rem; }
.mega-service, .mega-product { display: flex; align-items: center; gap: .7rem; min-width: 0; padding: .55rem; border-radius: .7rem; color: white; transition: background-color .18s ease; }
.mega-service:hover, .mega-product:hover { background: rgba(255,255,255,.14); }
.mega-icon { display: grid; place-items: center; flex: 0 0 auto; width: 2.5rem; height: 2.5rem; border-radius: .55rem; background: rgba(255,255,255,.15); color: rgba(255,255,255,.9); font-size: .72rem; font-weight: 700; }
.mega-service strong, .mega-product strong { display: block; font-size: .88rem; line-height: 1.2; }
.mega-service small, .mega-product small { display: block; margin-top: .15rem; color: rgba(255,255,255,.72); font-size: .76rem; line-height: 1.25; }
.mega-product { align-items: flex-start; }
.mega-product-copy { min-width: 0; flex: 1; }
.mega-cta { flex: 0 0 auto; margin-top: .15rem; padding: .35rem .55rem; border-radius: 999px; background: rgba(255,255,255,.16); color: white; font-size: .68rem; font-weight: 600; white-space: nowrap; }
.nav-dropdown-panel--services { width: min(43rem, calc(100vw - 4rem)); padding: .9rem; }
.nav-dropdown-panel--services .mega-menu-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .25rem .85rem; }
.nav-dropdown-panel--services .mega-service { gap: .75rem; padding: .48rem .55rem; border-radius: .7rem; }
.nav-dropdown-panel--services .mega-icon { width: 2.45rem; height: 2.45rem; border-radius: .62rem; }
.nav-dropdown-panel--services .mega-service strong { font-size: .86rem; line-height: 1.15; letter-spacing: 0; }
.nav-dropdown-panel--services .mega-service small { margin-top: .15rem; font-size: .72rem; line-height: 1.22; }
.nav-dropdown-panel--products .mega-menu-grid { grid-template-columns: 1fr; gap: .18rem; }
.nav-dropdown-panel--products .mega-product { display: flex; align-items: center; gap: .65rem; min-height: 0; padding: .48rem .55rem; }
.nav-dropdown-panel--products .mega-product-copy { display: block; min-width: 0; flex: 1; }
.nav-dropdown-panel--products .mega-product strong { font-size: .86rem; line-height: 1.15; }
.nav-dropdown-panel--products .mega-product small { display: -webkit-box; max-width: none; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .72rem; line-height: 1.22; }
.nav-dropdown-panel--products .mega-cta { align-self: center; margin-left: .35rem; margin-top: 0; padding: .26rem .5rem; font-size: .64rem; }
nav:not(.liquid-glass) .nav-dropdown-panel { border-color: rgba(0,0,0,.08); background: #fff; box-shadow: 0 18px 38px rgba(15,23,42,.12); }
nav:not(.liquid-glass) .mega-service, nav:not(.liquid-glass) .mega-product { color: #111827; }
nav:not(.liquid-glass) .mega-service:hover, nav:not(.liquid-glass) .mega-product:hover { background: #f4f6fb; }
nav:not(.liquid-glass) .mega-icon, nav:not(.liquid-glass) .mega-cta { background: #edf1ff; color: #2452f6; }
nav:not(.liquid-glass) .mega-service small, nav:not(.liquid-glass) .mega-product small { color: #64748b; }
@media (max-width: 767px) { .nav-dropdown { display: none; } }

@media (max-width: 767px) {
  body:has(nav[data-home-hero-nav="true"]) main > section:first-of-type h1 { font-size: 1.9rem !important; line-height: 1.1 !important; font-weight: 500 !important; letter-spacing: -.04em !important; max-width: none; width: 100%; }
  body:has(nav[data-home-hero-nav="true"]) main > section:first-of-type h1 > span { display: none !important; }
  body:has(nav[data-home-hero-nav="true"]) main > section:first-of-type h1::before { content: "Digital solutions built for\A the AI Era."; white-space: pre; display: block; }
  body:has(nav[data-home-hero-nav="true"]) main > section:first-of-type h1 + div + div > div { display: flex !important; flex-wrap: nowrap !important; gap: .75rem !important; align-items: stretch; max-width: 21rem; }
  body:has(nav[data-home-hero-nav="true"]) main > section:first-of-type h1 + div + div > div > a { flex: 1 1 0; min-width: 0; padding: .78rem .65rem !important; text-align: center; white-space: nowrap; }
}
.featured-articles-strip { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 0; padding: .25rem 0 1rem; margin-inline: 0; -webkit-overflow-scrolling: touch; }
.featured-articles-strip::-webkit-scrollbar { display: none; }
.featured-article-card { flex: 0 0 min(18.5rem, 82vw); scroll-snap-align: start; }
.featured-article-card img { width: 100%; height: 9.25rem; object-fit: cover; display: block; }
.article-published-date { display: block; margin: -.15rem 0 .8rem; color: #64748b; font-size: .78rem; line-height: 1.35; }
.article-published-date--compact { margin: -.35rem 0 .8rem; }
.blog-pagination { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 3rem; color: #64748b; font-size: .9rem; }
.blog-page-link { display: inline-flex; align-items: center; justify-content: center; min-width: 7.5rem; padding: .7rem 1rem; border: 1px solid #dbe2f0; border-radius: .65rem; color: #2452f6; font-weight: 600; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
.blog-page-link:hover { border-color: #2452f6; background: #f5f7ff; }
.blog-page-link.is-disabled { color: #94a3b8; background: #f8fafc; border-color: #e2e8f0; pointer-events: none; }
@media (max-width: 479px) { .blog-pagination { gap: .5rem; font-size: .78rem; } .blog-page-link { min-width: 0; padding: .65rem .75rem; } }
@media (min-width: 768px) { .featured-articles-strip { margin-inline: 0; padding-inline: 0; } .featured-article-card { flex-basis: 20rem; } }

@media (max-width: 767px) {
  nav[data-home-hero-nav="true"] button[aria-label="Toggle menu"],
  nav[data-home-hero-nav="true"] button[aria-label="Toggle menu"] svg,
  nav.liquid-glass-nav button[aria-label="Toggle menu"],
  nav.liquid-glass-nav button[aria-label="Toggle menu"] svg {
    color: #151F6D !important;
    stroke: #151F6D !important;
  }
}

@media (max-width: 767px) {
  nav button[aria-label="Toggle menu"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    color: #151F6D !important;
    background: transparent !important;
    border: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  nav button[aria-label="Toggle menu"]:hover,
  nav button[aria-label="Toggle menu"]:focus-visible {
    color: #2452F6 !important;
    background: transparent !important;
    border-color: transparent !important;
  }
  nav button[aria-label="Toggle menu"] svg,
  nav button[aria-label="Toggle menu"] svg * {
    color: #151F6D !important;
    stroke: #151F6D !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  nav button[aria-label="Toggle menu"]:hover svg,
  nav button[aria-label="Toggle menu"]:hover svg *,
  nav button[aria-label="Toggle menu"]:focus-visible svg,
  nav button[aria-label="Toggle menu"]:focus-visible svg * {
    color: #2452F6 !important;
    stroke: #2452F6 !important;
  }
}

.contact-action-grid { display: grid; gap: 1.5rem; }
.contact-location-grid { display: grid; gap: 1rem; }
@media (min-width: 768px) {
  .contact-action-grid, .contact-location-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.contact-shell { width: 100%; }
.contact-shell > .w-full { width: 100%; }

.iugale-cookie-consent {
  position: fixed;
  left: 50%;
  bottom: max(1.5rem, env(safe-area-inset-bottom));
  z-index: 9999;
  width: min(56rem, calc(100vw - 2rem));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  color: #f8fafc;
  background: rgba(18, 18, 18, .94);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 1.35rem;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}
.iugale-cookie-consent.is-hiding {
  opacity: 0;
  transform: translate(-50%, .75rem);
  transition: opacity .2s ease, transform .2s ease;
}
.iugale-cookie-consent__copy {
  font-size: 1rem;
  line-height: 1.55;
}
.iugale-cookie-consent__copy p {
  margin: 0;
}
.iugale-cookie-consent__copy a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .18em;
}
.iugale-cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .75rem;
}
.iugale-cookie-consent__actions button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  padding: .78rem 1.15rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.iugale-cookie-consent__actions button:hover {
  transform: translateY(-1px);
}
.iugale-cookie-consent__actions button[data-cookie-consent="rejected"] {
  color: #fff;
  background: #050505;
}
.iugale-cookie-consent__actions button[data-cookie-consent="necessary"] {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}
.iugale-cookie-consent__actions button[data-cookie-consent="all"] {
  color: #111827;
  background: #fff;
  border-color: #fff;
}
@media (max-width: 767px) {
  .iugale-cookie-consent {
    grid-template-columns: 1fr;
    width: calc(100vw - 1.5rem);
    padding: 1rem;
    border-radius: 1rem;
  }
  .iugale-cookie-consent__copy {
    font-size: .92rem;
  }
  .iugale-cookie-consent__actions {
    justify-content: stretch;
    gap: .5rem;
  }
  .iugale-cookie-consent__actions button {
    flex: 1 1 100%;
    padding: .82rem .9rem;
  }
}
