/* Dark Mode Variables */
:root {
	--home-bg: #ffffff;
	--home-text: #5a5a5a;
	--home-text-dark: #3e3e3e;
	--home-heading: #444444;
	--home-section-bg: #dfe5e8;
	--home-card-bg: #ffffff;
	--home-nav-hover-bg: #cc5c53;
}

[data-theme="dark"] {
	--home-bg: #1a1a2e;
	--home-text: #b0b0b0;
	--home-text-dark: #e0e0e0;
	--home-heading: #e0e0e0;
	--home-section-bg: #252542;
	--home-card-bg: #1e1e36;
	--home-nav-hover-bg: #e07a70;
}

body {
	background: var(--home-bg);
	color: var(--home-text);
	font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	margin: 0;
	width: 100%;
	transition: background-color 0.3s, color 0.3s;
}

/* Skip link for accessibility */
.skip-link {
	position: absolute;
	top: -100px;
	left: 0;
	background: #cc5c53;
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	z-index: 100;
	border-radius: 0 0 5px 0;
}

.skip-link:focus {
	top: 0;
	outline: 3px solid #fff;
	outline-offset: 2px;
}

img {
	border: 0;
}

a {
	color: #5a5a5a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Improved focus indicators for accessibility */
a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: 2px solid #cc5c53;
	outline-offset: 2px;
}

input,
textarea,
select {
	color: #6e6e6e;
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

form,
fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}

q:before,
q:after {
	content: '';
}

q {
	quotes: none;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.w1 {
	margin: 0 auto;
	max-width: 962px;
	width: 90%;
}

#header {
	overflow: hidden;
	padding: 40px 15px 25px 15px;
	background: transparent;
}

#header .logo {
	background: url("../images/durchblick_logo.svg") no-repeat;
	height: 80px;
	margin: 0 0 5px;
	overflow: hidden;
	text-indent: -9999px;
	width: 243px;
	float: left;
}

.logo a {
	display: block;
	height: 100%;
}

#header h2 {
	color: #909090;
	font: 300 20px/32px 'Economica', sans-serif;
	margin: 0;
}

#nav {
	float: right;
	font: 300 18px/21px 'Economica', sans-serif;
	list-style: none;
	margin: 0;
	padding: 25px 0 0;
	text-transform: lowercase;
}

#nav li {
	float: left;
	margin: 0 0 0 23px;
}

#nav a {
	background: url("../images/sprite2.png") no-repeat 9999px 9999px;
	color: #3e3e3e;
	cursor: pointer;
	float: left;
	padding: 0 4px 0 0;
	text-decoration: none;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav span {
	background: url("../images/sprite2.png") no-repeat 9999px 9999px;
	float: left;
	padding: 2px 10px 4px 15px;
}

#nav a:hover,
#nav .active a {
	background-position: 100% -67px;
	background-color: #cc5c53;
	border-radius: 5px;
	color: #fff;
}

#nav a:hover span,
#nav .active a span {
	background-position: 0 -39px;
}

#main {
	width: 100%;
}

/* Hero wrapper with single background image */
.hero-wrapper {
	background: #000 url("../images/lighthouse_day.jpg") no-repeat center center;
	background-image: image-set(
		url("../images/lighthouse_day.webp") type("image/webp"),
		url("../images/lighthouse_day.jpg") type("image/jpeg")
	);
	background-size: cover;
	background-position: 70% center;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

.promo-block {
	min-height: 416px;
}

.promo-block>.holder {
	position: relative;
	max-width: 962px;
	margin: 0 auto;
	padding: 0 15px;
}

.promo-block .text-holder {
	background: rgba(255, 255, 255, 0.85);
	color: #3f606f;
	font: 300 29px/32px 'Economica', sans-serif;
	padding: 17px 22px 26px 21px;
	position: absolute;
	left: 39px;
	text-shadow: none;
	top: 139px;
	overflow: hidden;
	width: 95%;
	max-width: 370px;
	border-radius: 8px;
}

.promo-block h2 {
	color: #3f606f;
}

.promo-block p span {
	color: #5a8a9d !important;
}

.promo-block h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 45px;
	margin: 0 0 7px;
}

