/*!
Theme Name: Szpital Pucki
Theme URI: http://szpitalpucki.pl
Author: Szpital Pucki
Author URI: http://szpitalpucki.pl
Description: Szpital Pucki
Version: 14.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: szpitalpucki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	background: #fff;
	padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 1.8em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 1px;
	overflow: visible;
	background-color: #ccc;
	border: 0;
	margin-bottom: 1.5em;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 1em;
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}

.wp-element-button {
    padding: 5px 10px;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
	width: 100%;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
	box-sizing: inherit;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:hover,
a:focus,
a:active {
	color: #166299;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
  	display: none;
  }

  .main-navigation ul {
  	display: flex;
	gap: 28px;
  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}

.custom-logo {
	height: 62px;
	width: auto;
	display: block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */

.gallery {
	margin-bottom: 1.5em !important;
	display: grid;
	grid-gap: 1.5em;
	padding-bottom: 60px !important;
	grid-template-columns: repeat(12,1fr);
	grid-auto-rows: 150px;
	gap: 14px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content-padding {
    padding: 3rem;
}

@media (max-width: 768px) {
    .content-padding {
        padding: 1.5rem;
    }
}

/*--------------------------------------------------------------
# Custom merged styles from root file
--------------------------------------------------------------*/

:root {
	/* Brand palette — Szpital Pucki blues */
	--paper: #F8F9FA;
	--paper-deep: #EEF2F6;
	--ink: #0B304C;
	--ink-soft: #3A556B;
	--fog: #8597A6;
	--line: #D8DFE6;
	--sea: #0E4165;
	--sea-deep: #0B304C;
	--terra: #166299;
	/* brand mid-blue used as accent */
	--terra-soft: #5C95C4;
	--sand: #DCE6EE;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,body {
	background: var(--paper);
	color: var(--ink);
	font-family: "Inter",sans-serif;
	font-size: 15px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

.serif {
	font-family: "Newsreader",serif;
	font-weight: 300;
	letter-spacing: -0.01em;
}

.italic {
	font-style: italic;
}

.mono {
	font-family: "JetBrains Mono",monospace;
	font-feature-settings: "tnum";
}

.eyebrow {
	font-family: "JetBrains Mono",monospace;
	font-size: 10.5px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--fog);
	font-weight: 500;
}

.rule {
	height: 1px;
	background: var(--line);
	border: 0;
}

.hairline {
	border-top: 1px solid var(--line);
}

.wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 48px;
}

.ribbon {
	background: transparent;
	border-bottom: 1px solid var(--line);
}

.ribbon-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: var(--ink-soft);
}

.ribbon-left {
	display: flex;
	align-items: center;
	gap: 18px;
}

.ribbon-left .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2F8F4F;
	box-shadow: 0 0 0 3px rgba(47,143,79,.14);
}

.ribbon-right {
	display: flex;
	gap: 16px;
	align-items: center;
	font-size: 11.5px;
	color: var(--fog);
}

.ribbon-right a:hover {
	color: var(--ink);
}

.ribbon-right .bip {
	display: inline-flex;
	align-items: center;
	padding: 2px 4px;
	border-radius: 3px;
	transition: opacity .15s;
}

.ribbon-right .bip img {
	height: 18px;
	width: auto;
	display: block;
}

.ribbon-right .bip:hover {
	opacity: .7;
}

.ribbon-right .divider {
	width: 1px;
	height: 18px;
	background: var(--line);
}

.ribbon-right .a11y {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.ribbon-right .a11y .sz {
	font-family: Georgia,serif;
	color: var(--ink-soft);
	text-decoration: none;
	line-height: 1;
	display: inline-flex;
	align-items: baseline;
	transition: color .15s;
	padding: 0 3px;
	cursor: pointer;
	background: none;
	border: none;
}

.ribbon-right .a11y .sz:hover {
	color: var(--terra);
}

.ribbon-right .a11y .sz.active {
	color: var(--terra);
	font-weight: 700;
}

.ribbon-right .a11y .sz.s1 {
	font-size: 13px;
}

.ribbon-right .a11y .sz.s2 {
	font-size: 16px;
}

.ribbon-right .a11y .sz.s3 {
	font-size: 19px;
}

.ribbon-right .a11y .contrast {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1.5px solid var(--ink);
	background: linear-gradient(90deg, transparent 50%, var(--ink) 50%);
	transition: transform .15s;
	display: inline-block;
	flex-shrink: 0;
	margin-left: 6px;
	cursor: pointer;
	padding: 0px;
}

.ribbon-right .a11y .contrast:hover {
	transform: scale(1.08);
}

.crumbs {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--fog);
    padding: 22px 0;
}

.masthead {
	padding-top: 24px;
	padding-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	border-bottom: 1px solid var(--line);
}

.mast-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-dojazd {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 20px;
	border-radius: 999px;
	background: var(--ink);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	transition: background .15s,transform .15s;
}

.btn-dojazd:hover {
	background: var(--terra);
	transform: translateY(-1px);
	color: #fff;
}

.btn-dojazd i {
	font-size: 17px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 18px;
}

.brand-mark {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--sea);
	color: var(--paper);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Newsreader",serif;
	font-style: italic;
	font-size: 28px;
	font-weight: 400;
}

.brand-text .name {
	font-family: "Inter",sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.1;
}

.brand-text .name em {
	font-style: normal;
	color: var(--terra);
	font-weight: 600;
}

.brand-text .meta {
	font-family: "JetBrains Mono",monospace;
	font-size: 10.5px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--fog);
	margin-top: 6px;
}

.mast-issue {
	text-align: right;
	font-family: "JetBrains Mono",monospace;
	font-size: 11px;
	color: var(--ink-soft);
	letter-spacing: .06em;
}

