/**
 * Page: Oklejanie Witryn
 * Template: page-oklejanie-witryn.php
 * Reuses: front-page.css (trust-bar, process, video-card),
 *         page-faq.css (faq-item, faq-accordion),
 *         section-contact-cta.css (contact form)
 *
 * @package SigmaDruk
 * @since 1.6.0
 */

/* ==========================================================================
   SEKCJA 1: ATF HERO
   Extends .hero from front-page.css (same full-width dark container)
   Only overrides specific to service page layout
   ========================================================================== */

/* Override: flex direction to accommodate 2-column content + images layout */
.hero.services-hero {
	justify-content: flex-end;
	padding: 100px 150px;
	height: auto;
	min-height: calc(100vh - 70px);
}

/* Content wrapper: title+list (left) + images (right) */
.services-hero-content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	flex: 1;
	margin-bottom: 0;
}

.services-hero-left {
	flex: 0 0 42%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Linki - jeśli mają <a>, styluj je */
.services-hero-list a {
	color: var(--pure-white);
	text-decoration: none;
	transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
	display: inline-block;
}

.services-hero-list a:hover {
	transform: translateX(20px);
}

/* H1 - predefiniowany variable */
.services-hero-title {
	font-family: var(--f-f-p);
	font-size: var(--h-xxl);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -1px;
	color: var(--pure-white);
	margin: 0 0 70px 0;
}

/* Lista - szara kreska, offset 25px od H1, hover animacja */
.services-hero-list {
	list-style: none;
	margin: 0 0 50px 25px;
	padding: 0 0 0 25px;
	border-left: 3px solid var(--deep-grey);
}

.services-hero-list li {
	font-family: var(--f-f-p);
	font-size: var(--h-l);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: var(--letter-spacing);
	transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
	cursor: default;
}

.services-hero-list li:hover {
	transform: translateX(20px);
}

.services-hero-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}


.page-template-page-oklejanie-witryn .process {
	padding-bottom: 150px;
}

/* Process section buttons */
.process-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 30px;
}

/* Stats buttons row */
.services-projects-stats-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 40px;
}

/* ==========================================================================
   HERO RIGHT: Media container (50% viewport)
   ========================================================================== */

.services-hero-right {
	flex: 0 0 50%;
	position: relative;
	border-radius: 30px;
	overflow: visible;
	aspect-ratio: 4/3;
}

.services-hero-media-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: var(--r-30);
}

/* Glass badge — Cutout Reveal (V3) */
/* Ciemna warstwa na pełną wysokość kontenera, jasny tekst */
.services-hero-glass {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 8vw;
	border-radius: var(--r-20);
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	margin: 20px;
	container-type: size;
	container-name: glass;
}

/* Ciemne tło z blur */
.services-hero-glass-bg {
	position: absolute;
	inset: 0;
	background: rgba(14, 17, 23, 0.82);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}



/* Kategoria "usługi" na górze */
.services-hero-glass-category {
	position: absolute;
	top: 24px;
	right: 0;
	left: 0;
	text-align: center;
	font-family: var(--f-f-p);
	font-size: var(--badge-text);
	text-transform: uppercase;
	letter-spacing: 0.35vw;
	color: rgba(255, 255, 255, 0.3);
	z-index: 4;
	font-weight: 600;
}

/* Tekst główny — pionowy, jasny na ciemnym */
.services-hero-glass-text {
	position: relative;
	z-index: 2;
	font-family: var(--f-f-p);
	font-size: 8cqh;
	font-weight: 600;
	color: var(--silver-grey);
	line-height: 0.9;
	letter-spacing: -1px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	text-transform: lowercase;
	height: calc(100% - 40px);
	margin: 20px;
	border-top: 3px solid var(--red);
	padding-top: 12px;
}

/* Video row - absolutnie na dole kontenera */
.services-hero-video-row {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0;
	z-index: 3;
}

/* Play button z uszkami - identycznie jak .video-card-play-cutout, ale czarne */
.services-hero-play-wrapper {
	position: relative;
	background-color: var(--black);
	border-top-right-radius: 30px;
	padding: 10px 0 0px 10px;
	width: 70px;
	flex-shrink: 0;
}

/* Uszko lewe */
.services-hero-play-wrapper::before {
	content: "";
	position: absolute;
	bottom: 60px;
	right: 50px;
	width: 20px;
	height: 40px;
	background-color: transparent;
	border-bottom-left-radius: 20px;
	box-shadow: 0 20px 0 0 var(--black);
}

/* Uszko dolne */
.services-hero-play-wrapper::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 70px;
	width: 20px;
	height: 40px;
	background-color: transparent;
	border-bottom-left-radius: 20px;
	box-shadow: 0 20px 0 0 var(--black);
}

.services-hero-play {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: var(--red);
	color: var(--pure-white);
	border-radius: 50%;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.services-hero-play:hover {
	background-color: var(--red-deep);
	transform: scale(1.08) translate(3px, -3px);
	color: var(--pure-white);
}

/* "Zobacz jak pracujemy" - pod zdjęciem obok play */
.services-hero-media-label {
	font-family: var(--f-f-p);
	font-size: var(--b-l);
	font-weight: 500;
	color: var(--pure-white);
	margin: 0;
}

/* ==========================================================================
   SHARED: Buttons row
   ========================================================================== */

.services-buttons-row {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 40px;
}

/* ==========================================================================
   SEKCJA 4: PROJECTS (dark bg)
   ========================================================================== */

.services-projects {
	padding: 0;
}


.services-projects-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
	margin-bottom: 150px;
}

.services-projects-title {
	font-family: var(--f-f-p);
	font-size: var(--h-xl);
	font-weight: 500;
	line-height: var(--h-xl-lh);
	letter-spacing: var(--letter-spacing);
	color: var(--black);
	flex: 0 0 45%;
	margin: 0;
}

