/*
 Theme Name: Polandoc GP Child
 Theme URI: https://polandoc.local
 Description: GeneratePress child theme for the Polandoc restructuring stage.
 Author: Codex
 Template: generatepress
 Version: 0.1.0
 Text Domain: polandoc-gp-child
*/

body.polandoc-gp-child {
	--polandoc-accent: #c1282a;
	--polandoc-accent-2: #d1651a;
	--polandoc-dark: #111;
	--polandoc-text: #f8fafc;
	--polandoc-muted: rgba(255, 255, 255, 0.68);
	--polandoc-border: rgba(255, 255, 255, 0.16);
	--polandoc-surface: #fff;
	--polandoc-surface-soft: #f7f7f7;
	background: var(--polandoc-dark);
	color: var(--polandoc-text);
	font-family: Arial, Helvetica, sans-serif;
}

body.polandoc-gp-child.single-services .polandoc-service-hero {
	background: #101418;
	color: #fff;
}

body.polandoc-gp-child.single-services .polandoc-single-hero__title,
body.polandoc-gp-child.single-services .polandoc-single-hero__date,
body.polandoc-gp-child.single-services .polandoc-single-hero__back {
	color: #fff;
}

body.polandoc-gp-child .polandoc-service__eyebrow,
body.polandoc-gp-child .polandoc-archive-hero__kicker {
	margin: 0 0 16px;
	color: var(--pd-accent, #c3262e);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-service__intro {
	margin-bottom: 34px;
	font-size: 18px;
	line-height: 1.7;
}

body.polandoc-gp-child .polandoc-service__split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 34px;
	align-items: center;
	margin: 42px 0;
	padding: 26px;
	background: #f4f6f8;
	border-radius: var(--pd-card-radius, 8px);
}

body.polandoc-gp-child .polandoc-service__split--reverse {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

body.polandoc-gp-child .polandoc-service__split--reverse .polandoc-service__split-image {
	order: 2;
}

body.polandoc-gp-child .polandoc-service__split-image {
	margin: 0;
}

body.polandoc-gp-child .polandoc-service__split-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--pd-card-radius, 8px);
}

body.polandoc-gp-child .polandoc-service__split-content h2 {
	margin-top: 0;
}

body.polandoc-gp-child .polandoc-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.polandoc-gp-child .polandoc-service-card__link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
	background: #fff;
	border: 1px solid #e3e6ea;
	border-radius: var(--pd-card-radius, 8px);
	overflow: hidden;
}

body.polandoc-gp-child .polandoc-service-card__image {
	margin: 0;
	aspect-ratio: 16 / 9;
	background: #101418;
}

body.polandoc-gp-child .polandoc-service-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.polandoc-gp-child .polandoc-service-card__body {
	padding: 22px;
}

body.polandoc-gp-child .polandoc-service-card__title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
}

body.polandoc-gp-child .polandoc-service-card__excerpt {
	margin: 0;
	color: var(--pd-muted, #5c6570);
}

@media (max-width: 900px) {
	body.polandoc-gp-child .polandoc-service__split,
	body.polandoc-gp-child .polandoc-service__split--reverse,
	body.polandoc-gp-child .polandoc-services-grid {
		grid-template-columns: 1fr;
	}

	body.polandoc-gp-child .polandoc-service__split--reverse .polandoc-service__split-image {
		order: 0;
	}
}

.polandoc-admin-note {
	padding: 12px 14px;
	border: 1px solid var(--polandoc-border);
	border-radius: 6px;
	background: #fff;
}

body.polandoc-gp-child .site.grid-container,
body.polandoc-gp-child .inside-site-info,
body.polandoc-gp-child .inside-footer-widgets {
	max-width: 100%;
}

body.polandoc-gp-child .content-area,
body.polandoc-gp-child .site-main,
body.polandoc-gp-child #primary {
	width: 100%;
	margin: 0;
}

body.polandoc-gp-child .site-content {
	padding-top: 0;
}

body.polandoc-gp-child .inside-article {
	padding: 0;
}

body.polandoc-gp-child .entry-content > [class*='wp-block-']:not(:last-child) {
	margin-bottom: 0;
}

body.polandoc-gp-child .main-navigation .main-nav ul li > a {
	text-transform: uppercase;
	font-weight: 700;
}

body.polandoc-gp-child .polandoc-footer .wpcf7-form-control {
	width: 100%;
}

body.polandoc-gp-child .container {
	width: min(1400px, calc(100% - 40px));
	margin-inline: auto;
}

body.polandoc-gp-child .section {
	position: relative;
	overflow: hidden;
	padding: 96px 0;
}

body.polandoc-gp-child .title-big,
body.polandoc-gp-child .title,
body.polandoc-gp-child .title-small,
body.polandoc-gp-child .subtitle,
body.polandoc-gp-child .subtitle-middle,
body.polandoc-gp-child .text-big,
body.polandoc-gp-child .text,
body.polandoc-gp-child .text-small,
body.polandoc-gp-child .subtext-big,
body.polandoc-gp-child .subtext,
body.polandoc-gp-child .subtext-small {
	letter-spacing: 0;
}

body.polandoc-gp-child .title-big {
	max-width: 880px;
	margin: 0 0 24px;
	color: #fff;
	font-size: 64px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

body.polandoc-gp-child .title {
	margin: 0;
	color: #fff;
	font-size: 46px;
	font-weight: 800;
	line-height: 1.16;
}

body.polandoc-gp-child .title-small {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.15;
}

body.polandoc-gp-child .subtitle,
body.polandoc-gp-child .subtitle-middle {
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

body.polandoc-gp-child .text-big {
	color: #111;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
}

body.polandoc-gp-child .text,
body.polandoc-gp-child .text-small,
body.polandoc-gp-child .subtext-big {
	color: var(--polandoc-muted);
	font-size: 18px;
	line-height: 1.55;
}

body.polandoc-gp-child .subtext,
body.polandoc-gp-child .subtext-small {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

body.polandoc-gp-child .btn,
body.polandoc-gp-child input[type='submit'],
body.polandoc-gp-child .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 30px;
	border: 0;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--polandoc-accent), var(--polandoc-accent-2));
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: filter 0.2s ease, transform 0.2s ease;
}

body.polandoc-gp-child .btn:hover,
body.polandoc-gp-child input[type='submit']:hover,
body.polandoc-gp-child .wpcf7-submit:hover {
	filter: brightness(1.07);
	transform: translateY(-1px);
}

body.polandoc-gp-child .section__hero {
	min-height: 740px;
	padding: 0;
	background: #111;
}

body.polandoc-gp-child .hero__container {
	position: relative;
	min-height: 650px;
	display: flex;
	align-items: center;
}

body.polandoc-gp-child .hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.42;
}

body.polandoc-gp-child .hero__container::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(17, 17, 17, 0.96), rgba(17, 17, 17, 0.72) 48%, rgba(17, 17, 17, 0.25));
}