.mast-issue .big {
	display: block;
	font-family: "Newsreader",serif;
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
	color: var(--ink-soft);
	letter-spacing: 0;
	margin-bottom: 3px;
	text-transform: none;
	opacity: .9;
}

.nav {
	padding-top: 14px;
	padding-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--line);
}

.nav-links {
	display: flex;
	gap: 28px;
}

.nav-dojazd {
	display: none !important;
}

.nav-links li {
	font-size: 14px;
	font-weight: 500;
	color: var(--ink);
	position: relative;
	padding: 4px 0;
}

.nav-links li.current-menu-item::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	height: 2px;
	background: var(--terra);
}

.nav-links li:hover {
	color: var(--terra);
}

.nav-cta {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--ink);
	color: var(--paper);
	padding: 9px 18px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
}

.nav-cta:hover {
	background: var(--terra);
}

.nav-cta i {
	font-size: 15px;
}

.nav-burger {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	color: var(--ink);
	align-items: center;
	justify-content: center;
}

.nav-burger i {
	font-size: 24px;
}

.hero {
	position: relative;
	padding: 60px 0;
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
}

.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.hero-bg img {
	position: absolute;
	inset: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	object-fit: cover;
	filter: blur(8px) saturate(.9);
	transform: scale(1.06);
	animation: kenBurns 40s ease-in-out infinite alternate;
}

@keyframes kenBurns {
0%{transform:scale(1.06) translate(0,0)}
  100%{transform:scale(1.18) translate(-2%,-1.5%)}
}

.reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}

.reveal ul {
    margin: 0;
}	

.reveal.in {
	opacity: 1;
	transform: translateY(0);
}

.reveal.d1 {
	transition-delay: .08s;
}

.reveal.d2 {
	transition-delay: .16s;
}

.reveal.d3 {
	transition-delay: .24s;
}

.reveal.d4 {
	transition-delay: .32s;
}

.reveal.d5 {
	transition-delay: .40s;
}

.dept {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .6s ease, transform .6s ease, background .2s, padding .2s, margin .2s;
}

.dept.in {
	opacity: 1;
	transform: translateY(0);
}

.gtile {
	opacity: 0;
	transform: scale(.98);
	transition: opacity .8s ease, transform .8s ease;
}

.gtile.in {
	opacity: 1;
	transform: scale(1);
}

.htile {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1), background .2s, border-color .2s;
}

.htile.in {
	opacity: 1;
	transform: translateY(0);
}

.htile:hover {
	transform: translateY(-2px) translateX(-2px);
	background: rgba(255,255,255,.13);
	border-color: rgba(255,255,255,.28);
}

.dept .icon {
	transition: background .25s ease, color .25s ease, transform .25s ease;
}

.dept:hover .icon {
	transform: scale(1.06) rotate(-3deg);
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg img {
  	animation: none;
  }

  .reveal,.dept,.gtile,.htile {
  	opacity: 1;
  	transform: none;
  	transition: none;
  }
}

.hero-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11,48,76,.78) 0%, rgba(11,48,76,.88) 60%, rgba(11,48,76,.95) 100%), radial-gradient(circle at 80% 20%, rgba(22,98,153,.55), transparent 55%);
}

.hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.2fr 360px;
	gap: 64px;
	align-items: center;
}

.hero-text .eyebrow {
	margin-bottom: 24px;
	display: block;
	color: rgba(255,255,255,.55);
}

.hero-title {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 64px;
	line-height: 1.02;
	letter-spacing: -0.035em;
	color: #fff;
	text-wrap: balance;
}

.hero-title .it {
	font-style: normal;
	color: var(--terra-soft);
	font-weight: 600;
}

.hero-sub {
	margin-top: 22px;
	font-family: "Inter",sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: rgba(255,255,255,.78);
	max-width: 42ch;
	line-height: 1.55;
}

.hero-sub em {
	font-family: "Newsreader",serif;
	font-style: italic;
	font-weight: 400;
	color: #fff;
}

.hero-meta {
	margin-top: 36px;
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.hero-meta a.primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: var(--ink);
	padding: 14px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
}

.hero-meta a.primary:hover {
	background: var(--terra-soft);
	color: #fff;
}

.hero-meta .quiet {
	font-size: 13px;
	color: rgba(255,255,255,.55);
	max-width: 26ch;
	line-height: 1.5;
}

.hero-tiles {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.htile{
	display:flex;
	align-items:center;
	gap:14px;padding:14px 16px;
	background:rgba(255,255,255,.07);
	border:1px solid rgba(255,255,255,.14);
	border-radius:14px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
	transition:background .15s,border-color .15s,transform .15s;
	cursor:pointer
}

.htile:hover{
	background:rgba(255,255,255,.13);
	border-color:rgba(255,255,255,.28);
	transform:translateX(-2px)
}


.htile .ht-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(255,255,255,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--terra-soft);
	font-size: 20px;
	flex-shrink: 0;
}

.htile .ht-body {
	flex: 1;
	min-width: 0;
}

.htile .ht-label {
	font-size: 14.5px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}

.htile .ht-sub {
	font-size: 12px;
	color: rgba(255,255,255,.55);
	margin-top: 3px;
}

.htile .ht-arr {
	color: rgba(255,255,255,.4);
	font-size: 18px;
	flex-shrink: 0;
	transition: color .15s,transform .15s;
}

.htile:hover .ht-arr {
	color: #fff;
	transform: translateX(3px);
}

.status {
	background: var(--ink);
	color: var(--paper);
	padding: 22px 0;
	position: relative;
	overflow: hidden;
}

.status::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 80% 50%, rgba(184,85,58,.18), transparent 60%);
	pointer-events: none;
}

.status-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 36px;
	align-items: center;
	position: relative;
}