.services-projects-desc {
	flex: 1;
}

.services-projects-desc p {
	font-size: var(--b-l);
	line-height: var(--b-l-lh);
	color: var(--grey);
	margin: 0;
}

.services-projects-desc strong {
	color: var(--black);
	font-weight: 600;
}

/* Project Cards Grid */
.services-projects-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: calc(15.625vw / 2) 15.625vw;
	margin-bottom: 80px;
}

.services-projects-card:nth-child(even) {
	margin-top: 15.625vw;
}

.services-projects-card {
	display: flex;
	flex-direction: column;
}

.services-projects-card-image {
	position: relative;
	border-radius: var(--r-30) var(--r-30) 0 var(--r-30);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin-bottom: 25px;
}

.services-projects-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.services-projects-card-logo {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: var(--pure-white);
	border-radius: var(--r-10);
	padding: 10px 15px;
	z-index: 2;
}

.services-projects-card-logo img {
	max-height: 40px;
	width: auto;
}

/* Arrow cutout z uszkami (identyczne jak product-tile na home) */
.services-projects-card-image .product-tile-arrow-cutout {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--ultra-lite-grey);
	border-top-left-radius: 30px;
	padding: 10px 10px 0 10px;
}

.services-projects-card-image .product-tile-arrow-cutout::before {
	content: "";
	position: absolute;
	top: -20px;
	right: 0px;
	width: 40px;
	height: 20px;
	background-color: transparent;
	border-bottom-right-radius: 20px;
	box-shadow: 20px 0 0 0 var(--ultra-lite-grey);
}

.services-projects-card-image .product-tile-arrow-cutout::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -20px;
	width: 20px;
	height: 40px;
	background-color: transparent;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--ultra-lite-grey);
}

.services-projects-card-image .product-tile-arrow {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.services-projects-card-title {
	font-family: var(--f-f-p);
	font-size: var(--h-s);
	font-weight: 500;
	line-height: var(--h-s-lh);
	color: var(--black);
	margin: 0 0 15px 0;
	width: 75%;
}

.services-projects-card-desc {
	font-size: var(--b-15);
	line-height: var(--b-m-lh);
	color: var(--grey);
	margin: 0 0 20px 0;
	width: 75%;
}

/* Badges — Ghost Tag */
.services-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	background: rgba(0, 0, 0, 0.03);
	border: none;
	border-radius: var(--r-5);
	font-family: var(--f-f-p);
	font-size: var(--badge-text);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin: 0 6px 8px 0;
	color: var(--mid-grey);
	transition: all 0.2s ease;
}

.services-badge:hover {
	background: rgba(0, 0, 0, 0.07);
	color: var(--grey);
}

.services-badge--accent {
	background: rgba(84, 89, 95, 0.07);
	color: var(--grey);
}

.services-badge--accent:hover {
	background: rgba(84, 89, 95, 0.14);
	color: var(--black);
}

.services-badge--location {
	background: rgba(161, 195, 249, 0.2);
	color: var(--mid-navy);
}

.services-badge--location:hover {
	background: rgba(161, 195, 249, 0.35);
}

