:root {
  --navy: #002542;
  --navy-2: #06395f;
  --navy-3: #0b4c78;
  --orange: #f07c00;
  --orange-dark: #cc6500;
  --ink: #1d2736;
  --muted: #5e6878;
  --line: #dfe4eb;
  --surface: #f5f7fa;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0, 37, 66, .13);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1rem/1.65 Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--orange); color: #fff; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

h1, h2, h3 { margin: 0; font-family: Manrope, Arial, sans-serif; color: var(--navy); letter-spacing: -.035em; line-height: 1.12; }
h1 { font-size: clamp(2.55rem, 5vw, 4.75rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
h3 { font-size: 1.25rem; }
p { margin: 0; }
.eyebrow { margin-bottom: 18px; color: var(--orange); font-size: .78rem; line-height: 1.3; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { margin: 0 5px; }
.eyebrow.light { color: #ff9958; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid var(--orange); border-radius: 9px; background: var(--orange); color: #fff; font-weight: 700; line-height: 1.15; cursor: pointer; transition: .2s ease; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(240, 124, 0, .38); outline-offset: 3px; }
.button-secondary { background: transparent; border-color: rgba(255,255,255,.32); color: #fff; }
.button-secondary:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.button-small { min-height: 44px; padding: 10px 18px; }
.text-link { position: relative; display: inline-flex; gap: 10px; align-items: center; margin-top: 28px; padding-bottom: 4px; color: var(--orange); font-weight: 700; }
.text-link::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--orange); transition: right .2s ease; }
.text-link:hover::after, .text-link:focus-visible::after { right: 0; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,37,66,.08); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; min-height: 88px; gap: 26px; }
.brand { flex: 0 0 auto; width: 235px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 30px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 31px 0; color: var(--navy); font-size: .92rem; font-weight: 650; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--orange); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-quote { flex: 0 0 auto; background: var(--navy); border-color: var(--navy); color: #fff; }
.header-quote:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.menu-toggle, .mobile-call, .mobile-menu { display: none; }

.hero { position: relative; display: flex; min-height: 660px; overflow: hidden; align-items: center; padding: 82px 0 74px; background: #002542; color: #fff; isolation: isolate; }
.hero::before { content: ''; position: absolute; z-index: 4; left: 0; top: 0; width: 5px; height: 100%; background: var(--orange); }
.hero::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #002542 0%, rgba(0,37,66,.98) 31%, rgba(0,37,66,.82) 48%, rgba(0,37,66,.18) 76%, rgba(0,37,66,.04) 100%); pointer-events: none; }
.hero-grid { position: relative; z-index: 3; }
.hero-copy { max-width: 690px; }
.hero h1 { max-width: 680px; color: #fff; font-size: clamp(3rem, 4.15vw, 3.8rem); line-height: 1.06; }
.hero-lead { max-width: 670px; margin-top: 26px; color: rgba(255,255,255,.79); font-size: 1.04rem; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-actions .button { min-width: 230px; justify-content: space-between; gap: 24px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; background: transparent; color: #fff; font-size: .9rem; }
.hero-actions .button::after { content: '→'; flex: 0 0 auto; font-size: 1.05rem; font-weight: 400; transition: transform .2s ease; }
.hero-actions .button:hover { border-color: var(--orange); background: var(--orange); color: #fff; }
.hero-actions .button:hover::after { transform: translateX(3px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px 0; margin: 30px 0 0; padding: 21px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 650; line-height: 1.4; }
.hero-proof li { display: inline-flex; align-items: center; white-space: nowrap; }
.hero-proof li:not(:last-child)::after { content: '•'; margin: 0 12px; color: var(--orange); }
.hero-visual { position: absolute; z-index: 0; inset: 0 0 0 auto; width: min(70vw, 1260px); }
.hero-visual picture, .hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-visual img { object-fit: cover; object-position: 60% center; }
.hero-visual::after { content: ''; position: absolute; z-index: 1; inset: auto 0 0; height: 34%; background: linear-gradient(0deg, rgba(0,19,34,.58), transparent); pointer-events: none; }
.trust-strip { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { position: relative; display: grid; min-height: 138px; align-content: start; padding: 28px 30px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { position: absolute; left: 20px; top: 30px; color: var(--orange); font: 800 .68rem Manrope, sans-serif; }
.trust-grid strong { color: var(--navy); font: 700 .98rem Manrope, sans-serif; }
.trust-grid small { margin-top: 7px; color: var(--muted); font-size: .76rem; line-height: 1.45; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading > p { color: var(--muted); }
.section-heading.compact-heading { align-items: center; }
.section-offer { background: var(--surface); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; min-height: 350px; flex-direction: column; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--orange); transform: scaleX(0); transform-origin: center; transition: transform .28s ease; pointer-events: none; }
.service-card:hover { border-color: var(--line); box-shadow: 0 18px 55px rgba(0,37,66,.1); transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.card-number { position: absolute; right: 22px; top: 20px; color: #d8dde5; font: 800 2.7rem Manrope, sans-serif; letter-spacing: -.06em; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 42px; border-radius: 12px; background: rgba(240,124,0,.1); color: var(--orange); }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 260px; font-size: 1.35rem; }
.service-card p { margin-top: 15px; color: var(--muted); font-size: .91rem; line-height: 1.7; }
.service-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 26px; color: var(--navy); font-size: .88rem; font-weight: 750; }
.service-card > a span { color: var(--orange); font-size: 1.25rem; transition: transform .2s ease; }
.service-card > a:hover span { transform: translateX(4px); }
.service-card-status { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 26px; color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.service-card-status span { color: var(--orange); font-size: 1.1rem; }
.service-crosscut { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 28px; margin-top: 18px; padding: 24px 28px; border-left: 4px solid var(--orange); background: var(--navy); color: #fff; }
.service-crosscut > span { color: #ff9958; font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-crosscut p { font: 650 .92rem/1.6 Manrope, sans-serif; }
.service-crosscut i { margin: 0 9px; color: var(--orange); font-style: normal; }
.service-crosscut a { position: relative; display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; color: #fff; font-size: .84rem; font-weight: 750; }
.service-crosscut a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--orange); transition: right .2s ease; }
.service-crosscut a:hover::after { right: 0; }
.service-crosscut a span { color: var(--orange); font-size: 1.2rem; }

.audience-section { padding: 84px 0; background: #fff; }
.audience-grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(500px, 1.2fr); gap: 90px; }
.audience-intro { position: sticky; top: 128px; align-self: start; }
.audience-intro > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); font-size: 1.02rem; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list article { padding: 21px 0; border-bottom: 1px solid var(--line); }
.audience-list h3 { font-size: 1.12rem; }
.audience-list p { max-width: 720px; margin-top: 7px; color: var(--muted); font-size: .91rem; line-height: 1.58; }

.projects-section { background: var(--surface); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { display: flex; min-height: 390px; flex-direction: column; justify-content: space-between; padding: 30px; border-radius: var(--radius); transition: transform .28s ease, box-shadow .28s ease; }
.project-card:hover { box-shadow: 0 18px 55px rgba(0,37,66,.12); transform: translateY(-4px); }
.project-card::after { content: ''; display: block; flex: 0 0 1.2rem; }
.project-card h3 { max-width: 310px; font-size: 1.65rem; }
.project-card p { margin-top: 14px; font-size: .84rem; line-height: 1.65; }
.project-tag { align-self: start; padding: 7px 10px; border: 1px solid currentColor; border-radius: 100px; font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.project-status { font-size: .72rem; font-weight: 650; opacity: .72; }
.project-dark { background: var(--navy); color: #fff; }
.project-dark h3 { color: #fff; }
.project-dark p { color: rgba(255,255,255,.65); }
.project-orange { background: var(--orange); color: #fff; }
.project-orange h3, .project-orange p { color: #fff; }
.project-light { border: 1px solid #d5dbe4; background: #fff; color: var(--navy); }
.project-light p { color: var(--muted); }
.project-note { margin-top: 18px; color: var(--muted); font-size: .75rem; }

.technologies-section { overflow: hidden; padding: 58px 0 46px; border-top: 1px solid var(--line); background: #f1f4f7; }
.technologies-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); align-items: end; gap: 72px; margin-bottom: 24px; }
.technologies-title { position: relative; }
.technologies-title::after { content: none; }
.technologies-kicker { display: block; margin-bottom: 9px; color: var(--orange); font: 800 .68rem/1.25 Manrope, sans-serif; letter-spacing: .14em; text-transform: uppercase; transform: translateY(-5px); }
.technologies-heading h2 { max-width: 560px; font-size: clamp(2.2rem, 3vw, 2.75rem); line-height: 1.08; }
.technologies-heading p { max-width: 650px; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.technology-groups { overflow: hidden; padding: 0 28px; border: 1px solid rgba(0,37,66,.10); border-radius: 16px; background: #fff; box-shadow: 0 18px 55px rgba(0,37,66,.075); }
.technology-group { display: grid; grid-template-columns: 250px 1fr; gap: 36px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(0,37,66,.075); }
.technology-group:last-child { border-bottom: 0; }
.technology-group header { display: grid; grid-template-columns: 22px minmax(0, 1fr); column-gap: 10px; row-gap: 5px; align-items: start; }
.technology-group header::before { content: ''; width: 20px; height: 2px; margin-top: .66em; border-radius: 999px; background: var(--orange); }
.technology-group header span { display: none; }
.technology-group h3 { grid-column: 2; max-width: 190px; font-size: 1rem; font-weight: 750; line-height: 1.28; letter-spacing: -.01em; color: rgba(0,37,66,.82); }
.technology-descriptor { grid-column: 2; margin: 0; color: rgba(29,39,54,.70); font: 700 .56rem/1.4 Manrope, sans-serif; letter-spacing: .065em; text-transform: uppercase; white-space: nowrap; }
.logo-slots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.logo-slot { display: grid; min-height: 80px; place-items: center; border: 1px solid rgba(0,37,66,.075); background: rgba(255,255,255,.64); }
.logo-slot > span { display: flex; align-items: center; gap: 10px; color: #98a2af; }
.logo-slot i { position: relative; display: block; width: 24px; height: 24px; border: 1px solid #adb6c2; }
.logo-slot i::before { content: ''; position: absolute; left: 5px; top: 5px; width: 5px; height: 12px; background: #c7ced7; }
.logo-slot i::after { content: ''; position: absolute; right: 4px; bottom: 5px; width: 7px; height: 7px; border: 2px solid #adb6c2; }
.logo-slot b { font: 750 .68rem/1 Manrope, sans-serif; letter-spacing: .13em; text-transform: uppercase; }

.technology-group-featured { padding: 10px 0; }
.technology-marquee { position: relative; min-width: 0; overflow: hidden; padding: 4px 0; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%); }
.technology-marquee-track { display: flex; width: max-content; align-items: center; }
@media (hover: hover) and (pointer: fine) {
  .technology-marquee:hover .technology-logo-set { animation-play-state: paused; }
}
.technology-logo-set { display: flex; width: 950px; flex: 0 0 950px; align-items: center; animation: technology-logo-marquee 28.22s linear infinite; will-change: transform; backface-visibility: hidden; transform: translate3d(0,0,0); }
.technology-logo-set-av { width: 1520px; flex-basis: 1520px; animation-duration: 45.15s; }
.technology-logo-set-tele { width: 1140px; flex-basis: 1140px; animation-duration: 33.86s; }
.technology-groups > .technology-group:nth-child(3),
.technology-groups > .technology-group:nth-child(4) { padding: 10px 0; }
.technology-logo-link { position: relative; display: grid; width: 190px; height: 78px; flex: 0 0 190px; place-items: center; padding: 12px 26px; border-radius: 10px; background: transparent; transition: background-color .24s ease, transform .24s ease; }
.technology-logo-link::after { content: ''; position: absolute; left: 28px; right: 28px; bottom: 5px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left center; transition: transform .24s ease; }
.technology-logo-link img, .technology-logo-link svg { display: block; width: auto; height: auto; max-width: 138px; max-height: 44px; object-fit: contain; mix-blend-mode: multiply; filter: grayscale(1) contrast(.72); opacity: .56; transform: translateZ(0); transition: filter .24s ease, opacity .24s ease, transform .24s ease; }
.technology-logo-link:hover, .technology-logo-link:focus-visible { background: rgba(255,255,255,.68); transform: translateY(-1px); }
.technology-logo-link:hover::after, .technology-logo-link:focus-visible::after { transform: scaleX(1); }
.technology-logo-link:hover img, .technology-logo-link:focus-visible img, .technology-logo-link:hover svg, .technology-logo-link:focus-visible svg { filter: grayscale(0) contrast(1); opacity: 1; transform: scale(1.04); }
.technology-logo-link:focus-visible { outline: 2px solid var(--orange); outline-offset: -2px; }
.technology-logo-hager img { max-width: 126px; max-height: 42px; }
.technology-logo-eaton img { max-width: 128px; max-height: 42px; }
.technology-logo-schneider-electric img { width: 138px; height: auto; max-width: 138px; max-height: 42px; mix-blend-mode: multiply; }
.technology-logo-abb img { max-width: 98px; max-height: 44px; }
.technology-logo-eti img { max-width: 98px; max-height: 44px; }
.technology-logo-ampio img { max-width: 132px; max-height: 40px; }
.technology-logo-knx-partner img { width: 50px; max-width: 50px; max-height: 50px; }
.technology-logo-gira img { max-width: 116px; max-height: 40px; }
.technology-logo-wago img { width: 112px; max-width: 112px; max-height: 40px; }
.technology-logo-ff img { max-width: 116px; max-height: 40px; }
.technology-logo-control4 img { max-width: 132px; max-height: 36px; }
.technology-logo-basalte-home img { width: 134px; height: 44px; max-width: 134px; max-height: 44px; object-fit: cover; object-position: center; }
.technology-logo-sonance img { width: 138px; height: 44px; max-width: 138px; max-height: 44px; object-fit: cover; object-position: center; }
.technology-logo-jvc img { max-width: 104px; max-height: 42px; }
.technology-logo-bose img { max-width: 128px; max-height: 30px; }
.technology-logo-sonos img { max-width: 126px; max-height: 34px; }
.technology-logo-yamaha img { max-width: 132px; max-height: 34px; }
.technology-logo-focal img { max-width: 126px; max-height: 34px; }
.technology-logo-satel img { width: 126px; height: 40px; max-width: 126px; max-height: 40px; object-fit: cover; object-position: center; }
.technology-logo-jablotron img { width: 138px; height: 40px; max-width: 138px; max-height: 40px; object-fit: cover; object-position: center; }
.technology-logo-ubiquiti img { max-width: 134px; max-height: 40px; }
.technology-logo-cisco img { max-width: 106px; max-height: 46px; }
.technology-logo-hikvision img { max-width: 136px; max-height: 36px; }
.technology-logo-dahua img { width: 138px; height: 44px; max-width: 138px; max-height: 44px; object-fit: cover; object-position: center; }

@keyframes technology-logo-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-100%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .technology-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .technology-logo-set { animation: none; }
  .technology-logo-set[aria-hidden="true"] { display: none; }
}

@media (max-width: 620px) {
  .technology-group-featured { gap: 12px; padding: 20px 0 24px; }
  .technology-marquee { margin-right: -14px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
  .technology-logo-set { width: 750px; flex: 0 0 750px; animation: technology-logo-marquee 22.3s linear infinite; }
  .technology-logo-set-av { width: 1200px; flex-basis: 1200px; animation-duration: 35.7s; }
  .technology-logo-set-tele { width: 900px; flex-basis: 900px; animation-duration: 26.7s; }
  .technology-logo-set[aria-hidden="true"] { display: flex; }
  .technology-logo-link { width: 150px; height: 82px; flex-basis: 150px; padding: 16px 18px; }
  .technology-logo-link::after { left: 20px; right: 20px; bottom: 5px; }
  .technology-logo-link img, .technology-logo-link svg { max-width: 118px; max-height: 38px; }
  .technology-logo-hager img { max-width: 108px; max-height: 36px; }
  .technology-logo-eaton img { max-width: 108px; max-height: 36px; }
  .technology-logo-schneider-electric img { width: 116px; height: auto; max-width: 116px; max-height: 36px; }
  .technology-logo-abb img { max-width: 84px; }
  .technology-logo-eti img { max-width: 84px; }
  .technology-logo-ampio img { max-width: 112px; max-height: 34px; }
  .technology-logo-knx-partner img { width: 42px; max-width: 42px; max-height: 42px; }
  .technology-logo-gira img { max-width: 98px; max-height: 34px; }
  .technology-logo-wago img { width: 96px; max-width: 96px; max-height: 34px; }
  .technology-logo-ff img { max-width: 98px; max-height: 34px; }
  .technology-logo-control4 img { max-width: 110px; max-height: 32px; }
  .technology-logo-basalte-home img { width: 112px; height: 36px; max-width: 112px; max-height: 36px; object-fit: cover; object-position: center; }
  .technology-logo-sonance img { width: 116px; height: 36px; max-width: 116px; max-height: 36px; object-fit: cover; object-position: center; }
  .technology-logo-jvc img { max-width: 90px; max-height: 36px; }
  .technology-logo-bose img { max-width: 108px; max-height: 26px; }
  .technology-logo-sonos img { max-width: 108px; max-height: 30px; }
  .technology-logo-yamaha img { max-width: 112px; max-height: 30px; }
  .technology-logo-focal img { max-width: 106px; max-height: 30px; }
  .technology-logo-satel img { width: 108px; height: 34px; max-width: 108px; max-height: 34px; object-fit: cover; object-position: center; }
  .technology-logo-jablotron img { width: 116px; height: 34px; max-width: 116px; max-height: 34px; object-fit: cover; object-position: center; }
  .technology-logo-ubiquiti img { max-width: 112px; max-height: 34px; }
  .technology-logo-cisco img { max-width: 92px; max-height: 40px; }
  .technology-logo-hikvision img { max-width: 116px; max-height: 32px; }
  .technology-logo-dahua img { width: 116px; height: 36px; max-width: 116px; max-height: 36px; object-fit: cover; object-position: center; }
}

@media (max-width: 620px) and (prefers-reduced-motion: reduce) {
  .technology-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .technology-logo-set { animation: none; }
  .technology-logo-set[aria-hidden="true"] { display: none; }
}
.certificates-preview { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: center; margin-top: 38px; padding: 30px; border-left: 4px solid var(--orange); background: linear-gradient(120deg, var(--navy), var(--navy-2)); color: #fff; }
.certificates-copy > span { display: block; margin-bottom: 7px; color: #ff9958; font: 800 .67rem/1.3 Manrope, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.certificates-copy h3 { color: #fff; font-size: 1.08rem; letter-spacing: -.02em; }
.certificates-copy p { margin-top: 9px; color: rgba(255,255,255,.63); font-size: .78rem; line-height: 1.55; }
.certificate-slots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.certificate-slots > div { display: flex; min-height: 72px; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.04); color: rgba(255,255,255,.56); }
.certificate-slots span { display: block; width: 20px; height: 24px; border: 1px solid rgba(255,255,255,.38); border-radius: 2px; }
.certificate-slots small { font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.knowledge-section { background: var(--surface); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-grid article { display: flex; min-height: 270px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.article-grid article > span { color: var(--orange); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.article-grid h3 { margin-top: 28px; font-size: 1.25rem; line-height: 1.35; }
.article-grid a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; color: var(--navy); font-size: .84rem; font-weight: 750; }
.article-grid a span { color: var(--orange); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro > p:last-child { margin-top: 20px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; color: var(--navy); font: 700 1rem/1.45 Manrope, sans-serif; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ''; position: absolute; right: 5px; top: 33px; width: 16px; height: 2px; background: var(--orange); transition: .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { padding: 0 48px 24px 0; color: var(--muted); font-size: .91rem; }

.quote-section { padding: 88px 0; background: var(--navy); color: #fff; }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.quote-copy { position: sticky; top: 112px; }
body.admin-bar .ibx-root .quote-copy { top: 144px; }
.quote-copy h1, .quote-copy h2 { color: #fff; }
.quote-copy .quote-title { max-width: none; font-size: clamp(1.55rem, 1.85vw, 1.95rem); line-height: 1.08; letter-spacing: -.03em; }
.quote-title span { display: block; }
.quote-copy > p:not(.eyebrow) { margin-top: 24px; color: rgba(255,255,255,.66); font-size: .83rem; line-height: 1.55; }
.quote-resource { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.quote-resource-kicker { display: block; margin-bottom: 9px; color: #ff9958; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quote-resource h2 { max-width: 360px; color: #fff; font-family: Inter, Arial, sans-serif; font-size: 1.02rem; font-weight: 700; letter-spacing: -.01em; line-height: 1.35; }
.quote-resource p { max-width: 430px; margin-top: 9px; color: rgba(255,255,255,.66); font-size: .83rem; line-height: 1.55; }
.quote-resource-link { position: relative; display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; padding-bottom: 5px; color: #fff; font-size: .8rem; font-weight: 700; transition: color .22s ease; }
.quote-resource-link::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left center; transition: transform .24s ease; }
.quote-resource-link:hover { color: var(--orange); }
.quote-resource-link:hover::after { transform: scaleX(1); }
.quote-resource-link.is-disabled { cursor: default; opacity: 1; }
.quote-resource-link > span { color: inherit; font-size: 1rem; transition: color .22s ease; }
.quote-form { padding: 34px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.quote-form form, .quote-form .kb-advanced-form { display: grid; gap: 14px; }
.quote-form .wp-block-kadence-rowlayout, .quote-form .kt-row-column-wrap { margin: 0; }
.quote-form .kt-row-column-wrap { gap: 14px; }
.quote-form .kb-row-layout-wrap > .kt-row-column-wrap { column-gap: 14px !important; row-gap: 14px !important; }
.quote-form label { color: var(--navy); font-size: .76rem; font-weight: 700; }
.quote-form input:not([type="checkbox"]):not([type="file"]), .quote-form select, .quote-form textarea { width: 100%; min-height: 44px; border: 1px solid #cad1dc; border-radius: 8px; background: #fff; color: var(--ink); padding: 9px 11px; }
.quote-form textarea { min-height: 104px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); }
.quote-form input[type="checkbox"] { width: 18px; min-height: 18px; accent-color: var(--orange); }
.quote-form input[type="file"] { width: 100%; color: var(--muted); font-size: .78rem; }
.quote-form button[type="submit"] { width: 100%; min-height: 46px; border: 2px solid var(--orange); border-radius: 9px; background: var(--orange); color: #fff; font-weight: 700; cursor: pointer; transition: .2s ease; }
.quote-form button[type="submit"]:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.quote-form a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 2px; }
.quote-form .quote-privacy-note { margin: 2px 0 0; padding-top: 2px; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.quote-form .quote-privacy-note strong { color: rgba(0,37,66,.82); font-weight: 700; }
.quote-form .kb-form-help-text { color: var(--muted); font-size: .72rem; }

.site-footer { padding: 30px 0 12px; background: #040e20; color: rgba(255,255,255,.64); }
.footer-grid { display: grid; grid-template-columns: minmax(320px, .92fr) minmax(520px, 1.08fr); gap: 36px; align-items: start; }
.footer-brand { max-width: 390px; }
.footer-logo { display: inline-flex; width: 220px; padding: 0; border-radius: 0; background: transparent; }
.footer-logo svg { display: block; width: 100%; height: auto; }
.footer-brand p { margin-top: 12px; color: rgba(255,255,255,.68); font-size: .78rem; line-height: 1.65; }
.footer-grid h2 { margin-bottom: 12px; color: #fff; font-size: .82rem; letter-spacing: .02em; }
.footer-contact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 34px; }
.footer-contact-item { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 15px; align-items: center; color: rgba(255,255,255,.78); font-size: .78rem; line-height: 1.5; }
.footer-contact-item svg { width: 16px; height: 16px; fill: none; stroke: #ff9958; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-grid a:hover { color: #fff; }
.footer-quote-button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 230px; margin-top: 24px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; color: #fff; font-size: .82rem; font-weight: 700; transition: .2s ease; }
.footer-quote-button:hover { border-color: var(--orange); background: var(--orange); color: #fff; }
.footer-contact-link { grid-column: 2; justify-self: start; display: inline-flex; gap: 8px; margin-top: 0; padding-left: 35px; color: #ff9958; font-size: .7rem; font-weight: 700; }

@media (min-width: 1081px) {
  .footer-contact h2,
  .footer-contact-list > .footer-contact-item:nth-child(1),
  .footer-contact-list > .footer-contact-item:nth-child(3) {
    transform: translateX(105px);
  }
}
.footer-links { display: grid; align-content: start; }
.footer-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.78); font-size: .84rem; }
.footer-links a:last-child { border-bottom: 0; }
.footer-links a span:last-child { color: var(--orange); font-size: 1.1rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; margin-top: 22px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); font-size: .64rem; }
.footer-company-inline, .footer-legal-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.footer-company-inline strong { color: rgba(255,255,255,.8); font-weight: 600; }
.footer-company-inline span { color: rgba(255,255,255,.5); }
.footer-company-inline span::before { content: '•'; margin-right: 18px; color: var(--orange); }
.footer-company-inline span:first-of-type::before { content: ''; margin-right: 0; }
.footer-legal-links { justify-content: flex-end; }
.footer-legal-links a { position: relative; padding-bottom: 3px; color: rgba(255,255,255,.58); transition: color .2s ease; }
.footer-legal-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--orange); transition: right .2s ease; }
.footer-legal-links a:hover, .footer-legal-links a:focus-visible { color: rgba(255,255,255,.92); }
.footer-legal-links a:hover::after, .footer-legal-links a:focus-visible::after { right: 0; }

@media (max-width: 1080px) {
  :root { --container: min(100% - 40px, 960px); }
  .brand { width: 200px; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: .84rem; }
  .header-quote { display: none; }
  .hero-copy { max-width: 620px; }
  .hero::after { background: linear-gradient(90deg, #002542 0%, rgba(0,37,66,.98) 36%, rgba(0,37,66,.84) 56%, rgba(0,37,66,.2) 84%); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding-left: 18px; padding-right: 18px; }
  .trust-grid span { left: 16px; }
  .technology-group { grid-template-columns: 220px 1fr; gap: 28px; }
  .certificates-preview { grid-template-columns: 260px 1fr; gap: 28px; }
  .audience-grid, .quote-grid { gap: 58px; }
  .footer-grid { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: 32px; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 36px, 760px); }
  .section { padding: 84px 0; }
  .section.audience-section { padding: 70px 0; }
  .desktop-nav { display: none; }
  .header-inner { min-height: 72px; }
  .brand { width: 190px; }
  .mobile-call { display: grid; place-items: center; width: 44px; height: 44px; margin-left: auto; border-radius: 8px; color: var(--navy); }
  .mobile-call svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 0; border-radius: 8px; background: var(--navy); cursor: pointer; }
  .menu-toggle span { display: block; width: 21px; height: 2px; background: #fff; transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: absolute; z-index: 101; top: 100%; right: 0; left: 0; height: calc(100vh - 72px); height: calc(100dvh - 72px); display: block; overflow-y: auto; background: rgba(0,37,66,.98); color: #fff; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu-inner { display: flex; width: var(--container); margin-inline: auto; flex-direction: column; padding: 24px 0 42px; }
  .mobile-menu-inner > a:not(.button) { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); font: 650 1.05rem Manrope, sans-serif; }
  .mobile-client-menu { border-bottom: 1px solid rgba(255,255,255,.12); }
  .mobile-client-toggle { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; padding: 0; border: 0; background: transparent; color: #fff; font: 650 1.05rem Manrope, sans-serif; cursor: pointer; }
  .mobile-client-toggle .nav-chevron { color: rgba(255,255,255,.8); }
  .mobile-client-toggle[aria-expanded="true"] .nav-chevron { transform: translateY(2px) rotate(225deg); }
  .mobile-client-submenu { padding: 0 0 12px 14px; }
  .mobile-client-submenu[hidden] { display: none; }
  .mobile-client-item { position: relative; display: block; padding: 12px 12px 12px 17px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.82); font: 600 .92rem/1.25 Inter, Arial, sans-serif; }
  .mobile-client-item::before { content: ''; position: absolute; left: 2px; top: 50%; width: 3px; height: 0; border-radius: 4px; background: var(--orange); transform: translateY(-50%); transition: height .18s ease; }
  .mobile-client-item:hover { color: #ff9958; }
  .mobile-client-item:hover::before { height: 18px; }
  .mobile-client-future { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.68); pointer-events: none; }
  .mobile-client-future::before { display: none; }
  .mobile-client-future small { padding: 3px 6px; border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.82); font-size: .58rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
  .mobile-client-faq { margin-top: 8px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
  .mobile-menu .button { margin-top: 24px; }
  .hero { min-height: 640px; padding: 70px 0 72px; }
  .hero-copy { max-width: 640px; }
  .hero h1 { max-width: 620px; }
  .hero-lead { max-width: 610px; }
  .hero-visual { width: 100%; opacity: .78; }
  .hero-visual img { object-position: 62% center; }
  .hero::after { background: linear-gradient(90deg, rgba(0,37,66,.99) 0%, rgba(0,37,66,.94) 48%, rgba(0,37,66,.54) 100%); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .services-grid, .project-grid, .article-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; gap: 52px; }
  .audience-intro, .quote-copy { position: static; }
  .technologies-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 44px; }
  .technology-groups { padding: 0 18px; border-radius: 14px; box-shadow: 0 14px 40px rgba(0,37,66,.07); }
  .technologies-heading p { max-width: 680px; }
  .technology-group { grid-template-columns: 1fr; gap: 20px; }
  .technology-group header { grid-template-columns: 1fr; }
  .technology-group h3 { max-width: none; }
  .certificates-preview { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); --radius: 14px; }
  html { scroll-padding-top: 76px; }
  body { font-size: 1rem; }
  .section { padding: 70px 0; }
  .section.audience-section { padding: 56px 0; }
  .header-inner { min-height: 68px; gap: 6px; }
  .brand { width: 165px; }
  .mobile-menu { top: 100%; height: calc(100vh - 68px); height: calc(100dvh - 68px); }
  .hero { min-height: calc(100svh - 68px); padding: 46px 0 50px; }
  .hero-copy { max-width: none; }
  .hero::before { width: 4px; }
  .hero h1 { max-width: none; font-size: clamp(1.62rem, 7.8vw, 2rem); line-height: 1.13; letter-spacing: -.045em; }
  .hero h1 .mobile-line { display: block; white-space: nowrap; }
  .hero-lead { max-width: 440px; margin-top: 21px; color: rgba(255,255,255,.84); font-size: .96rem; line-height: 1.58; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 14px; margin-top: 22px; padding-top: 17px; }
  .hero-proof li { position: relative; padding-left: 13px; white-space: normal; font-size: .74rem; }
  .hero-proof li::before { content: ''; position: absolute; left: 0; top: .48em; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
  .hero-proof li:not(:last-child)::after { display: none; }
  .hero-visual { width: 100%; opacity: .56; }
  .hero-visual img { object-position: 67% center; }
  .hero::after { background: linear-gradient(90deg, rgba(0,37,66,.98) 0%, rgba(0,37,66,.91) 64%, rgba(0,37,66,.62) 100%); }
  .trust-strip { padding-top: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 108px; border-left: 1px solid var(--line); padding: 22px; }
  .trust-grid span { top: 23px; }
  .services-grid, .project-grid, .article-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; padding: 26px; }
  .service-icon { margin-bottom: 32px; }
  .service-crosscut { grid-template-columns: 1fr; gap: 11px; padding: 24px; }
  .service-crosscut p { font-size: .88rem; }
  .service-crosscut i { margin: 0 5px; }
  .audience-grid { gap: 40px; }
  .audience-list article { padding: 19px 0; }
  .project-card { min-height: 310px; }
  .technologies-heading { margin-bottom: 34px; }
  .technology-groups { padding: 0 14px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,37,66,.06); }
  .technologies-heading p { font-size: .96rem; }
  .technology-group { padding: 24px 0; }
  .logo-slots { grid-template-columns: 1fr 1fr; gap: 10px; }
  .logo-slot { min-height: 92px; }
  .certificates-preview { margin-top: 28px; padding: 24px 20px; }
  .certificate-slots { grid-template-columns: 1fr 1fr; }
  .certificate-slots > div { min-height: 66px; }
  .faq-grid { gap: 36px; }
  .quote-section { padding: 62px 0; }
  .quote-grid { gap: 36px; }
  .quote-form { padding: 22px; }
  .form-row { grid-template-columns: 1fr; }
  .quote-resource { margin-top: 28px; padding-top: 20px; }
  .quote-resource-link { width: 100%; min-width: 0; min-height: 48px; padding: 11px 15px; gap: 18px; font-size: .82rem; }
  .quote-resource-link::after { left: 15px; right: 15px; }
  .quote-resource-link > span { flex: 0 0 auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-contact-list { grid-template-columns: 1fr; }
  .footer-contact-list > .footer-contact-item:nth-child(1) { order: 1; }
  .footer-contact-list > .footer-contact-item:nth-child(3) { order: 2; }
  .footer-contact-list > .footer-contact-item:nth-child(2) { order: 3; }
  .footer-contact-list > .footer-contact-item:nth-child(4) { order: 4; }
  .footer-contact-link { grid-column: 1; order: 5; padding-left: 35px; }
  .footer-company { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; gap: 12px 20px; }
}

@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand, .footer-company { grid-column: auto; }
  .footer-bottom { margin-top: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* Dopasowanie oryginalnej wizualizacji do prywatnego szkicu WordPressa. */
#masthead, #colophon, .entry-header { display: none !important; }
#primary, .content-area, .site-main, .content-wrap, .entry-content-wrap, .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.content-bg, .site-container { background: transparent !important; }
.ibx-root {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow-x: clip;
  background: #fff;
}
.ibx-root .hero h1 {
  max-width: 680px;
  font-size: clamp(2.75rem, 3.7vw, 3.4rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.03em;
}
.ibx-root .hero-title-line {
  display: block;
  white-space: nowrap;
}
.ibx-root .hero-actions .button {
  min-height: 46px;
  padding: 10px 19px;
  border-radius: 8px;
  font-family: Inter, Arial, sans-serif;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.1;
}
.ibx-root .desktop-nav .future-shop {
  padding: 31px 0;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 650;
  opacity: .58;
  cursor: default;
}
.ibx-root .desktop-client-menu {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: center;
}
.ibx-root .nav-dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 100%;
  padding: 31px 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font: 650 .92rem/1 Inter, Arial, sans-serif;
  cursor: pointer;
}
.ibx-root .nav-dropdown-toggle::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 21px;
  height: 2px;
  background: var(--orange);
  transition: right .2s ease;
}
.ibx-root .desktop-client-menu:hover .nav-dropdown-toggle::after,
.ibx-root .desktop-client-menu:focus-within .nav-dropdown-toggle::after {
  right: 0;
}
.ibx-root .nav-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}
.ibx-root .desktop-client-menu:hover .nav-chevron,
.ibx-root .desktop-client-menu:focus-within .nav-chevron {
  transform: translateY(2px) rotate(225deg);
}
.ibx-root .nav-submenu {
  position: absolute;
  z-index: 120;
  top: calc(100% - 8px);
  left: 50%;
  min-width: 224px;
  padding: 9px 12px 11px;
  border: 1px solid rgba(0,37,66,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.99);
  box-shadow: 0 18px 44px rgba(0,37,66,.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.ibx-root .desktop-client-menu:hover .nav-submenu,
.ibx-root .desktop-client-menu:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.ibx-root .nav-submenu-item {
  position: relative;
  display: block;
  padding: 13px 12px 13px 17px;
  border-bottom: 1px solid rgba(0,37,66,.09);
  color: var(--navy);
  font: 650 .86rem/1.25 Inter, Arial, sans-serif;
  cursor: default;
  transition: color .18s ease, padding-left .18s ease;
}
.ibx-root .nav-submenu-item::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  width: 3px;
  height: 0;
  border-radius: 4px;
  background: var(--orange);
  transform: translateY(-50%);
  transition: height .18s ease;
}
.ibx-root .nav-submenu-item:hover {
  padding-left: 20px;
  color: var(--orange);
}
.ibx-root .nav-submenu-item:hover::before {
  height: 18px;
}
.ibx-root .nav-submenu .nav-submenu-item::after {
  display: none;
}
.ibx-root .nav-submenu-future {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--surface);
  color: rgba(0,37,66,.58);
  pointer-events: none;
}
.ibx-root .nav-submenu-future::before { display: none; }
.ibx-root .nav-submenu-future small {
  padding: 3px 6px;
  border-radius: 999px;
  background: #e7ebef;
  color: rgba(0,37,66,.68);
  font-size: .58rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ibx-root .nav-submenu-faq {
  margin-top: 9px;
  padding-top: 17px;
  border-top: 1px solid rgba(0,37,66,.13);
  border-bottom: 0;
}
.ibx-root .header-quote {
  position: relative;
  min-width: 210px;
  min-height: 46px;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  padding: 10px 19px;
  border: 1px solid rgba(0,37,66,.28);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  box-shadow: none;
  font-family: Inter, Arial, sans-serif;
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.1;
  transition: border-color .2s ease;
}

.ibx-root .header-quote::before {
  content: "";
  position: absolute;
  left: 19px;
  bottom: 7px;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width .2s ease;
}

.ibx-root .header-quote::after {
  content: "→";
  flex: 0 0 auto;
  font-size: 1.05rem;
  font-weight: 400;
}

.ibx-root .header-quote:hover {
  border-color: rgba(0,37,66,.28);
  background: #fff;
  color: var(--navy);
  box-shadow: none;
  transform: none;
}

.ibx-root .header-quote:hover::before,
.ibx-root .header-quote:focus-visible::before {
  width: calc(100% - 79px);
}
.ibx-root .mobile-menu-inner .future-shop {
  display: flex;
  min-height: 54px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.62);
  font: 650 1.05rem Manrope, sans-serif;
}
.ibx-root .service-card {
  position: relative;
}
.ibx-root .service-card > a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.ibx-root .service-card:hover {
  cursor: default;
}
.ibx-root .service-crosscut {
  grid-template-columns: 205px minmax(0, 1fr) auto;
  gap: 0;
  min-height: 94px;
  padding: 18px 24px;
}
.ibx-root .crosscut-label {
  padding-right: 24px;
  color: #ff9958;
  font: 800 .72rem/1.35 Manrope, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ibx-root .crosscut-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ibx-root .crosscut-items li {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  min-height: 42px;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}
.ibx-root .crosscut-items li > span {
  color: #ff9958;
  font: 800 .64rem/1 Manrope, sans-serif;
  letter-spacing: .08em;
}
.ibx-root .crosscut-items strong {
  color: #fff;
  font: 600 .84rem/1.35 Manrope, sans-serif;
  letter-spacing: -.01em;
}
.ibx-root .service-crosscut > a {
  margin-left: 18px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .16);
  white-space: nowrap;
}
body.admin-bar .ibx-root .site-header { top: 32px; }
.ibx-root .section-offer {
  position: relative;
  scroll-margin-top: 8px;
}
body.admin-bar .ibx-root .section-offer { scroll-margin-top: 40px; }
.ibx-root .section-offer .offer-title {
  font-size: clamp(1.95rem, 2.8vw, 2.7rem);
  font-weight: 650;
  line-height: 1.14;
  letter-spacing: -.03em;
}
.ibx-root .offer-title-line {
  display: block;
  white-space: nowrap;
}
@media (min-width: 861px) {
  .ibx-root .section-offer {
    padding-top: 52px;
  }
  .ibx-root .section-offer .offer-label {
    display: none;
  }
  .ibx-root .section-offer .section-heading > div {
    position: relative;
    padding-top: 30px;
  }
  .ibx-root .section-offer .section-heading {
    align-items: start;
  }
  .ibx-root .section-offer .section-heading > p {
    padding-top: 30px;
  }
  .ibx-root .section-offer .section-heading > div::before {
    content: "OFERTA";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--orange);
    font: 800 .78rem/1.3 Inter, Arial, sans-serif;
    letter-spacing: .15em;
  }
}
@media (min-width: 1081px) {
  .ibx-root .section-offer .section-heading {
    grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr);
    gap: 56px;
    margin-bottom: 34px;
  }
  .ibx-root .section-offer .section-heading > p {
    font-size: .94rem;
    line-height: 1.58;
  }
  .ibx-root .section-offer .service-card {
    min-height: 296px;
    padding: 28px 32px;
  }
  .ibx-root .section-offer .service-icon {
    margin-bottom: 28px;
  }
  .ibx-root .section-offer .service-card > a {
    padding-top: 20px;
  }

  .ibx-root .projects-section {
    min-height: calc(100svh - 96px);
    padding-top: 52px;
    padding-bottom: 60px;
  }
  .ibx-root .projects-section .section-heading {
    margin-bottom: 34px;
  }
  .ibx-root .projects-section .project-card {
    min-height: 480px;
  }

  .ibx-root .technologies-section {
    min-height: calc(100svh - 112px);
    display: flex;
    align-items: stretch;
    padding-top: 52px;
    padding-bottom: 44px;
  }
  .ibx-root .technologies-section > .container {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .ibx-root .technologies-heading {
    flex: 0 0 auto;
    margin-bottom: 34px;
  }
  .ibx-root .technology-groups {
    display: grid;
    flex: 1 1 auto;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    min-height: 0;
  }
  .ibx-root .technology-group {
    min-height: 0;
  }
}
@media (max-width: 1080px) {
  .ibx-root .service-crosscut {
    grid-template-columns: 1fr auto;
    row-gap: 14px;
  }
  .ibx-root .crosscut-label {
    grid-column: 1 / -1;
    padding-right: 0;
  }
}
@media (max-width: 782px) {
  body.admin-bar .ibx-root .site-header { top: 46px; }
  body.admin-bar .ibx-root .section-offer { scroll-margin-top: 52px; }
}
@media (max-width: 720px) {
  .ibx-root .service-crosscut {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }
  .ibx-root .crosscut-label {
    grid-column: auto;
  }
  .ibx-root .crosscut-items {
    grid-template-columns: 1fr 1fr;
  }
  .ibx-root .crosscut-items li {
    min-height: 52px;
    padding: 6px 12px;
  }
  .ibx-root .service-crosscut > a {
    margin-left: 0;
    padding: 12px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
  }
}
@media (max-width: 620px) {
  .ibx-root .section-offer .offer-title {
    font-size: clamp(1.75rem, 8vw, 2rem);
  }
  .ibx-root .offer-title-line {
    white-space: normal;
  }
}
@media (max-width: 620px) {
  .ibx-root .hero h1 {
    font-size: clamp(1.42rem, 6.7vw, 1.85rem);
    line-height: 1.16;
  }
}
@media (max-width: 430px) {
  .ibx-root .crosscut-items {
    grid-template-columns: 1fr;
  }
  .ibx-root .crosscut-items li {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }
}


/* Client pages: knowledge base and FAQ */
.client-page-hero {
  padding: 78px 0 82px;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
}
.client-page-hero h1 { color: #fff; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.client-page-hero > .container > p:last-child {
  max-width: 760px;
  margin-top: 22px;
  color: rgba(255,255,255,.74);
  font-size: 1.06rem;
}
.client-page-content { background: var(--surface); }
.knowledge-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.knowledge-guide-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.knowledge-guide-grid article > span {
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.knowledge-guide-grid h3 { margin-top: 24px; font-size: 1.3rem; line-height: 1.3; }
.knowledge-guide-grid p { margin-top: 16px; color: var(--muted); font-size: .91rem; }
.knowledge-guide-grid ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.knowledge-guide-grid li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
}
.knowledge-guide-grid li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}
.client-page-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  margin-top: 28px;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
}
.client-page-cta h2 { color: #fff; font-size: 1.7rem; }
.client-page-cta p { margin-top: 10px; color: rgba(255,255,255,.7); }
.contact-page-heading h1:not(.eyebrow) {
  margin-top: 8px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}
@media (max-width: 900px) {
  .knowledge-guide-grid { grid-template-columns: 1fr; }
  .client-page-cta { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 640px) {
  .client-page-hero { padding: 56px 0 62px; }
  .client-page-cta { padding: 26px; }
  .client-page-cta .button { width: 100%; }
}
