/*
Theme Name: IT Node
Theme URI: https://itnode.com.pl
Author: IT Node
Description: Lekki, autorski motyw dla IT Node.
Version: 0.1.0
Text Domain: it-node
*/

:root { --navy: #071a38; --navy-deep: #041126; --blue: #1677ff; --blue-light: #65b1ff; --ink: #0b1f3f; --mist: #edf4ff; --white: #fff; --line: #dce8f8; --muted: #53677f; --radius: 18px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: absolute; z-index: 10; top: 0; width: 100%; color: var(--white); background: rgba(4,17,38,.84); box-shadow: 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(10px); transition: background .25s, box-shadow .25s, color .25s; }
.site-header.is-scrolled { position: fixed; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 5px 20px rgba(4,17,38,.12); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: flex-start; gap: 24px; border-bottom: 0; transition: border-color .25s; }
.header-top { border-bottom: 1px solid rgba(180,205,233,.15); }
.header-top__inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 6px; padding-bottom: 6px; }
.header-top__contact { display: flex; align-items: center; gap: 17px; font-size: 12px; font-weight: 400; }
.header-top__contact a { display: inline-flex; align-items: center; gap: 8px; color: #b9c8da; }
.header-top__contact svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.header-top__separator { width: 1px; height: 14px; background: #63a992; opacity: .65; }
.header-top__actions { display: flex; align-items: center; gap: 10px; }
.header-top__actions .help-button { min-height: 30px; padding: 5px 11px; font-size: 11px; font-weight: 500; border-radius: 0; border-color: rgba(170,208,242,.4); }
.header-top__actions .help-button svg { width: 14px; height: 14px; }
.header-top__actions button.help-button { font-family: inherit; background: transparent; opacity: .55; cursor: not-allowed; }
.site-header.is-scrolled .header-top { border-color: #e6edf4; }
.site-header.is-scrolled .header-top__contact a { color: #53677f; }
.site-header.is-scrolled .header-row { border-color: var(--line); }
.brand { display: inline-flex; align-items: center; width: var(--brand-logo-width, 146px); max-width: 42vw; }
.brand img { display: block; width: 100%; height: auto; }
.site-header .brand__logo-light { display: none; }
.site-header.is-scrolled .brand__logo-default { display: none; }
.site-header.is-scrolled .brand__logo-light { display: block; }
.menu { display: flex; align-items: center; gap: 28px; margin-left: 28px; margin-right: auto; font-size: 14px; font-weight: 600; }
.menu a { position: relative; padding: 7px 0; color: rgba(255,255,255,.78); transition: color .2s ease; }
.menu a::after { position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #55b9ff; box-shadow: 0 0 9px rgba(85,185,255,.6); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .24s ease; }
.menu a:hover, .menu a:focus-visible, .menu a.is-current { color: var(--white); }
.menu a:hover::after, .menu a:focus-visible::after, .menu a.is-current::after { transform: scaleX(1); }
.site-header.is-scrolled .menu > a { color: rgba(6,30,64,.67); }
.site-header.is-scrolled .menu > a:hover, .site-header.is-scrolled .menu > a:focus-visible, .site-header.is-scrolled .menu > a.is-current { color: #075dbd; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 20px; border: 1px solid transparent; border-image: linear-gradient(135deg, #9cdbff 0%, #3a9ce9 48%, rgba(31,102,164,.46) 100%) 1; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s; }
.button:hover { background: #1677ff; color: var(--white); transform: translateY(-1px); }
.button-outline { color: var(--white); }
.help-button { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 3px; color: var(--white); font-size: 13px; font-weight: 600; white-space: nowrap; }
.help-button svg { width: 18px; height: 18px; }
.help-button:hover { border-color: var(--blue-light); background: rgba(255,255,255,.1); }
.site-header.is-scrolled .help-button { border-color: #b8d4f5; color: #075dbd; }
.site-header.is-scrolled .help-button:hover { border-color: var(--blue); background: #f3f9ff; }
.hero { height: 576px; padding: 0; color: var(--ink); background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.92) 37%, rgba(255,255,255,.08) 64%), url('assets/images/hero-it-support.png') center / cover; overflow: hidden; }
.hero-grid { display: grid; height: 100%; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 55px; padding-bottom: 30px; }
.eyebrow { margin: 0 0 18px; color: var(--blue-light); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
h1, h2, h3 { margin-top: 0; font-weight: 600; } p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(36px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -.04em; }
.hero h1 { max-width: none; font-size: clamp(32px, 2.75vw, 40px); white-space: nowrap; }
.hero-copy { max-width: 510px; color: var(--ink); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-image { display: none; }
.hero-node { --hero-parallax-y: 0px; position: relative; height: 100vh; min-height: 680px; color: var(--white); background-color: #041126; background-image: url('assets/images/hero-neural-network.png'); background-position: center calc(50% + var(--hero-parallax-y)); background-repeat: no-repeat; background-size: auto calc(100% + 90px); isolation: isolate; animation: hero-neural-breathe 18s ease-in-out infinite alternate; }
.hero-node__video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-node__shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4,17,38,.97) 0%, rgba(4,17,38,.91) 34%, rgba(4,17,38,.55) 57%, rgba(4,17,38,.12) 82%), linear-gradient(0deg, rgba(3,12,27,.55), transparent 40%); }
.hero-node__grid { z-index: 2; width: min(1180px, calc(100% - 40px)); position: relative; display: grid; height: 100%; grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding-top: 150px; padding-bottom: 130px; }
.hero-node__content { display: flex; align-items: stretch; margin-top: -4px; }
.hero-node__copy { display: flex; flex-direction: column; align-items: flex-start; width: min(100%, 620px); padding-top: 0; }
.hero-node__eyebrow { margin: 0 0 10px; color: #9fd5ff; font-size: 15px; font-weight: 600; letter-spacing: .53em; }
.hero-node h1 { max-width: none; margin: 0; color: var(--white); font-size: clamp(42px, 3.65vw, 58px); font-weight: 600; line-height: .96; letter-spacing: .025em; white-space: normal; }
.hero-node h1 span { color: #3da7ff; }
.hero-node__description { margin: 38px 0 45px; color: #e5effb; font-size: clamp(22px, 1.35vw, 25px); line-height: 1.5; }
.hero-node__services { display: flex; flex-wrap: wrap; gap: 0; margin: 0 0 28px; padding: 0; color: #8dcbff; font-size: 11px; font-weight: 500; letter-spacing: .18em; list-style: none; text-transform: uppercase; }
.hero-node__services li { display: flex; align-items: center; white-space: nowrap; }
.hero-node__services li:not(:last-child)::after { width: 1px; height: 17px; margin: 0 22px; background: rgba(122,197,255,.65); content: ''; }
.hero-node__button { align-self: flex-start; display: inline-flex; align-items: center; gap: 24px; min-height: 45px; margin-left: 0; padding: 0 20px; border: 1px solid transparent; border-image: linear-gradient(135deg, #9cdbff 0%, #3a9ce9 48%, rgba(31,102,164,.46) 100%) 1; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .16em; transition: background .2s ease, color .2s ease; }
.hero-node__button span { color: #6fc2ff; font-size: 23px; font-weight: 400; line-height: 1; }
.hero-node__button:hover { background: #55aff6; color: #041126; }
.hero-node__button:hover span { color: inherit; }
.hero-node__modules { align-self: center; display: grid; gap: 13px; padding: 7px 0 7px 18px; border-left: 1px solid rgba(137,205,255,.38); }
.hero-node__modules a { position: relative; display: flex; align-items: center; width: 40px; height: 26px; color: rgba(209,232,255,.34); font-size: 12px; font-weight: 500; letter-spacing: .08em; transition: color .24s ease; }
.hero-node__modules a::before { width: 18px; height: 1px; margin-right: 12px; background: currentColor; content: ''; transition: width .24s ease, background .24s ease; }
.hero-node__modules b { position: absolute; right: 52px; color: inherit; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; opacity: 0; transform: translateX(8px); transition: opacity .2s ease, transform .2s ease; }
.hero-node__modules a:hover, .hero-node__modules a:focus-visible, .hero-node__modules a.is-active { color: #55b9ff; }
.hero-node__modules a:hover::before, .hero-node__modules a:focus-visible::before, .hero-node__modules a.is-active::before { width: 28px; background: #55b9ff; }
.hero-node__modules a:hover b, .hero-node__modules a:focus-visible b { opacity: 1; transform: translateX(0); }
.hero-node__topics { position: absolute; right: 0; bottom: 28px; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; }
.hero-node__topics a { position: relative; display: block; min-height: 58px; padding-top: 19px; color: rgba(225,237,249,.54); font-size: 13px; font-weight: 500; line-height: 1.25; letter-spacing: -.01em; transition: color .25s ease; }
.hero-node__topics a::before, .hero-node__topics a::after { position: absolute; top: 0; left: 0; height: 1px; content: ''; }
.hero-node__topics a::before { right: 0; background: rgba(222,236,250,.36); }
.hero-node__topics a::after { width: 100%; background: #5bbcff; transform: scaleX(0); transform-origin: left; transition: transform .45s ease; }
.hero-node__topics a:hover, .hero-node__topics a:focus-visible, .hero-node__topics a.is-active { color: #a4d9ff; }
.hero-node__topics a:hover::after, .hero-node__topics a:focus-visible::after { transform: scaleX(1); }
.hero-node__topics a.is-active::after { animation: hero-topic-progress 6s linear infinite; }
@keyframes hero-topic-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes hero-neural-breathe { from { background-size: auto calc(100% + 90px); } to { background-size: auto calc(104% + 90px); } }
@media (prefers-reduced-motion: reduce) { .hero-node, .hero-node__topics a.is-active::after { animation: none; } }
.cooperation-options { position: relative; overflow: hidden; padding: 112px 0 250px; background: #fff; }
.cooperation-options::before { position: absolute; z-index: 0; top: var(--cooperation-photo-start, 60%); right: 0; bottom: 0; left: 0; display: block; background: linear-gradient(90deg, rgba(4,17,38,.93), rgba(4,17,38,.58) 52%, rgba(4,17,38,.18)), url('assets/images/cooperation-european-office.png') center / cover no-repeat; content: ''; }
.cooperation-options > .container { position: relative; }
.cooperation-options__heading { max-width: 700px; margin: 0 auto 54px; text-align: center; }
.cooperation-options__heading h2 { margin: 0 0 17px; font-size: clamp(32px, 3.6vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
.cooperation-options__heading > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 18px; }
.cooperation-options__list { overflow: hidden; max-width: 1050px; margin: 0 auto; border: 1px solid #dbe7f5; background: transparent; }
.cooperation-options details { border-bottom: 1px solid #dbe7f5; }
.cooperation-options details:last-child { border-bottom: 0; }
.cooperation-options summary { position: relative; display: flex; align-items: center; min-height: 100px; gap: 25px; padding: 22px 82px 22px 30px; color: var(--white); background: linear-gradient(90deg, rgba(7,26,56,.995) 0%, rgba(7,26,56,.98) 54%, rgba(7,26,56,.91) 100%), url('assets/images/hero-neural-network.png') right center / cover no-repeat; font-size: 21px; font-weight: 600; cursor: pointer; list-style: none; transition: background .22s ease, color .22s ease; }
.cooperation-options summary::-webkit-details-marker { display: none; }
.cooperation-options summary::before, .cooperation-options summary::after { position: absolute; right: 32px; width: 19px; height: 1px; background: var(--blue); content: ''; transition: transform .25s ease; }
.cooperation-options summary::after { transform: rotate(90deg); }
.cooperation-options details[open] summary { color: var(--white); }
.cooperation-options details[open] summary::before, .cooperation-options details[open] summary::after { background: #8ccaff; }
.cooperation-options details[open] summary::after { transform: rotate(0); }
.cooperation-options__number, .cooperation-options details[open] .cooperation-options__number { color: #8ccaff; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.cooperation-options__content { padding: 28px 96px 32px; background: rgba(255,255,255,.96); color: var(--muted); font-size: 17px; }
.cooperation-options__content p { margin: 0 0 16px; }
.cooperation-options__content a { color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-row { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; color: var(--muted); font-size: 14px; font-weight: 700; }
.section { padding: 104px 0; }
.section-soft { background: var(--mist); }
.partner-section { padding: 118px 0; background: #edf4ff; }
.partner-section__grid { display: grid; grid-template-columns: minmax(270px, .88fr) minmax(430px, 1.12fr); gap: clamp(44px, 9vw, 132px); align-items: start; }
.partner-section__eyebrow { margin: 0 0 26px; color: #347ecc; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.partner-section__intro h2 { max-width: 435px; margin: 0 0 24px; color: var(--navy); font-size: clamp(42px, 4.25vw, 62px); font-weight: 600; line-height: .96; letter-spacing: -.055em; }
.partner-section__intro h2 span { color: var(--blue); }
.partner-section__intro > p:not(.partner-section__note) { max-width: 405px; margin: 0; color: var(--muted); font-size: 18px; font-weight: 500; line-height: 1.55; }
.partner-section__note { display: flex; align-items: center; gap: 12px; margin: 54px 0 0; color: #6e88a6; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.partner-section__note::before { width: 34px; height: 1px; background: var(--blue); content: ''; }
.partner-section__principles { border-top: 1px solid #b9d2ec; }
.partner-section__principles article { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 24px 0 23px; border-bottom: 1px solid #c9dced; }
.partner-section__principles article > span { padding-top: 3px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.partner-section__principles h3 { margin: 0 0 7px; color: var(--navy); font-size: 21px; font-weight: 600; letter-spacing: -.025em; }
.partner-section__principles p { max-width: 440px; margin: 0; color: var(--muted); font-size: 15px; font-weight: 500; line-height: 1.5; }
.section-heading { max-width: 670px; margin-bottom: 44px; }
.section-heading h2, .two-col h2, .cta-panel h2 { margin-bottom: 14px; font-size: clamp(28px, 3vw, 40px); line-height: 1.14; letter-spacing: -.03em; }
.section-heading p, .two-col p { color: var(--muted); font-size: 18px; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: service; }
.service-card { position: relative; z-index: 1; display: grid; grid-template-rows: 30px 68px 58px 24px; align-items: start; justify-items: center; gap: 12px; padding: 31px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: var(--white); text-align: center; transition: transform .28s ease, box-shadow .28s ease; counter-increment: service; }
.service-card:last-child { border-right: 0; }
.service-card > span.service-number { display: flex; min-height: 30px; padding: 0; color: transparent; font-size: 0; }
.service-card > span.service-number::before { position: static; color: var(--blue); font-size: 22px; font-weight: 700; line-height: 1; letter-spacing: 0; content: counter(service); transform: none; }
.service-card > a.service-number { position: static; padding-top: 0; line-height: 1.55; }
.service-card > a.service-number { color: var(--blue); font-size: 13px; font-weight: 700; }
.service-card > a.service-number::before { content: none; }
.service-card h2, .service-card h3 { width: 100%; margin: 0; font-size: 20px; line-height: 1.28; }
.service-card p { width: 100%; margin: 0; color: var(--muted); }
@media (hover: hover) and (pointer: fine) { .service-card:hover { z-index: 3; transform: scale(1.1); box-shadow: 0 14px 30px rgba(7,26,56,.14); } }
@media (prefers-reduced-motion: reduce) { .service-card { transition: none; } }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.steps { display: grid; gap: 0; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.step strong { color: var(--blue); font-size: 18px; }
.step p { margin: 3px 0 0; color: var(--muted); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.proof { min-height: 190px; padding: 30px; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.proof p { color: #c9d9ee; }
.proof strong { display: block; margin-bottom: 12px; color: var(--blue-light); }
.about-image { min-height: 390px; border-radius: var(--radius); background: linear-gradient(90deg, rgba(3,17,38,.7), rgba(3,17,38,.05)), url('assets/images/team-collaboration.png') center / cover; display: flex; align-items: end; padding: 34px; color: var(--white); }
.about-image h3 { max-width: 360px; margin: 0; font-size: 31px; line-height: 1.1; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 33px; }
.stat strong { display: block; color: var(--blue); font-size: 28px; line-height: 1; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.client-row { display: grid; grid-template-columns: .8fr repeat(5, 1fr); align-items: center; gap: 16px; padding: 80px 0; color: #718096; font-size: 14px; font-weight: 700; }
.client-row > span:first-child { text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.brand-placeholder { display: grid; place-items: center; min-height: 46px; color: #8393a9; border: 1px dashed #c7d5e6; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.partner-logo { display: grid; place-items: center; min-height: 46px; }
.partner-logo img { display: block; max-width: 128px; max-height: 46px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .72; }
.client-trust__inner { display: grid; grid-template-columns: 235px minmax(0, 1fr); align-items: center; gap: 60px; padding-top: 38px; padding-bottom: 38px; border-top: 1px solid var(--line); }
.client-trust__intro h2 { margin: 0 0 10px; color: var(--blue); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.client-trust__intro p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.client-trust__logos { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); align-items: center; gap: 24px 32px; }
.client-trust .partner-logo { min-height: 64px; }
.client-trust .partner-logo img { max-width: min(150px, 100%); max-height: 64px; filter: none; opacity: 1; }
@media (max-width: 780px) {
	.client-trust__inner { grid-template-columns: 1fr; gap: 28px; padding-top: 30px; padding-bottom: 30px; }
	.client-trust__intro { text-align: center; }
	.client-trust__logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}
.audience { position: relative; padding: 108px 0; color: var(--white); background: linear-gradient(90deg, rgba(3,17,38,.98), rgba(3,17,38,.86) 48%, rgba(3,17,38,.38)), url('assets/images/it-node-building.png') center / cover fixed; }
.audience-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 78px; align-items: start; }
.audience .eyebrow { color: #8cc2ff; }
.audience h2 { margin-bottom: 18px; font-size: clamp(30px, 3.5vw, 44px); line-height: 1.1; letter-spacing: -.035em; }
.audience-intro { max-width: 590px; color: #d4e1ef; font-size: 18px; }
.fit-list { display: grid; gap: 20px; margin: 34px 0 0; padding: 0; list-style: none; }
.fit-list li { position: relative; padding-left: 26px; color: #d4e1ef; }
.fit-list li::before { position: absolute; left: 0; top: .4em; width: 10px; height: 10px; border-radius: 50%; background: var(--blue-light); content: ''; }
.fit-list strong { display: block; margin-bottom: 3px; color: var(--white); font-size: 18px; }
.not-fit { padding: 30px; border-left: 2px solid var(--blue-light); background: rgba(4,17,38,.48); backdrop-filter: blur(4px); }
.not-fit h3 { margin: 0 0 22px; font-size: 21px; }
.not-fit ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; color: #d4e1ef; }
.not-fit strong { display: block; color: var(--white); }
.journey { overflow: hidden; padding: 104px 0; background: #f4f8fe; }
.journey-heading { margin-bottom: 78px; }
.journey-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.14; letter-spacing: -.03em; }
.journey-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; counter-reset: journey; }
.journey-step { position: relative; min-height: 248px; padding-top: 72px; counter-increment: journey; }
.journey-step::before { position: absolute; top: -18px; left: -5px; z-index: 0; color: rgba(22,119,255,.06); font-size: 105px; font-weight: 700; line-height: 1; letter-spacing: -.08em; content: '0' counter(journey); pointer-events: none; }
.journey-step::after { position: absolute; top: 24px; left: 25px; z-index: 1; color: var(--blue); font-size: 15px; font-weight: 700; content: counter(journey); transform: translateX(-50%); }
.journey-dot { display: none; }
.journey-step h3 { margin: 0 0 7px; font-size: 19px; }
.journey-step p { max-width: 205px; margin: 0; color: var(--muted); }
.journey-link { color: var(--blue); font-size: 13px; font-weight: 700; }
.journey-action { display: flex; justify-content: flex-end; margin-top: 34px; }
.cta-wrap { padding: 70px 0; background: var(--navy-deep); }
.cta-wrap { display: none; }
.cta-panel { padding: 50px; border-radius: var(--radius); background: linear-gradient(110deg, #0d346f, #0a65d9); color: var(--white); }
.cta-panel p { max-width: 580px; color: #dcecff; font-size: 18px; }
.cta-panel .button { margin-top: 12px; color: var(--white); }
body.page:not(.home) .site-header:not(.is-scrolled) { background: #041126; }
.page-banner { position: relative; overflow: hidden; padding: 172px 0 44px; color: var(--ink); background: #f3f4f5; }
.page-banner::before { position: absolute; inset: 0; background: url('assets/images/page-neural-light.png') right center / cover no-repeat; content: ''; pointer-events: none; }
.page-banner > .container { position: relative; }
.page-banner__crumbs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 17px; font-size: 12px; color: #536b86; }
.page-banner__crumbs a:hover { color: #075dbd; }
.page-banner h1 { margin: 0; font-size: clamp(32px, 3.4vw, 46px); font-weight: 600; letter-spacing: -.035em; line-height: 1.15; }
.page-banner p { margin: 12px 0 0; color: #536b86; font-size: 15px; }
.subpage__content { padding-top: 64px; padding-bottom: 80px; min-height: 280px; }
.contact-page { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr); gap: 80px; padding-top: 64px; padding-bottom: 80px; }
.contact-page h2 { font-size: clamp(26px, 2.3vw, 34px); font-weight: 600; line-height: 1.25; letter-spacing: -.03em; margin: 0 0 20px; }
.contact-page h2 span { color: #1677e5; }
.contact-page p { color: var(--muted); line-height: 1.75; }
.contact-page .about-node__eyebrow { color: #0872cf; }
.contact-data { margin: 30px 0 20px; }
.contact-data > div { position: relative; border-top: 1px solid var(--line); padding: 17px 0 17px 34px; }
.contact-data dt svg { position: absolute; top: 20px; left: 0; width: 18px; height: 18px; fill: none; stroke: #7893ae; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.contact-data dt { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 5px; }
.contact-data dd { margin: 0; font-size: 16px; line-height: 1.7; }
.contact-data a { overflow-wrap: anywhere; }
.contact-map-link { color: #075dbd; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.contact-hint { margin-top: 35px; padding-left: 20px; border-left: 2px solid #84bceb; }
.contact-hint h3 { font-size: 17px; margin: 0; }
.contact-hint p { font-size: 14px; margin-bottom: 0; }
.contact-page__form { padding: 32px; background: #f3f7fc; border: 1px solid var(--line); align-self: start; }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 25px; }
.contact-fields > p { display: contents; }
.contact-fields > p > br { display: none; }
.contact-fields label { display: block; font-size: 12px; font-weight: 500; color: var(--ink); }
.contact-fields__wide { grid-column: 1 / -1; }
.contact-fields input, .contact-fields select, .contact-fields textarea { display: block; width: 100%; min-width: 0; padding: 12px; margin-top: 7px; color: var(--ink); background: #fff; border: 1px solid #cad8e9; border-radius: 0; font: inherit; font-size: 15px; }
.contact-fields textarea { min-height: 145px; height: 145px; resize: vertical; }
.contact-fields input:focus-visible, .contact-fields select:focus-visible, .contact-fields textarea:focus-visible { outline: 2px solid #1677e5; outline-offset: 2px; }
.contact-page .contact-form-note { font-size: 11px; line-height: 1.65; }
.contact-page .wpcf7-submit { cursor: pointer; font-family: inherit; }
.contact-page .wpcf7-not-valid-tip { font-size: 12px; margin-top: 5px; }
.contact-page .wpcf7-response-output { margin: 20px 0 0; font-size: 14px; }
@media (max-width: 850px) { .contact-page { grid-template-columns: 1fr; gap: 35px; padding-top: 40px; } }
@media (max-width: 500px) { .contact-page__form { padding: 22px 18px; } .contact-fields { grid-template-columns: 1fr; } }
.hotel-page h2 { margin: 0 0 20px; font-size: clamp(25px, 2.3vw, 32px); line-height: 1.25; font-weight: 600; letter-spacing: -.025em; }
.hotel-feature { background: linear-gradient(90deg, rgba(5,20,39,.94) 0%, rgba(5,20,39,.84) 30%, rgba(5,20,39,.28) 65%, rgba(5,20,39,.1) 100%), url('assets/images/hotel-reception-banner.jpg') center 55% / cover; padding: 72px 0; }
.hotel-opening { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); align-items: center; gap: 72px; padding-top: 64px; padding-bottom: 64px; }
.hotel-page .hotel-opening h2 { margin-bottom: 0; font-size: clamp(25px, 2.5vw, 33px); line-height: 1.3; }
.hotel-opening h2 span { color: #1677e5; }
/* Blue second lines are a quieter complement; primary headings stay unchanged. */
.hotel-opening h2 span,
.hotel-intro h2 span,
.partner-section__intro h2 span,
.contact-page h2 span,
.about-node h2 span,
.about-hotel h2 span,
#dlaczego-my h2 span { font-size: .88em; font-weight: 400; }
.hotel-page .hotel-opening__highlights { display: flex; flex-wrap: wrap; gap: 20px 26px; list-style: none; padding: 0; margin: 30px 0 0; }
.hotel-page .hotel-opening__highlights li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; margin: 0; color: #53677f; font-size: 12px; line-height: 1.5; }
.hotel-opening__highlights svg { width: 25px; height: 25px; stroke: #53677f; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.hotel-opening__highlights .hotel-opening__icon-accent { stroke: #1677e5; }
.hotel-page .hotel-opening__text p { font-size: 15px; line-height: 1.8; }
.hotel-page .hotel-opening__text p:last-child { margin-bottom: 0; }
.hotel-feature__copy { max-width: 510px; }
.outsourcing-feature { background-image: linear-gradient(90deg, rgba(5,20,39,.94), rgba(5,20,39,.78) 38%, rgba(5,20,39,.18)), url('assets/images/outsourcing-banner.jpg'); }
.hotel-page .outsourcing-opening-note { margin-top: 28px; font-size: 12px; color: #53677f; }
.outsourcing-models { padding-top: 72px; }
.outsourcing-text-link { color: #126bce; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.outsourcing-start { margin-top: 56px; padding: 34px; background: #f1f6fc; }
.outsourcing-start__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.outsourcing-start__grid p { font-size: 14px; }
@media (max-width: 700px) {
 .hotel-page .outsourcing-feature { background-image: linear-gradient(90deg, rgba(5,20,39,.92), rgba(5,20,39,.65)), url('assets/images/outsourcing-banner.jpg'); }
 .outsourcing-start { padding: 24px; }
 .outsourcing-start__grid { grid-template-columns: 1fr; gap: 16px; }
 .outsourcing-models { padding-top: 44px; }
}
.hotel-page .hotel-feature h2 { color: #fff; font-size: clamp(30px, 3.1vw, 44px); line-height: 1.16; letter-spacing: -.035em; }
.hotel-page .hotel-feature p { color: #dae5ef; max-width: 450px; font-size: 15px; }
.outsourcing-feature .hotel-feature__copy { max-width: 100%; }
.hotel-page .outsourcing-feature h2 { max-width: 720px; }
.hotel-page .outsourcing-feature p { max-width: none; }
@media (min-width: 1100px) {
 .hotel-page .outsourcing-feature .hotel-feature__copy > p:not(.about-node__eyebrow) { white-space: nowrap; min-height: 54px; }
}
.hotel-page .hotel-feature .about-node__eyebrow { color: #97caf1; font-size: 10px; letter-spacing: .16em; }
.hotel-feature .button { margin-top: 12px; color: white; }
.hotel-editorial-content { position: relative; isolation: isolate; background: #fff; padding: 70px 0 80px; overflow: hidden; }
.hotel-editorial-content::before { content: ''; position: absolute; z-index: -1; pointer-events: none; inset: 0 0 0 auto; width: 62%; background: url('assets/images/page-neural-light.png') right top / auto 760px repeat-y; opacity: .29; mask-image: linear-gradient(to right, transparent, #000); -webkit-mask-image: linear-gradient(to right, transparent, #000); }
.hotel-services__heading { margin-bottom: 12px; }
.hotel-page .hotel-services__heading h2 { font-size: clamp(26px, 2.5vw, 34px); margin-bottom: 12px; }
.hotel-page .hotel-services__heading > p:last-child { font-size: 15px; }
.hotel-page--editorial .hotel-service h2 { font-size: clamp(23px, 2.1vw, 29px); }
.hotel-page--editorial .hotel-contact { margin-top: 46px; border-top: 0; }
@media (max-width: 700px) {
 .hotel-opening { grid-template-columns: 1fr; gap: 24px; padding-top: 40px; padding-bottom: 40px; }
 .hotel-feature { padding: 48px 0; background-position: 62% center; background-image: linear-gradient(90deg, rgba(5,20,39,.91), rgba(5,20,39,.65)), url('assets/images/hotel-reception-banner.jpg'); }
 .hotel-feature__copy { max-width: 440px; }
 .hotel-editorial-content { padding: 44px 0 54px; }
 .hotel-editorial-content::before { width: 100%; opacity: .18; }
 .hotel-page--editorial .hotel-benefit { margin-top: 18px; }
}
.hotel-page h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.4; font-weight: 600; }
.hotel-page p, .hotel-page li { color: var(--muted); line-height: 1.8; }
.hotel-page p { margin: 0 0 18px; }
.hotel-page .about-node__eyebrow { color: #0872cf; font-size: 11px; margin-bottom: 16px; }
.hotel-intro, .hotel-service { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: 64px; }
.hotel-intro h2 span { color: #1677e5; }
.hotel-photo { margin: 0 0 38px; }
.hotel-photo img { display: block; width: 100%; height: clamp(240px, 30vw, 410px); object-fit: cover; object-position: 50% 66%; filter: saturate(.82) brightness(.95); }
.hotel-photo figcaption { margin-top: 9px; color: #687b91; font-size: 10px; text-align: right; }
.hotel-photo figcaption a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 600px) { .hotel-photo img { height: 240px; object-position: 58% 65%; } }
.hotel-properties { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 30px 0 44px; }
.hotel-properties article { padding-top: 22px; border-top: 1px solid #cbdced; }
.hotel-properties p { font-size: 14px; margin-bottom: 0; }
.hotel-topics { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 24px 28px; background: #f1f6fc; margin-bottom: 12px; }
.hotel-topics > span { flex-basis: 100%; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.hotel-topics a { font-size: 13px; color: #075dbd; text-decoration: underline; text-underline-offset: 4px; }
.hotel-service { padding: 48px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 155px; }
.hotel-service ul { padding-left: 20px; margin: 0 0 20px; }
.hotel-service li { margin-bottom: 9px; }
.hotel-service > div:first-child > .about-node__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.hotel-service__number { font-size: 27px; font-weight: 400; letter-spacing: -.04em; line-height: 1; color: #1677e5; }
.hotel-page .hotel-benefit { max-width: 330px; padding-left: 15px; border-left: 2px solid #9fcaf0; font-size: 14px; line-height: 1.65; color: #53677f; }
.hotel-service > div:last-child > p:first-child { margin-top: 0; }
.hotel-service > div:last-child > :last-child { margin-bottom: 0; }
.hotel-page .hotel-note { font-size: 13px; padding-left: 17px; border-left: 2px solid #84bceb; }
.hotel-systems article { padding: 18px 0 2px; border-top: 1px solid var(--line); }
.hotel-systems h3 { color: #075dbd; }
.hotel-process { background: #f1f6fc; padding: 34px; margin-top: 48px; }
.hotel-process .hotel-properties { margin-bottom: 0; }
.hotel-faq { padding: 48px 0; }
.hotel-faq details { border-bottom: 1px solid var(--line); }
.hotel-faq summary { cursor: pointer; padding: 20px 4px; font-weight: 500; }
.hotel-faq details p { padding: 0 24px 8px; max-width: 900px; }
.hotel-contact { border-top: 1px solid var(--line); padding-top: 38px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.hotel-contact > div { max-width: 740px; }
.hotel-contact .button { flex-shrink: 0; }
.hotel-intro--split { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: 72px; margin-bottom: 64px; }
.hotel-intro__text { max-width: 510px; }
.hotel-intro__text h2 { font-size: clamp(29px, 2.7vw, 38px); margin-bottom: 25px; }
.hotel-intro__photo { margin: 0; min-width: 0; }
.hotel-intro__photo img { display: block; width: 100%; height: 360px; object-fit: cover; object-position: 50% 62%; border-radius: 4px; }
.hotel-intro__photo figcaption { margin-top: 8px; font-size: 10px; color: #687b91; text-align: right; }
.hotel-intro__photo a { text-decoration: underline; text-underline-offset: 3px; }
.hotel-solutions__heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 22px; }
.hotel-solutions__heading h2 { margin: 0; font-size: 24px; }
.hotel-solutions__heading p { margin: 0; font-size: 13px; }
.hotel-solution { border-top: 1px solid var(--line); scroll-margin-top: 160px; }
.hotel-solution:last-child { border-bottom: 1px solid var(--line); }
.hotel-solution summary { display: flex; align-items: center; gap: 28px; padding: 26px 8px; cursor: pointer; list-style: none; }
.hotel-solution summary::-webkit-details-marker { display: none; }
.hotel-solution summary:hover { background: #f7faff; }
.hotel-solution summary:focus-visible { outline: 2px solid #1677e5; outline-offset: 3px; }
.hotel-solution__number { flex: 0 0 42px; color: #1677e5; font-size: 26px; font-weight: 400; letter-spacing: -.04em; }
.hotel-solution__label { flex: 1; min-width: 0; }
.hotel-solution__title { display: block; color: var(--ink); font-weight: 500; font-size: 20px; line-height: 1.4; }
.hotel-solution__description { display: block; margin-top: 6px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.hotel-solution__toggle { position: relative; flex: 0 0 18px; height: 18px; color: #438bc9; }
.hotel-solution__toggle::before, .hotel-solution__toggle::after { content: ''; position: absolute; width: 16px; height: 1px; background: currentColor; left: 1px; top: 8px; }
.hotel-solution__toggle::after { transform: rotate(90deg); }
.hotel-solution[open] .hotel-solution__toggle::after { display: none; }
.hotel-solution__body { padding: 0 54px 28px 78px; max-width: 1000px; font-size: 14px; }
.hotel-solution__body ul { padding-left: 20px; }
.hotel-solution__body li { margin-bottom: 8px; }
.hotel-page--compact .hotel-contact { margin-top: 56px; border-top: 0; padding-top: 0; }
@media (max-width: 700px) {
 .hotel-intro--split { grid-template-columns: 1fr; gap: 25px; margin-bottom: 44px; }
 .hotel-intro__photo img { height: 250px; }
 .hotel-solutions__heading { display: block; }
 .hotel-solutions__heading p { margin-top: 8px; }
 .hotel-solution summary { padding: 22px 0; gap: 14px; }
 .hotel-solution__number { flex-basis: 30px; font-size: 23px; }
 .hotel-solution__title { font-size: 17px; }
 .hotel-solution__description { font-size: 13px; }
 .hotel-solution__body { padding: 0 0 24px 44px; }
}
.about-hotel__teaser { max-width: 800px; color: #b5c8df; margin-bottom: 24px; }
.about-hotel .about-hotel__link { color: #fff; }
.mobile-menu { display: none; }
@media (min-width: 1001px) { .header-row .menu { gap: 20px; margin-left: 15px; white-space: nowrap; } }
@media (max-width: 1000px) {
  .header-row .menu { display: none; }
  .header-row .help-button { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .mobile-menu summary { cursor: pointer; border: 1px solid currentColor; padding: 8px 15px; font-size: 14px; }
  .mobile-menu nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; background: #041126; color: #fff; padding: 16px 24px; box-shadow: 0 12px 24px #04112633; }
  .mobile-menu nav a { padding: 10px 0; }
  .mobile-menu nav .is-current { color: #80c4ff; text-decoration: underline; text-underline-offset: 5px; }
}
@media (max-width: 700px) {
  .hotel-intro, .hotel-service, .hotel-properties { grid-template-columns: 1fr; gap: 20px; }
  .hotel-service { padding: 32px 0; }
  .hotel-service h2 { margin-bottom: 0; }
  .hotel-process { padding: 24px; }
  .hotel-contact { flex-direction: column; align-items: flex-start; }
  .hotel-contact .button { max-width: 100%; }
}
.about-node { padding: 80px 0; }
.about-experience { display: grid; grid-template-columns: .95fr 1fr 1fr; gap: 18px; margin-top: 42px; }
.about-experience > div { padding: 32px; border-radius: 6px; min-width: 0; }
.about-experience__years { background: #081e38; color: #fff; }
.about-experience .about-experience__kicker { margin: 0 0 12px; font-size: 10px; letter-spacing: .16em; color: #9cbedb; }
.about-experience__years strong { display: flex; align-items: baseline; gap: 12px; color: #fff; font-size: clamp(70px,8vw,96px); font-weight: 500; letter-spacing: -.07em; line-height: 1.1; }
.about-experience__years strong span { font-size: 24px; color: #63baff; letter-spacing: -.02em; font-weight: 400; }
.about-experience__years > p:last-child { margin: 14px 0 0; color: #c3d4e4; font-size: 14px; }
.about-experience__card { background: #f1f6fb; display: flex; flex-direction: column; align-items: flex-start; }
.about-experience__card svg { width: 32px; height: 32px; color: #248ad5; margin-bottom: 24px; }
.about-experience .about-experience__card h3 { margin: 0 0 14px; color: #102a47; font-size: clamp(23px,2.4vw,29px); font-weight: 500; letter-spacing: -.035em; line-height: 1.35; }
.about-experience__card h3 span { font-size: 17px; letter-spacing: -.02em; font-weight: 400; }
.about-experience__card p { margin: auto 0 0; color: #526a83; font-size: 13px; line-height: 1.7; max-width: 29ch; }
@media(max-width:760px) { .about-experience { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; } .about-experience > div { padding: 26px; } .about-experience__card svg { margin-bottom: 18px; } .about-experience__card p { max-width: none; } }
.about-node__intro { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; }
.about-node__eyebrow { margin: 0 0 20px; color: #0872cf; font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.about-node h2, .about-hotel h2, .about-work h2, .about-contact h2 { margin: 0; font-size: clamp(27px, 2.7vw, 36px); font-weight: 600; line-height: 1.2; letter-spacing: -.035em; }
.about-node h2 span { color: #1677e5; }
.about-node__copy p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.about-node__copy p:last-child { margin-bottom: 0; }
.about-node__copy .button { margin-top: 12px; }
.about-hotel { position: relative; padding: 72px 0; color: var(--white); background: #071a38; }
.about-hotel__heading { display: grid; grid-template-columns: 1fr 1.15fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.about-hotel .about-node__eyebrow, .about-hotel h2 span { color: #80c4ff; }
.about-hotel__heading > p { margin: 0; color: #b5c8df; font-size: 16px; line-height: 1.8; max-width: 590px; }
.about-hotel__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 40px; }
.about-hotel__grid article { padding-top: 25px; border-top: 1px solid rgba(166,204,241,.23); }
.about-node__number { display: block; margin-bottom: 17px; color: #1677df; font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.about-hotel .about-node__number { color: #80c4ff; }
.about-hotel h3, .about-work h3 { margin: 0 0 12px; font-size: 19px; font-weight: 600; line-height: 1.4; }
.about-hotel__grid p { margin: 0; color: #b5c8df; font-size: 14px; line-height: 1.8; }
.about-work { padding: 65px 0 72px; background: #f1f6fc; }
.about-work__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 36px; }
.about-work__grid article { border-top: 1px solid #cbdced; padding-top: 25px; }
.about-work__grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.about-contact { padding: 65px 0; background: #fff; }
.about-contact__inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.about-contact p:last-child { margin: 15px 0 0; color: var(--muted); }
.about-contact .button { flex-shrink: 0; }
@media (max-width: 900px) {
	.about-node__intro, .about-hotel__heading { gap: 36px; }
	.about-hotel__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
	.page-banner { padding-top: 186px; padding-bottom: 32px; }
	.about-node, .about-hotel, .about-work, .about-contact { padding: 46px 0; }
	.about-node__intro, .about-hotel__heading, .about-hotel__grid, .about-work__grid { grid-template-columns: 1fr; gap: 28px; }
	.about-contact__inner { align-items: flex-start; flex-direction: column; }
	.about-contact .button { max-width: 100%; }
}
@media (max-width: 600px) {
  .header-top__inner { flex-wrap: wrap; gap: 7px; padding-top: 8px; padding-bottom: 8px; }
  .header-top__contact { font-size: 11px; gap: 10px; flex-wrap: wrap; }
  .header-top__actions { margin-left: auto; }
  .header-top__actions .help-button { min-height: 27px; font-size: 10px; }
}
@media (max-width: 780px) { body .hero-node { padding-top: 190px; } body .hero-node__grid { padding-bottom: 0; } }
.site-footer { position: relative; overflow: hidden; background: linear-gradient(115deg, #041126 0%, #041126 48%, #071a38 100%); color: #9db2cc; font-size: 14px; }
.site-footer::after { position: absolute; inset: 0; background: url('assets/images/footer-network.svg') center / cover no-repeat; -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.15), #000); mask-image: linear-gradient(90deg, rgba(0,0,0,.15), #000); content: ''; pointer-events: none; }
.site-footer__main, .site-footer__bottom { position: relative; z-index: 1; }
.site-footer__main { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, .8fr) minmax(0, .8fr) minmax(0, 1.52fr); gap: 48px; padding: 66px 0 58px; }
.site-footer__brand > a { display: inline-block; text-decoration: none; }
.site-footer__brand img { display: block; width: min(178px, 100%); height: auto; }
.site-footer__links h2, .site-footer__label { margin: 3px 0 17px; color: #8ecaff; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-footer__links { display: grid; align-content: start; gap: 7px; }
.site-footer__links h2 { margin-bottom: 10px; }
.site-footer__links a, .site-footer__bottom a { color: #9db2cc; line-height: 1.65; text-decoration: none; }
.site-footer__links a:hover, .site-footer__bottom a:hover { color: var(--white); }
.site-footer__contact { border-left: 1px solid rgba(185,216,248,.22); padding-left: 35px; }
.site-footer__contact h2 { margin: 0 0 9px; color: #f2f7ff; font-size: 22px; font-weight: 600; letter-spacing: -.04em; line-height: 1.16; }
.site-footer__contact address { font-style: normal; line-height: 1.65; }
.site-footer__contact .footer-contact-row { display: flex; align-items: flex-start; gap: 11px; }
.footer-contact-row svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; fill: none; stroke: #7893ae; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact-row span { min-width: 0; overflow-wrap: anywhere; }
.site-footer__email { display: block; width: fit-content; margin: 14px 0 20px; color: #c9e4ff; text-decoration: none; }
.site-footer__cta { display: inline-flex; align-items: center; justify-content: space-between; width: 203px; min-height: 46px; padding: 0 15px 0 17px; color: #f6fbff; background: linear-gradient(#041126,#041126) padding-box, linear-gradient(100deg,#8dceff,#147cd6 45%,rgba(86,179,255,.22)) border-box; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-footer__cta b { color: #6ec0ff; font-size: 20px; font-weight: 400; line-height: 1; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; border-top: 1px solid rgba(185,216,248,.22); color: #829bb9; font-size: 12px; }
.site-footer__bottom div { display: flex; gap: 19px; }
.site-footer__bottom a { font-size: 12px; }
@media (max-width: 780px) {
	.site-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; padding: 40px 0; }
	.site-footer__brand { grid-column: 1 / -1; }
	.site-footer__links { min-width: 0; gap: 0; }
	.site-footer__links a { display: flex; align-items: center; min-height: 44px; overflow-wrap: anywhere; }
	.site-footer__contact { grid-column: 1 / -1; border-top: 1px solid rgba(185,216,248,.22); border-left: 0; padding: 29px 0 0; }
	.site-footer__bottom { align-items: flex-start; flex-direction: column; padding: 18px 0; }
	.site-footer__bottom > span { min-width: 0; overflow-wrap: anywhere; }
}
@media (max-width: 780px) { .menu { display: none; } .hero { min-height: auto; padding: 145px 0 300px; background-position: 62% center; } .hero-node { height: auto; min-height: 720px; padding: 118px 0 62px; background-position: 64% center; } .hero-node__grid { width: min(1180px, calc(100% - 40px)); display: block; padding-top: 0; } .hero-node__content { margin: 0; } .hero-node__copy { padding-top: 29px; } .hero-node__eyebrow { margin-bottom: 10px; font-size: 10px; letter-spacing: .39em; } .hero-node h1 { font-size: clamp(40px, 13vw, 58px); } .hero-node__description { margin: 28px 0 34px; font-size: 18px; } .hero-node__services { gap: 12px 18px; margin: 0 0 28px; font-size: 10px; letter-spacing: .14em; } .hero-node__services li:not(:last-child)::after { display: none; } .hero-node__button { align-self: flex-end; min-height: 42px; margin-left: 0; padding: 0 17px; gap: 19px; } .hero-node__modules, .hero-node__topics { display: none; } .partner-section { padding: 76px 0; } .partner-section__grid { grid-template-columns: 1fr; gap: 36px; } .partner-section__intro h2 { font-size: clamp(40px, 12vw, 55px); } .partner-section__note { margin-top: 35px; } .partner-section__principles article { grid-template-columns: 43px 1fr; gap: 13px; } .partner-section__principles h3 { font-size: 19px; } .cooperation-options { padding: 74px 0 250px; } .cooperation-options__heading { margin-bottom: 38px; text-align: left; } .cooperation-options__heading > p:not(.eyebrow) { font-size: 17px; } .cooperation-options summary { min-height: 78px; gap: 14px; padding: 18px 58px 18px 19px; font-size: 19px; } .cooperation-options summary::before, .cooperation-options summary::after { right: 20px; width: 16px; } .cooperation-options__content { padding: 22px 20px 27px; font-size: 16px; } .cta-showcase { min-height: 570px; padding: 70px 0; background-position: 66% center; } .cta-showcase::before { background: linear-gradient(90deg, rgba(3,14,31,.96), rgba(3,14,31,.67)); } .cta-showcase__inner { min-height: 430px; align-items: flex-end; } .cta-showcase h2 { font-size: 38px; } .cta-showcase__copy > p:not(.eyebrow) { font-size: 17px; } .hero-grid, .two-col, .services, .proof-grid, .audience-grid { grid-template-columns: 1fr; gap: 24px; } .service-card, .service-card:last-child { border-right: 0; border-bottom: 1px solid var(--line); } .service-card:last-child { border-bottom: 0; } .section, .audience, .journey { padding: 70px 0; } .trust-row { flex-wrap: wrap; } .cta-panel { padding: 32px 24px; } .stats { grid-template-columns: 1fr 1fr; } .client-row { grid-template-columns: repeat(2, 1fr); } .client-row > span:first-child { grid-column: 1 / -1; } .audience { background-attachment: scroll; background-position: 66% center; } .journey-track { grid-template-columns: 1fr; gap: 8px; padding-left: 0; } .journey-step { min-height: 190px; padding-top: 58px; } .journey-step::before { top: -10px; font-size: 85px; } .journey-step::after { top: 19px; left: 19px; } .journey-step p { max-width: none; } }