/* Load more button */
.services-projects-load-more {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

/* Stats */
.services-projects-stats {
	margin-top: 80px;
}

.services-projects-stat-number {
	font-family: var(--f-f-p);
	font-size: 8rem;
	font-weight: 600;
	line-height: 1;
	color: var(--ultra-lite-grey);
	-webkit-text-stroke: 1px var(--silver-grey);
	letter-spacing: -3px;
	margin-bottom: 15px;
}

.services-projects-stat-label {
	font-family: var(--f-f-p);
	font-size: var(--b-l);
	font-weight: 500;
	color: var(--black);
	margin: 0 0 40px 0;
}

/* ==========================================================================
   SEKCJA 3B: SCROLL STORY (V9)
   ========================================================================== */

.scrollstory-section {
	padding: 0;
}

.scrollstory-container-bg {
	background-color: var(--ultra-lite-grey);
	margin: 0 50px;
	border-radius: var(--r-20);
	padding: 150px 100px 100px;
}

.scrollstory-header {
	margin-bottom: 80px;
	max-width: 700px;
}

.scrollstory-title {
	font-family: var(--f-f-p);
	font-size: var(--h-xl);
	font-weight: 500;
	line-height: var(--h-xl-lh);
	letter-spacing: var(--letter-spacing);
	color: var(--black);
	margin: 0 0 20px;
}

.scrollstory-description p {
	font-size: var(--b-m);
	line-height: var(--h-s-lh);
	color: var(--grey);
	margin: 0;
}

.scrollstory-description strong {
	color: var(--black);
	font-weight: 600;
}

/* Story block */
.scrollstory-block {
	display: block;
	text-decoration: none;
	color: inherit;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.scrollstory-block.visible {
	opacity: 1;
	transform: translateY(0);
}

.scrollstory-block-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	min-height: 500px;
}

.scrollstory-block:nth-child(even) .scrollstory-block-inner {
	direction: rtl;
}

.scrollstory-block:nth-child(even) .scrollstory-block-inner > * {
	direction: ltr;
}

/* Image */
.scrollstory-image-wrap {
	position: relative;
	border-radius: var(--r-30) var(--r-30) 0 var(--r-30);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: var(--lite-grey);
}

.scrollstory-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.scrollstory-block.visible .scrollstory-image-wrap img {
	transform: scale(1.08);
}

/* Logo on image */
.scrollstory-card-logo {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: var(--pure-white);
	border-radius: var(--r-10);
	width: 130px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	z-index: 2;
}

.scrollstory-card-logo img {
	max-height: 50px;
	max-width: 100px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Arrow cutout — override bg for scrollstory container */
.scrollstory-block .product-tile-arrow-cutout {
	background-color: var(--ultra-lite-grey);
}

.scrollstory-block .product-tile-arrow-cutout::before {
	box-shadow: 20px 0 0 0 var(--ultra-lite-grey);
}

.scrollstory-block .product-tile-arrow-cutout::after {
	box-shadow: 0 20px 0 0 var(--ultra-lite-grey);
}

.scrollstory-block .product-tile-arrow svg circle {
	fill: var(--black);
}

/* Content */
.scrollstory-content {
	padding: 20px 0;
}

.scrollstory-index {
	font-size: clamp(3rem, 2.5rem + 1vw, 5rem);
	font-weight: 700;
	color: rgba(0, 0, 0, 0.04);
	line-height: 1;
	letter-spacing: -3px;
	margin-bottom: 12px;
}

.scrollstory-project-title {
	font-family: var(--f-f-p);
	font-size: var(--h-m);
	font-weight: 600;
	line-height: var(--h-m-lh);
	color: var(--black);
	margin: 0 0 20px;
	letter-spacing: var(--letter-spacing);
}

.scrollstory-project-desc {
	font-size: var(--b-l);
	line-height: var(--b-m-lh);
	color: var(--grey);
	margin: 0 0 30px;
}

.scrollstory-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

/* Divider */
.scrollstory-divider {
	width: 60px;
	height: 2px;
	background: var(--lite-grey);
	margin: 0 auto 40px;
}

/* Stats divider */
.scrollstory-stats-divider {
	width: 100%;
	height: 1px;
	background: var(--lite-grey);
	margin-top: 80px;
}

/* Stats row */
.scrollstory-stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	gap: 30px;
}

.scrollstory-stats-left {
	display: flex;
	align-items: center;
	gap: 20px;
}

.scrollstory-stats-number {
	font-size: clamp(3rem, 2.5rem + 2vw, 5rem);
	font-weight: 800;
	line-height: 1;
	color: var(--ultra-lite-grey);
	-webkit-text-stroke: 1.5px var(--mid-grey);
	letter-spacing: -2px;
}

.scrollstory-stats-label {
	font-size: var(--b-m);
	color: var(--grey);
	font-weight: 500;
	max-width: 80px;
	line-height: 1.4;
	margin: 0;
}

.scrollstory-stats-cta {
	display: flex;
	gap: 12px;
	align-items: center;
}

/* ==========================================================================
   SEKCJA 5: CTA BANNER (dark bg with image)
   ========================================================================== */

.services-cta-banner {
	margin: 100px 50px 0;
	border-radius: var(--r-30);
	background-color: var(--navy);
	background-image: url(../images/layout/cta-banner-bg.jpg);
	background-size: cover;
	background-position: center;
	background-blend-mode: overlay;
	overflow: hidden;
	position: relative;
}

.services-cta-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(3, 32, 77, 0.92) 0%, rgba(3, 32, 77, 0.75) 100%);
	z-index: 1;
}

