html {
  font-size: 14px;
}

:root {
  --type-body: clamp(1rem, .18vw + .96rem, 1.08rem);
  --type-lead: clamp(1.08rem, .45vw + 1rem, 1.3rem);
  --type-display: clamp(3rem, 5vw, 5.25rem);
  --type-h1: clamp(2.25rem, 3vw, 3.75rem);
  --type-h2: clamp(1.75rem, 2.2vw, 2.5rem);
  --type-h3: clamp(1.35rem, 1.2vw, 1.65rem);
  --type-h4: clamp(1.15rem, .8vw + 1rem, 1.35rem);
  --media-radius: 14px;
  --media-border: #dfe5ec;
  --media-surface: #f8fafc;
  --media-shadow: 0 18px 44px rgba(16, 24, 40, .09), 0 3px 10px rgba(16, 24, 40, .05);
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body { margin: 0; color: #16191f; background: #fff; font-size: var(--type-body); line-height: 1.65; }
h1, h2, h3, h4, h5, h6 { text-wrap: balance; }

.navbar-brand { position: relative; width: 104px; height: 34px; }
.navbar-light .navbar-brand .brand-logo { position: absolute; inset: 0; width: 104px; height: 34px; max-height: none; object-fit: contain; object-position: left center; transition: none; }
.navbar-brand .brand-logo-on-dark { opacity: 1; visibility: visible; }
.navbar-brand .brand-logo-on-light { opacity: 0; visibility: hidden; }
.navbar[data-logo-ready="true"] .brand-logo { transition: opacity .18s ease, visibility .18s ease; }
.navbar[data-scrolled="true"] .brand-logo-on-dark, .navbar.sticky-top .brand-logo-on-dark { opacity: 0; visibility: hidden; }
.navbar[data-scrolled="true"] .brand-logo-on-light, .navbar.sticky-top .brand-logo-on-light { opacity: 1; visibility: visible; }
.navbar .navbar-nav button.nav-link { appearance: none; color: inherit; background: transparent; border: 0; border-radius: 0; }
.navbar .nav-item .dropdown-menu { color: #11161d; background: #fff; border-radius: 0 0 8px 8px; }
.navbar .nav-item .dropdown-menu .dropdown-item { color: #11161d; background: #fff; }
.navbar .nav-item .dropdown-menu .dropdown-item:hover,
.navbar .nav-item .dropdown-menu .dropdown-item:focus,
.navbar .nav-item .dropdown-menu .dropdown-item.active { color: #11161d; background: #eef2f6; }
.navbar .nav-link:focus-visible, .navbar .dropdown-item:focus-visible { outline: 2px solid #0d6efd; outline-offset: -3px; }
.container-fluid:has(> .contact-shell) > .navbar:not([data-scrolled="true"]):not(.sticky-top) { background: #0b0f15; }
.utility-bar { position: relative; z-index: 1031; color: rgba(255,255,255,.78); background: #0c1118; }
.utility-bar .row { min-height: 42px; }
.utility-links { display: flex; gap: 2rem; font-size: .82rem; }
.utility-links span, .utility-language > a { color: rgba(255,255,255,.76); }
.utility-links i { margin-right: .45rem; color: #4e91ff; }
.utility-language > a:hover { color: #fff; }
.language-toggle { padding: 0; color: inherit; background: transparent; border: 0; }
.utility-language .language-toggle, .utility-language .language-current { color: rgba(255,255,255,.76); font-size: .9rem; }
.utility-language .language-toggle:hover { color: #fff; }
.mobile-header-actions { gap: .6rem; }
.mobile-language .language-toggle, .mobile-language .language-current { display: inline-flex; align-items: center; gap: .4rem; padding: .65rem .75rem; color: #1b3150; font-size: .78rem; font-weight: 600; }
.mobile-language .dropdown-toggle::after { margin-left: .15rem; }

.home-hero {
  position: relative;
  min-height: 720px;
  background-color: #000;
  background-image: linear-gradient(90deg, rgba(7, 9, 13, .05) 0%, rgba(7, 9, 13, .28) 42%, rgba(7, 9, 13, .92) 100%), url('/assets/hero/art-behind-technology.jpg');
  background-position: center center, center center;
  background-size: 100% 100%, auto 100%;
  background-repeat: no-repeat;
}
.home-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255,255,255,.2); }
.home-hero .carousel, .home-hero .carousel-inner, .home-hero .carousel-item { min-height: 720px; }
.hero-content { min-height: 720px; display: flex; align-items: center; justify-content: flex-end; padding-top: 100px; padding-bottom: 70px; }
.hero-copy { width: min(580px, 48%); color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.3); }
.hero-copy-enter { animation: heroCopyIn .8s cubic-bezier(.22,.61,.36,1) both; }
.hero-kicker, .section-kicker { display: inline-block; font-size: .76rem; font-weight: 700; letter-spacing: .2em; color: #0d6efd; margin-bottom: 1rem; }
.hero-kicker { color: #7fb0ff; }
.hero-copy :is(h1, h2) { color: #fff; font-size: var(--type-display); line-height: .98; letter-spacing: -.045em; margin-bottom: 1.5rem; text-transform: none; }
.hero-copy p { max-width: 570px; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.45vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.hero-text-link, .arrow-link { display: inline-flex; align-items: center; gap: .65rem; font-weight: 600; }
.hero-text-link { color: #fff; }
.hero-text-link:hover { color: #7fb0ff; }
.home-hero .carousel-indicators { left: auto; right: max(2rem, calc((100vw - 1320px)/2)); bottom: 32px; margin: 0; justify-content: flex-end; gap: .45rem; }
.home-hero .carousel-indicators button { width: 34px; height: 3px; border: 0; opacity: .35; }
.home-hero .carousel-indicators button.active { opacity: 1; background-color: #0d6efd; }
.home-hero .carousel-control-prev, .home-hero .carousel-control-next { width: 56px; height: 56px; top: auto; bottom: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; opacity: .85; }
.home-hero .carousel-control-prev { left: 28px; }
.home-hero .carousel-control-next { left: 94px; }

.home-ai-summary { position: relative; padding: clamp(3.5rem, 7vw, 6rem) 0; overflow: hidden; background: linear-gradient(120deg, #eef5ff 0%, #f7f9fc 56%, #e8f0fc 100%); border-bottom: 1px solid #dfe6ef; }
.home-ai-summary::after { content: ""; position: absolute; right: -8rem; top: -12rem; width: 28rem; height: 28rem; border: 1px solid rgba(7,85,206,.11); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(7,85,206,.035), 0 0 0 8rem rgba(7,85,206,.025); }
.home-ai-summary-panel { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 2rem 4rem; }
.home-ai-summary-copy { max-width: 820px; }
.home-ai-summary-copy h2 { max-width: 700px; margin: .45rem 0 1rem; color: #11161d; font-size: var(--type-h2); line-height: 1.08; letter-spacing: -.035em; }
.home-ai-summary-copy p { max-width: 770px; margin: 0; color: #4e5967; font-size: var(--type-lead); line-height: 1.75; }
.home-ai-summary-action { display: inline-flex; align-items: center; gap: .7rem; white-space: nowrap; box-shadow: 0 12px 26px rgba(7,85,206,.2); }

.home-partner-announcement { padding: clamp(2.5rem, 5vw, 4.5rem) 0 0; background: #fff; }
.home-partner-announcement-stack { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.home-partner-announcement-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .42fr); align-items: center; gap: clamp(2rem, 5vw, 5.5rem); height: 390px; padding: 5.5rem clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3.5rem); border: 1px solid #dce1e8; border-radius: 6px; background: linear-gradient(135deg, #fff 0%, #f7f9fc 100%); box-shadow: 0 16px 36px rgba(15,25,40,.06); }
.home-partner-announcement-north-west { grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); }
.home-partner-announcement-bell { position: absolute; top: 1.7rem; left: clamp(2rem, 4vw, 3.5rem); color: #0d6efd; font-size: 2.8rem; line-height: 1; }
.home-partner-announcement-copy { max-width: 820px; }
.home-partner-announcement-copy p { margin: 0; color: #242b35; font-size: var(--type-lead); line-height: 1.65; }
.home-partner-announcement-copy p + p { margin-top: .8rem; }
.home-partner-announcement-logo { display: flex; align-items: center; justify-content: center; min-height: 86px; }
.home-partner-announcement-logo img { display: block; width: min(100%, 250px); height: auto; max-height: 74px; object-fit: contain; }
.home-partner-announcement-mago4u .home-partner-announcement-logo img { width: min(100%, 275px); max-height: 81px; }
.home-partner-announcement-north-west .home-partner-announcement-logo img { width: min(100%, 230px); max-height: 119px; }

.section-space { padding: 110px 0; }
.bg-soft { background: #f4f6f9; }
.section-heading { max-width: 680px; font-size: var(--type-h2); line-height: 1.08; letter-spacing: -.035em; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.lead-copy { max-width: 790px; color: #555d69; font-size: var(--type-lead); line-height: 1.8; }
.arrow-link { color: #0d6efd; }

.capability-card { position: relative; display: block; min-height: 390px; padding: 3rem; border: 1px solid #dce1e8; border-radius: 6px; color: #16191f; background: #fff; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.capability-card:hover, .project-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(15,25,40,.11); }
.capability-card:focus-visible { outline: 3px solid #0d6efd; outline-offset: 4px; transform: translateY(-6px); box-shadow: 0 22px 50px rgba(15,25,40,.11); }
.capability-card-dark { color: #fff; background: #11151b; border-color: #11151b; }
.capability-card-dark :is(h2, h3), .capability-card-dark .arrow-link { color: #fff; }
.capability-card-dark p { color: rgba(255,255,255,.65); }
.capability-card-dark .section-kicker { color: rgba(255,255,255,.64); }
.capability-number { position: absolute; top: 2rem; right: 2rem; color: #9ba4b1; font-size: .8rem; letter-spacing: .16em; }
.capability-icon { color: #0d6efd; font-size: 2.8rem; margin-bottom: 4rem; }
.capability-card h2, .capability-card h3 { font-size: var(--type-h3); margin-bottom: 1rem; }
.capability-card p { max-width: 500px; font-size: 1.08rem; line-height: 1.75; }
.home-ai-capability-card p, .home-approach-capability-card p { max-width: none; font-size: 1rem; letter-spacing: -.01em; }
.home-ai-capability-card .capability-icon { color: #7caeff; }
.home-ai-capability-card .section-kicker, .home-approach-capability-card .section-kicker { display: block; margin-bottom: .8rem; }

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .capability-card { padding-right: 2rem; padding-left: 2rem; }
  .home-ai-capability-card p, .home-approach-capability-card p { font-size: .94rem; }
}

.project-card { display: block; height: 100%; padding: 1rem 1rem 1.75rem; border: 1px solid #e1e5eb; border-radius: 6px; color: #16191f; background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.project-image { display: block; height: auto; margin-bottom: 1.75rem; overflow: hidden; background: var(--media-surface); border: 1px solid var(--media-border); border-radius: var(--media-radius); box-shadow: 0 12px 30px rgba(16,24,40,.08); }
.project-image-dark { background: #080a0d; }
.project-image img { width: 100%; height: 100%; padding: clamp(.5rem, 1.4vw, 1rem); object-fit: contain; object-position: center; transition: transform .45s ease; }
.project-card:hover .project-image img { transform: scale(1.035); }
.project-card > span { color: #0d6efd; font-size: .7rem; font-weight: 700; letter-spacing: .18em; }
.project-card h3 { margin: .45rem 0; font-size: var(--type-h3); }
.project-card p { color: #666f7b; line-height: 1.65; }

.home-cta { padding: 0 0 110px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 4rem; color: #fff; background: #0755ce; border-radius: 7px; }
.cta-panel h2 { color: #fff; margin: 0; font-size: var(--type-h2); }

@keyframes heroCopyIn { from { opacity: 0; transform: translateX(52px); } to { opacity: 1; transform: translateX(0); } }

@media (min-width: 992px) {
  .navbar.navbar-expand-lg { min-height: 46px; padding-top: 0 !important; padding-bottom: 0 !important; }
  .navbar-light .navbar-nav .nav-link { padding: 8px 10px; }
  .sticky-top.navbar-light .navbar-nav .nav-link { padding: 7px 10px; }
  .navbar-light .navbar-nav .nav-link::before { background: #fff; }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus-visible,
  .navbar-light .navbar-nav .nav-link.active { color: #11161d !important; }
  .navbar-light .navbar-nav .nav-item.dropdown:hover > .nav-link,
  .navbar-light .navbar-nav .nav-item.dropdown:focus-within > .nav-link,
  .navbar-light .navbar-nav .nav-item.dropdown > .nav-link[aria-expanded="true"] {
    color: #11161d !important;
    background: #fff;
  }
  .navbar-light[data-scrolled="true"] .navbar-nav .nav-link::before,
  .sticky-top.navbar-light .navbar-nav .nav-link::before {
    background: #11161d;
  }
  .navbar-light[data-scrolled="true"] .navbar-nav .nav-link:hover,
  .navbar-light[data-scrolled="true"] .navbar-nav .nav-link:focus-visible,
  .sticky-top.navbar-light .navbar-nav .nav-link:hover,
  .sticky-top.navbar-light .navbar-nav .nav-link:focus-visible {
    color: #fff !important;
  }
  .navbar-light[data-scrolled="true"] .navbar-nav .nav-link.active,
  .sticky-top.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
    background: #11161d;
  }
  .navbar-light[data-scrolled="true"] .navbar-nav .nav-item.dropdown:hover > .nav-link,
  .navbar-light[data-scrolled="true"] .navbar-nav .nav-item.dropdown:focus-within > .nav-link,
  .navbar-light[data-scrolled="true"] .navbar-nav .nav-item.dropdown > .nav-link[aria-expanded="true"],
  .sticky-top.navbar-light .navbar-nav .nav-item.dropdown:hover > .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-item.dropdown:focus-within > .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-item.dropdown > .nav-link[aria-expanded="true"] {
    color: #fff !important;
    background: #11161d;
  }
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu.show { transform: rotateX(0deg); visibility: visible; opacity: 1; transition: opacity .18s ease; }
}

@media (max-width: 991.98px) {
  .navbar.navbar-expand-lg { position: sticky; top: 0; z-index: 1029; padding-top: .5rem !important; padding-bottom: .5rem !important; background: #0b0f15; }
  .navbar.navbar-expand-lg[data-scrolled="true"], .navbar.navbar-expand-lg.sticky-top { background: #fff; }
  .navbar-brand { width: 132px; height: 48px; }
  .navbar-light .navbar-brand .brand-logo { width: 132px; height: 48px; max-height: none; }
  .navbar.navbar-expand-lg .navbar-toggler { padding: 7px 14px; }
  .navbar:not([data-scrolled="true"]):not(.sticky-top) .mobile-language .language-toggle,
  .navbar:not([data-scrolled="true"]):not(.sticky-top) .mobile-language .language-current { color: #fff; }
  .navbar-light .navbar-collapse { margin-top: .5rem; padding: .35rem 1rem 1rem; background: #fff; }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus-visible,
  .navbar-light .navbar-nav .nav-link.active { color: #11161d !important; background: #fff; }
  .home-hero, .home-hero .carousel, .home-hero .carousel-inner, .home-hero .carousel-item, .hero-content { min-height: 680px; }
  .home-hero { background-position: center center, 38% center; }
  .home-hero::before { content: ""; position: absolute; inset: 0; background: rgba(5,7,10,.48); }
  .hero-content { position: relative; justify-content: flex-start; padding-top: 110px; }
  .hero-copy { width: min(680px, 88%); margin-left: auto; margin-right: auto; text-align: center; }
  .hero-actions { justify-content: center; }
  .section-space { padding: 80px 0; }
}

@media (max-width: 575.98px) {
  .home-intro .row.g-5, .site-footer .footer-main > .row.g-5 { --bs-gutter-x: 1.5rem; }
  .home-hero, .home-hero .carousel, .home-hero .carousel-inner, .home-hero .carousel-item, .hero-content { min-height: 660px; }
  .home-hero { background-position: center center, 34% center; }
  .hero-content { padding: 90px 22px 100px; }
  .hero-copy { width: 100%; }
  .hero-copy :is(h1, h2) { font-size: 3rem; }
  .hero-copy p { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 1rem; }
  .hero-actions .btn { width: 100%; }
  .home-hero .carousel-control-prev, .home-hero .carousel-control-next { display: none; }
  .home-hero .carousel-indicators { right: 0; left: 0; justify-content: center; }
  .home-partner-announcement { padding-top: 2rem; }
  .home-partner-announcement-stack { gap: 1.5rem; }
  .home-partner-announcement-panel, .home-partner-announcement-north-west { grid-template-columns: 1fr; gap: 1.75rem; height: auto; padding: 4.75rem 2rem 2rem; }
  .home-partner-announcement-bell { top: 1.5rem; left: 2rem; }
  .home-partner-announcement-logo { justify-content: flex-start; min-height: 0; }
  .home-partner-announcement-logo img { width: min(72%, 230px); max-height: none; }
  .home-partner-announcement-mago4u .home-partner-announcement-logo img { width: min(79.2%, 253px); }
  .home-partner-announcement-north-west .home-partner-announcement-logo img { width: min(72%, 220px); max-height: none; }
  .section-space { padding: 64px 0; }
  .section-heading-row, .cta-panel { align-items: flex-start; flex-direction: column; }
  .capability-card { min-height: 340px; padding: 2rem; }
  .capability-icon { margin-bottom: 3.5rem; }
  .cta-panel { padding: 2.25rem; }
  .cta-panel .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy-enter { animation: none; }
  .carousel-item { transition: none !important; }
}

.content-hero { position: relative; padding: 210px 0 110px; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(21,98,214,.28), transparent 34%), #0b0f15; overflow: hidden; }
.content-hero::after { content: ""; position: absolute; right: -10%; bottom: -65%; width: 600px; height: 600px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.content-hero-inner { position: relative; z-index: 1; }
.content-eyebrow { display: inline-block; margin-bottom: 1.25rem; color: #70a8ff; font-size: .75rem; font-weight: 700; letter-spacing: .2em; }
.content-hero h1 { max-width: 1000px; color: #fff; font-size: var(--type-h1); line-height: .98; letter-spacing: -.045em; }
.content-hero p { max-width: 800px; margin-top: 1.5rem; color: rgba(255,255,255,.72); font-size: var(--type-lead); line-height: 1.75; }
.translation-note { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.25rem; padding: .6rem 1rem; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .82rem; }
.content-shell { padding: 100px 0; background: #fff; }
.imported-content { max-width: 1120px; color: #303741; }
.imported-content > :first-child { margin-top: 0 !important; }
.imported-content :is(h1, h2, h3, h4, h5, h6) { color: #11161d; margin-top: 2.5rem; margin-bottom: 1rem; letter-spacing: -.02em; }
.imported-content :is(h1, h2) { font-size: var(--type-h2); line-height: 1.12; }
.imported-content h3 { font-size: var(--type-h3); line-height: 1.2; }
.imported-content h4 { font-size: var(--type-h4); line-height: 1.3; }
.imported-content h5 { font-size: 1.1rem; line-height: 1.4; }
.imported-content h6 { font-size: 1rem; line-height: 1.45; }
.imported-product-content :is(h1, h2) { font-size: clamp(1.75rem, 2vw, 2.25rem); line-height: 1.2; }
.imported-product-content h3 { font-size: clamp(1.35rem, 1.4vw, 1.6rem); line-height: 1.3; }
.imported-product-content h4 { font-size: clamp(1.15rem, 1vw, 1.3rem); line-height: 1.4; }
.imported-product-content :is(h5, h6) { font-size: 1rem; line-height: 1.5; }
.imported-content p, .imported-content li { font-size: var(--type-body); line-height: 1.8; }
.imported-content ul, .imported-content ol { padding-left: 1.4rem; }
.imported-content li { margin-bottom: .55rem; }
.imported-product-content li > span:first-child:has(> svg[aria-hidden="true"]) { display: none; }
.imported-product-content li > span:last-child { display: inline; }
.imported-content a { color: #075fd8; text-decoration: underline; text-underline-offset: .2em; }
.imported-content { overflow-wrap: anywhere; }
.imported-content img {
  display: block;
  width: auto;
  max-width: min(100%, 860px);
  max-height: min(72vh, 700px);
  height: auto;
  margin: clamp(2rem, 4vw, 3.5rem) auto;
  padding: clamp(.45rem, 1vw, .75rem);
  border: 1px solid var(--media-border);
  border-radius: var(--media-radius);
  background: var(--media-surface);
  box-shadow: var(--media-shadow);
  object-fit: contain;
  object-position: center;
}
.imported-product-content img {
  max-width: min(100%, 780px);
  max-height: min(70vh, 660px);
}
.imported-content figure { width: min(100%, 960px); margin: clamp(2rem, 4vw, 3.5rem) auto; }
.imported-content figure img { margin: 0 auto; }
.imported-content figcaption { max-width: 760px; margin: .85rem auto 0; color: #68717d; font-size: .9rem; line-height: 1.6; text-align: center; }
.imported-content iframe { display: block; width: 100%; max-width: 960px; aspect-ratio: 16 / 9; height: auto; margin: 2.5rem auto; border: 0; }
.imported-content :is(.alignwide, .alignfull) { max-width: 100%; margin-right: auto; margin-left: auto; }
.imported-content::after { content: ""; display: block; clear: both; }
.imported-content figure.content-principal-media {
  float: right;
  width: min(42%, 460px);
  max-width: 42%;
  margin: .75rem 0 2.5rem clamp(2rem, 4vw, 3rem);
}
.imported-content figure.content-principal-media .content-principal-image { width: 100%; max-width: none; max-height: none; margin: 0; }
.imported-content figure.about-content-media {
  float: right;
  width: min(58%, 680px);
  max-width: 58%;
  margin: .75rem 0 2.5rem clamp(2rem, 4vw, 3rem);
}
.imported-content figure.about-content-media .content-principal-image { width: 100%; max-width: none; max-height: none; margin: 0; }
.content-media-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); clear: both; margin-top: clamp(2rem, 4vw, 3.5rem); }
.content-media-gallery figure { width: 100%; margin: 0; }
.content-media-gallery figure img { width: 100%; max-width: none; max-height: 520px; margin: 0; }

@media (min-width: 768px) {
  .imported-product-content > img:has(+ img),
  .imported-product-content > img + img {
    display: inline-block;
    width: calc(50% - .8rem);
    max-width: calc(50% - .8rem);
    height: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    vertical-align: top;
  }
  .imported-product-content > img:has(+ img) { margin-right: 1.25rem; }
  .imported-content :is(img.alignleft, figure.alignleft) { float: left; max-width: 46%; margin: .5rem 2.25rem 1.5rem 0; }
  .imported-content :is(img.alignright, figure.alignright) { float: right; max-width: 46%; margin: .5rem 0 1.5rem 2.25rem; }
}

.content-page-custom-solutions { max-width: 1200px; }
.custom-solutions-composition { display: grid; gap: clamp(3.5rem, 7vw, 6.5rem); }
.custom-solutions-intro,
.custom-solutions-detail { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.custom-solutions-intro-copy,
.custom-solutions-detail-copy { min-width: 0; }
.custom-solutions-intro-copy > :first-child,
.custom-solutions-detail-copy > :first-child { margin-top: 0; }
.custom-solutions-support-media { width: 100%; max-width: 430px; margin: 0; justify-self: end; }
.custom-solutions-support-media img { display: block; width: 100%; max-width: none; max-height: none; margin: 0; }
.custom-solutions-support-media-primary { align-self: center; }
.custom-wide-content-media { width: 100%; max-width: 1080px; margin: 0 auto; }
.custom-wide-content-media img { display: block; width: 100%; max-width: none; max-height: none; margin: 0; }
.custom-solutions-detail { align-items: start; }
.custom-solutions-support-stack { display: grid; gap: 1.5rem; padding-top: clamp(.5rem, 2vw, 2rem); }
.custom-solutions-detail-copy > :last-child { margin-bottom: 0; }

@media (max-width: 767.98px) {
  .custom-solutions-composition { gap: 3.25rem; }
  .custom-solutions-intro,
  .custom-solutions-detail { grid-template-columns: 1fr; gap: 2rem; }
  .custom-solutions-support-media { max-width: min(100%, 440px); justify-self: center; }
  .custom-solutions-support-stack { padding-top: 0; }
}

@media (min-width: 768px) {
  .imported-content figure.principal-product-media {
    float: right;
    width: min(43%, 472px);
    max-width: 43%;
    margin: .75rem 0 2.5rem clamp(2rem, 4vw, 3rem);
  }
}

@media (max-width: 767.98px) {
  .imported-content figure.content-principal-media { float: none; width: 100%; max-width: 100%; margin: 2rem auto; }
  .imported-content figure.about-content-media { float: none; width: 100%; max-width: 100%; margin: 2rem auto; }
  .content-media-gallery { grid-template-columns: 1fr; }
  .imported-content figure.principal-product-media {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 2rem auto;
  }
}
.imported-content figure.principal-product-media .principal-product-image {
  width: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  margin: 0;
  object-fit: contain;
}
.imported-content table { width: 100%; margin: 2rem 0; border-collapse: collapse; }
.imported-content th, .imported-content td { padding: 1rem; border: 1px solid #dfe4eb; }
.content-contact { padding: 0 0 100px; }
.content-contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 4rem; color: #fff; background: #0755ce; border-radius: 7px; }
.content-contact-panel h2 { color: #fff; font-size: var(--type-h2); margin-bottom: .65rem; }
.content-contact-panel p { margin: 0; color: rgba(255,255,255,.72); font-size: 1.05rem; }

.contact-page { background: #f4f6f9; }
.contact-direct { display: grid; grid-template-columns: minmax(220px, .65fr) 1.35fr; gap: 4rem; padding-bottom: 100px; }
.contact-direct-actions { display: grid; border-top: 1px solid #cfd6df; }
.contact-direct-actions a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .35rem 2rem; padding: 1.75rem 0; color: #151a21; border-bottom: 1px solid #cfd6df; }
.contact-direct-actions a > span { color: #66707c; font-size: .85rem; }
.contact-direct-actions a > span i { width: 24px; color: #075fd8; }
.contact-direct-actions a strong { grid-row: 1 / 3; grid-column: 1; padding-left: 28px; font-size: clamp(1.25rem, 2.2vw, 1.8rem); }
.contact-direct-actions a > i { grid-row: 1 / 3; grid-column: 2; color: #075fd8; transition: transform .25s ease; }
.contact-direct-actions a:hover > i { transform: translateX(6px); }
.contact-offices { padding-top: 90px; border-top: 1px solid #d5dbe3; }
.office-card { height: 100%; min-height: 330px; padding: 2.25rem; color: #fff; background: #10151c; border-radius: 5px; }
.office-card > span { color: #6fa7ff; font-size: .7rem; font-weight: 700; letter-spacing: .18em; }
.office-card h3 { margin: 3.5rem 0 1.25rem; color: #fff; font-size: 1.8rem; }
.office-card p { min-height: 78px; color: rgba(255,255,255,.62); line-height: 1.7; }
.office-card a { color: #fff; font-weight: 600; }
.office-card a:hover { color: #6fa7ff; }

.site-footer { color: rgba(255,255,255,.66); background: #090d12; }
.footer-main { padding-top: 90px; padding-bottom: 80px; }
.footer-logo { position: relative; display: block; width: 190px; height: 80px; margin-bottom: 1.5rem; }
.footer-logo img { position: absolute; inset: 0; width: 190px; height: 80px; object-fit: contain; object-position: left center; }
.footer-statement { color: #fff; font-size: 1.4rem; font-weight: 600; }
.footer-intro { max-width: 360px; line-height: 1.75; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: .04em; margin-bottom: 1.5rem; }
.footer-nav { display: flex; flex-direction: column; gap: .8rem; }
.footer-nav a, .office-list a { color: rgba(255,255,255,.62); }
.footer-nav a:hover, .office-list a:hover { color: #5b99ff; }
.office-list { display: grid; gap: 1.35rem; }
.office-list div { display: grid; grid-template-columns: 82px 1fr; gap: .15rem 1rem; font-size: .85rem; }
.office-list strong { grid-row: 1 / 3; color: #fff; }
.office-list span { line-height: 1.5; }
.office-list a { grid-column: 2; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; padding-bottom: 1.5rem; font-size: .8rem; }

@media (max-width: 767.98px) {
  .content-hero { padding: 150px 0 75px; }
  .content-shell { padding: 65px 0; }
  .content-contact { padding-bottom: 65px; }
  .content-contact-panel { align-items: flex-start; flex-direction: column; padding: 2.25rem; }
  .content-contact-panel .btn { width: 100%; }
  .contact-direct { grid-template-columns: 1fr; gap: 1.5rem; padding-bottom: 65px; }
  .contact-direct-actions a { grid-template-columns: 1fr auto; }
  .contact-offices { padding-top: 60px; }
  .office-card { min-height: 285px; }
  .footer-main { padding-top: 65px; padding-bottom: 55px; }
  .office-list div { grid-template-columns: 76px 1fr; }
  .footer-bottom .container { flex-direction: column; }
}
.content-shell-narrow {
  max-width: 900px;
}

.ai-solutions-page { padding: clamp(7rem, 10vw, 9rem) 0 clamp(5rem, 9vw, 8rem); overflow: hidden; background: linear-gradient(180deg, #0b0f15 0, #0b0f15 56px, #f6f8fb 56px, #f6f8fb 26rem, #fff 26rem); }
.ai-solutions-content { max-width: 1220px; }
.ai-solutions-heading { max-width: 930px; margin: 0 auto clamp(2.75rem, 5vw, 4.5rem); text-align: center; }
.ai-solutions-heading h1 { max-width: 880px; margin: 0 auto; color: #101820; font-size: var(--type-h1); line-height: 1.08; letter-spacing: -.04em; }
.ai-solutions-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(1.6rem, 3vw, 2.6rem); background: #111821; border-radius: 10px; box-shadow: 0 24px 60px rgba(15,24,35,.14); }
.ai-solutions-intro-copy { padding: clamp(.75rem, 2vw, 2rem); }
.ai-solutions-intro-copy p { max-width: 620px; margin: 0; color: rgba(255,255,255,.8); font-size: clamp(1.15rem, 1.65vw, 1.45rem); line-height: 1.72; }
.ai-solutions-image { width: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: #080b0f; box-shadow: 0 16px 32px rgba(0,0,0,.22); }
.ai-solutions-image img { display: block; width: 100%; max-width: none; height: 100%; max-height: none; min-height: 340px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; object-fit: cover; object-position: 32% center; }
.ai-solutions-body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2.4vw, 1.6rem); margin-top: clamp(3.5rem, 7vw, 6.5rem); }
.ai-solutions-body > section { display: flex; flex-direction: column; min-width: 0; padding: clamp(1.7rem, 3vw, 2.7rem); border: 1px solid #dfe5ed; border-radius: 8px; background: #fff; box-shadow: 0 12px 28px rgba(21,31,45,.055); }
.ai-solutions-body > section h2 { margin: 0 0 1rem; color: #121922; font-size: clamp(1.38rem, 2.1vw, 1.85rem); line-height: 1.16; letter-spacing: -.025em; }
.ai-solutions-body > section p { margin: 0; color: #53606e; line-height: 1.78; }
.ai-solutions-body > section:nth-child(5), .ai-solutions-body > section:nth-child(6), .ai-solutions-body > section:nth-child(7), .ai-solutions-body > section:nth-child(8) { grid-column: 1 / -1; }
.ai-solutions-body > section:nth-child(6) { background: #101820; border-color: #101820; }
.ai-solutions-body > section:nth-child(6) h2 { color: #fff; }
.ai-solutions-body > section:nth-child(6) p { max-width: 960px; color: rgba(255,255,255,.76); }
.ai-solutions-body > section:nth-child(7) { border-left: 4px solid #0755ce; }
.ai-solutions-body > section:nth-child(8) { background: #0755ce; border-color: #0755ce; }
.ai-solutions-body > section:nth-child(8) h2 { color: #fff; }
.ai-solutions-body > section:nth-child(8) p { color: rgba(255,255,255,.8); }
.ai-solutions-body > section:nth-child(8) p + p { margin-top: 1.5rem; }
.ai-solutions-body > section:nth-child(8) a { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.35rem; color: #0f55c5; border-radius: 999px; background: #fff; font-weight: 700; text-decoration: none; }

@media (max-width: 767.98px) {
  .home-ai-summary-panel { grid-template-columns: 1fr; align-items: start; gap: 1.75rem; }
  .home-ai-summary-action { width: 100%; justify-content: center; white-space: normal; }
  .ai-solutions-page { padding-top: 3.75rem; background: #f6f8fb; }
  .ai-solutions-heading { margin-bottom: 2.5rem; text-align: left; }
  .ai-solutions-heading h1 { font-size: var(--type-h1); }
  .ai-solutions-intro, .ai-solutions-body { grid-template-columns: 1fr; }
  .ai-solutions-intro { gap: 1.5rem; padding: 1rem; }
  .ai-solutions-intro-copy { padding: 1.2rem 1rem .7rem; }
  .ai-solutions-image img { min-height: 250px; }
  .ai-solutions-body { margin-top: 3rem; }
  .ai-solutions-body > section:nth-child(n) { grid-column: auto; }
}
