:root {
  --bg: #ffffff;
  --bg-soft: #f4f7fb;
  --text: #111827;
  --muted: #5b6475;
  --line: #d9dee8;
  --navy: #072352;
  --navy-2: #0a2f6b;
  --gold: #fec90d;
  --gold-dark: #c78d00;
  --gold-soft: rgba(254, 201, 13, .15);
  --card: #ffffff;
  --shadow: 0 18px 60px rgba(7, 35, 82, .12);
  --radius: 22px;
  --container: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
#o-firmie, #uslugi, #doswiadczenie, #wspolpraca, #about, #services, #experience, #cooperation { scroll-margin-top: 108px; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--gold); color: var(--navy); border-radius: 10px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(217, 222, 232, .75); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 26px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.site-header .brand-logo { width: 76px !important; height: 76px !important; max-width: 76px !important; max-height: 76px !important; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { text-decoration: none; color: var(--muted); font-weight: 650; font-size: 14px; }
.site-nav a:hover, .site-nav a.active { color: var(--navy); }
.lang-switch { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy) !important; background: #fff; }
.nav-toggle { display: none; }
.hero { position: relative; overflow: hidden; color: #ffffff; background: radial-gradient(circle at 80% 20%, rgba(254,201,13,.24), transparent 28%), linear-gradient(90deg, rgba(7,35,82,.93) 0%, rgba(7,35,82,.83) 48%, rgba(7,35,82,.62) 100%), url("assets/img/linie-napowietrzne-zachod.jpg") center / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(120deg, rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(30deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; opacity: .35; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 54px; min-height: 650px; padding: 82px 0; }
.eyebrow, .section-label { margin: 0 0 14px; color: var(--gold); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; margin-bottom: 28px; }
.hero .lead { max-width: 720px; color: rgba(255,255,255,.86); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy); box-shadow: 0 16px 38px rgba(254, 201, 13, .22); }
.button-primary:hover { background: #fde574; }
.button-secondary { color: #ffffff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.button-secondary:hover { background: rgba(255,255,255,.12); }
.button-small { min-height: 38px; padding: 9px 16px; border-radius: 12px; }
.hero-card { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow); border-radius: var(--radius); padding: 30px; backdrop-filter: blur(18px); }
.line-art { height: 130px; margin-bottom: 26px; border-radius: 18px; background: linear-gradient(135deg, transparent 45%, rgba(254,201,13,.95) 46%, rgba(254,201,13,.95) 48%, transparent 49%), linear-gradient(45deg, transparent 45%, rgba(255,255,255,.42) 46%, rgba(255,255,255,.42) 48%, transparent 49%), radial-gradient(circle at 25% 35%, rgba(254,201,13,.95) 0 4px, transparent 5px), radial-gradient(circle at 75% 68%, rgba(255,255,255,.85) 0 4px, transparent 5px), rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); }
.hero-card h2 { font-size: 27px; line-height: 1.12; letter-spacing: -.03em; margin-bottom: 14px; }
.hero-card p, .hero-card li { color: rgba(255,255,255,.78); }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; }
.check-list li { position: relative; padding-left: 27px; margin: 8px 0; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.section { padding: 88px 0; }
.section-muted { background: var(--bg-soft); }
.two-column, .experience-grid, .contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 68px; }
.section h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.06; letter-spacing: -.045em; margin-bottom: 20px; color: var(--navy); }
.text-block { color: var(--muted); font-size: 18px; }
.section-heading { max-width: 780px; margin-bottom: 38px; }
.section-heading > p:last-child, .lead-small { color: var(--muted); font-size: 18px; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 12px 32px rgba(7, 35, 82, .06); }
.card-number { color: var(--gold-dark); font-weight: 900; font-size: 13px; letter-spacing: .12em; }
.service-card h3 { margin: 15px 0 10px; font-size: 21px; line-height: 1.15; letter-spacing: -.02em; color: var(--navy); }
.service-card p { color: var(--muted); margin-bottom: 0; font-size: 15.5px; }
.media-section { padding: 58px 0 88px; background: var(--bg-soft); }
.media-stack { display: grid; gap: 22px; }
.media-feature { display: grid; grid-template-columns: 1fr 420px; align-items: center; gap: 38px; color: #fff; background: #10091d; border-radius: 28px; padding: 38px; box-shadow: var(--shadow); overflow: hidden; }
.media-feature-light { grid-template-columns: 420px 1fr; background: #ffffff; color: var(--text); border: 1px solid var(--line); }
.media-copy h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -.04em; margin: 12px 0 18px; color: inherit; }
.media-copy p, .media-copy li { color: rgba(255,255,255,.86); }
.media-feature-light .media-copy p, .media-feature-light .media-copy li { color: var(--muted); }
.media-copy ul { margin: 18px 0 0; padding-left: 22px; }
.media-photo { margin: 0; justify-self: end; width: 100%; max-width: 420px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 44px rgba(0,0,0,.16); }
.media-feature-light .media-photo { justify-self: start; }
.media-photo img { width: 100%; aspect-ratio: 1.34 / 1; object-fit: cover; }
.timeline { display: grid; gap: 18px; }
.timeline-item { position: relative; padding: 26px 26px 26px 34px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 32px rgba(7, 35, 82, .05); background: #fff; }
.timeline-item::before { content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 4px; border-radius: 0 8px 8px 0; background: var(--gold); }
.timeline-item h3 { font-size: 22px; margin-bottom: 8px; color: var(--navy); }
.timeline-item p { color: var(--muted); margin-bottom: 0; }
.cooperation-grid { grid-template-columns: repeat(3, 1fr); }
.partner-tile { min-height: 174px; }
.partner-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: var(--gold-soft); color: var(--navy); margin-bottom: 18px; }
.partner-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.partner-tile h3 { font-size: 19px; margin-bottom: 8px; }
.partner-tile p { font-size: 14.5px; }
.cta-section { padding: 0 0 100px; background: linear-gradient(180deg, #fff 0%, #fff 45%, var(--bg-soft) 45%); }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 38px; color: #ffffff; background: radial-gradient(circle at 85% 20%, rgba(254,201,13,.25), transparent 30%), var(--navy); border-radius: 30px; padding: 42px; box-shadow: var(--shadow); }
.cta-card h2 { color: #ffffff; margin-bottom: 12px; }
.cta-card p:not(.section-label) { color: rgba(255,255,255,.78); max-width: 650px; margin-bottom: 0; }
.contact-page .page-hero { color: #fff; background: linear-gradient(90deg, rgba(7,35,82,.94), rgba(7,35,82,.72)), url("assets/img/linie-napowietrzne-zachod.jpg") center / cover no-repeat; padding: 78px 0 66px; }
.contact-page .page-hero h1 { font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -.05em; max-width: 780px; margin-bottom: 18px; }
.contact-page .page-hero p { color: rgba(255,255,255,.84); max-width: 720px; font-size: 19px; }
.contact-section .contact-grid { grid-template-columns: .92fr 1.08fr; align-items: start; }
.contact-left { display: grid; gap: 22px; }
.contact-details-card, .contact-form, .map-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 12px 32px rgba(7,35,82,.06); }
.contact-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.contact-brand img { width: 42px !important; height: 42px !important; max-width: 42px !important; max-height: 42px !important; object-fit: contain; }
.contact-brand h2 { margin: 0; color: var(--navy); font-size: 30px; letter-spacing: -.03em; }
.contact-list { display: grid; gap: 14px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; color: var(--muted); }
.contact-item a { color: var(--navy); font-weight: 780; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.contact-icon { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; background: var(--gold-soft); color: var(--navy); font-weight: 900; }
.map-card { padding: 0; overflow: hidden; min-height: 310px; }
.map-card iframe { width: 100%; height: 100%; min-height: 310px; border: 0; display: block; }
.contact-form h3 { font-size: 26px; margin-bottom: 18px; color: var(--navy); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 15px; color: var(--navy); font-weight: 750; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; color: var(--text); background: #fff; }
.contact-form .privacy-consent { display: flex; align-items: flex-start; gap: 10px; margin: 12px 0 16px; font-weight: 500; color: var(--muted); font-size: 14px; }
.contact-form .privacy-consent input { width: auto; margin-top: 4px; flex: 0 0 auto; }
.form-status { display: none; margin: 0 0 16px; padding: 12px 14px; border-radius: 14px; font-weight: 700; }
.form-status.is-visible { display: block; }
.form-status.success { color: #124321; background: #e8f7ed; border: 1px solid #b9e6c6; }
.form-status.error { color: #691b1b; background: #fff0f0; border: 1px solid #ffc8c8; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(254,201,13,.25); border-color: var(--gold); }
.form-note { color: var(--muted); font-size: 14px; }
.site-footer { color: #d9dee8; background: linear-gradient(180deg, #071a3a 0%, #06152f 100%); padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 40px; }
.footer-logo { width: 96px; margin-bottom: 18px; padding: 10px; background: #ffffff; border-radius: 20px; box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.site-footer h2 { color: #fff; font-size: 16px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.site-footer a { display: block; color: #d9dee8; text-decoration: none; margin: 7px 0; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #aeb7c7; font-size: 14px; }
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 860px; margin: 0 auto; padding: 18px; background: #ffffff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.cookie-banner[hidden], .cookie-banner.is-hidden { display: none !important; }
.cookie-banner p { margin: 0; color: var(--muted); }
.legal-page .hero-legal { padding: 80px 0 48px; background: var(--navy); color: #fff; }
.legal-content { max-width: 860px; padding: 70px 0; }
.legal-content h1 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 18px; color: var(--navy); }
.legal-content h2 { font-size: 28px; margin-top: 38px; color: var(--navy); }
.legal-content p, .legal-content li { color: var(--muted); }
.back-link { display: inline-flex; margin-top: 18px; color: var(--gold-dark); font-weight: 800; text-decoration: none; }
@media (max-width: 1050px) { .cards-grid { grid-template-columns: repeat(2, 1fr); } .cooperation-grid { grid-template-columns: repeat(2, 1fr); } .media-feature, .media-feature-light { grid-template-columns: 1fr; } .media-feature-light .media-photo { order: 2; } .media-photo { justify-self: start; max-width: 520px; } }
@media (max-width: 980px) { .hero-grid, .two-column, .experience-grid, .contact-grid { grid-template-columns: 1fr; } .hero-grid { min-height: auto; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .container { width: min(100% - 28px, var(--container)); } .header-inner { min-height: 72px; } .site-header .brand-logo { width: 58px !important; height: 58px !important; max-width: 58px !important; max-height: 58px !important; } .nav-toggle { display: inline-grid; gap: 5px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); background: #fff; border-radius: 12px; } .nav-toggle span:not(.sr-only) { width: 20px; height: 2px; background: var(--navy); display: block; } .site-nav { position: absolute; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #ffffff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 12px; } .site-nav.is-open { display: flex; } .site-nav a { padding: 12px; } .hero-grid { padding: 64px 0; gap: 36px; } h1 { font-size: 42px; } .hero .lead { font-size: 18px; } .hero-card { padding: 22px; } .section { padding: 70px 0; } .cards-grid, .cooperation-grid { grid-template-columns: 1fr; } .media-section { padding: 48px 0 70px; } .media-feature { padding: 26px; border-radius: 24px; } .media-photo { max-width: 100%; } .cta-section { padding-bottom: 72px; } .cta-card { flex-direction: column; align-items: flex-start; padding: 30px; } .footer-grid { grid-template-columns: 1fr; } .cookie-banner { flex-direction: column; align-items: flex-start; } }

.legal-content table { width: 100%; border-collapse: collapse; margin: 24px 0; overflow: hidden; border-radius: 16px; box-shadow: 0 0 0 1px var(--line); }
.legal-content th, .legal-content td { text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); padding: 14px 16px; color: var(--muted); }
.legal-content th { width: 210px; color: var(--navy); background: var(--bg-soft); }
.legal-content tr:last-child th, .legal-content tr:last-child td { border-bottom: 0; }
