:root {
	--primary: #0d2b4d;
	--primary-2: #123963;
	--accent: #ffbf44;
	--accent-2: #2b8c75;
	--action: #c83b2f;
	--text: #626a78;
	--heading: #101623;
	--light: #f5f7f9;
	--white: #ffffff;
	--border: #e5e8ee;
	--shadow: 0 20px 55px rgba(16, 22, 35, 0.14);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--text);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background: var(--white);
}

body.admin-bar .site-header {
	top: 32px;
}

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

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

h1,
h2,
h3,
h4 {
	margin: 0 0 18px;
	color: var(--heading);
	font-family: "Teko", Arial, sans-serif;
	font-weight: 600;
	line-height: 0.98;
	text-transform: uppercase;
}

h1 {
	font-size: 76px;
}

h2 {
	font-size: 52px;
}

h3 {
	font-size: 30px;
}

p {
	margin: 0 0 18px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

input,
select,
textarea,
button {
	font: inherit;
}

.wrap {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.skip-link {
	position: absolute;
	left: -999px;
	top: 10px;
	z-index: 1000;
	padding: 10px 14px;
	background: var(--accent);
	color: var(--heading);
}

.skip-link:focus {
	left: 10px;
}

.site-header {
	position: relative;
	z-index: 20;
	width: 100%;
}

.topbar {
	background: var(--primary);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

.topbar-grid {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.topbar p {
	margin: 0;
}

.topbar strong {
	color: var(--white);
	font-weight: 600;
}

.social-links {
	display: flex;
	align-items: center;
	gap: 16px;
}

.social-links a {
	display: inline-grid;
	width: 22px;
	height: 22px;
	place-items: center;
	color: rgba(255, 255, 255, 0.78);
	transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
	color: var(--white);
	transform: translateY(-1px);
}

.social-links svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.nav-shell {
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 8px 35px rgba(16, 22, 35, 0.08);
}

.nav-grid {
	display: grid;
	grid-template-columns: 120px 1fr 190px;
	align-items: center;
	gap: 28px;
	min-height: 92px;
}

.brand img {
	width: 84px;
}

.site-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	color: var(--heading);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.site-nav a:hover {
	color: var(--accent-2);
}

.header-phone {
	display: grid;
	gap: 0;
	padding-left: 22px;
	border-left: 1px solid var(--border);
	color: var(--heading);
	font-size: 13px;
	line-height: 1.45;
}

.header-phone span {
	color: var(--text);
	font-size: 12px;
	text-transform: uppercase;
}

.header-phone strong {
	font-weight: 800;
}

.nav-toggle {
	display: none;
	border: 0;
	background: var(--primary);
	color: var(--white);
	padding: 10px 14px;
	border-radius: 0;
	cursor: pointer;
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: 720px;
	display: grid;
	place-items: center;
	margin-top: 0;
	background: var(--primary);
	color: var(--white);
	text-align: center;
}

.hero-bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(22, 28, 43, 0.35), rgba(22, 28, 43, 0.82)),
		url("../../../../uploads/2023/12/slider-home-2.jpg") center/cover no-repeat;
	animation: heroZoom 18s ease-in-out infinite alternate;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(18, 23, 35, 0.82), rgba(18, 23, 35, 0.12));
}

@keyframes heroZoom {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.08);
	}
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	padding: 110px 0 240px;
}

.hero h1 {
	color: var(--white);
}

.hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
}

.eyebrow {
	margin-bottom: 8px;
	color: var(--accent);
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.accent-line {
	width: 60px;
	height: 2px;
	margin: 14px auto 22px;
	background: var(--accent);
}

.split .accent-line,
.section-head .accent-line {
	margin-left: 0;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	margin-top: 32px;
}

.btn,
button.btn {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 15px 32px;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	transition: 0.2s ease;
}

.btn-primary,
button.btn-primary {
	background: var(--accent);
	color: var(--white);
}

.btn-primary:hover {
	background: var(--accent-2);
}

.btn-ghost {
	border-color: rgba(255, 255, 255, 0.45);
	color: var(--white);
	background: transparent;
}

.btn-ghost:hover {
	background: var(--white);
	color: var(--accent-2);
}

.intro-cards {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	margin-top: -120px;
}

.intro-card {
	padding: 42px 48px;
	box-shadow: var(--shadow);
}

.intro-card.light {
	background: var(--white);
}

.intro-card.dark {
	background: var(--primary);
	color: rgba(255, 255, 255, 0.74);
}

.intro-card.dark h2 {
	color: var(--white);
}

.intro-card a {
	display: inline-block;
	margin-bottom: 22px;
	color: var(--accent-2);
	font-weight: 800;
	text-transform: uppercase;
}

.intro-card li {
	position: relative;
	padding: 5px 0 5px 22px;
	color: var(--heading);
	font-weight: 600;
}

.intro-card.dark li,
.intro-card.dark a {
	color: var(--white);
}

.intro-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 8px;
	height: 8px;
	background: var(--accent);
}