.promo-block p {
	margin: 0;
}

.columns-holder {
	color: #fff;
	padding: 47px 15px 62px;
	text-align: center;
	max-width: 962px;
	margin: 0 auto;
}

.columns-holder>.frame {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.columns-holder .column {
	float: left;
	margin: 0 0 0 20px;
	width: 300px;
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
}

.columns-holder .column:first-child {
	margin: 0;
}

.columns-holder h3 {
	font: 400 29px/32px 'Economica', sans-serif;
	margin: 0 0 25px;
	text-align: left;
}

h6 {
	margin: 0px;
	padding: 0px;
	color: #d3d3d3;
	font-weight: 400;

}

.columns-holder .visual {
	padding: 0 0 24px;
	text-align: center;
}

.columns-holder .visual img {
	vertical-align: top;
}

.columns-holder p {
	margin: 0;
}

blockquote {
	background: #3f606f;
	color: #fff;
	font: 400 35px/45px 'Economica', sans-serif;
	margin: 0;
	padding: 28px 15px 18px;
	text-align: center;
	text-shadow: 1px 1px 2px #272521;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

/* Call-to-Action Box - see enhanced styles below */

.scheme-block {
	padding: 55px 0px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.scheme-block>* {
	vertical-align: middle;
}

.scheme {
	padding-top: 30px;
	flex-shrink: 0;
}

.scheme-block .text-holder {
	width: 250px;
	flex-shrink: 0;
}

.scheme-block .text-holder.alignright {
	text-align: right;
}

.scheme-block .text-holder p {
	margin: 0;
}

.scheme-block .visual {
	overflow: hidden;
	padding: 0 0 10px;
	text-align: center;
	width: 360px;
}

.scheme-block .visual img {
	vertical-align: top;
}

.contact-block {
	background: #dfe5e8;
	color: #6e6e6e;
	margin: 0;
	padding: 70px 15px 74px;
	position: relative;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.contact-block:after {
	clear: both;
	content: '';
	display: block;
}

.contact-block h4 {
	color: #444;
	font: 400 26px/32px 'Economica', sans-serif;
	margin: 0 0 21px;
	white-space: nowrap;
}

.form-holder {
	float: none;
	padding: 0;
	width: 30%;
	max-width: 300px;
}

.form-contact {
	line-height: 17px;
	padding: 2px 0 0;
}

.form-contact .row {
	padding: 4px 0 0;
	overflow: hidden;
}

.form-contact .row:first-child {
	padding: 0;
}

.form-contact label {
	float: left;
	margin: 12px 10px 0 0;
	width: 130px;
}

.form-contact .text-frame {
	background: url("../images/sprite2.png") no-repeat -234px -190px;
	float: left;
	padding: 3px;
}


.form-contact input[type="text"],
.form-contact .area {
	background: #fff;
	border: 0;
	color: #6e6e6e;
	float: left;
	font-size: 14px;
	line-height: 17px;
	height: 17px;
	outline: 0;
	padding: 8px 11px;
	width: 238px !important;
}

.form-contact .verify-frame input[type="text"] {
	background: #fff;
	border: 0;
	color: #6e6e6e;
	float: left;
	font-size: 14px;
	line-height: 17px;
	height: 17px;
	outline: 0;
	padding: 8px 11px;
	width: 66px !important;
}

.form-contact .verify-frame {
	background: url("../images/sprite2.png") no-repeat -406px -231px;
	float: right;
	padding: 3px 0px 3px 3px;
	width: 267px !important;
}

.form-contact .area-holder {
	background: url("../images/sprite2.png") no-repeat -234px -95px;
	float: left;
	padding: 3px;
}

.form-contact .area {
	height: 72px !important;
	margin: 0;
	overflow: auto;
}

.form-contact input[type="submit"] {
	background: url("../images/sprite2.png") no-repeat -68px -95px;
	border: 0;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 39px;
	margin: -3px 4px 0 0;
	padding: 0 20px 1px;
	width: 151px;
}

.form-contact input[type="submit"]:hover {
	cursor: pointer;
}

.info-column {
	float: none;
	width: 30%;
	max-width: 300px;
	margin: 0;
}

.info-column p {
	margin: 0 0 45px;
}

.info-column address {
	color: #5a5a5a;
	font-style: normal;
}

.info-column address strong {
	color: #6e6e6e;
}

.info-column address a {
	text-decoration: none;
}

.info-column address a:hover {
	text-decoration: underline;
}

.contact-block .icon {
	background: url("../images/sprite2.png") no-repeat 0 -95px;
	display: table;
	height: 67px;
	left: 50%;
	margin: 0 0 0 -33px;
	text-align: center;
	top: -33px;
	position: absolute;
	width: 67px;
}

.contact-block .icon span {
	display: table-cell;
	vertical-align: middle;
}

.contact-block .icon img {
	vertical-align: top;
}


#footer {
	background: #444;
	color: #fff;
	line-height: 17px;
	margin: 0;
	padding: 21px 15px 23px;
	text-align: center;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

#footer p {
	margin: 0 0 13px;
}

#footer .logo {
	background: url("../images/sprite2.png") no-repeat -107px 0;
	display: inline-block;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: top;
	width: 94px;
}

#footer p {
	font-size: 12px;
}

/* ====================== */
/* Dark Mode Overrides    */
/* ====================== */

/* Header dark mode */
[data-theme="dark"] #header {
	background: transparent;
}

