:root {
	--tl-navy: #08254a;
	--tl-navy-deep: #031d3b;
	--tl-red: #e82228;
	--tl-red-dark: #c9171d;
	--tl-ink: #10233f;
	--tl-blue-gray: #d9e6ef;
	--tl-sky: #eef6fb;
	--tl-paper: #fffdf8;
	--tl-white: #ffffff;
	--tl-muted: #5e6b7c;
	--tl-border: rgba(8, 37, 74, 0.14);
	--tl-shadow: 0 18px 50px rgba(8, 37, 74, 0.10);
}


body.site-menu-open {
	overflow: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

a:focus-visible,
button:focus-visible {
	outline: 3px solid rgba(232, 34, 40, 0.55);
	outline-offset: 4px;
}

h1,
h2,
h3 {
	color: var(--tl-navy-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: 1.05;
	margin: 0;
}

p {
	margin: 0;
}

.skip-link {
	left: 1rem;
	position: absolute;
	top: -10rem;
	z-index: 100;
}

.skip-link:focus {
	background: var(--tl-white);
	border: 2px solid var(--tl-red);
	border-radius: 8px;
	padding: 0.6rem 0.85rem;
	top: 1rem;
}

.tl-container,
.site-header__inner,
.site-footer__inner,
.page-content,
.archive-content {
	margin: 0 auto;
	max-width: 82.5rem;
	padding-left: clamp(1.25rem, 4vw, 3rem);
	padding-right: clamp(1.25rem, 4vw, 3rem);
	width: 100%;
}

.site-header {
	background: rgba(255, 253, 248, 0.96);
	border-bottom: 1px solid var(--tl-border);
	position: sticky;
	top: 0;
	z-index: 50;
}

.site-header__inner {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr auto;
	min-height: 5.375rem;
}

.site-branding__link {
	align-items: center;
	display: inline-flex;
	text-decoration: none;
}

.site-branding__logo {
	height: auto;
	object-fit: contain;
	width: 13.75rem;
}

.site-navigation {
	justify-self: end;
}

.site-navigation__list {
	align-items: center;
	display: flex;
	gap: clamp(0.65rem, 1.1vw, 1.15rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-navigation a {
	color: var(--tl-navy);
	font-size: clamp(0.86rem, 0.76rem + 0.18vw, 0.96rem);
	font-weight: 700;
	padding-bottom: 0.28rem;
	position: relative;
	text-decoration: none;
}

.site-navigation a:hover,
.site-navigation a.is-active {
	color: var(--tl-red);
}

.site-navigation a.is-active::after {
	background: var(--tl-red);
	border-radius: 999px;
	bottom: -0.18rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.site-header__cta,
.tl-button {
	align-items: center;
	border-radius: 9px;
	display: inline-flex;
	font-weight: 800;
	gap: 0.6rem;
	justify-content: center;
	min-height: 2.85rem;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-header__cta,
.tl-button--primary {
	background: var(--tl-red);
	border: 1px solid var(--tl-red);
	color: var(--tl-white);
}

.site-header__cta {
	font-size: 0.9rem;
	min-height: 2.85rem;
	padding: 0.68rem 1rem;
	white-space: nowrap;
}

.site-header__cta:hover,
.tl-button--primary:hover {
	background: var(--tl-red-dark);
	border-color: var(--tl-red-dark);
	transform: translateY(-1px);
}

.tl-button {
	font-size: 1rem;
	padding: 0.85rem 1.15rem;
}

.tl-button--secondary {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(8, 37, 74, 0.32);
	color: var(--tl-navy);
}

.tl-button--secondary:hover {
	background: var(--tl-white);
	border-color: var(--tl-navy);
	color: var(--tl-red-dark);
	transform: translateY(-1px);
}

.site-menu-toggle {
	align-items: center;
	background: var(--tl-white);
	border: 1px solid var(--tl-border);
	border-radius: 8px;
	color: var(--tl-navy);
	display: none;
	font: inherit;
	font-weight: 800;
	gap: 0.55rem;
	min-height: 2.75rem;
	padding: 0.65rem 0.8rem;
}

.site-menu-toggle__bar,
.site-menu-toggle__bar::before,
.site-menu-toggle__bar::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	width: 1.15rem;
}

.site-menu-toggle__bar {
	position: relative;
}

.site-menu-toggle__bar::before {
	position: absolute;
	top: -6px;
}

.site-menu-toggle__bar::after {
	position: absolute;
	top: 6px;
}

.tl-hero {
	background:
		linear-gradient(180deg, rgba(238, 246, 251, 0.78), rgba(255, 253, 248, 0.92) 44%, var(--tl-paper)),
		var(--tl-paper);
	overflow: hidden;
	padding: clamp(3.25rem, 7vw, 6.75rem) 0 clamp(2.2rem, 5vw, 4rem);
}

.tl-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 4.25rem);
	grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
}

.tl-eyebrow {
	color: var(--tl-red);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.tl-hero h1 {
	font-size: clamp(3rem, 4.45vw, 4.85rem);
	max-width: 10.5ch;
}

.tl-hero__lead {
	color: var(--tl-muted);
	display: grid;
	font-size: clamp(1.02rem, 1.3vw, 1.18rem);
	gap: 1rem;
	margin-top: 1.45rem;
	max-width: 43rem;
}

.tl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.8rem;
}

.tl-hero__figure {
	margin: 0;
	position: relative;
}

.tl-hero__figure::before {
	background: var(--tl-white);
	border: 1px solid rgba(8, 37, 74, 0.08);
	border-radius: 28px;
	box-shadow: var(--tl-shadow);
	content: "";
	inset: 7% 0 2% 2%;
	position: absolute;
	z-index: 0;
}

.tl-hero__figure picture {
	display: block;
	position: relative;
	z-index: 1;
}

.tl-hero__figure img {
	aspect-ratio: 1672 / 941;
	object-fit: contain;
	width: 100%;
}

.tl-trust {
	background: var(--tl-white);
	border-bottom: 1px solid var(--tl-border);
	border-top: 1px solid var(--tl-border);
}

.tl-trust__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: 1.1rem;
	padding-top: 1.1rem;
}

.tl-trust__item {
	align-items: center;
	color: var(--tl-navy);
	display: flex;
	font-size: 0.95rem;
	font-weight: 800;
	gap: 0.7rem;
}

.tl-trust__item span {
	background: var(--tl-red);
	border: 5px solid #f9d8d9;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 1.05rem;
	width: 1.05rem;
}

.tl-section {
	padding: clamp(4rem, 7vw, 6.75rem) 0;
}

.tl-services {
	background: var(--tl-paper);
}

.tl-section__header {
	max-width: 50rem;
}

.tl-section__header--center {
	margin: 0 auto;
	text-align: center;
}

.tl-section__header h2 {
	font-size: clamp(2.15rem, 3vw, 3.45rem);
}

.tl-section__header p {
	color: var(--tl-muted);
	font-size: 1.08rem;
	margin-top: 1rem;
}

.tl-services__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 2.25rem;
}

.tl-service-card {
	background: var(--tl-white);
	border: 1px solid var(--tl-border);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(8, 37, 74, 0.07);
	display: grid;
	gap: 0.8rem;
	min-height: 100%;
	padding: 1.25rem;
}

.tl-service-card__icon {
	background-repeat: no-repeat;
	background-size: 31.25rem auto;
	display: block;
	height: 3rem;
	width: 3rem;
}

.tl-service-card__icon--1 {
	background-position: 0 0;
}

.tl-service-card__icon--2 {
	background-position: -6.25rem 0;
}

.tl-service-card__icon--3 {
	background-position: -12.5rem 0;
}

.tl-service-card__icon--4 {
	background-position: -18.75rem 0;
}

.tl-service-card__icon--5 {
	background-position: -25rem 0;
}

.tl-service-card h3 {
	font-size: 1.25rem;
	line-height: 1.18;
}

.tl-service-card p,
.tl-method__step p {
	color: var(--tl-muted);
	font-size: 0.96rem;
}

.tl-method {
	background: linear-gradient(180deg, var(--tl-white), var(--tl-sky));
}

.tl-method__steps {
	counter-reset: method;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 0;
	position: relative;
}

.tl-method__steps::before {
	background: var(--tl-blue-gray);
	content: "";
	height: 2px;
	left: 8%;
	position: absolute;
	right: 8%;
	top: 2.05rem;
}

.tl-method__step {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--tl-border);
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(8, 37, 74, 0.08);
	display: grid;
	gap: 0.75rem;
	padding: 1.15rem;
	position: relative;
	z-index: 1;
}

.tl-method__number {
	align-items: center;
	background: var(--tl-navy);
	border: 5px solid var(--tl-sky);
	border-radius: 50%;
	color: var(--tl-white);
	display: inline-flex;
	font-weight: 900;
	height: 3.25rem;
	justify-content: center;
	width: 3.25rem;
}

.tl-method__step h3 {
	font-size: 1.35rem;
}