.inline-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 22px;
}

.inline-form input,
.inline-form button {
	min-height: 52px;
	border: 0;
	padding: 0 18px;
}

.inline-form input {
	background: var(--white);
	color: var(--heading);
}

.inline-form button {
	grid-column: 1 / -1;
	background: var(--accent);
	color: var(--white);
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.section {
	padding: 100px 0;
}

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 70px;
}

.image-stack {
	position: relative;
}

.image-stack::before {
	content: "";
	position: absolute;
	inset: 34px -24px -24px 34px;
	background: var(--accent);
	z-index: 0;
}

.image-stack img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 650px;
	object-fit: cover;
	box-shadow: var(--shadow);
}

.stat-box {
	display: inline-grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 14px;
	margin: 18px 0 28px;
	padding: 22px 28px;
	background: var(--light);
}

.stat-box strong {
	color: var(--accent-2);
	font-family: "Teko", Arial, sans-serif;
	font-size: 64px;
	line-height: 0.8;
}

.stat-box span {
	color: var(--heading);
	font-weight: 800;
	text-transform: uppercase;
}

.solutions-band,
.testimonials {
	background: var(--light);
}

.two-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.two-cards article {
	min-height: 270px;
	padding: 44px;
	background:
		linear-gradient(180deg, rgba(16, 22, 35, 0.1), rgba(16, 22, 35, 0.78)),
		url("../images/condominio-predios.jpg") center/cover;
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.two-cards article:nth-child(2) {
	background:
		linear-gradient(180deg, rgba(16, 22, 35, 0.1), rgba(16, 22, 35, 0.78)),
		url("../../../../uploads/2023/12/industrial-zone-in-milazzo-town-on-sicily.jpg") center/cover;
}

.two-cards h3,
.two-cards a {
	color: var(--white);
}

.two-cards a {
	font-weight: 800;
	text-transform: uppercase;
}

.check-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
	margin-top: 22px;
}

.check-list li {
	position: relative;
	padding-left: 26px;
	color: var(--heading);
	font-weight: 700;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 12px;
	height: 12px;
	background: var(--accent);
}

.contact-card {
	padding: 44px;
	background: var(--primary);
	color: rgba(255, 255, 255, 0.8);
	box-shadow: var(--shadow);
}

.contact-card h3 {
	color: var(--white);
}

.expertise {
	position: relative;
	overflow: hidden;
	padding: 85px 0 95px;
	background:
		linear-gradient(rgba(13, 43, 77, 0.76), rgba(13, 43, 77, 0.76)),
		url("../../../../uploads/2023/12/industrial-zone-in-milazzo-town-on-sicily.jpg") center center/cover no-repeat;
	color: rgba(255, 255, 255, 0.8);
}

.expertise-head {
	max-width: 920px;
	margin-bottom: 58px;
	text-align: center;
}

.expertise-head .eyebrow {
	color: var(--action);
	font-family: "Teko", Arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
}

.expertise-head h2 {
	color: var(--white);
	font-size: 44px;
}

.expertise-head .accent-line {
	width: 60px;
	margin: 18px auto 22px;
	background: var(--action);
}

.expertise-head p:last-child {
	max-width: 760px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
}

.expertise-panel {
	display: grid;
	grid-template-columns: 0.82fr 1.22fr;
	align-items: stretch;
	max-width: 1010px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.expertise-contact {
	padding: 44px 44px 42px;
	background: rgba(13, 43, 77, 0.78);
	color: rgba(255, 255, 255, 0.76);
}

.expertise-contact h3 {
	color: var(--white);
	font-size: 28px;
}

.expertise-contact ul {
	display: grid;
	gap: 11px;
	margin: 24px 0 28px;
}

.expertise-contact li,
.expertise-info p {
	position: relative;
	margin: 0;
	padding-left: 26px;
	color: rgba(255, 255, 255, 0.86);
}

.expertise-contact li::before,
.expertise-info p::before {
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--action);
	font-weight: 900;
}

.expertise-contact .btn {
	min-width: 150px;
	margin-bottom: 28px;
	background: var(--action);
}

.expertise-info {
	display: grid;
	gap: 8px;
}