.services-cta-banner-inner {
	position: relative;
	z-index: 2;
	padding: 80px 100px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.services-cta-banner-title {
	font-family: var(--f-f-p);
	font-size: var(--h-xl);
	font-weight: 500;
	color: var(--pure-white);
	margin: 0 0 25px 0;
	line-height: var(--h-xl-lh);
}

.services-cta-banner-desc {
	font-size: var(--b-l);
	line-height: var(--b-l-lh);
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 10px 0;
}

.services-cta-banner-inner {
	display: flex;
	flex-direction: column;
}

.services-cta-banner-desc,
.services-cta-banner-title {
	align-self: flex-start;
}

.services-cta-banner-btn {
	margin-top: 30px;
	align-self: center;
}

.services-cta-banner-icons {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 40px;
}

.services-cta-banner-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.services-cta-banner-icon:hover {
	transform: scale(1.1);
}

.services-cta-banner-icon--red {
	background-color: var(--red);
	color: var(--pure-white);
}

.services-cta-banner-icon--red:hover {
	background-color: var(--red);
	transform: scale(1.08);
	color: var(--pure-white);
}

.services-cta-banner-icon--grey {
	background-color: rgba(255, 255, 255, 0.15);
	color: var(--pure-white);
}

.services-cta-banner-icon--grey:hover {
	background-color: rgba(255, 255, 255, 0.25);
}

.services-cta-banner-icon--navy {
	background-color: var(--mid-navy);
	color: var(--pure-white);
}

.services-cta-banner-icon--navy:hover {
	background-color: var(--black);
	color: var(--pure-white);
}

/* ==========================================================================
   SEKCJA 6: OFFER (two columns)
   ========================================================================== */

.services-offer {
	padding: 150px 50px;
	background-color: var(--pure-white);
	background-image: url(../images/layout/bg-lines.svg);
	background-repeat: repeat-y;
}

.services-offer-grid {
	gap: 8vw;
	align-items: start;
	display: flex;
}

.services-offer-info {
	position: sticky;
	top: 120px;
	width: 35%;
}

.services-offer-title {
	font-family: var(--f-f-p);
	font-size: var(--h-xl);
	font-weight: 500;
	line-height: var(--h-xl-lh);
	letter-spacing: var(--letter-spacing);
	color: var(--black);
	margin: 0 0 5vw 0;
}

.services-offer-specs {
	margin: 0 0 40px 20px;
}

.services-offer-spec {
	margin-bottom: 40px;
}

.services-offer-spec-title {
	font-family: var(--f-f-p);
	font-size: var(--h-s);
	font-weight: 500;
	color: var(--black);
	margin: 0 0 5px 0;
}

.services-offer-spec-title span {
	color: var(--red);
	font-weight: 500;
	margin: 0 5px;
}

.services-offer-spec-desc {
	font-size: var(--b-m);
	line-height: var(--b-m-lh);
	color: var(--silver-grey);
	margin: 0;
}

/* Offer Cards */
.services-offer-cards {
	display: flex;
	flex-direction: column;
	gap: 100px;
	overflow: hidden;
	width: 65%;
}

.services-offer-card {
	display: flex;
	gap: 0;
	position: relative;
	min-height: 350px;
	width: 100%;
}

.services-offer-card-text {
	padding: 30px 80px 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: var(--ultra-lite-grey);
	border-radius: var(--r-20);
	z-index: 1;
	margin-bottom: 50px;
	width: 50%;
}

.services-offer-card-title {
	font-family: var(--f-f-p);
	font-size: var(--h-s);
	font-weight: 400;
	color: var(--black);
	margin: 0 0 15px 0;
	line-height: var(--h-s-lh);
}

.services-offer-card-title--red {
	color: var(--mid-navy);
	font-weight: 600;
}

.services-offer-card-title strong {
	color: var(--mid-navy);
	font-weight: 600;
}

.services-offer-card-title .services-offer-card-title--slash {
	color: var(--red);
	font-weight: 700;
}

.services-offer-card-desc {
	font-size: var(--b-m);
	line-height: var(--b-m-lh);
	color: var(--grey);
	margin: 0 0 20px 10px;
}

.services-offer-card-price {
	font-size: var(--b-m);
	color: var(--black);
	margin: 0;
}

.services-offer-card-price strong {
	font-size: var(--price-text);
	font-weight: 700;
}

.services-offer-card-image {
	margin: 50px 0 0 -50px;
	border-radius: var(--r-20);
	overflow: hidden;
	z-index: 2;
	width: calc(50% + 50px);
}

.services-offer-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

/* ==========================================================================
   SEKCJA 7: SERVICES (pozostałe usługi)
   ========================================================================== */

.services-others {
	padding: 150px 50px;
	background-color: var(--pure-white);
	background-image: url(../images/layout/bg-lines.svg);
	background-repeat: repeat-y;
}

.services-others-title {
	font-family: var(--f-f-p);
	font-size: var(--h-xl);
	font-weight: 500;
	line-height: var(--h-xl-lh);
	letter-spacing: var(--letter-spacing);
	color: var(--black);
	text-align: center;
	margin: 0 auto 60px;
	width: 55%;
}

.services-others-grid {
	display: flex;
	flex-direction: column;
	gap: 150px;
}

.services-others-card {
	display: flex;
	position: relative;
	min-height: 100%;
	width: 70vw;
	align-self: center;
}

.services-others-card-text {
	padding: 40px 8vw 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: var(--card-bg);
	background-size: cover;
	background-position: center;
	border-radius: var(--r-20);
	z-index: 1;
	margin-bottom: 5vw;
	width: 50%;
}

.services-others-card-title {
	font-family: var(--f-f-p);
	font-size: var(--h-s);
	font-weight: 600;
	color: var(--black);
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.services-others-card-desc {
	font-size: var(--b-15);
	line-height: var(--h-s-lh);
	color: var(--grey);
	margin: 0;
}

.services-others-card-image {
	position: relative;
	margin: 5vw 0 0 -5vw;
	border-radius: var(--r-20) var(--r-20) 0 var(--r-20);
	overflow: hidden;
	z-index: 2;
	width: calc(50% + 5vw);
}

.services-others-card-image img {
	width: 100%;
	height: 26.04166666667vw;
	object-fit: cover;
	display: block;
}

.services-others-card-caption {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #000000AD;
	color: var(--pure-white);
	border-radius: var(--r-5);
	padding: 3px 10px;
	font-size: var(--b-s);
	font-weight: 500;
	letter-spacing: var(--letter-spacing);
}

.services-others-card .product-tile-arrow-cutout {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--pure-white);
	border-top-left-radius: 30px;
	padding: 10px 10px 0 10px;
}

.services-others-card .product-tile-arrow-cutout::before {
	content: "";
	position: absolute;
	top: -20px;
	right: 0px;
	width: 40px;
	height: 20px;
	background-color: transparent;
	border-bottom-right-radius: 20px;
	box-shadow: 20px 0 0 0 var(--pure-white);
}

.services-others-card .product-tile-arrow-cutout::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -20px;
	width: 20px;
	height: 40px;
	background-color: transparent;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--pure-white);
}

.services-others-card .product-tile-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--pure-white);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--black);
	transition: background-color 0.3s ease;
}


/* ==========================================================================
   SEKCJA 9: FAQ (with categories)
   ========================================================================== */

.services-faq {
	padding: 100px 0 0;
	background-color: var(--pure-white);
	background-image: url(../images/layout/bg-lines.svg);
	background-repeat: repeat-y;
}

.services-faq-header {
	display: flex;
	align-items: baseline;
	gap: 30px;
	margin: 0 50px 60px;
}

.services-faq-title {
	font-family: var(--f-f-p);
	font-size: var(--h-xl);
	font-weight: 500;
	line-height: 1.2;
	color: var(--black);
	margin: 0;
}

.services-faq-subtitle {
	font-size: var(--b-l);
	color: var(--mid-grey);
	font-weight: 400;
}

.services-faq-category {
	padding: 40px 0 10px;
}

.services-faq-category-title {
	font-family: var(--f-f-p);
	font-size: var(--h-l);
	font-weight: 600;
	color: var(--lite-grey);
	letter-spacing: var(--letter-spacing);
	margin: 100px 0 0;
}

/* ==========================================================================
   SEKCJA 10: KNOWLEDGE CENTER
   ========================================================================== */

.services-knowledge {
	padding: 150px 50px;
	background-color: var(--pure-white);
	background-image: url(../images/layout/bg-lines.svg);
	background-repeat: repeat-y;
}