.tl-method__action {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.tl-anchor-marker {
	scroll-margin-top: 6rem;
}

.tl-split,
.tl-fit {
	background: var(--tl-white);
}

.tl-split__grid,
.tl-poland-teaser__grid,
.tl-brief__grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.tl-split__content,
.tl-poland-teaser__grid > div,
.tl-brief__content {
	display: grid;
	gap: 1rem;
}

.tl-split__content h2,
.tl-poland-teaser h2,
.tl-brief h2 {
	font-size: clamp(2.1rem, 3.1vw, 3.55rem);
}

.tl-split__content p,
.tl-poland-teaser p,
.tl-brief__content > p {
	color: var(--tl-muted);
	font-size: 1.05rem;
}

.tl-split__figure,
.tl-poland-teaser figure,
.tl-brief__figure {
	margin: 0;
}

.tl-split__figure img,
.tl-poland-teaser img,
.tl-brief__figure img {
	border-radius: 18px;
	box-shadow: var(--tl-shadow);
	width: 100%;
}

.tl-boundary {
	background: var(--tl-sky);
	border-left: 4px solid var(--tl-red);
	border-radius: 12px;
	color: var(--tl-navy);
	font-weight: 750;
	padding: 1rem;
}

.tl-check-list {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tl-check-list li {
	color: var(--tl-ink);
	padding-left: 1.75rem;
	position: relative;
}

.tl-check-list li::before {
	background: var(--tl-red);
	border-radius: 50%;
	content: "";
	height: 0.55rem;
	left: 0.35rem;
	position: absolute;
	top: 0.62rem;
	width: 0.55rem;
}

.tl-check-list--limits li::before {
	background: var(--tl-navy);
}

.tl-family {
	background: var(--tl-paper);
}

.tl-family .tl-section__header {
	display: grid;
	gap: 1rem;
}

.tl-family__roles,
.tl-fit__panels,
.tl-benefits__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 2rem;
}

.tl-role-card,
.tl-fit__panels article,
.tl-faq-item {
	background: var(--tl-white);
	border: 1px solid var(--tl-border);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(8, 37, 74, 0.07);
	padding: 1.25rem;
}

.tl-role-card h3,
.tl-fit__panels h3,
.tl-benefits h3 {
	font-size: 1.3rem;
}

.tl-role-card p,
.tl-family__closing {
	color: var(--tl-muted);
}

.tl-family__closing {
	background: var(--tl-white);
	border: 1px solid var(--tl-border);
	border-radius: 16px;
	font-weight: 800;
	margin: 1rem 0 0;
	padding: 1.25rem;
}

.tl-poland-teaser {
	background: linear-gradient(180deg, var(--tl-sky), var(--tl-white));
}

.tl-poland-teaser .tl-button {
	justify-self: start;
	margin-top: 0.5rem;
}

.tl-benefits {
	background: var(--tl-navy-deep);
	color: var(--tl-white);
	padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.tl-benefits__grid {
	margin-top: 0;
}

.tl-benefits article {
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	padding-left: 1.25rem;
}

.tl-benefits h3 {
	color: var(--tl-white);
}

.tl-benefits p {
	color: rgba(255, 255, 255, 0.78);
	margin-top: 0.55rem;
}

.tl-segments {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 2rem;
}

.tl-segments span {
	background: var(--tl-sky);
	border: 1px solid var(--tl-border);
	border-radius: 999px;
	color: var(--tl-navy);
	font-weight: 800;
	padding: 0.7rem 1rem;
}

.tl-fit__panels {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tl-faq {
	background: var(--tl-paper);
}

.tl-faq__items {
	display: grid;
	gap: 0.8rem;
	margin-top: 2rem;
}

.tl-faq-item {
	padding: 0;
}

.tl-faq-item h3 {
	font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
	font-size: 1rem;
}

.tl-faq-item__button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--tl-navy);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-weight: 850;
	justify-content: space-between;
	min-height: 3.5rem;
	padding: 1rem 1.2rem;
	text-align: left;
	width: 100%;
}

.tl-faq-item__button::after {
	color: var(--tl-red);
	content: "+";
	font-size: 1.35rem;
	font-weight: 900;
	margin-left: 1rem;
}

.tl-faq-item__button[aria-expanded="true"]::after {
	content: "−";
}

.tl-faq-item__answer {
	border-top: 1px solid var(--tl-border);
	color: var(--tl-muted);
	padding: 0 1.2rem 1.2rem;
}

.tl-brief {
	background: var(--tl-navy-deep);
	color: var(--tl-white);
}

.tl-brief h2,
.tl-brief label {
	color: var(--tl-white);
}

.tl-brief__content > p {
	color: rgba(255, 255, 255, 0.78);
}

.tl-brief-form {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0.6rem;
}

.tl-form-field {
	display: grid;
	gap: 0.35rem;
}

.tl-form-field--full,
.tl-brief-form button,
.tl-form-status {
	grid-column: 1 / -1;
}

.tl-form-field label {
	font-size: 0.92rem;
	font-weight: 800;
}

.tl-form-field input,
.tl-form-field textarea {
	background: var(--tl-white);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 9px;
	color: var(--tl-ink);
	font: inherit;
	min-height: 3rem;
	padding: 0.75rem 0.85rem;
	width: 100%;
}

.tl-form-field textarea {
	resize: vertical;
}

.tl-form-status {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.86);
	padding: 0.8rem;
}

.tl-brief__figure img {
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.tl-page-hero .tl-hero__figure img {
	aspect-ratio: 1536 / 1024;
	object-fit: contain;
}

.tl-page-hero h1 {
	font-size: clamp(2.65rem, 4vw, 4.45rem);
	max-width: 12ch;
}

.tl-factor-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2rem;
}

.tl-factor-card__icon,
.tl-roadmap__icon {
	background-repeat: no-repeat;
	display: block;
	height: 3rem;
	width: 3rem;
}

.tl-factor-card__icon {
	background-size: 31.25rem auto;
}

.tl-factor-card__icon--1,
.tl-roadmap__icon--1 {
	background-position: 0 0;
}

.tl-factor-card__icon--2,
.tl-roadmap__icon--2 {
	background-position: -5.25rem 0;
}

.tl-factor-card__icon--3,
.tl-roadmap__icon--3 {
	background-position: -10.5rem 0;
}

.tl-factor-card__icon--4,
.tl-roadmap__icon--4 {
	background-position: -15.75rem 0;
}

.tl-factor-card__icon--5,
.tl-roadmap__icon--5 {
	background-position: -21rem 0;
}

.tl-factor-card__icon--6,
.tl-roadmap__icon--6 {
	background-position: -26.25rem 0;
}

.tl-roadmap {
	background: linear-gradient(180deg, var(--tl-white), var(--tl-sky));
}

.tl-roadmap__steps {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.tl-roadmap__step {
	background: var(--tl-white);
	border: 1px solid var(--tl-border);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(8, 37, 74, 0.07);
	display: grid;
	gap: 0.7rem;
	padding: 1.2rem;
	position: relative;
}

.tl-roadmap__icon {
	background-size: 31.25rem auto;
}

.tl-roadmap__step .tl-method__number {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.tl-roadmap__step h3 {
	font-size: 1.28rem;
	padding-right: 3.5rem;
}

.tl-roadmap__step p {
	color: var(--tl-muted);
}

.tl-scope,
.tl-service-boundary {
	background: var(--tl-paper);
}

.tl-two-column-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tl-split__figure--narrow {
	justify-self: center;
	max-width: 28rem;
}

.tl-brief__supporting {
	color: var(--tl-white);
	font-weight: 850;
}

.site-footer {
	background: #031e3d;
	color: var(--tl-white);
	overflow: hidden;
}

.site-footer__inner {
	align-items: start;
	display: grid;
	gap: clamp(1.4rem, 2.4vw, 2.25rem);
	grid-template-columns: minmax(16rem, 1.28fr) repeat(3, minmax(8.25rem, 0.72fr)) minmax(14.5rem, 0.95fr);
	padding-bottom: clamp(1.8rem, 3.6vw, 2.7rem);
	padding-top: clamp(3.4rem, 5.4vw, 4.8rem);
}

.site-footer__brand {
	display: grid;
	gap: 1rem;
	max-width: 21rem;
}

.site-footer__logo-link {
	display: inline-flex;
	width: max-content;
}

.site-footer__logo-light {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	padding: 0;
	width: 13.125rem;
}

.site-footer__logo {
	background: var(--tl-white);
	border-radius: 8px;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	padding: 0.35rem 0.5rem;
	width: 13rem;
}

.site-footer__partner-logo {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	padding: 0;
	width: 12.1875rem;
}

.site-footer__brand p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.83rem;
	line-height: 1.65;
	margin: 0;
}

.site-footer__column {
	display: grid;
	gap: 0.56rem;
}

.site-footer__column h2,
.site-footer__cta h2 {
	color: var(--tl-white);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.site-footer__column a,
.site-footer__bottom a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	font-weight: 400;
	line-height: 1.55;
	text-decoration: none;
}

.site-footer__column a:hover,
.site-footer__bottom a:hover {
	color: var(--tl-white);
}

.site-footer__column a:focus-visible,
.site-footer__bottom a:focus-visible,
.site-footer__cta .tl-button:focus-visible,
.site-footer__logo-link:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.9);
	outline-offset: 4px;
}

.site-footer__cta {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	border-top: 4px solid var(--tl-red);
	display: grid;
	gap: 0.72rem;
	padding: 1rem;
}

.site-footer__cta p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.83rem;
	line-height: 1.58;
	margin: 0;
}

.site-footer__company {
	align-content: start;
}

body:is(.tl-v11-home, .tl-v11-poland) .site-footer .site-footer__logo-light {
	width: 210px;
}

body:is(.tl-v11-home, .tl-v11-poland) .site-footer .site-footer__partner-logo {
	width: 195px;
}

.site-footer__eyebrow {
	color: var(--tl-red) !important;
	font-size: 0.72rem !important;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-footer__cta .tl-button {
	justify-content: center;
	font-size: 0.83rem;
	min-height: 0;
	padding: 0.64rem 0.88rem;
	width: 100%;
}

.site-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	gap: 1rem;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding-top: 1.15rem;
}

.site-footer__bottom p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.88rem;
	line-height: 1.5;
	margin: 0;
}

.tl-rules-page {
	background: var(--tl-paper);
	color: var(--tl-ink);
	overflow: hidden;
}

.tl-rules-hero {
	background:
		image-set(
			url("../images/decorations/backgrounds/tesloups-background-watercolor-04.webp") type("image/webp"),
			url("../images/decorations/backgrounds/tesloups-background-watercolor-04.png") type("image/png")
		) no-repeat right -8rem top -5rem / min(48rem, 70vw),
		linear-gradient(180deg, #fffdf8 0%, #f7fbfd 100%);
	border-bottom: 1px solid rgba(8, 37, 74, 0.08);
	padding: clamp(2.4rem, 5vw, 4.25rem) 0 clamp(2.6rem, 5vw, 4.5rem);
}

.tl-rules-hero__grid {
	display: grid;
	gap: clamp(1.6rem, 3vw, 2.5rem);
	max-width: 76rem;
}

.tl-breadcrumb {
	align-items: center;
	color: rgba(8, 37, 74, 0.68);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	font-weight: 750;
	gap: 0.45rem;
}

.tl-breadcrumb a {
	color: var(--tl-navy);
	text-decoration: none;
}

.tl-breadcrumb a:hover {
	color: var(--tl-red);
}

.tl-rules-hero__content {
	max-width: 58rem;
}

.tl-rules-hero h1 {
	font-size: clamp(2.65rem, 7vw, 5.25rem);
	letter-spacing: 0;
	margin-top: 0.4rem;
}

.tl-rules-hero__content > p:last-child {
	color: rgba(16, 35, 63, 0.78);
	font-size: clamp(1.02rem, 1.8vw, 1.22rem);
	line-height: 1.65;
	margin-top: 1.15rem;
	max-width: 52rem;
}

.tl-rules-content {
	position: relative;
}

.tl-rules-section {
	padding: clamp(2.6rem, 5vw, 4.5rem) 0;
	position: relative;
}

.tl-rules-section::before {
	background:
		image-set(
			url("../images/decorations/backgrounds/tesloups-background-watercolor-06.webp") type("image/webp"),
			url("../images/decorations/backgrounds/tesloups-background-watercolor-06.png") type("image/png")
		) no-repeat center / contain;
	content: "";
	height: clamp(8rem, 16vw, 13rem);
	opacity: 0.22;
	position: absolute;
	right: max(-7rem, -8vw);
	top: 1.2rem;
	width: clamp(12rem, 24vw, 20rem);
	z-index: 0;
}

.tl-rules-section:nth-child(2n)::before {
	left: max(-7rem, -8vw);
	right: auto;
	transform: rotate(180deg);
}

.tl-rules-section--blue {
	background: #eef6fb;
}

.tl-rules-section__inner,
.tl-rules-final__inner {
	max-width: 76rem;
	position: relative;
	z-index: 1;
}

.tl-rules-section__inner {
	display: grid;
	gap: 1.1rem;
}

.tl-rules-section__inner--split {
	align-items: start;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.45fr);
}