.expertise-copy {
	padding: 44px 44px 42px;
	background: var(--white);
	color: #3f4148;
}

.expertise-copy .eyebrow {
	color: var(--primary);
	font-family: "Teko", Arial, sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
}

.expertise-copy > p:not(.eyebrow) {
	max-width: 560px;
	margin-bottom: 30px;
	color: #3f4148;
	font-size: 15px;
	line-height: 1.55;
}

.bars {
	display: grid;
	gap: 22px;
}

.bar {
	position: relative;
	padding-bottom: 11px;
	border-bottom: 4px solid #f0f0f0;
	color: var(--primary);
	font-family: "Teko", Arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.bar strong {
	float: right;
	color: var(--primary);
	font-size: 15px;
}

.bar i {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 4px;
	background: var(--action);
}

.bar:nth-child(even) i {
	background: var(--primary);
}

.section-head {
	max-width: 760px;
	margin: 0 auto 46px;
	text-align: center;
}

.section-head h2 {
	margin-bottom: 10px;
}

.service-grid,
.catalog-grid,
.project-grid,
.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.services-preview {
	background: var(--white);
}

.services-showcase {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.services-intro {
	min-height: 210px;
	padding: 0 8px 0 0;
}

.services-intro .eyebrow {
	color: var(--action);
	font-family: "Teko", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.services-intro h2 {
	max-width: 320px;
	color: var(--primary);
	font-size: 48px;
}

.services-intro .accent-line {
	width: 60px;
	margin: 20px 0 24px;
	background: var(--action);
}

.services-intro p:last-child {
	max-width: 360px;
	color: #3f4148;
	font-size: 16px;
	line-height: 1.55;
}

.service-card {
	min-height: 210px;
	padding: 46px 42px;
	background: #f5f5f5;
	box-shadow: none;
	border-top: 0;
}

.service-card h3 {
	margin-bottom: 18px;
	color: var(--primary);
	font-size: 30px;
	line-height: 1;
}

.service-card p {
	max-width: 310px;
	margin-bottom: 18px;
	color: #3f4148;
	font-size: 16px;
	line-height: 1.55;
}

.service-card a,
.catalog-card a,
.project-card a {
	color: var(--action);
	font-weight: 800;
	text-transform: uppercase;
}

.service-card > a:not(.btn) {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Teko", Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
}

.service-card.is-blue {
	background: var(--primary);
}

.service-card.is-blue h3,
.service-card.is-blue p {
	color: rgba(255, 255, 255, 0.82);
}

.service-card.is-blue a {
	color: var(--action);
}

.service-card.is-red {
	background: var(--action);
}

.service-card.is-red h3,
.service-card.is-red p,
.service-card.is-red a {
	color: var(--white);
}

.service-cta {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 36px;
	background:
		linear-gradient(rgba(13, 43, 77, 0.78), rgba(13, 43, 77, 0.78)),
		url("../../../../uploads/2023/12/oil-and-gas-processing-plant-.jpg") center/cover;
	text-align: center;
}

.service-cta h3,
.service-cta p {
	color: var(--white);
}

.service-cta h3 {
	margin-bottom: 8px;
}

.service-cta p {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.72);
}

.service-cta .btn {
	min-width: 220px;
	background: var(--action);
}

.process {
	position: relative;
	overflow: hidden;
	background: var(--white);
	color: #3f4148;
}

.process::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 62%;
	height: 72%;
	background:
		linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
		url("../../../../uploads/2023/12/oil-and-gas-processing-plant-1-2.jpg") center/cover;
	opacity: 0.58;
}

.process-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	align-items: center;
	gap: 70px;
}

.process-visual {
	position: relative;
	min-height: 520px;
	padding-left: 46px;
}

.process-visual::before {
	content: "";
	position: absolute;
	left: 0;
	top: 58px;
	width: 210px;
	height: 430px;
	background: var(--primary);
}

.process-visual img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 520px;
	object-fit: cover;
	object-position: center top;
}

.process-card {
	position: absolute;
	z-index: 2;
	left: 46px;
	bottom: 0;
	width: min(360px, calc(100% - 46px));
	padding: 30px 36px;
	background: var(--action);
	color: var(--white);
}

.process-card p {
	margin-bottom: 22px;
	color: var(--white);
	font-size: 21px;
	line-height: 1.35;
}

.process-card a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Teko", Arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.process-content .eyebrow {
	color: var(--action);
	font-family: "Teko", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.process-content h2 {
	max-width: 560px;
	color: var(--primary);
	font-size: 48px;
}

.process-content .accent-line {
	width: 60px;
	margin: 20px 0 24px;
	background: var(--action);
}