.services-knowledge-grid {
	display: grid;
	grid-template-columns: 40% 1fr;
	gap: 100px;
	align-items: end;
}

.services-knowledge-title {
	font-family: var(--f-f-p);
	font-size: var(--h-xl);
	font-weight: 500;
	line-height: var(--h-xl-lh);
	color: var(--black);
	margin: 0 0 40px 0;
}

.services-knowledge-card {
	position: relative;
	background: var(--black);
	color: var(--pure-white);
	border-radius: 20px;
	padding: 150px 50px 50px;
}

/* Tab "Blog" — identycznie jak .contact-section-title */
.services-knowledge-tab {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	border-bottom-right-radius: 20px;
	padding: 0 40px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-family: var(--f-f-p);
	font-size: var(--h-s);
	font-weight: 500;
	color: var(--black);
	width: 200px;
}

/* Uszko prawe */
.services-knowledge-tab::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 40px;
	background-color: transparent;
	border-top-left-radius: 20px;
	box-shadow: 0 -20px 0 0 #fff;
}

/* Uszko dolne */
.services-knowledge-tab::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 40px;
	height: 20px;
	background-color: transparent;
	border-top-left-radius: 20px;
	box-shadow: -20px 0 0 0 #fff;
}

.services-knowledge-card-title {
	font-family: var(--f-f-p);
	font-size: var(--h-s);
	font-weight: 600;
	margin: 0 0 20px 0;
	letter-spacing: var(--letter-spacing);
}

.services-knowledge-card-desc {
	font-size: var(--b-m);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 30px 0;
}

.services-knowledge-card-desc strong {
	color: var(--pure-white);
}

.services-knowledge-card .btn-white {
	background-color: var(--black);
	color: var(--pure-white);
	border: 2px solid var(--red);
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.services-knowledge-card .btn-white:hover {
	background-color: var(--red);
	transform: scale(1.05);
}

.services-knowledge-card .btn-white svg {
	stroke: var(--pure-white);
}

/* Knowledge Articles */
.services-knowledge-articles {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-self: end;
}

.services-knowledge-article {
	position: relative;
	display: block;
	background: var(--ultra-lite-grey);
	border-radius: 20px;
	padding: 20px 90px 20px 20px;
	text-decoration: none;
	color: var(--black);
	transition: background 0.3s ease;
}

.services-knowledge-article:hover {
	background: var(--navy-sky);
}

.services-knowledge-article-header {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 10px;
}

.services-knowledge-article-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	background: var(--navy-sky);
	border-radius: var(--r-5);
	font-size: var(--b-s);
	font-weight: 600;
	color: var(--navy);
	text-transform: lowercase;
	white-space: nowrap;
	flex-shrink: 0;
	align-self: start;
}

.services-knowledge-article-title {
	font-family: var(--f-f-p);
	font-size: var(--b-l);
	font-weight: 600;
	line-height: 1.4;
	color: var(--navy);
	margin: 0;
	letter-spacing: var(--letter-spacing);
}

.services-knowledge-article-desc {
	font-size: var(--b-s);
	line-height: 1.6;
	color: var(--grey);
	margin: 0;
	padding-left: 85px;
}

/* Arrow cutout — prawy dolny róg (identycznie jak services-others) */
.services-knowledge-article .product-tile-arrow-cutout {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--pure-white);
	border-top-left-radius: 30px;
	padding: 10px 10px 0 10px;
}

.services-knowledge-article .product-tile-arrow-cutout::before {
	content: "";
	position: absolute;
	top: -20px;
	right: 0px;
	width: 40px;
	height: 20px;
	background-color: transparent;
	border-bottom-right-radius: 20px;
	box-shadow: 20px 0 0 0 var(--pure-white);
}

.services-knowledge-article .product-tile-arrow-cutout::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -20px;
	width: 20px;
	height: 40px;
	background-color: transparent;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 var(--pure-white);
}

.services-knowledge-article .product-tile-arrow {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-knowledge-article .product-tile-arrow svg circle {
	fill: var(--black);
}

/* ==========================================================================
   SEKCJA 11: SEO CONTENT
   Wyszarzona sekcja opisowa — hover odsłania treść.
   Dwukolumnowy layout CSS columns (jedna ciągła treść dla Google).
   ========================================================================== */

.seo {
	padding: 0 50px 100px;
	overflow: hidden;
	background-color: var(--pure-white);
	background-image: url(../images/layout/bg-lines.svg);
	background-repeat: repeat-y;
}

/* --- H2 Tytuł z border-bottom i kwadratowym wskaźnikiem --- */
.seo-title {
	font-family: var(--f-f-p);
	font-size: var(--h-m);
	font-weight: 600;
	line-height: var(--h-m-lh);
	letter-spacing: -0.02em;
	color: var(--mid-grey);
	margin: 0 0 48px 0;
	padding: 68px 0 12px 0;
	border-bottom: 3px solid var(--lite-grey);
	position: relative;
	max-width: 38rem;
}

.seo-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 10px;
	height: 10px;
	background-color: var(--lite-grey);
	border-radius: var(--r-5);
}

/* --- Dwukolumnowy layout --- */
.seo-content {
	column-count: 2;
	column-gap: 80px;
}

/* --- Paragrafy --- */
.seo-content p {
	font-size: var(--b-s);
	line-height: 1.8em;
	color: var(--mid-grey);
	margin: 0 0 32px 0;
	max-width: 38em;
	transition: color 0.3s ease;
}

.seo-content p:hover {
	color: var(--black);
}

.seo-content p + p {
	margin-top: -8px;
}

/* --- Linki --- */
.seo-content a {
	color: var(--silver-grey);
	text-decoration: underline;
	text-decoration-color: var(--silver-grey);
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
	transition: all 0.3s ease;
	padding: 0 4px;
	font-weight: 600;
}