.tl-rules-section h2,
.tl-rules-final h2 {
	font-size: clamp(1.8rem, 3.4vw, 3rem);
	max-width: 52rem;
}

.tl-rules-copy {
	display: grid;
	gap: 0.9rem;
	max-width: 56rem;
}

.tl-rules-copy p,
.tl-rules-list,
.tl-rules-steps,
.tl-rules-identity {
	color: rgba(16, 35, 63, 0.78);
	font-size: 1rem;
	line-height: 1.7;
}

.tl-rules-cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0.8rem;
}

.tl-rules-cards article {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(8, 37, 74, 0.12);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(8, 37, 74, 0.08);
	padding: 1.15rem;
}

.tl-rules-cards h3 {
	font-size: 1.08rem;
	line-height: 1.2;
}

.tl-rules-cards p {
	color: rgba(16, 35, 63, 0.74);
	font-size: 0.94rem;
	line-height: 1.6;
	margin-top: 0.7rem;
}

.tl-rules-list,
.tl-rules-steps {
	margin: 0;
	padding-left: 1.15rem;
}

.tl-rules-list {
	background: rgba(255, 255, 255, 0.72);
	border-left: 4px solid var(--tl-red);
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(8, 37, 74, 0.06);
	display: grid;
	gap: 0.55rem;
	list-style-position: outside;
	padding: 1rem 1rem 1rem 2rem;
}

.tl-rules-steps {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin-top: 1rem;
	padding: 0;
}

.tl-rules-steps li {
	background: var(--tl-white);
	border: 1px solid rgba(8, 37, 74, 0.12);
	border-radius: 8px;
	counter-increment: rules-step;
	font-size: 0.94rem;
	line-height: 1.55;
	min-height: 9rem;
	padding: 2.9rem 1rem 1rem;
	position: relative;
}

.tl-rules-steps li::before {
	align-items: center;
	background: var(--tl-red);
	border-radius: 999px;
	color: var(--tl-white);
	content: counter(rules-step);
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 900;
	height: 2rem;
	justify-content: center;
	left: 1rem;
	position: absolute;
	top: 1rem;
	width: 2rem;
}

.tl-rules-identity {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(8, 37, 74, 0.12);
	border-radius: 8px;
	display: grid;
	gap: 0.45rem;
	padding: 1.25rem;
}

.tl-rules-identity a {
	color: var(--tl-navy);
	font-weight: 800;
}

.tl-rules-final {
	background: var(--tl-paper);
	background-image: none;
	color: var(--tl-ink);
	padding: 64px 0 56px;
	position: relative;
}

.tl-rules-final::before,
.tl-rules-final::after,
.tl-rules-final__inner::before,
.tl-rules-final__inner::after {
	background: none;
	background-image: none;
	content: none;
	display: none;
}

.tl-rules-final__inner {
	align-items: center;
	background: #031e3d;
	background-image: none;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(3, 30, 61, 0.16);
	display: grid;
	gap: 8px 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 36px 38px;
}

.tl-rules-final h2 {
	color: var(--tl-white);
	font-size: 34px;
	line-height: 1.08;
}

.tl-rules-final p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	line-height: 1.6;
	max-width: 45rem;
}

.tl-rules-final .tl-button {
	grid-column: 2;
	grid-row: 1 / span 2;
	justify-self: end;
}