[data-theme="dark"] #header .logo {
	background-image: url("../images/durchblick_logo_dark.svg");
}

[data-theme="dark"] #nav a {
	color: var(--home-text-dark);
}

[data-theme="dark"] #nav a:hover,
[data-theme="dark"] #nav .active a {
	background-color: var(--home-nav-hover-bg);
	color: #fff;
}

/* Links dark mode */
[data-theme="dark"] a {
	color: var(--home-text);
}

/* Dark mode: use night lighthouse image */
[data-theme="dark"] .hero-wrapper {
	background-image: image-set(
		url("../images/lighthouse_night.webp") type("image/webp"),
		url("../images/lighthouse_night.jpg") type("image/jpeg")
	);
}

/* Dark mode: Vision & Strategy text holder */
[data-theme="dark"] .promo-block .text-holder {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

[data-theme="dark"] .promo-block h2 {
	color: #fff;
}

[data-theme="dark"] .promo-block p span {
	color: #7ab3c7 !important;
}

/* scheme-block dark mode (white section with diagram) */
[data-theme="dark"] .scheme-block {
	background: var(--home-bg);
}

[data-theme="dark"] .scheme-block .white-background {
	background: transparent;
}

[data-theme="dark"] .scheme-block .text-holder p {
	color: var(--home-text);
}

/* SVG scheme diagram styles */
.scheme-svg .circle-left { fill: #3f606f; }
.scheme-svg .circle-right { fill: #7d9dac; }
.scheme-svg .text-circle { fill: #ffffff; font-family: 'Economica', sans-serif; font-size: 32px; }
.scheme-svg .text-understanding { fill: #bc3c31; font-family: 'Economica', sans-serif; font-size: 36px; }
.scheme-svg .triangle { fill: #bc3c31; }
.scheme-svg .stripe-bg { fill: #ffffff; }
.scheme-svg .stripe-fg { fill: #cc5c53; }

/* SVG scheme diagram dark mode */
[data-theme="dark"] .scheme-svg .circle-left { fill: #7ab3c7; }
[data-theme="dark"] .scheme-svg .circle-right { fill: #5a8a9d; }
[data-theme="dark"] .scheme-svg .text-understanding { fill: #e07a70; }
[data-theme="dark"] .scheme-svg .triangle { fill: #e07a70; }
[data-theme="dark"] .scheme-svg .stripe-bg { fill: transparent; }
[data-theme="dark"] .scheme-svg .stripe-fg { fill: #e07a70; }

/* blockquote dark mode */
[data-theme="dark"] blockquote {
	background: #1e2d35;
}

/* CTA-box dark mode - see enhanced styles below */

/* contact-block dark mode */
[data-theme="dark"] .contact-block {
	background: var(--home-section-bg);
	color: var(--home-text);
}

[data-theme="dark"] .contact-block h4 {
	color: var(--home-heading);
}

[data-theme="dark"] .contact-block a {
	color: #7ab3c7;
}

[data-theme="dark"] .info-column address {
	color: var(--home-text);
}

[data-theme="dark"] .info-column address strong {
	color: var(--home-text-dark);
}

/* LinkedIn link styling */
.linkedin-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
}

.linkedin-link:hover {
	text-decoration: underline;
}

.linkedin-link img {
	vertical-align: middle;
}

/* Dark mode toggle button */
.header-controls {
	float: right;
	margin-top: 17px;
}

.dark-mode-toggle {
	background: transparent;
	border: 2px solid #3f606f;
	color: #3f606f;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: all 0.3s;
}

.dark-mode-toggle:hover {
	background: #3f606f;
	color: white;
}

[data-theme="dark"] .dark-mode-toggle {
	border-color: #7ab3c7;
	color: #7ab3c7;
}

[data-theme="dark"] .dark-mode-toggle:hover {
	background: #7ab3c7;
	color: var(--home-bg);
}

/* Dark mode toggle SVG icons */
.dark-mode-toggle .icon-sun {
	display: none;
}

.dark-mode-toggle .icon-moon {
	display: block;
}

/* Hero subtitle and CTA */
.hero-subtitle {
	font-size: 18px;
	line-height: 1.5;
	margin: 15px 0 20px;
	color: #5a5a5a;
}

[data-theme="dark"] .hero-subtitle {
	color: #b0b0b0;
}

.promo-block .text-holder {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hero-cta {
	display: inline-block;
	background: #cc5c53;
	color: #fff;
	padding: 12px 28px;
	font: 700 16px/1.4 'Economica', sans-serif;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.2s, transform 0.2s;
	align-self: flex-end;
}

.hero-cta:hover {
	background: #b84d45;
	transform: translateY(-2px);
	text-decoration: none;
	color: #fff;
}

/* Column header (icon + title) */
.column-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.column-icon {
	color: rgba(255, 255, 255, 0.9);
	flex-shrink: 0;
}

.column-icon svg {
	opacity: 0.9;
	display: block;
}

.columns-holder h3 {
	margin: 0;
}

/* Social proof section */
.social-proof {
	background: var(--home-bg);
	padding: 50px 15px;
	text-align: center;
}

.social-proof-label {
	font: 400 14px/1.4 'Economica', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #888;
	margin: 0 0 30px;
}

[data-theme="dark"] .social-proof-label {
	color: #777;
}

.industry-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	max-width: 800px;
	margin: 0 auto;
}

.industry-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: #3f606f;
	transition: transform 0.2s;
}

.industry-item:hover {
	transform: translateY(-3px);
}

.industry-item svg {
	stroke: #3f606f;
}

.industry-item span {
	font-size: 13px;
	font-weight: 500;
	color: #666;
}

[data-theme="dark"] .industry-item {
	color: #7ab3c7;
}

[data-theme="dark"] .industry-item svg {
	stroke: #7ab3c7;
}

[data-theme="dark"] .industry-item span {
	color: #999;
}

.social-proof-stats {
	font: 400 16px/1.4 'Economica', sans-serif;
	color: #3f606f;
	margin: 35px 0 0;
}

[data-theme="dark"] .social-proof-stats {
	color: #7ab3c7;
}

/* Enhanced CTA box */
.cta-box {
	background: linear-gradient(135deg, #3f606f 0%, #2d4a57 100%);
	color: #fff;
	margin: 0;
	padding: 60px 15px;
	text-align: center;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

.cta-box h3 {
	font: 400 36px/1.3 'Economica', sans-serif;
	margin: 0 0 15px;
	color: #fff;
}

.cta-box p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.85);
}

.cta-button {
	display: inline-block;
	background: #fff;
	color: #3f606f;
	padding: 16px 45px;
	font: 700 18px/1.3 'Economica', sans-serif;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
	background: #fff;
	transform: translateY(-3px);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
	color: #3f606f;
}

.cta-button:focus {
	outline: 3px solid rgba(255, 255, 255, 0.8);
	outline-offset: 3px;
}

.hero-cta:focus {
	outline: 3px solid #3f606f;
	outline-offset: 3px;
}

[data-theme="dark"] .cta-box {
	background: linear-gradient(135deg, #1e2d35 0%, #252542 100%);
}

[data-theme="dark"] .cta-button {
	background: #7ab3c7;
	color: #1a1a2e;
}

[data-theme="dark"] .cta-button:hover {
	background: #8fc4d6;
	color: #1a1a2e;
}

/* Improved footer */
.footer-main {
	margin-bottom: 10px;
}

.footer-main p {
	margin: 0 0 8px;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s;
}

.footer-links a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.footer-sep {
	margin: 0 10px;
	opacity: 0.5;
}

.footer-legal {
	margin-top: 15px;
	font-size: 11px;
	opacity: 0.7;
}

.footer-legal summary {
	cursor: pointer;
	list-style: none;
	font-size: 12px;
}

.footer-legal summary::-webkit-details-marker {
	display: none;
}

.footer-legal summary::before {
	content: "+ ";
}

.footer-legal[open] summary::before {
	content: "- ";
}

.footer-legal p {
	margin: 10px 0 0;
}

@media screen and (max-width: 962px) {
	.columns-holder .column {
		float: none;
		width: 100%;
		max-width: 500px;
		text-align: left;
		margin: 0 auto 20px !important;
	}

	.columns-holder .column:last-child {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	/* Mobile: position image to show lighthouse */
	.hero-wrapper {
		background-position: 70% center;
		width: auto;
		margin-left: 0;
		margin-bottom: 0;
	}

	/* White divider after hero on mobile */
	.hero-wrapper::after {
		content: '';
		display: block;
		height: 8px;
		background: #fff;
	}

	[data-theme="dark"] .hero-wrapper::after {
		background: var(--home-bg);
	}

	.columns-holder {
		width: auto;
		margin-left: 0;
	}

	#header .logo {
		float: none;
		margin: 0px auto;
		background-position: center;
	}

	.header-controls {
		position: absolute;
		top: 40px;
		right: 20px;
		margin: 0;
	}

	#header {
		position: relative;
	}

	#nav {
		float: none;
		text-align: center;
		padding-top: 20px;
	}

	#nav li {
		float: none;
		display: inline-block;
	}

	#nav a,
	#nav span {
		background: none;
	}

	.promo-block>.holder {
		padding-top: 100px;
	}

	.promo-block .text-holder {
		position: static;
		text-align: left;
		margin: 0 auto;
		max-width: fit-content;
	}

	.scheme-block {
		flex-direction: column;
		gap: 30px;
	}

	.scheme {
		padding: 30px;
		text-align: center;
		display: block;
		order: 2;
	}

	.scheme svg {
		height: auto;
		max-width: 100%;
	}

	.scheme-block .text-holder {
		width: 100%;
		text-align: left !important;
	}

	.scheme-block .text-holder:first-child {
		order: 1;
	}

	.scheme-block .text-holder.alignright {
		order: 3;
	}

	.form-holder {
		width: 100%;
		margin-bottom: 30px;
	}

	.info-column {
		width: 100%;
		margin: 0 0 30px 0;
	}
}


@media screen and (max-width: 767px) {
	.cta-box {
		padding: 40px 20px;
	}

	.cta-box h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.cta-box p {
		font-size: 16px;
		line-height: 24px;
	}

	.cta-button {
		display: block;
		max-width: 280px;
		margin: 0 auto;
	}

	/* Hero mobile adjustments */
	.hero-subtitle {
		font-size: 15px;
	}

	.hero-cta {
		padding: 10px 24px;
		font-size: 15px;
	}

	/* Social proof mobile */
	.social-proof {
		padding: 40px 15px;
	}

	.industry-logos {
		gap: 25px;
	}

	.industry-item svg {
		width: 28px;
		height: 28px;
	}

	.industry-item span {
		font-size: 12px;
	}

	/* Column icons mobile */
	.column-icon svg {
		width: 32px;
		height: 32px;
	}

	/* Footer mobile */
	.footer-legal {
		font-size: 10px;
	}
}

@media screen and (max-width: 480px) {
	#nav li {
		margin: 0 5px;
	}

	#nav a {
		font-size: 14px;
	}

	#nav span {
		padding: 2px 5px;
	}

	.cta-box h3 {
		font-size: 22px;
		line-height: 28px;
	}
}

/* ====================== */
/* Comprehensive Mobile Fixes */
/* ====================== */

@media screen and (max-width: 767px) {
	/* Body text larger on mobile */
	body {
		font-size: 16px;
		line-height: 24px;
	}

	/* Hero section */
	.promo-block {
		min-height: auto;
		padding: 40px 15px;
	}

	.promo-block > .holder {
		padding-top: 0;
	}

	.promo-block .text-holder {
		position: static;
		width: auto;
		max-width: 320px;
		padding: 20px;
		margin: 0;
		left: auto;
		top: auto;
		font-size: 22px;
		line-height: 28px;
	}

	.promo-block h2 {
		font-size: 32px;
		line-height: 38px;
	}

	/* Columns section (Discover/Listening/Understanding) */
	.columns-holder {
		padding: 30px 15px;
		text-align: left;
	}

	.columns-holder > .frame {
		display: block;
		width: 100%;
	}

	.columns-holder .column {
		width: 100%;
		margin: 0 0 15px 0 !important;
		padding: 20px;
		float: none;
	}

	.columns-holder .column:last-child {
		margin-bottom: 0 !important;
	}

	.columns-holder h3 {
		font-size: 24px;
		line-height: 30px;
		text-align: left;
		margin-bottom: 15px;
	}

	.columns-holder p {
		font-size: 15px;
		line-height: 24px;
		text-align: left;
	}

	/* Blockquote */
	blockquote {
		padding: 30px 15px;
		font-size: 24px;
		line-height: 32px;
		width: auto;
		margin-left: 0;
	}

	blockquote h6 {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
	}

	/* CTA Box */
	.cta-box {
		padding: 40px 15px;
		width: auto;
		margin-left: 0;
	}

	/* Scheme block (Venn diagram section) */
	.scheme-block {
		padding: 40px 15px;
		width: auto;
		margin-left: 0;
	}

	.scheme-block .text-holder {
		padding: 0;
	}

	.scheme-block .text-holder p {
		font-size: 16px;
		line-height: 26px;
		text-align: left !important;
	}

	.scheme {
		padding: 20px 0;
	}

	.scheme svg {
		max-width: 300px;
		height: auto;
	}

	/* Contact block */
	.contact-block {
		padding: 40px 15px;
		flex-direction: column;
		width: auto;
		margin-left: 0;
		gap: 10px;
	}

	.contact-block h4 {
		font-size: 24px;
		line-height: 30px;
		white-space: normal;
		margin-bottom: 10px;
	}

	.contact-block p,
	.contact-block address {
		font-size: 16px;
		line-height: 26px;
	}

	.form-holder,
	.info-column {
		width: 100%;
		padding: 0;
	}

	.info-column p {
		margin: 0 0 15px;
	}

	/* Footer */
	#footer {
		padding: 20px 15px;
		width: auto;
		margin-left: 0;
	}

	#footer p {
		font-size: 12px;
		line-height: 18px;
	}
}

@media screen and (max-width: 400px) {
	/* Very small screens */
	.promo-block h2 {
		font-size: 26px;
		line-height: 32px;
	}

	.promo-block .text-holder {
		font-size: 18px;
		line-height: 24px;
	}

	#main blockquote {
		font-size: 20px;
		line-height: 28px;
	}

	.columns-holder h3 {
		font-size: 22px;
	}

	.scheme svg {
		max-width: 260px;
	}
}