.seo-content a:hover {
	background-color: var(--ultra-lite-grey);
	border-radius: var(--r-5);
	text-underline-offset: 8px;
}

.seo-content a strong {
	font-weight: 700;
}

/* --- H3 Podtytuły --- */
.seo-content h3 {
	font-family: var(--f-f-p);
	font-size: var(--h-s);
	font-weight: 600;
	letter-spacing: -0.015em;
	color: var(--mid-grey);
	margin: 50px 0 24px 0;
	max-width: 38rem;
	break-after: avoid;
}

/* --- Listy UL (custom kwadratowe bullety) --- */
.seo-content ul,
.seo-content ol {
	margin-bottom: 32px;
	padding-left: 10px;
}

.seo-content ul li {
	list-style: none;
	padding-left: 20px;
	position: relative;
	font-size: var(--b-s);
	line-height: 1.8;
	color: var(--mid-grey);
	margin-bottom: 16px;
	max-width: 38em;
	transition: color 0.3s ease;
}

.seo-content ul li:hover {
	color: var(--black);
}

.seo-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	background-color: var(--lite-grey);
	border-radius: var(--r-5);
}

.seo-content ul li strong {
	color: var(--mid-grey);
	font-weight: 700;
}

/* --- Listy OL (numerowane z badge) --- */
.seo-content ol {
	list-style: none;
	counter-reset: item;
	padding-left: 20px;
}

.seo-content ol li {
	counter-increment: item;
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
	font-size: var(--b-s);
	line-height: 1.8;
	color: var(--mid-grey);
	max-width: 38em;
	transition: color 0.3s ease;
}

.seo-content ol li:hover {
	color: var(--black);
}

.seo-content ol li::before {
	content: counter(item);
	background-color: var(--lite-grey);
	color: var(--pure-white);
	font-weight: 700;
	font-size: var(--b-12);
	line-height: var(--b-12);
	border-radius: var(--r-5);
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 4px;
}

/* --- Obrazki (desaturated, hover animacja) --- */
.seo-content figure {
	margin-bottom: 32px;
}

.seo-content img {
	border-radius: var(--r-20);
	opacity: 0.5;
	filter: saturate(0%);
	transition: all 0.5s ease;
}

.seo-content img:hover {
	opacity: 1;
	filter: saturate(100%);
}

.seo-content ul li img {
	margin-top: 2rem;
}