body.polandoc-gp-child .hero__container > .container {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 48px;
	align-items: center;
}

body.polandoc-gp-child .hero__subtitle {
	display: block;
	max-width: 720px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.82);
	text-align: left;
}

body.polandoc-gp-child .hero__text {
	max-width: 760px;
	margin: 0 0 32px;
}

body.polandoc-gp-child .hero__img {
	margin: 0;
}

body.polandoc-gp-child .hero__img img {
	width: 100%;
	height: auto;
	max-height: 460px;
	object-fit: contain;
}

body.polandoc-gp-child .hero__contact {
	position: relative;
	z-index: 2;
	margin-top: -1px;
	background: #fff;
	color: #111;
}

body.polandoc-gp-child .hero__contact .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 0;
}

body.polandoc-gp-child .hero__contact-block {
	display: flex;
	align-items: center;
	gap: 18px;
}

body.polandoc-gp-child .hero__contact-block img {
	width: 44px;
	height: 44px;
}

body.polandoc-gp-child .hero__contact-tel {
	display: grid;
	gap: 4px;
}

body.polandoc-gp-child .hero__contact-text {
	color: #111;
	text-align: left;
}

body.polandoc-gp-child .section__document {
	background: #f7f7f7;
}

body.polandoc-gp-child .document__title {
	color: #111;
	text-align: center;
	margin-bottom: 48px;
}

body.polandoc-gp-child .document__title-mob {
	display: none;
}

body.polandoc-gp-child .document__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.polandoc-gp-child .document__item {
	min-height: 260px;
	padding: 28px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
	text-align: center;
}

body.polandoc-gp-child .document__item a {
	display: grid;
	gap: 18px;
	text-decoration: none;
}

body.polandoc-gp-child .document__item-img {
	height: 130px;
	margin: 0;
}

body.polandoc-gp-child .document__item-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.polandoc-gp-child .section__about {
	background: #111;
}

body.polandoc-gp-child .about {
	display: grid;
	grid-template-columns: minmax(260px, 560px) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

body.polandoc-gp-child .about__img {
	margin: 0;
}

body.polandoc-gp-child .about__img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

body.polandoc-gp-child .about__subtitle {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.38);
	text-align: left;
}

body.polandoc-gp-child .about__title,
body.polandoc-gp-child .why__title {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 28px;
}

body.polandoc-gp-child .about__title::after,
body.polandoc-gp-child .why__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 92px;
	height: 5px;
	background: linear-gradient(90deg, var(--polandoc-accent), var(--polandoc-accent-2));
}

body.polandoc-gp-child .about__text {
	margin: 0 0 28px;
	color: var(--polandoc-muted);
}

body.polandoc-gp-child .about__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 36px;
}

body.polandoc-gp-child .about__item {
	position: relative;
	min-height: 150px;
	padding: 26px 14px;
	border-radius: 999px;
	overflow: hidden;
	display: grid;
	align-content: center;
	text-align: center;
	background: #222;
}

body.polandoc-gp-child .about__item-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.42;
}

body.polandoc-gp-child .about__item-title,
body.polandoc-gp-child .about__item-text {
	position: relative;
	z-index: 1;
	margin: 0;
}

body.polandoc-gp-child .section__why {
	background: #181818;
}

body.polandoc-gp-child .why__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.28;
}

body.polandoc-gp-child .why {
	position: relative;
	z-index: 1;
}

body.polandoc-gp-child .why__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 70px;
}

body.polandoc-gp-child .why__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

body.polandoc-gp-child .why__item {
	position: relative;
	min-height: 230px;
	padding: 74px 22px 26px;
	background: #fff;
	text-align: center;
}

body.polandoc-gp-child .why__item-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 108px;
	height: 108px;
	padding: 26px;
	border-radius: 50%;
	background: linear-gradient(90deg, var(--polandoc-accent), var(--polandoc-accent-2));
	transform: translate(-50%, -50%);
}

body.polandoc-gp-child .why__item-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.polandoc-gp-child .why__item-text {
	color: #333;
}

body.polandoc-gp-child .section__blog {
	background: #f7f7f7;
	color: #111;
}

body.polandoc-gp-child .blog__subtitle,
body.polandoc-gp-child .blog__title {
	color: #111;
}

body.polandoc-gp-child .swiper-wrapper,
body.polandoc-gp-child .blog__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.polandoc-gp-child .slide,
body.polandoc-gp-child .blog__item {
	padding: 28px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
}

body.polandoc-gp-child .slide__title,
body.polandoc-gp-child .slide__text,
body.polandoc-gp-child .blog__item-title,
body.polandoc-gp-child .blog__item-text,
body.polandoc-gp-child .blog__item-date {
	color: #111;
}

body.polandoc-gp-child .blog__subtitle {
	margin-bottom: 8px;
	text-align: center;
}

body.polandoc-gp-child .blog__title {
	margin-bottom: 44px;
	text-align: center;
}

body.polandoc-gp-child .blog__item-img {
	display: block;
	aspect-ratio: 16 / 10;
	margin: -28px -28px 20px;
	overflow: hidden;
	background: #ddd;
}

body.polandoc-gp-child .blog__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.polandoc-gp-child .section__contact {
	background: #111;
}

body.polandoc-gp-child .contact__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.25;
}

body.polandoc-gp-child .contact {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 54px;
	align-items: center;
}

body.polandoc-gp-child .contact__content {
	max-width: 640px;
}

body.polandoc-gp-child .contact__title {
	margin-bottom: 28px;
}

body.polandoc-gp-child .contact__img {
	margin: 0;
}

body.polandoc-gp-child .contact__img img {
	width: 100%;
	height: auto;
}

body.polandoc-gp-child input,
body.polandoc-gp-child textarea,
body.polandoc-gp-child select {
	max-width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

body.polandoc-gp-child .polandoc-footer {
	background: #0d0d0d;
	padding-bottom: 42px;
}

body.polandoc-gp-child .footer {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(280px, 1fr) minmax(300px, 1fr);
	gap: 42px;
}

body.polandoc-gp-child .footer__logo {
	display: inline-block;
	max-width: 210px;
	margin-bottom: 28px;
}

body.polandoc-gp-child .footer__logo img {
	width: 100%;
	height: auto;
}

body.polandoc-gp-child .footer__link {
	display: block;
	margin-bottom: 10px;
	color: var(--polandoc-muted);
	text-decoration: none;
}

body.polandoc-gp-child .footer__icons {
	display: flex;
	gap: 12px;
	margin-top: 22px;
}

body.polandoc-gp-child .footer__icon {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #222;
}

body.polandoc-gp-child .footer__title {
	margin-bottom: 22px;
	color: #fff;
	font-weight: 800;
}

body.polandoc-gp-child .footer__menu-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.polandoc-gp-child .footer__list {
	margin: 0;
	list-style: none;
}

body.polandoc-gp-child .footer__list a {
	display: block;
	padding: 5px 0;
	color: var(--polandoc-muted);
	text-decoration: none;
}

body.polandoc-gp-child .copy {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	margin-top: 46px;
	padding-top: 28px;
	border-top: 1px solid var(--polandoc-border);
}

body.polandoc-gp-child .copy__text {
	color: var(--polandoc-muted);
	text-align: left;
}

body.polandoc-gp-child .copy__text a {
	color: #fff;
}

/* Light presentation layer for client review. */
body.polandoc-gp-child {
	background: #fff;
}

body.polandoc-gp-child .site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	box-shadow: 0 1px 0 rgba(16, 20, 24, 0.08);
}