.status-head {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.status-head .eyebrow {
	color: rgba(245,240,230,.55);
}

.status-head .clock {
	font-family: "Inter",sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.status-list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0;
}

.st {
	padding: 0 22px;
	border-left: 1px solid rgba(245,240,230,.14);
}

.st:first-child {
	padding-left: 0;
	border-left: none;
}

.st-label {
	font-size: 11px;
	color: rgba(245,240,230,.55);
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 6px;
}

.st-val {
	font-family: "Inter",sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
}

.st .pip {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #5BC07F;
	flex-shrink: 0;
}

.st.closed .pip {
	background: #B8553A;
}

.st-sub {
	font-size: 11.5px;
	color: rgba(245,240,230,.45);
	margin-top: 2px;
}

.status-emrg {
	text-align: right;
}

.status-emrg .eyebrow {
	color: rgba(245,240,230,.55);
	margin-bottom: 4px;
	display: block;
}

.status-emrg .num {
	font-family: "Inter",sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: var(--paper);
	letter-spacing: -0.01em;
}

.promo {
	background: var(--paper-deep);
	color: var(--ink);
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--line);
}

.promo::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 88% 25%, rgba(22,98,153,.10), transparent 55%);
	pointer-events: none;
}

.promo-inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 52px;
	align-items: center;
	padding-top: 56px;
	padding-bottom: 56px;
}

.promo-media {
	position: relative;
	align-self: stretch;
	min-height: 330px;
	overflow: hidden;
	border-radius: 2px;
}

.promo-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.6s cubic-bezier(.2,.7,.2,1);
}

.promo:hover .promo-media img {
	transform: scale(1.04);
}

.promo-chip {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 14px;
	background: #fff;
	border-radius: 2px;
	font-family: "JetBrains Mono",monospace;
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ink);
	font-weight: 500;
}

.promo-chip i {
	font-size: 14px;
	color: var(--terra);
}

.promo-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.promo-body .eyebrow {
	display: block;
	margin-bottom: 16px;
}

.promo-body h2 {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 31px;
	line-height: 1.12;
	letter-spacing: -0.025em;
	color: var(--ink);
	margin-bottom: 10px;
}

.promo-body .lead {
	font-family: "Newsreader",serif;
	font-style: italic;
	font-weight: 400;
	font-size: 19px;
	color: var(--terra);
	margin-bottom: 18px;
	line-height: 1.35;
}

.promo-body p {
	font-size: 15px;
	line-height: 1.7;
	color: var(--ink-soft);
	margin-bottom: 26px;
	max-width: 46ch;
}

.promo-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.promo-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 13px 24px;
	border-radius: 999px;
	background: var(--ink);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	transition: background .15s,transform .15s,color .15s;
}

.promo-btn:hover {
	background: var(--terra);
	color: #fff;
	transform: translateY(-1px);
}

.promo-btn i {
	font-size: 16px;
}

.promo-note {
	font-family: "JetBrains Mono",monospace;
	font-size: 11px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--fog);
}

@media (max-width:900px) {
  .promo .promo-inner {
  	grid-template-columns: 1fr;
  	gap: 24px;
  	padding-top: 36px;
  	padding-bottom: 36px;
  }

  .promo-media {
  	min-height: 240px;
  	order: -1;
  }

  .promo-body h2 {
  	font-size: 25px;
  }

  .promo-body .lead {
  	font-size: 17px;
  }
}

.depts {
	padding-top: 56px;
	padding-bottom: 48px;
}

.section-head {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 48px;
	margin-bottom: 32px;
	align-items: center;
}

.section-head .left .eyebrow {
	display: block;
	margin-bottom: 12px;
}

.section-head h2 {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.05;
	letter-spacing: -0.025em;
	color: var(--ink);
}

.section-head h2 em {
	font-style: normal;
	color: var(--terra);
	font-weight: 600;
}

.section-head .right {
	font-family: "Inter",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: var(--ink-soft);
	max-width: 52ch;
}

.section-head .right a {
	border-bottom: 1px solid var(--line);
	color: var(--ink);
}

.section-head .right a:hover {
	color: var(--terra);
	border-color: var(--terra);
}

.dept-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 48px;
	row-gap: 0;
}

.dept {
	display:grid;
	grid-template-columns:48px 1fr auto;
	align-items:center;
	padding:18px 0;
	border-top:1px solid var(--line);
	gap:18px;
	transition:background .2s;
	cursor:pointer;
}

.dept:hover {
	background: var(--paper-deep);
	margin: 0 -16px;
	padding-left: 16px;
	padding-right: 16px;
}

.dept:hover .icon{
	background:var(--terra);
	color:#fff
}

.dept .icon { 
	width:44px;
	height:44px;
	border-radius:50%;
	background:var(--paper-deep);
	color:var(--terra);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:22px;
	flex-shrink:0;
	transition:background .2s,color .2s
}

.dept .name {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.01em;
	color: var(--ink);
	line-height: 1.3;
}

.dept .name em, 
.ucard-field .dane-poradni__value,
.ucard-field .dane-poradni__value a {
	font-style: normal;
	color: var(--fog);
	font-weight: 400;
	font-size: 13px;
	font-family: "Inter",sans-serif;
	display: block;
	margin-top: 3px;
	letter-spacing: 0;
}

.dept .phone {
	font-family: "JetBrains Mono",monospace;
	font-size: 13px;
	color: var(--ink);
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}

.dept .phone i {
	font-size: 14px;
	color: var(--terra);
	opacity: .85;
}

.dept:last-child {
	border-bottom: 1px solid var(--line);
}

.dept-foot {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.dept-foot-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border: 1.5px solid var(--ink);
	color: var(--ink);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	transition: all .15s;
}

.dept-foot-link:hover {
	background: var(--ink);
	color: #fff;
}

.dept-foot-link i {
	font-size: 16px;
	transition: transform .15s;
}