/* --- Box "Zobacz także" (callout) --- */
.seo-content .zobacz-takze {
	margin: 2rem 0;
	padding: 1.5rem;
	background-color: var(--ultra-lite-grey);
	border-left: 4px solid var(--silver-grey);
	border-radius: var(--r-5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	color: var(--silver-grey);
}

.seo-content .zobacz-takze h4 {
	font-size: var(--b-l);
	font-weight: 600;
	color: var(--black);
}

.seo-content .zobacz-takze p:first-of-type {
	margin-bottom: 0;
}

.seo-content .zobacz-takze p:not(:first-of-type) {
	margin-top: 20px;
}

.seo-content .zobacz-takze p a {
	padding-left: 25px;
	position: relative;
}

.seo-content .zobacz-takze p a::before {
	content: "\2192";
	position: absolute;
	left: -1px;
	top: -3px;
	display: block;
}

/* ==========================================================================
   RESPONSIVE - 1536px
   ========================================================================== */

@media (max-width: 1536px) {
	.hero.services-hero {
		padding: 50px;
		padding-bottom: 0;
	}

	.services-hero-left {
		padding-left: 0;
	}

	.services-hero-video-bar {
		padding-left: 0;
	}

	.services-projects-header {
		margin-bottom: 100px;
		min-height: 200px;
		align-items: center;
	}

	.services-cta-banner-inner {
		padding: 60px 80px;
	}

	.services-offer-cards {
		gap: 80px;
	}

	.page-template-page-oklejanie-witryn .process {
		padding-bottom: 100px;
	}

	.services-others-card {
		display: flex;
		position: relative;
		min-height: 100%;
		width: 80vw;
		align-self: center;
	}

	/* Scroll Story V9 */
	.scrollstory-container-bg {
		margin: 0 20px;
		padding: 60px 60px;
	}
}

/* ==========================================================================
   RESPONSIVE - 1366px
   ========================================================================== */

@media (max-width: 1366px) {
	.hero.services-hero {
		padding: 60px;
	}

	.container-bg {
		padding: 50px 20px;
	}

	.services-projects-header {
		margin-bottom: 60px;
	}

	.services-cta-banner {
		margin: 80px 30px 0;
	}

	.services-offer {
		padding: 150px 30px;
	}

	section.services-offer .container-wide-content {
		margin: 0;
		width: 100%;
	}

	.services-offer-grid {
		gap: 6vw;
	}

	.services-offer-card {
		width: auto;
	}

	.services-offer-card-text {
		flex: initial;
	}

	.services-others {
		padding: 80px 30px;
	}

	.services-others-card {
		width: 100%;
	}

	.services-knowledge {
		padding: 80px 30px;
	}

	/* Scroll Story V9 */
	.scrollstory-container-bg {
		padding: 50px 50px;
	}
	.scrollstory-block-inner {
		gap: 40px;
	}
}

/* ==========================================================================
   RESPONSIVE - 1024px
   ========================================================================== */

@media (max-width: 1024px) {
	.page-template-page-oklejanie-witryn .process {
		padding-bottom: 60px;
	}

	.hero.services-hero {
		padding: 50px;
	}

	.services-hero-content-wrapper {
		gap: 30px;
		flex-wrap: nowrap;
	}

	.services-hero-left {
		flex: 1 1 50%;
	}

	.services-hero-right {
		flex: 1 1 50%;
	}

	.services-hero-buttons {
		flex-direction: column;
		align-items: flex-start;
	}

	.services-hero-glass-category {
		top: 1.5vw;
		right: 0;
		left: 0;
		text-align: center;
		font-size: var(--badge-text);
		color: rgba(255, 255, 255, 0.3);
		font-weight: 600;
		letter-spacing: 1px;
	}

	.services-projects-header {
		flex-direction: column;
		gap: 40px;
		margin-bottom: 40px;
	}

	.services-projects-title {
		flex: none;
	}

	.services-projects-grid {
		grid-template-columns: 1fr;
		gap: 100px;
	}

	.services-projects-card:nth-child(even) {
		margin-top: 0;
	}

	.services-projects-card-image {
		border-radius: var(--r-20) var(--r-20) 0 var(--r-20);
	}

	.services-cta-banner {
		margin: 60px 20px 0;
	}

	.services-cta-banner-inner {
		padding: 50px 30px;
	}

	.services-offer {
		padding: 100px 20px;
	}

	.services-offer-grid {
		gap: 50px;
	}

	.services-offer-info {
		position: static;
	}

	.services-others {
		padding: 60px 10px;
	}

	.services-others-card-image img {
		height: 100%;
		min-height: 250px;
	}

	.services-others-grid {
		gap: 60px;
	}

	.services-knowledge {
		padding: 60px 10px;
	}

	.services-knowledge-grid {
		display: grid;
		grid-template-columns: 40% 1fr;
		gap: 50px;
		align-items: start;
	}

	.services-knowledge-articles {
		display: flex;
		flex-direction: column;
		gap: 50px;
		align-self: end;
	}

	.services-faq-header {
		margin: 0 20px 40px;
	}

	.seo {
		padding: 0 10px 60px;
	}

	.seo-content {
		column-count: 1;
	}

	.services-hero-media-label {
		width: 22vw;
		line-height: 1;
	}

	/* Scroll Story V9 */
	.scrollstory-container-bg {
		padding: 40px 30px;
	}
	.scrollstory-block-inner {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: auto;
	}
	.scrollstory-block:nth-child(even) .scrollstory-block-inner {
		direction: ltr;
	}
	.scrollstory-stats-cta {
		flex-wrap: wrap;
	}
	.scrollstory-header {
		margin-bottom: 50px;
	}
}

/* ==========================================================================
   RESPONSIVE - 768px
   ========================================================================== */

@media (max-width: 768px) {
	.page-template-page-oklejanie-witryn .process {
		padding-bottom: 40px;
	}

	.process-content .process-buttons {
		grid-column: auto;
	}

	.hero.services-hero {
		padding: 60px 20px;
	}

	.services-hero-glass {
		width: 15vw;
	}

	.services-hero-content-wrapper {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 30px;
	}

	.services-hero-left,
	.services-hero-right {
		flex: none;
		width: 100%;
	}

	.services-projects-grid {
		grid-template-columns: 1fr;
		gap: 15vw;
	}

	.services-projects-stat-number {
		font-size: 5rem;
	}

	.services-cta-banner {
		margin: 50px 20px;
		border-radius: var(--r-20);
	}

	.services-cta-banner-inner {
		padding: 40px 25px;
	}

	.services-offer {
		padding: 40px 20px;
	}

	.services-offer-grid {
		gap: 8vw;
		align-items: start;
		display: flex;
		flex-wrap: wrap;
	}

	.services-offer-info {
		width: 100%;
	}

	.services-offer-cards {
		display: flex;
		flex-direction: column;
		gap: 100px;
		overflow: hidden;
		width: 100%;
	}

	.services-offer-card {
		flex-direction: column;
		width: calc(100% - 7vw);
		background: var(--ultra-lite-grey);
		border-radius: var(--r-20);
	}

	.services-offer-card-text {
		padding: 7vw;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background: var(--ultra-lite-grey);
		border-radius: var(--r-20) var(--r-20) 0 0;
		z-index: 1;
		margin-bottom: 0;
		width: 100%;
		height: 100%;
	}

	.services-offer-card-image {
		width: 100%;
		margin: 0 0 -50px 7vw;
	}

	.services-offer-card-image img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
		aspect-ratio: 4 / 3;
		border-radius: var(--r-20);
	}

	.services-offer-cards {
		gap: calc(10vw + 50px);
		padding-bottom: 50px;
	}

	.services-others {
		padding: 100px 20px;
	}

	.services-others .container-wide-content {
		width: 100%;
	}

	.services-others-title {
		text-align: left;
		width: 80%;
		margin: 0 0 60px 7vw;
	}

	.services-others-grid {
		gap: calc(10vw + 50px);
	}

	.services-others-card {
		width: calc(100% - 7vw);
		background-color: var(--card-bg);
		border-radius: var(--r-20);
		flex-direction: column;
		align-self: flex-start;
	}

	.services-others-card-text {
		padding: 8vw 7vw;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background: transparent;
		border-radius: var(--r-20);
		z-index: 1;
		margin-bottom: 0;
		width: 100%;
	}

	.services-others-card-title {
		font-family: var(--f-f-p);
		font-size: var(--h-s);
		font-weight: 600;
		color: var(--black);
		margin: 0 0 15px 0;
		line-height: 1.3;
		width: 70%;
	}

	.services-others-card-desc {
		font-size: var(--b-15);
		line-height: var(--h-s-lh);
		color: var(--grey);
		margin: 0;
		width: 80%;
	}

	.services-others-card-caption {
		position: absolute;
		bottom: 20px;
		top: inherit;
		left: 20px;
		background: rgba(0, 0, 0, 0.6);
		color: var(--pure-white);
		border-radius: var(--r-5);
		padding: 3px 10px;
		font-size: var(--b-s);
		font-weight: 500;
		letter-spacing: var(--letter-spacing);
		max-width: calc(100% - 110px);
	}

	.services-others-card-image {
		position: relative;
		margin: 0 0 -50px 7vw;
		border-radius: var(--r-20) var(--r-20) 0 var(--r-20);
		overflow: hidden;
		z-index: 2;
		width: 100%;
	}

	.services-others-card-image img {
		height: 60vw;
		aspect-ratio: 4 / 3;
		background-size: cover;
	}

	.services-knowledge-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 50px;
		align-items: start;
	}

	.services-knowledge {
		padding: 40px 15px;
	}

	.services-knowledge-card {
		padding: 100px 25px 25px;
	}

	.services-knowledge-article {
		padding: 15px 15px 60px;
	}

	.services-knowledge-article-desc {
		padding-left: 0;
	}

	.services-faq-header {
		flex-direction: column;
		gap: 10px;
		margin: 0 15px 30px;
	}

	.services-faq-category-title {
		font-family: var(--f-f-p);
		font-size: var(--h-l);
		font-weight: 600;
		color: var(--lite-grey);
		letter-spacing: var(--letter-spacing);
	}

	.services-faq-category {
		padding: 15vw 0 10px;
	}

	.seo {
		padding: 0 40px 50px;
	}

	.seo .container-wide-content {
		margin: 0 auto;
		width: 100%;
	}

	.seo-content {
		column-count: 1;
	}

	.services-hero-media-label {
		width: 50vw;
		line-height: 15px;
	}

	.services-hero-buttons {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 25px;
	}

	/* Scroll Story V9 */
	.scrollstory-container-bg {
		margin: 0;
		border-radius: var(--r-15);
		padding: 40px 30px;
	}
	.scrollstory-header {
		margin-bottom: 40px;
	}
	.scrollstory-block {
		margin-bottom: 30px;
	}
	.scrollstory-stats-divider {
		margin-top: 40px;
	}
	.scrollstory-stats {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-top: 30px;
	}
	.scrollstory-stats-left {
		flex-direction: column;
		gap: 4px;
	}
	.scrollstory-stats-cta {
		flex-direction: column;
		width: 100%;
	}
	.scrollstory-stats-cta .btn {
		width: 100%;
		justify-content: center;
	}
}

