:root {
  --infus-navy: #102d55;
  --infus-navy-deep: #081f3b;
  --infus-blue: #2461ad;
  --infus-cyan: #08a9e7;
  --infus-ink: #10213f;
  --infus-text: #526c88;
  --infus-muted: #7890a6;
  --infus-line: #dce8f1;
  --infus-soft: #eef7fc;
  --infus-pale: #f6fafd;
  --infus-white: #ffffff;
  --infus-green: #23b879;
  --infus-shadow: 0 18px 50px rgba(13, 51, 91, 0.1);
  --infus-radius: 22px;
  --infus-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--infus-ink); background: var(--infus-white); font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--infus-blue); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg.icon { flex: 0 0 auto; }
.site-frame { min-height: 100vh; overflow: clip; }
.site-main { min-height: 60vh; }
.site-container { width: min(100% - 48px, var(--infus-container)); margin-inline: auto; }
.narrow-container { max-width: 840px; }
.section { padding-block: clamp(72px, 8vw, 112px); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #000; box-shadow: var(--infus-shadow); }

h1, h2, h3, h4 { margin: 0 0 18px; color: var(--infus-ink); line-height: 1.1; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.35rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 20px; color: var(--infus-text); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #0879b8; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--infus-cyan); }
.eyebrow-light { color: #4ed0f6; }
.eyebrow-light::before { background: #4ed0f6; }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { max-width: 760px; }
.split-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 64px; align-items: end; }
.split-heading > p { max-width: 520px; margin-bottom: 10px; }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 11px; font-weight: 750; line-height: 1.25; text-decoration: none; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .menu-toggle:focus-visible, .carousel-controls button:focus-visible, .cookie-settings:focus-visible { outline: 3px solid rgba(8, 169, 231, 0.38); outline-offset: 3px; }
.button-dark { background: var(--infus-navy); color: var(--infus-white); box-shadow: 0 10px 24px rgba(16, 45, 85, 0.2); }
.button-dark:hover { background: #153b6d; color: var(--infus-white); }
.button-light { background: var(--infus-soft); color: #086da7; border-color: #d3e9f5; }
.button-light:hover { background: #e3f3fb; color: #075f99; }
.button-white { background: var(--infus-white); color: #0d4e82; box-shadow: 0 10px 24px rgba(8, 31, 59, 0.16); }
.button-quiet { background: #fff; color: #294a67; border-color: #cfdfe9; }

.brand-line { height: 4px; background: linear-gradient(90deg, var(--infus-cyan), var(--infus-blue) 58%, #6944db); }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(220, 232, 241, 0.92); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(16px); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.site-brand img { display: block; width: 182px; max-height: 64px; object-fit: contain; object-position: left center; }
.primary-navigation { display: flex; align-items: center; gap: 20px; }
.primary-menu, .footer-menu { list-style: none; padding: 0; margin: 0; }
.primary-menu { display: flex; align-items: center; gap: 4px; }
.primary-menu a { display: block; padding: 10px 12px; border-radius: 10px; color: #344f6d; font-weight: 700; text-decoration: none; }
.primary-menu a:hover, .primary-menu .current-menu-item > a, .primary-menu .current_page_item > a { color: #086da7; background: #eaf5fc; }
.header-contact { white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid var(--infus-line); border-radius: 11px; color: var(--infus-navy); background: #fff; }
.menu-close { display: none; }

.home-hero { position: relative; background: #fff; }
.home-hero-stage { min-height: 548px; display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(46px, 5vw, 68px) clamp(30px, 3vw, 48px) clamp(104px, 8vw, 124px) max(48px, calc((100vw - var(--infus-container)) / 2)); color: #fff; background: linear-gradient(125deg, #071f3d, #0a315d); }
.hero-copy .eyebrow { color: #43cdf5; }
.hero-copy h1 { max-width: 690px; color: #fff; font-size: clamp(2.8rem, 4.2vw, 4.35rem); }
.hero-copy > p { max-width: 650px; color: #cfdeec; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-primary-button { color: #fff; background: var(--infus-cyan); box-shadow: 0 12px 26px rgba(0, 157, 219, 0.24); }
.hero-primary-button:hover { color: #fff; background: #16b8ef; }
.hero-secondary-button { color: #fff; border-color: rgba(255, 255, 255, 0.82); background: transparent; }
.hero-secondary-button:hover { color: #fff; background: rgba(255, 255, 255, 0.1); }
.hero-photo-wrap { min-height: 548px; overflow: hidden; background: #dbe9f2; }
.hero-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.9) contrast(1.02); }
.hero-solutions-wrap { position: relative; z-index: 3; margin-top: -91px; }
.hero-solutions-tray { min-height: 170px; display: grid; grid-template-columns: 155px minmax(0, 1fr); align-items: stretch; overflow: hidden; padding: 24px; border: 1px solid rgba(218, 230, 239, 0.9); border-radius: 20px; background: #fff; box-shadow: 0 20px 50px rgba(7, 37, 71, 0.14); }
.hero-solutions-label { display: flex; flex-direction: column; justify-content: center; padding: 8px 24px 8px 6px; border-right: 1px solid #dce7ef; color: #0d4e91; font-size: 0.86rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.hero-solutions-label span, .hero-solutions-label strong { display: block; }
.hero-solutions-label strong { font-size: 1.05rem; }
.hero-solutions-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding-left: 28px; }
.hero-solution-item { position: relative; min-width: 0; display: flex; align-items: flex-start; gap: 14px; padding: 18px 16px; border: 1px solid #dce7ef; border-radius: 13px; color: var(--infus-ink); background: #fff; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.hero-solution-item:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--solution-color) 48%, #dce7ef); box-shadow: 0 12px 24px rgba(16, 45, 85, 0.09); }
.hero-solution-accent { width: 5px; height: 58px; flex: 0 0 auto; border-radius: 5px; background: var(--solution-color); }
.hero-solution-item strong, .hero-solution-item small { display: block; }
.hero-solution-item strong { overflow: hidden; margin-bottom: 6px; color: var(--solution-color); font-size: 1rem; line-height: 1.25; text-overflow: ellipsis; }
.hero-solution-item small { display: -webkit-box; overflow: hidden; color: #627993; font-size: 0.75rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-values-section { padding-block: 76px 84px; background: #fff; }
.home-values-grid { display: grid; grid-template-columns: minmax(0, 1.28fr) repeat(2, minmax(0, 0.72fr)); align-items: center; gap: clamp(34px, 5vw, 72px); }
.home-values-heading h2 { max-width: 560px; margin-bottom: 0; font-size: clamp(2.2rem, 3.5vw, 3.4rem); }
.home-value-item { display: flex; align-items: flex-start; gap: 17px; }
.home-value-icon { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #0c5997; background: #eef6fb; }
.home-value-item strong { display: block; margin: 2px 0 5px; color: #0e3f76; font-size: 1.05rem; }
.home-value-item p { margin: 0; font-size: 0.88rem; line-height: 1.55; }

.solutions-section { border-top: 1px solid #e4edf4; background: var(--infus-pale); }
.solutions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.solution-card { --solution-color: #0aa9e8; position: relative; min-height: 310px; display: flex; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid var(--infus-line); border-radius: var(--infus-radius); background: #fff; box-shadow: 0 12px 30px rgba(15, 54, 91, 0.07); }
.solution-card::after { content: ""; position: absolute; z-index: 0; right: -75px; bottom: -110px; width: 200px; height: 200px; border-radius: 50%; background: color-mix(in srgb, var(--solution-color) 18%, transparent); }
.solution-card-logo { position: relative; z-index: 1; height: 70px; display: flex; align-items: center; margin-bottom: 20px; }
.solution-logo-image { max-width: 235px; max-height: 66px; object-fit: contain; object-position: left center; }
.solution-wordmark { color: var(--solution-color); font-size: 1.8rem; font-weight: 850; letter-spacing: -0.03em; }
.solution-card-copy { position: relative; z-index: 1; max-width: 520px; }
.solution-card-copy p { margin-bottom: 20px; }
.solution-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: #0b6fa8; font-weight: 800; text-decoration: none; }
.solution-link:hover { color: var(--infus-navy); }

.human-section { overflow: hidden; color: #fff; background: var(--infus-navy); }
.human-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: clamp(50px, 7vw, 90px); }
.human-copy h2 { color: #fff; }
.human-copy > p { color: #c2d6e9; font-size: 1.05rem; }
.human-photo-wrap { position: relative; height: 440px; overflow: hidden; border-radius: 28px; background: #12375e; box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18); }
.human-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.9) contrast(1.02); }
.human-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(8, 31, 59, 0.42)); pointer-events: none; }
.human-photo-note { position: absolute; z-index: 2; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 12px 15px; border-radius: 12px; color: #123b61; background: rgba(255, 255, 255, 0.94); box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18); font-size: 0.82rem; font-weight: 800; }
.values-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.values-row > div { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.values-row svg { color: #31c0ed; }
.values-row strong, .values-row span { display: block; }
.values-row strong { margin: 9px 0 5px; }
.values-row span { color: #bcd0e2; font-size: 0.82rem; line-height: 1.5; }

.clients-section { border-block: 1px solid #e5edf4; background: var(--infus-pale); }
.client-viewport { overflow: hidden; }
.client-track { display: flex; width: max-content; will-change: transform; }
.client-logo { flex: 0 0 20%; min-width: 0; padding: 8px; }
.client-logo-inner { height: 92px; display: grid; place-items: center; padding: 16px; border: 1px solid #e1eaf1; border-radius: 14px; background: #fff; }
.client-logo img { width: 100%; height: 58px; object-fit: contain; filter: grayscale(1); opacity: 0.72; transition: filter 0.2s ease, opacity 0.2s ease; }
.client-logo:hover img { filter: none; opacity: 1; }
.carousel-controls { display: flex; justify-content: center; gap: 9px; margin-top: 24px; }
.carousel-controls button { width: 42px; height: 38px; display: grid; place-items: center; border: 1px solid #d7e4ed; border-radius: 10px; color: #345270; background: #fff; cursor: pointer; }

.cta-section { padding-top: 70px; padding-bottom: 70px; }
.cta-panel { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; padding: clamp(34px, 5vw, 55px); border-radius: 27px; color: #fff; background: linear-gradient(120deg, #0879b8, #0c4b87); }
.cta-panel::after { content: ""; position: absolute; top: -145px; right: -95px; width: 290px; height: 290px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255, 255, 255, 0.05); }
.cta-panel h2 { color: #fff; }
.cta-panel p { margin: 0; color: #d5ecf8; }
.cta-panel .button { position: relative; z-index: 1; flex: 0 0 auto; }

.page-hero { overflow: hidden; background: var(--infus-soft); }
.page-hero-grid { min-height: 400px; display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(360px, 0.72fr); }
.page-hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 54px clamp(38px, 4vw, 64px) 58px max(48px, calc((100vw - var(--infus-container)) / 2)); }
.page-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #6b829a; font-size: 0.76rem; }
.page-breadcrumb a { color: #51708e; text-decoration: none; }
.page-breadcrumb a:hover { color: #0879b8; }
.page-hero h1 { max-width: 920px; margin-bottom: 22px; font-size: clamp(3rem, 4vw, 4rem); }
.page-hero-content > p { max-width: 720px; margin: 0; font-size: 1.1rem; }
.page-hero-context { min-width: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 52px max(48px, calc((100vw - var(--infus-container)) / 2)) 54px clamp(38px, 4vw, 58px); color: #fff; background: linear-gradient(145deg, var(--infus-navy-deep), #0c3a69); }
.page-hero-context-label { margin-bottom: auto; color: #5fd2f3; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.page-hero-context-value { display: block; margin: 44px 0 15px; color: #fff; font-size: clamp(2rem, 2.55vw, 2.75rem); line-height: 1.04; letter-spacing: -0.045em; }
.page-hero-context-value span { display: block; }
.page-hero-context p { max-width: 360px; margin: 0; color: #c5d9eb; font-size: 0.94rem; line-height: 1.6; }
.page-hero-index { width: 100%; background: #fff; border-bottom: 1px solid var(--infus-line); }
.page-hero-index-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.page-hero-index-item { min-height: 88px; display: flex; align-items: center; gap: 15px; padding: 20px clamp(18px, 3vw, 38px); border-right: 1px solid var(--infus-line); }
.page-hero-index-item:last-child { border-right: 0; }
.page-hero-index-item span { color: var(--infus-cyan); font-size: 0.78rem; font-weight: 850; }
.page-hero-index-item strong { color: var(--infus-navy); font-size: 0.92rem; line-height: 1.4; }
.page-hero + .section { padding-top: clamp(58px, 6vw, 82px); }

.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.timeline-grid article { padding: 24px 18px 0 0; border-top: 3px solid var(--infus-cyan); }
.timeline-grid article > span { display: block; margin-bottom: 10px; color: #0b79b2; font-size: 1.7rem; font-weight: 850; }
.page-extra-content { margin-top: 55px; padding-top: 42px; border-top: 1px solid var(--infus-line); }
.purpose-section { background: #f2f8fc; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.principles-grid article { padding: 27px; border: 1px solid var(--infus-line); border-radius: 18px; background: #fff; }
.principles-grid svg { margin-bottom: 18px; color: #0786c1; }
.principles-grid p { margin-bottom: 0; }
.founders-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.founder-card { display: flex; align-items: center; gap: 24px; padding: 25px; border-radius: 20px; background: var(--infus-soft); }
.founder-photo { width: 102px; height: 122px; flex: 0 0 auto; overflow: hidden; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #1a4b78, #0aa6e2); font-size: 1.8rem; font-weight: 850; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-card h3 { margin-bottom: 8px; }
.founder-card p { margin-bottom: 4px; }
.founder-qualification { line-height: 1.55; }
.founder-card > div > span { color: #58728d; font-size: 0.88rem; }
.founder-bio { margin-top: 12px; color: var(--infus-text); font-size: 0.92rem; }

.solution-catalog { display: grid; gap: 24px; }
.catalog-item { --solution-color: #0aa9e8; display: grid; grid-template-columns: 235px 1fr auto; align-items: center; gap: 38px; padding: 32px; border: 1px solid var(--infus-line); border-left: 5px solid var(--solution-color); border-radius: 22px; background: #fff; box-shadow: 0 10px 28px rgba(23, 62, 97, 0.06); }
.catalog-brand { min-height: 85px; display: flex; align-items: center; }
.catalog-brand .solution-logo-image { max-width: 220px; max-height: 80px; }
.catalog-copy h2 { margin-bottom: 7px; font-size: 1.55rem; }
.catalog-tagline { margin-bottom: 10px; color: #294c6c; font-weight: 700; }
.catalog-description p { margin-bottom: 14px; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 15px 0 0; }
.feature-tags li { padding: 6px 10px; border-radius: 20px; color: #3d617e; background: #eff6fa; font-size: 0.76rem; }
.catalog-item > .button { white-space: nowrap; }

.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: start; gap: clamp(45px, 7vw, 88px); }
.contact-grid > div > p { max-width: 600px; }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-channel { display: flex; align-items: center; gap: 18px; padding: 20px; border: 1px solid var(--infus-line); border-radius: 16px; color: #143759; background: #fff; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.contact-channel:hover { transform: translateY(-2px); box-shadow: var(--infus-shadow); }
.contact-channel > span:first-child { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: #0781ba; background: #e9f7fd; }
.contact-channel strong, .contact-channel small { display: block; }
.contact-channel small { color: #6b8196; }
.contact-panel { padding: clamp(30px, 5vw, 44px); border-radius: 24px; color: #fff; background: var(--infus-navy); }
.contact-panel h2 { color: #fff; }
.contact-panel > p, .address-block p { color: #c3d7e8; }
.address-block { display: flex; align-items: flex-start; gap: 12px; margin-top: 25px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.social-links { display: flex; gap: 10px; margin-top: 28px; }
.social-links a { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: rgba(255, 255, 255, 0.11); font-size: 0.78rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.prose { color: var(--infus-text); }
.prose h2, .prose h3 { margin-top: 1.5em; }
.prose p, .prose li { font-size: 1.04rem; }
.prose a:not(.button) { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose .table-responsive { max-width: 100%; overflow-x: auto; margin: 30px 0; }
.prose table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 0.93rem; }
.prose th, .prose td { padding: 14px 16px; border-bottom: 1px solid var(--infus-line); text-align: left; vertical-align: top; }
.prose th { color: var(--infus-navy); background: var(--infus-soft); }
.prose td { color: var(--infus-text); }
.prose code { padding: 2px 5px; border-radius: 5px; color: #164f78; background: #edf5fa; font-size: 0.88em; }
.solution-detail { display: grid; grid-template-columns: 280px 1fr; gap: 70px; align-items: start; }
.solution-detail-logo { position: sticky; top: 130px; min-height: 150px; display: grid; place-items: center; padding: 30px; border: 1px solid var(--infus-line); border-radius: 20px; background: var(--infus-pale); }
.content-list { display: grid; gap: 18px; }
.content-list-item { padding-bottom: 26px; border-bottom: 1px solid var(--infus-line); }
.content-list-item a { color: var(--infus-ink); text-decoration: none; }
.not-found { min-height: 620px; display: grid; align-items: center; padding-block: 80px; background: var(--infus-pale); }
.not-found .site-container { max-width: 760px; text-align: center; }

.site-footer { padding: 60px 0 27px; color: #fff; background: var(--infus-navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 0.8fr 0.9fr 1fr; gap: 38px; }
.footer-brand img { width: 205px; margin-bottom: 18px; }
.site-footer h2 { margin-bottom: 14px; color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer p, .site-footer a, .footer-menu li { color: #aec5d9; font-size: 0.85rem; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-menu { display: grid; gap: 7px; }
.footer-legal { font-size: 0.76rem !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); color: #89a7be; font-size: 0.75rem; }
.footer-bottom a { color: #a8c0d4; }

.cookie-banner { position: fixed; z-index: 1000; right: 22px; bottom: 22px; left: 22px; max-width: 1120px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 20px; border: 1px solid var(--infus-line); border-radius: 16px; background: #fff; box-shadow: 0 18px 60px rgba(8, 31, 59, 0.2); }
.cookie-banner[hidden], .cookie-settings[hidden] { display: none; }
.cookie-copy { display: flex; align-items: center; gap: 13px; }
.cookie-copy svg { color: #0a7db7; }
.cookie-copy p { margin: 0; font-size: 0.83rem; }
.cookie-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-actions .button { min-height: 40px; padding: 8px 12px; font-size: 0.8rem; }
.cookie-settings { position: fixed; z-index: 800; right: 14px; bottom: 12px; padding: 7px 10px; border: 1px solid #d2e0e9; border-radius: 8px; color: #385873; background: #fff; font-size: 0.7rem; cursor: pointer; }

@media (max-width: 1050px) {
  .header-contact { display: none; }
  .hero-copy { padding-right: 36px; padding-left: 42px; }
  .hero-solutions-tray { grid-template-columns: 125px minmax(0, 1fr); padding: 20px; }
  .hero-solutions-list { gap: 10px; padding-left: 20px; }
  .hero-solution-item { padding: 16px 12px; }
  .home-values-grid { grid-template-columns: 1fr 0.7fr 0.7fr; gap: 30px; }
  .catalog-item { grid-template-columns: 190px 1fr; }
  .catalog-item > .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }
  .site-container { width: min(100% - 36px, var(--infus-container)); }
  .header-inner { min-height: 78px; }
  .site-brand img { width: 158px; }
  .menu-toggle { display: inline-flex; }
  .menu-toggle[aria-expanded="true"] .menu-open { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close { display: inline-flex; }
  .primary-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 15px 18px 20px; border-bottom: 1px solid var(--infus-line); background: #fff; box-shadow: 0 18px 30px rgba(12, 49, 85, 0.1); }
  .primary-navigation.is-open { display: block; }
  .primary-menu { display: grid; }
  .primary-menu a { padding: 12px 14px; }
  .home-hero-stage, .human-grid, .page-hero-grid, .contact-grid, .solution-detail { grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; padding: 62px 44px 100px; }
  .hero-photo-wrap { min-height: 430px; }
  .hero-solutions-wrap { margin-top: -52px; }
  .hero-solutions-tray { grid-template-columns: 1fr; }
  .hero-solutions-label { padding: 2px 0 16px; border-right: 0; border-bottom: 1px solid #dce7ef; }
  .hero-solutions-list { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 20px 0 0; }
  .home-values-grid { grid-template-columns: 1fr; }
  .home-value-item { max-width: 520px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 5px; }
  .values-row { grid-template-columns: 1fr; }
  .page-hero-content { padding: 54px 36px 60px; }
  .page-hero-context { min-height: 260px; padding: 46px 36px; }
  .page-hero-context-value { margin-top: 54px; }
  .page-hero-index-inner { grid-template-columns: 1fr; }
  .page-hero-index-item { min-height: 76px; border-right: 0; border-bottom: 1px solid var(--infus-line); }
  .page-hero-index-item:last-child { border-bottom: 0; }
  .timeline-grid { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .founders-grid { grid-template-columns: 1fr; }
  .client-logo { flex-basis: 33.333%; }
  .catalog-item { grid-template-columns: 1fr; }
  .catalog-item > .button { grid-column: auto; }
  .solution-detail-logo { position: static; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.45rem, 13vw, 3.5rem); }
  h2 { font-size: clamp(1.9rem, 10vw, 2.65rem); }
  .section { padding-block: 66px; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-copy { min-height: auto; padding: 54px 24px 88px; }
  .hero-copy h1 { font-size: clamp(2.5rem, 13vw, 3.45rem); }
  .hero-photo-wrap { min-height: 350px; }
  .hero-solutions-wrap { margin-top: -35px; }
  .hero-solutions-tray { padding: 18px; }
  .hero-solutions-list { grid-template-columns: 1fr; }
  .home-values-section { padding-top: 62px; }
  .page-hero-content, .page-hero-context { padding-right: 24px; padding-left: 24px; }
  .page-breadcrumb { margin-bottom: 28px; }
  .page-hero h1 { font-size: clamp(2.5rem, 13vw, 3.45rem); }
  .human-photo-wrap { height: 390px; }
  .principles-grid { grid-template-columns: 1fr; }
  .founder-card { align-items: flex-start; }
  .client-logo { flex-basis: 50%; }
  .catalog-item { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { align-items: flex-start; flex-direction: column; }
  .cookie-actions { width: 100%; }
  .cookie-actions .button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