.dept-foot-link:hover i {
	transform: translateX(3px);
}

.band {
	background: var(--ink);
	color: #fff;
	padding: 48px 0;
	position: relative;
	overflow: hidden;
}

.band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 90% 0%, rgba(92,149,196,.18), transparent 55%);
	pointer-events: none;
}

.band-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 56px;
	position: relative;
}

.contact-block .eyebrow {
	margin-bottom: 16px;
	display: block;
	color: rgba(255,255,255,.5);
}

.contact-block h3 {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.15;
	letter-spacing: -0.025em;
	margin-bottom: 28px;
	color: #fff;
	max-width: 14ch;
}

.contact-block h3 em {
	font-style: normal;
	color: var(--terra-soft);
	font-weight: 600;
}

.contact-rows {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.cr {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 16px;
	font-size: 14px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.cr:last-child {
	border-bottom: none;
}

.cr .k {
	font-family: "JetBrains Mono",monospace;
	font-size: 10.5px;
	color: rgba(255,255,255,.5);
	letter-spacing: .08em;
	text-transform: uppercase;
	padding-top: 5px;
}

.cr .v {
	color: #fff;
	font-weight: 500;
}

.cr .v.phone {
	font-family: "JetBrains Mono",monospace;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.cr .v small {
	display: block;
	font-family: "Inter",sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,.5);
	font-weight: 400;
	margin-top: 3px;
}

.links-col h4 {
	font-family: "JetBrains Mono",monospace;
	font-size: 10.5px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
	font-weight: 500;
	margin-bottom: 18px;
}

.links-col ul {
	list-style: none;
}

.links-col li {
	padding: 11px 0;
	border-bottom: 1px solid rgba(255,255,255,.12);
	font-size: 14.5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	transition: color .15s,padding .2s;
}

.links-col li:hover {
	color: var(--terra-soft);
	padding-left: 6px;
}

.links-col li:last-child {
	border-bottom: none;
}

.links-col li i {
	font-size: 14px;
	color: rgba(255,255,255,.45);
	transition: transform .2s,color .15s;
}

.links-col li:hover i {
	transform: translateX(3px);
	color: var(--terra-soft);
}

.links-col li .mono-time {
	font-family: "JetBrains Mono",monospace;
	font-size: 12.5px;
	color: rgba(255,255,255,.55);
}

.feature {
	padding-top: 60px;
	padding-bottom: 60px;
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: 56px;
	align-items: center;
}

.feature-text .eyebrow {
	display: block;
	margin-bottom: 18px;
}

.feature-text h2 {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.05;
	letter-spacing: -0.025em;
	margin-bottom: 20px;
}

.feature-text h2 em {
	font-style: normal;
	color: var(--terra);
	font-weight: 600;
}

.feature-text p {
	font-family: "Inter",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.65;
	color: var(--ink-soft);
	margin-bottom: 14px;
	max-width: 48ch;
}

.feature-text .stats {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px;
	margin-top: 36px;
	padding-top: 32px;
	border-top: 1px solid var(--line);
}

.stat .n {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
	color: var(--ink);
	letter-spacing: -0.03em;
}

.stat .n em {
	font-style: normal;
	color: var(--terra);
	font-weight: 600;
}

.stat .lbl {
	font-size: 11.5px;
	color: var(--fog);
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-top: 8px;
	font-family: "JetBrains Mono",monospace;
}

.feature-img {
	aspect-ratio: 5/6;
	background: var(--sand);
	overflow: hidden;
	border-radius: 2px;
	position: relative;
}

.feature-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.feature-img .tag {
	position: absolute;
	top: 18px;
	left: 18px;
	background: var(--paper);
	padding: 8px 14px;
	font-family: "JetBrains Mono",monospace;
	font-size: 10.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ink);
	border-radius: 2px;
}

.gtile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s;
}

.gtile:hover img {
	transform: scale(1.04);
}

.gtile.wide {
	grid-column: span 12;
	grid-row: span 2;
}

.gtile.med {
	grid-column: span 4;
	grid-row: span 2;
}

.gtile.tall {
	grid-column: span 4;
	grid-row: span 3;
}

.gtile.sm {
	grid-column: span 4;
	grid-row: span 2;
}

.gtile .gcap {
	position: absolute;
	left: 12px;
	bottom: 12px;
	font-family: "JetBrains Mono",monospace;
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--paper);
	background: rgba(11,48,76,.62);
	padding: 5px 9px;
	border-radius: 2px;
}

.cta-split {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid var(--line);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	border-bottom: 1px solid var(--line);
}

.cta-col {
	padding: 8px 56px 8px 0;
	border-right: 1px solid var(--line);
}

.cta-col:last-child {
	border-right: none;
	padding: 8px 0 8px 56px;
}

.cta-col .eyebrow {
	display: block;
	margin-bottom: 16px;
}

.cta-col h3 {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.1;
	letter-spacing: -0.025em;
	margin-bottom: 14px;
}

.cta-col h3 em {
	font-style: normal;
	color: var(--terra);
	font-weight: 600;
}

.cta-col p {
	font-size: 15px;
	color: var(--ink-soft);
	line-height: 1.65;
	margin-bottom: 24px;
	max-width: 42ch;
}

.cta-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1px solid var(--ink);
	color: var(--ink);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	transition: all .15s;
}

.cta-btn:hover {
	background: var(--ink);
	color: var(--paper);
}

.cta-btn.fill {
	background: var(--ink);
	color: var(--paper);
	border-color: var(--ink);
}

.cta-btn.fill:hover {
	background: var(--terra);
	border-color: var(--terra);
}

footer {
	background: var(--ink);
	color: var(--paper);
	padding: 56px 0 28px;
	position: relative;
	overflow: hidden;
}

footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg,transparent,rgba(184,85,58,.5),transparent);
}