@media (max-width: 73.75rem) {
	.site-header__inner {
		grid-template-columns: auto auto;
	}

	.site-branding__logo {
		width: 11.875rem;
	}

	.site-menu-toggle {
		display: inline-flex;
		justify-self: end;
	}

	.site-navigation,
	.site-header__cta {
		display: none;
	}

	.site-menu-open .site-navigation {
		background: var(--tl-white);
		border-bottom: 1px solid var(--tl-border);
		box-shadow: var(--tl-shadow);
		display: block;
		grid-column: 1 / -1;
		justify-self: stretch;
		margin: 0 -1.25rem;
		padding: 0.75rem 1.25rem 1.25rem;
	}

	.site-menu-open .site-header__cta {
		display: inline-flex;
		grid-column: 1 / -1;
		justify-content: center;
		justify-self: stretch;
	}

	.site-menu-open .site-navigation__list {
		align-items: stretch;
		display: grid;
		gap: 0.35rem;
	}

	.site-navigation a {
		display: block;
		min-height: 2.75rem;
		padding: 0.6rem 0;
	}

	.tl-hero__grid {
		grid-template-columns: 1fr;
	}

	.tl-hero h1 {
		max-width: 12ch;
	}

	.tl-hero__figure {
		margin-top: 0.5rem;
	}

	.tl-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tl-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tl-factor-grid,
	.tl-roadmap__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tl-method__steps {
		grid-template-columns: 1fr;
		margin-left: auto;
		margin-right: auto;
		max-width: 44rem;
	}

	.tl-method__steps::before {
		bottom: 2rem;
		height: auto;
		left: 1.65rem;
		right: auto;
		top: 2rem;
		width: 2px;
	}

	.tl-split__grid,
	.tl-poland-teaser__grid,
	.tl-brief__grid,
	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.tl-family__roles,
	.tl-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__inner {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	}

	.site-footer__brand,
	.site-footer__cta {
		max-width: none;
	}

	.tl-rules-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tl-rules-section__inner--split,
	.tl-rules-final__inner {
		grid-template-columns: 1fr;
	}

	.tl-rules-final h2 {
		font-size: 30px;
	}

	.tl-rules-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tl-rules-final .tl-button {
		grid-column: 1;
		grid-row: auto;
		justify-self: start;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (min-width: 73.75rem) {
	.site-branding__logo {
		width: 13.75rem;
	}
}

@media (max-width: 47.9375rem) {
	.site-branding__logo {
		height: auto;
		max-width: calc(100vw - 104px);
		width: 10.625rem;
	}
}

@media (max-width: 42rem) {
	.site-header__inner {
		min-height: 4.5rem;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.site-branding__logo {
		height: auto;
		max-width: calc(100vw - 104px);
		width: 10.625rem;
	}

	.site-footer__logo-light {
		width: 12.1875rem;
	}

	.site-footer__partner-logo {
		width: 11.5625rem;
	}

	.site-footer__brand p,
	.site-footer__column a,
	.site-footer__bottom a,
	.site-footer__cta p,
	.site-footer__cta .tl-button {
		font-size: 0.86rem;
	}

	.site-footer__column h2,
	.site-footer__cta h2 {
		font-size: 1rem;
	}

	.tl-rules-hero {
		background-size: 30rem auto, auto;
		padding-top: 2rem;
	}

	.tl-rules-hero h1 {
		font-size: clamp(2.35rem, 13vw, 3.4rem);
	}

	.tl-rules-section::before {
		opacity: 0.14;
		width: 13rem;
	}

	.tl-rules-cards,
	.tl-rules-steps {
		grid-template-columns: 1fr;
	}

	.tl-rules-steps li {
		min-height: 0;
	}

	.tl-rules-list {
		padding-left: 1.6rem;
	}

	.tl-rules-final__inner {
		padding: 28px 26px;
	}

	.tl-rules-final h2 {
		font-size: 26px;
	}

	.tl-hero {
		padding-top: 2.5rem;
	}

	.tl-hero h1 {
		font-size: 3rem;
		max-width: 100%;
	}

	.tl-actions,
	.tl-button {
		width: 100%;
	}

	.tl-trust__grid,
	.tl-services__grid {
		grid-template-columns: 1fr;
	}

	.tl-service-card {
		padding: 1.15rem;
	}

	.tl-family__roles,
	.tl-benefits__grid,
	.tl-fit__panels,
	.tl-factor-grid,
	.tl-roadmap__steps,
	.tl-two-column-list,
	.tl-brief-form {
		grid-template-columns: 1fr;
	}

	.tl-poland-teaser .tl-button {
		justify-self: stretch;
	}
}

/* TL-F15 homepage V2 visual rhythm. */
.tl-hero--v2 {
	padding-bottom: 0;
	padding-top: clamp(3rem, 6vw, 4.6rem);
}

@media (max-width: 48rem) {
	.site-footer__logo-light {
		width: 12.1875rem;
	}

	.site-footer__partner-logo {
		width: 11.5625rem;
	}

	body:is(.tl-v11-home, .tl-v11-poland) .site-footer .site-footer__logo-light {
		width: 195px;
	}

	body:is(.tl-v11-home, .tl-v11-poland) .site-footer .site-footer__partner-logo {
		width: 185px;
	}
}

.tl-hero--v2 .tl-hero__grid {
	grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
	min-height: clamp(37.5rem, 48vw, 45rem);
}

.tl-hero--v2 .tl-hero__content {
	max-width: 37rem;
}

.tl-hero--v2 h1 {
	font-size: clamp(2.8rem, 3.15vw, 3.05rem);
	max-width: 23ch;
}

.tl-nowrap {
	white-space: nowrap;
}

.tl-hero--v2 .tl-hero__lead {
	max-width: 62ch;
}

.tl-hero--v2 .tl-hero__figure {
	align-self: center;
	margin-right: clamp(-2.4rem, -2vw, -1rem);
}

.tl-hero--v2 .tl-hero__figure img {
	filter: drop-shadow(0 20px 38px rgba(6, 38, 77, 0.08));
	width: min(58vw, 56rem);
}

.tl-trust--v2 {
	background: var(--tl-paper);
	border-bottom: 1px solid var(--tl-border);
	border-top: 1px solid var(--tl-border);
	margin-top: 0;
}

.tl-trust--v2 .tl-trust__grid {
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.tl-trust--v2 .tl-trust__item {
	background: var(--tl-white);
	border: 1px solid var(--tl-border);
	border-left-width: 0;
	border-radius: 0;
	justify-content: center;
	min-height: 4.25rem;
	padding: 0.75rem 1rem;
	text-align: center;
}

.tl-trust--v2 .tl-trust__item:first-child {
	border-left-width: 1px;
	border-radius: 14px 0 0 14px;
}

.tl-trust--v2 .tl-trust__item:last-child {
	border-radius: 0 14px 14px 0;
}

.tl-trust--v2 .tl-trust__item span,
.tl-benefits--v2 article > span {
	background:
		radial-gradient(circle at 50% 50%, var(--tl-red) 0 28%, transparent 30%),
		linear-gradient(var(--tl-navy), var(--tl-navy));
	border: 2px solid rgba(6, 38, 77, 0.18);
	border-radius: 999px;
	flex: 0 0 2.2rem;
	height: 2.2rem;
	width: 2.2rem;
}

.tl-services__grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tl-service-card {
	padding: clamp(1.1rem, 1.7vw, 1.45rem);
	text-align: center;
}

.tl-service-card__icon {
	height: 4.75rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.75rem;
}

.tl-method--v2 .tl-method__steps {
	position: relative;
}

.tl-method--v2 .tl-method__steps::before {
	background: repeating-linear-gradient(90deg, rgba(6, 38, 77, 0.5), rgba(6, 38, 77, 0.5) 7px, transparent 7px, transparent 15px);
	content: "";
	height: 2px;
	left: 10%;
	position: absolute;
	right: 10%;
	top: 3.1rem;
}

.tl-method--v2 .tl-method__step {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0 0.75rem;
	position: relative;
	text-align: center;
}

.tl-method__icon {
	background: var(--tl-navy);
	border: 8px solid var(--tl-white);
	border-radius: 999px;
	box-shadow: 0 0 0 1px var(--tl-border), var(--tl-shadow);
	display: block;
	height: 6.1rem;
	margin: 0 auto 0.65rem;
	width: 6.1rem;
}

.tl-method--v2 .tl-method__number {
	margin: -1.4rem auto 0.75rem;
	position: relative;
	z-index: 2;
}

.tl-model-v2 {
	background: var(--tl-sky);
	position: relative;
}

.tl-anchor-offset {
	display: block;
	position: relative;
	top: -6rem;
}

.tl-model-v2__grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.96fr) minmax(22rem, 1.04fr);
}

.tl-model-v2__content {
	display: grid;
	gap: 1rem;
}

.tl-model-v2__content h3 {
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.tl-model-v2__figure img {
	filter: drop-shadow(0 18px 36px rgba(6, 38, 77, 0.10));
}

.tl-poland-teaser--v2 {
	background: linear-gradient(180deg, var(--tl-white), var(--tl-sky));
	overflow: hidden;
}

.tl-poland-teaser--v2 .tl-poland-teaser__grid {
	grid-template-columns: minmax(18rem, 0.34fr) minmax(0, 0.66fr);
}

.tl-poland-teaser--v2 figure {
	margin-right: clamp(-4rem, -4vw, -1.5rem);
}

.tl-poland-teaser--v2 img {
	width: min(72vw, 62rem);
}

.tl-benefits--v2 {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.tl-benefits--v2 .tl-benefits__grid {
	border-radius: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 1.4rem 1.6rem;
}

.tl-benefits--v2 article {
	align-items: center;
	display: grid;
	gap: 0.45rem 0.85rem;
	grid-template-columns: auto 1fr;
}

.tl-benefits--v2 article:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	padding-right: 1.2rem;
}

.tl-benefits--v2 article p {
	grid-column: 2;
}

.tl-proof {
	background: var(--tl-white);
	padding: clamp(3rem, 4.2vw, 3.65rem) 0;
}

.tl-proof__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2rem;
}

.tl-proof__grid article,
.tl-proof__statement {
	background: var(--tl-paper);
	border: 1px solid var(--tl-border);
	border-radius: 16px;
	padding: 1.5rem;
}

.tl-proof__statement {
	color: var(--tl-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	font-weight: 700;
	margin-top: 1.1rem;
	text-align: center;
}

.tl-fit {
	padding: clamp(3rem, 4.2vw, 3.55rem) 0;
}

.tl-fit .tl-segments {
	margin-top: 3rem;
}

.tl-fit .tl-fit__panels {
	margin-top: 2rem;
}

.tl-faq--v2 .tl-faq__items {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tl-brief {
	background: var(--tl-paper);
}

.tl-brief__grid {
	background:
		linear-gradient(135deg, rgba(3, 30, 61, 0.98), rgba(6, 38, 77, 0.95)),
		var(--tl-navy-deep);
	border-radius: 16px;
	color: var(--tl-white);
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
	padding: clamp(1.4rem, 3vw, 2.4rem);
}

.tl-brief__content {
	gap: 1rem;
}

.tl-brief__content h2,
.tl-brief__content .tl-eyebrow {
	color: var(--tl-white);
}

.tl-brief__content > p,
.tl-form-status {
	color: rgba(255, 255, 255, 0.78);
}

.tl-brief-form {
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tl-brief-form textarea {
	min-height: 7rem;
}

.tl-brief__figure {
	align-self: end;
}

.tl-brief__figure img {
	margin-left: auto;
	max-height: 22rem;
	object-fit: contain;
}

@media (max-width: 70rem) {
	.tl-hero--v2 .tl-hero__grid,
	.tl-model-v2__grid,
	.tl-poland-teaser--v2 .tl-poland-teaser__grid,
	.tl-brief__grid {
		grid-template-columns: 1fr;
	}

	.tl-hero--v2 h1 {
		font-size: clamp(3.1rem, 8vw, 4rem);
		max-width: 100%;
	}

	.tl-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tl-hero--v2 .tl-hero__figure,
	.tl-poland-teaser--v2 figure {
		margin-right: 0;
	}

	.tl-hero--v2 .tl-hero__figure img,
	.tl-poland-teaser--v2 img {
		width: 100%;
	}

	.tl-trust--v2 .tl-trust__grid,
	.tl-benefits--v2 .tl-benefits__grid,
	.tl-proof__grid,
	.tl-faq--v2 .tl-faq__items {
		grid-template-columns: 1fr 1fr;
	}

	.tl-trust--v2 .tl-trust__item,
	.tl-trust--v2 .tl-trust__item:first-child,
	.tl-trust--v2 .tl-trust__item:last-child {
		border: 1px solid var(--tl-border);
		border-radius: 14px;
	}

	.tl-method--v2 .tl-method__steps::before {
		background: repeating-linear-gradient(180deg, rgba(6, 38, 77, 0.5), rgba(6, 38, 77, 0.5) 7px, transparent 7px, transparent 15px);
		bottom: 4rem;
		height: auto;
		left: 3rem;
		right: auto;
		top: 3rem;
		width: 2px;
	}

	.tl-method--v2 .tl-method__step {
		text-align: left;
	}
}

@media (max-width: 42rem) {
	.tl-container,
	.site-header__inner,
	.site-footer__inner {
		max-width: 100%;
		width: auto;
	}

	.tl-hero--v2 .tl-hero__grid {
		min-height: 0;
	}

	.tl-hero--v2 .tl-hero__content,
	.tl-hero--v2 .tl-hero__lead {
		max-width: min(100%, 20rem);
		width: 100%;
	}

	.tl-hero--v2 .tl-hero__lead p {
		font-size: 0.95rem;
	}

	.tl-hero--v2 h1 {
		font-size: clamp(1.75rem, 7.8vw, 2rem);
		max-width: 100%;
	}

	.tl-nowrap {
		white-space: normal;
	}

	.tl-actions {
		width: 100%;
	}

	.tl-button {
		font-size: 0.9rem;
		text-align: center;
		white-space: normal;
	}

	.tl-trust--v2 .tl-trust__grid,
	.tl-services__grid,
	.tl-benefits--v2 .tl-benefits__grid,
	.tl-proof__grid,
	.tl-faq--v2 .tl-faq__items,
	.tl-brief-form {
		grid-template-columns: 1fr;
	}

	.tl-benefits--v2 article:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.22);
		padding-bottom: 1rem;
		padding-right: 0;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--tl-paper);
	color: var(--tl-ink);
	font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

/* TL-F16 Poland & Central Europe V2 visual rhythm. */
.tl-breadcrumb {
	background: var(--tl-paper);
	padding-top: 1.2rem;
}

.tl-breadcrumb .tl-container {
	align-items: center;
	color: var(--tl-muted);
	display: flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 0.45rem;
}

.tl-breadcrumb a {
	color: var(--tl-navy);
	text-decoration: none;
}

.tl-poland-hero-v2 {
	padding-top: clamp(1.6rem, 3vw, 2.5rem);
}

.tl-poland-hero-v2 .tl-hero__grid {
	grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
	min-height: clamp(28rem, 37vw, 34rem);
}

.tl-poland-hero-v2 h1 {
	font-size: clamp(2.8rem, 3.5vw, 3.45rem);
	max-width: 16ch;
}

.tl-poland-hero-v2__figure img {
	border-radius: 0;
	box-shadow: none;
	filter: drop-shadow(0 18px 34px rgba(6, 38, 77, 0.10));
}

.tl-pol-challenges__grid,
.tl-pol-approach__steps {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tl-pol-icon-card {
	border-right: 1px solid var(--tl-border);
	display: grid;
	gap: 0.75rem;
	justify-items: center;
	padding: 0 1rem;
	text-align: center;
}

.tl-pol-icon-card:last-child {
	border-right: 0;
}

.tl-pol-icon-card h3,
.tl-pol-approach__step h3 {
	font-size: 1.08rem;
}

.tl-pol-icon-card p,
.tl-pol-approach__step p {
	color: var(--tl-muted);
	font-size: 0.92rem;
}

.tl-pol-approach__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.tl-pol-approach__steps::before {
	background: repeating-linear-gradient(90deg, rgba(6, 38, 77, 0.45), rgba(6, 38, 77, 0.45) 7px, transparent 7px, transparent 15px);
	content: "";
	height: 2px;
	left: 8%;
	position: absolute;
	right: 8%;
	top: 3.1rem;
}

.tl-pol-approach__step {
	display: grid;
	gap: 0.55rem;
	justify-items: center;
	position: relative;
	text-align: center;
}

.tl-pol-approach__step .tl-roadmap__icon {
	background-color: var(--tl-navy);
	border: 8px solid var(--tl-white);
	border-radius: 999px;
	box-shadow: 0 0 0 1px var(--tl-border), var(--tl-shadow);
	height: 6.1rem;
	width: 6.1rem;
}

.tl-pol-approach__step .tl-method__number {
	margin-top: -1.45rem;
	position: relative;
	z-index: 2;
}

.tl-pol-scope {
	background: var(--tl-paper);
}

.tl-pol-scope__card {
	align-items: center;
	background: var(--tl-white);
	border: 1px solid var(--tl-border);
	border-radius: 16px;
	display: grid;
	gap: clamp(1.5rem, 3vw, 3rem);
	grid-template-columns: minmax(0, 1.08fr) minmax(23rem, 0.92fr);
	padding: clamp(1.4rem, 3vw, 2rem);
}

.tl-pol-scope__card figure {
	justify-self: end;
	margin: 0;
	width: min(100%, 34rem);
}

.tl-pol-scope__card img {
	margin-left: auto;
	max-height: 23.5rem;
	object-fit: contain;
	width: min(118%, 35rem);
}

.tl-pol-who__grid {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
}

.tl-pol-who__items {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 1.5rem;
}

.tl-pol-who__items p {
	color: var(--tl-navy);
	display: grid;
	font-weight: 750;
	gap: 0.65rem;
	justify-items: center;
	text-align: center;
}

.tl-pol-who__items span {
	border: 2px solid var(--tl-navy);
	border-radius: 999px;
	height: 3.25rem;
	width: 3.25rem;
}

.tl-pol-quote {
	background: var(--tl-white);
	border: 1px solid var(--tl-border);
	border-radius: 16px;
	box-shadow: var(--tl-shadow);
	padding: clamp(1.4rem, 3vw, 2rem);
}

.tl-pol-quote p {
	color: var(--tl-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	font-weight: 700;
}

.tl-pol-quote strong {
	color: var(--tl-red);
	display: block;
	margin-top: 1rem;
}

.tl-pol-boundary {
	padding: 0 0 clamp(2.2rem, 4vw, 3.5rem);
}

.tl-pol-boundary p {
	background: var(--tl-sky);
	border-left: 4px solid var(--tl-red);
	border-radius: 12px;
	color: var(--tl-navy);
	font-weight: 750;
	margin: 0;
	padding: 1rem 1.2rem;
}

.tl-pol-final-cta {
	background: var(--tl-paper);
	padding: 0 0 clamp(2.5rem, 5vw, 4rem);
}

.tl-pol-final-cta__inner {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(3, 30, 61, 0.98), rgba(6, 38, 77, 0.94)),
		var(--tl-navy-deep);
	border-radius: 16px;
	color: var(--tl-white);
	display: grid;
	gap: 1.2rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 1.1rem clamp(1.2rem, 3vw, 2rem);
}

.tl-pol-final-cta__inner img {
	height: 4.6rem;
	object-fit: contain;
	width: 4.6rem;
}

.tl-pol-final-cta h2 {
	color: var(--tl-white);
	font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.tl-pol-final-cta p {
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 70rem) {
	.tl-poland-hero-v2 .tl-hero__grid,
	.tl-pol-scope__card,
	.tl-pol-who__grid {
		grid-template-columns: 1fr;
	}

	.tl-pol-scope__card figure {
		justify-self: center;
		width: min(100%, 36rem);
	}

	.tl-pol-scope__card figure > img:not(.tl-ornament) {
		margin: 0 auto;
		max-height: none;
		transform: translateX(4%) translateY(0.4rem);
		width: min(92%, 32rem);
	}

	.tl-pol-challenges__grid,
	.tl-pol-approach__steps,
	.tl-pol-who__items {
		grid-template-columns: 1fr 1fr;
	}

	.tl-pol-approach__steps::before {
		display: none;
	}
}

@media (max-width: 42rem) {
	.tl-breadcrumb .tl-container {
		flex-wrap: wrap;
	}

	.tl-poland-hero-v2 h1 {
		font-size: clamp(1.9rem, 8.2vw, 2.2rem);
		max-width: 100%;
	}

	.tl-poland-hero-v2 .tl-hero__content,
	.tl-poland-hero-v2 .tl-hero__lead {
		max-width: min(100%, 20rem);
		width: 100%;
	}

	.tl-poland-hero-v2 .tl-hero__lead p {
		font-size: 0.95rem;
	}

	.tl-pol-challenges__grid,
	.tl-pol-approach__steps,
	.tl-pol-who__items,
	.tl-pol-final-cta__inner {
		grid-template-columns: 1fr;
	}

	.tl-pol-scope__card figure > img:not(.tl-ornament) {
		transform: translateX(3%) translateY(0.2rem);
		width: min(88%, 24rem);
	}

	.tl-pol-icon-card {
		border-bottom: 1px solid var(--tl-border);
		border-right: 0;
		padding: 0 0 1rem;
	}

	.tl-pol-final-cta__inner {
		text-align: center;
	}

	.tl-pol-final-cta__inner img,
	.tl-pol-final-cta__inner .tl-button {
		justify-self: center;
	}
}

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

/* TL-F19 homepage decorative system. */
.tl-decorated-section,
.tl-trust,
.tl-benefits,
.tl-brief__figure {
	overflow: hidden;
	position: relative;
}

.tl-ornament {
	display: block;
	max-width: min(42vw, 24rem);
	pointer-events: none;
	position: absolute;
	user-select: none;
	z-index: 0;
}

.tl-container,
.tl-hero__grid,
.tl-trust__grid,
.tl-method__steps,
.tl-model-v2__grid,
.tl-poland-teaser__grid,
.tl-benefits__grid,
.tl-proof .tl-container,
.tl-fit .tl-container,
.tl-brief__grid {
	position: relative;
	z-index: 1;
}

.tl-ornament--hero-network {
	left: max(1rem, calc((100vw - 82.5rem) / 2));
	opacity: 0.22;
	top: 8.5rem;
	width: clamp(8rem, 16vw, 15rem);
}

.tl-ornament--hero-sweep {
	opacity: 1;
	right: max(0.5rem, calc((100vw - 82.5rem) / 2 - 1.5rem));
	top: clamp(10rem, 18vw, 14rem);
	width: clamp(18rem, 44vw, 42rem);
}

.tl-ornament--trust-dots {
	bottom: -4.25rem;
	opacity: 0.86;
	right: max(1rem, calc((100vw - 82.5rem) / 2));
	width: 5.75rem;
}

.tl-symbol,
.tl-value-icon,
.tl-method__icon {
	position: relative;
}

.tl-trust--v2 .tl-trust__item {
	gap: 0.82rem;
	position: relative;
}

.tl-trust--v2 .tl-symbol {
	background: var(--tl-paper);
	border: 2px solid rgba(6, 38, 77, 0.22);
	border-radius: 999px;
	box-shadow: inset 0 0 0 4px rgba(238, 246, 251, 0.9);
	flex: 0 0 2.55rem;
	height: 2.55rem;
	width: 2.55rem;
}

.tl-symbol::before,
.tl-symbol::after {
	content: "";
	position: absolute;
}

.tl-symbol--senior::before {
	border: 2px solid var(--tl-navy);
	border-radius: 0.15rem 0.15rem 0.45rem 0.45rem;
	height: 1.1rem;
	left: 0.72rem;
	top: 0.58rem;
	width: 1.1rem;
}

.tl-symbol--senior::after {
	border-right: 2px solid var(--tl-red);
	border-top: 2px solid var(--tl-red);
	height: 0.52rem;
	left: 1.15rem;
	top: 0.95rem;
	transform: rotate(45deg);
	width: 0.52rem;
}

.tl-symbol--family::before {
	border: 2px solid var(--tl-navy);
	border-bottom: 0;
	height: 0.78rem;
	left: 0.63rem;
	top: 0.88rem;
	transform: rotate(45deg);
	width: 0.78rem;
}

.tl-symbol--family::after {
	background:
		radial-gradient(circle, var(--tl-red) 0 0.14rem, transparent 0.16rem),
		radial-gradient(circle, var(--tl-navy) 0 0.14rem, transparent 0.16rem);
	background-position: 0.1rem 0.12rem, 0.82rem 0.76rem;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	height: 1.8rem;
	left: 0.55rem;
	top: 0.48rem;
	width: 1.8rem;
}

.tl-symbol--data::before {
	background:
		linear-gradient(var(--tl-navy), var(--tl-navy)) 0.3rem 1.25rem / 1.45rem 2px no-repeat,
		radial-gradient(circle, var(--tl-navy) 0 0.16rem, transparent 0.18rem) 0.15rem 0.32rem / 0.9rem 0.9rem no-repeat,
		radial-gradient(circle, var(--tl-red) 0 0.16rem, transparent 0.18rem) 0.9rem 0.72rem / 0.9rem 0.9rem no-repeat;
	height: 2rem;
	left: 0.37rem;
	top: 0.3rem;
	width: 2rem;
}

.tl-symbol--data::after {
	border-bottom: 2px solid var(--tl-red);
	border-right: 2px solid var(--tl-red);
	height: 0.52rem;
	right: 0.58rem;
	top: 1rem;
	transform: rotate(45deg);
	width: 0.32rem;
}

.tl-symbol--route::before {
	border-top: 2px dotted var(--tl-navy);
	height: 0.1rem;
	left: 0.55rem;
	top: 1.28rem;
	transform: rotate(-20deg);
	width: 1.45rem;
}

.tl-symbol--route::after {
	background:
		radial-gradient(circle, var(--tl-red) 0 0.16rem, transparent 0.18rem),
		radial-gradient(circle, var(--tl-navy) 0 0.14rem, transparent 0.16rem),
		radial-gradient(circle, var(--tl-navy) 0 0.14rem, transparent 0.16rem);
	background-position: 0.28rem 1.2rem, 0.72rem 0.58rem, 1.45rem 1.12rem;
	background-repeat: no-repeat;
	background-size: 0.6rem 0.6rem;
	inset: 0;
}

.tl-service-card {
	overflow: hidden;
	position: relative;
}

.tl-service-card::before {
	background-image: url("../images/ornaments/tesloups-ornament-red-dot-grid.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.4rem;
	opacity: 0.22;
	position: absolute;
	right: 0.55rem;
	top: 0.55rem;
	width: 3.3rem;
}

.tl-service-card__icon {
	background: none;
	height: clamp(4.5rem, 5.7vw, 5.5rem);
	margin: 0 auto 0.15rem;
	object-fit: contain;
	width: clamp(4.5rem, 5.7vw, 5.5rem);
}

.tl-method--v2 .tl-method__steps::before {
	display: none;
}

.tl-ornament--method-route {
	left: 7%;
	max-width: 86%;
	opacity: 0.72;
	right: 7%;
	top: 1.15rem;
	width: 86%;
}

.tl-ornament--model-sweep {
	opacity: 0.9;
	right: max(1rem, calc((100vw - 82.5rem) / 2 + 10rem));
	top: clamp(6rem, 10vw, 8.5rem);
	width: clamp(18rem, 42vw, 40rem);
}

.tl-ornament--model-network {
	opacity: 0.18;
	right: max(1rem, calc((100vw - 82.5rem) / 2));
	top: 3rem;
	width: clamp(9rem, 16vw, 15rem);
}

.tl-brush-heading {
	display: inline-block;
	position: relative;
}

.tl-brush-heading::after,
.tl-faq__title::after {
	background: url("../images/ornaments/tesloups-ornament-brush-underline.svg") center / contain no-repeat;
	content: "";
	display: block;
	height: 1.1rem;
	margin-top: 0.25rem;
	width: min(13rem, 55%);
}

.tl-ornament--poland-map {
	opacity: 0.18;
	right: max(0.5rem, calc((100vw - 82.5rem) / 2));
	top: 3rem;
	width: clamp(13rem, 26vw, 22rem);
}

.tl-poland-teaser--v2 figure {
	position: relative;
}

.tl-poland-teaser--v2 figure::after {
	background-image: url("../images/ornaments/tesloups-ornament-dotted-route.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 5%;
	content: "";
	height: 5rem;
	left: 8%;
	opacity: 0.46;
	pointer-events: none;
	position: absolute;
	width: min(26rem, 46%);
}

.tl-ornament--benefit-divider {
	left: 50%;
	max-width: min(66rem, calc(100vw - 2.5rem));
	opacity: 0.7;
	top: -1.4rem;
	transform: translateX(-50%);
	width: min(66rem, calc(100vw - 2.5rem));
}

.tl-benefits--v2 article > span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	height: 2.75rem;
	width: 2.75rem;
}

.tl-ornament--proof-quote {
	left: max(1rem, calc((100vw - 82.5rem) / 2));
	opacity: 0.12;
	top: 4rem;
	width: clamp(6rem, 11vw, 10rem);
}

.tl-proof__statement {
	position: relative;
}

.tl-proof__statement::after {
	background-image: url("../images/ornaments/tesloups-ornament-network-corner.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0.6rem;
	content: "";
	height: 6rem;
	opacity: 0.12;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	width: 8rem;
}

.tl-ornament--fit-dots {
	display: none;
}

.tl-faq__title::after {
	margin-left: auto;
	margin-right: auto;
	width: min(11rem, 48%);
}

.tl-brief__figure {
	overflow: hidden;
}

.tl-ornament--brief-network {
	opacity: 0.18;
	right: 0.5rem;
	top: 0.5rem;
	width: min(12rem, 38%);
}

.tl-brief__figure > img:not(.tl-ornament) {
	position: relative;
	z-index: 1;
}

@media (max-width: 70rem) {
	.tl-ornament--hero-network,
	.tl-ornament--model-network,
	.tl-ornament--poland-map,
	.tl-ornament--proof-quote,
	.tl-ornament--fit-dots {
		opacity: 0.12;
		width: min(12rem, 28vw);
	}

	.tl-ornament--hero-network,
	.tl-ornament--hero-sweep {
		display: none;
	}

	.tl-ornament--method-route {
		display: none;
	}

	.tl-method--v2 .tl-method__steps::before {
		display: block;
	}
}

@media (max-width: 42rem) {
	.tl-ornament--hero-network,
	.tl-ornament--model-network,
	.tl-ornament--poland-map,
	.tl-ornament--proof-quote,
	.tl-ornament--fit-dots {
		display: none;
	}

	.tl-ornament--hero-sweep,
	.tl-ornament--model-sweep {
		max-width: 42vw;
		opacity: 0.58;
		right: 0;
	}

	.tl-trust--v2 .tl-trust__item {
		justify-content: flex-start;
		text-align: left;
	}

	.tl-service-card__icon {
		height: clamp(3.5rem, 16vw, 4.25rem);
		width: clamp(3.5rem, 16vw, 4.25rem);
	}

	.tl-benefits--v2 article {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.tl-proof__statement::after,
	.tl-ornament--trust-dots,
	.tl-poland-teaser--v2 figure::after {
		display: none;
	}
}

/* TL-F20 Poland decorative system. */
.tl-breadcrumb--decorated .tl-container {
	position: relative;
}

.tl-breadcrumb__mark {
	background:
		linear-gradient(45deg, transparent 48%, var(--tl-navy) 49% 51%, transparent 52%) center / 1.25rem 1.25rem no-repeat,
		radial-gradient(circle, var(--tl-red) 0 0.16rem, transparent 0.18rem) 0.1rem 0.85rem / 0.7rem 0.7rem no-repeat,
		radial-gradient(circle, var(--tl-navy) 0 0.13rem, transparent 0.15rem) 0.9rem 0.15rem / 0.7rem 0.7rem no-repeat;
	display: inline-block;
	height: 1.35rem;
	margin-right: 0.15rem;
	width: 1.55rem;
}

.tl-ornament--pol-hero-sweep {
	opacity: 0.95;
	right: max(1rem, calc((100vw - 82.5rem) / 2 + 7rem));
	top: clamp(5rem, 9vw, 8rem);
	width: clamp(18rem, 42vw, 39rem);
}

.tl-ornament--pol-hero-map {
	opacity: 0.2;
	right: max(0.5rem, calc((100vw - 82.5rem) / 2));
	top: 3rem;
	width: clamp(12rem, 24vw, 22rem);
}

.tl-ornament--pol-hero-dots {
	display: none;
}

.tl-pol-challenges,
.tl-pol-who {
	background: var(--tl-white);
}

.tl-pol-challenges__grid {
	margin-top: 2.4rem;
}

.tl-factor-card__icon,
.tl-roadmap__icon {
	background: none;
	display: block;
	height: clamp(4.5rem, 5.7vw, 5.5rem);
	object-fit: contain;
	width: clamp(4.5rem, 5.7vw, 5.5rem);
}

.tl-pol-icon-card {
	position: relative;
}

.tl-pol-icon-card::after {
	background-image: url("../images/ornaments/tesloups-ornament-red-dot-grid.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.8rem;
	opacity: 0.14;
	pointer-events: none;
	position: absolute;
	right: 0.15rem;
	top: -0.25rem;
	width: 2.9rem;
}

.tl-pol-approach__steps::before {
	display: none;
}

.tl-ornament--pol-route {
	left: 6%;
	max-width: 88%;
	opacity: 0.7;
	right: 6%;
	top: 1.35rem;
	width: 88%;
}

.tl-pol-approach__step .tl-roadmap__icon {
	background-color: var(--tl-paper);
	border: 2px solid rgba(6, 38, 77, 0.18);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(8, 37, 74, 0.12);
	padding: 0.58rem;
}

.tl-pol-scope__card {
	overflow: hidden;
	position: relative;
}

.tl-eyebrow--brush {
	display: inline-block;
	position: relative;
}

.tl-eyebrow--brush::after {
	background: url("../images/ornaments/tesloups-ornament-brush-underline.svg") center / contain no-repeat;
	content: "";
	display: block;
	height: 0.8rem;
	margin-top: 0.12rem;
	width: 8rem;
}

.tl-pol-scope__card figure {
	position: relative;
}

.tl-ornament--pol-scope-sweep {
	left: -28%;
	opacity: 0.88;
	top: 8%;
	width: 135%;
}

.tl-pol-scope__card figure > img:not(.tl-ornament) {
	margin-right: -5%;
	position: relative;
	transform: translateY(0.75rem) scale(1.012);
	transform-origin: right bottom;
	z-index: 1;
}

.tl-pol-who__items span.tl-pol-who__icon {
	background: var(--tl-paper);
	border: 2px solid rgba(6, 38, 77, 0.24);
	box-shadow: inset 0 0 0 4px rgba(238, 246, 251, 0.9);
	position: relative;
}

.tl-pol-quote {
	overflow: hidden;
	position: relative;
}

.tl-ornament--pol-quote {
	left: 0.9rem;
	opacity: 0.12;
	top: 0.65rem;
	width: clamp(5rem, 10vw, 9rem);
}

.tl-pol-quote p,
.tl-pol-quote strong {
	position: relative;
	z-index: 1;
}

.tl-pol-boundary--decorated p {
	border-left: 0;
	box-shadow: inset 0.42rem 0 0 var(--tl-red);
	position: relative;
}

.tl-pol-boundary--decorated p::after {
	background: url("../images/ornaments/tesloups-ornament-section-divider.svg") center / contain no-repeat;
	bottom: -1.8rem;
	content: "";
	display: none;
	height: 1.8rem;
	left: 50%;
	opacity: 0.34;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: min(34rem, 72vw);
}

.tl-pol-final-cta {
	overflow: hidden;
	position: relative;
}

.tl-ornament--pol-final-network {
	left: max(1rem, calc((100vw - 82.5rem) / 2 + 1rem));
	opacity: 0.16;
	top: 0.6rem;
	width: clamp(8rem, 14vw, 13rem);
}

.tl-ornament--pol-final-map {
	left: max(8rem, calc((100vw - 82.5rem) / 2 + 10rem));
	opacity: 0.14;
	right: auto;
	top: -1.45rem;
	width: clamp(10rem, 20vw, 18rem);
}

.tl-pol-final-cta__inner {
	position: relative;
	z-index: 1;
}

@media (max-width: 70rem) {
	.tl-ornament--pol-route {
		display: block;
		left: 2.65rem;
		max-width: none;
		opacity: 0.34;
		right: auto;
		top: 3rem;
		transform: rotate(90deg);
		transform-origin: left top;
		width: min(36rem, 76vh);
	}

	.tl-pol-approach__steps::before {
		display: none;
	}

	.tl-pol-approach__step {
		justify-items: start;
		text-align: left;
	}
}

@media (max-width: 42rem) {
	.tl-ornament--pol-hero-map,
	.tl-ornament--pol-hero-dots,
	.tl-ornament--pol-route,
	.tl-ornament--pol-final-network,
	.tl-ornament--pol-final-map,
	.tl-pol-boundary--decorated p::after {
		display: none;
	}

	.tl-ornament--pol-hero-sweep {
		display: none;
	}

	.tl-factor-card__icon,
	.tl-roadmap__icon {
		height: clamp(4rem, 18vw, 4.75rem);
		width: clamp(4rem, 18vw, 4.75rem);
	}

	.tl-pol-approach__step .tl-roadmap__icon {
		justify-self: start;
	}
}

/* TL-F29 watercolor background ornaments. */
.tl-decoration {
	display: block;
	max-width: none;
	pointer-events: none;
	position: absolute;
	user-select: none;
	z-index: 0;
}

.tl-decoration img {
	display: block;
	height: auto;
	width: 100%;
}

.tl-decoration--home-hero-wash {
	opacity: 0.62;
	right: max(-4rem, calc((100vw - 82.5rem) / 2 - 6rem));
	top: clamp(7.75rem, 12vw, 9.75rem);
	width: clamp(38rem, 64vw, 56rem);
}

.tl-decoration--home-services-wash {
	left: max(-14rem, calc((100vw - 82.5rem) / 2 - 12rem));
	opacity: 0.36;
	top: clamp(13rem, 17vw, 15rem);
	transform: rotate(-7deg);
	width: clamp(22rem, 34vw, 32rem);
}

.tl-decoration--pol-method-wash {
	display: none;
}

.tl-decoration--home-model-wash {
	opacity: 0.58;
	right: max(-5rem, calc((100vw - 82.5rem) / 2 - 6rem));
	top: clamp(5.75rem, 8vw, 7.25rem);
	width: clamp(40rem, 66vw, 58rem);
}

.tl-decoration--home-poland-wash {
	opacity: 0.54;
	right: max(-5rem, calc((100vw - 82.5rem) / 2 - 6rem));
	top: clamp(6.5rem, 8vw, 8rem);
	width: clamp(40rem, 64vw, 58rem);
}

.tl-decoration--home-proof-wash {
	opacity: 0.18;
	right: max(1.5rem, calc((100vw - 82.5rem) / 2 + 2rem));
	top: clamp(13rem, 14vw, 14.25rem);
	width: clamp(16rem, 21vw, 20rem);
}

.tl-decoration--home-fit-wash {
	left: max(1.25rem, calc((100vw - 82.5rem) / 2 + 1.5rem));
	opacity: 0.16;
	top: clamp(26rem, 30vw, 28rem);
	width: clamp(13rem, 18vw, 17rem);
}

.tl-decoration--home-faq-wash {
	left: max(-10rem, calc((100vw - 82.5rem) / 2 - 10rem));
	opacity: 0.12;
	top: clamp(3rem, 5vw, 4.5rem);
	width: clamp(14rem, 22vw, 20rem);
}

.tl-brief {
	position: relative;
}

.tl-brief::before {
	background: url("../images/decorations/backgrounds/tesloups-background-watercolor-04.webp") center / contain no-repeat;
	content: "";
	height: clamp(14rem, 28vw, 26rem);
	left: max(0.25rem, calc((100vw - 82.5rem) / 2 - 2rem));
	opacity: 0.26;
	pointer-events: none;
	position: absolute;
	top: 2rem;
	user-select: none;
	width: clamp(24rem, 48vw, 44rem);
	z-index: 0;
}

.tl-decoration--pol-hero-wash {
	opacity: 0.58;
	right: max(-5rem, calc((100vw - 82.5rem) / 2 - 6rem));
	top: clamp(7.25rem, 10vw, 9.25rem);
	width: clamp(39rem, 62vw, 56rem);
}

.tl-decoration--pol-challenges-wash {
	left: max(-8rem, calc((100vw - 82.5rem) / 2 - 7rem));
	opacity: 0.36;
	top: clamp(12rem, 15vw, 13.5rem);
	transform: rotate(-6deg);
	width: min(54rem, 58vw);
}

.tl-decoration--pol-scope-wash {
	left: -18%;
	opacity: 0.42;
	top: 2%;
	width: 128%;
}

.tl-decoration--pol-who-wash {
	left: max(2rem, calc((100vw - 82.5rem) / 2 + 18rem));
	opacity: 0.18;
	right: auto;
	top: clamp(18rem, 18vw, 20rem);
	transform: rotate(2deg);
	width: min(30rem, 34vw);
}

.tl-decoration--pol-faq-wash {
	opacity: 0.12;
	right: max(-8rem, calc((100vw - 82.5rem) / 2 - 9rem));
	top: clamp(3.75rem, 6vw, 5rem);
	width: clamp(14rem, 22vw, 20rem);
}

.tl-decoration--pol-final-wash {
	left: max(-10rem, calc((100vw - 82.5rem) / 2 - 8rem));
	opacity: 0.16;
	top: -4rem;
	transform: rotate(-4deg);
	width: min(48rem, 52vw);
}

.tl-decoration--home-model-wash + .tl-container,
.tl-decoration--home-poland-wash + .tl-container,
.tl-decoration--pol-hero-wash + .tl-container,
.tl-decoration--pol-challenges-wash + .tl-container,
.tl-decoration--pol-who-wash + .tl-container,
.tl-decoration--pol-final-wash + .tl-container {
	position: relative;
	z-index: 1;
}

@media (max-width: 70rem) {
	.tl-decoration {
		max-width: 70vw;
	}

	.tl-decoration--home-hero-wash,
	.tl-decoration--home-poland-wash,
	.tl-decoration--pol-hero-wash {
		opacity: 0.3;
		right: -14vw;
		width: 82vw;
	}

	.tl-decoration--pol-method-wash {
		display: block;
		opacity: 0.28;
		top: 2.25rem;
		transform: translateX(-50%) rotate(-3deg) scaleX(1.02);
		width: 72vw;
	}

	.tl-decoration--pol-method-wash {
		display: none;
	}

	.tl-decoration--home-model-wash {
		opacity: 0.28;
		width: 78vw;
	}

	.tl-decoration--home-proof-wash,
	.tl-decoration--home-fit-wash {
		display: none;
	}

	.tl-decoration--pol-final-wash {
		opacity: 0.16;
		width: 68vw;
	}

	.tl-decoration--pol-challenges-wash,
	.tl-decoration--pol-who-wash {
		opacity: 0.3;
		width: 82vw;
	}

	.tl-decoration--pol-who-wash {
		display: none;
	}

	.tl-decoration--pol-scope-wash {
		left: -10%;
		opacity: 0.28;
		top: 4%;
		width: 118%;
	}
}

@media (max-width: 42rem) {
	.tl-decoration--home-hero-wash {
		display: block;
		opacity: 0.34;
		right: -28vw;
		top: 28rem;
		width: 98vw;
	}

	.tl-decoration--home-services-wash {
		display: none;
	}

	.tl-decoration--home-model-wash {
		display: block;
		opacity: 0.32;
		right: -30vw;
		top: 24rem;
		width: 96vw;
	}

	.tl-decoration--home-poland-wash {
		display: block;
		opacity: 0.36;
		right: -30vw;
		top: 25rem;
		width: 102vw;
	}

	.tl-decoration--pol-hero-wash {
		display: block;
		opacity: 0.36;
		right: -30vw;
		top: 27rem;
		width: 102vw;
	}

	.tl-decoration--pol-challenges-wash {
		display: block;
		left: -34vw;
		opacity: 0.28;
		top: 17rem;
		width: 82vw;
	}

	.tl-decoration--pol-final-wash {
		display: block;
		left: -22vw;
		opacity: 0.28;
		top: -1rem;
		width: 74vw;
	}

	.tl-brief::before {
		display: none;
	}

	.tl-decoration--home-proof-wash,
	.tl-decoration--home-faq-wash,
	.tl-decoration--pol-scope-wash,
	.tl-decoration--pol-faq-wash,
	.tl-decoration--pol-who-wash {
		opacity: 0.28;
		width: 62vw;
	}

	.tl-decoration--home-proof-wash {
		display: none;
	}

	.tl-decoration--home-fit-wash {
		display: none;
	}

	.tl-decoration--home-faq-wash {
		display: none;
	}

	.tl-decoration--pol-scope-wash {
		display: block;
		left: 12%;
		opacity: 0.22;
		top: 7%;
		width: 72%;
	}

	.tl-decoration--pol-who-wash {
		display: none;
	}

	.tl-decoration--pol-faq-wash {
		display: none;
	}
}

/* TL-F30 editorial spot illustrations. */
.tl-spot {
	display: block;
	pointer-events: none;
	position: absolute;
	user-select: none;
	z-index: 1;
}

.tl-spot img {
	display: block;
	height: auto;
	width: 100%;
}

.tl-spot--home-services {
	left: max(1rem, calc((100vw - 82.5rem) / 2 + 1rem));
	opacity: 0.92;
	top: 6.5rem;
	width: clamp(7rem, 10vw, 9.5rem);
}

.tl-spot--home-model {
	right: max(1rem, calc((100vw - 82.5rem) / 2 + 1.4rem));
	top: clamp(6rem, 8vw, 7.5rem);
	width: clamp(9.5rem, 14vw, 13rem);
}

.tl-spot--home-poland {
	left: max(1rem, calc((100vw - 82.5rem) / 2 + 31rem));
	opacity: 0.82;
	top: 7.25rem;
	width: clamp(9rem, 13vw, 12rem);
}

.tl-spot--home-proof {
	display: none;
}

.tl-spot--pol-challenges {
	opacity: 0.58;
	right: max(0.5rem, calc((100vw - 82.5rem) / 2 + 1rem));
	top: clamp(12.5rem, 15vw, 14rem);
	width: clamp(8rem, 12vw, 11rem);
}

.tl-spot--pol-who {
	left: auto;
	opacity: 0.42;
	right: max(-1.5rem, calc((100vw - 82.5rem) / 2 - 1rem));
	top: clamp(7rem, 8vw, 8rem);
	width: clamp(7.5rem, 11vw, 10rem);
}

.tl-spot--pol-final {
	bottom: 1.1rem;
	left: max(-0.5rem, calc((100vw - 82.5rem) / 2 - 0.25rem));
	opacity: 0.36;
	right: auto;
	width: clamp(7rem, 10vw, 9rem);
}

.tl-spot--home-services + .tl-container,
.tl-spot--home-proof + .tl-container,
.tl-spot--pol-challenges + .tl-container,
.tl-spot--pol-who + .tl-container,
.tl-spot--pol-final + .tl-container {
	position: relative;
	z-index: 2;
}

.tl-pol-approach__step,
.tl-method__step {
	z-index: 2;
}

@media (max-width: 70rem) {
	.tl-spot {
		opacity: 0.72;
	}

	.tl-spot--home-services,
	.tl-spot--home-proof,
	.tl-spot--pol-challenges,
	.tl-spot--pol-who {
		width: min(7.5rem, 18vw);
	}

	.tl-spot--home-proof {
		display: none;
	}

	.tl-spot--home-model,
	.tl-spot--home-poland {
		right: 1rem;
		width: min(13rem, 26vw);
	}

	.tl-spot--home-poland {
		left: auto;
	}

	.tl-spot--pol-final {
		display: none;
	}
}

@media (max-width: 42rem) {
	.tl-spot {
		display: none;
	}

	.tl-spot--home-model,
	.tl-spot--home-poland,
	.tl-spot--pol-challenges,
	.tl-spot--pol-who,
	.tl-spot--pol-final {
		display: block;
		width: 7.5rem;
	}

	.tl-spot--home-model {
		right: -1.1rem;
		top: 24rem;
	}

	.tl-spot--home-poland {
		left: -0.9rem;
		top: 22rem;
	}

	.tl-spot--home-proof {
		display: none;
	}

	.tl-spot--pol-challenges {
		opacity: 0.58;
		right: -1rem;
		top: 15rem;
	}

	.tl-spot--pol-who {
		display: none;
	}

	.tl-spot--pol-final {
		display: none;
	}
}

/* TL-F31 campaign brief form visual rebuild. */
.tl-brief--v5 {
	background:
		linear-gradient(180deg, var(--tl-paper), #f7fbfd 48%, var(--tl-paper));
	color: var(--tl-white);
	padding: clamp(4rem, 7vw, 6.5rem) 0;
	position: relative;
}

.tl-brief--v5 .tl-brief__card {
	align-items: stretch;
	background: #031e3d;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	box-shadow: 0 28px 70px rgba(3, 30, 61, 0.24);
	display: grid;
	gap: clamp(1.2rem, 2.4vw, 2.4rem);
	grid-template-columns: minmax(38.75rem, 0.6fr) minmax(24.375rem, 0.4fr);
	margin: 0 auto;
	max-width: 81.25rem;
	min-height: 32.5rem;
	overflow: hidden;
	padding: clamp(2rem, 2.5vw, 2.5rem);
	position: relative;
}

.tl-brief--v5 .tl-brief__content {
	align-content: center;
	display: grid;
	gap: 0.5rem;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.tl-brief--v5 .tl-eyebrow {
	color: rgba(238, 246, 251, 0.96);
	font-size: 0.78rem;
	margin-bottom: 0.1rem;
}

.tl-brief--v5 h2 {
	color: var(--tl-white);
	font-size: clamp(2.2rem, 2.75vw, 2.95rem);
	max-width: 100%;
}

.tl-brief--v5 .tl-brief__content > p {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(0.95rem, 1.05vw, 1.02rem);
	line-height: 1.35;
	max-width: 48rem;
}

.tl-brief--v5 .tl-brief-form {
	display: grid;
	gap: 0.62rem 0.8rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0.4rem;
}

.tl-brief--v5 .tl-form-field {
	display: block;
	min-width: 0;
	position: relative;
}

.tl-brief--v5 .tl-form-field--full,
.tl-brief--v5 .tl-brief-form button,
.tl-brief--v5 .tl-brief-form__note,
.tl-brief--v5 .tl-form-status {
	grid-column: 1 / -1;
}

.tl-brief--v5 .tl-form-field label {
	color: rgba(8, 37, 74, 0.76);
	font-size: 0.68rem;
	font-weight: 850;
	left: 0.85rem;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 0.48rem;
	z-index: 1;
}

.tl-brief--v5 .tl-form-field input,
.tl-brief--v5 .tl-form-field textarea {
	background: var(--tl-white);
	border: 1px solid rgba(238, 246, 251, 0.72);
	border-radius: 8px;
	color: var(--tl-ink);
	font-size: 1rem;
	min-height: 3.25rem;
	padding: 1.18rem 0.82rem 0.48rem;
	width: 100%;
}

.tl-brief--v5 .tl-form-field textarea {
	min-height: 7.875rem;
	padding-top: 1.35rem;
	resize: vertical;
}

.tl-brief--v5 .tl-form-field input::placeholder,
.tl-brief--v5 .tl-form-field textarea::placeholder {
	color: rgba(8, 37, 74, 0.62);
}

.tl-brief--v5 .tl-form-field input:focus,
.tl-brief--v5 .tl-form-field textarea:focus {
	border-color: var(--tl-red);
	box-shadow: 0 0 0 3px rgba(232, 34, 40, 0.26);
	outline: 3px solid rgba(238, 246, 251, 0.78);
	outline-offset: 2px;
}

.tl-brief--v5 .tl-brief-form button {
	background: #e51e25;
	border-color: #e51e25;
	font-size: 1rem;
	justify-content: center;
	margin-top: 0.2rem;
	min-height: 3.45rem;
	text-transform: none;
	width: 100%;
}

.tl-brief--v5 .tl-brief-form__privacy {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	grid-column: 1 / -1;
	min-width: 0;
}

.tl-brief--v5 .tl-brief-form__honeypot {
	block-size: 1px;
	inset-inline-start: -10000px;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	white-space: nowrap;
	inline-size: 1px;
}

.tl-brief--v5 .tl-brief-form__privacy input[type="checkbox"] {
	accent-color: var(--tl-red);
	block-size: 1.25rem;
	flex: 0 0 auto;
	inline-size: 1.25rem;
	margin: 0.75rem 0 0;
}

.tl-brief--v5 .tl-brief-form__privacy label {
	align-items: center;
	color: rgba(255, 255, 255, 0.92);
	display: block;
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.45;
	min-height: 2.75rem;
	min-width: 0;
	padding: 0.65rem 0;
}

.tl-brief--v5 .tl-brief-form__privacy a {
	color: #ffffff;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 0.09em;
	text-underline-offset: 0.16em;
}

.tl-brief--v5 .tl-brief-form__privacy a:focus-visible {
	border-radius: 3px;
	outline: 3px solid rgba(255, 255, 255, 0.9);
	outline-offset: 3px;
}

.tl-brief--v5 .tl-brief-form button:hover {
	background: #c9171d;
	border-color: #c9171d;
}

.tl-brief--v5 .tl-brief-form__note {
	grid-column: auto;
}

.tl-brief--v5 .tl-brief-form__note {
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.98rem;
	font-weight: 750;
	line-height: 1.25;
	text-align: left;
}

.tl-brief--v5 .tl-form-status {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.9);
	padding: 0.8rem 0.95rem;
}

.tl-brief--v5 .tl-form-status[hidden] {
	display: none;
}

.tl-brief--v5 .tl-brief__figure {
	align-self: stretch;
	background-image: image-set(
		url("../images/home/responsive/tesloups-form-wolf-art-480.webp") type("image/webp"),
		url("../images/home/tesloups-form-wolf-art.png") type("image/png")
	);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: flex-end;
	margin: -2.5rem -2.5rem -2.5rem 0;
	min-width: 0;
	overflow: visible;
	pointer-events: none;
	position: relative;
	z-index: 3;
}

.tl-brief--v5 .tl-brief__figure picture {
	align-items: center;
	display: none;
	justify-content: flex-end;
	position: relative;
	width: 100%;
	z-index: 3;
}

.tl-brief--v5 .tl-brief__figure img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 100%;
	max-height: none;
	max-width: none;
	object-fit: contain;
	object-position: right center;
	opacity: 1;
	position: relative;
	width: auto;
	z-index: 3;
}

@media (max-width: 78rem) {
	.tl-brief--v5 .tl-brief__card {
		grid-template-columns: minmax(34rem, 0.58fr) minmax(21rem, 0.42fr);
		padding: 3rem;
	}
}

@media (max-width: 51.25rem) {
	.tl-brief--v5 .tl-brief__card {
		gap: 1.5rem;
		grid-template-columns: 1fr;
		margin-left: auto;
		margin-right: auto;
		max-width: 44rem;
		min-height: 0;
		padding: clamp(1.75rem, 5vw, 2.25rem);
	}

	.tl-brief--v5 h2 {
		font-size: clamp(2.15rem, 8vw, 3.1rem);
		max-width: 100%;
	}

	.tl-brief--v5 .tl-brief-form {
		grid-template-columns: 1fr;
	}

	.tl-brief--v5 .tl-brief-form__note {
		grid-column: 1 / -1;
		text-align: center;
	}

	.tl-brief--v5 .tl-brief__figure {
		justify-content: center;
		margin: 0;
		max-height: 18rem;
		opacity: 0.92;
		overflow: hidden;
	}

	.tl-brief--v5 .tl-brief__figure img {
		max-height: 18rem;
		object-position: center;
		width: min(100%, 31rem);
	}
}

@media (max-width: 42rem) {
	.tl-brief--v5 .tl-container {
		padding-left: 1.125rem;
		padding-right: 1.125rem;
	}

	.tl-brief--v5 .tl-brief__card {
		border-radius: 16px;
		padding: 1.5rem;
	}

	.tl-brief--v5 .tl-form-field input,
	.tl-brief--v5 .tl-form-field textarea {
		min-height: 3.15rem;
	}

	.tl-brief--v5 .tl-brief-form button {
		min-height: 3.5rem;
	}
}

/* Global cookie information notice. Its controls store an interface choice only. */
body.tl-cookie-banner-visible {
	padding-bottom: var(--tl-cookie-banner-height, 0);
}

.tl-cookie-banner[hidden] {
	display: none;
}

.tl-cookie-banner {
	background: var(--tl-white);
	border-radius: 12px 12px 0 0;
	border-top: 4px solid var(--tl-red);
	bottom: 0;
	box-shadow: 0 -12px 34px rgba(3, 29, 59, 0.16);
	box-sizing: border-box;
	color: var(--tl-navy);
	left: 0;
	padding: 20px 24px;
	position: fixed;
	right: 0;
	top: auto;
	width: 100%;
	z-index: 10000;
}

.tl-cookie-banner__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: 1440px;
}

.tl-cookie-banner__copy {
	min-width: 0;
}

.tl-cookie-banner__copy h2 {
	color: var(--tl-navy);
	font-size: clamp(1.0625rem, 1.4vw, 1.125rem);
	line-height: 1.25;
	margin: 0 0 0.35rem;
}

.tl-cookie-banner__copy p {
	font-size: clamp(0.875rem, 1.2vw, 0.9375rem);
	line-height: 1.5;
	margin: 0;
	max-width: 58rem;
}

.tl-cookie-banner__copy a {
	color: var(--tl-navy);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.tl-cookie-banner__controls {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(9.5rem, 1fr));
}

.tl-cookie-banner__button {
	align-items: center;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 0.75rem 1rem;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	white-space: nowrap;
}

.tl-cookie-banner__button--accept {
	background: var(--tl-navy);
	border: 1px solid var(--tl-navy);
	color: var(--tl-white);
}

.tl-cookie-banner__button--accept:hover {
	background: var(--tl-navy-deep);
	border-color: var(--tl-navy-deep);
}

.tl-cookie-banner__button--reject {
	background: var(--tl-white);
	border: 1px solid var(--tl-navy);
	color: var(--tl-navy);
}

.tl-cookie-banner__button--reject:hover {
	background: rgba(8, 37, 74, 0.06);
}

@media (max-width: 52rem) {
	.tl-cookie-banner__inner {
		align-items: stretch;
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.tl-cookie-banner__controls {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 32.5rem) {
	.tl-cookie-banner {
		padding: 16px;
	}

	.tl-cookie-banner__controls {
		grid-template-columns: 1fr;
	}

	.tl-cookie-banner__button {
		min-height: 44px;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tl-cookie-banner__button {
		transition: none;
	}
}

/* TL-F78C: shared Google Partner badge size without changing the TesLoups logo. */
body .site-footer .site-footer__partner-logo,
body:is(.tl-v11-home, .tl-v11-poland) .site-footer .site-footer__partner-logo {
	height: auto;
	max-width: 100%;
	width: 185px;
}

@media (min-width: 64rem) {
	body .site-footer .site-footer__partner-logo,
	body:is(.tl-v11-home, .tl-v11-poland) .site-footer .site-footer__partner-logo {
		width: 215px;
	}
}