body.polandoc-gp-child .inside-header {
	padding-block: 18px;
}

body.polandoc-gp-child .main-title a {
	font-size: 28px;
	letter-spacing: 0;
}

body.polandoc-gp-child .section {
	position: relative;
	padding: 76px 0;
	overflow: hidden;
}

body.polandoc-gp-child .section__hero {
	padding-top: 0;
	background: #fff;
}

body.polandoc-gp-child .hero__container {
	min-height: 590px;
	background: var(--pd-section-bg, #f6f8fb);
}

body.polandoc-gp-child .hero__container::after {
	background: linear-gradient(90deg, rgba(246, 248, 251, 0.98) 0%, rgba(246, 248, 251, 0.86) 47%, rgba(246, 248, 251, 0.4) 100%);
}

body.polandoc-gp-child .hero__bg {
	opacity: 0.18;
	filter: grayscale(0.18) saturate(0.8);
}

body.polandoc-gp-child .hero__subtitle {
	max-width: 720px;
	color: var(--polandoc-muted);
	font-size: 18px;
	line-height: 1.55;
	text-transform: none;
}

body.polandoc-gp-child .title-big {
	font-size: 56px;
	line-height: 1.08;
}

body.polandoc-gp-child .hero__text {
	max-width: 800px;
	font-size: 20px;
	line-height: 1.7;
}

body.polandoc-gp-child .hero__contact {
	background: #fff;
	box-shadow: 0 1px 0 rgba(16, 20, 24, 0.08);
}

body.polandoc-gp-child .hero__contact > .container {
	gap: 28px;
}

body.polandoc-gp-child .section__document,
body.polandoc-gp-child .section__blog,
body.polandoc-gp-child .section__facts,
body.polandoc-gp-child .section__why {
	background: var(--pd-section-bg, #f6f8fb);
}

body.polandoc-gp-child .document__title,
body.polandoc-gp-child .blog__title,
body.polandoc-gp-child .why__title {
	margin-bottom: 44px;
	text-align: center;
}

body.polandoc-gp-child .document__item,
body.polandoc-gp-child .blog__item,
body.polandoc-gp-child .why__item,
body.polandoc-gp-child .polandoc-archive-card,
body.polandoc-gp-child .polandoc-page-card {
	border-color: #dde3ea;
	background: #fff;
	box-shadow: 0 18px 42px rgba(16, 20, 24, 0.07);
}

body.polandoc-gp-child .document__item {
	min-height: 260px;
	padding: 34px 24px;
	display: grid;
	align-content: center;
}

body.polandoc-gp-child .document__item-img {
	min-height: 100px;
	display: grid;
	place-items: center;
}

body.polandoc-gp-child .document__item-img img {
	max-width: 96px;
	max-height: 96px;
	object-fit: contain;
}

body.polandoc-gp-child .section__about {
	background: #fff;
}

body.polandoc-gp-child .about {
	gap: 72px;
}

body.polandoc-gp-child .about__img img {
	border-radius: var(--polandoc-card-radius);
	box-shadow: 0 18px 42px rgba(16, 20, 24, 0.09);
}

body.polandoc-gp-child .about__subtitle {
	color: var(--polandoc-accent);
}

body.polandoc-gp-child .about__item {
	border-radius: var(--polandoc-card-radius);
	background: #f6f8fb;
}

body.polandoc-gp-child .why__bg,
body.polandoc-gp-child .contact__bg,
body.polandoc-gp-child .blog__decor {
	display: none;
}

body.polandoc-gp-child .why__header {
	justify-content: center;
	margin-bottom: 58px;
	text-align: center;
}

body.polandoc-gp-child .why__title::after,
body.polandoc-gp-child .about__title::after {
	left: 0;
}

body.polandoc-gp-child .why__header .why__title::after {
	left: 50%;
	transform: translateX(-50%);
}

body.polandoc-gp-child .why__item {
	padding: 80px 26px 30px;
}

body.polandoc-gp-child .section__blog {
	padding: 76px 0;
}

body.polandoc-gp-child .blog__subtitle {
	margin-bottom: 4px;
	color: var(--polandoc-accent);
	font-size: 22px;
}

body.polandoc-gp-child .blog__title {
	margin-bottom: 38px;
	font-size: 48px;
}

body.polandoc-gp-child .blog__item {
	padding: 0;
	overflow: hidden;
}

body.polandoc-gp-child .blog__item-img {
	margin: 0;
	background: #e5e8ec;
}

body.polandoc-gp-child .blog__item-title,
body.polandoc-gp-child .blog__item-date,
body.polandoc-gp-child .blog__item-text,
body.polandoc-gp-child .blog__item-link {
	display: block;
	margin-inline: 26px;
}

body.polandoc-gp-child .blog__item-title {
	margin-top: 24px;
	font-size: 20px;
	line-height: 1.35;
}

body.polandoc-gp-child .blog__item-text {
	margin-bottom: 26px;
}

body.polandoc-gp-child .blog__buttons {
	margin-top: 34px;
}

body.polandoc-gp-child .section__contact {
	background: #fff;
}

body.polandoc-gp-child .contact {
	padding: 54px;
	border: 1px solid #dde3ea;
	border-radius: var(--polandoc-card-radius);
	background: #f6f8fb;
	box-shadow: 0 18px 42px rgba(16, 20, 24, 0.06);
}

body.polandoc-gp-child .contact__content {
	border-color: #d7dee7;
	background: #fff;
}

body.polandoc-gp-child .section__contact .contact__title {
	color: #101418;
}

body.polandoc-gp-child .section__contact input,
body.polandoc-gp-child .section__contact textarea,
body.polandoc-gp-child .section__contact select,
body.polandoc-gp-child .polandoc-footer input,
body.polandoc-gp-child .polandoc-footer textarea {
	border-color: #cfd7e2;
	background: #fff;
	color: #101418;
}

body.polandoc-gp-child .polandoc-footer {
	background: var(--polandoc-footer-bg, #f6f8fb);
	color: #101418;
	border-top: 1px solid #dde3ea;
}

body.polandoc-gp-child .footer__logo-text {
	color: #101418;
}

body.polandoc-gp-child .footer__logo-img {
	display: block;
	max-width: 120px;
	height: auto;
	border-radius: var(--polandoc-card-radius);
}

body.polandoc-gp-child .footer__title {
	color: #101418;
}

body.polandoc-gp-child .footer__link,
body.polandoc-gp-child .copy__text,
body.polandoc-gp-child .copy__text a {
	color: var(--polandoc-muted);
}

body.polandoc-gp-child .footer__icon {
	background: #101418;
}

body.polandoc-gp-child .footer__icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

@media (max-width: 1110px) {
	body.polandoc-gp-child .title-big {
		font-size: 46px;
	}

	body.polandoc-gp-child .title {
		font-size: 36px;
	}

	body.polandoc-gp-child .document__items,
	body.polandoc-gp-child .why__items,
	body.polandoc-gp-child .swiper-wrapper,
	body.polandoc-gp-child .blog__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.polandoc-gp-child .footer {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	body.polandoc-gp-child .container {
		width: min(100% - 32px, 720px);
	}

	body.polandoc-gp-child .section {
		padding: 64px 0;
	}

	body.polandoc-gp-child .title-big {
		font-size: 34px;
	}

	body.polandoc-gp-child .title {
		font-size: 30px;
	}

	body.polandoc-gp-child .hero__container {
		min-height: 590px;
	}

	body.polandoc-gp-child .hero__container > .container,
	body.polandoc-gp-child .about,
	body.polandoc-gp-child .contact {
		grid-template-columns: 1fr;
	}

	body.polandoc-gp-child .hero__img {
		display: none;
	}

	body.polandoc-gp-child .hero__contact .container,
	body.polandoc-gp-child .why__header {
		align-items: flex-start;
		flex-direction: column;
	}

	body.polandoc-gp-child .document__items,
	body.polandoc-gp-child .why__items,
	body.polandoc-gp-child .swiper-wrapper,
	body.polandoc-gp-child .blog__items,
	body.polandoc-gp-child .footer {
		grid-template-columns: 1fr;
	}

	body.polandoc-gp-child .about__items {
		grid-template-columns: 1fr;
	}

	body.polandoc-gp-child .footer__menu-container {
		grid-template-columns: 1fr;
	}
}

/* Light GeneratePress rebuild layer. Keep this after the legacy compatibility CSS. */
body.polandoc-gp-child {
	--polandoc-accent: #c3262e;
	--polandoc-accent-2: #e05a2a;
	--polandoc-dark: #171717;
	--polandoc-text: #1b1f24;
	--polandoc-muted: #5c6570;
	--polandoc-border: #e3e6ea;
	--polandoc-surface: #ffffff;
	--polandoc-surface-soft: #f4f6f8;
	background: #fff;
	color: var(--polandoc-text);
}

body.polandoc-gp-child .site-header {
	background: var(--polandoc-header-bg);
	border-bottom: 1px solid var(--polandoc-border);
}

body.polandoc-gp-child .inside-header {
	max-width: 1220px;
	padding: 22px 28px;
}

body.polandoc-gp-child .main-title a,
body.polandoc-gp-child .main-title a:hover {
	color: #101418;
	font-weight: 800;
	line-height: 1.05;
}

body.polandoc-gp-child .main-navigation,
body.polandoc-gp-child .main-navigation ul ul {
	background: #fff;
}

body.polandoc-gp-child .main-navigation .main-nav ul li > a {
	color: var(--polandoc-header-link);
	font-size: 14px;
	letter-spacing: 0;
}

body.polandoc-gp-child .main-navigation .main-nav ul li[class*='current-menu-'] > a,
body.polandoc-gp-child .main-navigation .main-nav ul li > a:hover {
	color: var(--polandoc-header-active);
	background: transparent;
}

body.polandoc-gp-child .section {
	padding: 82px 0;
}

body.polandoc-gp-child .section__hero {
	min-height: 0;
	background: #fff;
}

body.polandoc-gp-child .hero__container {
	min-height: 620px;
	background: var(--pd-section-bg, linear-gradient(120deg, #fff 0%, #f4f6f8 58%, #eef1f4 100%));
}

body.polandoc-gp-child .hero__container::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 45%, rgba(255, 255, 255, 0.54) 100%);
}

body.polandoc-gp-child .hero__bg {
	inset: 0 0 0 auto;
	width: 62%;
	opacity: 0.34;
	filter: saturate(0.82);
}

body.polandoc-gp-child .hero__container > .container {
	grid-template-columns: minmax(0, 760px);
}

body.polandoc-gp-child .hero__img {
	display: none;
}

body.polandoc-gp-child .title-big {
	color: var(--pd-title-color, #101418);
	font-size: 58px;
	text-transform: none;
}

body.polandoc-gp-child .title,
body.polandoc-gp-child .title-small {
	color: var(--pd-title-color, #101418);
}

body.polandoc-gp-child .hero__subtitle {
	color: var(--polandoc-accent);
	font-weight: 700;
}

body.polandoc-gp-child .hero__text,
body.polandoc-gp-child .text,
body.polandoc-gp-child .text-small,
body.polandoc-gp-child .subtext-big {
	color: var(--pd-text-color, var(--polandoc-muted));
}

body.polandoc-gp-child .btn,
body.polandoc-gp-child input[type='submit'],
body.polandoc-gp-child .wpcf7-submit {
	border-radius: var(--polandoc-button-radius);
	background: var(--polandoc-button-bg);
	color: var(--polandoc-button-text);
	box-shadow: 0 10px 24px rgba(195, 38, 46, 0.18);
}

body.polandoc-gp-child .hero__contact {
	border-top: 1px solid var(--polandoc-border);
	border-bottom: 1px solid var(--polandoc-border);
	background: #fff;
}

body.polandoc-gp-child .hero__contact-title,
body.polandoc-gp-child .hero__contact-text {
	color: #101418;
}

body.polandoc-gp-child .section__document,
body.polandoc-gp-child .section__blog,
body.polandoc-gp-child .section__facts {
	background: var(--pd-section-bg, var(--polandoc-surface-soft));
}

body.polandoc-gp-child .document__item,
body.polandoc-gp-child .slide,
body.polandoc-gp-child .blog__item,
body.polandoc-gp-child .why__item {
	border: 1px solid var(--polandoc-border);
	border-radius: var(--polandoc-card-radius);
	box-shadow: none;
}

body.polandoc-gp-child .section__about {
	background: var(--pd-section-bg, #fff);
}

body.polandoc-gp-child .about__subtitle {
	color: var(--polandoc-accent);
}

body.polandoc-gp-child .about__text {
	color: var(--pd-text-color, var(--polandoc-muted));
}

body.polandoc-gp-child .about__item {
	border: 1px solid var(--polandoc-border);
	border-radius: var(--polandoc-card-radius);
	background: #fff;
}

body.polandoc-gp-child .about__item-bg {
	opacity: 0.12;
}

body.polandoc-gp-child .about__item-title {
	color: #101418;
}

body.polandoc-gp-child .about__item-text {
	color: var(--polandoc-muted);
}

body.polandoc-gp-child .section__why,
body.polandoc-gp-child .section__contact {
	background: var(--pd-section-bg, #101418);
}

body.polandoc-gp-child .why__bg,
body.polandoc-gp-child .contact__bg {
	opacity: 0.14;
}

body.polandoc-gp-child .why__item {
	padding-top: 88px;
	background: var(--pd-card-bg, #fff);
}

body.polandoc-gp-child .why__item-img {
	background: var(--pd-icon-bg, var(--polandoc-accent));
}

body.polandoc-gp-child .why__item-text {
	color: var(--pd-card-text, var(--polandoc-muted));
}

body.polandoc-gp-child .blog__subtitle,
body.polandoc-gp-child .blog__title,
body.polandoc-gp-child .document__title,
body.polandoc-gp-child .about__title,
body.polandoc-gp-child .contact__title {
	color: var(--pd-title-color, #101418);
}

body.polandoc-gp-child .section__contact .contact__title {
	color: var(--pd-title-color, #fff);
}

body.polandoc-gp-child .footer__title {
	color: rgba(255, 255, 255, 0.88);
}

body.polandoc-gp-child .footer__link,
body.polandoc-gp-child .copy__text {
	color: rgba(255, 255, 255, 0.62);
}

body.polandoc-gp-child .copy__text a {
	color: #fff;
}

body.polandoc-gp-child .contact__content {
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--polandoc-card-radius);
	background: rgba(255, 255, 255, 0.06);
}

body.polandoc-gp-child input,
body.polandoc-gp-child textarea,
body.polandoc-gp-child select {
	border: 1px solid #cfd5dc;
	border-radius: var(--polandoc-button-radius);
	background: #fff;
	color: #101418;
}

body.polandoc-gp-child .section__contact input,
body.polandoc-gp-child .section__contact textarea,
body.polandoc-gp-child .polandoc-footer input,
body.polandoc-gp-child .polandoc-footer textarea {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

body.polandoc-gp-child .polandoc-footer {
	background: var(--polandoc-footer-bg);
}

body.polandoc-gp-child .footer__icon {
	border-radius: var(--polandoc-button-radius);
	background: rgba(255, 255, 255, 0.08);
}

body.polandoc-gp-child .footer__logo-text {
	display: inline-block;
	max-width: 220px;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-page-hero {
	padding: 92px 0 70px;
	background: var(--pd-section-bg, #f4f6f8);
}

body.polandoc-gp-child .polandoc-page-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	align-items: center;
	gap: 56px;
}

body.polandoc-gp-child .polandoc-page-hero__kicker {
	margin: 0 0 14px;
	color: var(--polandoc-accent);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.polandoc-gp-child .polandoc-page-hero__title {
	max-width: 840px;
	margin: 0;
	color: var(--pd-title-color, #101418);
	font-size: 48px;
	line-height: 1.12;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-page-hero__intro {
	max-width: 760px;
	margin: 24px 0 0;
	color: var(--pd-text-color, var(--polandoc-muted));
	font-size: 19px;
	line-height: 1.65;
}

body.polandoc-gp-child .polandoc-page-hero__image {
	margin: 0;
}

body.polandoc-gp-child .polandoc-page-hero__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--polandoc-card-radius);
}

body.polandoc-gp-child .polandoc-page-content {
	padding: 74px 0;
	background: var(--pd-section-bg, #fff);
}

body.polandoc-gp-child .polandoc-page-content__body {
	max-width: 900px;
	color: var(--pd-text-color, var(--polandoc-text));
	font-size: 18px;
	line-height: 1.72;
}

body.polandoc-gp-child .polandoc-page-content__body h2 {
	margin: 38px 0 14px;
	color: #101418;
	font-size: 30px;
	line-height: 1.22;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-page-content__body h3 {
	margin: 28px 0 12px;
	color: #101418;
	font-size: 23px;
	line-height: 1.25;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-page-content__body p,
body.polandoc-gp-child .polandoc-page-content__body ul,
body.polandoc-gp-child .polandoc-page-content__body ol {
	margin-top: 0;
	margin-bottom: 20px;
}

body.polandoc-gp-child .polandoc-page-content__body a {
	color: var(--polandoc-accent);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.polandoc-gp-child .polandoc-page-cards {
	padding: 72px 0;
	background: var(--pd-section-bg, var(--polandoc-surface-soft));
}

body.polandoc-gp-child .polandoc-page-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

body.polandoc-gp-child .polandoc-page-card {
	min-height: 100%;
	padding: 28px;
	border: 1px solid var(--polandoc-border);
	border-radius: var(--polandoc-card-radius);
	background: var(--pd-card-bg, #fff);
}

body.polandoc-gp-child .polandoc-page-card__image {
	width: 52px;
	height: 52px;
	margin: 0 0 20px;
}

body.polandoc-gp-child .polandoc-page-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.polandoc-gp-child .polandoc-page-card__title {
	margin: 0 0 12px;
	color: #101418;
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-page-card__text {
	margin: 0;
	color: var(--polandoc-muted);
	font-size: 16px;
	line-height: 1.65;
}

body.polandoc-gp-child .polandoc-page-contact {
	padding: 74px 0;
	background: var(--pd-section-bg, #101418);
}

body.polandoc-gp-child .polandoc-page-contact__inner {
	max-width: 760px;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--polandoc-card-radius);
	background: rgba(255, 255, 255, 0.06);
}

body.polandoc-gp-child .polandoc-page-contact__title {
	margin: 0 0 22px;
	color: var(--pd-title-color, #fff);
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-archive-hero,
body.polandoc-gp-child .polandoc-single-hero {
	padding: 82px 0 64px;
	background: var(--pd-section-bg, var(--polandoc-surface-soft));
}

body.polandoc-gp-child .polandoc-archive-hero__kicker,
body.polandoc-gp-child .polandoc-single-hero__back {
	display: inline-block;
	margin: 0 0 14px;
	color: var(--polandoc-accent);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.polandoc-gp-child .polandoc-archive-hero__title,
body.polandoc-gp-child .polandoc-single-hero__title {
	max-width: 920px;
	margin: 0;
	color: #101418;
	font-size: 46px;
	line-height: 1.15;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-archive-hero__intro,
body.polandoc-gp-child .polandoc-single-hero__date {
	max-width: 780px;
	margin: 22px 0 0;
	color: var(--polandoc-muted);
	font-size: 18px;
	line-height: 1.65;
}

body.polandoc-gp-child .polandoc-archive-list {
	padding: 72px 0;
	background: var(--pd-section-bg, #fff);
}

body.polandoc-gp-child .polandoc-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.polandoc-gp-child .polandoc-archive-card {
	overflow: hidden;
	border: 1px solid var(--polandoc-border);
	border-radius: var(--polandoc-card-radius);
	background: var(--pd-card-bg, #fff);
}

body.polandoc-gp-child .polandoc-archive-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	background: #e5e8ec;
}

body.polandoc-gp-child .polandoc-archive-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.polandoc-gp-child .polandoc-archive-card__body {
	padding: 26px;
}

body.polandoc-gp-child .polandoc-archive-card__title {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.32;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-archive-card__title a,
body.polandoc-gp-child .polandoc-archive-card__link {
	color: var(--polandoc-accent);
}

body.polandoc-gp-child .polandoc-archive-card__date {
	margin: 0 0 16px;
	color: #101418;
	font-size: 14px;
	font-weight: 800;
}

body.polandoc-gp-child .polandoc-archive-card__excerpt {
	margin: 0 0 20px;
	color: var(--polandoc-muted);
	font-size: 16px;
	line-height: 1.6;
}

body.polandoc-gp-child .polandoc-archive-card__link {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

body.polandoc-gp-child .polandoc-pagination {
	margin-top: 44px;
}

body.polandoc-gp-child .polandoc-single-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
	align-items: center;
	gap: 52px;
}

body.polandoc-gp-child .polandoc-single-hero__image {
	margin: 0;
}

body.polandoc-gp-child .polandoc-single-hero__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--polandoc-card-radius);
}

body.polandoc-gp-child .polandoc-single-content {
	padding: 76px 0;
	background: var(--pd-section-bg, #fff);
}

body.polandoc-gp-child .polandoc-single-content__body {
	max-width: 900px;
	color: var(--polandoc-text);
	font-size: 18px;
	line-height: 1.75;
	overflow-wrap: anywhere;
}

body.polandoc-gp-child .polandoc-single-content__body h2,
body.polandoc-gp-child .polandoc-single-content__body h3 {
	margin-top: 34px;
	color: #101418;
	letter-spacing: 0;
}

body.polandoc-gp-child .polandoc-single-content__body img,
body.polandoc-gp-child .polandoc-single-content__body iframe,
body.polandoc-gp-child .polandoc-single-content__body table {
	max-width: 100%;
}

body.polandoc-gp-child .polandoc-single-content__body table {
	display: block;
	overflow-x: auto;
}

@media (max-width: 768px) {
	body.polandoc-gp-child .inside-header {
		padding: 16px 20px;
	}

	body.polandoc-gp-child .hero__container {
		min-height: 540px;
	}

	body.polandoc-gp-child .hero__bg {
		width: 100%;
		opacity: 0.14;
	}

	body.polandoc-gp-child .title-big {
		font-size: 34px;
	}

	body.polandoc-gp-child .polandoc-page-hero {
		padding: 58px 0 46px;
	}

	body.polandoc-gp-child .polandoc-page-hero__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.polandoc-gp-child .polandoc-page-hero__title {
		font-size: 34px;
	}

	body.polandoc-gp-child .polandoc-page-hero__intro {
		font-size: 17px;
	}

	body.polandoc-gp-child .polandoc-page-content,
	body.polandoc-gp-child .polandoc-page-cards,
	body.polandoc-gp-child .polandoc-page-contact {
		padding: 48px 0;
	}

	body.polandoc-gp-child .polandoc-page-cards__grid {
		grid-template-columns: 1fr;
	}

	body.polandoc-gp-child .polandoc-page-contact__inner {
		padding: 24px;
	}

	body.polandoc-gp-child .polandoc-page-contact__title {
		font-size: 28px;
	}

	body.polandoc-gp-child .polandoc-archive-hero,
	body.polandoc-gp-child .polandoc-single-hero,
	body.polandoc-gp-child .polandoc-archive-list,
	body.polandoc-gp-child .polandoc-single-content {
		padding: 48px 0;
	}

	body.polandoc-gp-child .polandoc-archive-hero__title,
	body.polandoc-gp-child .polandoc-single-hero__title {
		font-size: 34px;
	}

	body.polandoc-gp-child .polandoc-archive-grid,
	body.polandoc-gp-child .polandoc-single-hero__inner {
		grid-template-columns: 1fr;
	}
}

/* Final light-theme overrides must stay at the end. */
body.polandoc-gp-child .polandoc-footer,
body.polandoc-gp-child .polandoc-footer .footer__logo-text,
body.polandoc-gp-child .polandoc-footer .footer__title {
	color: #101418;
}

body.polandoc-gp-child .polandoc-footer .footer__link,
body.polandoc-gp-child .polandoc-footer .copy__text,
body.polandoc-gp-child .polandoc-footer .copy__text a,
body.polandoc-gp-child .polandoc-footer .footer__list a {
	color: #4d5a68;
}

body.polandoc-gp-child .section__contact .wpcf7-submit,
body.polandoc-gp-child .polandoc-footer .wpcf7-submit,
body.polandoc-gp-child .section__contact input[type='submit'],
body.polandoc-gp-child .polandoc-footer input[type='submit'] {
	border-color: var(--polandoc-button-bg);
	background: var(--polandoc-button-bg);
	color: var(--polandoc-button-text);
}

body.polandoc-gp-child .section__contact input:not([type='submit']),
body.polandoc-gp-child .section__contact textarea,
body.polandoc-gp-child .section__contact select,
body.polandoc-gp-child .polandoc-footer input:not([type='submit']),
body.polandoc-gp-child .polandoc-footer textarea {
	border-color: #cfd7e2;
	background: #fff;
	color: #101418;
}

body.polandoc-gp-child .polandoc-footer .footer__icon {
	background: #101418;
}

body.polandoc-gp-child .polandoc-footer .footer__icon img {
	filter: none;
	opacity: 1;
}

/* Final dark reference layer. */
body.polandoc-gp-child {
	background: #101316;
	color: #e8edf2;
}

body.polandoc-gp-child .site-header,
body.polandoc-gp-child .main-navigation,
body.polandoc-gp-child .main-navigation .main-nav ul ul,
body.polandoc-gp-child .main-navigation .inside-navigation {
	background: #101316;
}

body.polandoc-gp-child .site-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.polandoc-gp-child .inside-header {
	max-width: 1320px;
	padding: 14px 24px;
}

body.polandoc-gp-child .site-logo img,
body.polandoc-gp-child .footer__logo-img {
	display: block;
	width: auto;
	max-height: 64px;
	object-fit: contain;
}

body.polandoc-gp-child .main-navigation .main-nav ul li a,
body.polandoc-gp-child .menu-toggle,
body.polandoc-gp-child .main-navigation .menu-bar-items a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.polandoc-gp-child .main-navigation .main-nav ul li:hover > a,
body.polandoc-gp-child .main-navigation .main-nav ul li.current-menu-item > a,
body.polandoc-gp-child .main-navigation .main-nav ul li.current-menu-ancestor > a {
	background: transparent;
	color: #e05a2a;
}

body.polandoc-gp-child .main-navigation .main-nav ul ul {
	width: 320px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

body.polandoc-gp-child .main-navigation .main-nav ul ul li a {
	padding: 12px 16px;
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
}

body.polandoc-gp-child .polandoc-header-cta__link {
	margin-left: 10px;
	border-radius: 6px;
	background: linear-gradient(135deg, #c3262e, #e05a2a) !important;
	color: #ffffff !important;
	box-shadow: 0 14px 28px rgba(195, 38, 46, 0.22);
}

body.polandoc-gp-child .btn,
body.polandoc-gp-child input[type='submit'] {
	border: 0;
	border-radius: 6px;
	background: linear-gradient(135deg, #c3262e, #e05a2a);
	color: #fff;
	box-shadow: 0 14px 32px rgba(195, 38, 46, 0.22);
}

body.polandoc-gp-child .btn:hover,
body.polandoc-gp-child input[type='submit']:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

body.polandoc-gp-child .section__hero-home {
	margin-top: 0;
	background: #101316;
}

body.polandoc-gp-child .hero__container {
	min-height: 660px;
	background: #101316;
	overflow: hidden;
}

body.polandoc-gp-child .hero__container::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(16, 19, 22, 0.96) 0%, rgba(16, 19, 22, 0.82) 44%, rgba(16, 19, 22, 0.42) 100%),
		radial-gradient(circle at 78% 32%, rgba(224, 90, 42, 0.16), transparent 34%);
	pointer-events: none;
}

body.polandoc-gp-child .hero__bg {
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.62;
	filter: saturate(0.85) contrast(1.06);
}

body.polandoc-gp-child .hero__container > .container {
	position: relative;
	z-index: 2;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.84fr);
	align-items: center;
	min-height: 660px;
}

body.polandoc-gp-child .hero__content {
	max-width: 720px;
}

body.polandoc-gp-child .hero__subtitle {
	max-width: 720px;
	color: #f2f5f7;
	font-size: 21px;
	line-height: 1.35;
	text-transform: none;
}

body.polandoc-gp-child .hero__subtitle::after,
body.polandoc-gp-child .document__title::after,
body.polandoc-gp-child .services__title::after,
body.polandoc-gp-child .about__title::after,
body.polandoc-gp-child .why__title::after {
	content: '';
	display: block;
	width: 92px;
	height: 4px;
	margin-top: 22px;
	background: linear-gradient(90deg, #c3262e, #e05a2a);
}

body.polandoc-gp-child .hero__title {
	margin-top: 24px;
	color: #fff;
	text-transform: uppercase;
}

body.polandoc-gp-child .hero__text,
body.polandoc-gp-child .hero__contact-title,
body.polandoc-gp-child .hero__contact-text {
	color: #d7dde3;
}

body.polandoc-gp-child .hero__img {
	position: relative;
	z-index: 2;
	margin-right: -110px;
}

body.polandoc-gp-child .hero__img img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: contain;
	filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.5));
}

body.polandoc-gp-child .hero__contact {
	background: #15191d;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.polandoc-gp-child .hero__contact .container {
	min-height: 118px;
}

body.polandoc-gp-child .section__document,
body.polandoc-gp-child .section__services,
body.polandoc-gp-child .section__about,
body.polandoc-gp-child .section__why,
body.polandoc-gp-child .section__blog,
body.polandoc-gp-child .section__facts {
	background: var(--pd-section-bg, #101316);
}

body.polandoc-gp-child .section__document,
body.polandoc-gp-child .section__services,
body.polandoc-gp-child .section__about,
body.polandoc-gp-child .section__blog,
body.polandoc-gp-child .section__facts {
	padding: 92px 0;
}

body.polandoc-gp-child .document__title,
body.polandoc-gp-child .services__title,
body.polandoc-gp-child .about__title,
body.polandoc-gp-child .why__title,
body.polandoc-gp-child .blog__subtitle,
body.polandoc-gp-child .blog__title,
body.polandoc-gp-child .contact__title {
	color: #ffffff;
}

body.polandoc-gp-child .document__items,
body.polandoc-gp-child .services__items,
body.polandoc-gp-child .why__items,
body.polandoc-gp-child .blog__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

body.polandoc-gp-child .document__item,
body.polandoc-gp-child .why__item,
body.polandoc-gp-child .polandoc-page-card {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #ffffff;
	color: #101316;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

body.polandoc-gp-child .document__item-title,
body.polandoc-gp-child .why__item-title {
	color: #101316;
}

body.polandoc-gp-child .services__title {
	margin-bottom: 42px;
}

body.polandoc-gp-child .services__items {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.polandoc-gp-child .services__item {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: #ffffff;
	color: #101316;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

body.polandoc-gp-child .services__item-img {
	aspect-ratio: 16 / 10;
	margin: 0;
	background: #1d2329;
}

body.polandoc-gp-child .services__item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.polandoc-gp-child .services__item-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

body.polandoc-gp-child .services__item-title {
	margin: 0 0 14px;
	color: #101316;
}

body.polandoc-gp-child .services__item-text {
	flex: 1;
	margin: 0 0 22px;
	color: #4d5a68;
}

body.polandoc-gp-child .services__item-btn {
	min-width: 132px;
}

body.polandoc-gp-child .section__about {
	background: #15191d;
}

body.polandoc-gp-child .about {
	gap: 56px;
}

body.polandoc-gp-child .about__img img,
body.polandoc-gp-child .polandoc-page-hero__image img,
body.polandoc-gp-child .polandoc-single-hero__image img {
	border-radius: 8px;
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
}

body.polandoc-gp-child .about__subtitle,
body.polandoc-gp-child .about__text,
body.polandoc-gp-child .polandoc-page-hero__intro,
body.polandoc-gp-child .polandoc-archive-hero__intro,
body.polandoc-gp-child .polandoc-single-hero__date {
	color: #d7dde3;
}

body.polandoc-gp-child .about__item {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
}

body.polandoc-gp-child .about__item-title {
	color: #ffffff;
}

body.polandoc-gp-child .about__item-text {
	color: #a6afb8;
}

body.polandoc-gp-child .section__why {
	position: relative;
	padding: 96px 0;
	background: #101316;
}

body.polandoc-gp-child .section__why::before,
body.polandoc-gp-child .section__contact::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(16, 19, 22, 0.9);
	pointer-events: none;
}

body.polandoc-gp-child .section__why .container,
body.polandoc-gp-child .section__contact .container {
	position: relative;
	z-index: 2;
}

body.polandoc-gp-child .why__bg,
body.polandoc-gp-child .contact__bg {
	z-index: 0;
	opacity: 0.28;
	filter: brightness(0.45) saturate(0.85) contrast(1.08);
}

body.polandoc-gp-child .why__item-img {
	margin-top: -72px;
	background: linear-gradient(135deg, #c3262e, #e05a2a);
}

body.polandoc-gp-child .why__item-text {
	color: #4d5a68;
}

body.polandoc-gp-child .section__blog {
	background: #101316;
}

body.polandoc-gp-child .blog__items {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.polandoc-gp-child .blog__item,
body.polandoc-gp-child .polandoc-archive-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

body.polandoc-gp-child .blog__item-title,
body.polandoc-gp-child .polandoc-archive-card__title a {
	color: #344255;
	text-decoration: underline;
}

body.polandoc-gp-child .blog__item-date,
body.polandoc-gp-child .polandoc-archive-card__date {
	color: #101316;
}

body.polandoc-gp-child .blog__item-text,
body.polandoc-gp-child .polandoc-archive-card__excerpt {
	color: #101316;
}

body.polandoc-gp-child .blog__item-link,
body.polandoc-gp-child .polandoc-archive-card__link {
	color: #c3262e;
}

body.polandoc-gp-child .section__contact {
	position: relative;
	padding: 92px 0;
	background: #101316;
	overflow: hidden;
}

body.polandoc-gp-child .contact {
	padding: 0;
	border: 0;
	background: transparent;
}

body.polandoc-gp-child .contact__content,
body.polandoc-gp-child .polandoc-page-contact__inner {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(2px);
}

body.polandoc-gp-child .section__contact input:not([type='submit']),
body.polandoc-gp-child .section__contact textarea,
body.polandoc-gp-child .section__contact select,
body.polandoc-gp-child .polandoc-page-contact input:not([type='submit']),
body.polandoc-gp-child .polandoc-page-contact textarea,
body.polandoc-gp-child .polandoc-footer input:not([type='submit']),
body.polandoc-gp-child .polandoc-footer textarea {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

body.polandoc-gp-child .section__contact input::placeholder,
body.polandoc-gp-child .section__contact textarea::placeholder,
body.polandoc-gp-child .polandoc-page-contact input::placeholder,
body.polandoc-gp-child .polandoc-page-contact textarea::placeholder,
body.polandoc-gp-child .polandoc-footer input::placeholder,
body.polandoc-gp-child .polandoc-footer textarea::placeholder {
	color: #a6afb8;
}

body.polandoc-gp-child .contact__img img {
	filter: drop-shadow(0 34px 80px rgba(0, 0, 0, 0.42));
}

body.polandoc-gp-child .section__facts {
	background: #15191d;
	color: #d7dde3;
}

body.polandoc-gp-child .facts h1,
body.polandoc-gp-child .facts h2,
body.polandoc-gp-child .facts h3,
body.polandoc-gp-child .facts strong {
	color: #ffffff;
}

body.polandoc-gp-child .facts a {
	color: #e05a2a;
}

body.polandoc-gp-child .polandoc-page-hero,
body.polandoc-gp-child .polandoc-archive-hero,
body.polandoc-gp-child .polandoc-single-hero {
	background: #101316 !important;
}

body.polandoc-gp-child .polandoc-page-hero__kicker,
body.polandoc-gp-child .polandoc-archive-hero__kicker,
body.polandoc-gp-child .polandoc-single-hero__back {
	color: #e05a2a;
}

body.polandoc-gp-child .polandoc-page-hero__title,
body.polandoc-gp-child .polandoc-archive-hero__title,
body.polandoc-gp-child .polandoc-single-hero__title {
	color: #ffffff;
}

body.polandoc-gp-child .polandoc-page-content {
	background: #15191d !important;
}

body.polandoc-gp-child .polandoc-page-content__body {
	color: #e8edf2;
}

body.polandoc-gp-child .polandoc-page-content__body h2,
body.polandoc-gp-child .polandoc-page-content__body h3 {
	color: #ffffff;
}

body.polandoc-gp-child .polandoc-page-content__body a {
	color: #e05a2a;
}

body.polandoc-gp-child .polandoc-page-cards,
body.polandoc-gp-child .polandoc-archive-list {
	background: #101316 !important;
}

body.polandoc-gp-child .polandoc-single-content {
	background: #ffffff !important;
}

body.polandoc-gp-child .polandoc-single-content__body,
body.polandoc-gp-child .polandoc-single-content__body h2,
body.polandoc-gp-child .polandoc-single-content__body h3 {
	color: #101316;
}

body.polandoc-gp-child .polandoc-footer {
	background: #101316 !important;
	color: #d7dde3;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.polandoc-gp-child .polandoc-footer .footer__logo-text,
body.polandoc-gp-child .polandoc-footer .footer__title {
	color: #ffffff;
}

body.polandoc-gp-child .polandoc-footer .footer__link,
body.polandoc-gp-child .polandoc-footer .copy__text,
body.polandoc-gp-child .polandoc-footer .copy__text a,
body.polandoc-gp-child .polandoc-footer .footer__list a {
	color: #a6afb8;
}

body.polandoc-gp-child .polandoc-footer .footer__link:hover,
body.polandoc-gp-child .polandoc-footer .copy__text a:hover,
body.polandoc-gp-child .polandoc-footer .footer__list a:hover {
	color: #e05a2a;
}

body.polandoc-gp-child .polandoc-footer .footer__icon {
	background: rgba(255, 255, 255, 0.1);
}

body.polandoc-gp-child .polandoc-footer .footer__icon img {
	filter: invert(1) grayscale(1);
	opacity: 0.95;
}

@media (max-width: 1024px) {
	body.polandoc-gp-child .document__items,
	body.polandoc-gp-child .services__items,
	body.polandoc-gp-child .why__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.polandoc-gp-child .hero__container > .container {
		grid-template-columns: 1fr;
	}

	body.polandoc-gp-child .hero__img {
		margin: 0;
		opacity: 0.65;
	}
}

@media (max-width: 768px) {
	body.polandoc-gp-child .inside-header {
		padding: 12px 18px;
	}

	body.polandoc-gp-child .hero__container,
	body.polandoc-gp-child .hero__container > .container {
		min-height: auto;
	}

	body.polandoc-gp-child .hero__container {
		padding: 56px 0 0;
	}

	body.polandoc-gp-child .hero__img {
		display: none;
	}

	body.polandoc-gp-child .hero__subtitle {
		font-size: 17px;
	}

	body.polandoc-gp-child .hero__contact .container {
		min-height: auto;
		padding-top: 22px;
		padding-bottom: 22px;
	}

	body.polandoc-gp-child .section__document,
	body.polandoc-gp-child .section__services,
	body.polandoc-gp-child .section__about,
	body.polandoc-gp-child .section__why,
	body.polandoc-gp-child .section__blog,
	body.polandoc-gp-child .section__facts,
	body.polandoc-gp-child .section__contact {
		padding: 56px 0;
	}

	body.polandoc-gp-child .document__items,
	body.polandoc-gp-child .services__items,
	body.polandoc-gp-child .why__items,
	body.polandoc-gp-child .blog__items {
		grid-template-columns: 1fr;
	}

	body.polandoc-gp-child .why__item-img {
		margin-top: 0;
		margin-bottom: 18px;
	}

	body.polandoc-gp-child .polandoc-header-cta__link {
		margin: 8px 16px 14px;
		text-align: center;
	}
}