.entry-footer{
	background: inherit;
    color: inherit;
    padding: 10px;
    position: inherit;
    overflow: unset;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 48px;
	margin-bottom: 40px;
}

.foot-brand .fname {
	font-family: "Inter",sans-serif;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: -0.025em;
	line-height: 1.1;
	margin-bottom: 6px;
}

.foot-brand .fname em {
	font-style: normal;
	color: var(--terra-soft);
	font-weight: 600;
}

.foot-brand .fsub {
	font-family: "JetBrains Mono",monospace;
	font-size: 10.5px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(245,240,230,.45);
	margin-bottom: 24px;
}

.foot-brand p {
	color: rgba(245,240,230,.62);
	font-size: 14px;
	line-height: 1.65;
	max-width: 34ch;
	margin-bottom: 24px;
}

.foot-brand .social {
	display: flex;
	gap: 8px;
}

.foot-brand .social a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(245,240,230,.16);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(245,240,230,.7);
	font-size: 16px;
}

.foot-brand .social a:hover {
	background: var(--terra);
	border-color: var(--terra);
	color: #fff;
}

.fcol h5,
.fcol .footer-menu-title {
	font-family: "JetBrains Mono",monospace;
	font-size: 10.5px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(245,240,230,.45);
	font-weight: 500;
	margin-bottom: 18px;
}

.fcol ul {
	list-style: none;
}

.fcol li {
	padding: 7px 0;
	font-size: 14px;
	color: rgba(245,240,230,.72);
	cursor: pointer;
	font-family: "Inter",sans-serif;
	font-weight: 400;
}

.fcol li:hover {
	color: var(--terra-soft);
}

.footer-bat {
	border-top: 1px solid rgba(245,240,230,.12);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(245,240,230,.4);
	letter-spacing: .04em;
	flex-wrap: wrap;
}

.footer-bot {
	padding-top: 28px;
	border-top: 1px solid rgba(245,240,230,.12);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	font-family: "JetBrains Mono",monospace;
	font-size: 11px;
	color: rgba(245,240,230,.4);
	letter-spacing: .04em;
	flex-wrap: wrap;
}

.footer-bot .legals {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.footer-bot a:hover {
	color: var(--paper);
}


.swatches {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 8px;
	margin-bottom: 18px;
}

.sw {
	aspect-ratio: 1;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: flex;
}

.sw.active {
	border-color: var(--ink);
}

.sw .a,.sw .b,.sw .c {
	flex: 1;
	height: 100%;
}

.tweak-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	padding: 8px 0;
	border-top: 1px solid var(--line);
}

.tweak-row label {
	font-family: "JetBrains Mono",monospace;
	font-size: 10.5px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--fog);
}

.switch {
	width: 34px;
	height: 20px;
	background: var(--line);
	border-radius: 999px;
	position: relative;
	cursor: pointer;
	transition: background .2s;
}

.switch::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	transition: transform .2s;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.switch.on {
	background: var(--terra);
}

.switch.on::after {
	transform: translateX(14px);
}

body.palette-coastal {
	--paper: #F5F0E6;
	--paper-deep: #EDE5D3;
	--ink: #0E1F26;
	--ink-soft: #3A4D55;
	--fog: #8A9AA1;
	--line: #D9CFBC;
	--sea: #1F3A42;
	--terra: #B8553A;
	--terra-soft: #D88A6E;
	--sand: #E8DDC4;
}

body.palette-mono {
	--paper: #F2F2EF;
	--paper-deep: #E6E6E2;
	--ink: #0F0F0F;
	--ink-soft: #3A3A3A;
	--fog: #8A8A86;
	--line: #D8D8D2;
	--sea: #0F0F0F;
	--terra: #0F0F0F;
	--terra-soft: #7A7A75;
	--sand: #DCDCD6;
}

body.palette-mono .dept .name em {
	color: var(--ink-soft);
}

body.hc {
	--paper: #000;
	--paper-deep: #000;
	--ink: #fff;
	--ink-soft: #fff;
	--fog: #ffd800;
	--line: #ffd800;
	--sea: #000;
	--sea-deep: #000;
	--terra: #ffd800;
	--terra-soft: #ffd800;
	--sand: #000;
	background: #000;
}

body.hc * {
	box-shadow: none !important;
	text-shadow: none !important;
}

body.hc a,body.hc .dept .name,body.hc .dept .phone,body.hc h1,body.hc h2,body.hc h3,body.hc h4,body.hc h5,body.hc p,body.hc li,body.hc span,body.hc div {
	color: #fff;
}

body.hc .eyebrow,body.hc .dept .name em,body.hc .meta,body.hc .lbl,body.hc .ht-sub,body.hc .quiet,body.hc .gcap,body.hc .tag,body.hc .cr .k,body.hc .cr .v small {
	color: #ffd800 !important;
}

body.hc .hero-title .it,body.hc h2 em,body.hc h3 em,body.hc .name em,body.hc .fname em,body.hc .hero-sub em,body.hc .feature-text h2 em,body.hc .stat .n em {
	color: #ffd800 !important;
}

body.hc .ribbon,body.hc .masthead,body.hc .nav,body.hc .band,body.hc footer,body.hc .hero {
	background: #000 !important;
	border-color: #ffd800 !important;
}

body.hc .hero-bg img {
	display: none;
}

body.hc .hero-bg {
	background: #000;
}

body.hc .hero-bg::after {
	background: #000 !important;
}

body.hc .htile {
	background: #000 !important;
	border: 2px solid #ffd800 !important;
}

body.hc .htile .ht-icon {
	background: #000 !important;
	color: #ffd800 !important;
	border: 1px solid #ffd800;
}

body.hc .htile .ht-label {
	color: #fff !important;
}