.process-content > p:last-of-type {
	max-width: 610px;
	margin-bottom: 24px;
	color: #3f4148;
	font-size: 15px;
	line-height: 1.55;
}

.timeline {
	position: relative;
	display: grid;
	gap: 20px;
	max-width: 620px;
}

.timeline::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 54px;
	bottom: 54px;
	width: 1px;
	background: #d8d8d8;
}

.timeline article {
	position: relative;
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 24px;
	align-items: start;
	padding: 0;
	background: transparent;
}

.step-icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	background: var(--primary);
	color: var(--white);
}

.timeline article:nth-child(even) .step-icon {
	background: var(--action);
}

.step-icon::before {
	display: block;
	color: var(--white);
	font-family: "Teko", Arial, sans-serif;
	font-size: 27px;
	line-height: 1;
}

.step-icon-tools::before {
	content: "01";
}

.step-icon-form::before {
	content: "02";
}

.step-icon-date::before {
	content: "03";
}

.step-icon-site::before {
	content: "04";
}

.timeline h3 {
	margin: 0 0 4px;
	color: var(--primary);
	font-size: 26px;
	line-height: 1;
}

.timeline p {
	max-width: 500px;
	margin: 0;
	color: #3f4148;
	font-size: 15px;
	line-height: 1.45;
}

.brand-slider {
	overflow: hidden;
	padding: 54px 0;
	background: var(--white);
}

.brand-slider-track {
	display: flex;
	width: max-content;
	align-items: center;
	animation: brandMarquee 32s linear infinite;
}

.brand-slider:hover .brand-slider-track {
	animation-play-state: paused;
}

.brand-slide {
	display: grid;
	width: 290px;
	min-width: 290px;
	height: 120px;
	place-items: center;
	padding: 24px 55px;
}

.brand-slide img {
	max-width: 210px;
	max-height: 92px;
	object-fit: contain;
	filter: saturate(1.05);
}

@keyframes brandMarquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.testimonial {
	padding: 35px;
	background: var(--white);
	box-shadow: var(--shadow);
}

.testimonial img {
	width: 120px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 22px;
}

.testimonial strong {
	color: var(--heading);
	font-weight: 800;
}

.page-hero {
	padding: 120px 0 130px;
	background:
		linear-gradient(180deg, rgba(16, 22, 35, 0.35), rgba(16, 22, 35, 0.82)),
		url("../../../../uploads/2023/12/oil-and-gas-processing-plant-1-2.jpg") center/cover;
	color: var(--white);
	text-align: center;
}

.page-hero h1,
.page-hero a {
	color: var(--white);
}

.page-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 700;
	text-transform: uppercase;
}

.project-card,
.catalog-card {
	background: var(--white);
	box-shadow: var(--shadow);
}

.project-card img,
.catalog-card img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.project-card div,
.catalog-card div {
	padding: 28px;
}

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

.form-section {
	background: var(--light);
}

.form-section img {
	width: 100%;
	max-height: 360px;
	object-fit: cover;
	margin-top: 24px;
}

.quote-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	padding: 34px;
	background: var(--white);
	box-shadow: var(--shadow);
}

.quote-form label {
	display: grid;
	gap: 6px;
}

.quote-form span {
	color: var(--heading);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
	width: 100%;
	border: 1px solid var(--border);
	border-radius: 0;
	padding: 14px 16px;
	background: var(--white);
	color: var(--heading);
}

.quote-form .full,
.quote-form button.full {
	grid-column: 1 / -1;
}

.products {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 52%, rgba(255, 255, 255, 0.64) 100%),
		url("../../../../uploads/2023/12/oil-and-gas-refinery-plant.jpg") center/cover;
}

.product-list {
	display: grid;
	gap: 18px;
}

.product-list article {
	padding: 26px 28px;
	background: var(--white);
	box-shadow: var(--shadow);
	border-left: 4px solid var(--accent);
}

.clients-page {
	background: var(--light);
}

.logo-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.logo-grid div {
	display: grid;
	min-height: 130px;
	place-items: center;
	padding: 25px;
	background: var(--white);
	box-shadow: 0 12px 28px rgba(16, 22, 35, 0.08);
}

.logo-grid img {
	max-height: 82px;
	object-fit: contain;
}