/* ==========================================================================
   RESPONSIVE - 480px
   ========================================================================== */

@media (max-width: 480px) {
	.hero.services-hero {
		padding: 40px 20px 20px;
	}

	.services-hero-glass {
		display: none;
	}

	.services-hero-list li {
		font-size: var(--h-m);
	}

	.services-hero-glass-text {
		margin: 15px;
		border-top: 2px solid var(--red);
	}

	.services-hero-title {
		font-family: var(--f-f-p);
		font-size: var(--h-xl);
		font-weight: 600;
		line-height: 1;
		letter-spacing: -1px;
		color: var(--pure-white);
		margin: 0 0 50px 0;
	}

	.services-hero-list {
		padding-left: 15px;
		margin-bottom: 45px;
	}

	.services-hero-media-img {
		border-radius: var(--r-20);
	}

	.services-projects-card-title {
		width: 100%;
	}

	.services-projects-card-desc {
		width: 100%;
	}

	.services-projects-stat-number {
		font-size: 3.5rem;
	}

	.services-cta-banner {
		margin: 40px 20px;
	}

	.services-cta-banner-icons {
		gap: 10px;
	}

	.services-cta-banner-icon {
		width: 40px;
		height: 40px;
	}

	.services-offer {
		padding: 30px 20px;
	}

	.services-offer-title {
		margin: 0 0 10vw 0;
	}

	.services-offer-card {
		flex-direction: column;
		width: calc(100% - 30px);
		background: var(--ultra-lite-grey);
		border-radius: var(--r-20);
	}

	.services-offer-card-image {
		width: 100%;
		margin: 0 0 -50px 30px;
		height: 60vw;
	}

	.services-offer-card-text {
		padding: 30px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background: var(--ultra-lite-grey);
		border-radius: var(--r-20) var(--r-20) 0 0;
		z-index: 1;
		margin-bottom: 0;
		width: 100%;
		height: 100%;
	}

	.services-projects-card-content {
		padding: 0 20px;
	}

	.services-others {
		padding: 30px 20px;
	}

	.services-others-grid {
		gap: calc(15vw + 50px);
	}

	.services-knowledge-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		align-items: start;
	}

	.services-knowledge-articles {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-self: end;
	}

	.services-knowledge {
		padding: 30px 0px;
	}

	.services-knowledge-card {
		padding: 90px 7vw 8vw;
	}

	.services-knowledge-article-header {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
	}

	.services-faq-header {
		margin: 0 10px 20px;
	}

	.seo {
		padding: 0 20px 40px;
	}

	.services-hero-media-label {
		width: 100%;
		line-height: 15px;
	}

	/* Scroll Story V9 */
	.scrollstory-container-bg {
		padding: 50px 16px;
	}
	.scrollstory-index {
		font-size: 2.5rem;
	}
}

/* ==========================================================================
   RESPONSIVE - 359px
   ========================================================================== */

@media (max-width: 359px) {
	.hero.services-hero {
		padding: 20px 15px 0;
	}

	.services-cta-banner {
		margin: 30px 5px;
	}

	.services-offer {
		padding: 20px 5px;
	}

	.services-others {
		padding: 20px 5px;
	}

	.services-knowledge {
		padding: 20px 5px;
	}

	.services-faq-header {
		margin: 0 5px 15px;
	}

	.seo {
		padding: 0 5px 30px;
	}

	/* Scroll Story V9 */
	.scrollstory-container-bg {
		padding: 40px 12px;
	}
}