body.hc .htile .ht-arr {
	color: #ffd800 !important;
}

body.hc .dept {
	border-color: #ffd800 !important;
}

body.hc .dept .icon {
	background: #000 !important;
	color: #ffd800 !important;
	border: 1.5px solid #ffd800;
}

body.hc .dept:hover {
	background: #222 !important;
}

body.hc .dept:hover .icon {
	background: #ffd800 !important;
	color: #000 !important;
}

body.hc .btn-dojazd,body.hc .hero-meta a.primary,body.hc .dept-foot-link,body.hc .cta-btn,body.hc .cta-btn.fill,body.hc .nav-dojazd {
	background: #ffd800 !important;
	color: #000 !important;
	border: 2px solid #ffd800 !important;
}

body.hc .cta-btn {
	background: #000 !important;
	color: #ffd800 !important;
}

body.hc .rule,body.hc .hairline,body.hc .cr,body.hc .links-col li,body.hc .footer-bot,body.hc .ribbon-right .divider {
	border-color: #ffd800 !important;
	background-color: transparent;
}

body.hc .ribbon-right .divider {
	background: #ffd800 !important;
}

body.hc .feature-img,body.hc .gtile {
	border: 2px solid #ffd800;
}

body.hc .feature-img img,body.hc .gtile img {
	filter: grayscale(1) contrast(1.1);
}

body.hc .ribbon-right .a11y .contrast {
	border-color: #ffd800;
	background: linear-gradient(90deg, transparent 50%, #ffd800 50%);
}

body.hc .ribbon-right .a11y .sz {
	color: #fff;
}

body.hc .nav-links li.current-menu-item {
	color: #ffd800 !important;
}

body.hc .nav-links li.current-menu-item::after {
	background: #ffd800 !important;
}

body.hc .brand-mark {
	background: #ffd800;
	color: #000;
}

@media (max-width: 900px) {
  .wrap {
  	padding: 0 24px;
  }

  .ribbon-inner {
  	padding-top: 8px;
  	padding-bottom: 8px;
  	justify-content: flex-end;
  }

  .ribbon-left {
  	display: none;
  }

  .masthead {
  	padding-top: 18px;
  	padding-bottom: 14px;
  }

  .brand-logo {
  	height: 48px;
  }

  .brand-text .name {
  	font-size: 18px;
  }

  .brand-text .meta {
  	font-size: 10.5px;
  }

  .nav {
  	padding-top: 10px;
  	padding-bottom: 10px;
  	position: relative;
  }

  .nav-burger {
  	display: flex;
  	margin-left: auto;
  }

  .nav-links {
  	display: none;
  	flex-direction: column;
  	gap: 0;
  	position: absolute;
  	top: 100%;
  	left: 0;
  	right: 0;
  	background: var(--paper);
  	border-bottom: 1px solid var(--line);
  	border-top: 1px solid var(--line);
  	padding: 6px 22px 14px;
  	z-index: 30;
  	box-shadow: 0 12px 24px rgba(11,48,76,.08);
  }

  .nav-links.open {
  	display: flex;
  }

  .nav-links li {
  	padding: 14px 0;
  	border-bottom: 1px solid var(--line);
  	font-size: 15px;
  }

  .nav-links li:last-child {
  	border-bottom: none;
  }

  .nav-links li.current-menu-item::after {
  	display: none;
  }

  .nav-links li.current-menu-item {
  	color: var(--terra);
  }

  .mast-actions {
  	display: none;
  }

  .nav-dojazd {
  	display: inline-flex !important;
  	align-items: center;
  	gap: 9px;
  	margin-top: 10px;
  	padding: 13px 18px !important;
  	background: var(--ink);
  	color: #fff !important;
  	border-radius: 10px;
  	font-weight: 600;
  	justify-content: center;
  	border-bottom: none !important;
  }

  .nav-dojazd i {
  	font-size: 17px;
  }

  .hero {
  	padding: 40px 0;
  }

  .hero-inner {
  	grid-template-columns: 1fr;
  	gap: 28px;
  }

  .hero-title {
  	font-size: 38px;
  	line-height: 1.05;
  }

  .hero-sub {
  	font-size: 16px;
  }

  .hero-meta {
  	margin-top: 24px;
  	gap: 16px;
  }

  .hero-meta a.primary {
  	padding: 12px 18px;
  	font-size: 13px;
  }

  .hero-meta .quiet {
  	font-size: 12px;
  }

  .htile {
  	padding: 12px 14px;
  	gap: 12px;
  }

  .htile .ht-icon {
  	width: 36px;
  	height: 36px;
  	font-size: 18px;
  }

  .htile .ht-label {
  	font-size: 14px;
  }

  .htile .ht-sub {
  	font-size: 11.5px;
  }

  .depts {
  	padding-top: 40px;
  	padding-bottom: 32px;
  }

  .section-head {
  	grid-template-columns: 1fr;
  	gap: 14px;
  	margin-bottom: 24px;
  }

  .section-head h2 {
  	font-size: 28px;
  }

  .section-head .right {
  	font-size: 14.5px;
  }

  .dept-list {
  	grid-template-columns: 1fr;
  	column-gap: 0;
  }

  .dept {
  	grid-template-columns: 40px 1fr;
  	gap: 14px;
  	padding: 14px 0;
  }

  .dept .icon {
  	width: 38px;
  	height: 38px;
  	font-size: 18px;
  }

  .dept .name {
  	font-size: 15px;
  }

  .dept .name em {
  	font-size: 12px;
  }

  .dept .phone {
  	grid-column: 2;
  	font-size: 12px;
  	margin-top: 4px;
  }

  .dept:hover {
  	margin: 0;
  	padding-left: 0;
  	padding-right: 0;
  	background: transparent;
  }

  .dept-foot {
  	margin-top: 24px;
  	margin-bottom: 8px;
  }

  .dept-foot-link {
  	padding: 12px 22px;
  	font-size: 13px;
  }

  .band {
  	padding: 36px 0;
  }

  .band-grid {
  	grid-template-columns: 1fr;
  	gap: 32px;
  }

  .contact-block h3 {
  	font-size: 24px;
  }

  .cr {
  	grid-template-columns: 90px 1fr;
  	gap: 10px;
  }

  .cr .v.phone {
  	font-size: 16px;
  }

  .feature {
  	padding-top: 40px;
  	padding-bottom: 40px;
  	grid-template-columns: 1fr;
  	gap: 24px;
  }

  .feature-text h2 {
  	font-size: 30px;
  }

  .feature-text p {
  	font-size: 15px;
  }

  .feature-img {
  	aspect-ratio: 4/3;
  }

.seps {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}

  .stats {
  	grid-template-columns: repeat(3,1fr);
  	gap: 14px;
  	margin-top: 24px;
  	padding-top: 20px;
  }

  .stat .n {
  	font-size: 28px;
  }

  .stat .lbl {
  	font-size: 10px;
  }

  .gallery {
  	padding-bottom: 40px;
  	grid-template-columns: 1fr;
  	grid-auto-rows: 200px;
  	gap: 10px;
  }

  .gtile.wide,.gtile.med,.gtile.tall,.gtile.sm {
  	grid-column: 1/-1;
  	grid-row: span 1;
  }

  .cta-split {
  	padding-top: 40px;
  	padding-bottom: 40px;
  	grid-template-columns: 1fr;
  	gap: 0;
  }

  .cta-col {
  	border-right: none;
  	border-bottom: 1px solid var(--line);
  	padding: 8px 0 28px 0 !important;
  }

  .cta-col:last-child {
  	border-bottom: none;
  	padding: 28px 0 8px 0 !important;
  }

  .cta-col h3 {
  	font-size: 24px;
  }

  .cta-col p {
  	font-size: 14.5px;
  }

  footer {
  	padding: 40px 0 24px;
  }

  .footer-grid {
  	grid-template-columns: 1fr 1fr;
  	gap: 32px;
  	margin-bottom: 32px;
  }

  .foot-brand {
  	grid-column: 1 / -1;
  }

  .foot-brand .fname {
  	font-size: 24px;
  }

  .foot-brand p {
  	font-size: 13px;
  }

  .fcol h5,
.fcol .footer-menu-title {
  	margin-bottom: 12px;
  }

  .fcol li {
  	font-size: 13.5px;
  }

  .footer-bot {
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 14px;
  	padding-top: 20px;
  	font-size: 10.5px;
  	line-height: 1.6;
  }

  .footer-bot .legals {
  	gap: 14px;
  }
}

@media (max-width: 480px) {
  .footer-grid {
  	grid-template-columns: 1fr;
  	gap: 24px;
  }

  .foot-brand {
  	grid-column: 1;
  }

  .hero-title {
  	font-size: 32px;
  }
}

/* === JEDNOSTKI — karty === */

.page-head {
    padding-top: 52px;
    padding-bottom: 18px;
}

.page-head .crumbs {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--fog);
    margin-bottom: 22px;
}