.contact-info-grid {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.contact-info-grid article,
.contact-form-card {
	padding: 28px;
	background: var(--white);
	box-shadow: var(--shadow);
}

.contact-form-card .quote-form {
	padding: 0;
	box-shadow: none;
}

.site-footer {
	padding: 80px 0 26px;
	background: var(--primary);
	color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr;
	gap: 38px;
}

.footer-logo {
	width: 110px;
	margin-bottom: 22px;
}

.site-footer h3 {
	color: var(--white);
	font-size: 28px;
}

.site-footer a:hover {
	color: var(--accent);
}

.footer-phone {
	color: var(--white);
	font-weight: 800;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 50px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom img {
	width: 150px;
	filter: brightness(0) invert(1);
	opacity: 0.75;
}

.whatsapp-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 60;
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border-radius: 50%;
	background: #29a71a;
	color: var(--white);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

.whatsapp-float img {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
}

.whatsapp-float span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.quote-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: none;
	place-items: center;
	padding: 24px;
}

.quote-modal:target {
	display: grid;
}

.quote-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 22, 35, 0.74);
}

.quote-panel {
	position: relative;
	z-index: 2;
	width: min(760px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 34px;
	background: var(--white);
	box-shadow: var(--shadow);
}

.quote-panel img {
	width: 90px;
	margin-bottom: 18px;
}

.quote-panel .quote-form {
	padding: 0;
	box-shadow: none;
}

.quote-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: var(--primary);
	color: var(--white);
	font-weight: 800;
}

.content-page {
	max-width: 850px;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 58px;
	}

	h2 {
		font-size: 44px;
	}

	.nav-grid {
		grid-template-columns: 90px auto;
	}

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

	.site-nav {
		display: none;
		grid-column: 1 / -1;
		flex-direction: column;
		align-items: flex-start;
		padding: 16px 0 24px;
	}

	.site-nav.is-open {
		display: flex;
	}

	.header-phone {
		display: none;
	}

	.split,
	.intro-cards,
	.two-cards,
	.process-layout,
	.expertise-panel,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.expertise-panel {
		max-width: 720px;
	}

	.process-visual {
		max-width: 640px;
		margin: 0 auto;
	}

	.service-grid,
	.project-grid,
	.testimonial-grid {
		grid-template-columns: 1fr 1fr;
	}

	.services-showcase {
		grid-template-columns: 1fr 1fr;
	}

	.services-intro {
		padding-right: 0;
	}

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

@media (max-width: 767px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.wrap {
		width: min(100% - 28px, 1200px);
	}

	.topbar-grid,
	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.social-links {
		flex-wrap: wrap;
	}

	.nav-grid {
		min-height: 78px;
	}

	.brand img {
		width: 72px;
	}

	.hero {
		min-height: 650px;
	}

	.hero-content {
		padding: 78px 0 170px;
	}

	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 26px;
	}

	.hero-actions,
	.check-list,
	.catalog-grid,
	.service-grid,
	.services-showcase,
	.project-grid,
	.testimonial-grid,
	.logo-grid,
	.quote-form {
		grid-template-columns: 1fr;
	}

	.services-intro,
	.service-card {
		min-height: auto;
	}

	.service-card {
		padding: 34px 28px;
	}

	.intro-card,
	.contact-card,
	.quote-panel {
		padding: 28px;
	}

	.section {
		padding: 70px 0;
	}

	.intro-cards {
		margin-top: -80px;
	}

	.inline-form {
		grid-template-columns: 1fr;
	}

	.split {
		gap: 38px;
	}

	.process-layout {
		gap: 46px;
	}

	.expertise {
		padding: 70px 0;
	}

	.expertise-head h2 {
		font-size: 36px;
	}

	.expertise-contact,
	.expertise-copy {
		padding: 32px 28px;
	}

	.process-visual {
		min-height: 430px;
		padding-left: 24px;
	}

	.process-visual::before {
		top: 42px;
		width: 130px;
		height: 340px;
	}

	.process-visual img {
		height: 430px;
	}

	.process-card {
		left: 24px;
		width: min(320px, calc(100% - 24px));
		padding: 24px;
	}

	.process-card p {
		font-size: 19px;
	}

	.process-content h2 {
		font-size: 38px;
	}

	.timeline article {
		grid-template-columns: 52px 1fr;
		gap: 18px;
	}

	.timeline::before {
		left: 26px;
	}

	.step-icon {
		width: 52px;
		height: 52px;
	}

	.brand-slider {
		padding: 38px 0;
	}

	.brand-slide {
		width: 220px;
		min-width: 220px;
		height: 96px;
		padding: 18px 35px;
	}

	.brand-slide img {
		max-width: 165px;
		max-height: 72px;
	}

	.image-stack::before {
		display: none;
	}

	.quote-form .full,
	.quote-form button.full {
		grid-column: auto;
	}
}