.page-head .crumbs a {
    color: var(--fog);
}

.page-head .crumbs a:hover {
    color: var(--terra);
}

.page-head .crumbs .sep {
    margin: 0 8px;
    opacity: .5;
}

.page-head h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.02;
    letter-spacing: -0.035em;
    color: var(--ink);
    margin-bottom: 18px;
}

.page-head h1 em {
    font-style: normal;
    color: var(--terra);
}

.page-head .lead {
    font-family: 'Newsreader', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5;
    color: var(--ink-soft);
    max-width: 60ch;
}

/* sticky quick-nav */

.qnav {
    position: sticky;
    top: 0;
	margin-top: 45px;
    z-index: 25;
    background: rgba(248, 249, 250, .92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.qnav-inner {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
}

.qchip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s;
}

.qchip i {
    font-size: 15px;
    color: var(--terra);
    transition: color .15s;
}

.qchip:hover {
    border-color: var(--terra);
    color: var(--terra);
}

.qchip.active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

.qchip.active i {
    color: #fff;
}

.units2 {
    padding-bottom: 48px;
}

.catv2 {
    padding-top: 48px;
    scroll-margin-top: 84px;
}

.catv2-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.catv2-head .ic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--paper-deep);
    color: var(--terra);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.catv2-head h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -0.02em;
    color: var(--ink);
    white-space: nowrap;
}

.catv2-head .ln {
    flex: 1;
    height: 1px;
    background: var(--line);
}

.catv2-head .cnt {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--fog);
    flex-shrink: 0;
}

.ucard-field{
	margin: 0;
}

.ucards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
}

.ucard {
    position: relative;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 2px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .2s, transform .2s;
}

.ucard::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--terra);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .25s ease;
}

.ucard:hover {
    border-color: var(--terra);
    transform: translateY(-3px);
}

.ucard:hover .uc-name {
    padding-right: 18px;
}

.ucard:hover::before {
    transform: scaleY(1);
}

.ucard .uc-ic {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--paper-deep);
    color: var(--terra);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    flex-shrink: 0;
    transition: background .2s, color .2s;
}

.ucard:hover .uc-ic {
    background: var(--terra);
    color: #fff;
}

.ucard .uc-name {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15.5px !important;
    line-height: 1.3;
    color: var(--ink);
    letter-spacing: -0.01em;
}

.ucard .uc-arr {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
    font-size: 17px;
    color: var(--terra);
    opacity: 0;
    transition: opacity .2s, transform .2s;
}

.ucard:hover .uc-arr {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

@media (max-width: 900px) {

    .page-head {
        padding-top: 34px;
    }

    .page-head h1 {
        font-size: 34px;
    }

    .page-head .lead {
        font-size: 18px;
    }

    .qnav-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .qchip {
        white-space: nowrap;
    }

    .catv2 {
        padding-top: 36px;
    }

    .catv2-head h2 {
        font-size: 21px;
        white-space: normal;
    }

    .catv2-head .cnt {
        display: none;
    }

    .ucards {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ucard {
        padding: 16px 18px;
    }
}

/* ==============================================================
 * Podstawowa siatka layoutu używana zamiast Bootstrap Grid.
 * ============================================================== */
.container {
	--sp-grid-gutter-x: 1.5rem;
	width: 100%;
	padding-right: calc(var(--sp-grid-gutter-x) * .5);
	padding-left: calc(var(--sp-grid-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

.row {
	--sp-grid-gutter-x: 1.5rem;
	--sp-grid-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--sp-grid-gutter-y));
	margin-right: calc(-.5 * var(--sp-grid-gutter-x));
	margin-left: calc(-.5 * var(--sp-grid-gutter-x));
}

.row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--sp-grid-gutter-x) * .5);
	padding-left: calc(var(--sp-grid-gutter-x) * .5);
	margin-top: var(--sp-grid-gutter-y);
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

@media (min-width: 576px) {
	.container { max-width: 540px; }
}

@media (min-width: 768px) {
	.container { max-width: 720px; }
}

@media (min-width: 992px) {
	.container { max-width: 960px; }
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
}

@media (min-width: 1200px) {
	.container { max-width: 1140px; }
}

@media (min-width: 1400px) {
	.container { max-width: 1180px; }
}

/* ==============================================================
 * Warstwa mobilnego menu ponad nawigacjami sekcji.
 * ============================================================== */
@media (max-width: 768px) {
	.nav {
		position: relative;
		z-index: 1000;
	}

	.nav-links,
	.nav-links.open {
		z-index: 1001;
	}
}

/* ==============================================================
 * Odstęp przed główną stopką.
 * ============================================================== */
#page > footer {
	margin-top: 30px;
}

/* ==============================================================
 * Separator Gutenberga zgodny z systemem linii serwisu.
 * ============================================================== */
.wp-block-separator,
.wp-block-separator.has-alpha-channel-opacity {
	border: 0;
	border-top: 1px solid var(--line, #D8DFE6);
	background: transparent;
	color: transparent;
	opacity: 1;
}

/* ==============================================================
 * Strona błędu 404.
 * ============================================================== */
.sp-404__inner {
	padding-top: clamp(72px, 9vw, 128px);
	padding-bottom: clamp(72px, 9vw, 128px);
}

.sp-404__content {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.sp-404__content h1 {
	margin: 0 0 18px;
	font-family: "Inter", sans-serif;
	font-size: clamp(34px, 4.2vw, 52px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.035em;
	color: var(--ink, #0B304C);
}

.sp-404__content p {
	max-width: 620px;
	margin: 0 auto;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 1.65;
	color: var(--ink-soft, #3A556B);
}

.sp-404__action {
	margin-top: 34px;
}

@media (max-width: 620px) {
	.sp-404__inner {
		padding-top: 58px;
		padding-bottom: 64px;
	}

	.sp-404__content h1 {
		font-size: 32px;
	}

	.sp-404__content p {
		font-size: 16px;
	}
}

/* ==============================================================
 * Dekoracyjna etykieta tekstowa.
 * ============================================================== */
.sp-label {
	font-family: "JetBrains Mono", monospace;
	font-size: 10.5px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--fog, #8597A6);
	font-feature-settings: "tnum";
}

/* Dostępność stopki i linku pomijającego nawigację. */
.fcol .footer-menu-title {
	margin-top: 0;
	line-height: 1.35;
}
.footer-menu-nav {
	display: block;
}
#primary:focus {
	outline: none;
}
/* Kursywa w treści Gutenberg używa kroju Newsreader. */
.entry-content p em,
.entry-content li em,
.entry-content blockquote em,
.entry-content figcaption em,
.entry-content td em,
.entry-content th em {
	font-family: "Newsreader", serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: normal;
}


/* ==============================================================
 * Pasek zgody na analityczne pliki cookies.
 * ============================================================== */
.sp-cookie-banner[hidden] {
	display: none !important;
}

.sp-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(11, 48, 76, .74);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border-top: 1px solid rgba(255, 255, 255, .14);
	box-shadow: 0 -6px 22px rgba(11, 48, 76, .14);
	color: #fff;
}

.sp-cookie-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sp-cookie-banner__text {
	margin: 0;
	max-width: 900px;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, .96);
}

.sp-cookie-banner__text a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.sp-cookie-banner__text a:hover,
.sp-cookie-banner__text a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sp-cookie-banner__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-shrink: 0;
	white-space: nowrap;
}

.sp-cookie-btn {
	border: 0;
	padding: 4px 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.sp-cookie-btn:hover,
.sp-cookie-btn:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sp-cookie-banner__separator {
	color: rgba(255, 255, 255, .62);
	font-size: 13px;
	line-height: 1;
}

.sp-cookie-settings-link {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	padding: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.sp-cookie-settings-link:hover,
.sp-cookie-settings-link:focus-visible {
	text-decoration: underline;
}

@media (max-width: 760px) {
	.sp-cookie-banner__inner {
		min-height: 0;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		padding-top: 12px;
		padding-bottom: 12px;
		text-align: center;
	}

	.sp-cookie-banner__text {
		max-width: 100%;
		font-size: 12px;
		text-align: center;
	}

	.sp-cookie-banner__actions {
		width: 100%;
		justify-content: center;
		gap: 10px;
	}

	.sp-cookie-btn,
	.sp-cookie-banner__separator {
		font-size: 12px;
	}
}
